]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
EmbeddedObjects.lyx: describe rotate boxes properly
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 499
3 \begin_document
4 \begin_header
5 \origin unavailable
6 \textclass scrbook
7 \begin_preamble
8 % wenn pdflatex benutzt wird:
9 \usepackage{ifpdf}
10 \ifpdf
11
12 % Schriften für bessere PDF-Ansichten
13 \IfFileExists{lmodern.sty}
14  {\usepackage{lmodern}}{}
15
16 \fi % Ende von: wenn pdflatex benutzt wird
17
18 % Setzt den Link fuer Sprünge zu Gleitabbildungen
19 % auf den Anfang des Gelitobjekts und nicht aufs Ende
20 \usepackage[figure]{hypcap}
21
22 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
23 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % Formatierung von Legenden
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % Definitionen um Legenden neben Tabellen und Abbildungen zu setzen
35 \newcommand{\TabBesBeg}[1][1.0]{%
36  \let\MyTable\table
37  \let\MyEndtable\endtable
38  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
39
40 \newcommand{\TabBesEnd}{%
41  \let\table\MyTable
42  \let\endtable\MyEndtable}
43
44 \newcommand{\FigBesBeg}[1][1.0]{%
45  \let\MyFigure\figure
46  \let\MyEndfigure\endfigure
47  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
48
49 \newcommand{\FigBesEnd}{%
50  \let\figure\MyFigure
51  \let\endfigure\MyEndfigure}
52
53 % ermöglicht das Berechnen von Werten
54 \usepackage{calc}
55
56 %Vergrößert den Teil der Seite, in dem Gleitobjekte
57 % unten angeordnet werden dürfen
58 \renewcommand{\bottomfraction}{0.5}
59
60 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
61 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
62
63 % beschleunigt die Berechnung von langen Tabellen
64 \setcounter{LTchunksize}{100}
65
66 % wird bei farbigen Tabellen benutzt
67 \@ifundefined{textcolor}
68  {\usepackage{color}}{}
69 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
70 \definecolor{hellgrau}{gray}{0.8}
71
72 % testen ob paket colortbl installiert ist
73 % wird für farbige Tabellenzellen benutzt
74 \newboolean{colortbl}
75 \IfFileExists{colortbl.sty}
76  {\usepackage{colortbl}
77   \setboolean{colortbl}{true}}
78  {\setboolean{colortbl}{false}}
79
80 % wird benutzt, um Tabellenzellen zu vergrößern
81 \@ifundefined{extrarowheight}
82  {\usepackage{array}}{}
83 \setlength{\extrarowheight}{2pt}
84
85 % wird fuer benutzerdefinierte Tabellen benutzt
86 % ---
87 \newcolumntype{M}[1]
88  {>{\centering\hspace{0pt}}m{#1}}
89
90 \newcolumntype{S}[2]
91  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
92
93 \newcolumntype{K}[1]
94  {>{\columncolor{#1}\hspace{0pt}}c}
95
96 \newcolumntype{V}{!{\vrule width 1.5pt}}
97
98 \newcolumntype{W}{!{\color{green}\vline}}
99 % ---
100
101 % Setzt einen zusaetzlichen Abstand von
102 % 1.5 mm zwischen Fussnoten
103 \let\myFoot\footnote
104 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
105
106 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
107 \numberwithin{algorithm}{chapter}
108
109
110 % ------------------------------------
111 % Prüfung auf benötigte LaTeXPakete
112 \usepackage{ifthen}
113
114 % Pruefung auf arydshln
115 % für Tabellen mit gestrichelten Linien
116 \newboolean{arydshln}
117 \IfFileExists{arydshln.sty}
118  {\usepackage{arydshln}
119   \setboolean{arydshln}{true}}
120  {\setboolean{arydshln}{false}}
121
122 % Prüfung auf marginnote
123 % für Randnotizen
124 \newboolean{marginnote}
125 \IfFileExists{marginnote.sty}
126  {\usepackage{marginnote}
127   \let\marginpar\marginnote
128   \setboolean{marginnote}{true}}
129  {\setboolean{marginnote}{false}}
130
131 % Prüfung auf sidecap
132 % für seitliche Beschriftungen
133 \newboolean{sidecap}
134 \IfFileExists{sidecap.sty}
135  {\usepackage{sidecap}
136   \setboolean{sidecap}{true}}
137  {\setboolean{sidecap}{false}}
138
139 % Prüfung auf picinpar
140 \newboolean{picinpar}
141 \IfFileExists{picinpar.sty}
142  {\usepackage{picinpar}
143   \setboolean{picinpar}{true}}
144  {\setboolean{picinpar}{false}}
145
146 % Prüfung auf lettrine
147 \newboolean{lettrine}
148 \IfFileExists{lettrine.sty}
149  {\usepackage{lettrine}
150   \setboolean{lettrine}{true}}
151  {\setboolean{lettrine}{false}}
152
153 % Prüfung auf diagbox
154 \newboolean{diagbox}
155 \IfFileExists{diagbox.sty}
156  {\usepackage{diagbox}
157   \setboolean{diagbox}{true}}
158  {\setboolean{diagbox}{false}}
159
160 \@ifpackageloaded{babel}{
161  % Damit der Index den Namen "Stichwortverzeichnis" erhält
162  \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
163 }{}
164 \end_preamble
165 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames,table
166 \use_default_options false
167 \begin_modules
168 initials
169 graphicboxes
170 \end_modules
171 \maintain_unincluded_children false
172 \language ngerman
173 \language_package default
174 \inputencoding auto
175 \fontencoding global
176 \font_roman default
177 \font_sans default
178 \font_typewriter default
179 \font_math auto
180 \font_default_family default
181 \use_non_tex_fonts false
182 \font_sc false
183 \font_osf false
184 \font_sf_scale 100
185 \font_tt_scale 100
186 \graphics default
187 \default_output_format default
188 \output_sync 0
189 \bibtex_command default
190 \index_command default
191 \paperfontsize 12
192 \spacing single
193 \use_hyperref true
194 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
195 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
196 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
197 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
198 \pdf_bookmarks true
199 \pdf_bookmarksnumbered true
200 \pdf_bookmarksopen true
201 \pdf_bookmarksopenlevel 1
202 \pdf_breaklinks false
203 \pdf_pdfborder false
204 \pdf_colorlinks true
205 \pdf_backref false
206 \pdf_pdfusetitle false
207 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
208 \papersize a4paper
209 \use_geometry false
210 \use_package amsmath 2
211 \use_package amssymb 2
212 \use_package cancel 0
213 \use_package esint 0
214 \use_package mathdots 1
215 \use_package mathtools 0
216 \use_package mhchem 1
217 \use_package stackrel 0
218 \use_package stmaryrd 0
219 \use_package undertilde 0
220 \cite_engine basic
221 \cite_engine_type default
222 \biblio_style plain
223 \use_bibtopic false
224 \use_indices false
225 \paperorientation portrait
226 \suppress_date false
227 \justification true
228 \use_refstyle 0
229 \notefontcolor #0000ff
230 \index Stichwortverzeichnis
231 \shortcut idx
232 \color #008000
233 \end_index
234 \secnumdepth 3
235 \tocdepth 3
236 \paragraph_separation skip
237 \defskip medskip
238 \quotes_language german
239 \papercolumns 1
240 \papersides 2
241 \paperpagestyle default
242 \tracking_changes false
243 \output_changes false
244 \html_math_output 0
245 \html_css_as_file 0
246 \html_be_strict false
247 \end_header
248
249 \begin_body
250
251 \begin_layout Title
252 Das \SpecialChar LyX
253 -Handbuch der Einfügungen:
254 \begin_inset Newline newline
255 \end_inset
256
257  
258 \size larger
259 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
260 \end_layout
261
262 \begin_layout Author
263 vom \SpecialChar LyX
264 -Team
265 \begin_inset Foot
266 status open
267
268 \begin_layout Plain Layout
269 \noindent
270
271 \size normal
272 Übersetzung und Bearbeitung: Hartmut Haase
273 \size default
274  (
275 \noun on
276 HHa
277 \noun default
278 , bis März 2010), Uwe Stöhr
279 \begin_inset Newline newline
280 \end_inset
281
282 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
283  bitte an: 
284 \begin_inset CommandInset href
285 LatexCommand href
286 name "lyx-docs@lists.lyx.org"
287 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
288 type "mailto:"
289
290 \end_inset
291
292
293 \end_layout
294
295 \end_inset
296
297
298 \begin_inset Note Note
299 status collapsed
300
301 \begin_layout Plain Layout
302 Autor: Uwe Stöhr <uwestoehr@web.de>
303 \end_layout
304
305 \end_inset
306
307
308 \begin_inset Newline newline
309 \end_inset
310
311
312 \begin_inset Newline newline
313 \end_inset
314
315
316 \family sans
317 Version 2.2.x
318 \end_layout
319
320 \begin_layout Standard
321 \begin_inset CommandInset toc
322 LatexCommand tableofcontents
323
324 \end_inset
325
326
327 \end_layout
328
329 \begin_layout Standard
330 \begin_inset Note Note
331 status open
332
333 \begin_layout Plain Layout
334 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
335 en zu können oder es auszudrucken, benötigen Sie die \SpecialChar LaTeX
336 -Pakte 
337 \series bold
338 arydshln
339 \series default
340
341 \series bold
342 colortbl
343 \series default
344
345 \series bold
346 diagbox, lettrine, marginnote, picinpar
347 \series default
348  und 
349 \series bold
350 sidecap
351 \series default
352 .
353  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
354  denen sie benötigt werden.
355 \end_layout
356
357 \begin_layout Plain Layout
358 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
359  hier finden:
360 \begin_inset Newline newline
361 \end_inset
362
363
364 \series bold
365 http://wiki.lyx.org/\SpecialChar LyX
366 /DocumentationDevelopment#EmbeddedObjects
367 \end_layout
368
369 \end_inset
370
371
372 \end_layout
373
374 \begin_layout Chapter
375 Abbildungen
376 \begin_inset Index idx
377 status collapsed
378
379 \begin_layout Plain Layout
380 Abbildungen
381 \end_layout
382
383 \end_inset
384
385
386 \end_layout
387
388 \begin_layout Section
389 Grafik-Dialog
390 \begin_inset Index idx
391 status collapsed
392
393 \begin_layout Plain Layout
394 Abbildungen ! Grafik-Dialog
395 \end_layout
396
397 \end_inset
398
399
400 \begin_inset CommandInset label
401 LatexCommand label
402 name "abs:Grafik-Dialog"
403
404 \end_inset
405
406
407 \end_layout
408
409 \begin_layout Standard
410 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
411  
412 \begin_inset Info
413 type  "icon"
414 arg   "dialog-show-new-inset graphics"
415 \end_inset
416
417  in der Werkzeugleiste oder wählen das Menü 
418 \family sans
419 Einfügen\SpecialChar menuseparator
420 Grafik
421 \family default
422 .
423  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
424  
425 \family sans
426 Durchsuchen
427 \family default
428  eingeben können.
429  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
430  an der Sie sie eingefügt haben.
431 \end_layout
432
433 \begin_layout Standard
434 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
435  klicken.
436  Der Dialog hat drei Karteikarten:
437 \end_layout
438
439 \begin_layout Description
440
441 \family sans
442 Grafik
443 \family default
444  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
445  Version festlegen.
446  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
447 \begin_inset space ~
448 \end_inset
449
450
451 \begin_inset CommandInset ref
452 LatexCommand ref
453 reference "kap:In-LyX-verfügbare"
454
455 \end_inset
456
457  erklärt.
458 \begin_inset Newline newline
459 \end_inset
460
461
462 \begin_inset Index idx
463 status collapsed
464
465 \begin_layout Plain Layout
466 Abbildungen ! rotierte
467 \end_layout
468
469 \end_inset
470
471 Sie können Abbildungen durch Angabe eines 
472 \family sans
473 Winkel
474 \family default
475
476 \begin_inset space ~
477 \end_inset
478
479
480 \family sans
481 (Grad)
482 \family default
483  und Festlegung eines 
484 \family sans
485 Drehpunktes
486 \family default
487  drehen.
488  Negative Winkel drehen im Uhrzeigersinn.
489  Die Abbildung wird auch in \SpecialChar LyX
490  gedreht.
491 \begin_inset Newline newline
492 \end_inset
493
494
495 \begin_inset Index idx
496 status collapsed
497
498 \begin_layout Plain Layout
499 Abbildungen ! skalierte
500 \end_layout
501
502 \end_inset
503
504 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
505  oder Höhe und Breite definiert.
506  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
507  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
508  wobei sie möglicherweise verzerrt wird.
509  Um das zu vermeiden, sollten Sie 
510 \family sans
511 Seitenverhältnis
512 \begin_inset space ~
513 \end_inset
514
515 beibehalten
516 \family default
517  ankreuzen.
518  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
519  und Breite nicht überschritten werden.
520 \begin_inset Newline newline
521 \end_inset
522
523 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
524 nden Kontext-Menü 
525 \family sans
526 Datei extern bearbeiten
527 \family default
528  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
529  öffnen.
530  Das Programm kann für jedes Bildformat in den \SpecialChar LyX
531 -Einstellungen unter 
532 \family sans
533 Datei-Handhabung\SpecialChar menuseparator
534 Dateiformate
535 \family default
536  festgelegt werden.
537 \end_layout
538
539 \begin_layout Description
540
541 \family sans
542 Ausschnitt
543 \family default
544  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
545  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
546  Wenn Sie auf 
547 \family sans
548 Lese
549 \begin_inset space ~
550 \end_inset
551
552 aus
553 \begin_inset space ~
554 \end_inset
555
556 Datei
557 \family default
558  klicken, werden die Koordinaten automatisch berechnet.
559  Die Option 
560 \family sans
561 Auf
562 \begin_inset space ~
563 \end_inset
564
565 Begrenzungsbox
566 \begin_inset space ~
567 \end_inset
568
569 zuschneiden
570 \family default
571  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
572  Koordinaten liegt.
573  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
574  diese Karteikarte ignorieren.
575 \end_layout
576
577 \begin_layout Description
578
579 \family sans
580 \SpecialChar LaTeX
581 -
582 \begin_inset space ~
583 \end_inset
584
585 und
586 \begin_inset space ~
587 \end_inset
588
589 \SpecialChar LyX
590 -Optionen
591 \family default
592  Hier können Sie das Aussehen einer Abbildung innerhalb von \SpecialChar LyX
593  ändern und
594  \SpecialChar LaTeX
595 -Experten können weitere \SpecialChar LaTeX
596 -Optionen definieren.
597 \begin_inset Newline newline
598 \end_inset
599
600 Ist die Option 
601 \family sans
602 Entwurfsmodus 
603 \family default
604 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
605  darin gedruckt.
606 \begin_inset Newline newline
607 \end_inset
608
609 Im Abschnitt 
610 \family sans
611 Grafikgruppe
612 \family default
613  kann man eine Einstellungsgruppe definieren oder dem Bild eine solche zuzuordne
614 n.
615 \begin_inset Index idx
616 status collapsed
617
618 \begin_layout Plain Layout
619 Abbildungen ! Einstellungsgruppen
620 \end_layout
621
622 \end_inset
623
624  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
625  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
626  der Gruppe geändert werden.
627  Damit kann man z.B.
628 \begin_inset space ~
629 \end_inset
630
631 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
632  Bild tun zu müssen.
633  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
634  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
635 \end_layout
636
637 \begin_layout Standard
638 \begin_inset VSpace bigskip
639 \end_inset
640
641
642 \end_layout
643
644 \begin_layout Standard
645 Hier ist eine zentrierte EPS-Abbildung
646 \begin_inset Foot
647 status collapsed
648
649 \begin_layout Plain Layout
650 Abbildungsformate sind in Abschnitt
651 \begin_inset space ~
652 \end_inset
653
654
655 \begin_inset CommandInset ref
656 LatexCommand ref
657 reference "abs:Bildformate"
658
659 \end_inset
660
661  beschrieben.
662 \end_layout
663
664 \end_inset
665
666  in einem eigenen Absatz:
667 \begin_inset Separator parbreak
668 \end_inset
669
670
671 \end_layout
672
673 \begin_layout Standard
674 \align center
675 \begin_inset Graphics
676         filename ../clipart/mobius.eps
677         scale 70
678         scaleBeforeRotation
679         rotateOrigin center
680
681 \end_inset
682
683
684 \end_layout
685
686 \begin_layout Standard
687 \noindent
688 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
689 \begin_inset Separator parbreak
690 \end_inset
691
692
693 \end_layout
694
695 \begin_layout Standard
696 \align center
697 \begin_inset Graphics
698         filename ../clipart/mobius.eps
699         scale 70
700         draft
701         scaleBeforeRotation
702         rotateOrigin center
703
704 \end_inset
705
706
707 \end_layout
708
709 \begin_layout Section
710 Gleitende Abbildungen
711 \begin_inset CommandInset label
712 LatexCommand label
713 name "abs:Gleitende-Abbildungen"
714
715 \end_inset
716
717
718 \begin_inset Index idx
719 status collapsed
720
721 \begin_layout Plain Layout
722 Abbildungen ! gleitende
723 \end_layout
724
725 \end_inset
726
727
728 \begin_inset Index idx
729 status collapsed
730
731 \begin_layout Plain Layout
732 Gleitobjekte ! Abbildungen
733 \end_layout
734
735 \end_inset
736
737
738 \end_layout
739
740 \begin_layout Standard
741 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
742 \begin_inset space ~
743 \end_inset
744
745
746 \begin_inset CommandInset ref
747 LatexCommand ref
748 reference "abs:Gleitobjekte-Einleitung"
749
750 \end_inset
751
752 .
753 \end_layout
754
755 \begin_layout Standard
756 Wenn Sie auf das Werkzeugleisten-Symbol 
757 \begin_inset Info
758 type  "icon"
759 arg   "float-insert figure"
760 \end_inset
761
762  klicken oder 
763 \family sans
764 Einfügen\SpecialChar menuseparator
765 Gleit\SpecialChar softhyphen
766 objekt\SpecialChar menuseparator
767 Abbildung
768 \family default
769  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
770  In das rot umrahmte Feld rechts von 
771 \emph on
772 Abbildung
773 \begin_inset space ~
774 \end_inset
775
776 Nr:
777 \emph default
778  schreiben Sie die Bildbeschriftung.
779  Nach einem Klick oberhalb oder unterhalb von 
780 \emph on
781 Abbildung
782 \begin_inset space ~
783 \end_inset
784
785 Nr:
786 \emph default
787  können Sie dann eine Abbildung wie 
788 \begin_inset CommandInset ref
789 LatexCommand ref
790 reference "abb:kill-plat"
791
792 \end_inset
793
794  oberhalb oder wie Abbildung
795 \begin_inset space ~
796 \end_inset
797
798
799 \begin_inset CommandInset ref
800 LatexCommand ref
801 reference "abb:escher"
802
803 \end_inset
804
805  unterhalb der Bildbeschriftung einfügen.
806  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
807 \begin_inset space ~
808 \end_inset
809
810
811 \begin_inset CommandInset ref
812 LatexCommand ref
813 reference "abs:Titel-Platzierung"
814
815 \end_inset
816
817 .
818 \end_layout
819
820 \begin_layout Standard
821 \begin_inset Float figure
822 wide false
823 sideways false
824 status open
825
826 \begin_layout Plain Layout
827 \align center
828 \begin_inset Graphics
829         filename ../clipart/platypus.eps
830         width 50col%
831         scaleBeforeRotation
832         rotateOrigin center
833
834 \end_inset
835
836
837 \end_layout
838
839 \begin_layout Plain Layout
840 \begin_inset Caption Standard
841
842 \begin_layout Plain Layout
843 \begin_inset CommandInset label
844 LatexCommand label
845 name "abb:kill-plat"
846
847 \end_inset
848
849 Platypus in einem Gleitobjekt
850 \end_layout
851
852 \end_inset
853
854
855 \end_layout
856
857 \end_inset
858
859
860 \end_layout
861
862 \begin_layout Standard
863 \begin_inset Float figure
864 wide false
865 sideways false
866 status open
867
868 \begin_layout Plain Layout
869 \begin_inset Caption Standard
870
871 \begin_layout Plain Layout
872 \begin_inset CommandInset label
873 LatexCommand label
874 name "abb:escher"
875
876 \end_inset
877
878 M.C.
879  Escher
880 \end_layout
881
882 \end_inset
883
884
885 \end_layout
886
887 \begin_layout Plain Layout
888 \align center
889 \begin_inset Graphics
890         filename ../clipart/escher-lsd.eps
891         scale 80
892         scaleBeforeRotation
893         rotateOrigin center
894
895 \end_inset
896
897
898 \end_layout
899
900 \end_inset
901
902
903 \end_layout
904
905 \begin_layout Standard
906 \begin_inset Index idx
907 status collapsed
908
909 \begin_layout Plain Layout
910 Querverweise ! auf Abbildungen
911 \end_layout
912
913 \end_inset
914
915 Abbildung
916 \begin_inset space ~
917 \end_inset
918
919
920 \begin_inset CommandInset ref
921 LatexCommand ref
922 reference "abb:kill-plat"
923
924 \end_inset
925
926  und 
927 \begin_inset CommandInset ref
928 LatexCommand ref
929 reference "abb:escher"
930
931 \end_inset
932
933  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
934  Dafür fügen Sie in der Beschriftung mit 
935 \family sans
936 Einfügen\SpecialChar menuseparator
937 Marke
938 \family default
939  oder durch Klicken auf 
940 \begin_inset Info
941 type  "icon"
942 arg   "label-insert"
943 \end_inset
944
945  eine Marke ein.
946  Auf diese können Sie dann wie gewohnt mit 
947 \family sans
948 Einfügen\SpecialChar menuseparator
949 Querverweis
950 \family default
951  oder durch Klicken auf 
952 \family sans
953
954 \begin_inset Info
955 type  "icon"
956 arg   "dialog-show-new-inset ref"
957 \end_inset
958
959
960 \family default
961  verweisen.
962  Das ist besser als eine vage Formulierung wie 
963 \begin_inset Quotes gld
964 \end_inset
965
966 die obige Abbildung
967 \begin_inset Quotes grd
968 \end_inset
969
970  zu benutzen, weil \SpecialChar LaTeX
971  die Abbildung dort platzieren wird, wo es sinnvoll erscheint
972 , und das muss nicht 
973 \emph on
974 oben
975 \emph default
976  sein.
977  Verweise werden detailliert in Abschnitt
978 \begin_inset space ~
979 \end_inset
980
981
982 \begin_inset CommandInset ref
983 LatexCommand ref
984 reference "abs:Auf-Gleitobjekte-verweisen"
985
986 \end_inset
987
988  beschrieben.
989 \end_layout
990
991 \begin_layout Standard
992 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
993  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
994  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
995  Gleitabbildung einfügt.
996  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
997  Abbildung
998 \begin_inset space ~
999 \end_inset
1000
1001
1002 \begin_inset CommandInset ref
1003 LatexCommand ref
1004 reference "abb:Zwei-Teilabbildungen"
1005
1006 \end_inset
1007
1008  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1009  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1010  Gleitabbildung auf Eingabe drücken.
1011  Abbildung
1012 \begin_inset space ~
1013 \end_inset
1014
1015
1016 \begin_inset CommandInset ref
1017 LatexCommand ref
1018 reference "abb:Undefinierbar"
1019
1020 \end_inset
1021
1022  und 
1023 \begin_inset CommandInset ref
1024 LatexCommand ref
1025 reference "abb:Ein-Schnabeltier"
1026
1027 \end_inset
1028
1029  sind die Teilabbildungen.
1030 \end_layout
1031
1032 \begin_layout Standard
1033 \begin_inset Float figure
1034 wide false
1035 sideways false
1036 status open
1037
1038 \begin_layout Plain Layout
1039 \begin_inset space \hfill{}
1040 \end_inset
1041
1042
1043 \begin_inset Float figure
1044 wide false
1045 sideways false
1046 status collapsed
1047
1048 \begin_layout Plain Layout
1049 \begin_inset Caption Standard
1050
1051 \begin_layout Plain Layout
1052 \begin_inset CommandInset label
1053 LatexCommand label
1054 name "abb:Undefinierbar"
1055
1056 \end_inset
1057
1058 Undefinierbar
1059 \end_layout
1060
1061 \end_inset
1062
1063
1064 \end_layout
1065
1066 \begin_layout Plain Layout
1067 \begin_inset Graphics
1068         filename ../clipart/escher-lsd.eps
1069         width 35col%
1070         scaleBeforeRotation
1071         groupId Teilabbildung
1072
1073 \end_inset
1074
1075
1076 \end_layout
1077
1078 \end_inset
1079
1080
1081 \begin_inset space \hfill{}
1082 \end_inset
1083
1084
1085 \begin_inset Float figure
1086 wide false
1087 sideways false
1088 status collapsed
1089
1090 \begin_layout Plain Layout
1091 \begin_inset Caption Standard
1092
1093 \begin_layout Plain Layout
1094 \begin_inset CommandInset label
1095 LatexCommand label
1096 name "abb:Ein-Schnabeltier"
1097
1098 \end_inset
1099
1100 Ein Schnabeltier
1101 \end_layout
1102
1103 \end_inset
1104
1105
1106 \end_layout
1107
1108 \begin_layout Plain Layout
1109 \begin_inset Graphics
1110         filename ../clipart/platypus.eps
1111         width 35col%
1112         scaleBeforeRotation
1113         groupId Teilabbildung
1114
1115 \end_inset
1116
1117
1118 \end_layout
1119
1120 \end_inset
1121
1122
1123 \begin_inset space \hfill{}
1124 \end_inset
1125
1126
1127 \end_layout
1128
1129 \begin_layout Plain Layout
1130 \begin_inset Caption Standard
1131
1132 \begin_layout Plain Layout
1133 \begin_inset CommandInset label
1134 LatexCommand label
1135 name "abb:Zwei-Teilabbildungen"
1136
1137 \end_inset
1138
1139 Zwei Teilabbildungen nebeneinander.
1140  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1141 \begin_inset Quotes gld
1142 \end_inset
1143
1144 Teilabbildung
1145 \begin_inset Quotes grd
1146 \end_inset
1147
1148  an.
1149 \end_layout
1150
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \end_inset
1157
1158
1159 \end_layout
1160
1161 \begin_layout Section
1162 Bildformate
1163 \begin_inset CommandInset label
1164 LatexCommand label
1165 name "abs:Bildformate"
1166
1167 \end_inset
1168
1169
1170 \begin_inset Index idx
1171 status collapsed
1172
1173 \begin_layout Plain Layout
1174 Abbildungen ! Bildformate
1175 \end_layout
1176
1177 \end_inset
1178
1179
1180 \end_layout
1181
1182 \begin_layout Standard
1183 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1184  Aber wie in Anhang
1185 \begin_inset space ~
1186 \end_inset
1187
1188
1189 \begin_inset CommandInset ref
1190 LatexCommand ref
1191 reference "kap:Ausgabedatei-Formate"
1192
1193 \end_inset
1194
1195  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1196  \SpecialChar LyX
1197  benutzt im Hintergrund das Programm
1198 \family typewriter
1199  ImageMagick
1200 \family default
1201 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1202  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1203  vermeiden.
1204  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1205  werden können.
1206  Diese Formate werden in Anhang
1207 \begin_inset space ~
1208 \end_inset
1209
1210
1211 \begin_inset CommandInset ref
1212 LatexCommand ref
1213 reference "kap:Ausgabedatei-Formate"
1214
1215 \end_inset
1216
1217  beschrieben.
1218 \end_layout
1219
1220 \begin_layout Standard
1221 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1222 \end_layout
1223
1224 \begin_layout Description
1225 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1226  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1227  
1228 \emph on
1229 pixelig
1230 \emph default
1231  aus.
1232  Bekannte Pixel-Formate sind 
1233 \begin_inset Quotes gld
1234 \end_inset
1235
1236 Graphics Interchange Format
1237 \begin_inset Quotes grd
1238 \end_inset
1239
1240  (GIF, Dateiendung
1241 \family typewriter
1242  
1243 \family default
1244
1245 \begin_inset Quotes gld
1246 \end_inset
1247
1248
1249 \family typewriter
1250 .gif
1251 \family default
1252
1253 \begin_inset Quotes grd
1254 \end_inset
1255
1256 )
1257 \begin_inset Index idx
1258 status collapsed
1259
1260 \begin_layout Plain Layout
1261 GIF
1262 \end_layout
1263
1264 \end_inset
1265
1266
1267 \begin_inset Quotes gld
1268 \end_inset
1269
1270 Portable Network Graphics
1271 \begin_inset Quotes grd
1272 \end_inset
1273
1274  (PNG, Dateiendung 
1275 \begin_inset Quotes gld
1276 \end_inset
1277
1278
1279 \family typewriter
1280 .png
1281 \family default
1282
1283 \begin_inset Quotes grd
1284 \end_inset
1285
1286 )
1287 \begin_inset Index idx
1288 status collapsed
1289
1290 \begin_layout Plain Layout
1291 PNG
1292 \end_layout
1293
1294 \end_inset
1295
1296
1297 \begin_inset Quotes gld
1298 \end_inset
1299
1300 Joint Photographic Experts Group
1301 \begin_inset Quotes grd
1302 \end_inset
1303
1304  (JPEG, Dateiendung
1305 \family typewriter
1306  
1307 \family default
1308
1309 \begin_inset Quotes gld
1310 \end_inset
1311
1312
1313 \family typewriter
1314 .jpg
1315 \family default
1316
1317 \begin_inset Quotes grd
1318 \end_inset
1319
1320  oder 
1321 \begin_inset Quotes gld
1322 \end_inset
1323
1324
1325 \family typewriter
1326 .jpeg
1327 \family default
1328
1329 \begin_inset Quotes grd
1330 \end_inset
1331
1332 )
1333 \begin_inset Index idx
1334 status collapsed
1335
1336 \begin_layout Plain Layout
1337 JPG, JPEG
1338 \end_layout
1339
1340 \end_inset
1341
1342  und 
1343 \begin_inset Quotes gld
1344 \end_inset
1345
1346 Windows Bitmap
1347 \begin_inset Quotes grd
1348 \end_inset
1349
1350  (BMP, Dateiendung 
1351 \begin_inset Quotes gld
1352 \end_inset
1353
1354
1355 \family typewriter
1356 .bmp
1357 \family default
1358
1359 \begin_inset Quotes grd
1360 \end_inset
1361
1362 )
1363 \begin_inset Index idx
1364 status collapsed
1365
1366 \begin_layout Plain Layout
1367 BMP
1368 \end_layout
1369
1370 \end_inset
1371
1372 .
1373 \end_layout
1374
1375 \begin_layout Description
1376 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1377  auf jede beliebige Größe skaliert werden.
1378  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1379  zoomen zu können.
1380 \begin_inset Newline newline
1381 \end_inset
1382
1383 Bekannte Formate sind 
1384 \begin_inset Quotes gld
1385 \end_inset
1386
1387 Scalable Vector Graphics
1388 \begin_inset Quotes grd
1389 \end_inset
1390
1391  (SVG, Dateiendung
1392 \family typewriter
1393  
1394 \family default
1395
1396 \begin_inset Quotes gld
1397 \end_inset
1398
1399
1400 \family typewriter
1401 .svg
1402 \family default
1403
1404 \begin_inset Quotes grd
1405 \end_inset
1406
1407 )
1408 \begin_inset Index idx
1409 status collapsed
1410
1411 \begin_layout Plain Layout
1412 SVG
1413 \end_layout
1414
1415 \end_inset
1416
1417
1418 \begin_inset Quotes gld
1419 \end_inset
1420
1421 Encapsulated PostScript
1422 \begin_inset Quotes grd
1423 \end_inset
1424
1425  (EPS, Dateiendung 
1426 \begin_inset Quotes gld
1427 \end_inset
1428
1429
1430 \family typewriter
1431 .eps
1432 \family default
1433
1434 \begin_inset Quotes grd
1435 \end_inset
1436
1437 )
1438 \begin_inset Index idx
1439 status collapsed
1440
1441 \begin_layout Plain Layout
1442 EPS
1443 \end_layout
1444
1445 \end_inset
1446
1447
1448 \begin_inset Quotes gld
1449 \end_inset
1450
1451 Portable Document Format
1452 \begin_inset Quotes grd
1453 \end_inset
1454
1455  (PDF, Dateiendung
1456 \family typewriter
1457  
1458 \family default
1459
1460 \begin_inset Quotes gld
1461 \end_inset
1462
1463
1464 \family typewriter
1465 .pdf
1466 \family default
1467
1468 \begin_inset Quotes grd
1469 \end_inset
1470
1471 )
1472 \begin_inset Index idx
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476 PDF
1477 \end_layout
1478
1479 \end_inset
1480
1481  und 
1482 \begin_inset Quotes gld
1483 \end_inset
1484
1485 Windows Metafile
1486 \begin_inset Quotes grd
1487 \end_inset
1488
1489  (WMF, Dateiendung 
1490 \begin_inset Quotes gld
1491 \end_inset
1492
1493
1494 \family typewriter
1495 .wmf
1496 \family default
1497
1498 \begin_inset Quotes grd
1499 \end_inset
1500
1501 )
1502 \begin_inset Index idx
1503 status collapsed
1504
1505 \begin_layout Plain Layout
1506 WMF
1507 \end_layout
1508
1509 \end_inset
1510
1511 .
1512 \end_layout
1513
1514 \begin_layout Standard
1515 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1516  das Ergebnis ist immer noch ein Pixelbild.
1517  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1518  hinzugefügt.
1519 \begin_inset Foot
1520 status collapsed
1521
1522 \begin_layout Plain Layout
1523 Bei PDF wird das Originalbild auch noch komprimiert.
1524 \end_layout
1525
1526 \end_inset
1527
1528  Die PDF-Dateien, die 
1529 \family typewriter
1530 Adobe Photoshop
1531 \family default
1532  erzeugt, sind zum Beispiel Pixelbilder.
1533 \end_layout
1534
1535 \begin_layout Standard
1536 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1537  umgekehrt.
1538  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1539  eingefügt werden.
1540  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1541  erzeugt wird, weil es zur Zeit keine WMF/SVG
1542 \begin_inset Formula $\to$
1543 \end_inset
1544
1545 PDF/EPS Konverter gibt.
1546 \end_layout
1547
1548 \begin_layout Chapter
1549 Tabellen
1550 \begin_inset Index idx
1551 status collapsed
1552
1553 \begin_layout Plain Layout
1554 Tabellen
1555 \end_layout
1556
1557 \end_inset
1558
1559
1560 \end_layout
1561
1562 \begin_layout Section
1563 Einführung
1564 \begin_inset Index idx
1565 status collapsed
1566
1567 \begin_layout Plain Layout
1568 Tabellen ! Einführung
1569 \end_layout
1570
1571 \end_inset
1572
1573
1574 \end_layout
1575
1576 \begin_layout Standard
1577 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1578 \begin_inset Info
1579 type  "icon"
1580 arg   "tabular-insert"
1581 \end_inset
1582
1583  oder das Menü 
1584 \family sans
1585 Einfügen\SpecialChar menuseparator
1586 Tabelle
1587 \family default
1588  einfügen.
1589  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1590 \begin_inset space \thinspace{}
1591 \end_inset
1592
1593 -Tabelle.
1594  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1595  und die Größe der dunkelblauen Tabelle angezeigt.
1596  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1597  ein.
1598  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1599  Spaltenanzahl festlegen können.
1600 \end_layout
1601
1602 \begin_layout Standard
1603 In der so erstellten Tabelle ist jede Zelle umrandet.
1604  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1605  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1606  die zweite Zeile eine Linie oberhalb haben.
1607  Hier ist ein Beispiel:
1608 \begin_inset Separator parbreak
1609 \end_inset
1610
1611
1612 \end_layout
1613
1614 \begin_layout Standard
1615 \align center
1616 \begin_inset Tabular
1617 <lyxtabular version="3" rows="5" columns="4">
1618 <features tabularvalignment="middle">
1619 <column alignment="center" valignment="top">
1620 <column alignment="center" valignment="top">
1621 <column alignment="center" valignment="top">
1622 <column alignment="center" valignment="top">
1623 <row>
1624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1625 \begin_inset Text
1626
1627 \begin_layout Plain Layout
1628
1629 \end_layout
1630
1631 \end_inset
1632 </cell>
1633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1634 \begin_inset Text
1635
1636 \begin_layout Plain Layout
1637
1638 \family roman
1639 \series medium
1640 \shape up
1641 \size normal
1642 \emph off
1643 \bar no
1644 \noun off
1645 \color none
1646 1
1647 \end_layout
1648
1649 \end_inset
1650 </cell>
1651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1652 \begin_inset Text
1653
1654 \begin_layout Plain Layout
1655 2
1656 \end_layout
1657
1658 \end_inset
1659 </cell>
1660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1661 \begin_inset Text
1662
1663 \begin_layout Plain Layout
1664 3
1665 \end_layout
1666
1667 \end_inset
1668 </cell>
1669 </row>
1670 <row>
1671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1672 \begin_inset Text
1673
1674 \begin_layout Plain Layout
1675
1676 \family roman
1677 \series medium
1678 \shape up
1679 \size normal
1680 \emph off
1681 \bar no
1682 \noun off
1683 \color none
1684 A
1685 \end_layout
1686
1687 \end_inset
1688 </cell>
1689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1690 \begin_inset Text
1691
1692 \begin_layout Plain Layout
1693
1694 \end_layout
1695
1696 \end_inset
1697 </cell>
1698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1699 \begin_inset Text
1700
1701 \begin_layout Plain Layout
1702
1703 \end_layout
1704
1705 \end_inset
1706 </cell>
1707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1708 \begin_inset Text
1709
1710 \begin_layout Plain Layout
1711
1712 \end_layout
1713
1714 \end_inset
1715 </cell>
1716 </row>
1717 <row>
1718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1719 \begin_inset Text
1720
1721 \begin_layout Plain Layout
1722
1723 \family roman
1724 \series medium
1725 \shape up
1726 \size normal
1727 \emph off
1728 \bar no
1729 \noun off
1730 \color none
1731 B
1732 \end_layout
1733
1734 \end_inset
1735 </cell>
1736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1737 \begin_inset Text
1738
1739 \begin_layout Plain Layout
1740
1741 \end_layout
1742
1743 \end_inset
1744 </cell>
1745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1746 \begin_inset Text
1747
1748 \begin_layout Plain Layout
1749
1750 \end_layout
1751
1752 \end_inset
1753 </cell>
1754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1755 \begin_inset Text
1756
1757 \begin_layout Plain Layout
1758
1759 \end_layout
1760
1761 \end_inset
1762 </cell>
1763 </row>
1764 <row>
1765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1766 \begin_inset Text
1767
1768 \begin_layout Plain Layout
1769
1770 \family roman
1771 \series medium
1772 \shape up
1773 \size normal
1774 \emph off
1775 \bar no
1776 \noun off
1777 \color none
1778 C
1779 \end_layout
1780
1781 \end_inset
1782 </cell>
1783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1784 \begin_inset Text
1785
1786 \begin_layout Plain Layout
1787
1788 \end_layout
1789
1790 \end_inset
1791 </cell>
1792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1793 \begin_inset Text
1794
1795 \begin_layout Plain Layout
1796
1797 \end_layout
1798
1799 \end_inset
1800 </cell>
1801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805
1806 \end_layout
1807
1808 \end_inset
1809 </cell>
1810 </row>
1811 <row>
1812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816 D
1817 \end_layout
1818
1819 \end_inset
1820 </cell>
1821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 </row>
1849 </lyxtabular>
1850
1851 \end_inset
1852
1853
1854 \end_layout
1855
1856 \begin_layout Section
1857 Tabellen-Dialog
1858 \begin_inset Index idx
1859 status collapsed
1860
1861 \begin_layout Plain Layout
1862 Tabellen ! Einstellungen
1863 \end_layout
1864
1865 \end_inset
1866
1867
1868 \end_layout
1869
1870 \begin_layout Standard
1871 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1872  Maustaste darauf klicken.
1873  Dadurch wird ein Kontextmenü angezeigt, in dem Sie im Eintrag 
1874 \family sans
1875 Mehr
1876 \family default
1877  Eigenschaften der Zelle und Zeile/Spalte, in der der Mauszeiger gerade
1878  ist, geändert werden können.
1879  Das Kontextmenü 
1880 \family sans
1881 Mehr\SpecialChar menuseparator
1882 Einstellungen
1883 \family default
1884  öffnet den Tabellen-Dialog wo weitere Einstellungen vorgenommen werden
1885  können.
1886  Viele der Optionen im Dialog sind auch für eine Zellenauswahl wirksam.
1887  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1888  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1889  Auswahl.
1890  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1891 \emph on
1892 Inhalt
1893 \emph default
1894  einer Zelle oder die Zelle selber ausgewählt haben.
1895 \begin_inset Newline newline
1896 \end_inset
1897
1898 Mit der Dialog-Option 
1899 \family sans
1900 Direkt
1901 \begin_inset space ~
1902 \end_inset
1903
1904 übernehmen
1905 \family default
1906  wird jede Änderung, die Sie machen, direkt übernommen.
1907  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1908  dann auch die Parameter der neuen Zelle an.
1909  Wenn Sie Längenwerte im Dialog ändern, müssen Sie 
1910 \family sans
1911 Enter
1912 \family default
1913  drücken, um die Änderung zu übernehmen.
1914 \begin_inset Newline newline
1915 \end_inset
1916
1917 Der Tabellen-Dialog hat folgende Karteikarten:
1918 \end_layout
1919
1920 \begin_layout Description
1921
1922 \family sans
1923 Tabellen-Einstellungen
1924 \family default
1925  Hier können Sie die Horizontale
1926 \begin_inset space ~
1927 \end_inset
1928
1929 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1930  Die Ausrichtung 
1931 \family sans
1932 Am
1933 \begin_inset space ~
1934 \end_inset
1935
1936 Dezimaltrenner
1937 \family default
1938  ist in Abschnitt
1939 \begin_inset space ~
1940 \end_inset
1941
1942
1943 \begin_inset CommandInset ref
1944 LatexCommand ref
1945 reference "uab:Besondere-Zellenausrichtung"
1946
1947 \end_inset
1948
1949  beschrieben.
1950  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
1951 \begin_inset space ~
1952 \end_inset
1953
1954 Ausrichtung der momentanen Zeile wählen.
1955  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1956  Absätze haben, wie in Abschnitt
1957 \begin_inset space ~
1958 \end_inset
1959
1960
1961 \begin_inset CommandInset ref
1962 LatexCommand ref
1963 reference "uab:Mehrfache-Zeilen-in"
1964
1965 \end_inset
1966
1967  beschrieben.
1968  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1969 \begin_inset Newline newline
1970 \end_inset
1971
1972 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1973  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
1974 \begin_inset space ~
1975 \end_inset
1976
1977
1978 \begin_inset CommandInset ref
1979 LatexCommand ref
1980 reference "uab:Mehrfachspalten"
1981
1982 \end_inset
1983
1984  und 
1985 \begin_inset CommandInset ref
1986 LatexCommand ref
1987 reference "uab:Mehrfachzeilen"
1988
1989 \end_inset
1990
1991  beschrieben.
1992 \begin_inset Newline newline
1993 \end_inset
1994
1995 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
1996  den Uhrzeigersinn um 90° drehen.
1997  \SpecialChar LyX
1998  zeigt diese Drehung nur in der Ausgabe.
1999  Für weitere Informationen siehe Abschnitt
2000 \begin_inset space ~
2001 \end_inset
2002
2003
2004 \begin_inset CommandInset ref
2005 LatexCommand ref
2006 reference "abs:Rotierte-Tabellenzellen"
2007
2008 \end_inset
2009
2010 .
2011 \begin_inset Newline newline
2012 \end_inset
2013
2014
2015 \begin_inset Note Greyedout
2016 status open
2017
2018 \begin_layout Plain Layout
2019
2020 \series bold
2021 Achtung:
2022 \series default
2023  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2024 \end_layout
2025
2026 \end_inset
2027
2028
2029 \begin_inset Newline newline
2030 \end_inset
2031
2032 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2033  Textzeilen verwendet:
2034 \begin_inset Newline newline
2035 \end_inset
2036
2037 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2038 \begin_inset Tabular
2039 <lyxtabular version="3" rows="2" columns="2">
2040 <features tabularvalignment="top">
2041 <column alignment="center" valignment="top" width="0pt">
2042 <column alignment="center" valignment="top">
2043 <row>
2044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2045 \begin_inset Text
2046
2047 \begin_layout Plain Layout
2048
2049 \end_layout
2050
2051 \end_inset
2052 </cell>
2053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2054 \begin_inset Text
2055
2056 \begin_layout Plain Layout
2057 1
2058 \end_layout
2059
2060 \end_inset
2061 </cell>
2062 </row>
2063 <row>
2064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2065 \begin_inset Text
2066
2067 \begin_layout Plain Layout
2068 A
2069 \end_layout
2070
2071 \end_inset
2072 </cell>
2073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2074 \begin_inset Text
2075
2076 \begin_layout Plain Layout
2077
2078 \end_layout
2079
2080 \end_inset
2081 </cell>
2082 </row>
2083 </lyxtabular>
2084
2085 \end_inset
2086
2087  
2088 \begin_inset Tabular
2089 <lyxtabular version="3" rows="2" columns="2">
2090 <features tabularvalignment="middle">
2091 <column alignment="center" valignment="top">
2092 <column alignment="center" valignment="top">
2093 <row>
2094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2095 \begin_inset Text
2096
2097 \begin_layout Plain Layout
2098
2099 \end_layout
2100
2101 \end_inset
2102 </cell>
2103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2104 \begin_inset Text
2105
2106 \begin_layout Plain Layout
2107 1
2108 \end_layout
2109
2110 \end_inset
2111 </cell>
2112 </row>
2113 <row>
2114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2115 \begin_inset Text
2116
2117 \begin_layout Plain Layout
2118 A
2119 \end_layout
2120
2121 \end_inset
2122 </cell>
2123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2124 \begin_inset Text
2125
2126 \begin_layout Plain Layout
2127
2128 \end_layout
2129
2130 \end_inset
2131 </cell>
2132 </row>
2133 </lyxtabular>
2134
2135 \end_inset
2136
2137  
2138 \begin_inset Tabular
2139 <lyxtabular version="3" rows="2" columns="2">
2140 <features tabularvalignment="bottom">
2141 <column alignment="center" valignment="top" width="0pt">
2142 <column alignment="center" valignment="top">
2143 <row>
2144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2145 \begin_inset Text
2146
2147 \begin_layout Plain Layout
2148
2149 \end_layout
2150
2151 \end_inset
2152 </cell>
2153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2154 \begin_inset Text
2155
2156 \begin_layout Plain Layout
2157 1
2158 \end_layout
2159
2160 \end_inset
2161 </cell>
2162 </row>
2163 <row>
2164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2165 \begin_inset Text
2166
2167 \begin_layout Plain Layout
2168 A
2169 \end_layout
2170
2171 \end_inset
2172 </cell>
2173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2174 \begin_inset Text
2175
2176 \begin_layout Plain Layout
2177
2178 \end_layout
2179
2180 \end_inset
2181 </cell>
2182 </row>
2183 </lyxtabular>
2184
2185 \end_inset
2186
2187
2188 \begin_inset Newline newline
2189 \end_inset
2190
2191 Man kann auch ein \SpecialChar LaTeX
2192 -Argument für besondere Tabellen-Formatierun\SpecialChar softhyphen
2193 gen einfügen,
2194  wie in den Abschnitten 
2195 \begin_inset CommandInset ref
2196 LatexCommand ref
2197 reference "uab:Mehrfachspalten-Berechnungen"
2198
2199 \end_inset
2200
2201  und 
2202 \begin_inset CommandInset ref
2203 LatexCommand ref
2204 reference "abs:Farbige-Tabellen"
2205
2206 \end_inset
2207
2208  beschrieben.
2209 \end_layout
2210
2211 \begin_layout Description
2212
2213 \family sans
2214 Rahmen
2215 \family default
2216  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2217  hinzufügen und löschen.
2218 \begin_inset Newline newline
2219 \end_inset
2220
2221 Wenn Sie die Stil-Option
2222 \family sans
2223  Formal
2224 \family default
2225  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2226 \begin_inset space ~
2227 \end_inset
2228
2229
2230 \begin_inset CommandInset ref
2231 LatexCommand ref
2232 reference "abs:Formale-Tabellen"
2233
2234 \end_inset
2235
2236  beschrieben, konvertiert.
2237 \begin_inset Newline newline
2238 \end_inset
2239
2240 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2241 \begin_inset space ~
2242 \end_inset
2243
2244
2245 \begin_inset CommandInset ref
2246 LatexCommand ref
2247 reference "uab:Zeilenabstand"
2248
2249 \end_inset
2250
2251  beschrieben.
2252 \end_layout
2253
2254 \begin_layout Description
2255
2256 \family sans
2257 Lange
2258 \begin_inset space ~
2259 \end_inset
2260
2261 Tabelle
2262 \family default
2263  Hier kann eine Tabelle als 
2264 \begin_inset Quotes gld
2265 \end_inset
2266
2267 Lange
2268 \begin_inset space ~
2269 \end_inset
2270
2271 Tabelle
2272 \begin_inset Quotes grd
2273 \end_inset
2274
2275  definiert werden, die über mehrere Seiten reicht.
2276  Die Abschnitte
2277 \begin_inset space ~
2278 \end_inset
2279
2280
2281 \begin_inset CommandInset ref
2282 LatexCommand ref
2283 reference "abs:Lange-Tabellen"
2284
2285 \end_inset
2286
2287  und 
2288 \begin_inset CommandInset ref
2289 LatexCommand ref
2290 reference "abs:Special-Longtable-Issues"
2291
2292 \end_inset
2293
2294  beschreiben diese Funktion genauer.
2295 \end_layout
2296
2297 \begin_layout Section
2298 Tabellen-Werkzeugleiste
2299 \begin_inset Index idx
2300 status collapsed
2301
2302 \begin_layout Plain Layout
2303 Tabellen ! Werkzeugleiste
2304 \end_layout
2305
2306 \end_inset
2307
2308
2309 \end_layout
2310
2311 \begin_layout Standard
2312 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2313 \family sans
2314 Tabellen-Einstellungen
2315 \family default
2316 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2317  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2318  \SpecialChar LyX
2319 -Fensters.
2320 \end_layout
2321
2322 \begin_layout Standard
2323 Die Werkzeugleiste hat folgende Knöpfe:
2324 \end_layout
2325
2326 \begin_layout Labeling
2327 \labelwidthstring 00.00.0000
2328 \begin_inset Info
2329 type  "icon"
2330 arg   "inset-modify tabular append-row"
2331 \end_inset
2332
2333  Fügt eine Zeile unterhalb der momentanen an
2334 \end_layout
2335
2336 \begin_layout Labeling
2337 \labelwidthstring 00.00.0000
2338 \begin_inset Info
2339 type  "icon"
2340 arg   "inset-modify tabular append-column"
2341 \end_inset
2342
2343  Fügt eine Spalte rechts von der momentanen an
2344 \end_layout
2345
2346 \begin_layout Labeling
2347 \labelwidthstring 00.00.0000
2348 \begin_inset Info
2349 type  "icon"
2350 arg   "inset-modify tabular delete-row"
2351 \end_inset
2352
2353  Löscht die ausgewählte(n) Zeile(n)
2354 \end_layout
2355
2356 \begin_layout Labeling
2357 \labelwidthstring 00.00.0000
2358 \begin_inset Info
2359 type  "icon"
2360 arg   "inset-modify tabular delete-column"
2361 \end_inset
2362
2363  Löscht die ausgewählte(n) Spalte(n)
2364 \end_layout
2365
2366 \begin_layout Labeling
2367 \labelwidthstring 00.00.0000
2368 \begin_inset Info
2369 type  "icon"
2370 arg   "inset-modify tabular move-row-up"
2371 \end_inset
2372
2373  verschiebt die ausgewählte Zeile nach oben
2374 \end_layout
2375
2376 \begin_layout Labeling
2377 \labelwidthstring 00.00.0000
2378 \begin_inset Info
2379 type  "icon"
2380 arg   "inset-modify tabular move-column-left"
2381 \end_inset
2382
2383  verschiebt die ausgewählte Spalte nach links
2384 \end_layout
2385
2386 \begin_layout Labeling
2387 \labelwidthstring 00.00.0000
2388 \begin_inset Info
2389 type  "icon"
2390 arg   "inset-modify tabular move-row-down"
2391 \end_inset
2392
2393  verschiebt die ausgewählte Zeile nach unten
2394 \end_layout
2395
2396 \begin_layout Labeling
2397 \labelwidthstring 00.00.0000
2398 \begin_inset Info
2399 type  "icon"
2400 arg   "inset-modify tabular move-column-right"
2401 \end_inset
2402
2403  verschiebt die ausgewählte Spalte nach rechts
2404 \end_layout
2405
2406 \begin_layout Labeling
2407 \labelwidthstring 00.00.0000
2408 \begin_inset Info
2409 type  "icon"
2410 arg   "inset-modify tabular toggle-line-top"
2411 \end_inset
2412
2413  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2414  wenn der Knopf grau hinterlegt ist
2415 \end_layout
2416
2417 \begin_layout Labeling
2418 \labelwidthstring 00.00.0000
2419 \begin_inset Info
2420 type  "icon"
2421 arg   "inset-modify tabular toggle-line-bottom"
2422 \end_inset
2423
2424  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2425  wenn der Knopf grau hinterlegt ist
2426 \end_layout
2427
2428 \begin_layout Labeling
2429 \labelwidthstring 00.00.0000
2430 \begin_inset Info
2431 type  "icon"
2432 arg   "inset-modify tabular toggle-line-left"
2433 \end_inset
2434
2435  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2436  wenn der Knopf grau hinterlegt ist
2437 \end_layout
2438
2439 \begin_layout Labeling
2440 \labelwidthstring 00.00.0000
2441 \begin_inset Info
2442 type  "icon"
2443 arg   "inset-modify tabular toggle-line-right"
2444 \end_inset
2445
2446  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2447  wenn der Knopf grau hinterlegt ist
2448 \end_layout
2449
2450 \begin_layout Labeling
2451 \labelwidthstring 00.00.0000
2452 \begin_inset Info
2453 type  "icon"
2454 arg   "inset-modify tabular set-all-lines"
2455 \end_inset
2456
2457  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2458 \end_layout
2459
2460 \begin_layout Labeling
2461 \labelwidthstring 00.00.0000
2462 \begin_inset Info
2463 type  "icon"
2464 arg   "inset-modify tabular unset-all-lines"
2465 \end_inset
2466
2467  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2468 \end_layout
2469
2470 \begin_layout Labeling
2471 \labelwidthstring 00.00.0000
2472 \begin_inset Info
2473 type  "icon"
2474 arg   "inset-modify tabular m-align-left"
2475 \end_inset
2476
2477  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2478 \end_layout
2479
2480 \begin_layout Labeling
2481 \labelwidthstring 00.00.0000
2482 \begin_inset Info
2483 type  "icon"
2484 arg   "inset-modify tabular m-align-center"
2485 \end_inset
2486
2487  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2488 \end_layout
2489
2490 \begin_layout Labeling
2491 \labelwidthstring 00.00.0000
2492 \begin_inset Info
2493 type  "icon"
2494 arg   "inset-modify tabular m-align-right"
2495 \end_inset
2496
2497  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2498 \end_layout
2499
2500 \begin_layout Labeling
2501 \labelwidthstring 00.00.0000
2502 \begin_inset Info
2503 type  "icon"
2504 arg   "inset-modify tabular align-decimal"
2505 \end_inset
2506
2507  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2508 \end_layout
2509
2510 \begin_layout Labeling
2511 \labelwidthstring 00.00.0000
2512 \begin_inset Info
2513 type  "icon"
2514 arg   "inset-modify tabular m-valign-top"
2515 \end_inset
2516
2517  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2518 \end_layout
2519
2520 \begin_layout Labeling
2521 \labelwidthstring 00.00.0000
2522 \begin_inset Info
2523 type  "icon"
2524 arg   "inset-modify tabular m-valign-middle"
2525 \end_inset
2526
2527  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2528 \end_layout
2529
2530 \begin_layout Labeling
2531 \labelwidthstring 00.00.0000
2532 \begin_inset Info
2533 type  "icon"
2534 arg   "inset-modify tabular m-valign-bottom"
2535 \end_inset
2536
2537  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2538 \end_layout
2539
2540 \begin_layout Labeling
2541 \labelwidthstring 00.00.0000
2542 \begin_inset Info
2543 type  "icon"
2544 arg   "inset-modify tabular set-rotate-cell"
2545 \end_inset
2546
2547  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2548 \end_layout
2549
2550 \begin_layout Labeling
2551 \labelwidthstring 00.00.0000
2552 \begin_inset Info
2553 type  "icon"
2554 arg   "inset-modify tabular set-rotate-tabular"
2555 \end_inset
2556
2557  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2558 \end_layout
2559
2560 \begin_layout Labeling
2561 \labelwidthstring 00.00.0000
2562 \begin_inset Info
2563 type  "icon"
2564 arg   "inset-modify tabular multicolumn"
2565 \end_inset
2566
2567  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2568 \end_layout
2569
2570 \begin_layout Labeling
2571 \labelwidthstring 00.00.0000
2572 \begin_inset Info
2573 type  "icon"
2574 arg   "inset-modify tabular multirow"
2575 \end_inset
2576
2577  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2578 \end_layout
2579
2580 \begin_layout Standard
2581 \begin_inset Note Greyedout
2582 status open
2583
2584 \begin_layout Plain Layout
2585
2586 \series bold
2587 Bemerkung:
2588 \series default
2589  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2590  Reihe für alle Zelle der Reihe verwendet.
2591 \end_layout
2592
2593 \end_inset
2594
2595
2596 \end_layout
2597
2598 \begin_layout Section
2599 Bearbeiten-Menü
2600 \begin_inset Index idx
2601 status collapsed
2602
2603 \begin_layout Plain Layout
2604 Tabellen ! Bearbeiten-Menü
2605 \end_layout
2606
2607 \end_inset
2608
2609
2610 \end_layout
2611
2612 \begin_layout Standard
2613 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2614  Wenn der Cursor in einer Tabelle steht, sind im 
2615 \family sans
2616 Bearbeiten
2617 \family default
2618 -Menü folgende Punkte aktiviert: 
2619 \family sans
2620 Tabelle
2621 \family default
2622
2623 \family sans
2624 Zeilen
2625 \begin_inset space ~
2626 \end_inset
2627
2628 &
2629 \begin_inset space ~
2630 \end_inset
2631
2632 Spalten
2633 \family default
2634  und 
2635 \family sans
2636 Tabellen-Einstellungen
2637 \family default
2638 .
2639  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2640 ngsmöglichkeiten zu erreichen.
2641 \end_layout
2642
2643 \begin_layout Section
2644 Gleitende Tabellen
2645 \begin_inset CommandInset label
2646 LatexCommand label
2647 name "abs:Gleitende-Tabellen"
2648
2649 \end_inset
2650
2651
2652 \begin_inset Index idx
2653 status collapsed
2654
2655 \begin_layout Plain Layout
2656 Gleitobjekte ! Tabellen
2657 \end_layout
2658
2659 \end_inset
2660
2661
2662 \begin_inset Index idx
2663 status collapsed
2664
2665 \begin_layout Plain Layout
2666 Tabellen ! gleitende
2667 \end_layout
2668
2669 \end_inset
2670
2671
2672 \end_layout
2673
2674 \begin_layout Standard
2675 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2676 \begin_inset space ~
2677 \end_inset
2678
2679
2680 \begin_inset CommandInset ref
2681 LatexCommand ref
2682 reference "abs:Gleitobjekte-Einleitung"
2683
2684 \end_inset
2685
2686 .
2687 \end_layout
2688
2689 \begin_layout Standard
2690 \begin_inset Float table
2691 placement h
2692 wide false
2693 sideways false
2694 status open
2695
2696 \begin_layout Plain Layout
2697 \begin_inset Caption Standard
2698
2699 \begin_layout Plain Layout
2700 \begin_inset CommandInset label
2701 LatexCommand label
2702 name "tab:a table float"
2703
2704 \end_inset
2705
2706 Eine gleitende Tabelle
2707 \end_layout
2708
2709 \end_inset
2710
2711
2712 \end_layout
2713
2714 \begin_layout Plain Layout
2715 \align center
2716 \begin_inset Tabular
2717 <lyxtabular version="3" rows="3" columns="3">
2718 <features tabularvalignment="middle">
2719 <column alignment="center" valignment="top" width="0pt">
2720 <column alignment="center" valignment="top" width="0pt">
2721 <column alignment="center" valignment="top" width="0pt">
2722 <row>
2723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2724 \begin_inset Text
2725
2726 \begin_layout Plain Layout
2727
2728 \family roman
2729 \series medium
2730 \shape up
2731 \size normal
2732 \emph off
2733 \bar no
2734 \noun off
2735 \color none
2736 1
2737 \end_layout
2738
2739 \end_inset
2740 </cell>
2741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2742 \begin_inset Text
2743
2744 \begin_layout Plain Layout
2745
2746 \family roman
2747 \series medium
2748 \shape up
2749 \size normal
2750 \emph off
2751 \bar no
2752 \noun off
2753 \color none
2754 2
2755 \end_layout
2756
2757 \end_inset
2758 </cell>
2759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2760 \begin_inset Text
2761
2762 \begin_layout Plain Layout
2763
2764 \family roman
2765 \series medium
2766 \shape up
2767 \size normal
2768 \emph off
2769 \bar no
2770 \noun off
2771 \color none
2772 3
2773 \end_layout
2774
2775 \end_inset
2776 </cell>
2777 </row>
2778 <row>
2779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2780 \begin_inset Text
2781
2782 \begin_layout Plain Layout
2783
2784 \family roman
2785 \series medium
2786 \shape up
2787 \size normal
2788 \emph off
2789 \bar no
2790 \noun off
2791 \color none
2792 Martin
2793 \end_layout
2794
2795 \end_inset
2796 </cell>
2797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2798 \begin_inset Text
2799
2800 \begin_layout Plain Layout
2801
2802 \family roman
2803 \series medium
2804 \shape up
2805 \size normal
2806 \emph off
2807 \bar no
2808 \noun off
2809 \color none
2810 Lena
2811 \end_layout
2812
2813 \end_inset
2814 </cell>
2815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2816 \begin_inset Text
2817
2818 \begin_layout Plain Layout
2819
2820 \family roman
2821 \series medium
2822 \shape up
2823 \size normal
2824 \emph off
2825 \bar no
2826 \noun off
2827 \color none
2828 Alina
2829 \end_layout
2830
2831 \end_inset
2832 </cell>
2833 </row>
2834 <row>
2835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2836 \begin_inset Text
2837
2838 \begin_layout Plain Layout
2839
2840 \family roman
2841 \series medium
2842 \shape up
2843 \size normal
2844 \emph off
2845 \bar no
2846 \noun off
2847 \color none
2848 \begin_inset Formula $\int x^{2}dx$
2849 \end_inset
2850
2851
2852 \end_layout
2853
2854 \end_inset
2855 </cell>
2856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2857 \begin_inset Text
2858
2859 \begin_layout Plain Layout
2860
2861 \family roman
2862 \series medium
2863 \shape up
2864 \size normal
2865 \emph off
2866 \bar no
2867 \noun off
2868 \color none
2869 \begin_inset Formula $\left[\begin{array}{cc}
2870 a & b\\
2871 c & d
2872 \end{array}\right]$
2873 \end_inset
2874
2875
2876 \end_layout
2877
2878 \end_inset
2879 </cell>
2880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2881 \begin_inset Text
2882
2883 \begin_layout Plain Layout
2884
2885 \family roman
2886 \series medium
2887 \shape up
2888 \size normal
2889 \emph off
2890 \bar no
2891 \noun off
2892 \color none
2893 \begin_inset Formula $1+1=2$
2894 \end_inset
2895
2896
2897 \end_layout
2898
2899 \end_inset
2900 </cell>
2901 </row>
2902 </lyxtabular>
2903
2904 \end_inset
2905
2906
2907 \end_layout
2908
2909 \end_inset
2910
2911
2912 \end_layout
2913
2914 \begin_layout Standard
2915 Gleitende Tabellen können über 
2916 \family sans
2917 Einfügen\SpecialChar menuseparator
2918 Gleitobjekt\SpecialChar menuseparator
2919 Tabelle
2920 \family default
2921  oder einen Klick auf den Werkzeugleistenknopf 
2922 \begin_inset Info
2923 type  "icon"
2924 arg   "float-insert table"
2925 \end_inset
2926
2927  erzeugt werden.
2928  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2929  In das rot umrahmte Feld rechts von 
2930 \emph on
2931 Tabelle
2932 \begin_inset space ~
2933 \end_inset
2934
2935 Nr:
2936 \emph default
2937  schreiben Sie die Tabellenbeschriftung.
2938  Nach einem Klick oberhalb oder unterhalb von 
2939 \emph on
2940 Tabelle
2941 \begin_inset space ~
2942 \end_inset
2943
2944 Nr:
2945 \emph default
2946  können Sie dann eine Tabelle einfügen.
2947 \end_layout
2948
2949 \begin_layout Standard
2950 Tabelle
2951 \begin_inset space ~
2952 \end_inset
2953
2954
2955 \begin_inset CommandInset ref
2956 LatexCommand ref
2957 reference "tab:a table float"
2958
2959 \end_inset
2960
2961  ist ein Beispiel für eine gleitende Tabelle.
2962 \end_layout
2963
2964 \begin_layout Standard
2965 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2966 herweise wird das von \SpecialChar LaTeX
2967  Standard-Klassen nicht unterstützt.
2968  Das bedeutet, dass bei den Klassen 
2969 \family sans
2970 article
2971 \family default
2972
2973 \family sans
2974 book
2975 \family default
2976
2977 \family sans
2978 letter
2979 \family default
2980 , und 
2981 \family sans
2982 report
2983 \family default
2984  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2985  Um den einzufügen, können Sie zum Ladebefehl des \SpecialChar LaTeX
2986 -Paketes 
2987 \series bold
2988 caption
2989 \series default
2990
2991 \begin_inset Index idx
2992 status collapsed
2993
2994 \begin_layout Plain Layout
2995 \SpecialChar LaTeX
2996 -Pakete ! caption
2997 \end_layout
2998
2999 \end_inset
3000
3001  im \SpecialChar LaTeX
3002 -Vorspann Ihres Dokuments folgende Option einfügen:
3003 \begin_inset Foot
3004 status collapsed
3005
3006 \begin_layout Plain Layout
3007 Näheres finden Sie im Abschnitt
3008 \begin_inset space ~
3009 \end_inset
3010
3011
3012 \begin_inset CommandInset ref
3013 LatexCommand ref
3014 reference "abs:Titel-Platzierung"
3015
3016 \end_inset
3017
3018 .
3019 \end_layout
3020
3021 \end_inset
3022
3023
3024 \end_layout
3025
3026 \begin_layout Standard
3027
3028 \series bold
3029 tableposition=top
3030 \end_layout
3031
3032 \begin_layout Standard
3033 Das Paket 
3034 \series bold
3035 caption
3036 \series default
3037 , das in Abschnitt
3038 \begin_inset space ~
3039 \end_inset
3040
3041
3042 \begin_inset CommandInset ref
3043 LatexCommand ref
3044 reference "abs:Titel-Formatierung"
3045
3046 \end_inset
3047
3048  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3049 \end_layout
3050
3051 \begin_layout Standard
3052 \begin_inset Index idx
3053 status collapsed
3054
3055 \begin_layout Plain Layout
3056 Querverweise ! auf Tabellen
3057 \end_layout
3058
3059 \end_inset
3060
3061 Auf Tabellen kann über ihre Marke verwiesen werden.
3062  Dafür fügen Sie in der Beschriftung mit 
3063 \family sans
3064 Einfügen\SpecialChar menuseparator
3065 Marke
3066 \family default
3067  oder durch Klicken auf 
3068 \begin_inset Info
3069 type  "icon"
3070 arg   "label-insert"
3071 \end_inset
3072
3073  eine Marke ein.
3074  Auf diese können Sie dann wie gewohnt mit 
3075 \family sans
3076 Einfügen\SpecialChar menuseparator
3077 Querverweis
3078 \family default
3079  oder durch Klicken auf 
3080 \begin_inset Info
3081 type  "icon"
3082 arg   "dialog-show-new-inset ref"
3083 \end_inset
3084
3085  verweisen.
3086  Verweise werden detailliert in Abschnitt
3087 \begin_inset space ~
3088 \end_inset
3089
3090
3091 \begin_inset CommandInset ref
3092 LatexCommand ref
3093 reference "abs:Auf-Gleitobjekte-verweisen"
3094
3095 \end_inset
3096
3097  beschrieben.
3098 \end_layout
3099
3100 \begin_layout Section
3101 Lange Tabellen
3102 \begin_inset CommandInset label
3103 LatexCommand label
3104 name "abs:Lange-Tabellen"
3105
3106 \end_inset
3107
3108
3109 \begin_inset Index idx
3110 status collapsed
3111
3112 \begin_layout Plain Layout
3113 Tabellen ! lange
3114 \end_layout
3115
3116 \end_inset
3117
3118
3119 \end_layout
3120
3121 \begin_layout Standard
3122 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3123  Dialogfenster 
3124 \family sans
3125 Tabellen-Einstellungen
3126 \family default
3127  auf der Karteikarte  
3128 \family sans
3129 Lange
3130 \begin_inset space ~
3131 \end_inset
3132
3133 Tabelle
3134 \family default
3135  die Option 
3136 \family sans
3137 Lange
3138 \begin_inset space ~
3139 \end_inset
3140
3141 Tabelle
3142 \begin_inset space ~
3143 \end_inset
3144
3145 verwenden
3146 \family default
3147  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3148  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3149 \end_layout
3150
3151 \begin_layout Description
3152 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3153  festgelegt; mit Ausnahme der ersten, wenn 
3154 \family sans
3155 Erste
3156 \begin_inset space ~
3157 \end_inset
3158
3159 Kopfzeile
3160 \family default
3161  aktiviert ist.
3162 \end_layout
3163
3164 \begin_layout Description
3165 Erste
3166 \lang english
3167
3168 \begin_inset space ~
3169 \end_inset
3170
3171
3172 \lang ngerman
3173 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3174  Seite einer mehrseitigen Tabelle definiert.
3175 \end_layout
3176
3177 \begin_layout Description
3178 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3179  mit Ausnahme der letzten, wenn 
3180 \family sans
3181 Letzte
3182 \begin_inset space ~
3183 \end_inset
3184
3185 Fußzeile
3186 \family default
3187  aktiviert ist.
3188 \end_layout
3189
3190 \begin_layout Description
3191 Letzte
3192 \begin_inset space ~
3193 \end_inset
3194
3195 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3196  einer mehrseitigen Tabelle definiert.
3197 \end_layout
3198
3199 \begin_layout Description
3200 Legende: Die aktuelle Zeile enthält die Legende.
3201  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3202  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3203 \begin_inset space ~
3204 \end_inset
3205
3206
3207 \begin_inset CommandInset ref
3208 LatexCommand ref
3209 reference "uab:Beschriftungen-langer-Tabellen"
3210
3211 \end_inset
3212
3213  erklärt.
3214 \end_layout
3215
3216 \begin_layout Standard
3217 Hier ist ein Beispiel einer langen Tabelle:
3218 \begin_inset Separator parbreak
3219 \end_inset
3220
3221
3222 \end_layout
3223
3224 \begin_layout Standard
3225 \align center
3226 \begin_inset Tabular
3227 <lyxtabular version="3" rows="69" columns="3">
3228 <features islongtable="true" longtabularalignment="center">
3229 <column alignment="left" valignment="top" width="0cm">
3230 <column alignment="left" valignment="top" width="0pt">
3231 <column alignment="right" valignment="top" width="0pt">
3232 <row endfirsthead="true">
3233 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Plain Layout
3237
3238 \series bold
3239 Telefonliste (ignoriere die Namen)
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3245 \begin_inset Text
3246
3247 \begin_layout Plain Layout
3248
3249 \end_layout
3250
3251 \end_inset
3252 </cell>
3253 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3254 \begin_inset Text
3255
3256 \begin_layout Plain Layout
3257
3258 \end_layout
3259
3260 \end_inset
3261 </cell>
3262 </row>
3263 <row endfirsthead="true">
3264 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3265 \begin_inset Text
3266
3267 \begin_layout Plain Layout
3268
3269 \series bold
3270 NAME
3271 \end_layout
3272
3273 \end_inset
3274 </cell>
3275 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3276 \begin_inset Text
3277
3278 \begin_layout Plain Layout
3279
3280 \end_layout
3281
3282 \end_inset
3283 </cell>
3284 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3285 \begin_inset Text
3286
3287 \begin_layout Plain Layout
3288
3289 \series bold
3290 TEL.
3291 \end_layout
3292
3293 \end_inset
3294 </cell>
3295 </row>
3296 <row endhead="true">
3297 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3298 \begin_inset Text
3299
3300 \begin_layout Plain Layout
3301
3302 \series bold
3303 Telefonliste
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Plain Layout
3312
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 </row>
3327 <row endhead="true">
3328 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Plain Layout
3332
3333 \series bold
3334 NAME
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352
3353 \series bold
3354 TEL.
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 </row>
3360 <row endfoot="true">
3361 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Plain Layout
3365
3366 \series bold
3367 wird fortgesetzt
3368 \series default
3369  \SpecialChar ldots
3370
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Plain Layout
3379
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 </row>
3394 <row>
3395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399
3400 \series bold
3401 Annovi
3402 \end_layout
3403
3404 \end_inset
3405 </cell>
3406 <cell alignment="center" valignment="top" usebox="none">
3407 \begin_inset Text
3408
3409 \begin_layout Plain Layout
3410 Silvia
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419 111
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 </row>
3425 <row>
3426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430
3431 \series bold
3432 Bertoli
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 <cell alignment="center" valignment="top" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Plain Layout
3441 Stefano
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450 111
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 </row>
3456 <row>
3457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461
3462 \series bold
3463 Bozzi
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 <cell alignment="center" valignment="top" usebox="none">
3469 \begin_inset Text
3470
3471 \begin_layout Plain Layout
3472 Walter
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481 111
3482 \end_layout
3483
3484 \end_inset
3485 </cell>
3486 </row>
3487 <row>
3488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492
3493 \series bold
3494 Cachia
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 <cell alignment="center" valignment="top" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503 Maria
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512 111
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 </row>
3518 <row>
3519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523
3524 \series bold
3525 Cachia
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534 Maurizio
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543 111
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 </row>
3549 <row>
3550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554
3555 \series bold
3556 Cinquemani
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 <cell alignment="center" valignment="top" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565 Giusi
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574 111
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 </row>
3580 <row>
3581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585
3586 \series bold
3587 Colin
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 <cell alignment="center" valignment="top" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596 Bernard
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605 111
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 </row>
3611 <row>
3612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616
3617 \series bold
3618 Concli
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 <cell alignment="center" valignment="top" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627 Gianfranco
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636 111
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 </row>
3642 <row>
3643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647
3648 \series bold
3649 Dal Bosco
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 <cell alignment="center" valignment="top" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658 Carolina
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667 111
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 </row>
3673 <row>
3674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678
3679 \series bold
3680 Dalpiaz
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 <cell alignment="center" valignment="top" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689 Annamaria
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 111
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 </row>
3704 <row>
3705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709
3710 \series bold
3711 Feliciello
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 <cell alignment="center" valignment="top" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 Domenico
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729 111
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 </row>
3735 <row>
3736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740
3741 \series bold
3742 Focarelli
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 <cell alignment="center" valignment="top" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751 Paola
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760 111
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 </row>
3766 <row>
3767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771
3772 \series bold
3773 Galletti
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 <cell alignment="center" valignment="top" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782 Oreste
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791 111
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 </row>
3797 <row>
3798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802
3803 \series bold
3804 Gasparini
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 Franca
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822 111
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 </row>
3828 <row>
3829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833
3834 \series bold
3835 Rizzardi
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 <cell alignment="center" valignment="top" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844 Paola
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853 111
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 </row>
3859 <row>
3860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864
3865 \series bold
3866 Lassini
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 <cell alignment="center" valignment="top" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875 Giancarlo
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884 111
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 </row>
3890 <row>
3891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895
3896 \series bold
3897 Malfatti
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 <cell alignment="center" valignment="top" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906 Luciano
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915 111
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 </row>
3921 <row>
3922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926
3927 \series bold
3928 Malfatti
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 <cell alignment="center" valignment="top" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937 Valeriano
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946 111
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 </row>
3952 <row>
3953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957
3958 \series bold
3959 Meneguzzo
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 <cell alignment="center" valignment="top" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968 Roberto
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 111
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 </row>
3983 <row>
3984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988
3989 \series bold
3990 Mezzadra
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 <cell alignment="center" valignment="top" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999 Roberto
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008 111
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 </row>
4014 <row>
4015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019
4020 \series bold
4021 Pirpamer
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 <cell alignment="center" valignment="top" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030 Erich
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039 111
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 </row>
4045 <row>
4046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050
4051 \series bold
4052 Pochiesa
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 <cell alignment="center" valignment="top" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061 Paolo
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070 111, 222
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 </row>
4076 <row>
4077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Plain Layout
4081
4082 \series bold
4083 Radina
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 <cell alignment="center" valignment="top" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092 Claudio
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101 111
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 </row>
4107 <row>
4108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112
4113 \series bold
4114 Stuffer
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 <cell alignment="center" valignment="top" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123 Oskar
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132 111
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 </row>
4138 <row>
4139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143
4144 \series bold
4145 Tacchelli
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell alignment="center" valignment="top" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 Ugo
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 111
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 </row>
4169 <row>
4170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174
4175 \series bold
4176 Tezzele
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 <cell alignment="center" valignment="top" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185 Margit
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194 111
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 </row>
4200 <row>
4201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205
4206 \series bold
4207 Unterkalmsteiner
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 <cell alignment="center" valignment="top" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216 Frieda
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225 111
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 </row>
4231 <row>
4232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236
4237 \series bold
4238 Vieider
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 <cell alignment="center" valignment="top" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247 Hilde
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 111
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 </row>
4262 <row>
4263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267
4268 \series bold
4269 Vigna
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 Jürgen
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 111
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 </row>
4293 <row>
4294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298
4299 \series bold
4300 Weber
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 <cell alignment="center" valignment="top" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309 Maurizio
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 111
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 </row>
4324 <row>
4325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329
4330 \series bold
4331 Winkler
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 Franz
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 111
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 </row>
4355 <row>
4356 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360  
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 </row>
4384 <row>
4385 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389
4390 \series bold
4391 Annovi
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 <cell alignment="center" valignment="top" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400 Silvia
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409 555
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 </row>
4415 <row>
4416 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420
4421 \series bold
4422 Bertoli
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 <cell alignment="center" valignment="top" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431 Stefano
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440 555
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 </row>
4446 <row>
4447 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451
4452 \series bold
4453 Bozzi
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 <cell alignment="center" valignment="top" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462 Walter
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 555
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 </row>
4477 <row>
4478 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482
4483 \series bold
4484 Cachia
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 <cell alignment="center" valignment="top" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493 Maria
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502 555
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 </row>
4508 <row>
4509 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513
4514 \series bold
4515 Cachia
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 <cell alignment="center" valignment="top" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524 Maurizio
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533 555
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 </row>
4539 <row>
4540 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544
4545 \series bold
4546 Cinquemani
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 <cell alignment="center" valignment="top" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555 Giusi
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564 555
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 </row>
4570 <row>
4571 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575
4576 \series bold
4577 Colin
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 <cell alignment="center" valignment="top" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586 Bernard
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595 555
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 </row>
4601 <row>
4602 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606
4607 \series bold
4608 Concli
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 <cell alignment="center" valignment="top" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 Gianfranco
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626 555
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 </row>
4632 <row>
4633 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637
4638 \series bold
4639 Dal Bosco
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 <cell alignment="center" valignment="top" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648 Carolina
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657 555
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 </row>
4663 <row>
4664 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668
4669 \series bold
4670 Dalpiaz
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 <cell alignment="center" valignment="top" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679 Annamaria
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688 555
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 </row>
4694 <row>
4695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699
4700 \series bold
4701 Feliciello
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 <cell alignment="center" valignment="top" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710 Domenico
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719 555
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 </row>
4725 <row>
4726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730
4731 \series bold
4732 Focarelli
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 <cell alignment="center" valignment="top" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741 Paola
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750 555
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 </row>
4756 <row>
4757 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761
4762 \series bold
4763 Galletti
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 <cell alignment="center" valignment="top" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772 Oreste
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781 555
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 </row>
4787 <row>
4788 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792
4793 \series bold
4794 Gasparini
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 <cell alignment="center" valignment="top" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803 Franca
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812 555
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 </row>
4818 <row>
4819 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823
4824 \series bold
4825 Rizzardi
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 <cell alignment="center" valignment="top" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834 Paola
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843 555
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 </row>
4849 <row>
4850 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854
4855 \series bold
4856 Lassini
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 <cell alignment="center" valignment="top" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865 Giancarlo
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874 555
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 </row>
4880 <row>
4881 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885
4886 \series bold
4887 Malfatti
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 <cell alignment="center" valignment="top" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896 Luciano
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905 555
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 </row>
4911 <row>
4912 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916
4917 \series bold
4918 Malfatti
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 <cell alignment="center" valignment="top" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927 Valeriano
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936 555
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 </row>
4942 <row>
4943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947
4948 \series bold
4949 Meneguzzo
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 <cell alignment="center" valignment="top" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958 Roberto
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967 555
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 </row>
4973 <row>
4974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978
4979 \series bold
4980 Mezzadra
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 <cell alignment="center" valignment="top" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989 Roberto
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998 555
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 </row>
5004 <row>
5005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009
5010 \series bold
5011 Pirpamer
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 <cell alignment="center" valignment="top" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020 Erich
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029 555
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 </row>
5035 <row>
5036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040
5041 \series bold
5042 Pochiesa
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 <cell alignment="center" valignment="top" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051 Paolo
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060 555, 222
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 </row>
5066 <row>
5067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Plain Layout
5071
5072 \series bold
5073 Radina
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 <cell alignment="center" valignment="top" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082 Claudio
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091 555
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 </row>
5097 <row>
5098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102
5103 \series bold
5104 Stuffer
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 <cell alignment="center" valignment="top" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113 Oskar
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122 555
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 </row>
5128 <row>
5129 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133
5134 \series bold
5135 Tacchelli
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell alignment="center" valignment="top" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144 Ugo
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153 555
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 </row>
5159 <row>
5160 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164
5165 \series bold
5166 Tezzele
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 <cell alignment="center" valignment="top" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175 Margit
5176 \end_layout
5177
5178 \end_inset
5179 </cell>
5180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Plain Layout
5184 555
5185 \end_layout
5186
5187 \end_inset
5188 </cell>
5189 </row>
5190 <row>
5191 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195
5196 \series bold
5197 Unterkalmsteiner
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 <cell alignment="center" valignment="top" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206 Frieda
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215 555
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 </row>
5221 <row>
5222 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226
5227 \series bold
5228 Vieider
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 <cell alignment="center" valignment="top" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Plain Layout
5237 Hilde
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246 555
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 </row>
5252 <row>
5253 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257
5258 \series bold
5259 Vigna
5260 \end_layout
5261
5262 \end_inset
5263 </cell>
5264 <cell alignment="center" valignment="top" usebox="none">
5265 \begin_inset Text
5266
5267 \begin_layout Plain Layout
5268 Jürgen
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277 999
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 </row>
5283 <row>
5284 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288
5289 \series bold
5290 Weber
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 <cell alignment="center" valignment="top" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299 Maurizio
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308 555
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 </row>
5314 <row>
5315 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319
5320 \series bold
5321 Winkler
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Plain Layout
5330 Franz
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Plain Layout
5339 555
5340 \end_layout
5341
5342 \end_inset
5343 </cell>
5344 </row>
5345 <row endlastfoot="true">
5346 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350 Ende
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 </row>
5374 </lyxtabular>
5375
5376 \end_inset
5377
5378
5379 \begin_inset ERT
5380 status collapsed
5381
5382 \begin_layout Plain Layout
5383
5384
5385 \backslash
5386 addtocounter{table}{-1}
5387 \end_layout
5388
5389 \end_inset
5390
5391
5392 \begin_inset Note Note
5393 status collapsed
5394
5395 \begin_layout Plain Layout
5396 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5397 \begin_inset space ~
5398 \end_inset
5399
5400
5401 \begin_inset CommandInset ref
5402 LatexCommand ref
5403 reference "uab:Beschriftungen-langer-Tabellen"
5404
5405 \end_inset
5406
5407
5408 \end_layout
5409
5410 \end_inset
5411
5412
5413 \end_layout
5414
5415 \begin_layout Subsection
5416 Fußnoten in langen Tabellen
5417 \begin_inset CommandInset label
5418 LatexCommand label
5419 name "uab:Fußnoten-in-langen"
5420
5421 \end_inset
5422
5423
5424 \begin_inset Index idx
5425 status collapsed
5426
5427 \begin_layout Plain Layout
5428 Tabellen ! lange ! Fußnoten
5429 \end_layout
5430
5431 \end_inset
5432
5433
5434 \end_layout
5435
5436 \begin_layout Standard
5437 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5438  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5439  Tabelle
5440 \begin_inset space ~
5441 \end_inset
5442
5443
5444 \begin_inset CommandInset ref
5445 LatexCommand ref
5446 reference "tab:DiffCaptions"
5447
5448 \end_inset
5449
5450  hat zum Beispiel eine Fußnote.
5451 \end_layout
5452
5453 \begin_layout Subsection
5454 Ausrichtung langer Tabellen
5455 \begin_inset Index idx
5456 status collapsed
5457
5458 \begin_layout Plain Layout
5459 Tabellen ! lange ! Ausrichtung
5460 \end_layout
5461
5462 \end_inset
5463
5464
5465 \end_layout
5466
5467 \begin_layout Standard
5468 Die horizontale Ausrichtung von langen Tabellen kann in den Tabelleneinstellunge
5469 n festgelegt werden.
5470  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5471  Seitenrand.
5472  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5473  ausgerichtet werden und die Werte der Längen 
5474 \series bold
5475
5476 \backslash
5477 LTleft 
5478 \series default
5479 und 
5480 \series bold
5481
5482 \backslash
5483 LTright
5484 \series default
5485  geändert werden, indem diese Zeile als \SpecialChar TeX
5486 -Code vor die lange Tabelle eingefügt
5487  wird:
5488 \end_layout
5489
5490 \begin_layout Standard
5491
5492 \series bold
5493
5494 \backslash
5495 setlength{
5496 \backslash
5497 LTleft}{Wert}
5498 \end_layout
5499
5500 \begin_layout Standard
5501 Der Wert kann eine der in Tabelle
5502 \begin_inset space ~
5503 \end_inset
5504
5505
5506 \begin_inset CommandInset ref
5507 LatexCommand ref
5508 reference "tab:Maßeinheiten"
5509
5510 \end_inset
5511
5512  aufgelisteten Einheiten kann.
5513  
5514 \series bold
5515
5516 \backslash
5517 LTleft
5518 \series default
5519  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5520  
5521 \series bold
5522
5523 \backslash
5524 LTright
5525 \series default
5526  den Abstand von rechts.
5527  Die Voreinstellung für beide Werte ist 
5528 \series bold
5529
5530 \backslash
5531 fill
5532 \series default
5533 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5534  in \SpecialChar LyX
5535  ist.
5536 \end_layout
5537
5538 \begin_layout Standard
5539 Die folgende lange Tabelle wurde zentriert und 
5540 \series bold
5541
5542 \backslash
5543 LTleft
5544 \series default
5545  auf den Wert 
5546 \family sans
5547 0.1
5548 \backslash
5549 columnwidth
5550 \family default
5551  gesetzt:
5552 \begin_inset ERT
5553 status collapsed
5554
5555 \begin_layout Plain Layout
5556
5557
5558 \backslash
5559 setlength{
5560 \backslash
5561 LTleft}{0.1
5562 \backslash
5563 columnwidth}
5564 \end_layout
5565
5566 \end_inset
5567
5568
5569 \end_layout
5570
5571 \begin_layout Standard
5572 \begin_inset Tabular
5573 <lyxtabular version="3" rows="5" columns="5">
5574 <features islongtable="true" longtabularalignment="center">
5575 <column alignment="center" valignment="top">
5576 <column alignment="center" valignment="top">
5577 <column alignment="center" valignment="top" width="0pt">
5578 <column alignment="center" valignment="top">
5579 <column alignment="center" valignment="top">
5580 <row>
5581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585 1
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 2
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603 3
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612 4
5613 \end_layout
5614
5615 \end_inset
5616 </cell>
5617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5618 \begin_inset Text
5619
5620 \begin_layout Plain Layout
5621 5
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 </row>
5627 <row>
5628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 asd
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Plain Layout
5641 s
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 s
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5656 \begin_inset Text
5657
5658 \begin_layout Plain Layout
5659 s
5660 \end_layout
5661
5662 \end_inset
5663 </cell>
5664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5665 \begin_inset Text
5666
5667 \begin_layout Plain Layout
5668 asd
5669 \end_layout
5670
5671 \end_inset
5672 </cell>
5673 </row>
5674 <row>
5675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 asd
5680 \end_layout
5681
5682 \end_inset
5683 </cell>
5684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5685 \begin_inset Text
5686
5687 \begin_layout Plain Layout
5688 s
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 s
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5703 \begin_inset Text
5704
5705 \begin_layout Plain Layout
5706 s
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715 asd
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 </row>
5721 <row>
5722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 asd
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 s
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 s
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 s
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762 asd
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 </row>
5768 <row>
5769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5770 \begin_inset Text
5771
5772 \begin_layout Plain Layout
5773 asd
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Plain Layout
5782 asd
5783 \end_layout
5784
5785 \end_inset
5786 </cell>
5787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791 asd
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800 asd
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 asd
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 </row>
5815 </lyxtabular>
5816
5817 \end_inset
5818
5819
5820 \begin_inset ERT
5821 status collapsed
5822
5823 \begin_layout Plain Layout
5824
5825
5826 \backslash
5827 setlength{
5828 \backslash
5829 LTleft}{
5830 \backslash
5831 fill}
5832 \end_layout
5833
5834 \end_inset
5835
5836
5837 \begin_inset ERT
5838 status collapsed
5839
5840 \begin_layout Plain Layout
5841
5842
5843 \backslash
5844 addtocounter{table}{-1}
5845 \end_layout
5846
5847 \end_inset
5848
5849
5850 \begin_inset Note Note
5851 status collapsed
5852
5853 \begin_layout Plain Layout
5854 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5855 \begin_inset space ~
5856 \end_inset
5857
5858
5859 \begin_inset CommandInset ref
5860 LatexCommand ref
5861 reference "uab:Beschriftungen-langer-Tabellen"
5862
5863 \end_inset
5864
5865
5866 \end_layout
5867
5868 \end_inset
5869
5870
5871 \end_layout
5872
5873 \begin_layout Subsection
5874 Beschriftungen langer Tabellen
5875 \begin_inset CommandInset label
5876 LatexCommand label
5877 name "uab:Beschriftungen-langer-Tabellen"
5878
5879 \end_inset
5880
5881
5882 \begin_inset Index idx
5883 status collapsed
5884
5885 \begin_layout Plain Layout
5886 Tabellen ! lange ! Titel
5887 \end_layout
5888
5889 \end_inset
5890
5891
5892 \end_layout
5893
5894 \begin_layout Standard
5895 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5896  nur auf eine Seite gedruckt werden können.
5897  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5898 \begin_inset space ~
5899 \end_inset
5900
5901
5902 \begin_inset CommandInset ref
5903 LatexCommand ref
5904 reference "abs:Lange-Tabellen"
5905
5906 \end_inset
5907
5908  erklärt.
5909  Nur eine Tabellenzeile kann eine Beschriftung enthalten, entweder eine
5910  Kopf- oder eine Fußzeile.
5911 \end_layout
5912
5913 \begin_layout Standard
5914 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5915 \end_layout
5916
5917 \begin_layout Standard
5918 \begin_inset Tabular
5919 <lyxtabular version="3" rows="6" columns="5">
5920 <features islongtable="true" longtabularalignment="center">
5921 <column alignment="center" valignment="top">
5922 <column alignment="center" valignment="top">
5923 <column alignment="center" valignment="top">
5924 <column alignment="center" valignment="top">
5925 <column alignment="center" valignment="top">
5926 <row endfirsthead="true" caption="true">
5927 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5928 \begin_inset Text
5929
5930 \begin_layout Plain Layout
5931 \begin_inset Caption Standard
5932
5933 \begin_layout Plain Layout
5934 Eine lange Tabelle mit Titel
5935 \begin_inset Argument 1
5936 status open
5937
5938 \begin_layout Plain Layout
5939 Lange Tabelle
5940 \end_layout
5941
5942 \end_inset
5943
5944
5945 \end_layout
5946
5947 \end_inset
5948
5949
5950 \end_layout
5951
5952 \end_inset
5953 </cell>
5954 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Plain Layout
5958
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 </row>
5991 <row>
5992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5993 \begin_inset Text
5994
5995 \begin_layout Plain Layout
5996 1
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005 2
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014 3
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Plain Layout
6023 4
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6029 \begin_inset Text
6030
6031 \begin_layout Plain Layout
6032 5
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 </row>
6038 <row>
6039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043 asd
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052 s
6053 \end_layout
6054
6055 \end_inset
6056 </cell>
6057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Plain Layout
6061 s
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070 s
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079 asd
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 </row>
6085 <row>
6086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6087 \begin_inset Text
6088
6089 \begin_layout Plain Layout
6090 asd
6091 \end_layout
6092
6093 \end_inset
6094 </cell>
6095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Plain Layout
6099 s
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 s
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Plain Layout
6117 s
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126 asd
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 </row>
6132 <row>
6133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6134 \begin_inset Text
6135
6136 \begin_layout Plain Layout
6137 asd
6138 \end_layout
6139
6140 \end_inset
6141 </cell>
6142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6143 \begin_inset Text
6144
6145 \begin_layout Plain Layout
6146 s
6147 \end_layout
6148
6149 \end_inset
6150 </cell>
6151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155 s
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164 s
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173 asd
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 </row>
6179 <row>
6180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Plain Layout
6184 asd
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Plain Layout
6193 asd
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202 asd
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211 asd
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220 asd
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 </row>
6226 </lyxtabular>
6227
6228 \end_inset
6229
6230
6231 \end_layout
6232
6233 \begin_layout Standard
6234 \begin_inset VSpace medskip
6235 \end_inset
6236
6237
6238 \begin_inset Note Greyedout
6239 status open
6240
6241 \begin_layout Plain Layout
6242
6243 \series bold
6244 Bemerkung
6245 \begin_inset space ~
6246 \end_inset
6247
6248 1:
6249 \series default
6250  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6251  Titel vergeben.
6252  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6253 \begin_inset space ~
6254 \end_inset
6255
6256 2.4 auf Tabelle
6257 \begin_inset space ~
6258 \end_inset
6259
6260 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6261  Beschriftung sind.
6262  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6263  \SpecialChar LaTeX
6264 -Befehl als \SpecialChar TeX
6265 -Code einfügen:
6266 \end_layout
6267
6268 \begin_layout Plain Layout
6269
6270 \series bold
6271
6272 \backslash
6273 addtocounter{table}{-1}
6274 \end_layout
6275
6276 \begin_layout Plain Layout
6277 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6278  Beschriftung hat und Sie diesen Code zum \SpecialChar LaTeX
6279 -Vorspann hinzufügen:
6280 \end_layout
6281
6282 \begin_layout Plain Layout
6283
6284 \series bold
6285
6286 \backslash
6287 let
6288 \backslash
6289 myEnd
6290 \backslash
6291 endlongtable
6292 \begin_inset Newline newline
6293 \end_inset
6294
6295
6296 \backslash
6297 renewcommand{
6298 \backslash
6299 endlongtable}{
6300 \backslash
6301 myEnd
6302 \backslash
6303 addtocounter{table}{-1}}
6304 \end_layout
6305
6306 \end_inset
6307
6308
6309 \end_layout
6310
6311 \begin_layout Standard
6312 \begin_inset Note Greyedout
6313 status open
6314
6315 \begin_layout Plain Layout
6316
6317 \series bold
6318 Bemerkung
6319 \begin_inset space ~
6320 \end_inset
6321
6322 2:
6323 \series default
6324  Wenn Sie 
6325 \series bold
6326 hyperref
6327 \series default
6328
6329 \begin_inset Index idx
6330 status collapsed
6331
6332 \begin_layout Plain Layout
6333 \SpecialChar LaTeX
6334 -Pakete ! hyperref
6335 \end_layout
6336
6337 \end_inset
6338
6339  in den
6340 \family sans
6341  PDF-Eigenschaften
6342 \family default
6343  im 
6344 \family sans
6345 Dokument-Einstellungen
6346 \family default
6347  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6348  immer auf den Anfang des Dokuments zeigen.
6349 \end_layout
6350
6351 \end_inset
6352
6353
6354 \end_layout
6355
6356 \begin_layout Subsubsection
6357 Querverweise auf 
6358 \family sans
6359 lange Tabelle
6360 \family default
6361 n
6362 \begin_inset Index idx
6363 status collapsed
6364
6365 \begin_layout Plain Layout
6366 Tabellen ! lange ! Querverweis
6367 \end_layout
6368
6369 \end_inset
6370
6371
6372 \end_layout
6373
6374 \begin_layout Standard
6375 \begin_inset Tabular
6376 <lyxtabular version="3" rows="6" columns="5">
6377 <features islongtable="true" longtabularalignment="center">
6378 <column alignment="center" valignment="top">
6379 <column alignment="center" valignment="top">
6380 <column alignment="center" valignment="top">
6381 <column alignment="center" valignment="top">
6382 <column alignment="center" valignment="top">
6383 <row endfirsthead="true" caption="true">
6384 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388 \begin_inset Caption Standard
6389
6390 \begin_layout Plain Layout
6391 Lange Tabelle mit Marke
6392 \begin_inset CommandInset label
6393 LatexCommand label
6394 name "tab:LangeTabelle-mit-Marke"
6395
6396 \end_inset
6397
6398
6399 \end_layout
6400
6401 \end_inset
6402
6403
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6436 \begin_inset Text
6437
6438 \begin_layout Plain Layout
6439
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 </row>
6445 <row>
6446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450 1
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459 2
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468 3
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 4
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486 5
6487 \end_layout
6488
6489 \end_inset
6490 </cell>
6491 </row>
6492 <row>
6493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497 asd
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 s
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 s
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6521 \begin_inset Text
6522
6523 \begin_layout Plain Layout
6524 s
6525 \end_layout
6526
6527 \end_inset
6528 </cell>
6529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Plain Layout
6533 asd
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 </row>
6539 <row>
6540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 asd
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553 s
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 s
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571 s
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6577 \begin_inset Text
6578
6579 \begin_layout Plain Layout
6580 asd
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 </row>
6586 <row>
6587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591 asd
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600 s
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 s
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Plain Layout
6618 s
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Plain Layout
6627 asd
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 </row>
6633 <row>
6634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638 asd
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647 sad
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 asd
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665 asd
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 asd
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 </row>
6680 </lyxtabular>
6681
6682 \end_inset
6683
6684
6685 \end_layout
6686
6687 \begin_layout Standard
6688 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6689  im Titel einfügen.
6690 \end_layout
6691
6692 \begin_layout Standard
6693 Dies ist ein Verweis auf Tabelle
6694 \begin_inset space ~
6695 \end_inset
6696
6697
6698 \begin_inset CommandInset ref
6699 LatexCommand ref
6700 reference "tab:LangeTabelle-mit-Marke"
6701
6702 \end_inset
6703
6704 .
6705 \end_layout
6706
6707 \begin_layout Standard
6708 Mit dem \SpecialChar LaTeX
6709 -Paket 
6710 \series bold
6711 caption
6712 \series default
6713
6714 \begin_inset Index idx
6715 status collapsed
6716
6717 \begin_layout Plain Layout
6718 \SpecialChar LaTeX
6719 -Pakete ! caption
6720 \end_layout
6721
6722 \end_inset
6723
6724 , siehe Abschnitt
6725 \begin_inset space ~
6726 \end_inset
6727
6728
6729 \begin_inset CommandInset ref
6730 LatexCommand ref
6731 reference "abs:Titel-Formatierung"
6732
6733 \end_inset
6734
6735 , können Sie alle anderen Beschriftungsoptionen benutzen.
6736 \end_layout
6737
6738 \begin_layout Subsubsection
6739 Titelbreite
6740 \begin_inset Index idx
6741 status collapsed
6742
6743 \begin_layout Plain Layout
6744 Tabellen ! lange ! Beschriftungsbreite
6745 \end_layout
6746
6747 \end_inset
6748
6749
6750 \end_layout
6751
6752 \begin_layout Standard
6753 Die maximale Titelbreite wird durch die Variable 
6754 \series bold
6755
6756 \backslash
6757 LTcapwidth
6758 \series default
6759  definiert.
6760  Ihr Standardwert ist 4
6761 \begin_inset space \thinspace{}
6762 \end_inset
6763
6764 Zoll (
6765 \begin_inset Formula $\approx10$
6766 \end_inset
6767
6768
6769 \begin_inset space \thinspace{}
6770 \end_inset
6771
6772 cm).
6773  Um das zu ändern, können Sie entweder im \SpecialChar LaTeX
6774 -Vorspann oder als \SpecialChar TeX
6775 -Code vor der
6776  betreffenden Tabelle folgenden Befehl einsetzen:
6777 \end_layout
6778
6779 \begin_layout Standard
6780
6781 \series bold
6782
6783 \backslash
6784 setlength{
6785 \backslash
6786 LTcapwidth}{Breite}
6787 \end_layout
6788
6789 \begin_layout Standard
6790 wobei die Breite eine der in Anhang
6791 \begin_inset space ~
6792 \end_inset
6793
6794
6795 \begin_inset CommandInset ref
6796 LatexCommand ref
6797 reference "kap:In-LyX-verfügbare"
6798
6799 \end_inset
6800
6801  aufgelisteten Einheiten haben kann.
6802 \end_layout
6803
6804 \begin_layout Standard
6805 Die beiden folgenden Tabellen zeigen den Unterschied:
6806 \end_layout
6807
6808 \begin_layout Standard
6809 \begin_inset Tabular
6810 <lyxtabular version="3" rows="6" columns="5">
6811 <features islongtable="true" longtabularalignment="center">
6812 <column alignment="center" valignment="top">
6813 <column alignment="center" valignment="top">
6814 <column alignment="center" valignment="top">
6815 <column alignment="center" valignment="top">
6816 <column alignment="center" valignment="top">
6817 <row endfirsthead="true" caption="true">
6818 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6819 \begin_inset Text
6820
6821 \begin_layout Plain Layout
6822 \begin_inset Caption Standard
6823
6824 \begin_layout Plain Layout
6825 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6826 \begin_inset Argument 1
6827 status open
6828
6829 \begin_layout Plain Layout
6830 Titel mit Standardbreite
6831 \end_layout
6832
6833 \end_inset
6834
6835
6836 \end_layout
6837
6838 \end_inset
6839
6840
6841 \end_layout
6842
6843 \end_inset
6844 </cell>
6845 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Plain Layout
6858
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6873 \begin_inset Text
6874
6875 \begin_layout Plain Layout
6876
6877 \end_layout
6878
6879 \end_inset
6880 </cell>
6881 </row>
6882 <row>
6883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6884 \begin_inset Text
6885
6886 \begin_layout Plain Layout
6887 1
6888 \end_layout
6889
6890 \end_inset
6891 </cell>
6892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Plain Layout
6896 2
6897 \end_layout
6898
6899 \end_inset
6900 </cell>
6901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Plain Layout
6905 3
6906 \end_layout
6907
6908 \end_inset
6909 </cell>
6910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6911 \begin_inset Text
6912
6913 \begin_layout Plain Layout
6914 4
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6920 \begin_inset Text
6921
6922 \begin_layout Plain Layout
6923 5
6924 \end_layout
6925
6926 \end_inset
6927 </cell>
6928 </row>
6929 <row>
6930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Plain Layout
6934 asd
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6940 \begin_inset Text
6941
6942 \begin_layout Plain Layout
6943 s
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Plain Layout
6952 s
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Plain Layout
6961 s
6962 \end_layout
6963
6964 \end_inset
6965 </cell>
6966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6967 \begin_inset Text
6968
6969 \begin_layout Plain Layout
6970 asd
6971 \end_layout
6972
6973 \end_inset
6974 </cell>
6975 </row>
6976 <row>
6977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6978 \begin_inset Text
6979
6980 \begin_layout Plain Layout
6981 asd
6982 \end_layout
6983
6984 \end_inset
6985 </cell>
6986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6987 \begin_inset Text
6988
6989 \begin_layout Plain Layout
6990 s
6991 \end_layout
6992
6993 \end_inset
6994 </cell>
6995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6996 \begin_inset Text
6997
6998 \begin_layout Plain Layout
6999 s
7000 \end_layout
7001
7002 \end_inset
7003 </cell>
7004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7005 \begin_inset Text
7006
7007 \begin_layout Plain Layout
7008 s
7009 \end_layout
7010
7011 \end_inset
7012 </cell>
7013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7014 \begin_inset Text
7015
7016 \begin_layout Plain Layout
7017 asd
7018 \end_layout
7019
7020 \end_inset
7021 </cell>
7022 </row>
7023 <row>
7024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Plain Layout
7028 asd
7029 \end_layout
7030
7031 \end_inset
7032 </cell>
7033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Plain Layout
7037 s
7038 \end_layout
7039
7040 \end_inset
7041 </cell>
7042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7043 \begin_inset Text
7044
7045 \begin_layout Plain Layout
7046 s
7047 \end_layout
7048
7049 \end_inset
7050 </cell>
7051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7052 \begin_inset Text
7053
7054 \begin_layout Plain Layout
7055 s
7056 \end_layout
7057
7058 \end_inset
7059 </cell>
7060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7061 \begin_inset Text
7062
7063 \begin_layout Plain Layout
7064 asd
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 </row>
7070 <row>
7071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Plain Layout
7075 asd
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Plain Layout
7084 sad
7085 \end_layout
7086
7087 \end_inset
7088 </cell>
7089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7090 \begin_inset Text
7091
7092 \begin_layout Plain Layout
7093 asd
7094 \end_layout
7095
7096 \end_inset
7097 </cell>
7098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7099 \begin_inset Text
7100
7101 \begin_layout Plain Layout
7102 asd
7103 \end_layout
7104
7105 \end_inset
7106 </cell>
7107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7108 \begin_inset Text
7109
7110 \begin_layout Plain Layout
7111 asd
7112 \end_layout
7113
7114 \end_inset
7115 </cell>
7116 </row>
7117 </lyxtabular>
7118
7119 \end_inset
7120
7121
7122 \end_layout
7123
7124 \begin_layout Standard
7125 \begin_inset ERT
7126 status collapsed
7127
7128 \begin_layout Plain Layout
7129
7130
7131 \backslash
7132 setlength{
7133 \backslash
7134 LTcapwidth}{5cm}
7135 \end_layout
7136
7137 \end_inset
7138
7139
7140 \begin_inset Tabular
7141 <lyxtabular version="3" rows="6" columns="5">
7142 <features islongtable="true" longtabularalignment="center">
7143 <column alignment="center" valignment="top">
7144 <column alignment="center" valignment="top">
7145 <column alignment="center" valignment="top">
7146 <column alignment="center" valignment="top">
7147 <column alignment="center" valignment="top">
7148 <row endfirsthead="true" caption="true">
7149 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Plain Layout
7153 \begin_inset Caption Standard
7154
7155 \begin_layout Plain Layout
7156 Langer Titel mit 5
7157 \begin_inset space \thinspace{}
7158 \end_inset
7159
7160 cm Breite, Langer Titel mit 5
7161 \begin_inset space \thinspace{}
7162 \end_inset
7163
7164 cm Breite
7165 \begin_inset Argument 1
7166 status open
7167
7168 \begin_layout Plain Layout
7169 Titel mit 5
7170 \begin_inset space \thinspace{}
7171 \end_inset
7172
7173 cm Breite
7174 \end_layout
7175
7176 \end_inset
7177
7178
7179 \end_layout
7180
7181 \end_inset
7182
7183
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 </row>
7225 <row>
7226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 1
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Plain Layout
7239 2
7240 \end_layout
7241
7242 \end_inset
7243 </cell>
7244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7245 \begin_inset Text
7246
7247 \begin_layout Plain Layout
7248 3
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Plain Layout
7257 4
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266 5
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 </row>
7272 <row>
7273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 asd
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7283 \begin_inset Text
7284
7285 \begin_layout Plain Layout
7286 s
7287 \end_layout
7288
7289 \end_inset
7290 </cell>
7291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295 s
7296 \end_layout
7297
7298 \end_inset
7299 </cell>
7300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7301 \begin_inset Text
7302
7303 \begin_layout Plain Layout
7304 s
7305 \end_layout
7306
7307 \end_inset
7308 </cell>
7309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7310 \begin_inset Text
7311
7312 \begin_layout Plain Layout
7313 asd
7314 \end_layout
7315
7316 \end_inset
7317 </cell>
7318 </row>
7319 <row>
7320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Plain Layout
7324 asd
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7330 \begin_inset Text
7331
7332 \begin_layout Plain Layout
7333 s
7334 \end_layout
7335
7336 \end_inset
7337 </cell>
7338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7339 \begin_inset Text
7340
7341 \begin_layout Plain Layout
7342 s
7343 \end_layout
7344
7345 \end_inset
7346 </cell>
7347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7348 \begin_inset Text
7349
7350 \begin_layout Plain Layout
7351 s
7352 \end_layout
7353
7354 \end_inset
7355 </cell>
7356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360 asd
7361 \end_layout
7362
7363 \end_inset
7364 </cell>
7365 </row>
7366 <row>
7367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7368 \begin_inset Text
7369
7370 \begin_layout Plain Layout
7371 asd
7372 \end_layout
7373
7374 \end_inset
7375 </cell>
7376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7377 \begin_inset Text
7378
7379 \begin_layout Plain Layout
7380 s
7381 \end_layout
7382
7383 \end_inset
7384 </cell>
7385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7386 \begin_inset Text
7387
7388 \begin_layout Plain Layout
7389 s
7390 \end_layout
7391
7392 \end_inset
7393 </cell>
7394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Plain Layout
7398 s
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Plain Layout
7407 asd
7408 \end_layout
7409
7410 \end_inset
7411 </cell>
7412 </row>
7413 <row>
7414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7415 \begin_inset Text
7416
7417 \begin_layout Plain Layout
7418 asd
7419 \end_layout
7420
7421 \end_inset
7422 </cell>
7423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7424 \begin_inset Text
7425
7426 \begin_layout Plain Layout
7427 sad
7428 \end_layout
7429
7430 \end_inset
7431 </cell>
7432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7433 \begin_inset Text
7434
7435 \begin_layout Plain Layout
7436 asd
7437 \end_layout
7438
7439 \end_inset
7440 </cell>
7441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7442 \begin_inset Text
7443
7444 \begin_layout Plain Layout
7445 asd
7446 \end_layout
7447
7448 \end_inset
7449 </cell>
7450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454 asd
7455 \end_layout
7456
7457 \end_inset
7458 </cell>
7459 </row>
7460 </lyxtabular>
7461
7462 \end_inset
7463
7464
7465 \begin_inset ERT
7466 status collapsed
7467
7468 \begin_layout Plain Layout
7469
7470
7471 \backslash
7472 setlength{
7473 \backslash
7474 LTcapwidth}{4in}
7475 \end_layout
7476
7477 \end_inset
7478
7479
7480 \begin_inset Note Note
7481 status collapsed
7482
7483 \begin_layout Plain Layout
7484 Beschriftungsbreite zurücksetzen
7485 \end_layout
7486
7487 \end_inset
7488
7489
7490 \end_layout
7491
7492 \begin_layout Standard
7493 \begin_inset Note Greyedout
7494 status open
7495
7496 \begin_layout Plain Layout
7497
7498 \series bold
7499 Achtung:
7500 \series default
7501  Wenn das \SpecialChar LaTeX
7502 -Paket 
7503 \series bold
7504 caption
7505 \series default
7506
7507 \begin_inset Index idx
7508 status collapsed
7509
7510 \begin_layout Plain Layout
7511 \SpecialChar LaTeX
7512 -Pakete ! caption
7513 \end_layout
7514
7515 \end_inset
7516
7517  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7518  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7519  4
7520 \begin_inset space \thinspace{}
7521 \end_inset
7522
7523 Zoll für 
7524 \series bold
7525
7526 \backslash
7527 LTcapwidth
7528 \series default
7529  benutzen.
7530  Um in diesem Fall eine genau 4
7531 \begin_inset space \thinspace{}
7532 \end_inset
7533
7534 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7535  4
7536 \begin_inset space \thinspace{}
7537 \end_inset
7538
7539 Zoll veränderten Wert wie z.
7540 \begin_inset space \thinspace{}
7541 \end_inset
7542
7543 B.
7544  3.99
7545 \begin_inset space \thinspace{}
7546 \end_inset
7547
7548 Zoll verwenden oder den \SpecialChar LaTeX
7549 -Befehl 
7550 \series bold
7551
7552 \backslash
7553 captionsetup{width=Wert}
7554 \series default
7555  benutzen, der vom 
7556 \series bold
7557 caption
7558 \series default
7559 -Paket bereitgestellt wird.
7560 \end_layout
7561
7562 \end_inset
7563
7564
7565 \end_layout
7566
7567 \begin_layout Subsubsection
7568 Unterschiedliche Beschriftung für Tabellenseiten
7569 \begin_inset Index idx
7570 status collapsed
7571
7572 \begin_layout Plain Layout
7573 Tabellen ! lange ! mehrere Beschriftungen
7574 \end_layout
7575
7576 \end_inset
7577
7578
7579 \end_layout
7580
7581 \begin_layout Standard
7582 Wenn die Tabellenbeschriftung der folgenden Seiten anders sein soll, als
7583  die der ersten Seite, markieren Sie eine leere Zeile als Kopfzeile, die
7584  eine Beschriftung enthält.
7585  Dann klicken Sie mit rechts auf die Beschriftung und wählen im Kontext-Menü
7586  
7587 \family sans
7588 Legende
7589 \begin_inset space ~
7590 \end_inset
7591
7592 (Lange Tabelle (unnummeriert))
7593 \family default
7594  aus.
7595  Tabelle
7596 \begin_inset space ~
7597 \end_inset
7598
7599
7600 \begin_inset CommandInset ref
7601 LatexCommand ref
7602 reference "tab:DiffCaptions"
7603
7604 \end_inset
7605
7606  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7607  ohne Tabellennummer auf der zweiten Seite.
7608 \begin_inset Separator parbreak
7609 \end_inset
7610
7611
7612 \end_layout
7613
7614 \begin_layout Standard
7615 \align center
7616 \begin_inset Tabular
7617 <lyxtabular version="3" rows="59" columns="3">
7618 <features islongtable="true" longtabularalignment="center">
7619 <column alignment="left" valignment="top" width="0pt">
7620 <column alignment="left" valignment="top" width="0pt">
7621 <column alignment="center" valignment="top" width="0pt">
7622 <row endfirsthead="true" caption="true">
7623 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627 \begin_inset Caption Standard
7628
7629 \begin_layout Plain Layout
7630 Telefonliste
7631 \begin_inset CommandInset label
7632 LatexCommand label
7633 name "tab:DiffCaptions"
7634
7635 \end_inset
7636
7637
7638 \begin_inset Argument 1
7639 status collapsed
7640
7641 \begin_layout Plain Layout
7642 Telefonliste
7643 \end_layout
7644
7645 \end_inset
7646
7647
7648 \end_layout
7649
7650 \end_inset
7651
7652
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 </row>
7676 <row endfirsthead="true">
7677 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Plain Layout
7681
7682 \series bold
7683 Telefonliste (ignoriere die Namen)
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7689 \begin_inset Text
7690
7691 \begin_layout Plain Layout
7692
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701
7702 \end_layout
7703
7704 \end_inset
7705 </cell>
7706 </row>
7707 <row endfirsthead="true">
7708 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Plain Layout
7712
7713 \series bold
7714 NAME
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732
7733 \series bold
7734 TEL.
7735 \end_layout
7736
7737 \end_inset
7738 </cell>
7739 </row>
7740 <row endhead="true" caption="true">
7741 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745 \begin_inset Caption LongTableNoNumber
7746
7747 \begin_layout Plain Layout
7748 Fortsetzung der Telefonliste
7749 \end_layout
7750
7751 \end_inset
7752
7753
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Plain Layout
7762
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 </row>
7777 <row endhead="true">
7778 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782
7783 \series bold
7784 Telefonliste
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Plain Layout
7793
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 </row>
7808 <row endhead="true">
7809 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813
7814 \series bold
7815 NAME
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833
7834 \series bold
7835 TEL.
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 </row>
7841 <row endfoot="true">
7842 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 wird fortgesetzt\SpecialChar ldots
7847
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 </row>
7871 <row>
7872 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876
7877 \series bold
7878 Annovi
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887 Silvia
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896 111
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 </row>
7902 <row>
7903 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907
7908 \series bold
7909 Bertoli
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918 Stefano
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927 111
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 </row>
7933 <row>
7934 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938
7939 \series bold
7940 Bozzi
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949 Walter
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958 111
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 </row>
7964 <row>
7965 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969
7970 \series bold
7971 Cachia
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980 Maria
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989 111
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 </row>
7995 <row>
7996 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000
8001 \series bold
8002 Cachia
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011 Maurizio
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020 111
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 </row>
8026 <row>
8027 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031
8032 \series bold
8033 Cinquemani
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042 Giusi
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051 111
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 </row>
8057 <row>
8058 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062
8063 \series bold
8064 Colin
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073 Bernard
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082 111
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 </row>
8088 <row>
8089 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093
8094 \series bold
8095 Concli
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104 Gianfranco
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113 111
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 </row>
8119 <row>
8120 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124
8125 \series bold
8126 Dal Bosco
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135 Carolina
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 111
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 </row>
8150 <row>
8151 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155
8156 \series bold
8157 Dalpiaz
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166 Annamaria
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175 111
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 </row>
8181 <row>
8182 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186
8187 \series bold
8188 Feliciello
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 Domenico
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206 111
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 </row>
8212 <row>
8213 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217
8218 \series bold
8219 Focarelli
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228 Paola
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237 111
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 </row>
8243 <row>
8244 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248
8249 \series bold
8250 Galletti
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 Oreste
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268 111
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 </row>
8274 <row>
8275 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279
8280 \series bold
8281 Gasparini
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290 Franca
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299 111
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 </row>
8305 <row>
8306 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310
8311 \series bold
8312 Rizzardi
8313 \series default
8314
8315 \begin_inset Foot
8316 status open
8317
8318 \begin_layout Plain Layout
8319 Beispielfußnote
8320 \end_layout
8321
8322 \end_inset
8323
8324
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 Paola
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342 111
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 </row>
8348 <row>
8349 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353
8354 \series bold
8355 Lassini
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 Giancarlo
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373 111
8374 \end_layout
8375
8376 \end_inset
8377 </cell>
8378 </row>
8379 <row>
8380 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384
8385 \series bold
8386 Malfatti
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395 Luciano
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404 111
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 </row>
8410 <row>
8411 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415
8416 \series bold
8417 Malfatti
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426 Valeriano
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435 111
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 </row>
8441 <row>
8442 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446
8447 \series bold
8448 Meneguzzo
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457 Roberto
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466 111
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 </row>
8472 <row>
8473 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477
8478 \series bold
8479 Mezzadra
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488 Roberto
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497 111
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 </row>
8503 <row>
8504 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508
8509 \series bold
8510 Pirpamer
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519 Erich
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528 111
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 </row>
8534 <row>
8535 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539
8540 \series bold
8541 Pochiesa
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550 Paolo
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559 111, 222
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 </row>
8565 <row>
8566 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570
8571 \series bold
8572 Radina
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581 Claudio
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590 111
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 </row>
8596 <row>
8597 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601
8602 \series bold
8603 Stuffer
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612 Oskar
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621 111
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 </row>
8627 <row>
8628 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632
8633 \series bold
8634 Tacchelli
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643 Ugo
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652 111
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 </row>
8658 <row>
8659 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663
8664 \series bold
8665 Tezzele
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674 Margit
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683 111
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 </row>
8689 <row>
8690 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694
8695 \series bold
8696 Unterkalmsteiner
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705 Frieda
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714 111
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 </row>
8720 <row>
8721 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725
8726 \series bold
8727 Vieider
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736 Hilde
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745 111
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 </row>
8751 <row>
8752 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756
8757 \series bold
8758 Vigna
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767 Jürgen
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776 111
8777 \end_layout
8778
8779 \end_inset
8780 </cell>
8781 </row>
8782 <row>
8783 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787
8788 \series bold
8789 Weber
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798 Maurizio
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807 111
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 </row>
8813 <row>
8814 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818
8819 \series bold
8820 Winkler
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829 Franz
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838 111
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 </row>
8844 <row>
8845 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849  
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 </row>
8873 <row>
8874 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878
8879 \series bold
8880 Annovi
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889 Silvia
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898 555
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 </row>
8904 <row>
8905 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909
8910 \series bold
8911 Bertoli
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920 Stefano
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929 555
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 </row>
8935 <row>
8936 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940
8941 \series bold
8942 Bozzi
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951 Walter
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960 555
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 </row>
8966 <row>
8967 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971
8972 \series bold
8973 Cachia
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 Maria
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991 555
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 </row>
8997 <row>
8998 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002
9003 \series bold
9004 Cachia
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 Maurizio
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022 555
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 </row>
9028 <row>
9029 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033
9034 \series bold
9035 Cinquemani
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 Giusi
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053 555
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 </row>
9059 <row>
9060 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064
9065 \series bold
9066 Colin
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075 Bernard
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084 555
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 </row>
9090 <row>
9091 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095
9096 \series bold
9097 Concli
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106 Gianfranco
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115 555
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 </row>
9121 <row>
9122 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126
9127 \series bold
9128 Dal Bosco
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137 Carolina
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146 555
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 </row>
9152 <row>
9153 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157
9158 \series bold
9159 Dalpiaz
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168 Annamaria
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177 555
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 </row>
9183 <row>
9184 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188
9189 \series bold
9190 Feliciello
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 Domenico
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208 555
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 </row>
9214 <row>
9215 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219
9220 \series bold
9221 Focarelli
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230 Paola
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239 555
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 </row>
9245 <row>
9246 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250
9251 \series bold
9252 Galletti
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 Oreste
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270 555
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 </row>
9276 <row>
9277 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281
9282 \series bold
9283 Gasparini
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292 Franca
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301 555
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 </row>
9307 <row>
9308 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312
9313 \series bold
9314 Rizzardi
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9320 \begin_inset Text
9321
9322 \begin_layout Plain Layout
9323 Paola
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332 555
9333 \end_layout
9334
9335 \end_inset
9336 </cell>
9337 </row>
9338 <row>
9339 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343
9344 \series bold
9345 Lassini
9346 \end_layout
9347
9348 \end_inset
9349 </cell>
9350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9351 \begin_inset Text
9352
9353 \begin_layout Plain Layout
9354 Giancarlo
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363 555
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 </row>
9369 <row>
9370 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374
9375 \series bold
9376 Malfatti
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385 Luciano
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394 555
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 </row>
9400 <row>
9401 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405
9406 \series bold
9407 Malfatti
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9413 \begin_inset Text
9414
9415 \begin_layout Plain Layout
9416 Valeriano
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425 555
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 </row>
9431 <row>
9432 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436
9437 \series bold
9438 Meneguzzo
9439 \end_layout
9440
9441 \end_inset
9442 </cell>
9443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9444 \begin_inset Text
9445
9446 \begin_layout Plain Layout
9447 Roberto
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Plain Layout
9456 555
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 </row>
9462 <row>
9463 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467
9468 \series bold
9469 Mezzadra
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9475 \begin_inset Text
9476
9477 \begin_layout Plain Layout
9478 Roberto
9479 \end_layout
9480
9481 \end_inset
9482 </cell>
9483 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487 555
9488 \end_layout
9489
9490 \end_inset
9491 </cell>
9492 </row>
9493 </lyxtabular>
9494
9495 \end_inset
9496
9497
9498 \end_layout
9499
9500 \begin_layout Section
9501 Weitere Möglichkeiten für 
9502 \family sans
9503 lange Tabelle
9504 \family default
9505 n
9506 \begin_inset CommandInset label
9507 LatexCommand label
9508 name "abs:Special-Longtable-Issues"
9509
9510 \end_inset
9511
9512
9513 \end_layout
9514
9515 \begin_layout Subsection
9516 L
9517 \family sans
9518 ange Tabelle
9519 \family default
9520 n: Berechnung
9521 \begin_inset Index idx
9522 status collapsed
9523
9524 \begin_layout Plain Layout
9525 Tabellen ! lange ! Berechnung
9526 \end_layout
9527
9528 \end_inset
9529
9530
9531 \end_layout
9532
9533 \begin_layout Standard
9534 \SpecialChar LaTeX
9535  berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit so genannten
9536  
9537 \emph on
9538 chunks
9539 \emph default
9540  (Brocken).
9541  Chunks sind Tabellenteile, die \SpecialChar LaTeX
9542  gleichzeitig im Speicher hält.
9543  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9544  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9545  das die Druckausgabe.
9546  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9547  setzen, indem Sie in den \SpecialChar LaTeX
9548 -Vorspann Ihres Dokumentes folgende Zeile einfügen:
9549 \end_layout
9550
9551 \begin_layout Standard
9552
9553 \series bold
9554
9555 \backslash
9556 setcounter{LTchunksize}{100}
9557 \end_layout
9558
9559 \begin_layout Subsection
9560 Gleitobjekte und L
9561 \family sans
9562 ange Tabelle
9563 \family default
9564 n
9565 \begin_inset Index idx
9566 status collapsed
9567
9568 \begin_layout Plain Layout
9569 Tabellen ! lange ! und Gleitobjekte
9570 \end_layout
9571
9572 \end_inset
9573
9574
9575 \end_layout
9576
9577 \begin_layout Standard
9578 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9579 \family sans
9580 lange
9581 \begin_inset space ~
9582 \end_inset
9583
9584 Tabelle
9585 \family default
9586  beginnt, ein Gleitobjekt befindet.
9587  Um das zu vermeiden, können Sie vor der 
9588 \family sans
9589 langen
9590 \begin_inset space ~
9591 \end_inset
9592
9593 Tabellen
9594 \family default
9595  einen manuellen Seitenumbruch
9596 \family sans
9597  Einfügen\SpecialChar menuseparator
9598 Formatierung\SpecialChar menuseparator
9599 [Doppel]Seite
9600 \begin_inset space \space{}
9601 \end_inset
9602
9603 leeren
9604 \family default
9605  einfügen, siehe 
9606 \emph on
9607 Benutzerhandbuch
9608 \emph default
9609 .
9610 \end_layout
9611
9612 \begin_layout Subsection
9613 Manuelle Seitenumbrüche
9614 \begin_inset Index idx
9615 status collapsed
9616
9617 \begin_layout Plain Layout
9618 Tabellen ! lange ! manueller Seitenumbruch
9619 \end_layout
9620
9621 \end_inset
9622
9623
9624 \end_layout
9625
9626 \begin_layout Standard
9627 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9628  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9629  der Zelle umbrechen wollen, fügen Sie den Befehl  
9630 \begin_inset Quotes gld
9631 \end_inset
9632
9633
9634 \series bold
9635
9636 \backslash
9637
9638 \backslash
9639
9640 \series default
9641
9642 \begin_inset Quotes grd
9643 \end_inset
9644
9645  für eine neue Zeile als \SpecialChar TeX
9646 -Code an der Stelle in der Zelle ein, wo umgebrochen
9647  werden kann.
9648  Vor dem 
9649 \begin_inset Quotes gld
9650 \end_inset
9651
9652
9653 \series bold
9654
9655 \backslash
9656
9657 \backslash
9658
9659 \series default
9660
9661 \begin_inset Quotes grd
9662 \end_inset
9663
9664 -Befehl müssen Sie so viele 
9665 \begin_inset Quotes gld
9666 \end_inset
9667
9668
9669 \series bold
9670 &
9671 \series default
9672
9673 \begin_inset Quotes grd
9674 \end_inset
9675
9676  als \SpecialChar TeX
9677 -Code einfügen wie noch Spalten in der Zeile folgen.
9678  Mit 
9679 \begin_inset Quotes gld
9680 \end_inset
9681
9682
9683 \series bold
9684 &
9685 \series default
9686
9687 \begin_inset Quotes grd
9688 \end_inset
9689
9690   werden in \SpecialChar LaTeX
9691  Tabellenzellen getrennt.
9692  Hinter jedes 
9693 \begin_inset Quotes gld
9694 \end_inset
9695
9696
9697 \series bold
9698 &
9699 \series default
9700
9701 \begin_inset Quotes grd
9702 \end_inset
9703
9704  schreiben Sie ebenfalls in \SpecialChar TeX
9705 -Code den Inhalt der entsprechenden Zelle und
9706  löschen den Inhalt dieser Zellen.
9707 \end_layout
9708
9709 \begin_layout Standard
9710 Hinter dem 
9711 \begin_inset Quotes gld
9712 \end_inset
9713
9714
9715 \series bold
9716
9717 \backslash
9718
9719 \backslash
9720
9721 \series default
9722
9723 \begin_inset Quotes grd
9724 \end_inset
9725
9726 -Befehl müssen Sie so viele 
9727 \begin_inset Quotes gld
9728 \end_inset
9729
9730
9731 \series bold
9732 &
9733 \series default
9734
9735 \begin_inset Quotes grd
9736 \end_inset
9737
9738  als \SpecialChar TeX
9739 -Code einfügen wie Spalten vor der momentanen Spalte sind.
9740  In Tabelle
9741 \begin_inset space ~
9742 \end_inset
9743
9744
9745 \begin_inset CommandInset ref
9746 LatexCommand ref
9747 reference "tab:ForcedPagebreak"
9748
9749 \end_inset
9750
9751  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9752  Es folgt noch eine weitere Spalte.
9753  Deshalb wurde hinter dem Wort 
9754 \emph on
9755 Castelchiodato, 
9756 \emph default
9757 folgendes eingefügt:
9758 \end_layout
9759
9760 \begin_layout Standard
9761
9762 \series bold
9763 & 111
9764 \backslash
9765
9766 \backslash
9767  
9768 \backslash
9769 newpage
9770 \begin_inset Newline newline
9771 \end_inset
9772
9773 &
9774 \end_layout
9775
9776 \begin_layout Standard
9777 Die 
9778 \begin_inset Quotes gld
9779 \end_inset
9780
9781 111
9782 \begin_inset Quotes grd
9783 \end_inset
9784
9785  in der dritten Spalte wurde gelöscht.
9786  
9787 \series bold
9788
9789 \backslash
9790 newpage
9791 \series default
9792  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9793  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9794  Wenn die Fußzeile Ihrer 
9795 \family sans
9796 langen
9797 \begin_inset space ~
9798 \end_inset
9799
9800 Tabelle
9801 \family default
9802  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9803  Befehle benutzen:
9804 \end_layout
9805
9806 \begin_layout Standard
9807
9808 \series bold
9809 & 111
9810 \backslash
9811
9812 \backslash
9813
9814 \begin_inset Newline newline
9815 \end_inset
9816
9817
9818 \backslash
9819 hline &
9820 \end_layout
9821
9822 \begin_layout Standard
9823 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9824  muss folgender Befehl als \SpecialChar TeX
9825 -Code am Anfang der Zelle eingefügt werden:
9826 \end_layout
9827
9828 \begin_layout Standard
9829
9830 \series bold
9831
9832 \backslash
9833 setlength{
9834 \backslash
9835 parfillskip}{0pt}
9836 \end_layout
9837
9838 \begin_layout Standard
9839 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9840  erscheint.
9841 \begin_inset Separator parbreak
9842 \end_inset
9843
9844
9845 \end_layout
9846
9847 \begin_layout Standard
9848 \align center
9849 \begin_inset Tabular
9850 <lyxtabular version="3" rows="38" columns="3">
9851 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9852 <column alignment="left" valignment="top" width="0cm">
9853 <column alignment="left" valignment="top" width="3cm">
9854 <column alignment="right" valignment="top" width="0pt">
9855 <row endfirsthead="true" caption="true">
9856 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9857 \begin_inset Text
9858
9859 \begin_layout Plain Layout
9860 \begin_inset Caption Standard
9861
9862 \begin_layout Plain Layout
9863 Tabelle mit manuellem Seitenumbruch in einer Zelle
9864 \begin_inset CommandInset label
9865 LatexCommand label
9866 name "tab:ForcedPagebreak"
9867
9868 \end_inset
9869
9870
9871 \begin_inset Argument 1
9872 status collapsed
9873
9874 \begin_layout Plain Layout
9875 Tabelle mit manuellem Seitenumbruch in einer Zelle
9876 \end_layout
9877
9878 \end_inset
9879
9880
9881 \end_layout
9882
9883 \end_inset
9884
9885
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9891 \begin_inset Text
9892
9893 \begin_layout Plain Layout
9894
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 </row>
9909 <row endfirsthead="true">
9910 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914
9915 \series bold
9916 Telefonliste (ignoriere die Namen)
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Plain Layout
9925
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 </row>
9940 <row endfirsthead="true">
9941 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Plain Layout
9945
9946 \series bold
9947 NAME
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9953 \begin_inset Text
9954
9955 \begin_layout Plain Layout
9956
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965
9966 \series bold
9967 TEL.
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 </row>
9973 <row endhead="true">
9974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978 \begin_inset ERT
9979 status collapsed
9980
9981 \begin_layout Plain Layout
9982
9983
9984 \backslash
9985 caption*{Fortsetzung der Tabelle}
9986 \backslash
9987
9988 \backslash
9989 %
9990 \end_layout
9991
9992 \end_inset
9993
9994
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 </row>
10018 <row endhead="true">
10019 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023
10024 \series bold
10025 Telefonliste
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 </row>
10049 <row endhead="true">
10050 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10051 \begin_inset Text
10052
10053 \begin_layout Plain Layout
10054
10055 \series bold
10056 NAME
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074
10075 \series bold
10076 TEL.
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 </row>
10082 <row endfoot="true">
10083 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087 wird fortgesetzt\SpecialChar ldots
10088
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Plain Layout
10106
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 </row>
10112 <row>
10113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117
10118 \series bold
10119 Annovi
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128 Silvia
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137 111
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 </row>
10143 <row>
10144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148
10149 \series bold
10150 Bertoli
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10156 \begin_inset Text
10157
10158 \begin_layout Plain Layout
10159 Stefano
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168 111
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 </row>
10174 <row>
10175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10176 \begin_inset Text
10177
10178 \begin_layout Plain Layout
10179
10180 \series bold
10181 Bozzi
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190 Walter
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199 111
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 </row>
10205 <row>
10206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210
10211 \series bold
10212 Cachia
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10218 \begin_inset Text
10219
10220 \begin_layout Plain Layout
10221 Maria
10222 \end_layout
10223
10224 \end_inset
10225 </cell>
10226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230 111
10231 \end_layout
10232
10233 \end_inset
10234 </cell>
10235 </row>
10236 <row>
10237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241
10242 \series bold
10243 Cachia
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10249 \begin_inset Text
10250
10251 \begin_layout Plain Layout
10252 Maurizio
10253 \end_layout
10254
10255 \end_inset
10256 </cell>
10257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261 111
10262 \end_layout
10263
10264 \end_inset
10265 </cell>
10266 </row>
10267 <row>
10268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272
10273 \series bold
10274 Cinquemani
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10280 \begin_inset Text
10281
10282 \begin_layout Plain Layout
10283 Giusi
10284 \end_layout
10285
10286 \end_inset
10287 </cell>
10288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292 111
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 </row>
10298 <row>
10299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303
10304 \series bold
10305 Colin
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10311 \begin_inset Text
10312
10313 \begin_layout Plain Layout
10314 Bernard
10315 \end_layout
10316
10317 \end_inset
10318 </cell>
10319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Plain Layout
10323 111
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 </row>
10329 <row>
10330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334
10335 \series bold
10336 Concli
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345 Gianfranco
10346 \end_layout
10347
10348 \end_inset
10349 </cell>
10350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354 111
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 </row>
10360 <row>
10361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365
10366 \series bold
10367 Dal Bosco
10368 \end_layout
10369
10370 \end_inset
10371 </cell>
10372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10373 \begin_inset Text
10374
10375 \begin_layout Plain Layout
10376 Carolina
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385 111
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 </row>
10391 <row>
10392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396
10397 \series bold
10398 Dalpiaz
10399 \end_layout
10400
10401 \end_inset
10402 </cell>
10403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10404 \begin_inset Text
10405
10406 \begin_layout Plain Layout
10407 Annamaria
10408 \end_layout
10409
10410 \end_inset
10411 </cell>
10412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416 111
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 </row>
10422 <row>
10423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427
10428 \series bold
10429 Feliciello
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10435 \begin_inset Text
10436
10437 \begin_layout Plain Layout
10438 Domenico
10439 \end_layout
10440
10441 \end_inset
10442 </cell>
10443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447 111
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 </row>
10453 <row>
10454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458
10459 \series bold
10460 Focarelli
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10466 \begin_inset Text
10467
10468 \begin_layout Plain Layout
10469 Paola
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478 111
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 </row>
10484 <row>
10485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489
10490 \series bold
10491 Galletti
10492 \end_layout
10493
10494 \end_inset
10495 </cell>
10496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10497 \begin_inset Text
10498
10499 \begin_layout Plain Layout
10500 Oreste
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509 111
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 </row>
10515 <row>
10516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10517 \begin_inset Text
10518
10519 \begin_layout Plain Layout
10520
10521 \series bold
10522 Gasparini
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10528 \begin_inset Text
10529
10530 \begin_layout Plain Layout
10531 Franca
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540 111
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 </row>
10546 <row>
10547 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10548 \begin_inset Text
10549
10550 \begin_layout Plain Layout
10551
10552 \series bold
10553 Lassini
10554 \end_layout
10555
10556 \end_inset
10557 </cell>
10558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10559 \begin_inset Text
10560
10561 \begin_layout Plain Layout
10562 Giancarlo
10563 \end_layout
10564
10565 \end_inset
10566 </cell>
10567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571 111
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 </row>
10577 <row>
10578 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582
10583 \series bold
10584 Malfatti
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10590 \begin_inset Text
10591
10592 \begin_layout Plain Layout
10593 Luciano
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602 111
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 </row>
10608 <row>
10609 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10610 \begin_inset Text
10611
10612 \begin_layout Plain Layout
10613
10614 \series bold
10615 Malfatti
10616 \end_layout
10617
10618 \end_inset
10619 </cell>
10620 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10621 \begin_inset Text
10622
10623 \begin_layout Plain Layout
10624 Valeriano
10625 \end_layout
10626
10627 \end_inset
10628 </cell>
10629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10630 \begin_inset Text
10631
10632 \begin_layout Plain Layout
10633 111
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 </row>
10639 <row>
10640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644
10645 \series bold
10646 Meneguzzo
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10652 \begin_inset Text
10653
10654 \begin_layout Plain Layout
10655 Roberto
10656 \end_layout
10657
10658 \end_inset
10659 </cell>
10660 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10661 \begin_inset Text
10662
10663 \begin_layout Plain Layout
10664 111
10665 \end_layout
10666
10667 \end_inset
10668 </cell>
10669 </row>
10670 <row>
10671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10672 \begin_inset Text
10673
10674 \begin_layout Plain Layout
10675
10676 \series bold
10677 Mezzadra
10678 \end_layout
10679
10680 \end_inset
10681 </cell>
10682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10683 \begin_inset Text
10684
10685 \begin_layout Plain Layout
10686 Roberto
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695 111
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 </row>
10701 <row>
10702 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706
10707 \series bold
10708 Pirpamer
10709 \end_layout
10710
10711 \end_inset
10712 </cell>
10713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10714 \begin_inset Text
10715
10716 \begin_layout Plain Layout
10717 Erich
10718 \end_layout
10719
10720 \end_inset
10721 </cell>
10722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10723 \begin_inset Text
10724
10725 \begin_layout Plain Layout
10726 111
10727 \end_layout
10728
10729 \end_inset
10730 </cell>
10731 </row>
10732 <row>
10733 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737
10738 \series bold
10739 Pochiesa
10740 \end_layout
10741
10742 \end_inset
10743 </cell>
10744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10745 \begin_inset Text
10746
10747 \begin_layout Plain Layout
10748 Paolo
10749 \end_layout
10750
10751 \end_inset
10752 </cell>
10753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757 111, 222
10758 \end_layout
10759
10760 \end_inset
10761 </cell>
10762 </row>
10763 <row>
10764 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10765 \begin_inset Text
10766
10767 \begin_layout Plain Layout
10768
10769 \series bold
10770 Radina
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779 Claudio
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Plain Layout
10788 111
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 </row>
10794 <row>
10795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10796 \begin_inset Text
10797
10798 \begin_layout Plain Layout
10799
10800 \series bold
10801 Rizzardi
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810 Paolo, 11.
10811  Fürst von Monte\SpecialChar softhyphen
10812 com\SpecialChar softhyphen
10813 patri, 11.
10814  Fürst von Sulmona und Vivaro, 10.
10815  Fürst von Rossano, 5.
10816  Herzog von Canemorte, 11.
10817  Herzog von Palombara, 5.
10818  Herzog von Castelchiodato,
10819 \begin_inset ERT
10820 status open
10821
10822 \begin_layout Plain Layout
10823
10824 & 111
10825 \backslash
10826
10827 \backslash
10828  
10829 \backslash
10830 newpage
10831 \end_layout
10832
10833 \begin_layout Plain Layout
10834
10835 &
10836 \end_layout
10837
10838 \end_inset
10839
10840  11.
10841  Herzog von Poggionativo, 11.
10842  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10843  Graf von Valinfreda, 11.
10844  Baron von Cropalati, 11.
10845  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10851 \begin_inset Text
10852
10853 \begin_layout Plain Layout
10854
10855 \end_layout
10856
10857 \end_inset
10858 </cell>
10859 </row>
10860 <row>
10861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10862 \begin_inset Text
10863
10864 \begin_layout Plain Layout
10865
10866 \series bold
10867 Stuffer
10868 \end_layout
10869
10870 \end_inset
10871 </cell>
10872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10873 \begin_inset Text
10874
10875 \begin_layout Plain Layout
10876 Oskar
10877 \end_layout
10878
10879 \end_inset
10880 </cell>
10881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10882 \begin_inset Text
10883
10884 \begin_layout Plain Layout
10885 111
10886 \end_layout
10887
10888 \end_inset
10889 </cell>
10890 </row>
10891 <row>
10892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10893 \begin_inset Text
10894
10895 \begin_layout Plain Layout
10896
10897 \series bold
10898 Tacchelli
10899 \end_layout
10900
10901 \end_inset
10902 </cell>
10903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907 Ugo
10908 \end_layout
10909
10910 \end_inset
10911 </cell>
10912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10913 \begin_inset Text
10914
10915 \begin_layout Plain Layout
10916 111
10917 \end_layout
10918
10919 \end_inset
10920 </cell>
10921 </row>
10922 <row>
10923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10924 \begin_inset Text
10925
10926 \begin_layout Plain Layout
10927
10928 \series bold
10929 Tezzele
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938 Margit
10939 \end_layout
10940
10941 \end_inset
10942 </cell>
10943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10944 \begin_inset Text
10945
10946 \begin_layout Plain Layout
10947 111
10948 \end_layout
10949
10950 \end_inset
10951 </cell>
10952 </row>
10953 <row>
10954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958
10959 \series bold
10960 Unterkalmsteiner
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969 Frieda
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10975 \begin_inset Text
10976
10977 \begin_layout Plain Layout
10978 111
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 </row>
10984 <row>
10985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989
10990 \series bold
10991 Vieider
10992 \end_layout
10993
10994 \end_inset
10995 </cell>
10996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000 Hilde
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009 111
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 </row>
11015 <row>
11016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020
11021 \series bold
11022 Vigna
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031 Jürgen
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040 111
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 </row>
11046 <row>
11047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051
11052 \series bold
11053 Weber
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062 Maurizio
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11068 \begin_inset Text
11069
11070 \begin_layout Plain Layout
11071 111
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 </row>
11077 <row>
11078 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082
11083 \series bold
11084 Winkler
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093 Franz
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Plain Layout
11102 111
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 </row>
11108 </lyxtabular>
11109
11110 \end_inset
11111
11112
11113 \end_layout
11114
11115 \begin_layout Section
11116 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11117 \end_layout
11118
11119 \begin_layout Subsection
11120 Mehrfache Zeilen in Zellen
11121 \begin_inset CommandInset label
11122 LatexCommand label
11123 name "uab:Mehrfache-Zeilen-in"
11124
11125 \end_inset
11126
11127
11128 \begin_inset Index idx
11129 status collapsed
11130
11131 \begin_layout Plain Layout
11132 Mehrfache ! Zeilen in Zellen
11133 \end_layout
11134
11135 \end_inset
11136
11137
11138 \begin_inset Index idx
11139 status collapsed
11140
11141 \begin_layout Plain Layout
11142 Tabellen ! Zeilenumbrüche
11143 \end_layout
11144
11145 \end_inset
11146
11147
11148 \end_layout
11149
11150 \begin_layout Standard
11151 \noindent
11152 \begin_inset Float table
11153 placement H
11154 wide false
11155 sideways false
11156 status open
11157
11158 \begin_layout Plain Layout
11159 \begin_inset Caption Standard
11160
11161 \begin_layout Plain Layout
11162 \begin_inset CommandInset label
11163 LatexCommand label
11164 name "tab:Table-with-multiple"
11165
11166 \end_inset
11167
11168 Tabelle mit mehrfachen Zeilen in einer Zelle
11169 \end_layout
11170
11171 \end_inset
11172
11173
11174 \end_layout
11175
11176 \begin_layout Plain Layout
11177 \align center
11178 \begin_inset Tabular
11179 <lyxtabular version="3" rows="3" columns="3">
11180 <features tabularvalignment="middle">
11181 <column alignment="center" valignment="middle" width="2.5cm">
11182 <column alignment="center" valignment="middle" width="0.5cm">
11183 <column alignment="center" valignment="middle" width="0.5cm">
11184 <row>
11185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189 zwei
11190 \begin_inset Newline linebreak
11191 \end_inset
11192
11193 Zeilen
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202 b
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211 c
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 </row>
11217 <row>
11218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 d
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231 e
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11237 \begin_inset Text
11238
11239 \begin_layout Plain Layout
11240 f
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 </row>
11246 <row>
11247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11248 \begin_inset Text
11249
11250 \begin_layout Plain Layout
11251 g
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260 h
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 i
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 </row>
11275 </lyxtabular>
11276
11277 \end_inset
11278
11279
11280 \end_layout
11281
11282 \end_inset
11283
11284
11285 \end_layout
11286
11287 \begin_layout Standard
11288 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11289  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11290  Tabelle
11291 \begin_inset space ~
11292 \end_inset
11293
11294
11295 \begin_inset CommandInset ref
11296 LatexCommand ref
11297 reference "tab:Table-with-multiple"
11298
11299 \end_inset
11300
11301  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11302 \family sans
11303 Tabellen-Einstellungen
11304 \family default
11305 -Dialog auf 2.5
11306 \begin_inset space \thinspace{}
11307 \end_inset
11308
11309 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11310  Weil unser Text schmaler als 2.5
11311 \begin_inset space \thinspace{}
11312 \end_inset
11313
11314 cm ist, würde er in einer Zeile gedruckt werden.
11315  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11316
11317 \family sans
11318 Strg+Shift+Enter
11319 \family default
11320 ) eingefügt.
11321  Wenn der Text länger ist, wird er automatisch umgebrochen.
11322 \end_layout
11323
11324 \begin_layout Standard
11325 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11326  setzen Sie die Breite der beiden Spalten im 
11327 \family sans
11328 Tabellen-Einstellungen
11329 \family default
11330 -Dialog auf 0.5
11331 \begin_inset space \thinspace{}
11332 \end_inset
11333
11334 cm und die vertikale Ausrichtung auf zentriert.
11335 \end_layout
11336
11337 \begin_layout Standard
11338 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11339  haben, kann \SpecialChar LaTeX
11340  es ohne Trennhilfen nicht trennen.
11341  Wenn Sie \SpecialChar LaTeX
11342  trotzdem die Trennung überlassen wollen, müssen Sie vor dem Wort
11343  etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11344  Fügen sie daher 0
11345 \begin_inset space \thinspace{}
11346 \end_inset
11347
11348 pt horizontalen Abstand vor dem Wort ein.
11349  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11350  Tabelle
11351 \begin_inset space ~
11352 \end_inset
11353
11354
11355 \begin_inset CommandInset ref
11356 LatexCommand ref
11357 reference "tab:Table-with-and"
11358
11359 \end_inset
11360
11361  zeigt die Wirkungen.
11362 \end_layout
11363
11364 \begin_layout Standard
11365 \begin_inset Float table
11366 placement h
11367 wide false
11368 sideways false
11369 status open
11370
11371 \begin_layout Plain Layout
11372 \begin_inset Caption Standard
11373
11374 \begin_layout Plain Layout
11375 \begin_inset CommandInset label
11376 LatexCommand label
11377 name "tab:Table-with-and"
11378
11379 \end_inset
11380
11381 Tabelle ohne und mit Silbentrennung
11382 \end_layout
11383
11384 \end_inset
11385
11386
11387 \end_layout
11388
11389 \begin_layout Plain Layout
11390 \begin_inset space \hfill{}
11391 \end_inset
11392
11393
11394 \begin_inset Tabular
11395 <lyxtabular version="3" rows="3" columns="3">
11396 <features tabularvalignment="middle">
11397 <column alignment="center" valignment="middle" width="2.5cm">
11398 <column alignment="center" valignment="middle" width="0.5cm">
11399 <column alignment="center" valignment="middle" width="0.5cm">
11400 <row>
11401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 einsehrlangesZellenwort
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 b
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423 c
11424 \end_layout
11425
11426 \end_inset
11427 </cell>
11428 </row>
11429 <row>
11430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 d
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 e
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11449 \begin_inset Text
11450
11451 \begin_layout Plain Layout
11452 f
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 </row>
11458 <row>
11459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463 g
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 h
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11478 \begin_inset Text
11479
11480 \begin_layout Plain Layout
11481 i
11482 \end_layout
11483
11484 \end_inset
11485 </cell>
11486 </row>
11487 </lyxtabular>
11488
11489 \end_inset
11490
11491
11492 \begin_inset space \hfill{}
11493 \end_inset
11494
11495
11496 \begin_inset Tabular
11497 <lyxtabular version="3" rows="3" columns="3">
11498 <features tabularvalignment="middle">
11499 <column alignment="center" valignment="middle" width="2.5cm">
11500 <column alignment="center" valignment="middle" width="0.5cm">
11501 <column alignment="center" valignment="middle" width="0.5cm">
11502 <row>
11503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Plain Layout
11507 \begin_inset space \hspace{}
11508 \length 0pt
11509 \end_inset
11510
11511 einsehrlangesZellenwort
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 b
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529 c
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 </row>
11535 <row>
11536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 d
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 e
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11555 \begin_inset Text
11556
11557 \begin_layout Plain Layout
11558 f
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 </row>
11564 <row>
11565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 g
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 h
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587 i
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 </row>
11593 </lyxtabular>
11594
11595 \end_inset
11596
11597
11598 \begin_inset space \hfill{}
11599 \end_inset
11600
11601
11602 \end_layout
11603
11604 \end_inset
11605
11606
11607 \end_layout
11608
11609 \begin_layout Subsection
11610 Mehrfachspalten
11611 \begin_inset CommandInset label
11612 LatexCommand label
11613 name "uab:Mehrfachspalten"
11614
11615 \end_inset
11616
11617
11618 \begin_inset Index idx
11619 status collapsed
11620
11621 \begin_layout Plain Layout
11622 Mahrfachspalten
11623 \end_layout
11624
11625 \end_inset
11626
11627
11628 \begin_inset Index idx
11629 status collapsed
11630
11631 \begin_layout Plain Layout
11632 Tabellen ! Mahrfachspalten
11633 \end_layout
11634
11635 \end_inset
11636
11637
11638 \end_layout
11639
11640 \begin_layout Subsubsection
11641 Grundlagen
11642 \end_layout
11643
11644 \begin_layout Standard
11645 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11646  und verwenden dann den Knopf 
11647 \begin_inset Info
11648 type  "icon"
11649 arg   "inset-modify tabular multicolumn"
11650 \end_inset
11651
11652  in der Werkzeugleiste, das Menü 
11653 \family sans
11654 Bearbeiten\SpecialChar menuseparator
11655 Tabelle\SpecialChar menuseparator
11656 Mehrfachspalte
11657 \family default
11658 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11659  
11660 \family sans
11661 Mehrfachspalte
11662 \family default
11663 .
11664 \end_layout
11665
11666 \begin_layout Standard
11667 Mehrfachspalten haben ihre eigenen Einstellungen.
11668  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11669  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11670  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11671 \begin_inset Separator parbreak
11672 \end_inset
11673
11674
11675 \end_layout
11676
11677 \begin_layout Standard
11678 \align center
11679 \begin_inset Tabular
11680 <lyxtabular version="3" rows="3" columns="4">
11681 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11682 <column alignment="center" valignment="top" width="0pt">
11683 <column alignment="center" valignment="middle">
11684 <column alignment="center" valignment="top" width="0in">
11685 <column alignment="center" valignment="top" width="0pt">
11686 <row>
11687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691 abc
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 def ghi
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11715 \begin_inset Text
11716
11717 \begin_layout Plain Layout
11718 jkl
11719 \end_layout
11720
11721 \end_inset
11722 </cell>
11723 </row>
11724 <row>
11725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729
11730 \family roman
11731 \series medium
11732 \shape up
11733 \size normal
11734 \emph off
11735 \bar no
11736 \noun off
11737 \color none
11738 A
11739 \end_layout
11740
11741 \end_inset
11742 </cell>
11743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11744 \begin_inset Text
11745
11746 \begin_layout Plain Layout
11747 B
11748 \end_layout
11749
11750 \end_inset
11751 </cell>
11752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756 C
11757 \end_layout
11758
11759 \end_inset
11760 </cell>
11761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11762 \begin_inset Text
11763
11764 \begin_layout Plain Layout
11765 D
11766 \end_layout
11767
11768 \end_inset
11769 </cell>
11770 </row>
11771 <row>
11772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11773 \begin_inset Text
11774
11775 \begin_layout Plain Layout
11776 1
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11782 \begin_inset Text
11783
11784 \begin_layout Plain Layout
11785 2
11786 \end_layout
11787
11788 \end_inset
11789 </cell>
11790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11791 \begin_inset Text
11792
11793 \begin_layout Plain Layout
11794 3
11795 \end_layout
11796
11797 \end_inset
11798 </cell>
11799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11800 \begin_inset Text
11801
11802 \begin_layout Plain Layout
11803 4
11804 \end_layout
11805
11806 \end_inset
11807 </cell>
11808 </row>
11809 </lyxtabular>
11810
11811 \end_inset
11812
11813
11814 \end_layout
11815
11816 \begin_layout Subsubsection
11817 Mehrfachspalten-Berechnungen
11818 \begin_inset CommandInset label
11819 LatexCommand label
11820 name "uab:Mehrfachspalten-Berechnungen"
11821
11822 \end_inset
11823
11824
11825 \begin_inset Index idx
11826 status collapsed
11827
11828 \begin_layout Plain Layout
11829 Mahrfachspalten ! Berechnung
11830 \end_layout
11831
11832 \end_inset
11833
11834
11835 \begin_inset Index idx
11836 status collapsed
11837
11838 \begin_layout Plain Layout
11839 Tabellen ! Mahrfachspalten ! Berechnung
11840 \end_layout
11841
11842 \end_inset
11843
11844
11845 \end_layout
11846
11847 \begin_layout Standard
11848 \SpecialChar LyX
11849  unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11850  Zellen beachten.
11851 \end_layout
11852
11853 \begin_layout Standard
11854 \begin_inset Float table
11855 placement h
11856 wide false
11857 sideways false
11858 status open
11859
11860 \begin_layout Plain Layout
11861 \begin_inset Caption Standard
11862
11863 \begin_layout Plain Layout
11864 \begin_inset CommandInset label
11865 LatexCommand label
11866 name "tab:Table-with-centered"
11867
11868 \end_inset
11869
11870 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11871  die halbe Breite der Mehrfachspalten-Zelle haben
11872 \begin_inset Argument 1
11873 status collapsed
11874
11875 \begin_layout Plain Layout
11876 Eine Mehrfachspalten-Tabelle
11877 \end_layout
11878
11879 \end_inset
11880
11881
11882 \end_layout
11883
11884 \end_inset
11885
11886
11887 \end_layout
11888
11889 \begin_layout Plain Layout
11890 \align center
11891 \begin_inset Tabular
11892 <lyxtabular version="3" rows="3" columns="3">
11893 <features tabularvalignment="middle">
11894 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11895 <column alignment="center" valignment="middle">
11896 <column alignment="center" valignment="top">
11897 <row>
11898 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11899 \begin_inset Text
11900
11901 \begin_layout Plain Layout
11902 Dies ist eine Mehrfach\SpecialChar softhyphen
11903 spalten-Zelle
11904 \end_layout
11905
11906 \end_inset
11907 </cell>
11908 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11909 \begin_inset Text
11910
11911 \begin_layout Plain Layout
11912
11913 \end_layout
11914
11915 \end_inset
11916 </cell>
11917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11918 \begin_inset Text
11919
11920 \begin_layout Plain Layout
11921 c
11922 \end_layout
11923
11924 \end_inset
11925 </cell>
11926 </row>
11927 <row>
11928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11929 \begin_inset Text
11930
11931 \begin_layout Plain Layout
11932 d
11933 \end_layout
11934
11935 \end_inset
11936 </cell>
11937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11938 \begin_inset Text
11939
11940 \begin_layout Plain Layout
11941 e
11942 \end_layout
11943
11944 \end_inset
11945 </cell>
11946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11947 \begin_inset Text
11948
11949 \begin_layout Plain Layout
11950 f
11951 \end_layout
11952
11953 \end_inset
11954 </cell>
11955 </row>
11956 <row>
11957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11958 \begin_inset Text
11959
11960 \begin_layout Plain Layout
11961 g
11962 \end_layout
11963
11964 \end_inset
11965 </cell>
11966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11967 \begin_inset Text
11968
11969 \begin_layout Plain Layout
11970 h
11971 \end_layout
11972
11973 \end_inset
11974 </cell>
11975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11976 \begin_inset Text
11977
11978 \begin_layout Plain Layout
11979 i
11980 \end_layout
11981
11982 \end_inset
11983 </cell>
11984 </row>
11985 </lyxtabular>
11986
11987 \end_inset
11988
11989
11990 \end_layout
11991
11992 \end_inset
11993
11994
11995 \end_layout
11996
11997 \begin_layout Standard
11998 Um Tabelle
11999 \begin_inset space ~
12000 \end_inset
12001
12002
12003 \begin_inset CommandInset ref
12004 LatexCommand ref
12005 reference "tab:Table-with-centered"
12006
12007 \end_inset
12008
12009  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12010  3×3-Tabelle, kreuzen im 
12011 \family sans
12012 Tabellen-Einstellungen
12013 \family default
12014 -Dialog 
12015 \family sans
12016 Mehrfachspalte
12017 \family default
12018  an, setzen die 
12019 \family sans
12020 Horizontale
12021 \begin_inset space ~
12022 \end_inset
12023
12024 Ausrichtung
12025 \family default
12026  auf 
12027 \family sans
12028 Zentriert
12029 \family default
12030  und die 
12031 \family sans
12032 Breite
12033 \family default
12034  auf 2.5
12035 \begin_inset space \thinspace{}
12036 \end_inset
12037
12038 cm.
12039  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12040  Sie die Breite der ersten Spalte auf 1.25
12041 \begin_inset space \thinspace{}
12042 \end_inset
12043
12044 cm setzen.
12045  Die zweite Spalte wird dann automatisch 1.25
12046 \begin_inset space \thinspace{}
12047 \end_inset
12048
12049 cm breit (Breite der 
12050 \family sans
12051 Mehrfachspalte
12052 \family default
12053  
12054 \begin_inset Formula $-$
12055 \end_inset
12056
12057  Breite der ersten Spalte).
12058  Dies wurde so für Tabelle
12059 \begin_inset space ~
12060 \end_inset
12061
12062
12063 \begin_inset CommandInset ref
12064 LatexCommand ref
12065 reference "tab:Table-without-half"
12066
12067 \end_inset
12068
12069  gemacht.
12070 \end_layout
12071
12072 \begin_layout Standard
12073 \begin_inset Float table
12074 wide false
12075 sideways false
12076 status open
12077
12078 \begin_layout Plain Layout
12079 \begin_inset Caption Standard
12080
12081 \begin_layout Plain Layout
12082 \begin_inset CommandInset label
12083 LatexCommand label
12084 name "tab:Table-without-half"
12085
12086 \end_inset
12087
12088 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12089  wie die Mehrfachspalte
12090 \begin_inset Argument 1
12091 status collapsed
12092
12093 \begin_layout Plain Layout
12094 Eine unvollkommene Mehrfachspalten-Tabelle
12095 \end_layout
12096
12097 \end_inset
12098
12099
12100 \end_layout
12101
12102 \end_inset
12103
12104
12105 \end_layout
12106
12107 \begin_layout Plain Layout
12108 \align center
12109 \begin_inset Tabular
12110 <lyxtabular version="3" rows="3" columns="3">
12111 <features tabularvalignment="middle">
12112 <column alignment="center" valignment="top" width="1.25cm">
12113 <column alignment="center" valignment="top">
12114 <column alignment="center" valignment="top">
12115 <row>
12116 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12117 \begin_inset Text
12118
12119 \begin_layout Plain Layout
12120 Dies ist auch eine Mehr\SpecialChar softhyphen
12121 fach\SpecialChar softhyphen
12122 spalten-Zelle
12123 \end_layout
12124
12125 \end_inset
12126 </cell>
12127 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12128 \begin_inset Text
12129
12130 \begin_layout Plain Layout
12131
12132 \end_layout
12133
12134 \end_inset
12135 </cell>
12136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12137 \begin_inset Text
12138
12139 \begin_layout Plain Layout
12140 c
12141 \end_layout
12142
12143 \end_inset
12144 </cell>
12145 </row>
12146 <row>
12147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12148 \begin_inset Text
12149
12150 \begin_layout Plain Layout
12151 d
12152 \end_layout
12153
12154 \end_inset
12155 </cell>
12156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12157 \begin_inset Text
12158
12159 \begin_layout Plain Layout
12160 e
12161 \end_layout
12162
12163 \end_inset
12164 </cell>
12165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12166 \begin_inset Text
12167
12168 \begin_layout Plain Layout
12169 f
12170 \end_layout
12171
12172 \end_inset
12173 </cell>
12174 </row>
12175 <row>
12176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12177 \begin_inset Text
12178
12179 \begin_layout Plain Layout
12180 g
12181 \end_layout
12182
12183 \end_inset
12184 </cell>
12185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12186 \begin_inset Text
12187
12188 \begin_layout Plain Layout
12189 h
12190 \end_layout
12191
12192 \end_inset
12193 </cell>
12194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12195 \begin_inset Text
12196
12197 \begin_layout Plain Layout
12198 i
12199 \end_layout
12200
12201 \end_inset
12202 </cell>
12203 </row>
12204 </lyxtabular>
12205
12206 \end_inset
12207
12208
12209 \end_layout
12210
12211 \end_inset
12212
12213
12214 \end_layout
12215
12216 \begin_layout Standard
12217 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12218  als die zweite ist.
12219  Das liegt daran, dass die Zellenbreite 
12220 \begin_inset Formula $W_{\mathrm{tot}}$
12221 \end_inset
12222
12223  nicht ihre definierte Breite 
12224 \begin_inset Formula $W_{g}$
12225 \end_inset
12226
12227  ist, sondern ein wenig mehr.
12228  Anhang
12229 \begin_inset space ~
12230 \end_inset
12231
12232
12233 \begin_inset CommandInset ref
12234 LatexCommand ref
12235 reference "kap:Erläuterung-einer-Gleichung"
12236
12237 \end_inset
12238
12239  erklärt das genauer.
12240 \end_layout
12241
12242 \begin_layout Standard
12243 Wenn 
12244 \emph on
12245 n
12246 \emph default
12247  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12248  die definierte Breite 
12249 \begin_inset Formula $W_{g\,n}$
12250 \end_inset
12251
12252  einer Spalte, deren totale Breite = 
12253 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12254 \end_inset
12255
12256  sein soll, wie folgt:
12257 \begin_inset Formula 
12258 \begin{equation}
12259 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12260 \end{equation}
12261
12262 \end_inset
12263
12264
12265 \end_layout
12266
12267 \begin_layout Standard
12268 In unserem Falls ist 
12269 \begin_inset Formula $n=2$
12270 \end_inset
12271
12272
12273 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12274 \end_inset
12275
12276 cm, und damit wird aus Gleichung
12277 \begin_inset space ~
12278 \end_inset
12279
12280
12281 \begin_inset CommandInset ref
12282 LatexCommand ref
12283 reference "eq:Wgn"
12284
12285 \end_inset
12286
12287  
12288 \begin_inset Formula 
12289 \begin{equation}
12290 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12291 \end{equation}
12292
12293 \end_inset
12294
12295
12296 \end_layout
12297
12298 \begin_layout Standard
12299 Damit \SpecialChar LaTeX
12300  rechnen kann, muss das Paket 
12301 \series bold
12302 calc
12303 \series default
12304  im Vorspann geladen werden.
12305 \begin_inset Index idx
12306 status collapsed
12307
12308 \begin_layout Plain Layout
12309 \SpecialChar LaTeX
12310 -Pakete ! calc
12311 \end_layout
12312
12313 \end_inset
12314
12315
12316 \end_layout
12317
12318 \begin_layout Standard
12319
12320 \series bold
12321
12322 \backslash
12323 usepackage{calc}
12324 \end_layout
12325
12326 \begin_layout Standard
12327 \SpecialChar LyX
12328  erlaubt im 
12329 \family sans
12330 Breite
12331 \family default
12332 -Feld des 
12333 \family sans
12334 Tabellen-Einstellungen
12335 \family default
12336 -Dialogs keine Berechnungen.
12337  Deshalb müssen Sie die Formel für die Breite im Feld 
12338 \family sans
12339 LaTeX-Argument
12340 \family default
12341  eingeben.
12342  Hier iss ein Überblick über die Argumente:
12343 \end_layout
12344
12345 \begin_layout Itemize
12346
12347 \series bold
12348 p{Breite}
12349 \series default
12350  die Zelle bekommt eine feste 
12351 \series bold
12352 Breite
12353 \series default
12354 , und die vertikale Ausrichtung ist 
12355 \family sans
12356 Oben
12357 \end_layout
12358
12359 \begin_layout Itemize
12360
12361 \series bold
12362 m{Breite}
12363 \series default
12364  die Zelle bekommt eine feste 
12365 \series bold
12366 Breite
12367 \series default
12368 , und die vertikale Ausrichtung ist 
12369 \family sans
12370 Mitte
12371 \end_layout
12372
12373 \begin_layout Itemize
12374
12375 \series bold
12376 b{Breite}
12377 \series default
12378  die Zelle bekommt eine feste 
12379 \series bold
12380 Breite
12381 \series default
12382 , und die vertikale Ausrichtung ist 
12383 \family sans
12384 Unten
12385 \end_layout
12386
12387 \begin_layout Standard
12388 Wenn Sie ein \SpecialChar LaTeX
12389 -Argument eingeben, werden alle anderen Einstellungen für diese
12390  Zelle überschrieben.
12391 \end_layout
12392
12393 \begin_layout Standard
12394 \begin_inset Note Greyedout
12395 status open
12396
12397 \begin_layout Plain Layout
12398
12399 \series bold
12400 Bemerkung:
12401 \series default
12402  Wegen eines Fehlers in \SpecialChar LyX
12403  werden die überschriebenen Einstellungen dennoch
12404  angezeigt.
12405 \end_layout
12406
12407 \end_inset
12408
12409
12410 \end_layout
12411
12412 \begin_layout Standard
12413 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12414  der Zelle mit dem Inhalt 
12415 \begin_inset Quotes gld
12416 \end_inset
12417
12418 d
12419 \begin_inset Quotes grd
12420 \end_inset
12421
12422  der Tabelle
12423 \begin_inset space ~
12424 \end_inset
12425
12426
12427 \begin_inset CommandInset ref
12428 LatexCommand ref
12429 reference "tab:Table-with-centered"
12430
12431 \end_inset
12432
12433  auch noch der Befehl
12434 \family typewriter
12435 \series bold
12436  
12437 \family default
12438
12439 \backslash
12440 centering
12441 \series default
12442  hinzugefügt.
12443  Das Ganze sieht dann so aus:
12444 \end_layout
12445
12446 \begin_layout Standard
12447
12448 \series bold
12449 |>{
12450 \backslash
12451 centering}m{1.25cm-6.2pt}
12452 \end_layout
12453
12454 \begin_layout Standard
12455 Der vertikale Strich 
12456 \series bold
12457
12458 \begin_inset Quotes gld
12459 \end_inset
12460
12461 |
12462 \series default
12463
12464 \begin_inset Quotes grd
12465 \end_inset
12466
12467  am Anfang zeichnet die linke Linie, und der Befehl 
12468 \series bold
12469
12470 \begin_inset Quotes gld
12471 \end_inset
12472
12473 >{ }
12474 \begin_inset Quotes grd
12475 \end_inset
12476
12477
12478 \series default
12479  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12480  der Zelle benutzt werden sollen.
12481 \end_layout
12482
12483 \begin_layout Standard
12484 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12485  haben, ist der Text noch immer linksbündig, weil \SpecialChar LyX
12486  Ausrichtungen nur für
12487  einzelne Spalten anwendet.
12488  Deswegen musste für die Mehrfachspalte folgendes \SpecialChar LaTeX
12489 -Argument benutzt werden:
12490 \end_layout
12491
12492 \begin_layout Standard
12493
12494 \series bold
12495 |>{
12496 \backslash
12497 centering}m{2.5cm}|
12498 \end_layout
12499
12500 \begin_layout Subsection
12501 Mehrfachzeilen
12502 \begin_inset CommandInset label
12503 LatexCommand label
12504 name "uab:Mehrfachzeilen"
12505
12506 \end_inset
12507
12508
12509 \begin_inset Index idx
12510 status collapsed
12511
12512 \begin_layout Plain Layout
12513 Mehrfachzeilen
12514 \end_layout
12515
12516 \end_inset
12517
12518
12519 \begin_inset Index idx
12520 status collapsed
12521
12522 \begin_layout Plain Layout
12523 Tabellen ! Mehrfachzeilen
12524 \end_layout
12525
12526 \end_inset
12527
12528
12529 \end_layout
12530
12531 \begin_layout Standard
12532 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12533  und verwenden dann den Knopf 
12534 \begin_inset Info
12535 type  "icon"
12536 arg   "inset-modify tabular multirow"
12537 \end_inset
12538
12539  in der Werkzeugleiste, das Menü 
12540 \family sans
12541 Bearbeiten\SpecialChar menuseparator
12542 Tabelle\SpecialChar menuseparator
12543 Mehrfachzeile
12544 \family default
12545 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12546  
12547 \family sans
12548 Mehrfachzeile
12549 \family default
12550 .
12551 \end_layout
12552
12553 \begin_layout Standard
12554 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12555 \begin_inset Separator parbreak
12556 \end_inset
12557
12558
12559 \end_layout
12560
12561 \begin_layout Standard
12562 \align center
12563 \begin_inset Tabular
12564 <lyxtabular version="3" rows="3" columns="3">
12565 <features tabularvalignment="middle">
12566 <column alignment="center" valignment="top" width="0pt">
12567 <column alignment="center" valignment="top">
12568 <column alignment="center" valignment="top">
12569 <row>
12570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Plain Layout
12574 ein langer Eintrag
12575 \end_layout
12576
12577 \end_inset
12578 </cell>
12579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12580 \begin_inset Text
12581
12582 \begin_layout Plain Layout
12583 b
12584 \end_layout
12585
12586 \end_inset
12587 </cell>
12588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12589 \begin_inset Text
12590
12591 \begin_layout Plain Layout
12592 c
12593 \end_layout
12594
12595 \end_inset
12596 </cell>
12597 </row>
12598 <row>
12599 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12600 \begin_inset Text
12601
12602 \begin_layout Plain Layout
12603 Mehrfachzeile
12604 \end_layout
12605
12606 \end_inset
12607 </cell>
12608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12609 \begin_inset Text
12610
12611 \begin_layout Plain Layout
12612 e
12613 \end_layout
12614
12615 \end_inset
12616 </cell>
12617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12618 \begin_inset Text
12619
12620 \begin_layout Plain Layout
12621 f
12622 \end_layout
12623
12624 \end_inset
12625 </cell>
12626 </row>
12627 <row>
12628 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12629 \begin_inset Text
12630
12631 \begin_layout Plain Layout
12632
12633 \end_layout
12634
12635 \end_inset
12636 </cell>
12637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12638 \begin_inset Text
12639
12640 \begin_layout Plain Layout
12641 h
12642 \end_layout
12643
12644 \end_inset
12645 </cell>
12646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12647 \begin_inset Text
12648
12649 \begin_layout Plain Layout
12650 i
12651 \end_layout
12652
12653 \end_inset
12654 </cell>
12655 </row>
12656 </lyxtabular>
12657
12658 \end_inset
12659
12660
12661 \end_layout
12662
12663 \begin_layout Standard
12664 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12665  Spalte festgelegt.
12666  Der 
12667 \family sans
12668 Vertikale Versatz
12669 \family default
12670  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12671  positiv/negativ ist.
12672 \end_layout
12673
12674 \begin_layout Standard
12675 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12676  die Mehrfachzeile die Ausrichtung der Spalte.
12677  Ansonsten ist sie standardmäßig links ausgerichtet.
12678  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12679 \series bold
12680
12681 \backslash
12682 multirowsetup
12683 \series default
12684  mit dem Befehl
12685 \end_layout
12686
12687 \begin_layout Standard
12688
12689 \series bold
12690
12691 \backslash
12692 renewcommand{
12693 \backslash
12694 multirowsetup}{
12695 \backslash
12696 centering}
12697 \end_layout
12698
12699 \begin_layout Standard
12700 im \SpecialChar LaTeX
12701 -Vorspann.
12702  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12703  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12704  auch mittels \SpecialChar TeX
12705 -Code vor der jeweiligen Tabelle, statt im \SpecialChar LaTeX
12706 -Vorspann, erneuert
12707  werden.
12708  Für rechtsbündigen Text ersetzt man 
12709 \series bold
12710
12711 \backslash
12712 centering
12713 \series default
12714  durch 
12715 \series bold
12716
12717 \backslash
12718 raggedleft
12719 \series default
12720 .
12721  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12722 \series bold
12723
12724 \backslash
12725 raggedright
12726 \series default
12727  verwendet.
12728 \end_layout
12729
12730 \begin_layout Standard
12731 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12732  die -4
12733 \begin_inset space \thinspace{}
12734 \end_inset
12735
12736 mm vertikalen Versatz hat und sich in einer 3
12737 \begin_inset space \thinspace{}
12738 \end_inset
12739
12740 cm breiten Spalte befindet:
12741 \begin_inset Separator parbreak
12742 \end_inset
12743
12744
12745 \end_layout
12746
12747 \begin_layout Standard
12748 \noindent
12749 \align center
12750 \begin_inset ERT
12751 status collapsed
12752
12753 \begin_layout Plain Layout
12754
12755
12756 \backslash
12757 renewcommand{
12758 \backslash
12759 multirowsetup}{
12760 \backslash
12761 raggedleft}
12762 \end_layout
12763
12764 \end_inset
12765
12766
12767 \begin_inset Tabular
12768 <lyxtabular version="3" rows="4" columns="3">
12769 <features tabularvalignment="middle">
12770 <column alignment="center" valignment="top" width="3cm">
12771 <column alignment="center" valignment="top">
12772 <column alignment="center" valignment="top">
12773 <row>
12774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12775 \begin_inset Text
12776
12777 \begin_layout Plain Layout
12778 ein langer Eintrag
12779 \end_layout
12780
12781 \end_inset
12782 </cell>
12783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12784 \begin_inset Text
12785
12786 \begin_layout Plain Layout
12787 b
12788 \end_layout
12789
12790 \end_inset
12791 </cell>
12792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12793 \begin_inset Text
12794
12795 \begin_layout Plain Layout
12796 c
12797 \end_layout
12798
12799 \end_inset
12800 </cell>
12801 </row>
12802 <row>
12803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12804 \begin_inset Text
12805
12806 \begin_layout Plain Layout
12807 t
12808 \end_layout
12809
12810 \end_inset
12811 </cell>
12812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12813 \begin_inset Text
12814
12815 \begin_layout Plain Layout
12816 n
12817 \end_layout
12818
12819 \end_inset
12820 </cell>
12821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12822 \begin_inset Text
12823
12824 \begin_layout Plain Layout
12825 m
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 </row>
12831 <row>
12832 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12833 \begin_inset Text
12834
12835 \begin_layout Plain Layout
12836 Mehrfachzeile
12837 \end_layout
12838
12839 \end_inset
12840 </cell>
12841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12842 \begin_inset Text
12843
12844 \begin_layout Plain Layout
12845 e
12846 \end_layout
12847
12848 \end_inset
12849 </cell>
12850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12851 \begin_inset Text
12852
12853 \begin_layout Plain Layout
12854 f
12855 \end_layout
12856
12857 \end_inset
12858 </cell>
12859 </row>
12860 <row>
12861 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12862 \begin_inset Text
12863
12864 \begin_layout Plain Layout
12865
12866 \end_layout
12867
12868 \end_inset
12869 </cell>
12870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12871 \begin_inset Text
12872
12873 \begin_layout Plain Layout
12874 h
12875 \end_layout
12876
12877 \end_inset
12878 </cell>
12879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12880 \begin_inset Text
12881
12882 \begin_layout Plain Layout
12883 i
12884 \end_layout
12885
12886 \end_inset
12887 </cell>
12888 </row>
12889 </lyxtabular>
12890
12891 \end_inset
12892
12893
12894 \begin_inset ERT
12895 status collapsed
12896
12897 \begin_layout Plain Layout
12898
12899
12900 \backslash
12901 renewcommand{
12902 \backslash
12903 multirowsetup}{
12904 \backslash
12905 raggedright}
12906 \end_layout
12907
12908 \end_inset
12909
12910
12911 \end_layout
12912
12913 \begin_layout Standard
12914 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12915  (Tastenkürzel 
12916 \family sans
12917 Strg+Enter
12918 \family default
12919 ) verwenden.
12920  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12921 \begin_inset Separator parbreak
12922 \end_inset
12923
12924
12925 \end_layout
12926
12927 \begin_layout Standard
12928 \noindent
12929 \align center
12930 \begin_inset Tabular
12931 <lyxtabular version="3" rows="3" columns="2">
12932 <features tabularvalignment="middle">
12933 <column alignment="left" valignment="middle" width="2cm">
12934 <column alignment="center" valignment="top">
12935 <row>
12936 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12937 \begin_inset Text
12938
12939 \begin_layout Plain Layout
12940 aaa
12941 \begin_inset Newline newline
12942 \end_inset
12943
12944 aaa
12945 \begin_inset Newline newline
12946 \end_inset
12947
12948 falsche Zelle
12949 \end_layout
12950
12951 \end_inset
12952 </cell>
12953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12954 \begin_inset Text
12955
12956 \begin_layout Plain Layout
12957 ccc
12958 \end_layout
12959
12960 \end_inset
12961 </cell>
12962 </row>
12963 <row>
12964 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12965 \begin_inset Text
12966
12967 \begin_layout Plain Layout
12968
12969 \end_layout
12970
12971 \end_inset
12972 </cell>
12973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12974 \begin_inset Text
12975
12976 \begin_layout Plain Layout
12977 ddd
12978 \end_layout
12979
12980 \end_inset
12981 </cell>
12982 </row>
12983 <row>
12984 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12985 \begin_inset Text
12986
12987 \begin_layout Plain Layout
12988 bbb
12989 \end_layout
12990
12991 \end_inset
12992 </cell>
12993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12994 \begin_inset Text
12995
12996 \begin_layout Plain Layout
12997 eee
12998 \end_layout
12999
13000 \end_inset
13001 </cell>
13002 </row>
13003 </lyxtabular>
13004
13005 \end_inset
13006
13007
13008 \end_layout
13009
13010 \begin_layout Standard
13011 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
13012 \end_layout
13013
13014 \begin_layout Subsection
13015 Zellen mit diagonalen Linien
13016 \end_layout
13017
13018 \begin_layout Standard
13019 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
13020  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
13021  oder zwei diagonalen Linien zu teilen.
13022  Dies kann erreicht werden, indem man das \SpecialChar LaTeX
13023 -Paket 
13024 \series bold
13025 diagbox
13026 \series default
13027
13028 \begin_inset Index idx
13029 status collapsed
13030
13031 \begin_layout Plain Layout
13032 \SpecialChar LaTeX
13033 -Pakete ! diagbox
13034 \end_layout
13035
13036 \end_inset
13037
13038  im \SpecialChar LaTeX
13039 -Vorspann lädt.
13040  Das Paket stellt den Befehl 
13041 \series bold
13042
13043 \backslash
13044 diagbox
13045 \series default
13046  zur Verfügung, der als \SpecialChar TeX
13047 -Code eingefügt wird und 2 oder 3
13048 \begin_inset space ~
13049 \end_inset
13050
13051 Argumente hat:
13052 \end_layout
13053
13054 \begin_layout Standard
13055
13056 \series bold
13057
13058 \backslash
13059 diagbox[Optionen]{links unten}{rechts oben}
13060 \end_layout
13061
13062 \begin_layout Standard
13063
13064 \series bold
13065
13066 \backslash
13067 diagbox[Optionen]{links unten}{links oben}{rechts oben}
13068 \end_layout
13069
13070 \begin_layout Standard
13071 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
13072  die Argumente werden unter und über diese Linie platziert.
13073  Das zweite Schema teilt die Zelle mit 2
13074 \begin_inset space ~
13075 \end_inset
13076
13077 Linien.
13078 \end_layout
13079
13080 \begin_layout Standard
13081 \begin_inset ERT
13082 status collapsed
13083
13084 \begin_layout Plain Layout
13085
13086
13087 \backslash
13088 ifdiagbox
13089 \end_layout
13090
13091 \end_inset
13092
13093
13094 \begin_inset Note Note
13095 status open
13096
13097 \begin_layout Plain Layout
13098 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
13099 -Paket 
13100 \series bold
13101 diagbox
13102 \series default
13103  installiert ist.
13104 \end_layout
13105
13106 \end_inset
13107
13108
13109 \end_layout
13110
13111 \begin_layout Standard
13112 Hier ist eine Beispieltabelle in der 
13113 \series bold
13114
13115 \backslash
13116 diagbox 
13117 \series default
13118 im 2-Argument Schema in der ersten Zelle verwendet wird:
13119 \begin_inset VSpace medskip
13120 \end_inset
13121
13122
13123 \end_layout
13124
13125 \begin_layout Standard
13126 \noindent
13127 \begin_inset Tabular
13128 <lyxtabular version="3" rows="4" columns="4">
13129 <features tabularvalignment="middle">
13130 <column alignment="center" valignment="top">
13131 <column alignment="center" valignment="top">
13132 <column alignment="center" valignment="top">
13133 <column alignment="center" valignment="top">
13134 <row>
13135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Plain Layout
13139 \begin_inset ERT
13140 status collapsed
13141
13142 \begin_layout Plain Layout
13143
13144
13145 \backslash
13146 diagbox{
13147 \end_layout
13148
13149 \end_inset
13150
13151 Name
13152 \begin_inset ERT
13153 status collapsed
13154
13155 \begin_layout Plain Layout
13156
13157 }{
13158 \end_layout
13159
13160 \end_inset
13161
13162 Parameter
13163 \begin_inset ERT
13164 status collapsed
13165
13166 \begin_layout Plain Layout
13167
13168 }
13169 \end_layout
13170
13171 \end_inset
13172
13173
13174 \end_layout
13175
13176 \end_inset
13177 </cell>
13178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Plain Layout
13182 Dicke in nm
13183 \end_layout
13184
13185 \end_inset
13186 </cell>
13187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13188 \begin_inset Text
13189
13190 \begin_layout Plain Layout
13191 Transparenz in %
13192 \end_layout
13193
13194 \end_inset
13195 </cell>
13196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13197 \begin_inset Text
13198
13199 \begin_layout Plain Layout
13200 Härte in MPa
13201 \end_layout
13202
13203 \end_inset
13204 </cell>
13205 </row>
13206 <row>
13207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13208 \begin_inset Text
13209
13210 \begin_layout Plain Layout
13211 Perfekt Grün
13212 \end_layout
13213
13214 \end_inset
13215 </cell>
13216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220 45
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Plain Layout
13229 80
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13235 \begin_inset Text
13236
13237 \begin_layout Plain Layout
13238 504
13239 \end_layout
13240
13241 \end_inset
13242 </cell>
13243 </row>
13244 <row>
13245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13246 \begin_inset Text
13247
13248 \begin_layout Plain Layout
13249 Dunkel Multi-P
13250 \end_layout
13251
13252 \end_inset
13253 </cell>
13254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13255 \begin_inset Text
13256
13257 \begin_layout Plain Layout
13258 60
13259 \end_layout
13260
13261 \end_inset
13262 </cell>
13263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13264 \begin_inset Text
13265
13266 \begin_layout Plain Layout
13267 72
13268 \end_layout
13269
13270 \end_inset
13271 </cell>
13272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13273 \begin_inset Text
13274
13275 \begin_layout Plain Layout
13276 982
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 </row>
13282 <row>
13283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13284 \begin_inset Text
13285
13286 \begin_layout Plain Layout
13287 Kristallklar Pro
13288 \end_layout
13289
13290 \end_inset
13291 </cell>
13292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13293 \begin_inset Text
13294
13295 \begin_layout Plain Layout
13296 18
13297 \end_layout
13298
13299 \end_inset
13300 </cell>
13301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13302 \begin_inset Text
13303
13304 \begin_layout Plain Layout
13305 86
13306 \end_layout
13307
13308 \end_inset
13309 </cell>
13310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13311 \begin_inset Text
13312
13313 \begin_layout Plain Layout
13314 374
13315 \end_layout
13316
13317 \end_inset
13318 </cell>
13319 </row>
13320 </lyxtabular>
13321
13322 \end_inset
13323
13324
13325 \begin_inset VSpace medskip
13326 \end_inset
13327
13328
13329 \end_layout
13330
13331 \begin_layout Standard
13332 \begin_inset Newpage newpage
13333 \end_inset
13334
13335
13336 \end_layout
13337
13338 \begin_layout Standard
13339 Das 3-Argument Schema ist z.
13340 \begin_inset space \thinspace{}
13341 \end_inset
13342
13343 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13344 \begin_inset Separator parbreak
13345 \end_inset
13346
13347
13348 \end_layout
13349
13350 \begin_layout Standard
13351 \noindent
13352 \align center
13353 \begin_inset Tabular
13354 <lyxtabular version="3" rows="4" columns="4">
13355 <features tabularvalignment="middle">
13356 <column alignment="center" valignment="top" width="0pt">
13357 <column alignment="center" valignment="top">
13358 <column alignment="center" valignment="top">
13359 <column alignment="center" valignment="top">
13360 <row>
13361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13362 \begin_inset Text
13363
13364 \begin_layout Plain Layout
13365 \begin_inset ERT
13366 status collapsed
13367
13368 \begin_layout Plain Layout
13369
13370
13371 \backslash
13372 diagbox{
13373 \end_layout
13374
13375 \end_inset
13376
13377 Heim
13378 \begin_inset ERT
13379 status collapsed
13380
13381 \begin_layout Plain Layout
13382
13383 }{
13384 \end_layout
13385
13386 \end_inset
13387
13388 Ergebnis
13389 \begin_inset ERT
13390 status collapsed
13391
13392 \begin_layout Plain Layout
13393
13394 }{
13395 \end_layout
13396
13397 \end_inset
13398
13399 Auswärts
13400 \begin_inset ERT
13401 status collapsed
13402
13403 \begin_layout Plain Layout
13404
13405 }
13406 \end_layout
13407
13408 \end_inset
13409
13410
13411 \end_layout
13412
13413 \end_inset
13414 </cell>
13415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Plain Layout
13419 Tiger
13420 \end_layout
13421
13422 \end_inset
13423 </cell>
13424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13425 \begin_inset Text
13426
13427 \begin_layout Plain Layout
13428 Panther
13429 \end_layout
13430
13431 \end_inset
13432 </cell>
13433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13434 \begin_inset Text
13435
13436 \begin_layout Plain Layout
13437 Falken
13438 \end_layout
13439
13440 \end_inset
13441 </cell>
13442 </row>
13443 <row>
13444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13445 \begin_inset Text
13446
13447 \begin_layout Plain Layout
13448 Tiger
13449 \end_layout
13450
13451 \end_inset
13452 </cell>
13453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13454 \begin_inset Text
13455
13456 \begin_layout Plain Layout
13457
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13463 \begin_inset Text
13464
13465 \begin_layout Plain Layout
13466 1:3
13467 \end_layout
13468
13469 \end_inset
13470 </cell>
13471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13472 \begin_inset Text
13473
13474 \begin_layout Plain Layout
13475 0:1
13476 \end_layout
13477
13478 \end_inset
13479 </cell>
13480 </row>
13481 <row>
13482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13483 \begin_inset Text
13484
13485 \begin_layout Plain Layout
13486 Panther
13487 \end_layout
13488
13489 \end_inset
13490 </cell>
13491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495 3:1
13496 \end_layout
13497
13498 \end_inset
13499 </cell>
13500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13501 \begin_inset Text
13502
13503 \begin_layout Plain Layout
13504
13505 \end_layout
13506
13507 \end_inset
13508 </cell>
13509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13510 \begin_inset Text
13511
13512 \begin_layout Plain Layout
13513 0:0
13514 \end_layout
13515
13516 \end_inset
13517 </cell>
13518 </row>
13519 <row>
13520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13521 \begin_inset Text
13522
13523 \begin_layout Plain Layout
13524 Falken
13525 \end_layout
13526
13527 \end_inset
13528 </cell>
13529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13530 \begin_inset Text
13531
13532 \begin_layout Plain Layout
13533 1:0
13534 \end_layout
13535
13536 \end_inset
13537 </cell>
13538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13539 \begin_inset Text
13540
13541 \begin_layout Plain Layout
13542 0:0
13543 \end_layout
13544
13545 \end_inset
13546 </cell>
13547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551
13552 \end_layout
13553
13554 \end_inset
13555 </cell>
13556 </row>
13557 </lyxtabular>
13558
13559 \end_inset
13560
13561
13562 \end_layout
13563
13564 \begin_layout Standard
13565 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13566  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13567 \begin_inset Separator parbreak
13568 \end_inset
13569
13570
13571 \end_layout
13572
13573 \begin_layout Standard
13574 \noindent
13575 \align center
13576 \begin_inset Tabular
13577 <lyxtabular version="3" rows="5" columns="5">
13578 <features tabularvalignment="middle">
13579 <column alignment="center" valignment="top" width="0pt">
13580 <column alignment="center" valignment="top">
13581 <column alignment="center" valignment="top">
13582 <column alignment="center" valignment="top">
13583 <column alignment="center" valignment="top">
13584 <row>
13585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13586 \begin_inset Text
13587
13588 \begin_layout Plain Layout
13589 \begin_inset ERT
13590 status open
13591
13592 \begin_layout Plain Layout
13593
13594
13595 \backslash
13596 diagbox{
13597 \end_layout
13598
13599 \end_inset
13600
13601 Heim
13602 \begin_inset ERT
13603 status collapsed
13604
13605 \begin_layout Plain Layout
13606
13607 }{
13608 \end_layout
13609
13610 \end_inset
13611
13612 Ergebnis
13613 \begin_inset ERT
13614 status collapsed
13615
13616 \begin_layout Plain Layout
13617
13618 }{
13619 \end_layout
13620
13621 \end_inset
13622
13623 Auswärts
13624 \begin_inset ERT
13625 status collapsed
13626
13627 \begin_layout Plain Layout
13628
13629 }
13630 \end_layout
13631
13632 \end_inset
13633
13634
13635 \end_layout
13636
13637 \end_inset
13638 </cell>
13639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13640 \begin_inset Text
13641
13642 \begin_layout Plain Layout
13643 Tiger
13644 \end_layout
13645
13646 \end_inset
13647 </cell>
13648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13649 \begin_inset Text
13650
13651 \begin_layout Plain Layout
13652 Panther
13653 \end_layout
13654
13655 \end_inset
13656 </cell>
13657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13658 \begin_inset Text
13659
13660 \begin_layout Plain Layout
13661 Falken
13662 \end_layout
13663
13664 \end_inset
13665 </cell>
13666 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13667 \begin_inset Text
13668
13669 \begin_layout Plain Layout
13670 \begin_inset ERT
13671 status open
13672
13673 \begin_layout Plain Layout
13674
13675
13676 \backslash
13677 diagbox[dir=NE]{
13678 \end_layout
13679
13680 \end_inset
13681
13682 Heim
13683 \begin_inset ERT
13684 status collapsed
13685
13686 \begin_layout Plain Layout
13687
13688 }{
13689 \end_layout
13690
13691 \end_inset
13692
13693 Ergebnis
13694 \begin_inset ERT
13695 status collapsed
13696
13697 \begin_layout Plain Layout
13698
13699 }{
13700 \end_layout
13701
13702 \end_inset
13703
13704 Auswärts
13705 \begin_inset ERT
13706 status collapsed
13707
13708 \begin_layout Plain Layout
13709
13710 }
13711 \end_layout
13712
13713 \end_inset
13714
13715
13716 \end_layout
13717
13718 \end_inset
13719 </cell>
13720 </row>
13721 <row>
13722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Plain Layout
13726 Tiger
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13732 \begin_inset Text
13733
13734 \begin_layout Plain Layout
13735
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13741 \begin_inset Text
13742
13743 \begin_layout Plain Layout
13744 1:3
13745 \end_layout
13746
13747 \end_inset
13748 </cell>
13749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13750 \begin_inset Text
13751
13752 \begin_layout Plain Layout
13753 0:1
13754 \end_layout
13755
13756 \end_inset
13757 </cell>
13758 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13759 \begin_inset Text
13760
13761 \begin_layout Plain Layout
13762 Tiger
13763 \end_layout
13764
13765 \end_inset
13766 </cell>
13767 </row>
13768 <row>
13769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773 Panther
13774 \end_layout
13775
13776 \end_inset
13777 </cell>
13778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13779 \begin_inset Text
13780
13781 \begin_layout Plain Layout
13782 3:1
13783 \end_layout
13784
13785 \end_inset
13786 </cell>
13787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13788 \begin_inset Text
13789
13790 \begin_layout Plain Layout
13791
13792 \end_layout
13793
13794 \end_inset
13795 </cell>
13796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13797 \begin_inset Text
13798
13799 \begin_layout Plain Layout
13800 0:0
13801 \end_layout
13802
13803 \end_inset
13804 </cell>
13805 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13806 \begin_inset Text
13807
13808 \begin_layout Plain Layout
13809 Panther
13810 \end_layout
13811
13812 \end_inset
13813 </cell>
13814 </row>
13815 <row>
13816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820 Falken
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13826 \begin_inset Text
13827
13828 \begin_layout Plain Layout
13829 1:0
13830 \end_layout
13831
13832 \end_inset
13833 </cell>
13834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13835 \begin_inset Text
13836
13837 \begin_layout Plain Layout
13838 0:0
13839 \end_layout
13840
13841 \end_inset
13842 </cell>
13843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13844 \begin_inset Text
13845
13846 \begin_layout Plain Layout
13847
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856 Falken
13857 \end_layout
13858
13859 \end_inset
13860 </cell>
13861 </row>
13862 <row>
13863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Plain Layout
13867 \begin_inset ERT
13868 status open
13869
13870 \begin_layout Plain Layout
13871
13872
13873 \backslash
13874 diagbox[dir=SW]{
13875 \end_layout
13876
13877 \end_inset
13878
13879 Heim
13880 \begin_inset ERT
13881 status collapsed
13882
13883 \begin_layout Plain Layout
13884
13885 }{
13886 \end_layout
13887
13888 \end_inset
13889
13890 Ergebnis
13891 \begin_inset ERT
13892 status collapsed
13893
13894 \begin_layout Plain Layout
13895
13896 }{
13897 \end_layout
13898
13899 \end_inset
13900
13901 Auswärts
13902 \begin_inset ERT
13903 status collapsed
13904
13905 \begin_layout Plain Layout
13906
13907 }
13908 \end_layout
13909
13910 \end_inset
13911
13912
13913 \end_layout
13914
13915 \end_inset
13916 </cell>
13917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13918 \begin_inset Text
13919
13920 \begin_layout Plain Layout
13921 Tiger
13922 \end_layout
13923
13924 \end_inset
13925 </cell>
13926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13927 \begin_inset Text
13928
13929 \begin_layout Plain Layout
13930 Panther
13931 \end_layout
13932
13933 \end_inset
13934 </cell>
13935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13936 \begin_inset Text
13937
13938 \begin_layout Plain Layout
13939 Falken
13940 \end_layout
13941
13942 \end_inset
13943 </cell>
13944 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13945 \begin_inset Text
13946
13947 \begin_layout Plain Layout
13948 \begin_inset ERT
13949 status open
13950
13951 \begin_layout Plain Layout
13952
13953
13954 \backslash
13955 diagbox[dir=SE]{
13956 \end_layout
13957
13958 \end_inset
13959
13960 Heim
13961 \begin_inset ERT
13962 status collapsed
13963
13964 \begin_layout Plain Layout
13965
13966 }{
13967 \end_layout
13968
13969 \end_inset
13970
13971 Ergebnis
13972 \begin_inset ERT
13973 status collapsed
13974
13975 \begin_layout Plain Layout
13976
13977 }{
13978 \end_layout
13979
13980 \end_inset
13981
13982 Auswärts
13983 \begin_inset ERT
13984 status collapsed
13985
13986 \begin_layout Plain Layout
13987
13988 }
13989 \end_layout
13990
13991 \end_inset
13992
13993
13994 \end_layout
13995
13996 \end_inset
13997 </cell>
13998 </row>
13999 </lyxtabular>
14000
14001 \end_inset
14002
14003
14004 \end_layout
14005
14006 \begin_layout Standard
14007 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
14008 \series bold
14009 dir=Richtung
14010 \series default
14011  verwendet.
14012  
14013 \emph on
14014 Richtung
14015 \emph default
14016  ist entweder 
14017 \series bold
14018 NE
14019 \series default
14020
14021 \series bold
14022 DE
14023 \series default
14024
14025 \series bold
14026 SW
14027 \series default
14028  oder 
14029 \series bold
14030 NW
14031 \series default
14032  und stellt eine Himmelsrichtung dar.
14033  
14034 \series bold
14035 SW
14036 \series default
14037  ist z.
14038 \begin_inset space \thinspace{}
14039 \end_inset
14040
14041 B.
14042  die Südwestecke.
14043  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
14044 \end_layout
14045
14046 \begin_layout Standard
14047
14048 \series bold
14049
14050 \backslash
14051 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
14052 \end_layout
14053
14054 \begin_layout Standard
14055 verwendet.
14056  Wenn keine Richtung angegeben ist, wird NW verwendet.
14057 \end_layout
14058
14059 \begin_layout Standard
14060 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
14061  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
14062 e ist, ragt der Inhalt über die Zelle hinaus:
14063 \begin_inset Separator parbreak
14064 \end_inset
14065
14066
14067 \end_layout
14068
14069 \begin_layout Standard
14070 \noindent
14071 \align center
14072 \begin_inset Tabular
14073 <lyxtabular version="3" rows="2" columns="2">
14074 <features tabularvalignment="middle">
14075 <column alignment="center" valignment="top" width="3cm">
14076 <column alignment="center" valignment="top">
14077 <row>
14078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14079 \begin_inset Text
14080
14081 \begin_layout Plain Layout
14082 \begin_inset ERT
14083 status collapsed
14084
14085 \begin_layout Plain Layout
14086
14087
14088 \backslash
14089 diagbox{
14090 \end_layout
14091
14092 \end_inset
14093
14094 Name
14095 \begin_inset ERT
14096 status collapsed
14097
14098 \begin_layout Plain Layout
14099
14100 }{
14101 \end_layout
14102
14103 \end_inset
14104
14105 Parameter
14106 \begin_inset ERT
14107 status collapsed
14108
14109 \begin_layout Plain Layout
14110
14111 }
14112 \end_layout
14113
14114 \end_inset
14115
14116
14117 \end_layout
14118
14119 \end_inset
14120 </cell>
14121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14122 \begin_inset Text
14123
14124 \begin_layout Plain Layout
14125 Dicke in nm
14126 \end_layout
14127
14128 \end_inset
14129 </cell>
14130 </row>
14131 <row>
14132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14133 \begin_inset Text
14134
14135 \begin_layout Plain Layout
14136 Perfekt Grün
14137 \end_layout
14138
14139 \end_inset
14140 </cell>
14141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14142 \begin_inset Text
14143
14144 \begin_layout Plain Layout
14145 45
14146 \end_layout
14147
14148 \end_inset
14149 </cell>
14150 </row>
14151 </lyxtabular>
14152
14153 \end_inset
14154
14155
14156 \end_layout
14157
14158 \begin_layout Standard
14159 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14160  verwendet man die Befehlsoption 
14161 \series bold
14162 width=3cm
14163 \series default
14164  (ersetzen Sie '3cm' durch die benötigte Breite).
14165  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14166 \begin_inset space \thinspace{}
14167 \end_inset
14168
14169 cm gesetzt.
14170  Für 
14171 \series bold
14172
14173 \backslash
14174 diagbox
14175 \series default
14176  wird eine Breite von 4
14177 \begin_inset space \thinspace{}
14178 \end_inset
14179
14180 cm + 2
14181 \begin_inset space \thinspace{}
14182 \end_inset
14183
14184
14185 \backslash
14186 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14187  diesem Fall 4
14188 \begin_inset space \thinspace{}
14189 \end_inset
14190
14191 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14192  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14193 \series bold
14194
14195 \backslash
14196 diagbox
14197 \series default
14198  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14199  später verwenden kann.
14200  Dies wird mit den \SpecialChar TeX
14201 -Code Befehlen
14202 \end_layout
14203
14204 \begin_layout Standard
14205
14206 \series bold
14207
14208 \backslash
14209 newlength{
14210 \backslash
14211 diagtest}
14212 \begin_inset Newline newline
14213 \end_inset
14214
14215
14216 \backslash
14217 setlength{
14218 \backslash
14219 diagtest}{4cm+2
14220 \backslash
14221 tabcolsep}
14222 \end_layout
14223
14224 \begin_layout Standard
14225 erreicht.
14226 \end_layout
14227
14228 \begin_layout Standard
14229 \begin_inset ERT
14230 status collapsed
14231
14232 \begin_layout Plain Layout
14233
14234
14235 \backslash
14236 newlength{
14237 \backslash
14238 diagtest}
14239 \end_layout
14240
14241 \begin_layout Plain Layout
14242
14243
14244 \backslash
14245 setlength{
14246 \backslash
14247 diagtest}{4cm+2
14248 \backslash
14249 tabcolsep}
14250 \end_layout
14251
14252 \end_inset
14253
14254
14255 \end_layout
14256
14257 \begin_layout Standard
14258 Um Berechnungen in \SpecialChar LaTeX
14259  zu aktivieren, muss das Paket 
14260 \series bold
14261 calc
14262 \series default
14263
14264 \begin_inset Index idx
14265 status collapsed
14266
14267 \begin_layout Plain Layout
14268 \SpecialChar LaTeX
14269 -Pakete ! calc
14270 \end_layout
14271
14272 \end_inset
14273
14274  im \SpecialChar LaTeX
14275 -Vorspann geladen werden.
14276 \end_layout
14277
14278 \begin_layout Standard
14279 In der Tabelle kann man nun den Befehl
14280 \end_layout
14281
14282 \begin_layout Standard
14283
14284 \series bold
14285
14286 \backslash
14287 diagbox[width=
14288 \backslash
14289 diagtest]{A}{B}
14290 \end_layout
14291
14292 \begin_layout Standard
14293 in der ersten Zelle verwenden:
14294 \begin_inset Separator parbreak
14295 \end_inset
14296
14297
14298 \end_layout
14299
14300 \begin_layout Standard
14301 \noindent
14302 \align center
14303 \begin_inset Tabular
14304 <lyxtabular version="3" rows="2" columns="2">
14305 <features tabularvalignment="middle">
14306 <column alignment="center" valignment="top" width="4cm">
14307 <column alignment="center" valignment="top">
14308 <row>
14309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14310 \begin_inset Text
14311
14312 \begin_layout Plain Layout
14313 \begin_inset ERT
14314 status open
14315
14316 \begin_layout Plain Layout
14317
14318
14319 \backslash
14320 diagbox[width=
14321 \backslash
14322 diagtest]{
14323 \end_layout
14324
14325 \end_inset
14326
14327 A
14328 \begin_inset ERT
14329 status collapsed
14330
14331 \begin_layout Plain Layout
14332
14333 }{
14334 \end_layout
14335
14336 \end_inset
14337
14338 B
14339 \begin_inset ERT
14340 status collapsed
14341
14342 \begin_layout Plain Layout
14343
14344 }
14345 \end_layout
14346
14347 \end_inset
14348
14349
14350 \end_layout
14351
14352 \end_inset
14353 </cell>
14354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14355 \begin_inset Text
14356
14357 \begin_layout Plain Layout
14358 Dicke in nm
14359 \end_layout
14360
14361 \end_inset
14362 </cell>
14363 </row>
14364 <row>
14365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14366 \begin_inset Text
14367
14368 \begin_layout Plain Layout
14369 Perfekt Grün
14370 \end_layout
14371
14372 \end_inset
14373 </cell>
14374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14375 \begin_inset Text
14376
14377 \begin_layout Plain Layout
14378 45
14379 \end_layout
14380
14381 \end_inset
14382 </cell>
14383 </row>
14384 </lyxtabular>
14385
14386 \end_inset
14387
14388
14389 \end_layout
14390
14391 \begin_layout Standard
14392 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14393  muss.
14394  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14395  wie in in dieser Tabelle:
14396 \begin_inset Separator parbreak
14397 \end_inset
14398
14399
14400 \end_layout
14401
14402 \begin_layout Standard
14403 \noindent
14404 \align center
14405 \begin_inset Tabular
14406 <lyxtabular version="3" rows="2" columns="2">
14407 <features tabularvalignment="middle">
14408 <column alignment="center" valignment="top" width="0pt">
14409 <column alignment="center" valignment="top">
14410 <row>
14411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415 \begin_inset ERT
14416 status collapsed
14417
14418 \begin_layout Plain Layout
14419
14420
14421 \backslash
14422 diagbox{
14423 \end_layout
14424
14425 \end_inset
14426
14427 A
14428 \begin_inset ERT
14429 status collapsed
14430
14431 \begin_layout Plain Layout
14432
14433 }{
14434 \end_layout
14435
14436 \end_inset
14437
14438 B
14439 \begin_inset ERT
14440 status collapsed
14441
14442 \begin_layout Plain Layout
14443
14444 }
14445 \end_layout
14446
14447 \end_inset
14448
14449
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14455 \begin_inset Text
14456
14457 \begin_layout Plain Layout
14458 Dicke in nm
14459 \end_layout
14460
14461 \end_inset
14462 </cell>
14463 </row>
14464 <row>
14465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14466 \begin_inset Text
14467
14468 \begin_layout Plain Layout
14469 Perfekt Grün
14470 \end_layout
14471
14472 \end_inset
14473 </cell>
14474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14475 \begin_inset Text
14476
14477 \begin_layout Plain Layout
14478 45
14479 \end_layout
14480
14481 \end_inset
14482 </cell>
14483 </row>
14484 </lyxtabular>
14485
14486 \end_inset
14487
14488
14489 \end_layout
14490
14491 \begin_layout Standard
14492 Verwenden Sie in diesem Fall die Option 
14493 \series bold
14494 width
14495 \series default
14496  des Befehls 
14497 \series bold
14498
14499 \backslash
14500 diagbox
14501 \series default
14502 .
14503  Es ist dabei nicht notwendig, 2
14504 \backslash
14505 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14506  ist.
14507  In dieser Tabelle wird eine Breite von 3
14508 \begin_inset space \thinspace{}
14509 \end_inset
14510
14511 cm verwendet:
14512 \begin_inset Separator parbreak
14513 \end_inset
14514
14515
14516 \end_layout
14517
14518 \begin_layout Standard
14519 \noindent
14520 \align center
14521 \begin_inset Tabular
14522 <lyxtabular version="3" rows="2" columns="2">
14523 <features tabularvalignment="middle">
14524 <column alignment="center" valignment="top" width="0pt">
14525 <column alignment="center" valignment="top">
14526 <row>
14527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14528 \begin_inset Text
14529
14530 \begin_layout Plain Layout
14531 \begin_inset ERT
14532 status open
14533
14534 \begin_layout Plain Layout
14535
14536
14537 \backslash
14538 diagbox[width=3cm]{
14539 \end_layout
14540
14541 \end_inset
14542
14543 A
14544 \begin_inset ERT
14545 status collapsed
14546
14547 \begin_layout Plain Layout
14548
14549 }{
14550 \end_layout
14551
14552 \end_inset
14553
14554 B
14555 \begin_inset ERT
14556 status collapsed
14557
14558 \begin_layout Plain Layout
14559
14560 }
14561 \end_layout
14562
14563 \end_inset
14564
14565
14566 \end_layout
14567
14568 \end_inset
14569 </cell>
14570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14571 \begin_inset Text
14572
14573 \begin_layout Plain Layout
14574 Dicke in nm
14575 \end_layout
14576
14577 \end_inset
14578 </cell>
14579 </row>
14580 <row>
14581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14582 \begin_inset Text
14583
14584 \begin_layout Plain Layout
14585 Perfekt Grün
14586 \end_layout
14587
14588 \end_inset
14589 </cell>
14590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14591 \begin_inset Text
14592
14593 \begin_layout Plain Layout
14594 45
14595 \end_layout
14596
14597 \end_inset
14598 </cell>
14599 </row>
14600 </lyxtabular>
14601
14602 \end_inset
14603
14604
14605 \end_layout
14606
14607 \begin_layout Standard
14608 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14609  Text in der Zelle unterzubringen.
14610  Dies wird mit der 
14611 \series bold
14612
14613 \backslash
14614 diagbox
14615 \series default
14616 -Option 
14617 \series bold
14618 height=3cm
14619 \series default
14620  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14621  In der folgenden Tabelle wird der Befehl
14622 \end_layout
14623
14624 \begin_layout Standard
14625
14626 \series bold
14627
14628 \backslash
14629 diagbox[width=3cm,height=1.4cm]{A
14630 \backslash
14631
14632 \backslash
14633 B}{C
14634 \backslash
14635
14636 \backslash
14637 D}
14638 \end_layout
14639
14640 \begin_layout Standard
14641 in der ersten Zelle verwendet.
14642  Der Befehl 
14643 \series bold
14644
14645 \backslash
14646
14647 \backslash
14648
14649 \series default
14650  erzeugt hierbei den Zeilenumbruch.
14651 \begin_inset Foot
14652 status collapsed
14653
14654 \begin_layout Plain Layout
14655 Zeilen mit 
14656 \family sans
14657 Strg+Enter
14658 \family default
14659  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14660 \end_layout
14661
14662 \end_inset
14663
14664
14665 \begin_inset Separator parbreak
14666 \end_inset
14667
14668
14669 \end_layout
14670
14671 \begin_layout Standard
14672 \noindent
14673 \align center
14674 \begin_inset Tabular
14675 <lyxtabular version="3" rows="2" columns="2">
14676 <features tabularvalignment="middle">
14677 <column alignment="center" valignment="top">
14678 <column alignment="center" valignment="top">
14679 <row>
14680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14681 \begin_inset Text
14682
14683 \begin_layout Plain Layout
14684 \begin_inset ERT
14685 status open
14686
14687 \begin_layout Plain Layout
14688
14689
14690 \backslash
14691 diagbox[width=3cm,height=1.4cm]{
14692 \end_layout
14693
14694 \end_inset
14695
14696 A
14697 \begin_inset ERT
14698 status collapsed
14699
14700 \begin_layout Plain Layout
14701
14702
14703 \backslash
14704
14705 \backslash
14706
14707 \end_layout
14708
14709 \end_inset
14710
14711 B
14712 \begin_inset ERT
14713 status collapsed
14714
14715 \begin_layout Plain Layout
14716
14717 }{
14718 \end_layout
14719
14720 \end_inset
14721
14722 C
14723 \begin_inset ERT
14724 status collapsed
14725
14726 \begin_layout Plain Layout
14727
14728
14729 \backslash
14730
14731 \backslash
14732
14733 \end_layout
14734
14735 \end_inset
14736
14737 D
14738 \begin_inset ERT
14739 status collapsed
14740
14741 \begin_layout Plain Layout
14742
14743 }
14744 \end_layout
14745
14746 \end_inset
14747
14748
14749 \end_layout
14750
14751 \end_inset
14752 </cell>
14753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14754 \begin_inset Text
14755
14756 \begin_layout Plain Layout
14757 Dicke in nm
14758 \end_layout
14759
14760 \end_inset
14761 </cell>
14762 </row>
14763 <row>
14764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14765 \begin_inset Text
14766
14767 \begin_layout Plain Layout
14768 Perfekt Grün
14769 \end_layout
14770
14771 \end_inset
14772 </cell>
14773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14774 \begin_inset Text
14775
14776 \begin_layout Plain Layout
14777 45
14778 \end_layout
14779
14780 \end_inset
14781 </cell>
14782 </row>
14783 </lyxtabular>
14784
14785 \end_inset
14786
14787
14788 \end_layout
14789
14790 \begin_layout Standard
14791 \begin_inset ERT
14792 status collapsed
14793
14794 \begin_layout Plain Layout
14795
14796
14797 \backslash
14798 else
14799 \end_layout
14800
14801 \end_inset
14802
14803
14804 \begin_inset Note Note
14805 status open
14806
14807 \begin_layout Plain Layout
14808 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
14809 -Paket 
14810 \series bold
14811 diagbox
14812 \series default
14813  nicht installiert ist:
14814 \end_layout
14815
14816 \end_inset
14817
14818
14819 \end_layout
14820
14821 \begin_layout Standard
14822 Sie müssen das \SpecialChar LaTeX
14823 -Paket 
14824 \series bold
14825 diagbox
14826 \series default
14827  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14828 \end_layout
14829
14830 \begin_layout Standard
14831 \begin_inset ERT
14832 status collapsed
14833
14834 \begin_layout Plain Layout
14835
14836
14837 \backslash
14838 fi
14839 \end_layout
14840
14841 \end_inset
14842
14843
14844 \end_layout
14845
14846 \begin_layout Standard
14847 Für mehr Informationen über das \SpecialChar LaTeX
14848 -Paket 
14849 \series bold
14850 diagbox
14851 \series default
14852 , siehe dessen Dokumentation, 
14853 \begin_inset CommandInset citation
14854 LatexCommand cite
14855 key "diagbox"
14856
14857 \end_inset
14858
14859 .
14860 \end_layout
14861
14862 \begin_layout Section
14863 Formale Tabellen
14864 \begin_inset CommandInset label
14865 LatexCommand label
14866 name "abs:Formale-Tabellen"
14867
14868 \end_inset
14869
14870
14871 \begin_inset Index idx
14872 status collapsed
14873
14874 \begin_layout Plain Layout
14875 Tabellen ! Formale
14876 \end_layout
14877
14878 \end_inset
14879
14880
14881 \end_layout
14882
14883 \begin_layout Standard
14884 Tabellen werden in Büchern oft wie Tabelle
14885 \begin_inset space ~
14886 \end_inset
14887
14888
14889 \begin_inset CommandInset ref
14890 LatexCommand ref
14891 reference "tab:Formale-Tabelle"
14892
14893 \end_inset
14894
14895  gesetzt.
14896  Diese Tabellen werden
14897 \emph on
14898  formal
14899 \emph default
14900  genannt.
14901  Formale Tabellen bekommen Sie, wenn Sie im 
14902 \family sans
14903 Tabellen-Einstellungen
14904 \family default
14905 -Dialog auf der Karteikarte 
14906 \family sans
14907 Rahmen
14908 \family default
14909  den 
14910 \family sans
14911 Stil
14912 \family default
14913  
14914 \family sans
14915 Formal
14916 \family default
14917  ankreuzen.
14918 \end_layout
14919
14920 \begin_layout Standard
14921 \begin_inset Float table
14922 placement h
14923 wide false
14924 sideways false
14925 status open
14926
14927 \begin_layout Plain Layout
14928 \begin_inset Caption Standard
14929
14930 \begin_layout Plain Layout
14931 \begin_inset CommandInset label
14932 LatexCommand label
14933 name "tab:Formale-Tabelle"
14934
14935 \end_inset
14936
14937 Formale Tabelle
14938 \end_layout
14939
14940 \end_inset
14941
14942
14943 \end_layout
14944
14945 \begin_layout Plain Layout
14946 \align center
14947 \begin_inset Tabular
14948 <lyxtabular version="3" rows="8" columns="4">
14949 <features booktabs="true" tabularvalignment="middle">
14950 <column alignment="center" valignment="top">
14951 <column alignment="right" valignment="top">
14952 <column alignment="right" valignment="top">
14953 <column alignment="right" valignment="top">
14954 <row>
14955 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14956 \begin_inset Text
14957
14958 \begin_layout Plain Layout
14959 System
14960 \end_layout
14961
14962 \end_inset
14963 </cell>
14964 <cell alignment="center" valignment="top" topline="true" usebox="none">
14965 \begin_inset Text
14966
14967 \begin_layout Plain Layout
14968 Chip
14969 \begin_inset space \thinspace{}
14970 \end_inset
14971
14972 1
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981 Chip
14982 \begin_inset space \thinspace{}
14983 \end_inset
14984
14985 2
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 </row>
15000 <row>
15001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005 \begin_inset ERT
15006 status collapsed
15007
15008 \begin_layout Plain Layout
15009
15010
15011 \backslash
15012 cmidrule(r){2-2}
15013 \end_layout
15014
15015 \end_inset
15016
15017
15018 \begin_inset ERT
15019 status collapsed
15020
15021 \begin_layout Plain Layout
15022
15023
15024 \backslash
15025 cmidrule(l){3-4}
15026 \end_layout
15027
15028 \end_inset
15029
15030 Detektordicke in µm
15031 \end_layout
15032
15033 \end_inset
15034 </cell>
15035 <cell alignment="center" valignment="top" usebox="none">
15036 \begin_inset Text
15037
15038 \begin_layout Plain Layout
15039 300
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 <cell alignment="center" valignment="top" usebox="none">
15045 \begin_inset Text
15046
15047 \begin_layout Plain Layout
15048 300
15049 \end_layout
15050
15051 \end_inset
15052 </cell>
15053 <cell alignment="center" valignment="top" usebox="none">
15054 \begin_inset Text
15055
15056 \begin_layout Plain Layout
15057 700
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 </row>
15063 <row>
15064 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Plain Layout
15068 Kantenwinkel in °
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 <cell alignment="center" valignment="top" topline="true" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Plain Layout
15077 3.55
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 <cell alignment="center" valignment="top" topline="true" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086 2.71
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 <cell alignment="center" valignment="top" topline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095 7.99
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 </row>
15101 <row topspace="default">
15102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Plain Layout
15106 räumliche Auf\SpecialChar ligaturebreak
15107 lösung in µm
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 <cell alignment="center" valignment="top" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116 4.26
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 <cell alignment="center" valignment="top" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125 10.17
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 <cell alignment="center" valignment="top" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134 10.56
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 </row>
15140 <row topspace="default">
15141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145 MTF bei 
15146 \begin_inset Formula $f_{\mathrm{max}}$
15147 \end_inset
15148
15149
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell alignment="center" valignment="top" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158 0.53
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 <cell alignment="center" valignment="top" usebox="none">
15164 \begin_inset Text
15165
15166 \begin_layout Plain Layout
15167 0.37
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 <cell alignment="center" valignment="top" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Plain Layout
15176 0.39
15177 \end_layout
15178
15179 \end_inset
15180 </cell>
15181 </row>
15182 <row topspace="default">
15183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Plain Layout
15187 \begin_inset ERT
15188 status collapsed
15189
15190 \begin_layout Plain Layout
15191
15192
15193 \backslash
15194 cmidrule[2pt](l{10pt}){1-1}
15195 \end_layout
15196
15197 \end_inset
15198
15199 LSF räumliche Auf\SpecialChar ligaturebreak
15200 lösung
15201 \end_layout
15202
15203 \end_inset
15204 </cell>
15205 <cell alignment="center" valignment="top" usebox="none">
15206 \begin_inset Text
15207
15208 \begin_layout Plain Layout
15209
15210 \end_layout
15211
15212 \end_inset
15213 </cell>
15214 <cell alignment="center" valignment="top" usebox="none">
15215 \begin_inset Text
15216
15217 \begin_layout Plain Layout
15218
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 <cell alignment="center" valignment="top" usebox="none">
15224 \begin_inset Text
15225
15226 \begin_layout Plain Layout
15227
15228 \end_layout
15229
15230 \end_inset
15231 </cell>
15232 </row>
15233 <row>
15234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15235 \begin_inset Text
15236
15237 \begin_layout Plain Layout
15238 in µm
15239 \end_layout
15240
15241 \end_inset
15242 </cell>
15243 <cell alignment="center" valignment="top" usebox="none">
15244 \begin_inset Text
15245
15246 \begin_layout Plain Layout
15247 129.7
15248 \end_layout
15249
15250 \end_inset
15251 </cell>
15252 <cell alignment="center" valignment="top" usebox="none">
15253 \begin_inset Text
15254
15255 \begin_layout Plain Layout
15256 52.75
15257 \end_layout
15258
15259 \end_inset
15260 </cell>
15261 <cell alignment="center" valignment="top" usebox="none">
15262 \begin_inset Text
15263
15264 \begin_layout Plain Layout
15265 50.78
15266 \end_layout
15267
15268 \end_inset
15269 </cell>
15270 </row>
15271 <row>
15272 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Plain Layout
15276 in % der Pixelgröße
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Plain Layout
15285 76.3
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15291 \begin_inset Text
15292
15293 \begin_layout Plain Layout
15294 95.9
15295 \end_layout
15296
15297 \end_inset
15298 </cell>
15299 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15300 \begin_inset Text
15301
15302 \begin_layout Plain Layout
15303 92.3
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 </row>
15309 </lyxtabular>
15310
15311 \end_inset
15312
15313
15314 \end_layout
15315
15316 \end_inset
15317
15318
15319 \end_layout
15320
15321 \begin_layout Standard
15322 Abstände zu Tabellenzeilen können auf der Karteikarte 
15323 \family sans
15324 Rahmen
15325 \family default
15326  des 
15327 \family sans
15328 Tabellen-Ein\SpecialChar softhyphen
15329 stel\SpecialChar softhyphen
15330 lun\SpecialChar softhyphen
15331 gen
15332 \family default
15333 -Dialogs hinzugefügt werden, wie in Abschnitt
15334 \begin_inset space ~
15335 \end_inset
15336
15337
15338 \begin_inset CommandInset ref
15339 LatexCommand ref
15340 reference "uab:Zeilenabstand"
15341
15342 \end_inset
15343
15344  beschrieben.
15345 \end_layout
15346
15347 \begin_layout Standard
15348 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15349  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15350  gedruckt aber anders aus.
15351  Die erste und letzte Linie ist 0.08
15352 \begin_inset space \thinspace{}
15353 \end_inset
15354
15355 em dick, während die anderen 0.05
15356 \begin_inset space \thinspace{}
15357 \end_inset
15358
15359 em dick sind.
15360 \end_layout
15361
15362 \begin_layout Standard
15363 Die Standarddicken können im \SpecialChar LaTeX
15364 -Vorspann geändert werden:
15365 \end_layout
15366
15367 \begin_layout Standard
15368
15369 \series bold
15370
15371 \backslash
15372 let
15373 \backslash
15374 mytoprule
15375 \backslash
15376 toprule
15377 \begin_inset Newline newline
15378 \end_inset
15379
15380
15381 \backslash
15382 renewcommand{
15383 \backslash
15384 toprule}{
15385 \backslash
15386 mytoprule[Breite]}
15387 \end_layout
15388
15389 \begin_layout Standard
15390 Dies Beispiel gilt für die oberste Linie, genannt 
15391 \series bold
15392 toprule
15393 \series default
15394 .
15395  Für die letzte müssen Sie 
15396 \series bold
15397 toprule
15398 \series default
15399  durch 
15400 \series bold
15401 bottomrule
15402 \series default
15403  ersetzen.
15404  Die Linien dazwischen heißen 
15405 \series bold
15406 midrule
15407 \series default
15408 .
15409  Für 
15410 \family sans
15411 Breite
15412 \family default
15413  können Sie alle Einheiten benutzen, die in Anhang
15414 \begin_inset space ~
15415 \end_inset
15416
15417
15418 \begin_inset CommandInset ref
15419 LatexCommand ref
15420 reference "kap:In-LyX-verfügbare"
15421
15422 \end_inset
15423
15424  aufgelistet sind.
15425 \end_layout
15426
15427 \begin_layout Standard
15428 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
15429  eine Linie unter einer Mehrfachspalte.
15430  \SpecialChar LyX
15431  wird intern den Befehl 
15432 \series bold
15433
15434 \backslash
15435 cmidrule
15436 \series default
15437  benutzen, um diese Linie zu drucken.
15438  Der ganze Befehl sieht so aus:
15439 \end_layout
15440
15441 \begin_layout Standard
15442
15443 \series bold
15444
15445 \backslash
15446 cmidrule[Höhe](trim){Anfangsspalte-Endspalte}
15447 \end_layout
15448
15449 \begin_layout Standard
15450 Die 
15451 \series bold
15452
15453 \backslash
15454 cmidrule
15455 \series default
15456 -Optionen werden (noch) nicht von \SpecialChar LyX
15457  unterstützt, also müssen Sie \SpecialChar TeX
15458 -Code benutzen.
15459  
15460 \series bold
15461
15462 \backslash
15463 cmidrule
15464 \series default
15465  kann man benutzen, indem man den Befehl als \SpecialChar TeX
15466 -Code als erstes in die erste
15467  Zelle einer Zeile einfügt.
15468  Die Linie wird dann über der Zeile gedruckt.
15469 \end_layout
15470
15471 \begin_layout Standard
15472 Der Standardwert der optionalen 
15473 \series bold
15474 Höhe
15475 \series default
15476  ist 0.03
15477 \begin_inset space \thinspace{}
15478 \end_inset
15479
15480 em.
15481  Die Linie reicht von 
15482 \series bold
15483 Anfangsspalte
15484 \series default
15485  bis 
15486 \series bold
15487 Endspalte
15488 \series default
15489 .
15490  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15491  Die 
15492 \series bold
15493 Endspalte
15494 \series default
15495  muss immer angegeben werden, auch wenn die Linie nur über eine Spalte geht.
15496  Der optionale Parameter 
15497 \series bold
15498 trim
15499 \series default
15500  kann die Werte 
15501 \emph on
15502 r
15503 \emph default
15504
15505 \emph on
15506 r{Breite}
15507 \emph default
15508
15509 \emph on
15510 l
15511 \family typewriter
15512 \emph default
15513  
15514 \family default
15515 oder 
15516 \emph on
15517 l{Breite}
15518 \emph default
15519  annehmen, wobei die 
15520 \emph on
15521 Breite
15522 \emph default
15523  optional ist.
15524  
15525 \emph on
15526 l{2pt}
15527 \emph default
15528  zum Beispiel bedeutet, dass die Linie links um 2
15529 \begin_inset space \thinspace{}
15530 \end_inset
15531
15532 pt gekürzt wird.
15533  Ohne Breitenangabe wird die Linie um 0.5
15534 \begin_inset space \thinspace{}
15535 \end_inset
15536
15537 em gekürzt.
15538 \end_layout
15539
15540 \begin_layout Standard
15541 \begin_inset VSpace bigskip
15542 \end_inset
15543
15544 In Tabelle
15545 \begin_inset space ~
15546 \end_inset
15547
15548
15549 \begin_inset CommandInset ref
15550 LatexCommand ref
15551 reference "tab:Formale-Tabelle"
15552
15553 \end_inset
15554
15555  wurden die Befehle
15556 \end_layout
15557
15558 \begin_layout Standard
15559
15560 \series bold
15561
15562 \backslash
15563 cmidrule(r){2-2}
15564 \backslash
15565 cmidrule(l){3-4}
15566 \end_layout
15567
15568 \begin_layout Standard
15569 am Anfang der zweiten Zeile und
15570 \end_layout
15571
15572 \begin_layout Standard
15573
15574 \series bold
15575
15576 \backslash
15577 cmidrule[2pt](l{10pt}){1-1}
15578 \end_layout
15579
15580 \begin_layout Standard
15581 in der sechsten benutzt.
15582 \end_layout
15583
15584 \begin_layout Standard
15585 \begin_inset VSpace bigskip
15586 \end_inset
15587
15588
15589 \end_layout
15590
15591 \begin_layout Standard
15592 Sie können mit 
15593 \series bold
15594
15595 \backslash
15596 cmidrule
15597 \series default
15598  auch überlappende Linien wie in Tabelle
15599 \begin_inset space ~
15600 \end_inset
15601
15602
15603 \begin_inset CommandInset ref
15604 LatexCommand ref
15605 reference "tab:Special-booktabs-table"
15606
15607 \end_inset
15608
15609  definieren.
15610  Der Befehl ist:
15611 \end_layout
15612
15613 \begin_layout Standard
15614
15615 \series bold
15616
15617 \backslash
15618 morecmidrules
15619 \end_layout
15620
15621 \begin_layout Standard
15622 In Zeile zwei der Tabelle
15623 \begin_inset space ~
15624 \end_inset
15625
15626
15627 \begin_inset CommandInset ref
15628 LatexCommand ref
15629 reference "tab:Special-booktabs-table"
15630
15631 \end_inset
15632
15633  wurde folgender Befehl benutzt:
15634 \end_layout
15635
15636 \begin_layout Standard
15637
15638 \series bold
15639
15640 \backslash
15641 cmidrule(r){2-2}
15642 \backslash
15643 cmidrule(l){3-4}
15644 \backslash
15645 morecmidrules
15646 \begin_inset Newline newline
15647 \end_inset
15648
15649
15650 \backslash
15651 cmidrule{2-4}
15652 \end_layout
15653
15654 \begin_layout Standard
15655 und in Zeile sechs:
15656 \end_layout
15657
15658 \begin_layout Standard
15659
15660 \series bold
15661
15662 \backslash
15663 midrule
15664 \backslash
15665 morecmidrules
15666 \backslash
15667 cmidrule{3-4}
15668 \end_layout
15669
15670 \begin_layout Standard
15671 \begin_inset VSpace bigskip
15672 \end_inset
15673
15674
15675 \end_layout
15676
15677 \begin_layout Standard
15678 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15679  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15680 \end_layout
15681
15682 \begin_layout Standard
15683
15684 \series bold
15685
15686 \backslash
15687 specialrule{Dicke}{Abstand davor}{Abstand danach}
15688 \end_layout
15689
15690 \begin_layout Standard
15691 Weitere Informationen finden Sie im Handbuch des \SpecialChar LaTeX
15692 -Pakets 
15693 \series bold
15694 booktabs
15695 \series default
15696  
15697 \begin_inset CommandInset citation
15698 LatexCommand cite
15699 key "booktabs"
15700
15701 \end_inset
15702
15703 .
15704 \begin_inset Index idx
15705 status collapsed
15706
15707 \begin_layout Plain Layout
15708 \SpecialChar LaTeX
15709 -Pakete ! booktabs
15710 \end_layout
15711
15712 \end_inset
15713
15714
15715 \end_layout
15716
15717 \begin_layout Standard
15718 \begin_inset Float table
15719 placement h
15720 wide false
15721 sideways false
15722 status open
15723
15724 \begin_layout Plain Layout
15725 \begin_inset Caption Standard
15726
15727 \begin_layout Plain Layout
15728 \begin_inset CommandInset label
15729 LatexCommand label
15730 name "tab:Special-booktabs-table"
15731
15732 \end_inset
15733
15734 Eine spezielle formale Tabelle
15735 \end_layout
15736
15737 \end_inset
15738
15739
15740 \end_layout
15741
15742 \begin_layout Plain Layout
15743 \align center
15744 \begin_inset Tabular
15745 <lyxtabular version="3" rows="8" columns="4">
15746 <features booktabs="true" tabularvalignment="middle">
15747 <column alignment="center" valignment="top">
15748 <column alignment="center" valignment="top">
15749 <column alignment="right" valignment="top">
15750 <column alignment="right" valignment="top">
15751 <row>
15752 <cell alignment="center" valignment="top" topline="true" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756 System
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" topline="true" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765 Chip
15766 \begin_inset space \thinspace{}
15767 \end_inset
15768
15769 1
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778 Chip
15779 \begin_inset space \thinspace{}
15780 \end_inset
15781
15782 2
15783 \end_layout
15784
15785 \end_inset
15786 </cell>
15787 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15788 \begin_inset Text
15789
15790 \begin_layout Plain Layout
15791
15792 \end_layout
15793
15794 \end_inset
15795 </cell>
15796 </row>
15797 <row>
15798 <cell alignment="center" valignment="top" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802 \begin_inset ERT
15803 status collapsed
15804
15805 \begin_layout Plain Layout
15806
15807
15808 \backslash
15809 cmidrule(r){2-2}
15810 \end_layout
15811
15812 \end_inset
15813
15814
15815 \begin_inset ERT
15816 status collapsed
15817
15818 \begin_layout Plain Layout
15819
15820
15821 \backslash
15822 cmidrule(l){3-4}
15823 \end_layout
15824
15825 \end_inset
15826
15827
15828 \begin_inset ERT
15829 status collapsed
15830
15831 \begin_layout Plain Layout
15832
15833
15834 \backslash
15835 morecmidrules 
15836 \end_layout
15837
15838 \end_inset
15839
15840
15841 \begin_inset ERT
15842 status collapsed
15843
15844 \begin_layout Plain Layout
15845
15846
15847 \backslash
15848 cmidrule{2-4}
15849 \end_layout
15850
15851 \end_inset
15852
15853 Detektordicke in µm
15854 \end_layout
15855
15856 \end_inset
15857 </cell>
15858 <cell alignment="center" valignment="top" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Plain Layout
15862 300
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 <cell alignment="center" valignment="top" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871 300
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 <cell alignment="center" valignment="top" usebox="none">
15877 \begin_inset Text
15878
15879 \begin_layout Plain Layout
15880 700
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 </row>
15886 <row>
15887 <cell alignment="center" valignment="top" topline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891 Kantenwinkel in °
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 <cell alignment="center" valignment="top" topline="true" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900 3,55
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 <cell alignment="center" valignment="top" topline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909 2,71
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 <cell alignment="center" valignment="top" topline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918 7,99
15919 \end_layout
15920
15921 \end_inset
15922 </cell>
15923 </row>
15924 <row topspace="default">
15925 <cell alignment="center" valignment="top" usebox="none">
15926 \begin_inset Text
15927
15928 \begin_layout Plain Layout
15929 räumliche Auf\SpecialChar ligaturebreak
15930 lösung in µm
15931 \end_layout
15932
15933 \end_inset
15934 </cell>
15935 <cell alignment="center" valignment="top" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939 4,26
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 <cell alignment="center" valignment="top" usebox="none">
15945 \begin_inset Text
15946
15947 \begin_layout Plain Layout
15948 10,17
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 <cell alignment="center" valignment="top" usebox="none">
15954 \begin_inset Text
15955
15956 \begin_layout Plain Layout
15957 10,56
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 </row>
15963 <row topspace="default">
15964 <cell alignment="center" valignment="top" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968 MTF bei 
15969 \begin_inset Formula $f_{\mathrm{max}}$
15970 \end_inset
15971
15972
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 <cell alignment="center" valignment="top" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Plain Layout
15981 0,53
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 <cell alignment="center" valignment="top" usebox="none">
15987 \begin_inset Text
15988
15989 \begin_layout Plain Layout
15990 0,37
15991 \end_layout
15992
15993 \end_inset
15994 </cell>
15995 <cell alignment="center" valignment="top" usebox="none">
15996 \begin_inset Text
15997
15998 \begin_layout Plain Layout
15999 0,39
16000 \end_layout
16001
16002 \end_inset
16003 </cell>
16004 </row>
16005 <row>
16006 <cell alignment="center" valignment="top" topline="true" usebox="none">
16007 \begin_inset Text
16008
16009 \begin_layout Plain Layout
16010 \begin_inset ERT
16011 status collapsed
16012
16013 \begin_layout Plain Layout
16014
16015
16016 \backslash
16017 morecmidrules 
16018 \end_layout
16019
16020 \end_inset
16021
16022
16023 \begin_inset ERT
16024 status collapsed
16025
16026 \begin_layout Plain Layout
16027
16028
16029 \backslash
16030 cmidrule{3-4}
16031 \end_layout
16032
16033 \end_inset
16034
16035 LSF-räumliche Auf\SpecialChar ligaturebreak
16036 lösung
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 <cell alignment="center" valignment="top" topline="true" usebox="none">
16042 \begin_inset Text
16043
16044 \begin_layout Plain Layout
16045
16046 \end_layout
16047
16048 \end_inset
16049 </cell>
16050 <cell alignment="center" valignment="top" topline="true" usebox="none">
16051 \begin_inset Text
16052
16053 \begin_layout Plain Layout
16054
16055 \end_layout
16056
16057 \end_inset
16058 </cell>
16059 <cell alignment="center" valignment="top" topline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 </row>
16069 <row>
16070 <cell alignment="center" valignment="top" usebox="none">
16071 \begin_inset Text
16072
16073 \begin_layout Plain Layout
16074 in µm
16075 \end_layout
16076
16077 \end_inset
16078 </cell>
16079 <cell alignment="center" valignment="top" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083 129,7
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 <cell alignment="center" valignment="top" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092 52,75
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 <cell alignment="center" valignment="top" usebox="none">
16098 \begin_inset Text
16099
16100 \begin_layout Plain Layout
16101 50,78
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 </row>
16107 <row>
16108 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Plain Layout
16112 in % der Pixelgröße
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121 76,3
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16127 \begin_inset Text
16128
16129 \begin_layout Plain Layout
16130 95,9
16131 \end_layout
16132
16133 \end_inset
16134 </cell>
16135 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Plain Layout
16139 92,3
16140 \end_layout
16141
16142 \end_inset
16143 </cell>
16144 </row>
16145 </lyxtabular>
16146
16147 \end_inset
16148
16149
16150 \end_layout
16151
16152 \end_inset
16153
16154
16155 \end_layout
16156
16157 \begin_layout Section
16158 Vertikale Tabellen-Ausrichtung
16159 \begin_inset Index idx
16160 status collapsed
16161
16162 \begin_layout Plain Layout
16163 Tabellen ! Ausrichtung
16164 \end_layout
16165
16166 \end_inset
16167
16168
16169 \end_layout
16170
16171 \begin_layout Standard
16172 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16173  einer Box sein.
16174  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16175 \begin_inset space ~
16176 \end_inset
16177
16178
16179 \begin_inset CommandInset ref
16180 LatexCommand ref
16181 reference "abs:Box-Dialog"
16182
16183 \end_inset
16184
16185  beschrieben.
16186 \end_layout
16187
16188 \begin_layout Standard
16189 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16190 \begin_inset Foot
16191 status collapsed
16192
16193 \begin_layout Plain Layout
16194 Minipages werden in Abschnitt
16195 \begin_inset space ~
16196 \end_inset
16197
16198
16199 \begin_inset CommandInset ref
16200 LatexCommand ref
16201 reference "abs:Minipage"
16202
16203 \end_inset
16204
16205  beschrieben.
16206 \end_layout
16207
16208 \end_inset
16209
16210  mit 15
16211 \begin_inset space \thinspace{}
16212 \end_inset
16213
16214 col%-Breite:
16215 \end_layout
16216
16217 \begin_layout Itemize
16218 Test 
16219 \begin_inset Box Frameless
16220 position "t"
16221 hor_pos "c"
16222 has_inner_box 1
16223 inner_pos "c"
16224 use_parbox 0
16225 use_makebox 0
16226 width "15col%"
16227 special "none"
16228 height "1in"
16229 height_special "totalheight"
16230 thickness "0.4pt"
16231 separation "3pt"
16232 shadowsize "4pt"
16233 framecolor "black"
16234 backgroundcolor "none"
16235 status collapsed
16236
16237 \begin_layout Plain Layout
16238 \begin_inset Tabular
16239 <lyxtabular version="3" rows="3" columns="3">
16240 <features tabularvalignment="middle">
16241 <column alignment="center" valignment="top">
16242 <column alignment="center" valignment="top">
16243 <column alignment="center" valignment="top">
16244 <row>
16245 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Plain Layout
16249 Tabelle 1
16250 \end_layout
16251
16252 \end_inset
16253 </cell>
16254 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16255 \begin_inset Text
16256
16257 \begin_layout Plain Layout
16258
16259 \end_layout
16260
16261 \end_inset
16262 </cell>
16263 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16264 \begin_inset Text
16265
16266 \begin_layout Plain Layout
16267
16268 \end_layout
16269
16270 \end_inset
16271 </cell>
16272 </row>
16273 <row>
16274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16275 \begin_inset Text
16276
16277 \begin_layout Plain Layout
16278 b
16279 \end_layout
16280
16281 \end_inset
16282 </cell>
16283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287 e
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16293 \begin_inset Text
16294
16295 \begin_layout Plain Layout
16296 h
16297 \end_layout
16298
16299 \end_inset
16300 </cell>
16301 </row>
16302 <row>
16303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16304 \begin_inset Text
16305
16306 \begin_layout Plain Layout
16307 c
16308 \end_layout
16309
16310 \end_inset
16311 </cell>
16312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Plain Layout
16316 f
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Plain Layout
16325 i
16326 \end_layout
16327
16328 \end_inset
16329 </cell>
16330 </row>
16331 </lyxtabular>
16332
16333 \end_inset
16334
16335
16336 \end_layout
16337
16338 \end_inset
16339
16340  Test 
16341 \begin_inset ERT
16342 status collapsed
16343
16344 \begin_layout Plain Layout
16345
16346
16347 \backslash
16348 raisebox{0.85
16349 \backslash
16350 baselineskip}{
16351 \end_layout
16352
16353 \end_inset
16354
16355
16356 \begin_inset Box Frameless
16357 position "t"
16358 hor_pos "c"
16359 has_inner_box 1
16360 inner_pos "c"
16361 use_parbox 0
16362 use_makebox 0
16363 width "15col%"
16364 special "none"
16365 height "1in"
16366 height_special "totalheight"
16367 thickness "0.4pt"
16368 separation "3pt"
16369 shadowsize "4pt"
16370 framecolor "black"
16371 backgroundcolor "none"
16372 status collapsed
16373
16374 \begin_layout Plain Layout
16375 \begin_inset Tabular
16376 <lyxtabular version="3" rows="3" columns="3">
16377 <features tabularvalignment="middle">
16378 <column alignment="center" valignment="top">
16379 <column alignment="center" valignment="top">
16380 <column alignment="center" valignment="top">
16381 <row>
16382 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Plain Layout
16386 Tabelle 2
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Plain Layout
16395
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16401 \begin_inset Text
16402
16403 \begin_layout Plain Layout
16404
16405 \end_layout
16406
16407 \end_inset
16408 </cell>
16409 </row>
16410 <row>
16411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415 b
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424 e
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433 h
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 </row>
16439 <row>
16440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444 c
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 f
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462 i
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 </row>
16468 </lyxtabular>
16469
16470 \end_inset
16471
16472
16473 \end_layout
16474
16475 \end_inset
16476
16477
16478 \begin_inset ERT
16479 status collapsed
16480
16481 \begin_layout Plain Layout
16482
16483 }
16484 \end_layout
16485
16486 \end_inset
16487
16488
16489 \end_layout
16490
16491 \begin_layout Itemize
16492 Test 
16493 \begin_inset Box Frameless
16494 position "c"
16495 hor_pos "c"
16496 has_inner_box 1
16497 inner_pos "c"
16498 use_parbox 0
16499 use_makebox 0
16500 width "15col%"
16501 special "none"
16502 height "1in"
16503 height_special "totalheight"
16504 thickness "0.4pt"
16505 separation "3pt"
16506 shadowsize "4pt"
16507 framecolor "black"
16508 backgroundcolor "none"
16509 status collapsed
16510
16511 \begin_layout Plain Layout
16512 \begin_inset Tabular
16513 <lyxtabular version="3" rows="3" columns="3">
16514 <features tabularvalignment="middle">
16515 <column alignment="center" valignment="top">
16516 <column alignment="center" valignment="top">
16517 <column alignment="center" valignment="top">
16518 <row>
16519 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16520 \begin_inset Text
16521
16522 \begin_layout Plain Layout
16523 Tabelle 3
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Plain Layout
16532
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Plain Layout
16541
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 </row>
16547 <row>
16548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552 b
16553 \end_layout
16554
16555 \end_inset
16556 </cell>
16557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Plain Layout
16561 e
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570 h
16571 \end_layout
16572
16573 \end_inset
16574 </cell>
16575 </row>
16576 <row>
16577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16578 \begin_inset Text
16579
16580 \begin_layout Plain Layout
16581 c
16582 \end_layout
16583
16584 \end_inset
16585 </cell>
16586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590 f
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16596 \begin_inset Text
16597
16598 \begin_layout Plain Layout
16599 i
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 </row>
16605 </lyxtabular>
16606
16607 \end_inset
16608
16609
16610 \end_layout
16611
16612 \end_inset
16613
16614
16615 \end_layout
16616
16617 \begin_layout Itemize
16618 Test 
16619 \begin_inset Box Frameless
16620 position "b"
16621 hor_pos "c"
16622 has_inner_box 1
16623 inner_pos "c"
16624 use_parbox 0
16625 use_makebox 0
16626 width "15col%"
16627 special "none"
16628 height "1in"
16629 height_special "totalheight"
16630 thickness "0.4pt"
16631 separation "3pt"
16632 shadowsize "4pt"
16633 framecolor "black"
16634 backgroundcolor "none"
16635 status collapsed
16636
16637 \begin_layout Plain Layout
16638 \begin_inset Tabular
16639 <lyxtabular version="3" rows="3" columns="3">
16640 <features tabularvalignment="middle">
16641 <column alignment="center" valignment="top">
16642 <column alignment="center" valignment="top">
16643 <column alignment="center" valignment="top">
16644 <row>
16645 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16646 \begin_inset Text
16647
16648 \begin_layout Plain Layout
16649 Tabelle 4
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Plain Layout
16667
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 </row>
16673 <row>
16674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16675 \begin_inset Text
16676
16677 \begin_layout Plain Layout
16678 b
16679 \end_layout
16680
16681 \end_inset
16682 </cell>
16683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Plain Layout
16687 e
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16693 \begin_inset Text
16694
16695 \begin_layout Plain Layout
16696 h
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 </row>
16702 <row>
16703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16704 \begin_inset Text
16705
16706 \begin_layout Plain Layout
16707 c
16708 \end_layout
16709
16710 \end_inset
16711 </cell>
16712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 f
16717 \end_layout
16718
16719 \end_inset
16720 </cell>
16721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16722 \begin_inset Text
16723
16724 \begin_layout Plain Layout
16725 i
16726 \end_layout
16727
16728 \end_inset
16729 </cell>
16730 </row>
16731 </lyxtabular>
16732
16733 \end_inset
16734
16735
16736 \end_layout
16737
16738 \end_inset
16739
16740 Test 
16741 \begin_inset ERT
16742 status collapsed
16743
16744 \begin_layout Plain Layout
16745
16746
16747 \backslash
16748 raisebox{-0.32
16749 \backslash
16750 baselineskip}{
16751 \end_layout
16752
16753 \end_inset
16754
16755
16756 \begin_inset Box Frameless
16757 position "b"
16758 hor_pos "c"
16759 has_inner_box 1
16760 inner_pos "c"
16761 use_parbox 0
16762 use_makebox 0
16763 width "15col%"
16764 special "none"
16765 height "1in"
16766 height_special "totalheight"
16767 thickness "0.4pt"
16768 separation "3pt"
16769 shadowsize "4pt"
16770 framecolor "black"
16771 backgroundcolor "none"
16772 status collapsed
16773
16774 \begin_layout Plain Layout
16775 \begin_inset Tabular
16776 <lyxtabular version="3" rows="3" columns="3">
16777 <features tabularvalignment="middle">
16778 <column alignment="center" valignment="top">
16779 <column alignment="center" valignment="top">
16780 <column alignment="center" valignment="top">
16781 <row>
16782 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Plain Layout
16786 Tabelle 5
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Plain Layout
16795
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16801 \begin_inset Text
16802
16803 \begin_layout Plain Layout
16804
16805 \end_layout
16806
16807 \end_inset
16808 </cell>
16809 </row>
16810 <row>
16811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16812 \begin_inset Text
16813
16814 \begin_layout Plain Layout
16815 b
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824 e
16825 \end_layout
16826
16827 \end_inset
16828 </cell>
16829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833 h
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 </row>
16839 <row>
16840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Plain Layout
16844 c
16845 \end_layout
16846
16847 \end_inset
16848 </cell>
16849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16850 \begin_inset Text
16851
16852 \begin_layout Plain Layout
16853 f
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862 i
16863 \end_layout
16864
16865 \end_inset
16866 </cell>
16867 </row>
16868 </lyxtabular>
16869
16870 \end_inset
16871
16872
16873 \end_layout
16874
16875 \end_inset
16876
16877
16878 \begin_inset ERT
16879 status collapsed
16880
16881 \begin_layout Plain Layout
16882
16883 }
16884 \end_layout
16885
16886 \end_inset
16887
16888
16889 \end_layout
16890
16891 \begin_layout Standard
16892 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16893 \begin_inset space \space{}
16894 \end_inset
16895
16896 1 und letzten Zeile von Tabelle
16897 \begin_inset space \space{}
16898 \end_inset
16899
16900 4 bezüglich dem Wort 
16901 \begin_inset Quotes gld
16902 \end_inset
16903
16904 Test
16905 \begin_inset Quotes grd
16906 \end_inset
16907
16908  nicht richtig ausgerichtet.
16909  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16910 \begin_inset Quotes gld
16911 \end_inset
16912
16913 Raisebox
16914 \begin_inset Quotes grd
16915 \end_inset
16916
16917
16918 \begin_inset Foot
16919 status collapsed
16920
16921 \begin_layout Plain Layout
16922 Raiseboxen werden in Abschnitt
16923 \begin_inset space ~
16924 \end_inset
16925
16926
16927 \begin_inset CommandInset ref
16928 LatexCommand ref
16929 reference "uab:Vertikale-Ausrichtung"
16930
16931 \end_inset
16932
16933  beschrieben.
16934 \end_layout
16935
16936 \end_inset
16937
16938  setzen.
16939  In Tabelle
16940 \begin_inset space \space{}
16941 \end_inset
16942
16943 2 wurde der Text mit dem Befehl
16944 \end_layout
16945
16946 \begin_layout Standard
16947
16948 \series bold
16949
16950 \backslash
16951 raisebox{0.85
16952 \backslash
16953 baselineskip}{
16954 \end_layout
16955
16956 \begin_layout Standard
16957 vor der Box ausgerichtet.
16958  Hinter der Box wurde auch noch 
16959 \series bold
16960 }
16961 \series default
16962  als \SpecialChar TeX
16963 -Code eingefügt, weil der obige Befehl mit 
16964 \series bold
16965 {
16966 \series default
16967  aufhörte.
16968  Für Tabelle
16969 \begin_inset space \space{}
16970 \end_inset
16971
16972 5 wurde der Befehl
16973 \end_layout
16974
16975 \begin_layout Standard
16976
16977 \series bold
16978
16979 \backslash
16980 raisebox{-0.32
16981 \backslash
16982 baselineskip}{
16983 \end_layout
16984
16985 \begin_layout Standard
16986 benutzt.
16987 \end_layout
16988
16989 \begin_layout Standard
16990 \begin_inset Note Greyedout
16991 status open
16992
16993 \begin_layout Plain Layout
16994
16995 \series bold
16996 Bemerkung:
16997 \series default
16998  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
16999  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
17000  Der Faktor im 
17001 \series bold
17002
17003 \backslash
17004 raisebox
17005 \series default
17006 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
17007 \end_layout
17008
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \begin_layout Section
17015 Farbige Tabellen
17016 \begin_inset CommandInset label
17017 LatexCommand label
17018 name "abs:Farbige-Tabellen"
17019
17020 \end_inset
17021
17022
17023 \begin_inset Index idx
17024 status collapsed
17025
17026 \begin_layout Plain Layout
17027 Tabellen ! farbige
17028 \end_layout
17029
17030 \end_inset
17031
17032
17033 \end_layout
17034
17035 \begin_layout Subsection
17036 Farbige Zellen
17037 \begin_inset Index idx
17038 status collapsed
17039
17040 \begin_layout Plain Layout
17041 farbige !  Tabellenzellen
17042 \end_layout
17043
17044 \end_inset
17045
17046
17047 \end_layout
17048
17049 \begin_layout Standard
17050 \begin_inset Float table
17051 placement h
17052 wide false
17053 sideways false
17054 status open
17055
17056 \begin_layout Plain Layout
17057 \begin_inset Caption Standard
17058
17059 \begin_layout Plain Layout
17060 \begin_inset CommandInset label
17061 LatexCommand label
17062 name "tab:Farbige-Tabelle-ohne"
17063
17064 \end_inset
17065
17066 Farbige Tabelle, ohne Paket 
17067 \series bold
17068 colortbl
17069 \series default
17070
17071 \begin_inset Argument 1
17072 status collapsed
17073
17074 \begin_layout Plain Layout
17075 Tabelle ohne 
17076 \family typewriter
17077 colortbl
17078 \end_layout
17079
17080 \end_inset
17081
17082
17083 \end_layout
17084
17085 \end_inset
17086
17087
17088 \end_layout
17089
17090 \begin_layout Plain Layout
17091 \align center
17092 \begin_inset Tabular
17093 <lyxtabular version="3" rows="3" columns="3">
17094 <features tabularvalignment="middle">
17095 <column alignment="center" valignment="top">
17096 <column alignment="center" valignment="top">
17097 <column alignment="center" valignment="top">
17098 <row>
17099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17100 \begin_inset Text
17101
17102 \begin_layout Plain Layout
17103
17104 \color green
17105 a
17106 \end_layout
17107
17108 \end_inset
17109 </cell>
17110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17111 \begin_inset Text
17112
17113 \begin_layout Plain Layout
17114
17115 \color red
17116 b
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17122 \begin_inset Text
17123
17124 \begin_layout Plain Layout
17125
17126 \color red
17127 c
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 </row>
17133 <row>
17134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138
17139 \color green
17140 d
17141 \end_layout
17142
17143 \end_inset
17144 </cell>
17145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17146 \begin_inset Text
17147
17148 \begin_layout Plain Layout
17149
17150 \color blue
17151 e
17152 \end_layout
17153
17154 \end_inset
17155 </cell>
17156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160
17161 \color blue
17162 f
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 </row>
17168 <row>
17169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173
17174 \color green
17175 g
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184
17185 \color blue
17186 h
17187 \end_layout
17188
17189 \end_inset
17190 </cell>
17191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195
17196 \color blue
17197 i
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 </row>
17203 </lyxtabular>
17204
17205 \end_inset
17206
17207
17208 \end_layout
17209
17210 \end_inset
17211
17212
17213 \end_layout
17214
17215 \begin_layout Standard
17216 Wenn Sie nur farbigen Text
17217 \begin_inset Index idx
17218 status collapsed
17219
17220 \begin_layout Plain Layout
17221 Farbe ! für Text
17222 \end_layout
17223
17224 \end_inset
17225
17226  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17227 \family sans
17228 Textstil
17229 \family default
17230 -Dialog (Werkzeugleistenknopf 
17231 \begin_inset Info
17232 type  "icon"
17233 arg   "dialog-show character"
17234 \end_inset
17235
17236 ) wie es in Tabelle
17237 \begin_inset space ~
17238 \end_inset
17239
17240
17241 \begin_inset CommandInset ref
17242 LatexCommand ref
17243 reference "tab:Farbige-Tabelle-ohne"
17244
17245 \end_inset
17246
17247  gemacht wurde.
17248  In anderen Fällen müssen Sie das \SpecialChar LaTeX
17249 -Paket 
17250 \series bold
17251 colortbl
17252 \series default
17253  benutzen.
17254 \begin_inset Index idx
17255 status collapsed
17256
17257 \begin_layout Plain Layout
17258 \SpecialChar LaTeX
17259 -Pakete ! colortbl
17260 \end_layout
17261
17262 \end_inset
17263
17264
17265 \end_layout
17266
17267 \begin_layout Standard
17268 \begin_inset ERT
17269 status collapsed
17270
17271 \begin_layout Plain Layout
17272
17273
17274 \backslash
17275 ifcolortbl
17276 \end_layout
17277
17278 \end_inset
17279
17280
17281 \begin_inset Note Note
17282 status open
17283
17284 \begin_layout Plain Layout
17285 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
17286 -Paket 
17287 \series bold
17288 colortbl
17289 \series default
17290  installiert ist.
17291 \end_layout
17292
17293 \end_inset
17294
17295
17296 \end_layout
17297
17298 \begin_layout Standard
17299 Um farbige Tabellen zu erzeugen, muss 
17300 \series bold
17301 colortbl
17302 \series default
17303  im \SpecialChar LaTeX
17304 -Vorspann geladen werden:
17305 \end_layout
17306
17307 \begin_layout Standard
17308
17309 \series bold
17310
17311 \backslash
17312 usepackage{colortbl}
17313 \end_layout
17314
17315 \begin_layout Standard
17316 Die Farbe einer Spalte ändert man dann mit dem Befehl
17317 \end_layout
17318
17319 \begin_layout Standard
17320
17321 \series bold
17322
17323 \backslash
17324 columncolor{Farbname}
17325 \end_layout
17326
17327 \begin_layout Standard
17328 innerhalb des Befehls 
17329 \series bold
17330 >{}
17331 \series default
17332 .
17333  Mehr über den Befehl 
17334 \series bold
17335 >{}
17336 \series default
17337  finden Sie im Abschnitt
17338 \begin_inset space ~
17339 \end_inset
17340
17341
17342 \begin_inset CommandInset ref
17343 LatexCommand ref
17344 reference "uab:Mehrfachspalten-Berechnungen"
17345
17346 \end_inset
17347
17348 .
17349 \end_layout
17350
17351 \begin_layout Standard
17352 Folgende Farbnamen sind vordefiniert:
17353 \end_layout
17354
17355 \begin_layout Standard
17356
17357 \family sans
17358 red
17359 \family default
17360
17361 \family sans
17362 green
17363 \family default
17364
17365 \family sans
17366 yellow
17367 \family default
17368
17369 \family sans
17370 blue
17371 \family default
17372
17373 \family sans
17374 cyan
17375 \family default
17376
17377 \family sans
17378 magenta
17379 \family default
17380
17381 \family sans
17382 black
17383 \family default
17384  und 
17385 \family sans
17386 white
17387 \begin_inset Newline newline
17388 \end_inset
17389
17390 (
17391 \family default
17392 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17393 \end_layout
17394
17395 \begin_layout Standard
17396 \begin_inset VSpace medskip
17397 \end_inset
17398
17399
17400 \end_layout
17401
17402 \begin_layout Standard
17403 Wenn Sie die Optionen
17404 \end_layout
17405
17406 \begin_layout Standard
17407
17408 \series bold
17409 usenames,dvipsnames
17410 \end_layout
17411
17412 \begin_layout Standard
17413 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17414  können Sie zusätzlich weitere 61
17415 \begin_inset space ~
17416 \end_inset
17417
17418 Farben verwenden.
17419  Diese Farben sind in Anhang
17420 \begin_inset space ~
17421 \end_inset
17422
17423
17424 \begin_inset CommandInset ref
17425 LatexCommand ref
17426 reference "kap:Liste-der-dvips-Farbnamen"
17427
17428 \end_inset
17429
17430  aufgelistet.
17431  Eine dieser Farben, 
17432 \family sans
17433 Maroon
17434 \family default
17435 , wird als Beispiel in Tabelle
17436 \begin_inset space ~
17437 \end_inset
17438
17439
17440 \begin_inset CommandInset ref
17441 LatexCommand ref
17442 reference "tab:Eine-mit-colortbl"
17443
17444 \end_inset
17445
17446  verwendet.
17447 \end_layout
17448
17449 \begin_layout Standard
17450 \begin_inset VSpace medskip
17451 \end_inset
17452
17453
17454 \end_layout
17455
17456 \begin_layout Standard
17457 Sie können auch eigene Farben definieren:
17458 \end_layout
17459
17460 \begin_layout Standard
17461
17462 \series bold
17463
17464 \backslash
17465 definecolor{Farbname}{Farbmodell}{Farbwerte}
17466 \end_layout
17467
17468 \begin_layout Standard
17469 Das Farbmodell kann eins der folgenden sein:
17470 \end_layout
17471
17472 \begin_layout Labeling
17473 \labelwidthstring 00.00.0000
17474 cmyk: cyan, magenta, yellow, black
17475 \end_layout
17476
17477 \begin_layout Labeling
17478 \labelwidthstring 00.00.0000
17479 rgb: red, green blue
17480 \end_layout
17481
17482 \begin_layout Labeling
17483 \labelwidthstring 00.00.0000
17484 gray: gray
17485 \end_layout
17486
17487 \begin_layout Standard
17488 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17489  die die entsprechende Farbe für das Farbmodell beschreiben.
17490 \end_layout
17491
17492 \begin_layout Standard
17493 Im \SpecialChar LaTeX
17494 -Vorspann können Sie zum Beispiel die Farbe 
17495 \emph on
17496
17497 \begin_inset Quotes gld
17498 \end_inset
17499
17500 dunkelgruen
17501 \emph default
17502
17503 \begin_inset Quotes grd
17504 \end_inset
17505
17506  und 
17507 \begin_inset Quotes gld
17508 \end_inset
17509
17510
17511 \emph on
17512 hellgrau
17513 \emph default
17514
17515 \begin_inset Quotes grd
17516 \end_inset
17517
17518  folgendermaßen definieren:
17519 \end_layout
17520
17521 \begin_layout Standard
17522
17523 \series bold
17524
17525 \backslash
17526 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17527 \end_layout
17528
17529 \begin_layout Standard
17530
17531 \series bold
17532
17533 \backslash
17534 definecolor{hellgrau}{gray}{0.8}
17535 \end_layout
17536
17537 \begin_layout Standard
17538 \begin_inset VSpace medskip
17539 \end_inset
17540
17541
17542 \end_layout
17543
17544 \begin_layout Standard
17545 Linien werden mit dem Befehl
17546 \end_layout
17547
17548 \begin_layout Standard
17549
17550 \series bold
17551
17552 \backslash
17553 rowcolor{Farbname}
17554 \end_layout
17555
17556 \begin_layout Standard
17557 gefärbt, Zellen mit dem Befehl
17558 \end_layout
17559
17560 \begin_layout Standard
17561
17562 \series bold
17563
17564 \backslash
17565 cellcolor{Farbname}
17566 \end_layout
17567
17568 \begin_layout Standard
17569 Beide Befehle werden am Anfang einer Zelle als \SpecialChar TeX
17570 -Code eingegeben.
17571 \end_layout
17572
17573 \begin_layout Standard
17574 Um nur Text zu färben, verwenden Sie den 
17575 \family sans
17576 Textstil
17577 \family default
17578 -Dialog.
17579  Wenn die Zelle aber \SpecialChar TeX
17580 -Code zum Färben enthält, 
17581 \emph on
17582 markieren Sie nur den Text
17583 \emph default
17584 , sonst werden Sie \SpecialChar LaTeX
17585 -Fehler erzeugen.
17586 \end_layout
17587
17588 \begin_layout Standard
17589 \begin_inset Note Greyedout
17590 status open
17591
17592 \begin_layout Plain Layout
17593
17594 \series bold
17595 Achtung:
17596 \series default
17597  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17598 \end_layout
17599
17600 \end_inset
17601
17602
17603 \end_layout
17604
17605 \begin_layout Standard
17606 \begin_inset VSpace medskip
17607 \end_inset
17608
17609
17610 \end_layout
17611
17612 \begin_layout Standard
17613 Die Tabelle
17614 \begin_inset space ~
17615 \end_inset
17616
17617
17618 \begin_inset CommandInset ref
17619 LatexCommand ref
17620 reference "tab:Eine-mit-colortbl"
17621
17622 \end_inset
17623
17624  wurde folgendermaßen erstellt: die erste Spalte soll 
17625 \emph on
17626
17627 \begin_inset Quotes gld
17628 \end_inset
17629
17630 dunkelgruen
17631 \emph default
17632
17633 \begin_inset Quotes grd
17634 \end_inset
17635
17636  werden, also müssen Sie ins 
17637 \family sans
17638 LaTeX-Argument
17639 \family default
17640  der Zellen der ersten Spalte den Befehl
17641 \end_layout
17642
17643 \begin_layout Standard
17644
17645 \series bold
17646 >{
17647 \backslash
17648 columncolor{dunkelgruen}
17649 \backslash
17650 centering}c
17651 \end_layout
17652
17653 \begin_layout Standard
17654 schreiben.
17655  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der \SpecialChar TeX
17656 -Code-Befehl
17657 \end_layout
17658
17659 \begin_layout Standard
17660
17661 \series bold
17662
17663 \backslash
17664 rowcolor{cyan}
17665 \end_layout
17666
17667 \begin_layout Standard
17668 in die erste Zelle der ersten Zeile eingefügt.
17669  Diese Farbe ersetzt die Spaltenfarbe.
17670  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17671  Das wird mit folgendem Befehl erreicht:
17672 \end_layout
17673
17674 \begin_layout Standard
17675
17676 \series bold
17677
17678 \backslash
17679 cellcolor{Maroon}
17680 \end_layout
17681
17682 \begin_layout Standard
17683 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17684 \family sans
17685 Textstil
17686 \family default
17687 -Dialog.
17688 \end_layout
17689
17690 \begin_layout Standard
17691 \begin_inset Float table
17692 placement h
17693 wide false
17694 sideways false
17695 status open
17696
17697 \begin_layout Plain Layout
17698 \begin_inset Caption Standard
17699
17700 \begin_layout Plain Layout
17701 \begin_inset CommandInset label
17702 LatexCommand label
17703 name "tab:Eine-mit-colortbl"
17704
17705 \end_inset
17706
17707 Eine mit dem Paket 
17708 \series bold
17709 colortbl
17710 \series default
17711  gefärbte Tabelle
17712 \begin_inset Argument 1
17713 status collapsed
17714
17715 \begin_layout Plain Layout
17716 Tabelle mit 
17717 \family typewriter
17718 colortbl
17719 \end_layout
17720
17721 \end_inset
17722
17723
17724 \end_layout
17725
17726 \end_inset
17727
17728
17729 \end_layout
17730
17731 \begin_layout Plain Layout
17732 \align center
17733 \begin_inset Tabular
17734 <lyxtabular version="3" rows="3" columns="3">
17735 <features tabularvalignment="middle">
17736 <column alignment="center" valignment="top" special=">{\columncolor{dunkelgruen}\centering}c">
17737 <column alignment="center" valignment="top">
17738 <column alignment="center" valignment="top">
17739 <row>
17740 <cell alignment="center" valignment="top" usebox="none">
17741 \begin_inset Text
17742
17743 \begin_layout Plain Layout
17744 \begin_inset ERT
17745 status open
17746
17747 \begin_layout Plain Layout
17748
17749
17750 \backslash
17751 rowcolor{cyan}
17752 \end_layout
17753
17754 \end_inset
17755
17756
17757 \color magenta
17758 a
17759 \end_layout
17760
17761 \end_inset
17762 </cell>
17763 <cell alignment="center" valignment="top" usebox="none">
17764 \begin_inset Text
17765
17766 \begin_layout Plain Layout
17767
17768 \color red
17769 b
17770 \end_layout
17771
17772 \end_inset
17773 </cell>
17774 <cell alignment="center" valignment="top" usebox="none">
17775 \begin_inset Text
17776
17777 \begin_layout Plain Layout
17778
17779 \color red
17780 c
17781 \end_layout
17782
17783 \end_inset
17784 </cell>
17785 </row>
17786 <row>
17787 <cell alignment="center" valignment="top" usebox="none">
17788 \begin_inset Text
17789
17790 \begin_layout Plain Layout
17791
17792 \color yellow
17793 d
17794 \end_layout
17795
17796 \end_inset
17797 </cell>
17798 <cell alignment="center" valignment="top" usebox="none">
17799 \begin_inset Text
17800
17801 \begin_layout Plain Layout
17802
17803 \color blue
17804 e
17805 \end_layout
17806
17807 \end_inset
17808 </cell>
17809 <cell alignment="center" valignment="top" usebox="none">
17810 \begin_inset Text
17811
17812 \begin_layout Plain Layout
17813
17814 \color blue
17815 f
17816 \end_layout
17817
17818 \end_inset
17819 </cell>
17820 </row>
17821 <row>
17822 <cell alignment="center" valignment="top" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826
17827 \color yellow
17828 g
17829 \end_layout
17830
17831 \end_inset
17832 </cell>
17833 <cell alignment="center" valignment="top" usebox="none">
17834 \begin_inset Text
17835
17836 \begin_layout Plain Layout
17837
17838 \color blue
17839 h
17840 \end_layout
17841
17842 \end_inset
17843 </cell>
17844 <cell alignment="center" valignment="top" usebox="none">
17845 \begin_inset Text
17846
17847 \begin_layout Plain Layout
17848 \begin_inset ERT
17849 status collapsed
17850
17851 \begin_layout Plain Layout
17852
17853
17854 \backslash
17855 cellcolor{Maroon}
17856 \end_layout
17857
17858 \end_inset
17859
17860
17861 \color green
17862 i
17863 \end_layout
17864
17865 \end_inset
17866 </cell>
17867 </row>
17868 </lyxtabular>
17869
17870 \end_inset
17871
17872
17873 \end_layout
17874
17875 \end_inset
17876
17877
17878 \end_layout
17879
17880 \begin_layout Standard
17881 \begin_inset ERT
17882 status collapsed
17883
17884 \begin_layout Plain Layout
17885
17886
17887 \backslash
17888 else
17889 \end_layout
17890
17891 \end_inset
17892
17893
17894 \begin_inset Note Note
17895 status open
17896
17897 \begin_layout Plain Layout
17898 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
17899 -Paket 
17900 \series bold
17901 colortbl
17902 \series default
17903  nicht installiert ist:
17904 \end_layout
17905
17906 \end_inset
17907
17908
17909 \end_layout
17910
17911 \begin_layout Standard
17912 Sie müssen das \SpecialChar LaTeX
17913 -Paket 
17914 \series bold
17915 colortbl
17916 \series default
17917  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17918 \end_layout
17919
17920 \begin_layout Standard
17921 \begin_inset ERT
17922 status collapsed
17923
17924 \begin_layout Plain Layout
17925
17926
17927 \backslash
17928 fi
17929 \end_layout
17930
17931 \end_inset
17932
17933
17934 \end_layout
17935
17936 \begin_layout Subsection
17937 Farbige Zeilen
17938 \begin_inset Index idx
17939 status collapsed
17940
17941 \begin_layout Plain Layout
17942 farbige ! Tabellenzeilen
17943 \end_layout
17944
17945 \end_inset
17946
17947
17948 \end_layout
17949
17950 \begin_layout Standard
17951 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
17952  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
17953  Man lädt das \SpecialChar LaTeX
17954 -Paket 
17955 \series bold
17956 xcolor
17957 \series default
17958
17959 \begin_inset Index idx
17960 status collapsed
17961
17962 \begin_layout Plain Layout
17963 \SpecialChar LaTeX
17964 -Pakete ! xcolor
17965 \begin_inset ERT
17966 status collapsed
17967
17968 \begin_layout Plain Layout
17969
17970
17971 \backslash
17972 vspace{4mm}
17973 \end_layout
17974
17975 \end_inset
17976
17977
17978 \end_layout
17979
17980 \end_inset
17981
17982  im \SpecialChar LaTeX
17983 -Vorspann mit dem Befehl
17984 \end_layout
17985
17986 \begin_layout Standard
17987
17988 \series bold
17989
17990 \backslash
17991 usepackage[table]{xcolor}
17992 \end_layout
17993
17994 \begin_layout Standard
17995
17996 \series bold
17997 xcolor
17998 \series default
17999  lädt automatisch auch das \SpecialChar LaTeX
18000 -Paket 
18001 \series bold
18002 colortbl
18003 \series default
18004
18005 \begin_inset Index idx
18006 status collapsed
18007
18008 \begin_layout Plain Layout
18009 \SpecialChar LaTeX
18010 -Pakete ! colortbl
18011 \end_layout
18012
18013 \end_inset
18014
18015 , so dass 
18016 \series bold
18017 colortbl
18018 \series default
18019  in Ihrer \SpecialChar LaTeX
18020 -Distribution installiert sein muss, ansonsten bekommt man \SpecialChar LaTeX
18021 -Fehler.
18022 \end_layout
18023
18024 \begin_layout Standard
18025 \begin_inset ERT
18026 status collapsed
18027
18028 \begin_layout Plain Layout
18029
18030
18031 \backslash
18032 ifcolortbl
18033 \end_layout
18034
18035 \end_inset
18036
18037
18038 \begin_inset Note Note
18039 status open
18040
18041 \begin_layout Plain Layout
18042 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
18043 -Paket 
18044 \series bold
18045 colortbl
18046 \series default
18047  installiert ist.
18048 \end_layout
18049
18050 \end_inset
18051
18052
18053 \end_layout
18054
18055 \begin_layout Standard
18056 Die Tabellenzeilen werden mit dem Befehl
18057 \end_layout
18058
18059 \begin_layout Standard
18060
18061 \series bold
18062
18063 \backslash
18064 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
18065 \end_layout
18066
18067 \begin_layout Standard
18068 eingefärbt, der entweder in den \SpecialChar LaTeX
18069 -Vorspann oder als \SpecialChar TeX
18070 -Code vor der ersten
18071  zu färbenden Tabelle eingefügt wird.
18072  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
18073  Zeilenfarbe gefärbt werden soll.
18074  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
18075  werden.
18076  So führt zum Beispiel der Befehl
18077 \end_layout
18078
18079 \begin_layout Standard
18080
18081 \series bold
18082
18083 \backslash
18084 rowcolors{1}{white}{lightgray}
18085 \end_layout
18086
18087 \begin_layout Standard
18088 zum Farbschema von Tabelle
18089 \begin_inset space ~
18090 \end_inset
18091
18092
18093 \begin_inset CommandInset ref
18094 LatexCommand ref
18095 reference "tab:Tabelle-rowcolors"
18096
18097 \end_inset
18098
18099 .
18100  Der Befehl
18101 \end_layout
18102
18103 \begin_layout Standard
18104
18105 \series bold
18106
18107 \backslash
18108 rowcolors[
18109 \backslash
18110 hline]{1}{lightgray}{cyan}
18111 \end_layout
18112
18113 \begin_layout Standard
18114 führt zum Farbschema von Tabelle
18115 \begin_inset space ~
18116 \end_inset
18117
18118
18119 \begin_inset CommandInset ref
18120 LatexCommand ref
18121 reference "tab:Tabelle-rowcolors-2"
18122
18123 \end_inset
18124
18125 .
18126  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
18127  wird keine Farbe verwendet, so dass der Befehl
18128 \end_layout
18129
18130 \begin_layout Standard
18131
18132 \series bold
18133
18134 \backslash
18135 rowcolors{1}{}{}
18136 \end_layout
18137
18138 \begin_layout Standard
18139 alle Farben löscht.
18140  
18141 \series bold
18142
18143 \backslash
18144 rowcolors
18145 \series default
18146  beeinflusst alle diesem Befehl folgenden Tabellen.
18147 \end_layout
18148
18149 \begin_layout Standard
18150 \begin_inset ERT
18151 status open
18152
18153 \begin_layout Plain Layout
18154
18155
18156 \backslash
18157 rowcolors{1}{white}{lightgray}
18158 \end_layout
18159
18160 \end_inset
18161
18162
18163 \end_layout
18164
18165 \begin_layout Standard
18166 \begin_inset Float table
18167 placement h
18168 wide false
18169 sideways false
18170 status open
18171
18172 \begin_layout Plain Layout
18173 \begin_inset Caption Standard
18174
18175 \begin_layout Plain Layout
18176 \begin_inset CommandInset label
18177 LatexCommand label
18178 name "tab:Tabelle-rowcolors"
18179
18180 \end_inset
18181
18182 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18183 \end_layout
18184
18185 \end_inset
18186
18187
18188 \end_layout
18189
18190 \begin_layout Plain Layout
18191 \align center
18192 \begin_inset Tabular
18193 <lyxtabular version="3" rows="4" columns="3">
18194 <features tabularvalignment="middle">
18195 <column alignment="center" valignment="top">
18196 <column alignment="center" valignment="top" width="0pt">
18197 <column alignment="center" valignment="top" width="0pt">
18198 <row>
18199 <cell alignment="center" valignment="top" usebox="none">
18200 \begin_inset Text
18201
18202 \begin_layout Plain Layout
18203 X
18204 \end_layout
18205
18206 \end_inset
18207 </cell>
18208 <cell alignment="center" valignment="top" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212 Y
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 <cell alignment="center" valignment="top" usebox="none">
18218 \begin_inset Text
18219
18220 \begin_layout Plain Layout
18221 Z
18222 \end_layout
18223
18224 \end_inset
18225 </cell>
18226 </row>
18227 <row>
18228 <cell alignment="center" valignment="top" usebox="none">
18229 \begin_inset Text
18230
18231 \begin_layout Plain Layout
18232 1
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 <cell alignment="center" valignment="top" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241 2
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 <cell alignment="center" valignment="top" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250 3
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 </row>
18256 <row>
18257 <cell alignment="center" valignment="top" usebox="none">
18258 \begin_inset Text
18259
18260 \begin_layout Plain Layout
18261 4
18262 \end_layout
18263
18264 \end_inset
18265 </cell>
18266 <cell alignment="center" valignment="top" usebox="none">
18267 \begin_inset Text
18268
18269 \begin_layout Plain Layout
18270 5
18271 \end_layout
18272
18273 \end_inset
18274 </cell>
18275 <cell alignment="center" valignment="top" usebox="none">
18276 \begin_inset Text
18277
18278 \begin_layout Plain Layout
18279 6
18280 \end_layout
18281
18282 \end_inset
18283 </cell>
18284 </row>
18285 <row>
18286 <cell alignment="center" valignment="top" usebox="none">
18287 \begin_inset Text
18288
18289 \begin_layout Plain Layout
18290 7
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 <cell alignment="center" valignment="top" usebox="none">
18296 \begin_inset Text
18297
18298 \begin_layout Plain Layout
18299 8
18300 \end_layout
18301
18302 \end_inset
18303 </cell>
18304 <cell alignment="center" valignment="top" usebox="none">
18305 \begin_inset Text
18306
18307 \begin_layout Plain Layout
18308 9
18309 \end_layout
18310
18311 \end_inset
18312 </cell>
18313 </row>
18314 </lyxtabular>
18315
18316 \end_inset
18317
18318
18319 \end_layout
18320
18321 \end_inset
18322
18323
18324 \end_layout
18325
18326 \begin_layout Standard
18327 \begin_inset ERT
18328 status open
18329
18330 \begin_layout Plain Layout
18331
18332
18333 \backslash
18334 rowcolors[
18335 \backslash
18336 hline]{1}{lightgray}{cyan}
18337 \end_layout
18338
18339 \end_inset
18340
18341
18342 \end_layout
18343
18344 \begin_layout Standard
18345 \begin_inset Float table
18346 placement h
18347 wide false
18348 sideways false
18349 status open
18350
18351 \begin_layout Plain Layout
18352 \begin_inset Caption Standard
18353
18354 \begin_layout Plain Layout
18355 \begin_inset CommandInset label
18356 LatexCommand label
18357 name "tab:Tabelle-rowcolors-2"
18358
18359 \end_inset
18360
18361 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18362  Linie zwischen jeder Zeile befindet.
18363 \end_layout
18364
18365 \end_inset
18366
18367
18368 \end_layout
18369
18370 \begin_layout Plain Layout
18371 \align center
18372 \begin_inset Tabular
18373 <lyxtabular version="3" rows="4" columns="3">
18374 <features tabularvalignment="middle">
18375 <column alignment="center" valignment="top">
18376 <column alignment="center" valignment="top">
18377 <column alignment="center" valignment="top" width="0pt">
18378 <row>
18379 <cell alignment="center" valignment="top" usebox="none">
18380 \begin_inset Text
18381
18382 \begin_layout Plain Layout
18383 X
18384 \end_layout
18385
18386 \end_inset
18387 </cell>
18388 <cell alignment="center" valignment="top" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392 Y
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 <cell alignment="center" valignment="top" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401 Z
18402 \end_layout
18403
18404 \end_inset
18405 </cell>
18406 </row>
18407 <row>
18408 <cell alignment="center" valignment="top" usebox="none">
18409 \begin_inset Text
18410
18411 \begin_layout Plain Layout
18412 1
18413 \end_layout
18414
18415 \end_inset
18416 </cell>
18417 <cell alignment="center" valignment="top" usebox="none">
18418 \begin_inset Text
18419
18420 \begin_layout Plain Layout
18421 2
18422 \end_layout
18423
18424 \end_inset
18425 </cell>
18426 <cell alignment="center" valignment="top" usebox="none">
18427 \begin_inset Text
18428
18429 \begin_layout Plain Layout
18430 3
18431 \end_layout
18432
18433 \end_inset
18434 </cell>
18435 </row>
18436 <row>
18437 <cell alignment="center" valignment="top" usebox="none">
18438 \begin_inset Text
18439
18440 \begin_layout Plain Layout
18441 4
18442 \end_layout
18443
18444 \end_inset
18445 </cell>
18446 <cell alignment="center" valignment="top" usebox="none">
18447 \begin_inset Text
18448
18449 \begin_layout Plain Layout
18450 5
18451 \end_layout
18452
18453 \end_inset
18454 </cell>
18455 <cell alignment="center" valignment="top" usebox="none">
18456 \begin_inset Text
18457
18458 \begin_layout Plain Layout
18459 6
18460 \end_layout
18461
18462 \end_inset
18463 </cell>
18464 </row>
18465 <row>
18466 <cell alignment="center" valignment="top" usebox="none">
18467 \begin_inset Text
18468
18469 \begin_layout Plain Layout
18470 7
18471 \end_layout
18472
18473 \end_inset
18474 </cell>
18475 <cell alignment="center" valignment="top" usebox="none">
18476 \begin_inset Text
18477
18478 \begin_layout Plain Layout
18479 8
18480 \end_layout
18481
18482 \end_inset
18483 </cell>
18484 <cell alignment="center" valignment="top" usebox="none">
18485 \begin_inset Text
18486
18487 \begin_layout Plain Layout
18488 9
18489 \end_layout
18490
18491 \end_inset
18492 </cell>
18493 </row>
18494 </lyxtabular>
18495
18496 \end_inset
18497
18498
18499 \end_layout
18500
18501 \end_inset
18502
18503
18504 \end_layout
18505
18506 \begin_layout Standard
18507 \begin_inset ERT
18508 status collapsed
18509
18510 \begin_layout Plain Layout
18511
18512
18513 \backslash
18514 rowcolors{1}{}{}
18515 \end_layout
18516
18517 \end_inset
18518
18519
18520 \begin_inset Note Note
18521 status collapsed
18522
18523 \begin_layout Plain Layout
18524 schaltet die Färbung aus
18525 \end_layout
18526
18527 \end_inset
18528
18529
18530 \end_layout
18531
18532 \begin_layout Standard
18533 \begin_inset ERT
18534 status collapsed
18535
18536 \begin_layout Plain Layout
18537
18538
18539 \backslash
18540 else
18541 \end_layout
18542
18543 \end_inset
18544
18545
18546 \begin_inset Note Note
18547 status open
18548
18549 \begin_layout Plain Layout
18550 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
18551 -Paket 
18552 \series bold
18553 colortbl
18554 \series default
18555  nicht installiert ist:
18556 \end_layout
18557
18558 \end_inset
18559
18560
18561 \end_layout
18562
18563 \begin_layout Standard
18564 Sie müssen das \SpecialChar LaTeX
18565 -Paket 
18566 \series bold
18567 colortbl
18568 \series default
18569  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18570 \end_layout
18571
18572 \begin_layout Standard
18573 \begin_inset ERT
18574 status collapsed
18575
18576 \begin_layout Plain Layout
18577
18578
18579 \backslash
18580 fi
18581 \end_layout
18582
18583 \end_inset
18584
18585
18586 \end_layout
18587
18588 \begin_layout Subsection
18589 Farbige Linien
18590 \begin_inset Index idx
18591 status collapsed
18592
18593 \begin_layout Plain Layout
18594 farbige !  Tabellenlinien
18595 \end_layout
18596
18597 \end_inset
18598
18599
18600 \end_layout
18601
18602 \begin_layout Standard
18603 Wie in Abschnitt
18604 \begin_inset space ~
18605 \end_inset
18606
18607
18608 \begin_inset CommandInset ref
18609 LatexCommand ref
18610 reference "uab:Liniendicke"
18611
18612 \end_inset
18613
18614  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18615 \series bold
18616
18617 \backslash
18618 arrayrulewidth
18619 \series default
18620  definiert werden.
18621  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18622 \begin_inset space \thinspace{}
18623 \end_inset
18624
18625 pt gesetzt.
18626 \begin_inset ERT
18627 status collapsed
18628
18629 \begin_layout Plain Layout
18630
18631
18632 \backslash
18633 setlength{
18634 \backslash
18635 arrayrulewidth}{1.5pt}
18636 \end_layout
18637
18638 \end_inset
18639
18640
18641 \end_layout
18642
18643 \begin_layout Standard
18644 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im \SpecialChar LaTeX
18645 -Vorspann
18646  folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18647 \begin_inset space ~
18648 \end_inset
18649
18650
18651 \begin_inset CommandInset ref
18652 LatexCommand ref
18653 reference "uab:Angepasste-Zellen-/Spaltenformate"
18654
18655 \end_inset
18656
18657  definiert:
18658 \end_layout
18659
18660 \begin_layout Standard
18661
18662 \series bold
18663
18664 \backslash
18665 newcolumntype{W}{!{
18666 \backslash
18667 color{green}
18668 \backslash
18669 vline}}
18670 \end_layout
18671
18672 \begin_layout Standard
18673 In Tabelle
18674 \begin_inset space ~
18675 \end_inset
18676
18677
18678 \begin_inset CommandInset ref
18679 LatexCommand ref
18680 reference "tab:Tabelle-mit-farbigen-vert"
18681
18682 \end_inset
18683
18684  wurde das \SpecialChar LaTeX
18685 -Argument 
18686 \series bold
18687 WcW
18688 \series default
18689  für die letzte und 
18690 \series bold
18691 Wc
18692 \series default
18693  für die anderen Spalten benutzt.
18694 \end_layout
18695
18696 \begin_layout Standard
18697 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18698 \end_layout
18699
18700 \begin_layout Standard
18701 \begin_inset Float table
18702 placement h
18703 wide false
18704 sideways false
18705 status open
18706
18707 \begin_layout Plain Layout
18708 \begin_inset Caption Standard
18709
18710 \begin_layout Plain Layout
18711 \begin_inset CommandInset label
18712 LatexCommand label
18713 name "tab:Tabelle-mit-farbigen-vert"
18714
18715 \end_inset
18716
18717 Tabelle mit farbigen vertikalen Linien
18718 \end_layout
18719
18720 \end_inset
18721
18722
18723 \end_layout
18724
18725 \begin_layout Plain Layout
18726 \align center
18727 \begin_inset Tabular
18728 <lyxtabular version="3" rows="3" columns="3">
18729 <features tabularvalignment="middle">
18730 <column alignment="center" valignment="top" special="Wc">
18731 <column alignment="center" valignment="top" special="Wc">
18732 <column alignment="center" valignment="top" special="WcW">
18733 <row>
18734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18735 \begin_inset Text
18736
18737 \begin_layout Plain Layout
18738 sd
18739 \end_layout
18740
18741 \end_inset
18742 </cell>
18743 <cell alignment="center" valignment="top" topline="true" usebox="none">
18744 \begin_inset Text
18745
18746 \begin_layout Plain Layout
18747
18748 \end_layout
18749
18750 \end_inset
18751 </cell>
18752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18753 \begin_inset Text
18754
18755 \begin_layout Plain Layout
18756
18757 \end_layout
18758
18759 \end_inset
18760 </cell>
18761 </row>
18762 <row>
18763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18764 \begin_inset Text
18765
18766 \begin_layout Plain Layout
18767
18768 \end_layout
18769
18770 \end_inset
18771 </cell>
18772 <cell alignment="center" valignment="top" topline="true" usebox="none">
18773 \begin_inset Text
18774
18775 \begin_layout Plain Layout
18776 sd
18777 \end_layout
18778
18779 \end_inset
18780 </cell>
18781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18782 \begin_inset Text
18783
18784 \begin_layout Plain Layout
18785
18786 \end_layout
18787
18788 \end_inset
18789 </cell>
18790 </row>
18791 <row>
18792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18793 \begin_inset Text
18794
18795 \begin_layout Plain Layout
18796
18797 \end_layout
18798
18799 \end_inset
18800 </cell>
18801 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18802 \begin_inset Text
18803
18804 \begin_layout Plain Layout
18805
18806 \end_layout
18807
18808 \end_inset
18809 </cell>
18810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18811 \begin_inset Text
18812
18813 \begin_layout Plain Layout
18814 sd
18815 \end_layout
18816
18817 \end_inset
18818 </cell>
18819 </row>
18820 </lyxtabular>
18821
18822 \end_inset
18823
18824
18825 \end_layout
18826
18827 \end_inset
18828
18829
18830 \end_layout
18831
18832 \begin_layout Standard
18833 \begin_inset VSpace bigskip
18834 \end_inset
18835
18836 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18837 \begin_inset space ~
18838 \end_inset
18839
18840
18841 \begin_inset CommandInset ref
18842 LatexCommand ref
18843 reference "tab:Tabelle-mit-farbigen-horiz"
18844
18845 \end_inset
18846
18847 , müssen Sie folgenden Befehl als \SpecialChar TeX
18848 -Code vor der (Gleitobjekt-)Tabelle einfügen:
18849 \end_layout
18850
18851 \begin_layout Standard
18852
18853 \series bold
18854
18855 \backslash
18856 let
18857 \backslash
18858 myHlineC
18859 \backslash
18860 hline
18861 \begin_inset Newline newline
18862 \end_inset
18863
18864
18865 \backslash
18866 renewcommand{
18867 \backslash
18868 hline}
18869 \begin_inset Newline newline
18870 \end_inset
18871
18872
18873 \begin_inset Phantom HPhantom
18874 status open
18875
18876 \begin_layout Plain Layout
18877
18878 \series bold
18879 \begin_inset space ~
18880 \end_inset
18881
18882
18883 \end_layout
18884
18885 \end_inset
18886
18887 {
18888 \backslash
18889 arrayrulecolor{red}
18890 \backslash
18891 myHlineC
18892 \backslash
18893 arrayrulecolor{black}}
18894 \end_layout
18895
18896 \begin_layout Standard
18897 \begin_inset ERT
18898 status collapsed
18899
18900 \begin_layout Plain Layout
18901
18902
18903 \backslash
18904 let
18905 \backslash
18906 myHlineC
18907 \backslash
18908 hline
18909 \end_layout
18910
18911 \begin_layout Plain Layout
18912
18913
18914 \backslash
18915 renewcommand{
18916 \backslash
18917 hline}
18918 \end_layout
18919
18920 \begin_layout Plain Layout
18921
18922  {
18923 \backslash
18924 arrayrulecolor{red}
18925 \backslash
18926 myHlineC
18927 \backslash
18928 arrayrulecolor{black}}
18929 \end_layout
18930
18931 \end_inset
18932
18933
18934 \begin_inset Float table
18935 placement h
18936 wide false
18937 sideways false
18938 status open
18939
18940 \begin_layout Plain Layout
18941 \begin_inset Caption Standard
18942
18943 \begin_layout Plain Layout
18944 \begin_inset CommandInset label
18945 LatexCommand label
18946 name "tab:Tabelle-mit-farbigen-horiz"
18947
18948 \end_inset
18949
18950 Tabelle mit farbigen horizontalen Linien
18951 \end_layout
18952
18953 \end_inset
18954
18955
18956 \end_layout
18957
18958 \begin_layout Plain Layout
18959 \align center
18960 \begin_inset Tabular
18961 <lyxtabular version="3" rows="3" columns="3">
18962 <features tabularvalignment="middle">
18963 <column alignment="center" valignment="top">
18964 <column alignment="center" valignment="top">
18965 <column alignment="center" valignment="top">
18966 <row>
18967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18968 \begin_inset Text
18969
18970 \begin_layout Plain Layout
18971 sd
18972 \end_layout
18973
18974 \end_inset
18975 </cell>
18976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18977 \begin_inset Text
18978
18979 \begin_layout Plain Layout
18980
18981 \end_layout
18982
18983 \end_inset
18984 </cell>
18985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18986 \begin_inset Text
18987
18988 \begin_layout Plain Layout
18989
18990 \end_layout
18991
18992 \end_inset
18993 </cell>
18994 </row>
18995 <row>
18996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18997 \begin_inset Text
18998
18999 \begin_layout Plain Layout
19000
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19006 \begin_inset Text
19007
19008 \begin_layout Plain Layout
19009 sd
19010 \end_layout
19011
19012 \end_inset
19013 </cell>
19014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19015 \begin_inset Text
19016
19017 \begin_layout Plain Layout
19018
19019 \end_layout
19020
19021 \end_inset
19022 </cell>
19023 </row>
19024 <row>
19025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19026 \begin_inset Text
19027
19028 \begin_layout Plain Layout
19029
19030 \end_layout
19031
19032 \end_inset
19033 </cell>
19034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19035 \begin_inset Text
19036
19037 \begin_layout Plain Layout
19038
19039 \end_layout
19040
19041 \end_inset
19042 </cell>
19043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19044 \begin_inset Text
19045
19046 \begin_layout Plain Layout
19047 sd
19048 \end_layout
19049
19050 \end_inset
19051 </cell>
19052 </row>
19053 </lyxtabular>
19054
19055 \end_inset
19056
19057
19058 \end_layout
19059
19060 \end_inset
19061
19062
19063 \end_layout
19064
19065 \begin_layout Standard
19066 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
19067  als \SpecialChar TeX
19068 -Code hinter der Tabelle einfügen:
19069 \end_layout
19070
19071 \begin_layout Standard
19072
19073 \series bold
19074
19075 \backslash
19076 renewcommand{
19077 \backslash
19078 hline}{
19079 \backslash
19080 myHlineC}
19081 \end_layout
19082
19083 \begin_layout Standard
19084 Tabelle
19085 \begin_inset space ~
19086 \end_inset
19087
19088
19089 \begin_inset CommandInset ref
19090 LatexCommand ref
19091 reference "tab:Table-with-colored"
19092
19093 \end_inset
19094
19095  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
19096 \end_layout
19097
19098 \begin_layout Standard
19099 \begin_inset Float table
19100 placement h
19101 wide false
19102 sideways false
19103 status open
19104
19105 \begin_layout Plain Layout
19106 \begin_inset Caption Standard
19107
19108 \begin_layout Plain Layout
19109 \begin_inset CommandInset label
19110 LatexCommand label
19111 name "tab:Table-with-colored"
19112
19113 \end_inset
19114
19115 Tabelle mit farbigen Linien
19116 \end_layout
19117
19118 \end_inset
19119
19120
19121 \end_layout
19122
19123 \begin_layout Plain Layout
19124 \align center
19125 \begin_inset Tabular
19126 <lyxtabular version="3" rows="3" columns="3">
19127 <features tabularvalignment="middle">
19128 <column alignment="center" valignment="top" special="Wc">
19129 <column alignment="center" valignment="top" special="Wc">
19130 <column alignment="center" valignment="top" special="WcW">
19131 <row>
19132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19133 \begin_inset Text
19134
19135 \begin_layout Plain Layout
19136 sd
19137 \end_layout
19138
19139 \end_inset
19140 </cell>
19141 <cell alignment="center" valignment="top" topline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145
19146 \end_layout
19147
19148 \end_inset
19149 </cell>
19150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19151 \begin_inset Text
19152
19153 \begin_layout Plain Layout
19154
19155 \end_layout
19156
19157 \end_inset
19158 </cell>
19159 </row>
19160 <row>
19161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19162 \begin_inset Text
19163
19164 \begin_layout Plain Layout
19165
19166 \end_layout
19167
19168 \end_inset
19169 </cell>
19170 <cell alignment="center" valignment="top" topline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174 sd
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183
19184 \end_layout
19185
19186 \end_inset
19187 </cell>
19188 </row>
19189 <row topspace="default">
19190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19191 \begin_inset Text
19192
19193 \begin_layout Plain Layout
19194
19195 \end_layout
19196
19197 \end_inset
19198 </cell>
19199 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19200 \begin_inset Text
19201
19202 \begin_layout Plain Layout
19203
19204 \end_layout
19205
19206 \end_inset
19207 </cell>
19208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19209 \begin_inset Text
19210
19211 \begin_layout Plain Layout
19212 sd
19213 \end_layout
19214
19215 \end_inset
19216 </cell>
19217 </row>
19218 </lyxtabular>
19219
19220 \end_inset
19221
19222
19223 \end_layout
19224
19225 \end_inset
19226
19227
19228 \end_layout
19229
19230 \begin_layout Standard
19231 \begin_inset ERT
19232 status collapsed
19233
19234 \begin_layout Plain Layout
19235
19236
19237 \backslash
19238 renewcommand{
19239 \backslash
19240 hline}{
19241 \backslash
19242 myHlineC}
19243 \end_layout
19244
19245 \end_inset
19246
19247
19248 \end_layout
19249
19250 \begin_layout Standard
19251 \begin_inset ERT
19252 status collapsed
19253
19254 \begin_layout Plain Layout
19255
19256
19257 \backslash
19258 setlength{
19259 \backslash
19260 arrayrulewidth}{0.4pt}
19261 \end_layout
19262
19263 \end_inset
19264
19265
19266 \begin_inset Note Note
19267 status collapsed
19268
19269 \begin_layout Plain Layout
19270 setzt die Liniendicke wieder auf ihren Standardwert zurück
19271 \end_layout
19272
19273 \end_inset
19274
19275
19276 \end_layout
19277
19278 \begin_layout Section
19279 Rotierte Tabellenzellen
19280 \begin_inset CommandInset label
19281 LatexCommand label
19282 name "abs:Rotierte-Tabellenzellen"
19283
19284 \end_inset
19285
19286
19287 \begin_inset Index idx
19288 status collapsed
19289
19290 \begin_layout Plain Layout
19291 Tabellen ! rotierte Zellen
19292 \end_layout
19293
19294 \end_inset
19295
19296
19297 \begin_inset Index idx
19298 status collapsed
19299
19300 \begin_layout Plain Layout
19301 Rotiertes Material
19302 \end_layout
19303
19304 \end_inset
19305
19306
19307 \end_layout
19308
19309 \begin_layout Standard
19310 \begin_inset Note Greyedout
19311 status open
19312
19313 \begin_layout Plain Layout
19314
19315 \series bold
19316 Achtung:
19317 \series default
19318  Nicht alle DVI-Betrachter können Rotationen anzeigen.
19319 \end_layout
19320
19321 \end_inset
19322
19323
19324 \end_layout
19325
19326 \begin_layout Standard
19327 Tabelle
19328 \begin_inset space ~
19329 \end_inset
19330
19331
19332 \begin_inset CommandInset ref
19333 LatexCommand ref
19334 reference "tab:Tabelle-mit-rotierten"
19335
19336 \end_inset
19337
19338  ist ein Beispiel bei dem 3
19339 \begin_inset space ~
19340 \end_inset
19341
19342 Zellen um 45
19343 \begin_inset space \thinspace{}
19344 \end_inset
19345
19346 ° rotiert wurden.
19347 \end_layout
19348
19349 \begin_layout Standard
19350 \begin_inset Float table
19351 placement h
19352 wide false
19353 sideways false
19354 status open
19355
19356 \begin_layout Plain Layout
19357 \begin_inset Caption Standard
19358
19359 \begin_layout Plain Layout
19360 \begin_inset CommandInset label
19361 LatexCommand label
19362 name "tab:Tabelle-mit-rotierten"
19363
19364 \end_inset
19365
19366 Tabelle mit rotierten Zellen in der ersten Zeile.
19367 \end_layout
19368
19369 \end_inset
19370
19371
19372 \end_layout
19373
19374 \begin_layout Plain Layout
19375 \noindent
19376 \align center
19377 \begin_inset Tabular
19378 <lyxtabular version="3" rows="2" columns="3">
19379 <features tabularvalignment="middle">
19380 <column alignment="center" valignment="top" width="0pt">
19381 <column alignment="center" valignment="top" width="0pt">
19382 <column alignment="center" valignment="top" width="0pt">
19383 <row>
19384 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388 Tassen
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397 Teller
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406 Untertassen
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 </row>
19412 <row>
19413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19414 \begin_inset Text
19415
19416 \begin_layout Plain Layout
19417 45
19418 \end_layout
19419
19420 \end_inset
19421 </cell>
19422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19423 \begin_inset Text
19424
19425 \begin_layout Plain Layout
19426 33
19427 \end_layout
19428
19429 \end_inset
19430 </cell>
19431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19432 \begin_inset Text
19433
19434 \begin_layout Plain Layout
19435 21
19436 \end_layout
19437
19438 \end_inset
19439 </cell>
19440 </row>
19441 </lyxtabular>
19442
19443 \end_inset
19444
19445
19446 \end_layout
19447
19448 \end_inset
19449
19450
19451 \end_layout
19452
19453 \begin_layout Standard
19454 \begin_inset Note Greyedout
19455 status open
19456
19457 \begin_layout Plain Layout
19458
19459 \series bold
19460 Achtung:
19461 \series default
19462  Zeilenumbrüche (Tastenkürzel 
19463 \family sans
19464 Strg+Enter
19465 \family default
19466 ) sind in rotierten Zellen nicht erlaubt.
19467 \end_layout
19468
19469 \end_inset
19470
19471
19472 \end_layout
19473
19474 \begin_layout Standard
19475 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
19476  den Zelleninhalt in eine Minipage oder Parbox tun.
19477 \begin_inset Foot
19478 status collapsed
19479
19480 \begin_layout Plain Layout
19481 Für mehr über diese Boxen siehe Abschnitt
19482 \begin_inset space ~
19483 \end_inset
19484
19485
19486 \begin_inset CommandInset ref
19487 LatexCommand ref
19488 reference "abs:Minipage"
19489
19490 \end_inset
19491
19492  und 
19493 \begin_inset CommandInset ref
19494 LatexCommand ref
19495 reference "abs:Parbox"
19496
19497 \end_inset
19498
19499 .
19500 \end_layout
19501
19502 \end_inset
19503
19504  Wenn Sie diese Zelle um 90
19505 \begin_inset space \thinspace{}
19506 \end_inset
19507
19508 ° rotieren, ist die Breite der Box die Höhe der Zelle.
19509  Tabelle
19510 \begin_inset space ~
19511 \end_inset
19512
19513
19514 \begin_inset CommandInset ref
19515 LatexCommand ref
19516 reference "tab:Tabelle-mit-rotierter-Umbruch"
19517
19518 \end_inset
19519
19520  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch, wobei die Boxbreite
19521  auch 3
19522 \begin_inset space \thinspace{}
19523 \end_inset
19524
19525 cm gesetzt wurde.
19526 \end_layout
19527
19528 \begin_layout Standard
19529 \begin_inset Float table
19530 wide false
19531 sideways false
19532 status open
19533
19534 \begin_layout Plain Layout
19535 \begin_inset Caption Standard
19536
19537 \begin_layout Plain Layout
19538 \begin_inset CommandInset label
19539 LatexCommand label
19540 name "tab:Tabelle-mit-rotierter-Umbruch"
19541
19542 \end_inset
19543
19544 Tabelle mit rotierter Zelle mit Zeilenumbruch.
19545 \end_layout
19546
19547 \end_inset
19548
19549
19550 \end_layout
19551
19552 \begin_layout Plain Layout
19553 \noindent
19554 \align center
19555 \begin_inset Tabular
19556 <lyxtabular version="3" rows="2" columns="3">
19557 <features tabularvalignment="middle">
19558 <column alignment="center" valignment="top">
19559 <column alignment="center" valignment="top" width="0pt">
19560 <column alignment="center" valignment="top">
19561 <row>
19562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19563 \begin_inset Text
19564
19565 \begin_layout Plain Layout
19566 a
19567 \end_layout
19568
19569 \end_inset
19570 </cell>
19571 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19572 \begin_inset Text
19573
19574 \begin_layout Plain Layout
19575 \begin_inset Box Frameless
19576 position "t"
19577 hor_pos "c"
19578 has_inner_box 1
19579 inner_pos "t"
19580 use_parbox 0
19581 use_makebox 0
19582 width "3cm"
19583 special "none"
19584 height "1in"
19585 height_special "totalheight"
19586 thickness "0.4pt"
19587 separation "3pt"
19588 shadowsize "4pt"
19589 framecolor "black"
19590 backgroundcolor "none"
19591 status open
19592
19593 \begin_layout Plain Layout
19594 rotierte Zelle
19595 \begin_inset Newline newline
19596 \end_inset
19597
19598 mit Zeilenumbruch
19599 \end_layout
19600
19601 \end_inset
19602
19603
19604 \end_layout
19605
19606 \end_inset
19607 </cell>
19608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19609 \begin_inset Text
19610
19611 \begin_layout Plain Layout
19612 e
19613 \end_layout
19614
19615 \end_inset
19616 </cell>
19617 </row>
19618 <row>
19619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19620 \begin_inset Text
19621
19622 \begin_layout Plain Layout
19623 b
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19629 \begin_inset Text
19630
19631 \begin_layout Plain Layout
19632 c
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19638 \begin_inset Text
19639
19640 \begin_layout Plain Layout
19641 d
19642 \end_layout
19643
19644 \end_inset
19645 </cell>
19646 </row>
19647 </lyxtabular>
19648
19649 \end_inset
19650
19651
19652 \end_layout
19653
19654 \end_inset
19655
19656
19657 \end_layout
19658
19659 \begin_layout Section
19660 Berechnung der Tabellenbreite
19661 \begin_inset CommandInset label
19662 LatexCommand label
19663 name "abs:Berechnung-der-Tabellenbreite"
19664
19665 \end_inset
19666
19667
19668 \end_layout
19669
19670 \begin_layout Standard
19671 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
19672  Tabelle nicht über den Seitenrand hinausragt.
19673  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
19674  aber wie viel Platz wird für jede Spalte benötigt?
19675 \end_layout
19676
19677 \begin_layout Standard
19678 Die Tabellenbreite 
19679 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19680 \end_inset
19681
19682  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
19683  
19684 \begin_inset Formula $W_{\mathrm{Spalte}}$
19685 \end_inset
19686
19687  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
19688  Spalteninhalt und dem Rand der Spalte (\SpecialChar LaTeX
19689 -Länge
19690 \series bold
19691  
19692 \backslash
19693 tabcolsep
19694 \series default
19695 , Voreinstellung 6
19696 \begin_inset space \thinspace{}
19697 \end_inset
19698
19699 pt) plus die Breite einer Tabellenlinie (\SpecialChar LaTeX
19700 -Länge 
19701 \series bold
19702
19703 \backslash
19704 arrayrulewidth
19705 \series default
19706 , Voreinstellung 0.4
19707 \begin_inset space \thinspace{}
19708 \end_inset
19709
19710 pt): Wenn alle 
19711 \begin_inset Formula $n$
19712 \end_inset
19713
19714
19715 \begin_inset space ~
19716 \end_inset
19717
19718 Spalten dieselbe Breite haben, ist die Tabellenbreite also
19719 \begin_inset Formula 
19720 \begin{equation}
19721 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19722 \end{equation}
19723
19724 \end_inset
19725
19726
19727 \end_layout
19728
19729 \begin_layout Standard
19730 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
19731  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (\SpecialChar LaTeX
19732 -Länge
19733  
19734 \series bold
19735
19736 \backslash
19737 columnwidth
19738 \series default
19739 ).
19740  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
19741 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19742 \end_inset
19743
19744  gleich 1
19745 \begin_inset space \thinspace{}
19746 \end_inset
19747
19748
19749 \backslash
19750 columnwidth sein soll, kann 
19751 \begin_inset Formula $W_{\mathrm{Spalte}}$
19752 \end_inset
19753
19754  leicht berechnet werden.
19755 \end_layout
19756
19757 \begin_layout Standard
19758 Um Berechnungen ausführen zu können, muss das \SpecialChar LaTeX
19759 -Paket 
19760 \series bold
19761 calc
19762 \series default
19763
19764 \begin_inset Index idx
19765 status collapsed
19766
19767 \begin_layout Plain Layout
19768 \SpecialChar LaTeX
19769 -Pakete ! calc
19770 \end_layout
19771
19772 \end_inset
19773
19774  im \SpecialChar LaTeX
19775 -Vorspann geladen werden.
19776  Um die Breite im Tabellendialog anzugeben, muss das Feld 
19777 \family sans
19778 \SpecialChar LaTeX
19779 -Argument
19780 \family default
19781  verwendet werden.
19782  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
19783 \begin_inset space ~
19784 \end_inset
19785
19786
19787 \begin_inset CommandInset ref
19788 LatexCommand ref
19789 reference "uab:Mehrfachspalten-Berechnungen"
19790
19791 \end_inset
19792
19793  erklärt ist.
19794  Für eine Tabelle mit 5
19795 \begin_inset space \thinspace{}
19796 \end_inset
19797
19798 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
19799  für jede Spalte den Befehl
19800 \end_layout
19801
19802 \begin_layout Standard
19803
19804 \series bold
19805 >{
19806 \backslash
19807 centering}p{(1
19808 \backslash
19809 columnwidth-62.4pt)/5}
19810 \end_layout
19811
19812 \begin_layout Standard
19813 an.
19814  Für eine Tabelle mit 5
19815 \begin_inset space \thinspace{}
19816 \end_inset
19817
19818 Spalten bei der 2 das 0,75
19819 \begin_inset space \thinspace{}
19820 \end_inset
19821
19822 fache der Breite der anderen 3
19823 \begin_inset space ~
19824 \end_inset
19825
19826 Spalten haben sollen, ist die Berechnung
19827 \begin_inset Formula 
19828 \begin{align}
19829 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{Spalte}}+2\cdot0,75\,W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19830  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19831  & =4,5\,W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
19832 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
19833 \end{align}
19834
19835 \end_inset
19836
19837
19838 \end_layout
19839
19840 \begin_layout Standard
19841 In der Tabelle wird daher der Befehl
19842 \end_layout
19843
19844 \begin_layout Standard
19845
19846 \series bold
19847 >{
19848 \backslash
19849 centering}p{(1
19850 \backslash
19851 columnwidth-62.4pt)/
19852 \backslash
19853 real{4.5}}
19854 \end_layout
19855
19856 \begin_layout Standard
19857 für die breiteren Spalten verwendet und
19858 \end_layout
19859
19860 \begin_layout Standard
19861
19862 \series bold
19863 >{
19864 \backslash
19865 centering}p{(1
19866 \backslash
19867 columnwidth-62.4pt)/
19868 \backslash
19869 real{4.5}*
19870 \backslash
19871 real{0.75}}
19872 \end_layout
19873
19874 \begin_layout Standard
19875 für die schmaleren:
19876 \end_layout
19877
19878 \begin_layout Standard
19879 \begin_inset Tabular
19880 <lyxtabular version="3" rows="2" columns="5">
19881 <features tabularvalignment="middle">
19882 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19883 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19884 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19885 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19886 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19887 <row>
19888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19889 \begin_inset Text
19890
19891 \begin_layout Plain Layout
19892 1
19893 \end_layout
19894
19895 \end_inset
19896 </cell>
19897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19898 \begin_inset Text
19899
19900 \begin_layout Plain Layout
19901 2
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19907 \begin_inset Text
19908
19909 \begin_layout Plain Layout
19910 3
19911 \end_layout
19912
19913 \end_inset
19914 </cell>
19915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Plain Layout
19919 4
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19925 \begin_inset Text
19926
19927 \begin_layout Plain Layout
19928 5
19929 \end_layout
19930
19931 \end_inset
19932 </cell>
19933 </row>
19934 <row>
19935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19936 \begin_inset Text
19937
19938 \begin_layout Plain Layout
19939 111111 1111111 111111 111111111 11111 11111 1111
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19945 \begin_inset Text
19946
19947 \begin_layout Plain Layout
19948
19949 \end_layout
19950
19951 \end_inset
19952 </cell>
19953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19954 \begin_inset Text
19955
19956 \begin_layout Plain Layout
19957 2222 22222 222222 222222222 2222222 22 22222
19958 \end_layout
19959
19960 \end_inset
19961 </cell>
19962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19963 \begin_inset Text
19964
19965 \begin_layout Plain Layout
19966
19967 \end_layout
19968
19969 \end_inset
19970 </cell>
19971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19972 \begin_inset Text
19973
19974 \begin_layout Plain Layout
19975 333333 333333 333333 33333 3333333 333
19976 \end_layout
19977
19978 \end_inset
19979 </cell>
19980 </row>
19981 </lyxtabular>
19982
19983 \end_inset
19984
19985
19986 \end_layout
19987
19988 \begin_layout Section
19989 Tabellen-Anpassung
19990 \begin_inset Index idx
19991 status collapsed
19992
19993 \begin_layout Plain Layout
19994 Tabellen ! Anpassung
19995 \end_layout
19996
19997 \end_inset
19998
19999
20000 \end_layout
20001
20002 \begin_layout Subsection
20003 Zeilenabstand
20004 \begin_inset CommandInset label
20005 LatexCommand label
20006 name "uab:Zeilenabstand"
20007
20008 \end_inset
20009
20010
20011 \begin_inset Index idx
20012 status collapsed
20013
20014 \begin_layout Plain Layout
20015 Tabellen ! Zeilenabstand
20016 \end_layout
20017
20018 \end_inset
20019
20020
20021 \end_layout
20022
20023 \begin_layout Standard
20024 Auf der Karteikarte 
20025 \family sans
20026 Rahmen
20027 \family default
20028  des 
20029 \family sans
20030 Tabellen-Einstellungen
20031 \family default
20032 -Dialogs können Sie 
20033 \family sans
20034 zusätzliche
20035 \begin_inset space ~
20036 \end_inset
20037
20038 Abstände
20039 \family default
20040  einfügen.
20041  Dabei haben Sie drei Möglichkeiten:
20042 \end_layout
20043
20044 \begin_layout Description
20045 Oberhalb
20046 \begin_inset space ~
20047 \end_inset
20048
20049 der
20050 \begin_inset space ~
20051 \end_inset
20052
20053 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
20054  Bei einer formalen Tabelle
20055 \begin_inset Foot
20056 status collapsed
20057
20058 \begin_layout Plain Layout
20059 Formale Tabellen wurden in Abschnitt
20060 \begin_inset space ~
20061 \end_inset
20062
20063
20064 \begin_inset CommandInset ref
20065 LatexCommand ref
20066 reference "abs:Formale-Tabellen"
20067
20068 \end_inset
20069
20070  beschrieben.
20071 \end_layout
20072
20073 \end_inset
20074
20075  fügt \SpecialChar LyX
20076  standardmäßig 0.5
20077 \begin_inset space \thinspace{}
20078 \end_inset
20079
20080 em Leerraum ein.
20081  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20082 \begin_inset VSpace medskip
20083 \end_inset
20084
20085
20086 \begin_inset Newline newline
20087 \end_inset
20088
20089
20090 \begin_inset space \hspace*{}
20091 \length 0pt
20092 \end_inset
20093
20094
20095 \begin_inset space \hfill{}
20096 \end_inset
20097
20098
20099 \begin_inset Tabular
20100 <lyxtabular version="3" rows="3" columns="1">
20101 <features tabularvalignment="middle">
20102 <column alignment="center" valignment="top">
20103 <row>
20104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108 A
20109 \end_layout
20110
20111 \end_inset
20112 </cell>
20113 </row>
20114 <row topspace="3mm">
20115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20116 \begin_inset Text
20117
20118 \begin_layout Plain Layout
20119 3
20120 \begin_inset space \thinspace{}
20121 \end_inset
20122
20123 mm Leerraum oberhalb der Zeile
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 </row>
20129 <row>
20130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20131 \begin_inset Text
20132
20133 \begin_layout Plain Layout
20134 C
20135 \end_layout
20136
20137 \end_inset
20138 </cell>
20139 </row>
20140 </lyxtabular>
20141
20142 \end_inset
20143
20144
20145 \begin_inset space \hfill{}
20146 \end_inset
20147
20148
20149 \begin_inset space \hspace*{}
20150 \length 0pt
20151 \end_inset
20152
20153
20154 \begin_inset VSpace medskip
20155 \end_inset
20156
20157
20158 \begin_inset Newline newline
20159 \end_inset
20160
20161 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20162 n Linien verwenden.
20163 \end_layout
20164
20165 \begin_layout Description
20166 Unterhalb
20167 \begin_inset space ~
20168 \end_inset
20169
20170 der
20171 \begin_inset space ~
20172 \end_inset
20173
20174 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
20175  Bei einer formalen Tabelle fügt \SpecialChar LyX
20176  standardmäßig 0.5
20177 \begin_inset space \thinspace{}
20178 \end_inset
20179
20180 em Leerraum ein.
20181  Bei normalen Tabellen ist der Standardwert 2
20182 \begin_inset space \thinspace{}
20183 \end_inset
20184
20185 pt.
20186 \end_layout
20187
20188 \begin_layout Description
20189 Zwischen
20190 \begin_inset space ~
20191 \end_inset
20192
20193 den
20194 \begin_inset space ~
20195 \end_inset
20196
20197 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
20198  Bei einer formalen Tabelle fügt \SpecialChar LyX
20199  standardmäßig 0.5
20200 \begin_inset space \thinspace{}
20201 \end_inset
20202
20203 em Leerraum ein.
20204  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20205 \begin_inset VSpace medskip
20206 \end_inset
20207
20208
20209 \begin_inset Newline newline
20210 \end_inset
20211
20212
20213 \begin_inset space \hspace*{}
20214 \length 0pt
20215 \end_inset
20216
20217
20218 \begin_inset space \hfill{}
20219 \end_inset
20220
20221
20222 \begin_inset Tabular
20223 <lyxtabular version="3" rows="3" columns="1">
20224 <features tabularvalignment="middle">
20225 <column alignment="center" valignment="top">
20226 <row>
20227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Plain Layout
20231 A
20232 \end_layout
20233
20234 \end_inset
20235 </cell>
20236 </row>
20237 <row interlinespace="3mm">
20238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20239 \begin_inset Text
20240
20241 \begin_layout Plain Layout
20242 \begin_inset Formula $\downarrow$
20243 \end_inset
20244
20245  3
20246 \begin_inset space \thinspace{}
20247 \end_inset
20248
20249 mm Leerraum zwischen den Zeilen 
20250 \begin_inset Formula $\downarrow$
20251 \end_inset
20252
20253
20254 \end_layout
20255
20256 \end_inset
20257 </cell>
20258 </row>
20259 <row>
20260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20261 \begin_inset Text
20262
20263 \begin_layout Plain Layout
20264 \begin_inset Formula $\uparrow$
20265 \end_inset
20266
20267  3
20268 \begin_inset space \thinspace{}
20269 \end_inset
20270
20271 mm Leerraum zwischen den Zeilen 
20272 \begin_inset Formula $\uparrow$
20273 \end_inset
20274
20275
20276 \end_layout
20277
20278 \end_inset
20279 </cell>
20280 </row>
20281 </lyxtabular>
20282
20283 \end_inset
20284
20285
20286 \begin_inset space \hfill{}
20287 \end_inset
20288
20289
20290 \begin_inset space \hspace*{}
20291 \length 0pt
20292 \end_inset
20293
20294
20295 \begin_inset VSpace medskip
20296 \end_inset
20297
20298
20299 \begin_inset Newline newline
20300 \end_inset
20301
20302 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20303 n Linien verwenden.
20304 \end_layout
20305
20306 \begin_layout Standard
20307 \begin_inset VSpace bigskip
20308 \end_inset
20309
20310 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
20311  Befehlen im \SpecialChar LaTeX
20312 -Vorspann machen:
20313 \end_layout
20314
20315 \begin_layout Standard
20316
20317 \series bold
20318
20319 \backslash
20320 @ifundefined{extrarowheight}
20321 \begin_inset Newline newline
20322 \end_inset
20323
20324
20325 \begin_inset Phantom HPhantom
20326 status open
20327
20328 \begin_layout Plain Layout
20329
20330 \series bold
20331 \begin_inset space ~
20332 \end_inset
20333
20334
20335 \end_layout
20336
20337 \end_inset
20338
20339 {
20340 \backslash
20341 usepackage{array}}{}
20342 \begin_inset Newline newline
20343 \end_inset
20344
20345
20346 \backslash
20347 setlength{
20348 \backslash
20349 extrarowheight}{Höhe}
20350 \end_layout
20351
20352 \begin_layout Standard
20353 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
20354  ausgerichtet sind.
20355  (Das Paket 
20356 \series bold
20357 array
20358 \series default
20359  wird automatisch von \SpecialChar LyX
20360  geladen, wenn Sie selbst definierte Tabellenformate
20361  verwenden.
20362  Der Befehl 
20363 \series bold
20364
20365 \backslash
20366 @ifundefined
20367 \series default
20368  vermeidet, dass es in diesem Fall doppelt geladen wird.)
20369 \end_layout
20370
20371 \begin_layout Standard
20372 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
20373  zu nah an den Buchstaben.
20374  Das kann korrigiert werden, indem man den Befehl 
20375 \series bold
20376
20377 \backslash
20378 strut
20379 \series default
20380  als \SpecialChar TeX
20381 -Code am Anfang einer Tabellenzeile einfügt.
20382  Tabelle
20383 \begin_inset space ~
20384 \end_inset
20385
20386
20387 \begin_inset CommandInset ref
20388 LatexCommand ref
20389 reference "tab:Vertikale-Ausrichtung-von"
20390
20391 \end_inset
20392
20393  zeigt den Effekt.
20394 \end_layout
20395
20396 \begin_layout Standard
20397 \noindent
20398 \begin_inset Float table
20399 placement h
20400 wide false
20401 sideways false
20402 status open
20403
20404 \begin_layout Plain Layout
20405 \begin_inset Caption Standard
20406
20407 \begin_layout Plain Layout
20408 \begin_inset CommandInset label
20409 LatexCommand label
20410 name "tab:Vertikale-Ausrichtung-von"
20411
20412 \end_inset
20413
20414 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
20415 \end_layout
20416
20417 \end_inset
20418
20419
20420 \end_layout
20421
20422 \begin_layout Plain Layout
20423 \begin_inset space \hfill{}
20424 \end_inset
20425
20426
20427 \begin_inset Float table
20428 wide false
20429 sideways false
20430 status collapsed
20431
20432 \begin_layout Plain Layout
20433 \begin_inset Caption Standard
20434
20435 \begin_layout Plain Layout
20436 Normale Tabelle.
20437 \end_layout
20438
20439 \end_inset
20440
20441
20442 \end_layout
20443
20444 \begin_layout Plain Layout
20445 \noindent
20446 \align center
20447 \begin_inset Tabular
20448 <lyxtabular version="3" rows="6" columns="1">
20449 <features tabularvalignment="middle">
20450 <column alignment="left" valignment="top">
20451 <row>
20452 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20453 \begin_inset Text
20454
20455 \begin_layout Plain Layout
20456 Normal, g
20457 \end_layout
20458
20459 \end_inset
20460 </cell>
20461 </row>
20462 <row>
20463 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20464 \begin_inset Text
20465
20466 \begin_layout Plain Layout
20467
20468 \size large
20469 Groß, g
20470 \end_layout
20471
20472 \end_inset
20473 </cell>
20474 </row>
20475 <row>
20476 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20477 \begin_inset Text
20478
20479 \begin_layout Plain Layout
20480
20481 \size larger
20482 Größer, g
20483 \end_layout
20484
20485 \end_inset
20486 </cell>
20487 </row>
20488 <row>
20489 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20490 \begin_inset Text
20491
20492 \begin_layout Plain Layout
20493
20494 \size largest
20495 noch Größer, g
20496 \end_layout
20497
20498 \end_inset
20499 </cell>
20500 </row>
20501 <row>
20502 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20503 \begin_inset Text
20504
20505 \begin_layout Plain Layout
20506
20507 \size huge
20508 Riesig
20509 \end_layout
20510
20511 \end_inset
20512 </cell>
20513 </row>
20514 <row>
20515 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20516 \begin_inset Text
20517
20518 \begin_layout Plain Layout
20519
20520 \size giant
20521 Gigantisch
20522 \end_layout
20523
20524 \end_inset
20525 </cell>
20526 </row>
20527 </lyxtabular>
20528
20529 \end_inset
20530
20531
20532 \end_layout
20533
20534 \end_inset
20535
20536
20537 \begin_inset space \hfill{}
20538 \end_inset
20539
20540
20541 \begin_inset Float table
20542 wide false
20543 sideways false
20544 status collapsed
20545
20546 \begin_layout Plain Layout
20547 \begin_inset Caption Standard
20548
20549 \begin_layout Plain Layout
20550 Tabelle bei der der Befehl 
20551 \series bold
20552
20553 \backslash
20554 strut
20555 \series default
20556  verwendet wurde.
20557 \end_layout
20558
20559 \end_inset
20560
20561
20562 \end_layout
20563
20564 \begin_layout Plain Layout
20565 \noindent
20566 \align center
20567 \begin_inset Tabular
20568 <lyxtabular version="3" rows="6" columns="1">
20569 <features tabularvalignment="middle">
20570 <column alignment="left" valignment="top">
20571 <row>
20572 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20573 \begin_inset Text
20574
20575 \begin_layout Plain Layout
20576 Normal, g
20577 \end_layout
20578
20579 \end_inset
20580 </cell>
20581 </row>
20582 <row>
20583 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20584 \begin_inset Text
20585
20586 \begin_layout Plain Layout
20587
20588 \size large
20589 \begin_inset ERT
20590 status collapsed
20591
20592 \begin_layout Plain Layout
20593
20594
20595 \backslash
20596 strut 
20597 \end_layout
20598
20599 \end_inset
20600
20601 Groß, g
20602 \end_layout
20603
20604 \end_inset
20605 </cell>
20606 </row>
20607 <row>
20608 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20609 \begin_inset Text
20610
20611 \begin_layout Plain Layout
20612
20613 \size larger
20614 \begin_inset ERT
20615 status collapsed
20616
20617 \begin_layout Plain Layout
20618
20619
20620 \backslash
20621 strut 
20622 \end_layout
20623
20624 \end_inset
20625
20626 Größer, g
20627 \end_layout
20628
20629 \end_inset
20630 </cell>
20631 </row>
20632 <row>
20633 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20634 \begin_inset Text
20635
20636 \begin_layout Plain Layout
20637
20638 \size largest
20639 \begin_inset ERT
20640 status collapsed
20641
20642 \begin_layout Plain Layout
20643
20644
20645 \backslash
20646 strut 
20647 \end_layout
20648
20649 \end_inset
20650
20651 noch Größer, g
20652 \end_layout
20653
20654 \end_inset
20655 </cell>
20656 </row>
20657 <row>
20658 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20659 \begin_inset Text
20660
20661 \begin_layout Plain Layout
20662
20663 \size huge
20664 \begin_inset ERT
20665 status collapsed
20666
20667 \begin_layout Plain Layout
20668
20669
20670 \backslash
20671 strut 
20672 \end_layout
20673
20674 \end_inset
20675
20676 Riesig
20677 \end_layout
20678
20679 \end_inset
20680 </cell>
20681 </row>
20682 <row>
20683 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687
20688 \size giant
20689 \begin_inset ERT
20690 status collapsed
20691
20692 \begin_layout Plain Layout
20693
20694
20695 \backslash
20696 strut 
20697 \end_layout
20698
20699 \end_inset
20700
20701 Gigantisch
20702 \end_layout
20703
20704 \end_inset
20705 </cell>
20706 </row>
20707 </lyxtabular>
20708
20709 \end_inset
20710
20711
20712 \end_layout
20713
20714 \end_inset
20715
20716
20717 \begin_inset space \hfill{}
20718 \end_inset
20719
20720
20721 \end_layout
20722
20723 \end_inset
20724
20725
20726 \end_layout
20727
20728 \begin_layout Subsection
20729 Besondere Zellenausrichtung
20730 \begin_inset CommandInset label
20731 LatexCommand label
20732 name "uab:Besondere-Zellenausrichtung"
20733
20734 \end_inset
20735
20736
20737 \begin_inset Index idx
20738 status collapsed
20739
20740 \begin_layout Plain Layout
20741 Tabellen ! Zellenausrichtung
20742 \end_layout
20743
20744 \end_inset
20745
20746
20747 \end_layout
20748
20749 \begin_layout Standard
20750 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
20751  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
20752 \begin_inset space ~
20753 \end_inset
20754
20755
20756 \begin_inset CommandInset ref
20757 LatexCommand ref
20758 reference "tab:Tabellenzellen-sind-auf"
20759
20760 \end_inset
20761
20762 .
20763  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
20764  dann entweder den Werkzeugleistenknopf 
20765 \begin_inset Info
20766 type  "icon"
20767 arg   "inset-modify tabular align-decimal"
20768 \end_inset
20769
20770  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
20771 \family sans
20772 Am
20773 \begin_inset space ~
20774 \end_inset
20775
20776 Dezimaltrenner
20777 \family default
20778  setzt.
20779  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
20780  frei wählen.
20781 \end_layout
20782
20783 \begin_layout Standard
20784 \begin_inset Float table
20785 placement h
20786 wide false
20787 sideways false
20788 status open
20789
20790 \begin_layout Plain Layout
20791 \begin_inset Caption Standard
20792
20793 \begin_layout Plain Layout
20794 \begin_inset CommandInset label
20795 LatexCommand label
20796 name "tab:Tabellenzellen-sind-auf"
20797
20798 \end_inset
20799
20800 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
20801 \end_layout
20802
20803 \end_inset
20804
20805
20806 \end_layout
20807
20808 \begin_layout Plain Layout
20809 \align center
20810 \begin_inset Tabular
20811 <lyxtabular version="3" rows="4" columns="1">
20812 <features booktabs="true" tabularvalignment="middle">
20813 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20814 <row>
20815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20816 \begin_inset Text
20817
20818 \begin_layout Plain Layout
20819 Überschrift
20820 \end_layout
20821
20822 \end_inset
20823 </cell>
20824 </row>
20825 <row>
20826 <cell alignment="center" valignment="top" topline="true" usebox="none">
20827 \begin_inset Text
20828
20829 \begin_layout Plain Layout
20830 12,6
20831 \end_layout
20832
20833 \end_inset
20834 </cell>
20835 </row>
20836 <row>
20837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841 0,68
20842 \end_layout
20843
20844 \end_inset
20845 </cell>
20846 </row>
20847 <row>
20848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852 -123,0
20853 \end_layout
20854
20855 \end_inset
20856 </cell>
20857 </row>
20858 </lyxtabular>
20859
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \end_inset
20866
20867
20868 \end_layout
20869
20870 \begin_layout Standard
20871 \begin_inset Float table
20872 placement h
20873 wide false
20874 sideways false
20875 status open
20876
20877 \begin_layout Plain Layout
20878 \begin_inset Caption Standard
20879
20880 \begin_layout Plain Layout
20881 \begin_inset CommandInset label
20882 LatexCommand label
20883 name "tab:Tabellenzellen-Operator"
20884
20885 \end_inset
20886
20887 Tabellenzellen sind auf den Operator ausgerichtet
20888 \end_layout
20889
20890 \end_inset
20891
20892
20893 \end_layout
20894
20895 \begin_layout Plain Layout
20896 \align center
20897 \begin_inset Tabular
20898 <lyxtabular version="3" rows="4" columns="2">
20899 <features booktabs="true" tabularvalignment="middle">
20900 <column alignment="right" valignment="top" width="0pt">
20901 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20902 <row>
20903 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20904 \begin_inset Text
20905
20906 \begin_layout Plain Layout
20907 Überschrift
20908 \end_layout
20909
20910 \end_inset
20911 </cell>
20912 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20913 \begin_inset Text
20914
20915 \begin_layout Plain Layout
20916
20917 \end_layout
20918
20919 \end_inset
20920 </cell>
20921 </row>
20922 <row>
20923 <cell alignment="center" valignment="top" usebox="none">
20924 \begin_inset Text
20925
20926 \begin_layout Plain Layout
20927 \begin_inset Formula $12\,+$
20928 \end_inset
20929
20930
20931 \end_layout
20932
20933 \end_inset
20934 </cell>
20935 <cell alignment="center" valignment="top" usebox="none">
20936 \begin_inset Text
20937
20938 \begin_layout Plain Layout
20939 \begin_inset Formula $\,6$
20940 \end_inset
20941
20942
20943 \end_layout
20944
20945 \end_inset
20946 </cell>
20947 </row>
20948 <row>
20949 <cell alignment="center" valignment="top" usebox="none">
20950 \begin_inset Text
20951
20952 \begin_layout Plain Layout
20953 \begin_inset Formula $0\,-$
20954 \end_inset
20955
20956
20957 \end_layout
20958
20959 \end_inset
20960 </cell>
20961 <cell alignment="center" valignment="top" usebox="none">
20962 \begin_inset Text
20963
20964 \begin_layout Plain Layout
20965 \begin_inset Formula $\,68$
20966 \end_inset
20967
20968
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 </row>
20974 <row>
20975 <cell alignment="center" valignment="top" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979 \begin_inset Formula $-123\,/$
20980 \end_inset
20981
20982
20983 \end_layout
20984
20985 \end_inset
20986 </cell>
20987 <cell alignment="center" valignment="top" usebox="none">
20988 \begin_inset Text
20989
20990 \begin_layout Plain Layout
20991 \begin_inset Formula $\,0$
20992 \end_inset
20993
20994
20995 \end_layout
20996
20997 \end_inset
20998 </cell>
20999 </row>
21000 </lyxtabular>
21001
21002 \end_inset
21003
21004
21005 \end_layout
21006
21007 \end_inset
21008
21009
21010 \end_layout
21011
21012 \begin_layout Standard
21013 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
21014  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
21015  Formeln erlaubt.
21016  In diesem Fall verwendet man die Methode von Tabelle
21017 \begin_inset space ~
21018 \end_inset
21019
21020
21021 \begin_inset CommandInset ref
21022 LatexCommand ref
21023 reference "tab:Tabellenzellen-Operator"
21024
21025 \end_inset
21026
21027 .
21028  Diese Tabelle wurde als 4×2 Tabelle erstellt.
21029  Die Überschrift ist eine zentrierte Mehrfachspalte.
21030  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
21031  und den Operator.
21032  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
21033  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
21034  um den üblichen Leerraum um einen Operator zu erhalten.
21035  Um den Raum zwischen den beiden Spalten zu löschen, wurde im \SpecialChar LaTeX
21036 -Argument
21037  für die zweite Spalte folgendes eingefügt:
21038 \end_layout
21039
21040 \begin_layout Standard
21041
21042 \series bold
21043 @{}l
21044 \end_layout
21045
21046 \begin_layout Standard
21047 Tabelle
21048 \begin_inset space ~
21049 \end_inset
21050
21051
21052 \begin_inset CommandInset ref
21053 LatexCommand ref
21054 reference "tab:Verschiedene-Ausrichtungen"
21055
21056 \end_inset
21057
21058  zeigt einige Ausrichtungen.
21059  Für die Ausrichtung der Relationen wurde ein kleiner 
21060 \family sans
21061 Leerraum
21062 \family default
21063  eingefügt; wie in der zweiten Spalte von Tabelle
21064 \begin_inset space ~
21065 \end_inset
21066
21067
21068 \begin_inset CommandInset ref
21069 LatexCommand ref
21070 reference "tab:Tabellenzellen-Operator"
21071
21072 \end_inset
21073
21074 .
21075 \end_layout
21076
21077 \begin_layout Standard
21078
21079 \color black
21080 \begin_inset Float table
21081 placement h
21082 wide false
21083 sideways false
21084 status open
21085
21086 \begin_layout Plain Layout
21087
21088 \color black
21089 \begin_inset Caption Standard
21090
21091 \begin_layout Plain Layout
21092
21093 \color black
21094 \begin_inset CommandInset label
21095 LatexCommand label
21096 name "tab:Verschiedene-Ausrichtungen"
21097
21098 \end_inset
21099
21100
21101 \color inherit
21102 Verschiedene Ausrichtungen
21103 \end_layout
21104
21105 \end_inset
21106
21107
21108 \end_layout
21109
21110 \begin_layout Plain Layout
21111 \align center
21112 \begin_inset Tabular
21113 <lyxtabular version="3" rows="4" columns="6">
21114 <features tabularvalignment="middle">
21115 <column alignment="right" valignment="top">
21116 <column alignment="left" valignment="top" special="@{}l">
21117 <column alignment="right" valignment="top">
21118 <column alignment="left" valignment="top" special="@{}l">
21119 <column alignment="right" valignment="top">
21120 <column alignment="left" valignment="top" special="@{}l">
21121 <row>
21122 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21123 \begin_inset Text
21124
21125 \begin_layout Plain Layout
21126 Einheiten
21127 \end_layout
21128
21129 \end_inset
21130 </cell>
21131 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21132 \begin_inset Text
21133
21134 \begin_layout Plain Layout
21135
21136 \end_layout
21137
21138 \end_inset
21139 </cell>
21140 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21141 \begin_inset Text
21142
21143 \begin_layout Plain Layout
21144 Exponenten
21145 \end_layout
21146
21147 \end_inset
21148 </cell>
21149 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21150 \begin_inset Text
21151
21152 \begin_layout Plain Layout
21153
21154 \end_layout
21155
21156 \end_inset
21157 </cell>
21158 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162 Relationen
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21168 \begin_inset Text
21169
21170 \begin_layout Plain Layout
21171
21172 \end_layout
21173
21174 \end_inset
21175 </cell>
21176 </row>
21177 <row>
21178 <cell alignment="center" valignment="top" usebox="none">
21179 \begin_inset Text
21180
21181 \begin_layout Plain Layout
21182 12×
21183 \end_layout
21184
21185 \end_inset
21186 </cell>
21187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21188 \begin_inset Text
21189
21190 \begin_layout Plain Layout
21191 24
21192 \begin_inset space \thinspace{}
21193 \end_inset
21194
21195 Flaschen
21196 \end_layout
21197
21198 \end_inset
21199 </cell>
21200 <cell alignment="center" valignment="top" usebox="none">
21201 \begin_inset Text
21202
21203 \begin_layout Plain Layout
21204 \begin_inset Formula $10\cdot$
21205 \end_inset
21206
21207
21208 \end_layout
21209
21210 \end_inset
21211 </cell>
21212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21213 \begin_inset Text
21214
21215 \begin_layout Plain Layout
21216 \begin_inset Formula $10^{\mbox{-}17}$
21217 \end_inset
21218
21219
21220 \end_layout
21221
21222 \end_inset
21223 </cell>
21224 <cell alignment="center" valignment="top" usebox="none">
21225 \begin_inset Text
21226
21227 \begin_layout Plain Layout
21228 \begin_inset Formula $\Gamma(t)\propto$
21229 \end_inset
21230
21231
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 <cell alignment="center" valignment="top" usebox="none">
21237 \begin_inset Text
21238
21239 \begin_layout Plain Layout
21240 \begin_inset Formula $\:\Upsilon(t)$
21241 \end_inset
21242
21243
21244 \end_layout
21245
21246 \end_inset
21247 </cell>
21248 </row>
21249 <row>
21250 <cell alignment="center" valignment="top" usebox="none">
21251 \begin_inset Text
21252
21253 \begin_layout Plain Layout
21254 1024×
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21260 \begin_inset Text
21261
21262 \begin_layout Plain Layout
21263 768
21264 \begin_inset space \thinspace{}
21265 \end_inset
21266
21267 Pixel
21268 \end_layout
21269
21270 \end_inset
21271 </cell>
21272 <cell alignment="center" valignment="top" usebox="none">
21273 \begin_inset Text
21274
21275 \begin_layout Plain Layout
21276 \begin_inset Formula $5.78\cdot$
21277 \end_inset
21278
21279
21280 \end_layout
21281
21282 \end_inset
21283 </cell>
21284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Plain Layout
21288 \begin_inset Formula $10^{7}$
21289 \end_inset
21290
21291
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 <cell alignment="center" valignment="top" usebox="none">
21297 \begin_inset Text
21298
21299 \begin_layout Plain Layout
21300 \begin_inset Formula $A\ne$
21301 \end_inset
21302
21303
21304 \end_layout
21305
21306 \end_inset
21307 </cell>
21308 <cell alignment="center" valignment="top" usebox="none">
21309 \begin_inset Text
21310
21311 \begin_layout Plain Layout
21312 \begin_inset Formula $\:B_{\mathrm{red}}$
21313 \end_inset
21314
21315
21316 \end_layout
21317
21318 \end_inset
21319 </cell>
21320 </row>
21321 <row>
21322 <cell alignment="center" valignment="top" usebox="none">
21323 \begin_inset Text
21324
21325 \begin_layout Plain Layout
21326 32×
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21332 \begin_inset Text
21333
21334 \begin_layout Plain Layout
21335 6
21336 \begin_inset space \thinspace{}
21337 \end_inset
21338
21339 cm
21340 \end_layout
21341
21342 \end_inset
21343 </cell>
21344 <cell alignment="center" valignment="top" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348 -
21349 \begin_inset Formula $33.5\cdot$
21350 \end_inset
21351
21352
21353 \end_layout
21354
21355 \end_inset
21356 </cell>
21357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21358 \begin_inset Text
21359
21360 \begin_layout Plain Layout
21361 \begin_inset Formula $10^{4}$
21362 \end_inset
21363
21364
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 <cell alignment="center" valignment="top" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373 \begin_inset Formula $\sin(\alpha)\ge$
21374 \end_inset
21375
21376
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 <cell alignment="center" valignment="top" usebox="none">
21382 \begin_inset Text
21383
21384 \begin_layout Plain Layout
21385 \begin_inset Formula $\:\sin(\beta)$
21386 \end_inset
21387
21388
21389 \end_layout
21390
21391 \end_inset
21392 </cell>
21393 </row>
21394 </lyxtabular>
21395
21396 \end_inset
21397
21398
21399 \end_layout
21400
21401 \end_inset
21402
21403
21404 \end_layout
21405
21406 \begin_layout Subsection
21407 Angepasste Zellen-/Spaltenformate
21408 \begin_inset CommandInset label
21409 LatexCommand label
21410 name "uab:Angepasste-Zellen-/Spaltenformate"
21411
21412 \end_inset
21413
21414
21415 \begin_inset Index idx
21416 status collapsed
21417
21418 \begin_layout Plain Layout
21419 Tabellen ! Spaltenformat
21420 \end_layout
21421
21422 \end_inset
21423
21424
21425 \end_layout
21426
21427 \begin_layout Standard
21428 Wenn man wie in Abschnitt
21429 \begin_inset space ~
21430 \end_inset
21431
21432
21433 \begin_inset CommandInset ref
21434 LatexCommand ref
21435 reference "abs:Berechnung-der-Tabellenbreite"
21436
21437 \end_inset
21438
21439  oder Abschnitt
21440 \begin_inset space ~
21441 \end_inset
21442
21443
21444 \begin_inset CommandInset ref
21445 LatexCommand ref
21446 reference "uab:Mehrfachspalten-Berechnungen"
21447
21448 \end_inset
21449
21450  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
21451  Tabellen sehr lästig.
21452  Um sich das Leben zu erleichtern, kann man im \SpecialChar LaTeX
21453 -Vorspann ein Zellen/Spalten-Form
21454 at definieren, das dann in allen Tabellen des Dokuments verwendet werden
21455  kann.
21456  Das Format wird mit dem Befehl
21457 \end_layout
21458
21459 \begin_layout Standard
21460
21461 \series bold
21462
21463 \backslash
21464 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
21465 \end_layout
21466
21467 \begin_layout Standard
21468 definiert.
21469  Der Formatname darf nur ein Buchstabe sein, aber nicht 
21470 \emph on
21471 b
21472 \emph default
21473
21474 \emph on
21475 c
21476 \emph default
21477
21478 \emph on
21479 l
21480 \emph default
21481
21482 \emph on
21483 m
21484 \emph default
21485
21486 \emph on
21487 p
21488 \emph default
21489  oder 
21490 \emph on
21491 r
21492 \emph default
21493 , weil diese vordefiniert sind.
21494  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
21495 \end_layout
21496
21497 \begin_layout Standard
21498 \begin_inset VSpace medskip
21499 \end_inset
21500
21501
21502 \end_layout
21503
21504 \begin_layout Standard
21505 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
21506  Breite könnte das Format so aussehen:
21507 \end_layout
21508
21509 \begin_layout Standard
21510
21511 \series bold
21512
21513 \backslash
21514 newcolumntype{M}[1]{>{
21515 \backslash
21516 centering
21517 \backslash
21518 hspace{0pt}}m{#1}}
21519 \end_layout
21520
21521 \begin_layout Standard
21522 wobei 
21523 \series bold
21524
21525 \backslash
21526 hspace{0pt}
21527 \series default
21528  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
21529  Abschnitt
21530 \begin_inset space ~
21531 \end_inset
21532
21533
21534 \begin_inset CommandInset ref
21535 LatexCommand ref
21536 reference "uab:Mehrfache-Zeilen-in"
21537
21538 \end_inset
21539
21540  beschrieben.
21541  Jetzt können Sie mit
21542 \end_layout
21543
21544 \begin_layout Standard
21545
21546 \series bold
21547 M{Breite}
21548 \end_layout
21549
21550 \begin_layout Standard
21551 im 
21552 \family sans
21553 \SpecialChar LaTeX
21554 -Argument
21555 \family default
21556  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
21557 \end_layout
21558
21559 \begin_layout Standard
21560 \begin_inset VSpace bigskip
21561 \end_inset
21562
21563
21564 \end_layout
21565
21566 \begin_layout Standard
21567 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
21568  Format definieren:
21569 \end_layout
21570
21571 \begin_layout Standard
21572
21573 \series bold
21574
21575 \backslash
21576 newcolumntype{S}[2]{>{
21577 \backslash
21578 centering
21579 \backslash
21580 hspace{0pt}}
21581 \begin_inset Newline newline
21582 \end_inset
21583
21584
21585 \begin_inset Phantom HPhantom
21586 status open
21587
21588 \begin_layout Plain Layout
21589
21590 \series bold
21591
21592 \backslash
21593 newcolumntype
21594 \end_layout
21595
21596 \end_inset
21597
21598 m{(#1+(2
21599 \backslash
21600 tabcolsep+
21601 \backslash
21602 arrayrulewidth)*(1-#2))/#2}}
21603 \end_layout
21604
21605 \begin_layout Standard
21606 Dieses Format benutzt Gleichung
21607 \begin_inset space ~
21608 \end_inset
21609
21610
21611 \begin_inset CommandInset ref
21612 LatexCommand ref
21613 reference "eq:Wgn"
21614
21615 \end_inset
21616
21617 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
21618  breit ist.
21619 \end_layout
21620
21621 \begin_layout Standard
21622 Jetzt können Sie im 
21623 \family sans
21624 \SpecialChar LaTeX
21625 -Argument
21626 \family default
21627  im 
21628 \family sans
21629 Tabellen-Einstellungen
21630 \family default
21631 -Dialog folgendes einfügen:
21632 \end_layout
21633
21634 \begin_layout Standard
21635
21636 \series bold
21637 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
21638 \end_layout
21639
21640 \begin_layout Standard
21641 \begin_inset VSpace bigskip
21642 \end_inset
21643
21644
21645 \end_layout
21646
21647 \begin_layout Standard
21648 Für farbige Spalten können Sie folgendes einfügen:
21649 \end_layout
21650
21651 \begin_layout Standard
21652
21653 \series bold
21654
21655 \backslash
21656 newcolumntype{K}[1]{>{
21657 \backslash
21658 columncolor{#1}
21659 \backslash
21660 hspace{0pt}}c}
21661 \end_layout
21662
21663 \begin_layout Standard
21664 Das 
21665 \begin_inset Quotes gld
21666 \end_inset
21667
21668 c
21669 \begin_inset Quotes grd
21670 \end_inset
21671
21672  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
21673  zentriert ist.
21674  Jetzt können Sie als 
21675 \family sans
21676 \SpecialChar LaTeX
21677 -Argument
21678 \family default
21679  folgendes einfügen:
21680 \end_layout
21681
21682 \begin_layout Standard
21683
21684 \series bold
21685 K{Farbname}
21686 \end_layout
21687
21688 \begin_layout Standard
21689 \begin_inset VSpace bigskip
21690 \end_inset
21691
21692
21693 \end_layout
21694
21695 \begin_layout Standard
21696 Für Tabelle
21697 \begin_inset space ~
21698 \end_inset
21699
21700
21701 \begin_inset CommandInset ref
21702 LatexCommand ref
21703 reference "tab:Tabelle-mit-benutzerdefinierte"
21704
21705 \end_inset
21706
21707  wurden folgende 
21708 \family sans
21709 \SpecialChar LaTeX
21710 -Argumente
21711 \family default
21712  benutzt:
21713 \end_layout
21714
21715 \begin_layout Standard
21716
21717 \series bold
21718 M{2.5cm}
21719 \end_layout
21720
21721 \begin_layout Standard
21722 für die erste Spalte und die Mehrfachspalte,
21723 \end_layout
21724
21725 \begin_layout Standard
21726
21727 \series bold
21728 K{red}
21729 \end_layout
21730
21731 \begin_layout Standard
21732 für die letzte Spalte und
21733 \end_layout
21734
21735 \begin_layout Standard
21736
21737 \series bold
21738 S{2.5cm}{2}
21739 \end_layout
21740
21741 \begin_layout Standard
21742 für die Spalten in der zweiten Mehrfachspalte.
21743 \end_layout
21744
21745 \begin_layout Standard
21746 \begin_inset Float table
21747 placement h
21748 wide false
21749 sideways false
21750 status open
21751
21752 \begin_layout Plain Layout
21753 \begin_inset Caption Standard
21754
21755 \begin_layout Plain Layout
21756 \begin_inset CommandInset label
21757 LatexCommand label
21758 name "tab:Tabelle-mit-benutzerdefinierte"
21759
21760 \end_inset
21761
21762 Tabelle mit benutzerdefinierten Formaten
21763 \end_layout
21764
21765 \end_inset
21766
21767
21768 \end_layout
21769
21770 \begin_layout Plain Layout
21771 \align center
21772 \begin_inset Tabular
21773 <lyxtabular version="3" rows="3" columns="4">
21774 <features tabularvalignment="middle">
21775 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21776 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21777 <column alignment="center" valignment="middle">
21778 <column alignment="center" valignment="middle" special="K{red}">
21779 <row>
21780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784 einsehrlangesWort
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793 Mehrfachspalte mit mehreren Zeilen
21794 \end_layout
21795
21796 \end_inset
21797 </cell>
21798 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21799 \begin_inset Text
21800
21801 \begin_layout Plain Layout
21802
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21808 \begin_inset Text
21809
21810 \begin_layout Plain Layout
21811 c
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 </row>
21817 <row>
21818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21819 \begin_inset Text
21820
21821 \begin_layout Plain Layout
21822 d
21823 \end_layout
21824
21825 \end_inset
21826 </cell>
21827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21828 \begin_inset Text
21829
21830 \begin_layout Plain Layout
21831 e
21832 \end_layout
21833
21834 \end_inset
21835 </cell>
21836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840 f
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849 g
21850 \end_layout
21851
21852 \end_inset
21853 </cell>
21854 </row>
21855 <row>
21856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860 h
21861 \end_layout
21862
21863 \end_inset
21864 </cell>
21865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869 i
21870 \end_layout
21871
21872 \end_inset
21873 </cell>
21874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21875 \begin_inset Text
21876
21877 \begin_layout Plain Layout
21878 j
21879 \end_layout
21880
21881 \end_inset
21882 </cell>
21883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21884 \begin_inset Text
21885
21886 \begin_layout Plain Layout
21887 k
21888 \end_layout
21889
21890 \end_inset
21891 </cell>
21892 </row>
21893 </lyxtabular>
21894
21895 \end_inset
21896
21897
21898 \end_layout
21899
21900 \end_inset
21901
21902
21903 \end_layout
21904
21905 \begin_layout Subsection
21906 Liniendicke
21907 \begin_inset CommandInset label
21908 LatexCommand label
21909 name "uab:Liniendicke"
21910
21911 \end_inset
21912
21913
21914 \begin_inset Index idx
21915 status collapsed
21916
21917 \begin_layout Plain Layout
21918 Tabellen  ! Linien ! -dicke
21919 \end_layout
21920
21921 \end_inset
21922
21923
21924 \end_layout
21925
21926 \begin_layout Standard
21927 Die Liniendicke für alle Linien einer Tabelle kann mit 
21928 \series bold
21929
21930 \backslash
21931 arrayrulewidth
21932 \series default
21933  eingestellt werden.
21934  Um eine Liniendicke von 1.5
21935 \begin_inset space \thinspace{}
21936 \end_inset
21937
21938 pt wie in Tabelle
21939 \begin_inset space ~
21940 \end_inset
21941
21942
21943 \begin_inset CommandInset ref
21944 LatexCommand ref
21945 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
21946
21947 \end_inset
21948
21949  zu bekommen, geben Sie den Befehl
21950 \end_layout
21951
21952 \begin_layout Standard
21953
21954 \series bold
21955
21956 \backslash
21957 setlength{
21958 \backslash
21959 arrayrulewidth}{1.5pt}
21960 \end_layout
21961
21962 \begin_layout Standard
21963 als \SpecialChar TeX
21964 -Code vor der (Gleitobjekt-)Tabelle ein.
21965  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
21966  Mit
21967 \end_layout
21968
21969 \begin_layout Standard
21970
21971 \series bold
21972
21973 \backslash
21974 setlength{
21975 \backslash
21976 arrayrulewidth}{0.4pt}
21977 \end_layout
21978
21979 \begin_layout Standard
21980 bekommen Sie wieder die Standarddicke.
21981 \end_layout
21982
21983 \begin_layout Standard
21984 \begin_inset ERT
21985 status collapsed
21986
21987 \begin_layout Plain Layout
21988
21989
21990 \backslash
21991 setlength{
21992 \backslash
21993 arrayrulewidth}{1.5pt}
21994 \end_layout
21995
21996 \end_inset
21997
21998
21999 \begin_inset Float table
22000 placement H
22001 wide false
22002 sideways false
22003 status open
22004
22005 \begin_layout Plain Layout
22006 \begin_inset Caption Standard
22007
22008 \begin_layout Plain Layout
22009 \begin_inset CommandInset label
22010 LatexCommand label
22011 name "tab:Tabelle-mit-1.5pt-Liniendicke"
22012
22013 \end_inset
22014
22015 Tabelle mit 1.5
22016 \begin_inset space \thinspace{}
22017 \end_inset
22018
22019 pt Liniendicke
22020 \end_layout
22021
22022 \end_inset
22023
22024
22025 \end_layout
22026
22027 \begin_layout Plain Layout
22028 \align center
22029 \begin_inset Tabular
22030 <lyxtabular version="3" rows="3" columns="3">
22031 <features tabularvalignment="middle">
22032 <column alignment="center" valignment="top">
22033 <column alignment="center" valignment="top">
22034 <column alignment="center" valignment="top">
22035 <row>
22036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040 sd
22041 \end_layout
22042
22043 \end_inset
22044 </cell>
22045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22046 \begin_inset Text
22047
22048 \begin_layout Plain Layout
22049
22050 \end_layout
22051
22052 \end_inset
22053 </cell>
22054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22055 \begin_inset Text
22056
22057 \begin_layout Plain Layout
22058
22059 \end_layout
22060
22061 \end_inset
22062 </cell>
22063 </row>
22064 <row>
22065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22066 \begin_inset Text
22067
22068 \begin_layout Plain Layout
22069
22070 \end_layout
22071
22072 \end_inset
22073 </cell>
22074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078 sd
22079 \end_layout
22080
22081 \end_inset
22082 </cell>
22083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22084 \begin_inset Text
22085
22086 \begin_layout Plain Layout
22087
22088 \end_layout
22089
22090 \end_inset
22091 </cell>
22092 </row>
22093 <row>
22094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22095 \begin_inset Text
22096
22097 \begin_layout Plain Layout
22098
22099 \end_layout
22100
22101 \end_inset
22102 </cell>
22103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107
22108 \end_layout
22109
22110 \end_inset
22111 </cell>
22112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22113 \begin_inset Text
22114
22115 \begin_layout Plain Layout
22116 sd
22117 \end_layout
22118
22119 \end_inset
22120 </cell>
22121 </row>
22122 </lyxtabular>
22123
22124 \end_inset
22125
22126
22127 \end_layout
22128
22129 \end_inset
22130
22131
22132 \begin_inset ERT
22133 status collapsed
22134
22135 \begin_layout Plain Layout
22136
22137
22138 \backslash
22139 setlength{
22140 \backslash
22141 arrayrulewidth}{0.4pt}
22142 \end_layout
22143
22144 \end_inset
22145
22146
22147 \end_layout
22148
22149 \begin_layout Standard
22150 \begin_inset VSpace bigskip
22151 \end_inset
22152
22153 Um eine Liniendicke von 1.5
22154 \begin_inset space \thinspace{}
22155 \end_inset
22156
22157 pt nur für horizontale Linien zu bekommen wie in Tabelle
22158 \begin_inset space ~
22159 \end_inset
22160
22161
22162 \begin_inset CommandInset ref
22163 LatexCommand ref
22164 reference "tab:Tabelle-mit-1.5pt-horiz"
22165
22166 \end_inset
22167
22168 , müssen Sie folgende Befehle als \SpecialChar TeX
22169 -Code vor der (Gleitobjekt-)Tabelle einfügen:
22170 \end_layout
22171
22172 \begin_layout Standard
22173
22174 \series bold
22175
22176 \backslash
22177 let
22178 \backslash
22179 myHline
22180 \backslash
22181 hline
22182 \begin_inset Newline newline
22183 \end_inset
22184
22185
22186 \backslash
22187 renewcommand{
22188 \backslash
22189 hline}
22190 \begin_inset Newline newline
22191 \end_inset
22192
22193  {
22194 \backslash
22195 noalign{
22196 \backslash
22197 global
22198 \backslash
22199 arrayrulewidth 1.5pt}
22200 \begin_inset Newline newline
22201 \end_inset
22202
22203  
22204 \backslash
22205 myHline
22206 \backslash
22207 noalign{
22208 \backslash
22209 global
22210 \backslash
22211 arrayrulewidth 0.4pt}}
22212 \end_layout
22213
22214 \begin_layout Standard
22215 Die Standarddicke erhalten Sie mit folgendem Befehl als \SpecialChar TeX
22216 -Code hinter der
22217  (Gleit\SpecialChar softhyphen
22218 objekt-)Tabelle zurück:
22219 \end_layout
22220
22221 \begin_layout Standard
22222
22223 \series bold
22224
22225 \backslash
22226 renewcommand{
22227 \backslash
22228 hline}{
22229 \backslash
22230 myHline}
22231 \end_layout
22232
22233 \begin_layout Standard
22234 \begin_inset ERT
22235 status collapsed
22236
22237 \begin_layout Plain Layout
22238
22239
22240 \backslash
22241 let
22242 \backslash
22243 myHline
22244 \backslash
22245 hline
22246 \end_layout
22247
22248 \begin_layout Plain Layout
22249
22250
22251 \backslash
22252 renewcommand{
22253 \backslash
22254 hline}
22255 \end_layout
22256
22257 \begin_layout Plain Layout
22258
22259  {
22260 \backslash
22261 noalign{
22262 \backslash
22263 global
22264 \backslash
22265 arrayrulewidth 1.5pt}
22266 \end_layout
22267
22268 \begin_layout Plain Layout
22269
22270   
22271 \backslash
22272 myHline
22273 \backslash
22274 noalign{
22275 \backslash
22276 global
22277 \backslash
22278 arrayrulewidth 0.4pt}}
22279 \end_layout
22280
22281 \end_inset
22282
22283
22284 \begin_inset Float table
22285 placement h
22286 wide false
22287 sideways false
22288 status open
22289
22290 \begin_layout Plain Layout
22291 \begin_inset Caption Standard
22292
22293 \begin_layout Plain Layout
22294 \begin_inset CommandInset label
22295 LatexCommand label
22296 name "tab:Tabelle-mit-1.5pt-horiz"
22297
22298 \end_inset
22299
22300 Tabelle mit 1.5
22301 \begin_inset space \thinspace{}
22302 \end_inset
22303
22304 pt dicken horizontalen Linien
22305 \end_layout
22306
22307 \end_inset
22308
22309
22310 \end_layout
22311
22312 \begin_layout Plain Layout
22313 \align center
22314 \begin_inset Tabular
22315 <lyxtabular version="3" rows="3" columns="3">
22316 <features tabularvalignment="middle">
22317 <column alignment="center" valignment="top">
22318 <column alignment="center" valignment="top">
22319 <column alignment="center" valignment="top">
22320 <row>
22321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325 sd
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22331 \begin_inset Text
22332
22333 \begin_layout Plain Layout
22334
22335 \end_layout
22336
22337 \end_inset
22338 </cell>
22339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22340 \begin_inset Text
22341
22342 \begin_layout Plain Layout
22343
22344 \end_layout
22345
22346 \end_inset
22347 </cell>
22348 </row>
22349 <row>
22350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22351 \begin_inset Text
22352
22353 \begin_layout Plain Layout
22354
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363 sd
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 </row>
22378 <row>
22379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22380 \begin_inset Text
22381
22382 \begin_layout Plain Layout
22383
22384 \end_layout
22385
22386 \end_inset
22387 </cell>
22388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22389 \begin_inset Text
22390
22391 \begin_layout Plain Layout
22392
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22398 \begin_inset Text
22399
22400 \begin_layout Plain Layout
22401 sd
22402 \end_layout
22403
22404 \end_inset
22405 </cell>
22406 </row>
22407 </lyxtabular>
22408
22409 \end_inset
22410
22411
22412 \end_layout
22413
22414 \end_inset
22415
22416
22417 \begin_inset ERT
22418 status collapsed
22419
22420 \begin_layout Plain Layout
22421
22422
22423 \backslash
22424 renewcommand{
22425 \backslash
22426 hline}{
22427 \backslash
22428 myHline}
22429 \end_layout
22430
22431 \end_inset
22432
22433
22434 \end_layout
22435
22436 \begin_layout Standard
22437 \begin_inset VSpace bigskip
22438 \end_inset
22439
22440 Um die Liniendicke von 1.5
22441 \begin_inset space \thinspace{}
22442 \end_inset
22443
22444 pt nur für vertikale Linien zu bekommen, müssen Sie im \SpecialChar LaTeX
22445 -Vorspann folgendes
22446  Spaltenformat entsprechend der Beschreibung in Abschnitt
22447 \begin_inset space ~
22448 \end_inset
22449
22450
22451 \begin_inset CommandInset ref
22452 LatexCommand ref
22453 reference "uab:Angepasste-Zellen-/Spaltenformate"
22454
22455 \end_inset
22456
22457  definieren:
22458 \end_layout
22459
22460 \begin_layout Standard
22461
22462 \series bold
22463
22464 \backslash
22465 newcolumntype{V}{!{
22466 \backslash
22467 vrule width 1.5pt}}
22468 \end_layout
22469
22470 \begin_layout Standard
22471 In Tabelle
22472 \begin_inset space ~
22473 \end_inset
22474
22475
22476 \begin_inset CommandInset ref
22477 LatexCommand ref
22478 reference "tab:Tabelle-mit-1.5pt-vert"
22479
22480 \end_inset
22481
22482  wurde das 
22483 \family sans
22484 LaTeX-Argument
22485 \family default
22486 \series bold
22487  VcV
22488 \series default
22489  für die letzte Spalte und
22490 \series bold
22491  Vc
22492 \series default
22493  für die anderen benutzt.
22494 \end_layout
22495
22496 \begin_layout Standard
22497 \begin_inset Float table
22498 placement H
22499 wide false
22500 sideways false
22501 status open
22502
22503 \begin_layout Plain Layout
22504 \begin_inset Caption Standard
22505
22506 \begin_layout Plain Layout
22507 \begin_inset CommandInset label
22508 LatexCommand label
22509 name "tab:Tabelle-mit-1.5pt-vert"
22510
22511 \end_inset
22512
22513 Tabelle mit 1.5
22514 \begin_inset space \thinspace{}
22515 \end_inset
22516
22517 pt dicken vertikalen Linien
22518 \end_layout
22519
22520 \end_inset
22521
22522
22523 \end_layout
22524
22525 \begin_layout Plain Layout
22526 \align center
22527 \begin_inset Tabular
22528 <lyxtabular version="3" rows="3" columns="3">
22529 <features tabularvalignment="middle">
22530 <column alignment="center" valignment="top" special="Vc">
22531 <column alignment="center" valignment="top" special="Vc">
22532 <column alignment="center" valignment="top" special="VcV">
22533 <row>
22534 <cell alignment="center" valignment="top" topline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538 sd
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 <cell alignment="center" valignment="top" topline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 <cell alignment="center" valignment="top" topline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 </row>
22562 <row>
22563 <cell alignment="center" valignment="top" topline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 <cell alignment="center" valignment="top" topline="true" usebox="none">
22573 \begin_inset Text
22574
22575 \begin_layout Plain Layout
22576 sd
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 <cell alignment="center" valignment="top" topline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585
22586 \end_layout
22587
22588 \end_inset
22589 </cell>
22590 </row>
22591 <row>
22592 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614 sd
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 </row>
22620 </lyxtabular>
22621
22622 \end_inset
22623
22624
22625 \end_layout
22626
22627 \end_inset
22628
22629
22630 \end_layout
22631
22632 \begin_layout Subsection
22633 Gestrichelte Linien
22634 \begin_inset Index idx
22635 status collapsed
22636
22637 \begin_layout Plain Layout
22638 Tabellen  ! Linien ! gestrichelte 
22639 \end_layout
22640
22641 \end_inset
22642
22643
22644 \end_layout
22645
22646 \begin_layout Standard
22647 \begin_inset ERT
22648 status collapsed
22649
22650 \begin_layout Plain Layout
22651
22652
22653 \backslash
22654 ifarydshln
22655 \end_layout
22656
22657 \end_inset
22658
22659
22660 \begin_inset Note Note
22661 status open
22662
22663 \begin_layout Plain Layout
22664 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
22665 -Paket 
22666 \series bold
22667 arydshln
22668 \series default
22669  installiert ist.
22670 \end_layout
22671
22672 \end_inset
22673
22674
22675 \end_layout
22676
22677 \begin_layout Standard
22678 \begin_inset Float table
22679 placement h
22680 wide false
22681 sideways false
22682 status open
22683
22684 \begin_layout Plain Layout
22685 \begin_inset Caption Standard
22686
22687 \begin_layout Plain Layout
22688 \begin_inset CommandInset label
22689 LatexCommand label
22690 name "tab:Tabelle-mit-gestrichelten"
22691
22692 \end_inset
22693
22694 Tabelle mit gestrichelten Linien
22695 \end_layout
22696
22697 \end_inset
22698
22699
22700 \end_layout
22701
22702 \begin_layout Plain Layout
22703 \align center
22704 \begin_inset Tabular
22705 <lyxtabular version="3" rows="5" columns="5">
22706 <features tabularvalignment="middle">
22707 <column alignment="center" valignment="top">
22708 <column alignment="center" valignment="top">
22709 <column alignment="center" valignment="top" special=":c">
22710 <column alignment="center" valignment="top">
22711 <column alignment="center" valignment="top">
22712 <row>
22713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22714 \begin_inset Text
22715
22716 \begin_layout Plain Layout
22717 a
22718 \end_layout
22719
22720 \end_inset
22721 </cell>
22722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22723 \begin_inset Text
22724
22725 \begin_layout Plain Layout
22726 b
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22732 \begin_inset Text
22733
22734 \begin_layout Plain Layout
22735 c
22736 \end_layout
22737
22738 \end_inset
22739 </cell>
22740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22741 \begin_inset Text
22742
22743 \begin_layout Plain Layout
22744 d
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753 e
22754 \end_layout
22755
22756 \end_inset
22757 </cell>
22758 </row>
22759 <row>
22760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22761 \begin_inset Text
22762
22763 \begin_layout Plain Layout
22764 f
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773 g
22774 \end_layout
22775
22776 \end_inset
22777 </cell>
22778 <cell alignment="center" valignment="top" topline="true" usebox="none">
22779 \begin_inset Text
22780
22781 \begin_layout Plain Layout
22782 h
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791 i
22792 \end_layout
22793
22794 \end_inset
22795 </cell>
22796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800 j
22801 \end_layout
22802
22803 \end_inset
22804 </cell>
22805 </row>
22806 <row>
22807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811 \begin_inset ERT
22812 status collapsed
22813
22814 \begin_layout Plain Layout
22815
22816
22817 \backslash
22818 hdashline 
22819 \end_layout
22820
22821 \end_inset
22822
22823 k
22824 \end_layout
22825
22826 \end_inset
22827 </cell>
22828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22829 \begin_inset Text
22830
22831 \begin_layout Plain Layout
22832 l
22833 \end_layout
22834
22835 \end_inset
22836 </cell>
22837 <cell alignment="center" valignment="top" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Plain Layout
22841 m
22842 \end_layout
22843
22844 \end_inset
22845 </cell>
22846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22847 \begin_inset Text
22848
22849 \begin_layout Plain Layout
22850 n
22851 \end_layout
22852
22853 \end_inset
22854 </cell>
22855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22856 \begin_inset Text
22857
22858 \begin_layout Plain Layout
22859 o
22860 \end_layout
22861
22862 \end_inset
22863 </cell>
22864 </row>
22865 <row>
22866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22867 \begin_inset Text
22868
22869 \begin_layout Plain Layout
22870 \begin_inset ERT
22871 status collapsed
22872
22873 \begin_layout Plain Layout
22874
22875
22876 \backslash
22877 cdashline{4-5}
22878 \end_layout
22879
22880 \end_inset
22881
22882 p
22883 \end_layout
22884
22885 \end_inset
22886 </cell>
22887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22888 \begin_inset Text
22889
22890 \begin_layout Plain Layout
22891 q
22892 \end_layout
22893
22894 \end_inset
22895 </cell>
22896 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22897 \begin_inset Text
22898
22899 \begin_layout Plain Layout
22900 r
22901 \end_layout
22902
22903 \end_inset
22904 </cell>
22905 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909 s
22910 \end_layout
22911
22912 \end_inset
22913 </cell>
22914 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22915 \begin_inset Text
22916
22917 \begin_layout Plain Layout
22918
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 </row>
22924 <row>
22925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22926 \begin_inset Text
22927
22928 \begin_layout Plain Layout
22929 t
22930 \end_layout
22931
22932 \end_inset
22933 </cell>
22934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22935 \begin_inset Text
22936
22937 \begin_layout Plain Layout
22938 u
22939 \end_layout
22940
22941 \end_inset
22942 </cell>
22943 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22944 \begin_inset Text
22945
22946 \begin_layout Plain Layout
22947 v
22948 \end_layout
22949
22950 \end_inset
22951 </cell>
22952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22953 \begin_inset Text
22954
22955 \begin_layout Plain Layout
22956 w
22957 \end_layout
22958
22959 \end_inset
22960 </cell>
22961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22962 \begin_inset Text
22963
22964 \begin_layout Plain Layout
22965 x
22966 \end_layout
22967
22968 \end_inset
22969 </cell>
22970 </row>
22971 </lyxtabular>
22972
22973 \end_inset
22974
22975
22976 \end_layout
22977
22978 \end_inset
22979
22980
22981 \end_layout
22982
22983 \begin_layout Standard
22984 \SpecialChar LyX
22985  unterstützt von sich aus keine gestrichelten Linien, also müssen Sie \SpecialChar TeX
22986 -Code
22987  benutzen.
22988  Zunächst müssen Sie das \SpecialChar LaTeX
22989 -Paket 
22990 \series bold
22991 arydshln
22992 \series default
22993
22994 \begin_inset Index idx
22995 status collapsed
22996
22997 \begin_layout Plain Layout
22998 \SpecialChar LaTeX
22999 -Pakete ! arydshln
23000 \end_layout
23001
23002 \end_inset
23003
23004  im \SpecialChar LaTeX
23005 -Vorspann laden:
23006 \end_layout
23007
23008 \begin_layout Standard
23009
23010 \series bold
23011
23012 \backslash
23013 usepackage{arydshln}
23014 \end_layout
23015
23016 \begin_layout Standard
23017 Um senkrechte Linien zu stricheln, müssen Sie im 
23018 \family sans
23019 LaTeX-Argument
23020 \family default
23021  des 
23022 \family sans
23023 Tabellen-Einstellungen
23024 \family default
23025 -Dialogs 
23026 \begin_inset Quotes gld
23027 \end_inset
23028
23029 :
23030 \begin_inset Quotes grd
23031 \end_inset
23032
23033 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
23034 \end_layout
23035
23036 \begin_layout Standard
23037 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
23038 \end_layout
23039
23040 \begin_layout Standard
23041
23042 \series bold
23043
23044 \backslash
23045 hdashline
23046 \end_layout
23047
23048 \begin_layout Standard
23049 als \SpecialChar TeX
23050 -Code als erstes in die erste Zelle einer Zeile einfügen.
23051 \end_layout
23052
23053 \begin_layout Standard
23054 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
23055 \end_layout
23056
23057 \begin_layout Standard
23058
23059 \series bold
23060
23061 \backslash
23062 cdashline{Anfangsspalte-Endspalte}
23063 \end_layout
23064
23065 \begin_layout Standard
23066 als \SpecialChar TeX
23067 -Code als erstes in die erste Zelle einer Zeile eingefügt.
23068  Wenn Sie z.
23069 \begin_inset space \thinspace{}
23070 \end_inset
23071
23072 B.
23073  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
23074  gestrichelte Linie haben, fügen Sie den Befehl
23075 \end_layout
23076
23077 \begin_layout Standard
23078
23079 \series bold
23080
23081 \backslash
23082 cdashline{2-4}
23083 \end_layout
23084
23085 \begin_layout Standard
23086 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
23087 \end_layout
23088
23089 \begin_layout Standard
23090 \begin_inset VSpace bigskip
23091 \end_inset
23092
23093
23094 \end_layout
23095
23096 \begin_layout Standard
23097 In Tabelle
23098 \begin_inset space ~
23099 \end_inset
23100
23101
23102 \begin_inset CommandInset ref
23103 LatexCommand ref
23104 reference "tab:Tabelle-mit-gestrichelten"
23105
23106 \end_inset
23107
23108  wurde in der dritten Spalte der Befehl
23109 \series bold
23110  
23111 \series default
23112
23113 \begin_inset Quotes gld
23114 \end_inset
23115
23116
23117 \series bold
23118 :c
23119 \begin_inset Quotes grd
23120 \end_inset
23121
23122
23123 \series default
23124  benutzt.
23125  Der Befehl 
23126 \series bold
23127
23128 \backslash
23129 hdashline
23130 \series default
23131  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
23132 \begin_inset Newline newline
23133 \end_inset
23134
23135  
23136 \series bold
23137
23138 \backslash
23139 cdashline{4-5} 
23140 \series default
23141 wurde in die erste Zelle der vierten Zeile eingefügt.
23142 \end_layout
23143
23144 \begin_layout Standard
23145 \begin_inset VSpace bigskip
23146 \end_inset
23147
23148
23149 \end_layout
23150
23151 \begin_layout Standard
23152 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
23153 \begin_inset space ~
23154 \end_inset
23155
23156
23157 \begin_inset CommandInset ref
23158 LatexCommand ref
23159 reference "tab:Farbige-Tabelle-mit"
23160
23161 \end_inset
23162
23163  verdeutlicht.
23164 \end_layout
23165
23166 \begin_layout Standard
23167 \begin_inset ERT
23168 status collapsed
23169
23170 \begin_layout Plain Layout
23171
23172
23173 \backslash
23174 setlength{
23175 \backslash
23176 arrayrulewidth}{1pt}
23177 \end_layout
23178
23179 \end_inset
23180
23181
23182 \begin_inset Note Note
23183 status collapsed
23184
23185 \begin_layout Plain Layout
23186 dickere Linien zur besseren Visualisierung der Linienfarbe
23187 \end_layout
23188
23189 \end_inset
23190
23191
23192 \end_layout
23193
23194 \begin_layout Standard
23195 \begin_inset ERT
23196 status collapsed
23197
23198 \begin_layout Plain Layout
23199
23200
23201 \backslash
23202 dashgapcolor{green}
23203 \end_layout
23204
23205 \end_inset
23206
23207
23208 \begin_inset Note Note
23209 status collapsed
23210
23211 \begin_layout Plain Layout
23212 färbt Raum zwischen den Strichen grün
23213 \end_layout
23214
23215 \end_inset
23216
23217
23218 \end_layout
23219
23220 \begin_layout Standard
23221 \begin_inset ERT
23222 status collapsed
23223
23224 \begin_layout Plain Layout
23225
23226
23227 \backslash
23228 let
23229 \backslash
23230 myHdashline
23231 \backslash
23232 hdashline
23233 \end_layout
23234
23235 \begin_layout Plain Layout
23236
23237
23238 \backslash
23239 renewcommand{
23240 \backslash
23241 hdashline}
23242 \end_layout
23243
23244 \begin_layout Plain Layout
23245
23246  {
23247 \backslash
23248 arrayrulecolor{red}
23249 \backslash
23250 myHdashline
23251 \backslash
23252 arrayrulecolor{black}}
23253 \end_layout
23254
23255 \end_inset
23256
23257
23258 \begin_inset Note Note
23259 status collapsed
23260
23261 \begin_layout Plain Layout
23262 färbt horizontale, gestrichelte Linien rot
23263 \end_layout
23264
23265 \end_inset
23266
23267
23268 \end_layout
23269
23270 \begin_layout Standard
23271 \begin_inset ERT
23272 status collapsed
23273
23274 \begin_layout Plain Layout
23275
23276
23277 \backslash
23278 let
23279 \backslash
23280 myCdashline
23281 \backslash
23282 cdashline
23283 \end_layout
23284
23285 \begin_layout Plain Layout
23286
23287
23288 \backslash
23289 renewcommand{
23290 \backslash
23291 cdashline}[1]
23292 \end_layout
23293
23294 \begin_layout Plain Layout
23295
23296  {
23297 \backslash
23298 arrayrulecolor{yellow}
23299 \backslash
23300 myCdashline{#1}
23301 \backslash
23302 arrayrulecolor{black}}
23303 \end_layout
23304
23305 \end_inset
23306
23307
23308 \begin_inset Note Note
23309 status collapsed
23310
23311 \begin_layout Plain Layout
23312 färbt partielle horizontale, gestrichelte Linien gelb
23313 \end_layout
23314
23315 \end_inset
23316
23317
23318 \end_layout
23319
23320 \begin_layout Standard
23321 \begin_inset Float table
23322 placement h
23323 wide false
23324 sideways false
23325 status open
23326
23327 \begin_layout Plain Layout
23328 \begin_inset Caption Standard
23329
23330 \begin_layout Plain Layout
23331 \begin_inset CommandInset label
23332 LatexCommand label
23333 name "tab:Farbige-Tabelle-mit"
23334
23335 \end_inset
23336
23337 Farbige Tabelle mit gestrichelten Linien
23338 \end_layout
23339
23340 \end_inset
23341
23342
23343 \end_layout
23344
23345 \begin_layout Plain Layout
23346 \align center
23347 \begin_inset Tabular
23348 <lyxtabular version="3" rows="5" columns="5">
23349 <features tabularvalignment="middle">
23350 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
23351 <column alignment="center" valignment="top" width="0pt">
23352 <column alignment="center" valignment="top" width="0pt" special=":c">
23353 <column alignment="center" valignment="top">
23354 <column alignment="center" valignment="top">
23355 <row>
23356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23357 \begin_inset Text
23358
23359 \begin_layout Plain Layout
23360 a
23361 \end_layout
23362
23363 \end_inset
23364 </cell>
23365 <cell alignment="center" valignment="top" topline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369 b
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 <cell alignment="center" valignment="top" topline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378 c
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23384 \begin_inset Text
23385
23386 \begin_layout Plain Layout
23387 d
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23393 \begin_inset Text
23394
23395 \begin_layout Plain Layout
23396 e
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 </row>
23402 <row>
23403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23404 \begin_inset Text
23405
23406 \begin_layout Plain Layout
23407 f
23408 \end_layout
23409
23410 \end_inset
23411 </cell>
23412 <cell alignment="center" valignment="top" topline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416 g
23417 \end_layout
23418
23419 \end_inset
23420 </cell>
23421 <cell alignment="center" valignment="top" topline="true" usebox="none">
23422 \begin_inset Text
23423
23424 \begin_layout Plain Layout
23425 h
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434 i
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23440 \begin_inset Text
23441
23442 \begin_layout Plain Layout
23443 j
23444 \end_layout
23445
23446 \end_inset
23447 </cell>
23448 </row>
23449 <row>
23450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23451 \begin_inset Text
23452
23453 \begin_layout Plain Layout
23454 \begin_inset ERT
23455 status collapsed
23456
23457 \begin_layout Plain Layout
23458
23459
23460 \backslash
23461 hdashline 
23462 \end_layout
23463
23464 \end_inset
23465
23466
23467 \begin_inset ERT
23468 status collapsed
23469
23470 \begin_layout Plain Layout
23471
23472
23473 \backslash
23474 rowcolor{Gray}
23475 \end_layout
23476
23477 \end_inset
23478
23479 k
23480 \end_layout
23481
23482 \end_inset
23483 </cell>
23484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23485 \begin_inset Text
23486
23487 \begin_layout Plain Layout
23488 l
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 <cell alignment="center" valignment="top" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497 m
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506 n
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23512 \begin_inset Text
23513
23514 \begin_layout Plain Layout
23515 o
23516 \end_layout
23517
23518 \end_inset
23519 </cell>
23520 </row>
23521 <row>
23522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526 \begin_inset ERT
23527 status collapsed
23528
23529 \begin_layout Plain Layout
23530
23531
23532 \backslash
23533 cdashline{4-5}
23534 \end_layout
23535
23536 \end_inset
23537
23538 p
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23544 \begin_inset Text
23545
23546 \begin_layout Plain Layout
23547 q
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23553 \begin_inset Text
23554
23555 \begin_layout Plain Layout
23556 r
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565 s
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23571 \begin_inset Text
23572
23573 \begin_layout Plain Layout
23574
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 </row>
23580 <row>
23581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585 t
23586 \end_layout
23587
23588 \end_inset
23589 </cell>
23590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594 u
23595 \end_layout
23596
23597 \end_inset
23598 </cell>
23599 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603 v
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612 w
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621 \begin_inset ERT
23622 status collapsed
23623
23624 \begin_layout Plain Layout
23625
23626
23627 \backslash
23628 cellcolor{Maroon}
23629 \end_layout
23630
23631 \end_inset
23632
23633
23634 \color green
23635 i
23636 \end_layout
23637
23638 \end_inset
23639 </cell>
23640 </row>
23641 </lyxtabular>
23642
23643 \end_inset
23644
23645
23646 \end_layout
23647
23648 \end_inset
23649
23650
23651 \end_layout
23652
23653 \begin_layout Standard
23654 \begin_inset ERT
23655 status collapsed
23656
23657 \begin_layout Plain Layout
23658
23659
23660 \backslash
23661 renewcommand{
23662 \backslash
23663 hdashline}{
23664 \backslash
23665 myHdashline}
23666 \end_layout
23667
23668 \end_inset
23669
23670
23671 \begin_inset Note Note
23672 status collapsed
23673
23674 \begin_layout Plain Layout
23675 zurücksetzen auf Standardwert
23676 \end_layout
23677
23678 \end_inset
23679
23680
23681 \end_layout
23682
23683 \begin_layout Standard
23684 \begin_inset ERT
23685 status collapsed
23686
23687 \begin_layout Plain Layout
23688
23689
23690 \backslash
23691 renewcommand{
23692 \backslash
23693 cdashline}{
23694 \backslash
23695 myCdashline}
23696 \end_layout
23697
23698 \end_inset
23699
23700
23701 \begin_inset Note Note
23702 status collapsed
23703
23704 \begin_layout Plain Layout
23705 zurücksetzen auf Standardwert
23706 \end_layout
23707
23708 \end_inset
23709
23710
23711 \end_layout
23712
23713 \begin_layout Standard
23714 \begin_inset ERT
23715 status collapsed
23716
23717 \begin_layout Plain Layout
23718
23719
23720 \backslash
23721 nodashgapcolor
23722 \end_layout
23723
23724 \end_inset
23725
23726
23727 \begin_inset Note Note
23728 status collapsed
23729
23730 \begin_layout Plain Layout
23731 zurücksetzen auf Standardwert
23732 \end_layout
23733
23734 \end_inset
23735
23736
23737 \end_layout
23738
23739 \begin_layout Standard
23740 \begin_inset ERT
23741 status collapsed
23742
23743 \begin_layout Plain Layout
23744
23745
23746 \backslash
23747 setlength{
23748 \backslash
23749 arrayrulewidth}{0.4pt}
23750 \end_layout
23751
23752 \end_inset
23753
23754
23755 \begin_inset Note Note
23756 status collapsed
23757
23758 \begin_layout Plain Layout
23759 zurücksetzen auf Standardwert
23760 \end_layout
23761
23762 \end_inset
23763
23764
23765 \end_layout
23766
23767 \begin_layout Standard
23768 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
23769 \begin_inset space ~
23770 \end_inset
23771
23772
23773 \begin_inset CommandInset ref
23774 LatexCommand ref
23775 reference "abs:Farbige-Tabellen"
23776
23777 \end_inset
23778
23779  beschrieben.
23780  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
23781  beschrieben, man muss in den Befehlen nur 
23782 \series bold
23783
23784 \backslash
23785 myHlineC
23786 \series default
23787  durch 
23788 \series bold
23789
23790 \backslash
23791 myHdashline
23792 \series default
23793  und 
23794 \backslash
23795
23796 \series bold
23797 hline
23798 \series default
23799  durch 
23800 \series bold
23801
23802 \backslash
23803 hdashline
23804 \series default
23805  ersetzen; man verwendet also den Befehl
23806 \end_layout
23807
23808 \begin_layout Standard
23809
23810 \series bold
23811
23812 \backslash
23813 let
23814 \backslash
23815 myHdashline
23816 \backslash
23817 hdashline
23818 \begin_inset Newline newline
23819 \end_inset
23820
23821
23822 \backslash
23823 renewcommand{
23824 \backslash
23825 hdashline}
23826 \begin_inset Newline newline
23827 \end_inset
23828
23829
23830 \begin_inset Phantom HPhantom
23831 status open
23832
23833 \begin_layout Plain Layout
23834
23835 \series bold
23836 \begin_inset space ~
23837 \end_inset
23838
23839
23840 \end_layout
23841
23842 \end_inset
23843
23844 {
23845 \backslash
23846 arrayrulecolor{red}
23847 \backslash
23848 myHdashline
23849 \backslash
23850 arrayrulecolor{black}}
23851 \end_layout
23852
23853 \begin_layout Standard
23854 Um 
23855 \series bold
23856
23857 \backslash
23858 cdashline
23859 \series default
23860  zu färben, lautet der Befehl
23861 \end_layout
23862
23863 \begin_layout Standard
23864
23865 \series bold
23866
23867 \backslash
23868 let
23869 \backslash
23870 myCdashline
23871 \backslash
23872 cdashline
23873 \begin_inset Newline newline
23874 \end_inset
23875
23876
23877 \backslash
23878 renewcommand{
23879 \backslash
23880 cdashline}[1]
23881 \begin_inset Newline newline
23882 \end_inset
23883
23884
23885 \begin_inset Phantom HPhantom
23886 status open
23887
23888 \begin_layout Plain Layout
23889
23890 \series bold
23891 \begin_inset space ~
23892 \end_inset
23893
23894
23895 \end_layout
23896
23897 \end_inset
23898
23899 {
23900 \backslash
23901 arrayrulecolor{red}
23902 \backslash
23903 myCdashline{#1}
23904 \backslash
23905 arrayrulecolor{black}}
23906 \end_layout
23907
23908 \begin_layout Standard
23909 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
23910  als \SpecialChar TeX
23911 -Code hinter der Tabelle einfügen:
23912 \end_layout
23913
23914 \begin_layout Standard
23915 Für 
23916 \series bold
23917
23918 \backslash
23919 hdashline
23920 \end_layout
23921
23922 \begin_layout Standard
23923
23924 \series bold
23925
23926 \backslash
23927 renewcommand{
23928 \backslash
23929 hdashline}{
23930 \backslash
23931 myHdashline}
23932 \end_layout
23933
23934 \begin_layout Standard
23935 und für 
23936 \series bold
23937
23938 \backslash
23939 cdashline
23940 \end_layout
23941
23942 \begin_layout Standard
23943
23944 \series bold
23945
23946 \backslash
23947 renewcommand{
23948 \backslash
23949 cdashline}{
23950 \backslash
23951 myCdashline}
23952 \end_layout
23953
23954 \begin_layout Standard
23955 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
23956  Befehl
23957 \end_layout
23958
23959 \begin_layout Standard
23960
23961 \series bold
23962
23963 \backslash
23964 dashgapcolor{Farbe}
23965 \end_layout
23966
23967 \begin_layout Standard
23968 als \SpecialChar TeX
23969 -Code vor der Tabelle verwenden.
23970  Farbe ist hierbei der Name einer definierten Farbe.
23971  Der Befehl
23972 \end_layout
23973
23974 \begin_layout Standard
23975
23976 \series bold
23977
23978 \backslash
23979 nodashgapcolor
23980 \end_layout
23981
23982 \begin_layout Standard
23983 hebt die Einstellung von 
23984 \series bold
23985
23986 \backslash
23987 dashgapcolor
23988 \series default
23989  auf.
23990 \end_layout
23991
23992 \begin_layout Standard
23993 \begin_inset Note Greyedout
23994 status open
23995
23996 \begin_layout Plain Layout
23997
23998 \series bold
23999 \color none
24000 Achtung
24001 \series default
24002 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
24003  
24004 \series bold
24005 arydshln
24006 \series default
24007  an erster Stelle in der Zelle befinden.
24008  Daher ist in in Zelle 
24009 \emph on
24010 k
24011 \emph default
24012  der Tabelle
24013 \begin_inset space ~
24014 \end_inset
24015
24016
24017 \begin_inset CommandInset ref
24018 LatexCommand ref
24019 reference "tab:Farbige-Tabelle-mit"
24020
24021 \end_inset
24022
24023  der Befehl 
24024 \series bold
24025
24026 \backslash
24027 hdashline
24028 \series default
24029  vor 
24030 \series bold
24031
24032 \backslash
24033 rowcolor
24034 \series default
24035 .
24036 \end_layout
24037
24038 \end_inset
24039
24040
24041 \end_layout
24042
24043 \begin_layout Standard
24044 \begin_inset Note Greyedout
24045 status open
24046
24047 \begin_layout Plain Layout
24048
24049 \series bold
24050 \color none
24051 Achtung:
24052 \series default
24053  Das \SpecialChar LaTeX
24054 -Paket 
24055 \series bold
24056 arydshln
24057 \series default
24058  muss im \SpecialChar LaTeX
24059 -Vorspann nach dem \SpecialChar LaTeX
24060 -Paket 
24061 \series bold
24062 colortbl
24063 \series default
24064
24065 \begin_inset Index idx
24066 status collapsed
24067
24068 \begin_layout Plain Layout
24069 \SpecialChar LaTeX
24070 -Pakete ! colortbl
24071 \end_layout
24072
24073 \end_inset
24074
24075  geladen werden.
24076 \end_layout
24077
24078 \end_inset
24079
24080
24081 \end_layout
24082
24083 \begin_layout Standard
24084 \begin_inset ERT
24085 status collapsed
24086
24087 \begin_layout Plain Layout
24088
24089
24090 \backslash
24091 else
24092 \end_layout
24093
24094 \end_inset
24095
24096
24097 \begin_inset Note Note
24098 status open
24099
24100 \begin_layout Plain Layout
24101 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
24102 -Paket 
24103 \series bold
24104 arydshln
24105 \series default
24106  nicht installiert ist:
24107 \end_layout
24108
24109 \end_inset
24110
24111
24112 \end_layout
24113
24114 \begin_layout Standard
24115 Sie müssen das \SpecialChar LaTeX
24116 -Paket 
24117 \series bold
24118 arydshln
24119 \series default
24120  installiert haben um den Inhalt dieses Abschnitts zu sehen.
24121 \end_layout
24122
24123 \begin_layout Standard
24124 \begin_inset ERT
24125 status collapsed
24126
24127 \begin_layout Plain Layout
24128
24129
24130 \backslash
24131 fi
24132 \end_layout
24133
24134 \end_inset
24135
24136
24137 \end_layout
24138
24139 \begin_layout Standard
24140 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
24141  von 
24142 \series bold
24143 arydshln
24144 \series default
24145
24146 \begin_inset CommandInset citation
24147 LatexCommand cite
24148 key "arydshln"
24149
24150 \end_inset
24151
24152 .
24153 \end_layout
24154
24155 \begin_layout Chapter
24156 Gleitobjekte
24157 \begin_inset CommandInset label
24158 LatexCommand label
24159 name "kap:Gleitobjekte"
24160
24161 \end_inset
24162
24163
24164 \begin_inset Index idx
24165 status collapsed
24166
24167 \begin_layout Plain Layout
24168 Gleitobjekte
24169 \end_layout
24170
24171 \end_inset
24172
24173
24174 \end_layout
24175
24176 \begin_layout Section
24177 Einleitung
24178 \begin_inset CommandInset label
24179 LatexCommand label
24180 name "abs:Gleitobjekte-Einleitung"
24181
24182 \end_inset
24183
24184
24185 \begin_inset Index idx
24186 status collapsed
24187
24188 \begin_layout Plain Layout
24189 Gleitobjekte ! Einleitung
24190 \end_layout
24191
24192 \end_inset
24193
24194
24195 \end_layout
24196
24197 \begin_layout Standard
24198 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
24199  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
24200  der beste Platz ist.
24201  
24202 \family sans
24203 Fußnoten
24204 \family default
24205  und 
24206 \family sans
24207 Randnotizen
24208 \family default
24209  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
24210  wenn auf ihrer Seite schon zu viele sind.
24211 \end_layout
24212
24213 \begin_layout Standard
24214 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
24215  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
24216  um weiße Flächen und Seiten ohne Text zu vermeiden.
24217  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar ligaturebreak
24218 löst,
24219  kann im Text auf ein Gleitobjekt verwiesen werden.
24220  Gleitobjekte sind deshalb nummeriert.
24221  Querverweise werden in Abschnitt
24222 \begin_inset space ~
24223 \end_inset
24224
24225
24226 \begin_inset CommandInset ref
24227 LatexCommand ref
24228 reference "abs:Auf-Gleitobjekte-verweisen"
24229
24230 \end_inset
24231
24232  beschrieben.
24233 \end_layout
24234
24235 \begin_layout Standard
24236 Ein Gleitobjekt wird mit 
24237 \family sans
24238 Einfügen\SpecialChar menuseparator
24239 Gleitobjekt\SpecialChar menuseparator
24240 Algorithmus/Abbildung/Ta\SpecialChar softhyphen
24241 belle/Um\SpecialChar softhyphen
24242 flos\SpecialChar softhyphen
24243 se\SpecialChar softhyphen
24244 nes
24245 \begin_inset space ~
24246 \end_inset
24247
24248 Gleitobjekt
24249 \family default
24250  eingefügt (Werkzeugleistenknopf 
24251 \begin_inset Info
24252 type  "icon"
24253 arg   "float-insert figure"
24254 \end_inset
24255
24256  oder 
24257 \begin_inset Info
24258 type  "icon"
24259 arg   "float-insert table"
24260 \end_inset
24261
24262 ).
24263  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
24264  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
24265  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
24266  #:).
24267  Statt # sehen Sie die von \SpecialChar LyX
24268  vergebene Nummer.
24269  In das schmale Feld nach der Marke können Sie den Titel schreiben.
24270  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
24271  eingefügt.
24272  In Abschnitt
24273 \begin_inset space ~
24274 \end_inset
24275
24276
24277 \begin_inset CommandInset ref
24278 LatexCommand ref
24279 reference "abs:Titel-Platzierung"
24280
24281 \end_inset
24282
24283  finden Sie mehr über die Platzierung des Titels.
24284  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
24285  auch wieder geöffnet.
24286  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
24287 \begin_inset Graphics
24288         filename clipart/GleitobjektQt4.png
24289         scale 70
24290         scaleBeforeRotation
24291
24292 \end_inset
24293
24294  – ein graues Kästchen mit roter Beschriftung.
24295 \end_layout
24296
24297 \begin_layout Standard
24298 Um mögliche \SpecialChar LaTeX
24299 -Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
24300  Gleitobjekte in einem eigenen Absatz einzufügen.
24301 \end_layout
24302
24303 \begin_layout Standard
24304 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
24305  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
24306  klicken.
24307 \end_layout
24308
24309 \begin_layout Section
24310 Gleitobjekt-Typen
24311 \begin_inset Index idx
24312 status collapsed
24313
24314 \begin_layout Plain Layout
24315 Gleitobjekte ! Typen
24316 \end_layout
24317
24318 \end_inset
24319
24320
24321 \end_layout
24322
24323 \begin_layout Standard
24324 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
24325 \begin_inset space ~
24326 \end_inset
24327
24328
24329 \begin_inset CommandInset ref
24330 LatexCommand ref
24331 reference "abs:Gleitende-Abbildungen"
24332
24333 \end_inset
24334
24335  und 
24336 \begin_inset CommandInset ref
24337 LatexCommand ref
24338 reference "abs:Gleitende-Tabellen"
24339
24340 \end_inset
24341
24342  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
24343  Letztere sind in Abschnitt
24344 \begin_inset space ~
24345 \end_inset
24346
24347
24348 \begin_inset CommandInset ref
24349 LatexCommand ref
24350 reference "abs:Umflossene-Gleitobjekte"
24351
24352 \end_inset
24353
24354  beschrieben.
24355 \end_layout
24356
24357 \begin_layout Subsection
24358 Algorithmen-Gleitobjekt
24359 \begin_inset Index idx
24360 status collapsed
24361
24362 \begin_layout Plain Layout
24363 Gleitobjekte ! Algorithmen
24364 \end_layout
24365
24366 \end_inset
24367
24368
24369 \end_layout
24370
24371 \begin_layout Standard
24372 \begin_inset Float algorithm
24373 placement h
24374 wide false
24375 sideways false
24376 status open
24377
24378 \begin_layout Plain Layout
24379 \begin_inset Caption Standard
24380
24381 \begin_layout Plain Layout
24382 \begin_inset CommandInset label
24383 LatexCommand label
24384 name "alg:Ein-Gleitobjekt-Algorithmus"
24385
24386 \end_inset
24387
24388 Ein Gleitobjekt-Algorithmus 
24389 \end_layout
24390
24391 \end_inset
24392
24393
24394 \end_layout
24395
24396 \begin_layout LyX-Code
24397 for I in 1..N loop
24398 \begin_inset Newline newline
24399 \end_inset
24400
24401  Sum:= Sum + A(I); /*Kommentar*/
24402 \begin_inset Newline newline
24403 \end_inset
24404
24405 end loop
24406 \begin_inset VSpace -4mm
24407 \end_inset
24408
24409
24410 \end_layout
24411
24412 \end_inset
24413
24414
24415 \end_layout
24416
24417 \begin_layout Standard
24418 Dieser Typ wird mit 
24419 \family sans
24420 Einfügen\SpecialChar menuseparator
24421 Gleitobjekt\SpecialChar menuseparator
24422 Algorithmus
24423 \family default
24424  eingefügt.
24425  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
24426  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
24427 \begin_inset space ~
24428 \end_inset
24429
24430
24431 \begin_inset CommandInset ref
24432 LatexCommand ref
24433 reference "kap:Programm-Code-Listen"
24434
24435 \end_inset
24436
24437 .
24438  Eine mögliche Absatz-Umgebung hier für ist 
24439 \family sans
24440 \SpecialChar LyX
24441 -Code
24442 \family default
24443 , beschrieben im 
24444 \emph on
24445 Benutzerhandbuch
24446 \emph default
24447 .
24448  In Algorithmus
24449 \begin_inset space ~
24450 \end_inset
24451
24452
24453 \begin_inset CommandInset ref
24454 LatexCommand ref
24455 reference "alg:Ein-Gleitobjekt-Algorithmus"
24456
24457 \end_inset
24458
24459  wurden am Ende -4
24460 \begin_inset space \thinspace{}
24461 \end_inset
24462
24463 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
24464  letzten Zeile gedruckt wird.
24465 \end_layout
24466
24467 \begin_layout Standard
24468 Die Marke 
24469 \emph on
24470 Algorithmus
24471 \emph default
24472  wird nicht automatisch in die druckbare Version übernommen, sondern das
24473  englische Wort 
24474 \emph on
24475 Algorithm
24476 \emph default
24477  verwendet.
24478  Soll
24479 \emph on
24480  Algorithmus
24481 \emph default
24482  dort stehen, müssen Sie folgendes in den \SpecialChar LaTeX
24483 -Vorspann schreiben: 
24484 \end_layout
24485
24486 \begin_layout Standard
24487
24488 \series bold
24489
24490 \backslash
24491 floatname{algorithm}{Algorithmus}
24492 \end_layout
24493
24494 \begin_layout Standard
24495 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
24496  Sprache wie die \SpecialChar LyX
24497  Menünamen haben, das Menü 
24498 \family sans
24499 Einfügen\SpecialChar menuseparator
24500 Liste
24501 \begin_inset space \thinspace{}
24502 \end_inset
24503
24504 /
24505 \begin_inset space \thinspace{}
24506 \end_inset
24507
24508 Inhaltsverzeichnis\SpecialChar menuseparator
24509 Algorithmenverzeichnis
24510 \family default
24511  verwendet werden.
24512  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als \SpecialChar TeX
24513 -Code
24514  eingefügt werden:
24515 \end_layout
24516
24517 \begin_layout Standard
24518
24519 \series bold
24520
24521 \backslash
24522 listof{algorithm}{Algorithmenverzeichnis}
24523 \end_layout
24524
24525 \begin_layout Standard
24526 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
24527  nach dem Schema 
24528 \begin_inset Quotes gld
24529 \end_inset
24530
24531 Kapitelnummer.Algorithmusnummer
24532 \begin_inset Quotes grd
24533 \end_inset
24534
24535  nummeriert.
24536  Um das zu erreichen, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
24537 -Vorspann einfügen:
24538 \end_layout
24539
24540 \begin_layout Standard
24541
24542 \series bold
24543
24544 \backslash
24545 numberwithin{algorithm}{chapter}
24546 \end_layout
24547
24548 \begin_layout Standard
24549 Um 
24550 \series bold
24551
24552 \backslash
24553 numberwithin
24554 \series default
24555  benutzen zu können, muss in den 
24556 \family sans
24557 Mathe
24558 \begin_inset space ~
24559 \end_inset
24560
24561 Optionen
24562 \family default
24563  der 
24564 \family sans
24565 Dokument-Einstellungen
24566 \family default
24567  
24568 \family sans
24569 AMS
24570 \begin_inset space ~
24571 \end_inset
24572
24573 Mathe
24574 \begin_inset space ~
24575 \end_inset
24576
24577 Paket
24578 \family default
24579
24580 \begin_inset space ~
24581 \end_inset
24582
24583
24584 \family sans
24585 verwenden
24586 \family default
24587  angekreuzt sein.
24588 \end_layout
24589
24590 \begin_layout Section
24591 Gleitobjekt-Nummerierung
24592 \begin_inset Index idx
24593 status collapsed
24594
24595 \begin_layout Plain Layout
24596 Gleitobjekte ! Nummerierung
24597 \end_layout
24598
24599 \end_inset
24600
24601
24602 \end_layout
24603
24604 \begin_layout Standard
24605 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
24606  nummeriert oder nach dem Schema 
24607 \begin_inset Quotes gld
24608 \end_inset
24609
24610 Kapitelnummer.Gleitobjektnummer
24611 \begin_inset Quotes grd
24612 \end_inset
24613
24614  oder 
24615 \begin_inset Quotes gld
24616 \end_inset
24617
24618 Abschnittsnummer.Gleitobjektnummer
24619 \begin_inset Quotes grd
24620 \end_inset
24621
24622 .
24623  Das hängt von der Dokumentklasse ab.
24624 \end_layout
24625
24626 \begin_layout Standard
24627 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
24628  in den \SpecialChar LaTeX
24629 -Vorspann einfügen:
24630 \end_layout
24631
24632 \begin_layout Standard
24633
24634 \series bold
24635
24636 \backslash
24637 renewcommand{
24638 \backslash
24639 thetable}{
24640 \backslash
24641 roman{table}}
24642 \end_layout
24643
24644 \begin_layout Standard
24645
24646 \series bold
24647
24648 \backslash
24649 thetable
24650 \series default
24651  ist der Befehl, der die Tabellennummer druckt.
24652  Für Abbildungen ist das 
24653 \series bold
24654
24655 \backslash
24656 thefigure
24657 \series default
24658 .
24659  Der Befehl 
24660 \series bold
24661
24662 \backslash
24663 roman
24664 \series default
24665  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
24666 \end_layout
24667
24668 \begin_layout Standard
24669 Um das Nummerierungsschema zum Beispiel auf 
24670 \begin_inset Quotes gld
24671 \end_inset
24672
24673 Unterabschnittsnummer.Num\SpecialChar softhyphen
24674 mer
24675 \begin_inset Quotes grd
24676 \end_inset
24677
24678  zu ändern, setzen Sie folgendes in den \SpecialChar LaTeX
24679 -Vorspann:
24680 \end_layout
24681
24682 \begin_layout Standard
24683
24684 \series bold
24685
24686 \backslash
24687 numberwithin{table}{subsection}
24688 \end_layout
24689
24690 \begin_layout Standard
24691 Um den Befehl 
24692 \series bold
24693
24694 \backslash
24695 numberwithin
24696 \series default
24697  benutzen zu können, müssen Sie in den 
24698 \family sans
24699 Mathe
24700 \begin_inset space ~
24701 \end_inset
24702
24703 Optionen
24704 \family default
24705  der 
24706 \family sans
24707 Dokument-Einstellungen
24708 \family default
24709  
24710 \family sans
24711 AMS
24712 \begin_inset space ~
24713 \end_inset
24714
24715 Mathe
24716 \begin_inset space ~
24717 \end_inset
24718
24719 Paket
24720 \family default
24721
24722 \begin_inset space ~
24723 \end_inset
24724
24725
24726 \family sans
24727 verwenden
24728 \family default
24729  ankreuzen.
24730 \end_layout
24731
24732 \begin_layout Standard
24733 Sehen Sie sich bitte auch Abschnitt
24734 \begin_inset space ~
24735 \end_inset
24736
24737
24738 \begin_inset CommandInset ref
24739 LatexCommand ref
24740 reference "uab:Fußnoten-Nummerierung"
24741
24742 \end_inset
24743
24744  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
24745 \end_layout
24746
24747 \begin_layout Section
24748 Auf Gleitobjekte verweisen
24749 \begin_inset CommandInset label
24750 LatexCommand label
24751 name "abs:Auf-Gleitobjekte-verweisen"
24752
24753 \end_inset
24754
24755
24756 \begin_inset Index idx
24757 status collapsed
24758
24759 \begin_layout Plain Layout
24760 Gleitobjekte ! Querverweise
24761 \end_layout
24762
24763 \end_inset
24764
24765
24766 \begin_inset Index idx
24767 status collapsed
24768
24769 \begin_layout Plain Layout
24770 Querverweise ! auf Gleitobjekte
24771 \end_layout
24772
24773 \end_inset
24774
24775
24776 \end_layout
24777
24778 \begin_layout Standard
24779 Zunächst müssen Sie mit 
24780 \family sans
24781 Einfügen\SpecialChar menuseparator
24782 Marke
24783 \family default
24784  oder einen Klick auf 
24785 \begin_inset Info
24786 type  "icon"
24787 arg   "label-insert"
24788 \end_inset
24789
24790  eine Marke im Titel einfügen.
24791  Im 
24792 \family sans
24793 Marke
24794 \family default
24795 -Dialog schreiben Sie einen Text in das Feld 
24796 \family sans
24797 Marke
24798 \family default
24799  oder übernehmen den vorgeschlagenen.
24800  Die Marke sieht in \SpecialChar LyX
24801  dann so aus:
24802 \end_layout
24803
24804 \begin_layout Standard
24805 \begin_inset Graphics
24806         filename clipart/Marke.png
24807         lyxscale 80
24808         scale 50
24809         scaleBeforeRotation
24810
24811 \end_inset
24812
24813
24814 \end_layout
24815
24816 \begin_layout Standard
24817 Die Marke wird als Anker und Name für den Querverweis benutzt.
24818  Mit 
24819 \family sans
24820 Einfügen\SpecialChar menuseparator
24821 Querverweis
24822 \family default
24823  oder einen Klick auf 
24824 \begin_inset Info
24825 type  "icon"
24826 arg   "dialog-show-new-inset ref"
24827 \end_inset
24828
24829  können Sie dann auf die Marke verweisen.
24830  Als Querverweis wird in \SpecialChar LyX
24831  ein graues Kästchen wie zum Beispiel dieses angezeigt:
24832 \end_layout
24833
24834 \begin_layout Standard
24835 \begin_inset Graphics
24836         filename clipart/Querverweis.png
24837         lyxscale 80
24838         scale 50
24839         scaleBeforeRotation
24840
24841 \end_inset
24842
24843
24844 \begin_inset Newline newline
24845 \end_inset
24846
24847  Mehr zu Querverweisen finden Sie im 
24848 \emph on
24849 Benutzerhandbuch
24850 \emph default
24851 .
24852 \end_layout
24853
24854 \begin_layout Standard
24855 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
24856  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
24857  durch einen Zeilenumbruch getrennt werden können.
24858 \end_layout
24859
24860 \begin_layout Standard
24861 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
24862  \SpecialChar LyX
24863  passt die Querverweise automatisch an.
24864 \end_layout
24865
24866 \begin_layout Standard
24867 Ein Klick auf den Schalter 
24868 \family sans
24869 Gehe
24870 \begin_inset space ~
24871 \end_inset
24872
24873 zur
24874 \begin_inset space ~
24875 \end_inset
24876
24877 Marke
24878 \family default
24879  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
24880  Der Text der Schaltfläche heißt jetzt 
24881 \family sans
24882 Gehe
24883 \begin_inset space ~
24884 \end_inset
24885
24886 zurück
24887 \family default
24888  und ein Klick darauf macht genau dies.
24889 \end_layout
24890
24891 \begin_layout Subsection
24892 Querverweis-Formate
24893 \begin_inset CommandInset label
24894 LatexCommand label
24895 name "uab:Querverweis-Formate"
24896
24897 \end_inset
24898
24899
24900 \begin_inset Index idx
24901 status collapsed
24902
24903 \begin_layout Plain Layout
24904 Querverweise ! Formate
24905 \end_layout
24906
24907 \end_inset
24908
24909
24910 \end_layout
24911
24912 \begin_layout Standard
24913 Es gibt sechs verschiedene Querverweisstile:
24914 \end_layout
24915
24916 \begin_layout Description
24917 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
24918  
24919 \begin_inset CommandInset ref
24920 LatexCommand ref
24921 reference "abb:Zwei-Teilabbildungen"
24922
24923 \end_inset
24924
24925
24926 \end_layout
24927
24928 \begin_layout Description
24929 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
24930  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
24931  verwendet wird, speziell wenn der Name 
24932 \begin_inset Quotes gld
24933 \end_inset
24934
24935 Gleichung
24936 \begin_inset Quotes grd
24937 \end_inset
24938
24939  weggelassen wird: 
24940 \begin_inset CommandInset ref
24941 LatexCommand eqref
24942 reference "eq:Wgn"
24943
24944 \end_inset
24945
24946
24947 \end_layout
24948
24949 \begin_layout Description
24950 <Seite>: druckt die Seitennummer: Seite
24951 \begin_inset space ~
24952 \end_inset
24953
24954
24955 \begin_inset CommandInset ref
24956 LatexCommand pageref
24957 reference "abb:Zwei-Teilabbildungen"
24958
24959 \end_inset
24960
24961
24962 \end_layout
24963
24964 \begin_layout Description
24965 auf
24966 \begin_inset space ~
24967 \end_inset
24968
24969 Seite
24970 \begin_inset space ~
24971 \end_inset
24972
24973 <Seite>: druckt den Text 
24974 \begin_inset Quotes gld
24975 \end_inset
24976
24977 auf Seite
24978 \begin_inset Quotes grd
24979 \end_inset
24980
24981  und die Seitennummer: 
24982 \begin_inset CommandInset ref
24983 LatexCommand vpageref
24984 reference "abb:Zwei-Teilabbildungen"
24985
24986 \end_inset
24987
24988
24989 \end_layout
24990
24991 \begin_layout Description
24992 <Querverweis>
24993 \begin_inset space ~
24994 \end_inset
24995
24996 auf
24997 \begin_inset space ~
24998 \end_inset
24999
25000 Seite
25001 \begin_inset space ~
25002 \end_inset
25003
25004 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
25005 \begin_inset Quotes gld
25006 \end_inset
25007
25008 auf Seite
25009 \begin_inset Quotes grd
25010 \end_inset
25011
25012 , und die Seitennummer: 
25013 \begin_inset CommandInset ref
25014 LatexCommand vref
25015 reference "abb:Zwei-Teilabbildungen"
25016
25017 \end_inset
25018
25019
25020 \end_layout
25021
25022 \begin_layout Description
25023 Formatierter
25024 \begin_inset space ~
25025 \end_inset
25026
25027 Querverweis: druckt ein selbst definiertes Querverweisformat
25028 \begin_inset Newline newline
25029 \end_inset
25030
25031
25032 \begin_inset Note Greyedout
25033 status open
25034
25035 \begin_layout Plain Layout
25036
25037 \series bold
25038 Bemerkung:
25039 \series default
25040  Dies ist nur möglich, wenn das \SpecialChar LaTeX
25041 -Paket 
25042 \series bold
25043 prettyref
25044 \series default
25045  oder 
25046 \series bold
25047 refstyle
25048 \series default
25049
25050 \begin_inset Index idx
25051 status collapsed
25052
25053 \begin_layout Plain Layout
25054 \SpecialChar LaTeX
25055 -Pakete ! prettyref
25056 \end_layout
25057
25058 \end_inset
25059
25060
25061 \begin_inset Index idx
25062 status collapsed
25063
25064 \begin_layout Plain Layout
25065 \SpecialChar LaTeX
25066 -Pakete ! refstyle
25067 \end_layout
25068
25069 \end_inset
25070
25071  installiert ist.
25072 \end_layout
25073
25074 \end_inset
25075
25076
25077 \begin_inset Newline newline
25078 \end_inset
25079
25080 Sie können duch setzen der Option 
25081 \family sans
25082 Verwende refstyle (nicht prettyref) für Querverweise
25083 \family default
25084  im Menü 
25085 \family sans
25086 Dokument\SpecialChar menuseparator
25087 Einstellungen\SpecialChar menuseparator
25088 Dokumentklasse
25089 \family default
25090  wählen, welches \SpecialChar LaTeX
25091 -Paket für diesen Verweistyp verwendet wird.
25092  Das Format wird definiert, indem man den Befehl 
25093 \series bold
25094
25095 \backslash
25096 newrefformat
25097 \series default
25098  (prettyref) oder 
25099 \series bold
25100
25101 \backslash
25102 newref
25103 \series default
25104  (refstyle) in den \SpecialChar LaTeX
25105 -Vorspann einfügt.
25106  Z.
25107 \begin_inset space \thinspace{}
25108 \end_inset
25109
25110 B.
25111  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
25112  
25113 \begin_inset Quotes eld
25114 \end_inset
25115
25116
25117 \family sans
25118 abb
25119 \family default
25120
25121 \begin_inset Quotes erd
25122 \end_inset
25123
25124 ) mit dem Befehle
25125 \begin_inset Newline newline
25126 \end_inset
25127
25128
25129 \series bold
25130
25131 \backslash
25132 newref{abb}{refcmd={Bild auf Seite 
25133 \backslash
25134 pageref{#1}}}
25135 \series default
25136
25137 \begin_inset Newline newline
25138 \end_inset
25139
25140 geändert werden.
25141  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
25142 en verwiesen, 
25143 \begin_inset CommandInset citation
25144 LatexCommand cite
25145 key "prettyref,refstyle"
25146
25147 \end_inset
25148
25149 .
25150 \end_layout
25151
25152 \begin_layout Description
25153 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
25154 \begin_inset CommandInset ref
25155 LatexCommand nameref
25156 reference "abb:Zwei-Teilabbildungen"
25157
25158 \end_inset
25159
25160
25161 \end_layout
25162
25163 \begin_layout Standard
25164
25165 \family sans
25166 <Seite>
25167 \family default
25168  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
25169  vorherigen, der selben oder der nächsten Seite befindet.
25170  Stattdessen wird z.
25171 \begin_inset space \thinspace{}
25172 \end_inset
25173
25174 B.
25175  der Text 
25176 \begin_inset Quotes gld
25177 \end_inset
25178
25179
25180 \family sans
25181 auf dieser Seite
25182 \family default
25183
25184 \begin_inset Quotes grd
25185 \end_inset
25186
25187  gedruckt.
25188  Der Stil 
25189 \family sans
25190 <Querverweis>
25191 \begin_inset space ~
25192 \end_inset
25193
25194 auf
25195 \begin_inset space ~
25196 \end_inset
25197
25198 Seite
25199 \begin_inset space ~
25200 \end_inset
25201
25202 <Seite>
25203 \family default
25204  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
25205  Seite ist.
25206 \end_layout
25207
25208 \begin_layout Standard
25209 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
25210  automatisch von \SpecialChar LaTeX
25211  berechnet.
25212  Die Stile können im Feld 
25213 \family sans
25214 Format
25215 \family default
25216  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
25217  einen Querverweis klicken.
25218 \end_layout
25219
25220 \begin_layout Standard
25221 \begin_inset Note Greyedout
25222 status open
25223
25224 \begin_layout Plain Layout
25225
25226 \series bold
25227 Bemerkung:
25228 \series default
25229  Es wird empfohlen, das \SpecialChar LaTeX
25230 -Paket 
25231 \series bold
25232 refstyle
25233 \series default
25234
25235 \begin_inset Index idx
25236 status collapsed
25237
25238 \begin_layout Plain Layout
25239 \SpecialChar LaTeX
25240 -Pakete ! refstyle
25241 \end_layout
25242
25243 \end_inset
25244
25245  zu verwenden, da 
25246 \series bold
25247 prettyref
25248 \series default
25249
25250 \begin_inset Index idx
25251 status collapsed
25252
25253 \begin_layout Plain Layout
25254 \SpecialChar LaTeX
25255 -Pakete ! prettyref
25256 \end_layout
25257
25258 \end_inset
25259
25260  nicht alle möglichen \SpecialChar LyX
25261 -Marken-Kürzel
25262 \begin_inset Foot
25263 status collapsed
25264
25265 \begin_layout Plain Layout
25266  
25267 \begin_inset Quotes gld
25268 \end_inset
25269
25270 abb:
25271 \begin_inset Quotes grd
25272 \end_inset
25273
25274  ist z.
25275 \begin_inset space \thinspace{}
25276 \end_inset
25277
25278 B.
25279  \SpecialChar LyX
25280 ' Kürzel für Marken in Bildbeschriftungen.
25281 \end_layout
25282
25283 \end_inset
25284
25285  kennt und auch nicht internationalisiert ist.
25286 \end_layout
25287
25288 \end_inset
25289
25290
25291 \end_layout
25292
25293 \begin_layout Subsection
25294 Automatische Querverweisnamen
25295 \begin_inset Index idx
25296 status collapsed
25297
25298 \begin_layout Plain Layout
25299 Querverweise ! Automatische Namen 
25300 \end_layout
25301
25302 \end_inset
25303
25304
25305 \end_layout
25306
25307 \begin_layout Standard
25308 Das \SpecialChar LaTeX
25309 -Paket 
25310 \series bold
25311 hyperref
25312 \series default
25313
25314 \begin_inset Index idx
25315 status collapsed
25316
25317 \begin_layout Plain Layout
25318 \SpecialChar LaTeX
25319 -Pakete ! hyperref
25320 \end_layout
25321
25322 \end_inset
25323
25324 , das in den
25325 \family sans
25326  PDF-Eigenschaften
25327 \family default
25328  im 
25329 \family sans
25330 Dokument-Einstellungen
25331 \family default
25332  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
25333  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
25334  wie 
25335 \emph on
25336 Abschnitt
25337 \emph default
25338 ).
25339  Sie müssen damit z.
25340 \begin_inset space \thinspace{}
25341 \end_inset
25342
25343 B.
25344  nicht mehr den Namen 
25345 \begin_inset Quotes gld
25346 \end_inset
25347
25348 Abbildung
25349 \begin_inset Quotes grd
25350 \end_inset
25351
25352  vor jeden Querverweis auf eine Abbildung schreiben.
25353  Um diese Funktion benutzen zu können, aktivieren Sie 
25354 \series bold
25355 hyperref
25356 \series default
25357  und fügen diese Zeile in den \SpecialChar LaTeX
25358 -Vorspann ein:
25359 \end_layout
25360
25361 \begin_layout Standard
25362
25363 \series bold
25364
25365 \backslash
25366 AtBeginDocument{
25367 \backslash
25368 renewcommand{
25369 \backslash
25370 ref}[1]{
25371 \backslash
25372 mbox{
25373 \backslash
25374 autoref{#1}}}}
25375 \end_layout
25376
25377 \begin_layout Standard
25378 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
25379 \begin_inset space \thinspace{}
25380 \end_inset
25381
25382 B.
25383  statt 
25384 \begin_inset Quotes gld
25385 \end_inset
25386
25387 Abschnitt
25388 \begin_inset Quotes grd
25389 \end_inset
25390
25391  den Namen 
25392 \begin_inset Quotes gld
25393 \end_inset
25394
25395 Kap.
25396 \begin_inset space \thinspace{}
25397 \end_inset
25398
25399
25400 \begin_inset Quotes grd
25401 \end_inset
25402
25403 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
25404 \end_layout
25405
25406 \begin_layout Standard
25407
25408 \series bold
25409
25410 \backslash
25411 addto
25412 \backslash
25413 extrasngerman{
25414 \backslash
25415 renewcommand{
25416 \backslash
25417 sectionautorefname}
25418 \begin_inset Newline newline
25419 \end_inset
25420
25421
25422 \begin_inset Phantom HPhantom
25423 status open
25424
25425 \begin_layout Plain Layout
25426
25427 \series bold
25428 \begin_inset space ~
25429 \end_inset
25430
25431
25432 \end_layout
25433
25434 \end_inset
25435
25436 {Kap.
25437 \backslash
25438 negthinspace}}
25439 \end_layout
25440
25441 \begin_layout Standard
25442 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
25443 \begin_inset Newline newline
25444 \end_inset
25445
25446
25447 \series bold
25448
25449 \backslash
25450 extrasngerman
25451 \series default
25452  durch 
25453 \series bold
25454
25455 \backslash
25456 extras***
25457 \series default
25458 , wobei *** der Name der verwendeten Sprache ist.
25459 \end_layout
25460
25461 \begin_layout Standard
25462 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
25463  z.
25464 \begin_inset space \thinspace{}
25465 \end_inset
25466
25467 B.
25468  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
25469 \end_layout
25470
25471 \begin_layout Standard
25472
25473 \series bold
25474
25475 \backslash
25476 addto
25477 \backslash
25478 extrasngerman{
25479 \backslash
25480 renewcommand*{
25481 \backslash
25482 equationautorefname}[1]{}}
25483 \end_layout
25484
25485 \begin_layout Standard
25486 Mehr über dieses Thema finden Sie in der 
25487 \series bold
25488 hyperref
25489 \series default
25490 -Dokumentation 
25491 \begin_inset CommandInset citation
25492 LatexCommand cite
25493 key "hyperref"
25494
25495 \end_inset
25496
25497 .
25498 \end_layout
25499
25500 \begin_layout Standard
25501 \begin_inset Note Greyedout
25502 status open
25503
25504 \begin_layout Plain Layout
25505
25506 \series bold
25507 Bemerkung:
25508 \series default
25509  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
25510  als Querverweisstil 
25511 \family sans
25512 Formatierter
25513 \begin_inset space ~
25514 \end_inset
25515
25516 Querverweis
25517 \family default
25518  benutzen, wie in Abschnitt
25519 \begin_inset space ~
25520 \end_inset
25521
25522
25523 \begin_inset CommandInset ref
25524 LatexCommand ref
25525 reference "uab:Querverweis-Formate"
25526
25527 \end_inset
25528
25529  beschrieben.
25530 \end_layout
25531
25532 \end_inset
25533
25534
25535 \end_layout
25536
25537 \begin_layout Standard
25538 Das 
25539 \emph on
25540 Mathe
25541 \emph default
25542  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
25543 \end_layout
25544
25545 \begin_layout Subsection
25546 Querverweis-Position
25547 \begin_inset CommandInset label
25548 LatexCommand label
25549 name "uab:Querverweis-Position"
25550
25551 \end_inset
25552
25553
25554 \begin_inset Index idx
25555 status collapsed
25556
25557 \begin_layout Plain Layout
25558 Querverweise !  Position
25559 \end_layout
25560
25561 \end_inset
25562
25563
25564 \end_layout
25565
25566 \begin_layout Standard
25567 Wenn Sie 
25568 \series bold
25569 hyperref
25570 \series default
25571
25572 \begin_inset Index idx
25573 status collapsed
25574
25575 \begin_layout Plain Layout
25576 \SpecialChar LaTeX
25577 -Pakete ! hyperref
25578 \end_layout
25579
25580 \end_inset
25581
25582  in den
25583 \family sans
25584  PDF-Eigenschaften
25585 \family default
25586  im 
25587 \family sans
25588 Dokument-Einstellungen
25589 \family default
25590  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
25591  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
25592  und Sie werden das Bild ohne Scrollen nicht sehen.
25593  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
25594  ist.
25595  Wenn Sie das  \SpecialChar LaTeX
25596 -Paket 
25597 \series bold
25598 hypcap
25599 \series default
25600
25601 \begin_inset Index idx
25602 status collapsed
25603
25604 \begin_layout Plain Layout
25605 \SpecialChar LaTeX
25606 -Pakete ! hypcap
25607 \end_layout
25608
25609 \end_inset
25610
25611 , das Teil des \SpecialChar LaTeX
25612 -Pakets 
25613 \series bold
25614 oberdiek
25615 \series default
25616
25617 \begin_inset Index idx
25618 status collapsed
25619
25620 \begin_layout Plain Layout
25621 \SpecialChar LaTeX
25622 -Pakete ! oberdiek
25623 \end_layout
25624
25625 \end_inset
25626
25627  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
25628  Aber natürlich müssen Sie auch hier das \SpecialChar LaTeX
25629 -Paket 
25630 \series bold
25631 hypcap
25632 \series default
25633  zunächst in den \SpecialChar LaTeX
25634 -Vorspann laden:
25635 \end_layout
25636
25637 \begin_layout Standard
25638
25639 \series bold
25640
25641 \backslash
25642 usepackage[figure]{hypcap}
25643 \end_layout
25644
25645 \begin_layout Standard
25646 Sie können 
25647 \series bold
25648 hypcap
25649 \series default
25650  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
25651  nicht empfohlen.
25652  Weitere Informationen finden Sie im
25653 \series bold
25654  hypcap
25655 \series default
25656 -Handbuch 
25657 \begin_inset CommandInset citation
25658 LatexCommand cite
25659 key "hypcap"
25660
25661 \end_inset
25662
25663 .
25664 \end_layout
25665
25666 \begin_layout Standard
25667 \begin_inset Note Greyedout
25668 status open
25669
25670 \begin_layout Plain Layout
25671
25672 \series bold
25673 Bemerkung:
25674 \series default
25675  
25676 \series bold
25677 hypcap
25678 \series medium
25679  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
25680 \end_layout
25681
25682 \end_inset
25683
25684
25685 \end_layout
25686
25687 \begin_layout Section
25688 Gleitobjekt-Platzierung
25689 \begin_inset CommandInset label
25690 LatexCommand label
25691 name "abs:Gleitobjekt-Platzierung"
25692
25693 \end_inset
25694
25695
25696 \begin_inset Index idx
25697 status collapsed
25698
25699 \begin_layout Plain Layout
25700 Gleitobjekte ! Platzierung
25701 \end_layout
25702
25703 \end_inset
25704
25705
25706 \end_layout
25707
25708 \begin_layout Standard
25709 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
25710 \family sans
25711 Einstellungen 
25712 \family default
25713 öffnet einen Dialog, in dem Sie die \SpecialChar LaTeX
25714 -Optionen für die Gleitobjekt-Platzierung
25715  ändern können.
25716 \begin_inset Newline newline
25717 \end_inset
25718
25719 Die Option 
25720 \family sans
25721 Spalten
25722 \begin_inset space ~
25723 \end_inset
25724
25725 überspannen
25726 \family default
25727  ist nur bei zweispaltigen Dokumenten sinnvoll.
25728  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
25729 \begin_inset Newline newline
25730 \end_inset
25731
25732 Die Option 
25733 \family sans
25734 Seitwärts
25735 \begin_inset space ~
25736 \end_inset
25737
25738 drehen
25739 \family default
25740  ist in Abschnitt 
25741 \begin_inset CommandInset ref
25742 LatexCommand ref
25743 reference "abs:Gedrehte-Gleitobjekte"
25744
25745 \end_inset
25746
25747  beschrieben.
25748 \end_layout
25749
25750 \begin_layout Standard
25751 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
25752  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
25753  Sie die Option 
25754 \family sans
25755 Standard-Platzierung
25756 \begin_inset space ~
25757 \end_inset
25758
25759 verwenden
25760 \family default
25761  nicht verwenden:
25762 \end_layout
25763
25764 \begin_layout Description
25765 Hier
25766 \begin_inset space ~
25767 \end_inset
25768
25769 wenn
25770 \begin_inset space ~
25771 \end_inset
25772
25773 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
25774 \end_layout
25775
25776 \begin_layout Description
25777 Anfang
25778 \begin_inset space ~
25779 \end_inset
25780
25781 der
25782 \begin_inset space ~
25783 \end_inset
25784
25785 Seite
25786 \family sans
25787  
25788 \family default
25789 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
25790  Gleitobjekte, die maximal 70
25791 \begin_inset space \thinspace{}
25792 \end_inset
25793
25794 % einer Seite benötigen, dürfen oben platziert werden.
25795  Dies kann durch die Variable 
25796 \series bold
25797
25798 \backslash
25799 topfraction
25800 \series default
25801  im \SpecialChar LaTeX
25802 -Vorspann überschrieben werden, zum Beispiel: 
25803 \begin_inset Separator parbreak
25804 \end_inset
25805
25806
25807 \end_layout
25808
25809 \begin_deeper
25810 \begin_layout Standard
25811
25812 \series bold
25813
25814 \backslash
25815 renewcommand{
25816 \backslash
25817 topfraction}{0.9}
25818 \family typewriter
25819 \series default
25820  
25821 \end_layout
25822
25823 \end_deeper
25824 \begin_layout Description
25825 Ende
25826 \begin_inset space ~
25827 \end_inset
25828
25829 der
25830 \begin_inset space ~
25831 \end_inset
25832
25833 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
25834  Gleitobjekte, die maximal 30
25835 \begin_inset space \thinspace{}
25836 \end_inset
25837
25838 % einer Seite benötigen, dürfen unten platziert werden.
25839  Dies kann durch die Variable 
25840 \series bold
25841
25842 \backslash
25843 bottomfraction
25844 \series default
25845  im \SpecialChar LaTeX
25846 -Vorspann überschrieben werden, zum Beispiel setzt 
25847 \begin_inset Separator parbreak
25848 \end_inset
25849
25850
25851 \end_layout
25852
25853 \begin_deeper
25854 \begin_layout Standard
25855
25856 \series bold
25857
25858 \backslash
25859 renewcommand{
25860 \backslash
25861 bottomfraction}{0.5}
25862 \end_layout
25863
25864 \begin_layout Standard
25865 die oftmals zu kleine untere Grenze auf 50
25866 \begin_inset space \thinspace{}
25867 \end_inset
25868
25869 %.
25870 \end_layout
25871
25872 \end_deeper
25873 \begin_layout Description
25874 Seite
25875 \begin_inset space ~
25876 \end_inset
25877
25878 mit
25879 \begin_inset space ~
25880 \end_inset
25881
25882 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
25883  Nur wenn mehr als 50
25884 \begin_inset space \thinspace{}
25885 \end_inset
25886
25887 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
25888  Gleitobjekte bereitgestellt.
25889  Dies kann durch die Variable 
25890 \series bold
25891
25892 \backslash
25893 floatpagefraction 
25894 \series default
25895 im \SpecialChar LaTeX
25896 -Vorspann überschrieben werden.
25897 \end_layout
25898
25899 \begin_layout Standard
25900 Die Reihenfolge der obigen Optionen wird 
25901 \emph on
25902 immer
25903 \emph default
25904  von \SpecialChar LaTeX
25905  verwendet.
25906  Das heißt wenn Sie die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
25907  zuerst versuchen
25908  
25909 \family sans
25910 Hier
25911 \begin_inset space \space{}
25912 \end_inset
25913
25914 wenn
25915 \begin_inset space \space{}
25916 \end_inset
25917
25918 möglich
25919 \family default
25920 , dann 
25921 \family sans
25922 Anfang
25923 \begin_inset space ~
25924 \end_inset
25925
25926 der
25927 \begin_inset space ~
25928 \end_inset
25929
25930 Seite
25931 \family default
25932  und dann die anderen Optionen anzuwenden.
25933  Wenn Sie nicht die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
25934  nur die von Ihnen
25935  gewählten Optionen versuchen anzuwenden, aber immer in derselben Reihenfolge.
25936  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
25937 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
25938 \end_layout
25939
25940 \begin_layout Standard
25941 Die Option 
25942 \family sans
25943 Hier,
25944 \begin_inset space ~
25945 \end_inset
25946
25947 auf
25948 \begin_inset space ~
25949 \end_inset
25950
25951 jeden
25952 \begin_inset space ~
25953 \end_inset
25954
25955 Fall
25956 \family default
25957  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
25958  fast druckreif ist.
25959  Denn mit der Option kann das Objekt nicht mehr 
25960 \emph on
25961 gleiten
25962 \emph default
25963 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
25964  oftmals zerstört.
25965 \end_layout
25966
25967 \begin_layout Standard
25968 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
25969  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
25970 \begin_inset VSpace bigskip
25971 \end_inset
25972
25973
25974 \end_layout
25975
25976 \begin_layout Standard
25977 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
25978 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
25979  das Gleitobjekt sei Teil des vorherigen Abschnitts.
25980  Das kann mit dem \SpecialChar LaTeX
25981 -Befehl
25982 \series bold
25983  
25984 \backslash
25985 suppressfloats
25986 \series default
25987  verhindert werden.
25988  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
25989  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
25990  gesetzt wird.
25991  Dazu müssen Sie im \SpecialChar LaTeX
25992 -Vorspann folgende Befehle einfügen:
25993 \end_layout
25994
25995 \begin_layout Standard
25996
25997 \series bold
25998
25999 \backslash
26000 let
26001 \backslash
26002 meinAbschnitt
26003 \backslash
26004 section
26005 \begin_inset Newline newline
26006 \end_inset
26007
26008
26009 \backslash
26010 renewcommand{
26011 \backslash
26012 section}{
26013 \backslash
26014 suppressfloats[t]
26015 \backslash
26016 meinAbschnitt}
26017 \end_layout
26018
26019 \begin_layout Standard
26020 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
26021  Unterabschnitten festlegen.
26022  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
26023  \SpecialChar LaTeX
26024  Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
26025 \end_layout
26026
26027 \begin_layout Standard
26028 Es gibt auch noch das \SpecialChar LaTeX
26029 -Paket 
26030 \series bold
26031 flafter
26032 \series default
26033
26034 \begin_inset Index idx
26035 status collapsed
26036
26037 \begin_layout Plain Layout
26038 \SpecialChar LaTeX
26039 -Pakete ! flafter
26040 \end_layout
26041
26042 \end_inset
26043
26044  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
26045  gedruckt wird.
26046 \end_layout
26047
26048 \begin_layout Standard
26049 \begin_inset VSpace bigskip
26050 \end_inset
26051
26052 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
26053  Dafür gibt es das \SpecialChar LaTeX
26054 -Paket 
26055 \series bold
26056 endfloat
26057 \series default
26058
26059 \begin_inset Index idx
26060 status collapsed
26061
26062 \begin_layout Plain Layout
26063 \SpecialChar LaTeX
26064 -Pakete ! endfloat
26065 \end_layout
26066
26067 \end_inset
26068
26069 .
26070  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
26071  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
26072  
26073 \family sans
26074
26075 \begin_inset Quotes gld
26076 \end_inset
26077
26078 [Abbildung
26079 \begin_inset space ~
26080 \end_inset
26081
26082 3.2 ist ungefähr hier.]
26083 \family default
26084
26085 \begin_inset Quotes grd
26086 \end_inset
26087
26088  finden.
26089  Das 
26090 \series bold
26091 endfloat
26092 \series default
26093 -Paket wird mit folgendem Befehl in den \SpecialChar LaTeX
26094 -Vorspann eingefügt:
26095 \end_layout
26096
26097 \begin_layout Standard
26098
26099 \series bold
26100
26101 \backslash
26102 usepackage[Optionen]{endfloat}
26103 \end_layout
26104
26105 \begin_layout Standard
26106 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
26107  Tabellen-Abschnitte, die Sie in der 
26108 \series bold
26109 endfloat
26110 \series default
26111 -Dokumentation 
26112 \begin_inset CommandInset citation
26113 LatexCommand cite
26114 key "endfloat"
26115
26116 \end_inset
26117
26118  nachlesen können.
26119 \begin_inset Newline newline
26120 \end_inset
26121
26122
26123 \begin_inset Note Greyedout
26124 status open
26125
26126 \begin_layout Plain Layout
26127
26128 \series bold
26129 Bemerkung
26130 \begin_inset space ~
26131 \end_inset
26132
26133 1: endfloat
26134 \series default
26135  übersetzt den Hinweistext nicht automatisch.
26136  Abschnitt
26137 \begin_inset space ~
26138 \end_inset
26139
26140 4 in 
26141 \begin_inset CommandInset citation
26142 LatexCommand cite
26143 key "endfloat"
26144
26145 \end_inset
26146
26147  beschreibt, wie es geht.
26148 \end_layout
26149
26150 \end_inset
26151
26152
26153 \end_layout
26154
26155 \begin_layout Standard
26156 \begin_inset Note Greyedout
26157 status open
26158
26159 \begin_layout Plain Layout
26160
26161 \series bold
26162 Bemerkung
26163 \begin_inset space ~
26164 \end_inset
26165
26166 2: 
26167 \series default
26168 Die aktuelle Version von 
26169 \series bold
26170 endfloat
26171 \series default
26172  hat einen Fehler, wenn die Überschrift ein 
26173 \begin_inset Quotes gld
26174 \end_inset
26175
26176 ß
26177 \begin_inset Quotes grd
26178 \end_inset
26179
26180  enthält.
26181  Sie müssen stattdessen den Befehl 
26182 \series bold
26183
26184 \backslash
26185 ss
26186 \series default
26187  als \SpecialChar TeX
26188 -Code benutzen.
26189 \end_layout
26190
26191 \end_inset
26192
26193
26194 \end_layout
26195
26196 \begin_layout Standard
26197 \begin_inset VSpace bigskip
26198 \end_inset
26199
26200 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in \SpecialChar LaTeX
26201 -Büchern
26202  wie 
26203 \begin_inset CommandInset citation
26204 LatexCommand cite
26205 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26206
26207 \end_inset
26208
26209 .
26210 \end_layout
26211
26212 \begin_layout Section
26213 Gedrehte Gleitobjekte
26214 \begin_inset CommandInset label
26215 LatexCommand label
26216 name "abs:Gedrehte-Gleitobjekte"
26217
26218 \end_inset
26219
26220
26221 \begin_inset Index idx
26222 status collapsed
26223
26224 \begin_layout Plain Layout
26225 Gleitobjekte ! drehen
26226 \end_layout
26227
26228 \end_inset
26229
26230
26231 \end_layout
26232
26233 \begin_layout Standard
26234 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
26235 t drehen.
26236  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
26237  und die Option 
26238 \family sans
26239 Seitwärts
26240 \begin_inset space ~
26241 \end_inset
26242
26243 drehen
26244 \family default
26245  wählen.
26246 \end_layout
26247
26248 \begin_layout Standard
26249 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
26250  sie ein mehrspaltiges Dokument haben) gedruckt.
26251  Sie können mehrere Spalten überspannen, wenn die Option 
26252 \family sans
26253 Spalten
26254 \begin_inset space ~
26255 \end_inset
26256
26257 überspannen
26258 \family default
26259  in den Gleitobjekt Einstellungen gewählt ist.
26260  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
26261  werden können.
26262  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
26263  Option 
26264 \series bold
26265 figuresleft
26266 \series default
26267  oder 
26268 \series bold
26269 figuresright
26270 \series default
26271  zu den Dokumentklassen-Optionen hinzu.
26272 \end_layout
26273
26274 \begin_layout Standard
26275 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
26276  Tabelle
26277 \begin_inset space ~
26278 \end_inset
26279
26280
26281 \begin_inset CommandInset ref
26282 LatexCommand ref
26283 reference "tab:Gedrehte-Tabelle"
26284
26285 \end_inset
26286
26287  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
26288 \end_layout
26289
26290 \begin_layout Standard
26291 \begin_inset Note Greyedout
26292 status open
26293
26294 \begin_layout Plain Layout
26295
26296 \series bold
26297 Bemerkung:
26298 \series default
26299  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
26300 \end_layout
26301
26302 \end_inset
26303
26304
26305 \end_layout
26306
26307 \begin_layout Standard
26308 \begin_inset Float table
26309 wide false
26310 sideways true
26311 status open
26312
26313 \begin_layout Plain Layout
26314 \begin_inset Caption Standard
26315
26316 \begin_layout Plain Layout
26317 \begin_inset CommandInset label
26318 LatexCommand label
26319 name "tab:Gedrehte-Tabelle"
26320
26321 \end_inset
26322
26323 Gedrehte Tabelle
26324 \end_layout
26325
26326 \end_inset
26327
26328
26329 \end_layout
26330
26331 \begin_layout Plain Layout
26332 \align center
26333 \begin_inset Tabular
26334 <lyxtabular version="3" rows="1" columns="5">
26335 <features tabularvalignment="middle">
26336 <column alignment="center" valignment="top">
26337 <column alignment="center" valignment="top">
26338 <column alignment="center" valignment="top">
26339 <column alignment="center" valignment="top">
26340 <column alignment="center" valignment="top">
26341 <row>
26342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26343 \begin_inset Text
26344
26345 \begin_layout Plain Layout
26346 Test
26347 \end_layout
26348
26349 \end_inset
26350 </cell>
26351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26352 \begin_inset Text
26353
26354 \begin_layout Plain Layout
26355 b
26356 \end_layout
26357
26358 \end_inset
26359 </cell>
26360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26361 \begin_inset Text
26362
26363 \begin_layout Plain Layout
26364 c
26365 \end_layout
26366
26367 \end_inset
26368 </cell>
26369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26370 \begin_inset Text
26371
26372 \begin_layout Plain Layout
26373 d
26374 \end_layout
26375
26376 \end_inset
26377 </cell>
26378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26379 \begin_inset Text
26380
26381 \begin_layout Plain Layout
26382 e
26383 \end_layout
26384
26385 \end_inset
26386 </cell>
26387 </row>
26388 </lyxtabular>
26389
26390 \end_inset
26391
26392
26393 \end_layout
26394
26395 \end_inset
26396
26397
26398 \end_layout
26399
26400 \begin_layout Section
26401 Untergleitobjekte
26402 \begin_inset Index idx
26403 status collapsed
26404
26405 \begin_layout Plain Layout
26406 Gleitobjekte ! Untergleitobjekte
26407 \end_layout
26408
26409 \end_inset
26410
26411
26412 \end_layout
26413
26414 \begin_layout Standard
26415 Untergleitobjekte werden z.
26416 \begin_inset space \thinspace{}
26417 \end_inset
26418
26419 B.
26420  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
26421  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
26422  eingefügt wird.
26423  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
26424  in Tabelle
26425 \begin_inset space ~
26426 \end_inset
26427
26428
26429 \begin_inset CommandInset ref
26430 LatexCommand ref
26431 reference "tab:Untertabellen-nebeneinander"
26432
26433 \end_inset
26434
26435  und 
26436 \begin_inset CommandInset ref
26437 LatexCommand ref
26438 reference "tab:Untertabellen-übereinander"
26439
26440 \end_inset
26441
26442 .
26443 \end_layout
26444
26445 \begin_layout Standard
26446 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
26447 \begin_inset space ~
26448 \end_inset
26449
26450
26451 \begin_inset CommandInset ref
26452 LatexCommand ref
26453 reference "tab:Untertabelle-a"
26454
26455 \end_inset
26456
26457  und 
26458 \begin_inset CommandInset ref
26459 LatexCommand ref
26460 reference "tab:Untertabelle-b"
26461
26462 \end_inset
26463
26464  sind Untertabellen von Tabelle
26465 \begin_inset space ~
26466 \end_inset
26467
26468
26469 \begin_inset CommandInset ref
26470 LatexCommand ref
26471 reference "tab:Untertabellen-nebeneinander"
26472
26473 \end_inset
26474
26475 .
26476 \end_layout
26477
26478 \begin_layout Standard
26479 \begin_inset Float table
26480 wide false
26481 sideways false
26482 status open
26483
26484 \begin_layout Plain Layout
26485 \begin_inset Caption Standard
26486
26487 \begin_layout Plain Layout
26488 \begin_inset CommandInset label
26489 LatexCommand label
26490 name "tab:Untertabellen-nebeneinander"
26491
26492 \end_inset
26493
26494 Zwei Untertabellen nebeneinander.
26495 \end_layout
26496
26497 \end_inset
26498
26499
26500 \end_layout
26501
26502 \begin_layout Plain Layout
26503 \align center
26504 \begin_inset space \hfill{}
26505 \end_inset
26506
26507
26508 \begin_inset Float table
26509 wide false
26510 sideways false
26511 status collapsed
26512
26513 \begin_layout Plain Layout
26514 \begin_inset Caption Standard
26515
26516 \begin_layout Plain Layout
26517 \begin_inset CommandInset label
26518 LatexCommand label
26519 name "tab:Untertabelle-a"
26520
26521 \end_inset
26522
26523 Dies ist Untertabelle a.
26524 \end_layout
26525
26526 \end_inset
26527
26528
26529 \end_layout
26530
26531 \begin_layout Plain Layout
26532 \align center
26533 \begin_inset Tabular
26534 <lyxtabular version="3" rows="1" columns="5">
26535 <features tabularvalignment="middle">
26536 <column alignment="center" valignment="top">
26537 <column alignment="center" valignment="top">
26538 <column alignment="center" valignment="top">
26539 <column alignment="center" valignment="top">
26540 <column alignment="center" valignment="top">
26541 <row>
26542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26543 \begin_inset Text
26544
26545 \begin_layout Plain Layout
26546 Test
26547 \end_layout
26548
26549 \end_inset
26550 </cell>
26551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26552 \begin_inset Text
26553
26554 \begin_layout Plain Layout
26555 b
26556 \end_layout
26557
26558 \end_inset
26559 </cell>
26560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26561 \begin_inset Text
26562
26563 \begin_layout Plain Layout
26564 c
26565 \end_layout
26566
26567 \end_inset
26568 </cell>
26569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26570 \begin_inset Text
26571
26572 \begin_layout Plain Layout
26573 d
26574 \end_layout
26575
26576 \end_inset
26577 </cell>
26578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26579 \begin_inset Text
26580
26581 \begin_layout Plain Layout
26582 e
26583 \end_layout
26584
26585 \end_inset
26586 </cell>
26587 </row>
26588 </lyxtabular>
26589
26590 \end_inset
26591
26592
26593 \end_layout
26594
26595 \end_inset
26596
26597
26598 \begin_inset space \hfill{}
26599 \end_inset
26600
26601
26602 \begin_inset Float table
26603 wide false
26604 sideways false
26605 status collapsed
26606
26607 \begin_layout Plain Layout
26608 \begin_inset Caption Standard
26609
26610 \begin_layout Plain Layout
26611 \begin_inset CommandInset label
26612 LatexCommand label
26613 name "tab:Untertabelle-b"
26614
26615 \end_inset
26616
26617 Dies ist Untertabelle b.
26618 \end_layout
26619
26620 \end_inset
26621
26622
26623 \end_layout
26624
26625 \begin_layout Plain Layout
26626 \align center
26627 \begin_inset Tabular
26628 <lyxtabular version="3" rows="1" columns="5">
26629 <features tabularvalignment="middle">
26630 <column alignment="center" valignment="top">
26631 <column alignment="center" valignment="top">
26632 <column alignment="center" valignment="top">
26633 <column alignment="center" valignment="top">
26634 <column alignment="center" valignment="top">
26635 <row>
26636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26637 \begin_inset Text
26638
26639 \begin_layout Plain Layout
26640 e
26641 \end_layout
26642
26643 \end_inset
26644 </cell>
26645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26646 \begin_inset Text
26647
26648 \begin_layout Plain Layout
26649 d
26650 \end_layout
26651
26652 \end_inset
26653 </cell>
26654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Plain Layout
26658 c
26659 \end_layout
26660
26661 \end_inset
26662 </cell>
26663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26664 \begin_inset Text
26665
26666 \begin_layout Plain Layout
26667 b
26668 \end_layout
26669
26670 \end_inset
26671 </cell>
26672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26673 \begin_inset Text
26674
26675 \begin_layout Plain Layout
26676 Test
26677 \end_layout
26678
26679 \end_inset
26680 </cell>
26681 </row>
26682 </lyxtabular>
26683
26684 \end_inset
26685
26686
26687 \end_layout
26688
26689 \end_inset
26690
26691
26692 \begin_inset space \hfill{}
26693 \end_inset
26694
26695
26696 \end_layout
26697
26698 \end_inset
26699
26700
26701 \end_layout
26702
26703 \begin_layout Standard
26704 \begin_inset Float table
26705 wide false
26706 sideways false
26707 status open
26708
26709 \begin_layout Plain Layout
26710 \begin_inset Caption Standard
26711
26712 \begin_layout Plain Layout
26713 \begin_inset CommandInset label
26714 LatexCommand label
26715 name "tab:Untertabellen-übereinander"
26716
26717 \end_inset
26718
26719 Zwei Untertabellen übereinander.
26720  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
26721 \end_layout
26722
26723 \end_inset
26724
26725
26726 \end_layout
26727
26728 \begin_layout Plain Layout
26729 \align center
26730 \begin_inset Float table
26731 wide false
26732 sideways false
26733 status collapsed
26734
26735 \begin_layout Plain Layout
26736 \begin_inset Caption Standard
26737
26738 \begin_layout Plain Layout
26739
26740 \end_layout
26741
26742 \end_inset
26743
26744
26745 \end_layout
26746
26747 \begin_layout Plain Layout
26748 \align center
26749 \begin_inset Tabular
26750 <lyxtabular version="3" rows="1" columns="4">
26751 <features tabularvalignment="middle">
26752 <column alignment="center" valignment="top">
26753 <column alignment="center" valignment="top">
26754 <column alignment="center" valignment="top">
26755 <column alignment="center" valignment="top">
26756 <row>
26757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26758 \begin_inset Text
26759
26760 \begin_layout Plain Layout
26761 Test
26762 \end_layout
26763
26764 \end_inset
26765 </cell>
26766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26767 \begin_inset Text
26768
26769 \begin_layout Plain Layout
26770 Test
26771 \end_layout
26772
26773 \end_inset
26774 </cell>
26775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26776 \begin_inset Text
26777
26778 \begin_layout Plain Layout
26779 Test
26780 \end_layout
26781
26782 \end_inset
26783 </cell>
26784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26785 \begin_inset Text
26786
26787 \begin_layout Plain Layout
26788 Test
26789 \end_layout
26790
26791 \end_inset
26792 </cell>
26793 </row>
26794 </lyxtabular>
26795
26796 \end_inset
26797
26798
26799 \end_layout
26800
26801 \end_inset
26802
26803
26804 \end_layout
26805
26806 \begin_layout Plain Layout
26807 \align center
26808 \begin_inset Float table
26809 wide false
26810 sideways false
26811 status collapsed
26812
26813 \begin_layout Plain Layout
26814 \begin_inset Caption Standard
26815
26816 \begin_layout Plain Layout
26817
26818 \end_layout
26819
26820 \end_inset
26821
26822
26823 \end_layout
26824
26825 \begin_layout Plain Layout
26826 \align center
26827 \begin_inset Tabular
26828 <lyxtabular version="3" rows="1" columns="5">
26829 <features tabularvalignment="middle">
26830 <column alignment="center" valignment="top">
26831 <column alignment="center" valignment="top">
26832 <column alignment="center" valignment="top">
26833 <column alignment="center" valignment="top">
26834 <column alignment="center" valignment="top">
26835 <row>
26836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26837 \begin_inset Text
26838
26839 \begin_layout Plain Layout
26840 a
26841 \end_layout
26842
26843 \end_inset
26844 </cell>
26845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26846 \begin_inset Text
26847
26848 \begin_layout Plain Layout
26849 b
26850 \end_layout
26851
26852 \end_inset
26853 </cell>
26854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26855 \begin_inset Text
26856
26857 \begin_layout Plain Layout
26858 c
26859 \end_layout
26860
26861 \end_inset
26862 </cell>
26863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26864 \begin_inset Text
26865
26866 \begin_layout Plain Layout
26867 d
26868 \end_layout
26869
26870 \end_inset
26871 </cell>
26872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26873 \begin_inset Text
26874
26875 \begin_layout Plain Layout
26876 e
26877 \end_layout
26878
26879 \end_inset
26880 </cell>
26881 </row>
26882 </lyxtabular>
26883
26884 \end_inset
26885
26886
26887 \end_layout
26888
26889 \end_inset
26890
26891
26892 \end_layout
26893
26894 \end_inset
26895
26896
26897 \end_layout
26898
26899 \begin_layout Section
26900 Gleitobjekte nebeneinander
26901 \begin_inset Index idx
26902 status collapsed
26903
26904 \begin_layout Plain Layout
26905 Gleitobjekte ! nebeneinander
26906 \end_layout
26907
26908 \end_inset
26909
26910
26911 \end_layout
26912
26913 \begin_layout Standard
26914 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
26915 \begin_inset space ~
26916 \end_inset
26917
26918
26919 \begin_inset CommandInset ref
26920 LatexCommand ref
26921 reference "abb:Gleitobjekt-links"
26922
26923 \end_inset
26924
26925  und 
26926 \begin_inset CommandInset ref
26927 LatexCommand ref
26928 reference "abb:Gleitobjekt-rechts"
26929
26930 \end_inset
26931
26932  wird nur 
26933 \emph on
26934 ein
26935 \emph default
26936  Gleitobjekt verwendet.
26937  In dieses werden zwei Minipage Boxen eingefügt.
26938 \begin_inset Foot
26939 status collapsed
26940
26941 \begin_layout Plain Layout
26942 Minipages sind in Abschnitt
26943 \begin_inset space ~
26944 \end_inset
26945
26946
26947 \begin_inset CommandInset ref
26948 LatexCommand ref
26949 reference "abs:Minipage"
26950
26951 \end_inset
26952
26953  erklärt.
26954 \end_layout
26955
26956 \end_inset
26957
26958  Die Breite wird für jede Minipage auf 45
26959 \begin_inset space \thinspace{}
26960 \end_inset
26961
26962 -50
26963 \begin_inset space \thinspace{}
26964 \end_inset
26965
26966 Spalten% und die Box Ausrichtung auf 
26967 \family sans
26968 Unten
26969 \family default
26970  gesetzt.
26971  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
26972  Gleitobjekt.
26973  Der einzige Unterschied ist, dass die Bildeinheit 
26974 \family sans
26975 Spaltenbreite
26976 \begin_inset space ~
26977 \end_inset
26978
26979 %
26980 \family default
26981  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
26982 \end_layout
26983
26984 \begin_layout Standard
26985 \begin_inset Float figure
26986 wide false
26987 sideways false
26988 status open
26989
26990 \begin_layout Plain Layout
26991 \begin_inset Box Frameless
26992 position "b"
26993 hor_pos "c"
26994 has_inner_box 1
26995 inner_pos "t"
26996 use_parbox 0
26997 use_makebox 0
26998 width "45col%"
26999 special "none"
27000 height "1in"
27001 height_special "totalheight"
27002 thickness "0.4pt"
27003 separation "3pt"
27004 shadowsize "4pt"
27005 framecolor "black"
27006 backgroundcolor "none"
27007 status open
27008
27009 \begin_layout Plain Layout
27010 \align center
27011 \begin_inset Graphics
27012         filename ../clipart/mobius.eps
27013         lyxscale 50
27014         width 100col%
27015         scaleBeforeRotation
27016
27017 \end_inset
27018
27019
27020 \end_layout
27021
27022 \begin_layout Plain Layout
27023 \begin_inset Caption Standard
27024
27025 \begin_layout Plain Layout
27026 \begin_inset CommandInset label
27027 LatexCommand label
27028 name "abb:Gleitobjekt-links"
27029
27030 \end_inset
27031
27032 Gleitobjekt auf der linken Seite.
27033 \end_layout
27034
27035 \end_inset
27036
27037
27038 \end_layout
27039
27040 \end_inset
27041
27042
27043 \begin_inset space \hfill{}
27044 \end_inset
27045
27046
27047 \begin_inset Box Frameless
27048 position "b"
27049 hor_pos "c"
27050 has_inner_box 1
27051 inner_pos "t"
27052 use_parbox 0
27053 use_makebox 0
27054 width "45col%"
27055 special "none"
27056 height "1in"
27057 height_special "totalheight"
27058 thickness "0.4pt"
27059 separation "3pt"
27060 shadowsize "4pt"
27061 framecolor "black"
27062 backgroundcolor "none"
27063 status open
27064
27065 \begin_layout Plain Layout
27066 \align center
27067 \begin_inset Graphics
27068         filename ../clipart/platypus.eps
27069         lyxscale 50
27070         width 100col%
27071         scaleBeforeRotation
27072
27073 \end_inset
27074
27075
27076 \end_layout
27077
27078 \begin_layout Plain Layout
27079 \begin_inset Caption Standard
27080
27081 \begin_layout Plain Layout
27082 \begin_inset CommandInset label
27083 LatexCommand label
27084 name "abb:Gleitobjekt-rechts"
27085
27086 \end_inset
27087
27088 Gleitobjekt auf der rechten Seite.
27089 \end_layout
27090
27091 \end_inset
27092
27093
27094 \end_layout
27095
27096 \end_inset
27097
27098
27099 \end_layout
27100
27101 \end_inset
27102
27103
27104 \end_layout
27105
27106 \begin_layout Section
27107 Beschriftungs-Formatierung
27108 \begin_inset CommandInset label
27109 LatexCommand label
27110 name "abs:Titel-Formatierung"
27111
27112 \end_inset
27113
27114
27115 \begin_inset Index idx
27116 status collapsed
27117
27118 \begin_layout Plain Layout
27119 Gleitobjekte ! Beschriftung ! Formatierung
27120 \end_layout
27121
27122 \end_inset
27123
27124
27125 \end_layout
27126
27127 \begin_layout Standard
27128
27129 \family sans
27130 Legende
27131 \family default
27132  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
27133  In \SpecialChar LyX
27134  sehen Titel so aus:  
27135 \family sans
27136
27137 \begin_inset Quotes gld
27138 \end_inset
27139
27140 Abbildung xyz:
27141 \family default
27142
27143 \begin_inset Quotes grd
27144 \end_inset
27145
27146 , gefolgt vom Beschriftungstext, wobei 
27147 \family sans
27148 xyz
27149 \family default
27150  die von \SpecialChar LyX
27151  vergebene Nummer ist.
27152  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
27153  gedruckt.
27154  Dieses Format ist für die meisten aber nicht alle Dokumente geeignet.
27155 \end_layout
27156
27157 \begin_layout Standard
27158 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das \SpecialChar LaTeX
27159 -Paket
27160  
27161 \series bold
27162 caption
27163 \series default
27164
27165 \begin_inset Index idx
27166 status collapsed
27167
27168 \begin_layout Plain Layout
27169 \SpecialChar LaTeX
27170 -Pakete ! caption
27171 \end_layout
27172
27173 \end_inset
27174
27175  in den \SpecialChar LaTeX
27176 -Vorspann laden:
27177 \end_layout
27178
27179 \begin_layout Standard
27180
27181 \series bold
27182
27183 \backslash
27184 usepackage[Format-Definition]{caption}
27185 \end_layout
27186
27187 \begin_layout Standard
27188 Soll zum Beispiel Name und Nummer serifenlos und fett gedruckt werden und
27189  die Beschriftung immer über der Tabelle stehen, müssen Sie folgenden Befehl
27190  verwenden:
27191 \end_layout
27192
27193 \begin_layout Standard
27194
27195 \series bold
27196
27197 \backslash
27198 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27199 \end_layout
27200
27201 \begin_layout Standard
27202 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
27203  definieren.
27204  Dazu laden Sie das 
27205 \series bold
27206 caption
27207 \series default
27208 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
27209  dem Befehl
27210 \end_layout
27211
27212 \begin_layout Standard
27213
27214 \series bold
27215
27216 \backslash
27217 captionsetup[Gleitobjekt-Typ]{Format-Definition}
27218 \end_layout
27219
27220 \begin_layout Standard
27221 Für Abbildung
27222 \begin_inset space ~
27223 \end_inset
27224
27225
27226 \begin_inset CommandInset ref
27227 LatexCommand ref
27228 reference "abb:Langer-Abb-Titel"
27229
27230 \end_inset
27231
27232  und Tabelle
27233 \begin_inset space ~
27234 \end_inset
27235
27236
27237 \begin_inset CommandInset ref
27238 LatexCommand ref
27239 reference "tab:Langer-Tab-Titel"
27240
27241 \end_inset
27242
27243  können die Beschriftungen mit folgenden Befehlen im \SpecialChar LaTeX
27244 -Vorspann definiert
27245  werden:
27246 \end_layout
27247
27248 \begin_layout Standard
27249
27250 \series bold
27251
27252 \backslash
27253 usepackage[tableposition=top]{caption}
27254 \begin_inset Newline newline
27255 \end_inset
27256
27257
27258 \backslash
27259 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27260 \begin_inset Newline newline
27261 \end_inset
27262
27263
27264 \begin_inset Phantom HPhantom
27265 status open
27266
27267 \begin_layout Plain Layout
27268
27269 \series bold
27270
27271 \backslash
27272 captionsetup[figure]{
27273 \end_layout
27274
27275 \end_inset
27276
27277 labelsep=period}
27278 \begin_inset Newline newline
27279 \end_inset
27280
27281
27282 \backslash
27283 captionsetup[table]{labelfont={bf,sf}}
27284 \end_layout
27285
27286 \begin_layout Standard
27287 \begin_inset Note Greyedout
27288 status open
27289
27290 \begin_layout Plain Layout
27291
27292 \series bold
27293 Bemerkung:
27294 \series default
27295  Die Option 
27296 \series bold
27297 tableposition=top
27298 \series default
27299  hat keine Auswirkung, wenn eine 
27300 \series bold
27301 KOMA-Script
27302 \series default
27303
27304 \begin_inset Index idx
27305 status collapsed
27306
27307 \begin_layout Plain Layout
27308 \SpecialChar LaTeX
27309 -Pakete ! KOMA-Script
27310 \end_layout
27311
27312 \end_inset
27313
27314 -Dokumentklasse verwendet wird.
27315  Hier muss die Option 
27316 \series bold
27317 captions=tableheading
27318 \series default
27319  benutzt werden.
27320 \end_layout
27321
27322 \end_inset
27323
27324
27325 \end_layout
27326
27327 \begin_layout Standard
27328 Weitere Informationen über das Paket
27329 \series bold
27330  caption
27331 \series default
27332  finden Sie in seiner Dokumentation 
27333 \begin_inset CommandInset citation
27334 LatexCommand cite
27335 key "caption"
27336
27337 \end_inset
27338
27339 .
27340 \end_layout
27341
27342 \begin_layout Standard
27343 Wenn Sie den Namen von 
27344 \begin_inset Quotes gld
27345 \end_inset
27346
27347 Abbildung
27348 \begin_inset Quotes grd
27349 \end_inset
27350
27351  auf 
27352 \begin_inset Quotes gld
27353 \end_inset
27354
27355 Bild
27356 \begin_inset Quotes grd
27357 \end_inset
27358
27359  ändern wollen, können Sie das mit folgendem Befehl im \SpecialChar LaTeX
27360 -Vorspann  machen:
27361 \end_layout
27362
27363 \begin_layout Standard
27364
27365 \series bold
27366
27367 \backslash
27368 renewcommand{
27369 \backslash
27370 fnum@figure}{Bild~
27371 \backslash
27372 thefigure}
27373 \end_layout
27374
27375 \begin_layout Standard
27376 wobei 
27377 \series bold
27378
27379 \backslash
27380 thefigure
27381 \series default
27382  die Bildnummer einsetzt und
27383 \series bold
27384  ~
27385 \series default
27386  ein geschütztes Leerzeichen ist.
27387 \end_layout
27388
27389 \begin_layout Standard
27390 \begin_inset VSpace bigskip
27391 \end_inset
27392
27393 Wenn Sie eine 
27394 \series bold
27395 KOMA-Script
27396 \series default
27397
27398 \begin_inset Index idx
27399 status collapsed
27400
27401 \begin_layout Plain Layout
27402 \SpecialChar LaTeX
27403 -Pakete ! KOMA-Script
27404 \end_layout
27405
27406 \end_inset
27407
27408 -Dokumentklasse (
27409 \family sans
27410 article (KOMA-Script)
27411 \family default
27412
27413 \family sans
27414 book (KOMA-Script)
27415 \family default
27416
27417 \family sans
27418 letter (KOMA-Script)
27419 \family default
27420  oder 
27421 \family sans
27422 report (KOMA-Script)
27423 \family default
27424 ) benutzen, können Sie anstatt des 
27425 \series bold
27426 caption
27427 \series default
27428 -Paketes den eingebauten Befehl 
27429 \series bold
27430
27431 \backslash
27432 setkomafont
27433 \series default
27434  von 
27435 \series bold
27436 KOMA-Script
27437 \series default
27438  benutzen.
27439  Der Befehl
27440 \end_layout
27441
27442 \begin_layout Standard
27443
27444 \series bold
27445
27446 \backslash
27447 setkomafont{captionlabel}{
27448 \backslash
27449 bfseries}
27450 \end_layout
27451
27452 \begin_layout Standard
27453 im \SpecialChar LaTeX
27454 -Vorspann druckt den Namen fett.
27455 \end_layout
27456
27457 \begin_layout Standard
27458 Weitere Informationen über 
27459 \series bold
27460
27461 \backslash
27462 setkomafont
27463 \series default
27464  finden Sie in der 
27465 \series bold
27466 KOMA-Script
27467 \series default
27468 -Do\SpecialChar softhyphen
27469 ku\SpecialChar softhyphen
27470 men\SpecialChar softhyphen
27471 ta\SpecialChar softhyphen
27472 tion 
27473 \begin_inset CommandInset citation
27474 LatexCommand cite
27475 key "KOMA-Script"
27476
27477 \end_inset
27478
27479 .
27480 \end_layout
27481
27482 \begin_layout Standard
27483 \begin_inset ERT
27484 status collapsed
27485
27486 \begin_layout Plain Layout
27487
27488
27489 \backslash
27490 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27491 }
27492 \end_layout
27493
27494 \end_inset
27495
27496
27497 \begin_inset Note Note
27498 status open
27499
27500 \begin_layout Plain Layout
27501 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
27502 \end_layout
27503
27504 \end_inset
27505
27506
27507 \end_layout
27508
27509 \begin_layout Standard
27510 \begin_inset Float figure
27511 placement !p
27512 wide false
27513 sideways false
27514 status open
27515
27516 \begin_layout Plain Layout
27517 \align center
27518 \begin_inset Graphics
27519         filename ../clipart/mobius.eps
27520         lyxscale 50
27521         scale 50
27522         scaleBeforeRotation
27523
27524 \end_inset
27525
27526
27527 \end_layout
27528
27529 \begin_layout Plain Layout
27530 \begin_inset Caption Standard
27531
27532 \begin_layout Plain Layout
27533 \begin_inset CommandInset label
27534 LatexCommand label
27535 name "abb:Langer-Abb-Titel"
27536
27537 \end_inset
27538
27539 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27540  ist, um das andere Beschriftungsformat zu zeigen.
27541  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
27542 \begin_inset Argument 1
27543 status collapsed
27544
27545 \begin_layout Plain Layout
27546 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27547  ist.
27548 \end_layout
27549
27550 \end_inset
27551
27552
27553 \end_layout
27554
27555 \end_inset
27556
27557
27558 \end_layout
27559
27560 \end_inset
27561
27562
27563 \end_layout
27564
27565 \begin_layout Standard
27566 \begin_inset ERT
27567 status collapsed
27568
27569 \begin_layout Plain Layout
27570
27571
27572 \backslash
27573 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27574 on}
27575 \end_layout
27576
27577 \end_inset
27578
27579
27580 \end_layout
27581
27582 \begin_layout Standard
27583 \begin_inset Float table
27584 placement !p
27585 wide false
27586 sideways false
27587 status open
27588
27589 \begin_layout Plain Layout
27590 \begin_inset Caption Standard
27591
27592 \begin_layout Plain Layout
27593 \begin_inset CommandInset label
27594 LatexCommand label
27595 name "tab:Langer-Tab-Titel"
27596
27597 \end_inset
27598
27599 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27600  ist, um das andere Beschriftungsformat zu zeigen.
27601  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
27602  benutzt.
27603 \begin_inset Argument 1
27604 status collapsed
27605
27606 \begin_layout Plain Layout
27607 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27608  ist.
27609 \end_layout
27610
27611 \end_inset
27612
27613
27614 \end_layout
27615
27616 \end_inset
27617
27618
27619 \end_layout
27620
27621 \begin_layout Plain Layout
27622 \align center
27623 \begin_inset Tabular
27624 <lyxtabular version="3" rows="1" columns="5">
27625 <features tabularvalignment="middle">
27626 <column alignment="center" valignment="top">
27627 <column alignment="center" valignment="top">
27628 <column alignment="center" valignment="top">
27629 <column alignment="center" valignment="top">
27630 <column alignment="center" valignment="top">
27631 <row>
27632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27633 \begin_inset Text
27634
27635 \begin_layout Plain Layout
27636 a
27637 \end_layout
27638
27639 \end_inset
27640 </cell>
27641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27642 \begin_inset Text
27643
27644 \begin_layout Plain Layout
27645 b
27646 \end_layout
27647
27648 \end_inset
27649 </cell>
27650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27651 \begin_inset Text
27652
27653 \begin_layout Plain Layout
27654 c
27655 \end_layout
27656
27657 \end_inset
27658 </cell>
27659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27660 \begin_inset Text
27661
27662 \begin_layout Plain Layout
27663 d
27664 \end_layout
27665
27666 \end_inset
27667 </cell>
27668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27669 \begin_inset Text
27670
27671 \begin_layout Plain Layout
27672 e
27673 \end_layout
27674
27675 \end_inset
27676 </cell>
27677 </row>
27678 </lyxtabular>
27679
27680 \end_inset
27681
27682
27683 \end_layout
27684
27685 \end_inset
27686
27687
27688 \end_layout
27689
27690 \begin_layout Section
27691 Beschriftungs-Platzierung
27692 \begin_inset CommandInset label
27693 LatexCommand label
27694 name "abs:Titel-Platzierung"
27695
27696 \end_inset
27697
27698
27699 \begin_inset Index idx
27700 status collapsed
27701
27702 \begin_layout Plain Layout
27703 Gleitobjekte ! Beschriftung ! Platzierung
27704 \end_layout
27705
27706 \end_inset
27707
27708
27709 \end_layout
27710
27711 \begin_layout Standard
27712 Normalerweise werden die Beschriftungen wie folgt platziert:
27713 \end_layout
27714
27715 \begin_layout Description
27716 Abbildung: darunter
27717 \end_layout
27718
27719 \begin_layout Description
27720 Tabelle: darüber
27721 \end_layout
27722
27723 \begin_layout Standard
27724 \SpecialChar LaTeX
27725 -Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
27726  Das heißt wenn Sie eine der Dokument-Klassen 
27727 \family sans
27728 article
27729 \family default
27730
27731 \family sans
27732 book
27733 \family default
27734
27735 \family sans
27736 letter
27737 \family default
27738  oder 
27739 \family sans
27740 report
27741 \family default
27742  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
27743  Um das zu erreichen, laden Sie das \SpecialChar LaTeX
27744 -Paket 
27745 \series bold
27746 caption
27747 \series default
27748
27749 \begin_inset Index idx
27750 status collapsed
27751
27752 \begin_layout Plain Layout
27753 \SpecialChar LaTeX
27754 -Pakete ! caption
27755 \end_layout
27756
27757 \end_inset
27758
27759  im \SpecialChar LaTeX
27760 -Vorspann mit der Option
27761 \begin_inset Foot
27762 status collapsed
27763
27764 \begin_layout Plain Layout
27765 In Abschnitt
27766 \begin_inset space ~
27767 \end_inset
27768
27769
27770 \begin_inset CommandInset ref
27771 LatexCommand ref
27772 reference "abs:Titel-Formatierung"
27773
27774 \end_inset
27775
27776  steht mehr über das Paket 
27777 \series bold
27778 caption
27779 \series default
27780 .
27781 \end_layout
27782
27783 \end_inset
27784
27785
27786 \end_layout
27787
27788 \begin_layout Standard
27789
27790 \series bold
27791 tableposition=top
27792 \end_layout
27793
27794 \begin_layout Standard
27795 Wenn Sie eine 
27796 \series bold
27797 KOMA-Script
27798 \series default
27799
27800 \begin_inset Index idx
27801 status collapsed
27802
27803 \begin_layout Plain Layout
27804 \SpecialChar LaTeX
27805 -Pakete ! KOMA-Script
27806 \end_layout
27807
27808 \end_inset
27809
27810 -Dokumentklasse (
27811 \family sans
27812 article (KOMA-Script)
27813 \family default
27814
27815 \family sans
27816 book (KOMA-Script)
27817 \family default
27818
27819 \family sans
27820 letter (KOMA-Script)
27821 \family default
27822  oder 
27823 \family sans
27824 report (KOMA-Script)
27825 \family default
27826 ) benutzen, können Sie alternativ zum 
27827 \series bold
27828 caption
27829 \series default
27830 -Paket die Dokumentklassen-Option
27831 \end_layout
27832
27833 \begin_layout Standard
27834
27835 \series bold
27836 captions=tableheading
27837 \end_layout
27838
27839 \begin_layout Standard
27840 benutzen.
27841 \begin_inset Foot
27842 status collapsed
27843
27844 \begin_layout Plain Layout
27845 Diese Option wird in diesem Dokument verwendet.
27846 \end_layout
27847
27848 \end_inset
27849
27850
27851 \end_layout
27852
27853 \begin_layout Standard
27854 In Dokumenten, die eine KOMA-Script Klasse verwenden, können Sie auch mit
27855  rechts auf eine Beschriftung klicken und im Kontextmenü markieren, ob diese
27856  Beschriftung über oder unter der Tabelle/Abbildung sein soll.
27857  Auf diese Weise kann die dokumentweite Beschriftungs-Platzierung für bestimmte
27858  Beschriftungen überschrieben werden.
27859  Tabelle
27860 \begin_inset space ~
27861 \end_inset
27862
27863
27864 \begin_inset CommandInset ref
27865 LatexCommand ref
27866 reference "tab:Eine-Beschriftung-unterhalb"
27867
27868 \end_inset
27869
27870  ist ein Beispiel, bei dem die Beschriftung als unterhalb der Tabelle markiert
27871  wurde, obwohl sie über der Tabelle steht.
27872  Zum Vergleich ist die Beschriftung von Tabelle
27873 \begin_inset space ~
27874 \end_inset
27875
27876
27877 \begin_inset CommandInset ref
27878 LatexCommand ref
27879 reference "tab:Eine-normale-Tabellen-Beschriftu"
27880
27881 \end_inset
27882
27883  nicht markiert.
27884 \end_layout
27885
27886 \begin_layout Standard
27887 \begin_inset Float table
27888 wide false
27889 sideways false
27890 status open
27891
27892 \begin_layout Plain Layout
27893 \begin_inset Caption Below
27894
27895 \begin_layout Plain Layout
27896 \begin_inset CommandInset label
27897 LatexCommand label
27898 name "tab:Eine-Beschriftung-unterhalb"
27899
27900 \end_inset
27901
27902 Eine Beschriftung, die als unterhalb der der Tabelle markiert wurde.
27903 \end_layout
27904
27905 \end_inset
27906
27907
27908 \end_layout
27909
27910 \begin_layout Plain Layout
27911 \align center
27912 \begin_inset Tabular
27913 <lyxtabular version="3" rows="3" columns="3">
27914 <features tabularvalignment="middle">
27915 <column alignment="center" valignment="top" width="0pt">
27916 <column alignment="center" valignment="top" width="0pt">
27917 <column alignment="center" valignment="top" width="0pt">
27918 <row>
27919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27920 \begin_inset Text
27921
27922 \begin_layout Plain Layout
27923 1
27924 \end_layout
27925
27926 \end_inset
27927 </cell>
27928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27929 \begin_inset Text
27930
27931 \begin_layout Plain Layout
27932 2
27933 \end_layout
27934
27935 \end_inset
27936 </cell>
27937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27938 \begin_inset Text
27939
27940 \begin_layout Plain Layout
27941 3
27942 \end_layout
27943
27944 \end_inset
27945 </cell>
27946 </row>
27947 <row>
27948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27949 \begin_inset Text
27950
27951 \begin_layout Plain Layout
27952 Joe
27953 \end_layout
27954
27955 \end_inset
27956 </cell>
27957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27958 \begin_inset Text
27959
27960 \begin_layout Plain Layout
27961 Mary
27962 \end_layout
27963
27964 \end_inset
27965 </cell>
27966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27967 \begin_inset Text
27968
27969 \begin_layout Plain Layout
27970 Ted
27971 \end_layout
27972
27973 \end_inset
27974 </cell>
27975 </row>
27976 <row>
27977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27978 \begin_inset Text
27979
27980 \begin_layout Plain Layout
27981 \begin_inset Formula $\int x^{2}dx$
27982 \end_inset
27983
27984
27985 \end_layout
27986
27987 \end_inset
27988 </cell>
27989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27990 \begin_inset Text
27991
27992 \begin_layout Plain Layout
27993 \begin_inset Formula $\left[\begin{array}{cc}
27994 a & b\\
27995 c & d
27996 \end{array}\right]$
27997 \end_inset
27998
27999
28000 \end_layout
28001
28002 \end_inset
28003 </cell>
28004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28005 \begin_inset Text
28006
28007 \begin_layout Plain Layout
28008 \begin_inset Formula $1+1=2$
28009 \end_inset
28010
28011
28012 \end_layout
28013
28014 \end_inset
28015 </cell>
28016 </row>
28017 </lyxtabular>
28018
28019 \end_inset
28020
28021
28022 \end_layout
28023
28024 \end_inset
28025
28026
28027 \end_layout
28028
28029 \begin_layout Standard
28030 \begin_inset Float table
28031 wide false
28032 sideways false
28033 status open
28034
28035 \begin_layout Plain Layout
28036 \begin_inset Caption Standard
28037
28038 \begin_layout Plain Layout
28039 \begin_inset CommandInset label
28040 LatexCommand label
28041 name "tab:Eine-normale-Tabellen-Beschriftu"
28042
28043 \end_inset
28044
28045 Eine normale Tabellen-Beschriftung.
28046 \end_layout
28047
28048 \end_inset
28049
28050
28051 \end_layout
28052
28053 \begin_layout Plain Layout
28054 \align center
28055 \begin_inset Tabular
28056 <lyxtabular version="3" rows="3" columns="3">
28057 <features tabularvalignment="middle">
28058 <column alignment="center" valignment="top" width="0pt">
28059 <column alignment="center" valignment="top" width="0pt">
28060 <column alignment="center" valignment="top" width="0pt">
28061 <row>
28062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28063 \begin_inset Text
28064
28065 \begin_layout Plain Layout
28066 1
28067 \end_layout
28068
28069 \end_inset
28070 </cell>
28071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28072 \begin_inset Text
28073
28074 \begin_layout Plain Layout
28075 2
28076 \end_layout
28077
28078 \end_inset
28079 </cell>
28080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28081 \begin_inset Text
28082
28083 \begin_layout Plain Layout
28084 3
28085 \end_layout
28086
28087 \end_inset
28088 </cell>
28089 </row>
28090 <row>
28091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28092 \begin_inset Text
28093
28094 \begin_layout Plain Layout
28095 Joe
28096 \end_layout
28097
28098 \end_inset
28099 </cell>
28100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28101 \begin_inset Text
28102
28103 \begin_layout Plain Layout
28104 Mary
28105 \end_layout
28106
28107 \end_inset
28108 </cell>
28109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28110 \begin_inset Text
28111
28112 \begin_layout Plain Layout
28113 Ted
28114 \end_layout
28115
28116 \end_inset
28117 </cell>
28118 </row>
28119 <row>
28120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28121 \begin_inset Text
28122
28123 \begin_layout Plain Layout
28124 \begin_inset Formula $\int x^{2}dx$
28125 \end_inset
28126
28127
28128 \end_layout
28129
28130 \end_inset
28131 </cell>
28132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28133 \begin_inset Text
28134
28135 \begin_layout Plain Layout
28136 \begin_inset Formula $\left[\begin{array}{cc}
28137 a & b\\
28138 c & d
28139 \end{array}\right]$
28140 \end_inset
28141
28142
28143 \end_layout
28144
28145 \end_inset
28146 </cell>
28147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28148 \begin_inset Text
28149
28150 \begin_layout Plain Layout
28151 \begin_inset Formula $1+1=2$
28152 \end_inset
28153
28154
28155 \end_layout
28156
28157 \end_inset
28158 </cell>
28159 </row>
28160 </lyxtabular>
28161
28162 \end_inset
28163
28164
28165 \end_layout
28166
28167 \end_inset
28168
28169
28170 \end_layout
28171
28172 \begin_layout Standard
28173 \begin_inset VSpace bigskip
28174 \end_inset
28175
28176 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
28177  Das bewirkt das \SpecialChar LaTeX
28178 -Paket 
28179 \series bold
28180 sidecap
28181 \series default
28182
28183 \begin_inset Index idx
28184 status collapsed
28185
28186 \begin_layout Plain Layout
28187 \SpecialChar LaTeX
28188 -Pakete ! sidecap
28189 \end_layout
28190
28191 \end_inset
28192
28193 , das so in den \SpecialChar LaTeX
28194 -Vorspann geladen wird:
28195 \end_layout
28196
28197 \begin_layout Standard
28198
28199 \series bold
28200
28201 \backslash
28202 usepackage[Option]{sidecap}
28203 \end_layout
28204
28205 \begin_layout Standard
28206 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
28207  Mit 
28208 \series bold
28209 innercaption
28210 \series default
28211  wird die Beschriftung innen gedruckt.
28212  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
28213  
28214 \series bold
28215 rightcaption
28216 \series default
28217  oder 
28218 \series bold
28219 leftcaption
28220 \series default
28221 .
28222 \end_layout
28223
28224 \begin_layout Standard
28225 \begin_inset ERT
28226 status collapsed
28227
28228 \begin_layout Plain Layout
28229
28230
28231 \backslash
28232 ifsidecap
28233 \end_layout
28234
28235 \end_inset
28236
28237
28238 \begin_inset Note Note
28239 status open
28240
28241 \begin_layout Plain Layout
28242 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
28243 -Paket 
28244 \series bold
28245 sidecap
28246 \series default
28247  installiert ist.
28248 \end_layout
28249
28250 \end_inset
28251
28252
28253 \end_layout
28254
28255 \begin_layout Standard
28256 Um die Beschriftung mit \SpecialChar LyX
28257  seitlich zu drucken, müssen Sie folgende Befehle
28258  in den \SpecialChar LaTeX
28259 -Vorspann schreiben:
28260 \end_layout
28261
28262 \begin_layout Standard
28263 \begin_inset Newpage newpage
28264 \end_inset
28265
28266
28267 \end_layout
28268
28269 \begin_layout Standard
28270 \noindent
28271 \begin_inset CommandInset line
28272 LatexCommand rule
28273 offset "0.5ex"
28274 width "100line%"
28275 height "1pt"
28276
28277 \end_inset
28278
28279
28280 \end_layout
28281
28282 \begin_layout Standard
28283
28284 \series bold
28285
28286 \backslash
28287 newcommand{
28288 \backslash
28289 TabBesBeg}[1][1.0]{%
28290 \begin_inset Newline newline
28291 \end_inset
28292
28293
28294 \begin_inset Phantom HPhantom
28295 status open
28296
28297 \begin_layout Plain Layout
28298 \begin_inset space ~
28299 \end_inset
28300
28301
28302 \end_layout
28303
28304 \end_inset
28305
28306
28307 \backslash
28308 let
28309 \backslash
28310 MyTable
28311 \backslash
28312 table
28313 \begin_inset Newline newline
28314 \end_inset
28315
28316
28317 \begin_inset Phantom HPhantom
28318 status open
28319
28320 \begin_layout Plain Layout
28321
28322 \series medium
28323 \begin_inset space ~
28324 \end_inset
28325
28326
28327 \end_layout
28328
28329 \end_inset
28330
28331
28332 \backslash
28333 let
28334 \backslash
28335 MyEndtable
28336 \backslash
28337 endtable
28338 \begin_inset Newline newline
28339 \end_inset
28340
28341
28342 \begin_inset Phantom HPhantom
28343 status open
28344
28345 \begin_layout Plain Layout
28346
28347 \series medium
28348 \begin_inset space ~
28349 \end_inset
28350
28351
28352 \end_layout
28353
28354 \end_inset
28355
28356
28357 \backslash
28358 renewenvironment{table}[1]{
28359 \backslash
28360 begin{SCtable}[#1]##1}{
28361 \backslash
28362 end{SCtable}}}
28363 \end_layout
28364
28365 \begin_layout Standard
28366
28367 \series bold
28368
28369 \backslash
28370 newcommand{
28371 \backslash
28372 TabBesEnd}{%
28373 \begin_inset Newline newline
28374 \end_inset
28375
28376
28377 \begin_inset Phantom HPhantom
28378 status open
28379
28380 \begin_layout Plain Layout
28381 \begin_inset space ~
28382 \end_inset
28383
28384
28385 \end_layout
28386
28387 \end_inset
28388
28389
28390 \backslash
28391 let
28392 \backslash
28393 table
28394 \backslash
28395 MyTable
28396 \begin_inset Newline newline
28397 \end_inset
28398
28399
28400 \begin_inset Phantom HPhantom
28401 status open
28402
28403 \begin_layout Plain Layout
28404 \begin_inset space ~
28405 \end_inset
28406
28407
28408 \end_layout
28409
28410 \end_inset
28411
28412
28413 \backslash
28414 let
28415 \backslash
28416 endtable
28417 \backslash
28418 MyEndtable
28419 \end_layout
28420
28421 \begin_layout Standard
28422
28423 \series bold
28424
28425 \backslash
28426 newcommand{
28427 \backslash
28428 FigBesBeg}[1][1.0]{%
28429 \begin_inset Newline newline
28430 \end_inset
28431
28432
28433 \begin_inset Phantom HPhantom
28434 status open
28435
28436 \begin_layout Plain Layout
28437 \begin_inset space ~
28438 \end_inset
28439
28440
28441 \end_layout
28442
28443 \end_inset
28444
28445
28446 \backslash
28447 let
28448 \backslash
28449 MyFigure
28450 \backslash
28451 figure
28452 \begin_inset Newline newline
28453 \end_inset
28454
28455
28456 \begin_inset Phantom HPhantom
28457 status open
28458
28459 \begin_layout Plain Layout
28460 \begin_inset space ~
28461 \end_inset
28462
28463
28464 \end_layout
28465
28466 \end_inset
28467
28468
28469 \backslash
28470 let
28471 \backslash
28472 MyEndfigure
28473 \backslash
28474 endfigure
28475 \begin_inset Newline newline
28476 \end_inset
28477
28478
28479 \begin_inset Phantom HPhantom
28480 status open
28481
28482 \begin_layout Plain Layout
28483 \begin_inset space ~
28484 \end_inset
28485
28486
28487 \end_layout
28488
28489 \end_inset
28490
28491
28492 \backslash
28493 renewenvironment{figure}[1]{
28494 \backslash
28495 begin{SCfigure}[#1]##1}{
28496 \backslash
28497 end{SCfigure}}}
28498 \end_layout
28499
28500 \begin_layout Standard
28501
28502 \series bold
28503
28504 \backslash
28505 newcommand{
28506 \backslash
28507 FigBesEnd}{%
28508 \begin_inset Newline newline
28509 \end_inset
28510
28511
28512 \begin_inset Phantom HPhantom
28513 status open
28514
28515 \begin_layout Plain Layout
28516 \begin_inset space ~
28517 \end_inset
28518
28519
28520 \end_layout
28521
28522 \end_inset
28523
28524
28525 \backslash
28526 let
28527 \backslash
28528 figure
28529 \backslash
28530 MyFigure
28531 \begin_inset Newline newline
28532 \end_inset
28533
28534
28535 \begin_inset Phantom HPhantom
28536 status open
28537
28538 \begin_layout Plain Layout
28539 \begin_inset space ~
28540 \end_inset
28541
28542
28543 \end_layout
28544
28545 \end_inset
28546
28547
28548 \backslash
28549 let
28550 \backslash
28551 endfigure
28552 \backslash
28553 MyEndfigure}
28554 \end_layout
28555
28556 \begin_layout Standard
28557 \noindent
28558 \begin_inset CommandInset line
28559 LatexCommand rule
28560 offset "0.5ex"
28561 width "100line%"
28562 height "1pt"
28563
28564 \end_inset
28565
28566
28567 \end_layout
28568
28569 \begin_layout Standard
28570 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
28571 ungen seitlich gedruckt werden.
28572  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
28573 \end_layout
28574
28575 \begin_layout Standard
28576
28577 \series bold
28578
28579 \backslash
28580 FigBesBeg
28581 \end_layout
28582
28583 \begin_layout Standard
28584 als \SpecialChar TeX
28585 -Code vor das Gleitobjekt und fügen Sie den Befehl
28586 \end_layout
28587
28588 \begin_layout Standard
28589
28590 \series bold
28591
28592 \backslash
28593 FigBesEnd
28594 \end_layout
28595
28596 \begin_layout Standard
28597 als \SpecialChar TeX
28598 -Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
28599  zurückkehren wollen.
28600 \end_layout
28601
28602 \begin_layout Standard
28603 Bei Gleitobjekt-Tabellen heißen die Befehle
28604 \end_layout
28605
28606 \begin_layout Standard
28607
28608 \series bold
28609
28610 \backslash
28611 TabBesBeg
28612 \series default
28613  und 
28614 \series bold
28615
28616 \backslash
28617 TabBesEnd
28618 \series default
28619 .
28620 \end_layout
28621
28622 \begin_layout Standard
28623 Abbildung
28624 \begin_inset space ~
28625 \end_inset
28626
28627
28628 \begin_inset CommandInset ref
28629 LatexCommand ref
28630 reference "abb:Beschriftung-neben"
28631
28632 \end_inset
28633
28634  und Tabelle
28635 \begin_inset space ~
28636 \end_inset
28637
28638
28639 \begin_inset CommandInset ref
28640 LatexCommand ref
28641 reference "tab:Beschriftung-neben"
28642
28643 \end_inset
28644
28645  sind Beispiele für seitliche Beschriftungen.
28646 \end_layout
28647
28648 \begin_layout Standard
28649 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
28650  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
28651  der Abbildung.
28652  Das kann man mit dem Befehl
28653 \end_layout
28654
28655 \begin_layout Standard
28656
28657 \series bold
28658
28659 \backslash
28660 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
28661 \end_layout
28662
28663 \begin_layout Standard
28664 im \SpecialChar LaTeX
28665 -Vorspann oder als \SpecialChar TeX
28666 -Code vor dem Gleitobjekt ändern.
28667  Der Gleitobjekt-Typ ist entweder 
28668 \family sans
28669 figure
28670 \family default
28671  oder 
28672 \family sans
28673 table
28674 \family default
28675 , die
28676 \family sans
28677  
28678 \family default
28679 Platzierung ist 
28680 \family typewriter
28681 t
28682 \family default
28683  für oben, 
28684 \family typewriter
28685 c
28686 \family default
28687  für zentriert oder 
28688 \family typewriter
28689 b
28690 \family default
28691  für unten.
28692  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
28693  lautet der Befehl
28694 \end_layout
28695
28696 \begin_layout Standard
28697
28698 \series bold
28699
28700 \backslash
28701 sidecaptionvpos{figure}{c}
28702 \end_layout
28703
28704 \begin_layout Standard
28705 Das wurde in Abbildung
28706 \begin_inset space ~
28707 \end_inset
28708
28709
28710 \begin_inset CommandInset ref
28711 LatexCommand ref
28712 reference "abb:cap-beside-fig-2"
28713
28714 \end_inset
28715
28716  benutzt.
28717 \end_layout
28718
28719 \begin_layout Standard
28720 \begin_inset VSpace medskip
28721 \end_inset
28722
28723
28724 \end_layout
28725
28726 \begin_layout Standard
28727 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
28728  Für schmale Bilder/Tabellen, wie in Tabelle
28729 \begin_inset space ~
28730 \end_inset
28731
28732
28733 \begin_inset CommandInset ref
28734 LatexCommand ref
28735 reference "tab:Beschriftung-neben"
28736
28737 \end_inset
28738
28739 , führt dies zu zu schmalen Beschriftungen.
28740  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
28741  Breite des Bildes/der Tabelle multipliziert wird.
28742  Das Ergebnis ist die Beschriftungsbreite.
28743  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
28744  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
28745  Der 
28746 \emph on
28747 Faktor
28748 \emph default
28749  kann entweder als optionales Argument für 
28750 \series bold
28751
28752 \backslash
28753 FigBesBeg
28754 \series default
28755  angegeben werden:
28756 \end_layout
28757
28758 \begin_layout Standard
28759
28760 \series bold
28761
28762 \backslash
28763 FigBesBeg[Faktor]
28764 \end_layout
28765
28766 \begin_layout Standard
28767 oder indem man in der Definition von 
28768 \series bold
28769
28770 \backslash
28771 FigBesBeg
28772 \series default
28773  die 
28774 \series bold
28775 1.0
28776 \series default
28777  mit einem anderen Wert ersetzt.
28778  Bei letzterem ist der angegebene Faktor der Standard wenn 
28779 \series bold
28780
28781 \backslash
28782 FigBesBeg
28783 \series default
28784  ohne Argument verwendet wird.
28785  Für Tabelle
28786 \begin_inset space ~
28787 \end_inset
28788
28789
28790 \begin_inset CommandInset ref
28791 LatexCommand ref
28792 reference "tab:Beschriftung-neben-breiter"
28793
28794 \end_inset
28795
28796  wurde der Faktor 5 verwendet.
28797 \end_layout
28798
28799 \begin_layout Standard
28800 \begin_inset Note Greyedout
28801 status open
28802
28803 \begin_layout Plain Layout
28804
28805 \series bold
28806 Achtung:
28807 \series default
28808  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
28809 erungsoption 
28810 \family sans
28811 Hier,
28812 \begin_inset space ~
28813 \end_inset
28814
28815 auf
28816 \begin_inset space ~
28817 \end_inset
28818
28819 jeden
28820 \begin_inset space ~
28821 \end_inset
28822
28823 Fall
28824 \family default
28825  nicht verwendet werden werden, da diese von 
28826 \series bold
28827 sidecap
28828 \series default
28829  nicht unterstützt wird.
28830 \end_layout
28831
28832 \end_inset
28833
28834
28835 \end_layout
28836
28837 \begin_layout Standard
28838 \begin_inset VSpace medskip
28839 \end_inset
28840
28841 Weitere Informationen über das Paket
28842 \series bold
28843  sidecap
28844 \series default
28845  finden Sie in seiner Dokumentation 
28846 \begin_inset CommandInset citation
28847 LatexCommand cite
28848 key "sidecap"
28849
28850 \end_inset
28851
28852 .
28853 \end_layout
28854
28855 \begin_layout Standard
28856 \begin_inset Note Greyedout
28857 status open
28858
28859 \begin_layout Plain Layout
28860
28861 \series bold
28862 Bemerkung:
28863 \series default
28864  Das \SpecialChar LaTeX
28865 -Paket 
28866 \series bold
28867 hypcap
28868 \series default
28869 ,
28870 \begin_inset Index idx
28871 status collapsed
28872
28873 \begin_layout Plain Layout
28874 \SpecialChar LaTeX
28875 -Pakete ! hypcap
28876 \end_layout
28877
28878 \end_inset
28879
28880  das in Abschnitt
28881 \begin_inset space ~
28882 \end_inset
28883
28884
28885 \begin_inset CommandInset ref
28886 LatexCommand ref
28887 reference "uab:Querverweis-Position"
28888
28889 \end_inset
28890
28891  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
28892  Beschriftungen.
28893 \end_layout
28894
28895 \end_inset
28896
28897
28898 \end_layout
28899
28900 \begin_layout Standard
28901 \begin_inset ERT
28902 status collapsed
28903
28904 \begin_layout Plain Layout
28905
28906
28907 \backslash
28908 FigBesBeg 
28909 \end_layout
28910
28911 \end_inset
28912
28913
28914 \end_layout
28915
28916 \begin_layout Standard
28917 \begin_inset Float figure
28918 wide false
28919 sideways false
28920 status open
28921
28922 \begin_layout Plain Layout
28923 \begin_inset Graphics
28924         filename ../clipart/escher-lsd.eps
28925         scale 75
28926         scaleBeforeRotation
28927
28928 \end_inset
28929
28930
28931 \end_layout
28932
28933 \begin_layout Plain Layout
28934 \begin_inset Caption Standard
28935
28936 \begin_layout Plain Layout
28937 \begin_inset CommandInset label
28938 LatexCommand label
28939 name "abb:Beschriftung-neben"
28940
28941 \end_inset
28942
28943 Dies ist eine Beschriftung neben einer Abbildung.
28944 \end_layout
28945
28946 \end_inset
28947
28948
28949 \end_layout
28950
28951 \end_inset
28952
28953
28954 \end_layout
28955
28956 \begin_layout Standard
28957 \begin_inset ERT
28958 status collapsed
28959
28960 \begin_layout Plain Layout
28961
28962
28963 \backslash
28964 FigBesEnd
28965 \end_layout
28966
28967 \end_inset
28968
28969
28970 \end_layout
28971
28972 \begin_layout Standard
28973 \begin_inset ERT
28974 status collapsed
28975
28976 \begin_layout Plain Layout
28977
28978
28979 \backslash
28980 TabBesBeg 
28981 \end_layout
28982
28983 \end_inset
28984
28985
28986 \end_layout
28987
28988 \begin_layout Standard
28989 \begin_inset Float table
28990 wide false
28991 sideways false
28992 status open
28993
28994 \begin_layout Plain Layout
28995 \begin_inset Caption Standard
28996
28997 \begin_layout Plain Layout
28998 \begin_inset CommandInset label
28999 LatexCommand label
29000 name "tab:Beschriftung-neben"
29001
29002 \end_inset
29003
29004 Dies ist eine Beschriftung neben einer Tabelle.
29005 \end_layout
29006
29007 \end_inset
29008
29009
29010 \end_layout
29011
29012 \begin_layout Plain Layout
29013 \begin_inset Tabular
29014 <lyxtabular version="3" rows="4" columns="5">
29015 <features tabularvalignment="middle">
29016 <column alignment="center" valignment="top">
29017 <column alignment="center" valignment="top">
29018 <column alignment="center" valignment="top">
29019 <column alignment="center" valignment="top">
29020 <column alignment="center" valignment="top">
29021 <row>
29022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29023 \begin_inset Text
29024
29025 \begin_layout Plain Layout
29026 a
29027 \end_layout
29028
29029 \end_inset
29030 </cell>
29031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29032 \begin_inset Text
29033
29034 \begin_layout Plain Layout
29035
29036 \end_layout
29037
29038 \end_inset
29039 </cell>
29040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29041 \begin_inset Text
29042
29043 \begin_layout Plain Layout
29044 b
29045 \end_layout
29046
29047 \end_inset
29048 </cell>
29049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29050 \begin_inset Text
29051
29052 \begin_layout Plain Layout
29053
29054 \end_layout
29055
29056 \end_inset
29057 </cell>
29058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29059 \begin_inset Text
29060
29061 \begin_layout Plain Layout
29062 c
29063 \end_layout
29064
29065 \end_inset
29066 </cell>
29067 </row>
29068 <row>
29069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29070 \begin_inset Text
29071
29072 \begin_layout Plain Layout
29073
29074 \end_layout
29075
29076 \end_inset
29077 </cell>
29078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29079 \begin_inset Text
29080
29081 \begin_layout Plain Layout
29082 d
29083 \end_layout
29084
29085 \end_inset
29086 </cell>
29087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29088 \begin_inset Text
29089
29090 \begin_layout Plain Layout
29091
29092 \end_layout
29093
29094 \end_inset
29095 </cell>
29096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29097 \begin_inset Text
29098
29099 \begin_layout Plain Layout
29100 e
29101 \end_layout
29102
29103 \end_inset
29104 </cell>
29105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29106 \begin_inset Text
29107
29108 \begin_layout Plain Layout
29109
29110 \end_layout
29111
29112 \end_inset
29113 </cell>
29114 </row>
29115 <row>
29116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29117 \begin_inset Text
29118
29119 \begin_layout Plain Layout
29120 f
29121 \end_layout
29122
29123 \end_inset
29124 </cell>
29125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29126 \begin_inset Text
29127
29128 \begin_layout Plain Layout
29129
29130 \end_layout
29131
29132 \end_inset
29133 </cell>
29134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29135 \begin_inset Text
29136
29137 \begin_layout Plain Layout
29138 g
29139 \end_layout
29140
29141 \end_inset
29142 </cell>
29143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29144 \begin_inset Text
29145
29146 \begin_layout Plain Layout
29147
29148 \end_layout
29149
29150 \end_inset
29151 </cell>
29152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29153 \begin_inset Text
29154
29155 \begin_layout Plain Layout
29156 h
29157 \end_layout
29158
29159 \end_inset
29160 </cell>
29161 </row>
29162 <row>
29163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29164 \begin_inset Text
29165
29166 \begin_layout Plain Layout
29167
29168 \end_layout
29169
29170 \end_inset
29171 </cell>
29172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29173 \begin_inset Text
29174
29175 \begin_layout Plain Layout
29176 i
29177 \end_layout
29178
29179 \end_inset
29180 </cell>
29181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29182 \begin_inset Text
29183
29184 \begin_layout Plain Layout
29185
29186 \end_layout
29187
29188 \end_inset
29189 </cell>
29190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29191 \begin_inset Text
29192
29193 \begin_layout Plain Layout
29194 j
29195 \end_layout
29196
29197 \end_inset
29198 </cell>
29199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29200 \begin_inset Text
29201
29202 \begin_layout Plain Layout
29203
29204 \end_layout
29205
29206 \end_inset
29207 </cell>
29208 </row>
29209 </lyxtabular>
29210
29211 \end_inset
29212
29213
29214 \end_layout
29215
29216 \end_inset
29217
29218
29219 \end_layout
29220
29221 \begin_layout Standard
29222 \begin_inset ERT
29223 status collapsed
29224
29225 \begin_layout Plain Layout
29226
29227
29228 \backslash
29229 TabBesEnd
29230 \end_layout
29231
29232 \end_inset
29233
29234
29235 \end_layout
29236
29237 \begin_layout Standard
29238 \begin_inset ERT
29239 status collapsed
29240
29241 \begin_layout Plain Layout
29242
29243
29244 \backslash
29245 FigBesBeg 
29246 \end_layout
29247
29248 \end_inset
29249
29250
29251 \end_layout
29252
29253 \begin_layout Standard
29254 \begin_inset ERT
29255 status collapsed
29256
29257 \begin_layout Plain Layout
29258
29259
29260 \backslash
29261 sidecaptionvpos{figure}{c}
29262 \end_layout
29263
29264 \end_inset
29265
29266
29267 \begin_inset Float figure
29268 wide false
29269 sideways false
29270 status open
29271
29272 \begin_layout Plain Layout
29273 \begin_inset Graphics
29274         filename ../clipart/escher-lsd.eps
29275         scale 75
29276         scaleBeforeRotation
29277
29278 \end_inset
29279
29280
29281 \end_layout
29282
29283 \begin_layout Plain Layout
29284 \begin_inset Caption Standard
29285
29286 \begin_layout Plain Layout
29287 \begin_inset CommandInset label
29288 LatexCommand label
29289 name "abb:cap-beside-fig-2"
29290
29291 \end_inset
29292
29293 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
29294 \end_layout
29295
29296 \end_inset
29297
29298
29299 \end_layout
29300
29301 \end_inset
29302
29303
29304 \end_layout
29305
29306 \begin_layout Standard
29307 \begin_inset ERT
29308 status collapsed
29309
29310 \begin_layout Plain Layout
29311
29312
29313 \backslash
29314 FigBesEnd
29315 \end_layout
29316
29317 \end_inset
29318
29319
29320 \end_layout
29321
29322 \begin_layout Standard
29323 \begin_inset ERT
29324 status collapsed
29325
29326 \begin_layout Plain Layout
29327
29328
29329 \backslash
29330 TabBesBeg[5]
29331 \end_layout
29332
29333 \end_inset
29334
29335
29336 \end_layout
29337
29338 \begin_layout Standard
29339 \begin_inset Float table
29340 wide false
29341 sideways false
29342 status open
29343
29344 \begin_layout Plain Layout
29345 \begin_inset Caption Standard
29346
29347 \begin_layout Plain Layout
29348 \begin_inset CommandInset label
29349 LatexCommand label
29350 name "tab:Beschriftung-neben-breiter"
29351
29352 \end_inset
29353
29354 Diese Beschriftung ist breiter als die in Tabelle
29355 \begin_inset space ~
29356 \end_inset
29357
29358
29359 \begin_inset CommandInset ref
29360 LatexCommand ref
29361 reference "tab:Beschriftung-neben"
29362
29363 \end_inset
29364
29365 .
29366 \end_layout
29367
29368 \end_inset
29369
29370
29371 \end_layout
29372
29373 \begin_layout Plain Layout
29374 \begin_inset Tabular
29375 <lyxtabular version="3" rows="4" columns="5">
29376 <features tabularvalignment="middle">
29377 <column alignment="center" valignment="top">
29378 <column alignment="center" valignment="top">
29379 <column alignment="center" valignment="top">
29380 <column alignment="center" valignment="top">
29381 <column alignment="center" valignment="top">
29382 <row>
29383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29384 \begin_inset Text
29385
29386 \begin_layout Plain Layout
29387 a
29388 \end_layout
29389
29390 \end_inset
29391 </cell>
29392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29393 \begin_inset Text
29394
29395 \begin_layout Plain Layout
29396
29397 \end_layout
29398
29399 \end_inset
29400 </cell>
29401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29402 \begin_inset Text
29403
29404 \begin_layout Plain Layout
29405 b
29406 \end_layout
29407
29408 \end_inset
29409 </cell>
29410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29411 \begin_inset Text
29412
29413 \begin_layout Plain Layout
29414
29415 \end_layout
29416
29417 \end_inset
29418 </cell>
29419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29420 \begin_inset Text
29421
29422 \begin_layout Plain Layout
29423 c
29424 \end_layout
29425
29426 \end_inset
29427 </cell>
29428 </row>
29429 <row>
29430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29431 \begin_inset Text
29432
29433 \begin_layout Plain Layout
29434
29435 \end_layout
29436
29437 \end_inset
29438 </cell>
29439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29440 \begin_inset Text
29441
29442 \begin_layout Plain Layout
29443 d
29444 \end_layout
29445
29446 \end_inset
29447 </cell>
29448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29449 \begin_inset Text
29450
29451 \begin_layout Plain Layout
29452
29453 \end_layout
29454
29455 \end_inset
29456 </cell>
29457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29458 \begin_inset Text
29459
29460 \begin_layout Plain Layout
29461 e
29462 \end_layout
29463
29464 \end_inset
29465 </cell>
29466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29467 \begin_inset Text
29468
29469 \begin_layout Plain Layout
29470
29471 \end_layout
29472
29473 \end_inset
29474 </cell>
29475 </row>
29476 <row>
29477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29478 \begin_inset Text
29479
29480 \begin_layout Plain Layout
29481 f
29482 \end_layout
29483
29484 \end_inset
29485 </cell>
29486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29487 \begin_inset Text
29488
29489 \begin_layout Plain Layout
29490
29491 \end_layout
29492
29493 \end_inset
29494 </cell>
29495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29496 \begin_inset Text
29497
29498 \begin_layout Plain Layout
29499 g
29500 \end_layout
29501
29502 \end_inset
29503 </cell>
29504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29505 \begin_inset Text
29506
29507 \begin_layout Plain Layout
29508
29509 \end_layout
29510
29511 \end_inset
29512 </cell>
29513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29514 \begin_inset Text
29515
29516 \begin_layout Plain Layout
29517 h
29518 \end_layout
29519
29520 \end_inset
29521 </cell>
29522 </row>
29523 <row>
29524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29525 \begin_inset Text
29526
29527 \begin_layout Plain Layout
29528
29529 \end_layout
29530
29531 \end_inset
29532 </cell>
29533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29534 \begin_inset Text
29535
29536 \begin_layout Plain Layout
29537 i
29538 \end_layout
29539
29540 \end_inset
29541 </cell>
29542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29543 \begin_inset Text
29544
29545 \begin_layout Plain Layout
29546
29547 \end_layout
29548
29549 \end_inset
29550 </cell>
29551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29552 \begin_inset Text
29553
29554 \begin_layout Plain Layout
29555 j
29556 \end_layout
29557
29558 \end_inset
29559 </cell>
29560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29561 \begin_inset Text
29562
29563 \begin_layout Plain Layout
29564
29565 \end_layout
29566
29567 \end_inset
29568 </cell>
29569 </row>
29570 </lyxtabular>
29571
29572 \end_inset
29573
29574
29575 \end_layout
29576
29577 \end_inset
29578
29579
29580 \end_layout
29581
29582 \begin_layout Standard
29583 \begin_inset ERT
29584 status collapsed
29585
29586 \begin_layout Plain Layout
29587
29588
29589 \backslash
29590 TabBesEnd
29591 \end_layout
29592
29593 \end_inset
29594
29595
29596 \end_layout
29597
29598 \begin_layout Standard
29599 \begin_inset ERT
29600 status collapsed
29601
29602 \begin_layout Plain Layout
29603
29604
29605 \backslash
29606 else
29607 \end_layout
29608
29609 \end_inset
29610
29611
29612 \begin_inset Note Note
29613 status open
29614
29615 \begin_layout Plain Layout
29616 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
29617 -Paket 
29618 \series bold
29619 sidecap
29620 \series default
29621  nicht installiert ist:
29622 \end_layout
29623
29624 \end_inset
29625
29626
29627 \end_layout
29628
29629 \begin_layout Standard
29630 Das \SpecialChar LaTeX
29631 -Paket 
29632 \series bold
29633 sidecap
29634 \series default
29635  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
29636 \end_layout
29637
29638 \begin_layout Standard
29639 \begin_inset ERT
29640 status collapsed
29641
29642 \begin_layout Plain Layout
29643
29644
29645 \backslash
29646 fi
29647 \end_layout
29648
29649 \end_inset
29650
29651
29652 \end_layout
29653
29654 \begin_layout Section
29655 Gleitobjekt-Verzeichnisse
29656 \begin_inset Index idx
29657 status collapsed
29658
29659 \begin_layout Plain Layout
29660 Gleitobjekte ! Verzeichnisse
29661 \end_layout
29662
29663 \end_inset
29664
29665
29666 \end_layout
29667
29668 \begin_layout Standard
29669 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
29670  Sie können mit den Untermenüs von 
29671 \family sans
29672 Einfügen\SpecialChar menuseparator
29673 Liste
29674 \begin_inset space ~
29675 \end_inset
29676
29677 /
29678 \begin_inset space ~
29679 \end_inset
29680
29681 Inhaltsverzeichnis
29682 \family default
29683  eingefügt werden.
29684 \end_layout
29685
29686 \begin_layout Standard
29687 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
29688  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
29689 \end_layout
29690
29691 \begin_layout Standard
29692 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
29693  und ein Tabellen-Verzeichnis.
29694 \end_layout
29695
29696 \begin_layout Chapter
29697 Notizen
29698 \end_layout
29699
29700 \begin_layout Section
29701 \SpecialChar LyX
29702 -Notizen
29703 \begin_inset Index idx
29704 status collapsed
29705
29706 \begin_layout Plain Layout
29707 Notizen ! \SpecialChar LyX
29708 -Notizen
29709 \end_layout
29710
29711 \end_inset
29712
29713
29714 \end_layout
29715
29716 \begin_layout Standard
29717 Notizen werden mit einem Klick auf 
29718 \begin_inset Info
29719 type  "icon"
29720 arg   "note-insert"
29721 \end_inset
29722
29723  oder 
29724 \family sans
29725 Einfügen\SpecialChar menuseparator
29726 Notiz
29727 \family default
29728  eingefügt.
29729  Es gibt drei Arten:
29730 \end_layout
29731
29732 \begin_layout Description
29733 \SpecialChar LyX
29734 -Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
29735  Eine 
29736 \family sans
29737 \SpecialChar LyX
29738 -Notiz
29739 \family default
29740  sieht so aus:
29741 \begin_inset Newline newline
29742 \end_inset
29743
29744
29745 \begin_inset Newline newline
29746 \end_inset
29747
29748
29749 \begin_inset Graphics
29750         filename clipart/LyXNotizQt4.png
29751         display false
29752         scale 60
29753         scaleBeforeRotation
29754
29755 \end_inset
29756
29757  
29758 \begin_inset Note Note
29759 status open
29760
29761 \begin_layout Plain Layout
29762 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
29763 \end_layout
29764
29765 \end_inset
29766
29767
29768 \end_layout
29769
29770 \begin_layout Description
29771 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
29772  \SpecialChar LaTeX
29773 -Kommentar, wenn Sie das Dokument nach \SpecialChar LaTeX
29774  exportieren (
29775 \family sans
29776 Datei\SpecialChar menuseparator
29777 Ex\SpecialChar softhyphen
29778 por\SpecialChar softhyphen
29779 tie\SpecialChar softhyphen
29780 ren\SpecialChar menuseparator
29781 LaTeX (pdflatex) / (normal)
29782 \family default
29783 .
29784  Ein Kommentar sieht so aus:
29785 \begin_inset Newline newline
29786 \end_inset
29787
29788
29789 \begin_inset Newline newline
29790 \end_inset
29791
29792
29793 \begin_inset Graphics
29794         filename clipart/KommentarQt4.png
29795         display false
29796         scale 60
29797         scaleBeforeRotation
29798
29799 \end_inset
29800
29801  
29802 \begin_inset Note Comment
29803 status open
29804
29805 \begin_layout Plain Layout
29806 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
29807 \end_layout
29808
29809 \end_inset
29810
29811
29812 \end_layout
29813
29814 \begin_layout Description
29815 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
29816 \begin_inset Newline newline
29817 \end_inset
29818
29819
29820 \begin_inset Newline newline
29821 \end_inset
29822
29823
29824 \begin_inset Graphics
29825         filename clipart/GrauschriftNotizQt4.png
29826         display false
29827         scale 60
29828         scaleBeforeRotation
29829
29830 \end_inset
29831
29832
29833 \begin_inset Newline newline
29834 \end_inset
29835
29836
29837 \begin_inset ERT
29838 status collapsed
29839
29840 \begin_layout Plain Layout
29841
29842
29843 \backslash
29844 renewenvironment{lyxgreyedout}
29845 \end_layout
29846
29847 \begin_layout Plain Layout
29848
29849 {
29850 \backslash
29851 textcolor[gray]{0.4}
29852 \backslash
29853 bgroup}{
29854 \backslash
29855 egroup}
29856 \end_layout
29857
29858 \end_inset
29859
29860
29861 \begin_inset Note Greyedout
29862 status open
29863
29864 \begin_layout Plain Layout
29865 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
29866 \begin_inset Foot
29867 status open
29868
29869 \begin_layout Plain Layout
29870 Dies ist eine Fußnote in einer Grauschrift-Notiz.
29871 \end_layout
29872
29873 \end_inset
29874
29875
29876 \end_layout
29877
29878 \end_inset
29879
29880
29881 \begin_inset ERT
29882 status collapsed
29883
29884 \begin_layout Plain Layout
29885
29886
29887 \backslash
29888 renewenvironment{lyxgreyedout}
29889 \end_layout
29890
29891 \begin_layout Plain Layout
29892
29893 {
29894 \backslash
29895 textcolor{blue}
29896 \backslash
29897 bgroup}{
29898 \backslash
29899 egroup}
29900 \end_layout
29901
29902 \end_inset
29903
29904
29905 \begin_inset Note Note
29906 status collapsed
29907
29908 \begin_layout Plain Layout
29909 Die Grauschrift-Notiz wurde auf die ursprüngliche \SpecialChar LyX
29910 -Definition zurückgesetzt,
29911  weil Grauschriften im \SpecialChar LaTeX
29912 -Vorspann dieses Dokuments blau definiert wurden.
29913  
29914 \end_layout
29915
29916 \end_inset
29917
29918
29919 \begin_inset Newline newline
29920 \end_inset
29921
29922
29923 \begin_inset Newline newline
29924 \end_inset
29925
29926 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
29927  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
29928 \end_layout
29929
29930 \begin_layout Standard
29931 \begin_inset VSpace bigskip
29932 \end_inset
29933
29934 Wenn Sie auf den Werkzeugleistenknopf 
29935 \family sans
29936
29937 \begin_inset Info
29938 type  "icon"
29939 arg   "note-insert"
29940 \end_inset
29941
29942
29943 \family default
29944  klicken, wird zunächst eine 
29945 \family sans
29946 \SpecialChar LyX
29947 -Notiz
29948 \family default
29949  eingefügt.
29950  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
29951  Notiz-Typen auswählen.
29952  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
29953  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
29954  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
29955  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
29956  am Ende der Notiz ist.
29957 \end_layout
29958
29959 \begin_layout Standard
29960 \begin_inset VSpace bigskip
29961 \end_inset
29962
29963 Die Textfarbe von Grauschrift-Boxen kann im Menü 
29964 \family sans
29965 Dokument\SpecialChar menuseparator
29966 Einstellungen\SpecialChar menuseparator
29967 Farben
29968 \family default
29969  geändert werden.
29970 \end_layout
29971
29972 \begin_layout Section
29973 Fußnoten
29974 \begin_inset CommandInset label
29975 LatexCommand label
29976 name "abs:Fußnoten"
29977
29978 \end_inset
29979
29980
29981 \begin_inset Index idx
29982 status collapsed
29983
29984 \begin_layout Plain Layout
29985 Notizen ! Fußnoten
29986 \end_layout
29987
29988 \end_inset
29989
29990
29991 \begin_inset Index idx
29992 status collapsed
29993
29994 \begin_layout Plain Layout
29995 Fußnoten
29996 \end_layout
29997
29998 \end_inset
29999
30000
30001 \end_layout
30002
30003 \begin_layout Standard
30004 Fußnoten werden über den Werkzeugleistenknopf 
30005 \begin_inset Info
30006 type  "icon"
30007 arg   "footnote-insert"
30008 \end_inset
30009
30010  oder das Menü 
30011 \family sans
30012 Einfügen\SpecialChar menuseparator
30013 Fußnote
30014 \family default
30015  eingefügt.
30016  Man sieht dann diese Fußnotenbox: 
30017 \begin_inset Graphics
30018         filename clipart/FussnoteQt4.png
30019         scale 80
30020         scaleBeforeRotation
30021
30022 \end_inset
30023
30024  in die der Fußnotentext eingegeben wird.
30025  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
30026  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
30027  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
30028 \family sans
30029 Backspace
30030 \family default
30031  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
30032 \family sans
30033 Entf
30034 \family default
30035  wenn der Cursor am Ende der Fußnote ist.
30036 \end_layout
30037
30038 \begin_layout Standard
30039 Hier ist eine Beispielfußnote:
30040 \color black
30041
30042 \begin_inset Foot
30043 status open
30044
30045 \begin_layout Plain Layout
30046 \begin_inset CommandInset label
30047 LatexCommand label
30048 name "fuss:Fußnoten-Beispiel"
30049
30050 \end_inset
30051
30052 Dies ist eine Fußnote.
30053 \end_layout
30054
30055 \end_inset
30056
30057
30058 \color inherit
30059
30060 \begin_inset ERT
30061 status collapsed
30062
30063 \begin_layout Plain Layout
30064
30065
30066 \backslash
30067 newcounter{MyRepeatFoot}
30068 \end_layout
30069
30070 \begin_layout Plain Layout
30071
30072
30073 \backslash
30074 setcounter{MyRepeatFoot}{
30075 \backslash
30076 thefootnote}
30077 \end_layout
30078
30079 \end_inset
30080
30081
30082 \end_layout
30083
30084 \begin_layout Standard
30085 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
30086  wurde, eine hochgestellte Zahl.
30087  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
30088  hochgestellt dem Text vorangeht.
30089  Die Fußnotennummern werden von \SpecialChar LaTeX
30090  berechnet und sind fortlaufend.
30091  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
30092  werden.
30093 \end_layout
30094
30095 \begin_layout Standard
30096 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
30097  der Fußnote eine Marke eingefügt wurde.
30098  Dies ist ein Querverweis auf Fußnote
30099 \begin_inset space ~
30100 \end_inset
30101
30102
30103 \begin_inset CommandInset ref
30104 LatexCommand ref
30105 reference "fuss:Fußnoten-Beispiel"
30106
30107 \end_inset
30108
30109 .
30110 \end_layout
30111
30112 \begin_layout Standard
30113 \begin_inset VSpace defskip
30114 \end_inset
30115
30116 Fußnoten in Titel-Umgebungen werden üblicherweise mit Symbolen nummeriert
30117  und sie können nur einen Absatz enthalten.
30118  Siehe als Beispiel die Fußnote der Titelseite dieses Dokuments.
30119 \end_layout
30120
30121 \begin_layout Standard
30122 \begin_inset VSpace defskip
30123 \end_inset
30124
30125 Fußnoten in Tabellen werden von \SpecialChar LaTeX
30126  aus technischen Gründen nicht gedruckt.
30127  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
30128  wird der Befehl 
30129 \series bold
30130
30131 \backslash
30132 footnotemark{}
30133 \series default
30134  als \SpecialChar TeX
30135 -Code eingefügt.
30136  Der Text der Fußnote wird als Argument des \SpecialChar TeX
30137 -Code-Befehls 
30138 \series bold
30139
30140 \backslash
30141 footnotetext
30142 \series default
30143  nach der Tabelle eingegeben.
30144 \begin_inset Newline newline
30145 \end_inset
30146
30147 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
30148 \end_layout
30149
30150 \begin_layout Standard
30151
30152 \series bold
30153
30154 \backslash
30155 footnotetext{
30156 \series default
30157 Gedruckte Tabellenfußnote.
30158 \series bold
30159 }
30160 \end_layout
30161
30162 \begin_layout Standard
30163 \begin_inset Tabular
30164 <lyxtabular version="3" rows="2" columns="1">
30165 <features tabularvalignment="middle">
30166 <column alignment="center" valignment="top">
30167 <row>
30168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30169 \begin_inset Text
30170
30171 \begin_layout Plain Layout
30172 Dies ist ein Beispieltext.
30173 \begin_inset Foot
30174 status open
30175
30176 \begin_layout Plain Layout
30177 Diese Fußnote wird nicht gedruckt!
30178 \end_layout
30179
30180 \end_inset
30181
30182
30183 \end_layout
30184
30185 \end_inset
30186 </cell>
30187 </row>
30188 <row>
30189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30190 \begin_inset Text
30191
30192 \begin_layout Plain Layout
30193 Dies ist ein Beispieltext.
30194 \begin_inset ERT
30195 status collapsed
30196
30197 \begin_layout Plain Layout
30198
30199
30200 \backslash
30201 footnotemark{}
30202 \end_layout
30203
30204 \end_inset
30205
30206
30207 \end_layout
30208
30209 \end_inset
30210 </cell>
30211 </row>
30212 </lyxtabular>
30213
30214 \end_inset
30215
30216
30217 \begin_inset ERT
30218 status collapsed
30219
30220 \begin_layout Plain Layout
30221
30222
30223 \backslash
30224 footnotetext{
30225 \end_layout
30226
30227 \end_inset
30228
30229 Gedruckte Tabellenfußnote.
30230 \begin_inset ERT
30231 status collapsed
30232
30233 \begin_layout Plain Layout
30234
30235 }
30236 \end_layout
30237
30238 \end_inset
30239
30240
30241 \end_layout
30242
30243 \begin_layout Standard
30244 Fußnoten in langen Tabellen sind in Abschnitt
30245 \begin_inset space ~
30246 \end_inset
30247
30248
30249 \begin_inset CommandInset ref
30250 LatexCommand ref
30251 reference "uab:Fußnoten-in-langen"
30252
30253 \end_inset
30254
30255  beschrieben.
30256 \end_layout
30257
30258 \begin_layout Standard
30259 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
30260  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
30261  innerhalb einer Seite ist.
30262  (Mehr über Minipages ist in Abschnitt
30263 \begin_inset space ~
30264 \end_inset
30265
30266
30267 \begin_inset CommandInset ref
30268 LatexCommand ref
30269 reference "abs:Minipage"
30270
30271 \end_inset
30272
30273  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
30274  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
30275  Methode mit 
30276 \series bold
30277
30278 \backslash
30279 footnotemark{}
30280 \series default
30281  und 
30282 \series bold
30283
30284 \backslash
30285 footnotetext
30286 \series default
30287 .
30288 \end_layout
30289
30290 \begin_layout Standard
30291 \begin_inset Box Frameless
30292 position "t"
30293 hor_pos "c"
30294 has_inner_box 1
30295 inner_pos "t"
30296 use_parbox 0
30297 use_makebox 0
30298 width "100col%"
30299 special "none"
30300 height "1in"
30301 height_special "totalheight"
30302 thickness "0.4pt"
30303 separation "3pt"
30304 shadowsize "4pt"
30305 framecolor "black"
30306 backgroundcolor "none"
30307 status open
30308
30309 \begin_layout Plain Layout
30310 Dies ist ein Beispieltext.in einer Minipage.
30311 \begin_inset Foot
30312 status open
30313
30314 \begin_layout Plain Layout
30315 Fußnote in einer Minipage.
30316 \end_layout
30317
30318 \end_inset
30319
30320
30321 \end_layout
30322
30323 \begin_layout Plain Layout
30324 Dies ist ein Beispieltext.
30325  in einer Minipage.
30326 \begin_inset ERT
30327 status collapsed
30328
30329 \begin_layout Plain Layout
30330
30331
30332 \backslash
30333 footnotemark{}
30334 \end_layout
30335
30336 \end_inset
30337
30338
30339 \end_layout
30340
30341 \end_inset
30342
30343
30344 \end_layout
30345
30346 \begin_layout Standard
30347 \begin_inset ERT
30348 status collapsed
30349
30350 \begin_layout Plain Layout
30351
30352
30353 \backslash
30354 footnotetext{
30355 \end_layout
30356
30357 \end_inset
30358
30359 Fußnote außerhalb der Minipage.
30360 \begin_inset ERT
30361 status collapsed
30362
30363 \begin_layout Plain Layout
30364
30365 }
30366 \end_layout
30367
30368 \end_inset
30369
30370
30371 \end_layout
30372
30373 \begin_layout Standard
30374 \begin_inset VSpace defskip
30375 \end_inset
30376
30377
30378 \end_layout
30379
30380 \begin_layout Standard
30381 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
30382  Fußnotentext zu drucken, verwenden Sie den \SpecialChar TeX
30383 -Code-Befehl 
30384 \series bold
30385
30386 \backslash
30387 footnotemark[Nummer]
30388 \series default
30389 .
30390 \begin_inset Newline newline
30391 \end_inset
30392
30393 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
30394  sie speichern, nachdem Sie die Fußnote eingefügt haben.
30395  Hinter Fußnote
30396 \begin_inset space ~
30397 \end_inset
30398
30399
30400 \begin_inset CommandInset ref
30401 LatexCommand ref
30402 reference "fuss:Fußnoten-Beispiel"
30403
30404 \end_inset
30405
30406  wurde das mit folgenden \SpecialChar TeX
30407 -Code-Befehlen gemacht:
30408 \end_layout
30409
30410 \begin_layout Standard
30411
30412 \series bold
30413
30414 \backslash
30415 newcounter{MyRepeatFoot}
30416 \begin_inset Newline newline
30417 \end_inset
30418
30419
30420 \backslash
30421 setcounter{MyRepeatFoot}{
30422 \backslash
30423 thefootnote}
30424 \end_layout
30425
30426 \begin_layout Standard
30427 Die Fußnotenmarke wurde dann mit diesem \SpecialChar TeX
30428 -Code-Befehl definiert;
30429 \end_layout
30430
30431 \begin_layout Standard
30432
30433 \series bold
30434
30435 \backslash
30436 footnotemark[
30437 \backslash
30438 theMyRepeatFoot]
30439 \end_layout
30440
30441 \begin_layout Standard
30442 Hier ist eine wiederholte Fußnote:
30443 \begin_inset ERT
30444 status collapsed
30445
30446 \begin_layout Plain Layout
30447
30448
30449 \backslash
30450 footnotemark[
30451 \backslash
30452 theMyRepeatFoot]
30453 \end_layout
30454
30455 \end_inset
30456
30457
30458 \end_layout
30459
30460 \begin_layout Standard
30461 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
30462  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
30463 \end_layout
30464
30465 \begin_layout Standard
30466
30467 \series bold
30468
30469 \backslash
30470 footnotemark[
30471 \backslash
30472 thefootnote]
30473 \end_layout
30474
30475 \begin_layout Standard
30476 Hier ist eine weitere wiederholte Fußnote:
30477 \begin_inset ERT
30478 status collapsed
30479
30480 \begin_layout Plain Layout
30481
30482
30483 \backslash
30484 footnotemark[
30485 \backslash
30486 thefootnote]
30487 \end_layout
30488
30489 \end_inset
30490
30491
30492 \end_layout
30493
30494 \begin_layout Subsection
30495 Fußnoten-Nummerierung
30496 \begin_inset CommandInset label
30497 LatexCommand label
30498 name "uab:Fußnoten-Nummerierung"
30499
30500 \end_inset
30501
30502
30503 \begin_inset Index idx
30504 status collapsed
30505
30506 \begin_layout Plain Layout
30507 Fußnoten ! Nummerierung
30508 \end_layout
30509
30510 \end_inset
30511
30512
30513 \end_layout
30514
30515 \begin_layout Standard
30516 Um Fußnoten nach jedem Abschnitt
30517 \family roman
30518  auf 1 zurückzusetzen, 
30519 \family default
30520 müssen Sie folgenden Befehl in den \SpecialChar LaTeX
30521 -Vorspann schreiben:
30522 \end_layout
30523
30524 \begin_layout Standard
30525
30526 \series bold
30527
30528 \backslash
30529 @addtoreset{footnote}{section}
30530 \end_layout
30531
30532 \begin_layout Standard
30533 \begin_inset VSpace bigskip
30534 \end_inset
30535
30536 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
30537  Zahlen:
30538 \end_layout
30539
30540 \begin_layout Standard
30541
30542 \series bold
30543
30544 \backslash
30545 renewcommand{
30546 \backslash
30547 thefootnote}{
30548 \backslash
30549 roman{footnote}}
30550 \end_layout
30551
30552 \begin_layout Standard
30553 \begin_inset ERT
30554 status collapsed
30555
30556 \begin_layout Plain Layout
30557
30558
30559 \backslash
30560 renewcommand{
30561 \backslash
30562 thefootnote}{
30563 \backslash
30564 roman{footnote}}
30565 \end_layout
30566
30567 \end_inset
30568
30569  Hier ist ein Beispiel für solch eine Fußnote:
30570 \begin_inset Foot
30571 status open
30572
30573 \begin_layout Plain Layout
30574 Dies ist eine Fußnote mit kleinen römischen Zahlen
30575 \end_layout
30576
30577 \end_inset
30578
30579
30580 \end_layout
30581
30582 \begin_layout Standard
30583 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
30584  in obigem Befehl 
30585 \series bold
30586
30587 \backslash
30588 roman
30589 \series default
30590  durch 
30591 \series bold
30592
30593 \backslash
30594 Roman
30595 \series default
30596 .
30597  Um Fußnoten mit großen oder kleinen Buchstaben zu 
30598 \begin_inset Quotes gld
30599 \end_inset
30600
30601 nummerieren
30602 \begin_inset Quotes grd
30603 \end_inset
30604
30605 , verwenden Sie die Befehle 
30606 \series bold
30607
30608 \backslash
30609 Alph
30610 \series default
30611  oder 
30612 \series bold
30613
30614 \backslash
30615 alph
30616 \series default
30617 .
30618  Für die 
30619 \begin_inset Quotes gld
30620 \end_inset
30621
30622 Nummerierung
30623 \begin_inset Quotes grd
30624 \end_inset
30625
30626  mit Symbolen steht der Befehl 
30627 \series bold
30628
30629 \backslash
30630 fnsymbol
30631 \series default
30632  zur Verfügung.
30633 \end_layout
30634
30635 \begin_layout Standard
30636 \begin_inset Note Greyedout
30637 status open
30638
30639 \begin_layout Plain Layout
30640
30641 \series bold
30642 Bemerkung 1:
30643 \series default
30644  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
30645  
30646 \emph on
30647 ein
30648 \emph default
30649  Buchstabe verwendet wird.
30650 \end_layout
30651
30652 \end_inset
30653
30654
30655 \begin_inset Newline newline
30656 \end_inset
30657
30658
30659 \begin_inset Note Greyedout
30660 status open
30661
30662 \begin_layout Plain Layout
30663
30664 \series bold
30665 Bemerkung 2:
30666 \series default
30667  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
30668 \end_layout
30669
30670 \end_inset
30671
30672
30673 \end_layout
30674
30675 \begin_layout Standard
30676 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
30677 \series bold
30678
30679 \backslash
30680 arabic
30681 \series default
30682  anstelle von 
30683 \series bold
30684
30685 \backslash
30686 roman
30687 \series default
30688  in obigem Befehl.
30689 \begin_inset ERT
30690 status collapsed
30691
30692 \begin_layout Plain Layout
30693
30694
30695 \backslash
30696 renewcommand{
30697 \backslash
30698 thefootnote}{
30699 \backslash
30700 arabic{footnote}}
30701 \end_layout
30702
30703 \end_inset
30704
30705
30706 \end_layout
30707
30708 \begin_layout Standard
30709 \begin_inset VSpace bigskip
30710 \end_inset
30711
30712
30713 \end_layout
30714
30715 \begin_layout Standard
30716 Wenn Sie wollen, dass Fußnoten nach dem Schema 
30717 \begin_inset Quotes gld
30718 \end_inset
30719
30720 Kapitel.Fußnote
30721 \begin_inset Quotes grd
30722 \end_inset
30723
30724  nummeriert werden, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
30725 -Vorspann schreiben:
30726 \end_layout
30727
30728 \begin_layout Standard
30729
30730 \series bold
30731
30732 \backslash
30733 numberwithin{footnote}{chapter}
30734 \end_layout
30735
30736 \begin_layout Standard
30737 Um 
30738 \series bold
30739
30740 \backslash
30741 numberwithin
30742 \series default
30743  benutzen zu können, muss in den 
30744 \family sans
30745 Mathe
30746 \begin_inset space ~
30747 \end_inset
30748
30749 Optionen
30750 \family default
30751  der 
30752 \family sans
30753 Dokument-Einstellungen
30754 \family default
30755  
30756 \family sans
30757 AMS
30758 \begin_inset space ~
30759 \end_inset
30760
30761 Mathe
30762 \begin_inset space ~
30763 \end_inset
30764
30765 Paket
30766 \family default
30767
30768 \begin_inset space ~
30769 \end_inset
30770
30771
30772 \family sans
30773 verwenden
30774 \family default
30775  angekreuzt sein.
30776 \begin_inset ERT
30777 status collapsed
30778
30779 \begin_layout Plain Layout
30780
30781
30782 \backslash
30783 numberwithin{footnote}{chapter}
30784 \end_layout
30785
30786 \end_inset
30787
30788  Hier ist ein Beispiel für solch eine Fußnote.
30789 \series bold
30790
30791 \begin_inset Foot
30792 status open
30793
30794 \begin_layout Plain Layout
30795 Dies ist eine Fußnote nach dem Schema 
30796 \begin_inset Quotes gld
30797 \end_inset
30798
30799 Kapitel.Fußnote
30800 \begin_inset Quotes grd
30801 \end_inset
30802
30803 .
30804 \end_layout
30805
30806 \end_inset
30807
30808
30809 \series default
30810
30811 \begin_inset ERT
30812 status collapsed
30813
30814 \begin_layout Plain Layout
30815
30816
30817 \backslash
30818 renewcommand{
30819 \backslash
30820 thefootnote}{
30821 \backslash
30822 arabic{footnote}}
30823 \end_layout
30824
30825 \end_inset
30826
30827
30828 \end_layout
30829
30830 \begin_layout Standard
30831 \begin_inset Note Greyedout
30832 status open
30833
30834 \begin_layout Plain Layout
30835
30836 \series bold
30837 Bemerkung:
30838 \series default
30839  
30840 \series bold
30841
30842 \backslash
30843 numberwithin
30844 \series default
30845  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
30846  werden überschrieben.
30847 \end_layout
30848
30849 \end_inset
30850
30851
30852 \end_layout
30853
30854 \begin_layout Standard
30855 Um also z.
30856 \begin_inset space \thinspace{}
30857 \end_inset
30858
30859 B.
30860  das Schema 
30861 \begin_inset Quotes gld
30862 \end_inset
30863
30864 Kapitel.
30865 \backslash
30866 Roman{footnote}
30867 \begin_inset Quotes grd
30868 \end_inset
30869
30870  zu erhalten, muss dieser Befehl anstelle von 
30871 \series bold
30872
30873 \backslash
30874 numberwithin
30875 \series default
30876  verwendet werden:
30877 \end_layout
30878
30879 \begin_layout Standard
30880
30881 \series bold
30882
30883 \backslash
30884 renewcommand{
30885 \backslash
30886 thefootnote}{
30887 \backslash
30888 thechapter.
30889 \backslash
30890 Roman{footnote}}
30891 \end_layout
30892
30893 \begin_layout Subsection
30894 Fußnoten-Platzierung
30895 \begin_inset Index idx
30896 status collapsed
30897
30898 \begin_layout Plain Layout
30899 Fußnoten ! Platzierung
30900 \end_layout
30901
30902 \end_inset
30903
30904
30905 \end_layout
30906
30907 \begin_layout Standard
30908 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
30909  ohne Zwischenraum am Ende der Seite gedruckt.
30910  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
30911  \SpecialChar LaTeX
30912 -Vorspann 1.5
30913 \begin_inset space \thinspace{}
30914 \end_inset
30915
30916 mm Zwischenraum einfügen:
30917 \end_layout
30918
30919 \begin_layout Standard
30920
30921 \series bold
30922
30923 \backslash
30924 let
30925 \backslash
30926 myFoot
30927 \backslash
30928 footnote
30929 \begin_inset Newline newline
30930 \end_inset
30931
30932
30933 \backslash
30934 renewcommand{
30935 \backslash
30936 footnote}[1]{
30937 \backslash
30938 myFoot{#1
30939 \backslash
30940 vspace{1.5mm}}}
30941 \end_layout
30942
30943 \begin_layout Standard
30944 \begin_inset VSpace bigskip
30945 \end_inset
30946
30947 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
30948  Spalte gedruckt, Abbildung
30949 \begin_inset space ~
30950 \end_inset
30951
30952
30953 \begin_inset CommandInset ref
30954 LatexCommand ref
30955 reference "abb:Standard-Fußnoten-Platzierung-in"
30956
30957 \end_inset
30958
30959 .
30960  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
30961  in Abbildung
30962 \begin_inset space ~
30963 \end_inset
30964
30965
30966 \begin_inset CommandInset ref
30967 LatexCommand ref
30968 reference "abb:Fußnoten-Platzierung-in-einem"
30969
30970 \end_inset
30971
30972 , müssen Sie das \SpecialChar LaTeX
30973 -Paket 
30974 \series bold
30975 ftnright
30976 \series default
30977
30978 \begin_inset Index idx
30979 status collapsed
30980
30981 \begin_layout Plain Layout
30982 \SpecialChar LaTeX
30983 -Pakete ! ftnright
30984 \end_layout
30985
30986 \end_inset
30987
30988  mit folgendem Befehl im \SpecialChar LaTeX
30989 -Vorspann einfügen:
30990 \end_layout
30991
30992 \begin_layout Standard
30993
30994 \series bold
30995
30996 \backslash
30997 usepackage{ftnright}
30998 \end_layout
30999
31000 \begin_layout Standard
31001 \begin_inset Float figure
31002 placement !h
31003 wide false
31004 sideways false
31005 status open
31006
31007 \begin_layout Plain Layout
31008 \begin_inset ERT
31009 status collapsed
31010
31011 \begin_layout Plain Layout
31012
31013
31014 \backslash
31015 framebox{
31016 \end_layout
31017
31018 \end_inset
31019
31020
31021 \begin_inset Graphics
31022         filename ../clipart/without_fntright.pdf
31023         width 100col%
31024         scaleBeforeRotation
31025
31026 \end_inset
31027
31028
31029 \begin_inset ERT
31030 status collapsed
31031
31032 \begin_layout Plain Layout
31033
31034 }
31035 \end_layout
31036
31037 \end_inset
31038
31039
31040 \end_layout
31041
31042 \begin_layout Plain Layout
31043 \begin_inset Caption Standard
31044
31045 \begin_layout Plain Layout
31046 \begin_inset CommandInset label
31047 LatexCommand label
31048 name "abb:Standard-Fußnoten-Platzierung-in"
31049
31050 \end_inset
31051
31052 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
31053 \begin_inset Argument 1
31054 status open
31055
31056 \begin_layout Plain Layout
31057 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
31058 \end_layout
31059
31060 \end_inset
31061
31062
31063 \end_layout
31064
31065 \end_inset
31066
31067
31068 \end_layout
31069
31070 \end_inset
31071
31072
31073 \end_layout
31074
31075 \begin_layout Standard
31076 \begin_inset Float figure
31077 placement !h
31078 wide false
31079 sideways false
31080 status open
31081
31082 \begin_layout Plain Layout
31083 \begin_inset ERT
31084 status collapsed
31085
31086 \begin_layout Plain Layout
31087
31088
31089 \backslash
31090 framebox{
31091 \end_layout
31092
31093 \end_inset
31094
31095
31096 \begin_inset Graphics
31097         filename ../clipart/with_fntright.pdf
31098         width 100col%
31099         scaleBeforeRotation
31100
31101 \end_inset
31102
31103
31104 \begin_inset ERT
31105 status collapsed
31106
31107 \begin_layout Plain Layout
31108
31109 }
31110 \end_layout
31111
31112 \end_inset
31113
31114
31115 \end_layout
31116
31117 \begin_layout Plain Layout
31118 \begin_inset Caption Standard
31119
31120 \begin_layout Plain Layout
31121 \begin_inset CommandInset label
31122 LatexCommand label
31123 name "abb:Fußnoten-Platzierung-in-einem"
31124
31125 \end_inset
31126
31127 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem \SpecialChar LaTeX
31128 -Paket 
31129 \series bold
31130 ftnright
31131 \series default
31132 .
31133 \begin_inset Argument 1
31134 status collapsed
31135
31136 \begin_layout Plain Layout
31137 Fußnoten-Platzierung mit 
31138 \family typewriter
31139 ftnright
31140 \end_layout
31141
31142 \end_inset
31143
31144
31145 \end_layout
31146
31147 \end_inset
31148
31149
31150 \end_layout
31151
31152 \end_inset
31153
31154
31155 \end_layout
31156
31157 \begin_layout Standard
31158 \begin_inset VSpace bigskip
31159 \end_inset
31160
31161 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
31162  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
31163 \begin_inset space ~
31164 \end_inset
31165
31166
31167 \begin_inset CommandInset ref
31168 LatexCommand ref
31169 reference "abb:endnotes"
31170
31171 \end_inset
31172
31173  gedruckt.
31174  Man nennt sie dann 
31175 \begin_inset Quotes gld
31176 \end_inset
31177
31178 Endnoten
31179 \begin_inset Quotes grd
31180 \end_inset
31181
31182 .
31183 \begin_inset Index idx
31184 status collapsed
31185
31186 \begin_layout Plain Layout
31187 Endnoten
31188 \end_layout
31189
31190 \end_inset
31191
31192  Um das zu erreichen, laden Sie im Menü 
31193 \family sans
31194 Dokument\SpecialChar menuseparator
31195 Einstellungen\SpecialChar menuseparator
31196 Module 
31197 \family default
31198 das Modul 
31199 \family sans
31200 Fußnote
31201 \begin_inset space ~
31202 \end_inset
31203
31204 als
31205 \begin_inset space ~
31206 \end_inset
31207
31208 Endnote
31209 \family default
31210 .
31211  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
31212 \end_layout
31213
31214 \begin_layout Standard
31215
31216 \series bold
31217
31218 \backslash
31219 theendnotes
31220 \end_layout
31221
31222 \begin_layout Standard
31223 als \SpecialChar TeX
31224 -Code am Ende des Abschnitts oder Kapitels ein.
31225 \end_layout
31226
31227 \begin_layout Standard
31228 \begin_inset Float figure
31229 wide false
31230 sideways false
31231 status open
31232
31233 \begin_layout Plain Layout
31234 \align center
31235 \begin_inset ERT
31236 status collapsed
31237
31238 \begin_layout Plain Layout
31239
31240
31241 \backslash
31242 framebox{
31243 \end_layout
31244
31245 \end_inset
31246
31247
31248 \begin_inset Graphics
31249         filename ../clipart/endnotes.pdf
31250         scaleBeforeRotation
31251
31252 \end_inset
31253
31254
31255 \begin_inset ERT
31256 status collapsed
31257
31258 \begin_layout Plain Layout
31259
31260 }
31261 \end_layout
31262
31263 \end_inset
31264
31265
31266 \end_layout
31267
31268 \begin_layout Plain Layout
31269 \begin_inset Caption Standard
31270
31271 \begin_layout Plain Layout
31272 \begin_inset CommandInset label
31273 LatexCommand label
31274 name "abb:endnotes"
31275
31276 \end_inset
31277
31278
31279 \series bold
31280 endnotes
31281 \series default
31282  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
31283  gedruckt.
31284 \end_layout
31285
31286 \end_inset
31287
31288
31289 \end_layout
31290
31291 \end_inset
31292
31293
31294 \end_layout
31295
31296 \begin_layout Standard
31297 \begin_inset VSpace medskip
31298 \end_inset
31299
31300 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
31301 ache übersetzt.
31302  Der folgende Befehl im \SpecialChar LaTeX
31303 -Vorspann  übersetzt den englischen Namen 
31304 \begin_inset Quotes gld
31305 \end_inset
31306
31307 Notes
31308 \begin_inset Quotes grd
31309 \end_inset
31310
31311  in 
31312 \begin_inset Quotes gld
31313 \end_inset
31314
31315 Anmerkungen
31316 \begin_inset Quotes grd
31317 \end_inset
31318
31319 :
31320 \end_layout
31321
31322 \begin_layout Standard
31323
31324 \series bold
31325
31326 \backslash
31327 renewcommand{
31328 \backslash
31329 notesname}{Anmerkungen}
31330 \end_layout
31331
31332 \begin_layout Standard
31333 \begin_inset VSpace medskip
31334 \end_inset
31335
31336 Wenn Sie in den Befehlen von Abschnitt
31337 \begin_inset space ~
31338 \end_inset
31339
31340
31341 \begin_inset CommandInset ref
31342 LatexCommand ref
31343 reference "uab:Fußnoten-Nummerierung"
31344
31345 \end_inset
31346
31347  
31348 \series bold
31349
31350 \backslash
31351 thefootnote
31352 \series default
31353  durch 
31354 \series bold
31355
31356 \backslash
31357 theendnote
31358 \series default
31359  ersetzen, können Sie die Nummerierung von Endnoten ändern.
31360  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
31361 \series bold
31362
31363 \backslash
31364 @addtoreset
31365 \series default
31366  wie in Abschnitt
31367 \begin_inset space \space{}
31368 \end_inset
31369
31370
31371 \begin_inset CommandInset ref
31372 LatexCommand ref
31373 reference "uab:Fußnoten-Nummerierung"
31374
31375 \end_inset
31376
31377  beschrieben und ersetzen 
31378 \series bold
31379 footnote
31380 \series default
31381  durch 
31382 \series bold
31383 endnote
31384 \series default
31385 .
31386 \end_layout
31387
31388 \begin_layout Standard
31389 Für Endnoten gibt es den Befehl 
31390 \series bold
31391
31392 \backslash
31393 endnotemark[Nummer]
31394 \series default
31395  analog zum Befehl 
31396 \series bold
31397
31398 \backslash
31399 footnotemark
31400 \series default
31401  der in Abschnitt
31402 \begin_inset space ~
31403 \end_inset
31404
31405
31406 \begin_inset CommandInset ref
31407 LatexCommand ref
31408 reference "abs:Fußnoten"
31409
31410 \end_inset
31411
31412  beschrieben ist.
31413 \end_layout
31414
31415 \begin_layout Standard
31416 \begin_inset VSpace bigskip
31417 \end_inset
31418
31419 Mit dem \SpecialChar LaTeX
31420 -Paket 
31421 \series bold
31422 footmisc
31423 \series default
31424
31425 \begin_inset Index idx
31426 status collapsed
31427
31428 \begin_layout Plain Layout
31429 \SpecialChar LaTeX
31430 -Pakete ! footmisc
31431 \end_layout
31432
31433 \end_inset
31434
31435  (
31436 \begin_inset CommandInset citation
31437 LatexCommand cite
31438 key "footmisc"
31439
31440 \end_inset
31441
31442 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
31443 \end_layout
31444
31445 \begin_layout Standard
31446 In \SpecialChar LaTeX
31447 -Büchern, 
31448 \begin_inset CommandInset citation
31449 LatexCommand cite
31450 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
31451
31452 \end_inset
31453
31454 , finden Sie weiteres zu Fußnoten.
31455  Wenn Sie eine 
31456 \series bold
31457 KOMA-Script
31458 \series default
31459
31460 \begin_inset Index idx
31461 status collapsed
31462
31463 \begin_layout Plain Layout
31464 \SpecialChar LaTeX
31465 -Pakete ! KOMA-Script
31466 \end_layout
31467
31468 \end_inset
31469
31470  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
31471 zifische Befehle anpassen, siehe 
31472 \begin_inset CommandInset citation
31473 LatexCommand cite
31474 key "KOMA-Script"
31475
31476 \end_inset
31477
31478 .
31479 \end_layout
31480
31481 \begin_layout Section
31482 Randnotizen
31483 \begin_inset Index idx
31484 status collapsed
31485
31486 \begin_layout Plain Layout
31487 Randnotizen
31488 \end_layout
31489
31490 \end_inset
31491
31492
31493 \begin_inset Index idx
31494 status collapsed
31495
31496 \begin_layout Plain Layout
31497 Notizen ! Randnotizen
31498 \end_layout
31499
31500 \end_inset
31501
31502
31503 \end_layout
31504
31505 \begin_layout Standard
31506 Randnotizen sehen in \SpecialChar LyX
31507  wie Fußnoten aus und verhalten sich auch so.
31508  Sie fügen sie mit einem Klick auf den Schalter 
31509 \begin_inset Info
31510 type  "icon"
31511 arg   "marginalnote-insert"
31512 \end_inset
31513
31514  oder über 
31515 \family sans
31516 Einfügen\SpecialChar menuseparator
31517 Randnotiz
31518 \family default
31519  ein.
31520  Ein graues Kästchen mit der Aufschrift 
31521 \begin_inset Quotes gld
31522 \end_inset
31523
31524 Rand
31525 \begin_inset Quotes grd
31526 \end_inset
31527
31528  erscheint
31529 \family roman
31530 \series medium
31531 , und dort, wo der Cursor steht, können Sie Text eingeben.
31532 \end_layout
31533
31534 \begin_layout Standard
31535 Hier am Rand sehen Sie eine Randnotiz.
31536  
31537 \begin_inset Marginal
31538 status open
31539
31540 \begin_layout Plain Layout
31541 Dies ist eine Randnotiz.
31542 \end_layout
31543
31544 \end_inset
31545
31546
31547 \end_layout
31548
31549 \begin_layout Standard
31550 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
31551  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
31552  Seiten und rechts auf den ungeraden.
31553  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
31554  wird und umgekehrt.
31555  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
31556  wurde.
31557 \end_layout
31558
31559 \begin_layout Standard
31560 \begin_inset VSpace bigskip
31561 \end_inset
31562
31563 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
31564 \end_layout
31565
31566 \begin_layout Standard
31567
31568 \series bold
31569
31570 \backslash
31571 reversemarginpar
31572 \end_layout
31573
31574 \begin_layout Standard
31575 als \SpecialChar TeX
31576 -Code vor einer Randnotiz ein.
31577  Das gilt dann für alle folgenden Randnotizen.
31578  
31579 \begin_inset ERT
31580 status collapsed
31581
31582 \begin_layout Plain Layout
31583
31584
31585 \backslash
31586 reversemarginpar 
31587 \end_layout
31588
31589 \end_inset
31590
31591
31592 \begin_inset Marginal
31593 status open
31594
31595 \begin_layout Plain Layout
31596 Hier ist ein Beispiel im inneren Rand.
31597 \end_layout
31598
31599 \end_inset
31600
31601
31602 \begin_inset Newline newline
31603 \end_inset
31604
31605
31606 \begin_inset Note Greyedout
31607 status open
31608
31609 \begin_layout Plain Layout
31610  
31611 \series bold
31612 Achtung:
31613 \series default
31614  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
31615 \end_layout
31616
31617 \end_inset
31618
31619
31620 \end_layout
31621
31622 \begin_layout Standard
31623 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
31624 \end_layout
31625
31626 \begin_layout Standard
31627
31628 \series bold
31629
31630 \backslash
31631 normalmarginpar
31632 \end_layout
31633
31634 \begin_layout Standard
31635 als \SpecialChar TeX
31636 -Code ein.
31637 \begin_inset ERT
31638 status collapsed
31639
31640 \begin_layout Plain Layout
31641
31642
31643 \backslash
31644 normalmarginpar 
31645 \end_layout
31646
31647 \end_inset
31648
31649
31650 \end_layout
31651
31652 \begin_layout Standard
31653 \begin_inset Note Greyedout
31654 status open
31655
31656 \begin_layout Plain Layout
31657
31658 \series bold
31659 Achtung:
31660 \series default
31661  Der Befehl wird missachtet, wenn er im selben Absatz wie 
31662 \series bold
31663
31664 \backslash
31665 reversemarginpar
31666 \series default
31667  verwendet wird.
31668 \end_layout
31669
31670 \end_inset
31671
31672
31673 \end_layout
31674
31675 \begin_layout Standard
31676 \begin_inset VSpace bigskip
31677 \end_inset
31678
31679
31680 \begin_inset Marginal
31681 status open
31682
31683 \begin_layout Plain Layout
31684
31685 \family roman
31686 \series medium
31687 EinSehrLangesWort am Anfang, das umgebrochen wird.
31688 \end_layout
31689
31690 \end_inset
31691
31692  Ähnlich wie in Abschnitt
31693 \begin_inset space ~
31694 \end_inset
31695
31696
31697 \begin_inset CommandInset ref
31698 LatexCommand ref
31699 reference "uab:Mehrfache-Zeilen-in"
31700
31701 \end_inset
31702
31703  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
31704  Wort der Randnotiz sind.
31705  Um das zu vermeiden, fügen sie 0
31706 \begin_inset space \thinspace{}
31707 \end_inset
31708
31709 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
31710 \begin_inset Marginal
31711 status open
31712
31713 \begin_layout Plain Layout
31714 \begin_inset space \hspace{}
31715 \length 0pt
31716 \end_inset
31717
31718
31719 \family roman
31720 \series medium
31721 EinSehrLangesWort am Anfang, das umgebrochen wird.
31722 \end_layout
31723
31724 \end_inset
31725
31726
31727 \end_layout
31728
31729 \begin_layout Standard
31730 \begin_inset VSpace bigskip
31731 \end_inset
31732
31733
31734 \end_layout
31735
31736 \begin_layout Standard
31737 \begin_inset Note Greyedout
31738 status open
31739
31740 \begin_layout Plain Layout
31741
31742 \series bold
31743 Bemerkung:
31744 \series default
31745  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
31746  verwendet werden.
31747 \end_layout
31748
31749 \end_inset
31750
31751
31752 \end_layout
31753
31754 \begin_layout Standard
31755 \begin_inset VSpace bigskip
31756 \end_inset
31757
31758
31759 \end_layout
31760
31761 \begin_layout Standard
31762 \begin_inset ERT
31763 status collapsed
31764
31765 \begin_layout Plain Layout
31766
31767
31768 \backslash
31769 ifmarginnote
31770 \end_layout
31771
31772 \end_inset
31773
31774
31775 \begin_inset Note Note
31776 status open
31777
31778 \begin_layout Plain Layout
31779 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
31780 -Paket 
31781 \series bold
31782 marginnote
31783 \series default
31784  installiert ist.
31785 \end_layout
31786
31787 \end_inset
31788
31789
31790 \end_layout
31791
31792 \begin_layout Standard
31793 Diese Einschränkung kann umgangen werden, wenn das \SpecialChar LaTeX
31794 -Paket 
31795 \series bold
31796 marginnote
31797 \series default
31798
31799 \begin_inset Index idx
31800 status collapsed
31801
31802 \begin_layout Plain Layout
31803 \SpecialChar LaTeX
31804 -Pakete ! marginnote
31805 \end_layout
31806
31807 \end_inset
31808
31809  verwendet wird.
31810  Wenn Sie diese zwei Zeilen zum \SpecialChar LaTeX
31811 -Vorspann hinzufügen, wird der Befehl, der
31812  von \SpecialChar LyX
31813  für Randnotizen verwendet wird, umdefiniert, so dass der Befehl des
31814  Pakets 
31815 \series bold
31816 marginnote
31817 \series default
31818  für Randnotizen verwendet wird:
31819 \end_layout
31820
31821 \begin_layout Standard
31822
31823 \series bold
31824
31825 \backslash
31826 usepackage{marginnote}
31827 \begin_inset Newline newline
31828 \end_inset
31829
31830
31831 \backslash
31832 let
31833 \backslash
31834 marginpar
31835 \backslash
31836 marginnote
31837 \end_layout
31838
31839 \begin_layout Standard
31840 Dies wird auch in diesem Dokument verwendet, denn 
31841 \series bold
31842 marginnote
31843 \series default
31844  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
31845  für Randnotizen angeben.
31846  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
31847 n zu dicht beieinander sind.
31848  Der Versatz wird in \SpecialChar LyX
31849  als \SpecialChar TeX
31850 -Code direkt nach der Randnotiz mit dem Schema
31851 \end_layout
31852
31853 \begin_layout Standard
31854
31855 \series bold
31856 [Versatz]
31857 \end_layout
31858
31859 \begin_layout Standard
31860 angegeben.
31861  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
31862 \begin_inset space ~
31863 \end_inset
31864
31865
31866 \begin_inset CommandInset ref
31867 LatexCommand ref
31868 reference "tab:Maßeinheiten"
31869
31870 \end_inset
31871
31872  aufgelistet sind.
31873  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
31874  nach unten.
31875  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
31876 \begin_inset space \thinspace{}
31877 \end_inset
31878
31879 cm mit dem \SpecialChar TeX
31880 -Code-Befehl  
31881 \begin_inset Quotes gld
31882 \end_inset
31883
31884
31885 \series bold
31886 [-1.5cm]
31887 \series default
31888
31889 \begin_inset Quotes grd
31890 \end_inset
31891
31892  nach oben versetzt.
31893 \begin_inset Marginal
31894 status open
31895
31896 \begin_layout Plain Layout
31897 Diese Randnotiz ist 1.5
31898 \begin_inset space \thinspace{}
31899 \end_inset
31900
31901 cm von ihrer Originalposition nach oben versetzt.
31902 \end_layout
31903
31904 \end_inset
31905
31906
31907 \begin_inset ERT
31908 status collapsed
31909
31910 \begin_layout Plain Layout
31911
31912 [-1.5cm]
31913 \end_layout
31914
31915 \end_inset
31916
31917
31918 \end_layout
31919
31920 \begin_layout Standard
31921 \begin_inset VSpace medskip
31922 \end_inset
31923
31924 Mit 
31925 \series bold
31926 marginnote
31927 \series default
31928  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
31929  Zum Beispiel setzen die Befehle
31930 \end_layout
31931
31932 \begin_layout Standard
31933
31934 \series bold
31935
31936 \backslash
31937 renewcommand*{
31938 \backslash
31939 raggedleftmarginnote}{
31940 \backslash
31941 centering}
31942 \begin_inset Newline newline
31943 \end_inset
31944
31945
31946 \backslash
31947 renewcommand*{
31948 \backslash
31949 raggedrightmarginnote}{
31950 \backslash
31951 centering}
31952 \end_layout
31953
31954 \begin_layout Standard
31955 die Ausrichtung auf zentriert.
31956  
31957 \series bold
31958
31959 \backslash
31960 raggedleftmarginnote
31961 \series default
31962  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
31963  
31964 \begin_inset ERT
31965 status collapsed
31966
31967 \begin_layout Plain Layout
31968
31969
31970 \backslash
31971 renewcommand*{
31972 \backslash
31973 raggedleftmarginnote}{
31974 \backslash
31975 centering}
31976 \end_layout
31977
31978 \begin_layout Plain Layout
31979
31980
31981 \backslash
31982 renewcommand*{
31983 \backslash
31984 raggedrightmarginnote}{
31985 \backslash
31986 centering}
31987 \end_layout
31988
31989 \end_inset
31990
31991
31992 \begin_inset Marginal
31993 status open
31994
31995 \begin_layout Plain Layout
31996 Der Text dieser Randnotiz ist zentriert ausgerichtet.
31997 \end_layout
31998
31999 \end_inset
32000
32001  Die Voreinstellung ist
32002 \end_layout
32003
32004 \begin_layout Standard
32005
32006 \series bold
32007
32008 \backslash
32009 renewcommand*{
32010 \backslash
32011 raggedleftmarginnote}{
32012 \backslash
32013 raggedleft}
32014 \begin_inset Newline newline
32015 \end_inset
32016
32017
32018 \backslash
32019 renewcommand*{
32020 \backslash
32021 raggedrightmarginnote}{
32022 \backslash
32023 raggedright}
32024 \series default
32025
32026 \begin_inset ERT
32027 status collapsed
32028
32029 \begin_layout Plain Layout
32030
32031
32032 \backslash
32033 renewcommand*{
32034 \backslash
32035 raggedleftmarginnote}{
32036 \backslash
32037 raggedleft}
32038 \end_layout
32039
32040 \begin_layout Plain Layout
32041
32042
32043 \backslash
32044 renewcommand*{
32045 \backslash
32046 raggedrightmarginnote}{
32047 \backslash
32048 raggedright}
32049 \end_layout
32050
32051 \end_inset
32052
32053
32054 \end_layout
32055
32056 \begin_layout Standard
32057 \begin_inset VSpace medskip
32058 \end_inset
32059
32060 Für weitere Fähigkeiten des Pakets 
32061 \series bold
32062 marginnote
32063 \series default
32064  sei auf dessen Dokumentation verwiesen 
32065 \begin_inset CommandInset citation
32066 LatexCommand cite
32067 key "marginnote"
32068
32069 \end_inset
32070
32071 .
32072 \end_layout
32073
32074 \begin_layout Standard
32075 \begin_inset VSpace bigskip
32076 \end_inset
32077
32078 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
32079  geändert werden.
32080  Um z.
32081 \begin_inset space \thinspace{}
32082 \end_inset
32083
32084 B.
32085  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
32086  und fettgedruckten Text 
32087 \begin_inset Quotes eld
32088 \end_inset
32089
32090
32091 \family sans
32092 \series bold
32093 \bar under
32094 Achtung!
32095 \family default
32096 \series default
32097 \bar default
32098
32099 \begin_inset Quotes erd
32100 \end_inset
32101
32102  zu erstellen, fügen Sie dies zum \SpecialChar LaTeX
32103 -Vorspann hinzu:
32104 \end_layout
32105
32106 \begin_layout Standard
32107
32108 \series bold
32109
32110 \backslash
32111 let
32112 \backslash
32113 myMarginpar
32114 \backslash
32115 marginpar
32116 \begin_inset Newline newline
32117 \end_inset
32118
32119
32120 \backslash
32121 renewcommand{
32122 \backslash
32123 marginpar}[1]{
32124 \backslash
32125 myMarginpar{%
32126 \begin_inset Newline newline
32127 \end_inset
32128
32129
32130 \begin_inset Phantom HPhantom
32131 status open
32132
32133 \begin_layout Plain Layout
32134
32135 \series bold
32136 \begin_inset space ~
32137 \end_inset
32138
32139
32140 \end_layout
32141
32142 \end_inset
32143
32144
32145 \backslash
32146 hspace{0pt}
32147 \backslash
32148 textsf{
32149 \backslash
32150 textbf{
32151 \backslash
32152 underbar{Achtung!}}}%
32153 \begin_inset Newline newline
32154 \end_inset
32155
32156
32157 \begin_inset Phantom HPhantom
32158 status open
32159
32160 \begin_layout Plain Layout
32161
32162 \series bold
32163 \begin_inset space ~
32164 \end_inset
32165
32166
32167 \end_layout
32168
32169 \end_inset
32170
32171
32172 \backslash
32173 vspace{1.5mm}
32174 \backslash
32175
32176 \backslash
32177 #1}}
32178 \end_layout
32179
32180 \begin_layout Standard
32181 \begin_inset ERT
32182 status collapsed
32183
32184 \begin_layout Plain Layout
32185
32186
32187 \backslash
32188 let
32189 \backslash
32190 myMarginpar
32191 \backslash
32192 marginpar
32193 \end_layout
32194
32195 \begin_layout Plain Layout
32196
32197
32198 \backslash
32199 renewcommand{
32200 \backslash
32201 marginpar}[1]{
32202 \backslash
32203 myMarginpar{%
32204 \end_layout
32205
32206 \begin_layout Plain Layout
32207
32208    
32209 \backslash
32210 textsf{
32211 \backslash
32212 textbf{
32213 \backslash
32214 underbar{Achtung!}}}%
32215 \end_layout
32216
32217 \begin_layout Plain Layout
32218
32219    
32220 \backslash
32221 vspace{1.5mm}
32222 \backslash
32223
32224 \backslash
32225 #1}}
32226 \end_layout
32227
32228 \end_inset
32229
32230
32231 \begin_inset Marginal
32232 status open
32233
32234 \begin_layout Plain Layout
32235 Dies ist eine Randnotiz mit einer definierten Überschrift.
32236 \end_layout
32237
32238 \end_inset
32239
32240
32241 \begin_inset ERT
32242 status collapsed
32243
32244 \begin_layout Plain Layout
32245
32246 [-1.5cm]
32247 \end_layout
32248
32249 \end_inset
32250
32251
32252 \begin_inset ERT
32253 status collapsed
32254
32255 \begin_layout Plain Layout
32256
32257
32258 \backslash
32259 renewcommand{
32260 \backslash
32261 marginpar}[1]{
32262 \backslash
32263 myMarginpar{#1}}
32264 \end_layout
32265
32266 \end_inset
32267
32268
32269 \begin_inset Note Note
32270 status open
32271
32272 \begin_layout Plain Layout
32273 Das Format wurde nur für dieses Beispiel geändert.
32274 \end_layout
32275
32276 \end_inset
32277
32278
32279 \end_layout
32280
32281 \begin_layout Standard
32282 \begin_inset ERT
32283 status collapsed
32284
32285 \begin_layout Plain Layout
32286
32287
32288 \backslash
32289 else
32290 \end_layout
32291
32292 \end_inset
32293
32294
32295 \begin_inset Note Note
32296 status open
32297
32298 \begin_layout Plain Layout
32299 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
32300 -Paket 
32301 \series bold
32302 marginnote
32303 \series default
32304  nicht installiert ist:
32305 \end_layout
32306
32307 \end_inset
32308
32309
32310 \end_layout
32311
32312 \begin_layout Standard
32313 Das \SpecialChar LaTeX
32314 -Paket 
32315 \series bold
32316 marginnote
32317 \series default
32318  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
32319 \end_layout
32320
32321 \begin_layout Standard
32322 \begin_inset ERT
32323 status collapsed
32324
32325 \begin_layout Plain Layout
32326
32327
32328 \backslash
32329 fi
32330 \end_layout
32331
32332 \end_inset
32333
32334
32335 \end_layout
32336
32337 \begin_layout Chapter
32338 Boxen
32339 \end_layout
32340
32341 \begin_layout Section
32342 Einleitung
32343 \begin_inset Index idx
32344 status collapsed
32345
32346 \begin_layout Plain Layout
32347 Boxen ! Einleitung
32348 \end_layout
32349
32350 \end_inset
32351
32352
32353 \end_layout
32354
32355 \begin_layout Standard
32356 Boxen werden benutzt, um einen Textblock zu formatieren.
32357  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
32358  siehe Abschnitt
32359 \begin_inset space ~
32360 \end_inset
32361
32362
32363 \begin_inset CommandInset ref
32364 LatexCommand ref
32365 reference "abs:Minipage"
32366
32367 \end_inset
32368
32369 , um Text zu umrahmen, siehe Abschnitt
32370 \begin_inset space ~
32371 \end_inset
32372
32373
32374 \begin_inset CommandInset ref
32375 LatexCommand ref
32376 reference "uab:Verzierung"
32377
32378 \end_inset
32379
32380 , um Silbentrennung zu verhindern, siehe Abschnitt
32381 \begin_inset space ~
32382 \end_inset
32383
32384
32385 \begin_inset CommandInset ref
32386 LatexCommand ref
32387 reference "abs:Silbentrennung-unterbinden"
32388
32389 \end_inset
32390
32391 , um Text senkrecht auszurichten, siehe Abschnitt
32392 \begin_inset space ~
32393 \end_inset
32394
32395
32396 \begin_inset CommandInset ref
32397 LatexCommand ref
32398 reference "uab:Vertikale-Ausrichtung"
32399
32400 \end_inset
32401
32402  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
32403 \begin_inset space ~
32404 \end_inset
32405
32406
32407 \begin_inset CommandInset ref
32408 LatexCommand ref
32409 reference "abs:Farbige-Boxen"
32410
32411 \end_inset
32412
32413 .
32414 \end_layout
32415
32416 \begin_layout Standard
32417 Boxen werden mit 
32418 \family sans
32419 Einfügen\SpecialChar menuseparator
32420 Box
32421 \family default
32422  oder dem Schalter 
32423 \begin_inset Info
32424 type  "icon"
32425 arg   "box-insert Frameless"
32426 \end_inset
32427
32428  eingefügt.
32429  Ein graues Kästchen mit der Aufschrift 
32430 \begin_inset Quotes gld
32431 \end_inset
32432
32433 Box (Minipage)
32434 \begin_inset Quotes grd
32435 \end_inset
32436
32437  erscheint: 
32438 \begin_inset Graphics
32439         filename clipart/StandardBoxQt4.png
32440         scale 85
32441         scaleBeforeRotation
32442
32443 \end_inset
32444
32445  Mit einem Rechts\SpecialChar softhyphen
32446 klick auf das graue Kästchen und der Auswahl von 
32447 \family sans
32448 Einstellungen
32449 \family default
32450  kann der Typ spezifiziert werden.
32451  Das Dialogfenster bietet bei 
32452 \family sans
32453 Innere
32454 \begin_inset space ~
32455 \end_inset
32456
32457 Box
32458 \family default
32459  die Typen 
32460 \family sans
32461 Makebox
32462 \family default
32463
32464 \family sans
32465 Parbox
32466 \family default
32467  und 
32468 \family sans
32469 Minipage
32470 \family default
32471  an.
32472  
32473 \family sans
32474 Minipage
32475 \family default
32476  ist die Standard-Einstellung für neue Boxen und in Abschnitt
32477 \begin_inset space ~
32478 \end_inset
32479
32480
32481 \begin_inset CommandInset ref
32482 LatexCommand ref
32483 reference "abs:Minipage"
32484
32485 \end_inset
32486
32487  beschrieben, 
32488 \family sans
32489 Parbox
32490 \family default
32491  in Abschnitt
32492 \begin_inset space ~
32493 \end_inset
32494
32495
32496 \begin_inset CommandInset ref
32497 LatexCommand ref
32498 reference "abs:Parbox"
32499
32500 \end_inset
32501
32502  und 
32503 \family sans
32504 Makebox
32505 \family default
32506  in 
32507 \begin_inset CommandInset ref
32508 LatexCommand ref
32509 reference "abs:Silbentrennung-unterbinden"
32510
32511 \end_inset
32512
32513 .
32514 \end_layout
32515
32516 \begin_layout Standard
32517 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
32518  wie auf Gleitobjekte und Fußnoten.
32519 \end_layout
32520
32521 \begin_layout Standard
32522 \begin_inset Note Greyedout
32523 status open
32524
32525 \begin_layout Plain Layout
32526
32527 \series bold
32528 Bemerkung
32529 \begin_inset space ~
32530 \end_inset
32531
32532 1:
32533 \series default
32534  Boxen dürfen in 
32535 \family sans
32536 List-
32537 \family default
32538  oder 
32539 \family sans
32540 Beschreibung-
32541 \family default
32542 Umgebungen nicht verwendet werden.
32543 \end_layout
32544
32545 \end_inset
32546
32547
32548 \end_layout
32549
32550 \begin_layout Standard
32551 \begin_inset Note Greyedout
32552 status open
32553
32554 \begin_layout Plain Layout
32555
32556 \series bold
32557 Bemerkung
32558 \begin_inset space ~
32559 \end_inset
32560
32561 2:
32562 \series default
32563  Boxen ohne 
32564 \family sans
32565 Innere
32566 \begin_inset space ~
32567 \end_inset
32568
32569 Box
32570 \family default
32571  und ohne Rahmen werden in Abschnitt
32572 \begin_inset space ~
32573 \end_inset
32574
32575
32576 \begin_inset CommandInset ref
32577 LatexCommand ref
32578 reference "abs:Silbentrennung-unterbinden"
32579
32580 \end_inset
32581
32582  beschrieben.
32583 \end_layout
32584
32585 \end_inset
32586
32587
32588 \end_layout
32589
32590 \begin_layout Section
32591 Das Box-Einstellungen-Fenster
32592 \begin_inset CommandInset label
32593 LatexCommand label
32594 name "abs:Box-Dialog"
32595
32596 \end_inset
32597
32598
32599 \begin_inset Index idx
32600 status collapsed
32601
32602 \begin_layout Plain Layout
32603 Boxen ! Box-Dialog-Fenster
32604 \end_layout
32605
32606 \end_inset
32607
32608
32609 \end_layout
32610
32611 \begin_layout Subsection
32612 Box-Größe
32613 \begin_inset Index idx
32614 status collapsed
32615
32616 \begin_layout Plain Layout
32617 Boxen ! Größe
32618 \end_layout
32619
32620 \end_inset
32621
32622
32623 \end_layout
32624
32625 \begin_layout Standard
32626 Im 
32627 \family sans
32628 Box-Einstellungen
32629 \family default
32630 -Fenster können Sie die Größe der Box mit 
32631 \family sans
32632 Breite
32633 \family default
32634  und 
32635 \family sans
32636 Höhe 
32637 \family default
32638 festlegen.
32639  Die verfügbaren Einheiten werden in Tabelle
32640 \begin_inset space ~
32641 \end_inset
32642
32643
32644 \begin_inset CommandInset ref
32645 LatexCommand ref
32646 reference "tab:Maßeinheiten"
32647
32648 \end_inset
32649
32650  aufgelistet.
32651  Das Feld
32652 \family sans
32653  Höhe
32654 \family default
32655  bietet die folgenden zusätzlichen Größen:
32656 \end_layout
32657
32658 \begin_layout Description
32659 Tiefe Dies ist die reine Text-
32660 \begin_inset Quotes gld
32661 \end_inset
32662
32663 Höhe
32664 \begin_inset Quotes grd
32665 \end_inset
32666
32667 .
32668  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
32669 \begin_inset Newline newline
32670 \end_inset
32671
32672
32673 \begin_inset Newline newline
32674 \end_inset
32675
32676
32677 \begin_inset Newline newline
32678 \end_inset
32679
32680
32681 \begin_inset Box Boxed
32682 position "c"
32683 hor_pos "c"
32684 has_inner_box 1
32685 inner_pos "c"
32686 use_parbox 0
32687 use_makebox 0
32688 width "12col%"
32689 special "none"
32690 height "1in"
32691 height_special "depth"
32692 thickness "0.4pt"
32693 separation "3pt"
32694 shadowsize "4pt"
32695 framecolor "black"
32696 backgroundcolor "none"
32697 status collapsed
32698
32699 \begin_layout Plain Layout
32700 \align center
32701 Box-Höhe = 1
32702 \begin_inset space \thinspace{}
32703 \end_inset
32704
32705 Tiefe
32706 \end_layout
32707
32708 \end_inset
32709
32710
32711 \begin_inset Newline newline
32712 \end_inset
32713
32714
32715 \begin_inset Newline newline
32716 \end_inset
32717
32718
32719 \end_layout
32720
32721 \begin_layout Description
32722 Höhe Dies ist die Texthöhe innerhalb der Box.
32723  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
32724  Texthöhe setzen: 
32725 \begin_inset Box Boxed
32726 position "c"
32727 hor_pos "c"
32728 has_inner_box 1
32729 inner_pos "c"
32730 use_parbox 0
32731 use_makebox 0
32732 width "20col%"
32733 special "none"
32734 height "2in"
32735 height_special "height"
32736 thickness "0.4pt"
32737 separation "3pt"
32738 shadowsize "4pt"
32739 framecolor "black"
32740 backgroundcolor "none"
32741 status collapsed
32742
32743 \begin_layout Plain Layout
32744 \align center
32745 Boxhöhe = 2
32746 \begin_inset space \thinspace{}
32747 \end_inset
32748
32749 Höhe
32750 \end_layout
32751
32752 \end_inset
32753
32754
32755 \end_layout
32756
32757 \begin_layout Description
32758 Gesamthöhe Dies ist Höhe
32759 \begin_inset space \thinspace{}
32760 \end_inset
32761
32762 +
32763 \begin_inset space \thinspace{}
32764 \end_inset
32765
32766 Tiefe: 
32767 \begin_inset Box Boxed
32768 position "c"
32769 hor_pos "c"
32770 has_inner_box 1
32771 inner_pos "c"
32772 use_parbox 0
32773 use_makebox 0
32774 width "20col%"
32775 special "none"
32776 height "1in"
32777 height_special "totalheight"
32778 thickness "0.4pt"
32779 separation "3pt"
32780 shadowsize "4pt"
32781 framecolor "black"
32782 backgroundcolor "none"
32783 status collapsed
32784
32785 \begin_layout Plain Layout
32786 \align center
32787 Boxhöhe = 1
32788 \begin_inset space \thinspace{}
32789 \end_inset
32790
32791 Gesamthöhe
32792 \end_layout
32793
32794 \end_inset
32795
32796
32797 \end_layout
32798
32799 \begin_layout Description
32800 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
32801 \begin_inset Box Boxed
32802 position "c"
32803 hor_pos "c"
32804 has_inner_box 1
32805 inner_pos "c"
32806 use_parbox 0
32807 use_makebox 0
32808 width "12col%"
32809 special "none"
32810 height "1in"
32811 height_special "width"
32812 thickness "0.4pt"
32813 separation "3pt"
32814 shadowsize "4pt"
32815 framecolor "black"
32816 backgroundcolor "none"
32817 status collapsed
32818
32819 \begin_layout Plain Layout
32820 \align center
32821 Boxhöhe = 1
32822 \begin_inset space \thinspace{}
32823 \end_inset
32824
32825 Breite
32826 \end_layout
32827
32828 \end_inset
32829
32830
32831 \end_layout
32832
32833 \begin_layout Subsection
32834 Ausrichtung
32835 \begin_inset Index idx
32836 status collapsed
32837
32838 \begin_layout Plain Layout
32839 Boxen ! Ausrichtung
32840 \end_layout
32841
32842 \end_inset
32843
32844
32845 \end_layout
32846
32847 \begin_layout Standard
32848 Wenn Sie eine 
32849 \family sans
32850 Innere
32851 \begin_inset space ~
32852 \end_inset
32853
32854 Box
32855 \family default
32856  gewählt haben, kann die Box mit folgenden Werten für 
32857 \family sans
32858 Box
32859 \family default
32860  senkrecht ausgerichtet werden:
32861 \end_layout
32862
32863 \begin_layout Description
32864 Oben Dies ist ein Beispieltext.
32865  
32866 \begin_inset Box Boxed
32867 position "t"
32868 hor_pos "c"
32869 has_inner_box 1
32870 inner_pos "c"
32871 use_parbox 0
32872 use_makebox 0
32873 width "20col%"
32874 special "none"
32875 height "1in"
32876 height_special "totalheight"
32877 thickness "0.4pt"
32878 separation "3pt"
32879 shadowsize "4pt"
32880 framecolor "black"
32881 backgroundcolor "none"
32882 status collapsed
32883
32884 \begin_layout Plain Layout
32885 \align center
32886 Die Ober\SpecialChar softhyphen
32887 kante der Box ist in der Zeile.
32888 \end_layout
32889
32890 \end_inset
32891
32892  Dies ist ein Beispieltext.
32893 \end_layout
32894
32895 \begin_layout Description
32896 Mitte Dies ist ein Beispieltext.
32897  
32898 \begin_inset Box Boxed
32899 position "c"
32900 hor_pos "c"
32901 has_inner_box 1
32902 inner_pos "c"
32903 use_parbox 0
32904 use_makebox 0
32905 width "20col%"
32906 special "none"
32907 height "1in"
32908 height_special "totalheight"
32909 thickness "0.4pt"
32910 separation "3pt"
32911 shadowsize "4pt"
32912 framecolor "black"
32913 backgroundcolor "none"
32914 status collapsed
32915
32916 \begin_layout Plain Layout
32917 \align center
32918 Die Mitte der Box ist in der Zeile.
32919 \end_layout
32920
32921 \end_inset
32922
32923  Dies ist ein Beispieltext.
32924 \end_layout
32925
32926 \begin_layout Description
32927 Unten Dies ist ein Beispieltext.
32928  
32929 \begin_inset Box Boxed
32930 position "b"
32931 hor_pos "c"
32932 has_inner_box 1
32933 inner_pos "c"
32934 use_parbox 0
32935 use_makebox 0
32936 width "20col%"
32937 special "none"
32938 height "1in"
32939 height_special "totalheight"
32940 thickness "0.4pt"
32941 separation "3pt"
32942 shadowsize "4pt"
32943 framecolor "black"
32944 backgroundcolor "none"
32945 status collapsed
32946
32947 \begin_layout Plain Layout
32948 \align center
32949 Die Unter\SpecialChar softhyphen
32950 kante der Box ist in der Zeile.
32951 \end_layout
32952
32953 \end_inset
32954
32955  Dies ist ein Beispieltext.
32956 \end_layout
32957
32958 \begin_layout Standard
32959 \begin_inset Note Greyedout
32960 status open
32961
32962 \begin_layout Plain Layout
32963
32964 \series bold
32965 Bemerkung:
32966 \series default
32967  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
32968  Boxen in einer Zeile sind und eine Box z.
32969 \begin_inset space \thinspace{}
32970 \end_inset
32971
32972 B.
32973  schattiert ist, die andere aber nicht.
32974 \end_layout
32975
32976 \end_inset
32977
32978
32979 \end_layout
32980
32981 \begin_layout Standard
32982 Eine Box kann mit dem Dialog 
32983 \family sans
32984 Absatz-Einstellungen
32985 \family default
32986  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
32987 \end_layout
32988
32989 \begin_layout Standard
32990 \begin_inset VSpace bigskip
32991 \end_inset
32992
32993 Wenn Sie eine 
32994 \family sans
32995 Innere
32996 \begin_inset space ~
32997 \end_inset
32998
32999 Box
33000 \family default
33001  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
33002 \family sans
33003 Inhalt
33004 \family default
33005  senkrecht ausgerichtet werden:
33006 \end_layout
33007
33008 \begin_layout Description
33009 Oben Dies ist ein Beispieltext.
33010  
33011 \begin_inset Box Boxed
33012 position "c"
33013 hor_pos "c"
33014 has_inner_box 1
33015 inner_pos "t"
33016 use_parbox 0
33017 use_makebox 0
33018 width "20col%"
33019 special "none"
33020 height "1.5in"
33021 height_special "totalheight"
33022 thickness "0.4pt"
33023 separation "3pt"
33024 shadowsize "4pt"
33025 framecolor "black"
33026 backgroundcolor "none"
33027 status collapsed
33028
33029 \begin_layout Plain Layout
33030 \align center
33031 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
33032 \end_layout
33033
33034 \end_inset
33035
33036  Dies ist ein Beispieltext.
33037 \end_layout
33038
33039 \begin_layout Description
33040 Mitte Dies ist ein Beispieltext.
33041  
33042 \begin_inset Box Boxed
33043 position "c"
33044 hor_pos "c"
33045 has_inner_box 1
33046 inner_pos "c"
33047 use_parbox 0
33048 use_makebox 0
33049 width "20col%"
33050 special "none"
33051 height "1.5in"
33052 height_special "totalheight"
33053 thickness "0.4pt"
33054 separation "3pt"
33055 shadowsize "4pt"
33056 framecolor "black"
33057 backgroundcolor "none"
33058 status collapsed
33059
33060 \begin_layout Plain Layout
33061 \align center
33062 Der Boxinhalt ist zentriert ausgerichtet.
33063 \end_layout
33064
33065 \end_inset
33066
33067  Dies ist ein Beispieltext.
33068 \end_layout
33069
33070 \begin_layout Description
33071 Unten Dies ist ein Beispieltext.
33072  
33073 \begin_inset Box Boxed
33074 position "c"
33075 hor_pos "c"
33076 has_inner_box 1
33077 inner_pos "b"
33078 use_parbox 0
33079 use_makebox 0
33080 width "20col%"
33081 special "none"
33082 height "1.5in"
33083 height_special "totalheight"
33084 thickness "0.4pt"
33085 separation "3pt"
33086 shadowsize "4pt"
33087 framecolor "black"
33088 backgroundcolor "none"
33089 status collapsed
33090
33091 \begin_layout Plain Layout
33092 \align center
33093 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
33094 \end_layout
33095
33096 \end_inset
33097
33098  Dies ist ein Beispieltext.
33099 \end_layout
33100
33101 \begin_layout Description
33102 Dehnen Dies ist ein Beispieltext.
33103  
33104 \begin_inset Box Boxed
33105 position "c"
33106 hor_pos "c"
33107 has_inner_box 1
33108 inner_pos "s"
33109 use_parbox 0
33110 use_makebox 0
33111 width "20col%"
33112 special "none"
33113 height "1in"
33114 height_special "totalheight"
33115 thickness "0.4pt"
33116 separation "3pt"
33117 shadowsize "4pt"
33118 framecolor "black"
33119 backgroundcolor "none"
33120 status collapsed
33121
33122 \begin_layout Plain Layout
33123 \align center
33124 Der Boxinhalt
33125 \end_layout
33126
33127 \begin_layout Plain Layout
33128 \align center
33129 ist über die
33130 \end_layout
33131
33132 \begin_layout Plain Layout
33133 \align center
33134 Boxhöhe
33135 \end_layout
33136
33137 \begin_layout Plain Layout
33138 \align center
33139 gleichmäßig verteilt.
33140 \end_layout
33141
33142 \end_inset
33143
33144  Dies ist ein Beispieltext.
33145 \end_layout
33146
33147 \begin_layout Standard
33148 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
33149  besteht.
33150  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
33151 \end_layout
33152
33153 \begin_layout Standard
33154 Ein Boxinhalt kann mit dem Dialog 
33155 \family sans
33156 Absatz-Einstellungen
33157 \family default
33158  waagerecht ausgerichtet werden, wenn Sie eine
33159 \family sans
33160  Innere
33161 \begin_inset space ~
33162 \end_inset
33163
33164 Box
33165 \family default
33166  gewählt haben.
33167 \begin_inset Separator parbreak
33168 \end_inset
33169
33170
33171 \end_layout
33172
33173 \begin_layout Standard
33174 \align center
33175 \begin_inset Box Boxed
33176 position "c"
33177 hor_pos "c"
33178 has_inner_box 1
33179 inner_pos "s"
33180 use_parbox 0
33181 use_makebox 0
33182 width "30col%"
33183 special "none"
33184 height "1.25in"
33185 height_special "totalheight"
33186 thickness "0.4pt"
33187 separation "3pt"
33188 shadowsize "4pt"
33189 framecolor "black"
33190 backgroundcolor "none"
33191 status collapsed
33192
33193 \begin_layout Plain Layout
33194 \align left
33195 Hier ist jede Zeile
33196 \end_layout
33197
33198 \begin_layout Plain Layout
33199 \align center
33200 anders
33201 \end_layout
33202
33203 \begin_layout Plain Layout
33204 \align right
33205 ausgerichtet.
33206 \end_layout
33207
33208 \end_inset
33209
33210
33211 \end_layout
33212
33213 \begin_layout Standard
33214 Wenn Sie keine
33215 \family sans
33216  Innere
33217 \begin_inset space ~
33218 \end_inset
33219
33220 Box
33221 \family default
33222  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
33223 \family sans
33224 Box-Einstellungen-
33225 \family default
33226 Dialog ausrichten
33227 \begin_inset Separator parbreak
33228 \end_inset
33229
33230
33231 \end_layout
33232
33233 \begin_layout Standard
33234 \align center
33235 \begin_inset Box Boxed
33236 position "c"
33237 hor_pos "s"
33238 has_inner_box 0
33239 inner_pos "s"
33240 use_parbox 0
33241 use_makebox 0
33242 width "90col%"
33243 special "none"
33244 height "1.25in"
33245 height_special "totalheight"
33246 thickness "0.4pt"
33247 separation "3pt"
33248 shadowsize "4pt"
33249 framecolor "black"
33250 backgroundcolor "none"
33251 status collapsed
33252
33253 \begin_layout Plain Layout
33254 Dieser Boxinhalt wurde horizontal gedehnt.
33255 \end_layout
33256
33257 \end_inset
33258
33259
33260 \end_layout
33261
33262 \begin_layout Subsection
33263 Verzierung
33264 \begin_inset CommandInset label
33265 LatexCommand label
33266 name "uab:Verzierung"
33267
33268 \end_inset
33269
33270
33271 \begin_inset Index idx
33272 status collapsed
33273
33274 \begin_layout Plain Layout
33275 Boxen ! Verzierung
33276 \end_layout
33277
33278 \end_inset
33279
33280
33281 \end_layout
33282
33283 \begin_layout Standard
33284 Im 
33285 \family sans
33286 Box-Einstellungen-
33287 \family default
33288 Dialog können Sie mit der 
33289 \family sans
33290 Verzierung
33291 \family default
33292  den Typ der Box auswählen:
33293 \end_layout
33294
33295 \begin_layout Description
33296 Kein
33297 \begin_inset space ~
33298 \end_inset
33299
33300 Rahmen Nichts wird gezeichnet.
33301 \end_layout
33302
33303 \begin_layout Description
33304 Einfacher
33305 \begin_inset space ~
33306 \end_inset
33307
33308 rechteckiger
33309 \begin_inset space ~
33310 \end_inset
33311
33312 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
33313  Die Rahmendicke kann festgelegt werden.
33314  
33315 \begin_inset Box Boxed
33316 position "c"
33317 hor_pos "c"
33318 has_inner_box 1
33319 inner_pos "c"
33320 use_parbox 0
33321 use_makebox 0
33322 width "21col%"
33323 special "none"
33324 height "1in"
33325 height_special "totalheight"
33326 thickness "0.4pt"
33327 separation "3pt"
33328 shadowsize "4pt"
33329 framecolor "black"
33330 backgroundcolor "none"
33331 status collapsed
33332
33333 \begin_layout Plain Layout
33334
33335 \series medium
33336 Rechteckige
33337 \begin_inset space ~
33338 \end_inset
33339
33340 Box
33341 \end_layout
33342
33343 \end_inset
33344
33345
33346 \end_layout
33347
33348 \begin_layout Description
33349 erlaube
33350 \begin_inset space ~
33351 \end_inset
33352
33353 Seitenumbrüche 
33354 \end_layout
33355
33356 \begin_layout Description
33357 Ovaler
33358 \begin_inset space ~
33359 \end_inset
33360
33361 Rahmen,
33362 \begin_inset space ~
33363 \end_inset
33364
33365 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
33366  Die Rahmendicke ist 0.4
33367 \begin_inset space \thinspace{}
33368 \end_inset
33369
33370 pt.
33371  
33372 \begin_inset Box ovalbox
33373 position "c"
33374 hor_pos "c"
33375 has_inner_box 1
33376 inner_pos "c"
33377 use_parbox 0
33378 use_makebox 0
33379 width "20col%"
33380 special "none"
33381 height "1in"
33382 height_special "totalheight"
33383 thickness "0.4pt"
33384 separation "3pt"
33385 shadowsize "4pt"
33386 framecolor "black"
33387 backgroundcolor "none"
33388 status collapsed
33389
33390 \begin_layout Plain Layout
33391 Ovale
33392 \begin_inset space ~
33393 \end_inset
33394
33395 Box,
33396 \begin_inset space ~
33397 \end_inset
33398
33399 dünn
33400 \end_layout
33401
33402 \end_inset
33403
33404
33405 \end_layout
33406
33407 \begin_layout Description
33408 Ovaler
33409 \begin_inset space ~
33410 \end_inset
33411
33412 Rahmen,
33413 \begin_inset space ~
33414 \end_inset
33415
33416 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
33417  Die Rahmendicke ist 0.8
33418 \begin_inset space \thinspace{}
33419 \end_inset
33420
33421 pt.
33422  
33423 \begin_inset Box Ovalbox
33424 position "c"
33425 hor_pos "c"
33426 has_inner_box 1
33427 inner_pos "c"
33428 use_parbox 0
33429 use_makebox 0
33430 width "20col%"
33431 special "none"
33432 height "1in"
33433 height_special "totalheight"
33434 thickness "0.4pt"
33435 separation "3pt"
33436 shadowsize "4pt"
33437 framecolor "black"
33438 backgroundcolor "none"
33439 status collapsed
33440
33441 \begin_layout Plain Layout
33442 Ovale
33443 \begin_inset space ~
33444 \end_inset
33445
33446 Box,
33447 \begin_inset space ~
33448 \end_inset
33449
33450 dick
33451 \end_layout
33452
33453 \end_inset
33454
33455
33456 \end_layout
33457
33458 \begin_layout Description
33459 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
33460  Die Rahmendicke und die Schattenbreite kann festgelegt werden.
33461 \begin_inset Newline newline
33462 \end_inset
33463
33464
33465 \begin_inset Box Shadowbox
33466 position "c"
33467 hor_pos "c"
33468 has_inner_box 1
33469 inner_pos "c"
33470 use_parbox 0
33471 use_makebox 0
33472 width "20col%"
33473 special "none"
33474 height "1in"
33475 height_special "totalheight"
33476 thickness "0.4pt"
33477 separation "3pt"
33478 shadowsize "4pt"
33479 framecolor "black"
33480 backgroundcolor "none"
33481 status collapsed
33482
33483 \begin_layout Plain Layout
33484 Schattierte
33485 \begin_inset space ~
33486 \end_inset
33487
33488 Box
33489 \end_layout
33490
33491 \end_inset
33492
33493
33494 \end_layout
33495
33496 \begin_layout Description
33497 Schattierter
33498 \begin_inset space ~
33499 \end_inset
33500
33501 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
33502  Im Gegensatz zu farbigen Boxen
33503 \begin_inset Foot
33504 status collapsed
33505
33506 \begin_layout Plain Layout
33507 siehe Abschnitt
33508 \begin_inset space ~
33509 \end_inset
33510
33511
33512 \begin_inset CommandInset ref
33513 LatexCommand ref
33514 reference "abs:Farbige-Boxen"
33515
33516 \end_inset
33517
33518
33519 \end_layout
33520
33521 \end_inset
33522
33523  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
33524  die Box ist ein Absatz für sich.
33525  
33526 \begin_inset Box Shaded
33527 position "t"
33528 hor_pos "c"
33529 has_inner_box 0
33530 inner_pos "t"
33531 use_parbox 0
33532 use_makebox 0
33533 width "50col%"
33534 special "none"
33535 height "1in"
33536 height_special "totalheight"
33537 thickness "0.4pt"
33538 separation "3pt"
33539 shadowsize "4pt"
33540 framecolor "black"
33541 backgroundcolor "none"
33542 status collapsed
33543
33544 \begin_layout Plain Layout
33545 Schattierter Hintergrund Box
33546 \end_layout
33547
33548 \end_inset
33549
33550
33551 \end_layout
33552
33553 \begin_layout Description
33554 Doppelter
33555 \begin_inset space ~
33556 \end_inset
33557
33558 rechteckiger
33559 \begin_inset space ~
33560 \end_inset
33561
33562 Rahmen zeichnet einen doppelten Rahmen um die Box.
33563  Der innere Rahmen ist 0,75
33564 \begin_inset space \thinspace{}
33565 \end_inset
33566
33567 Rahmendicke breit, der äußere 1,5
33568 \begin_inset space \thinspace{}
33569 \end_inset
33570
33571 Rahmendicke.
33572  Der Zwischenraum beträgt 1,5
33573 \begin_inset space \thinspace{}
33574 \end_inset
33575
33576 Rahmendicke
33577 \begin_inset space \thinspace{}
33578 \end_inset
33579
33580 +
33581 \begin_inset space \thinspace{}
33582 \end_inset
33583
33584 0,5
33585 \begin_inset space \thinspace{}
33586 \end_inset
33587
33588 pt.
33589  
33590 \begin_inset Box Doublebox
33591 position "c"
33592 hor_pos "c"
33593 has_inner_box 1
33594 inner_pos "c"
33595 use_parbox 0
33596 use_makebox 0
33597 width "20col%"
33598 special "none"
33599 height "1in"
33600 height_special "totalheight"
33601 thickness "0.4pt"
33602 separation "3pt"
33603 shadowsize "4pt"
33604 framecolor "black"
33605 backgroundcolor "none"
33606 status collapsed
33607
33608 \begin_layout Plain Layout
33609 Doppelt
33610 \begin_inset space ~
33611 \end_inset
33612
33613 gerahmte
33614 \begin_inset space ~
33615 \end_inset
33616
33617 Box
33618 \end_layout
33619
33620 \end_inset
33621
33622
33623 \end_layout
33624
33625 \begin_layout Standard
33626 \begin_inset VSpace bigskip
33627 \end_inset
33628
33629 Die Aufschrift der Box in \SpecialChar LyX
33630  ändert sich mit der gewählten Verzierung.
33631  Um alle Verzierungen verwenden zu können, muss das \SpecialChar LaTeX
33632 -Paket 
33633 \series bold
33634 fancybox
33635 \series default
33636
33637 \begin_inset Index idx
33638 status collapsed
33639
33640 \begin_layout Plain Layout
33641 \SpecialChar LaTeX
33642 -Pakete ! fancybox
33643 \end_layout
33644
33645 \end_inset
33646
33647  installiert sein.
33648 \end_layout
33649
33650 \begin_layout Standard
33651 \begin_inset VSpace bigskip
33652 \end_inset
33653
33654 Wenn Sie die Verzierung 
33655 \family sans
33656 Einfacher rechteckiger Rahmen
33657 \family default
33658  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
33659  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
33660  immer über die gesamte Zeilenbreite geht und dass die Box ein Absatz für
33661  sich ist: 
33662 \begin_inset Box Framed
33663 position "t"
33664 hor_pos "c"
33665 has_inner_box 0
33666 inner_pos "t"
33667 use_parbox 0
33668 use_makebox 0
33669 width "100col%"
33670 special "none"
33671 height "1in"
33672 height_special "totalheight"
33673 thickness "0.4pt"
33674 separation "3pt"
33675 shadowsize "4pt"
33676 framecolor "black"
33677 backgroundcolor "none"
33678 status collapsed
33679
33680 \begin_layout Plain Layout
33681 Box erlaubt Seitenumbruch
33682 \end_layout
33683
33684 \end_inset
33685
33686
33687 \end_layout
33688
33689 \begin_layout Section
33690 Box-Anpassung
33691 \begin_inset Index idx
33692 status collapsed
33693
33694 \begin_layout Plain Layout
33695 Boxen ! Anpassung
33696 \end_layout
33697
33698 \end_inset
33699
33700
33701 \end_layout
33702
33703 \begin_layout Standard
33704 \noindent
33705 Der Durchmesser der abgerundeten Ecken kann mit 
33706 \series bold
33707
33708 \backslash
33709 cornersize
33710 \series default
33711  gesetzt werden.
33712  Der \SpecialChar TeX
33713 -Code-Befehl
33714 \end_layout
33715
33716 \begin_layout Standard
33717
33718 \series bold
33719
33720 \backslash
33721 cornersize*{1cm}
33722 \end_layout
33723
33724 \begin_layout Standard
33725 setzt den Durchmesser auf 1
33726 \begin_inset space \thinspace{}
33727 \end_inset
33728
33729 cm.
33730  Der \SpecialChar TeX
33731 -Code-Befehl
33732 \end_layout
33733
33734 \begin_layout Standard
33735
33736 \series bold
33737
33738 \backslash
33739 cornersize{num}
33740 \end_layout
33741
33742 \begin_layout Standard
33743 setzt den Durchmesser auf 
33744 \family sans
33745 num
33746 \begin_inset space \thinspace{}
33747 \end_inset
33748
33749 ×
33750 \begin_inset space \thinspace{}
33751 \end_inset
33752
33753 Minimum(Breite der Box, Höhe der Box)
33754 \family default
33755 .
33756  Der Standardwert ist 
33757 \series bold
33758
33759 \backslash
33760 cornersize{0.5}
33761 \series default
33762 .
33763 \end_layout
33764
33765 \begin_layout Standard
33766 \begin_inset ERT
33767 status collapsed
33768
33769 \begin_layout Plain Layout
33770
33771
33772 \backslash
33773 cornersize*{1.5cm}
33774 \end_layout
33775
33776 \end_inset
33777
33778
33779 \begin_inset Box Ovalbox
33780 position "c"
33781 hor_pos "c"
33782 has_inner_box 1
33783 inner_pos "c"
33784 use_parbox 0
33785 use_makebox 0
33786 width "30col%"
33787 special "none"
33788 height "1in"
33789 height_special "totalheight"
33790 thickness "0.4pt"
33791 separation "3pt"
33792 shadowsize "4pt"
33793 framecolor "black"
33794 backgroundcolor "none"
33795 status open
33796
33797 \begin_layout Plain Layout
33798 \align center
33799 Ovale Box, dicker Rand, mit 
33800 \series bold
33801
33802 \backslash
33803 cornersize
33804 \series default
33805
33806 \begin_inset space \thinspace{}
33807 \end_inset
33808
33809 =
33810 \begin_inset space \thinspace{}
33811 \end_inset
33812
33813 1.5
33814 \begin_inset space \thinspace{}
33815 \end_inset
33816
33817 cm
33818 \end_layout
33819
33820 \end_inset
33821
33822
33823 \begin_inset ERT
33824 status collapsed
33825
33826 \begin_layout Plain Layout
33827
33828
33829 \backslash
33830 cornersize{0.5}
33831 \end_layout
33832
33833 \end_inset
33834
33835
33836 \end_layout
33837
33838 \begin_layout Standard
33839 \begin_inset VSpace bigskip
33840 \end_inset
33841
33842 Die Standard-Hintergrundfarbe rot von Boxen mit 
33843 \family sans
33844 schattiertem Hintergrund
33845 \family default
33846  kann entweder lokal mit dem Befehl 
33847 \series bold
33848
33849 \backslash
33850 definecolor{shadecolor}
33851 \series default
33852  oder global über das Menü 
33853 \family sans
33854 Werkzeuge\SpecialChar menuseparator
33855 Einstellungen\SpecialChar menuseparator
33856 Farben\SpecialChar menuseparator
33857 Schattierte
33858 \begin_inset space ~
33859 \end_inset
33860
33861 Box
33862 \family default
33863  geändert werden.
33864  Das Schema des 
33865 \series bold
33866
33867 \backslash
33868 definecolor
33869 \series default
33870  Befehls ist  in Abschnitt
33871 \begin_inset space ~
33872 \end_inset
33873
33874
33875 \begin_inset CommandInset ref
33876 LatexCommand ref
33877 reference "abs:Farbige-Tabellen"
33878
33879 \end_inset
33880
33881  erklärt.
33882 \begin_inset Foot
33883 status collapsed
33884
33885 \begin_layout Plain Layout
33886 Beachten Sie, dass 
33887 \series bold
33888
33889 \backslash
33890 definecolor
33891 \series default
33892  das \SpecialChar LaTeX
33893 -Paket 
33894 \series bold
33895 color
33896 \series default
33897  im \SpecialChar LaTeX
33898 -Vorspann benötigt, siehe Abschnitt
33899 \begin_inset space ~
33900 \end_inset
33901
33902
33903 \begin_inset CommandInset ref
33904 LatexCommand ref
33905 reference "abs:Farbige-Boxen"
33906
33907 \end_inset
33908
33909 .
33910 \end_layout
33911
33912 \end_inset
33913
33914  Für das nächste Beispiel wurden folgender \SpecialChar TeX
33915 -Code verwendet:
33916 \end_layout
33917
33918 \begin_layout Standard
33919
33920 \series bold
33921
33922 \backslash
33923 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33924 \end_layout
33925
33926 \begin_layout Standard
33927 \begin_inset ERT
33928 status collapsed
33929
33930 \begin_layout Plain Layout
33931
33932
33933 \backslash
33934 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33935 \end_layout
33936
33937 \end_inset
33938
33939
33940 \begin_inset Box Shaded
33941 position "t"
33942 hor_pos "c"
33943 has_inner_box 0
33944 inner_pos "t"
33945 use_parbox 0
33946 use_makebox 0
33947 width "100col%"
33948 special "none"
33949 height "1in"
33950 height_special "totalheight"
33951 thickness "0.4pt"
33952 separation "3pt"
33953 shadowsize "4pt"
33954 framecolor "black"
33955 backgroundcolor "none"
33956 status open
33957
33958 \begin_layout Plain Layout
33959
33960 \color yellow
33961 Dies ist gelber Text in einer 
33962 \family sans
33963 schattierten Hintergrund
33964 \begin_inset space ~
33965 \end_inset
33966
33967
33968 \family default
33969 Box auf dunkelgrünem Hintergrund.
33970 \end_layout
33971
33972 \end_inset
33973
33974
33975 \begin_inset ERT
33976 status collapsed
33977
33978 \begin_layout Plain Layout
33979
33980
33981 \backslash
33982 definecolor{shadecolor}{rgb}{1,0,0}
33983 \end_layout
33984
33985 \end_inset
33986
33987
33988 \end_layout
33989
33990 \begin_layout Standard
33991 \begin_inset VSpace bigskip
33992 \end_inset
33993
33994 Geänderte Größen und Farben gelten für alle Boxen, die auf den Befehl folgen,
33995  der sie ändert.
33996 \end_layout
33997
33998 \begin_layout Section
33999 Minipage
34000 \begin_inset CommandInset label
34001 LatexCommand label
34002 name "abs:Minipage"
34003
34004 \end_inset
34005
34006
34007 \begin_inset Index idx
34008 status collapsed
34009
34010 \begin_layout Plain Layout
34011 Boxen ! Minipage
34012 \end_layout
34013
34014 \end_inset
34015
34016
34017 \end_layout
34018
34019 \begin_layout Standard
34020 Minipages werden von \SpecialChar LaTeX
34021  wie Seiten auf einer Seite behandelt und können deshalb
34022  unter anderem eigene Fußnoten haben.
34023 \end_layout
34024
34025 \begin_layout Standard
34026 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
34027 \end_layout
34028
34029 \begin_layout Standard
34030 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
34031  Ihre Breite ist 45 Spaltenbreite
34032 \begin_inset space ~
34033 \end_inset
34034
34035 %, und sie sind durch einen 
34036 \family sans
34037 HFill
34038 \family default
34039  getrennt (
34040 \family sans
34041 Einfügen\SpecialChar menuseparator
34042 Formatierung\SpecialChar menuseparator
34043 Horizontaler
34044 \begin_inset space \space{}
34045 \end_inset
34046
34047 Abstand\SpecialChar menuseparator
34048 Abstand\SpecialChar menuseparator
34049 Variabler
34050 \begin_inset space ~
34051 \end_inset
34052
34053 horiz.
34054 \begin_inset space ~
34055 \end_inset
34056
34057 Abstand
34058 \family default
34059 ).
34060 \begin_inset Newpage newpage
34061 \end_inset
34062
34063
34064 \end_layout
34065
34066 \begin_layout Standard
34067 \noindent
34068 \begin_inset Box Frameless
34069 position "t"
34070 hor_pos "c"
34071 has_inner_box 1
34072 inner_pos "c"
34073 use_parbox 0
34074 use_makebox 0
34075 width "45col%"
34076 special "none"
34077 height "1in"
34078 height_special "totalheight"
34079 thickness "0.4pt"
34080 separation "3pt"
34081 shadowsize "4pt"
34082 framecolor "black"
34083 backgroundcolor "none"
34084 status open
34085
34086 \begin_layout Plain Layout
34087 Dies ist ein deutscher Text.
34088  Dies ist ein deutscher Text.
34089  Dies ist ein deutscher Text.
34090  Dies ist ein deutscher Text.
34091  Dies ist ein deutscher Text.
34092  Dies ist ein deutscher Text.
34093  Dies ist ein deutscher Text.
34094  Dies ist ein deutscher Text.
34095  Dies ist ein deutscher Text.
34096  Dies ist ein deutscher Text.
34097  Dies ist ein deutscher Text.
34098  Dies ist ein deutscher Text.
34099  Dies ist ein deutscher Text
34100 \begin_inset Foot
34101 status open
34102
34103 \begin_layout Plain Layout
34104 Dies ist eine deutsche Fußnote.
34105 \end_layout
34106
34107 \end_inset
34108
34109 .
34110  Dies ist ein deutscher Text.
34111  Dies ist ein deutscher Text.
34112 \end_layout
34113
34114 \end_inset
34115
34116
34117 \begin_inset space \hfill{}
34118 \end_inset
34119
34120
34121 \begin_inset Box Frameless
34122 position "t"
34123 hor_pos "c"
34124 has_inner_box 1
34125 inner_pos "c"
34126 use_parbox 0
34127 use_makebox 0
34128 width "45col%"
34129 special "none"
34130 height "1in"
34131 height_special "totalheight"
34132 thickness "0.4pt"
34133 separation "3pt"
34134 shadowsize "4pt"
34135 framecolor "black"
34136 backgroundcolor "none"
34137 status open
34138
34139 \begin_layout Plain Layout
34140
34141 \lang english
34142 This is an English Text.
34143  This is an English Text.
34144  This is an English Text.
34145  This is an English Text.
34146  This is an English Text.
34147  This is an English Text.
34148  This is an English Text.
34149  This is an English Text.
34150  This is an English Text.
34151  This is an English Text.
34152  This is an English Text.
34153  This is an English Text.
34154  This is an English Text.
34155  This is an English Text.
34156  This is an English Text.
34157  This is an English Text.
34158 \begin_inset Foot
34159 status collapsed
34160
34161 \begin_layout Plain Layout
34162
34163 \lang english
34164 This is an English footnote.
34165 \end_layout
34166
34167 \end_inset
34168
34169  This is an English Text.
34170 \end_layout
34171
34172 \end_inset
34173
34174
34175 \end_layout
34176
34177 \begin_layout Standard
34178 \begin_inset VSpace bigskip
34179 \end_inset
34180
34181 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
34182  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
34183  Absätze nicht eingerückt werden, obwohl Sie das in 
34184 \family sans
34185 Dokument
34186 \family default
34187 \SpecialChar menuseparator
34188
34189 \family sans
34190 Einstellun\SpecialChar softhyphen
34191 gen\SpecialChar menuseparator
34192 Textformat
34193 \family default
34194  festgelegt haben.
34195  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
34196  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem \SpecialChar TeX
34197 -Code 
34198 \series bold
34199
34200 \backslash
34201 hspace*{1em}
34202 \series default
34203 .
34204 \end_layout
34205
34206 \begin_layout Standard
34207 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
34208  zu verpassen, siehe Abschnitt
34209 \begin_inset space ~
34210 \end_inset
34211
34212
34213 \begin_inset CommandInset ref
34214 LatexCommand ref
34215 reference "abs:Farbige-Boxen"
34216
34217 \end_inset
34218
34219 .
34220 \end_layout
34221
34222 \begin_layout Standard
34223 \begin_inset Note Greyedout
34224 status open
34225
34226 \begin_layout Plain Layout
34227
34228 \series bold
34229 Bemerkung:
34230 \series default
34231  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
34232  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
34233 \end_layout
34234
34235 \end_inset
34236
34237
34238 \end_layout
34239
34240 \begin_layout Section
34241 Parbox
34242 \begin_inset CommandInset label
34243 LatexCommand label
34244 name "abs:Parbox"
34245
34246 \end_inset
34247
34248
34249 \begin_inset Index idx
34250 status collapsed
34251
34252 \begin_layout Plain Layout
34253 Boxen ! Parbox
34254 \end_layout
34255
34256 \end_inset
34257
34258
34259 \end_layout
34260
34261 \begin_layout Standard
34262 Parbox ist eine Abkürzung für 
34263 \begin_inset Quotes gld
34264 \end_inset
34265
34266 paragraph box
34267 \begin_inset Quotes grd
34268 \end_inset
34269
34270 , was Absatzbox bedeutet.
34271  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
34272  in Parboxen nicht ausgegeben werden:
34273 \begin_inset Separator parbreak
34274 \end_inset
34275
34276
34277 \end_layout
34278
34279 \begin_layout Standard
34280 \align center
34281 \begin_inset Box Frameless
34282 position "t"
34283 hor_pos "c"
34284 has_inner_box 1
34285 inner_pos "t"
34286 use_parbox 1
34287 use_makebox 0
34288 width "33col%"
34289 special "none"
34290 height "1in"
34291 height_special "totalheight"
34292 thickness "0.4pt"
34293 separation "3pt"
34294 shadowsize "4pt"
34295 framecolor "black"
34296 backgroundcolor "none"
34297 status open
34298
34299 \begin_layout Plain Layout
34300 Dies ist Text in einer Parbox.
34301  Dies ist Text in einer Parbox.
34302 \end_layout
34303
34304 \begin_layout Plain Layout
34305 Diese Fußnote wird nicht gedruckt:
34306 \begin_inset Foot
34307 status collapsed
34308
34309 \begin_layout Plain Layout
34310 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
34311 \end_layout
34312
34313 \end_inset
34314
34315
34316 \end_layout
34317
34318 \end_inset
34319
34320
34321 \end_layout
34322
34323 \begin_layout Section
34324 Boxen für Worte und Buchstaben
34325 \begin_inset Index idx
34326 status collapsed
34327
34328 \begin_layout Plain Layout
34329 Boxen ! für Buchstaben
34330 \end_layout
34331
34332 \end_inset
34333
34334
34335 \end_layout
34336
34337 \begin_layout Subsection
34338 Silbentrennung unterbinden
34339 \begin_inset CommandInset label
34340 LatexCommand label
34341 name "abs:Silbentrennung-unterbinden"
34342
34343 \end_inset
34344
34345
34346 \begin_inset Index idx
34347 status collapsed
34348
34349 \begin_layout Plain Layout
34350 Boxen ! zur Vermeidung von Silbentrennung
34351 \end_layout
34352
34353 \end_inset
34354
34355
34356 \end_layout
34357
34358 \begin_layout Standard
34359 Sie können den Boxtyp 
34360 \family sans
34361 Makebox
34362 \family default
34363  benutzen, um Silbentrennungen zu unterbinden.
34364 \begin_inset Newline newline
34365 \end_inset
34366
34367 Hier ist ein Beispiel: 
34368 \end_layout
34369
34370 \begin_layout Standard
34371 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
34372 \begin_inset Quotes gld
34373 \end_inset
34374
34375 einsehrsehrsehrlangeswort
34376 \begin_inset Quotes grd
34377 \end_inset
34378
34379 .
34380 \end_layout
34381
34382 \begin_layout Standard
34383 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
34384  Innere
34385 \begin_inset space ~
34386 \end_inset
34387
34388 Box auf Makebox und verwenden keine explizite Breite.
34389 \end_layout
34390
34391 \begin_layout Standard
34392 Hier ist das Ergebnis:
34393 \end_layout
34394
34395 \begin_layout Standard
34396 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34397 \begin_inset Box Frameless
34398 position "t"
34399 hor_pos "c"
34400 has_inner_box 1
34401 inner_pos "t"
34402 use_parbox 0
34403 use_makebox 1
34404 width ""
34405 special "none"
34406 height "1in"
34407 height_special "totalheight"
34408 thickness "0.4pt"
34409 separation "3pt"
34410 shadowsize "4pt"
34411 framecolor "black"
34412 backgroundcolor "none"
34413 status open
34414
34415 \begin_layout Plain Layout
34416 \begin_inset Quotes gld
34417 \end_inset
34418
34419 einsehrsehrsehrlangeswort
34420 \begin_inset Quotes grd
34421 \end_inset
34422
34423
34424 \end_layout
34425
34426 \end_inset
34427
34428 .
34429 \end_layout
34430
34431 \begin_layout Standard
34432 Alternativ dazu kann man auch den Befehl 
34433 \begin_inset Quotes gld
34434 \end_inset
34435
34436
34437 \series bold
34438
34439 \backslash
34440 -
34441 \series default
34442
34443 \begin_inset Quotes grd
34444 \end_inset
34445
34446  als \SpecialChar TeX
34447 -Code direkt vor das Wort setzen:
34448 \end_layout
34449
34450 \begin_layout Standard
34451 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34452 \begin_inset Quotes gld
34453 \end_inset
34454
34455
34456 \begin_inset ERT
34457 status collapsed
34458
34459 \begin_layout Plain Layout
34460
34461
34462 \backslash
34463 -
34464 \end_layout
34465
34466 \end_inset
34467
34468 einsehrsehrsehrlangeswort
34469 \begin_inset Quotes grd
34470 \end_inset
34471
34472 .
34473 \end_layout
34474
34475 \begin_layout Standard
34476 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
34477  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
34478 \family sans
34479 Strg-Eingabe
34480 \family default
34481 ) einfügen: 
34482 \end_layout
34483
34484 \begin_layout Standard
34485 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
34486 \begin_inset Newline newline
34487 \end_inset
34488
34489
34490 \begin_inset Box Frameless
34491 position "t"
34492 hor_pos "c"
34493 has_inner_box 1
34494 inner_pos "t"
34495 use_parbox 0
34496 use_makebox 1
34497 width ""
34498 special "none"
34499 height "1in"
34500 height_special "totalheight"
34501 thickness "0.4pt"
34502 separation "3pt"
34503 shadowsize "4pt"
34504 framecolor "black"
34505 backgroundcolor "none"
34506 status open
34507
34508 \begin_layout Plain Layout
34509 \begin_inset Quotes gld
34510 \end_inset
34511
34512 einsehrsehrsehrlangeswort
34513 \begin_inset Quotes grd
34514 \end_inset
34515
34516
34517 \end_layout
34518
34519 \end_inset
34520
34521 .
34522 \end_layout
34523
34524 \begin_layout Subsection
34525 Vertikale Ausrichtung
34526 \begin_inset CommandInset label
34527 LatexCommand label
34528 name "uab:Vertikale-Ausrichtung"
34529
34530 \end_inset
34531
34532
34533 \begin_inset Index idx
34534 status collapsed
34535
34536 \begin_layout Plain Layout
34537 Boxen ! für Vertikale Ausrichtung
34538 \end_layout
34539
34540 \end_inset
34541
34542
34543 \begin_inset Index idx
34544 status collapsed
34545
34546 \begin_layout Plain Layout
34547 Boxen ! raisebox
34548 \end_layout
34549
34550 \end_inset
34551
34552
34553 \end_layout
34554
34555 \begin_layout Standard
34556 Mit dem \SpecialChar LaTeX
34557 -Befehl 
34558 \series bold
34559
34560 \backslash
34561 raisebox
34562 \series default
34563  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
34564 n Textes ausrichten.
34565  
34566 \series bold
34567
34568 \backslash
34569 raisebox
34570 \series default
34571  wird folgendermaßen benutzt:
34572 \end_layout
34573
34574 \begin_layout Standard
34575
34576 \series bold
34577
34578 \backslash
34579 raisebox{Verschiebung}[oben][unten]{Text}
34580 \end_layout
34581
34582 \begin_layout Standard
34583 Positive Werte für Verschiebung
34584 \series bold
34585  
34586 \series default
34587 verschieben die Box nach oben, negative nach unten.
34588  Die beiden optionalen Parameter 
34589 \family typewriter
34590 oben
34591 \family default
34592  und 
34593 \family typewriter
34594 unten
34595 \family default
34596  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
34597  hinausgeht, wenn sie nicht verschoben ist.
34598 \end_layout
34599
34600 \begin_layout Standard
34601 Um zum Beispiel das Wort 
34602 \begin_inset Quotes gld
34603 \end_inset
34604
34605 provokant
34606 \begin_inset Quotes grd
34607 \end_inset
34608
34609  mit seinem 
34610 \begin_inset Quotes gld
34611 \end_inset
34612
34613 niedrigsten
34614 \begin_inset Quotes grd
34615 \end_inset
34616
34617  Buchstaben 
34618 \begin_inset Quotes gld
34619 \end_inset
34620
34621 p
34622 \begin_inset Quotes grd
34623 \end_inset
34624
34625  an der Grundlinie auszurichten, müssen Sie den \SpecialChar TeX
34626 -Code-Befehl
34627 \end_layout
34628
34629 \begin_layout Standard
34630
34631 \series bold
34632
34633 \backslash
34634 raisebox{
34635 \backslash
34636 depth}{
34637 \end_layout
34638
34639 \begin_layout Standard
34640 vor dem Wort einfügen und 
34641 \begin_inset Quotes gld
34642 \end_inset
34643
34644
34645 \series bold
34646 }
34647 \series default
34648
34649 \begin_inset Quotes grd
34650 \end_inset
34651
34652  als \SpecialChar TeX
34653 -Code dahinter:
34654 \end_layout
34655
34656 \begin_layout Standard
34657 Dies ist eine Zeile, in der das Wort 
34658 \begin_inset ERT
34659 status collapsed
34660
34661 \begin_layout Plain Layout
34662
34663
34664 \backslash
34665 raisebox{
34666 \backslash
34667 depth}{
34668 \end_layout
34669
34670 \end_inset
34671
34672
34673 \begin_inset Quotes gld
34674 \end_inset
34675
34676 provokant
34677 \begin_inset Quotes grd
34678 \end_inset
34679
34680
34681 \begin_inset ERT
34682 status collapsed
34683
34684 \begin_layout Plain Layout
34685
34686 }
34687 \end_layout
34688
34689 \end_inset
34690
34691  nach oben verschoben wurde.
34692 \end_layout
34693
34694 \begin_layout Standard
34695 \begin_inset VSpace bigskip
34696 \end_inset
34697
34698 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
34699  gedehnt:
34700 \end_layout
34701
34702 \begin_layout Standard
34703 Dies ist eine Zeile, in der das Wort 
34704 \begin_inset ERT
34705 status collapsed
34706
34707 \begin_layout Plain Layout
34708
34709
34710 \backslash
34711 raisebox{-
34712 \backslash
34713 depth}{
34714 \end_layout
34715
34716 \end_inset
34717
34718
34719 \begin_inset Quotes gld
34720 \end_inset
34721
34722 provokant
34723 \begin_inset Quotes grd
34724 \end_inset
34725
34726
34727 \begin_inset ERT
34728 status collapsed
34729
34730 \begin_layout Plain Layout
34731
34732 }
34733 \end_layout
34734
34735 \end_inset
34736
34737  nach unten verschoben wurde.
34738 \end_layout
34739
34740 \begin_layout Standard
34741 Dies ist eine Zeile, in der das Wort 
34742 \begin_inset ERT
34743 status collapsed
34744
34745 \begin_layout Plain Layout
34746
34747
34748 \backslash
34749 raisebox{0.5cm}{
34750 \end_layout
34751
34752 \end_inset
34753
34754
34755 \begin_inset Quotes gld
34756 \end_inset
34757
34758 testen
34759 \begin_inset Quotes grd
34760 \end_inset
34761
34762
34763 \begin_inset ERT
34764 status collapsed
34765
34766 \begin_layout Plain Layout
34767
34768 }
34769 \end_layout
34770
34771 \end_inset
34772
34773  um 0.5
34774 \begin_inset space \thinspace{}
34775 \end_inset
34776
34777 cm nach oben verschoben wurde.
34778 \end_layout
34779
34780 \begin_layout Standard
34781 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
34782 \end_layout
34783
34784 \begin_layout Standard
34785
34786 \series bold
34787
34788 \backslash
34789 raisebox{-
34790 \backslash
34791 depth}[0pt]{
34792 \end_layout
34793
34794 \begin_layout Standard
34795 Dies ist eine Zeile, in der das Wort 
34796 \begin_inset ERT
34797 status collapsed
34798
34799 \begin_layout Plain Layout
34800
34801
34802 \backslash
34803 raisebox{-
34804 \backslash
34805 depth}[0pt]{
34806 \end_layout
34807
34808 \end_inset
34809
34810
34811 \begin_inset Quotes gld
34812 \end_inset
34813
34814 provokant
34815 \begin_inset Quotes grd
34816 \end_inset
34817
34818
34819 \begin_inset ERT
34820 status collapsed
34821
34822 \begin_layout Plain Layout
34823
34824 }
34825 \end_layout
34826
34827 \end_inset
34828
34829  nach unten verschoben wurde.
34830 \begin_inset Newline newline
34831 \end_inset
34832
34833
34834 \begin_inset Newline newline
34835 \end_inset
34836
34837 Dies ist eine Zeile, in der das Wort 
34838 \begin_inset ERT
34839 status collapsed
34840
34841 \begin_layout Plain Layout
34842
34843
34844 \backslash
34845 raisebox{0.5cm}[0pt]{
34846 \end_layout
34847
34848 \end_inset
34849
34850
34851 \begin_inset Quotes gld
34852 \end_inset
34853
34854 testen
34855 \begin_inset Quotes grd
34856 \end_inset
34857
34858
34859 \begin_inset ERT
34860 status collapsed
34861
34862 \begin_layout Plain Layout
34863
34864 }
34865 \end_layout
34866
34867 \end_inset
34868
34869  um 0.5
34870 \begin_inset space \thinspace{}
34871 \end_inset
34872
34873 cm nach oben verschoben wurde.
34874  Jetzt überschneiden sich die verschobenen Worte.
34875 \end_layout
34876
34877 \begin_layout Section
34878 Farbige Boxen
34879 \begin_inset CommandInset label
34880 LatexCommand label
34881 name "abs:Farbige-Boxen"
34882
34883 \end_inset
34884
34885
34886 \begin_inset Index idx
34887 status collapsed
34888
34889 \begin_layout Plain Layout
34890 Boxen ! farbige
34891 \end_layout
34892
34893 \end_inset
34894
34895
34896 \end_layout
34897
34898 \begin_layout Standard
34899 Um einen Text mit einer Hintergrundfarbe zu versehen, wählen Sie diese im
34900  Box-Dialog aus.
34901  Dies ist zum Beispiel eine Box mit orangenem Hintergrund
34902 \begin_inset Newline newline
34903 \end_inset
34904
34905
34906 \begin_inset Box Frameless
34907 position "t"
34908 hor_pos "c"
34909 has_inner_box 1
34910 inner_pos "t"
34911 use_parbox 0
34912 use_makebox 1
34913 width ""
34914 special "none"
34915 height "1in"
34916 height_special "totalheight"
34917 thickness "0.4pt"
34918 separation "3pt"
34919 shadowsize "4pt"
34920 framecolor "black"
34921 backgroundcolor "orange"
34922 status open
34923
34924 \begin_layout Plain Layout
34925 Box mit orangenem Hintergrund
34926 \end_layout
34927
34928 \end_inset
34929
34930
34931 \end_layout
34932
34933 \begin_layout Standard
34934 Wenn Sie die Dekoration
34935 \family sans
34936  Einfacher
34937 \begin_inset space ~
34938 \end_inset
34939
34940 rechteckiger
34941 \begin_inset space ~
34942 \end_inset
34943
34944 Rahmen 
34945 \family default
34946 verwenden, können Sie eine Rahmenfarbe festlegen.
34947  In diesem Fall muss auch eine Hintergrundfarbe angegeben werden (LyX setzt
34948  sie standardmäßig auf weiß).
34949  Hier ist ein Beispiel:
34950 \begin_inset Newline newline
34951 \end_inset
34952
34953
34954 \begin_inset Box Boxed
34955 position "t"
34956 hor_pos "c"
34957 has_inner_box 0
34958 inner_pos "t"
34959 use_parbox 0
34960 use_makebox 0
34961 width ""
34962 special "none"
34963 height "1in"
34964 height_special "totalheight"
34965 thickness "0.4pt"
34966 separation "3pt"
34967 shadowsize "4pt"
34968 framecolor "teal"
34969 backgroundcolor "yellow"
34970 status open
34971
34972 \begin_layout Plain Layout
34973 Box mit tealer Rahmenfarbe und gelber Hintergrundfarbe
34974 \end_layout
34975
34976 \end_inset
34977
34978
34979 \end_layout
34980
34981 \begin_layout Standard
34982 \begin_inset VSpace bigskip
34983 \end_inset
34984
34985 Natürlich ist auch farbiger Text in einer farbigen Box möglich:
34986 \begin_inset Newline newline
34987 \end_inset
34988
34989
34990 \begin_inset Box Boxed
34991 position "t"
34992 hor_pos "c"
34993 has_inner_box 0
34994 inner_pos "t"
34995 use_parbox 0
34996 use_makebox 0
34997 width ""
34998 special "none"
34999 height "1in"
35000 height_special "totalheight"
35001 thickness "0.4pt"
35002 separation "3pt"
35003 shadowsize "4pt"
35004 framecolor "cyan"
35005 backgroundcolor "magenta"
35006 status open
35007
35008 \begin_layout Plain Layout
35009
35010 \color yellow
35011 Dies ist farbiger Text in einer farbigen, gerahmten Box.
35012 \end_layout
35013
35014 \end_inset
35015
35016
35017 \end_layout
35018
35019 \begin_layout Standard
35020 \begin_inset VSpace bigskip
35021 \end_inset
35022
35023
35024 \end_layout
35025
35026 \begin_layout Standard
35027 Falls sie andere als die voreingestellten Farben benötigen, können Ihre
35028  eigenen Farben definieren, wie in Abschnitt
35029 \begin_inset space ~
35030 \end_inset
35031
35032
35033 \begin_inset CommandInset ref
35034 LatexCommand ref
35035 reference "abs:Farbige-Tabellen"
35036
35037 \end_inset
35038
35039  beschrieben.
35040  Um selbstdefinierte Farben zu verwenden, muss die Box mittels TeX-Code
35041  gesetzt werden:
35042 \end_layout
35043
35044 \begin_layout Standard
35045 Farbige Boxen ohne Rahmen werden mit dem Befehl 
35046 \series bold
35047
35048 \backslash
35049 colorbox
35050 \series default
35051  erzeugt.
35052  Er hat folgendes Schema:
35053 \end_layout
35054
35055 \begin_layout Standard
35056
35057 \series bold
35058
35059 \backslash
35060 colorbox{Farbe}{Boxinhalt}
35061 \end_layout
35062
35063 \begin_layout Standard
35064 Der Boxinhalt kann auch eine Box sein, und farbige Boxen können in anderen
35065  Boxen sein.
35066  Um zum Beispiel ein Wort auf einem dunkelgrünen Hintergrund zu drucken,
35067  fügen sie den \SpecialChar TeX
35068 -Code-Befehl
35069 \end_layout
35070
35071 \begin_layout Standard
35072
35073 \series bold
35074
35075 \backslash
35076 colorbox{dunkelgruen}{
35077 \end_layout
35078
35079 \begin_layout Standard
35080 vor dem Wort ein.
35081  Hinter dem Wort fügen Sie 
35082 \series bold
35083
35084 \begin_inset Quotes gld
35085 \end_inset
35086
35087 }
35088 \series default
35089
35090 \begin_inset Quotes grd
35091 \end_inset
35092
35093  als \SpecialChar TeX
35094 -Code ein.
35095  Hier ist das Ergebnis:
35096 \end_layout
35097
35098 \begin_layout Standard
35099 In dieser Zeile hat 
35100 \begin_inset ERT
35101 status collapsed
35102
35103 \begin_layout Plain Layout
35104
35105
35106 \backslash
35107 colorbox{dunkelgruen}{
35108 \end_layout
35109
35110 \end_inset
35111
35112 Achtung!
35113 \begin_inset ERT
35114 status collapsed
35115
35116 \begin_layout Plain Layout
35117
35118 }
35119 \end_layout
35120
35121 \end_inset
35122
35123  einen dunkelgrünen Hintergrund.
35124 \end_layout
35125
35126 \begin_layout Standard
35127 Farbige Boxen mit Rahmen werden mit dem Befehl
35128 \series bold
35129  
35130 \backslash
35131 fcolorbox
35132 \series default
35133  erzeugt.
35134  Er hat folgendes Schema:
35135 \end_layout
35136
35137 \begin_layout Standard
35138
35139 \series bold
35140
35141 \backslash
35142 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
35143 \end_layout
35144
35145 \begin_layout Section
35146 Rotierte und skalierte Boxen
35147 \end_layout
35148
35149 \begin_layout Standard
35150 Um die in diesem Abschnitt beschriebenen Boxen nutzen zu können, muss das
35151  Modul ?? in den Dokumenteinstellungen geladen sein.
35152 \end_layout
35153
35154 \begin_layout Standard
35155 \begin_inset Note Greyedout
35156 status open
35157
35158 \begin_layout Plain Layout
35159
35160 \series bold
35161 Achtung:
35162 \series default
35163  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
35164 \end_layout
35165
35166 \end_inset
35167
35168
35169 \end_layout
35170
35171 \begin_layout Standard
35172 \begin_inset Note Greyedout
35173 status open
35174
35175 \begin_layout Plain Layout
35176
35177 \series bold
35178 Achtung:
35179 \series default
35180  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
35181 \end_layout
35182
35183 \end_inset
35184
35185
35186 \end_layout
35187
35188 \begin_layout Subsection
35189 Rotierte Boxen
35190 \begin_inset Index idx
35191 status collapsed
35192
35193 \begin_layout Plain Layout
35194 Boxen ! rotierte
35195 \end_layout
35196
35197 \end_inset
35198
35199
35200 \begin_inset Index idx
35201 status collapsed
35202
35203 \begin_layout Plain Layout
35204 Rotiertes Material
35205 \end_layout
35206
35207 \end_inset
35208
35209
35210 \end_layout
35211
35212 \begin_layout Standard
35213 Um Text zu drehen, setzt man ihn in eine Rotationsbox.
35214  Solch eine Box wird über das Menü 
35215 \family sans
35216 Einfügen\SpecialChar menuseparator
35217 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
35218 Rotationsbox
35219 \family default
35220  eingefügt.
35221 \end_layout
35222
35223 \begin_layout Standard
35224 Der Drehpunkt kann über die Einfügung 
35225 \family sans
35226 Drehpunkt
35227 \family default
35228  (Menü 
35229 \family sans
35230 Einfügen\SpecialChar menuseparator
35231 Drehpunkt
35232 \family default
35233 ) in der Form 
35234 \series bold
35235 origin=Position
35236 \series default
35237  angegeben.
35238  Folgende Positionen sind möglich: 
35239 \emph on
35240 c
35241 \emph default
35242  (mittig), 
35243 \emph on
35244 l
35245 \emph default
35246  (links), 
35247 \emph on
35248 r
35249 \emph default
35250  (rechts), 
35251 \emph on
35252 b
35253 \emph default
35254  (unten), 
35255 \emph on
35256 t
35257 \emph default
35258  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
35259  Z.
35260 \begin_inset space \thinspace{}
35261 \end_inset
35262
35263 B.
35264  bedeutet 
35265 \emph on
35266 lt
35267 \emph default
35268 , dass sich der Drehpunkt links oben befindet.
35269  Wird kein Drehpunkt angegeben, wird die Position 
35270 \emph on
35271 l
35272 \emph default
35273  verwendet.
35274  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
35275  Gedreht wird gegen den Uhrzeigersinn.
35276 \end_layout
35277
35278 \begin_layout Standard
35279 Im folgenden Beispiel wurde
35280 \series bold
35281  origin=c
35282 \series default
35283  in the Einfügung 
35284 \family sans
35285 Drehpunkt
35286 \family default
35287  und 
35288 \series bold
35289 60
35290 \series default
35291  in die Einfügung 
35292 \family sans
35293 Winkel
35294 \family default
35295  eingegeben.
35296 \end_layout
35297
35298 \begin_layout Standard
35299 Dies ist eine Zeile 
35300 \begin_inset Flex Rotatebox
35301 status open
35302
35303 \begin_layout Plain Layout
35304 \begin_inset Argument 1
35305 status open
35306
35307 \begin_layout Plain Layout
35308 origin=c
35309 \end_layout
35310
35311 \end_inset
35312
35313
35314 \begin_inset Argument 2
35315 status open
35316
35317 \begin_layout Plain Layout
35318 60
35319 \end_layout
35320
35321 \end_inset
35322
35323 mit rotiertem
35324 \end_layout
35325
35326 \end_inset
35327
35328  Text.
35329 \end_layout
35330
35331 \begin_layout Standard
35332 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
35333 \end_layout
35334
35335 \begin_layout Standard
35336 Dies ist eine Zeile 
35337 \begin_inset Flex Rotatebox
35338 status open
35339
35340 \begin_layout Plain Layout
35341 \begin_inset Argument 1
35342 status open
35343
35344 \begin_layout Plain Layout
35345 origin=r
35346 \end_layout
35347
35348 \end_inset
35349
35350
35351 \begin_inset Argument 2
35352 status open
35353
35354 \begin_layout Plain Layout
35355 -60
35356 \end_layout
35357
35358 \end_inset
35359
35360
35361 \begin_inset Box Doublebox
35362 position "c"
35363 hor_pos "c"
35364 has_inner_box 0
35365 inner_pos "c"
35366 use_parbox 0
35367 use_makebox 0
35368 width "1in"
35369 special "width"
35370 height "1in"
35371 height_special "totalheight"
35372 thickness "0.4pt"
35373 separation "3pt"
35374 shadowsize "4pt"
35375 framecolor "black"
35376 backgroundcolor "none"
35377 status collapsed
35378
35379 \begin_layout Plain Layout
35380 mit rotiertem
35381 \end_layout
35382
35383 \end_inset
35384
35385
35386 \end_layout
35387
35388 \end_inset
35389
35390  umrandeten Text 
35391 \begin_inset Flex Rotatebox
35392 status open
35393
35394 \begin_layout Plain Layout
35395 \begin_inset Argument 1
35396 status open
35397
35398 \begin_layout Plain Layout
35399 origin=lb
35400 \end_layout
35401
35402 \end_inset
35403
35404
35405 \begin_inset Argument 2
35406 status open
35407
35408 \begin_layout Plain Layout
35409 60
35410 \end_layout
35411
35412 \end_inset
35413
35414
35415 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35416 \end_inset
35417
35418
35419 \end_layout
35420
35421 \end_inset
35422
35423  und einer Formel.
35424 \end_layout
35425
35426 \begin_layout Standard
35427 Oder ein Bild oder Tabelle:
35428 \end_layout
35429
35430 \begin_layout Standard
35431 Dies ist eine Zeile 
35432 \begin_inset Flex Rotatebox
35433 status open
35434
35435 \begin_layout Plain Layout
35436 \begin_inset Argument 1
35437 status open
35438
35439 \begin_layout Plain Layout
35440 origin=lb
35441 \end_layout
35442
35443 \end_inset
35444
35445
35446 \begin_inset Argument 2
35447 status open
35448
35449 \begin_layout Plain Layout
35450 90
35451 \end_layout
35452
35453 \end_inset
35454
35455
35456 \begin_inset Graphics
35457         filename ../clipart/platypus.eps
35458         lyxscale 50
35459         width 25col%
35460
35461 \end_inset
35462
35463
35464 \end_layout
35465
35466 \end_inset
35467
35468  mit einem rotierten Bild 
35469 \begin_inset Flex Rotatebox
35470 status open
35471
35472 \begin_layout Plain Layout
35473 \begin_inset Argument 2
35474 status open
35475
35476 \begin_layout Plain Layout
35477 -90
35478 \end_layout
35479
35480 \end_inset
35481
35482
35483 \begin_inset Tabular
35484 <lyxtabular version="3" rows="2" columns="2">
35485 <features tabularvalignment="middle">
35486 <column alignment="center" valignment="top">
35487 <column alignment="center" valignment="top">
35488 <row>
35489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35490 \begin_inset Text
35491
35492 \begin_layout Plain Layout
35493 q
35494 \end_layout
35495
35496 \end_inset
35497 </cell>
35498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35499 \begin_inset Text
35500
35501 \begin_layout Plain Layout
35502 w
35503 \end_layout
35504
35505 \end_inset
35506 </cell>
35507 </row>
35508 <row>
35509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35510 \begin_inset Text
35511
35512 \begin_layout Plain Layout
35513 e
35514 \end_layout
35515
35516 \end_inset
35517 </cell>
35518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35519 \begin_inset Text
35520
35521 \begin_layout Plain Layout
35522 r
35523 \end_layout
35524
35525 \end_inset
35526 </cell>
35527 </row>
35528 </lyxtabular>
35529
35530 \end_inset
35531
35532
35533 \end_layout
35534
35535 \end_inset
35536
35537  und Tabelle.
35538 \begin_inset Index idx
35539 status collapsed
35540
35541 \begin_layout Plain Layout
35542 Abbildungen ! rotierte
35543 \end_layout
35544
35545 \end_inset
35546
35547
35548 \begin_inset Index idx
35549 status collapsed
35550
35551 \begin_layout Plain Layout
35552 Tabellen ! rotierte
35553 \end_layout
35554
35555 \end_inset
35556
35557
35558 \end_layout
35559
35560 \begin_layout Subsection
35561 Skalierte Boxen
35562 \begin_inset Index idx
35563 status collapsed
35564
35565 \begin_layout Plain Layout
35566 Boxen ! skalierte
35567 \end_layout
35568
35569 \end_inset
35570
35571
35572 \begin_inset Index idx
35573 status collapsed
35574
35575 \begin_layout Plain Layout
35576 Skaliertes Material
35577 \end_layout
35578
35579 \end_inset
35580
35581
35582 \end_layout
35583
35584 \begin_layout Standard
35585 Um Text zu skalieren, kann man die Befehle 
35586 \series bold
35587
35588 \backslash
35589 scalebox
35590 \series default
35591  und 
35592 \series bold
35593
35594 \backslash
35595 resizebox
35596 \series default
35597  im \SpecialChar TeX
35598 -Modus verwenden.
35599 \end_layout
35600
35601 \begin_layout Standard
35602
35603 \series bold
35604
35605 \backslash
35606 scalebox
35607 \series default
35608  wird nach folgendem Schema verwendet:
35609 \end_layout
35610
35611 \begin_layout Standard
35612
35613 \series bold
35614
35615 \backslash
35616 scalebox{horizontal}[vertikal]{Boxinhalt}
35617 \end_layout
35618
35619 \begin_layout Standard
35620 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
35621  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
35622  verwendet.
35623 \end_layout
35624
35625 \begin_layout Standard
35626 Z.
35627 \begin_inset space \thinspace{}
35628 \end_inset
35629
35630 B.
35631  ergibt der Befehl 
35632 \series bold
35633
35634 \backslash
35635 scalebox{2}{Hallo}
35636 \series default
35637  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
35638 \begin_inset ERT
35639 status collapsed
35640
35641 \begin_layout Plain Layout
35642
35643
35644 \backslash
35645 scalebox{2}{
35646 \end_layout
35647
35648 \end_inset
35649
35650 Hallo
35651 \begin_inset ERT
35652 status collapsed
35653
35654 \begin_layout Plain Layout
35655
35656 }
35657 \end_layout
35658
35659 \end_inset
35660
35661 .
35662 \end_layout
35663
35664 \begin_layout Standard
35665
35666 \series bold
35667
35668 \backslash
35669 scalebox{2}[1]{Hallo}
35670 \series default
35671  verzerrt hingegen das 
35672 \begin_inset ERT
35673 status collapsed
35674
35675 \begin_layout Plain Layout
35676
35677
35678 \backslash
35679 scalebox{2}[1]{
35680 \end_layout
35681
35682 \end_inset
35683
35684 Hallo
35685 \begin_inset ERT
35686 status collapsed
35687
35688 \begin_layout Plain Layout
35689
35690 }
35691 \end_layout
35692
35693 \end_inset
35694
35695 .
35696 \end_layout
35697
35698 \begin_layout Standard
35699 Die Skalierungsfaktoren dürfen auch negativ sein.
35700  In diesem Fall wird der Boxinhalt gespiegelt.
35701 \end_layout
35702
35703 \begin_layout Standard
35704 Daher lässt sich mit dem Befehl 
35705 \series bold
35706
35707 \backslash
35708 scalebox{-1}[1]{Hallo}
35709 \series default
35710  Spiegelschrift erstellen: 
35711 \begin_inset ERT
35712 status collapsed
35713
35714 \begin_layout Plain Layout
35715
35716
35717 \backslash
35718 scalebox{-1}[1]{
35719 \end_layout
35720
35721 \end_inset
35722
35723 Hallo
35724 \begin_inset ERT
35725 status collapsed
35726
35727 \begin_layout Plain Layout
35728
35729 }
35730 \end_layout
35731
35732 \end_inset
35733
35734
35735 \end_layout
35736
35737 \begin_layout Standard
35738
35739 \series bold
35740
35741 \backslash
35742 scalebox{1}[-1]{Hallo}
35743 \series default
35744  spiegelt das 
35745 \begin_inset ERT
35746 status collapsed
35747
35748 \begin_layout Plain Layout
35749
35750
35751 \backslash
35752 scalebox{1}[-1]{
35753 \end_layout
35754
35755 \end_inset
35756
35757 Hallo
35758 \begin_inset ERT
35759 status collapsed
35760
35761 \begin_layout Plain Layout
35762
35763 }
35764 \end_layout
35765
35766 \end_inset
35767
35768  an der Grundlinie.
35769 \end_layout
35770
35771 \begin_layout Standard
35772 Zu 
35773 \series bold
35774
35775 \backslash
35776 scalebox{-1}[1]{Boxinhalt}
35777 \series default
35778  gibt es den äquivalenten Befehl
35779 \begin_inset Newline newline
35780 \end_inset
35781
35782
35783 \series bold
35784
35785 \backslash
35786 reflectbox{Boxinhalt}
35787 \series default
35788 .
35789 \end_layout
35790
35791 \begin_layout Standard
35792 \begin_inset VSpace bigskip
35793 \end_inset
35794
35795
35796 \series bold
35797
35798 \backslash
35799 resizebox
35800 \series default
35801  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
35802  skalieren.
35803  Das Befehlsschema ist folgendes:
35804 \end_layout
35805
35806 \begin_layout Standard
35807
35808 \series bold
35809
35810 \backslash
35811 resizebox{Breite}{Höhe}{Boxinhalt}
35812 \end_layout
35813
35814 \begin_layout Standard
35815 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
35816 \series bold
35817 !
35818 \series default
35819  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
35820  wird.
35821 \end_layout
35822
35823 \begin_layout Standard
35824 Der Befehl 
35825 \series bold
35826
35827 \backslash
35828 resizebox{2cm}{1cm}{Hallo}
35829 \series default
35830  ergibt: 
35831 \begin_inset ERT
35832 status collapsed
35833
35834 \begin_layout Plain Layout
35835
35836
35837 \backslash
35838 resizebox{2cm}{1cm}{
35839 \end_layout
35840
35841 \end_inset
35842
35843 Hallo
35844 \begin_inset ERT
35845 status collapsed
35846
35847 \begin_layout Plain Layout
35848
35849 }
35850 \end_layout
35851
35852 \end_inset
35853
35854
35855 \begin_inset Newline newline
35856 \end_inset
35857
35858 Der Befehl 
35859 \series bold
35860
35861 \backslash
35862 resizebox{2cm}{!}{Hallo}
35863 \series default
35864  ergibt: 
35865 \begin_inset ERT
35866 status collapsed
35867
35868 \begin_layout Plain Layout
35869
35870
35871 \backslash
35872 resizebox{2cm}{!}{
35873 \end_layout
35874
35875 \end_inset
35876
35877 Hallo
35878 \begin_inset ERT
35879 status collapsed
35880
35881 \begin_layout Plain Layout
35882
35883 }
35884 \end_layout
35885
35886 \end_inset
35887
35888
35889 \end_layout
35890
35891 \begin_layout Standard
35892 \begin_inset VSpace bigskip
35893 \end_inset
35894
35895
35896 \begin_inset Note Greyedout
35897 status open
35898
35899 \begin_layout Plain Layout
35900
35901 \series bold
35902 Bemerkung:
35903 \series default
35904  Wurde in Argumenten von 
35905 \series bold
35906
35907 \backslash
35908 scalebox
35909 \series default
35910  oder 
35911 \series bold
35912
35913 \backslash
35914 resizebox
35915 \series default
35916  eine Null angegeben, entstehen beim Exportieren zwar keine \SpecialChar LaTeX
35917 -Fehler, die
35918  erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt werden.
35919 \end_layout
35920
35921 \end_inset
35922
35923
35924 \end_layout
35925
35926 \begin_layout Standard
35927 \begin_inset VSpace bigskip
35928 \end_inset
35929
35930
35931 \end_layout
35932
35933 \begin_layout Standard
35934 Alle Boxen können beliebig miteinander kombiniert werden.
35935  So ergibt z.
35936 \begin_inset space \thinspace{}
35937 \end_inset
35938
35939 B.
35940  der Befehl
35941 \begin_inset Newline newline
35942 \end_inset
35943
35944
35945 \series bold
35946
35947 \backslash
35948 rotatebox[origin=c]{-45}{
35949 \backslash
35950 resizebox{2cm}{!}{
35951 \backslash
35952 reflectbox{Hallo}}}
35953 \series default
35954 :
35955 \begin_inset Separator parbreak
35956 \end_inset
35957
35958
35959 \end_layout
35960
35961 \begin_layout Standard
35962 \align center
35963 \begin_inset ERT
35964 status collapsed
35965
35966 \begin_layout Plain Layout
35967
35968
35969 \backslash
35970 rotatebox[origin=c]{-45}{
35971 \backslash
35972 resizebox{2cm}{!}{
35973 \backslash
35974 reflectbox{
35975 \end_layout
35976
35977 \end_inset
35978
35979 Hallo
35980 \begin_inset ERT
35981 status collapsed
35982
35983 \begin_layout Plain Layout
35984
35985 }}}
35986 \end_layout
35987
35988 \end_inset
35989
35990
35991 \end_layout
35992
35993 \begin_layout Standard
35994 \noindent
35995 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
35996 \begin_inset Separator parbreak
35997 \end_inset
35998
35999
36000 \end_layout
36001
36002 \begin_layout Standard
36003 \align center
36004 \begin_inset ERT
36005 status collapsed
36006
36007 \begin_layout Plain Layout
36008
36009
36010 \backslash
36011 rotatebox[origin=c]{-30}{
36012 \backslash
36013 resizebox{2cm}{!}{
36014 \backslash
36015 reflectbox{
36016 \end_layout
36017
36018 \end_inset
36019
36020
36021 \begin_inset Graphics
36022         filename ../clipart/platypus.eps
36023         lyxscale 50
36024         width 25col%
36025
36026 \end_inset
36027
36028
36029 \begin_inset ERT
36030 status collapsed
36031
36032 \begin_layout Plain Layout
36033
36034 }}}
36035 \end_layout
36036
36037 \end_inset
36038
36039
36040 \begin_inset ERT
36041 status collapsed
36042
36043 \begin_layout Plain Layout
36044
36045
36046 \backslash
36047 rotatebox[origin=c]{-45}{
36048 \backslash
36049 resizebox{2cm}{!}{
36050 \backslash
36051 reflectbox{
36052 \end_layout
36053
36054 \end_inset
36055
36056
36057 \begin_inset Tabular
36058 <lyxtabular version="3" rows="2" columns="2">
36059 <features tabularvalignment="middle">
36060 <column alignment="center" valignment="top">
36061 <column alignment="center" valignment="top">
36062 <row>
36063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36064 \begin_inset Text
36065
36066 \begin_layout Plain Layout
36067 q
36068 \end_layout
36069
36070 \end_inset
36071 </cell>
36072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36073 \begin_inset Text
36074
36075 \begin_layout Plain Layout
36076 w
36077 \end_layout
36078
36079 \end_inset
36080 </cell>
36081 </row>
36082 <row>
36083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36084 \begin_inset Text
36085
36086 \begin_layout Plain Layout
36087 e
36088 \end_layout
36089
36090 \end_inset
36091 </cell>
36092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36093 \begin_inset Text
36094
36095 \begin_layout Plain Layout
36096 r
36097 \end_layout
36098
36099 \end_inset
36100 </cell>
36101 </row>
36102 </lyxtabular>
36103
36104 \end_inset
36105
36106
36107 \begin_inset ERT
36108 status collapsed
36109
36110 \begin_layout Plain Layout
36111
36112 }}}
36113 \end_layout
36114
36115 \end_inset
36116
36117
36118 \begin_inset ERT
36119 status collapsed
36120
36121 \begin_layout Plain Layout
36122
36123
36124 \backslash
36125 rotatebox[origin=c]{-45}{
36126 \backslash
36127 resizebox{2cm}{!}{
36128 \backslash
36129 reflectbox{
36130 \end_layout
36131
36132 \end_inset
36133
36134
36135 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36136 \end_inset
36137
36138
36139 \begin_inset ERT
36140 status collapsed
36141
36142 \begin_layout Plain Layout
36143
36144 }}}
36145 \end_layout
36146
36147 \end_inset
36148
36149
36150 \begin_inset Index idx
36151 status collapsed
36152
36153 \begin_layout Plain Layout
36154 Abbildungen ! skalierte
36155 \end_layout
36156
36157 \end_inset
36158
36159
36160 \begin_inset Index idx
36161 status collapsed
36162
36163 \begin_layout Plain Layout
36164 Tabellen ! skalierte
36165 \end_layout
36166
36167 \end_inset
36168
36169
36170 \end_layout
36171
36172 \begin_layout Standard
36173 Hat man den globalen Formelstil 
36174 \series bold
36175 fleqn
36176 \series default
36177
36178 \begin_inset Foot
36179 status collapsed
36180
36181 \begin_layout Plain Layout
36182 Wenn 
36183 \begin_inset Quotes gld
36184 \end_inset
36185
36186 fleqn
36187 \begin_inset Quotes grd
36188 \end_inset
36189
36190  zu den Dokumentklassen-Optionen hinzugefügt wurde.
36191 \end_layout
36192
36193 \end_inset
36194
36195  gewählt, kann man auch abgesetzte Formeln skalieren.
36196 \end_layout
36197
36198 \begin_layout Chapter
36199 Umflossene Objekte
36200 \begin_inset Index idx
36201 status collapsed
36202
36203 \begin_layout Plain Layout
36204 Umflossene Objekte
36205 \end_layout
36206
36207 \end_inset
36208
36209
36210 \end_layout
36211
36212 \begin_layout Section
36213 Umflossene Gleitobjekte
36214 \begin_inset CommandInset label
36215 LatexCommand label
36216 name "abs:Umflossene-Gleitobjekte"
36217
36218 \end_inset
36219
36220
36221 \begin_inset Index idx
36222 status collapsed
36223
36224 \begin_layout Plain Layout
36225 Gleitobjekte ! umflossene
36226 \end_layout
36227
36228 \end_inset
36229
36230
36231 \begin_inset Index idx
36232 status collapsed
36233
36234 \begin_layout Plain Layout
36235 Umflossene Objekte ! Gleitobjekte
36236 \end_layout
36237
36238 \end_inset
36239
36240
36241 \end_layout
36242
36243 \begin_layout Standard
36244 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
36245  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
36246  den die Abbildung bzw.
36247 \begin_inset space ~
36248 \end_inset
36249
36250 Tabelle übrig lässt.
36251  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
36252  Sie werden über das Menü
36253 \family sans
36254  Einfügen\SpecialChar menuseparator
36255 Gleitobjekt\SpecialChar menuseparator
36256 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
36257 objekt
36258 \family default
36259  eingefügt, wenn das \SpecialChar LaTeX
36260 -Paket 
36261 \series bold
36262 wrapfig
36263 \series default
36264
36265 \begin_inset Index idx
36266 status collapsed
36267
36268 \begin_layout Plain Layout
36269 \SpecialChar LaTeX
36270 -Pakete ! wrapfig
36271 \end_layout
36272
36273 \end_inset
36274
36275  installiert ist.
36276 \begin_inset Foot
36277 status collapsed
36278
36279 \begin_layout Plain Layout
36280 Wie man ein \SpecialChar LaTeX
36281 -Paket installiert, wird im Handbuch 
36282 \emph on
36283 \SpecialChar LaTeX
36284 -Konfiguration
36285 \emph default
36286  beschrieben.
36287 \end_layout
36288
36289 \end_inset
36290
36291  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
36292  Box des Gleitobjekts geändert werden.
36293  
36294 \begin_inset Wrap figure
36295 lines 0
36296 placement l
36297 overhang 1cm
36298 width "40col%"
36299 status open
36300
36301 \begin_layout Plain Layout
36302 \begin_inset Graphics
36303         filename ../clipart/mobius.eps
36304         width 40col%
36305         scaleBeforeRotation
36306         rotateOrigin center
36307
36308 \end_inset
36309
36310
36311 \end_layout
36312
36313 \begin_layout Plain Layout
36314 \begin_inset Caption Standard
36315
36316 \begin_layout Plain Layout
36317 \begin_inset CommandInset label
36318 LatexCommand label
36319 name "abb:Dies-ist-eine"
36320
36321 \end_inset
36322
36323 Dies ist eine umflossene Gleitobjekt-Abbildung
36324 \end_layout
36325
36326 \end_inset
36327
36328
36329 \end_layout
36330
36331 \end_inset
36332
36333  Obligatorische Einstellungen sind die 
36334 \family sans
36335 Breite
36336 \family default
36337  und 
36338 \family sans
36339 Platzierung
36340 \family default
36341  des Gleitobjekts.
36342  Optional sind der 
36343 \family sans
36344 Überhang 
36345 \family default
36346 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
36347 \begin_inset space \thinspace{}
36348 \end_inset
36349
36350 /
36351 \begin_inset space \thinspace{}
36352 \end_inset
36353
36354 der Seite ragt und die 
36355 \family sans
36356 benötigten Zeilen
36357 \family default
36358 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
36359  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
36360  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
36361  Des weiteren können Sie entscheiden, ob es \SpecialChar LaTeX
36362  erlaubt sein soll, das Gleitobjekt
36363  innerhalb des Absatzes oder zu umgebenden Absätzen gleiten zu lassen.
36364  Abbildung
36365 \begin_inset space ~
36366 \end_inset
36367
36368
36369 \begin_inset CommandInset ref
36370 LatexCommand ref
36371 reference "abb:Dies-ist-eine"
36372
36373 \end_inset
36374
36375  ist zum Beispiel ein umflossenes Bild, das 40
36376 \begin_inset space \thinspace{}
36377 \end_inset
36378
36379 % der Spaltenbreite einnimmt, 1
36380 \begin_inset space \thinspace{}
36381 \end_inset
36382
36383 cm in den Rand ragt und links gesetzt wurde.
36384 \end_layout
36385
36386 \begin_layout Standard
36387 \begin_inset Note Greyedout
36388 status open
36389
36390 \begin_layout Plain Layout
36391
36392 \series bold
36393 Bemerkung:
36394 \series default
36395  Umflossene Objekte sind fragil! Wenn die Abbildung z.
36396 \begin_inset space \thinspace{}
36397 \end_inset
36398
36399 B.
36400  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
36401  oder über anderen Text gedruckt wird.
36402 \end_layout
36403
36404 \end_inset
36405
36406
36407 \end_layout
36408
36409 \begin_layout Standard
36410 Allgemein gilt für umflossene Gleitobjekte:
36411 \end_layout
36412
36413 \begin_layout Itemize
36414 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
36415  fortgesetzt werden.
36416  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
36417  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
36418 \end_layout
36419
36420 \begin_layout Itemize
36421 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
36422  werden oder darin.
36423 \end_layout
36424
36425 \begin_layout Itemize
36426 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
36427  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
36428 \end_layout
36429
36430 \begin_layout Itemize
36431 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
36432 \end_layout
36433
36434 \begin_layout Itemize
36435 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
36436 \begin_inset space \thinspace{}
36437 \end_inset
36438
36439
36440 \begin_inset CommandInset ref
36441 LatexCommand ref
36442 reference "kap:Gleitobjekte"
36443
36444 \end_inset
36445
36446  beschrieben.
36447 \end_layout
36448
36449 \begin_layout Section
36450 Umflossene Fixe Objekte
36451 \begin_inset Index idx
36452 status collapsed
36453
36454 \begin_layout Plain Layout
36455 Umflossene Objekte ! Fixe Objekte
36456 \end_layout
36457
36458 \end_inset
36459
36460
36461 \end_layout
36462
36463 \begin_layout Standard
36464 Die in Abschnitt
36465 \begin_inset space ~
36466 \end_inset
36467
36468
36469 \begin_inset CommandInset ref
36470 LatexCommand ref
36471 reference "abs:Umflossene-Gleitobjekte"
36472
36473 \end_inset
36474
36475  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
36476 \begin_inset Separator parbreak
36477 \end_inset
36478
36479
36480 \end_layout
36481
36482 \begin_layout Standard
36483 \noindent
36484 \align center
36485 \begin_inset Tabular
36486 <lyxtabular version="3" rows="2" columns="2">
36487 <features tabularvalignment="middle">
36488 <column alignment="center" valignment="top">
36489 <column alignment="center" valignment="top">
36490 <row>
36491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36492 \begin_inset Text
36493
36494 \begin_layout Plain Layout
36495 \begin_inset Graphics
36496         filename ../../images/dialog-show-new-inset_graphics.png
36497         scale 70
36498         scaleBeforeRotation
36499
36500 \end_inset
36501
36502
36503 \end_layout
36504
36505 \end_inset
36506 </cell>
36507 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36508 \begin_inset Text
36509
36510 \begin_layout Plain Layout
36511 Text
36512 \end_layout
36513
36514 \end_inset
36515 </cell>
36516 </row>
36517 <row>
36518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36519 \begin_inset Text
36520
36521 \begin_layout Plain Layout
36522 Text
36523 \end_layout
36524
36525 \end_inset
36526 </cell>
36527 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36528 \begin_inset Text
36529
36530 \begin_layout Plain Layout
36531 Text
36532 \end_layout
36533
36534 \end_inset
36535 </cell>
36536 </row>
36537 </lyxtabular>
36538
36539 \end_inset
36540
36541  oder 
36542 \begin_inset Tabular
36543 <lyxtabular version="3" rows="2" columns="2">
36544 <features tabularvalignment="middle">
36545 <column alignment="center" valignment="top">
36546 <column alignment="center" valignment="top">
36547 <row>
36548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36549 \begin_inset Text
36550
36551 \begin_layout Plain Layout
36552 Text
36553 \end_layout
36554
36555 \end_inset
36556 </cell>
36557 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36558 \begin_inset Text
36559
36560 \begin_layout Plain Layout
36561 \begin_inset Graphics
36562         filename ../../images/dialog-show-new-inset_graphics.png
36563         scale 70
36564         scaleBeforeRotation
36565
36566 \end_inset
36567
36568
36569 \end_layout
36570
36571 \end_inset
36572 </cell>
36573 </row>
36574 <row>
36575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36576 \begin_inset Text
36577
36578 \begin_layout Plain Layout
36579 Text
36580 \end_layout
36581
36582 \end_inset
36583 </cell>
36584 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36585 \begin_inset Text
36586
36587 \begin_layout Plain Layout
36588 Text
36589 \end_layout
36590
36591 \end_inset
36592 </cell>
36593 </row>
36594 </lyxtabular>
36595
36596 \end_inset
36597
36598
36599 \end_layout
36600
36601 \begin_layout Standard
36602 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
36603  wurde, um z.
36604 \begin_inset space \thinspace{}
36605 \end_inset
36606
36607 B.
36608  solche Positionen zu erhalten:
36609 \begin_inset VSpace defskip
36610 \end_inset
36611
36612
36613 \end_layout
36614
36615 \begin_layout Standard
36616 \noindent
36617 \align center
36618 \begin_inset Tabular
36619 <lyxtabular version="3" rows="2" columns="2">
36620 <features tabularvalignment="middle">
36621 <column alignment="center" valignment="top">
36622 <column alignment="center" valignment="top">
36623 <row>
36624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36625 \begin_inset Text
36626
36627 \begin_layout Plain Layout
36628 Text
36629 \end_layout
36630
36631 \end_inset
36632 </cell>
36633 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36634 \begin_inset Text
36635
36636 \begin_layout Plain Layout
36637 Text
36638 \end_layout
36639
36640 \end_inset
36641 </cell>
36642 </row>
36643 <row>
36644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36645 \begin_inset Text
36646
36647 \begin_layout Plain Layout
36648 \begin_inset Graphics
36649         filename ../../images/dialog-show-new-inset_graphics.png
36650         scale 70
36651         scaleBeforeRotation
36652
36653 \end_inset
36654
36655
36656 \end_layout
36657
36658 \end_inset
36659 </cell>
36660 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36661 \begin_inset Text
36662
36663 \begin_layout Plain Layout
36664 Text
36665 \end_layout
36666
36667 \end_inset
36668 </cell>
36669 </row>
36670 </lyxtabular>
36671
36672 \end_inset
36673
36674  
36675 \begin_inset Tabular
36676 <lyxtabular version="3" rows="2" columns="2">
36677 <features tabularvalignment="middle">
36678 <column alignment="center" valignment="top">
36679 <column alignment="center" valignment="top">
36680 <row>
36681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36682 \begin_inset Text
36683
36684 \begin_layout Plain Layout
36685 Text
36686 \end_layout
36687
36688 \end_inset
36689 </cell>
36690 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36691 \begin_inset Text
36692
36693 \begin_layout Plain Layout
36694 Text
36695 \end_layout
36696
36697 \end_inset
36698 </cell>
36699 </row>
36700 <row>
36701 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36702 \begin_inset Text
36703
36704 \begin_layout Plain Layout
36705 Text
36706 \end_layout
36707
36708 \end_inset
36709 </cell>
36710 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36711 \begin_inset Text
36712
36713 \begin_layout Plain Layout
36714 \begin_inset Graphics
36715         filename ../../images/dialog-show-new-inset_graphics.png
36716         scale 70
36717         scaleBeforeRotation
36718
36719 \end_inset
36720
36721
36722 \end_layout
36723
36724 \end_inset
36725 </cell>
36726 </row>
36727 </lyxtabular>
36728
36729 \end_inset
36730
36731  
36732 \begin_inset Tabular
36733 <lyxtabular version="3" rows="2" columns="3">
36734 <features tabularvalignment="middle">
36735 <column alignment="center" valignment="top">
36736 <column alignment="center" valignment="top">
36737 <column alignment="center" valignment="top">
36738 <row>
36739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36740 \begin_inset Text
36741
36742 \begin_layout Plain Layout
36743 Text
36744 \end_layout
36745
36746 \end_inset
36747 </cell>
36748 <cell alignment="center" valignment="top" topline="true" usebox="none">
36749 \begin_inset Text
36750
36751 \begin_layout Plain Layout
36752 \begin_inset Graphics
36753         filename ../../images/dialog-show-new-inset_graphics.png
36754         scale 70
36755         scaleBeforeRotation
36756
36757 \end_inset
36758
36759
36760 \end_layout
36761
36762 \end_inset
36763 </cell>
36764 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36765 \begin_inset Text
36766
36767 \begin_layout Plain Layout
36768 Text
36769 \end_layout
36770
36771 \end_inset
36772 </cell>
36773 </row>
36774 <row>
36775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36776 \begin_inset Text
36777
36778 \begin_layout Plain Layout
36779 Text
36780 \end_layout
36781
36782 \end_inset
36783 </cell>
36784 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36785 \begin_inset Text
36786
36787 \begin_layout Plain Layout
36788 Text
36789 \end_layout
36790
36791 \end_inset
36792 </cell>
36793 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36794 \begin_inset Text
36795
36796 \begin_layout Plain Layout
36797 Text
36798 \end_layout
36799
36800 \end_inset
36801 </cell>
36802 </row>
36803 </lyxtabular>
36804
36805 \end_inset
36806
36807  
36808 \begin_inset Tabular
36809 <lyxtabular version="3" rows="2" columns="3">
36810 <features tabularvalignment="middle">
36811 <column alignment="center" valignment="top">
36812 <column alignment="center" valignment="top">
36813 <column alignment="center" valignment="top">
36814 <row>
36815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36816 \begin_inset Text
36817
36818 \begin_layout Plain Layout
36819 Text
36820 \end_layout
36821
36822 \end_inset
36823 </cell>
36824 <cell alignment="center" valignment="top" topline="true" usebox="none">
36825 \begin_inset Text
36826
36827 \begin_layout Plain Layout
36828 Text
36829 \end_layout
36830
36831 \end_inset
36832 </cell>
36833 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36834 \begin_inset Text
36835
36836 \begin_layout Plain Layout
36837 Text
36838 \end_layout
36839
36840 \end_inset
36841 </cell>
36842 </row>
36843 <row>
36844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36845 \begin_inset Text
36846
36847 \begin_layout Plain Layout
36848 Text
36849 \end_layout
36850
36851 \end_inset
36852 </cell>
36853 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36854 \begin_inset Text
36855
36856 \begin_layout Plain Layout
36857 \begin_inset Graphics
36858         filename ../../images/dialog-show-new-inset_graphics.png
36859         scale 70
36860         scaleBeforeRotation
36861
36862 \end_inset
36863
36864
36865 \end_layout
36866
36867 \end_inset
36868 </cell>
36869 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36870 \begin_inset Text
36871
36872 \begin_layout Plain Layout
36873 Text
36874 \end_layout
36875
36876 \end_inset
36877 </cell>
36878 </row>
36879 </lyxtabular>
36880
36881 \end_inset
36882
36883
36884 \end_layout
36885
36886 \begin_layout Standard
36887 \noindent
36888 \align center
36889 \begin_inset Tabular
36890 <lyxtabular version="3" rows="3" columns="2">
36891 <features tabularvalignment="middle">
36892 <column alignment="center" valignment="top">
36893 <column alignment="center" valignment="top">
36894 <row>
36895 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36905 \begin_inset Text
36906
36907 \begin_layout Plain Layout
36908 Text
36909 \end_layout
36910
36911 \end_inset
36912 </cell>
36913 </row>
36914 <row>
36915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36916 \begin_inset Text
36917
36918 \begin_layout Plain Layout
36919 \begin_inset Graphics
36920         filename ../../images/dialog-show-new-inset_graphics.png
36921         scale 70
36922         scaleBeforeRotation
36923
36924 \end_inset
36925
36926
36927 \end_layout
36928
36929 \end_inset
36930 </cell>
36931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36932 \begin_inset Text
36933
36934 \begin_layout Plain Layout
36935 Text
36936 \end_layout
36937
36938 \end_inset
36939 </cell>
36940 </row>
36941 <row>
36942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36943 \begin_inset Text
36944
36945 \begin_layout Plain Layout
36946 Text
36947 \end_layout
36948
36949 \end_inset
36950 </cell>
36951 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36952 \begin_inset Text
36953
36954 \begin_layout Plain Layout
36955 Text
36956 \end_layout
36957
36958 \end_inset
36959 </cell>
36960 </row>
36961 </lyxtabular>
36962
36963 \end_inset
36964
36965  
36966 \begin_inset Tabular
36967 <lyxtabular version="3" rows="3" columns="3">
36968 <features tabularvalignment="middle">
36969 <column alignment="center" valignment="top">
36970 <column alignment="center" valignment="top">
36971 <column alignment="center" valignment="top">
36972 <row>
36973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36974 \begin_inset Text
36975
36976 \begin_layout Plain Layout
36977 Text
36978 \end_layout
36979
36980 \end_inset
36981 </cell>
36982 <cell alignment="center" valignment="top" topline="true" usebox="none">
36983 \begin_inset Text
36984
36985 \begin_layout Plain Layout
36986 Text
36987 \end_layout
36988
36989 \end_inset
36990 </cell>
36991 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36992 \begin_inset Text
36993
36994 \begin_layout Plain Layout
36995 Text
36996 \end_layout
36997
36998 \end_inset
36999 </cell>
37000 </row>
37001 <row>
37002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37003 \begin_inset Text
37004
37005 \begin_layout Plain Layout
37006 Text
37007 \end_layout
37008
37009 \end_inset
37010 </cell>
37011 <cell alignment="center" valignment="top" usebox="none">
37012 \begin_inset Text
37013
37014 \begin_layout Plain Layout
37015 \begin_inset Graphics
37016         filename ../../images/dialog-show-new-inset_graphics.png
37017         scale 70
37018         scaleBeforeRotation
37019
37020 \end_inset
37021
37022
37023 \end_layout
37024
37025 \end_inset
37026 </cell>
37027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37028 \begin_inset Text
37029
37030 \begin_layout Plain Layout
37031 Text
37032 \end_layout
37033
37034 \end_inset
37035 </cell>
37036 </row>
37037 <row>
37038 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37039 \begin_inset Text
37040
37041 \begin_layout Plain Layout
37042 Text
37043 \end_layout
37044
37045 \end_inset
37046 </cell>
37047 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37048 \begin_inset Text
37049
37050 \begin_layout Plain Layout
37051 Text
37052 \end_layout
37053
37054 \end_inset
37055 </cell>
37056 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37057 \begin_inset Text
37058
37059 \begin_layout Plain Layout
37060 Text
37061 \end_layout
37062
37063 \end_inset
37064 </cell>
37065 </row>
37066 </lyxtabular>
37067
37068 \end_inset
37069
37070  
37071 \begin_inset Tabular
37072 <lyxtabular version="3" rows="3" columns="2">
37073 <features tabularvalignment="middle">
37074 <column alignment="center" valignment="top">
37075 <column alignment="center" valignment="top">
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" rightline="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 </row>
37096 <row>
37097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37098 \begin_inset Text
37099
37100 \begin_layout Plain Layout
37101 Text
37102 \end_layout
37103
37104 \end_inset
37105 </cell>
37106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37107 \begin_inset Text
37108
37109 \begin_layout Plain Layout
37110 \begin_inset Graphics
37111         filename ../../images/dialog-show-new-inset_graphics.png
37112         scale 70
37113         scaleBeforeRotation
37114
37115 \end_inset
37116
37117
37118 \end_layout
37119
37120 \end_inset
37121 </cell>
37122 </row>
37123 <row>
37124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37125 \begin_inset Text
37126
37127 \begin_layout Plain Layout
37128 Text
37129 \end_layout
37130
37131 \end_inset
37132 </cell>
37133 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37134 \begin_inset Text
37135
37136 \begin_layout Plain Layout
37137 Text
37138 \end_layout
37139
37140 \end_inset
37141 </cell>
37142 </row>
37143 </lyxtabular>
37144
37145 \end_inset
37146
37147
37148 \end_layout
37149
37150 \begin_layout Standard
37151 \noindent
37152 kann man das \SpecialChar LaTeX
37153 -Paket 
37154 \series bold
37155 picinpar
37156 \series default
37157
37158 \begin_inset Index idx
37159 status collapsed
37160
37161 \begin_layout Plain Layout
37162 \SpecialChar LaTeX
37163 -Pakete ! picinpar
37164 \end_layout
37165
37166 \end_inset
37167
37168  benutzen.
37169  Hier ist ein Beispiel:
37170 \end_layout
37171
37172 \begin_layout Standard
37173 \begin_inset ERT
37174 status collapsed
37175
37176 \begin_layout Plain Layout
37177
37178
37179 \backslash
37180 ifpicinpar
37181 \end_layout
37182
37183 \end_inset
37184
37185
37186 \begin_inset Note Note
37187 status open
37188
37189 \begin_layout Plain Layout
37190 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
37191 -Paket 
37192 \series bold
37193 picinpar
37194 \series default
37195  installiert ist.
37196 \end_layout
37197
37198 \end_inset
37199
37200
37201 \end_layout
37202
37203 \begin_layout Standard
37204 \begin_inset ERT
37205 status collapsed
37206
37207 \begin_layout Plain Layout
37208
37209
37210 \backslash
37211 begin{window}[2,c,{
37212 \end_layout
37213
37214 \end_inset
37215
37216
37217 \begin_inset Graphics
37218         filename ../clipart/mobius.eps
37219         lyxscale 60
37220         width 40col%
37221         scaleBeforeRotation
37222         rotateOrigin center
37223
37224 \end_inset
37225
37226
37227 \begin_inset ERT
37228 status collapsed
37229
37230 \begin_layout Plain Layout
37231
37232 },]
37233 \end_layout
37234
37235 \begin_layout Plain Layout
37236
37237 {}
37238 \end_layout
37239
37240 \end_inset
37241
37242
37243 \size small
37244 \lang english
37245 It was in the spring of the year 1894 that all London was interested, and
37246  the fashionable world dismayed, by the murder of the Honourable Ronald
37247  Adair under most unusual and inexplicable circumstances.
37248  The public has already learned those particulars of the crime which
37249 \size default
37250
37251 \begin_inset ERT
37252 status collapsed
37253
37254 \begin_layout Plain Layout
37255
37256
37257 \backslash
37258 footnotemark{}
37259 \end_layout
37260
37261 \end_inset
37262
37263
37264 \size small
37265  came out in the police investigation, but a good deal was suppressed upon
37266  that occasion, since the case for the prosecution was so overwhelmingly
37267  strong that it was not necessary to bring forward all the facts.
37268  Only now, at the end of nearly ten years, am I allowed to supply those
37269  missing links which make up the whole of that remarkable chain.
37270 \size default
37271 \lang ngerman
37272
37273 \begin_inset ERT
37274 status collapsed
37275
37276 \begin_layout Plain Layout
37277
37278
37279 \backslash
37280 end{window}
37281 \end_layout
37282
37283 \end_inset
37284
37285
37286 \end_layout
37287
37288 \begin_layout Standard
37289 \begin_inset ERT
37290 status collapsed
37291
37292 \begin_layout Plain Layout
37293
37294
37295 \backslash
37296 footnotetext{
37297 \end_layout
37298
37299 \end_inset
37300
37301 Fußnote des Absatzes mit fixem Objekt.
37302 \begin_inset ERT
37303 status collapsed
37304
37305 \begin_layout Plain Layout
37306
37307 }
37308 \end_layout
37309
37310 \end_inset
37311
37312
37313 \end_layout
37314
37315 \begin_layout Standard
37316 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
37317  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
37318  vertikale Position im Text bestimmen kann.
37319  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
37320  beschriftet werden.
37321 \end_layout
37322
37323 \begin_layout Standard
37324 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
37325  Befehl
37326 \end_layout
37327
37328 \begin_layout Standard
37329
37330 \series bold
37331
37332 \backslash
37333 begin{window}[2,c,{
37334 \end_layout
37335
37336 \begin_layout Standard
37337 als \SpecialChar TeX
37338 -Code einfügt.
37339  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
37340  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
37341  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
37342  Danach fügt man das Objekt ein.
37343  In diesem Beispiel wurde ein Bild der Breite von 40
37344 \begin_inset space \thinspace{}
37345 \end_inset
37346
37347 % der Textspaltenbreite eingefügt.
37348  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
37349  Nach dem Objekt fügt man den Befehl
37350 \end_layout
37351
37352 \begin_layout Standard
37353
37354 \series bold
37355 },Beschreibungstext]
37356 \begin_inset Newline newline
37357 \end_inset
37358
37359 {}
37360 \end_layout
37361
37362 \begin_layout Standard
37363 ein.
37364  Man beachte dass das 
37365 \begin_inset Quotes gld
37366 \end_inset
37367
37368
37369 \series bold
37370 {}
37371 \series default
37372
37373 \begin_inset Quotes grd
37374 \end_inset
37375
37376  in der zweiten Zeile steht.
37377  Der Beschreibungstext ist optional.
37378  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
37379  das Objekt befinden, also direkt nach dem 
37380 \series bold
37381 {}
37382 \series default
37383  beginnen.
37384  Am Ende des Absatzes fügt man folgenden Befehl ein:
37385 \end_layout
37386
37387 \begin_layout Standard
37388
37389 \series bold
37390
37391 \backslash
37392 end{window}
37393 \end_layout
37394
37395 \begin_layout Standard
37396 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
37397  man muss stattdessen den Befehl 
37398 \series bold
37399
37400 \backslash
37401 footnotemark
37402 \series default
37403  verwenden.
37404  Außerhalb des Absatzes den Befehl 
37405 \series bold
37406
37407 \backslash
37408 footnotetext
37409 \series default
37410 , wie es in Abschnitt
37411 \begin_inset space ~
37412 \end_inset
37413
37414
37415 \begin_inset CommandInset ref
37416 LatexCommand ref
37417 reference "abs:Fußnoten"
37418
37419 \end_inset
37420
37421  beschrieben ist.
37422 \end_layout
37423
37424 \begin_layout Standard
37425 \begin_inset ERT
37426 status collapsed
37427
37428 \begin_layout Plain Layout
37429
37430
37431 \backslash
37432 else
37433 \end_layout
37434
37435 \end_inset
37436
37437
37438 \begin_inset Note Note
37439 status open
37440
37441 \begin_layout Plain Layout
37442 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
37443 -Paket 
37444 \series bold
37445 picinpar
37446 \series default
37447  nicht installiert ist:
37448 \end_layout
37449
37450 \end_inset
37451
37452
37453 \end_layout
37454
37455 \begin_layout Standard
37456 Das \SpecialChar LaTeX
37457 -Paket 
37458 \series bold
37459 picinpar
37460 \series default
37461  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
37462 \end_layout
37463
37464 \begin_layout Standard
37465 \begin_inset ERT
37466 status collapsed
37467
37468 \begin_layout Plain Layout
37469
37470
37471 \backslash
37472 fi
37473 \end_layout
37474
37475 \end_inset
37476
37477
37478 \end_layout
37479
37480 \begin_layout Section
37481 Initiale
37482 \begin_inset Index idx
37483 status collapsed
37484
37485 \begin_layout Plain Layout
37486 Initiale
37487 \end_layout
37488
37489 \end_inset
37490
37491
37492 \begin_inset Index idx
37493 status collapsed
37494
37495 \begin_layout Plain Layout
37496 Umflossene Objekte ! Initiale
37497 \end_layout
37498
37499 \end_inset
37500
37501
37502 \end_layout
37503
37504 \begin_layout Standard
37505 Für Initialen muss das \SpecialChar LaTeX
37506 -Paket 
37507 \series bold
37508 lettrine
37509 \series default
37510
37511 \begin_inset Index idx
37512 status collapsed
37513
37514 \begin_layout Plain Layout
37515 \SpecialChar LaTeX
37516 -Pakete ! lettrine
37517 \end_layout
37518
37519 \end_inset
37520
37521  installiert sein und das Modul 
37522 \family sans
37523 Initialen
37524 \family default
37525  im Dokument verwendet werden (Menü 
37526 \family sans
37527 Dokument\SpecialChar menuseparator
37528 Einstellungen\SpecialChar menuseparator
37529 Module
37530 \family default
37531 ).
37532  Um eine Initiale einzufügen, verwendet man den Stil 
37533 \family sans
37534 Initiale
37535 \family default
37536 .
37537  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
37538  Die Argumente werden über das Menü 
37539 \family sans
37540 Einfügen
37541 \family default
37542  eingefügt.
37543  Das obligatorische Argument 
37544 \family sans
37545 Initiale
37546 \family default
37547  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
37548 \family sans
37549 Rest
37550 \begin_inset space ~
37551 \end_inset
37552
37553 der
37554 \begin_inset space ~
37555 \end_inset
37556
37557 Initiale
37558 \family default
37559  enthält den Rest des Wortes oder Textes der Initiale.
37560  Das Argument 
37561 \family sans
37562 Optionen
37563 \family default
37564  enthält Parameter um die Initiale zu modifizieren.
37565  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
37566  von 
37567 \series bold
37568 lettrine
37569 \series default
37570
37571 \begin_inset CommandInset citation
37572 LatexCommand cite
37573 key "lettrine"
37574
37575 \end_inset
37576
37577 .
37578  Der Stil selbst enthält den Text, der die Initiale umgibt.
37579  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
37580  Initiale ist, in 
37581 \shape smallcaps
37582 Kapitälchen
37583 \shape default
37584  gedruckt wird.
37585 \end_layout
37586
37587 \begin_layout Standard
37588 Hier sind einige Beispiele:
37589 \end_layout
37590
37591 \begin_layout Standard
37592 \begin_inset ERT
37593 status collapsed
37594
37595 \begin_layout Plain Layout
37596
37597
37598 \backslash
37599 iflettrine
37600 \end_layout
37601
37602 \end_inset
37603
37604
37605 \begin_inset Note Note
37606 status open
37607
37608 \begin_layout Plain Layout
37609 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
37610 -Paket 
37611 \series bold
37612 lettrine
37613 \series default
37614  installiert ist.
37615 \end_layout
37616
37617 \end_inset
37618
37619
37620 \end_layout
37621
37622 \begin_layout Enumerate
37623 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
37624
37625 \begin_inset Formula $\mathfrak{Fraktur}$
37626 \end_inset
37627
37628 :
37629 \begin_inset Separator parbreak
37630 \end_inset
37631
37632
37633 \end_layout
37634
37635 \begin_deeper
37636 \begin_layout Initial
37637 \begin_inset Argument 2
37638 status open
37639
37640 \begin_layout Plain Layout
37641 \begin_inset Formula $\mathfrak{I}$
37642 \end_inset
37643
37644
37645 \end_layout
37646
37647 \end_inset
37648
37649
37650 \begin_inset Argument 3
37651 status open
37652
37653 \begin_layout Plain Layout
37654 t
37655 \end_layout
37656
37657 \end_inset
37658
37659  
37660 \lang english
37661 was in the spring of the year 1894 that all London was interested, and the
37662  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37663  under most unusual and inexplicable circumstances.
37664  The public has already learned those particulars of the crime which came
37665  out in the police investigation, but a good deal was suppressed upon that
37666  occasion, since the case for the prosecution was so overwhelmingly strong
37667  that it was not necessary to bring forward all the facts.
37668 \end_layout
37669
37670 \end_deeper
37671 \begin_layout Enumerate
37672 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
37673  besteht und kein Text ist in 
37674 \shape smallcaps
37675 Kapitälchen
37676 \shape default
37677 :
37678 \begin_inset Separator parbreak
37679 \end_inset
37680
37681
37682 \end_layout
37683
37684 \begin_deeper
37685 \begin_layout Initial
37686 \begin_inset Argument 1
37687 status open
37688
37689 \begin_layout Plain Layout
37690 lines=1
37691 \end_layout
37692
37693 \end_inset
37694
37695
37696 \begin_inset Argument 2
37697 status open
37698
37699 \begin_layout Plain Layout
37700 It
37701 \end_layout
37702
37703 \end_inset
37704
37705  
37706 \lang english
37707 was in the spring of the year 1894 that all London was interested, and the
37708  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37709  under most unusual and inexplicable circumstances.
37710  The public has already learned those particulars of the crime which came
37711  out in the police investigation, but a good deal was suppressed upon that
37712  occasion, since the case for the prosecution was so overwhelmingly strong
37713  that it was not necessary to bring forward all the facts.
37714 \end_layout
37715
37716 \end_deeper
37717 \begin_layout Enumerate
37718 Magenta, hängende Initiale über 3
37719 \begin_inset space ~
37720 \end_inset
37721
37722 Zeilen in der Mathe-Schrift
37723 \begin_inset Newline newline
37724 \end_inset
37725
37726  
37727 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
37728 \end_inset
37729
37730 , der Text 
37731 \begin_inset Quotes gld
37732 \end_inset
37733
37734
37735 \lang english
37736 t was in the spring
37737 \lang ngerman
37738
37739 \begin_inset Quotes erd
37740 \end_inset
37741
37742  ist in 
37743 \shape smallcaps
37744 Kapitälchen
37745 \shape default
37746 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
37747 \begin_inset Newline newline
37748 \end_inset
37749
37750
37751 \series bold
37752
37753 \backslash
37754 renewcommand{
37755 \backslash
37756 LettrineFontHook}{
37757 \backslash
37758 color{Farbe}}
37759 \series default
37760
37761 \begin_inset Newline newline
37762 \end_inset
37763
37764 wobei 
37765 \emph on
37766 Farbe
37767 \emph default
37768  
37769 \begin_inset Quotes gld
37770 \end_inset
37771
37772 red
37773 \begin_inset Quotes erd
37774 \end_inset
37775
37776
37777 \begin_inset Quotes gld
37778 \end_inset
37779
37780 blue
37781 \begin_inset Quotes erd
37782 \end_inset
37783
37784
37785 \begin_inset Quotes gld
37786 \end_inset
37787
37788 green
37789 \begin_inset Quotes erd
37790 \end_inset
37791
37792
37793 \begin_inset Quotes gld
37794 \end_inset
37795
37796 yellow
37797 \begin_inset Quotes erd
37798 \end_inset
37799
37800
37801 \begin_inset Quotes gld
37802 \end_inset
37803
37804 cyan
37805 \begin_inset Quotes erd
37806 \end_inset
37807
37808
37809 \begin_inset Quotes gld
37810 \end_inset
37811
37812 magenta
37813 \begin_inset Quotes erd
37814 \end_inset
37815
37816
37817 \begin_inset Quotes gld
37818 \end_inset
37819
37820 black
37821 \begin_inset Quotes erd
37822 \end_inset
37823
37824  oder 
37825 \begin_inset Quotes gld
37826 \end_inset
37827
37828 white
37829 \begin_inset Quotes erd
37830 \end_inset
37831
37832  sein kann, und diesen Befehl zum \SpecialChar LaTeX
37833 -Vorspann hinzufügen:
37834 \begin_inset Newline newline
37835 \end_inset
37836
37837
37838 \series bold
37839
37840 \backslash
37841 @ifundefined{textcolor}
37842 \begin_inset Newline newline
37843 \end_inset
37844
37845
37846 \begin_inset space ~
37847 \end_inset
37848
37849 {
37850 \backslash
37851 usepackage{color}}{}
37852 \series default
37853
37854 \begin_inset Separator parbreak
37855 \end_inset
37856
37857
37858 \end_layout
37859
37860 \begin_deeper
37861 \begin_layout Standard
37862 \begin_inset ERT
37863 status collapsed
37864
37865 \begin_layout Plain Layout
37866
37867
37868 \backslash
37869 renewcommand{
37870 \backslash
37871 LettrineFontHook}{
37872 \backslash
37873 color{magenta}}
37874 \end_layout
37875
37876 \end_inset
37877
37878
37879 \begin_inset Note Note
37880 status open
37881
37882 \begin_layout Plain Layout
37883 macht die Initiale magenta
37884 \end_layout
37885
37886 \end_inset
37887
37888
37889 \end_layout
37890
37891 \begin_layout Initial
37892 \begin_inset Argument 1
37893 status open
37894
37895 \begin_layout Plain Layout
37896 lines=3, lhang=0.33, loversize=0.25
37897 \end_layout
37898
37899 \end_inset
37900
37901
37902 \begin_inset Argument 2
37903 status open
37904
37905 \begin_layout Plain Layout
37906 \begin_inset Formula $\mathcal{I}$
37907 \end_inset
37908
37909
37910 \end_layout
37911
37912 \end_inset
37913
37914
37915 \begin_inset Argument 3
37916 status open
37917
37918 \begin_layout Plain Layout
37919
37920 \lang english
37921 t was in the spring
37922 \end_layout
37923
37924 \end_inset
37925
37926  
37927 \lang english
37928 of the year 1894 that all London was interested, and the fashionable world
37929  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37930  and inexplicable circumstances.
37931  The public has already learned those particulars of the crime which came
37932  out in the police investigation, but a good deal was suppressed upon that
37933  occasion, since the case for the prosecution was so overwhelmingly strong
37934  that it was not necessary to bring forward all the facts.
37935 \end_layout
37936
37937 \end_deeper
37938 \begin_layout Standard
37939 \begin_inset ERT
37940 status collapsed
37941
37942 \begin_layout Plain Layout
37943
37944
37945 \backslash
37946 else
37947 \end_layout
37948
37949 \end_inset
37950
37951
37952 \begin_inset Note Note
37953 status open
37954
37955 \begin_layout Plain Layout
37956 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
37957 -Paket 
37958 \series bold
37959 lettrine
37960 \series default
37961  nicht installiert ist:
37962 \end_layout
37963
37964 \end_inset
37965
37966
37967 \end_layout
37968
37969 \begin_layout Standard
37970 Das \SpecialChar LaTeX
37971 -Paket 
37972 \series bold
37973 lettrine
37974 \series default
37975  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
37976 \end_layout
37977
37978 \begin_layout Standard
37979 \begin_inset ERT
37980 status collapsed
37981
37982 \begin_layout Plain Layout
37983
37984
37985 \backslash
37986 fi
37987 \end_layout
37988
37989 \end_inset
37990
37991
37992 \end_layout
37993
37994 \begin_layout Chapter
37995 Externe Dateien
37996 \begin_inset Index idx
37997 status collapsed
37998
37999 \begin_layout Plain Layout
38000 Dateien ! externe
38001 \end_layout
38002
38003 \end_inset
38004
38005
38006 \end_layout
38007
38008 \begin_layout Standard
38009 Mit 
38010 \family sans
38011 Einfügen\SpecialChar menuseparator
38012 Datei
38013 \family default
38014  können Sie fremdes Material in Ihr Dokument einsetzen.
38015  Das kann folgendes sein:
38016 \end_layout
38017
38018 \begin_layout Description
38019 \SpecialChar LyX
38020 -Dokument Der Inhalt eines anderen \SpecialChar LyX
38021 -Dokuments wird direkt in Ihr Dokument
38022  eingefügt.
38023 \end_layout
38024
38025 \begin_layout Description
38026 Einfacher
38027 \begin_inset space ~
38028 \end_inset
38029
38030 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
38031  eingefügt.
38032 \end_layout
38033
38034 \begin_layout Description
38035 Einfacher
38036 \begin_inset space ~
38037 \end_inset
38038
38039 Text,
38040 \begin_inset space ~
38041 \end_inset
38042
38043 Zeilen
38044 \begin_inset space ~
38045 \end_inset
38046
38047 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
38048  Leerzeilen trennen die Absätze.
38049 \end_layout
38050
38051 \begin_layout Description
38052 Externes
38053 \begin_inset space ~
38054 \end_inset
38055
38056 Material Dateien in verschiedenen Formaten.
38057 \end_layout
38058
38059 \begin_layout Description
38060 Unterdokument \SpecialChar LyX
38061 - oder \SpecialChar LaTeX
38062 -Dokumente.
38063 \end_layout
38064
38065 \begin_layout Section
38066 Externes Material
38067 \begin_inset Index idx
38068 status collapsed
38069
38070 \begin_layout Plain Layout
38071 Externes Material
38072 \end_layout
38073
38074 \end_inset
38075
38076
38077 \end_layout
38078
38079 \begin_layout Standard
38080 Mit 
38081 \family sans
38082 Einfügen\SpecialChar menuseparator
38083 Datei\SpecialChar menuseparator
38084  Externes Material
38085 \family default
38086  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
38087  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
38088  weil \SpecialChar LyX
38089  sich darum kümmert.
38090  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in \SpecialChar LyX
38091 -Dokumente
38092  eingefügt werden können.
38093  Wenn die Grafikvorschau in den \SpecialChar LyX
38094 -Einstellungen unter
38095 \family sans
38096  Aussehen
38097 \begin_inset space ~
38098 \end_inset
38099
38100 &
38101 \begin_inset space ~
38102 \end_inset
38103
38104 Handhabung\SpecialChar menuseparator
38105 Grafik
38106 \family default
38107 , werden die externen Materialtypen Dia und Xfig direkt in \SpecialChar LyX
38108  angezeigt.
38109 \end_layout
38110
38111 \begin_layout Standard
38112 Zur Zeit können Sie folgende Dateitypen (
38113 \family sans
38114 Vorlagen
38115 \family default
38116 ) benutzen:
38117 \end_layout
38118
38119 \begin_layout Description
38120 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
38121 \series bold
38122
38123 \begin_inset CommandInset href
38124 LatexCommand href
38125 name "XBoard"
38126 target "http://de.wikipedia.org/wiki/XBoard"
38127
38128 \end_inset
38129
38130
38131 \series default
38132  erzeugt wurden.
38133 \end_layout
38134
38135 \begin_layout Description
38136 Datum fügt ein Datum mit dem Format 
38137 \emph on
38138 Tag-Monat-Jahr
38139 \emph default
38140  ein.
38141  Hier ist ein Beispiel: 
38142 \begin_inset External
38143         template Date
38144         filename .
38145
38146 \end_inset
38147
38148
38149 \begin_inset space ~
38150 \end_inset
38151
38152
38153 \begin_inset Note Note
38154 status open
38155
38156 \begin_layout Plain Layout
38157
38158 \lang english
38159 Remove the protected space when bug 4398 is fixed!
38160 \end_layout
38161
38162 \end_inset
38163
38164
38165 \begin_inset Newline newline
38166 \end_inset
38167
38168 Das Datum ist in \SpecialChar LyX
38169  nicht zu sehen, nur in der Druckausgabe.
38170  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
38171  Menü 
38172 \family sans
38173 Einfügen\SpecialChar menuseparator
38174 Datum
38175 \family default
38176  und mit dem \SpecialChar LaTeX
38177 -Befehl 
38178 \series bold
38179
38180 \backslash
38181 today
38182 \series default
38183 .
38184  Die verschiedenen Methoden werden in Tabelle
38185 \begin_inset space ~
38186 \end_inset
38187
38188
38189 \begin_inset CommandInset ref
38190 LatexCommand ref
38191 reference "tab:Vergleich-der-Datums-Eingaben"
38192
38193 \end_inset
38194
38195  verglichen.
38196 \end_layout
38197
38198 \begin_layout Description
38199 Dia unterstützt Diagramme, die mit dem Programm 
38200 \series bold
38201
38202 \begin_inset CommandInset href
38203 LatexCommand href
38204 name "Dia"
38205 target "http://de.wikipedia.org/wiki/Dia_(Software)"
38206
38207 \end_inset
38208
38209
38210 \series default
38211  erzeugt wurden.
38212 \end_layout
38213
38214 \begin_layout Description
38215 GnumericTabelle Mit dieser Vorlage können Sie Tabellen im Format von 
38216 \series bold
38217
38218 \begin_inset CommandInset href
38219 LatexCommand href
38220 name "Gnumeric"
38221 target "http://de.wikipedia.org/wiki/Gnumeric"
38222
38223 \end_inset
38224
38225
38226 \series default
38227
38228 \begin_inset CommandInset href
38229 LatexCommand href
38230 name "OpenDocument"
38231 target "http://de.wikipedia.org/wiki/OpenDocument"
38232
38233 \end_inset
38234
38235
38236 \begin_inset CommandInset href
38237 LatexCommand href
38238 name "Microsoft Office XML"
38239 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38240
38241 \end_inset
38242
38243  und 
38244 \begin_inset CommandInset href
38245 LatexCommand href
38246 name "Office Open XML"
38247 target "http://de.wikipedia.org/wiki/Office_Open_XML"
38248
38249 \end_inset
38250
38251  einfügen.
38252  Für dieses Feature muss \SpecialChar LyX
38253  während seiner Konfiguration das Programm 
38254 \family typewriter
38255 ssconvert
38256 \family default
38257  gefunden haben.
38258  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
38259  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
38260  Für Beispiele und mögliche Limitierungen siehe \SpecialChar LyX
38261 ' Beispieldatei 
38262 \emph on
38263 spreadsheet.lyx
38264 \emph default
38265 .
38266 \end_layout
38267
38268 \begin_layout Description
38269 LilyPond Mit dieser Vorlage können Sie Musik-Notationen einfügen, die mit
38270  dem Notensatzprogramm 
38271 \series bold
38272
38273 \begin_inset CommandInset href
38274 LatexCommand href
38275 name "LilyPond"
38276 target "http://de.wikipedia.org/wiki/LilyPond"
38277
38278 \end_inset
38279
38280
38281 \series default
38282  gesetzt werden.
38283  Für \SpecialChar LyX
38284 ' erweiterte Unterstützung für LilyPond siehe \SpecialChar LyX
38285 ' Beispieldatei 
38286 \emph on
38287 lilypond.lyx
38288 \emph default
38289 .
38290 \end_layout
38291
38292 \begin_layout Description
38293 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
38294  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
38295  
38296 \series bold
38297 pages
38298 \series default
38299  im Feld 
38300 \family sans
38301 Option
38302 \family default
38303  in der Karteikarte 
38304 \family sans
38305 \SpecialChar LaTeX
38306 - und \SpecialChar LyX
38307 -Optionen
38308 \family default
38309 .
38310  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
38311  (man gibt als Option 
38312 \series bold
38313 pages={3,5,6,8}
38314 \series default
38315  an), Seitenbereiche (
38316 \series bold
38317 pages={4-9}
38318 \series default
38319 ) oder eine Kombination davon enthält.
38320  Um leere Seiten einzufügen, verwendet man {}.
38321  Z.
38322 \begin_inset space \thinspace{}
38323 \end_inset
38324
38325 B.
38326  fügt 
38327 \series bold
38328 pages={3,{},8-11,15}
38329 \series default
38330  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
38331  Seitenbereiche werden mit der Syntax 
38332 \emph on
38333 Start
38334 \emph default
38335 -
38336 \emph on
38337 Stop
38338 \emph default
38339  angegeben.
38340  Dies wählt alle Seiten von 
38341 \emph on
38342 Start
38343 \emph default
38344  bis 
38345 \emph on
38346 Stop
38347 \emph default
38348  aus.
38349  Wird 
38350 \emph on
38351 Start
38352 \emph default
38353  weggelassen, wird stattdessen die erste Seite verwendet; wird 
38354 \emph on
38355 Stop
38356 \emph default
38357  weggelassen, wird stattdessen die letzte Seite verwendet.
38358  Die letzte Seite kann außerdem mit dem Schlagwort 
38359 \series bold
38360 last
38361 \series default
38362  ausgewählt werden.
38363  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
38364 \series bold
38365 pages=-
38366 \series default
38367  fügt also alle Seiten des Dokuments ein und 
38368 \series bold
38369 pages=last-1
38370 \series default
38371  fügt alle Seiten in umgekehrter Reihenfolge ein.
38372  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
38373  eingefügt.
38374 \begin_inset Newline newline
38375 \end_inset
38376
38377 Die Option 
38378 \series bold
38379 noautoscale
38380 \series default
38381  fügt die Seiten in ihrer Originalgröße ein.
38382  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
38383  dass sie die komplette Breite Ihres Dokuments einnehmen.
38384  In der Karteikarte 
38385 \family sans
38386 Größe und Drehung
38387 \family default
38388  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
38389  werden.
38390  Wird eine andere Breite als 100
38391 \begin_inset space \thinspace{}
38392 \end_inset
38393
38394 Größe% verwendet, wird die Option 
38395 \series bold
38396 noautoscale
38397 \series default
38398  überschrieben.
38399  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
38400  des \SpecialChar LaTeX
38401 -Pakets 
38402 \series bold
38403 pdfpages
38404 \series default
38405  
38406 \begin_inset CommandInset citation
38407 LatexCommand cite
38408 key "pdfpages"
38409
38410 \end_inset
38411
38412 .
38413 \begin_inset Index idx
38414 status collapsed
38415
38416 \begin_layout Plain Layout
38417 \SpecialChar LaTeX
38418 -Pakete ! pdfpages
38419 \end_layout
38420
38421 \end_inset
38422
38423
38424 \begin_inset Newline newline
38425 \end_inset
38426
38427 Um diese Vorlage in einer 
38428 \family sans
38429 Beamer
38430 \family default
38431 -Präsentation zu verwenden, muss zuerst eine 
38432 \family sans
38433 BeendeRahmen
38434 \family default
38435  Umgebung eingefügt werden.
38436  In den folgenden Absatz kommt eine \SpecialChar TeX
38437 -Code Box mit dem Befehl 
38438 \series bold
38439
38440 \backslash
38441 setbeamertemplate{background canvas}{}
38442 \series default
38443 .
38444  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
38445  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
38446  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
38447  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
38448  sicher, dass die Ausrichtung 
38449 \family sans
38450 Standard
38451 \family default
38452  für den Absatz verwendet wird, der die Vorlage enthält.
38453 \begin_inset Newline newline
38454 \end_inset
38455
38456 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
38457 \begin_inset External
38458         template PDFPages
38459         filename ../clipart/Abstract.pdf
38460         extra LaTeX "pages=-"
38461         rotateAngle -5
38462         rotateOrigin bottomleft
38463         width 50col%
38464
38465 \end_inset
38466
38467
38468 \end_layout
38469
38470 \begin_layout Description
38471 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
38472  Die Bilddateien können im Dialogfenster 
38473 \family sans
38474 Externes
38475 \begin_inset space ~
38476 \end_inset
38477
38478 Material
38479 \family default
38480  genauso behandelt werden wie die mit dem normalen 
38481 \family sans
38482 Grafik
38483 \family default
38484 -Dialog eingefügten, siehe Abschnitt
38485 \begin_inset space ~
38486 \end_inset
38487
38488
38489 \begin_inset CommandInset ref
38490 LatexCommand ref
38491 reference "abs:Grafik-Dialog"
38492
38493 \end_inset
38494
38495 .
38496  Der Unterschied zum normalen Einfügen eines Bildes ist, dass nur Rasterbilder
38497  erlaubt sind, das heißt PDF- und EPS-Bilder werden nicht unterstützt.
38498  Hier ist ein eingefügtes Rasterbild: 
38499 \begin_inset External
38500         template RasterImage
38501         filename ../clipart/ToolbarEnvBox.png
38502
38503 \end_inset
38504
38505
38506 \end_layout
38507
38508 \begin_layout Description
38509 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
38510 \series bold
38511
38512 \begin_inset CommandInset href
38513 LatexCommand href
38514 name "Xfig"
38515 target "http://de.wikipedia.org/wiki/Xfig"
38516
38517 \end_inset
38518
38519
38520 \series default
38521  erzeugt wurden.
38522 \end_layout
38523
38524 \begin_layout Standard
38525 \begin_inset Float table
38526 placement !h
38527 wide false
38528 sideways false
38529 status open
38530
38531 \begin_layout Plain Layout
38532 \begin_inset Caption Standard
38533
38534 \begin_layout Plain Layout
38535 \begin_inset CommandInset label
38536 LatexCommand label
38537 name "tab:Vergleich-der-Datums-Eingaben"
38538
38539 \end_inset
38540
38541 Vergleich der Datums-Eingaben
38542 \end_layout
38543
38544 \end_inset
38545
38546
38547 \end_layout
38548
38549 \begin_layout Plain Layout
38550 \align center
38551 \begin_inset Tabular
38552 <lyxtabular version="3" rows="4" columns="4">
38553 <features tabularvalignment="middle">
38554 <column alignment="center" valignment="top">
38555 <column alignment="center" valignment="top">
38556 <column alignment="center" valignment="top">
38557 <column alignment="center" valignment="top">
38558 <row>
38559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38560 \begin_inset Text
38561
38562 \begin_layout Plain Layout
38563 Dokumentformat
38564 \end_layout
38565
38566 \end_inset
38567 </cell>
38568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38569 \begin_inset Text
38570
38571 \begin_layout Plain Layout
38572
38573 \family sans
38574 Externes Material\SpecialChar menuseparator
38575 Datum
38576 \end_layout
38577
38578 \end_inset
38579 </cell>
38580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38581 \begin_inset Text
38582
38583 \begin_layout Plain Layout
38584
38585 \family sans
38586 Einfügen\SpecialChar menuseparator
38587 Datum
38588 \end_layout
38589
38590 \end_inset
38591 </cell>
38592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38593 \begin_inset Text
38594
38595 \begin_layout Plain Layout
38596 Befehl 
38597 \series bold
38598
38599 \backslash
38600 today
38601 \end_layout
38602
38603 \end_inset
38604 </cell>
38605 </row>
38606 <row>
38607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38608 \begin_inset Text
38609
38610 \begin_layout Plain Layout
38611 \SpecialChar LyX
38612
38613 \end_layout
38614
38615 \end_inset
38616 </cell>
38617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38618 \begin_inset Text
38619
38620 \begin_layout Plain Layout
38621 als Box
38622 \end_layout
38623
38624 \end_inset
38625 </cell>
38626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38627 \begin_inset Text
38628
38629 \begin_layout Plain Layout
38630 als Datum
38631 \end_layout
38632
38633 \end_inset
38634 </cell>
38635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38636 \begin_inset Text
38637
38638 \begin_layout Plain Layout
38639 als \SpecialChar TeX
38640 -Code
38641 \end_layout
38642
38643 \end_inset
38644 </cell>
38645 </row>
38646 <row>
38647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38648 \begin_inset Text
38649
38650 \begin_layout Plain Layout
38651 \SpecialChar LaTeX
38652
38653 \end_layout
38654
38655 \end_inset
38656 </cell>
38657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38658 \begin_inset Text
38659
38660 \begin_layout Plain Layout
38661 als Datum
38662 \end_layout
38663
38664 \end_inset
38665 </cell>
38666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38667 \begin_inset Text
38668
38669 \begin_layout Plain Layout
38670 als Datum
38671 \end_layout
38672
38673 \end_inset
38674 </cell>
38675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38676 \begin_inset Text
38677
38678 \begin_layout Plain Layout
38679 als Befehl
38680 \end_layout
38681
38682 \end_inset
38683 </cell>
38684 </row>
38685 <row>
38686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38687 \begin_inset Text
38688
38689 \begin_layout Plain Layout
38690 DVI, PDF, PS
38691 \end_layout
38692
38693 \end_inset
38694 </cell>
38695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38696 \begin_inset Text
38697
38698 \begin_layout Plain Layout
38699 als Datum
38700 \end_layout
38701
38702 \end_inset
38703 </cell>
38704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38705 \begin_inset Text
38706
38707 \begin_layout Plain Layout
38708 als Datum
38709 \end_layout
38710
38711 \end_inset
38712 </cell>
38713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38714 \begin_inset Text
38715
38716 \begin_layout Plain Layout
38717 als Datum
38718 \end_layout
38719
38720 \end_inset
38721 </cell>
38722 </row>
38723 </lyxtabular>
38724
38725 \end_inset
38726
38727
38728 \end_layout
38729
38730 \end_inset
38731
38732
38733 \end_layout
38734
38735 \begin_layout Standard
38736 Wenn Sie im Dialogfenster
38737 \family sans
38738  Externes
38739 \begin_inset space ~
38740 \end_inset
38741
38742 Material 
38743 \family default
38744 in der Karteikarte
38745 \family sans
38746  Datei
38747 \family default
38748  die Option 
38749 \family sans
38750 Entwurf
38751 \family default
38752  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
38753 \begin_inset Newline newline
38754 \end_inset
38755
38756 \SpecialChar LyX
38757  kann externes Material entweder als Box wie hier: 
38758 \begin_inset Graphics
38759         filename clipart/ExternesMaterialQt4.png
38760         scale 85
38761         scaleBeforeRotation
38762
38763 \end_inset
38764
38765  oder als Bild darstellen.
38766  Das hängt davon ab, ob Sie im Dialog
38767 \family sans
38768  
38769 \family default
38770 in der Karteikarte 
38771 \family sans
38772 \SpecialChar LaTeX
38773 - und \SpecialChar LyX
38774 -Optionen
38775 \family default
38776  die Option 
38777 \family sans
38778 In
38779 \begin_inset space ~
38780 \end_inset
38781
38782 \SpecialChar LyX
38783
38784 \begin_inset space ~
38785 \end_inset
38786
38787 anzeigen
38788 \family default
38789  gewählt haben oder nicht.
38790 \end_layout
38791
38792 \begin_layout Standard
38793 Im \SpecialChar LyX
38794 -Handbuch 
38795 \family sans
38796 \emph on
38797 Anpassung
38798 \family default
38799 \emph default
38800  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
38801 \end_layout
38802
38803 \begin_layout Section
38804 Unterdokumente
38805 \begin_inset CommandInset label
38806 LatexCommand label
38807 name "abs:Unterdokumente"
38808
38809 \end_inset
38810
38811
38812 \begin_inset Index idx
38813 status collapsed
38814
38815 \begin_layout Plain Layout
38816 Unterdokument
38817 \end_layout
38818
38819 \end_inset
38820
38821
38822 \end_layout
38823
38824 \begin_layout Standard
38825 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
38826  oder Abschnitten bestehen.
38827  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
38828  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
38829  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
38830  z.
38831 \begin_inset space \thinspace{}
38832 \end_inset
38833
38834 B.
38835  den \SpecialChar LaTeX
38836 -Vorspann, das Literaturverzeichnis und Querverweismarken.
38837 \end_layout
38838
38839 \begin_layout Standard
38840 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
38841  müssen, geben Sie im Unterdokument im Menü
38842 \family sans
38843  Dokument\SpecialChar menuseparator
38844 Einstellungen\SpecialChar menuseparator
38845 Dokumentklasse
38846 \family default
38847  das Hauptdokument an.
38848  Dieses wird dann von \SpecialChar LyX
38849  im Hintergrund benutzt, wenn Sie das Unterdokument
38850  bearbeiten.
38851 \end_layout
38852
38853 \begin_layout Standard
38854 Unterdokumente werden in \SpecialChar LyX
38855  als Box angezeigt: 
38856 \begin_inset Graphics
38857         filename clipart/UnterdokumentQt4.png
38858         scale 85
38859         scaleBeforeRotation
38860
38861 \end_inset
38862
38863  Sie werden über
38864 \family sans
38865  Einfügen\SpecialChar menuseparator
38866 Datei\SpecialChar menuseparator
38867 Unterdokument
38868 \family default
38869  eingebunden, was das Dialogfenster
38870 \family sans
38871  Unterdokument
38872 \family default
38873  öffnet.
38874  Für 
38875 \family sans
38876 die Art
38877 \begin_inset space ~
38878 \end_inset
38879
38880 der
38881 \begin_inset space ~
38882 \end_inset
38883
38884 Einbindung
38885 \family default
38886  gibt es dort vier Möglichkeiten:
38887 \end_layout
38888
38889 \begin_layout Description
38890 Include Sie können \SpecialChar LyX
38891 - und \SpecialChar LaTeX
38892 -Dokumente einbinden.
38893  Wenn Sie im Dialogfenster
38894 \family sans
38895  Unterdokument
38896 \family default
38897  auf 
38898 \family sans
38899 Bearbeiten
38900 \family default
38901  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
38902  und Sie können es editieren.
38903 \begin_inset Newline newline
38904 \end_inset
38905
38906
38907 \end_layout
38908
38909 \begin_layout Standard
38910 Hier wird ein Unterdokument
38911 \family sans
38912  
38913 \family default
38914 per 
38915 \family sans
38916 Include
38917 \family default
38918  eingebunden: 
38919 \begin_inset CommandInset include
38920 LatexCommand include
38921 filename "DummyDocument1.lyx"
38922
38923 \end_inset
38924
38925 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
38926  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
38927  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
38928 s.
38929  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
38930 \begin_inset space ~
38931 \end_inset
38932
38933
38934 \begin_inset CommandInset ref
38935 LatexCommand ref
38936 reference "uab:Externer-Unterabschnitt-1"
38937
38938 \end_inset
38939
38940 .
38941 \end_layout
38942
38943 \begin_layout Standard
38944 Der \SpecialChar LaTeX
38945 -Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
38946  wird benutzt.
38947  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
38948  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
38949  Unterdokumente, die per 
38950 \family sans
38951 Include
38952 \family default
38953  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
38954  und enden mit einem Seitenumbruch.
38955 \end_layout
38956
38957 \begin_layout Standard
38958 \begin_inset Note Greyedout
38959 status open
38960
38961 \begin_layout Plain Layout
38962
38963 \series bold
38964 Bemerkung:
38965 \series default
38966  Wenn Sie eine \SpecialChar LyX
38967 - oder \SpecialChar LaTeX
38968 -Datei eingebunden haben, werden Sie beim Export oder
38969  der Druckvorschau gewarnt, wenn das Unterdokument eine andere Dokumentklasse
38970  als das Hauptdokument benutzt, weil das zu unvorhersehbaren Ergebnissen
38971  führen wird.
38972 \end_layout
38973
38974 \end_inset
38975
38976
38977 \end_layout
38978
38979 \begin_layout Description
38980 Input Diese Methode ist 
38981 \family sans
38982 Include
38983 \family default
38984  sehr ähnlich mit folgenden Unterschieden:
38985 \begin_inset Separator parbreak
38986 \end_inset
38987
38988
38989 \end_layout
38990
38991 \begin_deeper
38992 \begin_layout Itemize
38993 Unterdokumente, die per 
38994 \family sans
38995 Input
38996 \family default
38997  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
38998  Seite und enden NICHT mit einem Seitenumbruch.
38999 \end_layout
39000
39001 \begin_layout Itemize
39002 Unterdokumente, die per 
39003 \family sans
39004 Input
39005 \family default
39006  eingebunden werden, können in \SpecialChar LyX
39007  angesehen werden, wenn im Dialogfenster
39008 \family sans
39009  Unterdokument Vorschau
39010 \begin_inset space ~
39011 \end_inset
39012
39013 anzeigen
39014 \family default
39015  angekreuzt wurde und in den \SpecialChar LyX
39016 -Einstellungen unter
39017 \family sans
39018  Aussehen
39019 \begin_inset space ~
39020 \end_inset
39021
39022 &
39023 \begin_inset space ~
39024 \end_inset
39025
39026 Handhabung\SpecialChar menuseparator
39027 Grafik\SpecialChar menuseparator
39028 Sofortige
39029 \begin_inset space ~
39030 \end_inset
39031
39032 Vorschau
39033 \family default
39034  auf 
39035 \family sans
39036 An
39037 \family default
39038  gesetzt wurde.
39039  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
39040  aus.
39041 \end_layout
39042
39043 \begin_layout Itemize
39044 Unterdokumente, die per 
39045 \family sans
39046 Input
39047 \family default
39048  eingebunden werden, können nicht über das Menü 
39049 \family sans
39050 Dokument\SpecialChar menuseparator
39051 Einstellungen\SpecialChar menuseparator
39052 Unterdokumente
39053 \family default
39054  unterdrückt werden.
39055 \end_layout
39056
39057 \end_deeper
39058 \begin_layout Standard
39059 Hier ist ein Unterdokument, das mit
39060 \family sans
39061  Input
39062 \family default
39063  eingebunden wurde: 
39064 \begin_inset CommandInset include
39065 LatexCommand input
39066 filename "DummyDocument2.lyx"
39067
39068 \end_inset
39069
39070 .
39071 \end_layout
39072
39073 \begin_layout Description
39074 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
39075   In der Druckvorschau wird für den Text der Stil 
39076 \family typewriter
39077 Schreibmaschine
39078 \family default
39079  verwendet.
39080  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
39081  Wenn Sie im Dialogfenster
39082 \family sans
39083  Unterdokument Leerzeichen
39084 \begin_inset space ~
39085 \end_inset
39086
39087 bei
39088 \begin_inset space ~
39089 \end_inset
39090
39091 der
39092 \begin_inset space ~
39093 \end_inset
39094
39095 Ausgabe
39096 \begin_inset space ~
39097 \end_inset
39098
39099 kennzeichnen 
39100 \family default
39101 ankreuzen, wird in der Druckvorschau das Zeichen 
39102 \begin_inset Quotes gld
39103 \end_inset
39104
39105
39106 \begin_inset ERT
39107 status collapsed
39108
39109 \begin_layout Plain Layout
39110
39111
39112 \backslash
39113 textvisiblespace 
39114 \end_layout
39115
39116 \end_inset
39117
39118
39119 \begin_inset Quotes grd
39120 \end_inset
39121
39122  für jedes Leerzeichen eingefügt.
39123 \begin_inset Newline newline
39124 \end_inset
39125
39126 Im Gegensatz zu 
39127 \family sans
39128 Einfügen\SpecialChar menuseparator
39129 Datei\SpecialChar menuseparator
39130 Einfacher
39131 \begin_inset space ~
39132 \end_inset
39133
39134 Text
39135 \family default
39136  wird bei 
39137 \family sans
39138 Unformatiert
39139 \family default
39140  der Dateiinhalt in \SpecialChar LyX
39141  nicht dargestellt.
39142 \end_layout
39143
39144 \begin_layout Standard
39145 Hier ist ein Unterdokument, das mit
39146 \family sans
39147  Unformatiert
39148 \family default
39149  eingebunden wurde: 
39150 \begin_inset CommandInset include
39151 LatexCommand verbatiminput
39152 filename "DummyTextDocument.txt"
39153
39154 \end_inset
39155
39156
39157 \begin_inset VSpace bigskip
39158 \end_inset
39159
39160 Hier ist ein Unterdokument, das mit
39161 \family sans
39162  Unformatiert
39163 \family default
39164  eingebunden wurde und
39165 \family sans
39166  Leerzeichen
39167 \begin_inset space ~
39168 \end_inset
39169
39170 bei
39171 \begin_inset space ~
39172 \end_inset
39173
39174 der
39175 \begin_inset space ~
39176 \end_inset
39177
39178 Ausgabe
39179 \begin_inset space ~
39180 \end_inset
39181
39182 kennzeichnen
39183 \family default
39184  angekreuzt hat: 
39185 \begin_inset CommandInset include
39186 LatexCommand verbatiminput*
39187 filename "DummyTextDocument.txt"
39188
39189 \end_inset
39190
39191
39192 \end_layout
39193
39194 \begin_layout Standard
39195 \begin_inset VSpace bigskip
39196 \end_inset
39197
39198
39199 \end_layout
39200
39201 \begin_layout Standard
39202 \begin_inset Note Greyedout
39203 status open
39204
39205 \begin_layout Plain Layout
39206
39207 \series bold
39208 Bemerkung:
39209 \series default
39210  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
39211  
39212 \family sans
39213 Unformatiert
39214 \family default
39215  eingebunden werden, am Zeilenende nicht umgebrochen.
39216 \end_layout
39217
39218 \end_inset
39219
39220
39221 \end_layout
39222
39223 \begin_layout Description
39224 Listing Dieser Typ wird in Kapitel
39225 \begin_inset space ~
39226 \end_inset
39227
39228
39229 \begin_inset CommandInset ref
39230 LatexCommand ref
39231 reference "kap:Programm-Code-Listen"
39232
39233 \end_inset
39234
39235  beschrieben.
39236 \end_layout
39237
39238 \begin_layout Standard
39239 \begin_inset Note Greyedout
39240 status open
39241
39242 \begin_layout Plain Layout
39243
39244 \series bold
39245 Bemerkung:
39246 \series default
39247  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
39248  das zu \SpecialChar LaTeX
39249 -Problemen führen.
39250 \end_layout
39251
39252 \end_inset
39253
39254
39255 \end_layout
39256
39257 \begin_layout Standard
39258 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
39259  wollen, z.
39260 \begin_inset space \thinspace{}
39261 \end_inset
39262
39263 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
39264  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
39265  Dies geschieht über das Menü 
39266 \family sans
39267 Dokument\SpecialChar menuseparator
39268 Einstellungen\SpecialChar menuseparator
39269 Unterdokumente
39270 \family default
39271 .
39272  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
39273  in die Spalte 
39274 \family sans
39275 In Ausgabe einbinden
39276 \family default
39277  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
39278  für Unterdokumente möglich ist, die per 
39279 \family sans
39280 Input
39281 \family default
39282  eingebunden wurden).
39283  Wenn die Option 
39284 \family sans
39285 Zähler und Querverweise wahren
39286 \family default
39287  aktiviert ist, sorgt \SpecialChar LyX
39288  dafür, dass alle Seitennummern, Querverweise usw.
39289 \begin_inset space ~
39290 \end_inset
39291
39292 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
39293  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
39294  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
39295  Dazu muss \SpecialChar LyX
39296  intern allerdings das gesamte Dokument prozessieren.
39297  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
39298  sind, wählen sie die Option nicht.
39299 \end_layout
39300
39301 \begin_layout Standard
39302 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
39303 \begin_inset Foot
39304 status collapsed
39305
39306 \begin_layout Plain Layout
39307 Zweige sind im Kapitel 
39308 \emph on
39309 Zweige
39310 \emph default
39311  des \SpecialChar LyX
39312
39313 \emph on
39314 -Benutzerhandbuchs
39315 \emph default
39316  erklärt.
39317 \end_layout
39318
39319 \end_inset
39320
39321  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
39322  Dateien in der Ausgabe erscheinen.
39323  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
39324  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
39325  werden.
39326 \end_layout
39327
39328 \begin_layout Chapter
39329 Programm-Code-Listen
39330 \begin_inset CommandInset label
39331 LatexCommand label
39332 name "kap:Programm-Code-Listen"
39333
39334 \end_inset
39335
39336
39337 \begin_inset Index idx
39338 status collapsed
39339
39340 \begin_layout Plain Layout
39341 Listen
39342 \end_layout
39343
39344 \end_inset
39345
39346
39347 \begin_inset Index idx
39348 status collapsed
39349
39350 \begin_layout Plain Layout
39351 Programm-Code
39352 \end_layout
39353
39354 \end_inset
39355
39356
39357 \end_layout
39358
39359 \begin_layout Standard
39360 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
39361 \family sans
39362 Einfügen\SpecialChar menuseparator
39363 Pro\SpecialChar softhyphen
39364 grammlisting
39365 \family default
39366  verwenden.
39367  Das \SpecialChar LaTeX
39368 -Paket 
39369 \series bold
39370 listings
39371 \series default
39372
39373 \begin_inset Index idx
39374 status collapsed
39375
39376 \begin_layout Plain Layout
39377 \SpecialChar LaTeX
39378 -Pakete ! listings
39379 \end_layout
39380
39381 \end_inset
39382
39383  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
39384 \end_layout
39385
39386 \begin_layout Standard
39387 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
39388 rmat der Programm-Code-Liste festlegen.
39389 \end_layout
39390
39391 \begin_layout Standard
39392 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
39393  Die Platzierungsoption 
39394 \family sans
39395 Eingebettetes
39396 \begin_inset space ~
39397 \end_inset
39398
39399 Listing
39400 \family default
39401  druckt das Listing in der Zeile wie hier: 
39402 \begin_inset listings
39403 lstparams "language={C++}"
39404 inline true
39405 status open
39406
39407 \begin_layout Plain Layout
39408
39409 int a=5;
39410 \end_layout
39411
39412 \end_inset
39413
39414
39415 \begin_inset Newline newline
39416 \end_inset
39417
39418 Die Option 
39419 \family sans
39420 Gleitobjekt
39421 \family default
39422  erzeugt ein Listing-Gleitobjekt, dessen 
39423 \family sans
39424 Platzierung 
39425 \family default
39426 Sie mit 
39427 \family sans
39428 h
39429 \family default
39430
39431 \family sans
39432 t
39433 \family default
39434
39435 \family sans
39436 b
39437 \family default
39438  und 
39439 \family sans
39440 p
39441 \family default
39442 , analog zu den in Abschnitt
39443 \begin_inset space ~
39444 \end_inset
39445
39446
39447 \begin_inset CommandInset ref
39448 LatexCommand ref
39449 reference "abs:Gleitobjekt-Platzierung"
39450
39451 \end_inset
39452
39453  beschriebenen Platzierungsoptionen festlegen können.
39454  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
39455  hintereinander angegeben, z.
39456 \begin_inset space \thinspace{}
39457 \end_inset
39458
39459 B.
39460  
39461 \begin_inset Quotes gld
39462 \end_inset
39463
39464
39465 \family sans
39466 htbp
39467 \family default
39468
39469 \begin_inset Quotes grd
39470 \end_inset
39471
39472 .
39473  Die Option 
39474 \begin_inset Quotes gld
39475 \end_inset
39476
39477 h
39478 \begin_inset Quotes grd
39479 \end_inset
39480
39481  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
39482  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
39483 \end_layout
39484
39485 \begin_layout Standard
39486 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
39487  zu verweisen: Listing
39488 \begin_inset space ~
39489 \end_inset
39490
39491
39492 \begin_inset CommandInset ref
39493 LatexCommand ref
39494 reference "lst:Gleitendes-Programm-Listing"
39495
39496 \end_inset
39497
39498 .
39499  Mit dem Menü 
39500 \family sans
39501 Einfügen\SpecialChar menuseparator
39502 Liste
39503 \begin_inset space ~
39504 \end_inset
39505
39506 /
39507 \begin_inset space ~
39508 \end_inset
39509
39510 Inhaltsverzeichnis\SpecialChar menuseparator
39511 Listings Verzeichnis
39512 \family default
39513  kann ein Verzeichnis aller Listings eingefügt werden.
39514  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
39515 \end_layout
39516
39517 \begin_layout Standard
39518 \begin_inset listings
39519 lstparams "language=Python"
39520 inline false
39521 status open
39522
39523 \begin_layout Plain Layout
39524
39525 \begin_inset Caption Standard
39526
39527 \begin_layout Plain Layout
39528 \begin_inset CommandInset label
39529 LatexCommand label
39530 name "lst:Gleitendes-Programm-Listing"
39531
39532 \end_inset
39533
39534 Gleitendes Programm-Listing
39535 \end_layout
39536
39537 \end_inset
39538
39539 # Gleitendes Programm-Listing
39540 \end_layout
39541
39542 \begin_layout Plain Layout
39543
39544 def func(param):
39545 \end_layout
39546
39547 \begin_layout Plain Layout
39548
39549     'Dies ist eine Python-Funktion'
39550 \end_layout
39551
39552 \begin_layout Plain Layout
39553
39554     pass
39555 \end_layout
39556
39557 \end_inset
39558
39559
39560 \end_layout
39561
39562 \begin_layout Standard
39563 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
39564  der Sprache erkannt und besonders gedruckt, wie 
39565 \emph on
39566 #
39567 \emph default
39568
39569 \emph on
39570 def
39571 \emph default
39572  und 
39573 \emph on
39574 pass
39575 \emph default
39576  in Listing
39577 \begin_inset space ~
39578 \end_inset
39579
39580
39581 \begin_inset CommandInset ref
39582 LatexCommand ref
39583 reference "lst:Gleitendes-Programm-Listing"
39584
39585 \end_inset
39586
39587 .
39588 \end_layout
39589
39590 \begin_layout Standard
39591 \begin_inset Note Greyedout
39592 status open
39593
39594 \begin_layout Plain Layout
39595
39596 \series bold
39597 Bemerkung:
39598 \series default
39599  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
39600 \family typewriter
39601 Schreib\SpecialChar softhyphen
39602 maschine
39603 \family default
39604  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
39605 h keine fett gedruckten Buchstaben.
39606  Wählen Sie in diesem Fall eine andere Schrift im Menü 
39607 \family sans
39608 Dokument\SpecialChar menuseparator
39609 Einstellungen\SpecialChar menuseparator
39610 Schriften
39611 \family default
39612 .
39613  (Die Schriften 
39614 \emph on
39615 LuxiMono, BeraMono
39616 \emph default
39617  und 
39618 \emph on
39619 Courier
39620 \emph default
39621  enthalten fett gedruckte Buchstaben.)
39622 \end_layout
39623
39624 \end_inset
39625
39626
39627 \end_layout
39628
39629 \begin_layout Standard
39630 Im Abschnitt 
39631 \family sans
39632 Zeilennummerierung
39633 \family default
39634  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
39635 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
39636  jede wievielte Zeile nummeriert werden soll und die 
39637 \family sans
39638 Schriftgröße
39639 \family default
39640  der Nummerierung.
39641 \end_layout
39642
39643 \begin_layout Standard
39644 Im Abschnitt 
39645 \family sans
39646 Bereich
39647 \family default
39648  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
39649  Im Abschnitt 
39650 \family sans
39651 Stil
39652 \family default
39653  legen Sie fest, wie die Liste ausgedruckt werden soll.
39654  Die Option 
39655 \family sans
39656 Erweiterte
39657 \begin_inset space ~
39658 \end_inset
39659
39660 Zeichentabelle
39661 \family default
39662  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
39663 \end_layout
39664
39665 \begin_layout Standard
39666 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
39667 \begin_inset Quotes gld
39668 \end_inset
39669
39670 3
39671 \begin_inset Quotes grd
39672 \end_inset
39673
39674 , Sprache 
39675 \begin_inset Quotes gld
39676 \end_inset
39677
39678 Python
39679 \begin_inset Quotes grd
39680 \end_inset
39681
39682 , Optionen 
39683 \begin_inset Quotes gld
39684 \end_inset
39685
39686 Erweiterte Zeichentabelle
39687 \begin_inset Quotes grd
39688 \end_inset
39689
39690  und 
39691 \begin_inset Quotes gld
39692 \end_inset
39693
39694 Leerzeichen als Symbol
39695 \begin_inset Quotes grd
39696 \end_inset
39697
39698  und Bereich Zeilen 3
39699 \begin_inset space \thinspace{}
39700 \end_inset
39701
39702 -
39703 \begin_inset space \thinspace{}
39704 \end_inset
39705
39706 8:
39707 \end_layout
39708
39709 \begin_layout Standard
39710 \begin_inset listings
39711 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
39712 inline false
39713 status open
39714
39715 \begin_layout Plain Layout
39716
39717 def func(param):
39718 \end_layout
39719
39720 \begin_layout Plain Layout
39721
39722     'Dies ist eine Python-Funktion'
39723 \end_layout
39724
39725 \begin_layout Plain Layout
39726
39727     pass
39728 \end_layout
39729
39730 \begin_layout Plain Layout
39731
39732 def func(param):
39733 \end_layout
39734
39735 \begin_layout Plain Layout
39736
39737 'Sonderzeichen: Tschüß'
39738 \end_layout
39739
39740 \begin_layout Plain Layout
39741
39742 pass
39743 \end_layout
39744
39745 \begin_layout Plain Layout
39746
39747 def func(param):
39748 \end_layout
39749
39750 \begin_layout Plain Layout
39751
39752 'Dies ist eine Python-Funktion'
39753 \end_layout
39754
39755 \begin_layout Plain Layout
39756
39757 pass
39758 \end_layout
39759
39760 \end_inset
39761
39762
39763 \end_layout
39764
39765 \begin_layout Standard
39766 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
39767 \family sans
39768 Tabulatorgröße
39769 \family default
39770  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
39771 \end_layout
39772
39773 \begin_layout Standard
39774 \noindent
39775 \begin_inset Note Greyedout
39776 status open
39777
39778 \begin_layout Plain Layout
39779
39780 \series bold
39781 Bemerkung:
39782 \series default
39783  Wegen eines Fehlers im 
39784 \series bold
39785 listings
39786 \series default
39787 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
39788  verschoben.
39789  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
39790  Listing nummeriert werden.
39791 \end_layout
39792
39793 \end_inset
39794
39795
39796 \end_layout
39797
39798 \begin_layout Standard
39799 \begin_inset VSpace bigskip
39800 \end_inset
39801
39802
39803 \end_layout
39804
39805 \begin_layout Standard
39806 \noindent
39807 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
39808  Das machen Sie mit
39809 \family sans
39810  Einfügen\SpecialChar menuseparator
39811 Datei\SpecialChar menuseparator
39812 Unterdokument
39813 \family default
39814  und der 
39815 \family sans
39816 Art
39817 \begin_inset space ~
39818 \end_inset
39819
39820 der
39821 \begin_inset space ~
39822 \end_inset
39823
39824 Einbindung
39825 \family default
39826  
39827 \family sans
39828 Listing
39829 \family default
39830 .
39831 \begin_inset Foot
39832 status collapsed
39833
39834 \begin_layout Plain Layout
39835 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
39836 \begin_inset space ~
39837 \end_inset
39838
39839
39840 \begin_inset CommandInset ref
39841 LatexCommand ref
39842 reference "abs:Unterdokumente"
39843
39844 \end_inset
39845
39846  beschrieben.
39847 \end_layout
39848
39849 \end_inset
39850
39851  Im Dialogfenster
39852 \family sans
39853  Unterdokument
39854 \family default
39855  können Sie die Listing-Parameter unter 
39856 \family sans
39857 Weitere
39858 \begin_inset space ~
39859 \end_inset
39860
39861 Parameter
39862 \family default
39863  eingeben.
39864  Wenn Sie dort ein Fragezeichen 
39865 \begin_inset Quotes gld
39866 \end_inset
39867
39868 ?
39869 \begin_inset Quotes grd
39870 \end_inset
39871
39872  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
39873 det.
39874 \end_layout
39875
39876 \begin_layout Standard
39877 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
39878  Text ins Feld 
39879 \family sans
39880 Marke
39881 \family default
39882 , auf die dann wie üblich verwiesen werden kann.
39883 \end_layout
39884
39885 \begin_layout Standard
39886 Listing
39887 \begin_inset space ~
39888 \end_inset
39889
39890
39891 \begin_inset CommandInset ref
39892 LatexCommand ref
39893 reference "lst:Datei-Listing"
39894
39895 \end_inset
39896
39897  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
39898 \begin_inset space \thinspace{}
39899 \end_inset
39900
39901 -
39902 \begin_inset space \thinspace{}
39903 \end_inset
39904
39905 15 gedruckt werden.
39906 \end_layout
39907
39908 \begin_layout Standard
39909 \begin_inset CommandInset include
39910 LatexCommand lstinputlisting
39911 filename "EmbeddedObjects.lyx"
39912 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
39913
39914 \end_inset
39915
39916
39917 \end_layout
39918
39919 \begin_layout Standard
39920 \begin_inset VSpace bigskip
39921 \end_inset
39922
39923
39924 \end_layout
39925
39926 \begin_layout Standard
39927 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
39928 \end_layout
39929
39930 \begin_layout Enumerate
39931 Öffnen Sie die Listings-Einstellungen und fügen
39932 \begin_inset Newline newline
39933 \end_inset
39934
39935
39936 \family sans
39937 mathescape=true
39938 \family default
39939
39940 \begin_inset Newline newline
39941 \end_inset
39942
39943 in das Feld des Tabs 
39944 \family sans
39945 Erweitert
39946 \family default
39947  ein
39948 \end_layout
39949
39950 \begin_layout Enumerate
39951 Erstellen Sie eine Formel außerhalb des Listings
39952 \end_layout
39953
39954 \begin_layout Enumerate
39955 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
39956 blage (Tastenkürzel 
39957 \family sans
39958 Ctrl+C
39959 \family default
39960 )
39961 \end_layout
39962
39963 \begin_layout Enumerate
39964 Schreiben sie 
39965 \begin_inset Quotes gld
39966 \end_inset
39967
39968
39969 \family sans
39970 $$
39971 \family default
39972
39973 \begin_inset Quotes grd
39974 \end_inset
39975
39976  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
39977 hen (Tastenkürzel 
39978 \family sans
39979 Ctrl+V
39980 \family default
39981 )
39982 \end_layout
39983
39984 \begin_layout Standard
39985 \begin_inset listings
39986 lstparams "language=Python,mathescape=true"
39987 inline false
39988 status open
39989
39990 \begin_layout Plain Layout
39991
39992 \begin_inset Caption Standard
39993
39994 \begin_layout Plain Layout
39995 Programm-Listing mit einer Formel
39996 \end_layout
39997
39998 \end_inset
39999
40000 # Beispiel-Programm-Listing
40001 \end_layout
40002
40003 \begin_layout Plain Layout
40004
40005 def func(param):
40006 \end_layout
40007
40008 \begin_layout Plain Layout
40009
40010     # $
40011 \backslash
40012 prod_{n=1}^{
40013 \backslash
40014 infty}
40015 \backslash
40016 ,
40017 \backslash
40018 frac{1}{x^{2}}$
40019 \end_layout
40020
40021 \begin_layout Plain Layout
40022
40023     pass
40024 \end_layout
40025
40026 \end_inset
40027
40028
40029 \end_layout
40030
40031 \begin_layout Standard
40032 \begin_inset VSpace bigskip
40033 \end_inset
40034
40035
40036 \end_layout
40037
40038 \begin_layout Standard
40039 \noindent
40040 Dokumentweite Listing-Eigenschaften können im Dialog 
40041 \family sans
40042 Dokument\SpecialChar menuseparator
40043 Einstellungen\SpecialChar menuseparator
40044 Listing
40045 \family default
40046  festgelegt werden.
40047  Dort bekommt man durch Eingabe eines Fragezeichens 
40048 \begin_inset Quotes gld
40049 \end_inset
40050
40051 ?
40052 \begin_inset Quotes grd
40053 \end_inset
40054
40055  eine Liste aller möglichen Parameter.
40056 \end_layout
40057
40058 \begin_layout Standard
40059 Weitere Informationen über das 
40060 \series bold
40061 listings
40062 \series default
40063 -Paket finden Sie in 
40064 \begin_inset CommandInset citation
40065 LatexCommand cite
40066 key "listings"
40067
40068 \end_inset
40069
40070 .
40071 \end_layout
40072
40073 \begin_layout Chapter
40074 \start_of_appendix
40075 In \SpecialChar LyX
40076  verfügbare Maßeinheiten
40077 \begin_inset CommandInset label
40078 LatexCommand label
40079 name "kap:In-LyX-verfügbare"
40080
40081 \end_inset
40082
40083
40084 \begin_inset Index idx
40085 status collapsed
40086
40087 \begin_layout Plain Layout
40088 Einheiten
40089 \end_layout
40090
40091 \end_inset
40092
40093
40094 \end_layout
40095
40096 \begin_layout Standard
40097 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
40098  Tabelle
40099 \begin_inset space ~
40100 \end_inset
40101
40102
40103 \begin_inset CommandInset ref
40104 LatexCommand ref
40105 reference "tab:Maßeinheiten"
40106
40107 \end_inset
40108
40109  alle in \SpecialChar LyX
40110  verfügbaren Maßeinheiten.
40111 \end_layout
40112
40113 \begin_layout Standard
40114 \begin_inset Float table
40115 placement h
40116 wide false
40117 sideways false
40118 status open
40119
40120 \begin_layout Plain Layout
40121 \begin_inset Caption Standard
40122
40123 \begin_layout Plain Layout
40124 \begin_inset CommandInset label
40125 LatexCommand label
40126 name "tab:Maßeinheiten"
40127
40128 \end_inset
40129
40130 Maßeinheiten
40131 \end_layout
40132
40133 \end_inset
40134
40135
40136 \end_layout
40137
40138 \begin_layout Plain Layout
40139 \begin_inset VSpace medskip
40140 \end_inset
40141
40142
40143 \end_layout
40144
40145 \begin_layout Plain Layout
40146 \align center
40147 \begin_inset Tabular
40148 <lyxtabular version="3" rows="20" columns="3">
40149 <features tabularvalignment="middle">
40150 <column alignment="center" valignment="top">
40151 <column alignment="center" valignment="top">
40152 <column alignment="center" valignment="top">
40153 <row>
40154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40155 \begin_inset Text
40156
40157 \begin_layout Plain Layout
40158 Maßeinheit
40159 \end_layout
40160
40161 \end_inset
40162 </cell>
40163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40164 \begin_inset Text
40165
40166 \begin_layout Plain Layout
40167 Name/Beschreibung
40168 \end_layout
40169
40170 \end_inset
40171 </cell>
40172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40173 \begin_inset Text
40174
40175 \begin_layout Plain Layout
40176 \SpecialChar LaTeX
40177 -Befehl
40178 \end_layout
40179
40180 \end_inset
40181 </cell>
40182 </row>
40183 <row>
40184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40185 \begin_inset Text
40186
40187 \begin_layout Plain Layout
40188 mm
40189 \end_layout
40190
40191 \end_inset
40192 </cell>
40193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40194 \begin_inset Text
40195
40196 \begin_layout Plain Layout
40197 Millimeter
40198 \end_layout
40199
40200 \end_inset
40201 </cell>
40202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40203 \begin_inset Text
40204
40205 \begin_layout Plain Layout
40206 -
40207 \end_layout
40208
40209 \end_inset
40210 </cell>
40211 </row>
40212 <row>
40213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40214 \begin_inset Text
40215
40216 \begin_layout Plain Layout
40217 cm
40218 \end_layout
40219
40220 \end_inset
40221 </cell>
40222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40223 \begin_inset Text
40224
40225 \begin_layout Plain Layout
40226 Zentimeter
40227 \end_layout
40228
40229 \end_inset
40230 </cell>
40231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40232 \begin_inset Text
40233
40234 \begin_layout Plain Layout
40235 -
40236 \end_layout
40237
40238 \end_inset
40239 </cell>
40240 </row>
40241 <row>
40242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40243 \begin_inset Text
40244
40245 \begin_layout Plain Layout
40246 in
40247 \end_layout
40248
40249 \end_inset
40250 </cell>
40251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40252 \begin_inset Text
40253
40254 \begin_layout Plain Layout
40255 Zoll (1
40256 \begin_inset space \thinspace{}
40257 \end_inset
40258
40259 in = 2.54
40260 \begin_inset space \thinspace{}
40261 \end_inset
40262
40263 cm
40264 \end_layout
40265
40266 \end_inset
40267 </cell>
40268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40269 \begin_inset Text
40270
40271 \begin_layout Plain Layout
40272 -
40273 \end_layout
40274
40275 \end_inset
40276 </cell>
40277 </row>
40278 <row>
40279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40280 \begin_inset Text
40281
40282 \begin_layout Plain Layout
40283 pt
40284 \end_layout
40285
40286 \end_inset
40287 </cell>
40288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40289 \begin_inset Text
40290
40291 \begin_layout Plain Layout
40292 Punkt (72.27
40293 \begin_inset space \thinspace{}
40294 \end_inset
40295
40296 pt = 1
40297 \begin_inset space \thinspace{}
40298 \end_inset
40299
40300 in)
40301 \end_layout
40302
40303 \end_inset
40304 </cell>
40305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40306 \begin_inset Text
40307
40308 \begin_layout Plain Layout
40309 -
40310 \end_layout
40311
40312 \end_inset
40313 </cell>
40314 </row>
40315 <row>
40316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40317 \begin_inset Text
40318
40319 \begin_layout Plain Layout
40320 pc
40321 \end_layout
40322
40323 \end_inset
40324 </cell>
40325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40326 \begin_inset Text
40327
40328 \begin_layout Plain Layout
40329 Pica (1
40330 \begin_inset space \thinspace{}
40331 \end_inset
40332
40333 pc = 12
40334 \begin_inset space \thinspace{}
40335 \end_inset
40336
40337 pt)
40338 \end_layout
40339
40340 \end_inset
40341 </cell>
40342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40343 \begin_inset Text
40344
40345 \begin_layout Plain Layout
40346 -
40347 \end_layout
40348
40349 \end_inset
40350 </cell>
40351 </row>
40352 <row>
40353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40354 \begin_inset Text
40355
40356 \begin_layout Plain Layout
40357 sp
40358 \end_layout
40359
40360 \end_inset
40361 </cell>
40362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40363 \begin_inset Text
40364
40365 \begin_layout Plain Layout
40366 skalierter Punkt (65536
40367 \begin_inset space \thinspace{}
40368 \end_inset
40369
40370 sp = 1
40371 \begin_inset space \thinspace{}
40372 \end_inset
40373
40374 pt)
40375 \end_layout
40376
40377 \end_inset
40378 </cell>
40379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40380 \begin_inset Text
40381
40382 \begin_layout Plain Layout
40383 -
40384 \end_layout
40385
40386 \end_inset
40387 </cell>
40388 </row>
40389 <row>
40390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40391 \begin_inset Text
40392
40393 \begin_layout Plain Layout
40394 bp
40395 \end_layout
40396
40397 \end_inset
40398 </cell>
40399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40400 \begin_inset Text
40401
40402 \begin_layout Plain Layout
40403 großer Punkt (72
40404 \begin_inset space \thinspace{}
40405 \end_inset
40406
40407 bp = 1
40408 \begin_inset space \thinspace{}
40409 \end_inset
40410
40411 in)
40412 \end_layout
40413
40414 \end_inset
40415 </cell>
40416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40417 \begin_inset Text
40418
40419 \begin_layout Plain Layout
40420 -
40421 \end_layout
40422
40423 \end_inset
40424 </cell>
40425 </row>
40426 <row>
40427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40428 \begin_inset Text
40429
40430 \begin_layout Plain Layout
40431 dd
40432 \end_layout
40433
40434 \end_inset
40435 </cell>
40436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40437 \begin_inset Text
40438
40439 \begin_layout Plain Layout
40440 Didot (1
40441 \begin_inset space \thinspace{}
40442 \end_inset
40443
40444 dd 
40445 \begin_inset Formula $\approx$
40446 \end_inset
40447
40448  0,376
40449 \begin_inset space \thinspace{}
40450 \end_inset
40451
40452 mm)
40453 \end_layout
40454
40455 \end_inset
40456 </cell>
40457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40458 \begin_inset Text
40459
40460 \begin_layout Plain Layout
40461 -
40462 \end_layout
40463
40464 \end_inset
40465 </cell>
40466 </row>
40467 <row>
40468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40469 \begin_inset Text
40470
40471 \begin_layout Plain Layout
40472 cc
40473 \end_layout
40474
40475 \end_inset
40476 </cell>
40477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40478 \begin_inset Text
40479
40480 \begin_layout Plain Layout
40481 Cicero (1
40482 \begin_inset space \thinspace{}
40483 \end_inset
40484
40485 cc = 12
40486 \begin_inset space \thinspace{}
40487 \end_inset
40488
40489 dd)
40490 \end_layout
40491
40492 \end_inset
40493 </cell>
40494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40495 \begin_inset Text
40496
40497 \begin_layout Plain Layout
40498 -
40499 \end_layout
40500
40501 \end_inset
40502 </cell>
40503 </row>
40504 <row>
40505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40506 \begin_inset Text
40507
40508 \begin_layout Plain Layout
40509 Skalierung %
40510 \end_layout
40511
40512 \end_inset
40513 </cell>
40514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40515 \begin_inset Text
40516
40517 \begin_layout Plain Layout
40518 % der originalen Bildbreite
40519 \end_layout
40520
40521 \end_inset
40522 </cell>
40523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40524 \begin_inset Text
40525
40526 \begin_layout Plain Layout
40527
40528 \end_layout
40529
40530 \end_inset
40531 </cell>
40532 </row>
40533 <row>
40534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40535 \begin_inset Text
40536
40537 \begin_layout Plain Layout
40538 Textbreite %
40539 \end_layout
40540
40541 \end_inset
40542 </cell>
40543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40544 \begin_inset Text
40545
40546 \begin_layout Plain Layout
40547 % der Textbreite
40548 \end_layout
40549
40550 \end_inset
40551 </cell>
40552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40553 \begin_inset Text
40554
40555 \begin_layout Plain Layout
40556
40557 \backslash
40558 textwidth
40559 \end_layout
40560
40561 \end_inset
40562 </cell>
40563 </row>
40564 <row>
40565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40566 \begin_inset Text
40567
40568 \begin_layout Plain Layout
40569 Spaltenbreite %
40570 \end_layout
40571
40572 \end_inset
40573 </cell>
40574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40575 \begin_inset Text
40576
40577 \begin_layout Plain Layout
40578 % der Spaltenbreite
40579 \end_layout
40580
40581 \end_inset
40582 </cell>
40583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40584 \begin_inset Text
40585
40586 \begin_layout Plain Layout
40587
40588 \backslash
40589 columnwidth
40590 \end_layout
40591
40592 \end_inset
40593 </cell>
40594 </row>
40595 <row>
40596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40597 \begin_inset Text
40598
40599 \begin_layout Plain Layout
40600 Seitenbreite %
40601 \end_layout
40602
40603 \end_inset
40604 </cell>
40605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40606 \begin_inset Text
40607
40608 \begin_layout Plain Layout
40609 % der Seitenbreite
40610 \end_layout
40611
40612 \end_inset
40613 </cell>
40614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40615 \begin_inset Text
40616
40617 \begin_layout Plain Layout
40618
40619 \backslash
40620 paperwidth
40621 \end_layout
40622
40623 \end_inset
40624 </cell>
40625 </row>
40626 <row>
40627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40628 \begin_inset Text
40629
40630 \begin_layout Plain Layout
40631 Zeilenbreite %
40632 \end_layout
40633
40634 \end_inset
40635 </cell>
40636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40637 \begin_inset Text
40638
40639 \begin_layout Plain Layout
40640 % der Zeilenbreite
40641 \end_layout
40642
40643 \end_inset
40644 </cell>
40645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40646 \begin_inset Text
40647
40648 \begin_layout Plain Layout
40649
40650 \backslash
40651 linewidth
40652 \end_layout
40653
40654 \end_inset
40655 </cell>
40656 </row>
40657 <row>
40658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40659 \begin_inset Text
40660
40661 \begin_layout Plain Layout
40662 Texthöhe %
40663 \end_layout
40664
40665 \end_inset
40666 </cell>
40667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40668 \begin_inset Text
40669
40670 \begin_layout Plain Layout
40671 % der Texthöhe
40672 \end_layout
40673
40674 \end_inset
40675 </cell>
40676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40677 \begin_inset Text
40678
40679 \begin_layout Plain Layout
40680
40681 \backslash
40682 textheight
40683 \end_layout
40684
40685 \end_inset
40686 </cell>
40687 </row>
40688 <row>
40689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40690 \begin_inset Text
40691
40692 \begin_layout Plain Layout
40693 Seitenhöhe %
40694 \end_layout
40695
40696 \end_inset
40697 </cell>
40698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40699 \begin_inset Text
40700
40701 \begin_layout Plain Layout
40702 % der Seitenhöhe
40703 \end_layout
40704
40705 \end_inset
40706 </cell>
40707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40708 \begin_inset Text
40709
40710 \begin_layout Plain Layout
40711
40712 \backslash
40713 paperheight
40714 \end_layout
40715
40716 \end_inset
40717 </cell>
40718 </row>
40719 <row>
40720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40721 \begin_inset Text
40722
40723 \begin_layout Plain Layout
40724 ex
40725 \end_layout
40726
40727 \end_inset
40728 </cell>
40729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40730 \begin_inset Text
40731
40732 \begin_layout Plain Layout
40733 Die Höhe des Buchstabens 
40734 \emph on
40735 x
40736 \emph default
40737  im aktiven Zeichensatz
40738 \end_layout
40739
40740 \end_inset
40741 </cell>
40742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40743 \begin_inset Text
40744
40745 \begin_layout Plain Layout
40746 -
40747 \end_layout
40748
40749 \end_inset
40750 </cell>
40751 </row>
40752 <row>
40753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40754 \begin_inset Text
40755
40756 \begin_layout Plain Layout
40757 em
40758 \end_layout
40759
40760 \end_inset
40761 </cell>
40762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40763 \begin_inset Text
40764
40765 \begin_layout Plain Layout
40766 Die Breite des Buchstabens 
40767 \emph on
40768 M
40769 \emph default
40770  im aktiven Zeichensatz
40771 \end_layout
40772
40773 \end_inset
40774 </cell>
40775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40776 \begin_inset Text
40777
40778 \begin_layout Plain Layout
40779 -
40780 \end_layout
40781
40782 \end_inset
40783 </cell>
40784 </row>
40785 <row>
40786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40787 \begin_inset Text
40788
40789 \begin_layout Plain Layout
40790 mu
40791 \end_layout
40792
40793 \end_inset
40794 </cell>
40795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40796 \begin_inset Text
40797
40798 \begin_layout Plain Layout
40799 mathematische Maßeinheit
40800 \series bold
40801  
40802 \series default
40803 (1
40804 \begin_inset space \thinspace{}
40805 \end_inset
40806
40807 mu = 1/18
40808 \begin_inset space \thinspace{}
40809 \end_inset
40810
40811 em)
40812 \end_layout
40813
40814 \end_inset
40815 </cell>
40816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40817 \begin_inset Text
40818
40819 \begin_layout Plain Layout
40820 -
40821 \end_layout
40822
40823 \end_inset
40824 </cell>
40825 </row>
40826 </lyxtabular>
40827
40828 \end_inset
40829
40830
40831 \end_layout
40832
40833 \end_inset
40834
40835
40836 \end_layout
40837
40838 \begin_layout Chapter
40839 Ausgabedatei-Formate mit Grafiken
40840 \begin_inset CommandInset label
40841 LatexCommand label
40842 name "kap:Ausgabedatei-Formate"
40843
40844 \end_inset
40845
40846
40847 \end_layout
40848
40849 \begin_layout Section
40850 DVI
40851 \begin_inset Index idx
40852 status collapsed
40853
40854 \begin_layout Plain Layout
40855 Dateiformat! DVI
40856 \end_layout
40857
40858 \end_inset
40859
40860
40861 \begin_inset Index idx
40862 status collapsed
40863
40864 \begin_layout Plain Layout
40865 DVI
40866 \end_layout
40867
40868 \end_inset
40869
40870
40871 \end_layout
40872
40873 \begin_layout Standard
40874 Dieser Dateityp hat die Erweiterung 
40875 \begin_inset Quotes gld
40876 \end_inset
40877
40878
40879 \family typewriter
40880 .dvi
40881 \family default
40882
40883 \begin_inset Quotes grd
40884 \end_inset
40885
40886  und wird 
40887 \begin_inset Quotes gld
40888 \end_inset
40889
40890 device independent
40891 \begin_inset Quotes grd
40892 \end_inset
40893
40894  genannt, weil er vollkommen portierbar ist.
40895  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
40896  dvi-Betrachter installiert hat.
40897  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
40898 ate wie PostScript benutzt.
40899 \end_layout
40900
40901 \begin_layout Standard
40902 \begin_inset Note Greyedout
40903 status open
40904
40905 \begin_layout Plain Layout
40906
40907 \series bold
40908 Bemerkung:
40909 \series default
40910  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
40911 \end_layout
40912
40913 \end_inset
40914
40915
40916 \end_layout
40917
40918 \begin_layout Standard
40919 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
40920  auf einen anderen Computer kopieren.
40921  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
40922  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
40923  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
40924 \family typewriter
40925  
40926 \family default
40927 blättern.
40928
40929 \family typewriter
40930  
40931 \family default
40932 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
40933  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
40934  
40935 \end_layout
40936
40937 \begin_layout Standard
40938 Sie können Ihr Dokument als DVI über das Menü 
40939 \family sans
40940 Datei\SpecialChar menuseparator
40941 Exportieren\SpecialChar menuseparator
40942 DVI
40943 \family default
40944  exportieren.
40945  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
40946 \family sans
40947 Ansicht
40948 \family default
40949  anschauen.
40950 \end_layout
40951
40952 \begin_layout Section
40953 PostScript
40954 \begin_inset Index idx
40955 status collapsed
40956
40957 \begin_layout Plain Layout
40958 Dateiformat  ! PostScript
40959 \end_layout
40960
40961 \end_inset
40962
40963
40964 \begin_inset Index idx
40965 status collapsed
40966
40967 \begin_layout Plain Layout
40968 PostScript
40969 \end_layout
40970
40971 \end_inset
40972
40973
40974 \end_layout
40975
40976 \begin_layout Standard
40977 Dieser Dateityp hat die Erweiterung 
40978 \begin_inset Quotes gld
40979 \end_inset
40980
40981
40982 \family typewriter
40983 .ps
40984 \family default
40985
40986 \begin_inset Quotes grd
40987 \end_inset
40988
40989 .
40990  PostScript wurde von der Firma
40991 \family typewriter
40992  Adobe
40993 \family default
40994  als Druckersprache entwickelt.
40995  Die Datei enthält deshalb Druckbefehle.
40996  PostScript kann als 
40997 \begin_inset Quotes gld
40998 \end_inset
40999
41000 Programmiersprache
41001 \begin_inset Quotes grd
41002 \end_inset
41003
41004  angesehen werden.
41005  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
41006 \begin_inset Foot
41007 status collapsed
41008
41009 \begin_layout Plain Layout
41010 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
41011  von
41012 \series bold
41013  PSTricks
41014 \series default
41015  
41016 \begin_inset CommandInset citation
41017 LatexCommand cite
41018 key "pstricks"
41019
41020 \end_inset
41021
41022  oder 
41023 \begin_inset CommandInset citation
41024 LatexCommand cite
41025 key "latex-praxisbuch"
41026
41027 \end_inset
41028
41029  ansehen.
41030 \end_layout
41031
41032 \end_inset
41033
41034 .
41035  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
41036 \end_layout
41037
41038 \begin_layout Standard
41039 PostScript kann nur Bilder im Format EPS
41040 \begin_inset Index idx
41041 status collapsed
41042
41043 \begin_layout Plain Layout
41044 EPS
41045 \end_layout
41046
41047 \end_inset
41048
41049  (Encapsulated PostScript, Datei-Er\SpecialChar softhyphen
41050 wei\SpecialChar softhyphen
41051 ter\SpecialChar softhyphen
41052 ung 
41053 \begin_inset Quotes gld
41054 \end_inset
41055
41056
41057 \family typewriter
41058 .eps
41059 \family default
41060
41061 \begin_inset Quotes grd
41062 \end_inset
41063
41064 ) enthalten.
41065  Weil \SpecialChar LyX
41066  die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
41067  intern nach EPS konvertieren.
41068  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
41069  verlangsamen.
41070  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
41071  konvertieren und direkt als EPS einfügen.
41072 \end_layout
41073
41074 \begin_layout Standard
41075 Sie können Ihr Dokument als PostScript über das Menü 
41076 \family sans
41077 Datei\SpecialChar menuseparator
41078 Exportieren\SpecialChar menuseparator
41079 Post\SpecialChar softhyphen
41080 Script
41081 \family default
41082  exportieren.
41083  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
41084 \family sans
41085 Ansicht
41086 \family default
41087  anschauen.
41088 \end_layout
41089
41090 \begin_layout Section
41091 PDF
41092 \begin_inset Index idx
41093 status collapsed
41094
41095 \begin_layout Plain Layout
41096 Dateiformat! PDF
41097 \end_layout
41098
41099 \end_inset
41100
41101
41102 \begin_inset Index idx
41103 status collapsed
41104
41105 \begin_layout Plain Layout
41106 PDF
41107 \end_layout
41108
41109 \end_inset
41110
41111
41112 \end_layout
41113
41114 \begin_layout Standard
41115 Dieser Dateityp hat die Erweiterung 
41116 \begin_inset Quotes gld
41117 \end_inset
41118
41119
41120 \family typewriter
41121 .pdf
41122 \family default
41123
41124 \begin_inset Quotes grd
41125 \end_inset
41126
41127 .
41128  Das
41129 \emph on
41130  
41131 \emph default
41132
41133 \begin_inset Quotes gld
41134 \end_inset
41135
41136 Portable Document Format
41137 \begin_inset Quotes grd
41138 \end_inset
41139
41140  (PDF) wurde auch von der Firma 
41141 \family typewriter
41142 Adobe
41143 \family default
41144  als Derivat von PostScript entwickelt.
41145  Es ist komprimierter und benutzt weniger Befehle als PostScript.
41146  Wie der Begriff 
41147 \begin_inset Quotes gld
41148 \end_inset
41149
41150 portable
41151 \begin_inset Quotes grd
41152 \end_inset
41153
41154  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
41155  werden, und der Ausdruck sieht immer gleich aus.
41156 \end_layout
41157
41158 \begin_layout Standard
41159 PDF kann Bilder im eigenen PDF-Format, im Format 
41160 \begin_inset Quotes gld
41161 \end_inset
41162
41163 Joint Photographic Experts Group
41164 \begin_inset Quotes grd
41165 \end_inset
41166
41167  (JPEG
41168 \begin_inset Index idx
41169 status collapsed
41170
41171 \begin_layout Plain Layout
41172 JPG, JPEG
41173 \end_layout
41174
41175 \end_inset
41176
41177 , Datei-Erweiterung 
41178 \begin_inset Quotes gld
41179 \end_inset
41180
41181
41182 \family typewriter
41183 .jpg
41184 \family default
41185
41186 \begin_inset Quotes grd
41187 \end_inset
41188
41189  oder 
41190 \begin_inset Quotes gld
41191 \end_inset
41192
41193
41194 \family typewriter
41195 .jpeg
41196 \family default
41197
41198 \begin_inset Quotes grd
41199 \end_inset
41200
41201 ) und im Format 
41202 \begin_inset Quotes gld
41203 \end_inset
41204
41205 Portable Network Graphics
41206 \begin_inset Quotes grd
41207 \end_inset
41208
41209  (PNG
41210 \begin_inset Index idx
41211 status collapsed
41212
41213 \begin_layout Plain Layout
41214 PNG
41215 \end_layout
41216
41217 \end_inset
41218
41219 , Datei-Erweiterung 
41220 \begin_inset Quotes gld
41221 \end_inset
41222
41223
41224 \family typewriter
41225 .png
41226 \family default
41227
41228 \begin_inset Quotes grd
41229 \end_inset
41230
41231 ) enthalten.
41232  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil \SpecialChar LyX
41233  es für Sie
41234  konvertieren wird.
41235  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
41236  wird, eines der drei erwähnten Bildformate zu benutzen.
41237 \end_layout
41238
41239 \begin_layout Standard
41240 PDF-Dateien können Sie über 
41241 \family sans
41242 Datei\SpecialChar menuseparator
41243 Exportieren
41244 \family default
41245  auf drei Arten erzeugen:
41246 \end_layout
41247
41248 \begin_layout Description
41249 PDF
41250 \begin_inset space ~
41251 \end_inset
41252
41253 (ps2pdf) benutzt das Programm
41254 \family typewriter
41255  ps2pdf
41256 \family default
41257 , das eine PDF-Datei aus einer Post\SpecialChar softhyphen
41258 Script®-Version Ihres Dokument erstellt.
41259  Die PostScript-Version wird mit dem Programm 
41260 \family typewriter
41261 dvips
41262 \family default
41263  aus einer DVI-Version erstellt.
41264  Es werden also drei Konvertierungen verwendet.
41265 \end_layout
41266
41267 \begin_layout Description
41268 PDF
41269 \begin_inset space ~
41270 \end_inset
41271
41272 (dvipdfm) benutzt das Programm 
41273 \family typewriter
41274 dvipdfm
41275 \family default
41276 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
41277  PDF konvertiert.
41278 \end_layout
41279
41280 \begin_layout Description
41281 PDF
41282 \begin_inset space ~
41283 \end_inset
41284
41285 (pdflatex) benutzt das Programm
41286 \family typewriter
41287  pdftex
41288 \family default
41289 , das Ihr Dokument direkt nach PDF konvertiert.
41290 \end_layout
41291
41292 \begin_layout Standard
41293
41294 \family sans
41295 PDF
41296 \begin_inset space ~
41297 \end_inset
41298
41299 (pdflatex)
41300 \family default
41301  wird empfohlen, weil
41302 \family typewriter
41303  pdftex
41304 \family default
41305  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
41306  ohne Probleme arbeitet.
41307  Das Programm 
41308 \family typewriter
41309 dvi\SpecialChar softhyphen
41310 pdfm
41311 \family default
41312  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
41313 \end_layout
41314
41315 \begin_layout Standard
41316 Sie können Ihr Dokument als PDF über das Menü 
41317 \family sans
41318 Datei\SpecialChar menuseparator
41319 Exportieren\SpecialChar menuseparator
41320 PDF
41321 \family default
41322  exportieren.
41323  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
41324 \family sans
41325 Ansicht
41326 \family default
41327  oder einen Werkzeugleistenknopf anschauen.
41328 \end_layout
41329
41330 \begin_layout Chapter
41331 Liste der dvips-Farbnamen
41332 \begin_inset CommandInset label
41333 LatexCommand label
41334 name "kap:Liste-der-dvips-Farbnamen"
41335
41336 \end_inset
41337
41338
41339 \end_layout
41340
41341 \begin_layout Standard
41342 \begin_inset Tabular
41343 <lyxtabular version="3" rows="17" columns="4">
41344 <features tabularvalignment="middle">
41345 <column alignment="left" valignment="top" width="0pt">
41346 <column alignment="left" valignment="top" width="0pt">
41347 <column alignment="left" valignment="top" width="0pt">
41348 <column alignment="left" valignment="top" width="0pt">
41349 <row>
41350 <cell alignment="left" valignment="top" usebox="none">
41351 \begin_inset Text
41352
41353 \begin_layout Plain Layout
41354 \begin_inset ERT
41355 status collapsed
41356
41357 \begin_layout Plain Layout
41358
41359
41360 \backslash
41361 fcolorbox{black}{
41362 \end_layout
41363
41364 \end_inset
41365
41366 white
41367 \begin_inset ERT
41368 status collapsed
41369
41370 \begin_layout Plain Layout
41371
41372 }{
41373 \end_layout
41374
41375 \end_inset
41376
41377 Farbe
41378 \begin_inset ERT
41379 status collapsed
41380
41381 \begin_layout Plain Layout
41382
41383 }
41384 \end_layout
41385
41386 \end_inset
41387
41388  Farbname
41389 \end_layout
41390
41391 \end_inset
41392 </cell>
41393 <cell alignment="left" valignment="top" usebox="none">
41394 \begin_inset Text
41395
41396 \begin_layout Plain Layout
41397 \begin_inset ERT
41398 status collapsed
41399
41400 \begin_layout Plain Layout
41401
41402
41403 \backslash
41404 fcolorbox{black}{
41405 \end_layout
41406
41407 \end_inset
41408
41409 white
41410 \begin_inset ERT
41411 status collapsed
41412
41413 \begin_layout Plain Layout
41414
41415 }{
41416 \end_layout
41417
41418 \end_inset
41419
41420 Farbe
41421 \begin_inset ERT
41422 status collapsed
41423
41424 \begin_layout Plain Layout
41425
41426 }
41427 \end_layout
41428
41429 \end_inset
41430
41431  Farbname
41432 \end_layout
41433
41434 \end_inset
41435 </cell>
41436 <cell alignment="left" valignment="top" usebox="none">
41437 \begin_inset Text
41438
41439 \begin_layout Plain Layout
41440 \begin_inset ERT
41441 status collapsed
41442
41443 \begin_layout Plain Layout
41444
41445
41446 \backslash
41447 fcolorbox{black}{
41448 \end_layout
41449
41450 \end_inset
41451
41452 white
41453 \begin_inset ERT
41454 status collapsed
41455
41456 \begin_layout Plain Layout
41457
41458 }{
41459 \end_layout
41460
41461 \end_inset
41462
41463 Farbe
41464 \begin_inset ERT
41465 status collapsed
41466
41467 \begin_layout Plain Layout
41468
41469 }
41470 \end_layout
41471
41472 \end_inset
41473
41474  Farbname
41475 \end_layout
41476
41477 \end_inset
41478 </cell>
41479 <cell alignment="left" valignment="top" usebox="none">
41480 \begin_inset Text
41481
41482 \begin_layout Plain Layout
41483 \begin_inset ERT
41484 status collapsed
41485
41486 \begin_layout Plain Layout
41487
41488
41489 \backslash
41490 fcolorbox{black}{
41491 \end_layout
41492
41493 \end_inset
41494
41495 white
41496 \begin_inset ERT
41497 status collapsed
41498
41499 \begin_layout Plain Layout
41500
41501 }{
41502 \end_layout
41503
41504 \end_inset
41505
41506 Farbe
41507 \begin_inset ERT
41508 status collapsed
41509
41510 \begin_layout Plain Layout
41511
41512 }
41513 \end_layout
41514
41515 \end_inset
41516
41517  Farbname
41518 \end_layout
41519
41520 \end_inset
41521 </cell>
41522 </row>
41523 <row>
41524 <cell alignment="center" valignment="top" usebox="none">
41525 \begin_inset Text
41526
41527 \begin_layout Plain Layout
41528 \begin_inset ERT
41529 status collapsed
41530
41531 \begin_layout Plain Layout
41532
41533
41534 \backslash
41535 fcolorbox{black}{
41536 \end_layout
41537
41538 \end_inset
41539
41540 Apricot
41541 \begin_inset ERT
41542 status collapsed
41543
41544 \begin_layout Plain Layout
41545
41546 }{
41547 \end_layout
41548
41549 \end_inset
41550
41551
41552 \begin_inset Phantom Phantom
41553 status open
41554
41555 \begin_layout Plain Layout
41556 W
41557 \end_layout
41558
41559 \end_inset
41560
41561
41562 \begin_inset ERT
41563 status collapsed
41564
41565 \begin_layout Plain Layout
41566
41567 }
41568 \end_layout
41569
41570 \end_inset
41571
41572  Apricot
41573 \end_layout
41574
41575 \end_inset
41576 </cell>
41577 <cell alignment="center" valignment="top" usebox="none">
41578 \begin_inset Text
41579
41580 \begin_layout Plain Layout
41581 \begin_inset ERT
41582 status collapsed
41583
41584 \begin_layout Plain Layout
41585
41586
41587 \backslash
41588 fcolorbox{black}{
41589 \end_layout
41590
41591 \end_inset
41592
41593 Aquamarine
41594 \begin_inset ERT
41595 status collapsed
41596
41597 \begin_layout Plain Layout
41598
41599 }{
41600 \end_layout
41601
41602 \end_inset
41603
41604
41605 \begin_inset Phantom Phantom
41606 status open
41607
41608 \begin_layout Plain Layout
41609 W
41610 \end_layout
41611
41612 \end_inset
41613
41614
41615 \begin_inset ERT
41616 status collapsed
41617
41618 \begin_layout Plain Layout
41619
41620 }
41621 \end_layout
41622
41623 \end_inset
41624
41625  Aquamarine
41626 \end_layout
41627
41628 \end_inset
41629 </cell>
41630 <cell alignment="center" valignment="top" usebox="none">
41631 \begin_inset Text
41632
41633 \begin_layout Plain Layout
41634 \begin_inset ERT
41635 status collapsed
41636
41637 \begin_layout Plain Layout
41638
41639
41640 \backslash
41641 fcolorbox{black}{
41642 \end_layout
41643
41644 \end_inset
41645
41646 Bittersweet
41647 \begin_inset ERT
41648 status collapsed
41649
41650 \begin_layout Plain Layout
41651
41652 }{
41653 \end_layout
41654
41655 \end_inset
41656
41657
41658 \begin_inset Phantom Phantom
41659 status open
41660
41661 \begin_layout Plain Layout
41662 W
41663 \end_layout
41664
41665 \end_inset
41666
41667
41668 \begin_inset ERT
41669 status collapsed
41670
41671 \begin_layout Plain Layout
41672
41673 }
41674 \end_layout
41675
41676 \end_inset
41677
41678  Bittersweet
41679 \end_layout
41680
41681 \end_inset
41682 </cell>
41683 <cell alignment="center" valignment="top" usebox="none">
41684 \begin_inset Text
41685
41686 \begin_layout Plain Layout
41687 \begin_inset ERT
41688 status collapsed
41689
41690 \begin_layout Plain Layout
41691
41692
41693 \backslash
41694 fcolorbox{black}{
41695 \end_layout
41696
41697 \end_inset
41698
41699 BlueGreen
41700 \begin_inset ERT
41701 status collapsed
41702
41703 \begin_layout Plain Layout
41704
41705 }{
41706 \end_layout
41707
41708 \end_inset
41709
41710
41711 \begin_inset Phantom Phantom
41712 status open
41713
41714 \begin_layout Plain Layout
41715 W
41716 \end_layout
41717
41718 \end_inset
41719
41720
41721 \begin_inset ERT
41722 status collapsed
41723
41724 \begin_layout Plain Layout
41725
41726 }
41727 \end_layout
41728
41729 \end_inset
41730
41731  BlueGreen
41732 \end_layout
41733
41734 \end_inset
41735 </cell>
41736 </row>
41737 <row>
41738 <cell alignment="left" valignment="top" usebox="none">
41739 \begin_inset Text
41740
41741 \begin_layout Plain Layout
41742 \begin_inset ERT
41743 status collapsed
41744
41745 \begin_layout Plain Layout
41746
41747
41748 \backslash
41749 fcolorbox{black}{
41750 \end_layout
41751
41752 \end_inset
41753
41754 BlueViolet
41755 \begin_inset ERT
41756 status collapsed
41757
41758 \begin_layout Plain Layout
41759
41760 }{
41761 \end_layout
41762
41763 \end_inset
41764
41765
41766 \begin_inset Phantom Phantom
41767 status open
41768
41769 \begin_layout Plain Layout
41770 W
41771 \end_layout
41772
41773 \end_inset
41774
41775
41776 \begin_inset ERT
41777 status collapsed
41778
41779 \begin_layout Plain Layout
41780
41781 }
41782 \end_layout
41783
41784 \end_inset
41785
41786  BlueViolet
41787 \end_layout
41788
41789 \end_inset
41790 </cell>
41791 <cell alignment="left" valignment="top" usebox="none">
41792 \begin_inset Text
41793
41794 \begin_layout Plain Layout
41795 \begin_inset ERT
41796 status collapsed
41797
41798 \begin_layout Plain Layout
41799
41800
41801 \backslash
41802 fcolorbox{black}{
41803 \end_layout
41804
41805 \end_inset
41806
41807 BrickRed
41808 \begin_inset ERT
41809 status collapsed
41810
41811 \begin_layout Plain Layout
41812
41813 }{
41814 \end_layout
41815
41816 \end_inset
41817
41818
41819 \begin_inset Phantom Phantom
41820 status open
41821
41822 \begin_layout Plain Layout
41823 W
41824 \end_layout
41825
41826 \end_inset
41827
41828
41829 \begin_inset ERT
41830 status collapsed
41831
41832 \begin_layout Plain Layout
41833
41834 }
41835 \end_layout
41836
41837 \end_inset
41838
41839  BrickRed
41840 \end_layout
41841
41842 \end_inset
41843 </cell>
41844 <cell alignment="left" valignment="top" usebox="none">
41845 \begin_inset Text
41846
41847 \begin_layout Plain Layout
41848 \begin_inset ERT
41849 status collapsed
41850
41851 \begin_layout Plain Layout
41852
41853
41854 \backslash
41855 fcolorbox{black}{
41856 \end_layout
41857
41858 \end_inset
41859
41860 Brown
41861 \begin_inset ERT
41862 status collapsed
41863
41864 \begin_layout Plain Layout
41865
41866 }{
41867 \end_layout
41868
41869 \end_inset
41870
41871
41872 \begin_inset Phantom Phantom
41873 status open
41874
41875 \begin_layout Plain Layout
41876 W
41877 \end_layout
41878
41879 \end_inset
41880
41881
41882 \begin_inset ERT
41883 status collapsed
41884
41885 \begin_layout Plain Layout
41886
41887 }
41888 \end_layout
41889
41890 \end_inset
41891
41892  Brown
41893 \end_layout
41894
41895 \end_inset
41896 </cell>
41897 <cell alignment="left" valignment="top" usebox="none">
41898 \begin_inset Text
41899
41900 \begin_layout Plain Layout
41901 \begin_inset ERT
41902 status collapsed
41903
41904 \begin_layout Plain Layout
41905
41906
41907 \backslash
41908 fcolorbox{black}{
41909 \end_layout
41910
41911 \end_inset
41912
41913 BurntOrange
41914 \begin_inset ERT
41915 status collapsed
41916
41917 \begin_layout Plain Layout
41918
41919 }{
41920 \end_layout
41921
41922 \end_inset
41923
41924
41925 \begin_inset Phantom Phantom
41926 status open
41927
41928 \begin_layout Plain Layout
41929 W
41930 \end_layout
41931
41932 \end_inset
41933
41934
41935 \begin_inset ERT
41936 status collapsed
41937
41938 \begin_layout Plain Layout
41939
41940 }
41941 \end_layout
41942
41943 \end_inset
41944
41945  BurntOrange
41946 \end_layout
41947
41948 \end_inset
41949 </cell>
41950 </row>
41951 <row>
41952 <cell alignment="left" valignment="top" usebox="none">
41953 \begin_inset Text
41954
41955 \begin_layout Plain Layout
41956 \begin_inset ERT
41957 status collapsed
41958
41959 \begin_layout Plain Layout
41960
41961
41962 \backslash
41963 fcolorbox{black}{
41964 \end_layout
41965
41966 \end_inset
41967
41968 CadetBlue
41969 \begin_inset ERT
41970 status collapsed
41971
41972 \begin_layout Plain Layout
41973
41974 }{
41975 \end_layout
41976
41977 \end_inset
41978
41979
41980 \begin_inset Phantom Phantom
41981 status open
41982
41983 \begin_layout Plain Layout
41984 W
41985 \end_layout
41986
41987 \end_inset
41988
41989
41990 \begin_inset ERT
41991 status collapsed
41992
41993 \begin_layout Plain Layout
41994
41995 }
41996 \end_layout
41997
41998 \end_inset
41999
42000  CadetBlue
42001 \end_layout
42002
42003 \end_inset
42004 </cell>
42005 <cell alignment="left" valignment="top" usebox="none">
42006 \begin_inset Text
42007
42008 \begin_layout Plain Layout
42009 \begin_inset ERT
42010 status collapsed
42011
42012 \begin_layout Plain Layout
42013
42014
42015 \backslash
42016 fcolorbox{black}{
42017 \end_layout
42018
42019 \end_inset
42020
42021 CarnationPink
42022 \begin_inset ERT
42023 status collapsed
42024
42025 \begin_layout Plain Layout
42026
42027 }{
42028 \end_layout
42029
42030 \end_inset
42031
42032
42033 \begin_inset Phantom Phantom
42034 status open
42035
42036 \begin_layout Plain Layout
42037 W
42038 \end_layout
42039
42040 \end_inset
42041
42042
42043 \begin_inset ERT
42044 status collapsed
42045
42046 \begin_layout Plain Layout
42047
42048 }
42049 \end_layout
42050
42051 \end_inset
42052
42053  CarnationPink
42054 \end_layout
42055
42056 \end_inset
42057 </cell>
42058 <cell alignment="left" valignment="top" usebox="none">
42059 \begin_inset Text
42060
42061 \begin_layout Plain Layout
42062 \begin_inset ERT
42063 status collapsed
42064
42065 \begin_layout Plain Layout
42066
42067
42068 \backslash
42069 fcolorbox{black}{
42070 \end_layout
42071
42072 \end_inset
42073
42074 Cerulean
42075 \begin_inset ERT
42076 status collapsed
42077
42078 \begin_layout Plain Layout
42079
42080 }{
42081 \end_layout
42082
42083 \end_inset
42084
42085
42086 \begin_inset Phantom Phantom
42087 status open
42088
42089 \begin_layout Plain Layout
42090 W
42091 \end_layout
42092
42093 \end_inset
42094
42095
42096 \begin_inset ERT
42097 status collapsed
42098
42099 \begin_layout Plain Layout
42100
42101 }
42102 \end_layout
42103
42104 \end_inset
42105
42106  Cerulean
42107 \end_layout
42108
42109 \end_inset
42110 </cell>
42111 <cell alignment="left" valignment="top" usebox="none">
42112 \begin_inset Text
42113
42114 \begin_layout Plain Layout
42115 \begin_inset ERT
42116 status collapsed
42117
42118 \begin_layout Plain Layout
42119
42120
42121 \backslash
42122 fcolorbox{black}{
42123 \end_layout
42124
42125 \end_inset
42126
42127 CornflowerBlue
42128 \begin_inset ERT
42129 status collapsed
42130
42131 \begin_layout Plain Layout
42132
42133 }{
42134 \end_layout
42135
42136 \end_inset
42137
42138
42139 \begin_inset Phantom Phantom
42140 status open
42141
42142 \begin_layout Plain Layout
42143 W
42144 \end_layout
42145
42146 \end_inset
42147
42148
42149 \begin_inset ERT
42150 status collapsed
42151
42152 \begin_layout Plain Layout
42153
42154 }
42155 \end_layout
42156
42157 \end_inset
42158
42159  CornflowerBlue
42160 \end_layout
42161
42162 \end_inset
42163 </cell>
42164 </row>
42165 <row>
42166 <cell alignment="left" valignment="top" usebox="none">
42167 \begin_inset Text
42168
42169 \begin_layout Plain Layout
42170 \begin_inset ERT
42171 status collapsed
42172
42173 \begin_layout Plain Layout
42174
42175
42176 \backslash
42177 fcolorbox{black}{
42178 \end_layout
42179
42180 \end_inset
42181
42182 Dandelion
42183 \begin_inset ERT
42184 status collapsed
42185
42186 \begin_layout Plain Layout
42187
42188 }{
42189 \end_layout
42190
42191 \end_inset
42192
42193
42194 \begin_inset Phantom Phantom
42195 status open
42196
42197 \begin_layout Plain Layout
42198 W
42199 \end_layout
42200
42201 \end_inset
42202
42203
42204 \begin_inset ERT
42205 status collapsed
42206
42207 \begin_layout Plain Layout
42208
42209 }
42210 \end_layout
42211
42212 \end_inset
42213
42214  Dandelion
42215 \end_layout
42216
42217 \end_inset
42218 </cell>
42219 <cell alignment="left" valignment="top" usebox="none">
42220 \begin_inset Text
42221
42222 \begin_layout Plain Layout
42223 \begin_inset ERT
42224 status collapsed
42225
42226 \begin_layout Plain Layout
42227
42228
42229 \backslash
42230 fcolorbox{black}{
42231 \end_layout
42232
42233 \end_inset
42234
42235 DarkOrchid
42236 \begin_inset ERT
42237 status collapsed
42238
42239 \begin_layout Plain Layout
42240
42241 }{
42242 \end_layout
42243
42244 \end_inset
42245
42246
42247 \begin_inset Phantom Phantom
42248 status open
42249
42250 \begin_layout Plain Layout
42251 W
42252 \end_layout
42253
42254 \end_inset
42255
42256
42257 \begin_inset ERT
42258 status collapsed
42259
42260 \begin_layout Plain Layout
42261
42262 }
42263 \end_layout
42264
42265 \end_inset
42266
42267  DarkOrchid
42268 \end_layout
42269
42270 \end_inset
42271 </cell>
42272 <cell alignment="left" valignment="top" usebox="none">
42273 \begin_inset Text
42274
42275 \begin_layout Plain Layout
42276 \begin_inset ERT
42277 status collapsed
42278
42279 \begin_layout Plain Layout
42280
42281
42282 \backslash
42283 fcolorbox{black}{
42284 \end_layout
42285
42286 \end_inset
42287
42288 Emerald
42289 \begin_inset ERT
42290 status collapsed
42291
42292 \begin_layout Plain Layout
42293
42294 }{
42295 \end_layout
42296
42297 \end_inset
42298
42299
42300 \begin_inset Phantom Phantom
42301 status open
42302
42303 \begin_layout Plain Layout
42304 W
42305 \end_layout
42306
42307 \end_inset
42308
42309
42310 \begin_inset ERT
42311 status collapsed
42312
42313 \begin_layout Plain Layout
42314
42315 }
42316 \end_layout
42317
42318 \end_inset
42319
42320  Emerald
42321 \end_layout
42322
42323 \end_inset
42324 </cell>
42325 <cell alignment="left" valignment="top" usebox="none">
42326 \begin_inset Text
42327
42328 \begin_layout Plain Layout
42329 \begin_inset ERT
42330 status collapsed
42331
42332 \begin_layout Plain Layout
42333
42334
42335 \backslash
42336 fcolorbox{black}{
42337 \end_layout
42338
42339 \end_inset
42340
42341 ForestGreen
42342 \begin_inset ERT
42343 status collapsed
42344
42345 \begin_layout Plain Layout
42346
42347 }{
42348 \end_layout
42349
42350 \end_inset
42351
42352
42353 \begin_inset Phantom Phantom
42354 status open
42355
42356 \begin_layout Plain Layout
42357 W
42358 \end_layout
42359
42360 \end_inset
42361
42362
42363 \begin_inset ERT
42364 status collapsed
42365
42366 \begin_layout Plain Layout
42367
42368 }
42369 \end_layout
42370
42371 \end_inset
42372
42373  ForestGreen
42374 \end_layout
42375
42376 \end_inset
42377 </cell>
42378 </row>
42379 <row>
42380 <cell alignment="left" valignment="top" usebox="none">
42381 \begin_inset Text
42382
42383 \begin_layout Plain Layout
42384 \begin_inset ERT
42385 status collapsed
42386
42387 \begin_layout Plain Layout
42388
42389
42390 \backslash
42391 fcolorbox{black}{
42392 \end_layout
42393
42394 \end_inset
42395
42396 Fuchsia
42397 \begin_inset ERT
42398 status collapsed
42399
42400 \begin_layout Plain Layout
42401
42402 }{
42403 \end_layout
42404
42405 \end_inset
42406
42407
42408 \begin_inset Phantom Phantom
42409 status open
42410
42411 \begin_layout Plain Layout
42412 W
42413 \end_layout
42414
42415 \end_inset
42416
42417
42418 \begin_inset ERT
42419 status collapsed
42420
42421 \begin_layout Plain Layout
42422
42423 }
42424 \end_layout
42425
42426 \end_inset
42427
42428  Fuchsia
42429 \end_layout
42430
42431 \end_inset
42432 </cell>
42433 <cell alignment="left" valignment="top" usebox="none">
42434 \begin_inset Text
42435
42436 \begin_layout Plain Layout
42437 \begin_inset ERT
42438 status collapsed
42439
42440 \begin_layout Plain Layout
42441
42442
42443 \backslash
42444 fcolorbox{black}{
42445 \end_layout
42446
42447 \end_inset
42448
42449 Goldenrod
42450 \begin_inset ERT
42451 status collapsed
42452
42453 \begin_layout Plain Layout
42454
42455 }{
42456 \end_layout
42457
42458 \end_inset
42459
42460
42461 \begin_inset Phantom Phantom
42462 status open
42463
42464 \begin_layout Plain Layout
42465 W
42466 \end_layout
42467
42468 \end_inset
42469
42470
42471 \begin_inset ERT
42472 status collapsed
42473
42474 \begin_layout Plain Layout
42475
42476 }
42477 \end_layout
42478
42479 \end_inset
42480
42481  Goldenrod
42482 \end_layout
42483
42484 \end_inset
42485 </cell>
42486 <cell alignment="left" valignment="top" usebox="none">
42487 \begin_inset Text
42488
42489 \begin_layout Plain Layout
42490 \begin_inset ERT
42491 status collapsed
42492
42493 \begin_layout Plain Layout
42494
42495
42496 \backslash
42497 fcolorbox{black}{
42498 \end_layout
42499
42500 \end_inset
42501
42502 Gray
42503 \begin_inset ERT
42504 status collapsed
42505
42506 \begin_layout Plain Layout
42507
42508 }{
42509 \end_layout
42510
42511 \end_inset
42512
42513
42514 \begin_inset Phantom Phantom
42515 status open
42516
42517 \begin_layout Plain Layout
42518 W
42519 \end_layout
42520
42521 \end_inset
42522
42523
42524 \begin_inset ERT
42525 status collapsed
42526
42527 \begin_layout Plain Layout
42528
42529 }
42530 \end_layout
42531
42532 \end_inset
42533
42534  Gray
42535 \end_layout
42536
42537 \end_inset
42538 </cell>
42539 <cell alignment="left" valignment="top" usebox="none">
42540 \begin_inset Text
42541
42542 \begin_layout Plain Layout
42543 \begin_inset ERT
42544 status collapsed
42545
42546 \begin_layout Plain Layout
42547
42548
42549 \backslash
42550 fcolorbox{black}{
42551 \end_layout
42552
42553 \end_inset
42554
42555 GreenYellow
42556 \begin_inset ERT
42557 status collapsed
42558
42559 \begin_layout Plain Layout
42560
42561 }{
42562 \end_layout
42563
42564 \end_inset
42565
42566
42567 \begin_inset Phantom Phantom
42568 status open
42569
42570 \begin_layout Plain Layout
42571 W
42572 \end_layout
42573
42574 \end_inset
42575
42576
42577 \begin_inset ERT
42578 status collapsed
42579
42580 \begin_layout Plain Layout
42581
42582 }
42583 \end_layout
42584
42585 \end_inset
42586
42587  GreenYellow
42588 \end_layout
42589
42590 \end_inset
42591 </cell>
42592 </row>
42593 <row>
42594 <cell alignment="center" valignment="top" usebox="none">
42595 \begin_inset Text
42596
42597 \begin_layout Plain Layout
42598 \begin_inset ERT
42599 status collapsed
42600
42601 \begin_layout Plain Layout
42602
42603
42604 \backslash
42605 fcolorbox{black}{
42606 \end_layout
42607
42608 \end_inset
42609
42610 JungleGreen
42611 \begin_inset ERT
42612 status collapsed
42613
42614 \begin_layout Plain Layout
42615
42616 }{
42617 \end_layout
42618
42619 \end_inset
42620
42621
42622 \begin_inset Phantom Phantom
42623 status open
42624
42625 \begin_layout Plain Layout
42626 W
42627 \end_layout
42628
42629 \end_inset
42630
42631
42632 \begin_inset ERT
42633 status collapsed
42634
42635 \begin_layout Plain Layout
42636
42637 }
42638 \end_layout
42639
42640 \end_inset
42641
42642  JungleGreen
42643 \end_layout
42644
42645 \end_inset
42646 </cell>
42647 <cell alignment="center" valignment="top" usebox="none">
42648 \begin_inset Text
42649
42650 \begin_layout Plain Layout
42651 \begin_inset ERT
42652 status collapsed
42653
42654 \begin_layout Plain Layout
42655
42656
42657 \backslash
42658 fcolorbox{black}{
42659 \end_layout
42660
42661 \end_inset
42662
42663 Lavender
42664 \begin_inset ERT
42665 status collapsed
42666
42667 \begin_layout Plain Layout
42668
42669 }{
42670 \end_layout
42671
42672 \end_inset
42673
42674
42675 \begin_inset Phantom Phantom
42676 status open
42677
42678 \begin_layout Plain Layout
42679 W
42680 \end_layout
42681
42682 \end_inset
42683
42684
42685 \begin_inset ERT
42686 status collapsed
42687
42688 \begin_layout Plain Layout
42689
42690 }
42691 \end_layout
42692
42693 \end_inset
42694
42695  Lavender
42696 \end_layout
42697
42698 \end_inset
42699 </cell>
42700 <cell alignment="center" valignment="top" usebox="none">
42701 \begin_inset Text
42702
42703 \begin_layout Plain Layout
42704 \begin_inset ERT
42705 status collapsed
42706
42707 \begin_layout Plain Layout
42708
42709
42710 \backslash
42711 fcolorbox{black}{
42712 \end_layout
42713
42714 \end_inset
42715
42716 LimeGreen
42717 \begin_inset ERT
42718 status collapsed
42719
42720 \begin_layout Plain Layout
42721
42722 }{
42723 \end_layout
42724
42725 \end_inset
42726
42727
42728 \begin_inset Phantom Phantom
42729 status open
42730
42731 \begin_layout Plain Layout
42732 W
42733 \end_layout
42734
42735 \end_inset
42736
42737
42738 \begin_inset ERT
42739 status collapsed
42740
42741 \begin_layout Plain Layout
42742
42743 }
42744 \end_layout
42745
42746 \end_inset
42747
42748  LimeGreen
42749 \end_layout
42750
42751 \end_inset
42752 </cell>
42753 <cell alignment="center" valignment="top" usebox="none">
42754 \begin_inset Text
42755
42756 \begin_layout Plain Layout
42757 \begin_inset ERT
42758 status collapsed
42759
42760 \begin_layout Plain Layout
42761
42762
42763 \backslash
42764 fcolorbox{black}{
42765 \end_layout
42766
42767 \end_inset
42768
42769 Mahogany
42770 \begin_inset ERT
42771 status collapsed
42772
42773 \begin_layout Plain Layout
42774
42775 }{
42776 \end_layout
42777
42778 \end_inset
42779
42780
42781 \begin_inset Phantom Phantom
42782 status open
42783
42784 \begin_layout Plain Layout
42785 W
42786 \end_layout
42787
42788 \end_inset
42789
42790
42791 \begin_inset ERT
42792 status collapsed
42793
42794 \begin_layout Plain Layout
42795
42796 }
42797 \end_layout
42798
42799 \end_inset
42800
42801  Mahogany
42802 \end_layout
42803
42804 \end_inset
42805 </cell>
42806 </row>
42807 <row>
42808 <cell alignment="left" valignment="top" usebox="none">
42809 \begin_inset Text
42810
42811 \begin_layout Plain Layout
42812 \begin_inset ERT
42813 status collapsed
42814
42815 \begin_layout Plain Layout
42816
42817
42818 \backslash
42819 fcolorbox{black}{
42820 \end_layout
42821
42822 \end_inset
42823
42824 Mahogany
42825 \begin_inset ERT
42826 status collapsed
42827
42828 \begin_layout Plain Layout
42829
42830 }{
42831 \end_layout
42832
42833 \end_inset
42834
42835
42836 \begin_inset Phantom Phantom
42837 status open
42838
42839 \begin_layout Plain Layout
42840 W
42841 \end_layout
42842
42843 \end_inset
42844
42845
42846 \begin_inset ERT
42847 status collapsed
42848
42849 \begin_layout Plain Layout
42850
42851 }
42852 \end_layout
42853
42854 \end_inset
42855
42856  Mahogany
42857 \end_layout
42858
42859 \end_inset
42860 </cell>
42861 <cell alignment="left" valignment="top" usebox="none">
42862 \begin_inset Text
42863
42864 \begin_layout Plain Layout
42865 \begin_inset ERT
42866 status collapsed
42867
42868 \begin_layout Plain Layout
42869
42870
42871 \backslash
42872 fcolorbox{black}{
42873 \end_layout
42874
42875 \end_inset
42876
42877 Maroon
42878 \begin_inset ERT
42879 status collapsed
42880
42881 \begin_layout Plain Layout
42882
42883 }{
42884 \end_layout
42885
42886 \end_inset
42887
42888
42889 \begin_inset Phantom Phantom
42890 status open
42891
42892 \begin_layout Plain Layout
42893 W
42894 \end_layout
42895
42896 \end_inset
42897
42898
42899 \begin_inset ERT
42900 status collapsed
42901
42902 \begin_layout Plain Layout
42903
42904 }
42905 \end_layout
42906
42907 \end_inset
42908
42909  Maroon
42910 \end_layout
42911
42912 \end_inset
42913 </cell>
42914 <cell alignment="left" valignment="top" usebox="none">
42915 \begin_inset Text
42916
42917 \begin_layout Plain Layout
42918 \begin_inset ERT
42919 status collapsed
42920
42921 \begin_layout Plain Layout
42922
42923
42924 \backslash
42925 fcolorbox{black}{
42926 \end_layout
42927
42928 \end_inset
42929
42930 Melon
42931 \begin_inset ERT
42932 status collapsed
42933
42934 \begin_layout Plain Layout
42935
42936 }{
42937 \end_layout
42938
42939 \end_inset
42940
42941
42942 \begin_inset Phantom Phantom
42943 status open
42944
42945 \begin_layout Plain Layout
42946 W
42947 \end_layout
42948
42949 \end_inset
42950
42951
42952 \begin_inset ERT
42953 status collapsed
42954
42955 \begin_layout Plain Layout
42956
42957 }
42958 \end_layout
42959
42960 \end_inset
42961
42962  Melon
42963 \end_layout
42964
42965 \end_inset
42966 </cell>
42967 <cell alignment="left" valignment="top" usebox="none">
42968 \begin_inset Text
42969
42970 \begin_layout Plain Layout
42971 \begin_inset ERT
42972 status collapsed
42973
42974 \begin_layout Plain Layout
42975
42976
42977 \backslash
42978 fcolorbox{black}{
42979 \end_layout
42980
42981 \end_inset
42982
42983 MidnightBlue
42984 \begin_inset ERT
42985 status collapsed
42986
42987 \begin_layout Plain Layout
42988
42989 }{
42990 \end_layout
42991
42992 \end_inset
42993
42994
42995 \begin_inset Phantom Phantom
42996 status open
42997
42998 \begin_layout Plain Layout
42999 W
43000 \end_layout
43001
43002 \end_inset
43003
43004
43005 \begin_inset ERT
43006 status collapsed
43007
43008 \begin_layout Plain Layout
43009
43010 }
43011 \end_layout
43012
43013 \end_inset
43014
43015  MidnightBlue
43016 \end_layout
43017
43018 \end_inset
43019 </cell>
43020 </row>
43021 <row>
43022 <cell alignment="left" valignment="top" usebox="none">
43023 \begin_inset Text
43024
43025 \begin_layout Plain Layout
43026 \begin_inset ERT
43027 status collapsed
43028
43029 \begin_layout Plain Layout
43030
43031
43032 \backslash
43033 fcolorbox{black}{
43034 \end_layout
43035
43036 \end_inset
43037
43038 Mulberry
43039 \begin_inset ERT
43040 status collapsed
43041
43042 \begin_layout Plain Layout
43043
43044 }{
43045 \end_layout
43046
43047 \end_inset
43048
43049
43050 \begin_inset Phantom Phantom
43051 status open
43052
43053 \begin_layout Plain Layout
43054 W
43055 \end_layout
43056
43057 \end_inset
43058
43059
43060 \begin_inset ERT
43061 status collapsed
43062
43063 \begin_layout Plain Layout
43064
43065 }
43066 \end_layout
43067
43068 \end_inset
43069
43070  Mulberry
43071 \end_layout
43072
43073 \end_inset
43074 </cell>
43075 <cell alignment="left" valignment="top" usebox="none">
43076 \begin_inset Text
43077
43078 \begin_layout Plain Layout
43079 \begin_inset ERT
43080 status collapsed
43081
43082 \begin_layout Plain Layout
43083
43084
43085 \backslash
43086 fcolorbox{black}{
43087 \end_layout
43088
43089 \end_inset
43090
43091 NavyBlue
43092 \begin_inset ERT
43093 status collapsed
43094
43095 \begin_layout Plain Layout
43096
43097 }{
43098 \end_layout
43099
43100 \end_inset
43101
43102
43103 \begin_inset Phantom Phantom
43104 status open
43105
43106 \begin_layout Plain Layout
43107 W
43108 \end_layout
43109
43110 \end_inset
43111
43112
43113 \begin_inset ERT
43114 status collapsed
43115
43116 \begin_layout Plain Layout
43117
43118 }
43119 \end_layout
43120
43121 \end_inset
43122
43123  NavyBlue
43124 \end_layout
43125
43126 \end_inset
43127 </cell>
43128 <cell alignment="left" valignment="top" usebox="none">
43129 \begin_inset Text
43130
43131 \begin_layout Plain Layout
43132 \begin_inset ERT
43133 status collapsed
43134
43135 \begin_layout Plain Layout
43136
43137
43138 \backslash
43139 fcolorbox{black}{
43140 \end_layout
43141
43142 \end_inset
43143
43144 OliveGreen
43145 \begin_inset ERT
43146 status collapsed
43147
43148 \begin_layout Plain Layout
43149
43150 }{
43151 \end_layout
43152
43153 \end_inset
43154
43155
43156 \begin_inset Phantom Phantom
43157 status open
43158
43159 \begin_layout Plain Layout
43160 W
43161 \end_layout
43162
43163 \end_inset
43164
43165
43166 \begin_inset ERT
43167 status collapsed
43168
43169 \begin_layout Plain Layout
43170
43171 }
43172 \end_layout
43173
43174 \end_inset
43175
43176  OliveGreen
43177 \end_layout
43178
43179 \end_inset
43180 </cell>
43181 <cell alignment="left" valignment="top" usebox="none">
43182 \begin_inset Text
43183
43184 \begin_layout Plain Layout
43185 \begin_inset ERT
43186 status collapsed
43187
43188 \begin_layout Plain Layout
43189
43190
43191 \backslash
43192 fcolorbox{black}{
43193 \end_layout
43194
43195 \end_inset
43196
43197 Orange
43198 \begin_inset ERT
43199 status collapsed
43200
43201 \begin_layout Plain Layout
43202
43203 }{
43204 \end_layout
43205
43206 \end_inset
43207
43208
43209 \begin_inset Phantom Phantom
43210 status open
43211
43212 \begin_layout Plain Layout
43213 W
43214 \end_layout
43215
43216 \end_inset
43217
43218
43219 \begin_inset ERT
43220 status collapsed
43221
43222 \begin_layout Plain Layout
43223
43224 }
43225 \end_layout
43226
43227 \end_inset
43228
43229  Orange
43230 \end_layout
43231
43232 \end_inset
43233 </cell>
43234 </row>
43235 <row>
43236 <cell alignment="left" valignment="top" usebox="none">
43237 \begin_inset Text
43238
43239 \begin_layout Plain Layout
43240 \begin_inset ERT
43241 status collapsed
43242
43243 \begin_layout Plain Layout
43244
43245
43246 \backslash
43247 fcolorbox{black}{
43248 \end_layout
43249
43250 \end_inset
43251
43252 OrangeRed
43253 \begin_inset ERT
43254 status collapsed
43255
43256 \begin_layout Plain Layout
43257
43258 }{
43259 \end_layout
43260
43261 \end_inset
43262
43263
43264 \begin_inset Phantom Phantom
43265 status open
43266
43267 \begin_layout Plain Layout
43268 W
43269 \end_layout
43270
43271 \end_inset
43272
43273
43274 \begin_inset ERT
43275 status collapsed
43276
43277 \begin_layout Plain Layout
43278
43279 }
43280 \end_layout
43281
43282 \end_inset
43283
43284  OrangeRed
43285 \end_layout
43286
43287 \end_inset
43288 </cell>
43289 <cell alignment="left" valignment="top" usebox="none">
43290 \begin_inset Text
43291
43292 \begin_layout Plain Layout
43293 \begin_inset ERT
43294 status collapsed
43295
43296 \begin_layout Plain Layout
43297
43298
43299 \backslash
43300 fcolorbox{black}{
43301 \end_layout
43302
43303 \end_inset
43304
43305 Orchid
43306 \begin_inset ERT
43307 status collapsed
43308
43309 \begin_layout Plain Layout
43310
43311 }{
43312 \end_layout
43313
43314 \end_inset
43315
43316
43317 \begin_inset Phantom Phantom
43318 status open
43319
43320 \begin_layout Plain Layout
43321 W
43322 \end_layout
43323
43324 \end_inset
43325
43326
43327 \begin_inset ERT
43328 status collapsed
43329
43330 \begin_layout Plain Layout
43331
43332 }
43333 \end_layout
43334
43335 \end_inset
43336
43337  Orchid
43338 \end_layout
43339
43340 \end_inset
43341 </cell>
43342 <cell alignment="left" valignment="top" usebox="none">
43343 \begin_inset Text
43344
43345 \begin_layout Plain Layout
43346 \begin_inset ERT
43347 status collapsed
43348
43349 \begin_layout Plain Layout
43350
43351
43352 \backslash
43353 fcolorbox{black}{
43354 \end_layout
43355
43356 \end_inset
43357
43358 Peach
43359 \begin_inset ERT
43360 status collapsed
43361
43362 \begin_layout Plain Layout
43363
43364 }{
43365 \end_layout
43366
43367 \end_inset
43368
43369
43370 \begin_inset Phantom Phantom
43371 status open
43372
43373 \begin_layout Plain Layout
43374 W
43375 \end_layout
43376
43377 \end_inset
43378
43379
43380 \begin_inset ERT
43381 status collapsed
43382
43383 \begin_layout Plain Layout
43384
43385 }
43386 \end_layout
43387
43388 \end_inset
43389
43390  Peach
43391 \end_layout
43392
43393 \end_inset
43394 </cell>
43395 <cell alignment="left" valignment="top" usebox="none">
43396 \begin_inset Text
43397
43398 \begin_layout Plain Layout
43399 \begin_inset ERT
43400 status collapsed
43401
43402 \begin_layout Plain Layout
43403
43404
43405 \backslash
43406 fcolorbox{black}{
43407 \end_layout
43408
43409 \end_inset
43410
43411 Periwinkle
43412 \begin_inset ERT
43413 status collapsed
43414
43415 \begin_layout Plain Layout
43416
43417 }{
43418 \end_layout
43419
43420 \end_inset
43421
43422
43423 \begin_inset Phantom Phantom
43424 status open
43425
43426 \begin_layout Plain Layout
43427 W
43428 \end_layout
43429
43430 \end_inset
43431
43432
43433 \begin_inset ERT
43434 status collapsed
43435
43436 \begin_layout Plain Layout
43437
43438 }
43439 \end_layout
43440
43441 \end_inset
43442
43443  Periwinkle
43444 \end_layout
43445
43446 \end_inset
43447 </cell>
43448 </row>
43449 <row>
43450 <cell alignment="left" valignment="top" usebox="none">
43451 \begin_inset Text
43452
43453 \begin_layout Plain Layout
43454 \begin_inset ERT
43455 status collapsed
43456
43457 \begin_layout Plain Layout
43458
43459
43460 \backslash
43461 fcolorbox{black}{
43462 \end_layout
43463
43464 \end_inset
43465
43466 PineGreen
43467 \begin_inset ERT
43468 status collapsed
43469
43470 \begin_layout Plain Layout
43471
43472 }{
43473 \end_layout
43474
43475 \end_inset
43476
43477
43478 \begin_inset Phantom Phantom
43479 status open
43480
43481 \begin_layout Plain Layout
43482 W
43483 \end_layout
43484
43485 \end_inset
43486
43487
43488 \begin_inset ERT
43489 status collapsed
43490
43491 \begin_layout Plain Layout
43492
43493 }
43494 \end_layout
43495
43496 \end_inset
43497
43498  PineGreen
43499 \end_layout
43500
43501 \end_inset
43502 </cell>
43503 <cell alignment="left" valignment="top" usebox="none">
43504 \begin_inset Text
43505
43506 \begin_layout Plain Layout
43507 \begin_inset ERT
43508 status collapsed
43509
43510 \begin_layout Plain Layout
43511
43512
43513 \backslash
43514 fcolorbox{black}{
43515 \end_layout
43516
43517 \end_inset
43518
43519 Plum
43520 \begin_inset ERT
43521 status collapsed
43522
43523 \begin_layout Plain Layout
43524
43525 }{
43526 \end_layout
43527
43528 \end_inset
43529
43530
43531 \begin_inset Phantom Phantom
43532 status open
43533
43534 \begin_layout Plain Layout
43535 W
43536 \end_layout
43537
43538 \end_inset
43539
43540
43541 \begin_inset ERT
43542 status collapsed
43543
43544 \begin_layout Plain Layout
43545
43546 }
43547 \end_layout
43548
43549 \end_inset
43550
43551  Plum
43552 \end_layout
43553
43554 \end_inset
43555 </cell>
43556 <cell alignment="left" valignment="top" usebox="none">
43557 \begin_inset Text
43558
43559 \begin_layout Plain Layout
43560 \begin_inset ERT
43561 status collapsed
43562
43563 \begin_layout Plain Layout
43564
43565
43566 \backslash
43567 fcolorbox{black}{
43568 \end_layout
43569
43570 \end_inset
43571
43572 ProcessBlue
43573 \begin_inset ERT
43574 status collapsed
43575
43576 \begin_layout Plain Layout
43577
43578 }{
43579 \end_layout
43580
43581 \end_inset
43582
43583
43584 \begin_inset Phantom Phantom
43585 status open
43586
43587 \begin_layout Plain Layout
43588 W
43589 \end_layout
43590
43591 \end_inset
43592
43593
43594 \begin_inset ERT
43595 status collapsed
43596
43597 \begin_layout Plain Layout
43598
43599 }
43600 \end_layout
43601
43602 \end_inset
43603
43604  ProcessBlue
43605 \end_layout
43606
43607 \end_inset
43608 </cell>
43609 <cell alignment="left" valignment="top" usebox="none">
43610 \begin_inset Text
43611
43612 \begin_layout Plain Layout
43613 \begin_inset ERT
43614 status collapsed
43615
43616 \begin_layout Plain Layout
43617
43618
43619 \backslash
43620 fcolorbox{black}{
43621 \end_layout
43622
43623 \end_inset
43624
43625 Purple
43626 \begin_inset ERT
43627 status collapsed
43628
43629 \begin_layout Plain Layout
43630
43631 }{
43632 \end_layout
43633
43634 \end_inset
43635
43636
43637 \begin_inset Phantom Phantom
43638 status open
43639
43640 \begin_layout Plain Layout
43641 W
43642 \end_layout
43643
43644 \end_inset
43645
43646
43647 \begin_inset ERT
43648 status collapsed
43649
43650 \begin_layout Plain Layout
43651
43652 }
43653 \end_layout
43654
43655 \end_inset
43656
43657  Purple
43658 \end_layout
43659
43660 \end_inset
43661 </cell>
43662 </row>
43663 <row>
43664 <cell alignment="left" valignment="top" usebox="none">
43665 \begin_inset Text
43666
43667 \begin_layout Plain Layout
43668 \begin_inset ERT
43669 status collapsed
43670
43671 \begin_layout Plain Layout
43672
43673
43674 \backslash
43675 fcolorbox{black}{
43676 \end_layout
43677
43678 \end_inset
43679
43680 RawSienna
43681 \begin_inset ERT
43682 status collapsed
43683
43684 \begin_layout Plain Layout
43685
43686 }{
43687 \end_layout
43688
43689 \end_inset
43690
43691
43692 \begin_inset Phantom Phantom
43693 status open
43694
43695 \begin_layout Plain Layout
43696 W
43697 \end_layout
43698
43699 \end_inset
43700
43701
43702 \begin_inset ERT
43703 status collapsed
43704
43705 \begin_layout Plain Layout
43706
43707 }
43708 \end_layout
43709
43710 \end_inset
43711
43712  RawSienna
43713 \end_layout
43714
43715 \end_inset
43716 </cell>
43717 <cell alignment="left" valignment="top" usebox="none">
43718 \begin_inset Text
43719
43720 \begin_layout Plain Layout
43721 \begin_inset ERT
43722 status collapsed
43723
43724 \begin_layout Plain Layout
43725
43726
43727 \backslash
43728 fcolorbox{black}{
43729 \end_layout
43730
43731 \end_inset
43732
43733 RedOrange
43734 \begin_inset ERT
43735 status collapsed
43736
43737 \begin_layout Plain Layout
43738
43739 }{
43740 \end_layout
43741
43742 \end_inset
43743
43744
43745 \begin_inset Phantom Phantom
43746 status open
43747
43748 \begin_layout Plain Layout
43749 W
43750 \end_layout
43751
43752 \end_inset
43753
43754
43755 \begin_inset ERT
43756 status collapsed
43757
43758 \begin_layout Plain Layout
43759
43760 }
43761 \end_layout
43762
43763 \end_inset
43764
43765  RedOrange
43766 \end_layout
43767
43768 \end_inset
43769 </cell>
43770 <cell alignment="left" valignment="top" usebox="none">
43771 \begin_inset Text
43772
43773 \begin_layout Plain Layout
43774 \begin_inset ERT
43775 status collapsed
43776
43777 \begin_layout Plain Layout
43778
43779
43780 \backslash
43781 fcolorbox{black}{
43782 \end_layout
43783
43784 \end_inset
43785
43786 RedViolet
43787 \begin_inset ERT
43788 status collapsed
43789
43790 \begin_layout Plain Layout
43791
43792 }{
43793 \end_layout
43794
43795 \end_inset
43796
43797
43798 \begin_inset Phantom Phantom
43799 status open
43800
43801 \begin_layout Plain Layout
43802 W
43803 \end_layout
43804
43805 \end_inset
43806
43807
43808 \begin_inset ERT
43809 status collapsed
43810
43811 \begin_layout Plain Layout
43812
43813 }
43814 \end_layout
43815
43816 \end_inset
43817
43818  RedViolet
43819 \end_layout
43820
43821 \end_inset
43822 </cell>
43823 <cell alignment="left" valignment="top" usebox="none">
43824 \begin_inset Text
43825
43826 \begin_layout Plain Layout
43827 \begin_inset ERT
43828 status collapsed
43829
43830 \begin_layout Plain Layout
43831
43832
43833 \backslash
43834 fcolorbox{black}{
43835 \end_layout
43836
43837 \end_inset
43838
43839 Rhodamine
43840 \begin_inset ERT
43841 status collapsed
43842
43843 \begin_layout Plain Layout
43844
43845 }{
43846 \end_layout
43847
43848 \end_inset
43849
43850
43851 \begin_inset Phantom Phantom
43852 status open
43853
43854 \begin_layout Plain Layout
43855 W
43856 \end_layout
43857
43858 \end_inset
43859
43860
43861 \begin_inset ERT
43862 status collapsed
43863
43864 \begin_layout Plain Layout
43865
43866 }
43867 \end_layout
43868
43869 \end_inset
43870
43871  Rhodamine
43872 \end_layout
43873
43874 \end_inset
43875 </cell>
43876 </row>
43877 <row>
43878 <cell alignment="left" valignment="top" usebox="none">
43879 \begin_inset Text
43880
43881 \begin_layout Plain Layout
43882 \begin_inset ERT
43883 status collapsed
43884
43885 \begin_layout Plain Layout
43886
43887
43888 \backslash
43889 fcolorbox{black}{
43890 \end_layout
43891
43892 \end_inset
43893
43894 RoyalBlue
43895 \begin_inset ERT
43896 status collapsed
43897
43898 \begin_layout Plain Layout
43899
43900 }{
43901 \end_layout
43902
43903 \end_inset
43904
43905
43906 \begin_inset Phantom Phantom
43907 status open
43908
43909 \begin_layout Plain Layout
43910 W
43911 \end_layout
43912
43913 \end_inset
43914
43915
43916 \begin_inset ERT
43917 status collapsed
43918
43919 \begin_layout Plain Layout
43920
43921 }
43922 \end_layout
43923
43924 \end_inset
43925
43926  RoyalBlue
43927 \end_layout
43928
43929 \end_inset
43930 </cell>
43931 <cell alignment="left" valignment="top" usebox="none">
43932 \begin_inset Text
43933
43934 \begin_layout Plain Layout
43935 \begin_inset ERT
43936 status collapsed
43937
43938 \begin_layout Plain Layout
43939
43940
43941 \backslash
43942 fcolorbox{black}{
43943 \end_layout
43944
43945 \end_inset
43946
43947 RoyalPurple
43948 \begin_inset ERT
43949 status collapsed
43950
43951 \begin_layout Plain Layout
43952
43953 }{
43954 \end_layout
43955
43956 \end_inset
43957
43958
43959 \begin_inset Phantom Phantom
43960 status open
43961
43962 \begin_layout Plain Layout
43963 W
43964 \end_layout
43965
43966 \end_inset
43967
43968
43969 \begin_inset ERT
43970 status collapsed
43971
43972 \begin_layout Plain Layout
43973
43974 }
43975 \end_layout
43976
43977 \end_inset
43978
43979  RoyalPurple
43980 \end_layout
43981
43982 \end_inset
43983 </cell>
43984 <cell alignment="left" valignment="top" usebox="none">
43985 \begin_inset Text
43986
43987 \begin_layout Plain Layout
43988 \begin_inset ERT
43989 status collapsed
43990
43991 \begin_layout Plain Layout
43992
43993
43994 \backslash
43995 fcolorbox{black}{
43996 \end_layout
43997
43998 \end_inset
43999
44000 RubineRed
44001 \begin_inset ERT
44002 status collapsed
44003
44004 \begin_layout Plain Layout
44005
44006 }{
44007 \end_layout
44008
44009 \end_inset
44010
44011
44012 \begin_inset Phantom Phantom
44013 status open
44014
44015 \begin_layout Plain Layout
44016 W
44017 \end_layout
44018
44019 \end_inset
44020
44021
44022 \begin_inset ERT
44023 status collapsed
44024
44025 \begin_layout Plain Layout
44026
44027 }
44028 \end_layout
44029
44030 \end_inset
44031
44032  RubineRed
44033 \end_layout
44034
44035 \end_inset
44036 </cell>
44037 <cell alignment="left" valignment="top" usebox="none">
44038 \begin_inset Text
44039
44040 \begin_layout Plain Layout
44041 \begin_inset ERT
44042 status collapsed
44043
44044 \begin_layout Plain Layout
44045
44046
44047 \backslash
44048 fcolorbox{black}{
44049 \end_layout
44050
44051 \end_inset
44052
44053 Salmon
44054 \begin_inset ERT
44055 status collapsed
44056
44057 \begin_layout Plain Layout
44058
44059 }{
44060 \end_layout
44061
44062 \end_inset
44063
44064
44065 \begin_inset Phantom Phantom
44066 status open
44067
44068 \begin_layout Plain Layout
44069 W
44070 \end_layout
44071
44072 \end_inset
44073
44074
44075 \begin_inset ERT
44076 status collapsed
44077
44078 \begin_layout Plain Layout
44079
44080 }
44081 \end_layout
44082
44083 \end_inset
44084
44085  Salmon
44086 \end_layout
44087
44088 \end_inset
44089 </cell>
44090 </row>
44091 <row>
44092 <cell alignment="left" valignment="top" usebox="none">
44093 \begin_inset Text
44094
44095 \begin_layout Plain Layout
44096 \begin_inset ERT
44097 status collapsed
44098
44099 \begin_layout Plain Layout
44100
44101
44102 \backslash
44103 fcolorbox{black}{
44104 \end_layout
44105
44106 \end_inset
44107
44108 SeaGreen
44109 \begin_inset ERT
44110 status collapsed
44111
44112 \begin_layout Plain Layout
44113
44114 }{
44115 \end_layout
44116
44117 \end_inset
44118
44119
44120 \begin_inset Phantom Phantom
44121 status open
44122
44123 \begin_layout Plain Layout
44124 W
44125 \end_layout
44126
44127 \end_inset
44128
44129
44130 \begin_inset ERT
44131 status collapsed
44132
44133 \begin_layout Plain Layout
44134
44135 }
44136 \end_layout
44137
44138 \end_inset
44139
44140  SeaGreen
44141 \end_layout
44142
44143 \end_inset
44144 </cell>
44145 <cell alignment="left" valignment="top" usebox="none">
44146 \begin_inset Text
44147
44148 \begin_layout Plain Layout
44149 \begin_inset ERT
44150 status collapsed
44151
44152 \begin_layout Plain Layout
44153
44154
44155 \backslash
44156 fcolorbox{black}{
44157 \end_layout
44158
44159 \end_inset
44160
44161 Sepia
44162 \begin_inset ERT
44163 status collapsed
44164
44165 \begin_layout Plain Layout
44166
44167 }{
44168 \end_layout
44169
44170 \end_inset
44171
44172
44173 \begin_inset Phantom Phantom
44174 status open
44175
44176 \begin_layout Plain Layout
44177 W
44178 \end_layout
44179
44180 \end_inset
44181
44182
44183 \begin_inset ERT
44184 status collapsed
44185
44186 \begin_layout Plain Layout
44187
44188 }
44189 \end_layout
44190
44191 \end_inset
44192
44193  Sepia
44194 \end_layout
44195
44196 \end_inset
44197 </cell>
44198 <cell alignment="left" valignment="top" usebox="none">
44199 \begin_inset Text
44200
44201 \begin_layout Plain Layout
44202 \begin_inset ERT
44203 status collapsed
44204
44205 \begin_layout Plain Layout
44206
44207
44208 \backslash
44209 fcolorbox{black}{
44210 \end_layout
44211
44212 \end_inset
44213
44214 SkyBlue
44215 \begin_inset ERT
44216 status collapsed
44217
44218 \begin_layout Plain Layout
44219
44220 }{
44221 \end_layout
44222
44223 \end_inset
44224
44225
44226 \begin_inset Phantom Phantom
44227 status open
44228
44229 \begin_layout Plain Layout
44230 W
44231 \end_layout
44232
44233 \end_inset
44234
44235
44236 \begin_inset ERT
44237 status collapsed
44238
44239 \begin_layout Plain Layout
44240
44241 }
44242 \end_layout
44243
44244 \end_inset
44245
44246  SkyBlue
44247 \end_layout
44248
44249 \end_inset
44250 </cell>
44251 <cell alignment="left" valignment="top" usebox="none">
44252 \begin_inset Text
44253
44254 \begin_layout Plain Layout
44255 \begin_inset ERT
44256 status collapsed
44257
44258 \begin_layout Plain Layout
44259
44260
44261 \backslash
44262 fcolorbox{black}{
44263 \end_layout
44264
44265 \end_inset
44266
44267 SpringGreen
44268 \begin_inset ERT
44269 status collapsed
44270
44271 \begin_layout Plain Layout
44272
44273 }{
44274 \end_layout
44275
44276 \end_inset
44277
44278
44279 \begin_inset Phantom Phantom
44280 status open
44281
44282 \begin_layout Plain Layout
44283 W
44284 \end_layout
44285
44286 \end_inset
44287
44288
44289 \begin_inset ERT
44290 status collapsed
44291
44292 \begin_layout Plain Layout
44293
44294 }
44295 \end_layout
44296
44297 \end_inset
44298
44299  SpringGreen
44300 \end_layout
44301
44302 \end_inset
44303 </cell>
44304 </row>
44305 <row>
44306 <cell alignment="left" valignment="top" usebox="none">
44307 \begin_inset Text
44308
44309 \begin_layout Plain Layout
44310 \begin_inset ERT
44311 status collapsed
44312
44313 \begin_layout Plain Layout
44314
44315
44316 \backslash
44317 fcolorbox{black}{
44318 \end_layout
44319
44320 \end_inset
44321
44322 Tan
44323 \begin_inset ERT
44324 status collapsed
44325
44326 \begin_layout Plain Layout
44327
44328 }{
44329 \end_layout
44330
44331 \end_inset
44332
44333
44334 \begin_inset Phantom Phantom
44335 status open
44336
44337 \begin_layout Plain Layout
44338 W
44339 \end_layout
44340
44341 \end_inset
44342
44343
44344 \begin_inset ERT
44345 status collapsed
44346
44347 \begin_layout Plain Layout
44348
44349 }
44350 \end_layout
44351
44352 \end_inset
44353
44354  Tan
44355 \end_layout
44356
44357 \end_inset
44358 </cell>
44359 <cell alignment="left" valignment="top" usebox="none">
44360 \begin_inset Text
44361
44362 \begin_layout Plain Layout
44363 \begin_inset ERT
44364 status collapsed
44365
44366 \begin_layout Plain Layout
44367
44368
44369 \backslash
44370 fcolorbox{black}{
44371 \end_layout
44372
44373 \end_inset
44374
44375 TealBlue
44376 \begin_inset ERT
44377 status collapsed
44378
44379 \begin_layout Plain Layout
44380
44381 }{
44382 \end_layout
44383
44384 \end_inset
44385
44386
44387 \begin_inset Phantom Phantom
44388 status open
44389
44390 \begin_layout Plain Layout
44391 W
44392 \end_layout
44393
44394 \end_inset
44395
44396
44397 \begin_inset ERT
44398 status collapsed
44399
44400 \begin_layout Plain Layout
44401
44402 }
44403 \end_layout
44404
44405 \end_inset
44406
44407  TealBlue
44408 \end_layout
44409
44410 \end_inset
44411 </cell>
44412 <cell alignment="left" valignment="top" usebox="none">
44413 \begin_inset Text
44414
44415 \begin_layout Plain Layout
44416 \begin_inset ERT
44417 status collapsed
44418
44419 \begin_layout Plain Layout
44420
44421
44422 \backslash
44423 fcolorbox{black}{
44424 \end_layout
44425
44426 \end_inset
44427
44428 Thistle
44429 \begin_inset ERT
44430 status collapsed
44431
44432 \begin_layout Plain Layout
44433
44434 }{
44435 \end_layout
44436
44437 \end_inset
44438
44439
44440 \begin_inset Phantom Phantom
44441 status open
44442
44443 \begin_layout Plain Layout
44444 W
44445 \end_layout
44446
44447 \end_inset
44448
44449
44450 \begin_inset ERT
44451 status collapsed
44452
44453 \begin_layout Plain Layout
44454
44455 }
44456 \end_layout
44457
44458 \end_inset
44459
44460  Thistle
44461 \end_layout
44462
44463 \end_inset
44464 </cell>
44465 <cell alignment="left" valignment="top" usebox="none">
44466 \begin_inset Text
44467
44468 \begin_layout Plain Layout
44469 \begin_inset ERT
44470 status collapsed
44471
44472 \begin_layout Plain Layout
44473
44474
44475 \backslash
44476 fcolorbox{black}{
44477 \end_layout
44478
44479 \end_inset
44480
44481 Turquoise
44482 \begin_inset ERT
44483 status collapsed
44484
44485 \begin_layout Plain Layout
44486
44487 }{
44488 \end_layout
44489
44490 \end_inset
44491
44492
44493 \begin_inset Phantom Phantom
44494 status open
44495
44496 \begin_layout Plain Layout
44497 W
44498 \end_layout
44499
44500 \end_inset
44501
44502
44503 \begin_inset ERT
44504 status collapsed
44505
44506 \begin_layout Plain Layout
44507
44508 }
44509 \end_layout
44510
44511 \end_inset
44512
44513  Turquoise
44514 \end_layout
44515
44516 \end_inset
44517 </cell>
44518 </row>
44519 <row>
44520 <cell alignment="left" valignment="top" usebox="none">
44521 \begin_inset Text
44522
44523 \begin_layout Plain Layout
44524 \begin_inset ERT
44525 status collapsed
44526
44527 \begin_layout Plain Layout
44528
44529
44530 \backslash
44531 fcolorbox{black}{
44532 \end_layout
44533
44534 \end_inset
44535
44536 Violet
44537 \begin_inset ERT
44538 status collapsed
44539
44540 \begin_layout Plain Layout
44541
44542 }{
44543 \end_layout
44544
44545 \end_inset
44546
44547
44548 \begin_inset Phantom Phantom
44549 status open
44550
44551 \begin_layout Plain Layout
44552 W
44553 \end_layout
44554
44555 \end_inset
44556
44557
44558 \begin_inset ERT
44559 status collapsed
44560
44561 \begin_layout Plain Layout
44562
44563 }
44564 \end_layout
44565
44566 \end_inset
44567
44568  Violet
44569 \end_layout
44570
44571 \end_inset
44572 </cell>
44573 <cell alignment="left" valignment="top" usebox="none">
44574 \begin_inset Text
44575
44576 \begin_layout Plain Layout
44577 \begin_inset ERT
44578 status collapsed
44579
44580 \begin_layout Plain Layout
44581
44582
44583 \backslash
44584 fcolorbox{black}{
44585 \end_layout
44586
44587 \end_inset
44588
44589 VioletRed
44590 \begin_inset ERT
44591 status collapsed
44592
44593 \begin_layout Plain Layout
44594
44595 }{
44596 \end_layout
44597
44598 \end_inset
44599
44600
44601 \begin_inset Phantom Phantom
44602 status open
44603
44604 \begin_layout Plain Layout
44605 W
44606 \end_layout
44607
44608 \end_inset
44609
44610
44611 \begin_inset ERT
44612 status collapsed
44613
44614 \begin_layout Plain Layout
44615
44616 }
44617 \end_layout
44618
44619 \end_inset
44620
44621  VioletRed
44622 \end_layout
44623
44624 \end_inset
44625 </cell>
44626 <cell alignment="left" valignment="top" usebox="none">
44627 \begin_inset Text
44628
44629 \begin_layout Plain Layout
44630 \begin_inset ERT
44631 status collapsed
44632
44633 \begin_layout Plain Layout
44634
44635
44636 \backslash
44637 fcolorbox{black}{
44638 \end_layout
44639
44640 \end_inset
44641
44642 WildStrawberry
44643 \begin_inset ERT
44644 status collapsed
44645
44646 \begin_layout Plain Layout
44647
44648 }{
44649 \end_layout
44650
44651 \end_inset
44652
44653
44654 \begin_inset Phantom Phantom
44655 status open
44656
44657 \begin_layout Plain Layout
44658 W
44659 \end_layout
44660
44661 \end_inset
44662
44663
44664 \begin_inset ERT
44665 status collapsed
44666
44667 \begin_layout Plain Layout
44668
44669 }
44670 \end_layout
44671
44672 \end_inset
44673
44674  WildStrawberry
44675 \end_layout
44676
44677 \end_inset
44678 </cell>
44679 <cell alignment="left" valignment="top" usebox="none">
44680 \begin_inset Text
44681
44682 \begin_layout Plain Layout
44683 \begin_inset ERT
44684 status collapsed
44685
44686 \begin_layout Plain Layout
44687
44688
44689 \backslash
44690 fcolorbox{black}{
44691 \end_layout
44692
44693 \end_inset
44694
44695 YellowGreen
44696 \begin_inset ERT
44697 status collapsed
44698
44699 \begin_layout Plain Layout
44700
44701 }{
44702 \end_layout
44703
44704 \end_inset
44705
44706
44707 \begin_inset Phantom Phantom
44708 status open
44709
44710 \begin_layout Plain Layout
44711 W
44712 \end_layout
44713
44714 \end_inset
44715
44716
44717 \begin_inset ERT
44718 status collapsed
44719
44720 \begin_layout Plain Layout
44721
44722 }
44723 \end_layout
44724
44725 \end_inset
44726
44727  YellowGreen
44728 \end_layout
44729
44730 \end_inset
44731 </cell>
44732 </row>
44733 <row>
44734 <cell alignment="left" valignment="top" usebox="none">
44735 \begin_inset Text
44736
44737 \begin_layout Plain Layout
44738 \begin_inset ERT
44739 status collapsed
44740
44741 \begin_layout Plain Layout
44742
44743
44744 \backslash
44745 fcolorbox{black}{
44746 \end_layout
44747
44748 \end_inset
44749
44750 YellowOrange
44751 \begin_inset ERT
44752 status collapsed
44753
44754 \begin_layout Plain Layout
44755
44756 }{
44757 \end_layout
44758
44759 \end_inset
44760
44761
44762 \begin_inset Phantom Phantom
44763 status open
44764
44765 \begin_layout Plain Layout
44766 W
44767 \end_layout
44768
44769 \end_inset
44770
44771
44772 \begin_inset ERT
44773 status collapsed
44774
44775 \begin_layout Plain Layout
44776
44777 }
44778 \end_layout
44779
44780 \end_inset
44781
44782  YellowOrange
44783 \end_layout
44784
44785 \end_inset
44786 </cell>
44787 <cell alignment="left" valignment="top" usebox="none">
44788 \begin_inset Text
44789
44790 \begin_layout Plain Layout
44791
44792 \end_layout
44793
44794 \end_inset
44795 </cell>
44796 <cell alignment="left" valignment="top" usebox="none">
44797 \begin_inset Text
44798
44799 \begin_layout Plain Layout
44800
44801 \end_layout
44802
44803 \end_inset
44804 </cell>
44805 <cell alignment="left" valignment="top" usebox="none">
44806 \begin_inset Text
44807
44808 \begin_layout Plain Layout
44809
44810 \end_layout
44811
44812 \end_inset
44813 </cell>
44814 </row>
44815 </lyxtabular>
44816
44817 \end_inset
44818
44819
44820 \end_layout
44821
44822 \begin_layout Chapter
44823 Erklärung der Gleichung
44824 \begin_inset space ~
44825 \end_inset
44826
44827 (
44828 \begin_inset CommandInset ref
44829 LatexCommand ref
44830 reference "eq:Wgn"
44831
44832 \end_inset
44833
44834 )
44835 \begin_inset CommandInset label
44836 LatexCommand label
44837 name "kap:Erläuterung-einer-Gleichung"
44838
44839 \end_inset
44840
44841
44842 \end_layout
44843
44844 \begin_layout Standard
44845 Die Gesamtbreite von
44846 \emph on
44847  n
44848 \emph default
44849  Tabellenzellen 
44850 \begin_inset Formula $W_{\mathrm{tot\,n}}$
44851 \end_inset
44852
44853  kann wie folgt berechnet werden:
44854 \begin_inset Formula 
44855 \begin{equation}
44856 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44857 \end{equation}
44858
44859 \end_inset
44860
44861
44862 \end_layout
44863
44864 \begin_layout Standard
44865 Dabei ist 
44866 \begin_inset Formula $W_{g\,n}$
44867 \end_inset
44868
44869  die Breite jeder Zelle.
44870
44871 \series bold
44872  
44873 \backslash
44874 tabcolsep
44875 \series default
44876  ist die \SpecialChar LaTeX
44877 -Länge zwischen dem Zellentext und der Zellgrenze mit dem Standardwert
44878  6
44879 \begin_inset space \thinspace{}
44880 \end_inset
44881
44882 pt.
44883  
44884 \series bold
44885
44886 \backslash
44887 arrayrulewidth
44888 \series default
44889  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
44890 \begin_inset space \thinspace{}
44891 \end_inset
44892
44893 pt.
44894 \end_layout
44895
44896 \begin_layout Standard
44897 Nach Gleichung
44898 \begin_inset space ~
44899 \end_inset
44900
44901
44902 \begin_inset CommandInset ref
44903 LatexCommand ref
44904 reference "eq:Wtot_n"
44905
44906 \end_inset
44907
44908  ist die Gesamtbreite einer Mehrfachspalte, 
44909 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
44910 \end_inset
44911
44912 ,
44913 \begin_inset Formula 
44914 \begin{equation}
44915 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44916 \end{equation}
44917
44918 \end_inset
44919
44920
44921 \end_layout
44922
44923 \begin_layout Standard
44924 Setzt man die Gleichungen
44925 \begin_inset space ~
44926 \end_inset
44927
44928
44929 \begin_inset CommandInset ref
44930 LatexCommand ref
44931 reference "eq:Wtot_n"
44932
44933 \end_inset
44934
44935  und 
44936 \begin_inset CommandInset ref
44937 LatexCommand ref
44938 reference "eq:Wtot_mult"
44939
44940 \end_inset
44941
44942  gleich, kann man die benötigte Breite 
44943 \begin_inset Formula $W_{g\,n}$
44944 \end_inset
44945
44946 , wenn 
44947 \emph on
44948 n
44949 \emph default
44950  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
44951 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
44952 \end_inset
44953
44954  hat, berechnen:
44955 \begin_inset Formula 
44956 \begin{equation}
44957 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44958 \end{equation}
44959
44960 \end_inset
44961
44962
44963 \end_layout
44964
44965 \begin_layout Bibliography
44966 \begin_inset CommandInset bibitem
44967 LatexCommand bibitem
44968 key "latexcompanion"
44969
44970 \end_inset
44971
44972 Frank Mittelbach and Michel Goossens: 
44973 \emph on
44974 The \SpecialChar LaTeX
44975  Companion Second Edition.
44976
44977 \emph default
44978  Addison-Wesley, 2004
44979 \end_layout
44980
44981 \begin_layout Bibliography
44982 \begin_inset CommandInset bibitem
44983 LatexCommand bibitem
44984 key "latexguide"
44985
44986 \end_inset
44987
44988 Helmut Kopka and Patrick W.
44989  Daly: 
44990 \emph on
44991 A Guide to \SpecialChar LaTeX
44992  Fourth Edition.
44993
44994 \emph default
44995  Addison-Wesley, 2003
44996 \end_layout
44997
44998 \begin_layout Bibliography
44999 \begin_inset CommandInset bibitem
45000 LatexCommand bibitem
45001 key "lamport"
45002
45003 \end_inset
45004
45005 Leslie Lamport: 
45006 \emph on
45007 \SpecialChar LaTeX
45008 : A Document Preparation System.
45009
45010 \emph default
45011  Addison-Wesley, second edition, 1994
45012 \end_layout
45013
45014 \begin_layout Bibliography
45015 \begin_inset CommandInset bibitem
45016 LatexCommand bibitem
45017 key "latex-praxisbuch"
45018
45019 \end_inset
45020
45021 Niedermair, Elke & Michael: 
45022 \emph on
45023 \SpecialChar LaTeX
45024 -Praxisbuch
45025 \emph default
45026 , Franzis-Verlag, 2004
45027 \end_layout
45028
45029 \begin_layout Bibliography
45030 \begin_inset CommandInset bibitem
45031 LatexCommand bibitem
45032 key "arydshln"
45033
45034 \end_inset
45035
45036 Dokumentation des \SpecialChar LaTeX
45037 -Pakets 
45038 \series bold
45039
45040 \begin_inset CommandInset href
45041 LatexCommand href
45042 name "arydshln"
45043 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45044
45045 \end_inset
45046
45047
45048 \series default
45049
45050 \begin_inset Index idx
45051 status collapsed
45052
45053 \begin_layout Plain Layout
45054 \SpecialChar LaTeX
45055 -Pakete ! arydshln
45056 \end_layout
45057
45058 \end_inset
45059
45060
45061 \end_layout
45062
45063 \begin_layout Bibliography
45064 \begin_inset CommandInset bibitem
45065 LatexCommand bibitem
45066 key "booktabs"
45067
45068 \end_inset
45069
45070 Dokumentation des \SpecialChar LaTeX
45071 -Pakets 
45072 \series bold
45073
45074 \begin_inset CommandInset href
45075 LatexCommand href
45076 name "booktabs"
45077 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45078
45079 \end_inset
45080
45081
45082 \series default
45083
45084 \begin_inset Index idx
45085 status collapsed
45086
45087 \begin_layout Plain Layout
45088 \SpecialChar LaTeX
45089 -Pakete ! booktabs
45090 \end_layout
45091
45092 \end_inset
45093
45094
45095 \end_layout
45096
45097 \begin_layout Bibliography
45098 \begin_inset CommandInset bibitem
45099 LatexCommand bibitem
45100 key "caption"
45101
45102 \end_inset
45103
45104 Dokumentation des \SpecialChar LaTeX
45105 -Pakets 
45106 \series bold
45107
45108 \begin_inset CommandInset href
45109 LatexCommand href
45110 name "caption"
45111 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
45112
45113 \end_inset
45114
45115
45116 \series default
45117
45118 \begin_inset Index idx
45119 status collapsed
45120
45121 \begin_layout Plain Layout
45122 \SpecialChar LaTeX
45123 -Pakete ! caption
45124 \end_layout
45125
45126 \end_inset
45127
45128
45129 \end_layout
45130
45131 \begin_layout Bibliography
45132 \begin_inset CommandInset bibitem
45133 LatexCommand bibitem
45134 key "diagbox"
45135
45136 \end_inset
45137
45138 Dokumentation des \SpecialChar LaTeX
45139 -Pakets 
45140 \series bold
45141
45142 \begin_inset CommandInset href
45143 LatexCommand href
45144 name "diagbox"
45145 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45146
45147 \end_inset
45148
45149
45150 \series default
45151
45152 \begin_inset Index idx
45153 status collapsed
45154
45155 \begin_layout Plain Layout
45156 \SpecialChar LaTeX
45157 -Pakete ! diagbox
45158 \end_layout
45159
45160 \end_inset
45161
45162
45163 \end_layout
45164
45165 \begin_layout Bibliography
45166 \begin_inset CommandInset bibitem
45167 LatexCommand bibitem
45168 key "endfloat"
45169
45170 \end_inset
45171
45172 Dokumentation des \SpecialChar LaTeX
45173 -Pakets 
45174 \series bold
45175
45176 \begin_inset CommandInset href
45177 LatexCommand href
45178 name "endfloat"
45179 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45180
45181 \end_inset
45182
45183
45184 \series default
45185
45186 \begin_inset Index idx
45187 status collapsed
45188
45189 \begin_layout Plain Layout
45190 \SpecialChar LaTeX
45191 -Pakete ! endfloat
45192 \end_layout
45193
45194 \end_inset
45195
45196
45197 \end_layout
45198
45199 \begin_layout Bibliography
45200 \begin_inset CommandInset bibitem
45201 LatexCommand bibitem
45202 key "footmisc"
45203
45204 \end_inset
45205
45206 Dokumentation des \SpecialChar LaTeX
45207 -Pakets 
45208 \series bold
45209
45210 \begin_inset CommandInset href
45211 LatexCommand href
45212 name "footmisc"
45213 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45214
45215 \end_inset
45216
45217
45218 \series default
45219
45220 \begin_inset Index idx
45221 status collapsed
45222
45223 \begin_layout Plain Layout
45224 \SpecialChar LaTeX
45225 -Pakete ! footmisc
45226 \end_layout
45227
45228 \end_inset
45229
45230
45231 \end_layout
45232
45233 \begin_layout Bibliography
45234 \begin_inset CommandInset bibitem
45235 LatexCommand bibitem
45236 key "hypcap"
45237
45238 \end_inset
45239
45240 Dokumentation des \SpecialChar LaTeX
45241 -Pakets 
45242 \series bold
45243
45244 \begin_inset CommandInset href
45245 LatexCommand href
45246 name "hypcap"
45247 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45248
45249 \end_inset
45250
45251
45252 \series default
45253
45254 \begin_inset Index idx
45255 status collapsed
45256
45257 \begin_layout Plain Layout
45258 \SpecialChar LaTeX
45259 -Pakete ! hypcap
45260 \end_layout
45261
45262 \end_inset
45263
45264
45265 \end_layout
45266
45267 \begin_layout Bibliography
45268 \begin_inset CommandInset bibitem
45269 LatexCommand bibitem
45270 key "hyperref"
45271
45272 \end_inset
45273
45274 Dokumentation des \SpecialChar LaTeX
45275 -Pakets 
45276 \series bold
45277
45278 \begin_inset CommandInset href
45279 LatexCommand href
45280 name "hyperref"
45281 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45282
45283 \end_inset
45284
45285
45286 \series default
45287
45288 \begin_inset Index idx
45289 status collapsed
45290
45291 \begin_layout Plain Layout
45292 \SpecialChar LaTeX
45293 -Pakete ! hyperref
45294 \end_layout
45295
45296 \end_inset
45297
45298
45299 \end_layout
45300
45301 \begin_layout Bibliography
45302 \begin_inset CommandInset bibitem
45303 LatexCommand bibitem
45304 key "KOMA-Script"
45305
45306 \end_inset
45307
45308 Dokumentation des \SpecialChar LaTeX
45309 -Pakets 
45310 \series bold
45311
45312 \begin_inset CommandInset href
45313 LatexCommand href
45314 name "KOMA-Script"
45315 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45316
45317 \end_inset
45318
45319
45320 \series default
45321
45322 \begin_inset Index idx
45323 status collapsed
45324
45325 \begin_layout Plain Layout
45326 \SpecialChar LaTeX
45327 -Pakete ! KOMA-Script
45328 \end_layout
45329
45330 \end_inset
45331
45332
45333 \end_layout
45334
45335 \begin_layout Bibliography
45336 \begin_inset CommandInset bibitem
45337 LatexCommand bibitem
45338 key "lettrine"
45339
45340 \end_inset
45341
45342 Dokumentation des \SpecialChar LaTeX
45343 -Pakets 
45344 \series bold
45345
45346 \begin_inset CommandInset href
45347 LatexCommand href
45348 name "lettrine"
45349 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45350
45351 \end_inset
45352
45353
45354 \series default
45355  und ein 
45356 \begin_inset CommandInset href
45357 LatexCommand href
45358 name "Beispiel"
45359 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
45360
45361 \end_inset
45362
45363
45364 \begin_inset Index idx
45365 status collapsed
45366
45367 \begin_layout Plain Layout
45368 \SpecialChar LaTeX
45369 -Pakete ! lettrine
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 "listings"
45381
45382 \end_inset
45383
45384 Dokumentation des \SpecialChar LaTeX
45385 -Pakets 
45386 \series bold
45387
45388 \begin_inset CommandInset href
45389 LatexCommand href
45390 name "listings"
45391 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45392
45393 \end_inset
45394
45395
45396 \series default
45397
45398 \begin_inset Index idx
45399 status collapsed
45400
45401 \begin_layout Plain Layout
45402 \SpecialChar LaTeX
45403 -Pakete ! listings
45404 \end_layout
45405
45406 \end_inset
45407
45408
45409 \end_layout
45410
45411 \begin_layout Bibliography
45412 \begin_inset CommandInset bibitem
45413 LatexCommand bibitem
45414 key "marginnote"
45415
45416 \end_inset
45417
45418 Dokumentation des \SpecialChar LaTeX
45419 -Pakets 
45420 \series bold
45421
45422 \begin_inset CommandInset href
45423 LatexCommand href
45424 name "marginnote"
45425 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45426
45427 \end_inset
45428
45429
45430 \series default
45431
45432 \begin_inset Index idx
45433 status collapsed
45434
45435 \begin_layout Plain Layout
45436 \SpecialChar LaTeX
45437 -Pakete ! marginnote
45438 \end_layout
45439
45440 \end_inset
45441
45442
45443 \end_layout
45444
45445 \begin_layout Bibliography
45446 \begin_inset CommandInset bibitem
45447 LatexCommand bibitem
45448 key "pdfpages"
45449
45450 \end_inset
45451
45452 Dokumentation des \SpecialChar LaTeX
45453 -Pakets 
45454 \series bold
45455
45456 \begin_inset CommandInset href
45457 LatexCommand href
45458 name "pdfpages"
45459 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45460
45461 \end_inset
45462
45463
45464 \series default
45465
45466 \begin_inset Index idx
45467 status collapsed
45468
45469 \begin_layout Plain Layout
45470 \SpecialChar LaTeX
45471 -Pakete ! pdfpages
45472 \end_layout
45473
45474 \end_inset
45475
45476
45477 \end_layout
45478
45479 \begin_layout Bibliography
45480 \begin_inset CommandInset bibitem
45481 LatexCommand bibitem
45482 key "prettyref"
45483
45484 \end_inset
45485
45486 Dokumentation des \SpecialChar LaTeX
45487 -Pakets 
45488 \series bold
45489
45490 \begin_inset CommandInset href
45491 LatexCommand href
45492 name "prettyref"
45493 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45494
45495 \end_inset
45496
45497
45498 \series default
45499
45500 \begin_inset Index idx
45501 status collapsed
45502
45503 \begin_layout Plain Layout
45504 \SpecialChar LaTeX
45505 -Pakete ! prettyref
45506 \end_layout
45507
45508 \end_inset
45509
45510
45511 \end_layout
45512
45513 \begin_layout Bibliography
45514 \begin_inset CommandInset bibitem
45515 LatexCommand bibitem
45516 key "pstricks"
45517
45518 \end_inset
45519
45520 Webseite des \SpecialChar LaTeX
45521 -Pakets 
45522 \series bold
45523
45524 \begin_inset CommandInset href
45525 LatexCommand href
45526 name "PSTricks"
45527 target "http://tug.org/PSTricks/"
45528
45529 \end_inset
45530
45531
45532 \series default
45533
45534 \begin_inset Index idx
45535 status collapsed
45536
45537 \begin_layout Plain Layout
45538 \SpecialChar LaTeX
45539 -Pakete ! pstricks
45540 \end_layout
45541
45542 \end_inset
45543
45544
45545 \end_layout
45546
45547 \begin_layout Bibliography
45548 \begin_inset CommandInset bibitem
45549 LatexCommand bibitem
45550 key "refstyle"
45551
45552 \end_inset
45553
45554 Dokumentation des \SpecialChar LaTeX
45555 -Pakets 
45556 \series bold
45557
45558 \begin_inset CommandInset href
45559 LatexCommand href
45560 name "refstyle"
45561 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45562
45563 \end_inset
45564
45565
45566 \series default
45567
45568 \begin_inset Index idx
45569 status collapsed
45570
45571 \begin_layout Plain Layout
45572 \SpecialChar LaTeX
45573 -Pakete ! refstyle
45574 \end_layout
45575
45576 \end_inset
45577
45578
45579 \end_layout
45580
45581 \begin_layout Bibliography
45582 \begin_inset CommandInset bibitem
45583 LatexCommand bibitem
45584 key "sidecap"
45585
45586 \end_inset
45587
45588 Dokumentation des \SpecialChar LaTeX
45589 -Pakets 
45590 \series bold
45591
45592 \begin_inset CommandInset href
45593 LatexCommand href
45594 name "sidecap"
45595 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45596
45597 \end_inset
45598
45599
45600 \series default
45601
45602 \begin_inset Index idx
45603 status collapsed
45604
45605 \begin_layout Plain Layout
45606 \SpecialChar LaTeX
45607 -Pakete ! sidecap
45608 \end_layout
45609
45610 \end_inset
45611
45612
45613 \end_layout
45614
45615 \begin_layout Bibliography
45616 \begin_inset CommandInset bibitem
45617 LatexCommand bibitem
45618 key "NeuInLyX20"
45619
45620 \end_inset
45621
45622
45623 \begin_inset CommandInset href
45624 LatexCommand href
45625 name "Wiki-Seite"
45626 target "http://wiki.lyx.org/LyX/NewInLyX20"
45627
45628 \end_inset
45629
45630  über neue Funktionen in 
45631 \family sans
45632 \SpecialChar LyX
45633  2.0
45634 \family default
45635 .
45636 \end_layout
45637
45638 \begin_layout Standard
45639 \begin_inset CommandInset index_print
45640 LatexCommand printindex
45641 type "idx"
45642
45643 \end_inset
45644
45645
45646 \end_layout
45647
45648 \end_body
45649 \end_document