]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
UserGuide.lyx and Math.lyx: update version number
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 503
3 \begin_document
4 \begin_header
5 \origin /systemlyxdir/doc/de/
6 \textclass scrbook
7 \begin_preamble
8 % wenn pdflatex benutzt wird:
9 \usepackage{ifpdf}
10 \ifpdf
11
12 % Schriften für bessere PDF-Ansichten
13 \IfFileExists{lmodern.sty}
14  {\usepackage{lmodern}}{}
15
16 \fi % Ende von: wenn pdflatex benutzt wird
17
18 % Setzt den Link fuer Sprünge zu Gleitabbildungen
19 % auf den Anfang des Gelitobjekts und nicht aufs Ende
20 \usepackage[figure]{hypcap}
21
22 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
23 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % Formatierung von Legenden
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % Definitionen um Legenden neben Tabellen und Abbildungen zu setzen
35 \newcommand{\TabBesBeg}[1][1.0]{%
36  \let\MyTable\table
37  \let\MyEndtable\endtable
38  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
39
40 \newcommand{\TabBesEnd}{%
41  \let\table\MyTable
42  \let\endtable\MyEndtable}
43
44 \newcommand{\FigBesBeg}[1][1.0]{%
45  \let\MyFigure\figure
46  \let\MyEndfigure\endfigure
47  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
48
49 \newcommand{\FigBesEnd}{%
50  \let\figure\MyFigure
51  \let\endfigure\MyEndfigure}
52
53 % ermöglicht das Berechnen von Werten
54 \usepackage{calc}
55
56 %Vergrößert den Teil der Seite, in dem Gleitobjekte
57 % unten angeordnet werden dürfen
58 \renewcommand{\bottomfraction}{0.5}
59
60 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
61 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
62
63 % beschleunigt die Berechnung von langen Tabellen
64 \setcounter{LTchunksize}{100}
65
66 % wird 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" "default"
177 \font_sans "default" "default"
178 \font_typewriter "default" "default"
179 \font_math "auto" "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 100
185 \font_tt_scale 100 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 
35152 \family sans
35153 Grafik-Boxen
35154 \family default
35155  in den Dokumenteinstellungen geladen sein.
35156 \end_layout
35157
35158 \begin_layout Standard
35159 \begin_inset Note Greyedout
35160 status open
35161
35162 \begin_layout Plain Layout
35163
35164 \series bold
35165 Achtung:
35166 \series default
35167  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
35168 \end_layout
35169
35170 \end_inset
35171
35172
35173 \end_layout
35174
35175 \begin_layout Standard
35176 \begin_inset Note Greyedout
35177 status open
35178
35179 \begin_layout Plain Layout
35180
35181 \series bold
35182 Achtung:
35183 \series default
35184  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
35185 \end_layout
35186
35187 \end_inset
35188
35189
35190 \end_layout
35191
35192 \begin_layout Subsection
35193 Rotierte Boxen
35194 \begin_inset Index idx
35195 status collapsed
35196
35197 \begin_layout Plain Layout
35198 Boxen ! rotierte
35199 \end_layout
35200
35201 \end_inset
35202
35203
35204 \begin_inset Index idx
35205 status collapsed
35206
35207 \begin_layout Plain Layout
35208 Rotiertes Material
35209 \end_layout
35210
35211 \end_inset
35212
35213
35214 \end_layout
35215
35216 \begin_layout Standard
35217 Um Material zu drehen, setzt man es in eine 
35218 \family sans
35219 Rotationsbox
35220 \family default
35221 .
35222  Solch eine Box wird über das Menü 
35223 \family sans
35224 Einfügen\SpecialChar menuseparator
35225 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
35226 Rotationsbox
35227 \family default
35228  eingefügt.
35229 \end_layout
35230
35231 \begin_layout Standard
35232 Der Drehpunkt kann über die Einfügung 
35233 \family sans
35234 Drehpunkt
35235 \family default
35236  (Menü 
35237 \family sans
35238 Einfügen\SpecialChar menuseparator
35239 Drehpunkt
35240 \family default
35241 ) in der Form 
35242 \series bold
35243 origin=Position
35244 \series default
35245  angegeben.
35246  Folgende Positionen sind möglich: 
35247 \emph on
35248 c
35249 \emph default
35250  (mittig), 
35251 \emph on
35252 l
35253 \emph default
35254  (links), 
35255 \emph on
35256 r
35257 \emph default
35258  (rechts), 
35259 \emph on
35260 b
35261 \emph default
35262  (unten), 
35263 \emph on
35264 t
35265 \emph default
35266  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
35267  Z.
35268 \begin_inset space \thinspace{}
35269 \end_inset
35270
35271 B.
35272  bedeutet 
35273 \emph on
35274 lt
35275 \emph default
35276 , dass sich der Drehpunkt links oben befindet.
35277  Wird kein Drehpunkt angegeben, wird die Position 
35278 \emph on
35279 l
35280 \emph default
35281  verwendet.
35282  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
35283  Gedreht wird gegen den Uhrzeigersinn.
35284 \end_layout
35285
35286 \begin_layout Standard
35287 Im folgenden Beispiel wurde
35288 \series bold
35289  origin=c
35290 \series default
35291  in the Einfügung 
35292 \family sans
35293 Drehpunkt
35294 \family default
35295  und 
35296 \series bold
35297 60
35298 \series default
35299  in die Einfügung 
35300 \family sans
35301 Winkel
35302 \family default
35303  eingegeben.
35304 \end_layout
35305
35306 \begin_layout Standard
35307 Dies ist eine Zeile 
35308 \begin_inset Flex Rotatebox
35309 status open
35310
35311 \begin_layout Plain Layout
35312 \begin_inset Argument 1
35313 status open
35314
35315 \begin_layout Plain Layout
35316 origin=c
35317 \end_layout
35318
35319 \end_inset
35320
35321
35322 \begin_inset Argument 2
35323 status open
35324
35325 \begin_layout Plain Layout
35326 60
35327 \end_layout
35328
35329 \end_inset
35330
35331 mit rotiertem
35332 \end_layout
35333
35334 \end_inset
35335
35336  Text.
35337 \end_layout
35338
35339 \begin_layout Standard
35340 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
35341 \end_layout
35342
35343 \begin_layout Standard
35344 Dies ist eine Zeile 
35345 \begin_inset Flex Rotatebox
35346 status open
35347
35348 \begin_layout Plain Layout
35349 \begin_inset Argument 1
35350 status open
35351
35352 \begin_layout Plain Layout
35353 origin=r
35354 \end_layout
35355
35356 \end_inset
35357
35358
35359 \begin_inset Argument 2
35360 status open
35361
35362 \begin_layout Plain Layout
35363 -60
35364 \end_layout
35365
35366 \end_inset
35367
35368
35369 \begin_inset Box Doublebox
35370 position "c"
35371 hor_pos "c"
35372 has_inner_box 0
35373 inner_pos "c"
35374 use_parbox 0
35375 use_makebox 0
35376 width "1in"
35377 special "width"
35378 height "1in"
35379 height_special "totalheight"
35380 thickness "0.4pt"
35381 separation "3pt"
35382 shadowsize "4pt"
35383 framecolor "black"
35384 backgroundcolor "none"
35385 status collapsed
35386
35387 \begin_layout Plain Layout
35388 mit rotiertem
35389 \end_layout
35390
35391 \end_inset
35392
35393
35394 \end_layout
35395
35396 \end_inset
35397
35398  umrandeten Text 
35399 \begin_inset Flex Rotatebox
35400 status open
35401
35402 \begin_layout Plain Layout
35403 \begin_inset Argument 1
35404 status open
35405
35406 \begin_layout Plain Layout
35407 origin=lb
35408 \end_layout
35409
35410 \end_inset
35411
35412
35413 \begin_inset Argument 2
35414 status open
35415
35416 \begin_layout Plain Layout
35417 60
35418 \end_layout
35419
35420 \end_inset
35421
35422
35423 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35424 \end_inset
35425
35426
35427 \end_layout
35428
35429 \end_inset
35430
35431  und einer Formel.
35432 \end_layout
35433
35434 \begin_layout Standard
35435 Oder ein Bild oder Tabelle:
35436 \end_layout
35437
35438 \begin_layout Standard
35439 Dies ist eine Zeile 
35440 \begin_inset Flex Rotatebox
35441 status open
35442
35443 \begin_layout Plain Layout
35444 \begin_inset Argument 1
35445 status open
35446
35447 \begin_layout Plain Layout
35448 origin=lb
35449 \end_layout
35450
35451 \end_inset
35452
35453
35454 \begin_inset Argument 2
35455 status open
35456
35457 \begin_layout Plain Layout
35458 90
35459 \end_layout
35460
35461 \end_inset
35462
35463
35464 \begin_inset Graphics
35465         filename ../clipart/platypus.eps
35466         lyxscale 50
35467         width 25col%
35468
35469 \end_inset
35470
35471
35472 \end_layout
35473
35474 \end_inset
35475
35476  mit einem rotierten Bild 
35477 \begin_inset Flex Rotatebox
35478 status open
35479
35480 \begin_layout Plain Layout
35481 \begin_inset Argument 2
35482 status open
35483
35484 \begin_layout Plain Layout
35485 -90
35486 \end_layout
35487
35488 \end_inset
35489
35490
35491 \begin_inset Tabular
35492 <lyxtabular version="3" rows="2" columns="2">
35493 <features tabularvalignment="middle">
35494 <column alignment="center" valignment="top">
35495 <column alignment="center" valignment="top">
35496 <row>
35497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35498 \begin_inset Text
35499
35500 \begin_layout Plain Layout
35501 q
35502 \end_layout
35503
35504 \end_inset
35505 </cell>
35506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35507 \begin_inset Text
35508
35509 \begin_layout Plain Layout
35510 w
35511 \end_layout
35512
35513 \end_inset
35514 </cell>
35515 </row>
35516 <row>
35517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35518 \begin_inset Text
35519
35520 \begin_layout Plain Layout
35521 e
35522 \end_layout
35523
35524 \end_inset
35525 </cell>
35526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35527 \begin_inset Text
35528
35529 \begin_layout Plain Layout
35530 r
35531 \end_layout
35532
35533 \end_inset
35534 </cell>
35535 </row>
35536 </lyxtabular>
35537
35538 \end_inset
35539
35540
35541 \end_layout
35542
35543 \end_inset
35544
35545  und Tabelle.
35546 \begin_inset Index idx
35547 status collapsed
35548
35549 \begin_layout Plain Layout
35550 Abbildungen ! rotierte
35551 \end_layout
35552
35553 \end_inset
35554
35555
35556 \begin_inset Index idx
35557 status collapsed
35558
35559 \begin_layout Plain Layout
35560 Tabellen ! rotierte
35561 \end_layout
35562
35563 \end_inset
35564
35565
35566 \end_layout
35567
35568 \begin_layout Standard
35569 \begin_inset Note Greyedout
35570 status open
35571
35572 \begin_layout Plain Layout
35573
35574 \series bold
35575 Achtung:
35576 \series default
35577  Wenn die Einfügung 
35578 \family sans
35579 Drehpunkt
35580 \family default
35581  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
35582 -Fehler
35583  wenn man das Dokument ansieht/exportiert.
35584 \end_layout
35585
35586 \end_inset
35587
35588
35589 \end_layout
35590
35591 \begin_layout Subsection
35592 Skalierte Boxen
35593 \begin_inset Index idx
35594 status collapsed
35595
35596 \begin_layout Plain Layout
35597 Boxen ! skalierte
35598 \end_layout
35599
35600 \end_inset
35601
35602
35603 \begin_inset Index idx
35604 status collapsed
35605
35606 \begin_layout Plain Layout
35607 Skaliertes Material
35608 \end_layout
35609
35610 \end_inset
35611
35612
35613 \end_layout
35614
35615 \begin_layout Standard
35616 Um Material zu skalieren, setzt man es in eine 
35617 \family sans
35618 Skalierende
35619 \begin_inset space ~
35620 \end_inset
35621
35622 Box
35623 \family default
35624 .
35625  Solch eine Box wird über das Menü 
35626 \family sans
35627 Einfügen\SpecialChar menuseparator
35628 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
35629 Skalierende
35630 \begin_inset space ~
35631 \end_inset
35632
35633 Box
35634 \family default
35635  eingefügt.
35636 \end_layout
35637
35638 \begin_layout Standard
35639 Die 
35640 \family sans
35641 Skalierende
35642 \begin_inset space ~
35643 \end_inset
35644
35645 Box
35646 \family default
35647  Einfügung hat die obligatorische Einfügung 
35648 \family sans
35649 H-Faktor
35650 \family default
35651  und die optionale Einfügung 
35652 \family sans
35653 V-Faktor
35654 \family default
35655  (wird eingefügt über das Menü 
35656 \family sans
35657 Einfügen\SpecialChar menuseparator
35658 V-Faktor)
35659 \family default
35660 .
35661  Fügen Sie hier den horizontalen bzw.
35662 \begin_inset space \space{}
35663 \end_inset
35664
35665 den vertikalen Skalierungsfaktor ein.
35666  Wenn die Einfügung 
35667 \family sans
35668 V-Faktor
35669 \family default
35670  nicht verwendet wird, wird der horizontale Skalierungsfaktor auch für den
35671  vertikalen verwendet.
35672 \end_layout
35673
35674 \begin_layout Standard
35675 Um z.
35676 \begin_inset space \thinspace{}
35677 \end_inset
35678
35679 B.
35680  doppelte Textgröße als die Dokument-Schriftgröße zu erhalten, gibt man
35681  
35682 \series bold
35683 2
35684 \series default
35685  in die Einfügung 
35686 \family sans
35687 H-Faktor
35688 \family default
35689  ein.
35690  Ein Beispiel: 
35691 \begin_inset Flex Scalebox
35692 status open
35693
35694 \begin_layout Plain Layout
35695 \begin_inset Argument 1
35696 status open
35697
35698 \begin_layout Plain Layout
35699 2
35700 \end_layout
35701
35702 \end_inset
35703
35704 Hallo
35705 \end_layout
35706
35707 \end_inset
35708
35709
35710 \end_layout
35711
35712 \begin_layout Standard
35713
35714 \series bold
35715 2
35716 \series default
35717  als 
35718 \family sans
35719 H-Faktor
35720 \family default
35721  und 
35722 \series bold
35723 1
35724 \series default
35725  als 
35726 \family sans
35727 V-Faktor
35728 \family default
35729  verzerrt das 
35730 \begin_inset Flex Scalebox
35731 status open
35732
35733 \begin_layout Plain Layout
35734 \begin_inset Argument 1
35735 status open
35736
35737 \begin_layout Plain Layout
35738 2
35739 \end_layout
35740
35741 \end_inset
35742
35743
35744 \begin_inset Argument 2
35745 status open
35746
35747 \begin_layout Plain Layout
35748 1
35749 \end_layout
35750
35751 \end_inset
35752
35753 Hallo
35754 \end_layout
35755
35756 \end_inset
35757
35758 .
35759 \end_layout
35760
35761 \begin_layout Standard
35762 Die Skalierungsfaktoren dürfen auch negativ sein.
35763  In diesem Fall wird der Boxinhalt gespiegelt.
35764  Daher kann 
35765 \series bold
35766 -1
35767 \series default
35768  als 
35769 \family sans
35770 H-Faktor
35771 \family default
35772  und 
35773 \series bold
35774 1
35775 \series default
35776  als 
35777 \family sans
35778 V-Faktor
35779 \family default
35780  verwendet werden um Spiegelschrift zu erstellen: 
35781 \begin_inset Flex Scalebox
35782 status open
35783
35784 \begin_layout Plain Layout
35785 \begin_inset Argument 1
35786 status open
35787
35788 \begin_layout Plain Layout
35789 -1
35790 \end_layout
35791
35792 \end_inset
35793
35794
35795 \begin_inset Argument 2
35796 status open
35797
35798 \begin_layout Plain Layout
35799 1
35800 \end_layout
35801
35802 \end_inset
35803
35804 Hallo
35805 \end_layout
35806
35807 \end_inset
35808
35809
35810 \end_layout
35811
35812 \begin_layout Standard
35813
35814 \series bold
35815 -1
35816 \series default
35817  als 
35818 \family sans
35819 H-Faktor
35820 \family default
35821  und 
35822 \series bold
35823 1
35824 \series default
35825  als 
35826 \family sans
35827 V-Faktor
35828 \family default
35829  reflektiert das 
35830 \begin_inset Flex Scalebox
35831 status open
35832
35833 \begin_layout Plain Layout
35834 \begin_inset Argument 1
35835 status open
35836
35837 \begin_layout Plain Layout
35838 1
35839 \end_layout
35840
35841 \end_inset
35842
35843
35844 \begin_inset Argument 2
35845 status open
35846
35847 \begin_layout Plain Layout
35848 -1
35849 \end_layout
35850
35851 \end_inset
35852
35853 Hallo
35854 \end_layout
35855
35856 \end_inset
35857
35858  an der Grundlinie.
35859 \end_layout
35860
35861 \begin_layout Standard
35862 Die 
35863 \family sans
35864 Spiegelbox
35865 \family default
35866  (Menü 
35867 \family sans
35868 Einfügen\SpecialChar menuseparator
35869 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
35870 Spiegelbox
35871 \family default
35872 ) ist äquivalent zu 
35873 \series bold
35874 -1
35875 \series default
35876  als 
35877 \family sans
35878 H-Faktor
35879 \family default
35880  und 
35881 \series bold
35882 1
35883 \series default
35884  als 
35885 \family sans
35886 V-Faktor 
35887 \family default
35888 für eine 
35889 \family sans
35890 Skalierende
35891 \begin_inset space ~
35892 \end_inset
35893
35894 Box
35895 \family default
35896 .
35897 \end_layout
35898
35899 \begin_layout Standard
35900 \begin_inset Note Greyedout
35901 status open
35902
35903 \begin_layout Plain Layout
35904
35905 \series bold
35906 Achtung:
35907 \series default
35908  Wenn die Einfügung 
35909 \family sans
35910 Drehpunkt
35911 \family default
35912  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
35913 -Fehler
35914  wenn man das Dokument ansieht/exportiert.
35915 \end_layout
35916
35917 \end_inset
35918
35919
35920 \end_layout
35921
35922 \begin_layout Standard
35923 \begin_inset VSpace bigskip
35924 \end_inset
35925
35926 Die 
35927 \family sans
35928 Neugrößenbox
35929 \family default
35930  (Menü 
35931 \family sans
35932 Einfügen\SpecialChar menuseparator
35933 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
35934 Neugrößenbox
35935 \family default
35936 ) verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
35937  skalieren.
35938  Die 
35939 \family sans
35940 Neugrößenbox
35941 \family default
35942  Einfügung hat die obligatorische Einfügung 
35943 \family sans
35944 Breite
35945 \family default
35946  und die optionale Einfügung 
35947 \family sans
35948 Höhe
35949 \family default
35950  (wird eingefügt über das Menü 
35951 \family sans
35952 Einfügen\SpecialChar menuseparator
35953 Höhe)
35954 \family default
35955 .
35956  Fügen Sie hier die Breite bzw.
35957 \begin_inset space \space{}
35958 \end_inset
35959
35960 Höhe als Wert mit Einheit ein.
35961  
35962 \begin_inset CommandInset ref
35963 LatexCommand ref
35964 reference "tab:Maßeinheiten"
35965
35966 \end_inset
35967
35968  listet die möglichen Maßeinheiten auf.
35969  Befindet sich ein Ausrufezeichen 
35970 \series bold
35971 !
35972 \series default
35973  in einer der beiden
35974 \lang english
35975  
35976 \lang ngerman
35977 Einfügungen, wird die Größe so gewählt, dass das Seitenverhältnis der Box
35978  beibehalten wird.
35979  Wenn die Einfügung 
35980 \family sans
35981 Höhe
35982 \family default
35983  nicht verwendet wird, wird intern ein Ausrufezeichen für die Höhe verwendet.
35984 \end_layout
35985
35986 \begin_layout Standard
35987
35988 \series bold
35989 2cm
35990 \series default
35991  als 
35992 \family sans
35993 Breite
35994 \family default
35995  und 
35996 \series bold
35997 1cm
35998 \series default
35999  als 
36000 \family sans
36001 Höhe
36002 \family default
36003  ergibt: 
36004 \begin_inset Flex Resizebox
36005 status open
36006
36007 \begin_layout Plain Layout
36008 \begin_inset Argument 1
36009 status open
36010
36011 \begin_layout Plain Layout
36012 2cm
36013 \end_layout
36014
36015 \end_inset
36016
36017
36018 \begin_inset Argument 2
36019 status open
36020
36021 \begin_layout Plain Layout
36022 1cm
36023 \end_layout
36024
36025 \end_inset
36026
36027 Hallo
36028 \end_layout
36029
36030 \end_inset
36031
36032
36033 \begin_inset Newline newline
36034 \end_inset
36035
36036
36037 \series bold
36038 2cm
36039 \series default
36040  als 
36041 \family sans
36042 Breite
36043 \family default
36044  und 
36045 \series bold
36046 !
36047 \series default
36048  als 
36049 \family sans
36050 Höhe
36051 \family default
36052  (oder keine 
36053 \family sans
36054 Höhe
36055 \family default
36056 ) ergibt: 
36057 \begin_inset Flex Resizebox
36058 status open
36059
36060 \begin_layout Plain Layout
36061 \begin_inset Argument 1
36062 status open
36063
36064 \begin_layout Plain Layout
36065 2cm
36066 \end_layout
36067
36068 \end_inset
36069
36070
36071 \begin_inset Argument 2
36072 status open
36073
36074 \begin_layout Plain Layout
36075 !
36076 \end_layout
36077
36078 \end_inset
36079
36080 Hallo
36081 \end_layout
36082
36083 \end_inset
36084
36085
36086 \end_layout
36087
36088 \begin_layout Standard
36089 \begin_inset Note Greyedout
36090 status open
36091
36092 \begin_layout Plain Layout
36093
36094 \series bold
36095 Achtung:
36096 \series default
36097  Wenn die Einfügung
36098 \family sans
36099  Breite 
36100 \family default
36101 leer ist oder eine ungültige Einheit enthält, erhält man \SpecialChar LaTeX
36102 -Fehler wenn man
36103  das Dokument ansieht/exportiert.
36104 \end_layout
36105
36106 \end_inset
36107
36108
36109 \end_layout
36110
36111 \begin_layout Standard
36112 \begin_inset VSpace bigskip
36113 \end_inset
36114
36115
36116 \end_layout
36117
36118 \begin_layout Standard
36119 Alle Boxen können beliebig miteinander kombiniert werden.
36120  Als Beispiel eine 
36121 \family sans
36122 Spiegelbox
36123 \family default
36124  in einer 
36125 \family sans
36126 Neugrößenbox
36127 \family default
36128 , die wiederum in einer 
36129 \family sans
36130 Rotationsbox
36131 \family default
36132  ist:
36133 \end_layout
36134
36135 \begin_layout Standard
36136 \noindent
36137 \align center
36138 \begin_inset Flex Rotatebox
36139 status open
36140
36141 \begin_layout Plain Layout
36142 \begin_inset Argument 1
36143 status open
36144
36145 \begin_layout Plain Layout
36146 origin=c
36147 \end_layout
36148
36149 \end_inset
36150
36151
36152 \begin_inset Argument 2
36153 status open
36154
36155 \begin_layout Plain Layout
36156 -45
36157 \end_layout
36158
36159 \end_inset
36160
36161
36162 \begin_inset Flex Resizebox
36163 status open
36164
36165 \begin_layout Plain Layout
36166 \begin_inset Argument 1
36167 status open
36168
36169 \begin_layout Plain Layout
36170 2cm
36171 \end_layout
36172
36173 \end_inset
36174
36175
36176 \begin_inset Flex Reflectbox
36177 status open
36178
36179 \begin_layout Plain Layout
36180 Hallo
36181 \end_layout
36182
36183 \end_inset
36184
36185
36186 \end_layout
36187
36188 \end_inset
36189
36190
36191 \end_layout
36192
36193 \end_inset
36194
36195
36196 \end_layout
36197
36198 \begin_layout Standard
36199 \noindent
36200 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
36201 \end_layout
36202
36203 \begin_layout Standard
36204 \noindent
36205 \align center
36206 \begin_inset Flex Resizebox
36207 status open
36208
36209 \begin_layout Plain Layout
36210 \begin_inset Argument 1
36211 status open
36212
36213 \begin_layout Plain Layout
36214 2cm
36215 \end_layout
36216
36217 \end_inset
36218
36219
36220 \begin_inset Flex Reflectbox
36221 status open
36222
36223 \begin_layout Plain Layout
36224 \begin_inset Graphics
36225         filename ../clipart/platypus.eps
36226         lyxscale 50
36227         width 25col%
36228
36229 \end_inset
36230
36231
36232 \end_layout
36233
36234 \end_inset
36235
36236
36237 \end_layout
36238
36239 \end_inset
36240
36241  
36242 \begin_inset Flex Resizebox
36243 status open
36244
36245 \begin_layout Plain Layout
36246 \begin_inset Argument 1
36247 status open
36248
36249 \begin_layout Plain Layout
36250 2cm
36251 \end_layout
36252
36253 \end_inset
36254
36255
36256 \begin_inset Flex Reflectbox
36257 status open
36258
36259 \begin_layout Plain Layout
36260 \begin_inset Tabular
36261 <lyxtabular version="3" rows="2" columns="2">
36262 <features tabularvalignment="middle">
36263 <column alignment="center" valignment="top">
36264 <column alignment="center" valignment="top">
36265 <row>
36266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36267 \begin_inset Text
36268
36269 \begin_layout Plain Layout
36270 q
36271 \end_layout
36272
36273 \end_inset
36274 </cell>
36275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36276 \begin_inset Text
36277
36278 \begin_layout Plain Layout
36279 w
36280 \end_layout
36281
36282 \end_inset
36283 </cell>
36284 </row>
36285 <row>
36286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36287 \begin_inset Text
36288
36289 \begin_layout Plain Layout
36290 e
36291 \end_layout
36292
36293 \end_inset
36294 </cell>
36295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36296 \begin_inset Text
36297
36298 \begin_layout Plain Layout
36299 r
36300 \end_layout
36301
36302 \end_inset
36303 </cell>
36304 </row>
36305 </lyxtabular>
36306
36307 \end_inset
36308
36309
36310 \end_layout
36311
36312 \end_inset
36313
36314
36315 \end_layout
36316
36317 \end_inset
36318
36319  
36320 \begin_inset Flex Resizebox
36321 status open
36322
36323 \begin_layout Plain Layout
36324 \begin_inset Argument 1
36325 status open
36326
36327 \begin_layout Plain Layout
36328 3cm
36329 \end_layout
36330
36331 \end_inset
36332
36333
36334 \begin_inset Flex Reflectbox
36335 status open
36336
36337 \begin_layout Plain Layout
36338 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36339 \end_inset
36340
36341
36342 \end_layout
36343
36344 \end_inset
36345
36346
36347 \end_layout
36348
36349 \end_inset
36350
36351
36352 \begin_inset Index idx
36353 status collapsed
36354
36355 \begin_layout Plain Layout
36356 Abbildungen ! skalierte
36357 \end_layout
36358
36359 \end_inset
36360
36361
36362 \begin_inset Index idx
36363 status collapsed
36364
36365 \begin_layout Plain Layout
36366 Tabellen ! skalierte
36367 \end_layout
36368
36369 \end_inset
36370
36371
36372 \end_layout
36373
36374 \begin_layout Standard
36375 Hat man den globalen Formelstil 
36376 \series bold
36377 fleqn
36378 \series default
36379
36380 \begin_inset Foot
36381 status collapsed
36382
36383 \begin_layout Plain Layout
36384 Wenn 
36385 \begin_inset Quotes gld
36386 \end_inset
36387
36388 fleqn
36389 \begin_inset Quotes grd
36390 \end_inset
36391
36392  zu den Dokumentklassen-Optionen hinzugefügt wurde.
36393 \end_layout
36394
36395 \end_inset
36396
36397  gewählt, kann man auch abgesetzte Formeln skalieren.
36398 \end_layout
36399
36400 \begin_layout Chapter
36401 Umflossene Objekte
36402 \begin_inset Index idx
36403 status collapsed
36404
36405 \begin_layout Plain Layout
36406 Umflossene Objekte
36407 \end_layout
36408
36409 \end_inset
36410
36411
36412 \end_layout
36413
36414 \begin_layout Section
36415 Umflossene Gleitobjekte
36416 \begin_inset CommandInset label
36417 LatexCommand label
36418 name "abs:Umflossene-Gleitobjekte"
36419
36420 \end_inset
36421
36422
36423 \begin_inset Index idx
36424 status collapsed
36425
36426 \begin_layout Plain Layout
36427 Gleitobjekte ! umflossene
36428 \end_layout
36429
36430 \end_inset
36431
36432
36433 \begin_inset Index idx
36434 status collapsed
36435
36436 \begin_layout Plain Layout
36437 Umflossene Objekte ! Gleitobjekte
36438 \end_layout
36439
36440 \end_inset
36441
36442
36443 \end_layout
36444
36445 \begin_layout Standard
36446 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
36447  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
36448  den die Abbildung bzw.
36449 \begin_inset space ~
36450 \end_inset
36451
36452 Tabelle übrig lässt.
36453  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
36454  Sie werden über das Menü
36455 \family sans
36456  Einfügen\SpecialChar menuseparator
36457 Gleitobjekt\SpecialChar menuseparator
36458 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
36459 objekt
36460 \family default
36461  eingefügt, wenn das \SpecialChar LaTeX
36462 -Paket 
36463 \series bold
36464 wrapfig
36465 \series default
36466
36467 \begin_inset Index idx
36468 status collapsed
36469
36470 \begin_layout Plain Layout
36471 \SpecialChar LaTeX
36472 -Pakete ! wrapfig
36473 \end_layout
36474
36475 \end_inset
36476
36477  installiert ist.
36478 \begin_inset Foot
36479 status collapsed
36480
36481 \begin_layout Plain Layout
36482 Wie man ein \SpecialChar LaTeX
36483 -Paket installiert, wird im Handbuch 
36484 \emph on
36485 \SpecialChar LaTeX
36486 -Konfiguration
36487 \emph default
36488  beschrieben.
36489 \end_layout
36490
36491 \end_inset
36492
36493  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
36494  Box des Gleitobjekts geändert werden.
36495  
36496 \begin_inset Wrap figure
36497 lines 0
36498 placement l
36499 overhang 1cm
36500 width "40col%"
36501 status open
36502
36503 \begin_layout Plain Layout
36504 \begin_inset Graphics
36505         filename ../clipart/mobius.eps
36506         width 40col%
36507         scaleBeforeRotation
36508         rotateOrigin center
36509
36510 \end_inset
36511
36512
36513 \end_layout
36514
36515 \begin_layout Plain Layout
36516 \begin_inset Caption Standard
36517
36518 \begin_layout Plain Layout
36519 \begin_inset CommandInset label
36520 LatexCommand label
36521 name "abb:Dies-ist-eine"
36522
36523 \end_inset
36524
36525 Dies ist eine umflossene Gleitobjekt-Abbildung
36526 \end_layout
36527
36528 \end_inset
36529
36530
36531 \end_layout
36532
36533 \end_inset
36534
36535  Obligatorische Einstellungen sind die 
36536 \family sans
36537 Breite
36538 \family default
36539  und 
36540 \family sans
36541 Platzierung
36542 \family default
36543  des Gleitobjekts.
36544  Optional sind der 
36545 \family sans
36546 Überhang 
36547 \family default
36548 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
36549 \begin_inset space \thinspace{}
36550 \end_inset
36551
36552 /
36553 \begin_inset space \thinspace{}
36554 \end_inset
36555
36556 der Seite ragt und die 
36557 \family sans
36558 benötigten Zeilen
36559 \family default
36560 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
36561  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
36562  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
36563  Des weiteren können Sie entscheiden, ob es \SpecialChar LaTeX
36564  erlaubt sein soll, das Gleitobjekt
36565  innerhalb des Absatzes oder zu umgebenden Absätzen gleiten zu lassen.
36566  Abbildung
36567 \begin_inset space ~
36568 \end_inset
36569
36570
36571 \begin_inset CommandInset ref
36572 LatexCommand ref
36573 reference "abb:Dies-ist-eine"
36574
36575 \end_inset
36576
36577  ist zum Beispiel ein umflossenes Bild, das 40
36578 \begin_inset space \thinspace{}
36579 \end_inset
36580
36581 % der Spaltenbreite einnimmt, 1
36582 \begin_inset space \thinspace{}
36583 \end_inset
36584
36585 cm in den Rand ragt und links gesetzt wurde.
36586 \end_layout
36587
36588 \begin_layout Standard
36589 \begin_inset Note Greyedout
36590 status open
36591
36592 \begin_layout Plain Layout
36593
36594 \series bold
36595 Bemerkung:
36596 \series default
36597  Umflossene Objekte sind fragil! Wenn die Abbildung z.
36598 \begin_inset space \thinspace{}
36599 \end_inset
36600
36601 B.
36602  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
36603  oder über anderen Text gedruckt wird.
36604 \end_layout
36605
36606 \end_inset
36607
36608
36609 \end_layout
36610
36611 \begin_layout Standard
36612 Allgemein gilt für umflossene Gleitobjekte:
36613 \end_layout
36614
36615 \begin_layout Itemize
36616 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
36617  fortgesetzt werden.
36618  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
36619  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
36620 \end_layout
36621
36622 \begin_layout Itemize
36623 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
36624  werden oder darin.
36625 \end_layout
36626
36627 \begin_layout Itemize
36628 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
36629  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
36630 \end_layout
36631
36632 \begin_layout Itemize
36633 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
36634 \end_layout
36635
36636 \begin_layout Itemize
36637 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
36638 \begin_inset space \thinspace{}
36639 \end_inset
36640
36641
36642 \begin_inset CommandInset ref
36643 LatexCommand ref
36644 reference "kap:Gleitobjekte"
36645
36646 \end_inset
36647
36648  beschrieben.
36649 \end_layout
36650
36651 \begin_layout Section
36652 Umflossene Fixe Objekte
36653 \begin_inset Index idx
36654 status collapsed
36655
36656 \begin_layout Plain Layout
36657 Umflossene Objekte ! Fixe Objekte
36658 \end_layout
36659
36660 \end_inset
36661
36662
36663 \end_layout
36664
36665 \begin_layout Standard
36666 Die in Abschnitt
36667 \begin_inset space ~
36668 \end_inset
36669
36670
36671 \begin_inset CommandInset ref
36672 LatexCommand ref
36673 reference "abs:Umflossene-Gleitobjekte"
36674
36675 \end_inset
36676
36677  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
36678 \begin_inset Separator parbreak
36679 \end_inset
36680
36681
36682 \end_layout
36683
36684 \begin_layout Standard
36685 \noindent
36686 \align center
36687 \begin_inset Tabular
36688 <lyxtabular version="3" rows="2" columns="2">
36689 <features tabularvalignment="middle">
36690 <column alignment="center" valignment="top">
36691 <column alignment="center" valignment="top">
36692 <row>
36693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36694 \begin_inset Text
36695
36696 \begin_layout Plain Layout
36697 \begin_inset Graphics
36698         filename ../../images/dialog-show-new-inset_graphics.png
36699         scale 70
36700         scaleBeforeRotation
36701
36702 \end_inset
36703
36704
36705 \end_layout
36706
36707 \end_inset
36708 </cell>
36709 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36710 \begin_inset Text
36711
36712 \begin_layout Plain Layout
36713 Text
36714 \end_layout
36715
36716 \end_inset
36717 </cell>
36718 </row>
36719 <row>
36720 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36721 \begin_inset Text
36722
36723 \begin_layout Plain Layout
36724 Text
36725 \end_layout
36726
36727 \end_inset
36728 </cell>
36729 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36730 \begin_inset Text
36731
36732 \begin_layout Plain Layout
36733 Text
36734 \end_layout
36735
36736 \end_inset
36737 </cell>
36738 </row>
36739 </lyxtabular>
36740
36741 \end_inset
36742
36743  oder 
36744 \begin_inset Tabular
36745 <lyxtabular version="3" rows="2" columns="2">
36746 <features tabularvalignment="middle">
36747 <column alignment="center" valignment="top">
36748 <column alignment="center" valignment="top">
36749 <row>
36750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36751 \begin_inset Text
36752
36753 \begin_layout Plain Layout
36754 Text
36755 \end_layout
36756
36757 \end_inset
36758 </cell>
36759 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36760 \begin_inset Text
36761
36762 \begin_layout Plain Layout
36763 \begin_inset Graphics
36764         filename ../../images/dialog-show-new-inset_graphics.png
36765         scale 70
36766         scaleBeforeRotation
36767
36768 \end_inset
36769
36770
36771 \end_layout
36772
36773 \end_inset
36774 </cell>
36775 </row>
36776 <row>
36777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36778 \begin_inset Text
36779
36780 \begin_layout Plain Layout
36781 Text
36782 \end_layout
36783
36784 \end_inset
36785 </cell>
36786 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36787 \begin_inset Text
36788
36789 \begin_layout Plain Layout
36790 Text
36791 \end_layout
36792
36793 \end_inset
36794 </cell>
36795 </row>
36796 </lyxtabular>
36797
36798 \end_inset
36799
36800
36801 \end_layout
36802
36803 \begin_layout Standard
36804 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
36805  wurde, um z.
36806 \begin_inset space \thinspace{}
36807 \end_inset
36808
36809 B.
36810  solche Positionen zu erhalten:
36811 \begin_inset VSpace defskip
36812 \end_inset
36813
36814
36815 \end_layout
36816
36817 \begin_layout Standard
36818 \noindent
36819 \align center
36820 \begin_inset Tabular
36821 <lyxtabular version="3" rows="2" columns="2">
36822 <features tabularvalignment="middle">
36823 <column alignment="center" valignment="top">
36824 <column alignment="center" valignment="top">
36825 <row>
36826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36827 \begin_inset Text
36828
36829 \begin_layout Plain Layout
36830 Text
36831 \end_layout
36832
36833 \end_inset
36834 </cell>
36835 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36836 \begin_inset Text
36837
36838 \begin_layout Plain Layout
36839 Text
36840 \end_layout
36841
36842 \end_inset
36843 </cell>
36844 </row>
36845 <row>
36846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36847 \begin_inset Text
36848
36849 \begin_layout Plain Layout
36850 \begin_inset Graphics
36851         filename ../../images/dialog-show-new-inset_graphics.png
36852         scale 70
36853         scaleBeforeRotation
36854
36855 \end_inset
36856
36857
36858 \end_layout
36859
36860 \end_inset
36861 </cell>
36862 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36863 \begin_inset Text
36864
36865 \begin_layout Plain Layout
36866 Text
36867 \end_layout
36868
36869 \end_inset
36870 </cell>
36871 </row>
36872 </lyxtabular>
36873
36874 \end_inset
36875
36876  
36877 \begin_inset Tabular
36878 <lyxtabular version="3" rows="2" columns="2">
36879 <features tabularvalignment="middle">
36880 <column alignment="center" valignment="top">
36881 <column alignment="center" valignment="top">
36882 <row>
36883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36884 \begin_inset Text
36885
36886 \begin_layout Plain Layout
36887 Text
36888 \end_layout
36889
36890 \end_inset
36891 </cell>
36892 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36893 \begin_inset Text
36894
36895 \begin_layout Plain Layout
36896 Text
36897 \end_layout
36898
36899 \end_inset
36900 </cell>
36901 </row>
36902 <row>
36903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36904 \begin_inset Text
36905
36906 \begin_layout Plain Layout
36907 Text
36908 \end_layout
36909
36910 \end_inset
36911 </cell>
36912 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36913 \begin_inset Text
36914
36915 \begin_layout Plain Layout
36916 \begin_inset Graphics
36917         filename ../../images/dialog-show-new-inset_graphics.png
36918         scale 70
36919         scaleBeforeRotation
36920
36921 \end_inset
36922
36923
36924 \end_layout
36925
36926 \end_inset
36927 </cell>
36928 </row>
36929 </lyxtabular>
36930
36931 \end_inset
36932
36933  
36934 \begin_inset Tabular
36935 <lyxtabular version="3" rows="2" columns="3">
36936 <features tabularvalignment="middle">
36937 <column alignment="center" valignment="top">
36938 <column alignment="center" valignment="top">
36939 <column alignment="center" valignment="top">
36940 <row>
36941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36942 \begin_inset Text
36943
36944 \begin_layout Plain Layout
36945 Text
36946 \end_layout
36947
36948 \end_inset
36949 </cell>
36950 <cell alignment="center" valignment="top" topline="true" usebox="none">
36951 \begin_inset Text
36952
36953 \begin_layout Plain Layout
36954 \begin_inset Graphics
36955         filename ../../images/dialog-show-new-inset_graphics.png
36956         scale 70
36957         scaleBeforeRotation
36958
36959 \end_inset
36960
36961
36962 \end_layout
36963
36964 \end_inset
36965 </cell>
36966 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36967 \begin_inset Text
36968
36969 \begin_layout Plain Layout
36970 Text
36971 \end_layout
36972
36973 \end_inset
36974 </cell>
36975 </row>
36976 <row>
36977 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36978 \begin_inset Text
36979
36980 \begin_layout Plain Layout
36981 Text
36982 \end_layout
36983
36984 \end_inset
36985 </cell>
36986 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36987 \begin_inset Text
36988
36989 \begin_layout Plain Layout
36990 Text
36991 \end_layout
36992
36993 \end_inset
36994 </cell>
36995 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36996 \begin_inset Text
36997
36998 \begin_layout Plain Layout
36999 Text
37000 \end_layout
37001
37002 \end_inset
37003 </cell>
37004 </row>
37005 </lyxtabular>
37006
37007 \end_inset
37008
37009  
37010 \begin_inset Tabular
37011 <lyxtabular version="3" rows="2" columns="3">
37012 <features tabularvalignment="middle">
37013 <column alignment="center" valignment="top">
37014 <column alignment="center" valignment="top">
37015 <column alignment="center" valignment="top">
37016 <row>
37017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37018 \begin_inset Text
37019
37020 \begin_layout Plain Layout
37021 Text
37022 \end_layout
37023
37024 \end_inset
37025 </cell>
37026 <cell alignment="center" valignment="top" topline="true" usebox="none">
37027 \begin_inset Text
37028
37029 \begin_layout Plain Layout
37030 Text
37031 \end_layout
37032
37033 \end_inset
37034 </cell>
37035 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37036 \begin_inset Text
37037
37038 \begin_layout Plain Layout
37039 Text
37040 \end_layout
37041
37042 \end_inset
37043 </cell>
37044 </row>
37045 <row>
37046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37047 \begin_inset Text
37048
37049 \begin_layout Plain Layout
37050 Text
37051 \end_layout
37052
37053 \end_inset
37054 </cell>
37055 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37056 \begin_inset Text
37057
37058 \begin_layout Plain Layout
37059 \begin_inset Graphics
37060         filename ../../images/dialog-show-new-inset_graphics.png
37061         scale 70
37062         scaleBeforeRotation
37063
37064 \end_inset
37065
37066
37067 \end_layout
37068
37069 \end_inset
37070 </cell>
37071 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37072 \begin_inset Text
37073
37074 \begin_layout Plain Layout
37075 Text
37076 \end_layout
37077
37078 \end_inset
37079 </cell>
37080 </row>
37081 </lyxtabular>
37082
37083 \end_inset
37084
37085
37086 \end_layout
37087
37088 \begin_layout Standard
37089 \noindent
37090 \align center
37091 \begin_inset Tabular
37092 <lyxtabular version="3" rows="3" columns="2">
37093 <features tabularvalignment="middle">
37094 <column alignment="center" valignment="top">
37095 <column alignment="center" valignment="top">
37096 <row>
37097 <cell alignment="center" valignment="top" topline="true" 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" topline="true" rightline="true" usebox="none">
37107 \begin_inset Text
37108
37109 \begin_layout Plain Layout
37110 Text
37111 \end_layout
37112
37113 \end_inset
37114 </cell>
37115 </row>
37116 <row>
37117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37118 \begin_inset Text
37119
37120 \begin_layout Plain Layout
37121 \begin_inset Graphics
37122         filename ../../images/dialog-show-new-inset_graphics.png
37123         scale 70
37124         scaleBeforeRotation
37125
37126 \end_inset
37127
37128
37129 \end_layout
37130
37131 \end_inset
37132 </cell>
37133 <cell alignment="center" valignment="top" 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 <row>
37144 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37145 \begin_inset Text
37146
37147 \begin_layout Plain Layout
37148 Text
37149 \end_layout
37150
37151 \end_inset
37152 </cell>
37153 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37154 \begin_inset Text
37155
37156 \begin_layout Plain Layout
37157 Text
37158 \end_layout
37159
37160 \end_inset
37161 </cell>
37162 </row>
37163 </lyxtabular>
37164
37165 \end_inset
37166
37167  
37168 \begin_inset Tabular
37169 <lyxtabular version="3" rows="3" columns="3">
37170 <features tabularvalignment="middle">
37171 <column alignment="center" valignment="top">
37172 <column alignment="center" valignment="top">
37173 <column alignment="center" valignment="top">
37174 <row>
37175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37176 \begin_inset Text
37177
37178 \begin_layout Plain Layout
37179 Text
37180 \end_layout
37181
37182 \end_inset
37183 </cell>
37184 <cell alignment="center" valignment="top" topline="true" usebox="none">
37185 \begin_inset Text
37186
37187 \begin_layout Plain Layout
37188 Text
37189 \end_layout
37190
37191 \end_inset
37192 </cell>
37193 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37194 \begin_inset Text
37195
37196 \begin_layout Plain Layout
37197 Text
37198 \end_layout
37199
37200 \end_inset
37201 </cell>
37202 </row>
37203 <row>
37204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37205 \begin_inset Text
37206
37207 \begin_layout Plain Layout
37208 Text
37209 \end_layout
37210
37211 \end_inset
37212 </cell>
37213 <cell alignment="center" valignment="top" usebox="none">
37214 \begin_inset Text
37215
37216 \begin_layout Plain Layout
37217 \begin_inset Graphics
37218         filename ../../images/dialog-show-new-inset_graphics.png
37219         scale 70
37220         scaleBeforeRotation
37221
37222 \end_inset
37223
37224
37225 \end_layout
37226
37227 \end_inset
37228 </cell>
37229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37230 \begin_inset Text
37231
37232 \begin_layout Plain Layout
37233 Text
37234 \end_layout
37235
37236 \end_inset
37237 </cell>
37238 </row>
37239 <row>
37240 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37241 \begin_inset Text
37242
37243 \begin_layout Plain Layout
37244 Text
37245 \end_layout
37246
37247 \end_inset
37248 </cell>
37249 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37250 \begin_inset Text
37251
37252 \begin_layout Plain Layout
37253 Text
37254 \end_layout
37255
37256 \end_inset
37257 </cell>
37258 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37259 \begin_inset Text
37260
37261 \begin_layout Plain Layout
37262 Text
37263 \end_layout
37264
37265 \end_inset
37266 </cell>
37267 </row>
37268 </lyxtabular>
37269
37270 \end_inset
37271
37272  
37273 \begin_inset Tabular
37274 <lyxtabular version="3" rows="3" columns="2">
37275 <features tabularvalignment="middle">
37276 <column alignment="center" valignment="top">
37277 <column alignment="center" valignment="top">
37278 <row>
37279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37280 \begin_inset Text
37281
37282 \begin_layout Plain Layout
37283 Text
37284 \end_layout
37285
37286 \end_inset
37287 </cell>
37288 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37289 \begin_inset Text
37290
37291 \begin_layout Plain Layout
37292 Text
37293 \end_layout
37294
37295 \end_inset
37296 </cell>
37297 </row>
37298 <row>
37299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37300 \begin_inset Text
37301
37302 \begin_layout Plain Layout
37303 Text
37304 \end_layout
37305
37306 \end_inset
37307 </cell>
37308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37309 \begin_inset Text
37310
37311 \begin_layout Plain Layout
37312 \begin_inset Graphics
37313         filename ../../images/dialog-show-new-inset_graphics.png
37314         scale 70
37315         scaleBeforeRotation
37316
37317 \end_inset
37318
37319
37320 \end_layout
37321
37322 \end_inset
37323 </cell>
37324 </row>
37325 <row>
37326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37327 \begin_inset Text
37328
37329 \begin_layout Plain Layout
37330 Text
37331 \end_layout
37332
37333 \end_inset
37334 </cell>
37335 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37336 \begin_inset Text
37337
37338 \begin_layout Plain Layout
37339 Text
37340 \end_layout
37341
37342 \end_inset
37343 </cell>
37344 </row>
37345 </lyxtabular>
37346
37347 \end_inset
37348
37349
37350 \end_layout
37351
37352 \begin_layout Standard
37353 \noindent
37354 kann man das \SpecialChar LaTeX
37355 -Paket 
37356 \series bold
37357 picinpar
37358 \series default
37359
37360 \begin_inset Index idx
37361 status collapsed
37362
37363 \begin_layout Plain Layout
37364 \SpecialChar LaTeX
37365 -Pakete ! picinpar
37366 \end_layout
37367
37368 \end_inset
37369
37370  benutzen.
37371  Hier ist ein Beispiel:
37372 \end_layout
37373
37374 \begin_layout Standard
37375 \begin_inset ERT
37376 status collapsed
37377
37378 \begin_layout Plain Layout
37379
37380
37381 \backslash
37382 ifpicinpar
37383 \end_layout
37384
37385 \end_inset
37386
37387
37388 \begin_inset Note Note
37389 status open
37390
37391 \begin_layout Plain Layout
37392 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
37393 -Paket 
37394 \series bold
37395 picinpar
37396 \series default
37397  installiert ist.
37398 \end_layout
37399
37400 \end_inset
37401
37402
37403 \end_layout
37404
37405 \begin_layout Standard
37406 \begin_inset ERT
37407 status collapsed
37408
37409 \begin_layout Plain Layout
37410
37411
37412 \backslash
37413 begin{window}[2,c,{
37414 \end_layout
37415
37416 \end_inset
37417
37418
37419 \begin_inset Graphics
37420         filename ../clipart/mobius.eps
37421         lyxscale 60
37422         width 40col%
37423         scaleBeforeRotation
37424         rotateOrigin center
37425
37426 \end_inset
37427
37428
37429 \begin_inset ERT
37430 status collapsed
37431
37432 \begin_layout Plain Layout
37433
37434 },]
37435 \end_layout
37436
37437 \begin_layout Plain Layout
37438
37439 {}
37440 \end_layout
37441
37442 \end_inset
37443
37444
37445 \size small
37446 \lang english
37447 It was in the spring of the year 1894 that all London was interested, and
37448  the fashionable world dismayed, by the murder of the Honourable Ronald
37449  Adair under most unusual and inexplicable circumstances.
37450  The public has already learned those particulars of the crime which
37451 \size default
37452
37453 \begin_inset ERT
37454 status collapsed
37455
37456 \begin_layout Plain Layout
37457
37458
37459 \backslash
37460 footnotemark{}
37461 \end_layout
37462
37463 \end_inset
37464
37465
37466 \size small
37467  came out in the police investigation, but a good deal was suppressed upon
37468  that occasion, since the case for the prosecution was so overwhelmingly
37469  strong that it was not necessary to bring forward all the facts.
37470  Only now, at the end of nearly ten years, am I allowed to supply those
37471  missing links which make up the whole of that remarkable chain.
37472 \size default
37473 \lang ngerman
37474
37475 \begin_inset ERT
37476 status collapsed
37477
37478 \begin_layout Plain Layout
37479
37480
37481 \backslash
37482 end{window}
37483 \end_layout
37484
37485 \end_inset
37486
37487
37488 \end_layout
37489
37490 \begin_layout Standard
37491 \begin_inset ERT
37492 status collapsed
37493
37494 \begin_layout Plain Layout
37495
37496
37497 \backslash
37498 footnotetext{
37499 \end_layout
37500
37501 \end_inset
37502
37503 Fußnote des Absatzes mit fixem Objekt.
37504 \begin_inset ERT
37505 status collapsed
37506
37507 \begin_layout Plain Layout
37508
37509 }
37510 \end_layout
37511
37512 \end_inset
37513
37514
37515 \end_layout
37516
37517 \begin_layout Standard
37518 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
37519  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
37520  vertikale Position im Text bestimmen kann.
37521  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
37522  beschriftet werden.
37523 \end_layout
37524
37525 \begin_layout Standard
37526 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
37527  Befehl
37528 \end_layout
37529
37530 \begin_layout Standard
37531
37532 \series bold
37533
37534 \backslash
37535 begin{window}[2,c,{
37536 \end_layout
37537
37538 \begin_layout Standard
37539 als \SpecialChar TeX
37540 -Code einfügt.
37541  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
37542  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
37543  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
37544  Danach fügt man das Objekt ein.
37545  In diesem Beispiel wurde ein Bild der Breite von 40
37546 \begin_inset space \thinspace{}
37547 \end_inset
37548
37549 % der Textspaltenbreite eingefügt.
37550  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
37551  Nach dem Objekt fügt man den Befehl
37552 \end_layout
37553
37554 \begin_layout Standard
37555
37556 \series bold
37557 },Beschreibungstext]
37558 \begin_inset Newline newline
37559 \end_inset
37560
37561 {}
37562 \end_layout
37563
37564 \begin_layout Standard
37565 ein.
37566  Man beachte dass das 
37567 \begin_inset Quotes gld
37568 \end_inset
37569
37570
37571 \series bold
37572 {}
37573 \series default
37574
37575 \begin_inset Quotes grd
37576 \end_inset
37577
37578  in der zweiten Zeile steht.
37579  Der Beschreibungstext ist optional.
37580  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
37581  das Objekt befinden, also direkt nach dem 
37582 \series bold
37583 {}
37584 \series default
37585  beginnen.
37586  Am Ende des Absatzes fügt man folgenden Befehl ein:
37587 \end_layout
37588
37589 \begin_layout Standard
37590
37591 \series bold
37592
37593 \backslash
37594 end{window}
37595 \end_layout
37596
37597 \begin_layout Standard
37598 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
37599  man muss stattdessen den Befehl 
37600 \series bold
37601
37602 \backslash
37603 footnotemark
37604 \series default
37605  verwenden.
37606  Außerhalb des Absatzes den Befehl 
37607 \series bold
37608
37609 \backslash
37610 footnotetext
37611 \series default
37612 , wie es in Abschnitt
37613 \begin_inset space ~
37614 \end_inset
37615
37616
37617 \begin_inset CommandInset ref
37618 LatexCommand ref
37619 reference "abs:Fußnoten"
37620
37621 \end_inset
37622
37623  beschrieben ist.
37624 \end_layout
37625
37626 \begin_layout Standard
37627 \begin_inset ERT
37628 status collapsed
37629
37630 \begin_layout Plain Layout
37631
37632
37633 \backslash
37634 else
37635 \end_layout
37636
37637 \end_inset
37638
37639
37640 \begin_inset Note Note
37641 status open
37642
37643 \begin_layout Plain Layout
37644 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
37645 -Paket 
37646 \series bold
37647 picinpar
37648 \series default
37649  nicht installiert ist:
37650 \end_layout
37651
37652 \end_inset
37653
37654
37655 \end_layout
37656
37657 \begin_layout Standard
37658 Das \SpecialChar LaTeX
37659 -Paket 
37660 \series bold
37661 picinpar
37662 \series default
37663  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
37664 \end_layout
37665
37666 \begin_layout Standard
37667 \begin_inset ERT
37668 status collapsed
37669
37670 \begin_layout Plain Layout
37671
37672
37673 \backslash
37674 fi
37675 \end_layout
37676
37677 \end_inset
37678
37679
37680 \end_layout
37681
37682 \begin_layout Section
37683 Initiale
37684 \begin_inset Index idx
37685 status collapsed
37686
37687 \begin_layout Plain Layout
37688 Initiale
37689 \end_layout
37690
37691 \end_inset
37692
37693
37694 \begin_inset Index idx
37695 status collapsed
37696
37697 \begin_layout Plain Layout
37698 Umflossene Objekte ! Initiale
37699 \end_layout
37700
37701 \end_inset
37702
37703
37704 \end_layout
37705
37706 \begin_layout Standard
37707 Für Initialen muss das \SpecialChar LaTeX
37708 -Paket 
37709 \series bold
37710 lettrine
37711 \series default
37712
37713 \begin_inset Index idx
37714 status collapsed
37715
37716 \begin_layout Plain Layout
37717 \SpecialChar LaTeX
37718 -Pakete ! lettrine
37719 \end_layout
37720
37721 \end_inset
37722
37723  installiert sein und das Modul 
37724 \family sans
37725 Initialen
37726 \family default
37727  im Dokument verwendet werden (Menü 
37728 \family sans
37729 Dokument\SpecialChar menuseparator
37730 Einstellungen\SpecialChar menuseparator
37731 Module
37732 \family default
37733 ).
37734  Um eine Initiale einzufügen, verwendet man den Stil 
37735 \family sans
37736 Initiale
37737 \family default
37738 .
37739  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
37740  Die Argumente werden über das Menü 
37741 \family sans
37742 Einfügen
37743 \family default
37744  eingefügt.
37745  Das obligatorische Argument 
37746 \family sans
37747 Initiale
37748 \family default
37749  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
37750 \family sans
37751 Rest
37752 \begin_inset space ~
37753 \end_inset
37754
37755 der
37756 \begin_inset space ~
37757 \end_inset
37758
37759 Initiale
37760 \family default
37761  enthält den Rest des Wortes oder Textes der Initiale.
37762  Das Argument 
37763 \family sans
37764 Optionen
37765 \family default
37766  enthält Parameter um die Initiale zu modifizieren.
37767  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
37768  von 
37769 \series bold
37770 lettrine
37771 \series default
37772
37773 \begin_inset CommandInset citation
37774 LatexCommand cite
37775 key "lettrine"
37776
37777 \end_inset
37778
37779 .
37780  Der Stil selbst enthält den Text, der die Initiale umgibt.
37781  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
37782  Initiale ist, in 
37783 \shape smallcaps
37784 Kapitälchen
37785 \shape default
37786  gedruckt wird.
37787 \end_layout
37788
37789 \begin_layout Standard
37790 Hier sind einige Beispiele:
37791 \end_layout
37792
37793 \begin_layout Standard
37794 \begin_inset ERT
37795 status collapsed
37796
37797 \begin_layout Plain Layout
37798
37799
37800 \backslash
37801 iflettrine
37802 \end_layout
37803
37804 \end_inset
37805
37806
37807 \begin_inset Note Note
37808 status open
37809
37810 \begin_layout Plain Layout
37811 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
37812 -Paket 
37813 \series bold
37814 lettrine
37815 \series default
37816  installiert ist.
37817 \end_layout
37818
37819 \end_inset
37820
37821
37822 \end_layout
37823
37824 \begin_layout Enumerate
37825 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
37826
37827 \begin_inset Formula $\mathfrak{Fraktur}$
37828 \end_inset
37829
37830 :
37831 \begin_inset Separator parbreak
37832 \end_inset
37833
37834
37835 \end_layout
37836
37837 \begin_deeper
37838 \begin_layout Initial
37839 \begin_inset Argument 2
37840 status open
37841
37842 \begin_layout Plain Layout
37843 \begin_inset Formula $\mathfrak{I}$
37844 \end_inset
37845
37846
37847 \end_layout
37848
37849 \end_inset
37850
37851
37852 \begin_inset Argument 3
37853 status open
37854
37855 \begin_layout Plain Layout
37856 t
37857 \end_layout
37858
37859 \end_inset
37860
37861  
37862 \lang english
37863 was in the spring of the year 1894 that all London was interested, and the
37864  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37865  under most unusual and inexplicable circumstances.
37866  The public has already learned those particulars of the crime which came
37867  out in the police investigation, but a good deal was suppressed upon that
37868  occasion, since the case for the prosecution was so overwhelmingly strong
37869  that it was not necessary to bring forward all the facts.
37870 \end_layout
37871
37872 \end_deeper
37873 \begin_layout Enumerate
37874 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
37875  besteht und kein Text ist in 
37876 \shape smallcaps
37877 Kapitälchen
37878 \shape default
37879 :
37880 \begin_inset Separator parbreak
37881 \end_inset
37882
37883
37884 \end_layout
37885
37886 \begin_deeper
37887 \begin_layout Initial
37888 \begin_inset Argument 1
37889 status open
37890
37891 \begin_layout Plain Layout
37892 lines=1
37893 \end_layout
37894
37895 \end_inset
37896
37897
37898 \begin_inset Argument 2
37899 status open
37900
37901 \begin_layout Plain Layout
37902 It
37903 \end_layout
37904
37905 \end_inset
37906
37907  
37908 \lang english
37909 was in the spring of the year 1894 that all London was interested, and the
37910  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37911  under most unusual and inexplicable circumstances.
37912  The public has already learned those particulars of the crime which came
37913  out in the police investigation, but a good deal was suppressed upon that
37914  occasion, since the case for the prosecution was so overwhelmingly strong
37915  that it was not necessary to bring forward all the facts.
37916 \end_layout
37917
37918 \end_deeper
37919 \begin_layout Enumerate
37920 Magenta, hängende Initiale über 3
37921 \begin_inset space ~
37922 \end_inset
37923
37924 Zeilen in der Mathe-Schrift
37925 \begin_inset Newline newline
37926 \end_inset
37927
37928  
37929 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
37930 \end_inset
37931
37932 , der Text 
37933 \begin_inset Quotes gld
37934 \end_inset
37935
37936
37937 \lang english
37938 t was in the spring
37939 \lang ngerman
37940
37941 \begin_inset Quotes erd
37942 \end_inset
37943
37944  ist in 
37945 \shape smallcaps
37946 Kapitälchen
37947 \shape default
37948 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
37949 \begin_inset Newline newline
37950 \end_inset
37951
37952
37953 \series bold
37954
37955 \backslash
37956 renewcommand{
37957 \backslash
37958 LettrineFontHook}{
37959 \backslash
37960 color{Farbe}}
37961 \series default
37962
37963 \begin_inset Newline newline
37964 \end_inset
37965
37966 wobei 
37967 \emph on
37968 Farbe
37969 \emph default
37970  
37971 \begin_inset Quotes gld
37972 \end_inset
37973
37974 red
37975 \begin_inset Quotes erd
37976 \end_inset
37977
37978
37979 \begin_inset Quotes gld
37980 \end_inset
37981
37982 blue
37983 \begin_inset Quotes erd
37984 \end_inset
37985
37986
37987 \begin_inset Quotes gld
37988 \end_inset
37989
37990 green
37991 \begin_inset Quotes erd
37992 \end_inset
37993
37994
37995 \begin_inset Quotes gld
37996 \end_inset
37997
37998 yellow
37999 \begin_inset Quotes erd
38000 \end_inset
38001
38002
38003 \begin_inset Quotes gld
38004 \end_inset
38005
38006 cyan
38007 \begin_inset Quotes erd
38008 \end_inset
38009
38010
38011 \begin_inset Quotes gld
38012 \end_inset
38013
38014 magenta
38015 \begin_inset Quotes erd
38016 \end_inset
38017
38018
38019 \begin_inset Quotes gld
38020 \end_inset
38021
38022 black
38023 \begin_inset Quotes erd
38024 \end_inset
38025
38026  oder 
38027 \begin_inset Quotes gld
38028 \end_inset
38029
38030 white
38031 \begin_inset Quotes erd
38032 \end_inset
38033
38034  sein kann, und diesen Befehl zum \SpecialChar LaTeX
38035 -Vorspann hinzufügen:
38036 \begin_inset Newline newline
38037 \end_inset
38038
38039
38040 \series bold
38041
38042 \backslash
38043 @ifundefined{textcolor}
38044 \begin_inset Newline newline
38045 \end_inset
38046
38047
38048 \begin_inset space ~
38049 \end_inset
38050
38051 {
38052 \backslash
38053 usepackage{color}}{}
38054 \series default
38055
38056 \begin_inset Separator parbreak
38057 \end_inset
38058
38059
38060 \end_layout
38061
38062 \begin_deeper
38063 \begin_layout Standard
38064 \begin_inset ERT
38065 status collapsed
38066
38067 \begin_layout Plain Layout
38068
38069
38070 \backslash
38071 renewcommand{
38072 \backslash
38073 LettrineFontHook}{
38074 \backslash
38075 color{magenta}}
38076 \end_layout
38077
38078 \end_inset
38079
38080
38081 \begin_inset Note Note
38082 status open
38083
38084 \begin_layout Plain Layout
38085 macht die Initiale magenta
38086 \end_layout
38087
38088 \end_inset
38089
38090
38091 \end_layout
38092
38093 \begin_layout Initial
38094 \begin_inset Argument 1
38095 status open
38096
38097 \begin_layout Plain Layout
38098 lines=3, lhang=0.33, loversize=0.25
38099 \end_layout
38100
38101 \end_inset
38102
38103
38104 \begin_inset Argument 2
38105 status open
38106
38107 \begin_layout Plain Layout
38108 \begin_inset Formula $\mathcal{I}$
38109 \end_inset
38110
38111
38112 \end_layout
38113
38114 \end_inset
38115
38116
38117 \begin_inset Argument 3
38118 status open
38119
38120 \begin_layout Plain Layout
38121
38122 \lang english
38123 t was in the spring
38124 \end_layout
38125
38126 \end_inset
38127
38128  
38129 \lang english
38130 of the year 1894 that all London was interested, and the fashionable world
38131  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38132  and inexplicable circumstances.
38133  The public has already learned those particulars of the crime which came
38134  out in the police investigation, but a good deal was suppressed upon that
38135  occasion, since the case for the prosecution was so overwhelmingly strong
38136  that it was not necessary to bring forward all the facts.
38137 \end_layout
38138
38139 \end_deeper
38140 \begin_layout Standard
38141 \begin_inset ERT
38142 status collapsed
38143
38144 \begin_layout Plain Layout
38145
38146
38147 \backslash
38148 else
38149 \end_layout
38150
38151 \end_inset
38152
38153
38154 \begin_inset Note Note
38155 status open
38156
38157 \begin_layout Plain Layout
38158 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
38159 -Paket 
38160 \series bold
38161 lettrine
38162 \series default
38163  nicht installiert ist:
38164 \end_layout
38165
38166 \end_inset
38167
38168
38169 \end_layout
38170
38171 \begin_layout Standard
38172 Das \SpecialChar LaTeX
38173 -Paket 
38174 \series bold
38175 lettrine
38176 \series default
38177  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38178 \end_layout
38179
38180 \begin_layout Standard
38181 \begin_inset ERT
38182 status collapsed
38183
38184 \begin_layout Plain Layout
38185
38186
38187 \backslash
38188 fi
38189 \end_layout
38190
38191 \end_inset
38192
38193
38194 \end_layout
38195
38196 \begin_layout Chapter
38197 Externe Dateien
38198 \begin_inset Index idx
38199 status collapsed
38200
38201 \begin_layout Plain Layout
38202 Dateien ! externe
38203 \end_layout
38204
38205 \end_inset
38206
38207
38208 \end_layout
38209
38210 \begin_layout Standard
38211 Mit 
38212 \family sans
38213 Einfügen\SpecialChar menuseparator
38214 Datei
38215 \family default
38216  können Sie fremdes Material in Ihr Dokument einsetzen.
38217  Das kann folgendes sein:
38218 \end_layout
38219
38220 \begin_layout Description
38221 \SpecialChar LyX
38222 -Dokument Der Inhalt eines anderen \SpecialChar LyX
38223 -Dokuments wird direkt in Ihr Dokument
38224  eingefügt.
38225 \end_layout
38226
38227 \begin_layout Description
38228 Einfacher
38229 \begin_inset space ~
38230 \end_inset
38231
38232 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
38233  eingefügt.
38234 \end_layout
38235
38236 \begin_layout Description
38237 Einfacher
38238 \begin_inset space ~
38239 \end_inset
38240
38241 Text,
38242 \begin_inset space ~
38243 \end_inset
38244
38245 Zeilen
38246 \begin_inset space ~
38247 \end_inset
38248
38249 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
38250  Leerzeilen trennen die Absätze.
38251 \end_layout
38252
38253 \begin_layout Description
38254 Externes
38255 \begin_inset space ~
38256 \end_inset
38257
38258 Material Dateien in verschiedenen Formaten.
38259 \end_layout
38260
38261 \begin_layout Description
38262 Unterdokument \SpecialChar LyX
38263 - oder \SpecialChar LaTeX
38264 -Dokumente.
38265 \end_layout
38266
38267 \begin_layout Section
38268 Externes Material
38269 \begin_inset Index idx
38270 status collapsed
38271
38272 \begin_layout Plain Layout
38273 Externes Material
38274 \end_layout
38275
38276 \end_inset
38277
38278
38279 \end_layout
38280
38281 \begin_layout Standard
38282 Mit 
38283 \family sans
38284 Einfügen\SpecialChar menuseparator
38285 Datei\SpecialChar menuseparator
38286  Externes Material
38287 \family default
38288  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
38289  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
38290  weil \SpecialChar LyX
38291  sich darum kümmert.
38292  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in \SpecialChar LyX
38293 -Dokumente
38294  eingefügt werden können.
38295  Wenn die Grafikvorschau in den \SpecialChar LyX
38296 -Einstellungen unter
38297 \family sans
38298  Aussehen
38299 \begin_inset space ~
38300 \end_inset
38301
38302 &
38303 \begin_inset space ~
38304 \end_inset
38305
38306 Handhabung\SpecialChar menuseparator
38307 Grafik
38308 \family default
38309 , werden die externen Materialtypen Dia und Xfig direkt in \SpecialChar LyX
38310  angezeigt.
38311 \end_layout
38312
38313 \begin_layout Standard
38314 Zur Zeit können Sie folgende Dateitypen (
38315 \family sans
38316 Vorlagen
38317 \family default
38318 ) benutzen:
38319 \end_layout
38320
38321 \begin_layout Description
38322 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
38323 \series bold
38324
38325 \begin_inset CommandInset href
38326 LatexCommand href
38327 name "XBoard"
38328 target "http://de.wikipedia.org/wiki/XBoard"
38329
38330 \end_inset
38331
38332
38333 \series default
38334  erzeugt wurden.
38335 \end_layout
38336
38337 \begin_layout Description
38338 Datum fügt ein Datum mit dem Format 
38339 \emph on
38340 Tag-Monat-Jahr
38341 \emph default
38342  ein.
38343  Hier ist ein Beispiel: 
38344 \begin_inset External
38345         template Date
38346         filename .
38347
38348 \end_inset
38349
38350
38351 \begin_inset space ~
38352 \end_inset
38353
38354
38355 \begin_inset Note Note
38356 status open
38357
38358 \begin_layout Plain Layout
38359
38360 \lang english
38361 Remove the protected space when bug 4398 is fixed!
38362 \end_layout
38363
38364 \end_inset
38365
38366
38367 \begin_inset Newline newline
38368 \end_inset
38369
38370 Das Datum ist in \SpecialChar LyX
38371  nicht zu sehen, nur in der Druckausgabe.
38372  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
38373  Menü 
38374 \family sans
38375 Einfügen\SpecialChar menuseparator
38376 Datum
38377 \family default
38378  und mit dem \SpecialChar LaTeX
38379 -Befehl 
38380 \series bold
38381
38382 \backslash
38383 today
38384 \series default
38385 .
38386  Die verschiedenen Methoden werden in Tabelle
38387 \begin_inset space ~
38388 \end_inset
38389
38390
38391 \begin_inset CommandInset ref
38392 LatexCommand ref
38393 reference "tab:Vergleich-der-Datums-Eingaben"
38394
38395 \end_inset
38396
38397  verglichen.
38398 \end_layout
38399
38400 \begin_layout Description
38401 Dia unterstützt Diagramme, die mit dem Programm 
38402 \series bold
38403
38404 \begin_inset CommandInset href
38405 LatexCommand href
38406 name "Dia"
38407 target "http://de.wikipedia.org/wiki/Dia_(Software)"
38408
38409 \end_inset
38410
38411
38412 \series default
38413  erzeugt wurden.
38414 \end_layout
38415
38416 \begin_layout Description
38417 GnumericTabelle Mit dieser Vorlage können Sie Tabellen im Format von 
38418 \series bold
38419
38420 \begin_inset CommandInset href
38421 LatexCommand href
38422 name "Gnumeric"
38423 target "http://de.wikipedia.org/wiki/Gnumeric"
38424
38425 \end_inset
38426
38427
38428 \series default
38429
38430 \begin_inset CommandInset href
38431 LatexCommand href
38432 name "OpenDocument"
38433 target "http://de.wikipedia.org/wiki/OpenDocument"
38434
38435 \end_inset
38436
38437
38438 \begin_inset CommandInset href
38439 LatexCommand href
38440 name "Microsoft Office XML"
38441 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38442
38443 \end_inset
38444
38445  und 
38446 \begin_inset CommandInset href
38447 LatexCommand href
38448 name "Office Open XML"
38449 target "http://de.wikipedia.org/wiki/Office_Open_XML"
38450
38451 \end_inset
38452
38453  einfügen.
38454  Für dieses Feature muss \SpecialChar LyX
38455  während seiner Konfiguration das Programm 
38456 \family typewriter
38457 ssconvert
38458 \family default
38459  gefunden haben.
38460  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
38461  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
38462  Für Beispiele und mögliche Limitierungen siehe \SpecialChar LyX
38463 ' Beispieldatei 
38464 \emph on
38465 spreadsheet.lyx
38466 \emph default
38467 .
38468 \end_layout
38469
38470 \begin_layout Description
38471 LilyPond Mit dieser Vorlage können Sie Musik-Notationen einfügen, die mit
38472  dem Notensatzprogramm 
38473 \series bold
38474
38475 \begin_inset CommandInset href
38476 LatexCommand href
38477 name "LilyPond"
38478 target "http://de.wikipedia.org/wiki/LilyPond"
38479
38480 \end_inset
38481
38482
38483 \series default
38484  gesetzt werden.
38485  Für \SpecialChar LyX
38486 ' erweiterte Unterstützung für LilyPond siehe \SpecialChar LyX
38487 ' Beispieldatei 
38488 \emph on
38489 lilypond.lyx
38490 \emph default
38491 .
38492 \end_layout
38493
38494 \begin_layout Description
38495 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
38496  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
38497  
38498 \series bold
38499 pages
38500 \series default
38501  im Feld 
38502 \family sans
38503 Option
38504 \family default
38505  in der Karteikarte 
38506 \family sans
38507 \SpecialChar LaTeX
38508 - und \SpecialChar LyX
38509 -Optionen
38510 \family default
38511 .
38512  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
38513  (man gibt als Option 
38514 \series bold
38515 pages={3,5,6,8}
38516 \series default
38517  an), Seitenbereiche (
38518 \series bold
38519 pages={4-9}
38520 \series default
38521 ) oder eine Kombination davon enthält.
38522  Um leere Seiten einzufügen, verwendet man {}.
38523  Z.
38524 \begin_inset space \thinspace{}
38525 \end_inset
38526
38527 B.
38528  fügt 
38529 \series bold
38530 pages={3,{},8-11,15}
38531 \series default
38532  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
38533  Seitenbereiche werden mit der Syntax 
38534 \emph on
38535 Start
38536 \emph default
38537 -
38538 \emph on
38539 Stop
38540 \emph default
38541  angegeben.
38542  Dies wählt alle Seiten von 
38543 \emph on
38544 Start
38545 \emph default
38546  bis 
38547 \emph on
38548 Stop
38549 \emph default
38550  aus.
38551  Wird 
38552 \emph on
38553 Start
38554 \emph default
38555  weggelassen, wird stattdessen die erste Seite verwendet; wird 
38556 \emph on
38557 Stop
38558 \emph default
38559  weggelassen, wird stattdessen die letzte Seite verwendet.
38560  Die letzte Seite kann außerdem mit dem Schlagwort 
38561 \series bold
38562 last
38563 \series default
38564  ausgewählt werden.
38565  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
38566 \series bold
38567 pages=-
38568 \series default
38569  fügt also alle Seiten des Dokuments ein und 
38570 \series bold
38571 pages=last-1
38572 \series default
38573  fügt alle Seiten in umgekehrter Reihenfolge ein.
38574  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
38575  eingefügt.
38576 \begin_inset Newline newline
38577 \end_inset
38578
38579 Die Option 
38580 \series bold
38581 noautoscale
38582 \series default
38583  fügt die Seiten in ihrer Originalgröße ein.
38584  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
38585  dass sie die komplette Breite Ihres Dokuments einnehmen.
38586  In der Karteikarte 
38587 \family sans
38588 Größe und Drehung
38589 \family default
38590  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
38591  werden.
38592  Wird eine andere Breite als 100
38593 \begin_inset space \thinspace{}
38594 \end_inset
38595
38596 Größe% verwendet, wird die Option 
38597 \series bold
38598 noautoscale
38599 \series default
38600  überschrieben.
38601  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
38602  des \SpecialChar LaTeX
38603 -Pakets 
38604 \series bold
38605 pdfpages
38606 \series default
38607  
38608 \begin_inset CommandInset citation
38609 LatexCommand cite
38610 key "pdfpages"
38611
38612 \end_inset
38613
38614 .
38615 \begin_inset Index idx
38616 status collapsed
38617
38618 \begin_layout Plain Layout
38619 \SpecialChar LaTeX
38620 -Pakete ! pdfpages
38621 \end_layout
38622
38623 \end_inset
38624
38625
38626 \begin_inset Newline newline
38627 \end_inset
38628
38629 Um diese Vorlage in einer 
38630 \family sans
38631 Beamer
38632 \family default
38633 -Präsentation zu verwenden, muss zuerst eine 
38634 \family sans
38635 BeendeRahmen
38636 \family default
38637  Umgebung eingefügt werden.
38638  In den folgenden Absatz kommt eine \SpecialChar TeX
38639 -Code Box mit dem Befehl 
38640 \series bold
38641
38642 \backslash
38643 setbeamertemplate{background canvas}{}
38644 \series default
38645 .
38646  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
38647  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
38648  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
38649  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
38650  sicher, dass die Ausrichtung 
38651 \family sans
38652 Standard
38653 \family default
38654  für den Absatz verwendet wird, der die Vorlage enthält.
38655 \begin_inset Newline newline
38656 \end_inset
38657
38658 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
38659 \begin_inset External
38660         template PDFPages
38661         filename ../clipart/Abstract.pdf
38662         extra LaTeX "pages=-"
38663         rotateAngle -5
38664         rotateOrigin bottomleft
38665         width 50col%
38666
38667 \end_inset
38668
38669
38670 \end_layout
38671
38672 \begin_layout Description
38673 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
38674  Die Bilddateien können im Dialogfenster 
38675 \family sans
38676 Externes
38677 \begin_inset space ~
38678 \end_inset
38679
38680 Material
38681 \family default
38682  genauso behandelt werden wie die mit dem normalen 
38683 \family sans
38684 Grafik
38685 \family default
38686 -Dialog eingefügten, siehe Abschnitt
38687 \begin_inset space ~
38688 \end_inset
38689
38690
38691 \begin_inset CommandInset ref
38692 LatexCommand ref
38693 reference "abs:Grafik-Dialog"
38694
38695 \end_inset
38696
38697 .
38698  Der Unterschied zum normalen Einfügen eines Bildes ist, dass nur Rasterbilder
38699  erlaubt sind, das heißt PDF- und EPS-Bilder werden nicht unterstützt.
38700  Hier ist ein eingefügtes Rasterbild: 
38701 \begin_inset External
38702         template RasterImage
38703         filename ../clipart/ToolbarEnvBox.png
38704
38705 \end_inset
38706
38707
38708 \end_layout
38709
38710 \begin_layout Description
38711 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
38712 \series bold
38713
38714 \begin_inset CommandInset href
38715 LatexCommand href
38716 name "Xfig"
38717 target "http://de.wikipedia.org/wiki/Xfig"
38718
38719 \end_inset
38720
38721
38722 \series default
38723  erzeugt wurden.
38724 \end_layout
38725
38726 \begin_layout Standard
38727 \begin_inset Float table
38728 placement !h
38729 wide false
38730 sideways false
38731 status open
38732
38733 \begin_layout Plain Layout
38734 \begin_inset Caption Standard
38735
38736 \begin_layout Plain Layout
38737 \begin_inset CommandInset label
38738 LatexCommand label
38739 name "tab:Vergleich-der-Datums-Eingaben"
38740
38741 \end_inset
38742
38743 Vergleich der Datums-Eingaben
38744 \end_layout
38745
38746 \end_inset
38747
38748
38749 \end_layout
38750
38751 \begin_layout Plain Layout
38752 \align center
38753 \begin_inset Tabular
38754 <lyxtabular version="3" rows="4" columns="4">
38755 <features tabularvalignment="middle">
38756 <column alignment="center" valignment="top">
38757 <column alignment="center" valignment="top">
38758 <column alignment="center" valignment="top">
38759 <column alignment="center" valignment="top">
38760 <row>
38761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38762 \begin_inset Text
38763
38764 \begin_layout Plain Layout
38765 Dokumentformat
38766 \end_layout
38767
38768 \end_inset
38769 </cell>
38770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38771 \begin_inset Text
38772
38773 \begin_layout Plain Layout
38774
38775 \family sans
38776 Externes Material\SpecialChar menuseparator
38777 Datum
38778 \end_layout
38779
38780 \end_inset
38781 </cell>
38782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38783 \begin_inset Text
38784
38785 \begin_layout Plain Layout
38786
38787 \family sans
38788 Einfügen\SpecialChar menuseparator
38789 Datum
38790 \end_layout
38791
38792 \end_inset
38793 </cell>
38794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38795 \begin_inset Text
38796
38797 \begin_layout Plain Layout
38798 Befehl 
38799 \series bold
38800
38801 \backslash
38802 today
38803 \end_layout
38804
38805 \end_inset
38806 </cell>
38807 </row>
38808 <row>
38809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38810 \begin_inset Text
38811
38812 \begin_layout Plain Layout
38813 \SpecialChar LyX
38814
38815 \end_layout
38816
38817 \end_inset
38818 </cell>
38819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38820 \begin_inset Text
38821
38822 \begin_layout Plain Layout
38823 als Box
38824 \end_layout
38825
38826 \end_inset
38827 </cell>
38828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38829 \begin_inset Text
38830
38831 \begin_layout Plain Layout
38832 als Datum
38833 \end_layout
38834
38835 \end_inset
38836 </cell>
38837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38838 \begin_inset Text
38839
38840 \begin_layout Plain Layout
38841 als \SpecialChar TeX
38842 -Code
38843 \end_layout
38844
38845 \end_inset
38846 </cell>
38847 </row>
38848 <row>
38849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38850 \begin_inset Text
38851
38852 \begin_layout Plain Layout
38853 \SpecialChar LaTeX
38854
38855 \end_layout
38856
38857 \end_inset
38858 </cell>
38859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38860 \begin_inset Text
38861
38862 \begin_layout Plain Layout
38863 als Datum
38864 \end_layout
38865
38866 \end_inset
38867 </cell>
38868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38869 \begin_inset Text
38870
38871 \begin_layout Plain Layout
38872 als Datum
38873 \end_layout
38874
38875 \end_inset
38876 </cell>
38877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38878 \begin_inset Text
38879
38880 \begin_layout Plain Layout
38881 als Befehl
38882 \end_layout
38883
38884 \end_inset
38885 </cell>
38886 </row>
38887 <row>
38888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38889 \begin_inset Text
38890
38891 \begin_layout Plain Layout
38892 DVI, PDF, PS
38893 \end_layout
38894
38895 \end_inset
38896 </cell>
38897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38898 \begin_inset Text
38899
38900 \begin_layout Plain Layout
38901 als Datum
38902 \end_layout
38903
38904 \end_inset
38905 </cell>
38906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38907 \begin_inset Text
38908
38909 \begin_layout Plain Layout
38910 als Datum
38911 \end_layout
38912
38913 \end_inset
38914 </cell>
38915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38916 \begin_inset Text
38917
38918 \begin_layout Plain Layout
38919 als Datum
38920 \end_layout
38921
38922 \end_inset
38923 </cell>
38924 </row>
38925 </lyxtabular>
38926
38927 \end_inset
38928
38929
38930 \end_layout
38931
38932 \end_inset
38933
38934
38935 \end_layout
38936
38937 \begin_layout Standard
38938 Wenn Sie im Dialogfenster
38939 \family sans
38940  Externes
38941 \begin_inset space ~
38942 \end_inset
38943
38944 Material 
38945 \family default
38946 in der Karteikarte
38947 \family sans
38948  Datei
38949 \family default
38950  die Option 
38951 \family sans
38952 Entwurf
38953 \family default
38954  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
38955 \begin_inset Newline newline
38956 \end_inset
38957
38958 \SpecialChar LyX
38959  kann externes Material entweder als Box wie hier: 
38960 \begin_inset Graphics
38961         filename clipart/ExternesMaterialQt4.png
38962         scale 85
38963         scaleBeforeRotation
38964
38965 \end_inset
38966
38967  oder als Bild darstellen.
38968  Das hängt davon ab, ob Sie im Dialog
38969 \family sans
38970  
38971 \family default
38972 in der Karteikarte 
38973 \family sans
38974 \SpecialChar LaTeX
38975 - und \SpecialChar LyX
38976 -Optionen
38977 \family default
38978  die Option 
38979 \family sans
38980 In
38981 \begin_inset space ~
38982 \end_inset
38983
38984 \SpecialChar LyX
38985
38986 \begin_inset space ~
38987 \end_inset
38988
38989 anzeigen
38990 \family default
38991  gewählt haben oder nicht.
38992 \end_layout
38993
38994 \begin_layout Standard
38995 Im \SpecialChar LyX
38996 -Handbuch 
38997 \family sans
38998 \emph on
38999 Anpassung
39000 \family default
39001 \emph default
39002  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
39003 \end_layout
39004
39005 \begin_layout Section
39006 Unterdokumente
39007 \begin_inset CommandInset label
39008 LatexCommand label
39009 name "abs:Unterdokumente"
39010
39011 \end_inset
39012
39013
39014 \begin_inset Index idx
39015 status collapsed
39016
39017 \begin_layout Plain Layout
39018 Unterdokument
39019 \end_layout
39020
39021 \end_inset
39022
39023
39024 \end_layout
39025
39026 \begin_layout Standard
39027 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
39028  oder Abschnitten bestehen.
39029  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
39030  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
39031  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
39032  z.
39033 \begin_inset space \thinspace{}
39034 \end_inset
39035
39036 B.
39037  den \SpecialChar LaTeX
39038 -Vorspann, das Literaturverzeichnis und Querverweismarken.
39039 \end_layout
39040
39041 \begin_layout Standard
39042 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
39043  müssen, geben Sie im Unterdokument im Menü
39044 \family sans
39045  Dokument\SpecialChar menuseparator
39046 Einstellungen\SpecialChar menuseparator
39047 Dokumentklasse
39048 \family default
39049  das Hauptdokument an.
39050  Dieses wird dann von \SpecialChar LyX
39051  im Hintergrund benutzt, wenn Sie das Unterdokument
39052  bearbeiten.
39053 \end_layout
39054
39055 \begin_layout Standard
39056 Unterdokumente werden in \SpecialChar LyX
39057  als Box angezeigt: 
39058 \begin_inset Graphics
39059         filename clipart/UnterdokumentQt4.png
39060         scale 85
39061         scaleBeforeRotation
39062
39063 \end_inset
39064
39065  Sie werden über
39066 \family sans
39067  Einfügen\SpecialChar menuseparator
39068 Datei\SpecialChar menuseparator
39069 Unterdokument
39070 \family default
39071  eingebunden, was das Dialogfenster
39072 \family sans
39073  Unterdokument
39074 \family default
39075  öffnet.
39076  Für 
39077 \family sans
39078 die Art
39079 \begin_inset space ~
39080 \end_inset
39081
39082 der
39083 \begin_inset space ~
39084 \end_inset
39085
39086 Einbindung
39087 \family default
39088  gibt es dort vier Möglichkeiten:
39089 \end_layout
39090
39091 \begin_layout Description
39092 Include Sie können \SpecialChar LyX
39093 - und \SpecialChar LaTeX
39094 -Dokumente einbinden.
39095  Wenn Sie im Dialogfenster
39096 \family sans
39097  Unterdokument
39098 \family default
39099  auf 
39100 \family sans
39101 Bearbeiten
39102 \family default
39103  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
39104  und Sie können es editieren.
39105 \begin_inset Newline newline
39106 \end_inset
39107
39108
39109 \end_layout
39110
39111 \begin_layout Standard
39112 Hier wird ein Unterdokument
39113 \family sans
39114  
39115 \family default
39116 per 
39117 \family sans
39118 Include
39119 \family default
39120  eingebunden: 
39121 \begin_inset CommandInset include
39122 LatexCommand include
39123 filename "DummyDocument1.lyx"
39124
39125 \end_inset
39126
39127 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
39128  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
39129  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
39130 s.
39131  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
39132 \begin_inset space ~
39133 \end_inset
39134
39135
39136 \begin_inset CommandInset ref
39137 LatexCommand ref
39138 reference "uab:Externer-Unterabschnitt-1"
39139
39140 \end_inset
39141
39142 .
39143 \end_layout
39144
39145 \begin_layout Standard
39146 Der \SpecialChar LaTeX
39147 -Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
39148  wird benutzt.
39149  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
39150  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
39151  Unterdokumente, die per 
39152 \family sans
39153 Include
39154 \family default
39155  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
39156  und enden mit einem Seitenumbruch.
39157 \end_layout
39158
39159 \begin_layout Standard
39160 \begin_inset Note Greyedout
39161 status open
39162
39163 \begin_layout Plain Layout
39164
39165 \series bold
39166 Bemerkung:
39167 \series default
39168  Wenn Sie eine \SpecialChar LyX
39169 - oder \SpecialChar LaTeX
39170 -Datei eingebunden haben, werden Sie beim Export oder
39171  der Druckvorschau gewarnt, wenn das Unterdokument eine andere Dokumentklasse
39172  als das Hauptdokument benutzt, weil das zu unvorhersehbaren Ergebnissen
39173  führen wird.
39174 \end_layout
39175
39176 \end_inset
39177
39178
39179 \end_layout
39180
39181 \begin_layout Description
39182 Input Diese Methode ist 
39183 \family sans
39184 Include
39185 \family default
39186  sehr ähnlich mit folgenden Unterschieden:
39187 \begin_inset Separator parbreak
39188 \end_inset
39189
39190
39191 \end_layout
39192
39193 \begin_deeper
39194 \begin_layout Itemize
39195 Unterdokumente, die per 
39196 \family sans
39197 Input
39198 \family default
39199  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
39200  Seite und enden NICHT mit einem Seitenumbruch.
39201 \end_layout
39202
39203 \begin_layout Itemize
39204 Unterdokumente, die per 
39205 \family sans
39206 Input
39207 \family default
39208  eingebunden werden, können in \SpecialChar LyX
39209  angesehen werden, wenn im Dialogfenster
39210 \family sans
39211  Unterdokument Vorschau
39212 \begin_inset space ~
39213 \end_inset
39214
39215 anzeigen
39216 \family default
39217  angekreuzt wurde und in den \SpecialChar LyX
39218 -Einstellungen unter
39219 \family sans
39220  Aussehen
39221 \begin_inset space ~
39222 \end_inset
39223
39224 &
39225 \begin_inset space ~
39226 \end_inset
39227
39228 Handhabung\SpecialChar menuseparator
39229 Grafik\SpecialChar menuseparator
39230 Sofortige
39231 \begin_inset space ~
39232 \end_inset
39233
39234 Vorschau
39235 \family default
39236  auf 
39237 \family sans
39238 An
39239 \family default
39240  gesetzt wurde.
39241  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
39242  aus.
39243 \end_layout
39244
39245 \begin_layout Itemize
39246 Unterdokumente, die per 
39247 \family sans
39248 Input
39249 \family default
39250  eingebunden werden, können nicht über das Menü 
39251 \family sans
39252 Dokument\SpecialChar menuseparator
39253 Einstellungen\SpecialChar menuseparator
39254 Unterdokumente
39255 \family default
39256  unterdrückt werden.
39257 \end_layout
39258
39259 \end_deeper
39260 \begin_layout Standard
39261 Hier ist ein Unterdokument, das mit
39262 \family sans
39263  Input
39264 \family default
39265  eingebunden wurde: 
39266 \begin_inset CommandInset include
39267 LatexCommand input
39268 filename "DummyDocument2.lyx"
39269
39270 \end_inset
39271
39272 .
39273 \end_layout
39274
39275 \begin_layout Description
39276 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
39277   In der Druckvorschau wird für den Text der Stil 
39278 \family typewriter
39279 Schreibmaschine
39280 \family default
39281  verwendet.
39282  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
39283  Wenn Sie im Dialogfenster
39284 \family sans
39285  Unterdokument Leerzeichen
39286 \begin_inset space ~
39287 \end_inset
39288
39289 bei
39290 \begin_inset space ~
39291 \end_inset
39292
39293 der
39294 \begin_inset space ~
39295 \end_inset
39296
39297 Ausgabe
39298 \begin_inset space ~
39299 \end_inset
39300
39301 kennzeichnen 
39302 \family default
39303 ankreuzen, wird in der Druckvorschau das Zeichen 
39304 \begin_inset Quotes gld
39305 \end_inset
39306
39307
39308 \begin_inset ERT
39309 status collapsed
39310
39311 \begin_layout Plain Layout
39312
39313
39314 \backslash
39315 textvisiblespace 
39316 \end_layout
39317
39318 \end_inset
39319
39320
39321 \begin_inset Quotes grd
39322 \end_inset
39323
39324  für jedes Leerzeichen eingefügt.
39325 \begin_inset Newline newline
39326 \end_inset
39327
39328 Im Gegensatz zu 
39329 \family sans
39330 Einfügen\SpecialChar menuseparator
39331 Datei\SpecialChar menuseparator
39332 Einfacher
39333 \begin_inset space ~
39334 \end_inset
39335
39336 Text
39337 \family default
39338  wird bei 
39339 \family sans
39340 Unformatiert
39341 \family default
39342  der Dateiinhalt in \SpecialChar LyX
39343  nicht dargestellt.
39344 \end_layout
39345
39346 \begin_layout Standard
39347 Hier ist ein Unterdokument, das mit
39348 \family sans
39349  Unformatiert
39350 \family default
39351  eingebunden wurde: 
39352 \begin_inset CommandInset include
39353 LatexCommand verbatiminput
39354 filename "DummyTextDocument.txt"
39355
39356 \end_inset
39357
39358
39359 \begin_inset VSpace bigskip
39360 \end_inset
39361
39362 Hier ist ein Unterdokument, das mit
39363 \family sans
39364  Unformatiert
39365 \family default
39366  eingebunden wurde und
39367 \family sans
39368  Leerzeichen
39369 \begin_inset space ~
39370 \end_inset
39371
39372 bei
39373 \begin_inset space ~
39374 \end_inset
39375
39376 der
39377 \begin_inset space ~
39378 \end_inset
39379
39380 Ausgabe
39381 \begin_inset space ~
39382 \end_inset
39383
39384 kennzeichnen
39385 \family default
39386  angekreuzt hat: 
39387 \begin_inset CommandInset include
39388 LatexCommand verbatiminput*
39389 filename "DummyTextDocument.txt"
39390
39391 \end_inset
39392
39393
39394 \end_layout
39395
39396 \begin_layout Standard
39397 \begin_inset VSpace bigskip
39398 \end_inset
39399
39400
39401 \end_layout
39402
39403 \begin_layout Standard
39404 \begin_inset Note Greyedout
39405 status open
39406
39407 \begin_layout Plain Layout
39408
39409 \series bold
39410 Bemerkung:
39411 \series default
39412  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
39413  
39414 \family sans
39415 Unformatiert
39416 \family default
39417  eingebunden werden, am Zeilenende nicht umgebrochen.
39418 \end_layout
39419
39420 \end_inset
39421
39422
39423 \end_layout
39424
39425 \begin_layout Description
39426 Listing Dieser Typ wird in Kapitel
39427 \begin_inset space ~
39428 \end_inset
39429
39430
39431 \begin_inset CommandInset ref
39432 LatexCommand ref
39433 reference "kap:Programm-Code-Listen"
39434
39435 \end_inset
39436
39437  beschrieben.
39438 \end_layout
39439
39440 \begin_layout Standard
39441 \begin_inset Note Greyedout
39442 status open
39443
39444 \begin_layout Plain Layout
39445
39446 \series bold
39447 Bemerkung:
39448 \series default
39449  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
39450  das zu \SpecialChar LaTeX
39451 -Problemen führen.
39452 \end_layout
39453
39454 \end_inset
39455
39456
39457 \end_layout
39458
39459 \begin_layout Standard
39460 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
39461  wollen, z.
39462 \begin_inset space \thinspace{}
39463 \end_inset
39464
39465 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
39466  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
39467  Dies geschieht über das Menü 
39468 \family sans
39469 Dokument\SpecialChar menuseparator
39470 Einstellungen\SpecialChar menuseparator
39471 Unterdokumente
39472 \family default
39473 .
39474  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
39475  in die Spalte 
39476 \family sans
39477 In Ausgabe einbinden
39478 \family default
39479  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
39480  für Unterdokumente möglich ist, die per 
39481 \family sans
39482 Input
39483 \family default
39484  eingebunden wurden).
39485  Wenn die Option 
39486 \family sans
39487 Zähler und Querverweise wahren
39488 \family default
39489  aktiviert ist, sorgt \SpecialChar LyX
39490  dafür, dass alle Seitennummern, Querverweise usw.
39491 \begin_inset space ~
39492 \end_inset
39493
39494 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
39495  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
39496  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
39497  Dazu muss \SpecialChar LyX
39498  intern allerdings das gesamte Dokument prozessieren.
39499  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
39500  sind, wählen sie die Option nicht.
39501 \end_layout
39502
39503 \begin_layout Standard
39504 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
39505 \begin_inset Foot
39506 status collapsed
39507
39508 \begin_layout Plain Layout
39509 Zweige sind im Kapitel 
39510 \emph on
39511 Zweige
39512 \emph default
39513  des \SpecialChar LyX
39514
39515 \emph on
39516 -Benutzerhandbuchs
39517 \emph default
39518  erklärt.
39519 \end_layout
39520
39521 \end_inset
39522
39523  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
39524  Dateien in der Ausgabe erscheinen.
39525  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
39526  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
39527  werden.
39528 \end_layout
39529
39530 \begin_layout Chapter
39531 Programm-Code-Listen
39532 \begin_inset CommandInset label
39533 LatexCommand label
39534 name "kap:Programm-Code-Listen"
39535
39536 \end_inset
39537
39538
39539 \begin_inset Index idx
39540 status collapsed
39541
39542 \begin_layout Plain Layout
39543 Listen
39544 \end_layout
39545
39546 \end_inset
39547
39548
39549 \begin_inset Index idx
39550 status collapsed
39551
39552 \begin_layout Plain Layout
39553 Programm-Code
39554 \end_layout
39555
39556 \end_inset
39557
39558
39559 \end_layout
39560
39561 \begin_layout Standard
39562 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
39563 \family sans
39564 Einfügen\SpecialChar menuseparator
39565 Pro\SpecialChar softhyphen
39566 grammlisting
39567 \family default
39568  verwenden.
39569  Das \SpecialChar LaTeX
39570 -Paket 
39571 \series bold
39572 listings
39573 \series default
39574
39575 \begin_inset Index idx
39576 status collapsed
39577
39578 \begin_layout Plain Layout
39579 \SpecialChar LaTeX
39580 -Pakete ! listings
39581 \end_layout
39582
39583 \end_inset
39584
39585  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
39586 \end_layout
39587
39588 \begin_layout Standard
39589 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
39590 rmat der Programm-Code-Liste festlegen.
39591 \end_layout
39592
39593 \begin_layout Standard
39594 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
39595  Die Platzierungsoption 
39596 \family sans
39597 Eingebettetes
39598 \begin_inset space ~
39599 \end_inset
39600
39601 Listing
39602 \family default
39603  druckt das Listing in der Zeile wie hier: 
39604 \begin_inset listings
39605 lstparams "language={C++}"
39606 inline true
39607 status open
39608
39609 \begin_layout Plain Layout
39610
39611 int a=5;
39612 \end_layout
39613
39614 \end_inset
39615
39616
39617 \begin_inset Newline newline
39618 \end_inset
39619
39620 Die Option 
39621 \family sans
39622 Gleitobjekt
39623 \family default
39624  erzeugt ein Listing-Gleitobjekt, dessen 
39625 \family sans
39626 Platzierung 
39627 \family default
39628 Sie mit 
39629 \family sans
39630 h
39631 \family default
39632
39633 \family sans
39634 t
39635 \family default
39636
39637 \family sans
39638 b
39639 \family default
39640  und 
39641 \family sans
39642 p
39643 \family default
39644 , analog zu den in Abschnitt
39645 \begin_inset space ~
39646 \end_inset
39647
39648
39649 \begin_inset CommandInset ref
39650 LatexCommand ref
39651 reference "abs:Gleitobjekt-Platzierung"
39652
39653 \end_inset
39654
39655  beschriebenen Platzierungsoptionen festlegen können.
39656  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
39657  hintereinander angegeben, z.
39658 \begin_inset space \thinspace{}
39659 \end_inset
39660
39661 B.
39662  
39663 \begin_inset Quotes gld
39664 \end_inset
39665
39666
39667 \family sans
39668 htbp
39669 \family default
39670
39671 \begin_inset Quotes grd
39672 \end_inset
39673
39674 .
39675  Die Option 
39676 \begin_inset Quotes gld
39677 \end_inset
39678
39679 h
39680 \begin_inset Quotes grd
39681 \end_inset
39682
39683  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
39684  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
39685 \end_layout
39686
39687 \begin_layout Standard
39688 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
39689  zu verweisen: Listing
39690 \begin_inset space ~
39691 \end_inset
39692
39693
39694 \begin_inset CommandInset ref
39695 LatexCommand ref
39696 reference "lst:Gleitendes-Programm-Listing"
39697
39698 \end_inset
39699
39700 .
39701  Mit dem Menü 
39702 \family sans
39703 Einfügen\SpecialChar menuseparator
39704 Liste
39705 \begin_inset space ~
39706 \end_inset
39707
39708 /
39709 \begin_inset space ~
39710 \end_inset
39711
39712 Inhaltsverzeichnis\SpecialChar menuseparator
39713 Listings Verzeichnis
39714 \family default
39715  kann ein Verzeichnis aller Listings eingefügt werden.
39716  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
39717 \end_layout
39718
39719 \begin_layout Standard
39720 \begin_inset listings
39721 lstparams "language=Python"
39722 inline false
39723 status open
39724
39725 \begin_layout Plain Layout
39726
39727 \begin_inset Caption Standard
39728
39729 \begin_layout Plain Layout
39730 \begin_inset CommandInset label
39731 LatexCommand label
39732 name "lst:Gleitendes-Programm-Listing"
39733
39734 \end_inset
39735
39736 Gleitendes Programm-Listing
39737 \end_layout
39738
39739 \end_inset
39740
39741 # Gleitendes Programm-Listing
39742 \end_layout
39743
39744 \begin_layout Plain Layout
39745
39746 def func(param):
39747 \end_layout
39748
39749 \begin_layout Plain Layout
39750
39751     'Dies ist eine Python-Funktion'
39752 \end_layout
39753
39754 \begin_layout Plain Layout
39755
39756     pass
39757 \end_layout
39758
39759 \end_inset
39760
39761
39762 \end_layout
39763
39764 \begin_layout Standard
39765 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
39766  der Sprache erkannt und besonders gedruckt, wie 
39767 \emph on
39768 #
39769 \emph default
39770
39771 \emph on
39772 def
39773 \emph default
39774  und 
39775 \emph on
39776 pass
39777 \emph default
39778  in Listing
39779 \begin_inset space ~
39780 \end_inset
39781
39782
39783 \begin_inset CommandInset ref
39784 LatexCommand ref
39785 reference "lst:Gleitendes-Programm-Listing"
39786
39787 \end_inset
39788
39789 .
39790 \end_layout
39791
39792 \begin_layout Standard
39793 \begin_inset Note Greyedout
39794 status open
39795
39796 \begin_layout Plain Layout
39797
39798 \series bold
39799 Bemerkung:
39800 \series default
39801  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
39802 \family typewriter
39803 Schreib\SpecialChar softhyphen
39804 maschine
39805 \family default
39806  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
39807 h keine fett gedruckten Buchstaben.
39808  Wählen Sie in diesem Fall eine andere Schrift im Menü 
39809 \family sans
39810 Dokument\SpecialChar menuseparator
39811 Einstellungen\SpecialChar menuseparator
39812 Schriften
39813 \family default
39814 .
39815  (Die Schriften 
39816 \emph on
39817 LuxiMono, BeraMono
39818 \emph default
39819  und 
39820 \emph on
39821 Courier
39822 \emph default
39823  enthalten fett gedruckte Buchstaben.)
39824 \end_layout
39825
39826 \end_inset
39827
39828
39829 \end_layout
39830
39831 \begin_layout Standard
39832 Im Abschnitt 
39833 \family sans
39834 Zeilennummerierung
39835 \family default
39836  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
39837 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
39838  jede wievielte Zeile nummeriert werden soll und die 
39839 \family sans
39840 Schriftgröße
39841 \family default
39842  der Nummerierung.
39843 \end_layout
39844
39845 \begin_layout Standard
39846 Im Abschnitt 
39847 \family sans
39848 Bereich
39849 \family default
39850  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
39851  Im Abschnitt 
39852 \family sans
39853 Stil
39854 \family default
39855  legen Sie fest, wie die Liste ausgedruckt werden soll.
39856  Die Option 
39857 \family sans
39858 Erweiterte
39859 \begin_inset space ~
39860 \end_inset
39861
39862 Zeichentabelle
39863 \family default
39864  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
39865 \end_layout
39866
39867 \begin_layout Standard
39868 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
39869 \begin_inset Quotes gld
39870 \end_inset
39871
39872 3
39873 \begin_inset Quotes grd
39874 \end_inset
39875
39876 , Sprache 
39877 \begin_inset Quotes gld
39878 \end_inset
39879
39880 Python
39881 \begin_inset Quotes grd
39882 \end_inset
39883
39884 , Optionen 
39885 \begin_inset Quotes gld
39886 \end_inset
39887
39888 Erweiterte Zeichentabelle
39889 \begin_inset Quotes grd
39890 \end_inset
39891
39892  und 
39893 \begin_inset Quotes gld
39894 \end_inset
39895
39896 Leerzeichen als Symbol
39897 \begin_inset Quotes grd
39898 \end_inset
39899
39900  und Bereich Zeilen 3
39901 \begin_inset space \thinspace{}
39902 \end_inset
39903
39904 -
39905 \begin_inset space \thinspace{}
39906 \end_inset
39907
39908 8:
39909 \end_layout
39910
39911 \begin_layout Standard
39912 \begin_inset listings
39913 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
39914 inline false
39915 status open
39916
39917 \begin_layout Plain Layout
39918
39919 def func(param):
39920 \end_layout
39921
39922 \begin_layout Plain Layout
39923
39924     'Dies ist eine Python-Funktion'
39925 \end_layout
39926
39927 \begin_layout Plain Layout
39928
39929     pass
39930 \end_layout
39931
39932 \begin_layout Plain Layout
39933
39934 def func(param):
39935 \end_layout
39936
39937 \begin_layout Plain Layout
39938
39939 'Sonderzeichen: Tschüß'
39940 \end_layout
39941
39942 \begin_layout Plain Layout
39943
39944 pass
39945 \end_layout
39946
39947 \begin_layout Plain Layout
39948
39949 def func(param):
39950 \end_layout
39951
39952 \begin_layout Plain Layout
39953
39954 'Dies ist eine Python-Funktion'
39955 \end_layout
39956
39957 \begin_layout Plain Layout
39958
39959 pass
39960 \end_layout
39961
39962 \end_inset
39963
39964
39965 \end_layout
39966
39967 \begin_layout Standard
39968 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
39969 \family sans
39970 Tabulatorgröße
39971 \family default
39972  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
39973 \end_layout
39974
39975 \begin_layout Standard
39976 \noindent
39977 \begin_inset Note Greyedout
39978 status open
39979
39980 \begin_layout Plain Layout
39981
39982 \series bold
39983 Bemerkung:
39984 \series default
39985  Wegen eines Fehlers im 
39986 \series bold
39987 listings
39988 \series default
39989 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
39990  verschoben.
39991  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
39992  Listing nummeriert werden.
39993 \end_layout
39994
39995 \end_inset
39996
39997
39998 \end_layout
39999
40000 \begin_layout Standard
40001 \begin_inset VSpace bigskip
40002 \end_inset
40003
40004
40005 \end_layout
40006
40007 \begin_layout Standard
40008 \noindent
40009 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
40010  Das machen Sie mit
40011 \family sans
40012  Einfügen\SpecialChar menuseparator
40013 Datei\SpecialChar menuseparator
40014 Unterdokument
40015 \family default
40016  und der 
40017 \family sans
40018 Art
40019 \begin_inset space ~
40020 \end_inset
40021
40022 der
40023 \begin_inset space ~
40024 \end_inset
40025
40026 Einbindung
40027 \family default
40028  
40029 \family sans
40030 Listing
40031 \family default
40032 .
40033 \begin_inset Foot
40034 status collapsed
40035
40036 \begin_layout Plain Layout
40037 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
40038 \begin_inset space ~
40039 \end_inset
40040
40041
40042 \begin_inset CommandInset ref
40043 LatexCommand ref
40044 reference "abs:Unterdokumente"
40045
40046 \end_inset
40047
40048  beschrieben.
40049 \end_layout
40050
40051 \end_inset
40052
40053  Im Dialogfenster
40054 \family sans
40055  Unterdokument
40056 \family default
40057  können Sie die Listing-Parameter unter 
40058 \family sans
40059 Weitere
40060 \begin_inset space ~
40061 \end_inset
40062
40063 Parameter
40064 \family default
40065  eingeben.
40066  Wenn Sie dort ein Fragezeichen 
40067 \begin_inset Quotes gld
40068 \end_inset
40069
40070 ?
40071 \begin_inset Quotes grd
40072 \end_inset
40073
40074  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
40075 det.
40076 \end_layout
40077
40078 \begin_layout Standard
40079 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
40080  Text ins Feld 
40081 \family sans
40082 Marke
40083 \family default
40084 , auf die dann wie üblich verwiesen werden kann.
40085 \end_layout
40086
40087 \begin_layout Standard
40088 Listing
40089 \begin_inset space ~
40090 \end_inset
40091
40092
40093 \begin_inset CommandInset ref
40094 LatexCommand ref
40095 reference "lst:Datei-Listing"
40096
40097 \end_inset
40098
40099  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
40100 \begin_inset space \thinspace{}
40101 \end_inset
40102
40103 -
40104 \begin_inset space \thinspace{}
40105 \end_inset
40106
40107 15 gedruckt werden.
40108 \end_layout
40109
40110 \begin_layout Standard
40111 \begin_inset CommandInset include
40112 LatexCommand lstinputlisting
40113 filename "EmbeddedObjects.lyx"
40114 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
40115
40116 \end_inset
40117
40118
40119 \end_layout
40120
40121 \begin_layout Standard
40122 \begin_inset VSpace bigskip
40123 \end_inset
40124
40125
40126 \end_layout
40127
40128 \begin_layout Standard
40129 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
40130 \end_layout
40131
40132 \begin_layout Enumerate
40133 Öffnen Sie die Listings-Einstellungen und fügen
40134 \begin_inset Newline newline
40135 \end_inset
40136
40137
40138 \family sans
40139 mathescape=true
40140 \family default
40141
40142 \begin_inset Newline newline
40143 \end_inset
40144
40145 in das Feld des Tabs 
40146 \family sans
40147 Erweitert
40148 \family default
40149  ein
40150 \end_layout
40151
40152 \begin_layout Enumerate
40153 Erstellen Sie eine Formel außerhalb des Listings
40154 \end_layout
40155
40156 \begin_layout Enumerate
40157 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
40158 blage (Tastenkürzel 
40159 \family sans
40160 Ctrl+C
40161 \family default
40162 )
40163 \end_layout
40164
40165 \begin_layout Enumerate
40166 Schreiben sie 
40167 \begin_inset Quotes gld
40168 \end_inset
40169
40170
40171 \family sans
40172 $$
40173 \family default
40174
40175 \begin_inset Quotes grd
40176 \end_inset
40177
40178  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
40179 hen (Tastenkürzel 
40180 \family sans
40181 Ctrl+V
40182 \family default
40183 )
40184 \end_layout
40185
40186 \begin_layout Standard
40187 \begin_inset listings
40188 lstparams "language=Python,mathescape=true"
40189 inline false
40190 status open
40191
40192 \begin_layout Plain Layout
40193
40194 \begin_inset Caption Standard
40195
40196 \begin_layout Plain Layout
40197 Programm-Listing mit einer Formel
40198 \end_layout
40199
40200 \end_inset
40201
40202 # Beispiel-Programm-Listing
40203 \end_layout
40204
40205 \begin_layout Plain Layout
40206
40207 def func(param):
40208 \end_layout
40209
40210 \begin_layout Plain Layout
40211
40212     # $
40213 \backslash
40214 prod_{n=1}^{
40215 \backslash
40216 infty}
40217 \backslash
40218 ,
40219 \backslash
40220 frac{1}{x^{2}}$
40221 \end_layout
40222
40223 \begin_layout Plain Layout
40224
40225     pass
40226 \end_layout
40227
40228 \end_inset
40229
40230
40231 \end_layout
40232
40233 \begin_layout Standard
40234 \begin_inset VSpace bigskip
40235 \end_inset
40236
40237
40238 \end_layout
40239
40240 \begin_layout Standard
40241 \noindent
40242 Dokumentweite Listing-Eigenschaften können im Dialog 
40243 \family sans
40244 Dokument\SpecialChar menuseparator
40245 Einstellungen\SpecialChar menuseparator
40246 Listing
40247 \family default
40248  festgelegt werden.
40249  Dort bekommt man durch Eingabe eines Fragezeichens 
40250 \begin_inset Quotes gld
40251 \end_inset
40252
40253 ?
40254 \begin_inset Quotes grd
40255 \end_inset
40256
40257  eine Liste aller möglichen Parameter.
40258 \end_layout
40259
40260 \begin_layout Standard
40261 Weitere Informationen über das 
40262 \series bold
40263 listings
40264 \series default
40265 -Paket finden Sie in 
40266 \begin_inset CommandInset citation
40267 LatexCommand cite
40268 key "listings"
40269
40270 \end_inset
40271
40272 .
40273 \end_layout
40274
40275 \begin_layout Chapter
40276 \start_of_appendix
40277 In \SpecialChar LyX
40278  verfügbare Maßeinheiten
40279 \begin_inset CommandInset label
40280 LatexCommand label
40281 name "kap:In-LyX-verfügbare"
40282
40283 \end_inset
40284
40285
40286 \begin_inset Index idx
40287 status collapsed
40288
40289 \begin_layout Plain Layout
40290 Einheiten
40291 \end_layout
40292
40293 \end_inset
40294
40295
40296 \end_layout
40297
40298 \begin_layout Standard
40299 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
40300  Tabelle
40301 \begin_inset space ~
40302 \end_inset
40303
40304
40305 \begin_inset CommandInset ref
40306 LatexCommand ref
40307 reference "tab:Maßeinheiten"
40308
40309 \end_inset
40310
40311  alle in \SpecialChar LyX
40312  verfügbaren Maßeinheiten.
40313 \end_layout
40314
40315 \begin_layout Standard
40316 \begin_inset Float table
40317 placement h
40318 wide false
40319 sideways false
40320 status open
40321
40322 \begin_layout Plain Layout
40323 \begin_inset Caption Standard
40324
40325 \begin_layout Plain Layout
40326 \begin_inset CommandInset label
40327 LatexCommand label
40328 name "tab:Maßeinheiten"
40329
40330 \end_inset
40331
40332 Maßeinheiten
40333 \end_layout
40334
40335 \end_inset
40336
40337
40338 \end_layout
40339
40340 \begin_layout Plain Layout
40341 \begin_inset VSpace medskip
40342 \end_inset
40343
40344
40345 \end_layout
40346
40347 \begin_layout Plain Layout
40348 \align center
40349 \begin_inset Tabular
40350 <lyxtabular version="3" rows="20" columns="3">
40351 <features tabularvalignment="middle">
40352 <column alignment="center" valignment="top">
40353 <column alignment="center" valignment="top">
40354 <column alignment="center" valignment="top">
40355 <row>
40356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40357 \begin_inset Text
40358
40359 \begin_layout Plain Layout
40360 Maßeinheit
40361 \end_layout
40362
40363 \end_inset
40364 </cell>
40365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40366 \begin_inset Text
40367
40368 \begin_layout Plain Layout
40369 Name/Beschreibung
40370 \end_layout
40371
40372 \end_inset
40373 </cell>
40374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40375 \begin_inset Text
40376
40377 \begin_layout Plain Layout
40378 \SpecialChar LaTeX
40379 -Befehl
40380 \end_layout
40381
40382 \end_inset
40383 </cell>
40384 </row>
40385 <row>
40386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40387 \begin_inset Text
40388
40389 \begin_layout Plain Layout
40390 mm
40391 \end_layout
40392
40393 \end_inset
40394 </cell>
40395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40396 \begin_inset Text
40397
40398 \begin_layout Plain Layout
40399 Millimeter
40400 \end_layout
40401
40402 \end_inset
40403 </cell>
40404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40405 \begin_inset Text
40406
40407 \begin_layout Plain Layout
40408 -
40409 \end_layout
40410
40411 \end_inset
40412 </cell>
40413 </row>
40414 <row>
40415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40416 \begin_inset Text
40417
40418 \begin_layout Plain Layout
40419 cm
40420 \end_layout
40421
40422 \end_inset
40423 </cell>
40424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40425 \begin_inset Text
40426
40427 \begin_layout Plain Layout
40428 Zentimeter
40429 \end_layout
40430
40431 \end_inset
40432 </cell>
40433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40434 \begin_inset Text
40435
40436 \begin_layout Plain Layout
40437 -
40438 \end_layout
40439
40440 \end_inset
40441 </cell>
40442 </row>
40443 <row>
40444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40445 \begin_inset Text
40446
40447 \begin_layout Plain Layout
40448 in
40449 \end_layout
40450
40451 \end_inset
40452 </cell>
40453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40454 \begin_inset Text
40455
40456 \begin_layout Plain Layout
40457 Zoll (1
40458 \begin_inset space \thinspace{}
40459 \end_inset
40460
40461 in = 2.54
40462 \begin_inset space \thinspace{}
40463 \end_inset
40464
40465 cm
40466 \end_layout
40467
40468 \end_inset
40469 </cell>
40470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40471 \begin_inset Text
40472
40473 \begin_layout Plain Layout
40474 -
40475 \end_layout
40476
40477 \end_inset
40478 </cell>
40479 </row>
40480 <row>
40481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40482 \begin_inset Text
40483
40484 \begin_layout Plain Layout
40485 pt
40486 \end_layout
40487
40488 \end_inset
40489 </cell>
40490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40491 \begin_inset Text
40492
40493 \begin_layout Plain Layout
40494 Punkt (72.27
40495 \begin_inset space \thinspace{}
40496 \end_inset
40497
40498 pt = 1
40499 \begin_inset space \thinspace{}
40500 \end_inset
40501
40502 in)
40503 \end_layout
40504
40505 \end_inset
40506 </cell>
40507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40508 \begin_inset Text
40509
40510 \begin_layout Plain Layout
40511 -
40512 \end_layout
40513
40514 \end_inset
40515 </cell>
40516 </row>
40517 <row>
40518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40519 \begin_inset Text
40520
40521 \begin_layout Plain Layout
40522 pc
40523 \end_layout
40524
40525 \end_inset
40526 </cell>
40527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40528 \begin_inset Text
40529
40530 \begin_layout Plain Layout
40531 Pica (1
40532 \begin_inset space \thinspace{}
40533 \end_inset
40534
40535 pc = 12
40536 \begin_inset space \thinspace{}
40537 \end_inset
40538
40539 pt)
40540 \end_layout
40541
40542 \end_inset
40543 </cell>
40544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40545 \begin_inset Text
40546
40547 \begin_layout Plain Layout
40548 -
40549 \end_layout
40550
40551 \end_inset
40552 </cell>
40553 </row>
40554 <row>
40555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40556 \begin_inset Text
40557
40558 \begin_layout Plain Layout
40559 sp
40560 \end_layout
40561
40562 \end_inset
40563 </cell>
40564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40565 \begin_inset Text
40566
40567 \begin_layout Plain Layout
40568 skalierter Punkt (65536
40569 \begin_inset space \thinspace{}
40570 \end_inset
40571
40572 sp = 1
40573 \begin_inset space \thinspace{}
40574 \end_inset
40575
40576 pt)
40577 \end_layout
40578
40579 \end_inset
40580 </cell>
40581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40582 \begin_inset Text
40583
40584 \begin_layout Plain Layout
40585 -
40586 \end_layout
40587
40588 \end_inset
40589 </cell>
40590 </row>
40591 <row>
40592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40593 \begin_inset Text
40594
40595 \begin_layout Plain Layout
40596 bp
40597 \end_layout
40598
40599 \end_inset
40600 </cell>
40601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40602 \begin_inset Text
40603
40604 \begin_layout Plain Layout
40605 großer Punkt (72
40606 \begin_inset space \thinspace{}
40607 \end_inset
40608
40609 bp = 1
40610 \begin_inset space \thinspace{}
40611 \end_inset
40612
40613 in)
40614 \end_layout
40615
40616 \end_inset
40617 </cell>
40618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40619 \begin_inset Text
40620
40621 \begin_layout Plain Layout
40622 -
40623 \end_layout
40624
40625 \end_inset
40626 </cell>
40627 </row>
40628 <row>
40629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40630 \begin_inset Text
40631
40632 \begin_layout Plain Layout
40633 dd
40634 \end_layout
40635
40636 \end_inset
40637 </cell>
40638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40639 \begin_inset Text
40640
40641 \begin_layout Plain Layout
40642 Didot (1
40643 \begin_inset space \thinspace{}
40644 \end_inset
40645
40646 dd 
40647 \begin_inset Formula $\approx$
40648 \end_inset
40649
40650  0,376
40651 \begin_inset space \thinspace{}
40652 \end_inset
40653
40654 mm)
40655 \end_layout
40656
40657 \end_inset
40658 </cell>
40659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40660 \begin_inset Text
40661
40662 \begin_layout Plain Layout
40663 -
40664 \end_layout
40665
40666 \end_inset
40667 </cell>
40668 </row>
40669 <row>
40670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40671 \begin_inset Text
40672
40673 \begin_layout Plain Layout
40674 cc
40675 \end_layout
40676
40677 \end_inset
40678 </cell>
40679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40680 \begin_inset Text
40681
40682 \begin_layout Plain Layout
40683 Cicero (1
40684 \begin_inset space \thinspace{}
40685 \end_inset
40686
40687 cc = 12
40688 \begin_inset space \thinspace{}
40689 \end_inset
40690
40691 dd)
40692 \end_layout
40693
40694 \end_inset
40695 </cell>
40696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40697 \begin_inset Text
40698
40699 \begin_layout Plain Layout
40700 -
40701 \end_layout
40702
40703 \end_inset
40704 </cell>
40705 </row>
40706 <row>
40707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40708 \begin_inset Text
40709
40710 \begin_layout Plain Layout
40711 Skalierung %
40712 \end_layout
40713
40714 \end_inset
40715 </cell>
40716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40717 \begin_inset Text
40718
40719 \begin_layout Plain Layout
40720 % der originalen Bildbreite
40721 \end_layout
40722
40723 \end_inset
40724 </cell>
40725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40726 \begin_inset Text
40727
40728 \begin_layout Plain Layout
40729
40730 \end_layout
40731
40732 \end_inset
40733 </cell>
40734 </row>
40735 <row>
40736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40737 \begin_inset Text
40738
40739 \begin_layout Plain Layout
40740 Textbreite %
40741 \end_layout
40742
40743 \end_inset
40744 </cell>
40745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40746 \begin_inset Text
40747
40748 \begin_layout Plain Layout
40749 % der Textbreite
40750 \end_layout
40751
40752 \end_inset
40753 </cell>
40754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40755 \begin_inset Text
40756
40757 \begin_layout Plain Layout
40758
40759 \backslash
40760 textwidth
40761 \end_layout
40762
40763 \end_inset
40764 </cell>
40765 </row>
40766 <row>
40767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40768 \begin_inset Text
40769
40770 \begin_layout Plain Layout
40771 Spaltenbreite %
40772 \end_layout
40773
40774 \end_inset
40775 </cell>
40776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40777 \begin_inset Text
40778
40779 \begin_layout Plain Layout
40780 % der Spaltenbreite
40781 \end_layout
40782
40783 \end_inset
40784 </cell>
40785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40786 \begin_inset Text
40787
40788 \begin_layout Plain Layout
40789
40790 \backslash
40791 columnwidth
40792 \end_layout
40793
40794 \end_inset
40795 </cell>
40796 </row>
40797 <row>
40798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40799 \begin_inset Text
40800
40801 \begin_layout Plain Layout
40802 Seitenbreite %
40803 \end_layout
40804
40805 \end_inset
40806 </cell>
40807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40808 \begin_inset Text
40809
40810 \begin_layout Plain Layout
40811 % der Seitenbreite
40812 \end_layout
40813
40814 \end_inset
40815 </cell>
40816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40817 \begin_inset Text
40818
40819 \begin_layout Plain Layout
40820
40821 \backslash
40822 paperwidth
40823 \end_layout
40824
40825 \end_inset
40826 </cell>
40827 </row>
40828 <row>
40829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40830 \begin_inset Text
40831
40832 \begin_layout Plain Layout
40833 Zeilenbreite %
40834 \end_layout
40835
40836 \end_inset
40837 </cell>
40838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40839 \begin_inset Text
40840
40841 \begin_layout Plain Layout
40842 % der Zeilenbreite
40843 \end_layout
40844
40845 \end_inset
40846 </cell>
40847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40848 \begin_inset Text
40849
40850 \begin_layout Plain Layout
40851
40852 \backslash
40853 linewidth
40854 \end_layout
40855
40856 \end_inset
40857 </cell>
40858 </row>
40859 <row>
40860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40861 \begin_inset Text
40862
40863 \begin_layout Plain Layout
40864 Texthöhe %
40865 \end_layout
40866
40867 \end_inset
40868 </cell>
40869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40870 \begin_inset Text
40871
40872 \begin_layout Plain Layout
40873 % der Texthöhe
40874 \end_layout
40875
40876 \end_inset
40877 </cell>
40878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40879 \begin_inset Text
40880
40881 \begin_layout Plain Layout
40882
40883 \backslash
40884 textheight
40885 \end_layout
40886
40887 \end_inset
40888 </cell>
40889 </row>
40890 <row>
40891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40892 \begin_inset Text
40893
40894 \begin_layout Plain Layout
40895 Seitenhöhe %
40896 \end_layout
40897
40898 \end_inset
40899 </cell>
40900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40901 \begin_inset Text
40902
40903 \begin_layout Plain Layout
40904 % der Seitenhöhe
40905 \end_layout
40906
40907 \end_inset
40908 </cell>
40909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40910 \begin_inset Text
40911
40912 \begin_layout Plain Layout
40913
40914 \backslash
40915 paperheight
40916 \end_layout
40917
40918 \end_inset
40919 </cell>
40920 </row>
40921 <row>
40922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40923 \begin_inset Text
40924
40925 \begin_layout Plain Layout
40926 ex
40927 \end_layout
40928
40929 \end_inset
40930 </cell>
40931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40932 \begin_inset Text
40933
40934 \begin_layout Plain Layout
40935 Die Höhe des Buchstabens 
40936 \emph on
40937 x
40938 \emph default
40939  im aktiven Zeichensatz
40940 \end_layout
40941
40942 \end_inset
40943 </cell>
40944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40945 \begin_inset Text
40946
40947 \begin_layout Plain Layout
40948 -
40949 \end_layout
40950
40951 \end_inset
40952 </cell>
40953 </row>
40954 <row>
40955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40956 \begin_inset Text
40957
40958 \begin_layout Plain Layout
40959 em
40960 \end_layout
40961
40962 \end_inset
40963 </cell>
40964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40965 \begin_inset Text
40966
40967 \begin_layout Plain Layout
40968 Die Breite des Buchstabens 
40969 \emph on
40970 M
40971 \emph default
40972  im aktiven Zeichensatz
40973 \end_layout
40974
40975 \end_inset
40976 </cell>
40977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40978 \begin_inset Text
40979
40980 \begin_layout Plain Layout
40981 -
40982 \end_layout
40983
40984 \end_inset
40985 </cell>
40986 </row>
40987 <row>
40988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40989 \begin_inset Text
40990
40991 \begin_layout Plain Layout
40992 mu
40993 \end_layout
40994
40995 \end_inset
40996 </cell>
40997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40998 \begin_inset Text
40999
41000 \begin_layout Plain Layout
41001 mathematische Maßeinheit
41002 \series bold
41003  
41004 \series default
41005 (1
41006 \begin_inset space \thinspace{}
41007 \end_inset
41008
41009 mu = 1/18
41010 \begin_inset space \thinspace{}
41011 \end_inset
41012
41013 em)
41014 \end_layout
41015
41016 \end_inset
41017 </cell>
41018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41019 \begin_inset Text
41020
41021 \begin_layout Plain Layout
41022 -
41023 \end_layout
41024
41025 \end_inset
41026 </cell>
41027 </row>
41028 </lyxtabular>
41029
41030 \end_inset
41031
41032
41033 \end_layout
41034
41035 \end_inset
41036
41037
41038 \end_layout
41039
41040 \begin_layout Chapter
41041 Ausgabedatei-Formate mit Grafiken
41042 \begin_inset CommandInset label
41043 LatexCommand label
41044 name "kap:Ausgabedatei-Formate"
41045
41046 \end_inset
41047
41048
41049 \end_layout
41050
41051 \begin_layout Section
41052 DVI
41053 \begin_inset Index idx
41054 status collapsed
41055
41056 \begin_layout Plain Layout
41057 Dateiformat! DVI
41058 \end_layout
41059
41060 \end_inset
41061
41062
41063 \begin_inset Index idx
41064 status collapsed
41065
41066 \begin_layout Plain Layout
41067 DVI
41068 \end_layout
41069
41070 \end_inset
41071
41072
41073 \end_layout
41074
41075 \begin_layout Standard
41076 Dieser Dateityp hat die Erweiterung 
41077 \begin_inset Quotes gld
41078 \end_inset
41079
41080
41081 \family typewriter
41082 .dvi
41083 \family default
41084
41085 \begin_inset Quotes grd
41086 \end_inset
41087
41088  und wird 
41089 \begin_inset Quotes gld
41090 \end_inset
41091
41092 device independent
41093 \begin_inset Quotes grd
41094 \end_inset
41095
41096  genannt, weil er vollkommen portierbar ist.
41097  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
41098  dvi-Betrachter installiert hat.
41099  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
41100 ate wie PostScript benutzt.
41101 \end_layout
41102
41103 \begin_layout Standard
41104 \begin_inset Note Greyedout
41105 status open
41106
41107 \begin_layout Plain Layout
41108
41109 \series bold
41110 Bemerkung:
41111 \series default
41112  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
41113 \end_layout
41114
41115 \end_inset
41116
41117
41118 \end_layout
41119
41120 \begin_layout Standard
41121 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
41122  auf einen anderen Computer kopieren.
41123  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
41124  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
41125  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
41126 \family typewriter
41127  
41128 \family default
41129 blättern.
41130
41131 \family typewriter
41132  
41133 \family default
41134 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
41135  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
41136  
41137 \end_layout
41138
41139 \begin_layout Standard
41140 Sie können Ihr Dokument als DVI über das Menü 
41141 \family sans
41142 Datei\SpecialChar menuseparator
41143 Exportieren\SpecialChar menuseparator
41144 DVI
41145 \family default
41146  exportieren.
41147  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
41148 \family sans
41149 Ansicht
41150 \family default
41151  anschauen.
41152 \end_layout
41153
41154 \begin_layout Section
41155 PostScript
41156 \begin_inset Index idx
41157 status collapsed
41158
41159 \begin_layout Plain Layout
41160 Dateiformat  ! PostScript
41161 \end_layout
41162
41163 \end_inset
41164
41165
41166 \begin_inset Index idx
41167 status collapsed
41168
41169 \begin_layout Plain Layout
41170 PostScript
41171 \end_layout
41172
41173 \end_inset
41174
41175
41176 \end_layout
41177
41178 \begin_layout Standard
41179 Dieser Dateityp hat die Erweiterung 
41180 \begin_inset Quotes gld
41181 \end_inset
41182
41183
41184 \family typewriter
41185 .ps
41186 \family default
41187
41188 \begin_inset Quotes grd
41189 \end_inset
41190
41191 .
41192  PostScript wurde von der Firma
41193 \family typewriter
41194  Adobe
41195 \family default
41196  als Druckersprache entwickelt.
41197  Die Datei enthält deshalb Druckbefehle.
41198  PostScript kann als 
41199 \begin_inset Quotes gld
41200 \end_inset
41201
41202 Programmiersprache
41203 \begin_inset Quotes grd
41204 \end_inset
41205
41206  angesehen werden.
41207  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
41208 \begin_inset Foot
41209 status collapsed
41210
41211 \begin_layout Plain Layout
41212 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
41213  von
41214 \series bold
41215  PSTricks
41216 \series default
41217  
41218 \begin_inset CommandInset citation
41219 LatexCommand cite
41220 key "pstricks"
41221
41222 \end_inset
41223
41224  oder 
41225 \begin_inset CommandInset citation
41226 LatexCommand cite
41227 key "latex-praxisbuch"
41228
41229 \end_inset
41230
41231  ansehen.
41232 \end_layout
41233
41234 \end_inset
41235
41236 .
41237  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
41238 \end_layout
41239
41240 \begin_layout Standard
41241 PostScript kann nur Bilder im Format EPS
41242 \begin_inset Index idx
41243 status collapsed
41244
41245 \begin_layout Plain Layout
41246 EPS
41247 \end_layout
41248
41249 \end_inset
41250
41251  (Encapsulated PostScript, Datei-Er\SpecialChar softhyphen
41252 wei\SpecialChar softhyphen
41253 ter\SpecialChar softhyphen
41254 ung 
41255 \begin_inset Quotes gld
41256 \end_inset
41257
41258
41259 \family typewriter
41260 .eps
41261 \family default
41262
41263 \begin_inset Quotes grd
41264 \end_inset
41265
41266 ) enthalten.
41267  Weil \SpecialChar LyX
41268  die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
41269  intern nach EPS konvertieren.
41270  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
41271  verlangsamen.
41272  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
41273  konvertieren und direkt als EPS einfügen.
41274 \end_layout
41275
41276 \begin_layout Standard
41277 Sie können Ihr Dokument als PostScript über das Menü 
41278 \family sans
41279 Datei\SpecialChar menuseparator
41280 Exportieren\SpecialChar menuseparator
41281 Post\SpecialChar softhyphen
41282 Script
41283 \family default
41284  exportieren.
41285  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
41286 \family sans
41287 Ansicht
41288 \family default
41289  anschauen.
41290 \end_layout
41291
41292 \begin_layout Section
41293 PDF
41294 \begin_inset Index idx
41295 status collapsed
41296
41297 \begin_layout Plain Layout
41298 Dateiformat! PDF
41299 \end_layout
41300
41301 \end_inset
41302
41303
41304 \begin_inset Index idx
41305 status collapsed
41306
41307 \begin_layout Plain Layout
41308 PDF
41309 \end_layout
41310
41311 \end_inset
41312
41313
41314 \end_layout
41315
41316 \begin_layout Standard
41317 Dieser Dateityp hat die Erweiterung 
41318 \begin_inset Quotes gld
41319 \end_inset
41320
41321
41322 \family typewriter
41323 .pdf
41324 \family default
41325
41326 \begin_inset Quotes grd
41327 \end_inset
41328
41329 .
41330  Das
41331 \emph on
41332  
41333 \emph default
41334
41335 \begin_inset Quotes gld
41336 \end_inset
41337
41338 Portable Document Format
41339 \begin_inset Quotes grd
41340 \end_inset
41341
41342  (PDF) wurde auch von der Firma 
41343 \family typewriter
41344 Adobe
41345 \family default
41346  als Derivat von PostScript entwickelt.
41347  Es ist komprimierter und benutzt weniger Befehle als PostScript.
41348  Wie der Begriff 
41349 \begin_inset Quotes gld
41350 \end_inset
41351
41352 portable
41353 \begin_inset Quotes grd
41354 \end_inset
41355
41356  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
41357  werden, und der Ausdruck sieht immer gleich aus.
41358 \end_layout
41359
41360 \begin_layout Standard
41361 PDF kann Bilder im eigenen PDF-Format, im Format 
41362 \begin_inset Quotes gld
41363 \end_inset
41364
41365 Joint Photographic Experts Group
41366 \begin_inset Quotes grd
41367 \end_inset
41368
41369  (JPEG
41370 \begin_inset Index idx
41371 status collapsed
41372
41373 \begin_layout Plain Layout
41374 JPG, JPEG
41375 \end_layout
41376
41377 \end_inset
41378
41379 , Datei-Erweiterung 
41380 \begin_inset Quotes gld
41381 \end_inset
41382
41383
41384 \family typewriter
41385 .jpg
41386 \family default
41387
41388 \begin_inset Quotes grd
41389 \end_inset
41390
41391  oder 
41392 \begin_inset Quotes gld
41393 \end_inset
41394
41395
41396 \family typewriter
41397 .jpeg
41398 \family default
41399
41400 \begin_inset Quotes grd
41401 \end_inset
41402
41403 ) und im Format 
41404 \begin_inset Quotes gld
41405 \end_inset
41406
41407 Portable Network Graphics
41408 \begin_inset Quotes grd
41409 \end_inset
41410
41411  (PNG
41412 \begin_inset Index idx
41413 status collapsed
41414
41415 \begin_layout Plain Layout
41416 PNG
41417 \end_layout
41418
41419 \end_inset
41420
41421 , Datei-Erweiterung 
41422 \begin_inset Quotes gld
41423 \end_inset
41424
41425
41426 \family typewriter
41427 .png
41428 \family default
41429
41430 \begin_inset Quotes grd
41431 \end_inset
41432
41433 ) enthalten.
41434  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil \SpecialChar LyX
41435  es für Sie
41436  konvertieren wird.
41437  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
41438  wird, eines der drei erwähnten Bildformate zu benutzen.
41439 \end_layout
41440
41441 \begin_layout Standard
41442 PDF-Dateien können Sie über 
41443 \family sans
41444 Datei\SpecialChar menuseparator
41445 Exportieren
41446 \family default
41447  auf drei Arten erzeugen:
41448 \end_layout
41449
41450 \begin_layout Description
41451 PDF
41452 \begin_inset space ~
41453 \end_inset
41454
41455 (ps2pdf) benutzt das Programm
41456 \family typewriter
41457  ps2pdf
41458 \family default
41459 , das eine PDF-Datei aus einer Post\SpecialChar softhyphen
41460 Script®-Version Ihres Dokument erstellt.
41461  Die PostScript-Version wird mit dem Programm 
41462 \family typewriter
41463 dvips
41464 \family default
41465  aus einer DVI-Version erstellt.
41466  Es werden also drei Konvertierungen verwendet.
41467 \end_layout
41468
41469 \begin_layout Description
41470 PDF
41471 \begin_inset space ~
41472 \end_inset
41473
41474 (dvipdfm) benutzt das Programm 
41475 \family typewriter
41476 dvipdfm
41477 \family default
41478 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
41479  PDF konvertiert.
41480 \end_layout
41481
41482 \begin_layout Description
41483 PDF
41484 \begin_inset space ~
41485 \end_inset
41486
41487 (pdflatex) benutzt das Programm
41488 \family typewriter
41489  pdftex
41490 \family default
41491 , das Ihr Dokument direkt nach PDF konvertiert.
41492 \end_layout
41493
41494 \begin_layout Standard
41495
41496 \family sans
41497 PDF
41498 \begin_inset space ~
41499 \end_inset
41500
41501 (pdflatex)
41502 \family default
41503  wird empfohlen, weil
41504 \family typewriter
41505  pdftex
41506 \family default
41507  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
41508  ohne Probleme arbeitet.
41509  Das Programm 
41510 \family typewriter
41511 dvi\SpecialChar softhyphen
41512 pdfm
41513 \family default
41514  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
41515 \end_layout
41516
41517 \begin_layout Standard
41518 Sie können Ihr Dokument als PDF über das Menü 
41519 \family sans
41520 Datei\SpecialChar menuseparator
41521 Exportieren\SpecialChar menuseparator
41522 PDF
41523 \family default
41524  exportieren.
41525  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
41526 \family sans
41527 Ansicht
41528 \family default
41529  oder einen Werkzeugleistenknopf anschauen.
41530 \end_layout
41531
41532 \begin_layout Chapter
41533 Liste der dvips-Farbnamen
41534 \begin_inset CommandInset label
41535 LatexCommand label
41536 name "kap:Liste-der-dvips-Farbnamen"
41537
41538 \end_inset
41539
41540
41541 \end_layout
41542
41543 \begin_layout Standard
41544 \begin_inset Tabular
41545 <lyxtabular version="3" rows="17" columns="4">
41546 <features tabularvalignment="middle">
41547 <column alignment="left" valignment="top" width="0pt">
41548 <column alignment="left" valignment="top" width="0pt">
41549 <column alignment="left" valignment="top" width="0pt">
41550 <column alignment="left" valignment="top" width="0pt">
41551 <row>
41552 <cell alignment="left" valignment="top" usebox="none">
41553 \begin_inset Text
41554
41555 \begin_layout Plain Layout
41556 \begin_inset ERT
41557 status collapsed
41558
41559 \begin_layout Plain Layout
41560
41561
41562 \backslash
41563 fcolorbox{black}{
41564 \end_layout
41565
41566 \end_inset
41567
41568 white
41569 \begin_inset ERT
41570 status collapsed
41571
41572 \begin_layout Plain Layout
41573
41574 }{
41575 \end_layout
41576
41577 \end_inset
41578
41579 Farbe
41580 \begin_inset ERT
41581 status collapsed
41582
41583 \begin_layout Plain Layout
41584
41585 }
41586 \end_layout
41587
41588 \end_inset
41589
41590  Farbname
41591 \end_layout
41592
41593 \end_inset
41594 </cell>
41595 <cell alignment="left" valignment="top" usebox="none">
41596 \begin_inset Text
41597
41598 \begin_layout Plain Layout
41599 \begin_inset ERT
41600 status collapsed
41601
41602 \begin_layout Plain Layout
41603
41604
41605 \backslash
41606 fcolorbox{black}{
41607 \end_layout
41608
41609 \end_inset
41610
41611 white
41612 \begin_inset ERT
41613 status collapsed
41614
41615 \begin_layout Plain Layout
41616
41617 }{
41618 \end_layout
41619
41620 \end_inset
41621
41622 Farbe
41623 \begin_inset ERT
41624 status collapsed
41625
41626 \begin_layout Plain Layout
41627
41628 }
41629 \end_layout
41630
41631 \end_inset
41632
41633  Farbname
41634 \end_layout
41635
41636 \end_inset
41637 </cell>
41638 <cell alignment="left" valignment="top" usebox="none">
41639 \begin_inset Text
41640
41641 \begin_layout Plain Layout
41642 \begin_inset ERT
41643 status collapsed
41644
41645 \begin_layout Plain Layout
41646
41647
41648 \backslash
41649 fcolorbox{black}{
41650 \end_layout
41651
41652 \end_inset
41653
41654 white
41655 \begin_inset ERT
41656 status collapsed
41657
41658 \begin_layout Plain Layout
41659
41660 }{
41661 \end_layout
41662
41663 \end_inset
41664
41665 Farbe
41666 \begin_inset ERT
41667 status collapsed
41668
41669 \begin_layout Plain Layout
41670
41671 }
41672 \end_layout
41673
41674 \end_inset
41675
41676  Farbname
41677 \end_layout
41678
41679 \end_inset
41680 </cell>
41681 <cell alignment="left" valignment="top" usebox="none">
41682 \begin_inset Text
41683
41684 \begin_layout Plain Layout
41685 \begin_inset ERT
41686 status collapsed
41687
41688 \begin_layout Plain Layout
41689
41690
41691 \backslash
41692 fcolorbox{black}{
41693 \end_layout
41694
41695 \end_inset
41696
41697 white
41698 \begin_inset ERT
41699 status collapsed
41700
41701 \begin_layout Plain Layout
41702
41703 }{
41704 \end_layout
41705
41706 \end_inset
41707
41708 Farbe
41709 \begin_inset ERT
41710 status collapsed
41711
41712 \begin_layout Plain Layout
41713
41714 }
41715 \end_layout
41716
41717 \end_inset
41718
41719  Farbname
41720 \end_layout
41721
41722 \end_inset
41723 </cell>
41724 </row>
41725 <row>
41726 <cell alignment="center" valignment="top" usebox="none">
41727 \begin_inset Text
41728
41729 \begin_layout Plain Layout
41730 \begin_inset ERT
41731 status collapsed
41732
41733 \begin_layout Plain Layout
41734
41735
41736 \backslash
41737 fcolorbox{black}{
41738 \end_layout
41739
41740 \end_inset
41741
41742 Apricot
41743 \begin_inset ERT
41744 status collapsed
41745
41746 \begin_layout Plain Layout
41747
41748 }{
41749 \end_layout
41750
41751 \end_inset
41752
41753
41754 \begin_inset Phantom Phantom
41755 status open
41756
41757 \begin_layout Plain Layout
41758 W
41759 \end_layout
41760
41761 \end_inset
41762
41763
41764 \begin_inset ERT
41765 status collapsed
41766
41767 \begin_layout Plain Layout
41768
41769 }
41770 \end_layout
41771
41772 \end_inset
41773
41774  Apricot
41775 \end_layout
41776
41777 \end_inset
41778 </cell>
41779 <cell alignment="center" valignment="top" usebox="none">
41780 \begin_inset Text
41781
41782 \begin_layout Plain Layout
41783 \begin_inset ERT
41784 status collapsed
41785
41786 \begin_layout Plain Layout
41787
41788
41789 \backslash
41790 fcolorbox{black}{
41791 \end_layout
41792
41793 \end_inset
41794
41795 Aquamarine
41796 \begin_inset ERT
41797 status collapsed
41798
41799 \begin_layout Plain Layout
41800
41801 }{
41802 \end_layout
41803
41804 \end_inset
41805
41806
41807 \begin_inset Phantom Phantom
41808 status open
41809
41810 \begin_layout Plain Layout
41811 W
41812 \end_layout
41813
41814 \end_inset
41815
41816
41817 \begin_inset ERT
41818 status collapsed
41819
41820 \begin_layout Plain Layout
41821
41822 }
41823 \end_layout
41824
41825 \end_inset
41826
41827  Aquamarine
41828 \end_layout
41829
41830 \end_inset
41831 </cell>
41832 <cell alignment="center" valignment="top" usebox="none">
41833 \begin_inset Text
41834
41835 \begin_layout Plain Layout
41836 \begin_inset ERT
41837 status collapsed
41838
41839 \begin_layout Plain Layout
41840
41841
41842 \backslash
41843 fcolorbox{black}{
41844 \end_layout
41845
41846 \end_inset
41847
41848 Bittersweet
41849 \begin_inset ERT
41850 status collapsed
41851
41852 \begin_layout Plain Layout
41853
41854 }{
41855 \end_layout
41856
41857 \end_inset
41858
41859
41860 \begin_inset Phantom Phantom
41861 status open
41862
41863 \begin_layout Plain Layout
41864 W
41865 \end_layout
41866
41867 \end_inset
41868
41869
41870 \begin_inset ERT
41871 status collapsed
41872
41873 \begin_layout Plain Layout
41874
41875 }
41876 \end_layout
41877
41878 \end_inset
41879
41880  Bittersweet
41881 \end_layout
41882
41883 \end_inset
41884 </cell>
41885 <cell alignment="center" valignment="top" usebox="none">
41886 \begin_inset Text
41887
41888 \begin_layout Plain Layout
41889 \begin_inset ERT
41890 status collapsed
41891
41892 \begin_layout Plain Layout
41893
41894
41895 \backslash
41896 fcolorbox{black}{
41897 \end_layout
41898
41899 \end_inset
41900
41901 BlueGreen
41902 \begin_inset ERT
41903 status collapsed
41904
41905 \begin_layout Plain Layout
41906
41907 }{
41908 \end_layout
41909
41910 \end_inset
41911
41912
41913 \begin_inset Phantom Phantom
41914 status open
41915
41916 \begin_layout Plain Layout
41917 W
41918 \end_layout
41919
41920 \end_inset
41921
41922
41923 \begin_inset ERT
41924 status collapsed
41925
41926 \begin_layout Plain Layout
41927
41928 }
41929 \end_layout
41930
41931 \end_inset
41932
41933  BlueGreen
41934 \end_layout
41935
41936 \end_inset
41937 </cell>
41938 </row>
41939 <row>
41940 <cell alignment="left" valignment="top" usebox="none">
41941 \begin_inset Text
41942
41943 \begin_layout Plain Layout
41944 \begin_inset ERT
41945 status collapsed
41946
41947 \begin_layout Plain Layout
41948
41949
41950 \backslash
41951 fcolorbox{black}{
41952 \end_layout
41953
41954 \end_inset
41955
41956 BlueViolet
41957 \begin_inset ERT
41958 status collapsed
41959
41960 \begin_layout Plain Layout
41961
41962 }{
41963 \end_layout
41964
41965 \end_inset
41966
41967
41968 \begin_inset Phantom Phantom
41969 status open
41970
41971 \begin_layout Plain Layout
41972 W
41973 \end_layout
41974
41975 \end_inset
41976
41977
41978 \begin_inset ERT
41979 status collapsed
41980
41981 \begin_layout Plain Layout
41982
41983 }
41984 \end_layout
41985
41986 \end_inset
41987
41988  BlueViolet
41989 \end_layout
41990
41991 \end_inset
41992 </cell>
41993 <cell alignment="left" valignment="top" usebox="none">
41994 \begin_inset Text
41995
41996 \begin_layout Plain Layout
41997 \begin_inset ERT
41998 status collapsed
41999
42000 \begin_layout Plain Layout
42001
42002
42003 \backslash
42004 fcolorbox{black}{
42005 \end_layout
42006
42007 \end_inset
42008
42009 BrickRed
42010 \begin_inset ERT
42011 status collapsed
42012
42013 \begin_layout Plain Layout
42014
42015 }{
42016 \end_layout
42017
42018 \end_inset
42019
42020
42021 \begin_inset Phantom Phantom
42022 status open
42023
42024 \begin_layout Plain Layout
42025 W
42026 \end_layout
42027
42028 \end_inset
42029
42030
42031 \begin_inset ERT
42032 status collapsed
42033
42034 \begin_layout Plain Layout
42035
42036 }
42037 \end_layout
42038
42039 \end_inset
42040
42041  BrickRed
42042 \end_layout
42043
42044 \end_inset
42045 </cell>
42046 <cell alignment="left" valignment="top" usebox="none">
42047 \begin_inset Text
42048
42049 \begin_layout Plain Layout
42050 \begin_inset ERT
42051 status collapsed
42052
42053 \begin_layout Plain Layout
42054
42055
42056 \backslash
42057 fcolorbox{black}{
42058 \end_layout
42059
42060 \end_inset
42061
42062 Brown
42063 \begin_inset ERT
42064 status collapsed
42065
42066 \begin_layout Plain Layout
42067
42068 }{
42069 \end_layout
42070
42071 \end_inset
42072
42073
42074 \begin_inset Phantom Phantom
42075 status open
42076
42077 \begin_layout Plain Layout
42078 W
42079 \end_layout
42080
42081 \end_inset
42082
42083
42084 \begin_inset ERT
42085 status collapsed
42086
42087 \begin_layout Plain Layout
42088
42089 }
42090 \end_layout
42091
42092 \end_inset
42093
42094  Brown
42095 \end_layout
42096
42097 \end_inset
42098 </cell>
42099 <cell alignment="left" valignment="top" usebox="none">
42100 \begin_inset Text
42101
42102 \begin_layout Plain Layout
42103 \begin_inset ERT
42104 status collapsed
42105
42106 \begin_layout Plain Layout
42107
42108
42109 \backslash
42110 fcolorbox{black}{
42111 \end_layout
42112
42113 \end_inset
42114
42115 BurntOrange
42116 \begin_inset ERT
42117 status collapsed
42118
42119 \begin_layout Plain Layout
42120
42121 }{
42122 \end_layout
42123
42124 \end_inset
42125
42126
42127 \begin_inset Phantom Phantom
42128 status open
42129
42130 \begin_layout Plain Layout
42131 W
42132 \end_layout
42133
42134 \end_inset
42135
42136
42137 \begin_inset ERT
42138 status collapsed
42139
42140 \begin_layout Plain Layout
42141
42142 }
42143 \end_layout
42144
42145 \end_inset
42146
42147  BurntOrange
42148 \end_layout
42149
42150 \end_inset
42151 </cell>
42152 </row>
42153 <row>
42154 <cell alignment="left" valignment="top" usebox="none">
42155 \begin_inset Text
42156
42157 \begin_layout Plain Layout
42158 \begin_inset ERT
42159 status collapsed
42160
42161 \begin_layout Plain Layout
42162
42163
42164 \backslash
42165 fcolorbox{black}{
42166 \end_layout
42167
42168 \end_inset
42169
42170 CadetBlue
42171 \begin_inset ERT
42172 status collapsed
42173
42174 \begin_layout Plain Layout
42175
42176 }{
42177 \end_layout
42178
42179 \end_inset
42180
42181
42182 \begin_inset Phantom Phantom
42183 status open
42184
42185 \begin_layout Plain Layout
42186 W
42187 \end_layout
42188
42189 \end_inset
42190
42191
42192 \begin_inset ERT
42193 status collapsed
42194
42195 \begin_layout Plain Layout
42196
42197 }
42198 \end_layout
42199
42200 \end_inset
42201
42202  CadetBlue
42203 \end_layout
42204
42205 \end_inset
42206 </cell>
42207 <cell alignment="left" valignment="top" usebox="none">
42208 \begin_inset Text
42209
42210 \begin_layout Plain Layout
42211 \begin_inset ERT
42212 status collapsed
42213
42214 \begin_layout Plain Layout
42215
42216
42217 \backslash
42218 fcolorbox{black}{
42219 \end_layout
42220
42221 \end_inset
42222
42223 CarnationPink
42224 \begin_inset ERT
42225 status collapsed
42226
42227 \begin_layout Plain Layout
42228
42229 }{
42230 \end_layout
42231
42232 \end_inset
42233
42234
42235 \begin_inset Phantom Phantom
42236 status open
42237
42238 \begin_layout Plain Layout
42239 W
42240 \end_layout
42241
42242 \end_inset
42243
42244
42245 \begin_inset ERT
42246 status collapsed
42247
42248 \begin_layout Plain Layout
42249
42250 }
42251 \end_layout
42252
42253 \end_inset
42254
42255  CarnationPink
42256 \end_layout
42257
42258 \end_inset
42259 </cell>
42260 <cell alignment="left" valignment="top" usebox="none">
42261 \begin_inset Text
42262
42263 \begin_layout Plain Layout
42264 \begin_inset ERT
42265 status collapsed
42266
42267 \begin_layout Plain Layout
42268
42269
42270 \backslash
42271 fcolorbox{black}{
42272 \end_layout
42273
42274 \end_inset
42275
42276 Cerulean
42277 \begin_inset ERT
42278 status collapsed
42279
42280 \begin_layout Plain Layout
42281
42282 }{
42283 \end_layout
42284
42285 \end_inset
42286
42287
42288 \begin_inset Phantom Phantom
42289 status open
42290
42291 \begin_layout Plain Layout
42292 W
42293 \end_layout
42294
42295 \end_inset
42296
42297
42298 \begin_inset ERT
42299 status collapsed
42300
42301 \begin_layout Plain Layout
42302
42303 }
42304 \end_layout
42305
42306 \end_inset
42307
42308  Cerulean
42309 \end_layout
42310
42311 \end_inset
42312 </cell>
42313 <cell alignment="left" valignment="top" usebox="none">
42314 \begin_inset Text
42315
42316 \begin_layout Plain Layout
42317 \begin_inset ERT
42318 status collapsed
42319
42320 \begin_layout Plain Layout
42321
42322
42323 \backslash
42324 fcolorbox{black}{
42325 \end_layout
42326
42327 \end_inset
42328
42329 CornflowerBlue
42330 \begin_inset ERT
42331 status collapsed
42332
42333 \begin_layout Plain Layout
42334
42335 }{
42336 \end_layout
42337
42338 \end_inset
42339
42340
42341 \begin_inset Phantom Phantom
42342 status open
42343
42344 \begin_layout Plain Layout
42345 W
42346 \end_layout
42347
42348 \end_inset
42349
42350
42351 \begin_inset ERT
42352 status collapsed
42353
42354 \begin_layout Plain Layout
42355
42356 }
42357 \end_layout
42358
42359 \end_inset
42360
42361  CornflowerBlue
42362 \end_layout
42363
42364 \end_inset
42365 </cell>
42366 </row>
42367 <row>
42368 <cell alignment="left" valignment="top" usebox="none">
42369 \begin_inset Text
42370
42371 \begin_layout Plain Layout
42372 \begin_inset ERT
42373 status collapsed
42374
42375 \begin_layout Plain Layout
42376
42377
42378 \backslash
42379 fcolorbox{black}{
42380 \end_layout
42381
42382 \end_inset
42383
42384 Dandelion
42385 \begin_inset ERT
42386 status collapsed
42387
42388 \begin_layout Plain Layout
42389
42390 }{
42391 \end_layout
42392
42393 \end_inset
42394
42395
42396 \begin_inset Phantom Phantom
42397 status open
42398
42399 \begin_layout Plain Layout
42400 W
42401 \end_layout
42402
42403 \end_inset
42404
42405
42406 \begin_inset ERT
42407 status collapsed
42408
42409 \begin_layout Plain Layout
42410
42411 }
42412 \end_layout
42413
42414 \end_inset
42415
42416  Dandelion
42417 \end_layout
42418
42419 \end_inset
42420 </cell>
42421 <cell alignment="left" valignment="top" usebox="none">
42422 \begin_inset Text
42423
42424 \begin_layout Plain Layout
42425 \begin_inset ERT
42426 status collapsed
42427
42428 \begin_layout Plain Layout
42429
42430
42431 \backslash
42432 fcolorbox{black}{
42433 \end_layout
42434
42435 \end_inset
42436
42437 DarkOrchid
42438 \begin_inset ERT
42439 status collapsed
42440
42441 \begin_layout Plain Layout
42442
42443 }{
42444 \end_layout
42445
42446 \end_inset
42447
42448
42449 \begin_inset Phantom Phantom
42450 status open
42451
42452 \begin_layout Plain Layout
42453 W
42454 \end_layout
42455
42456 \end_inset
42457
42458
42459 \begin_inset ERT
42460 status collapsed
42461
42462 \begin_layout Plain Layout
42463
42464 }
42465 \end_layout
42466
42467 \end_inset
42468
42469  DarkOrchid
42470 \end_layout
42471
42472 \end_inset
42473 </cell>
42474 <cell alignment="left" valignment="top" usebox="none">
42475 \begin_inset Text
42476
42477 \begin_layout Plain Layout
42478 \begin_inset ERT
42479 status collapsed
42480
42481 \begin_layout Plain Layout
42482
42483
42484 \backslash
42485 fcolorbox{black}{
42486 \end_layout
42487
42488 \end_inset
42489
42490 Emerald
42491 \begin_inset ERT
42492 status collapsed
42493
42494 \begin_layout Plain Layout
42495
42496 }{
42497 \end_layout
42498
42499 \end_inset
42500
42501
42502 \begin_inset Phantom Phantom
42503 status open
42504
42505 \begin_layout Plain Layout
42506 W
42507 \end_layout
42508
42509 \end_inset
42510
42511
42512 \begin_inset ERT
42513 status collapsed
42514
42515 \begin_layout Plain Layout
42516
42517 }
42518 \end_layout
42519
42520 \end_inset
42521
42522  Emerald
42523 \end_layout
42524
42525 \end_inset
42526 </cell>
42527 <cell alignment="left" valignment="top" usebox="none">
42528 \begin_inset Text
42529
42530 \begin_layout Plain Layout
42531 \begin_inset ERT
42532 status collapsed
42533
42534 \begin_layout Plain Layout
42535
42536
42537 \backslash
42538 fcolorbox{black}{
42539 \end_layout
42540
42541 \end_inset
42542
42543 ForestGreen
42544 \begin_inset ERT
42545 status collapsed
42546
42547 \begin_layout Plain Layout
42548
42549 }{
42550 \end_layout
42551
42552 \end_inset
42553
42554
42555 \begin_inset Phantom Phantom
42556 status open
42557
42558 \begin_layout Plain Layout
42559 W
42560 \end_layout
42561
42562 \end_inset
42563
42564
42565 \begin_inset ERT
42566 status collapsed
42567
42568 \begin_layout Plain Layout
42569
42570 }
42571 \end_layout
42572
42573 \end_inset
42574
42575  ForestGreen
42576 \end_layout
42577
42578 \end_inset
42579 </cell>
42580 </row>
42581 <row>
42582 <cell alignment="left" valignment="top" usebox="none">
42583 \begin_inset Text
42584
42585 \begin_layout Plain Layout
42586 \begin_inset ERT
42587 status collapsed
42588
42589 \begin_layout Plain Layout
42590
42591
42592 \backslash
42593 fcolorbox{black}{
42594 \end_layout
42595
42596 \end_inset
42597
42598 Fuchsia
42599 \begin_inset ERT
42600 status collapsed
42601
42602 \begin_layout Plain Layout
42603
42604 }{
42605 \end_layout
42606
42607 \end_inset
42608
42609
42610 \begin_inset Phantom Phantom
42611 status open
42612
42613 \begin_layout Plain Layout
42614 W
42615 \end_layout
42616
42617 \end_inset
42618
42619
42620 \begin_inset ERT
42621 status collapsed
42622
42623 \begin_layout Plain Layout
42624
42625 }
42626 \end_layout
42627
42628 \end_inset
42629
42630  Fuchsia
42631 \end_layout
42632
42633 \end_inset
42634 </cell>
42635 <cell alignment="left" valignment="top" usebox="none">
42636 \begin_inset Text
42637
42638 \begin_layout Plain Layout
42639 \begin_inset ERT
42640 status collapsed
42641
42642 \begin_layout Plain Layout
42643
42644
42645 \backslash
42646 fcolorbox{black}{
42647 \end_layout
42648
42649 \end_inset
42650
42651 Goldenrod
42652 \begin_inset ERT
42653 status collapsed
42654
42655 \begin_layout Plain Layout
42656
42657 }{
42658 \end_layout
42659
42660 \end_inset
42661
42662
42663 \begin_inset Phantom Phantom
42664 status open
42665
42666 \begin_layout Plain Layout
42667 W
42668 \end_layout
42669
42670 \end_inset
42671
42672
42673 \begin_inset ERT
42674 status collapsed
42675
42676 \begin_layout Plain Layout
42677
42678 }
42679 \end_layout
42680
42681 \end_inset
42682
42683  Goldenrod
42684 \end_layout
42685
42686 \end_inset
42687 </cell>
42688 <cell alignment="left" valignment="top" usebox="none">
42689 \begin_inset Text
42690
42691 \begin_layout Plain Layout
42692 \begin_inset ERT
42693 status collapsed
42694
42695 \begin_layout Plain Layout
42696
42697
42698 \backslash
42699 fcolorbox{black}{
42700 \end_layout
42701
42702 \end_inset
42703
42704 Gray
42705 \begin_inset ERT
42706 status collapsed
42707
42708 \begin_layout Plain Layout
42709
42710 }{
42711 \end_layout
42712
42713 \end_inset
42714
42715
42716 \begin_inset Phantom Phantom
42717 status open
42718
42719 \begin_layout Plain Layout
42720 W
42721 \end_layout
42722
42723 \end_inset
42724
42725
42726 \begin_inset ERT
42727 status collapsed
42728
42729 \begin_layout Plain Layout
42730
42731 }
42732 \end_layout
42733
42734 \end_inset
42735
42736  Gray
42737 \end_layout
42738
42739 \end_inset
42740 </cell>
42741 <cell alignment="left" valignment="top" usebox="none">
42742 \begin_inset Text
42743
42744 \begin_layout Plain Layout
42745 \begin_inset ERT
42746 status collapsed
42747
42748 \begin_layout Plain Layout
42749
42750
42751 \backslash
42752 fcolorbox{black}{
42753 \end_layout
42754
42755 \end_inset
42756
42757 GreenYellow
42758 \begin_inset ERT
42759 status collapsed
42760
42761 \begin_layout Plain Layout
42762
42763 }{
42764 \end_layout
42765
42766 \end_inset
42767
42768
42769 \begin_inset Phantom Phantom
42770 status open
42771
42772 \begin_layout Plain Layout
42773 W
42774 \end_layout
42775
42776 \end_inset
42777
42778
42779 \begin_inset ERT
42780 status collapsed
42781
42782 \begin_layout Plain Layout
42783
42784 }
42785 \end_layout
42786
42787 \end_inset
42788
42789  GreenYellow
42790 \end_layout
42791
42792 \end_inset
42793 </cell>
42794 </row>
42795 <row>
42796 <cell alignment="center" valignment="top" usebox="none">
42797 \begin_inset Text
42798
42799 \begin_layout Plain Layout
42800 \begin_inset ERT
42801 status collapsed
42802
42803 \begin_layout Plain Layout
42804
42805
42806 \backslash
42807 fcolorbox{black}{
42808 \end_layout
42809
42810 \end_inset
42811
42812 JungleGreen
42813 \begin_inset ERT
42814 status collapsed
42815
42816 \begin_layout Plain Layout
42817
42818 }{
42819 \end_layout
42820
42821 \end_inset
42822
42823
42824 \begin_inset Phantom Phantom
42825 status open
42826
42827 \begin_layout Plain Layout
42828 W
42829 \end_layout
42830
42831 \end_inset
42832
42833
42834 \begin_inset ERT
42835 status collapsed
42836
42837 \begin_layout Plain Layout
42838
42839 }
42840 \end_layout
42841
42842 \end_inset
42843
42844  JungleGreen
42845 \end_layout
42846
42847 \end_inset
42848 </cell>
42849 <cell alignment="center" valignment="top" usebox="none">
42850 \begin_inset Text
42851
42852 \begin_layout Plain Layout
42853 \begin_inset ERT
42854 status collapsed
42855
42856 \begin_layout Plain Layout
42857
42858
42859 \backslash
42860 fcolorbox{black}{
42861 \end_layout
42862
42863 \end_inset
42864
42865 Lavender
42866 \begin_inset ERT
42867 status collapsed
42868
42869 \begin_layout Plain Layout
42870
42871 }{
42872 \end_layout
42873
42874 \end_inset
42875
42876
42877 \begin_inset Phantom Phantom
42878 status open
42879
42880 \begin_layout Plain Layout
42881 W
42882 \end_layout
42883
42884 \end_inset
42885
42886
42887 \begin_inset ERT
42888 status collapsed
42889
42890 \begin_layout Plain Layout
42891
42892 }
42893 \end_layout
42894
42895 \end_inset
42896
42897  Lavender
42898 \end_layout
42899
42900 \end_inset
42901 </cell>
42902 <cell alignment="center" valignment="top" usebox="none">
42903 \begin_inset Text
42904
42905 \begin_layout Plain Layout
42906 \begin_inset ERT
42907 status collapsed
42908
42909 \begin_layout Plain Layout
42910
42911
42912 \backslash
42913 fcolorbox{black}{
42914 \end_layout
42915
42916 \end_inset
42917
42918 LimeGreen
42919 \begin_inset ERT
42920 status collapsed
42921
42922 \begin_layout Plain Layout
42923
42924 }{
42925 \end_layout
42926
42927 \end_inset
42928
42929
42930 \begin_inset Phantom Phantom
42931 status open
42932
42933 \begin_layout Plain Layout
42934 W
42935 \end_layout
42936
42937 \end_inset
42938
42939
42940 \begin_inset ERT
42941 status collapsed
42942
42943 \begin_layout Plain Layout
42944
42945 }
42946 \end_layout
42947
42948 \end_inset
42949
42950  LimeGreen
42951 \end_layout
42952
42953 \end_inset
42954 </cell>
42955 <cell alignment="center" valignment="top" usebox="none">
42956 \begin_inset Text
42957
42958 \begin_layout Plain Layout
42959 \begin_inset ERT
42960 status collapsed
42961
42962 \begin_layout Plain Layout
42963
42964
42965 \backslash
42966 fcolorbox{black}{
42967 \end_layout
42968
42969 \end_inset
42970
42971 Mahogany
42972 \begin_inset ERT
42973 status collapsed
42974
42975 \begin_layout Plain Layout
42976
42977 }{
42978 \end_layout
42979
42980 \end_inset
42981
42982
42983 \begin_inset Phantom Phantom
42984 status open
42985
42986 \begin_layout Plain Layout
42987 W
42988 \end_layout
42989
42990 \end_inset
42991
42992
42993 \begin_inset ERT
42994 status collapsed
42995
42996 \begin_layout Plain Layout
42997
42998 }
42999 \end_layout
43000
43001 \end_inset
43002
43003  Mahogany
43004 \end_layout
43005
43006 \end_inset
43007 </cell>
43008 </row>
43009 <row>
43010 <cell alignment="left" valignment="top" usebox="none">
43011 \begin_inset Text
43012
43013 \begin_layout Plain Layout
43014 \begin_inset ERT
43015 status collapsed
43016
43017 \begin_layout Plain Layout
43018
43019
43020 \backslash
43021 fcolorbox{black}{
43022 \end_layout
43023
43024 \end_inset
43025
43026 Mahogany
43027 \begin_inset ERT
43028 status collapsed
43029
43030 \begin_layout Plain Layout
43031
43032 }{
43033 \end_layout
43034
43035 \end_inset
43036
43037
43038 \begin_inset Phantom Phantom
43039 status open
43040
43041 \begin_layout Plain Layout
43042 W
43043 \end_layout
43044
43045 \end_inset
43046
43047
43048 \begin_inset ERT
43049 status collapsed
43050
43051 \begin_layout Plain Layout
43052
43053 }
43054 \end_layout
43055
43056 \end_inset
43057
43058  Mahogany
43059 \end_layout
43060
43061 \end_inset
43062 </cell>
43063 <cell alignment="left" valignment="top" usebox="none">
43064 \begin_inset Text
43065
43066 \begin_layout Plain Layout
43067 \begin_inset ERT
43068 status collapsed
43069
43070 \begin_layout Plain Layout
43071
43072
43073 \backslash
43074 fcolorbox{black}{
43075 \end_layout
43076
43077 \end_inset
43078
43079 Maroon
43080 \begin_inset ERT
43081 status collapsed
43082
43083 \begin_layout Plain Layout
43084
43085 }{
43086 \end_layout
43087
43088 \end_inset
43089
43090
43091 \begin_inset Phantom Phantom
43092 status open
43093
43094 \begin_layout Plain Layout
43095 W
43096 \end_layout
43097
43098 \end_inset
43099
43100
43101 \begin_inset ERT
43102 status collapsed
43103
43104 \begin_layout Plain Layout
43105
43106 }
43107 \end_layout
43108
43109 \end_inset
43110
43111  Maroon
43112 \end_layout
43113
43114 \end_inset
43115 </cell>
43116 <cell alignment="left" valignment="top" usebox="none">
43117 \begin_inset Text
43118
43119 \begin_layout Plain Layout
43120 \begin_inset ERT
43121 status collapsed
43122
43123 \begin_layout Plain Layout
43124
43125
43126 \backslash
43127 fcolorbox{black}{
43128 \end_layout
43129
43130 \end_inset
43131
43132 Melon
43133 \begin_inset ERT
43134 status collapsed
43135
43136 \begin_layout Plain Layout
43137
43138 }{
43139 \end_layout
43140
43141 \end_inset
43142
43143
43144 \begin_inset Phantom Phantom
43145 status open
43146
43147 \begin_layout Plain Layout
43148 W
43149 \end_layout
43150
43151 \end_inset
43152
43153
43154 \begin_inset ERT
43155 status collapsed
43156
43157 \begin_layout Plain Layout
43158
43159 }
43160 \end_layout
43161
43162 \end_inset
43163
43164  Melon
43165 \end_layout
43166
43167 \end_inset
43168 </cell>
43169 <cell alignment="left" valignment="top" usebox="none">
43170 \begin_inset Text
43171
43172 \begin_layout Plain Layout
43173 \begin_inset ERT
43174 status collapsed
43175
43176 \begin_layout Plain Layout
43177
43178
43179 \backslash
43180 fcolorbox{black}{
43181 \end_layout
43182
43183 \end_inset
43184
43185 MidnightBlue
43186 \begin_inset ERT
43187 status collapsed
43188
43189 \begin_layout Plain Layout
43190
43191 }{
43192 \end_layout
43193
43194 \end_inset
43195
43196
43197 \begin_inset Phantom Phantom
43198 status open
43199
43200 \begin_layout Plain Layout
43201 W
43202 \end_layout
43203
43204 \end_inset
43205
43206
43207 \begin_inset ERT
43208 status collapsed
43209
43210 \begin_layout Plain Layout
43211
43212 }
43213 \end_layout
43214
43215 \end_inset
43216
43217  MidnightBlue
43218 \end_layout
43219
43220 \end_inset
43221 </cell>
43222 </row>
43223 <row>
43224 <cell alignment="left" valignment="top" usebox="none">
43225 \begin_inset Text
43226
43227 \begin_layout Plain Layout
43228 \begin_inset ERT
43229 status collapsed
43230
43231 \begin_layout Plain Layout
43232
43233
43234 \backslash
43235 fcolorbox{black}{
43236 \end_layout
43237
43238 \end_inset
43239
43240 Mulberry
43241 \begin_inset ERT
43242 status collapsed
43243
43244 \begin_layout Plain Layout
43245
43246 }{
43247 \end_layout
43248
43249 \end_inset
43250
43251
43252 \begin_inset Phantom Phantom
43253 status open
43254
43255 \begin_layout Plain Layout
43256 W
43257 \end_layout
43258
43259 \end_inset
43260
43261
43262 \begin_inset ERT
43263 status collapsed
43264
43265 \begin_layout Plain Layout
43266
43267 }
43268 \end_layout
43269
43270 \end_inset
43271
43272  Mulberry
43273 \end_layout
43274
43275 \end_inset
43276 </cell>
43277 <cell alignment="left" valignment="top" usebox="none">
43278 \begin_inset Text
43279
43280 \begin_layout Plain Layout
43281 \begin_inset ERT
43282 status collapsed
43283
43284 \begin_layout Plain Layout
43285
43286
43287 \backslash
43288 fcolorbox{black}{
43289 \end_layout
43290
43291 \end_inset
43292
43293 NavyBlue
43294 \begin_inset ERT
43295 status collapsed
43296
43297 \begin_layout Plain Layout
43298
43299 }{
43300 \end_layout
43301
43302 \end_inset
43303
43304
43305 \begin_inset Phantom Phantom
43306 status open
43307
43308 \begin_layout Plain Layout
43309 W
43310 \end_layout
43311
43312 \end_inset
43313
43314
43315 \begin_inset ERT
43316 status collapsed
43317
43318 \begin_layout Plain Layout
43319
43320 }
43321 \end_layout
43322
43323 \end_inset
43324
43325  NavyBlue
43326 \end_layout
43327
43328 \end_inset
43329 </cell>
43330 <cell alignment="left" valignment="top" usebox="none">
43331 \begin_inset Text
43332
43333 \begin_layout Plain Layout
43334 \begin_inset ERT
43335 status collapsed
43336
43337 \begin_layout Plain Layout
43338
43339
43340 \backslash
43341 fcolorbox{black}{
43342 \end_layout
43343
43344 \end_inset
43345
43346 OliveGreen
43347 \begin_inset ERT
43348 status collapsed
43349
43350 \begin_layout Plain Layout
43351
43352 }{
43353 \end_layout
43354
43355 \end_inset
43356
43357
43358 \begin_inset Phantom Phantom
43359 status open
43360
43361 \begin_layout Plain Layout
43362 W
43363 \end_layout
43364
43365 \end_inset
43366
43367
43368 \begin_inset ERT
43369 status collapsed
43370
43371 \begin_layout Plain Layout
43372
43373 }
43374 \end_layout
43375
43376 \end_inset
43377
43378  OliveGreen
43379 \end_layout
43380
43381 \end_inset
43382 </cell>
43383 <cell alignment="left" valignment="top" usebox="none">
43384 \begin_inset Text
43385
43386 \begin_layout Plain Layout
43387 \begin_inset ERT
43388 status collapsed
43389
43390 \begin_layout Plain Layout
43391
43392
43393 \backslash
43394 fcolorbox{black}{
43395 \end_layout
43396
43397 \end_inset
43398
43399 Orange
43400 \begin_inset ERT
43401 status collapsed
43402
43403 \begin_layout Plain Layout
43404
43405 }{
43406 \end_layout
43407
43408 \end_inset
43409
43410
43411 \begin_inset Phantom Phantom
43412 status open
43413
43414 \begin_layout Plain Layout
43415 W
43416 \end_layout
43417
43418 \end_inset
43419
43420
43421 \begin_inset ERT
43422 status collapsed
43423
43424 \begin_layout Plain Layout
43425
43426 }
43427 \end_layout
43428
43429 \end_inset
43430
43431  Orange
43432 \end_layout
43433
43434 \end_inset
43435 </cell>
43436 </row>
43437 <row>
43438 <cell alignment="left" valignment="top" usebox="none">
43439 \begin_inset Text
43440
43441 \begin_layout Plain Layout
43442 \begin_inset ERT
43443 status collapsed
43444
43445 \begin_layout Plain Layout
43446
43447
43448 \backslash
43449 fcolorbox{black}{
43450 \end_layout
43451
43452 \end_inset
43453
43454 OrangeRed
43455 \begin_inset ERT
43456 status collapsed
43457
43458 \begin_layout Plain Layout
43459
43460 }{
43461 \end_layout
43462
43463 \end_inset
43464
43465
43466 \begin_inset Phantom Phantom
43467 status open
43468
43469 \begin_layout Plain Layout
43470 W
43471 \end_layout
43472
43473 \end_inset
43474
43475
43476 \begin_inset ERT
43477 status collapsed
43478
43479 \begin_layout Plain Layout
43480
43481 }
43482 \end_layout
43483
43484 \end_inset
43485
43486  OrangeRed
43487 \end_layout
43488
43489 \end_inset
43490 </cell>
43491 <cell alignment="left" valignment="top" usebox="none">
43492 \begin_inset Text
43493
43494 \begin_layout Plain Layout
43495 \begin_inset ERT
43496 status collapsed
43497
43498 \begin_layout Plain Layout
43499
43500
43501 \backslash
43502 fcolorbox{black}{
43503 \end_layout
43504
43505 \end_inset
43506
43507 Orchid
43508 \begin_inset ERT
43509 status collapsed
43510
43511 \begin_layout Plain Layout
43512
43513 }{
43514 \end_layout
43515
43516 \end_inset
43517
43518
43519 \begin_inset Phantom Phantom
43520 status open
43521
43522 \begin_layout Plain Layout
43523 W
43524 \end_layout
43525
43526 \end_inset
43527
43528
43529 \begin_inset ERT
43530 status collapsed
43531
43532 \begin_layout Plain Layout
43533
43534 }
43535 \end_layout
43536
43537 \end_inset
43538
43539  Orchid
43540 \end_layout
43541
43542 \end_inset
43543 </cell>
43544 <cell alignment="left" valignment="top" usebox="none">
43545 \begin_inset Text
43546
43547 \begin_layout Plain Layout
43548 \begin_inset ERT
43549 status collapsed
43550
43551 \begin_layout Plain Layout
43552
43553
43554 \backslash
43555 fcolorbox{black}{
43556 \end_layout
43557
43558 \end_inset
43559
43560 Peach
43561 \begin_inset ERT
43562 status collapsed
43563
43564 \begin_layout Plain Layout
43565
43566 }{
43567 \end_layout
43568
43569 \end_inset
43570
43571
43572 \begin_inset Phantom Phantom
43573 status open
43574
43575 \begin_layout Plain Layout
43576 W
43577 \end_layout
43578
43579 \end_inset
43580
43581
43582 \begin_inset ERT
43583 status collapsed
43584
43585 \begin_layout Plain Layout
43586
43587 }
43588 \end_layout
43589
43590 \end_inset
43591
43592  Peach
43593 \end_layout
43594
43595 \end_inset
43596 </cell>
43597 <cell alignment="left" valignment="top" usebox="none">
43598 \begin_inset Text
43599
43600 \begin_layout Plain Layout
43601 \begin_inset ERT
43602 status collapsed
43603
43604 \begin_layout Plain Layout
43605
43606
43607 \backslash
43608 fcolorbox{black}{
43609 \end_layout
43610
43611 \end_inset
43612
43613 Periwinkle
43614 \begin_inset ERT
43615 status collapsed
43616
43617 \begin_layout Plain Layout
43618
43619 }{
43620 \end_layout
43621
43622 \end_inset
43623
43624
43625 \begin_inset Phantom Phantom
43626 status open
43627
43628 \begin_layout Plain Layout
43629 W
43630 \end_layout
43631
43632 \end_inset
43633
43634
43635 \begin_inset ERT
43636 status collapsed
43637
43638 \begin_layout Plain Layout
43639
43640 }
43641 \end_layout
43642
43643 \end_inset
43644
43645  Periwinkle
43646 \end_layout
43647
43648 \end_inset
43649 </cell>
43650 </row>
43651 <row>
43652 <cell alignment="left" valignment="top" usebox="none">
43653 \begin_inset Text
43654
43655 \begin_layout Plain Layout
43656 \begin_inset ERT
43657 status collapsed
43658
43659 \begin_layout Plain Layout
43660
43661
43662 \backslash
43663 fcolorbox{black}{
43664 \end_layout
43665
43666 \end_inset
43667
43668 PineGreen
43669 \begin_inset ERT
43670 status collapsed
43671
43672 \begin_layout Plain Layout
43673
43674 }{
43675 \end_layout
43676
43677 \end_inset
43678
43679
43680 \begin_inset Phantom Phantom
43681 status open
43682
43683 \begin_layout Plain Layout
43684 W
43685 \end_layout
43686
43687 \end_inset
43688
43689
43690 \begin_inset ERT
43691 status collapsed
43692
43693 \begin_layout Plain Layout
43694
43695 }
43696 \end_layout
43697
43698 \end_inset
43699
43700  PineGreen
43701 \end_layout
43702
43703 \end_inset
43704 </cell>
43705 <cell alignment="left" valignment="top" usebox="none">
43706 \begin_inset Text
43707
43708 \begin_layout Plain Layout
43709 \begin_inset ERT
43710 status collapsed
43711
43712 \begin_layout Plain Layout
43713
43714
43715 \backslash
43716 fcolorbox{black}{
43717 \end_layout
43718
43719 \end_inset
43720
43721 Plum
43722 \begin_inset ERT
43723 status collapsed
43724
43725 \begin_layout Plain Layout
43726
43727 }{
43728 \end_layout
43729
43730 \end_inset
43731
43732
43733 \begin_inset Phantom Phantom
43734 status open
43735
43736 \begin_layout Plain Layout
43737 W
43738 \end_layout
43739
43740 \end_inset
43741
43742
43743 \begin_inset ERT
43744 status collapsed
43745
43746 \begin_layout Plain Layout
43747
43748 }
43749 \end_layout
43750
43751 \end_inset
43752
43753  Plum
43754 \end_layout
43755
43756 \end_inset
43757 </cell>
43758 <cell alignment="left" valignment="top" usebox="none">
43759 \begin_inset Text
43760
43761 \begin_layout Plain Layout
43762 \begin_inset ERT
43763 status collapsed
43764
43765 \begin_layout Plain Layout
43766
43767
43768 \backslash
43769 fcolorbox{black}{
43770 \end_layout
43771
43772 \end_inset
43773
43774 ProcessBlue
43775 \begin_inset ERT
43776 status collapsed
43777
43778 \begin_layout Plain Layout
43779
43780 }{
43781 \end_layout
43782
43783 \end_inset
43784
43785
43786 \begin_inset Phantom Phantom
43787 status open
43788
43789 \begin_layout Plain Layout
43790 W
43791 \end_layout
43792
43793 \end_inset
43794
43795
43796 \begin_inset ERT
43797 status collapsed
43798
43799 \begin_layout Plain Layout
43800
43801 }
43802 \end_layout
43803
43804 \end_inset
43805
43806  ProcessBlue
43807 \end_layout
43808
43809 \end_inset
43810 </cell>
43811 <cell alignment="left" valignment="top" usebox="none">
43812 \begin_inset Text
43813
43814 \begin_layout Plain Layout
43815 \begin_inset ERT
43816 status collapsed
43817
43818 \begin_layout Plain Layout
43819
43820
43821 \backslash
43822 fcolorbox{black}{
43823 \end_layout
43824
43825 \end_inset
43826
43827 Purple
43828 \begin_inset ERT
43829 status collapsed
43830
43831 \begin_layout Plain Layout
43832
43833 }{
43834 \end_layout
43835
43836 \end_inset
43837
43838
43839 \begin_inset Phantom Phantom
43840 status open
43841
43842 \begin_layout Plain Layout
43843 W
43844 \end_layout
43845
43846 \end_inset
43847
43848
43849 \begin_inset ERT
43850 status collapsed
43851
43852 \begin_layout Plain Layout
43853
43854 }
43855 \end_layout
43856
43857 \end_inset
43858
43859  Purple
43860 \end_layout
43861
43862 \end_inset
43863 </cell>
43864 </row>
43865 <row>
43866 <cell alignment="left" valignment="top" usebox="none">
43867 \begin_inset Text
43868
43869 \begin_layout Plain Layout
43870 \begin_inset ERT
43871 status collapsed
43872
43873 \begin_layout Plain Layout
43874
43875
43876 \backslash
43877 fcolorbox{black}{
43878 \end_layout
43879
43880 \end_inset
43881
43882 RawSienna
43883 \begin_inset ERT
43884 status collapsed
43885
43886 \begin_layout Plain Layout
43887
43888 }{
43889 \end_layout
43890
43891 \end_inset
43892
43893
43894 \begin_inset Phantom Phantom
43895 status open
43896
43897 \begin_layout Plain Layout
43898 W
43899 \end_layout
43900
43901 \end_inset
43902
43903
43904 \begin_inset ERT
43905 status collapsed
43906
43907 \begin_layout Plain Layout
43908
43909 }
43910 \end_layout
43911
43912 \end_inset
43913
43914  RawSienna
43915 \end_layout
43916
43917 \end_inset
43918 </cell>
43919 <cell alignment="left" valignment="top" usebox="none">
43920 \begin_inset Text
43921
43922 \begin_layout Plain Layout
43923 \begin_inset ERT
43924 status collapsed
43925
43926 \begin_layout Plain Layout
43927
43928
43929 \backslash
43930 fcolorbox{black}{
43931 \end_layout
43932
43933 \end_inset
43934
43935 RedOrange
43936 \begin_inset ERT
43937 status collapsed
43938
43939 \begin_layout Plain Layout
43940
43941 }{
43942 \end_layout
43943
43944 \end_inset
43945
43946
43947 \begin_inset Phantom Phantom
43948 status open
43949
43950 \begin_layout Plain Layout
43951 W
43952 \end_layout
43953
43954 \end_inset
43955
43956
43957 \begin_inset ERT
43958 status collapsed
43959
43960 \begin_layout Plain Layout
43961
43962 }
43963 \end_layout
43964
43965 \end_inset
43966
43967  RedOrange
43968 \end_layout
43969
43970 \end_inset
43971 </cell>
43972 <cell alignment="left" valignment="top" usebox="none">
43973 \begin_inset Text
43974
43975 \begin_layout Plain Layout
43976 \begin_inset ERT
43977 status collapsed
43978
43979 \begin_layout Plain Layout
43980
43981
43982 \backslash
43983 fcolorbox{black}{
43984 \end_layout
43985
43986 \end_inset
43987
43988 RedViolet
43989 \begin_inset ERT
43990 status collapsed
43991
43992 \begin_layout Plain Layout
43993
43994 }{
43995 \end_layout
43996
43997 \end_inset
43998
43999
44000 \begin_inset Phantom Phantom
44001 status open
44002
44003 \begin_layout Plain Layout
44004 W
44005 \end_layout
44006
44007 \end_inset
44008
44009
44010 \begin_inset ERT
44011 status collapsed
44012
44013 \begin_layout Plain Layout
44014
44015 }
44016 \end_layout
44017
44018 \end_inset
44019
44020  RedViolet
44021 \end_layout
44022
44023 \end_inset
44024 </cell>
44025 <cell alignment="left" valignment="top" usebox="none">
44026 \begin_inset Text
44027
44028 \begin_layout Plain Layout
44029 \begin_inset ERT
44030 status collapsed
44031
44032 \begin_layout Plain Layout
44033
44034
44035 \backslash
44036 fcolorbox{black}{
44037 \end_layout
44038
44039 \end_inset
44040
44041 Rhodamine
44042 \begin_inset ERT
44043 status collapsed
44044
44045 \begin_layout Plain Layout
44046
44047 }{
44048 \end_layout
44049
44050 \end_inset
44051
44052
44053 \begin_inset Phantom Phantom
44054 status open
44055
44056 \begin_layout Plain Layout
44057 W
44058 \end_layout
44059
44060 \end_inset
44061
44062
44063 \begin_inset ERT
44064 status collapsed
44065
44066 \begin_layout Plain Layout
44067
44068 }
44069 \end_layout
44070
44071 \end_inset
44072
44073  Rhodamine
44074 \end_layout
44075
44076 \end_inset
44077 </cell>
44078 </row>
44079 <row>
44080 <cell alignment="left" valignment="top" usebox="none">
44081 \begin_inset Text
44082
44083 \begin_layout Plain Layout
44084 \begin_inset ERT
44085 status collapsed
44086
44087 \begin_layout Plain Layout
44088
44089
44090 \backslash
44091 fcolorbox{black}{
44092 \end_layout
44093
44094 \end_inset
44095
44096 RoyalBlue
44097 \begin_inset ERT
44098 status collapsed
44099
44100 \begin_layout Plain Layout
44101
44102 }{
44103 \end_layout
44104
44105 \end_inset
44106
44107
44108 \begin_inset Phantom Phantom
44109 status open
44110
44111 \begin_layout Plain Layout
44112 W
44113 \end_layout
44114
44115 \end_inset
44116
44117
44118 \begin_inset ERT
44119 status collapsed
44120
44121 \begin_layout Plain Layout
44122
44123 }
44124 \end_layout
44125
44126 \end_inset
44127
44128  RoyalBlue
44129 \end_layout
44130
44131 \end_inset
44132 </cell>
44133 <cell alignment="left" valignment="top" usebox="none">
44134 \begin_inset Text
44135
44136 \begin_layout Plain Layout
44137 \begin_inset ERT
44138 status collapsed
44139
44140 \begin_layout Plain Layout
44141
44142
44143 \backslash
44144 fcolorbox{black}{
44145 \end_layout
44146
44147 \end_inset
44148
44149 RoyalPurple
44150 \begin_inset ERT
44151 status collapsed
44152
44153 \begin_layout Plain Layout
44154
44155 }{
44156 \end_layout
44157
44158 \end_inset
44159
44160
44161 \begin_inset Phantom Phantom
44162 status open
44163
44164 \begin_layout Plain Layout
44165 W
44166 \end_layout
44167
44168 \end_inset
44169
44170
44171 \begin_inset ERT
44172 status collapsed
44173
44174 \begin_layout Plain Layout
44175
44176 }
44177 \end_layout
44178
44179 \end_inset
44180
44181  RoyalPurple
44182 \end_layout
44183
44184 \end_inset
44185 </cell>
44186 <cell alignment="left" valignment="top" usebox="none">
44187 \begin_inset Text
44188
44189 \begin_layout Plain Layout
44190 \begin_inset ERT
44191 status collapsed
44192
44193 \begin_layout Plain Layout
44194
44195
44196 \backslash
44197 fcolorbox{black}{
44198 \end_layout
44199
44200 \end_inset
44201
44202 RubineRed
44203 \begin_inset ERT
44204 status collapsed
44205
44206 \begin_layout Plain Layout
44207
44208 }{
44209 \end_layout
44210
44211 \end_inset
44212
44213
44214 \begin_inset Phantom Phantom
44215 status open
44216
44217 \begin_layout Plain Layout
44218 W
44219 \end_layout
44220
44221 \end_inset
44222
44223
44224 \begin_inset ERT
44225 status collapsed
44226
44227 \begin_layout Plain Layout
44228
44229 }
44230 \end_layout
44231
44232 \end_inset
44233
44234  RubineRed
44235 \end_layout
44236
44237 \end_inset
44238 </cell>
44239 <cell alignment="left" valignment="top" usebox="none">
44240 \begin_inset Text
44241
44242 \begin_layout Plain Layout
44243 \begin_inset ERT
44244 status collapsed
44245
44246 \begin_layout Plain Layout
44247
44248
44249 \backslash
44250 fcolorbox{black}{
44251 \end_layout
44252
44253 \end_inset
44254
44255 Salmon
44256 \begin_inset ERT
44257 status collapsed
44258
44259 \begin_layout Plain Layout
44260
44261 }{
44262 \end_layout
44263
44264 \end_inset
44265
44266
44267 \begin_inset Phantom Phantom
44268 status open
44269
44270 \begin_layout Plain Layout
44271 W
44272 \end_layout
44273
44274 \end_inset
44275
44276
44277 \begin_inset ERT
44278 status collapsed
44279
44280 \begin_layout Plain Layout
44281
44282 }
44283 \end_layout
44284
44285 \end_inset
44286
44287  Salmon
44288 \end_layout
44289
44290 \end_inset
44291 </cell>
44292 </row>
44293 <row>
44294 <cell alignment="left" valignment="top" usebox="none">
44295 \begin_inset Text
44296
44297 \begin_layout Plain Layout
44298 \begin_inset ERT
44299 status collapsed
44300
44301 \begin_layout Plain Layout
44302
44303
44304 \backslash
44305 fcolorbox{black}{
44306 \end_layout
44307
44308 \end_inset
44309
44310 SeaGreen
44311 \begin_inset ERT
44312 status collapsed
44313
44314 \begin_layout Plain Layout
44315
44316 }{
44317 \end_layout
44318
44319 \end_inset
44320
44321
44322 \begin_inset Phantom Phantom
44323 status open
44324
44325 \begin_layout Plain Layout
44326 W
44327 \end_layout
44328
44329 \end_inset
44330
44331
44332 \begin_inset ERT
44333 status collapsed
44334
44335 \begin_layout Plain Layout
44336
44337 }
44338 \end_layout
44339
44340 \end_inset
44341
44342  SeaGreen
44343 \end_layout
44344
44345 \end_inset
44346 </cell>
44347 <cell alignment="left" valignment="top" usebox="none">
44348 \begin_inset Text
44349
44350 \begin_layout Plain Layout
44351 \begin_inset ERT
44352 status collapsed
44353
44354 \begin_layout Plain Layout
44355
44356
44357 \backslash
44358 fcolorbox{black}{
44359 \end_layout
44360
44361 \end_inset
44362
44363 Sepia
44364 \begin_inset ERT
44365 status collapsed
44366
44367 \begin_layout Plain Layout
44368
44369 }{
44370 \end_layout
44371
44372 \end_inset
44373
44374
44375 \begin_inset Phantom Phantom
44376 status open
44377
44378 \begin_layout Plain Layout
44379 W
44380 \end_layout
44381
44382 \end_inset
44383
44384
44385 \begin_inset ERT
44386 status collapsed
44387
44388 \begin_layout Plain Layout
44389
44390 }
44391 \end_layout
44392
44393 \end_inset
44394
44395  Sepia
44396 \end_layout
44397
44398 \end_inset
44399 </cell>
44400 <cell alignment="left" valignment="top" usebox="none">
44401 \begin_inset Text
44402
44403 \begin_layout Plain Layout
44404 \begin_inset ERT
44405 status collapsed
44406
44407 \begin_layout Plain Layout
44408
44409
44410 \backslash
44411 fcolorbox{black}{
44412 \end_layout
44413
44414 \end_inset
44415
44416 SkyBlue
44417 \begin_inset ERT
44418 status collapsed
44419
44420 \begin_layout Plain Layout
44421
44422 }{
44423 \end_layout
44424
44425 \end_inset
44426
44427
44428 \begin_inset Phantom Phantom
44429 status open
44430
44431 \begin_layout Plain Layout
44432 W
44433 \end_layout
44434
44435 \end_inset
44436
44437
44438 \begin_inset ERT
44439 status collapsed
44440
44441 \begin_layout Plain Layout
44442
44443 }
44444 \end_layout
44445
44446 \end_inset
44447
44448  SkyBlue
44449 \end_layout
44450
44451 \end_inset
44452 </cell>
44453 <cell alignment="left" valignment="top" usebox="none">
44454 \begin_inset Text
44455
44456 \begin_layout Plain Layout
44457 \begin_inset ERT
44458 status collapsed
44459
44460 \begin_layout Plain Layout
44461
44462
44463 \backslash
44464 fcolorbox{black}{
44465 \end_layout
44466
44467 \end_inset
44468
44469 SpringGreen
44470 \begin_inset ERT
44471 status collapsed
44472
44473 \begin_layout Plain Layout
44474
44475 }{
44476 \end_layout
44477
44478 \end_inset
44479
44480
44481 \begin_inset Phantom Phantom
44482 status open
44483
44484 \begin_layout Plain Layout
44485 W
44486 \end_layout
44487
44488 \end_inset
44489
44490
44491 \begin_inset ERT
44492 status collapsed
44493
44494 \begin_layout Plain Layout
44495
44496 }
44497 \end_layout
44498
44499 \end_inset
44500
44501  SpringGreen
44502 \end_layout
44503
44504 \end_inset
44505 </cell>
44506 </row>
44507 <row>
44508 <cell alignment="left" valignment="top" usebox="none">
44509 \begin_inset Text
44510
44511 \begin_layout Plain Layout
44512 \begin_inset ERT
44513 status collapsed
44514
44515 \begin_layout Plain Layout
44516
44517
44518 \backslash
44519 fcolorbox{black}{
44520 \end_layout
44521
44522 \end_inset
44523
44524 Tan
44525 \begin_inset ERT
44526 status collapsed
44527
44528 \begin_layout Plain Layout
44529
44530 }{
44531 \end_layout
44532
44533 \end_inset
44534
44535
44536 \begin_inset Phantom Phantom
44537 status open
44538
44539 \begin_layout Plain Layout
44540 W
44541 \end_layout
44542
44543 \end_inset
44544
44545
44546 \begin_inset ERT
44547 status collapsed
44548
44549 \begin_layout Plain Layout
44550
44551 }
44552 \end_layout
44553
44554 \end_inset
44555
44556  Tan
44557 \end_layout
44558
44559 \end_inset
44560 </cell>
44561 <cell alignment="left" valignment="top" usebox="none">
44562 \begin_inset Text
44563
44564 \begin_layout Plain Layout
44565 \begin_inset ERT
44566 status collapsed
44567
44568 \begin_layout Plain Layout
44569
44570
44571 \backslash
44572 fcolorbox{black}{
44573 \end_layout
44574
44575 \end_inset
44576
44577 TealBlue
44578 \begin_inset ERT
44579 status collapsed
44580
44581 \begin_layout Plain Layout
44582
44583 }{
44584 \end_layout
44585
44586 \end_inset
44587
44588
44589 \begin_inset Phantom Phantom
44590 status open
44591
44592 \begin_layout Plain Layout
44593 W
44594 \end_layout
44595
44596 \end_inset
44597
44598
44599 \begin_inset ERT
44600 status collapsed
44601
44602 \begin_layout Plain Layout
44603
44604 }
44605 \end_layout
44606
44607 \end_inset
44608
44609  TealBlue
44610 \end_layout
44611
44612 \end_inset
44613 </cell>
44614 <cell alignment="left" valignment="top" usebox="none">
44615 \begin_inset Text
44616
44617 \begin_layout Plain Layout
44618 \begin_inset ERT
44619 status collapsed
44620
44621 \begin_layout Plain Layout
44622
44623
44624 \backslash
44625 fcolorbox{black}{
44626 \end_layout
44627
44628 \end_inset
44629
44630 Thistle
44631 \begin_inset ERT
44632 status collapsed
44633
44634 \begin_layout Plain Layout
44635
44636 }{
44637 \end_layout
44638
44639 \end_inset
44640
44641
44642 \begin_inset Phantom Phantom
44643 status open
44644
44645 \begin_layout Plain Layout
44646 W
44647 \end_layout
44648
44649 \end_inset
44650
44651
44652 \begin_inset ERT
44653 status collapsed
44654
44655 \begin_layout Plain Layout
44656
44657 }
44658 \end_layout
44659
44660 \end_inset
44661
44662  Thistle
44663 \end_layout
44664
44665 \end_inset
44666 </cell>
44667 <cell alignment="left" valignment="top" usebox="none">
44668 \begin_inset Text
44669
44670 \begin_layout Plain Layout
44671 \begin_inset ERT
44672 status collapsed
44673
44674 \begin_layout Plain Layout
44675
44676
44677 \backslash
44678 fcolorbox{black}{
44679 \end_layout
44680
44681 \end_inset
44682
44683 Turquoise
44684 \begin_inset ERT
44685 status collapsed
44686
44687 \begin_layout Plain Layout
44688
44689 }{
44690 \end_layout
44691
44692 \end_inset
44693
44694
44695 \begin_inset Phantom Phantom
44696 status open
44697
44698 \begin_layout Plain Layout
44699 W
44700 \end_layout
44701
44702 \end_inset
44703
44704
44705 \begin_inset ERT
44706 status collapsed
44707
44708 \begin_layout Plain Layout
44709
44710 }
44711 \end_layout
44712
44713 \end_inset
44714
44715  Turquoise
44716 \end_layout
44717
44718 \end_inset
44719 </cell>
44720 </row>
44721 <row>
44722 <cell alignment="left" valignment="top" usebox="none">
44723 \begin_inset Text
44724
44725 \begin_layout Plain Layout
44726 \begin_inset ERT
44727 status collapsed
44728
44729 \begin_layout Plain Layout
44730
44731
44732 \backslash
44733 fcolorbox{black}{
44734 \end_layout
44735
44736 \end_inset
44737
44738 Violet
44739 \begin_inset ERT
44740 status collapsed
44741
44742 \begin_layout Plain Layout
44743
44744 }{
44745 \end_layout
44746
44747 \end_inset
44748
44749
44750 \begin_inset Phantom Phantom
44751 status open
44752
44753 \begin_layout Plain Layout
44754 W
44755 \end_layout
44756
44757 \end_inset
44758
44759
44760 \begin_inset ERT
44761 status collapsed
44762
44763 \begin_layout Plain Layout
44764
44765 }
44766 \end_layout
44767
44768 \end_inset
44769
44770  Violet
44771 \end_layout
44772
44773 \end_inset
44774 </cell>
44775 <cell alignment="left" valignment="top" usebox="none">
44776 \begin_inset Text
44777
44778 \begin_layout Plain Layout
44779 \begin_inset ERT
44780 status collapsed
44781
44782 \begin_layout Plain Layout
44783
44784
44785 \backslash
44786 fcolorbox{black}{
44787 \end_layout
44788
44789 \end_inset
44790
44791 VioletRed
44792 \begin_inset ERT
44793 status collapsed
44794
44795 \begin_layout Plain Layout
44796
44797 }{
44798 \end_layout
44799
44800 \end_inset
44801
44802
44803 \begin_inset Phantom Phantom
44804 status open
44805
44806 \begin_layout Plain Layout
44807 W
44808 \end_layout
44809
44810 \end_inset
44811
44812
44813 \begin_inset ERT
44814 status collapsed
44815
44816 \begin_layout Plain Layout
44817
44818 }
44819 \end_layout
44820
44821 \end_inset
44822
44823  VioletRed
44824 \end_layout
44825
44826 \end_inset
44827 </cell>
44828 <cell alignment="left" valignment="top" usebox="none">
44829 \begin_inset Text
44830
44831 \begin_layout Plain Layout
44832 \begin_inset ERT
44833 status collapsed
44834
44835 \begin_layout Plain Layout
44836
44837
44838 \backslash
44839 fcolorbox{black}{
44840 \end_layout
44841
44842 \end_inset
44843
44844 WildStrawberry
44845 \begin_inset ERT
44846 status collapsed
44847
44848 \begin_layout Plain Layout
44849
44850 }{
44851 \end_layout
44852
44853 \end_inset
44854
44855
44856 \begin_inset Phantom Phantom
44857 status open
44858
44859 \begin_layout Plain Layout
44860 W
44861 \end_layout
44862
44863 \end_inset
44864
44865
44866 \begin_inset ERT
44867 status collapsed
44868
44869 \begin_layout Plain Layout
44870
44871 }
44872 \end_layout
44873
44874 \end_inset
44875
44876  WildStrawberry
44877 \end_layout
44878
44879 \end_inset
44880 </cell>
44881 <cell alignment="left" valignment="top" usebox="none">
44882 \begin_inset Text
44883
44884 \begin_layout Plain Layout
44885 \begin_inset ERT
44886 status collapsed
44887
44888 \begin_layout Plain Layout
44889
44890
44891 \backslash
44892 fcolorbox{black}{
44893 \end_layout
44894
44895 \end_inset
44896
44897 YellowGreen
44898 \begin_inset ERT
44899 status collapsed
44900
44901 \begin_layout Plain Layout
44902
44903 }{
44904 \end_layout
44905
44906 \end_inset
44907
44908
44909 \begin_inset Phantom Phantom
44910 status open
44911
44912 \begin_layout Plain Layout
44913 W
44914 \end_layout
44915
44916 \end_inset
44917
44918
44919 \begin_inset ERT
44920 status collapsed
44921
44922 \begin_layout Plain Layout
44923
44924 }
44925 \end_layout
44926
44927 \end_inset
44928
44929  YellowGreen
44930 \end_layout
44931
44932 \end_inset
44933 </cell>
44934 </row>
44935 <row>
44936 <cell alignment="left" valignment="top" usebox="none">
44937 \begin_inset Text
44938
44939 \begin_layout Plain Layout
44940 \begin_inset ERT
44941 status collapsed
44942
44943 \begin_layout Plain Layout
44944
44945
44946 \backslash
44947 fcolorbox{black}{
44948 \end_layout
44949
44950 \end_inset
44951
44952 YellowOrange
44953 \begin_inset ERT
44954 status collapsed
44955
44956 \begin_layout Plain Layout
44957
44958 }{
44959 \end_layout
44960
44961 \end_inset
44962
44963
44964 \begin_inset Phantom Phantom
44965 status open
44966
44967 \begin_layout Plain Layout
44968 W
44969 \end_layout
44970
44971 \end_inset
44972
44973
44974 \begin_inset ERT
44975 status collapsed
44976
44977 \begin_layout Plain Layout
44978
44979 }
44980 \end_layout
44981
44982 \end_inset
44983
44984  YellowOrange
44985 \end_layout
44986
44987 \end_inset
44988 </cell>
44989 <cell alignment="left" valignment="top" usebox="none">
44990 \begin_inset Text
44991
44992 \begin_layout Plain Layout
44993
44994 \end_layout
44995
44996 \end_inset
44997 </cell>
44998 <cell alignment="left" valignment="top" usebox="none">
44999 \begin_inset Text
45000
45001 \begin_layout Plain Layout
45002
45003 \end_layout
45004
45005 \end_inset
45006 </cell>
45007 <cell alignment="left" valignment="top" usebox="none">
45008 \begin_inset Text
45009
45010 \begin_layout Plain Layout
45011
45012 \end_layout
45013
45014 \end_inset
45015 </cell>
45016 </row>
45017 </lyxtabular>
45018
45019 \end_inset
45020
45021
45022 \end_layout
45023
45024 \begin_layout Chapter
45025 Erklärung der Gleichung
45026 \begin_inset space ~
45027 \end_inset
45028
45029 (
45030 \begin_inset CommandInset ref
45031 LatexCommand ref
45032 reference "eq:Wgn"
45033
45034 \end_inset
45035
45036 )
45037 \begin_inset CommandInset label
45038 LatexCommand label
45039 name "kap:Erläuterung-einer-Gleichung"
45040
45041 \end_inset
45042
45043
45044 \end_layout
45045
45046 \begin_layout Standard
45047 Die Gesamtbreite von
45048 \emph on
45049  n
45050 \emph default
45051  Tabellenzellen 
45052 \begin_inset Formula $W_{\mathrm{tot\,n}}$
45053 \end_inset
45054
45055  kann wie folgt berechnet werden:
45056 \begin_inset Formula 
45057 \begin{equation}
45058 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45059 \end{equation}
45060
45061 \end_inset
45062
45063
45064 \end_layout
45065
45066 \begin_layout Standard
45067 Dabei ist 
45068 \begin_inset Formula $W_{g\,n}$
45069 \end_inset
45070
45071  die Breite jeder Zelle.
45072
45073 \series bold
45074  
45075 \backslash
45076 tabcolsep
45077 \series default
45078  ist die \SpecialChar LaTeX
45079 -Länge zwischen dem Zellentext und der Zellgrenze mit dem Standardwert
45080  6
45081 \begin_inset space \thinspace{}
45082 \end_inset
45083
45084 pt.
45085  
45086 \series bold
45087
45088 \backslash
45089 arrayrulewidth
45090 \series default
45091  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
45092 \begin_inset space \thinspace{}
45093 \end_inset
45094
45095 pt.
45096 \end_layout
45097
45098 \begin_layout Standard
45099 Nach Gleichung
45100 \begin_inset space ~
45101 \end_inset
45102
45103
45104 \begin_inset CommandInset ref
45105 LatexCommand ref
45106 reference "eq:Wtot_n"
45107
45108 \end_inset
45109
45110  ist die Gesamtbreite einer Mehrfachspalte, 
45111 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
45112 \end_inset
45113
45114 ,
45115 \begin_inset Formula 
45116 \begin{equation}
45117 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45118 \end{equation}
45119
45120 \end_inset
45121
45122
45123 \end_layout
45124
45125 \begin_layout Standard
45126 Setzt man die Gleichungen
45127 \begin_inset space ~
45128 \end_inset
45129
45130
45131 \begin_inset CommandInset ref
45132 LatexCommand ref
45133 reference "eq:Wtot_n"
45134
45135 \end_inset
45136
45137  und 
45138 \begin_inset CommandInset ref
45139 LatexCommand ref
45140 reference "eq:Wtot_mult"
45141
45142 \end_inset
45143
45144  gleich, kann man die benötigte Breite 
45145 \begin_inset Formula $W_{g\,n}$
45146 \end_inset
45147
45148 , wenn 
45149 \emph on
45150 n
45151 \emph default
45152  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
45153 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
45154 \end_inset
45155
45156  hat, berechnen:
45157 \begin_inset Formula 
45158 \begin{equation}
45159 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45160 \end{equation}
45161
45162 \end_inset
45163
45164
45165 \end_layout
45166
45167 \begin_layout Bibliography
45168 \begin_inset CommandInset bibitem
45169 LatexCommand bibitem
45170 key "latexcompanion"
45171
45172 \end_inset
45173
45174 Frank Mittelbach and Michel Goossens: 
45175 \emph on
45176 The \SpecialChar LaTeX
45177  Companion Second Edition.
45178
45179 \emph default
45180  Addison-Wesley, 2004
45181 \end_layout
45182
45183 \begin_layout Bibliography
45184 \begin_inset CommandInset bibitem
45185 LatexCommand bibitem
45186 key "latexguide"
45187
45188 \end_inset
45189
45190 Helmut Kopka and Patrick W.
45191  Daly: 
45192 \emph on
45193 A Guide to \SpecialChar LaTeX
45194  Fourth Edition.
45195
45196 \emph default
45197  Addison-Wesley, 2003
45198 \end_layout
45199
45200 \begin_layout Bibliography
45201 \begin_inset CommandInset bibitem
45202 LatexCommand bibitem
45203 key "lamport"
45204
45205 \end_inset
45206
45207 Leslie Lamport: 
45208 \emph on
45209 \SpecialChar LaTeX
45210 : A Document Preparation System.
45211
45212 \emph default
45213  Addison-Wesley, second edition, 1994
45214 \end_layout
45215
45216 \begin_layout Bibliography
45217 \begin_inset CommandInset bibitem
45218 LatexCommand bibitem
45219 key "latex-praxisbuch"
45220
45221 \end_inset
45222
45223 Niedermair, Elke & Michael: 
45224 \emph on
45225 \SpecialChar LaTeX
45226 -Praxisbuch
45227 \emph default
45228 , Franzis-Verlag, 2004
45229 \end_layout
45230
45231 \begin_layout Bibliography
45232 \begin_inset CommandInset bibitem
45233 LatexCommand bibitem
45234 key "arydshln"
45235
45236 \end_inset
45237
45238 Dokumentation des \SpecialChar LaTeX
45239 -Pakets 
45240 \series bold
45241
45242 \begin_inset CommandInset href
45243 LatexCommand href
45244 name "arydshln"
45245 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45246
45247 \end_inset
45248
45249
45250 \series default
45251
45252 \begin_inset Index idx
45253 status collapsed
45254
45255 \begin_layout Plain Layout
45256 \SpecialChar LaTeX
45257 -Pakete ! arydshln
45258 \end_layout
45259
45260 \end_inset
45261
45262
45263 \end_layout
45264
45265 \begin_layout Bibliography
45266 \begin_inset CommandInset bibitem
45267 LatexCommand bibitem
45268 key "booktabs"
45269
45270 \end_inset
45271
45272 Dokumentation des \SpecialChar LaTeX
45273 -Pakets 
45274 \series bold
45275
45276 \begin_inset CommandInset href
45277 LatexCommand href
45278 name "booktabs"
45279 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45280
45281 \end_inset
45282
45283
45284 \series default
45285
45286 \begin_inset Index idx
45287 status collapsed
45288
45289 \begin_layout Plain Layout
45290 \SpecialChar LaTeX
45291 -Pakete ! booktabs
45292 \end_layout
45293
45294 \end_inset
45295
45296
45297 \end_layout
45298
45299 \begin_layout Bibliography
45300 \begin_inset CommandInset bibitem
45301 LatexCommand bibitem
45302 key "caption"
45303
45304 \end_inset
45305
45306 Dokumentation des \SpecialChar LaTeX
45307 -Pakets 
45308 \series bold
45309
45310 \begin_inset CommandInset href
45311 LatexCommand href
45312 name "caption"
45313 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
45314
45315 \end_inset
45316
45317
45318 \series default
45319
45320 \begin_inset Index idx
45321 status collapsed
45322
45323 \begin_layout Plain Layout
45324 \SpecialChar LaTeX
45325 -Pakete ! caption
45326 \end_layout
45327
45328 \end_inset
45329
45330
45331 \end_layout
45332
45333 \begin_layout Bibliography
45334 \begin_inset CommandInset bibitem
45335 LatexCommand bibitem
45336 key "diagbox"
45337
45338 \end_inset
45339
45340 Dokumentation des \SpecialChar LaTeX
45341 -Pakets 
45342 \series bold
45343
45344 \begin_inset CommandInset href
45345 LatexCommand href
45346 name "diagbox"
45347 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45348
45349 \end_inset
45350
45351
45352 \series default
45353
45354 \begin_inset Index idx
45355 status collapsed
45356
45357 \begin_layout Plain Layout
45358 \SpecialChar LaTeX
45359 -Pakete ! diagbox
45360 \end_layout
45361
45362 \end_inset
45363
45364
45365 \end_layout
45366
45367 \begin_layout Bibliography
45368 \begin_inset CommandInset bibitem
45369 LatexCommand bibitem
45370 key "endfloat"
45371
45372 \end_inset
45373
45374 Dokumentation des \SpecialChar LaTeX
45375 -Pakets 
45376 \series bold
45377
45378 \begin_inset CommandInset href
45379 LatexCommand href
45380 name "endfloat"
45381 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45382
45383 \end_inset
45384
45385
45386 \series default
45387
45388 \begin_inset Index idx
45389 status collapsed
45390
45391 \begin_layout Plain Layout
45392 \SpecialChar LaTeX
45393 -Pakete ! endfloat
45394 \end_layout
45395
45396 \end_inset
45397
45398
45399 \end_layout
45400
45401 \begin_layout Bibliography
45402 \begin_inset CommandInset bibitem
45403 LatexCommand bibitem
45404 key "footmisc"
45405
45406 \end_inset
45407
45408 Dokumentation des \SpecialChar LaTeX
45409 -Pakets 
45410 \series bold
45411
45412 \begin_inset CommandInset href
45413 LatexCommand href
45414 name "footmisc"
45415 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45416
45417 \end_inset
45418
45419
45420 \series default
45421
45422 \begin_inset Index idx
45423 status collapsed
45424
45425 \begin_layout Plain Layout
45426 \SpecialChar LaTeX
45427 -Pakete ! footmisc
45428 \end_layout
45429
45430 \end_inset
45431
45432
45433 \end_layout
45434
45435 \begin_layout Bibliography
45436 \begin_inset CommandInset bibitem
45437 LatexCommand bibitem
45438 key "hypcap"
45439
45440 \end_inset
45441
45442 Dokumentation des \SpecialChar LaTeX
45443 -Pakets 
45444 \series bold
45445
45446 \begin_inset CommandInset href
45447 LatexCommand href
45448 name "hypcap"
45449 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45450
45451 \end_inset
45452
45453
45454 \series default
45455
45456 \begin_inset Index idx
45457 status collapsed
45458
45459 \begin_layout Plain Layout
45460 \SpecialChar LaTeX
45461 -Pakete ! hypcap
45462 \end_layout
45463
45464 \end_inset
45465
45466
45467 \end_layout
45468
45469 \begin_layout Bibliography
45470 \begin_inset CommandInset bibitem
45471 LatexCommand bibitem
45472 key "hyperref"
45473
45474 \end_inset
45475
45476 Dokumentation des \SpecialChar LaTeX
45477 -Pakets 
45478 \series bold
45479
45480 \begin_inset CommandInset href
45481 LatexCommand href
45482 name "hyperref"
45483 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45484
45485 \end_inset
45486
45487
45488 \series default
45489
45490 \begin_inset Index idx
45491 status collapsed
45492
45493 \begin_layout Plain Layout
45494 \SpecialChar LaTeX
45495 -Pakete ! hyperref
45496 \end_layout
45497
45498 \end_inset
45499
45500
45501 \end_layout
45502
45503 \begin_layout Bibliography
45504 \begin_inset CommandInset bibitem
45505 LatexCommand bibitem
45506 key "KOMA-Script"
45507
45508 \end_inset
45509
45510 Dokumentation des \SpecialChar LaTeX
45511 -Pakets 
45512 \series bold
45513
45514 \begin_inset CommandInset href
45515 LatexCommand href
45516 name "KOMA-Script"
45517 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45518
45519 \end_inset
45520
45521
45522 \series default
45523
45524 \begin_inset Index idx
45525 status collapsed
45526
45527 \begin_layout Plain Layout
45528 \SpecialChar LaTeX
45529 -Pakete ! KOMA-Script
45530 \end_layout
45531
45532 \end_inset
45533
45534
45535 \end_layout
45536
45537 \begin_layout Bibliography
45538 \begin_inset CommandInset bibitem
45539 LatexCommand bibitem
45540 key "lettrine"
45541
45542 \end_inset
45543
45544 Dokumentation des \SpecialChar LaTeX
45545 -Pakets 
45546 \series bold
45547
45548 \begin_inset CommandInset href
45549 LatexCommand href
45550 name "lettrine"
45551 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45552
45553 \end_inset
45554
45555
45556 \series default
45557  und ein 
45558 \begin_inset CommandInset href
45559 LatexCommand href
45560 name "Beispiel"
45561 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
45562
45563 \end_inset
45564
45565
45566 \begin_inset Index idx
45567 status collapsed
45568
45569 \begin_layout Plain Layout
45570 \SpecialChar LaTeX
45571 -Pakete ! lettrine
45572 \end_layout
45573
45574 \end_inset
45575
45576
45577 \end_layout
45578
45579 \begin_layout Bibliography
45580 \begin_inset CommandInset bibitem
45581 LatexCommand bibitem
45582 key "listings"
45583
45584 \end_inset
45585
45586 Dokumentation des \SpecialChar LaTeX
45587 -Pakets 
45588 \series bold
45589
45590 \begin_inset CommandInset href
45591 LatexCommand href
45592 name "listings"
45593 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45594
45595 \end_inset
45596
45597
45598 \series default
45599
45600 \begin_inset Index idx
45601 status collapsed
45602
45603 \begin_layout Plain Layout
45604 \SpecialChar LaTeX
45605 -Pakete ! listings
45606 \end_layout
45607
45608 \end_inset
45609
45610
45611 \end_layout
45612
45613 \begin_layout Bibliography
45614 \begin_inset CommandInset bibitem
45615 LatexCommand bibitem
45616 key "marginnote"
45617
45618 \end_inset
45619
45620 Dokumentation des \SpecialChar LaTeX
45621 -Pakets 
45622 \series bold
45623
45624 \begin_inset CommandInset href
45625 LatexCommand href
45626 name "marginnote"
45627 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45628
45629 \end_inset
45630
45631
45632 \series default
45633
45634 \begin_inset Index idx
45635 status collapsed
45636
45637 \begin_layout Plain Layout
45638 \SpecialChar LaTeX
45639 -Pakete ! marginnote
45640 \end_layout
45641
45642 \end_inset
45643
45644
45645 \end_layout
45646
45647 \begin_layout Bibliography
45648 \begin_inset CommandInset bibitem
45649 LatexCommand bibitem
45650 key "pdfpages"
45651
45652 \end_inset
45653
45654 Dokumentation des \SpecialChar LaTeX
45655 -Pakets 
45656 \series bold
45657
45658 \begin_inset CommandInset href
45659 LatexCommand href
45660 name "pdfpages"
45661 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45662
45663 \end_inset
45664
45665
45666 \series default
45667
45668 \begin_inset Index idx
45669 status collapsed
45670
45671 \begin_layout Plain Layout
45672 \SpecialChar LaTeX
45673 -Pakete ! pdfpages
45674 \end_layout
45675
45676 \end_inset
45677
45678
45679 \end_layout
45680
45681 \begin_layout Bibliography
45682 \begin_inset CommandInset bibitem
45683 LatexCommand bibitem
45684 key "prettyref"
45685
45686 \end_inset
45687
45688 Dokumentation des \SpecialChar LaTeX
45689 -Pakets 
45690 \series bold
45691
45692 \begin_inset CommandInset href
45693 LatexCommand href
45694 name "prettyref"
45695 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45696
45697 \end_inset
45698
45699
45700 \series default
45701
45702 \begin_inset Index idx
45703 status collapsed
45704
45705 \begin_layout Plain Layout
45706 \SpecialChar LaTeX
45707 -Pakete ! prettyref
45708 \end_layout
45709
45710 \end_inset
45711
45712
45713 \end_layout
45714
45715 \begin_layout Bibliography
45716 \begin_inset CommandInset bibitem
45717 LatexCommand bibitem
45718 key "pstricks"
45719
45720 \end_inset
45721
45722 Webseite des \SpecialChar LaTeX
45723 -Pakets 
45724 \series bold
45725
45726 \begin_inset CommandInset href
45727 LatexCommand href
45728 name "PSTricks"
45729 target "http://tug.org/PSTricks/"
45730
45731 \end_inset
45732
45733
45734 \series default
45735
45736 \begin_inset Index idx
45737 status collapsed
45738
45739 \begin_layout Plain Layout
45740 \SpecialChar LaTeX
45741 -Pakete ! pstricks
45742 \end_layout
45743
45744 \end_inset
45745
45746
45747 \end_layout
45748
45749 \begin_layout Bibliography
45750 \begin_inset CommandInset bibitem
45751 LatexCommand bibitem
45752 key "refstyle"
45753
45754 \end_inset
45755
45756 Dokumentation des \SpecialChar LaTeX
45757 -Pakets 
45758 \series bold
45759
45760 \begin_inset CommandInset href
45761 LatexCommand href
45762 name "refstyle"
45763 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45764
45765 \end_inset
45766
45767
45768 \series default
45769
45770 \begin_inset Index idx
45771 status collapsed
45772
45773 \begin_layout Plain Layout
45774 \SpecialChar LaTeX
45775 -Pakete ! refstyle
45776 \end_layout
45777
45778 \end_inset
45779
45780
45781 \end_layout
45782
45783 \begin_layout Bibliography
45784 \begin_inset CommandInset bibitem
45785 LatexCommand bibitem
45786 key "sidecap"
45787
45788 \end_inset
45789
45790 Dokumentation des \SpecialChar LaTeX
45791 -Pakets 
45792 \series bold
45793
45794 \begin_inset CommandInset href
45795 LatexCommand href
45796 name "sidecap"
45797 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45798
45799 \end_inset
45800
45801
45802 \series default
45803
45804 \begin_inset Index idx
45805 status collapsed
45806
45807 \begin_layout Plain Layout
45808 \SpecialChar LaTeX
45809 -Pakete ! sidecap
45810 \end_layout
45811
45812 \end_inset
45813
45814
45815 \end_layout
45816
45817 \begin_layout Bibliography
45818 \begin_inset CommandInset bibitem
45819 LatexCommand bibitem
45820 key "NeuInLyX20"
45821
45822 \end_inset
45823
45824
45825 \begin_inset CommandInset href
45826 LatexCommand href
45827 name "Wiki-Seite"
45828 target "http://wiki.lyx.org/LyX/NewInLyX20"
45829
45830 \end_inset
45831
45832  über neue Funktionen in 
45833 \family sans
45834 \SpecialChar LyX
45835  2.0
45836 \family default
45837 .
45838 \end_layout
45839
45840 \begin_layout Standard
45841 \begin_inset CommandInset index_print
45842 LatexCommand printindex
45843 type "idx"
45844
45845 \end_inset
45846
45847
45848 \end_layout
45849
45850 \end_body
45851 \end_document