]> git.lyx.org Git - features.git/blob - lib/doc/de/EmbeddedObjects.lyx
46c4eddd84a7b442885fe4407e1ebc0224e4b976
[features.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 459
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 bei farbigen Tabellenzeilen benutzt
83 \usepackage[table]{xcolor}
84
85 % wird benutzt, um Tabellenzellen zu vergrößern
86 \@ifundefined{extrarowheight}
87  {\usepackage{array}}{}
88 \setlength{\extrarowheight}{2pt}
89
90 % wird fuer benutzerdefinierte Tabellen benutzt
91 % ---
92 \newcolumntype{M}[1]
93  {>{\centering\hspace{0pt}}m{#1}}
94
95 \newcolumntype{S}[2]
96  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
97
98 \newcolumntype{K}[1]
99  {>{\columncolor{#1}\hspace{0pt}}c}
100
101 \newcolumntype{V}{!{\vrule width 1.5pt}}
102
103 \newcolumntype{W}{!{\color{green}\vline}}
104 % ---
105
106 % Setzt einen zusaetzlichen Abstand von
107 % 1.5 mm zwischen Fussnoten
108 \let\myFoot\footnote
109 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
110
111 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
112 \numberwithin{algorithm}{chapter}
113
114
115 % ------------------------------------
116 % Prüfung auf benötigte LaTeXPakete
117 \usepackage{ifthen}
118
119 % Pruefung auf arydshln
120 % für Tabellen mit gestrichelten Linien
121 \newboolean{arydshln}
122 \IfFileExists{arydshln.sty}
123  {\usepackage{arydshln}
124   \setboolean{arydshln}{true}}
125  {\setboolean{arydshln}{false}}
126
127 % Prüfung auf marginnote
128 % für Randnotizen
129 \newboolean{marginnote}
130 \IfFileExists{marginnote.sty}
131  {\usepackage{marginnote}
132   \let\marginpar\marginnote
133   \setboolean{marginnote}{true}}
134  {\setboolean{marginnote}{false}}
135
136 % Prüfung auf sidecap
137 % für seitliche Beschriftungen
138 \newboolean{sidecap}
139 \IfFileExists{sidecap.sty}
140  {\usepackage{sidecap}
141   \setboolean{sidecap}{true}}
142  {\setboolean{sidecap}{false}}
143
144 % Prüfung auf picinpar
145 \newboolean{picinpar}
146 \IfFileExists{picinpar.sty}
147  {\usepackage{picinpar}
148   \setboolean{picinpar}{true}}
149  {\setboolean{picinpar}{false}}
150
151 % Prüfung auf lettrine
152 \newboolean{lettrine}
153 \IfFileExists{lettrine.sty}
154  {\usepackage{lettrine}
155   \setboolean{lettrine}{true}}
156  {\setboolean{lettrine}{false}}
157
158 % Prüfung auf diagbox
159 \newboolean{diagbox}
160 \IfFileExists{diagbox.sty}
161  {\usepackage{diagbox}
162   \setboolean{diagbox}{true}}
163  {\setboolean{diagbox}{false}}
164
165 % Damit der Index den Namen "Stichwortverzeichnis" erhält
166 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
167
168 % workaround for a bug in KOMA-script 3.10a
169 % remove this if a newer KOMA-script version is released!
170 \usepackage{everysel,sidecap}
171 \end_preamble
172 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
173 \use_default_options false
174 \begin_modules
175 initials
176 \end_modules
177 \maintain_unincluded_children false
178 \language ngerman
179 \language_package default
180 \inputencoding auto
181 \fontencoding global
182 \font_roman default
183 \font_sans default
184 \font_typewriter default
185 \font_math auto
186 \font_default_family default
187 \use_non_tex_fonts false
188 \font_sc false
189 \font_osf false
190 \font_sf_scale 100
191 \font_tt_scale 100
192 \graphics default
193 \default_output_format default
194 \output_sync 0
195 \bibtex_command default
196 \index_command default
197 \paperfontsize 12
198 \spacing single
199 \use_hyperref true
200 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
201 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
202 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
203 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
204 \pdf_bookmarks true
205 \pdf_bookmarksnumbered true
206 \pdf_bookmarksopen true
207 \pdf_bookmarksopenlevel 1
208 \pdf_breaklinks false
209 \pdf_pdfborder false
210 \pdf_colorlinks true
211 \pdf_backref false
212 \pdf_pdfusetitle false
213 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
214 \papersize a4paper
215 \use_geometry false
216 \use_package amsmath 2
217 \use_package amssymb 2
218 \use_package esint 0
219 \use_package mathdots 1
220 \use_package mathtools 0
221 \use_package mhchem 1
222 \use_package stackrel 0
223 \use_package stmaryrd 0
224 \use_package undertilde 0
225 \cite_engine basic
226 \cite_engine_type numerical
227 \biblio_style plain
228 \use_bibtopic false
229 \use_indices false
230 \paperorientation portrait
231 \suppress_date false
232 \justification true
233 \use_refstyle 0
234 \notefontcolor #0000ff
235 \index Stichwortverzeichnis
236 \shortcut idx
237 \color #008000
238 \end_index
239 \secnumdepth 3
240 \tocdepth 3
241 \paragraph_separation skip
242 \defskip medskip
243 \quotes_language german
244 \papercolumns 1
245 \papersides 2
246 \paperpagestyle default
247 \bullet 1 0 9 -1
248 \bullet 2 2 35 -1
249 \bullet 3 2 7 -1
250 \tracking_changes false
251 \output_changes false
252 \html_math_output 0
253 \html_css_as_file 0
254 \html_be_strict false
255 \end_header
256
257 \begin_body
258
259 \begin_layout Title
260 Das LyX-Handbuch der Einfügungen:
261 \begin_inset Newline newline
262 \end_inset
263
264  
265 \size larger
266 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
267 \end_layout
268
269 \begin_layout Author
270 vom LyX Team
271 \begin_inset Foot
272 status open
273
274 \begin_layout Plain Layout
275 \noindent
276
277 \size normal
278 Übersetzung und Bearbeitung: Hartmut Haase
279 \size default
280  (
281 \noun on
282 HHa
283 \noun default
284 , bis März 2010), Uwe Stöhr
285 \begin_inset Newline newline
286 \end_inset
287
288 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
289  bitte an: 
290 \begin_inset CommandInset href
291 LatexCommand href
292 name "lyx-docs@lists.lyx.org"
293 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
294 type "mailto:"
295
296 \end_inset
297
298
299 \end_layout
300
301 \end_inset
302
303
304 \begin_inset Note Note
305 status collapsed
306
307 \begin_layout Plain Layout
308 Autor: Uwe Stöhr <uwestoehr@web.de>
309 \end_layout
310
311 \end_inset
312
313
314 \begin_inset Newline newline
315 \end_inset
316
317
318 \begin_inset Newline newline
319 \end_inset
320
321
322 \family sans
323 Version 2.0.x
324 \end_layout
325
326 \begin_layout Standard
327 \begin_inset CommandInset toc
328 LatexCommand tableofcontents
329
330 \end_inset
331
332
333 \end_layout
334
335 \begin_layout Standard
336 \begin_inset Note Note
337 status open
338
339 \begin_layout Plain Layout
340 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
341 en zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte 
342 \series bold
343 arydshln
344 \series default
345
346 \series bold
347 colortbl
348 \series default
349
350 \series bold
351 diagbox, lettrine, marginnote, picinpar
352 \series default
353  und 
354 \series bold
355 sidecap
356 \series default
357 .
358  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
359  denen sie benötigt werden.
360 \end_layout
361
362 \begin_layout Plain Layout
363 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
364  hier finden:
365 \begin_inset Newline newline
366 \end_inset
367
368
369 \series bold
370 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
371 \end_layout
372
373 \end_inset
374
375
376 \end_layout
377
378 \begin_layout Chapter
379 Abbildungen
380 \begin_inset Index idx
381 status collapsed
382
383 \begin_layout Plain Layout
384 Abbildungen
385 \end_layout
386
387 \end_inset
388
389
390 \end_layout
391
392 \begin_layout Section
393 Grafik-Dialog
394 \begin_inset Index idx
395 status collapsed
396
397 \begin_layout Plain Layout
398 Abbildungen ! Grafik-Dialog
399 \end_layout
400
401 \end_inset
402
403
404 \begin_inset CommandInset label
405 LatexCommand label
406 name "abs:Grafik-Dialog"
407
408 \end_inset
409
410
411 \end_layout
412
413 \begin_layout Standard
414 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
415  
416 \begin_inset Info
417 type  "icon"
418 arg   "dialog-show-new-inset graphics"
419 \end_inset
420
421  in der Werkzeugleiste oder wählen das Menü 
422 \family sans
423 Einfügen\SpecialChar \menuseparator
424 Grafik
425 \family default
426 .
427  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
428  
429 \family sans
430 Durchsuchen
431 \family default
432  eingeben können.
433  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
434  an der Sie sie eingefügt haben.
435 \end_layout
436
437 \begin_layout Standard
438 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
439  klicken.
440  Der Dialog hat drei Karteikarten:
441 \end_layout
442
443 \begin_layout Description
444
445 \family sans
446 Grafik
447 \family default
448  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
449  Version festlegen.
450  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
451 \begin_inset space ~
452 \end_inset
453
454
455 \begin_inset CommandInset ref
456 LatexCommand ref
457 reference "kap:In-LyX-verfügbare"
458
459 \end_inset
460
461  erklärt.
462 \begin_inset Newline newline
463 \end_inset
464
465
466 \begin_inset Index idx
467 status collapsed
468
469 \begin_layout Plain Layout
470 Abbildungen ! rotierte
471 \end_layout
472
473 \end_inset
474
475 Sie können Abbildungen durch Angabe eines 
476 \family sans
477 Winkel
478 \family default
479
480 \begin_inset space ~
481 \end_inset
482
483
484 \family sans
485 (Grad)
486 \family default
487  und Festlegung eines 
488 \family sans
489 Drehpunktes
490 \family default
491  drehen.
492  Negative Winkel drehen im Uhrzeigersinn.
493  Die Abbildung wird auch in LyX gedreht.
494 \begin_inset Newline newline
495 \end_inset
496
497
498 \begin_inset Index idx
499 status collapsed
500
501 \begin_layout Plain Layout
502 Abbildungen ! skalierte
503 \end_layout
504
505 \end_inset
506
507 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
508  oder Höhe und Breite definiert.
509  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
510  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
511  wobei sie möglicherweise verzerrt wird.
512  Um das zu vermeiden, sollten Sie 
513 \family sans
514 Seitenverhältnis
515 \begin_inset space ~
516 \end_inset
517
518 beibehalten
519 \family default
520  ankreuzen.
521  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
522  und Breite nicht überschritten werden.
523 \begin_inset Newline newline
524 \end_inset
525
526 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
527 nden Kontext-Menü 
528 \family sans
529 Datei extern bearbeiten
530 \family default
531  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
532  öffnen.
533  Das Programm kann für jedes Bildformat in den LyX-Einstellungen unter 
534 \family sans
535 Datei-Handhabung\SpecialChar \menuseparator
536 Dateiformate
537 \family default
538  festgelegt werden.
539 \end_layout
540
541 \begin_layout Description
542
543 \family sans
544 Ausschnitt
545 \family default
546  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
547  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
548  Wenn Sie auf 
549 \family sans
550 Lese
551 \begin_inset space ~
552 \end_inset
553
554 aus
555 \begin_inset space ~
556 \end_inset
557
558 Datei
559 \family default
560  klicken, werden die Koordinaten automatisch berechnet.
561  Die Option 
562 \family sans
563 Auf
564 \begin_inset space ~
565 \end_inset
566
567 Begrenzungsbox
568 \begin_inset space ~
569 \end_inset
570
571 zuschneiden
572 \family default
573  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
574  Koordinaten liegt.
575  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
576  diese Karteikarte ignorieren.
577 \end_layout
578
579 \begin_layout Description
580
581 \family sans
582 LaTeX-
583 \begin_inset space ~
584 \end_inset
585
586 und
587 \begin_inset space ~
588 \end_inset
589
590 LyX-Optionen
591 \family default
592  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
593  LaTeX-Experten können weitere LaTeX-Optionen definieren.
594 \begin_inset Newline newline
595 \end_inset
596
597 Ist die Option 
598 \family sans
599 Entwurfsmodus 
600 \family default
601 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
602  darin gedruckt.
603 \begin_inset Newline newline
604 \end_inset
605
606 Die Option 
607 \family sans
608 Beim
609 \begin_inset space ~
610 \end_inset
611
612 Exportieren
613 \begin_inset space ~
614 \end_inset
615
616 nicht
617 \begin_inset space ~
618 \end_inset
619
620 entpacken
621 \family default
622  betrifft nur gepackte EPS-Dateien, zum Beispiel 
623 \emph on
624 x.eps.gz
625 \emph default
626 .
627  LaTeX kann so mit ihnen umgehen.
628 \begin_inset Newline newline
629 \end_inset
630
631 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
632  wählen, siehe Anhang
633 \begin_inset space ~
634 \end_inset
635
636
637 \begin_inset CommandInset ref
638 LatexCommand ref
639 reference "abs:PostScript"
640
641 \end_inset
642
643 .
644  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
645 \begin_inset Newline newline
646 \end_inset
647
648
649 \series bold
650 gzip x.eps
651 \begin_inset Newline newline
652 \end_inset
653
654 zgrep %%Bounding x.eps.gz > x.eps.bb
655 \series default
656
657 \begin_inset Newline newline
658 \end_inset
659
660 Der zweite Befehl erzeugt die Begrenzungsbox 
661 \begin_inset Quotes gld
662 \end_inset
663
664 x.eps.bb
665 \begin_inset Quotes grd
666 \end_inset
667
668 , die LaTeX für gepackte Abbildungen benötigt.
669 \begin_inset Newline newline
670 \end_inset
671
672 Im Abschnitt 
673 \family sans
674 Grafikgruppe
675 \family default
676  kann man eine Einstellungsgruppe definieren oder dem Bild eine solche zuzuordne
677 n.
678 \begin_inset Index idx
679 status collapsed
680
681 \begin_layout Plain Layout
682 Abbildungen ! Einstellungsgruppen
683 \end_layout
684
685 \end_inset
686
687  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
688  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
689  der Gruppe geändert werden.
690  Damit kann man z.B.
691 \begin_inset space ~
692 \end_inset
693
694 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
695  Bild tun zu müssen.
696  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
697  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
698 \end_layout
699
700 \begin_layout Standard
701 \begin_inset VSpace bigskip
702 \end_inset
703
704
705 \end_layout
706
707 \begin_layout Standard
708 Hier ist eine zentrierte EPS-Abbildung
709 \begin_inset Foot
710 status collapsed
711
712 \begin_layout Plain Layout
713 Abbildungsformate sind in Abschnitt
714 \begin_inset space ~
715 \end_inset
716
717
718 \begin_inset CommandInset ref
719 LatexCommand ref
720 reference "abs:Bildformate"
721
722 \end_inset
723
724  beschrieben.
725 \end_layout
726
727 \end_inset
728
729  in einem eigenen Absatz:
730 \end_layout
731
732 \begin_layout Standard
733 \align center
734 \begin_inset Graphics
735         filename ../clipart/mobius.eps
736         scale 70
737         scaleBeforeRotation
738         rotateOrigin center
739
740 \end_inset
741
742
743 \end_layout
744
745 \begin_layout Standard
746 \noindent
747 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
748 \end_layout
749
750 \begin_layout Standard
751 \align center
752 \begin_inset Graphics
753         filename ../clipart/mobius.eps
754         scale 70
755         draft
756         scaleBeforeRotation
757         rotateOrigin center
758
759 \end_inset
760
761
762 \end_layout
763
764 \begin_layout Section
765 Gleitende Abbildungen
766 \begin_inset CommandInset label
767 LatexCommand label
768 name "abs:Gleitende-Abbildungen"
769
770 \end_inset
771
772
773 \begin_inset Index idx
774 status collapsed
775
776 \begin_layout Plain Layout
777 Abbildungen ! gleitende
778 \end_layout
779
780 \end_inset
781
782
783 \begin_inset Index idx
784 status collapsed
785
786 \begin_layout Plain Layout
787 Gleitobjekte ! Abbildungen
788 \end_layout
789
790 \end_inset
791
792
793 \end_layout
794
795 \begin_layout Standard
796 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
797 \begin_inset space ~
798 \end_inset
799
800
801 \begin_inset CommandInset ref
802 LatexCommand ref
803 reference "abs:Gleitobjekte-Einleitung"
804
805 \end_inset
806
807 .
808 \end_layout
809
810 \begin_layout Standard
811 Wenn Sie auf das Werkzeugleisten-Symbol 
812 \begin_inset Info
813 type  "icon"
814 arg   "float-insert figure"
815 \end_inset
816
817  klicken oder 
818 \family sans
819 Einfügen\SpecialChar \menuseparator
820 Gleit\SpecialChar \-
821 objekt\SpecialChar \menuseparator
822 Abbildung
823 \family default
824  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
825  In das rot umrahmte Feld rechts von 
826 \emph on
827 Abbildung
828 \begin_inset space ~
829 \end_inset
830
831 Nr:
832 \emph default
833  schreiben Sie die Bildbeschriftung.
834  Nach einem Klick oberhalb oder unterhalb von 
835 \emph on
836 Abbildung
837 \begin_inset space ~
838 \end_inset
839
840 Nr:
841 \emph default
842  können Sie dann eine Abbildung wie 
843 \begin_inset CommandInset ref
844 LatexCommand ref
845 reference "abb:kill-plat"
846
847 \end_inset
848
849  oberhalb oder wie Abbildung
850 \begin_inset space ~
851 \end_inset
852
853
854 \begin_inset CommandInset ref
855 LatexCommand ref
856 reference "abb:escher"
857
858 \end_inset
859
860  unterhalb der Bildbeschriftung einfügen.
861  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
862 \begin_inset space ~
863 \end_inset
864
865
866 \begin_inset CommandInset ref
867 LatexCommand ref
868 reference "abs:Titel-Platzierung"
869
870 \end_inset
871
872 .
873 \end_layout
874
875 \begin_layout Standard
876 \begin_inset Float figure
877 wide false
878 sideways false
879 status open
880
881 \begin_layout Plain Layout
882 \align center
883 \begin_inset Graphics
884         filename ../clipart/platypus.eps
885         width 50col%
886         scaleBeforeRotation
887         rotateOrigin center
888
889 \end_inset
890
891
892 \end_layout
893
894 \begin_layout Plain Layout
895 \begin_inset Caption Standard
896
897 \begin_layout Plain Layout
898 \begin_inset CommandInset label
899 LatexCommand label
900 name "abb:kill-plat"
901
902 \end_inset
903
904 Platypus in einem Gleitobjekt
905 \end_layout
906
907 \end_inset
908
909
910 \end_layout
911
912 \end_inset
913
914
915 \end_layout
916
917 \begin_layout Standard
918 \begin_inset Float figure
919 wide false
920 sideways false
921 status open
922
923 \begin_layout Plain Layout
924 \begin_inset Caption Standard
925
926 \begin_layout Plain Layout
927 \begin_inset CommandInset label
928 LatexCommand label
929 name "abb:escher"
930
931 \end_inset
932
933 M.C.
934  Escher
935 \end_layout
936
937 \end_inset
938
939
940 \end_layout
941
942 \begin_layout Plain Layout
943 \align center
944 \begin_inset Graphics
945         filename ../clipart/escher-lsd.eps
946         scale 80
947         scaleBeforeRotation
948         rotateOrigin center
949
950 \end_inset
951
952
953 \end_layout
954
955 \end_inset
956
957
958 \end_layout
959
960 \begin_layout Standard
961 \begin_inset Index idx
962 status collapsed
963
964 \begin_layout Plain Layout
965 Querverweise ! auf Abbildungen
966 \end_layout
967
968 \end_inset
969
970 Abbildung
971 \begin_inset space ~
972 \end_inset
973
974
975 \begin_inset CommandInset ref
976 LatexCommand ref
977 reference "abb:kill-plat"
978
979 \end_inset
980
981  und 
982 \begin_inset CommandInset ref
983 LatexCommand ref
984 reference "abb:escher"
985
986 \end_inset
987
988  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
989  Dafür fügen Sie in der Beschriftung mit 
990 \family sans
991 Einfügen\SpecialChar \menuseparator
992 Marke
993 \family default
994  oder durch Klicken auf 
995 \begin_inset Info
996 type  "icon"
997 arg   "label-insert"
998 \end_inset
999
1000  eine Marke ein.
1001  Auf diese können Sie dann wie gewohnt mit 
1002 \family sans
1003 Einfügen\SpecialChar \menuseparator
1004 Querverweis
1005 \family default
1006  oder durch Klicken auf 
1007 \family sans
1008
1009 \begin_inset Info
1010 type  "icon"
1011 arg   "dialog-show-new-inset ref"
1012 \end_inset
1013
1014
1015 \family default
1016  verweisen.
1017  Das ist besser als eine vage Formulierung wie 
1018 \begin_inset Quotes gld
1019 \end_inset
1020
1021 die obige Abbildung
1022 \begin_inset Quotes grd
1023 \end_inset
1024
1025  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1026  erscheint, und das muss nicht 
1027 \emph on
1028 oben
1029 \emph default
1030  sein.
1031  Verweise werden detailliert in Abschnitt
1032 \begin_inset space ~
1033 \end_inset
1034
1035
1036 \begin_inset CommandInset ref
1037 LatexCommand ref
1038 reference "abs:Auf-Gleitobjekte-verweisen"
1039
1040 \end_inset
1041
1042  beschrieben.
1043 \end_layout
1044
1045 \begin_layout Standard
1046 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1047  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1048  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1049  Gleitabbildung einfügt.
1050  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1051  Abbildung
1052 \begin_inset space ~
1053 \end_inset
1054
1055
1056 \begin_inset CommandInset ref
1057 LatexCommand ref
1058 reference "abb:Zwei-Teilabbildungen"
1059
1060 \end_inset
1061
1062  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1063  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1064  Gleitabbildung auf Eingabe drücken.
1065  Abbildung
1066 \begin_inset space ~
1067 \end_inset
1068
1069
1070 \begin_inset CommandInset ref
1071 LatexCommand ref
1072 reference "abb:Undefinierbar"
1073
1074 \end_inset
1075
1076  und 
1077 \begin_inset CommandInset ref
1078 LatexCommand ref
1079 reference "abb:Ein-Schnabeltier"
1080
1081 \end_inset
1082
1083  sind die Teilabbildungen.
1084 \end_layout
1085
1086 \begin_layout Standard
1087 \begin_inset Float figure
1088 wide false
1089 sideways false
1090 status open
1091
1092 \begin_layout Plain Layout
1093 \begin_inset space \hfill{}
1094 \end_inset
1095
1096
1097 \begin_inset Float figure
1098 wide false
1099 sideways false
1100 status collapsed
1101
1102 \begin_layout Plain Layout
1103 \begin_inset Caption Standard
1104
1105 \begin_layout Plain Layout
1106 \begin_inset CommandInset label
1107 LatexCommand label
1108 name "abb:Undefinierbar"
1109
1110 \end_inset
1111
1112 Undefinierbar
1113 \end_layout
1114
1115 \end_inset
1116
1117
1118 \end_layout
1119
1120 \begin_layout Plain Layout
1121 \begin_inset Graphics
1122         filename ../clipart/escher-lsd.eps
1123         width 35col%
1124         scaleBeforeRotation
1125         groupId Teilabbildung
1126
1127 \end_inset
1128
1129
1130 \end_layout
1131
1132 \end_inset
1133
1134
1135 \begin_inset space \hfill{}
1136 \end_inset
1137
1138
1139 \begin_inset Float figure
1140 wide false
1141 sideways false
1142 status collapsed
1143
1144 \begin_layout Plain Layout
1145 \begin_inset Caption Standard
1146
1147 \begin_layout Plain Layout
1148 \begin_inset CommandInset label
1149 LatexCommand label
1150 name "abb:Ein-Schnabeltier"
1151
1152 \end_inset
1153
1154 Ein Schnabeltier
1155 \end_layout
1156
1157 \end_inset
1158
1159
1160 \end_layout
1161
1162 \begin_layout Plain Layout
1163 \begin_inset Graphics
1164         filename ../clipart/platypus.eps
1165         width 35col%
1166         scaleBeforeRotation
1167         groupId Teilabbildung
1168
1169 \end_inset
1170
1171
1172 \end_layout
1173
1174 \end_inset
1175
1176
1177 \begin_inset space \hfill{}
1178 \end_inset
1179
1180
1181 \end_layout
1182
1183 \begin_layout Plain Layout
1184 \begin_inset Caption Standard
1185
1186 \begin_layout Plain Layout
1187 \begin_inset CommandInset label
1188 LatexCommand label
1189 name "abb:Zwei-Teilabbildungen"
1190
1191 \end_inset
1192
1193 Zwei Teilabbildungen nebeneinander.
1194  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1195 \begin_inset Quotes gld
1196 \end_inset
1197
1198 Teilabbildung
1199 \begin_inset Quotes grd
1200 \end_inset
1201
1202  an.
1203 \end_layout
1204
1205 \end_inset
1206
1207
1208 \end_layout
1209
1210 \end_inset
1211
1212
1213 \end_layout
1214
1215 \begin_layout Section
1216 Bildformate
1217 \begin_inset CommandInset label
1218 LatexCommand label
1219 name "abs:Bildformate"
1220
1221 \end_inset
1222
1223
1224 \begin_inset Index idx
1225 status collapsed
1226
1227 \begin_layout Plain Layout
1228 Abbildungen ! Bildformate
1229 \end_layout
1230
1231 \end_inset
1232
1233
1234 \end_layout
1235
1236 \begin_layout Standard
1237 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1238  Aber wie in Anhang
1239 \begin_inset space ~
1240 \end_inset
1241
1242
1243 \begin_inset CommandInset ref
1244 LatexCommand ref
1245 reference "kap:Ausgabedatei-Formate"
1246
1247 \end_inset
1248
1249  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1250  LyX benutzt im Hintergrund das Programm
1251 \family typewriter
1252  ImageMagick
1253 \family default
1254 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1255  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1256  vermeiden.
1257  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1258  werden können.
1259  Diese Formate werden in Anhang
1260 \begin_inset space ~
1261 \end_inset
1262
1263
1264 \begin_inset CommandInset ref
1265 LatexCommand ref
1266 reference "kap:Ausgabedatei-Formate"
1267
1268 \end_inset
1269
1270  beschrieben.
1271 \end_layout
1272
1273 \begin_layout Standard
1274 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1275 \end_layout
1276
1277 \begin_layout Description
1278 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1279  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1280  
1281 \emph on
1282 pixelig
1283 \emph default
1284  aus.
1285  Bekannte Pixel-Formate sind 
1286 \begin_inset Quotes gld
1287 \end_inset
1288
1289 Graphics Interchange Format
1290 \begin_inset Quotes grd
1291 \end_inset
1292
1293  (GIF, Dateiendung
1294 \family typewriter
1295  
1296 \family default
1297
1298 \begin_inset Quotes gld
1299 \end_inset
1300
1301
1302 \family typewriter
1303 .gif
1304 \family default
1305
1306 \begin_inset Quotes grd
1307 \end_inset
1308
1309 )
1310 \begin_inset Index idx
1311 status collapsed
1312
1313 \begin_layout Plain Layout
1314 GIF
1315 \end_layout
1316
1317 \end_inset
1318
1319
1320 \begin_inset Quotes gld
1321 \end_inset
1322
1323 Portable Network Graphics
1324 \begin_inset Quotes grd
1325 \end_inset
1326
1327  (PNG, Dateiendung 
1328 \begin_inset Quotes gld
1329 \end_inset
1330
1331
1332 \family typewriter
1333 .png
1334 \family default
1335
1336 \begin_inset Quotes grd
1337 \end_inset
1338
1339 )
1340 \begin_inset Index idx
1341 status collapsed
1342
1343 \begin_layout Plain Layout
1344 PNG
1345 \end_layout
1346
1347 \end_inset
1348
1349
1350 \begin_inset Quotes gld
1351 \end_inset
1352
1353 Joint Photographic Experts Group
1354 \begin_inset Quotes grd
1355 \end_inset
1356
1357  (JPEG, Dateiendung
1358 \family typewriter
1359  
1360 \family default
1361
1362 \begin_inset Quotes gld
1363 \end_inset
1364
1365
1366 \family typewriter
1367 .jpg
1368 \family default
1369
1370 \begin_inset Quotes grd
1371 \end_inset
1372
1373  oder 
1374 \begin_inset Quotes gld
1375 \end_inset
1376
1377
1378 \family typewriter
1379 .jpeg
1380 \family default
1381
1382 \begin_inset Quotes grd
1383 \end_inset
1384
1385 )
1386 \begin_inset Index idx
1387 status collapsed
1388
1389 \begin_layout Plain Layout
1390 JPG, JPEG
1391 \end_layout
1392
1393 \end_inset
1394
1395  und 
1396 \begin_inset Quotes gld
1397 \end_inset
1398
1399 Windows Bitmap
1400 \begin_inset Quotes grd
1401 \end_inset
1402
1403  (BMP, Dateiendung 
1404 \begin_inset Quotes gld
1405 \end_inset
1406
1407
1408 \family typewriter
1409 .bmp
1410 \family default
1411
1412 \begin_inset Quotes grd
1413 \end_inset
1414
1415 )
1416 \begin_inset Index idx
1417 status collapsed
1418
1419 \begin_layout Plain Layout
1420 BMP
1421 \end_layout
1422
1423 \end_inset
1424
1425 .
1426 \end_layout
1427
1428 \begin_layout Description
1429 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1430  auf jede beliebige Größe skaliert werden.
1431  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1432  zoomen zu können.
1433 \begin_inset Newline newline
1434 \end_inset
1435
1436 Bekannte Formate sind 
1437 \begin_inset Quotes gld
1438 \end_inset
1439
1440 Scalable Vector Graphics
1441 \begin_inset Quotes grd
1442 \end_inset
1443
1444  (SVG, Dateiendung
1445 \family typewriter
1446  
1447 \family default
1448
1449 \begin_inset Quotes gld
1450 \end_inset
1451
1452
1453 \family typewriter
1454 .svg
1455 \family default
1456
1457 \begin_inset Quotes grd
1458 \end_inset
1459
1460 )
1461 \begin_inset Index idx
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465 SVG
1466 \end_layout
1467
1468 \end_inset
1469
1470
1471 \begin_inset Quotes gld
1472 \end_inset
1473
1474 Encapsulated PostScript
1475 \begin_inset Quotes grd
1476 \end_inset
1477
1478  (EPS, Dateiendung 
1479 \begin_inset Quotes gld
1480 \end_inset
1481
1482
1483 \family typewriter
1484 .eps
1485 \family default
1486
1487 \begin_inset Quotes grd
1488 \end_inset
1489
1490 )
1491 \begin_inset Index idx
1492 status collapsed
1493
1494 \begin_layout Plain Layout
1495 EPS
1496 \end_layout
1497
1498 \end_inset
1499
1500
1501 \begin_inset Quotes gld
1502 \end_inset
1503
1504 Portable Document Format
1505 \begin_inset Quotes grd
1506 \end_inset
1507
1508  (PDF, Dateiendung
1509 \family typewriter
1510  
1511 \family default
1512
1513 \begin_inset Quotes gld
1514 \end_inset
1515
1516
1517 \family typewriter
1518 .pdf
1519 \family default
1520
1521 \begin_inset Quotes grd
1522 \end_inset
1523
1524 )
1525 \begin_inset Index idx
1526 status collapsed
1527
1528 \begin_layout Plain Layout
1529 PDF
1530 \end_layout
1531
1532 \end_inset
1533
1534  und 
1535 \begin_inset Quotes gld
1536 \end_inset
1537
1538 Windows Metafile
1539 \begin_inset Quotes grd
1540 \end_inset
1541
1542  (WMF, Dateiendung 
1543 \begin_inset Quotes gld
1544 \end_inset
1545
1546
1547 \family typewriter
1548 .wmf
1549 \family default
1550
1551 \begin_inset Quotes grd
1552 \end_inset
1553
1554 )
1555 \begin_inset Index idx
1556 status collapsed
1557
1558 \begin_layout Plain Layout
1559 WMF
1560 \end_layout
1561
1562 \end_inset
1563
1564 .
1565 \end_layout
1566
1567 \begin_layout Standard
1568 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1569  das Ergebnis ist immer noch ein Pixelbild.
1570  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1571  hinzugefügt.
1572 \begin_inset Foot
1573 status collapsed
1574
1575 \begin_layout Plain Layout
1576 Bei PDF wird das Originalbild auch noch komprimiert.
1577 \end_layout
1578
1579 \end_inset
1580
1581  Die PDF-Dateien, die 
1582 \family typewriter
1583 Adobe Photoshop
1584 \family default
1585  erzeugt, sind zum Beispiel Pixelbilder.
1586 \end_layout
1587
1588 \begin_layout Standard
1589 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1590  umgekehrt.
1591  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1592  eingefügt werden.
1593  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1594  erzeugt wird, weil es zur Zeit keine WMF/SVG
1595 \begin_inset Formula $\to$
1596 \end_inset
1597
1598 PDF/EPS Konverter gibt.
1599 \end_layout
1600
1601 \begin_layout Chapter
1602 Tabellen
1603 \begin_inset Index idx
1604 status collapsed
1605
1606 \begin_layout Plain Layout
1607 Tabellen
1608 \end_layout
1609
1610 \end_inset
1611
1612
1613 \end_layout
1614
1615 \begin_layout Section
1616 Einführung
1617 \begin_inset Index idx
1618 status collapsed
1619
1620 \begin_layout Plain Layout
1621 Tabellen ! Einführung
1622 \end_layout
1623
1624 \end_inset
1625
1626
1627 \end_layout
1628
1629 \begin_layout Standard
1630 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1631 \begin_inset Info
1632 type  "icon"
1633 arg   "tabular-insert"
1634 \end_inset
1635
1636  oder das Menü 
1637 \family sans
1638 Einfügen\SpecialChar \menuseparator
1639 Tabelle
1640 \family default
1641  einfügen.
1642  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1643 \begin_inset space \thinspace{}
1644 \end_inset
1645
1646 -Tabelle.
1647  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1648  und die Größe der dunkelblauen Tabelle angezeigt.
1649  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1650  ein.
1651  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1652  Spaltenanzahl festlegen können.
1653 \end_layout
1654
1655 \begin_layout Standard
1656 In der so erstellten Tabelle ist jede Zelle umrandet.
1657  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1658  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1659  die zweite Zeile eine Linie oberhalb haben.
1660  Hier ist ein Beispiel:
1661 \end_layout
1662
1663 \begin_layout Standard
1664 \align center
1665 \begin_inset Tabular
1666 <lyxtabular version="3" rows="5" columns="4">
1667 <features rotate="0" tabularvalignment="middle">
1668 <column alignment="center" valignment="top" width="0">
1669 <column alignment="center" valignment="top" width="0">
1670 <column alignment="center" valignment="top" width="0">
1671 <column alignment="center" valignment="top" width="0">
1672 <row>
1673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1674 \begin_inset Text
1675
1676 \begin_layout Plain Layout
1677
1678 \end_layout
1679
1680 \end_inset
1681 </cell>
1682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1683 \begin_inset Text
1684
1685 \begin_layout Plain Layout
1686
1687 \family roman
1688 \series medium
1689 \shape up
1690 \size normal
1691 \emph off
1692 \bar no
1693 \noun off
1694 \color none
1695 1
1696 \end_layout
1697
1698 \end_inset
1699 </cell>
1700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1701 \begin_inset Text
1702
1703 \begin_layout Plain Layout
1704 2
1705 \end_layout
1706
1707 \end_inset
1708 </cell>
1709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1710 \begin_inset Text
1711
1712 \begin_layout Plain Layout
1713 3
1714 \end_layout
1715
1716 \end_inset
1717 </cell>
1718 </row>
1719 <row>
1720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1721 \begin_inset Text
1722
1723 \begin_layout Plain Layout
1724
1725 \family roman
1726 \series medium
1727 \shape up
1728 \size normal
1729 \emph off
1730 \bar no
1731 \noun off
1732 \color none
1733 A
1734 \end_layout
1735
1736 \end_inset
1737 </cell>
1738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1739 \begin_inset Text
1740
1741 \begin_layout Plain Layout
1742
1743 \end_layout
1744
1745 \end_inset
1746 </cell>
1747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1748 \begin_inset Text
1749
1750 \begin_layout Plain Layout
1751
1752 \end_layout
1753
1754 \end_inset
1755 </cell>
1756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1757 \begin_inset Text
1758
1759 \begin_layout Plain Layout
1760
1761 \end_layout
1762
1763 \end_inset
1764 </cell>
1765 </row>
1766 <row>
1767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1768 \begin_inset Text
1769
1770 \begin_layout Plain Layout
1771
1772 \family roman
1773 \series medium
1774 \shape up
1775 \size normal
1776 \emph off
1777 \bar no
1778 \noun off
1779 \color none
1780 B
1781 \end_layout
1782
1783 \end_inset
1784 </cell>
1785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1786 \begin_inset Text
1787
1788 \begin_layout Plain Layout
1789
1790 \end_layout
1791
1792 \end_inset
1793 </cell>
1794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1795 \begin_inset Text
1796
1797 \begin_layout Plain Layout
1798
1799 \end_layout
1800
1801 \end_inset
1802 </cell>
1803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 </row>
1813 <row>
1814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818
1819 \family roman
1820 \series medium
1821 \shape up
1822 \size normal
1823 \emph off
1824 \bar no
1825 \noun off
1826 \color none
1827 C
1828 \end_layout
1829
1830 \end_inset
1831 </cell>
1832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836
1837 \end_layout
1838
1839 \end_inset
1840 </cell>
1841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1842 \begin_inset Text
1843
1844 \begin_layout Plain Layout
1845
1846 \end_layout
1847
1848 \end_inset
1849 </cell>
1850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854
1855 \end_layout
1856
1857 \end_inset
1858 </cell>
1859 </row>
1860 <row>
1861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865 D
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1871 \begin_inset Text
1872
1873 \begin_layout Plain Layout
1874
1875 \end_layout
1876
1877 \end_inset
1878 </cell>
1879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1880 \begin_inset Text
1881
1882 \begin_layout Plain Layout
1883
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1889 \begin_inset Text
1890
1891 \begin_layout Plain Layout
1892
1893 \end_layout
1894
1895 \end_inset
1896 </cell>
1897 </row>
1898 </lyxtabular>
1899
1900 \end_inset
1901
1902
1903 \end_layout
1904
1905 \begin_layout Section
1906 Tabellen-Dialog
1907 \begin_inset Index idx
1908 status collapsed
1909
1910 \begin_layout Plain Layout
1911 Tabellen ! Einstellungen
1912 \end_layout
1913
1914 \end_inset
1915
1916
1917 \end_layout
1918
1919 \begin_layout Standard
1920 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1921  Maustaste draufklicken.
1922  Dadurch wird ein Kontextmenü angezeigt, an dessem Ende 
1923 \family sans
1924 Einstellungen
1925 \family default
1926  steht.
1927  Ein Klick darauf öffnet den Tabellen-Dialog.
1928  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1929  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1930  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1931  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1932  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1933  Auswahl.
1934  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1935 \emph on
1936 Inhalt
1937 \emph default
1938  einer Zelle oder die Zelle selber ausgewählt haben.
1939 \begin_inset Newline newline
1940 \end_inset
1941
1942 Mit der Dialog-Option 
1943 \family sans
1944 Direkt
1945 \begin_inset space ~
1946 \end_inset
1947
1948 übernehmen
1949 \family default
1950  wird jede Änderung, die Sie machen, direkt übernommen.
1951  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1952  dann auch die Parameter der neuen Zelle an.
1953  Wenn Sie Längenwerte im Dialog ändern, müssen Sie Enter drücken, um die
1954  Änderung zu übernehmen.
1955 \begin_inset Newline newline
1956 \end_inset
1957
1958 Der Tabellen-Dialog hat folgende Karteikarten:
1959 \end_layout
1960
1961 \begin_layout Description
1962
1963 \family sans
1964 Tabellen-Einstellungen
1965 \family default
1966  Hier können Sie die Horizontale
1967 \begin_inset space ~
1968 \end_inset
1969
1970 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1971  Die Ausrichtung 
1972 \family sans
1973 Am
1974 \begin_inset space ~
1975 \end_inset
1976
1977 Dezimaltrenner
1978 \family default
1979  ist in Abschnitt
1980 \begin_inset space ~
1981 \end_inset
1982
1983
1984 \begin_inset CommandInset ref
1985 LatexCommand ref
1986 reference "uab:Besondere-Zellenausrichtung"
1987
1988 \end_inset
1989
1990  beschrieben.
1991  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
1992 \begin_inset space ~
1993 \end_inset
1994
1995 Ausrichtung der momentanen Zeile wählen.
1996  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1997  Absätze haben, wie in Abschnitt
1998 \begin_inset space ~
1999 \end_inset
2000
2001
2002 \begin_inset CommandInset ref
2003 LatexCommand ref
2004 reference "uab:Mehrfache-Zeilen-in"
2005
2006 \end_inset
2007
2008  beschrieben.
2009  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
2010 \begin_inset Newline newline
2011 \end_inset
2012
2013 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2014  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
2015 \begin_inset space ~
2016 \end_inset
2017
2018
2019 \begin_inset CommandInset ref
2020 LatexCommand ref
2021 reference "uab:Mehrfachspalten"
2022
2023 \end_inset
2024
2025  und 
2026 \begin_inset CommandInset ref
2027 LatexCommand ref
2028 reference "uab:Mehrfachzeilen"
2029
2030 \end_inset
2031
2032  beschrieben.
2033 \begin_inset Newline newline
2034 \end_inset
2035
2036 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2037  den Uhrzeigersinn um 90° drehen.
2038  LyX zeigt diese Drehung nur in der Ausgabe.
2039  Für weitere Informationen siehe Abschnitt
2040 \begin_inset space ~
2041 \end_inset
2042
2043
2044 \begin_inset CommandInset ref
2045 LatexCommand ref
2046 reference "abs:Rotierte-Tabellenzellen"
2047
2048 \end_inset
2049
2050 .
2051 \begin_inset Newline newline
2052 \end_inset
2053
2054
2055 \begin_inset Note Greyedout
2056 status open
2057
2058 \begin_layout Plain Layout
2059
2060 \series bold
2061 Achtung:
2062 \series default
2063  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2064 \end_layout
2065
2066 \end_inset
2067
2068
2069 \begin_inset Newline newline
2070 \end_inset
2071
2072 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2073  Textzeilen verwendet:
2074 \begin_inset Newline newline
2075 \end_inset
2076
2077 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2078 \begin_inset Tabular
2079 <lyxtabular version="3" rows="2" columns="2">
2080 <features rotate="0" tabularvalignment="top">
2081 <column alignment="center" valignment="top" width="0pt">
2082 <column alignment="center" valignment="top" width="0">
2083 <row>
2084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2085 \begin_inset Text
2086
2087 \begin_layout Plain Layout
2088
2089 \end_layout
2090
2091 \end_inset
2092 </cell>
2093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2094 \begin_inset Text
2095
2096 \begin_layout Plain Layout
2097 1
2098 \end_layout
2099
2100 \end_inset
2101 </cell>
2102 </row>
2103 <row>
2104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2105 \begin_inset Text
2106
2107 \begin_layout Plain Layout
2108 A
2109 \end_layout
2110
2111 \end_inset
2112 </cell>
2113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2114 \begin_inset Text
2115
2116 \begin_layout Plain Layout
2117
2118 \end_layout
2119
2120 \end_inset
2121 </cell>
2122 </row>
2123 </lyxtabular>
2124
2125 \end_inset
2126
2127  
2128 \begin_inset Tabular
2129 <lyxtabular version="3" rows="2" columns="2">
2130 <features rotate="0" tabularvalignment="middle">
2131 <column alignment="center" valignment="top" width="0">
2132 <column alignment="center" valignment="top" width="0">
2133 <row>
2134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2135 \begin_inset Text
2136
2137 \begin_layout Plain Layout
2138
2139 \end_layout
2140
2141 \end_inset
2142 </cell>
2143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2144 \begin_inset Text
2145
2146 \begin_layout Plain Layout
2147 1
2148 \end_layout
2149
2150 \end_inset
2151 </cell>
2152 </row>
2153 <row>
2154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2155 \begin_inset Text
2156
2157 \begin_layout Plain Layout
2158 A
2159 \end_layout
2160
2161 \end_inset
2162 </cell>
2163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2164 \begin_inset Text
2165
2166 \begin_layout Plain Layout
2167
2168 \end_layout
2169
2170 \end_inset
2171 </cell>
2172 </row>
2173 </lyxtabular>
2174
2175 \end_inset
2176
2177  
2178 \begin_inset Tabular
2179 <lyxtabular version="3" rows="2" columns="2">
2180 <features rotate="0" tabularvalignment="bottom">
2181 <column alignment="center" valignment="top" width="0pt">
2182 <column alignment="center" valignment="top" width="0">
2183 <row>
2184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2185 \begin_inset Text
2186
2187 \begin_layout Plain Layout
2188
2189 \end_layout
2190
2191 \end_inset
2192 </cell>
2193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2194 \begin_inset Text
2195
2196 \begin_layout Plain Layout
2197 1
2198 \end_layout
2199
2200 \end_inset
2201 </cell>
2202 </row>
2203 <row>
2204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2205 \begin_inset Text
2206
2207 \begin_layout Plain Layout
2208 A
2209 \end_layout
2210
2211 \end_inset
2212 </cell>
2213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2214 \begin_inset Text
2215
2216 \begin_layout Plain Layout
2217
2218 \end_layout
2219
2220 \end_inset
2221 </cell>
2222 </row>
2223 </lyxtabular>
2224
2225 \end_inset
2226
2227
2228 \begin_inset Newline newline
2229 \end_inset
2230
2231 Man kann auch ein LaTeX-Argument für besondere Tabellen-Formatierun\SpecialChar \-
2232 gen einfügen,
2233  wie in den Abschnitten 
2234 \begin_inset CommandInset ref
2235 LatexCommand ref
2236 reference "uab:Mehrfachspalten-Berechnungen"
2237
2238 \end_inset
2239
2240  und 
2241 \begin_inset CommandInset ref
2242 LatexCommand ref
2243 reference "abs:Farbige-Tabellen"
2244
2245 \end_inset
2246
2247  beschrieben.
2248 \end_layout
2249
2250 \begin_layout Description
2251
2252 \family sans
2253 Rahmen
2254 \family default
2255  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2256  hinzufügen und löschen.
2257 \begin_inset Newline newline
2258 \end_inset
2259
2260 Wenn Sie die Stil-Option
2261 \family sans
2262  Formal
2263 \family default
2264  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2265 \begin_inset space ~
2266 \end_inset
2267
2268
2269 \begin_inset CommandInset ref
2270 LatexCommand ref
2271 reference "abs:Formale-Tabellen"
2272
2273 \end_inset
2274
2275  beschrieben, konvertiert.
2276 \begin_inset Newline newline
2277 \end_inset
2278
2279 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2280 \begin_inset space ~
2281 \end_inset
2282
2283
2284 \begin_inset CommandInset ref
2285 LatexCommand ref
2286 reference "uab:Zeilenabstand"
2287
2288 \end_inset
2289
2290  beschrieben.
2291 \end_layout
2292
2293 \begin_layout Description
2294
2295 \family sans
2296 Lange
2297 \begin_inset space ~
2298 \end_inset
2299
2300 Tabelle
2301 \family default
2302  Hier kann eine Tabelle als 
2303 \begin_inset Quotes gld
2304 \end_inset
2305
2306 Lange
2307 \begin_inset space ~
2308 \end_inset
2309
2310 Tabelle
2311 \begin_inset Quotes grd
2312 \end_inset
2313
2314  definiert werden, die über mehrere Seiten reicht.
2315  Die Abschnitte
2316 \begin_inset space ~
2317 \end_inset
2318
2319
2320 \begin_inset CommandInset ref
2321 LatexCommand ref
2322 reference "abs:Lange-Tabellen"
2323
2324 \end_inset
2325
2326  und 
2327 \begin_inset CommandInset ref
2328 LatexCommand ref
2329 reference "abs:Special-Longtable-Issues"
2330
2331 \end_inset
2332
2333  beschreiben diese Funktion genauer.
2334 \end_layout
2335
2336 \begin_layout Section
2337 Tabellen-Werkzeugleiste
2338 \begin_inset Index idx
2339 status collapsed
2340
2341 \begin_layout Plain Layout
2342 Tabellen ! Werkzeugleiste
2343 \end_layout
2344
2345 \end_inset
2346
2347
2348 \end_layout
2349
2350 \begin_layout Standard
2351 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2352 \family sans
2353 Tabellen-Einstellungen
2354 \family default
2355 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2356  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2357  LyX-Fensters.
2358 \end_layout
2359
2360 \begin_layout Standard
2361 Die Werkzeugleiste hat folgende Knöpfe:
2362 \end_layout
2363
2364 \begin_layout Labeling
2365 \labelwidthstring 00.00.0000
2366 \begin_inset Info
2367 type  "icon"
2368 arg   "inset-modify tabular append-row"
2369 \end_inset
2370
2371  Fügt eine Zeile unterhalb der momentanen an
2372 \end_layout
2373
2374 \begin_layout Labeling
2375 \labelwidthstring 00.00.0000
2376 \begin_inset Info
2377 type  "icon"
2378 arg   "inset-modify tabular append-column"
2379 \end_inset
2380
2381  Fügt eine Spalte rechts von der momentanen an
2382 \end_layout
2383
2384 \begin_layout Labeling
2385 \labelwidthstring 00.00.0000
2386 \begin_inset Info
2387 type  "icon"
2388 arg   "inset-modify tabular delete-row"
2389 \end_inset
2390
2391  Löscht die ausgewählte(n) Zeile(n)
2392 \end_layout
2393
2394 \begin_layout Labeling
2395 \labelwidthstring 00.00.0000
2396 \begin_inset Info
2397 type  "icon"
2398 arg   "inset-modify tabular delete-column"
2399 \end_inset
2400
2401  Löscht die ausgewählte(n) Spalte(n)
2402 \end_layout
2403
2404 \begin_layout Labeling
2405 \labelwidthstring 00.00.0000
2406 \begin_inset Info
2407 type  "icon"
2408 arg   "inset-modify tabular toggle-line-top"
2409 \end_inset
2410
2411  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2412  wenn der Knopf grau hinterlegt ist
2413 \end_layout
2414
2415 \begin_layout Labeling
2416 \labelwidthstring 00.00.0000
2417 \begin_inset Info
2418 type  "icon"
2419 arg   "inset-modify tabular toggle-line-bottom"
2420 \end_inset
2421
2422  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2423  wenn der Knopf grau hinterlegt ist
2424 \end_layout
2425
2426 \begin_layout Labeling
2427 \labelwidthstring 00.00.0000
2428 \begin_inset Info
2429 type  "icon"
2430 arg   "inset-modify tabular toggle-line-left"
2431 \end_inset
2432
2433  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2434  wenn der Knopf grau hinterlegt ist
2435 \end_layout
2436
2437 \begin_layout Labeling
2438 \labelwidthstring 00.00.0000
2439 \begin_inset Info
2440 type  "icon"
2441 arg   "inset-modify tabular toggle-line-right"
2442 \end_inset
2443
2444  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2445  wenn der Knopf grau hinterlegt ist
2446 \end_layout
2447
2448 \begin_layout Labeling
2449 \labelwidthstring 00.00.0000
2450 \begin_inset Info
2451 type  "icon"
2452 arg   "inset-modify tabular set-all-lines"
2453 \end_inset
2454
2455  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2456 \end_layout
2457
2458 \begin_layout Labeling
2459 \labelwidthstring 00.00.0000
2460 \begin_inset Info
2461 type  "icon"
2462 arg   "inset-modify tabular unset-all-lines"
2463 \end_inset
2464
2465  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2466 \end_layout
2467
2468 \begin_layout Labeling
2469 \labelwidthstring 00.00.0000
2470 \begin_inset Info
2471 type  "icon"
2472 arg   "inset-modify tabular m-align-left"
2473 \end_inset
2474
2475  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2476 \end_layout
2477
2478 \begin_layout Labeling
2479 \labelwidthstring 00.00.0000
2480 \begin_inset Info
2481 type  "icon"
2482 arg   "inset-modify tabular m-align-center"
2483 \end_inset
2484
2485  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2486 \end_layout
2487
2488 \begin_layout Labeling
2489 \labelwidthstring 00.00.0000
2490 \begin_inset Info
2491 type  "icon"
2492 arg   "inset-modify tabular m-align-right"
2493 \end_inset
2494
2495  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2496 \end_layout
2497
2498 \begin_layout Labeling
2499 \labelwidthstring 00.00.0000
2500 \begin_inset Info
2501 type  "icon"
2502 arg   "inset-modify tabular align-decimal"
2503 \end_inset
2504
2505  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2506 \end_layout
2507
2508 \begin_layout Labeling
2509 \labelwidthstring 00.00.0000
2510 \begin_inset Info
2511 type  "icon"
2512 arg   "inset-modify tabular m-valign-top"
2513 \end_inset
2514
2515  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2516 \end_layout
2517
2518 \begin_layout Labeling
2519 \labelwidthstring 00.00.0000
2520 \begin_inset Info
2521 type  "icon"
2522 arg   "inset-modify tabular m-valign-middle"
2523 \end_inset
2524
2525  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2526 \end_layout
2527
2528 \begin_layout Labeling
2529 \labelwidthstring 00.00.0000
2530 \begin_inset Info
2531 type  "icon"
2532 arg   "inset-modify tabular m-valign-bottom"
2533 \end_inset
2534
2535  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2536 \end_layout
2537
2538 \begin_layout Labeling
2539 \labelwidthstring 00.00.0000
2540 \begin_inset Info
2541 type  "icon"
2542 arg   "inset-modify tabular set-rotate-cell"
2543 \end_inset
2544
2545  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2546 \end_layout
2547
2548 \begin_layout Labeling
2549 \labelwidthstring 00.00.0000
2550 \begin_inset Info
2551 type  "icon"
2552 arg   "inset-modify tabular set-rotate-tabular"
2553 \end_inset
2554
2555  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2556 \end_layout
2557
2558 \begin_layout Labeling
2559 \labelwidthstring 00.00.0000
2560 \begin_inset Info
2561 type  "icon"
2562 arg   "inset-modify tabular multicolumn"
2563 \end_inset
2564
2565  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2566 \end_layout
2567
2568 \begin_layout Labeling
2569 \labelwidthstring 00.00.0000
2570 \begin_inset Info
2571 type  "icon"
2572 arg   "inset-modify tabular multirow"
2573 \end_inset
2574
2575  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2576 \end_layout
2577
2578 \begin_layout Standard
2579 \begin_inset Note Greyedout
2580 status open
2581
2582 \begin_layout Plain Layout
2583
2584 \series bold
2585 Bemerkung:
2586 \series default
2587  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2588  Reihe für alle Zelle der Reihe verwendet.
2589 \end_layout
2590
2591 \end_inset
2592
2593
2594 \end_layout
2595
2596 \begin_layout Section
2597 Bearbeiten-Menü
2598 \begin_inset Index idx
2599 status collapsed
2600
2601 \begin_layout Plain Layout
2602 Tabellen ! Bearbeiten-Menü
2603 \end_layout
2604
2605 \end_inset
2606
2607
2608 \end_layout
2609
2610 \begin_layout Standard
2611 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2612  Wenn der Cursor in einer Tabelle steht, sind im 
2613 \family sans
2614 Bearbeiten
2615 \family default
2616 -Menü folgende Punkte aktiviert: 
2617 \family sans
2618 Tabelle
2619 \family default
2620
2621 \family sans
2622 Zeilen
2623 \begin_inset space ~
2624 \end_inset
2625
2626 &
2627 \begin_inset space ~
2628 \end_inset
2629
2630 Spalten
2631 \family default
2632  und 
2633 \family sans
2634 Tabellen-Einstellungen
2635 \family default
2636 .
2637  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2638 ngsmöglichkeiten zu erreichen.
2639 \end_layout
2640
2641 \begin_layout Section
2642 Gleitende Tabellen
2643 \begin_inset CommandInset label
2644 LatexCommand label
2645 name "abs:Gleitende-Tabellen"
2646
2647 \end_inset
2648
2649
2650 \begin_inset Index idx
2651 status collapsed
2652
2653 \begin_layout Plain Layout
2654 Gleitobjekte ! Tabellen
2655 \end_layout
2656
2657 \end_inset
2658
2659
2660 \begin_inset Index idx
2661 status collapsed
2662
2663 \begin_layout Plain Layout
2664 Tabellen ! gleitende
2665 \end_layout
2666
2667 \end_inset
2668
2669
2670 \end_layout
2671
2672 \begin_layout Standard
2673 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2674 \begin_inset space ~
2675 \end_inset
2676
2677
2678 \begin_inset CommandInset ref
2679 LatexCommand ref
2680 reference "abs:Gleitobjekte-Einleitung"
2681
2682 \end_inset
2683
2684 .
2685 \end_layout
2686
2687 \begin_layout Standard
2688 \begin_inset Float table
2689 placement h
2690 wide false
2691 sideways false
2692 status open
2693
2694 \begin_layout Plain Layout
2695 \begin_inset Caption Standard
2696
2697 \begin_layout Plain Layout
2698 \begin_inset CommandInset label
2699 LatexCommand label
2700 name "tab:a table float"
2701
2702 \end_inset
2703
2704 Eine gleitende Tabelle
2705 \end_layout
2706
2707 \end_inset
2708
2709
2710 \end_layout
2711
2712 \begin_layout Plain Layout
2713 \align center
2714 \begin_inset Tabular
2715 <lyxtabular version="3" rows="3" columns="3">
2716 <features rotate="0" tabularvalignment="middle">
2717 <column alignment="center" valignment="top" width="0pt">
2718 <column alignment="center" valignment="top" width="0pt">
2719 <column alignment="center" valignment="top" width="0pt">
2720 <row>
2721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2722 \begin_inset Text
2723
2724 \begin_layout Plain Layout
2725
2726 \family roman
2727 \series medium
2728 \shape up
2729 \size normal
2730 \emph off
2731 \bar no
2732 \noun off
2733 \color none
2734 1
2735 \end_layout
2736
2737 \end_inset
2738 </cell>
2739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2740 \begin_inset Text
2741
2742 \begin_layout Plain Layout
2743
2744 \family roman
2745 \series medium
2746 \shape up
2747 \size normal
2748 \emph off
2749 \bar no
2750 \noun off
2751 \color none
2752 2
2753 \end_layout
2754
2755 \end_inset
2756 </cell>
2757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2758 \begin_inset Text
2759
2760 \begin_layout Plain Layout
2761
2762 \family roman
2763 \series medium
2764 \shape up
2765 \size normal
2766 \emph off
2767 \bar no
2768 \noun off
2769 \color none
2770 3
2771 \end_layout
2772
2773 \end_inset
2774 </cell>
2775 </row>
2776 <row>
2777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2778 \begin_inset Text
2779
2780 \begin_layout Plain Layout
2781
2782 \family roman
2783 \series medium
2784 \shape up
2785 \size normal
2786 \emph off
2787 \bar no
2788 \noun off
2789 \color none
2790 Martin
2791 \end_layout
2792
2793 \end_inset
2794 </cell>
2795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2796 \begin_inset Text
2797
2798 \begin_layout Plain Layout
2799
2800 \family roman
2801 \series medium
2802 \shape up
2803 \size normal
2804 \emph off
2805 \bar no
2806 \noun off
2807 \color none
2808 Lena
2809 \end_layout
2810
2811 \end_inset
2812 </cell>
2813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2814 \begin_inset Text
2815
2816 \begin_layout Plain Layout
2817
2818 \family roman
2819 \series medium
2820 \shape up
2821 \size normal
2822 \emph off
2823 \bar no
2824 \noun off
2825 \color none
2826 Alina
2827 \end_layout
2828
2829 \end_inset
2830 </cell>
2831 </row>
2832 <row>
2833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2834 \begin_inset Text
2835
2836 \begin_layout Plain Layout
2837
2838 \family roman
2839 \series medium
2840 \shape up
2841 \size normal
2842 \emph off
2843 \bar no
2844 \noun off
2845 \color none
2846 \begin_inset Formula $\int x^{2}dx$
2847 \end_inset
2848
2849
2850 \end_layout
2851
2852 \end_inset
2853 </cell>
2854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2855 \begin_inset Text
2856
2857 \begin_layout Plain Layout
2858
2859 \family roman
2860 \series medium
2861 \shape up
2862 \size normal
2863 \emph off
2864 \bar no
2865 \noun off
2866 \color none
2867 \begin_inset Formula $\left[\begin{array}{cc}
2868 a & b\\
2869 c & d
2870 \end{array}\right]$
2871 \end_inset
2872
2873
2874 \end_layout
2875
2876 \end_inset
2877 </cell>
2878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2879 \begin_inset Text
2880
2881 \begin_layout Plain Layout
2882
2883 \family roman
2884 \series medium
2885 \shape up
2886 \size normal
2887 \emph off
2888 \bar no
2889 \noun off
2890 \color none
2891 \begin_inset Formula $1+1=2$
2892 \end_inset
2893
2894
2895 \end_layout
2896
2897 \end_inset
2898 </cell>
2899 </row>
2900 </lyxtabular>
2901
2902 \end_inset
2903
2904
2905 \end_layout
2906
2907 \end_inset
2908
2909
2910 \end_layout
2911
2912 \begin_layout Standard
2913 Gleitende Tabellen können über 
2914 \family sans
2915 Einfügen\SpecialChar \menuseparator
2916 Gleitobjekt\SpecialChar \menuseparator
2917 Tabelle
2918 \family default
2919  oder einen Klick auf den Werkzeugleistenknopf 
2920 \begin_inset Info
2921 type  "icon"
2922 arg   "float-insert table"
2923 \end_inset
2924
2925  erzeugt werden.
2926  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2927  In das rot umrahmte Feld rechts von 
2928 \emph on
2929 Tabelle
2930 \begin_inset space ~
2931 \end_inset
2932
2933 Nr:
2934 \emph default
2935  schreiben Sie die Tabellenbeschriftung.
2936  Nach einem Klick oberhalb oder unterhalb von 
2937 \emph on
2938 Tabelle
2939 \begin_inset space ~
2940 \end_inset
2941
2942 Nr:
2943 \emph default
2944  können Sie dann eine Tabelle einfügen.
2945 \end_layout
2946
2947 \begin_layout Standard
2948 Tabelle
2949 \begin_inset space ~
2950 \end_inset
2951
2952
2953 \begin_inset CommandInset ref
2954 LatexCommand ref
2955 reference "tab:a table float"
2956
2957 \end_inset
2958
2959  ist ein Beispiel für eine gleitende Tabelle.
2960 \end_layout
2961
2962 \begin_layout Standard
2963 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2964 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2965  Das bedeutet, dass bei den Klassen 
2966 \family sans
2967 article
2968 \family default
2969
2970 \family sans
2971 book
2972 \family default
2973
2974 \family sans
2975 letter
2976 \family default
2977 , und 
2978 \family sans
2979 report
2980 \family default
2981  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2982  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2983 \series bold
2984 caption
2985 \series default
2986
2987 \begin_inset Index idx
2988 status collapsed
2989
2990 \begin_layout Plain Layout
2991 LaTeX-Pakete ! caption
2992 \end_layout
2993
2994 \end_inset
2995
2996  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2997 \begin_inset Foot
2998 status collapsed
2999
3000 \begin_layout Plain Layout
3001 Näheres finden Sie im Abschnitt
3002 \begin_inset space ~
3003 \end_inset
3004
3005
3006 \begin_inset CommandInset ref
3007 LatexCommand ref
3008 reference "abs:Titel-Platzierung"
3009
3010 \end_inset
3011
3012 .
3013 \end_layout
3014
3015 \end_inset
3016
3017
3018 \end_layout
3019
3020 \begin_layout Standard
3021
3022 \series bold
3023 tableposition=top
3024 \end_layout
3025
3026 \begin_layout Standard
3027 Das Paket 
3028 \series bold
3029 caption
3030 \series default
3031 , das in Abschnitt
3032 \begin_inset space ~
3033 \end_inset
3034
3035
3036 \begin_inset CommandInset ref
3037 LatexCommand ref
3038 reference "abs:Titel-Formatierung"
3039
3040 \end_inset
3041
3042  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3043 \end_layout
3044
3045 \begin_layout Standard
3046 \begin_inset Index idx
3047 status collapsed
3048
3049 \begin_layout Plain Layout
3050 Querverweise ! auf Tabellen
3051 \end_layout
3052
3053 \end_inset
3054
3055 Auf Tabellen kann über ihre Marke verwiesen werden.
3056  Dafür fügen Sie in der Beschriftung mit 
3057 \family sans
3058 Einfügen\SpecialChar \menuseparator
3059 Marke
3060 \family default
3061  oder durch Klicken auf 
3062 \begin_inset Info
3063 type  "icon"
3064 arg   "label-insert"
3065 \end_inset
3066
3067  eine Marke ein.
3068  Auf diese können Sie dann wie gewohnt mit 
3069 \family sans
3070 Einfügen\SpecialChar \menuseparator
3071 Querverweis
3072 \family default
3073  oder durch Klicken auf 
3074 \begin_inset Info
3075 type  "icon"
3076 arg   "dialog-show-new-inset ref"
3077 \end_inset
3078
3079  verweisen.
3080  Verweise werden detailliert in Abschnitt
3081 \begin_inset space ~
3082 \end_inset
3083
3084
3085 \begin_inset CommandInset ref
3086 LatexCommand ref
3087 reference "abs:Auf-Gleitobjekte-verweisen"
3088
3089 \end_inset
3090
3091  beschrieben.
3092 \end_layout
3093
3094 \begin_layout Section
3095 Lange Tabellen
3096 \begin_inset CommandInset label
3097 LatexCommand label
3098 name "abs:Lange-Tabellen"
3099
3100 \end_inset
3101
3102
3103 \begin_inset Index idx
3104 status collapsed
3105
3106 \begin_layout Plain Layout
3107 Tabellen ! lange
3108 \end_layout
3109
3110 \end_inset
3111
3112
3113 \end_layout
3114
3115 \begin_layout Standard
3116 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3117  Dialogfenster 
3118 \family sans
3119 Tabellen-Einstellungen
3120 \family default
3121  auf der Karteikarte  
3122 \family sans
3123 Lange
3124 \begin_inset space ~
3125 \end_inset
3126
3127 Tabelle
3128 \family default
3129  die Option 
3130 \family sans
3131 Lange
3132 \begin_inset space ~
3133 \end_inset
3134
3135 Tabelle
3136 \begin_inset space ~
3137 \end_inset
3138
3139 verwenden
3140 \family default
3141  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3142  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3143 \end_layout
3144
3145 \begin_layout Description
3146 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3147  festgelegt; mit Ausnahme der ersten, wenn 
3148 \family sans
3149 Erste
3150 \begin_inset space ~
3151 \end_inset
3152
3153 Kopfzeile
3154 \family default
3155  aktiviert ist.
3156 \end_layout
3157
3158 \begin_layout Description
3159 Erste
3160 \lang english
3161
3162 \begin_inset space ~
3163 \end_inset
3164
3165
3166 \lang ngerman
3167 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3168  Seite einer mehrseitigen Tabelle definiert.
3169 \end_layout
3170
3171 \begin_layout Description
3172 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3173  mit Ausnahme der letzten, wenn 
3174 \family sans
3175 Letzte
3176 \begin_inset space ~
3177 \end_inset
3178
3179 Fußzeile
3180 \family default
3181  aktiviert ist.
3182 \end_layout
3183
3184 \begin_layout Description
3185 Letzte
3186 \begin_inset space ~
3187 \end_inset
3188
3189 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3190  einer mehrseitigen Tabelle definiert.
3191 \end_layout
3192
3193 \begin_layout Description
3194 Legende: Die aktuelle Zeile enthält die Legende.
3195  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3196  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3197 \begin_inset space ~
3198 \end_inset
3199
3200
3201 \begin_inset CommandInset ref
3202 LatexCommand ref
3203 reference "uab:Beschriftungen-langer-Tabellen"
3204
3205 \end_inset
3206
3207  erklärt.
3208 \end_layout
3209
3210 \begin_layout Standard
3211 Hier ist ein Beispiel einer langen Tabelle:
3212 \end_layout
3213
3214 \begin_layout Standard
3215 \align center
3216 \begin_inset Tabular
3217 <lyxtabular version="3" rows="69" columns="3">
3218 <features rotate="0" islongtable="true" longtabularalignment="center">
3219 <column alignment="left" valignment="top" width="0cm">
3220 <column alignment="left" valignment="top" width="0pt">
3221 <column alignment="right" valignment="top" width="0pt">
3222 <row endfirsthead="true">
3223 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Plain Layout
3227
3228 \series bold
3229 Telefonliste (ignoriere die Namen)
3230 \end_layout
3231
3232 \end_inset
3233 </cell>
3234 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3235 \begin_inset Text
3236
3237 \begin_layout Plain Layout
3238
3239 \end_layout
3240
3241 \end_inset
3242 </cell>
3243 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3244 \begin_inset Text
3245
3246 \begin_layout Plain Layout
3247
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 </row>
3253 <row endfirsthead="true">
3254 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3255 \begin_inset Text
3256
3257 \begin_layout Plain Layout
3258
3259 \series bold
3260 NAME
3261 \end_layout
3262
3263 \end_inset
3264 </cell>
3265 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269
3270 \end_layout
3271
3272 \end_inset
3273 </cell>
3274 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3275 \begin_inset Text
3276
3277 \begin_layout Plain Layout
3278
3279 \series bold
3280 TEL.
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 </row>
3286 <row endhead="true">
3287 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3288 \begin_inset Text
3289
3290 \begin_layout Plain Layout
3291
3292 \series bold
3293 Telefonliste
3294 \end_layout
3295
3296 \end_inset
3297 </cell>
3298 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3299 \begin_inset Text
3300
3301 \begin_layout Plain Layout
3302
3303 \end_layout
3304
3305 \end_inset
3306 </cell>
3307 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3308 \begin_inset Text
3309
3310 \begin_layout Plain Layout
3311
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 </row>
3317 <row endhead="true">
3318 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3319 \begin_inset Text
3320
3321 \begin_layout Plain Layout
3322
3323 \series bold
3324 NAME
3325 \end_layout
3326
3327 \end_inset
3328 </cell>
3329 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342
3343 \series bold
3344 TEL.
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 </row>
3350 <row endfoot="true">
3351 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3352 \begin_inset Text
3353
3354 \begin_layout Plain Layout
3355
3356 \series bold
3357 wird fortgesetzt
3358 \series default
3359  \SpecialChar \ldots{}
3360
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378
3379 \end_layout
3380
3381 \end_inset
3382 </cell>
3383 </row>
3384 <row>
3385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389
3390 \series bold
3391 Annovi
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 <cell alignment="center" valignment="top" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Plain Layout
3400 Silvia
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Plain Layout
3409 111
3410 \end_layout
3411
3412 \end_inset
3413 </cell>
3414 </row>
3415 <row>
3416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420
3421 \series bold
3422 Bertoli
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 <cell alignment="center" valignment="top" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431 Stefano
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3437 \begin_inset Text
3438
3439 \begin_layout Plain Layout
3440 111
3441 \end_layout
3442
3443 \end_inset
3444 </cell>
3445 </row>
3446 <row>
3447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451
3452 \series bold
3453 Bozzi
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 <cell alignment="center" valignment="top" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462 Walter
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3468 \begin_inset Text
3469
3470 \begin_layout Plain Layout
3471 111
3472 \end_layout
3473
3474 \end_inset
3475 </cell>
3476 </row>
3477 <row>
3478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482
3483 \series bold
3484 Cachia
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="center" valignment="top" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493 Maria
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Plain Layout
3502 111
3503 \end_layout
3504
3505 \end_inset
3506 </cell>
3507 </row>
3508 <row>
3509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3510 \begin_inset Text
3511
3512 \begin_layout Plain Layout
3513
3514 \series bold
3515 Cachia
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524 Maurizio
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Plain Layout
3533 111
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 </row>
3539 <row>
3540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544
3545 \series bold
3546 Cinquemani
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 <cell alignment="center" valignment="top" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555 Giusi
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Plain Layout
3564 111
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 </row>
3570 <row>
3571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575
3576 \series bold
3577 Colin
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586 Bernard
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3592 \begin_inset Text
3593
3594 \begin_layout Plain Layout
3595 111
3596 \end_layout
3597
3598 \end_inset
3599 </cell>
3600 </row>
3601 <row>
3602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Plain Layout
3606
3607 \series bold
3608 Concli
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617 Gianfranco
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3623 \begin_inset Text
3624
3625 \begin_layout Plain Layout
3626 111
3627 \end_layout
3628
3629 \end_inset
3630 </cell>
3631 </row>
3632 <row>
3633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637
3638 \series bold
3639 Dal Bosco
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 <cell alignment="center" valignment="top" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648 Carolina
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3654 \begin_inset Text
3655
3656 \begin_layout Plain Layout
3657 111
3658 \end_layout
3659
3660 \end_inset
3661 </cell>
3662 </row>
3663 <row>
3664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668
3669 \series bold
3670 Dalpiaz
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 <cell alignment="center" valignment="top" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679 Annamaria
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3685 \begin_inset Text
3686
3687 \begin_layout Plain Layout
3688 111
3689 \end_layout
3690
3691 \end_inset
3692 </cell>
3693 </row>
3694 <row>
3695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3696 \begin_inset Text
3697
3698 \begin_layout Plain Layout
3699
3700 \series bold
3701 Feliciello
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 <cell alignment="center" valignment="top" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710 Domenico
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3716 \begin_inset Text
3717
3718 \begin_layout Plain Layout
3719 111
3720 \end_layout
3721
3722 \end_inset
3723 </cell>
3724 </row>
3725 <row>
3726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3727 \begin_inset Text
3728
3729 \begin_layout Plain Layout
3730
3731 \series bold
3732 Focarelli
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 <cell alignment="center" valignment="top" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Plain Layout
3741 Paola
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3747 \begin_inset Text
3748
3749 \begin_layout Plain Layout
3750 111
3751 \end_layout
3752
3753 \end_inset
3754 </cell>
3755 </row>
3756 <row>
3757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3758 \begin_inset Text
3759
3760 \begin_layout Plain Layout
3761
3762 \series bold
3763 Galletti
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 <cell alignment="center" valignment="top" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772 Oreste
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3778 \begin_inset Text
3779
3780 \begin_layout Plain Layout
3781 111
3782 \end_layout
3783
3784 \end_inset
3785 </cell>
3786 </row>
3787 <row>
3788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792
3793 \series bold
3794 Gasparini
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="center" valignment="top" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803 Franca
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3809 \begin_inset Text
3810
3811 \begin_layout Plain Layout
3812 111
3813 \end_layout
3814
3815 \end_inset
3816 </cell>
3817 </row>
3818 <row>
3819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823
3824 \series bold
3825 Rizzardi
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 <cell alignment="center" valignment="top" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834 Paola
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3840 \begin_inset Text
3841
3842 \begin_layout Plain Layout
3843 111
3844 \end_layout
3845
3846 \end_inset
3847 </cell>
3848 </row>
3849 <row>
3850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Plain Layout
3854
3855 \series bold
3856 Lassini
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 <cell alignment="center" valignment="top" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865 Giancarlo
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3871 \begin_inset Text
3872
3873 \begin_layout Plain Layout
3874 111
3875 \end_layout
3876
3877 \end_inset
3878 </cell>
3879 </row>
3880 <row>
3881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885
3886 \series bold
3887 Malfatti
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 <cell alignment="center" valignment="top" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896 Luciano
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Plain Layout
3905 111
3906 \end_layout
3907
3908 \end_inset
3909 </cell>
3910 </row>
3911 <row>
3912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Plain Layout
3916
3917 \series bold
3918 Malfatti
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 <cell alignment="center" valignment="top" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927 Valeriano
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Plain Layout
3936 111
3937 \end_layout
3938
3939 \end_inset
3940 </cell>
3941 </row>
3942 <row>
3943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Plain Layout
3947
3948 \series bold
3949 Meneguzzo
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 <cell alignment="center" valignment="top" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958 Roberto
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967 111
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 </row>
3973 <row>
3974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3975 \begin_inset Text
3976
3977 \begin_layout Plain Layout
3978
3979 \series bold
3980 Mezzadra
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 <cell alignment="center" valignment="top" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Plain Layout
3989 Roberto
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998 111
3999 \end_layout
4000
4001 \end_inset
4002 </cell>
4003 </row>
4004 <row>
4005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4006 \begin_inset Text
4007
4008 \begin_layout Plain Layout
4009
4010 \series bold
4011 Pirpamer
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 <cell alignment="center" valignment="top" usebox="none">
4017 \begin_inset Text
4018
4019 \begin_layout Plain Layout
4020 Erich
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Plain Layout
4029 111
4030 \end_layout
4031
4032 \end_inset
4033 </cell>
4034 </row>
4035 <row>
4036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Plain Layout
4040
4041 \series bold
4042 Pochiesa
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 <cell alignment="center" valignment="top" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Plain Layout
4051 Paolo
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060 111, 222
4061 \end_layout
4062
4063 \end_inset
4064 </cell>
4065 </row>
4066 <row>
4067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4068 \begin_inset Text
4069
4070 \begin_layout Plain Layout
4071
4072 \series bold
4073 Radina
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 <cell alignment="center" valignment="top" usebox="none">
4079 \begin_inset Text
4080
4081 \begin_layout Plain Layout
4082 Claudio
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4088 \begin_inset Text
4089
4090 \begin_layout Plain Layout
4091 111
4092 \end_layout
4093
4094 \end_inset
4095 </cell>
4096 </row>
4097 <row>
4098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4099 \begin_inset Text
4100
4101 \begin_layout Plain Layout
4102
4103 \series bold
4104 Stuffer
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 <cell alignment="center" valignment="top" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113 Oskar
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4119 \begin_inset Text
4120
4121 \begin_layout Plain Layout
4122 111
4123 \end_layout
4124
4125 \end_inset
4126 </cell>
4127 </row>
4128 <row>
4129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Plain Layout
4133
4134 \series bold
4135 Tacchelli
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 <cell alignment="center" valignment="top" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Plain Layout
4144 Ugo
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153 111
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 </row>
4159 <row>
4160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164
4165 \series bold
4166 Tezzele
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 <cell alignment="center" valignment="top" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175 Margit
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184 111
4185 \end_layout
4186
4187 \end_inset
4188 </cell>
4189 </row>
4190 <row>
4191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195
4196 \series bold
4197 Unterkalmsteiner
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 <cell alignment="center" valignment="top" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206 Frieda
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215 111
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 </row>
4221 <row>
4222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226
4227 \series bold
4228 Vieider
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 <cell alignment="center" valignment="top" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237 Hilde
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246 111
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 </row>
4252 <row>
4253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4254 \begin_inset Text
4255
4256 \begin_layout Plain Layout
4257
4258 \series bold
4259 Vigna
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell alignment="center" valignment="top" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268 Jürgen
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277 111
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 </row>
4283 <row>
4284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288
4289 \series bold
4290 Weber
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell alignment="center" valignment="top" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299 Maurizio
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308 111
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 </row>
4314 <row>
4315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Plain Layout
4319
4320 \series bold
4321 Winkler
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330 Franz
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339 111
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 </row>
4345 <row>
4346 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Plain Layout
4350  
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4365 \begin_inset Text
4366
4367 \begin_layout Plain Layout
4368
4369 \end_layout
4370
4371 \end_inset
4372 </cell>
4373 </row>
4374 <row>
4375 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379
4380 \series bold
4381 Annovi
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 <cell alignment="center" valignment="top" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390 Silvia
4391 \end_layout
4392
4393 \end_inset
4394 </cell>
4395 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4396 \begin_inset Text
4397
4398 \begin_layout Plain Layout
4399 555
4400 \end_layout
4401
4402 \end_inset
4403 </cell>
4404 </row>
4405 <row>
4406 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410
4411 \series bold
4412 Bertoli
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 <cell alignment="center" valignment="top" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421 Stefano
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4427 \begin_inset Text
4428
4429 \begin_layout Plain Layout
4430 555
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 </row>
4436 <row>
4437 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441
4442 \series bold
4443 Bozzi
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell alignment="center" valignment="top" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452 Walter
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Plain Layout
4461 555
4462 \end_layout
4463
4464 \end_inset
4465 </cell>
4466 </row>
4467 <row>
4468 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472
4473 \series bold
4474 Cachia
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 <cell alignment="center" valignment="top" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483 Maria
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Plain Layout
4492 555
4493 \end_layout
4494
4495 \end_inset
4496 </cell>
4497 </row>
4498 <row>
4499 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503
4504 \series bold
4505 Cachia
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 <cell alignment="center" valignment="top" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514 Maurizio
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Plain Layout
4523 555
4524 \end_layout
4525
4526 \end_inset
4527 </cell>
4528 </row>
4529 <row>
4530 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534
4535 \series bold
4536 Cinquemani
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 <cell alignment="center" valignment="top" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545 Giusi
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554 555
4555 \end_layout
4556
4557 \end_inset
4558 </cell>
4559 </row>
4560 <row>
4561 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565
4566 \series bold
4567 Colin
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 <cell alignment="center" valignment="top" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576 Bernard
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Plain Layout
4585 555
4586 \end_layout
4587
4588 \end_inset
4589 </cell>
4590 </row>
4591 <row>
4592 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Plain Layout
4596
4597 \series bold
4598 Concli
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 <cell alignment="center" valignment="top" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607 Gianfranco
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4613 \begin_inset Text
4614
4615 \begin_layout Plain Layout
4616 555
4617 \end_layout
4618
4619 \end_inset
4620 </cell>
4621 </row>
4622 <row>
4623 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Plain Layout
4627
4628 \series bold
4629 Dal Bosco
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 <cell alignment="center" valignment="top" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638 Carolina
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4644 \begin_inset Text
4645
4646 \begin_layout Plain Layout
4647 555
4648 \end_layout
4649
4650 \end_inset
4651 </cell>
4652 </row>
4653 <row>
4654 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658
4659 \series bold
4660 Dalpiaz
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 <cell alignment="center" valignment="top" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669 Annamaria
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4675 \begin_inset Text
4676
4677 \begin_layout Plain Layout
4678 555
4679 \end_layout
4680
4681 \end_inset
4682 </cell>
4683 </row>
4684 <row>
4685 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4686 \begin_inset Text
4687
4688 \begin_layout Plain Layout
4689
4690 \series bold
4691 Feliciello
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 <cell alignment="center" valignment="top" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Plain Layout
4700 Domenico
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Plain Layout
4709 555
4710 \end_layout
4711
4712 \end_inset
4713 </cell>
4714 </row>
4715 <row>
4716 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Plain Layout
4720
4721 \series bold
4722 Focarelli
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 <cell alignment="center" valignment="top" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731 Paola
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4737 \begin_inset Text
4738
4739 \begin_layout Plain Layout
4740 555
4741 \end_layout
4742
4743 \end_inset
4744 </cell>
4745 </row>
4746 <row>
4747 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Plain Layout
4751
4752 \series bold
4753 Galletti
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 <cell alignment="center" valignment="top" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762 Oreste
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4768 \begin_inset Text
4769
4770 \begin_layout Plain Layout
4771 555
4772 \end_layout
4773
4774 \end_inset
4775 </cell>
4776 </row>
4777 <row>
4778 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4779 \begin_inset Text
4780
4781 \begin_layout Plain Layout
4782
4783 \series bold
4784 Gasparini
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 <cell alignment="center" valignment="top" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793 Franca
4794 \end_layout
4795
4796 \end_inset
4797 </cell>
4798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4799 \begin_inset Text
4800
4801 \begin_layout Plain Layout
4802 555
4803 \end_layout
4804
4805 \end_inset
4806 </cell>
4807 </row>
4808 <row>
4809 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4810 \begin_inset Text
4811
4812 \begin_layout Plain Layout
4813
4814 \series bold
4815 Rizzardi
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 <cell alignment="center" valignment="top" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824 Paola
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4830 \begin_inset Text
4831
4832 \begin_layout Plain Layout
4833 555
4834 \end_layout
4835
4836 \end_inset
4837 </cell>
4838 </row>
4839 <row>
4840 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4841 \begin_inset Text
4842
4843 \begin_layout Plain Layout
4844
4845 \series bold
4846 Lassini
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 <cell alignment="center" valignment="top" usebox="none">
4852 \begin_inset Text
4853
4854 \begin_layout Plain Layout
4855 Giancarlo
4856 \end_layout
4857
4858 \end_inset
4859 </cell>
4860 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4861 \begin_inset Text
4862
4863 \begin_layout Plain Layout
4864 555
4865 \end_layout
4866
4867 \end_inset
4868 </cell>
4869 </row>
4870 <row>
4871 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4872 \begin_inset Text
4873
4874 \begin_layout Plain Layout
4875
4876 \series bold
4877 Malfatti
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 <cell alignment="center" valignment="top" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886 Luciano
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4892 \begin_inset Text
4893
4894 \begin_layout Plain Layout
4895 555
4896 \end_layout
4897
4898 \end_inset
4899 </cell>
4900 </row>
4901 <row>
4902 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4903 \begin_inset Text
4904
4905 \begin_layout Plain Layout
4906
4907 \series bold
4908 Malfatti
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 <cell alignment="center" valignment="top" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917 Valeriano
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4923 \begin_inset Text
4924
4925 \begin_layout Plain Layout
4926 555
4927 \end_layout
4928
4929 \end_inset
4930 </cell>
4931 </row>
4932 <row>
4933 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4934 \begin_inset Text
4935
4936 \begin_layout Plain Layout
4937
4938 \series bold
4939 Meneguzzo
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 <cell alignment="center" valignment="top" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Plain Layout
4948 Roberto
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4954 \begin_inset Text
4955
4956 \begin_layout Plain Layout
4957 555
4958 \end_layout
4959
4960 \end_inset
4961 </cell>
4962 </row>
4963 <row>
4964 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4965 \begin_inset Text
4966
4967 \begin_layout Plain Layout
4968
4969 \series bold
4970 Mezzadra
4971 \end_layout
4972
4973 \end_inset
4974 </cell>
4975 <cell alignment="center" valignment="top" usebox="none">
4976 \begin_inset Text
4977
4978 \begin_layout Plain Layout
4979 Roberto
4980 \end_layout
4981
4982 \end_inset
4983 </cell>
4984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4985 \begin_inset Text
4986
4987 \begin_layout Plain Layout
4988 555
4989 \end_layout
4990
4991 \end_inset
4992 </cell>
4993 </row>
4994 <row>
4995 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4996 \begin_inset Text
4997
4998 \begin_layout Plain Layout
4999
5000 \series bold
5001 Pirpamer
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 <cell alignment="center" valignment="top" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010 Erich
5011 \end_layout
5012
5013 \end_inset
5014 </cell>
5015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5016 \begin_inset Text
5017
5018 \begin_layout Plain Layout
5019 555
5020 \end_layout
5021
5022 \end_inset
5023 </cell>
5024 </row>
5025 <row>
5026 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5027 \begin_inset Text
5028
5029 \begin_layout Plain Layout
5030
5031 \series bold
5032 Pochiesa
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 <cell alignment="center" valignment="top" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Plain Layout
5041 Paolo
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Plain Layout
5050 555, 222
5051 \end_layout
5052
5053 \end_inset
5054 </cell>
5055 </row>
5056 <row>
5057 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Plain Layout
5061
5062 \series bold
5063 Radina
5064 \end_layout
5065
5066 \end_inset
5067 </cell>
5068 <cell alignment="center" valignment="top" usebox="none">
5069 \begin_inset Text
5070
5071 \begin_layout Plain Layout
5072 Claudio
5073 \end_layout
5074
5075 \end_inset
5076 </cell>
5077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5078 \begin_inset Text
5079
5080 \begin_layout Plain Layout
5081 555
5082 \end_layout
5083
5084 \end_inset
5085 </cell>
5086 </row>
5087 <row>
5088 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Plain Layout
5092
5093 \series bold
5094 Stuffer
5095 \end_layout
5096
5097 \end_inset
5098 </cell>
5099 <cell alignment="center" valignment="top" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Plain Layout
5103 Oskar
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5109 \begin_inset Text
5110
5111 \begin_layout Plain Layout
5112 555
5113 \end_layout
5114
5115 \end_inset
5116 </cell>
5117 </row>
5118 <row>
5119 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5120 \begin_inset Text
5121
5122 \begin_layout Plain Layout
5123
5124 \series bold
5125 Tacchelli
5126 \end_layout
5127
5128 \end_inset
5129 </cell>
5130 <cell alignment="center" valignment="top" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134 Ugo
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5140 \begin_inset Text
5141
5142 \begin_layout Plain Layout
5143 555
5144 \end_layout
5145
5146 \end_inset
5147 </cell>
5148 </row>
5149 <row>
5150 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5151 \begin_inset Text
5152
5153 \begin_layout Plain Layout
5154
5155 \series bold
5156 Tezzele
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 <cell alignment="center" valignment="top" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Plain Layout
5165 Margit
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174 555
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 </row>
5180 <row>
5181 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5182 \begin_inset Text
5183
5184 \begin_layout Plain Layout
5185
5186 \series bold
5187 Unterkalmsteiner
5188 \end_layout
5189
5190 \end_inset
5191 </cell>
5192 <cell alignment="center" valignment="top" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Plain Layout
5196 Frieda
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5202 \begin_inset Text
5203
5204 \begin_layout Plain Layout
5205 555
5206 \end_layout
5207
5208 \end_inset
5209 </cell>
5210 </row>
5211 <row>
5212 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Plain Layout
5216
5217 \series bold
5218 Vieider
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 <cell alignment="center" valignment="top" usebox="none">
5224 \begin_inset Text
5225
5226 \begin_layout Plain Layout
5227 Hilde
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5233 \begin_inset Text
5234
5235 \begin_layout Plain Layout
5236 555
5237 \end_layout
5238
5239 \end_inset
5240 </cell>
5241 </row>
5242 <row>
5243 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5244 \begin_inset Text
5245
5246 \begin_layout Plain Layout
5247
5248 \series bold
5249 Vigna
5250 \end_layout
5251
5252 \end_inset
5253 </cell>
5254 <cell alignment="center" valignment="top" usebox="none">
5255 \begin_inset Text
5256
5257 \begin_layout Plain Layout
5258 Jürgen
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5264 \begin_inset Text
5265
5266 \begin_layout Plain Layout
5267 999
5268 \end_layout
5269
5270 \end_inset
5271 </cell>
5272 </row>
5273 <row>
5274 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5275 \begin_inset Text
5276
5277 \begin_layout Plain Layout
5278
5279 \series bold
5280 Weber
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 <cell alignment="center" valignment="top" usebox="none">
5286 \begin_inset Text
5287
5288 \begin_layout Plain Layout
5289 Maurizio
5290 \end_layout
5291
5292 \end_inset
5293 </cell>
5294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5295 \begin_inset Text
5296
5297 \begin_layout Plain Layout
5298 555
5299 \end_layout
5300
5301 \end_inset
5302 </cell>
5303 </row>
5304 <row>
5305 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5306 \begin_inset Text
5307
5308 \begin_layout Plain Layout
5309
5310 \series bold
5311 Winkler
5312 \end_layout
5313
5314 \end_inset
5315 </cell>
5316 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5317 \begin_inset Text
5318
5319 \begin_layout Plain Layout
5320 Franz
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5326 \begin_inset Text
5327
5328 \begin_layout Plain Layout
5329 555
5330 \end_layout
5331
5332 \end_inset
5333 </cell>
5334 </row>
5335 <row endlastfoot="true">
5336 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5337 \begin_inset Text
5338
5339 \begin_layout Plain Layout
5340 Ende
5341 \end_layout
5342
5343 \end_inset
5344 </cell>
5345 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5346 \begin_inset Text
5347
5348 \begin_layout Plain Layout
5349
5350 \end_layout
5351
5352 \end_inset
5353 </cell>
5354 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5355 \begin_inset Text
5356
5357 \begin_layout Plain Layout
5358
5359 \end_layout
5360
5361 \end_inset
5362 </cell>
5363 </row>
5364 </lyxtabular>
5365
5366 \end_inset
5367
5368
5369 \begin_inset ERT
5370 status collapsed
5371
5372 \begin_layout Plain Layout
5373
5374
5375 \backslash
5376 addtocounter{table}{-1}
5377 \end_layout
5378
5379 \end_inset
5380
5381
5382 \begin_inset Note Note
5383 status collapsed
5384
5385 \begin_layout Plain Layout
5386 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5387 \begin_inset space ~
5388 \end_inset
5389
5390
5391 \begin_inset CommandInset ref
5392 LatexCommand ref
5393 reference "uab:Beschriftungen-langer-Tabellen"
5394
5395 \end_inset
5396
5397
5398 \end_layout
5399
5400 \end_inset
5401
5402
5403 \end_layout
5404
5405 \begin_layout Subsection
5406 Fußnoten in langen Tabellen
5407 \begin_inset CommandInset label
5408 LatexCommand label
5409 name "uab:Fußnoten-in-langen"
5410
5411 \end_inset
5412
5413
5414 \begin_inset Index idx
5415 status collapsed
5416
5417 \begin_layout Plain Layout
5418 Tabellen ! lange ! Fußnoten
5419 \end_layout
5420
5421 \end_inset
5422
5423
5424 \end_layout
5425
5426 \begin_layout Standard
5427 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5428  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5429  Tabelle
5430 \begin_inset space ~
5431 \end_inset
5432
5433
5434 \begin_inset CommandInset ref
5435 LatexCommand ref
5436 reference "tab:DiffCaptions"
5437
5438 \end_inset
5439
5440  hat zum Beispiel eine Fußnote.
5441 \end_layout
5442
5443 \begin_layout Subsection
5444 Ausrichtung langer Tabellen
5445 \begin_inset Index idx
5446 status collapsed
5447
5448 \begin_layout Plain Layout
5449 Tabellen ! lange ! Ausrichtung
5450 \end_layout
5451
5452 \end_inset
5453
5454
5455 \end_layout
5456
5457 \begin_layout Standard
5458 Die horizontale Ausrichtung von langen Tabellen kann in den Tabelleneinstellunge
5459 n festgelegt werden.
5460  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5461  Seitenrand.
5462  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5463  ausgerichtet werden und die Werte der Längen 
5464 \series bold
5465
5466 \backslash
5467 LTleft 
5468 \series default
5469 und 
5470 \series bold
5471
5472 \backslash
5473 LTright
5474 \series default
5475  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5476  wird:
5477 \end_layout
5478
5479 \begin_layout Standard
5480
5481 \series bold
5482
5483 \backslash
5484 setlength{
5485 \backslash
5486 LTleft}{Wert}
5487 \end_layout
5488
5489 \begin_layout Standard
5490 Der Wert kann eine der in Tabelle
5491 \begin_inset space ~
5492 \end_inset
5493
5494
5495 \begin_inset CommandInset ref
5496 LatexCommand ref
5497 reference "tab:Maßeinheiten"
5498
5499 \end_inset
5500
5501  aufgelisteten Einheiten kann.
5502  
5503 \series bold
5504
5505 \backslash
5506 LTleft
5507 \series default
5508  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5509  
5510 \series bold
5511
5512 \backslash
5513 LTright
5514 \series default
5515  den Abstand von rechts.
5516  Die Voreinstellung für beide Werte ist 
5517 \series bold
5518
5519 \backslash
5520 fill
5521 \series default
5522 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5523  in LyX ist.
5524 \end_layout
5525
5526 \begin_layout Standard
5527 Die folgende lange Tabelle wurde zentriert und 
5528 \series bold
5529
5530 \backslash
5531 LTleft
5532 \series default
5533  auf den Wert 
5534 \family sans
5535 0.1
5536 \backslash
5537 columnwidth
5538 \family default
5539  gesetzt:
5540 \begin_inset ERT
5541 status collapsed
5542
5543 \begin_layout Plain Layout
5544
5545
5546 \backslash
5547 setlength{
5548 \backslash
5549 LTleft}{0.1
5550 \backslash
5551 columnwidth}
5552 \end_layout
5553
5554 \end_inset
5555
5556
5557 \end_layout
5558
5559 \begin_layout Standard
5560 \begin_inset Tabular
5561 <lyxtabular version="3" rows="5" columns="5">
5562 <features rotate="0" islongtable="true" longtabularalignment="center">
5563 <column alignment="center" valignment="top" width="0">
5564 <column alignment="center" valignment="top" width="0">
5565 <column alignment="center" valignment="top" width="0pt">
5566 <column alignment="center" valignment="top" width="0">
5567 <column alignment="center" valignment="top" width="0">
5568 <row>
5569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573 1
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582 2
5583 \end_layout
5584
5585 \end_inset
5586 </cell>
5587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5588 \begin_inset Text
5589
5590 \begin_layout Plain Layout
5591 3
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5597 \begin_inset Text
5598
5599 \begin_layout Plain Layout
5600 4
5601 \end_layout
5602
5603 \end_inset
5604 </cell>
5605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5606 \begin_inset Text
5607
5608 \begin_layout Plain Layout
5609 5
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 </row>
5615 <row>
5616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620 asd
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5626 \begin_inset Text
5627
5628 \begin_layout Plain Layout
5629 s
5630 \end_layout
5631
5632 \end_inset
5633 </cell>
5634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5635 \begin_inset Text
5636
5637 \begin_layout Plain Layout
5638 s
5639 \end_layout
5640
5641 \end_inset
5642 </cell>
5643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5644 \begin_inset Text
5645
5646 \begin_layout Plain Layout
5647 s
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656 asd
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 </row>
5662 <row>
5663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667 asd
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676 s
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5682 \begin_inset Text
5683
5684 \begin_layout Plain Layout
5685 s
5686 \end_layout
5687
5688 \end_inset
5689 </cell>
5690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694 s
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703 asd
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 </row>
5709 <row>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 asd
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5720 \begin_inset Text
5721
5722 \begin_layout Plain Layout
5723 s
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5729 \begin_inset Text
5730
5731 \begin_layout Plain Layout
5732 s
5733 \end_layout
5734
5735 \end_inset
5736 </cell>
5737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741 s
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Plain Layout
5750 asd
5751 \end_layout
5752
5753 \end_inset
5754 </cell>
5755 </row>
5756 <row>
5757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 asd
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5767 \begin_inset Text
5768
5769 \begin_layout Plain Layout
5770 asd
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Plain Layout
5779 asd
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788 asd
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 asd
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 </row>
5803 </lyxtabular>
5804
5805 \end_inset
5806
5807
5808 \begin_inset ERT
5809 status collapsed
5810
5811 \begin_layout Plain Layout
5812
5813
5814 \backslash
5815 setlength{
5816 \backslash
5817 LTleft}{
5818 \backslash
5819 fill}
5820 \end_layout
5821
5822 \end_inset
5823
5824
5825 \begin_inset ERT
5826 status collapsed
5827
5828 \begin_layout Plain Layout
5829
5830
5831 \backslash
5832 addtocounter{table}{-1}
5833 \end_layout
5834
5835 \end_inset
5836
5837
5838 \begin_inset Note Note
5839 status collapsed
5840
5841 \begin_layout Plain Layout
5842 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5843 \begin_inset space ~
5844 \end_inset
5845
5846
5847 \begin_inset CommandInset ref
5848 LatexCommand ref
5849 reference "uab:Beschriftungen-langer-Tabellen"
5850
5851 \end_inset
5852
5853
5854 \end_layout
5855
5856 \end_inset
5857
5858
5859 \end_layout
5860
5861 \begin_layout Subsection
5862 Beschriftungen langer Tabellen
5863 \begin_inset CommandInset label
5864 LatexCommand label
5865 name "uab:Beschriftungen-langer-Tabellen"
5866
5867 \end_inset
5868
5869
5870 \begin_inset Index idx
5871 status collapsed
5872
5873 \begin_layout Plain Layout
5874 Tabellen ! lange ! Titel
5875 \end_layout
5876
5877 \end_inset
5878
5879
5880 \end_layout
5881
5882 \begin_layout Standard
5883 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5884  nur auf eine Seite gedruckt werden können.
5885  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5886 \begin_inset space ~
5887 \end_inset
5888
5889
5890 \begin_inset CommandInset ref
5891 LatexCommand ref
5892 reference "abs:Lange-Tabellen"
5893
5894 \end_inset
5895
5896  erklärt.
5897  Nur eine Tabellenzeile kann eine Beschriftung enthalten.
5898 \end_layout
5899
5900 \begin_layout Standard
5901 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5902 \end_layout
5903
5904 \begin_layout Standard
5905 \begin_inset Tabular
5906 <lyxtabular version="3" rows="6" columns="5">
5907 <features rotate="0" islongtable="true" longtabularalignment="center">
5908 <column alignment="center" valignment="top" width="0">
5909 <column alignment="center" valignment="top" width="0">
5910 <column alignment="center" valignment="top" width="0">
5911 <column alignment="center" valignment="top" width="0">
5912 <column alignment="center" valignment="top" width="0">
5913 <row endfirsthead="true" caption="true">
5914 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918 \begin_inset Caption Standard
5919
5920 \begin_layout Plain Layout
5921 Eine lange Tabelle mit Titel
5922 \begin_inset Argument 1
5923 status open
5924
5925 \begin_layout Plain Layout
5926 Lange Tabelle
5927 \end_layout
5928
5929 \end_inset
5930
5931
5932 \end_layout
5933
5934 \end_inset
5935
5936
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 </row>
5978 <row>
5979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5980 \begin_inset Text
5981
5982 \begin_layout Plain Layout
5983 1
5984 \end_layout
5985
5986 \end_inset
5987 </cell>
5988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5989 \begin_inset Text
5990
5991 \begin_layout Plain Layout
5992 2
5993 \end_layout
5994
5995 \end_inset
5996 </cell>
5997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 3
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 4
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 5
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 </row>
6025 <row>
6026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 asd
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039 s
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048 s
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057 s
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 asd
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 </row>
6072 <row>
6073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6074 \begin_inset Text
6075
6076 \begin_layout Plain Layout
6077 asd
6078 \end_layout
6079
6080 \end_inset
6081 </cell>
6082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6083 \begin_inset Text
6084
6085 \begin_layout Plain Layout
6086 s
6087 \end_layout
6088
6089 \end_inset
6090 </cell>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095 s
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 s
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113 asd
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 </row>
6119 <row>
6120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124 asd
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Plain Layout
6133 s
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142 s
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151 s
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160 asd
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 </row>
6166 <row>
6167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171 asd
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 asd
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 asd
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 asd
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 asd
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 </row>
6213 </lyxtabular>
6214
6215 \end_inset
6216
6217
6218 \end_layout
6219
6220 \begin_layout Standard
6221 \begin_inset VSpace medskip
6222 \end_inset
6223
6224
6225 \begin_inset Note Greyedout
6226 status open
6227
6228 \begin_layout Plain Layout
6229
6230 \series bold
6231 Bemerkung
6232 \begin_inset space ~
6233 \end_inset
6234
6235 1:
6236 \series default
6237  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6238  Titel vergeben.
6239  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6240 \begin_inset space ~
6241 \end_inset
6242
6243 2.4 auf Tabelle
6244 \begin_inset space ~
6245 \end_inset
6246
6247 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6248  Beschriftung sind.
6249  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6250  LaTeX-Befehl als TeX-Code einfügen:
6251 \end_layout
6252
6253 \begin_layout Plain Layout
6254
6255 \series bold
6256
6257 \backslash
6258 addtocounter{table}{-1}
6259 \end_layout
6260
6261 \begin_layout Plain Layout
6262 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6263  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6264 \end_layout
6265
6266 \begin_layout Plain Layout
6267
6268 \series bold
6269
6270 \backslash
6271 let
6272 \backslash
6273 myEnd
6274 \backslash
6275 endlongtable
6276 \begin_inset Newline newline
6277 \end_inset
6278
6279
6280 \backslash
6281 renewcommand{
6282 \backslash
6283 endlongtable}{
6284 \backslash
6285 myEnd
6286 \backslash
6287 addtocounter{table}{-1}}
6288 \end_layout
6289
6290 \end_inset
6291
6292
6293 \end_layout
6294
6295 \begin_layout Standard
6296 \begin_inset Note Greyedout
6297 status open
6298
6299 \begin_layout Plain Layout
6300
6301 \series bold
6302 Bemerkung
6303 \begin_inset space ~
6304 \end_inset
6305
6306 2:
6307 \series default
6308  Wenn Sie 
6309 \series bold
6310 hyperref
6311 \series default
6312
6313 \begin_inset Index idx
6314 status collapsed
6315
6316 \begin_layout Plain Layout
6317 LaTeX-Pakete ! hyperref
6318 \end_layout
6319
6320 \end_inset
6321
6322  in den
6323 \family sans
6324  PDF-Eigenschaften
6325 \family default
6326  im 
6327 \family sans
6328 Dokument-Einstellungen
6329 \family default
6330  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6331  immer auf den Anfang des Dokuments zeigen.
6332 \end_layout
6333
6334 \end_inset
6335
6336
6337 \end_layout
6338
6339 \begin_layout Subsubsection
6340 Querverweise auf 
6341 \family sans
6342 lange Tabelle
6343 \family default
6344 n
6345 \begin_inset Index idx
6346 status collapsed
6347
6348 \begin_layout Plain Layout
6349 Tabellen ! lange ! Querverweis
6350 \end_layout
6351
6352 \end_inset
6353
6354
6355 \end_layout
6356
6357 \begin_layout Standard
6358 \begin_inset Tabular
6359 <lyxtabular version="3" rows="6" columns="5">
6360 <features rotate="0" islongtable="true" longtabularalignment="center">
6361 <column alignment="center" valignment="top" width="0">
6362 <column alignment="center" valignment="top" width="0">
6363 <column alignment="center" valignment="top" width="0">
6364 <column alignment="center" valignment="top" width="0">
6365 <column alignment="center" valignment="top" width="0">
6366 <row endfirsthead="true" caption="true">
6367 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371 \begin_inset Caption Standard
6372
6373 \begin_layout Plain Layout
6374 Lange Tabelle mit Marke
6375 \begin_inset CommandInset label
6376 LatexCommand label
6377 name "tab:LangeTabelle-mit-Marke"
6378
6379 \end_inset
6380
6381
6382 \end_layout
6383
6384 \end_inset
6385
6386
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Plain Layout
6413
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6419 \begin_inset Text
6420
6421 \begin_layout Plain Layout
6422
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 </row>
6428 <row>
6429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 1
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6439 \begin_inset Text
6440
6441 \begin_layout Plain Layout
6442 2
6443 \end_layout
6444
6445 \end_inset
6446 </cell>
6447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6448 \begin_inset Text
6449
6450 \begin_layout Plain Layout
6451 3
6452 \end_layout
6453
6454 \end_inset
6455 </cell>
6456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6457 \begin_inset Text
6458
6459 \begin_layout Plain Layout
6460 4
6461 \end_layout
6462
6463 \end_inset
6464 </cell>
6465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6466 \begin_inset Text
6467
6468 \begin_layout Plain Layout
6469 5
6470 \end_layout
6471
6472 \end_inset
6473 </cell>
6474 </row>
6475 <row>
6476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6477 \begin_inset Text
6478
6479 \begin_layout Plain Layout
6480 asd
6481 \end_layout
6482
6483 \end_inset
6484 </cell>
6485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6486 \begin_inset Text
6487
6488 \begin_layout Plain Layout
6489 s
6490 \end_layout
6491
6492 \end_inset
6493 </cell>
6494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6495 \begin_inset Text
6496
6497 \begin_layout Plain Layout
6498 s
6499 \end_layout
6500
6501 \end_inset
6502 </cell>
6503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6504 \begin_inset Text
6505
6506 \begin_layout Plain Layout
6507 s
6508 \end_layout
6509
6510 \end_inset
6511 </cell>
6512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6513 \begin_inset Text
6514
6515 \begin_layout Plain Layout
6516 asd
6517 \end_layout
6518
6519 \end_inset
6520 </cell>
6521 </row>
6522 <row>
6523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6524 \begin_inset Text
6525
6526 \begin_layout Plain Layout
6527 asd
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6533 \begin_inset Text
6534
6535 \begin_layout Plain Layout
6536 s
6537 \end_layout
6538
6539 \end_inset
6540 </cell>
6541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6542 \begin_inset Text
6543
6544 \begin_layout Plain Layout
6545 s
6546 \end_layout
6547
6548 \end_inset
6549 </cell>
6550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6551 \begin_inset Text
6552
6553 \begin_layout Plain Layout
6554 s
6555 \end_layout
6556
6557 \end_inset
6558 </cell>
6559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6560 \begin_inset Text
6561
6562 \begin_layout Plain Layout
6563 asd
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 </row>
6569 <row>
6570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574 asd
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583 s
6584 \end_layout
6585
6586 \end_inset
6587 </cell>
6588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6589 \begin_inset Text
6590
6591 \begin_layout Plain Layout
6592 s
6593 \end_layout
6594
6595 \end_inset
6596 </cell>
6597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6598 \begin_inset Text
6599
6600 \begin_layout Plain Layout
6601 s
6602 \end_layout
6603
6604 \end_inset
6605 </cell>
6606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6607 \begin_inset Text
6608
6609 \begin_layout Plain Layout
6610 asd
6611 \end_layout
6612
6613 \end_inset
6614 </cell>
6615 </row>
6616 <row>
6617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621 asd
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630 sad
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6636 \begin_inset Text
6637
6638 \begin_layout Plain Layout
6639 asd
6640 \end_layout
6641
6642 \end_inset
6643 </cell>
6644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6645 \begin_inset Text
6646
6647 \begin_layout Plain Layout
6648 asd
6649 \end_layout
6650
6651 \end_inset
6652 </cell>
6653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6654 \begin_inset Text
6655
6656 \begin_layout Plain Layout
6657 asd
6658 \end_layout
6659
6660 \end_inset
6661 </cell>
6662 </row>
6663 </lyxtabular>
6664
6665 \end_inset
6666
6667
6668 \end_layout
6669
6670 \begin_layout Standard
6671 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6672  im Titel einfügen.
6673 \end_layout
6674
6675 \begin_layout Standard
6676 Dies ist ein Verweis auf Tabelle
6677 \begin_inset space ~
6678 \end_inset
6679
6680
6681 \begin_inset CommandInset ref
6682 LatexCommand ref
6683 reference "tab:LangeTabelle-mit-Marke"
6684
6685 \end_inset
6686
6687 .
6688 \end_layout
6689
6690 \begin_layout Standard
6691 Mit dem LaTeX-Paket 
6692 \series bold
6693 caption
6694 \series default
6695
6696 \begin_inset Index idx
6697 status collapsed
6698
6699 \begin_layout Plain Layout
6700 LaTeX-Pakete ! caption
6701 \end_layout
6702
6703 \end_inset
6704
6705 , siehe Abschnitt
6706 \begin_inset space ~
6707 \end_inset
6708
6709
6710 \begin_inset CommandInset ref
6711 LatexCommand ref
6712 reference "abs:Titel-Formatierung"
6713
6714 \end_inset
6715
6716 , können Sie alle anderen Beschriftungsoptionen benutzen.
6717 \end_layout
6718
6719 \begin_layout Subsubsection
6720 Titelbreite
6721 \begin_inset Index idx
6722 status collapsed
6723
6724 \begin_layout Plain Layout
6725 Tabellen ! lange ! Beschriftungsbreite
6726 \end_layout
6727
6728 \end_inset
6729
6730
6731 \end_layout
6732
6733 \begin_layout Standard
6734 Die maximale Titelbreite wird durch die Variable 
6735 \series bold
6736
6737 \backslash
6738 LTcapwidth
6739 \series default
6740  definiert.
6741  Ihr Standardwert ist 4
6742 \begin_inset space \thinspace{}
6743 \end_inset
6744
6745 Zoll (
6746 \begin_inset Formula $\approx10$
6747 \end_inset
6748
6749
6750 \begin_inset space \thinspace{}
6751 \end_inset
6752
6753 cm).
6754  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6755  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6756 \end_layout
6757
6758 \begin_layout Standard
6759
6760 \series bold
6761
6762 \backslash
6763 setlength{
6764 \backslash
6765 LTcapwidth}{Breite}
6766 \end_layout
6767
6768 \begin_layout Standard
6769 wobei die Breite eine der in Anhang
6770 \begin_inset space ~
6771 \end_inset
6772
6773
6774 \begin_inset CommandInset ref
6775 LatexCommand ref
6776 reference "kap:In-LyX-verfügbare"
6777
6778 \end_inset
6779
6780  aufgelisteten Einheiten haben kann.
6781 \end_layout
6782
6783 \begin_layout Standard
6784 Die beiden folgenden Tabellen zeigen den Unterschied:
6785 \end_layout
6786
6787 \begin_layout Standard
6788 \begin_inset Tabular
6789 <lyxtabular version="3" rows="6" columns="5">
6790 <features rotate="0" islongtable="true" longtabularalignment="center">
6791 <column alignment="center" valignment="top" width="0">
6792 <column alignment="center" valignment="top" width="0">
6793 <column alignment="center" valignment="top" width="0">
6794 <column alignment="center" valignment="top" width="0">
6795 <column alignment="center" valignment="top" width="0">
6796 <row endfirsthead="true" caption="true">
6797 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6798 \begin_inset Text
6799
6800 \begin_layout Plain Layout
6801 \begin_inset Caption Standard
6802
6803 \begin_layout Plain Layout
6804 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6805 \begin_inset Argument 1
6806 status open
6807
6808 \begin_layout Plain Layout
6809 Titel mit Standardbreite
6810 \end_layout
6811
6812 \end_inset
6813
6814
6815 \end_layout
6816
6817 \end_inset
6818
6819
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Plain Layout
6828
6829 \end_layout
6830
6831 \end_inset
6832 </cell>
6833 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6834 \begin_inset Text
6835
6836 \begin_layout Plain Layout
6837
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Plain Layout
6846
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Plain Layout
6855
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 </row>
6861 <row>
6862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6863 \begin_inset Text
6864
6865 \begin_layout Plain Layout
6866 1
6867 \end_layout
6868
6869 \end_inset
6870 </cell>
6871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Plain Layout
6875 2
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6881 \begin_inset Text
6882
6883 \begin_layout Plain Layout
6884 3
6885 \end_layout
6886
6887 \end_inset
6888 </cell>
6889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6890 \begin_inset Text
6891
6892 \begin_layout Plain Layout
6893 4
6894 \end_layout
6895
6896 \end_inset
6897 </cell>
6898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6899 \begin_inset Text
6900
6901 \begin_layout Plain Layout
6902 5
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 </row>
6908 <row>
6909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6910 \begin_inset Text
6911
6912 \begin_layout Plain Layout
6913 asd
6914 \end_layout
6915
6916 \end_inset
6917 </cell>
6918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6919 \begin_inset Text
6920
6921 \begin_layout Plain Layout
6922 s
6923 \end_layout
6924
6925 \end_inset
6926 </cell>
6927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6928 \begin_inset Text
6929
6930 \begin_layout Plain Layout
6931 s
6932 \end_layout
6933
6934 \end_inset
6935 </cell>
6936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6937 \begin_inset Text
6938
6939 \begin_layout Plain Layout
6940 s
6941 \end_layout
6942
6943 \end_inset
6944 </cell>
6945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6946 \begin_inset Text
6947
6948 \begin_layout Plain Layout
6949 asd
6950 \end_layout
6951
6952 \end_inset
6953 </cell>
6954 </row>
6955 <row>
6956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6957 \begin_inset Text
6958
6959 \begin_layout Plain Layout
6960 asd
6961 \end_layout
6962
6963 \end_inset
6964 </cell>
6965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6966 \begin_inset Text
6967
6968 \begin_layout Plain Layout
6969 s
6970 \end_layout
6971
6972 \end_inset
6973 </cell>
6974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6975 \begin_inset Text
6976
6977 \begin_layout Plain Layout
6978 s
6979 \end_layout
6980
6981 \end_inset
6982 </cell>
6983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6984 \begin_inset Text
6985
6986 \begin_layout Plain Layout
6987 s
6988 \end_layout
6989
6990 \end_inset
6991 </cell>
6992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6993 \begin_inset Text
6994
6995 \begin_layout Plain Layout
6996 asd
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 </row>
7002 <row>
7003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7004 \begin_inset Text
7005
7006 \begin_layout Plain Layout
7007 asd
7008 \end_layout
7009
7010 \end_inset
7011 </cell>
7012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7013 \begin_inset Text
7014
7015 \begin_layout Plain Layout
7016 s
7017 \end_layout
7018
7019 \end_inset
7020 </cell>
7021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7022 \begin_inset Text
7023
7024 \begin_layout Plain Layout
7025 s
7026 \end_layout
7027
7028 \end_inset
7029 </cell>
7030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7031 \begin_inset Text
7032
7033 \begin_layout Plain Layout
7034 s
7035 \end_layout
7036
7037 \end_inset
7038 </cell>
7039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7040 \begin_inset Text
7041
7042 \begin_layout Plain Layout
7043 asd
7044 \end_layout
7045
7046 \end_inset
7047 </cell>
7048 </row>
7049 <row>
7050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7051 \begin_inset Text
7052
7053 \begin_layout Plain Layout
7054 asd
7055 \end_layout
7056
7057 \end_inset
7058 </cell>
7059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7060 \begin_inset Text
7061
7062 \begin_layout Plain Layout
7063 sad
7064 \end_layout
7065
7066 \end_inset
7067 </cell>
7068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7069 \begin_inset Text
7070
7071 \begin_layout Plain Layout
7072 asd
7073 \end_layout
7074
7075 \end_inset
7076 </cell>
7077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7078 \begin_inset Text
7079
7080 \begin_layout Plain Layout
7081 asd
7082 \end_layout
7083
7084 \end_inset
7085 </cell>
7086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090 asd
7091 \end_layout
7092
7093 \end_inset
7094 </cell>
7095 </row>
7096 </lyxtabular>
7097
7098 \end_inset
7099
7100
7101 \end_layout
7102
7103 \begin_layout Standard
7104 \begin_inset ERT
7105 status collapsed
7106
7107 \begin_layout Plain Layout
7108
7109
7110 \backslash
7111 setlength{
7112 \backslash
7113 LTcapwidth}{5cm}
7114 \end_layout
7115
7116 \end_inset
7117
7118
7119 \begin_inset Tabular
7120 <lyxtabular version="3" rows="6" columns="5">
7121 <features rotate="0" islongtable="true" longtabularalignment="center">
7122 <column alignment="center" valignment="top" width="0">
7123 <column alignment="center" valignment="top" width="0">
7124 <column alignment="center" valignment="top" width="0">
7125 <column alignment="center" valignment="top" width="0">
7126 <column alignment="center" valignment="top" width="0">
7127 <row endfirsthead="true" caption="true">
7128 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7129 \begin_inset Text
7130
7131 \begin_layout Plain Layout
7132 \begin_inset Caption Standard
7133
7134 \begin_layout Plain Layout
7135 Langer Titel mit 5
7136 \begin_inset space \thinspace{}
7137 \end_inset
7138
7139 cm Breite, Langer Titel mit 5
7140 \begin_inset space \thinspace{}
7141 \end_inset
7142
7143 cm Breite
7144 \begin_inset Argument 1
7145 status open
7146
7147 \begin_layout Plain Layout
7148 Titel mit 5
7149 \begin_inset space \thinspace{}
7150 \end_inset
7151
7152 cm Breite
7153 \end_layout
7154
7155 \end_inset
7156
7157
7158 \end_layout
7159
7160 \end_inset
7161
7162
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7168 \begin_inset Text
7169
7170 \begin_layout Plain Layout
7171
7172 \end_layout
7173
7174 \end_inset
7175 </cell>
7176 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7177 \begin_inset Text
7178
7179 \begin_layout Plain Layout
7180
7181 \end_layout
7182
7183 \end_inset
7184 </cell>
7185 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7186 \begin_inset Text
7187
7188 \begin_layout Plain Layout
7189
7190 \end_layout
7191
7192 \end_inset
7193 </cell>
7194 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7195 \begin_inset Text
7196
7197 \begin_layout Plain Layout
7198
7199 \end_layout
7200
7201 \end_inset
7202 </cell>
7203 </row>
7204 <row>
7205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Plain Layout
7209 1
7210 \end_layout
7211
7212 \end_inset
7213 </cell>
7214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7215 \begin_inset Text
7216
7217 \begin_layout Plain Layout
7218 2
7219 \end_layout
7220
7221 \end_inset
7222 </cell>
7223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7224 \begin_inset Text
7225
7226 \begin_layout Plain Layout
7227 3
7228 \end_layout
7229
7230 \end_inset
7231 </cell>
7232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7233 \begin_inset Text
7234
7235 \begin_layout Plain Layout
7236 4
7237 \end_layout
7238
7239 \end_inset
7240 </cell>
7241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7242 \begin_inset Text
7243
7244 \begin_layout Plain Layout
7245 5
7246 \end_layout
7247
7248 \end_inset
7249 </cell>
7250 </row>
7251 <row>
7252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7253 \begin_inset Text
7254
7255 \begin_layout Plain Layout
7256 asd
7257 \end_layout
7258
7259 \end_inset
7260 </cell>
7261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7262 \begin_inset Text
7263
7264 \begin_layout Plain Layout
7265 s
7266 \end_layout
7267
7268 \end_inset
7269 </cell>
7270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7271 \begin_inset Text
7272
7273 \begin_layout Plain Layout
7274 s
7275 \end_layout
7276
7277 \end_inset
7278 </cell>
7279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7280 \begin_inset Text
7281
7282 \begin_layout Plain Layout
7283 s
7284 \end_layout
7285
7286 \end_inset
7287 </cell>
7288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Plain Layout
7292 asd
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 </row>
7298 <row>
7299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Plain Layout
7303 asd
7304 \end_layout
7305
7306 \end_inset
7307 </cell>
7308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7309 \begin_inset Text
7310
7311 \begin_layout Plain Layout
7312 s
7313 \end_layout
7314
7315 \end_inset
7316 </cell>
7317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7318 \begin_inset Text
7319
7320 \begin_layout Plain Layout
7321 s
7322 \end_layout
7323
7324 \end_inset
7325 </cell>
7326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7327 \begin_inset Text
7328
7329 \begin_layout Plain Layout
7330 s
7331 \end_layout
7332
7333 \end_inset
7334 </cell>
7335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Plain Layout
7339 asd
7340 \end_layout
7341
7342 \end_inset
7343 </cell>
7344 </row>
7345 <row>
7346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350 asd
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7356 \begin_inset Text
7357
7358 \begin_layout Plain Layout
7359 s
7360 \end_layout
7361
7362 \end_inset
7363 </cell>
7364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7365 \begin_inset Text
7366
7367 \begin_layout Plain Layout
7368 s
7369 \end_layout
7370
7371 \end_inset
7372 </cell>
7373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7374 \begin_inset Text
7375
7376 \begin_layout Plain Layout
7377 s
7378 \end_layout
7379
7380 \end_inset
7381 </cell>
7382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7383 \begin_inset Text
7384
7385 \begin_layout Plain Layout
7386 asd
7387 \end_layout
7388
7389 \end_inset
7390 </cell>
7391 </row>
7392 <row>
7393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7394 \begin_inset Text
7395
7396 \begin_layout Plain Layout
7397 asd
7398 \end_layout
7399
7400 \end_inset
7401 </cell>
7402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7403 \begin_inset Text
7404
7405 \begin_layout Plain Layout
7406 sad
7407 \end_layout
7408
7409 \end_inset
7410 </cell>
7411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7412 \begin_inset Text
7413
7414 \begin_layout Plain Layout
7415 asd
7416 \end_layout
7417
7418 \end_inset
7419 </cell>
7420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7421 \begin_inset Text
7422
7423 \begin_layout Plain Layout
7424 asd
7425 \end_layout
7426
7427 \end_inset
7428 </cell>
7429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7430 \begin_inset Text
7431
7432 \begin_layout Plain Layout
7433 asd
7434 \end_layout
7435
7436 \end_inset
7437 </cell>
7438 </row>
7439 </lyxtabular>
7440
7441 \end_inset
7442
7443
7444 \begin_inset ERT
7445 status collapsed
7446
7447 \begin_layout Plain Layout
7448
7449
7450 \backslash
7451 setlength{
7452 \backslash
7453 LTcapwidth}{4in}
7454 \end_layout
7455
7456 \end_inset
7457
7458
7459 \begin_inset Note Note
7460 status collapsed
7461
7462 \begin_layout Plain Layout
7463 Beschriftungsbreite zurücksetzen
7464 \end_layout
7465
7466 \end_inset
7467
7468
7469 \end_layout
7470
7471 \begin_layout Standard
7472 \begin_inset Note Greyedout
7473 status open
7474
7475 \begin_layout Plain Layout
7476
7477 \series bold
7478 Achtung:
7479 \series default
7480  Wenn das LaTeX-Paket 
7481 \series bold
7482 caption
7483 \series default
7484
7485 \begin_inset Index idx
7486 status collapsed
7487
7488 \begin_layout Plain Layout
7489 LaTeX-Pakete ! caption
7490 \end_layout
7491
7492 \end_inset
7493
7494  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7495  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7496  4
7497 \begin_inset space \thinspace{}
7498 \end_inset
7499
7500 Zoll für 
7501 \series bold
7502
7503 \backslash
7504 LTcapwidth
7505 \series default
7506  benutzen.
7507  Um in diesem Fall eine genau 4
7508 \begin_inset space \thinspace{}
7509 \end_inset
7510
7511 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7512  4
7513 \begin_inset space \thinspace{}
7514 \end_inset
7515
7516 Zoll veränderten Wert wie z.
7517 \begin_inset space \thinspace{}
7518 \end_inset
7519
7520 B.
7521  3.99
7522 \begin_inset space \thinspace{}
7523 \end_inset
7524
7525 Zoll verwenden oder den LaTeX-Befehl 
7526 \series bold
7527
7528 \backslash
7529 captionsetup{width=Wert}
7530 \series default
7531  benutzen, der vom 
7532 \series bold
7533 caption
7534 \series default
7535 -Paket bereitgestellt wird.
7536 \end_layout
7537
7538 \end_inset
7539
7540
7541 \end_layout
7542
7543 \begin_layout Subsubsection
7544 Unterschiedliche Titel für Tabellenseiten
7545 \begin_inset Index idx
7546 status collapsed
7547
7548 \begin_layout Plain Layout
7549 Tabellen ! lange ! mehrere Titel
7550 \end_layout
7551
7552 \end_inset
7553
7554
7555 \end_layout
7556
7557 \begin_layout Standard
7558 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7559  die erste, müssen Sie die Beschriftung in eine leere Zeile, die als Kopfzeile
7560  definiert wurde, mit diesem TeX-Code Befehl einfügen:
7561 \end_layout
7562
7563 \begin_layout Standard
7564
7565 \series bold
7566
7567 \backslash
7568 caption*{Beschriftung}
7569 \backslash
7570
7571 \backslash
7572 %
7573 \end_layout
7574
7575 \begin_layout Standard
7576 Tabelle
7577 \begin_inset space ~
7578 \end_inset
7579
7580
7581 \begin_inset CommandInset ref
7582 LatexCommand ref
7583 reference "tab:DiffCaptions"
7584
7585 \end_inset
7586
7587  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7588  ohne Tabellennummer auf der zweiten Seite.
7589 \end_layout
7590
7591 \begin_layout Standard
7592 \align center
7593 \begin_inset Tabular
7594 <lyxtabular version="3" rows="59" columns="3">
7595 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7596 <column alignment="left" valignment="top" width="0cm">
7597 <column alignment="left" valignment="top" width="0pt">
7598 <column alignment="right" valignment="top" width="0pt">
7599 <row endfirsthead="true" caption="true">
7600 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7601 \begin_inset Text
7602
7603 \begin_layout Plain Layout
7604 \begin_inset Caption Standard
7605
7606 \begin_layout Plain Layout
7607 Telefonliste
7608 \begin_inset CommandInset label
7609 LatexCommand label
7610 name "tab:DiffCaptions"
7611
7612 \end_inset
7613
7614
7615 \begin_inset Argument 1
7616 status collapsed
7617
7618 \begin_layout Plain Layout
7619 Telefonliste
7620 \end_layout
7621
7622 \end_inset
7623
7624
7625 \end_layout
7626
7627 \end_inset
7628
7629
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Plain Layout
7638
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 </row>
7653 <row endfirsthead="true">
7654 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658
7659 \series bold
7660 Telefonliste (ignoriere die Namen)
7661 \end_layout
7662
7663 \end_inset
7664 </cell>
7665 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7666 \begin_inset Text
7667
7668 \begin_layout Plain Layout
7669
7670 \end_layout
7671
7672 \end_inset
7673 </cell>
7674 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 </row>
7684 <row endfirsthead="true">
7685 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689
7690 \series bold
7691 NAME
7692 \end_layout
7693
7694 \end_inset
7695 </cell>
7696 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7697 \begin_inset Text
7698
7699 \begin_layout Plain Layout
7700
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Plain Layout
7709
7710 \series bold
7711 TEL.
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 </row>
7717 <row endhead="true">
7718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722 \begin_inset ERT
7723 status open
7724
7725 \begin_layout Plain Layout
7726
7727
7728 \backslash
7729 caption*{Fortsetzung der Telefonliste}
7730 \backslash
7731
7732 \backslash
7733 %
7734 \end_layout
7735
7736 \end_inset
7737
7738
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Plain Layout
7756
7757 \end_layout
7758
7759 \end_inset
7760 </cell>
7761 </row>
7762 <row endhead="true">
7763 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7764 \begin_inset Text
7765
7766 \begin_layout Plain Layout
7767
7768 \series bold
7769 Telefonliste
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7784 \begin_inset Text
7785
7786 \begin_layout Plain Layout
7787
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 </row>
7793 <row endhead="true">
7794 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798
7799 \series bold
7800 NAME
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7815 \begin_inset Text
7816
7817 \begin_layout Plain Layout
7818
7819 \series bold
7820 TEL.
7821 \end_layout
7822
7823 \end_inset
7824 </cell>
7825 </row>
7826 <row endfoot="true">
7827 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831 wird fortgesetzt\SpecialChar \ldots{}
7832
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 </row>
7856 <row>
7857 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861
7862 \series bold
7863 Annovi
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872 Silvia
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881 111
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 </row>
7887 <row>
7888 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892
7893 \series bold
7894 Bertoli
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903 Stefano
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912 111
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 </row>
7918 <row>
7919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923
7924 \series bold
7925 Bozzi
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934 Walter
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943 111
7944 \end_layout
7945
7946 \end_inset
7947 </cell>
7948 </row>
7949 <row>
7950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954
7955 \series bold
7956 Cachia
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965 Maria
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974 111
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 </row>
7980 <row>
7981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985
7986 \series bold
7987 Cachia
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996 Maurizio
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005 111
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 </row>
8011 <row>
8012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016
8017 \series bold
8018 Cinquemani
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027 Giusi
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036 111
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 </row>
8042 <row>
8043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047
8048 \series bold
8049 Colin
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058 Bernard
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067 111
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 </row>
8073 <row>
8074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078
8079 \series bold
8080 Concli
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089 Gianfranco
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098 111
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 </row>
8104 <row>
8105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109
8110 \series bold
8111 Dal Bosco
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 Carolina
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129 111
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 </row>
8135 <row>
8136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140
8141 \series bold
8142 Dalpiaz
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 Annamaria
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160 111
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 </row>
8166 <row>
8167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171
8172 \series bold
8173 Feliciello
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182 Domenico
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191 111
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 </row>
8197 <row>
8198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202
8203 \series bold
8204 Focarelli
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 Paola
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222 111
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 </row>
8228 <row>
8229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233
8234 \series bold
8235 Galletti
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244 Oreste
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253 111
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 </row>
8259 <row>
8260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264
8265 \series bold
8266 Gasparini
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275 Franca
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284 111
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 </row>
8290 <row>
8291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295
8296 \series bold
8297 Rizzardi
8298 \series default
8299
8300 \begin_inset Foot
8301 status open
8302
8303 \begin_layout Plain Layout
8304 Beispielfußnote
8305 \end_layout
8306
8307 \end_inset
8308
8309
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318 Paola
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 111
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 </row>
8333 <row>
8334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338
8339 \series bold
8340 Lassini
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 Giancarlo
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 111
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 </row>
8364 <row>
8365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369
8370 \series bold
8371 Malfatti
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 Luciano
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 111
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 </row>
8395 <row>
8396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400
8401 \series bold
8402 Malfatti
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 Valeriano
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420 111
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 </row>
8426 <row>
8427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431
8432 \series bold
8433 Meneguzzo
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 Roberto
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 111
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 </row>
8457 <row>
8458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462
8463 \series bold
8464 Mezzadra
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 Roberto
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482 111
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 </row>
8488 <row>
8489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493
8494 \series bold
8495 Pirpamer
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 Erich
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513 111
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 </row>
8519 <row>
8520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524
8525 \series bold
8526 Pochiesa
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 Paolo
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544 111, 222
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 </row>
8550 <row>
8551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555
8556 \series bold
8557 Radina
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 Claudio
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575 111
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 </row>
8581 <row>
8582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586
8587 \series bold
8588 Stuffer
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 Oskar
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606 111
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 </row>
8612 <row>
8613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617
8618 \series bold
8619 Tacchelli
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628 Ugo
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637 111
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 </row>
8643 <row>
8644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648
8649 \series bold
8650 Tezzele
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659 Margit
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668 111
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 </row>
8674 <row>
8675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679
8680 \series bold
8681 Unterkalmsteiner
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 Frieda
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 111
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 </row>
8705 <row>
8706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710
8711 \series bold
8712 Vieider
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 Hilde
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730 111
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 </row>
8736 <row>
8737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741
8742 \series bold
8743 Vigna
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752 Jürgen
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761 111
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 </row>
8767 <row>
8768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772
8773 \series bold
8774 Weber
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783 Maurizio
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792 111
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 </row>
8798 <row>
8799 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803
8804 \series bold
8805 Winkler
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 Franz
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823 111
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 </row>
8829 <row>
8830 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834  
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 </row>
8858 <row>
8859 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863
8864 \series bold
8865 Annovi
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 Silvia
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883 555
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 </row>
8889 <row>
8890 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894
8895 \series bold
8896 Bertoli
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 Stefano
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914 555
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 </row>
8920 <row>
8921 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925
8926 \series bold
8927 Bozzi
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 Walter
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945 555
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 </row>
8951 <row>
8952 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956
8957 \series bold
8958 Cachia
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 Maria
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976 555
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 </row>
8982 <row>
8983 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987
8988 \series bold
8989 Cachia
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 Maurizio
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007 555
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 </row>
9013 <row>
9014 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018
9019 \series bold
9020 Cinquemani
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 Giusi
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038 555
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 </row>
9044 <row>
9045 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049
9050 \series bold
9051 Colin
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 Bernard
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069 555
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 </row>
9075 <row>
9076 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080
9081 \series bold
9082 Concli
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 Gianfranco
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100 555
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 </row>
9106 <row>
9107 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111
9112 \series bold
9113 Dal Bosco
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 Carolina
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131 555
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 </row>
9137 <row>
9138 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142
9143 \series bold
9144 Dalpiaz
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 Annamaria
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162 555
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 </row>
9168 <row>
9169 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173
9174 \series bold
9175 Feliciello
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 Domenico
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193 555
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 </row>
9199 <row>
9200 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204
9205 \series bold
9206 Focarelli
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215 Paola
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224 555
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 </row>
9230 <row>
9231 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235
9236 \series bold
9237 Galletti
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246 Oreste
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Plain Layout
9255 555
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 </row>
9261 <row>
9262 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266
9267 \series bold
9268 Gasparini
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277 Franca
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286 555
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 </row>
9292 <row>
9293 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Plain Layout
9297
9298 \series bold
9299 Rizzardi
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Plain Layout
9308 Paola
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317 555
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 </row>
9323 <row>
9324 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9325 \begin_inset Text
9326
9327 \begin_layout Plain Layout
9328
9329 \series bold
9330 Lassini
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339 Giancarlo
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348 555
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 </row>
9354 <row>
9355 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359
9360 \series bold
9361 Malfatti
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370 Luciano
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379 555
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 </row>
9385 <row>
9386 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9387 \begin_inset Text
9388
9389 \begin_layout Plain Layout
9390
9391 \series bold
9392 Malfatti
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401 Valeriano
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410 555
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 </row>
9416 <row>
9417 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421
9422 \series bold
9423 Meneguzzo
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 Roberto
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441 555
9442 \end_layout
9443
9444 \end_inset
9445 </cell>
9446 </row>
9447 <row>
9448 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9449 \begin_inset Text
9450
9451 \begin_layout Plain Layout
9452
9453 \series bold
9454 Mezzadra
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463 Roberto
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472 555
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 </row>
9478 </lyxtabular>
9479
9480 \end_inset
9481
9482
9483 \end_layout
9484
9485 \begin_layout Section
9486 Weitere Möglichkeiten für 
9487 \family sans
9488 lange Tabelle
9489 \family default
9490 n
9491 \begin_inset CommandInset label
9492 LatexCommand label
9493 name "abs:Special-Longtable-Issues"
9494
9495 \end_inset
9496
9497
9498 \end_layout
9499
9500 \begin_layout Subsection
9501 L
9502 \family sans
9503 ange Tabelle
9504 \family default
9505 n: Berechnung
9506 \begin_inset Index idx
9507 status collapsed
9508
9509 \begin_layout Plain Layout
9510 Tabellen ! lange ! Berechnung
9511 \end_layout
9512
9513 \end_inset
9514
9515
9516 \end_layout
9517
9518 \begin_layout Standard
9519 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9520  so genannten 
9521 \emph on
9522 chunks
9523 \emph default
9524  (Brocken).
9525  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9526  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9527  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9528  das die Druckausgabe.
9529  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9530  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9531  einfügen:
9532 \end_layout
9533
9534 \begin_layout Standard
9535
9536 \series bold
9537
9538 \backslash
9539 setcounter{LTchunksize}{100}
9540 \end_layout
9541
9542 \begin_layout Subsection
9543 Gleitobjekte und L
9544 \family sans
9545 ange Tabelle
9546 \family default
9547 n
9548 \begin_inset Index idx
9549 status collapsed
9550
9551 \begin_layout Plain Layout
9552 Tabellen ! lange ! und Gleitobjekte
9553 \end_layout
9554
9555 \end_inset
9556
9557
9558 \end_layout
9559
9560 \begin_layout Standard
9561 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9562 \family sans
9563 lange
9564 \begin_inset space ~
9565 \end_inset
9566
9567 Tabelle
9568 \family default
9569  beginnt, ein Gleitobjekt befindet.
9570  Um das zu vermeiden, können Sie vor der 
9571 \family sans
9572 langen
9573 \begin_inset space ~
9574 \end_inset
9575
9576 Tabellen
9577 \family default
9578  einen manuellen Seitenumbruch
9579 \family sans
9580  Einfügen\SpecialChar \menuseparator
9581 Formatierung\SpecialChar \menuseparator
9582 [Doppel]Seite
9583 \begin_inset space \space{}
9584 \end_inset
9585
9586 leeren
9587 \family default
9588  einfügen, siehe 
9589 \emph on
9590 Benutzerhandbuch
9591 \emph default
9592 .
9593 \end_layout
9594
9595 \begin_layout Subsection
9596 Manuelle Seitenumbrüche
9597 \begin_inset Index idx
9598 status collapsed
9599
9600 \begin_layout Plain Layout
9601 Tabellen ! lange ! manueller Seitenumbruch
9602 \end_layout
9603
9604 \end_inset
9605
9606
9607 \end_layout
9608
9609 \begin_layout Standard
9610 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9611  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9612  der Zelle umbrechen wollen, fügen Sie den Befehl  
9613 \begin_inset Quotes gld
9614 \end_inset
9615
9616
9617 \series bold
9618
9619 \backslash
9620
9621 \backslash
9622
9623 \series default
9624
9625 \begin_inset Quotes grd
9626 \end_inset
9627
9628  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9629  werden kann.
9630  Vor dem 
9631 \begin_inset Quotes gld
9632 \end_inset
9633
9634
9635 \series bold
9636
9637 \backslash
9638
9639 \backslash
9640
9641 \series default
9642
9643 \begin_inset Quotes grd
9644 \end_inset
9645
9646 -Befehl müssen Sie so viele 
9647 \begin_inset Quotes gld
9648 \end_inset
9649
9650
9651 \series bold
9652 &
9653 \series default
9654
9655 \begin_inset Quotes grd
9656 \end_inset
9657
9658  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9659  Mit 
9660 \begin_inset Quotes gld
9661 \end_inset
9662
9663
9664 \series bold
9665 &
9666 \series default
9667
9668 \begin_inset Quotes grd
9669 \end_inset
9670
9671   werden in LaTeX Tabellenzellen getrennt.
9672  Hinter jedes 
9673 \begin_inset Quotes gld
9674 \end_inset
9675
9676
9677 \series bold
9678 &
9679 \series default
9680
9681 \begin_inset Quotes grd
9682 \end_inset
9683
9684  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9685  und löschen den Inhalt dieser Zellen.
9686 \end_layout
9687
9688 \begin_layout Standard
9689 Hinter dem 
9690 \begin_inset Quotes gld
9691 \end_inset
9692
9693
9694 \series bold
9695
9696 \backslash
9697
9698 \backslash
9699
9700 \series default
9701
9702 \begin_inset Quotes grd
9703 \end_inset
9704
9705 -Befehl müssen Sie so viele 
9706 \begin_inset Quotes gld
9707 \end_inset
9708
9709
9710 \series bold
9711 &
9712 \series default
9713
9714 \begin_inset Quotes grd
9715 \end_inset
9716
9717  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9718  In Tabelle
9719 \begin_inset space ~
9720 \end_inset
9721
9722
9723 \begin_inset CommandInset ref
9724 LatexCommand ref
9725 reference "tab:ForcedPagebreak"
9726
9727 \end_inset
9728
9729  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9730  Es folgt noch eine weitere Spalte.
9731  Deshalb wurde hinter dem Wort 
9732 \emph on
9733 Castelchiodato, 
9734 \emph default
9735 folgendes eingefügt:
9736 \end_layout
9737
9738 \begin_layout Standard
9739
9740 \series bold
9741 & 111
9742 \backslash
9743
9744 \backslash
9745  
9746 \backslash
9747 newpage
9748 \begin_inset Newline newline
9749 \end_inset
9750
9751 &
9752 \end_layout
9753
9754 \begin_layout Standard
9755 Die 
9756 \begin_inset Quotes gld
9757 \end_inset
9758
9759 111
9760 \begin_inset Quotes grd
9761 \end_inset
9762
9763  in der dritten Spalte wurde gelöscht.
9764  
9765 \series bold
9766
9767 \backslash
9768 newpage
9769 \series default
9770  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9771  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9772  Wenn die Fußzeile Ihrer 
9773 \family sans
9774 langen
9775 \begin_inset space ~
9776 \end_inset
9777
9778 Tabelle
9779 \family default
9780  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9781  Befehle benutzen:
9782 \end_layout
9783
9784 \begin_layout Standard
9785
9786 \series bold
9787 & 111
9788 \backslash
9789
9790 \backslash
9791
9792 \begin_inset Newline newline
9793 \end_inset
9794
9795
9796 \backslash
9797 hline &
9798 \end_layout
9799
9800 \begin_layout Standard
9801 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9802  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9803 \end_layout
9804
9805 \begin_layout Standard
9806
9807 \series bold
9808
9809 \backslash
9810 setlength{
9811 \backslash
9812 parfillskip}{0pt}
9813 \end_layout
9814
9815 \begin_layout Standard
9816 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9817  erscheint.
9818 \end_layout
9819
9820 \begin_layout Standard
9821 \align center
9822 \begin_inset Tabular
9823 <lyxtabular version="3" rows="38" columns="3">
9824 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9825 <column alignment="left" valignment="top" width="0cm">
9826 <column alignment="left" valignment="top" width="3cm">
9827 <column alignment="right" valignment="top" width="0pt">
9828 <row endfirsthead="true" caption="true">
9829 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833 \begin_inset Caption Standard
9834
9835 \begin_layout Plain Layout
9836 Tabelle mit manuellem Seitenumbruch in einer Zelle
9837 \begin_inset CommandInset label
9838 LatexCommand label
9839 name "tab:ForcedPagebreak"
9840
9841 \end_inset
9842
9843
9844 \begin_inset Argument 1
9845 status collapsed
9846
9847 \begin_layout Plain Layout
9848 Tabelle mit manuellem Seitenumbruch in einer Zelle
9849 \end_layout
9850
9851 \end_inset
9852
9853
9854 \end_layout
9855
9856 \end_inset
9857
9858
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9864 \begin_inset Text
9865
9866 \begin_layout Plain Layout
9867
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 </row>
9882 <row endfirsthead="true">
9883 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9884 \begin_inset Text
9885
9886 \begin_layout Plain Layout
9887
9888 \series bold
9889 Telefonliste (ignoriere die Namen)
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9895 \begin_inset Text
9896
9897 \begin_layout Plain Layout
9898
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 </row>
9913 <row endfirsthead="true">
9914 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9915 \begin_inset Text
9916
9917 \begin_layout Plain Layout
9918
9919 \series bold
9920 NAME
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938
9939 \series bold
9940 TEL.
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 </row>
9946 <row endhead="true">
9947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951 \begin_inset ERT
9952 status collapsed
9953
9954 \begin_layout Plain Layout
9955
9956
9957 \backslash
9958 caption*{Fortsetzung der Tabelle}
9959 \backslash
9960
9961 \backslash
9962 %
9963 \end_layout
9964
9965 \end_inset
9966
9967
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 </row>
9991 <row endhead="true">
9992 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996
9997 \series bold
9998 Telefonliste
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Plain Layout
10007
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 </row>
10022 <row endhead="true">
10023 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027
10028 \series bold
10029 NAME
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047
10048 \series bold
10049 TEL.
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 </row>
10055 <row endfoot="true">
10056 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060 wird fortgesetzt\SpecialChar \ldots{}
10061
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 </row>
10085 <row>
10086 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090
10091 \series bold
10092 Annovi
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101 Silvia
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Plain Layout
10110 111
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 </row>
10116 <row>
10117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121
10122 \series bold
10123 Bertoli
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132 Stefano
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141 111
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 </row>
10147 <row>
10148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152
10153 \series bold
10154 Bozzi
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Plain Layout
10163 Walter
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10169 \begin_inset Text
10170
10171 \begin_layout Plain Layout
10172 111
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 </row>
10178 <row>
10179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Plain Layout
10183
10184 \series bold
10185 Cachia
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Plain Layout
10194 Maria
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203 111
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 </row>
10209 <row>
10210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10211 \begin_inset Text
10212
10213 \begin_layout Plain Layout
10214
10215 \series bold
10216 Cachia
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225 Maurizio
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234 111
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 </row>
10240 <row>
10241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245
10246 \series bold
10247 Cinquemani
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256 Giusi
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265 111
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 </row>
10271 <row>
10272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276
10277 \series bold
10278 Colin
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287 Bernard
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296 111
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 </row>
10302 <row>
10303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307
10308 \series bold
10309 Concli
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318 Gianfranco
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327 111
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 </row>
10333 <row>
10334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338
10339 \series bold
10340 Dal Bosco
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349 Carolina
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358 111
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 </row>
10364 <row>
10365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Plain Layout
10369
10370 \series bold
10371 Dalpiaz
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380 Annamaria
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389 111
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 </row>
10395 <row>
10396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400
10401 \series bold
10402 Feliciello
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411 Domenico
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420 111
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 </row>
10426 <row>
10427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10428 \begin_inset Text
10429
10430 \begin_layout Plain Layout
10431
10432 \series bold
10433 Focarelli
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Plain Layout
10442 Paola
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451 111
10452 \end_layout
10453
10454 \end_inset
10455 </cell>
10456 </row>
10457 <row>
10458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Plain Layout
10462
10463 \series bold
10464 Galletti
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473 Oreste
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482 111
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 </row>
10488 <row>
10489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493
10494 \series bold
10495 Gasparini
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504 Franca
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513 111
10514 \end_layout
10515
10516 \end_inset
10517 </cell>
10518 </row>
10519 <row>
10520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524
10525 \series bold
10526 Lassini
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535 Giancarlo
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544 111
10545 \end_layout
10546
10547 \end_inset
10548 </cell>
10549 </row>
10550 <row>
10551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10552 \begin_inset Text
10553
10554 \begin_layout Plain Layout
10555
10556 \series bold
10557 Malfatti
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10563 \begin_inset Text
10564
10565 \begin_layout Plain Layout
10566 Luciano
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10572 \begin_inset Text
10573
10574 \begin_layout Plain Layout
10575 111
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 </row>
10581 <row>
10582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586
10587 \series bold
10588 Malfatti
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597 Valeriano
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606 111
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 </row>
10612 <row>
10613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10614 \begin_inset Text
10615
10616 \begin_layout Plain Layout
10617
10618 \series bold
10619 Meneguzzo
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628 Roberto
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637 111
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 </row>
10643 <row>
10644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648
10649 \series bold
10650 Mezzadra
10651 \end_layout
10652
10653 \end_inset
10654 </cell>
10655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10656 \begin_inset Text
10657
10658 \begin_layout Plain Layout
10659 Roberto
10660 \end_layout
10661
10662 \end_inset
10663 </cell>
10664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668 111
10669 \end_layout
10670
10671 \end_inset
10672 </cell>
10673 </row>
10674 <row>
10675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10676 \begin_inset Text
10677
10678 \begin_layout Plain Layout
10679
10680 \series bold
10681 Pirpamer
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10687 \begin_inset Text
10688
10689 \begin_layout Plain Layout
10690 Erich
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699 111
10700 \end_layout
10701
10702 \end_inset
10703 </cell>
10704 </row>
10705 <row>
10706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10707 \begin_inset Text
10708
10709 \begin_layout Plain Layout
10710
10711 \series bold
10712 Pochiesa
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721 Paolo
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10727 \begin_inset Text
10728
10729 \begin_layout Plain Layout
10730 111, 222
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 </row>
10736 <row>
10737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741
10742 \series bold
10743 Radina
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752 Claudio
10753 \end_layout
10754
10755 \end_inset
10756 </cell>
10757 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10758 \begin_inset Text
10759
10760 \begin_layout Plain Layout
10761 111
10762 \end_layout
10763
10764 \end_inset
10765 </cell>
10766 </row>
10767 <row>
10768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772
10773 \series bold
10774 Rizzardi
10775 \end_layout
10776
10777 \end_inset
10778 </cell>
10779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783 Paolo, 11.
10784  Fürst von Monte\SpecialChar \-
10785 com\SpecialChar \-
10786 patri, 11.
10787  Fürst von Sulmona und Vivaro, 10.
10788  Fürst von Rossano, 5.
10789  Herzog von Canemorte, 11.
10790  Herzog von Palombara, 5.
10791  Herzog von Castelchiodato,
10792 \begin_inset ERT
10793 status open
10794
10795 \begin_layout Plain Layout
10796
10797 & 111
10798 \backslash
10799
10800 \backslash
10801  
10802 \backslash
10803 newpage
10804 \end_layout
10805
10806 \begin_layout Plain Layout
10807
10808 &
10809 \end_layout
10810
10811 \end_inset
10812
10813  11.
10814  Herzog von Poggionativo, 11.
10815  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10816  Graf von Valinfreda, 11.
10817  Baron von Cropalati, 11.
10818  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827
10828 \end_layout
10829
10830 \end_inset
10831 </cell>
10832 </row>
10833 <row>
10834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10835 \begin_inset Text
10836
10837 \begin_layout Plain Layout
10838
10839 \series bold
10840 Stuffer
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849 Oskar
10850 \end_layout
10851
10852 \end_inset
10853 </cell>
10854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10855 \begin_inset Text
10856
10857 \begin_layout Plain Layout
10858 111
10859 \end_layout
10860
10861 \end_inset
10862 </cell>
10863 </row>
10864 <row>
10865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869
10870 \series bold
10871 Tacchelli
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880 Ugo
10881 \end_layout
10882
10883 \end_inset
10884 </cell>
10885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10886 \begin_inset Text
10887
10888 \begin_layout Plain Layout
10889 111
10890 \end_layout
10891
10892 \end_inset
10893 </cell>
10894 </row>
10895 <row>
10896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10897 \begin_inset Text
10898
10899 \begin_layout Plain Layout
10900
10901 \series bold
10902 Tezzele
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911 Margit
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920 111
10921 \end_layout
10922
10923 \end_inset
10924 </cell>
10925 </row>
10926 <row>
10927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931
10932 \series bold
10933 Unterkalmsteiner
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942 Frieda
10943 \end_layout
10944
10945 \end_inset
10946 </cell>
10947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951 111
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 </row>
10957 <row>
10958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962
10963 \series bold
10964 Vieider
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973 Hilde
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982 111
10983 \end_layout
10984
10985 \end_inset
10986 </cell>
10987 </row>
10988 <row>
10989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10990 \begin_inset Text
10991
10992 \begin_layout Plain Layout
10993
10994 \series bold
10995 Vigna
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11001 \begin_inset Text
11002
11003 \begin_layout Plain Layout
11004 Jürgen
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11010 \begin_inset Text
11011
11012 \begin_layout Plain Layout
11013 111
11014 \end_layout
11015
11016 \end_inset
11017 </cell>
11018 </row>
11019 <row>
11020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024
11025 \series bold
11026 Weber
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035 Maurizio
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044 111
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 </row>
11050 <row>
11051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055
11056 \series bold
11057 Winkler
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 Franz
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075 111
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 </row>
11081 </lyxtabular>
11082
11083 \end_inset
11084
11085
11086 \end_layout
11087
11088 \begin_layout Section
11089 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11090 \end_layout
11091
11092 \begin_layout Subsection
11093 Mehrfache Zeilen in Zellen
11094 \begin_inset CommandInset label
11095 LatexCommand label
11096 name "uab:Mehrfache-Zeilen-in"
11097
11098 \end_inset
11099
11100
11101 \begin_inset Index idx
11102 status collapsed
11103
11104 \begin_layout Plain Layout
11105 Mehrfache ! Zeilen in Zellen
11106 \end_layout
11107
11108 \end_inset
11109
11110
11111 \begin_inset Index idx
11112 status collapsed
11113
11114 \begin_layout Plain Layout
11115 Tabellen ! Zeilenumbrüche
11116 \end_layout
11117
11118 \end_inset
11119
11120
11121 \end_layout
11122
11123 \begin_layout Standard
11124 \noindent
11125 \begin_inset Float table
11126 placement H
11127 wide false
11128 sideways false
11129 status open
11130
11131 \begin_layout Plain Layout
11132 \begin_inset Caption Standard
11133
11134 \begin_layout Plain Layout
11135 \begin_inset CommandInset label
11136 LatexCommand label
11137 name "tab:Table-with-multiple"
11138
11139 \end_inset
11140
11141 Tabelle mit mehrfachen Zeilen in einer Zelle
11142 \end_layout
11143
11144 \end_inset
11145
11146
11147 \end_layout
11148
11149 \begin_layout Plain Layout
11150 \align center
11151 \begin_inset Tabular
11152 <lyxtabular version="3" rows="3" columns="3">
11153 <features rotate="0" tabularvalignment="middle">
11154 <column alignment="center" valignment="middle" width="2.5cm">
11155 <column alignment="center" valignment="middle" width="0.5cm">
11156 <column alignment="center" valignment="middle" width="0.5cm">
11157 <row>
11158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Plain Layout
11162 zwei
11163 \begin_inset Newline linebreak
11164 \end_inset
11165
11166 Zeilen
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11172 \begin_inset Text
11173
11174 \begin_layout Plain Layout
11175 b
11176 \end_layout
11177
11178 \end_inset
11179 </cell>
11180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Plain Layout
11184 c
11185 \end_layout
11186
11187 \end_inset
11188 </cell>
11189 </row>
11190 <row>
11191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Plain Layout
11195 d
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204 e
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213 f
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 </row>
11219 <row>
11220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 g
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 h
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 i
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 </row>
11248 </lyxtabular>
11249
11250 \end_inset
11251
11252
11253 \end_layout
11254
11255 \end_inset
11256
11257
11258 \end_layout
11259
11260 \begin_layout Standard
11261 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11262  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11263  Tabelle
11264 \begin_inset space ~
11265 \end_inset
11266
11267
11268 \begin_inset CommandInset ref
11269 LatexCommand ref
11270 reference "tab:Table-with-multiple"
11271
11272 \end_inset
11273
11274  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11275 \family sans
11276 Tabellen-Einstellungen
11277 \family default
11278 -Dialog auf 2.5
11279 \begin_inset space \thinspace{}
11280 \end_inset
11281
11282 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11283  Weil unser Text schmaler als 2.5
11284 \begin_inset space \thinspace{}
11285 \end_inset
11286
11287 cm ist, würde er in einer Zeile gedruckt werden.
11288  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11289
11290 \family sans
11291 Strg+Shift+Enter
11292 \family default
11293 ) eingefügt.
11294  Wenn der Text länger ist, wird er automatisch umgebrochen.
11295 \end_layout
11296
11297 \begin_layout Standard
11298 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11299  setzen Sie die Breite der beiden Spalten im 
11300 \family sans
11301 Tabellen-Einstellungen
11302 \family default
11303 -Dialog auf 0.5
11304 \begin_inset space \thinspace{}
11305 \end_inset
11306
11307 cm und die vertikale Ausrichtung auf zentriert.
11308 \end_layout
11309
11310 \begin_layout Standard
11311 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11312  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11313  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11314  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11315  Fügen sie daher 0
11316 \begin_inset space \thinspace{}
11317 \end_inset
11318
11319 pt horizontalen Abstand vor dem Wort ein.
11320  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11321  Tabelle
11322 \begin_inset space ~
11323 \end_inset
11324
11325
11326 \begin_inset CommandInset ref
11327 LatexCommand ref
11328 reference "tab:Table-with-and"
11329
11330 \end_inset
11331
11332  zeigt die Wirkungen.
11333 \end_layout
11334
11335 \begin_layout Standard
11336 \begin_inset Float table
11337 placement h
11338 wide false
11339 sideways false
11340 status open
11341
11342 \begin_layout Plain Layout
11343 \begin_inset Caption Standard
11344
11345 \begin_layout Plain Layout
11346 \begin_inset CommandInset label
11347 LatexCommand label
11348 name "tab:Table-with-and"
11349
11350 \end_inset
11351
11352 Tabelle ohne und mit Silbentrennung
11353 \end_layout
11354
11355 \end_inset
11356
11357
11358 \end_layout
11359
11360 \begin_layout Plain Layout
11361 \begin_inset space \hfill{}
11362 \end_inset
11363
11364
11365 \begin_inset Tabular
11366 <lyxtabular version="3" rows="3" columns="3">
11367 <features rotate="0" tabularvalignment="middle">
11368 <column alignment="center" valignment="middle" width="2.5cm">
11369 <column alignment="center" valignment="middle" width="0.5cm">
11370 <column alignment="center" valignment="middle" width="0.5cm">
11371 <row>
11372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376 einsehrlangesZellenwort
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 b
11386 \end_layout
11387
11388 \end_inset
11389 </cell>
11390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11391 \begin_inset Text
11392
11393 \begin_layout Plain Layout
11394 c
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 </row>
11400 <row>
11401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 d
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 e
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423 f
11424 \end_layout
11425
11426 \end_inset
11427 </cell>
11428 </row>
11429 <row>
11430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 g
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 h
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11449 \begin_inset Text
11450
11451 \begin_layout Plain Layout
11452 i
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 </row>
11458 </lyxtabular>
11459
11460 \end_inset
11461
11462
11463 \begin_inset space \hfill{}
11464 \end_inset
11465
11466
11467 \begin_inset Tabular
11468 <lyxtabular version="3" rows="3" columns="3">
11469 <features rotate="0" tabularvalignment="middle">
11470 <column alignment="center" valignment="middle" width="2.5cm">
11471 <column alignment="center" valignment="middle" width="0.5cm">
11472 <column alignment="center" valignment="middle" width="0.5cm">
11473 <row>
11474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 \begin_inset space \hspace{}
11479 \length 0pt
11480 \end_inset
11481
11482 einsehrlangesZellenwort
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491 b
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500 c
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 </row>
11506 <row>
11507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 d
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 e
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529 f
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 </row>
11535 <row>
11536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 g
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 h
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11555 \begin_inset Text
11556
11557 \begin_layout Plain Layout
11558 i
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 </row>
11564 </lyxtabular>
11565
11566 \end_inset
11567
11568
11569 \begin_inset space \hfill{}
11570 \end_inset
11571
11572
11573 \end_layout
11574
11575 \end_inset
11576
11577
11578 \end_layout
11579
11580 \begin_layout Subsection
11581 Mehrfachspalten
11582 \begin_inset CommandInset label
11583 LatexCommand label
11584 name "uab:Mehrfachspalten"
11585
11586 \end_inset
11587
11588
11589 \begin_inset Index idx
11590 status collapsed
11591
11592 \begin_layout Plain Layout
11593 Mahrfachspalten
11594 \end_layout
11595
11596 \end_inset
11597
11598
11599 \begin_inset Index idx
11600 status collapsed
11601
11602 \begin_layout Plain Layout
11603 Tabellen ! Mahrfachspalten
11604 \end_layout
11605
11606 \end_inset
11607
11608
11609 \end_layout
11610
11611 \begin_layout Subsubsection
11612 Grundlagen
11613 \end_layout
11614
11615 \begin_layout Standard
11616 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11617  und verwenden dann den Knopf 
11618 \begin_inset Info
11619 type  "icon"
11620 arg   "inset-modify tabular multicolumn"
11621 \end_inset
11622
11623  in der Werkzeugleiste, das Menü 
11624 \family sans
11625 Bearbeiten\SpecialChar \menuseparator
11626 Tabelle\SpecialChar \menuseparator
11627 Mehrfachspalte
11628 \family default
11629 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11630  
11631 \family sans
11632 Mehrfachspalte
11633 \family default
11634 .
11635 \end_layout
11636
11637 \begin_layout Standard
11638 Mehrfachspalten haben ihre eigenen Einstellungen.
11639  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11640  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11641  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11642 \end_layout
11643
11644 \begin_layout Standard
11645 \align center
11646 \begin_inset Tabular
11647 <lyxtabular version="3" rows="3" columns="4">
11648 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11649 <column alignment="center" valignment="top" width="0pt">
11650 <column alignment="center" valignment="middle" width="0">
11651 <column alignment="center" valignment="top" width="0in">
11652 <column alignment="center" valignment="top" width="0pt">
11653 <row>
11654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11655 \begin_inset Text
11656
11657 \begin_layout Plain Layout
11658 abc
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11664 \begin_inset Text
11665
11666 \begin_layout Plain Layout
11667 def ghi
11668 \end_layout
11669
11670 \end_inset
11671 </cell>
11672 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11673 \begin_inset Text
11674
11675 \begin_layout Plain Layout
11676
11677 \end_layout
11678
11679 \end_inset
11680 </cell>
11681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Plain Layout
11685 jkl
11686 \end_layout
11687
11688 \end_inset
11689 </cell>
11690 </row>
11691 <row>
11692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696
11697 \family roman
11698 \series medium
11699 \shape up
11700 \size normal
11701 \emph off
11702 \bar no
11703 \noun off
11704 \color none
11705 A
11706 \end_layout
11707
11708 \end_inset
11709 </cell>
11710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714 B
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Plain Layout
11723 C
11724 \end_layout
11725
11726 \end_inset
11727 </cell>
11728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Plain Layout
11732 D
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 </row>
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 1
11744 \end_layout
11745
11746 \end_inset
11747 </cell>
11748 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11749 \begin_inset Text
11750
11751 \begin_layout Plain Layout
11752 2
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11758 \begin_inset Text
11759
11760 \begin_layout Plain Layout
11761 3
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 4
11771 \end_layout
11772
11773 \end_inset
11774 </cell>
11775 </row>
11776 </lyxtabular>
11777
11778 \end_inset
11779
11780
11781 \end_layout
11782
11783 \begin_layout Subsubsection
11784 Mehrfachspalten-Berechnungen
11785 \begin_inset CommandInset label
11786 LatexCommand label
11787 name "uab:Mehrfachspalten-Berechnungen"
11788
11789 \end_inset
11790
11791
11792 \begin_inset Index idx
11793 status collapsed
11794
11795 \begin_layout Plain Layout
11796 Mahrfachspalten ! Berechnung
11797 \end_layout
11798
11799 \end_inset
11800
11801
11802 \begin_inset Index idx
11803 status collapsed
11804
11805 \begin_layout Plain Layout
11806 Tabellen ! Mahrfachspalten ! Berechnung
11807 \end_layout
11808
11809 \end_inset
11810
11811
11812 \end_layout
11813
11814 \begin_layout Standard
11815 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11816  Zellen beachten.
11817 \end_layout
11818
11819 \begin_layout Standard
11820 \begin_inset Float table
11821 placement h
11822 wide false
11823 sideways false
11824 status open
11825
11826 \begin_layout Plain Layout
11827 \begin_inset Caption Standard
11828
11829 \begin_layout Plain Layout
11830 \begin_inset CommandInset label
11831 LatexCommand label
11832 name "tab:Table-with-centered"
11833
11834 \end_inset
11835
11836 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11837  die halbe Breite der Mehrfachspalten-Zelle haben
11838 \begin_inset Argument 1
11839 status collapsed
11840
11841 \begin_layout Plain Layout
11842 Eine Mehrfachspalten-Tabelle
11843 \end_layout
11844
11845 \end_inset
11846
11847
11848 \end_layout
11849
11850 \end_inset
11851
11852
11853 \end_layout
11854
11855 \begin_layout Plain Layout
11856 \align center
11857 \begin_inset Tabular
11858 <lyxtabular version="3" rows="3" columns="3">
11859 <features rotate="0" tabularvalignment="middle">
11860 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11861 <column alignment="center" valignment="middle" width="0">
11862 <column alignment="center" valignment="top" width="0">
11863 <row>
11864 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11865 \begin_inset Text
11866
11867 \begin_layout Plain Layout
11868 Dies ist eine Mehrfach\SpecialChar \-
11869 spalten-Zelle
11870 \end_layout
11871
11872 \end_inset
11873 </cell>
11874 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11875 \begin_inset Text
11876
11877 \begin_layout Plain Layout
11878
11879 \end_layout
11880
11881 \end_inset
11882 </cell>
11883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11884 \begin_inset Text
11885
11886 \begin_layout Plain Layout
11887 c
11888 \end_layout
11889
11890 \end_inset
11891 </cell>
11892 </row>
11893 <row>
11894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11895 \begin_inset Text
11896
11897 \begin_layout Plain Layout
11898 d
11899 \end_layout
11900
11901 \end_inset
11902 </cell>
11903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11904 \begin_inset Text
11905
11906 \begin_layout Plain Layout
11907 e
11908 \end_layout
11909
11910 \end_inset
11911 </cell>
11912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916 f
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 </row>
11922 <row>
11923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11924 \begin_inset Text
11925
11926 \begin_layout Plain Layout
11927 g
11928 \end_layout
11929
11930 \end_inset
11931 </cell>
11932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11933 \begin_inset Text
11934
11935 \begin_layout Plain Layout
11936 h
11937 \end_layout
11938
11939 \end_inset
11940 </cell>
11941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Plain Layout
11945 i
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 </row>
11951 </lyxtabular>
11952
11953 \end_inset
11954
11955
11956 \end_layout
11957
11958 \end_inset
11959
11960
11961 \end_layout
11962
11963 \begin_layout Standard
11964 Um Tabelle
11965 \begin_inset space ~
11966 \end_inset
11967
11968
11969 \begin_inset CommandInset ref
11970 LatexCommand ref
11971 reference "tab:Table-with-centered"
11972
11973 \end_inset
11974
11975  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11976  3×3-Tabelle, kreuzen im 
11977 \family sans
11978 Tabellen-Einstellungen
11979 \family default
11980 -Dialog 
11981 \family sans
11982 Mehrfachspalte
11983 \family default
11984  an, setzen die 
11985 \family sans
11986 Horizontale
11987 \begin_inset space ~
11988 \end_inset
11989
11990 Ausrichtung
11991 \family default
11992  auf 
11993 \family sans
11994 Zentriert
11995 \family default
11996  und die 
11997 \family sans
11998 Breite
11999 \family default
12000  auf 2.5
12001 \begin_inset space \thinspace{}
12002 \end_inset
12003
12004 cm.
12005  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12006  Sie die Breite der ersten Spalte auf 1.25
12007 \begin_inset space \thinspace{}
12008 \end_inset
12009
12010 cm setzen.
12011  Die zweite Spalte wird dann automatisch 1.25
12012 \begin_inset space \thinspace{}
12013 \end_inset
12014
12015 cm breit (Breite der 
12016 \family sans
12017 Mehrfachspalte
12018 \family default
12019  
12020 \begin_inset Formula $-$
12021 \end_inset
12022
12023  Breite der ersten Spalte).
12024  Dies wurde so für Tabelle
12025 \begin_inset space ~
12026 \end_inset
12027
12028
12029 \begin_inset CommandInset ref
12030 LatexCommand ref
12031 reference "tab:Table-without-half"
12032
12033 \end_inset
12034
12035  gemacht.
12036 \end_layout
12037
12038 \begin_layout Standard
12039 \begin_inset Float table
12040 wide false
12041 sideways false
12042 status open
12043
12044 \begin_layout Plain Layout
12045 \begin_inset Caption Standard
12046
12047 \begin_layout Plain Layout
12048 \begin_inset CommandInset label
12049 LatexCommand label
12050 name "tab:Table-without-half"
12051
12052 \end_inset
12053
12054 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12055  wie die Mehrfachspalte
12056 \begin_inset Argument 1
12057 status collapsed
12058
12059 \begin_layout Plain Layout
12060 Eine unvollkommene Mehrfachspalten-Tabelle
12061 \end_layout
12062
12063 \end_inset
12064
12065
12066 \end_layout
12067
12068 \end_inset
12069
12070
12071 \end_layout
12072
12073 \begin_layout Plain Layout
12074 \align center
12075 \begin_inset Tabular
12076 <lyxtabular version="3" rows="3" columns="3">
12077 <features rotate="0" tabularvalignment="middle">
12078 <column alignment="center" valignment="top" width="1.25cm">
12079 <column alignment="center" valignment="top" width="0">
12080 <column alignment="center" valignment="top" width="0">
12081 <row>
12082 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12083 \begin_inset Text
12084
12085 \begin_layout Plain Layout
12086 Dies ist auch eine Mehr\SpecialChar \-
12087 fach\SpecialChar \-
12088 spalten-Zelle
12089 \end_layout
12090
12091 \end_inset
12092 </cell>
12093 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12094 \begin_inset Text
12095
12096 \begin_layout Plain Layout
12097
12098 \end_layout
12099
12100 \end_inset
12101 </cell>
12102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12103 \begin_inset Text
12104
12105 \begin_layout Plain Layout
12106 c
12107 \end_layout
12108
12109 \end_inset
12110 </cell>
12111 </row>
12112 <row>
12113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12114 \begin_inset Text
12115
12116 \begin_layout Plain Layout
12117 d
12118 \end_layout
12119
12120 \end_inset
12121 </cell>
12122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12123 \begin_inset Text
12124
12125 \begin_layout Plain Layout
12126 e
12127 \end_layout
12128
12129 \end_inset
12130 </cell>
12131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12132 \begin_inset Text
12133
12134 \begin_layout Plain Layout
12135 f
12136 \end_layout
12137
12138 \end_inset
12139 </cell>
12140 </row>
12141 <row>
12142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12143 \begin_inset Text
12144
12145 \begin_layout Plain Layout
12146 g
12147 \end_layout
12148
12149 \end_inset
12150 </cell>
12151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12152 \begin_inset Text
12153
12154 \begin_layout Plain Layout
12155 h
12156 \end_layout
12157
12158 \end_inset
12159 </cell>
12160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12161 \begin_inset Text
12162
12163 \begin_layout Plain Layout
12164 i
12165 \end_layout
12166
12167 \end_inset
12168 </cell>
12169 </row>
12170 </lyxtabular>
12171
12172 \end_inset
12173
12174
12175 \end_layout
12176
12177 \end_inset
12178
12179
12180 \end_layout
12181
12182 \begin_layout Standard
12183 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12184  als die zweite ist.
12185  Das liegt daran, dass die Zellenbreite 
12186 \begin_inset Formula $W_{\mathrm{tot}}$
12187 \end_inset
12188
12189  nicht ihre definierte Breite 
12190 \begin_inset Formula $W_{g}$
12191 \end_inset
12192
12193  ist, sondern ein wenig mehr.
12194  Anhang
12195 \begin_inset space ~
12196 \end_inset
12197
12198
12199 \begin_inset CommandInset ref
12200 LatexCommand ref
12201 reference "kap:Erläuterung-einer-Gleichung"
12202
12203 \end_inset
12204
12205  erklärt das genauer.
12206 \end_layout
12207
12208 \begin_layout Standard
12209 Wenn 
12210 \emph on
12211 n
12212 \emph default
12213  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12214  die definierte Breite 
12215 \begin_inset Formula $W_{g\, n}$
12216 \end_inset
12217
12218  einer Spalte, deren totale Breite = 
12219 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12220 \end_inset
12221
12222  sein soll, wie folgt:
12223 \begin_inset Formula 
12224 \begin{equation}
12225 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12226 \end{equation}
12227
12228 \end_inset
12229
12230
12231 \end_layout
12232
12233 \begin_layout Standard
12234 In unserem Falls ist 
12235 \begin_inset Formula $n=2$
12236 \end_inset
12237
12238
12239 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12240 \end_inset
12241
12242 cm, und damit wird aus Gleichung
12243 \begin_inset space ~
12244 \end_inset
12245
12246
12247 \begin_inset CommandInset ref
12248 LatexCommand ref
12249 reference "eq:Wgn"
12250
12251 \end_inset
12252
12253  
12254 \begin_inset Formula 
12255 \begin{equation}
12256 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12257 \end{equation}
12258
12259 \end_inset
12260
12261
12262 \end_layout
12263
12264 \begin_layout Standard
12265 Damit LaTeX rechnen kann, muss das Paket 
12266 \series bold
12267 calc
12268 \series default
12269  im Vorspann geladen werden.
12270 \begin_inset Index idx
12271 status collapsed
12272
12273 \begin_layout Plain Layout
12274 LaTeX-Pakete ! calc
12275 \end_layout
12276
12277 \end_inset
12278
12279
12280 \end_layout
12281
12282 \begin_layout Standard
12283
12284 \series bold
12285
12286 \backslash
12287 usepackage{calc}
12288 \end_layout
12289
12290 \begin_layout Standard
12291 LyX erlaubt im 
12292 \family sans
12293 Breite
12294 \family default
12295 -Feld des 
12296 \family sans
12297 Tabellen-Einstellungen
12298 \family default
12299 -Dialogs keine Berechnungen.
12300  Deshalb müssen Sie die Formel für die Breite im Feld 
12301 \family sans
12302 LaTe
12303 \begin_inset ERT
12304 status collapsed
12305
12306 \begin_layout Plain Layout
12307
12308 {}
12309 \end_layout
12310
12311 \end_inset
12312
12313 X-Argument
12314 \family default
12315  eingeben.
12316  Hier iss ein Überblick über die Argumente:
12317 \end_layout
12318
12319 \begin_layout Itemize
12320
12321 \series bold
12322 p{Breite}
12323 \series default
12324  die Zelle bekommt eine feste 
12325 \series bold
12326 Breite
12327 \series default
12328 , und die vertikale Ausrichtung ist 
12329 \family sans
12330 Oben
12331 \end_layout
12332
12333 \begin_layout Itemize
12334
12335 \series bold
12336 m{Breite}
12337 \series default
12338  die Zelle bekommt eine feste 
12339 \series bold
12340 Breite
12341 \series default
12342 , und die vertikale Ausrichtung ist 
12343 \family sans
12344 Mitte
12345 \end_layout
12346
12347 \begin_layout Itemize
12348
12349 \series bold
12350 b{Breite}
12351 \series default
12352  die Zelle bekommt eine feste 
12353 \series bold
12354 Breite
12355 \series default
12356 , und die vertikale Ausrichtung ist 
12357 \family sans
12358 Unten
12359 \end_layout
12360
12361 \begin_layout Standard
12362 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12363  für diese Zelle überschrieben.
12364 \end_layout
12365
12366 \begin_layout Standard
12367 \begin_inset Note Greyedout
12368 status open
12369
12370 \begin_layout Plain Layout
12371
12372 \series bold
12373 Bemerkung:
12374 \series default
12375  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12376  angezeigt.
12377 \end_layout
12378
12379 \end_inset
12380
12381
12382 \end_layout
12383
12384 \begin_layout Standard
12385 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12386  der Zelle mit dem Inhalt 
12387 \begin_inset Quotes gld
12388 \end_inset
12389
12390 d
12391 \begin_inset Quotes grd
12392 \end_inset
12393
12394  der Tabelle
12395 \begin_inset space ~
12396 \end_inset
12397
12398
12399 \begin_inset CommandInset ref
12400 LatexCommand ref
12401 reference "tab:Table-with-centered"
12402
12403 \end_inset
12404
12405  auch noch der Befehl
12406 \family typewriter
12407 \series bold
12408  
12409 \family default
12410
12411 \backslash
12412 centering
12413 \series default
12414  hinzugefügt.
12415  Das Ganze sieht dann so aus:
12416 \end_layout
12417
12418 \begin_layout Standard
12419
12420 \series bold
12421 |>{
12422 \backslash
12423 centering}m{1.25cm-6.2pt}
12424 \end_layout
12425
12426 \begin_layout Standard
12427 Der vertikale Strich 
12428 \series bold
12429
12430 \begin_inset Quotes gld
12431 \end_inset
12432
12433 |
12434 \series default
12435
12436 \begin_inset Quotes grd
12437 \end_inset
12438
12439  am Anfang zeichnet die linke Linie, und der Befehl 
12440 \series bold
12441
12442 \begin_inset Quotes gld
12443 \end_inset
12444
12445 >{ }
12446 \begin_inset Quotes grd
12447 \end_inset
12448
12449
12450 \series default
12451  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12452  der Zelle benutzt werden sollen.
12453 \end_layout
12454
12455 \begin_layout Standard
12456 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12457  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12458  für einzelne Spalten anwendet.
12459  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12460  werden:
12461 \end_layout
12462
12463 \begin_layout Standard
12464
12465 \series bold
12466 |>{
12467 \backslash
12468 centering}m{2.5cm}|
12469 \end_layout
12470
12471 \begin_layout Subsection
12472 Mehrfachzeilen
12473 \begin_inset CommandInset label
12474 LatexCommand label
12475 name "uab:Mehrfachzeilen"
12476
12477 \end_inset
12478
12479
12480 \begin_inset Index idx
12481 status collapsed
12482
12483 \begin_layout Plain Layout
12484 Mehrfachzeilen
12485 \end_layout
12486
12487 \end_inset
12488
12489
12490 \begin_inset Index idx
12491 status collapsed
12492
12493 \begin_layout Plain Layout
12494 Tabellen ! Mehrfachzeilen
12495 \end_layout
12496
12497 \end_inset
12498
12499
12500 \end_layout
12501
12502 \begin_layout Standard
12503 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12504  und verwenden dann den Knopf 
12505 \begin_inset Info
12506 type  "icon"
12507 arg   "inset-modify tabular multirow"
12508 \end_inset
12509
12510  in der Werkzeugleiste, das Menü 
12511 \family sans
12512 Bearbeiten\SpecialChar \menuseparator
12513 Tabelle\SpecialChar \menuseparator
12514 Mehrfachzeile
12515 \family default
12516 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12517  
12518 \family sans
12519 Mehrfachzeile
12520 \family default
12521 .
12522 \end_layout
12523
12524 \begin_layout Standard
12525 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12526 \end_layout
12527
12528 \begin_layout Standard
12529 \align center
12530 \begin_inset Tabular
12531 <lyxtabular version="3" rows="3" columns="3">
12532 <features rotate="0" tabularvalignment="middle">
12533 <column alignment="center" valignment="top" width="0pt">
12534 <column alignment="center" valignment="top" width="0">
12535 <column alignment="center" valignment="top" width="0">
12536 <row>
12537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12538 \begin_inset Text
12539
12540 \begin_layout Plain Layout
12541 ein langer Eintrag
12542 \end_layout
12543
12544 \end_inset
12545 </cell>
12546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12547 \begin_inset Text
12548
12549 \begin_layout Plain Layout
12550 b
12551 \end_layout
12552
12553 \end_inset
12554 </cell>
12555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Plain Layout
12559 c
12560 \end_layout
12561
12562 \end_inset
12563 </cell>
12564 </row>
12565 <row>
12566 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12567 \begin_inset Text
12568
12569 \begin_layout Plain Layout
12570 Mehrfachzeile
12571 \end_layout
12572
12573 \end_inset
12574 </cell>
12575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12576 \begin_inset Text
12577
12578 \begin_layout Plain Layout
12579 e
12580 \end_layout
12581
12582 \end_inset
12583 </cell>
12584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12585 \begin_inset Text
12586
12587 \begin_layout Plain Layout
12588 f
12589 \end_layout
12590
12591 \end_inset
12592 </cell>
12593 </row>
12594 <row>
12595 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12596 \begin_inset Text
12597
12598 \begin_layout Plain Layout
12599
12600 \end_layout
12601
12602 \end_inset
12603 </cell>
12604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12605 \begin_inset Text
12606
12607 \begin_layout Plain Layout
12608 h
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Plain Layout
12617 i
12618 \end_layout
12619
12620 \end_inset
12621 </cell>
12622 </row>
12623 </lyxtabular>
12624
12625 \end_inset
12626
12627
12628 \end_layout
12629
12630 \begin_layout Standard
12631 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12632  Spalte festgelegt.
12633  Der 
12634 \family sans
12635 Vertikale Versatz
12636 \family default
12637  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12638  positiv/negativ ist.
12639 \end_layout
12640
12641 \begin_layout Standard
12642 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12643  die Mehrfachzeile die Ausrichtung der Spalte.
12644  Ansonsten ist sie standardmäßig links ausgerichtet.
12645  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12646 \series bold
12647
12648 \backslash
12649 multirowsetup
12650 \series default
12651  mit dem Befehl
12652 \end_layout
12653
12654 \begin_layout Standard
12655
12656 \series bold
12657
12658 \backslash
12659 renewcommand{
12660 \backslash
12661 multirowsetup}{
12662 \backslash
12663 centering}
12664 \end_layout
12665
12666 \begin_layout Standard
12667 im LaTeX-Vorspann.
12668  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12669  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12670  auch mittels TeX-Code vor der jeweiligen Tabelle, statt im LaTeX-Vorspann,
12671  erneuert werden.
12672  Für rechtsbündigen Text ersetzt man 
12673 \series bold
12674
12675 \backslash
12676 centering
12677 \series default
12678  durch 
12679 \series bold
12680
12681 \backslash
12682 raggedleft
12683 \series default
12684 .
12685  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12686 \series bold
12687
12688 \backslash
12689 raggedright
12690 \series default
12691  verwendet.
12692 \end_layout
12693
12694 \begin_layout Standard
12695 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12696  die -4
12697 \begin_inset space \thinspace{}
12698 \end_inset
12699
12700 mm vertikalen Versatz hat und sich in einer 3
12701 \begin_inset space \thinspace{}
12702 \end_inset
12703
12704 cm breiten Spalte befindet:
12705 \end_layout
12706
12707 \begin_layout Standard
12708 \noindent
12709 \align center
12710 \begin_inset ERT
12711 status collapsed
12712
12713 \begin_layout Plain Layout
12714
12715
12716 \backslash
12717 renewcommand{
12718 \backslash
12719 multirowsetup}{
12720 \backslash
12721 raggedleft}
12722 \end_layout
12723
12724 \end_inset
12725
12726
12727 \begin_inset Tabular
12728 <lyxtabular version="3" rows="4" columns="3">
12729 <features rotate="0" tabularvalignment="middle">
12730 <column alignment="center" valignment="top" width="3cm">
12731 <column alignment="center" valignment="top" width="0">
12732 <column alignment="center" valignment="top" width="0">
12733 <row>
12734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12735 \begin_inset Text
12736
12737 \begin_layout Plain Layout
12738 ein langer Eintrag
12739 \end_layout
12740
12741 \end_inset
12742 </cell>
12743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12744 \begin_inset Text
12745
12746 \begin_layout Plain Layout
12747 b
12748 \end_layout
12749
12750 \end_inset
12751 </cell>
12752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12753 \begin_inset Text
12754
12755 \begin_layout Plain Layout
12756 c
12757 \end_layout
12758
12759 \end_inset
12760 </cell>
12761 </row>
12762 <row>
12763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12764 \begin_inset Text
12765
12766 \begin_layout Plain Layout
12767 t
12768 \end_layout
12769
12770 \end_inset
12771 </cell>
12772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12773 \begin_inset Text
12774
12775 \begin_layout Plain Layout
12776 n
12777 \end_layout
12778
12779 \end_inset
12780 </cell>
12781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12782 \begin_inset Text
12783
12784 \begin_layout Plain Layout
12785 m
12786 \end_layout
12787
12788 \end_inset
12789 </cell>
12790 </row>
12791 <row>
12792 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12793 \begin_inset Text
12794
12795 \begin_layout Plain Layout
12796 Mehrfachzeile
12797 \end_layout
12798
12799 \end_inset
12800 </cell>
12801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12802 \begin_inset Text
12803
12804 \begin_layout Plain Layout
12805 e
12806 \end_layout
12807
12808 \end_inset
12809 </cell>
12810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Plain Layout
12814 f
12815 \end_layout
12816
12817 \end_inset
12818 </cell>
12819 </row>
12820 <row>
12821 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12822 \begin_inset Text
12823
12824 \begin_layout Plain Layout
12825
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Plain Layout
12834 h
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843 i
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 </row>
12849 </lyxtabular>
12850
12851 \end_inset
12852
12853
12854 \begin_inset ERT
12855 status collapsed
12856
12857 \begin_layout Plain Layout
12858
12859
12860 \backslash
12861 renewcommand{
12862 \backslash
12863 multirowsetup}{
12864 \backslash
12865 raggedright}
12866 \end_layout
12867
12868 \end_inset
12869
12870
12871 \end_layout
12872
12873 \begin_layout Standard
12874 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12875  (Tastenkürzel 
12876 \family sans
12877 Strg+Enter
12878 \family default
12879 ) verwenden.
12880  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12881 \end_layout
12882
12883 \begin_layout Standard
12884 \noindent
12885 \align center
12886 \begin_inset Tabular
12887 <lyxtabular version="3" rows="3" columns="2">
12888 <features rotate="0" tabularvalignment="middle">
12889 <column alignment="left" valignment="middle" width="2cm">
12890 <column alignment="center" valignment="top" width="0">
12891 <row>
12892 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12893 \begin_inset Text
12894
12895 \begin_layout Plain Layout
12896 aaa
12897 \begin_inset Newline newline
12898 \end_inset
12899
12900 aaa
12901 \begin_inset Newline newline
12902 \end_inset
12903
12904 falsche Zelle
12905 \end_layout
12906
12907 \end_inset
12908 </cell>
12909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12910 \begin_inset Text
12911
12912 \begin_layout Plain Layout
12913 ccc
12914 \end_layout
12915
12916 \end_inset
12917 </cell>
12918 </row>
12919 <row>
12920 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12921 \begin_inset Text
12922
12923 \begin_layout Plain Layout
12924
12925 \end_layout
12926
12927 \end_inset
12928 </cell>
12929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12930 \begin_inset Text
12931
12932 \begin_layout Plain Layout
12933 ddd
12934 \end_layout
12935
12936 \end_inset
12937 </cell>
12938 </row>
12939 <row>
12940 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12941 \begin_inset Text
12942
12943 \begin_layout Plain Layout
12944 bbb
12945 \end_layout
12946
12947 \end_inset
12948 </cell>
12949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12950 \begin_inset Text
12951
12952 \begin_layout Plain Layout
12953 eee
12954 \end_layout
12955
12956 \end_inset
12957 </cell>
12958 </row>
12959 </lyxtabular>
12960
12961 \end_inset
12962
12963
12964 \end_layout
12965
12966 \begin_layout Standard
12967 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
12968 \end_layout
12969
12970 \begin_layout Subsection
12971 Zellen mit diagonalen Linien
12972 \end_layout
12973
12974 \begin_layout Standard
12975 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
12976  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
12977  oder zwei diagonalen Linien zu teilen.
12978  Dies kann erreicht werden, indem man das LaTeX-Paket 
12979 \series bold
12980 diagbox
12981 \series default
12982
12983 \begin_inset Index idx
12984 status collapsed
12985
12986 \begin_layout Plain Layout
12987 LaTeX-Pakete ! diagbox
12988 \end_layout
12989
12990 \end_inset
12991
12992  im LaTeX-Vorspann lädt.
12993  Das Paket stellt den Befehl 
12994 \series bold
12995
12996 \backslash
12997 diagbox
12998 \series default
12999  zur Verfügung, der als TeX-Code eingefügt wird und 2 oder 3
13000 \begin_inset space ~
13001 \end_inset
13002
13003 Argumente hat:
13004 \end_layout
13005
13006 \begin_layout Standard
13007
13008 \series bold
13009
13010 \backslash
13011 diagbox[Optionen]{links unten}{rechts oben}
13012 \end_layout
13013
13014 \begin_layout Standard
13015
13016 \series bold
13017
13018 \backslash
13019 diagbox[Optionen]{links unten}{links oben}{rechts oben}
13020 \end_layout
13021
13022 \begin_layout Standard
13023 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
13024  die Argumente werden unter und über diese Linie platziert.
13025  Das zweite Schema teilt die Zelle mit 2
13026 \begin_inset space ~
13027 \end_inset
13028
13029 Linien.
13030 \end_layout
13031
13032 \begin_layout Standard
13033 \begin_inset ERT
13034 status collapsed
13035
13036 \begin_layout Plain Layout
13037
13038
13039 \backslash
13040 ifdiagbox
13041 \end_layout
13042
13043 \end_inset
13044
13045
13046 \begin_inset Note Note
13047 status open
13048
13049 \begin_layout Plain Layout
13050 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
13051 \series bold
13052 diagbox
13053 \series default
13054  installiert ist.
13055 \end_layout
13056
13057 \end_inset
13058
13059
13060 \end_layout
13061
13062 \begin_layout Standard
13063 Hier ist eine Beispieltabelle in der 
13064 \series bold
13065
13066 \backslash
13067 diagbox 
13068 \series default
13069 im 2-Argument Schema in der ersten Zelle verwendet wird:
13070 \begin_inset VSpace medskip
13071 \end_inset
13072
13073
13074 \end_layout
13075
13076 \begin_layout Standard
13077 \noindent
13078 \begin_inset Tabular
13079 <lyxtabular version="3" rows="4" columns="4">
13080 <features rotate="0" tabularvalignment="middle">
13081 <column alignment="center" valignment="top" width="0">
13082 <column alignment="center" valignment="top" width="0">
13083 <column alignment="center" valignment="top" width="0">
13084 <column alignment="center" valignment="top" width="0">
13085 <row>
13086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13087 \begin_inset Text
13088
13089 \begin_layout Plain Layout
13090 \begin_inset ERT
13091 status collapsed
13092
13093 \begin_layout Plain Layout
13094
13095
13096 \backslash
13097 diagbox{
13098 \end_layout
13099
13100 \end_inset
13101
13102 Name
13103 \begin_inset ERT
13104 status collapsed
13105
13106 \begin_layout Plain Layout
13107
13108 }{
13109 \end_layout
13110
13111 \end_inset
13112
13113 Parameter
13114 \begin_inset ERT
13115 status collapsed
13116
13117 \begin_layout Plain Layout
13118
13119 }
13120 \end_layout
13121
13122 \end_inset
13123
13124
13125 \end_layout
13126
13127 \end_inset
13128 </cell>
13129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13130 \begin_inset Text
13131
13132 \begin_layout Plain Layout
13133 Dicke in nm
13134 \end_layout
13135
13136 \end_inset
13137 </cell>
13138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13139 \begin_inset Text
13140
13141 \begin_layout Plain Layout
13142 Transparenz in %
13143 \end_layout
13144
13145 \end_inset
13146 </cell>
13147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13148 \begin_inset Text
13149
13150 \begin_layout Plain Layout
13151 Härte in MPa
13152 \end_layout
13153
13154 \end_inset
13155 </cell>
13156 </row>
13157 <row>
13158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13159 \begin_inset Text
13160
13161 \begin_layout Plain Layout
13162 Perfekt Grün
13163 \end_layout
13164
13165 \end_inset
13166 </cell>
13167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13168 \begin_inset Text
13169
13170 \begin_layout Plain Layout
13171 45
13172 \end_layout
13173
13174 \end_inset
13175 </cell>
13176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13177 \begin_inset Text
13178
13179 \begin_layout Plain Layout
13180 80
13181 \end_layout
13182
13183 \end_inset
13184 </cell>
13185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13186 \begin_inset Text
13187
13188 \begin_layout Plain Layout
13189 504
13190 \end_layout
13191
13192 \end_inset
13193 </cell>
13194 </row>
13195 <row>
13196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13197 \begin_inset Text
13198
13199 \begin_layout Plain Layout
13200 Dunkel Multi-P
13201 \end_layout
13202
13203 \end_inset
13204 </cell>
13205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13206 \begin_inset Text
13207
13208 \begin_layout Plain Layout
13209 60
13210 \end_layout
13211
13212 \end_inset
13213 </cell>
13214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13215 \begin_inset Text
13216
13217 \begin_layout Plain Layout
13218 72
13219 \end_layout
13220
13221 \end_inset
13222 </cell>
13223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13224 \begin_inset Text
13225
13226 \begin_layout Plain Layout
13227 982
13228 \end_layout
13229
13230 \end_inset
13231 </cell>
13232 </row>
13233 <row>
13234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13235 \begin_inset Text
13236
13237 \begin_layout Plain Layout
13238 Kristallklar Pro
13239 \end_layout
13240
13241 \end_inset
13242 </cell>
13243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13244 \begin_inset Text
13245
13246 \begin_layout Plain Layout
13247 18
13248 \end_layout
13249
13250 \end_inset
13251 </cell>
13252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13253 \begin_inset Text
13254
13255 \begin_layout Plain Layout
13256 86
13257 \end_layout
13258
13259 \end_inset
13260 </cell>
13261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13262 \begin_inset Text
13263
13264 \begin_layout Plain Layout
13265 374
13266 \end_layout
13267
13268 \end_inset
13269 </cell>
13270 </row>
13271 </lyxtabular>
13272
13273 \end_inset
13274
13275
13276 \begin_inset VSpace medskip
13277 \end_inset
13278
13279
13280 \end_layout
13281
13282 \begin_layout Standard
13283 \begin_inset Newpage newpage
13284 \end_inset
13285
13286
13287 \end_layout
13288
13289 \begin_layout Standard
13290 Das 3-Argument Schema ist z.
13291 \begin_inset space \thinspace{}
13292 \end_inset
13293
13294 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13295 \end_layout
13296
13297 \begin_layout Standard
13298 \noindent
13299 \align center
13300 \begin_inset Tabular
13301 <lyxtabular version="3" rows="4" columns="4">
13302 <features rotate="0" tabularvalignment="middle">
13303 <column alignment="center" valignment="top" width="0pt">
13304 <column alignment="center" valignment="top" width="0">
13305 <column alignment="center" valignment="top" width="0">
13306 <column alignment="center" valignment="top" width="0">
13307 <row>
13308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13309 \begin_inset Text
13310
13311 \begin_layout Plain Layout
13312 \begin_inset ERT
13313 status collapsed
13314
13315 \begin_layout Plain Layout
13316
13317
13318 \backslash
13319 diagbox{
13320 \end_layout
13321
13322 \end_inset
13323
13324 Heim
13325 \begin_inset ERT
13326 status collapsed
13327
13328 \begin_layout Plain Layout
13329
13330 }{
13331 \end_layout
13332
13333 \end_inset
13334
13335 Ergebnis
13336 \begin_inset ERT
13337 status collapsed
13338
13339 \begin_layout Plain Layout
13340
13341 }{
13342 \end_layout
13343
13344 \end_inset
13345
13346 Auswärts
13347 \begin_inset ERT
13348 status collapsed
13349
13350 \begin_layout Plain Layout
13351
13352 }
13353 \end_layout
13354
13355 \end_inset
13356
13357
13358 \end_layout
13359
13360 \end_inset
13361 </cell>
13362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13363 \begin_inset Text
13364
13365 \begin_layout Plain Layout
13366 Tiger
13367 \end_layout
13368
13369 \end_inset
13370 </cell>
13371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13372 \begin_inset Text
13373
13374 \begin_layout Plain Layout
13375 Panther
13376 \end_layout
13377
13378 \end_inset
13379 </cell>
13380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13381 \begin_inset Text
13382
13383 \begin_layout Plain Layout
13384 Falken
13385 \end_layout
13386
13387 \end_inset
13388 </cell>
13389 </row>
13390 <row>
13391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13392 \begin_inset Text
13393
13394 \begin_layout Plain Layout
13395 Tiger
13396 \end_layout
13397
13398 \end_inset
13399 </cell>
13400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13401 \begin_inset Text
13402
13403 \begin_layout Plain Layout
13404 ---
13405 \end_layout
13406
13407 \end_inset
13408 </cell>
13409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13410 \begin_inset Text
13411
13412 \begin_layout Plain Layout
13413 1:3
13414 \end_layout
13415
13416 \end_inset
13417 </cell>
13418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13419 \begin_inset Text
13420
13421 \begin_layout Plain Layout
13422 0:1
13423 \end_layout
13424
13425 \end_inset
13426 </cell>
13427 </row>
13428 <row>
13429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13430 \begin_inset Text
13431
13432 \begin_layout Plain Layout
13433 Panther
13434 \end_layout
13435
13436 \end_inset
13437 </cell>
13438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13439 \begin_inset Text
13440
13441 \begin_layout Plain Layout
13442 3:1
13443 \end_layout
13444
13445 \end_inset
13446 </cell>
13447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13448 \begin_inset Text
13449
13450 \begin_layout Plain Layout
13451 ---
13452 \end_layout
13453
13454 \end_inset
13455 </cell>
13456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13457 \begin_inset Text
13458
13459 \begin_layout Plain Layout
13460 0:0
13461 \end_layout
13462
13463 \end_inset
13464 </cell>
13465 </row>
13466 <row>
13467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13468 \begin_inset Text
13469
13470 \begin_layout Plain Layout
13471 Falken
13472 \end_layout
13473
13474 \end_inset
13475 </cell>
13476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13477 \begin_inset Text
13478
13479 \begin_layout Plain Layout
13480 1:0
13481 \end_layout
13482
13483 \end_inset
13484 </cell>
13485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13486 \begin_inset Text
13487
13488 \begin_layout Plain Layout
13489 0:0
13490 \end_layout
13491
13492 \end_inset
13493 </cell>
13494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Plain Layout
13498 ---
13499 \end_layout
13500
13501 \end_inset
13502 </cell>
13503 </row>
13504 </lyxtabular>
13505
13506 \end_inset
13507
13508
13509 \end_layout
13510
13511 \begin_layout Standard
13512 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13513  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13514 \end_layout
13515
13516 \begin_layout Standard
13517 \noindent
13518 \align center
13519 \begin_inset Tabular
13520 <lyxtabular version="3" rows="5" columns="5">
13521 <features rotate="0" tabularvalignment="middle">
13522 <column alignment="center" valignment="top" width="0pt">
13523 <column alignment="center" valignment="top" width="0">
13524 <column alignment="center" valignment="top" width="0">
13525 <column alignment="center" valignment="top" width="0">
13526 <column alignment="center" valignment="top" width="0">
13527 <row>
13528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13529 \begin_inset Text
13530
13531 \begin_layout Plain Layout
13532 \begin_inset ERT
13533 status open
13534
13535 \begin_layout Plain Layout
13536
13537
13538 \backslash
13539 diagbox{
13540 \end_layout
13541
13542 \end_inset
13543
13544 Heim
13545 \begin_inset ERT
13546 status collapsed
13547
13548 \begin_layout Plain Layout
13549
13550 }{
13551 \end_layout
13552
13553 \end_inset
13554
13555 Ergebnis
13556 \begin_inset ERT
13557 status collapsed
13558
13559 \begin_layout Plain Layout
13560
13561 }{
13562 \end_layout
13563
13564 \end_inset
13565
13566 Auswärts
13567 \begin_inset ERT
13568 status collapsed
13569
13570 \begin_layout Plain Layout
13571
13572 }
13573 \end_layout
13574
13575 \end_inset
13576
13577
13578 \end_layout
13579
13580 \end_inset
13581 </cell>
13582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13583 \begin_inset Text
13584
13585 \begin_layout Plain Layout
13586 Tiger
13587 \end_layout
13588
13589 \end_inset
13590 </cell>
13591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13592 \begin_inset Text
13593
13594 \begin_layout Plain Layout
13595 Panther
13596 \end_layout
13597
13598 \end_inset
13599 </cell>
13600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13601 \begin_inset Text
13602
13603 \begin_layout Plain Layout
13604 Falken
13605 \end_layout
13606
13607 \end_inset
13608 </cell>
13609 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13610 \begin_inset Text
13611
13612 \begin_layout Plain Layout
13613 \begin_inset ERT
13614 status open
13615
13616 \begin_layout Plain Layout
13617
13618
13619 \backslash
13620 diagbox[dir=NE]{
13621 \end_layout
13622
13623 \end_inset
13624
13625 Heim
13626 \begin_inset ERT
13627 status collapsed
13628
13629 \begin_layout Plain Layout
13630
13631 }{
13632 \end_layout
13633
13634 \end_inset
13635
13636 Ergebnis
13637 \begin_inset ERT
13638 status collapsed
13639
13640 \begin_layout Plain Layout
13641
13642 }{
13643 \end_layout
13644
13645 \end_inset
13646
13647 Auswärts
13648 \begin_inset ERT
13649 status collapsed
13650
13651 \begin_layout Plain Layout
13652
13653 }
13654 \end_layout
13655
13656 \end_inset
13657
13658
13659 \end_layout
13660
13661 \end_inset
13662 </cell>
13663 </row>
13664 <row>
13665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13666 \begin_inset Text
13667
13668 \begin_layout Plain Layout
13669 Tiger
13670 \end_layout
13671
13672 \end_inset
13673 </cell>
13674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13675 \begin_inset Text
13676
13677 \begin_layout Plain Layout
13678 ---
13679 \end_layout
13680
13681 \end_inset
13682 </cell>
13683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13684 \begin_inset Text
13685
13686 \begin_layout Plain Layout
13687 1:3
13688 \end_layout
13689
13690 \end_inset
13691 </cell>
13692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13693 \begin_inset Text
13694
13695 \begin_layout Plain Layout
13696 0:1
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13702 \begin_inset Text
13703
13704 \begin_layout Plain Layout
13705 Tiger
13706 \end_layout
13707
13708 \end_inset
13709 </cell>
13710 </row>
13711 <row>
13712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716 Panther
13717 \end_layout
13718
13719 \end_inset
13720 </cell>
13721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13722 \begin_inset Text
13723
13724 \begin_layout Plain Layout
13725 3:1
13726 \end_layout
13727
13728 \end_inset
13729 </cell>
13730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13731 \begin_inset Text
13732
13733 \begin_layout Plain Layout
13734 ---
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13740 \begin_inset Text
13741
13742 \begin_layout Plain Layout
13743 0:0
13744 \end_layout
13745
13746 \end_inset
13747 </cell>
13748 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13749 \begin_inset Text
13750
13751 \begin_layout Plain Layout
13752 Panther
13753 \end_layout
13754
13755 \end_inset
13756 </cell>
13757 </row>
13758 <row>
13759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13760 \begin_inset Text
13761
13762 \begin_layout Plain Layout
13763 Falken
13764 \end_layout
13765
13766 \end_inset
13767 </cell>
13768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13769 \begin_inset Text
13770
13771 \begin_layout Plain Layout
13772 1:0
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13778 \begin_inset Text
13779
13780 \begin_layout Plain Layout
13781 0:0
13782 \end_layout
13783
13784 \end_inset
13785 </cell>
13786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13787 \begin_inset Text
13788
13789 \begin_layout Plain Layout
13790 ---
13791 \end_layout
13792
13793 \end_inset
13794 </cell>
13795 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13796 \begin_inset Text
13797
13798 \begin_layout Plain Layout
13799 Falken
13800 \end_layout
13801
13802 \end_inset
13803 </cell>
13804 </row>
13805 <row>
13806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13807 \begin_inset Text
13808
13809 \begin_layout Plain Layout
13810 \begin_inset ERT
13811 status open
13812
13813 \begin_layout Plain Layout
13814
13815
13816 \backslash
13817 diagbox[dir=SW]{
13818 \end_layout
13819
13820 \end_inset
13821
13822 Heim
13823 \begin_inset ERT
13824 status collapsed
13825
13826 \begin_layout Plain Layout
13827
13828 }{
13829 \end_layout
13830
13831 \end_inset
13832
13833 Ergebnis
13834 \begin_inset ERT
13835 status collapsed
13836
13837 \begin_layout Plain Layout
13838
13839 }{
13840 \end_layout
13841
13842 \end_inset
13843
13844 Auswärts
13845 \begin_inset ERT
13846 status collapsed
13847
13848 \begin_layout Plain Layout
13849
13850 }
13851 \end_layout
13852
13853 \end_inset
13854
13855
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13861 \begin_inset Text
13862
13863 \begin_layout Plain Layout
13864 Tiger
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13870 \begin_inset Text
13871
13872 \begin_layout Plain Layout
13873 Panther
13874 \end_layout
13875
13876 \end_inset
13877 </cell>
13878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13879 \begin_inset Text
13880
13881 \begin_layout Plain Layout
13882 Falken
13883 \end_layout
13884
13885 \end_inset
13886 </cell>
13887 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13888 \begin_inset Text
13889
13890 \begin_layout Plain Layout
13891 \begin_inset ERT
13892 status open
13893
13894 \begin_layout Plain Layout
13895
13896
13897 \backslash
13898 diagbox[dir=SE]{
13899 \end_layout
13900
13901 \end_inset
13902
13903 Heim
13904 \begin_inset ERT
13905 status collapsed
13906
13907 \begin_layout Plain Layout
13908
13909 }{
13910 \end_layout
13911
13912 \end_inset
13913
13914 Ergebnis
13915 \begin_inset ERT
13916 status collapsed
13917
13918 \begin_layout Plain Layout
13919
13920 }{
13921 \end_layout
13922
13923 \end_inset
13924
13925 Auswärts
13926 \begin_inset ERT
13927 status collapsed
13928
13929 \begin_layout Plain Layout
13930
13931 }
13932 \end_layout
13933
13934 \end_inset
13935
13936
13937 \end_layout
13938
13939 \end_inset
13940 </cell>
13941 </row>
13942 </lyxtabular>
13943
13944 \end_inset
13945
13946
13947 \end_layout
13948
13949 \begin_layout Standard
13950 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
13951 \series bold
13952 dir=Richtung
13953 \series default
13954  verwendet.
13955  
13956 \emph on
13957 Richtung
13958 \emph default
13959  ist entweder 
13960 \series bold
13961 NE
13962 \series default
13963
13964 \series bold
13965 DE
13966 \series default
13967
13968 \series bold
13969 SW
13970 \series default
13971  oder 
13972 \series bold
13973 NW
13974 \series default
13975  und stellt eine Himmelsrichtung dar.
13976  
13977 \series bold
13978 SW
13979 \series default
13980  ist z.
13981 \begin_inset space \thinspace{}
13982 \end_inset
13983
13984 B.
13985  die Südwestecke.
13986  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
13987 \end_layout
13988
13989 \begin_layout Standard
13990
13991 \series bold
13992
13993 \backslash
13994 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
13995 \end_layout
13996
13997 \begin_layout Standard
13998 verwendet.
13999  Wenn keine Richtung angegeben ist, wird NW verwendet.
14000 \end_layout
14001
14002 \begin_layout Standard
14003 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
14004  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
14005 e ist, ragt der Inhalt über die Zelle hinaus:
14006 \end_layout
14007
14008 \begin_layout Standard
14009 \noindent
14010 \align center
14011 \begin_inset Tabular
14012 <lyxtabular version="3" rows="2" columns="2">
14013 <features rotate="0" tabularvalignment="middle">
14014 <column alignment="center" valignment="top" width="3cm">
14015 <column alignment="center" valignment="top" width="0">
14016 <row>
14017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14018 \begin_inset Text
14019
14020 \begin_layout Plain Layout
14021 \begin_inset ERT
14022 status collapsed
14023
14024 \begin_layout Plain Layout
14025
14026
14027 \backslash
14028 diagbox{
14029 \end_layout
14030
14031 \end_inset
14032
14033 Name
14034 \begin_inset ERT
14035 status collapsed
14036
14037 \begin_layout Plain Layout
14038
14039 }{
14040 \end_layout
14041
14042 \end_inset
14043
14044 Parameter
14045 \begin_inset ERT
14046 status collapsed
14047
14048 \begin_layout Plain Layout
14049
14050 }
14051 \end_layout
14052
14053 \end_inset
14054
14055
14056 \end_layout
14057
14058 \end_inset
14059 </cell>
14060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14061 \begin_inset Text
14062
14063 \begin_layout Plain Layout
14064 Dicke in nm
14065 \end_layout
14066
14067 \end_inset
14068 </cell>
14069 </row>
14070 <row>
14071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14072 \begin_inset Text
14073
14074 \begin_layout Plain Layout
14075 Perfekt Grün
14076 \end_layout
14077
14078 \end_inset
14079 </cell>
14080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14081 \begin_inset Text
14082
14083 \begin_layout Plain Layout
14084 45
14085 \end_layout
14086
14087 \end_inset
14088 </cell>
14089 </row>
14090 </lyxtabular>
14091
14092 \end_inset
14093
14094
14095 \end_layout
14096
14097 \begin_layout Standard
14098 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14099  verwendet man die Befehlsoption 
14100 \series bold
14101 width=3cm
14102 \series default
14103  (ersetzen Sie '3cm' durch die benötigte Breite).
14104  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14105 \begin_inset space \thinspace{}
14106 \end_inset
14107
14108 cm gesetzt.
14109  Für 
14110 \series bold
14111
14112 \backslash
14113 diagbox
14114 \series default
14115  wird eine Breite von 4
14116 \begin_inset space \thinspace{}
14117 \end_inset
14118
14119 cm + 2
14120 \begin_inset space \thinspace{}
14121 \end_inset
14122
14123
14124 \backslash
14125 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14126  diesem Fall 4
14127 \begin_inset space \thinspace{}
14128 \end_inset
14129
14130 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14131  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14132 \series bold
14133
14134 \backslash
14135 diagbox
14136 \series default
14137  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14138  später verwenden kann.
14139  Dies wird mit den TeX-Code Befehlen
14140 \end_layout
14141
14142 \begin_layout Standard
14143
14144 \series bold
14145
14146 \backslash
14147 newlength{
14148 \backslash
14149 diagtest}
14150 \begin_inset Newline newline
14151 \end_inset
14152
14153
14154 \backslash
14155 setlength{
14156 \backslash
14157 diagtest}{4cm+2
14158 \backslash
14159 tabcolsep}
14160 \end_layout
14161
14162 \begin_layout Standard
14163 erreicht.
14164 \end_layout
14165
14166 \begin_layout Standard
14167 \begin_inset ERT
14168 status collapsed
14169
14170 \begin_layout Plain Layout
14171
14172
14173 \backslash
14174 newlength{
14175 \backslash
14176 diagtest}
14177 \end_layout
14178
14179 \begin_layout Plain Layout
14180
14181
14182 \backslash
14183 setlength{
14184 \backslash
14185 diagtest}{4cm+2
14186 \backslash
14187 tabcolsep}
14188 \end_layout
14189
14190 \end_inset
14191
14192
14193 \end_layout
14194
14195 \begin_layout Standard
14196 Um Berechnungen in LaTeX zu aktivieren, muss das Paket 
14197 \series bold
14198 calc
14199 \series default
14200
14201 \begin_inset Index idx
14202 status collapsed
14203
14204 \begin_layout Plain Layout
14205 LaTeX-Pakete ! calc
14206 \end_layout
14207
14208 \end_inset
14209
14210  im LaTeX-Vorspann geladen werden.
14211 \end_layout
14212
14213 \begin_layout Standard
14214 In der Tabelle kann man nun den Befehl
14215 \end_layout
14216
14217 \begin_layout Standard
14218
14219 \series bold
14220
14221 \backslash
14222 diagbox[width=
14223 \backslash
14224 diagtest]{A}{B}
14225 \end_layout
14226
14227 \begin_layout Standard
14228 in der ersten Zelle verwenden:
14229 \end_layout
14230
14231 \begin_layout Standard
14232 \noindent
14233 \align center
14234 \begin_inset Tabular
14235 <lyxtabular version="3" rows="2" columns="2">
14236 <features rotate="0" tabularvalignment="middle">
14237 <column alignment="center" valignment="top" width="4cm">
14238 <column alignment="center" valignment="top" width="0">
14239 <row>
14240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14241 \begin_inset Text
14242
14243 \begin_layout Plain Layout
14244 \begin_inset ERT
14245 status open
14246
14247 \begin_layout Plain Layout
14248
14249
14250 \backslash
14251 diagbox[width=
14252 \backslash
14253 diagtest]{
14254 \end_layout
14255
14256 \end_inset
14257
14258 A
14259 \begin_inset ERT
14260 status collapsed
14261
14262 \begin_layout Plain Layout
14263
14264 }{
14265 \end_layout
14266
14267 \end_inset
14268
14269 B
14270 \begin_inset ERT
14271 status collapsed
14272
14273 \begin_layout Plain Layout
14274
14275 }
14276 \end_layout
14277
14278 \end_inset
14279
14280
14281 \end_layout
14282
14283 \end_inset
14284 </cell>
14285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14286 \begin_inset Text
14287
14288 \begin_layout Plain Layout
14289 Dicke in nm
14290 \end_layout
14291
14292 \end_inset
14293 </cell>
14294 </row>
14295 <row>
14296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14297 \begin_inset Text
14298
14299 \begin_layout Plain Layout
14300 Perfekt Grün
14301 \end_layout
14302
14303 \end_inset
14304 </cell>
14305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14306 \begin_inset Text
14307
14308 \begin_layout Plain Layout
14309 45
14310 \end_layout
14311
14312 \end_inset
14313 </cell>
14314 </row>
14315 </lyxtabular>
14316
14317 \end_inset
14318
14319
14320 \end_layout
14321
14322 \begin_layout Standard
14323 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14324  muss.
14325  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14326  wie in in dieser Tabelle:
14327 \end_layout
14328
14329 \begin_layout Standard
14330 \noindent
14331 \align center
14332 \begin_inset Tabular
14333 <lyxtabular version="3" rows="2" columns="2">
14334 <features rotate="0" tabularvalignment="middle">
14335 <column alignment="center" valignment="top" width="0pt">
14336 <column alignment="center" valignment="top" width="0">
14337 <row>
14338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14339 \begin_inset Text
14340
14341 \begin_layout Plain Layout
14342 \begin_inset ERT
14343 status collapsed
14344
14345 \begin_layout Plain Layout
14346
14347
14348 \backslash
14349 diagbox{
14350 \end_layout
14351
14352 \end_inset
14353
14354 A
14355 \begin_inset ERT
14356 status collapsed
14357
14358 \begin_layout Plain Layout
14359
14360 }{
14361 \end_layout
14362
14363 \end_inset
14364
14365 B
14366 \begin_inset ERT
14367 status collapsed
14368
14369 \begin_layout Plain Layout
14370
14371 }
14372 \end_layout
14373
14374 \end_inset
14375
14376
14377 \end_layout
14378
14379 \end_inset
14380 </cell>
14381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14382 \begin_inset Text
14383
14384 \begin_layout Plain Layout
14385 Dicke in nm
14386 \end_layout
14387
14388 \end_inset
14389 </cell>
14390 </row>
14391 <row>
14392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14393 \begin_inset Text
14394
14395 \begin_layout Plain Layout
14396 Perfekt Grün
14397 \end_layout
14398
14399 \end_inset
14400 </cell>
14401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14402 \begin_inset Text
14403
14404 \begin_layout Plain Layout
14405 45
14406 \end_layout
14407
14408 \end_inset
14409 </cell>
14410 </row>
14411 </lyxtabular>
14412
14413 \end_inset
14414
14415
14416 \end_layout
14417
14418 \begin_layout Standard
14419 Verwenden Sie in diesem Fall die Option 
14420 \series bold
14421 width
14422 \series default
14423  des Befehls 
14424 \series bold
14425
14426 \backslash
14427 diagbox
14428 \series default
14429 .
14430  Es ist dabei nicht notwendig, 2
14431 \backslash
14432 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14433  ist.
14434  In dieser Tabelle wird eine Breite von 3
14435 \begin_inset space \thinspace{}
14436 \end_inset
14437
14438 cm verwendet:
14439 \end_layout
14440
14441 \begin_layout Standard
14442 \noindent
14443 \align center
14444 \begin_inset Tabular
14445 <lyxtabular version="3" rows="2" columns="2">
14446 <features rotate="0" tabularvalignment="middle">
14447 <column alignment="center" valignment="top" width="0pt">
14448 <column alignment="center" valignment="top" width="0">
14449 <row>
14450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14451 \begin_inset Text
14452
14453 \begin_layout Plain Layout
14454 \begin_inset ERT
14455 status open
14456
14457 \begin_layout Plain Layout
14458
14459
14460 \backslash
14461 diagbox[width=3cm]{
14462 \end_layout
14463
14464 \end_inset
14465
14466 A
14467 \begin_inset ERT
14468 status collapsed
14469
14470 \begin_layout Plain Layout
14471
14472 }{
14473 \end_layout
14474
14475 \end_inset
14476
14477 B
14478 \begin_inset ERT
14479 status collapsed
14480
14481 \begin_layout Plain Layout
14482
14483 }
14484 \end_layout
14485
14486 \end_inset
14487
14488
14489 \end_layout
14490
14491 \end_inset
14492 </cell>
14493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14494 \begin_inset Text
14495
14496 \begin_layout Plain Layout
14497 Dicke in nm
14498 \end_layout
14499
14500 \end_inset
14501 </cell>
14502 </row>
14503 <row>
14504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14505 \begin_inset Text
14506
14507 \begin_layout Plain Layout
14508 Perfekt Grün
14509 \end_layout
14510
14511 \end_inset
14512 </cell>
14513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14514 \begin_inset Text
14515
14516 \begin_layout Plain Layout
14517 45
14518 \end_layout
14519
14520 \end_inset
14521 </cell>
14522 </row>
14523 </lyxtabular>
14524
14525 \end_inset
14526
14527
14528 \end_layout
14529
14530 \begin_layout Standard
14531 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14532  Text in der Zelle unterzubringen.
14533  Dies wird mit der 
14534 \series bold
14535
14536 \backslash
14537 diagbox
14538 \series default
14539 -Option 
14540 \series bold
14541 height=3cm
14542 \series default
14543  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14544  In der folgenden Tabelle wird der Befehl
14545 \end_layout
14546
14547 \begin_layout Standard
14548
14549 \series bold
14550
14551 \backslash
14552 diagbox[width=3cm,height=1.4cm]{A
14553 \backslash
14554
14555 \backslash
14556 B}{C
14557 \backslash
14558
14559 \backslash
14560 D}
14561 \end_layout
14562
14563 \begin_layout Standard
14564 in der ersten Zelle verwendet.
14565  Der Befehl 
14566 \series bold
14567
14568 \backslash
14569
14570 \backslash
14571
14572 \series default
14573  erzeugt hierbei den Zeilenumbruch.
14574 \begin_inset Foot
14575 status collapsed
14576
14577 \begin_layout Plain Layout
14578 Zeilen mit 
14579 \family sans
14580 Strg+Enter
14581 \family default
14582  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14583 \end_layout
14584
14585 \end_inset
14586
14587
14588 \end_layout
14589
14590 \begin_layout Standard
14591 \noindent
14592 \align center
14593 \begin_inset Tabular
14594 <lyxtabular version="3" rows="2" columns="2">
14595 <features rotate="0" tabularvalignment="middle">
14596 <column alignment="center" valignment="top" width="0">
14597 <column alignment="center" valignment="top" width="0">
14598 <row>
14599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14600 \begin_inset Text
14601
14602 \begin_layout Plain Layout
14603 \begin_inset ERT
14604 status open
14605
14606 \begin_layout Plain Layout
14607
14608
14609 \backslash
14610 diagbox[width=3cm,height=1.4cm]{
14611 \end_layout
14612
14613 \end_inset
14614
14615 A
14616 \begin_inset ERT
14617 status collapsed
14618
14619 \begin_layout Plain Layout
14620
14621
14622 \backslash
14623
14624 \backslash
14625
14626 \end_layout
14627
14628 \end_inset
14629
14630 B
14631 \begin_inset ERT
14632 status collapsed
14633
14634 \begin_layout Plain Layout
14635
14636 }{
14637 \end_layout
14638
14639 \end_inset
14640
14641 C
14642 \begin_inset ERT
14643 status collapsed
14644
14645 \begin_layout Plain Layout
14646
14647
14648 \backslash
14649
14650 \backslash
14651
14652 \end_layout
14653
14654 \end_inset
14655
14656 D
14657 \begin_inset ERT
14658 status collapsed
14659
14660 \begin_layout Plain Layout
14661
14662 }
14663 \end_layout
14664
14665 \end_inset
14666
14667
14668 \end_layout
14669
14670 \end_inset
14671 </cell>
14672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14673 \begin_inset Text
14674
14675 \begin_layout Plain Layout
14676 Dicke in nm
14677 \end_layout
14678
14679 \end_inset
14680 </cell>
14681 </row>
14682 <row>
14683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14684 \begin_inset Text
14685
14686 \begin_layout Plain Layout
14687 Perfekt Grün
14688 \end_layout
14689
14690 \end_inset
14691 </cell>
14692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14693 \begin_inset Text
14694
14695 \begin_layout Plain Layout
14696 45
14697 \end_layout
14698
14699 \end_inset
14700 </cell>
14701 </row>
14702 </lyxtabular>
14703
14704 \end_inset
14705
14706
14707 \end_layout
14708
14709 \begin_layout Standard
14710 \begin_inset ERT
14711 status collapsed
14712
14713 \begin_layout Plain Layout
14714
14715
14716 \backslash
14717 else
14718 \end_layout
14719
14720 \end_inset
14721
14722
14723 \begin_inset Note Note
14724 status open
14725
14726 \begin_layout Plain Layout
14727 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
14728 \series bold
14729 diagbox
14730 \series default
14731  nicht installiert ist:
14732 \end_layout
14733
14734 \end_inset
14735
14736
14737 \end_layout
14738
14739 \begin_layout Standard
14740 Sie müssen das LaTeX-Paket 
14741 \series bold
14742 diagbox
14743 \series default
14744  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14745 \end_layout
14746
14747 \begin_layout Standard
14748 \begin_inset ERT
14749 status collapsed
14750
14751 \begin_layout Plain Layout
14752
14753
14754 \backslash
14755 fi
14756 \end_layout
14757
14758 \end_inset
14759
14760
14761 \end_layout
14762
14763 \begin_layout Standard
14764 Für mehr Informationen über das LaTeX-Paket 
14765 \series bold
14766 diagbox
14767 \series default
14768 , siehe dessen Dokumentation, 
14769 \begin_inset CommandInset citation
14770 LatexCommand cite
14771 key "diagbox"
14772
14773 \end_inset
14774
14775 .
14776 \end_layout
14777
14778 \begin_layout Section
14779 Formale Tabellen
14780 \begin_inset CommandInset label
14781 LatexCommand label
14782 name "abs:Formale-Tabellen"
14783
14784 \end_inset
14785
14786
14787 \begin_inset Index idx
14788 status collapsed
14789
14790 \begin_layout Plain Layout
14791 Tabellen ! Formale
14792 \end_layout
14793
14794 \end_inset
14795
14796
14797 \end_layout
14798
14799 \begin_layout Standard
14800 Tabellen werden in Büchern oft wie Tabelle
14801 \begin_inset space ~
14802 \end_inset
14803
14804
14805 \begin_inset CommandInset ref
14806 LatexCommand ref
14807 reference "tab:Formale-Tabelle"
14808
14809 \end_inset
14810
14811  gesetzt.
14812  Diese Tabellen werden
14813 \emph on
14814  formal
14815 \emph default
14816  genannt.
14817  Formale Tabellen bekommen Sie, wenn Sie im 
14818 \family sans
14819 Tabellen-Einstellungen
14820 \family default
14821 -Dialog auf der Karteikarte 
14822 \family sans
14823 Rahmen
14824 \family default
14825  den 
14826 \family sans
14827 Stil
14828 \family default
14829  
14830 \family sans
14831 Formal
14832 \family default
14833  ankreuzen.
14834 \end_layout
14835
14836 \begin_layout Standard
14837 \begin_inset Float table
14838 placement h
14839 wide false
14840 sideways false
14841 status open
14842
14843 \begin_layout Plain Layout
14844 \begin_inset Caption Standard
14845
14846 \begin_layout Plain Layout
14847 \begin_inset CommandInset label
14848 LatexCommand label
14849 name "tab:Formale-Tabelle"
14850
14851 \end_inset
14852
14853 Formale Tabelle
14854 \end_layout
14855
14856 \end_inset
14857
14858
14859 \end_layout
14860
14861 \begin_layout Plain Layout
14862 \align center
14863 \begin_inset Tabular
14864 <lyxtabular version="3" rows="8" columns="4">
14865 <features rotate="0" booktabs="true" tabularvalignment="middle">
14866 <column alignment="center" valignment="top" width="0">
14867 <column alignment="right" valignment="top" width="0">
14868 <column alignment="right" valignment="top" width="0">
14869 <column alignment="right" valignment="top" width="0">
14870 <row>
14871 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14872 \begin_inset Text
14873
14874 \begin_layout Plain Layout
14875 System
14876 \end_layout
14877
14878 \end_inset
14879 </cell>
14880 <cell alignment="center" valignment="top" topline="true" usebox="none">
14881 \begin_inset Text
14882
14883 \begin_layout Plain Layout
14884 Chip
14885 \begin_inset space \thinspace{}
14886 \end_inset
14887
14888 1
14889 \end_layout
14890
14891 \end_inset
14892 </cell>
14893 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14894 \begin_inset Text
14895
14896 \begin_layout Plain Layout
14897 Chip
14898 \begin_inset space \thinspace{}
14899 \end_inset
14900
14901 2
14902 \end_layout
14903
14904 \end_inset
14905 </cell>
14906 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14907 \begin_inset Text
14908
14909 \begin_layout Plain Layout
14910
14911 \end_layout
14912
14913 \end_inset
14914 </cell>
14915 </row>
14916 <row>
14917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14918 \begin_inset Text
14919
14920 \begin_layout Plain Layout
14921 \begin_inset ERT
14922 status collapsed
14923
14924 \begin_layout Plain Layout
14925
14926
14927 \backslash
14928 cmidrule(r){2-2}
14929 \end_layout
14930
14931 \end_inset
14932
14933
14934 \begin_inset ERT
14935 status collapsed
14936
14937 \begin_layout Plain Layout
14938
14939
14940 \backslash
14941 cmidrule(l){3-4}
14942 \end_layout
14943
14944 \end_inset
14945
14946 Detektordicke in µm
14947 \end_layout
14948
14949 \end_inset
14950 </cell>
14951 <cell alignment="center" valignment="top" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955 300
14956 \end_layout
14957
14958 \end_inset
14959 </cell>
14960 <cell alignment="center" valignment="top" usebox="none">
14961 \begin_inset Text
14962
14963 \begin_layout Plain Layout
14964 300
14965 \end_layout
14966
14967 \end_inset
14968 </cell>
14969 <cell alignment="center" valignment="top" usebox="none">
14970 \begin_inset Text
14971
14972 \begin_layout Plain Layout
14973 700
14974 \end_layout
14975
14976 \end_inset
14977 </cell>
14978 </row>
14979 <row>
14980 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Plain Layout
14984 Kantenwinkel in °
14985 \end_layout
14986
14987 \end_inset
14988 </cell>
14989 <cell alignment="center" valignment="top" topline="true" usebox="none">
14990 \begin_inset Text
14991
14992 \begin_layout Plain Layout
14993 3.55
14994 \end_layout
14995
14996 \end_inset
14997 </cell>
14998 <cell alignment="center" valignment="top" topline="true" usebox="none">
14999 \begin_inset Text
15000
15001 \begin_layout Plain Layout
15002 2.71
15003 \end_layout
15004
15005 \end_inset
15006 </cell>
15007 <cell alignment="center" valignment="top" topline="true" usebox="none">
15008 \begin_inset Text
15009
15010 \begin_layout Plain Layout
15011 7.99
15012 \end_layout
15013
15014 \end_inset
15015 </cell>
15016 </row>
15017 <row topspace="default">
15018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15019 \begin_inset Text
15020
15021 \begin_layout Plain Layout
15022 räumliche Auf\SpecialChar \textcompwordmark{}
15023 lösung in µm
15024 \end_layout
15025
15026 \end_inset
15027 </cell>
15028 <cell alignment="center" valignment="top" usebox="none">
15029 \begin_inset Text
15030
15031 \begin_layout Plain Layout
15032 4.26
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 <cell alignment="center" valignment="top" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Plain Layout
15041 10.17
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 <cell alignment="center" valignment="top" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Plain Layout
15050 10.56
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 </row>
15056 <row topspace="default">
15057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061 MTF bei 
15062 \begin_inset Formula $f_{\mathrm{max}}$
15063 \end_inset
15064
15065
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 <cell alignment="center" valignment="top" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074 0.53
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 <cell alignment="center" valignment="top" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083 0.37
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 <cell alignment="center" valignment="top" usebox="none">
15089 \begin_inset Text
15090
15091 \begin_layout Plain Layout
15092 0.39
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 </row>
15098 <row topspace="default">
15099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103 \begin_inset ERT
15104 status collapsed
15105
15106 \begin_layout Plain Layout
15107
15108
15109 \backslash
15110 cmidrule(l{10pt}){1-1}
15111 \end_layout
15112
15113 \end_inset
15114
15115 LSF räumliche Auf\SpecialChar \textcompwordmark{}
15116 lösung
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 <cell alignment="center" valignment="top" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 <cell alignment="center" valignment="top" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 <cell alignment="center" valignment="top" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Plain Layout
15143
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 </row>
15149 <row>
15150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15151 \begin_inset Text
15152
15153 \begin_layout Plain Layout
15154 in µm
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 129.7
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 52.75
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 50.78
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 </row>
15187 <row>
15188 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192 in % der Pixelgröße
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201 76.3
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210 95.9
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219 92.3
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 </row>
15225 </lyxtabular>
15226
15227 \end_inset
15228
15229
15230 \end_layout
15231
15232 \end_inset
15233
15234
15235 \end_layout
15236
15237 \begin_layout Standard
15238 Abstände zu Tabellenzeilen können auf der Karteikarte 
15239 \family sans
15240 Rahmen
15241 \family default
15242  des 
15243 \family sans
15244 Tabellen-Ein\SpecialChar \-
15245 stel\SpecialChar \-
15246 lun\SpecialChar \-
15247 gen
15248 \family default
15249 -Dialogs hinzugefügt werden, wie in Abschnitt
15250 \begin_inset space ~
15251 \end_inset
15252
15253
15254 \begin_inset CommandInset ref
15255 LatexCommand ref
15256 reference "uab:Zeilenabstand"
15257
15258 \end_inset
15259
15260  beschrieben.
15261 \end_layout
15262
15263 \begin_layout Standard
15264 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15265  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15266  gedruckt aber anders aus.
15267  Die erste und letzte Linie ist 0.08
15268 \begin_inset space \thinspace{}
15269 \end_inset
15270
15271 em dick, während die anderen 0.05
15272 \begin_inset space \thinspace{}
15273 \end_inset
15274
15275 em dick sind.
15276 \end_layout
15277
15278 \begin_layout Standard
15279 Die Standarddicken können im LaTeX-Vorspann geändert werden:
15280 \end_layout
15281
15282 \begin_layout Standard
15283
15284 \series bold
15285
15286 \backslash
15287 let
15288 \backslash
15289 mytoprule
15290 \backslash
15291 toprule
15292 \begin_inset Newline newline
15293 \end_inset
15294
15295
15296 \backslash
15297 renewcommand{
15298 \backslash
15299 toprule}{
15300 \backslash
15301 mytoprule[Breite]}
15302 \end_layout
15303
15304 \begin_layout Standard
15305 Dies Beispiel gilt für die oberste Linie, genannt 
15306 \series bold
15307 toprule
15308 \series default
15309 .
15310  Für die letzte müssen Sie 
15311 \series bold
15312 toprule
15313 \series default
15314  durch 
15315 \series bold
15316 bottomrule
15317 \series default
15318  ersetzen.
15319  Die Linien dazwischen heißen 
15320 \series bold
15321 midrule
15322 \series default
15323 .
15324  Für 
15325 \family sans
15326 Breite
15327 \family default
15328  können Sie alle Einheiten benutzen, die in Anhang
15329 \begin_inset space ~
15330 \end_inset
15331
15332
15333 \begin_inset CommandInset ref
15334 LatexCommand ref
15335 reference "kap:In-LyX-verfügbare"
15336
15337 \end_inset
15338
15339  aufgelistet sind.
15340 \end_layout
15341
15342 \begin_layout Standard
15343 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
15344  eine Linie unter einer Mehrfachspalte.
15345  LyX wird intern den Befehl 
15346 \series bold
15347
15348 \backslash
15349 cmidrule
15350 \series default
15351  benutzen, um diese Linie zu drucken.
15352  Der ganze Befehl sieht so aus:
15353 \end_layout
15354
15355 \begin_layout Standard
15356
15357 \series bold
15358
15359 \backslash
15360 cmidrule[width](trim){Anfangsspalte-Endspalte}
15361 \end_layout
15362
15363 \begin_layout Standard
15364 Die 
15365 \series bold
15366
15367 \backslash
15368 cmidrule
15369 \series default
15370 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
15371  benutzen.
15372  
15373 \series bold
15374
15375 \backslash
15376 cmidrule
15377 \series default
15378  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
15379  erste Zelle einer Zeile einfügt.
15380  Die Linie wird dann über der Zeile gedruckt.
15381 \end_layout
15382
15383 \begin_layout Standard
15384 Der Standardwert ist 0.03
15385 \begin_inset space \thinspace{}
15386 \end_inset
15387
15388 em.
15389  Die Linie reicht von 
15390 \family typewriter
15391 Anfangsspalte
15392 \family default
15393  bis 
15394 \family typewriter
15395 End\SpecialChar \-
15396 spal\SpecialChar \-
15397 te
15398 \family default
15399 .
15400  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15401   Der optionale Parameter 
15402 \family typewriter
15403 trim
15404 \family default
15405  kann die Werte 
15406 \emph on
15407 r
15408 \emph default
15409
15410 \emph on
15411 r{Breite}
15412 \emph default
15413
15414 \emph on
15415 l
15416 \family typewriter
15417 \emph default
15418  
15419 \family default
15420 oder 
15421 \emph on
15422 l{Breite}
15423 \emph default
15424  annehmen, wobei die 
15425 \family sans
15426 Breite
15427 \family default
15428  optional ist.
15429  
15430 \emph on
15431 l{2pt}
15432 \emph default
15433  zum Beispiel bedeutet, dass die Linie links um 2
15434 \begin_inset space \thinspace{}
15435 \end_inset
15436
15437 pt gekürzt wird.
15438  Ohne Breitenangabe werden die Linien um 0.5
15439 \begin_inset space \thinspace{}
15440 \end_inset
15441
15442 em gekürzt.
15443 \end_layout
15444
15445 \begin_layout Standard
15446 \begin_inset VSpace bigskip
15447 \end_inset
15448
15449 In Tabelle
15450 \begin_inset space ~
15451 \end_inset
15452
15453
15454 \begin_inset CommandInset ref
15455 LatexCommand ref
15456 reference "tab:Formale-Tabelle"
15457
15458 \end_inset
15459
15460  wurden die Befehle
15461 \end_layout
15462
15463 \begin_layout Standard
15464
15465 \series bold
15466
15467 \backslash
15468 cmidrule(r){2-2}
15469 \backslash
15470 cmidrule(l){3-4}
15471 \end_layout
15472
15473 \begin_layout Standard
15474 am Anfang der zweiten Zeile und
15475 \end_layout
15476
15477 \begin_layout Standard
15478
15479 \series bold
15480
15481 \backslash
15482 cmidrule(l{10pt}){1-1}
15483 \end_layout
15484
15485 \begin_layout Standard
15486 in der sechsten benutzt.
15487 \end_layout
15488
15489 \begin_layout Standard
15490 \begin_inset VSpace bigskip
15491 \end_inset
15492
15493
15494 \end_layout
15495
15496 \begin_layout Standard
15497 Sie können mit 
15498 \series bold
15499
15500 \backslash
15501 cmidrule
15502 \series default
15503  auch überlappende Linien wie in Tabelle
15504 \begin_inset space ~
15505 \end_inset
15506
15507
15508 \begin_inset CommandInset ref
15509 LatexCommand ref
15510 reference "tab:Special-booktabs-table"
15511
15512 \end_inset
15513
15514  definieren.
15515  Der Befehl ist:
15516 \end_layout
15517
15518 \begin_layout Standard
15519
15520 \series bold
15521
15522 \backslash
15523 morecmidrules
15524 \end_layout
15525
15526 \begin_layout Standard
15527 In Zeile zwei der Tabelle
15528 \begin_inset space ~
15529 \end_inset
15530
15531
15532 \begin_inset CommandInset ref
15533 LatexCommand ref
15534 reference "tab:Special-booktabs-table"
15535
15536 \end_inset
15537
15538  wurde folgender Befehl benutzt:
15539 \end_layout
15540
15541 \begin_layout Standard
15542
15543 \series bold
15544
15545 \backslash
15546 cmidrule(r){2-2}
15547 \backslash
15548 cmidrule(l){3-4}
15549 \backslash
15550 morecmidrules
15551 \begin_inset Newline newline
15552 \end_inset
15553
15554
15555 \backslash
15556 cmidrule{2-4}
15557 \end_layout
15558
15559 \begin_layout Standard
15560 und in Zeile sechs:
15561 \end_layout
15562
15563 \begin_layout Standard
15564
15565 \series bold
15566
15567 \backslash
15568 midrule
15569 \backslash
15570 morecmidrules
15571 \backslash
15572 cmidrule{3-4}
15573 \end_layout
15574
15575 \begin_layout Standard
15576 \begin_inset VSpace bigskip
15577 \end_inset
15578
15579
15580 \end_layout
15581
15582 \begin_layout Standard
15583 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15584  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15585 \end_layout
15586
15587 \begin_layout Standard
15588
15589 \series bold
15590
15591 \backslash
15592 specialrule{Dicke}{Abstand davor}{Abstand danach}
15593 \end_layout
15594
15595 \begin_layout Standard
15596 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
15597 \series bold
15598 booktabs
15599 \series default
15600  
15601 \begin_inset CommandInset citation
15602 LatexCommand cite
15603 key "booktabs"
15604
15605 \end_inset
15606
15607 .
15608 \begin_inset Index idx
15609 status collapsed
15610
15611 \begin_layout Plain Layout
15612 LaTeX-Pakete ! booktabs
15613 \end_layout
15614
15615 \end_inset
15616
15617
15618 \end_layout
15619
15620 \begin_layout Standard
15621 \begin_inset Float table
15622 placement h
15623 wide false
15624 sideways false
15625 status open
15626
15627 \begin_layout Plain Layout
15628 \begin_inset Caption Standard
15629
15630 \begin_layout Plain Layout
15631 \begin_inset CommandInset label
15632 LatexCommand label
15633 name "tab:Special-booktabs-table"
15634
15635 \end_inset
15636
15637 Eine spezielle formale Tabelle
15638 \end_layout
15639
15640 \end_inset
15641
15642
15643 \end_layout
15644
15645 \begin_layout Plain Layout
15646 \align center
15647 \begin_inset Tabular
15648 <lyxtabular version="3" rows="8" columns="4">
15649 <features rotate="0" booktabs="true" tabularvalignment="middle">
15650 <column alignment="center" valignment="top" width="0">
15651 <column alignment="center" valignment="top" width="0">
15652 <column alignment="right" valignment="top" width="0">
15653 <column alignment="right" valignment="top" width="0">
15654 <row>
15655 <cell alignment="center" valignment="top" topline="true" usebox="none">
15656 \begin_inset Text
15657
15658 \begin_layout Plain Layout
15659 System
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 <cell alignment="center" valignment="top" topline="true" usebox="none">
15665 \begin_inset Text
15666
15667 \begin_layout Plain Layout
15668 Chip
15669 \begin_inset space \thinspace{}
15670 \end_inset
15671
15672 1
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681 Chip
15682 \begin_inset space \thinspace{}
15683 \end_inset
15684
15685 2
15686 \end_layout
15687
15688 \end_inset
15689 </cell>
15690 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15691 \begin_inset Text
15692
15693 \begin_layout Plain Layout
15694
15695 \end_layout
15696
15697 \end_inset
15698 </cell>
15699 </row>
15700 <row>
15701 <cell alignment="center" valignment="top" usebox="none">
15702 \begin_inset Text
15703
15704 \begin_layout Plain Layout
15705 \begin_inset ERT
15706 status collapsed
15707
15708 \begin_layout Plain Layout
15709
15710
15711 \backslash
15712 cmidrule(r){2-2}
15713 \end_layout
15714
15715 \end_inset
15716
15717
15718 \begin_inset ERT
15719 status collapsed
15720
15721 \begin_layout Plain Layout
15722
15723
15724 \backslash
15725 cmidrule(l){3-4}
15726 \end_layout
15727
15728 \end_inset
15729
15730
15731 \begin_inset ERT
15732 status collapsed
15733
15734 \begin_layout Plain Layout
15735
15736
15737 \backslash
15738 morecmidrules 
15739 \end_layout
15740
15741 \end_inset
15742
15743
15744 \begin_inset ERT
15745 status collapsed
15746
15747 \begin_layout Plain Layout
15748
15749
15750 \backslash
15751 cmidrule{2-4}
15752 \end_layout
15753
15754 \end_inset
15755
15756 Detektordicke in µm
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765 300
15766 \end_layout
15767
15768 \end_inset
15769 </cell>
15770 <cell alignment="center" valignment="top" usebox="none">
15771 \begin_inset Text
15772
15773 \begin_layout Plain Layout
15774 300
15775 \end_layout
15776
15777 \end_inset
15778 </cell>
15779 <cell alignment="center" valignment="top" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Plain Layout
15783 700
15784 \end_layout
15785
15786 \end_inset
15787 </cell>
15788 </row>
15789 <row>
15790 <cell alignment="center" valignment="top" topline="true" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794 Kantenwinkel in °
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 <cell alignment="center" valignment="top" topline="true" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Plain Layout
15803 3,55
15804 \end_layout
15805
15806 \end_inset
15807 </cell>
15808 <cell alignment="center" valignment="top" topline="true" usebox="none">
15809 \begin_inset Text
15810
15811 \begin_layout Plain Layout
15812 2,71
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 <cell alignment="center" valignment="top" topline="true" usebox="none">
15818 \begin_inset Text
15819
15820 \begin_layout Plain Layout
15821 7,99
15822 \end_layout
15823
15824 \end_inset
15825 </cell>
15826 </row>
15827 <row topspace="default">
15828 <cell alignment="center" valignment="top" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Plain Layout
15832 räumliche Auf\SpecialChar \textcompwordmark{}
15833 lösung in µm
15834 \end_layout
15835
15836 \end_inset
15837 </cell>
15838 <cell alignment="center" valignment="top" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842 4,26
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 <cell alignment="center" valignment="top" usebox="none">
15848 \begin_inset Text
15849
15850 \begin_layout Plain Layout
15851 10,17
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 <cell alignment="center" valignment="top" usebox="none">
15857 \begin_inset Text
15858
15859 \begin_layout Plain Layout
15860 10,56
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 </row>
15866 <row topspace="default">
15867 <cell alignment="center" valignment="top" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871 MTF bei 
15872 \begin_inset Formula $f_{\mathrm{max}}$
15873 \end_inset
15874
15875
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 <cell alignment="center" valignment="top" usebox="none">
15881 \begin_inset Text
15882
15883 \begin_layout Plain Layout
15884 0,53
15885 \end_layout
15886
15887 \end_inset
15888 </cell>
15889 <cell alignment="center" valignment="top" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Plain Layout
15893 0,37
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 <cell alignment="center" valignment="top" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902 0,39
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 </row>
15908 <row>
15909 <cell alignment="center" valignment="top" topline="true" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Plain Layout
15913 \begin_inset ERT
15914 status collapsed
15915
15916 \begin_layout Plain Layout
15917
15918
15919 \backslash
15920 morecmidrules 
15921 \end_layout
15922
15923 \end_inset
15924
15925
15926 \begin_inset ERT
15927 status collapsed
15928
15929 \begin_layout Plain Layout
15930
15931
15932 \backslash
15933 cmidrule{3-4}
15934 \end_layout
15935
15936 \end_inset
15937
15938 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
15939 lösung
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 <cell alignment="center" valignment="top" topline="true" usebox="none">
15945 \begin_inset Text
15946
15947 \begin_layout Plain Layout
15948
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 <cell alignment="center" valignment="top" topline="true" usebox="none">
15954 \begin_inset Text
15955
15956 \begin_layout Plain Layout
15957
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 <cell alignment="center" valignment="top" topline="true" usebox="none">
15963 \begin_inset Text
15964
15965 \begin_layout Plain Layout
15966
15967 \end_layout
15968
15969 \end_inset
15970 </cell>
15971 </row>
15972 <row>
15973 <cell alignment="center" valignment="top" usebox="none">
15974 \begin_inset Text
15975
15976 \begin_layout Plain Layout
15977 in µm
15978 \end_layout
15979
15980 \end_inset
15981 </cell>
15982 <cell alignment="center" valignment="top" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Plain Layout
15986 129,7
15987 \end_layout
15988
15989 \end_inset
15990 </cell>
15991 <cell alignment="center" valignment="top" usebox="none">
15992 \begin_inset Text
15993
15994 \begin_layout Plain Layout
15995 52,75
15996 \end_layout
15997
15998 \end_inset
15999 </cell>
16000 <cell alignment="center" valignment="top" usebox="none">
16001 \begin_inset Text
16002
16003 \begin_layout Plain Layout
16004 50,78
16005 \end_layout
16006
16007 \end_inset
16008 </cell>
16009 </row>
16010 <row>
16011 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Plain Layout
16015 in % der Pixelgröße
16016 \end_layout
16017
16018 \end_inset
16019 </cell>
16020 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16021 \begin_inset Text
16022
16023 \begin_layout Plain Layout
16024 76,3
16025 \end_layout
16026
16027 \end_inset
16028 </cell>
16029 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16030 \begin_inset Text
16031
16032 \begin_layout Plain Layout
16033 95,9
16034 \end_layout
16035
16036 \end_inset
16037 </cell>
16038 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16039 \begin_inset Text
16040
16041 \begin_layout Plain Layout
16042 92,3
16043 \end_layout
16044
16045 \end_inset
16046 </cell>
16047 </row>
16048 </lyxtabular>
16049
16050 \end_inset
16051
16052
16053 \end_layout
16054
16055 \end_inset
16056
16057
16058 \end_layout
16059
16060 \begin_layout Section
16061 Vertikale Tabellen-Ausrichtung
16062 \begin_inset Index idx
16063 status collapsed
16064
16065 \begin_layout Plain Layout
16066 Tabellen ! Ausrichtung
16067 \end_layout
16068
16069 \end_inset
16070
16071
16072 \end_layout
16073
16074 \begin_layout Standard
16075 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16076  einer Box sein.
16077  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16078 \begin_inset space ~
16079 \end_inset
16080
16081
16082 \begin_inset CommandInset ref
16083 LatexCommand ref
16084 reference "abs:Box-Dialog"
16085
16086 \end_inset
16087
16088  beschrieben.
16089 \end_layout
16090
16091 \begin_layout Standard
16092 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16093 \begin_inset Foot
16094 status collapsed
16095
16096 \begin_layout Plain Layout
16097 Minipages werden in Abschnitt
16098 \begin_inset space ~
16099 \end_inset
16100
16101
16102 \begin_inset CommandInset ref
16103 LatexCommand ref
16104 reference "abs:Minipage"
16105
16106 \end_inset
16107
16108  beschrieben.
16109 \end_layout
16110
16111 \end_inset
16112
16113  mit 15
16114 \begin_inset space \thinspace{}
16115 \end_inset
16116
16117 col%-Breite:
16118 \end_layout
16119
16120 \begin_layout Itemize
16121 Test 
16122 \begin_inset Box Frameless
16123 position "t"
16124 hor_pos "c"
16125 has_inner_box 1
16126 inner_pos "c"
16127 use_parbox 0
16128 use_makebox 0
16129 width "15col%"
16130 special "none"
16131 height "1in"
16132 height_special "totalheight"
16133 status collapsed
16134
16135 \begin_layout Plain Layout
16136 \begin_inset Tabular
16137 <lyxtabular version="3" rows="3" columns="3">
16138 <features rotate="0" tabularvalignment="middle">
16139 <column alignment="center" valignment="top" width="0">
16140 <column alignment="center" valignment="top" width="0">
16141 <column alignment="center" valignment="top" width="0">
16142 <row>
16143 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16144 \begin_inset Text
16145
16146 \begin_layout Plain Layout
16147 Tabelle 1
16148 \end_layout
16149
16150 \end_inset
16151 </cell>
16152 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16153 \begin_inset Text
16154
16155 \begin_layout Plain Layout
16156
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165
16166 \end_layout
16167
16168 \end_inset
16169 </cell>
16170 </row>
16171 <row>
16172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16173 \begin_inset Text
16174
16175 \begin_layout Plain Layout
16176 b
16177 \end_layout
16178
16179 \end_inset
16180 </cell>
16181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16182 \begin_inset Text
16183
16184 \begin_layout Plain Layout
16185 e
16186 \end_layout
16187
16188 \end_inset
16189 </cell>
16190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16191 \begin_inset Text
16192
16193 \begin_layout Plain Layout
16194 h
16195 \end_layout
16196
16197 \end_inset
16198 </cell>
16199 </row>
16200 <row>
16201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16202 \begin_inset Text
16203
16204 \begin_layout Plain Layout
16205 c
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16211 \begin_inset Text
16212
16213 \begin_layout Plain Layout
16214 f
16215 \end_layout
16216
16217 \end_inset
16218 </cell>
16219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16220 \begin_inset Text
16221
16222 \begin_layout Plain Layout
16223 i
16224 \end_layout
16225
16226 \end_inset
16227 </cell>
16228 </row>
16229 </lyxtabular>
16230
16231 \end_inset
16232
16233
16234 \end_layout
16235
16236 \end_inset
16237
16238  Test 
16239 \begin_inset ERT
16240 status collapsed
16241
16242 \begin_layout Plain Layout
16243
16244
16245 \backslash
16246 raisebox{0.85
16247 \backslash
16248 baselineskip}{
16249 \end_layout
16250
16251 \end_inset
16252
16253
16254 \begin_inset Box Frameless
16255 position "t"
16256 hor_pos "c"
16257 has_inner_box 1
16258 inner_pos "c"
16259 use_parbox 0
16260 use_makebox 0
16261 width "15col%"
16262 special "none"
16263 height "1in"
16264 height_special "totalheight"
16265 status collapsed
16266
16267 \begin_layout Plain Layout
16268 \begin_inset Tabular
16269 <lyxtabular version="3" rows="3" columns="3">
16270 <features rotate="0" tabularvalignment="middle">
16271 <column alignment="center" valignment="top" width="0">
16272 <column alignment="center" valignment="top" width="0">
16273 <column alignment="center" valignment="top" width="0">
16274 <row>
16275 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16276 \begin_inset Text
16277
16278 \begin_layout Plain Layout
16279 Tabelle 2
16280 \end_layout
16281
16282 \end_inset
16283 </cell>
16284 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16285 \begin_inset Text
16286
16287 \begin_layout Plain Layout
16288
16289 \end_layout
16290
16291 \end_inset
16292 </cell>
16293 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16294 \begin_inset Text
16295
16296 \begin_layout Plain Layout
16297
16298 \end_layout
16299
16300 \end_inset
16301 </cell>
16302 </row>
16303 <row>
16304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16305 \begin_inset Text
16306
16307 \begin_layout Plain Layout
16308 b
16309 \end_layout
16310
16311 \end_inset
16312 </cell>
16313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16314 \begin_inset Text
16315
16316 \begin_layout Plain Layout
16317 e
16318 \end_layout
16319
16320 \end_inset
16321 </cell>
16322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16323 \begin_inset Text
16324
16325 \begin_layout Plain Layout
16326 h
16327 \end_layout
16328
16329 \end_inset
16330 </cell>
16331 </row>
16332 <row>
16333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16334 \begin_inset Text
16335
16336 \begin_layout Plain Layout
16337 c
16338 \end_layout
16339
16340 \end_inset
16341 </cell>
16342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16343 \begin_inset Text
16344
16345 \begin_layout Plain Layout
16346 f
16347 \end_layout
16348
16349 \end_inset
16350 </cell>
16351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16352 \begin_inset Text
16353
16354 \begin_layout Plain Layout
16355 i
16356 \end_layout
16357
16358 \end_inset
16359 </cell>
16360 </row>
16361 </lyxtabular>
16362
16363 \end_inset
16364
16365
16366 \end_layout
16367
16368 \end_inset
16369
16370
16371 \begin_inset ERT
16372 status collapsed
16373
16374 \begin_layout Plain Layout
16375
16376 }
16377 \end_layout
16378
16379 \end_inset
16380
16381
16382 \end_layout
16383
16384 \begin_layout Itemize
16385 Test 
16386 \begin_inset Box Frameless
16387 position "c"
16388 hor_pos "c"
16389 has_inner_box 1
16390 inner_pos "c"
16391 use_parbox 0
16392 use_makebox 0
16393 width "15col%"
16394 special "none"
16395 height "1in"
16396 height_special "totalheight"
16397 status collapsed
16398
16399 \begin_layout Plain Layout
16400 \begin_inset Tabular
16401 <lyxtabular version="3" rows="3" columns="3">
16402 <features rotate="0" tabularvalignment="middle">
16403 <column alignment="center" valignment="top" width="0">
16404 <column alignment="center" valignment="top" width="0">
16405 <column alignment="center" valignment="top" width="0">
16406 <row>
16407 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Plain Layout
16411 Tabelle 3
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16417 \begin_inset Text
16418
16419 \begin_layout Plain Layout
16420
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16426 \begin_inset Text
16427
16428 \begin_layout Plain Layout
16429
16430 \end_layout
16431
16432 \end_inset
16433 </cell>
16434 </row>
16435 <row>
16436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16437 \begin_inset Text
16438
16439 \begin_layout Plain Layout
16440 b
16441 \end_layout
16442
16443 \end_inset
16444 </cell>
16445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16446 \begin_inset Text
16447
16448 \begin_layout Plain Layout
16449 e
16450 \end_layout
16451
16452 \end_inset
16453 </cell>
16454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16455 \begin_inset Text
16456
16457 \begin_layout Plain Layout
16458 h
16459 \end_layout
16460
16461 \end_inset
16462 </cell>
16463 </row>
16464 <row>
16465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16466 \begin_inset Text
16467
16468 \begin_layout Plain Layout
16469 c
16470 \end_layout
16471
16472 \end_inset
16473 </cell>
16474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16475 \begin_inset Text
16476
16477 \begin_layout Plain Layout
16478 f
16479 \end_layout
16480
16481 \end_inset
16482 </cell>
16483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16484 \begin_inset Text
16485
16486 \begin_layout Plain Layout
16487 i
16488 \end_layout
16489
16490 \end_inset
16491 </cell>
16492 </row>
16493 </lyxtabular>
16494
16495 \end_inset
16496
16497
16498 \end_layout
16499
16500 \end_inset
16501
16502
16503 \end_layout
16504
16505 \begin_layout Itemize
16506 Test 
16507 \begin_inset Box Frameless
16508 position "b"
16509 hor_pos "c"
16510 has_inner_box 1
16511 inner_pos "c"
16512 use_parbox 0
16513 use_makebox 0
16514 width "15col%"
16515 special "none"
16516 height "1in"
16517 height_special "totalheight"
16518 status collapsed
16519
16520 \begin_layout Plain Layout
16521 \begin_inset Tabular
16522 <lyxtabular version="3" rows="3" columns="3">
16523 <features rotate="0" tabularvalignment="middle">
16524 <column alignment="center" valignment="top" width="0">
16525 <column alignment="center" valignment="top" width="0">
16526 <column alignment="center" valignment="top" width="0">
16527 <row>
16528 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Plain Layout
16532 Tabelle 4
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Plain Layout
16541
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16547 \begin_inset Text
16548
16549 \begin_layout Plain Layout
16550
16551 \end_layout
16552
16553 \end_inset
16554 </cell>
16555 </row>
16556 <row>
16557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Plain Layout
16561 b
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570 e
16571 \end_layout
16572
16573 \end_inset
16574 </cell>
16575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16576 \begin_inset Text
16577
16578 \begin_layout Plain Layout
16579 h
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 </row>
16585 <row>
16586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590 c
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16596 \begin_inset Text
16597
16598 \begin_layout Plain Layout
16599 f
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608 i
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 </row>
16614 </lyxtabular>
16615
16616 \end_inset
16617
16618
16619 \end_layout
16620
16621 \end_inset
16622
16623 Test 
16624 \begin_inset ERT
16625 status collapsed
16626
16627 \begin_layout Plain Layout
16628
16629
16630 \backslash
16631 raisebox{-0.32
16632 \backslash
16633 baselineskip}{
16634 \end_layout
16635
16636 \end_inset
16637
16638
16639 \begin_inset Box Frameless
16640 position "b"
16641 hor_pos "c"
16642 has_inner_box 1
16643 inner_pos "c"
16644 use_parbox 0
16645 use_makebox 0
16646 width "15col%"
16647 special "none"
16648 height "1in"
16649 height_special "totalheight"
16650 status collapsed
16651
16652 \begin_layout Plain Layout
16653 \begin_inset Tabular
16654 <lyxtabular version="3" rows="3" columns="3">
16655 <features rotate="0" tabularvalignment="middle">
16656 <column alignment="center" valignment="top" width="0">
16657 <column alignment="center" valignment="top" width="0">
16658 <column alignment="center" valignment="top" width="0">
16659 <row>
16660 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16661 \begin_inset Text
16662
16663 \begin_layout Plain Layout
16664 Tabelle 5
16665 \end_layout
16666
16667 \end_inset
16668 </cell>
16669 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16670 \begin_inset Text
16671
16672 \begin_layout Plain Layout
16673
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16679 \begin_inset Text
16680
16681 \begin_layout Plain Layout
16682
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 </row>
16688 <row>
16689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Plain Layout
16693 b
16694 \end_layout
16695
16696 \end_inset
16697 </cell>
16698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702 e
16703 \end_layout
16704
16705 \end_inset
16706 </cell>
16707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16708 \begin_inset Text
16709
16710 \begin_layout Plain Layout
16711 h
16712 \end_layout
16713
16714 \end_inset
16715 </cell>
16716 </row>
16717 <row>
16718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16719 \begin_inset Text
16720
16721 \begin_layout Plain Layout
16722 c
16723 \end_layout
16724
16725 \end_inset
16726 </cell>
16727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Plain Layout
16731 f
16732 \end_layout
16733
16734 \end_inset
16735 </cell>
16736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16737 \begin_inset Text
16738
16739 \begin_layout Plain Layout
16740 i
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 </row>
16746 </lyxtabular>
16747
16748 \end_inset
16749
16750
16751 \end_layout
16752
16753 \end_inset
16754
16755
16756 \begin_inset ERT
16757 status collapsed
16758
16759 \begin_layout Plain Layout
16760
16761 }
16762 \end_layout
16763
16764 \end_inset
16765
16766
16767 \end_layout
16768
16769 \begin_layout Standard
16770 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16771 \begin_inset space \space{}
16772 \end_inset
16773
16774 1 und letzten Zeile von Tabelle
16775 \begin_inset space \space{}
16776 \end_inset
16777
16778 4 bezüglich dem Wort 
16779 \begin_inset Quotes gld
16780 \end_inset
16781
16782 Test
16783 \begin_inset Quotes grd
16784 \end_inset
16785
16786  nicht richtig ausgerichtet.
16787  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16788 \begin_inset Quotes gld
16789 \end_inset
16790
16791 Raisebox
16792 \begin_inset Quotes grd
16793 \end_inset
16794
16795
16796 \begin_inset Foot
16797 status collapsed
16798
16799 \begin_layout Plain Layout
16800 Raiseboxen werden in Abschnitt
16801 \begin_inset space ~
16802 \end_inset
16803
16804
16805 \begin_inset CommandInset ref
16806 LatexCommand ref
16807 reference "uab:Vertikale-Ausrichtung"
16808
16809 \end_inset
16810
16811  beschrieben.
16812 \end_layout
16813
16814 \end_inset
16815
16816  setzen.
16817  In Tabelle
16818 \begin_inset space \space{}
16819 \end_inset
16820
16821 2 wurde der Text mit dem Befehl
16822 \end_layout
16823
16824 \begin_layout Standard
16825
16826 \series bold
16827
16828 \backslash
16829 raisebox{0.85
16830 \backslash
16831 baselineskip}{
16832 \end_layout
16833
16834 \begin_layout Standard
16835 vor der Box ausgerichtet.
16836  Hinter der Box wurde auch noch 
16837 \series bold
16838 }
16839 \series default
16840  als TeX-Code eingefügt, weil der obige Befehl mit 
16841 \series bold
16842 {
16843 \series default
16844  aufhörte.
16845  Für Tabelle
16846 \begin_inset space \space{}
16847 \end_inset
16848
16849 5 wurde der Befehl
16850 \end_layout
16851
16852 \begin_layout Standard
16853
16854 \series bold
16855
16856 \backslash
16857 raisebox{-0.32
16858 \backslash
16859 baselineskip}{
16860 \end_layout
16861
16862 \begin_layout Standard
16863 benutzt.
16864 \end_layout
16865
16866 \begin_layout Standard
16867 \begin_inset Note Greyedout
16868 status open
16869
16870 \begin_layout Plain Layout
16871
16872 \series bold
16873 Bemerkung:
16874 \series default
16875  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
16876  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
16877  Der Faktor im 
16878 \series bold
16879
16880 \backslash
16881 raisebox
16882 \series default
16883 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
16884 \end_layout
16885
16886 \end_inset
16887
16888
16889 \end_layout
16890
16891 \begin_layout Section
16892 Farbige Tabellen
16893 \begin_inset CommandInset label
16894 LatexCommand label
16895 name "abs:Farbige-Tabellen"
16896
16897 \end_inset
16898
16899
16900 \begin_inset Index idx
16901 status collapsed
16902
16903 \begin_layout Plain Layout
16904 Tabellen ! farbige
16905 \end_layout
16906
16907 \end_inset
16908
16909
16910 \end_layout
16911
16912 \begin_layout Subsection
16913 Farbige Zellen
16914 \begin_inset Index idx
16915 status collapsed
16916
16917 \begin_layout Plain Layout
16918 farbige !  Tabellenzellen
16919 \end_layout
16920
16921 \end_inset
16922
16923
16924 \end_layout
16925
16926 \begin_layout Standard
16927 \begin_inset Float table
16928 placement h
16929 wide false
16930 sideways false
16931 status open
16932
16933 \begin_layout Plain Layout
16934 \begin_inset Caption Standard
16935
16936 \begin_layout Plain Layout
16937 \begin_inset CommandInset label
16938 LatexCommand label
16939 name "tab:Farbige-Tabelle-ohne"
16940
16941 \end_inset
16942
16943 Farbige Tabelle, ohne Paket 
16944 \series bold
16945 colortbl
16946 \series default
16947
16948 \begin_inset Argument 1
16949 status collapsed
16950
16951 \begin_layout Plain Layout
16952 Tabelle ohne 
16953 \family typewriter
16954 colortbl
16955 \end_layout
16956
16957 \end_inset
16958
16959
16960 \end_layout
16961
16962 \end_inset
16963
16964
16965 \end_layout
16966
16967 \begin_layout Plain Layout
16968 \align center
16969 \begin_inset Tabular
16970 <lyxtabular version="3" rows="3" columns="3">
16971 <features rotate="0" tabularvalignment="middle">
16972 <column alignment="center" valignment="top" width="0">
16973 <column alignment="center" valignment="top" width="0">
16974 <column alignment="center" valignment="top" width="0">
16975 <row>
16976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Plain Layout
16980
16981 \color green
16982 a
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991
16992 \color red
16993 b
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002
17003 \color red
17004 c
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 </row>
17010 <row>
17011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17012 \begin_inset Text
17013
17014 \begin_layout Plain Layout
17015
17016 \color green
17017 d
17018 \end_layout
17019
17020 \end_inset
17021 </cell>
17022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17023 \begin_inset Text
17024
17025 \begin_layout Plain Layout
17026
17027 \color blue
17028 e
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037
17038 \color blue
17039 f
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 </row>
17045 <row>
17046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050
17051 \color green
17052 g
17053 \end_layout
17054
17055 \end_inset
17056 </cell>
17057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17058 \begin_inset Text
17059
17060 \begin_layout Plain Layout
17061
17062 \color blue
17063 h
17064 \end_layout
17065
17066 \end_inset
17067 </cell>
17068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072
17073 \color blue
17074 i
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 </row>
17080 </lyxtabular>
17081
17082 \end_inset
17083
17084
17085 \end_layout
17086
17087 \end_inset
17088
17089
17090 \end_layout
17091
17092 \begin_layout Standard
17093 Wenn Sie nur farbigen Text
17094 \begin_inset Index idx
17095 status collapsed
17096
17097 \begin_layout Plain Layout
17098 Farbe ! für Text
17099 \end_layout
17100
17101 \end_inset
17102
17103  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17104 \family sans
17105 Textstil
17106 \family default
17107 -Dialog (Werkzeugleistenknopf 
17108 \begin_inset Info
17109 type  "icon"
17110 arg   "dialog-show character"
17111 \end_inset
17112
17113 ) wie es in Tabelle
17114 \begin_inset space ~
17115 \end_inset
17116
17117
17118 \begin_inset CommandInset ref
17119 LatexCommand ref
17120 reference "tab:Farbige-Tabelle-ohne"
17121
17122 \end_inset
17123
17124  gemacht wurde.
17125  In anderen Fällen müssen Sie das LaTeX-Paket 
17126 \series bold
17127 colortbl
17128 \series default
17129  benutzen.
17130 \begin_inset Index idx
17131 status collapsed
17132
17133 \begin_layout Plain Layout
17134 LaTeX-Pakete ! colortbl
17135 \end_layout
17136
17137 \end_inset
17138
17139
17140 \end_layout
17141
17142 \begin_layout Standard
17143 \begin_inset ERT
17144 status collapsed
17145
17146 \begin_layout Plain Layout
17147
17148
17149 \backslash
17150 ifcolortbl
17151 \end_layout
17152
17153 \end_inset
17154
17155
17156 \begin_inset Note Note
17157 status open
17158
17159 \begin_layout Plain Layout
17160 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
17161 \series bold
17162 colortbl
17163 \series default
17164  installiert ist.
17165 \end_layout
17166
17167 \end_inset
17168
17169
17170 \end_layout
17171
17172 \begin_layout Standard
17173 Um farbige Tabellen zu erzeugen, muss 
17174 \series bold
17175 colortbl
17176 \series default
17177  im LaTeX-Vorspann geladen werden:
17178 \end_layout
17179
17180 \begin_layout Standard
17181
17182 \series bold
17183
17184 \backslash
17185 usepackage{colortbl}
17186 \end_layout
17187
17188 \begin_layout Standard
17189 Die Farbe einer Spalte ändert man dann mit dem Befehl
17190 \end_layout
17191
17192 \begin_layout Standard
17193
17194 \series bold
17195
17196 \backslash
17197 columncolor{Farbname}
17198 \end_layout
17199
17200 \begin_layout Standard
17201 innerhalb des Befehls 
17202 \series bold
17203 >{}
17204 \series default
17205 .
17206  Mehr über den Befehl 
17207 \series bold
17208 >{}
17209 \series default
17210  finden Sie im Abschnitt
17211 \begin_inset space ~
17212 \end_inset
17213
17214
17215 \begin_inset CommandInset ref
17216 LatexCommand ref
17217 reference "uab:Mehrfachspalten-Berechnungen"
17218
17219 \end_inset
17220
17221 .
17222 \end_layout
17223
17224 \begin_layout Standard
17225 Folgende Farbnamen sind vordefiniert:
17226 \end_layout
17227
17228 \begin_layout Standard
17229
17230 \family sans
17231 red
17232 \family default
17233
17234 \family sans
17235 green
17236 \family default
17237
17238 \family sans
17239 yellow
17240 \family default
17241
17242 \family sans
17243 blue
17244 \family default
17245
17246 \family sans
17247 cyan
17248 \family default
17249
17250 \family sans
17251 magenta
17252 \family default
17253
17254 \family sans
17255 black
17256 \family default
17257  und 
17258 \family sans
17259 white
17260 \begin_inset Newline newline
17261 \end_inset
17262
17263 (
17264 \family default
17265 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17266 \end_layout
17267
17268 \begin_layout Standard
17269 \begin_inset VSpace medskip
17270 \end_inset
17271
17272
17273 \end_layout
17274
17275 \begin_layout Standard
17276 Wenn Sie die Optionen
17277 \end_layout
17278
17279 \begin_layout Standard
17280
17281 \series bold
17282 usenames,dvipsnames
17283 \end_layout
17284
17285 \begin_layout Standard
17286 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17287  können Sie zusätzlich weitere 61
17288 \begin_inset space ~
17289 \end_inset
17290
17291 Farben verwenden.
17292  Diese Farben sind in Anhang
17293 \begin_inset space ~
17294 \end_inset
17295
17296
17297 \begin_inset CommandInset ref
17298 LatexCommand ref
17299 reference "kap:Liste-der-dvips-Farbnamen"
17300
17301 \end_inset
17302
17303  aufgelistet.
17304  Eine dieser Farben, 
17305 \family sans
17306 Maroon
17307 \family default
17308 , wird als Beispiel in Tabelle
17309 \begin_inset space ~
17310 \end_inset
17311
17312
17313 \begin_inset CommandInset ref
17314 LatexCommand ref
17315 reference "tab:Eine-mit-colortbl"
17316
17317 \end_inset
17318
17319  verwendet.
17320 \end_layout
17321
17322 \begin_layout Standard
17323 \begin_inset VSpace medskip
17324 \end_inset
17325
17326
17327 \end_layout
17328
17329 \begin_layout Standard
17330 Sie können auch eigene Farben definieren:
17331 \end_layout
17332
17333 \begin_layout Standard
17334
17335 \series bold
17336
17337 \backslash
17338 definecolor{Farbname}{Farbmodell}{Farbwerte}
17339 \end_layout
17340
17341 \begin_layout Standard
17342 Das Farbmodell kann eins der folgenden sein:
17343 \end_layout
17344
17345 \begin_layout Labeling
17346 \labelwidthstring 00.00.0000
17347 cmyk: cyan, magenta, yellow, black
17348 \end_layout
17349
17350 \begin_layout Labeling
17351 \labelwidthstring 00.00.0000
17352 rgb: red, green blue
17353 \end_layout
17354
17355 \begin_layout Labeling
17356 \labelwidthstring 00.00.0000
17357 gray: gray
17358 \end_layout
17359
17360 \begin_layout Standard
17361 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17362  die die entsprechende Farbe für das Farbmodell beschreiben.
17363 \end_layout
17364
17365 \begin_layout Standard
17366 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
17367 \emph on
17368
17369 \begin_inset Quotes gld
17370 \end_inset
17371
17372 dunkelgruen
17373 \emph default
17374
17375 \begin_inset Quotes grd
17376 \end_inset
17377
17378  und 
17379 \begin_inset Quotes gld
17380 \end_inset
17381
17382
17383 \emph on
17384 hellgrau
17385 \emph default
17386
17387 \begin_inset Quotes grd
17388 \end_inset
17389
17390  folgendermaßen definieren:
17391 \end_layout
17392
17393 \begin_layout Standard
17394
17395 \series bold
17396
17397 \backslash
17398 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17399 \end_layout
17400
17401 \begin_layout Standard
17402
17403 \series bold
17404
17405 \backslash
17406 definecolor{hellgrau}{gray}{0.8}
17407 \end_layout
17408
17409 \begin_layout Standard
17410 \begin_inset VSpace medskip
17411 \end_inset
17412
17413
17414 \end_layout
17415
17416 \begin_layout Standard
17417 Linien werden mit dem Befehl
17418 \end_layout
17419
17420 \begin_layout Standard
17421
17422 \series bold
17423
17424 \backslash
17425 rowcolor{Farbname}
17426 \end_layout
17427
17428 \begin_layout Standard
17429 gefärbt, Zellen mit dem Befehl
17430 \end_layout
17431
17432 \begin_layout Standard
17433
17434 \series bold
17435
17436 \backslash
17437 cellcolor{Farbname}
17438 \end_layout
17439
17440 \begin_layout Standard
17441 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
17442 \end_layout
17443
17444 \begin_layout Standard
17445 Um nur Text zu färben, verwenden Sie den 
17446 \family sans
17447 Textstil
17448 \family default
17449 -Dialog.
17450  Wenn die Zelle aber TeX-Code zum Färben enthält, 
17451 \emph on
17452 markieren Sie nur den Text
17453 \emph default
17454 , sonst werden Sie LaTeX-Fehler erzeugen.
17455 \end_layout
17456
17457 \begin_layout Standard
17458 \begin_inset Note Greyedout
17459 status open
17460
17461 \begin_layout Plain Layout
17462
17463 \series bold
17464 Achtung:
17465 \series default
17466  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17467 \end_layout
17468
17469 \end_inset
17470
17471
17472 \end_layout
17473
17474 \begin_layout Standard
17475 \begin_inset VSpace medskip
17476 \end_inset
17477
17478
17479 \end_layout
17480
17481 \begin_layout Standard
17482 Die Tabelle
17483 \begin_inset space ~
17484 \end_inset
17485
17486
17487 \begin_inset CommandInset ref
17488 LatexCommand ref
17489 reference "tab:Eine-mit-colortbl"
17490
17491 \end_inset
17492
17493  wurde folgendermaßen erstellt: die erste Spalte soll 
17494 \emph on
17495
17496 \begin_inset Quotes gld
17497 \end_inset
17498
17499 dunkelgruen
17500 \emph default
17501
17502 \begin_inset Quotes grd
17503 \end_inset
17504
17505  werden, also müssen Sie ins 
17506 \family sans
17507 LaTe
17508 \begin_inset ERT
17509 status collapsed
17510
17511 \begin_layout Plain Layout
17512
17513 {}
17514 \end_layout
17515
17516 \end_inset
17517
17518 X-Argument
17519 \family default
17520  der Zellen der ersten Spalte den Befehl
17521 \end_layout
17522
17523 \begin_layout Standard
17524
17525 \series bold
17526 >{
17527 \backslash
17528 columncolor{dunkelgruen}
17529 \backslash
17530 centering}c
17531 \end_layout
17532
17533 \begin_layout Standard
17534 schreiben.
17535  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
17536 \end_layout
17537
17538 \begin_layout Standard
17539
17540 \series bold
17541
17542 \backslash
17543 rowcolor{cyan}
17544 \end_layout
17545
17546 \begin_layout Standard
17547 in die erste Zelle der ersten Zeile eingefügt.
17548  Diese Farbe ersetzt die Spaltenfarbe.
17549  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17550  Das wird mit folgendem Befehl erreicht:
17551 \end_layout
17552
17553 \begin_layout Standard
17554
17555 \series bold
17556
17557 \backslash
17558 cellcolor{Maroon}
17559 \end_layout
17560
17561 \begin_layout Standard
17562 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17563 \family sans
17564 Textstil
17565 \family default
17566 -Dialog.
17567 \end_layout
17568
17569 \begin_layout Standard
17570 \begin_inset Float table
17571 placement h
17572 wide false
17573 sideways false
17574 status open
17575
17576 \begin_layout Plain Layout
17577 \begin_inset Caption Standard
17578
17579 \begin_layout Plain Layout
17580 \begin_inset CommandInset label
17581 LatexCommand label
17582 name "tab:Eine-mit-colortbl"
17583
17584 \end_inset
17585
17586 Eine mit dem Paket 
17587 \series bold
17588 colortbl
17589 \series default
17590  gefärbte Tabelle
17591 \begin_inset Argument 1
17592 status collapsed
17593
17594 \begin_layout Plain Layout
17595 Tabelle mit 
17596 \family typewriter
17597 colortbl
17598 \end_layout
17599
17600 \end_inset
17601
17602
17603 \end_layout
17604
17605 \end_inset
17606
17607
17608 \end_layout
17609
17610 \begin_layout Plain Layout
17611 \align center
17612 \begin_inset Tabular
17613 <lyxtabular version="3" rows="3" columns="3">
17614 <features rotate="0" tabularvalignment="middle">
17615 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
17616 <column alignment="center" valignment="top" width="0">
17617 <column alignment="center" valignment="top" width="0">
17618 <row>
17619 <cell alignment="center" valignment="top" usebox="none">
17620 \begin_inset Text
17621
17622 \begin_layout Plain Layout
17623 \begin_inset ERT
17624 status open
17625
17626 \begin_layout Plain Layout
17627
17628
17629 \backslash
17630 rowcolor{cyan}
17631 \end_layout
17632
17633 \end_inset
17634
17635
17636 \color magenta
17637 a
17638 \end_layout
17639
17640 \end_inset
17641 </cell>
17642 <cell alignment="center" valignment="top" usebox="none">
17643 \begin_inset Text
17644
17645 \begin_layout Plain Layout
17646
17647 \color red
17648 b
17649 \end_layout
17650
17651 \end_inset
17652 </cell>
17653 <cell alignment="center" valignment="top" usebox="none">
17654 \begin_inset Text
17655
17656 \begin_layout Plain Layout
17657
17658 \color red
17659 c
17660 \end_layout
17661
17662 \end_inset
17663 </cell>
17664 </row>
17665 <row>
17666 <cell alignment="center" valignment="top" usebox="none">
17667 \begin_inset Text
17668
17669 \begin_layout Plain Layout
17670
17671 \color yellow
17672 d
17673 \end_layout
17674
17675 \end_inset
17676 </cell>
17677 <cell alignment="center" valignment="top" usebox="none">
17678 \begin_inset Text
17679
17680 \begin_layout Plain Layout
17681
17682 \color blue
17683 e
17684 \end_layout
17685
17686 \end_inset
17687 </cell>
17688 <cell alignment="center" valignment="top" usebox="none">
17689 \begin_inset Text
17690
17691 \begin_layout Plain Layout
17692
17693 \color blue
17694 f
17695 \end_layout
17696
17697 \end_inset
17698 </cell>
17699 </row>
17700 <row>
17701 <cell alignment="center" valignment="top" usebox="none">
17702 \begin_inset Text
17703
17704 \begin_layout Plain Layout
17705
17706 \color yellow
17707 g
17708 \end_layout
17709
17710 \end_inset
17711 </cell>
17712 <cell alignment="center" valignment="top" usebox="none">
17713 \begin_inset Text
17714
17715 \begin_layout Plain Layout
17716
17717 \color blue
17718 h
17719 \end_layout
17720
17721 \end_inset
17722 </cell>
17723 <cell alignment="center" valignment="top" usebox="none">
17724 \begin_inset Text
17725
17726 \begin_layout Plain Layout
17727 \begin_inset ERT
17728 status collapsed
17729
17730 \begin_layout Plain Layout
17731
17732
17733 \backslash
17734 cellcolor{Maroon}
17735 \end_layout
17736
17737 \end_inset
17738
17739
17740 \color green
17741 i
17742 \end_layout
17743
17744 \end_inset
17745 </cell>
17746 </row>
17747 </lyxtabular>
17748
17749 \end_inset
17750
17751
17752 \end_layout
17753
17754 \end_inset
17755
17756
17757 \end_layout
17758
17759 \begin_layout Standard
17760 \begin_inset ERT
17761 status collapsed
17762
17763 \begin_layout Plain Layout
17764
17765
17766 \backslash
17767 else
17768 \end_layout
17769
17770 \end_inset
17771
17772
17773 \begin_inset Note Note
17774 status open
17775
17776 \begin_layout Plain Layout
17777 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
17778 \series bold
17779 colortbl
17780 \series default
17781  nicht installiert ist:
17782 \end_layout
17783
17784 \end_inset
17785
17786
17787 \end_layout
17788
17789 \begin_layout Standard
17790 Sie müssen das LaTeX-Paket 
17791 \series bold
17792 colortbl
17793 \series default
17794  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17795 \end_layout
17796
17797 \begin_layout Standard
17798 \begin_inset ERT
17799 status collapsed
17800
17801 \begin_layout Plain Layout
17802
17803
17804 \backslash
17805 fi
17806 \end_layout
17807
17808 \end_inset
17809
17810
17811 \end_layout
17812
17813 \begin_layout Subsection
17814 Farbige Zeilen
17815 \begin_inset Index idx
17816 status collapsed
17817
17818 \begin_layout Plain Layout
17819 farbige ! Tabellenzeilen
17820 \end_layout
17821
17822 \end_inset
17823
17824
17825 \end_layout
17826
17827 \begin_layout Standard
17828 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
17829  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
17830  Man lädt das LaTeX-Paket 
17831 \series bold
17832 xcolor
17833 \series default
17834
17835 \begin_inset Index idx
17836 status collapsed
17837
17838 \begin_layout Plain Layout
17839 LaTeX-Pakete ! xcolor
17840 \begin_inset ERT
17841 status collapsed
17842
17843 \begin_layout Plain Layout
17844
17845
17846 \backslash
17847 vspace{4mm}
17848 \end_layout
17849
17850 \end_inset
17851
17852
17853 \end_layout
17854
17855 \end_inset
17856
17857  im LaTeX-Vorspann mit dem Befehl
17858 \end_layout
17859
17860 \begin_layout Standard
17861
17862 \series bold
17863
17864 \backslash
17865 usepackage[table]{xcolor}
17866 \end_layout
17867
17868 \begin_layout Standard
17869
17870 \series bold
17871 xcolor
17872 \series default
17873  lädt automatisch auch das LaTeX-Paket 
17874 \series bold
17875 colortbl
17876 \series default
17877
17878 \begin_inset Index idx
17879 status collapsed
17880
17881 \begin_layout Plain Layout
17882 LaTeX-Pakete ! colortbl
17883 \end_layout
17884
17885 \end_inset
17886
17887 , so dass 
17888 \series bold
17889 colortbl
17890 \series default
17891  in Ihrer LaTeX-Distribution installiert sein muss, ansonsten bekommt man
17892  LaTeX-Fehler.
17893 \end_layout
17894
17895 \begin_layout Standard
17896 \begin_inset ERT
17897 status collapsed
17898
17899 \begin_layout Plain Layout
17900
17901
17902 \backslash
17903 ifcolortbl
17904 \end_layout
17905
17906 \end_inset
17907
17908
17909 \begin_inset Note Note
17910 status open
17911
17912 \begin_layout Plain Layout
17913 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
17914 \series bold
17915 colortbl
17916 \series default
17917  installiert ist.
17918 \end_layout
17919
17920 \end_inset
17921
17922
17923 \end_layout
17924
17925 \begin_layout Standard
17926 Die Tabellenzeilen werden mit dem Befehl
17927 \end_layout
17928
17929 \begin_layout Standard
17930
17931 \series bold
17932
17933 \backslash
17934 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
17935 \end_layout
17936
17937 \begin_layout Standard
17938 eingefärbt, der entweder in den LaTeX-Vorspann oder als TeX-Code vor der
17939  ersten zu färbenden Tabelle eingefügt wird.
17940  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
17941  Zeilenfarbe gefärbt werden soll.
17942  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
17943  werden.
17944  So führt zum Beispiel der Befehl
17945 \end_layout
17946
17947 \begin_layout Standard
17948
17949 \series bold
17950
17951 \backslash
17952 rowcolors{1}{white}{lightgray}
17953 \end_layout
17954
17955 \begin_layout Standard
17956 zum Farbschema von Tabelle
17957 \begin_inset space ~
17958 \end_inset
17959
17960
17961 \begin_inset CommandInset ref
17962 LatexCommand ref
17963 reference "tab:Tabelle-rowcolors"
17964
17965 \end_inset
17966
17967 .
17968  Der Befehl
17969 \end_layout
17970
17971 \begin_layout Standard
17972
17973 \series bold
17974
17975 \backslash
17976 rowcolors[
17977 \backslash
17978 hline]{1}{lightgray}{cyan}
17979 \end_layout
17980
17981 \begin_layout Standard
17982 führt zum Farbschema von Tabelle
17983 \begin_inset space ~
17984 \end_inset
17985
17986
17987 \begin_inset CommandInset ref
17988 LatexCommand ref
17989 reference "tab:Tabelle-rowcolors-2"
17990
17991 \end_inset
17992
17993 .
17994  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
17995  wird keine Farbe verwendet, so dass der Befehl
17996 \end_layout
17997
17998 \begin_layout Standard
17999
18000 \series bold
18001
18002 \backslash
18003 rowcolors{1}{}{}
18004 \end_layout
18005
18006 \begin_layout Standard
18007 alle Farben löscht.
18008  
18009 \series bold
18010
18011 \backslash
18012 rowcolors
18013 \series default
18014  beeinflusst alle diesem Befehl folgenden Tabellen.
18015 \end_layout
18016
18017 \begin_layout Standard
18018 \begin_inset ERT
18019 status open
18020
18021 \begin_layout Plain Layout
18022
18023
18024 \backslash
18025 rowcolors{1}{white}{lightgray}
18026 \end_layout
18027
18028 \end_inset
18029
18030
18031 \end_layout
18032
18033 \begin_layout Standard
18034 \begin_inset Float table
18035 placement h
18036 wide false
18037 sideways false
18038 status open
18039
18040 \begin_layout Plain Layout
18041 \begin_inset Caption Standard
18042
18043 \begin_layout Plain Layout
18044 \begin_inset CommandInset label
18045 LatexCommand label
18046 name "tab:Tabelle-rowcolors"
18047
18048 \end_inset
18049
18050 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18051 \end_layout
18052
18053 \end_inset
18054
18055
18056 \end_layout
18057
18058 \begin_layout Plain Layout
18059 \align center
18060 \begin_inset Tabular
18061 <lyxtabular version="3" rows="4" columns="3">
18062 <features rotate="0" tabularvalignment="middle">
18063 <column alignment="center" valignment="top" width="0">
18064 <column alignment="center" valignment="top" width="0pt">
18065 <column alignment="center" valignment="top" width="0pt">
18066 <row>
18067 <cell alignment="center" valignment="top" usebox="none">
18068 \begin_inset Text
18069
18070 \begin_layout Plain Layout
18071 X
18072 \end_layout
18073
18074 \end_inset
18075 </cell>
18076 <cell alignment="center" valignment="top" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout Plain Layout
18080 Y
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 <cell alignment="center" valignment="top" usebox="none">
18086 \begin_inset Text
18087
18088 \begin_layout Plain Layout
18089 Z
18090 \end_layout
18091
18092 \end_inset
18093 </cell>
18094 </row>
18095 <row>
18096 <cell alignment="center" valignment="top" usebox="none">
18097 \begin_inset Text
18098
18099 \begin_layout Plain Layout
18100 1
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 <cell alignment="center" valignment="top" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109 2
18110 \end_layout
18111
18112 \end_inset
18113 </cell>
18114 <cell alignment="center" valignment="top" usebox="none">
18115 \begin_inset Text
18116
18117 \begin_layout Plain Layout
18118 3
18119 \end_layout
18120
18121 \end_inset
18122 </cell>
18123 </row>
18124 <row>
18125 <cell alignment="center" valignment="top" usebox="none">
18126 \begin_inset Text
18127
18128 \begin_layout Plain Layout
18129 4
18130 \end_layout
18131
18132 \end_inset
18133 </cell>
18134 <cell alignment="center" valignment="top" usebox="none">
18135 \begin_inset Text
18136
18137 \begin_layout Plain Layout
18138 5
18139 \end_layout
18140
18141 \end_inset
18142 </cell>
18143 <cell alignment="center" valignment="top" usebox="none">
18144 \begin_inset Text
18145
18146 \begin_layout Plain Layout
18147 6
18148 \end_layout
18149
18150 \end_inset
18151 </cell>
18152 </row>
18153 <row>
18154 <cell alignment="center" valignment="top" usebox="none">
18155 \begin_inset Text
18156
18157 \begin_layout Plain Layout
18158 7
18159 \end_layout
18160
18161 \end_inset
18162 </cell>
18163 <cell alignment="center" valignment="top" usebox="none">
18164 \begin_inset Text
18165
18166 \begin_layout Plain Layout
18167 8
18168 \end_layout
18169
18170 \end_inset
18171 </cell>
18172 <cell alignment="center" valignment="top" usebox="none">
18173 \begin_inset Text
18174
18175 \begin_layout Plain Layout
18176 9
18177 \end_layout
18178
18179 \end_inset
18180 </cell>
18181 </row>
18182 </lyxtabular>
18183
18184 \end_inset
18185
18186
18187 \end_layout
18188
18189 \end_inset
18190
18191
18192 \end_layout
18193
18194 \begin_layout Standard
18195 \begin_inset ERT
18196 status open
18197
18198 \begin_layout Plain Layout
18199
18200
18201 \backslash
18202 rowcolors[
18203 \backslash
18204 hline]{1}{lightgray}{cyan}
18205 \end_layout
18206
18207 \end_inset
18208
18209
18210 \end_layout
18211
18212 \begin_layout Standard
18213 \begin_inset Float table
18214 placement h
18215 wide false
18216 sideways false
18217 status open
18218
18219 \begin_layout Plain Layout
18220 \begin_inset Caption Standard
18221
18222 \begin_layout Plain Layout
18223 \begin_inset CommandInset label
18224 LatexCommand label
18225 name "tab:Tabelle-rowcolors-2"
18226
18227 \end_inset
18228
18229 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18230  Linie zwischen jeder Zeile befindet.
18231 \end_layout
18232
18233 \end_inset
18234
18235
18236 \end_layout
18237
18238 \begin_layout Plain Layout
18239 \align center
18240 \begin_inset Tabular
18241 <lyxtabular version="3" rows="4" columns="3">
18242 <features rotate="0" tabularvalignment="middle">
18243 <column alignment="center" valignment="top" width="0">
18244 <column alignment="center" valignment="top" width="0">
18245 <column alignment="center" valignment="top" width="0pt">
18246 <row>
18247 <cell alignment="center" valignment="top" usebox="none">
18248 \begin_inset Text
18249
18250 \begin_layout Plain Layout
18251 X
18252 \end_layout
18253
18254 \end_inset
18255 </cell>
18256 <cell alignment="center" valignment="top" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260 Y
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 <cell alignment="center" valignment="top" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269 Z
18270 \end_layout
18271
18272 \end_inset
18273 </cell>
18274 </row>
18275 <row>
18276 <cell alignment="center" valignment="top" usebox="none">
18277 \begin_inset Text
18278
18279 \begin_layout Plain Layout
18280 1
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 <cell alignment="center" valignment="top" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289 2
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 <cell alignment="center" valignment="top" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298 3
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 </row>
18304 <row>
18305 <cell alignment="center" valignment="top" usebox="none">
18306 \begin_inset Text
18307
18308 \begin_layout Plain Layout
18309 4
18310 \end_layout
18311
18312 \end_inset
18313 </cell>
18314 <cell alignment="center" valignment="top" usebox="none">
18315 \begin_inset Text
18316
18317 \begin_layout Plain Layout
18318 5
18319 \end_layout
18320
18321 \end_inset
18322 </cell>
18323 <cell alignment="center" valignment="top" usebox="none">
18324 \begin_inset Text
18325
18326 \begin_layout Plain Layout
18327 6
18328 \end_layout
18329
18330 \end_inset
18331 </cell>
18332 </row>
18333 <row>
18334 <cell alignment="center" valignment="top" usebox="none">
18335 \begin_inset Text
18336
18337 \begin_layout Plain Layout
18338 7
18339 \end_layout
18340
18341 \end_inset
18342 </cell>
18343 <cell alignment="center" valignment="top" usebox="none">
18344 \begin_inset Text
18345
18346 \begin_layout Plain Layout
18347 8
18348 \end_layout
18349
18350 \end_inset
18351 </cell>
18352 <cell alignment="center" valignment="top" usebox="none">
18353 \begin_inset Text
18354
18355 \begin_layout Plain Layout
18356 9
18357 \end_layout
18358
18359 \end_inset
18360 </cell>
18361 </row>
18362 </lyxtabular>
18363
18364 \end_inset
18365
18366
18367 \end_layout
18368
18369 \end_inset
18370
18371
18372 \end_layout
18373
18374 \begin_layout Standard
18375 \begin_inset ERT
18376 status collapsed
18377
18378 \begin_layout Plain Layout
18379
18380
18381 \backslash
18382 rowcolors{1}{}{}
18383 \end_layout
18384
18385 \end_inset
18386
18387
18388 \begin_inset Note Note
18389 status collapsed
18390
18391 \begin_layout Plain Layout
18392 schaltet die Färbung aus
18393 \end_layout
18394
18395 \end_inset
18396
18397
18398 \end_layout
18399
18400 \begin_layout Standard
18401 \begin_inset ERT
18402 status collapsed
18403
18404 \begin_layout Plain Layout
18405
18406
18407 \backslash
18408 else
18409 \end_layout
18410
18411 \end_inset
18412
18413
18414 \begin_inset Note Note
18415 status open
18416
18417 \begin_layout Plain Layout
18418 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
18419 \series bold
18420 colortbl
18421 \series default
18422  nicht installiert ist:
18423 \end_layout
18424
18425 \end_inset
18426
18427
18428 \end_layout
18429
18430 \begin_layout Standard
18431 Sie müssen das LaTeX-Paket 
18432 \series bold
18433 colortbl
18434 \series default
18435  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18436 \end_layout
18437
18438 \begin_layout Standard
18439 \begin_inset ERT
18440 status collapsed
18441
18442 \begin_layout Plain Layout
18443
18444
18445 \backslash
18446 fi
18447 \end_layout
18448
18449 \end_inset
18450
18451
18452 \end_layout
18453
18454 \begin_layout Subsection
18455 Farbige Linien
18456 \begin_inset Index idx
18457 status collapsed
18458
18459 \begin_layout Plain Layout
18460 farbige !  Tabellenlinien
18461 \end_layout
18462
18463 \end_inset
18464
18465
18466 \end_layout
18467
18468 \begin_layout Standard
18469 Wie in Abschnitt
18470 \begin_inset space ~
18471 \end_inset
18472
18473
18474 \begin_inset CommandInset ref
18475 LatexCommand ref
18476 reference "uab:Liniendicke"
18477
18478 \end_inset
18479
18480  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18481 \series bold
18482
18483 \backslash
18484 arrayrulewidth
18485 \series default
18486  definiert werden.
18487  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18488 \begin_inset space \thinspace{}
18489 \end_inset
18490
18491 pt gesetzt.
18492 \begin_inset ERT
18493 status collapsed
18494
18495 \begin_layout Plain Layout
18496
18497
18498 \backslash
18499 setlength{
18500 \backslash
18501 arrayrulewidth}{1.5pt}
18502 \end_layout
18503
18504 \end_inset
18505
18506
18507 \end_layout
18508
18509 \begin_layout Standard
18510 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
18511 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18512 \begin_inset space ~
18513 \end_inset
18514
18515
18516 \begin_inset CommandInset ref
18517 LatexCommand ref
18518 reference "uab:Angepasste-Zellen-/Spaltenformate"
18519
18520 \end_inset
18521
18522  definiert:
18523 \end_layout
18524
18525 \begin_layout Standard
18526
18527 \series bold
18528
18529 \backslash
18530 newcolumntype{W}{!{
18531 \backslash
18532 color{green}
18533 \backslash
18534 vline}}
18535 \end_layout
18536
18537 \begin_layout Standard
18538 In Tabelle
18539 \begin_inset space ~
18540 \end_inset
18541
18542
18543 \begin_inset CommandInset ref
18544 LatexCommand ref
18545 reference "tab:Tabelle-mit-farbigen-vert"
18546
18547 \end_inset
18548
18549  wurde das LaTeX-Argument 
18550 \series bold
18551 WcW
18552 \series default
18553  für die letzte und 
18554 \series bold
18555 Wc
18556 \series default
18557  für die anderen Spalten benutzt.
18558 \end_layout
18559
18560 \begin_layout Standard
18561 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18562 \end_layout
18563
18564 \begin_layout Standard
18565 \begin_inset Float table
18566 placement h
18567 wide false
18568 sideways false
18569 status open
18570
18571 \begin_layout Plain Layout
18572 \begin_inset Caption Standard
18573
18574 \begin_layout Plain Layout
18575 \begin_inset CommandInset label
18576 LatexCommand label
18577 name "tab:Tabelle-mit-farbigen-vert"
18578
18579 \end_inset
18580
18581 Tabelle mit farbigen vertikalen Linien
18582 \end_layout
18583
18584 \end_inset
18585
18586
18587 \end_layout
18588
18589 \begin_layout Plain Layout
18590 \align center
18591 \begin_inset Tabular
18592 <lyxtabular version="3" rows="3" columns="3">
18593 <features rotate="0" tabularvalignment="middle">
18594 <column alignment="center" valignment="top" width="0" special="Wc">
18595 <column alignment="center" valignment="top" width="0" special="Wc">
18596 <column alignment="center" valignment="top" width="0" special="WcW">
18597 <row>
18598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18599 \begin_inset Text
18600
18601 \begin_layout Plain Layout
18602 sd
18603 \end_layout
18604
18605 \end_inset
18606 </cell>
18607 <cell alignment="center" valignment="top" topline="true" usebox="none">
18608 \begin_inset Text
18609
18610 \begin_layout Plain Layout
18611
18612 \end_layout
18613
18614 \end_inset
18615 </cell>
18616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18617 \begin_inset Text
18618
18619 \begin_layout Plain Layout
18620
18621 \end_layout
18622
18623 \end_inset
18624 </cell>
18625 </row>
18626 <row>
18627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 <cell alignment="center" valignment="top" topline="true" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout Plain Layout
18640 sd
18641 \end_layout
18642
18643 \end_inset
18644 </cell>
18645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18646 \begin_inset Text
18647
18648 \begin_layout Plain Layout
18649
18650 \end_layout
18651
18652 \end_inset
18653 </cell>
18654 </row>
18655 <row>
18656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18657 \begin_inset Text
18658
18659 \begin_layout Plain Layout
18660
18661 \end_layout
18662
18663 \end_inset
18664 </cell>
18665 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18666 \begin_inset Text
18667
18668 \begin_layout Plain Layout
18669
18670 \end_layout
18671
18672 \end_inset
18673 </cell>
18674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18675 \begin_inset Text
18676
18677 \begin_layout Plain Layout
18678 sd
18679 \end_layout
18680
18681 \end_inset
18682 </cell>
18683 </row>
18684 </lyxtabular>
18685
18686 \end_inset
18687
18688
18689 \end_layout
18690
18691 \end_inset
18692
18693
18694 \end_layout
18695
18696 \begin_layout Standard
18697 \begin_inset VSpace bigskip
18698 \end_inset
18699
18700 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18701 \begin_inset space ~
18702 \end_inset
18703
18704
18705 \begin_inset CommandInset ref
18706 LatexCommand ref
18707 reference "tab:Tabelle-mit-farbigen-horiz"
18708
18709 \end_inset
18710
18711 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
18712  einfügen:
18713 \end_layout
18714
18715 \begin_layout Standard
18716
18717 \series bold
18718
18719 \backslash
18720 let
18721 \backslash
18722 myHlineC
18723 \backslash
18724 hline
18725 \begin_inset Newline newline
18726 \end_inset
18727
18728
18729 \backslash
18730 renewcommand{
18731 \backslash
18732 hline}
18733 \begin_inset Newline newline
18734 \end_inset
18735
18736
18737 \begin_inset Phantom HPhantom
18738 status open
18739
18740 \begin_layout Plain Layout
18741
18742 \series bold
18743 \begin_inset space ~
18744 \end_inset
18745
18746
18747 \end_layout
18748
18749 \end_inset
18750
18751 {
18752 \backslash
18753 arrayrulecolor{red}
18754 \backslash
18755 myHlineC
18756 \backslash
18757 arrayrulecolor{black}}
18758 \end_layout
18759
18760 \begin_layout Standard
18761 \begin_inset ERT
18762 status collapsed
18763
18764 \begin_layout Plain Layout
18765
18766
18767 \backslash
18768 let
18769 \backslash
18770 myHlineC
18771 \backslash
18772 hline
18773 \end_layout
18774
18775 \begin_layout Plain Layout
18776
18777
18778 \backslash
18779 renewcommand{
18780 \backslash
18781 hline}
18782 \end_layout
18783
18784 \begin_layout Plain Layout
18785
18786  {
18787 \backslash
18788 arrayrulecolor{red}
18789 \backslash
18790 myHlineC
18791 \backslash
18792 arrayrulecolor{black}}
18793 \end_layout
18794
18795 \end_inset
18796
18797
18798 \begin_inset Float table
18799 placement h
18800 wide false
18801 sideways false
18802 status open
18803
18804 \begin_layout Plain Layout
18805 \begin_inset Caption Standard
18806
18807 \begin_layout Plain Layout
18808 \begin_inset CommandInset label
18809 LatexCommand label
18810 name "tab:Tabelle-mit-farbigen-horiz"
18811
18812 \end_inset
18813
18814 Tabelle mit farbigen horizontalen Linien
18815 \end_layout
18816
18817 \end_inset
18818
18819
18820 \end_layout
18821
18822 \begin_layout Plain Layout
18823 \align center
18824 \begin_inset Tabular
18825 <lyxtabular version="3" rows="3" columns="3">
18826 <features rotate="0" tabularvalignment="middle">
18827 <column alignment="center" valignment="top" width="0">
18828 <column alignment="center" valignment="top" width="0">
18829 <column alignment="center" valignment="top" width="0">
18830 <row>
18831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18832 \begin_inset Text
18833
18834 \begin_layout Plain Layout
18835 sd
18836 \end_layout
18837
18838 \end_inset
18839 </cell>
18840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18841 \begin_inset Text
18842
18843 \begin_layout Plain Layout
18844
18845 \end_layout
18846
18847 \end_inset
18848 </cell>
18849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18850 \begin_inset Text
18851
18852 \begin_layout Plain Layout
18853
18854 \end_layout
18855
18856 \end_inset
18857 </cell>
18858 </row>
18859 <row>
18860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18861 \begin_inset Text
18862
18863 \begin_layout Plain Layout
18864
18865 \end_layout
18866
18867 \end_inset
18868 </cell>
18869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18870 \begin_inset Text
18871
18872 \begin_layout Plain Layout
18873 sd
18874 \end_layout
18875
18876 \end_inset
18877 </cell>
18878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18879 \begin_inset Text
18880
18881 \begin_layout Plain Layout
18882
18883 \end_layout
18884
18885 \end_inset
18886 </cell>
18887 </row>
18888 <row>
18889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Plain Layout
18893
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18899 \begin_inset Text
18900
18901 \begin_layout Plain Layout
18902
18903 \end_layout
18904
18905 \end_inset
18906 </cell>
18907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18908 \begin_inset Text
18909
18910 \begin_layout Plain Layout
18911 sd
18912 \end_layout
18913
18914 \end_inset
18915 </cell>
18916 </row>
18917 </lyxtabular>
18918
18919 \end_inset
18920
18921
18922 \end_layout
18923
18924 \end_inset
18925
18926
18927 \end_layout
18928
18929 \begin_layout Standard
18930 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
18931  als TeX-Code hinter der Tabelle einfügen:
18932 \end_layout
18933
18934 \begin_layout Standard
18935
18936 \series bold
18937
18938 \backslash
18939 renewcommand{
18940 \backslash
18941 hline}{
18942 \backslash
18943 myHlineC}
18944 \end_layout
18945
18946 \begin_layout Standard
18947 Tabelle
18948 \begin_inset space ~
18949 \end_inset
18950
18951
18952 \begin_inset CommandInset ref
18953 LatexCommand ref
18954 reference "tab:Table-with-colored"
18955
18956 \end_inset
18957
18958  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
18959 \end_layout
18960
18961 \begin_layout Standard
18962 \begin_inset Float table
18963 placement h
18964 wide false
18965 sideways false
18966 status open
18967
18968 \begin_layout Plain Layout
18969 \begin_inset Caption Standard
18970
18971 \begin_layout Plain Layout
18972 \begin_inset CommandInset label
18973 LatexCommand label
18974 name "tab:Table-with-colored"
18975
18976 \end_inset
18977
18978 Tabelle mit farbigen Linien
18979 \end_layout
18980
18981 \end_inset
18982
18983
18984 \end_layout
18985
18986 \begin_layout Plain Layout
18987 \align center
18988 \begin_inset Tabular
18989 <lyxtabular version="3" rows="3" columns="3">
18990 <features rotate="0" tabularvalignment="middle">
18991 <column alignment="center" valignment="top" width="0" special="Wc">
18992 <column alignment="center" valignment="top" width="0" special="Wc">
18993 <column alignment="center" valignment="top" width="0" special="WcW">
18994 <row>
18995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999 sd
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 <cell alignment="center" valignment="top" topline="true" usebox="none">
19005 \begin_inset Text
19006
19007 \begin_layout Plain Layout
19008
19009 \end_layout
19010
19011 \end_inset
19012 </cell>
19013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19014 \begin_inset Text
19015
19016 \begin_layout Plain Layout
19017
19018 \end_layout
19019
19020 \end_inset
19021 </cell>
19022 </row>
19023 <row>
19024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19025 \begin_inset Text
19026
19027 \begin_layout Plain Layout
19028
19029 \end_layout
19030
19031 \end_inset
19032 </cell>
19033 <cell alignment="center" valignment="top" topline="true" usebox="none">
19034 \begin_inset Text
19035
19036 \begin_layout Plain Layout
19037 sd
19038 \end_layout
19039
19040 \end_inset
19041 </cell>
19042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19043 \begin_inset Text
19044
19045 \begin_layout Plain Layout
19046
19047 \end_layout
19048
19049 \end_inset
19050 </cell>
19051 </row>
19052 <row topspace="default">
19053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19054 \begin_inset Text
19055
19056 \begin_layout Plain Layout
19057
19058 \end_layout
19059
19060 \end_inset
19061 </cell>
19062 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19063 \begin_inset Text
19064
19065 \begin_layout Plain Layout
19066
19067 \end_layout
19068
19069 \end_inset
19070 </cell>
19071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19072 \begin_inset Text
19073
19074 \begin_layout Plain Layout
19075 sd
19076 \end_layout
19077
19078 \end_inset
19079 </cell>
19080 </row>
19081 </lyxtabular>
19082
19083 \end_inset
19084
19085
19086 \end_layout
19087
19088 \end_inset
19089
19090
19091 \end_layout
19092
19093 \begin_layout Standard
19094 \begin_inset ERT
19095 status collapsed
19096
19097 \begin_layout Plain Layout
19098
19099
19100 \backslash
19101 renewcommand{
19102 \backslash
19103 hline}{
19104 \backslash
19105 myHlineC}
19106 \end_layout
19107
19108 \end_inset
19109
19110
19111 \end_layout
19112
19113 \begin_layout Standard
19114 \begin_inset ERT
19115 status collapsed
19116
19117 \begin_layout Plain Layout
19118
19119
19120 \backslash
19121 setlength{
19122 \backslash
19123 arrayrulewidth}{0.4pt}
19124 \end_layout
19125
19126 \end_inset
19127
19128
19129 \begin_inset Note Note
19130 status collapsed
19131
19132 \begin_layout Plain Layout
19133 setzt die Liniendicke wieder auf ihren Standardwert zurück
19134 \end_layout
19135
19136 \end_inset
19137
19138
19139 \end_layout
19140
19141 \begin_layout Section
19142 Rotierte Tabellenzellen
19143 \begin_inset CommandInset label
19144 LatexCommand label
19145 name "abs:Rotierte-Tabellenzellen"
19146
19147 \end_inset
19148
19149
19150 \begin_inset Index idx
19151 status collapsed
19152
19153 \begin_layout Plain Layout
19154 Tabellen ! rotierte Zellen
19155 \end_layout
19156
19157 \end_inset
19158
19159
19160 \begin_inset Index idx
19161 status collapsed
19162
19163 \begin_layout Plain Layout
19164 Rotiertes Material
19165 \end_layout
19166
19167 \end_inset
19168
19169
19170 \end_layout
19171
19172 \begin_layout Standard
19173 \begin_inset Note Greyedout
19174 status open
19175
19176 \begin_layout Plain Layout
19177
19178 \series bold
19179 Achtung:
19180 \series default
19181  Nicht alle DVI-Betrachter können Rotationen anzeigen.
19182 \end_layout
19183
19184 \end_inset
19185
19186
19187 \end_layout
19188
19189 \begin_layout Standard
19190 Momentan bietet LyX nur an, Tabellenzellen um 90
19191 \begin_inset space \thinspace{}
19192 \end_inset
19193
19194 ° gegen den Uhrzeigersinn zu rotieren.
19195  Um Zellen um Winkel Ihrer Wahl zu rotieren, müssen Sie dies zu Ihrem LaTeX-Vors
19196 pann hinzufügen:
19197 \end_layout
19198
19199 \begin_layout Standard
19200
19201 \series bold
19202
19203 \backslash
19204 @ifundefined{turnbox}{
19205 \backslash
19206 usepackage{rotating}}{}
19207 \end_layout
19208
19209 \begin_layout Standard
19210 In die Tabellenzelle, die rotiert werden soll, fügen Sie zu Beginn diesen
19211  Befehl als TeX-Code ein:
19212 \end_layout
19213
19214 \begin_layout Standard
19215
19216 \series bold
19217
19218 \backslash
19219 begin{turn}{Winkel}
19220 \end_layout
19221
19222 \begin_layout Standard
19223 wobei Winkel der Rotationswinkel in ° ist.
19224  Am Ende der Zellen wird der Befehl
19225 \end_layout
19226
19227 \begin_layout Standard
19228
19229 \series bold
19230
19231 \backslash
19232 end{turn}
19233 \end_layout
19234
19235 \begin_layout Standard
19236 als TeX-Code eingefügt.
19237 \end_layout
19238
19239 \begin_layout Standard
19240 Tabelle
19241 \begin_inset space ~
19242 \end_inset
19243
19244
19245 \begin_inset CommandInset ref
19246 LatexCommand ref
19247 reference "tab:Tabelle-mit-rotierten"
19248
19249 \end_inset
19250
19251  ist ein Beispiel bei dem 3
19252 \begin_inset space ~
19253 \end_inset
19254
19255 Zellen um 45
19256 \begin_inset space \thinspace{}
19257 \end_inset
19258
19259 ° rotiert wurden.
19260 \end_layout
19261
19262 \begin_layout Standard
19263 \begin_inset Float table
19264 wide false
19265 sideways false
19266 status open
19267
19268 \begin_layout Plain Layout
19269 \begin_inset Caption Standard
19270
19271 \begin_layout Plain Layout
19272 \begin_inset CommandInset label
19273 LatexCommand label
19274 name "tab:Tabelle-mit-rotierten"
19275
19276 \end_inset
19277
19278 Tabelle mit rotierten Zellen in der ersten Zeile.
19279 \end_layout
19280
19281 \end_inset
19282
19283
19284 \end_layout
19285
19286 \begin_layout Plain Layout
19287 \noindent
19288 \align center
19289 \begin_inset Tabular
19290 <lyxtabular version="3" rows="2" columns="3">
19291 <features rotate="0" tabularvalignment="middle">
19292 <column alignment="center" valignment="top" width="0">
19293 <column alignment="center" valignment="top" width="0pt">
19294 <column alignment="center" valignment="top" width="0">
19295 <row>
19296 <cell alignment="center" valignment="top" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300 \begin_inset ERT
19301 status collapsed
19302
19303 \begin_layout Plain Layout
19304
19305
19306 \backslash
19307 begin{turn}{45}
19308 \end_layout
19309
19310 \end_inset
19311
19312 Tassen
19313 \begin_inset ERT
19314 status collapsed
19315
19316 \begin_layout Plain Layout
19317
19318
19319 \backslash
19320 end{turn}
19321 \end_layout
19322
19323 \end_inset
19324
19325
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 <cell alignment="center" valignment="top" usebox="none">
19331 \begin_inset Text
19332
19333 \begin_layout Plain Layout
19334 \begin_inset ERT
19335 status collapsed
19336
19337 \begin_layout Plain Layout
19338
19339
19340 \backslash
19341 begin{turn}{45}
19342 \end_layout
19343
19344 \end_inset
19345
19346 Teller
19347 \begin_inset ERT
19348 status collapsed
19349
19350 \begin_layout Plain Layout
19351
19352
19353 \backslash
19354 end{turn}
19355 \end_layout
19356
19357 \end_inset
19358
19359
19360 \end_layout
19361
19362 \end_inset
19363 </cell>
19364 <cell alignment="center" valignment="top" usebox="none">
19365 \begin_inset Text
19366
19367 \begin_layout Plain Layout
19368 \begin_inset ERT
19369 status collapsed
19370
19371 \begin_layout Plain Layout
19372
19373
19374 \backslash
19375 begin{turn}{45}
19376 \end_layout
19377
19378 \end_inset
19379
19380 Untertassen
19381 \begin_inset ERT
19382 status collapsed
19383
19384 \begin_layout Plain Layout
19385
19386
19387 \backslash
19388 end{turn}
19389 \end_layout
19390
19391 \end_inset
19392
19393
19394 \end_layout
19395
19396 \end_inset
19397 </cell>
19398 </row>
19399 <row>
19400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19401 \begin_inset Text
19402
19403 \begin_layout Plain Layout
19404 45
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19410 \begin_inset Text
19411
19412 \begin_layout Plain Layout
19413 33
19414 \end_layout
19415
19416 \end_inset
19417 </cell>
19418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19419 \begin_inset Text
19420
19421 \begin_layout Plain Layout
19422 21
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 </row>
19428 </lyxtabular>
19429
19430 \end_inset
19431
19432
19433 \end_layout
19434
19435 \end_inset
19436
19437
19438 \end_layout
19439
19440 \begin_layout Standard
19441 \begin_inset Note Greyedout
19442 status open
19443
19444 \begin_layout Plain Layout
19445
19446 \series bold
19447 Achtung:
19448 \series default
19449  Zeilenumbrüche (Tastenkürzel 
19450 \family sans
19451 Strg+Enter
19452 \family default
19453 ) sind in rotierten Zellen nicht erlaubt.
19454 \end_layout
19455
19456 \end_inset
19457
19458
19459 \end_layout
19460
19461 \begin_layout Standard
19462 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
19463  den Zelleninhalt in eine Minipage oder Parbox tun.
19464 \begin_inset Foot
19465 status collapsed
19466
19467 \begin_layout Plain Layout
19468 Für mehr über diese Boxen siehe Abschnitt
19469 \begin_inset space ~
19470 \end_inset
19471
19472
19473 \begin_inset CommandInset ref
19474 LatexCommand ref
19475 reference "abs:Minipage"
19476
19477 \end_inset
19478
19479  und 
19480 \begin_inset CommandInset ref
19481 LatexCommand ref
19482 reference "abs:Parbox"
19483
19484 \end_inset
19485
19486 .
19487 \end_layout
19488
19489 \end_inset
19490
19491  Wenn Sie diese Zelle um 90
19492 \begin_inset space \thinspace{}
19493 \end_inset
19494
19495 ° rotieren, ist die Breite der Box die Höhe der Zelle.
19496  Tabelle
19497 \begin_inset space ~
19498 \end_inset
19499
19500
19501 \begin_inset CommandInset ref
19502 LatexCommand ref
19503 reference "tab:Tabelle-mit-rotierter-Umbruch"
19504
19505 \end_inset
19506
19507  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch, wobei die Boxbreite
19508  auch 3
19509 \begin_inset space \thinspace{}
19510 \end_inset
19511
19512 cm gesetzt wurde.
19513 \end_layout
19514
19515 \begin_layout Standard
19516 \begin_inset Float table
19517 wide false
19518 sideways false
19519 status open
19520
19521 \begin_layout Plain Layout
19522 \begin_inset Caption Standard
19523
19524 \begin_layout Plain Layout
19525 \begin_inset CommandInset label
19526 LatexCommand label
19527 name "tab:Tabelle-mit-rotierter-Umbruch"
19528
19529 \end_inset
19530
19531 Tabelle mit rotierter Zelle mit Zeilenumbruch.
19532 \end_layout
19533
19534 \end_inset
19535
19536
19537 \end_layout
19538
19539 \begin_layout Plain Layout
19540 \noindent
19541 \align center
19542 \begin_inset Tabular
19543 <lyxtabular version="3" rows="2" columns="3">
19544 <features rotate="0" tabularvalignment="middle">
19545 <column alignment="center" valignment="top" width="0">
19546 <column alignment="center" valignment="top" width="0pt">
19547 <column alignment="center" valignment="top" width="0">
19548 <row>
19549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19550 \begin_inset Text
19551
19552 \begin_layout Plain Layout
19553 a
19554 \end_layout
19555
19556 \end_inset
19557 </cell>
19558 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19559 \begin_inset Text
19560
19561 \begin_layout Plain Layout
19562 \begin_inset Box Frameless
19563 position "t"
19564 hor_pos "c"
19565 has_inner_box 1
19566 inner_pos "t"
19567 use_parbox 0
19568 use_makebox 0
19569 width "3cm"
19570 special "none"
19571 height "1in"
19572 height_special "totalheight"
19573 status open
19574
19575 \begin_layout Plain Layout
19576 rotierte Zelle
19577 \begin_inset Newline newline
19578 \end_inset
19579
19580 mit Zeilenumbruch
19581 \end_layout
19582
19583 \end_inset
19584
19585
19586 \end_layout
19587
19588 \end_inset
19589 </cell>
19590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19591 \begin_inset Text
19592
19593 \begin_layout Plain Layout
19594 e
19595 \end_layout
19596
19597 \end_inset
19598 </cell>
19599 </row>
19600 <row>
19601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19602 \begin_inset Text
19603
19604 \begin_layout Plain Layout
19605 b
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614 c
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19620 \begin_inset Text
19621
19622 \begin_layout Plain Layout
19623 d
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 </row>
19629 </lyxtabular>
19630
19631 \end_inset
19632
19633
19634 \end_layout
19635
19636 \end_inset
19637
19638
19639 \end_layout
19640
19641 \begin_layout Section
19642 Berechnung der Tabellenbreite
19643 \begin_inset CommandInset label
19644 LatexCommand label
19645 name "abs:Berechnung-der-Tabellenbreite"
19646
19647 \end_inset
19648
19649
19650 \end_layout
19651
19652 \begin_layout Standard
19653 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
19654  Tabelle nicht über den Seitenrand hinausragt.
19655  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
19656  aber wie viel Platz wird für jede Spalte benötigt?
19657 \end_layout
19658
19659 \begin_layout Standard
19660 Die Tabellenbreite 
19661 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19662 \end_inset
19663
19664  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
19665  
19666 \begin_inset Formula $W_{\mathrm{Spalte}}$
19667 \end_inset
19668
19669  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
19670  Spalteninhalt und dem Rand der Spalte (LaTeX-Länge
19671 \series bold
19672  
19673 \backslash
19674 tabcolsep
19675 \series default
19676 , Voreinstellung 6
19677 \begin_inset space \thinspace{}
19678 \end_inset
19679
19680 pt) plus die Breite einer Tabellenlinie (LaTeX-Länge 
19681 \series bold
19682
19683 \backslash
19684 arrayrulewidth
19685 \series default
19686 , Voreinstellung 0.4
19687 \begin_inset space \thinspace{}
19688 \end_inset
19689
19690 pt): Wenn alle 
19691 \begin_inset Formula $n$
19692 \end_inset
19693
19694
19695 \begin_inset space ~
19696 \end_inset
19697
19698 Spalten dieselbe Breite haben, ist die Tabellenbreite also
19699 \begin_inset Formula 
19700 \begin{equation}
19701 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19702 \end{equation}
19703
19704 \end_inset
19705
19706
19707 \end_layout
19708
19709 \begin_layout Standard
19710 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
19711  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (LaTeX-Länge
19712  
19713 \series bold
19714
19715 \backslash
19716 columnwidth
19717 \series default
19718 ).
19719  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
19720 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19721 \end_inset
19722
19723  gleich 1
19724 \begin_inset space \thinspace{}
19725 \end_inset
19726
19727
19728 \backslash
19729 columnwidth sein soll, kann 
19730 \begin_inset Formula $W_{\mathrm{Spalte}}$
19731 \end_inset
19732
19733  leicht berechnet werden.
19734 \end_layout
19735
19736 \begin_layout Standard
19737 Um Berechnungen ausführen zu können, muss das LaTeX-Paket 
19738 \series bold
19739 calc
19740 \series default
19741
19742 \begin_inset Index idx
19743 status collapsed
19744
19745 \begin_layout Plain Layout
19746 LaTeX-Pakete ! calc
19747 \end_layout
19748
19749 \end_inset
19750
19751  im LaTeX-Vorspann geladen werden.
19752  Um die Breite im Tabellendialog anzugeben, muss das Feld 
19753 \family sans
19754 LaTeX-Argument
19755 \family default
19756  verwendet werden.
19757  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
19758 \begin_inset space ~
19759 \end_inset
19760
19761
19762 \begin_inset CommandInset ref
19763 LatexCommand ref
19764 reference "uab:Mehrfachspalten-Berechnungen"
19765
19766 \end_inset
19767
19768  erklärt ist.
19769  Für eine Tabelle mit 5
19770 \begin_inset space \thinspace{}
19771 \end_inset
19772
19773 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
19774  für jede Spalte den Befehl
19775 \end_layout
19776
19777 \begin_layout Standard
19778
19779 \series bold
19780 >{
19781 \backslash
19782 centering}p{(1
19783 \backslash
19784 columnwidth-62.4pt)/5}
19785 \end_layout
19786
19787 \begin_layout Standard
19788 an.
19789  Für eine Tabelle mit 5
19790 \begin_inset space \thinspace{}
19791 \end_inset
19792
19793 Spalten bei der 2 das 0,75
19794 \begin_inset space \thinspace{}
19795 \end_inset
19796
19797 fache der Breite der anderen 3
19798 \begin_inset space ~
19799 \end_inset
19800
19801 Spalten haben sollen, ist die Berechnung
19802 \begin_inset Formula 
19803 \begin{align}
19804 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{Spalte}}+2\cdot0,75\, W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19805  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19806  & =4,5\, W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
19807 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
19808 \end{align}
19809
19810 \end_inset
19811
19812
19813 \end_layout
19814
19815 \begin_layout Standard
19816 In der Tabelle wird daher der Befehl
19817 \end_layout
19818
19819 \begin_layout Standard
19820
19821 \series bold
19822 >{
19823 \backslash
19824 centering}p{(1
19825 \backslash
19826 columnwidth-62.4pt)/
19827 \backslash
19828 real{4.5}}
19829 \end_layout
19830
19831 \begin_layout Standard
19832 für die breiteren Spalten verwendet und
19833 \end_layout
19834
19835 \begin_layout Standard
19836
19837 \series bold
19838 >{
19839 \backslash
19840 centering}p{(1
19841 \backslash
19842 columnwidth-62.4pt)/
19843 \backslash
19844 real{4.5}*
19845 \backslash
19846 real{0.75}}
19847 \end_layout
19848
19849 \begin_layout Standard
19850 für die schmaleren:
19851 \end_layout
19852
19853 \begin_layout Standard
19854 \begin_inset Tabular
19855 <lyxtabular version="3" rows="2" columns="5">
19856 <features rotate="0" tabularvalignment="middle">
19857 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19858 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19859 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19860 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19861 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19862 <row>
19863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19864 \begin_inset Text
19865
19866 \begin_layout Plain Layout
19867 1
19868 \end_layout
19869
19870 \end_inset
19871 </cell>
19872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19873 \begin_inset Text
19874
19875 \begin_layout Plain Layout
19876 2
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19882 \begin_inset Text
19883
19884 \begin_layout Plain Layout
19885 3
19886 \end_layout
19887
19888 \end_inset
19889 </cell>
19890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19891 \begin_inset Text
19892
19893 \begin_layout Plain Layout
19894 4
19895 \end_layout
19896
19897 \end_inset
19898 </cell>
19899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19900 \begin_inset Text
19901
19902 \begin_layout Plain Layout
19903 5
19904 \end_layout
19905
19906 \end_inset
19907 </cell>
19908 </row>
19909 <row>
19910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914 111111 1111111 111111 111111111 11111 11111 1111
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923
19924 \end_layout
19925
19926 \end_inset
19927 </cell>
19928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19929 \begin_inset Text
19930
19931 \begin_layout Plain Layout
19932 2222 22222 222222 222222222 2222222 22 22222
19933 \end_layout
19934
19935 \end_inset
19936 </cell>
19937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19938 \begin_inset Text
19939
19940 \begin_layout Plain Layout
19941
19942 \end_layout
19943
19944 \end_inset
19945 </cell>
19946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19947 \begin_inset Text
19948
19949 \begin_layout Plain Layout
19950 333333 333333 333333 33333 3333333 333
19951 \end_layout
19952
19953 \end_inset
19954 </cell>
19955 </row>
19956 </lyxtabular>
19957
19958 \end_inset
19959
19960
19961 \end_layout
19962
19963 \begin_layout Section
19964 Tabellen-Anpassung
19965 \begin_inset Index idx
19966 status collapsed
19967
19968 \begin_layout Plain Layout
19969 Tabellen ! Anpassung
19970 \end_layout
19971
19972 \end_inset
19973
19974
19975 \end_layout
19976
19977 \begin_layout Subsection
19978 Zeilenabstand
19979 \begin_inset CommandInset label
19980 LatexCommand label
19981 name "uab:Zeilenabstand"
19982
19983 \end_inset
19984
19985
19986 \begin_inset Index idx
19987 status collapsed
19988
19989 \begin_layout Plain Layout
19990 Tabellen ! Zeilenabstand
19991 \end_layout
19992
19993 \end_inset
19994
19995
19996 \end_layout
19997
19998 \begin_layout Standard
19999 Auf der Karteikarte 
20000 \family sans
20001 Rahmen
20002 \family default
20003  des 
20004 \family sans
20005 Tabellen-Einstellungen
20006 \family default
20007 -Dialogs können Sie 
20008 \family sans
20009 zusätzliche
20010 \begin_inset space ~
20011 \end_inset
20012
20013 Abstände
20014 \family default
20015  einfügen.
20016  Dabei haben Sie drei Möglichkeiten:
20017 \end_layout
20018
20019 \begin_layout Description
20020 Oberhalb
20021 \begin_inset space ~
20022 \end_inset
20023
20024 der
20025 \begin_inset space ~
20026 \end_inset
20027
20028 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
20029  Bei einer formalen Tabelle
20030 \begin_inset Foot
20031 status collapsed
20032
20033 \begin_layout Plain Layout
20034 Formale Tabellen wurden in Abschnitt
20035 \begin_inset space ~
20036 \end_inset
20037
20038
20039 \begin_inset CommandInset ref
20040 LatexCommand ref
20041 reference "abs:Formale-Tabellen"
20042
20043 \end_inset
20044
20045  beschrieben.
20046 \end_layout
20047
20048 \end_inset
20049
20050  fügt LyX standardmäßig 0.5
20051 \begin_inset space \thinspace{}
20052 \end_inset
20053
20054 em Leerraum ein.
20055  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20056 \begin_inset VSpace medskip
20057 \end_inset
20058
20059
20060 \begin_inset Newline newline
20061 \end_inset
20062
20063
20064 \begin_inset space \hspace*{}
20065 \length 0pt
20066 \end_inset
20067
20068
20069 \begin_inset space \hfill{}
20070 \end_inset
20071
20072
20073 \begin_inset Tabular
20074 <lyxtabular version="3" rows="3" columns="1">
20075 <features rotate="0" tabularvalignment="middle">
20076 <column alignment="center" valignment="top" width="0">
20077 <row>
20078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Plain Layout
20082 A
20083 \end_layout
20084
20085 \end_inset
20086 </cell>
20087 </row>
20088 <row topspace="3mm">
20089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20090 \begin_inset Text
20091
20092 \begin_layout Plain Layout
20093 3
20094 \begin_inset space \thinspace{}
20095 \end_inset
20096
20097 mm Leerraum oberhalb der Zeile
20098 \end_layout
20099
20100 \end_inset
20101 </cell>
20102 </row>
20103 <row>
20104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108 C
20109 \end_layout
20110
20111 \end_inset
20112 </cell>
20113 </row>
20114 </lyxtabular>
20115
20116 \end_inset
20117
20118
20119 \begin_inset space \hfill{}
20120 \end_inset
20121
20122
20123 \begin_inset space \hspace*{}
20124 \length 0pt
20125 \end_inset
20126
20127
20128 \begin_inset VSpace medskip
20129 \end_inset
20130
20131
20132 \begin_inset Newline newline
20133 \end_inset
20134
20135 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20136 n Linien verwenden.
20137 \end_layout
20138
20139 \begin_layout Description
20140 Unterhalb
20141 \begin_inset space ~
20142 \end_inset
20143
20144 der
20145 \begin_inset space ~
20146 \end_inset
20147
20148 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
20149  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
20150 \begin_inset space \thinspace{}
20151 \end_inset
20152
20153 em Leerraum ein.
20154  Bei normalen Tabellen ist der Standardwert 2
20155 \begin_inset space \thinspace{}
20156 \end_inset
20157
20158 pt.
20159 \end_layout
20160
20161 \begin_layout Description
20162 Zwischen
20163 \begin_inset space ~
20164 \end_inset
20165
20166 den
20167 \begin_inset space ~
20168 \end_inset
20169
20170 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
20171  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
20172 \begin_inset space \thinspace{}
20173 \end_inset
20174
20175 em Leerraum ein.
20176  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20177 \begin_inset VSpace medskip
20178 \end_inset
20179
20180
20181 \begin_inset Newline newline
20182 \end_inset
20183
20184
20185 \begin_inset space \hspace*{}
20186 \length 0pt
20187 \end_inset
20188
20189
20190 \begin_inset space \hfill{}
20191 \end_inset
20192
20193
20194 \begin_inset Tabular
20195 <lyxtabular version="3" rows="3" columns="1">
20196 <features rotate="0" tabularvalignment="middle">
20197 <column alignment="center" valignment="top" width="0">
20198 <row>
20199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20200 \begin_inset Text
20201
20202 \begin_layout Plain Layout
20203 A
20204 \end_layout
20205
20206 \end_inset
20207 </cell>
20208 </row>
20209 <row interlinespace="3mm">
20210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20211 \begin_inset Text
20212
20213 \begin_layout Plain Layout
20214 \begin_inset Formula $\downarrow$
20215 \end_inset
20216
20217  3
20218 \begin_inset space \thinspace{}
20219 \end_inset
20220
20221 mm Leerraum zwischen den Zeilen 
20222 \begin_inset Formula $\downarrow$
20223 \end_inset
20224
20225
20226 \end_layout
20227
20228 \end_inset
20229 </cell>
20230 </row>
20231 <row>
20232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20233 \begin_inset Text
20234
20235 \begin_layout Plain Layout
20236 \begin_inset Formula $\uparrow$
20237 \end_inset
20238
20239  3
20240 \begin_inset space \thinspace{}
20241 \end_inset
20242
20243 mm Leerraum zwischen den Zeilen 
20244 \begin_inset Formula $\uparrow$
20245 \end_inset
20246
20247
20248 \end_layout
20249
20250 \end_inset
20251 </cell>
20252 </row>
20253 </lyxtabular>
20254
20255 \end_inset
20256
20257
20258 \begin_inset space \hfill{}
20259 \end_inset
20260
20261
20262 \begin_inset space \hspace*{}
20263 \length 0pt
20264 \end_inset
20265
20266
20267 \begin_inset VSpace medskip
20268 \end_inset
20269
20270
20271 \begin_inset Newline newline
20272 \end_inset
20273
20274 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20275 n Linien verwenden.
20276 \end_layout
20277
20278 \begin_layout Standard
20279 \begin_inset VSpace bigskip
20280 \end_inset
20281
20282 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
20283  Befehlen im LaTeX-Vorspann machen:
20284 \end_layout
20285
20286 \begin_layout Standard
20287
20288 \series bold
20289
20290 \backslash
20291 @ifundefined{extrarowheight}
20292 \begin_inset Newline newline
20293 \end_inset
20294
20295
20296 \begin_inset Phantom HPhantom
20297 status open
20298
20299 \begin_layout Plain Layout
20300
20301 \series bold
20302 \begin_inset space ~
20303 \end_inset
20304
20305
20306 \end_layout
20307
20308 \end_inset
20309
20310 {
20311 \backslash
20312 usepackage{array}}{}
20313 \begin_inset Newline newline
20314 \end_inset
20315
20316
20317 \backslash
20318 setlength{
20319 \backslash
20320 extrarowheight}{Höhe}
20321 \end_layout
20322
20323 \begin_layout Standard
20324 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
20325  ausgerichtet sind.
20326  (Das Paket 
20327 \series bold
20328 array
20329 \series default
20330  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
20331  verwenden.
20332  Der Befehl 
20333 \series bold
20334
20335 \backslash
20336 @ifundefined
20337 \series default
20338  vermeidet, dass es in diesem Fall doppelt geladen wird.)
20339 \end_layout
20340
20341 \begin_layout Standard
20342 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
20343  zu nah an den Buchstaben.
20344  Das kann korrigiert werden, indem man den Befehl 
20345 \series bold
20346
20347 \backslash
20348 strut
20349 \series default
20350  als TeX-Code am Anfang einer Tabellenzeile einfügt.
20351  Tabelle
20352 \begin_inset space ~
20353 \end_inset
20354
20355
20356 \begin_inset CommandInset ref
20357 LatexCommand ref
20358 reference "tab:Vertikale-Ausrichtung-von"
20359
20360 \end_inset
20361
20362  zeigt den Effekt.
20363 \end_layout
20364
20365 \begin_layout Standard
20366 \noindent
20367 \begin_inset Float table
20368 placement h
20369 wide false
20370 sideways false
20371 status open
20372
20373 \begin_layout Plain Layout
20374 \begin_inset Caption Standard
20375
20376 \begin_layout Plain Layout
20377 \begin_inset CommandInset label
20378 LatexCommand label
20379 name "tab:Vertikale-Ausrichtung-von"
20380
20381 \end_inset
20382
20383 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
20384 \end_layout
20385
20386 \end_inset
20387
20388
20389 \end_layout
20390
20391 \begin_layout Plain Layout
20392 \begin_inset space \hfill{}
20393 \end_inset
20394
20395
20396 \begin_inset Float table
20397 wide false
20398 sideways false
20399 status collapsed
20400
20401 \begin_layout Plain Layout
20402 \begin_inset Caption Standard
20403
20404 \begin_layout Plain Layout
20405 Normale Tabelle.
20406 \end_layout
20407
20408 \end_inset
20409
20410
20411 \end_layout
20412
20413 \begin_layout Plain Layout
20414 \noindent
20415 \align center
20416 \begin_inset Tabular
20417 <lyxtabular version="3" rows="6" columns="1">
20418 <features rotate="0" tabularvalignment="middle">
20419 <column alignment="left" valignment="top" width="0">
20420 <row>
20421 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20422 \begin_inset Text
20423
20424 \begin_layout Plain Layout
20425 Normal, g
20426 \end_layout
20427
20428 \end_inset
20429 </cell>
20430 </row>
20431 <row>
20432 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20433 \begin_inset Text
20434
20435 \begin_layout Plain Layout
20436
20437 \size large
20438 Groß, g
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 </row>
20444 <row>
20445 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20446 \begin_inset Text
20447
20448 \begin_layout Plain Layout
20449
20450 \size larger
20451 Größer, g
20452 \end_layout
20453
20454 \end_inset
20455 </cell>
20456 </row>
20457 <row>
20458 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20459 \begin_inset Text
20460
20461 \begin_layout Plain Layout
20462
20463 \size largest
20464 noch Größer, g
20465 \end_layout
20466
20467 \end_inset
20468 </cell>
20469 </row>
20470 <row>
20471 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20472 \begin_inset Text
20473
20474 \begin_layout Plain Layout
20475
20476 \size huge
20477 Riesig
20478 \end_layout
20479
20480 \end_inset
20481 </cell>
20482 </row>
20483 <row>
20484 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20485 \begin_inset Text
20486
20487 \begin_layout Plain Layout
20488
20489 \size giant
20490 Gigantisch
20491 \end_layout
20492
20493 \end_inset
20494 </cell>
20495 </row>
20496 </lyxtabular>
20497
20498 \end_inset
20499
20500
20501 \end_layout
20502
20503 \end_inset
20504
20505
20506 \begin_inset space \hfill{}
20507 \end_inset
20508
20509
20510 \begin_inset Float table
20511 wide false
20512 sideways false
20513 status collapsed
20514
20515 \begin_layout Plain Layout
20516 \begin_inset Caption Standard
20517
20518 \begin_layout Plain Layout
20519 Tabelle bei der der Befehl 
20520 \series bold
20521
20522 \backslash
20523 strut
20524 \series default
20525  verwendet wurde.
20526 \end_layout
20527
20528 \end_inset
20529
20530
20531 \end_layout
20532
20533 \begin_layout Plain Layout
20534 \noindent
20535 \align center
20536 \begin_inset Tabular
20537 <lyxtabular version="3" rows="6" columns="1">
20538 <features rotate="0" tabularvalignment="middle">
20539 <column alignment="left" valignment="top" width="0">
20540 <row>
20541 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20542 \begin_inset Text
20543
20544 \begin_layout Plain Layout
20545 Normal, g
20546 \end_layout
20547
20548 \end_inset
20549 </cell>
20550 </row>
20551 <row>
20552 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20553 \begin_inset Text
20554
20555 \begin_layout Plain Layout
20556
20557 \size large
20558 \begin_inset ERT
20559 status collapsed
20560
20561 \begin_layout Plain Layout
20562
20563
20564 \backslash
20565 strut 
20566 \end_layout
20567
20568 \end_inset
20569
20570 Groß, g
20571 \end_layout
20572
20573 \end_inset
20574 </cell>
20575 </row>
20576 <row>
20577 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20578 \begin_inset Text
20579
20580 \begin_layout Plain Layout
20581
20582 \size larger
20583 \begin_inset ERT
20584 status collapsed
20585
20586 \begin_layout Plain Layout
20587
20588
20589 \backslash
20590 strut 
20591 \end_layout
20592
20593 \end_inset
20594
20595 Größer, g
20596 \end_layout
20597
20598 \end_inset
20599 </cell>
20600 </row>
20601 <row>
20602 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20603 \begin_inset Text
20604
20605 \begin_layout Plain Layout
20606
20607 \size largest
20608 \begin_inset ERT
20609 status collapsed
20610
20611 \begin_layout Plain Layout
20612
20613
20614 \backslash
20615 strut 
20616 \end_layout
20617
20618 \end_inset
20619
20620 noch Größer, g
20621 \end_layout
20622
20623 \end_inset
20624 </cell>
20625 </row>
20626 <row>
20627 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20628 \begin_inset Text
20629
20630 \begin_layout Plain Layout
20631
20632 \size huge
20633 \begin_inset ERT
20634 status collapsed
20635
20636 \begin_layout Plain Layout
20637
20638
20639 \backslash
20640 strut 
20641 \end_layout
20642
20643 \end_inset
20644
20645 Riesig
20646 \end_layout
20647
20648 \end_inset
20649 </cell>
20650 </row>
20651 <row>
20652 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20653 \begin_inset Text
20654
20655 \begin_layout Plain Layout
20656
20657 \size giant
20658 \begin_inset ERT
20659 status collapsed
20660
20661 \begin_layout Plain Layout
20662
20663
20664 \backslash
20665 strut 
20666 \end_layout
20667
20668 \end_inset
20669
20670 Gigantisch
20671 \end_layout
20672
20673 \end_inset
20674 </cell>
20675 </row>
20676 </lyxtabular>
20677
20678 \end_inset
20679
20680
20681 \end_layout
20682
20683 \end_inset
20684
20685
20686 \begin_inset space \hfill{}
20687 \end_inset
20688
20689
20690 \end_layout
20691
20692 \end_inset
20693
20694
20695 \end_layout
20696
20697 \begin_layout Subsection
20698 Besondere Zellenausrichtung
20699 \begin_inset CommandInset label
20700 LatexCommand label
20701 name "uab:Besondere-Zellenausrichtung"
20702
20703 \end_inset
20704
20705
20706 \begin_inset Index idx
20707 status collapsed
20708
20709 \begin_layout Plain Layout
20710 Tabellen ! Zellenausrichtung
20711 \end_layout
20712
20713 \end_inset
20714
20715
20716 \end_layout
20717
20718 \begin_layout Standard
20719 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
20720  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
20721 \begin_inset space ~
20722 \end_inset
20723
20724
20725 \begin_inset CommandInset ref
20726 LatexCommand ref
20727 reference "tab:Tabellenzellen-sind-auf"
20728
20729 \end_inset
20730
20731 .
20732  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
20733  dann entweder den Werkzeugleistenknopf 
20734 \begin_inset Info
20735 type  "icon"
20736 arg   "inset-modify tabular align-decimal"
20737 \end_inset
20738
20739  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
20740 \family sans
20741 Am
20742 \begin_inset space ~
20743 \end_inset
20744
20745 Dezimaltrenner
20746 \family default
20747  setzt.
20748  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
20749  frei wählen.
20750 \end_layout
20751
20752 \begin_layout Standard
20753 \begin_inset Float table
20754 placement h
20755 wide false
20756 sideways false
20757 status open
20758
20759 \begin_layout Plain Layout
20760 \begin_inset Caption Standard
20761
20762 \begin_layout Plain Layout
20763 \begin_inset CommandInset label
20764 LatexCommand label
20765 name "tab:Tabellenzellen-sind-auf"
20766
20767 \end_inset
20768
20769 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
20770 \end_layout
20771
20772 \end_inset
20773
20774
20775 \end_layout
20776
20777 \begin_layout Plain Layout
20778 \align center
20779 \begin_inset Tabular
20780 <lyxtabular version="3" rows="4" columns="1">
20781 <features rotate="0" booktabs="true" tabularvalignment="middle">
20782 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20783 <row>
20784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20785 \begin_inset Text
20786
20787 \begin_layout Plain Layout
20788 Überschrift
20789 \end_layout
20790
20791 \end_inset
20792 </cell>
20793 </row>
20794 <row>
20795 <cell alignment="center" valignment="top" topline="true" usebox="none">
20796 \begin_inset Text
20797
20798 \begin_layout Plain Layout
20799 12,6
20800 \end_layout
20801
20802 \end_inset
20803 </cell>
20804 </row>
20805 <row>
20806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20807 \begin_inset Text
20808
20809 \begin_layout Plain Layout
20810 0,68
20811 \end_layout
20812
20813 \end_inset
20814 </cell>
20815 </row>
20816 <row>
20817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Plain Layout
20821 -123,0
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 </row>
20827 </lyxtabular>
20828
20829 \end_inset
20830
20831
20832 \end_layout
20833
20834 \end_inset
20835
20836
20837 \end_layout
20838
20839 \begin_layout Standard
20840 \begin_inset Float table
20841 placement h
20842 wide false
20843 sideways false
20844 status open
20845
20846 \begin_layout Plain Layout
20847 \begin_inset Caption Standard
20848
20849 \begin_layout Plain Layout
20850 \begin_inset CommandInset label
20851 LatexCommand label
20852 name "tab:Tabellenzellen-Operator"
20853
20854 \end_inset
20855
20856 Tabellenzellen sind auf den Operator ausgerichtet
20857 \end_layout
20858
20859 \end_inset
20860
20861
20862 \end_layout
20863
20864 \begin_layout Plain Layout
20865 \align center
20866 \begin_inset Tabular
20867 <lyxtabular version="3" rows="4" columns="2">
20868 <features rotate="0" booktabs="true" tabularvalignment="middle">
20869 <column alignment="right" valignment="top" width="0pt">
20870 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20871 <row>
20872 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876 Überschrift
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20882 \begin_inset Text
20883
20884 \begin_layout Plain Layout
20885
20886 \end_layout
20887
20888 \end_inset
20889 </cell>
20890 </row>
20891 <row>
20892 <cell alignment="center" valignment="top" usebox="none">
20893 \begin_inset Text
20894
20895 \begin_layout Plain Layout
20896 \begin_inset Formula $12\,+$
20897 \end_inset
20898
20899
20900 \end_layout
20901
20902 \end_inset
20903 </cell>
20904 <cell alignment="center" valignment="top" usebox="none">
20905 \begin_inset Text
20906
20907 \begin_layout Plain Layout
20908 \begin_inset Formula $\,6$
20909 \end_inset
20910
20911
20912 \end_layout
20913
20914 \end_inset
20915 </cell>
20916 </row>
20917 <row>
20918 <cell alignment="center" valignment="top" usebox="none">
20919 \begin_inset Text
20920
20921 \begin_layout Plain Layout
20922 \begin_inset Formula $0\,-$
20923 \end_inset
20924
20925
20926 \end_layout
20927
20928 \end_inset
20929 </cell>
20930 <cell alignment="center" valignment="top" usebox="none">
20931 \begin_inset Text
20932
20933 \begin_layout Plain Layout
20934 \begin_inset Formula $\,68$
20935 \end_inset
20936
20937
20938 \end_layout
20939
20940 \end_inset
20941 </cell>
20942 </row>
20943 <row>
20944 <cell alignment="center" valignment="top" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Plain Layout
20948 \begin_inset Formula $-123\,/$
20949 \end_inset
20950
20951
20952 \end_layout
20953
20954 \end_inset
20955 </cell>
20956 <cell alignment="center" valignment="top" usebox="none">
20957 \begin_inset Text
20958
20959 \begin_layout Plain Layout
20960 \begin_inset Formula $\,0$
20961 \end_inset
20962
20963
20964 \end_layout
20965
20966 \end_inset
20967 </cell>
20968 </row>
20969 </lyxtabular>
20970
20971 \end_inset
20972
20973
20974 \end_layout
20975
20976 \end_inset
20977
20978
20979 \end_layout
20980
20981 \begin_layout Standard
20982 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
20983  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
20984  Formeln erlaubt.
20985  In diesem Fall verwendet man die Methode von Tabelle
20986 \begin_inset space ~
20987 \end_inset
20988
20989
20990 \begin_inset CommandInset ref
20991 LatexCommand ref
20992 reference "tab:Tabellenzellen-Operator"
20993
20994 \end_inset
20995
20996 .
20997  Diese Tabelle wurde als 4×2 Tabelle erstellt.
20998  Die Überschrift ist eine zentrierte Mehrfachspalte.
20999  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
21000  und den Operator.
21001  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
21002  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
21003  um den üblichen Leerraum um einen Operator zu erhalten.
21004  Um den Raum zwischen den beiden Spalten zu löschen, wurde im LaTeX-Argument
21005  für die zweite Spalte folgendes eingefügt:
21006 \end_layout
21007
21008 \begin_layout Standard
21009
21010 \series bold
21011 @{}l
21012 \end_layout
21013
21014 \begin_layout Standard
21015 Tabelle
21016 \begin_inset space ~
21017 \end_inset
21018
21019
21020 \begin_inset CommandInset ref
21021 LatexCommand ref
21022 reference "tab:Verschiedene-Ausrichtungen"
21023
21024 \end_inset
21025
21026  zeigt einige Ausrichtungen.
21027  Für die Ausrichtung der Relationen wurde ein kleiner 
21028 \family sans
21029 Leerraum
21030 \family default
21031  eingefügt; wie in der zweiten Spalte von Tabelle
21032 \begin_inset space ~
21033 \end_inset
21034
21035
21036 \begin_inset CommandInset ref
21037 LatexCommand ref
21038 reference "tab:Tabellenzellen-Operator"
21039
21040 \end_inset
21041
21042 .
21043 \end_layout
21044
21045 \begin_layout Standard
21046
21047 \color black
21048 \begin_inset Float table
21049 placement h
21050 wide false
21051 sideways false
21052 status open
21053
21054 \begin_layout Plain Layout
21055
21056 \color black
21057 \begin_inset Caption Standard
21058
21059 \begin_layout Plain Layout
21060
21061 \color black
21062 \begin_inset CommandInset label
21063 LatexCommand label
21064 name "tab:Verschiedene-Ausrichtungen"
21065
21066 \end_inset
21067
21068
21069 \color inherit
21070 Verschiedene Ausrichtungen
21071 \end_layout
21072
21073 \end_inset
21074
21075
21076 \end_layout
21077
21078 \begin_layout Plain Layout
21079 \align center
21080 \begin_inset Tabular
21081 <lyxtabular version="3" rows="4" columns="6">
21082 <features rotate="0" tabularvalignment="middle">
21083 <column alignment="right" valignment="top" width="0">
21084 <column alignment="left" valignment="top" width="0" special="@{}l">
21085 <column alignment="right" valignment="top" width="0">
21086 <column alignment="left" valignment="top" width="0" special="@{}l">
21087 <column alignment="right" valignment="top" width="0">
21088 <column alignment="left" valignment="top" width="0" special="@{}l">
21089 <row>
21090 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21091 \begin_inset Text
21092
21093 \begin_layout Plain Layout
21094 Einheiten
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21100 \begin_inset Text
21101
21102 \begin_layout Plain Layout
21103
21104 \end_layout
21105
21106 \end_inset
21107 </cell>
21108 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21109 \begin_inset Text
21110
21111 \begin_layout Plain Layout
21112 Exponenten
21113 \end_layout
21114
21115 \end_inset
21116 </cell>
21117 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21118 \begin_inset Text
21119
21120 \begin_layout Plain Layout
21121
21122 \end_layout
21123
21124 \end_inset
21125 </cell>
21126 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21127 \begin_inset Text
21128
21129 \begin_layout Plain Layout
21130 Relationen
21131 \end_layout
21132
21133 \end_inset
21134 </cell>
21135 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21136 \begin_inset Text
21137
21138 \begin_layout Plain Layout
21139
21140 \end_layout
21141
21142 \end_inset
21143 </cell>
21144 </row>
21145 <row>
21146 <cell alignment="center" valignment="top" usebox="none">
21147 \begin_inset Text
21148
21149 \begin_layout Plain Layout
21150 12×
21151 \end_layout
21152
21153 \end_inset
21154 </cell>
21155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21156 \begin_inset Text
21157
21158 \begin_layout Plain Layout
21159 24
21160 \begin_inset space \thinspace{}
21161 \end_inset
21162
21163 Flaschen
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 <cell alignment="center" valignment="top" usebox="none">
21169 \begin_inset Text
21170
21171 \begin_layout Plain Layout
21172 \begin_inset Formula $10\cdot$
21173 \end_inset
21174
21175
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21181 \begin_inset Text
21182
21183 \begin_layout Plain Layout
21184 \begin_inset Formula $10^{\mbox{-}17}$
21185 \end_inset
21186
21187
21188 \end_layout
21189
21190 \end_inset
21191 </cell>
21192 <cell alignment="center" valignment="top" usebox="none">
21193 \begin_inset Text
21194
21195 \begin_layout Plain Layout
21196 \begin_inset Formula $\Gamma(t)\propto$
21197 \end_inset
21198
21199
21200 \end_layout
21201
21202 \end_inset
21203 </cell>
21204 <cell alignment="center" valignment="top" usebox="none">
21205 \begin_inset Text
21206
21207 \begin_layout Plain Layout
21208 \begin_inset Formula $\:\Upsilon(t)$
21209 \end_inset
21210
21211
21212 \end_layout
21213
21214 \end_inset
21215 </cell>
21216 </row>
21217 <row>
21218 <cell alignment="center" valignment="top" usebox="none">
21219 \begin_inset Text
21220
21221 \begin_layout Plain Layout
21222 1024×
21223 \end_layout
21224
21225 \end_inset
21226 </cell>
21227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21228 \begin_inset Text
21229
21230 \begin_layout Plain Layout
21231 768
21232 \begin_inset space \thinspace{}
21233 \end_inset
21234
21235 Pixel
21236 \end_layout
21237
21238 \end_inset
21239 </cell>
21240 <cell alignment="center" valignment="top" usebox="none">
21241 \begin_inset Text
21242
21243 \begin_layout Plain Layout
21244 \begin_inset Formula $5.78\cdot$
21245 \end_inset
21246
21247
21248 \end_layout
21249
21250 \end_inset
21251 </cell>
21252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21253 \begin_inset Text
21254
21255 \begin_layout Plain Layout
21256 \begin_inset Formula $10^{7}$
21257 \end_inset
21258
21259
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 <cell alignment="center" valignment="top" usebox="none">
21265 \begin_inset Text
21266
21267 \begin_layout Plain Layout
21268 \begin_inset Formula $A\ne$
21269 \end_inset
21270
21271
21272 \end_layout
21273
21274 \end_inset
21275 </cell>
21276 <cell alignment="center" valignment="top" usebox="none">
21277 \begin_inset Text
21278
21279 \begin_layout Plain Layout
21280 \begin_inset Formula $\: B_{\mathrm{red}}$
21281 \end_inset
21282
21283
21284 \end_layout
21285
21286 \end_inset
21287 </cell>
21288 </row>
21289 <row>
21290 <cell alignment="center" valignment="top" usebox="none">
21291 \begin_inset Text
21292
21293 \begin_layout Plain Layout
21294 32×
21295 \end_layout
21296
21297 \end_inset
21298 </cell>
21299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21300 \begin_inset Text
21301
21302 \begin_layout Plain Layout
21303 6
21304 \begin_inset space \thinspace{}
21305 \end_inset
21306
21307 cm
21308 \end_layout
21309
21310 \end_inset
21311 </cell>
21312 <cell alignment="center" valignment="top" usebox="none">
21313 \begin_inset Text
21314
21315 \begin_layout Plain Layout
21316 -
21317 \begin_inset Formula $33.5\cdot$
21318 \end_inset
21319
21320
21321 \end_layout
21322
21323 \end_inset
21324 </cell>
21325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21326 \begin_inset Text
21327
21328 \begin_layout Plain Layout
21329 \begin_inset Formula $10^{4}$
21330 \end_inset
21331
21332
21333 \end_layout
21334
21335 \end_inset
21336 </cell>
21337 <cell alignment="center" valignment="top" usebox="none">
21338 \begin_inset Text
21339
21340 \begin_layout Plain Layout
21341 \begin_inset Formula $\sin(\alpha)\ge$
21342 \end_inset
21343
21344
21345 \end_layout
21346
21347 \end_inset
21348 </cell>
21349 <cell alignment="center" valignment="top" usebox="none">
21350 \begin_inset Text
21351
21352 \begin_layout Plain Layout
21353 \begin_inset Formula $\:\sin(\beta)$
21354 \end_inset
21355
21356
21357 \end_layout
21358
21359 \end_inset
21360 </cell>
21361 </row>
21362 </lyxtabular>
21363
21364 \end_inset
21365
21366
21367 \end_layout
21368
21369 \end_inset
21370
21371
21372 \end_layout
21373
21374 \begin_layout Subsection
21375 Angepasste Zellen-/Spaltenformate
21376 \begin_inset CommandInset label
21377 LatexCommand label
21378 name "uab:Angepasste-Zellen-/Spaltenformate"
21379
21380 \end_inset
21381
21382
21383 \begin_inset Index idx
21384 status collapsed
21385
21386 \begin_layout Plain Layout
21387 Tabellen ! Spaltenformat
21388 \end_layout
21389
21390 \end_inset
21391
21392
21393 \end_layout
21394
21395 \begin_layout Standard
21396 Wenn man wie in Abschnitt
21397 \begin_inset space ~
21398 \end_inset
21399
21400
21401 \begin_inset CommandInset ref
21402 LatexCommand ref
21403 reference "abs:Berechnung-der-Tabellenbreite"
21404
21405 \end_inset
21406
21407  oder Abschnitt
21408 \begin_inset space ~
21409 \end_inset
21410
21411
21412 \begin_inset CommandInset ref
21413 LatexCommand ref
21414 reference "uab:Mehrfachspalten-Berechnungen"
21415
21416 \end_inset
21417
21418  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
21419  Tabellen sehr lästig.
21420  Um sich das Leben zu erleichtern, kann man im LaTeX-Vorspann ein Zellen/Spalten
21421 -Format definieren, das dann in allen Tabellen des Dokuments verwendet werden
21422  kann.
21423  Das Format wird mit dem Befehl
21424 \end_layout
21425
21426 \begin_layout Standard
21427
21428 \series bold
21429
21430 \backslash
21431 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
21432 \end_layout
21433
21434 \begin_layout Standard
21435 definiert.
21436  Der Formatname darf nur ein Buchstabe sein, aber nicht 
21437 \emph on
21438 b
21439 \emph default
21440
21441 \emph on
21442 c
21443 \emph default
21444
21445 \emph on
21446 l
21447 \emph default
21448
21449 \emph on
21450 m
21451 \emph default
21452
21453 \emph on
21454 p
21455 \emph default
21456  oder 
21457 \emph on
21458 r
21459 \emph default
21460 , weil diese vordefiniert sind.
21461  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
21462 \end_layout
21463
21464 \begin_layout Standard
21465 \begin_inset VSpace medskip
21466 \end_inset
21467
21468
21469 \end_layout
21470
21471 \begin_layout Standard
21472 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
21473  Breite könnte das Format so aussehen:
21474 \end_layout
21475
21476 \begin_layout Standard
21477
21478 \series bold
21479
21480 \backslash
21481 newcolumntype{M}[1]{>{
21482 \backslash
21483 centering
21484 \backslash
21485 hspace{0pt}}m{#1}}
21486 \end_layout
21487
21488 \begin_layout Standard
21489 wobei 
21490 \series bold
21491
21492 \backslash
21493 hspace{0pt}
21494 \series default
21495  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
21496  Abschnitt
21497 \begin_inset space ~
21498 \end_inset
21499
21500
21501 \begin_inset CommandInset ref
21502 LatexCommand ref
21503 reference "uab:Mehrfache-Zeilen-in"
21504
21505 \end_inset
21506
21507  beschrieben.
21508  Jetzt können Sie mit
21509 \end_layout
21510
21511 \begin_layout Standard
21512
21513 \series bold
21514 M{Breite}
21515 \end_layout
21516
21517 \begin_layout Standard
21518 im 
21519 \family sans
21520 LaTeX-Argument
21521 \family default
21522  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
21523 \end_layout
21524
21525 \begin_layout Standard
21526 \begin_inset VSpace bigskip
21527 \end_inset
21528
21529
21530 \end_layout
21531
21532 \begin_layout Standard
21533 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
21534  Format definieren:
21535 \end_layout
21536
21537 \begin_layout Standard
21538
21539 \series bold
21540
21541 \backslash
21542 newcolumntype{S}[2]{>{
21543 \backslash
21544 centering
21545 \backslash
21546 hspace{0pt}}
21547 \begin_inset Newline newline
21548 \end_inset
21549
21550
21551 \begin_inset Phantom HPhantom
21552 status open
21553
21554 \begin_layout Plain Layout
21555
21556 \series bold
21557
21558 \backslash
21559 newcolumntype
21560 \end_layout
21561
21562 \end_inset
21563
21564 m{(#1+(2
21565 \backslash
21566 tabcolsep+
21567 \backslash
21568 arrayrulewidth)*(1-#2))/#2}}
21569 \end_layout
21570
21571 \begin_layout Standard
21572 Dieses Format benutzt Gleichung
21573 \begin_inset space ~
21574 \end_inset
21575
21576
21577 \begin_inset CommandInset ref
21578 LatexCommand ref
21579 reference "eq:Wgn"
21580
21581 \end_inset
21582
21583 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
21584  breit ist.
21585 \end_layout
21586
21587 \begin_layout Standard
21588 Jetzt können Sie im 
21589 \family sans
21590 LaTeX-Argument
21591 \family default
21592  im 
21593 \family sans
21594 Tabellen-Einstellungen
21595 \family default
21596 -Dialog folgendes einfügen:
21597 \end_layout
21598
21599 \begin_layout Standard
21600
21601 \series bold
21602 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
21603 \end_layout
21604
21605 \begin_layout Standard
21606 \begin_inset VSpace bigskip
21607 \end_inset
21608
21609
21610 \end_layout
21611
21612 \begin_layout Standard
21613 Für farbige Spalten können Sie folgendes einfügen:
21614 \end_layout
21615
21616 \begin_layout Standard
21617
21618 \series bold
21619
21620 \backslash
21621 newcolumntype{K}[1]{>{
21622 \backslash
21623 columncolor{#1}
21624 \backslash
21625 hspace{0pt}}c}
21626 \end_layout
21627
21628 \begin_layout Standard
21629 Das 
21630 \begin_inset Quotes gld
21631 \end_inset
21632
21633 c
21634 \begin_inset Quotes grd
21635 \end_inset
21636
21637  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
21638  zentriert ist.
21639  Jetzt können Sie als 
21640 \family sans
21641 LaTeX-Argument
21642 \family default
21643  folgendes einfügen:
21644 \end_layout
21645
21646 \begin_layout Standard
21647
21648 \series bold
21649 K{Farbname}
21650 \end_layout
21651
21652 \begin_layout Standard
21653 \begin_inset VSpace bigskip
21654 \end_inset
21655
21656
21657 \end_layout
21658
21659 \begin_layout Standard
21660 Für Tabelle
21661 \begin_inset space ~
21662 \end_inset
21663
21664
21665 \begin_inset CommandInset ref
21666 LatexCommand ref
21667 reference "tab:Tabelle-mit-benutzerdefinierte"
21668
21669 \end_inset
21670
21671  wurden folgende 
21672 \family sans
21673 LaTeX-Argumente
21674 \family default
21675  benutzt:
21676 \end_layout
21677
21678 \begin_layout Standard
21679
21680 \series bold
21681 M{2.5cm}
21682 \end_layout
21683
21684 \begin_layout Standard
21685 für die erste Spalte und die Mehrfachspalte,
21686 \end_layout
21687
21688 \begin_layout Standard
21689
21690 \series bold
21691 K{red}
21692 \end_layout
21693
21694 \begin_layout Standard
21695 für die letzte Spalte und
21696 \end_layout
21697
21698 \begin_layout Standard
21699
21700 \series bold
21701 S{2.5cm}{2}
21702 \end_layout
21703
21704 \begin_layout Standard
21705 für die Spalten in der zweiten Mehrfachspalte.
21706 \end_layout
21707
21708 \begin_layout Standard
21709 \begin_inset Float table
21710 placement h
21711 wide false
21712 sideways false
21713 status open
21714
21715 \begin_layout Plain Layout
21716 \begin_inset Caption Standard
21717
21718 \begin_layout Plain Layout
21719 \begin_inset CommandInset label
21720 LatexCommand label
21721 name "tab:Tabelle-mit-benutzerdefinierte"
21722
21723 \end_inset
21724
21725 Tabelle mit benutzerdefinierten Formaten
21726 \end_layout
21727
21728 \end_inset
21729
21730
21731 \end_layout
21732
21733 \begin_layout Plain Layout
21734 \align center
21735 \begin_inset Tabular
21736 <lyxtabular version="3" rows="3" columns="4">
21737 <features rotate="0" tabularvalignment="middle">
21738 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21739 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
21740 <column alignment="center" valignment="middle" width="0">
21741 <column alignment="center" valignment="middle" width="0" special="K{red}">
21742 <row>
21743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21744 \begin_inset Text
21745
21746 \begin_layout Plain Layout
21747 einsehrlangesWort
21748 \end_layout
21749
21750 \end_inset
21751 </cell>
21752 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21753 \begin_inset Text
21754
21755 \begin_layout Plain Layout
21756 Mehrfachspalte mit mehreren Zeilen
21757 \end_layout
21758
21759 \end_inset
21760 </cell>
21761 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21762 \begin_inset Text
21763
21764 \begin_layout Plain Layout
21765
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21771 \begin_inset Text
21772
21773 \begin_layout Plain Layout
21774 c
21775 \end_layout
21776
21777 \end_inset
21778 </cell>
21779 </row>
21780 <row>
21781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21782 \begin_inset Text
21783
21784 \begin_layout Plain Layout
21785 d
21786 \end_layout
21787
21788 \end_inset
21789 </cell>
21790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21791 \begin_inset Text
21792
21793 \begin_layout Plain Layout
21794 e
21795 \end_layout
21796
21797 \end_inset
21798 </cell>
21799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21800 \begin_inset Text
21801
21802 \begin_layout Plain Layout
21803 f
21804 \end_layout
21805
21806 \end_inset
21807 </cell>
21808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21809 \begin_inset Text
21810
21811 \begin_layout Plain Layout
21812 g
21813 \end_layout
21814
21815 \end_inset
21816 </cell>
21817 </row>
21818 <row>
21819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21820 \begin_inset Text
21821
21822 \begin_layout Plain Layout
21823 h
21824 \end_layout
21825
21826 \end_inset
21827 </cell>
21828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21829 \begin_inset Text
21830
21831 \begin_layout Plain Layout
21832 i
21833 \end_layout
21834
21835 \end_inset
21836 </cell>
21837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout Plain Layout
21841 j
21842 \end_layout
21843
21844 \end_inset
21845 </cell>
21846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850 k
21851 \end_layout
21852
21853 \end_inset
21854 </cell>
21855 </row>
21856 </lyxtabular>
21857
21858 \end_inset
21859
21860
21861 \end_layout
21862
21863 \end_inset
21864
21865
21866 \end_layout
21867
21868 \begin_layout Subsection
21869 Liniendicke
21870 \begin_inset CommandInset label
21871 LatexCommand label
21872 name "uab:Liniendicke"
21873
21874 \end_inset
21875
21876
21877 \begin_inset Index idx
21878 status collapsed
21879
21880 \begin_layout Plain Layout
21881 Tabellen  ! Linien ! -dicke
21882 \end_layout
21883
21884 \end_inset
21885
21886
21887 \end_layout
21888
21889 \begin_layout Standard
21890 Die Liniendicke für alle Linien einer Tabelle kann mit 
21891 \series bold
21892
21893 \backslash
21894 arrayrulewidth
21895 \series default
21896  eingestellt werden.
21897  Um eine Liniendicke von 1.5
21898 \begin_inset space \thinspace{}
21899 \end_inset
21900
21901 pt wie in Tabelle
21902 \begin_inset space ~
21903 \end_inset
21904
21905
21906 \begin_inset CommandInset ref
21907 LatexCommand ref
21908 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
21909
21910 \end_inset
21911
21912  zu bekommen, geben Sie den Befehl
21913 \end_layout
21914
21915 \begin_layout Standard
21916
21917 \series bold
21918
21919 \backslash
21920 setlength{
21921 \backslash
21922 arrayrulewidth}{1.5pt}
21923 \end_layout
21924
21925 \begin_layout Standard
21926 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
21927  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
21928  Mit
21929 \end_layout
21930
21931 \begin_layout Standard
21932
21933 \series bold
21934
21935 \backslash
21936 setlength{
21937 \backslash
21938 arrayrulewidth}{0.4pt}
21939 \end_layout
21940
21941 \begin_layout Standard
21942 bekommen Sie wieder die Standarddicke.
21943 \end_layout
21944
21945 \begin_layout Standard
21946 \begin_inset ERT
21947 status collapsed
21948
21949 \begin_layout Plain Layout
21950
21951
21952 \backslash
21953 setlength{
21954 \backslash
21955 arrayrulewidth}{1.5pt}
21956 \end_layout
21957
21958 \end_inset
21959
21960
21961 \begin_inset Float table
21962 placement H
21963 wide false
21964 sideways false
21965 status open
21966
21967 \begin_layout Plain Layout
21968 \begin_inset Caption Standard
21969
21970 \begin_layout Plain Layout
21971 \begin_inset CommandInset label
21972 LatexCommand label
21973 name "tab:Tabelle-mit-1.5pt-Liniendicke"
21974
21975 \end_inset
21976
21977 Tabelle mit 1.5
21978 \begin_inset space \thinspace{}
21979 \end_inset
21980
21981 pt Liniendicke
21982 \end_layout
21983
21984 \end_inset
21985
21986
21987 \end_layout
21988
21989 \begin_layout Plain Layout
21990 \align center
21991 \begin_inset Tabular
21992 <lyxtabular version="3" rows="3" columns="3">
21993 <features rotate="0" tabularvalignment="middle">
21994 <column alignment="center" valignment="top" width="0">
21995 <column alignment="center" valignment="top" width="0">
21996 <column alignment="center" valignment="top" width="0">
21997 <row>
21998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002 sd
22003 \end_layout
22004
22005 \end_inset
22006 </cell>
22007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22008 \begin_inset Text
22009
22010 \begin_layout Plain Layout
22011
22012 \end_layout
22013
22014 \end_inset
22015 </cell>
22016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020
22021 \end_layout
22022
22023 \end_inset
22024 </cell>
22025 </row>
22026 <row>
22027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22028 \begin_inset Text
22029
22030 \begin_layout Plain Layout
22031
22032 \end_layout
22033
22034 \end_inset
22035 </cell>
22036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040 sd
22041 \end_layout
22042
22043 \end_inset
22044 </cell>
22045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22046 \begin_inset Text
22047
22048 \begin_layout Plain Layout
22049
22050 \end_layout
22051
22052 \end_inset
22053 </cell>
22054 </row>
22055 <row>
22056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22057 \begin_inset Text
22058
22059 \begin_layout Plain Layout
22060
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22066 \begin_inset Text
22067
22068 \begin_layout Plain Layout
22069
22070 \end_layout
22071
22072 \end_inset
22073 </cell>
22074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078 sd
22079 \end_layout
22080
22081 \end_inset
22082 </cell>
22083 </row>
22084 </lyxtabular>
22085
22086 \end_inset
22087
22088
22089 \end_layout
22090
22091 \end_inset
22092
22093
22094 \begin_inset ERT
22095 status collapsed
22096
22097 \begin_layout Plain Layout
22098
22099
22100 \backslash
22101 setlength{
22102 \backslash
22103 arrayrulewidth}{0.4pt}
22104 \end_layout
22105
22106 \end_inset
22107
22108
22109 \end_layout
22110
22111 \begin_layout Standard
22112 \begin_inset VSpace bigskip
22113 \end_inset
22114
22115 Um eine Liniendicke von 1.5
22116 \begin_inset space \thinspace{}
22117 \end_inset
22118
22119 pt nur für horizontale Linien zu bekommen wie in Tabelle
22120 \begin_inset space ~
22121 \end_inset
22122
22123
22124 \begin_inset CommandInset ref
22125 LatexCommand ref
22126 reference "tab:Tabelle-mit-1.5pt-horiz"
22127
22128 \end_inset
22129
22130 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
22131  einfügen:
22132 \end_layout
22133
22134 \begin_layout Standard
22135
22136 \series bold
22137
22138 \backslash
22139 let
22140 \backslash
22141 myHline
22142 \backslash
22143 hline
22144 \begin_inset Newline newline
22145 \end_inset
22146
22147
22148 \backslash
22149 renewcommand{
22150 \backslash
22151 hline}
22152 \begin_inset Newline newline
22153 \end_inset
22154
22155  {
22156 \backslash
22157 noalign{
22158 \backslash
22159 global
22160 \backslash
22161 arrayrulewidth 1.5pt}
22162 \begin_inset Newline newline
22163 \end_inset
22164
22165  
22166 \backslash
22167 myHline
22168 \backslash
22169 noalign{
22170 \backslash
22171 global
22172 \backslash
22173 arrayrulewidth 0.4pt}}
22174 \end_layout
22175
22176 \begin_layout Standard
22177 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
22178  der (Gleit\SpecialChar \-
22179 objekt-)Tabelle zurück:
22180 \end_layout
22181
22182 \begin_layout Standard
22183
22184 \series bold
22185
22186 \backslash
22187 renewcommand{
22188 \backslash
22189 hline}{
22190 \backslash
22191 myHline}
22192 \end_layout
22193
22194 \begin_layout Standard
22195 \begin_inset ERT
22196 status collapsed
22197
22198 \begin_layout Plain Layout
22199
22200
22201 \backslash
22202 let
22203 \backslash
22204 myHline
22205 \backslash
22206 hline
22207 \end_layout
22208
22209 \begin_layout Plain Layout
22210
22211
22212 \backslash
22213 renewcommand{
22214 \backslash
22215 hline}
22216 \end_layout
22217
22218 \begin_layout Plain Layout
22219
22220  {
22221 \backslash
22222 noalign{
22223 \backslash
22224 global
22225 \backslash
22226 arrayrulewidth 1.5pt}
22227 \end_layout
22228
22229 \begin_layout Plain Layout
22230
22231   
22232 \backslash
22233 myHline
22234 \backslash
22235 noalign{
22236 \backslash
22237 global
22238 \backslash
22239 arrayrulewidth 0.4pt}}
22240 \end_layout
22241
22242 \end_inset
22243
22244
22245 \begin_inset Float table
22246 placement h
22247 wide false
22248 sideways false
22249 status open
22250
22251 \begin_layout Plain Layout
22252 \begin_inset Caption Standard
22253
22254 \begin_layout Plain Layout
22255 \begin_inset CommandInset label
22256 LatexCommand label
22257 name "tab:Tabelle-mit-1.5pt-horiz"
22258
22259 \end_inset
22260
22261 Tabelle mit 1.5
22262 \begin_inset space \thinspace{}
22263 \end_inset
22264
22265 pt dicken horizontalen Linien
22266 \end_layout
22267
22268 \end_inset
22269
22270
22271 \end_layout
22272
22273 \begin_layout Plain Layout
22274 \align center
22275 \begin_inset Tabular
22276 <lyxtabular version="3" rows="3" columns="3">
22277 <features rotate="0" tabularvalignment="middle">
22278 <column alignment="center" valignment="top" width="0">
22279 <column alignment="center" valignment="top" width="0">
22280 <column alignment="center" valignment="top" width="0">
22281 <row>
22282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22283 \begin_inset Text
22284
22285 \begin_layout Plain Layout
22286 sd
22287 \end_layout
22288
22289 \end_inset
22290 </cell>
22291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22292 \begin_inset Text
22293
22294 \begin_layout Plain Layout
22295
22296 \end_layout
22297
22298 \end_inset
22299 </cell>
22300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22301 \begin_inset Text
22302
22303 \begin_layout Plain Layout
22304
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 </row>
22310 <row>
22311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22312 \begin_inset Text
22313
22314 \begin_layout Plain Layout
22315
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22321 \begin_inset Text
22322
22323 \begin_layout Plain Layout
22324 sd
22325 \end_layout
22326
22327 \end_inset
22328 </cell>
22329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22330 \begin_inset Text
22331
22332 \begin_layout Plain Layout
22333
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 </row>
22339 <row>
22340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22341 \begin_inset Text
22342
22343 \begin_layout Plain Layout
22344
22345 \end_layout
22346
22347 \end_inset
22348 </cell>
22349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22350 \begin_inset Text
22351
22352 \begin_layout Plain Layout
22353
22354 \end_layout
22355
22356 \end_inset
22357 </cell>
22358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22359 \begin_inset Text
22360
22361 \begin_layout Plain Layout
22362 sd
22363 \end_layout
22364
22365 \end_inset
22366 </cell>
22367 </row>
22368 </lyxtabular>
22369
22370 \end_inset
22371
22372
22373 \end_layout
22374
22375 \end_inset
22376
22377
22378 \begin_inset ERT
22379 status collapsed
22380
22381 \begin_layout Plain Layout
22382
22383
22384 \backslash
22385 renewcommand{
22386 \backslash
22387 hline}{
22388 \backslash
22389 myHline}
22390 \end_layout
22391
22392 \end_inset
22393
22394
22395 \end_layout
22396
22397 \begin_layout Standard
22398 \begin_inset VSpace bigskip
22399 \end_inset
22400
22401 Um die Liniendicke von 1.5
22402 \begin_inset space \thinspace{}
22403 \end_inset
22404
22405 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
22406  Spaltenformat entsprechend der Beschreibung in Abschnitt
22407 \begin_inset space ~
22408 \end_inset
22409
22410
22411 \begin_inset CommandInset ref
22412 LatexCommand ref
22413 reference "uab:Angepasste-Zellen-/Spaltenformate"
22414
22415 \end_inset
22416
22417  definieren:
22418 \end_layout
22419
22420 \begin_layout Standard
22421
22422 \series bold
22423
22424 \backslash
22425 newcolumntype{V}{!{
22426 \backslash
22427 vrule width 1.5pt}}
22428 \end_layout
22429
22430 \begin_layout Standard
22431 In Tabelle
22432 \begin_inset space ~
22433 \end_inset
22434
22435
22436 \begin_inset CommandInset ref
22437 LatexCommand ref
22438 reference "tab:Tabelle-mit-1.5pt-vert"
22439
22440 \end_inset
22441
22442  wurde das 
22443 \family sans
22444 LaTe
22445 \begin_inset ERT
22446 status collapsed
22447
22448 \begin_layout Plain Layout
22449
22450 {}
22451 \end_layout
22452
22453 \end_inset
22454
22455 X-Argument
22456 \family default
22457 \series bold
22458  VcV
22459 \series default
22460  für die letzte Spalte und
22461 \series bold
22462  Vc
22463 \series default
22464  für die anderen benutzt.
22465 \end_layout
22466
22467 \begin_layout Standard
22468 \begin_inset Float table
22469 placement H
22470 wide false
22471 sideways false
22472 status open
22473
22474 \begin_layout Plain Layout
22475 \begin_inset Caption Standard
22476
22477 \begin_layout Plain Layout
22478 \begin_inset CommandInset label
22479 LatexCommand label
22480 name "tab:Tabelle-mit-1.5pt-vert"
22481
22482 \end_inset
22483
22484 Tabelle mit 1.5
22485 \begin_inset space \thinspace{}
22486 \end_inset
22487
22488 pt dicken vertikalen Linien
22489 \end_layout
22490
22491 \end_inset
22492
22493
22494 \end_layout
22495
22496 \begin_layout Plain Layout
22497 \align center
22498 \begin_inset Tabular
22499 <lyxtabular version="3" rows="3" columns="3">
22500 <features rotate="0" tabularvalignment="middle">
22501 <column alignment="center" valignment="top" width="0" special="Vc">
22502 <column alignment="center" valignment="top" width="0" special="Vc">
22503 <column alignment="center" valignment="top" width="0" special="VcV">
22504 <row>
22505 <cell alignment="center" valignment="top" topline="true" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509 sd
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 <cell alignment="center" valignment="top" topline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518
22519 \end_layout
22520
22521 \end_inset
22522 </cell>
22523 <cell alignment="center" valignment="top" topline="true" usebox="none">
22524 \begin_inset Text
22525
22526 \begin_layout Plain Layout
22527
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 </row>
22533 <row>
22534 <cell alignment="center" valignment="top" topline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 <cell alignment="center" valignment="top" topline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547 sd
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 <cell alignment="center" valignment="top" topline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 </row>
22562 <row>
22563 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22573 \begin_inset Text
22574
22575 \begin_layout Plain Layout
22576
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585 sd
22586 \end_layout
22587
22588 \end_inset
22589 </cell>
22590 </row>
22591 </lyxtabular>
22592
22593 \end_inset
22594
22595
22596 \end_layout
22597
22598 \end_inset
22599
22600
22601 \end_layout
22602
22603 \begin_layout Subsection
22604 Gestrichelte Linien
22605 \begin_inset Index idx
22606 status collapsed
22607
22608 \begin_layout Plain Layout
22609 Tabellen  ! Linien ! gestrichelte 
22610 \end_layout
22611
22612 \end_inset
22613
22614
22615 \end_layout
22616
22617 \begin_layout Standard
22618 \begin_inset ERT
22619 status collapsed
22620
22621 \begin_layout Plain Layout
22622
22623
22624 \backslash
22625 ifarydshln
22626 \end_layout
22627
22628 \end_inset
22629
22630
22631 \begin_inset Note Note
22632 status open
22633
22634 \begin_layout Plain Layout
22635 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
22636 \series bold
22637 arydshln
22638 \series default
22639  installiert ist.
22640 \end_layout
22641
22642 \end_inset
22643
22644
22645 \end_layout
22646
22647 \begin_layout Standard
22648 \begin_inset Float table
22649 placement h
22650 wide false
22651 sideways false
22652 status open
22653
22654 \begin_layout Plain Layout
22655 \begin_inset Caption Standard
22656
22657 \begin_layout Plain Layout
22658 \begin_inset CommandInset label
22659 LatexCommand label
22660 name "tab:Tabelle-mit-gestrichelten"
22661
22662 \end_inset
22663
22664 Tabelle mit gestrichelten Linien
22665 \end_layout
22666
22667 \end_inset
22668
22669
22670 \end_layout
22671
22672 \begin_layout Plain Layout
22673 \align center
22674 \begin_inset Tabular
22675 <lyxtabular version="3" rows="5" columns="5">
22676 <features rotate="0" tabularvalignment="middle">
22677 <column alignment="center" valignment="top" width="0">
22678 <column alignment="center" valignment="top" width="0">
22679 <column alignment="center" valignment="top" width="0" special=":c">
22680 <column alignment="center" valignment="top" width="0">
22681 <column alignment="center" valignment="top" width="0">
22682 <row>
22683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687 a
22688 \end_layout
22689
22690 \end_inset
22691 </cell>
22692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22693 \begin_inset Text
22694
22695 \begin_layout Plain Layout
22696 b
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705 c
22706 \end_layout
22707
22708 \end_inset
22709 </cell>
22710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22711 \begin_inset Text
22712
22713 \begin_layout Plain Layout
22714 d
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723 e
22724 \end_layout
22725
22726 \end_inset
22727 </cell>
22728 </row>
22729 <row>
22730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22731 \begin_inset Text
22732
22733 \begin_layout Plain Layout
22734 f
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743 g
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 <cell alignment="center" valignment="top" topline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752 h
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761 i
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22767 \begin_inset Text
22768
22769 \begin_layout Plain Layout
22770 j
22771 \end_layout
22772
22773 \end_inset
22774 </cell>
22775 </row>
22776 <row>
22777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22778 \begin_inset Text
22779
22780 \begin_layout Plain Layout
22781 \begin_inset ERT
22782 status collapsed
22783
22784 \begin_layout Plain Layout
22785
22786
22787 \backslash
22788 hdashline 
22789 \end_layout
22790
22791 \end_inset
22792
22793 k
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802 l
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 <cell alignment="center" valignment="top" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811 m
22812 \end_layout
22813
22814 \end_inset
22815 </cell>
22816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22817 \begin_inset Text
22818
22819 \begin_layout Plain Layout
22820 n
22821 \end_layout
22822
22823 \end_inset
22824 </cell>
22825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22826 \begin_inset Text
22827
22828 \begin_layout Plain Layout
22829 o
22830 \end_layout
22831
22832 \end_inset
22833 </cell>
22834 </row>
22835 <row>
22836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22837 \begin_inset Text
22838
22839 \begin_layout Plain Layout
22840 \begin_inset ERT
22841 status collapsed
22842
22843 \begin_layout Plain Layout
22844
22845
22846 \backslash
22847 cdashline{4-5}
22848 \end_layout
22849
22850 \end_inset
22851
22852 p
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22858 \begin_inset Text
22859
22860 \begin_layout Plain Layout
22861 q
22862 \end_layout
22863
22864 \end_inset
22865 </cell>
22866 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22867 \begin_inset Text
22868
22869 \begin_layout Plain Layout
22870 r
22871 \end_layout
22872
22873 \end_inset
22874 </cell>
22875 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22876 \begin_inset Text
22877
22878 \begin_layout Plain Layout
22879 s
22880 \end_layout
22881
22882 \end_inset
22883 </cell>
22884 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22885 \begin_inset Text
22886
22887 \begin_layout Plain Layout
22888
22889 \end_layout
22890
22891 \end_inset
22892 </cell>
22893 </row>
22894 <row>
22895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22896 \begin_inset Text
22897
22898 \begin_layout Plain Layout
22899 t
22900 \end_layout
22901
22902 \end_inset
22903 </cell>
22904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22905 \begin_inset Text
22906
22907 \begin_layout Plain Layout
22908 u
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22914 \begin_inset Text
22915
22916 \begin_layout Plain Layout
22917 v
22918 \end_layout
22919
22920 \end_inset
22921 </cell>
22922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22923 \begin_inset Text
22924
22925 \begin_layout Plain Layout
22926 w
22927 \end_layout
22928
22929 \end_inset
22930 </cell>
22931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22932 \begin_inset Text
22933
22934 \begin_layout Plain Layout
22935 x
22936 \end_layout
22937
22938 \end_inset
22939 </cell>
22940 </row>
22941 </lyxtabular>
22942
22943 \end_inset
22944
22945
22946 \end_layout
22947
22948 \end_inset
22949
22950
22951 \end_layout
22952
22953 \begin_layout Standard
22954 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
22955  TeX-Code benutzen.
22956  Zunächst müssen Sie das LaTeX-Paket 
22957 \series bold
22958 arydshln
22959 \series default
22960
22961 \begin_inset Index idx
22962 status collapsed
22963
22964 \begin_layout Plain Layout
22965 LaTeX-Pakete ! arydshln
22966 \end_layout
22967
22968 \end_inset
22969
22970  im LaTeX-Vorspann laden:
22971 \end_layout
22972
22973 \begin_layout Standard
22974
22975 \series bold
22976
22977 \backslash
22978 usepackage{arydshln}
22979 \end_layout
22980
22981 \begin_layout Standard
22982 Um senkrechte Linien zu stricheln, müssen Sie im 
22983 \family sans
22984 LaTe
22985 \begin_inset ERT
22986 status collapsed
22987
22988 \begin_layout Plain Layout
22989
22990 {}
22991 \end_layout
22992
22993 \end_inset
22994
22995 X-Argument
22996 \family default
22997  des 
22998 \family sans
22999 Tabellen-Einstellungen
23000 \family default
23001 -Dialogs 
23002 \begin_inset Quotes gld
23003 \end_inset
23004
23005 :
23006 \begin_inset Quotes grd
23007 \end_inset
23008
23009 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
23010 \end_layout
23011
23012 \begin_layout Standard
23013 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
23014 \end_layout
23015
23016 \begin_layout Standard
23017
23018 \series bold
23019
23020 \backslash
23021 hdashline
23022 \end_layout
23023
23024 \begin_layout Standard
23025 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
23026 \end_layout
23027
23028 \begin_layout Standard
23029 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
23030 \end_layout
23031
23032 \begin_layout Standard
23033
23034 \series bold
23035
23036 \backslash
23037 cdashline{Anfangsspalte-Endspalte}
23038 \end_layout
23039
23040 \begin_layout Standard
23041 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
23042  Wenn Sie z.
23043 \begin_inset space \thinspace{}
23044 \end_inset
23045
23046 B.
23047  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
23048  gestrichelte Linie haben, fügen Sie den Befehl
23049 \end_layout
23050
23051 \begin_layout Standard
23052
23053 \series bold
23054
23055 \backslash
23056 cdashline{2-4}
23057 \end_layout
23058
23059 \begin_layout Standard
23060 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
23061 \end_layout
23062
23063 \begin_layout Standard
23064 \begin_inset VSpace bigskip
23065 \end_inset
23066
23067
23068 \end_layout
23069
23070 \begin_layout Standard
23071 In Tabelle
23072 \begin_inset space ~
23073 \end_inset
23074
23075
23076 \begin_inset CommandInset ref
23077 LatexCommand ref
23078 reference "tab:Tabelle-mit-gestrichelten"
23079
23080 \end_inset
23081
23082  wurde in der dritten Spalte der Befehl
23083 \series bold
23084  
23085 \series default
23086
23087 \begin_inset Quotes gld
23088 \end_inset
23089
23090
23091 \series bold
23092 :c
23093 \begin_inset Quotes grd
23094 \end_inset
23095
23096
23097 \series default
23098  benutzt.
23099  Der Befehl 
23100 \series bold
23101
23102 \backslash
23103 hdashline
23104 \series default
23105  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
23106 \begin_inset Newline newline
23107 \end_inset
23108
23109  
23110 \series bold
23111
23112 \backslash
23113 cdashline{4-5} 
23114 \series default
23115 wurde in die erste Zelle der vierten Zeile eingefügt.
23116 \end_layout
23117
23118 \begin_layout Standard
23119 \begin_inset VSpace bigskip
23120 \end_inset
23121
23122
23123 \end_layout
23124
23125 \begin_layout Standard
23126 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
23127 \begin_inset space ~
23128 \end_inset
23129
23130
23131 \begin_inset CommandInset ref
23132 LatexCommand ref
23133 reference "tab:Farbige-Tabelle-mit"
23134
23135 \end_inset
23136
23137  verdeutlicht.
23138 \end_layout
23139
23140 \begin_layout Standard
23141 \begin_inset ERT
23142 status collapsed
23143
23144 \begin_layout Plain Layout
23145
23146
23147 \backslash
23148 setlength{
23149 \backslash
23150 arrayrulewidth}{1pt}
23151 \end_layout
23152
23153 \end_inset
23154
23155
23156 \begin_inset Note Note
23157 status collapsed
23158
23159 \begin_layout Plain Layout
23160 dickere Linien zur besseren Visualisierung der Linienfarbe
23161 \end_layout
23162
23163 \end_inset
23164
23165
23166 \end_layout
23167
23168 \begin_layout Standard
23169 \begin_inset ERT
23170 status collapsed
23171
23172 \begin_layout Plain Layout
23173
23174
23175 \backslash
23176 dashgapcolor{green}
23177 \end_layout
23178
23179 \end_inset
23180
23181
23182 \begin_inset Note Note
23183 status collapsed
23184
23185 \begin_layout Plain Layout
23186 färbt Raum zwischen den Strichen grün
23187 \end_layout
23188
23189 \end_inset
23190
23191
23192 \end_layout
23193
23194 \begin_layout Standard
23195 \begin_inset ERT
23196 status collapsed
23197
23198 \begin_layout Plain Layout
23199
23200
23201 \backslash
23202 let
23203 \backslash
23204 myHdashline
23205 \backslash
23206 hdashline
23207 \end_layout
23208
23209 \begin_layout Plain Layout
23210
23211
23212 \backslash
23213 renewcommand{
23214 \backslash
23215 hdashline}
23216 \end_layout
23217
23218 \begin_layout Plain Layout
23219
23220  {
23221 \backslash
23222 arrayrulecolor{red}
23223 \backslash
23224 myHdashline
23225 \backslash
23226 arrayrulecolor{black}}
23227 \end_layout
23228
23229 \end_inset
23230
23231
23232 \begin_inset Note Note
23233 status collapsed
23234
23235 \begin_layout Plain Layout
23236 färbt horizontale, gestrichelte Linien rot
23237 \end_layout
23238
23239 \end_inset
23240
23241
23242 \end_layout
23243
23244 \begin_layout Standard
23245 \begin_inset ERT
23246 status collapsed
23247
23248 \begin_layout Plain Layout
23249
23250
23251 \backslash
23252 let
23253 \backslash
23254 myCdashline
23255 \backslash
23256 cdashline
23257 \end_layout
23258
23259 \begin_layout Plain Layout
23260
23261
23262 \backslash
23263 renewcommand{
23264 \backslash
23265 cdashline}[1]
23266 \end_layout
23267
23268 \begin_layout Plain Layout
23269
23270  {
23271 \backslash
23272 arrayrulecolor{yellow}
23273 \backslash
23274 myCdashline{#1}
23275 \backslash
23276 arrayrulecolor{black}}
23277 \end_layout
23278
23279 \end_inset
23280
23281
23282 \begin_inset Note Note
23283 status collapsed
23284
23285 \begin_layout Plain Layout
23286 färbt partielle horizontale, gestrichelte Linien gelb
23287 \end_layout
23288
23289 \end_inset
23290
23291
23292 \end_layout
23293
23294 \begin_layout Standard
23295 \begin_inset Float table
23296 placement h
23297 wide false
23298 sideways false
23299 status open
23300
23301 \begin_layout Plain Layout
23302 \begin_inset Caption Standard
23303
23304 \begin_layout Plain Layout
23305 \begin_inset CommandInset label
23306 LatexCommand label
23307 name "tab:Farbige-Tabelle-mit"
23308
23309 \end_inset
23310
23311 Farbige Tabelle mit gestrichelten Linien
23312 \end_layout
23313
23314 \end_inset
23315
23316
23317 \end_layout
23318
23319 \begin_layout Plain Layout
23320 \align center
23321 \begin_inset Tabular
23322 <lyxtabular version="3" rows="5" columns="5">
23323 <features rotate="0" tabularvalignment="middle">
23324 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
23325 <column alignment="center" valignment="top" width="0pt">
23326 <column alignment="center" valignment="top" width="0pt" special=":c">
23327 <column alignment="center" valignment="top" width="0">
23328 <column alignment="center" valignment="top" width="0">
23329 <row>
23330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23331 \begin_inset Text
23332
23333 \begin_layout Plain Layout
23334 a
23335 \end_layout
23336
23337 \end_inset
23338 </cell>
23339 <cell alignment="center" valignment="top" topline="true" usebox="none">
23340 \begin_inset Text
23341
23342 \begin_layout Plain Layout
23343 b
23344 \end_layout
23345
23346 \end_inset
23347 </cell>
23348 <cell alignment="center" valignment="top" topline="true" usebox="none">
23349 \begin_inset Text
23350
23351 \begin_layout Plain Layout
23352 c
23353 \end_layout
23354
23355 \end_inset
23356 </cell>
23357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23358 \begin_inset Text
23359
23360 \begin_layout Plain Layout
23361 d
23362 \end_layout
23363
23364 \end_inset
23365 </cell>
23366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23367 \begin_inset Text
23368
23369 \begin_layout Plain Layout
23370 e
23371 \end_layout
23372
23373 \end_inset
23374 </cell>
23375 </row>
23376 <row>
23377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23378 \begin_inset Text
23379
23380 \begin_layout Plain Layout
23381 f
23382 \end_layout
23383
23384 \end_inset
23385 </cell>
23386 <cell alignment="center" valignment="top" topline="true" usebox="none">
23387 \begin_inset Text
23388
23389 \begin_layout Plain Layout
23390 g
23391 \end_layout
23392
23393 \end_inset
23394 </cell>
23395 <cell alignment="center" valignment="top" topline="true" usebox="none">
23396 \begin_inset Text
23397
23398 \begin_layout Plain Layout
23399 h
23400 \end_layout
23401
23402 \end_inset
23403 </cell>
23404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23405 \begin_inset Text
23406
23407 \begin_layout Plain Layout
23408 i
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417 j
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 </row>
23423 <row>
23424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428 \begin_inset ERT
23429 status collapsed
23430
23431 \begin_layout Plain Layout
23432
23433
23434 \backslash
23435 hdashline 
23436 \end_layout
23437
23438 \end_inset
23439
23440
23441 \begin_inset ERT
23442 status collapsed
23443
23444 \begin_layout Plain Layout
23445
23446
23447 \backslash
23448 rowcolor{Gray}
23449 \end_layout
23450
23451 \end_inset
23452
23453 k
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23459 \begin_inset Text
23460
23461 \begin_layout Plain Layout
23462 l
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 <cell alignment="center" valignment="top" usebox="none">
23468 \begin_inset Text
23469
23470 \begin_layout Plain Layout
23471 m
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480 n
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23486 \begin_inset Text
23487
23488 \begin_layout Plain Layout
23489 o
23490 \end_layout
23491
23492 \end_inset
23493 </cell>
23494 </row>
23495 <row>
23496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23497 \begin_inset Text
23498
23499 \begin_layout Plain Layout
23500 \begin_inset ERT
23501 status collapsed
23502
23503 \begin_layout Plain Layout
23504
23505
23506 \backslash
23507 cdashline{4-5}
23508 \end_layout
23509
23510 \end_inset
23511
23512 p
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23518 \begin_inset Text
23519
23520 \begin_layout Plain Layout
23521 q
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23527 \begin_inset Text
23528
23529 \begin_layout Plain Layout
23530 r
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23536 \begin_inset Text
23537
23538 \begin_layout Plain Layout
23539 s
23540 \end_layout
23541
23542 \end_inset
23543 </cell>
23544 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548
23549 \end_layout
23550
23551 \end_inset
23552 </cell>
23553 </row>
23554 <row>
23555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559 t
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568 u
23569 \end_layout
23570
23571 \end_inset
23572 </cell>
23573 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23574 \begin_inset Text
23575
23576 \begin_layout Plain Layout
23577 v
23578 \end_layout
23579
23580 \end_inset
23581 </cell>
23582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23583 \begin_inset Text
23584
23585 \begin_layout Plain Layout
23586 w
23587 \end_layout
23588
23589 \end_inset
23590 </cell>
23591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23592 \begin_inset Text
23593
23594 \begin_layout Plain Layout
23595 \begin_inset ERT
23596 status collapsed
23597
23598 \begin_layout Plain Layout
23599
23600
23601 \backslash
23602 cellcolor{Maroon}
23603 \end_layout
23604
23605 \end_inset
23606
23607
23608 \color green
23609 i
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 </row>
23615 </lyxtabular>
23616
23617 \end_inset
23618
23619
23620 \end_layout
23621
23622 \end_inset
23623
23624
23625 \end_layout
23626
23627 \begin_layout Standard
23628 \begin_inset ERT
23629 status collapsed
23630
23631 \begin_layout Plain Layout
23632
23633
23634 \backslash
23635 renewcommand{
23636 \backslash
23637 hdashline}{
23638 \backslash
23639 myHdashline}
23640 \end_layout
23641
23642 \end_inset
23643
23644
23645 \begin_inset Note Note
23646 status collapsed
23647
23648 \begin_layout Plain Layout
23649 zurücksetzen auf Standardwert
23650 \end_layout
23651
23652 \end_inset
23653
23654
23655 \end_layout
23656
23657 \begin_layout Standard
23658 \begin_inset ERT
23659 status collapsed
23660
23661 \begin_layout Plain Layout
23662
23663
23664 \backslash
23665 renewcommand{
23666 \backslash
23667 cdashline}{
23668 \backslash
23669 myCdashline}
23670 \end_layout
23671
23672 \end_inset
23673
23674
23675 \begin_inset Note Note
23676 status collapsed
23677
23678 \begin_layout Plain Layout
23679 zurücksetzen auf Standardwert
23680 \end_layout
23681
23682 \end_inset
23683
23684
23685 \end_layout
23686
23687 \begin_layout Standard
23688 \begin_inset ERT
23689 status collapsed
23690
23691 \begin_layout Plain Layout
23692
23693
23694 \backslash
23695 nodashgapcolor
23696 \end_layout
23697
23698 \end_inset
23699
23700
23701 \begin_inset Note Note
23702 status collapsed
23703
23704 \begin_layout Plain Layout
23705 zurücksetzen auf Standardwert
23706 \end_layout
23707
23708 \end_inset
23709
23710
23711 \end_layout
23712
23713 \begin_layout Standard
23714 \begin_inset ERT
23715 status collapsed
23716
23717 \begin_layout Plain Layout
23718
23719
23720 \backslash
23721 setlength{
23722 \backslash
23723 arrayrulewidth}{0.4pt}
23724 \end_layout
23725
23726 \end_inset
23727
23728
23729 \begin_inset Note Note
23730 status collapsed
23731
23732 \begin_layout Plain Layout
23733 zurücksetzen auf Standardwert
23734 \end_layout
23735
23736 \end_inset
23737
23738
23739 \end_layout
23740
23741 \begin_layout Standard
23742 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
23743 \begin_inset space ~
23744 \end_inset
23745
23746
23747 \begin_inset CommandInset ref
23748 LatexCommand ref
23749 reference "abs:Farbige-Tabellen"
23750
23751 \end_inset
23752
23753  beschrieben.
23754  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
23755  beschrieben, man muss in den Befehlen nur 
23756 \series bold
23757
23758 \backslash
23759 myHlineC
23760 \series default
23761  durch 
23762 \series bold
23763
23764 \backslash
23765 myHdashline
23766 \series default
23767  und 
23768 \backslash
23769
23770 \series bold
23771 hline
23772 \series default
23773  durch 
23774 \series bold
23775
23776 \backslash
23777 hdashline
23778 \series default
23779  ersetzen; man verwendet also den Befehl
23780 \end_layout
23781
23782 \begin_layout Standard
23783
23784 \series bold
23785
23786 \backslash
23787 let
23788 \backslash
23789 myHdashline
23790 \backslash
23791 hdashline
23792 \begin_inset Newline newline
23793 \end_inset
23794
23795
23796 \backslash
23797 renewcommand{
23798 \backslash
23799 hdashline}
23800 \begin_inset Newline newline
23801 \end_inset
23802
23803
23804 \begin_inset Phantom HPhantom
23805 status open
23806
23807 \begin_layout Plain Layout
23808
23809 \series bold
23810 \begin_inset space ~
23811 \end_inset
23812
23813
23814 \end_layout
23815
23816 \end_inset
23817
23818 {
23819 \backslash
23820 arrayrulecolor{red}
23821 \backslash
23822 myHdashline
23823 \backslash
23824 arrayrulecolor{black}}
23825 \end_layout
23826
23827 \begin_layout Standard
23828 Um 
23829 \series bold
23830
23831 \backslash
23832 cdashline
23833 \series default
23834  zu färben, lautet der Befehl
23835 \end_layout
23836
23837 \begin_layout Standard
23838
23839 \series bold
23840
23841 \backslash
23842 let
23843 \backslash
23844 myCdashline
23845 \backslash
23846 cdashline
23847 \begin_inset Newline newline
23848 \end_inset
23849
23850
23851 \backslash
23852 renewcommand{
23853 \backslash
23854 cdashline}[1]
23855 \begin_inset Newline newline
23856 \end_inset
23857
23858
23859 \begin_inset Phantom HPhantom
23860 status open
23861
23862 \begin_layout Plain Layout
23863
23864 \series bold
23865 \begin_inset space ~
23866 \end_inset
23867
23868
23869 \end_layout
23870
23871 \end_inset
23872
23873 {
23874 \backslash
23875 arrayrulecolor{red}
23876 \backslash
23877 myCdashline{#1}
23878 \backslash
23879 arrayrulecolor{black}}
23880 \end_layout
23881
23882 \begin_layout Standard
23883 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
23884  als TeX-Code hinter der Tabelle einfügen:
23885 \end_layout
23886
23887 \begin_layout Standard
23888 Für 
23889 \series bold
23890
23891 \backslash
23892 hdashline
23893 \end_layout
23894
23895 \begin_layout Standard
23896
23897 \series bold
23898
23899 \backslash
23900 renewcommand{
23901 \backslash
23902 hdashline}{
23903 \backslash
23904 myHdashline}
23905 \end_layout
23906
23907 \begin_layout Standard
23908 und für 
23909 \series bold
23910
23911 \backslash
23912 cdashline
23913 \end_layout
23914
23915 \begin_layout Standard
23916
23917 \series bold
23918
23919 \backslash
23920 renewcommand{
23921 \backslash
23922 cdashline}{
23923 \backslash
23924 myCdashline}
23925 \end_layout
23926
23927 \begin_layout Standard
23928 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
23929  Befehl
23930 \end_layout
23931
23932 \begin_layout Standard
23933
23934 \series bold
23935
23936 \backslash
23937 dashgapcolor{Farbe}
23938 \end_layout
23939
23940 \begin_layout Standard
23941 als TeX-Code vor der Tabelle verwenden.
23942  Farbe ist hierbei der Name einer definierten Farbe.
23943  Der Befehl
23944 \end_layout
23945
23946 \begin_layout Standard
23947
23948 \series bold
23949
23950 \backslash
23951 nodashgapcolor
23952 \end_layout
23953
23954 \begin_layout Standard
23955 hebt die Einstellung von 
23956 \series bold
23957
23958 \backslash
23959 dashgapcolor
23960 \series default
23961  auf.
23962 \end_layout
23963
23964 \begin_layout Standard
23965 \begin_inset Note Greyedout
23966 status open
23967
23968 \begin_layout Plain Layout
23969
23970 \series bold
23971 \color none
23972 Achtung
23973 \series default
23974 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
23975  
23976 \series bold
23977 arydshln
23978 \series default
23979  an erster Stelle in der Zelle befinden.
23980  Daher ist in in Zelle 
23981 \emph on
23982 k
23983 \emph default
23984  der Tabelle
23985 \begin_inset space ~
23986 \end_inset
23987
23988
23989 \begin_inset CommandInset ref
23990 LatexCommand ref
23991 reference "tab:Farbige-Tabelle-mit"
23992
23993 \end_inset
23994
23995  der Befehl 
23996 \series bold
23997
23998 \backslash
23999 hdashline
24000 \series default
24001  vor 
24002 \series bold
24003
24004 \backslash
24005 rowcolor
24006 \series default
24007 .
24008 \end_layout
24009
24010 \end_inset
24011
24012
24013 \end_layout
24014
24015 \begin_layout Standard
24016 \begin_inset Note Greyedout
24017 status open
24018
24019 \begin_layout Plain Layout
24020
24021 \series bold
24022 \color none
24023 Achtung:
24024 \series default
24025  Das LaTeX-Paket 
24026 \series bold
24027 arydshln
24028 \series default
24029  muss im LaTeX-Vorspann nach dem LaTeX-Paket 
24030 \series bold
24031 colortbl
24032 \series default
24033
24034 \begin_inset Index idx
24035 status collapsed
24036
24037 \begin_layout Plain Layout
24038 LaTeX-Pakete ! colortbl
24039 \end_layout
24040
24041 \end_inset
24042
24043  geladen werden.
24044 \end_layout
24045
24046 \end_inset
24047
24048
24049 \end_layout
24050
24051 \begin_layout Standard
24052 \begin_inset ERT
24053 status collapsed
24054
24055 \begin_layout Plain Layout
24056
24057
24058 \backslash
24059 else
24060 \end_layout
24061
24062 \end_inset
24063
24064
24065 \begin_inset Note Note
24066 status open
24067
24068 \begin_layout Plain Layout
24069 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
24070 \series bold
24071 arydshln
24072 \series default
24073  nicht installiert ist:
24074 \end_layout
24075
24076 \end_inset
24077
24078
24079 \end_layout
24080
24081 \begin_layout Standard
24082 Sie müssen das LaTeX-Paket 
24083 \series bold
24084 arydshln
24085 \series default
24086  installiert haben um den Inhalt dieses Abschnitts zu sehen.
24087 \end_layout
24088
24089 \begin_layout Standard
24090 \begin_inset ERT
24091 status collapsed
24092
24093 \begin_layout Plain Layout
24094
24095
24096 \backslash
24097 fi
24098 \end_layout
24099
24100 \end_inset
24101
24102
24103 \end_layout
24104
24105 \begin_layout Standard
24106 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
24107  von 
24108 \series bold
24109 arydshln
24110 \series default
24111
24112 \begin_inset CommandInset citation
24113 LatexCommand cite
24114 key "arydshln"
24115
24116 \end_inset
24117
24118 .
24119 \end_layout
24120
24121 \begin_layout Chapter
24122 Gleitobjekte
24123 \begin_inset CommandInset label
24124 LatexCommand label
24125 name "kap:Gleitobjekte"
24126
24127 \end_inset
24128
24129
24130 \begin_inset Index idx
24131 status collapsed
24132
24133 \begin_layout Plain Layout
24134 Gleitobjekte
24135 \end_layout
24136
24137 \end_inset
24138
24139
24140 \end_layout
24141
24142 \begin_layout Section
24143 Einleitung
24144 \begin_inset CommandInset label
24145 LatexCommand label
24146 name "abs:Gleitobjekte-Einleitung"
24147
24148 \end_inset
24149
24150
24151 \begin_inset Index idx
24152 status collapsed
24153
24154 \begin_layout Plain Layout
24155 Gleitobjekte ! Einleitung
24156 \end_layout
24157
24158 \end_inset
24159
24160
24161 \end_layout
24162
24163 \begin_layout Standard
24164 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
24165  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
24166  der beste Platz ist.
24167  
24168 \family sans
24169 Fußnoten
24170 \family default
24171  und 
24172 \family sans
24173 Randnotizen
24174 \family default
24175  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
24176  wenn auf ihrer Seite schon zu viele sind.
24177 \end_layout
24178
24179 \begin_layout Standard
24180 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
24181  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
24182  um weiße Flächen und Seiten ohne Text zu vermeiden.
24183  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
24184 löst,
24185  kann im Text auf ein Gleitobjekt verwiesen werden.
24186  Gleitobjekte sind deshalb nummeriert.
24187  Querverweise werden in Abschnitt
24188 \begin_inset space ~
24189 \end_inset
24190
24191
24192 \begin_inset CommandInset ref
24193 LatexCommand ref
24194 reference "abs:Auf-Gleitobjekte-verweisen"
24195
24196 \end_inset
24197
24198  beschrieben.
24199 \end_layout
24200
24201 \begin_layout Standard
24202 Ein Gleitobjekt wird mit 
24203 \family sans
24204 Einfügen\SpecialChar \menuseparator
24205 Gleitobjekt\SpecialChar \menuseparator
24206 Algorithmus/Abbildung/Ta\SpecialChar \-
24207 belle/Um\SpecialChar \-
24208 flos\SpecialChar \-
24209 se\SpecialChar \-
24210 nes
24211 \begin_inset space ~
24212 \end_inset
24213
24214 Gleitobjekt
24215 \family default
24216  eingefügt (Werkzeugleistenknopf 
24217 \begin_inset Info
24218 type  "icon"
24219 arg   "float-insert figure"
24220 \end_inset
24221
24222  oder 
24223 \begin_inset Info
24224 type  "icon"
24225 arg   "float-insert table"
24226 \end_inset
24227
24228 ).
24229  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
24230  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
24231  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
24232  #:).
24233  Statt # sehen Sie die von LyX vergebene Nummer.
24234  In das schmale Feld nach der Marke können Sie den Titel schreiben.
24235  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
24236  eingefügt.
24237  In Abschnitt
24238 \begin_inset space ~
24239 \end_inset
24240
24241
24242 \begin_inset CommandInset ref
24243 LatexCommand ref
24244 reference "abs:Titel-Platzierung"
24245
24246 \end_inset
24247
24248  finden Sie mehr über die Platzierung des Titels.
24249  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
24250  auch wieder geöffnet.
24251  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
24252 \begin_inset Graphics
24253         filename clipart/GleitobjektQt4.png
24254         scale 70
24255         scaleBeforeRotation
24256
24257 \end_inset
24258
24259  – ein graues Kästchen mit roter Beschriftung.
24260 \end_layout
24261
24262 \begin_layout Standard
24263 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
24264  Gleitobjekte in einem eigenen Absatz einzufügen.
24265 \end_layout
24266
24267 \begin_layout Standard
24268 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
24269  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
24270  klicken.
24271 \end_layout
24272
24273 \begin_layout Section
24274 Gleitobjekt-Typen
24275 \begin_inset Index idx
24276 status collapsed
24277
24278 \begin_layout Plain Layout
24279 Gleitobjekte ! Typen
24280 \end_layout
24281
24282 \end_inset
24283
24284
24285 \end_layout
24286
24287 \begin_layout Standard
24288 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
24289 \begin_inset space ~
24290 \end_inset
24291
24292
24293 \begin_inset CommandInset ref
24294 LatexCommand ref
24295 reference "abs:Gleitende-Abbildungen"
24296
24297 \end_inset
24298
24299  und 
24300 \begin_inset CommandInset ref
24301 LatexCommand ref
24302 reference "abs:Gleitende-Tabellen"
24303
24304 \end_inset
24305
24306  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
24307  Letztere sind in Abschnitt
24308 \begin_inset space ~
24309 \end_inset
24310
24311
24312 \begin_inset CommandInset ref
24313 LatexCommand ref
24314 reference "abs:Umflossene-Gleitobjekte"
24315
24316 \end_inset
24317
24318  beschrieben.
24319 \end_layout
24320
24321 \begin_layout Subsection
24322 Algorithmen-Gleitobjekt
24323 \begin_inset Index idx
24324 status collapsed
24325
24326 \begin_layout Plain Layout
24327 Gleitobjekte ! Algorithmen
24328 \end_layout
24329
24330 \end_inset
24331
24332
24333 \begin_inset CommandInset label
24334 LatexCommand label
24335 name "uab:Gleitobjekt-Algorithmen"
24336
24337 \end_inset
24338
24339
24340 \end_layout
24341
24342 \begin_layout Standard
24343 \begin_inset Float algorithm
24344 placement h
24345 wide false
24346 sideways false
24347 status open
24348
24349 \begin_layout Plain Layout
24350 \begin_inset Caption Standard
24351
24352 \begin_layout Plain Layout
24353 \begin_inset CommandInset label
24354 LatexCommand label
24355 name "alg:Ein-Gleitobjekt-Algorithmus"
24356
24357 \end_inset
24358
24359 Ein Gleitobjekt-Algorithmus 
24360 \end_layout
24361
24362 \end_inset
24363
24364
24365 \end_layout
24366
24367 \begin_layout LyX-Code
24368 for I in 1..N loop
24369 \begin_inset Newline newline
24370 \end_inset
24371
24372  Sum:= Sum + A(I); /*Kommentar*/
24373 \begin_inset Newline newline
24374 \end_inset
24375
24376 end loop
24377 \begin_inset VSpace -4mm
24378 \end_inset
24379
24380
24381 \end_layout
24382
24383 \end_inset
24384
24385
24386 \end_layout
24387
24388 \begin_layout Standard
24389 Dieser Typ wird mit 
24390 \family sans
24391 Einfügen\SpecialChar \menuseparator
24392 Gleitobjekt\SpecialChar \menuseparator
24393 Algorithmus
24394 \family default
24395  eingefügt.
24396  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
24397  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
24398 \begin_inset space ~
24399 \end_inset
24400
24401
24402 \begin_inset CommandInset ref
24403 LatexCommand ref
24404 reference "kap:Programm-Code-Listen"
24405
24406 \end_inset
24407
24408 .
24409  Eine mögliche Absatz-Umgebung hier für ist 
24410 \family sans
24411 LyX-Code
24412 \family default
24413 , beschrieben im 
24414 \emph on
24415 Benutzerhandbuch
24416 \emph default
24417 .
24418  In Algorithmus
24419 \begin_inset space ~
24420 \end_inset
24421
24422
24423 \begin_inset CommandInset ref
24424 LatexCommand ref
24425 reference "alg:Ein-Gleitobjekt-Algorithmus"
24426
24427 \end_inset
24428
24429  wurden am Ende -4
24430 \begin_inset space \thinspace{}
24431 \end_inset
24432
24433 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
24434  letzten Zeile gedruckt wird.
24435 \end_layout
24436
24437 \begin_layout Standard
24438 Die Marke 
24439 \emph on
24440 Algorithmus
24441 \emph default
24442  wird nicht automatisch in die druckbare Version übernommen, sondern das
24443  englische Wort 
24444 \emph on
24445 Algorithm
24446 \emph default
24447  verwendet.
24448  Soll
24449 \emph on
24450  Algorithmus
24451 \emph default
24452  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
24453 \end_layout
24454
24455 \begin_layout Standard
24456
24457 \series bold
24458
24459 \backslash
24460 floatname{algorithm}{Algorithmus}
24461 \end_layout
24462
24463 \begin_layout Standard
24464 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
24465  Sprache wie die LyX Menünamen haben, das Menü 
24466 \family sans
24467 Einfügen\SpecialChar \menuseparator
24468 Liste
24469 \begin_inset space \thinspace{}
24470 \end_inset
24471
24472 /
24473 \begin_inset space \thinspace{}
24474 \end_inset
24475
24476 Inhaltsverzeichnis\SpecialChar \menuseparator
24477 Algorithmenverzeichnis
24478 \family default
24479  verwendet werden.
24480  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
24481  eingefügt werden:
24482 \end_layout
24483
24484 \begin_layout Standard
24485
24486 \series bold
24487
24488 \backslash
24489 listof{algorithm}{Algorithmenverzeichnis}
24490 \end_layout
24491
24492 \begin_layout Standard
24493 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
24494  nach dem Schema 
24495 \begin_inset Quotes gld
24496 \end_inset
24497
24498 Kapitelnummer.Algorithmusnummer
24499 \begin_inset Quotes grd
24500 \end_inset
24501
24502  nummeriert.
24503  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
24504  einfügen:
24505 \end_layout
24506
24507 \begin_layout Standard
24508
24509 \series bold
24510
24511 \backslash
24512 numberwithin{algorithm}{chapter}
24513 \end_layout
24514
24515 \begin_layout Standard
24516 Um 
24517 \series bold
24518
24519 \backslash
24520 numberwithin
24521 \series default
24522  benutzen zu können, muss in den 
24523 \family sans
24524 Mathe
24525 \begin_inset space ~
24526 \end_inset
24527
24528 Optionen
24529 \family default
24530  der 
24531 \family sans
24532 Dokument-Einstellungen
24533 \family default
24534  
24535 \family sans
24536 AMS
24537 \begin_inset space ~
24538 \end_inset
24539
24540 Mathe
24541 \begin_inset space ~
24542 \end_inset
24543
24544 Paket
24545 \family default
24546
24547 \begin_inset space ~
24548 \end_inset
24549
24550
24551 \family sans
24552 verwenden
24553 \family default
24554  angekreuzt sein.
24555 \end_layout
24556
24557 \begin_layout Section
24558 Gleitobjekt-Nummerierung
24559 \begin_inset Index idx
24560 status collapsed
24561
24562 \begin_layout Plain Layout
24563 Gleitobjekte ! Nummerierung
24564 \end_layout
24565
24566 \end_inset
24567
24568
24569 \end_layout
24570
24571 \begin_layout Standard
24572 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
24573  nummeriert oder nach dem Schema 
24574 \begin_inset Quotes gld
24575 \end_inset
24576
24577 Kapitelnummer.Gleitobjektnummer
24578 \begin_inset Quotes grd
24579 \end_inset
24580
24581  oder 
24582 \begin_inset Quotes gld
24583 \end_inset
24584
24585 Abschnittsnummer.Gleitobjektnummer
24586 \begin_inset Quotes grd
24587 \end_inset
24588
24589 .
24590  Das hängt von der Dokumentklasse ab.
24591 \end_layout
24592
24593 \begin_layout Standard
24594 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
24595  in den LaTeX-Vorspann einfügen:
24596 \end_layout
24597
24598 \begin_layout Standard
24599
24600 \series bold
24601
24602 \backslash
24603 renewcommand{
24604 \backslash
24605 thetable}{
24606 \backslash
24607 roman{table}}
24608 \end_layout
24609
24610 \begin_layout Standard
24611
24612 \series bold
24613
24614 \backslash
24615 thetable
24616 \series default
24617  ist der Befehl, der die Tabellennummer druckt.
24618  Für Abbildungen ist das 
24619 \series bold
24620
24621 \backslash
24622 thefigure
24623 \series default
24624 .
24625  Der Befehl 
24626 \series bold
24627
24628 \backslash
24629 roman
24630 \series default
24631  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
24632 \end_layout
24633
24634 \begin_layout Standard
24635 Um das Nummerierungsschema zum Beispiel auf 
24636 \begin_inset Quotes gld
24637 \end_inset
24638
24639 Unterabschnittsnummer.Num\SpecialChar \-
24640 mer
24641 \begin_inset Quotes grd
24642 \end_inset
24643
24644  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
24645 \end_layout
24646
24647 \begin_layout Standard
24648
24649 \series bold
24650
24651 \backslash
24652 numberwithin{table}{subsection}
24653 \end_layout
24654
24655 \begin_layout Standard
24656 Um den Befehl 
24657 \series bold
24658
24659 \backslash
24660 numberwithin
24661 \series default
24662  benutzen zu können, müssen Sie in den 
24663 \family sans
24664 Mathe
24665 \begin_inset space ~
24666 \end_inset
24667
24668 Optionen
24669 \family default
24670  der 
24671 \family sans
24672 Dokument-Einstellungen
24673 \family default
24674  
24675 \family sans
24676 AMS
24677 \begin_inset space ~
24678 \end_inset
24679
24680 Mathe
24681 \begin_inset space ~
24682 \end_inset
24683
24684 Paket
24685 \family default
24686
24687 \begin_inset space ~
24688 \end_inset
24689
24690
24691 \family sans
24692 verwenden
24693 \family default
24694  ankreuzen.
24695 \end_layout
24696
24697 \begin_layout Standard
24698 Sehen Sie sich bitte auch Abschnitt
24699 \begin_inset space ~
24700 \end_inset
24701
24702
24703 \begin_inset CommandInset ref
24704 LatexCommand ref
24705 reference "uab:Fußnoten-Nummerierung"
24706
24707 \end_inset
24708
24709  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
24710 \end_layout
24711
24712 \begin_layout Section
24713 Auf Gleitobjekte verweisen
24714 \begin_inset CommandInset label
24715 LatexCommand label
24716 name "abs:Auf-Gleitobjekte-verweisen"
24717
24718 \end_inset
24719
24720
24721 \begin_inset Index idx
24722 status collapsed
24723
24724 \begin_layout Plain Layout
24725 Gleitobjekte ! Querverweise
24726 \end_layout
24727
24728 \end_inset
24729
24730
24731 \begin_inset Index idx
24732 status collapsed
24733
24734 \begin_layout Plain Layout
24735 Querverweise ! auf Gleitobjekte
24736 \end_layout
24737
24738 \end_inset
24739
24740
24741 \end_layout
24742
24743 \begin_layout Standard
24744 Zunächst müssen Sie mit 
24745 \family sans
24746 Einfügen\SpecialChar \menuseparator
24747 Marke
24748 \family default
24749  oder einen Klick auf 
24750 \begin_inset Info
24751 type  "icon"
24752 arg   "label-insert"
24753 \end_inset
24754
24755  eine Marke im Titel einfügen.
24756  Im 
24757 \family sans
24758 Marke
24759 \family default
24760 -Dialog schreiben Sie einen Text in das Feld 
24761 \family sans
24762 Marke
24763 \family default
24764  oder übernehmen den vorgeschlagenen.
24765  Die Marke sieht in LyX dann so aus:
24766 \end_layout
24767
24768 \begin_layout Standard
24769 \begin_inset Graphics
24770         filename clipart/Marke.png
24771         lyxscale 80
24772         scale 50
24773         scaleBeforeRotation
24774
24775 \end_inset
24776
24777
24778 \end_layout
24779
24780 \begin_layout Standard
24781 Die Marke wird als Anker und Name für den Querverweis benutzt.
24782  Mit 
24783 \family sans
24784 Einfügen\SpecialChar \menuseparator
24785 Querverweis
24786 \family default
24787  oder einen Klick auf 
24788 \begin_inset Info
24789 type  "icon"
24790 arg   "dialog-show-new-inset ref"
24791 \end_inset
24792
24793  können Sie dann auf die Marke verweisen.
24794  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
24795  angezeigt:
24796 \end_layout
24797
24798 \begin_layout Standard
24799 \begin_inset Graphics
24800         filename clipart/Querverweis.png
24801         lyxscale 80
24802         scale 50
24803         scaleBeforeRotation
24804
24805 \end_inset
24806
24807
24808 \begin_inset Newline newline
24809 \end_inset
24810
24811  Mehr zu Querverweisen finden Sie im 
24812 \emph on
24813 Benutzerhandbuch
24814 \emph default
24815 .
24816 \end_layout
24817
24818 \begin_layout Standard
24819 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
24820  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
24821  durch einen Zeilenumbruch getrennt werden können.
24822 \end_layout
24823
24824 \begin_layout Standard
24825 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
24826  LyX passt die Querverweise automatisch an.
24827 \end_layout
24828
24829 \begin_layout Standard
24830 Ein Klick auf den Schalter 
24831 \family sans
24832 Gehe
24833 \begin_inset space ~
24834 \end_inset
24835
24836 zur
24837 \begin_inset space ~
24838 \end_inset
24839
24840 Marke
24841 \family default
24842  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
24843  Der Text der Schaltfläche heißt jetzt 
24844 \family sans
24845 Gehe
24846 \begin_inset space ~
24847 \end_inset
24848
24849 zurück
24850 \family default
24851  und ein Klick darauf macht genau dies.
24852 \end_layout
24853
24854 \begin_layout Subsection
24855 Querverweis-Formate
24856 \begin_inset CommandInset label
24857 LatexCommand label
24858 name "uab:Querverweis-Formate"
24859
24860 \end_inset
24861
24862
24863 \begin_inset Index idx
24864 status collapsed
24865
24866 \begin_layout Plain Layout
24867 Querverweise ! Formate
24868 \end_layout
24869
24870 \end_inset
24871
24872
24873 \end_layout
24874
24875 \begin_layout Standard
24876 Es gibt sechs verschiedene Querverweisstile:
24877 \end_layout
24878
24879 \begin_layout Description
24880 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
24881  
24882 \begin_inset CommandInset ref
24883 LatexCommand ref
24884 reference "abb:Zwei-Teilabbildungen"
24885
24886 \end_inset
24887
24888
24889 \end_layout
24890
24891 \begin_layout Description
24892 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
24893  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
24894  verwendet wird, speziell wenn der Name 
24895 \begin_inset Quotes gld
24896 \end_inset
24897
24898 Gleichung
24899 \begin_inset Quotes grd
24900 \end_inset
24901
24902  weggelassen wird: 
24903 \begin_inset CommandInset ref
24904 LatexCommand eqref
24905 reference "eq:Wgn"
24906
24907 \end_inset
24908
24909
24910 \end_layout
24911
24912 \begin_layout Description
24913 <Seite>: druckt die Seitennummer: Seite
24914 \begin_inset space ~
24915 \end_inset
24916
24917
24918 \begin_inset CommandInset ref
24919 LatexCommand pageref
24920 reference "abb:Zwei-Teilabbildungen"
24921
24922 \end_inset
24923
24924
24925 \end_layout
24926
24927 \begin_layout Description
24928 auf
24929 \begin_inset space ~
24930 \end_inset
24931
24932 Seite
24933 \begin_inset space ~
24934 \end_inset
24935
24936 <Seite>: druckt den Text 
24937 \begin_inset Quotes gld
24938 \end_inset
24939
24940 auf Seite
24941 \begin_inset Quotes grd
24942 \end_inset
24943
24944  und die Seitennummer: 
24945 \begin_inset CommandInset ref
24946 LatexCommand vpageref
24947 reference "abb:Zwei-Teilabbildungen"
24948
24949 \end_inset
24950
24951
24952 \end_layout
24953
24954 \begin_layout Description
24955 <Querverweis>
24956 \begin_inset space ~
24957 \end_inset
24958
24959 auf
24960 \begin_inset space ~
24961 \end_inset
24962
24963 Seite
24964 \begin_inset space ~
24965 \end_inset
24966
24967 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
24968 \begin_inset Quotes gld
24969 \end_inset
24970
24971 auf Seite
24972 \begin_inset Quotes grd
24973 \end_inset
24974
24975 , und die Seitennummer: 
24976 \begin_inset CommandInset ref
24977 LatexCommand vref
24978 reference "abb:Zwei-Teilabbildungen"
24979
24980 \end_inset
24981
24982
24983 \end_layout
24984
24985 \begin_layout Description
24986 Formatierter
24987 \begin_inset space ~
24988 \end_inset
24989
24990 Querverweis: druckt ein selbst definiertes Querverweisformat
24991 \begin_inset Newline newline
24992 \end_inset
24993
24994
24995 \begin_inset Note Greyedout
24996 status open
24997
24998 \begin_layout Plain Layout
24999
25000 \series bold
25001 Bemerkung:
25002 \series default
25003  Dies ist nur möglich, wenn das LaTeX-Paket 
25004 \series bold
25005 prettyref
25006 \series default
25007  oder 
25008 \series bold
25009 refstyle
25010 \series default
25011
25012 \begin_inset Index idx
25013 status collapsed
25014
25015 \begin_layout Plain Layout
25016 LaTeX-Pakete ! prettyref
25017 \end_layout
25018
25019 \end_inset
25020
25021
25022 \begin_inset Index idx
25023 status collapsed
25024
25025 \begin_layout Plain Layout
25026 LaTeX-Pakete ! refstyle
25027 \end_layout
25028
25029 \end_inset
25030
25031  installiert ist.
25032 \end_layout
25033
25034 \end_inset
25035
25036
25037 \begin_inset Newline newline
25038 \end_inset
25039
25040 Sie können duch setzen der Option 
25041 \family sans
25042 Verwende refstyle (nicht prettyref) für Querverweise
25043 \family default
25044  im Menü 
25045 \family sans
25046 Dokument\SpecialChar \menuseparator
25047 Einstellungen\SpecialChar \menuseparator
25048 Dokumentklasse
25049 \family default
25050  wählen, welches LaTeX-Paket für diesen Verweistyp verwendet wird.
25051  Das Format wird definiert, indem man den Befehl 
25052 \series bold
25053
25054 \backslash
25055 newrefformat
25056 \series default
25057  (prettyref) oder 
25058 \series bold
25059
25060 \backslash
25061 newref
25062 \series default
25063  (refstyle) in den LaTeX-Vorspann einfügt.
25064  Z.
25065 \begin_inset space \thinspace{}
25066 \end_inset
25067
25068 B.
25069  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
25070  
25071 \begin_inset Quotes eld
25072 \end_inset
25073
25074
25075 \family sans
25076 abb
25077 \family default
25078
25079 \begin_inset Quotes erd
25080 \end_inset
25081
25082 ) mit dem Befehle
25083 \begin_inset Newline newline
25084 \end_inset
25085
25086
25087 \series bold
25088
25089 \backslash
25090 newref{abb}{refcmd={Bild auf Seite 
25091 \backslash
25092 pageref{#1}}}
25093 \series default
25094
25095 \begin_inset Newline newline
25096 \end_inset
25097
25098 geändert werden.
25099  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
25100 en verwiesen, 
25101 \begin_inset CommandInset citation
25102 LatexCommand cite
25103 key "prettyref,refstyle"
25104
25105 \end_inset
25106
25107 .
25108 \end_layout
25109
25110 \begin_layout Description
25111 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
25112 \begin_inset CommandInset ref
25113 LatexCommand nameref
25114 reference "abb:Zwei-Teilabbildungen"
25115
25116 \end_inset
25117
25118
25119 \end_layout
25120
25121 \begin_layout Standard
25122
25123 \family sans
25124 <Seite>
25125 \family default
25126  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
25127  vorherigen, der selben oder der nächsten Seite befindet.
25128  Stattdessen wird z.
25129 \begin_inset space \thinspace{}
25130 \end_inset
25131
25132 B.
25133  der Text 
25134 \begin_inset Quotes gld
25135 \end_inset
25136
25137
25138 \family sans
25139 auf dieser Seite
25140 \family default
25141
25142 \begin_inset Quotes grd
25143 \end_inset
25144
25145  gedruckt.
25146  Der Stil 
25147 \family sans
25148 <Querverweis>
25149 \begin_inset space ~
25150 \end_inset
25151
25152 auf
25153 \begin_inset space ~
25154 \end_inset
25155
25156 Seite
25157 \begin_inset space ~
25158 \end_inset
25159
25160 <Seite>
25161 \family default
25162  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
25163  Seite ist.
25164 \end_layout
25165
25166 \begin_layout Standard
25167 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
25168  automatisch von LaTeX berechnet.
25169  Die Stile können im Feld 
25170 \family sans
25171 Format
25172 \family default
25173  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
25174  einen Querverweis klicken.
25175 \end_layout
25176
25177 \begin_layout Standard
25178 \begin_inset Note Greyedout
25179 status open
25180
25181 \begin_layout Plain Layout
25182
25183 \series bold
25184 Bemerkung:
25185 \series default
25186  Es wird empfohlen, das LaTeX-Paket 
25187 \series bold
25188 refstyle
25189 \series default
25190
25191 \begin_inset Index idx
25192 status collapsed
25193
25194 \begin_layout Plain Layout
25195 LaTeX-Pakete ! refstyle
25196 \end_layout
25197
25198 \end_inset
25199
25200  zu verwenden, da 
25201 \series bold
25202 prettyref
25203 \series default
25204
25205 \begin_inset Index idx
25206 status collapsed
25207
25208 \begin_layout Plain Layout
25209 LaTeX-Pakete ! prettyref
25210 \end_layout
25211
25212 \end_inset
25213
25214  nicht alle möglichen LyX Marken-Kürzel
25215 \begin_inset Foot
25216 status collapsed
25217
25218 \begin_layout Plain Layout
25219  
25220 \begin_inset Quotes gld
25221 \end_inset
25222
25223 abb:
25224 \begin_inset Quotes grd
25225 \end_inset
25226
25227  ist z.
25228 \begin_inset space \thinspace{}
25229 \end_inset
25230
25231 B.
25232  LyXs Kürzel für Marken in Bildbeschriftungen.
25233 \end_layout
25234
25235 \end_inset
25236
25237  kennt und auch nicht internationalisiert ist.
25238 \end_layout
25239
25240 \end_inset
25241
25242
25243 \end_layout
25244
25245 \begin_layout Subsection
25246 Automatische Querverweisnamen
25247 \begin_inset Index idx
25248 status collapsed
25249
25250 \begin_layout Plain Layout
25251 Querverweise ! Automatische Namen 
25252 \end_layout
25253
25254 \end_inset
25255
25256
25257 \end_layout
25258
25259 \begin_layout Standard
25260 Das LaTeX-Paket 
25261 \series bold
25262 hyperref
25263 \series default
25264
25265 \begin_inset Index idx
25266 status collapsed
25267
25268 \begin_layout Plain Layout
25269 LaTeX-Pakete ! hyperref
25270 \end_layout
25271
25272 \end_inset
25273
25274 , das in den
25275 \family sans
25276  PDF-Eigenschaften
25277 \family default
25278  im 
25279 \family sans
25280 Dokument-Einstellungen
25281 \family default
25282  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
25283  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
25284  wie 
25285 \emph on
25286 Abschnitt
25287 \emph default
25288 ).
25289  Sie müssen damit z.
25290 \begin_inset space \thinspace{}
25291 \end_inset
25292
25293 B.
25294  nicht mehr den Namen 
25295 \begin_inset Quotes gld
25296 \end_inset
25297
25298 Abbildung
25299 \begin_inset Quotes grd
25300 \end_inset
25301
25302  vor jeden Querverweis auf eine Abbildung schreiben.
25303  Um diese Funktion benutzen zu können, aktivieren Sie 
25304 \series bold
25305 hyperref
25306 \series default
25307  und fügen diese Zeile in den LaTeX-Vorspann ein:
25308 \end_layout
25309
25310 \begin_layout Standard
25311
25312 \series bold
25313
25314 \backslash
25315 AtBeginDocument{
25316 \backslash
25317 renewcommand{
25318 \backslash
25319 ref}[1]{
25320 \backslash
25321 mbox{
25322 \backslash
25323 autoref{#1}}}}
25324 \end_layout
25325
25326 \begin_layout Standard
25327 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
25328 \begin_inset space \thinspace{}
25329 \end_inset
25330
25331 B.
25332  statt 
25333 \begin_inset Quotes gld
25334 \end_inset
25335
25336 Abschnitt
25337 \begin_inset Quotes grd
25338 \end_inset
25339
25340  den Namen 
25341 \begin_inset Quotes gld
25342 \end_inset
25343
25344 Kap.
25345 \begin_inset space \thinspace{}
25346 \end_inset
25347
25348
25349 \begin_inset Quotes grd
25350 \end_inset
25351
25352 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
25353 \end_layout
25354
25355 \begin_layout Standard
25356
25357 \series bold
25358
25359 \backslash
25360 addto
25361 \backslash
25362 extrasngerman{
25363 \backslash
25364 renewcommand{
25365 \backslash
25366 sectionautorefname}
25367 \begin_inset Newline newline
25368 \end_inset
25369
25370
25371 \begin_inset Phantom HPhantom
25372 status open
25373
25374 \begin_layout Plain Layout
25375
25376 \series bold
25377 \begin_inset space ~
25378 \end_inset
25379
25380
25381 \end_layout
25382
25383 \end_inset
25384
25385 {Kap.
25386 \backslash
25387 negthinspace}}
25388 \end_layout
25389
25390 \begin_layout Standard
25391 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
25392 \begin_inset Newline newline
25393 \end_inset
25394
25395
25396 \series bold
25397
25398 \backslash
25399 extrasngerman
25400 \series default
25401  durch 
25402 \series bold
25403
25404 \backslash
25405 extras***
25406 \series default
25407 , wobei *** der Name der verwendeten Sprache ist.
25408 \end_layout
25409
25410 \begin_layout Standard
25411 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
25412  z.
25413 \begin_inset space \thinspace{}
25414 \end_inset
25415
25416 B.
25417  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
25418 \end_layout
25419
25420 \begin_layout Standard
25421
25422 \series bold
25423
25424 \backslash
25425 addto
25426 \backslash
25427 extrasngerman{
25428 \backslash
25429 renewcommand*{
25430 \backslash
25431 equationautorefname}[1]{}}
25432 \end_layout
25433
25434 \begin_layout Standard
25435 Mehr über dieses Thema finden Sie in der 
25436 \series bold
25437 hyperref
25438 \series default
25439 -Dokumentation 
25440 \begin_inset CommandInset citation
25441 LatexCommand cite
25442 key "hyperref"
25443
25444 \end_inset
25445
25446 .
25447 \end_layout
25448
25449 \begin_layout Standard
25450 \begin_inset Note Greyedout
25451 status open
25452
25453 \begin_layout Plain Layout
25454
25455 \series bold
25456 Bemerkung:
25457 \series default
25458  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
25459  als Querverweisstil 
25460 \family sans
25461 Formatierter
25462 \begin_inset space ~
25463 \end_inset
25464
25465 Querverweis
25466 \family default
25467  benutzen, wie in Abschnitt
25468 \begin_inset space ~
25469 \end_inset
25470
25471
25472 \begin_inset CommandInset ref
25473 LatexCommand ref
25474 reference "uab:Querverweis-Formate"
25475
25476 \end_inset
25477
25478  beschrieben.
25479 \end_layout
25480
25481 \end_inset
25482
25483
25484 \end_layout
25485
25486 \begin_layout Standard
25487 Das 
25488 \emph on
25489 Mathe
25490 \emph default
25491  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
25492 \end_layout
25493
25494 \begin_layout Subsection
25495 Querverweis-Position
25496 \begin_inset CommandInset label
25497 LatexCommand label
25498 name "uab:Querverweis-Position"
25499
25500 \end_inset
25501
25502
25503 \begin_inset Index idx
25504 status collapsed
25505
25506 \begin_layout Plain Layout
25507 Querverweise !  Position
25508 \end_layout
25509
25510 \end_inset
25511
25512
25513 \end_layout
25514
25515 \begin_layout Standard
25516 Wenn Sie 
25517 \series bold
25518 hyperref
25519 \series default
25520
25521 \begin_inset Index idx
25522 status collapsed
25523
25524 \begin_layout Plain Layout
25525 LaTeX-Pakete ! hyperref
25526 \end_layout
25527
25528 \end_inset
25529
25530  in den
25531 \family sans
25532  PDF-Eigenschaften
25533 \family default
25534  im 
25535 \family sans
25536 Dokument-Einstellungen
25537 \family default
25538  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
25539  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
25540  und Sie werden das Bild ohne Scrollen nicht sehen.
25541  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
25542  ist.
25543  Wenn Sie das  LaTeX-Paket 
25544 \series bold
25545 hypcap
25546 \series default
25547
25548 \begin_inset Index idx
25549 status collapsed
25550
25551 \begin_layout Plain Layout
25552 LaTeX-Pakete ! hypcap
25553 \end_layout
25554
25555 \end_inset
25556
25557 , das Teil des LaTeX-Pakets 
25558 \series bold
25559 oberdiek
25560 \series default
25561
25562 \begin_inset Index idx
25563 status collapsed
25564
25565 \begin_layout Plain Layout
25566 LaTeX-Pakete ! oberdiek
25567 \end_layout
25568
25569 \end_inset
25570
25571  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
25572  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
25573 \series bold
25574 hypcap
25575 \series default
25576  zunächst in den LaTeX-Vorspann laden:
25577 \end_layout
25578
25579 \begin_layout Standard
25580
25581 \series bold
25582
25583 \backslash
25584 usepackage[figure]{hypcap}
25585 \end_layout
25586
25587 \begin_layout Standard
25588 Sie können 
25589 \series bold
25590 hypcap
25591 \series default
25592  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
25593  nicht empfohlen.
25594  Weitere Informationen finden Sie im
25595 \series bold
25596  hypcap
25597 \series default
25598 -Handbuch 
25599 \begin_inset CommandInset citation
25600 LatexCommand cite
25601 key "hypcap"
25602
25603 \end_inset
25604
25605 .
25606 \end_layout
25607
25608 \begin_layout Standard
25609 \begin_inset Note Greyedout
25610 status open
25611
25612 \begin_layout Plain Layout
25613
25614 \series bold
25615 Bemerkung:
25616 \series default
25617  
25618 \series bold
25619 hypcap
25620 \series medium
25621  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
25622 \end_layout
25623
25624 \end_inset
25625
25626
25627 \end_layout
25628
25629 \begin_layout Section
25630 Gleitobjekt-Platzierung
25631 \begin_inset CommandInset label
25632 LatexCommand label
25633 name "abs:Gleitobjekt-Platzierung"
25634
25635 \end_inset
25636
25637
25638 \begin_inset Index idx
25639 status collapsed
25640
25641 \begin_layout Plain Layout
25642 Gleitobjekte ! Platzierung
25643 \end_layout
25644
25645 \end_inset
25646
25647
25648 \end_layout
25649
25650 \begin_layout Standard
25651 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
25652 \family sans
25653 Einstellungen 
25654 \family default
25655 öffnet einen Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzieru
25656 ng ändern können.
25657 \begin_inset Newline newline
25658 \end_inset
25659
25660 Die Option 
25661 \family sans
25662 Spalten
25663 \begin_inset space ~
25664 \end_inset
25665
25666 überspannen
25667 \family default
25668  ist nur bei zweispaltigen Dokumenten sinnvoll.
25669  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
25670 \begin_inset Newline newline
25671 \end_inset
25672
25673 Die Option 
25674 \family sans
25675 Seitwärts
25676 \begin_inset space ~
25677 \end_inset
25678
25679 drehen
25680 \family default
25681  ist in Abschnitt 
25682 \begin_inset CommandInset ref
25683 LatexCommand ref
25684 reference "abs:Gedrehte-Gleitobjekte"
25685
25686 \end_inset
25687
25688  beschrieben.
25689 \end_layout
25690
25691 \begin_layout Standard
25692 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
25693  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
25694  Sie die Option 
25695 \family sans
25696 Standard-Platzierung
25697 \begin_inset space ~
25698 \end_inset
25699
25700 verwenden
25701 \family default
25702  nicht verwenden:
25703 \end_layout
25704
25705 \begin_layout Description
25706 Hier
25707 \begin_inset space ~
25708 \end_inset
25709
25710 wenn
25711 \begin_inset space ~
25712 \end_inset
25713
25714 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
25715 \end_layout
25716
25717 \begin_layout Description
25718 Anfang
25719 \begin_inset space ~
25720 \end_inset
25721
25722 der
25723 \begin_inset space ~
25724 \end_inset
25725
25726 Seite
25727 \family sans
25728  
25729 \family default
25730 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
25731  Gleitobjekte, die maximal 70
25732 \begin_inset space \thinspace{}
25733 \end_inset
25734
25735 % einer Seite benötigen, dürfen oben platziert werden.
25736  Dies kann durch die Variable 
25737 \series bold
25738
25739 \backslash
25740 topfraction
25741 \series default
25742  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
25743 \end_layout
25744
25745 \begin_deeper
25746 \begin_layout Standard
25747
25748 \series bold
25749
25750 \backslash
25751 renewcommand{
25752 \backslash
25753 topfraction}{0.9}
25754 \family typewriter
25755 \series default
25756  
25757 \end_layout
25758
25759 \end_deeper
25760 \begin_layout Description
25761 Ende
25762 \begin_inset space ~
25763 \end_inset
25764
25765 der
25766 \begin_inset space ~
25767 \end_inset
25768
25769 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
25770  Gleitobjekte, die maximal 30
25771 \begin_inset space \thinspace{}
25772 \end_inset
25773
25774 % einer Seite benötigen, dürfen unten platziert werden.
25775  Dies kann durch die Variable 
25776 \series bold
25777
25778 \backslash
25779 bottomfraction
25780 \series default
25781  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
25782 \end_layout
25783
25784 \begin_deeper
25785 \begin_layout Standard
25786
25787 \series bold
25788
25789 \backslash
25790 renewcommand{
25791 \backslash
25792 bottomfraction}{0.5}
25793 \end_layout
25794
25795 \begin_layout Standard
25796 die oftmals zu kleine untere Grenze auf 50
25797 \begin_inset space \thinspace{}
25798 \end_inset
25799
25800 %.
25801 \end_layout
25802
25803 \end_deeper
25804 \begin_layout Description
25805 Seite
25806 \begin_inset space ~
25807 \end_inset
25808
25809 mit
25810 \begin_inset space ~
25811 \end_inset
25812
25813 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
25814  Nur wenn mehr als 50
25815 \begin_inset space \thinspace{}
25816 \end_inset
25817
25818 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
25819  Gleitobjekte bereitgestellt.
25820  Dies kann durch die Variable 
25821 \series bold
25822
25823 \backslash
25824 floatpagefraction 
25825 \series default
25826 im LaTeX-Vorspann überschrieben werden.
25827 \end_layout
25828
25829 \begin_layout Standard
25830 Die Reihenfolge der obigen Optionen wird 
25831 \emph on
25832 immer
25833 \emph default
25834  von LaTeX verwendet.
25835  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
25836  versuchen 
25837 \family sans
25838 Hier
25839 \begin_inset space \space{}
25840 \end_inset
25841
25842 wenn
25843 \begin_inset space \space{}
25844 \end_inset
25845
25846 möglich
25847 \family default
25848 , dann 
25849 \family sans
25850 Anfang
25851 \begin_inset space ~
25852 \end_inset
25853
25854 der
25855 \begin_inset space ~
25856 \end_inset
25857
25858 Seite
25859 \family default
25860  und dann die anderen Optionen anzuwenden.
25861  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
25862  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
25863  Reihenfolge.
25864  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
25865 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
25866 \end_layout
25867
25868 \begin_layout Standard
25869 Die Option 
25870 \family sans
25871 Hier,
25872 \begin_inset space ~
25873 \end_inset
25874
25875 auf
25876 \begin_inset space ~
25877 \end_inset
25878
25879 jeden
25880 \begin_inset space ~
25881 \end_inset
25882
25883 Fall
25884 \family default
25885  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
25886  fast druckreif ist.
25887  Denn mit der Option kann das Objekt nicht mehr 
25888 \emph on
25889 gleiten
25890 \emph default
25891 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
25892  oftmals zerstört.
25893 \end_layout
25894
25895 \begin_layout Standard
25896 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
25897  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
25898 \begin_inset VSpace bigskip
25899 \end_inset
25900
25901
25902 \end_layout
25903
25904 \begin_layout Standard
25905 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
25906 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
25907  das Gleitobjekt sei Teil des vorherigen Abschnitts.
25908  Das kann mit dem LaTeX-Befehl
25909 \series bold
25910  
25911 \backslash
25912 suppressfloats
25913 \series default
25914  verhindert werden.
25915  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
25916  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
25917  gesetzt wird.
25918  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
25919 \end_layout
25920
25921 \begin_layout Standard
25922
25923 \series bold
25924
25925 \backslash
25926 let
25927 \backslash
25928 meinAbschnitt
25929 \backslash
25930 section
25931 \begin_inset Newline newline
25932 \end_inset
25933
25934
25935 \backslash
25936 renewcommand{
25937 \backslash
25938 section}{
25939 \backslash
25940 suppressfloats[t]
25941 \backslash
25942 meinAbschnitt}
25943 \end_layout
25944
25945 \begin_layout Standard
25946 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
25947  Unterabschnitten festlegen.
25948  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
25949  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
25950 \end_layout
25951
25952 \begin_layout Standard
25953 Es gibt auch noch das LaTeX-Paket 
25954 \series bold
25955 flafter
25956 \series default
25957
25958 \begin_inset Index idx
25959 status collapsed
25960
25961 \begin_layout Plain Layout
25962 LaTeX-Pakete ! flafter
25963 \end_layout
25964
25965 \end_inset
25966
25967  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
25968  gedruckt wird.
25969 \end_layout
25970
25971 \begin_layout Standard
25972 \begin_inset VSpace bigskip
25973 \end_inset
25974
25975 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
25976  Dafür gibt es das LaTeX-Paket 
25977 \series bold
25978 endfloat
25979 \series default
25980
25981 \begin_inset Index idx
25982 status collapsed
25983
25984 \begin_layout Plain Layout
25985 LaTeX-Pakete ! endfloat
25986 \end_layout
25987
25988 \end_inset
25989
25990 .
25991  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
25992  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
25993  
25994 \family sans
25995
25996 \begin_inset Quotes gld
25997 \end_inset
25998
25999 [Abbildung
26000 \begin_inset space ~
26001 \end_inset
26002
26003 3.2 ist ungefähr hier.]
26004 \family default
26005
26006 \begin_inset Quotes grd
26007 \end_inset
26008
26009  finden.
26010  Das 
26011 \series bold
26012 endfloat
26013 \series default
26014 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
26015 \end_layout
26016
26017 \begin_layout Standard
26018
26019 \series bold
26020
26021 \backslash
26022 usepackage[Optionen]{endfloat}
26023 \end_layout
26024
26025 \begin_layout Standard
26026 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
26027  Tabellen-Abschnitte, die Sie in der 
26028 \series bold
26029 endfloat
26030 \series default
26031 -Dokumentation 
26032 \begin_inset CommandInset citation
26033 LatexCommand cite
26034 key "endfloat"
26035
26036 \end_inset
26037
26038  nachlesen können.
26039 \begin_inset Newline newline
26040 \end_inset
26041
26042
26043 \begin_inset Note Greyedout
26044 status open
26045
26046 \begin_layout Plain Layout
26047
26048 \series bold
26049 Bemerkung
26050 \begin_inset space ~
26051 \end_inset
26052
26053 1: endfloat
26054 \series default
26055  übersetzt den Hinweistext nicht automatisch.
26056  Abschnitt
26057 \begin_inset space ~
26058 \end_inset
26059
26060 4 in 
26061 \begin_inset CommandInset citation
26062 LatexCommand cite
26063 key "endfloat"
26064
26065 \end_inset
26066
26067  beschreibt, wie es geht.
26068 \end_layout
26069
26070 \end_inset
26071
26072
26073 \end_layout
26074
26075 \begin_layout Standard
26076 \begin_inset Note Greyedout
26077 status open
26078
26079 \begin_layout Plain Layout
26080
26081 \series bold
26082 Bemerkung
26083 \begin_inset space ~
26084 \end_inset
26085
26086 2: 
26087 \series default
26088 Die aktuelle Version von 
26089 \series bold
26090 endfloat
26091 \series default
26092  hat einen Fehler, wenn die Überschrift ein 
26093 \begin_inset Quotes gld
26094 \end_inset
26095
26096 ß
26097 \begin_inset Quotes grd
26098 \end_inset
26099
26100  enthält.
26101  Sie müssen stattdessen den Befehl 
26102 \series bold
26103
26104 \backslash
26105 ss
26106 \series default
26107  als TeX-Code benutzen.
26108 \end_layout
26109
26110 \end_inset
26111
26112
26113 \end_layout
26114
26115 \begin_layout Standard
26116 \begin_inset VSpace bigskip
26117 \end_inset
26118
26119 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
26120  wie 
26121 \begin_inset CommandInset citation
26122 LatexCommand cite
26123 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26124
26125 \end_inset
26126
26127 .
26128 \end_layout
26129
26130 \begin_layout Section
26131 Gedrehte Gleitobjekte
26132 \begin_inset CommandInset label
26133 LatexCommand label
26134 name "abs:Gedrehte-Gleitobjekte"
26135
26136 \end_inset
26137
26138
26139 \begin_inset Index idx
26140 status collapsed
26141
26142 \begin_layout Plain Layout
26143 Gleitobjekte ! drehen
26144 \end_layout
26145
26146 \end_inset
26147
26148
26149 \end_layout
26150
26151 \begin_layout Standard
26152 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
26153 t drehen.
26154  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
26155  und die Option 
26156 \family sans
26157 Seitwärts
26158 \begin_inset space ~
26159 \end_inset
26160
26161 drehen
26162 \family default
26163  wählen.
26164 \end_layout
26165
26166 \begin_layout Standard
26167 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
26168  sie ein mehrspaltiges Dokument haben) gedruckt.
26169  Sie können mehrere Spalten überspannen, wenn die Option 
26170 \family sans
26171 Spalten
26172 \begin_inset space ~
26173 \end_inset
26174
26175 überspannen
26176 \family default
26177  in den Gleitobjekt Einstellungen gewählt ist.
26178  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
26179  werden können.
26180  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
26181  Option 
26182 \series bold
26183 figuresleft
26184 \series default
26185  oder 
26186 \series bold
26187 figuresright
26188 \series default
26189  zu den Dokumentklassen-Optionen hinzu.
26190 \end_layout
26191
26192 \begin_layout Standard
26193 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
26194  Tabelle
26195 \begin_inset space ~
26196 \end_inset
26197
26198
26199 \begin_inset CommandInset ref
26200 LatexCommand ref
26201 reference "tab:Gedrehte-Tabelle"
26202
26203 \end_inset
26204
26205  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
26206 \end_layout
26207
26208 \begin_layout Standard
26209 \begin_inset Note Greyedout
26210 status open
26211
26212 \begin_layout Plain Layout
26213
26214 \series bold
26215 Bemerkung:
26216 \series default
26217  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
26218 \end_layout
26219
26220 \end_inset
26221
26222
26223 \end_layout
26224
26225 \begin_layout Standard
26226 \begin_inset Float table
26227 wide false
26228 sideways true
26229 status open
26230
26231 \begin_layout Plain Layout
26232 \begin_inset Caption Standard
26233
26234 \begin_layout Plain Layout
26235 \begin_inset CommandInset label
26236 LatexCommand label
26237 name "tab:Gedrehte-Tabelle"
26238
26239 \end_inset
26240
26241 Gedrehte Tabelle
26242 \end_layout
26243
26244 \end_inset
26245
26246
26247 \end_layout
26248
26249 \begin_layout Plain Layout
26250 \align center
26251 \begin_inset Tabular
26252 <lyxtabular version="3" rows="1" columns="5">
26253 <features rotate="0" tabularvalignment="middle">
26254 <column alignment="center" valignment="top" width="0">
26255 <column alignment="center" valignment="top" width="0">
26256 <column alignment="center" valignment="top" width="0">
26257 <column alignment="center" valignment="top" width="0">
26258 <column alignment="center" valignment="top" width="0">
26259 <row>
26260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26261 \begin_inset Text
26262
26263 \begin_layout Plain Layout
26264 Test
26265 \end_layout
26266
26267 \end_inset
26268 </cell>
26269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26270 \begin_inset Text
26271
26272 \begin_layout Plain Layout
26273 b
26274 \end_layout
26275
26276 \end_inset
26277 </cell>
26278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26279 \begin_inset Text
26280
26281 \begin_layout Plain Layout
26282 c
26283 \end_layout
26284
26285 \end_inset
26286 </cell>
26287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26288 \begin_inset Text
26289
26290 \begin_layout Plain Layout
26291 d
26292 \end_layout
26293
26294 \end_inset
26295 </cell>
26296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26297 \begin_inset Text
26298
26299 \begin_layout Plain Layout
26300 e
26301 \end_layout
26302
26303 \end_inset
26304 </cell>
26305 </row>
26306 </lyxtabular>
26307
26308 \end_inset
26309
26310
26311 \end_layout
26312
26313 \end_inset
26314
26315
26316 \end_layout
26317
26318 \begin_layout Section
26319 Untergleitobjekte
26320 \begin_inset Index idx
26321 status collapsed
26322
26323 \begin_layout Plain Layout
26324 Gleitobjekte ! Untergleitobjekte
26325 \end_layout
26326
26327 \end_inset
26328
26329
26330 \end_layout
26331
26332 \begin_layout Standard
26333 Untergleitobjekte werden z.
26334 \begin_inset space \thinspace{}
26335 \end_inset
26336
26337 B.
26338  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
26339  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
26340  eingefügt wird.
26341  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
26342  in Tabelle
26343 \begin_inset space ~
26344 \end_inset
26345
26346
26347 \begin_inset CommandInset ref
26348 LatexCommand ref
26349 reference "tab:Untertabellen-nebeneinander"
26350
26351 \end_inset
26352
26353  und 
26354 \begin_inset CommandInset ref
26355 LatexCommand ref
26356 reference "tab:Untertabellen-übereinander"
26357
26358 \end_inset
26359
26360 .
26361 \end_layout
26362
26363 \begin_layout Standard
26364 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
26365 \begin_inset space ~
26366 \end_inset
26367
26368
26369 \begin_inset CommandInset ref
26370 LatexCommand ref
26371 reference "tab:Untertabelle-a"
26372
26373 \end_inset
26374
26375  und 
26376 \begin_inset CommandInset ref
26377 LatexCommand ref
26378 reference "tab:Untertabelle-b"
26379
26380 \end_inset
26381
26382  sind Untertabellen von Tabelle
26383 \begin_inset space ~
26384 \end_inset
26385
26386
26387 \begin_inset CommandInset ref
26388 LatexCommand ref
26389 reference "tab:Untertabellen-nebeneinander"
26390
26391 \end_inset
26392
26393 .
26394 \end_layout
26395
26396 \begin_layout Standard
26397 \begin_inset Float table
26398 wide false
26399 sideways false
26400 status open
26401
26402 \begin_layout Plain Layout
26403 \begin_inset Caption Standard
26404
26405 \begin_layout Plain Layout
26406 \begin_inset CommandInset label
26407 LatexCommand label
26408 name "tab:Untertabellen-nebeneinander"
26409
26410 \end_inset
26411
26412 Zwei Untertabellen nebeneinander.
26413 \end_layout
26414
26415 \end_inset
26416
26417
26418 \end_layout
26419
26420 \begin_layout Plain Layout
26421 \align center
26422 \begin_inset space \hfill{}
26423 \end_inset
26424
26425
26426 \begin_inset Float table
26427 wide false
26428 sideways false
26429 status collapsed
26430
26431 \begin_layout Plain Layout
26432 \begin_inset Caption Standard
26433
26434 \begin_layout Plain Layout
26435 \begin_inset CommandInset label
26436 LatexCommand label
26437 name "tab:Untertabelle-a"
26438
26439 \end_inset
26440
26441 Dies ist Untertabelle a.
26442 \end_layout
26443
26444 \end_inset
26445
26446
26447 \end_layout
26448
26449 \begin_layout Plain Layout
26450 \align center
26451 \begin_inset Tabular
26452 <lyxtabular version="3" rows="1" columns="5">
26453 <features rotate="0" tabularvalignment="middle">
26454 <column alignment="center" valignment="top" width="0">
26455 <column alignment="center" valignment="top" width="0">
26456 <column alignment="center" valignment="top" width="0">
26457 <column alignment="center" valignment="top" width="0">
26458 <column alignment="center" valignment="top" width="0">
26459 <row>
26460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26461 \begin_inset Text
26462
26463 \begin_layout Plain Layout
26464 Test
26465 \end_layout
26466
26467 \end_inset
26468 </cell>
26469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26470 \begin_inset Text
26471
26472 \begin_layout Plain Layout
26473 b
26474 \end_layout
26475
26476 \end_inset
26477 </cell>
26478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26479 \begin_inset Text
26480
26481 \begin_layout Plain Layout
26482 c
26483 \end_layout
26484
26485 \end_inset
26486 </cell>
26487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26488 \begin_inset Text
26489
26490 \begin_layout Plain Layout
26491 d
26492 \end_layout
26493
26494 \end_inset
26495 </cell>
26496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26497 \begin_inset Text
26498
26499 \begin_layout Plain Layout
26500 e
26501 \end_layout
26502
26503 \end_inset
26504 </cell>
26505 </row>
26506 </lyxtabular>
26507
26508 \end_inset
26509
26510
26511 \end_layout
26512
26513 \end_inset
26514
26515
26516 \begin_inset space \hfill{}
26517 \end_inset
26518
26519
26520 \begin_inset Float table
26521 wide false
26522 sideways false
26523 status collapsed
26524
26525 \begin_layout Plain Layout
26526 \begin_inset Caption Standard
26527
26528 \begin_layout Plain Layout
26529 \begin_inset CommandInset label
26530 LatexCommand label
26531 name "tab:Untertabelle-b"
26532
26533 \end_inset
26534
26535 Dies ist Untertabelle b.
26536 \end_layout
26537
26538 \end_inset
26539
26540
26541 \end_layout
26542
26543 \begin_layout Plain Layout
26544 \align center
26545 \begin_inset Tabular
26546 <lyxtabular version="3" rows="1" columns="5">
26547 <features rotate="0" tabularvalignment="middle">
26548 <column alignment="center" valignment="top" width="0">
26549 <column alignment="center" valignment="top" width="0">
26550 <column alignment="center" valignment="top" width="0">
26551 <column alignment="center" valignment="top" width="0">
26552 <column alignment="center" valignment="top" width="0">
26553 <row>
26554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26555 \begin_inset Text
26556
26557 \begin_layout Plain Layout
26558 e
26559 \end_layout
26560
26561 \end_inset
26562 </cell>
26563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26564 \begin_inset Text
26565
26566 \begin_layout Plain Layout
26567 d
26568 \end_layout
26569
26570 \end_inset
26571 </cell>
26572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26573 \begin_inset Text
26574
26575 \begin_layout Plain Layout
26576 c
26577 \end_layout
26578
26579 \end_inset
26580 </cell>
26581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26582 \begin_inset Text
26583
26584 \begin_layout Plain Layout
26585 b
26586 \end_layout
26587
26588 \end_inset
26589 </cell>
26590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26591 \begin_inset Text
26592
26593 \begin_layout Plain Layout
26594 Test
26595 \end_layout
26596
26597 \end_inset
26598 </cell>
26599 </row>
26600 </lyxtabular>
26601
26602 \end_inset
26603
26604
26605 \end_layout
26606
26607 \end_inset
26608
26609
26610 \begin_inset space \hfill{}
26611 \end_inset
26612
26613
26614 \end_layout
26615
26616 \end_inset
26617
26618
26619 \end_layout
26620
26621 \begin_layout Standard
26622 \begin_inset Float table
26623 wide false
26624 sideways false
26625 status open
26626
26627 \begin_layout Plain Layout
26628 \begin_inset Caption Standard
26629
26630 \begin_layout Plain Layout
26631 \begin_inset CommandInset label
26632 LatexCommand label
26633 name "tab:Untertabellen-übereinander"
26634
26635 \end_inset
26636
26637 Zwei Untertabellen übereinander.
26638  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
26639 \end_layout
26640
26641 \end_inset
26642
26643
26644 \end_layout
26645
26646 \begin_layout Plain Layout
26647 \align center
26648 \begin_inset Float table
26649 wide false
26650 sideways false
26651 status collapsed
26652
26653 \begin_layout Plain Layout
26654 \begin_inset Caption Standard
26655
26656 \begin_layout Plain Layout
26657
26658 \end_layout
26659
26660 \end_inset
26661
26662
26663 \end_layout
26664
26665 \begin_layout Plain Layout
26666 \align center
26667 \begin_inset Tabular
26668 <lyxtabular version="3" rows="1" columns="4">
26669 <features rotate="0" tabularvalignment="middle">
26670 <column alignment="center" valignment="top" width="0">
26671 <column alignment="center" valignment="top" width="0">
26672 <column alignment="center" valignment="top" width="0">
26673 <column alignment="center" valignment="top" width="0">
26674 <row>
26675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26676 \begin_inset Text
26677
26678 \begin_layout Plain Layout
26679 Test
26680 \end_layout
26681
26682 \end_inset
26683 </cell>
26684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26685 \begin_inset Text
26686
26687 \begin_layout Plain Layout
26688 Test
26689 \end_layout
26690
26691 \end_inset
26692 </cell>
26693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26694 \begin_inset Text
26695
26696 \begin_layout Plain Layout
26697 Test
26698 \end_layout
26699
26700 \end_inset
26701 </cell>
26702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26703 \begin_inset Text
26704
26705 \begin_layout Plain Layout
26706 Test
26707 \end_layout
26708
26709 \end_inset
26710 </cell>
26711 </row>
26712 </lyxtabular>
26713
26714 \end_inset
26715
26716
26717 \end_layout
26718
26719 \end_inset
26720
26721
26722 \end_layout
26723
26724 \begin_layout Plain Layout
26725 \align center
26726 \begin_inset Float table
26727 wide false
26728 sideways false
26729 status collapsed
26730
26731 \begin_layout Plain Layout
26732 \begin_inset Caption Standard
26733
26734 \begin_layout Plain Layout
26735
26736 \end_layout
26737
26738 \end_inset
26739
26740
26741 \end_layout
26742
26743 \begin_layout Plain Layout
26744 \align center
26745 \begin_inset Tabular
26746 <lyxtabular version="3" rows="1" columns="5">
26747 <features rotate="0" tabularvalignment="middle">
26748 <column alignment="center" valignment="top" width="0">
26749 <column alignment="center" valignment="top" width="0">
26750 <column alignment="center" valignment="top" width="0">
26751 <column alignment="center" valignment="top" width="0">
26752 <column alignment="center" valignment="top" width="0">
26753 <row>
26754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26755 \begin_inset Text
26756
26757 \begin_layout Plain Layout
26758 a
26759 \end_layout
26760
26761 \end_inset
26762 </cell>
26763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26764 \begin_inset Text
26765
26766 \begin_layout Plain Layout
26767 b
26768 \end_layout
26769
26770 \end_inset
26771 </cell>
26772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26773 \begin_inset Text
26774
26775 \begin_layout Plain Layout
26776 c
26777 \end_layout
26778
26779 \end_inset
26780 </cell>
26781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26782 \begin_inset Text
26783
26784 \begin_layout Plain Layout
26785 d
26786 \end_layout
26787
26788 \end_inset
26789 </cell>
26790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26791 \begin_inset Text
26792
26793 \begin_layout Plain Layout
26794 e
26795 \end_layout
26796
26797 \end_inset
26798 </cell>
26799 </row>
26800 </lyxtabular>
26801
26802 \end_inset
26803
26804
26805 \end_layout
26806
26807 \end_inset
26808
26809
26810 \end_layout
26811
26812 \end_inset
26813
26814
26815 \end_layout
26816
26817 \begin_layout Section
26818 Gleitobjekte nebeneinander
26819 \begin_inset Index idx
26820 status collapsed
26821
26822 \begin_layout Plain Layout
26823 Gleitobjekte ! nebeneinander
26824 \end_layout
26825
26826 \end_inset
26827
26828
26829 \end_layout
26830
26831 \begin_layout Standard
26832 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
26833 \begin_inset space ~
26834 \end_inset
26835
26836
26837 \begin_inset CommandInset ref
26838 LatexCommand ref
26839 reference "abb:Gleitobjekt-links"
26840
26841 \end_inset
26842
26843  und 
26844 \begin_inset CommandInset ref
26845 LatexCommand ref
26846 reference "abb:Gleitobjekt-rechts"
26847
26848 \end_inset
26849
26850  wird nur 
26851 \emph on
26852 ein
26853 \emph default
26854  Gleitobjekt verwendet.
26855  In dieses werden zwei Minipage Boxen eingefügt.
26856 \begin_inset Foot
26857 status collapsed
26858
26859 \begin_layout Plain Layout
26860 Minipages sind in Abschnitt
26861 \begin_inset space ~
26862 \end_inset
26863
26864
26865 \begin_inset CommandInset ref
26866 LatexCommand ref
26867 reference "abs:Minipage"
26868
26869 \end_inset
26870
26871  erklärt.
26872 \end_layout
26873
26874 \end_inset
26875
26876  Die Breite wird für jede Minipage auf 45
26877 \begin_inset space \thinspace{}
26878 \end_inset
26879
26880 -50
26881 \begin_inset space \thinspace{}
26882 \end_inset
26883
26884 Spalten% und die Box Ausrichtung auf 
26885 \family sans
26886 Unten
26887 \family default
26888  gesetzt.
26889  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
26890  Gleitobjekt.
26891  Der einzige Unterschied ist, dass die Bildeinheit 
26892 \family sans
26893 Spaltenbreite
26894 \begin_inset space ~
26895 \end_inset
26896
26897 %
26898 \family default
26899  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
26900 \end_layout
26901
26902 \begin_layout Standard
26903 \begin_inset Float figure
26904 wide false
26905 sideways false
26906 status open
26907
26908 \begin_layout Plain Layout
26909 \begin_inset Box Frameless
26910 position "b"
26911 hor_pos "c"
26912 has_inner_box 1
26913 inner_pos "t"
26914 use_parbox 0
26915 use_makebox 0
26916 width "45col%"
26917 special "none"
26918 height "1in"
26919 height_special "totalheight"
26920 status open
26921
26922 \begin_layout Plain Layout
26923 \align center
26924 \begin_inset Graphics
26925         filename ../clipart/mobius.eps
26926         lyxscale 50
26927         width 100col%
26928         scaleBeforeRotation
26929
26930 \end_inset
26931
26932
26933 \end_layout
26934
26935 \begin_layout Plain Layout
26936 \begin_inset Caption Standard
26937
26938 \begin_layout Plain Layout
26939 \begin_inset CommandInset label
26940 LatexCommand label
26941 name "abb:Gleitobjekt-links"
26942
26943 \end_inset
26944
26945 Gleitobjekt auf der linken Seite.
26946 \end_layout
26947
26948 \end_inset
26949
26950
26951 \end_layout
26952
26953 \end_inset
26954
26955
26956 \begin_inset space \hfill{}
26957 \end_inset
26958
26959
26960 \begin_inset Box Frameless
26961 position "b"
26962 hor_pos "c"
26963 has_inner_box 1
26964 inner_pos "t"
26965 use_parbox 0
26966 use_makebox 0
26967 width "45col%"
26968 special "none"
26969 height "1in"
26970 height_special "totalheight"
26971 status open
26972
26973 \begin_layout Plain Layout
26974 \align center
26975 \begin_inset Graphics
26976         filename ../clipart/platypus.eps
26977         lyxscale 50
26978         width 100col%
26979         scaleBeforeRotation
26980
26981 \end_inset
26982
26983
26984 \end_layout
26985
26986 \begin_layout Plain Layout
26987 \begin_inset Caption Standard
26988
26989 \begin_layout Plain Layout
26990 \begin_inset CommandInset label
26991 LatexCommand label
26992 name "abb:Gleitobjekt-rechts"
26993
26994 \end_inset
26995
26996 Gleitobjekt auf der rechten Seite.
26997 \end_layout
26998
26999 \end_inset
27000
27001
27002 \end_layout
27003
27004 \end_inset
27005
27006
27007 \end_layout
27008
27009 \end_inset
27010
27011
27012 \end_layout
27013
27014 \begin_layout Section
27015 Beschriftungs-Formatierung
27016 \begin_inset CommandInset label
27017 LatexCommand label
27018 name "abs:Titel-Formatierung"
27019
27020 \end_inset
27021
27022
27023 \begin_inset Index idx
27024 status collapsed
27025
27026 \begin_layout Plain Layout
27027 Gleitobjekte ! Beschriftung ! Formatierung
27028 \end_layout
27029
27030 \end_inset
27031
27032
27033 \end_layout
27034
27035 \begin_layout Standard
27036
27037 \family sans
27038 Legende
27039 \family default
27040  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
27041  In LyX sehen Titel so aus:  
27042 \family sans
27043
27044 \begin_inset Quotes gld
27045 \end_inset
27046
27047 Abbildung xyz:
27048 \family default
27049
27050 \begin_inset Quotes grd
27051 \end_inset
27052
27053 , gefolgt vom Beschriftungstext, wobei 
27054 \family sans
27055 xyz
27056 \family default
27057  die von LyX vergebene Nummer ist.
27058  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
27059  gedruckt.
27060  Dies ist nicht immer brauchbar.
27061 \end_layout
27062
27063 \begin_layout Standard
27064 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
27065  
27066 \series bold
27067 caption
27068 \series default
27069
27070 \begin_inset Index idx
27071 status collapsed
27072
27073 \begin_layout Plain Layout
27074 LaTeX-Pakete ! caption
27075 \end_layout
27076
27077 \end_inset
27078
27079  in den LaTeX-Vorspann laden:
27080 \end_layout
27081
27082 \begin_layout Standard
27083
27084 \series bold
27085
27086 \backslash
27087 usepackage[Format-Definition]{caption}
27088 \end_layout
27089
27090 \begin_layout Standard
27091 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
27092  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
27093 \end_layout
27094
27095 \begin_layout Standard
27096
27097 \series bold
27098
27099 \backslash
27100 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27101 \end_layout
27102
27103 \begin_layout Standard
27104 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
27105  definieren.
27106  Dazu laden Sie das 
27107 \series bold
27108 caption
27109 \series default
27110 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
27111  dem Befehl
27112 \end_layout
27113
27114 \begin_layout Standard
27115
27116 \series bold
27117
27118 \backslash
27119 captionsetup[Gleitobjekt-Typ]{Format-Definition}
27120 \end_layout
27121
27122 \begin_layout Standard
27123 Für Abbildung
27124 \begin_inset space ~
27125 \end_inset
27126
27127
27128 \begin_inset CommandInset ref
27129 LatexCommand ref
27130 reference "abb:Langer-Abb-Titel"
27131
27132 \end_inset
27133
27134  und Tabelle
27135 \begin_inset space ~
27136 \end_inset
27137
27138
27139 \begin_inset CommandInset ref
27140 LatexCommand ref
27141 reference "tab:Langer-Tab-Titel"
27142
27143 \end_inset
27144
27145  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
27146  werden:
27147 \end_layout
27148
27149 \begin_layout Standard
27150
27151 \series bold
27152
27153 \backslash
27154 usepackage[tableposition=top]{caption}
27155 \begin_inset Newline newline
27156 \end_inset
27157
27158
27159 \backslash
27160 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27161 \begin_inset Newline newline
27162 \end_inset
27163
27164
27165 \begin_inset Phantom HPhantom
27166 status open
27167
27168 \begin_layout Plain Layout
27169
27170 \series bold
27171
27172 \backslash
27173 captionsetup[figure]{
27174 \end_layout
27175
27176 \end_inset
27177
27178 labelsep=period}
27179 \begin_inset Newline newline
27180 \end_inset
27181
27182
27183 \backslash
27184 captionsetup[table]{labelfont={bf,sf}}
27185 \end_layout
27186
27187 \begin_layout Standard
27188 \begin_inset Note Greyedout
27189 status open
27190
27191 \begin_layout Plain Layout
27192
27193 \series bold
27194 Bemerkung:
27195 \series default
27196  Die Option 
27197 \series bold
27198 tableposition=top
27199 \series default
27200  hat keine Auswirkung, wenn eine 
27201 \series bold
27202 KOMA-Script
27203 \series default
27204
27205 \begin_inset Index idx
27206 status collapsed
27207
27208 \begin_layout Plain Layout
27209 LaTeX-Pakete ! KOMA-Script
27210 \end_layout
27211
27212 \end_inset
27213
27214 -Dokumentklasse verwendet wird.
27215  Hier muss die Option 
27216 \series bold
27217 captions=tableheading
27218 \series default
27219  benutzt werden.
27220 \end_layout
27221
27222 \end_inset
27223
27224
27225 \end_layout
27226
27227 \begin_layout Standard
27228 Weitere Informationen über das Paket
27229 \series bold
27230  caption
27231 \series default
27232  finden Sie in seiner Dokumentation 
27233 \begin_inset CommandInset citation
27234 LatexCommand cite
27235 key "caption"
27236
27237 \end_inset
27238
27239 .
27240 \end_layout
27241
27242 \begin_layout Standard
27243 Wenn Sie den Namen von 
27244 \begin_inset Quotes gld
27245 \end_inset
27246
27247 Abbildung
27248 \begin_inset Quotes grd
27249 \end_inset
27250
27251  auf 
27252 \begin_inset Quotes gld
27253 \end_inset
27254
27255 Bild
27256 \begin_inset Quotes grd
27257 \end_inset
27258
27259  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
27260 \end_layout
27261
27262 \begin_layout Standard
27263
27264 \series bold
27265
27266 \backslash
27267 renewcommand{
27268 \backslash
27269 fnum@figure}{Bild~
27270 \backslash
27271 thefigure}
27272 \end_layout
27273
27274 \begin_layout Standard
27275 wobei 
27276 \series bold
27277
27278 \backslash
27279 thefigure
27280 \series default
27281  die Bildnummer einsetzt und
27282 \series bold
27283  ~
27284 \series default
27285  ein geschütztes Leerzeichen ist.
27286 \end_layout
27287
27288 \begin_layout Standard
27289 \begin_inset VSpace bigskip
27290 \end_inset
27291
27292 Wenn Sie eine 
27293 \series bold
27294 KOMA-Script
27295 \series default
27296
27297 \begin_inset Index idx
27298 status collapsed
27299
27300 \begin_layout Plain Layout
27301 LaTeX-Pakete ! KOMA-Script
27302 \end_layout
27303
27304 \end_inset
27305
27306 -Dokumentklasse (
27307 \family sans
27308 article (KOMA-Script)
27309 \family default
27310
27311 \family sans
27312 book (KOMA-Script)
27313 \family default
27314
27315 \family sans
27316 letter (KOMA-Script)
27317 \family default
27318  oder 
27319 \family sans
27320 report (KOMA-Script)
27321 \family default
27322 ) benutzen, können Sie anstatt des 
27323 \series bold
27324 caption
27325 \series default
27326 -Paketes den eingebauten Befehl 
27327 \series bold
27328
27329 \backslash
27330 setkomafont
27331 \series default
27332  von 
27333 \series bold
27334 KOMA-Script
27335 \series default
27336  benutzen.
27337  Der Befehl
27338 \end_layout
27339
27340 \begin_layout Standard
27341
27342 \series bold
27343
27344 \backslash
27345 setkomafont{captionlabel}{
27346 \backslash
27347 bfseries}
27348 \end_layout
27349
27350 \begin_layout Standard
27351 im LaTeX-Vorspann druckt den Namen fett.
27352 \end_layout
27353
27354 \begin_layout Standard
27355 Weitere Informationen über 
27356 \series bold
27357
27358 \backslash
27359 setkomafont
27360 \series default
27361  finden Sie in der 
27362 \series bold
27363 KOMA-Script
27364 \series default
27365 -Do\SpecialChar \-
27366 ku\SpecialChar \-
27367 men\SpecialChar \-
27368 ta\SpecialChar \-
27369 tion 
27370 \begin_inset CommandInset citation
27371 LatexCommand cite
27372 key "KOMA-Script"
27373
27374 \end_inset
27375
27376 .
27377 \end_layout
27378
27379 \begin_layout Standard
27380 \begin_inset ERT
27381 status collapsed
27382
27383 \begin_layout Plain Layout
27384
27385
27386 \backslash
27387 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27388 }
27389 \end_layout
27390
27391 \end_inset
27392
27393
27394 \begin_inset Note Note
27395 status open
27396
27397 \begin_layout Plain Layout
27398 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
27399 \end_layout
27400
27401 \end_inset
27402
27403
27404 \end_layout
27405
27406 \begin_layout Standard
27407 \begin_inset Float figure
27408 placement !p
27409 wide false
27410 sideways false
27411 status open
27412
27413 \begin_layout Plain Layout
27414 \align center
27415 \begin_inset Graphics
27416         filename ../clipart/mobius.eps
27417         lyxscale 50
27418         scale 50
27419         scaleBeforeRotation
27420
27421 \end_inset
27422
27423
27424 \end_layout
27425
27426 \begin_layout Plain Layout
27427 \begin_inset Caption Standard
27428
27429 \begin_layout Plain Layout
27430 \begin_inset CommandInset label
27431 LatexCommand label
27432 name "abb:Langer-Abb-Titel"
27433
27434 \end_inset
27435
27436 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27437  ist, um das andere Beschriftungsformat zu zeigen.
27438  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
27439 \begin_inset Argument 1
27440 status collapsed
27441
27442 \begin_layout Plain Layout
27443 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27444  ist.
27445 \end_layout
27446
27447 \end_inset
27448
27449
27450 \end_layout
27451
27452 \end_inset
27453
27454
27455 \end_layout
27456
27457 \end_inset
27458
27459
27460 \end_layout
27461
27462 \begin_layout Standard
27463 \begin_inset ERT
27464 status collapsed
27465
27466 \begin_layout Plain Layout
27467
27468
27469 \backslash
27470 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27471 on}
27472 \end_layout
27473
27474 \end_inset
27475
27476
27477 \end_layout
27478
27479 \begin_layout Standard
27480 \begin_inset Float table
27481 placement !p
27482 wide false
27483 sideways false
27484 status open
27485
27486 \begin_layout Plain Layout
27487 \begin_inset Caption Standard
27488
27489 \begin_layout Plain Layout
27490 \begin_inset CommandInset label
27491 LatexCommand label
27492 name "tab:Langer-Tab-Titel"
27493
27494 \end_inset
27495
27496 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27497  ist, um das andere Beschriftungsformat zu zeigen.
27498  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
27499  benutzt.
27500 \begin_inset Argument 1
27501 status collapsed
27502
27503 \begin_layout Plain Layout
27504 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27505  ist.
27506 \end_layout
27507
27508 \end_inset
27509
27510
27511 \end_layout
27512
27513 \end_inset
27514
27515
27516 \end_layout
27517
27518 \begin_layout Plain Layout
27519 \align center
27520 \begin_inset Tabular
27521 <lyxtabular version="3" rows="1" columns="5">
27522 <features rotate="0" tabularvalignment="middle">
27523 <column alignment="center" valignment="top" width="0">
27524 <column alignment="center" valignment="top" width="0">
27525 <column alignment="center" valignment="top" width="0">
27526 <column alignment="center" valignment="top" width="0">
27527 <column alignment="center" valignment="top" width="0">
27528 <row>
27529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27530 \begin_inset Text
27531
27532 \begin_layout Plain Layout
27533 a
27534 \end_layout
27535
27536 \end_inset
27537 </cell>
27538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27539 \begin_inset Text
27540
27541 \begin_layout Plain Layout
27542 b
27543 \end_layout
27544
27545 \end_inset
27546 </cell>
27547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27548 \begin_inset Text
27549
27550 \begin_layout Plain Layout
27551 c
27552 \end_layout
27553
27554 \end_inset
27555 </cell>
27556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27557 \begin_inset Text
27558
27559 \begin_layout Plain Layout
27560 d
27561 \end_layout
27562
27563 \end_inset
27564 </cell>
27565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27566 \begin_inset Text
27567
27568 \begin_layout Plain Layout
27569 e
27570 \end_layout
27571
27572 \end_inset
27573 </cell>
27574 </row>
27575 </lyxtabular>
27576
27577 \end_inset
27578
27579
27580 \end_layout
27581
27582 \end_inset
27583
27584
27585 \end_layout
27586
27587 \begin_layout Section
27588 Beschriftungs-Platzierung
27589 \begin_inset CommandInset label
27590 LatexCommand label
27591 name "abs:Titel-Platzierung"
27592
27593 \end_inset
27594
27595
27596 \begin_inset Index idx
27597 status collapsed
27598
27599 \begin_layout Plain Layout
27600 Gleitobjekte ! Beschriftung ! Platzierung
27601 \end_layout
27602
27603 \end_inset
27604
27605
27606 \end_layout
27607
27608 \begin_layout Standard
27609 Normalerweise werden die Beschriftungen wie folgt platziert:
27610 \end_layout
27611
27612 \begin_layout Description
27613 Abbildung: darunter
27614 \end_layout
27615
27616 \begin_layout Description
27617 Tabelle: darüber
27618 \end_layout
27619
27620 \begin_layout Standard
27621 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
27622  Das heißt wenn Sie eine der Dokument-Klassen 
27623 \family sans
27624 article
27625 \family default
27626
27627 \family sans
27628 book
27629 \family default
27630
27631 \family sans
27632 letter
27633 \family default
27634  oder 
27635 \family sans
27636 report
27637 \family default
27638  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
27639  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
27640 \series bold
27641 caption
27642 \series default
27643  im LaTeX-Vorspann folgendes schreiben:
27644 \begin_inset Foot
27645 status collapsed
27646
27647 \begin_layout Plain Layout
27648 In Abschnitt
27649 \begin_inset space ~
27650 \end_inset
27651
27652
27653 \begin_inset CommandInset ref
27654 LatexCommand ref
27655 reference "abs:Titel-Formatierung"
27656
27657 \end_inset
27658
27659  steht mehr über das Paket 
27660 \series bold
27661 caption
27662 \series default
27663 .
27664 \end_layout
27665
27666 \end_inset
27667
27668
27669 \end_layout
27670
27671 \begin_layout Standard
27672
27673 \series bold
27674 tableposition=top
27675 \end_layout
27676
27677 \begin_layout Standard
27678 Wenn Sie eine 
27679 \series bold
27680 KOMA-Script
27681 \series default
27682
27683 \begin_inset Index idx
27684 status collapsed
27685
27686 \begin_layout Plain Layout
27687 LaTeX-Pakete ! KOMA-Script
27688 \end_layout
27689
27690 \end_inset
27691
27692 -Dokumentklasse (
27693 \family sans
27694 article (KOMA-Script)
27695 \family default
27696
27697 \family sans
27698 book (KOMA-Script)
27699 \family default
27700
27701 \family sans
27702 letter (KOMA-Script)
27703 \family default
27704  oder 
27705 \family sans
27706 report (KOMA-Script)
27707 \family default
27708 ) benutzen, können Sie alternativ zum 
27709 \series bold
27710 caption
27711 \series default
27712 -Paket die Option 
27713 \series bold
27714 captions=tableheading
27715 \series default
27716  benutzen.
27717 \end_layout
27718
27719 \begin_layout Standard
27720 \begin_inset VSpace bigskip
27721 \end_inset
27722
27723 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
27724  Das bewirkt das LaTeX-Paket 
27725 \series bold
27726 sidecap
27727 \series default
27728
27729 \begin_inset Index idx
27730 status collapsed
27731
27732 \begin_layout Plain Layout
27733 LaTeX-Pakete ! sidecap
27734 \end_layout
27735
27736 \end_inset
27737
27738 , das so in den LaTeX-Vorspann geladen wird:
27739 \end_layout
27740
27741 \begin_layout Standard
27742
27743 \series bold
27744
27745 \backslash
27746 usepackage[Option]{sidecap}
27747 \end_layout
27748
27749 \begin_layout Standard
27750 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
27751  Mit 
27752 \series bold
27753 innercaption
27754 \series default
27755  wird die Beschriftung innen gedruckt.
27756  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
27757  
27758 \series bold
27759 rightcaption
27760 \series default
27761  oder 
27762 \series bold
27763 leftcaption
27764 \series default
27765 .
27766 \end_layout
27767
27768 \begin_layout Standard
27769 \begin_inset ERT
27770 status collapsed
27771
27772 \begin_layout Plain Layout
27773
27774
27775 \backslash
27776 ifsidecap
27777 \end_layout
27778
27779 \end_inset
27780
27781
27782 \begin_inset Note Note
27783 status open
27784
27785 \begin_layout Plain Layout
27786 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
27787 \series bold
27788 sidecap
27789 \series default
27790  installiert ist.
27791 \end_layout
27792
27793 \end_inset
27794
27795
27796 \end_layout
27797
27798 \begin_layout Standard
27799 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
27800  in den LaTeX-Vorspann schreiben:
27801 \end_layout
27802
27803 \begin_layout Standard
27804 \noindent
27805 \begin_inset CommandInset line
27806 LatexCommand rule
27807 offset "0.5ex"
27808 width "100line%"
27809 height "1pt"
27810
27811 \end_inset
27812
27813
27814 \end_layout
27815
27816 \begin_layout Standard
27817
27818 \series bold
27819
27820 \backslash
27821 newcommand{
27822 \backslash
27823 TabBesBeg}[1][1.0]{%
27824 \begin_inset Newline newline
27825 \end_inset
27826
27827
27828 \begin_inset Phantom HPhantom
27829 status open
27830
27831 \begin_layout Plain Layout
27832 \begin_inset space ~
27833 \end_inset
27834
27835
27836 \end_layout
27837
27838 \end_inset
27839
27840
27841 \backslash
27842 let
27843 \backslash
27844 MyTable
27845 \backslash
27846 table
27847 \begin_inset Newline newline
27848 \end_inset
27849
27850
27851 \begin_inset Phantom HPhantom
27852 status open
27853
27854 \begin_layout Plain Layout
27855
27856 \series medium
27857 \begin_inset space ~
27858 \end_inset
27859
27860
27861 \end_layout
27862
27863 \end_inset
27864
27865
27866 \backslash
27867 let
27868 \backslash
27869 MyEndtable
27870 \backslash
27871 endtable
27872 \begin_inset Newline newline
27873 \end_inset
27874
27875
27876 \begin_inset Phantom HPhantom
27877 status open
27878
27879 \begin_layout Plain Layout
27880
27881 \series medium
27882 \begin_inset space ~
27883 \end_inset
27884
27885
27886 \end_layout
27887
27888 \end_inset
27889
27890
27891 \backslash
27892 renewenvironment{table}[1]{
27893 \backslash
27894 begin{SCtable}[#1]##1}{
27895 \backslash
27896 end{SCtable}}}
27897 \end_layout
27898
27899 \begin_layout Standard
27900
27901 \series bold
27902
27903 \backslash
27904 newcommand{
27905 \backslash
27906 TabBesEnd}{%
27907 \begin_inset Newline newline
27908 \end_inset
27909
27910
27911 \begin_inset Phantom HPhantom
27912 status open
27913
27914 \begin_layout Plain Layout
27915 \begin_inset space ~
27916 \end_inset
27917
27918
27919 \end_layout
27920
27921 \end_inset
27922
27923
27924 \backslash
27925 let
27926 \backslash
27927 table
27928 \backslash
27929 MyTable
27930 \begin_inset Newline newline
27931 \end_inset
27932
27933
27934 \begin_inset Phantom HPhantom
27935 status open
27936
27937 \begin_layout Plain Layout
27938 \begin_inset space ~
27939 \end_inset
27940
27941
27942 \end_layout
27943
27944 \end_inset
27945
27946
27947 \backslash
27948 let
27949 \backslash
27950 endtable
27951 \backslash
27952 MyEndtable
27953 \end_layout
27954
27955 \begin_layout Standard
27956
27957 \series bold
27958
27959 \backslash
27960 newcommand{
27961 \backslash
27962 FigBesBeg}[1][1.0]{%
27963 \begin_inset Newline newline
27964 \end_inset
27965
27966
27967 \begin_inset Phantom HPhantom
27968 status open
27969
27970 \begin_layout Plain Layout
27971 \begin_inset space ~
27972 \end_inset
27973
27974
27975 \end_layout
27976
27977 \end_inset
27978
27979
27980 \backslash
27981 let
27982 \backslash
27983 MyFigure
27984 \backslash
27985 figure
27986 \begin_inset Newline newline
27987 \end_inset
27988
27989
27990 \begin_inset Phantom HPhantom
27991 status open
27992
27993 \begin_layout Plain Layout
27994 \begin_inset space ~
27995 \end_inset
27996
27997
27998 \end_layout
27999
28000 \end_inset
28001
28002
28003 \backslash
28004 let
28005 \backslash
28006 MyEndfigure
28007 \backslash
28008 endfigure
28009 \begin_inset Newline newline
28010 \end_inset
28011
28012
28013 \begin_inset Phantom HPhantom
28014 status open
28015
28016 \begin_layout Plain Layout
28017 \begin_inset space ~
28018 \end_inset
28019
28020
28021 \end_layout
28022
28023 \end_inset
28024
28025
28026 \backslash
28027 renewenvironment{figure}[1]{
28028 \backslash
28029 begin{SCfigure}[#1]##1}{
28030 \backslash
28031 end{SCfigure}}}
28032 \end_layout
28033
28034 \begin_layout Standard
28035
28036 \series bold
28037
28038 \backslash
28039 newcommand{
28040 \backslash
28041 FigBesEnd}{%
28042 \begin_inset Newline newline
28043 \end_inset
28044
28045
28046 \begin_inset Phantom HPhantom
28047 status open
28048
28049 \begin_layout Plain Layout
28050 \begin_inset space ~
28051 \end_inset
28052
28053
28054 \end_layout
28055
28056 \end_inset
28057
28058
28059 \backslash
28060 let
28061 \backslash
28062 figure
28063 \backslash
28064 MyFigure
28065 \begin_inset Newline newline
28066 \end_inset
28067
28068
28069 \begin_inset Phantom HPhantom
28070 status open
28071
28072 \begin_layout Plain Layout
28073 \begin_inset space ~
28074 \end_inset
28075
28076
28077 \end_layout
28078
28079 \end_inset
28080
28081
28082 \backslash
28083 let
28084 \backslash
28085 endfigure
28086 \backslash
28087 MyEndfigure}
28088 \end_layout
28089
28090 \begin_layout Standard
28091 \noindent
28092 \begin_inset CommandInset line
28093 LatexCommand rule
28094 offset "0.5ex"
28095 width "100line%"
28096 height "1pt"
28097
28098 \end_inset
28099
28100
28101 \end_layout
28102
28103 \begin_layout Standard
28104 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
28105 ungen seitlich gedruckt werden.
28106  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
28107 \end_layout
28108
28109 \begin_layout Standard
28110
28111 \series bold
28112
28113 \backslash
28114 FigBesBeg
28115 \end_layout
28116
28117 \begin_layout Standard
28118 als TeX-Code vor das Gleitobjekt und fügen Sie den Befehl
28119 \end_layout
28120
28121 \begin_layout Standard
28122
28123 \series bold
28124
28125 \backslash
28126 FigBesEnd
28127 \end_layout
28128
28129 \begin_layout Standard
28130 als TeX-Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
28131  zurückkehren wollen.
28132 \end_layout
28133
28134 \begin_layout Standard
28135 Bei Gleitobjekt-Tabellen heißen die Befehle
28136 \end_layout
28137
28138 \begin_layout Standard
28139
28140 \series bold
28141
28142 \backslash
28143 TabBesBeg
28144 \series default
28145  und 
28146 \series bold
28147
28148 \backslash
28149 TabBesEnd
28150 \series default
28151 .
28152 \end_layout
28153
28154 \begin_layout Standard
28155 Abbildung
28156 \begin_inset space ~
28157 \end_inset
28158
28159
28160 \begin_inset CommandInset ref
28161 LatexCommand ref
28162 reference "abb:Beschriftung-neben"
28163
28164 \end_inset
28165
28166  und Tabelle
28167 \begin_inset space ~
28168 \end_inset
28169
28170
28171 \begin_inset CommandInset ref
28172 LatexCommand ref
28173 reference "tab:Beschriftung-neben"
28174
28175 \end_inset
28176
28177  sind Beispiele für seitliche Beschriftungen.
28178 \end_layout
28179
28180 \begin_layout Standard
28181 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
28182  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
28183  der Abbildung.
28184  Das kann man mit dem Befehl
28185 \end_layout
28186
28187 \begin_layout Standard
28188
28189 \series bold
28190
28191 \backslash
28192 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
28193 \end_layout
28194
28195 \begin_layout Standard
28196 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
28197  Der Gleitobjekt-Typ ist entweder 
28198 \family sans
28199 figure
28200 \family default
28201  oder 
28202 \family sans
28203 table
28204 \family default
28205 , die
28206 \family sans
28207  
28208 \family default
28209 Platzierung ist 
28210 \family typewriter
28211 t
28212 \family default
28213  für oben, 
28214 \family typewriter
28215 c
28216 \family default
28217  für zentriert oder 
28218 \family typewriter
28219 b
28220 \family default
28221  für unten.
28222  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
28223  lautet der Befehl
28224 \end_layout
28225
28226 \begin_layout Standard
28227
28228 \series bold
28229
28230 \backslash
28231 sidecaptionvpos{figure}{c}
28232 \end_layout
28233
28234 \begin_layout Standard
28235 Das wurde in Abbildung
28236 \begin_inset space ~
28237 \end_inset
28238
28239
28240 \begin_inset CommandInset ref
28241 LatexCommand ref
28242 reference "abb:cap-beside-fig-2"
28243
28244 \end_inset
28245
28246  benutzt.
28247 \end_layout
28248
28249 \begin_layout Standard
28250 \begin_inset VSpace medskip
28251 \end_inset
28252
28253
28254 \end_layout
28255
28256 \begin_layout Standard
28257 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
28258  Für schmale Bilder/Tabellen, wie in Tabelle
28259 \begin_inset space ~
28260 \end_inset
28261
28262
28263 \begin_inset CommandInset ref
28264 LatexCommand ref
28265 reference "tab:Beschriftung-neben"
28266
28267 \end_inset
28268
28269 , führt dies zu zu schmalen Beschriftungen.
28270  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
28271  Breite des Bildes/der Tabelle multipliziert wird.
28272  Das Ergebnis ist die Beschriftungsbreite.
28273  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
28274  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
28275  Der 
28276 \emph on
28277 Faktor
28278 \emph default
28279  kann entweder als optionales Argument für 
28280 \series bold
28281
28282 \backslash
28283 FigBesBeg
28284 \series default
28285  angegeben werden:
28286 \end_layout
28287
28288 \begin_layout Standard
28289
28290 \series bold
28291
28292 \backslash
28293 FigBesBeg[Faktor]
28294 \end_layout
28295
28296 \begin_layout Standard
28297 oder indem man in der Definition von 
28298 \series bold
28299
28300 \backslash
28301 FigBesBeg
28302 \series default
28303  die 
28304 \series bold
28305 1.0
28306 \series default
28307  mit einem anderen Wert ersetzt.
28308  Bei letzterem ist der angegebene Faktor der Standard wenn 
28309 \series bold
28310
28311 \backslash
28312 FigBesBeg
28313 \series default
28314  ohne Argument verwendet wird.
28315  Für Tabelle
28316 \begin_inset space ~
28317 \end_inset
28318
28319
28320 \begin_inset CommandInset ref
28321 LatexCommand ref
28322 reference "tab:Beschriftung-neben-breiter"
28323
28324 \end_inset
28325
28326  und Abbildung
28327 \begin_inset space ~
28328 \end_inset
28329
28330
28331 \begin_inset CommandInset ref
28332 LatexCommand ref
28333 reference "abb:cap-beside-fig-2"
28334
28335 \end_inset
28336
28337  wurde der Faktor 5 verwendet.
28338 \end_layout
28339
28340 \begin_layout Standard
28341 \begin_inset Note Greyedout
28342 status open
28343
28344 \begin_layout Plain Layout
28345
28346 \series bold
28347 Achtung:
28348 \series default
28349  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
28350 erungsoption 
28351 \family sans
28352 Hier,
28353 \begin_inset space ~
28354 \end_inset
28355
28356 auf
28357 \begin_inset space ~
28358 \end_inset
28359
28360 jeden
28361 \begin_inset space ~
28362 \end_inset
28363
28364 Fall
28365 \family default
28366  nicht verwendet werden werden, da diese von 
28367 \series bold
28368 sidecap
28369 \series default
28370  nicht unterstützt wird.
28371 \end_layout
28372
28373 \end_inset
28374
28375
28376 \end_layout
28377
28378 \begin_layout Standard
28379 \begin_inset VSpace medskip
28380 \end_inset
28381
28382 Weitere Informationen über das Paket
28383 \series bold
28384  sidecap
28385 \series default
28386  finden Sie in seiner Dokumentation 
28387 \begin_inset CommandInset citation
28388 LatexCommand cite
28389 key "sidecap"
28390
28391 \end_inset
28392
28393 .
28394 \end_layout
28395
28396 \begin_layout Standard
28397 \begin_inset Note Greyedout
28398 status open
28399
28400 \begin_layout Plain Layout
28401
28402 \series bold
28403 Bemerkung:
28404 \series default
28405  Das LaTeX-Paket 
28406 \series bold
28407 hypcap
28408 \series default
28409 ,
28410 \begin_inset Index idx
28411 status collapsed
28412
28413 \begin_layout Plain Layout
28414 LaTeX-Pakete ! hypcap
28415 \end_layout
28416
28417 \end_inset
28418
28419  das in Abschnitt
28420 \begin_inset space ~
28421 \end_inset
28422
28423
28424 \begin_inset CommandInset ref
28425 LatexCommand ref
28426 reference "uab:Querverweis-Position"
28427
28428 \end_inset
28429
28430  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
28431  Beschriftungen.
28432 \end_layout
28433
28434 \end_inset
28435
28436
28437 \end_layout
28438
28439 \begin_layout Standard
28440 \begin_inset ERT
28441 status collapsed
28442
28443 \begin_layout Plain Layout
28444
28445
28446 \backslash
28447 FigBesBeg 
28448 \end_layout
28449
28450 \end_inset
28451
28452
28453 \end_layout
28454
28455 \begin_layout Standard
28456 \begin_inset Float figure
28457 wide false
28458 sideways false
28459 status open
28460
28461 \begin_layout Plain Layout
28462 \begin_inset Graphics
28463         filename ../clipart/escher-lsd.eps
28464         scale 75
28465         scaleBeforeRotation
28466
28467 \end_inset
28468
28469
28470 \end_layout
28471
28472 \begin_layout Plain Layout
28473 \begin_inset Caption Standard
28474
28475 \begin_layout Plain Layout
28476 \begin_inset CommandInset label
28477 LatexCommand label
28478 name "abb:Beschriftung-neben"
28479
28480 \end_inset
28481
28482 Dies ist eine Beschriftung neben einer Abbildung.
28483 \end_layout
28484
28485 \end_inset
28486
28487
28488 \end_layout
28489
28490 \end_inset
28491
28492
28493 \end_layout
28494
28495 \begin_layout Standard
28496 \begin_inset ERT
28497 status collapsed
28498
28499 \begin_layout Plain Layout
28500
28501
28502 \backslash
28503 FigBesEnd
28504 \end_layout
28505
28506 \end_inset
28507
28508
28509 \end_layout
28510
28511 \begin_layout Standard
28512 \begin_inset ERT
28513 status collapsed
28514
28515 \begin_layout Plain Layout
28516
28517
28518 \backslash
28519 TabBesBeg 
28520 \end_layout
28521
28522 \end_inset
28523
28524
28525 \end_layout
28526
28527 \begin_layout Standard
28528 \begin_inset Float table
28529 wide false
28530 sideways false
28531 status open
28532
28533 \begin_layout Plain Layout
28534 \begin_inset Caption Standard
28535
28536 \begin_layout Plain Layout
28537 \begin_inset CommandInset label
28538 LatexCommand label
28539 name "tab:Beschriftung-neben"
28540
28541 \end_inset
28542
28543 Dies ist eine Beschriftung neben einer Tabelle.
28544 \end_layout
28545
28546 \end_inset
28547
28548
28549 \end_layout
28550
28551 \begin_layout Plain Layout
28552 \begin_inset Tabular
28553 <lyxtabular version="3" rows="4" columns="5">
28554 <features rotate="0" tabularvalignment="middle">
28555 <column alignment="center" valignment="top" width="0">
28556 <column alignment="center" valignment="top" width="0">
28557 <column alignment="center" valignment="top" width="0">
28558 <column alignment="center" valignment="top" width="0">
28559 <column alignment="center" valignment="top" width="0">
28560 <row>
28561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28562 \begin_inset Text
28563
28564 \begin_layout Plain Layout
28565 a
28566 \end_layout
28567
28568 \end_inset
28569 </cell>
28570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28571 \begin_inset Text
28572
28573 \begin_layout Plain Layout
28574
28575 \end_layout
28576
28577 \end_inset
28578 </cell>
28579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28580 \begin_inset Text
28581
28582 \begin_layout Plain Layout
28583 b
28584 \end_layout
28585
28586 \end_inset
28587 </cell>
28588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28589 \begin_inset Text
28590
28591 \begin_layout Plain Layout
28592
28593 \end_layout
28594
28595 \end_inset
28596 </cell>
28597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28598 \begin_inset Text
28599
28600 \begin_layout Plain Layout
28601 c
28602 \end_layout
28603
28604 \end_inset
28605 </cell>
28606 </row>
28607 <row>
28608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28609 \begin_inset Text
28610
28611 \begin_layout Plain Layout
28612
28613 \end_layout
28614
28615 \end_inset
28616 </cell>
28617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28618 \begin_inset Text
28619
28620 \begin_layout Plain Layout
28621 d
28622 \end_layout
28623
28624 \end_inset
28625 </cell>
28626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28627 \begin_inset Text
28628
28629 \begin_layout Plain Layout
28630
28631 \end_layout
28632
28633 \end_inset
28634 </cell>
28635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28636 \begin_inset Text
28637
28638 \begin_layout Plain Layout
28639 e
28640 \end_layout
28641
28642 \end_inset
28643 </cell>
28644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28645 \begin_inset Text
28646
28647 \begin_layout Plain Layout
28648
28649 \end_layout
28650
28651 \end_inset
28652 </cell>
28653 </row>
28654 <row>
28655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28656 \begin_inset Text
28657
28658 \begin_layout Plain Layout
28659 f
28660 \end_layout
28661
28662 \end_inset
28663 </cell>
28664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28665 \begin_inset Text
28666
28667 \begin_layout Plain Layout
28668
28669 \end_layout
28670
28671 \end_inset
28672 </cell>
28673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28674 \begin_inset Text
28675
28676 \begin_layout Plain Layout
28677 g
28678 \end_layout
28679
28680 \end_inset
28681 </cell>
28682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28683 \begin_inset Text
28684
28685 \begin_layout Plain Layout
28686
28687 \end_layout
28688
28689 \end_inset
28690 </cell>
28691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28692 \begin_inset Text
28693
28694 \begin_layout Plain Layout
28695 h
28696 \end_layout
28697
28698 \end_inset
28699 </cell>
28700 </row>
28701 <row>
28702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28703 \begin_inset Text
28704
28705 \begin_layout Plain Layout
28706
28707 \end_layout
28708
28709 \end_inset
28710 </cell>
28711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28712 \begin_inset Text
28713
28714 \begin_layout Plain Layout
28715 i
28716 \end_layout
28717
28718 \end_inset
28719 </cell>
28720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28721 \begin_inset Text
28722
28723 \begin_layout Plain Layout
28724
28725 \end_layout
28726
28727 \end_inset
28728 </cell>
28729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28730 \begin_inset Text
28731
28732 \begin_layout Plain Layout
28733 j
28734 \end_layout
28735
28736 \end_inset
28737 </cell>
28738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28739 \begin_inset Text
28740
28741 \begin_layout Plain Layout
28742
28743 \end_layout
28744
28745 \end_inset
28746 </cell>
28747 </row>
28748 </lyxtabular>
28749
28750 \end_inset
28751
28752
28753 \end_layout
28754
28755 \end_inset
28756
28757
28758 \end_layout
28759
28760 \begin_layout Standard
28761 \begin_inset ERT
28762 status collapsed
28763
28764 \begin_layout Plain Layout
28765
28766
28767 \backslash
28768 TabBesEnd
28769 \end_layout
28770
28771 \end_inset
28772
28773
28774 \end_layout
28775
28776 \begin_layout Standard
28777 \begin_inset ERT
28778 status collapsed
28779
28780 \begin_layout Plain Layout
28781
28782
28783 \backslash
28784 FigBesBeg[5] 
28785 \end_layout
28786
28787 \end_inset
28788
28789
28790 \end_layout
28791
28792 \begin_layout Standard
28793 \begin_inset ERT
28794 status collapsed
28795
28796 \begin_layout Plain Layout
28797
28798
28799 \backslash
28800 sidecaptionvpos{figure}{c}
28801 \end_layout
28802
28803 \end_inset
28804
28805
28806 \begin_inset Float figure
28807 wide false
28808 sideways false
28809 status open
28810
28811 \begin_layout Plain Layout
28812 \begin_inset Graphics
28813         filename ../clipart/escher-lsd.eps
28814         scale 75
28815         scaleBeforeRotation
28816
28817 \end_inset
28818
28819
28820 \end_layout
28821
28822 \begin_layout Plain Layout
28823 \begin_inset Caption Standard
28824
28825 \begin_layout Plain Layout
28826 \begin_inset CommandInset label
28827 LatexCommand label
28828 name "abb:cap-beside-fig-2"
28829
28830 \end_inset
28831
28832 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
28833 \end_layout
28834
28835 \end_inset
28836
28837
28838 \end_layout
28839
28840 \end_inset
28841
28842
28843 \end_layout
28844
28845 \begin_layout Standard
28846 \begin_inset ERT
28847 status collapsed
28848
28849 \begin_layout Plain Layout
28850
28851
28852 \backslash
28853 FigBesEnd
28854 \end_layout
28855
28856 \end_inset
28857
28858
28859 \end_layout
28860
28861 \begin_layout Standard
28862 \begin_inset ERT
28863 status collapsed
28864
28865 \begin_layout Plain Layout
28866
28867
28868 \backslash
28869 TabBesBeg[5]
28870 \end_layout
28871
28872 \end_inset
28873
28874
28875 \end_layout
28876
28877 \begin_layout Standard
28878 \begin_inset Float table
28879 wide false
28880 sideways false
28881 status open
28882
28883 \begin_layout Plain Layout
28884 \begin_inset Caption Standard
28885
28886 \begin_layout Plain Layout
28887 \begin_inset CommandInset label
28888 LatexCommand label
28889 name "tab:Beschriftung-neben-breiter"
28890
28891 \end_inset
28892
28893 Diese Beschriftung ist breiter als die in Tabelle
28894 \begin_inset space ~
28895 \end_inset
28896
28897
28898 \begin_inset CommandInset ref
28899 LatexCommand ref
28900 reference "tab:Beschriftung-neben"
28901
28902 \end_inset
28903
28904 .
28905 \end_layout
28906
28907 \end_inset
28908
28909
28910 \end_layout
28911
28912 \begin_layout Plain Layout
28913 \begin_inset Tabular
28914 <lyxtabular version="3" rows="4" columns="5">
28915 <features rotate="0" tabularvalignment="middle">
28916 <column alignment="center" valignment="top" width="0">
28917 <column alignment="center" valignment="top" width="0">
28918 <column alignment="center" valignment="top" width="0">
28919 <column alignment="center" valignment="top" width="0">
28920 <column alignment="center" valignment="top" width="0">
28921 <row>
28922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28923 \begin_inset Text
28924
28925 \begin_layout Plain Layout
28926 a
28927 \end_layout
28928
28929 \end_inset
28930 </cell>
28931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28932 \begin_inset Text
28933
28934 \begin_layout Plain Layout
28935
28936 \end_layout
28937
28938 \end_inset
28939 </cell>
28940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28941 \begin_inset Text
28942
28943 \begin_layout Plain Layout
28944 b
28945 \end_layout
28946
28947 \end_inset
28948 </cell>
28949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28950 \begin_inset Text
28951
28952 \begin_layout Plain Layout
28953
28954 \end_layout
28955
28956 \end_inset
28957 </cell>
28958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28959 \begin_inset Text
28960
28961 \begin_layout Plain Layout
28962 c
28963 \end_layout
28964
28965 \end_inset
28966 </cell>
28967 </row>
28968 <row>
28969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28970 \begin_inset Text
28971
28972 \begin_layout Plain Layout
28973
28974 \end_layout
28975
28976 \end_inset
28977 </cell>
28978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28979 \begin_inset Text
28980
28981 \begin_layout Plain Layout
28982 d
28983 \end_layout
28984
28985 \end_inset
28986 </cell>
28987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28988 \begin_inset Text
28989
28990 \begin_layout Plain Layout
28991
28992 \end_layout
28993
28994 \end_inset
28995 </cell>
28996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28997 \begin_inset Text
28998
28999 \begin_layout Plain Layout
29000 e
29001 \end_layout
29002
29003 \end_inset
29004 </cell>
29005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29006 \begin_inset Text
29007
29008 \begin_layout Plain Layout
29009
29010 \end_layout
29011
29012 \end_inset
29013 </cell>
29014 </row>
29015 <row>
29016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29017 \begin_inset Text
29018
29019 \begin_layout Plain Layout
29020 f
29021 \end_layout
29022
29023 \end_inset
29024 </cell>
29025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29026 \begin_inset Text
29027
29028 \begin_layout Plain Layout
29029
29030 \end_layout
29031
29032 \end_inset
29033 </cell>
29034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29035 \begin_inset Text
29036
29037 \begin_layout Plain Layout
29038 g
29039 \end_layout
29040
29041 \end_inset
29042 </cell>
29043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29044 \begin_inset Text
29045
29046 \begin_layout Plain Layout
29047
29048 \end_layout
29049
29050 \end_inset
29051 </cell>
29052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29053 \begin_inset Text
29054
29055 \begin_layout Plain Layout
29056 h
29057 \end_layout
29058
29059 \end_inset
29060 </cell>
29061 </row>
29062 <row>
29063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29064 \begin_inset Text
29065
29066 \begin_layout Plain Layout
29067
29068 \end_layout
29069
29070 \end_inset
29071 </cell>
29072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29073 \begin_inset Text
29074
29075 \begin_layout Plain Layout
29076 i
29077 \end_layout
29078
29079 \end_inset
29080 </cell>
29081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29082 \begin_inset Text
29083
29084 \begin_layout Plain Layout
29085
29086 \end_layout
29087
29088 \end_inset
29089 </cell>
29090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29091 \begin_inset Text
29092
29093 \begin_layout Plain Layout
29094 j
29095 \end_layout
29096
29097 \end_inset
29098 </cell>
29099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29100 \begin_inset Text
29101
29102 \begin_layout Plain Layout
29103
29104 \end_layout
29105
29106 \end_inset
29107 </cell>
29108 </row>
29109 </lyxtabular>
29110
29111 \end_inset
29112
29113
29114 \end_layout
29115
29116 \end_inset
29117
29118
29119 \end_layout
29120
29121 \begin_layout Standard
29122 \begin_inset ERT
29123 status collapsed
29124
29125 \begin_layout Plain Layout
29126
29127
29128 \backslash
29129 TabBesEnd
29130 \end_layout
29131
29132 \end_inset
29133
29134
29135 \end_layout
29136
29137 \begin_layout Standard
29138 \begin_inset ERT
29139 status collapsed
29140
29141 \begin_layout Plain Layout
29142
29143
29144 \backslash
29145 else
29146 \end_layout
29147
29148 \end_inset
29149
29150
29151 \begin_inset Note Note
29152 status open
29153
29154 \begin_layout Plain Layout
29155 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
29156 \series bold
29157 sidecap
29158 \series default
29159  nicht installiert ist:
29160 \end_layout
29161
29162 \end_inset
29163
29164
29165 \end_layout
29166
29167 \begin_layout Standard
29168 Das LaTeX-Paket 
29169 \series bold
29170 sidecap
29171 \series default
29172  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
29173 \end_layout
29174
29175 \begin_layout Standard
29176 \begin_inset ERT
29177 status collapsed
29178
29179 \begin_layout Plain Layout
29180
29181
29182 \backslash
29183 fi
29184 \end_layout
29185
29186 \end_inset
29187
29188
29189 \end_layout
29190
29191 \begin_layout Section
29192 Gleitobjekt-Verzeichnisse
29193 \begin_inset Index idx
29194 status collapsed
29195
29196 \begin_layout Plain Layout
29197 Gleitobjekte ! Verzeichnisse
29198 \end_layout
29199
29200 \end_inset
29201
29202
29203 \end_layout
29204
29205 \begin_layout Standard
29206 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
29207  Sie können mit den Untermenüs von 
29208 \family sans
29209 Einfügen\SpecialChar \menuseparator
29210 Liste
29211 \begin_inset space ~
29212 \end_inset
29213
29214 /
29215 \begin_inset space ~
29216 \end_inset
29217
29218 Inhaltsverzeichnis
29219 \family default
29220  eingefügt werden.
29221 \end_layout
29222
29223 \begin_layout Standard
29224 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
29225  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
29226 \end_layout
29227
29228 \begin_layout Standard
29229 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
29230  und ein Tabellen-Verzeichnis.
29231 \end_layout
29232
29233 \begin_layout Chapter
29234 Notizen
29235 \end_layout
29236
29237 \begin_layout Section
29238 LyX-Notizen
29239 \begin_inset Index idx
29240 status collapsed
29241
29242 \begin_layout Plain Layout
29243 Notizen ! LyX-Notizen
29244 \end_layout
29245
29246 \end_inset
29247
29248
29249 \end_layout
29250
29251 \begin_layout Standard
29252 Notizen werden mit einem Klick auf 
29253 \begin_inset Info
29254 type  "icon"
29255 arg   "note-insert"
29256 \end_inset
29257
29258  oder 
29259 \family sans
29260 Einfügen\SpecialChar \menuseparator
29261 Notiz
29262 \family default
29263  eingefügt.
29264  Es gibt drei Arten:
29265 \end_layout
29266
29267 \begin_layout Description
29268 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
29269  Eine 
29270 \family sans
29271 LyX-Notiz
29272 \family default
29273  sieht so aus:
29274 \begin_inset Newline newline
29275 \end_inset
29276
29277
29278 \begin_inset Newline newline
29279 \end_inset
29280
29281
29282 \begin_inset Graphics
29283         filename clipart/LyXNotizQt4.png
29284         display false
29285         scale 60
29286         scaleBeforeRotation
29287
29288 \end_inset
29289
29290  
29291 \begin_inset Note Note
29292 status open
29293
29294 \begin_layout Plain Layout
29295 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
29296 \end_layout
29297
29298 \end_inset
29299
29300
29301 \end_layout
29302
29303 \begin_layout Description
29304 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
29305  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
29306 \family sans
29307 Datei\SpecialChar \menuseparator
29308 Ex\SpecialChar \-
29309 por\SpecialChar \-
29310 tie\SpecialChar \-
29311 ren\SpecialChar \menuseparator
29312 LaTe
29313 \begin_inset ERT
29314 status collapsed
29315
29316 \begin_layout Plain Layout
29317
29318 {}
29319 \end_layout
29320
29321 \end_inset
29322
29323 X (pdflatex) / (normal)
29324 \family default
29325 .
29326  Ein Kommentar sieht so aus:
29327 \begin_inset Newline newline
29328 \end_inset
29329
29330
29331 \begin_inset Newline newline
29332 \end_inset
29333
29334
29335 \begin_inset Graphics
29336         filename clipart/KommentarQt4.png
29337         display false
29338         scale 60
29339         scaleBeforeRotation
29340
29341 \end_inset
29342
29343  
29344 \begin_inset Note Comment
29345 status open
29346
29347 \begin_layout Plain Layout
29348 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
29349 \end_layout
29350
29351 \end_inset
29352
29353
29354 \end_layout
29355
29356 \begin_layout Description
29357 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
29358 \begin_inset Newline newline
29359 \end_inset
29360
29361
29362 \begin_inset Newline newline
29363 \end_inset
29364
29365
29366 \begin_inset Graphics
29367         filename clipart/GrauschriftNotizQt4.png
29368         display false
29369         scale 60
29370         scaleBeforeRotation
29371
29372 \end_inset
29373
29374
29375 \begin_inset Newline newline
29376 \end_inset
29377
29378
29379 \begin_inset ERT
29380 status collapsed
29381
29382 \begin_layout Plain Layout
29383
29384
29385 \backslash
29386 renewenvironment{lyxgreyedout}
29387 \end_layout
29388
29389 \begin_layout Plain Layout
29390
29391 {
29392 \backslash
29393 textcolor[gray]{0.4}
29394 \backslash
29395 bgroup}{
29396 \backslash
29397 egroup}
29398 \end_layout
29399
29400 \end_inset
29401
29402
29403 \begin_inset Note Greyedout
29404 status open
29405
29406 \begin_layout Plain Layout
29407 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
29408 \begin_inset Foot
29409 status open
29410
29411 \begin_layout Plain Layout
29412 Dies ist eine Fußnote in einer Grauschrift-Notiz.
29413 \end_layout
29414
29415 \end_inset
29416
29417
29418 \end_layout
29419
29420 \end_inset
29421
29422
29423 \begin_inset ERT
29424 status collapsed
29425
29426 \begin_layout Plain Layout
29427
29428
29429 \backslash
29430 renewenvironment{lyxgreyedout}
29431 \end_layout
29432
29433 \begin_layout Plain Layout
29434
29435 {
29436 \backslash
29437 textcolor{blue}
29438 \backslash
29439 bgroup}{
29440 \backslash
29441 egroup}
29442 \end_layout
29443
29444 \end_inset
29445
29446
29447 \begin_inset Note Note
29448 status collapsed
29449
29450 \begin_layout Plain Layout
29451 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
29452  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
29453  
29454 \end_layout
29455
29456 \end_inset
29457
29458
29459 \begin_inset Newline newline
29460 \end_inset
29461
29462
29463 \begin_inset Newline newline
29464 \end_inset
29465
29466 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
29467  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
29468 \end_layout
29469
29470 \begin_layout Standard
29471 \begin_inset VSpace bigskip
29472 \end_inset
29473
29474 Wenn Sie auf den Werkzeugleistenknopf 
29475 \family sans
29476
29477 \begin_inset Info
29478 type  "icon"
29479 arg   "note-insert"
29480 \end_inset
29481
29482
29483 \family default
29484  klicken, wird zunächst eine 
29485 \family sans
29486 LyX-Notiz
29487 \family default
29488  eingefügt.
29489  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
29490  Notiz-Typen auswählen.
29491  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
29492  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
29493  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
29494  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
29495  am Ende der Notiz ist.
29496 \end_layout
29497
29498 \begin_layout Standard
29499 \begin_inset VSpace bigskip
29500 \end_inset
29501
29502 Die Textfarbe von Grauschrift-Boxen kann im Menü 
29503 \family sans
29504 Dokument\SpecialChar \menuseparator
29505 Einstellungen\SpecialChar \menuseparator
29506 Farben
29507 \family default
29508  geändert werden.
29509 \end_layout
29510
29511 \begin_layout Section
29512 Fußnoten
29513 \begin_inset CommandInset label
29514 LatexCommand label
29515 name "abs:Fußnoten"
29516
29517 \end_inset
29518
29519
29520 \begin_inset Index idx
29521 status collapsed
29522
29523 \begin_layout Plain Layout
29524 Notizen ! Fußnoten
29525 \end_layout
29526
29527 \end_inset
29528
29529
29530 \begin_inset Index idx
29531 status collapsed
29532
29533 \begin_layout Plain Layout
29534 Fußnoten
29535 \end_layout
29536
29537 \end_inset
29538
29539
29540 \end_layout
29541
29542 \begin_layout Standard
29543 Fußnoten werden über den Werkzeugleistenknopf 
29544 \begin_inset Info
29545 type  "icon"
29546 arg   "footnote-insert"
29547 \end_inset
29548
29549  oder das Menü 
29550 \family sans
29551 Einfügen\SpecialChar \menuseparator
29552 Fußnote
29553 \family default
29554  eingefügt.
29555  Man sieht dann diese Fußnotenbox: 
29556 \begin_inset Graphics
29557         filename clipart/FussnoteQt4.png
29558         scale 80
29559         scaleBeforeRotation
29560
29561 \end_inset
29562
29563  in die der Fußnotentext eingegeben wird.
29564  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
29565  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
29566  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
29567 \family sans
29568 Backspace
29569 \family default
29570  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
29571 \family sans
29572 Entf
29573 \family default
29574  wenn der Cursor am Ende der Fußnote ist.
29575 \end_layout
29576
29577 \begin_layout Standard
29578 Hier ist eine Beispielfußnote:
29579 \color black
29580
29581 \begin_inset Foot
29582 status open
29583
29584 \begin_layout Plain Layout
29585 \begin_inset CommandInset label
29586 LatexCommand label
29587 name "fuss:Fußnoten-Beispiel"
29588
29589 \end_inset
29590
29591 Dies ist eine Fußnote.
29592 \end_layout
29593
29594 \end_inset
29595
29596
29597 \color inherit
29598
29599 \begin_inset ERT
29600 status collapsed
29601
29602 \begin_layout Plain Layout
29603
29604
29605 \backslash
29606 newcounter{MyRepeatFoot}
29607 \end_layout
29608
29609 \begin_layout Plain Layout
29610
29611
29612 \backslash
29613 setcounter{MyRepeatFoot}{
29614 \backslash
29615 thefootnote}
29616 \end_layout
29617
29618 \end_inset
29619
29620
29621 \end_layout
29622
29623 \begin_layout Standard
29624 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
29625  wurde, eine hochgestellte Zahl.
29626  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
29627  hochgestellt dem Text vorangeht.
29628  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
29629  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
29630  werden.
29631 \end_layout
29632
29633 \begin_layout Standard
29634 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
29635  der Fußnote eine Marke eingefügt wurde.
29636  Dies ist ein Querverweis auf Fußnote
29637 \begin_inset space ~
29638 \end_inset
29639
29640
29641 \begin_inset CommandInset ref
29642 LatexCommand ref
29643 reference "fuss:Fußnoten-Beispiel"
29644
29645 \end_inset
29646
29647 .
29648 \end_layout
29649
29650 \begin_layout Standard
29651 \begin_inset VSpace defskip
29652 \end_inset
29653
29654 Fußnoten in Tabellen werden von LaTeX aus technischen Gründen nicht gedruckt.
29655  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
29656  wird der Befehl 
29657 \series bold
29658
29659 \backslash
29660 footnotemark{}
29661 \series default
29662  als TeX-Code eingefügt.
29663  Der Text der Fußnote wird als Argument des TeX-Code-Befehls 
29664 \series bold
29665
29666 \backslash
29667 footnotetext
29668 \series default
29669  nach der Tabelle eingegeben.
29670 \begin_inset Newline newline
29671 \end_inset
29672
29673 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
29674 \end_layout
29675
29676 \begin_layout Standard
29677
29678 \series bold
29679
29680 \backslash
29681 footnotetext{
29682 \series default
29683 Gedruckte Tabellenfußnote.
29684 \series bold
29685 }
29686 \end_layout
29687
29688 \begin_layout Standard
29689 \begin_inset Tabular
29690 <lyxtabular version="3" rows="2" columns="1">
29691 <features rotate="0" tabularvalignment="middle">
29692 <column alignment="center" valignment="top" width="0">
29693 <row>
29694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29695 \begin_inset Text
29696
29697 \begin_layout Plain Layout
29698 Dies ist ein Beispieltext.
29699 \begin_inset Foot
29700 status open
29701
29702 \begin_layout Plain Layout
29703 Diese Fußnote wird nicht gedruckt!
29704 \end_layout
29705
29706 \end_inset
29707
29708
29709 \end_layout
29710
29711 \end_inset
29712 </cell>
29713 </row>
29714 <row>
29715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29716 \begin_inset Text
29717
29718 \begin_layout Plain Layout
29719 Dies ist ein Beispieltext.
29720 \begin_inset ERT
29721 status collapsed
29722
29723 \begin_layout Plain Layout
29724
29725
29726 \backslash
29727 footnotemark{}
29728 \end_layout
29729
29730 \end_inset
29731
29732
29733 \end_layout
29734
29735 \end_inset
29736 </cell>
29737 </row>
29738 </lyxtabular>
29739
29740 \end_inset
29741
29742
29743 \begin_inset ERT
29744 status collapsed
29745
29746 \begin_layout Plain Layout
29747
29748
29749 \backslash
29750 footnotetext{
29751 \end_layout
29752
29753 \end_inset
29754
29755 Gedruckte Tabellenfußnote.
29756 \begin_inset ERT
29757 status collapsed
29758
29759 \begin_layout Plain Layout
29760
29761 }
29762 \end_layout
29763
29764 \end_inset
29765
29766
29767 \end_layout
29768
29769 \begin_layout Standard
29770 Fußnoten in langen Tabellen sind in Abschnitt
29771 \begin_inset space ~
29772 \end_inset
29773
29774
29775 \begin_inset CommandInset ref
29776 LatexCommand ref
29777 reference "uab:Fußnoten-in-langen"
29778
29779 \end_inset
29780
29781  beschrieben.
29782 \end_layout
29783
29784 \begin_layout Standard
29785 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
29786  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
29787  innerhalb einer Seite ist.
29788  (Mehr über Minipages ist in Abschnitt
29789 \begin_inset space ~
29790 \end_inset
29791
29792
29793 \begin_inset CommandInset ref
29794 LatexCommand ref
29795 reference "abs:Minipage"
29796
29797 \end_inset
29798
29799  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
29800  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
29801  Methode mit 
29802 \series bold
29803
29804 \backslash
29805 footnotemark{}
29806 \series default
29807  und 
29808 \series bold
29809
29810 \backslash
29811 footnotetext
29812 \series default
29813 .
29814 \end_layout
29815
29816 \begin_layout Standard
29817 \begin_inset Box Frameless
29818 position "t"
29819 hor_pos "c"
29820 has_inner_box 1
29821 inner_pos "t"
29822 use_parbox 0
29823 use_makebox 0
29824 width "100col%"
29825 special "none"
29826 height "1in"
29827 height_special "totalheight"
29828 status open
29829
29830 \begin_layout Plain Layout
29831 Dies ist ein Beispieltext.in einer Minipage.
29832 \begin_inset Foot
29833 status open
29834
29835 \begin_layout Plain Layout
29836 Fußnote in einer Minipage.
29837 \end_layout
29838
29839 \end_inset
29840
29841
29842 \end_layout
29843
29844 \begin_layout Plain Layout
29845 Dies ist ein Beispieltext.
29846  in einer Minipage.
29847 \begin_inset ERT
29848 status collapsed
29849
29850 \begin_layout Plain Layout
29851
29852
29853 \backslash
29854 footnotemark{}
29855 \end_layout
29856
29857 \end_inset
29858
29859
29860 \end_layout
29861
29862 \end_inset
29863
29864
29865 \end_layout
29866
29867 \begin_layout Standard
29868 \begin_inset ERT
29869 status collapsed
29870
29871 \begin_layout Plain Layout
29872
29873
29874 \backslash
29875 footnotetext{
29876 \end_layout
29877
29878 \end_inset
29879
29880 Fußnote außerhalb der Minipage.
29881 \begin_inset ERT
29882 status collapsed
29883
29884 \begin_layout Plain Layout
29885
29886 }
29887 \end_layout
29888
29889 \end_inset
29890
29891
29892 \end_layout
29893
29894 \begin_layout Standard
29895 \begin_inset VSpace defskip
29896 \end_inset
29897
29898
29899 \end_layout
29900
29901 \begin_layout Standard
29902 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
29903  Fußnotentext zu drucken, verwenden Sie den TeX-Code-Befehl 
29904 \series bold
29905
29906 \backslash
29907 footnotemark[Nummer]
29908 \series default
29909 .
29910 \begin_inset Newline newline
29911 \end_inset
29912
29913 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
29914  sie speichern, nachdem Sie die Fußnote eingefügt haben.
29915  Hinter Fußnote
29916 \begin_inset space ~
29917 \end_inset
29918
29919
29920 \begin_inset CommandInset ref
29921 LatexCommand ref
29922 reference "fuss:Fußnoten-Beispiel"
29923
29924 \end_inset
29925
29926  wurde das mit folgenden TeX-Code-Befehlen gemacht:
29927 \end_layout
29928
29929 \begin_layout Standard
29930
29931 \series bold
29932
29933 \backslash
29934 newcounter{MyRepeatFoot}
29935 \begin_inset Newline newline
29936 \end_inset
29937
29938
29939 \backslash
29940 setcounter{MyRepeatFoot}{
29941 \backslash
29942 thefootnote}
29943 \end_layout
29944
29945 \begin_layout Standard
29946 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
29947 \end_layout
29948
29949 \begin_layout Standard
29950
29951 \series bold
29952
29953 \backslash
29954 footnotemark[
29955 \backslash
29956 theMyRepeatFoot]
29957 \end_layout
29958
29959 \begin_layout Standard
29960 Hier ist eine wiederholte Fußnote:
29961 \begin_inset ERT
29962 status collapsed
29963
29964 \begin_layout Plain Layout
29965
29966
29967 \backslash
29968 footnotemark[
29969 \backslash
29970 theMyRepeatFoot]
29971 \end_layout
29972
29973 \end_inset
29974
29975
29976 \end_layout
29977
29978 \begin_layout Standard
29979 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
29980  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
29981 \end_layout
29982
29983 \begin_layout Standard
29984
29985 \series bold
29986
29987 \backslash
29988 footnotemark[
29989 \backslash
29990 thefootnote]
29991 \end_layout
29992
29993 \begin_layout Standard
29994 Hier ist eine weitere wiederholte Fußnote:
29995 \begin_inset ERT
29996 status collapsed
29997
29998 \begin_layout Plain Layout
29999
30000
30001 \backslash
30002 footnotemark[
30003 \backslash
30004 thefootnote]
30005 \end_layout
30006
30007 \end_inset
30008
30009
30010 \end_layout
30011
30012 \begin_layout Subsection
30013 Fußnoten-Nummerierung
30014 \begin_inset CommandInset label
30015 LatexCommand label
30016 name "uab:Fußnoten-Nummerierung"
30017
30018 \end_inset
30019
30020
30021 \begin_inset Index idx
30022 status collapsed
30023
30024 \begin_layout Plain Layout
30025 Fußnoten ! Nummerierung
30026 \end_layout
30027
30028 \end_inset
30029
30030
30031 \end_layout
30032
30033 \begin_layout Standard
30034 Um Fußnoten nach jedem Abschnitt
30035 \family roman
30036  auf 1 zurückzusetzen, 
30037 \family default
30038 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
30039 \end_layout
30040
30041 \begin_layout Standard
30042
30043 \series bold
30044
30045 \backslash
30046 @addtoreset{footnote}{section}
30047 \end_layout
30048
30049 \begin_layout Standard
30050 \begin_inset VSpace bigskip
30051 \end_inset
30052
30053 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
30054  Zahlen:
30055 \end_layout
30056
30057 \begin_layout Standard
30058
30059 \series bold
30060
30061 \backslash
30062 renewcommand{
30063 \backslash
30064 thefootnote}{
30065 \backslash
30066 roman{footnote}}
30067 \end_layout
30068
30069 \begin_layout Standard
30070 \begin_inset ERT
30071 status collapsed
30072
30073 \begin_layout Plain Layout
30074
30075
30076 \backslash
30077 renewcommand{
30078 \backslash
30079 thefootnote}{
30080 \backslash
30081 roman{footnote}}
30082 \end_layout
30083
30084 \end_inset
30085
30086  Hier ist ein Beispiel für solch eine Fußnote:
30087 \begin_inset Foot
30088 status open
30089
30090 \begin_layout Plain Layout
30091 Dies ist eine Fußnote mit kleinen römischen Zahlen
30092 \end_layout
30093
30094 \end_inset
30095
30096
30097 \end_layout
30098
30099 \begin_layout Standard
30100 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
30101  in obigem Befehl 
30102 \series bold
30103
30104 \backslash
30105 roman
30106 \series default
30107  durch 
30108 \series bold
30109
30110 \backslash
30111 Roman
30112 \series default
30113 .
30114  Um Fußnoten mit großen oder kleinen Buchstaben zu 
30115 \begin_inset Quotes gld
30116 \end_inset
30117
30118 nummerieren
30119 \begin_inset Quotes grd
30120 \end_inset
30121
30122 , verwenden Sie die Befehle 
30123 \series bold
30124
30125 \backslash
30126 Alph
30127 \series default
30128  oder 
30129 \series bold
30130
30131 \backslash
30132 alph
30133 \series default
30134 .
30135  Für die 
30136 \begin_inset Quotes gld
30137 \end_inset
30138
30139 Nummerierung
30140 \begin_inset Quotes grd
30141 \end_inset
30142
30143  mit Symbolen steht der Befehl 
30144 \series bold
30145
30146 \backslash
30147 fnsymbol
30148 \series default
30149  zur Verfügung.
30150 \end_layout
30151
30152 \begin_layout Standard
30153 \begin_inset Note Greyedout
30154 status open
30155
30156 \begin_layout Plain Layout
30157
30158 \series bold
30159 Bemerkung 1:
30160 \series default
30161  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
30162  
30163 \emph on
30164 ein
30165 \emph default
30166  Buchstabe verwendet wird.
30167 \end_layout
30168
30169 \end_inset
30170
30171
30172 \begin_inset Newline newline
30173 \end_inset
30174
30175
30176 \begin_inset Note Greyedout
30177 status open
30178
30179 \begin_layout Plain Layout
30180
30181 \series bold
30182 Bemerkung 2:
30183 \series default
30184  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
30185 \end_layout
30186
30187 \end_inset
30188
30189
30190 \end_layout
30191
30192 \begin_layout Standard
30193 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
30194 \series bold
30195
30196 \backslash
30197 arabic
30198 \series default
30199  anstelle von 
30200 \series bold
30201
30202 \backslash
30203 roman
30204 \series default
30205  in obigem Befehl.
30206 \begin_inset ERT
30207 status collapsed
30208
30209 \begin_layout Plain Layout
30210
30211
30212 \backslash
30213 renewcommand{
30214 \backslash
30215 thefootnote}{
30216 \backslash
30217 arabic{footnote}}
30218 \end_layout
30219
30220 \end_inset
30221
30222
30223 \end_layout
30224
30225 \begin_layout Standard
30226 \begin_inset VSpace bigskip
30227 \end_inset
30228
30229
30230 \end_layout
30231
30232 \begin_layout Standard
30233 Wenn Sie wollen, dass Fußnoten nach dem Schema 
30234 \begin_inset Quotes gld
30235 \end_inset
30236
30237 Kapitel.Fußnote
30238 \begin_inset Quotes grd
30239 \end_inset
30240
30241  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
30242 \end_layout
30243
30244 \begin_layout Standard
30245
30246 \series bold
30247
30248 \backslash
30249 numberwithin{footnote}{chapter}
30250 \end_layout
30251
30252 \begin_layout Standard
30253 Um 
30254 \series bold
30255
30256 \backslash
30257 numberwithin
30258 \series default
30259  benutzen zu können, muss in den 
30260 \family sans
30261 Mathe
30262 \begin_inset space ~
30263 \end_inset
30264
30265 Optionen
30266 \family default
30267  der 
30268 \family sans
30269 Dokument-Einstellungen
30270 \family default
30271  
30272 \family sans
30273 AMS
30274 \begin_inset space ~
30275 \end_inset
30276
30277 Mathe
30278 \begin_inset space ~
30279 \end_inset
30280
30281 Paket
30282 \family default
30283
30284 \begin_inset space ~
30285 \end_inset
30286
30287
30288 \family sans
30289 verwenden
30290 \family default
30291  angekreuzt sein.
30292 \begin_inset ERT
30293 status collapsed
30294
30295 \begin_layout Plain Layout
30296
30297
30298 \backslash
30299 numberwithin{footnote}{chapter}
30300 \end_layout
30301
30302 \end_inset
30303
30304  Hier ist ein Beispiel für solch eine Fußnote.
30305 \series bold
30306
30307 \begin_inset Foot
30308 status open
30309
30310 \begin_layout Plain Layout
30311 Dies ist eine Fußnote nach dem Schema 
30312 \begin_inset Quotes gld
30313 \end_inset
30314
30315 Kapitel.Fußnote
30316 \begin_inset Quotes grd
30317 \end_inset
30318
30319 .
30320 \end_layout
30321
30322 \end_inset
30323
30324
30325 \series default
30326
30327 \begin_inset ERT
30328 status collapsed
30329
30330 \begin_layout Plain Layout
30331
30332
30333 \backslash
30334 renewcommand{
30335 \backslash
30336 thefootnote}{
30337 \backslash
30338 arabic{footnote}}
30339 \end_layout
30340
30341 \end_inset
30342
30343
30344 \end_layout
30345
30346 \begin_layout Standard
30347 \begin_inset Note Greyedout
30348 status open
30349
30350 \begin_layout Plain Layout
30351
30352 \series bold
30353 Bemerkung:
30354 \series default
30355  
30356 \series bold
30357
30358 \backslash
30359 numberwithin
30360 \series default
30361  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
30362  werden überschrieben.
30363 \end_layout
30364
30365 \end_inset
30366
30367
30368 \end_layout
30369
30370 \begin_layout Standard
30371 Um also z.
30372 \begin_inset space \thinspace{}
30373 \end_inset
30374
30375 B.
30376  das Schema 
30377 \begin_inset Quotes gld
30378 \end_inset
30379
30380 Kapitel.
30381 \backslash
30382 Roman{footnote}
30383 \begin_inset Quotes grd
30384 \end_inset
30385
30386  zu erhalten, muss dieser Befehl anstelle von 
30387 \series bold
30388
30389 \backslash
30390 numberwithin
30391 \series default
30392  verwendet werden:
30393 \end_layout
30394
30395 \begin_layout Standard
30396
30397 \series bold
30398
30399 \backslash
30400 renewcommand{
30401 \backslash
30402 thefootnote}{
30403 \backslash
30404 thechapter.
30405 \backslash
30406 Roman{footnote}}
30407 \end_layout
30408
30409 \begin_layout Subsection
30410 Fußnoten-Platzierung
30411 \begin_inset Index idx
30412 status collapsed
30413
30414 \begin_layout Plain Layout
30415 Fußnoten ! Platzierung
30416 \end_layout
30417
30418 \end_inset
30419
30420
30421 \end_layout
30422
30423 \begin_layout Standard
30424 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
30425  ohne Zwischenraum am Ende der Seite gedruckt.
30426  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
30427  LaTeX-Vorspann 1.5
30428 \begin_inset space \thinspace{}
30429 \end_inset
30430
30431 mm Zwischenraum einfügen:
30432 \end_layout
30433
30434 \begin_layout Standard
30435
30436 \series bold
30437
30438 \backslash
30439 let
30440 \backslash
30441 myFoot
30442 \backslash
30443 footnote
30444 \begin_inset Newline newline
30445 \end_inset
30446
30447
30448 \backslash
30449 renewcommand{
30450 \backslash
30451 footnote}[1]{
30452 \backslash
30453 myFoot{#1
30454 \backslash
30455 vspace{1.5mm}}}
30456 \end_layout
30457
30458 \begin_layout Standard
30459 \begin_inset VSpace bigskip
30460 \end_inset
30461
30462 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
30463  Spalte gedruckt, Abbildung
30464 \begin_inset space ~
30465 \end_inset
30466
30467
30468 \begin_inset CommandInset ref
30469 LatexCommand ref
30470 reference "abb:Standard-Fußnoten-Platzierung-in"
30471
30472 \end_inset
30473
30474 .
30475  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
30476  in Abbildung
30477 \begin_inset space ~
30478 \end_inset
30479
30480
30481 \begin_inset CommandInset ref
30482 LatexCommand ref
30483 reference "abb:Fußnoten-Platzierung-in-einem"
30484
30485 \end_inset
30486
30487 , müssen Sie das LaTeX-Paket 
30488 \series bold
30489 ftnright
30490 \series default
30491
30492 \begin_inset Index idx
30493 status collapsed
30494
30495 \begin_layout Plain Layout
30496 LaTeX-Pakete ! ftnright
30497 \end_layout
30498
30499 \end_inset
30500
30501  mit folgendem Befehl im LaTeX-Vorspann einfügen:
30502 \end_layout
30503
30504 \begin_layout Standard
30505
30506 \series bold
30507
30508 \backslash
30509 usepackage{ftnright}
30510 \end_layout
30511
30512 \begin_layout Standard
30513 \begin_inset Float figure
30514 placement !h
30515 wide false
30516 sideways false
30517 status open
30518
30519 \begin_layout Plain Layout
30520 \begin_inset ERT
30521 status collapsed
30522
30523 \begin_layout Plain Layout
30524
30525
30526 \backslash
30527 framebox{
30528 \end_layout
30529
30530 \end_inset
30531
30532
30533 \begin_inset Graphics
30534         filename ../clipart/without_fntright.pdf
30535         width 100col%
30536         scaleBeforeRotation
30537
30538 \end_inset
30539
30540
30541 \begin_inset ERT
30542 status collapsed
30543
30544 \begin_layout Plain Layout
30545
30546 }
30547 \end_layout
30548
30549 \end_inset
30550
30551
30552 \end_layout
30553
30554 \begin_layout Plain Layout
30555 \begin_inset Caption Standard
30556
30557 \begin_layout Plain Layout
30558 \begin_inset CommandInset label
30559 LatexCommand label
30560 name "abb:Standard-Fußnoten-Platzierung-in"
30561
30562 \end_inset
30563
30564 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
30565 \begin_inset Argument 1
30566 status open
30567
30568 \begin_layout Plain Layout
30569 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
30570 \end_layout
30571
30572 \end_inset
30573
30574
30575 \end_layout
30576
30577 \end_inset
30578
30579
30580 \end_layout
30581
30582 \end_inset
30583
30584
30585 \end_layout
30586
30587 \begin_layout Standard
30588 \begin_inset Float figure
30589 placement !h
30590 wide false
30591 sideways false
30592 status open
30593
30594 \begin_layout Plain Layout
30595 \begin_inset ERT
30596 status collapsed
30597
30598 \begin_layout Plain Layout
30599
30600
30601 \backslash
30602 framebox{
30603 \end_layout
30604
30605 \end_inset
30606
30607
30608 \begin_inset Graphics
30609         filename ../clipart/with_fntright.pdf
30610         width 100col%
30611         scaleBeforeRotation
30612
30613 \end_inset
30614
30615
30616 \begin_inset ERT
30617 status collapsed
30618
30619 \begin_layout Plain Layout
30620
30621 }
30622 \end_layout
30623
30624 \end_inset
30625
30626
30627 \end_layout
30628
30629 \begin_layout Plain Layout
30630 \begin_inset Caption Standard
30631
30632 \begin_layout Plain Layout
30633 \begin_inset CommandInset label
30634 LatexCommand label
30635 name "abb:Fußnoten-Platzierung-in-einem"
30636
30637 \end_inset
30638
30639 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
30640  
30641 \series bold
30642 ftnright
30643 \series default
30644 .
30645 \begin_inset Argument 1
30646 status collapsed
30647
30648 \begin_layout Plain Layout
30649 Fußnoten-Platzierung mit 
30650 \family typewriter
30651 ftnright
30652 \end_layout
30653
30654 \end_inset
30655
30656
30657 \end_layout
30658
30659 \end_inset
30660
30661
30662 \end_layout
30663
30664 \end_inset
30665
30666
30667 \end_layout
30668
30669 \begin_layout Standard
30670 \begin_inset VSpace bigskip
30671 \end_inset
30672
30673 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
30674  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
30675 \begin_inset space ~
30676 \end_inset
30677
30678
30679 \begin_inset CommandInset ref
30680 LatexCommand ref
30681 reference "abb:endnotes"
30682
30683 \end_inset
30684
30685  gedruckt.
30686  Man nennt sie dann 
30687 \begin_inset Quotes gld
30688 \end_inset
30689
30690 Endnoten
30691 \begin_inset Quotes grd
30692 \end_inset
30693
30694 .
30695 \begin_inset Index idx
30696 status collapsed
30697
30698 \begin_layout Plain Layout
30699 Endnoten
30700 \end_layout
30701
30702 \end_inset
30703
30704  Um das zu erreichen, laden Sie im Menü 
30705 \family sans
30706 Dokument\SpecialChar \menuseparator
30707 Einstellungen\SpecialChar \menuseparator
30708 Module 
30709 \family default
30710 das Modul 
30711 \family sans
30712 Fußnote
30713 \begin_inset space ~
30714 \end_inset
30715
30716 als
30717 \begin_inset space ~
30718 \end_inset
30719
30720 Endnote
30721 \family default
30722 .
30723  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
30724 \end_layout
30725
30726 \begin_layout Standard
30727
30728 \series bold
30729
30730 \backslash
30731 theendnotes
30732 \end_layout
30733
30734 \begin_layout Standard
30735 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
30736 \end_layout
30737
30738 \begin_layout Standard
30739 \begin_inset Float figure
30740 wide false
30741 sideways false
30742 status open
30743
30744 \begin_layout Plain Layout
30745 \align center
30746 \begin_inset ERT
30747 status collapsed
30748
30749 \begin_layout Plain Layout
30750
30751
30752 \backslash
30753 framebox{
30754 \end_layout
30755
30756 \end_inset
30757
30758
30759 \begin_inset Graphics
30760         filename ../clipart/endnotes.pdf
30761         scaleBeforeRotation
30762
30763 \end_inset
30764
30765
30766 \begin_inset ERT
30767 status collapsed
30768
30769 \begin_layout Plain Layout
30770
30771 }
30772 \end_layout
30773
30774 \end_inset
30775
30776
30777 \end_layout
30778
30779 \begin_layout Plain Layout
30780 \begin_inset Caption Standard
30781
30782 \begin_layout Plain Layout
30783 \begin_inset CommandInset label
30784 LatexCommand label
30785 name "abb:endnotes"
30786
30787 \end_inset
30788
30789
30790 \series bold
30791 endnotes
30792 \series default
30793  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
30794  gedruckt.
30795 \end_layout
30796
30797 \end_inset
30798
30799
30800 \end_layout
30801
30802 \end_inset
30803
30804
30805 \end_layout
30806
30807 \begin_layout Standard
30808 \begin_inset VSpace medskip
30809 \end_inset
30810
30811 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
30812 ache übersetzt.
30813  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
30814 \begin_inset Quotes gld
30815 \end_inset
30816
30817 Notes
30818 \begin_inset Quotes grd
30819 \end_inset
30820
30821  in 
30822 \begin_inset Quotes gld
30823 \end_inset
30824
30825 Anmerkungen
30826 \begin_inset Quotes grd
30827 \end_inset
30828
30829 :
30830 \end_layout
30831
30832 \begin_layout Standard
30833
30834 \series bold
30835
30836 \backslash
30837 renewcommand{
30838 \backslash
30839 notesname}{Anmerkungen}
30840 \end_layout
30841
30842 \begin_layout Standard
30843 \begin_inset VSpace medskip
30844 \end_inset
30845
30846 Wenn Sie in den Befehlen von Abschnitt
30847 \begin_inset space ~
30848 \end_inset
30849
30850
30851 \begin_inset CommandInset ref
30852 LatexCommand ref
30853 reference "uab:Fußnoten-Nummerierung"
30854
30855 \end_inset
30856
30857  
30858 \series bold
30859
30860 \backslash
30861 thefootnote
30862 \series default
30863  durch 
30864 \series bold
30865
30866 \backslash
30867 theendnote
30868 \series default
30869  ersetzen, können Sie die Nummerierung von Endnoten ändern.
30870  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
30871 \series bold
30872
30873 \backslash
30874 @addtoreset
30875 \series default
30876  wie in Abschnitt
30877 \begin_inset space \space{}
30878 \end_inset
30879
30880
30881 \begin_inset CommandInset ref
30882 LatexCommand ref
30883 reference "uab:Fußnoten-Nummerierung"
30884
30885 \end_inset
30886
30887  beschrieben und ersetzen 
30888 \series bold
30889 footnote
30890 \series default
30891  durch 
30892 \series bold
30893 endnote
30894 \series default
30895 .
30896 \end_layout
30897
30898 \begin_layout Standard
30899 Für Endnoten gibt es den Befehl 
30900 \series bold
30901
30902 \backslash
30903 endnotemark[Nummer]
30904 \series default
30905  analog zum Befehl 
30906 \series bold
30907
30908 \backslash
30909 footnotemark
30910 \series default
30911  der in Abschnitt
30912 \begin_inset space ~
30913 \end_inset
30914
30915
30916 \begin_inset CommandInset ref
30917 LatexCommand ref
30918 reference "abs:Fußnoten"
30919
30920 \end_inset
30921
30922  beschrieben ist.
30923 \end_layout
30924
30925 \begin_layout Standard
30926 \begin_inset VSpace bigskip
30927 \end_inset
30928
30929 Mit dem LaTeX-Paket 
30930 \series bold
30931 footmisc
30932 \series default
30933
30934 \begin_inset Index idx
30935 status collapsed
30936
30937 \begin_layout Plain Layout
30938 LaTeX-Pakete ! footmisc
30939 \end_layout
30940
30941 \end_inset
30942
30943  (
30944 \begin_inset CommandInset citation
30945 LatexCommand cite
30946 key "footmisc"
30947
30948 \end_inset
30949
30950 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
30951 \end_layout
30952
30953 \begin_layout Standard
30954 In LaTeX-Büchern, 
30955 \begin_inset CommandInset citation
30956 LatexCommand cite
30957 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
30958
30959 \end_inset
30960
30961 , finden Sie weiteres zu Fußnoten.
30962  Wenn Sie eine 
30963 \series bold
30964 KOMA-Script
30965 \series default
30966
30967 \begin_inset Index idx
30968 status collapsed
30969
30970 \begin_layout Plain Layout
30971 LaTeX-Pakete ! KOMA-Script
30972 \end_layout
30973
30974 \end_inset
30975
30976  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
30977 zifische Befehle anpassen, siehe 
30978 \begin_inset CommandInset citation
30979 LatexCommand cite
30980 key "KOMA-Script"
30981
30982 \end_inset
30983
30984 .
30985 \end_layout
30986
30987 \begin_layout Section
30988 Randnotizen
30989 \begin_inset Index idx
30990 status collapsed
30991
30992 \begin_layout Plain Layout
30993 Randnotizen
30994 \end_layout
30995
30996 \end_inset
30997
30998
30999 \begin_inset Index idx
31000 status collapsed
31001
31002 \begin_layout Plain Layout
31003 Notizen ! Randnotizen
31004 \end_layout
31005
31006 \end_inset
31007
31008
31009 \end_layout
31010
31011 \begin_layout Standard
31012 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
31013  Sie fügen sie mit einem Klick auf den Schalter 
31014 \begin_inset Info
31015 type  "icon"
31016 arg   "marginalnote-insert"
31017 \end_inset
31018
31019  oder über 
31020 \family sans
31021 Einfügen\SpecialChar \menuseparator
31022 Randnotiz
31023 \family default
31024  ein.
31025  Ein graues Kästchen mit der Aufschrift 
31026 \begin_inset Quotes gld
31027 \end_inset
31028
31029 Rand
31030 \begin_inset Quotes grd
31031 \end_inset
31032
31033  erscheint
31034 \family roman
31035 \series medium
31036 , und dort, wo der Cursor steht, können Sie Text eingeben.
31037 \end_layout
31038
31039 \begin_layout Standard
31040 Hier am Rand sehen Sie eine Randnotiz.
31041  
31042 \begin_inset Marginal
31043 status open
31044
31045 \begin_layout Plain Layout
31046 Dies ist eine Randnotiz.
31047 \end_layout
31048
31049 \end_inset
31050
31051
31052 \end_layout
31053
31054 \begin_layout Standard
31055 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
31056  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
31057  Seiten und rechts auf den ungeraden.
31058  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
31059  wird und umgekehrt.
31060  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
31061  wurde.
31062 \end_layout
31063
31064 \begin_layout Standard
31065 \begin_inset VSpace bigskip
31066 \end_inset
31067
31068 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
31069 \end_layout
31070
31071 \begin_layout Standard
31072
31073 \series bold
31074
31075 \backslash
31076 reversemarginpar
31077 \end_layout
31078
31079 \begin_layout Standard
31080 als TeX-Code vor einer Randnotiz ein.
31081  Das gilt dann für alle folgenden Randnotizen.
31082  
31083 \begin_inset ERT
31084 status collapsed
31085
31086 \begin_layout Plain Layout
31087
31088
31089 \backslash
31090 reversemarginpar 
31091 \end_layout
31092
31093 \end_inset
31094
31095
31096 \begin_inset Marginal
31097 status open
31098
31099 \begin_layout Plain Layout
31100 Hier ist ein Beispiel im inneren Rand.
31101 \end_layout
31102
31103 \end_inset
31104
31105
31106 \begin_inset Newline newline
31107 \end_inset
31108
31109
31110 \begin_inset Note Greyedout
31111 status open
31112
31113 \begin_layout Plain Layout
31114  
31115 \series bold
31116 Achtung:
31117 \series default
31118  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
31119 \end_layout
31120
31121 \end_inset
31122
31123
31124 \end_layout
31125
31126 \begin_layout Standard
31127 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
31128 \end_layout
31129
31130 \begin_layout Standard
31131
31132 \series bold
31133
31134 \backslash
31135 normalmarginpar
31136 \end_layout
31137
31138 \begin_layout Standard
31139 als TeX-Code ein.
31140 \begin_inset ERT
31141 status collapsed
31142
31143 \begin_layout Plain Layout
31144
31145
31146 \backslash
31147 normalmarginpar 
31148 \end_layout
31149
31150 \end_inset
31151
31152
31153 \end_layout
31154
31155 \begin_layout Standard
31156 \begin_inset Note Greyedout
31157 status open
31158
31159 \begin_layout Plain Layout
31160
31161 \series bold
31162 Achtung:
31163 \series default
31164  Der Befehl wird missachtet, wenn er im selben Absatz wie 
31165 \series bold
31166
31167 \backslash
31168 reversemarginpar
31169 \series default
31170  verwendet wird.
31171 \end_layout
31172
31173 \end_inset
31174
31175
31176 \end_layout
31177
31178 \begin_layout Standard
31179 \begin_inset VSpace bigskip
31180 \end_inset
31181
31182
31183 \begin_inset Marginal
31184 status open
31185
31186 \begin_layout Plain Layout
31187
31188 \family roman
31189 \series medium
31190 EinSehrLangesWort am Anfang, das umgebrochen wird.
31191 \end_layout
31192
31193 \end_inset
31194
31195  Ähnlich wie in Abschnitt
31196 \begin_inset space ~
31197 \end_inset
31198
31199
31200 \begin_inset CommandInset ref
31201 LatexCommand ref
31202 reference "uab:Mehrfache-Zeilen-in"
31203
31204 \end_inset
31205
31206  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
31207  Wort der Randnotiz sind.
31208  Um das zu vermeiden, fügen sie 0
31209 \begin_inset space \thinspace{}
31210 \end_inset
31211
31212 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
31213 \begin_inset Marginal
31214 status open
31215
31216 \begin_layout Plain Layout
31217 \begin_inset space \hspace{}
31218 \length 0pt
31219 \end_inset
31220
31221
31222 \family roman
31223 \series medium
31224 EinSehrLangesWort am Anfang, das umgebrochen wird.
31225 \end_layout
31226
31227 \end_inset
31228
31229
31230 \end_layout
31231
31232 \begin_layout Standard
31233 \begin_inset VSpace bigskip
31234 \end_inset
31235
31236
31237 \end_layout
31238
31239 \begin_layout Standard
31240 \begin_inset Note Greyedout
31241 status open
31242
31243 \begin_layout Plain Layout
31244
31245 \series bold
31246 Bemerkung:
31247 \series default
31248  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
31249  verwendet werden.
31250 \end_layout
31251
31252 \end_inset
31253
31254
31255 \end_layout
31256
31257 \begin_layout Standard
31258 \begin_inset VSpace bigskip
31259 \end_inset
31260
31261
31262 \end_layout
31263
31264 \begin_layout Standard
31265 \begin_inset ERT
31266 status collapsed
31267
31268 \begin_layout Plain Layout
31269
31270
31271 \backslash
31272 ifmarginnote
31273 \end_layout
31274
31275 \end_inset
31276
31277
31278 \begin_inset Note Note
31279 status open
31280
31281 \begin_layout Plain Layout
31282 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
31283 \series bold
31284 marginnote
31285 \series default
31286  installiert ist.
31287 \end_layout
31288
31289 \end_inset
31290
31291
31292 \end_layout
31293
31294 \begin_layout Standard
31295 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
31296 \series bold
31297 marginnote
31298 \series default
31299
31300 \begin_inset Index idx
31301 status collapsed
31302
31303 \begin_layout Plain Layout
31304 LaTeX-Pakete ! marginnote
31305 \end_layout
31306
31307 \end_inset
31308
31309  verwendet wird.
31310  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
31311  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
31312  des Pakets 
31313 \series bold
31314 marginnote
31315 \series default
31316  für Randnotizen verwendet wird:
31317 \end_layout
31318
31319 \begin_layout Standard
31320
31321 \series bold
31322
31323 \backslash
31324 usepackage{marginnote}
31325 \begin_inset Newline newline
31326 \end_inset
31327
31328
31329 \backslash
31330 let
31331 \backslash
31332 marginpar
31333 \backslash
31334 marginnote
31335 \end_layout
31336
31337 \begin_layout Standard
31338 Dies wird auch in diesem Dokument verwendet, denn 
31339 \series bold
31340 marginnote
31341 \series default
31342  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
31343  für Randnotizen angeben.
31344  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
31345 n zu dicht beieinander sind.
31346  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
31347  Schema
31348 \end_layout
31349
31350 \begin_layout Standard
31351
31352 \series bold
31353 [Versatz]
31354 \end_layout
31355
31356 \begin_layout Standard
31357 angegeben.
31358  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
31359 \begin_inset space ~
31360 \end_inset
31361
31362
31363 \begin_inset CommandInset ref
31364 LatexCommand ref
31365 reference "tab:Maßeinheiten"
31366
31367 \end_inset
31368
31369  aufgelistet sind.
31370  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
31371  nach unten.
31372  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
31373 \begin_inset space \thinspace{}
31374 \end_inset
31375
31376 cm mit dem TeX-Code-Befehl  
31377 \begin_inset Quotes gld
31378 \end_inset
31379
31380
31381 \series bold
31382 [-1.5cm]
31383 \series default
31384
31385 \begin_inset Quotes grd
31386 \end_inset
31387
31388  nach oben versetzt.
31389 \begin_inset Marginal
31390 status open
31391
31392 \begin_layout Plain Layout
31393 Diese Randnotiz ist 1.5
31394 \begin_inset space \thinspace{}
31395 \end_inset
31396
31397 cm von ihrer Originalposition nach oben versetzt.
31398 \end_layout
31399
31400 \end_inset
31401
31402
31403 \begin_inset ERT
31404 status collapsed
31405
31406 \begin_layout Plain Layout
31407
31408 [-1.5cm]
31409 \end_layout
31410
31411 \end_inset
31412
31413
31414 \end_layout
31415
31416 \begin_layout Standard
31417 \begin_inset VSpace medskip
31418 \end_inset
31419
31420 Mit 
31421 \series bold
31422 marginnote
31423 \series default
31424  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
31425  Zum Beispiel setzen die Befehle
31426 \end_layout
31427
31428 \begin_layout Standard
31429
31430 \series bold
31431
31432 \backslash
31433 renewcommand*{
31434 \backslash
31435 raggedleftmarginnote}{
31436 \backslash
31437 centering}
31438 \begin_inset Newline newline
31439 \end_inset
31440
31441
31442 \backslash
31443 renewcommand*{
31444 \backslash
31445 raggedrightmarginnote}{
31446 \backslash
31447 centering}
31448 \end_layout
31449
31450 \begin_layout Standard
31451 die Ausrichtung auf zentriert.
31452  
31453 \series bold
31454
31455 \backslash
31456 raggedleftmarginnote
31457 \series default
31458  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
31459  
31460 \begin_inset ERT
31461 status collapsed
31462
31463 \begin_layout Plain Layout
31464
31465
31466 \backslash
31467 renewcommand*{
31468 \backslash
31469 raggedleftmarginnote}{
31470 \backslash
31471 centering}
31472 \end_layout
31473
31474 \begin_layout Plain Layout
31475
31476
31477 \backslash
31478 renewcommand*{
31479 \backslash
31480 raggedrightmarginnote}{
31481 \backslash
31482 centering}
31483 \end_layout
31484
31485 \end_inset
31486
31487
31488 \begin_inset Marginal
31489 status open
31490
31491 \begin_layout Plain Layout
31492 Der Text dieser Randnotiz ist zentriert ausgerichtet.
31493 \end_layout
31494
31495 \end_inset
31496
31497  Die Voreinstellung ist
31498 \end_layout
31499
31500 \begin_layout Standard
31501
31502 \series bold
31503
31504 \backslash
31505 renewcommand*{
31506 \backslash
31507 raggedleftmarginnote}{
31508 \backslash
31509 raggedleft}
31510 \begin_inset Newline newline
31511 \end_inset
31512
31513
31514 \backslash
31515 renewcommand*{
31516 \backslash
31517 raggedrightmarginnote}{
31518 \backslash
31519 raggedright}
31520 \series default
31521
31522 \begin_inset ERT
31523 status collapsed
31524
31525 \begin_layout Plain Layout
31526
31527
31528 \backslash
31529 renewcommand*{
31530 \backslash
31531 raggedleftmarginnote}{
31532 \backslash
31533 raggedleft}
31534 \end_layout
31535
31536 \begin_layout Plain Layout
31537
31538
31539 \backslash
31540 renewcommand*{
31541 \backslash
31542 raggedrightmarginnote}{
31543 \backslash
31544 raggedright}
31545 \end_layout
31546
31547 \end_inset
31548
31549
31550 \end_layout
31551
31552 \begin_layout Standard
31553 \begin_inset VSpace medskip
31554 \end_inset
31555
31556 Für weitere Fähigkeiten des Pakets 
31557 \series bold
31558 marginnote
31559 \series default
31560  sei auf dessen Dokumentation verwiesen 
31561 \begin_inset CommandInset citation
31562 LatexCommand cite
31563 key "marginnote"
31564
31565 \end_inset
31566
31567 .
31568 \end_layout
31569
31570 \begin_layout Standard
31571 \begin_inset VSpace bigskip
31572 \end_inset
31573
31574 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
31575  geändert werden.
31576  Um z.
31577 \begin_inset space \thinspace{}
31578 \end_inset
31579
31580 B.
31581  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
31582  und fettgedruckten Text 
31583 \begin_inset Quotes eld
31584 \end_inset
31585
31586
31587 \family sans
31588 \series bold
31589 \bar under
31590 Achtung!
31591 \family default
31592 \series default
31593 \bar default
31594
31595 \begin_inset Quotes erd
31596 \end_inset
31597
31598  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
31599 \end_layout
31600
31601 \begin_layout Standard
31602
31603 \series bold
31604
31605 \backslash
31606 let
31607 \backslash
31608 myMarginpar
31609 \backslash
31610 marginpar
31611 \begin_inset Newline newline
31612 \end_inset
31613
31614
31615 \backslash
31616 renewcommand{
31617 \backslash
31618 marginpar}[1]{
31619 \backslash
31620 myMarginpar{%
31621 \begin_inset Newline newline
31622 \end_inset
31623
31624
31625 \begin_inset Phantom HPhantom
31626 status open
31627
31628 \begin_layout Plain Layout
31629
31630 \series bold
31631 \begin_inset space ~
31632 \end_inset
31633
31634
31635 \end_layout
31636
31637 \end_inset
31638
31639
31640 \backslash
31641 hspace{0pt}
31642 \backslash
31643 textsf{
31644 \backslash
31645 textbf{
31646 \backslash
31647 underbar{Achtung!}}}%
31648 \begin_inset Newline newline
31649 \end_inset
31650
31651
31652 \begin_inset Phantom HPhantom
31653 status open
31654
31655 \begin_layout Plain Layout
31656
31657 \series bold
31658 \begin_inset space ~
31659 \end_inset
31660
31661
31662 \end_layout
31663
31664 \end_inset
31665
31666
31667 \backslash
31668 vspace{1.5mm}
31669 \backslash
31670
31671 \backslash
31672 #1}}
31673 \end_layout
31674
31675 \begin_layout Standard
31676 \begin_inset ERT
31677 status collapsed
31678
31679 \begin_layout Plain Layout
31680
31681
31682 \backslash
31683 let
31684 \backslash
31685 myMarginpar
31686 \backslash
31687 marginpar
31688 \end_layout
31689
31690 \begin_layout Plain Layout
31691
31692
31693 \backslash
31694 renewcommand{
31695 \backslash
31696 marginpar}[1]{
31697 \backslash
31698 myMarginpar{%
31699 \end_layout
31700
31701 \begin_layout Plain Layout
31702
31703    
31704 \backslash
31705 textsf{
31706 \backslash
31707 textbf{
31708 \backslash
31709 underbar{Achtung!}}}%
31710 \end_layout
31711
31712 \begin_layout Plain Layout
31713
31714    
31715 \backslash
31716 vspace{1.5mm}
31717 \backslash
31718
31719 \backslash
31720 #1}}
31721 \end_layout
31722
31723 \end_inset
31724
31725
31726 \begin_inset Marginal
31727 status open
31728
31729 \begin_layout Plain Layout
31730 Dies ist eine Randnotiz mit einer definierten Überschrift.
31731 \end_layout
31732
31733 \end_inset
31734
31735
31736 \begin_inset ERT
31737 status collapsed
31738
31739 \begin_layout Plain Layout
31740
31741 [-1.5cm]
31742 \end_layout
31743
31744 \end_inset
31745
31746
31747 \begin_inset ERT
31748 status collapsed
31749
31750 \begin_layout Plain Layout
31751
31752
31753 \backslash
31754 renewcommand{
31755 \backslash
31756 marginpar}[1]{
31757 \backslash
31758 myMarginpar{#1}}
31759 \end_layout
31760
31761 \end_inset
31762
31763
31764 \begin_inset Note Note
31765 status open
31766
31767 \begin_layout Plain Layout
31768 Das Format wurde nur für dieses Beispiel geändert.
31769 \end_layout
31770
31771 \end_inset
31772
31773
31774 \end_layout
31775
31776 \begin_layout Standard
31777 \begin_inset ERT
31778 status collapsed
31779
31780 \begin_layout Plain Layout
31781
31782
31783 \backslash
31784 else
31785 \end_layout
31786
31787 \end_inset
31788
31789
31790 \begin_inset Note Note
31791 status open
31792
31793 \begin_layout Plain Layout
31794 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
31795 \series bold
31796 marginnote
31797 \series default
31798  nicht installiert ist:
31799 \end_layout
31800
31801 \end_inset
31802
31803
31804 \end_layout
31805
31806 \begin_layout Standard
31807 Das LaTeX-Paket 
31808 \series bold
31809 marginnote
31810 \series default
31811  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
31812 \end_layout
31813
31814 \begin_layout Standard
31815 \begin_inset ERT
31816 status collapsed
31817
31818 \begin_layout Plain Layout
31819
31820
31821 \backslash
31822 fi
31823 \end_layout
31824
31825 \end_inset
31826
31827
31828 \end_layout
31829
31830 \begin_layout Chapter
31831 Boxen
31832 \end_layout
31833
31834 \begin_layout Section
31835 Einleitung
31836 \begin_inset Index idx
31837 status collapsed
31838
31839 \begin_layout Plain Layout
31840 Boxen ! Einleitung
31841 \end_layout
31842
31843 \end_inset
31844
31845
31846 \end_layout
31847
31848 \begin_layout Standard
31849 Boxen werden benutzt, um einen Textblock zu formatieren.
31850  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
31851  siehe Abschnitt
31852 \begin_inset space ~
31853 \end_inset
31854
31855
31856 \begin_inset CommandInset ref
31857 LatexCommand ref
31858 reference "abs:Minipage"
31859
31860 \end_inset
31861
31862 , um Text zu umrahmen, siehe Abschnitt
31863 \begin_inset space ~
31864 \end_inset
31865
31866
31867 \begin_inset CommandInset ref
31868 LatexCommand ref
31869 reference "uab:Verzierung"
31870
31871 \end_inset
31872
31873 , um Silbentrennung zu verhindern, siehe Abschnitt
31874 \begin_inset space ~
31875 \end_inset
31876
31877
31878 \begin_inset CommandInset ref
31879 LatexCommand ref
31880 reference "abs:Silbentrennung-unterbinden"
31881
31882 \end_inset
31883
31884 , um Text senkrecht auszurichten, siehe Abschnitt
31885 \begin_inset space ~
31886 \end_inset
31887
31888
31889 \begin_inset CommandInset ref
31890 LatexCommand ref
31891 reference "uab:Vertikale-Ausrichtung"
31892
31893 \end_inset
31894
31895  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
31896 \begin_inset space ~
31897 \end_inset
31898
31899
31900 \begin_inset CommandInset ref
31901 LatexCommand ref
31902 reference "abs:Farbige-Boxen"
31903
31904 \end_inset
31905
31906 .
31907 \end_layout
31908
31909 \begin_layout Standard
31910 Boxen werden mit 
31911 \family sans
31912 Einfügen\SpecialChar \menuseparator
31913 Box
31914 \family default
31915  oder dem Schalter 
31916 \begin_inset Info
31917 type  "icon"
31918 arg   "box-insert Frameless"
31919 \end_inset
31920
31921  eingefügt.
31922  Ein graues Kästchen mit der Aufschrift 
31923 \begin_inset Quotes gld
31924 \end_inset
31925
31926 Box (Minipage)
31927 \begin_inset Quotes grd
31928 \end_inset
31929
31930  erscheint: 
31931 \begin_inset Graphics
31932         filename clipart/StandardBoxQt4.png
31933         scale 85
31934         scaleBeforeRotation
31935
31936 \end_inset
31937
31938  Mit einem Rechts\SpecialChar \-
31939 klick auf das graue Kästchen und der Auswahl von 
31940 \family sans
31941 Einstellungen
31942 \family default
31943  kann der Typ spezifiziert werden.
31944  Das Dialogfenster bietet bei 
31945 \family sans
31946 Innere
31947 \begin_inset space ~
31948 \end_inset
31949
31950 Box
31951 \family default
31952  die Typen 
31953 \family sans
31954 Makebox
31955 \family default
31956
31957 \family sans
31958 Parbox
31959 \family default
31960  und 
31961 \family sans
31962 Minipage
31963 \family default
31964  an.
31965  
31966 \family sans
31967 Minipage
31968 \family default
31969  ist die Standard-Einstellung für neue Boxen und in Abschnitt
31970 \begin_inset space ~
31971 \end_inset
31972
31973
31974 \begin_inset CommandInset ref
31975 LatexCommand ref
31976 reference "abs:Minipage"
31977
31978 \end_inset
31979
31980  beschrieben, 
31981 \family sans
31982 Parbox
31983 \family default
31984  in Abschnitt
31985 \begin_inset space ~
31986 \end_inset
31987
31988
31989 \begin_inset CommandInset ref
31990 LatexCommand ref
31991 reference "abs:Parbox"
31992
31993 \end_inset
31994
31995  und 
31996 \family sans
31997 Makebox
31998 \family default
31999  in 
32000 \begin_inset CommandInset ref
32001 LatexCommand ref
32002 reference "abs:Silbentrennung-unterbinden"
32003
32004 \end_inset
32005
32006 .
32007 \end_layout
32008
32009 \begin_layout Standard
32010 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
32011  wie auf Gleitobjekte und Fußnoten.
32012 \end_layout
32013
32014 \begin_layout Standard
32015 \begin_inset Note Greyedout
32016 status open
32017
32018 \begin_layout Plain Layout
32019
32020 \series bold
32021 Bemerkung
32022 \begin_inset space ~
32023 \end_inset
32024
32025 1:
32026 \series default
32027  Boxen dürfen in 
32028 \family sans
32029 List-
32030 \family default
32031  oder 
32032 \family sans
32033 Beschreibung-
32034 \family default
32035 Umgebungen nicht verwendet werden.
32036 \end_layout
32037
32038 \end_inset
32039
32040
32041 \end_layout
32042
32043 \begin_layout Standard
32044 \begin_inset Note Greyedout
32045 status open
32046
32047 \begin_layout Plain Layout
32048
32049 \series bold
32050 Bemerkung
32051 \begin_inset space ~
32052 \end_inset
32053
32054 2:
32055 \series default
32056  Boxen ohne 
32057 \family sans
32058 Innere
32059 \begin_inset space ~
32060 \end_inset
32061
32062 Box
32063 \family default
32064  und ohne Rahmen werden in Abschnitt
32065 \begin_inset space ~
32066 \end_inset
32067
32068
32069 \begin_inset CommandInset ref
32070 LatexCommand ref
32071 reference "abs:Silbentrennung-unterbinden"
32072
32073 \end_inset
32074
32075  beschrieben.
32076 \end_layout
32077
32078 \end_inset
32079
32080
32081 \end_layout
32082
32083 \begin_layout Section
32084 Das Box-Einstellungen-Fenster
32085 \begin_inset CommandInset label
32086 LatexCommand label
32087 name "abs:Box-Dialog"
32088
32089 \end_inset
32090
32091
32092 \begin_inset Index idx
32093 status collapsed
32094
32095 \begin_layout Plain Layout
32096 Boxen ! Box-Dialog-Fenster
32097 \end_layout
32098
32099 \end_inset
32100
32101
32102 \end_layout
32103
32104 \begin_layout Subsection
32105 Box-Größe
32106 \begin_inset Index idx
32107 status collapsed
32108
32109 \begin_layout Plain Layout
32110 Boxen ! Größe
32111 \end_layout
32112
32113 \end_inset
32114
32115
32116 \end_layout
32117
32118 \begin_layout Standard
32119 Im 
32120 \family sans
32121 Box-Einstellungen
32122 \family default
32123 -Fenster können Sie die Größe der Box mit 
32124 \family sans
32125 Breite
32126 \family default
32127  und 
32128 \family sans
32129 Höhe 
32130 \family default
32131 festlegen.
32132  Die verfügbaren Einheiten werden in Tabelle
32133 \begin_inset space ~
32134 \end_inset
32135
32136
32137 \begin_inset CommandInset ref
32138 LatexCommand ref
32139 reference "tab:Maßeinheiten"
32140
32141 \end_inset
32142
32143  aufgelistet.
32144  Das Feld
32145 \family sans
32146  Höhe
32147 \family default
32148  bietet die folgenden zusätzlichen Größen:
32149 \end_layout
32150
32151 \begin_layout Description
32152 Tiefe Dies ist die reine Text-
32153 \begin_inset Quotes gld
32154 \end_inset
32155
32156 Höhe
32157 \begin_inset Quotes grd
32158 \end_inset
32159
32160 .
32161  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
32162 \begin_inset Newline newline
32163 \end_inset
32164
32165
32166 \begin_inset Newline newline
32167 \end_inset
32168
32169
32170 \begin_inset Newline newline
32171 \end_inset
32172
32173
32174 \begin_inset Box Boxed
32175 position "c"
32176 hor_pos "c"
32177 has_inner_box 1
32178 inner_pos "c"
32179 use_parbox 0
32180 use_makebox 0
32181 width "12col%"
32182 special "none"
32183 height "1in"
32184 height_special "depth"
32185 status collapsed
32186
32187 \begin_layout Plain Layout
32188 \align center
32189 Box-Höhe = 1
32190 \begin_inset space \thinspace{}
32191 \end_inset
32192
32193 Tiefe
32194 \end_layout
32195
32196 \end_inset
32197
32198
32199 \begin_inset Newline newline
32200 \end_inset
32201
32202
32203 \begin_inset Newline newline
32204 \end_inset
32205
32206
32207 \end_layout
32208
32209 \begin_layout Description
32210 Höhe Dies ist die Texthöhe innerhalb der Box.
32211  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
32212  Texthöhe setzen: 
32213 \begin_inset Box Boxed
32214 position "c"
32215 hor_pos "c"
32216 has_inner_box 1
32217 inner_pos "c"
32218 use_parbox 0
32219 use_makebox 0
32220 width "20col%"
32221 special "none"
32222 height "2in"
32223 height_special "height"
32224 status collapsed
32225
32226 \begin_layout Plain Layout
32227 \align center
32228 Boxhöhe = 2
32229 \begin_inset space \thinspace{}
32230 \end_inset
32231
32232 Höhe
32233 \end_layout
32234
32235 \end_inset
32236
32237
32238 \end_layout
32239
32240 \begin_layout Description
32241 Gesamthöhe Dies ist Höhe
32242 \begin_inset space \thinspace{}
32243 \end_inset
32244
32245 +
32246 \begin_inset space \thinspace{}
32247 \end_inset
32248
32249 Tiefe: 
32250 \begin_inset Box Boxed
32251 position "c"
32252 hor_pos "c"
32253 has_inner_box 1
32254 inner_pos "c"
32255 use_parbox 0
32256 use_makebox 0
32257 width "20col%"
32258 special "none"
32259 height "1in"
32260 height_special "totalheight"
32261 status collapsed
32262
32263 \begin_layout Plain Layout
32264 \align center
32265 Boxhöhe = 1
32266 \begin_inset space \thinspace{}
32267 \end_inset
32268
32269 Gesamthöhe
32270 \end_layout
32271
32272 \end_inset
32273
32274
32275 \end_layout
32276
32277 \begin_layout Description
32278 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
32279 \begin_inset Box Boxed
32280 position "c"
32281 hor_pos "c"
32282 has_inner_box 1
32283 inner_pos "c"
32284 use_parbox 0
32285 use_makebox 0
32286 width "12col%"
32287 special "none"
32288 height "1in"
32289 height_special "width"
32290 status collapsed
32291
32292 \begin_layout Plain Layout
32293 \align center
32294 Boxhöhe = 1
32295 \begin_inset space \thinspace{}
32296 \end_inset
32297
32298 Breite
32299 \end_layout
32300
32301 \end_inset
32302
32303
32304 \end_layout
32305
32306 \begin_layout Subsection
32307 Ausrichtung
32308 \begin_inset Index idx
32309 status collapsed
32310
32311 \begin_layout Plain Layout
32312 Boxen ! Ausrichtung
32313 \end_layout
32314
32315 \end_inset
32316
32317
32318 \end_layout
32319
32320 \begin_layout Standard
32321 Wenn Sie eine 
32322 \family sans
32323 Innere
32324 \begin_inset space ~
32325 \end_inset
32326
32327 Box
32328 \family default
32329  gewählt haben, kann die Box mit folgenden Werten für 
32330 \family sans
32331 Box
32332 \family default
32333  senkrecht ausgerichtet werden:
32334 \end_layout
32335
32336 \begin_layout Description
32337 Oben Dies ist ein Beispieltext.
32338  
32339 \begin_inset Box Boxed
32340 position "t"
32341 hor_pos "c"
32342 has_inner_box 1
32343 inner_pos "c"
32344 use_parbox 0
32345 use_makebox 0
32346 width "20col%"
32347 special "none"
32348 height "1in"
32349 height_special "totalheight"
32350 status collapsed
32351
32352 \begin_layout Plain Layout
32353 \align center
32354 Die Ober\SpecialChar \-
32355 kante der Box ist in der Zeile.
32356 \end_layout
32357
32358 \end_inset
32359
32360  Dies ist ein Beispieltext.
32361 \end_layout
32362
32363 \begin_layout Description
32364 Mitte Dies ist ein Beispieltext.
32365  
32366 \begin_inset Box Boxed
32367 position "c"
32368 hor_pos "c"
32369 has_inner_box 1
32370 inner_pos "c"
32371 use_parbox 0
32372 use_makebox 0
32373 width "20col%"
32374 special "none"
32375 height "1in"
32376 height_special "totalheight"
32377 status collapsed
32378
32379 \begin_layout Plain Layout
32380 \align center
32381 Die Mitte der Box ist in der Zeile.
32382 \end_layout
32383
32384 \end_inset
32385
32386  Dies ist ein Beispieltext.
32387 \end_layout
32388
32389 \begin_layout Description
32390 Unten Dies ist ein Beispieltext.
32391  
32392 \begin_inset Box Boxed
32393 position "b"
32394 hor_pos "c"
32395 has_inner_box 1
32396 inner_pos "c"
32397 use_parbox 0
32398 use_makebox 0
32399 width "20col%"
32400 special "none"
32401 height "1in"
32402 height_special "totalheight"
32403 status collapsed
32404
32405 \begin_layout Plain Layout
32406 \align center
32407 Die Unter\SpecialChar \-
32408 kante der Box ist in der Zeile.
32409 \end_layout
32410
32411 \end_inset
32412
32413  Dies ist ein Beispieltext.
32414 \end_layout
32415
32416 \begin_layout Standard
32417 \begin_inset Note Greyedout
32418 status open
32419
32420 \begin_layout Plain Layout
32421
32422 \series bold
32423 Bemerkung:
32424 \series default
32425  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
32426  Boxen in einer Zeile sind und eine Box z.
32427 \begin_inset space \thinspace{}
32428 \end_inset
32429
32430 B.
32431  schattiert ist, die andere aber nicht.
32432 \end_layout
32433
32434 \end_inset
32435
32436
32437 \end_layout
32438
32439 \begin_layout Standard
32440 Eine Box kann mit dem Dialog 
32441 \family sans
32442 Absatz-Einstellungen
32443 \family default
32444  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
32445 \end_layout
32446
32447 \begin_layout Standard
32448 \begin_inset VSpace bigskip
32449 \end_inset
32450
32451 Wenn Sie eine 
32452 \family sans
32453 Innere
32454 \begin_inset space ~
32455 \end_inset
32456
32457 Box
32458 \family default
32459  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
32460 \family sans
32461 Inhalt
32462 \family default
32463  senkrecht ausgerichtet werden:
32464 \end_layout
32465
32466 \begin_layout Description
32467 Oben Dies ist ein Beispieltext.
32468  
32469 \begin_inset Box Boxed
32470 position "c"
32471 hor_pos "c"
32472 has_inner_box 1
32473 inner_pos "t"
32474 use_parbox 0
32475 use_makebox 0
32476 width "20col%"
32477 special "none"
32478 height "1.5in"
32479 height_special "totalheight"
32480 status collapsed
32481
32482 \begin_layout Plain Layout
32483 \align center
32484 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
32485 \end_layout
32486
32487 \end_inset
32488
32489  Dies ist ein Beispieltext.
32490 \end_layout
32491
32492 \begin_layout Description
32493 Mitte Dies ist ein Beispieltext.
32494  
32495 \begin_inset Box Boxed
32496 position "c"
32497 hor_pos "c"
32498 has_inner_box 1
32499 inner_pos "c"
32500 use_parbox 0
32501 use_makebox 0
32502 width "20col%"
32503 special "none"
32504 height "1.5in"
32505 height_special "totalheight"
32506 status collapsed
32507
32508 \begin_layout Plain Layout
32509 \align center
32510 Der Boxinhalt ist zentriert ausgerichtet.
32511 \end_layout
32512
32513 \end_inset
32514
32515  Dies ist ein Beispieltext.
32516 \end_layout
32517
32518 \begin_layout Description
32519 Unten Dies ist ein Beispieltext.
32520  
32521 \begin_inset Box Boxed
32522 position "c"
32523 hor_pos "c"
32524 has_inner_box 1
32525 inner_pos "b"
32526 use_parbox 0
32527 use_makebox 0
32528 width "20col%"
32529 special "none"
32530 height "1.5in"
32531 height_special "totalheight"
32532 status collapsed
32533
32534 \begin_layout Plain Layout
32535 \align center
32536 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
32537 \end_layout
32538
32539 \end_inset
32540
32541  Dies ist ein Beispieltext.
32542 \end_layout
32543
32544 \begin_layout Description
32545 Dehnen Dies ist ein Beispieltext.
32546  
32547 \begin_inset Box Boxed
32548 position "c"
32549 hor_pos "c"
32550 has_inner_box 1
32551 inner_pos "s"
32552 use_parbox 0
32553 use_makebox 0
32554 width "20col%"
32555 special "none"
32556 height "1in"
32557 height_special "totalheight"
32558 status collapsed
32559
32560 \begin_layout Plain Layout
32561 \align center
32562 Der Boxinhalt
32563 \end_layout
32564
32565 \begin_layout Plain Layout
32566 \align center
32567 ist über die
32568 \end_layout
32569
32570 \begin_layout Plain Layout
32571 \align center
32572 Boxhöhe
32573 \end_layout
32574
32575 \begin_layout Plain Layout
32576 \align center
32577 gleichmäßig verteilt.
32578 \end_layout
32579
32580 \end_inset
32581
32582  Dies ist ein Beispieltext.
32583 \end_layout
32584
32585 \begin_layout Standard
32586 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
32587  besteht.
32588  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
32589 \end_layout
32590
32591 \begin_layout Standard
32592 Ein Boxinhalt kann mit dem Dialog 
32593 \family sans
32594 Absatz-Einstellungen
32595 \family default
32596  waagerecht ausgerichtet werden, wenn Sie eine
32597 \family sans
32598  Innere
32599 \begin_inset space ~
32600 \end_inset
32601
32602 Box
32603 \family default
32604  gewählt haben.
32605 \end_layout
32606
32607 \begin_layout Standard
32608 \align center
32609 \begin_inset Box Boxed
32610 position "c"
32611 hor_pos "c"
32612 has_inner_box 1
32613 inner_pos "s"
32614 use_parbox 0
32615 use_makebox 0
32616 width "30col%"
32617 special "none"
32618 height "1.25in"
32619 height_special "totalheight"
32620 status collapsed
32621
32622 \begin_layout Plain Layout
32623 \align left
32624 Hier ist jede Zeile
32625 \end_layout
32626
32627 \begin_layout Plain Layout
32628 \align center
32629 anders
32630 \end_layout
32631
32632 \begin_layout Plain Layout
32633 \align right
32634 ausgerichtet.
32635 \end_layout
32636
32637 \end_inset
32638
32639
32640 \end_layout
32641
32642 \begin_layout Standard
32643 Wenn Sie keine
32644 \family sans
32645  Innere
32646 \begin_inset space ~
32647 \end_inset
32648
32649 Box
32650 \family default
32651  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
32652 \family sans
32653 Box-Einstellungen-
32654 \family default
32655 Dialog ausrichten
32656 \end_layout
32657
32658 \begin_layout Standard
32659 \align center
32660 \begin_inset Box Boxed
32661 position "c"
32662 hor_pos "s"
32663 has_inner_box 0
32664 inner_pos "s"
32665 use_parbox 0
32666 use_makebox 0
32667 width "90col%"
32668 special "none"
32669 height "1.25in"
32670 height_special "totalheight"
32671 status collapsed
32672
32673 \begin_layout Plain Layout
32674 Dieser Boxinhalt wurde horizontal gedehnt.
32675 \end_layout
32676
32677 \end_inset
32678
32679
32680 \end_layout
32681
32682 \begin_layout Subsection
32683 Verzierung
32684 \begin_inset CommandInset label
32685 LatexCommand label
32686 name "uab:Verzierung"
32687
32688 \end_inset
32689
32690
32691 \begin_inset Index idx
32692 status collapsed
32693
32694 \begin_layout Plain Layout
32695 Boxen ! Verzierung
32696 \end_layout
32697
32698 \end_inset
32699
32700
32701 \end_layout
32702
32703 \begin_layout Standard
32704 Im 
32705 \family sans
32706 Box-Einstellungen-
32707 \family default
32708 Dialog können Sie mit der 
32709 \family sans
32710 Verzierung
32711 \family default
32712  den Typ der Box auswählen:
32713 \end_layout
32714
32715 \begin_layout Description
32716 Kein
32717 \begin_inset space ~
32718 \end_inset
32719
32720 Rahmen Nichts wird gezeichnet.
32721 \end_layout
32722
32723 \begin_layout Description
32724 Einfacher
32725 \begin_inset space ~
32726 \end_inset
32727
32728 rechteckiger
32729 \begin_inset space ~
32730 \end_inset
32731
32732 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
32733  Die Rahmendicke wird durch 
32734 \series bold
32735
32736 \backslash
32737 fboxrule
32738 \series default
32739  festgelegt.
32740  
32741 \begin_inset Box Boxed
32742 position "c"
32743 hor_pos "c"
32744 has_inner_box 1
32745 inner_pos "c"
32746 use_parbox 0
32747 use_makebox 0
32748 width "21col%"
32749 special "none"
32750 height "1in"
32751 height_special "totalheight"
32752 status collapsed
32753
32754 \begin_layout Plain Layout
32755
32756 \series medium
32757 Rechteckige
32758 \begin_inset space ~
32759 \end_inset
32760
32761 Box
32762 \end_layout
32763
32764 \end_inset
32765
32766
32767 \end_layout
32768
32769 \begin_layout Description
32770 erlaube
32771 \begin_inset space ~
32772 \end_inset
32773
32774 Seitenumbrüche 
32775 \end_layout
32776
32777 \begin_layout Description
32778 Ovaler
32779 \begin_inset space ~
32780 \end_inset
32781
32782 Rahmen,
32783 \begin_inset space ~
32784 \end_inset
32785
32786 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
32787  Die Rahmendicke ist 0.4
32788 \begin_inset space \thinspace{}
32789 \end_inset
32790
32791 pt.
32792  
32793 \begin_inset Box ovalbox
32794 position "c"
32795 hor_pos "c"
32796 has_inner_box 1
32797 inner_pos "c"
32798 use_parbox 0
32799 use_makebox 0
32800 width "20col%"
32801 special "none"
32802 height "1in"
32803 height_special "totalheight"
32804 status collapsed
32805
32806 \begin_layout Plain Layout
32807 Ovale
32808 \begin_inset space ~
32809 \end_inset
32810
32811 Box,
32812 \begin_inset space ~
32813 \end_inset
32814
32815 dünn
32816 \end_layout
32817
32818 \end_inset
32819
32820
32821 \end_layout
32822
32823 \begin_layout Description
32824 Ovaler
32825 \begin_inset space ~
32826 \end_inset
32827
32828 Rahmen,
32829 \begin_inset space ~
32830 \end_inset
32831
32832 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
32833  Die Rahmendicke ist 0.8
32834 \begin_inset space \thinspace{}
32835 \end_inset
32836
32837 pt.
32838  
32839 \begin_inset Box Ovalbox
32840 position "c"
32841 hor_pos "c"
32842 has_inner_box 1
32843 inner_pos "c"
32844 use_parbox 0
32845 use_makebox 0
32846 width "20col%"
32847 special "none"
32848 height "1in"
32849 height_special "totalheight"
32850 status collapsed
32851
32852 \begin_layout Plain Layout
32853 Ovale
32854 \begin_inset space ~
32855 \end_inset
32856
32857 Box,
32858 \begin_inset space ~
32859 \end_inset
32860
32861 dick
32862 \end_layout
32863
32864 \end_inset
32865
32866
32867 \end_layout
32868
32869 \begin_layout Description
32870 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
32871  Die Rahmendicke wird durch 
32872 \series bold
32873
32874 \backslash
32875 fboxrule
32876 \series default
32877  festgelegt, der Schatten ist 4
32878 \begin_inset space \thinspace{}
32879 \end_inset
32880
32881 pt breit.
32882 \begin_inset Newline newline
32883 \end_inset
32884
32885
32886 \begin_inset Box Shadowbox
32887 position "c"
32888 hor_pos "c"
32889 has_inner_box 1
32890 inner_pos "c"
32891 use_parbox 0
32892 use_makebox 0
32893 width "20col%"
32894 special "none"
32895 height "1in"
32896 height_special "totalheight"
32897 status collapsed
32898
32899 \begin_layout Plain Layout
32900 Schattierte
32901 \begin_inset space ~
32902 \end_inset
32903
32904 Box
32905 \end_layout
32906
32907 \end_inset
32908
32909
32910 \end_layout
32911
32912 \begin_layout Description
32913 Schattierter
32914 \begin_inset space ~
32915 \end_inset
32916
32917 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
32918  Im Gegensatz zu farbigen Boxen
32919 \begin_inset Foot
32920 status collapsed
32921
32922 \begin_layout Plain Layout
32923 siehe Abschnitt
32924 \begin_inset space ~
32925 \end_inset
32926
32927
32928 \begin_inset CommandInset ref
32929 LatexCommand ref
32930 reference "abs:Farbige-Boxen"
32931
32932 \end_inset
32933
32934
32935 \end_layout
32936
32937 \end_inset
32938
32939  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
32940  die Box ist ein Absatz für sich.
32941  
32942 \begin_inset Box Shaded
32943 position "t"
32944 hor_pos "c"
32945 has_inner_box 0
32946 inner_pos "t"
32947 use_parbox 0
32948 use_makebox 0
32949 width "50col%"
32950 special "none"
32951 height "1in"
32952 height_special "totalheight"
32953 status collapsed
32954
32955 \begin_layout Plain Layout
32956 Schattierter Hintergrund Box
32957 \end_layout
32958
32959 \end_inset
32960
32961
32962 \end_layout
32963
32964 \begin_layout Description
32965 Doppelter
32966 \begin_inset space ~
32967 \end_inset
32968
32969 rechteckiger
32970 \begin_inset space ~
32971 \end_inset
32972
32973 Rahmen zeichnet einen doppelten Rahmen um die Box.
32974  Der innere Rahmen ist 0.75
32975 \begin_inset space \thinspace{}
32976 \end_inset
32977
32978
32979 \series bold
32980
32981 \backslash
32982 fboxrule
32983 \series default
32984  breit, der äußere 1.5
32985 \begin_inset space \thinspace{}
32986 \end_inset
32987
32988
32989 \series bold
32990
32991 \backslash
32992 fboxrule
32993 \series default
32994 , der Zwischenraum 1.5
32995 \begin_inset space \thinspace{}
32996 \end_inset
32997
32998
32999 \series bold
33000
33001 \backslash
33002 fboxrule
33003 \series default
33004
33005 \begin_inset space \thinspace{}
33006 \end_inset
33007
33008 +
33009 \begin_inset space \thinspace{}
33010 \end_inset
33011
33012 0.5
33013 \begin_inset space \thinspace{}
33014 \end_inset
33015
33016 pt.
33017  
33018 \begin_inset Box Doublebox
33019 position "c"
33020 hor_pos "c"
33021 has_inner_box 1
33022 inner_pos "c"
33023 use_parbox 0
33024 use_makebox 0
33025 width "20col%"
33026 special "none"
33027 height "1in"
33028 height_special "totalheight"
33029 status collapsed
33030
33031 \begin_layout Plain Layout
33032 Doppelt
33033 \begin_inset space ~
33034 \end_inset
33035
33036 gerahmte
33037 \begin_inset space ~
33038 \end_inset
33039
33040 Box
33041 \end_layout
33042
33043 \end_inset
33044
33045
33046 \end_layout
33047
33048 \begin_layout Standard
33049 \begin_inset VSpace bigskip
33050 \end_inset
33051
33052 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
33053  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
33054 \series bold
33055 fancybox
33056 \series default
33057
33058 \begin_inset Index idx
33059 status collapsed
33060
33061 \begin_layout Plain Layout
33062 LaTeX-Pakete ! fancybox
33063 \end_layout
33064
33065 \end_inset
33066
33067  installiert sein.
33068 \end_layout
33069
33070 \begin_layout Standard
33071 \begin_inset VSpace bigskip
33072 \end_inset
33073
33074 Wenn Sie die Verzierung 
33075 \family sans
33076 Einfacher rechteckiger Rahmen
33077 \family default
33078  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
33079  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
33080  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
33081  für sich ist und 
33082 \series bold
33083
33084 \backslash
33085 fboxrule
33086 \series default
33087  und 
33088 \series bold
33089
33090 \backslash
33091 fboxsep
33092 \series default
33093  keinen Einfluss auf diesen Box Typ haben.
33094  Die Rahmendicke wird durch 
33095 \series bold
33096
33097 \backslash
33098 FrameRule
33099 \series default
33100  festgelegt.
33101  
33102 \begin_inset Box Framed
33103 position "t"
33104 hor_pos "c"
33105 has_inner_box 0
33106 inner_pos "t"
33107 use_parbox 0
33108 use_makebox 0
33109 width "100col%"
33110 special "none"
33111 height "1in"
33112 height_special "totalheight"
33113 status collapsed
33114
33115 \begin_layout Plain Layout
33116 Box erlaubt Seitenumbruch
33117 \end_layout
33118
33119 \end_inset
33120
33121
33122 \end_layout
33123
33124 \begin_layout Section
33125 Box-Anpassung
33126 \begin_inset Index idx
33127 status collapsed
33128
33129 \begin_layout Plain Layout
33130 Boxen ! Anpassung
33131 \end_layout
33132
33133 \end_inset
33134
33135
33136 \end_layout
33137
33138 \begin_layout Standard
33139 Der Standardwert für 
33140 \series bold
33141
33142 \backslash
33143 fboxrule
33144 \series default
33145  ist 0.4
33146 \begin_inset space \thinspace{}
33147 \end_inset
33148
33149 pt.
33150  Mit dem folgenden TeX-Code-Befehl kann er auf 2
33151 \begin_inset space \thinspace{}
33152 \end_inset
33153
33154 pt gesetzt werden:
33155 \end_layout
33156
33157 \begin_layout Standard
33158
33159 \series bold
33160
33161 \backslash
33162 setlength{
33163 \backslash
33164 fboxrule}{2pt}
33165 \end_layout
33166
33167 \begin_layout Standard
33168 \begin_inset ERT
33169 status collapsed
33170
33171 \begin_layout Plain Layout
33172
33173
33174 \backslash
33175 setlength{
33176 \backslash
33177 fboxrule}{2pt}
33178 \end_layout
33179
33180 \end_inset
33181
33182
33183 \begin_inset Box Boxed
33184 position "c"
33185 hor_pos "c"
33186 has_inner_box 1
33187 inner_pos "c"
33188 use_parbox 0
33189 use_makebox 0
33190 width "30col%"
33191 special "none"
33192 height "1in"
33193 height_special "totalheight"
33194 status open
33195
33196 \begin_layout Plain Layout
33197 \align center
33198 Rechteckige Box mit einer Rahmenbreite von 2
33199 \begin_inset space \thinspace{}
33200 \end_inset
33201
33202 pt
33203 \end_layout
33204
33205 \end_inset
33206
33207
33208 \begin_inset ERT
33209 status collapsed
33210
33211 \begin_layout Plain Layout
33212
33213
33214 \backslash
33215 setlength{
33216 \backslash
33217 fboxrule}{0.4pt}
33218 \end_layout
33219
33220 \end_inset
33221
33222
33223 \begin_inset VSpace bigskip
33224 \end_inset
33225
33226
33227 \end_layout
33228
33229 \begin_layout Standard
33230 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
33231 \begin_inset space \thinspace{}
33232 \end_inset
33233
33234 pt.
33235  Sie können das ändern, indem Sie den Wert von 
33236 \series bold
33237
33238 \backslash
33239 fboxsep
33240 \series default
33241  mit einem TeX-Code-Befehl ändern:
33242 \end_layout
33243
33244 \begin_layout Standard
33245
33246 \series bold
33247
33248 \backslash
33249 setlength{
33250 \backslash
33251 fboxsep}{10pt}
33252 \end_layout
33253
33254 \begin_layout Standard
33255 setzt den Wert auf 10
33256 \begin_inset space \thinspace{}
33257 \end_inset
33258
33259 pt, wie in der folgenden Box:
33260 \end_layout
33261
33262 \begin_layout Standard
33263 \begin_inset ERT
33264 status collapsed
33265
33266 \begin_layout Plain Layout
33267
33268
33269 \backslash
33270 setlength{
33271 \backslash
33272 fboxsep}{10pt}
33273 \end_layout
33274
33275 \end_inset
33276
33277
33278 \begin_inset Box Boxed
33279 position "c"
33280 hor_pos "c"
33281 has_inner_box 1
33282 inner_pos "c"
33283 use_parbox 0
33284 use_makebox 0
33285 width "25col%"
33286 special "none"
33287 height "1in"
33288 height_special "totalheight"
33289 status open
33290
33291 \begin_layout Plain Layout
33292 \align center
33293 Rechteckige Box mit 
33294 \series bold
33295
33296 \backslash
33297 fboxsep
33298 \series default
33299
33300 \begin_inset space \thinspace{}
33301 \end_inset
33302
33303 =
33304 \begin_inset space \thinspace{}
33305 \end_inset
33306
33307 10
33308 \begin_inset space \thinspace{}
33309 \end_inset
33310
33311 pt
33312 \end_layout
33313
33314 \end_inset
33315
33316
33317 \begin_inset ERT
33318 status collapsed
33319
33320 \begin_layout Plain Layout
33321
33322
33323 \backslash
33324 setlength{
33325 \backslash
33326 fboxsep}{3pt}
33327 \end_layout
33328
33329 \end_inset
33330
33331
33332 \end_layout
33333
33334 \begin_layout Standard
33335 \noindent
33336 \begin_inset VSpace bigskip
33337 \end_inset
33338
33339 Der Durchmesser der abgerundeten Ecken kann mit 
33340 \series bold
33341
33342 \backslash
33343 cornersize
33344 \series default
33345  gesetzt werden.
33346  Der TeX-Code-Befehl
33347 \end_layout
33348
33349 \begin_layout Standard
33350
33351 \series bold
33352
33353 \backslash
33354 cornersize*{1cm}
33355 \end_layout
33356
33357 \begin_layout Standard
33358 setzt den Durchmesser auf 1
33359 \begin_inset space \thinspace{}
33360 \end_inset
33361
33362 cm.
33363  Der TeX-Code-Befehl
33364 \end_layout
33365
33366 \begin_layout Standard
33367
33368 \series bold
33369
33370 \backslash
33371 cornersize{num}
33372 \end_layout
33373
33374 \begin_layout Standard
33375 setzt den Durchmesser auf 
33376 \family sans
33377 num
33378 \begin_inset space \thinspace{}
33379 \end_inset
33380
33381 ×
33382 \begin_inset space \thinspace{}
33383 \end_inset
33384
33385 Minimum(Breite der Box, Höhe der Box)
33386 \family default
33387 .
33388  Der Standardwert ist 
33389 \series bold
33390
33391 \backslash
33392 cornersize{0.5}
33393 \series default
33394 .
33395 \end_layout
33396
33397 \begin_layout Standard
33398 \begin_inset ERT
33399 status collapsed
33400
33401 \begin_layout Plain Layout
33402
33403
33404 \backslash
33405 cornersize*{1.5cm}
33406 \end_layout
33407
33408 \end_inset
33409
33410
33411 \begin_inset Box Ovalbox
33412 position "c"
33413 hor_pos "c"
33414 has_inner_box 1
33415 inner_pos "c"
33416 use_parbox 0
33417 use_makebox 0
33418 width "30col%"
33419 special "none"
33420 height "1in"
33421 height_special "totalheight"
33422 status open
33423
33424 \begin_layout Plain Layout
33425 \align center
33426 Ovale Box, dicker Rand, mit 
33427 \series bold
33428
33429 \backslash
33430 cornersize
33431 \series default
33432
33433 \begin_inset space \thinspace{}
33434 \end_inset
33435
33436 =
33437 \begin_inset space \thinspace{}
33438 \end_inset
33439
33440 1.5
33441 \begin_inset space \thinspace{}
33442 \end_inset
33443
33444 cm
33445 \end_layout
33446
33447 \end_inset
33448
33449
33450 \begin_inset ERT
33451 status collapsed
33452
33453 \begin_layout Plain Layout
33454
33455
33456 \backslash
33457 cornersize{0.5}
33458 \end_layout
33459
33460 \end_inset
33461
33462
33463 \end_layout
33464
33465 \begin_layout Standard
33466 \begin_inset VSpace bigskip
33467 \end_inset
33468
33469 Die Breite des Schattens wird mit 
33470 \series bold
33471
33472 \backslash
33473 shadowsize
33474 \series default
33475  festgelegt.
33476  Mit dem TeX-Code-Befehl
33477 \end_layout
33478
33479 \begin_layout Standard
33480
33481 \series bold
33482
33483 \backslash
33484 setlength{
33485 \backslash
33486 shadowsize}{2pt}
33487 \end_layout
33488
33489 \begin_layout Standard
33490 wird er für die folgende Box auf 2
33491 \begin_inset space \thinspace{}
33492 \end_inset
33493
33494 pt festgelegt.
33495 \end_layout
33496
33497 \begin_layout Standard
33498 \begin_inset ERT
33499 status collapsed
33500
33501 \begin_layout Plain Layout
33502
33503
33504 \backslash
33505 setlength{
33506 \backslash
33507 shadowsize}{2pt}
33508 \end_layout
33509
33510 \end_inset
33511
33512
33513 \begin_inset Box Shadowbox
33514 position "c"
33515 hor_pos "c"
33516 has_inner_box 1
33517 inner_pos "c"
33518 use_parbox 0
33519 use_makebox 0
33520 width "25col%"
33521 special "none"
33522 height "1in"
33523 height_special "totalheight"
33524 status open
33525
33526 \begin_layout Plain Layout
33527 \align center
33528 Schattierte Box mit 
33529 \series bold
33530
33531 \backslash
33532 shadowsize
33533 \series default
33534
33535 \begin_inset space \thinspace{}
33536 \end_inset
33537
33538 =
33539 \begin_inset space \thinspace{}
33540 \end_inset
33541
33542 2
33543 \begin_inset space \thinspace{}
33544 \end_inset
33545
33546 pt
33547 \end_layout
33548
33549 \end_inset
33550
33551
33552 \begin_inset ERT
33553 status collapsed
33554
33555 \begin_layout Plain Layout
33556
33557
33558 \backslash
33559 setlength{
33560 \backslash
33561 shadowsize}{4pt}
33562 \end_layout
33563
33564 \end_inset
33565
33566
33567 \end_layout
33568
33569 \begin_layout Standard
33570 \begin_inset VSpace bigskip
33571 \end_inset
33572
33573 Der Standardwert für 
33574 \series bold
33575
33576 \backslash
33577 FrameRule
33578 \series default
33579  ist 0.4
33580 \begin_inset space \thinspace{}
33581 \end_inset
33582
33583 pt.
33584  Der Standard-Abstand zwischen Rahmen und Text ist 9
33585 \begin_inset space \thinspace{}
33586 \end_inset
33587
33588 pt und kann mit dem Wert für 
33589 \series bold
33590
33591 \backslash
33592 FrameSep
33593 \series default
33594  geändert werden.
33595  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
33596  TeX-Code Befehlen geändert:
33597 \end_layout
33598
33599 \begin_layout Standard
33600
33601 \series bold
33602
33603 \backslash
33604 setlength{
33605 \backslash
33606 FrameRule}{5pt}
33607 \begin_inset Newline newline
33608 \end_inset
33609
33610
33611 \backslash
33612 setlength{
33613 \backslash
33614 FrameSep}{0.5cm}
33615 \end_layout
33616
33617 \begin_layout Standard
33618 \begin_inset ERT
33619 status collapsed
33620
33621 \begin_layout Plain Layout
33622
33623
33624 \backslash
33625 setlength{
33626 \backslash
33627 FrameRule}{5pt}
33628 \end_layout
33629
33630 \begin_layout Plain Layout
33631
33632
33633 \backslash
33634 setlength{
33635 \backslash
33636 FrameSep}{0.5cm}
33637 \end_layout
33638
33639 \end_inset
33640
33641
33642 \begin_inset Box Framed
33643 position "t"
33644 hor_pos "c"
33645 has_inner_box 0
33646 inner_pos "t"
33647 use_parbox 0
33648 use_makebox 0
33649 width "100col%"
33650 special "none"
33651 height "1in"
33652 height_special "totalheight"
33653 status open
33654
33655 \begin_layout Plain Layout
33656 Dies ist Text in einer 
33657 \family sans
33658 Seitenumbruch erlaubt
33659 \family default
33660  Box.
33661 \end_layout
33662
33663 \end_inset
33664
33665
33666 \begin_inset ERT
33667 status collapsed
33668
33669 \begin_layout Plain Layout
33670
33671
33672 \backslash
33673 setlength{
33674 \backslash
33675 FrameRule}{0.4pt}
33676 \end_layout
33677
33678 \begin_layout Plain Layout
33679
33680
33681 \backslash
33682 setlength{
33683 \backslash
33684 FrameSep}{9pt}
33685 \end_layout
33686
33687 \end_inset
33688
33689
33690 \end_layout
33691
33692 \begin_layout Standard
33693 \begin_inset VSpace bigskip
33694 \end_inset
33695
33696 Für Boxen mit 
33697 \family sans
33698 schattiertem Hintergrund
33699 \family default
33700  beträgt der Abstand zwischen Rand und Text 3
33701 \begin_inset space \thinspace{}
33702 \end_inset
33703
33704 pt und kann mit 
33705 \series bold
33706
33707 \backslash
33708 fboxsep
33709 \series default
33710  geändert werden.
33711  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
33712  
33713 \series bold
33714
33715 \backslash
33716 definecolor{shadecolor}
33717 \series default
33718  oder global über das Menü 
33719 \family sans
33720 Werkzeuge\SpecialChar \menuseparator
33721 Einstellungen\SpecialChar \menuseparator
33722 Farben\SpecialChar \menuseparator
33723 Schattierte
33724 \begin_inset space ~
33725 \end_inset
33726
33727 Box
33728 \family default
33729  geändert werden.
33730  Das Schema des 
33731 \series bold
33732
33733 \backslash
33734 definecolor
33735 \series default
33736  Befehls ist  in Abschnitt
33737 \begin_inset space ~
33738 \end_inset
33739
33740
33741 \begin_inset CommandInset ref
33742 LatexCommand ref
33743 reference "abs:Farbige-Tabellen"
33744
33745 \end_inset
33746
33747  erklärt.
33748 \begin_inset Foot
33749 status collapsed
33750
33751 \begin_layout Plain Layout
33752 Beachten Sie, dass 
33753 \series bold
33754
33755 \backslash
33756 definecolor
33757 \series default
33758  das LaTeX-Paket 
33759 \series bold
33760 color
33761 \series default
33762  im LaTeX-Vorspann benötigt, siehe Abschnitt
33763 \begin_inset space ~
33764 \end_inset
33765
33766
33767 \begin_inset CommandInset ref
33768 LatexCommand ref
33769 reference "abs:Farbige-Boxen"
33770
33771 \end_inset
33772
33773 .
33774 \end_layout
33775
33776 \end_inset
33777
33778  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
33779 \end_layout
33780
33781 \begin_layout Standard
33782
33783 \series bold
33784
33785 \backslash
33786 setlength{
33787 \backslash
33788 fboxsep}{0.5cm}
33789 \begin_inset Newline newline
33790 \end_inset
33791
33792
33793 \backslash
33794 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33795 \end_layout
33796
33797 \begin_layout Standard
33798 \begin_inset ERT
33799 status collapsed
33800
33801 \begin_layout Plain Layout
33802
33803
33804 \backslash
33805 setlength{
33806 \backslash
33807 fboxsep}{0.5cm}
33808 \end_layout
33809
33810 \begin_layout Plain Layout
33811
33812
33813 \backslash
33814 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33815 \end_layout
33816
33817 \end_inset
33818
33819
33820 \begin_inset Box Shaded
33821 position "t"
33822 hor_pos "c"
33823 has_inner_box 0
33824 inner_pos "t"
33825 use_parbox 0
33826 use_makebox 0
33827 width "100col%"
33828 special "none"
33829 height "1in"
33830 height_special "totalheight"
33831 status open
33832
33833 \begin_layout Plain Layout
33834
33835 \color yellow
33836 Dies ist gelber Text in einer 
33837 \family sans
33838 schattierten Hintergrund
33839 \begin_inset space ~
33840 \end_inset
33841
33842
33843 \family default
33844 Box auf dunkelgrünem Hintergrund.
33845 \end_layout
33846
33847 \end_inset
33848
33849
33850 \begin_inset ERT
33851 status collapsed
33852
33853 \begin_layout Plain Layout
33854
33855
33856 \backslash
33857 setlength{
33858 \backslash
33859 fboxsep}{3pt}
33860 \end_layout
33861
33862 \begin_layout Plain Layout
33863
33864
33865 \backslash
33866 definecolor{shadecolor}{rgb}{1,0,0}
33867 \end_layout
33868
33869 \end_inset
33870
33871
33872 \end_layout
33873
33874 \begin_layout Standard
33875 \begin_inset VSpace bigskip
33876 \end_inset
33877
33878 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
33879  der sie ändert.
33880 \end_layout
33881
33882 \begin_layout Section
33883 Minipage
33884 \begin_inset CommandInset label
33885 LatexCommand label
33886 name "abs:Minipage"
33887
33888 \end_inset
33889
33890
33891 \begin_inset Index idx
33892 status collapsed
33893
33894 \begin_layout Plain Layout
33895 Boxen ! Minipage
33896 \end_layout
33897
33898 \end_inset
33899
33900
33901 \end_layout
33902
33903 \begin_layout Standard
33904 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
33905  deshalb unter anderem eigene Fußnoten haben.
33906 \end_layout
33907
33908 \begin_layout Standard
33909 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
33910 \end_layout
33911
33912 \begin_layout Standard
33913 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
33914  Ihre Breite ist 45 Spaltenbreite
33915 \begin_inset space ~
33916 \end_inset
33917
33918 %, und sie sind durch einen 
33919 \family sans
33920 HFill
33921 \family default
33922  getrennt (
33923 \family sans
33924 Einfügen\SpecialChar \menuseparator
33925 Formatierung\SpecialChar \menuseparator
33926 Horizontaler
33927 \begin_inset space \space{}
33928 \end_inset
33929
33930 Abstand\SpecialChar \menuseparator
33931 Abstand\SpecialChar \menuseparator
33932 Variabler
33933 \begin_inset space ~
33934 \end_inset
33935
33936 horiz.
33937 \begin_inset space ~
33938 \end_inset
33939
33940 Abstand
33941 \family default
33942 ).
33943 \begin_inset Newpage newpage
33944 \end_inset
33945
33946
33947 \end_layout
33948
33949 \begin_layout Standard
33950 \noindent
33951 \begin_inset Box Frameless
33952 position "t"
33953 hor_pos "c"
33954 has_inner_box 1
33955 inner_pos "c"
33956 use_parbox 0
33957 use_makebox 0
33958 width "45col%"
33959 special "none"
33960 height "1in"
33961 height_special "totalheight"
33962 status open
33963
33964 \begin_layout Plain Layout
33965 Dies ist ein deutscher Text.
33966  Dies ist ein deutscher Text.
33967  Dies ist ein deutscher Text.
33968  Dies ist ein deutscher Text.
33969  Dies ist ein deutscher Text.
33970  Dies ist ein deutscher Text.
33971  Dies ist ein deutscher Text.
33972  Dies ist ein deutscher Text.
33973  Dies ist ein deutscher Text.
33974  Dies ist ein deutscher Text.
33975  Dies ist ein deutscher Text.
33976  Dies ist ein deutscher Text.
33977  Dies ist ein deutscher Text
33978 \begin_inset Foot
33979 status open
33980
33981 \begin_layout Plain Layout
33982 Dies ist eine deutsche Fußnote.
33983 \end_layout
33984
33985 \end_inset
33986
33987 .
33988  Dies ist ein deutscher Text.
33989  Dies ist ein deutscher Text.
33990 \end_layout
33991
33992 \end_inset
33993
33994
33995 \begin_inset space \hfill{}
33996 \end_inset
33997
33998
33999 \begin_inset Box Frameless
34000 position "t"
34001 hor_pos "c"
34002 has_inner_box 1
34003 inner_pos "c"
34004 use_parbox 0
34005 use_makebox 0
34006 width "45col%"
34007 special "none"
34008 height "1in"
34009 height_special "totalheight"
34010 status open
34011
34012 \begin_layout Plain Layout
34013
34014 \lang english
34015 This is an English Text.
34016  This is an English Text.
34017  This is an English Text.
34018  This is an English Text.
34019  This is an English Text.
34020  This is an English Text.
34021  This is an English Text.
34022  This is an English Text.
34023  This is an English Text.
34024  This is an English Text.
34025  This is an English Text.
34026  This is an English Text.
34027  This is an English Text.
34028  This is an English Text.
34029  This is an English Text.
34030  This is an English Text.
34031 \begin_inset Foot
34032 status collapsed
34033
34034 \begin_layout Plain Layout
34035
34036 \lang english
34037 This is an English footnote.
34038 \end_layout
34039
34040 \end_inset
34041
34042  This is an English Text.
34043 \end_layout
34044
34045 \end_inset
34046
34047
34048 \end_layout
34049
34050 \begin_layout Standard
34051 \begin_inset VSpace bigskip
34052 \end_inset
34053
34054 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
34055  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
34056  Absätze nicht eingerückt werden, obwohl Sie das in 
34057 \family sans
34058 Dokument
34059 \family default
34060 \SpecialChar \menuseparator
34061
34062 \family sans
34063 Einstellun\SpecialChar \-
34064 gen\SpecialChar \menuseparator
34065 Textformat
34066 \family default
34067  festgelegt haben.
34068  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
34069  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
34070 \series bold
34071
34072 \backslash
34073 hspace*{1em}
34074 \series default
34075 .
34076 \end_layout
34077
34078 \begin_layout Standard
34079 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
34080  zu verpassen, siehe Abschnitt
34081 \begin_inset space ~
34082 \end_inset
34083
34084
34085 \begin_inset CommandInset ref
34086 LatexCommand ref
34087 reference "uab:Farbe-für-Absätze"
34088
34089 \end_inset
34090
34091 .
34092 \end_layout
34093
34094 \begin_layout Standard
34095 \begin_inset Note Greyedout
34096 status open
34097
34098 \begin_layout Plain Layout
34099
34100 \series bold
34101 Bemerkung:
34102 \series default
34103  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
34104  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
34105 \end_layout
34106
34107 \end_inset
34108
34109
34110 \end_layout
34111
34112 \begin_layout Section
34113 Parbox
34114 \begin_inset CommandInset label
34115 LatexCommand label
34116 name "abs:Parbox"
34117
34118 \end_inset
34119
34120
34121 \begin_inset Index idx
34122 status collapsed
34123
34124 \begin_layout Plain Layout
34125 Boxen ! Parbox
34126 \end_layout
34127
34128 \end_inset
34129
34130
34131 \end_layout
34132
34133 \begin_layout Standard
34134 Parbox ist eine Abkürzung für 
34135 \begin_inset Quotes gld
34136 \end_inset
34137
34138 paragraph box
34139 \begin_inset Quotes grd
34140 \end_inset
34141
34142 , was Absatzbox bedeutet.
34143  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
34144  in Parboxen nicht ausgegeben werden:
34145 \end_layout
34146
34147 \begin_layout Standard
34148 \align center
34149 \begin_inset Box Frameless
34150 position "t"
34151 hor_pos "c"
34152 has_inner_box 1
34153 inner_pos "t"
34154 use_parbox 1
34155 use_makebox 0
34156 width "33col%"
34157 special "none"
34158 height "1in"
34159 height_special "totalheight"
34160 status open
34161
34162 \begin_layout Plain Layout
34163 Dies ist Text in einer Parbox.
34164  Dies ist Text in einer Parbox.
34165 \end_layout
34166
34167 \begin_layout Plain Layout
34168 Diese Fußnote wird nicht gedruckt:
34169 \begin_inset Foot
34170 status collapsed
34171
34172 \begin_layout Plain Layout
34173 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
34174 \end_layout
34175
34176 \end_inset
34177
34178
34179 \end_layout
34180
34181 \end_inset
34182
34183
34184 \end_layout
34185
34186 \begin_layout Section
34187 Boxen für Worte und Buchstaben
34188 \begin_inset Index idx
34189 status collapsed
34190
34191 \begin_layout Plain Layout
34192 Boxen ! für Buchstaben
34193 \end_layout
34194
34195 \end_inset
34196
34197
34198 \end_layout
34199
34200 \begin_layout Subsection
34201 Silbentrennung unterbinden
34202 \begin_inset CommandInset label
34203 LatexCommand label
34204 name "abs:Silbentrennung-unterbinden"
34205
34206 \end_inset
34207
34208
34209 \begin_inset Index idx
34210 status collapsed
34211
34212 \begin_layout Plain Layout
34213 Boxen ! zur Vermeidung von Silbentrennung
34214 \end_layout
34215
34216 \end_inset
34217
34218
34219 \end_layout
34220
34221 \begin_layout Standard
34222 Sie können den Boxtyp 
34223 \family sans
34224 Makebox
34225 \family default
34226  benutzen, um Silbentrennungen zu unterbinden.
34227 \begin_inset Newline newline
34228 \end_inset
34229
34230 Hier ist ein Beispiel: 
34231 \end_layout
34232
34233 \begin_layout Standard
34234 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
34235 \begin_inset Quotes gld
34236 \end_inset
34237
34238 einsehrsehrsehrlangeswort
34239 \begin_inset Quotes grd
34240 \end_inset
34241
34242 .
34243 \end_layout
34244
34245 \begin_layout Standard
34246 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
34247  Innere
34248 \begin_inset space ~
34249 \end_inset
34250
34251 Box auf Makebox und deren Breite auf 1
34252 \begin_inset space \thinspace{}
34253 \end_inset
34254
34255 Width.
34256 \end_layout
34257
34258 \begin_layout Standard
34259 Hier ist das Ergebnis:
34260 \end_layout
34261
34262 \begin_layout Standard
34263 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34264 \begin_inset Box Frameless
34265 position "t"
34266 hor_pos "c"
34267 has_inner_box 1
34268 inner_pos "t"
34269 use_parbox 0
34270 use_makebox 1
34271 width "1in"
34272 special "width"
34273 height "1in"
34274 height_special "totalheight"
34275 status open
34276
34277 \begin_layout Plain Layout
34278 \begin_inset Quotes gld
34279 \end_inset
34280
34281 einsehrsehrsehrlangeswort
34282 \begin_inset Quotes grd
34283 \end_inset
34284
34285
34286 \end_layout
34287
34288 \end_inset
34289
34290 .
34291 \end_layout
34292
34293 \begin_layout Standard
34294 Alternativ dazu kann man auch den Befehl 
34295 \begin_inset Quotes gld
34296 \end_inset
34297
34298
34299 \series bold
34300
34301 \backslash
34302 -
34303 \series default
34304
34305 \begin_inset Quotes grd
34306 \end_inset
34307
34308  als TeX-Code direkt vor das Wort setzen:
34309 \end_layout
34310
34311 \begin_layout Standard
34312 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34313 \begin_inset Quotes gld
34314 \end_inset
34315
34316
34317 \begin_inset ERT
34318 status collapsed
34319
34320 \begin_layout Plain Layout
34321
34322
34323 \backslash
34324 -
34325 \end_layout
34326
34327 \end_inset
34328
34329 einsehrsehrsehrlangeswort
34330 \begin_inset Quotes grd
34331 \end_inset
34332
34333 .
34334 \end_layout
34335
34336 \begin_layout Standard
34337 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
34338  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
34339 \family sans
34340 Strg-Eingabe
34341 \family default
34342 ) einfügen: 
34343 \end_layout
34344
34345 \begin_layout Standard
34346 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
34347 \begin_inset Newline newline
34348 \end_inset
34349
34350
34351 \begin_inset Box Frameless
34352 position "t"
34353 hor_pos "c"
34354 has_inner_box 1
34355 inner_pos "t"
34356 use_parbox 0
34357 use_makebox 1
34358 width "1in"
34359 special "width"
34360 height "1in"
34361 height_special "totalheight"
34362 status open
34363
34364 \begin_layout Plain Layout
34365 \begin_inset Quotes gld
34366 \end_inset
34367
34368 einsehrsehrsehrlangeswort
34369 \begin_inset Quotes grd
34370 \end_inset
34371
34372
34373 \end_layout
34374
34375 \end_inset
34376
34377 .
34378 \end_layout
34379
34380 \begin_layout Subsection
34381 Vertikale Ausrichtung
34382 \begin_inset CommandInset label
34383 LatexCommand label
34384 name "uab:Vertikale-Ausrichtung"
34385
34386 \end_inset
34387
34388
34389 \begin_inset Index idx
34390 status collapsed
34391
34392 \begin_layout Plain Layout
34393 Boxen ! für Vertikale Ausrichtung
34394 \end_layout
34395
34396 \end_inset
34397
34398
34399 \begin_inset Index idx
34400 status collapsed
34401
34402 \begin_layout Plain Layout
34403 Boxen ! raisebox
34404 \end_layout
34405
34406 \end_inset
34407
34408
34409 \end_layout
34410
34411 \begin_layout Standard
34412 Mit dem LaTeX-Befehl 
34413 \series bold
34414
34415 \backslash
34416 raisebox
34417 \series default
34418  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
34419 n Textes ausrichten.
34420  
34421 \series bold
34422
34423 \backslash
34424 raisebox
34425 \series default
34426  wird folgendermaßen benutzt:
34427 \end_layout
34428
34429 \begin_layout Standard
34430
34431 \series bold
34432
34433 \backslash
34434 raisebox{Verschiebung}[oben][unten]{Text}
34435 \end_layout
34436
34437 \begin_layout Standard
34438 Positive Werte für Verschiebung
34439 \series bold
34440  
34441 \series default
34442 verschieben die Box nach oben, negative nach unten.
34443  Die beiden optionalen Parameter 
34444 \family typewriter
34445 oben
34446 \family default
34447  und 
34448 \family typewriter
34449 unten
34450 \family default
34451  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
34452  hinausgeht, wenn sie nicht verschoben ist.
34453 \end_layout
34454
34455 \begin_layout Standard
34456 Um zum Beispiel das Wort 
34457 \begin_inset Quotes gld
34458 \end_inset
34459
34460 provokant
34461 \begin_inset Quotes grd
34462 \end_inset
34463
34464  mit seinem 
34465 \begin_inset Quotes gld
34466 \end_inset
34467
34468 niedrigsten
34469 \begin_inset Quotes grd
34470 \end_inset
34471
34472  Buchstaben 
34473 \begin_inset Quotes gld
34474 \end_inset
34475
34476 p
34477 \begin_inset Quotes grd
34478 \end_inset
34479
34480  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
34481 \end_layout
34482
34483 \begin_layout Standard
34484
34485 \series bold
34486
34487 \backslash
34488 raisebox{
34489 \backslash
34490 depth}{
34491 \end_layout
34492
34493 \begin_layout Standard
34494 vor dem Wort einfügen und 
34495 \begin_inset Quotes gld
34496 \end_inset
34497
34498
34499 \series bold
34500 }
34501 \series default
34502
34503 \begin_inset Quotes grd
34504 \end_inset
34505
34506  als TeX-Code dahinter:
34507 \end_layout
34508
34509 \begin_layout Standard
34510 Dies ist eine Zeile, in der das Wort 
34511 \begin_inset ERT
34512 status collapsed
34513
34514 \begin_layout Plain Layout
34515
34516
34517 \backslash
34518 raisebox{
34519 \backslash
34520 depth}{
34521 \end_layout
34522
34523 \end_inset
34524
34525
34526 \begin_inset Quotes gld
34527 \end_inset
34528
34529 provokant
34530 \begin_inset Quotes grd
34531 \end_inset
34532
34533
34534 \begin_inset ERT
34535 status collapsed
34536
34537 \begin_layout Plain Layout
34538
34539 }
34540 \end_layout
34541
34542 \end_inset
34543
34544  nach oben verschoben wurde.
34545 \end_layout
34546
34547 \begin_layout Standard
34548 \begin_inset VSpace bigskip
34549 \end_inset
34550
34551 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
34552  gedehnt:
34553 \end_layout
34554
34555 \begin_layout Standard
34556 Dies ist eine Zeile, in der das Wort 
34557 \begin_inset ERT
34558 status collapsed
34559
34560 \begin_layout Plain Layout
34561
34562
34563 \backslash
34564 raisebox{-
34565 \backslash
34566 depth}{
34567 \end_layout
34568
34569 \end_inset
34570
34571
34572 \begin_inset Quotes gld
34573 \end_inset
34574
34575 provokant
34576 \begin_inset Quotes grd
34577 \end_inset
34578
34579
34580 \begin_inset ERT
34581 status collapsed
34582
34583 \begin_layout Plain Layout
34584
34585 }
34586 \end_layout
34587
34588 \end_inset
34589
34590  nach unten verschoben wurde.
34591 \end_layout
34592
34593 \begin_layout Standard
34594 Dies ist eine Zeile, in der das Wort 
34595 \begin_inset ERT
34596 status collapsed
34597
34598 \begin_layout Plain Layout
34599
34600
34601 \backslash
34602 raisebox{0.5cm}{
34603 \end_layout
34604
34605 \end_inset
34606
34607
34608 \begin_inset Quotes gld
34609 \end_inset
34610
34611 testen
34612 \begin_inset Quotes grd
34613 \end_inset
34614
34615
34616 \begin_inset ERT
34617 status collapsed
34618
34619 \begin_layout Plain Layout
34620
34621 }
34622 \end_layout
34623
34624 \end_inset
34625
34626  um 0.5
34627 \begin_inset space \thinspace{}
34628 \end_inset
34629
34630 cm nach oben verschoben wurde.
34631 \end_layout
34632
34633 \begin_layout Standard
34634 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
34635 \end_layout
34636
34637 \begin_layout Standard
34638
34639 \series bold
34640
34641 \backslash
34642 raisebox{-
34643 \backslash
34644 depth}[0pt]{
34645 \end_layout
34646
34647 \begin_layout Standard
34648 Dies ist eine Zeile, in der das Wort 
34649 \begin_inset ERT
34650 status collapsed
34651
34652 \begin_layout Plain Layout
34653
34654
34655 \backslash
34656 raisebox{-
34657 \backslash
34658 depth}[0pt]{
34659 \end_layout
34660
34661 \end_inset
34662
34663
34664 \begin_inset Quotes gld
34665 \end_inset
34666
34667 provokant
34668 \begin_inset Quotes grd
34669 \end_inset
34670
34671
34672 \begin_inset ERT
34673 status collapsed
34674
34675 \begin_layout Plain Layout
34676
34677 }
34678 \end_layout
34679
34680 \end_inset
34681
34682  nach unten verschoben wurde.
34683 \end_layout
34684
34685 \begin_layout Standard
34686 Dies ist eine Zeile, in der das Wort 
34687 \begin_inset ERT
34688 status collapsed
34689
34690 \begin_layout Plain Layout
34691
34692
34693 \backslash
34694 raisebox{0.5cm}[0pt]{
34695 \end_layout
34696
34697 \end_inset
34698
34699
34700 \begin_inset Quotes gld
34701 \end_inset
34702
34703 testen
34704 \begin_inset Quotes grd
34705 \end_inset
34706
34707
34708 \begin_inset ERT
34709 status collapsed
34710
34711 \begin_layout Plain Layout
34712
34713 }
34714 \end_layout
34715
34716 \end_inset
34717
34718  um 0.5
34719 \begin_inset space \thinspace{}
34720 \end_inset
34721
34722 cm nach oben verschoben wurde.
34723  Jetzt überschneiden sich die verschobenen Worte.
34724 \end_layout
34725
34726 \begin_layout Section
34727 Farbige Boxen
34728 \begin_inset CommandInset label
34729 LatexCommand label
34730 name "abs:Farbige-Boxen"
34731
34732 \end_inset
34733
34734
34735 \begin_inset Index idx
34736 status collapsed
34737
34738 \begin_layout Plain Layout
34739 Boxen ! farbige
34740 \end_layout
34741
34742 \end_inset
34743
34744
34745 \end_layout
34746
34747 \begin_layout Subsection
34748 Text-Hintergrundfarbe
34749 \begin_inset Index idx
34750 status collapsed
34751
34752 \begin_layout Plain Layout
34753 Farbe ! für Text-Hintergrund
34754 \end_layout
34755
34756 \end_inset
34757
34758
34759 \end_layout
34760
34761 \begin_layout Standard
34762 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
34763  so genannten 
34764 \begin_inset Quotes gld
34765 \end_inset
34766
34767 colorbox
34768 \begin_inset Quotes grd
34769 \end_inset
34770
34771  stehen.
34772  Dafür muss das LaTeX-Paket 
34773 \series bold
34774 color
34775 \series default
34776
34777 \begin_inset Index idx
34778 status collapsed
34779
34780 \begin_layout Plain Layout
34781 LaTeX-Pakete ! color
34782 \end_layout
34783
34784 \end_inset
34785
34786  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
34787 \end_layout
34788
34789 \begin_layout Standard
34790
34791 \series bold
34792
34793 \backslash
34794 @ifundefined{textcolor}
34795 \begin_inset Newline newline
34796 \end_inset
34797
34798
34799 \begin_inset Phantom HPhantom
34800 status open
34801
34802 \begin_layout Plain Layout
34803
34804 \series bold
34805 \begin_inset space ~
34806 \end_inset
34807
34808
34809 \end_layout
34810
34811 \end_inset
34812
34813 {
34814 \backslash
34815 usepackage{color}}{}
34816 \end_layout
34817
34818 \begin_layout Standard
34819 Wenn Sie Text einfärben, lädt LyX das Paket 
34820 \series bold
34821 color
34822 \series default
34823  automatisch.
34824 \begin_inset Foot
34825 status collapsed
34826
34827 \begin_layout Plain Layout
34828 Der Befehl 
34829 \series bold
34830
34831 \backslash
34832 @ifundefined
34833 \series default
34834  vermeidet, dass es in diesem Fall doppelt geladen wird.
34835 \end_layout
34836
34837 \end_inset
34838
34839
34840 \end_layout
34841
34842 \begin_layout Standard
34843 \begin_inset VSpace medskip
34844 \end_inset
34845
34846 Colorboxen werden mit dem Befehl 
34847 \series bold
34848
34849 \backslash
34850 colorbox
34851 \series default
34852  erzeugt:
34853 \end_layout
34854
34855 \begin_layout Standard
34856
34857 \series bold
34858
34859 \backslash
34860 colorbox{Farbe}{Boxinhalt}
34861 \end_layout
34862
34863 \begin_layout Standard
34864 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
34865  Boxen sein.
34866 \end_layout
34867
34868 \begin_layout Standard
34869 Die folgenden Farben sind vordefiniert:
34870 \family sans
34871  schwarz
34872 \family default
34873
34874 \family sans
34875 wei
34876 \family default
34877 ß, 
34878 \family sans
34879 rot
34880 \family default
34881 \series bold
34882 ,
34883 \series default
34884  
34885 \family sans
34886 grün
34887 \family default
34888
34889 \family sans
34890 blau
34891 \family default
34892
34893 \family sans
34894 türkis
34895 \family default
34896
34897 \family sans
34898 purpurrot
34899 \family default
34900  und 
34901 \family sans
34902 gelb
34903 \family default
34904 .
34905 \end_layout
34906
34907 \begin_layout Standard
34908 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
34909 \begin_inset space ~
34910 \end_inset
34911
34912
34913 \begin_inset CommandInset ref
34914 LatexCommand ref
34915 reference "abs:Farbige-Tabellen"
34916
34917 \end_inset
34918
34919  beschrieben.
34920 \end_layout
34921
34922 \begin_layout Standard
34923 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
34924  den TeX-Code-Befehl
34925 \end_layout
34926
34927 \begin_layout Standard
34928
34929 \series bold
34930
34931 \backslash
34932 colorbox{red}{
34933 \end_layout
34934
34935 \begin_layout Standard
34936 vor dem Wort ein.
34937  Hinter dem Wort fügen Sie 
34938 \series bold
34939
34940 \begin_inset Quotes gld
34941 \end_inset
34942
34943 }
34944 \series default
34945
34946 \begin_inset Quotes grd
34947 \end_inset
34948
34949  als TeX-Code ein.
34950  Hier ist das Ergebnis:
34951 \end_layout
34952
34953 \begin_layout Standard
34954 In dieser Zeile hat 
34955 \begin_inset ERT
34956 status collapsed
34957
34958 \begin_layout Plain Layout
34959
34960
34961 \backslash
34962 colorbox{red}{
34963 \end_layout
34964
34965 \end_inset
34966
34967 Achtung!
34968 \begin_inset ERT
34969 status collapsed
34970
34971 \begin_layout Plain Layout
34972
34973 }
34974 \end_layout
34975
34976 \end_inset
34977
34978  einen roten Hintergrund.
34979 \end_layout
34980
34981 \begin_layout Standard
34982 \begin_inset VSpace bigskip
34983 \end_inset
34984
34985 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
34986  
34987 \series bold
34988
34989 \backslash
34990 fcolorbox
34991 \series default
34992  verwenden:
34993 \end_layout
34994
34995 \begin_layout Standard
34996
34997 \series bold
34998
34999 \backslash
35000 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
35001 \end_layout
35002
35003 \begin_layout Standard
35004
35005 \series bold
35006
35007 \backslash
35008 fcolorbox
35009 \series default
35010  ist eine Erweiterung von 
35011 \series bold
35012
35013 \backslash
35014 colorbox
35015 \series default
35016 .
35017  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
35018  
35019 \series bold
35020
35021 \backslash
35022 fboxrule
35023 \series default
35024  und 
35025 \series bold
35026
35027 \backslash
35028 fboxsep
35029 \series default
35030  gesteuert werden, wie in Abschnitt
35031 \begin_inset space ~
35032 \end_inset
35033
35034
35035 \begin_inset CommandInset ref
35036 LatexCommand ref
35037 reference "uab:Verzierung"
35038
35039 \end_inset
35040
35041  beschrieben.
35042 \end_layout
35043
35044 \begin_layout Standard
35045 Für das folgende Beispiel wurde der Befehl
35046 \end_layout
35047
35048 \begin_layout Standard
35049
35050 \series bold
35051
35052 \backslash
35053 fcolorbox{cyan}{magenta}{
35054 \end_layout
35055
35056 \begin_layout Standard
35057 benutzt.
35058  Hier wurden die Rahmendicke und der Abstand auf 1
35059 \begin_inset space \thinspace{}
35060 \end_inset
35061
35062 mm gesetzt:
35063 \begin_inset Newline newline
35064 \end_inset
35065
35066
35067 \begin_inset ERT
35068 status collapsed
35069
35070 \begin_layout Plain Layout
35071
35072
35073 \backslash
35074 fboxrule 1mm 
35075 \backslash
35076 fboxsep 1mm
35077 \end_layout
35078
35079 \end_inset
35080
35081
35082 \begin_inset ERT
35083 status collapsed
35084
35085 \begin_layout Plain Layout
35086
35087
35088 \backslash
35089 fcolorbox{cyan}{green}{
35090 \end_layout
35091
35092 \end_inset
35093
35094 Dies ist Text in einer farbigen, gerahmten Box.
35095 \begin_inset ERT
35096 status collapsed
35097
35098 \begin_layout Plain Layout
35099
35100 }
35101 \end_layout
35102
35103 \end_inset
35104
35105
35106 \end_layout
35107
35108 \begin_layout Standard
35109 \begin_inset VSpace bigskip
35110 \end_inset
35111
35112 Natürlich gibt es auch farbigen Text in einer Colorbox:
35113 \begin_inset Newline newline
35114 \end_inset
35115
35116
35117 \begin_inset ERT
35118 status collapsed
35119
35120 \begin_layout Plain Layout
35121
35122
35123 \backslash
35124 fcolorbox{cyan}{green}{
35125 \end_layout
35126
35127 \end_inset
35128
35129
35130 \color yellow
35131 Dies ist farbiger Text in einer farbigen, gerahmten Box.
35132 \color none
35133
35134 \begin_inset ERT
35135 status collapsed
35136
35137 \begin_layout Plain Layout
35138
35139 }
35140 \end_layout
35141
35142 \end_inset
35143
35144
35145 \begin_inset ERT
35146 status collapsed
35147
35148 \begin_layout Plain Layout
35149
35150
35151 \backslash
35152 fboxrule 0.4pt 
35153 \backslash
35154 fboxsep 3pt
35155 \end_layout
35156
35157 \end_inset
35158
35159
35160 \end_layout
35161
35162 \begin_layout Standard
35163 \begin_inset VSpace bigskip
35164 \end_inset
35165
35166
35167 \end_layout
35168
35169 \begin_layout Standard
35170 \begin_inset Note Greyedout
35171 status open
35172
35173 \begin_layout Plain Layout
35174 \noindent
35175
35176 \series bold
35177 Bemerkung:
35178 \series default
35179  Text in Colorboxen kann nicht umgebrochen werden.
35180  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
35181  wie im folgenden beschrieben.
35182 \end_layout
35183
35184 \end_inset
35185
35186
35187 \end_layout
35188
35189 \begin_layout Subsection
35190 Farbe für Absätze
35191 \begin_inset CommandInset label
35192 LatexCommand label
35193 name "uab:Farbe-für-Absätze"
35194
35195 \end_inset
35196
35197
35198 \begin_inset Index idx
35199 status collapsed
35200
35201 \begin_layout Plain Layout
35202 Farbe ! für Absätze
35203 \end_layout
35204
35205 \end_inset
35206
35207
35208 \end_layout
35209
35210 \begin_layout Standard
35211 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
35212  den Text in eine Minipage stellen.
35213  Vor der Minipage fügen Sie den TeX-Code-Befehl
35214 \end_layout
35215
35216 \begin_layout Standard
35217
35218 \series bold
35219
35220 \backslash
35221 colorbox{color}{
35222 \end_layout
35223
35224 \begin_layout Standard
35225 ein.
35226  Hinter der Minipage fügen Sie 
35227 \series bold
35228
35229 \begin_inset Quotes gld
35230 \end_inset
35231
35232 }
35233 \series default
35234
35235 \begin_inset Quotes grd
35236 \end_inset
35237
35238  als TeX-Code ein.
35239 \end_layout
35240
35241 \begin_layout Standard
35242 \begin_inset ERT
35243 status collapsed
35244
35245 \begin_layout Plain Layout
35246
35247
35248 \backslash
35249 colorbox{hellgrau}{
35250 \end_layout
35251
35252 \end_inset
35253
35254
35255 \begin_inset Box Frameless
35256 position "t"
35257 hor_pos "c"
35258 has_inner_box 1
35259 inner_pos "t"
35260 use_parbox 0
35261 use_makebox 0
35262 width "100col%"
35263 special "none"
35264 height "1in"
35265 height_special "totalheight"
35266 status collapsed
35267
35268 \begin_layout Plain Layout
35269 Dies ist Text mit einer Hintergrundfarbe.
35270  Dies ist Text mit einer Hintergrundfarbe.
35271 \end_layout
35272
35273 \begin_layout Plain Layout
35274 Der Text kann Fußnoten
35275 \begin_inset Foot
35276 status open
35277
35278 \begin_layout Plain Layout
35279 Eine weitere Fußnote
35280 \end_layout
35281
35282 \end_inset
35283
35284  und Tabellen und Abbildungen enthalten.
35285 \end_layout
35286
35287 \begin_layout Plain Layout
35288 \align center
35289 \begin_inset Tabular
35290 <lyxtabular version="3" rows="3" columns="3">
35291 <features rotate="0" tabularvalignment="middle">
35292 <column alignment="center" valignment="top" width="0">
35293 <column alignment="center" valignment="top" width="0">
35294 <column alignment="center" valignment="top" width="0">
35295 <row>
35296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35297 \begin_inset Text
35298
35299 \begin_layout Plain Layout
35300 a
35301 \end_layout
35302
35303 \end_inset
35304 </cell>
35305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35306 \begin_inset Text
35307
35308 \begin_layout Plain Layout
35309 !
35310 \end_layout
35311
35312 \end_inset
35313 </cell>
35314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35315 \begin_inset Text
35316
35317 \begin_layout Plain Layout
35318 3
35319 \end_layout
35320
35321 \end_inset
35322 </cell>
35323 </row>
35324 <row>
35325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35326 \begin_inset Text
35327
35328 \begin_layout Plain Layout
35329 <
35330 \end_layout
35331
35332 \end_inset
35333 </cell>
35334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35335 \begin_inset Text
35336
35337 \begin_layout Plain Layout
35338 b2
35339 \begin_inset Quotes erd
35340 \end_inset
35341
35342 |
35343 \end_layout
35344
35345 \end_inset
35346 </cell>
35347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35348 \begin_inset Text
35349
35350 \begin_layout Plain Layout
35351 >
35352 \end_layout
35353
35354 \end_inset
35355 </cell>
35356 </row>
35357 <row>
35358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35359 \begin_inset Text
35360
35361 \begin_layout Plain Layout
35362 1
35363 \end_layout
35364
35365 \end_inset
35366 </cell>
35367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35368 \begin_inset Text
35369
35370 \begin_layout Plain Layout
35371 §
35372 \end_layout
35373
35374 \end_inset
35375 </cell>
35376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35377 \begin_inset Text
35378
35379 \begin_layout Plain Layout
35380 c
35381 \end_layout
35382
35383 \end_inset
35384 </cell>
35385 </row>
35386 </lyxtabular>
35387
35388 \end_inset
35389
35390
35391 \end_layout
35392
35393 \end_inset
35394
35395
35396 \begin_inset ERT
35397 status collapsed
35398
35399 \begin_layout Plain Layout
35400
35401 }
35402 \end_layout
35403
35404 \end_inset
35405
35406
35407 \end_layout
35408
35409 \begin_layout Section
35410 Rotierte und skalierte Boxen
35411 \end_layout
35412
35413 \begin_layout Standard
35414 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
35415 \series bold
35416 graphicx
35417 \series default
35418
35419 \begin_inset Index idx
35420 status collapsed
35421
35422 \begin_layout Plain Layout
35423 LaTeX-Pakete ! graphicx
35424 \end_layout
35425
35426 \end_inset
35427
35428  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
35429 \end_layout
35430
35431 \begin_layout Standard
35432
35433 \series bold
35434
35435 \backslash
35436 @ifundefined{rotatebox}
35437 \begin_inset Newline newline
35438 \end_inset
35439
35440
35441 \begin_inset Phantom HPhantom
35442 status open
35443
35444 \begin_layout Plain Layout
35445
35446 \series bold
35447 \begin_inset space ~
35448 \end_inset
35449
35450
35451 \end_layout
35452
35453 \end_inset
35454
35455 {
35456 \backslash
35457 usepackage{graphicx}}{}
35458 \end_layout
35459
35460 \begin_layout Standard
35461 \begin_inset Note Greyedout
35462 status open
35463
35464 \begin_layout Plain Layout
35465
35466 \series bold
35467 Achtung:
35468 \series default
35469  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
35470 \end_layout
35471
35472 \end_inset
35473
35474
35475 \end_layout
35476
35477 \begin_layout Standard
35478 \begin_inset Note Greyedout
35479 status open
35480
35481 \begin_layout Plain Layout
35482
35483 \series bold
35484 Achtung:
35485 \series default
35486  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
35487 \end_layout
35488
35489 \end_inset
35490
35491
35492 \end_layout
35493
35494 \begin_layout Subsection
35495 Rotierte Boxen
35496 \begin_inset Index idx
35497 status collapsed
35498
35499 \begin_layout Plain Layout
35500 Boxen ! rotierte
35501 \end_layout
35502
35503 \end_inset
35504
35505
35506 \begin_inset Index idx
35507 status collapsed
35508
35509 \begin_layout Plain Layout
35510 Rotiertes Material
35511 \end_layout
35512
35513 \end_inset
35514
35515
35516 \end_layout
35517
35518 \begin_layout Standard
35519 Um Text zu drehen, verwendet man den Befehl 
35520 \series bold
35521
35522 \backslash
35523 rotatebox
35524 \series default
35525  im TeX-Code nach folgendem Schema:
35526 \end_layout
35527
35528 \begin_layout Standard
35529
35530 \series bold
35531
35532 \backslash
35533 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
35534 \end_layout
35535
35536 \begin_layout Standard
35537 Der Drehpunkt wird mit 
35538 \series bold
35539 origin=Position
35540 \series default
35541  angegeben.
35542  Folgende Positionen sind möglich: 
35543 \emph on
35544 c
35545 \emph default
35546  (mittig), 
35547 \emph on
35548 l
35549 \emph default
35550  (links), 
35551 \emph on
35552 r
35553 \emph default
35554  (rechts), 
35555 \emph on
35556 b
35557 \emph default
35558  (unten), 
35559 \emph on
35560 t
35561 \emph default
35562  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
35563  Z.
35564 \begin_inset space \thinspace{}
35565 \end_inset
35566
35567 B.
35568  bedeutet 
35569 \emph on
35570 lt
35571 \emph default
35572 , dass sich der Drehpunkt links oben befindet.
35573  Wird kein Drehpunkt angegeben, wird die Position 
35574 \emph on
35575 l
35576 \emph default
35577  verwendet.
35578  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
35579  Gedreht wird gegen den Uhrzeigersinn.
35580 \end_layout
35581
35582 \begin_layout Standard
35583 Im folgenden Beispiel wurde vor dem Text der Befehl 
35584 \series bold
35585
35586 \backslash
35587 rotatebox[origin=c]{60}{
35588 \series default
35589  im TeX-Modus eingegeben.
35590  Nach dem Text wurde die schließende Klammer 
35591 \series bold
35592 }
35593 \series default
35594  wiederum im TeX-Modus eingegeben.
35595 \end_layout
35596
35597 \begin_layout Standard
35598 Dies ist eine Zeile 
35599 \begin_inset ERT
35600 status collapsed
35601
35602 \begin_layout Plain Layout
35603
35604
35605 \backslash
35606 rotatebox[origin=c]{60}{
35607 \end_layout
35608
35609 \end_inset
35610
35611 mit rotiertem
35612 \begin_inset ERT
35613 status collapsed
35614
35615 \begin_layout Plain Layout
35616
35617 }
35618 \end_layout
35619
35620 \end_inset
35621
35622  Text.
35623 \end_layout
35624
35625 \begin_layout Standard
35626 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
35627 \end_layout
35628
35629 \begin_layout Standard
35630 Dies ist eine Zeile 
35631 \begin_inset ERT
35632 status collapsed
35633
35634 \begin_layout Plain Layout
35635
35636
35637 \backslash
35638 rotatebox[origin=r]{-60}{
35639 \end_layout
35640
35641 \end_inset
35642
35643
35644 \begin_inset Box Doublebox
35645 position "c"
35646 hor_pos "c"
35647 has_inner_box 0
35648 inner_pos "c"
35649 use_parbox 0
35650 use_makebox 0
35651 width "1in"
35652 special "width"
35653 height "1in"
35654 height_special "totalheight"
35655 status collapsed
35656
35657 \begin_layout Plain Layout
35658 mit rotiertem
35659 \end_layout
35660
35661 \end_inset
35662
35663
35664 \begin_inset ERT
35665 status collapsed
35666
35667 \begin_layout Plain Layout
35668
35669 }
35670 \end_layout
35671
35672 \end_inset
35673
35674  umrandeten Text 
35675 \begin_inset ERT
35676 status collapsed
35677
35678 \begin_layout Plain Layout
35679
35680
35681 \backslash
35682 rotatebox[origin=lb]{60}{
35683 \end_layout
35684
35685 \end_inset
35686
35687
35688 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35689 \end_inset
35690
35691
35692 \begin_inset ERT
35693 status collapsed
35694
35695 \begin_layout Plain Layout
35696
35697 }
35698 \end_layout
35699
35700 \end_inset
35701
35702  und einer Formel.
35703 \end_layout
35704
35705 \begin_layout Standard
35706 Oder ein Bild oder Tabelle:
35707 \end_layout
35708
35709 \begin_layout Standard
35710 Dies ist eine Zeile 
35711 \begin_inset ERT
35712 status collapsed
35713
35714 \begin_layout Plain Layout
35715
35716
35717 \backslash
35718 rotatebox[origin=lb]{90}{
35719 \end_layout
35720
35721 \end_inset
35722
35723
35724 \begin_inset Graphics
35725         filename ../clipart/platypus.eps
35726         lyxscale 50
35727         width 25col%
35728
35729 \end_inset
35730
35731
35732 \begin_inset ERT
35733 status collapsed
35734
35735 \begin_layout Plain Layout
35736
35737 }
35738 \end_layout
35739
35740 \end_inset
35741
35742  mit einem rotierten Bild 
35743 \begin_inset ERT
35744 status collapsed
35745
35746 \begin_layout Plain Layout
35747
35748
35749 \backslash
35750 rotatebox[origin=l]{-90}{
35751 \end_layout
35752
35753 \end_inset
35754
35755
35756 \begin_inset Tabular
35757 <lyxtabular version="3" rows="2" columns="2">
35758 <features rotate="0" tabularvalignment="middle">
35759 <column alignment="center" valignment="top" width="0">
35760 <column alignment="center" valignment="top" width="0">
35761 <row>
35762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35763 \begin_inset Text
35764
35765 \begin_layout Plain Layout
35766 q
35767 \end_layout
35768
35769 \end_inset
35770 </cell>
35771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35772 \begin_inset Text
35773
35774 \begin_layout Plain Layout
35775 w
35776 \end_layout
35777
35778 \end_inset
35779 </cell>
35780 </row>
35781 <row>
35782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35783 \begin_inset Text
35784
35785 \begin_layout Plain Layout
35786 e
35787 \end_layout
35788
35789 \end_inset
35790 </cell>
35791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35792 \begin_inset Text
35793
35794 \begin_layout Plain Layout
35795 r
35796 \end_layout
35797
35798 \end_inset
35799 </cell>
35800 </row>
35801 </lyxtabular>
35802
35803 \end_inset
35804
35805
35806 \begin_inset ERT
35807 status collapsed
35808
35809 \begin_layout Plain Layout
35810
35811 }
35812 \end_layout
35813
35814 \end_inset
35815
35816  und Tabelle.
35817 \begin_inset Index idx
35818 status collapsed
35819
35820 \begin_layout Plain Layout
35821 Abbildungen ! rotierte
35822 \end_layout
35823
35824 \end_inset
35825
35826
35827 \begin_inset Index idx
35828 status collapsed
35829
35830 \begin_layout Plain Layout
35831 Tabellen ! rotierte
35832 \end_layout
35833
35834 \end_inset
35835
35836
35837 \end_layout
35838
35839 \begin_layout Subsection
35840 Skalierte Boxen
35841 \begin_inset Index idx
35842 status collapsed
35843
35844 \begin_layout Plain Layout
35845 Boxen ! skalierte
35846 \end_layout
35847
35848 \end_inset
35849
35850
35851 \begin_inset Index idx
35852 status collapsed
35853
35854 \begin_layout Plain Layout
35855 Skaliertes Material
35856 \end_layout
35857
35858 \end_inset
35859
35860
35861 \end_layout
35862
35863 \begin_layout Standard
35864 Um Text zu skalieren, kann man die Befehle 
35865 \series bold
35866
35867 \backslash
35868 scalebox
35869 \series default
35870  und 
35871 \series bold
35872
35873 \backslash
35874 resizebox
35875 \series default
35876  im TeX-Modus verwenden.
35877 \end_layout
35878
35879 \begin_layout Standard
35880
35881 \series bold
35882
35883 \backslash
35884 scalebox
35885 \series default
35886  wird nach folgendem Schema verwendet:
35887 \end_layout
35888
35889 \begin_layout Standard
35890
35891 \series bold
35892
35893 \backslash
35894 scalebox{horizontal}[vertikal]{Boxinhalt}
35895 \end_layout
35896
35897 \begin_layout Standard
35898 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
35899  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
35900  verwendet.
35901 \end_layout
35902
35903 \begin_layout Standard
35904 Z.
35905 \begin_inset space \thinspace{}
35906 \end_inset
35907
35908 B.
35909  ergibt der Befehl 
35910 \series bold
35911
35912 \backslash
35913 scalebox{2}{Hallo}
35914 \series default
35915  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
35916 \begin_inset ERT
35917 status collapsed
35918
35919 \begin_layout Plain Layout
35920
35921
35922 \backslash
35923 scalebox{2}{
35924 \end_layout
35925
35926 \end_inset
35927
35928 Hallo
35929 \begin_inset ERT
35930 status collapsed
35931
35932 \begin_layout Plain Layout
35933
35934 }
35935 \end_layout
35936
35937 \end_inset
35938
35939 .
35940 \end_layout
35941
35942 \begin_layout Standard
35943
35944 \series bold
35945
35946 \backslash
35947 scalebox{2}[1]{Hallo}
35948 \series default
35949  verzerrt hingegen das 
35950 \begin_inset ERT
35951 status collapsed
35952
35953 \begin_layout Plain Layout
35954
35955
35956 \backslash
35957 scalebox{2}[1]{
35958 \end_layout
35959
35960 \end_inset
35961
35962 Hallo
35963 \begin_inset ERT
35964 status collapsed
35965
35966 \begin_layout Plain Layout
35967
35968 }
35969 \end_layout
35970
35971 \end_inset
35972
35973 .
35974 \end_layout
35975
35976 \begin_layout Standard
35977 Die Skalierungsfaktoren dürfen auch negativ sein.
35978  In diesem Fall wird der Boxinhalt gespiegelt.
35979 \end_layout
35980
35981 \begin_layout Standard
35982 Daher lässt sich mit dem Befehl 
35983 \series bold
35984
35985 \backslash
35986 scalebox{-1}[1]{Hallo}
35987 \series default
35988  Spiegelschrift erstellen: 
35989 \begin_inset ERT
35990 status collapsed
35991
35992 \begin_layout Plain Layout
35993
35994
35995 \backslash
35996 scalebox{-1}[1]{
35997 \end_layout
35998
35999 \end_inset
36000
36001 Hallo
36002 \begin_inset ERT
36003 status collapsed
36004
36005 \begin_layout Plain Layout
36006
36007 }
36008 \end_layout
36009
36010 \end_inset
36011
36012
36013 \end_layout
36014
36015 \begin_layout Standard
36016
36017 \series bold
36018
36019 \backslash
36020 scalebox{1}[-1]{Hallo}
36021 \series default
36022  spiegelt das 
36023 \begin_inset ERT
36024 status collapsed
36025
36026 \begin_layout Plain Layout
36027
36028
36029 \backslash
36030 scalebox{1}[-1]{
36031 \end_layout
36032
36033 \end_inset
36034
36035 Hallo
36036 \begin_inset ERT
36037 status collapsed
36038
36039 \begin_layout Plain Layout
36040
36041 }
36042 \end_layout
36043
36044 \end_inset
36045
36046  an der Grundlinie.
36047 \end_layout
36048
36049 \begin_layout Standard
36050 Zu 
36051 \series bold
36052
36053 \backslash
36054 scalebox{-1}[1]{Boxinhalt}
36055 \series default
36056  gibt es den äquivalenten Befehl
36057 \begin_inset Newline newline
36058 \end_inset
36059
36060
36061 \series bold
36062
36063 \backslash
36064 reflectbox{Boxinhalt}
36065 \series default
36066 .
36067 \end_layout
36068
36069 \begin_layout Standard
36070 \begin_inset VSpace bigskip
36071 \end_inset
36072
36073
36074 \series bold
36075
36076 \backslash
36077 resizebox
36078 \series default
36079  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
36080  skalieren.
36081  Das Befehlsschema ist folgendes:
36082 \end_layout
36083
36084 \begin_layout Standard
36085
36086 \series bold
36087
36088 \backslash
36089 resizebox{Breite}{Höhe}{Boxinhalt}
36090 \end_layout
36091
36092 \begin_layout Standard
36093 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
36094 \series bold
36095 !
36096 \series default
36097  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
36098  wird.
36099 \end_layout
36100
36101 \begin_layout Standard
36102 Der Befehl 
36103 \series bold
36104
36105 \backslash
36106 resizebox{2cm}{1cm}{Hallo}
36107 \series default
36108  ergibt: 
36109 \begin_inset ERT
36110 status collapsed
36111
36112 \begin_layout Plain Layout
36113
36114
36115 \backslash
36116 resizebox{2cm}{1cm}{
36117 \end_layout
36118
36119 \end_inset
36120
36121 Hallo
36122 \begin_inset ERT
36123 status collapsed
36124
36125 \begin_layout Plain Layout
36126
36127 }
36128 \end_layout
36129
36130 \end_inset
36131
36132
36133 \begin_inset Newline newline
36134 \end_inset
36135
36136 Der Befehl 
36137 \series bold
36138
36139 \backslash
36140 resizebox{2cm}{!}{Hallo}
36141 \series default
36142  ergibt: 
36143 \begin_inset ERT
36144 status collapsed
36145
36146 \begin_layout Plain Layout
36147
36148
36149 \backslash
36150 resizebox{2cm}{!}{
36151 \end_layout
36152
36153 \end_inset
36154
36155 Hallo
36156 \begin_inset ERT
36157 status collapsed
36158
36159 \begin_layout Plain Layout
36160
36161 }
36162 \end_layout
36163
36164 \end_inset
36165
36166
36167 \end_layout
36168
36169 \begin_layout Standard
36170 \begin_inset VSpace bigskip
36171 \end_inset
36172
36173
36174 \begin_inset Note Greyedout
36175 status open
36176
36177 \begin_layout Plain Layout
36178
36179 \series bold
36180 Bemerkung:
36181 \series default
36182  Wurde in Argumenten von 
36183 \series bold
36184
36185 \backslash
36186 scalebox
36187 \series default
36188  oder 
36189 \series bold
36190
36191 \backslash
36192 resizebox
36193 \series default
36194  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
36195  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
36196  werden.
36197 \end_layout
36198
36199 \end_inset
36200
36201
36202 \end_layout
36203
36204 \begin_layout Standard
36205 \begin_inset VSpace bigskip
36206 \end_inset
36207
36208
36209 \end_layout
36210
36211 \begin_layout Standard
36212 Alle Boxen können beliebig miteinander kombiniert werden.
36213  So ergibt z.
36214 \begin_inset space \thinspace{}
36215 \end_inset
36216
36217 B.
36218  der Befehl
36219 \begin_inset Newline newline
36220 \end_inset
36221
36222
36223 \series bold
36224
36225 \backslash
36226 rotatebox[origin=c]{-45}{
36227 \backslash
36228 resizebox{2cm}{!}{
36229 \backslash
36230 reflectbox{Hallo}}}
36231 \series default
36232 :
36233 \end_layout
36234
36235 \begin_layout Standard
36236 \align center
36237 \begin_inset ERT
36238 status collapsed
36239
36240 \begin_layout Plain Layout
36241
36242
36243 \backslash
36244 rotatebox[origin=c]{-45}{
36245 \backslash
36246 resizebox{2cm}{!}{
36247 \backslash
36248 reflectbox{
36249 \end_layout
36250
36251 \end_inset
36252
36253 Hallo
36254 \begin_inset ERT
36255 status collapsed
36256
36257 \begin_layout Plain Layout
36258
36259 }}}
36260 \end_layout
36261
36262 \end_inset
36263
36264
36265 \end_layout
36266
36267 \begin_layout Standard
36268 \noindent
36269 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
36270 \end_layout
36271
36272 \begin_layout Standard
36273 \align center
36274 \begin_inset ERT
36275 status collapsed
36276
36277 \begin_layout Plain Layout
36278
36279
36280 \backslash
36281 rotatebox[origin=c]{-30}{
36282 \backslash
36283 resizebox{2cm}{!}{
36284 \backslash
36285 reflectbox{
36286 \end_layout
36287
36288 \end_inset
36289
36290
36291 \begin_inset Graphics
36292         filename ../clipart/platypus.eps
36293         lyxscale 50
36294         width 25col%
36295
36296 \end_inset
36297
36298
36299 \begin_inset ERT
36300 status collapsed
36301
36302 \begin_layout Plain Layout
36303
36304 }}}
36305 \end_layout
36306
36307 \end_inset
36308
36309
36310 \begin_inset ERT
36311 status collapsed
36312
36313 \begin_layout Plain Layout
36314
36315
36316 \backslash
36317 rotatebox[origin=c]{-45}{
36318 \backslash
36319 resizebox{2cm}{!}{
36320 \backslash
36321 reflectbox{
36322 \end_layout
36323
36324 \end_inset
36325
36326
36327 \begin_inset Tabular
36328 <lyxtabular version="3" rows="2" columns="2">
36329 <features rotate="0" tabularvalignment="middle">
36330 <column alignment="center" valignment="top" width="0">
36331 <column alignment="center" valignment="top" width="0">
36332 <row>
36333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36334 \begin_inset Text
36335
36336 \begin_layout Plain Layout
36337 q
36338 \end_layout
36339
36340 \end_inset
36341 </cell>
36342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36343 \begin_inset Text
36344
36345 \begin_layout Plain Layout
36346 w
36347 \end_layout
36348
36349 \end_inset
36350 </cell>
36351 </row>
36352 <row>
36353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36354 \begin_inset Text
36355
36356 \begin_layout Plain Layout
36357 e
36358 \end_layout
36359
36360 \end_inset
36361 </cell>
36362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36363 \begin_inset Text
36364
36365 \begin_layout Plain Layout
36366 r
36367 \end_layout
36368
36369 \end_inset
36370 </cell>
36371 </row>
36372 </lyxtabular>
36373
36374 \end_inset
36375
36376
36377 \begin_inset ERT
36378 status collapsed
36379
36380 \begin_layout Plain Layout
36381
36382 }}}
36383 \end_layout
36384
36385 \end_inset
36386
36387
36388 \begin_inset ERT
36389 status collapsed
36390
36391 \begin_layout Plain Layout
36392
36393
36394 \backslash
36395 rotatebox[origin=c]{-45}{
36396 \backslash
36397 resizebox{2cm}{!}{
36398 \backslash
36399 reflectbox{
36400 \end_layout
36401
36402 \end_inset
36403
36404
36405 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36406 \end_inset
36407
36408
36409 \begin_inset ERT
36410 status collapsed
36411
36412 \begin_layout Plain Layout
36413
36414 }}}
36415 \end_layout
36416
36417 \end_inset
36418
36419
36420 \begin_inset Index idx
36421 status collapsed
36422
36423 \begin_layout Plain Layout
36424 Abbildungen ! skalierte
36425 \end_layout
36426
36427 \end_inset
36428
36429
36430 \begin_inset Index idx
36431 status collapsed
36432
36433 \begin_layout Plain Layout
36434 Tabellen ! skalierte
36435 \end_layout
36436
36437 \end_inset
36438
36439
36440 \end_layout
36441
36442 \begin_layout Standard
36443 Hat man den globalen Formelstil 
36444 \series bold
36445 fleqn
36446 \series default
36447
36448 \begin_inset Foot
36449 status collapsed
36450
36451 \begin_layout Plain Layout
36452 Wenn 
36453 \begin_inset Quotes gld
36454 \end_inset
36455
36456 fleqn
36457 \begin_inset Quotes grd
36458 \end_inset
36459
36460  zu den Dokumentklassen-Optionen hinzugefügt wurde.
36461 \end_layout
36462
36463 \end_inset
36464
36465  gewählt, kann man auch abgesetzte Formeln skalieren.
36466 \end_layout
36467
36468 \begin_layout Chapter
36469 Umflossene Objekte
36470 \begin_inset Index idx
36471 status collapsed
36472
36473 \begin_layout Plain Layout
36474 Umflossene Objekte
36475 \end_layout
36476
36477 \end_inset
36478
36479
36480 \end_layout
36481
36482 \begin_layout Section
36483 Umflossene Gleitobjekte
36484 \begin_inset CommandInset label
36485 LatexCommand label
36486 name "abs:Umflossene-Gleitobjekte"
36487
36488 \end_inset
36489
36490
36491 \begin_inset Index idx
36492 status collapsed
36493
36494 \begin_layout Plain Layout
36495 Gleitobjekte ! umflossene
36496 \end_layout
36497
36498 \end_inset
36499
36500
36501 \begin_inset Index idx
36502 status collapsed
36503
36504 \begin_layout Plain Layout
36505 Umflossene Objekte ! Gleitobjekte
36506 \end_layout
36507
36508 \end_inset
36509
36510
36511 \end_layout
36512
36513 \begin_layout Standard
36514 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
36515  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
36516  den die Abbildung bzw.
36517 \begin_inset space ~
36518 \end_inset
36519
36520 Tabelle übrig lässt.
36521  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
36522  Sie werden über das Menü
36523 \family sans
36524  Einfügen\SpecialChar \menuseparator
36525 Gleitobjekt\SpecialChar \menuseparator
36526 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
36527 objekt
36528 \family default
36529  eingefügt, wenn das LaTeX-Paket 
36530 \series bold
36531 wrapfig
36532 \series default
36533
36534 \begin_inset Index idx
36535 status collapsed
36536
36537 \begin_layout Plain Layout
36538 LaTeX-Pakete ! wrapfig
36539 \end_layout
36540
36541 \end_inset
36542
36543  installiert ist.
36544 \begin_inset Foot
36545 status collapsed
36546
36547 \begin_layout Plain Layout
36548 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
36549 \emph on
36550 LaTeX-Konfiguration
36551 \emph default
36552  beschrieben.
36553 \end_layout
36554
36555 \end_inset
36556
36557  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
36558  Box des Gleitobjekts geändert werden.
36559  
36560 \begin_inset Wrap figure
36561 lines 0
36562 placement l
36563 overhang 1cm
36564 width "40col%"
36565 status open
36566
36567 \begin_layout Plain Layout
36568 \begin_inset Graphics
36569         filename ../clipart/mobius.eps
36570         width 40col%
36571         scaleBeforeRotation
36572         rotateOrigin center
36573
36574 \end_inset
36575
36576
36577 \end_layout
36578
36579 \begin_layout Plain Layout
36580 \begin_inset Caption Standard
36581
36582 \begin_layout Plain Layout
36583 \begin_inset CommandInset label
36584 LatexCommand label
36585 name "abb:Dies-ist-eine"
36586
36587 \end_inset
36588
36589 Dies ist eine umflossene Gleitobjekt-Abbildung
36590 \end_layout
36591
36592 \end_inset
36593
36594
36595 \end_layout
36596
36597 \end_inset
36598
36599  Obligatorische Einstellungen sind die 
36600 \family sans
36601 Breite
36602 \family default
36603  und 
36604 \family sans
36605 Platzierung
36606 \family default
36607  des Gleitobjekts.
36608  Optional sind der 
36609 \family sans
36610 Überhang 
36611 \family default
36612 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
36613 \begin_inset space \thinspace{}
36614 \end_inset
36615
36616 /
36617 \begin_inset space \thinspace{}
36618 \end_inset
36619
36620 der Seite ragt und die 
36621 \family sans
36622 benötigten Zeilen
36623 \family default
36624 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
36625  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
36626  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
36627  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
36628  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
36629  zu lassen.
36630  Abbildung
36631 \begin_inset space ~
36632 \end_inset
36633
36634
36635 \begin_inset CommandInset ref
36636 LatexCommand ref
36637 reference "abb:Dies-ist-eine"
36638
36639 \end_inset
36640
36641  ist zum Beispiel ein umflossenes Bild, das 40
36642 \begin_inset space \thinspace{}
36643 \end_inset
36644
36645 % der Spaltenbreite einnimmt, 1
36646 \begin_inset space \thinspace{}
36647 \end_inset
36648
36649 cm in den Rand ragt und links gesetzt wurde.
36650 \end_layout
36651
36652 \begin_layout Standard
36653 \begin_inset Note Greyedout
36654 status open
36655
36656 \begin_layout Plain Layout
36657
36658 \series bold
36659 Bemerkung:
36660 \series default
36661  Umflossene Objekte sind fragil! Wenn die Abbildung z.
36662 \begin_inset space \thinspace{}
36663 \end_inset
36664
36665 B.
36666  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
36667  oder über anderen Text gedruckt wird.
36668 \end_layout
36669
36670 \end_inset
36671
36672
36673 \end_layout
36674
36675 \begin_layout Standard
36676 Allgemein gilt für umflossene Gleitobjekte:
36677 \end_layout
36678
36679 \begin_layout Itemize
36680 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
36681  fortgesetzt werden.
36682  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
36683  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
36684 \end_layout
36685
36686 \begin_layout Itemize
36687 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
36688  werden oder darin.
36689 \end_layout
36690
36691 \begin_layout Itemize
36692 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
36693  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
36694 \end_layout
36695
36696 \begin_layout Itemize
36697 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
36698 \end_layout
36699
36700 \begin_layout Itemize
36701 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
36702 \begin_inset space \thinspace{}
36703 \end_inset
36704
36705
36706 \begin_inset CommandInset ref
36707 LatexCommand ref
36708 reference "kap:Gleitobjekte"
36709
36710 \end_inset
36711
36712  beschrieben.
36713 \end_layout
36714
36715 \begin_layout Section
36716 Umflossene Fixe Objekte
36717 \begin_inset Index idx
36718 status collapsed
36719
36720 \begin_layout Plain Layout
36721 Umflossene Objekte ! Fixe Objekte
36722 \end_layout
36723
36724 \end_inset
36725
36726
36727 \end_layout
36728
36729 \begin_layout Standard
36730 Die in Abschnitt
36731 \begin_inset space ~
36732 \end_inset
36733
36734
36735 \begin_inset CommandInset ref
36736 LatexCommand ref
36737 reference "abs:Umflossene-Gleitobjekte"
36738
36739 \end_inset
36740
36741  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
36742 \end_layout
36743
36744 \begin_layout Standard
36745 \noindent
36746 \align center
36747 \begin_inset Tabular
36748 <lyxtabular version="3" rows="2" columns="2">
36749 <features rotate="0" tabularvalignment="middle">
36750 <column alignment="center" valignment="top" width="0">
36751 <column alignment="center" valignment="top" width="0">
36752 <row>
36753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36754 \begin_inset Text
36755
36756 \begin_layout Plain Layout
36757 \begin_inset Graphics
36758         filename ../../images/dialog-show-new-inset_graphics.png
36759         scale 70
36760         scaleBeforeRotation
36761
36762 \end_inset
36763
36764
36765 \end_layout
36766
36767 \end_inset
36768 </cell>
36769 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36770 \begin_inset Text
36771
36772 \begin_layout Plain Layout
36773 Text
36774 \end_layout
36775
36776 \end_inset
36777 </cell>
36778 </row>
36779 <row>
36780 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36781 \begin_inset Text
36782
36783 \begin_layout Plain Layout
36784 Text
36785 \end_layout
36786
36787 \end_inset
36788 </cell>
36789 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36790 \begin_inset Text
36791
36792 \begin_layout Plain Layout
36793 Text
36794 \end_layout
36795
36796 \end_inset
36797 </cell>
36798 </row>
36799 </lyxtabular>
36800
36801 \end_inset
36802
36803  oder 
36804 \begin_inset Tabular
36805 <lyxtabular version="3" rows="2" columns="2">
36806 <features rotate="0" tabularvalignment="middle">
36807 <column alignment="center" valignment="top" width="0">
36808 <column alignment="center" valignment="top" width="0">
36809 <row>
36810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36811 \begin_inset Text
36812
36813 \begin_layout Plain Layout
36814 Text
36815 \end_layout
36816
36817 \end_inset
36818 </cell>
36819 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36820 \begin_inset Text
36821
36822 \begin_layout Plain Layout
36823 \begin_inset Graphics
36824         filename ../../images/dialog-show-new-inset_graphics.png
36825         scale 70
36826         scaleBeforeRotation
36827
36828 \end_inset
36829
36830
36831 \end_layout
36832
36833 \end_inset
36834 </cell>
36835 </row>
36836 <row>
36837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36838 \begin_inset Text
36839
36840 \begin_layout Plain Layout
36841 Text
36842 \end_layout
36843
36844 \end_inset
36845 </cell>
36846 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36847 \begin_inset Text
36848
36849 \begin_layout Plain Layout
36850 Text
36851 \end_layout
36852
36853 \end_inset
36854 </cell>
36855 </row>
36856 </lyxtabular>
36857
36858 \end_inset
36859
36860
36861 \end_layout
36862
36863 \begin_layout Standard
36864 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
36865  wurde, um z.
36866 \begin_inset space \thinspace{}
36867 \end_inset
36868
36869 B.
36870  solche Positionen zu erhalten:
36871 \begin_inset VSpace defskip
36872 \end_inset
36873
36874
36875 \end_layout
36876
36877 \begin_layout Standard
36878 \noindent
36879 \align center
36880 \begin_inset Tabular
36881 <lyxtabular version="3" rows="2" columns="2">
36882 <features rotate="0" tabularvalignment="middle">
36883 <column alignment="center" valignment="top" width="0">
36884 <column alignment="center" valignment="top" width="0">
36885 <row>
36886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36887 \begin_inset Text
36888
36889 \begin_layout Plain Layout
36890 Text
36891 \end_layout
36892
36893 \end_inset
36894 </cell>
36895 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36896 \begin_inset Text
36897
36898 \begin_layout Plain Layout
36899 Text
36900 \end_layout
36901
36902 \end_inset
36903 </cell>
36904 </row>
36905 <row>
36906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36907 \begin_inset Text
36908
36909 \begin_layout Plain Layout
36910 \begin_inset Graphics
36911         filename ../../images/dialog-show-new-inset_graphics.png
36912         scale 70
36913         scaleBeforeRotation
36914
36915 \end_inset
36916
36917
36918 \end_layout
36919
36920 \end_inset
36921 </cell>
36922 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36923 \begin_inset Text
36924
36925 \begin_layout Plain Layout
36926 Text
36927 \end_layout
36928
36929 \end_inset
36930 </cell>
36931 </row>
36932 </lyxtabular>
36933
36934 \end_inset
36935
36936  
36937 \begin_inset Tabular
36938 <lyxtabular version="3" rows="2" columns="2">
36939 <features rotate="0" tabularvalignment="middle">
36940 <column alignment="center" valignment="top" width="0">
36941 <column alignment="center" valignment="top" width="0">
36942 <row>
36943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36944 \begin_inset Text
36945
36946 \begin_layout Plain Layout
36947 Text
36948 \end_layout
36949
36950 \end_inset
36951 </cell>
36952 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36953 \begin_inset Text
36954
36955 \begin_layout Plain Layout
36956 Text
36957 \end_layout
36958
36959 \end_inset
36960 </cell>
36961 </row>
36962 <row>
36963 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36964 \begin_inset Text
36965
36966 \begin_layout Plain Layout
36967 Text
36968 \end_layout
36969
36970 \end_inset
36971 </cell>
36972 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36973 \begin_inset Text
36974
36975 \begin_layout Plain Layout
36976 \begin_inset Graphics
36977         filename ../../images/dialog-show-new-inset_graphics.png
36978         scale 70
36979         scaleBeforeRotation
36980
36981 \end_inset
36982
36983
36984 \end_layout
36985
36986 \end_inset
36987 </cell>
36988 </row>
36989 </lyxtabular>
36990
36991 \end_inset
36992
36993  
36994 \begin_inset Tabular
36995 <lyxtabular version="3" rows="2" columns="3">
36996 <features rotate="0" tabularvalignment="middle">
36997 <column alignment="center" valignment="top" width="0">
36998 <column alignment="center" valignment="top" width="0">
36999 <column alignment="center" valignment="top" width="0">
37000 <row>
37001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37002 \begin_inset Text
37003
37004 \begin_layout Plain Layout
37005 Text
37006 \end_layout
37007
37008 \end_inset
37009 </cell>
37010 <cell alignment="center" valignment="top" topline="true" usebox="none">
37011 \begin_inset Text
37012
37013 \begin_layout Plain Layout
37014 \begin_inset Graphics
37015         filename ../../images/dialog-show-new-inset_graphics.png
37016         scale 70
37017         scaleBeforeRotation
37018
37019 \end_inset
37020
37021
37022 \end_layout
37023
37024 \end_inset
37025 </cell>
37026 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37027 \begin_inset Text
37028
37029 \begin_layout Plain Layout
37030 Text
37031 \end_layout
37032
37033 \end_inset
37034 </cell>
37035 </row>
37036 <row>
37037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37038 \begin_inset Text
37039
37040 \begin_layout Plain Layout
37041 Text
37042 \end_layout
37043
37044 \end_inset
37045 </cell>
37046 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37047 \begin_inset Text
37048
37049 \begin_layout Plain Layout
37050 Text
37051 \end_layout
37052
37053 \end_inset
37054 </cell>
37055 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37056 \begin_inset Text
37057
37058 \begin_layout Plain Layout
37059 Text
37060 \end_layout
37061
37062 \end_inset
37063 </cell>
37064 </row>
37065 </lyxtabular>
37066
37067 \end_inset
37068
37069  
37070 \begin_inset Tabular
37071 <lyxtabular version="3" rows="2" columns="3">
37072 <features rotate="0" tabularvalignment="middle">
37073 <column alignment="center" valignment="top" width="0">
37074 <column alignment="center" valignment="top" width="0">
37075 <column alignment="center" valignment="top" width="0">
37076 <row>
37077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37078 \begin_inset Text
37079
37080 \begin_layout Plain Layout
37081 Text
37082 \end_layout
37083
37084 \end_inset
37085 </cell>
37086 <cell alignment="center" valignment="top" topline="true" usebox="none">
37087 \begin_inset Text
37088
37089 \begin_layout Plain Layout
37090 Text
37091 \end_layout
37092
37093 \end_inset
37094 </cell>
37095 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37096 \begin_inset Text
37097
37098 \begin_layout Plain Layout
37099 Text
37100 \end_layout
37101
37102 \end_inset
37103 </cell>
37104 </row>
37105 <row>
37106 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37107 \begin_inset Text
37108
37109 \begin_layout Plain Layout
37110 Text
37111 \end_layout
37112
37113 \end_inset
37114 </cell>
37115 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37116 \begin_inset Text
37117
37118 \begin_layout Plain Layout
37119 \begin_inset Graphics
37120         filename ../../images/dialog-show-new-inset_graphics.png
37121         scale 70
37122         scaleBeforeRotation
37123
37124 \end_inset
37125
37126
37127 \end_layout
37128
37129 \end_inset
37130 </cell>
37131 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37132 \begin_inset Text
37133
37134 \begin_layout Plain Layout
37135 Text
37136 \end_layout
37137
37138 \end_inset
37139 </cell>
37140 </row>
37141 </lyxtabular>
37142
37143 \end_inset
37144
37145
37146 \end_layout
37147
37148 \begin_layout Standard
37149 \noindent
37150 \align center
37151 \begin_inset Tabular
37152 <lyxtabular version="3" rows="3" columns="2">
37153 <features rotate="0" tabularvalignment="middle">
37154 <column alignment="center" valignment="top" width="0">
37155 <column alignment="center" valignment="top" width="0">
37156 <row>
37157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37158 \begin_inset Text
37159
37160 \begin_layout Plain Layout
37161 Text
37162 \end_layout
37163
37164 \end_inset
37165 </cell>
37166 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37167 \begin_inset Text
37168
37169 \begin_layout Plain Layout
37170 Text
37171 \end_layout
37172
37173 \end_inset
37174 </cell>
37175 </row>
37176 <row>
37177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37178 \begin_inset Text
37179
37180 \begin_layout Plain Layout
37181 \begin_inset Graphics
37182         filename ../../images/dialog-show-new-inset_graphics.png
37183         scale 70
37184         scaleBeforeRotation
37185
37186 \end_inset
37187
37188
37189 \end_layout
37190
37191 \end_inset
37192 </cell>
37193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37194 \begin_inset Text
37195
37196 \begin_layout Plain Layout
37197 Text
37198 \end_layout
37199
37200 \end_inset
37201 </cell>
37202 </row>
37203 <row>
37204 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37205 \begin_inset Text
37206
37207 \begin_layout Plain Layout
37208 Text
37209 \end_layout
37210
37211 \end_inset
37212 </cell>
37213 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37214 \begin_inset Text
37215
37216 \begin_layout Plain Layout
37217 Text
37218 \end_layout
37219
37220 \end_inset
37221 </cell>
37222 </row>
37223 </lyxtabular>
37224
37225 \end_inset
37226
37227  
37228 \begin_inset Tabular
37229 <lyxtabular version="3" rows="3" columns="3">
37230 <features rotate="0" tabularvalignment="middle">
37231 <column alignment="center" valignment="top" width="0">
37232 <column alignment="center" valignment="top" width="0">
37233 <column alignment="center" valignment="top" width="0">
37234 <row>
37235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37236 \begin_inset Text
37237
37238 \begin_layout Plain Layout
37239 Text
37240 \end_layout
37241
37242 \end_inset
37243 </cell>
37244 <cell alignment="center" valignment="top" topline="true" usebox="none">
37245 \begin_inset Text
37246
37247 \begin_layout Plain Layout
37248 Text
37249 \end_layout
37250
37251 \end_inset
37252 </cell>
37253 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37254 \begin_inset Text
37255
37256 \begin_layout Plain Layout
37257 Text
37258 \end_layout
37259
37260 \end_inset
37261 </cell>
37262 </row>
37263 <row>
37264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37265 \begin_inset Text
37266
37267 \begin_layout Plain Layout
37268 Text
37269 \end_layout
37270
37271 \end_inset
37272 </cell>
37273 <cell alignment="center" valignment="top" usebox="none">
37274 \begin_inset Text
37275
37276 \begin_layout Plain Layout
37277 \begin_inset Graphics
37278         filename ../../images/dialog-show-new-inset_graphics.png
37279         scale 70
37280         scaleBeforeRotation
37281
37282 \end_inset
37283
37284
37285 \end_layout
37286
37287 \end_inset
37288 </cell>
37289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37290 \begin_inset Text
37291
37292 \begin_layout Plain Layout
37293 Text
37294 \end_layout
37295
37296 \end_inset
37297 </cell>
37298 </row>
37299 <row>
37300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37301 \begin_inset Text
37302
37303 \begin_layout Plain Layout
37304 Text
37305 \end_layout
37306
37307 \end_inset
37308 </cell>
37309 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37310 \begin_inset Text
37311
37312 \begin_layout Plain Layout
37313 Text
37314 \end_layout
37315
37316 \end_inset
37317 </cell>
37318 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37319 \begin_inset Text
37320
37321 \begin_layout Plain Layout
37322 Text
37323 \end_layout
37324
37325 \end_inset
37326 </cell>
37327 </row>
37328 </lyxtabular>
37329
37330 \end_inset
37331
37332  
37333 \begin_inset Tabular
37334 <lyxtabular version="3" rows="3" columns="2">
37335 <features rotate="0" tabularvalignment="middle">
37336 <column alignment="center" valignment="top" width="0">
37337 <column alignment="center" valignment="top" width="0">
37338 <row>
37339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37340 \begin_inset Text
37341
37342 \begin_layout Plain Layout
37343 Text
37344 \end_layout
37345
37346 \end_inset
37347 </cell>
37348 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37349 \begin_inset Text
37350
37351 \begin_layout Plain Layout
37352 Text
37353 \end_layout
37354
37355 \end_inset
37356 </cell>
37357 </row>
37358 <row>
37359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37360 \begin_inset Text
37361
37362 \begin_layout Plain Layout
37363 Text
37364 \end_layout
37365
37366 \end_inset
37367 </cell>
37368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37369 \begin_inset Text
37370
37371 \begin_layout Plain Layout
37372 \begin_inset Graphics
37373         filename ../../images/dialog-show-new-inset_graphics.png
37374         scale 70
37375         scaleBeforeRotation
37376
37377 \end_inset
37378
37379
37380 \end_layout
37381
37382 \end_inset
37383 </cell>
37384 </row>
37385 <row>
37386 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37387 \begin_inset Text
37388
37389 \begin_layout Plain Layout
37390 Text
37391 \end_layout
37392
37393 \end_inset
37394 </cell>
37395 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37396 \begin_inset Text
37397
37398 \begin_layout Plain Layout
37399 Text
37400 \end_layout
37401
37402 \end_inset
37403 </cell>
37404 </row>
37405 </lyxtabular>
37406
37407 \end_inset
37408
37409
37410 \end_layout
37411
37412 \begin_layout Standard
37413 \noindent
37414 kann man das LaTeX-Paket 
37415 \series bold
37416 picinpar
37417 \series default
37418
37419 \begin_inset Index idx
37420 status collapsed
37421
37422 \begin_layout Plain Layout
37423 LaTeX-Pakete ! picinpar
37424 \end_layout
37425
37426 \end_inset
37427
37428  benutzen.
37429  Hier ist ein Beispiel:
37430 \end_layout
37431
37432 \begin_layout Standard
37433 \begin_inset ERT
37434 status collapsed
37435
37436 \begin_layout Plain Layout
37437
37438
37439 \backslash
37440 ifpicinpar
37441 \end_layout
37442
37443 \end_inset
37444
37445
37446 \begin_inset Note Note
37447 status open
37448
37449 \begin_layout Plain Layout
37450 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
37451 \series bold
37452 picinpar
37453 \series default
37454  installiert ist.
37455 \end_layout
37456
37457 \end_inset
37458
37459
37460 \end_layout
37461
37462 \begin_layout Standard
37463 \begin_inset ERT
37464 status collapsed
37465
37466 \begin_layout Plain Layout
37467
37468
37469 \backslash
37470 begin{window}[2,c,{
37471 \end_layout
37472
37473 \end_inset
37474
37475
37476 \begin_inset Graphics
37477         filename ../clipart/mobius.eps
37478         lyxscale 60
37479         width 40col%
37480         scaleBeforeRotation
37481         rotateOrigin center
37482
37483 \end_inset
37484
37485
37486 \begin_inset ERT
37487 status collapsed
37488
37489 \begin_layout Plain Layout
37490
37491 },]
37492 \end_layout
37493
37494 \begin_layout Plain Layout
37495
37496 {}
37497 \end_layout
37498
37499 \end_inset
37500
37501
37502 \size small
37503 \lang english
37504 It was in the spring of the year 1894 that all London was interested, and
37505  the fashionable world dismayed, by the murder of the Honourable Ronald
37506  Adair under most unusual and inexplicable circumstances.
37507  The public has already learned those particulars of the crime which
37508 \size default
37509
37510 \begin_inset ERT
37511 status collapsed
37512
37513 \begin_layout Plain Layout
37514
37515
37516 \backslash
37517 footnotemark{}
37518 \end_layout
37519
37520 \end_inset
37521
37522
37523 \size small
37524  came out in the police investigation, but a good deal was suppressed upon
37525  that occasion, since the case for the prosecution was so overwhelmingly
37526  strong that it was not necessary to bring forward all the facts.
37527  Only now, at the end of nearly ten years, am I allowed to supply those
37528  missing links which make up the whole of that remarkable chain.
37529 \size default
37530 \lang ngerman
37531
37532 \begin_inset ERT
37533 status collapsed
37534
37535 \begin_layout Plain Layout
37536
37537
37538 \backslash
37539 end{window}
37540 \end_layout
37541
37542 \end_inset
37543
37544
37545 \end_layout
37546
37547 \begin_layout Standard
37548 \begin_inset ERT
37549 status collapsed
37550
37551 \begin_layout Plain Layout
37552
37553
37554 \backslash
37555 footnotetext{
37556 \end_layout
37557
37558 \end_inset
37559
37560 Fußnote des Absatzes mit fixem Objekt.
37561 \begin_inset ERT
37562 status collapsed
37563
37564 \begin_layout Plain Layout
37565
37566 }
37567 \end_layout
37568
37569 \end_inset
37570
37571
37572 \end_layout
37573
37574 \begin_layout Standard
37575 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
37576  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
37577  vertikale Position im Text bestimmen kann.
37578  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
37579  beschriftet werden.
37580 \end_layout
37581
37582 \begin_layout Standard
37583 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
37584  Befehl
37585 \end_layout
37586
37587 \begin_layout Standard
37588
37589 \series bold
37590
37591 \backslash
37592 begin{window}[2,c,{
37593 \end_layout
37594
37595 \begin_layout Standard
37596 als TeX-Code einfügt.
37597  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
37598  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
37599  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
37600  Danach fügt man das Objekt ein.
37601  In diesem Beispiel wurde ein Bild der Breite von 40
37602 \begin_inset space \thinspace{}
37603 \end_inset
37604
37605 % der Textspaltenbreite eingefügt.
37606  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
37607  Nach dem Objekt fügt man den Befehl
37608 \end_layout
37609
37610 \begin_layout Standard
37611
37612 \series bold
37613 },Beschreibungstext]
37614 \begin_inset Newline newline
37615 \end_inset
37616
37617 {}
37618 \end_layout
37619
37620 \begin_layout Standard
37621 ein.
37622  Man beachte dass das 
37623 \begin_inset Quotes gld
37624 \end_inset
37625
37626
37627 \series bold
37628 {}
37629 \series default
37630
37631 \begin_inset Quotes grd
37632 \end_inset
37633
37634  in der zweiten Zeile steht.
37635  Der Beschreibungstext ist optional.
37636  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
37637  das Objekt befinden, also direkt nach dem 
37638 \series bold
37639 {}
37640 \series default
37641  beginnen.
37642  Am Ende des Absatzes fügt man folgenden Befehl ein:
37643 \end_layout
37644
37645 \begin_layout Standard
37646
37647 \series bold
37648
37649 \backslash
37650 end{window}
37651 \end_layout
37652
37653 \begin_layout Standard
37654 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
37655  man muss stattdessen den Befehl 
37656 \series bold
37657
37658 \backslash
37659 footnotemark
37660 \series default
37661  verwenden.
37662  Außerhalb des Absatzes den Befehl 
37663 \series bold
37664
37665 \backslash
37666 footnotetext
37667 \series default
37668 , wie es in Abschnitt
37669 \begin_inset space ~
37670 \end_inset
37671
37672
37673 \begin_inset CommandInset ref
37674 LatexCommand ref
37675 reference "abs:Fußnoten"
37676
37677 \end_inset
37678
37679  beschrieben ist.
37680 \end_layout
37681
37682 \begin_layout Standard
37683 \begin_inset ERT
37684 status collapsed
37685
37686 \begin_layout Plain Layout
37687
37688
37689 \backslash
37690 else
37691 \end_layout
37692
37693 \end_inset
37694
37695
37696 \begin_inset Note Note
37697 status open
37698
37699 \begin_layout Plain Layout
37700 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
37701 \series bold
37702 picinpar
37703 \series default
37704  nicht installiert ist:
37705 \end_layout
37706
37707 \end_inset
37708
37709
37710 \end_layout
37711
37712 \begin_layout Standard
37713 Das LaTeX-Paket 
37714 \series bold
37715 picinpar
37716 \series default
37717  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
37718 \end_layout
37719
37720 \begin_layout Standard
37721 \begin_inset ERT
37722 status collapsed
37723
37724 \begin_layout Plain Layout
37725
37726
37727 \backslash
37728 fi
37729 \end_layout
37730
37731 \end_inset
37732
37733
37734 \end_layout
37735
37736 \begin_layout Section
37737 Initiale
37738 \begin_inset Index idx
37739 status collapsed
37740
37741 \begin_layout Plain Layout
37742 Initiale
37743 \end_layout
37744
37745 \end_inset
37746
37747
37748 \begin_inset Index idx
37749 status collapsed
37750
37751 \begin_layout Plain Layout
37752 Umflossene Objekte ! Initiale
37753 \end_layout
37754
37755 \end_inset
37756
37757
37758 \end_layout
37759
37760 \begin_layout Standard
37761 Für Initialen muss das LaTeX-Paket 
37762 \series bold
37763 lettrine
37764 \series default
37765
37766 \begin_inset Index idx
37767 status collapsed
37768
37769 \begin_layout Plain Layout
37770 LaTeX-Pakete ! lettrine
37771 \end_layout
37772
37773 \end_inset
37774
37775  installiert sein und das Modul 
37776 \family sans
37777 Initialen
37778 \family default
37779  im Dokument verwendet werden (Menü 
37780 \family sans
37781 Dokument\SpecialChar \menuseparator
37782 Einstellungen\SpecialChar \menuseparator
37783 Module
37784 \family default
37785 ).
37786  Um eine Initiale einzufügen, verwendet man den Stil 
37787 \family sans
37788 Initiale
37789 \family default
37790 .
37791  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
37792  Die Argumente werden über das Menü 
37793 \family sans
37794 Einfügen
37795 \family default
37796  eingefügt.
37797  Das obligatorische Argument 
37798 \family sans
37799 Initiale
37800 \family default
37801  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
37802 \family sans
37803 Rest
37804 \begin_inset space ~
37805 \end_inset
37806
37807 der
37808 \begin_inset space ~
37809 \end_inset
37810
37811 Initiale
37812 \family default
37813  enthält den Rest des Wortes oder Textes der Initiale.
37814  Das Argument 
37815 \family sans
37816 Optionen
37817 \family default
37818  enthält Parameter um die Initiale zu modifizieren.
37819  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
37820  von 
37821 \series bold
37822 lettrine
37823 \series default
37824
37825 \begin_inset CommandInset citation
37826 LatexCommand cite
37827 key "lettrine"
37828
37829 \end_inset
37830
37831 .
37832  Der Stil selbst enthält den Text, der die Initiale umgibt.
37833  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
37834  Initiale ist, in 
37835 \shape smallcaps
37836 Kapitälchen
37837 \shape default
37838  gedruckt wird.
37839 \end_layout
37840
37841 \begin_layout Standard
37842 \begin_inset Newpage newpage
37843 \end_inset
37844
37845
37846 \end_layout
37847
37848 \begin_layout Standard
37849 Hier sind einige Beispiele:
37850 \end_layout
37851
37852 \begin_layout Standard
37853 \begin_inset ERT
37854 status collapsed
37855
37856 \begin_layout Plain Layout
37857
37858
37859 \backslash
37860 iflettrine
37861 \end_layout
37862
37863 \end_inset
37864
37865
37866 \begin_inset Note Note
37867 status open
37868
37869 \begin_layout Plain Layout
37870 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
37871 \series bold
37872 lettrine
37873 \series default
37874  installiert ist.
37875 \end_layout
37876
37877 \end_inset
37878
37879
37880 \end_layout
37881
37882 \begin_layout Enumerate
37883 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
37884
37885 \begin_inset Formula $\mathfrak{Fraktur}$
37886 \end_inset
37887
37888 :
37889 \end_layout
37890
37891 \begin_deeper
37892 \begin_layout Initial
37893 \begin_inset Argument 2
37894 status open
37895
37896 \begin_layout Plain Layout
37897 \begin_inset Formula $\mathfrak{I}$
37898 \end_inset
37899
37900
37901 \end_layout
37902
37903 \end_inset
37904
37905
37906 \begin_inset Argument 3
37907 status open
37908
37909 \begin_layout Plain Layout
37910 t
37911 \end_layout
37912
37913 \end_inset
37914
37915  
37916 \lang english
37917 was in the spring of the year 1894 that all London was interested, and the
37918  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37919  under most unusual and inexplicable circumstances.
37920  The public has already learned those particulars of the crime which came
37921  out in the police investigation, but a good deal was suppressed upon that
37922  occasion, since the case for the prosecution was so overwhelmingly strong
37923  that it was not necessary to bring forward all the facts.
37924 \end_layout
37925
37926 \end_deeper
37927 \begin_layout Enumerate
37928 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
37929  besteht und kein Text ist in 
37930 \shape smallcaps
37931 Kapitälchen
37932 \shape default
37933 :
37934 \end_layout
37935
37936 \begin_deeper
37937 \begin_layout Initial
37938 \begin_inset Argument 1
37939 status open
37940
37941 \begin_layout Plain Layout
37942 lines=1
37943 \end_layout
37944
37945 \end_inset
37946
37947
37948 \begin_inset Argument 2
37949 status open
37950
37951 \begin_layout Plain Layout
37952 It
37953 \end_layout
37954
37955 \end_inset
37956
37957  
37958 \lang english
37959 was in the spring of the year 1894 that all London was interested, and the
37960  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37961  under most unusual and inexplicable circumstances.
37962  The public has already learned those particulars of the crime which came
37963  out in the police investigation, but a good deal was suppressed upon that
37964  occasion, since the case for the prosecution was so overwhelmingly strong
37965  that it was not necessary to bring forward all the facts.
37966 \end_layout
37967
37968 \end_deeper
37969 \begin_layout Enumerate
37970 Magenta, hängende Initiale über 3
37971 \begin_inset space ~
37972 \end_inset
37973
37974 Zeilen in der Mathe-Schrift
37975 \begin_inset Newline newline
37976 \end_inset
37977
37978  
37979 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
37980 \end_inset
37981
37982 , der Text 
37983 \begin_inset Quotes gld
37984 \end_inset
37985
37986
37987 \lang english
37988 t was in the spring
37989 \lang ngerman
37990
37991 \begin_inset Quotes erd
37992 \end_inset
37993
37994  ist in 
37995 \shape smallcaps
37996 Kapitälchen
37997 \shape default
37998 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
37999 \begin_inset Newline newline
38000 \end_inset
38001
38002
38003 \series bold
38004
38005 \backslash
38006 renewcommand{
38007 \backslash
38008 LettrineFontHook}{
38009 \backslash
38010 color{Farbe}}
38011 \series default
38012
38013 \begin_inset Newline newline
38014 \end_inset
38015
38016 wobei 
38017 \emph on
38018 Farbe
38019 \emph default
38020  
38021 \begin_inset Quotes gld
38022 \end_inset
38023
38024 red
38025 \begin_inset Quotes erd
38026 \end_inset
38027
38028
38029 \begin_inset Quotes gld
38030 \end_inset
38031
38032 blue
38033 \begin_inset Quotes erd
38034 \end_inset
38035
38036
38037 \begin_inset Quotes gld
38038 \end_inset
38039
38040 green
38041 \begin_inset Quotes erd
38042 \end_inset
38043
38044
38045 \begin_inset Quotes gld
38046 \end_inset
38047
38048 yellow
38049 \begin_inset Quotes erd
38050 \end_inset
38051
38052
38053 \begin_inset Quotes gld
38054 \end_inset
38055
38056 cyan
38057 \begin_inset Quotes erd
38058 \end_inset
38059
38060
38061 \begin_inset Quotes gld
38062 \end_inset
38063
38064 magenta
38065 \begin_inset Quotes erd
38066 \end_inset
38067
38068
38069 \begin_inset Quotes gld
38070 \end_inset
38071
38072 black
38073 \begin_inset Quotes erd
38074 \end_inset
38075
38076  oder 
38077 \begin_inset Quotes gld
38078 \end_inset
38079
38080 white
38081 \begin_inset Quotes erd
38082 \end_inset
38083
38084  sein kann, und diesen Befehl zum LaTeX-Vorspann hinzufügen:
38085 \begin_inset Newline newline
38086 \end_inset
38087
38088
38089 \series bold
38090
38091 \backslash
38092 @ifundefined{textcolor}
38093 \begin_inset Newline newline
38094 \end_inset
38095
38096
38097 \begin_inset space ~
38098 \end_inset
38099
38100 {
38101 \backslash
38102 usepackage{color}}{}
38103 \end_layout
38104
38105 \begin_deeper
38106 \begin_layout Standard
38107 \begin_inset ERT
38108 status collapsed
38109
38110 \begin_layout Plain Layout
38111
38112
38113 \backslash
38114 renewcommand{
38115 \backslash
38116 LettrineFontHook}{
38117 \backslash
38118 color{magenta}}
38119 \end_layout
38120
38121 \end_inset
38122
38123
38124 \begin_inset Note Note
38125 status open
38126
38127 \begin_layout Plain Layout
38128 macht die Initiale magenta
38129 \end_layout
38130
38131 \end_inset
38132
38133
38134 \end_layout
38135
38136 \begin_layout Initial
38137 \begin_inset Argument 1
38138 status open
38139
38140 \begin_layout Plain Layout
38141 lines=3, lhang=0.33, loversize=0.25
38142 \end_layout
38143
38144 \end_inset
38145
38146
38147 \begin_inset Argument 2
38148 status open
38149
38150 \begin_layout Plain Layout
38151 \begin_inset Formula $\mathcal{I}$
38152 \end_inset
38153
38154
38155 \end_layout
38156
38157 \end_inset
38158
38159
38160 \begin_inset Argument 3
38161 status open
38162
38163 \begin_layout Plain Layout
38164
38165 \lang english
38166 t was in the spring
38167 \end_layout
38168
38169 \end_inset
38170
38171  
38172 \lang english
38173 of the year 1894 that all London was interested, and the fashionable world
38174  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38175  and inexplicable circumstances.
38176  The public has already learned those particulars of the crime which came
38177  out in the police investigation, but a good deal was suppressed upon that
38178  occasion, since the case for the prosecution was so overwhelmingly strong
38179  that it was not necessary to bring forward all the facts.
38180 \end_layout
38181
38182 \end_deeper
38183 \begin_layout Standard
38184 \begin_inset ERT
38185 status collapsed
38186
38187 \begin_layout Plain Layout
38188
38189
38190 \backslash
38191 else
38192 \end_layout
38193
38194 \end_inset
38195
38196
38197 \begin_inset Note Note
38198 status open
38199
38200 \begin_layout Plain Layout
38201 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
38202 \series bold
38203 lettrine
38204 \series default
38205  nicht installiert ist:
38206 \end_layout
38207
38208 \end_inset
38209
38210
38211 \end_layout
38212
38213 \begin_layout Standard
38214 Das LaTeX-Paket 
38215 \series bold
38216 lettrine
38217 \series default
38218  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38219 \end_layout
38220
38221 \begin_layout Standard
38222 \begin_inset ERT
38223 status collapsed
38224
38225 \begin_layout Plain Layout
38226
38227
38228 \backslash
38229 fi
38230 \end_layout
38231
38232 \end_inset
38233
38234
38235 \end_layout
38236
38237 \begin_layout Chapter
38238 Externe Dateien
38239 \begin_inset Index idx
38240 status collapsed
38241
38242 \begin_layout Plain Layout
38243 Dateien ! externe
38244 \end_layout
38245
38246 \end_inset
38247
38248
38249 \end_layout
38250
38251 \begin_layout Standard
38252 Mit 
38253 \family sans
38254 Einfügen\SpecialChar \menuseparator
38255 Datei
38256 \family default
38257  können Sie fremdes Material in Ihr Dokument einsetzen.
38258  Das kann folgendes sein:
38259 \end_layout
38260
38261 \begin_layout Description
38262 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
38263  eingefügt.
38264 \end_layout
38265
38266 \begin_layout Description
38267 Einfacher
38268 \begin_inset space ~
38269 \end_inset
38270
38271 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
38272  eingefügt.
38273 \end_layout
38274
38275 \begin_layout Description
38276 Einfacher
38277 \begin_inset space ~
38278 \end_inset
38279
38280 Text,
38281 \begin_inset space ~
38282 \end_inset
38283
38284 Zeilen
38285 \begin_inset space ~
38286 \end_inset
38287
38288 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
38289  Leerzeilen trennen die Absätze.
38290 \end_layout
38291
38292 \begin_layout Description
38293 Externes
38294 \begin_inset space ~
38295 \end_inset
38296
38297 Material Dateien in verschiedenen Formaten.
38298 \end_layout
38299
38300 \begin_layout Description
38301 Unterdokument LyX- oder LaTeX-Dokumente.
38302 \end_layout
38303
38304 \begin_layout Section
38305 Externes Material
38306 \begin_inset Index idx
38307 status collapsed
38308
38309 \begin_layout Plain Layout
38310 Externes Material
38311 \end_layout
38312
38313 \end_inset
38314
38315
38316 \end_layout
38317
38318 \begin_layout Standard
38319 Mit 
38320 \family sans
38321 Einfügen\SpecialChar \menuseparator
38322 Datei\SpecialChar \menuseparator
38323  Externes Material
38324 \family default
38325  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
38326  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
38327  weil LyX sich darum kümmert.
38328  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
38329  eingefügt werden können.
38330  Wenn die Grafikvorschau in den LyX-Einstellungen unter
38331 \family sans
38332  Aussehen
38333 \begin_inset space ~
38334 \end_inset
38335
38336 &
38337 \begin_inset space ~
38338 \end_inset
38339
38340 Handhabung\SpecialChar \menuseparator
38341 Grafik
38342 \family default
38343 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
38344 \end_layout
38345
38346 \begin_layout Standard
38347 Zur Zeit können Sie folgende Dateitypen (
38348 \family sans
38349 Vorlagen
38350 \family default
38351 ) benutzen:
38352 \end_layout
38353
38354 \begin_layout Description
38355 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
38356 \series bold
38357
38358 \begin_inset CommandInset href
38359 LatexCommand href
38360 name "XBoard"
38361 target "http://de.wikipedia.org/wiki/XBoard"
38362
38363 \end_inset
38364
38365
38366 \series default
38367  erzeugt wurden.
38368 \end_layout
38369
38370 \begin_layout Description
38371 Datum fügt ein Datum mit dem Format 
38372 \emph on
38373 Tag-Monat-Jahr
38374 \emph default
38375  ein.
38376  Hier ist ein Beispiel: 
38377 \begin_inset External
38378         template Date
38379         filename .
38380
38381 \end_inset
38382
38383
38384 \begin_inset space ~
38385 \end_inset
38386
38387
38388 \begin_inset Note Note
38389 status open
38390
38391 \begin_layout Plain Layout
38392
38393 \lang english
38394 Remove the protected space when bug 4398 is fixed!
38395 \end_layout
38396
38397 \end_inset
38398
38399
38400 \begin_inset Newline newline
38401 \end_inset
38402
38403 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
38404  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
38405  Menü 
38406 \family sans
38407 Einfügen\SpecialChar \menuseparator
38408 Datum
38409 \family default
38410  und mit dem LaTeX-Befehl 
38411 \series bold
38412
38413 \backslash
38414 today
38415 \series default
38416 .
38417  Die verschiedenen Methoden werden in Tabelle
38418 \begin_inset space ~
38419 \end_inset
38420
38421
38422 \begin_inset CommandInset ref
38423 LatexCommand ref
38424 reference "tab:Vergleich-der-Datums-Eingaben"
38425
38426 \end_inset
38427
38428  verglichen.
38429 \end_layout
38430
38431 \begin_layout Description
38432 Dia unterstützt Diagramme, die mit dem Programm 
38433 \series bold
38434
38435 \begin_inset CommandInset href
38436 LatexCommand href
38437 name "Dia"
38438 target "http://de.wikipedia.org/wiki/Dia_(Software)"
38439
38440 \end_inset
38441
38442
38443 \series default
38444  erzeugt wurden.
38445 \end_layout
38446
38447 \begin_layout Description
38448 GnumericTabelle Mit dieser Vorlage können Sie Tabellen im Format von 
38449 \series bold
38450
38451 \begin_inset CommandInset href
38452 LatexCommand href
38453 name "Gnumeric"
38454 target "http://de.wikipedia.org/wiki/Gnumeric"
38455
38456 \end_inset
38457
38458
38459 \series default
38460
38461 \begin_inset CommandInset href
38462 LatexCommand href
38463 name "OpenDocument"
38464 target "http://de.wikipedia.org/wiki/OpenDocument"
38465
38466 \end_inset
38467
38468
38469 \begin_inset CommandInset href
38470 LatexCommand href
38471 name "Microsoft Office XML"
38472 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38473
38474 \end_inset
38475
38476  und 
38477 \begin_inset CommandInset href
38478 LatexCommand href
38479 name "Office Open XML"
38480 target "http://de.wikipedia.org/wiki/Office_Open_XML"
38481
38482 \end_inset
38483
38484  einfügen.
38485  Für dieses Feature muss LyX während seiner Konfiguration das Programm 
38486 \family typewriter
38487 ssconvert
38488 \family default
38489  gefunden haben.
38490  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
38491  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
38492  Für Beispiele und mögliche Limitierungen siehe LyXs Beispieldatei 
38493 \emph on
38494 spreadsheet.lyx
38495 \emph default
38496 .
38497 \end_layout
38498
38499 \begin_layout Description
38500 LilyPond Mit dieser Vorlage können Sie Musik-Notationen einfügen, die mit
38501  dem Notensatzprogramm 
38502 \series bold
38503
38504 \begin_inset CommandInset href
38505 LatexCommand href
38506 name "LilyPond"
38507 target "http://de.wikipedia.org/wiki/LilyPond"
38508
38509 \end_inset
38510
38511
38512 \series default
38513  gesetzt werden.
38514  Für LyXs erweiterte Unterstützung für LilyPond siehe LyXs Beispieldatei
38515  
38516 \emph on
38517 lilypond.lyx
38518 \emph default
38519 .
38520 \end_layout
38521
38522 \begin_layout Description
38523 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
38524  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
38525  
38526 \series bold
38527 pages
38528 \series default
38529  im Feld 
38530 \family sans
38531 Option
38532 \family default
38533  in der Karteikarte 
38534 \family sans
38535 LaTeX- und LyX-Optionen
38536 \family default
38537 .
38538  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
38539  (man gibt als Option 
38540 \series bold
38541 pages={3,5,6,8}
38542 \series default
38543  an), Seitenbereiche (
38544 \series bold
38545 pages={4-9}
38546 \series default
38547 ) oder eine Kombination davon enthält.
38548  Um leere Seiten einzufügen, verwendet man {}.
38549  Z.
38550 \begin_inset space \thinspace{}
38551 \end_inset
38552
38553 B.
38554  fügt 
38555 \series bold
38556 pages={3,{},8-11,15}
38557 \series default
38558  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
38559  Seitenbereiche werden mit der Syntax 
38560 \emph on
38561 Start
38562 \emph default
38563 -
38564 \emph on
38565 Stop
38566 \emph default
38567  angegeben.
38568  Dies wählt alle Seiten von 
38569 \emph on
38570 Start
38571 \emph default
38572  bis 
38573 \emph on
38574 Stop
38575 \emph default
38576  aus.
38577  Wird 
38578 \emph on
38579 Start
38580 \emph default
38581  weggelassen, wird stattdessen die erste Seite verwendet; wird 
38582 \emph on
38583 Stop
38584 \emph default
38585  weggelassen, wird stattdessen die letzte Seite verwendet.
38586  Die letzte Seite kann außerdem mit dem Schlagwort 
38587 \series bold
38588 last
38589 \series default
38590  ausgewählt werden.
38591  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
38592 \series bold
38593 pages=-
38594 \series default
38595  fügt also alle Seiten des Dokuments ein und 
38596 \series bold
38597 pages=last-1
38598 \series default
38599  fügt alle Seiten in umgekehrter Reihenfolge ein.
38600  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
38601  eingefügt.
38602 \begin_inset Newline newline
38603 \end_inset
38604
38605 Die Option 
38606 \series bold
38607 noautoscale
38608 \series default
38609  fügt die Seiten in ihrer Originalgröße ein.
38610  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
38611  dass sie die komplette Breite Ihres Dokuments einnehmen.
38612  In der Karteikarte 
38613 \family sans
38614 Größe und Drehung
38615 \family default
38616  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
38617  werden.
38618  Wird eine andere Breite als 100
38619 \begin_inset space \thinspace{}
38620 \end_inset
38621
38622 Größe% verwendet, wird die Option 
38623 \series bold
38624 noautoscale
38625 \series default
38626  überschrieben.
38627  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
38628  des LaTeX-Pakets 
38629 \series bold
38630 pdfpages
38631 \series default
38632  
38633 \begin_inset CommandInset citation
38634 LatexCommand cite
38635 key "pdfpages"
38636
38637 \end_inset
38638
38639 .
38640 \begin_inset Index idx
38641 status collapsed
38642
38643 \begin_layout Plain Layout
38644 LaTeX-Pakete ! pdfpages
38645 \end_layout
38646
38647 \end_inset
38648
38649
38650 \begin_inset Newline newline
38651 \end_inset
38652
38653 Um diese Vorlage in einer 
38654 \family sans
38655 Beamer
38656 \family default
38657 -Präsentation zu verwenden, muss zuerst eine 
38658 \family sans
38659 BeendeRahmen
38660 \family default
38661  Umgebung eingefügt werden.
38662  In den folgenden Absatz kommt eine TeX-Code Box mit dem Befehl 
38663 \series bold
38664
38665 \backslash
38666 setbeamertemplate{background canvas}{}
38667 \series default
38668 .
38669  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
38670  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
38671  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
38672  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
38673  sicher, dass die Ausrichtung 
38674 \family sans
38675 Standard
38676 \family default
38677  für den Absatz verwendet wird, der die Vorlage enthält.
38678 \begin_inset Newline newline
38679 \end_inset
38680
38681 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
38682 \begin_inset External
38683         template PDFPages
38684         filename ../clipart/Abstract.pdf
38685         extra LaTeX "pages=-"
38686         rotateAngle -5
38687         rotateOrigin bottomleft
38688         width 50col%
38689
38690 \end_inset
38691
38692
38693 \end_layout
38694
38695 \begin_layout Description
38696 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
38697  Die Bilddateien können im Dialogfenster 
38698 \family sans
38699 Externes
38700 \begin_inset space ~
38701 \end_inset
38702
38703 Material
38704 \family default
38705  genauso behandelt werden wie die mit dem normalen 
38706 \family sans
38707 Grafik
38708 \family default
38709 -Dialog eingefügten, siehe Abschnitt
38710 \begin_inset space ~
38711 \end_inset
38712
38713
38714 \begin_inset CommandInset ref
38715 LatexCommand ref
38716 reference "abs:Grafik-Dialog"
38717
38718 \end_inset
38719
38720 .
38721  Der Unterschied zum normalen Einfügen eines Bildes ist, dass nur Rasterbilder
38722  erlaubt sind, das heißt PDF- und EPS-Bilder werden nicht unterstützt.
38723  Hier ist ein eingefügtes Rasterbild: 
38724 \begin_inset External
38725         template RasterImage
38726         filename ../clipart/ToolbarEnvBox.png
38727
38728 \end_inset
38729
38730
38731 \end_layout
38732
38733 \begin_layout Description
38734 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
38735 \series bold
38736
38737 \begin_inset CommandInset href
38738 LatexCommand href
38739 name "Xfig"
38740 target "http://de.wikipedia.org/wiki/Xfig"
38741
38742 \end_inset
38743
38744
38745 \series default
38746  erzeugt wurden.
38747 \end_layout
38748
38749 \begin_layout Standard
38750 \begin_inset Float table
38751 placement !h
38752 wide false
38753 sideways false
38754 status open
38755
38756 \begin_layout Plain Layout
38757 \begin_inset Caption Standard
38758
38759 \begin_layout Plain Layout
38760 \begin_inset CommandInset label
38761 LatexCommand label
38762 name "tab:Vergleich-der-Datums-Eingaben"
38763
38764 \end_inset
38765
38766 Vergleich der Datums-Eingaben
38767 \end_layout
38768
38769 \end_inset
38770
38771
38772 \end_layout
38773
38774 \begin_layout Plain Layout
38775 \align center
38776 \begin_inset Tabular
38777 <lyxtabular version="3" rows="4" columns="4">
38778 <features rotate="0" tabularvalignment="middle">
38779 <column alignment="center" valignment="top" width="0">
38780 <column alignment="center" valignment="top" width="0">
38781 <column alignment="center" valignment="top" width="0">
38782 <column alignment="center" valignment="top" width="0">
38783 <row>
38784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38785 \begin_inset Text
38786
38787 \begin_layout Plain Layout
38788 Dokumentformat
38789 \end_layout
38790
38791 \end_inset
38792 </cell>
38793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38794 \begin_inset Text
38795
38796 \begin_layout Plain Layout
38797
38798 \family sans
38799 Externes Material\SpecialChar \menuseparator
38800 Datum
38801 \end_layout
38802
38803 \end_inset
38804 </cell>
38805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38806 \begin_inset Text
38807
38808 \begin_layout Plain Layout
38809
38810 \family sans
38811 Einfügen\SpecialChar \menuseparator
38812 Datum
38813 \end_layout
38814
38815 \end_inset
38816 </cell>
38817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38818 \begin_inset Text
38819
38820 \begin_layout Plain Layout
38821 Befehl 
38822 \series bold
38823
38824 \backslash
38825 today
38826 \end_layout
38827
38828 \end_inset
38829 </cell>
38830 </row>
38831 <row>
38832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38833 \begin_inset Text
38834
38835 \begin_layout Plain Layout
38836 LyX
38837 \end_layout
38838
38839 \end_inset
38840 </cell>
38841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38842 \begin_inset Text
38843
38844 \begin_layout Plain Layout
38845 als Box
38846 \end_layout
38847
38848 \end_inset
38849 </cell>
38850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38851 \begin_inset Text
38852
38853 \begin_layout Plain Layout
38854 als Datum
38855 \end_layout
38856
38857 \end_inset
38858 </cell>
38859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38860 \begin_inset Text
38861
38862 \begin_layout Plain Layout
38863 als TeX-Code
38864 \end_layout
38865
38866 \end_inset
38867 </cell>
38868 </row>
38869 <row>
38870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38871 \begin_inset Text
38872
38873 \begin_layout Plain Layout
38874 LaTeX
38875 \end_layout
38876
38877 \end_inset
38878 </cell>
38879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38880 \begin_inset Text
38881
38882 \begin_layout Plain Layout
38883 als Datum
38884 \end_layout
38885
38886 \end_inset
38887 </cell>
38888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38889 \begin_inset Text
38890
38891 \begin_layout Plain Layout
38892 als Datum
38893 \end_layout
38894
38895 \end_inset
38896 </cell>
38897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38898 \begin_inset Text
38899
38900 \begin_layout Plain Layout
38901 als Befehl
38902 \end_layout
38903
38904 \end_inset
38905 </cell>
38906 </row>
38907 <row>
38908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38909 \begin_inset Text
38910
38911 \begin_layout Plain Layout
38912 DVI, PDF, PS
38913 \end_layout
38914
38915 \end_inset
38916 </cell>
38917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38918 \begin_inset Text
38919
38920 \begin_layout Plain Layout
38921 als Datum
38922 \end_layout
38923
38924 \end_inset
38925 </cell>
38926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38927 \begin_inset Text
38928
38929 \begin_layout Plain Layout
38930 als Datum
38931 \end_layout
38932
38933 \end_inset
38934 </cell>
38935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38936 \begin_inset Text
38937
38938 \begin_layout Plain Layout
38939 als Datum
38940 \end_layout
38941
38942 \end_inset
38943 </cell>
38944 </row>
38945 </lyxtabular>
38946
38947 \end_inset
38948
38949
38950 \end_layout
38951
38952 \end_inset
38953
38954
38955 \end_layout
38956
38957 \begin_layout Standard
38958 Wenn Sie im Dialogfenster
38959 \family sans
38960  Externes
38961 \begin_inset space ~
38962 \end_inset
38963
38964 Material 
38965 \family default
38966 in der Karteikarte
38967 \family sans
38968  Datei
38969 \family default
38970  die Option 
38971 \family sans
38972 Entwurf
38973 \family default
38974  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
38975 \begin_inset Newline newline
38976 \end_inset
38977
38978 LyX kann externes Material entweder als Box wie hier: 
38979 \begin_inset Graphics
38980         filename clipart/ExternesMaterialQt4.png
38981         scale 85
38982         scaleBeforeRotation
38983
38984 \end_inset
38985
38986  oder als Bild darstellen.
38987  Das hängt davon ab, ob Sie im Dialog
38988 \family sans
38989  
38990 \family default
38991 in der Karteikarte 
38992 \family sans
38993 LaTeX- und LyX-Optionen
38994 \family default
38995  die Option 
38996 \family sans
38997 In
38998 \begin_inset space ~
38999 \end_inset
39000
39001 LyX
39002 \begin_inset space ~
39003 \end_inset
39004
39005 anzeigen
39006 \family default
39007  gewählt haben oder nicht.
39008 \end_layout
39009
39010 \begin_layout Standard
39011 Im LyX-Handbuch 
39012 \family sans
39013 \emph on
39014 Anpassung
39015 \family default
39016 \emph default
39017  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
39018 \end_layout
39019
39020 \begin_layout Section
39021 Unterdokumente
39022 \begin_inset CommandInset label
39023 LatexCommand label
39024 name "abs:Unterdokumente"
39025
39026 \end_inset
39027
39028
39029 \begin_inset Index idx
39030 status collapsed
39031
39032 \begin_layout Plain Layout
39033 Unterdokument
39034 \end_layout
39035
39036 \end_inset
39037
39038
39039 \end_layout
39040
39041 \begin_layout Standard
39042 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
39043  oder Abschnitten bestehen.
39044  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
39045  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
39046  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
39047  z.
39048 \begin_inset space \thinspace{}
39049 \end_inset
39050
39051 B.
39052  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
39053 \end_layout
39054
39055 \begin_layout Standard
39056 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
39057  müssen, geben Sie im Unterdokument im Menü
39058 \family sans
39059  Dokument\SpecialChar \menuseparator
39060 Einstellungen\SpecialChar \menuseparator
39061 Dokumentklasse
39062 \family default
39063  das Hauptdokument an.
39064  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
39065  bearbeiten.
39066 \end_layout
39067
39068 \begin_layout Standard
39069 Unterdokumente werden in LyX als Box angezeigt: 
39070 \begin_inset Graphics
39071         filename clipart/UnterdokumentQt4.png
39072         scale 85
39073         scaleBeforeRotation
39074
39075 \end_inset
39076
39077  Sie werden über
39078 \family sans
39079  Einfügen\SpecialChar \menuseparator
39080 Datei\SpecialChar \menuseparator
39081 Unterdokument
39082 \family default
39083  eingebunden, was das Dialogfenster
39084 \family sans
39085  Unterdokument
39086 \family default
39087  öffnet.
39088  Für 
39089 \family sans
39090 die Art
39091 \begin_inset space ~
39092 \end_inset
39093
39094 der
39095 \begin_inset space ~
39096 \end_inset
39097
39098 Einbindung
39099 \family default
39100  gibt es dort vier Möglichkeiten:
39101 \end_layout
39102
39103 \begin_layout Description
39104 Include Sie können LyX- und LaTeX-Dokumente einbinden.
39105  Wenn Sie im Dialogfenster
39106 \family sans
39107  Unterdokument
39108 \family default
39109  auf 
39110 \family sans
39111 Bearbeiten
39112 \family default
39113  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
39114  und Sie können es editieren.
39115 \begin_inset Newline newline
39116 \end_inset
39117
39118
39119 \end_layout
39120
39121 \begin_layout Standard
39122 Hier wird ein Unterdokument
39123 \family sans
39124  
39125 \family default
39126 per 
39127 \family sans
39128 Include
39129 \family default
39130  eingebunden: 
39131 \begin_inset CommandInset include
39132 LatexCommand include
39133 filename "DummyDocument1.lyx"
39134
39135 \end_inset
39136
39137 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
39138  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
39139  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
39140 s.
39141  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
39142 \begin_inset space ~
39143 \end_inset
39144
39145
39146 \begin_inset CommandInset ref
39147 LatexCommand ref
39148 reference "uab:Externer-Unterabschnitt-1"
39149
39150 \end_inset
39151
39152 .
39153 \end_layout
39154
39155 \begin_layout Standard
39156 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
39157  wird benutzt.
39158  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
39159  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
39160  Unterdokumente, die per 
39161 \family sans
39162 Include
39163 \family default
39164  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
39165  und enden mit einem Seitenumbruch.
39166 \end_layout
39167
39168 \begin_layout Standard
39169 \begin_inset Note Greyedout
39170 status open
39171
39172 \begin_layout Plain Layout
39173
39174 \series bold
39175 Bemerkung:
39176 \series default
39177  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
39178  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
39179  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
39180  Ergebnissen führen wird.
39181 \end_layout
39182
39183 \end_inset
39184
39185
39186 \end_layout
39187
39188 \begin_layout Description
39189 Input Diese Methode ist 
39190 \family sans
39191 Include
39192 \family default
39193  sehr ähnlich mit folgenden Unterschieden:
39194 \end_layout
39195
39196 \begin_deeper
39197 \begin_layout Itemize
39198 Unterdokumente, die per 
39199 \family sans
39200 Input
39201 \family default
39202  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
39203  Seite und enden NICHT mit einem Seitenumbruch.
39204 \end_layout
39205
39206 \begin_layout Itemize
39207 Unterdokumente, die per 
39208 \family sans
39209 Input
39210 \family default
39211  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
39212 \family sans
39213  Unterdokument Vorschau
39214 \begin_inset space ~
39215 \end_inset
39216
39217 anzeigen
39218 \family default
39219  angekreuzt wurde und in den LyX-Einstellungen unter
39220 \family sans
39221  Aussehen
39222 \begin_inset space ~
39223 \end_inset
39224
39225 &
39226 \begin_inset space ~
39227 \end_inset
39228
39229 Handhabung\SpecialChar \menuseparator
39230 Grafik\SpecialChar \menuseparator
39231 Sofortige
39232 \begin_inset space ~
39233 \end_inset
39234
39235 Vorschau
39236 \family default
39237  auf 
39238 \family sans
39239 An
39240 \family default
39241  gesetzt wurde.
39242  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
39243  aus.
39244 \end_layout
39245
39246 \begin_layout Itemize
39247 Unterdokumente, die per 
39248 \family sans
39249 Input
39250 \family default
39251  eingebunden werden, können nicht über das Menü 
39252 \family sans
39253 Dokument\SpecialChar \menuseparator
39254 Einstellungen\SpecialChar \menuseparator
39255 Unterdokumente
39256 \family default
39257  unterdrückt werden.
39258 \end_layout
39259
39260 \end_deeper
39261 \begin_layout Standard
39262 Hier ist ein Unterdokument, das mit
39263 \family sans
39264  Input
39265 \family default
39266  eingebunden wurde: 
39267 \begin_inset CommandInset include
39268 LatexCommand input
39269 filename "DummyDocument2.lyx"
39270
39271 \end_inset
39272
39273 .
39274 \end_layout
39275
39276 \begin_layout Description
39277 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
39278   In der Druckvorschau wird für den Text der Stil 
39279 \family typewriter
39280 Schreibmaschine
39281 \family default
39282  verwendet.
39283  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
39284  Wenn Sie im Dialogfenster
39285 \family sans
39286  Unterdokument Leerzeichen
39287 \begin_inset space ~
39288 \end_inset
39289
39290 bei
39291 \begin_inset space ~
39292 \end_inset
39293
39294 der
39295 \begin_inset space ~
39296 \end_inset
39297
39298 Ausgabe
39299 \begin_inset space ~
39300 \end_inset
39301
39302 kennzeichnen 
39303 \family default
39304 ankreuzen, wird in der Druckvorschau das Zeichen 
39305 \begin_inset Quotes gld
39306 \end_inset
39307
39308
39309 \begin_inset ERT
39310 status collapsed
39311
39312 \begin_layout Plain Layout
39313
39314
39315 \backslash
39316 textvisiblespace 
39317 \end_layout
39318
39319 \end_inset
39320
39321
39322 \begin_inset Quotes grd
39323 \end_inset
39324
39325  für jedes Leerzeichen eingefügt.
39326 \begin_inset Newline newline
39327 \end_inset
39328
39329 Im Gegensatz zu 
39330 \family sans
39331 Einfügen\SpecialChar \menuseparator
39332 Datei\SpecialChar \menuseparator
39333 Einfacher
39334 \begin_inset space ~
39335 \end_inset
39336
39337 Text
39338 \family default
39339  wird bei 
39340 \family sans
39341 Unformatiert
39342 \family default
39343  der Dateiinhalt in LyX nicht dargestellt.
39344 \end_layout
39345
39346 \begin_layout Standard
39347 Hier ist ein Unterdokument, das mit
39348 \family sans
39349  Unformatiert
39350 \family default
39351  eingebunden wurde: 
39352 \begin_inset CommandInset include
39353 LatexCommand verbatiminput
39354 filename "DummyTextDocument.txt"
39355
39356 \end_inset
39357
39358
39359 \begin_inset VSpace bigskip
39360 \end_inset
39361
39362 Hier ist ein Unterdokument, das mit
39363 \family sans
39364  Unformatiert
39365 \family default
39366  eingebunden wurde und
39367 \family sans
39368  Leerzeichen
39369 \begin_inset space ~
39370 \end_inset
39371
39372 bei
39373 \begin_inset space ~
39374 \end_inset
39375
39376 der
39377 \begin_inset space ~
39378 \end_inset
39379
39380 Ausgabe
39381 \begin_inset space ~
39382 \end_inset
39383
39384 kennzeichnen
39385 \family default
39386  angekreuzt hat: 
39387 \begin_inset CommandInset include
39388 LatexCommand verbatiminput*
39389 filename "DummyTextDocument.txt"
39390
39391 \end_inset
39392
39393
39394 \end_layout
39395
39396 \begin_layout Standard
39397 \begin_inset VSpace bigskip
39398 \end_inset
39399
39400
39401 \end_layout
39402
39403 \begin_layout Standard
39404 \begin_inset Note Greyedout
39405 status open
39406
39407 \begin_layout Plain Layout
39408
39409 \series bold
39410 Bemerkung:
39411 \series default
39412  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
39413  
39414 \family sans
39415 Unformatiert
39416 \family default
39417  eingebunden werden, am Zeilenende nicht umgebrochen.
39418 \end_layout
39419
39420 \end_inset
39421
39422
39423 \end_layout
39424
39425 \begin_layout Description
39426 Listing Dieser Typ wird in Kapitel
39427 \begin_inset space ~
39428 \end_inset
39429
39430
39431 \begin_inset CommandInset ref
39432 LatexCommand ref
39433 reference "kap:Programm-Code-Listen"
39434
39435 \end_inset
39436
39437  beschrieben.
39438 \end_layout
39439
39440 \begin_layout Standard
39441 \begin_inset Note Greyedout
39442 status open
39443
39444 \begin_layout Plain Layout
39445
39446 \series bold
39447 Bemerkung:
39448 \series default
39449  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
39450  das zu LaTeX-Problemen führen.
39451 \end_layout
39452
39453 \end_inset
39454
39455
39456 \end_layout
39457
39458 \begin_layout Standard
39459 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
39460  wollen, z.
39461 \begin_inset space \thinspace{}
39462 \end_inset
39463
39464 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
39465  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
39466  Dies geschieht über das Menü 
39467 \family sans
39468 Dokument\SpecialChar \menuseparator
39469 Einstellungen\SpecialChar \menuseparator
39470 Unterdokumente
39471 \family default
39472 .
39473  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
39474  in die Spalte 
39475 \family sans
39476 In Ausgabe einbinden
39477 \family default
39478  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
39479  für Unterdokumente möglich ist, die per 
39480 \family sans
39481 Input
39482 \family default
39483  eingebunden wurden).
39484  Wenn die Option 
39485 \family sans
39486 Zähler und Querverweise wahren
39487 \family default
39488  aktiviert ist, sorgt LyX dafür, dass alle Seitennummern, Querverweise usw.
39489 \begin_inset space ~
39490 \end_inset
39491
39492 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
39493  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
39494  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
39495  Dazu muss LyX intern allerdings das gesamte Dokument prozessieren.
39496  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
39497  sind, wählen sie die Option nicht.
39498 \end_layout
39499
39500 \begin_layout Standard
39501 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
39502 \begin_inset Foot
39503 status collapsed
39504
39505 \begin_layout Plain Layout
39506 Zweige sind im Kapitel 
39507 \emph on
39508 Zweige
39509 \emph default
39510  des LyX 
39511 \emph on
39512 Benutzerhandbuchs
39513 \emph default
39514  erklärt.
39515 \end_layout
39516
39517 \end_inset
39518
39519  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
39520  Dateien in der Ausgabe erscheinen.
39521  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
39522  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
39523  werden.
39524 \end_layout
39525
39526 \begin_layout Chapter
39527 Programm-Code-Listen
39528 \begin_inset CommandInset label
39529 LatexCommand label
39530 name "kap:Programm-Code-Listen"
39531
39532 \end_inset
39533
39534
39535 \begin_inset Index idx
39536 status collapsed
39537
39538 \begin_layout Plain Layout
39539 Listen
39540 \end_layout
39541
39542 \end_inset
39543
39544
39545 \begin_inset Index idx
39546 status collapsed
39547
39548 \begin_layout Plain Layout
39549 Programm-Code
39550 \end_layout
39551
39552 \end_inset
39553
39554
39555 \end_layout
39556
39557 \begin_layout Standard
39558 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
39559 \family sans
39560 Einfügen\SpecialChar \menuseparator
39561 Pro\SpecialChar \-
39562 grammlisting
39563 \family default
39564  verwenden.
39565  Das LaTeX-Paket 
39566 \series bold
39567 listings
39568 \series default
39569
39570 \begin_inset Index idx
39571 status collapsed
39572
39573 \begin_layout Plain Layout
39574 LaTeX-Pakete ! listings
39575 \end_layout
39576
39577 \end_inset
39578
39579  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
39580 \end_layout
39581
39582 \begin_layout Standard
39583 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
39584 rmat der Programm-Code-Liste festlegen.
39585 \end_layout
39586
39587 \begin_layout Standard
39588 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
39589  Die Platzierungsoption 
39590 \family sans
39591 Eingebettetes
39592 \begin_inset space ~
39593 \end_inset
39594
39595 Listing
39596 \family default
39597  druckt das Listing in der Zeile wie hier: 
39598 \begin_inset listings
39599 lstparams "language={C++}"
39600 inline true
39601 status open
39602
39603 \begin_layout Plain Layout
39604
39605 int a=5;
39606 \end_layout
39607
39608 \end_inset
39609
39610
39611 \begin_inset Newline newline
39612 \end_inset
39613
39614 Die Option 
39615 \family sans
39616 Gleitobjekt
39617 \family default
39618  erzeugt ein Listing-Gleitobjekt, dessen 
39619 \family sans
39620 Platzierung 
39621 \family default
39622 Sie mit 
39623 \family sans
39624 h
39625 \family default
39626
39627 \family sans
39628 t
39629 \family default
39630
39631 \family sans
39632 b
39633 \family default
39634  und 
39635 \family sans
39636 p
39637 \family default
39638 , analog zu den in Abschnitt
39639 \begin_inset space ~
39640 \end_inset
39641
39642
39643 \begin_inset CommandInset ref
39644 LatexCommand ref
39645 reference "abs:Gleitobjekt-Platzierung"
39646
39647 \end_inset
39648
39649  beschriebenen Platzierungsoptionen festlegen können.
39650  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
39651  hintereinander angegeben, z.
39652 \begin_inset space \thinspace{}
39653 \end_inset
39654
39655 B.
39656  
39657 \begin_inset Quotes gld
39658 \end_inset
39659
39660
39661 \family sans
39662 htbp
39663 \family default
39664
39665 \begin_inset Quotes grd
39666 \end_inset
39667
39668 .
39669  Die Option 
39670 \begin_inset Quotes gld
39671 \end_inset
39672
39673 h
39674 \begin_inset Quotes grd
39675 \end_inset
39676
39677  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
39678  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
39679 \end_layout
39680
39681 \begin_layout Standard
39682 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
39683  zu verweisen: Listing
39684 \begin_inset space ~
39685 \end_inset
39686
39687
39688 \begin_inset CommandInset ref
39689 LatexCommand ref
39690 reference "lst:Gleitendes-Programm-Listing"
39691
39692 \end_inset
39693
39694 .
39695 \end_layout
39696
39697 \begin_layout Standard
39698 \begin_inset listings
39699 lstparams "language=Python"
39700 inline false
39701 status open
39702
39703 \begin_layout Plain Layout
39704
39705 \begin_inset Caption Standard
39706
39707 \begin_layout Plain Layout
39708 \begin_inset CommandInset label
39709 LatexCommand label
39710 name "lst:Gleitendes-Programm-Listing"
39711
39712 \end_inset
39713
39714 Gleitendes Programm-Listing
39715 \end_layout
39716
39717 \end_inset
39718
39719 # Gleitendes Programm-Listing
39720 \end_layout
39721
39722 \begin_layout Plain Layout
39723
39724 def func(param):
39725 \end_layout
39726
39727 \begin_layout Plain Layout
39728
39729     'Dies ist eine Python-Funktion'
39730 \end_layout
39731
39732 \begin_layout Plain Layout
39733
39734     pass
39735 \end_layout
39736
39737 \end_inset
39738
39739
39740 \end_layout
39741
39742 \begin_layout Standard
39743 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
39744  der Sprache erkannt und besonders gedruckt, wie 
39745 \emph on
39746 #
39747 \emph default
39748
39749 \emph on
39750 def
39751 \emph default
39752  und 
39753 \emph on
39754 pass
39755 \emph default
39756  in Listing
39757 \begin_inset space ~
39758 \end_inset
39759
39760
39761 \begin_inset CommandInset ref
39762 LatexCommand ref
39763 reference "lst:Gleitendes-Programm-Listing"
39764
39765 \end_inset
39766
39767 .
39768 \end_layout
39769
39770 \begin_layout Standard
39771 \begin_inset Note Greyedout
39772 status open
39773
39774 \begin_layout Plain Layout
39775
39776 \series bold
39777 Bemerkung:
39778 \series default
39779  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
39780 \family typewriter
39781 Schreib\SpecialChar \-
39782 maschine
39783 \family default
39784  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
39785 h keine fett gedruckten Buchstaben.
39786  Wählen Sie in diesem Fall eine andere Schrift im Menü 
39787 \family sans
39788 Dokument\SpecialChar \menuseparator
39789 Einstellungen\SpecialChar \menuseparator
39790 Schriften
39791 \family default
39792 .
39793  (Die Schriften 
39794 \emph on
39795 LuxiMono, BeraMono
39796 \emph default
39797  und 
39798 \emph on
39799 Courier
39800 \emph default
39801  enthalten fett gedruckte Buchstaben.)
39802 \end_layout
39803
39804 \end_inset
39805
39806
39807 \end_layout
39808
39809 \begin_layout Standard
39810 Im Abschnitt 
39811 \family sans
39812 Zeilennummerierung
39813 \family default
39814  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
39815 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
39816  jede wievielte Zeile nummeriert werden soll und die 
39817 \family sans
39818 Schriftgröße
39819 \family default
39820  der Nummerierung.
39821 \end_layout
39822
39823 \begin_layout Standard
39824 Im Abschnitt 
39825 \family sans
39826 Bereich
39827 \family default
39828  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
39829  Im Abschnitt 
39830 \family sans
39831 Stil
39832 \family default
39833  legen Sie fest, wie die Liste ausgedruckt werden soll.
39834  Die Option 
39835 \family sans
39836 Erweiterte
39837 \begin_inset space ~
39838 \end_inset
39839
39840 Zeichentabelle
39841 \family default
39842  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
39843 \end_layout
39844
39845 \begin_layout Standard
39846 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
39847 \begin_inset Quotes gld
39848 \end_inset
39849
39850 3
39851 \begin_inset Quotes grd
39852 \end_inset
39853
39854 , Sprache 
39855 \begin_inset Quotes gld
39856 \end_inset
39857
39858 Python
39859 \begin_inset Quotes grd
39860 \end_inset
39861
39862 , Optionen 
39863 \begin_inset Quotes gld
39864 \end_inset
39865
39866 Erweiterte Zeichentabelle
39867 \begin_inset Quotes grd
39868 \end_inset
39869
39870  und 
39871 \begin_inset Quotes gld
39872 \end_inset
39873
39874 Leerzeichen als Symbol
39875 \begin_inset Quotes grd
39876 \end_inset
39877
39878  und Bereich Zeilen 3
39879 \begin_inset space \thinspace{}
39880 \end_inset
39881
39882 -
39883 \begin_inset space \thinspace{}
39884 \end_inset
39885
39886 8:
39887 \end_layout
39888
39889 \begin_layout Standard
39890 \begin_inset listings
39891 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
39892 inline false
39893 status open
39894
39895 \begin_layout Plain Layout
39896
39897 def func(param):
39898 \end_layout
39899
39900 \begin_layout Plain Layout
39901
39902     'Dies ist eine Python-Funktion'
39903 \end_layout
39904
39905 \begin_layout Plain Layout
39906
39907     pass
39908 \end_layout
39909
39910 \begin_layout Plain Layout
39911
39912 def func(param):
39913 \end_layout
39914
39915 \begin_layout Plain Layout
39916
39917 'Sonderzeichen: Tschüß'
39918 \end_layout
39919
39920 \begin_layout Plain Layout
39921
39922 pass
39923 \end_layout
39924
39925 \begin_layout Plain Layout
39926
39927 def func(param):
39928 \end_layout
39929
39930 \begin_layout Plain Layout
39931
39932 'Dies ist eine Python-Funktion'
39933 \end_layout
39934
39935 \begin_layout Plain Layout
39936
39937 pass
39938 \end_layout
39939
39940 \end_inset
39941
39942
39943 \end_layout
39944
39945 \begin_layout Standard
39946 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
39947 \family sans
39948 Tabulatorgröße
39949 \family default
39950  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
39951 \end_layout
39952
39953 \begin_layout Standard
39954 \noindent
39955 \begin_inset Note Greyedout
39956 status open
39957
39958 \begin_layout Plain Layout
39959
39960 \series bold
39961 Bemerkung:
39962 \series default
39963  Wegen eines Fehlers im 
39964 \series bold
39965 listings
39966 \series default
39967 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
39968  verschoben.
39969  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
39970  Listing nummeriert werden.
39971 \end_layout
39972
39973 \end_inset
39974
39975
39976 \end_layout
39977
39978 \begin_layout Standard
39979 \begin_inset VSpace bigskip
39980 \end_inset
39981
39982
39983 \end_layout
39984
39985 \begin_layout Standard
39986 \noindent
39987 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
39988  Das machen Sie mit
39989 \family sans
39990  Einfügen\SpecialChar \menuseparator
39991 Datei\SpecialChar \menuseparator
39992 Unterdokument
39993 \family default
39994  und der 
39995 \family sans
39996 Art
39997 \begin_inset space ~
39998 \end_inset
39999
40000 der
40001 \begin_inset space ~
40002 \end_inset
40003
40004 Einbindung
40005 \family default
40006  
40007 \family sans
40008 Listing
40009 \family default
40010 .
40011 \begin_inset Foot
40012 status collapsed
40013
40014 \begin_layout Plain Layout
40015 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
40016 \begin_inset space ~
40017 \end_inset
40018
40019
40020 \begin_inset CommandInset ref
40021 LatexCommand ref
40022 reference "abs:Unterdokumente"
40023
40024 \end_inset
40025
40026  beschrieben.
40027 \end_layout
40028
40029 \end_inset
40030
40031  Im Dialogfenster
40032 \family sans
40033  Unterdokument
40034 \family default
40035  können Sie die Listing-Parameter unter 
40036 \family sans
40037 Weitere
40038 \begin_inset space ~
40039 \end_inset
40040
40041 Parameter
40042 \family default
40043  eingeben.
40044  Wenn Sie dort ein Fragezeichen 
40045 \begin_inset Quotes gld
40046 \end_inset
40047
40048 ?
40049 \begin_inset Quotes grd
40050 \end_inset
40051
40052  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
40053 det.
40054 \end_layout
40055
40056 \begin_layout Standard
40057 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
40058  Text ins Feld 
40059 \family sans
40060 Marke
40061 \family default
40062 , auf die dann wie üblich verwiesen werden kann.
40063 \end_layout
40064
40065 \begin_layout Standard
40066 Listing
40067 \begin_inset space ~
40068 \end_inset
40069
40070
40071 \begin_inset CommandInset ref
40072 LatexCommand ref
40073 reference "lst:Datei-Listing"
40074
40075 \end_inset
40076
40077  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
40078 \begin_inset space \thinspace{}
40079 \end_inset
40080
40081 -
40082 \begin_inset space \thinspace{}
40083 \end_inset
40084
40085 15 gedruckt werden.
40086 \end_layout
40087
40088 \begin_layout Standard
40089 \begin_inset CommandInset include
40090 LatexCommand lstinputlisting
40091 filename "EmbeddedObjects.lyx"
40092 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
40093
40094 \end_inset
40095
40096
40097 \end_layout
40098
40099 \begin_layout Standard
40100 \begin_inset VSpace bigskip
40101 \end_inset
40102
40103
40104 \end_layout
40105
40106 \begin_layout Standard
40107 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
40108 \end_layout
40109
40110 \begin_layout Enumerate
40111 Öffnen Sie die Listings-Einstellungen und fügen
40112 \begin_inset Newline newline
40113 \end_inset
40114
40115
40116 \family sans
40117 mathescape=true
40118 \family default
40119
40120 \begin_inset Newline newline
40121 \end_inset
40122
40123 in das Feld des Tabs 
40124 \family sans
40125 Erweitert
40126 \family default
40127  ein
40128 \end_layout
40129
40130 \begin_layout Enumerate
40131 Erstellen Sie eine Formel außerhalb des Listings
40132 \end_layout
40133
40134 \begin_layout Enumerate
40135 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
40136 blage (Tastenkürzel 
40137 \family sans
40138 Ctrl+C
40139 \family default
40140 )
40141 \end_layout
40142
40143 \begin_layout Enumerate
40144 Schreiben sie 
40145 \begin_inset Quotes gld
40146 \end_inset
40147
40148
40149 \family sans
40150 $$
40151 \family default
40152
40153 \begin_inset Quotes grd
40154 \end_inset
40155
40156  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
40157 hen (Tastenkürzel 
40158 \family sans
40159 Ctrl+V
40160 \family default
40161 )
40162 \end_layout
40163
40164 \begin_layout Standard
40165 \begin_inset listings
40166 lstparams "language=Python,mathescape=true"
40167 inline false
40168 status open
40169
40170 \begin_layout Plain Layout
40171
40172 \begin_inset Caption Standard
40173
40174 \begin_layout Plain Layout
40175 Programm-Listing mit einer Formel
40176 \end_layout
40177
40178 \end_inset
40179
40180 # Beispiel-Programm-Listing
40181 \end_layout
40182
40183 \begin_layout Plain Layout
40184
40185 def func(param):
40186 \end_layout
40187
40188 \begin_layout Plain Layout
40189
40190     # $
40191 \backslash
40192 prod_{n=1}^{
40193 \backslash
40194 infty}
40195 \backslash
40196 ,
40197 \backslash
40198 frac{1}{x^{2}}$
40199 \end_layout
40200
40201 \begin_layout Plain Layout
40202
40203     pass
40204 \end_layout
40205
40206 \end_inset
40207
40208
40209 \end_layout
40210
40211 \begin_layout Standard
40212 \begin_inset VSpace bigskip
40213 \end_inset
40214
40215
40216 \end_layout
40217
40218 \begin_layout Standard
40219 \noindent
40220 Dokumentweite Listing-Eigenschaften können im Dialog 
40221 \family sans
40222 Dokument\SpecialChar \menuseparator
40223 Einstellungen\SpecialChar \menuseparator
40224 Listing
40225 \family default
40226  festgelegt werden.
40227  Dort bekommt man durch Eingabe eines Fragezeichens 
40228 \begin_inset Quotes gld
40229 \end_inset
40230
40231 ?
40232 \begin_inset Quotes grd
40233 \end_inset
40234
40235  eine Liste aller möglichen Parameter.
40236 \end_layout
40237
40238 \begin_layout Standard
40239 Weitere Informationen über das 
40240 \series bold
40241 listings
40242 \series default
40243 -Paket finden Sie in 
40244 \begin_inset CommandInset citation
40245 LatexCommand cite
40246 key "listings"
40247
40248 \end_inset
40249
40250 .
40251 \end_layout
40252
40253 \begin_layout Chapter
40254 \start_of_appendix
40255 In LyX verfügbare Maßeinheiten
40256 \begin_inset CommandInset label
40257 LatexCommand label
40258 name "kap:In-LyX-verfügbare"
40259
40260 \end_inset
40261
40262
40263 \begin_inset Index idx
40264 status collapsed
40265
40266 \begin_layout Plain Layout
40267 Einheiten
40268 \end_layout
40269
40270 \end_inset
40271
40272
40273 \end_layout
40274
40275 \begin_layout Standard
40276 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
40277  Tabelle
40278 \begin_inset space ~
40279 \end_inset
40280
40281
40282 \begin_inset CommandInset ref
40283 LatexCommand ref
40284 reference "tab:Maßeinheiten"
40285
40286 \end_inset
40287
40288  alle in LyX verfügbaren Maßeinheiten.
40289 \end_layout
40290
40291 \begin_layout Standard
40292 \begin_inset Float table
40293 placement h
40294 wide false
40295 sideways false
40296 status open
40297
40298 \begin_layout Plain Layout
40299 \begin_inset Caption Standard
40300
40301 \begin_layout Plain Layout
40302 \begin_inset CommandInset label
40303 LatexCommand label
40304 name "tab:Maßeinheiten"
40305
40306 \end_inset
40307
40308 Maßeinheiten
40309 \end_layout
40310
40311 \end_inset
40312
40313
40314 \end_layout
40315
40316 \begin_layout Plain Layout
40317 \begin_inset VSpace medskip
40318 \end_inset
40319
40320
40321 \end_layout
40322
40323 \begin_layout Plain Layout
40324 \align center
40325 \begin_inset Tabular
40326 <lyxtabular version="3" rows="20" columns="2">
40327 <features rotate="0" tabularvalignment="middle">
40328 <column alignment="center" valignment="top" width="0">
40329 <column alignment="center" valignment="top" width="0">
40330 <row>
40331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40332 \begin_inset Text
40333
40334 \begin_layout Plain Layout
40335
40336 \series bold
40337 Maßeinheit
40338 \end_layout
40339
40340 \end_inset
40341 </cell>
40342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40343 \begin_inset Text
40344
40345 \begin_layout Plain Layout
40346
40347 \series bold
40348 Name/Beschreibung
40349 \end_layout
40350
40351 \end_inset
40352 </cell>
40353 </row>
40354 <row>
40355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40356 \begin_inset Text
40357
40358 \begin_layout Plain Layout
40359 mm
40360 \end_layout
40361
40362 \end_inset
40363 </cell>
40364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40365 \begin_inset Text
40366
40367 \begin_layout Plain Layout
40368 Millimeter
40369 \end_layout
40370
40371 \end_inset
40372 </cell>
40373 </row>
40374 <row>
40375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40376 \begin_inset Text
40377
40378 \begin_layout Plain Layout
40379 cm
40380 \end_layout
40381
40382 \end_inset
40383 </cell>
40384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40385 \begin_inset Text
40386
40387 \begin_layout Plain Layout
40388 Zentimeter
40389 \end_layout
40390
40391 \end_inset
40392 </cell>
40393 </row>
40394 <row>
40395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40396 \begin_inset Text
40397
40398 \begin_layout Plain Layout
40399 in
40400 \end_layout
40401
40402 \end_inset
40403 </cell>
40404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40405 \begin_inset Text
40406
40407 \begin_layout Plain Layout
40408 Zoll (1
40409 \begin_inset space \thinspace{}
40410 \end_inset
40411
40412 in = 2.54
40413 \begin_inset space \thinspace{}
40414 \end_inset
40415
40416 cm
40417 \end_layout
40418
40419 \end_inset
40420 </cell>
40421 </row>
40422 <row>
40423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40424 \begin_inset Text
40425
40426 \begin_layout Plain Layout
40427 pt
40428 \end_layout
40429
40430 \end_inset
40431 </cell>
40432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40433 \begin_inset Text
40434
40435 \begin_layout Plain Layout
40436 Punkt (72.27
40437 \begin_inset space \thinspace{}
40438 \end_inset
40439
40440 pt = 1
40441 \begin_inset space \thinspace{}
40442 \end_inset
40443
40444 in)
40445 \end_layout
40446
40447 \end_inset
40448 </cell>
40449 </row>
40450 <row>
40451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40452 \begin_inset Text
40453
40454 \begin_layout Plain Layout
40455 pc
40456 \end_layout
40457
40458 \end_inset
40459 </cell>
40460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40461 \begin_inset Text
40462
40463 \begin_layout Plain Layout
40464 Pica (1
40465 \begin_inset space \thinspace{}
40466 \end_inset
40467
40468 pc = 12
40469 \begin_inset space \thinspace{}
40470 \end_inset
40471
40472 pt)
40473 \end_layout
40474
40475 \end_inset
40476 </cell>
40477 </row>
40478 <row>
40479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40480 \begin_inset Text
40481
40482 \begin_layout Plain Layout
40483 sp
40484 \end_layout
40485
40486 \end_inset
40487 </cell>
40488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40489 \begin_inset Text
40490
40491 \begin_layout Plain Layout
40492 skalierter Punkt (65536
40493 \begin_inset space \thinspace{}
40494 \end_inset
40495
40496 sp = 1
40497 \begin_inset space \thinspace{}
40498 \end_inset
40499
40500 pt)
40501 \end_layout
40502
40503 \end_inset
40504 </cell>
40505 </row>
40506 <row>
40507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40508 \begin_inset Text
40509
40510 \begin_layout Plain Layout
40511 bp
40512 \end_layout
40513
40514 \end_inset
40515 </cell>
40516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40517 \begin_inset Text
40518
40519 \begin_layout Plain Layout
40520 großer Punkt (72
40521 \begin_inset space \thinspace{}
40522 \end_inset
40523
40524 bp = 1
40525 \begin_inset space \thinspace{}
40526 \end_inset
40527
40528 in)
40529 \end_layout
40530
40531 \end_inset
40532 </cell>
40533 </row>
40534 <row>
40535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40536 \begin_inset Text
40537
40538 \begin_layout Plain Layout
40539 dd
40540 \end_layout
40541
40542 \end_inset
40543 </cell>
40544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40545 \begin_inset Text
40546
40547 \begin_layout Plain Layout
40548 Didot (1
40549 \begin_inset space \thinspace{}
40550 \end_inset
40551
40552 dd 
40553 \begin_inset Formula $\approx$
40554 \end_inset
40555
40556  0,376
40557 \begin_inset space \thinspace{}
40558 \end_inset
40559
40560 mm)
40561 \end_layout
40562
40563 \end_inset
40564 </cell>
40565 </row>
40566 <row>
40567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40568 \begin_inset Text
40569
40570 \begin_layout Plain Layout
40571 cc
40572 \end_layout
40573
40574 \end_inset
40575 </cell>
40576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40577 \begin_inset Text
40578
40579 \begin_layout Plain Layout
40580 Cicero (1
40581 \begin_inset space \thinspace{}
40582 \end_inset
40583
40584 cc = 12
40585 \begin_inset space \thinspace{}
40586 \end_inset
40587
40588 dd)
40589 \end_layout
40590
40591 \end_inset
40592 </cell>
40593 </row>
40594 <row>
40595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40596 \begin_inset Text
40597
40598 \begin_layout Plain Layout
40599 Skalierung%
40600 \end_layout
40601
40602 \end_inset
40603 </cell>
40604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40605 \begin_inset Text
40606
40607 \begin_layout Plain Layout
40608 % der originalen Bildbreite
40609 \end_layout
40610
40611 \end_inset
40612 </cell>
40613 </row>
40614 <row>
40615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40616 \begin_inset Text
40617
40618 \begin_layout Plain Layout
40619 Textbreite %
40620 \end_layout
40621
40622 \end_inset
40623 </cell>
40624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40625 \begin_inset Text
40626
40627 \begin_layout Plain Layout
40628 % der Textbreite
40629 \end_layout
40630
40631 \end_inset
40632 </cell>
40633 </row>
40634 <row>
40635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40636 \begin_inset Text
40637
40638 \begin_layout Plain Layout
40639 Spaltenbreite %
40640 \end_layout
40641
40642 \end_inset
40643 </cell>
40644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40645 \begin_inset Text
40646
40647 \begin_layout Plain Layout
40648 % der Spaltenbreite
40649 \end_layout
40650
40651 \end_inset
40652 </cell>
40653 </row>
40654 <row>
40655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40656 \begin_inset Text
40657
40658 \begin_layout Plain Layout
40659 Seitenbreite %
40660 \end_layout
40661
40662 \end_inset
40663 </cell>
40664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40665 \begin_inset Text
40666
40667 \begin_layout Plain Layout
40668 % der Seitenbreite
40669 \end_layout
40670
40671 \end_inset
40672 </cell>
40673 </row>
40674 <row>
40675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40676 \begin_inset Text
40677
40678 \begin_layout Plain Layout
40679 Zeilenbreite %
40680 \end_layout
40681
40682 \end_inset
40683 </cell>
40684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40685 \begin_inset Text
40686
40687 \begin_layout Plain Layout
40688 % der Zeilenbreite
40689 \end_layout
40690
40691 \end_inset
40692 </cell>
40693 </row>
40694 <row>
40695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40696 \begin_inset Text
40697
40698 \begin_layout Plain Layout
40699 Texthöhe %
40700 \end_layout
40701
40702 \end_inset
40703 </cell>
40704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40705 \begin_inset Text
40706
40707 \begin_layout Plain Layout
40708 % der Texthöhe
40709 \end_layout
40710
40711 \end_inset
40712 </cell>
40713 </row>
40714 <row>
40715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40716 \begin_inset Text
40717
40718 \begin_layout Plain Layout
40719 Seitenhöhe %
40720 \end_layout
40721
40722 \end_inset
40723 </cell>
40724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40725 \begin_inset Text
40726
40727 \begin_layout Plain Layout
40728 % der Seitenhöhe
40729 \end_layout
40730
40731 \end_inset
40732 </cell>
40733 </row>
40734 <row>
40735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40736 \begin_inset Text
40737
40738 \begin_layout Plain Layout
40739 ex
40740 \end_layout
40741
40742 \end_inset
40743 </cell>
40744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40745 \begin_inset Text
40746
40747 \begin_layout Plain Layout
40748 Die Höhe des Buchstabens 
40749 \emph on
40750 x
40751 \emph default
40752  im aktiven Zeichensatz
40753 \end_layout
40754
40755 \end_inset
40756 </cell>
40757 </row>
40758 <row>
40759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40760 \begin_inset Text
40761
40762 \begin_layout Plain Layout
40763 em
40764 \end_layout
40765
40766 \end_inset
40767 </cell>
40768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40769 \begin_inset Text
40770
40771 \begin_layout Plain Layout
40772 Die Breite des Buchstabens 
40773 \emph on
40774 M
40775 \emph default
40776  im aktiven Zeichensatz
40777 \end_layout
40778
40779 \end_inset
40780 </cell>
40781 </row>
40782 <row>
40783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40784 \begin_inset Text
40785
40786 \begin_layout Plain Layout
40787 mu
40788 \end_layout
40789
40790 \end_inset
40791 </cell>
40792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40793 \begin_inset Text
40794
40795 \begin_layout Plain Layout
40796 mathematische  Maßeinheit
40797 \series bold
40798  
40799 \series default
40800 (1
40801 \begin_inset space \thinspace{}
40802 \end_inset
40803
40804 mu = 1/18
40805 \begin_inset space \thinspace{}
40806 \end_inset
40807
40808 em)
40809 \end_layout
40810
40811 \end_inset
40812 </cell>
40813 </row>
40814 </lyxtabular>
40815
40816 \end_inset
40817
40818
40819 \end_layout
40820
40821 \end_inset
40822
40823
40824 \end_layout
40825
40826 \begin_layout Chapter
40827 Ausgabedatei-Formate mit Grafiken
40828 \begin_inset CommandInset label
40829 LatexCommand label
40830 name "kap:Ausgabedatei-Formate"
40831
40832 \end_inset
40833
40834
40835 \end_layout
40836
40837 \begin_layout Section
40838 DVI
40839 \begin_inset Index idx
40840 status collapsed
40841
40842 \begin_layout Plain Layout
40843 Dateiformat! DVI
40844 \end_layout
40845
40846 \end_inset
40847
40848
40849 \begin_inset Index idx
40850 status collapsed
40851
40852 \begin_layout Plain Layout
40853 DVI
40854 \end_layout
40855
40856 \end_inset
40857
40858
40859 \end_layout
40860
40861 \begin_layout Standard
40862 Dieser Dateityp hat die Erweiterung 
40863 \begin_inset Quotes gld
40864 \end_inset
40865
40866
40867 \family typewriter
40868 .dvi
40869 \family default
40870
40871 \begin_inset Quotes grd
40872 \end_inset
40873
40874  und wird 
40875 \begin_inset Quotes gld
40876 \end_inset
40877
40878 device independent
40879 \begin_inset Quotes grd
40880 \end_inset
40881
40882  genannt, weil er vollkommen portierbar ist.
40883  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
40884  dvi-Betrachter installiert hat.
40885  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
40886 ate wie PostScript benutzt.
40887 \end_layout
40888
40889 \begin_layout Standard
40890 \begin_inset Note Greyedout
40891 status open
40892
40893 \begin_layout Plain Layout
40894
40895 \series bold
40896 Bemerkung:
40897 \series default
40898  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
40899 \end_layout
40900
40901 \end_inset
40902
40903
40904 \end_layout
40905
40906 \begin_layout Standard
40907 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
40908  auf einen anderen Computer kopieren.
40909  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
40910  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
40911  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
40912 \family typewriter
40913  
40914 \family default
40915 blättern.
40916
40917 \family typewriter
40918  
40919 \family default
40920 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
40921  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
40922  
40923 \end_layout
40924
40925 \begin_layout Standard
40926 Sie können Ihr Dokument als DVI über das Menü 
40927 \family sans
40928 Datei\SpecialChar \menuseparator
40929 Exportieren\SpecialChar \menuseparator
40930 DVI
40931 \family default
40932  exportieren.
40933  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
40934 \family sans
40935 Ansicht
40936 \family default
40937  anschauen.
40938 \end_layout
40939
40940 \begin_layout Section
40941 PostScript
40942 \begin_inset CommandInset label
40943 LatexCommand label
40944 name "abs:PostScript"
40945
40946 \end_inset
40947
40948
40949 \begin_inset Index idx
40950 status collapsed
40951
40952 \begin_layout Plain Layout
40953 Dateiformat  ! PostScript
40954 \end_layout
40955
40956 \end_inset
40957
40958
40959 \begin_inset Index idx
40960 status collapsed
40961
40962 \begin_layout Plain Layout
40963 PostScript
40964 \end_layout
40965
40966 \end_inset
40967
40968
40969 \end_layout
40970
40971 \begin_layout Standard
40972 Dieser Dateityp hat die Erweiterung 
40973 \begin_inset Quotes gld
40974 \end_inset
40975
40976
40977 \family typewriter
40978 .ps
40979 \family default
40980
40981 \begin_inset Quotes grd
40982 \end_inset
40983
40984 .
40985  PostScript wurde von der Firma
40986 \family typewriter
40987  Adobe
40988 \family default
40989  als Druckersprache entwickelt.
40990  Die Datei enthält deshalb Druckbefehle.
40991  PostScript kann als 
40992 \begin_inset Quotes gld
40993 \end_inset
40994
40995 Programmiersprache
40996 \begin_inset Quotes grd
40997 \end_inset
40998
40999  angesehen werden.
41000  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
41001 \begin_inset Foot
41002 status collapsed
41003
41004 \begin_layout Plain Layout
41005 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
41006  von
41007 \series bold
41008  PSTricks
41009 \series default
41010  
41011 \begin_inset CommandInset citation
41012 LatexCommand cite
41013 key "pstricks"
41014
41015 \end_inset
41016
41017  oder 
41018 \begin_inset CommandInset citation
41019 LatexCommand cite
41020 key "latex-praxisbuch"
41021
41022 \end_inset
41023
41024  ansehen.
41025 \end_layout
41026
41027 \end_inset
41028
41029 .
41030  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
41031 \end_layout
41032
41033 \begin_layout Standard
41034 PostScript kann nur Bilder im Format EPS
41035 \begin_inset Index idx
41036 status collapsed
41037
41038 \begin_layout Plain Layout
41039 EPS
41040 \end_layout
41041
41042 \end_inset
41043
41044  (Encapsulated PostScript, Datei-Er\SpecialChar \-
41045 wei\SpecialChar \-
41046 ter\SpecialChar \-
41047 ung 
41048 \begin_inset Quotes gld
41049 \end_inset
41050
41051
41052 \family typewriter
41053 .eps
41054 \family default
41055
41056 \begin_inset Quotes grd
41057 \end_inset
41058
41059 ) enthalten.
41060  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
41061  intern nach EPS konvertieren.
41062  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
41063  verlangsamen.
41064  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
41065  konvertieren und direkt als EPS einfügen.
41066 \end_layout
41067
41068 \begin_layout Standard
41069 Sie können Ihr Dokument als PostScript über das Menü 
41070 \family sans
41071 Datei\SpecialChar \menuseparator
41072 Exportieren\SpecialChar \menuseparator
41073 Post\SpecialChar \-
41074 Script
41075 \family default
41076  exportieren.
41077  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
41078 \family sans
41079 Ansicht
41080 \family default
41081  anschauen.
41082 \end_layout
41083
41084 \begin_layout Section
41085 PDF
41086 \begin_inset Index idx
41087 status collapsed
41088
41089 \begin_layout Plain Layout
41090 Dateiformat! PDF
41091 \end_layout
41092
41093 \end_inset
41094
41095
41096 \begin_inset Index idx
41097 status collapsed
41098
41099 \begin_layout Plain Layout
41100 PDF
41101 \end_layout
41102
41103 \end_inset
41104
41105
41106 \end_layout
41107
41108 \begin_layout Standard
41109 Dieser Dateityp hat die Erweiterung 
41110 \begin_inset Quotes gld
41111 \end_inset
41112
41113
41114 \family typewriter
41115 .pdf
41116 \family default
41117
41118 \begin_inset Quotes grd
41119 \end_inset
41120
41121 .
41122  Das
41123 \emph on
41124  
41125 \emph default
41126
41127 \begin_inset Quotes gld
41128 \end_inset
41129
41130 Portable Document Format
41131 \begin_inset Quotes grd
41132 \end_inset
41133
41134  (PDF) wurde auch von der Firma 
41135 \family typewriter
41136 Adobe
41137 \family default
41138  als Derivat von PostScript entwickelt.
41139  Es ist komprimierter und benutzt weniger Befehle als PostScript.
41140  Wie der Begriff 
41141 \begin_inset Quotes gld
41142 \end_inset
41143
41144 portable
41145 \begin_inset Quotes grd
41146 \end_inset
41147
41148  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
41149  werden, und der Ausdruck sieht immer gleich aus.
41150 \end_layout
41151
41152 \begin_layout Standard
41153 PDF kann Bilder im eigenen PDF-Format, im Format 
41154 \begin_inset Quotes gld
41155 \end_inset
41156
41157 Joint Photographic Experts Group
41158 \begin_inset Quotes grd
41159 \end_inset
41160
41161  (JPEG
41162 \begin_inset Index idx
41163 status collapsed
41164
41165 \begin_layout Plain Layout
41166 JPG, JPEG
41167 \end_layout
41168
41169 \end_inset
41170
41171 , Datei-Erweiterung 
41172 \begin_inset Quotes gld
41173 \end_inset
41174
41175
41176 \family typewriter
41177 .jpg
41178 \family default
41179
41180 \begin_inset Quotes grd
41181 \end_inset
41182
41183  oder 
41184 \begin_inset Quotes gld
41185 \end_inset
41186
41187
41188 \family typewriter
41189 .jpeg
41190 \family default
41191
41192 \begin_inset Quotes grd
41193 \end_inset
41194
41195 ) und im Format 
41196 \begin_inset Quotes gld
41197 \end_inset
41198
41199 Portable Network Graphics
41200 \begin_inset Quotes grd
41201 \end_inset
41202
41203  (PNG
41204 \begin_inset Index idx
41205 status collapsed
41206
41207 \begin_layout Plain Layout
41208 PNG
41209 \end_layout
41210
41211 \end_inset
41212
41213 , Datei-Erweiterung 
41214 \begin_inset Quotes gld
41215 \end_inset
41216
41217
41218 \family typewriter
41219 .png
41220 \family default
41221
41222 \begin_inset Quotes grd
41223 \end_inset
41224
41225 ) enthalten.
41226  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
41227  Sie konvertieren wird.
41228  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
41229  wird, eines der drei erwähnten Bildformate zu benutzen.
41230 \end_layout
41231
41232 \begin_layout Standard
41233 PDF-Dateien können Sie über 
41234 \family sans
41235 Datei\SpecialChar \menuseparator
41236 Exportieren
41237 \family default
41238  auf drei Arten erzeugen:
41239 \end_layout
41240
41241 \begin_layout Description
41242 PDF
41243 \begin_inset space ~
41244 \end_inset
41245
41246 (ps2pdf) benutzt das Programm
41247 \family typewriter
41248  ps2pdf
41249 \family default
41250 , das eine PDF-Datei aus einer Post\SpecialChar \-
41251 Script®-Version Ihres Dokument erstellt.
41252  Die PostScript-Version wird mit dem Programm 
41253 \family typewriter
41254 dvips
41255 \family default
41256  aus einer DVI-Version erstellt.
41257  Es werden also drei Konvertierungen verwendet.
41258 \end_layout
41259
41260 \begin_layout Description
41261 PDF
41262 \begin_inset space ~
41263 \end_inset
41264
41265 (dvipdfm) benutzt das Programm 
41266 \family typewriter
41267 dvipdfm
41268 \family default
41269 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
41270  PDF konvertiert.
41271 \end_layout
41272
41273 \begin_layout Description
41274 PDF
41275 \begin_inset space ~
41276 \end_inset
41277
41278 (pdflatex) benutzt das Programm
41279 \family typewriter
41280  pdftex
41281 \family default
41282 , das Ihr Dokument direkt nach PDF konvertiert.
41283 \end_layout
41284
41285 \begin_layout Standard
41286
41287 \family sans
41288 PDF
41289 \begin_inset space ~
41290 \end_inset
41291
41292 (pdflatex)
41293 \family default
41294  wird empfohlen, weil
41295 \family typewriter
41296  pdftex
41297 \family default
41298  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
41299  ohne Probleme arbeitet.
41300  Das Programm 
41301 \family typewriter
41302 dvi\SpecialChar \-
41303 pdfm
41304 \family default
41305  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
41306 \end_layout
41307
41308 \begin_layout Standard
41309 Sie können Ihr Dokument als PDF über das Menü 
41310 \family sans
41311 Datei\SpecialChar \menuseparator
41312 Exportieren\SpecialChar \menuseparator
41313 PDF
41314 \family default
41315  exportieren.
41316  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
41317 \family sans
41318 Ansicht
41319 \family default
41320  oder einen Werkzeugleistenknopf anschauen.
41321 \end_layout
41322
41323 \begin_layout Chapter
41324 Liste der dvips-Farbnamen
41325 \begin_inset CommandInset label
41326 LatexCommand label
41327 name "kap:Liste-der-dvips-Farbnamen"
41328
41329 \end_inset
41330
41331
41332 \end_layout
41333
41334 \begin_layout Standard
41335 \begin_inset Tabular
41336 <lyxtabular version="3" rows="17" columns="4">
41337 <features rotate="0" tabularvalignment="middle">
41338 <column alignment="left" valignment="top" width="0pt">
41339 <column alignment="left" valignment="top" width="0pt">
41340 <column alignment="left" valignment="top" width="0pt">
41341 <column alignment="left" valignment="top" width="0pt">
41342 <row>
41343 <cell alignment="left" valignment="top" usebox="none">
41344 \begin_inset Text
41345
41346 \begin_layout Plain Layout
41347 \begin_inset ERT
41348 status collapsed
41349
41350 \begin_layout Plain Layout
41351
41352
41353 \backslash
41354 fcolorbox{black}{
41355 \end_layout
41356
41357 \end_inset
41358
41359 white
41360 \begin_inset ERT
41361 status collapsed
41362
41363 \begin_layout Plain Layout
41364
41365 }{
41366 \end_layout
41367
41368 \end_inset
41369
41370 Farbe
41371 \begin_inset ERT
41372 status collapsed
41373
41374 \begin_layout Plain Layout
41375
41376 }
41377 \end_layout
41378
41379 \end_inset
41380
41381  Farbname
41382 \end_layout
41383
41384 \end_inset
41385 </cell>
41386 <cell alignment="left" valignment="top" usebox="none">
41387 \begin_inset Text
41388
41389 \begin_layout Plain Layout
41390 \begin_inset ERT
41391 status collapsed
41392
41393 \begin_layout Plain Layout
41394
41395
41396 \backslash
41397 fcolorbox{black}{
41398 \end_layout
41399
41400 \end_inset
41401
41402 white
41403 \begin_inset ERT
41404 status collapsed
41405
41406 \begin_layout Plain Layout
41407
41408 }{
41409 \end_layout
41410
41411 \end_inset
41412
41413 Farbe
41414 \begin_inset ERT
41415 status collapsed
41416
41417 \begin_layout Plain Layout
41418
41419 }
41420 \end_layout
41421
41422 \end_inset
41423
41424  Farbname
41425 \end_layout
41426
41427 \end_inset
41428 </cell>
41429 <cell alignment="left" valignment="top" usebox="none">
41430 \begin_inset Text
41431
41432 \begin_layout Plain Layout
41433 \begin_inset ERT
41434 status collapsed
41435
41436 \begin_layout Plain Layout
41437
41438
41439 \backslash
41440 fcolorbox{black}{
41441 \end_layout
41442
41443 \end_inset
41444
41445 white
41446 \begin_inset ERT
41447 status collapsed
41448
41449 \begin_layout Plain Layout
41450
41451 }{
41452 \end_layout
41453
41454 \end_inset
41455
41456 Farbe
41457 \begin_inset ERT
41458 status collapsed
41459
41460 \begin_layout Plain Layout
41461
41462 }
41463 \end_layout
41464
41465 \end_inset
41466
41467  Farbname
41468 \end_layout
41469
41470 \end_inset
41471 </cell>
41472 <cell alignment="left" valignment="top" usebox="none">
41473 \begin_inset Text
41474
41475 \begin_layout Plain Layout
41476 \begin_inset ERT
41477 status collapsed
41478
41479 \begin_layout Plain Layout
41480
41481
41482 \backslash
41483 fcolorbox{black}{
41484 \end_layout
41485
41486 \end_inset
41487
41488 white
41489 \begin_inset ERT
41490 status collapsed
41491
41492 \begin_layout Plain Layout
41493
41494 }{
41495 \end_layout
41496
41497 \end_inset
41498
41499 Farbe
41500 \begin_inset ERT
41501 status collapsed
41502
41503 \begin_layout Plain Layout
41504
41505 }
41506 \end_layout
41507
41508 \end_inset
41509
41510  Farbname
41511 \end_layout
41512
41513 \end_inset
41514 </cell>
41515 </row>
41516 <row>
41517 <cell alignment="center" valignment="top" usebox="none">
41518 \begin_inset Text
41519
41520 \begin_layout Plain Layout
41521 \begin_inset ERT
41522 status collapsed
41523
41524 \begin_layout Plain Layout
41525
41526
41527 \backslash
41528 fcolorbox{black}{
41529 \end_layout
41530
41531 \end_inset
41532
41533 Apricot
41534 \begin_inset ERT
41535 status collapsed
41536
41537 \begin_layout Plain Layout
41538
41539 }{
41540 \end_layout
41541
41542 \end_inset
41543
41544
41545 \begin_inset Phantom Phantom
41546 status open
41547
41548 \begin_layout Plain Layout
41549 W
41550 \end_layout
41551
41552 \end_inset
41553
41554
41555 \begin_inset ERT
41556 status collapsed
41557
41558 \begin_layout Plain Layout
41559
41560 }
41561 \end_layout
41562
41563 \end_inset
41564
41565  Apricot
41566 \end_layout
41567
41568 \end_inset
41569 </cell>
41570 <cell alignment="center" valignment="top" usebox="none">
41571 \begin_inset Text
41572
41573 \begin_layout Plain Layout
41574 \begin_inset ERT
41575 status collapsed
41576
41577 \begin_layout Plain Layout
41578
41579
41580 \backslash
41581 fcolorbox{black}{
41582 \end_layout
41583
41584 \end_inset
41585
41586 Aquamarine
41587 \begin_inset ERT
41588 status collapsed
41589
41590 \begin_layout Plain Layout
41591
41592 }{
41593 \end_layout
41594
41595 \end_inset
41596
41597
41598 \begin_inset Phantom Phantom
41599 status open
41600
41601 \begin_layout Plain Layout
41602 W
41603 \end_layout
41604
41605 \end_inset
41606
41607
41608 \begin_inset ERT
41609 status collapsed
41610
41611 \begin_layout Plain Layout
41612
41613 }
41614 \end_layout
41615
41616 \end_inset
41617
41618  Aquamarine
41619 \end_layout
41620
41621 \end_inset
41622 </cell>
41623 <cell alignment="center" valignment="top" usebox="none">
41624 \begin_inset Text
41625
41626 \begin_layout Plain Layout
41627 \begin_inset ERT
41628 status collapsed
41629
41630 \begin_layout Plain Layout
41631
41632
41633 \backslash
41634 fcolorbox{black}{
41635 \end_layout
41636
41637 \end_inset
41638
41639 Bittersweet
41640 \begin_inset ERT
41641 status collapsed
41642
41643 \begin_layout Plain Layout
41644
41645 }{
41646 \end_layout
41647
41648 \end_inset
41649
41650
41651 \begin_inset Phantom Phantom
41652 status open
41653
41654 \begin_layout Plain Layout
41655 W
41656 \end_layout
41657
41658 \end_inset
41659
41660
41661 \begin_inset ERT
41662 status collapsed
41663
41664 \begin_layout Plain Layout
41665
41666 }
41667 \end_layout
41668
41669 \end_inset
41670
41671  Bittersweet
41672 \end_layout
41673
41674 \end_inset
41675 </cell>
41676 <cell alignment="center" valignment="top" usebox="none">
41677 \begin_inset Text
41678
41679 \begin_layout Plain Layout
41680 \begin_inset ERT
41681 status collapsed
41682
41683 \begin_layout Plain Layout
41684
41685
41686 \backslash
41687 fcolorbox{black}{
41688 \end_layout
41689
41690 \end_inset
41691
41692 BlueGreen
41693 \begin_inset ERT
41694 status collapsed
41695
41696 \begin_layout Plain Layout
41697
41698 }{
41699 \end_layout
41700
41701 \end_inset
41702
41703
41704 \begin_inset Phantom Phantom
41705 status open
41706
41707 \begin_layout Plain Layout
41708 W
41709 \end_layout
41710
41711 \end_inset
41712
41713
41714 \begin_inset ERT
41715 status collapsed
41716
41717 \begin_layout Plain Layout
41718
41719 }
41720 \end_layout
41721
41722 \end_inset
41723
41724  BlueGreen
41725 \end_layout
41726
41727 \end_inset
41728 </cell>
41729 </row>
41730 <row>
41731 <cell alignment="left" valignment="top" usebox="none">
41732 \begin_inset Text
41733
41734 \begin_layout Plain Layout
41735 \begin_inset ERT
41736 status collapsed
41737
41738 \begin_layout Plain Layout
41739
41740
41741 \backslash
41742 fcolorbox{black}{
41743 \end_layout
41744
41745 \end_inset
41746
41747 BlueViolet
41748 \begin_inset ERT
41749 status collapsed
41750
41751 \begin_layout Plain Layout
41752
41753 }{
41754 \end_layout
41755
41756 \end_inset
41757
41758
41759 \begin_inset Phantom Phantom
41760 status open
41761
41762 \begin_layout Plain Layout
41763 W
41764 \end_layout
41765
41766 \end_inset
41767
41768
41769 \begin_inset ERT
41770 status collapsed
41771
41772 \begin_layout Plain Layout
41773
41774 }
41775 \end_layout
41776
41777 \end_inset
41778
41779  BlueViolet
41780 \end_layout
41781
41782 \end_inset
41783 </cell>
41784 <cell alignment="left" valignment="top" usebox="none">
41785 \begin_inset Text
41786
41787 \begin_layout Plain Layout
41788 \begin_inset ERT
41789 status collapsed
41790
41791 \begin_layout Plain Layout
41792
41793
41794 \backslash
41795 fcolorbox{black}{
41796 \end_layout
41797
41798 \end_inset
41799
41800 BrickRed
41801 \begin_inset ERT
41802 status collapsed
41803
41804 \begin_layout Plain Layout
41805
41806 }{
41807 \end_layout
41808
41809 \end_inset
41810
41811
41812 \begin_inset Phantom Phantom
41813 status open
41814
41815 \begin_layout Plain Layout
41816 W
41817 \end_layout
41818
41819 \end_inset
41820
41821
41822 \begin_inset ERT
41823 status collapsed
41824
41825 \begin_layout Plain Layout
41826
41827 }
41828 \end_layout
41829
41830 \end_inset
41831
41832  BrickRed
41833 \end_layout
41834
41835 \end_inset
41836 </cell>
41837 <cell alignment="left" valignment="top" usebox="none">
41838 \begin_inset Text
41839
41840 \begin_layout Plain Layout
41841 \begin_inset ERT
41842 status collapsed
41843
41844 \begin_layout Plain Layout
41845
41846
41847 \backslash
41848 fcolorbox{black}{
41849 \end_layout
41850
41851 \end_inset
41852
41853 Brown
41854 \begin_inset ERT
41855 status collapsed
41856
41857 \begin_layout Plain Layout
41858
41859 }{
41860 \end_layout
41861
41862 \end_inset
41863
41864
41865 \begin_inset Phantom Phantom
41866 status open
41867
41868 \begin_layout Plain Layout
41869 W
41870 \end_layout
41871
41872 \end_inset
41873
41874
41875 \begin_inset ERT
41876 status collapsed
41877
41878 \begin_layout Plain Layout
41879
41880 }
41881 \end_layout
41882
41883 \end_inset
41884
41885  Brown
41886 \end_layout
41887
41888 \end_inset
41889 </cell>
41890 <cell alignment="left" valignment="top" usebox="none">
41891 \begin_inset Text
41892
41893 \begin_layout Plain Layout
41894 \begin_inset ERT
41895 status collapsed
41896
41897 \begin_layout Plain Layout
41898
41899
41900 \backslash
41901 fcolorbox{black}{
41902 \end_layout
41903
41904 \end_inset
41905
41906 BurntOrange
41907 \begin_inset ERT
41908 status collapsed
41909
41910 \begin_layout Plain Layout
41911
41912 }{
41913 \end_layout
41914
41915 \end_inset
41916
41917
41918 \begin_inset Phantom Phantom
41919 status open
41920
41921 \begin_layout Plain Layout
41922 W
41923 \end_layout
41924
41925 \end_inset
41926
41927
41928 \begin_inset ERT
41929 status collapsed
41930
41931 \begin_layout Plain Layout
41932
41933 }
41934 \end_layout
41935
41936 \end_inset
41937
41938  BurntOrange
41939 \end_layout
41940
41941 \end_inset
41942 </cell>
41943 </row>
41944 <row>
41945 <cell alignment="left" valignment="top" usebox="none">
41946 \begin_inset Text
41947
41948 \begin_layout Plain Layout
41949 \begin_inset ERT
41950 status collapsed
41951
41952 \begin_layout Plain Layout
41953
41954
41955 \backslash
41956 fcolorbox{black}{
41957 \end_layout
41958
41959 \end_inset
41960
41961 CadetBlue
41962 \begin_inset ERT
41963 status collapsed
41964
41965 \begin_layout Plain Layout
41966
41967 }{
41968 \end_layout
41969
41970 \end_inset
41971
41972
41973 \begin_inset Phantom Phantom
41974 status open
41975
41976 \begin_layout Plain Layout
41977 W
41978 \end_layout
41979
41980 \end_inset
41981
41982
41983 \begin_inset ERT
41984 status collapsed
41985
41986 \begin_layout Plain Layout
41987
41988 }
41989 \end_layout
41990
41991 \end_inset
41992
41993  CadetBlue
41994 \end_layout
41995
41996 \end_inset
41997 </cell>
41998 <cell alignment="left" valignment="top" usebox="none">
41999 \begin_inset Text
42000
42001 \begin_layout Plain Layout
42002 \begin_inset ERT
42003 status collapsed
42004
42005 \begin_layout Plain Layout
42006
42007
42008 \backslash
42009 fcolorbox{black}{
42010 \end_layout
42011
42012 \end_inset
42013
42014 CarnationPink
42015 \begin_inset ERT
42016 status collapsed
42017
42018 \begin_layout Plain Layout
42019
42020 }{
42021 \end_layout
42022
42023 \end_inset
42024
42025
42026 \begin_inset Phantom Phantom
42027 status open
42028
42029 \begin_layout Plain Layout
42030 W
42031 \end_layout
42032
42033 \end_inset
42034
42035
42036 \begin_inset ERT
42037 status collapsed
42038
42039 \begin_layout Plain Layout
42040
42041 }
42042 \end_layout
42043
42044 \end_inset
42045
42046  CarnationPink
42047 \end_layout
42048
42049 \end_inset
42050 </cell>
42051 <cell alignment="left" valignment="top" usebox="none">
42052 \begin_inset Text
42053
42054 \begin_layout Plain Layout
42055 \begin_inset ERT
42056 status collapsed
42057
42058 \begin_layout Plain Layout
42059
42060
42061 \backslash
42062 fcolorbox{black}{
42063 \end_layout
42064
42065 \end_inset
42066
42067 Cerulean
42068 \begin_inset ERT
42069 status collapsed
42070
42071 \begin_layout Plain Layout
42072
42073 }{
42074 \end_layout
42075
42076 \end_inset
42077
42078
42079 \begin_inset Phantom Phantom
42080 status open
42081
42082 \begin_layout Plain Layout
42083 W
42084 \end_layout
42085
42086 \end_inset
42087
42088
42089 \begin_inset ERT
42090 status collapsed
42091
42092 \begin_layout Plain Layout
42093
42094 }
42095 \end_layout
42096
42097 \end_inset
42098
42099  Cerulean
42100 \end_layout
42101
42102 \end_inset
42103 </cell>
42104 <cell alignment="left" valignment="top" usebox="none">
42105 \begin_inset Text
42106
42107 \begin_layout Plain Layout
42108 \begin_inset ERT
42109 status collapsed
42110
42111 \begin_layout Plain Layout
42112
42113
42114 \backslash
42115 fcolorbox{black}{
42116 \end_layout
42117
42118 \end_inset
42119
42120 CornflowerBlue
42121 \begin_inset ERT
42122 status collapsed
42123
42124 \begin_layout Plain Layout
42125
42126 }{
42127 \end_layout
42128
42129 \end_inset
42130
42131
42132 \begin_inset Phantom Phantom
42133 status open
42134
42135 \begin_layout Plain Layout
42136 W
42137 \end_layout
42138
42139 \end_inset
42140
42141
42142 \begin_inset ERT
42143 status collapsed
42144
42145 \begin_layout Plain Layout
42146
42147 }
42148 \end_layout
42149
42150 \end_inset
42151
42152  CornflowerBlue
42153 \end_layout
42154
42155 \end_inset
42156 </cell>
42157 </row>
42158 <row>
42159 <cell alignment="left" valignment="top" usebox="none">
42160 \begin_inset Text
42161
42162 \begin_layout Plain Layout
42163 \begin_inset ERT
42164 status collapsed
42165
42166 \begin_layout Plain Layout
42167
42168
42169 \backslash
42170 fcolorbox{black}{
42171 \end_layout
42172
42173 \end_inset
42174
42175 Dandelion
42176 \begin_inset ERT
42177 status collapsed
42178
42179 \begin_layout Plain Layout
42180
42181 }{
42182 \end_layout
42183
42184 \end_inset
42185
42186
42187 \begin_inset Phantom Phantom
42188 status open
42189
42190 \begin_layout Plain Layout
42191 W
42192 \end_layout
42193
42194 \end_inset
42195
42196
42197 \begin_inset ERT
42198 status collapsed
42199
42200 \begin_layout Plain Layout
42201
42202 }
42203 \end_layout
42204
42205 \end_inset
42206
42207  Dandelion
42208 \end_layout
42209
42210 \end_inset
42211 </cell>
42212 <cell alignment="left" valignment="top" usebox="none">
42213 \begin_inset Text
42214
42215 \begin_layout Plain Layout
42216 \begin_inset ERT
42217 status collapsed
42218
42219 \begin_layout Plain Layout
42220
42221
42222 \backslash
42223 fcolorbox{black}{
42224 \end_layout
42225
42226 \end_inset
42227
42228 DarkOrchid
42229 \begin_inset ERT
42230 status collapsed
42231
42232 \begin_layout Plain Layout
42233
42234 }{
42235 \end_layout
42236
42237 \end_inset
42238
42239
42240 \begin_inset Phantom Phantom
42241 status open
42242
42243 \begin_layout Plain Layout
42244 W
42245 \end_layout
42246
42247 \end_inset
42248
42249
42250 \begin_inset ERT
42251 status collapsed
42252
42253 \begin_layout Plain Layout
42254
42255 }
42256 \end_layout
42257
42258 \end_inset
42259
42260  DarkOrchid
42261 \end_layout
42262
42263 \end_inset
42264 </cell>
42265 <cell alignment="left" valignment="top" usebox="none">
42266 \begin_inset Text
42267
42268 \begin_layout Plain Layout
42269 \begin_inset ERT
42270 status collapsed
42271
42272 \begin_layout Plain Layout
42273
42274
42275 \backslash
42276 fcolorbox{black}{
42277 \end_layout
42278
42279 \end_inset
42280
42281 Emerald
42282 \begin_inset ERT
42283 status collapsed
42284
42285 \begin_layout Plain Layout
42286
42287 }{
42288 \end_layout
42289
42290 \end_inset
42291
42292
42293 \begin_inset Phantom Phantom
42294 status open
42295
42296 \begin_layout Plain Layout
42297 W
42298 \end_layout
42299
42300 \end_inset
42301
42302
42303 \begin_inset ERT
42304 status collapsed
42305
42306 \begin_layout Plain Layout
42307
42308 }
42309 \end_layout
42310
42311 \end_inset
42312
42313  Emerald
42314 \end_layout
42315
42316 \end_inset
42317 </cell>
42318 <cell alignment="left" valignment="top" usebox="none">
42319 \begin_inset Text
42320
42321 \begin_layout Plain Layout
42322 \begin_inset ERT
42323 status collapsed
42324
42325 \begin_layout Plain Layout
42326
42327
42328 \backslash
42329 fcolorbox{black}{
42330 \end_layout
42331
42332 \end_inset
42333
42334 ForestGreen
42335 \begin_inset ERT
42336 status collapsed
42337
42338 \begin_layout Plain Layout
42339
42340 }{
42341 \end_layout
42342
42343 \end_inset
42344
42345
42346 \begin_inset Phantom Phantom
42347 status open
42348
42349 \begin_layout Plain Layout
42350 W
42351 \end_layout
42352
42353 \end_inset
42354
42355
42356 \begin_inset ERT
42357 status collapsed
42358
42359 \begin_layout Plain Layout
42360
42361 }
42362 \end_layout
42363
42364 \end_inset
42365
42366  ForestGreen
42367 \end_layout
42368
42369 \end_inset
42370 </cell>
42371 </row>
42372 <row>
42373 <cell alignment="left" valignment="top" usebox="none">
42374 \begin_inset Text
42375
42376 \begin_layout Plain Layout
42377 \begin_inset ERT
42378 status collapsed
42379
42380 \begin_layout Plain Layout
42381
42382
42383 \backslash
42384 fcolorbox{black}{
42385 \end_layout
42386
42387 \end_inset
42388
42389 Fuchsia
42390 \begin_inset ERT
42391 status collapsed
42392
42393 \begin_layout Plain Layout
42394
42395 }{
42396 \end_layout
42397
42398 \end_inset
42399
42400
42401 \begin_inset Phantom Phantom
42402 status open
42403
42404 \begin_layout Plain Layout
42405 W
42406 \end_layout
42407
42408 \end_inset
42409
42410
42411 \begin_inset ERT
42412 status collapsed
42413
42414 \begin_layout Plain Layout
42415
42416 }
42417 \end_layout
42418
42419 \end_inset
42420
42421  Fuchsia
42422 \end_layout
42423
42424 \end_inset
42425 </cell>
42426 <cell alignment="left" valignment="top" usebox="none">
42427 \begin_inset Text
42428
42429 \begin_layout Plain Layout
42430 \begin_inset ERT
42431 status collapsed
42432
42433 \begin_layout Plain Layout
42434
42435
42436 \backslash
42437 fcolorbox{black}{
42438 \end_layout
42439
42440 \end_inset
42441
42442 Goldenrod
42443 \begin_inset ERT
42444 status collapsed
42445
42446 \begin_layout Plain Layout
42447
42448 }{
42449 \end_layout
42450
42451 \end_inset
42452
42453
42454 \begin_inset Phantom Phantom
42455 status open
42456
42457 \begin_layout Plain Layout
42458 W
42459 \end_layout
42460
42461 \end_inset
42462
42463
42464 \begin_inset ERT
42465 status collapsed
42466
42467 \begin_layout Plain Layout
42468
42469 }
42470 \end_layout
42471
42472 \end_inset
42473
42474  Goldenrod
42475 \end_layout
42476
42477 \end_inset
42478 </cell>
42479 <cell alignment="left" valignment="top" usebox="none">
42480 \begin_inset Text
42481
42482 \begin_layout Plain Layout
42483 \begin_inset ERT
42484 status collapsed
42485
42486 \begin_layout Plain Layout
42487
42488
42489 \backslash
42490 fcolorbox{black}{
42491 \end_layout
42492
42493 \end_inset
42494
42495 Gray
42496 \begin_inset ERT
42497 status collapsed
42498
42499 \begin_layout Plain Layout
42500
42501 }{
42502 \end_layout
42503
42504 \end_inset
42505
42506
42507 \begin_inset Phantom Phantom
42508 status open
42509
42510 \begin_layout Plain Layout
42511 W
42512 \end_layout
42513
42514 \end_inset
42515
42516
42517 \begin_inset ERT
42518 status collapsed
42519
42520 \begin_layout Plain Layout
42521
42522 }
42523 \end_layout
42524
42525 \end_inset
42526
42527  Gray
42528 \end_layout
42529
42530 \end_inset
42531 </cell>
42532 <cell alignment="left" valignment="top" usebox="none">
42533 \begin_inset Text
42534
42535 \begin_layout Plain Layout
42536 \begin_inset ERT
42537 status collapsed
42538
42539 \begin_layout Plain Layout
42540
42541
42542 \backslash
42543 fcolorbox{black}{
42544 \end_layout
42545
42546 \end_inset
42547
42548 GreenYellow
42549 \begin_inset ERT
42550 status collapsed
42551
42552 \begin_layout Plain Layout
42553
42554 }{
42555 \end_layout
42556
42557 \end_inset
42558
42559
42560 \begin_inset Phantom Phantom
42561 status open
42562
42563 \begin_layout Plain Layout
42564 W
42565 \end_layout
42566
42567 \end_inset
42568
42569
42570 \begin_inset ERT
42571 status collapsed
42572
42573 \begin_layout Plain Layout
42574
42575 }
42576 \end_layout
42577
42578 \end_inset
42579
42580  GreenYellow
42581 \end_layout
42582
42583 \end_inset
42584 </cell>
42585 </row>
42586 <row>
42587 <cell alignment="center" valignment="top" usebox="none">
42588 \begin_inset Text
42589
42590 \begin_layout Plain Layout
42591 \begin_inset ERT
42592 status collapsed
42593
42594 \begin_layout Plain Layout
42595
42596
42597 \backslash
42598 fcolorbox{black}{
42599 \end_layout
42600
42601 \end_inset
42602
42603 JungleGreen
42604 \begin_inset ERT
42605 status collapsed
42606
42607 \begin_layout Plain Layout
42608
42609 }{
42610 \end_layout
42611
42612 \end_inset
42613
42614
42615 \begin_inset Phantom Phantom
42616 status open
42617
42618 \begin_layout Plain Layout
42619 W
42620 \end_layout
42621
42622 \end_inset
42623
42624
42625 \begin_inset ERT
42626 status collapsed
42627
42628 \begin_layout Plain Layout
42629
42630 }
42631 \end_layout
42632
42633 \end_inset
42634
42635  JungleGreen
42636 \end_layout
42637
42638 \end_inset
42639 </cell>
42640 <cell alignment="center" valignment="top" usebox="none">
42641 \begin_inset Text
42642
42643 \begin_layout Plain Layout
42644 \begin_inset ERT
42645 status collapsed
42646
42647 \begin_layout Plain Layout
42648
42649
42650 \backslash
42651 fcolorbox{black}{
42652 \end_layout
42653
42654 \end_inset
42655
42656 Lavender
42657 \begin_inset ERT
42658 status collapsed
42659
42660 \begin_layout Plain Layout
42661
42662 }{
42663 \end_layout
42664
42665 \end_inset
42666
42667
42668 \begin_inset Phantom Phantom
42669 status open
42670
42671 \begin_layout Plain Layout
42672 W
42673 \end_layout
42674
42675 \end_inset
42676
42677
42678 \begin_inset ERT
42679 status collapsed
42680
42681 \begin_layout Plain Layout
42682
42683 }
42684 \end_layout
42685
42686 \end_inset
42687
42688  Lavender
42689 \end_layout
42690
42691 \end_inset
42692 </cell>
42693 <cell alignment="center" valignment="top" usebox="none">
42694 \begin_inset Text
42695
42696 \begin_layout Plain Layout
42697 \begin_inset ERT
42698 status collapsed
42699
42700 \begin_layout Plain Layout
42701
42702
42703 \backslash
42704 fcolorbox{black}{
42705 \end_layout
42706
42707 \end_inset
42708
42709 LimeGreen
42710 \begin_inset ERT
42711 status collapsed
42712
42713 \begin_layout Plain Layout
42714
42715 }{
42716 \end_layout
42717
42718 \end_inset
42719
42720
42721 \begin_inset Phantom Phantom
42722 status open
42723
42724 \begin_layout Plain Layout
42725 W
42726 \end_layout
42727
42728 \end_inset
42729
42730
42731 \begin_inset ERT
42732 status collapsed
42733
42734 \begin_layout Plain Layout
42735
42736 }
42737 \end_layout
42738
42739 \end_inset
42740
42741  LimeGreen
42742 \end_layout
42743
42744 \end_inset
42745 </cell>
42746 <cell alignment="center" valignment="top" usebox="none">
42747 \begin_inset Text
42748
42749 \begin_layout Plain Layout
42750 \begin_inset ERT
42751 status collapsed
42752
42753 \begin_layout Plain Layout
42754
42755
42756 \backslash
42757 fcolorbox{black}{
42758 \end_layout
42759
42760 \end_inset
42761
42762 Mahogany
42763 \begin_inset ERT
42764 status collapsed
42765
42766 \begin_layout Plain Layout
42767
42768 }{
42769 \end_layout
42770
42771 \end_inset
42772
42773
42774 \begin_inset Phantom Phantom
42775 status open
42776
42777 \begin_layout Plain Layout
42778 W
42779 \end_layout
42780
42781 \end_inset
42782
42783
42784 \begin_inset ERT
42785 status collapsed
42786
42787 \begin_layout Plain Layout
42788
42789 }
42790 \end_layout
42791
42792 \end_inset
42793
42794  Mahogany
42795 \end_layout
42796
42797 \end_inset
42798 </cell>
42799 </row>
42800 <row>
42801 <cell alignment="left" valignment="top" usebox="none">
42802 \begin_inset Text
42803
42804 \begin_layout Plain Layout
42805 \begin_inset ERT
42806 status collapsed
42807
42808 \begin_layout Plain Layout
42809
42810
42811 \backslash
42812 fcolorbox{black}{
42813 \end_layout
42814
42815 \end_inset
42816
42817 Mahogany
42818 \begin_inset ERT
42819 status collapsed
42820
42821 \begin_layout Plain Layout
42822
42823 }{
42824 \end_layout
42825
42826 \end_inset
42827
42828
42829 \begin_inset Phantom Phantom
42830 status open
42831
42832 \begin_layout Plain Layout
42833 W
42834 \end_layout
42835
42836 \end_inset
42837
42838
42839 \begin_inset ERT
42840 status collapsed
42841
42842 \begin_layout Plain Layout
42843
42844 }
42845 \end_layout
42846
42847 \end_inset
42848
42849  Mahogany
42850 \end_layout
42851
42852 \end_inset
42853 </cell>
42854 <cell alignment="left" valignment="top" usebox="none">
42855 \begin_inset Text
42856
42857 \begin_layout Plain Layout
42858 \begin_inset ERT
42859 status collapsed
42860
42861 \begin_layout Plain Layout
42862
42863
42864 \backslash
42865 fcolorbox{black}{
42866 \end_layout
42867
42868 \end_inset
42869
42870 Maroon
42871 \begin_inset ERT
42872 status collapsed
42873
42874 \begin_layout Plain Layout
42875
42876 }{
42877 \end_layout
42878
42879 \end_inset
42880
42881
42882 \begin_inset Phantom Phantom
42883 status open
42884
42885 \begin_layout Plain Layout
42886 W
42887 \end_layout
42888
42889 \end_inset
42890
42891
42892 \begin_inset ERT
42893 status collapsed
42894
42895 \begin_layout Plain Layout
42896
42897 }
42898 \end_layout
42899
42900 \end_inset
42901
42902  Maroon
42903 \end_layout
42904
42905 \end_inset
42906 </cell>
42907 <cell alignment="left" valignment="top" usebox="none">
42908 \begin_inset Text
42909
42910 \begin_layout Plain Layout
42911 \begin_inset ERT
42912 status collapsed
42913
42914 \begin_layout Plain Layout
42915
42916
42917 \backslash
42918 fcolorbox{black}{
42919 \end_layout
42920
42921 \end_inset
42922
42923 Melon
42924 \begin_inset ERT
42925 status collapsed
42926
42927 \begin_layout Plain Layout
42928
42929 }{
42930 \end_layout
42931
42932 \end_inset
42933
42934
42935 \begin_inset Phantom Phantom
42936 status open
42937
42938 \begin_layout Plain Layout
42939 W
42940 \end_layout
42941
42942 \end_inset
42943
42944
42945 \begin_inset ERT
42946 status collapsed
42947
42948 \begin_layout Plain Layout
42949
42950 }
42951 \end_layout
42952
42953 \end_inset
42954
42955  Melon
42956 \end_layout
42957
42958 \end_inset
42959 </cell>
42960 <cell alignment="left" valignment="top" usebox="none">
42961 \begin_inset Text
42962
42963 \begin_layout Plain Layout
42964 \begin_inset ERT
42965 status collapsed
42966
42967 \begin_layout Plain Layout
42968
42969
42970 \backslash
42971 fcolorbox{black}{
42972 \end_layout
42973
42974 \end_inset
42975
42976 MidnightBlue
42977 \begin_inset ERT
42978 status collapsed
42979
42980 \begin_layout Plain Layout
42981
42982 }{
42983 \end_layout
42984
42985 \end_inset
42986
42987
42988 \begin_inset Phantom Phantom
42989 status open
42990
42991 \begin_layout Plain Layout
42992 W
42993 \end_layout
42994
42995 \end_inset
42996
42997
42998 \begin_inset ERT
42999 status collapsed
43000
43001 \begin_layout Plain Layout
43002
43003 }
43004 \end_layout
43005
43006 \end_inset
43007
43008  MidnightBlue
43009 \end_layout
43010
43011 \end_inset
43012 </cell>
43013 </row>
43014 <row>
43015 <cell alignment="left" valignment="top" usebox="none">
43016 \begin_inset Text
43017
43018 \begin_layout Plain Layout
43019 \begin_inset ERT
43020 status collapsed
43021
43022 \begin_layout Plain Layout
43023
43024
43025 \backslash
43026 fcolorbox{black}{
43027 \end_layout
43028
43029 \end_inset
43030
43031 Mulberry
43032 \begin_inset ERT
43033 status collapsed
43034
43035 \begin_layout Plain Layout
43036
43037 }{
43038 \end_layout
43039
43040 \end_inset
43041
43042
43043 \begin_inset Phantom Phantom
43044 status open
43045
43046 \begin_layout Plain Layout
43047 W
43048 \end_layout
43049
43050 \end_inset
43051
43052
43053 \begin_inset ERT
43054 status collapsed
43055
43056 \begin_layout Plain Layout
43057
43058 }
43059 \end_layout
43060
43061 \end_inset
43062
43063  Mulberry
43064 \end_layout
43065
43066 \end_inset
43067 </cell>
43068 <cell alignment="left" valignment="top" usebox="none">
43069 \begin_inset Text
43070
43071 \begin_layout Plain Layout
43072 \begin_inset ERT
43073 status collapsed
43074
43075 \begin_layout Plain Layout
43076
43077
43078 \backslash
43079 fcolorbox{black}{
43080 \end_layout
43081
43082 \end_inset
43083
43084 NavyBlue
43085 \begin_inset ERT
43086 status collapsed
43087
43088 \begin_layout Plain Layout
43089
43090 }{
43091 \end_layout
43092
43093 \end_inset
43094
43095
43096 \begin_inset Phantom Phantom
43097 status open
43098
43099 \begin_layout Plain Layout
43100 W
43101 \end_layout
43102
43103 \end_inset
43104
43105
43106 \begin_inset ERT
43107 status collapsed
43108
43109 \begin_layout Plain Layout
43110
43111 }
43112 \end_layout
43113
43114 \end_inset
43115
43116  NavyBlue
43117 \end_layout
43118
43119 \end_inset
43120 </cell>
43121 <cell alignment="left" valignment="top" usebox="none">
43122 \begin_inset Text
43123
43124 \begin_layout Plain Layout
43125 \begin_inset ERT
43126 status collapsed
43127
43128 \begin_layout Plain Layout
43129
43130
43131 \backslash
43132 fcolorbox{black}{
43133 \end_layout
43134
43135 \end_inset
43136
43137 OliveGreen
43138 \begin_inset ERT
43139 status collapsed
43140
43141 \begin_layout Plain Layout
43142
43143 }{
43144 \end_layout
43145
43146 \end_inset
43147
43148
43149 \begin_inset Phantom Phantom
43150 status open
43151
43152 \begin_layout Plain Layout
43153 W
43154 \end_layout
43155
43156 \end_inset
43157
43158
43159 \begin_inset ERT
43160 status collapsed
43161
43162 \begin_layout Plain Layout
43163
43164 }
43165 \end_layout
43166
43167 \end_inset
43168
43169  OliveGreen
43170 \end_layout
43171
43172 \end_inset
43173 </cell>
43174 <cell alignment="left" valignment="top" usebox="none">
43175 \begin_inset Text
43176
43177 \begin_layout Plain Layout
43178 \begin_inset ERT
43179 status collapsed
43180
43181 \begin_layout Plain Layout
43182
43183
43184 \backslash
43185 fcolorbox{black}{
43186 \end_layout
43187
43188 \end_inset
43189
43190 Orange
43191 \begin_inset ERT
43192 status collapsed
43193
43194 \begin_layout Plain Layout
43195
43196 }{
43197 \end_layout
43198
43199 \end_inset
43200
43201
43202 \begin_inset Phantom Phantom
43203 status open
43204
43205 \begin_layout Plain Layout
43206 W
43207 \end_layout
43208
43209 \end_inset
43210
43211
43212 \begin_inset ERT
43213 status collapsed
43214
43215 \begin_layout Plain Layout
43216
43217 }
43218 \end_layout
43219
43220 \end_inset
43221
43222  Orange
43223 \end_layout
43224
43225 \end_inset
43226 </cell>
43227 </row>
43228 <row>
43229 <cell alignment="left" valignment="top" usebox="none">
43230 \begin_inset Text
43231
43232 \begin_layout Plain Layout
43233 \begin_inset ERT
43234 status collapsed
43235
43236 \begin_layout Plain Layout
43237
43238
43239 \backslash
43240 fcolorbox{black}{
43241 \end_layout
43242
43243 \end_inset
43244
43245 OrangeRed
43246 \begin_inset ERT
43247 status collapsed
43248
43249 \begin_layout Plain Layout
43250
43251 }{
43252 \end_layout
43253
43254 \end_inset
43255
43256
43257 \begin_inset Phantom Phantom
43258 status open
43259
43260 \begin_layout Plain Layout
43261 W
43262 \end_layout
43263
43264 \end_inset
43265
43266
43267 \begin_inset ERT
43268 status collapsed
43269
43270 \begin_layout Plain Layout
43271
43272 }
43273 \end_layout
43274
43275 \end_inset
43276
43277  OrangeRed
43278 \end_layout
43279
43280 \end_inset
43281 </cell>
43282 <cell alignment="left" valignment="top" usebox="none">
43283 \begin_inset Text
43284
43285 \begin_layout Plain Layout
43286 \begin_inset ERT
43287 status collapsed
43288
43289 \begin_layout Plain Layout
43290
43291
43292 \backslash
43293 fcolorbox{black}{
43294 \end_layout
43295
43296 \end_inset
43297
43298 Orchid
43299 \begin_inset ERT
43300 status collapsed
43301
43302 \begin_layout Plain Layout
43303
43304 }{
43305 \end_layout
43306
43307 \end_inset
43308
43309
43310 \begin_inset Phantom Phantom
43311 status open
43312
43313 \begin_layout Plain Layout
43314 W
43315 \end_layout
43316
43317 \end_inset
43318
43319
43320 \begin_inset ERT
43321 status collapsed
43322
43323 \begin_layout Plain Layout
43324
43325 }
43326 \end_layout
43327
43328 \end_inset
43329
43330  Orchid
43331 \end_layout
43332
43333 \end_inset
43334 </cell>
43335 <cell alignment="left" valignment="top" usebox="none">
43336 \begin_inset Text
43337
43338 \begin_layout Plain Layout
43339 \begin_inset ERT
43340 status collapsed
43341
43342 \begin_layout Plain Layout
43343
43344
43345 \backslash
43346 fcolorbox{black}{
43347 \end_layout
43348
43349 \end_inset
43350
43351 Peach
43352 \begin_inset ERT
43353 status collapsed
43354
43355 \begin_layout Plain Layout
43356
43357 }{
43358 \end_layout
43359
43360 \end_inset
43361
43362
43363 \begin_inset Phantom Phantom
43364 status open
43365
43366 \begin_layout Plain Layout
43367 W
43368 \end_layout
43369
43370 \end_inset
43371
43372
43373 \begin_inset ERT
43374 status collapsed
43375
43376 \begin_layout Plain Layout
43377
43378 }
43379 \end_layout
43380
43381 \end_inset
43382
43383  Peach
43384 \end_layout
43385
43386 \end_inset
43387 </cell>
43388 <cell alignment="left" valignment="top" usebox="none">
43389 \begin_inset Text
43390
43391 \begin_layout Plain Layout
43392 \begin_inset ERT
43393 status collapsed
43394
43395 \begin_layout Plain Layout
43396
43397
43398 \backslash
43399 fcolorbox{black}{
43400 \end_layout
43401
43402 \end_inset
43403
43404 Periwinkle
43405 \begin_inset ERT
43406 status collapsed
43407
43408 \begin_layout Plain Layout
43409
43410 }{
43411 \end_layout
43412
43413 \end_inset
43414
43415
43416 \begin_inset Phantom Phantom
43417 status open
43418
43419 \begin_layout Plain Layout
43420 W
43421 \end_layout
43422
43423 \end_inset
43424
43425
43426 \begin_inset ERT
43427 status collapsed
43428
43429 \begin_layout Plain Layout
43430
43431 }
43432 \end_layout
43433
43434 \end_inset
43435
43436  Periwinkle
43437 \end_layout
43438
43439 \end_inset
43440 </cell>
43441 </row>
43442 <row>
43443 <cell alignment="left" valignment="top" usebox="none">
43444 \begin_inset Text
43445
43446 \begin_layout Plain Layout
43447 \begin_inset ERT
43448 status collapsed
43449
43450 \begin_layout Plain Layout
43451
43452
43453 \backslash
43454 fcolorbox{black}{
43455 \end_layout
43456
43457 \end_inset
43458
43459 PineGreen
43460 \begin_inset ERT
43461 status collapsed
43462
43463 \begin_layout Plain Layout
43464
43465 }{
43466 \end_layout
43467
43468 \end_inset
43469
43470
43471 \begin_inset Phantom Phantom
43472 status open
43473
43474 \begin_layout Plain Layout
43475 W
43476 \end_layout
43477
43478 \end_inset
43479
43480
43481 \begin_inset ERT
43482 status collapsed
43483
43484 \begin_layout Plain Layout
43485
43486 }
43487 \end_layout
43488
43489 \end_inset
43490
43491  PineGreen
43492 \end_layout
43493
43494 \end_inset
43495 </cell>
43496 <cell alignment="left" valignment="top" usebox="none">
43497 \begin_inset Text
43498
43499 \begin_layout Plain Layout
43500 \begin_inset ERT
43501 status collapsed
43502
43503 \begin_layout Plain Layout
43504
43505
43506 \backslash
43507 fcolorbox{black}{
43508 \end_layout
43509
43510 \end_inset
43511
43512 Plum
43513 \begin_inset ERT
43514 status collapsed
43515
43516 \begin_layout Plain Layout
43517
43518 }{
43519 \end_layout
43520
43521 \end_inset
43522
43523
43524 \begin_inset Phantom Phantom
43525 status open
43526
43527 \begin_layout Plain Layout
43528 W
43529 \end_layout
43530
43531 \end_inset
43532
43533
43534 \begin_inset ERT
43535 status collapsed
43536
43537 \begin_layout Plain Layout
43538
43539 }
43540 \end_layout
43541
43542 \end_inset
43543
43544  Plum
43545 \end_layout
43546
43547 \end_inset
43548 </cell>
43549 <cell alignment="left" valignment="top" usebox="none">
43550 \begin_inset Text
43551
43552 \begin_layout Plain Layout
43553 \begin_inset ERT
43554 status collapsed
43555
43556 \begin_layout Plain Layout
43557
43558
43559 \backslash
43560 fcolorbox{black}{
43561 \end_layout
43562
43563 \end_inset
43564
43565 ProcessBlue
43566 \begin_inset ERT
43567 status collapsed
43568
43569 \begin_layout Plain Layout
43570
43571 }{
43572 \end_layout
43573
43574 \end_inset
43575
43576
43577 \begin_inset Phantom Phantom
43578 status open
43579
43580 \begin_layout Plain Layout
43581 W
43582 \end_layout
43583
43584 \end_inset
43585
43586
43587 \begin_inset ERT
43588 status collapsed
43589
43590 \begin_layout Plain Layout
43591
43592 }
43593 \end_layout
43594
43595 \end_inset
43596
43597  ProcessBlue
43598 \end_layout
43599
43600 \end_inset
43601 </cell>
43602 <cell alignment="left" valignment="top" usebox="none">
43603 \begin_inset Text
43604
43605 \begin_layout Plain Layout
43606 \begin_inset ERT
43607 status collapsed
43608
43609 \begin_layout Plain Layout
43610
43611
43612 \backslash
43613 fcolorbox{black}{
43614 \end_layout
43615
43616 \end_inset
43617
43618 Purple
43619 \begin_inset ERT
43620 status collapsed
43621
43622 \begin_layout Plain Layout
43623
43624 }{
43625 \end_layout
43626
43627 \end_inset
43628
43629
43630 \begin_inset Phantom Phantom
43631 status open
43632
43633 \begin_layout Plain Layout
43634 W
43635 \end_layout
43636
43637 \end_inset
43638
43639
43640 \begin_inset ERT
43641 status collapsed
43642
43643 \begin_layout Plain Layout
43644
43645 }
43646 \end_layout
43647
43648 \end_inset
43649
43650  Purple
43651 \end_layout
43652
43653 \end_inset
43654 </cell>
43655 </row>
43656 <row>
43657 <cell alignment="left" valignment="top" usebox="none">
43658 \begin_inset Text
43659
43660 \begin_layout Plain Layout
43661 \begin_inset ERT
43662 status collapsed
43663
43664 \begin_layout Plain Layout
43665
43666
43667 \backslash
43668 fcolorbox{black}{
43669 \end_layout
43670
43671 \end_inset
43672
43673 RawSienna
43674 \begin_inset ERT
43675 status collapsed
43676
43677 \begin_layout Plain Layout
43678
43679 }{
43680 \end_layout
43681
43682 \end_inset
43683
43684
43685 \begin_inset Phantom Phantom
43686 status open
43687
43688 \begin_layout Plain Layout
43689 W
43690 \end_layout
43691
43692 \end_inset
43693
43694
43695 \begin_inset ERT
43696 status collapsed
43697
43698 \begin_layout Plain Layout
43699
43700 }
43701 \end_layout
43702
43703 \end_inset
43704
43705  RawSienna
43706 \end_layout
43707
43708 \end_inset
43709 </cell>
43710 <cell alignment="left" valignment="top" usebox="none">
43711 \begin_inset Text
43712
43713 \begin_layout Plain Layout
43714 \begin_inset ERT
43715 status collapsed
43716
43717 \begin_layout Plain Layout
43718
43719
43720 \backslash
43721 fcolorbox{black}{
43722 \end_layout
43723
43724 \end_inset
43725
43726 RedOrange
43727 \begin_inset ERT
43728 status collapsed
43729
43730 \begin_layout Plain Layout
43731
43732 }{
43733 \end_layout
43734
43735 \end_inset
43736
43737
43738 \begin_inset Phantom Phantom
43739 status open
43740
43741 \begin_layout Plain Layout
43742 W
43743 \end_layout
43744
43745 \end_inset
43746
43747
43748 \begin_inset ERT
43749 status collapsed
43750
43751 \begin_layout Plain Layout
43752
43753 }
43754 \end_layout
43755
43756 \end_inset
43757
43758  RedOrange
43759 \end_layout
43760
43761 \end_inset
43762 </cell>
43763 <cell alignment="left" valignment="top" usebox="none">
43764 \begin_inset Text
43765
43766 \begin_layout Plain Layout
43767 \begin_inset ERT
43768 status collapsed
43769
43770 \begin_layout Plain Layout
43771
43772
43773 \backslash
43774 fcolorbox{black}{
43775 \end_layout
43776
43777 \end_inset
43778
43779 RedViolet
43780 \begin_inset ERT
43781 status collapsed
43782
43783 \begin_layout Plain Layout
43784
43785 }{
43786 \end_layout
43787
43788 \end_inset
43789
43790
43791 \begin_inset Phantom Phantom
43792 status open
43793
43794 \begin_layout Plain Layout
43795 W
43796 \end_layout
43797
43798 \end_inset
43799
43800
43801 \begin_inset ERT
43802 status collapsed
43803
43804 \begin_layout Plain Layout
43805
43806 }
43807 \end_layout
43808
43809 \end_inset
43810
43811  RedViolet
43812 \end_layout
43813
43814 \end_inset
43815 </cell>
43816 <cell alignment="left" valignment="top" usebox="none">
43817 \begin_inset Text
43818
43819 \begin_layout Plain Layout
43820 \begin_inset ERT
43821 status collapsed
43822
43823 \begin_layout Plain Layout
43824
43825
43826 \backslash
43827 fcolorbox{black}{
43828 \end_layout
43829
43830 \end_inset
43831
43832 Rhodamine
43833 \begin_inset ERT
43834 status collapsed
43835
43836 \begin_layout Plain Layout
43837
43838 }{
43839 \end_layout
43840
43841 \end_inset
43842
43843
43844 \begin_inset Phantom Phantom
43845 status open
43846
43847 \begin_layout Plain Layout
43848 W
43849 \end_layout
43850
43851 \end_inset
43852
43853
43854 \begin_inset ERT
43855 status collapsed
43856
43857 \begin_layout Plain Layout
43858
43859 }
43860 \end_layout
43861
43862 \end_inset
43863
43864  Rhodamine
43865 \end_layout
43866
43867 \end_inset
43868 </cell>
43869 </row>
43870 <row>
43871 <cell alignment="left" valignment="top" usebox="none">
43872 \begin_inset Text
43873
43874 \begin_layout Plain Layout
43875 \begin_inset ERT
43876 status collapsed
43877
43878 \begin_layout Plain Layout
43879
43880
43881 \backslash
43882 fcolorbox{black}{
43883 \end_layout
43884
43885 \end_inset
43886
43887 RoyalBlue
43888 \begin_inset ERT
43889 status collapsed
43890
43891 \begin_layout Plain Layout
43892
43893 }{
43894 \end_layout
43895
43896 \end_inset
43897
43898
43899 \begin_inset Phantom Phantom
43900 status open
43901
43902 \begin_layout Plain Layout
43903 W
43904 \end_layout
43905
43906 \end_inset
43907
43908
43909 \begin_inset ERT
43910 status collapsed
43911
43912 \begin_layout Plain Layout
43913
43914 }
43915 \end_layout
43916
43917 \end_inset
43918
43919  RoyalBlue
43920 \end_layout
43921
43922 \end_inset
43923 </cell>
43924 <cell alignment="left" valignment="top" usebox="none">
43925 \begin_inset Text
43926
43927 \begin_layout Plain Layout
43928 \begin_inset ERT
43929 status collapsed
43930
43931 \begin_layout Plain Layout
43932
43933
43934 \backslash
43935 fcolorbox{black}{
43936 \end_layout
43937
43938 \end_inset
43939
43940 RoyalPurple
43941 \begin_inset ERT
43942 status collapsed
43943
43944 \begin_layout Plain Layout
43945
43946 }{
43947 \end_layout
43948
43949 \end_inset
43950
43951
43952 \begin_inset Phantom Phantom
43953 status open
43954
43955 \begin_layout Plain Layout
43956 W
43957 \end_layout
43958
43959 \end_inset
43960
43961
43962 \begin_inset ERT
43963 status collapsed
43964
43965 \begin_layout Plain Layout
43966
43967 }
43968 \end_layout
43969
43970 \end_inset
43971
43972  RoyalPurple
43973 \end_layout
43974
43975 \end_inset
43976 </cell>
43977 <cell alignment="left" valignment="top" usebox="none">
43978 \begin_inset Text
43979
43980 \begin_layout Plain Layout
43981 \begin_inset ERT
43982 status collapsed
43983
43984 \begin_layout Plain Layout
43985
43986
43987 \backslash
43988 fcolorbox{black}{
43989 \end_layout
43990
43991 \end_inset
43992
43993 RubineRed
43994 \begin_inset ERT
43995 status collapsed
43996
43997 \begin_layout Plain Layout
43998
43999 }{
44000 \end_layout
44001
44002 \end_inset
44003
44004
44005 \begin_inset Phantom Phantom
44006 status open
44007
44008 \begin_layout Plain Layout
44009 W
44010 \end_layout
44011
44012 \end_inset
44013
44014
44015 \begin_inset ERT
44016 status collapsed
44017
44018 \begin_layout Plain Layout
44019
44020 }
44021 \end_layout
44022
44023 \end_inset
44024
44025  RubineRed
44026 \end_layout
44027
44028 \end_inset
44029 </cell>
44030 <cell alignment="left" valignment="top" usebox="none">
44031 \begin_inset Text
44032
44033 \begin_layout Plain Layout
44034 \begin_inset ERT
44035 status collapsed
44036
44037 \begin_layout Plain Layout
44038
44039
44040 \backslash
44041 fcolorbox{black}{
44042 \end_layout
44043
44044 \end_inset
44045
44046 Salmon
44047 \begin_inset ERT
44048 status collapsed
44049
44050 \begin_layout Plain Layout
44051
44052 }{
44053 \end_layout
44054
44055 \end_inset
44056
44057
44058 \begin_inset Phantom Phantom
44059 status open
44060
44061 \begin_layout Plain Layout
44062 W
44063 \end_layout
44064
44065 \end_inset
44066
44067
44068 \begin_inset ERT
44069 status collapsed
44070
44071 \begin_layout Plain Layout
44072
44073 }
44074 \end_layout
44075
44076 \end_inset
44077
44078  Salmon
44079 \end_layout
44080
44081 \end_inset
44082 </cell>
44083 </row>
44084 <row>
44085 <cell alignment="left" valignment="top" usebox="none">
44086 \begin_inset Text
44087
44088 \begin_layout Plain Layout
44089 \begin_inset ERT
44090 status collapsed
44091
44092 \begin_layout Plain Layout
44093
44094
44095 \backslash
44096 fcolorbox{black}{
44097 \end_layout
44098
44099 \end_inset
44100
44101 SeaGreen
44102 \begin_inset ERT
44103 status collapsed
44104
44105 \begin_layout Plain Layout
44106
44107 }{
44108 \end_layout
44109
44110 \end_inset
44111
44112
44113 \begin_inset Phantom Phantom
44114 status open
44115
44116 \begin_layout Plain Layout
44117 W
44118 \end_layout
44119
44120 \end_inset
44121
44122
44123 \begin_inset ERT
44124 status collapsed
44125
44126 \begin_layout Plain Layout
44127
44128 }
44129 \end_layout
44130
44131 \end_inset
44132
44133  SeaGreen
44134 \end_layout
44135
44136 \end_inset
44137 </cell>
44138 <cell alignment="left" valignment="top" usebox="none">
44139 \begin_inset Text
44140
44141 \begin_layout Plain Layout
44142 \begin_inset ERT
44143 status collapsed
44144
44145 \begin_layout Plain Layout
44146
44147
44148 \backslash
44149 fcolorbox{black}{
44150 \end_layout
44151
44152 \end_inset
44153
44154 Sepia
44155 \begin_inset ERT
44156 status collapsed
44157
44158 \begin_layout Plain Layout
44159
44160 }{
44161 \end_layout
44162
44163 \end_inset
44164
44165
44166 \begin_inset Phantom Phantom
44167 status open
44168
44169 \begin_layout Plain Layout
44170 W
44171 \end_layout
44172
44173 \end_inset
44174
44175
44176 \begin_inset ERT
44177 status collapsed
44178
44179 \begin_layout Plain Layout
44180
44181 }
44182 \end_layout
44183
44184 \end_inset
44185
44186  Sepia
44187 \end_layout
44188
44189 \end_inset
44190 </cell>
44191 <cell alignment="left" valignment="top" usebox="none">
44192 \begin_inset Text
44193
44194 \begin_layout Plain Layout
44195 \begin_inset ERT
44196 status collapsed
44197
44198 \begin_layout Plain Layout
44199
44200
44201 \backslash
44202 fcolorbox{black}{
44203 \end_layout
44204
44205 \end_inset
44206
44207 SkyBlue
44208 \begin_inset ERT
44209 status collapsed
44210
44211 \begin_layout Plain Layout
44212
44213 }{
44214 \end_layout
44215
44216 \end_inset
44217
44218
44219 \begin_inset Phantom Phantom
44220 status open
44221
44222 \begin_layout Plain Layout
44223 W
44224 \end_layout
44225
44226 \end_inset
44227
44228
44229 \begin_inset ERT
44230 status collapsed
44231
44232 \begin_layout Plain Layout
44233
44234 }
44235 \end_layout
44236
44237 \end_inset
44238
44239  SkyBlue
44240 \end_layout
44241
44242 \end_inset
44243 </cell>
44244 <cell alignment="left" valignment="top" usebox="none">
44245 \begin_inset Text
44246
44247 \begin_layout Plain Layout
44248 \begin_inset ERT
44249 status collapsed
44250
44251 \begin_layout Plain Layout
44252
44253
44254 \backslash
44255 fcolorbox{black}{
44256 \end_layout
44257
44258 \end_inset
44259
44260 SpringGreen
44261 \begin_inset ERT
44262 status collapsed
44263
44264 \begin_layout Plain Layout
44265
44266 }{
44267 \end_layout
44268
44269 \end_inset
44270
44271
44272 \begin_inset Phantom Phantom
44273 status open
44274
44275 \begin_layout Plain Layout
44276 W
44277 \end_layout
44278
44279 \end_inset
44280
44281
44282 \begin_inset ERT
44283 status collapsed
44284
44285 \begin_layout Plain Layout
44286
44287 }
44288 \end_layout
44289
44290 \end_inset
44291
44292  SpringGreen
44293 \end_layout
44294
44295 \end_inset
44296 </cell>
44297 </row>
44298 <row>
44299 <cell alignment="left" valignment="top" usebox="none">
44300 \begin_inset Text
44301
44302 \begin_layout Plain Layout
44303 \begin_inset ERT
44304 status collapsed
44305
44306 \begin_layout Plain Layout
44307
44308
44309 \backslash
44310 fcolorbox{black}{
44311 \end_layout
44312
44313 \end_inset
44314
44315 Tan
44316 \begin_inset ERT
44317 status collapsed
44318
44319 \begin_layout Plain Layout
44320
44321 }{
44322 \end_layout
44323
44324 \end_inset
44325
44326
44327 \begin_inset Phantom Phantom
44328 status open
44329
44330 \begin_layout Plain Layout
44331 W
44332 \end_layout
44333
44334 \end_inset
44335
44336
44337 \begin_inset ERT
44338 status collapsed
44339
44340 \begin_layout Plain Layout
44341
44342 }
44343 \end_layout
44344
44345 \end_inset
44346
44347  Tan
44348 \end_layout
44349
44350 \end_inset
44351 </cell>
44352 <cell alignment="left" valignment="top" usebox="none">
44353 \begin_inset Text
44354
44355 \begin_layout Plain Layout
44356 \begin_inset ERT
44357 status collapsed
44358
44359 \begin_layout Plain Layout
44360
44361
44362 \backslash
44363 fcolorbox{black}{
44364 \end_layout
44365
44366 \end_inset
44367
44368 TealBlue
44369 \begin_inset ERT
44370 status collapsed
44371
44372 \begin_layout Plain Layout
44373
44374 }{
44375 \end_layout
44376
44377 \end_inset
44378
44379
44380 \begin_inset Phantom Phantom
44381 status open
44382
44383 \begin_layout Plain Layout
44384 W
44385 \end_layout
44386
44387 \end_inset
44388
44389
44390 \begin_inset ERT
44391 status collapsed
44392
44393 \begin_layout Plain Layout
44394
44395 }
44396 \end_layout
44397
44398 \end_inset
44399
44400  TealBlue
44401 \end_layout
44402
44403 \end_inset
44404 </cell>
44405 <cell alignment="left" valignment="top" usebox="none">
44406 \begin_inset Text
44407
44408 \begin_layout Plain Layout
44409 \begin_inset ERT
44410 status collapsed
44411
44412 \begin_layout Plain Layout
44413
44414
44415 \backslash
44416 fcolorbox{black}{
44417 \end_layout
44418
44419 \end_inset
44420
44421 Thistle
44422 \begin_inset ERT
44423 status collapsed
44424
44425 \begin_layout Plain Layout
44426
44427 }{
44428 \end_layout
44429
44430 \end_inset
44431
44432
44433 \begin_inset Phantom Phantom
44434 status open
44435
44436 \begin_layout Plain Layout
44437 W
44438 \end_layout
44439
44440 \end_inset
44441
44442
44443 \begin_inset ERT
44444 status collapsed
44445
44446 \begin_layout Plain Layout
44447
44448 }
44449 \end_layout
44450
44451 \end_inset
44452
44453  Thistle
44454 \end_layout
44455
44456 \end_inset
44457 </cell>
44458 <cell alignment="left" valignment="top" usebox="none">
44459 \begin_inset Text
44460
44461 \begin_layout Plain Layout
44462 \begin_inset ERT
44463 status collapsed
44464
44465 \begin_layout Plain Layout
44466
44467
44468 \backslash
44469 fcolorbox{black}{
44470 \end_layout
44471
44472 \end_inset
44473
44474 Turquoise
44475 \begin_inset ERT
44476 status collapsed
44477
44478 \begin_layout Plain Layout
44479
44480 }{
44481 \end_layout
44482
44483 \end_inset
44484
44485
44486 \begin_inset Phantom Phantom
44487 status open
44488
44489 \begin_layout Plain Layout
44490 W
44491 \end_layout
44492
44493 \end_inset
44494
44495
44496 \begin_inset ERT
44497 status collapsed
44498
44499 \begin_layout Plain Layout
44500
44501 }
44502 \end_layout
44503
44504 \end_inset
44505
44506  Turquoise
44507 \end_layout
44508
44509 \end_inset
44510 </cell>
44511 </row>
44512 <row>
44513 <cell alignment="left" valignment="top" usebox="none">
44514 \begin_inset Text
44515
44516 \begin_layout Plain Layout
44517 \begin_inset ERT
44518 status collapsed
44519
44520 \begin_layout Plain Layout
44521
44522
44523 \backslash
44524 fcolorbox{black}{
44525 \end_layout
44526
44527 \end_inset
44528
44529 Violet
44530 \begin_inset ERT
44531 status collapsed
44532
44533 \begin_layout Plain Layout
44534
44535 }{
44536 \end_layout
44537
44538 \end_inset
44539
44540
44541 \begin_inset Phantom Phantom
44542 status open
44543
44544 \begin_layout Plain Layout
44545 W
44546 \end_layout
44547
44548 \end_inset
44549
44550
44551 \begin_inset ERT
44552 status collapsed
44553
44554 \begin_layout Plain Layout
44555
44556 }
44557 \end_layout
44558
44559 \end_inset
44560
44561  Violet
44562 \end_layout
44563
44564 \end_inset
44565 </cell>
44566 <cell alignment="left" valignment="top" usebox="none">
44567 \begin_inset Text
44568
44569 \begin_layout Plain Layout
44570 \begin_inset ERT
44571 status collapsed
44572
44573 \begin_layout Plain Layout
44574
44575
44576 \backslash
44577 fcolorbox{black}{
44578 \end_layout
44579
44580 \end_inset
44581
44582 VioletRed
44583 \begin_inset ERT
44584 status collapsed
44585
44586 \begin_layout Plain Layout
44587
44588 }{
44589 \end_layout
44590
44591 \end_inset
44592
44593
44594 \begin_inset Phantom Phantom
44595 status open
44596
44597 \begin_layout Plain Layout
44598 W
44599 \end_layout
44600
44601 \end_inset
44602
44603
44604 \begin_inset ERT
44605 status collapsed
44606
44607 \begin_layout Plain Layout
44608
44609 }
44610 \end_layout
44611
44612 \end_inset
44613
44614  VioletRed
44615 \end_layout
44616
44617 \end_inset
44618 </cell>
44619 <cell alignment="left" valignment="top" usebox="none">
44620 \begin_inset Text
44621
44622 \begin_layout Plain Layout
44623 \begin_inset ERT
44624 status collapsed
44625
44626 \begin_layout Plain Layout
44627
44628
44629 \backslash
44630 fcolorbox{black}{
44631 \end_layout
44632
44633 \end_inset
44634
44635 WildStrawberry
44636 \begin_inset ERT
44637 status collapsed
44638
44639 \begin_layout Plain Layout
44640
44641 }{
44642 \end_layout
44643
44644 \end_inset
44645
44646
44647 \begin_inset Phantom Phantom
44648 status open
44649
44650 \begin_layout Plain Layout
44651 W
44652 \end_layout
44653
44654 \end_inset
44655
44656
44657 \begin_inset ERT
44658 status collapsed
44659
44660 \begin_layout Plain Layout
44661
44662 }
44663 \end_layout
44664
44665 \end_inset
44666
44667  WildStrawberry
44668 \end_layout
44669
44670 \end_inset
44671 </cell>
44672 <cell alignment="left" valignment="top" usebox="none">
44673 \begin_inset Text
44674
44675 \begin_layout Plain Layout
44676 \begin_inset ERT
44677 status collapsed
44678
44679 \begin_layout Plain Layout
44680
44681
44682 \backslash
44683 fcolorbox{black}{
44684 \end_layout
44685
44686 \end_inset
44687
44688 YellowGreen
44689 \begin_inset ERT
44690 status collapsed
44691
44692 \begin_layout Plain Layout
44693
44694 }{
44695 \end_layout
44696
44697 \end_inset
44698
44699
44700 \begin_inset Phantom Phantom
44701 status open
44702
44703 \begin_layout Plain Layout
44704 W
44705 \end_layout
44706
44707 \end_inset
44708
44709
44710 \begin_inset ERT
44711 status collapsed
44712
44713 \begin_layout Plain Layout
44714
44715 }
44716 \end_layout
44717
44718 \end_inset
44719
44720  YellowGreen
44721 \end_layout
44722
44723 \end_inset
44724 </cell>
44725 </row>
44726 <row>
44727 <cell alignment="left" valignment="top" usebox="none">
44728 \begin_inset Text
44729
44730 \begin_layout Plain Layout
44731 \begin_inset ERT
44732 status collapsed
44733
44734 \begin_layout Plain Layout
44735
44736
44737 \backslash
44738 fcolorbox{black}{
44739 \end_layout
44740
44741 \end_inset
44742
44743 YellowOrange
44744 \begin_inset ERT
44745 status collapsed
44746
44747 \begin_layout Plain Layout
44748
44749 }{
44750 \end_layout
44751
44752 \end_inset
44753
44754
44755 \begin_inset Phantom Phantom
44756 status open
44757
44758 \begin_layout Plain Layout
44759 W
44760 \end_layout
44761
44762 \end_inset
44763
44764
44765 \begin_inset ERT
44766 status collapsed
44767
44768 \begin_layout Plain Layout
44769
44770 }
44771 \end_layout
44772
44773 \end_inset
44774
44775  YellowOrange
44776 \end_layout
44777
44778 \end_inset
44779 </cell>
44780 <cell alignment="left" valignment="top" usebox="none">
44781 \begin_inset Text
44782
44783 \begin_layout Plain Layout
44784
44785 \end_layout
44786
44787 \end_inset
44788 </cell>
44789 <cell alignment="left" valignment="top" usebox="none">
44790 \begin_inset Text
44791
44792 \begin_layout Plain Layout
44793
44794 \end_layout
44795
44796 \end_inset
44797 </cell>
44798 <cell alignment="left" valignment="top" usebox="none">
44799 \begin_inset Text
44800
44801 \begin_layout Plain Layout
44802
44803 \end_layout
44804
44805 \end_inset
44806 </cell>
44807 </row>
44808 </lyxtabular>
44809
44810 \end_inset
44811
44812
44813 \end_layout
44814
44815 \begin_layout Chapter
44816 Erklärung der Gleichung
44817 \begin_inset space ~
44818 \end_inset
44819
44820 (
44821 \begin_inset CommandInset ref
44822 LatexCommand ref
44823 reference "eq:Wgn"
44824
44825 \end_inset
44826
44827 )
44828 \begin_inset CommandInset label
44829 LatexCommand label
44830 name "kap:Erläuterung-einer-Gleichung"
44831
44832 \end_inset
44833
44834
44835 \end_layout
44836
44837 \begin_layout Standard
44838 Die Gesamtbreite von
44839 \emph on
44840  n
44841 \emph default
44842  Tabellenzellen 
44843 \begin_inset Formula $W_{\mathrm{tot\, n}}$
44844 \end_inset
44845
44846  kann wie folgt berechnet werden:
44847 \begin_inset Formula 
44848 \begin{equation}
44849 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44850 \end{equation}
44851
44852 \end_inset
44853
44854
44855 \end_layout
44856
44857 \begin_layout Standard
44858 Dabei ist 
44859 \begin_inset Formula $W_{g\, n}$
44860 \end_inset
44861
44862  die Breite jeder Zelle.
44863
44864 \series bold
44865  
44866 \backslash
44867 tabcolsep
44868 \series default
44869  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
44870  Standardwert 6
44871 \begin_inset space \thinspace{}
44872 \end_inset
44873
44874 pt.
44875  
44876 \series bold
44877
44878 \backslash
44879 arrayrulewidth
44880 \series default
44881  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
44882 \begin_inset space \thinspace{}
44883 \end_inset
44884
44885 pt.
44886 \end_layout
44887
44888 \begin_layout Standard
44889 Nach Gleichung
44890 \begin_inset space ~
44891 \end_inset
44892
44893
44894 \begin_inset CommandInset ref
44895 LatexCommand ref
44896 reference "eq:Wtot_n"
44897
44898 \end_inset
44899
44900  ist die Gesamtbreite einer Mehrfachspalte, 
44901 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
44902 \end_inset
44903
44904 ,
44905 \begin_inset Formula 
44906 \begin{equation}
44907 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44908 \end{equation}
44909
44910 \end_inset
44911
44912
44913 \end_layout
44914
44915 \begin_layout Standard
44916 Setzt man die Gleichungen
44917 \begin_inset space ~
44918 \end_inset
44919
44920
44921 \begin_inset CommandInset ref
44922 LatexCommand ref
44923 reference "eq:Wtot_n"
44924
44925 \end_inset
44926
44927  und 
44928 \begin_inset CommandInset ref
44929 LatexCommand ref
44930 reference "eq:Wtot_mult"
44931
44932 \end_inset
44933
44934  gleich, kann man die benötigte Breite 
44935 \begin_inset Formula $W_{g\, n}$
44936 \end_inset
44937
44938 , wenn 
44939 \emph on
44940 n
44941 \emph default
44942  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
44943 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
44944 \end_inset
44945
44946  hat, berechnen:
44947 \begin_inset Formula 
44948 \begin{equation}
44949 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44950 \end{equation}
44951
44952 \end_inset
44953
44954
44955 \end_layout
44956
44957 \begin_layout Bibliography
44958 \begin_inset CommandInset bibitem
44959 LatexCommand bibitem
44960 key "latexcompanion"
44961
44962 \end_inset
44963
44964 Frank Mittelbach and Michel Goossens: 
44965 \emph on
44966 The LaTeX Companion Second Edition.
44967
44968 \emph default
44969  Addison-Wesley, 2004
44970 \end_layout
44971
44972 \begin_layout Bibliography
44973 \begin_inset CommandInset bibitem
44974 LatexCommand bibitem
44975 key "latexguide"
44976
44977 \end_inset
44978
44979 Helmut Kopka and Patrick W.
44980  Daly: 
44981 \emph on
44982 A Guide to LaTeX Fourth Edition.
44983
44984 \emph default
44985  Addison-Wesley, 2003
44986 \end_layout
44987
44988 \begin_layout Bibliography
44989 \begin_inset CommandInset bibitem
44990 LatexCommand bibitem
44991 key "lamport"
44992
44993 \end_inset
44994
44995 Leslie Lamport: 
44996 \emph on
44997 LaTeX: A Document Preparation System.
44998
44999 \emph default
45000  Addison-Wesley, second edition, 1994
45001 \end_layout
45002
45003 \begin_layout Bibliography
45004 \begin_inset CommandInset bibitem
45005 LatexCommand bibitem
45006 key "latex-praxisbuch"
45007
45008 \end_inset
45009
45010 Niedermair, Elke & Michael: 
45011 \emph on
45012 LaTeX-Praxisbuch
45013 \emph default
45014 , Franzis-Verlag, 2004
45015 \end_layout
45016
45017 \begin_layout Bibliography
45018 \begin_inset CommandInset bibitem
45019 LatexCommand bibitem
45020 key "arydshln"
45021
45022 \end_inset
45023
45024 Dokumentation des LaTeX-Pakets 
45025 \series bold
45026
45027 \begin_inset CommandInset href
45028 LatexCommand href
45029 name "arydshln"
45030 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45031
45032 \end_inset
45033
45034
45035 \series default
45036
45037 \begin_inset Index idx
45038 status collapsed
45039
45040 \begin_layout Plain Layout
45041 LaTeX-Pakete ! arydshln
45042 \end_layout
45043
45044 \end_inset
45045
45046
45047 \end_layout
45048
45049 \begin_layout Bibliography
45050 \begin_inset CommandInset bibitem
45051 LatexCommand bibitem
45052 key "booktabs"
45053
45054 \end_inset
45055
45056 Dokumentation des LaTeX-Pakets 
45057 \series bold
45058
45059 \begin_inset CommandInset href
45060 LatexCommand href
45061 name "booktabs"
45062 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45063
45064 \end_inset
45065
45066
45067 \series default
45068
45069 \begin_inset Index idx
45070 status collapsed
45071
45072 \begin_layout Plain Layout
45073 LaTeX-Pakete ! booktabs
45074 \end_layout
45075
45076 \end_inset
45077
45078
45079 \end_layout
45080
45081 \begin_layout Bibliography
45082 \begin_inset CommandInset bibitem
45083 LatexCommand bibitem
45084 key "caption"
45085
45086 \end_inset
45087
45088 Dokumentation des LaTeX-Pakets 
45089 \series bold
45090
45091 \begin_inset CommandInset href
45092 LatexCommand href
45093 name "caption"
45094 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
45095
45096 \end_inset
45097
45098
45099 \series default
45100
45101 \begin_inset Index idx
45102 status collapsed
45103
45104 \begin_layout Plain Layout
45105 LaTeX-Pakete ! caption
45106 \end_layout
45107
45108 \end_inset
45109
45110
45111 \end_layout
45112
45113 \begin_layout Bibliography
45114 \begin_inset CommandInset bibitem
45115 LatexCommand bibitem
45116 key "diagbox"
45117
45118 \end_inset
45119
45120 Dokumentation des LaTeX-Pakets 
45121 \series bold
45122
45123 \begin_inset CommandInset href
45124 LatexCommand href
45125 name "diagbox"
45126 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45127
45128 \end_inset
45129
45130
45131 \series default
45132
45133 \begin_inset Index idx
45134 status collapsed
45135
45136 \begin_layout Plain Layout
45137 LaTeX-Pakete ! diagbox
45138 \end_layout
45139
45140 \end_inset
45141
45142
45143 \end_layout
45144
45145 \begin_layout Bibliography
45146 \begin_inset CommandInset bibitem
45147 LatexCommand bibitem
45148 key "endfloat"
45149
45150 \end_inset
45151
45152 Dokumentation des LaTeX-Pakets 
45153 \series bold
45154
45155 \begin_inset CommandInset href
45156 LatexCommand href
45157 name "endfloat"
45158 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45159
45160 \end_inset
45161
45162
45163 \series default
45164
45165 \begin_inset Index idx
45166 status collapsed
45167
45168 \begin_layout Plain Layout
45169 LaTeX-Pakete ! endfloat
45170 \end_layout
45171
45172 \end_inset
45173
45174
45175 \end_layout
45176
45177 \begin_layout Bibliography
45178 \begin_inset CommandInset bibitem
45179 LatexCommand bibitem
45180 key "footmisc"
45181
45182 \end_inset
45183
45184 Dokumentation des LaTeX-Pakets 
45185 \series bold
45186
45187 \begin_inset CommandInset href
45188 LatexCommand href
45189 name "footmisc"
45190 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45191
45192 \end_inset
45193
45194
45195 \series default
45196
45197 \begin_inset Index idx
45198 status collapsed
45199
45200 \begin_layout Plain Layout
45201 LaTeX-Pakete ! footmisc
45202 \end_layout
45203
45204 \end_inset
45205
45206
45207 \end_layout
45208
45209 \begin_layout Bibliography
45210 \begin_inset CommandInset bibitem
45211 LatexCommand bibitem
45212 key "hypcap"
45213
45214 \end_inset
45215
45216 Dokumentation des LaTeX-Pakets 
45217 \series bold
45218
45219 \begin_inset CommandInset href
45220 LatexCommand href
45221 name "hypcap"
45222 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45223
45224 \end_inset
45225
45226
45227 \series default
45228
45229 \begin_inset Index idx
45230 status collapsed
45231
45232 \begin_layout Plain Layout
45233 LaTeX-Pakete ! hypcap
45234 \end_layout
45235
45236 \end_inset
45237
45238
45239 \end_layout
45240
45241 \begin_layout Bibliography
45242 \begin_inset CommandInset bibitem
45243 LatexCommand bibitem
45244 key "hyperref"
45245
45246 \end_inset
45247
45248 Dokumentation des LaTeX-Pakets 
45249 \series bold
45250
45251 \begin_inset CommandInset href
45252 LatexCommand href
45253 name "hyperref"
45254 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45255
45256 \end_inset
45257
45258
45259 \series default
45260
45261 \begin_inset Index idx
45262 status collapsed
45263
45264 \begin_layout Plain Layout
45265 LaTeX-Pakete ! hyperref
45266 \end_layout
45267
45268 \end_inset
45269
45270
45271 \end_layout
45272
45273 \begin_layout Bibliography
45274 \begin_inset CommandInset bibitem
45275 LatexCommand bibitem
45276 key "KOMA-Script"
45277
45278 \end_inset
45279
45280 Dokumentation des LaTeX-Pakets 
45281 \series bold
45282
45283 \begin_inset CommandInset href
45284 LatexCommand href
45285 name "KOMA-Script"
45286 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
45287
45288 \end_inset
45289
45290
45291 \series default
45292
45293 \begin_inset Index idx
45294 status collapsed
45295
45296 \begin_layout Plain Layout
45297 LaTeX-Pakete ! KOMA-Script
45298 \end_layout
45299
45300 \end_inset
45301
45302
45303 \end_layout
45304
45305 \begin_layout Bibliography
45306 \begin_inset CommandInset bibitem
45307 LatexCommand bibitem
45308 key "lettrine"
45309
45310 \end_inset
45311
45312 Dokumentation des LaTeX-Pakets 
45313 \series bold
45314
45315 \begin_inset CommandInset href
45316 LatexCommand href
45317 name "lettrine"
45318 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45319
45320 \end_inset
45321
45322
45323 \series default
45324  und ein 
45325 \begin_inset CommandInset href
45326 LatexCommand href
45327 name "Beispiel"
45328 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
45329
45330 \end_inset
45331
45332
45333 \begin_inset Index idx
45334 status collapsed
45335
45336 \begin_layout Plain Layout
45337 LaTeX-Pakete ! lettrine
45338 \end_layout
45339
45340 \end_inset
45341
45342
45343 \end_layout
45344
45345 \begin_layout Bibliography
45346 \begin_inset CommandInset bibitem
45347 LatexCommand bibitem
45348 key "listings"
45349
45350 \end_inset
45351
45352 Dokumentation des LaTeX-Pakets 
45353 \series bold
45354
45355 \begin_inset CommandInset href
45356 LatexCommand href
45357 name "listings"
45358 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45359
45360 \end_inset
45361
45362
45363 \series default
45364
45365 \begin_inset Index idx
45366 status collapsed
45367
45368 \begin_layout Plain Layout
45369 LaTeX-Pakete ! listings
45370 \end_layout
45371
45372 \end_inset
45373
45374
45375 \end_layout
45376
45377 \begin_layout Bibliography
45378 \begin_inset CommandInset bibitem
45379 LatexCommand bibitem
45380 key "marginnote"
45381
45382 \end_inset
45383
45384 Dokumentation des LaTeX-Pakets 
45385 \series bold
45386
45387 \begin_inset CommandInset href
45388 LatexCommand href
45389 name "marginnote"
45390 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45391
45392 \end_inset
45393
45394
45395 \series default
45396
45397 \begin_inset Index idx
45398 status collapsed
45399
45400 \begin_layout Plain Layout
45401 LaTeX-Pakete ! marginnote
45402 \end_layout
45403
45404 \end_inset
45405
45406
45407 \end_layout
45408
45409 \begin_layout Bibliography
45410 \begin_inset CommandInset bibitem
45411 LatexCommand bibitem
45412 key "pdfpages"
45413
45414 \end_inset
45415
45416 Dokumentation des LaTeX-Pakets 
45417 \series bold
45418
45419 \begin_inset CommandInset href
45420 LatexCommand href
45421 name "pdfpages"
45422 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45423
45424 \end_inset
45425
45426
45427 \series default
45428
45429 \begin_inset Index idx
45430 status collapsed
45431
45432 \begin_layout Plain Layout
45433 LaTeX-Pakete ! pdfpages
45434 \end_layout
45435
45436 \end_inset
45437
45438
45439 \end_layout
45440
45441 \begin_layout Bibliography
45442 \begin_inset CommandInset bibitem
45443 LatexCommand bibitem
45444 key "prettyref"
45445
45446 \end_inset
45447
45448 Dokumentation des LaTeX-Pakets 
45449 \series bold
45450
45451 \begin_inset CommandInset href
45452 LatexCommand href
45453 name "prettyref"
45454 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45455
45456 \end_inset
45457
45458
45459 \series default
45460
45461 \begin_inset Index idx
45462 status collapsed
45463
45464 \begin_layout Plain Layout
45465 LaTeX-Pakete ! prettyref
45466 \end_layout
45467
45468 \end_inset
45469
45470
45471 \end_layout
45472
45473 \begin_layout Bibliography
45474 \begin_inset CommandInset bibitem
45475 LatexCommand bibitem
45476 key "pstricks"
45477
45478 \end_inset
45479
45480 Webseite des LaTeX-Pakets 
45481 \series bold
45482
45483 \begin_inset CommandInset href
45484 LatexCommand href
45485 name "PSTricks"
45486 target "http://tug.org/PSTricks/"
45487
45488 \end_inset
45489
45490
45491 \series default
45492
45493 \begin_inset Index idx
45494 status collapsed
45495
45496 \begin_layout Plain Layout
45497 LaTeX-Pakete ! pstricks
45498 \end_layout
45499
45500 \end_inset
45501
45502
45503 \end_layout
45504
45505 \begin_layout Bibliography
45506 \begin_inset CommandInset bibitem
45507 LatexCommand bibitem
45508 key "refstyle"
45509
45510 \end_inset
45511
45512 Dokumentation des LaTeX-Pakets 
45513 \series bold
45514
45515 \begin_inset CommandInset href
45516 LatexCommand href
45517 name "refstyle"
45518 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45519
45520 \end_inset
45521
45522
45523 \series default
45524
45525 \begin_inset Index idx
45526 status collapsed
45527
45528 \begin_layout Plain Layout
45529 LaTeX-Pakete ! refstyle
45530 \end_layout
45531
45532 \end_inset
45533
45534
45535 \end_layout
45536
45537 \begin_layout Bibliography
45538 \begin_inset CommandInset bibitem
45539 LatexCommand bibitem
45540 key "sidecap"
45541
45542 \end_inset
45543
45544 Dokumentation des LaTeX-Pakets 
45545 \series bold
45546
45547 \begin_inset CommandInset href
45548 LatexCommand href
45549 name "sidecap"
45550 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45551
45552 \end_inset
45553
45554
45555 \series default
45556
45557 \begin_inset Index idx
45558 status collapsed
45559
45560 \begin_layout Plain Layout
45561 LaTeX-Pakete ! sidecap
45562 \end_layout
45563
45564 \end_inset
45565
45566
45567 \end_layout
45568
45569 \begin_layout Bibliography
45570 \begin_inset CommandInset bibitem
45571 LatexCommand bibitem
45572 key "NeuInLyX20"
45573
45574 \end_inset
45575
45576
45577 \begin_inset CommandInset href
45578 LatexCommand href
45579 name "Wiki-Seite"
45580 target "http://wiki.lyx.org/LyX/NewInLyX20"
45581
45582 \end_inset
45583
45584  über neue Funktionen in 
45585 \family sans
45586 LyX 2.0
45587 \family default
45588 .
45589 \end_layout
45590
45591 \begin_layout Standard
45592 \begin_inset CommandInset index_print
45593 LatexCommand printindex
45594 type "idx"
45595
45596 \end_inset
45597
45598
45599 \end_layout
45600
45601 \end_body
45602 \end_document