]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
EmbeddedObjects.lyx: update all language versions after [d16a95af/lyxgit]
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 496
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 für skalierte und rotierte Boxen benötigt
67 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
68
69 % wird bei farbigen Tabellen benutzt
70 \@ifundefined{textcolor}
71  {\usepackage{color}}{}
72 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
73 \definecolor{hellgrau}{gray}{0.8}
74
75 % testen ob paket colortbl installiert ist
76 % wird für farbige Tabellenzellen benutzt
77 \newboolean{colortbl}
78 \IfFileExists{colortbl.sty}
79  {\usepackage{colortbl}
80   \setboolean{colortbl}{true}}
81  {\setboolean{colortbl}{false}}
82
83 % wird benutzt, um Tabellenzellen zu vergrößern
84 \@ifundefined{extrarowheight}
85  {\usepackage{array}}{}
86 \setlength{\extrarowheight}{2pt}
87
88 % wird fuer benutzerdefinierte Tabellen benutzt
89 % ---
90 \newcolumntype{M}[1]
91  {>{\centering\hspace{0pt}}m{#1}}
92
93 \newcolumntype{S}[2]
94  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
95
96 \newcolumntype{K}[1]
97  {>{\columncolor{#1}\hspace{0pt}}c}
98
99 \newcolumntype{V}{!{\vrule width 1.5pt}}
100
101 \newcolumntype{W}{!{\color{green}\vline}}
102 % ---
103
104 % Setzt einen zusaetzlichen Abstand von
105 % 1.5 mm zwischen Fussnoten
106 \let\myFoot\footnote
107 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
108
109 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
110 \numberwithin{algorithm}{chapter}
111
112
113 % ------------------------------------
114 % Prüfung auf benötigte LaTeXPakete
115 \usepackage{ifthen}
116
117 % Pruefung auf arydshln
118 % für Tabellen mit gestrichelten Linien
119 \newboolean{arydshln}
120 \IfFileExists{arydshln.sty}
121  {\usepackage{arydshln}
122   \setboolean{arydshln}{true}}
123  {\setboolean{arydshln}{false}}
124
125 % Prüfung auf marginnote
126 % für Randnotizen
127 \newboolean{marginnote}
128 \IfFileExists{marginnote.sty}
129  {\usepackage{marginnote}
130   \let\marginpar\marginnote
131   \setboolean{marginnote}{true}}
132  {\setboolean{marginnote}{false}}
133
134 % Prüfung auf sidecap
135 % für seitliche Beschriftungen
136 \newboolean{sidecap}
137 \IfFileExists{sidecap.sty}
138  {\usepackage{sidecap}
139   \setboolean{sidecap}{true}}
140  {\setboolean{sidecap}{false}}
141
142 % Prüfung auf picinpar
143 \newboolean{picinpar}
144 \IfFileExists{picinpar.sty}
145  {\usepackage{picinpar}
146   \setboolean{picinpar}{true}}
147  {\setboolean{picinpar}{false}}
148
149 % Prüfung auf lettrine
150 \newboolean{lettrine}
151 \IfFileExists{lettrine.sty}
152  {\usepackage{lettrine}
153   \setboolean{lettrine}{true}}
154  {\setboolean{lettrine}{false}}
155
156 % Prüfung auf diagbox
157 \newboolean{diagbox}
158 \IfFileExists{diagbox.sty}
159  {\usepackage{diagbox}
160   \setboolean{diagbox}{true}}
161  {\setboolean{diagbox}{false}}
162
163 % Damit der Index den Namen "Stichwortverzeichnis" erhält
164 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
165 \end_preamble
166 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames,table
167 \use_default_options false
168 \begin_modules
169 initials
170 \end_modules
171 \maintain_unincluded_children false
172 \language ngerman
173 \language_package default
174 \inputencoding auto
175 \fontencoding global
176 \font_roman default
177 \font_sans default
178 \font_typewriter default
179 \font_math auto
180 \font_default_family default
181 \use_non_tex_fonts false
182 \font_sc false
183 \font_osf false
184 \font_sf_scale 100
185 \font_tt_scale 100
186 \graphics default
187 \default_output_format default
188 \output_sync 0
189 \bibtex_command default
190 \index_command default
191 \paperfontsize 12
192 \spacing single
193 \use_hyperref true
194 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
195 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
196 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
197 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
198 \pdf_bookmarks true
199 \pdf_bookmarksnumbered true
200 \pdf_bookmarksopen true
201 \pdf_bookmarksopenlevel 1
202 \pdf_breaklinks false
203 \pdf_pdfborder false
204 \pdf_colorlinks true
205 \pdf_backref false
206 \pdf_pdfusetitle false
207 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
208 \papersize a4paper
209 \use_geometry false
210 \use_package amsmath 2
211 \use_package amssymb 2
212 \use_package cancel 0
213 \use_package esint 0
214 \use_package mathdots 1
215 \use_package mathtools 0
216 \use_package mhchem 1
217 \use_package stackrel 0
218 \use_package stmaryrd 0
219 \use_package undertilde 0
220 \cite_engine basic
221 \cite_engine_type default
222 \biblio_style plain
223 \use_bibtopic false
224 \use_indices false
225 \paperorientation portrait
226 \suppress_date false
227 \justification true
228 \use_refstyle 0
229 \notefontcolor #0000ff
230 \index Stichwortverzeichnis
231 \shortcut idx
232 \color #008000
233 \end_index
234 \secnumdepth 3
235 \tocdepth 3
236 \paragraph_separation skip
237 \defskip medskip
238 \quotes_language german
239 \papercolumns 1
240 \papersides 2
241 \paperpagestyle default
242 \tracking_changes false
243 \output_changes false
244 \html_math_output 0
245 \html_css_as_file 0
246 \html_be_strict false
247 \end_header
248
249 \begin_body
250
251 \begin_layout Title
252 Das \SpecialChar LyX
253 -Handbuch der Einfügungen:
254 \begin_inset Newline newline
255 \end_inset
256
257  
258 \size larger
259 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
260 \end_layout
261
262 \begin_layout Author
263 vom \SpecialChar LyX
264  Team
265 \begin_inset Foot
266 status open
267
268 \begin_layout Plain Layout
269 \noindent
270
271 \size normal
272 Übersetzung und Bearbeitung: Hartmut Haase
273 \size default
274  (
275 \noun on
276 HHa
277 \noun default
278 , bis März 2010), Uwe Stöhr
279 \begin_inset Newline newline
280 \end_inset
281
282 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
283  bitte an: 
284 \begin_inset CommandInset href
285 LatexCommand href
286 name "lyx-docs@lists.lyx.org"
287 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
288 type "mailto:"
289
290 \end_inset
291
292
293 \end_layout
294
295 \end_inset
296
297
298 \begin_inset Note Note
299 status collapsed
300
301 \begin_layout Plain Layout
302 Autor: Uwe Stöhr <uwestoehr@web.de>
303 \end_layout
304
305 \end_inset
306
307
308 \begin_inset Newline newline
309 \end_inset
310
311
312 \begin_inset Newline newline
313 \end_inset
314
315
316 \family sans
317 Version 2.1.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 LaTe
12340 \begin_inset ERT
12341 status collapsed
12342
12343 \begin_layout Plain Layout
12344
12345 {}
12346 \end_layout
12347
12348 \end_inset
12349
12350 X-Argument
12351 \family default
12352  eingeben.
12353  Hier iss ein Überblick über die Argumente:
12354 \end_layout
12355
12356 \begin_layout Itemize
12357
12358 \series bold
12359 p{Breite}
12360 \series default
12361  die Zelle bekommt eine feste 
12362 \series bold
12363 Breite
12364 \series default
12365 , und die vertikale Ausrichtung ist 
12366 \family sans
12367 Oben
12368 \end_layout
12369
12370 \begin_layout Itemize
12371
12372 \series bold
12373 m{Breite}
12374 \series default
12375  die Zelle bekommt eine feste 
12376 \series bold
12377 Breite
12378 \series default
12379 , und die vertikale Ausrichtung ist 
12380 \family sans
12381 Mitte
12382 \end_layout
12383
12384 \begin_layout Itemize
12385
12386 \series bold
12387 b{Breite}
12388 \series default
12389  die Zelle bekommt eine feste 
12390 \series bold
12391 Breite
12392 \series default
12393 , und die vertikale Ausrichtung ist 
12394 \family sans
12395 Unten
12396 \end_layout
12397
12398 \begin_layout Standard
12399 Wenn Sie ein \SpecialChar LaTeX
12400 -Argument eingeben, werden alle anderen Einstellungen für diese
12401  Zelle überschrieben.
12402 \end_layout
12403
12404 \begin_layout Standard
12405 \begin_inset Note Greyedout
12406 status open
12407
12408 \begin_layout Plain Layout
12409
12410 \series bold
12411 Bemerkung:
12412 \series default
12413  Wegen eines Fehlers in \SpecialChar LyX
12414  werden die überschriebenen Einstellungen dennoch
12415  angezeigt.
12416 \end_layout
12417
12418 \end_inset
12419
12420
12421 \end_layout
12422
12423 \begin_layout Standard
12424 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12425  der Zelle mit dem Inhalt 
12426 \begin_inset Quotes gld
12427 \end_inset
12428
12429 d
12430 \begin_inset Quotes grd
12431 \end_inset
12432
12433  der Tabelle
12434 \begin_inset space ~
12435 \end_inset
12436
12437
12438 \begin_inset CommandInset ref
12439 LatexCommand ref
12440 reference "tab:Table-with-centered"
12441
12442 \end_inset
12443
12444  auch noch der Befehl
12445 \family typewriter
12446 \series bold
12447  
12448 \family default
12449
12450 \backslash
12451 centering
12452 \series default
12453  hinzugefügt.
12454  Das Ganze sieht dann so aus:
12455 \end_layout
12456
12457 \begin_layout Standard
12458
12459 \series bold
12460 |>{
12461 \backslash
12462 centering}m{1.25cm-6.2pt}
12463 \end_layout
12464
12465 \begin_layout Standard
12466 Der vertikale Strich 
12467 \series bold
12468
12469 \begin_inset Quotes gld
12470 \end_inset
12471
12472 |
12473 \series default
12474
12475 \begin_inset Quotes grd
12476 \end_inset
12477
12478  am Anfang zeichnet die linke Linie, und der Befehl 
12479 \series bold
12480
12481 \begin_inset Quotes gld
12482 \end_inset
12483
12484 >{ }
12485 \begin_inset Quotes grd
12486 \end_inset
12487
12488
12489 \series default
12490  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12491  der Zelle benutzt werden sollen.
12492 \end_layout
12493
12494 \begin_layout Standard
12495 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12496  haben, ist der Text noch immer linksbündig, weil \SpecialChar LyX
12497  Ausrichtungen nur für
12498  einzelne Spalten anwendet.
12499  Deswegen musste für die Mehrfachspalte folgendes \SpecialChar LaTeX
12500 -Argument benutzt werden:
12501 \end_layout
12502
12503 \begin_layout Standard
12504
12505 \series bold
12506 |>{
12507 \backslash
12508 centering}m{2.5cm}|
12509 \end_layout
12510
12511 \begin_layout Subsection
12512 Mehrfachzeilen
12513 \begin_inset CommandInset label
12514 LatexCommand label
12515 name "uab:Mehrfachzeilen"
12516
12517 \end_inset
12518
12519
12520 \begin_inset Index idx
12521 status collapsed
12522
12523 \begin_layout Plain Layout
12524 Mehrfachzeilen
12525 \end_layout
12526
12527 \end_inset
12528
12529
12530 \begin_inset Index idx
12531 status collapsed
12532
12533 \begin_layout Plain Layout
12534 Tabellen ! Mehrfachzeilen
12535 \end_layout
12536
12537 \end_inset
12538
12539
12540 \end_layout
12541
12542 \begin_layout Standard
12543 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12544  und verwenden dann den Knopf 
12545 \begin_inset Info
12546 type  "icon"
12547 arg   "inset-modify tabular multirow"
12548 \end_inset
12549
12550  in der Werkzeugleiste, das Menü 
12551 \family sans
12552 Bearbeiten\SpecialChar menuseparator
12553 Tabelle\SpecialChar menuseparator
12554 Mehrfachzeile
12555 \family default
12556 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12557  
12558 \family sans
12559 Mehrfachzeile
12560 \family default
12561 .
12562 \end_layout
12563
12564 \begin_layout Standard
12565 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12566 \begin_inset Separator parbreak
12567 \end_inset
12568
12569
12570 \end_layout
12571
12572 \begin_layout Standard
12573 \align center
12574 \begin_inset Tabular
12575 <lyxtabular version="3" rows="3" columns="3">
12576 <features tabularvalignment="middle">
12577 <column alignment="center" valignment="top" width="0pt">
12578 <column alignment="center" valignment="top">
12579 <column alignment="center" valignment="top">
12580 <row>
12581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12582 \begin_inset Text
12583
12584 \begin_layout Plain Layout
12585 ein langer Eintrag
12586 \end_layout
12587
12588 \end_inset
12589 </cell>
12590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12591 \begin_inset Text
12592
12593 \begin_layout Plain Layout
12594 b
12595 \end_layout
12596
12597 \end_inset
12598 </cell>
12599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12600 \begin_inset Text
12601
12602 \begin_layout Plain Layout
12603 c
12604 \end_layout
12605
12606 \end_inset
12607 </cell>
12608 </row>
12609 <row>
12610 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12611 \begin_inset Text
12612
12613 \begin_layout Plain Layout
12614 Mehrfachzeile
12615 \end_layout
12616
12617 \end_inset
12618 </cell>
12619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12620 \begin_inset Text
12621
12622 \begin_layout Plain Layout
12623 e
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12629 \begin_inset Text
12630
12631 \begin_layout Plain Layout
12632 f
12633 \end_layout
12634
12635 \end_inset
12636 </cell>
12637 </row>
12638 <row>
12639 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12640 \begin_inset Text
12641
12642 \begin_layout Plain Layout
12643
12644 \end_layout
12645
12646 \end_inset
12647 </cell>
12648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12649 \begin_inset Text
12650
12651 \begin_layout Plain Layout
12652 h
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12658 \begin_inset Text
12659
12660 \begin_layout Plain Layout
12661 i
12662 \end_layout
12663
12664 \end_inset
12665 </cell>
12666 </row>
12667 </lyxtabular>
12668
12669 \end_inset
12670
12671
12672 \end_layout
12673
12674 \begin_layout Standard
12675 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12676  Spalte festgelegt.
12677  Der 
12678 \family sans
12679 Vertikale Versatz
12680 \family default
12681  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12682  positiv/negativ ist.
12683 \end_layout
12684
12685 \begin_layout Standard
12686 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12687  die Mehrfachzeile die Ausrichtung der Spalte.
12688  Ansonsten ist sie standardmäßig links ausgerichtet.
12689  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12690 \series bold
12691
12692 \backslash
12693 multirowsetup
12694 \series default
12695  mit dem Befehl
12696 \end_layout
12697
12698 \begin_layout Standard
12699
12700 \series bold
12701
12702 \backslash
12703 renewcommand{
12704 \backslash
12705 multirowsetup}{
12706 \backslash
12707 centering}
12708 \end_layout
12709
12710 \begin_layout Standard
12711 im \SpecialChar LaTeX
12712 -Vorspann.
12713  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12714  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12715  auch mittels \SpecialChar TeX
12716 -Code vor der jeweiligen Tabelle, statt im \SpecialChar LaTeX
12717 -Vorspann, erneuert
12718  werden.
12719  Für rechtsbündigen Text ersetzt man 
12720 \series bold
12721
12722 \backslash
12723 centering
12724 \series default
12725  durch 
12726 \series bold
12727
12728 \backslash
12729 raggedleft
12730 \series default
12731 .
12732  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12733 \series bold
12734
12735 \backslash
12736 raggedright
12737 \series default
12738  verwendet.
12739 \end_layout
12740
12741 \begin_layout Standard
12742 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12743  die -4
12744 \begin_inset space \thinspace{}
12745 \end_inset
12746
12747 mm vertikalen Versatz hat und sich in einer 3
12748 \begin_inset space \thinspace{}
12749 \end_inset
12750
12751 cm breiten Spalte befindet:
12752 \begin_inset Separator parbreak
12753 \end_inset
12754
12755
12756 \end_layout
12757
12758 \begin_layout Standard
12759 \noindent
12760 \align center
12761 \begin_inset ERT
12762 status collapsed
12763
12764 \begin_layout Plain Layout
12765
12766
12767 \backslash
12768 renewcommand{
12769 \backslash
12770 multirowsetup}{
12771 \backslash
12772 raggedleft}
12773 \end_layout
12774
12775 \end_inset
12776
12777
12778 \begin_inset Tabular
12779 <lyxtabular version="3" rows="4" columns="3">
12780 <features tabularvalignment="middle">
12781 <column alignment="center" valignment="top" width="3cm">
12782 <column alignment="center" valignment="top">
12783 <column alignment="center" valignment="top">
12784 <row>
12785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12786 \begin_inset Text
12787
12788 \begin_layout Plain Layout
12789 ein langer Eintrag
12790 \end_layout
12791
12792 \end_inset
12793 </cell>
12794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12795 \begin_inset Text
12796
12797 \begin_layout Plain Layout
12798 b
12799 \end_layout
12800
12801 \end_inset
12802 </cell>
12803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12804 \begin_inset Text
12805
12806 \begin_layout Plain Layout
12807 c
12808 \end_layout
12809
12810 \end_inset
12811 </cell>
12812 </row>
12813 <row>
12814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12815 \begin_inset Text
12816
12817 \begin_layout Plain Layout
12818 t
12819 \end_layout
12820
12821 \end_inset
12822 </cell>
12823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12824 \begin_inset Text
12825
12826 \begin_layout Plain Layout
12827 n
12828 \end_layout
12829
12830 \end_inset
12831 </cell>
12832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12833 \begin_inset Text
12834
12835 \begin_layout Plain Layout
12836 m
12837 \end_layout
12838
12839 \end_inset
12840 </cell>
12841 </row>
12842 <row>
12843 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847 Mehrfachzeile
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856 e
12857 \end_layout
12858
12859 \end_inset
12860 </cell>
12861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12862 \begin_inset Text
12863
12864 \begin_layout Plain Layout
12865 f
12866 \end_layout
12867
12868 \end_inset
12869 </cell>
12870 </row>
12871 <row>
12872 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12873 \begin_inset Text
12874
12875 \begin_layout Plain Layout
12876
12877 \end_layout
12878
12879 \end_inset
12880 </cell>
12881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12882 \begin_inset Text
12883
12884 \begin_layout Plain Layout
12885 h
12886 \end_layout
12887
12888 \end_inset
12889 </cell>
12890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Plain Layout
12894 i
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 </row>
12900 </lyxtabular>
12901
12902 \end_inset
12903
12904
12905 \begin_inset ERT
12906 status collapsed
12907
12908 \begin_layout Plain Layout
12909
12910
12911 \backslash
12912 renewcommand{
12913 \backslash
12914 multirowsetup}{
12915 \backslash
12916 raggedright}
12917 \end_layout
12918
12919 \end_inset
12920
12921
12922 \end_layout
12923
12924 \begin_layout Standard
12925 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12926  (Tastenkürzel 
12927 \family sans
12928 Strg+Enter
12929 \family default
12930 ) verwenden.
12931  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12932 \begin_inset Separator parbreak
12933 \end_inset
12934
12935
12936 \end_layout
12937
12938 \begin_layout Standard
12939 \noindent
12940 \align center
12941 \begin_inset Tabular
12942 <lyxtabular version="3" rows="3" columns="2">
12943 <features tabularvalignment="middle">
12944 <column alignment="left" valignment="middle" width="2cm">
12945 <column alignment="center" valignment="top">
12946 <row>
12947 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12948 \begin_inset Text
12949
12950 \begin_layout Plain Layout
12951 aaa
12952 \begin_inset Newline newline
12953 \end_inset
12954
12955 aaa
12956 \begin_inset Newline newline
12957 \end_inset
12958
12959 falsche Zelle
12960 \end_layout
12961
12962 \end_inset
12963 </cell>
12964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12965 \begin_inset Text
12966
12967 \begin_layout Plain Layout
12968 ccc
12969 \end_layout
12970
12971 \end_inset
12972 </cell>
12973 </row>
12974 <row>
12975 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12976 \begin_inset Text
12977
12978 \begin_layout Plain Layout
12979
12980 \end_layout
12981
12982 \end_inset
12983 </cell>
12984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12985 \begin_inset Text
12986
12987 \begin_layout Plain Layout
12988 ddd
12989 \end_layout
12990
12991 \end_inset
12992 </cell>
12993 </row>
12994 <row>
12995 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12996 \begin_inset Text
12997
12998 \begin_layout Plain Layout
12999 bbb
13000 \end_layout
13001
13002 \end_inset
13003 </cell>
13004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13005 \begin_inset Text
13006
13007 \begin_layout Plain Layout
13008 eee
13009 \end_layout
13010
13011 \end_inset
13012 </cell>
13013 </row>
13014 </lyxtabular>
13015
13016 \end_inset
13017
13018
13019 \end_layout
13020
13021 \begin_layout Standard
13022 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
13023 \end_layout
13024
13025 \begin_layout Subsection
13026 Zellen mit diagonalen Linien
13027 \end_layout
13028
13029 \begin_layout Standard
13030 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
13031  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
13032  oder zwei diagonalen Linien zu teilen.
13033  Dies kann erreicht werden, indem man das \SpecialChar LaTeX
13034 -Paket 
13035 \series bold
13036 diagbox
13037 \series default
13038
13039 \begin_inset Index idx
13040 status collapsed
13041
13042 \begin_layout Plain Layout
13043 \SpecialChar LaTeX
13044 -Pakete ! diagbox
13045 \end_layout
13046
13047 \end_inset
13048
13049  im \SpecialChar LaTeX
13050 -Vorspann lädt.
13051  Das Paket stellt den Befehl 
13052 \series bold
13053
13054 \backslash
13055 diagbox
13056 \series default
13057  zur Verfügung, der als \SpecialChar TeX
13058 -Code eingefügt wird und 2 oder 3
13059 \begin_inset space ~
13060 \end_inset
13061
13062 Argumente hat:
13063 \end_layout
13064
13065 \begin_layout Standard
13066
13067 \series bold
13068
13069 \backslash
13070 diagbox[Optionen]{links unten}{rechts oben}
13071 \end_layout
13072
13073 \begin_layout Standard
13074
13075 \series bold
13076
13077 \backslash
13078 diagbox[Optionen]{links unten}{links oben}{rechts oben}
13079 \end_layout
13080
13081 \begin_layout Standard
13082 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
13083  die Argumente werden unter und über diese Linie platziert.
13084  Das zweite Schema teilt die Zelle mit 2
13085 \begin_inset space ~
13086 \end_inset
13087
13088 Linien.
13089 \end_layout
13090
13091 \begin_layout Standard
13092 \begin_inset ERT
13093 status collapsed
13094
13095 \begin_layout Plain Layout
13096
13097
13098 \backslash
13099 ifdiagbox
13100 \end_layout
13101
13102 \end_inset
13103
13104
13105 \begin_inset Note Note
13106 status open
13107
13108 \begin_layout Plain Layout
13109 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
13110 -Paket 
13111 \series bold
13112 diagbox
13113 \series default
13114  installiert ist.
13115 \end_layout
13116
13117 \end_inset
13118
13119
13120 \end_layout
13121
13122 \begin_layout Standard
13123 Hier ist eine Beispieltabelle in der 
13124 \series bold
13125
13126 \backslash
13127 diagbox 
13128 \series default
13129 im 2-Argument Schema in der ersten Zelle verwendet wird:
13130 \begin_inset VSpace medskip
13131 \end_inset
13132
13133
13134 \end_layout
13135
13136 \begin_layout Standard
13137 \noindent
13138 \begin_inset Tabular
13139 <lyxtabular version="3" rows="4" columns="4">
13140 <features tabularvalignment="middle">
13141 <column alignment="center" valignment="top">
13142 <column alignment="center" valignment="top">
13143 <column alignment="center" valignment="top">
13144 <column alignment="center" valignment="top">
13145 <row>
13146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13147 \begin_inset Text
13148
13149 \begin_layout Plain Layout
13150 \begin_inset ERT
13151 status collapsed
13152
13153 \begin_layout Plain Layout
13154
13155
13156 \backslash
13157 diagbox{
13158 \end_layout
13159
13160 \end_inset
13161
13162 Name
13163 \begin_inset ERT
13164 status collapsed
13165
13166 \begin_layout Plain Layout
13167
13168 }{
13169 \end_layout
13170
13171 \end_inset
13172
13173 Parameter
13174 \begin_inset ERT
13175 status collapsed
13176
13177 \begin_layout Plain Layout
13178
13179 }
13180 \end_layout
13181
13182 \end_inset
13183
13184
13185 \end_layout
13186
13187 \end_inset
13188 </cell>
13189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13190 \begin_inset Text
13191
13192 \begin_layout Plain Layout
13193 Dicke in nm
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13199 \begin_inset Text
13200
13201 \begin_layout Plain Layout
13202 Transparenz in %
13203 \end_layout
13204
13205 \end_inset
13206 </cell>
13207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13208 \begin_inset Text
13209
13210 \begin_layout Plain Layout
13211 Härte in MPa
13212 \end_layout
13213
13214 \end_inset
13215 </cell>
13216 </row>
13217 <row>
13218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13219 \begin_inset Text
13220
13221 \begin_layout Plain Layout
13222 Perfekt Grün
13223 \end_layout
13224
13225 \end_inset
13226 </cell>
13227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13228 \begin_inset Text
13229
13230 \begin_layout Plain Layout
13231 45
13232 \end_layout
13233
13234 \end_inset
13235 </cell>
13236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13237 \begin_inset Text
13238
13239 \begin_layout Plain Layout
13240 80
13241 \end_layout
13242
13243 \end_inset
13244 </cell>
13245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13246 \begin_inset Text
13247
13248 \begin_layout Plain Layout
13249 504
13250 \end_layout
13251
13252 \end_inset
13253 </cell>
13254 </row>
13255 <row>
13256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13257 \begin_inset Text
13258
13259 \begin_layout Plain Layout
13260 Dunkel Multi-P
13261 \end_layout
13262
13263 \end_inset
13264 </cell>
13265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13266 \begin_inset Text
13267
13268 \begin_layout Plain Layout
13269 60
13270 \end_layout
13271
13272 \end_inset
13273 </cell>
13274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278 72
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13284 \begin_inset Text
13285
13286 \begin_layout Plain Layout
13287 982
13288 \end_layout
13289
13290 \end_inset
13291 </cell>
13292 </row>
13293 <row>
13294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13295 \begin_inset Text
13296
13297 \begin_layout Plain Layout
13298 Kristallklar Pro
13299 \end_layout
13300
13301 \end_inset
13302 </cell>
13303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13304 \begin_inset Text
13305
13306 \begin_layout Plain Layout
13307 18
13308 \end_layout
13309
13310 \end_inset
13311 </cell>
13312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13313 \begin_inset Text
13314
13315 \begin_layout Plain Layout
13316 86
13317 \end_layout
13318
13319 \end_inset
13320 </cell>
13321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13322 \begin_inset Text
13323
13324 \begin_layout Plain Layout
13325 374
13326 \end_layout
13327
13328 \end_inset
13329 </cell>
13330 </row>
13331 </lyxtabular>
13332
13333 \end_inset
13334
13335
13336 \begin_inset VSpace medskip
13337 \end_inset
13338
13339
13340 \end_layout
13341
13342 \begin_layout Standard
13343 \begin_inset Newpage newpage
13344 \end_inset
13345
13346
13347 \end_layout
13348
13349 \begin_layout Standard
13350 Das 3-Argument Schema ist z.
13351 \begin_inset space \thinspace{}
13352 \end_inset
13353
13354 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13355 \begin_inset Separator parbreak
13356 \end_inset
13357
13358
13359 \end_layout
13360
13361 \begin_layout Standard
13362 \noindent
13363 \align center
13364 \begin_inset Tabular
13365 <lyxtabular version="3" rows="4" columns="4">
13366 <features tabularvalignment="middle">
13367 <column alignment="center" valignment="top" width="0pt">
13368 <column alignment="center" valignment="top">
13369 <column alignment="center" valignment="top">
13370 <column alignment="center" valignment="top">
13371 <row>
13372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13373 \begin_inset Text
13374
13375 \begin_layout Plain Layout
13376 \begin_inset ERT
13377 status collapsed
13378
13379 \begin_layout Plain Layout
13380
13381
13382 \backslash
13383 diagbox{
13384 \end_layout
13385
13386 \end_inset
13387
13388 Heim
13389 \begin_inset ERT
13390 status collapsed
13391
13392 \begin_layout Plain Layout
13393
13394 }{
13395 \end_layout
13396
13397 \end_inset
13398
13399 Ergebnis
13400 \begin_inset ERT
13401 status collapsed
13402
13403 \begin_layout Plain Layout
13404
13405 }{
13406 \end_layout
13407
13408 \end_inset
13409
13410 Auswärts
13411 \begin_inset ERT
13412 status collapsed
13413
13414 \begin_layout Plain Layout
13415
13416 }
13417 \end_layout
13418
13419 \end_inset
13420
13421
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13427 \begin_inset Text
13428
13429 \begin_layout Plain Layout
13430 Tiger
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13436 \begin_inset Text
13437
13438 \begin_layout Plain Layout
13439 Panther
13440 \end_layout
13441
13442 \end_inset
13443 </cell>
13444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13445 \begin_inset Text
13446
13447 \begin_layout Plain Layout
13448 Falken
13449 \end_layout
13450
13451 \end_inset
13452 </cell>
13453 </row>
13454 <row>
13455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Plain Layout
13459 Tiger
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13465 \begin_inset Text
13466
13467 \begin_layout Plain Layout
13468
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477 1:3
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13483 \begin_inset Text
13484
13485 \begin_layout Plain Layout
13486 0:1
13487 \end_layout
13488
13489 \end_inset
13490 </cell>
13491 </row>
13492 <row>
13493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13494 \begin_inset Text
13495
13496 \begin_layout Plain Layout
13497 Panther
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13503 \begin_inset Text
13504
13505 \begin_layout Plain Layout
13506 3:1
13507 \end_layout
13508
13509 \end_inset
13510 </cell>
13511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13521 \begin_inset Text
13522
13523 \begin_layout Plain Layout
13524 0:0
13525 \end_layout
13526
13527 \end_inset
13528 </cell>
13529 </row>
13530 <row>
13531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13532 \begin_inset Text
13533
13534 \begin_layout Plain Layout
13535 Falken
13536 \end_layout
13537
13538 \end_inset
13539 </cell>
13540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13541 \begin_inset Text
13542
13543 \begin_layout Plain Layout
13544 1:0
13545 \end_layout
13546
13547 \end_inset
13548 </cell>
13549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13550 \begin_inset Text
13551
13552 \begin_layout Plain Layout
13553 0:0
13554 \end_layout
13555
13556 \end_inset
13557 </cell>
13558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13559 \begin_inset Text
13560
13561 \begin_layout Plain Layout
13562
13563 \end_layout
13564
13565 \end_inset
13566 </cell>
13567 </row>
13568 </lyxtabular>
13569
13570 \end_inset
13571
13572
13573 \end_layout
13574
13575 \begin_layout Standard
13576 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13577  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13578 \begin_inset Separator parbreak
13579 \end_inset
13580
13581
13582 \end_layout
13583
13584 \begin_layout Standard
13585 \noindent
13586 \align center
13587 \begin_inset Tabular
13588 <lyxtabular version="3" rows="5" columns="5">
13589 <features tabularvalignment="middle">
13590 <column alignment="center" valignment="top" width="0pt">
13591 <column alignment="center" valignment="top">
13592 <column alignment="center" valignment="top">
13593 <column alignment="center" valignment="top">
13594 <column alignment="center" valignment="top">
13595 <row>
13596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13597 \begin_inset Text
13598
13599 \begin_layout Plain Layout
13600 \begin_inset ERT
13601 status open
13602
13603 \begin_layout Plain Layout
13604
13605
13606 \backslash
13607 diagbox{
13608 \end_layout
13609
13610 \end_inset
13611
13612 Heim
13613 \begin_inset ERT
13614 status collapsed
13615
13616 \begin_layout Plain Layout
13617
13618 }{
13619 \end_layout
13620
13621 \end_inset
13622
13623 Ergebnis
13624 \begin_inset ERT
13625 status collapsed
13626
13627 \begin_layout Plain Layout
13628
13629 }{
13630 \end_layout
13631
13632 \end_inset
13633
13634 Auswärts
13635 \begin_inset ERT
13636 status collapsed
13637
13638 \begin_layout Plain Layout
13639
13640 }
13641 \end_layout
13642
13643 \end_inset
13644
13645
13646 \end_layout
13647
13648 \end_inset
13649 </cell>
13650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13651 \begin_inset Text
13652
13653 \begin_layout Plain Layout
13654 Tiger
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13660 \begin_inset Text
13661
13662 \begin_layout Plain Layout
13663 Panther
13664 \end_layout
13665
13666 \end_inset
13667 </cell>
13668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13669 \begin_inset Text
13670
13671 \begin_layout Plain Layout
13672 Falken
13673 \end_layout
13674
13675 \end_inset
13676 </cell>
13677 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13678 \begin_inset Text
13679
13680 \begin_layout Plain Layout
13681 \begin_inset ERT
13682 status open
13683
13684 \begin_layout Plain Layout
13685
13686
13687 \backslash
13688 diagbox[dir=NE]{
13689 \end_layout
13690
13691 \end_inset
13692
13693 Heim
13694 \begin_inset ERT
13695 status collapsed
13696
13697 \begin_layout Plain Layout
13698
13699 }{
13700 \end_layout
13701
13702 \end_inset
13703
13704 Ergebnis
13705 \begin_inset ERT
13706 status collapsed
13707
13708 \begin_layout Plain Layout
13709
13710 }{
13711 \end_layout
13712
13713 \end_inset
13714
13715 Auswärts
13716 \begin_inset ERT
13717 status collapsed
13718
13719 \begin_layout Plain Layout
13720
13721 }
13722 \end_layout
13723
13724 \end_inset
13725
13726
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 </row>
13732 <row>
13733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13734 \begin_inset Text
13735
13736 \begin_layout Plain Layout
13737 Tiger
13738 \end_layout
13739
13740 \end_inset
13741 </cell>
13742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Plain Layout
13755 1:3
13756 \end_layout
13757
13758 \end_inset
13759 </cell>
13760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13761 \begin_inset Text
13762
13763 \begin_layout Plain Layout
13764 0:1
13765 \end_layout
13766
13767 \end_inset
13768 </cell>
13769 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773 Tiger
13774 \end_layout
13775
13776 \end_inset
13777 </cell>
13778 </row>
13779 <row>
13780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13781 \begin_inset Text
13782
13783 \begin_layout Plain Layout
13784 Panther
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793 3:1
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 0:0
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820 Panther
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 </row>
13826 <row>
13827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13828 \begin_inset Text
13829
13830 \begin_layout Plain Layout
13831 Falken
13832 \end_layout
13833
13834 \end_inset
13835 </cell>
13836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840 1:0
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Plain Layout
13849 0:0
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13855 \begin_inset Text
13856
13857 \begin_layout Plain Layout
13858
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Plain Layout
13867 Falken
13868 \end_layout
13869
13870 \end_inset
13871 </cell>
13872 </row>
13873 <row>
13874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13875 \begin_inset Text
13876
13877 \begin_layout Plain Layout
13878 \begin_inset ERT
13879 status open
13880
13881 \begin_layout Plain Layout
13882
13883
13884 \backslash
13885 diagbox[dir=SW]{
13886 \end_layout
13887
13888 \end_inset
13889
13890 Heim
13891 \begin_inset ERT
13892 status collapsed
13893
13894 \begin_layout Plain Layout
13895
13896 }{
13897 \end_layout
13898
13899 \end_inset
13900
13901 Ergebnis
13902 \begin_inset ERT
13903 status collapsed
13904
13905 \begin_layout Plain Layout
13906
13907 }{
13908 \end_layout
13909
13910 \end_inset
13911
13912 Auswärts
13913 \begin_inset ERT
13914 status collapsed
13915
13916 \begin_layout Plain Layout
13917
13918 }
13919 \end_layout
13920
13921 \end_inset
13922
13923
13924 \end_layout
13925
13926 \end_inset
13927 </cell>
13928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13929 \begin_inset Text
13930
13931 \begin_layout Plain Layout
13932 Tiger
13933 \end_layout
13934
13935 \end_inset
13936 </cell>
13937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13938 \begin_inset Text
13939
13940 \begin_layout Plain Layout
13941 Panther
13942 \end_layout
13943
13944 \end_inset
13945 </cell>
13946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13947 \begin_inset Text
13948
13949 \begin_layout Plain Layout
13950 Falken
13951 \end_layout
13952
13953 \end_inset
13954 </cell>
13955 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13956 \begin_inset Text
13957
13958 \begin_layout Plain Layout
13959 \begin_inset ERT
13960 status open
13961
13962 \begin_layout Plain Layout
13963
13964
13965 \backslash
13966 diagbox[dir=SE]{
13967 \end_layout
13968
13969 \end_inset
13970
13971 Heim
13972 \begin_inset ERT
13973 status collapsed
13974
13975 \begin_layout Plain Layout
13976
13977 }{
13978 \end_layout
13979
13980 \end_inset
13981
13982 Ergebnis
13983 \begin_inset ERT
13984 status collapsed
13985
13986 \begin_layout Plain Layout
13987
13988 }{
13989 \end_layout
13990
13991 \end_inset
13992
13993 Auswärts
13994 \begin_inset ERT
13995 status collapsed
13996
13997 \begin_layout Plain Layout
13998
13999 }
14000 \end_layout
14001
14002 \end_inset
14003
14004
14005 \end_layout
14006
14007 \end_inset
14008 </cell>
14009 </row>
14010 </lyxtabular>
14011
14012 \end_inset
14013
14014
14015 \end_layout
14016
14017 \begin_layout Standard
14018 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
14019 \series bold
14020 dir=Richtung
14021 \series default
14022  verwendet.
14023  
14024 \emph on
14025 Richtung
14026 \emph default
14027  ist entweder 
14028 \series bold
14029 NE
14030 \series default
14031
14032 \series bold
14033 DE
14034 \series default
14035
14036 \series bold
14037 SW
14038 \series default
14039  oder 
14040 \series bold
14041 NW
14042 \series default
14043  und stellt eine Himmelsrichtung dar.
14044  
14045 \series bold
14046 SW
14047 \series default
14048  ist z.
14049 \begin_inset space \thinspace{}
14050 \end_inset
14051
14052 B.
14053  die Südwestecke.
14054  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
14055 \end_layout
14056
14057 \begin_layout Standard
14058
14059 \series bold
14060
14061 \backslash
14062 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
14063 \end_layout
14064
14065 \begin_layout Standard
14066 verwendet.
14067  Wenn keine Richtung angegeben ist, wird NW verwendet.
14068 \end_layout
14069
14070 \begin_layout Standard
14071 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
14072  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
14073 e ist, ragt der Inhalt über die Zelle hinaus:
14074 \begin_inset Separator parbreak
14075 \end_inset
14076
14077
14078 \end_layout
14079
14080 \begin_layout Standard
14081 \noindent
14082 \align center
14083 \begin_inset Tabular
14084 <lyxtabular version="3" rows="2" columns="2">
14085 <features tabularvalignment="middle">
14086 <column alignment="center" valignment="top" width="3cm">
14087 <column alignment="center" valignment="top">
14088 <row>
14089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14090 \begin_inset Text
14091
14092 \begin_layout Plain Layout
14093 \begin_inset ERT
14094 status collapsed
14095
14096 \begin_layout Plain Layout
14097
14098
14099 \backslash
14100 diagbox{
14101 \end_layout
14102
14103 \end_inset
14104
14105 Name
14106 \begin_inset ERT
14107 status collapsed
14108
14109 \begin_layout Plain Layout
14110
14111 }{
14112 \end_layout
14113
14114 \end_inset
14115
14116 Parameter
14117 \begin_inset ERT
14118 status collapsed
14119
14120 \begin_layout Plain Layout
14121
14122 }
14123 \end_layout
14124
14125 \end_inset
14126
14127
14128 \end_layout
14129
14130 \end_inset
14131 </cell>
14132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14133 \begin_inset Text
14134
14135 \begin_layout Plain Layout
14136 Dicke in nm
14137 \end_layout
14138
14139 \end_inset
14140 </cell>
14141 </row>
14142 <row>
14143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14144 \begin_inset Text
14145
14146 \begin_layout Plain Layout
14147 Perfekt Grün
14148 \end_layout
14149
14150 \end_inset
14151 </cell>
14152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14153 \begin_inset Text
14154
14155 \begin_layout Plain Layout
14156 45
14157 \end_layout
14158
14159 \end_inset
14160 </cell>
14161 </row>
14162 </lyxtabular>
14163
14164 \end_inset
14165
14166
14167 \end_layout
14168
14169 \begin_layout Standard
14170 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14171  verwendet man die Befehlsoption 
14172 \series bold
14173 width=3cm
14174 \series default
14175  (ersetzen Sie '3cm' durch die benötigte Breite).
14176  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14177 \begin_inset space \thinspace{}
14178 \end_inset
14179
14180 cm gesetzt.
14181  Für 
14182 \series bold
14183
14184 \backslash
14185 diagbox
14186 \series default
14187  wird eine Breite von 4
14188 \begin_inset space \thinspace{}
14189 \end_inset
14190
14191 cm + 2
14192 \begin_inset space \thinspace{}
14193 \end_inset
14194
14195
14196 \backslash
14197 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14198  diesem Fall 4
14199 \begin_inset space \thinspace{}
14200 \end_inset
14201
14202 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14203  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14204 \series bold
14205
14206 \backslash
14207 diagbox
14208 \series default
14209  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14210  später verwenden kann.
14211  Dies wird mit den \SpecialChar TeX
14212 -Code Befehlen
14213 \end_layout
14214
14215 \begin_layout Standard
14216
14217 \series bold
14218
14219 \backslash
14220 newlength{
14221 \backslash
14222 diagtest}
14223 \begin_inset Newline newline
14224 \end_inset
14225
14226
14227 \backslash
14228 setlength{
14229 \backslash
14230 diagtest}{4cm+2
14231 \backslash
14232 tabcolsep}
14233 \end_layout
14234
14235 \begin_layout Standard
14236 erreicht.
14237 \end_layout
14238
14239 \begin_layout Standard
14240 \begin_inset ERT
14241 status collapsed
14242
14243 \begin_layout Plain Layout
14244
14245
14246 \backslash
14247 newlength{
14248 \backslash
14249 diagtest}
14250 \end_layout
14251
14252 \begin_layout Plain Layout
14253
14254
14255 \backslash
14256 setlength{
14257 \backslash
14258 diagtest}{4cm+2
14259 \backslash
14260 tabcolsep}
14261 \end_layout
14262
14263 \end_inset
14264
14265
14266 \end_layout
14267
14268 \begin_layout Standard
14269 Um Berechnungen in \SpecialChar LaTeX
14270  zu aktivieren, muss das Paket 
14271 \series bold
14272 calc
14273 \series default
14274
14275 \begin_inset Index idx
14276 status collapsed
14277
14278 \begin_layout Plain Layout
14279 \SpecialChar LaTeX
14280 -Pakete ! calc
14281 \end_layout
14282
14283 \end_inset
14284
14285  im \SpecialChar LaTeX
14286 -Vorspann geladen werden.
14287 \end_layout
14288
14289 \begin_layout Standard
14290 In der Tabelle kann man nun den Befehl
14291 \end_layout
14292
14293 \begin_layout Standard
14294
14295 \series bold
14296
14297 \backslash
14298 diagbox[width=
14299 \backslash
14300 diagtest]{A}{B}
14301 \end_layout
14302
14303 \begin_layout Standard
14304 in der ersten Zelle verwenden:
14305 \begin_inset Separator parbreak
14306 \end_inset
14307
14308
14309 \end_layout
14310
14311 \begin_layout Standard
14312 \noindent
14313 \align center
14314 \begin_inset Tabular
14315 <lyxtabular version="3" rows="2" columns="2">
14316 <features tabularvalignment="middle">
14317 <column alignment="center" valignment="top" width="4cm">
14318 <column alignment="center" valignment="top">
14319 <row>
14320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14321 \begin_inset Text
14322
14323 \begin_layout Plain Layout
14324 \begin_inset ERT
14325 status open
14326
14327 \begin_layout Plain Layout
14328
14329
14330 \backslash
14331 diagbox[width=
14332 \backslash
14333 diagtest]{
14334 \end_layout
14335
14336 \end_inset
14337
14338 A
14339 \begin_inset ERT
14340 status collapsed
14341
14342 \begin_layout Plain Layout
14343
14344 }{
14345 \end_layout
14346
14347 \end_inset
14348
14349 B
14350 \begin_inset ERT
14351 status collapsed
14352
14353 \begin_layout Plain Layout
14354
14355 }
14356 \end_layout
14357
14358 \end_inset
14359
14360
14361 \end_layout
14362
14363 \end_inset
14364 </cell>
14365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14366 \begin_inset Text
14367
14368 \begin_layout Plain Layout
14369 Dicke in nm
14370 \end_layout
14371
14372 \end_inset
14373 </cell>
14374 </row>
14375 <row>
14376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14377 \begin_inset Text
14378
14379 \begin_layout Plain Layout
14380 Perfekt Grün
14381 \end_layout
14382
14383 \end_inset
14384 </cell>
14385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14386 \begin_inset Text
14387
14388 \begin_layout Plain Layout
14389 45
14390 \end_layout
14391
14392 \end_inset
14393 </cell>
14394 </row>
14395 </lyxtabular>
14396
14397 \end_inset
14398
14399
14400 \end_layout
14401
14402 \begin_layout Standard
14403 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14404  muss.
14405  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14406  wie in in dieser Tabelle:
14407 \begin_inset Separator parbreak
14408 \end_inset
14409
14410
14411 \end_layout
14412
14413 \begin_layout Standard
14414 \noindent
14415 \align center
14416 \begin_inset Tabular
14417 <lyxtabular version="3" rows="2" columns="2">
14418 <features tabularvalignment="middle">
14419 <column alignment="center" valignment="top" width="0pt">
14420 <column alignment="center" valignment="top">
14421 <row>
14422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Plain Layout
14426 \begin_inset ERT
14427 status collapsed
14428
14429 \begin_layout Plain Layout
14430
14431
14432 \backslash
14433 diagbox{
14434 \end_layout
14435
14436 \end_inset
14437
14438 A
14439 \begin_inset ERT
14440 status collapsed
14441
14442 \begin_layout Plain Layout
14443
14444 }{
14445 \end_layout
14446
14447 \end_inset
14448
14449 B
14450 \begin_inset ERT
14451 status collapsed
14452
14453 \begin_layout Plain Layout
14454
14455 }
14456 \end_layout
14457
14458 \end_inset
14459
14460
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14466 \begin_inset Text
14467
14468 \begin_layout Plain Layout
14469 Dicke in nm
14470 \end_layout
14471
14472 \end_inset
14473 </cell>
14474 </row>
14475 <row>
14476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14477 \begin_inset Text
14478
14479 \begin_layout Plain Layout
14480 Perfekt Grün
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14486 \begin_inset Text
14487
14488 \begin_layout Plain Layout
14489 45
14490 \end_layout
14491
14492 \end_inset
14493 </cell>
14494 </row>
14495 </lyxtabular>
14496
14497 \end_inset
14498
14499
14500 \end_layout
14501
14502 \begin_layout Standard
14503 Verwenden Sie in diesem Fall die Option 
14504 \series bold
14505 width
14506 \series default
14507  des Befehls 
14508 \series bold
14509
14510 \backslash
14511 diagbox
14512 \series default
14513 .
14514  Es ist dabei nicht notwendig, 2
14515 \backslash
14516 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14517  ist.
14518  In dieser Tabelle wird eine Breite von 3
14519 \begin_inset space \thinspace{}
14520 \end_inset
14521
14522 cm verwendet:
14523 \begin_inset Separator parbreak
14524 \end_inset
14525
14526
14527 \end_layout
14528
14529 \begin_layout Standard
14530 \noindent
14531 \align center
14532 \begin_inset Tabular
14533 <lyxtabular version="3" rows="2" columns="2">
14534 <features tabularvalignment="middle">
14535 <column alignment="center" valignment="top" width="0pt">
14536 <column alignment="center" valignment="top">
14537 <row>
14538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14539 \begin_inset Text
14540
14541 \begin_layout Plain Layout
14542 \begin_inset ERT
14543 status open
14544
14545 \begin_layout Plain Layout
14546
14547
14548 \backslash
14549 diagbox[width=3cm]{
14550 \end_layout
14551
14552 \end_inset
14553
14554 A
14555 \begin_inset ERT
14556 status collapsed
14557
14558 \begin_layout Plain Layout
14559
14560 }{
14561 \end_layout
14562
14563 \end_inset
14564
14565 B
14566 \begin_inset ERT
14567 status collapsed
14568
14569 \begin_layout Plain Layout
14570
14571 }
14572 \end_layout
14573
14574 \end_inset
14575
14576
14577 \end_layout
14578
14579 \end_inset
14580 </cell>
14581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14582 \begin_inset Text
14583
14584 \begin_layout Plain Layout
14585 Dicke in nm
14586 \end_layout
14587
14588 \end_inset
14589 </cell>
14590 </row>
14591 <row>
14592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14593 \begin_inset Text
14594
14595 \begin_layout Plain Layout
14596 Perfekt Grün
14597 \end_layout
14598
14599 \end_inset
14600 </cell>
14601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14602 \begin_inset Text
14603
14604 \begin_layout Plain Layout
14605 45
14606 \end_layout
14607
14608 \end_inset
14609 </cell>
14610 </row>
14611 </lyxtabular>
14612
14613 \end_inset
14614
14615
14616 \end_layout
14617
14618 \begin_layout Standard
14619 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14620  Text in der Zelle unterzubringen.
14621  Dies wird mit der 
14622 \series bold
14623
14624 \backslash
14625 diagbox
14626 \series default
14627 -Option 
14628 \series bold
14629 height=3cm
14630 \series default
14631  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14632  In der folgenden Tabelle wird der Befehl
14633 \end_layout
14634
14635 \begin_layout Standard
14636
14637 \series bold
14638
14639 \backslash
14640 diagbox[width=3cm,height=1.4cm]{A
14641 \backslash
14642
14643 \backslash
14644 B}{C
14645 \backslash
14646
14647 \backslash
14648 D}
14649 \end_layout
14650
14651 \begin_layout Standard
14652 in der ersten Zelle verwendet.
14653  Der Befehl 
14654 \series bold
14655
14656 \backslash
14657
14658 \backslash
14659
14660 \series default
14661  erzeugt hierbei den Zeilenumbruch.
14662 \begin_inset Foot
14663 status collapsed
14664
14665 \begin_layout Plain Layout
14666 Zeilen mit 
14667 \family sans
14668 Strg+Enter
14669 \family default
14670  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14671 \end_layout
14672
14673 \end_inset
14674
14675
14676 \begin_inset Separator parbreak
14677 \end_inset
14678
14679
14680 \end_layout
14681
14682 \begin_layout Standard
14683 \noindent
14684 \align center
14685 \begin_inset Tabular
14686 <lyxtabular version="3" rows="2" columns="2">
14687 <features tabularvalignment="middle">
14688 <column alignment="center" valignment="top">
14689 <column alignment="center" valignment="top">
14690 <row>
14691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14692 \begin_inset Text
14693
14694 \begin_layout Plain Layout
14695 \begin_inset ERT
14696 status open
14697
14698 \begin_layout Plain Layout
14699
14700
14701 \backslash
14702 diagbox[width=3cm,height=1.4cm]{
14703 \end_layout
14704
14705 \end_inset
14706
14707 A
14708 \begin_inset ERT
14709 status collapsed
14710
14711 \begin_layout Plain Layout
14712
14713
14714 \backslash
14715
14716 \backslash
14717
14718 \end_layout
14719
14720 \end_inset
14721
14722 B
14723 \begin_inset ERT
14724 status collapsed
14725
14726 \begin_layout Plain Layout
14727
14728 }{
14729 \end_layout
14730
14731 \end_inset
14732
14733 C
14734 \begin_inset ERT
14735 status collapsed
14736
14737 \begin_layout Plain Layout
14738
14739
14740 \backslash
14741
14742 \backslash
14743
14744 \end_layout
14745
14746 \end_inset
14747
14748 D
14749 \begin_inset ERT
14750 status collapsed
14751
14752 \begin_layout Plain Layout
14753
14754 }
14755 \end_layout
14756
14757 \end_inset
14758
14759
14760 \end_layout
14761
14762 \end_inset
14763 </cell>
14764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14765 \begin_inset Text
14766
14767 \begin_layout Plain Layout
14768 Dicke in nm
14769 \end_layout
14770
14771 \end_inset
14772 </cell>
14773 </row>
14774 <row>
14775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14776 \begin_inset Text
14777
14778 \begin_layout Plain Layout
14779 Perfekt Grün
14780 \end_layout
14781
14782 \end_inset
14783 </cell>
14784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14785 \begin_inset Text
14786
14787 \begin_layout Plain Layout
14788 45
14789 \end_layout
14790
14791 \end_inset
14792 </cell>
14793 </row>
14794 </lyxtabular>
14795
14796 \end_inset
14797
14798
14799 \end_layout
14800
14801 \begin_layout Standard
14802 \begin_inset ERT
14803 status collapsed
14804
14805 \begin_layout Plain Layout
14806
14807
14808 \backslash
14809 else
14810 \end_layout
14811
14812 \end_inset
14813
14814
14815 \begin_inset Note Note
14816 status open
14817
14818 \begin_layout Plain Layout
14819 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
14820 -Paket 
14821 \series bold
14822 diagbox
14823 \series default
14824  nicht installiert ist:
14825 \end_layout
14826
14827 \end_inset
14828
14829
14830 \end_layout
14831
14832 \begin_layout Standard
14833 Sie müssen das \SpecialChar LaTeX
14834 -Paket 
14835 \series bold
14836 diagbox
14837 \series default
14838  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14839 \end_layout
14840
14841 \begin_layout Standard
14842 \begin_inset ERT
14843 status collapsed
14844
14845 \begin_layout Plain Layout
14846
14847
14848 \backslash
14849 fi
14850 \end_layout
14851
14852 \end_inset
14853
14854
14855 \end_layout
14856
14857 \begin_layout Standard
14858 Für mehr Informationen über das \SpecialChar LaTeX
14859 -Paket 
14860 \series bold
14861 diagbox
14862 \series default
14863 , siehe dessen Dokumentation, 
14864 \begin_inset CommandInset citation
14865 LatexCommand cite
14866 key "diagbox"
14867
14868 \end_inset
14869
14870 .
14871 \end_layout
14872
14873 \begin_layout Section
14874 Formale Tabellen
14875 \begin_inset CommandInset label
14876 LatexCommand label
14877 name "abs:Formale-Tabellen"
14878
14879 \end_inset
14880
14881
14882 \begin_inset Index idx
14883 status collapsed
14884
14885 \begin_layout Plain Layout
14886 Tabellen ! Formale
14887 \end_layout
14888
14889 \end_inset
14890
14891
14892 \end_layout
14893
14894 \begin_layout Standard
14895 Tabellen werden in Büchern oft wie Tabelle
14896 \begin_inset space ~
14897 \end_inset
14898
14899
14900 \begin_inset CommandInset ref
14901 LatexCommand ref
14902 reference "tab:Formale-Tabelle"
14903
14904 \end_inset
14905
14906  gesetzt.
14907  Diese Tabellen werden
14908 \emph on
14909  formal
14910 \emph default
14911  genannt.
14912  Formale Tabellen bekommen Sie, wenn Sie im 
14913 \family sans
14914 Tabellen-Einstellungen
14915 \family default
14916 -Dialog auf der Karteikarte 
14917 \family sans
14918 Rahmen
14919 \family default
14920  den 
14921 \family sans
14922 Stil
14923 \family default
14924  
14925 \family sans
14926 Formal
14927 \family default
14928  ankreuzen.
14929 \end_layout
14930
14931 \begin_layout Standard
14932 \begin_inset Float table
14933 placement h
14934 wide false
14935 sideways false
14936 status open
14937
14938 \begin_layout Plain Layout
14939 \begin_inset Caption Standard
14940
14941 \begin_layout Plain Layout
14942 \begin_inset CommandInset label
14943 LatexCommand label
14944 name "tab:Formale-Tabelle"
14945
14946 \end_inset
14947
14948 Formale Tabelle
14949 \end_layout
14950
14951 \end_inset
14952
14953
14954 \end_layout
14955
14956 \begin_layout Plain Layout
14957 \align center
14958 \begin_inset Tabular
14959 <lyxtabular version="3" rows="8" columns="4">
14960 <features booktabs="true" tabularvalignment="middle">
14961 <column alignment="center" valignment="top">
14962 <column alignment="right" valignment="top">
14963 <column alignment="right" valignment="top">
14964 <column alignment="right" valignment="top">
14965 <row>
14966 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14967 \begin_inset Text
14968
14969 \begin_layout Plain Layout
14970 System
14971 \end_layout
14972
14973 \end_inset
14974 </cell>
14975 <cell alignment="center" valignment="top" topline="true" usebox="none">
14976 \begin_inset Text
14977
14978 \begin_layout Plain Layout
14979 Chip
14980 \begin_inset space \thinspace{}
14981 \end_inset
14982
14983 1
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992 Chip
14993 \begin_inset space \thinspace{}
14994 \end_inset
14995
14996 2
14997 \end_layout
14998
14999 \end_inset
15000 </cell>
15001 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005
15006 \end_layout
15007
15008 \end_inset
15009 </cell>
15010 </row>
15011 <row>
15012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016 \begin_inset ERT
15017 status collapsed
15018
15019 \begin_layout Plain Layout
15020
15021
15022 \backslash
15023 cmidrule(r){2-2}
15024 \end_layout
15025
15026 \end_inset
15027
15028
15029 \begin_inset ERT
15030 status collapsed
15031
15032 \begin_layout Plain Layout
15033
15034
15035 \backslash
15036 cmidrule(l){3-4}
15037 \end_layout
15038
15039 \end_inset
15040
15041 Detektordicke in µm
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 <cell alignment="center" valignment="top" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Plain Layout
15050 300
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 <cell alignment="center" valignment="top" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059 300
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 <cell alignment="center" valignment="top" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Plain Layout
15068 700
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 </row>
15074 <row>
15075 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Plain Layout
15079 Kantenwinkel in °
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 <cell alignment="center" valignment="top" topline="true" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088 3.55
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 <cell alignment="center" valignment="top" topline="true" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Plain Layout
15097 2.71
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 <cell alignment="center" valignment="top" topline="true" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Plain Layout
15106 7.99
15107 \end_layout
15108
15109 \end_inset
15110 </cell>
15111 </row>
15112 <row topspace="default">
15113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15114 \begin_inset Text
15115
15116 \begin_layout Plain Layout
15117 räumliche Auf\SpecialChar ligaturebreak
15118 lösung in µm
15119 \end_layout
15120
15121 \end_inset
15122 </cell>
15123 <cell alignment="center" valignment="top" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Plain Layout
15127 4.26
15128 \end_layout
15129
15130 \end_inset
15131 </cell>
15132 <cell alignment="center" valignment="top" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Plain Layout
15136 10.17
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 <cell alignment="center" valignment="top" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145 10.56
15146 \end_layout
15147
15148 \end_inset
15149 </cell>
15150 </row>
15151 <row topspace="default">
15152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Plain Layout
15156 MTF bei 
15157 \begin_inset Formula $f_{\mathrm{max}}$
15158 \end_inset
15159
15160
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 <cell alignment="center" valignment="top" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169 0.53
15170 \end_layout
15171
15172 \end_inset
15173 </cell>
15174 <cell alignment="center" valignment="top" usebox="none">
15175 \begin_inset Text
15176
15177 \begin_layout Plain Layout
15178 0.37
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 <cell alignment="center" valignment="top" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Plain Layout
15187 0.39
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 </row>
15193 <row topspace="default">
15194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15195 \begin_inset Text
15196
15197 \begin_layout Plain Layout
15198 \begin_inset ERT
15199 status collapsed
15200
15201 \begin_layout Plain Layout
15202
15203
15204 \backslash
15205 cmidrule[2pt](l{10pt}){1-1}
15206 \end_layout
15207
15208 \end_inset
15209
15210 LSF räumliche Auf\SpecialChar ligaturebreak
15211 lösung
15212 \end_layout
15213
15214 \end_inset
15215 </cell>
15216 <cell alignment="center" valignment="top" usebox="none">
15217 \begin_inset Text
15218
15219 \begin_layout Plain Layout
15220
15221 \end_layout
15222
15223 \end_inset
15224 </cell>
15225 <cell alignment="center" valignment="top" usebox="none">
15226 \begin_inset Text
15227
15228 \begin_layout Plain Layout
15229
15230 \end_layout
15231
15232 \end_inset
15233 </cell>
15234 <cell alignment="center" valignment="top" usebox="none">
15235 \begin_inset Text
15236
15237 \begin_layout Plain Layout
15238
15239 \end_layout
15240
15241 \end_inset
15242 </cell>
15243 </row>
15244 <row>
15245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15246 \begin_inset Text
15247
15248 \begin_layout Plain Layout
15249 in µm
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 <cell alignment="center" valignment="top" usebox="none">
15255 \begin_inset Text
15256
15257 \begin_layout Plain Layout
15258 129.7
15259 \end_layout
15260
15261 \end_inset
15262 </cell>
15263 <cell alignment="center" valignment="top" usebox="none">
15264 \begin_inset Text
15265
15266 \begin_layout Plain Layout
15267 52.75
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 <cell alignment="center" valignment="top" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Plain Layout
15276 50.78
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 </row>
15282 <row>
15283 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15284 \begin_inset Text
15285
15286 \begin_layout Plain Layout
15287 in % der Pixelgröße
15288 \end_layout
15289
15290 \end_inset
15291 </cell>
15292 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15293 \begin_inset Text
15294
15295 \begin_layout Plain Layout
15296 76.3
15297 \end_layout
15298
15299 \end_inset
15300 </cell>
15301 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15302 \begin_inset Text
15303
15304 \begin_layout Plain Layout
15305 95.9
15306 \end_layout
15307
15308 \end_inset
15309 </cell>
15310 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Plain Layout
15314 92.3
15315 \end_layout
15316
15317 \end_inset
15318 </cell>
15319 </row>
15320 </lyxtabular>
15321
15322 \end_inset
15323
15324
15325 \end_layout
15326
15327 \end_inset
15328
15329
15330 \end_layout
15331
15332 \begin_layout Standard
15333 Abstände zu Tabellenzeilen können auf der Karteikarte 
15334 \family sans
15335 Rahmen
15336 \family default
15337  des 
15338 \family sans
15339 Tabellen-Ein\SpecialChar softhyphen
15340 stel\SpecialChar softhyphen
15341 lun\SpecialChar softhyphen
15342 gen
15343 \family default
15344 -Dialogs hinzugefügt werden, wie in Abschnitt
15345 \begin_inset space ~
15346 \end_inset
15347
15348
15349 \begin_inset CommandInset ref
15350 LatexCommand ref
15351 reference "uab:Zeilenabstand"
15352
15353 \end_inset
15354
15355  beschrieben.
15356 \end_layout
15357
15358 \begin_layout Standard
15359 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15360  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15361  gedruckt aber anders aus.
15362  Die erste und letzte Linie ist 0.08
15363 \begin_inset space \thinspace{}
15364 \end_inset
15365
15366 em dick, während die anderen 0.05
15367 \begin_inset space \thinspace{}
15368 \end_inset
15369
15370 em dick sind.
15371 \end_layout
15372
15373 \begin_layout Standard
15374 Die Standarddicken können im \SpecialChar LaTeX
15375 -Vorspann geändert werden:
15376 \end_layout
15377
15378 \begin_layout Standard
15379
15380 \series bold
15381
15382 \backslash
15383 let
15384 \backslash
15385 mytoprule
15386 \backslash
15387 toprule
15388 \begin_inset Newline newline
15389 \end_inset
15390
15391
15392 \backslash
15393 renewcommand{
15394 \backslash
15395 toprule}{
15396 \backslash
15397 mytoprule[Breite]}
15398 \end_layout
15399
15400 \begin_layout Standard
15401 Dies Beispiel gilt für die oberste Linie, genannt 
15402 \series bold
15403 toprule
15404 \series default
15405 .
15406  Für die letzte müssen Sie 
15407 \series bold
15408 toprule
15409 \series default
15410  durch 
15411 \series bold
15412 bottomrule
15413 \series default
15414  ersetzen.
15415  Die Linien dazwischen heißen 
15416 \series bold
15417 midrule
15418 \series default
15419 .
15420  Für 
15421 \family sans
15422 Breite
15423 \family default
15424  können Sie alle Einheiten benutzen, die in Anhang
15425 \begin_inset space ~
15426 \end_inset
15427
15428
15429 \begin_inset CommandInset ref
15430 LatexCommand ref
15431 reference "kap:In-LyX-verfügbare"
15432
15433 \end_inset
15434
15435  aufgelistet sind.
15436 \end_layout
15437
15438 \begin_layout Standard
15439 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
15440  eine Linie unter einer Mehrfachspalte.
15441  \SpecialChar LyX
15442  wird intern den Befehl 
15443 \series bold
15444
15445 \backslash
15446 cmidrule
15447 \series default
15448  benutzen, um diese Linie zu drucken.
15449  Der ganze Befehl sieht so aus:
15450 \end_layout
15451
15452 \begin_layout Standard
15453
15454 \series bold
15455
15456 \backslash
15457 cmidrule[Höhe](trim){Anfangsspalte-Endspalte}
15458 \end_layout
15459
15460 \begin_layout Standard
15461 Die 
15462 \series bold
15463
15464 \backslash
15465 cmidrule
15466 \series default
15467 -Optionen werden (noch) nicht von \SpecialChar LyX
15468  unterstützt, also müssen Sie \SpecialChar TeX
15469 -Code benutzen.
15470  
15471 \series bold
15472
15473 \backslash
15474 cmidrule
15475 \series default
15476  kann man benutzen, indem man den Befehl als \SpecialChar TeX
15477 -Code als erstes in die erste
15478  Zelle einer Zeile einfügt.
15479  Die Linie wird dann über der Zeile gedruckt.
15480 \end_layout
15481
15482 \begin_layout Standard
15483 Der Standardwert der optionalen 
15484 \series bold
15485 Höhe
15486 \series default
15487  ist 0.03
15488 \begin_inset space \thinspace{}
15489 \end_inset
15490
15491 em.
15492  Die Linie reicht von 
15493 \series bold
15494 Anfangsspalte
15495 \series default
15496  bis 
15497 \series bold
15498 Endspalte
15499 \series default
15500 .
15501  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15502  Die 
15503 \series bold
15504 Endspalte
15505 \series default
15506  muss immer angegeben werden, auch wenn die Linie nur über eine Spalte geht.
15507  Der optionale Parameter 
15508 \series bold
15509 trim
15510 \series default
15511  kann die Werte 
15512 \emph on
15513 r
15514 \emph default
15515
15516 \emph on
15517 r{Breite}
15518 \emph default
15519
15520 \emph on
15521 l
15522 \family typewriter
15523 \emph default
15524  
15525 \family default
15526 oder 
15527 \emph on
15528 l{Breite}
15529 \emph default
15530  annehmen, wobei die 
15531 \emph on
15532 Breite
15533 \emph default
15534  optional ist.
15535  
15536 \emph on
15537 l{2pt}
15538 \emph default
15539  zum Beispiel bedeutet, dass die Linie links um 2
15540 \begin_inset space \thinspace{}
15541 \end_inset
15542
15543 pt gekürzt wird.
15544  Ohne Breitenangabe wird die Linie um 0.5
15545 \begin_inset space \thinspace{}
15546 \end_inset
15547
15548 em gekürzt.
15549 \end_layout
15550
15551 \begin_layout Standard
15552 \begin_inset VSpace bigskip
15553 \end_inset
15554
15555 In Tabelle
15556 \begin_inset space ~
15557 \end_inset
15558
15559
15560 \begin_inset CommandInset ref
15561 LatexCommand ref
15562 reference "tab:Formale-Tabelle"
15563
15564 \end_inset
15565
15566  wurden die Befehle
15567 \end_layout
15568
15569 \begin_layout Standard
15570
15571 \series bold
15572
15573 \backslash
15574 cmidrule(r){2-2}
15575 \backslash
15576 cmidrule(l){3-4}
15577 \end_layout
15578
15579 \begin_layout Standard
15580 am Anfang der zweiten Zeile und
15581 \end_layout
15582
15583 \begin_layout Standard
15584
15585 \series bold
15586
15587 \backslash
15588 cmidrule[2pt](l{10pt}){1-1}
15589 \end_layout
15590
15591 \begin_layout Standard
15592 in der sechsten benutzt.
15593 \end_layout
15594
15595 \begin_layout Standard
15596 \begin_inset VSpace bigskip
15597 \end_inset
15598
15599
15600 \end_layout
15601
15602 \begin_layout Standard
15603 Sie können mit 
15604 \series bold
15605
15606 \backslash
15607 cmidrule
15608 \series default
15609  auch überlappende Linien wie in Tabelle
15610 \begin_inset space ~
15611 \end_inset
15612
15613
15614 \begin_inset CommandInset ref
15615 LatexCommand ref
15616 reference "tab:Special-booktabs-table"
15617
15618 \end_inset
15619
15620  definieren.
15621  Der Befehl ist:
15622 \end_layout
15623
15624 \begin_layout Standard
15625
15626 \series bold
15627
15628 \backslash
15629 morecmidrules
15630 \end_layout
15631
15632 \begin_layout Standard
15633 In Zeile zwei der Tabelle
15634 \begin_inset space ~
15635 \end_inset
15636
15637
15638 \begin_inset CommandInset ref
15639 LatexCommand ref
15640 reference "tab:Special-booktabs-table"
15641
15642 \end_inset
15643
15644  wurde folgender Befehl benutzt:
15645 \end_layout
15646
15647 \begin_layout Standard
15648
15649 \series bold
15650
15651 \backslash
15652 cmidrule(r){2-2}
15653 \backslash
15654 cmidrule(l){3-4}
15655 \backslash
15656 morecmidrules
15657 \begin_inset Newline newline
15658 \end_inset
15659
15660
15661 \backslash
15662 cmidrule{2-4}
15663 \end_layout
15664
15665 \begin_layout Standard
15666 und in Zeile sechs:
15667 \end_layout
15668
15669 \begin_layout Standard
15670
15671 \series bold
15672
15673 \backslash
15674 midrule
15675 \backslash
15676 morecmidrules
15677 \backslash
15678 cmidrule{3-4}
15679 \end_layout
15680
15681 \begin_layout Standard
15682 \begin_inset VSpace bigskip
15683 \end_inset
15684
15685
15686 \end_layout
15687
15688 \begin_layout Standard
15689 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15690  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15691 \end_layout
15692
15693 \begin_layout Standard
15694
15695 \series bold
15696
15697 \backslash
15698 specialrule{Dicke}{Abstand davor}{Abstand danach}
15699 \end_layout
15700
15701 \begin_layout Standard
15702 Weitere Informationen finden Sie im Handbuch des \SpecialChar LaTeX
15703 -Pakets 
15704 \series bold
15705 booktabs
15706 \series default
15707  
15708 \begin_inset CommandInset citation
15709 LatexCommand cite
15710 key "booktabs"
15711
15712 \end_inset
15713
15714 .
15715 \begin_inset Index idx
15716 status collapsed
15717
15718 \begin_layout Plain Layout
15719 \SpecialChar LaTeX
15720 -Pakete ! booktabs
15721 \end_layout
15722
15723 \end_inset
15724
15725
15726 \end_layout
15727
15728 \begin_layout Standard
15729 \begin_inset Float table
15730 placement h
15731 wide false
15732 sideways false
15733 status open
15734
15735 \begin_layout Plain Layout
15736 \begin_inset Caption Standard
15737
15738 \begin_layout Plain Layout
15739 \begin_inset CommandInset label
15740 LatexCommand label
15741 name "tab:Special-booktabs-table"
15742
15743 \end_inset
15744
15745 Eine spezielle formale Tabelle
15746 \end_layout
15747
15748 \end_inset
15749
15750
15751 \end_layout
15752
15753 \begin_layout Plain Layout
15754 \align center
15755 \begin_inset Tabular
15756 <lyxtabular version="3" rows="8" columns="4">
15757 <features booktabs="true" tabularvalignment="middle">
15758 <column alignment="center" valignment="top">
15759 <column alignment="center" valignment="top">
15760 <column alignment="right" valignment="top">
15761 <column alignment="right" valignment="top">
15762 <row>
15763 <cell alignment="center" valignment="top" topline="true" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Plain Layout
15767 System
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 <cell alignment="center" valignment="top" topline="true" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776 Chip
15777 \begin_inset space \thinspace{}
15778 \end_inset
15779
15780 1
15781 \end_layout
15782
15783 \end_inset
15784 </cell>
15785 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15786 \begin_inset Text
15787
15788 \begin_layout Plain Layout
15789 Chip
15790 \begin_inset space \thinspace{}
15791 \end_inset
15792
15793 2
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 </row>
15808 <row>
15809 <cell alignment="center" valignment="top" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813 \begin_inset ERT
15814 status collapsed
15815
15816 \begin_layout Plain Layout
15817
15818
15819 \backslash
15820 cmidrule(r){2-2}
15821 \end_layout
15822
15823 \end_inset
15824
15825
15826 \begin_inset ERT
15827 status collapsed
15828
15829 \begin_layout Plain Layout
15830
15831
15832 \backslash
15833 cmidrule(l){3-4}
15834 \end_layout
15835
15836 \end_inset
15837
15838
15839 \begin_inset ERT
15840 status collapsed
15841
15842 \begin_layout Plain Layout
15843
15844
15845 \backslash
15846 morecmidrules 
15847 \end_layout
15848
15849 \end_inset
15850
15851
15852 \begin_inset ERT
15853 status collapsed
15854
15855 \begin_layout Plain Layout
15856
15857
15858 \backslash
15859 cmidrule{2-4}
15860 \end_layout
15861
15862 \end_inset
15863
15864 Detektordicke in µm
15865 \end_layout
15866
15867 \end_inset
15868 </cell>
15869 <cell alignment="center" valignment="top" usebox="none">
15870 \begin_inset Text
15871
15872 \begin_layout Plain Layout
15873 300
15874 \end_layout
15875
15876 \end_inset
15877 </cell>
15878 <cell alignment="center" valignment="top" usebox="none">
15879 \begin_inset Text
15880
15881 \begin_layout Plain Layout
15882 300
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 <cell alignment="center" valignment="top" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891 700
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 </row>
15897 <row>
15898 <cell alignment="center" valignment="top" topline="true" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902 Kantenwinkel in °
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 <cell alignment="center" valignment="top" topline="true" usebox="none">
15908 \begin_inset Text
15909
15910 \begin_layout Plain Layout
15911 3,55
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 <cell alignment="center" valignment="top" topline="true" usebox="none">
15917 \begin_inset Text
15918
15919 \begin_layout Plain Layout
15920 2,71
15921 \end_layout
15922
15923 \end_inset
15924 </cell>
15925 <cell alignment="center" valignment="top" topline="true" usebox="none">
15926 \begin_inset Text
15927
15928 \begin_layout Plain Layout
15929 7,99
15930 \end_layout
15931
15932 \end_inset
15933 </cell>
15934 </row>
15935 <row topspace="default">
15936 <cell alignment="center" valignment="top" usebox="none">
15937 \begin_inset Text
15938
15939 \begin_layout Plain Layout
15940 räumliche Auf\SpecialChar ligaturebreak
15941 lösung in µm
15942 \end_layout
15943
15944 \end_inset
15945 </cell>
15946 <cell alignment="center" valignment="top" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950 4,26
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 <cell alignment="center" valignment="top" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959 10,17
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 <cell alignment="center" valignment="top" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968 10,56
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 </row>
15974 <row topspace="default">
15975 <cell alignment="center" valignment="top" usebox="none">
15976 \begin_inset Text
15977
15978 \begin_layout Plain Layout
15979 MTF bei 
15980 \begin_inset Formula $f_{\mathrm{max}}$
15981 \end_inset
15982
15983
15984 \end_layout
15985
15986 \end_inset
15987 </cell>
15988 <cell alignment="center" valignment="top" usebox="none">
15989 \begin_inset Text
15990
15991 \begin_layout Plain Layout
15992 0,53
15993 \end_layout
15994
15995 \end_inset
15996 </cell>
15997 <cell alignment="center" valignment="top" usebox="none">
15998 \begin_inset Text
15999
16000 \begin_layout Plain Layout
16001 0,37
16002 \end_layout
16003
16004 \end_inset
16005 </cell>
16006 <cell alignment="center" valignment="top" usebox="none">
16007 \begin_inset Text
16008
16009 \begin_layout Plain Layout
16010 0,39
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 </row>
16016 <row>
16017 <cell alignment="center" valignment="top" topline="true" usebox="none">
16018 \begin_inset Text
16019
16020 \begin_layout Plain Layout
16021 \begin_inset ERT
16022 status collapsed
16023
16024 \begin_layout Plain Layout
16025
16026
16027 \backslash
16028 morecmidrules 
16029 \end_layout
16030
16031 \end_inset
16032
16033
16034 \begin_inset ERT
16035 status collapsed
16036
16037 \begin_layout Plain Layout
16038
16039
16040 \backslash
16041 cmidrule{3-4}
16042 \end_layout
16043
16044 \end_inset
16045
16046 LSF-räumliche Auf\SpecialChar ligaturebreak
16047 lösung
16048 \end_layout
16049
16050 \end_inset
16051 </cell>
16052 <cell alignment="center" valignment="top" topline="true" usebox="none">
16053 \begin_inset Text
16054
16055 \begin_layout Plain Layout
16056
16057 \end_layout
16058
16059 \end_inset
16060 </cell>
16061 <cell alignment="center" valignment="top" topline="true" usebox="none">
16062 \begin_inset Text
16063
16064 \begin_layout Plain Layout
16065
16066 \end_layout
16067
16068 \end_inset
16069 </cell>
16070 <cell alignment="center" valignment="top" topline="true" usebox="none">
16071 \begin_inset Text
16072
16073 \begin_layout Plain Layout
16074
16075 \end_layout
16076
16077 \end_inset
16078 </cell>
16079 </row>
16080 <row>
16081 <cell alignment="center" valignment="top" usebox="none">
16082 \begin_inset Text
16083
16084 \begin_layout Plain Layout
16085 in µm
16086 \end_layout
16087
16088 \end_inset
16089 </cell>
16090 <cell alignment="center" valignment="top" usebox="none">
16091 \begin_inset Text
16092
16093 \begin_layout Plain Layout
16094 129,7
16095 \end_layout
16096
16097 \end_inset
16098 </cell>
16099 <cell alignment="center" valignment="top" usebox="none">
16100 \begin_inset Text
16101
16102 \begin_layout Plain Layout
16103 52,75
16104 \end_layout
16105
16106 \end_inset
16107 </cell>
16108 <cell alignment="center" valignment="top" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Plain Layout
16112 50,78
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 </row>
16118 <row>
16119 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16120 \begin_inset Text
16121
16122 \begin_layout Plain Layout
16123 in % der Pixelgröße
16124 \end_layout
16125
16126 \end_inset
16127 </cell>
16128 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16129 \begin_inset Text
16130
16131 \begin_layout Plain Layout
16132 76,3
16133 \end_layout
16134
16135 \end_inset
16136 </cell>
16137 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16138 \begin_inset Text
16139
16140 \begin_layout Plain Layout
16141 95,9
16142 \end_layout
16143
16144 \end_inset
16145 </cell>
16146 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16147 \begin_inset Text
16148
16149 \begin_layout Plain Layout
16150 92,3
16151 \end_layout
16152
16153 \end_inset
16154 </cell>
16155 </row>
16156 </lyxtabular>
16157
16158 \end_inset
16159
16160
16161 \end_layout
16162
16163 \end_inset
16164
16165
16166 \end_layout
16167
16168 \begin_layout Section
16169 Vertikale Tabellen-Ausrichtung
16170 \begin_inset Index idx
16171 status collapsed
16172
16173 \begin_layout Plain Layout
16174 Tabellen ! Ausrichtung
16175 \end_layout
16176
16177 \end_inset
16178
16179
16180 \end_layout
16181
16182 \begin_layout Standard
16183 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16184  einer Box sein.
16185  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16186 \begin_inset space ~
16187 \end_inset
16188
16189
16190 \begin_inset CommandInset ref
16191 LatexCommand ref
16192 reference "abs:Box-Dialog"
16193
16194 \end_inset
16195
16196  beschrieben.
16197 \end_layout
16198
16199 \begin_layout Standard
16200 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16201 \begin_inset Foot
16202 status collapsed
16203
16204 \begin_layout Plain Layout
16205 Minipages werden in Abschnitt
16206 \begin_inset space ~
16207 \end_inset
16208
16209
16210 \begin_inset CommandInset ref
16211 LatexCommand ref
16212 reference "abs:Minipage"
16213
16214 \end_inset
16215
16216  beschrieben.
16217 \end_layout
16218
16219 \end_inset
16220
16221  mit 15
16222 \begin_inset space \thinspace{}
16223 \end_inset
16224
16225 col%-Breite:
16226 \end_layout
16227
16228 \begin_layout Itemize
16229 Test 
16230 \begin_inset Box Frameless
16231 position "t"
16232 hor_pos "c"
16233 has_inner_box 1
16234 inner_pos "c"
16235 use_parbox 0
16236 use_makebox 0
16237 width "15col%"
16238 special "none"
16239 height "1in"
16240 height_special "totalheight"
16241 thickness "0.4pt"
16242 separation "3pt"
16243 shadowsize "4pt"
16244 framecolor "black"
16245 backgroundcolor "none"
16246 status collapsed
16247
16248 \begin_layout Plain Layout
16249 \begin_inset Tabular
16250 <lyxtabular version="3" rows="3" columns="3">
16251 <features tabularvalignment="middle">
16252 <column alignment="center" valignment="top">
16253 <column alignment="center" valignment="top">
16254 <column alignment="center" valignment="top">
16255 <row>
16256 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16257 \begin_inset Text
16258
16259 \begin_layout Plain Layout
16260 Tabelle 1
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16266 \begin_inset Text
16267
16268 \begin_layout Plain Layout
16269
16270 \end_layout
16271
16272 \end_inset
16273 </cell>
16274 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16275 \begin_inset Text
16276
16277 \begin_layout Plain Layout
16278
16279 \end_layout
16280
16281 \end_inset
16282 </cell>
16283 </row>
16284 <row>
16285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16286 \begin_inset Text
16287
16288 \begin_layout Plain Layout
16289 b
16290 \end_layout
16291
16292 \end_inset
16293 </cell>
16294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Plain Layout
16298 e
16299 \end_layout
16300
16301 \end_inset
16302 </cell>
16303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16304 \begin_inset Text
16305
16306 \begin_layout Plain Layout
16307 h
16308 \end_layout
16309
16310 \end_inset
16311 </cell>
16312 </row>
16313 <row>
16314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16315 \begin_inset Text
16316
16317 \begin_layout Plain Layout
16318 c
16319 \end_layout
16320
16321 \end_inset
16322 </cell>
16323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16324 \begin_inset Text
16325
16326 \begin_layout Plain Layout
16327 f
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16333 \begin_inset Text
16334
16335 \begin_layout Plain Layout
16336 i
16337 \end_layout
16338
16339 \end_inset
16340 </cell>
16341 </row>
16342 </lyxtabular>
16343
16344 \end_inset
16345
16346
16347 \end_layout
16348
16349 \end_inset
16350
16351  Test 
16352 \begin_inset ERT
16353 status collapsed
16354
16355 \begin_layout Plain Layout
16356
16357
16358 \backslash
16359 raisebox{0.85
16360 \backslash
16361 baselineskip}{
16362 \end_layout
16363
16364 \end_inset
16365
16366
16367 \begin_inset Box Frameless
16368 position "t"
16369 hor_pos "c"
16370 has_inner_box 1
16371 inner_pos "c"
16372 use_parbox 0
16373 use_makebox 0
16374 width "15col%"
16375 special "none"
16376 height "1in"
16377 height_special "totalheight"
16378 thickness "0.4pt"
16379 separation "3pt"
16380 shadowsize "4pt"
16381 framecolor "black"
16382 backgroundcolor "none"
16383 status collapsed
16384
16385 \begin_layout Plain Layout
16386 \begin_inset Tabular
16387 <lyxtabular version="3" rows="3" columns="3">
16388 <features tabularvalignment="middle">
16389 <column alignment="center" valignment="top">
16390 <column alignment="center" valignment="top">
16391 <column alignment="center" valignment="top">
16392 <row>
16393 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16394 \begin_inset Text
16395
16396 \begin_layout Plain Layout
16397 Tabelle 2
16398 \end_layout
16399
16400 \end_inset
16401 </cell>
16402 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Plain Layout
16406
16407 \end_layout
16408
16409 \end_inset
16410 </cell>
16411 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 </row>
16421 <row>
16422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16423 \begin_inset Text
16424
16425 \begin_layout Plain Layout
16426 b
16427 \end_layout
16428
16429 \end_inset
16430 </cell>
16431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16432 \begin_inset Text
16433
16434 \begin_layout Plain Layout
16435 e
16436 \end_layout
16437
16438 \end_inset
16439 </cell>
16440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444 h
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 </row>
16450 <row>
16451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16452 \begin_inset Text
16453
16454 \begin_layout Plain Layout
16455 c
16456 \end_layout
16457
16458 \end_inset
16459 </cell>
16460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16461 \begin_inset Text
16462
16463 \begin_layout Plain Layout
16464 f
16465 \end_layout
16466
16467 \end_inset
16468 </cell>
16469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16470 \begin_inset Text
16471
16472 \begin_layout Plain Layout
16473 i
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 </row>
16479 </lyxtabular>
16480
16481 \end_inset
16482
16483
16484 \end_layout
16485
16486 \end_inset
16487
16488
16489 \begin_inset ERT
16490 status collapsed
16491
16492 \begin_layout Plain Layout
16493
16494 }
16495 \end_layout
16496
16497 \end_inset
16498
16499
16500 \end_layout
16501
16502 \begin_layout Itemize
16503 Test 
16504 \begin_inset Box Frameless
16505 position "c"
16506 hor_pos "c"
16507 has_inner_box 1
16508 inner_pos "c"
16509 use_parbox 0
16510 use_makebox 0
16511 width "15col%"
16512 special "none"
16513 height "1in"
16514 height_special "totalheight"
16515 thickness "0.4pt"
16516 separation "3pt"
16517 shadowsize "4pt"
16518 framecolor "black"
16519 backgroundcolor "none"
16520 status collapsed
16521
16522 \begin_layout Plain Layout
16523 \begin_inset Tabular
16524 <lyxtabular version="3" rows="3" columns="3">
16525 <features tabularvalignment="middle">
16526 <column alignment="center" valignment="top">
16527 <column alignment="center" valignment="top">
16528 <column alignment="center" valignment="top">
16529 <row>
16530 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Plain Layout
16534 Tabelle 3
16535 \end_layout
16536
16537 \end_inset
16538 </cell>
16539 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16540 \begin_inset Text
16541
16542 \begin_layout Plain Layout
16543
16544 \end_layout
16545
16546 \end_inset
16547 </cell>
16548 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552
16553 \end_layout
16554
16555 \end_inset
16556 </cell>
16557 </row>
16558 <row>
16559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16560 \begin_inset Text
16561
16562 \begin_layout Plain Layout
16563 b
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572 e
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16578 \begin_inset Text
16579
16580 \begin_layout Plain Layout
16581 h
16582 \end_layout
16583
16584 \end_inset
16585 </cell>
16586 </row>
16587 <row>
16588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16589 \begin_inset Text
16590
16591 \begin_layout Plain Layout
16592 c
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Plain Layout
16601 f
16602 \end_layout
16603
16604 \end_inset
16605 </cell>
16606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610 i
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 </row>
16616 </lyxtabular>
16617
16618 \end_inset
16619
16620
16621 \end_layout
16622
16623 \end_inset
16624
16625
16626 \end_layout
16627
16628 \begin_layout Itemize
16629 Test 
16630 \begin_inset Box Frameless
16631 position "b"
16632 hor_pos "c"
16633 has_inner_box 1
16634 inner_pos "c"
16635 use_parbox 0
16636 use_makebox 0
16637 width "15col%"
16638 special "none"
16639 height "1in"
16640 height_special "totalheight"
16641 thickness "0.4pt"
16642 separation "3pt"
16643 shadowsize "4pt"
16644 framecolor "black"
16645 backgroundcolor "none"
16646 status collapsed
16647
16648 \begin_layout Plain Layout
16649 \begin_inset Tabular
16650 <lyxtabular version="3" rows="3" columns="3">
16651 <features tabularvalignment="middle">
16652 <column alignment="center" valignment="top">
16653 <column alignment="center" valignment="top">
16654 <column alignment="center" valignment="top">
16655 <row>
16656 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Plain Layout
16660 Tabelle 4
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16675 \begin_inset Text
16676
16677 \begin_layout Plain Layout
16678
16679 \end_layout
16680
16681 \end_inset
16682 </cell>
16683 </row>
16684 <row>
16685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16686 \begin_inset Text
16687
16688 \begin_layout Plain Layout
16689 b
16690 \end_layout
16691
16692 \end_inset
16693 </cell>
16694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16695 \begin_inset Text
16696
16697 \begin_layout Plain Layout
16698 e
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16704 \begin_inset Text
16705
16706 \begin_layout Plain Layout
16707 h
16708 \end_layout
16709
16710 \end_inset
16711 </cell>
16712 </row>
16713 <row>
16714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Plain Layout
16718 c
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16724 \begin_inset Text
16725
16726 \begin_layout Plain Layout
16727 f
16728 \end_layout
16729
16730 \end_inset
16731 </cell>
16732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16733 \begin_inset Text
16734
16735 \begin_layout Plain Layout
16736 i
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 </row>
16742 </lyxtabular>
16743
16744 \end_inset
16745
16746
16747 \end_layout
16748
16749 \end_inset
16750
16751 Test 
16752 \begin_inset ERT
16753 status collapsed
16754
16755 \begin_layout Plain Layout
16756
16757
16758 \backslash
16759 raisebox{-0.32
16760 \backslash
16761 baselineskip}{
16762 \end_layout
16763
16764 \end_inset
16765
16766
16767 \begin_inset Box Frameless
16768 position "b"
16769 hor_pos "c"
16770 has_inner_box 1
16771 inner_pos "c"
16772 use_parbox 0
16773 use_makebox 0
16774 width "15col%"
16775 special "none"
16776 height "1in"
16777 height_special "totalheight"
16778 thickness "0.4pt"
16779 separation "3pt"
16780 shadowsize "4pt"
16781 framecolor "black"
16782 backgroundcolor "none"
16783 status collapsed
16784
16785 \begin_layout Plain Layout
16786 \begin_inset Tabular
16787 <lyxtabular version="3" rows="3" columns="3">
16788 <features tabularvalignment="middle">
16789 <column alignment="center" valignment="top">
16790 <column alignment="center" valignment="top">
16791 <column alignment="center" valignment="top">
16792 <row>
16793 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Plain Layout
16797 Tabelle 5
16798 \end_layout
16799
16800 \end_inset
16801 </cell>
16802 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16803 \begin_inset Text
16804
16805 \begin_layout Plain Layout
16806
16807 \end_layout
16808
16809 \end_inset
16810 </cell>
16811 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16812 \begin_inset Text
16813
16814 \begin_layout Plain Layout
16815
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 </row>
16821 <row>
16822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16823 \begin_inset Text
16824
16825 \begin_layout Plain Layout
16826 b
16827 \end_layout
16828
16829 \end_inset
16830 </cell>
16831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16832 \begin_inset Text
16833
16834 \begin_layout Plain Layout
16835 e
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Plain Layout
16844 h
16845 \end_layout
16846
16847 \end_inset
16848 </cell>
16849 </row>
16850 <row>
16851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16852 \begin_inset Text
16853
16854 \begin_layout Plain Layout
16855 c
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864 f
16865 \end_layout
16866
16867 \end_inset
16868 </cell>
16869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16870 \begin_inset Text
16871
16872 \begin_layout Plain Layout
16873 i
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 </row>
16879 </lyxtabular>
16880
16881 \end_inset
16882
16883
16884 \end_layout
16885
16886 \end_inset
16887
16888
16889 \begin_inset ERT
16890 status collapsed
16891
16892 \begin_layout Plain Layout
16893
16894 }
16895 \end_layout
16896
16897 \end_inset
16898
16899
16900 \end_layout
16901
16902 \begin_layout Standard
16903 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16904 \begin_inset space \space{}
16905 \end_inset
16906
16907 1 und letzten Zeile von Tabelle
16908 \begin_inset space \space{}
16909 \end_inset
16910
16911 4 bezüglich dem Wort 
16912 \begin_inset Quotes gld
16913 \end_inset
16914
16915 Test
16916 \begin_inset Quotes grd
16917 \end_inset
16918
16919  nicht richtig ausgerichtet.
16920  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16921 \begin_inset Quotes gld
16922 \end_inset
16923
16924 Raisebox
16925 \begin_inset Quotes grd
16926 \end_inset
16927
16928
16929 \begin_inset Foot
16930 status collapsed
16931
16932 \begin_layout Plain Layout
16933 Raiseboxen werden in Abschnitt
16934 \begin_inset space ~
16935 \end_inset
16936
16937
16938 \begin_inset CommandInset ref
16939 LatexCommand ref
16940 reference "uab:Vertikale-Ausrichtung"
16941
16942 \end_inset
16943
16944  beschrieben.
16945 \end_layout
16946
16947 \end_inset
16948
16949  setzen.
16950  In Tabelle
16951 \begin_inset space \space{}
16952 \end_inset
16953
16954 2 wurde der Text mit dem Befehl
16955 \end_layout
16956
16957 \begin_layout Standard
16958
16959 \series bold
16960
16961 \backslash
16962 raisebox{0.85
16963 \backslash
16964 baselineskip}{
16965 \end_layout
16966
16967 \begin_layout Standard
16968 vor der Box ausgerichtet.
16969  Hinter der Box wurde auch noch 
16970 \series bold
16971 }
16972 \series default
16973  als \SpecialChar TeX
16974 -Code eingefügt, weil der obige Befehl mit 
16975 \series bold
16976 {
16977 \series default
16978  aufhörte.
16979  Für Tabelle
16980 \begin_inset space \space{}
16981 \end_inset
16982
16983 5 wurde der Befehl
16984 \end_layout
16985
16986 \begin_layout Standard
16987
16988 \series bold
16989
16990 \backslash
16991 raisebox{-0.32
16992 \backslash
16993 baselineskip}{
16994 \end_layout
16995
16996 \begin_layout Standard
16997 benutzt.
16998 \end_layout
16999
17000 \begin_layout Standard
17001 \begin_inset Note Greyedout
17002 status open
17003
17004 \begin_layout Plain Layout
17005
17006 \series bold
17007 Bemerkung:
17008 \series default
17009  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
17010  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
17011  Der Faktor im 
17012 \series bold
17013
17014 \backslash
17015 raisebox
17016 \series default
17017 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
17018 \end_layout
17019
17020 \end_inset
17021
17022
17023 \end_layout
17024
17025 \begin_layout Section
17026 Farbige Tabellen
17027 \begin_inset CommandInset label
17028 LatexCommand label
17029 name "abs:Farbige-Tabellen"
17030
17031 \end_inset
17032
17033
17034 \begin_inset Index idx
17035 status collapsed
17036
17037 \begin_layout Plain Layout
17038 Tabellen ! farbige
17039 \end_layout
17040
17041 \end_inset
17042
17043
17044 \end_layout
17045
17046 \begin_layout Subsection
17047 Farbige Zellen
17048 \begin_inset Index idx
17049 status collapsed
17050
17051 \begin_layout Plain Layout
17052 farbige !  Tabellenzellen
17053 \end_layout
17054
17055 \end_inset
17056
17057
17058 \end_layout
17059
17060 \begin_layout Standard
17061 \begin_inset Float table
17062 placement h
17063 wide false
17064 sideways false
17065 status open
17066
17067 \begin_layout Plain Layout
17068 \begin_inset Caption Standard
17069
17070 \begin_layout Plain Layout
17071 \begin_inset CommandInset label
17072 LatexCommand label
17073 name "tab:Farbige-Tabelle-ohne"
17074
17075 \end_inset
17076
17077 Farbige Tabelle, ohne Paket 
17078 \series bold
17079 colortbl
17080 \series default
17081
17082 \begin_inset Argument 1
17083 status collapsed
17084
17085 \begin_layout Plain Layout
17086 Tabelle ohne 
17087 \family typewriter
17088 colortbl
17089 \end_layout
17090
17091 \end_inset
17092
17093
17094 \end_layout
17095
17096 \end_inset
17097
17098
17099 \end_layout
17100
17101 \begin_layout Plain Layout
17102 \align center
17103 \begin_inset Tabular
17104 <lyxtabular version="3" rows="3" columns="3">
17105 <features tabularvalignment="middle">
17106 <column alignment="center" valignment="top">
17107 <column alignment="center" valignment="top">
17108 <column alignment="center" valignment="top">
17109 <row>
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 green
17116 a
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17122 \begin_inset Text
17123
17124 \begin_layout Plain Layout
17125
17126 \color red
17127 b
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17133 \begin_inset Text
17134
17135 \begin_layout Plain Layout
17136
17137 \color red
17138 c
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 </row>
17144 <row>
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 green
17151 d
17152 \end_layout
17153
17154 \end_inset
17155 </cell>
17156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160
17161 \color blue
17162 e
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Plain Layout
17171
17172 \color blue
17173 f
17174 \end_layout
17175
17176 \end_inset
17177 </cell>
17178 </row>
17179 <row>
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 green
17186 g
17187 \end_layout
17188
17189 \end_inset
17190 </cell>
17191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195
17196 \color blue
17197 h
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206
17207 \color blue
17208 i
17209 \end_layout
17210
17211 \end_inset
17212 </cell>
17213 </row>
17214 </lyxtabular>
17215
17216 \end_inset
17217
17218
17219 \end_layout
17220
17221 \end_inset
17222
17223
17224 \end_layout
17225
17226 \begin_layout Standard
17227 Wenn Sie nur farbigen Text
17228 \begin_inset Index idx
17229 status collapsed
17230
17231 \begin_layout Plain Layout
17232 Farbe ! für Text
17233 \end_layout
17234
17235 \end_inset
17236
17237  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17238 \family sans
17239 Textstil
17240 \family default
17241 -Dialog (Werkzeugleistenknopf 
17242 \begin_inset Info
17243 type  "icon"
17244 arg   "dialog-show character"
17245 \end_inset
17246
17247 ) wie es in Tabelle
17248 \begin_inset space ~
17249 \end_inset
17250
17251
17252 \begin_inset CommandInset ref
17253 LatexCommand ref
17254 reference "tab:Farbige-Tabelle-ohne"
17255
17256 \end_inset
17257
17258  gemacht wurde.
17259  In anderen Fällen müssen Sie das \SpecialChar LaTeX
17260 -Paket 
17261 \series bold
17262 colortbl
17263 \series default
17264  benutzen.
17265 \begin_inset Index idx
17266 status collapsed
17267
17268 \begin_layout Plain Layout
17269 \SpecialChar LaTeX
17270 -Pakete ! colortbl
17271 \end_layout
17272
17273 \end_inset
17274
17275
17276 \end_layout
17277
17278 \begin_layout Standard
17279 \begin_inset ERT
17280 status collapsed
17281
17282 \begin_layout Plain Layout
17283
17284
17285 \backslash
17286 ifcolortbl
17287 \end_layout
17288
17289 \end_inset
17290
17291
17292 \begin_inset Note Note
17293 status open
17294
17295 \begin_layout Plain Layout
17296 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
17297 -Paket 
17298 \series bold
17299 colortbl
17300 \series default
17301  installiert ist.
17302 \end_layout
17303
17304 \end_inset
17305
17306
17307 \end_layout
17308
17309 \begin_layout Standard
17310 Um farbige Tabellen zu erzeugen, muss 
17311 \series bold
17312 colortbl
17313 \series default
17314  im \SpecialChar LaTeX
17315 -Vorspann geladen werden:
17316 \end_layout
17317
17318 \begin_layout Standard
17319
17320 \series bold
17321
17322 \backslash
17323 usepackage{colortbl}
17324 \end_layout
17325
17326 \begin_layout Standard
17327 Die Farbe einer Spalte ändert man dann mit dem Befehl
17328 \end_layout
17329
17330 \begin_layout Standard
17331
17332 \series bold
17333
17334 \backslash
17335 columncolor{Farbname}
17336 \end_layout
17337
17338 \begin_layout Standard
17339 innerhalb des Befehls 
17340 \series bold
17341 >{}
17342 \series default
17343 .
17344  Mehr über den Befehl 
17345 \series bold
17346 >{}
17347 \series default
17348  finden Sie im Abschnitt
17349 \begin_inset space ~
17350 \end_inset
17351
17352
17353 \begin_inset CommandInset ref
17354 LatexCommand ref
17355 reference "uab:Mehrfachspalten-Berechnungen"
17356
17357 \end_inset
17358
17359 .
17360 \end_layout
17361
17362 \begin_layout Standard
17363 Folgende Farbnamen sind vordefiniert:
17364 \end_layout
17365
17366 \begin_layout Standard
17367
17368 \family sans
17369 red
17370 \family default
17371
17372 \family sans
17373 green
17374 \family default
17375
17376 \family sans
17377 yellow
17378 \family default
17379
17380 \family sans
17381 blue
17382 \family default
17383
17384 \family sans
17385 cyan
17386 \family default
17387
17388 \family sans
17389 magenta
17390 \family default
17391
17392 \family sans
17393 black
17394 \family default
17395  und 
17396 \family sans
17397 white
17398 \begin_inset Newline newline
17399 \end_inset
17400
17401 (
17402 \family default
17403 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17404 \end_layout
17405
17406 \begin_layout Standard
17407 \begin_inset VSpace medskip
17408 \end_inset
17409
17410
17411 \end_layout
17412
17413 \begin_layout Standard
17414 Wenn Sie die Optionen
17415 \end_layout
17416
17417 \begin_layout Standard
17418
17419 \series bold
17420 usenames,dvipsnames
17421 \end_layout
17422
17423 \begin_layout Standard
17424 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17425  können Sie zusätzlich weitere 61
17426 \begin_inset space ~
17427 \end_inset
17428
17429 Farben verwenden.
17430  Diese Farben sind in Anhang
17431 \begin_inset space ~
17432 \end_inset
17433
17434
17435 \begin_inset CommandInset ref
17436 LatexCommand ref
17437 reference "kap:Liste-der-dvips-Farbnamen"
17438
17439 \end_inset
17440
17441  aufgelistet.
17442  Eine dieser Farben, 
17443 \family sans
17444 Maroon
17445 \family default
17446 , wird als Beispiel in Tabelle
17447 \begin_inset space ~
17448 \end_inset
17449
17450
17451 \begin_inset CommandInset ref
17452 LatexCommand ref
17453 reference "tab:Eine-mit-colortbl"
17454
17455 \end_inset
17456
17457  verwendet.
17458 \end_layout
17459
17460 \begin_layout Standard
17461 \begin_inset VSpace medskip
17462 \end_inset
17463
17464
17465 \end_layout
17466
17467 \begin_layout Standard
17468 Sie können auch eigene Farben definieren:
17469 \end_layout
17470
17471 \begin_layout Standard
17472
17473 \series bold
17474
17475 \backslash
17476 definecolor{Farbname}{Farbmodell}{Farbwerte}
17477 \end_layout
17478
17479 \begin_layout Standard
17480 Das Farbmodell kann eins der folgenden sein:
17481 \end_layout
17482
17483 \begin_layout Labeling
17484 \labelwidthstring 00.00.0000
17485 cmyk: cyan, magenta, yellow, black
17486 \end_layout
17487
17488 \begin_layout Labeling
17489 \labelwidthstring 00.00.0000
17490 rgb: red, green blue
17491 \end_layout
17492
17493 \begin_layout Labeling
17494 \labelwidthstring 00.00.0000
17495 gray: gray
17496 \end_layout
17497
17498 \begin_layout Standard
17499 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17500  die die entsprechende Farbe für das Farbmodell beschreiben.
17501 \end_layout
17502
17503 \begin_layout Standard
17504 Im \SpecialChar LaTeX
17505 -Vorspann können Sie zum Beispiel die Farbe 
17506 \emph on
17507
17508 \begin_inset Quotes gld
17509 \end_inset
17510
17511 dunkelgruen
17512 \emph default
17513
17514 \begin_inset Quotes grd
17515 \end_inset
17516
17517  und 
17518 \begin_inset Quotes gld
17519 \end_inset
17520
17521
17522 \emph on
17523 hellgrau
17524 \emph default
17525
17526 \begin_inset Quotes grd
17527 \end_inset
17528
17529  folgendermaßen definieren:
17530 \end_layout
17531
17532 \begin_layout Standard
17533
17534 \series bold
17535
17536 \backslash
17537 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17538 \end_layout
17539
17540 \begin_layout Standard
17541
17542 \series bold
17543
17544 \backslash
17545 definecolor{hellgrau}{gray}{0.8}
17546 \end_layout
17547
17548 \begin_layout Standard
17549 \begin_inset VSpace medskip
17550 \end_inset
17551
17552
17553 \end_layout
17554
17555 \begin_layout Standard
17556 Linien werden mit dem Befehl
17557 \end_layout
17558
17559 \begin_layout Standard
17560
17561 \series bold
17562
17563 \backslash
17564 rowcolor{Farbname}
17565 \end_layout
17566
17567 \begin_layout Standard
17568 gefärbt, Zellen mit dem Befehl
17569 \end_layout
17570
17571 \begin_layout Standard
17572
17573 \series bold
17574
17575 \backslash
17576 cellcolor{Farbname}
17577 \end_layout
17578
17579 \begin_layout Standard
17580 Beide Befehle werden am Anfang einer Zelle als \SpecialChar TeX
17581 -Code eingegeben.
17582 \end_layout
17583
17584 \begin_layout Standard
17585 Um nur Text zu färben, verwenden Sie den 
17586 \family sans
17587 Textstil
17588 \family default
17589 -Dialog.
17590  Wenn die Zelle aber \SpecialChar TeX
17591 -Code zum Färben enthält, 
17592 \emph on
17593 markieren Sie nur den Text
17594 \emph default
17595 , sonst werden Sie \SpecialChar LaTeX
17596 -Fehler erzeugen.
17597 \end_layout
17598
17599 \begin_layout Standard
17600 \begin_inset Note Greyedout
17601 status open
17602
17603 \begin_layout Plain Layout
17604
17605 \series bold
17606 Achtung:
17607 \series default
17608  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17609 \end_layout
17610
17611 \end_inset
17612
17613
17614 \end_layout
17615
17616 \begin_layout Standard
17617 \begin_inset VSpace medskip
17618 \end_inset
17619
17620
17621 \end_layout
17622
17623 \begin_layout Standard
17624 Die Tabelle
17625 \begin_inset space ~
17626 \end_inset
17627
17628
17629 \begin_inset CommandInset ref
17630 LatexCommand ref
17631 reference "tab:Eine-mit-colortbl"
17632
17633 \end_inset
17634
17635  wurde folgendermaßen erstellt: die erste Spalte soll 
17636 \emph on
17637
17638 \begin_inset Quotes gld
17639 \end_inset
17640
17641 dunkelgruen
17642 \emph default
17643
17644 \begin_inset Quotes grd
17645 \end_inset
17646
17647  werden, also müssen Sie ins 
17648 \family sans
17649 LaTe
17650 \begin_inset ERT
17651 status collapsed
17652
17653 \begin_layout Plain Layout
17654
17655 {}
17656 \end_layout
17657
17658 \end_inset
17659
17660 X-Argument
17661 \family default
17662  der Zellen der ersten Spalte den Befehl
17663 \end_layout
17664
17665 \begin_layout Standard
17666
17667 \series bold
17668 >{
17669 \backslash
17670 columncolor{dunkelgruen}
17671 \backslash
17672 centering}c
17673 \end_layout
17674
17675 \begin_layout Standard
17676 schreiben.
17677  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der \SpecialChar TeX
17678 -Code-Befehl
17679 \end_layout
17680
17681 \begin_layout Standard
17682
17683 \series bold
17684
17685 \backslash
17686 rowcolor{cyan}
17687 \end_layout
17688
17689 \begin_layout Standard
17690 in die erste Zelle der ersten Zeile eingefügt.
17691  Diese Farbe ersetzt die Spaltenfarbe.
17692  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17693  Das wird mit folgendem Befehl erreicht:
17694 \end_layout
17695
17696 \begin_layout Standard
17697
17698 \series bold
17699
17700 \backslash
17701 cellcolor{Maroon}
17702 \end_layout
17703
17704 \begin_layout Standard
17705 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17706 \family sans
17707 Textstil
17708 \family default
17709 -Dialog.
17710 \end_layout
17711
17712 \begin_layout Standard
17713 \begin_inset Float table
17714 placement h
17715 wide false
17716 sideways false
17717 status open
17718
17719 \begin_layout Plain Layout
17720 \begin_inset Caption Standard
17721
17722 \begin_layout Plain Layout
17723 \begin_inset CommandInset label
17724 LatexCommand label
17725 name "tab:Eine-mit-colortbl"
17726
17727 \end_inset
17728
17729 Eine mit dem Paket 
17730 \series bold
17731 colortbl
17732 \series default
17733  gefärbte Tabelle
17734 \begin_inset Argument 1
17735 status collapsed
17736
17737 \begin_layout Plain Layout
17738 Tabelle mit 
17739 \family typewriter
17740 colortbl
17741 \end_layout
17742
17743 \end_inset
17744
17745
17746 \end_layout
17747
17748 \end_inset
17749
17750
17751 \end_layout
17752
17753 \begin_layout Plain Layout
17754 \align center
17755 \begin_inset Tabular
17756 <lyxtabular version="3" rows="3" columns="3">
17757 <features tabularvalignment="middle">
17758 <column alignment="center" valignment="top" special=">{\columncolor{dunkelgruen}\centering}c">
17759 <column alignment="center" valignment="top">
17760 <column alignment="center" valignment="top">
17761 <row>
17762 <cell alignment="center" valignment="top" usebox="none">
17763 \begin_inset Text
17764
17765 \begin_layout Plain Layout
17766 \begin_inset ERT
17767 status open
17768
17769 \begin_layout Plain Layout
17770
17771
17772 \backslash
17773 rowcolor{cyan}
17774 \end_layout
17775
17776 \end_inset
17777
17778
17779 \color magenta
17780 a
17781 \end_layout
17782
17783 \end_inset
17784 </cell>
17785 <cell alignment="center" valignment="top" usebox="none">
17786 \begin_inset Text
17787
17788 \begin_layout Plain Layout
17789
17790 \color red
17791 b
17792 \end_layout
17793
17794 \end_inset
17795 </cell>
17796 <cell alignment="center" valignment="top" usebox="none">
17797 \begin_inset Text
17798
17799 \begin_layout Plain Layout
17800
17801 \color red
17802 c
17803 \end_layout
17804
17805 \end_inset
17806 </cell>
17807 </row>
17808 <row>
17809 <cell alignment="center" valignment="top" usebox="none">
17810 \begin_inset Text
17811
17812 \begin_layout Plain Layout
17813
17814 \color yellow
17815 d
17816 \end_layout
17817
17818 \end_inset
17819 </cell>
17820 <cell alignment="center" valignment="top" usebox="none">
17821 \begin_inset Text
17822
17823 \begin_layout Plain Layout
17824
17825 \color blue
17826 e
17827 \end_layout
17828
17829 \end_inset
17830 </cell>
17831 <cell alignment="center" valignment="top" usebox="none">
17832 \begin_inset Text
17833
17834 \begin_layout Plain Layout
17835
17836 \color blue
17837 f
17838 \end_layout
17839
17840 \end_inset
17841 </cell>
17842 </row>
17843 <row>
17844 <cell alignment="center" valignment="top" usebox="none">
17845 \begin_inset Text
17846
17847 \begin_layout Plain Layout
17848
17849 \color yellow
17850 g
17851 \end_layout
17852
17853 \end_inset
17854 </cell>
17855 <cell alignment="center" valignment="top" usebox="none">
17856 \begin_inset Text
17857
17858 \begin_layout Plain Layout
17859
17860 \color blue
17861 h
17862 \end_layout
17863
17864 \end_inset
17865 </cell>
17866 <cell alignment="center" valignment="top" usebox="none">
17867 \begin_inset Text
17868
17869 \begin_layout Plain Layout
17870 \begin_inset ERT
17871 status collapsed
17872
17873 \begin_layout Plain Layout
17874
17875
17876 \backslash
17877 cellcolor{Maroon}
17878 \end_layout
17879
17880 \end_inset
17881
17882
17883 \color green
17884 i
17885 \end_layout
17886
17887 \end_inset
17888 </cell>
17889 </row>
17890 </lyxtabular>
17891
17892 \end_inset
17893
17894
17895 \end_layout
17896
17897 \end_inset
17898
17899
17900 \end_layout
17901
17902 \begin_layout Standard
17903 \begin_inset ERT
17904 status collapsed
17905
17906 \begin_layout Plain Layout
17907
17908
17909 \backslash
17910 else
17911 \end_layout
17912
17913 \end_inset
17914
17915
17916 \begin_inset Note Note
17917 status open
17918
17919 \begin_layout Plain Layout
17920 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
17921 -Paket 
17922 \series bold
17923 colortbl
17924 \series default
17925  nicht installiert ist:
17926 \end_layout
17927
17928 \end_inset
17929
17930
17931 \end_layout
17932
17933 \begin_layout Standard
17934 Sie müssen das \SpecialChar LaTeX
17935 -Paket 
17936 \series bold
17937 colortbl
17938 \series default
17939  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17940 \end_layout
17941
17942 \begin_layout Standard
17943 \begin_inset ERT
17944 status collapsed
17945
17946 \begin_layout Plain Layout
17947
17948
17949 \backslash
17950 fi
17951 \end_layout
17952
17953 \end_inset
17954
17955
17956 \end_layout
17957
17958 \begin_layout Subsection
17959 Farbige Zeilen
17960 \begin_inset Index idx
17961 status collapsed
17962
17963 \begin_layout Plain Layout
17964 farbige ! Tabellenzeilen
17965 \end_layout
17966
17967 \end_inset
17968
17969
17970 \end_layout
17971
17972 \begin_layout Standard
17973 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
17974  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
17975  Man lädt das \SpecialChar LaTeX
17976 -Paket 
17977 \series bold
17978 xcolor
17979 \series default
17980
17981 \begin_inset Index idx
17982 status collapsed
17983
17984 \begin_layout Plain Layout
17985 \SpecialChar LaTeX
17986 -Pakete ! xcolor
17987 \begin_inset ERT
17988 status collapsed
17989
17990 \begin_layout Plain Layout
17991
17992
17993 \backslash
17994 vspace{4mm}
17995 \end_layout
17996
17997 \end_inset
17998
17999
18000 \end_layout
18001
18002 \end_inset
18003
18004  im \SpecialChar LaTeX
18005 -Vorspann mit dem Befehl
18006 \end_layout
18007
18008 \begin_layout Standard
18009
18010 \series bold
18011
18012 \backslash
18013 usepackage[table]{xcolor}
18014 \end_layout
18015
18016 \begin_layout Standard
18017
18018 \series bold
18019 xcolor
18020 \series default
18021  lädt automatisch auch das \SpecialChar LaTeX
18022 -Paket 
18023 \series bold
18024 colortbl
18025 \series default
18026
18027 \begin_inset Index idx
18028 status collapsed
18029
18030 \begin_layout Plain Layout
18031 \SpecialChar LaTeX
18032 -Pakete ! colortbl
18033 \end_layout
18034
18035 \end_inset
18036
18037 , so dass 
18038 \series bold
18039 colortbl
18040 \series default
18041  in Ihrer \SpecialChar LaTeX
18042 -Distribution installiert sein muss, ansonsten bekommt man \SpecialChar LaTeX
18043 -Fehler.
18044 \end_layout
18045
18046 \begin_layout Standard
18047 \begin_inset ERT
18048 status collapsed
18049
18050 \begin_layout Plain Layout
18051
18052
18053 \backslash
18054 ifcolortbl
18055 \end_layout
18056
18057 \end_inset
18058
18059
18060 \begin_inset Note Note
18061 status open
18062
18063 \begin_layout Plain Layout
18064 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
18065 -Paket 
18066 \series bold
18067 colortbl
18068 \series default
18069  installiert ist.
18070 \end_layout
18071
18072 \end_inset
18073
18074
18075 \end_layout
18076
18077 \begin_layout Standard
18078 Die Tabellenzeilen werden mit dem Befehl
18079 \end_layout
18080
18081 \begin_layout Standard
18082
18083 \series bold
18084
18085 \backslash
18086 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
18087 \end_layout
18088
18089 \begin_layout Standard
18090 eingefärbt, der entweder in den \SpecialChar LaTeX
18091 -Vorspann oder als \SpecialChar TeX
18092 -Code vor der ersten
18093  zu färbenden Tabelle eingefügt wird.
18094  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
18095  Zeilenfarbe gefärbt werden soll.
18096  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
18097  werden.
18098  So führt zum Beispiel der Befehl
18099 \end_layout
18100
18101 \begin_layout Standard
18102
18103 \series bold
18104
18105 \backslash
18106 rowcolors{1}{white}{lightgray}
18107 \end_layout
18108
18109 \begin_layout Standard
18110 zum Farbschema von Tabelle
18111 \begin_inset space ~
18112 \end_inset
18113
18114
18115 \begin_inset CommandInset ref
18116 LatexCommand ref
18117 reference "tab:Tabelle-rowcolors"
18118
18119 \end_inset
18120
18121 .
18122  Der Befehl
18123 \end_layout
18124
18125 \begin_layout Standard
18126
18127 \series bold
18128
18129 \backslash
18130 rowcolors[
18131 \backslash
18132 hline]{1}{lightgray}{cyan}
18133 \end_layout
18134
18135 \begin_layout Standard
18136 führt zum Farbschema von Tabelle
18137 \begin_inset space ~
18138 \end_inset
18139
18140
18141 \begin_inset CommandInset ref
18142 LatexCommand ref
18143 reference "tab:Tabelle-rowcolors-2"
18144
18145 \end_inset
18146
18147 .
18148  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
18149  wird keine Farbe verwendet, so dass der Befehl
18150 \end_layout
18151
18152 \begin_layout Standard
18153
18154 \series bold
18155
18156 \backslash
18157 rowcolors{1}{}{}
18158 \end_layout
18159
18160 \begin_layout Standard
18161 alle Farben löscht.
18162  
18163 \series bold
18164
18165 \backslash
18166 rowcolors
18167 \series default
18168  beeinflusst alle diesem Befehl folgenden Tabellen.
18169 \end_layout
18170
18171 \begin_layout Standard
18172 \begin_inset ERT
18173 status open
18174
18175 \begin_layout Plain Layout
18176
18177
18178 \backslash
18179 rowcolors{1}{white}{lightgray}
18180 \end_layout
18181
18182 \end_inset
18183
18184
18185 \end_layout
18186
18187 \begin_layout Standard
18188 \begin_inset Float table
18189 placement h
18190 wide false
18191 sideways false
18192 status open
18193
18194 \begin_layout Plain Layout
18195 \begin_inset Caption Standard
18196
18197 \begin_layout Plain Layout
18198 \begin_inset CommandInset label
18199 LatexCommand label
18200 name "tab:Tabelle-rowcolors"
18201
18202 \end_inset
18203
18204 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18205 \end_layout
18206
18207 \end_inset
18208
18209
18210 \end_layout
18211
18212 \begin_layout Plain Layout
18213 \align center
18214 \begin_inset Tabular
18215 <lyxtabular version="3" rows="4" columns="3">
18216 <features tabularvalignment="middle">
18217 <column alignment="center" valignment="top">
18218 <column alignment="center" valignment="top" width="0pt">
18219 <column alignment="center" valignment="top" width="0pt">
18220 <row>
18221 <cell alignment="center" valignment="top" usebox="none">
18222 \begin_inset Text
18223
18224 \begin_layout Plain Layout
18225 X
18226 \end_layout
18227
18228 \end_inset
18229 </cell>
18230 <cell alignment="center" valignment="top" usebox="none">
18231 \begin_inset Text
18232
18233 \begin_layout Plain Layout
18234 Y
18235 \end_layout
18236
18237 \end_inset
18238 </cell>
18239 <cell alignment="center" valignment="top" usebox="none">
18240 \begin_inset Text
18241
18242 \begin_layout Plain Layout
18243 Z
18244 \end_layout
18245
18246 \end_inset
18247 </cell>
18248 </row>
18249 <row>
18250 <cell alignment="center" valignment="top" usebox="none">
18251 \begin_inset Text
18252
18253 \begin_layout Plain Layout
18254 1
18255 \end_layout
18256
18257 \end_inset
18258 </cell>
18259 <cell alignment="center" valignment="top" usebox="none">
18260 \begin_inset Text
18261
18262 \begin_layout Plain Layout
18263 2
18264 \end_layout
18265
18266 \end_inset
18267 </cell>
18268 <cell alignment="center" valignment="top" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272 3
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 </row>
18278 <row>
18279 <cell alignment="center" valignment="top" usebox="none">
18280 \begin_inset Text
18281
18282 \begin_layout Plain Layout
18283 4
18284 \end_layout
18285
18286 \end_inset
18287 </cell>
18288 <cell alignment="center" valignment="top" usebox="none">
18289 \begin_inset Text
18290
18291 \begin_layout Plain Layout
18292 5
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 <cell alignment="center" valignment="top" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301 6
18302 \end_layout
18303
18304 \end_inset
18305 </cell>
18306 </row>
18307 <row>
18308 <cell alignment="center" valignment="top" usebox="none">
18309 \begin_inset Text
18310
18311 \begin_layout Plain Layout
18312 7
18313 \end_layout
18314
18315 \end_inset
18316 </cell>
18317 <cell alignment="center" valignment="top" usebox="none">
18318 \begin_inset Text
18319
18320 \begin_layout Plain Layout
18321 8
18322 \end_layout
18323
18324 \end_inset
18325 </cell>
18326 <cell alignment="center" valignment="top" usebox="none">
18327 \begin_inset Text
18328
18329 \begin_layout Plain Layout
18330 9
18331 \end_layout
18332
18333 \end_inset
18334 </cell>
18335 </row>
18336 </lyxtabular>
18337
18338 \end_inset
18339
18340
18341 \end_layout
18342
18343 \end_inset
18344
18345
18346 \end_layout
18347
18348 \begin_layout Standard
18349 \begin_inset ERT
18350 status open
18351
18352 \begin_layout Plain Layout
18353
18354
18355 \backslash
18356 rowcolors[
18357 \backslash
18358 hline]{1}{lightgray}{cyan}
18359 \end_layout
18360
18361 \end_inset
18362
18363
18364 \end_layout
18365
18366 \begin_layout Standard
18367 \begin_inset Float table
18368 placement h
18369 wide false
18370 sideways false
18371 status open
18372
18373 \begin_layout Plain Layout
18374 \begin_inset Caption Standard
18375
18376 \begin_layout Plain Layout
18377 \begin_inset CommandInset label
18378 LatexCommand label
18379 name "tab:Tabelle-rowcolors-2"
18380
18381 \end_inset
18382
18383 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18384  Linie zwischen jeder Zeile befindet.
18385 \end_layout
18386
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \begin_layout Plain Layout
18393 \align center
18394 \begin_inset Tabular
18395 <lyxtabular version="3" rows="4" columns="3">
18396 <features tabularvalignment="middle">
18397 <column alignment="center" valignment="top">
18398 <column alignment="center" valignment="top">
18399 <column alignment="center" valignment="top" width="0pt">
18400 <row>
18401 <cell alignment="center" valignment="top" usebox="none">
18402 \begin_inset Text
18403
18404 \begin_layout Plain Layout
18405 X
18406 \end_layout
18407
18408 \end_inset
18409 </cell>
18410 <cell alignment="center" valignment="top" usebox="none">
18411 \begin_inset Text
18412
18413 \begin_layout Plain Layout
18414 Y
18415 \end_layout
18416
18417 \end_inset
18418 </cell>
18419 <cell alignment="center" valignment="top" usebox="none">
18420 \begin_inset Text
18421
18422 \begin_layout Plain Layout
18423 Z
18424 \end_layout
18425
18426 \end_inset
18427 </cell>
18428 </row>
18429 <row>
18430 <cell alignment="center" valignment="top" usebox="none">
18431 \begin_inset Text
18432
18433 \begin_layout Plain Layout
18434 1
18435 \end_layout
18436
18437 \end_inset
18438 </cell>
18439 <cell alignment="center" valignment="top" usebox="none">
18440 \begin_inset Text
18441
18442 \begin_layout Plain Layout
18443 2
18444 \end_layout
18445
18446 \end_inset
18447 </cell>
18448 <cell alignment="center" valignment="top" usebox="none">
18449 \begin_inset Text
18450
18451 \begin_layout Plain Layout
18452 3
18453 \end_layout
18454
18455 \end_inset
18456 </cell>
18457 </row>
18458 <row>
18459 <cell alignment="center" valignment="top" usebox="none">
18460 \begin_inset Text
18461
18462 \begin_layout Plain Layout
18463 4
18464 \end_layout
18465
18466 \end_inset
18467 </cell>
18468 <cell alignment="center" valignment="top" usebox="none">
18469 \begin_inset Text
18470
18471 \begin_layout Plain Layout
18472 5
18473 \end_layout
18474
18475 \end_inset
18476 </cell>
18477 <cell alignment="center" valignment="top" usebox="none">
18478 \begin_inset Text
18479
18480 \begin_layout Plain Layout
18481 6
18482 \end_layout
18483
18484 \end_inset
18485 </cell>
18486 </row>
18487 <row>
18488 <cell alignment="center" valignment="top" usebox="none">
18489 \begin_inset Text
18490
18491 \begin_layout Plain Layout
18492 7
18493 \end_layout
18494
18495 \end_inset
18496 </cell>
18497 <cell alignment="center" valignment="top" usebox="none">
18498 \begin_inset Text
18499
18500 \begin_layout Plain Layout
18501 8
18502 \end_layout
18503
18504 \end_inset
18505 </cell>
18506 <cell alignment="center" valignment="top" usebox="none">
18507 \begin_inset Text
18508
18509 \begin_layout Plain Layout
18510 9
18511 \end_layout
18512
18513 \end_inset
18514 </cell>
18515 </row>
18516 </lyxtabular>
18517
18518 \end_inset
18519
18520
18521 \end_layout
18522
18523 \end_inset
18524
18525
18526 \end_layout
18527
18528 \begin_layout Standard
18529 \begin_inset ERT
18530 status collapsed
18531
18532 \begin_layout Plain Layout
18533
18534
18535 \backslash
18536 rowcolors{1}{}{}
18537 \end_layout
18538
18539 \end_inset
18540
18541
18542 \begin_inset Note Note
18543 status collapsed
18544
18545 \begin_layout Plain Layout
18546 schaltet die Färbung aus
18547 \end_layout
18548
18549 \end_inset
18550
18551
18552 \end_layout
18553
18554 \begin_layout Standard
18555 \begin_inset ERT
18556 status collapsed
18557
18558 \begin_layout Plain Layout
18559
18560
18561 \backslash
18562 else
18563 \end_layout
18564
18565 \end_inset
18566
18567
18568 \begin_inset Note Note
18569 status open
18570
18571 \begin_layout Plain Layout
18572 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
18573 -Paket 
18574 \series bold
18575 colortbl
18576 \series default
18577  nicht installiert ist:
18578 \end_layout
18579
18580 \end_inset
18581
18582
18583 \end_layout
18584
18585 \begin_layout Standard
18586 Sie müssen das \SpecialChar LaTeX
18587 -Paket 
18588 \series bold
18589 colortbl
18590 \series default
18591  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18592 \end_layout
18593
18594 \begin_layout Standard
18595 \begin_inset ERT
18596 status collapsed
18597
18598 \begin_layout Plain Layout
18599
18600
18601 \backslash
18602 fi
18603 \end_layout
18604
18605 \end_inset
18606
18607
18608 \end_layout
18609
18610 \begin_layout Subsection
18611 Farbige Linien
18612 \begin_inset Index idx
18613 status collapsed
18614
18615 \begin_layout Plain Layout
18616 farbige !  Tabellenlinien
18617 \end_layout
18618
18619 \end_inset
18620
18621
18622 \end_layout
18623
18624 \begin_layout Standard
18625 Wie in Abschnitt
18626 \begin_inset space ~
18627 \end_inset
18628
18629
18630 \begin_inset CommandInset ref
18631 LatexCommand ref
18632 reference "uab:Liniendicke"
18633
18634 \end_inset
18635
18636  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18637 \series bold
18638
18639 \backslash
18640 arrayrulewidth
18641 \series default
18642  definiert werden.
18643  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18644 \begin_inset space \thinspace{}
18645 \end_inset
18646
18647 pt gesetzt.
18648 \begin_inset ERT
18649 status collapsed
18650
18651 \begin_layout Plain Layout
18652
18653
18654 \backslash
18655 setlength{
18656 \backslash
18657 arrayrulewidth}{1.5pt}
18658 \end_layout
18659
18660 \end_inset
18661
18662
18663 \end_layout
18664
18665 \begin_layout Standard
18666 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im \SpecialChar LaTeX
18667 -Vorspann
18668  folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18669 \begin_inset space ~
18670 \end_inset
18671
18672
18673 \begin_inset CommandInset ref
18674 LatexCommand ref
18675 reference "uab:Angepasste-Zellen-/Spaltenformate"
18676
18677 \end_inset
18678
18679  definiert:
18680 \end_layout
18681
18682 \begin_layout Standard
18683
18684 \series bold
18685
18686 \backslash
18687 newcolumntype{W}{!{
18688 \backslash
18689 color{green}
18690 \backslash
18691 vline}}
18692 \end_layout
18693
18694 \begin_layout Standard
18695 In Tabelle
18696 \begin_inset space ~
18697 \end_inset
18698
18699
18700 \begin_inset CommandInset ref
18701 LatexCommand ref
18702 reference "tab:Tabelle-mit-farbigen-vert"
18703
18704 \end_inset
18705
18706  wurde das \SpecialChar LaTeX
18707 -Argument 
18708 \series bold
18709 WcW
18710 \series default
18711  für die letzte und 
18712 \series bold
18713 Wc
18714 \series default
18715  für die anderen Spalten benutzt.
18716 \end_layout
18717
18718 \begin_layout Standard
18719 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18720 \end_layout
18721
18722 \begin_layout Standard
18723 \begin_inset Float table
18724 placement h
18725 wide false
18726 sideways false
18727 status open
18728
18729 \begin_layout Plain Layout
18730 \begin_inset Caption Standard
18731
18732 \begin_layout Plain Layout
18733 \begin_inset CommandInset label
18734 LatexCommand label
18735 name "tab:Tabelle-mit-farbigen-vert"
18736
18737 \end_inset
18738
18739 Tabelle mit farbigen vertikalen Linien
18740 \end_layout
18741
18742 \end_inset
18743
18744
18745 \end_layout
18746
18747 \begin_layout Plain Layout
18748 \align center
18749 \begin_inset Tabular
18750 <lyxtabular version="3" rows="3" columns="3">
18751 <features tabularvalignment="middle">
18752 <column alignment="center" valignment="top" special="Wc">
18753 <column alignment="center" valignment="top" special="Wc">
18754 <column alignment="center" valignment="top" special="WcW">
18755 <row>
18756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18757 \begin_inset Text
18758
18759 \begin_layout Plain Layout
18760 sd
18761 \end_layout
18762
18763 \end_inset
18764 </cell>
18765 <cell alignment="center" valignment="top" topline="true" usebox="none">
18766 \begin_inset Text
18767
18768 \begin_layout Plain Layout
18769
18770 \end_layout
18771
18772 \end_inset
18773 </cell>
18774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18775 \begin_inset Text
18776
18777 \begin_layout Plain Layout
18778
18779 \end_layout
18780
18781 \end_inset
18782 </cell>
18783 </row>
18784 <row>
18785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18786 \begin_inset Text
18787
18788 \begin_layout Plain Layout
18789
18790 \end_layout
18791
18792 \end_inset
18793 </cell>
18794 <cell alignment="center" valignment="top" topline="true" usebox="none">
18795 \begin_inset Text
18796
18797 \begin_layout Plain Layout
18798 sd
18799 \end_layout
18800
18801 \end_inset
18802 </cell>
18803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18804 \begin_inset Text
18805
18806 \begin_layout Plain Layout
18807
18808 \end_layout
18809
18810 \end_inset
18811 </cell>
18812 </row>
18813 <row>
18814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18815 \begin_inset Text
18816
18817 \begin_layout Plain Layout
18818
18819 \end_layout
18820
18821 \end_inset
18822 </cell>
18823 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18824 \begin_inset Text
18825
18826 \begin_layout Plain Layout
18827
18828 \end_layout
18829
18830 \end_inset
18831 </cell>
18832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18833 \begin_inset Text
18834
18835 \begin_layout Plain Layout
18836 sd
18837 \end_layout
18838
18839 \end_inset
18840 </cell>
18841 </row>
18842 </lyxtabular>
18843
18844 \end_inset
18845
18846
18847 \end_layout
18848
18849 \end_inset
18850
18851
18852 \end_layout
18853
18854 \begin_layout Standard
18855 \begin_inset VSpace bigskip
18856 \end_inset
18857
18858 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18859 \begin_inset space ~
18860 \end_inset
18861
18862
18863 \begin_inset CommandInset ref
18864 LatexCommand ref
18865 reference "tab:Tabelle-mit-farbigen-horiz"
18866
18867 \end_inset
18868
18869 , müssen Sie folgenden Befehl als \SpecialChar TeX
18870 -Code vor der (Gleitobjekt-)Tabelle einfügen:
18871 \end_layout
18872
18873 \begin_layout Standard
18874
18875 \series bold
18876
18877 \backslash
18878 let
18879 \backslash
18880 myHlineC
18881 \backslash
18882 hline
18883 \begin_inset Newline newline
18884 \end_inset
18885
18886
18887 \backslash
18888 renewcommand{
18889 \backslash
18890 hline}
18891 \begin_inset Newline newline
18892 \end_inset
18893
18894
18895 \begin_inset Phantom HPhantom
18896 status open
18897
18898 \begin_layout Plain Layout
18899
18900 \series bold
18901 \begin_inset space ~
18902 \end_inset
18903
18904
18905 \end_layout
18906
18907 \end_inset
18908
18909 {
18910 \backslash
18911 arrayrulecolor{red}
18912 \backslash
18913 myHlineC
18914 \backslash
18915 arrayrulecolor{black}}
18916 \end_layout
18917
18918 \begin_layout Standard
18919 \begin_inset ERT
18920 status collapsed
18921
18922 \begin_layout Plain Layout
18923
18924
18925 \backslash
18926 let
18927 \backslash
18928 myHlineC
18929 \backslash
18930 hline
18931 \end_layout
18932
18933 \begin_layout Plain Layout
18934
18935
18936 \backslash
18937 renewcommand{
18938 \backslash
18939 hline}
18940 \end_layout
18941
18942 \begin_layout Plain Layout
18943
18944  {
18945 \backslash
18946 arrayrulecolor{red}
18947 \backslash
18948 myHlineC
18949 \backslash
18950 arrayrulecolor{black}}
18951 \end_layout
18952
18953 \end_inset
18954
18955
18956 \begin_inset Float table
18957 placement h
18958 wide false
18959 sideways false
18960 status open
18961
18962 \begin_layout Plain Layout
18963 \begin_inset Caption Standard
18964
18965 \begin_layout Plain Layout
18966 \begin_inset CommandInset label
18967 LatexCommand label
18968 name "tab:Tabelle-mit-farbigen-horiz"
18969
18970 \end_inset
18971
18972 Tabelle mit farbigen horizontalen Linien
18973 \end_layout
18974
18975 \end_inset
18976
18977
18978 \end_layout
18979
18980 \begin_layout Plain Layout
18981 \align center
18982 \begin_inset Tabular
18983 <lyxtabular version="3" rows="3" columns="3">
18984 <features tabularvalignment="middle">
18985 <column alignment="center" valignment="top">
18986 <column alignment="center" valignment="top">
18987 <column alignment="center" valignment="top">
18988 <row>
18989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18990 \begin_inset Text
18991
18992 \begin_layout Plain Layout
18993 sd
18994 \end_layout
18995
18996 \end_inset
18997 </cell>
18998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18999 \begin_inset Text
19000
19001 \begin_layout Plain Layout
19002
19003 \end_layout
19004
19005 \end_inset
19006 </cell>
19007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19008 \begin_inset Text
19009
19010 \begin_layout Plain Layout
19011
19012 \end_layout
19013
19014 \end_inset
19015 </cell>
19016 </row>
19017 <row>
19018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19019 \begin_inset Text
19020
19021 \begin_layout Plain Layout
19022
19023 \end_layout
19024
19025 \end_inset
19026 </cell>
19027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19028 \begin_inset Text
19029
19030 \begin_layout Plain Layout
19031 sd
19032 \end_layout
19033
19034 \end_inset
19035 </cell>
19036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19037 \begin_inset Text
19038
19039 \begin_layout Plain Layout
19040
19041 \end_layout
19042
19043 \end_inset
19044 </cell>
19045 </row>
19046 <row>
19047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19048 \begin_inset Text
19049
19050 \begin_layout Plain Layout
19051
19052 \end_layout
19053
19054 \end_inset
19055 </cell>
19056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19057 \begin_inset Text
19058
19059 \begin_layout Plain Layout
19060
19061 \end_layout
19062
19063 \end_inset
19064 </cell>
19065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19066 \begin_inset Text
19067
19068 \begin_layout Plain Layout
19069 sd
19070 \end_layout
19071
19072 \end_inset
19073 </cell>
19074 </row>
19075 </lyxtabular>
19076
19077 \end_inset
19078
19079
19080 \end_layout
19081
19082 \end_inset
19083
19084
19085 \end_layout
19086
19087 \begin_layout Standard
19088 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
19089  als \SpecialChar TeX
19090 -Code hinter der Tabelle einfügen:
19091 \end_layout
19092
19093 \begin_layout Standard
19094
19095 \series bold
19096
19097 \backslash
19098 renewcommand{
19099 \backslash
19100 hline}{
19101 \backslash
19102 myHlineC}
19103 \end_layout
19104
19105 \begin_layout Standard
19106 Tabelle
19107 \begin_inset space ~
19108 \end_inset
19109
19110
19111 \begin_inset CommandInset ref
19112 LatexCommand ref
19113 reference "tab:Table-with-colored"
19114
19115 \end_inset
19116
19117  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
19118 \end_layout
19119
19120 \begin_layout Standard
19121 \begin_inset Float table
19122 placement h
19123 wide false
19124 sideways false
19125 status open
19126
19127 \begin_layout Plain Layout
19128 \begin_inset Caption Standard
19129
19130 \begin_layout Plain Layout
19131 \begin_inset CommandInset label
19132 LatexCommand label
19133 name "tab:Table-with-colored"
19134
19135 \end_inset
19136
19137 Tabelle mit farbigen Linien
19138 \end_layout
19139
19140 \end_inset
19141
19142
19143 \end_layout
19144
19145 \begin_layout Plain Layout
19146 \align center
19147 \begin_inset Tabular
19148 <lyxtabular version="3" rows="3" columns="3">
19149 <features tabularvalignment="middle">
19150 <column alignment="center" valignment="top" special="Wc">
19151 <column alignment="center" valignment="top" special="Wc">
19152 <column alignment="center" valignment="top" special="WcW">
19153 <row>
19154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19155 \begin_inset Text
19156
19157 \begin_layout Plain Layout
19158 sd
19159 \end_layout
19160
19161 \end_inset
19162 </cell>
19163 <cell alignment="center" valignment="top" topline="true" usebox="none">
19164 \begin_inset Text
19165
19166 \begin_layout Plain Layout
19167
19168 \end_layout
19169
19170 \end_inset
19171 </cell>
19172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19173 \begin_inset Text
19174
19175 \begin_layout Plain Layout
19176
19177 \end_layout
19178
19179 \end_inset
19180 </cell>
19181 </row>
19182 <row>
19183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19184 \begin_inset Text
19185
19186 \begin_layout Plain Layout
19187
19188 \end_layout
19189
19190 \end_inset
19191 </cell>
19192 <cell alignment="center" valignment="top" topline="true" usebox="none">
19193 \begin_inset Text
19194
19195 \begin_layout Plain Layout
19196 sd
19197 \end_layout
19198
19199 \end_inset
19200 </cell>
19201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19202 \begin_inset Text
19203
19204 \begin_layout Plain Layout
19205
19206 \end_layout
19207
19208 \end_inset
19209 </cell>
19210 </row>
19211 <row topspace="default">
19212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19213 \begin_inset Text
19214
19215 \begin_layout Plain Layout
19216
19217 \end_layout
19218
19219 \end_inset
19220 </cell>
19221 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19222 \begin_inset Text
19223
19224 \begin_layout Plain Layout
19225
19226 \end_layout
19227
19228 \end_inset
19229 </cell>
19230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19231 \begin_inset Text
19232
19233 \begin_layout Plain Layout
19234 sd
19235 \end_layout
19236
19237 \end_inset
19238 </cell>
19239 </row>
19240 </lyxtabular>
19241
19242 \end_inset
19243
19244
19245 \end_layout
19246
19247 \end_inset
19248
19249
19250 \end_layout
19251
19252 \begin_layout Standard
19253 \begin_inset ERT
19254 status collapsed
19255
19256 \begin_layout Plain Layout
19257
19258
19259 \backslash
19260 renewcommand{
19261 \backslash
19262 hline}{
19263 \backslash
19264 myHlineC}
19265 \end_layout
19266
19267 \end_inset
19268
19269
19270 \end_layout
19271
19272 \begin_layout Standard
19273 \begin_inset ERT
19274 status collapsed
19275
19276 \begin_layout Plain Layout
19277
19278
19279 \backslash
19280 setlength{
19281 \backslash
19282 arrayrulewidth}{0.4pt}
19283 \end_layout
19284
19285 \end_inset
19286
19287
19288 \begin_inset Note Note
19289 status collapsed
19290
19291 \begin_layout Plain Layout
19292 setzt die Liniendicke wieder auf ihren Standardwert zurück
19293 \end_layout
19294
19295 \end_inset
19296
19297
19298 \end_layout
19299
19300 \begin_layout Section
19301 Rotierte Tabellenzellen
19302 \begin_inset CommandInset label
19303 LatexCommand label
19304 name "abs:Rotierte-Tabellenzellen"
19305
19306 \end_inset
19307
19308
19309 \begin_inset Index idx
19310 status collapsed
19311
19312 \begin_layout Plain Layout
19313 Tabellen ! rotierte Zellen
19314 \end_layout
19315
19316 \end_inset
19317
19318
19319 \begin_inset Index idx
19320 status collapsed
19321
19322 \begin_layout Plain Layout
19323 Rotiertes Material
19324 \end_layout
19325
19326 \end_inset
19327
19328
19329 \end_layout
19330
19331 \begin_layout Standard
19332 \begin_inset Note Greyedout
19333 status open
19334
19335 \begin_layout Plain Layout
19336
19337 \series bold
19338 Achtung:
19339 \series default
19340  Nicht alle DVI-Betrachter können Rotationen anzeigen.
19341 \end_layout
19342
19343 \end_inset
19344
19345
19346 \end_layout
19347
19348 \begin_layout Standard
19349 Tabelle
19350 \begin_inset space ~
19351 \end_inset
19352
19353
19354 \begin_inset CommandInset ref
19355 LatexCommand ref
19356 reference "tab:Tabelle-mit-rotierten"
19357
19358 \end_inset
19359
19360  ist ein Beispiel bei dem 3
19361 \begin_inset space ~
19362 \end_inset
19363
19364 Zellen um 45
19365 \begin_inset space \thinspace{}
19366 \end_inset
19367
19368 ° rotiert wurden.
19369 \end_layout
19370
19371 \begin_layout Standard
19372 \begin_inset Float table
19373 placement h
19374 wide false
19375 sideways false
19376 status open
19377
19378 \begin_layout Plain Layout
19379 \begin_inset Caption Standard
19380
19381 \begin_layout Plain Layout
19382 \begin_inset CommandInset label
19383 LatexCommand label
19384 name "tab:Tabelle-mit-rotierten"
19385
19386 \end_inset
19387
19388 Tabelle mit rotierten Zellen in der ersten Zeile.
19389 \end_layout
19390
19391 \end_inset
19392
19393
19394 \end_layout
19395
19396 \begin_layout Plain Layout
19397 \noindent
19398 \align center
19399 \begin_inset Tabular
19400 <lyxtabular version="3" rows="2" columns="3">
19401 <features tabularvalignment="middle">
19402 <column alignment="center" valignment="top" width="0pt">
19403 <column alignment="center" valignment="top" width="0pt">
19404 <column alignment="center" valignment="top" width="0pt">
19405 <row>
19406 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19407 \begin_inset Text
19408
19409 \begin_layout Plain Layout
19410 Tassen
19411 \end_layout
19412
19413 \end_inset
19414 </cell>
19415 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419 Teller
19420 \end_layout
19421
19422 \end_inset
19423 </cell>
19424 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19425 \begin_inset Text
19426
19427 \begin_layout Plain Layout
19428 Untertassen
19429 \end_layout
19430
19431 \end_inset
19432 </cell>
19433 </row>
19434 <row>
19435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19436 \begin_inset Text
19437
19438 \begin_layout Plain Layout
19439 45
19440 \end_layout
19441
19442 \end_inset
19443 </cell>
19444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448 33
19449 \end_layout
19450
19451 \end_inset
19452 </cell>
19453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19454 \begin_inset Text
19455
19456 \begin_layout Plain Layout
19457 21
19458 \end_layout
19459
19460 \end_inset
19461 </cell>
19462 </row>
19463 </lyxtabular>
19464
19465 \end_inset
19466
19467
19468 \end_layout
19469
19470 \end_inset
19471
19472
19473 \end_layout
19474
19475 \begin_layout Standard
19476 \begin_inset Note Greyedout
19477 status open
19478
19479 \begin_layout Plain Layout
19480
19481 \series bold
19482 Achtung:
19483 \series default
19484  Zeilenumbrüche (Tastenkürzel 
19485 \family sans
19486 Strg+Enter
19487 \family default
19488 ) sind in rotierten Zellen nicht erlaubt.
19489 \end_layout
19490
19491 \end_inset
19492
19493
19494 \end_layout
19495
19496 \begin_layout Standard
19497 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
19498  den Zelleninhalt in eine Minipage oder Parbox tun.
19499 \begin_inset Foot
19500 status collapsed
19501
19502 \begin_layout Plain Layout
19503 Für mehr über diese Boxen siehe Abschnitt
19504 \begin_inset space ~
19505 \end_inset
19506
19507
19508 \begin_inset CommandInset ref
19509 LatexCommand ref
19510 reference "abs:Minipage"
19511
19512 \end_inset
19513
19514  und 
19515 \begin_inset CommandInset ref
19516 LatexCommand ref
19517 reference "abs:Parbox"
19518
19519 \end_inset
19520
19521 .
19522 \end_layout
19523
19524 \end_inset
19525
19526  Wenn Sie diese Zelle um 90
19527 \begin_inset space \thinspace{}
19528 \end_inset
19529
19530 ° rotieren, ist die Breite der Box die Höhe der Zelle.
19531  Tabelle
19532 \begin_inset space ~
19533 \end_inset
19534
19535
19536 \begin_inset CommandInset ref
19537 LatexCommand ref
19538 reference "tab:Tabelle-mit-rotierter-Umbruch"
19539
19540 \end_inset
19541
19542  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch, wobei die Boxbreite
19543  auch 3
19544 \begin_inset space \thinspace{}
19545 \end_inset
19546
19547 cm gesetzt wurde.
19548 \end_layout
19549
19550 \begin_layout Standard
19551 \begin_inset Float table
19552 wide false
19553 sideways false
19554 status open
19555
19556 \begin_layout Plain Layout
19557 \begin_inset Caption Standard
19558
19559 \begin_layout Plain Layout
19560 \begin_inset CommandInset label
19561 LatexCommand label
19562 name "tab:Tabelle-mit-rotierter-Umbruch"
19563
19564 \end_inset
19565
19566 Tabelle mit rotierter Zelle mit Zeilenumbruch.
19567 \end_layout
19568
19569 \end_inset
19570
19571
19572 \end_layout
19573
19574 \begin_layout Plain Layout
19575 \noindent
19576 \align center
19577 \begin_inset Tabular
19578 <lyxtabular version="3" rows="2" columns="3">
19579 <features tabularvalignment="middle">
19580 <column alignment="center" valignment="top">
19581 <column alignment="center" valignment="top" width="0pt">
19582 <column alignment="center" valignment="top">
19583 <row>
19584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19585 \begin_inset Text
19586
19587 \begin_layout Plain Layout
19588 a
19589 \end_layout
19590
19591 \end_inset
19592 </cell>
19593 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19594 \begin_inset Text
19595
19596 \begin_layout Plain Layout
19597 \begin_inset Box Frameless
19598 position "t"
19599 hor_pos "c"
19600 has_inner_box 1
19601 inner_pos "t"
19602 use_parbox 0
19603 use_makebox 0
19604 width "3cm"
19605 special "none"
19606 height "1in"
19607 height_special "totalheight"
19608 thickness "0.4pt"
19609 separation "3pt"
19610 shadowsize "4pt"
19611 framecolor "black"
19612 backgroundcolor "none"
19613 status open
19614
19615 \begin_layout Plain Layout
19616 rotierte Zelle
19617 \begin_inset Newline newline
19618 \end_inset
19619
19620 mit Zeilenumbruch
19621 \end_layout
19622
19623 \end_inset
19624
19625
19626 \end_layout
19627
19628 \end_inset
19629 </cell>
19630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19631 \begin_inset Text
19632
19633 \begin_layout Plain Layout
19634 e
19635 \end_layout
19636
19637 \end_inset
19638 </cell>
19639 </row>
19640 <row>
19641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19642 \begin_inset Text
19643
19644 \begin_layout Plain Layout
19645 b
19646 \end_layout
19647
19648 \end_inset
19649 </cell>
19650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19651 \begin_inset Text
19652
19653 \begin_layout Plain Layout
19654 c
19655 \end_layout
19656
19657 \end_inset
19658 </cell>
19659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19660 \begin_inset Text
19661
19662 \begin_layout Plain Layout
19663 d
19664 \end_layout
19665
19666 \end_inset
19667 </cell>
19668 </row>
19669 </lyxtabular>
19670
19671 \end_inset
19672
19673
19674 \end_layout
19675
19676 \end_inset
19677
19678
19679 \end_layout
19680
19681 \begin_layout Section
19682 Berechnung der Tabellenbreite
19683 \begin_inset CommandInset label
19684 LatexCommand label
19685 name "abs:Berechnung-der-Tabellenbreite"
19686
19687 \end_inset
19688
19689
19690 \end_layout
19691
19692 \begin_layout Standard
19693 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
19694  Tabelle nicht über den Seitenrand hinausragt.
19695  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
19696  aber wie viel Platz wird für jede Spalte benötigt?
19697 \end_layout
19698
19699 \begin_layout Standard
19700 Die Tabellenbreite 
19701 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19702 \end_inset
19703
19704  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
19705  
19706 \begin_inset Formula $W_{\mathrm{Spalte}}$
19707 \end_inset
19708
19709  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
19710  Spalteninhalt und dem Rand der Spalte (\SpecialChar LaTeX
19711 -Länge
19712 \series bold
19713  
19714 \backslash
19715 tabcolsep
19716 \series default
19717 , Voreinstellung 6
19718 \begin_inset space \thinspace{}
19719 \end_inset
19720
19721 pt) plus die Breite einer Tabellenlinie (\SpecialChar LaTeX
19722 -Länge 
19723 \series bold
19724
19725 \backslash
19726 arrayrulewidth
19727 \series default
19728 , Voreinstellung 0.4
19729 \begin_inset space \thinspace{}
19730 \end_inset
19731
19732 pt): Wenn alle 
19733 \begin_inset Formula $n$
19734 \end_inset
19735
19736
19737 \begin_inset space ~
19738 \end_inset
19739
19740 Spalten dieselbe Breite haben, ist die Tabellenbreite also
19741 \begin_inset Formula 
19742 \begin{equation}
19743 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19744 \end{equation}
19745
19746 \end_inset
19747
19748
19749 \end_layout
19750
19751 \begin_layout Standard
19752 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
19753  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (\SpecialChar LaTeX
19754 -Länge
19755  
19756 \series bold
19757
19758 \backslash
19759 columnwidth
19760 \series default
19761 ).
19762  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
19763 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19764 \end_inset
19765
19766  gleich 1
19767 \begin_inset space \thinspace{}
19768 \end_inset
19769
19770
19771 \backslash
19772 columnwidth sein soll, kann 
19773 \begin_inset Formula $W_{\mathrm{Spalte}}$
19774 \end_inset
19775
19776  leicht berechnet werden.
19777 \end_layout
19778
19779 \begin_layout Standard
19780 Um Berechnungen ausführen zu können, muss das \SpecialChar LaTeX
19781 -Paket 
19782 \series bold
19783 calc
19784 \series default
19785
19786 \begin_inset Index idx
19787 status collapsed
19788
19789 \begin_layout Plain Layout
19790 \SpecialChar LaTeX
19791 -Pakete ! calc
19792 \end_layout
19793
19794 \end_inset
19795
19796  im \SpecialChar LaTeX
19797 -Vorspann geladen werden.
19798  Um die Breite im Tabellendialog anzugeben, muss das Feld 
19799 \family sans
19800 \SpecialChar LaTeX
19801 -Argument
19802 \family default
19803  verwendet werden.
19804  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
19805 \begin_inset space ~
19806 \end_inset
19807
19808
19809 \begin_inset CommandInset ref
19810 LatexCommand ref
19811 reference "uab:Mehrfachspalten-Berechnungen"
19812
19813 \end_inset
19814
19815  erklärt ist.
19816  Für eine Tabelle mit 5
19817 \begin_inset space \thinspace{}
19818 \end_inset
19819
19820 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
19821  für jede Spalte den Befehl
19822 \end_layout
19823
19824 \begin_layout Standard
19825
19826 \series bold
19827 >{
19828 \backslash
19829 centering}p{(1
19830 \backslash
19831 columnwidth-62.4pt)/5}
19832 \end_layout
19833
19834 \begin_layout Standard
19835 an.
19836  Für eine Tabelle mit 5
19837 \begin_inset space \thinspace{}
19838 \end_inset
19839
19840 Spalten bei der 2 das 0,75
19841 \begin_inset space \thinspace{}
19842 \end_inset
19843
19844 fache der Breite der anderen 3
19845 \begin_inset space ~
19846 \end_inset
19847
19848 Spalten haben sollen, ist die Berechnung
19849 \begin_inset Formula 
19850 \begin{align}
19851 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{Spalte}}+2\cdot0,75\,W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19852  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19853  & =4,5\,W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
19854 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
19855 \end{align}
19856
19857 \end_inset
19858
19859
19860 \end_layout
19861
19862 \begin_layout Standard
19863 In der Tabelle wird daher der Befehl
19864 \end_layout
19865
19866 \begin_layout Standard
19867
19868 \series bold
19869 >{
19870 \backslash
19871 centering}p{(1
19872 \backslash
19873 columnwidth-62.4pt)/
19874 \backslash
19875 real{4.5}}
19876 \end_layout
19877
19878 \begin_layout Standard
19879 für die breiteren Spalten verwendet und
19880 \end_layout
19881
19882 \begin_layout Standard
19883
19884 \series bold
19885 >{
19886 \backslash
19887 centering}p{(1
19888 \backslash
19889 columnwidth-62.4pt)/
19890 \backslash
19891 real{4.5}*
19892 \backslash
19893 real{0.75}}
19894 \end_layout
19895
19896 \begin_layout Standard
19897 für die schmaleren:
19898 \end_layout
19899
19900 \begin_layout Standard
19901 \begin_inset Tabular
19902 <lyxtabular version="3" rows="2" columns="5">
19903 <features tabularvalignment="middle">
19904 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19905 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19906 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19907 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19908 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19909 <row>
19910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914 1
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923 2
19924 \end_layout
19925
19926 \end_inset
19927 </cell>
19928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19929 \begin_inset Text
19930
19931 \begin_layout Plain Layout
19932 3
19933 \end_layout
19934
19935 \end_inset
19936 </cell>
19937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19938 \begin_inset Text
19939
19940 \begin_layout Plain Layout
19941 4
19942 \end_layout
19943
19944 \end_inset
19945 </cell>
19946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19947 \begin_inset Text
19948
19949 \begin_layout Plain Layout
19950 5
19951 \end_layout
19952
19953 \end_inset
19954 </cell>
19955 </row>
19956 <row>
19957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19958 \begin_inset Text
19959
19960 \begin_layout Plain Layout
19961 111111 1111111 111111 111111111 11111 11111 1111
19962 \end_layout
19963
19964 \end_inset
19965 </cell>
19966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19967 \begin_inset Text
19968
19969 \begin_layout Plain Layout
19970
19971 \end_layout
19972
19973 \end_inset
19974 </cell>
19975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19976 \begin_inset Text
19977
19978 \begin_layout Plain Layout
19979 2222 22222 222222 222222222 2222222 22 22222
19980 \end_layout
19981
19982 \end_inset
19983 </cell>
19984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19985 \begin_inset Text
19986
19987 \begin_layout Plain Layout
19988
19989 \end_layout
19990
19991 \end_inset
19992 </cell>
19993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19994 \begin_inset Text
19995
19996 \begin_layout Plain Layout
19997 333333 333333 333333 33333 3333333 333
19998 \end_layout
19999
20000 \end_inset
20001 </cell>
20002 </row>
20003 </lyxtabular>
20004
20005 \end_inset
20006
20007
20008 \end_layout
20009
20010 \begin_layout Section
20011 Tabellen-Anpassung
20012 \begin_inset Index idx
20013 status collapsed
20014
20015 \begin_layout Plain Layout
20016 Tabellen ! Anpassung
20017 \end_layout
20018
20019 \end_inset
20020
20021
20022 \end_layout
20023
20024 \begin_layout Subsection
20025 Zeilenabstand
20026 \begin_inset CommandInset label
20027 LatexCommand label
20028 name "uab:Zeilenabstand"
20029
20030 \end_inset
20031
20032
20033 \begin_inset Index idx
20034 status collapsed
20035
20036 \begin_layout Plain Layout
20037 Tabellen ! Zeilenabstand
20038 \end_layout
20039
20040 \end_inset
20041
20042
20043 \end_layout
20044
20045 \begin_layout Standard
20046 Auf der Karteikarte 
20047 \family sans
20048 Rahmen
20049 \family default
20050  des 
20051 \family sans
20052 Tabellen-Einstellungen
20053 \family default
20054 -Dialogs können Sie 
20055 \family sans
20056 zusätzliche
20057 \begin_inset space ~
20058 \end_inset
20059
20060 Abstände
20061 \family default
20062  einfügen.
20063  Dabei haben Sie drei Möglichkeiten:
20064 \end_layout
20065
20066 \begin_layout Description
20067 Oberhalb
20068 \begin_inset space ~
20069 \end_inset
20070
20071 der
20072 \begin_inset space ~
20073 \end_inset
20074
20075 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
20076  Bei einer formalen Tabelle
20077 \begin_inset Foot
20078 status collapsed
20079
20080 \begin_layout Plain Layout
20081 Formale Tabellen wurden in Abschnitt
20082 \begin_inset space ~
20083 \end_inset
20084
20085
20086 \begin_inset CommandInset ref
20087 LatexCommand ref
20088 reference "abs:Formale-Tabellen"
20089
20090 \end_inset
20091
20092  beschrieben.
20093 \end_layout
20094
20095 \end_inset
20096
20097  fügt \SpecialChar LyX
20098  standardmäßig 0.5
20099 \begin_inset space \thinspace{}
20100 \end_inset
20101
20102 em Leerraum ein.
20103  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20104 \begin_inset VSpace medskip
20105 \end_inset
20106
20107
20108 \begin_inset Newline newline
20109 \end_inset
20110
20111
20112 \begin_inset space \hspace*{}
20113 \length 0pt
20114 \end_inset
20115
20116
20117 \begin_inset space \hfill{}
20118 \end_inset
20119
20120
20121 \begin_inset Tabular
20122 <lyxtabular version="3" rows="3" columns="1">
20123 <features tabularvalignment="middle">
20124 <column alignment="center" valignment="top">
20125 <row>
20126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20127 \begin_inset Text
20128
20129 \begin_layout Plain Layout
20130 A
20131 \end_layout
20132
20133 \end_inset
20134 </cell>
20135 </row>
20136 <row topspace="3mm">
20137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20138 \begin_inset Text
20139
20140 \begin_layout Plain Layout
20141 3
20142 \begin_inset space \thinspace{}
20143 \end_inset
20144
20145 mm Leerraum oberhalb der Zeile
20146 \end_layout
20147
20148 \end_inset
20149 </cell>
20150 </row>
20151 <row>
20152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20153 \begin_inset Text
20154
20155 \begin_layout Plain Layout
20156 C
20157 \end_layout
20158
20159 \end_inset
20160 </cell>
20161 </row>
20162 </lyxtabular>
20163
20164 \end_inset
20165
20166
20167 \begin_inset space \hfill{}
20168 \end_inset
20169
20170
20171 \begin_inset space \hspace*{}
20172 \length 0pt
20173 \end_inset
20174
20175
20176 \begin_inset VSpace medskip
20177 \end_inset
20178
20179
20180 \begin_inset Newline newline
20181 \end_inset
20182
20183 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20184 n Linien verwenden.
20185 \end_layout
20186
20187 \begin_layout Description
20188 Unterhalb
20189 \begin_inset space ~
20190 \end_inset
20191
20192 der
20193 \begin_inset space ~
20194 \end_inset
20195
20196 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
20197  Bei einer formalen Tabelle fügt \SpecialChar LyX
20198  standardmäßig 0.5
20199 \begin_inset space \thinspace{}
20200 \end_inset
20201
20202 em Leerraum ein.
20203  Bei normalen Tabellen ist der Standardwert 2
20204 \begin_inset space \thinspace{}
20205 \end_inset
20206
20207 pt.
20208 \end_layout
20209
20210 \begin_layout Description
20211 Zwischen
20212 \begin_inset space ~
20213 \end_inset
20214
20215 den
20216 \begin_inset space ~
20217 \end_inset
20218
20219 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
20220  Bei einer formalen Tabelle fügt \SpecialChar LyX
20221  standardmäßig 0.5
20222 \begin_inset space \thinspace{}
20223 \end_inset
20224
20225 em Leerraum ein.
20226  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20227 \begin_inset VSpace medskip
20228 \end_inset
20229
20230
20231 \begin_inset Newline newline
20232 \end_inset
20233
20234
20235 \begin_inset space \hspace*{}
20236 \length 0pt
20237 \end_inset
20238
20239
20240 \begin_inset space \hfill{}
20241 \end_inset
20242
20243
20244 \begin_inset Tabular
20245 <lyxtabular version="3" rows="3" columns="1">
20246 <features tabularvalignment="middle">
20247 <column alignment="center" valignment="top">
20248 <row>
20249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20250 \begin_inset Text
20251
20252 \begin_layout Plain Layout
20253 A
20254 \end_layout
20255
20256 \end_inset
20257 </cell>
20258 </row>
20259 <row interlinespace="3mm">
20260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20261 \begin_inset Text
20262
20263 \begin_layout Plain Layout
20264 \begin_inset Formula $\downarrow$
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 $\downarrow$
20273 \end_inset
20274
20275
20276 \end_layout
20277
20278 \end_inset
20279 </cell>
20280 </row>
20281 <row>
20282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20283 \begin_inset Text
20284
20285 \begin_layout Plain Layout
20286 \begin_inset Formula $\uparrow$
20287 \end_inset
20288
20289  3
20290 \begin_inset space \thinspace{}
20291 \end_inset
20292
20293 mm Leerraum zwischen den Zeilen 
20294 \begin_inset Formula $\uparrow$
20295 \end_inset
20296
20297
20298 \end_layout
20299
20300 \end_inset
20301 </cell>
20302 </row>
20303 </lyxtabular>
20304
20305 \end_inset
20306
20307
20308 \begin_inset space \hfill{}
20309 \end_inset
20310
20311
20312 \begin_inset space \hspace*{}
20313 \length 0pt
20314 \end_inset
20315
20316
20317 \begin_inset VSpace medskip
20318 \end_inset
20319
20320
20321 \begin_inset Newline newline
20322 \end_inset
20323
20324 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20325 n Linien verwenden.
20326 \end_layout
20327
20328 \begin_layout Standard
20329 \begin_inset VSpace bigskip
20330 \end_inset
20331
20332 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
20333  Befehlen im \SpecialChar LaTeX
20334 -Vorspann machen:
20335 \end_layout
20336
20337 \begin_layout Standard
20338
20339 \series bold
20340
20341 \backslash
20342 @ifundefined{extrarowheight}
20343 \begin_inset Newline newline
20344 \end_inset
20345
20346
20347 \begin_inset Phantom HPhantom
20348 status open
20349
20350 \begin_layout Plain Layout
20351
20352 \series bold
20353 \begin_inset space ~
20354 \end_inset
20355
20356
20357 \end_layout
20358
20359 \end_inset
20360
20361 {
20362 \backslash
20363 usepackage{array}}{}
20364 \begin_inset Newline newline
20365 \end_inset
20366
20367
20368 \backslash
20369 setlength{
20370 \backslash
20371 extrarowheight}{Höhe}
20372 \end_layout
20373
20374 \begin_layout Standard
20375 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
20376  ausgerichtet sind.
20377  (Das Paket 
20378 \series bold
20379 array
20380 \series default
20381  wird automatisch von \SpecialChar LyX
20382  geladen, wenn Sie selbst definierte Tabellenformate
20383  verwenden.
20384  Der Befehl 
20385 \series bold
20386
20387 \backslash
20388 @ifundefined
20389 \series default
20390  vermeidet, dass es in diesem Fall doppelt geladen wird.)
20391 \end_layout
20392
20393 \begin_layout Standard
20394 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
20395  zu nah an den Buchstaben.
20396  Das kann korrigiert werden, indem man den Befehl 
20397 \series bold
20398
20399 \backslash
20400 strut
20401 \series default
20402  als \SpecialChar TeX
20403 -Code am Anfang einer Tabellenzeile einfügt.
20404  Tabelle
20405 \begin_inset space ~
20406 \end_inset
20407
20408
20409 \begin_inset CommandInset ref
20410 LatexCommand ref
20411 reference "tab:Vertikale-Ausrichtung-von"
20412
20413 \end_inset
20414
20415  zeigt den Effekt.
20416 \end_layout
20417
20418 \begin_layout Standard
20419 \noindent
20420 \begin_inset Float table
20421 placement h
20422 wide false
20423 sideways false
20424 status open
20425
20426 \begin_layout Plain Layout
20427 \begin_inset Caption Standard
20428
20429 \begin_layout Plain Layout
20430 \begin_inset CommandInset label
20431 LatexCommand label
20432 name "tab:Vertikale-Ausrichtung-von"
20433
20434 \end_inset
20435
20436 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
20437 \end_layout
20438
20439 \end_inset
20440
20441
20442 \end_layout
20443
20444 \begin_layout Plain Layout
20445 \begin_inset space \hfill{}
20446 \end_inset
20447
20448
20449 \begin_inset Float table
20450 wide false
20451 sideways false
20452 status collapsed
20453
20454 \begin_layout Plain Layout
20455 \begin_inset Caption Standard
20456
20457 \begin_layout Plain Layout
20458 Normale Tabelle.
20459 \end_layout
20460
20461 \end_inset
20462
20463
20464 \end_layout
20465
20466 \begin_layout Plain Layout
20467 \noindent
20468 \align center
20469 \begin_inset Tabular
20470 <lyxtabular version="3" rows="6" columns="1">
20471 <features tabularvalignment="middle">
20472 <column alignment="left" valignment="top">
20473 <row>
20474 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20475 \begin_inset Text
20476
20477 \begin_layout Plain Layout
20478 Normal, g
20479 \end_layout
20480
20481 \end_inset
20482 </cell>
20483 </row>
20484 <row>
20485 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20486 \begin_inset Text
20487
20488 \begin_layout Plain Layout
20489
20490 \size large
20491 Groß, g
20492 \end_layout
20493
20494 \end_inset
20495 </cell>
20496 </row>
20497 <row>
20498 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20499 \begin_inset Text
20500
20501 \begin_layout Plain Layout
20502
20503 \size larger
20504 Größer, g
20505 \end_layout
20506
20507 \end_inset
20508 </cell>
20509 </row>
20510 <row>
20511 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20512 \begin_inset Text
20513
20514 \begin_layout Plain Layout
20515
20516 \size largest
20517 noch Größer, g
20518 \end_layout
20519
20520 \end_inset
20521 </cell>
20522 </row>
20523 <row>
20524 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528
20529 \size huge
20530 Riesig
20531 \end_layout
20532
20533 \end_inset
20534 </cell>
20535 </row>
20536 <row>
20537 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20538 \begin_inset Text
20539
20540 \begin_layout Plain Layout
20541
20542 \size giant
20543 Gigantisch
20544 \end_layout
20545
20546 \end_inset
20547 </cell>
20548 </row>
20549 </lyxtabular>
20550
20551 \end_inset
20552
20553
20554 \end_layout
20555
20556 \end_inset
20557
20558
20559 \begin_inset space \hfill{}
20560 \end_inset
20561
20562
20563 \begin_inset Float table
20564 wide false
20565 sideways false
20566 status collapsed
20567
20568 \begin_layout Plain Layout
20569 \begin_inset Caption Standard
20570
20571 \begin_layout Plain Layout
20572 Tabelle bei der der Befehl 
20573 \series bold
20574
20575 \backslash
20576 strut
20577 \series default
20578  verwendet wurde.
20579 \end_layout
20580
20581 \end_inset
20582
20583
20584 \end_layout
20585
20586 \begin_layout Plain Layout
20587 \noindent
20588 \align center
20589 \begin_inset Tabular
20590 <lyxtabular version="3" rows="6" columns="1">
20591 <features tabularvalignment="middle">
20592 <column alignment="left" valignment="top">
20593 <row>
20594 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20595 \begin_inset Text
20596
20597 \begin_layout Plain Layout
20598 Normal, g
20599 \end_layout
20600
20601 \end_inset
20602 </cell>
20603 </row>
20604 <row>
20605 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20606 \begin_inset Text
20607
20608 \begin_layout Plain Layout
20609
20610 \size large
20611 \begin_inset ERT
20612 status collapsed
20613
20614 \begin_layout Plain Layout
20615
20616
20617 \backslash
20618 strut 
20619 \end_layout
20620
20621 \end_inset
20622
20623 Groß, g
20624 \end_layout
20625
20626 \end_inset
20627 </cell>
20628 </row>
20629 <row>
20630 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20631 \begin_inset Text
20632
20633 \begin_layout Plain Layout
20634
20635 \size larger
20636 \begin_inset ERT
20637 status collapsed
20638
20639 \begin_layout Plain Layout
20640
20641
20642 \backslash
20643 strut 
20644 \end_layout
20645
20646 \end_inset
20647
20648 Größer, g
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 </row>
20654 <row>
20655 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20656 \begin_inset Text
20657
20658 \begin_layout Plain Layout
20659
20660 \size largest
20661 \begin_inset ERT
20662 status collapsed
20663
20664 \begin_layout Plain Layout
20665
20666
20667 \backslash
20668 strut 
20669 \end_layout
20670
20671 \end_inset
20672
20673 noch Größer, g
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 </row>
20679 <row>
20680 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20681 \begin_inset Text
20682
20683 \begin_layout Plain Layout
20684
20685 \size huge
20686 \begin_inset ERT
20687 status collapsed
20688
20689 \begin_layout Plain Layout
20690
20691
20692 \backslash
20693 strut 
20694 \end_layout
20695
20696 \end_inset
20697
20698 Riesig
20699 \end_layout
20700
20701 \end_inset
20702 </cell>
20703 </row>
20704 <row>
20705 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20706 \begin_inset Text
20707
20708 \begin_layout Plain Layout
20709
20710 \size giant
20711 \begin_inset ERT
20712 status collapsed
20713
20714 \begin_layout Plain Layout
20715
20716
20717 \backslash
20718 strut 
20719 \end_layout
20720
20721 \end_inset
20722
20723 Gigantisch
20724 \end_layout
20725
20726 \end_inset
20727 </cell>
20728 </row>
20729 </lyxtabular>
20730
20731 \end_inset
20732
20733
20734 \end_layout
20735
20736 \end_inset
20737
20738
20739 \begin_inset space \hfill{}
20740 \end_inset
20741
20742
20743 \end_layout
20744
20745 \end_inset
20746
20747
20748 \end_layout
20749
20750 \begin_layout Subsection
20751 Besondere Zellenausrichtung
20752 \begin_inset CommandInset label
20753 LatexCommand label
20754 name "uab:Besondere-Zellenausrichtung"
20755
20756 \end_inset
20757
20758
20759 \begin_inset Index idx
20760 status collapsed
20761
20762 \begin_layout Plain Layout
20763 Tabellen ! Zellenausrichtung
20764 \end_layout
20765
20766 \end_inset
20767
20768
20769 \end_layout
20770
20771 \begin_layout Standard
20772 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
20773  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
20774 \begin_inset space ~
20775 \end_inset
20776
20777
20778 \begin_inset CommandInset ref
20779 LatexCommand ref
20780 reference "tab:Tabellenzellen-sind-auf"
20781
20782 \end_inset
20783
20784 .
20785  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
20786  dann entweder den Werkzeugleistenknopf 
20787 \begin_inset Info
20788 type  "icon"
20789 arg   "inset-modify tabular align-decimal"
20790 \end_inset
20791
20792  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
20793 \family sans
20794 Am
20795 \begin_inset space ~
20796 \end_inset
20797
20798 Dezimaltrenner
20799 \family default
20800  setzt.
20801  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
20802  frei wählen.
20803 \end_layout
20804
20805 \begin_layout Standard
20806 \begin_inset Float table
20807 placement h
20808 wide false
20809 sideways false
20810 status open
20811
20812 \begin_layout Plain Layout
20813 \begin_inset Caption Standard
20814
20815 \begin_layout Plain Layout
20816 \begin_inset CommandInset label
20817 LatexCommand label
20818 name "tab:Tabellenzellen-sind-auf"
20819
20820 \end_inset
20821
20822 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
20823 \end_layout
20824
20825 \end_inset
20826
20827
20828 \end_layout
20829
20830 \begin_layout Plain Layout
20831 \align center
20832 \begin_inset Tabular
20833 <lyxtabular version="3" rows="4" columns="1">
20834 <features booktabs="true" tabularvalignment="middle">
20835 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
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 Überschrift
20842 \end_layout
20843
20844 \end_inset
20845 </cell>
20846 </row>
20847 <row>
20848 <cell alignment="center" valignment="top" topline="true" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852 12,6
20853 \end_layout
20854
20855 \end_inset
20856 </cell>
20857 </row>
20858 <row>
20859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20860 \begin_inset Text
20861
20862 \begin_layout Plain Layout
20863 0,68
20864 \end_layout
20865
20866 \end_inset
20867 </cell>
20868 </row>
20869 <row>
20870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20871 \begin_inset Text
20872
20873 \begin_layout Plain Layout
20874 -123,0
20875 \end_layout
20876
20877 \end_inset
20878 </cell>
20879 </row>
20880 </lyxtabular>
20881
20882 \end_inset
20883
20884
20885 \end_layout
20886
20887 \end_inset
20888
20889
20890 \end_layout
20891
20892 \begin_layout Standard
20893 \begin_inset Float table
20894 placement h
20895 wide false
20896 sideways false
20897 status open
20898
20899 \begin_layout Plain Layout
20900 \begin_inset Caption Standard
20901
20902 \begin_layout Plain Layout
20903 \begin_inset CommandInset label
20904 LatexCommand label
20905 name "tab:Tabellenzellen-Operator"
20906
20907 \end_inset
20908
20909 Tabellenzellen sind auf den Operator ausgerichtet
20910 \end_layout
20911
20912 \end_inset
20913
20914
20915 \end_layout
20916
20917 \begin_layout Plain Layout
20918 \align center
20919 \begin_inset Tabular
20920 <lyxtabular version="3" rows="4" columns="2">
20921 <features booktabs="true" tabularvalignment="middle">
20922 <column alignment="right" valignment="top" width="0pt">
20923 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20924 <row>
20925 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20926 \begin_inset Text
20927
20928 \begin_layout Plain Layout
20929 Überschrift
20930 \end_layout
20931
20932 \end_inset
20933 </cell>
20934 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20935 \begin_inset Text
20936
20937 \begin_layout Plain Layout
20938
20939 \end_layout
20940
20941 \end_inset
20942 </cell>
20943 </row>
20944 <row>
20945 <cell alignment="center" valignment="top" usebox="none">
20946 \begin_inset Text
20947
20948 \begin_layout Plain Layout
20949 \begin_inset Formula $12\,+$
20950 \end_inset
20951
20952
20953 \end_layout
20954
20955 \end_inset
20956 </cell>
20957 <cell alignment="center" valignment="top" usebox="none">
20958 \begin_inset Text
20959
20960 \begin_layout Plain Layout
20961 \begin_inset Formula $\,6$
20962 \end_inset
20963
20964
20965 \end_layout
20966
20967 \end_inset
20968 </cell>
20969 </row>
20970 <row>
20971 <cell alignment="center" valignment="top" usebox="none">
20972 \begin_inset Text
20973
20974 \begin_layout Plain Layout
20975 \begin_inset Formula $0\,-$
20976 \end_inset
20977
20978
20979 \end_layout
20980
20981 \end_inset
20982 </cell>
20983 <cell alignment="center" valignment="top" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987 \begin_inset Formula $\,68$
20988 \end_inset
20989
20990
20991 \end_layout
20992
20993 \end_inset
20994 </cell>
20995 </row>
20996 <row>
20997 <cell alignment="center" valignment="top" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Plain Layout
21001 \begin_inset Formula $-123\,/$
21002 \end_inset
21003
21004
21005 \end_layout
21006
21007 \end_inset
21008 </cell>
21009 <cell alignment="center" valignment="top" usebox="none">
21010 \begin_inset Text
21011
21012 \begin_layout Plain Layout
21013 \begin_inset Formula $\,0$
21014 \end_inset
21015
21016
21017 \end_layout
21018
21019 \end_inset
21020 </cell>
21021 </row>
21022 </lyxtabular>
21023
21024 \end_inset
21025
21026
21027 \end_layout
21028
21029 \end_inset
21030
21031
21032 \end_layout
21033
21034 \begin_layout Standard
21035 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
21036  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
21037  Formeln erlaubt.
21038  In diesem Fall verwendet man die Methode von Tabelle
21039 \begin_inset space ~
21040 \end_inset
21041
21042
21043 \begin_inset CommandInset ref
21044 LatexCommand ref
21045 reference "tab:Tabellenzellen-Operator"
21046
21047 \end_inset
21048
21049 .
21050  Diese Tabelle wurde als 4×2 Tabelle erstellt.
21051  Die Überschrift ist eine zentrierte Mehrfachspalte.
21052  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
21053  und den Operator.
21054  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
21055  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
21056  um den üblichen Leerraum um einen Operator zu erhalten.
21057  Um den Raum zwischen den beiden Spalten zu löschen, wurde im \SpecialChar LaTeX
21058 -Argument
21059  für die zweite Spalte folgendes eingefügt:
21060 \end_layout
21061
21062 \begin_layout Standard
21063
21064 \series bold
21065 @{}l
21066 \end_layout
21067
21068 \begin_layout Standard
21069 Tabelle
21070 \begin_inset space ~
21071 \end_inset
21072
21073
21074 \begin_inset CommandInset ref
21075 LatexCommand ref
21076 reference "tab:Verschiedene-Ausrichtungen"
21077
21078 \end_inset
21079
21080  zeigt einige Ausrichtungen.
21081  Für die Ausrichtung der Relationen wurde ein kleiner 
21082 \family sans
21083 Leerraum
21084 \family default
21085  eingefügt; wie in der zweiten Spalte von Tabelle
21086 \begin_inset space ~
21087 \end_inset
21088
21089
21090 \begin_inset CommandInset ref
21091 LatexCommand ref
21092 reference "tab:Tabellenzellen-Operator"
21093
21094 \end_inset
21095
21096 .
21097 \end_layout
21098
21099 \begin_layout Standard
21100
21101 \color black
21102 \begin_inset Float table
21103 placement h
21104 wide false
21105 sideways false
21106 status open
21107
21108 \begin_layout Plain Layout
21109
21110 \color black
21111 \begin_inset Caption Standard
21112
21113 \begin_layout Plain Layout
21114
21115 \color black
21116 \begin_inset CommandInset label
21117 LatexCommand label
21118 name "tab:Verschiedene-Ausrichtungen"
21119
21120 \end_inset
21121
21122
21123 \color inherit
21124 Verschiedene Ausrichtungen
21125 \end_layout
21126
21127 \end_inset
21128
21129
21130 \end_layout
21131
21132 \begin_layout Plain Layout
21133 \align center
21134 \begin_inset Tabular
21135 <lyxtabular version="3" rows="4" columns="6">
21136 <features tabularvalignment="middle">
21137 <column alignment="right" valignment="top">
21138 <column alignment="left" valignment="top" special="@{}l">
21139 <column alignment="right" valignment="top">
21140 <column alignment="left" valignment="top" special="@{}l">
21141 <column alignment="right" valignment="top">
21142 <column alignment="left" valignment="top" special="@{}l">
21143 <row>
21144 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21145 \begin_inset Text
21146
21147 \begin_layout Plain Layout
21148 Einheiten
21149 \end_layout
21150
21151 \end_inset
21152 </cell>
21153 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21154 \begin_inset Text
21155
21156 \begin_layout Plain Layout
21157
21158 \end_layout
21159
21160 \end_inset
21161 </cell>
21162 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21163 \begin_inset Text
21164
21165 \begin_layout Plain Layout
21166 Exponenten
21167 \end_layout
21168
21169 \end_inset
21170 </cell>
21171 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21172 \begin_inset Text
21173
21174 \begin_layout Plain Layout
21175
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21181 \begin_inset Text
21182
21183 \begin_layout Plain Layout
21184 Relationen
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21190 \begin_inset Text
21191
21192 \begin_layout Plain Layout
21193
21194 \end_layout
21195
21196 \end_inset
21197 </cell>
21198 </row>
21199 <row>
21200 <cell alignment="center" valignment="top" usebox="none">
21201 \begin_inset Text
21202
21203 \begin_layout Plain Layout
21204 12×
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213 24
21214 \begin_inset space \thinspace{}
21215 \end_inset
21216
21217 Flaschen
21218 \end_layout
21219
21220 \end_inset
21221 </cell>
21222 <cell alignment="center" valignment="top" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226 \begin_inset Formula $10\cdot$
21227 \end_inset
21228
21229
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21235 \begin_inset Text
21236
21237 \begin_layout Plain Layout
21238 \begin_inset Formula $10^{\mbox{-}17}$
21239 \end_inset
21240
21241
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 <cell alignment="center" valignment="top" usebox="none">
21247 \begin_inset Text
21248
21249 \begin_layout Plain Layout
21250 \begin_inset Formula $\Gamma(t)\propto$
21251 \end_inset
21252
21253
21254 \end_layout
21255
21256 \end_inset
21257 </cell>
21258 <cell alignment="center" valignment="top" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262 \begin_inset Formula $\:\Upsilon(t)$
21263 \end_inset
21264
21265
21266 \end_layout
21267
21268 \end_inset
21269 </cell>
21270 </row>
21271 <row>
21272 <cell alignment="center" valignment="top" usebox="none">
21273 \begin_inset Text
21274
21275 \begin_layout Plain Layout
21276 1024×
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21282 \begin_inset Text
21283
21284 \begin_layout Plain Layout
21285 768
21286 \begin_inset space \thinspace{}
21287 \end_inset
21288
21289 Pixel
21290 \end_layout
21291
21292 \end_inset
21293 </cell>
21294 <cell alignment="center" valignment="top" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298 \begin_inset Formula $5.78\cdot$
21299 \end_inset
21300
21301
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310 \begin_inset Formula $10^{7}$
21311 \end_inset
21312
21313
21314 \end_layout
21315
21316 \end_inset
21317 </cell>
21318 <cell alignment="center" valignment="top" usebox="none">
21319 \begin_inset Text
21320
21321 \begin_layout Plain Layout
21322 \begin_inset Formula $A\ne$
21323 \end_inset
21324
21325
21326 \end_layout
21327
21328 \end_inset
21329 </cell>
21330 <cell alignment="center" valignment="top" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334 \begin_inset Formula $\:B_{\mathrm{red}}$
21335 \end_inset
21336
21337
21338 \end_layout
21339
21340 \end_inset
21341 </cell>
21342 </row>
21343 <row>
21344 <cell alignment="center" valignment="top" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348 32×
21349 \end_layout
21350
21351 \end_inset
21352 </cell>
21353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357 6
21358 \begin_inset space \thinspace{}
21359 \end_inset
21360
21361 cm
21362 \end_layout
21363
21364 \end_inset
21365 </cell>
21366 <cell alignment="center" valignment="top" usebox="none">
21367 \begin_inset Text
21368
21369 \begin_layout Plain Layout
21370 -
21371 \begin_inset Formula $33.5\cdot$
21372 \end_inset
21373
21374
21375 \end_layout
21376
21377 \end_inset
21378 </cell>
21379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21380 \begin_inset Text
21381
21382 \begin_layout Plain Layout
21383 \begin_inset Formula $10^{4}$
21384 \end_inset
21385
21386
21387 \end_layout
21388
21389 \end_inset
21390 </cell>
21391 <cell alignment="center" valignment="top" usebox="none">
21392 \begin_inset Text
21393
21394 \begin_layout Plain Layout
21395 \begin_inset Formula $\sin(\alpha)\ge$
21396 \end_inset
21397
21398
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 <cell alignment="center" valignment="top" usebox="none">
21404 \begin_inset Text
21405
21406 \begin_layout Plain Layout
21407 \begin_inset Formula $\:\sin(\beta)$
21408 \end_inset
21409
21410
21411 \end_layout
21412
21413 \end_inset
21414 </cell>
21415 </row>
21416 </lyxtabular>
21417
21418 \end_inset
21419
21420
21421 \end_layout
21422
21423 \end_inset
21424
21425
21426 \end_layout
21427
21428 \begin_layout Subsection
21429 Angepasste Zellen-/Spaltenformate
21430 \begin_inset CommandInset label
21431 LatexCommand label
21432 name "uab:Angepasste-Zellen-/Spaltenformate"
21433
21434 \end_inset
21435
21436
21437 \begin_inset Index idx
21438 status collapsed
21439
21440 \begin_layout Plain Layout
21441 Tabellen ! Spaltenformat
21442 \end_layout
21443
21444 \end_inset
21445
21446
21447 \end_layout
21448
21449 \begin_layout Standard
21450 Wenn man wie in Abschnitt
21451 \begin_inset space ~
21452 \end_inset
21453
21454
21455 \begin_inset CommandInset ref
21456 LatexCommand ref
21457 reference "abs:Berechnung-der-Tabellenbreite"
21458
21459 \end_inset
21460
21461  oder Abschnitt
21462 \begin_inset space ~
21463 \end_inset
21464
21465
21466 \begin_inset CommandInset ref
21467 LatexCommand ref
21468 reference "uab:Mehrfachspalten-Berechnungen"
21469
21470 \end_inset
21471
21472  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
21473  Tabellen sehr lästig.
21474  Um sich das Leben zu erleichtern, kann man im \SpecialChar LaTeX
21475 -Vorspann ein Zellen/Spalten-Form
21476 at definieren, das dann in allen Tabellen des Dokuments verwendet werden
21477  kann.
21478  Das Format wird mit dem Befehl
21479 \end_layout
21480
21481 \begin_layout Standard
21482
21483 \series bold
21484
21485 \backslash
21486 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
21487 \end_layout
21488
21489 \begin_layout Standard
21490 definiert.
21491  Der Formatname darf nur ein Buchstabe sein, aber nicht 
21492 \emph on
21493 b
21494 \emph default
21495
21496 \emph on
21497 c
21498 \emph default
21499
21500 \emph on
21501 l
21502 \emph default
21503
21504 \emph on
21505 m
21506 \emph default
21507
21508 \emph on
21509 p
21510 \emph default
21511  oder 
21512 \emph on
21513 r
21514 \emph default
21515 , weil diese vordefiniert sind.
21516  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
21517 \end_layout
21518
21519 \begin_layout Standard
21520 \begin_inset VSpace medskip
21521 \end_inset
21522
21523
21524 \end_layout
21525
21526 \begin_layout Standard
21527 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
21528  Breite könnte das Format so aussehen:
21529 \end_layout
21530
21531 \begin_layout Standard
21532
21533 \series bold
21534
21535 \backslash
21536 newcolumntype{M}[1]{>{
21537 \backslash
21538 centering
21539 \backslash
21540 hspace{0pt}}m{#1}}
21541 \end_layout
21542
21543 \begin_layout Standard
21544 wobei 
21545 \series bold
21546
21547 \backslash
21548 hspace{0pt}
21549 \series default
21550  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
21551  Abschnitt
21552 \begin_inset space ~
21553 \end_inset
21554
21555
21556 \begin_inset CommandInset ref
21557 LatexCommand ref
21558 reference "uab:Mehrfache-Zeilen-in"
21559
21560 \end_inset
21561
21562  beschrieben.
21563  Jetzt können Sie mit
21564 \end_layout
21565
21566 \begin_layout Standard
21567
21568 \series bold
21569 M{Breite}
21570 \end_layout
21571
21572 \begin_layout Standard
21573 im 
21574 \family sans
21575 \SpecialChar LaTeX
21576 -Argument
21577 \family default
21578  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
21579 \end_layout
21580
21581 \begin_layout Standard
21582 \begin_inset VSpace bigskip
21583 \end_inset
21584
21585
21586 \end_layout
21587
21588 \begin_layout Standard
21589 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
21590  Format definieren:
21591 \end_layout
21592
21593 \begin_layout Standard
21594
21595 \series bold
21596
21597 \backslash
21598 newcolumntype{S}[2]{>{
21599 \backslash
21600 centering
21601 \backslash
21602 hspace{0pt}}
21603 \begin_inset Newline newline
21604 \end_inset
21605
21606
21607 \begin_inset Phantom HPhantom
21608 status open
21609
21610 \begin_layout Plain Layout
21611
21612 \series bold
21613
21614 \backslash
21615 newcolumntype
21616 \end_layout
21617
21618 \end_inset
21619
21620 m{(#1+(2
21621 \backslash
21622 tabcolsep+
21623 \backslash
21624 arrayrulewidth)*(1-#2))/#2}}
21625 \end_layout
21626
21627 \begin_layout Standard
21628 Dieses Format benutzt Gleichung
21629 \begin_inset space ~
21630 \end_inset
21631
21632
21633 \begin_inset CommandInset ref
21634 LatexCommand ref
21635 reference "eq:Wgn"
21636
21637 \end_inset
21638
21639 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
21640  breit ist.
21641 \end_layout
21642
21643 \begin_layout Standard
21644 Jetzt können Sie im 
21645 \family sans
21646 \SpecialChar LaTeX
21647 -Argument
21648 \family default
21649  im 
21650 \family sans
21651 Tabellen-Einstellungen
21652 \family default
21653 -Dialog folgendes einfügen:
21654 \end_layout
21655
21656 \begin_layout Standard
21657
21658 \series bold
21659 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
21660 \end_layout
21661
21662 \begin_layout Standard
21663 \begin_inset VSpace bigskip
21664 \end_inset
21665
21666
21667 \end_layout
21668
21669 \begin_layout Standard
21670 Für farbige Spalten können Sie folgendes einfügen:
21671 \end_layout
21672
21673 \begin_layout Standard
21674
21675 \series bold
21676
21677 \backslash
21678 newcolumntype{K}[1]{>{
21679 \backslash
21680 columncolor{#1}
21681 \backslash
21682 hspace{0pt}}c}
21683 \end_layout
21684
21685 \begin_layout Standard
21686 Das 
21687 \begin_inset Quotes gld
21688 \end_inset
21689
21690 c
21691 \begin_inset Quotes grd
21692 \end_inset
21693
21694  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
21695  zentriert ist.
21696  Jetzt können Sie als 
21697 \family sans
21698 \SpecialChar LaTeX
21699 -Argument
21700 \family default
21701  folgendes einfügen:
21702 \end_layout
21703
21704 \begin_layout Standard
21705
21706 \series bold
21707 K{Farbname}
21708 \end_layout
21709
21710 \begin_layout Standard
21711 \begin_inset VSpace bigskip
21712 \end_inset
21713
21714
21715 \end_layout
21716
21717 \begin_layout Standard
21718 Für Tabelle
21719 \begin_inset space ~
21720 \end_inset
21721
21722
21723 \begin_inset CommandInset ref
21724 LatexCommand ref
21725 reference "tab:Tabelle-mit-benutzerdefinierte"
21726
21727 \end_inset
21728
21729  wurden folgende 
21730 \family sans
21731 \SpecialChar LaTeX
21732 -Argumente
21733 \family default
21734  benutzt:
21735 \end_layout
21736
21737 \begin_layout Standard
21738
21739 \series bold
21740 M{2.5cm}
21741 \end_layout
21742
21743 \begin_layout Standard
21744 für die erste Spalte und die Mehrfachspalte,
21745 \end_layout
21746
21747 \begin_layout Standard
21748
21749 \series bold
21750 K{red}
21751 \end_layout
21752
21753 \begin_layout Standard
21754 für die letzte Spalte und
21755 \end_layout
21756
21757 \begin_layout Standard
21758
21759 \series bold
21760 S{2.5cm}{2}
21761 \end_layout
21762
21763 \begin_layout Standard
21764 für die Spalten in der zweiten Mehrfachspalte.
21765 \end_layout
21766
21767 \begin_layout Standard
21768 \begin_inset Float table
21769 placement h
21770 wide false
21771 sideways false
21772 status open
21773
21774 \begin_layout Plain Layout
21775 \begin_inset Caption Standard
21776
21777 \begin_layout Plain Layout
21778 \begin_inset CommandInset label
21779 LatexCommand label
21780 name "tab:Tabelle-mit-benutzerdefinierte"
21781
21782 \end_inset
21783
21784 Tabelle mit benutzerdefinierten Formaten
21785 \end_layout
21786
21787 \end_inset
21788
21789
21790 \end_layout
21791
21792 \begin_layout Plain Layout
21793 \align center
21794 \begin_inset Tabular
21795 <lyxtabular version="3" rows="3" columns="4">
21796 <features tabularvalignment="middle">
21797 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21798 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21799 <column alignment="center" valignment="middle">
21800 <column alignment="center" valignment="middle" special="K{red}">
21801 <row>
21802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21803 \begin_inset Text
21804
21805 \begin_layout Plain Layout
21806 einsehrlangesWort
21807 \end_layout
21808
21809 \end_inset
21810 </cell>
21811 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815 Mehrfachspalte mit mehreren Zeilen
21816 \end_layout
21817
21818 \end_inset
21819 </cell>
21820 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21821 \begin_inset Text
21822
21823 \begin_layout Plain Layout
21824
21825 \end_layout
21826
21827 \end_inset
21828 </cell>
21829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21830 \begin_inset Text
21831
21832 \begin_layout Plain Layout
21833 c
21834 \end_layout
21835
21836 \end_inset
21837 </cell>
21838 </row>
21839 <row>
21840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21841 \begin_inset Text
21842
21843 \begin_layout Plain Layout
21844 d
21845 \end_layout
21846
21847 \end_inset
21848 </cell>
21849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21850 \begin_inset Text
21851
21852 \begin_layout Plain Layout
21853 e
21854 \end_layout
21855
21856 \end_inset
21857 </cell>
21858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21859 \begin_inset Text
21860
21861 \begin_layout Plain Layout
21862 f
21863 \end_layout
21864
21865 \end_inset
21866 </cell>
21867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21868 \begin_inset Text
21869
21870 \begin_layout Plain Layout
21871 g
21872 \end_layout
21873
21874 \end_inset
21875 </cell>
21876 </row>
21877 <row>
21878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21879 \begin_inset Text
21880
21881 \begin_layout Plain Layout
21882 h
21883 \end_layout
21884
21885 \end_inset
21886 </cell>
21887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21888 \begin_inset Text
21889
21890 \begin_layout Plain Layout
21891 i
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900 j
21901 \end_layout
21902
21903 \end_inset
21904 </cell>
21905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909 k
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 </row>
21915 </lyxtabular>
21916
21917 \end_inset
21918
21919
21920 \end_layout
21921
21922 \end_inset
21923
21924
21925 \end_layout
21926
21927 \begin_layout Subsection
21928 Liniendicke
21929 \begin_inset CommandInset label
21930 LatexCommand label
21931 name "uab:Liniendicke"
21932
21933 \end_inset
21934
21935
21936 \begin_inset Index idx
21937 status collapsed
21938
21939 \begin_layout Plain Layout
21940 Tabellen  ! Linien ! -dicke
21941 \end_layout
21942
21943 \end_inset
21944
21945
21946 \end_layout
21947
21948 \begin_layout Standard
21949 Die Liniendicke für alle Linien einer Tabelle kann mit 
21950 \series bold
21951
21952 \backslash
21953 arrayrulewidth
21954 \series default
21955  eingestellt werden.
21956  Um eine Liniendicke von 1.5
21957 \begin_inset space \thinspace{}
21958 \end_inset
21959
21960 pt wie in Tabelle
21961 \begin_inset space ~
21962 \end_inset
21963
21964
21965 \begin_inset CommandInset ref
21966 LatexCommand ref
21967 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
21968
21969 \end_inset
21970
21971  zu bekommen, geben Sie den Befehl
21972 \end_layout
21973
21974 \begin_layout Standard
21975
21976 \series bold
21977
21978 \backslash
21979 setlength{
21980 \backslash
21981 arrayrulewidth}{1.5pt}
21982 \end_layout
21983
21984 \begin_layout Standard
21985 als \SpecialChar TeX
21986 -Code vor der (Gleitobjekt-)Tabelle ein.
21987  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
21988  Mit
21989 \end_layout
21990
21991 \begin_layout Standard
21992
21993 \series bold
21994
21995 \backslash
21996 setlength{
21997 \backslash
21998 arrayrulewidth}{0.4pt}
21999 \end_layout
22000
22001 \begin_layout Standard
22002 bekommen Sie wieder die Standarddicke.
22003 \end_layout
22004
22005 \begin_layout Standard
22006 \begin_inset ERT
22007 status collapsed
22008
22009 \begin_layout Plain Layout
22010
22011
22012 \backslash
22013 setlength{
22014 \backslash
22015 arrayrulewidth}{1.5pt}
22016 \end_layout
22017
22018 \end_inset
22019
22020
22021 \begin_inset Float table
22022 placement H
22023 wide false
22024 sideways false
22025 status open
22026
22027 \begin_layout Plain Layout
22028 \begin_inset Caption Standard
22029
22030 \begin_layout Plain Layout
22031 \begin_inset CommandInset label
22032 LatexCommand label
22033 name "tab:Tabelle-mit-1.5pt-Liniendicke"
22034
22035 \end_inset
22036
22037 Tabelle mit 1.5
22038 \begin_inset space \thinspace{}
22039 \end_inset
22040
22041 pt Liniendicke
22042 \end_layout
22043
22044 \end_inset
22045
22046
22047 \end_layout
22048
22049 \begin_layout Plain Layout
22050 \align center
22051 \begin_inset Tabular
22052 <lyxtabular version="3" rows="3" columns="3">
22053 <features tabularvalignment="middle">
22054 <column alignment="center" valignment="top">
22055 <column alignment="center" valignment="top">
22056 <column alignment="center" valignment="top">
22057 <row>
22058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22059 \begin_inset Text
22060
22061 \begin_layout Plain Layout
22062 sd
22063 \end_layout
22064
22065 \end_inset
22066 </cell>
22067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22068 \begin_inset Text
22069
22070 \begin_layout Plain Layout
22071
22072 \end_layout
22073
22074 \end_inset
22075 </cell>
22076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22077 \begin_inset Text
22078
22079 \begin_layout Plain Layout
22080
22081 \end_layout
22082
22083 \end_inset
22084 </cell>
22085 </row>
22086 <row>
22087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22088 \begin_inset Text
22089
22090 \begin_layout Plain Layout
22091
22092 \end_layout
22093
22094 \end_inset
22095 </cell>
22096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22097 \begin_inset Text
22098
22099 \begin_layout Plain Layout
22100 sd
22101 \end_layout
22102
22103 \end_inset
22104 </cell>
22105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22106 \begin_inset Text
22107
22108 \begin_layout Plain Layout
22109
22110 \end_layout
22111
22112 \end_inset
22113 </cell>
22114 </row>
22115 <row>
22116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22126 \begin_inset Text
22127
22128 \begin_layout Plain Layout
22129
22130 \end_layout
22131
22132 \end_inset
22133 </cell>
22134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22135 \begin_inset Text
22136
22137 \begin_layout Plain Layout
22138 sd
22139 \end_layout
22140
22141 \end_inset
22142 </cell>
22143 </row>
22144 </lyxtabular>
22145
22146 \end_inset
22147
22148
22149 \end_layout
22150
22151 \end_inset
22152
22153
22154 \begin_inset ERT
22155 status collapsed
22156
22157 \begin_layout Plain Layout
22158
22159
22160 \backslash
22161 setlength{
22162 \backslash
22163 arrayrulewidth}{0.4pt}
22164 \end_layout
22165
22166 \end_inset
22167
22168
22169 \end_layout
22170
22171 \begin_layout Standard
22172 \begin_inset VSpace bigskip
22173 \end_inset
22174
22175 Um eine Liniendicke von 1.5
22176 \begin_inset space \thinspace{}
22177 \end_inset
22178
22179 pt nur für horizontale Linien zu bekommen wie in Tabelle
22180 \begin_inset space ~
22181 \end_inset
22182
22183
22184 \begin_inset CommandInset ref
22185 LatexCommand ref
22186 reference "tab:Tabelle-mit-1.5pt-horiz"
22187
22188 \end_inset
22189
22190 , müssen Sie folgende Befehle als \SpecialChar TeX
22191 -Code vor der (Gleitobjekt-)Tabelle einfügen:
22192 \end_layout
22193
22194 \begin_layout Standard
22195
22196 \series bold
22197
22198 \backslash
22199 let
22200 \backslash
22201 myHline
22202 \backslash
22203 hline
22204 \begin_inset Newline newline
22205 \end_inset
22206
22207
22208 \backslash
22209 renewcommand{
22210 \backslash
22211 hline}
22212 \begin_inset Newline newline
22213 \end_inset
22214
22215  {
22216 \backslash
22217 noalign{
22218 \backslash
22219 global
22220 \backslash
22221 arrayrulewidth 1.5pt}
22222 \begin_inset Newline newline
22223 \end_inset
22224
22225  
22226 \backslash
22227 myHline
22228 \backslash
22229 noalign{
22230 \backslash
22231 global
22232 \backslash
22233 arrayrulewidth 0.4pt}}
22234 \end_layout
22235
22236 \begin_layout Standard
22237 Die Standarddicke erhalten Sie mit folgendem Befehl als \SpecialChar TeX
22238 -Code hinter der
22239  (Gleit\SpecialChar softhyphen
22240 objekt-)Tabelle zurück:
22241 \end_layout
22242
22243 \begin_layout Standard
22244
22245 \series bold
22246
22247 \backslash
22248 renewcommand{
22249 \backslash
22250 hline}{
22251 \backslash
22252 myHline}
22253 \end_layout
22254
22255 \begin_layout Standard
22256 \begin_inset ERT
22257 status collapsed
22258
22259 \begin_layout Plain Layout
22260
22261
22262 \backslash
22263 let
22264 \backslash
22265 myHline
22266 \backslash
22267 hline
22268 \end_layout
22269
22270 \begin_layout Plain Layout
22271
22272
22273 \backslash
22274 renewcommand{
22275 \backslash
22276 hline}
22277 \end_layout
22278
22279 \begin_layout Plain Layout
22280
22281  {
22282 \backslash
22283 noalign{
22284 \backslash
22285 global
22286 \backslash
22287 arrayrulewidth 1.5pt}
22288 \end_layout
22289
22290 \begin_layout Plain Layout
22291
22292   
22293 \backslash
22294 myHline
22295 \backslash
22296 noalign{
22297 \backslash
22298 global
22299 \backslash
22300 arrayrulewidth 0.4pt}}
22301 \end_layout
22302
22303 \end_inset
22304
22305
22306 \begin_inset Float table
22307 placement h
22308 wide false
22309 sideways false
22310 status open
22311
22312 \begin_layout Plain Layout
22313 \begin_inset Caption Standard
22314
22315 \begin_layout Plain Layout
22316 \begin_inset CommandInset label
22317 LatexCommand label
22318 name "tab:Tabelle-mit-1.5pt-horiz"
22319
22320 \end_inset
22321
22322 Tabelle mit 1.5
22323 \begin_inset space \thinspace{}
22324 \end_inset
22325
22326 pt dicken horizontalen Linien
22327 \end_layout
22328
22329 \end_inset
22330
22331
22332 \end_layout
22333
22334 \begin_layout Plain Layout
22335 \align center
22336 \begin_inset Tabular
22337 <lyxtabular version="3" rows="3" columns="3">
22338 <features tabularvalignment="middle">
22339 <column alignment="center" valignment="top">
22340 <column alignment="center" valignment="top">
22341 <column alignment="center" valignment="top">
22342 <row>
22343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22344 \begin_inset Text
22345
22346 \begin_layout Plain Layout
22347 sd
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22353 \begin_inset Text
22354
22355 \begin_layout Plain Layout
22356
22357 \end_layout
22358
22359 \end_inset
22360 </cell>
22361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22362 \begin_inset Text
22363
22364 \begin_layout Plain Layout
22365
22366 \end_layout
22367
22368 \end_inset
22369 </cell>
22370 </row>
22371 <row>
22372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22373 \begin_inset Text
22374
22375 \begin_layout Plain Layout
22376
22377 \end_layout
22378
22379 \end_inset
22380 </cell>
22381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22382 \begin_inset Text
22383
22384 \begin_layout Plain Layout
22385 sd
22386 \end_layout
22387
22388 \end_inset
22389 </cell>
22390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22391 \begin_inset Text
22392
22393 \begin_layout Plain Layout
22394
22395 \end_layout
22396
22397 \end_inset
22398 </cell>
22399 </row>
22400 <row>
22401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22402 \begin_inset Text
22403
22404 \begin_layout Plain Layout
22405
22406 \end_layout
22407
22408 \end_inset
22409 </cell>
22410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22411 \begin_inset Text
22412
22413 \begin_layout Plain Layout
22414
22415 \end_layout
22416
22417 \end_inset
22418 </cell>
22419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22420 \begin_inset Text
22421
22422 \begin_layout Plain Layout
22423 sd
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 </row>
22429 </lyxtabular>
22430
22431 \end_inset
22432
22433
22434 \end_layout
22435
22436 \end_inset
22437
22438
22439 \begin_inset ERT
22440 status collapsed
22441
22442 \begin_layout Plain Layout
22443
22444
22445 \backslash
22446 renewcommand{
22447 \backslash
22448 hline}{
22449 \backslash
22450 myHline}
22451 \end_layout
22452
22453 \end_inset
22454
22455
22456 \end_layout
22457
22458 \begin_layout Standard
22459 \begin_inset VSpace bigskip
22460 \end_inset
22461
22462 Um die Liniendicke von 1.5
22463 \begin_inset space \thinspace{}
22464 \end_inset
22465
22466 pt nur für vertikale Linien zu bekommen, müssen Sie im \SpecialChar LaTeX
22467 -Vorspann folgendes
22468  Spaltenformat entsprechend der Beschreibung in Abschnitt
22469 \begin_inset space ~
22470 \end_inset
22471
22472
22473 \begin_inset CommandInset ref
22474 LatexCommand ref
22475 reference "uab:Angepasste-Zellen-/Spaltenformate"
22476
22477 \end_inset
22478
22479  definieren:
22480 \end_layout
22481
22482 \begin_layout Standard
22483
22484 \series bold
22485
22486 \backslash
22487 newcolumntype{V}{!{
22488 \backslash
22489 vrule width 1.5pt}}
22490 \end_layout
22491
22492 \begin_layout Standard
22493 In Tabelle
22494 \begin_inset space ~
22495 \end_inset
22496
22497
22498 \begin_inset CommandInset ref
22499 LatexCommand ref
22500 reference "tab:Tabelle-mit-1.5pt-vert"
22501
22502 \end_inset
22503
22504  wurde das 
22505 \family sans
22506 LaTe
22507 \begin_inset ERT
22508 status collapsed
22509
22510 \begin_layout Plain Layout
22511
22512 {}
22513 \end_layout
22514
22515 \end_inset
22516
22517 X-Argument
22518 \family default
22519 \series bold
22520  VcV
22521 \series default
22522  für die letzte Spalte und
22523 \series bold
22524  Vc
22525 \series default
22526  für die anderen benutzt.
22527 \end_layout
22528
22529 \begin_layout Standard
22530 \begin_inset Float table
22531 placement H
22532 wide false
22533 sideways false
22534 status open
22535
22536 \begin_layout Plain Layout
22537 \begin_inset Caption Standard
22538
22539 \begin_layout Plain Layout
22540 \begin_inset CommandInset label
22541 LatexCommand label
22542 name "tab:Tabelle-mit-1.5pt-vert"
22543
22544 \end_inset
22545
22546 Tabelle mit 1.5
22547 \begin_inset space \thinspace{}
22548 \end_inset
22549
22550 pt dicken vertikalen Linien
22551 \end_layout
22552
22553 \end_inset
22554
22555
22556 \end_layout
22557
22558 \begin_layout Plain Layout
22559 \align center
22560 \begin_inset Tabular
22561 <lyxtabular version="3" rows="3" columns="3">
22562 <features tabularvalignment="middle">
22563 <column alignment="center" valignment="top" special="Vc">
22564 <column alignment="center" valignment="top" special="Vc">
22565 <column alignment="center" valignment="top" special="VcV">
22566 <row>
22567 <cell alignment="center" valignment="top" topline="true" usebox="none">
22568 \begin_inset Text
22569
22570 \begin_layout Plain Layout
22571 sd
22572 \end_layout
22573
22574 \end_inset
22575 </cell>
22576 <cell alignment="center" valignment="top" topline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 <cell alignment="center" valignment="top" topline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 </row>
22595 <row>
22596 <cell alignment="center" valignment="top" topline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600
22601 \end_layout
22602
22603 \end_inset
22604 </cell>
22605 <cell alignment="center" valignment="top" topline="true" usebox="none">
22606 \begin_inset Text
22607
22608 \begin_layout Plain Layout
22609 sd
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 <cell alignment="center" valignment="top" topline="true" usebox="none">
22615 \begin_inset Text
22616
22617 \begin_layout Plain Layout
22618
22619 \end_layout
22620
22621 \end_inset
22622 </cell>
22623 </row>
22624 <row>
22625 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22626 \begin_inset Text
22627
22628 \begin_layout Plain Layout
22629
22630 \end_layout
22631
22632 \end_inset
22633 </cell>
22634 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22635 \begin_inset Text
22636
22637 \begin_layout Plain Layout
22638
22639 \end_layout
22640
22641 \end_inset
22642 </cell>
22643 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22644 \begin_inset Text
22645
22646 \begin_layout Plain Layout
22647 sd
22648 \end_layout
22649
22650 \end_inset
22651 </cell>
22652 </row>
22653 </lyxtabular>
22654
22655 \end_inset
22656
22657
22658 \end_layout
22659
22660 \end_inset
22661
22662
22663 \end_layout
22664
22665 \begin_layout Subsection
22666 Gestrichelte Linien
22667 \begin_inset Index idx
22668 status collapsed
22669
22670 \begin_layout Plain Layout
22671 Tabellen  ! Linien ! gestrichelte 
22672 \end_layout
22673
22674 \end_inset
22675
22676
22677 \end_layout
22678
22679 \begin_layout Standard
22680 \begin_inset ERT
22681 status collapsed
22682
22683 \begin_layout Plain Layout
22684
22685
22686 \backslash
22687 ifarydshln
22688 \end_layout
22689
22690 \end_inset
22691
22692
22693 \begin_inset Note Note
22694 status open
22695
22696 \begin_layout Plain Layout
22697 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
22698 -Paket 
22699 \series bold
22700 arydshln
22701 \series default
22702  installiert ist.
22703 \end_layout
22704
22705 \end_inset
22706
22707
22708 \end_layout
22709
22710 \begin_layout Standard
22711 \begin_inset Float table
22712 placement h
22713 wide false
22714 sideways false
22715 status open
22716
22717 \begin_layout Plain Layout
22718 \begin_inset Caption Standard
22719
22720 \begin_layout Plain Layout
22721 \begin_inset CommandInset label
22722 LatexCommand label
22723 name "tab:Tabelle-mit-gestrichelten"
22724
22725 \end_inset
22726
22727 Tabelle mit gestrichelten Linien
22728 \end_layout
22729
22730 \end_inset
22731
22732
22733 \end_layout
22734
22735 \begin_layout Plain Layout
22736 \align center
22737 \begin_inset Tabular
22738 <lyxtabular version="3" rows="5" columns="5">
22739 <features tabularvalignment="middle">
22740 <column alignment="center" valignment="top">
22741 <column alignment="center" valignment="top">
22742 <column alignment="center" valignment="top" special=":c">
22743 <column alignment="center" valignment="top">
22744 <column alignment="center" valignment="top">
22745 <row>
22746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750 a
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759 b
22760 \end_layout
22761
22762 \end_inset
22763 </cell>
22764 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768 c
22769 \end_layout
22770
22771 \end_inset
22772 </cell>
22773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22774 \begin_inset Text
22775
22776 \begin_layout Plain Layout
22777 d
22778 \end_layout
22779
22780 \end_inset
22781 </cell>
22782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22783 \begin_inset Text
22784
22785 \begin_layout Plain Layout
22786 e
22787 \end_layout
22788
22789 \end_inset
22790 </cell>
22791 </row>
22792 <row>
22793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22794 \begin_inset Text
22795
22796 \begin_layout Plain Layout
22797 f
22798 \end_layout
22799
22800 \end_inset
22801 </cell>
22802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22803 \begin_inset Text
22804
22805 \begin_layout Plain Layout
22806 g
22807 \end_layout
22808
22809 \end_inset
22810 </cell>
22811 <cell alignment="center" valignment="top" topline="true" usebox="none">
22812 \begin_inset Text
22813
22814 \begin_layout Plain Layout
22815 h
22816 \end_layout
22817
22818 \end_inset
22819 </cell>
22820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22821 \begin_inset Text
22822
22823 \begin_layout Plain Layout
22824 i
22825 \end_layout
22826
22827 \end_inset
22828 </cell>
22829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22830 \begin_inset Text
22831
22832 \begin_layout Plain Layout
22833 j
22834 \end_layout
22835
22836 \end_inset
22837 </cell>
22838 </row>
22839 <row>
22840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22841 \begin_inset Text
22842
22843 \begin_layout Plain Layout
22844 \begin_inset ERT
22845 status collapsed
22846
22847 \begin_layout Plain Layout
22848
22849
22850 \backslash
22851 hdashline 
22852 \end_layout
22853
22854 \end_inset
22855
22856 k
22857 \end_layout
22858
22859 \end_inset
22860 </cell>
22861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22862 \begin_inset Text
22863
22864 \begin_layout Plain Layout
22865 l
22866 \end_layout
22867
22868 \end_inset
22869 </cell>
22870 <cell alignment="center" valignment="top" usebox="none">
22871 \begin_inset Text
22872
22873 \begin_layout Plain Layout
22874 m
22875 \end_layout
22876
22877 \end_inset
22878 </cell>
22879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22880 \begin_inset Text
22881
22882 \begin_layout Plain Layout
22883 n
22884 \end_layout
22885
22886 \end_inset
22887 </cell>
22888 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22889 \begin_inset Text
22890
22891 \begin_layout Plain Layout
22892 o
22893 \end_layout
22894
22895 \end_inset
22896 </cell>
22897 </row>
22898 <row>
22899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22900 \begin_inset Text
22901
22902 \begin_layout Plain Layout
22903 \begin_inset ERT
22904 status collapsed
22905
22906 \begin_layout Plain Layout
22907
22908
22909 \backslash
22910 cdashline{4-5}
22911 \end_layout
22912
22913 \end_inset
22914
22915 p
22916 \end_layout
22917
22918 \end_inset
22919 </cell>
22920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22921 \begin_inset Text
22922
22923 \begin_layout Plain Layout
22924 q
22925 \end_layout
22926
22927 \end_inset
22928 </cell>
22929 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22930 \begin_inset Text
22931
22932 \begin_layout Plain Layout
22933 r
22934 \end_layout
22935
22936 \end_inset
22937 </cell>
22938 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22939 \begin_inset Text
22940
22941 \begin_layout Plain Layout
22942 s
22943 \end_layout
22944
22945 \end_inset
22946 </cell>
22947 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22948 \begin_inset Text
22949
22950 \begin_layout Plain Layout
22951
22952 \end_layout
22953
22954 \end_inset
22955 </cell>
22956 </row>
22957 <row>
22958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22959 \begin_inset Text
22960
22961 \begin_layout Plain Layout
22962 t
22963 \end_layout
22964
22965 \end_inset
22966 </cell>
22967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22968 \begin_inset Text
22969
22970 \begin_layout Plain Layout
22971 u
22972 \end_layout
22973
22974 \end_inset
22975 </cell>
22976 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22977 \begin_inset Text
22978
22979 \begin_layout Plain Layout
22980 v
22981 \end_layout
22982
22983 \end_inset
22984 </cell>
22985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22986 \begin_inset Text
22987
22988 \begin_layout Plain Layout
22989 w
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22995 \begin_inset Text
22996
22997 \begin_layout Plain Layout
22998 x
22999 \end_layout
23000
23001 \end_inset
23002 </cell>
23003 </row>
23004 </lyxtabular>
23005
23006 \end_inset
23007
23008
23009 \end_layout
23010
23011 \end_inset
23012
23013
23014 \end_layout
23015
23016 \begin_layout Standard
23017 \SpecialChar LyX
23018  unterstützt von sich aus keine gestrichelten Linien, also müssen Sie \SpecialChar TeX
23019 -Code
23020  benutzen.
23021  Zunächst müssen Sie das \SpecialChar LaTeX
23022 -Paket 
23023 \series bold
23024 arydshln
23025 \series default
23026
23027 \begin_inset Index idx
23028 status collapsed
23029
23030 \begin_layout Plain Layout
23031 \SpecialChar LaTeX
23032 -Pakete ! arydshln
23033 \end_layout
23034
23035 \end_inset
23036
23037  im \SpecialChar LaTeX
23038 -Vorspann laden:
23039 \end_layout
23040
23041 \begin_layout Standard
23042
23043 \series bold
23044
23045 \backslash
23046 usepackage{arydshln}
23047 \end_layout
23048
23049 \begin_layout Standard
23050 Um senkrechte Linien zu stricheln, müssen Sie im 
23051 \family sans
23052 LaTe
23053 \begin_inset ERT
23054 status collapsed
23055
23056 \begin_layout Plain Layout
23057
23058 {}
23059 \end_layout
23060
23061 \end_inset
23062
23063 X-Argument
23064 \family default
23065  des 
23066 \family sans
23067 Tabellen-Einstellungen
23068 \family default
23069 -Dialogs 
23070 \begin_inset Quotes gld
23071 \end_inset
23072
23073 :
23074 \begin_inset Quotes grd
23075 \end_inset
23076
23077 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
23078 \end_layout
23079
23080 \begin_layout Standard
23081 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
23082 \end_layout
23083
23084 \begin_layout Standard
23085
23086 \series bold
23087
23088 \backslash
23089 hdashline
23090 \end_layout
23091
23092 \begin_layout Standard
23093 als \SpecialChar TeX
23094 -Code als erstes in die erste Zelle einer Zeile einfügen.
23095 \end_layout
23096
23097 \begin_layout Standard
23098 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
23099 \end_layout
23100
23101 \begin_layout Standard
23102
23103 \series bold
23104
23105 \backslash
23106 cdashline{Anfangsspalte-Endspalte}
23107 \end_layout
23108
23109 \begin_layout Standard
23110 als \SpecialChar TeX
23111 -Code als erstes in die erste Zelle einer Zeile eingefügt.
23112  Wenn Sie z.
23113 \begin_inset space \thinspace{}
23114 \end_inset
23115
23116 B.
23117  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
23118  gestrichelte Linie haben, fügen Sie den Befehl
23119 \end_layout
23120
23121 \begin_layout Standard
23122
23123 \series bold
23124
23125 \backslash
23126 cdashline{2-4}
23127 \end_layout
23128
23129 \begin_layout Standard
23130 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
23131 \end_layout
23132
23133 \begin_layout Standard
23134 \begin_inset VSpace bigskip
23135 \end_inset
23136
23137
23138 \end_layout
23139
23140 \begin_layout Standard
23141 In Tabelle
23142 \begin_inset space ~
23143 \end_inset
23144
23145
23146 \begin_inset CommandInset ref
23147 LatexCommand ref
23148 reference "tab:Tabelle-mit-gestrichelten"
23149
23150 \end_inset
23151
23152  wurde in der dritten Spalte der Befehl
23153 \series bold
23154  
23155 \series default
23156
23157 \begin_inset Quotes gld
23158 \end_inset
23159
23160
23161 \series bold
23162 :c
23163 \begin_inset Quotes grd
23164 \end_inset
23165
23166
23167 \series default
23168  benutzt.
23169  Der Befehl 
23170 \series bold
23171
23172 \backslash
23173 hdashline
23174 \series default
23175  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
23176 \begin_inset Newline newline
23177 \end_inset
23178
23179  
23180 \series bold
23181
23182 \backslash
23183 cdashline{4-5} 
23184 \series default
23185 wurde in die erste Zelle der vierten Zeile eingefügt.
23186 \end_layout
23187
23188 \begin_layout Standard
23189 \begin_inset VSpace bigskip
23190 \end_inset
23191
23192
23193 \end_layout
23194
23195 \begin_layout Standard
23196 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
23197 \begin_inset space ~
23198 \end_inset
23199
23200
23201 \begin_inset CommandInset ref
23202 LatexCommand ref
23203 reference "tab:Farbige-Tabelle-mit"
23204
23205 \end_inset
23206
23207  verdeutlicht.
23208 \end_layout
23209
23210 \begin_layout Standard
23211 \begin_inset ERT
23212 status collapsed
23213
23214 \begin_layout Plain Layout
23215
23216
23217 \backslash
23218 setlength{
23219 \backslash
23220 arrayrulewidth}{1pt}
23221 \end_layout
23222
23223 \end_inset
23224
23225
23226 \begin_inset Note Note
23227 status collapsed
23228
23229 \begin_layout Plain Layout
23230 dickere Linien zur besseren Visualisierung der Linienfarbe
23231 \end_layout
23232
23233 \end_inset
23234
23235
23236 \end_layout
23237
23238 \begin_layout Standard
23239 \begin_inset ERT
23240 status collapsed
23241
23242 \begin_layout Plain Layout
23243
23244
23245 \backslash
23246 dashgapcolor{green}
23247 \end_layout
23248
23249 \end_inset
23250
23251
23252 \begin_inset Note Note
23253 status collapsed
23254
23255 \begin_layout Plain Layout
23256 färbt Raum zwischen den Strichen grün
23257 \end_layout
23258
23259 \end_inset
23260
23261
23262 \end_layout
23263
23264 \begin_layout Standard
23265 \begin_inset ERT
23266 status collapsed
23267
23268 \begin_layout Plain Layout
23269
23270
23271 \backslash
23272 let
23273 \backslash
23274 myHdashline
23275 \backslash
23276 hdashline
23277 \end_layout
23278
23279 \begin_layout Plain Layout
23280
23281
23282 \backslash
23283 renewcommand{
23284 \backslash
23285 hdashline}
23286 \end_layout
23287
23288 \begin_layout Plain Layout
23289
23290  {
23291 \backslash
23292 arrayrulecolor{red}
23293 \backslash
23294 myHdashline
23295 \backslash
23296 arrayrulecolor{black}}
23297 \end_layout
23298
23299 \end_inset
23300
23301
23302 \begin_inset Note Note
23303 status collapsed
23304
23305 \begin_layout Plain Layout
23306 färbt horizontale, gestrichelte Linien rot
23307 \end_layout
23308
23309 \end_inset
23310
23311
23312 \end_layout
23313
23314 \begin_layout Standard
23315 \begin_inset ERT
23316 status collapsed
23317
23318 \begin_layout Plain Layout
23319
23320
23321 \backslash
23322 let
23323 \backslash
23324 myCdashline
23325 \backslash
23326 cdashline
23327 \end_layout
23328
23329 \begin_layout Plain Layout
23330
23331
23332 \backslash
23333 renewcommand{
23334 \backslash
23335 cdashline}[1]
23336 \end_layout
23337
23338 \begin_layout Plain Layout
23339
23340  {
23341 \backslash
23342 arrayrulecolor{yellow}
23343 \backslash
23344 myCdashline{#1}
23345 \backslash
23346 arrayrulecolor{black}}
23347 \end_layout
23348
23349 \end_inset
23350
23351
23352 \begin_inset Note Note
23353 status collapsed
23354
23355 \begin_layout Plain Layout
23356 färbt partielle horizontale, gestrichelte Linien gelb
23357 \end_layout
23358
23359 \end_inset
23360
23361
23362 \end_layout
23363
23364 \begin_layout Standard
23365 \begin_inset Float table
23366 placement h
23367 wide false
23368 sideways false
23369 status open
23370
23371 \begin_layout Plain Layout
23372 \begin_inset Caption Standard
23373
23374 \begin_layout Plain Layout
23375 \begin_inset CommandInset label
23376 LatexCommand label
23377 name "tab:Farbige-Tabelle-mit"
23378
23379 \end_inset
23380
23381 Farbige Tabelle mit gestrichelten Linien
23382 \end_layout
23383
23384 \end_inset
23385
23386
23387 \end_layout
23388
23389 \begin_layout Plain Layout
23390 \align center
23391 \begin_inset Tabular
23392 <lyxtabular version="3" rows="5" columns="5">
23393 <features tabularvalignment="middle">
23394 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
23395 <column alignment="center" valignment="top" width="0pt">
23396 <column alignment="center" valignment="top" width="0pt" special=":c">
23397 <column alignment="center" valignment="top">
23398 <column alignment="center" valignment="top">
23399 <row>
23400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23401 \begin_inset Text
23402
23403 \begin_layout Plain Layout
23404 a
23405 \end_layout
23406
23407 \end_inset
23408 </cell>
23409 <cell alignment="center" valignment="top" topline="true" usebox="none">
23410 \begin_inset Text
23411
23412 \begin_layout Plain Layout
23413 b
23414 \end_layout
23415
23416 \end_inset
23417 </cell>
23418 <cell alignment="center" valignment="top" topline="true" usebox="none">
23419 \begin_inset Text
23420
23421 \begin_layout Plain Layout
23422 c
23423 \end_layout
23424
23425 \end_inset
23426 </cell>
23427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23428 \begin_inset Text
23429
23430 \begin_layout Plain Layout
23431 d
23432 \end_layout
23433
23434 \end_inset
23435 </cell>
23436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23437 \begin_inset Text
23438
23439 \begin_layout Plain Layout
23440 e
23441 \end_layout
23442
23443 \end_inset
23444 </cell>
23445 </row>
23446 <row>
23447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23448 \begin_inset Text
23449
23450 \begin_layout Plain Layout
23451 f
23452 \end_layout
23453
23454 \end_inset
23455 </cell>
23456 <cell alignment="center" valignment="top" topline="true" usebox="none">
23457 \begin_inset Text
23458
23459 \begin_layout Plain Layout
23460 g
23461 \end_layout
23462
23463 \end_inset
23464 </cell>
23465 <cell alignment="center" valignment="top" topline="true" usebox="none">
23466 \begin_inset Text
23467
23468 \begin_layout Plain Layout
23469 h
23470 \end_layout
23471
23472 \end_inset
23473 </cell>
23474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478 i
23479 \end_layout
23480
23481 \end_inset
23482 </cell>
23483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23484 \begin_inset Text
23485
23486 \begin_layout Plain Layout
23487 j
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 </row>
23493 <row>
23494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23495 \begin_inset Text
23496
23497 \begin_layout Plain Layout
23498 \begin_inset ERT
23499 status collapsed
23500
23501 \begin_layout Plain Layout
23502
23503
23504 \backslash
23505 hdashline 
23506 \end_layout
23507
23508 \end_inset
23509
23510
23511 \begin_inset ERT
23512 status collapsed
23513
23514 \begin_layout Plain Layout
23515
23516
23517 \backslash
23518 rowcolor{Gray}
23519 \end_layout
23520
23521 \end_inset
23522
23523 k
23524 \end_layout
23525
23526 \end_inset
23527 </cell>
23528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23529 \begin_inset Text
23530
23531 \begin_layout Plain Layout
23532 l
23533 \end_layout
23534
23535 \end_inset
23536 </cell>
23537 <cell alignment="center" valignment="top" usebox="none">
23538 \begin_inset Text
23539
23540 \begin_layout Plain Layout
23541 m
23542 \end_layout
23543
23544 \end_inset
23545 </cell>
23546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23547 \begin_inset Text
23548
23549 \begin_layout Plain Layout
23550 n
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559 o
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 </row>
23565 <row>
23566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23567 \begin_inset Text
23568
23569 \begin_layout Plain Layout
23570 \begin_inset ERT
23571 status collapsed
23572
23573 \begin_layout Plain Layout
23574
23575
23576 \backslash
23577 cdashline{4-5}
23578 \end_layout
23579
23580 \end_inset
23581
23582 p
23583 \end_layout
23584
23585 \end_inset
23586 </cell>
23587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591 q
23592 \end_layout
23593
23594 \end_inset
23595 </cell>
23596 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23597 \begin_inset Text
23598
23599 \begin_layout Plain Layout
23600 r
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609 s
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 </row>
23624 <row>
23625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23626 \begin_inset Text
23627
23628 \begin_layout Plain Layout
23629 t
23630 \end_layout
23631
23632 \end_inset
23633 </cell>
23634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23635 \begin_inset Text
23636
23637 \begin_layout Plain Layout
23638 u
23639 \end_layout
23640
23641 \end_inset
23642 </cell>
23643 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23644 \begin_inset Text
23645
23646 \begin_layout Plain Layout
23647 v
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656 w
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23662 \begin_inset Text
23663
23664 \begin_layout Plain Layout
23665 \begin_inset ERT
23666 status collapsed
23667
23668 \begin_layout Plain Layout
23669
23670
23671 \backslash
23672 cellcolor{Maroon}
23673 \end_layout
23674
23675 \end_inset
23676
23677
23678 \color green
23679 i
23680 \end_layout
23681
23682 \end_inset
23683 </cell>
23684 </row>
23685 </lyxtabular>
23686
23687 \end_inset
23688
23689
23690 \end_layout
23691
23692 \end_inset
23693
23694
23695 \end_layout
23696
23697 \begin_layout Standard
23698 \begin_inset ERT
23699 status collapsed
23700
23701 \begin_layout Plain Layout
23702
23703
23704 \backslash
23705 renewcommand{
23706 \backslash
23707 hdashline}{
23708 \backslash
23709 myHdashline}
23710 \end_layout
23711
23712 \end_inset
23713
23714
23715 \begin_inset Note Note
23716 status collapsed
23717
23718 \begin_layout Plain Layout
23719 zurücksetzen auf Standardwert
23720 \end_layout
23721
23722 \end_inset
23723
23724
23725 \end_layout
23726
23727 \begin_layout Standard
23728 \begin_inset ERT
23729 status collapsed
23730
23731 \begin_layout Plain Layout
23732
23733
23734 \backslash
23735 renewcommand{
23736 \backslash
23737 cdashline}{
23738 \backslash
23739 myCdashline}
23740 \end_layout
23741
23742 \end_inset
23743
23744
23745 \begin_inset Note Note
23746 status collapsed
23747
23748 \begin_layout Plain Layout
23749 zurücksetzen auf Standardwert
23750 \end_layout
23751
23752 \end_inset
23753
23754
23755 \end_layout
23756
23757 \begin_layout Standard
23758 \begin_inset ERT
23759 status collapsed
23760
23761 \begin_layout Plain Layout
23762
23763
23764 \backslash
23765 nodashgapcolor
23766 \end_layout
23767
23768 \end_inset
23769
23770
23771 \begin_inset Note Note
23772 status collapsed
23773
23774 \begin_layout Plain Layout
23775 zurücksetzen auf Standardwert
23776 \end_layout
23777
23778 \end_inset
23779
23780
23781 \end_layout
23782
23783 \begin_layout Standard
23784 \begin_inset ERT
23785 status collapsed
23786
23787 \begin_layout Plain Layout
23788
23789
23790 \backslash
23791 setlength{
23792 \backslash
23793 arrayrulewidth}{0.4pt}
23794 \end_layout
23795
23796 \end_inset
23797
23798
23799 \begin_inset Note Note
23800 status collapsed
23801
23802 \begin_layout Plain Layout
23803 zurücksetzen auf Standardwert
23804 \end_layout
23805
23806 \end_inset
23807
23808
23809 \end_layout
23810
23811 \begin_layout Standard
23812 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
23813 \begin_inset space ~
23814 \end_inset
23815
23816
23817 \begin_inset CommandInset ref
23818 LatexCommand ref
23819 reference "abs:Farbige-Tabellen"
23820
23821 \end_inset
23822
23823  beschrieben.
23824  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
23825  beschrieben, man muss in den Befehlen nur 
23826 \series bold
23827
23828 \backslash
23829 myHlineC
23830 \series default
23831  durch 
23832 \series bold
23833
23834 \backslash
23835 myHdashline
23836 \series default
23837  und 
23838 \backslash
23839
23840 \series bold
23841 hline
23842 \series default
23843  durch 
23844 \series bold
23845
23846 \backslash
23847 hdashline
23848 \series default
23849  ersetzen; man verwendet also den Befehl
23850 \end_layout
23851
23852 \begin_layout Standard
23853
23854 \series bold
23855
23856 \backslash
23857 let
23858 \backslash
23859 myHdashline
23860 \backslash
23861 hdashline
23862 \begin_inset Newline newline
23863 \end_inset
23864
23865
23866 \backslash
23867 renewcommand{
23868 \backslash
23869 hdashline}
23870 \begin_inset Newline newline
23871 \end_inset
23872
23873
23874 \begin_inset Phantom HPhantom
23875 status open
23876
23877 \begin_layout Plain Layout
23878
23879 \series bold
23880 \begin_inset space ~
23881 \end_inset
23882
23883
23884 \end_layout
23885
23886 \end_inset
23887
23888 {
23889 \backslash
23890 arrayrulecolor{red}
23891 \backslash
23892 myHdashline
23893 \backslash
23894 arrayrulecolor{black}}
23895 \end_layout
23896
23897 \begin_layout Standard
23898 Um 
23899 \series bold
23900
23901 \backslash
23902 cdashline
23903 \series default
23904  zu färben, lautet der Befehl
23905 \end_layout
23906
23907 \begin_layout Standard
23908
23909 \series bold
23910
23911 \backslash
23912 let
23913 \backslash
23914 myCdashline
23915 \backslash
23916 cdashline
23917 \begin_inset Newline newline
23918 \end_inset
23919
23920
23921 \backslash
23922 renewcommand{
23923 \backslash
23924 cdashline}[1]
23925 \begin_inset Newline newline
23926 \end_inset
23927
23928
23929 \begin_inset Phantom HPhantom
23930 status open
23931
23932 \begin_layout Plain Layout
23933
23934 \series bold
23935 \begin_inset space ~
23936 \end_inset
23937
23938
23939 \end_layout
23940
23941 \end_inset
23942
23943 {
23944 \backslash
23945 arrayrulecolor{red}
23946 \backslash
23947 myCdashline{#1}
23948 \backslash
23949 arrayrulecolor{black}}
23950 \end_layout
23951
23952 \begin_layout Standard
23953 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
23954  als \SpecialChar TeX
23955 -Code hinter der Tabelle einfügen:
23956 \end_layout
23957
23958 \begin_layout Standard
23959 Für 
23960 \series bold
23961
23962 \backslash
23963 hdashline
23964 \end_layout
23965
23966 \begin_layout Standard
23967
23968 \series bold
23969
23970 \backslash
23971 renewcommand{
23972 \backslash
23973 hdashline}{
23974 \backslash
23975 myHdashline}
23976 \end_layout
23977
23978 \begin_layout Standard
23979 und für 
23980 \series bold
23981
23982 \backslash
23983 cdashline
23984 \end_layout
23985
23986 \begin_layout Standard
23987
23988 \series bold
23989
23990 \backslash
23991 renewcommand{
23992 \backslash
23993 cdashline}{
23994 \backslash
23995 myCdashline}
23996 \end_layout
23997
23998 \begin_layout Standard
23999 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
24000  Befehl
24001 \end_layout
24002
24003 \begin_layout Standard
24004
24005 \series bold
24006
24007 \backslash
24008 dashgapcolor{Farbe}
24009 \end_layout
24010
24011 \begin_layout Standard
24012 als \SpecialChar TeX
24013 -Code vor der Tabelle verwenden.
24014  Farbe ist hierbei der Name einer definierten Farbe.
24015  Der Befehl
24016 \end_layout
24017
24018 \begin_layout Standard
24019
24020 \series bold
24021
24022 \backslash
24023 nodashgapcolor
24024 \end_layout
24025
24026 \begin_layout Standard
24027 hebt die Einstellung von 
24028 \series bold
24029
24030 \backslash
24031 dashgapcolor
24032 \series default
24033  auf.
24034 \end_layout
24035
24036 \begin_layout Standard
24037 \begin_inset Note Greyedout
24038 status open
24039
24040 \begin_layout Plain Layout
24041
24042 \series bold
24043 \color none
24044 Achtung
24045 \series default
24046 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
24047  
24048 \series bold
24049 arydshln
24050 \series default
24051  an erster Stelle in der Zelle befinden.
24052  Daher ist in in Zelle 
24053 \emph on
24054 k
24055 \emph default
24056  der Tabelle
24057 \begin_inset space ~
24058 \end_inset
24059
24060
24061 \begin_inset CommandInset ref
24062 LatexCommand ref
24063 reference "tab:Farbige-Tabelle-mit"
24064
24065 \end_inset
24066
24067  der Befehl 
24068 \series bold
24069
24070 \backslash
24071 hdashline
24072 \series default
24073  vor 
24074 \series bold
24075
24076 \backslash
24077 rowcolor
24078 \series default
24079 .
24080 \end_layout
24081
24082 \end_inset
24083
24084
24085 \end_layout
24086
24087 \begin_layout Standard
24088 \begin_inset Note Greyedout
24089 status open
24090
24091 \begin_layout Plain Layout
24092
24093 \series bold
24094 \color none
24095 Achtung:
24096 \series default
24097  Das \SpecialChar LaTeX
24098 -Paket 
24099 \series bold
24100 arydshln
24101 \series default
24102  muss im \SpecialChar LaTeX
24103 -Vorspann nach dem \SpecialChar LaTeX
24104 -Paket 
24105 \series bold
24106 colortbl
24107 \series default
24108
24109 \begin_inset Index idx
24110 status collapsed
24111
24112 \begin_layout Plain Layout
24113 \SpecialChar LaTeX
24114 -Pakete ! colortbl
24115 \end_layout
24116
24117 \end_inset
24118
24119  geladen werden.
24120 \end_layout
24121
24122 \end_inset
24123
24124
24125 \end_layout
24126
24127 \begin_layout Standard
24128 \begin_inset ERT
24129 status collapsed
24130
24131 \begin_layout Plain Layout
24132
24133
24134 \backslash
24135 else
24136 \end_layout
24137
24138 \end_inset
24139
24140
24141 \begin_inset Note Note
24142 status open
24143
24144 \begin_layout Plain Layout
24145 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
24146 -Paket 
24147 \series bold
24148 arydshln
24149 \series default
24150  nicht installiert ist:
24151 \end_layout
24152
24153 \end_inset
24154
24155
24156 \end_layout
24157
24158 \begin_layout Standard
24159 Sie müssen das \SpecialChar LaTeX
24160 -Paket 
24161 \series bold
24162 arydshln
24163 \series default
24164  installiert haben um den Inhalt dieses Abschnitts zu sehen.
24165 \end_layout
24166
24167 \begin_layout Standard
24168 \begin_inset ERT
24169 status collapsed
24170
24171 \begin_layout Plain Layout
24172
24173
24174 \backslash
24175 fi
24176 \end_layout
24177
24178 \end_inset
24179
24180
24181 \end_layout
24182
24183 \begin_layout Standard
24184 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
24185  von 
24186 \series bold
24187 arydshln
24188 \series default
24189
24190 \begin_inset CommandInset citation
24191 LatexCommand cite
24192 key "arydshln"
24193
24194 \end_inset
24195
24196 .
24197 \end_layout
24198
24199 \begin_layout Chapter
24200 Gleitobjekte
24201 \begin_inset CommandInset label
24202 LatexCommand label
24203 name "kap:Gleitobjekte"
24204
24205 \end_inset
24206
24207
24208 \begin_inset Index idx
24209 status collapsed
24210
24211 \begin_layout Plain Layout
24212 Gleitobjekte
24213 \end_layout
24214
24215 \end_inset
24216
24217
24218 \end_layout
24219
24220 \begin_layout Section
24221 Einleitung
24222 \begin_inset CommandInset label
24223 LatexCommand label
24224 name "abs:Gleitobjekte-Einleitung"
24225
24226 \end_inset
24227
24228
24229 \begin_inset Index idx
24230 status collapsed
24231
24232 \begin_layout Plain Layout
24233 Gleitobjekte ! Einleitung
24234 \end_layout
24235
24236 \end_inset
24237
24238
24239 \end_layout
24240
24241 \begin_layout Standard
24242 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
24243  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
24244  der beste Platz ist.
24245  
24246 \family sans
24247 Fußnoten
24248 \family default
24249  und 
24250 \family sans
24251 Randnotizen
24252 \family default
24253  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
24254  wenn auf ihrer Seite schon zu viele sind.
24255 \end_layout
24256
24257 \begin_layout Standard
24258 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
24259  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
24260  um weiße Flächen und Seiten ohne Text zu vermeiden.
24261  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar ligaturebreak
24262 löst,
24263  kann im Text auf ein Gleitobjekt verwiesen werden.
24264  Gleitobjekte sind deshalb nummeriert.
24265  Querverweise werden in Abschnitt
24266 \begin_inset space ~
24267 \end_inset
24268
24269
24270 \begin_inset CommandInset ref
24271 LatexCommand ref
24272 reference "abs:Auf-Gleitobjekte-verweisen"
24273
24274 \end_inset
24275
24276  beschrieben.
24277 \end_layout
24278
24279 \begin_layout Standard
24280 Ein Gleitobjekt wird mit 
24281 \family sans
24282 Einfügen\SpecialChar menuseparator
24283 Gleitobjekt\SpecialChar menuseparator
24284 Algorithmus/Abbildung/Ta\SpecialChar softhyphen
24285 belle/Um\SpecialChar softhyphen
24286 flos\SpecialChar softhyphen
24287 se\SpecialChar softhyphen
24288 nes
24289 \begin_inset space ~
24290 \end_inset
24291
24292 Gleitobjekt
24293 \family default
24294  eingefügt (Werkzeugleistenknopf 
24295 \begin_inset Info
24296 type  "icon"
24297 arg   "float-insert figure"
24298 \end_inset
24299
24300  oder 
24301 \begin_inset Info
24302 type  "icon"
24303 arg   "float-insert table"
24304 \end_inset
24305
24306 ).
24307  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
24308  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
24309  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
24310  #:).
24311  Statt # sehen Sie die von \SpecialChar LyX
24312  vergebene Nummer.
24313  In das schmale Feld nach der Marke können Sie den Titel schreiben.
24314  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
24315  eingefügt.
24316  In Abschnitt
24317 \begin_inset space ~
24318 \end_inset
24319
24320
24321 \begin_inset CommandInset ref
24322 LatexCommand ref
24323 reference "abs:Titel-Platzierung"
24324
24325 \end_inset
24326
24327  finden Sie mehr über die Platzierung des Titels.
24328  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
24329  auch wieder geöffnet.
24330  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
24331 \begin_inset Graphics
24332         filename clipart/GleitobjektQt4.png
24333         scale 70
24334         scaleBeforeRotation
24335
24336 \end_inset
24337
24338  – ein graues Kästchen mit roter Beschriftung.
24339 \end_layout
24340
24341 \begin_layout Standard
24342 Um mögliche \SpecialChar LaTeX
24343 -Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
24344  Gleitobjekte in einem eigenen Absatz einzufügen.
24345 \end_layout
24346
24347 \begin_layout Standard
24348 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
24349  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
24350  klicken.
24351 \end_layout
24352
24353 \begin_layout Section
24354 Gleitobjekt-Typen
24355 \begin_inset Index idx
24356 status collapsed
24357
24358 \begin_layout Plain Layout
24359 Gleitobjekte ! Typen
24360 \end_layout
24361
24362 \end_inset
24363
24364
24365 \end_layout
24366
24367 \begin_layout Standard
24368 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
24369 \begin_inset space ~
24370 \end_inset
24371
24372
24373 \begin_inset CommandInset ref
24374 LatexCommand ref
24375 reference "abs:Gleitende-Abbildungen"
24376
24377 \end_inset
24378
24379  und 
24380 \begin_inset CommandInset ref
24381 LatexCommand ref
24382 reference "abs:Gleitende-Tabellen"
24383
24384 \end_inset
24385
24386  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
24387  Letztere sind in Abschnitt
24388 \begin_inset space ~
24389 \end_inset
24390
24391
24392 \begin_inset CommandInset ref
24393 LatexCommand ref
24394 reference "abs:Umflossene-Gleitobjekte"
24395
24396 \end_inset
24397
24398  beschrieben.
24399 \end_layout
24400
24401 \begin_layout Subsection
24402 Algorithmen-Gleitobjekt
24403 \begin_inset Index idx
24404 status collapsed
24405
24406 \begin_layout Plain Layout
24407 Gleitobjekte ! Algorithmen
24408 \end_layout
24409
24410 \end_inset
24411
24412
24413 \end_layout
24414
24415 \begin_layout Standard
24416 \begin_inset Float algorithm
24417 placement h
24418 wide false
24419 sideways false
24420 status open
24421
24422 \begin_layout Plain Layout
24423 \begin_inset Caption Standard
24424
24425 \begin_layout Plain Layout
24426 \begin_inset CommandInset label
24427 LatexCommand label
24428 name "alg:Ein-Gleitobjekt-Algorithmus"
24429
24430 \end_inset
24431
24432 Ein Gleitobjekt-Algorithmus 
24433 \end_layout
24434
24435 \end_inset
24436
24437
24438 \end_layout
24439
24440 \begin_layout LyX-Code
24441 for I in 1..N loop
24442 \begin_inset Newline newline
24443 \end_inset
24444
24445  Sum:= Sum + A(I); /*Kommentar*/
24446 \begin_inset Newline newline
24447 \end_inset
24448
24449 end loop
24450 \begin_inset VSpace -4mm
24451 \end_inset
24452
24453
24454 \end_layout
24455
24456 \end_inset
24457
24458
24459 \end_layout
24460
24461 \begin_layout Standard
24462 Dieser Typ wird mit 
24463 \family sans
24464 Einfügen\SpecialChar menuseparator
24465 Gleitobjekt\SpecialChar menuseparator
24466 Algorithmus
24467 \family default
24468  eingefügt.
24469  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
24470  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
24471 \begin_inset space ~
24472 \end_inset
24473
24474
24475 \begin_inset CommandInset ref
24476 LatexCommand ref
24477 reference "kap:Programm-Code-Listen"
24478
24479 \end_inset
24480
24481 .
24482  Eine mögliche Absatz-Umgebung hier für ist 
24483 \family sans
24484 \SpecialChar LyX
24485 -Code
24486 \family default
24487 , beschrieben im 
24488 \emph on
24489 Benutzerhandbuch
24490 \emph default
24491 .
24492  In Algorithmus
24493 \begin_inset space ~
24494 \end_inset
24495
24496
24497 \begin_inset CommandInset ref
24498 LatexCommand ref
24499 reference "alg:Ein-Gleitobjekt-Algorithmus"
24500
24501 \end_inset
24502
24503  wurden am Ende -4
24504 \begin_inset space \thinspace{}
24505 \end_inset
24506
24507 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
24508  letzten Zeile gedruckt wird.
24509 \end_layout
24510
24511 \begin_layout Standard
24512 Die Marke 
24513 \emph on
24514 Algorithmus
24515 \emph default
24516  wird nicht automatisch in die druckbare Version übernommen, sondern das
24517  englische Wort 
24518 \emph on
24519 Algorithm
24520 \emph default
24521  verwendet.
24522  Soll
24523 \emph on
24524  Algorithmus
24525 \emph default
24526  dort stehen, müssen Sie folgendes in den \SpecialChar LaTeX
24527 -Vorspann schreiben: 
24528 \end_layout
24529
24530 \begin_layout Standard
24531
24532 \series bold
24533
24534 \backslash
24535 floatname{algorithm}{Algorithmus}
24536 \end_layout
24537
24538 \begin_layout Standard
24539 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
24540  Sprache wie die \SpecialChar LyX
24541  Menünamen haben, das Menü 
24542 \family sans
24543 Einfügen\SpecialChar menuseparator
24544 Liste
24545 \begin_inset space \thinspace{}
24546 \end_inset
24547
24548 /
24549 \begin_inset space \thinspace{}
24550 \end_inset
24551
24552 Inhaltsverzeichnis\SpecialChar menuseparator
24553 Algorithmenverzeichnis
24554 \family default
24555  verwendet werden.
24556  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als \SpecialChar TeX
24557 -Code
24558  eingefügt werden:
24559 \end_layout
24560
24561 \begin_layout Standard
24562
24563 \series bold
24564
24565 \backslash
24566 listof{algorithm}{Algorithmenverzeichnis}
24567 \end_layout
24568
24569 \begin_layout Standard
24570 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
24571  nach dem Schema 
24572 \begin_inset Quotes gld
24573 \end_inset
24574
24575 Kapitelnummer.Algorithmusnummer
24576 \begin_inset Quotes grd
24577 \end_inset
24578
24579  nummeriert.
24580  Um das zu erreichen, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
24581 -Vorspann einfügen:
24582 \end_layout
24583
24584 \begin_layout Standard
24585
24586 \series bold
24587
24588 \backslash
24589 numberwithin{algorithm}{chapter}
24590 \end_layout
24591
24592 \begin_layout Standard
24593 Um 
24594 \series bold
24595
24596 \backslash
24597 numberwithin
24598 \series default
24599  benutzen zu können, muss in den 
24600 \family sans
24601 Mathe
24602 \begin_inset space ~
24603 \end_inset
24604
24605 Optionen
24606 \family default
24607  der 
24608 \family sans
24609 Dokument-Einstellungen
24610 \family default
24611  
24612 \family sans
24613 AMS
24614 \begin_inset space ~
24615 \end_inset
24616
24617 Mathe
24618 \begin_inset space ~
24619 \end_inset
24620
24621 Paket
24622 \family default
24623
24624 \begin_inset space ~
24625 \end_inset
24626
24627
24628 \family sans
24629 verwenden
24630 \family default
24631  angekreuzt sein.
24632 \end_layout
24633
24634 \begin_layout Section
24635 Gleitobjekt-Nummerierung
24636 \begin_inset Index idx
24637 status collapsed
24638
24639 \begin_layout Plain Layout
24640 Gleitobjekte ! Nummerierung
24641 \end_layout
24642
24643 \end_inset
24644
24645
24646 \end_layout
24647
24648 \begin_layout Standard
24649 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
24650  nummeriert oder nach dem Schema 
24651 \begin_inset Quotes gld
24652 \end_inset
24653
24654 Kapitelnummer.Gleitobjektnummer
24655 \begin_inset Quotes grd
24656 \end_inset
24657
24658  oder 
24659 \begin_inset Quotes gld
24660 \end_inset
24661
24662 Abschnittsnummer.Gleitobjektnummer
24663 \begin_inset Quotes grd
24664 \end_inset
24665
24666 .
24667  Das hängt von der Dokumentklasse ab.
24668 \end_layout
24669
24670 \begin_layout Standard
24671 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
24672  in den \SpecialChar LaTeX
24673 -Vorspann einfügen:
24674 \end_layout
24675
24676 \begin_layout Standard
24677
24678 \series bold
24679
24680 \backslash
24681 renewcommand{
24682 \backslash
24683 thetable}{
24684 \backslash
24685 roman{table}}
24686 \end_layout
24687
24688 \begin_layout Standard
24689
24690 \series bold
24691
24692 \backslash
24693 thetable
24694 \series default
24695  ist der Befehl, der die Tabellennummer druckt.
24696  Für Abbildungen ist das 
24697 \series bold
24698
24699 \backslash
24700 thefigure
24701 \series default
24702 .
24703  Der Befehl 
24704 \series bold
24705
24706 \backslash
24707 roman
24708 \series default
24709  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
24710 \end_layout
24711
24712 \begin_layout Standard
24713 Um das Nummerierungsschema zum Beispiel auf 
24714 \begin_inset Quotes gld
24715 \end_inset
24716
24717 Unterabschnittsnummer.Num\SpecialChar softhyphen
24718 mer
24719 \begin_inset Quotes grd
24720 \end_inset
24721
24722  zu ändern, setzen Sie folgendes in den \SpecialChar LaTeX
24723 -Vorspann:
24724 \end_layout
24725
24726 \begin_layout Standard
24727
24728 \series bold
24729
24730 \backslash
24731 numberwithin{table}{subsection}
24732 \end_layout
24733
24734 \begin_layout Standard
24735 Um den Befehl 
24736 \series bold
24737
24738 \backslash
24739 numberwithin
24740 \series default
24741  benutzen zu können, müssen Sie in den 
24742 \family sans
24743 Mathe
24744 \begin_inset space ~
24745 \end_inset
24746
24747 Optionen
24748 \family default
24749  der 
24750 \family sans
24751 Dokument-Einstellungen
24752 \family default
24753  
24754 \family sans
24755 AMS
24756 \begin_inset space ~
24757 \end_inset
24758
24759 Mathe
24760 \begin_inset space ~
24761 \end_inset
24762
24763 Paket
24764 \family default
24765
24766 \begin_inset space ~
24767 \end_inset
24768
24769
24770 \family sans
24771 verwenden
24772 \family default
24773  ankreuzen.
24774 \end_layout
24775
24776 \begin_layout Standard
24777 Sehen Sie sich bitte auch Abschnitt
24778 \begin_inset space ~
24779 \end_inset
24780
24781
24782 \begin_inset CommandInset ref
24783 LatexCommand ref
24784 reference "uab:Fußnoten-Nummerierung"
24785
24786 \end_inset
24787
24788  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
24789 \end_layout
24790
24791 \begin_layout Section
24792 Auf Gleitobjekte verweisen
24793 \begin_inset CommandInset label
24794 LatexCommand label
24795 name "abs:Auf-Gleitobjekte-verweisen"
24796
24797 \end_inset
24798
24799
24800 \begin_inset Index idx
24801 status collapsed
24802
24803 \begin_layout Plain Layout
24804 Gleitobjekte ! Querverweise
24805 \end_layout
24806
24807 \end_inset
24808
24809
24810 \begin_inset Index idx
24811 status collapsed
24812
24813 \begin_layout Plain Layout
24814 Querverweise ! auf Gleitobjekte
24815 \end_layout
24816
24817 \end_inset
24818
24819
24820 \end_layout
24821
24822 \begin_layout Standard
24823 Zunächst müssen Sie mit 
24824 \family sans
24825 Einfügen\SpecialChar menuseparator
24826 Marke
24827 \family default
24828  oder einen Klick auf 
24829 \begin_inset Info
24830 type  "icon"
24831 arg   "label-insert"
24832 \end_inset
24833
24834  eine Marke im Titel einfügen.
24835  Im 
24836 \family sans
24837 Marke
24838 \family default
24839 -Dialog schreiben Sie einen Text in das Feld 
24840 \family sans
24841 Marke
24842 \family default
24843  oder übernehmen den vorgeschlagenen.
24844  Die Marke sieht in \SpecialChar LyX
24845  dann so aus:
24846 \end_layout
24847
24848 \begin_layout Standard
24849 \begin_inset Graphics
24850         filename clipart/Marke.png
24851         lyxscale 80
24852         scale 50
24853         scaleBeforeRotation
24854
24855 \end_inset
24856
24857
24858 \end_layout
24859
24860 \begin_layout Standard
24861 Die Marke wird als Anker und Name für den Querverweis benutzt.
24862  Mit 
24863 \family sans
24864 Einfügen\SpecialChar menuseparator
24865 Querverweis
24866 \family default
24867  oder einen Klick auf 
24868 \begin_inset Info
24869 type  "icon"
24870 arg   "dialog-show-new-inset ref"
24871 \end_inset
24872
24873  können Sie dann auf die Marke verweisen.
24874  Als Querverweis wird in \SpecialChar LyX
24875  ein graues Kästchen wie zum Beispiel dieses angezeigt:
24876 \end_layout
24877
24878 \begin_layout Standard
24879 \begin_inset Graphics
24880         filename clipart/Querverweis.png
24881         lyxscale 80
24882         scale 50
24883         scaleBeforeRotation
24884
24885 \end_inset
24886
24887
24888 \begin_inset Newline newline
24889 \end_inset
24890
24891  Mehr zu Querverweisen finden Sie im 
24892 \emph on
24893 Benutzerhandbuch
24894 \emph default
24895 .
24896 \end_layout
24897
24898 \begin_layout Standard
24899 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
24900  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
24901  durch einen Zeilenumbruch getrennt werden können.
24902 \end_layout
24903
24904 \begin_layout Standard
24905 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
24906  \SpecialChar LyX
24907  passt die Querverweise automatisch an.
24908 \end_layout
24909
24910 \begin_layout Standard
24911 Ein Klick auf den Schalter 
24912 \family sans
24913 Gehe
24914 \begin_inset space ~
24915 \end_inset
24916
24917 zur
24918 \begin_inset space ~
24919 \end_inset
24920
24921 Marke
24922 \family default
24923  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
24924  Der Text der Schaltfläche heißt jetzt 
24925 \family sans
24926 Gehe
24927 \begin_inset space ~
24928 \end_inset
24929
24930 zurück
24931 \family default
24932  und ein Klick darauf macht genau dies.
24933 \end_layout
24934
24935 \begin_layout Subsection
24936 Querverweis-Formate
24937 \begin_inset CommandInset label
24938 LatexCommand label
24939 name "uab:Querverweis-Formate"
24940
24941 \end_inset
24942
24943
24944 \begin_inset Index idx
24945 status collapsed
24946
24947 \begin_layout Plain Layout
24948 Querverweise ! Formate
24949 \end_layout
24950
24951 \end_inset
24952
24953
24954 \end_layout
24955
24956 \begin_layout Standard
24957 Es gibt sechs verschiedene Querverweisstile:
24958 \end_layout
24959
24960 \begin_layout Description
24961 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
24962  
24963 \begin_inset CommandInset ref
24964 LatexCommand ref
24965 reference "abb:Zwei-Teilabbildungen"
24966
24967 \end_inset
24968
24969
24970 \end_layout
24971
24972 \begin_layout Description
24973 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
24974  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
24975  verwendet wird, speziell wenn der Name 
24976 \begin_inset Quotes gld
24977 \end_inset
24978
24979 Gleichung
24980 \begin_inset Quotes grd
24981 \end_inset
24982
24983  weggelassen wird: 
24984 \begin_inset CommandInset ref
24985 LatexCommand eqref
24986 reference "eq:Wgn"
24987
24988 \end_inset
24989
24990
24991 \end_layout
24992
24993 \begin_layout Description
24994 <Seite>: druckt die Seitennummer: Seite
24995 \begin_inset space ~
24996 \end_inset
24997
24998
24999 \begin_inset CommandInset ref
25000 LatexCommand pageref
25001 reference "abb:Zwei-Teilabbildungen"
25002
25003 \end_inset
25004
25005
25006 \end_layout
25007
25008 \begin_layout Description
25009 auf
25010 \begin_inset space ~
25011 \end_inset
25012
25013 Seite
25014 \begin_inset space ~
25015 \end_inset
25016
25017 <Seite>: druckt den Text 
25018 \begin_inset Quotes gld
25019 \end_inset
25020
25021 auf Seite
25022 \begin_inset Quotes grd
25023 \end_inset
25024
25025  und die Seitennummer: 
25026 \begin_inset CommandInset ref
25027 LatexCommand vpageref
25028 reference "abb:Zwei-Teilabbildungen"
25029
25030 \end_inset
25031
25032
25033 \end_layout
25034
25035 \begin_layout Description
25036 <Querverweis>
25037 \begin_inset space ~
25038 \end_inset
25039
25040 auf
25041 \begin_inset space ~
25042 \end_inset
25043
25044 Seite
25045 \begin_inset space ~
25046 \end_inset
25047
25048 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
25049 \begin_inset Quotes gld
25050 \end_inset
25051
25052 auf Seite
25053 \begin_inset Quotes grd
25054 \end_inset
25055
25056 , und die Seitennummer: 
25057 \begin_inset CommandInset ref
25058 LatexCommand vref
25059 reference "abb:Zwei-Teilabbildungen"
25060
25061 \end_inset
25062
25063
25064 \end_layout
25065
25066 \begin_layout Description
25067 Formatierter
25068 \begin_inset space ~
25069 \end_inset
25070
25071 Querverweis: druckt ein selbst definiertes Querverweisformat
25072 \begin_inset Newline newline
25073 \end_inset
25074
25075
25076 \begin_inset Note Greyedout
25077 status open
25078
25079 \begin_layout Plain Layout
25080
25081 \series bold
25082 Bemerkung:
25083 \series default
25084  Dies ist nur möglich, wenn das \SpecialChar LaTeX
25085 -Paket 
25086 \series bold
25087 prettyref
25088 \series default
25089  oder 
25090 \series bold
25091 refstyle
25092 \series default
25093
25094 \begin_inset Index idx
25095 status collapsed
25096
25097 \begin_layout Plain Layout
25098 \SpecialChar LaTeX
25099 -Pakete ! prettyref
25100 \end_layout
25101
25102 \end_inset
25103
25104
25105 \begin_inset Index idx
25106 status collapsed
25107
25108 \begin_layout Plain Layout
25109 \SpecialChar LaTeX
25110 -Pakete ! refstyle
25111 \end_layout
25112
25113 \end_inset
25114
25115  installiert ist.
25116 \end_layout
25117
25118 \end_inset
25119
25120
25121 \begin_inset Newline newline
25122 \end_inset
25123
25124 Sie können duch setzen der Option 
25125 \family sans
25126 Verwende refstyle (nicht prettyref) für Querverweise
25127 \family default
25128  im Menü 
25129 \family sans
25130 Dokument\SpecialChar menuseparator
25131 Einstellungen\SpecialChar menuseparator
25132 Dokumentklasse
25133 \family default
25134  wählen, welches \SpecialChar LaTeX
25135 -Paket für diesen Verweistyp verwendet wird.
25136  Das Format wird definiert, indem man den Befehl 
25137 \series bold
25138
25139 \backslash
25140 newrefformat
25141 \series default
25142  (prettyref) oder 
25143 \series bold
25144
25145 \backslash
25146 newref
25147 \series default
25148  (refstyle) in den \SpecialChar LaTeX
25149 -Vorspann einfügt.
25150  Z.
25151 \begin_inset space \thinspace{}
25152 \end_inset
25153
25154 B.
25155  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
25156  
25157 \begin_inset Quotes eld
25158 \end_inset
25159
25160
25161 \family sans
25162 abb
25163 \family default
25164
25165 \begin_inset Quotes erd
25166 \end_inset
25167
25168 ) mit dem Befehle
25169 \begin_inset Newline newline
25170 \end_inset
25171
25172
25173 \series bold
25174
25175 \backslash
25176 newref{abb}{refcmd={Bild auf Seite 
25177 \backslash
25178 pageref{#1}}}
25179 \series default
25180
25181 \begin_inset Newline newline
25182 \end_inset
25183
25184 geändert werden.
25185  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
25186 en verwiesen, 
25187 \begin_inset CommandInset citation
25188 LatexCommand cite
25189 key "prettyref,refstyle"
25190
25191 \end_inset
25192
25193 .
25194 \end_layout
25195
25196 \begin_layout Description
25197 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
25198 \begin_inset CommandInset ref
25199 LatexCommand nameref
25200 reference "abb:Zwei-Teilabbildungen"
25201
25202 \end_inset
25203
25204
25205 \end_layout
25206
25207 \begin_layout Standard
25208
25209 \family sans
25210 <Seite>
25211 \family default
25212  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
25213  vorherigen, der selben oder der nächsten Seite befindet.
25214  Stattdessen wird z.
25215 \begin_inset space \thinspace{}
25216 \end_inset
25217
25218 B.
25219  der Text 
25220 \begin_inset Quotes gld
25221 \end_inset
25222
25223
25224 \family sans
25225 auf dieser Seite
25226 \family default
25227
25228 \begin_inset Quotes grd
25229 \end_inset
25230
25231  gedruckt.
25232  Der Stil 
25233 \family sans
25234 <Querverweis>
25235 \begin_inset space ~
25236 \end_inset
25237
25238 auf
25239 \begin_inset space ~
25240 \end_inset
25241
25242 Seite
25243 \begin_inset space ~
25244 \end_inset
25245
25246 <Seite>
25247 \family default
25248  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
25249  Seite ist.
25250 \end_layout
25251
25252 \begin_layout Standard
25253 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
25254  automatisch von \SpecialChar LaTeX
25255  berechnet.
25256  Die Stile können im Feld 
25257 \family sans
25258 Format
25259 \family default
25260  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
25261  einen Querverweis klicken.
25262 \end_layout
25263
25264 \begin_layout Standard
25265 \begin_inset Note Greyedout
25266 status open
25267
25268 \begin_layout Plain Layout
25269
25270 \series bold
25271 Bemerkung:
25272 \series default
25273  Es wird empfohlen, das \SpecialChar LaTeX
25274 -Paket 
25275 \series bold
25276 refstyle
25277 \series default
25278
25279 \begin_inset Index idx
25280 status collapsed
25281
25282 \begin_layout Plain Layout
25283 \SpecialChar LaTeX
25284 -Pakete ! refstyle
25285 \end_layout
25286
25287 \end_inset
25288
25289  zu verwenden, da 
25290 \series bold
25291 prettyref
25292 \series default
25293
25294 \begin_inset Index idx
25295 status collapsed
25296
25297 \begin_layout Plain Layout
25298 \SpecialChar LaTeX
25299 -Pakete ! prettyref
25300 \end_layout
25301
25302 \end_inset
25303
25304  nicht alle möglichen \SpecialChar LyX
25305  Marken-Kürzel
25306 \begin_inset Foot
25307 status collapsed
25308
25309 \begin_layout Plain Layout
25310  
25311 \begin_inset Quotes gld
25312 \end_inset
25313
25314 abb:
25315 \begin_inset Quotes grd
25316 \end_inset
25317
25318  ist z.
25319 \begin_inset space \thinspace{}
25320 \end_inset
25321
25322 B.
25323  \SpecialChar LyX
25324 s Kürzel für Marken in Bildbeschriftungen.
25325 \end_layout
25326
25327 \end_inset
25328
25329  kennt und auch nicht internationalisiert ist.
25330 \end_layout
25331
25332 \end_inset
25333
25334
25335 \end_layout
25336
25337 \begin_layout Subsection
25338 Automatische Querverweisnamen
25339 \begin_inset Index idx
25340 status collapsed
25341
25342 \begin_layout Plain Layout
25343 Querverweise ! Automatische Namen 
25344 \end_layout
25345
25346 \end_inset
25347
25348
25349 \end_layout
25350
25351 \begin_layout Standard
25352 Das \SpecialChar LaTeX
25353 -Paket 
25354 \series bold
25355 hyperref
25356 \series default
25357
25358 \begin_inset Index idx
25359 status collapsed
25360
25361 \begin_layout Plain Layout
25362 \SpecialChar LaTeX
25363 -Pakete ! hyperref
25364 \end_layout
25365
25366 \end_inset
25367
25368 , das in den
25369 \family sans
25370  PDF-Eigenschaften
25371 \family default
25372  im 
25373 \family sans
25374 Dokument-Einstellungen
25375 \family default
25376  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
25377  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
25378  wie 
25379 \emph on
25380 Abschnitt
25381 \emph default
25382 ).
25383  Sie müssen damit z.
25384 \begin_inset space \thinspace{}
25385 \end_inset
25386
25387 B.
25388  nicht mehr den Namen 
25389 \begin_inset Quotes gld
25390 \end_inset
25391
25392 Abbildung
25393 \begin_inset Quotes grd
25394 \end_inset
25395
25396  vor jeden Querverweis auf eine Abbildung schreiben.
25397  Um diese Funktion benutzen zu können, aktivieren Sie 
25398 \series bold
25399 hyperref
25400 \series default
25401  und fügen diese Zeile in den \SpecialChar LaTeX
25402 -Vorspann ein:
25403 \end_layout
25404
25405 \begin_layout Standard
25406
25407 \series bold
25408
25409 \backslash
25410 AtBeginDocument{
25411 \backslash
25412 renewcommand{
25413 \backslash
25414 ref}[1]{
25415 \backslash
25416 mbox{
25417 \backslash
25418 autoref{#1}}}}
25419 \end_layout
25420
25421 \begin_layout Standard
25422 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
25423 \begin_inset space \thinspace{}
25424 \end_inset
25425
25426 B.
25427  statt 
25428 \begin_inset Quotes gld
25429 \end_inset
25430
25431 Abschnitt
25432 \begin_inset Quotes grd
25433 \end_inset
25434
25435  den Namen 
25436 \begin_inset Quotes gld
25437 \end_inset
25438
25439 Kap.
25440 \begin_inset space \thinspace{}
25441 \end_inset
25442
25443
25444 \begin_inset Quotes grd
25445 \end_inset
25446
25447 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
25448 \end_layout
25449
25450 \begin_layout Standard
25451
25452 \series bold
25453
25454 \backslash
25455 addto
25456 \backslash
25457 extrasngerman{
25458 \backslash
25459 renewcommand{
25460 \backslash
25461 sectionautorefname}
25462 \begin_inset Newline newline
25463 \end_inset
25464
25465
25466 \begin_inset Phantom HPhantom
25467 status open
25468
25469 \begin_layout Plain Layout
25470
25471 \series bold
25472 \begin_inset space ~
25473 \end_inset
25474
25475
25476 \end_layout
25477
25478 \end_inset
25479
25480 {Kap.
25481 \backslash
25482 negthinspace}}
25483 \end_layout
25484
25485 \begin_layout Standard
25486 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
25487 \begin_inset Newline newline
25488 \end_inset
25489
25490
25491 \series bold
25492
25493 \backslash
25494 extrasngerman
25495 \series default
25496  durch 
25497 \series bold
25498
25499 \backslash
25500 extras***
25501 \series default
25502 , wobei *** der Name der verwendeten Sprache ist.
25503 \end_layout
25504
25505 \begin_layout Standard
25506 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
25507  z.
25508 \begin_inset space \thinspace{}
25509 \end_inset
25510
25511 B.
25512  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
25513 \end_layout
25514
25515 \begin_layout Standard
25516
25517 \series bold
25518
25519 \backslash
25520 addto
25521 \backslash
25522 extrasngerman{
25523 \backslash
25524 renewcommand*{
25525 \backslash
25526 equationautorefname}[1]{}}
25527 \end_layout
25528
25529 \begin_layout Standard
25530 Mehr über dieses Thema finden Sie in der 
25531 \series bold
25532 hyperref
25533 \series default
25534 -Dokumentation 
25535 \begin_inset CommandInset citation
25536 LatexCommand cite
25537 key "hyperref"
25538
25539 \end_inset
25540
25541 .
25542 \end_layout
25543
25544 \begin_layout Standard
25545 \begin_inset Note Greyedout
25546 status open
25547
25548 \begin_layout Plain Layout
25549
25550 \series bold
25551 Bemerkung:
25552 \series default
25553  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
25554  als Querverweisstil 
25555 \family sans
25556 Formatierter
25557 \begin_inset space ~
25558 \end_inset
25559
25560 Querverweis
25561 \family default
25562  benutzen, wie in Abschnitt
25563 \begin_inset space ~
25564 \end_inset
25565
25566
25567 \begin_inset CommandInset ref
25568 LatexCommand ref
25569 reference "uab:Querverweis-Formate"
25570
25571 \end_inset
25572
25573  beschrieben.
25574 \end_layout
25575
25576 \end_inset
25577
25578
25579 \end_layout
25580
25581 \begin_layout Standard
25582 Das 
25583 \emph on
25584 Mathe
25585 \emph default
25586  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
25587 \end_layout
25588
25589 \begin_layout Subsection
25590 Querverweis-Position
25591 \begin_inset CommandInset label
25592 LatexCommand label
25593 name "uab:Querverweis-Position"
25594
25595 \end_inset
25596
25597
25598 \begin_inset Index idx
25599 status collapsed
25600
25601 \begin_layout Plain Layout
25602 Querverweise !  Position
25603 \end_layout
25604
25605 \end_inset
25606
25607
25608 \end_layout
25609
25610 \begin_layout Standard
25611 Wenn Sie 
25612 \series bold
25613 hyperref
25614 \series default
25615
25616 \begin_inset Index idx
25617 status collapsed
25618
25619 \begin_layout Plain Layout
25620 \SpecialChar LaTeX
25621 -Pakete ! hyperref
25622 \end_layout
25623
25624 \end_inset
25625
25626  in den
25627 \family sans
25628  PDF-Eigenschaften
25629 \family default
25630  im 
25631 \family sans
25632 Dokument-Einstellungen
25633 \family default
25634  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
25635  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
25636  und Sie werden das Bild ohne Scrollen nicht sehen.
25637  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
25638  ist.
25639  Wenn Sie das  \SpecialChar LaTeX
25640 -Paket 
25641 \series bold
25642 hypcap
25643 \series default
25644
25645 \begin_inset Index idx
25646 status collapsed
25647
25648 \begin_layout Plain Layout
25649 \SpecialChar LaTeX
25650 -Pakete ! hypcap
25651 \end_layout
25652
25653 \end_inset
25654
25655 , das Teil des \SpecialChar LaTeX
25656 -Pakets 
25657 \series bold
25658 oberdiek
25659 \series default
25660
25661 \begin_inset Index idx
25662 status collapsed
25663
25664 \begin_layout Plain Layout
25665 \SpecialChar LaTeX
25666 -Pakete ! oberdiek
25667 \end_layout
25668
25669 \end_inset
25670
25671  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
25672  Aber natürlich müssen Sie auch hier das \SpecialChar LaTeX
25673 -Paket 
25674 \series bold
25675 hypcap
25676 \series default
25677  zunächst in den \SpecialChar LaTeX
25678 -Vorspann laden:
25679 \end_layout
25680
25681 \begin_layout Standard
25682
25683 \series bold
25684
25685 \backslash
25686 usepackage[figure]{hypcap}
25687 \end_layout
25688
25689 \begin_layout Standard
25690 Sie können 
25691 \series bold
25692 hypcap
25693 \series default
25694  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
25695  nicht empfohlen.
25696  Weitere Informationen finden Sie im
25697 \series bold
25698  hypcap
25699 \series default
25700 -Handbuch 
25701 \begin_inset CommandInset citation
25702 LatexCommand cite
25703 key "hypcap"
25704
25705 \end_inset
25706
25707 .
25708 \end_layout
25709
25710 \begin_layout Standard
25711 \begin_inset Note Greyedout
25712 status open
25713
25714 \begin_layout Plain Layout
25715
25716 \series bold
25717 Bemerkung:
25718 \series default
25719  
25720 \series bold
25721 hypcap
25722 \series medium
25723  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
25724 \end_layout
25725
25726 \end_inset
25727
25728
25729 \end_layout
25730
25731 \begin_layout Section
25732 Gleitobjekt-Platzierung
25733 \begin_inset CommandInset label
25734 LatexCommand label
25735 name "abs:Gleitobjekt-Platzierung"
25736
25737 \end_inset
25738
25739
25740 \begin_inset Index idx
25741 status collapsed
25742
25743 \begin_layout Plain Layout
25744 Gleitobjekte ! Platzierung
25745 \end_layout
25746
25747 \end_inset
25748
25749
25750 \end_layout
25751
25752 \begin_layout Standard
25753 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
25754 \family sans
25755 Einstellungen 
25756 \family default
25757 öffnet einen Dialog, in dem Sie die \SpecialChar LaTeX
25758 -Optionen für die Gleitobjekt-Platzierung
25759  ändern können.
25760 \begin_inset Newline newline
25761 \end_inset
25762
25763 Die Option 
25764 \family sans
25765 Spalten
25766 \begin_inset space ~
25767 \end_inset
25768
25769 überspannen
25770 \family default
25771  ist nur bei zweispaltigen Dokumenten sinnvoll.
25772  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
25773 \begin_inset Newline newline
25774 \end_inset
25775
25776 Die Option 
25777 \family sans
25778 Seitwärts
25779 \begin_inset space ~
25780 \end_inset
25781
25782 drehen
25783 \family default
25784  ist in Abschnitt 
25785 \begin_inset CommandInset ref
25786 LatexCommand ref
25787 reference "abs:Gedrehte-Gleitobjekte"
25788
25789 \end_inset
25790
25791  beschrieben.
25792 \end_layout
25793
25794 \begin_layout Standard
25795 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
25796  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
25797  Sie die Option 
25798 \family sans
25799 Standard-Platzierung
25800 \begin_inset space ~
25801 \end_inset
25802
25803 verwenden
25804 \family default
25805  nicht verwenden:
25806 \end_layout
25807
25808 \begin_layout Description
25809 Hier
25810 \begin_inset space ~
25811 \end_inset
25812
25813 wenn
25814 \begin_inset space ~
25815 \end_inset
25816
25817 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
25818 \end_layout
25819
25820 \begin_layout Description
25821 Anfang
25822 \begin_inset space ~
25823 \end_inset
25824
25825 der
25826 \begin_inset space ~
25827 \end_inset
25828
25829 Seite
25830 \family sans
25831  
25832 \family default
25833 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
25834  Gleitobjekte, die maximal 70
25835 \begin_inset space \thinspace{}
25836 \end_inset
25837
25838 % einer Seite benötigen, dürfen oben platziert werden.
25839  Dies kann durch die Variable 
25840 \series bold
25841
25842 \backslash
25843 topfraction
25844 \series default
25845  im \SpecialChar LaTeX
25846 -Vorspann überschrieben werden, zum Beispiel: 
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 topfraction}{0.9}
25862 \family typewriter
25863 \series default
25864  
25865 \end_layout
25866
25867 \end_deeper
25868 \begin_layout Description
25869 Ende
25870 \begin_inset space ~
25871 \end_inset
25872
25873 der
25874 \begin_inset space ~
25875 \end_inset
25876
25877 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
25878  Gleitobjekte, die maximal 30
25879 \begin_inset space \thinspace{}
25880 \end_inset
25881
25882 % einer Seite benötigen, dürfen unten platziert werden.
25883  Dies kann durch die Variable 
25884 \series bold
25885
25886 \backslash
25887 bottomfraction
25888 \series default
25889  im \SpecialChar LaTeX
25890 -Vorspann überschrieben werden, zum Beispiel setzt 
25891 \begin_inset Separator parbreak
25892 \end_inset
25893
25894
25895 \end_layout
25896
25897 \begin_deeper
25898 \begin_layout Standard
25899
25900 \series bold
25901
25902 \backslash
25903 renewcommand{
25904 \backslash
25905 bottomfraction}{0.5}
25906 \end_layout
25907
25908 \begin_layout Standard
25909 die oftmals zu kleine untere Grenze auf 50
25910 \begin_inset space \thinspace{}
25911 \end_inset
25912
25913 %.
25914 \end_layout
25915
25916 \end_deeper
25917 \begin_layout Description
25918 Seite
25919 \begin_inset space ~
25920 \end_inset
25921
25922 mit
25923 \begin_inset space ~
25924 \end_inset
25925
25926 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
25927  Nur wenn mehr als 50
25928 \begin_inset space \thinspace{}
25929 \end_inset
25930
25931 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
25932  Gleitobjekte bereitgestellt.
25933  Dies kann durch die Variable 
25934 \series bold
25935
25936 \backslash
25937 floatpagefraction 
25938 \series default
25939 im \SpecialChar LaTeX
25940 -Vorspann überschrieben werden.
25941 \end_layout
25942
25943 \begin_layout Standard
25944 Die Reihenfolge der obigen Optionen wird 
25945 \emph on
25946 immer
25947 \emph default
25948  von \SpecialChar LaTeX
25949  verwendet.
25950  Das heißt wenn Sie die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
25951  zuerst versuchen
25952  
25953 \family sans
25954 Hier
25955 \begin_inset space \space{}
25956 \end_inset
25957
25958 wenn
25959 \begin_inset space \space{}
25960 \end_inset
25961
25962 möglich
25963 \family default
25964 , dann 
25965 \family sans
25966 Anfang
25967 \begin_inset space ~
25968 \end_inset
25969
25970 der
25971 \begin_inset space ~
25972 \end_inset
25973
25974 Seite
25975 \family default
25976  und dann die anderen Optionen anzuwenden.
25977  Wenn Sie nicht die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
25978  nur die von Ihnen
25979  gewählten Optionen versuchen anzuwenden, aber immer in derselben Reihenfolge.
25980  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
25981 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
25982 \end_layout
25983
25984 \begin_layout Standard
25985 Die Option 
25986 \family sans
25987 Hier,
25988 \begin_inset space ~
25989 \end_inset
25990
25991 auf
25992 \begin_inset space ~
25993 \end_inset
25994
25995 jeden
25996 \begin_inset space ~
25997 \end_inset
25998
25999 Fall
26000 \family default
26001  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
26002  fast druckreif ist.
26003  Denn mit der Option kann das Objekt nicht mehr 
26004 \emph on
26005 gleiten
26006 \emph default
26007 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
26008  oftmals zerstört.
26009 \end_layout
26010
26011 \begin_layout Standard
26012 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
26013  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
26014 \begin_inset VSpace bigskip
26015 \end_inset
26016
26017
26018 \end_layout
26019
26020 \begin_layout Standard
26021 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
26022 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
26023  das Gleitobjekt sei Teil des vorherigen Abschnitts.
26024  Das kann mit dem \SpecialChar LaTeX
26025 -Befehl
26026 \series bold
26027  
26028 \backslash
26029 suppressfloats
26030 \series default
26031  verhindert werden.
26032  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
26033  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
26034  gesetzt wird.
26035  Dazu müssen Sie im \SpecialChar LaTeX
26036 -Vorspann folgende Befehle einfügen:
26037 \end_layout
26038
26039 \begin_layout Standard
26040
26041 \series bold
26042
26043 \backslash
26044 let
26045 \backslash
26046 meinAbschnitt
26047 \backslash
26048 section
26049 \begin_inset Newline newline
26050 \end_inset
26051
26052
26053 \backslash
26054 renewcommand{
26055 \backslash
26056 section}{
26057 \backslash
26058 suppressfloats[t]
26059 \backslash
26060 meinAbschnitt}
26061 \end_layout
26062
26063 \begin_layout Standard
26064 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
26065  Unterabschnitten festlegen.
26066  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
26067  \SpecialChar LaTeX
26068  Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
26069 \end_layout
26070
26071 \begin_layout Standard
26072 Es gibt auch noch das \SpecialChar LaTeX
26073 -Paket 
26074 \series bold
26075 flafter
26076 \series default
26077
26078 \begin_inset Index idx
26079 status collapsed
26080
26081 \begin_layout Plain Layout
26082 \SpecialChar LaTeX
26083 -Pakete ! flafter
26084 \end_layout
26085
26086 \end_inset
26087
26088  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
26089  gedruckt wird.
26090 \end_layout
26091
26092 \begin_layout Standard
26093 \begin_inset VSpace bigskip
26094 \end_inset
26095
26096 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
26097  Dafür gibt es das \SpecialChar LaTeX
26098 -Paket 
26099 \series bold
26100 endfloat
26101 \series default
26102
26103 \begin_inset Index idx
26104 status collapsed
26105
26106 \begin_layout Plain Layout
26107 \SpecialChar LaTeX
26108 -Pakete ! endfloat
26109 \end_layout
26110
26111 \end_inset
26112
26113 .
26114  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
26115  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
26116  
26117 \family sans
26118
26119 \begin_inset Quotes gld
26120 \end_inset
26121
26122 [Abbildung
26123 \begin_inset space ~
26124 \end_inset
26125
26126 3.2 ist ungefähr hier.]
26127 \family default
26128
26129 \begin_inset Quotes grd
26130 \end_inset
26131
26132  finden.
26133  Das 
26134 \series bold
26135 endfloat
26136 \series default
26137 -Paket wird mit folgendem Befehl in den \SpecialChar LaTeX
26138 -Vorspann eingefügt:
26139 \end_layout
26140
26141 \begin_layout Standard
26142
26143 \series bold
26144
26145 \backslash
26146 usepackage[Optionen]{endfloat}
26147 \end_layout
26148
26149 \begin_layout Standard
26150 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
26151  Tabellen-Abschnitte, die Sie in der 
26152 \series bold
26153 endfloat
26154 \series default
26155 -Dokumentation 
26156 \begin_inset CommandInset citation
26157 LatexCommand cite
26158 key "endfloat"
26159
26160 \end_inset
26161
26162  nachlesen können.
26163 \begin_inset Newline newline
26164 \end_inset
26165
26166
26167 \begin_inset Note Greyedout
26168 status open
26169
26170 \begin_layout Plain Layout
26171
26172 \series bold
26173 Bemerkung
26174 \begin_inset space ~
26175 \end_inset
26176
26177 1: endfloat
26178 \series default
26179  übersetzt den Hinweistext nicht automatisch.
26180  Abschnitt
26181 \begin_inset space ~
26182 \end_inset
26183
26184 4 in 
26185 \begin_inset CommandInset citation
26186 LatexCommand cite
26187 key "endfloat"
26188
26189 \end_inset
26190
26191  beschreibt, wie es geht.
26192 \end_layout
26193
26194 \end_inset
26195
26196
26197 \end_layout
26198
26199 \begin_layout Standard
26200 \begin_inset Note Greyedout
26201 status open
26202
26203 \begin_layout Plain Layout
26204
26205 \series bold
26206 Bemerkung
26207 \begin_inset space ~
26208 \end_inset
26209
26210 2: 
26211 \series default
26212 Die aktuelle Version von 
26213 \series bold
26214 endfloat
26215 \series default
26216  hat einen Fehler, wenn die Überschrift ein 
26217 \begin_inset Quotes gld
26218 \end_inset
26219
26220 ß
26221 \begin_inset Quotes grd
26222 \end_inset
26223
26224  enthält.
26225  Sie müssen stattdessen den Befehl 
26226 \series bold
26227
26228 \backslash
26229 ss
26230 \series default
26231  als \SpecialChar TeX
26232 -Code benutzen.
26233 \end_layout
26234
26235 \end_inset
26236
26237
26238 \end_layout
26239
26240 \begin_layout Standard
26241 \begin_inset VSpace bigskip
26242 \end_inset
26243
26244 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in \SpecialChar LaTeX
26245 -Büchern
26246  wie 
26247 \begin_inset CommandInset citation
26248 LatexCommand cite
26249 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26250
26251 \end_inset
26252
26253 .
26254 \end_layout
26255
26256 \begin_layout Section
26257 Gedrehte Gleitobjekte
26258 \begin_inset CommandInset label
26259 LatexCommand label
26260 name "abs:Gedrehte-Gleitobjekte"
26261
26262 \end_inset
26263
26264
26265 \begin_inset Index idx
26266 status collapsed
26267
26268 \begin_layout Plain Layout
26269 Gleitobjekte ! drehen
26270 \end_layout
26271
26272 \end_inset
26273
26274
26275 \end_layout
26276
26277 \begin_layout Standard
26278 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
26279 t drehen.
26280  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
26281  und die Option 
26282 \family sans
26283 Seitwärts
26284 \begin_inset space ~
26285 \end_inset
26286
26287 drehen
26288 \family default
26289  wählen.
26290 \end_layout
26291
26292 \begin_layout Standard
26293 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
26294  sie ein mehrspaltiges Dokument haben) gedruckt.
26295  Sie können mehrere Spalten überspannen, wenn die Option 
26296 \family sans
26297 Spalten
26298 \begin_inset space ~
26299 \end_inset
26300
26301 überspannen
26302 \family default
26303  in den Gleitobjekt Einstellungen gewählt ist.
26304  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
26305  werden können.
26306  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
26307  Option 
26308 \series bold
26309 figuresleft
26310 \series default
26311  oder 
26312 \series bold
26313 figuresright
26314 \series default
26315  zu den Dokumentklassen-Optionen hinzu.
26316 \end_layout
26317
26318 \begin_layout Standard
26319 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
26320  Tabelle
26321 \begin_inset space ~
26322 \end_inset
26323
26324
26325 \begin_inset CommandInset ref
26326 LatexCommand ref
26327 reference "tab:Gedrehte-Tabelle"
26328
26329 \end_inset
26330
26331  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
26332 \end_layout
26333
26334 \begin_layout Standard
26335 \begin_inset Note Greyedout
26336 status open
26337
26338 \begin_layout Plain Layout
26339
26340 \series bold
26341 Bemerkung:
26342 \series default
26343  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
26344 \end_layout
26345
26346 \end_inset
26347
26348
26349 \end_layout
26350
26351 \begin_layout Standard
26352 \begin_inset Float table
26353 wide false
26354 sideways true
26355 status open
26356
26357 \begin_layout Plain Layout
26358 \begin_inset Caption Standard
26359
26360 \begin_layout Plain Layout
26361 \begin_inset CommandInset label
26362 LatexCommand label
26363 name "tab:Gedrehte-Tabelle"
26364
26365 \end_inset
26366
26367 Gedrehte Tabelle
26368 \end_layout
26369
26370 \end_inset
26371
26372
26373 \end_layout
26374
26375 \begin_layout Plain Layout
26376 \align center
26377 \begin_inset Tabular
26378 <lyxtabular version="3" rows="1" columns="5">
26379 <features tabularvalignment="middle">
26380 <column alignment="center" valignment="top">
26381 <column alignment="center" valignment="top">
26382 <column alignment="center" valignment="top">
26383 <column alignment="center" valignment="top">
26384 <column alignment="center" valignment="top">
26385 <row>
26386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26387 \begin_inset Text
26388
26389 \begin_layout Plain Layout
26390 Test
26391 \end_layout
26392
26393 \end_inset
26394 </cell>
26395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26396 \begin_inset Text
26397
26398 \begin_layout Plain Layout
26399 b
26400 \end_layout
26401
26402 \end_inset
26403 </cell>
26404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26405 \begin_inset Text
26406
26407 \begin_layout Plain Layout
26408 c
26409 \end_layout
26410
26411 \end_inset
26412 </cell>
26413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26414 \begin_inset Text
26415
26416 \begin_layout Plain Layout
26417 d
26418 \end_layout
26419
26420 \end_inset
26421 </cell>
26422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26423 \begin_inset Text
26424
26425 \begin_layout Plain Layout
26426 e
26427 \end_layout
26428
26429 \end_inset
26430 </cell>
26431 </row>
26432 </lyxtabular>
26433
26434 \end_inset
26435
26436
26437 \end_layout
26438
26439 \end_inset
26440
26441
26442 \end_layout
26443
26444 \begin_layout Section
26445 Untergleitobjekte
26446 \begin_inset Index idx
26447 status collapsed
26448
26449 \begin_layout Plain Layout
26450 Gleitobjekte ! Untergleitobjekte
26451 \end_layout
26452
26453 \end_inset
26454
26455
26456 \end_layout
26457
26458 \begin_layout Standard
26459 Untergleitobjekte werden z.
26460 \begin_inset space \thinspace{}
26461 \end_inset
26462
26463 B.
26464  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
26465  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
26466  eingefügt wird.
26467  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
26468  in Tabelle
26469 \begin_inset space ~
26470 \end_inset
26471
26472
26473 \begin_inset CommandInset ref
26474 LatexCommand ref
26475 reference "tab:Untertabellen-nebeneinander"
26476
26477 \end_inset
26478
26479  und 
26480 \begin_inset CommandInset ref
26481 LatexCommand ref
26482 reference "tab:Untertabellen-übereinander"
26483
26484 \end_inset
26485
26486 .
26487 \end_layout
26488
26489 \begin_layout Standard
26490 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
26491 \begin_inset space ~
26492 \end_inset
26493
26494
26495 \begin_inset CommandInset ref
26496 LatexCommand ref
26497 reference "tab:Untertabelle-a"
26498
26499 \end_inset
26500
26501  und 
26502 \begin_inset CommandInset ref
26503 LatexCommand ref
26504 reference "tab:Untertabelle-b"
26505
26506 \end_inset
26507
26508  sind Untertabellen von Tabelle
26509 \begin_inset space ~
26510 \end_inset
26511
26512
26513 \begin_inset CommandInset ref
26514 LatexCommand ref
26515 reference "tab:Untertabellen-nebeneinander"
26516
26517 \end_inset
26518
26519 .
26520 \end_layout
26521
26522 \begin_layout Standard
26523 \begin_inset Float table
26524 wide false
26525 sideways false
26526 status open
26527
26528 \begin_layout Plain Layout
26529 \begin_inset Caption Standard
26530
26531 \begin_layout Plain Layout
26532 \begin_inset CommandInset label
26533 LatexCommand label
26534 name "tab:Untertabellen-nebeneinander"
26535
26536 \end_inset
26537
26538 Zwei Untertabellen nebeneinander.
26539 \end_layout
26540
26541 \end_inset
26542
26543
26544 \end_layout
26545
26546 \begin_layout Plain Layout
26547 \align center
26548 \begin_inset space \hfill{}
26549 \end_inset
26550
26551
26552 \begin_inset Float table
26553 wide false
26554 sideways false
26555 status collapsed
26556
26557 \begin_layout Plain Layout
26558 \begin_inset Caption Standard
26559
26560 \begin_layout Plain Layout
26561 \begin_inset CommandInset label
26562 LatexCommand label
26563 name "tab:Untertabelle-a"
26564
26565 \end_inset
26566
26567 Dies ist Untertabelle a.
26568 \end_layout
26569
26570 \end_inset
26571
26572
26573 \end_layout
26574
26575 \begin_layout Plain Layout
26576 \align center
26577 \begin_inset Tabular
26578 <lyxtabular version="3" rows="1" columns="5">
26579 <features tabularvalignment="middle">
26580 <column alignment="center" valignment="top">
26581 <column alignment="center" valignment="top">
26582 <column alignment="center" valignment="top">
26583 <column alignment="center" valignment="top">
26584 <column alignment="center" valignment="top">
26585 <row>
26586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26587 \begin_inset Text
26588
26589 \begin_layout Plain Layout
26590 Test
26591 \end_layout
26592
26593 \end_inset
26594 </cell>
26595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26596 \begin_inset Text
26597
26598 \begin_layout Plain Layout
26599 b
26600 \end_layout
26601
26602 \end_inset
26603 </cell>
26604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26605 \begin_inset Text
26606
26607 \begin_layout Plain Layout
26608 c
26609 \end_layout
26610
26611 \end_inset
26612 </cell>
26613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26614 \begin_inset Text
26615
26616 \begin_layout Plain Layout
26617 d
26618 \end_layout
26619
26620 \end_inset
26621 </cell>
26622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26623 \begin_inset Text
26624
26625 \begin_layout Plain Layout
26626 e
26627 \end_layout
26628
26629 \end_inset
26630 </cell>
26631 </row>
26632 </lyxtabular>
26633
26634 \end_inset
26635
26636
26637 \end_layout
26638
26639 \end_inset
26640
26641
26642 \begin_inset space \hfill{}
26643 \end_inset
26644
26645
26646 \begin_inset Float table
26647 wide false
26648 sideways false
26649 status collapsed
26650
26651 \begin_layout Plain Layout
26652 \begin_inset Caption Standard
26653
26654 \begin_layout Plain Layout
26655 \begin_inset CommandInset label
26656 LatexCommand label
26657 name "tab:Untertabelle-b"
26658
26659 \end_inset
26660
26661 Dies ist Untertabelle b.
26662 \end_layout
26663
26664 \end_inset
26665
26666
26667 \end_layout
26668
26669 \begin_layout Plain Layout
26670 \align center
26671 \begin_inset Tabular
26672 <lyxtabular version="3" rows="1" columns="5">
26673 <features tabularvalignment="middle">
26674 <column alignment="center" valignment="top">
26675 <column alignment="center" valignment="top">
26676 <column alignment="center" valignment="top">
26677 <column alignment="center" valignment="top">
26678 <column alignment="center" valignment="top">
26679 <row>
26680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26681 \begin_inset Text
26682
26683 \begin_layout Plain Layout
26684 e
26685 \end_layout
26686
26687 \end_inset
26688 </cell>
26689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26690 \begin_inset Text
26691
26692 \begin_layout Plain Layout
26693 d
26694 \end_layout
26695
26696 \end_inset
26697 </cell>
26698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26699 \begin_inset Text
26700
26701 \begin_layout Plain Layout
26702 c
26703 \end_layout
26704
26705 \end_inset
26706 </cell>
26707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26708 \begin_inset Text
26709
26710 \begin_layout Plain Layout
26711 b
26712 \end_layout
26713
26714 \end_inset
26715 </cell>
26716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26717 \begin_inset Text
26718
26719 \begin_layout Plain Layout
26720 Test
26721 \end_layout
26722
26723 \end_inset
26724 </cell>
26725 </row>
26726 </lyxtabular>
26727
26728 \end_inset
26729
26730
26731 \end_layout
26732
26733 \end_inset
26734
26735
26736 \begin_inset space \hfill{}
26737 \end_inset
26738
26739
26740 \end_layout
26741
26742 \end_inset
26743
26744
26745 \end_layout
26746
26747 \begin_layout Standard
26748 \begin_inset Float table
26749 wide false
26750 sideways false
26751 status open
26752
26753 \begin_layout Plain Layout
26754 \begin_inset Caption Standard
26755
26756 \begin_layout Plain Layout
26757 \begin_inset CommandInset label
26758 LatexCommand label
26759 name "tab:Untertabellen-übereinander"
26760
26761 \end_inset
26762
26763 Zwei Untertabellen übereinander.
26764  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
26765 \end_layout
26766
26767 \end_inset
26768
26769
26770 \end_layout
26771
26772 \begin_layout Plain Layout
26773 \align center
26774 \begin_inset Float table
26775 wide false
26776 sideways false
26777 status collapsed
26778
26779 \begin_layout Plain Layout
26780 \begin_inset Caption Standard
26781
26782 \begin_layout Plain Layout
26783
26784 \end_layout
26785
26786 \end_inset
26787
26788
26789 \end_layout
26790
26791 \begin_layout Plain Layout
26792 \align center
26793 \begin_inset Tabular
26794 <lyxtabular version="3" rows="1" columns="4">
26795 <features tabularvalignment="middle">
26796 <column alignment="center" valignment="top">
26797 <column alignment="center" valignment="top">
26798 <column alignment="center" valignment="top">
26799 <column alignment="center" valignment="top">
26800 <row>
26801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26802 \begin_inset Text
26803
26804 \begin_layout Plain Layout
26805 Test
26806 \end_layout
26807
26808 \end_inset
26809 </cell>
26810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26811 \begin_inset Text
26812
26813 \begin_layout Plain Layout
26814 Test
26815 \end_layout
26816
26817 \end_inset
26818 </cell>
26819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26820 \begin_inset Text
26821
26822 \begin_layout Plain Layout
26823 Test
26824 \end_layout
26825
26826 \end_inset
26827 </cell>
26828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26829 \begin_inset Text
26830
26831 \begin_layout Plain Layout
26832 Test
26833 \end_layout
26834
26835 \end_inset
26836 </cell>
26837 </row>
26838 </lyxtabular>
26839
26840 \end_inset
26841
26842
26843 \end_layout
26844
26845 \end_inset
26846
26847
26848 \end_layout
26849
26850 \begin_layout Plain Layout
26851 \align center
26852 \begin_inset Float table
26853 wide false
26854 sideways false
26855 status collapsed
26856
26857 \begin_layout Plain Layout
26858 \begin_inset Caption Standard
26859
26860 \begin_layout Plain Layout
26861
26862 \end_layout
26863
26864 \end_inset
26865
26866
26867 \end_layout
26868
26869 \begin_layout Plain Layout
26870 \align center
26871 \begin_inset Tabular
26872 <lyxtabular version="3" rows="1" columns="5">
26873 <features tabularvalignment="middle">
26874 <column alignment="center" valignment="top">
26875 <column alignment="center" valignment="top">
26876 <column alignment="center" valignment="top">
26877 <column alignment="center" valignment="top">
26878 <column alignment="center" valignment="top">
26879 <row>
26880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26881 \begin_inset Text
26882
26883 \begin_layout Plain Layout
26884 a
26885 \end_layout
26886
26887 \end_inset
26888 </cell>
26889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26890 \begin_inset Text
26891
26892 \begin_layout Plain Layout
26893 b
26894 \end_layout
26895
26896 \end_inset
26897 </cell>
26898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26899 \begin_inset Text
26900
26901 \begin_layout Plain Layout
26902 c
26903 \end_layout
26904
26905 \end_inset
26906 </cell>
26907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26908 \begin_inset Text
26909
26910 \begin_layout Plain Layout
26911 d
26912 \end_layout
26913
26914 \end_inset
26915 </cell>
26916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26917 \begin_inset Text
26918
26919 \begin_layout Plain Layout
26920 e
26921 \end_layout
26922
26923 \end_inset
26924 </cell>
26925 </row>
26926 </lyxtabular>
26927
26928 \end_inset
26929
26930
26931 \end_layout
26932
26933 \end_inset
26934
26935
26936 \end_layout
26937
26938 \end_inset
26939
26940
26941 \end_layout
26942
26943 \begin_layout Section
26944 Gleitobjekte nebeneinander
26945 \begin_inset Index idx
26946 status collapsed
26947
26948 \begin_layout Plain Layout
26949 Gleitobjekte ! nebeneinander
26950 \end_layout
26951
26952 \end_inset
26953
26954
26955 \end_layout
26956
26957 \begin_layout Standard
26958 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
26959 \begin_inset space ~
26960 \end_inset
26961
26962
26963 \begin_inset CommandInset ref
26964 LatexCommand ref
26965 reference "abb:Gleitobjekt-links"
26966
26967 \end_inset
26968
26969  und 
26970 \begin_inset CommandInset ref
26971 LatexCommand ref
26972 reference "abb:Gleitobjekt-rechts"
26973
26974 \end_inset
26975
26976  wird nur 
26977 \emph on
26978 ein
26979 \emph default
26980  Gleitobjekt verwendet.
26981  In dieses werden zwei Minipage Boxen eingefügt.
26982 \begin_inset Foot
26983 status collapsed
26984
26985 \begin_layout Plain Layout
26986 Minipages sind in Abschnitt
26987 \begin_inset space ~
26988 \end_inset
26989
26990
26991 \begin_inset CommandInset ref
26992 LatexCommand ref
26993 reference "abs:Minipage"
26994
26995 \end_inset
26996
26997  erklärt.
26998 \end_layout
26999
27000 \end_inset
27001
27002  Die Breite wird für jede Minipage auf 45
27003 \begin_inset space \thinspace{}
27004 \end_inset
27005
27006 -50
27007 \begin_inset space \thinspace{}
27008 \end_inset
27009
27010 Spalten% und die Box Ausrichtung auf 
27011 \family sans
27012 Unten
27013 \family default
27014  gesetzt.
27015  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
27016  Gleitobjekt.
27017  Der einzige Unterschied ist, dass die Bildeinheit 
27018 \family sans
27019 Spaltenbreite
27020 \begin_inset space ~
27021 \end_inset
27022
27023 %
27024 \family default
27025  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
27026 \end_layout
27027
27028 \begin_layout Standard
27029 \begin_inset Float figure
27030 wide false
27031 sideways false
27032 status open
27033
27034 \begin_layout Plain Layout
27035 \begin_inset Box Frameless
27036 position "b"
27037 hor_pos "c"
27038 has_inner_box 1
27039 inner_pos "t"
27040 use_parbox 0
27041 use_makebox 0
27042 width "45col%"
27043 special "none"
27044 height "1in"
27045 height_special "totalheight"
27046 thickness "0.4pt"
27047 separation "3pt"
27048 shadowsize "4pt"
27049 framecolor "black"
27050 backgroundcolor "none"
27051 status open
27052
27053 \begin_layout Plain Layout
27054 \align center
27055 \begin_inset Graphics
27056         filename ../clipart/mobius.eps
27057         lyxscale 50
27058         width 100col%
27059         scaleBeforeRotation
27060
27061 \end_inset
27062
27063
27064 \end_layout
27065
27066 \begin_layout Plain Layout
27067 \begin_inset Caption Standard
27068
27069 \begin_layout Plain Layout
27070 \begin_inset CommandInset label
27071 LatexCommand label
27072 name "abb:Gleitobjekt-links"
27073
27074 \end_inset
27075
27076 Gleitobjekt auf der linken Seite.
27077 \end_layout
27078
27079 \end_inset
27080
27081
27082 \end_layout
27083
27084 \end_inset
27085
27086
27087 \begin_inset space \hfill{}
27088 \end_inset
27089
27090
27091 \begin_inset Box Frameless
27092 position "b"
27093 hor_pos "c"
27094 has_inner_box 1
27095 inner_pos "t"
27096 use_parbox 0
27097 use_makebox 0
27098 width "45col%"
27099 special "none"
27100 height "1in"
27101 height_special "totalheight"
27102 thickness "0.4pt"
27103 separation "3pt"
27104 shadowsize "4pt"
27105 framecolor "black"
27106 backgroundcolor "none"
27107 status open
27108
27109 \begin_layout Plain Layout
27110 \align center
27111 \begin_inset Graphics
27112         filename ../clipart/platypus.eps
27113         lyxscale 50
27114         width 100col%
27115         scaleBeforeRotation
27116
27117 \end_inset
27118
27119
27120 \end_layout
27121
27122 \begin_layout Plain Layout
27123 \begin_inset Caption Standard
27124
27125 \begin_layout Plain Layout
27126 \begin_inset CommandInset label
27127 LatexCommand label
27128 name "abb:Gleitobjekt-rechts"
27129
27130 \end_inset
27131
27132 Gleitobjekt auf der rechten Seite.
27133 \end_layout
27134
27135 \end_inset
27136
27137
27138 \end_layout
27139
27140 \end_inset
27141
27142
27143 \end_layout
27144
27145 \end_inset
27146
27147
27148 \end_layout
27149
27150 \begin_layout Section
27151 Beschriftungs-Formatierung
27152 \begin_inset CommandInset label
27153 LatexCommand label
27154 name "abs:Titel-Formatierung"
27155
27156 \end_inset
27157
27158
27159 \begin_inset Index idx
27160 status collapsed
27161
27162 \begin_layout Plain Layout
27163 Gleitobjekte ! Beschriftung ! Formatierung
27164 \end_layout
27165
27166 \end_inset
27167
27168
27169 \end_layout
27170
27171 \begin_layout Standard
27172
27173 \family sans
27174 Legende
27175 \family default
27176  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
27177  In \SpecialChar LyX
27178  sehen Titel so aus:  
27179 \family sans
27180
27181 \begin_inset Quotes gld
27182 \end_inset
27183
27184 Abbildung xyz:
27185 \family default
27186
27187 \begin_inset Quotes grd
27188 \end_inset
27189
27190 , gefolgt vom Beschriftungstext, wobei 
27191 \family sans
27192 xyz
27193 \family default
27194  die von \SpecialChar LyX
27195  vergebene Nummer ist.
27196  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
27197  gedruckt.
27198  Dieses Format ist für die meisten aber nicht alle Dokumente geeignet.
27199 \end_layout
27200
27201 \begin_layout Standard
27202 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das \SpecialChar LaTeX
27203 -Paket
27204  
27205 \series bold
27206 caption
27207 \series default
27208
27209 \begin_inset Index idx
27210 status collapsed
27211
27212 \begin_layout Plain Layout
27213 \SpecialChar LaTeX
27214 -Pakete ! caption
27215 \end_layout
27216
27217 \end_inset
27218
27219  in den \SpecialChar LaTeX
27220 -Vorspann laden:
27221 \end_layout
27222
27223 \begin_layout Standard
27224
27225 \series bold
27226
27227 \backslash
27228 usepackage[Format-Definition]{caption}
27229 \end_layout
27230
27231 \begin_layout Standard
27232 Soll zum Beispiel Name und Nummer serifenlos und fett gedruckt werden und
27233  die Beschriftung immer über der Tabelle stehen, müssen Sie folgenden Befehl
27234  verwenden:
27235 \end_layout
27236
27237 \begin_layout Standard
27238
27239 \series bold
27240
27241 \backslash
27242 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27243 \end_layout
27244
27245 \begin_layout Standard
27246 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
27247  definieren.
27248  Dazu laden Sie das 
27249 \series bold
27250 caption
27251 \series default
27252 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
27253  dem Befehl
27254 \end_layout
27255
27256 \begin_layout Standard
27257
27258 \series bold
27259
27260 \backslash
27261 captionsetup[Gleitobjekt-Typ]{Format-Definition}
27262 \end_layout
27263
27264 \begin_layout Standard
27265 Für Abbildung
27266 \begin_inset space ~
27267 \end_inset
27268
27269
27270 \begin_inset CommandInset ref
27271 LatexCommand ref
27272 reference "abb:Langer-Abb-Titel"
27273
27274 \end_inset
27275
27276  und Tabelle
27277 \begin_inset space ~
27278 \end_inset
27279
27280
27281 \begin_inset CommandInset ref
27282 LatexCommand ref
27283 reference "tab:Langer-Tab-Titel"
27284
27285 \end_inset
27286
27287  können die Beschriftungen mit folgenden Befehlen im \SpecialChar LaTeX
27288 -Vorspann definiert
27289  werden:
27290 \end_layout
27291
27292 \begin_layout Standard
27293
27294 \series bold
27295
27296 \backslash
27297 usepackage[tableposition=top]{caption}
27298 \begin_inset Newline newline
27299 \end_inset
27300
27301
27302 \backslash
27303 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27304 \begin_inset Newline newline
27305 \end_inset
27306
27307
27308 \begin_inset Phantom HPhantom
27309 status open
27310
27311 \begin_layout Plain Layout
27312
27313 \series bold
27314
27315 \backslash
27316 captionsetup[figure]{
27317 \end_layout
27318
27319 \end_inset
27320
27321 labelsep=period}
27322 \begin_inset Newline newline
27323 \end_inset
27324
27325
27326 \backslash
27327 captionsetup[table]{labelfont={bf,sf}}
27328 \end_layout
27329
27330 \begin_layout Standard
27331 \begin_inset Note Greyedout
27332 status open
27333
27334 \begin_layout Plain Layout
27335
27336 \series bold
27337 Bemerkung:
27338 \series default
27339  Die Option 
27340 \series bold
27341 tableposition=top
27342 \series default
27343  hat keine Auswirkung, wenn eine 
27344 \series bold
27345 KOMA-Script
27346 \series default
27347
27348 \begin_inset Index idx
27349 status collapsed
27350
27351 \begin_layout Plain Layout
27352 \SpecialChar LaTeX
27353 -Pakete ! KOMA-Script
27354 \end_layout
27355
27356 \end_inset
27357
27358 -Dokumentklasse verwendet wird.
27359  Hier muss die Option 
27360 \series bold
27361 captions=tableheading
27362 \series default
27363  benutzt werden.
27364 \end_layout
27365
27366 \end_inset
27367
27368
27369 \end_layout
27370
27371 \begin_layout Standard
27372 Weitere Informationen über das Paket
27373 \series bold
27374  caption
27375 \series default
27376  finden Sie in seiner Dokumentation 
27377 \begin_inset CommandInset citation
27378 LatexCommand cite
27379 key "caption"
27380
27381 \end_inset
27382
27383 .
27384 \end_layout
27385
27386 \begin_layout Standard
27387 Wenn Sie den Namen von 
27388 \begin_inset Quotes gld
27389 \end_inset
27390
27391 Abbildung
27392 \begin_inset Quotes grd
27393 \end_inset
27394
27395  auf 
27396 \begin_inset Quotes gld
27397 \end_inset
27398
27399 Bild
27400 \begin_inset Quotes grd
27401 \end_inset
27402
27403  ändern wollen, können Sie das mit folgendem Befehl im \SpecialChar LaTeX
27404 -Vorspann  machen:
27405 \end_layout
27406
27407 \begin_layout Standard
27408
27409 \series bold
27410
27411 \backslash
27412 renewcommand{
27413 \backslash
27414 fnum@figure}{Bild~
27415 \backslash
27416 thefigure}
27417 \end_layout
27418
27419 \begin_layout Standard
27420 wobei 
27421 \series bold
27422
27423 \backslash
27424 thefigure
27425 \series default
27426  die Bildnummer einsetzt und
27427 \series bold
27428  ~
27429 \series default
27430  ein geschütztes Leerzeichen ist.
27431 \end_layout
27432
27433 \begin_layout Standard
27434 \begin_inset VSpace bigskip
27435 \end_inset
27436
27437 Wenn Sie eine 
27438 \series bold
27439 KOMA-Script
27440 \series default
27441
27442 \begin_inset Index idx
27443 status collapsed
27444
27445 \begin_layout Plain Layout
27446 \SpecialChar LaTeX
27447 -Pakete ! KOMA-Script
27448 \end_layout
27449
27450 \end_inset
27451
27452 -Dokumentklasse (
27453 \family sans
27454 article (KOMA-Script)
27455 \family default
27456
27457 \family sans
27458 book (KOMA-Script)
27459 \family default
27460
27461 \family sans
27462 letter (KOMA-Script)
27463 \family default
27464  oder 
27465 \family sans
27466 report (KOMA-Script)
27467 \family default
27468 ) benutzen, können Sie anstatt des 
27469 \series bold
27470 caption
27471 \series default
27472 -Paketes den eingebauten Befehl 
27473 \series bold
27474
27475 \backslash
27476 setkomafont
27477 \series default
27478  von 
27479 \series bold
27480 KOMA-Script
27481 \series default
27482  benutzen.
27483  Der Befehl
27484 \end_layout
27485
27486 \begin_layout Standard
27487
27488 \series bold
27489
27490 \backslash
27491 setkomafont{captionlabel}{
27492 \backslash
27493 bfseries}
27494 \end_layout
27495
27496 \begin_layout Standard
27497 im \SpecialChar LaTeX
27498 -Vorspann druckt den Namen fett.
27499 \end_layout
27500
27501 \begin_layout Standard
27502 Weitere Informationen über 
27503 \series bold
27504
27505 \backslash
27506 setkomafont
27507 \series default
27508  finden Sie in der 
27509 \series bold
27510 KOMA-Script
27511 \series default
27512 -Do\SpecialChar softhyphen
27513 ku\SpecialChar softhyphen
27514 men\SpecialChar softhyphen
27515 ta\SpecialChar softhyphen
27516 tion 
27517 \begin_inset CommandInset citation
27518 LatexCommand cite
27519 key "KOMA-Script"
27520
27521 \end_inset
27522
27523 .
27524 \end_layout
27525
27526 \begin_layout Standard
27527 \begin_inset ERT
27528 status collapsed
27529
27530 \begin_layout Plain Layout
27531
27532
27533 \backslash
27534 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27535 }
27536 \end_layout
27537
27538 \end_inset
27539
27540
27541 \begin_inset Note Note
27542 status open
27543
27544 \begin_layout Plain Layout
27545 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
27546 \end_layout
27547
27548 \end_inset
27549
27550
27551 \end_layout
27552
27553 \begin_layout Standard
27554 \begin_inset Float figure
27555 placement !p
27556 wide false
27557 sideways false
27558 status open
27559
27560 \begin_layout Plain Layout
27561 \align center
27562 \begin_inset Graphics
27563         filename ../clipart/mobius.eps
27564         lyxscale 50
27565         scale 50
27566         scaleBeforeRotation
27567
27568 \end_inset
27569
27570
27571 \end_layout
27572
27573 \begin_layout Plain Layout
27574 \begin_inset Caption Standard
27575
27576 \begin_layout Plain Layout
27577 \begin_inset CommandInset label
27578 LatexCommand label
27579 name "abb:Langer-Abb-Titel"
27580
27581 \end_inset
27582
27583 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27584  ist, um das andere Beschriftungsformat zu zeigen.
27585  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
27586 \begin_inset Argument 1
27587 status collapsed
27588
27589 \begin_layout Plain Layout
27590 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27591  ist.
27592 \end_layout
27593
27594 \end_inset
27595
27596
27597 \end_layout
27598
27599 \end_inset
27600
27601
27602 \end_layout
27603
27604 \end_inset
27605
27606
27607 \end_layout
27608
27609 \begin_layout Standard
27610 \begin_inset ERT
27611 status collapsed
27612
27613 \begin_layout Plain Layout
27614
27615
27616 \backslash
27617 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27618 on}
27619 \end_layout
27620
27621 \end_inset
27622
27623
27624 \end_layout
27625
27626 \begin_layout Standard
27627 \begin_inset Float table
27628 placement !p
27629 wide false
27630 sideways false
27631 status open
27632
27633 \begin_layout Plain Layout
27634 \begin_inset Caption Standard
27635
27636 \begin_layout Plain Layout
27637 \begin_inset CommandInset label
27638 LatexCommand label
27639 name "tab:Langer-Tab-Titel"
27640
27641 \end_inset
27642
27643 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27644  ist, um das andere Beschriftungsformat zu zeigen.
27645  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
27646  benutzt.
27647 \begin_inset Argument 1
27648 status collapsed
27649
27650 \begin_layout Plain Layout
27651 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27652  ist.
27653 \end_layout
27654
27655 \end_inset
27656
27657
27658 \end_layout
27659
27660 \end_inset
27661
27662
27663 \end_layout
27664
27665 \begin_layout Plain Layout
27666 \align center
27667 \begin_inset Tabular
27668 <lyxtabular version="3" rows="1" columns="5">
27669 <features tabularvalignment="middle">
27670 <column alignment="center" valignment="top">
27671 <column alignment="center" valignment="top">
27672 <column alignment="center" valignment="top">
27673 <column alignment="center" valignment="top">
27674 <column alignment="center" valignment="top">
27675 <row>
27676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27677 \begin_inset Text
27678
27679 \begin_layout Plain Layout
27680 a
27681 \end_layout
27682
27683 \end_inset
27684 </cell>
27685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27686 \begin_inset Text
27687
27688 \begin_layout Plain Layout
27689 b
27690 \end_layout
27691
27692 \end_inset
27693 </cell>
27694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27695 \begin_inset Text
27696
27697 \begin_layout Plain Layout
27698 c
27699 \end_layout
27700
27701 \end_inset
27702 </cell>
27703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27704 \begin_inset Text
27705
27706 \begin_layout Plain Layout
27707 d
27708 \end_layout
27709
27710 \end_inset
27711 </cell>
27712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27713 \begin_inset Text
27714
27715 \begin_layout Plain Layout
27716 e
27717 \end_layout
27718
27719 \end_inset
27720 </cell>
27721 </row>
27722 </lyxtabular>
27723
27724 \end_inset
27725
27726
27727 \end_layout
27728
27729 \end_inset
27730
27731
27732 \end_layout
27733
27734 \begin_layout Section
27735 Beschriftungs-Platzierung
27736 \begin_inset CommandInset label
27737 LatexCommand label
27738 name "abs:Titel-Platzierung"
27739
27740 \end_inset
27741
27742
27743 \begin_inset Index idx
27744 status collapsed
27745
27746 \begin_layout Plain Layout
27747 Gleitobjekte ! Beschriftung ! Platzierung
27748 \end_layout
27749
27750 \end_inset
27751
27752
27753 \end_layout
27754
27755 \begin_layout Standard
27756 Normalerweise werden die Beschriftungen wie folgt platziert:
27757 \end_layout
27758
27759 \begin_layout Description
27760 Abbildung: darunter
27761 \end_layout
27762
27763 \begin_layout Description
27764 Tabelle: darüber
27765 \end_layout
27766
27767 \begin_layout Standard
27768 \SpecialChar LaTeX
27769 -Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
27770  Das heißt wenn Sie eine der Dokument-Klassen 
27771 \family sans
27772 article
27773 \family default
27774
27775 \family sans
27776 book
27777 \family default
27778
27779 \family sans
27780 letter
27781 \family default
27782  oder 
27783 \family sans
27784 report
27785 \family default
27786  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
27787  Um das zu erreichen, laden Sie das \SpecialChar LaTeX
27788 -Paket 
27789 \series bold
27790 caption
27791 \series default
27792
27793 \begin_inset Index idx
27794 status collapsed
27795
27796 \begin_layout Plain Layout
27797 \SpecialChar LaTeX
27798 -Pakete ! caption
27799 \end_layout
27800
27801 \end_inset
27802
27803  im \SpecialChar LaTeX
27804 -Vorspann mit der Option
27805 \begin_inset Foot
27806 status collapsed
27807
27808 \begin_layout Plain Layout
27809 In Abschnitt
27810 \begin_inset space ~
27811 \end_inset
27812
27813
27814 \begin_inset CommandInset ref
27815 LatexCommand ref
27816 reference "abs:Titel-Formatierung"
27817
27818 \end_inset
27819
27820  steht mehr über das Paket 
27821 \series bold
27822 caption
27823 \series default
27824 .
27825 \end_layout
27826
27827 \end_inset
27828
27829
27830 \end_layout
27831
27832 \begin_layout Standard
27833
27834 \series bold
27835 tableposition=top
27836 \end_layout
27837
27838 \begin_layout Standard
27839 Wenn Sie eine 
27840 \series bold
27841 KOMA-Script
27842 \series default
27843
27844 \begin_inset Index idx
27845 status collapsed
27846
27847 \begin_layout Plain Layout
27848 \SpecialChar LaTeX
27849 -Pakete ! KOMA-Script
27850 \end_layout
27851
27852 \end_inset
27853
27854 -Dokumentklasse (
27855 \family sans
27856 article (KOMA-Script)
27857 \family default
27858
27859 \family sans
27860 book (KOMA-Script)
27861 \family default
27862
27863 \family sans
27864 letter (KOMA-Script)
27865 \family default
27866  oder 
27867 \family sans
27868 report (KOMA-Script)
27869 \family default
27870 ) benutzen, können Sie alternativ zum 
27871 \series bold
27872 caption
27873 \series default
27874 -Paket die Dokumentklassen-Option
27875 \end_layout
27876
27877 \begin_layout Standard
27878
27879 \series bold
27880 captions=tableheading
27881 \end_layout
27882
27883 \begin_layout Standard
27884 benutzen.
27885 \begin_inset Foot
27886 status collapsed
27887
27888 \begin_layout Plain Layout
27889 Diese Option wird in diesem Dokument verwendet.
27890 \end_layout
27891
27892 \end_inset
27893
27894
27895 \end_layout
27896
27897 \begin_layout Standard
27898 In Dokumenten, die eine KOMA-Script Klasse verwenden, können Sie auch mit
27899  rechts auf eine Beschriftung klicken und im Kontextmenü markieren, ob diese
27900  Beschriftung über oder unter der Tabelle/Abbildung sein soll.
27901  Auf diese Weise kann die dokumentweite Beschriftungs-Platzierung für bestimmte
27902  Beschriftungen überschrieben werden.
27903  Tabelle
27904 \begin_inset space ~
27905 \end_inset
27906
27907
27908 \begin_inset CommandInset ref
27909 LatexCommand ref
27910 reference "tab:Eine-Beschriftung-unterhalb"
27911
27912 \end_inset
27913
27914  ist ein Beispiel, bei dem die Beschriftung als unterhalb der Tabelle markiert
27915  wurde, obwohl sie über der Tabelle steht.
27916  Zum Vergleich ist die Beschriftung von Tabelle
27917 \begin_inset space ~
27918 \end_inset
27919
27920
27921 \begin_inset CommandInset ref
27922 LatexCommand ref
27923 reference "tab:Eine-normale-Tabellen-Beschriftu"
27924
27925 \end_inset
27926
27927  nicht markiert.
27928 \end_layout
27929
27930 \begin_layout Standard
27931 \begin_inset Float table
27932 wide false
27933 sideways false
27934 status open
27935
27936 \begin_layout Plain Layout
27937 \begin_inset Caption Below
27938
27939 \begin_layout Plain Layout
27940 \begin_inset CommandInset label
27941 LatexCommand label
27942 name "tab:Eine-Beschriftung-unterhalb"
27943
27944 \end_inset
27945
27946 Eine Beschriftung, die als unterhalb der der Tabelle markiert wurde.
27947 \end_layout
27948
27949 \end_inset
27950
27951
27952 \end_layout
27953
27954 \begin_layout Plain Layout
27955 \align center
27956 \begin_inset Tabular
27957 <lyxtabular version="3" rows="3" columns="3">
27958 <features tabularvalignment="middle">
27959 <column alignment="center" valignment="top" width="0pt">
27960 <column alignment="center" valignment="top" width="0pt">
27961 <column alignment="center" valignment="top" width="0pt">
27962 <row>
27963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27964 \begin_inset Text
27965
27966 \begin_layout Plain Layout
27967 1
27968 \end_layout
27969
27970 \end_inset
27971 </cell>
27972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27973 \begin_inset Text
27974
27975 \begin_layout Plain Layout
27976 2
27977 \end_layout
27978
27979 \end_inset
27980 </cell>
27981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27982 \begin_inset Text
27983
27984 \begin_layout Plain Layout
27985 3
27986 \end_layout
27987
27988 \end_inset
27989 </cell>
27990 </row>
27991 <row>
27992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27993 \begin_inset Text
27994
27995 \begin_layout Plain Layout
27996 Joe
27997 \end_layout
27998
27999 \end_inset
28000 </cell>
28001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28002 \begin_inset Text
28003
28004 \begin_layout Plain Layout
28005 Mary
28006 \end_layout
28007
28008 \end_inset
28009 </cell>
28010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28011 \begin_inset Text
28012
28013 \begin_layout Plain Layout
28014 Ted
28015 \end_layout
28016
28017 \end_inset
28018 </cell>
28019 </row>
28020 <row>
28021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28022 \begin_inset Text
28023
28024 \begin_layout Plain Layout
28025 \begin_inset Formula $\int x^{2}dx$
28026 \end_inset
28027
28028
28029 \end_layout
28030
28031 \end_inset
28032 </cell>
28033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28034 \begin_inset Text
28035
28036 \begin_layout Plain Layout
28037 \begin_inset Formula $\left[\begin{array}{cc}
28038 a & b\\
28039 c & d
28040 \end{array}\right]$
28041 \end_inset
28042
28043
28044 \end_layout
28045
28046 \end_inset
28047 </cell>
28048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28049 \begin_inset Text
28050
28051 \begin_layout Plain Layout
28052 \begin_inset Formula $1+1=2$
28053 \end_inset
28054
28055
28056 \end_layout
28057
28058 \end_inset
28059 </cell>
28060 </row>
28061 </lyxtabular>
28062
28063 \end_inset
28064
28065
28066 \end_layout
28067
28068 \end_inset
28069
28070
28071 \end_layout
28072
28073 \begin_layout Standard
28074 \begin_inset Float table
28075 wide false
28076 sideways false
28077 status open
28078
28079 \begin_layout Plain Layout
28080 \begin_inset Caption Standard
28081
28082 \begin_layout Plain Layout
28083 \begin_inset CommandInset label
28084 LatexCommand label
28085 name "tab:Eine-normale-Tabellen-Beschriftu"
28086
28087 \end_inset
28088
28089 Eine normale Tabellen-Beschriftung.
28090 \end_layout
28091
28092 \end_inset
28093
28094
28095 \end_layout
28096
28097 \begin_layout Plain Layout
28098 \align center
28099 \begin_inset Tabular
28100 <lyxtabular version="3" rows="3" columns="3">
28101 <features tabularvalignment="middle">
28102 <column alignment="center" valignment="top" width="0pt">
28103 <column alignment="center" valignment="top" width="0pt">
28104 <column alignment="center" valignment="top" width="0pt">
28105 <row>
28106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28107 \begin_inset Text
28108
28109 \begin_layout Plain Layout
28110 1
28111 \end_layout
28112
28113 \end_inset
28114 </cell>
28115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28116 \begin_inset Text
28117
28118 \begin_layout Plain Layout
28119 2
28120 \end_layout
28121
28122 \end_inset
28123 </cell>
28124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28125 \begin_inset Text
28126
28127 \begin_layout Plain Layout
28128 3
28129 \end_layout
28130
28131 \end_inset
28132 </cell>
28133 </row>
28134 <row>
28135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28136 \begin_inset Text
28137
28138 \begin_layout Plain Layout
28139 Joe
28140 \end_layout
28141
28142 \end_inset
28143 </cell>
28144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28145 \begin_inset Text
28146
28147 \begin_layout Plain Layout
28148 Mary
28149 \end_layout
28150
28151 \end_inset
28152 </cell>
28153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28154 \begin_inset Text
28155
28156 \begin_layout Plain Layout
28157 Ted
28158 \end_layout
28159
28160 \end_inset
28161 </cell>
28162 </row>
28163 <row>
28164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28165 \begin_inset Text
28166
28167 \begin_layout Plain Layout
28168 \begin_inset Formula $\int x^{2}dx$
28169 \end_inset
28170
28171
28172 \end_layout
28173
28174 \end_inset
28175 </cell>
28176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28177 \begin_inset Text
28178
28179 \begin_layout Plain Layout
28180 \begin_inset Formula $\left[\begin{array}{cc}
28181 a & b\\
28182 c & d
28183 \end{array}\right]$
28184 \end_inset
28185
28186
28187 \end_layout
28188
28189 \end_inset
28190 </cell>
28191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28192 \begin_inset Text
28193
28194 \begin_layout Plain Layout
28195 \begin_inset Formula $1+1=2$
28196 \end_inset
28197
28198
28199 \end_layout
28200
28201 \end_inset
28202 </cell>
28203 </row>
28204 </lyxtabular>
28205
28206 \end_inset
28207
28208
28209 \end_layout
28210
28211 \end_inset
28212
28213
28214 \end_layout
28215
28216 \begin_layout Standard
28217 \begin_inset VSpace bigskip
28218 \end_inset
28219
28220 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
28221  Das bewirkt das \SpecialChar LaTeX
28222 -Paket 
28223 \series bold
28224 sidecap
28225 \series default
28226
28227 \begin_inset Index idx
28228 status collapsed
28229
28230 \begin_layout Plain Layout
28231 \SpecialChar LaTeX
28232 -Pakete ! sidecap
28233 \end_layout
28234
28235 \end_inset
28236
28237 , das so in den \SpecialChar LaTeX
28238 -Vorspann geladen wird:
28239 \end_layout
28240
28241 \begin_layout Standard
28242
28243 \series bold
28244
28245 \backslash
28246 usepackage[Option]{sidecap}
28247 \end_layout
28248
28249 \begin_layout Standard
28250 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
28251  Mit 
28252 \series bold
28253 innercaption
28254 \series default
28255  wird die Beschriftung innen gedruckt.
28256  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
28257  
28258 \series bold
28259 rightcaption
28260 \series default
28261  oder 
28262 \series bold
28263 leftcaption
28264 \series default
28265 .
28266 \end_layout
28267
28268 \begin_layout Standard
28269 \begin_inset ERT
28270 status collapsed
28271
28272 \begin_layout Plain Layout
28273
28274
28275 \backslash
28276 ifsidecap
28277 \end_layout
28278
28279 \end_inset
28280
28281
28282 \begin_inset Note Note
28283 status open
28284
28285 \begin_layout Plain Layout
28286 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
28287 -Paket 
28288 \series bold
28289 sidecap
28290 \series default
28291  installiert ist.
28292 \end_layout
28293
28294 \end_inset
28295
28296
28297 \end_layout
28298
28299 \begin_layout Standard
28300 Um die Beschriftung mit \SpecialChar LyX
28301  seitlich zu drucken, müssen Sie folgende Befehle
28302  in den \SpecialChar LaTeX
28303 -Vorspann schreiben:
28304 \end_layout
28305
28306 \begin_layout Standard
28307 \begin_inset Newpage newpage
28308 \end_inset
28309
28310
28311 \end_layout
28312
28313 \begin_layout Standard
28314 \noindent
28315 \begin_inset CommandInset line
28316 LatexCommand rule
28317 offset "0.5ex"
28318 width "100line%"
28319 height "1pt"
28320
28321 \end_inset
28322
28323
28324 \end_layout
28325
28326 \begin_layout Standard
28327
28328 \series bold
28329
28330 \backslash
28331 newcommand{
28332 \backslash
28333 TabBesBeg}[1][1.0]{%
28334 \begin_inset Newline newline
28335 \end_inset
28336
28337
28338 \begin_inset Phantom HPhantom
28339 status open
28340
28341 \begin_layout Plain Layout
28342 \begin_inset space ~
28343 \end_inset
28344
28345
28346 \end_layout
28347
28348 \end_inset
28349
28350
28351 \backslash
28352 let
28353 \backslash
28354 MyTable
28355 \backslash
28356 table
28357 \begin_inset Newline newline
28358 \end_inset
28359
28360
28361 \begin_inset Phantom HPhantom
28362 status open
28363
28364 \begin_layout Plain Layout
28365
28366 \series medium
28367 \begin_inset space ~
28368 \end_inset
28369
28370
28371 \end_layout
28372
28373 \end_inset
28374
28375
28376 \backslash
28377 let
28378 \backslash
28379 MyEndtable
28380 \backslash
28381 endtable
28382 \begin_inset Newline newline
28383 \end_inset
28384
28385
28386 \begin_inset Phantom HPhantom
28387 status open
28388
28389 \begin_layout Plain Layout
28390
28391 \series medium
28392 \begin_inset space ~
28393 \end_inset
28394
28395
28396 \end_layout
28397
28398 \end_inset
28399
28400
28401 \backslash
28402 renewenvironment{table}[1]{
28403 \backslash
28404 begin{SCtable}[#1]##1}{
28405 \backslash
28406 end{SCtable}}}
28407 \end_layout
28408
28409 \begin_layout Standard
28410
28411 \series bold
28412
28413 \backslash
28414 newcommand{
28415 \backslash
28416 TabBesEnd}{%
28417 \begin_inset Newline newline
28418 \end_inset
28419
28420
28421 \begin_inset Phantom HPhantom
28422 status open
28423
28424 \begin_layout Plain Layout
28425 \begin_inset space ~
28426 \end_inset
28427
28428
28429 \end_layout
28430
28431 \end_inset
28432
28433
28434 \backslash
28435 let
28436 \backslash
28437 table
28438 \backslash
28439 MyTable
28440 \begin_inset Newline newline
28441 \end_inset
28442
28443
28444 \begin_inset Phantom HPhantom
28445 status open
28446
28447 \begin_layout Plain Layout
28448 \begin_inset space ~
28449 \end_inset
28450
28451
28452 \end_layout
28453
28454 \end_inset
28455
28456
28457 \backslash
28458 let
28459 \backslash
28460 endtable
28461 \backslash
28462 MyEndtable
28463 \end_layout
28464
28465 \begin_layout Standard
28466
28467 \series bold
28468
28469 \backslash
28470 newcommand{
28471 \backslash
28472 FigBesBeg}[1][1.0]{%
28473 \begin_inset Newline newline
28474 \end_inset
28475
28476
28477 \begin_inset Phantom HPhantom
28478 status open
28479
28480 \begin_layout Plain Layout
28481 \begin_inset space ~
28482 \end_inset
28483
28484
28485 \end_layout
28486
28487 \end_inset
28488
28489
28490 \backslash
28491 let
28492 \backslash
28493 MyFigure
28494 \backslash
28495 figure
28496 \begin_inset Newline newline
28497 \end_inset
28498
28499
28500 \begin_inset Phantom HPhantom
28501 status open
28502
28503 \begin_layout Plain Layout
28504 \begin_inset space ~
28505 \end_inset
28506
28507
28508 \end_layout
28509
28510 \end_inset
28511
28512
28513 \backslash
28514 let
28515 \backslash
28516 MyEndfigure
28517 \backslash
28518 endfigure
28519 \begin_inset Newline newline
28520 \end_inset
28521
28522
28523 \begin_inset Phantom HPhantom
28524 status open
28525
28526 \begin_layout Plain Layout
28527 \begin_inset space ~
28528 \end_inset
28529
28530
28531 \end_layout
28532
28533 \end_inset
28534
28535
28536 \backslash
28537 renewenvironment{figure}[1]{
28538 \backslash
28539 begin{SCfigure}[#1]##1}{
28540 \backslash
28541 end{SCfigure}}}
28542 \end_layout
28543
28544 \begin_layout Standard
28545
28546 \series bold
28547
28548 \backslash
28549 newcommand{
28550 \backslash
28551 FigBesEnd}{%
28552 \begin_inset Newline newline
28553 \end_inset
28554
28555
28556 \begin_inset Phantom HPhantom
28557 status open
28558
28559 \begin_layout Plain Layout
28560 \begin_inset space ~
28561 \end_inset
28562
28563
28564 \end_layout
28565
28566 \end_inset
28567
28568
28569 \backslash
28570 let
28571 \backslash
28572 figure
28573 \backslash
28574 MyFigure
28575 \begin_inset Newline newline
28576 \end_inset
28577
28578
28579 \begin_inset Phantom HPhantom
28580 status open
28581
28582 \begin_layout Plain Layout
28583 \begin_inset space ~
28584 \end_inset
28585
28586
28587 \end_layout
28588
28589 \end_inset
28590
28591
28592 \backslash
28593 let
28594 \backslash
28595 endfigure
28596 \backslash
28597 MyEndfigure}
28598 \end_layout
28599
28600 \begin_layout Standard
28601 \noindent
28602 \begin_inset CommandInset line
28603 LatexCommand rule
28604 offset "0.5ex"
28605 width "100line%"
28606 height "1pt"
28607
28608 \end_inset
28609
28610
28611 \end_layout
28612
28613 \begin_layout Standard
28614 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
28615 ungen seitlich gedruckt werden.
28616  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
28617 \end_layout
28618
28619 \begin_layout Standard
28620
28621 \series bold
28622
28623 \backslash
28624 FigBesBeg
28625 \end_layout
28626
28627 \begin_layout Standard
28628 als \SpecialChar TeX
28629 -Code vor das Gleitobjekt und fügen Sie den Befehl
28630 \end_layout
28631
28632 \begin_layout Standard
28633
28634 \series bold
28635
28636 \backslash
28637 FigBesEnd
28638 \end_layout
28639
28640 \begin_layout Standard
28641 als \SpecialChar TeX
28642 -Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
28643  zurückkehren wollen.
28644 \end_layout
28645
28646 \begin_layout Standard
28647 Bei Gleitobjekt-Tabellen heißen die Befehle
28648 \end_layout
28649
28650 \begin_layout Standard
28651
28652 \series bold
28653
28654 \backslash
28655 TabBesBeg
28656 \series default
28657  und 
28658 \series bold
28659
28660 \backslash
28661 TabBesEnd
28662 \series default
28663 .
28664 \end_layout
28665
28666 \begin_layout Standard
28667 Abbildung
28668 \begin_inset space ~
28669 \end_inset
28670
28671
28672 \begin_inset CommandInset ref
28673 LatexCommand ref
28674 reference "abb:Beschriftung-neben"
28675
28676 \end_inset
28677
28678  und Tabelle
28679 \begin_inset space ~
28680 \end_inset
28681
28682
28683 \begin_inset CommandInset ref
28684 LatexCommand ref
28685 reference "tab:Beschriftung-neben"
28686
28687 \end_inset
28688
28689  sind Beispiele für seitliche Beschriftungen.
28690 \end_layout
28691
28692 \begin_layout Standard
28693 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
28694  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
28695  der Abbildung.
28696  Das kann man mit dem Befehl
28697 \end_layout
28698
28699 \begin_layout Standard
28700
28701 \series bold
28702
28703 \backslash
28704 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
28705 \end_layout
28706
28707 \begin_layout Standard
28708 im \SpecialChar LaTeX
28709 -Vorspann oder als \SpecialChar TeX
28710 -Code vor dem Gleitobjekt ändern.
28711  Der Gleitobjekt-Typ ist entweder 
28712 \family sans
28713 figure
28714 \family default
28715  oder 
28716 \family sans
28717 table
28718 \family default
28719 , die
28720 \family sans
28721  
28722 \family default
28723 Platzierung ist 
28724 \family typewriter
28725 t
28726 \family default
28727  für oben, 
28728 \family typewriter
28729 c
28730 \family default
28731  für zentriert oder 
28732 \family typewriter
28733 b
28734 \family default
28735  für unten.
28736  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
28737  lautet der Befehl
28738 \end_layout
28739
28740 \begin_layout Standard
28741
28742 \series bold
28743
28744 \backslash
28745 sidecaptionvpos{figure}{c}
28746 \end_layout
28747
28748 \begin_layout Standard
28749 Das wurde in Abbildung
28750 \begin_inset space ~
28751 \end_inset
28752
28753
28754 \begin_inset CommandInset ref
28755 LatexCommand ref
28756 reference "abb:cap-beside-fig-2"
28757
28758 \end_inset
28759
28760  benutzt.
28761 \end_layout
28762
28763 \begin_layout Standard
28764 \begin_inset VSpace medskip
28765 \end_inset
28766
28767
28768 \end_layout
28769
28770 \begin_layout Standard
28771 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
28772  Für schmale Bilder/Tabellen, wie in Tabelle
28773 \begin_inset space ~
28774 \end_inset
28775
28776
28777 \begin_inset CommandInset ref
28778 LatexCommand ref
28779 reference "tab:Beschriftung-neben"
28780
28781 \end_inset
28782
28783 , führt dies zu zu schmalen Beschriftungen.
28784  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
28785  Breite des Bildes/der Tabelle multipliziert wird.
28786  Das Ergebnis ist die Beschriftungsbreite.
28787  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
28788  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
28789  Der 
28790 \emph on
28791 Faktor
28792 \emph default
28793  kann entweder als optionales Argument für 
28794 \series bold
28795
28796 \backslash
28797 FigBesBeg
28798 \series default
28799  angegeben werden:
28800 \end_layout
28801
28802 \begin_layout Standard
28803
28804 \series bold
28805
28806 \backslash
28807 FigBesBeg[Faktor]
28808 \end_layout
28809
28810 \begin_layout Standard
28811 oder indem man in der Definition von 
28812 \series bold
28813
28814 \backslash
28815 FigBesBeg
28816 \series default
28817  die 
28818 \series bold
28819 1.0
28820 \series default
28821  mit einem anderen Wert ersetzt.
28822  Bei letzterem ist der angegebene Faktor der Standard wenn 
28823 \series bold
28824
28825 \backslash
28826 FigBesBeg
28827 \series default
28828  ohne Argument verwendet wird.
28829  Für Tabelle
28830 \begin_inset space ~
28831 \end_inset
28832
28833
28834 \begin_inset CommandInset ref
28835 LatexCommand ref
28836 reference "tab:Beschriftung-neben-breiter"
28837
28838 \end_inset
28839
28840  wurde der Faktor 5 verwendet.
28841 \end_layout
28842
28843 \begin_layout Standard
28844 \begin_inset Note Greyedout
28845 status open
28846
28847 \begin_layout Plain Layout
28848
28849 \series bold
28850 Achtung:
28851 \series default
28852  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
28853 erungsoption 
28854 \family sans
28855 Hier,
28856 \begin_inset space ~
28857 \end_inset
28858
28859 auf
28860 \begin_inset space ~
28861 \end_inset
28862
28863 jeden
28864 \begin_inset space ~
28865 \end_inset
28866
28867 Fall
28868 \family default
28869  nicht verwendet werden werden, da diese von 
28870 \series bold
28871 sidecap
28872 \series default
28873  nicht unterstützt wird.
28874 \end_layout
28875
28876 \end_inset
28877
28878
28879 \end_layout
28880
28881 \begin_layout Standard
28882 \begin_inset VSpace medskip
28883 \end_inset
28884
28885 Weitere Informationen über das Paket
28886 \series bold
28887  sidecap
28888 \series default
28889  finden Sie in seiner Dokumentation 
28890 \begin_inset CommandInset citation
28891 LatexCommand cite
28892 key "sidecap"
28893
28894 \end_inset
28895
28896 .
28897 \end_layout
28898
28899 \begin_layout Standard
28900 \begin_inset Note Greyedout
28901 status open
28902
28903 \begin_layout Plain Layout
28904
28905 \series bold
28906 Bemerkung:
28907 \series default
28908  Das \SpecialChar LaTeX
28909 -Paket 
28910 \series bold
28911 hypcap
28912 \series default
28913 ,
28914 \begin_inset Index idx
28915 status collapsed
28916
28917 \begin_layout Plain Layout
28918 \SpecialChar LaTeX
28919 -Pakete ! hypcap
28920 \end_layout
28921
28922 \end_inset
28923
28924  das in Abschnitt
28925 \begin_inset space ~
28926 \end_inset
28927
28928
28929 \begin_inset CommandInset ref
28930 LatexCommand ref
28931 reference "uab:Querverweis-Position"
28932
28933 \end_inset
28934
28935  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
28936  Beschriftungen.
28937 \end_layout
28938
28939 \end_inset
28940
28941
28942 \end_layout
28943
28944 \begin_layout Standard
28945 \begin_inset ERT
28946 status collapsed
28947
28948 \begin_layout Plain Layout
28949
28950
28951 \backslash
28952 FigBesBeg 
28953 \end_layout
28954
28955 \end_inset
28956
28957
28958 \end_layout
28959
28960 \begin_layout Standard
28961 \begin_inset Float figure
28962 wide false
28963 sideways false
28964 status open
28965
28966 \begin_layout Plain Layout
28967 \begin_inset Graphics
28968         filename ../clipart/escher-lsd.eps
28969         scale 75
28970         scaleBeforeRotation
28971
28972 \end_inset
28973
28974
28975 \end_layout
28976
28977 \begin_layout Plain Layout
28978 \begin_inset Caption Standard
28979
28980 \begin_layout Plain Layout
28981 \begin_inset CommandInset label
28982 LatexCommand label
28983 name "abb:Beschriftung-neben"
28984
28985 \end_inset
28986
28987 Dies ist eine Beschriftung neben einer Abbildung.
28988 \end_layout
28989
28990 \end_inset
28991
28992
28993 \end_layout
28994
28995 \end_inset
28996
28997
28998 \end_layout
28999
29000 \begin_layout Standard
29001 \begin_inset ERT
29002 status collapsed
29003
29004 \begin_layout Plain Layout
29005
29006
29007 \backslash
29008 FigBesEnd
29009 \end_layout
29010
29011 \end_inset
29012
29013
29014 \end_layout
29015
29016 \begin_layout Standard
29017 \begin_inset ERT
29018 status collapsed
29019
29020 \begin_layout Plain Layout
29021
29022
29023 \backslash
29024 TabBesBeg 
29025 \end_layout
29026
29027 \end_inset
29028
29029
29030 \end_layout
29031
29032 \begin_layout Standard
29033 \begin_inset Float table
29034 wide false
29035 sideways false
29036 status open
29037
29038 \begin_layout Plain Layout
29039 \begin_inset Caption Standard
29040
29041 \begin_layout Plain Layout
29042 \begin_inset CommandInset label
29043 LatexCommand label
29044 name "tab:Beschriftung-neben"
29045
29046 \end_inset
29047
29048 Dies ist eine Beschriftung neben einer Tabelle.
29049 \end_layout
29050
29051 \end_inset
29052
29053
29054 \end_layout
29055
29056 \begin_layout Plain Layout
29057 \begin_inset Tabular
29058 <lyxtabular version="3" rows="4" columns="5">
29059 <features tabularvalignment="middle">
29060 <column alignment="center" valignment="top">
29061 <column alignment="center" valignment="top">
29062 <column alignment="center" valignment="top">
29063 <column alignment="center" valignment="top">
29064 <column alignment="center" valignment="top">
29065 <row>
29066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29067 \begin_inset Text
29068
29069 \begin_layout Plain Layout
29070 a
29071 \end_layout
29072
29073 \end_inset
29074 </cell>
29075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29076 \begin_inset Text
29077
29078 \begin_layout Plain Layout
29079
29080 \end_layout
29081
29082 \end_inset
29083 </cell>
29084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29085 \begin_inset Text
29086
29087 \begin_layout Plain Layout
29088 b
29089 \end_layout
29090
29091 \end_inset
29092 </cell>
29093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29094 \begin_inset Text
29095
29096 \begin_layout Plain Layout
29097
29098 \end_layout
29099
29100 \end_inset
29101 </cell>
29102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29103 \begin_inset Text
29104
29105 \begin_layout Plain Layout
29106 c
29107 \end_layout
29108
29109 \end_inset
29110 </cell>
29111 </row>
29112 <row>
29113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29114 \begin_inset Text
29115
29116 \begin_layout Plain Layout
29117
29118 \end_layout
29119
29120 \end_inset
29121 </cell>
29122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29123 \begin_inset Text
29124
29125 \begin_layout Plain Layout
29126 d
29127 \end_layout
29128
29129 \end_inset
29130 </cell>
29131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29132 \begin_inset Text
29133
29134 \begin_layout Plain Layout
29135
29136 \end_layout
29137
29138 \end_inset
29139 </cell>
29140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29141 \begin_inset Text
29142
29143 \begin_layout Plain Layout
29144 e
29145 \end_layout
29146
29147 \end_inset
29148 </cell>
29149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29150 \begin_inset Text
29151
29152 \begin_layout Plain Layout
29153
29154 \end_layout
29155
29156 \end_inset
29157 </cell>
29158 </row>
29159 <row>
29160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29161 \begin_inset Text
29162
29163 \begin_layout Plain Layout
29164 f
29165 \end_layout
29166
29167 \end_inset
29168 </cell>
29169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29170 \begin_inset Text
29171
29172 \begin_layout Plain Layout
29173
29174 \end_layout
29175
29176 \end_inset
29177 </cell>
29178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29179 \begin_inset Text
29180
29181 \begin_layout Plain Layout
29182 g
29183 \end_layout
29184
29185 \end_inset
29186 </cell>
29187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29188 \begin_inset Text
29189
29190 \begin_layout Plain Layout
29191
29192 \end_layout
29193
29194 \end_inset
29195 </cell>
29196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29197 \begin_inset Text
29198
29199 \begin_layout Plain Layout
29200 h
29201 \end_layout
29202
29203 \end_inset
29204 </cell>
29205 </row>
29206 <row>
29207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29208 \begin_inset Text
29209
29210 \begin_layout Plain Layout
29211
29212 \end_layout
29213
29214 \end_inset
29215 </cell>
29216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29217 \begin_inset Text
29218
29219 \begin_layout Plain Layout
29220 i
29221 \end_layout
29222
29223 \end_inset
29224 </cell>
29225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29226 \begin_inset Text
29227
29228 \begin_layout Plain Layout
29229
29230 \end_layout
29231
29232 \end_inset
29233 </cell>
29234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29235 \begin_inset Text
29236
29237 \begin_layout Plain Layout
29238 j
29239 \end_layout
29240
29241 \end_inset
29242 </cell>
29243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29244 \begin_inset Text
29245
29246 \begin_layout Plain Layout
29247
29248 \end_layout
29249
29250 \end_inset
29251 </cell>
29252 </row>
29253 </lyxtabular>
29254
29255 \end_inset
29256
29257
29258 \end_layout
29259
29260 \end_inset
29261
29262
29263 \end_layout
29264
29265 \begin_layout Standard
29266 \begin_inset ERT
29267 status collapsed
29268
29269 \begin_layout Plain Layout
29270
29271
29272 \backslash
29273 TabBesEnd
29274 \end_layout
29275
29276 \end_inset
29277
29278
29279 \end_layout
29280
29281 \begin_layout Standard
29282 \begin_inset ERT
29283 status collapsed
29284
29285 \begin_layout Plain Layout
29286
29287
29288 \backslash
29289 FigBesBeg 
29290 \end_layout
29291
29292 \end_inset
29293
29294
29295 \end_layout
29296
29297 \begin_layout Standard
29298 \begin_inset ERT
29299 status collapsed
29300
29301 \begin_layout Plain Layout
29302
29303
29304 \backslash
29305 sidecaptionvpos{figure}{c}
29306 \end_layout
29307
29308 \end_inset
29309
29310
29311 \begin_inset Float figure
29312 wide false
29313 sideways false
29314 status open
29315
29316 \begin_layout Plain Layout
29317 \begin_inset Graphics
29318         filename ../clipart/escher-lsd.eps
29319         scale 75
29320         scaleBeforeRotation
29321
29322 \end_inset
29323
29324
29325 \end_layout
29326
29327 \begin_layout Plain Layout
29328 \begin_inset Caption Standard
29329
29330 \begin_layout Plain Layout
29331 \begin_inset CommandInset label
29332 LatexCommand label
29333 name "abb:cap-beside-fig-2"
29334
29335 \end_inset
29336
29337 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
29338 \end_layout
29339
29340 \end_inset
29341
29342
29343 \end_layout
29344
29345 \end_inset
29346
29347
29348 \end_layout
29349
29350 \begin_layout Standard
29351 \begin_inset ERT
29352 status collapsed
29353
29354 \begin_layout Plain Layout
29355
29356
29357 \backslash
29358 FigBesEnd
29359 \end_layout
29360
29361 \end_inset
29362
29363
29364 \end_layout
29365
29366 \begin_layout Standard
29367 \begin_inset ERT
29368 status collapsed
29369
29370 \begin_layout Plain Layout
29371
29372
29373 \backslash
29374 TabBesBeg[5]
29375 \end_layout
29376
29377 \end_inset
29378
29379
29380 \end_layout
29381
29382 \begin_layout Standard
29383 \begin_inset Float table
29384 wide false
29385 sideways false
29386 status open
29387
29388 \begin_layout Plain Layout
29389 \begin_inset Caption Standard
29390
29391 \begin_layout Plain Layout
29392 \begin_inset CommandInset label
29393 LatexCommand label
29394 name "tab:Beschriftung-neben-breiter"
29395
29396 \end_inset
29397
29398 Diese Beschriftung ist breiter als die in Tabelle
29399 \begin_inset space ~
29400 \end_inset
29401
29402
29403 \begin_inset CommandInset ref
29404 LatexCommand ref
29405 reference "tab:Beschriftung-neben"
29406
29407 \end_inset
29408
29409 .
29410 \end_layout
29411
29412 \end_inset
29413
29414
29415 \end_layout
29416
29417 \begin_layout Plain Layout
29418 \begin_inset Tabular
29419 <lyxtabular version="3" rows="4" columns="5">
29420 <features tabularvalignment="middle">
29421 <column alignment="center" valignment="top">
29422 <column alignment="center" valignment="top">
29423 <column alignment="center" valignment="top">
29424 <column alignment="center" valignment="top">
29425 <column alignment="center" valignment="top">
29426 <row>
29427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29428 \begin_inset Text
29429
29430 \begin_layout Plain Layout
29431 a
29432 \end_layout
29433
29434 \end_inset
29435 </cell>
29436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29437 \begin_inset Text
29438
29439 \begin_layout Plain Layout
29440
29441 \end_layout
29442
29443 \end_inset
29444 </cell>
29445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29446 \begin_inset Text
29447
29448 \begin_layout Plain Layout
29449 b
29450 \end_layout
29451
29452 \end_inset
29453 </cell>
29454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29455 \begin_inset Text
29456
29457 \begin_layout Plain Layout
29458
29459 \end_layout
29460
29461 \end_inset
29462 </cell>
29463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29464 \begin_inset Text
29465
29466 \begin_layout Plain Layout
29467 c
29468 \end_layout
29469
29470 \end_inset
29471 </cell>
29472 </row>
29473 <row>
29474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29475 \begin_inset Text
29476
29477 \begin_layout Plain Layout
29478
29479 \end_layout
29480
29481 \end_inset
29482 </cell>
29483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29484 \begin_inset Text
29485
29486 \begin_layout Plain Layout
29487 d
29488 \end_layout
29489
29490 \end_inset
29491 </cell>
29492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29493 \begin_inset Text
29494
29495 \begin_layout Plain Layout
29496
29497 \end_layout
29498
29499 \end_inset
29500 </cell>
29501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29502 \begin_inset Text
29503
29504 \begin_layout Plain Layout
29505 e
29506 \end_layout
29507
29508 \end_inset
29509 </cell>
29510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29511 \begin_inset Text
29512
29513 \begin_layout Plain Layout
29514
29515 \end_layout
29516
29517 \end_inset
29518 </cell>
29519 </row>
29520 <row>
29521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29522 \begin_inset Text
29523
29524 \begin_layout Plain Layout
29525 f
29526 \end_layout
29527
29528 \end_inset
29529 </cell>
29530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29531 \begin_inset Text
29532
29533 \begin_layout Plain Layout
29534
29535 \end_layout
29536
29537 \end_inset
29538 </cell>
29539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29540 \begin_inset Text
29541
29542 \begin_layout Plain Layout
29543 g
29544 \end_layout
29545
29546 \end_inset
29547 </cell>
29548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29549 \begin_inset Text
29550
29551 \begin_layout Plain Layout
29552
29553 \end_layout
29554
29555 \end_inset
29556 </cell>
29557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29558 \begin_inset Text
29559
29560 \begin_layout Plain Layout
29561 h
29562 \end_layout
29563
29564 \end_inset
29565 </cell>
29566 </row>
29567 <row>
29568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29569 \begin_inset Text
29570
29571 \begin_layout Plain Layout
29572
29573 \end_layout
29574
29575 \end_inset
29576 </cell>
29577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29578 \begin_inset Text
29579
29580 \begin_layout Plain Layout
29581 i
29582 \end_layout
29583
29584 \end_inset
29585 </cell>
29586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29587 \begin_inset Text
29588
29589 \begin_layout Plain Layout
29590
29591 \end_layout
29592
29593 \end_inset
29594 </cell>
29595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29596 \begin_inset Text
29597
29598 \begin_layout Plain Layout
29599 j
29600 \end_layout
29601
29602 \end_inset
29603 </cell>
29604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29605 \begin_inset Text
29606
29607 \begin_layout Plain Layout
29608
29609 \end_layout
29610
29611 \end_inset
29612 </cell>
29613 </row>
29614 </lyxtabular>
29615
29616 \end_inset
29617
29618
29619 \end_layout
29620
29621 \end_inset
29622
29623
29624 \end_layout
29625
29626 \begin_layout Standard
29627 \begin_inset ERT
29628 status collapsed
29629
29630 \begin_layout Plain Layout
29631
29632
29633 \backslash
29634 TabBesEnd
29635 \end_layout
29636
29637 \end_inset
29638
29639
29640 \end_layout
29641
29642 \begin_layout Standard
29643 \begin_inset ERT
29644 status collapsed
29645
29646 \begin_layout Plain Layout
29647
29648
29649 \backslash
29650 else
29651 \end_layout
29652
29653 \end_inset
29654
29655
29656 \begin_inset Note Note
29657 status open
29658
29659 \begin_layout Plain Layout
29660 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
29661 -Paket 
29662 \series bold
29663 sidecap
29664 \series default
29665  nicht installiert ist:
29666 \end_layout
29667
29668 \end_inset
29669
29670
29671 \end_layout
29672
29673 \begin_layout Standard
29674 Das \SpecialChar LaTeX
29675 -Paket 
29676 \series bold
29677 sidecap
29678 \series default
29679  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
29680 \end_layout
29681
29682 \begin_layout Standard
29683 \begin_inset ERT
29684 status collapsed
29685
29686 \begin_layout Plain Layout
29687
29688
29689 \backslash
29690 fi
29691 \end_layout
29692
29693 \end_inset
29694
29695
29696 \end_layout
29697
29698 \begin_layout Section
29699 Gleitobjekt-Verzeichnisse
29700 \begin_inset Index idx
29701 status collapsed
29702
29703 \begin_layout Plain Layout
29704 Gleitobjekte ! Verzeichnisse
29705 \end_layout
29706
29707 \end_inset
29708
29709
29710 \end_layout
29711
29712 \begin_layout Standard
29713 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
29714  Sie können mit den Untermenüs von 
29715 \family sans
29716 Einfügen\SpecialChar menuseparator
29717 Liste
29718 \begin_inset space ~
29719 \end_inset
29720
29721 /
29722 \begin_inset space ~
29723 \end_inset
29724
29725 Inhaltsverzeichnis
29726 \family default
29727  eingefügt werden.
29728 \end_layout
29729
29730 \begin_layout Standard
29731 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
29732  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
29733 \end_layout
29734
29735 \begin_layout Standard
29736 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
29737  und ein Tabellen-Verzeichnis.
29738 \end_layout
29739
29740 \begin_layout Chapter
29741 Notizen
29742 \end_layout
29743
29744 \begin_layout Section
29745 \SpecialChar LyX
29746 -Notizen
29747 \begin_inset Index idx
29748 status collapsed
29749
29750 \begin_layout Plain Layout
29751 Notizen ! \SpecialChar LyX
29752 -Notizen
29753 \end_layout
29754
29755 \end_inset
29756
29757
29758 \end_layout
29759
29760 \begin_layout Standard
29761 Notizen werden mit einem Klick auf 
29762 \begin_inset Info
29763 type  "icon"
29764 arg   "note-insert"
29765 \end_inset
29766
29767  oder 
29768 \family sans
29769 Einfügen\SpecialChar menuseparator
29770 Notiz
29771 \family default
29772  eingefügt.
29773  Es gibt drei Arten:
29774 \end_layout
29775
29776 \begin_layout Description
29777 \SpecialChar LyX
29778 -Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
29779  Eine 
29780 \family sans
29781 \SpecialChar LyX
29782 -Notiz
29783 \family default
29784  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/LyXNotizQt4.png
29795         display false
29796         scale 60
29797         scaleBeforeRotation
29798
29799 \end_inset
29800
29801  
29802 \begin_inset Note Note
29803 status open
29804
29805 \begin_layout Plain Layout
29806 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
29807 \end_layout
29808
29809 \end_inset
29810
29811
29812 \end_layout
29813
29814 \begin_layout Description
29815 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
29816  \SpecialChar LaTeX
29817 -Kommentar, wenn Sie das Dokument nach \SpecialChar LaTeX
29818  exportieren (
29819 \family sans
29820 Datei\SpecialChar menuseparator
29821 Ex\SpecialChar softhyphen
29822 por\SpecialChar softhyphen
29823 tie\SpecialChar softhyphen
29824 ren\SpecialChar menuseparator
29825 LaTe
29826 \begin_inset ERT
29827 status collapsed
29828
29829 \begin_layout Plain Layout
29830
29831 {}
29832 \end_layout
29833
29834 \end_inset
29835
29836 X (pdflatex) / (normal)
29837 \family default
29838 .
29839  Ein Kommentar sieht so aus:
29840 \begin_inset Newline newline
29841 \end_inset
29842
29843
29844 \begin_inset Newline newline
29845 \end_inset
29846
29847
29848 \begin_inset Graphics
29849         filename clipart/KommentarQt4.png
29850         display false
29851         scale 60
29852         scaleBeforeRotation
29853
29854 \end_inset
29855
29856  
29857 \begin_inset Note Comment
29858 status open
29859
29860 \begin_layout Plain Layout
29861 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
29862 \end_layout
29863
29864 \end_inset
29865
29866
29867 \end_layout
29868
29869 \begin_layout Description
29870 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
29871 \begin_inset Newline newline
29872 \end_inset
29873
29874
29875 \begin_inset Newline newline
29876 \end_inset
29877
29878
29879 \begin_inset Graphics
29880         filename clipart/GrauschriftNotizQt4.png
29881         display false
29882         scale 60
29883         scaleBeforeRotation
29884
29885 \end_inset
29886
29887
29888 \begin_inset Newline newline
29889 \end_inset
29890
29891
29892 \begin_inset ERT
29893 status collapsed
29894
29895 \begin_layout Plain Layout
29896
29897
29898 \backslash
29899 renewenvironment{lyxgreyedout}
29900 \end_layout
29901
29902 \begin_layout Plain Layout
29903
29904 {
29905 \backslash
29906 textcolor[gray]{0.4}
29907 \backslash
29908 bgroup}{
29909 \backslash
29910 egroup}
29911 \end_layout
29912
29913 \end_inset
29914
29915
29916 \begin_inset Note Greyedout
29917 status open
29918
29919 \begin_layout Plain Layout
29920 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
29921 \begin_inset Foot
29922 status open
29923
29924 \begin_layout Plain Layout
29925 Dies ist eine Fußnote in einer Grauschrift-Notiz.
29926 \end_layout
29927
29928 \end_inset
29929
29930
29931 \end_layout
29932
29933 \end_inset
29934
29935
29936 \begin_inset ERT
29937 status collapsed
29938
29939 \begin_layout Plain Layout
29940
29941
29942 \backslash
29943 renewenvironment{lyxgreyedout}
29944 \end_layout
29945
29946 \begin_layout Plain Layout
29947
29948 {
29949 \backslash
29950 textcolor{blue}
29951 \backslash
29952 bgroup}{
29953 \backslash
29954 egroup}
29955 \end_layout
29956
29957 \end_inset
29958
29959
29960 \begin_inset Note Note
29961 status collapsed
29962
29963 \begin_layout Plain Layout
29964 Die Grauschrift-Notiz wurde auf die ursprüngliche \SpecialChar LyX
29965 -Definition zurückgesetzt,
29966  weil Grauschriften im \SpecialChar LaTeX
29967 -Vorspann dieses Dokuments blau definiert wurden.
29968  
29969 \end_layout
29970
29971 \end_inset
29972
29973
29974 \begin_inset Newline newline
29975 \end_inset
29976
29977
29978 \begin_inset Newline newline
29979 \end_inset
29980
29981 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
29982  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
29983 \end_layout
29984
29985 \begin_layout Standard
29986 \begin_inset VSpace bigskip
29987 \end_inset
29988
29989 Wenn Sie auf den Werkzeugleistenknopf 
29990 \family sans
29991
29992 \begin_inset Info
29993 type  "icon"
29994 arg   "note-insert"
29995 \end_inset
29996
29997
29998 \family default
29999  klicken, wird zunächst eine 
30000 \family sans
30001 \SpecialChar LyX
30002 -Notiz
30003 \family default
30004  eingefügt.
30005  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
30006  Notiz-Typen auswählen.
30007  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
30008  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
30009  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
30010  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
30011  am Ende der Notiz ist.
30012 \end_layout
30013
30014 \begin_layout Standard
30015 \begin_inset VSpace bigskip
30016 \end_inset
30017
30018 Die Textfarbe von Grauschrift-Boxen kann im Menü 
30019 \family sans
30020 Dokument\SpecialChar menuseparator
30021 Einstellungen\SpecialChar menuseparator
30022 Farben
30023 \family default
30024  geändert werden.
30025 \end_layout
30026
30027 \begin_layout Section
30028 Fußnoten
30029 \begin_inset CommandInset label
30030 LatexCommand label
30031 name "abs:Fußnoten"
30032
30033 \end_inset
30034
30035
30036 \begin_inset Index idx
30037 status collapsed
30038
30039 \begin_layout Plain Layout
30040 Notizen ! Fußnoten
30041 \end_layout
30042
30043 \end_inset
30044
30045
30046 \begin_inset Index idx
30047 status collapsed
30048
30049 \begin_layout Plain Layout
30050 Fußnoten
30051 \end_layout
30052
30053 \end_inset
30054
30055
30056 \end_layout
30057
30058 \begin_layout Standard
30059 Fußnoten werden über den Werkzeugleistenknopf 
30060 \begin_inset Info
30061 type  "icon"
30062 arg   "footnote-insert"
30063 \end_inset
30064
30065  oder das Menü 
30066 \family sans
30067 Einfügen\SpecialChar menuseparator
30068 Fußnote
30069 \family default
30070  eingefügt.
30071  Man sieht dann diese Fußnotenbox: 
30072 \begin_inset Graphics
30073         filename clipart/FussnoteQt4.png
30074         scale 80
30075         scaleBeforeRotation
30076
30077 \end_inset
30078
30079  in die der Fußnotentext eingegeben wird.
30080  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
30081  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
30082  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
30083 \family sans
30084 Backspace
30085 \family default
30086  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
30087 \family sans
30088 Entf
30089 \family default
30090  wenn der Cursor am Ende der Fußnote ist.
30091 \end_layout
30092
30093 \begin_layout Standard
30094 Hier ist eine Beispielfußnote:
30095 \color black
30096
30097 \begin_inset Foot
30098 status open
30099
30100 \begin_layout Plain Layout
30101 \begin_inset CommandInset label
30102 LatexCommand label
30103 name "fuss:Fußnoten-Beispiel"
30104
30105 \end_inset
30106
30107 Dies ist eine Fußnote.
30108 \end_layout
30109
30110 \end_inset
30111
30112
30113 \color inherit
30114
30115 \begin_inset ERT
30116 status collapsed
30117
30118 \begin_layout Plain Layout
30119
30120
30121 \backslash
30122 newcounter{MyRepeatFoot}
30123 \end_layout
30124
30125 \begin_layout Plain Layout
30126
30127
30128 \backslash
30129 setcounter{MyRepeatFoot}{
30130 \backslash
30131 thefootnote}
30132 \end_layout
30133
30134 \end_inset
30135
30136
30137 \end_layout
30138
30139 \begin_layout Standard
30140 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
30141  wurde, eine hochgestellte Zahl.
30142  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
30143  hochgestellt dem Text vorangeht.
30144  Die Fußnotennummern werden von \SpecialChar LaTeX
30145  berechnet und sind fortlaufend.
30146  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
30147  werden.
30148 \end_layout
30149
30150 \begin_layout Standard
30151 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
30152  der Fußnote eine Marke eingefügt wurde.
30153  Dies ist ein Querverweis auf Fußnote
30154 \begin_inset space ~
30155 \end_inset
30156
30157
30158 \begin_inset CommandInset ref
30159 LatexCommand ref
30160 reference "fuss:Fußnoten-Beispiel"
30161
30162 \end_inset
30163
30164 .
30165 \end_layout
30166
30167 \begin_layout Standard
30168 \begin_inset VSpace defskip
30169 \end_inset
30170
30171 Fußnoten in Titel-Umgebungen werden üblicherweise mit Symbolen nummeriert
30172  und sie können nur einen Absatz enthalten.
30173  Siehe als Beispiel die Fußnote der Titelseite dieses Dokuments.
30174 \end_layout
30175
30176 \begin_layout Standard
30177 \begin_inset VSpace defskip
30178 \end_inset
30179
30180 Fußnoten in Tabellen werden von \SpecialChar LaTeX
30181  aus technischen Gründen nicht gedruckt.
30182  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
30183  wird der Befehl 
30184 \series bold
30185
30186 \backslash
30187 footnotemark{}
30188 \series default
30189  als \SpecialChar TeX
30190 -Code eingefügt.
30191  Der Text der Fußnote wird als Argument des \SpecialChar TeX
30192 -Code-Befehls 
30193 \series bold
30194
30195 \backslash
30196 footnotetext
30197 \series default
30198  nach der Tabelle eingegeben.
30199 \begin_inset Newline newline
30200 \end_inset
30201
30202 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
30203 \end_layout
30204
30205 \begin_layout Standard
30206
30207 \series bold
30208
30209 \backslash
30210 footnotetext{
30211 \series default
30212 Gedruckte Tabellenfußnote.
30213 \series bold
30214 }
30215 \end_layout
30216
30217 \begin_layout Standard
30218 \begin_inset Tabular
30219 <lyxtabular version="3" rows="2" columns="1">
30220 <features tabularvalignment="middle">
30221 <column alignment="center" valignment="top">
30222 <row>
30223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30224 \begin_inset Text
30225
30226 \begin_layout Plain Layout
30227 Dies ist ein Beispieltext.
30228 \begin_inset Foot
30229 status open
30230
30231 \begin_layout Plain Layout
30232 Diese Fußnote wird nicht gedruckt!
30233 \end_layout
30234
30235 \end_inset
30236
30237
30238 \end_layout
30239
30240 \end_inset
30241 </cell>
30242 </row>
30243 <row>
30244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30245 \begin_inset Text
30246
30247 \begin_layout Plain Layout
30248 Dies ist ein Beispieltext.
30249 \begin_inset ERT
30250 status collapsed
30251
30252 \begin_layout Plain Layout
30253
30254
30255 \backslash
30256 footnotemark{}
30257 \end_layout
30258
30259 \end_inset
30260
30261
30262 \end_layout
30263
30264 \end_inset
30265 </cell>
30266 </row>
30267 </lyxtabular>
30268
30269 \end_inset
30270
30271
30272 \begin_inset ERT
30273 status collapsed
30274
30275 \begin_layout Plain Layout
30276
30277
30278 \backslash
30279 footnotetext{
30280 \end_layout
30281
30282 \end_inset
30283
30284 Gedruckte Tabellenfußnote.
30285 \begin_inset ERT
30286 status collapsed
30287
30288 \begin_layout Plain Layout
30289
30290 }
30291 \end_layout
30292
30293 \end_inset
30294
30295
30296 \end_layout
30297
30298 \begin_layout Standard
30299 Fußnoten in langen Tabellen sind in Abschnitt
30300 \begin_inset space ~
30301 \end_inset
30302
30303
30304 \begin_inset CommandInset ref
30305 LatexCommand ref
30306 reference "uab:Fußnoten-in-langen"
30307
30308 \end_inset
30309
30310  beschrieben.
30311 \end_layout
30312
30313 \begin_layout Standard
30314 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
30315  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
30316  innerhalb einer Seite ist.
30317  (Mehr über Minipages ist in Abschnitt
30318 \begin_inset space ~
30319 \end_inset
30320
30321
30322 \begin_inset CommandInset ref
30323 LatexCommand ref
30324 reference "abs:Minipage"
30325
30326 \end_inset
30327
30328  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
30329  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
30330  Methode mit 
30331 \series bold
30332
30333 \backslash
30334 footnotemark{}
30335 \series default
30336  und 
30337 \series bold
30338
30339 \backslash
30340 footnotetext
30341 \series default
30342 .
30343 \end_layout
30344
30345 \begin_layout Standard
30346 \begin_inset Box Frameless
30347 position "t"
30348 hor_pos "c"
30349 has_inner_box 1
30350 inner_pos "t"
30351 use_parbox 0
30352 use_makebox 0
30353 width "100col%"
30354 special "none"
30355 height "1in"
30356 height_special "totalheight"
30357 thickness "0.4pt"
30358 separation "3pt"
30359 shadowsize "4pt"
30360 framecolor "black"
30361 backgroundcolor "none"
30362 status open
30363
30364 \begin_layout Plain Layout
30365 Dies ist ein Beispieltext.in einer Minipage.
30366 \begin_inset Foot
30367 status open
30368
30369 \begin_layout Plain Layout
30370 Fußnote in einer Minipage.
30371 \end_layout
30372
30373 \end_inset
30374
30375
30376 \end_layout
30377
30378 \begin_layout Plain Layout
30379 Dies ist ein Beispieltext.
30380  in einer Minipage.
30381 \begin_inset ERT
30382 status collapsed
30383
30384 \begin_layout Plain Layout
30385
30386
30387 \backslash
30388 footnotemark{}
30389 \end_layout
30390
30391 \end_inset
30392
30393
30394 \end_layout
30395
30396 \end_inset
30397
30398
30399 \end_layout
30400
30401 \begin_layout Standard
30402 \begin_inset ERT
30403 status collapsed
30404
30405 \begin_layout Plain Layout
30406
30407
30408 \backslash
30409 footnotetext{
30410 \end_layout
30411
30412 \end_inset
30413
30414 Fußnote außerhalb der Minipage.
30415 \begin_inset ERT
30416 status collapsed
30417
30418 \begin_layout Plain Layout
30419
30420 }
30421 \end_layout
30422
30423 \end_inset
30424
30425
30426 \end_layout
30427
30428 \begin_layout Standard
30429 \begin_inset VSpace defskip
30430 \end_inset
30431
30432
30433 \end_layout
30434
30435 \begin_layout Standard
30436 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
30437  Fußnotentext zu drucken, verwenden Sie den \SpecialChar TeX
30438 -Code-Befehl 
30439 \series bold
30440
30441 \backslash
30442 footnotemark[Nummer]
30443 \series default
30444 .
30445 \begin_inset Newline newline
30446 \end_inset
30447
30448 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
30449  sie speichern, nachdem Sie die Fußnote eingefügt haben.
30450  Hinter Fußnote
30451 \begin_inset space ~
30452 \end_inset
30453
30454
30455 \begin_inset CommandInset ref
30456 LatexCommand ref
30457 reference "fuss:Fußnoten-Beispiel"
30458
30459 \end_inset
30460
30461  wurde das mit folgenden \SpecialChar TeX
30462 -Code-Befehlen gemacht:
30463 \end_layout
30464
30465 \begin_layout Standard
30466
30467 \series bold
30468
30469 \backslash
30470 newcounter{MyRepeatFoot}
30471 \begin_inset Newline newline
30472 \end_inset
30473
30474
30475 \backslash
30476 setcounter{MyRepeatFoot}{
30477 \backslash
30478 thefootnote}
30479 \end_layout
30480
30481 \begin_layout Standard
30482 Die Fußnotenmarke wurde dann mit diesem \SpecialChar TeX
30483 -Code-Befehl definiert;
30484 \end_layout
30485
30486 \begin_layout Standard
30487
30488 \series bold
30489
30490 \backslash
30491 footnotemark[
30492 \backslash
30493 theMyRepeatFoot]
30494 \end_layout
30495
30496 \begin_layout Standard
30497 Hier ist eine wiederholte Fußnote:
30498 \begin_inset ERT
30499 status collapsed
30500
30501 \begin_layout Plain Layout
30502
30503
30504 \backslash
30505 footnotemark[
30506 \backslash
30507 theMyRepeatFoot]
30508 \end_layout
30509
30510 \end_inset
30511
30512
30513 \end_layout
30514
30515 \begin_layout Standard
30516 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
30517  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
30518 \end_layout
30519
30520 \begin_layout Standard
30521
30522 \series bold
30523
30524 \backslash
30525 footnotemark[
30526 \backslash
30527 thefootnote]
30528 \end_layout
30529
30530 \begin_layout Standard
30531 Hier ist eine weitere wiederholte Fußnote:
30532 \begin_inset ERT
30533 status collapsed
30534
30535 \begin_layout Plain Layout
30536
30537
30538 \backslash
30539 footnotemark[
30540 \backslash
30541 thefootnote]
30542 \end_layout
30543
30544 \end_inset
30545
30546
30547 \end_layout
30548
30549 \begin_layout Subsection
30550 Fußnoten-Nummerierung
30551 \begin_inset CommandInset label
30552 LatexCommand label
30553 name "uab:Fußnoten-Nummerierung"
30554
30555 \end_inset
30556
30557
30558 \begin_inset Index idx
30559 status collapsed
30560
30561 \begin_layout Plain Layout
30562 Fußnoten ! Nummerierung
30563 \end_layout
30564
30565 \end_inset
30566
30567
30568 \end_layout
30569
30570 \begin_layout Standard
30571 Um Fußnoten nach jedem Abschnitt
30572 \family roman
30573  auf 1 zurückzusetzen, 
30574 \family default
30575 müssen Sie folgenden Befehl in den \SpecialChar LaTeX
30576 -Vorspann schreiben:
30577 \end_layout
30578
30579 \begin_layout Standard
30580
30581 \series bold
30582
30583 \backslash
30584 @addtoreset{footnote}{section}
30585 \end_layout
30586
30587 \begin_layout Standard
30588 \begin_inset VSpace bigskip
30589 \end_inset
30590
30591 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
30592  Zahlen:
30593 \end_layout
30594
30595 \begin_layout Standard
30596
30597 \series bold
30598
30599 \backslash
30600 renewcommand{
30601 \backslash
30602 thefootnote}{
30603 \backslash
30604 roman{footnote}}
30605 \end_layout
30606
30607 \begin_layout Standard
30608 \begin_inset ERT
30609 status collapsed
30610
30611 \begin_layout Plain Layout
30612
30613
30614 \backslash
30615 renewcommand{
30616 \backslash
30617 thefootnote}{
30618 \backslash
30619 roman{footnote}}
30620 \end_layout
30621
30622 \end_inset
30623
30624  Hier ist ein Beispiel für solch eine Fußnote:
30625 \begin_inset Foot
30626 status open
30627
30628 \begin_layout Plain Layout
30629 Dies ist eine Fußnote mit kleinen römischen Zahlen
30630 \end_layout
30631
30632 \end_inset
30633
30634
30635 \end_layout
30636
30637 \begin_layout Standard
30638 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
30639  in obigem Befehl 
30640 \series bold
30641
30642 \backslash
30643 roman
30644 \series default
30645  durch 
30646 \series bold
30647
30648 \backslash
30649 Roman
30650 \series default
30651 .
30652  Um Fußnoten mit großen oder kleinen Buchstaben zu 
30653 \begin_inset Quotes gld
30654 \end_inset
30655
30656 nummerieren
30657 \begin_inset Quotes grd
30658 \end_inset
30659
30660 , verwenden Sie die Befehle 
30661 \series bold
30662
30663 \backslash
30664 Alph
30665 \series default
30666  oder 
30667 \series bold
30668
30669 \backslash
30670 alph
30671 \series default
30672 .
30673  Für die 
30674 \begin_inset Quotes gld
30675 \end_inset
30676
30677 Nummerierung
30678 \begin_inset Quotes grd
30679 \end_inset
30680
30681  mit Symbolen steht der Befehl 
30682 \series bold
30683
30684 \backslash
30685 fnsymbol
30686 \series default
30687  zur Verfügung.
30688 \end_layout
30689
30690 \begin_layout Standard
30691 \begin_inset Note Greyedout
30692 status open
30693
30694 \begin_layout Plain Layout
30695
30696 \series bold
30697 Bemerkung 1:
30698 \series default
30699  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
30700  
30701 \emph on
30702 ein
30703 \emph default
30704  Buchstabe verwendet wird.
30705 \end_layout
30706
30707 \end_inset
30708
30709
30710 \begin_inset Newline newline
30711 \end_inset
30712
30713
30714 \begin_inset Note Greyedout
30715 status open
30716
30717 \begin_layout Plain Layout
30718
30719 \series bold
30720 Bemerkung 2:
30721 \series default
30722  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
30723 \end_layout
30724
30725 \end_inset
30726
30727
30728 \end_layout
30729
30730 \begin_layout Standard
30731 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
30732 \series bold
30733
30734 \backslash
30735 arabic
30736 \series default
30737  anstelle von 
30738 \series bold
30739
30740 \backslash
30741 roman
30742 \series default
30743  in obigem Befehl.
30744 \begin_inset ERT
30745 status collapsed
30746
30747 \begin_layout Plain Layout
30748
30749
30750 \backslash
30751 renewcommand{
30752 \backslash
30753 thefootnote}{
30754 \backslash
30755 arabic{footnote}}
30756 \end_layout
30757
30758 \end_inset
30759
30760
30761 \end_layout
30762
30763 \begin_layout Standard
30764 \begin_inset VSpace bigskip
30765 \end_inset
30766
30767
30768 \end_layout
30769
30770 \begin_layout Standard
30771 Wenn Sie wollen, dass Fußnoten nach dem Schema 
30772 \begin_inset Quotes gld
30773 \end_inset
30774
30775 Kapitel.Fußnote
30776 \begin_inset Quotes grd
30777 \end_inset
30778
30779  nummeriert werden, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
30780 -Vorspann schreiben:
30781 \end_layout
30782
30783 \begin_layout Standard
30784
30785 \series bold
30786
30787 \backslash
30788 numberwithin{footnote}{chapter}
30789 \end_layout
30790
30791 \begin_layout Standard
30792 Um 
30793 \series bold
30794
30795 \backslash
30796 numberwithin
30797 \series default
30798  benutzen zu können, muss in den 
30799 \family sans
30800 Mathe
30801 \begin_inset space ~
30802 \end_inset
30803
30804 Optionen
30805 \family default
30806  der 
30807 \family sans
30808 Dokument-Einstellungen
30809 \family default
30810  
30811 \family sans
30812 AMS
30813 \begin_inset space ~
30814 \end_inset
30815
30816 Mathe
30817 \begin_inset space ~
30818 \end_inset
30819
30820 Paket
30821 \family default
30822
30823 \begin_inset space ~
30824 \end_inset
30825
30826
30827 \family sans
30828 verwenden
30829 \family default
30830  angekreuzt sein.
30831 \begin_inset ERT
30832 status collapsed
30833
30834 \begin_layout Plain Layout
30835
30836
30837 \backslash
30838 numberwithin{footnote}{chapter}
30839 \end_layout
30840
30841 \end_inset
30842
30843  Hier ist ein Beispiel für solch eine Fußnote.
30844 \series bold
30845
30846 \begin_inset Foot
30847 status open
30848
30849 \begin_layout Plain Layout
30850 Dies ist eine Fußnote nach dem Schema 
30851 \begin_inset Quotes gld
30852 \end_inset
30853
30854 Kapitel.Fußnote
30855 \begin_inset Quotes grd
30856 \end_inset
30857
30858 .
30859 \end_layout
30860
30861 \end_inset
30862
30863
30864 \series default
30865
30866 \begin_inset ERT
30867 status collapsed
30868
30869 \begin_layout Plain Layout
30870
30871
30872 \backslash
30873 renewcommand{
30874 \backslash
30875 thefootnote}{
30876 \backslash
30877 arabic{footnote}}
30878 \end_layout
30879
30880 \end_inset
30881
30882
30883 \end_layout
30884
30885 \begin_layout Standard
30886 \begin_inset Note Greyedout
30887 status open
30888
30889 \begin_layout Plain Layout
30890
30891 \series bold
30892 Bemerkung:
30893 \series default
30894  
30895 \series bold
30896
30897 \backslash
30898 numberwithin
30899 \series default
30900  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
30901  werden überschrieben.
30902 \end_layout
30903
30904 \end_inset
30905
30906
30907 \end_layout
30908
30909 \begin_layout Standard
30910 Um also z.
30911 \begin_inset space \thinspace{}
30912 \end_inset
30913
30914 B.
30915  das Schema 
30916 \begin_inset Quotes gld
30917 \end_inset
30918
30919 Kapitel.
30920 \backslash
30921 Roman{footnote}
30922 \begin_inset Quotes grd
30923 \end_inset
30924
30925  zu erhalten, muss dieser Befehl anstelle von 
30926 \series bold
30927
30928 \backslash
30929 numberwithin
30930 \series default
30931  verwendet werden:
30932 \end_layout
30933
30934 \begin_layout Standard
30935
30936 \series bold
30937
30938 \backslash
30939 renewcommand{
30940 \backslash
30941 thefootnote}{
30942 \backslash
30943 thechapter.
30944 \backslash
30945 Roman{footnote}}
30946 \end_layout
30947
30948 \begin_layout Subsection
30949 Fußnoten-Platzierung
30950 \begin_inset Index idx
30951 status collapsed
30952
30953 \begin_layout Plain Layout
30954 Fußnoten ! Platzierung
30955 \end_layout
30956
30957 \end_inset
30958
30959
30960 \end_layout
30961
30962 \begin_layout Standard
30963 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
30964  ohne Zwischenraum am Ende der Seite gedruckt.
30965  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
30966  \SpecialChar LaTeX
30967 -Vorspann 1.5
30968 \begin_inset space \thinspace{}
30969 \end_inset
30970
30971 mm Zwischenraum einfügen:
30972 \end_layout
30973
30974 \begin_layout Standard
30975
30976 \series bold
30977
30978 \backslash
30979 let
30980 \backslash
30981 myFoot
30982 \backslash
30983 footnote
30984 \begin_inset Newline newline
30985 \end_inset
30986
30987
30988 \backslash
30989 renewcommand{
30990 \backslash
30991 footnote}[1]{
30992 \backslash
30993 myFoot{#1
30994 \backslash
30995 vspace{1.5mm}}}
30996 \end_layout
30997
30998 \begin_layout Standard
30999 \begin_inset VSpace bigskip
31000 \end_inset
31001
31002 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
31003  Spalte gedruckt, Abbildung
31004 \begin_inset space ~
31005 \end_inset
31006
31007
31008 \begin_inset CommandInset ref
31009 LatexCommand ref
31010 reference "abb:Standard-Fußnoten-Platzierung-in"
31011
31012 \end_inset
31013
31014 .
31015  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
31016  in Abbildung
31017 \begin_inset space ~
31018 \end_inset
31019
31020
31021 \begin_inset CommandInset ref
31022 LatexCommand ref
31023 reference "abb:Fußnoten-Platzierung-in-einem"
31024
31025 \end_inset
31026
31027 , müssen Sie das \SpecialChar LaTeX
31028 -Paket 
31029 \series bold
31030 ftnright
31031 \series default
31032
31033 \begin_inset Index idx
31034 status collapsed
31035
31036 \begin_layout Plain Layout
31037 \SpecialChar LaTeX
31038 -Pakete ! ftnright
31039 \end_layout
31040
31041 \end_inset
31042
31043  mit folgendem Befehl im \SpecialChar LaTeX
31044 -Vorspann einfügen:
31045 \end_layout
31046
31047 \begin_layout Standard
31048
31049 \series bold
31050
31051 \backslash
31052 usepackage{ftnright}
31053 \end_layout
31054
31055 \begin_layout Standard
31056 \begin_inset Float figure
31057 placement !h
31058 wide false
31059 sideways false
31060 status open
31061
31062 \begin_layout Plain Layout
31063 \begin_inset ERT
31064 status collapsed
31065
31066 \begin_layout Plain Layout
31067
31068
31069 \backslash
31070 framebox{
31071 \end_layout
31072
31073 \end_inset
31074
31075
31076 \begin_inset Graphics
31077         filename ../clipart/without_fntright.pdf
31078         width 100col%
31079         scaleBeforeRotation
31080
31081 \end_inset
31082
31083
31084 \begin_inset ERT
31085 status collapsed
31086
31087 \begin_layout Plain Layout
31088
31089 }
31090 \end_layout
31091
31092 \end_inset
31093
31094
31095 \end_layout
31096
31097 \begin_layout Plain Layout
31098 \begin_inset Caption Standard
31099
31100 \begin_layout Plain Layout
31101 \begin_inset CommandInset label
31102 LatexCommand label
31103 name "abb:Standard-Fußnoten-Platzierung-in"
31104
31105 \end_inset
31106
31107 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
31108 \begin_inset Argument 1
31109 status open
31110
31111 \begin_layout Plain Layout
31112 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
31113 \end_layout
31114
31115 \end_inset
31116
31117
31118 \end_layout
31119
31120 \end_inset
31121
31122
31123 \end_layout
31124
31125 \end_inset
31126
31127
31128 \end_layout
31129
31130 \begin_layout Standard
31131 \begin_inset Float figure
31132 placement !h
31133 wide false
31134 sideways false
31135 status open
31136
31137 \begin_layout Plain Layout
31138 \begin_inset ERT
31139 status collapsed
31140
31141 \begin_layout Plain Layout
31142
31143
31144 \backslash
31145 framebox{
31146 \end_layout
31147
31148 \end_inset
31149
31150
31151 \begin_inset Graphics
31152         filename ../clipart/with_fntright.pdf
31153         width 100col%
31154         scaleBeforeRotation
31155
31156 \end_inset
31157
31158
31159 \begin_inset ERT
31160 status collapsed
31161
31162 \begin_layout Plain Layout
31163
31164 }
31165 \end_layout
31166
31167 \end_inset
31168
31169
31170 \end_layout
31171
31172 \begin_layout Plain Layout
31173 \begin_inset Caption Standard
31174
31175 \begin_layout Plain Layout
31176 \begin_inset CommandInset label
31177 LatexCommand label
31178 name "abb:Fußnoten-Platzierung-in-einem"
31179
31180 \end_inset
31181
31182 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem \SpecialChar LaTeX
31183 -Paket 
31184 \series bold
31185 ftnright
31186 \series default
31187 .
31188 \begin_inset Argument 1
31189 status collapsed
31190
31191 \begin_layout Plain Layout
31192 Fußnoten-Platzierung mit 
31193 \family typewriter
31194 ftnright
31195 \end_layout
31196
31197 \end_inset
31198
31199
31200 \end_layout
31201
31202 \end_inset
31203
31204
31205 \end_layout
31206
31207 \end_inset
31208
31209
31210 \end_layout
31211
31212 \begin_layout Standard
31213 \begin_inset VSpace bigskip
31214 \end_inset
31215
31216 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
31217  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
31218 \begin_inset space ~
31219 \end_inset
31220
31221
31222 \begin_inset CommandInset ref
31223 LatexCommand ref
31224 reference "abb:endnotes"
31225
31226 \end_inset
31227
31228  gedruckt.
31229  Man nennt sie dann 
31230 \begin_inset Quotes gld
31231 \end_inset
31232
31233 Endnoten
31234 \begin_inset Quotes grd
31235 \end_inset
31236
31237 .
31238 \begin_inset Index idx
31239 status collapsed
31240
31241 \begin_layout Plain Layout
31242 Endnoten
31243 \end_layout
31244
31245 \end_inset
31246
31247  Um das zu erreichen, laden Sie im Menü 
31248 \family sans
31249 Dokument\SpecialChar menuseparator
31250 Einstellungen\SpecialChar menuseparator
31251 Module 
31252 \family default
31253 das Modul 
31254 \family sans
31255 Fußnote
31256 \begin_inset space ~
31257 \end_inset
31258
31259 als
31260 \begin_inset space ~
31261 \end_inset
31262
31263 Endnote
31264 \family default
31265 .
31266  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
31267 \end_layout
31268
31269 \begin_layout Standard
31270
31271 \series bold
31272
31273 \backslash
31274 theendnotes
31275 \end_layout
31276
31277 \begin_layout Standard
31278 als \SpecialChar TeX
31279 -Code am Ende des Abschnitts oder Kapitels ein.
31280 \end_layout
31281
31282 \begin_layout Standard
31283 \begin_inset Float figure
31284 wide false
31285 sideways false
31286 status open
31287
31288 \begin_layout Plain Layout
31289 \align center
31290 \begin_inset ERT
31291 status collapsed
31292
31293 \begin_layout Plain Layout
31294
31295
31296 \backslash
31297 framebox{
31298 \end_layout
31299
31300 \end_inset
31301
31302
31303 \begin_inset Graphics
31304         filename ../clipart/endnotes.pdf
31305         scaleBeforeRotation
31306
31307 \end_inset
31308
31309
31310 \begin_inset ERT
31311 status collapsed
31312
31313 \begin_layout Plain Layout
31314
31315 }
31316 \end_layout
31317
31318 \end_inset
31319
31320
31321 \end_layout
31322
31323 \begin_layout Plain Layout
31324 \begin_inset Caption Standard
31325
31326 \begin_layout Plain Layout
31327 \begin_inset CommandInset label
31328 LatexCommand label
31329 name "abb:endnotes"
31330
31331 \end_inset
31332
31333
31334 \series bold
31335 endnotes
31336 \series default
31337  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
31338  gedruckt.
31339 \end_layout
31340
31341 \end_inset
31342
31343
31344 \end_layout
31345
31346 \end_inset
31347
31348
31349 \end_layout
31350
31351 \begin_layout Standard
31352 \begin_inset VSpace medskip
31353 \end_inset
31354
31355 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
31356 ache übersetzt.
31357  Der folgende Befehl im \SpecialChar LaTeX
31358 -Vorspann  übersetzt den englischen Namen 
31359 \begin_inset Quotes gld
31360 \end_inset
31361
31362 Notes
31363 \begin_inset Quotes grd
31364 \end_inset
31365
31366  in 
31367 \begin_inset Quotes gld
31368 \end_inset
31369
31370 Anmerkungen
31371 \begin_inset Quotes grd
31372 \end_inset
31373
31374 :
31375 \end_layout
31376
31377 \begin_layout Standard
31378
31379 \series bold
31380
31381 \backslash
31382 renewcommand{
31383 \backslash
31384 notesname}{Anmerkungen}
31385 \end_layout
31386
31387 \begin_layout Standard
31388 \begin_inset VSpace medskip
31389 \end_inset
31390
31391 Wenn Sie in den Befehlen von Abschnitt
31392 \begin_inset space ~
31393 \end_inset
31394
31395
31396 \begin_inset CommandInset ref
31397 LatexCommand ref
31398 reference "uab:Fußnoten-Nummerierung"
31399
31400 \end_inset
31401
31402  
31403 \series bold
31404
31405 \backslash
31406 thefootnote
31407 \series default
31408  durch 
31409 \series bold
31410
31411 \backslash
31412 theendnote
31413 \series default
31414  ersetzen, können Sie die Nummerierung von Endnoten ändern.
31415  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
31416 \series bold
31417
31418 \backslash
31419 @addtoreset
31420 \series default
31421  wie in Abschnitt
31422 \begin_inset space \space{}
31423 \end_inset
31424
31425
31426 \begin_inset CommandInset ref
31427 LatexCommand ref
31428 reference "uab:Fußnoten-Nummerierung"
31429
31430 \end_inset
31431
31432  beschrieben und ersetzen 
31433 \series bold
31434 footnote
31435 \series default
31436  durch 
31437 \series bold
31438 endnote
31439 \series default
31440 .
31441 \end_layout
31442
31443 \begin_layout Standard
31444 Für Endnoten gibt es den Befehl 
31445 \series bold
31446
31447 \backslash
31448 endnotemark[Nummer]
31449 \series default
31450  analog zum Befehl 
31451 \series bold
31452
31453 \backslash
31454 footnotemark
31455 \series default
31456  der in Abschnitt
31457 \begin_inset space ~
31458 \end_inset
31459
31460
31461 \begin_inset CommandInset ref
31462 LatexCommand ref
31463 reference "abs:Fußnoten"
31464
31465 \end_inset
31466
31467  beschrieben ist.
31468 \end_layout
31469
31470 \begin_layout Standard
31471 \begin_inset VSpace bigskip
31472 \end_inset
31473
31474 Mit dem \SpecialChar LaTeX
31475 -Paket 
31476 \series bold
31477 footmisc
31478 \series default
31479
31480 \begin_inset Index idx
31481 status collapsed
31482
31483 \begin_layout Plain Layout
31484 \SpecialChar LaTeX
31485 -Pakete ! footmisc
31486 \end_layout
31487
31488 \end_inset
31489
31490  (
31491 \begin_inset CommandInset citation
31492 LatexCommand cite
31493 key "footmisc"
31494
31495 \end_inset
31496
31497 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
31498 \end_layout
31499
31500 \begin_layout Standard
31501 In \SpecialChar LaTeX
31502 -Büchern, 
31503 \begin_inset CommandInset citation
31504 LatexCommand cite
31505 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
31506
31507 \end_inset
31508
31509 , finden Sie weiteres zu Fußnoten.
31510  Wenn Sie eine 
31511 \series bold
31512 KOMA-Script
31513 \series default
31514
31515 \begin_inset Index idx
31516 status collapsed
31517
31518 \begin_layout Plain Layout
31519 \SpecialChar LaTeX
31520 -Pakete ! KOMA-Script
31521 \end_layout
31522
31523 \end_inset
31524
31525  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
31526 zifische Befehle anpassen, siehe 
31527 \begin_inset CommandInset citation
31528 LatexCommand cite
31529 key "KOMA-Script"
31530
31531 \end_inset
31532
31533 .
31534 \end_layout
31535
31536 \begin_layout Section
31537 Randnotizen
31538 \begin_inset Index idx
31539 status collapsed
31540
31541 \begin_layout Plain Layout
31542 Randnotizen
31543 \end_layout
31544
31545 \end_inset
31546
31547
31548 \begin_inset Index idx
31549 status collapsed
31550
31551 \begin_layout Plain Layout
31552 Notizen ! Randnotizen
31553 \end_layout
31554
31555 \end_inset
31556
31557
31558 \end_layout
31559
31560 \begin_layout Standard
31561 Randnotizen sehen in \SpecialChar LyX
31562  wie Fußnoten aus und verhalten sich auch so.
31563  Sie fügen sie mit einem Klick auf den Schalter 
31564 \begin_inset Info
31565 type  "icon"
31566 arg   "marginalnote-insert"
31567 \end_inset
31568
31569  oder über 
31570 \family sans
31571 Einfügen\SpecialChar menuseparator
31572 Randnotiz
31573 \family default
31574  ein.
31575  Ein graues Kästchen mit der Aufschrift 
31576 \begin_inset Quotes gld
31577 \end_inset
31578
31579 Rand
31580 \begin_inset Quotes grd
31581 \end_inset
31582
31583  erscheint
31584 \family roman
31585 \series medium
31586 , und dort, wo der Cursor steht, können Sie Text eingeben.
31587 \end_layout
31588
31589 \begin_layout Standard
31590 Hier am Rand sehen Sie eine Randnotiz.
31591  
31592 \begin_inset Marginal
31593 status open
31594
31595 \begin_layout Plain Layout
31596 Dies ist eine Randnotiz.
31597 \end_layout
31598
31599 \end_inset
31600
31601
31602 \end_layout
31603
31604 \begin_layout Standard
31605 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
31606  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
31607  Seiten und rechts auf den ungeraden.
31608  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
31609  wird und umgekehrt.
31610  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
31611  wurde.
31612 \end_layout
31613
31614 \begin_layout Standard
31615 \begin_inset VSpace bigskip
31616 \end_inset
31617
31618 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
31619 \end_layout
31620
31621 \begin_layout Standard
31622
31623 \series bold
31624
31625 \backslash
31626 reversemarginpar
31627 \end_layout
31628
31629 \begin_layout Standard
31630 als \SpecialChar TeX
31631 -Code vor einer Randnotiz ein.
31632  Das gilt dann für alle folgenden Randnotizen.
31633  
31634 \begin_inset ERT
31635 status collapsed
31636
31637 \begin_layout Plain Layout
31638
31639
31640 \backslash
31641 reversemarginpar 
31642 \end_layout
31643
31644 \end_inset
31645
31646
31647 \begin_inset Marginal
31648 status open
31649
31650 \begin_layout Plain Layout
31651 Hier ist ein Beispiel im inneren Rand.
31652 \end_layout
31653
31654 \end_inset
31655
31656
31657 \begin_inset Newline newline
31658 \end_inset
31659
31660
31661 \begin_inset Note Greyedout
31662 status open
31663
31664 \begin_layout Plain Layout
31665  
31666 \series bold
31667 Achtung:
31668 \series default
31669  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
31670 \end_layout
31671
31672 \end_inset
31673
31674
31675 \end_layout
31676
31677 \begin_layout Standard
31678 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
31679 \end_layout
31680
31681 \begin_layout Standard
31682
31683 \series bold
31684
31685 \backslash
31686 normalmarginpar
31687 \end_layout
31688
31689 \begin_layout Standard
31690 als \SpecialChar TeX
31691 -Code ein.
31692 \begin_inset ERT
31693 status collapsed
31694
31695 \begin_layout Plain Layout
31696
31697
31698 \backslash
31699 normalmarginpar 
31700 \end_layout
31701
31702 \end_inset
31703
31704
31705 \end_layout
31706
31707 \begin_layout Standard
31708 \begin_inset Note Greyedout
31709 status open
31710
31711 \begin_layout Plain Layout
31712
31713 \series bold
31714 Achtung:
31715 \series default
31716  Der Befehl wird missachtet, wenn er im selben Absatz wie 
31717 \series bold
31718
31719 \backslash
31720 reversemarginpar
31721 \series default
31722  verwendet wird.
31723 \end_layout
31724
31725 \end_inset
31726
31727
31728 \end_layout
31729
31730 \begin_layout Standard
31731 \begin_inset VSpace bigskip
31732 \end_inset
31733
31734
31735 \begin_inset Marginal
31736 status open
31737
31738 \begin_layout Plain Layout
31739
31740 \family roman
31741 \series medium
31742 EinSehrLangesWort am Anfang, das umgebrochen wird.
31743 \end_layout
31744
31745 \end_inset
31746
31747  Ähnlich wie in Abschnitt
31748 \begin_inset space ~
31749 \end_inset
31750
31751
31752 \begin_inset CommandInset ref
31753 LatexCommand ref
31754 reference "uab:Mehrfache-Zeilen-in"
31755
31756 \end_inset
31757
31758  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
31759  Wort der Randnotiz sind.
31760  Um das zu vermeiden, fügen sie 0
31761 \begin_inset space \thinspace{}
31762 \end_inset
31763
31764 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
31765 \begin_inset Marginal
31766 status open
31767
31768 \begin_layout Plain Layout
31769 \begin_inset space \hspace{}
31770 \length 0pt
31771 \end_inset
31772
31773
31774 \family roman
31775 \series medium
31776 EinSehrLangesWort am Anfang, das umgebrochen wird.
31777 \end_layout
31778
31779 \end_inset
31780
31781
31782 \end_layout
31783
31784 \begin_layout Standard
31785 \begin_inset VSpace bigskip
31786 \end_inset
31787
31788
31789 \end_layout
31790
31791 \begin_layout Standard
31792 \begin_inset Note Greyedout
31793 status open
31794
31795 \begin_layout Plain Layout
31796
31797 \series bold
31798 Bemerkung:
31799 \series default
31800  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
31801  verwendet werden.
31802 \end_layout
31803
31804 \end_inset
31805
31806
31807 \end_layout
31808
31809 \begin_layout Standard
31810 \begin_inset VSpace bigskip
31811 \end_inset
31812
31813
31814 \end_layout
31815
31816 \begin_layout Standard
31817 \begin_inset ERT
31818 status collapsed
31819
31820 \begin_layout Plain Layout
31821
31822
31823 \backslash
31824 ifmarginnote
31825 \end_layout
31826
31827 \end_inset
31828
31829
31830 \begin_inset Note Note
31831 status open
31832
31833 \begin_layout Plain Layout
31834 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
31835 -Paket 
31836 \series bold
31837 marginnote
31838 \series default
31839  installiert ist.
31840 \end_layout
31841
31842 \end_inset
31843
31844
31845 \end_layout
31846
31847 \begin_layout Standard
31848 Diese Einschränkung kann umgangen werden, wenn das \SpecialChar LaTeX
31849 -Paket 
31850 \series bold
31851 marginnote
31852 \series default
31853
31854 \begin_inset Index idx
31855 status collapsed
31856
31857 \begin_layout Plain Layout
31858 \SpecialChar LaTeX
31859 -Pakete ! marginnote
31860 \end_layout
31861
31862 \end_inset
31863
31864  verwendet wird.
31865  Wenn Sie diese zwei Zeilen zum \SpecialChar LaTeX
31866 -Vorspann hinzufügen, wird der Befehl, der
31867  von \SpecialChar LyX
31868  für Randnotizen verwendet wird, umdefiniert, so dass der Befehl des
31869  Pakets 
31870 \series bold
31871 marginnote
31872 \series default
31873  für Randnotizen verwendet wird:
31874 \end_layout
31875
31876 \begin_layout Standard
31877
31878 \series bold
31879
31880 \backslash
31881 usepackage{marginnote}
31882 \begin_inset Newline newline
31883 \end_inset
31884
31885
31886 \backslash
31887 let
31888 \backslash
31889 marginpar
31890 \backslash
31891 marginnote
31892 \end_layout
31893
31894 \begin_layout Standard
31895 Dies wird auch in diesem Dokument verwendet, denn 
31896 \series bold
31897 marginnote
31898 \series default
31899  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
31900  für Randnotizen angeben.
31901  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
31902 n zu dicht beieinander sind.
31903  Der Versatz wird in \SpecialChar LyX
31904  als \SpecialChar TeX
31905 -Code direkt nach der Randnotiz mit dem Schema
31906 \end_layout
31907
31908 \begin_layout Standard
31909
31910 \series bold
31911 [Versatz]
31912 \end_layout
31913
31914 \begin_layout Standard
31915 angegeben.
31916  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
31917 \begin_inset space ~
31918 \end_inset
31919
31920
31921 \begin_inset CommandInset ref
31922 LatexCommand ref
31923 reference "tab:Maßeinheiten"
31924
31925 \end_inset
31926
31927  aufgelistet sind.
31928  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
31929  nach unten.
31930  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
31931 \begin_inset space \thinspace{}
31932 \end_inset
31933
31934 cm mit dem \SpecialChar TeX
31935 -Code-Befehl  
31936 \begin_inset Quotes gld
31937 \end_inset
31938
31939
31940 \series bold
31941 [-1.5cm]
31942 \series default
31943
31944 \begin_inset Quotes grd
31945 \end_inset
31946
31947  nach oben versetzt.
31948 \begin_inset Marginal
31949 status open
31950
31951 \begin_layout Plain Layout
31952 Diese Randnotiz ist 1.5
31953 \begin_inset space \thinspace{}
31954 \end_inset
31955
31956 cm von ihrer Originalposition nach oben versetzt.
31957 \end_layout
31958
31959 \end_inset
31960
31961
31962 \begin_inset ERT
31963 status collapsed
31964
31965 \begin_layout Plain Layout
31966
31967 [-1.5cm]
31968 \end_layout
31969
31970 \end_inset
31971
31972
31973 \end_layout
31974
31975 \begin_layout Standard
31976 \begin_inset VSpace medskip
31977 \end_inset
31978
31979 Mit 
31980 \series bold
31981 marginnote
31982 \series default
31983  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
31984  Zum Beispiel setzen die Befehle
31985 \end_layout
31986
31987 \begin_layout Standard
31988
31989 \series bold
31990
31991 \backslash
31992 renewcommand*{
31993 \backslash
31994 raggedleftmarginnote}{
31995 \backslash
31996 centering}
31997 \begin_inset Newline newline
31998 \end_inset
31999
32000
32001 \backslash
32002 renewcommand*{
32003 \backslash
32004 raggedrightmarginnote}{
32005 \backslash
32006 centering}
32007 \end_layout
32008
32009 \begin_layout Standard
32010 die Ausrichtung auf zentriert.
32011  
32012 \series bold
32013
32014 \backslash
32015 raggedleftmarginnote
32016 \series default
32017  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
32018  
32019 \begin_inset ERT
32020 status collapsed
32021
32022 \begin_layout Plain Layout
32023
32024
32025 \backslash
32026 renewcommand*{
32027 \backslash
32028 raggedleftmarginnote}{
32029 \backslash
32030 centering}
32031 \end_layout
32032
32033 \begin_layout Plain Layout
32034
32035
32036 \backslash
32037 renewcommand*{
32038 \backslash
32039 raggedrightmarginnote}{
32040 \backslash
32041 centering}
32042 \end_layout
32043
32044 \end_inset
32045
32046
32047 \begin_inset Marginal
32048 status open
32049
32050 \begin_layout Plain Layout
32051 Der Text dieser Randnotiz ist zentriert ausgerichtet.
32052 \end_layout
32053
32054 \end_inset
32055
32056  Die Voreinstellung ist
32057 \end_layout
32058
32059 \begin_layout Standard
32060
32061 \series bold
32062
32063 \backslash
32064 renewcommand*{
32065 \backslash
32066 raggedleftmarginnote}{
32067 \backslash
32068 raggedleft}
32069 \begin_inset Newline newline
32070 \end_inset
32071
32072
32073 \backslash
32074 renewcommand*{
32075 \backslash
32076 raggedrightmarginnote}{
32077 \backslash
32078 raggedright}
32079 \series default
32080
32081 \begin_inset ERT
32082 status collapsed
32083
32084 \begin_layout Plain Layout
32085
32086
32087 \backslash
32088 renewcommand*{
32089 \backslash
32090 raggedleftmarginnote}{
32091 \backslash
32092 raggedleft}
32093 \end_layout
32094
32095 \begin_layout Plain Layout
32096
32097
32098 \backslash
32099 renewcommand*{
32100 \backslash
32101 raggedrightmarginnote}{
32102 \backslash
32103 raggedright}
32104 \end_layout
32105
32106 \end_inset
32107
32108
32109 \end_layout
32110
32111 \begin_layout Standard
32112 \begin_inset VSpace medskip
32113 \end_inset
32114
32115 Für weitere Fähigkeiten des Pakets 
32116 \series bold
32117 marginnote
32118 \series default
32119  sei auf dessen Dokumentation verwiesen 
32120 \begin_inset CommandInset citation
32121 LatexCommand cite
32122 key "marginnote"
32123
32124 \end_inset
32125
32126 .
32127 \end_layout
32128
32129 \begin_layout Standard
32130 \begin_inset VSpace bigskip
32131 \end_inset
32132
32133 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
32134  geändert werden.
32135  Um z.
32136 \begin_inset space \thinspace{}
32137 \end_inset
32138
32139 B.
32140  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
32141  und fettgedruckten Text 
32142 \begin_inset Quotes eld
32143 \end_inset
32144
32145
32146 \family sans
32147 \series bold
32148 \bar under
32149 Achtung!
32150 \family default
32151 \series default
32152 \bar default
32153
32154 \begin_inset Quotes erd
32155 \end_inset
32156
32157  zu erstellen, fügen Sie dies zum \SpecialChar LaTeX
32158 -Vorspann hinzu:
32159 \end_layout
32160
32161 \begin_layout Standard
32162
32163 \series bold
32164
32165 \backslash
32166 let
32167 \backslash
32168 myMarginpar
32169 \backslash
32170 marginpar
32171 \begin_inset Newline newline
32172 \end_inset
32173
32174
32175 \backslash
32176 renewcommand{
32177 \backslash
32178 marginpar}[1]{
32179 \backslash
32180 myMarginpar{%
32181 \begin_inset Newline newline
32182 \end_inset
32183
32184
32185 \begin_inset Phantom HPhantom
32186 status open
32187
32188 \begin_layout Plain Layout
32189
32190 \series bold
32191 \begin_inset space ~
32192 \end_inset
32193
32194
32195 \end_layout
32196
32197 \end_inset
32198
32199
32200 \backslash
32201 hspace{0pt}
32202 \backslash
32203 textsf{
32204 \backslash
32205 textbf{
32206 \backslash
32207 underbar{Achtung!}}}%
32208 \begin_inset Newline newline
32209 \end_inset
32210
32211
32212 \begin_inset Phantom HPhantom
32213 status open
32214
32215 \begin_layout Plain Layout
32216
32217 \series bold
32218 \begin_inset space ~
32219 \end_inset
32220
32221
32222 \end_layout
32223
32224 \end_inset
32225
32226
32227 \backslash
32228 vspace{1.5mm}
32229 \backslash
32230
32231 \backslash
32232 #1}}
32233 \end_layout
32234
32235 \begin_layout Standard
32236 \begin_inset ERT
32237 status collapsed
32238
32239 \begin_layout Plain Layout
32240
32241
32242 \backslash
32243 let
32244 \backslash
32245 myMarginpar
32246 \backslash
32247 marginpar
32248 \end_layout
32249
32250 \begin_layout Plain Layout
32251
32252
32253 \backslash
32254 renewcommand{
32255 \backslash
32256 marginpar}[1]{
32257 \backslash
32258 myMarginpar{%
32259 \end_layout
32260
32261 \begin_layout Plain Layout
32262
32263    
32264 \backslash
32265 textsf{
32266 \backslash
32267 textbf{
32268 \backslash
32269 underbar{Achtung!}}}%
32270 \end_layout
32271
32272 \begin_layout Plain Layout
32273
32274    
32275 \backslash
32276 vspace{1.5mm}
32277 \backslash
32278
32279 \backslash
32280 #1}}
32281 \end_layout
32282
32283 \end_inset
32284
32285
32286 \begin_inset Marginal
32287 status open
32288
32289 \begin_layout Plain Layout
32290 Dies ist eine Randnotiz mit einer definierten Überschrift.
32291 \end_layout
32292
32293 \end_inset
32294
32295
32296 \begin_inset ERT
32297 status collapsed
32298
32299 \begin_layout Plain Layout
32300
32301 [-1.5cm]
32302 \end_layout
32303
32304 \end_inset
32305
32306
32307 \begin_inset ERT
32308 status collapsed
32309
32310 \begin_layout Plain Layout
32311
32312
32313 \backslash
32314 renewcommand{
32315 \backslash
32316 marginpar}[1]{
32317 \backslash
32318 myMarginpar{#1}}
32319 \end_layout
32320
32321 \end_inset
32322
32323
32324 \begin_inset Note Note
32325 status open
32326
32327 \begin_layout Plain Layout
32328 Das Format wurde nur für dieses Beispiel geändert.
32329 \end_layout
32330
32331 \end_inset
32332
32333
32334 \end_layout
32335
32336 \begin_layout Standard
32337 \begin_inset ERT
32338 status collapsed
32339
32340 \begin_layout Plain Layout
32341
32342
32343 \backslash
32344 else
32345 \end_layout
32346
32347 \end_inset
32348
32349
32350 \begin_inset Note Note
32351 status open
32352
32353 \begin_layout Plain Layout
32354 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
32355 -Paket 
32356 \series bold
32357 marginnote
32358 \series default
32359  nicht installiert ist:
32360 \end_layout
32361
32362 \end_inset
32363
32364
32365 \end_layout
32366
32367 \begin_layout Standard
32368 Das \SpecialChar LaTeX
32369 -Paket 
32370 \series bold
32371 marginnote
32372 \series default
32373  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
32374 \end_layout
32375
32376 \begin_layout Standard
32377 \begin_inset ERT
32378 status collapsed
32379
32380 \begin_layout Plain Layout
32381
32382
32383 \backslash
32384 fi
32385 \end_layout
32386
32387 \end_inset
32388
32389
32390 \end_layout
32391
32392 \begin_layout Chapter
32393 Boxen
32394 \end_layout
32395
32396 \begin_layout Section
32397 Einleitung
32398 \begin_inset Index idx
32399 status collapsed
32400
32401 \begin_layout Plain Layout
32402 Boxen ! Einleitung
32403 \end_layout
32404
32405 \end_inset
32406
32407
32408 \end_layout
32409
32410 \begin_layout Standard
32411 Boxen werden benutzt, um einen Textblock zu formatieren.
32412  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
32413  siehe Abschnitt
32414 \begin_inset space ~
32415 \end_inset
32416
32417
32418 \begin_inset CommandInset ref
32419 LatexCommand ref
32420 reference "abs:Minipage"
32421
32422 \end_inset
32423
32424 , um Text zu umrahmen, siehe Abschnitt
32425 \begin_inset space ~
32426 \end_inset
32427
32428
32429 \begin_inset CommandInset ref
32430 LatexCommand ref
32431 reference "uab:Verzierung"
32432
32433 \end_inset
32434
32435 , um Silbentrennung zu verhindern, siehe Abschnitt
32436 \begin_inset space ~
32437 \end_inset
32438
32439
32440 \begin_inset CommandInset ref
32441 LatexCommand ref
32442 reference "abs:Silbentrennung-unterbinden"
32443
32444 \end_inset
32445
32446 , um Text senkrecht auszurichten, siehe Abschnitt
32447 \begin_inset space ~
32448 \end_inset
32449
32450
32451 \begin_inset CommandInset ref
32452 LatexCommand ref
32453 reference "uab:Vertikale-Ausrichtung"
32454
32455 \end_inset
32456
32457  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
32458 \begin_inset space ~
32459 \end_inset
32460
32461
32462 \begin_inset CommandInset ref
32463 LatexCommand ref
32464 reference "abs:Farbige-Boxen"
32465
32466 \end_inset
32467
32468 .
32469 \end_layout
32470
32471 \begin_layout Standard
32472 Boxen werden mit 
32473 \family sans
32474 Einfügen\SpecialChar menuseparator
32475 Box
32476 \family default
32477  oder dem Schalter 
32478 \begin_inset Info
32479 type  "icon"
32480 arg   "box-insert Frameless"
32481 \end_inset
32482
32483  eingefügt.
32484  Ein graues Kästchen mit der Aufschrift 
32485 \begin_inset Quotes gld
32486 \end_inset
32487
32488 Box (Minipage)
32489 \begin_inset Quotes grd
32490 \end_inset
32491
32492  erscheint: 
32493 \begin_inset Graphics
32494         filename clipart/StandardBoxQt4.png
32495         scale 85
32496         scaleBeforeRotation
32497
32498 \end_inset
32499
32500  Mit einem Rechts\SpecialChar softhyphen
32501 klick auf das graue Kästchen und der Auswahl von 
32502 \family sans
32503 Einstellungen
32504 \family default
32505  kann der Typ spezifiziert werden.
32506  Das Dialogfenster bietet bei 
32507 \family sans
32508 Innere
32509 \begin_inset space ~
32510 \end_inset
32511
32512 Box
32513 \family default
32514  die Typen 
32515 \family sans
32516 Makebox
32517 \family default
32518
32519 \family sans
32520 Parbox
32521 \family default
32522  und 
32523 \family sans
32524 Minipage
32525 \family default
32526  an.
32527  
32528 \family sans
32529 Minipage
32530 \family default
32531  ist die Standard-Einstellung für neue Boxen und in Abschnitt
32532 \begin_inset space ~
32533 \end_inset
32534
32535
32536 \begin_inset CommandInset ref
32537 LatexCommand ref
32538 reference "abs:Minipage"
32539
32540 \end_inset
32541
32542  beschrieben, 
32543 \family sans
32544 Parbox
32545 \family default
32546  in Abschnitt
32547 \begin_inset space ~
32548 \end_inset
32549
32550
32551 \begin_inset CommandInset ref
32552 LatexCommand ref
32553 reference "abs:Parbox"
32554
32555 \end_inset
32556
32557  und 
32558 \family sans
32559 Makebox
32560 \family default
32561  in 
32562 \begin_inset CommandInset ref
32563 LatexCommand ref
32564 reference "abs:Silbentrennung-unterbinden"
32565
32566 \end_inset
32567
32568 .
32569 \end_layout
32570
32571 \begin_layout Standard
32572 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
32573  wie auf Gleitobjekte und Fußnoten.
32574 \end_layout
32575
32576 \begin_layout Standard
32577 \begin_inset Note Greyedout
32578 status open
32579
32580 \begin_layout Plain Layout
32581
32582 \series bold
32583 Bemerkung
32584 \begin_inset space ~
32585 \end_inset
32586
32587 1:
32588 \series default
32589  Boxen dürfen in 
32590 \family sans
32591 List-
32592 \family default
32593  oder 
32594 \family sans
32595 Beschreibung-
32596 \family default
32597 Umgebungen nicht verwendet werden.
32598 \end_layout
32599
32600 \end_inset
32601
32602
32603 \end_layout
32604
32605 \begin_layout Standard
32606 \begin_inset Note Greyedout
32607 status open
32608
32609 \begin_layout Plain Layout
32610
32611 \series bold
32612 Bemerkung
32613 \begin_inset space ~
32614 \end_inset
32615
32616 2:
32617 \series default
32618  Boxen ohne 
32619 \family sans
32620 Innere
32621 \begin_inset space ~
32622 \end_inset
32623
32624 Box
32625 \family default
32626  und ohne Rahmen werden in Abschnitt
32627 \begin_inset space ~
32628 \end_inset
32629
32630
32631 \begin_inset CommandInset ref
32632 LatexCommand ref
32633 reference "abs:Silbentrennung-unterbinden"
32634
32635 \end_inset
32636
32637  beschrieben.
32638 \end_layout
32639
32640 \end_inset
32641
32642
32643 \end_layout
32644
32645 \begin_layout Section
32646 Das Box-Einstellungen-Fenster
32647 \begin_inset CommandInset label
32648 LatexCommand label
32649 name "abs:Box-Dialog"
32650
32651 \end_inset
32652
32653
32654 \begin_inset Index idx
32655 status collapsed
32656
32657 \begin_layout Plain Layout
32658 Boxen ! Box-Dialog-Fenster
32659 \end_layout
32660
32661 \end_inset
32662
32663
32664 \end_layout
32665
32666 \begin_layout Subsection
32667 Box-Größe
32668 \begin_inset Index idx
32669 status collapsed
32670
32671 \begin_layout Plain Layout
32672 Boxen ! Größe
32673 \end_layout
32674
32675 \end_inset
32676
32677
32678 \end_layout
32679
32680 \begin_layout Standard
32681 Im 
32682 \family sans
32683 Box-Einstellungen
32684 \family default
32685 -Fenster können Sie die Größe der Box mit 
32686 \family sans
32687 Breite
32688 \family default
32689  und 
32690 \family sans
32691 Höhe 
32692 \family default
32693 festlegen.
32694  Die verfügbaren Einheiten werden in Tabelle
32695 \begin_inset space ~
32696 \end_inset
32697
32698
32699 \begin_inset CommandInset ref
32700 LatexCommand ref
32701 reference "tab:Maßeinheiten"
32702
32703 \end_inset
32704
32705  aufgelistet.
32706  Das Feld
32707 \family sans
32708  Höhe
32709 \family default
32710  bietet die folgenden zusätzlichen Größen:
32711 \end_layout
32712
32713 \begin_layout Description
32714 Tiefe Dies ist die reine Text-
32715 \begin_inset Quotes gld
32716 \end_inset
32717
32718 Höhe
32719 \begin_inset Quotes grd
32720 \end_inset
32721
32722 .
32723  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
32724 \begin_inset Newline newline
32725 \end_inset
32726
32727
32728 \begin_inset Newline newline
32729 \end_inset
32730
32731
32732 \begin_inset Newline newline
32733 \end_inset
32734
32735
32736 \begin_inset Box Boxed
32737 position "c"
32738 hor_pos "c"
32739 has_inner_box 1
32740 inner_pos "c"
32741 use_parbox 0
32742 use_makebox 0
32743 width "12col%"
32744 special "none"
32745 height "1in"
32746 height_special "depth"
32747 thickness "0.4pt"
32748 separation "3pt"
32749 shadowsize "4pt"
32750 framecolor "black"
32751 backgroundcolor "none"
32752 status collapsed
32753
32754 \begin_layout Plain Layout
32755 \align center
32756 Box-Höhe = 1
32757 \begin_inset space \thinspace{}
32758 \end_inset
32759
32760 Tiefe
32761 \end_layout
32762
32763 \end_inset
32764
32765
32766 \begin_inset Newline newline
32767 \end_inset
32768
32769
32770 \begin_inset Newline newline
32771 \end_inset
32772
32773
32774 \end_layout
32775
32776 \begin_layout Description
32777 Höhe Dies ist die Texthöhe innerhalb der Box.
32778  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
32779  Texthöhe setzen: 
32780 \begin_inset Box Boxed
32781 position "c"
32782 hor_pos "c"
32783 has_inner_box 1
32784 inner_pos "c"
32785 use_parbox 0
32786 use_makebox 0
32787 width "20col%"
32788 special "none"
32789 height "2in"
32790 height_special "height"
32791 thickness "0.4pt"
32792 separation "3pt"
32793 shadowsize "4pt"
32794 framecolor "black"
32795 backgroundcolor "none"
32796 status collapsed
32797
32798 \begin_layout Plain Layout
32799 \align center
32800 Boxhöhe = 2
32801 \begin_inset space \thinspace{}
32802 \end_inset
32803
32804 Höhe
32805 \end_layout
32806
32807 \end_inset
32808
32809
32810 \end_layout
32811
32812 \begin_layout Description
32813 Gesamthöhe Dies ist Höhe
32814 \begin_inset space \thinspace{}
32815 \end_inset
32816
32817 +
32818 \begin_inset space \thinspace{}
32819 \end_inset
32820
32821 Tiefe: 
32822 \begin_inset Box Boxed
32823 position "c"
32824 hor_pos "c"
32825 has_inner_box 1
32826 inner_pos "c"
32827 use_parbox 0
32828 use_makebox 0
32829 width "20col%"
32830 special "none"
32831 height "1in"
32832 height_special "totalheight"
32833 thickness "0.4pt"
32834 separation "3pt"
32835 shadowsize "4pt"
32836 framecolor "black"
32837 backgroundcolor "none"
32838 status collapsed
32839
32840 \begin_layout Plain Layout
32841 \align center
32842 Boxhöhe = 1
32843 \begin_inset space \thinspace{}
32844 \end_inset
32845
32846 Gesamthöhe
32847 \end_layout
32848
32849 \end_inset
32850
32851
32852 \end_layout
32853
32854 \begin_layout Description
32855 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
32856 \begin_inset Box Boxed
32857 position "c"
32858 hor_pos "c"
32859 has_inner_box 1
32860 inner_pos "c"
32861 use_parbox 0
32862 use_makebox 0
32863 width "12col%"
32864 special "none"
32865 height "1in"
32866 height_special "width"
32867 thickness "0.4pt"
32868 separation "3pt"
32869 shadowsize "4pt"
32870 framecolor "black"
32871 backgroundcolor "none"
32872 status collapsed
32873
32874 \begin_layout Plain Layout
32875 \align center
32876 Boxhöhe = 1
32877 \begin_inset space \thinspace{}
32878 \end_inset
32879
32880 Breite
32881 \end_layout
32882
32883 \end_inset
32884
32885
32886 \end_layout
32887
32888 \begin_layout Subsection
32889 Ausrichtung
32890 \begin_inset Index idx
32891 status collapsed
32892
32893 \begin_layout Plain Layout
32894 Boxen ! Ausrichtung
32895 \end_layout
32896
32897 \end_inset
32898
32899
32900 \end_layout
32901
32902 \begin_layout Standard
32903 Wenn Sie eine 
32904 \family sans
32905 Innere
32906 \begin_inset space ~
32907 \end_inset
32908
32909 Box
32910 \family default
32911  gewählt haben, kann die Box mit folgenden Werten für 
32912 \family sans
32913 Box
32914 \family default
32915  senkrecht ausgerichtet werden:
32916 \end_layout
32917
32918 \begin_layout Description
32919 Oben Dies ist ein Beispieltext.
32920  
32921 \begin_inset Box Boxed
32922 position "t"
32923 hor_pos "c"
32924 has_inner_box 1
32925 inner_pos "c"
32926 use_parbox 0
32927 use_makebox 0
32928 width "20col%"
32929 special "none"
32930 height "1in"
32931 height_special "totalheight"
32932 thickness "0.4pt"
32933 separation "3pt"
32934 shadowsize "4pt"
32935 framecolor "black"
32936 backgroundcolor "none"
32937 status collapsed
32938
32939 \begin_layout Plain Layout
32940 \align center
32941 Die Ober\SpecialChar softhyphen
32942 kante der Box ist in der Zeile.
32943 \end_layout
32944
32945 \end_inset
32946
32947  Dies ist ein Beispieltext.
32948 \end_layout
32949
32950 \begin_layout Description
32951 Mitte Dies ist ein Beispieltext.
32952  
32953 \begin_inset Box Boxed
32954 position "c"
32955 hor_pos "c"
32956 has_inner_box 1
32957 inner_pos "c"
32958 use_parbox 0
32959 use_makebox 0
32960 width "20col%"
32961 special "none"
32962 height "1in"
32963 height_special "totalheight"
32964 thickness "0.4pt"
32965 separation "3pt"
32966 shadowsize "4pt"
32967 framecolor "black"
32968 backgroundcolor "none"
32969 status collapsed
32970
32971 \begin_layout Plain Layout
32972 \align center
32973 Die Mitte der Box ist in der Zeile.
32974 \end_layout
32975
32976 \end_inset
32977
32978  Dies ist ein Beispieltext.
32979 \end_layout
32980
32981 \begin_layout Description
32982 Unten Dies ist ein Beispieltext.
32983  
32984 \begin_inset Box Boxed
32985 position "b"
32986 hor_pos "c"
32987 has_inner_box 1
32988 inner_pos "c"
32989 use_parbox 0
32990 use_makebox 0
32991 width "20col%"
32992 special "none"
32993 height "1in"
32994 height_special "totalheight"
32995 thickness "0.4pt"
32996 separation "3pt"
32997 shadowsize "4pt"
32998 framecolor "black"
32999 backgroundcolor "none"
33000 status collapsed
33001
33002 \begin_layout Plain Layout
33003 \align center
33004 Die Unter\SpecialChar softhyphen
33005 kante der Box ist in der Zeile.
33006 \end_layout
33007
33008 \end_inset
33009
33010  Dies ist ein Beispieltext.
33011 \end_layout
33012
33013 \begin_layout Standard
33014 \begin_inset Note Greyedout
33015 status open
33016
33017 \begin_layout Plain Layout
33018
33019 \series bold
33020 Bemerkung:
33021 \series default
33022  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
33023  Boxen in einer Zeile sind und eine Box z.
33024 \begin_inset space \thinspace{}
33025 \end_inset
33026
33027 B.
33028  schattiert ist, die andere aber nicht.
33029 \end_layout
33030
33031 \end_inset
33032
33033
33034 \end_layout
33035
33036 \begin_layout Standard
33037 Eine Box kann mit dem Dialog 
33038 \family sans
33039 Absatz-Einstellungen
33040 \family default
33041  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
33042 \end_layout
33043
33044 \begin_layout Standard
33045 \begin_inset VSpace bigskip
33046 \end_inset
33047
33048 Wenn Sie eine 
33049 \family sans
33050 Innere
33051 \begin_inset space ~
33052 \end_inset
33053
33054 Box
33055 \family default
33056  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
33057 \family sans
33058 Inhalt
33059 \family default
33060  senkrecht ausgerichtet werden:
33061 \end_layout
33062
33063 \begin_layout Description
33064 Oben Dies ist ein Beispieltext.
33065  
33066 \begin_inset Box Boxed
33067 position "c"
33068 hor_pos "c"
33069 has_inner_box 1
33070 inner_pos "t"
33071 use_parbox 0
33072 use_makebox 0
33073 width "20col%"
33074 special "none"
33075 height "1.5in"
33076 height_special "totalheight"
33077 thickness "0.4pt"
33078 separation "3pt"
33079 shadowsize "4pt"
33080 framecolor "black"
33081 backgroundcolor "none"
33082 status collapsed
33083
33084 \begin_layout Plain Layout
33085 \align center
33086 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
33087 \end_layout
33088
33089 \end_inset
33090
33091  Dies ist ein Beispieltext.
33092 \end_layout
33093
33094 \begin_layout Description
33095 Mitte Dies ist ein Beispieltext.
33096  
33097 \begin_inset Box Boxed
33098 position "c"
33099 hor_pos "c"
33100 has_inner_box 1
33101 inner_pos "c"
33102 use_parbox 0
33103 use_makebox 0
33104 width "20col%"
33105 special "none"
33106 height "1.5in"
33107 height_special "totalheight"
33108 thickness "0.4pt"
33109 separation "3pt"
33110 shadowsize "4pt"
33111 framecolor "black"
33112 backgroundcolor "none"
33113 status collapsed
33114
33115 \begin_layout Plain Layout
33116 \align center
33117 Der Boxinhalt ist zentriert ausgerichtet.
33118 \end_layout
33119
33120 \end_inset
33121
33122  Dies ist ein Beispieltext.
33123 \end_layout
33124
33125 \begin_layout Description
33126 Unten Dies ist ein Beispieltext.
33127  
33128 \begin_inset Box Boxed
33129 position "c"
33130 hor_pos "c"
33131 has_inner_box 1
33132 inner_pos "b"
33133 use_parbox 0
33134 use_makebox 0
33135 width "20col%"
33136 special "none"
33137 height "1.5in"
33138 height_special "totalheight"
33139 thickness "0.4pt"
33140 separation "3pt"
33141 shadowsize "4pt"
33142 framecolor "black"
33143 backgroundcolor "none"
33144 status collapsed
33145
33146 \begin_layout Plain Layout
33147 \align center
33148 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
33149 \end_layout
33150
33151 \end_inset
33152
33153  Dies ist ein Beispieltext.
33154 \end_layout
33155
33156 \begin_layout Description
33157 Dehnen Dies ist ein Beispieltext.
33158  
33159 \begin_inset Box Boxed
33160 position "c"
33161 hor_pos "c"
33162 has_inner_box 1
33163 inner_pos "s"
33164 use_parbox 0
33165 use_makebox 0
33166 width "20col%"
33167 special "none"
33168 height "1in"
33169 height_special "totalheight"
33170 thickness "0.4pt"
33171 separation "3pt"
33172 shadowsize "4pt"
33173 framecolor "black"
33174 backgroundcolor "none"
33175 status collapsed
33176
33177 \begin_layout Plain Layout
33178 \align center
33179 Der Boxinhalt
33180 \end_layout
33181
33182 \begin_layout Plain Layout
33183 \align center
33184 ist über die
33185 \end_layout
33186
33187 \begin_layout Plain Layout
33188 \align center
33189 Boxhöhe
33190 \end_layout
33191
33192 \begin_layout Plain Layout
33193 \align center
33194 gleichmäßig verteilt.
33195 \end_layout
33196
33197 \end_inset
33198
33199  Dies ist ein Beispieltext.
33200 \end_layout
33201
33202 \begin_layout Standard
33203 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
33204  besteht.
33205  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
33206 \end_layout
33207
33208 \begin_layout Standard
33209 Ein Boxinhalt kann mit dem Dialog 
33210 \family sans
33211 Absatz-Einstellungen
33212 \family default
33213  waagerecht ausgerichtet werden, wenn Sie eine
33214 \family sans
33215  Innere
33216 \begin_inset space ~
33217 \end_inset
33218
33219 Box
33220 \family default
33221  gewählt haben.
33222 \begin_inset Separator parbreak
33223 \end_inset
33224
33225
33226 \end_layout
33227
33228 \begin_layout Standard
33229 \align center
33230 \begin_inset Box Boxed
33231 position "c"
33232 hor_pos "c"
33233 has_inner_box 1
33234 inner_pos "s"
33235 use_parbox 0
33236 use_makebox 0
33237 width "30col%"
33238 special "none"
33239 height "1.25in"
33240 height_special "totalheight"
33241 thickness "0.4pt"
33242 separation "3pt"
33243 shadowsize "4pt"
33244 framecolor "black"
33245 backgroundcolor "none"
33246 status collapsed
33247
33248 \begin_layout Plain Layout
33249 \align left
33250 Hier ist jede Zeile
33251 \end_layout
33252
33253 \begin_layout Plain Layout
33254 \align center
33255 anders
33256 \end_layout
33257
33258 \begin_layout Plain Layout
33259 \align right
33260 ausgerichtet.
33261 \end_layout
33262
33263 \end_inset
33264
33265
33266 \end_layout
33267
33268 \begin_layout Standard
33269 Wenn Sie keine
33270 \family sans
33271  Innere
33272 \begin_inset space ~
33273 \end_inset
33274
33275 Box
33276 \family default
33277  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
33278 \family sans
33279 Box-Einstellungen-
33280 \family default
33281 Dialog ausrichten
33282 \begin_inset Separator parbreak
33283 \end_inset
33284
33285
33286 \end_layout
33287
33288 \begin_layout Standard
33289 \align center
33290 \begin_inset Box Boxed
33291 position "c"
33292 hor_pos "s"
33293 has_inner_box 0
33294 inner_pos "s"
33295 use_parbox 0
33296 use_makebox 0
33297 width "90col%"
33298 special "none"
33299 height "1.25in"
33300 height_special "totalheight"
33301 thickness "0.4pt"
33302 separation "3pt"
33303 shadowsize "4pt"
33304 framecolor "black"
33305 backgroundcolor "none"
33306 status collapsed
33307
33308 \begin_layout Plain Layout
33309 Dieser Boxinhalt wurde horizontal gedehnt.
33310 \end_layout
33311
33312 \end_inset
33313
33314
33315 \end_layout
33316
33317 \begin_layout Subsection
33318 Verzierung
33319 \begin_inset CommandInset label
33320 LatexCommand label
33321 name "uab:Verzierung"
33322
33323 \end_inset
33324
33325
33326 \begin_inset Index idx
33327 status collapsed
33328
33329 \begin_layout Plain Layout
33330 Boxen ! Verzierung
33331 \end_layout
33332
33333 \end_inset
33334
33335
33336 \end_layout
33337
33338 \begin_layout Standard
33339 Im 
33340 \family sans
33341 Box-Einstellungen-
33342 \family default
33343 Dialog können Sie mit der 
33344 \family sans
33345 Verzierung
33346 \family default
33347  den Typ der Box auswählen:
33348 \end_layout
33349
33350 \begin_layout Description
33351 Kein
33352 \begin_inset space ~
33353 \end_inset
33354
33355 Rahmen Nichts wird gezeichnet.
33356 \end_layout
33357
33358 \begin_layout Description
33359 Einfacher
33360 \begin_inset space ~
33361 \end_inset
33362
33363 rechteckiger
33364 \begin_inset space ~
33365 \end_inset
33366
33367 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
33368  Die Rahmendicke kann festgelegt werden.
33369  
33370 \begin_inset Box Boxed
33371 position "c"
33372 hor_pos "c"
33373 has_inner_box 1
33374 inner_pos "c"
33375 use_parbox 0
33376 use_makebox 0
33377 width "21col%"
33378 special "none"
33379 height "1in"
33380 height_special "totalheight"
33381 thickness "0.4pt"
33382 separation "3pt"
33383 shadowsize "4pt"
33384 framecolor "black"
33385 backgroundcolor "none"
33386 status collapsed
33387
33388 \begin_layout Plain Layout
33389
33390 \series medium
33391 Rechteckige
33392 \begin_inset space ~
33393 \end_inset
33394
33395 Box
33396 \end_layout
33397
33398 \end_inset
33399
33400
33401 \end_layout
33402
33403 \begin_layout Description
33404 erlaube
33405 \begin_inset space ~
33406 \end_inset
33407
33408 Seitenumbrüche 
33409 \end_layout
33410
33411 \begin_layout Description
33412 Ovaler
33413 \begin_inset space ~
33414 \end_inset
33415
33416 Rahmen,
33417 \begin_inset space ~
33418 \end_inset
33419
33420 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
33421  Die Rahmendicke ist 0.4
33422 \begin_inset space \thinspace{}
33423 \end_inset
33424
33425 pt.
33426  
33427 \begin_inset Box ovalbox
33428 position "c"
33429 hor_pos "c"
33430 has_inner_box 1
33431 inner_pos "c"
33432 use_parbox 0
33433 use_makebox 0
33434 width "20col%"
33435 special "none"
33436 height "1in"
33437 height_special "totalheight"
33438 thickness "0.4pt"
33439 separation "3pt"
33440 shadowsize "4pt"
33441 framecolor "black"
33442 backgroundcolor "none"
33443 status collapsed
33444
33445 \begin_layout Plain Layout
33446 Ovale
33447 \begin_inset space ~
33448 \end_inset
33449
33450 Box,
33451 \begin_inset space ~
33452 \end_inset
33453
33454 dünn
33455 \end_layout
33456
33457 \end_inset
33458
33459
33460 \end_layout
33461
33462 \begin_layout Description
33463 Ovaler
33464 \begin_inset space ~
33465 \end_inset
33466
33467 Rahmen,
33468 \begin_inset space ~
33469 \end_inset
33470
33471 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
33472  Die Rahmendicke ist 0.8
33473 \begin_inset space \thinspace{}
33474 \end_inset
33475
33476 pt.
33477  
33478 \begin_inset Box Ovalbox
33479 position "c"
33480 hor_pos "c"
33481 has_inner_box 1
33482 inner_pos "c"
33483 use_parbox 0
33484 use_makebox 0
33485 width "20col%"
33486 special "none"
33487 height "1in"
33488 height_special "totalheight"
33489 thickness "0.4pt"
33490 separation "3pt"
33491 shadowsize "4pt"
33492 framecolor "black"
33493 backgroundcolor "none"
33494 status collapsed
33495
33496 \begin_layout Plain Layout
33497 Ovale
33498 \begin_inset space ~
33499 \end_inset
33500
33501 Box,
33502 \begin_inset space ~
33503 \end_inset
33504
33505 dick
33506 \end_layout
33507
33508 \end_inset
33509
33510
33511 \end_layout
33512
33513 \begin_layout Description
33514 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
33515  Die Rahmendicke und die Schattenbreite kann festgelegt werden.
33516 \begin_inset Newline newline
33517 \end_inset
33518
33519
33520 \begin_inset Box Shadowbox
33521 position "c"
33522 hor_pos "c"
33523 has_inner_box 1
33524 inner_pos "c"
33525 use_parbox 0
33526 use_makebox 0
33527 width "20col%"
33528 special "none"
33529 height "1in"
33530 height_special "totalheight"
33531 thickness "0.4pt"
33532 separation "3pt"
33533 shadowsize "4pt"
33534 framecolor "black"
33535 backgroundcolor "none"
33536 status collapsed
33537
33538 \begin_layout Plain Layout
33539 Schattierte
33540 \begin_inset space ~
33541 \end_inset
33542
33543 Box
33544 \end_layout
33545
33546 \end_inset
33547
33548
33549 \end_layout
33550
33551 \begin_layout Description
33552 Schattierter
33553 \begin_inset space ~
33554 \end_inset
33555
33556 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
33557  Im Gegensatz zu farbigen Boxen
33558 \begin_inset Foot
33559 status collapsed
33560
33561 \begin_layout Plain Layout
33562 siehe Abschnitt
33563 \begin_inset space ~
33564 \end_inset
33565
33566
33567 \begin_inset CommandInset ref
33568 LatexCommand ref
33569 reference "abs:Farbige-Boxen"
33570
33571 \end_inset
33572
33573
33574 \end_layout
33575
33576 \end_inset
33577
33578  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
33579  die Box ist ein Absatz für sich.
33580  
33581 \begin_inset Box Shaded
33582 position "t"
33583 hor_pos "c"
33584 has_inner_box 0
33585 inner_pos "t"
33586 use_parbox 0
33587 use_makebox 0
33588 width "50col%"
33589 special "none"
33590 height "1in"
33591 height_special "totalheight"
33592 thickness "0.4pt"
33593 separation "3pt"
33594 shadowsize "4pt"
33595 framecolor "black"
33596 backgroundcolor "none"
33597 status collapsed
33598
33599 \begin_layout Plain Layout
33600 Schattierter Hintergrund Box
33601 \end_layout
33602
33603 \end_inset
33604
33605
33606 \end_layout
33607
33608 \begin_layout Description
33609 Doppelter
33610 \begin_inset space ~
33611 \end_inset
33612
33613 rechteckiger
33614 \begin_inset space ~
33615 \end_inset
33616
33617 Rahmen zeichnet einen doppelten Rahmen um die Box.
33618  Der innere Rahmen ist 0,75
33619 \begin_inset space \thinspace{}
33620 \end_inset
33621
33622 Rahmendicke breit, der äußere 1,5
33623 \begin_inset space \thinspace{}
33624 \end_inset
33625
33626 Rahmendicke.
33627  Der Zwischenraum beträgt 1,5
33628 \begin_inset space \thinspace{}
33629 \end_inset
33630
33631 Rahmendicke
33632 \begin_inset space \thinspace{}
33633 \end_inset
33634
33635 +
33636 \begin_inset space \thinspace{}
33637 \end_inset
33638
33639 0,5
33640 \begin_inset space \thinspace{}
33641 \end_inset
33642
33643 pt.
33644  
33645 \begin_inset Box Doublebox
33646 position "c"
33647 hor_pos "c"
33648 has_inner_box 1
33649 inner_pos "c"
33650 use_parbox 0
33651 use_makebox 0
33652 width "20col%"
33653 special "none"
33654 height "1in"
33655 height_special "totalheight"
33656 thickness "0.4pt"
33657 separation "3pt"
33658 shadowsize "4pt"
33659 framecolor "black"
33660 backgroundcolor "none"
33661 status collapsed
33662
33663 \begin_layout Plain Layout
33664 Doppelt
33665 \begin_inset space ~
33666 \end_inset
33667
33668 gerahmte
33669 \begin_inset space ~
33670 \end_inset
33671
33672 Box
33673 \end_layout
33674
33675 \end_inset
33676
33677
33678 \end_layout
33679
33680 \begin_layout Standard
33681 \begin_inset VSpace bigskip
33682 \end_inset
33683
33684 Die Aufschrift der Box in \SpecialChar LyX
33685  ändert sich mit der gewählten Verzierung.
33686  Um alle Verzierungen verwenden zu können, muss das \SpecialChar LaTeX
33687 -Paket 
33688 \series bold
33689 fancybox
33690 \series default
33691
33692 \begin_inset Index idx
33693 status collapsed
33694
33695 \begin_layout Plain Layout
33696 \SpecialChar LaTeX
33697 -Pakete ! fancybox
33698 \end_layout
33699
33700 \end_inset
33701
33702  installiert sein.
33703 \end_layout
33704
33705 \begin_layout Standard
33706 \begin_inset VSpace bigskip
33707 \end_inset
33708
33709 Wenn Sie die Verzierung 
33710 \family sans
33711 Einfacher rechteckiger Rahmen
33712 \family default
33713  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
33714  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
33715  immer über die gesamte Zeilenbreite geht und dass die Box ein Absatz für
33716  sich ist: 
33717 \begin_inset Box Framed
33718 position "t"
33719 hor_pos "c"
33720 has_inner_box 0
33721 inner_pos "t"
33722 use_parbox 0
33723 use_makebox 0
33724 width "100col%"
33725 special "none"
33726 height "1in"
33727 height_special "totalheight"
33728 thickness "0.4pt"
33729 separation "3pt"
33730 shadowsize "4pt"
33731 framecolor "black"
33732 backgroundcolor "none"
33733 status collapsed
33734
33735 \begin_layout Plain Layout
33736 Box erlaubt Seitenumbruch
33737 \end_layout
33738
33739 \end_inset
33740
33741
33742 \end_layout
33743
33744 \begin_layout Section
33745 Box-Anpassung
33746 \begin_inset Index idx
33747 status collapsed
33748
33749 \begin_layout Plain Layout
33750 Boxen ! Anpassung
33751 \end_layout
33752
33753 \end_inset
33754
33755
33756 \end_layout
33757
33758 \begin_layout Standard
33759 \noindent
33760 Der Durchmesser der abgerundeten Ecken kann mit 
33761 \series bold
33762
33763 \backslash
33764 cornersize
33765 \series default
33766  gesetzt werden.
33767  Der \SpecialChar TeX
33768 -Code-Befehl
33769 \end_layout
33770
33771 \begin_layout Standard
33772
33773 \series bold
33774
33775 \backslash
33776 cornersize*{1cm}
33777 \end_layout
33778
33779 \begin_layout Standard
33780 setzt den Durchmesser auf 1
33781 \begin_inset space \thinspace{}
33782 \end_inset
33783
33784 cm.
33785  Der \SpecialChar TeX
33786 -Code-Befehl
33787 \end_layout
33788
33789 \begin_layout Standard
33790
33791 \series bold
33792
33793 \backslash
33794 cornersize{num}
33795 \end_layout
33796
33797 \begin_layout Standard
33798 setzt den Durchmesser auf 
33799 \family sans
33800 num
33801 \begin_inset space \thinspace{}
33802 \end_inset
33803
33804 ×
33805 \begin_inset space \thinspace{}
33806 \end_inset
33807
33808 Minimum(Breite der Box, Höhe der Box)
33809 \family default
33810 .
33811  Der Standardwert ist 
33812 \series bold
33813
33814 \backslash
33815 cornersize{0.5}
33816 \series default
33817 .
33818 \end_layout
33819
33820 \begin_layout Standard
33821 \begin_inset ERT
33822 status collapsed
33823
33824 \begin_layout Plain Layout
33825
33826
33827 \backslash
33828 cornersize*{1.5cm}
33829 \end_layout
33830
33831 \end_inset
33832
33833
33834 \begin_inset Box Ovalbox
33835 position "c"
33836 hor_pos "c"
33837 has_inner_box 1
33838 inner_pos "c"
33839 use_parbox 0
33840 use_makebox 0
33841 width "30col%"
33842 special "none"
33843 height "1in"
33844 height_special "totalheight"
33845 thickness "0.4pt"
33846 separation "3pt"
33847 shadowsize "4pt"
33848 framecolor "black"
33849 backgroundcolor "none"
33850 status open
33851
33852 \begin_layout Plain Layout
33853 \align center
33854 Ovale Box, dicker Rand, mit 
33855 \series bold
33856
33857 \backslash
33858 cornersize
33859 \series default
33860
33861 \begin_inset space \thinspace{}
33862 \end_inset
33863
33864 =
33865 \begin_inset space \thinspace{}
33866 \end_inset
33867
33868 1.5
33869 \begin_inset space \thinspace{}
33870 \end_inset
33871
33872 cm
33873 \end_layout
33874
33875 \end_inset
33876
33877
33878 \begin_inset ERT
33879 status collapsed
33880
33881 \begin_layout Plain Layout
33882
33883
33884 \backslash
33885 cornersize{0.5}
33886 \end_layout
33887
33888 \end_inset
33889
33890
33891 \end_layout
33892
33893 \begin_layout Standard
33894 \begin_inset VSpace bigskip
33895 \end_inset
33896
33897 Die Standard-Hintergrundfarbe rot von Boxen mit 
33898 \family sans
33899 schattiertem Hintergrund
33900 \family default
33901  kann entweder lokal mit dem Befehl 
33902 \series bold
33903
33904 \backslash
33905 definecolor{shadecolor}
33906 \series default
33907  oder global über das Menü 
33908 \family sans
33909 Werkzeuge\SpecialChar menuseparator
33910 Einstellungen\SpecialChar menuseparator
33911 Farben\SpecialChar menuseparator
33912 Schattierte
33913 \begin_inset space ~
33914 \end_inset
33915
33916 Box
33917 \family default
33918  geändert werden.
33919  Das Schema des 
33920 \series bold
33921
33922 \backslash
33923 definecolor
33924 \series default
33925  Befehls ist  in Abschnitt
33926 \begin_inset space ~
33927 \end_inset
33928
33929
33930 \begin_inset CommandInset ref
33931 LatexCommand ref
33932 reference "abs:Farbige-Tabellen"
33933
33934 \end_inset
33935
33936  erklärt.
33937 \begin_inset Foot
33938 status collapsed
33939
33940 \begin_layout Plain Layout
33941 Beachten Sie, dass 
33942 \series bold
33943
33944 \backslash
33945 definecolor
33946 \series default
33947  das \SpecialChar LaTeX
33948 -Paket 
33949 \series bold
33950 color
33951 \series default
33952  im \SpecialChar LaTeX
33953 -Vorspann benötigt, siehe Abschnitt
33954 \begin_inset space ~
33955 \end_inset
33956
33957
33958 \begin_inset CommandInset ref
33959 LatexCommand ref
33960 reference "abs:Farbige-Boxen"
33961
33962 \end_inset
33963
33964 .
33965 \end_layout
33966
33967 \end_inset
33968
33969  Für das nächste Beispiel wurden folgender \SpecialChar TeX
33970 -Code verwendet:
33971 \end_layout
33972
33973 \begin_layout Standard
33974
33975 \series bold
33976
33977 \backslash
33978 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33979 \end_layout
33980
33981 \begin_layout Standard
33982 \begin_inset ERT
33983 status collapsed
33984
33985 \begin_layout Plain Layout
33986
33987
33988 \backslash
33989 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33990 \end_layout
33991
33992 \end_inset
33993
33994
33995 \begin_inset Box Shaded
33996 position "t"
33997 hor_pos "c"
33998 has_inner_box 0
33999 inner_pos "t"
34000 use_parbox 0
34001 use_makebox 0
34002 width "100col%"
34003 special "none"
34004 height "1in"
34005 height_special "totalheight"
34006 thickness "0.4pt"
34007 separation "3pt"
34008 shadowsize "4pt"
34009 framecolor "black"
34010 backgroundcolor "none"
34011 status open
34012
34013 \begin_layout Plain Layout
34014
34015 \color yellow
34016 Dies ist gelber Text in einer 
34017 \family sans
34018 schattierten Hintergrund
34019 \begin_inset space ~
34020 \end_inset
34021
34022
34023 \family default
34024 Box auf dunkelgrünem Hintergrund.
34025 \end_layout
34026
34027 \end_inset
34028
34029
34030 \begin_inset ERT
34031 status collapsed
34032
34033 \begin_layout Plain Layout
34034
34035
34036 \backslash
34037 definecolor{shadecolor}{rgb}{1,0,0}
34038 \end_layout
34039
34040 \end_inset
34041
34042
34043 \end_layout
34044
34045 \begin_layout Standard
34046 \begin_inset VSpace bigskip
34047 \end_inset
34048
34049 Geänderte Größen und Farben gelten für alle Boxen, die auf den Befehl folgen,
34050  der sie ändert.
34051 \end_layout
34052
34053 \begin_layout Section
34054 Minipage
34055 \begin_inset CommandInset label
34056 LatexCommand label
34057 name "abs:Minipage"
34058
34059 \end_inset
34060
34061
34062 \begin_inset Index idx
34063 status collapsed
34064
34065 \begin_layout Plain Layout
34066 Boxen ! Minipage
34067 \end_layout
34068
34069 \end_inset
34070
34071
34072 \end_layout
34073
34074 \begin_layout Standard
34075 Minipages werden von \SpecialChar LaTeX
34076  wie Seiten auf einer Seite behandelt und können deshalb
34077  unter anderem eigene Fußnoten haben.
34078 \end_layout
34079
34080 \begin_layout Standard
34081 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
34082 \end_layout
34083
34084 \begin_layout Standard
34085 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
34086  Ihre Breite ist 45 Spaltenbreite
34087 \begin_inset space ~
34088 \end_inset
34089
34090 %, und sie sind durch einen 
34091 \family sans
34092 HFill
34093 \family default
34094  getrennt (
34095 \family sans
34096 Einfügen\SpecialChar menuseparator
34097 Formatierung\SpecialChar menuseparator
34098 Horizontaler
34099 \begin_inset space \space{}
34100 \end_inset
34101
34102 Abstand\SpecialChar menuseparator
34103 Abstand\SpecialChar menuseparator
34104 Variabler
34105 \begin_inset space ~
34106 \end_inset
34107
34108 horiz.
34109 \begin_inset space ~
34110 \end_inset
34111
34112 Abstand
34113 \family default
34114 ).
34115 \begin_inset Newpage newpage
34116 \end_inset
34117
34118
34119 \end_layout
34120
34121 \begin_layout Standard
34122 \noindent
34123 \begin_inset Box Frameless
34124 position "t"
34125 hor_pos "c"
34126 has_inner_box 1
34127 inner_pos "c"
34128 use_parbox 0
34129 use_makebox 0
34130 width "45col%"
34131 special "none"
34132 height "1in"
34133 height_special "totalheight"
34134 thickness "0.4pt"
34135 separation "3pt"
34136 shadowsize "4pt"
34137 framecolor "black"
34138 backgroundcolor "none"
34139 status open
34140
34141 \begin_layout Plain Layout
34142 Dies ist ein deutscher Text.
34143  Dies ist ein deutscher Text.
34144  Dies ist ein deutscher Text.
34145  Dies ist ein deutscher Text.
34146  Dies ist ein deutscher Text.
34147  Dies ist ein deutscher Text.
34148  Dies ist ein deutscher Text.
34149  Dies ist ein deutscher Text.
34150  Dies ist ein deutscher Text.
34151  Dies ist ein deutscher Text.
34152  Dies ist ein deutscher Text.
34153  Dies ist ein deutscher Text.
34154  Dies ist ein deutscher Text
34155 \begin_inset Foot
34156 status open
34157
34158 \begin_layout Plain Layout
34159 Dies ist eine deutsche Fußnote.
34160 \end_layout
34161
34162 \end_inset
34163
34164 .
34165  Dies ist ein deutscher Text.
34166  Dies ist ein deutscher Text.
34167 \end_layout
34168
34169 \end_inset
34170
34171
34172 \begin_inset space \hfill{}
34173 \end_inset
34174
34175
34176 \begin_inset Box Frameless
34177 position "t"
34178 hor_pos "c"
34179 has_inner_box 1
34180 inner_pos "c"
34181 use_parbox 0
34182 use_makebox 0
34183 width "45col%"
34184 special "none"
34185 height "1in"
34186 height_special "totalheight"
34187 thickness "0.4pt"
34188 separation "3pt"
34189 shadowsize "4pt"
34190 framecolor "black"
34191 backgroundcolor "none"
34192 status open
34193
34194 \begin_layout Plain Layout
34195
34196 \lang english
34197 This is an English Text.
34198  This is an English Text.
34199  This is an English Text.
34200  This is an English Text.
34201  This is an English Text.
34202  This is an English Text.
34203  This is an English Text.
34204  This is an English Text.
34205  This is an English Text.
34206  This is an English Text.
34207  This is an English Text.
34208  This is an English Text.
34209  This is an English Text.
34210  This is an English Text.
34211  This is an English Text.
34212  This is an English Text.
34213 \begin_inset Foot
34214 status collapsed
34215
34216 \begin_layout Plain Layout
34217
34218 \lang english
34219 This is an English footnote.
34220 \end_layout
34221
34222 \end_inset
34223
34224  This is an English Text.
34225 \end_layout
34226
34227 \end_inset
34228
34229
34230 \end_layout
34231
34232 \begin_layout Standard
34233 \begin_inset VSpace bigskip
34234 \end_inset
34235
34236 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
34237  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
34238  Absätze nicht eingerückt werden, obwohl Sie das in 
34239 \family sans
34240 Dokument
34241 \family default
34242 \SpecialChar menuseparator
34243
34244 \family sans
34245 Einstellun\SpecialChar softhyphen
34246 gen\SpecialChar menuseparator
34247 Textformat
34248 \family default
34249  festgelegt haben.
34250  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
34251  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem \SpecialChar TeX
34252 -Code 
34253 \series bold
34254
34255 \backslash
34256 hspace*{1em}
34257 \series default
34258 .
34259 \end_layout
34260
34261 \begin_layout Standard
34262 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
34263  zu verpassen, siehe Abschnitt
34264 \begin_inset space ~
34265 \end_inset
34266
34267
34268 \begin_inset CommandInset ref
34269 LatexCommand ref
34270 reference "abs:Farbige-Boxen"
34271
34272 \end_inset
34273
34274 .
34275 \end_layout
34276
34277 \begin_layout Standard
34278 \begin_inset Note Greyedout
34279 status open
34280
34281 \begin_layout Plain Layout
34282
34283 \series bold
34284 Bemerkung:
34285 \series default
34286  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
34287  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
34288 \end_layout
34289
34290 \end_inset
34291
34292
34293 \end_layout
34294
34295 \begin_layout Section
34296 Parbox
34297 \begin_inset CommandInset label
34298 LatexCommand label
34299 name "abs:Parbox"
34300
34301 \end_inset
34302
34303
34304 \begin_inset Index idx
34305 status collapsed
34306
34307 \begin_layout Plain Layout
34308 Boxen ! Parbox
34309 \end_layout
34310
34311 \end_inset
34312
34313
34314 \end_layout
34315
34316 \begin_layout Standard
34317 Parbox ist eine Abkürzung für 
34318 \begin_inset Quotes gld
34319 \end_inset
34320
34321 paragraph box
34322 \begin_inset Quotes grd
34323 \end_inset
34324
34325 , was Absatzbox bedeutet.
34326  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
34327  in Parboxen nicht ausgegeben werden:
34328 \begin_inset Separator parbreak
34329 \end_inset
34330
34331
34332 \end_layout
34333
34334 \begin_layout Standard
34335 \align center
34336 \begin_inset Box Frameless
34337 position "t"
34338 hor_pos "c"
34339 has_inner_box 1
34340 inner_pos "t"
34341 use_parbox 1
34342 use_makebox 0
34343 width "33col%"
34344 special "none"
34345 height "1in"
34346 height_special "totalheight"
34347 thickness "0.4pt"
34348 separation "3pt"
34349 shadowsize "4pt"
34350 framecolor "black"
34351 backgroundcolor "none"
34352 status open
34353
34354 \begin_layout Plain Layout
34355 Dies ist Text in einer Parbox.
34356  Dies ist Text in einer Parbox.
34357 \end_layout
34358
34359 \begin_layout Plain Layout
34360 Diese Fußnote wird nicht gedruckt:
34361 \begin_inset Foot
34362 status collapsed
34363
34364 \begin_layout Plain Layout
34365 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
34366 \end_layout
34367
34368 \end_inset
34369
34370
34371 \end_layout
34372
34373 \end_inset
34374
34375
34376 \end_layout
34377
34378 \begin_layout Section
34379 Boxen für Worte und Buchstaben
34380 \begin_inset Index idx
34381 status collapsed
34382
34383 \begin_layout Plain Layout
34384 Boxen ! für Buchstaben
34385 \end_layout
34386
34387 \end_inset
34388
34389
34390 \end_layout
34391
34392 \begin_layout Subsection
34393 Silbentrennung unterbinden
34394 \begin_inset CommandInset label
34395 LatexCommand label
34396 name "abs:Silbentrennung-unterbinden"
34397
34398 \end_inset
34399
34400
34401 \begin_inset Index idx
34402 status collapsed
34403
34404 \begin_layout Plain Layout
34405 Boxen ! zur Vermeidung von Silbentrennung
34406 \end_layout
34407
34408 \end_inset
34409
34410
34411 \end_layout
34412
34413 \begin_layout Standard
34414 Sie können den Boxtyp 
34415 \family sans
34416 Makebox
34417 \family default
34418  benutzen, um Silbentrennungen zu unterbinden.
34419 \begin_inset Newline newline
34420 \end_inset
34421
34422 Hier ist ein Beispiel: 
34423 \end_layout
34424
34425 \begin_layout Standard
34426 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
34427 \begin_inset Quotes gld
34428 \end_inset
34429
34430 einsehrsehrsehrlangeswort
34431 \begin_inset Quotes grd
34432 \end_inset
34433
34434 .
34435 \end_layout
34436
34437 \begin_layout Standard
34438 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
34439  Innere
34440 \begin_inset space ~
34441 \end_inset
34442
34443 Box auf Makebox und verwenden keine explizite Breite.
34444 \end_layout
34445
34446 \begin_layout Standard
34447 Hier ist das Ergebnis:
34448 \end_layout
34449
34450 \begin_layout Standard
34451 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34452 \begin_inset Box Frameless
34453 position "t"
34454 hor_pos "c"
34455 has_inner_box 1
34456 inner_pos "t"
34457 use_parbox 0
34458 use_makebox 1
34459 width ""
34460 special "none"
34461 height "1in"
34462 height_special "totalheight"
34463 thickness "0.4pt"
34464 separation "3pt"
34465 shadowsize "4pt"
34466 framecolor "black"
34467 backgroundcolor "none"
34468 status open
34469
34470 \begin_layout Plain Layout
34471 \begin_inset Quotes gld
34472 \end_inset
34473
34474 einsehrsehrsehrlangeswort
34475 \begin_inset Quotes grd
34476 \end_inset
34477
34478
34479 \end_layout
34480
34481 \end_inset
34482
34483 .
34484 \end_layout
34485
34486 \begin_layout Standard
34487 Alternativ dazu kann man auch den Befehl 
34488 \begin_inset Quotes gld
34489 \end_inset
34490
34491
34492 \series bold
34493
34494 \backslash
34495 -
34496 \series default
34497
34498 \begin_inset Quotes grd
34499 \end_inset
34500
34501  als \SpecialChar TeX
34502 -Code direkt vor das Wort setzen:
34503 \end_layout
34504
34505 \begin_layout Standard
34506 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34507 \begin_inset Quotes gld
34508 \end_inset
34509
34510
34511 \begin_inset ERT
34512 status collapsed
34513
34514 \begin_layout Plain Layout
34515
34516
34517 \backslash
34518 -
34519 \end_layout
34520
34521 \end_inset
34522
34523 einsehrsehrsehrlangeswort
34524 \begin_inset Quotes grd
34525 \end_inset
34526
34527 .
34528 \end_layout
34529
34530 \begin_layout Standard
34531 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
34532  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
34533 \family sans
34534 Strg-Eingabe
34535 \family default
34536 ) einfügen: 
34537 \end_layout
34538
34539 \begin_layout Standard
34540 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
34541 \begin_inset Newline newline
34542 \end_inset
34543
34544
34545 \begin_inset Box Frameless
34546 position "t"
34547 hor_pos "c"
34548 has_inner_box 1
34549 inner_pos "t"
34550 use_parbox 0
34551 use_makebox 1
34552 width ""
34553 special "none"
34554 height "1in"
34555 height_special "totalheight"
34556 thickness "0.4pt"
34557 separation "3pt"
34558 shadowsize "4pt"
34559 framecolor "black"
34560 backgroundcolor "none"
34561 status open
34562
34563 \begin_layout Plain Layout
34564 \begin_inset Quotes gld
34565 \end_inset
34566
34567 einsehrsehrsehrlangeswort
34568 \begin_inset Quotes grd
34569 \end_inset
34570
34571
34572 \end_layout
34573
34574 \end_inset
34575
34576 .
34577 \end_layout
34578
34579 \begin_layout Subsection
34580 Vertikale Ausrichtung
34581 \begin_inset CommandInset label
34582 LatexCommand label
34583 name "uab:Vertikale-Ausrichtung"
34584
34585 \end_inset
34586
34587
34588 \begin_inset Index idx
34589 status collapsed
34590
34591 \begin_layout Plain Layout
34592 Boxen ! für Vertikale Ausrichtung
34593 \end_layout
34594
34595 \end_inset
34596
34597
34598 \begin_inset Index idx
34599 status collapsed
34600
34601 \begin_layout Plain Layout
34602 Boxen ! raisebox
34603 \end_layout
34604
34605 \end_inset
34606
34607
34608 \end_layout
34609
34610 \begin_layout Standard
34611 Mit dem \SpecialChar LaTeX
34612 -Befehl 
34613 \series bold
34614
34615 \backslash
34616 raisebox
34617 \series default
34618  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
34619 n Textes ausrichten.
34620  
34621 \series bold
34622
34623 \backslash
34624 raisebox
34625 \series default
34626  wird folgendermaßen benutzt:
34627 \end_layout
34628
34629 \begin_layout Standard
34630
34631 \series bold
34632
34633 \backslash
34634 raisebox{Verschiebung}[oben][unten]{Text}
34635 \end_layout
34636
34637 \begin_layout Standard
34638 Positive Werte für Verschiebung
34639 \series bold
34640  
34641 \series default
34642 verschieben die Box nach oben, negative nach unten.
34643  Die beiden optionalen Parameter 
34644 \family typewriter
34645 oben
34646 \family default
34647  und 
34648 \family typewriter
34649 unten
34650 \family default
34651  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
34652  hinausgeht, wenn sie nicht verschoben ist.
34653 \end_layout
34654
34655 \begin_layout Standard
34656 Um zum Beispiel das Wort 
34657 \begin_inset Quotes gld
34658 \end_inset
34659
34660 provokant
34661 \begin_inset Quotes grd
34662 \end_inset
34663
34664  mit seinem 
34665 \begin_inset Quotes gld
34666 \end_inset
34667
34668 niedrigsten
34669 \begin_inset Quotes grd
34670 \end_inset
34671
34672  Buchstaben 
34673 \begin_inset Quotes gld
34674 \end_inset
34675
34676 p
34677 \begin_inset Quotes grd
34678 \end_inset
34679
34680  an der Grundlinie auszurichten, müssen Sie den \SpecialChar TeX
34681 -Code-Befehl
34682 \end_layout
34683
34684 \begin_layout Standard
34685
34686 \series bold
34687
34688 \backslash
34689 raisebox{
34690 \backslash
34691 depth}{
34692 \end_layout
34693
34694 \begin_layout Standard
34695 vor dem Wort einfügen und 
34696 \begin_inset Quotes gld
34697 \end_inset
34698
34699
34700 \series bold
34701 }
34702 \series default
34703
34704 \begin_inset Quotes grd
34705 \end_inset
34706
34707  als \SpecialChar TeX
34708 -Code dahinter:
34709 \end_layout
34710
34711 \begin_layout Standard
34712 Dies ist eine Zeile, in der das Wort 
34713 \begin_inset ERT
34714 status collapsed
34715
34716 \begin_layout Plain Layout
34717
34718
34719 \backslash
34720 raisebox{
34721 \backslash
34722 depth}{
34723 \end_layout
34724
34725 \end_inset
34726
34727
34728 \begin_inset Quotes gld
34729 \end_inset
34730
34731 provokant
34732 \begin_inset Quotes grd
34733 \end_inset
34734
34735
34736 \begin_inset ERT
34737 status collapsed
34738
34739 \begin_layout Plain Layout
34740
34741 }
34742 \end_layout
34743
34744 \end_inset
34745
34746  nach oben verschoben wurde.
34747 \end_layout
34748
34749 \begin_layout Standard
34750 \begin_inset VSpace bigskip
34751 \end_inset
34752
34753 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
34754  gedehnt:
34755 \end_layout
34756
34757 \begin_layout Standard
34758 Dies ist eine Zeile, in der das Wort 
34759 \begin_inset ERT
34760 status collapsed
34761
34762 \begin_layout Plain Layout
34763
34764
34765 \backslash
34766 raisebox{-
34767 \backslash
34768 depth}{
34769 \end_layout
34770
34771 \end_inset
34772
34773
34774 \begin_inset Quotes gld
34775 \end_inset
34776
34777 provokant
34778 \begin_inset Quotes grd
34779 \end_inset
34780
34781
34782 \begin_inset ERT
34783 status collapsed
34784
34785 \begin_layout Plain Layout
34786
34787 }
34788 \end_layout
34789
34790 \end_inset
34791
34792  nach unten verschoben wurde.
34793 \end_layout
34794
34795 \begin_layout Standard
34796 Dies ist eine Zeile, in der das Wort 
34797 \begin_inset ERT
34798 status collapsed
34799
34800 \begin_layout Plain Layout
34801
34802
34803 \backslash
34804 raisebox{0.5cm}{
34805 \end_layout
34806
34807 \end_inset
34808
34809
34810 \begin_inset Quotes gld
34811 \end_inset
34812
34813 testen
34814 \begin_inset Quotes grd
34815 \end_inset
34816
34817
34818 \begin_inset ERT
34819 status collapsed
34820
34821 \begin_layout Plain Layout
34822
34823 }
34824 \end_layout
34825
34826 \end_inset
34827
34828  um 0.5
34829 \begin_inset space \thinspace{}
34830 \end_inset
34831
34832 cm nach oben verschoben wurde.
34833 \end_layout
34834
34835 \begin_layout Standard
34836 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
34837 \end_layout
34838
34839 \begin_layout Standard
34840
34841 \series bold
34842
34843 \backslash
34844 raisebox{-
34845 \backslash
34846 depth}[0pt]{
34847 \end_layout
34848
34849 \begin_layout Standard
34850 Dies ist eine Zeile, in der das Wort 
34851 \begin_inset ERT
34852 status collapsed
34853
34854 \begin_layout Plain Layout
34855
34856
34857 \backslash
34858 raisebox{-
34859 \backslash
34860 depth}[0pt]{
34861 \end_layout
34862
34863 \end_inset
34864
34865
34866 \begin_inset Quotes gld
34867 \end_inset
34868
34869 provokant
34870 \begin_inset Quotes grd
34871 \end_inset
34872
34873
34874 \begin_inset ERT
34875 status collapsed
34876
34877 \begin_layout Plain Layout
34878
34879 }
34880 \end_layout
34881
34882 \end_inset
34883
34884  nach unten verschoben wurde.
34885 \begin_inset Newline newline
34886 \end_inset
34887
34888
34889 \begin_inset Newline newline
34890 \end_inset
34891
34892 Dies ist eine Zeile, in der das Wort 
34893 \begin_inset ERT
34894 status collapsed
34895
34896 \begin_layout Plain Layout
34897
34898
34899 \backslash
34900 raisebox{0.5cm}[0pt]{
34901 \end_layout
34902
34903 \end_inset
34904
34905
34906 \begin_inset Quotes gld
34907 \end_inset
34908
34909 testen
34910 \begin_inset Quotes grd
34911 \end_inset
34912
34913
34914 \begin_inset ERT
34915 status collapsed
34916
34917 \begin_layout Plain Layout
34918
34919 }
34920 \end_layout
34921
34922 \end_inset
34923
34924  um 0.5
34925 \begin_inset space \thinspace{}
34926 \end_inset
34927
34928 cm nach oben verschoben wurde.
34929  Jetzt überschneiden sich die verschobenen Worte.
34930 \end_layout
34931
34932 \begin_layout Section
34933 Farbige Boxen
34934 \begin_inset CommandInset label
34935 LatexCommand label
34936 name "abs:Farbige-Boxen"
34937
34938 \end_inset
34939
34940
34941 \begin_inset Index idx
34942 status collapsed
34943
34944 \begin_layout Plain Layout
34945 Boxen ! farbige
34946 \end_layout
34947
34948 \end_inset
34949
34950
34951 \end_layout
34952
34953 \begin_layout Standard
34954 Um einen Text mit einer Hintergrundfarbe zu versehen, wählen Sie diese im
34955  Box-Dialog aus.
34956  Dies ist zum Beispiel eine Box mit orangenem Hintergrund
34957 \begin_inset Newline newline
34958 \end_inset
34959
34960
34961 \begin_inset Box Frameless
34962 position "t"
34963 hor_pos "c"
34964 has_inner_box 1
34965 inner_pos "t"
34966 use_parbox 0
34967 use_makebox 1
34968 width ""
34969 special "none"
34970 height "1in"
34971 height_special "totalheight"
34972 thickness "0.4pt"
34973 separation "3pt"
34974 shadowsize "4pt"
34975 framecolor "black"
34976 backgroundcolor "orange"
34977 status open
34978
34979 \begin_layout Plain Layout
34980 Box mit orangenem Hintergrund
34981 \end_layout
34982
34983 \end_inset
34984
34985
34986 \end_layout
34987
34988 \begin_layout Standard
34989 Wenn Sie die Dekoration
34990 \family sans
34991  Einfacher
34992 \begin_inset space ~
34993 \end_inset
34994
34995 rechteckiger
34996 \begin_inset space ~
34997 \end_inset
34998
34999 Rahmen 
35000 \family default
35001 verwenden, können Sie eine Rahmenfarbe festlegen.
35002  In diesem Fall muss auch eine Hintergrundfarbe angegeben werden (LyX setzt
35003  sie standardmäßig auf weiß).
35004  Hier ist ein Beispiel:
35005 \begin_inset Newline newline
35006 \end_inset
35007
35008
35009 \begin_inset Box Boxed
35010 position "t"
35011 hor_pos "c"
35012 has_inner_box 0
35013 inner_pos "t"
35014 use_parbox 0
35015 use_makebox 0
35016 width ""
35017 special "none"
35018 height "1in"
35019 height_special "totalheight"
35020 thickness "0.4pt"
35021 separation "3pt"
35022 shadowsize "4pt"
35023 framecolor "teal"
35024 backgroundcolor "yellow"
35025 status open
35026
35027 \begin_layout Plain Layout
35028 Box mit tealer Rahmenfarbe und gelber Hintergrundfarbe
35029 \end_layout
35030
35031 \end_inset
35032
35033
35034 \end_layout
35035
35036 \begin_layout Standard
35037 \begin_inset VSpace bigskip
35038 \end_inset
35039
35040 Natürlich ist auch farbiger Text in einer farbigen Box möglich:
35041 \begin_inset Newline newline
35042 \end_inset
35043
35044
35045 \begin_inset Box Boxed
35046 position "t"
35047 hor_pos "c"
35048 has_inner_box 0
35049 inner_pos "t"
35050 use_parbox 0
35051 use_makebox 0
35052 width ""
35053 special "none"
35054 height "1in"
35055 height_special "totalheight"
35056 thickness "0.4pt"
35057 separation "3pt"
35058 shadowsize "4pt"
35059 framecolor "cyan"
35060 backgroundcolor "magenta"
35061 status open
35062
35063 \begin_layout Plain Layout
35064
35065 \color yellow
35066 Dies ist farbiger Text in einer farbigen, gerahmten Box.
35067 \end_layout
35068
35069 \end_inset
35070
35071
35072 \end_layout
35073
35074 \begin_layout Standard
35075 \begin_inset VSpace bigskip
35076 \end_inset
35077
35078
35079 \end_layout
35080
35081 \begin_layout Standard
35082 Falls sie andere als die voreingestellten Farben benötigen, können Ihre
35083  eigenen Farben definieren, wie in Abschnitt
35084 \begin_inset space ~
35085 \end_inset
35086
35087
35088 \begin_inset CommandInset ref
35089 LatexCommand ref
35090 reference "abs:Farbige-Tabellen"
35091
35092 \end_inset
35093
35094  beschrieben.
35095  Um selbstdefinierte Farben zu verwenden, muss die Box mittels TeX-Code
35096  gesetzt werden:
35097 \end_layout
35098
35099 \begin_layout Standard
35100 Farbige Boxen ohne Rahmen werden mit dem Befehl 
35101 \series bold
35102
35103 \backslash
35104 colorbox
35105 \series default
35106  erzeugt.
35107  Er hat folgendes Schema:
35108 \end_layout
35109
35110 \begin_layout Standard
35111
35112 \series bold
35113
35114 \backslash
35115 colorbox{Farbe}{Boxinhalt}
35116 \end_layout
35117
35118 \begin_layout Standard
35119 Der Boxinhalt kann auch eine Box sein, und farbige Boxen können in anderen
35120  Boxen sein.
35121  Um zum Beispiel ein Wort auf einem dunkelgrünen Hintergrund zu drucken,
35122  fügen sie den \SpecialChar TeX
35123 -Code-Befehl
35124 \end_layout
35125
35126 \begin_layout Standard
35127
35128 \series bold
35129
35130 \backslash
35131 colorbox{dunkelgruen}{
35132 \end_layout
35133
35134 \begin_layout Standard
35135 vor dem Wort ein.
35136  Hinter dem Wort fügen Sie 
35137 \series bold
35138
35139 \begin_inset Quotes gld
35140 \end_inset
35141
35142 }
35143 \series default
35144
35145 \begin_inset Quotes grd
35146 \end_inset
35147
35148  als \SpecialChar TeX
35149 -Code ein.
35150  Hier ist das Ergebnis:
35151 \end_layout
35152
35153 \begin_layout Standard
35154 In dieser Zeile hat 
35155 \begin_inset ERT
35156 status collapsed
35157
35158 \begin_layout Plain Layout
35159
35160
35161 \backslash
35162 colorbox{dunkelgruen}{
35163 \end_layout
35164
35165 \end_inset
35166
35167 Achtung!
35168 \begin_inset ERT
35169 status collapsed
35170
35171 \begin_layout Plain Layout
35172
35173 }
35174 \end_layout
35175
35176 \end_inset
35177
35178  einen dunkelgrünen Hintergrund.
35179 \end_layout
35180
35181 \begin_layout Standard
35182 Farbige Boxen mit Rahmen werden mit dem Befehl
35183 \series bold
35184  
35185 \backslash
35186 fcolorbox
35187 \series default
35188  erzeugt.
35189  Er hat folgendes Schema:
35190 \end_layout
35191
35192 \begin_layout Standard
35193
35194 \series bold
35195
35196 \backslash
35197 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
35198 \end_layout
35199
35200 \begin_layout Section
35201 Rotierte und skalierte Boxen
35202 \end_layout
35203
35204 \begin_layout Standard
35205 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
35206 \series bold
35207 graphicx
35208 \series default
35209
35210 \begin_inset Index idx
35211 status collapsed
35212
35213 \begin_layout Plain Layout
35214 \SpecialChar LaTeX
35215 -Pakete ! graphicx
35216 \end_layout
35217
35218 \end_inset
35219
35220  im \SpecialChar LaTeX
35221 -Vorspann mit folgendem Befehl geladen werden:
35222 \end_layout
35223
35224 \begin_layout Standard
35225
35226 \series bold
35227
35228 \backslash
35229 @ifundefined{rotatebox}
35230 \begin_inset Newline newline
35231 \end_inset
35232
35233
35234 \begin_inset Phantom HPhantom
35235 status open
35236
35237 \begin_layout Plain Layout
35238
35239 \series bold
35240 \begin_inset space ~
35241 \end_inset
35242
35243
35244 \end_layout
35245
35246 \end_inset
35247
35248 {
35249 \backslash
35250 usepackage{graphicx}}{}
35251 \end_layout
35252
35253 \begin_layout Standard
35254 \begin_inset Note Greyedout
35255 status open
35256
35257 \begin_layout Plain Layout
35258
35259 \series bold
35260 Achtung:
35261 \series default
35262  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
35263 \end_layout
35264
35265 \end_inset
35266
35267
35268 \end_layout
35269
35270 \begin_layout Standard
35271 \begin_inset Note Greyedout
35272 status open
35273
35274 \begin_layout Plain Layout
35275
35276 \series bold
35277 Achtung:
35278 \series default
35279  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
35280 \end_layout
35281
35282 \end_inset
35283
35284
35285 \end_layout
35286
35287 \begin_layout Subsection
35288 Rotierte Boxen
35289 \begin_inset Index idx
35290 status collapsed
35291
35292 \begin_layout Plain Layout
35293 Boxen ! rotierte
35294 \end_layout
35295
35296 \end_inset
35297
35298
35299 \begin_inset Index idx
35300 status collapsed
35301
35302 \begin_layout Plain Layout
35303 Rotiertes Material
35304 \end_layout
35305
35306 \end_inset
35307
35308
35309 \end_layout
35310
35311 \begin_layout Standard
35312 Um Text zu drehen, verwendet man den Befehl 
35313 \series bold
35314
35315 \backslash
35316 rotatebox
35317 \series default
35318  im \SpecialChar TeX
35319 -Code nach folgendem Schema:
35320 \end_layout
35321
35322 \begin_layout Standard
35323
35324 \series bold
35325
35326 \backslash
35327 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
35328 \end_layout
35329
35330 \begin_layout Standard
35331 Der Drehpunkt wird mit 
35332 \series bold
35333 origin=Position
35334 \series default
35335  angegeben.
35336  Folgende Positionen sind möglich: 
35337 \emph on
35338 c
35339 \emph default
35340  (mittig), 
35341 \emph on
35342 l
35343 \emph default
35344  (links), 
35345 \emph on
35346 r
35347 \emph default
35348  (rechts), 
35349 \emph on
35350 b
35351 \emph default
35352  (unten), 
35353 \emph on
35354 t
35355 \emph default
35356  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
35357  Z.
35358 \begin_inset space \thinspace{}
35359 \end_inset
35360
35361 B.
35362  bedeutet 
35363 \emph on
35364 lt
35365 \emph default
35366 , dass sich der Drehpunkt links oben befindet.
35367  Wird kein Drehpunkt angegeben, wird die Position 
35368 \emph on
35369 l
35370 \emph default
35371  verwendet.
35372  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
35373  Gedreht wird gegen den Uhrzeigersinn.
35374 \end_layout
35375
35376 \begin_layout Standard
35377 Im folgenden Beispiel wurde vor dem Text der Befehl 
35378 \series bold
35379
35380 \backslash
35381 rotatebox[origin=c]{60}{
35382 \series default
35383  im \SpecialChar TeX
35384 -Modus eingegeben.
35385  Nach dem Text wurde die schließende Klammer 
35386 \series bold
35387 }
35388 \series default
35389  wiederum im \SpecialChar TeX
35390 -Modus eingegeben.
35391 \end_layout
35392
35393 \begin_layout Standard
35394 Dies ist eine Zeile 
35395 \begin_inset ERT
35396 status collapsed
35397
35398 \begin_layout Plain Layout
35399
35400
35401 \backslash
35402 rotatebox[origin=c]{60}{
35403 \end_layout
35404
35405 \end_inset
35406
35407 mit rotiertem
35408 \begin_inset ERT
35409 status collapsed
35410
35411 \begin_layout Plain Layout
35412
35413 }
35414 \end_layout
35415
35416 \end_inset
35417
35418  Text.
35419 \end_layout
35420
35421 \begin_layout Standard
35422 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
35423 \end_layout
35424
35425 \begin_layout Standard
35426 Dies ist eine Zeile 
35427 \begin_inset ERT
35428 status collapsed
35429
35430 \begin_layout Plain Layout
35431
35432
35433 \backslash
35434 rotatebox[origin=r]{-60}{
35435 \end_layout
35436
35437 \end_inset
35438
35439
35440 \begin_inset Box Doublebox
35441 position "c"
35442 hor_pos "c"
35443 has_inner_box 0
35444 inner_pos "c"
35445 use_parbox 0
35446 use_makebox 0
35447 width "1in"
35448 special "width"
35449 height "1in"
35450 height_special "totalheight"
35451 thickness "0.4pt"
35452 separation "3pt"
35453 shadowsize "4pt"
35454 framecolor "black"
35455 backgroundcolor "none"
35456 status collapsed
35457
35458 \begin_layout Plain Layout
35459 mit rotiertem
35460 \end_layout
35461
35462 \end_inset
35463
35464
35465 \begin_inset ERT
35466 status collapsed
35467
35468 \begin_layout Plain Layout
35469
35470 }
35471 \end_layout
35472
35473 \end_inset
35474
35475  umrandeten Text 
35476 \begin_inset ERT
35477 status collapsed
35478
35479 \begin_layout Plain Layout
35480
35481
35482 \backslash
35483 rotatebox[origin=lb]{60}{
35484 \end_layout
35485
35486 \end_inset
35487
35488
35489 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35490 \end_inset
35491
35492
35493 \begin_inset ERT
35494 status collapsed
35495
35496 \begin_layout Plain Layout
35497
35498 }
35499 \end_layout
35500
35501 \end_inset
35502
35503  und einer Formel.
35504 \end_layout
35505
35506 \begin_layout Standard
35507 Oder ein Bild oder Tabelle:
35508 \end_layout
35509
35510 \begin_layout Standard
35511 Dies ist eine Zeile 
35512 \begin_inset ERT
35513 status collapsed
35514
35515 \begin_layout Plain Layout
35516
35517
35518 \backslash
35519 rotatebox[origin=lb]{90}{
35520 \end_layout
35521
35522 \end_inset
35523
35524
35525 \begin_inset Graphics
35526         filename ../clipart/platypus.eps
35527         lyxscale 50
35528         width 25col%
35529
35530 \end_inset
35531
35532
35533 \begin_inset ERT
35534 status collapsed
35535
35536 \begin_layout Plain Layout
35537
35538 }
35539 \end_layout
35540
35541 \end_inset
35542
35543  mit einem rotierten Bild 
35544 \begin_inset ERT
35545 status collapsed
35546
35547 \begin_layout Plain Layout
35548
35549
35550 \backslash
35551 rotatebox[origin=l]{-90}{
35552 \end_layout
35553
35554 \end_inset
35555
35556
35557 \begin_inset Tabular
35558 <lyxtabular version="3" rows="2" columns="2">
35559 <features tabularvalignment="middle">
35560 <column alignment="center" valignment="top">
35561 <column alignment="center" valignment="top">
35562 <row>
35563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35564 \begin_inset Text
35565
35566 \begin_layout Plain Layout
35567 q
35568 \end_layout
35569
35570 \end_inset
35571 </cell>
35572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35573 \begin_inset Text
35574
35575 \begin_layout Plain Layout
35576 w
35577 \end_layout
35578
35579 \end_inset
35580 </cell>
35581 </row>
35582 <row>
35583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35584 \begin_inset Text
35585
35586 \begin_layout Plain Layout
35587 e
35588 \end_layout
35589
35590 \end_inset
35591 </cell>
35592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35593 \begin_inset Text
35594
35595 \begin_layout Plain Layout
35596 r
35597 \end_layout
35598
35599 \end_inset
35600 </cell>
35601 </row>
35602 </lyxtabular>
35603
35604 \end_inset
35605
35606
35607 \begin_inset ERT
35608 status collapsed
35609
35610 \begin_layout Plain Layout
35611
35612 }
35613 \end_layout
35614
35615 \end_inset
35616
35617  und Tabelle.
35618 \begin_inset Index idx
35619 status collapsed
35620
35621 \begin_layout Plain Layout
35622 Abbildungen ! rotierte
35623 \end_layout
35624
35625 \end_inset
35626
35627
35628 \begin_inset Index idx
35629 status collapsed
35630
35631 \begin_layout Plain Layout
35632 Tabellen ! rotierte
35633 \end_layout
35634
35635 \end_inset
35636
35637
35638 \end_layout
35639
35640 \begin_layout Subsection
35641 Skalierte Boxen
35642 \begin_inset Index idx
35643 status collapsed
35644
35645 \begin_layout Plain Layout
35646 Boxen ! skalierte
35647 \end_layout
35648
35649 \end_inset
35650
35651
35652 \begin_inset Index idx
35653 status collapsed
35654
35655 \begin_layout Plain Layout
35656 Skaliertes Material
35657 \end_layout
35658
35659 \end_inset
35660
35661
35662 \end_layout
35663
35664 \begin_layout Standard
35665 Um Text zu skalieren, kann man die Befehle 
35666 \series bold
35667
35668 \backslash
35669 scalebox
35670 \series default
35671  und 
35672 \series bold
35673
35674 \backslash
35675 resizebox
35676 \series default
35677  im \SpecialChar TeX
35678 -Modus verwenden.
35679 \end_layout
35680
35681 \begin_layout Standard
35682
35683 \series bold
35684
35685 \backslash
35686 scalebox
35687 \series default
35688  wird nach folgendem Schema verwendet:
35689 \end_layout
35690
35691 \begin_layout Standard
35692
35693 \series bold
35694
35695 \backslash
35696 scalebox{horizontal}[vertikal]{Boxinhalt}
35697 \end_layout
35698
35699 \begin_layout Standard
35700 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
35701  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
35702  verwendet.
35703 \end_layout
35704
35705 \begin_layout Standard
35706 Z.
35707 \begin_inset space \thinspace{}
35708 \end_inset
35709
35710 B.
35711  ergibt der Befehl 
35712 \series bold
35713
35714 \backslash
35715 scalebox{2}{Hallo}
35716 \series default
35717  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
35718 \begin_inset ERT
35719 status collapsed
35720
35721 \begin_layout Plain Layout
35722
35723
35724 \backslash
35725 scalebox{2}{
35726 \end_layout
35727
35728 \end_inset
35729
35730 Hallo
35731 \begin_inset ERT
35732 status collapsed
35733
35734 \begin_layout Plain Layout
35735
35736 }
35737 \end_layout
35738
35739 \end_inset
35740
35741 .
35742 \end_layout
35743
35744 \begin_layout Standard
35745
35746 \series bold
35747
35748 \backslash
35749 scalebox{2}[1]{Hallo}
35750 \series default
35751  verzerrt hingegen das 
35752 \begin_inset ERT
35753 status collapsed
35754
35755 \begin_layout Plain Layout
35756
35757
35758 \backslash
35759 scalebox{2}[1]{
35760 \end_layout
35761
35762 \end_inset
35763
35764 Hallo
35765 \begin_inset ERT
35766 status collapsed
35767
35768 \begin_layout Plain Layout
35769
35770 }
35771 \end_layout
35772
35773 \end_inset
35774
35775 .
35776 \end_layout
35777
35778 \begin_layout Standard
35779 Die Skalierungsfaktoren dürfen auch negativ sein.
35780  In diesem Fall wird der Boxinhalt gespiegelt.
35781 \end_layout
35782
35783 \begin_layout Standard
35784 Daher lässt sich mit dem Befehl 
35785 \series bold
35786
35787 \backslash
35788 scalebox{-1}[1]{Hallo}
35789 \series default
35790  Spiegelschrift erstellen: 
35791 \begin_inset ERT
35792 status collapsed
35793
35794 \begin_layout Plain Layout
35795
35796
35797 \backslash
35798 scalebox{-1}[1]{
35799 \end_layout
35800
35801 \end_inset
35802
35803 Hallo
35804 \begin_inset ERT
35805 status collapsed
35806
35807 \begin_layout Plain Layout
35808
35809 }
35810 \end_layout
35811
35812 \end_inset
35813
35814
35815 \end_layout
35816
35817 \begin_layout Standard
35818
35819 \series bold
35820
35821 \backslash
35822 scalebox{1}[-1]{Hallo}
35823 \series default
35824  spiegelt das 
35825 \begin_inset ERT
35826 status collapsed
35827
35828 \begin_layout Plain Layout
35829
35830
35831 \backslash
35832 scalebox{1}[-1]{
35833 \end_layout
35834
35835 \end_inset
35836
35837 Hallo
35838 \begin_inset ERT
35839 status collapsed
35840
35841 \begin_layout Plain Layout
35842
35843 }
35844 \end_layout
35845
35846 \end_inset
35847
35848  an der Grundlinie.
35849 \end_layout
35850
35851 \begin_layout Standard
35852 Zu 
35853 \series bold
35854
35855 \backslash
35856 scalebox{-1}[1]{Boxinhalt}
35857 \series default
35858  gibt es den äquivalenten Befehl
35859 \begin_inset Newline newline
35860 \end_inset
35861
35862
35863 \series bold
35864
35865 \backslash
35866 reflectbox{Boxinhalt}
35867 \series default
35868 .
35869 \end_layout
35870
35871 \begin_layout Standard
35872 \begin_inset VSpace bigskip
35873 \end_inset
35874
35875
35876 \series bold
35877
35878 \backslash
35879 resizebox
35880 \series default
35881  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
35882  skalieren.
35883  Das Befehlsschema ist folgendes:
35884 \end_layout
35885
35886 \begin_layout Standard
35887
35888 \series bold
35889
35890 \backslash
35891 resizebox{Breite}{Höhe}{Boxinhalt}
35892 \end_layout
35893
35894 \begin_layout Standard
35895 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
35896 \series bold
35897 !
35898 \series default
35899  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
35900  wird.
35901 \end_layout
35902
35903 \begin_layout Standard
35904 Der Befehl 
35905 \series bold
35906
35907 \backslash
35908 resizebox{2cm}{1cm}{Hallo}
35909 \series default
35910  ergibt: 
35911 \begin_inset ERT
35912 status collapsed
35913
35914 \begin_layout Plain Layout
35915
35916
35917 \backslash
35918 resizebox{2cm}{1cm}{
35919 \end_layout
35920
35921 \end_inset
35922
35923 Hallo
35924 \begin_inset ERT
35925 status collapsed
35926
35927 \begin_layout Plain Layout
35928
35929 }
35930 \end_layout
35931
35932 \end_inset
35933
35934
35935 \begin_inset Newline newline
35936 \end_inset
35937
35938 Der Befehl 
35939 \series bold
35940
35941 \backslash
35942 resizebox{2cm}{!}{Hallo}
35943 \series default
35944  ergibt: 
35945 \begin_inset ERT
35946 status collapsed
35947
35948 \begin_layout Plain Layout
35949
35950
35951 \backslash
35952 resizebox{2cm}{!}{
35953 \end_layout
35954
35955 \end_inset
35956
35957 Hallo
35958 \begin_inset ERT
35959 status collapsed
35960
35961 \begin_layout Plain Layout
35962
35963 }
35964 \end_layout
35965
35966 \end_inset
35967
35968
35969 \end_layout
35970
35971 \begin_layout Standard
35972 \begin_inset VSpace bigskip
35973 \end_inset
35974
35975
35976 \begin_inset Note Greyedout
35977 status open
35978
35979 \begin_layout Plain Layout
35980
35981 \series bold
35982 Bemerkung:
35983 \series default
35984  Wurde in Argumenten von 
35985 \series bold
35986
35987 \backslash
35988 scalebox
35989 \series default
35990  oder 
35991 \series bold
35992
35993 \backslash
35994 resizebox
35995 \series default
35996  eine Null angegeben, entstehen beim Exportieren zwar keine \SpecialChar LaTeX
35997 -Fehler, die
35998  erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt werden.
35999 \end_layout
36000
36001 \end_inset
36002
36003
36004 \end_layout
36005
36006 \begin_layout Standard
36007 \begin_inset VSpace bigskip
36008 \end_inset
36009
36010
36011 \end_layout
36012
36013 \begin_layout Standard
36014 Alle Boxen können beliebig miteinander kombiniert werden.
36015  So ergibt z.
36016 \begin_inset space \thinspace{}
36017 \end_inset
36018
36019 B.
36020  der Befehl
36021 \begin_inset Newline newline
36022 \end_inset
36023
36024
36025 \series bold
36026
36027 \backslash
36028 rotatebox[origin=c]{-45}{
36029 \backslash
36030 resizebox{2cm}{!}{
36031 \backslash
36032 reflectbox{Hallo}}}
36033 \series default
36034 :
36035 \begin_inset Separator parbreak
36036 \end_inset
36037
36038
36039 \end_layout
36040
36041 \begin_layout Standard
36042 \align center
36043 \begin_inset ERT
36044 status collapsed
36045
36046 \begin_layout Plain Layout
36047
36048
36049 \backslash
36050 rotatebox[origin=c]{-45}{
36051 \backslash
36052 resizebox{2cm}{!}{
36053 \backslash
36054 reflectbox{
36055 \end_layout
36056
36057 \end_inset
36058
36059 Hallo
36060 \begin_inset ERT
36061 status collapsed
36062
36063 \begin_layout Plain Layout
36064
36065 }}}
36066 \end_layout
36067
36068 \end_inset
36069
36070
36071 \end_layout
36072
36073 \begin_layout Standard
36074 \noindent
36075 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
36076 \begin_inset Separator parbreak
36077 \end_inset
36078
36079
36080 \end_layout
36081
36082 \begin_layout Standard
36083 \align center
36084 \begin_inset ERT
36085 status collapsed
36086
36087 \begin_layout Plain Layout
36088
36089
36090 \backslash
36091 rotatebox[origin=c]{-30}{
36092 \backslash
36093 resizebox{2cm}{!}{
36094 \backslash
36095 reflectbox{
36096 \end_layout
36097
36098 \end_inset
36099
36100
36101 \begin_inset Graphics
36102         filename ../clipart/platypus.eps
36103         lyxscale 50
36104         width 25col%
36105
36106 \end_inset
36107
36108
36109 \begin_inset ERT
36110 status collapsed
36111
36112 \begin_layout Plain Layout
36113
36114 }}}
36115 \end_layout
36116
36117 \end_inset
36118
36119
36120 \begin_inset ERT
36121 status collapsed
36122
36123 \begin_layout Plain Layout
36124
36125
36126 \backslash
36127 rotatebox[origin=c]{-45}{
36128 \backslash
36129 resizebox{2cm}{!}{
36130 \backslash
36131 reflectbox{
36132 \end_layout
36133
36134 \end_inset
36135
36136
36137 \begin_inset Tabular
36138 <lyxtabular version="3" rows="2" columns="2">
36139 <features tabularvalignment="middle">
36140 <column alignment="center" valignment="top">
36141 <column alignment="center" valignment="top">
36142 <row>
36143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36144 \begin_inset Text
36145
36146 \begin_layout Plain Layout
36147 q
36148 \end_layout
36149
36150 \end_inset
36151 </cell>
36152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36153 \begin_inset Text
36154
36155 \begin_layout Plain Layout
36156 w
36157 \end_layout
36158
36159 \end_inset
36160 </cell>
36161 </row>
36162 <row>
36163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36164 \begin_inset Text
36165
36166 \begin_layout Plain Layout
36167 e
36168 \end_layout
36169
36170 \end_inset
36171 </cell>
36172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36173 \begin_inset Text
36174
36175 \begin_layout Plain Layout
36176 r
36177 \end_layout
36178
36179 \end_inset
36180 </cell>
36181 </row>
36182 </lyxtabular>
36183
36184 \end_inset
36185
36186
36187 \begin_inset ERT
36188 status collapsed
36189
36190 \begin_layout Plain Layout
36191
36192 }}}
36193 \end_layout
36194
36195 \end_inset
36196
36197
36198 \begin_inset ERT
36199 status collapsed
36200
36201 \begin_layout Plain Layout
36202
36203
36204 \backslash
36205 rotatebox[origin=c]{-45}{
36206 \backslash
36207 resizebox{2cm}{!}{
36208 \backslash
36209 reflectbox{
36210 \end_layout
36211
36212 \end_inset
36213
36214
36215 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36216 \end_inset
36217
36218
36219 \begin_inset ERT
36220 status collapsed
36221
36222 \begin_layout Plain Layout
36223
36224 }}}
36225 \end_layout
36226
36227 \end_inset
36228
36229
36230 \begin_inset Index idx
36231 status collapsed
36232
36233 \begin_layout Plain Layout
36234 Abbildungen ! skalierte
36235 \end_layout
36236
36237 \end_inset
36238
36239
36240 \begin_inset Index idx
36241 status collapsed
36242
36243 \begin_layout Plain Layout
36244 Tabellen ! skalierte
36245 \end_layout
36246
36247 \end_inset
36248
36249
36250 \end_layout
36251
36252 \begin_layout Standard
36253 Hat man den globalen Formelstil 
36254 \series bold
36255 fleqn
36256 \series default
36257
36258 \begin_inset Foot
36259 status collapsed
36260
36261 \begin_layout Plain Layout
36262 Wenn 
36263 \begin_inset Quotes gld
36264 \end_inset
36265
36266 fleqn
36267 \begin_inset Quotes grd
36268 \end_inset
36269
36270  zu den Dokumentklassen-Optionen hinzugefügt wurde.
36271 \end_layout
36272
36273 \end_inset
36274
36275  gewählt, kann man auch abgesetzte Formeln skalieren.
36276 \end_layout
36277
36278 \begin_layout Chapter
36279 Umflossene Objekte
36280 \begin_inset Index idx
36281 status collapsed
36282
36283 \begin_layout Plain Layout
36284 Umflossene Objekte
36285 \end_layout
36286
36287 \end_inset
36288
36289
36290 \end_layout
36291
36292 \begin_layout Section
36293 Umflossene Gleitobjekte
36294 \begin_inset CommandInset label
36295 LatexCommand label
36296 name "abs:Umflossene-Gleitobjekte"
36297
36298 \end_inset
36299
36300
36301 \begin_inset Index idx
36302 status collapsed
36303
36304 \begin_layout Plain Layout
36305 Gleitobjekte ! umflossene
36306 \end_layout
36307
36308 \end_inset
36309
36310
36311 \begin_inset Index idx
36312 status collapsed
36313
36314 \begin_layout Plain Layout
36315 Umflossene Objekte ! Gleitobjekte
36316 \end_layout
36317
36318 \end_inset
36319
36320
36321 \end_layout
36322
36323 \begin_layout Standard
36324 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
36325  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
36326  den die Abbildung bzw.
36327 \begin_inset space ~
36328 \end_inset
36329
36330 Tabelle übrig lässt.
36331  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
36332  Sie werden über das Menü
36333 \family sans
36334  Einfügen\SpecialChar menuseparator
36335 Gleitobjekt\SpecialChar menuseparator
36336 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
36337 objekt
36338 \family default
36339  eingefügt, wenn das \SpecialChar LaTeX
36340 -Paket 
36341 \series bold
36342 wrapfig
36343 \series default
36344
36345 \begin_inset Index idx
36346 status collapsed
36347
36348 \begin_layout Plain Layout
36349 \SpecialChar LaTeX
36350 -Pakete ! wrapfig
36351 \end_layout
36352
36353 \end_inset
36354
36355  installiert ist.
36356 \begin_inset Foot
36357 status collapsed
36358
36359 \begin_layout Plain Layout
36360 Wie man ein \SpecialChar LaTeX
36361 -Paket installiert, wird im Handbuch 
36362 \emph on
36363 \SpecialChar LaTeX
36364 -Konfiguration
36365 \emph default
36366  beschrieben.
36367 \end_layout
36368
36369 \end_inset
36370
36371  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
36372  Box des Gleitobjekts geändert werden.
36373  
36374 \begin_inset Wrap figure
36375 lines 0
36376 placement l
36377 overhang 1cm
36378 width "40col%"
36379 status open
36380
36381 \begin_layout Plain Layout
36382 \begin_inset Graphics
36383         filename ../clipart/mobius.eps
36384         width 40col%
36385         scaleBeforeRotation
36386         rotateOrigin center
36387
36388 \end_inset
36389
36390
36391 \end_layout
36392
36393 \begin_layout Plain Layout
36394 \begin_inset Caption Standard
36395
36396 \begin_layout Plain Layout
36397 \begin_inset CommandInset label
36398 LatexCommand label
36399 name "abb:Dies-ist-eine"
36400
36401 \end_inset
36402
36403 Dies ist eine umflossene Gleitobjekt-Abbildung
36404 \end_layout
36405
36406 \end_inset
36407
36408
36409 \end_layout
36410
36411 \end_inset
36412
36413  Obligatorische Einstellungen sind die 
36414 \family sans
36415 Breite
36416 \family default
36417  und 
36418 \family sans
36419 Platzierung
36420 \family default
36421  des Gleitobjekts.
36422  Optional sind der 
36423 \family sans
36424 Überhang 
36425 \family default
36426 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
36427 \begin_inset space \thinspace{}
36428 \end_inset
36429
36430 /
36431 \begin_inset space \thinspace{}
36432 \end_inset
36433
36434 der Seite ragt und die 
36435 \family sans
36436 benötigten Zeilen
36437 \family default
36438 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
36439  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
36440  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
36441  Des weiteren können Sie entscheiden, ob es \SpecialChar LaTeX
36442  erlaubt sein soll, das Gleitobjekt
36443  innerhalb des Absatzes oder zu umgebenden Absätzen gleiten zu lassen.
36444  Abbildung
36445 \begin_inset space ~
36446 \end_inset
36447
36448
36449 \begin_inset CommandInset ref
36450 LatexCommand ref
36451 reference "abb:Dies-ist-eine"
36452
36453 \end_inset
36454
36455  ist zum Beispiel ein umflossenes Bild, das 40
36456 \begin_inset space \thinspace{}
36457 \end_inset
36458
36459 % der Spaltenbreite einnimmt, 1
36460 \begin_inset space \thinspace{}
36461 \end_inset
36462
36463 cm in den Rand ragt und links gesetzt wurde.
36464 \end_layout
36465
36466 \begin_layout Standard
36467 \begin_inset Note Greyedout
36468 status open
36469
36470 \begin_layout Plain Layout
36471
36472 \series bold
36473 Bemerkung:
36474 \series default
36475  Umflossene Objekte sind fragil! Wenn die Abbildung z.
36476 \begin_inset space \thinspace{}
36477 \end_inset
36478
36479 B.
36480  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
36481  oder über anderen Text gedruckt wird.
36482 \end_layout
36483
36484 \end_inset
36485
36486
36487 \end_layout
36488
36489 \begin_layout Standard
36490 Allgemein gilt für umflossene Gleitobjekte:
36491 \end_layout
36492
36493 \begin_layout Itemize
36494 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
36495  fortgesetzt werden.
36496  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
36497  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
36498 \end_layout
36499
36500 \begin_layout Itemize
36501 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
36502  werden oder darin.
36503 \end_layout
36504
36505 \begin_layout Itemize
36506 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
36507  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
36508 \end_layout
36509
36510 \begin_layout Itemize
36511 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
36512 \end_layout
36513
36514 \begin_layout Itemize
36515 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
36516 \begin_inset space \thinspace{}
36517 \end_inset
36518
36519
36520 \begin_inset CommandInset ref
36521 LatexCommand ref
36522 reference "kap:Gleitobjekte"
36523
36524 \end_inset
36525
36526  beschrieben.
36527 \end_layout
36528
36529 \begin_layout Section
36530 Umflossene Fixe Objekte
36531 \begin_inset Index idx
36532 status collapsed
36533
36534 \begin_layout Plain Layout
36535 Umflossene Objekte ! Fixe Objekte
36536 \end_layout
36537
36538 \end_inset
36539
36540
36541 \end_layout
36542
36543 \begin_layout Standard
36544 Die in Abschnitt
36545 \begin_inset space ~
36546 \end_inset
36547
36548
36549 \begin_inset CommandInset ref
36550 LatexCommand ref
36551 reference "abs:Umflossene-Gleitobjekte"
36552
36553 \end_inset
36554
36555  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
36556 \begin_inset Separator parbreak
36557 \end_inset
36558
36559
36560 \end_layout
36561
36562 \begin_layout Standard
36563 \noindent
36564 \align center
36565 \begin_inset Tabular
36566 <lyxtabular version="3" rows="2" columns="2">
36567 <features tabularvalignment="middle">
36568 <column alignment="center" valignment="top">
36569 <column alignment="center" valignment="top">
36570 <row>
36571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36572 \begin_inset Text
36573
36574 \begin_layout Plain Layout
36575 \begin_inset Graphics
36576         filename ../../images/dialog-show-new-inset_graphics.png
36577         scale 70
36578         scaleBeforeRotation
36579
36580 \end_inset
36581
36582
36583 \end_layout
36584
36585 \end_inset
36586 </cell>
36587 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36588 \begin_inset Text
36589
36590 \begin_layout Plain Layout
36591 Text
36592 \end_layout
36593
36594 \end_inset
36595 </cell>
36596 </row>
36597 <row>
36598 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36599 \begin_inset Text
36600
36601 \begin_layout Plain Layout
36602 Text
36603 \end_layout
36604
36605 \end_inset
36606 </cell>
36607 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36608 \begin_inset Text
36609
36610 \begin_layout Plain Layout
36611 Text
36612 \end_layout
36613
36614 \end_inset
36615 </cell>
36616 </row>
36617 </lyxtabular>
36618
36619 \end_inset
36620
36621  oder 
36622 \begin_inset Tabular
36623 <lyxtabular version="3" rows="2" columns="2">
36624 <features tabularvalignment="middle">
36625 <column alignment="center" valignment="top">
36626 <column alignment="center" valignment="top">
36627 <row>
36628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36629 \begin_inset Text
36630
36631 \begin_layout Plain Layout
36632 Text
36633 \end_layout
36634
36635 \end_inset
36636 </cell>
36637 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36638 \begin_inset Text
36639
36640 \begin_layout Plain Layout
36641 \begin_inset Graphics
36642         filename ../../images/dialog-show-new-inset_graphics.png
36643         scale 70
36644         scaleBeforeRotation
36645
36646 \end_inset
36647
36648
36649 \end_layout
36650
36651 \end_inset
36652 </cell>
36653 </row>
36654 <row>
36655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36656 \begin_inset Text
36657
36658 \begin_layout Plain Layout
36659 Text
36660 \end_layout
36661
36662 \end_inset
36663 </cell>
36664 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36665 \begin_inset Text
36666
36667 \begin_layout Plain Layout
36668 Text
36669 \end_layout
36670
36671 \end_inset
36672 </cell>
36673 </row>
36674 </lyxtabular>
36675
36676 \end_inset
36677
36678
36679 \end_layout
36680
36681 \begin_layout Standard
36682 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
36683  wurde, um z.
36684 \begin_inset space \thinspace{}
36685 \end_inset
36686
36687 B.
36688  solche Positionen zu erhalten:
36689 \begin_inset VSpace defskip
36690 \end_inset
36691
36692
36693 \end_layout
36694
36695 \begin_layout Standard
36696 \noindent
36697 \align center
36698 \begin_inset Tabular
36699 <lyxtabular version="3" rows="2" columns="2">
36700 <features tabularvalignment="middle">
36701 <column alignment="center" valignment="top">
36702 <column alignment="center" valignment="top">
36703 <row>
36704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36705 \begin_inset Text
36706
36707 \begin_layout Plain Layout
36708 Text
36709 \end_layout
36710
36711 \end_inset
36712 </cell>
36713 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36714 \begin_inset Text
36715
36716 \begin_layout Plain Layout
36717 Text
36718 \end_layout
36719
36720 \end_inset
36721 </cell>
36722 </row>
36723 <row>
36724 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36725 \begin_inset Text
36726
36727 \begin_layout Plain Layout
36728 \begin_inset Graphics
36729         filename ../../images/dialog-show-new-inset_graphics.png
36730         scale 70
36731         scaleBeforeRotation
36732
36733 \end_inset
36734
36735
36736 \end_layout
36737
36738 \end_inset
36739 </cell>
36740 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36741 \begin_inset Text
36742
36743 \begin_layout Plain Layout
36744 Text
36745 \end_layout
36746
36747 \end_inset
36748 </cell>
36749 </row>
36750 </lyxtabular>
36751
36752 \end_inset
36753
36754  
36755 \begin_inset Tabular
36756 <lyxtabular version="3" rows="2" columns="2">
36757 <features tabularvalignment="middle">
36758 <column alignment="center" valignment="top">
36759 <column alignment="center" valignment="top">
36760 <row>
36761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36762 \begin_inset Text
36763
36764 \begin_layout Plain Layout
36765 Text
36766 \end_layout
36767
36768 \end_inset
36769 </cell>
36770 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36771 \begin_inset Text
36772
36773 \begin_layout Plain Layout
36774 Text
36775 \end_layout
36776
36777 \end_inset
36778 </cell>
36779 </row>
36780 <row>
36781 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36782 \begin_inset Text
36783
36784 \begin_layout Plain Layout
36785 Text
36786 \end_layout
36787
36788 \end_inset
36789 </cell>
36790 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36791 \begin_inset Text
36792
36793 \begin_layout Plain Layout
36794 \begin_inset Graphics
36795         filename ../../images/dialog-show-new-inset_graphics.png
36796         scale 70
36797         scaleBeforeRotation
36798
36799 \end_inset
36800
36801
36802 \end_layout
36803
36804 \end_inset
36805 </cell>
36806 </row>
36807 </lyxtabular>
36808
36809 \end_inset
36810
36811  
36812 \begin_inset Tabular
36813 <lyxtabular version="3" rows="2" columns="3">
36814 <features tabularvalignment="middle">
36815 <column alignment="center" valignment="top">
36816 <column alignment="center" valignment="top">
36817 <column alignment="center" valignment="top">
36818 <row>
36819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36820 \begin_inset Text
36821
36822 \begin_layout Plain Layout
36823 Text
36824 \end_layout
36825
36826 \end_inset
36827 </cell>
36828 <cell alignment="center" valignment="top" topline="true" usebox="none">
36829 \begin_inset Text
36830
36831 \begin_layout Plain Layout
36832 \begin_inset Graphics
36833         filename ../../images/dialog-show-new-inset_graphics.png
36834         scale 70
36835         scaleBeforeRotation
36836
36837 \end_inset
36838
36839
36840 \end_layout
36841
36842 \end_inset
36843 </cell>
36844 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36845 \begin_inset Text
36846
36847 \begin_layout Plain Layout
36848 Text
36849 \end_layout
36850
36851 \end_inset
36852 </cell>
36853 </row>
36854 <row>
36855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36856 \begin_inset Text
36857
36858 \begin_layout Plain Layout
36859 Text
36860 \end_layout
36861
36862 \end_inset
36863 </cell>
36864 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36865 \begin_inset Text
36866
36867 \begin_layout Plain Layout
36868 Text
36869 \end_layout
36870
36871 \end_inset
36872 </cell>
36873 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36874 \begin_inset Text
36875
36876 \begin_layout Plain Layout
36877 Text
36878 \end_layout
36879
36880 \end_inset
36881 </cell>
36882 </row>
36883 </lyxtabular>
36884
36885 \end_inset
36886
36887  
36888 \begin_inset Tabular
36889 <lyxtabular version="3" rows="2" columns="3">
36890 <features tabularvalignment="middle">
36891 <column alignment="center" valignment="top">
36892 <column alignment="center" valignment="top">
36893 <column alignment="center" valignment="top">
36894 <row>
36895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36896 \begin_inset Text
36897
36898 \begin_layout Plain Layout
36899 Text
36900 \end_layout
36901
36902 \end_inset
36903 </cell>
36904 <cell alignment="center" valignment="top" topline="true" usebox="none">
36905 \begin_inset Text
36906
36907 \begin_layout Plain Layout
36908 Text
36909 \end_layout
36910
36911 \end_inset
36912 </cell>
36913 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36914 \begin_inset Text
36915
36916 \begin_layout Plain Layout
36917 Text
36918 \end_layout
36919
36920 \end_inset
36921 </cell>
36922 </row>
36923 <row>
36924 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36925 \begin_inset Text
36926
36927 \begin_layout Plain Layout
36928 Text
36929 \end_layout
36930
36931 \end_inset
36932 </cell>
36933 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36934 \begin_inset Text
36935
36936 \begin_layout Plain Layout
36937 \begin_inset Graphics
36938         filename ../../images/dialog-show-new-inset_graphics.png
36939         scale 70
36940         scaleBeforeRotation
36941
36942 \end_inset
36943
36944
36945 \end_layout
36946
36947 \end_inset
36948 </cell>
36949 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36950 \begin_inset Text
36951
36952 \begin_layout Plain Layout
36953 Text
36954 \end_layout
36955
36956 \end_inset
36957 </cell>
36958 </row>
36959 </lyxtabular>
36960
36961 \end_inset
36962
36963
36964 \end_layout
36965
36966 \begin_layout Standard
36967 \noindent
36968 \align center
36969 \begin_inset Tabular
36970 <lyxtabular version="3" rows="3" columns="2">
36971 <features tabularvalignment="middle">
36972 <column alignment="center" valignment="top">
36973 <column alignment="center" valignment="top">
36974 <row>
36975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36976 \begin_inset Text
36977
36978 \begin_layout Plain Layout
36979 Text
36980 \end_layout
36981
36982 \end_inset
36983 </cell>
36984 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36985 \begin_inset Text
36986
36987 \begin_layout Plain Layout
36988 Text
36989 \end_layout
36990
36991 \end_inset
36992 </cell>
36993 </row>
36994 <row>
36995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36996 \begin_inset Text
36997
36998 \begin_layout Plain Layout
36999 \begin_inset Graphics
37000         filename ../../images/dialog-show-new-inset_graphics.png
37001         scale 70
37002         scaleBeforeRotation
37003
37004 \end_inset
37005
37006
37007 \end_layout
37008
37009 \end_inset
37010 </cell>
37011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37012 \begin_inset Text
37013
37014 \begin_layout Plain Layout
37015 Text
37016 \end_layout
37017
37018 \end_inset
37019 </cell>
37020 </row>
37021 <row>
37022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37023 \begin_inset Text
37024
37025 \begin_layout Plain Layout
37026 Text
37027 \end_layout
37028
37029 \end_inset
37030 </cell>
37031 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37032 \begin_inset Text
37033
37034 \begin_layout Plain Layout
37035 Text
37036 \end_layout
37037
37038 \end_inset
37039 </cell>
37040 </row>
37041 </lyxtabular>
37042
37043 \end_inset
37044
37045  
37046 \begin_inset Tabular
37047 <lyxtabular version="3" rows="3" columns="3">
37048 <features tabularvalignment="middle">
37049 <column alignment="center" valignment="top">
37050 <column alignment="center" valignment="top">
37051 <column alignment="center" valignment="top">
37052 <row>
37053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37054 \begin_inset Text
37055
37056 \begin_layout Plain Layout
37057 Text
37058 \end_layout
37059
37060 \end_inset
37061 </cell>
37062 <cell alignment="center" valignment="top" topline="true" usebox="none">
37063 \begin_inset Text
37064
37065 \begin_layout Plain Layout
37066 Text
37067 \end_layout
37068
37069 \end_inset
37070 </cell>
37071 <cell alignment="center" valignment="top" topline="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 <row>
37082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37083 \begin_inset Text
37084
37085 \begin_layout Plain Layout
37086 Text
37087 \end_layout
37088
37089 \end_inset
37090 </cell>
37091 <cell alignment="center" valignment="top" usebox="none">
37092 \begin_inset Text
37093
37094 \begin_layout Plain Layout
37095 \begin_inset Graphics
37096         filename ../../images/dialog-show-new-inset_graphics.png
37097         scale 70
37098         scaleBeforeRotation
37099
37100 \end_inset
37101
37102
37103 \end_layout
37104
37105 \end_inset
37106 </cell>
37107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37108 \begin_inset Text
37109
37110 \begin_layout Plain Layout
37111 Text
37112 \end_layout
37113
37114 \end_inset
37115 </cell>
37116 </row>
37117 <row>
37118 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37119 \begin_inset Text
37120
37121 \begin_layout Plain Layout
37122 Text
37123 \end_layout
37124
37125 \end_inset
37126 </cell>
37127 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37128 \begin_inset Text
37129
37130 \begin_layout Plain Layout
37131 Text
37132 \end_layout
37133
37134 \end_inset
37135 </cell>
37136 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37137 \begin_inset Text
37138
37139 \begin_layout Plain Layout
37140 Text
37141 \end_layout
37142
37143 \end_inset
37144 </cell>
37145 </row>
37146 </lyxtabular>
37147
37148 \end_inset
37149
37150  
37151 \begin_inset Tabular
37152 <lyxtabular version="3" rows="3" columns="2">
37153 <features tabularvalignment="middle">
37154 <column alignment="center" valignment="top">
37155 <column alignment="center" valignment="top">
37156 <row>
37157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37158 \begin_inset Text
37159
37160 \begin_layout Plain Layout
37161 Text
37162 \end_layout
37163
37164 \end_inset
37165 </cell>
37166 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37167 \begin_inset Text
37168
37169 \begin_layout Plain Layout
37170 Text
37171 \end_layout
37172
37173 \end_inset
37174 </cell>
37175 </row>
37176 <row>
37177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37178 \begin_inset Text
37179
37180 \begin_layout Plain Layout
37181 Text
37182 \end_layout
37183
37184 \end_inset
37185 </cell>
37186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37187 \begin_inset Text
37188
37189 \begin_layout Plain Layout
37190 \begin_inset Graphics
37191         filename ../../images/dialog-show-new-inset_graphics.png
37192         scale 70
37193         scaleBeforeRotation
37194
37195 \end_inset
37196
37197
37198 \end_layout
37199
37200 \end_inset
37201 </cell>
37202 </row>
37203 <row>
37204 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37205 \begin_inset Text
37206
37207 \begin_layout Plain Layout
37208 Text
37209 \end_layout
37210
37211 \end_inset
37212 </cell>
37213 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37214 \begin_inset Text
37215
37216 \begin_layout Plain Layout
37217 Text
37218 \end_layout
37219
37220 \end_inset
37221 </cell>
37222 </row>
37223 </lyxtabular>
37224
37225 \end_inset
37226
37227
37228 \end_layout
37229
37230 \begin_layout Standard
37231 \noindent
37232 kann man das \SpecialChar LaTeX
37233 -Paket 
37234 \series bold
37235 picinpar
37236 \series default
37237
37238 \begin_inset Index idx
37239 status collapsed
37240
37241 \begin_layout Plain Layout
37242 \SpecialChar LaTeX
37243 -Pakete ! picinpar
37244 \end_layout
37245
37246 \end_inset
37247
37248  benutzen.
37249  Hier ist ein Beispiel:
37250 \end_layout
37251
37252 \begin_layout Standard
37253 \begin_inset ERT
37254 status collapsed
37255
37256 \begin_layout Plain Layout
37257
37258
37259 \backslash
37260 ifpicinpar
37261 \end_layout
37262
37263 \end_inset
37264
37265
37266 \begin_inset Note Note
37267 status open
37268
37269 \begin_layout Plain Layout
37270 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
37271 -Paket 
37272 \series bold
37273 picinpar
37274 \series default
37275  installiert ist.
37276 \end_layout
37277
37278 \end_inset
37279
37280
37281 \end_layout
37282
37283 \begin_layout Standard
37284 \begin_inset ERT
37285 status collapsed
37286
37287 \begin_layout Plain Layout
37288
37289
37290 \backslash
37291 begin{window}[2,c,{
37292 \end_layout
37293
37294 \end_inset
37295
37296
37297 \begin_inset Graphics
37298         filename ../clipart/mobius.eps
37299         lyxscale 60
37300         width 40col%
37301         scaleBeforeRotation
37302         rotateOrigin center
37303
37304 \end_inset
37305
37306
37307 \begin_inset ERT
37308 status collapsed
37309
37310 \begin_layout Plain Layout
37311
37312 },]
37313 \end_layout
37314
37315 \begin_layout Plain Layout
37316
37317 {}
37318 \end_layout
37319
37320 \end_inset
37321
37322
37323 \size small
37324 \lang english
37325 It was in the spring of the year 1894 that all London was interested, and
37326  the fashionable world dismayed, by the murder of the Honourable Ronald
37327  Adair under most unusual and inexplicable circumstances.
37328  The public has already learned those particulars of the crime which
37329 \size default
37330
37331 \begin_inset ERT
37332 status collapsed
37333
37334 \begin_layout Plain Layout
37335
37336
37337 \backslash
37338 footnotemark{}
37339 \end_layout
37340
37341 \end_inset
37342
37343
37344 \size small
37345  came out in the police investigation, but a good deal was suppressed upon
37346  that occasion, since the case for the prosecution was so overwhelmingly
37347  strong that it was not necessary to bring forward all the facts.
37348  Only now, at the end of nearly ten years, am I allowed to supply those
37349  missing links which make up the whole of that remarkable chain.
37350 \size default
37351 \lang ngerman
37352
37353 \begin_inset ERT
37354 status collapsed
37355
37356 \begin_layout Plain Layout
37357
37358
37359 \backslash
37360 end{window}
37361 \end_layout
37362
37363 \end_inset
37364
37365
37366 \end_layout
37367
37368 \begin_layout Standard
37369 \begin_inset ERT
37370 status collapsed
37371
37372 \begin_layout Plain Layout
37373
37374
37375 \backslash
37376 footnotetext{
37377 \end_layout
37378
37379 \end_inset
37380
37381 Fußnote des Absatzes mit fixem Objekt.
37382 \begin_inset ERT
37383 status collapsed
37384
37385 \begin_layout Plain Layout
37386
37387 }
37388 \end_layout
37389
37390 \end_inset
37391
37392
37393 \end_layout
37394
37395 \begin_layout Standard
37396 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
37397  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
37398  vertikale Position im Text bestimmen kann.
37399  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
37400  beschriftet werden.
37401 \end_layout
37402
37403 \begin_layout Standard
37404 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
37405  Befehl
37406 \end_layout
37407
37408 \begin_layout Standard
37409
37410 \series bold
37411
37412 \backslash
37413 begin{window}[2,c,{
37414 \end_layout
37415
37416 \begin_layout Standard
37417 als \SpecialChar TeX
37418 -Code einfügt.
37419  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
37420  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
37421  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
37422  Danach fügt man das Objekt ein.
37423  In diesem Beispiel wurde ein Bild der Breite von 40
37424 \begin_inset space \thinspace{}
37425 \end_inset
37426
37427 % der Textspaltenbreite eingefügt.
37428  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
37429  Nach dem Objekt fügt man den Befehl
37430 \end_layout
37431
37432 \begin_layout Standard
37433
37434 \series bold
37435 },Beschreibungstext]
37436 \begin_inset Newline newline
37437 \end_inset
37438
37439 {}
37440 \end_layout
37441
37442 \begin_layout Standard
37443 ein.
37444  Man beachte dass das 
37445 \begin_inset Quotes gld
37446 \end_inset
37447
37448
37449 \series bold
37450 {}
37451 \series default
37452
37453 \begin_inset Quotes grd
37454 \end_inset
37455
37456  in der zweiten Zeile steht.
37457  Der Beschreibungstext ist optional.
37458  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
37459  das Objekt befinden, also direkt nach dem 
37460 \series bold
37461 {}
37462 \series default
37463  beginnen.
37464  Am Ende des Absatzes fügt man folgenden Befehl ein:
37465 \end_layout
37466
37467 \begin_layout Standard
37468
37469 \series bold
37470
37471 \backslash
37472 end{window}
37473 \end_layout
37474
37475 \begin_layout Standard
37476 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
37477  man muss stattdessen den Befehl 
37478 \series bold
37479
37480 \backslash
37481 footnotemark
37482 \series default
37483  verwenden.
37484  Außerhalb des Absatzes den Befehl 
37485 \series bold
37486
37487 \backslash
37488 footnotetext
37489 \series default
37490 , wie es in Abschnitt
37491 \begin_inset space ~
37492 \end_inset
37493
37494
37495 \begin_inset CommandInset ref
37496 LatexCommand ref
37497 reference "abs:Fußnoten"
37498
37499 \end_inset
37500
37501  beschrieben ist.
37502 \end_layout
37503
37504 \begin_layout Standard
37505 \begin_inset ERT
37506 status collapsed
37507
37508 \begin_layout Plain Layout
37509
37510
37511 \backslash
37512 else
37513 \end_layout
37514
37515 \end_inset
37516
37517
37518 \begin_inset Note Note
37519 status open
37520
37521 \begin_layout Plain Layout
37522 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
37523 -Paket 
37524 \series bold
37525 picinpar
37526 \series default
37527  nicht installiert ist:
37528 \end_layout
37529
37530 \end_inset
37531
37532
37533 \end_layout
37534
37535 \begin_layout Standard
37536 Das \SpecialChar LaTeX
37537 -Paket 
37538 \series bold
37539 picinpar
37540 \series default
37541  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
37542 \end_layout
37543
37544 \begin_layout Standard
37545 \begin_inset ERT
37546 status collapsed
37547
37548 \begin_layout Plain Layout
37549
37550
37551 \backslash
37552 fi
37553 \end_layout
37554
37555 \end_inset
37556
37557
37558 \end_layout
37559
37560 \begin_layout Section
37561 Initiale
37562 \begin_inset Index idx
37563 status collapsed
37564
37565 \begin_layout Plain Layout
37566 Initiale
37567 \end_layout
37568
37569 \end_inset
37570
37571
37572 \begin_inset Index idx
37573 status collapsed
37574
37575 \begin_layout Plain Layout
37576 Umflossene Objekte ! Initiale
37577 \end_layout
37578
37579 \end_inset
37580
37581
37582 \end_layout
37583
37584 \begin_layout Standard
37585 Für Initialen muss das \SpecialChar LaTeX
37586 -Paket 
37587 \series bold
37588 lettrine
37589 \series default
37590
37591 \begin_inset Index idx
37592 status collapsed
37593
37594 \begin_layout Plain Layout
37595 \SpecialChar LaTeX
37596 -Pakete ! lettrine
37597 \end_layout
37598
37599 \end_inset
37600
37601  installiert sein und das Modul 
37602 \family sans
37603 Initialen
37604 \family default
37605  im Dokument verwendet werden (Menü 
37606 \family sans
37607 Dokument\SpecialChar menuseparator
37608 Einstellungen\SpecialChar menuseparator
37609 Module
37610 \family default
37611 ).
37612  Um eine Initiale einzufügen, verwendet man den Stil 
37613 \family sans
37614 Initiale
37615 \family default
37616 .
37617  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
37618  Die Argumente werden über das Menü 
37619 \family sans
37620 Einfügen
37621 \family default
37622  eingefügt.
37623  Das obligatorische Argument 
37624 \family sans
37625 Initiale
37626 \family default
37627  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
37628 \family sans
37629 Rest
37630 \begin_inset space ~
37631 \end_inset
37632
37633 der
37634 \begin_inset space ~
37635 \end_inset
37636
37637 Initiale
37638 \family default
37639  enthält den Rest des Wortes oder Textes der Initiale.
37640  Das Argument 
37641 \family sans
37642 Optionen
37643 \family default
37644  enthält Parameter um die Initiale zu modifizieren.
37645  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
37646  von 
37647 \series bold
37648 lettrine
37649 \series default
37650
37651 \begin_inset CommandInset citation
37652 LatexCommand cite
37653 key "lettrine"
37654
37655 \end_inset
37656
37657 .
37658  Der Stil selbst enthält den Text, der die Initiale umgibt.
37659  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
37660  Initiale ist, in 
37661 \shape smallcaps
37662 Kapitälchen
37663 \shape default
37664  gedruckt wird.
37665 \end_layout
37666
37667 \begin_layout Standard
37668 Hier sind einige Beispiele:
37669 \end_layout
37670
37671 \begin_layout Standard
37672 \begin_inset ERT
37673 status collapsed
37674
37675 \begin_layout Plain Layout
37676
37677
37678 \backslash
37679 iflettrine
37680 \end_layout
37681
37682 \end_inset
37683
37684
37685 \begin_inset Note Note
37686 status open
37687
37688 \begin_layout Plain Layout
37689 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
37690 -Paket 
37691 \series bold
37692 lettrine
37693 \series default
37694  installiert ist.
37695 \end_layout
37696
37697 \end_inset
37698
37699
37700 \end_layout
37701
37702 \begin_layout Enumerate
37703 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
37704
37705 \begin_inset Formula $\mathfrak{Fraktur}$
37706 \end_inset
37707
37708 :
37709 \begin_inset Separator parbreak
37710 \end_inset
37711
37712
37713 \end_layout
37714
37715 \begin_deeper
37716 \begin_layout Initial
37717 \begin_inset Argument 2
37718 status open
37719
37720 \begin_layout Plain Layout
37721 \begin_inset Formula $\mathfrak{I}$
37722 \end_inset
37723
37724
37725 \end_layout
37726
37727 \end_inset
37728
37729
37730 \begin_inset Argument 3
37731 status open
37732
37733 \begin_layout Plain Layout
37734 t
37735 \end_layout
37736
37737 \end_inset
37738
37739  
37740 \lang english
37741 was in the spring of the year 1894 that all London was interested, and the
37742  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37743  under most unusual and inexplicable circumstances.
37744  The public has already learned those particulars of the crime which came
37745  out in the police investigation, but a good deal was suppressed upon that
37746  occasion, since the case for the prosecution was so overwhelmingly strong
37747  that it was not necessary to bring forward all the facts.
37748 \end_layout
37749
37750 \end_deeper
37751 \begin_layout Enumerate
37752 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
37753  besteht und kein Text ist in 
37754 \shape smallcaps
37755 Kapitälchen
37756 \shape default
37757 :
37758 \begin_inset Separator parbreak
37759 \end_inset
37760
37761
37762 \end_layout
37763
37764 \begin_deeper
37765 \begin_layout Initial
37766 \begin_inset Argument 1
37767 status open
37768
37769 \begin_layout Plain Layout
37770 lines=1
37771 \end_layout
37772
37773 \end_inset
37774
37775
37776 \begin_inset Argument 2
37777 status open
37778
37779 \begin_layout Plain Layout
37780 It
37781 \end_layout
37782
37783 \end_inset
37784
37785  
37786 \lang english
37787 was in the spring of the year 1894 that all London was interested, and the
37788  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37789  under most unusual and inexplicable circumstances.
37790  The public has already learned those particulars of the crime which came
37791  out in the police investigation, but a good deal was suppressed upon that
37792  occasion, since the case for the prosecution was so overwhelmingly strong
37793  that it was not necessary to bring forward all the facts.
37794 \end_layout
37795
37796 \end_deeper
37797 \begin_layout Enumerate
37798 Magenta, hängende Initiale über 3
37799 \begin_inset space ~
37800 \end_inset
37801
37802 Zeilen in der Mathe-Schrift
37803 \begin_inset Newline newline
37804 \end_inset
37805
37806  
37807 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
37808 \end_inset
37809
37810 , der Text 
37811 \begin_inset Quotes gld
37812 \end_inset
37813
37814
37815 \lang english
37816 t was in the spring
37817 \lang ngerman
37818
37819 \begin_inset Quotes erd
37820 \end_inset
37821
37822  ist in 
37823 \shape smallcaps
37824 Kapitälchen
37825 \shape default
37826 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
37827 \begin_inset Newline newline
37828 \end_inset
37829
37830
37831 \series bold
37832
37833 \backslash
37834 renewcommand{
37835 \backslash
37836 LettrineFontHook}{
37837 \backslash
37838 color{Farbe}}
37839 \series default
37840
37841 \begin_inset Newline newline
37842 \end_inset
37843
37844 wobei 
37845 \emph on
37846 Farbe
37847 \emph default
37848  
37849 \begin_inset Quotes gld
37850 \end_inset
37851
37852 red
37853 \begin_inset Quotes erd
37854 \end_inset
37855
37856
37857 \begin_inset Quotes gld
37858 \end_inset
37859
37860 blue
37861 \begin_inset Quotes erd
37862 \end_inset
37863
37864
37865 \begin_inset Quotes gld
37866 \end_inset
37867
37868 green
37869 \begin_inset Quotes erd
37870 \end_inset
37871
37872
37873 \begin_inset Quotes gld
37874 \end_inset
37875
37876 yellow
37877 \begin_inset Quotes erd
37878 \end_inset
37879
37880
37881 \begin_inset Quotes gld
37882 \end_inset
37883
37884 cyan
37885 \begin_inset Quotes erd
37886 \end_inset
37887
37888
37889 \begin_inset Quotes gld
37890 \end_inset
37891
37892 magenta
37893 \begin_inset Quotes erd
37894 \end_inset
37895
37896
37897 \begin_inset Quotes gld
37898 \end_inset
37899
37900 black
37901 \begin_inset Quotes erd
37902 \end_inset
37903
37904  oder 
37905 \begin_inset Quotes gld
37906 \end_inset
37907
37908 white
37909 \begin_inset Quotes erd
37910 \end_inset
37911
37912  sein kann, und diesen Befehl zum \SpecialChar LaTeX
37913 -Vorspann hinzufügen:
37914 \begin_inset Newline newline
37915 \end_inset
37916
37917
37918 \series bold
37919
37920 \backslash
37921 @ifundefined{textcolor}
37922 \begin_inset Newline newline
37923 \end_inset
37924
37925
37926 \begin_inset space ~
37927 \end_inset
37928
37929 {
37930 \backslash
37931 usepackage{color}}{}
37932 \series default
37933
37934 \begin_inset Separator parbreak
37935 \end_inset
37936
37937
37938 \end_layout
37939
37940 \begin_deeper
37941 \begin_layout Standard
37942 \begin_inset ERT
37943 status collapsed
37944
37945 \begin_layout Plain Layout
37946
37947
37948 \backslash
37949 renewcommand{
37950 \backslash
37951 LettrineFontHook}{
37952 \backslash
37953 color{magenta}}
37954 \end_layout
37955
37956 \end_inset
37957
37958
37959 \begin_inset Note Note
37960 status open
37961
37962 \begin_layout Plain Layout
37963 macht die Initiale magenta
37964 \end_layout
37965
37966 \end_inset
37967
37968
37969 \end_layout
37970
37971 \begin_layout Initial
37972 \begin_inset Argument 1
37973 status open
37974
37975 \begin_layout Plain Layout
37976 lines=3, lhang=0.33, loversize=0.25
37977 \end_layout
37978
37979 \end_inset
37980
37981
37982 \begin_inset Argument 2
37983 status open
37984
37985 \begin_layout Plain Layout
37986 \begin_inset Formula $\mathcal{I}$
37987 \end_inset
37988
37989
37990 \end_layout
37991
37992 \end_inset
37993
37994
37995 \begin_inset Argument 3
37996 status open
37997
37998 \begin_layout Plain Layout
37999
38000 \lang english
38001 t was in the spring
38002 \end_layout
38003
38004 \end_inset
38005
38006  
38007 \lang english
38008 of the year 1894 that all London was interested, and the fashionable world
38009  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38010  and inexplicable circumstances.
38011  The public has already learned those particulars of the crime which came
38012  out in the police investigation, but a good deal was suppressed upon that
38013  occasion, since the case for the prosecution was so overwhelmingly strong
38014  that it was not necessary to bring forward all the facts.
38015 \end_layout
38016
38017 \end_deeper
38018 \begin_layout Standard
38019 \begin_inset ERT
38020 status collapsed
38021
38022 \begin_layout Plain Layout
38023
38024
38025 \backslash
38026 else
38027 \end_layout
38028
38029 \end_inset
38030
38031
38032 \begin_inset Note Note
38033 status open
38034
38035 \begin_layout Plain Layout
38036 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
38037 -Paket 
38038 \series bold
38039 lettrine
38040 \series default
38041  nicht installiert ist:
38042 \end_layout
38043
38044 \end_inset
38045
38046
38047 \end_layout
38048
38049 \begin_layout Standard
38050 Das \SpecialChar LaTeX
38051 -Paket 
38052 \series bold
38053 lettrine
38054 \series default
38055  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38056 \end_layout
38057
38058 \begin_layout Standard
38059 \begin_inset ERT
38060 status collapsed
38061
38062 \begin_layout Plain Layout
38063
38064
38065 \backslash
38066 fi
38067 \end_layout
38068
38069 \end_inset
38070
38071
38072 \end_layout
38073
38074 \begin_layout Chapter
38075 Externe Dateien
38076 \begin_inset Index idx
38077 status collapsed
38078
38079 \begin_layout Plain Layout
38080 Dateien ! externe
38081 \end_layout
38082
38083 \end_inset
38084
38085
38086 \end_layout
38087
38088 \begin_layout Standard
38089 Mit 
38090 \family sans
38091 Einfügen\SpecialChar menuseparator
38092 Datei
38093 \family default
38094  können Sie fremdes Material in Ihr Dokument einsetzen.
38095  Das kann folgendes sein:
38096 \end_layout
38097
38098 \begin_layout Description
38099 \SpecialChar LyX
38100 -Dokument Der Inhalt eines anderen \SpecialChar LyX
38101 -Dokuments wird direkt in Ihr Dokument
38102  eingefügt.
38103 \end_layout
38104
38105 \begin_layout Description
38106 Einfacher
38107 \begin_inset space ~
38108 \end_inset
38109
38110 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
38111  eingefügt.
38112 \end_layout
38113
38114 \begin_layout Description
38115 Einfacher
38116 \begin_inset space ~
38117 \end_inset
38118
38119 Text,
38120 \begin_inset space ~
38121 \end_inset
38122
38123 Zeilen
38124 \begin_inset space ~
38125 \end_inset
38126
38127 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
38128  Leerzeilen trennen die Absätze.
38129 \end_layout
38130
38131 \begin_layout Description
38132 Externes
38133 \begin_inset space ~
38134 \end_inset
38135
38136 Material Dateien in verschiedenen Formaten.
38137 \end_layout
38138
38139 \begin_layout Description
38140 Unterdokument \SpecialChar LyX
38141 - oder \SpecialChar LaTeX
38142 -Dokumente.
38143 \end_layout
38144
38145 \begin_layout Section
38146 Externes Material
38147 \begin_inset Index idx
38148 status collapsed
38149
38150 \begin_layout Plain Layout
38151 Externes Material
38152 \end_layout
38153
38154 \end_inset
38155
38156
38157 \end_layout
38158
38159 \begin_layout Standard
38160 Mit 
38161 \family sans
38162 Einfügen\SpecialChar menuseparator
38163 Datei\SpecialChar menuseparator
38164  Externes Material
38165 \family default
38166  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
38167  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
38168  weil \SpecialChar LyX
38169  sich darum kümmert.
38170  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in \SpecialChar LyX
38171 -Dokumente
38172  eingefügt werden können.
38173  Wenn die Grafikvorschau in den \SpecialChar LyX
38174 -Einstellungen unter
38175 \family sans
38176  Aussehen
38177 \begin_inset space ~
38178 \end_inset
38179
38180 &
38181 \begin_inset space ~
38182 \end_inset
38183
38184 Handhabung\SpecialChar menuseparator
38185 Grafik
38186 \family default
38187 , werden die externen Materialtypen Dia und Xfig direkt in \SpecialChar LyX
38188  angezeigt.
38189 \end_layout
38190
38191 \begin_layout Standard
38192 Zur Zeit können Sie folgende Dateitypen (
38193 \family sans
38194 Vorlagen
38195 \family default
38196 ) benutzen:
38197 \end_layout
38198
38199 \begin_layout Description
38200 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
38201 \series bold
38202
38203 \begin_inset CommandInset href
38204 LatexCommand href
38205 name "XBoard"
38206 target "http://de.wikipedia.org/wiki/XBoard"
38207
38208 \end_inset
38209
38210
38211 \series default
38212  erzeugt wurden.
38213 \end_layout
38214
38215 \begin_layout Description
38216 Datum fügt ein Datum mit dem Format 
38217 \emph on
38218 Tag-Monat-Jahr
38219 \emph default
38220  ein.
38221  Hier ist ein Beispiel: 
38222 \begin_inset External
38223         template Date
38224         filename .
38225
38226 \end_inset
38227
38228
38229 \begin_inset space ~
38230 \end_inset
38231
38232
38233 \begin_inset Note Note
38234 status open
38235
38236 \begin_layout Plain Layout
38237
38238 \lang english
38239 Remove the protected space when bug 4398 is fixed!
38240 \end_layout
38241
38242 \end_inset
38243
38244
38245 \begin_inset Newline newline
38246 \end_inset
38247
38248 Das Datum ist in \SpecialChar LyX
38249  nicht zu sehen, nur in der Druckausgabe.
38250  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
38251  Menü 
38252 \family sans
38253 Einfügen\SpecialChar menuseparator
38254 Datum
38255 \family default
38256  und mit dem \SpecialChar LaTeX
38257 -Befehl 
38258 \series bold
38259
38260 \backslash
38261 today
38262 \series default
38263 .
38264  Die verschiedenen Methoden werden in Tabelle
38265 \begin_inset space ~
38266 \end_inset
38267
38268
38269 \begin_inset CommandInset ref
38270 LatexCommand ref
38271 reference "tab:Vergleich-der-Datums-Eingaben"
38272
38273 \end_inset
38274
38275  verglichen.
38276 \end_layout
38277
38278 \begin_layout Description
38279 Dia unterstützt Diagramme, die mit dem Programm 
38280 \series bold
38281
38282 \begin_inset CommandInset href
38283 LatexCommand href
38284 name "Dia"
38285 target "http://de.wikipedia.org/wiki/Dia_(Software)"
38286
38287 \end_inset
38288
38289
38290 \series default
38291  erzeugt wurden.
38292 \end_layout
38293
38294 \begin_layout Description
38295 GnumericTabelle Mit dieser Vorlage können Sie Tabellen im Format von 
38296 \series bold
38297
38298 \begin_inset CommandInset href
38299 LatexCommand href
38300 name "Gnumeric"
38301 target "http://de.wikipedia.org/wiki/Gnumeric"
38302
38303 \end_inset
38304
38305
38306 \series default
38307
38308 \begin_inset CommandInset href
38309 LatexCommand href
38310 name "OpenDocument"
38311 target "http://de.wikipedia.org/wiki/OpenDocument"
38312
38313 \end_inset
38314
38315
38316 \begin_inset CommandInset href
38317 LatexCommand href
38318 name "Microsoft Office XML"
38319 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38320
38321 \end_inset
38322
38323  und 
38324 \begin_inset CommandInset href
38325 LatexCommand href
38326 name "Office Open XML"
38327 target "http://de.wikipedia.org/wiki/Office_Open_XML"
38328
38329 \end_inset
38330
38331  einfügen.
38332  Für dieses Feature muss \SpecialChar LyX
38333  während seiner Konfiguration das Programm 
38334 \family typewriter
38335 ssconvert
38336 \family default
38337  gefunden haben.
38338  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
38339  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
38340  Für Beispiele und mögliche Limitierungen siehe \SpecialChar LyX
38341 s Beispieldatei 
38342 \emph on
38343 spreadsheet.lyx
38344 \emph default
38345 .
38346 \end_layout
38347
38348 \begin_layout Description
38349 LilyPond Mit dieser Vorlage können Sie Musik-Notationen einfügen, die mit
38350  dem Notensatzprogramm 
38351 \series bold
38352
38353 \begin_inset CommandInset href
38354 LatexCommand href
38355 name "LilyPond"
38356 target "http://de.wikipedia.org/wiki/LilyPond"
38357
38358 \end_inset
38359
38360
38361 \series default
38362  gesetzt werden.
38363  Für \SpecialChar LyX
38364 s erweiterte Unterstützung für LilyPond siehe \SpecialChar LyX
38365 s Beispieldatei 
38366 \emph on
38367 lilypond.lyx
38368 \emph default
38369 .
38370 \end_layout
38371
38372 \begin_layout Description
38373 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
38374  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
38375  
38376 \series bold
38377 pages
38378 \series default
38379  im Feld 
38380 \family sans
38381 Option
38382 \family default
38383  in der Karteikarte 
38384 \family sans
38385 \SpecialChar LaTeX
38386 - und \SpecialChar LyX
38387 -Optionen
38388 \family default
38389 .
38390  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
38391  (man gibt als Option 
38392 \series bold
38393 pages={3,5,6,8}
38394 \series default
38395  an), Seitenbereiche (
38396 \series bold
38397 pages={4-9}
38398 \series default
38399 ) oder eine Kombination davon enthält.
38400  Um leere Seiten einzufügen, verwendet man {}.
38401  Z.
38402 \begin_inset space \thinspace{}
38403 \end_inset
38404
38405 B.
38406  fügt 
38407 \series bold
38408 pages={3,{},8-11,15}
38409 \series default
38410  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
38411  Seitenbereiche werden mit der Syntax 
38412 \emph on
38413 Start
38414 \emph default
38415 -
38416 \emph on
38417 Stop
38418 \emph default
38419  angegeben.
38420  Dies wählt alle Seiten von 
38421 \emph on
38422 Start
38423 \emph default
38424  bis 
38425 \emph on
38426 Stop
38427 \emph default
38428  aus.
38429  Wird 
38430 \emph on
38431 Start
38432 \emph default
38433  weggelassen, wird stattdessen die erste Seite verwendet; wird 
38434 \emph on
38435 Stop
38436 \emph default
38437  weggelassen, wird stattdessen die letzte Seite verwendet.
38438  Die letzte Seite kann außerdem mit dem Schlagwort 
38439 \series bold
38440 last
38441 \series default
38442  ausgewählt werden.
38443  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
38444 \series bold
38445 pages=-
38446 \series default
38447  fügt also alle Seiten des Dokuments ein und 
38448 \series bold
38449 pages=last-1
38450 \series default
38451  fügt alle Seiten in umgekehrter Reihenfolge ein.
38452  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
38453  eingefügt.
38454 \begin_inset Newline newline
38455 \end_inset
38456
38457 Die Option 
38458 \series bold
38459 noautoscale
38460 \series default
38461  fügt die Seiten in ihrer Originalgröße ein.
38462  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
38463  dass sie die komplette Breite Ihres Dokuments einnehmen.
38464  In der Karteikarte 
38465 \family sans
38466 Größe und Drehung
38467 \family default
38468  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
38469  werden.
38470  Wird eine andere Breite als 100
38471 \begin_inset space \thinspace{}
38472 \end_inset
38473
38474 Größe% verwendet, wird die Option 
38475 \series bold
38476 noautoscale
38477 \series default
38478  überschrieben.
38479  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
38480  des \SpecialChar LaTeX
38481 -Pakets 
38482 \series bold
38483 pdfpages
38484 \series default
38485  
38486 \begin_inset CommandInset citation
38487 LatexCommand cite
38488 key "pdfpages"
38489
38490 \end_inset
38491
38492 .
38493 \begin_inset Index idx
38494 status collapsed
38495
38496 \begin_layout Plain Layout
38497 \SpecialChar LaTeX
38498 -Pakete ! pdfpages
38499 \end_layout
38500
38501 \end_inset
38502
38503
38504 \begin_inset Newline newline
38505 \end_inset
38506
38507 Um diese Vorlage in einer 
38508 \family sans
38509 Beamer
38510 \family default
38511 -Präsentation zu verwenden, muss zuerst eine 
38512 \family sans
38513 BeendeRahmen
38514 \family default
38515  Umgebung eingefügt werden.
38516  In den folgenden Absatz kommt eine \SpecialChar TeX
38517 -Code Box mit dem Befehl 
38518 \series bold
38519
38520 \backslash
38521 setbeamertemplate{background canvas}{}
38522 \series default
38523 .
38524  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
38525  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
38526  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
38527  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
38528  sicher, dass die Ausrichtung 
38529 \family sans
38530 Standard
38531 \family default
38532  für den Absatz verwendet wird, der die Vorlage enthält.
38533 \begin_inset Newline newline
38534 \end_inset
38535
38536 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
38537 \begin_inset External
38538         template PDFPages
38539         filename ../clipart/Abstract.pdf
38540         extra LaTeX "pages=-"
38541         rotateAngle -5
38542         rotateOrigin bottomleft
38543         width 50col%
38544
38545 \end_inset
38546
38547
38548 \end_layout
38549
38550 \begin_layout Description
38551 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
38552  Die Bilddateien können im Dialogfenster 
38553 \family sans
38554 Externes
38555 \begin_inset space ~
38556 \end_inset
38557
38558 Material
38559 \family default
38560  genauso behandelt werden wie die mit dem normalen 
38561 \family sans
38562 Grafik
38563 \family default
38564 -Dialog eingefügten, siehe Abschnitt
38565 \begin_inset space ~
38566 \end_inset
38567
38568
38569 \begin_inset CommandInset ref
38570 LatexCommand ref
38571 reference "abs:Grafik-Dialog"
38572
38573 \end_inset
38574
38575 .
38576  Der Unterschied zum normalen Einfügen eines Bildes ist, dass nur Rasterbilder
38577  erlaubt sind, das heißt PDF- und EPS-Bilder werden nicht unterstützt.
38578  Hier ist ein eingefügtes Rasterbild: 
38579 \begin_inset External
38580         template RasterImage
38581         filename ../clipart/ToolbarEnvBox.png
38582
38583 \end_inset
38584
38585
38586 \end_layout
38587
38588 \begin_layout Description
38589 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
38590 \series bold
38591
38592 \begin_inset CommandInset href
38593 LatexCommand href
38594 name "Xfig"
38595 target "http://de.wikipedia.org/wiki/Xfig"
38596
38597 \end_inset
38598
38599
38600 \series default
38601  erzeugt wurden.
38602 \end_layout
38603
38604 \begin_layout Standard
38605 \begin_inset Float table
38606 placement !h
38607 wide false
38608 sideways false
38609 status open
38610
38611 \begin_layout Plain Layout
38612 \begin_inset Caption Standard
38613
38614 \begin_layout Plain Layout
38615 \begin_inset CommandInset label
38616 LatexCommand label
38617 name "tab:Vergleich-der-Datums-Eingaben"
38618
38619 \end_inset
38620
38621 Vergleich der Datums-Eingaben
38622 \end_layout
38623
38624 \end_inset
38625
38626
38627 \end_layout
38628
38629 \begin_layout Plain Layout
38630 \align center
38631 \begin_inset Tabular
38632 <lyxtabular version="3" rows="4" columns="4">
38633 <features tabularvalignment="middle">
38634 <column alignment="center" valignment="top">
38635 <column alignment="center" valignment="top">
38636 <column alignment="center" valignment="top">
38637 <column alignment="center" valignment="top">
38638 <row>
38639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38640 \begin_inset Text
38641
38642 \begin_layout Plain Layout
38643 Dokumentformat
38644 \end_layout
38645
38646 \end_inset
38647 </cell>
38648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38649 \begin_inset Text
38650
38651 \begin_layout Plain Layout
38652
38653 \family sans
38654 Externes Material\SpecialChar menuseparator
38655 Datum
38656 \end_layout
38657
38658 \end_inset
38659 </cell>
38660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38661 \begin_inset Text
38662
38663 \begin_layout Plain Layout
38664
38665 \family sans
38666 Einfügen\SpecialChar menuseparator
38667 Datum
38668 \end_layout
38669
38670 \end_inset
38671 </cell>
38672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38673 \begin_inset Text
38674
38675 \begin_layout Plain Layout
38676 Befehl 
38677 \series bold
38678
38679 \backslash
38680 today
38681 \end_layout
38682
38683 \end_inset
38684 </cell>
38685 </row>
38686 <row>
38687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38688 \begin_inset Text
38689
38690 \begin_layout Plain Layout
38691 \SpecialChar LyX
38692
38693 \end_layout
38694
38695 \end_inset
38696 </cell>
38697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38698 \begin_inset Text
38699
38700 \begin_layout Plain Layout
38701 als Box
38702 \end_layout
38703
38704 \end_inset
38705 </cell>
38706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38707 \begin_inset Text
38708
38709 \begin_layout Plain Layout
38710 als Datum
38711 \end_layout
38712
38713 \end_inset
38714 </cell>
38715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38716 \begin_inset Text
38717
38718 \begin_layout Plain Layout
38719 als \SpecialChar TeX
38720 -Code
38721 \end_layout
38722
38723 \end_inset
38724 </cell>
38725 </row>
38726 <row>
38727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38728 \begin_inset Text
38729
38730 \begin_layout Plain Layout
38731 \SpecialChar LaTeX
38732
38733 \end_layout
38734
38735 \end_inset
38736 </cell>
38737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38738 \begin_inset Text
38739
38740 \begin_layout Plain Layout
38741 als Datum
38742 \end_layout
38743
38744 \end_inset
38745 </cell>
38746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38747 \begin_inset Text
38748
38749 \begin_layout Plain Layout
38750 als Datum
38751 \end_layout
38752
38753 \end_inset
38754 </cell>
38755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38756 \begin_inset Text
38757
38758 \begin_layout Plain Layout
38759 als Befehl
38760 \end_layout
38761
38762 \end_inset
38763 </cell>
38764 </row>
38765 <row>
38766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38767 \begin_inset Text
38768
38769 \begin_layout Plain Layout
38770 DVI, PDF, PS
38771 \end_layout
38772
38773 \end_inset
38774 </cell>
38775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38776 \begin_inset Text
38777
38778 \begin_layout Plain Layout
38779 als Datum
38780 \end_layout
38781
38782 \end_inset
38783 </cell>
38784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38785 \begin_inset Text
38786
38787 \begin_layout Plain Layout
38788 als Datum
38789 \end_layout
38790
38791 \end_inset
38792 </cell>
38793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38794 \begin_inset Text
38795
38796 \begin_layout Plain Layout
38797 als Datum
38798 \end_layout
38799
38800 \end_inset
38801 </cell>
38802 </row>
38803 </lyxtabular>
38804
38805 \end_inset
38806
38807
38808 \end_layout
38809
38810 \end_inset
38811
38812
38813 \end_layout
38814
38815 \begin_layout Standard
38816 Wenn Sie im Dialogfenster
38817 \family sans
38818  Externes
38819 \begin_inset space ~
38820 \end_inset
38821
38822 Material 
38823 \family default
38824 in der Karteikarte
38825 \family sans
38826  Datei
38827 \family default
38828  die Option 
38829 \family sans
38830 Entwurf
38831 \family default
38832  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
38833 \begin_inset Newline newline
38834 \end_inset
38835
38836 \SpecialChar LyX
38837  kann externes Material entweder als Box wie hier: 
38838 \begin_inset Graphics
38839         filename clipart/ExternesMaterialQt4.png
38840         scale 85
38841         scaleBeforeRotation
38842
38843 \end_inset
38844
38845  oder als Bild darstellen.
38846  Das hängt davon ab, ob Sie im Dialog
38847 \family sans
38848  
38849 \family default
38850 in der Karteikarte 
38851 \family sans
38852 \SpecialChar LaTeX
38853 - und \SpecialChar LyX
38854 -Optionen
38855 \family default
38856  die Option 
38857 \family sans
38858 In
38859 \begin_inset space ~
38860 \end_inset
38861
38862 \SpecialChar LyX
38863
38864 \begin_inset space ~
38865 \end_inset
38866
38867 anzeigen
38868 \family default
38869  gewählt haben oder nicht.
38870 \end_layout
38871
38872 \begin_layout Standard
38873 Im \SpecialChar LyX
38874 -Handbuch 
38875 \family sans
38876 \emph on
38877 Anpassung
38878 \family default
38879 \emph default
38880  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
38881 \end_layout
38882
38883 \begin_layout Section
38884 Unterdokumente
38885 \begin_inset CommandInset label
38886 LatexCommand label
38887 name "abs:Unterdokumente"
38888
38889 \end_inset
38890
38891
38892 \begin_inset Index idx
38893 status collapsed
38894
38895 \begin_layout Plain Layout
38896 Unterdokument
38897 \end_layout
38898
38899 \end_inset
38900
38901
38902 \end_layout
38903
38904 \begin_layout Standard
38905 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
38906  oder Abschnitten bestehen.
38907  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
38908  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
38909  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
38910  z.
38911 \begin_inset space \thinspace{}
38912 \end_inset
38913
38914 B.
38915  den \SpecialChar LaTeX
38916 -Vorspann, das Literaturverzeichnis und Querverweismarken.
38917 \end_layout
38918
38919 \begin_layout Standard
38920 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
38921  müssen, geben Sie im Unterdokument im Menü
38922 \family sans
38923  Dokument\SpecialChar menuseparator
38924 Einstellungen\SpecialChar menuseparator
38925 Dokumentklasse
38926 \family default
38927  das Hauptdokument an.
38928  Dieses wird dann von \SpecialChar LyX
38929  im Hintergrund benutzt, wenn Sie das Unterdokument
38930  bearbeiten.
38931 \end_layout
38932
38933 \begin_layout Standard
38934 Unterdokumente werden in \SpecialChar LyX
38935  als Box angezeigt: 
38936 \begin_inset Graphics
38937         filename clipart/UnterdokumentQt4.png
38938         scale 85
38939         scaleBeforeRotation
38940
38941 \end_inset
38942
38943  Sie werden über
38944 \family sans
38945  Einfügen\SpecialChar menuseparator
38946 Datei\SpecialChar menuseparator
38947 Unterdokument
38948 \family default
38949  eingebunden, was das Dialogfenster
38950 \family sans
38951  Unterdokument
38952 \family default
38953  öffnet.
38954  Für 
38955 \family sans
38956 die Art
38957 \begin_inset space ~
38958 \end_inset
38959
38960 der
38961 \begin_inset space ~
38962 \end_inset
38963
38964 Einbindung
38965 \family default
38966  gibt es dort vier Möglichkeiten:
38967 \end_layout
38968
38969 \begin_layout Description
38970 Include Sie können \SpecialChar LyX
38971 - und \SpecialChar LaTeX
38972 -Dokumente einbinden.
38973  Wenn Sie im Dialogfenster
38974 \family sans
38975  Unterdokument
38976 \family default
38977  auf 
38978 \family sans
38979 Bearbeiten
38980 \family default
38981  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
38982  und Sie können es editieren.
38983 \begin_inset Newline newline
38984 \end_inset
38985
38986
38987 \end_layout
38988
38989 \begin_layout Standard
38990 Hier wird ein Unterdokument
38991 \family sans
38992  
38993 \family default
38994 per 
38995 \family sans
38996 Include
38997 \family default
38998  eingebunden: 
38999 \begin_inset CommandInset include
39000 LatexCommand include
39001 filename "DummyDocument1.lyx"
39002
39003 \end_inset
39004
39005 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
39006  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
39007  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
39008 s.
39009  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
39010 \begin_inset space ~
39011 \end_inset
39012
39013
39014 \begin_inset CommandInset ref
39015 LatexCommand ref
39016 reference "uab:Externer-Unterabschnitt-1"
39017
39018 \end_inset
39019
39020 .
39021 \end_layout
39022
39023 \begin_layout Standard
39024 Der \SpecialChar LaTeX
39025 -Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
39026  wird benutzt.
39027  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
39028  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
39029  Unterdokumente, die per 
39030 \family sans
39031 Include
39032 \family default
39033  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
39034  und enden mit einem Seitenumbruch.
39035 \end_layout
39036
39037 \begin_layout Standard
39038 \begin_inset Note Greyedout
39039 status open
39040
39041 \begin_layout Plain Layout
39042
39043 \series bold
39044 Bemerkung:
39045 \series default
39046  Wenn Sie eine \SpecialChar LyX
39047 - oder \SpecialChar LaTeX
39048 -Datei eingebunden haben, werden Sie beim Export oder
39049  der Druckvorschau gewarnt, wenn das Unterdokument eine andere Dokumentklasse
39050  als das Hauptdokument benutzt, weil das zu unvorhersehbaren Ergebnissen
39051  führen wird.
39052 \end_layout
39053
39054 \end_inset
39055
39056
39057 \end_layout
39058
39059 \begin_layout Description
39060 Input Diese Methode ist 
39061 \family sans
39062 Include
39063 \family default
39064  sehr ähnlich mit folgenden Unterschieden:
39065 \begin_inset Separator parbreak
39066 \end_inset
39067
39068
39069 \end_layout
39070
39071 \begin_deeper
39072 \begin_layout Itemize
39073 Unterdokumente, die per 
39074 \family sans
39075 Input
39076 \family default
39077  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
39078  Seite und enden NICHT mit einem Seitenumbruch.
39079 \end_layout
39080
39081 \begin_layout Itemize
39082 Unterdokumente, die per 
39083 \family sans
39084 Input
39085 \family default
39086  eingebunden werden, können in \SpecialChar LyX
39087  angesehen werden, wenn im Dialogfenster
39088 \family sans
39089  Unterdokument Vorschau
39090 \begin_inset space ~
39091 \end_inset
39092
39093 anzeigen
39094 \family default
39095  angekreuzt wurde und in den \SpecialChar LyX
39096 -Einstellungen unter
39097 \family sans
39098  Aussehen
39099 \begin_inset space ~
39100 \end_inset
39101
39102 &
39103 \begin_inset space ~
39104 \end_inset
39105
39106 Handhabung\SpecialChar menuseparator
39107 Grafik\SpecialChar menuseparator
39108 Sofortige
39109 \begin_inset space ~
39110 \end_inset
39111
39112 Vorschau
39113 \family default
39114  auf 
39115 \family sans
39116 An
39117 \family default
39118  gesetzt wurde.
39119  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
39120  aus.
39121 \end_layout
39122
39123 \begin_layout Itemize
39124 Unterdokumente, die per 
39125 \family sans
39126 Input
39127 \family default
39128  eingebunden werden, können nicht über das Menü 
39129 \family sans
39130 Dokument\SpecialChar menuseparator
39131 Einstellungen\SpecialChar menuseparator
39132 Unterdokumente
39133 \family default
39134  unterdrückt werden.
39135 \end_layout
39136
39137 \end_deeper
39138 \begin_layout Standard
39139 Hier ist ein Unterdokument, das mit
39140 \family sans
39141  Input
39142 \family default
39143  eingebunden wurde: 
39144 \begin_inset CommandInset include
39145 LatexCommand input
39146 filename "DummyDocument2.lyx"
39147
39148 \end_inset
39149
39150 .
39151 \end_layout
39152
39153 \begin_layout Description
39154 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
39155   In der Druckvorschau wird für den Text der Stil 
39156 \family typewriter
39157 Schreibmaschine
39158 \family default
39159  verwendet.
39160  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
39161  Wenn Sie im Dialogfenster
39162 \family sans
39163  Unterdokument Leerzeichen
39164 \begin_inset space ~
39165 \end_inset
39166
39167 bei
39168 \begin_inset space ~
39169 \end_inset
39170
39171 der
39172 \begin_inset space ~
39173 \end_inset
39174
39175 Ausgabe
39176 \begin_inset space ~
39177 \end_inset
39178
39179 kennzeichnen 
39180 \family default
39181 ankreuzen, wird in der Druckvorschau das Zeichen 
39182 \begin_inset Quotes gld
39183 \end_inset
39184
39185
39186 \begin_inset ERT
39187 status collapsed
39188
39189 \begin_layout Plain Layout
39190
39191
39192 \backslash
39193 textvisiblespace 
39194 \end_layout
39195
39196 \end_inset
39197
39198
39199 \begin_inset Quotes grd
39200 \end_inset
39201
39202  für jedes Leerzeichen eingefügt.
39203 \begin_inset Newline newline
39204 \end_inset
39205
39206 Im Gegensatz zu 
39207 \family sans
39208 Einfügen\SpecialChar menuseparator
39209 Datei\SpecialChar menuseparator
39210 Einfacher
39211 \begin_inset space ~
39212 \end_inset
39213
39214 Text
39215 \family default
39216  wird bei 
39217 \family sans
39218 Unformatiert
39219 \family default
39220  der Dateiinhalt in \SpecialChar LyX
39221  nicht dargestellt.
39222 \end_layout
39223
39224 \begin_layout Standard
39225 Hier ist ein Unterdokument, das mit
39226 \family sans
39227  Unformatiert
39228 \family default
39229  eingebunden wurde: 
39230 \begin_inset CommandInset include
39231 LatexCommand verbatiminput
39232 filename "DummyTextDocument.txt"
39233
39234 \end_inset
39235
39236
39237 \begin_inset VSpace bigskip
39238 \end_inset
39239
39240 Hier ist ein Unterdokument, das mit
39241 \family sans
39242  Unformatiert
39243 \family default
39244  eingebunden wurde und
39245 \family sans
39246  Leerzeichen
39247 \begin_inset space ~
39248 \end_inset
39249
39250 bei
39251 \begin_inset space ~
39252 \end_inset
39253
39254 der
39255 \begin_inset space ~
39256 \end_inset
39257
39258 Ausgabe
39259 \begin_inset space ~
39260 \end_inset
39261
39262 kennzeichnen
39263 \family default
39264  angekreuzt hat: 
39265 \begin_inset CommandInset include
39266 LatexCommand verbatiminput*
39267 filename "DummyTextDocument.txt"
39268
39269 \end_inset
39270
39271
39272 \end_layout
39273
39274 \begin_layout Standard
39275 \begin_inset VSpace bigskip
39276 \end_inset
39277
39278
39279 \end_layout
39280
39281 \begin_layout Standard
39282 \begin_inset Note Greyedout
39283 status open
39284
39285 \begin_layout Plain Layout
39286
39287 \series bold
39288 Bemerkung:
39289 \series default
39290  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
39291  
39292 \family sans
39293 Unformatiert
39294 \family default
39295  eingebunden werden, am Zeilenende nicht umgebrochen.
39296 \end_layout
39297
39298 \end_inset
39299
39300
39301 \end_layout
39302
39303 \begin_layout Description
39304 Listing Dieser Typ wird in Kapitel
39305 \begin_inset space ~
39306 \end_inset
39307
39308
39309 \begin_inset CommandInset ref
39310 LatexCommand ref
39311 reference "kap:Programm-Code-Listen"
39312
39313 \end_inset
39314
39315  beschrieben.
39316 \end_layout
39317
39318 \begin_layout Standard
39319 \begin_inset Note Greyedout
39320 status open
39321
39322 \begin_layout Plain Layout
39323
39324 \series bold
39325 Bemerkung:
39326 \series default
39327  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
39328  das zu \SpecialChar LaTeX
39329 -Problemen führen.
39330 \end_layout
39331
39332 \end_inset
39333
39334
39335 \end_layout
39336
39337 \begin_layout Standard
39338 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
39339  wollen, z.
39340 \begin_inset space \thinspace{}
39341 \end_inset
39342
39343 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
39344  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
39345  Dies geschieht über das Menü 
39346 \family sans
39347 Dokument\SpecialChar menuseparator
39348 Einstellungen\SpecialChar menuseparator
39349 Unterdokumente
39350 \family default
39351 .
39352  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
39353  in die Spalte 
39354 \family sans
39355 In Ausgabe einbinden
39356 \family default
39357  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
39358  für Unterdokumente möglich ist, die per 
39359 \family sans
39360 Input
39361 \family default
39362  eingebunden wurden).
39363  Wenn die Option 
39364 \family sans
39365 Zähler und Querverweise wahren
39366 \family default
39367  aktiviert ist, sorgt \SpecialChar LyX
39368  dafür, dass alle Seitennummern, Querverweise usw.
39369 \begin_inset space ~
39370 \end_inset
39371
39372 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
39373  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
39374  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
39375  Dazu muss \SpecialChar LyX
39376  intern allerdings das gesamte Dokument prozessieren.
39377  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
39378  sind, wählen sie die Option nicht.
39379 \end_layout
39380
39381 \begin_layout Standard
39382 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
39383 \begin_inset Foot
39384 status collapsed
39385
39386 \begin_layout Plain Layout
39387 Zweige sind im Kapitel 
39388 \emph on
39389 Zweige
39390 \emph default
39391  des \SpecialChar LyX
39392  
39393 \emph on
39394 Benutzerhandbuchs
39395 \emph default
39396  erklärt.
39397 \end_layout
39398
39399 \end_inset
39400
39401  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
39402  Dateien in der Ausgabe erscheinen.
39403  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
39404  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
39405  werden.
39406 \end_layout
39407
39408 \begin_layout Chapter
39409 Programm-Code-Listen
39410 \begin_inset CommandInset label
39411 LatexCommand label
39412 name "kap:Programm-Code-Listen"
39413
39414 \end_inset
39415
39416
39417 \begin_inset Index idx
39418 status collapsed
39419
39420 \begin_layout Plain Layout
39421 Listen
39422 \end_layout
39423
39424 \end_inset
39425
39426
39427 \begin_inset Index idx
39428 status collapsed
39429
39430 \begin_layout Plain Layout
39431 Programm-Code
39432 \end_layout
39433
39434 \end_inset
39435
39436
39437 \end_layout
39438
39439 \begin_layout Standard
39440 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
39441 \family sans
39442 Einfügen\SpecialChar menuseparator
39443 Pro\SpecialChar softhyphen
39444 grammlisting
39445 \family default
39446  verwenden.
39447  Das \SpecialChar LaTeX
39448 -Paket 
39449 \series bold
39450 listings
39451 \series default
39452
39453 \begin_inset Index idx
39454 status collapsed
39455
39456 \begin_layout Plain Layout
39457 \SpecialChar LaTeX
39458 -Pakete ! listings
39459 \end_layout
39460
39461 \end_inset
39462
39463  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
39464 \end_layout
39465
39466 \begin_layout Standard
39467 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
39468 rmat der Programm-Code-Liste festlegen.
39469 \end_layout
39470
39471 \begin_layout Standard
39472 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
39473  Die Platzierungsoption 
39474 \family sans
39475 Eingebettetes
39476 \begin_inset space ~
39477 \end_inset
39478
39479 Listing
39480 \family default
39481  druckt das Listing in der Zeile wie hier: 
39482 \begin_inset listings
39483 lstparams "language={C++}"
39484 inline true
39485 status open
39486
39487 \begin_layout Plain Layout
39488
39489 int a=5;
39490 \end_layout
39491
39492 \end_inset
39493
39494
39495 \begin_inset Newline newline
39496 \end_inset
39497
39498 Die Option 
39499 \family sans
39500 Gleitobjekt
39501 \family default
39502  erzeugt ein Listing-Gleitobjekt, dessen 
39503 \family sans
39504 Platzierung 
39505 \family default
39506 Sie mit 
39507 \family sans
39508 h
39509 \family default
39510
39511 \family sans
39512 t
39513 \family default
39514
39515 \family sans
39516 b
39517 \family default
39518  und 
39519 \family sans
39520 p
39521 \family default
39522 , analog zu den in Abschnitt
39523 \begin_inset space ~
39524 \end_inset
39525
39526
39527 \begin_inset CommandInset ref
39528 LatexCommand ref
39529 reference "abs:Gleitobjekt-Platzierung"
39530
39531 \end_inset
39532
39533  beschriebenen Platzierungsoptionen festlegen können.
39534  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
39535  hintereinander angegeben, z.
39536 \begin_inset space \thinspace{}
39537 \end_inset
39538
39539 B.
39540  
39541 \begin_inset Quotes gld
39542 \end_inset
39543
39544
39545 \family sans
39546 htbp
39547 \family default
39548
39549 \begin_inset Quotes grd
39550 \end_inset
39551
39552 .
39553  Die Option 
39554 \begin_inset Quotes gld
39555 \end_inset
39556
39557 h
39558 \begin_inset Quotes grd
39559 \end_inset
39560
39561  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
39562  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
39563 \end_layout
39564
39565 \begin_layout Standard
39566 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
39567  zu verweisen: Listing
39568 \begin_inset space ~
39569 \end_inset
39570
39571
39572 \begin_inset CommandInset ref
39573 LatexCommand ref
39574 reference "lst:Gleitendes-Programm-Listing"
39575
39576 \end_inset
39577
39578 .
39579  Mit dem Menü 
39580 \family sans
39581 Einfügen\SpecialChar menuseparator
39582 Liste
39583 \begin_inset space ~
39584 \end_inset
39585
39586 /
39587 \begin_inset space ~
39588 \end_inset
39589
39590 Inhaltsverzeichnis\SpecialChar menuseparator
39591 Listings Verzeichnis
39592 \family default
39593  kann ein Verzeichnis aller Listings eingefügt werden.
39594  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
39595 \end_layout
39596
39597 \begin_layout Standard
39598 \begin_inset listings
39599 lstparams "language=Python"
39600 inline false
39601 status open
39602
39603 \begin_layout Plain Layout
39604
39605 \begin_inset Caption Standard
39606
39607 \begin_layout Plain Layout
39608 \begin_inset CommandInset label
39609 LatexCommand label
39610 name "lst:Gleitendes-Programm-Listing"
39611
39612 \end_inset
39613
39614 Gleitendes Programm-Listing
39615 \end_layout
39616
39617 \end_inset
39618
39619 # Gleitendes Programm-Listing
39620 \end_layout
39621
39622 \begin_layout Plain Layout
39623
39624 def func(param):
39625 \end_layout
39626
39627 \begin_layout Plain Layout
39628
39629     'Dies ist eine Python-Funktion'
39630 \end_layout
39631
39632 \begin_layout Plain Layout
39633
39634     pass
39635 \end_layout
39636
39637 \end_inset
39638
39639
39640 \end_layout
39641
39642 \begin_layout Standard
39643 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
39644  der Sprache erkannt und besonders gedruckt, wie 
39645 \emph on
39646 #
39647 \emph default
39648
39649 \emph on
39650 def
39651 \emph default
39652  und 
39653 \emph on
39654 pass
39655 \emph default
39656  in Listing
39657 \begin_inset space ~
39658 \end_inset
39659
39660
39661 \begin_inset CommandInset ref
39662 LatexCommand ref
39663 reference "lst:Gleitendes-Programm-Listing"
39664
39665 \end_inset
39666
39667 .
39668 \end_layout
39669
39670 \begin_layout Standard
39671 \begin_inset Note Greyedout
39672 status open
39673
39674 \begin_layout Plain Layout
39675
39676 \series bold
39677 Bemerkung:
39678 \series default
39679  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
39680 \family typewriter
39681 Schreib\SpecialChar softhyphen
39682 maschine
39683 \family default
39684  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
39685 h keine fett gedruckten Buchstaben.
39686  Wählen Sie in diesem Fall eine andere Schrift im Menü 
39687 \family sans
39688 Dokument\SpecialChar menuseparator
39689 Einstellungen\SpecialChar menuseparator
39690 Schriften
39691 \family default
39692 .
39693  (Die Schriften 
39694 \emph on
39695 LuxiMono, BeraMono
39696 \emph default
39697  und 
39698 \emph on
39699 Courier
39700 \emph default
39701  enthalten fett gedruckte Buchstaben.)
39702 \end_layout
39703
39704 \end_inset
39705
39706
39707 \end_layout
39708
39709 \begin_layout Standard
39710 Im Abschnitt 
39711 \family sans
39712 Zeilennummerierung
39713 \family default
39714  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
39715 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
39716  jede wievielte Zeile nummeriert werden soll und die 
39717 \family sans
39718 Schriftgröße
39719 \family default
39720  der Nummerierung.
39721 \end_layout
39722
39723 \begin_layout Standard
39724 Im Abschnitt 
39725 \family sans
39726 Bereich
39727 \family default
39728  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
39729  Im Abschnitt 
39730 \family sans
39731 Stil
39732 \family default
39733  legen Sie fest, wie die Liste ausgedruckt werden soll.
39734  Die Option 
39735 \family sans
39736 Erweiterte
39737 \begin_inset space ~
39738 \end_inset
39739
39740 Zeichentabelle
39741 \family default
39742  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
39743 \end_layout
39744
39745 \begin_layout Standard
39746 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
39747 \begin_inset Quotes gld
39748 \end_inset
39749
39750 3
39751 \begin_inset Quotes grd
39752 \end_inset
39753
39754 , Sprache 
39755 \begin_inset Quotes gld
39756 \end_inset
39757
39758 Python
39759 \begin_inset Quotes grd
39760 \end_inset
39761
39762 , Optionen 
39763 \begin_inset Quotes gld
39764 \end_inset
39765
39766 Erweiterte Zeichentabelle
39767 \begin_inset Quotes grd
39768 \end_inset
39769
39770  und 
39771 \begin_inset Quotes gld
39772 \end_inset
39773
39774 Leerzeichen als Symbol
39775 \begin_inset Quotes grd
39776 \end_inset
39777
39778  und Bereich Zeilen 3
39779 \begin_inset space \thinspace{}
39780 \end_inset
39781
39782 -
39783 \begin_inset space \thinspace{}
39784 \end_inset
39785
39786 8:
39787 \end_layout
39788
39789 \begin_layout Standard
39790 \begin_inset listings
39791 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
39792 inline false
39793 status open
39794
39795 \begin_layout Plain Layout
39796
39797 def func(param):
39798 \end_layout
39799
39800 \begin_layout Plain Layout
39801
39802     'Dies ist eine Python-Funktion'
39803 \end_layout
39804
39805 \begin_layout Plain Layout
39806
39807     pass
39808 \end_layout
39809
39810 \begin_layout Plain Layout
39811
39812 def func(param):
39813 \end_layout
39814
39815 \begin_layout Plain Layout
39816
39817 'Sonderzeichen: Tschüß'
39818 \end_layout
39819
39820 \begin_layout Plain Layout
39821
39822 pass
39823 \end_layout
39824
39825 \begin_layout Plain Layout
39826
39827 def func(param):
39828 \end_layout
39829
39830 \begin_layout Plain Layout
39831
39832 'Dies ist eine Python-Funktion'
39833 \end_layout
39834
39835 \begin_layout Plain Layout
39836
39837 pass
39838 \end_layout
39839
39840 \end_inset
39841
39842
39843 \end_layout
39844
39845 \begin_layout Standard
39846 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
39847 \family sans
39848 Tabulatorgröße
39849 \family default
39850  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
39851 \end_layout
39852
39853 \begin_layout Standard
39854 \noindent
39855 \begin_inset Note Greyedout
39856 status open
39857
39858 \begin_layout Plain Layout
39859
39860 \series bold
39861 Bemerkung:
39862 \series default
39863  Wegen eines Fehlers im 
39864 \series bold
39865 listings
39866 \series default
39867 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
39868  verschoben.
39869  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
39870  Listing nummeriert werden.
39871 \end_layout
39872
39873 \end_inset
39874
39875
39876 \end_layout
39877
39878 \begin_layout Standard
39879 \begin_inset VSpace bigskip
39880 \end_inset
39881
39882
39883 \end_layout
39884
39885 \begin_layout Standard
39886 \noindent
39887 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
39888  Das machen Sie mit
39889 \family sans
39890  Einfügen\SpecialChar menuseparator
39891 Datei\SpecialChar menuseparator
39892 Unterdokument
39893 \family default
39894  und der 
39895 \family sans
39896 Art
39897 \begin_inset space ~
39898 \end_inset
39899
39900 der
39901 \begin_inset space ~
39902 \end_inset
39903
39904 Einbindung
39905 \family default
39906  
39907 \family sans
39908 Listing
39909 \family default
39910 .
39911 \begin_inset Foot
39912 status collapsed
39913
39914 \begin_layout Plain Layout
39915 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
39916 \begin_inset space ~
39917 \end_inset
39918
39919
39920 \begin_inset CommandInset ref
39921 LatexCommand ref
39922 reference "abs:Unterdokumente"
39923
39924 \end_inset
39925
39926  beschrieben.
39927 \end_layout
39928
39929 \end_inset
39930
39931  Im Dialogfenster
39932 \family sans
39933  Unterdokument
39934 \family default
39935  können Sie die Listing-Parameter unter 
39936 \family sans
39937 Weitere
39938 \begin_inset space ~
39939 \end_inset
39940
39941 Parameter
39942 \family default
39943  eingeben.
39944  Wenn Sie dort ein Fragezeichen 
39945 \begin_inset Quotes gld
39946 \end_inset
39947
39948 ?
39949 \begin_inset Quotes grd
39950 \end_inset
39951
39952  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
39953 det.
39954 \end_layout
39955
39956 \begin_layout Standard
39957 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
39958  Text ins Feld 
39959 \family sans
39960 Marke
39961 \family default
39962 , auf die dann wie üblich verwiesen werden kann.
39963 \end_layout
39964
39965 \begin_layout Standard
39966 Listing
39967 \begin_inset space ~
39968 \end_inset
39969
39970
39971 \begin_inset CommandInset ref
39972 LatexCommand ref
39973 reference "lst:Datei-Listing"
39974
39975 \end_inset
39976
39977  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
39978 \begin_inset space \thinspace{}
39979 \end_inset
39980
39981 -
39982 \begin_inset space \thinspace{}
39983 \end_inset
39984
39985 15 gedruckt werden.
39986 \end_layout
39987
39988 \begin_layout Standard
39989 \begin_inset CommandInset include
39990 LatexCommand lstinputlisting
39991 filename "EmbeddedObjects.lyx"
39992 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
39993
39994 \end_inset
39995
39996
39997 \end_layout
39998
39999 \begin_layout Standard
40000 \begin_inset VSpace bigskip
40001 \end_inset
40002
40003
40004 \end_layout
40005
40006 \begin_layout Standard
40007 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
40008 \end_layout
40009
40010 \begin_layout Enumerate
40011 Öffnen Sie die Listings-Einstellungen und fügen
40012 \begin_inset Newline newline
40013 \end_inset
40014
40015
40016 \family sans
40017 mathescape=true
40018 \family default
40019
40020 \begin_inset Newline newline
40021 \end_inset
40022
40023 in das Feld des Tabs 
40024 \family sans
40025 Erweitert
40026 \family default
40027  ein
40028 \end_layout
40029
40030 \begin_layout Enumerate
40031 Erstellen Sie eine Formel außerhalb des Listings
40032 \end_layout
40033
40034 \begin_layout Enumerate
40035 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
40036 blage (Tastenkürzel 
40037 \family sans
40038 Ctrl+C
40039 \family default
40040 )
40041 \end_layout
40042
40043 \begin_layout Enumerate
40044 Schreiben sie 
40045 \begin_inset Quotes gld
40046 \end_inset
40047
40048
40049 \family sans
40050 $$
40051 \family default
40052
40053 \begin_inset Quotes grd
40054 \end_inset
40055
40056  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
40057 hen (Tastenkürzel 
40058 \family sans
40059 Ctrl+V
40060 \family default
40061 )
40062 \end_layout
40063
40064 \begin_layout Standard
40065 \begin_inset listings
40066 lstparams "language=Python,mathescape=true"
40067 inline false
40068 status open
40069
40070 \begin_layout Plain Layout
40071
40072 \begin_inset Caption Standard
40073
40074 \begin_layout Plain Layout
40075 Programm-Listing mit einer Formel
40076 \end_layout
40077
40078 \end_inset
40079
40080 # Beispiel-Programm-Listing
40081 \end_layout
40082
40083 \begin_layout Plain Layout
40084
40085 def func(param):
40086 \end_layout
40087
40088 \begin_layout Plain Layout
40089
40090     # $
40091 \backslash
40092 prod_{n=1}^{
40093 \backslash
40094 infty}
40095 \backslash
40096 ,
40097 \backslash
40098 frac{1}{x^{2}}$
40099 \end_layout
40100
40101 \begin_layout Plain Layout
40102
40103     pass
40104 \end_layout
40105
40106 \end_inset
40107
40108
40109 \end_layout
40110
40111 \begin_layout Standard
40112 \begin_inset VSpace bigskip
40113 \end_inset
40114
40115
40116 \end_layout
40117
40118 \begin_layout Standard
40119 \noindent
40120 Dokumentweite Listing-Eigenschaften können im Dialog 
40121 \family sans
40122 Dokument\SpecialChar menuseparator
40123 Einstellungen\SpecialChar menuseparator
40124 Listing
40125 \family default
40126  festgelegt werden.
40127  Dort bekommt man durch Eingabe eines Fragezeichens 
40128 \begin_inset Quotes gld
40129 \end_inset
40130
40131 ?
40132 \begin_inset Quotes grd
40133 \end_inset
40134
40135  eine Liste aller möglichen Parameter.
40136 \end_layout
40137
40138 \begin_layout Standard
40139 Weitere Informationen über das 
40140 \series bold
40141 listings
40142 \series default
40143 -Paket finden Sie in 
40144 \begin_inset CommandInset citation
40145 LatexCommand cite
40146 key "listings"
40147
40148 \end_inset
40149
40150 .
40151 \end_layout
40152
40153 \begin_layout Chapter
40154 \start_of_appendix
40155 In \SpecialChar LyX
40156  verfügbare Maßeinheiten
40157 \begin_inset CommandInset label
40158 LatexCommand label
40159 name "kap:In-LyX-verfügbare"
40160
40161 \end_inset
40162
40163
40164 \begin_inset Index idx
40165 status collapsed
40166
40167 \begin_layout Plain Layout
40168 Einheiten
40169 \end_layout
40170
40171 \end_inset
40172
40173
40174 \end_layout
40175
40176 \begin_layout Standard
40177 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
40178  Tabelle
40179 \begin_inset space ~
40180 \end_inset
40181
40182
40183 \begin_inset CommandInset ref
40184 LatexCommand ref
40185 reference "tab:Maßeinheiten"
40186
40187 \end_inset
40188
40189  alle in \SpecialChar LyX
40190  verfügbaren Maßeinheiten.
40191 \end_layout
40192
40193 \begin_layout Standard
40194 \begin_inset Float table
40195 placement h
40196 wide false
40197 sideways false
40198 status open
40199
40200 \begin_layout Plain Layout
40201 \begin_inset Caption Standard
40202
40203 \begin_layout Plain Layout
40204 \begin_inset CommandInset label
40205 LatexCommand label
40206 name "tab:Maßeinheiten"
40207
40208 \end_inset
40209
40210 Maßeinheiten
40211 \end_layout
40212
40213 \end_inset
40214
40215
40216 \end_layout
40217
40218 \begin_layout Plain Layout
40219 \begin_inset VSpace medskip
40220 \end_inset
40221
40222
40223 \end_layout
40224
40225 \begin_layout Plain Layout
40226 \align center
40227 \begin_inset Tabular
40228 <lyxtabular version="3" rows="20" columns="2">
40229 <features tabularvalignment="middle">
40230 <column alignment="center" valignment="top">
40231 <column alignment="center" valignment="top">
40232 <row>
40233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40234 \begin_inset Text
40235
40236 \begin_layout Plain Layout
40237
40238 \series bold
40239 Maßeinheit
40240 \end_layout
40241
40242 \end_inset
40243 </cell>
40244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40245 \begin_inset Text
40246
40247 \begin_layout Plain Layout
40248
40249 \series bold
40250 Name/Beschreibung
40251 \end_layout
40252
40253 \end_inset
40254 </cell>
40255 </row>
40256 <row>
40257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40258 \begin_inset Text
40259
40260 \begin_layout Plain Layout
40261 mm
40262 \end_layout
40263
40264 \end_inset
40265 </cell>
40266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40267 \begin_inset Text
40268
40269 \begin_layout Plain Layout
40270 Millimeter
40271 \end_layout
40272
40273 \end_inset
40274 </cell>
40275 </row>
40276 <row>
40277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40278 \begin_inset Text
40279
40280 \begin_layout Plain Layout
40281 cm
40282 \end_layout
40283
40284 \end_inset
40285 </cell>
40286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40287 \begin_inset Text
40288
40289 \begin_layout Plain Layout
40290 Zentimeter
40291 \end_layout
40292
40293 \end_inset
40294 </cell>
40295 </row>
40296 <row>
40297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40298 \begin_inset Text
40299
40300 \begin_layout Plain Layout
40301 in
40302 \end_layout
40303
40304 \end_inset
40305 </cell>
40306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40307 \begin_inset Text
40308
40309 \begin_layout Plain Layout
40310 Zoll (1
40311 \begin_inset space \thinspace{}
40312 \end_inset
40313
40314 in = 2.54
40315 \begin_inset space \thinspace{}
40316 \end_inset
40317
40318 cm
40319 \end_layout
40320
40321 \end_inset
40322 </cell>
40323 </row>
40324 <row>
40325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40326 \begin_inset Text
40327
40328 \begin_layout Plain Layout
40329 pt
40330 \end_layout
40331
40332 \end_inset
40333 </cell>
40334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40335 \begin_inset Text
40336
40337 \begin_layout Plain Layout
40338 Punkt (72.27
40339 \begin_inset space \thinspace{}
40340 \end_inset
40341
40342 pt = 1
40343 \begin_inset space \thinspace{}
40344 \end_inset
40345
40346 in)
40347 \end_layout
40348
40349 \end_inset
40350 </cell>
40351 </row>
40352 <row>
40353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40354 \begin_inset Text
40355
40356 \begin_layout Plain Layout
40357 pc
40358 \end_layout
40359
40360 \end_inset
40361 </cell>
40362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40363 \begin_inset Text
40364
40365 \begin_layout Plain Layout
40366 Pica (1
40367 \begin_inset space \thinspace{}
40368 \end_inset
40369
40370 pc = 12
40371 \begin_inset space \thinspace{}
40372 \end_inset
40373
40374 pt)
40375 \end_layout
40376
40377 \end_inset
40378 </cell>
40379 </row>
40380 <row>
40381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40382 \begin_inset Text
40383
40384 \begin_layout Plain Layout
40385 sp
40386 \end_layout
40387
40388 \end_inset
40389 </cell>
40390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40391 \begin_inset Text
40392
40393 \begin_layout Plain Layout
40394 skalierter Punkt (65536
40395 \begin_inset space \thinspace{}
40396 \end_inset
40397
40398 sp = 1
40399 \begin_inset space \thinspace{}
40400 \end_inset
40401
40402 pt)
40403 \end_layout
40404
40405 \end_inset
40406 </cell>
40407 </row>
40408 <row>
40409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40410 \begin_inset Text
40411
40412 \begin_layout Plain Layout
40413 bp
40414 \end_layout
40415
40416 \end_inset
40417 </cell>
40418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40419 \begin_inset Text
40420
40421 \begin_layout Plain Layout
40422 großer Punkt (72
40423 \begin_inset space \thinspace{}
40424 \end_inset
40425
40426 bp = 1
40427 \begin_inset space \thinspace{}
40428 \end_inset
40429
40430 in)
40431 \end_layout
40432
40433 \end_inset
40434 </cell>
40435 </row>
40436 <row>
40437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40438 \begin_inset Text
40439
40440 \begin_layout Plain Layout
40441 dd
40442 \end_layout
40443
40444 \end_inset
40445 </cell>
40446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40447 \begin_inset Text
40448
40449 \begin_layout Plain Layout
40450 Didot (1
40451 \begin_inset space \thinspace{}
40452 \end_inset
40453
40454 dd 
40455 \begin_inset Formula $\approx$
40456 \end_inset
40457
40458  0,376
40459 \begin_inset space \thinspace{}
40460 \end_inset
40461
40462 mm)
40463 \end_layout
40464
40465 \end_inset
40466 </cell>
40467 </row>
40468 <row>
40469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40470 \begin_inset Text
40471
40472 \begin_layout Plain Layout
40473 cc
40474 \end_layout
40475
40476 \end_inset
40477 </cell>
40478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40479 \begin_inset Text
40480
40481 \begin_layout Plain Layout
40482 Cicero (1
40483 \begin_inset space \thinspace{}
40484 \end_inset
40485
40486 cc = 12
40487 \begin_inset space \thinspace{}
40488 \end_inset
40489
40490 dd)
40491 \end_layout
40492
40493 \end_inset
40494 </cell>
40495 </row>
40496 <row>
40497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40498 \begin_inset Text
40499
40500 \begin_layout Plain Layout
40501 Skalierung%
40502 \end_layout
40503
40504 \end_inset
40505 </cell>
40506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40507 \begin_inset Text
40508
40509 \begin_layout Plain Layout
40510 % der originalen Bildbreite
40511 \end_layout
40512
40513 \end_inset
40514 </cell>
40515 </row>
40516 <row>
40517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40518 \begin_inset Text
40519
40520 \begin_layout Plain Layout
40521 Textbreite %
40522 \end_layout
40523
40524 \end_inset
40525 </cell>
40526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40527 \begin_inset Text
40528
40529 \begin_layout Plain Layout
40530 % der Textbreite
40531 \end_layout
40532
40533 \end_inset
40534 </cell>
40535 </row>
40536 <row>
40537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40538 \begin_inset Text
40539
40540 \begin_layout Plain Layout
40541 Spaltenbreite %
40542 \end_layout
40543
40544 \end_inset
40545 </cell>
40546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40547 \begin_inset Text
40548
40549 \begin_layout Plain Layout
40550 % der Spaltenbreite
40551 \end_layout
40552
40553 \end_inset
40554 </cell>
40555 </row>
40556 <row>
40557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40558 \begin_inset Text
40559
40560 \begin_layout Plain Layout
40561 Seitenbreite %
40562 \end_layout
40563
40564 \end_inset
40565 </cell>
40566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40567 \begin_inset Text
40568
40569 \begin_layout Plain Layout
40570 % der Seitenbreite
40571 \end_layout
40572
40573 \end_inset
40574 </cell>
40575 </row>
40576 <row>
40577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40578 \begin_inset Text
40579
40580 \begin_layout Plain Layout
40581 Zeilenbreite %
40582 \end_layout
40583
40584 \end_inset
40585 </cell>
40586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40587 \begin_inset Text
40588
40589 \begin_layout Plain Layout
40590 % der Zeilenbreite
40591 \end_layout
40592
40593 \end_inset
40594 </cell>
40595 </row>
40596 <row>
40597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40598 \begin_inset Text
40599
40600 \begin_layout Plain Layout
40601 Texthöhe %
40602 \end_layout
40603
40604 \end_inset
40605 </cell>
40606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40607 \begin_inset Text
40608
40609 \begin_layout Plain Layout
40610 % der Texthöhe
40611 \end_layout
40612
40613 \end_inset
40614 </cell>
40615 </row>
40616 <row>
40617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40618 \begin_inset Text
40619
40620 \begin_layout Plain Layout
40621 Seitenhöhe %
40622 \end_layout
40623
40624 \end_inset
40625 </cell>
40626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40627 \begin_inset Text
40628
40629 \begin_layout Plain Layout
40630 % der Seitenhöhe
40631 \end_layout
40632
40633 \end_inset
40634 </cell>
40635 </row>
40636 <row>
40637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40638 \begin_inset Text
40639
40640 \begin_layout Plain Layout
40641 ex
40642 \end_layout
40643
40644 \end_inset
40645 </cell>
40646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40647 \begin_inset Text
40648
40649 \begin_layout Plain Layout
40650 Die Höhe des Buchstabens 
40651 \emph on
40652 x
40653 \emph default
40654  im aktiven Zeichensatz
40655 \end_layout
40656
40657 \end_inset
40658 </cell>
40659 </row>
40660 <row>
40661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40662 \begin_inset Text
40663
40664 \begin_layout Plain Layout
40665 em
40666 \end_layout
40667
40668 \end_inset
40669 </cell>
40670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40671 \begin_inset Text
40672
40673 \begin_layout Plain Layout
40674 Die Breite des Buchstabens 
40675 \emph on
40676 M
40677 \emph default
40678  im aktiven Zeichensatz
40679 \end_layout
40680
40681 \end_inset
40682 </cell>
40683 </row>
40684 <row>
40685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40686 \begin_inset Text
40687
40688 \begin_layout Plain Layout
40689 mu
40690 \end_layout
40691
40692 \end_inset
40693 </cell>
40694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40695 \begin_inset Text
40696
40697 \begin_layout Plain Layout
40698 mathematische  Maßeinheit
40699 \series bold
40700  
40701 \series default
40702 (1
40703 \begin_inset space \thinspace{}
40704 \end_inset
40705
40706 mu = 1/18
40707 \begin_inset space \thinspace{}
40708 \end_inset
40709
40710 em)
40711 \end_layout
40712
40713 \end_inset
40714 </cell>
40715 </row>
40716 </lyxtabular>
40717
40718 \end_inset
40719
40720
40721 \end_layout
40722
40723 \end_inset
40724
40725
40726 \end_layout
40727
40728 \begin_layout Chapter
40729 Ausgabedatei-Formate mit Grafiken
40730 \begin_inset CommandInset label
40731 LatexCommand label
40732 name "kap:Ausgabedatei-Formate"
40733
40734 \end_inset
40735
40736
40737 \end_layout
40738
40739 \begin_layout Section
40740 DVI
40741 \begin_inset Index idx
40742 status collapsed
40743
40744 \begin_layout Plain Layout
40745 Dateiformat! DVI
40746 \end_layout
40747
40748 \end_inset
40749
40750
40751 \begin_inset Index idx
40752 status collapsed
40753
40754 \begin_layout Plain Layout
40755 DVI
40756 \end_layout
40757
40758 \end_inset
40759
40760
40761 \end_layout
40762
40763 \begin_layout Standard
40764 Dieser Dateityp hat die Erweiterung 
40765 \begin_inset Quotes gld
40766 \end_inset
40767
40768
40769 \family typewriter
40770 .dvi
40771 \family default
40772
40773 \begin_inset Quotes grd
40774 \end_inset
40775
40776  und wird 
40777 \begin_inset Quotes gld
40778 \end_inset
40779
40780 device independent
40781 \begin_inset Quotes grd
40782 \end_inset
40783
40784  genannt, weil er vollkommen portierbar ist.
40785  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
40786  dvi-Betrachter installiert hat.
40787  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
40788 ate wie PostScript benutzt.
40789 \end_layout
40790
40791 \begin_layout Standard
40792 \begin_inset Note Greyedout
40793 status open
40794
40795 \begin_layout Plain Layout
40796
40797 \series bold
40798 Bemerkung:
40799 \series default
40800  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
40801 \end_layout
40802
40803 \end_inset
40804
40805
40806 \end_layout
40807
40808 \begin_layout Standard
40809 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
40810  auf einen anderen Computer kopieren.
40811  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
40812  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
40813  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
40814 \family typewriter
40815  
40816 \family default
40817 blättern.
40818
40819 \family typewriter
40820  
40821 \family default
40822 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
40823  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
40824  
40825 \end_layout
40826
40827 \begin_layout Standard
40828 Sie können Ihr Dokument als DVI über das Menü 
40829 \family sans
40830 Datei\SpecialChar menuseparator
40831 Exportieren\SpecialChar menuseparator
40832 DVI
40833 \family default
40834  exportieren.
40835  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
40836 \family sans
40837 Ansicht
40838 \family default
40839  anschauen.
40840 \end_layout
40841
40842 \begin_layout Section
40843 PostScript
40844 \begin_inset Index idx
40845 status collapsed
40846
40847 \begin_layout Plain Layout
40848 Dateiformat  ! PostScript
40849 \end_layout
40850
40851 \end_inset
40852
40853
40854 \begin_inset Index idx
40855 status collapsed
40856
40857 \begin_layout Plain Layout
40858 PostScript
40859 \end_layout
40860
40861 \end_inset
40862
40863
40864 \end_layout
40865
40866 \begin_layout Standard
40867 Dieser Dateityp hat die Erweiterung 
40868 \begin_inset Quotes gld
40869 \end_inset
40870
40871
40872 \family typewriter
40873 .ps
40874 \family default
40875
40876 \begin_inset Quotes grd
40877 \end_inset
40878
40879 .
40880  PostScript wurde von der Firma
40881 \family typewriter
40882  Adobe
40883 \family default
40884  als Druckersprache entwickelt.
40885  Die Datei enthält deshalb Druckbefehle.
40886  PostScript kann als 
40887 \begin_inset Quotes gld
40888 \end_inset
40889
40890 Programmiersprache
40891 \begin_inset Quotes grd
40892 \end_inset
40893
40894  angesehen werden.
40895  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
40896 \begin_inset Foot
40897 status collapsed
40898
40899 \begin_layout Plain Layout
40900 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
40901  von
40902 \series bold
40903  PSTricks
40904 \series default
40905  
40906 \begin_inset CommandInset citation
40907 LatexCommand cite
40908 key "pstricks"
40909
40910 \end_inset
40911
40912  oder 
40913 \begin_inset CommandInset citation
40914 LatexCommand cite
40915 key "latex-praxisbuch"
40916
40917 \end_inset
40918
40919  ansehen.
40920 \end_layout
40921
40922 \end_inset
40923
40924 .
40925  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
40926 \end_layout
40927
40928 \begin_layout Standard
40929 PostScript kann nur Bilder im Format EPS
40930 \begin_inset Index idx
40931 status collapsed
40932
40933 \begin_layout Plain Layout
40934 EPS
40935 \end_layout
40936
40937 \end_inset
40938
40939  (Encapsulated PostScript, Datei-Er\SpecialChar softhyphen
40940 wei\SpecialChar softhyphen
40941 ter\SpecialChar softhyphen
40942 ung 
40943 \begin_inset Quotes gld
40944 \end_inset
40945
40946
40947 \family typewriter
40948 .eps
40949 \family default
40950
40951 \begin_inset Quotes grd
40952 \end_inset
40953
40954 ) enthalten.
40955  Weil \SpecialChar LyX
40956  die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
40957  intern nach EPS konvertieren.
40958  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
40959  verlangsamen.
40960  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
40961  konvertieren und direkt als EPS einfügen.
40962 \end_layout
40963
40964 \begin_layout Standard
40965 Sie können Ihr Dokument als PostScript über das Menü 
40966 \family sans
40967 Datei\SpecialChar menuseparator
40968 Exportieren\SpecialChar menuseparator
40969 Post\SpecialChar softhyphen
40970 Script
40971 \family default
40972  exportieren.
40973  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
40974 \family sans
40975 Ansicht
40976 \family default
40977  anschauen.
40978 \end_layout
40979
40980 \begin_layout Section
40981 PDF
40982 \begin_inset Index idx
40983 status collapsed
40984
40985 \begin_layout Plain Layout
40986 Dateiformat! PDF
40987 \end_layout
40988
40989 \end_inset
40990
40991
40992 \begin_inset Index idx
40993 status collapsed
40994
40995 \begin_layout Plain Layout
40996 PDF
40997 \end_layout
40998
40999 \end_inset
41000
41001
41002 \end_layout
41003
41004 \begin_layout Standard
41005 Dieser Dateityp hat die Erweiterung 
41006 \begin_inset Quotes gld
41007 \end_inset
41008
41009
41010 \family typewriter
41011 .pdf
41012 \family default
41013
41014 \begin_inset Quotes grd
41015 \end_inset
41016
41017 .
41018  Das
41019 \emph on
41020  
41021 \emph default
41022
41023 \begin_inset Quotes gld
41024 \end_inset
41025
41026 Portable Document Format
41027 \begin_inset Quotes grd
41028 \end_inset
41029
41030  (PDF) wurde auch von der Firma 
41031 \family typewriter
41032 Adobe
41033 \family default
41034  als Derivat von PostScript entwickelt.
41035  Es ist komprimierter und benutzt weniger Befehle als PostScript.
41036  Wie der Begriff 
41037 \begin_inset Quotes gld
41038 \end_inset
41039
41040 portable
41041 \begin_inset Quotes grd
41042 \end_inset
41043
41044  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
41045  werden, und der Ausdruck sieht immer gleich aus.
41046 \end_layout
41047
41048 \begin_layout Standard
41049 PDF kann Bilder im eigenen PDF-Format, im Format 
41050 \begin_inset Quotes gld
41051 \end_inset
41052
41053 Joint Photographic Experts Group
41054 \begin_inset Quotes grd
41055 \end_inset
41056
41057  (JPEG
41058 \begin_inset Index idx
41059 status collapsed
41060
41061 \begin_layout Plain Layout
41062 JPG, JPEG
41063 \end_layout
41064
41065 \end_inset
41066
41067 , Datei-Erweiterung 
41068 \begin_inset Quotes gld
41069 \end_inset
41070
41071
41072 \family typewriter
41073 .jpg
41074 \family default
41075
41076 \begin_inset Quotes grd
41077 \end_inset
41078
41079  oder 
41080 \begin_inset Quotes gld
41081 \end_inset
41082
41083
41084 \family typewriter
41085 .jpeg
41086 \family default
41087
41088 \begin_inset Quotes grd
41089 \end_inset
41090
41091 ) und im Format 
41092 \begin_inset Quotes gld
41093 \end_inset
41094
41095 Portable Network Graphics
41096 \begin_inset Quotes grd
41097 \end_inset
41098
41099  (PNG
41100 \begin_inset Index idx
41101 status collapsed
41102
41103 \begin_layout Plain Layout
41104 PNG
41105 \end_layout
41106
41107 \end_inset
41108
41109 , Datei-Erweiterung 
41110 \begin_inset Quotes gld
41111 \end_inset
41112
41113
41114 \family typewriter
41115 .png
41116 \family default
41117
41118 \begin_inset Quotes grd
41119 \end_inset
41120
41121 ) enthalten.
41122  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil \SpecialChar LyX
41123  es für Sie
41124  konvertieren wird.
41125  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
41126  wird, eines der drei erwähnten Bildformate zu benutzen.
41127 \end_layout
41128
41129 \begin_layout Standard
41130 PDF-Dateien können Sie über 
41131 \family sans
41132 Datei\SpecialChar menuseparator
41133 Exportieren
41134 \family default
41135  auf drei Arten erzeugen:
41136 \end_layout
41137
41138 \begin_layout Description
41139 PDF
41140 \begin_inset space ~
41141 \end_inset
41142
41143 (ps2pdf) benutzt das Programm
41144 \family typewriter
41145  ps2pdf
41146 \family default
41147 , das eine PDF-Datei aus einer Post\SpecialChar softhyphen
41148 Script®-Version Ihres Dokument erstellt.
41149  Die PostScript-Version wird mit dem Programm 
41150 \family typewriter
41151 dvips
41152 \family default
41153  aus einer DVI-Version erstellt.
41154  Es werden also drei Konvertierungen verwendet.
41155 \end_layout
41156
41157 \begin_layout Description
41158 PDF
41159 \begin_inset space ~
41160 \end_inset
41161
41162 (dvipdfm) benutzt das Programm 
41163 \family typewriter
41164 dvipdfm
41165 \family default
41166 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
41167  PDF konvertiert.
41168 \end_layout
41169
41170 \begin_layout Description
41171 PDF
41172 \begin_inset space ~
41173 \end_inset
41174
41175 (pdflatex) benutzt das Programm
41176 \family typewriter
41177  pdftex
41178 \family default
41179 , das Ihr Dokument direkt nach PDF konvertiert.
41180 \end_layout
41181
41182 \begin_layout Standard
41183
41184 \family sans
41185 PDF
41186 \begin_inset space ~
41187 \end_inset
41188
41189 (pdflatex)
41190 \family default
41191  wird empfohlen, weil
41192 \family typewriter
41193  pdftex
41194 \family default
41195  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
41196  ohne Probleme arbeitet.
41197  Das Programm 
41198 \family typewriter
41199 dvi\SpecialChar softhyphen
41200 pdfm
41201 \family default
41202  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
41203 \end_layout
41204
41205 \begin_layout Standard
41206 Sie können Ihr Dokument als PDF über das Menü 
41207 \family sans
41208 Datei\SpecialChar menuseparator
41209 Exportieren\SpecialChar menuseparator
41210 PDF
41211 \family default
41212  exportieren.
41213  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
41214 \family sans
41215 Ansicht
41216 \family default
41217  oder einen Werkzeugleistenknopf anschauen.
41218 \end_layout
41219
41220 \begin_layout Chapter
41221 Liste der dvips-Farbnamen
41222 \begin_inset CommandInset label
41223 LatexCommand label
41224 name "kap:Liste-der-dvips-Farbnamen"
41225
41226 \end_inset
41227
41228
41229 \end_layout
41230
41231 \begin_layout Standard
41232 \begin_inset Tabular
41233 <lyxtabular version="3" rows="17" columns="4">
41234 <features tabularvalignment="middle">
41235 <column alignment="left" valignment="top" width="0pt">
41236 <column alignment="left" valignment="top" width="0pt">
41237 <column alignment="left" valignment="top" width="0pt">
41238 <column alignment="left" valignment="top" width="0pt">
41239 <row>
41240 <cell alignment="left" valignment="top" usebox="none">
41241 \begin_inset Text
41242
41243 \begin_layout Plain Layout
41244 \begin_inset ERT
41245 status collapsed
41246
41247 \begin_layout Plain Layout
41248
41249
41250 \backslash
41251 fcolorbox{black}{
41252 \end_layout
41253
41254 \end_inset
41255
41256 white
41257 \begin_inset ERT
41258 status collapsed
41259
41260 \begin_layout Plain Layout
41261
41262 }{
41263 \end_layout
41264
41265 \end_inset
41266
41267 Farbe
41268 \begin_inset ERT
41269 status collapsed
41270
41271 \begin_layout Plain Layout
41272
41273 }
41274 \end_layout
41275
41276 \end_inset
41277
41278  Farbname
41279 \end_layout
41280
41281 \end_inset
41282 </cell>
41283 <cell alignment="left" valignment="top" usebox="none">
41284 \begin_inset Text
41285
41286 \begin_layout Plain Layout
41287 \begin_inset ERT
41288 status collapsed
41289
41290 \begin_layout Plain Layout
41291
41292
41293 \backslash
41294 fcolorbox{black}{
41295 \end_layout
41296
41297 \end_inset
41298
41299 white
41300 \begin_inset ERT
41301 status collapsed
41302
41303 \begin_layout Plain Layout
41304
41305 }{
41306 \end_layout
41307
41308 \end_inset
41309
41310 Farbe
41311 \begin_inset ERT
41312 status collapsed
41313
41314 \begin_layout Plain Layout
41315
41316 }
41317 \end_layout
41318
41319 \end_inset
41320
41321  Farbname
41322 \end_layout
41323
41324 \end_inset
41325 </cell>
41326 <cell alignment="left" valignment="top" usebox="none">
41327 \begin_inset Text
41328
41329 \begin_layout Plain Layout
41330 \begin_inset ERT
41331 status collapsed
41332
41333 \begin_layout Plain Layout
41334
41335
41336 \backslash
41337 fcolorbox{black}{
41338 \end_layout
41339
41340 \end_inset
41341
41342 white
41343 \begin_inset ERT
41344 status collapsed
41345
41346 \begin_layout Plain Layout
41347
41348 }{
41349 \end_layout
41350
41351 \end_inset
41352
41353 Farbe
41354 \begin_inset ERT
41355 status collapsed
41356
41357 \begin_layout Plain Layout
41358
41359 }
41360 \end_layout
41361
41362 \end_inset
41363
41364  Farbname
41365 \end_layout
41366
41367 \end_inset
41368 </cell>
41369 <cell alignment="left" valignment="top" usebox="none">
41370 \begin_inset Text
41371
41372 \begin_layout Plain Layout
41373 \begin_inset ERT
41374 status collapsed
41375
41376 \begin_layout Plain Layout
41377
41378
41379 \backslash
41380 fcolorbox{black}{
41381 \end_layout
41382
41383 \end_inset
41384
41385 white
41386 \begin_inset ERT
41387 status collapsed
41388
41389 \begin_layout Plain Layout
41390
41391 }{
41392 \end_layout
41393
41394 \end_inset
41395
41396 Farbe
41397 \begin_inset ERT
41398 status collapsed
41399
41400 \begin_layout Plain Layout
41401
41402 }
41403 \end_layout
41404
41405 \end_inset
41406
41407  Farbname
41408 \end_layout
41409
41410 \end_inset
41411 </cell>
41412 </row>
41413 <row>
41414 <cell alignment="center" valignment="top" usebox="none">
41415 \begin_inset Text
41416
41417 \begin_layout Plain Layout
41418 \begin_inset ERT
41419 status collapsed
41420
41421 \begin_layout Plain Layout
41422
41423
41424 \backslash
41425 fcolorbox{black}{
41426 \end_layout
41427
41428 \end_inset
41429
41430 Apricot
41431 \begin_inset ERT
41432 status collapsed
41433
41434 \begin_layout Plain Layout
41435
41436 }{
41437 \end_layout
41438
41439 \end_inset
41440
41441
41442 \begin_inset Phantom Phantom
41443 status open
41444
41445 \begin_layout Plain Layout
41446 W
41447 \end_layout
41448
41449 \end_inset
41450
41451
41452 \begin_inset ERT
41453 status collapsed
41454
41455 \begin_layout Plain Layout
41456
41457 }
41458 \end_layout
41459
41460 \end_inset
41461
41462  Apricot
41463 \end_layout
41464
41465 \end_inset
41466 </cell>
41467 <cell alignment="center" valignment="top" usebox="none">
41468 \begin_inset Text
41469
41470 \begin_layout Plain Layout
41471 \begin_inset ERT
41472 status collapsed
41473
41474 \begin_layout Plain Layout
41475
41476
41477 \backslash
41478 fcolorbox{black}{
41479 \end_layout
41480
41481 \end_inset
41482
41483 Aquamarine
41484 \begin_inset ERT
41485 status collapsed
41486
41487 \begin_layout Plain Layout
41488
41489 }{
41490 \end_layout
41491
41492 \end_inset
41493
41494
41495 \begin_inset Phantom Phantom
41496 status open
41497
41498 \begin_layout Plain Layout
41499 W
41500 \end_layout
41501
41502 \end_inset
41503
41504
41505 \begin_inset ERT
41506 status collapsed
41507
41508 \begin_layout Plain Layout
41509
41510 }
41511 \end_layout
41512
41513 \end_inset
41514
41515  Aquamarine
41516 \end_layout
41517
41518 \end_inset
41519 </cell>
41520 <cell alignment="center" valignment="top" usebox="none">
41521 \begin_inset Text
41522
41523 \begin_layout Plain Layout
41524 \begin_inset ERT
41525 status collapsed
41526
41527 \begin_layout Plain Layout
41528
41529
41530 \backslash
41531 fcolorbox{black}{
41532 \end_layout
41533
41534 \end_inset
41535
41536 Bittersweet
41537 \begin_inset ERT
41538 status collapsed
41539
41540 \begin_layout Plain Layout
41541
41542 }{
41543 \end_layout
41544
41545 \end_inset
41546
41547
41548 \begin_inset Phantom Phantom
41549 status open
41550
41551 \begin_layout Plain Layout
41552 W
41553 \end_layout
41554
41555 \end_inset
41556
41557
41558 \begin_inset ERT
41559 status collapsed
41560
41561 \begin_layout Plain Layout
41562
41563 }
41564 \end_layout
41565
41566 \end_inset
41567
41568  Bittersweet
41569 \end_layout
41570
41571 \end_inset
41572 </cell>
41573 <cell alignment="center" valignment="top" usebox="none">
41574 \begin_inset Text
41575
41576 \begin_layout Plain Layout
41577 \begin_inset ERT
41578 status collapsed
41579
41580 \begin_layout Plain Layout
41581
41582
41583 \backslash
41584 fcolorbox{black}{
41585 \end_layout
41586
41587 \end_inset
41588
41589 BlueGreen
41590 \begin_inset ERT
41591 status collapsed
41592
41593 \begin_layout Plain Layout
41594
41595 }{
41596 \end_layout
41597
41598 \end_inset
41599
41600
41601 \begin_inset Phantom Phantom
41602 status open
41603
41604 \begin_layout Plain Layout
41605 W
41606 \end_layout
41607
41608 \end_inset
41609
41610
41611 \begin_inset ERT
41612 status collapsed
41613
41614 \begin_layout Plain Layout
41615
41616 }
41617 \end_layout
41618
41619 \end_inset
41620
41621  BlueGreen
41622 \end_layout
41623
41624 \end_inset
41625 </cell>
41626 </row>
41627 <row>
41628 <cell alignment="left" valignment="top" usebox="none">
41629 \begin_inset Text
41630
41631 \begin_layout Plain Layout
41632 \begin_inset ERT
41633 status collapsed
41634
41635 \begin_layout Plain Layout
41636
41637
41638 \backslash
41639 fcolorbox{black}{
41640 \end_layout
41641
41642 \end_inset
41643
41644 BlueViolet
41645 \begin_inset ERT
41646 status collapsed
41647
41648 \begin_layout Plain Layout
41649
41650 }{
41651 \end_layout
41652
41653 \end_inset
41654
41655
41656 \begin_inset Phantom Phantom
41657 status open
41658
41659 \begin_layout Plain Layout
41660 W
41661 \end_layout
41662
41663 \end_inset
41664
41665
41666 \begin_inset ERT
41667 status collapsed
41668
41669 \begin_layout Plain Layout
41670
41671 }
41672 \end_layout
41673
41674 \end_inset
41675
41676  BlueViolet
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 BrickRed
41698 \begin_inset ERT
41699 status collapsed
41700
41701 \begin_layout Plain Layout
41702
41703 }{
41704 \end_layout
41705
41706 \end_inset
41707
41708
41709 \begin_inset Phantom Phantom
41710 status open
41711
41712 \begin_layout Plain Layout
41713 W
41714 \end_layout
41715
41716 \end_inset
41717
41718
41719 \begin_inset ERT
41720 status collapsed
41721
41722 \begin_layout Plain Layout
41723
41724 }
41725 \end_layout
41726
41727 \end_inset
41728
41729  BrickRed
41730 \end_layout
41731
41732 \end_inset
41733 </cell>
41734 <cell alignment="left" valignment="top" usebox="none">
41735 \begin_inset Text
41736
41737 \begin_layout Plain Layout
41738 \begin_inset ERT
41739 status collapsed
41740
41741 \begin_layout Plain Layout
41742
41743
41744 \backslash
41745 fcolorbox{black}{
41746 \end_layout
41747
41748 \end_inset
41749
41750 Brown
41751 \begin_inset ERT
41752 status collapsed
41753
41754 \begin_layout Plain Layout
41755
41756 }{
41757 \end_layout
41758
41759 \end_inset
41760
41761
41762 \begin_inset Phantom Phantom
41763 status open
41764
41765 \begin_layout Plain Layout
41766 W
41767 \end_layout
41768
41769 \end_inset
41770
41771
41772 \begin_inset ERT
41773 status collapsed
41774
41775 \begin_layout Plain Layout
41776
41777 }
41778 \end_layout
41779
41780 \end_inset
41781
41782  Brown
41783 \end_layout
41784
41785 \end_inset
41786 </cell>
41787 <cell alignment="left" valignment="top" usebox="none">
41788 \begin_inset Text
41789
41790 \begin_layout Plain Layout
41791 \begin_inset ERT
41792 status collapsed
41793
41794 \begin_layout Plain Layout
41795
41796
41797 \backslash
41798 fcolorbox{black}{
41799 \end_layout
41800
41801 \end_inset
41802
41803 BurntOrange
41804 \begin_inset ERT
41805 status collapsed
41806
41807 \begin_layout Plain Layout
41808
41809 }{
41810 \end_layout
41811
41812 \end_inset
41813
41814
41815 \begin_inset Phantom Phantom
41816 status open
41817
41818 \begin_layout Plain Layout
41819 W
41820 \end_layout
41821
41822 \end_inset
41823
41824
41825 \begin_inset ERT
41826 status collapsed
41827
41828 \begin_layout Plain Layout
41829
41830 }
41831 \end_layout
41832
41833 \end_inset
41834
41835  BurntOrange
41836 \end_layout
41837
41838 \end_inset
41839 </cell>
41840 </row>
41841 <row>
41842 <cell alignment="left" valignment="top" usebox="none">
41843 \begin_inset Text
41844
41845 \begin_layout Plain Layout
41846 \begin_inset ERT
41847 status collapsed
41848
41849 \begin_layout Plain Layout
41850
41851
41852 \backslash
41853 fcolorbox{black}{
41854 \end_layout
41855
41856 \end_inset
41857
41858 CadetBlue
41859 \begin_inset ERT
41860 status collapsed
41861
41862 \begin_layout Plain Layout
41863
41864 }{
41865 \end_layout
41866
41867 \end_inset
41868
41869
41870 \begin_inset Phantom Phantom
41871 status open
41872
41873 \begin_layout Plain Layout
41874 W
41875 \end_layout
41876
41877 \end_inset
41878
41879
41880 \begin_inset ERT
41881 status collapsed
41882
41883 \begin_layout Plain Layout
41884
41885 }
41886 \end_layout
41887
41888 \end_inset
41889
41890  CadetBlue
41891 \end_layout
41892
41893 \end_inset
41894 </cell>
41895 <cell alignment="left" valignment="top" usebox="none">
41896 \begin_inset Text
41897
41898 \begin_layout Plain Layout
41899 \begin_inset ERT
41900 status collapsed
41901
41902 \begin_layout Plain Layout
41903
41904
41905 \backslash
41906 fcolorbox{black}{
41907 \end_layout
41908
41909 \end_inset
41910
41911 CarnationPink
41912 \begin_inset ERT
41913 status collapsed
41914
41915 \begin_layout Plain Layout
41916
41917 }{
41918 \end_layout
41919
41920 \end_inset
41921
41922
41923 \begin_inset Phantom Phantom
41924 status open
41925
41926 \begin_layout Plain Layout
41927 W
41928 \end_layout
41929
41930 \end_inset
41931
41932
41933 \begin_inset ERT
41934 status collapsed
41935
41936 \begin_layout Plain Layout
41937
41938 }
41939 \end_layout
41940
41941 \end_inset
41942
41943  CarnationPink
41944 \end_layout
41945
41946 \end_inset
41947 </cell>
41948 <cell alignment="left" valignment="top" usebox="none">
41949 \begin_inset Text
41950
41951 \begin_layout Plain Layout
41952 \begin_inset ERT
41953 status collapsed
41954
41955 \begin_layout Plain Layout
41956
41957
41958 \backslash
41959 fcolorbox{black}{
41960 \end_layout
41961
41962 \end_inset
41963
41964 Cerulean
41965 \begin_inset ERT
41966 status collapsed
41967
41968 \begin_layout Plain Layout
41969
41970 }{
41971 \end_layout
41972
41973 \end_inset
41974
41975
41976 \begin_inset Phantom Phantom
41977 status open
41978
41979 \begin_layout Plain Layout
41980 W
41981 \end_layout
41982
41983 \end_inset
41984
41985
41986 \begin_inset ERT
41987 status collapsed
41988
41989 \begin_layout Plain Layout
41990
41991 }
41992 \end_layout
41993
41994 \end_inset
41995
41996  Cerulean
41997 \end_layout
41998
41999 \end_inset
42000 </cell>
42001 <cell alignment="left" valignment="top" usebox="none">
42002 \begin_inset Text
42003
42004 \begin_layout Plain Layout
42005 \begin_inset ERT
42006 status collapsed
42007
42008 \begin_layout Plain Layout
42009
42010
42011 \backslash
42012 fcolorbox{black}{
42013 \end_layout
42014
42015 \end_inset
42016
42017 CornflowerBlue
42018 \begin_inset ERT
42019 status collapsed
42020
42021 \begin_layout Plain Layout
42022
42023 }{
42024 \end_layout
42025
42026 \end_inset
42027
42028
42029 \begin_inset Phantom Phantom
42030 status open
42031
42032 \begin_layout Plain Layout
42033 W
42034 \end_layout
42035
42036 \end_inset
42037
42038
42039 \begin_inset ERT
42040 status collapsed
42041
42042 \begin_layout Plain Layout
42043
42044 }
42045 \end_layout
42046
42047 \end_inset
42048
42049  CornflowerBlue
42050 \end_layout
42051
42052 \end_inset
42053 </cell>
42054 </row>
42055 <row>
42056 <cell alignment="left" valignment="top" usebox="none">
42057 \begin_inset Text
42058
42059 \begin_layout Plain Layout
42060 \begin_inset ERT
42061 status collapsed
42062
42063 \begin_layout Plain Layout
42064
42065
42066 \backslash
42067 fcolorbox{black}{
42068 \end_layout
42069
42070 \end_inset
42071
42072 Dandelion
42073 \begin_inset ERT
42074 status collapsed
42075
42076 \begin_layout Plain Layout
42077
42078 }{
42079 \end_layout
42080
42081 \end_inset
42082
42083
42084 \begin_inset Phantom Phantom
42085 status open
42086
42087 \begin_layout Plain Layout
42088 W
42089 \end_layout
42090
42091 \end_inset
42092
42093
42094 \begin_inset ERT
42095 status collapsed
42096
42097 \begin_layout Plain Layout
42098
42099 }
42100 \end_layout
42101
42102 \end_inset
42103
42104  Dandelion
42105 \end_layout
42106
42107 \end_inset
42108 </cell>
42109 <cell alignment="left" valignment="top" usebox="none">
42110 \begin_inset Text
42111
42112 \begin_layout Plain Layout
42113 \begin_inset ERT
42114 status collapsed
42115
42116 \begin_layout Plain Layout
42117
42118
42119 \backslash
42120 fcolorbox{black}{
42121 \end_layout
42122
42123 \end_inset
42124
42125 DarkOrchid
42126 \begin_inset ERT
42127 status collapsed
42128
42129 \begin_layout Plain Layout
42130
42131 }{
42132 \end_layout
42133
42134 \end_inset
42135
42136
42137 \begin_inset Phantom Phantom
42138 status open
42139
42140 \begin_layout Plain Layout
42141 W
42142 \end_layout
42143
42144 \end_inset
42145
42146
42147 \begin_inset ERT
42148 status collapsed
42149
42150 \begin_layout Plain Layout
42151
42152 }
42153 \end_layout
42154
42155 \end_inset
42156
42157  DarkOrchid
42158 \end_layout
42159
42160 \end_inset
42161 </cell>
42162 <cell alignment="left" valignment="top" usebox="none">
42163 \begin_inset Text
42164
42165 \begin_layout Plain Layout
42166 \begin_inset ERT
42167 status collapsed
42168
42169 \begin_layout Plain Layout
42170
42171
42172 \backslash
42173 fcolorbox{black}{
42174 \end_layout
42175
42176 \end_inset
42177
42178 Emerald
42179 \begin_inset ERT
42180 status collapsed
42181
42182 \begin_layout Plain Layout
42183
42184 }{
42185 \end_layout
42186
42187 \end_inset
42188
42189
42190 \begin_inset Phantom Phantom
42191 status open
42192
42193 \begin_layout Plain Layout
42194 W
42195 \end_layout
42196
42197 \end_inset
42198
42199
42200 \begin_inset ERT
42201 status collapsed
42202
42203 \begin_layout Plain Layout
42204
42205 }
42206 \end_layout
42207
42208 \end_inset
42209
42210  Emerald
42211 \end_layout
42212
42213 \end_inset
42214 </cell>
42215 <cell alignment="left" valignment="top" usebox="none">
42216 \begin_inset Text
42217
42218 \begin_layout Plain Layout
42219 \begin_inset ERT
42220 status collapsed
42221
42222 \begin_layout Plain Layout
42223
42224
42225 \backslash
42226 fcolorbox{black}{
42227 \end_layout
42228
42229 \end_inset
42230
42231 ForestGreen
42232 \begin_inset ERT
42233 status collapsed
42234
42235 \begin_layout Plain Layout
42236
42237 }{
42238 \end_layout
42239
42240 \end_inset
42241
42242
42243 \begin_inset Phantom Phantom
42244 status open
42245
42246 \begin_layout Plain Layout
42247 W
42248 \end_layout
42249
42250 \end_inset
42251
42252
42253 \begin_inset ERT
42254 status collapsed
42255
42256 \begin_layout Plain Layout
42257
42258 }
42259 \end_layout
42260
42261 \end_inset
42262
42263  ForestGreen
42264 \end_layout
42265
42266 \end_inset
42267 </cell>
42268 </row>
42269 <row>
42270 <cell alignment="left" valignment="top" usebox="none">
42271 \begin_inset Text
42272
42273 \begin_layout Plain Layout
42274 \begin_inset ERT
42275 status collapsed
42276
42277 \begin_layout Plain Layout
42278
42279
42280 \backslash
42281 fcolorbox{black}{
42282 \end_layout
42283
42284 \end_inset
42285
42286 Fuchsia
42287 \begin_inset ERT
42288 status collapsed
42289
42290 \begin_layout Plain Layout
42291
42292 }{
42293 \end_layout
42294
42295 \end_inset
42296
42297
42298 \begin_inset Phantom Phantom
42299 status open
42300
42301 \begin_layout Plain Layout
42302 W
42303 \end_layout
42304
42305 \end_inset
42306
42307
42308 \begin_inset ERT
42309 status collapsed
42310
42311 \begin_layout Plain Layout
42312
42313 }
42314 \end_layout
42315
42316 \end_inset
42317
42318  Fuchsia
42319 \end_layout
42320
42321 \end_inset
42322 </cell>
42323 <cell alignment="left" valignment="top" usebox="none">
42324 \begin_inset Text
42325
42326 \begin_layout Plain Layout
42327 \begin_inset ERT
42328 status collapsed
42329
42330 \begin_layout Plain Layout
42331
42332
42333 \backslash
42334 fcolorbox{black}{
42335 \end_layout
42336
42337 \end_inset
42338
42339 Goldenrod
42340 \begin_inset ERT
42341 status collapsed
42342
42343 \begin_layout Plain Layout
42344
42345 }{
42346 \end_layout
42347
42348 \end_inset
42349
42350
42351 \begin_inset Phantom Phantom
42352 status open
42353
42354 \begin_layout Plain Layout
42355 W
42356 \end_layout
42357
42358 \end_inset
42359
42360
42361 \begin_inset ERT
42362 status collapsed
42363
42364 \begin_layout Plain Layout
42365
42366 }
42367 \end_layout
42368
42369 \end_inset
42370
42371  Goldenrod
42372 \end_layout
42373
42374 \end_inset
42375 </cell>
42376 <cell alignment="left" valignment="top" usebox="none">
42377 \begin_inset Text
42378
42379 \begin_layout Plain Layout
42380 \begin_inset ERT
42381 status collapsed
42382
42383 \begin_layout Plain Layout
42384
42385
42386 \backslash
42387 fcolorbox{black}{
42388 \end_layout
42389
42390 \end_inset
42391
42392 Gray
42393 \begin_inset ERT
42394 status collapsed
42395
42396 \begin_layout Plain Layout
42397
42398 }{
42399 \end_layout
42400
42401 \end_inset
42402
42403
42404 \begin_inset Phantom Phantom
42405 status open
42406
42407 \begin_layout Plain Layout
42408 W
42409 \end_layout
42410
42411 \end_inset
42412
42413
42414 \begin_inset ERT
42415 status collapsed
42416
42417 \begin_layout Plain Layout
42418
42419 }
42420 \end_layout
42421
42422 \end_inset
42423
42424  Gray
42425 \end_layout
42426
42427 \end_inset
42428 </cell>
42429 <cell alignment="left" valignment="top" usebox="none">
42430 \begin_inset Text
42431
42432 \begin_layout Plain Layout
42433 \begin_inset ERT
42434 status collapsed
42435
42436 \begin_layout Plain Layout
42437
42438
42439 \backslash
42440 fcolorbox{black}{
42441 \end_layout
42442
42443 \end_inset
42444
42445 GreenYellow
42446 \begin_inset ERT
42447 status collapsed
42448
42449 \begin_layout Plain Layout
42450
42451 }{
42452 \end_layout
42453
42454 \end_inset
42455
42456
42457 \begin_inset Phantom Phantom
42458 status open
42459
42460 \begin_layout Plain Layout
42461 W
42462 \end_layout
42463
42464 \end_inset
42465
42466
42467 \begin_inset ERT
42468 status collapsed
42469
42470 \begin_layout Plain Layout
42471
42472 }
42473 \end_layout
42474
42475 \end_inset
42476
42477  GreenYellow
42478 \end_layout
42479
42480 \end_inset
42481 </cell>
42482 </row>
42483 <row>
42484 <cell alignment="center" valignment="top" usebox="none">
42485 \begin_inset Text
42486
42487 \begin_layout Plain Layout
42488 \begin_inset ERT
42489 status collapsed
42490
42491 \begin_layout Plain Layout
42492
42493
42494 \backslash
42495 fcolorbox{black}{
42496 \end_layout
42497
42498 \end_inset
42499
42500 JungleGreen
42501 \begin_inset ERT
42502 status collapsed
42503
42504 \begin_layout Plain Layout
42505
42506 }{
42507 \end_layout
42508
42509 \end_inset
42510
42511
42512 \begin_inset Phantom Phantom
42513 status open
42514
42515 \begin_layout Plain Layout
42516 W
42517 \end_layout
42518
42519 \end_inset
42520
42521
42522 \begin_inset ERT
42523 status collapsed
42524
42525 \begin_layout Plain Layout
42526
42527 }
42528 \end_layout
42529
42530 \end_inset
42531
42532  JungleGreen
42533 \end_layout
42534
42535 \end_inset
42536 </cell>
42537 <cell alignment="center" valignment="top" usebox="none">
42538 \begin_inset Text
42539
42540 \begin_layout Plain Layout
42541 \begin_inset ERT
42542 status collapsed
42543
42544 \begin_layout Plain Layout
42545
42546
42547 \backslash
42548 fcolorbox{black}{
42549 \end_layout
42550
42551 \end_inset
42552
42553 Lavender
42554 \begin_inset ERT
42555 status collapsed
42556
42557 \begin_layout Plain Layout
42558
42559 }{
42560 \end_layout
42561
42562 \end_inset
42563
42564
42565 \begin_inset Phantom Phantom
42566 status open
42567
42568 \begin_layout Plain Layout
42569 W
42570 \end_layout
42571
42572 \end_inset
42573
42574
42575 \begin_inset ERT
42576 status collapsed
42577
42578 \begin_layout Plain Layout
42579
42580 }
42581 \end_layout
42582
42583 \end_inset
42584
42585  Lavender
42586 \end_layout
42587
42588 \end_inset
42589 </cell>
42590 <cell alignment="center" valignment="top" usebox="none">
42591 \begin_inset Text
42592
42593 \begin_layout Plain Layout
42594 \begin_inset ERT
42595 status collapsed
42596
42597 \begin_layout Plain Layout
42598
42599
42600 \backslash
42601 fcolorbox{black}{
42602 \end_layout
42603
42604 \end_inset
42605
42606 LimeGreen
42607 \begin_inset ERT
42608 status collapsed
42609
42610 \begin_layout Plain Layout
42611
42612 }{
42613 \end_layout
42614
42615 \end_inset
42616
42617
42618 \begin_inset Phantom Phantom
42619 status open
42620
42621 \begin_layout Plain Layout
42622 W
42623 \end_layout
42624
42625 \end_inset
42626
42627
42628 \begin_inset ERT
42629 status collapsed
42630
42631 \begin_layout Plain Layout
42632
42633 }
42634 \end_layout
42635
42636 \end_inset
42637
42638  LimeGreen
42639 \end_layout
42640
42641 \end_inset
42642 </cell>
42643 <cell alignment="center" valignment="top" usebox="none">
42644 \begin_inset Text
42645
42646 \begin_layout Plain Layout
42647 \begin_inset ERT
42648 status collapsed
42649
42650 \begin_layout Plain Layout
42651
42652
42653 \backslash
42654 fcolorbox{black}{
42655 \end_layout
42656
42657 \end_inset
42658
42659 Mahogany
42660 \begin_inset ERT
42661 status collapsed
42662
42663 \begin_layout Plain Layout
42664
42665 }{
42666 \end_layout
42667
42668 \end_inset
42669
42670
42671 \begin_inset Phantom Phantom
42672 status open
42673
42674 \begin_layout Plain Layout
42675 W
42676 \end_layout
42677
42678 \end_inset
42679
42680
42681 \begin_inset ERT
42682 status collapsed
42683
42684 \begin_layout Plain Layout
42685
42686 }
42687 \end_layout
42688
42689 \end_inset
42690
42691  Mahogany
42692 \end_layout
42693
42694 \end_inset
42695 </cell>
42696 </row>
42697 <row>
42698 <cell alignment="left" valignment="top" usebox="none">
42699 \begin_inset Text
42700
42701 \begin_layout Plain Layout
42702 \begin_inset ERT
42703 status collapsed
42704
42705 \begin_layout Plain Layout
42706
42707
42708 \backslash
42709 fcolorbox{black}{
42710 \end_layout
42711
42712 \end_inset
42713
42714 Mahogany
42715 \begin_inset ERT
42716 status collapsed
42717
42718 \begin_layout Plain Layout
42719
42720 }{
42721 \end_layout
42722
42723 \end_inset
42724
42725
42726 \begin_inset Phantom Phantom
42727 status open
42728
42729 \begin_layout Plain Layout
42730 W
42731 \end_layout
42732
42733 \end_inset
42734
42735
42736 \begin_inset ERT
42737 status collapsed
42738
42739 \begin_layout Plain Layout
42740
42741 }
42742 \end_layout
42743
42744 \end_inset
42745
42746  Mahogany
42747 \end_layout
42748
42749 \end_inset
42750 </cell>
42751 <cell alignment="left" valignment="top" usebox="none">
42752 \begin_inset Text
42753
42754 \begin_layout Plain Layout
42755 \begin_inset ERT
42756 status collapsed
42757
42758 \begin_layout Plain Layout
42759
42760
42761 \backslash
42762 fcolorbox{black}{
42763 \end_layout
42764
42765 \end_inset
42766
42767 Maroon
42768 \begin_inset ERT
42769 status collapsed
42770
42771 \begin_layout Plain Layout
42772
42773 }{
42774 \end_layout
42775
42776 \end_inset
42777
42778
42779 \begin_inset Phantom Phantom
42780 status open
42781
42782 \begin_layout Plain Layout
42783 W
42784 \end_layout
42785
42786 \end_inset
42787
42788
42789 \begin_inset ERT
42790 status collapsed
42791
42792 \begin_layout Plain Layout
42793
42794 }
42795 \end_layout
42796
42797 \end_inset
42798
42799  Maroon
42800 \end_layout
42801
42802 \end_inset
42803 </cell>
42804 <cell alignment="left" valignment="top" usebox="none">
42805 \begin_inset Text
42806
42807 \begin_layout Plain Layout
42808 \begin_inset ERT
42809 status collapsed
42810
42811 \begin_layout Plain Layout
42812
42813
42814 \backslash
42815 fcolorbox{black}{
42816 \end_layout
42817
42818 \end_inset
42819
42820 Melon
42821 \begin_inset ERT
42822 status collapsed
42823
42824 \begin_layout Plain Layout
42825
42826 }{
42827 \end_layout
42828
42829 \end_inset
42830
42831
42832 \begin_inset Phantom Phantom
42833 status open
42834
42835 \begin_layout Plain Layout
42836 W
42837 \end_layout
42838
42839 \end_inset
42840
42841
42842 \begin_inset ERT
42843 status collapsed
42844
42845 \begin_layout Plain Layout
42846
42847 }
42848 \end_layout
42849
42850 \end_inset
42851
42852  Melon
42853 \end_layout
42854
42855 \end_inset
42856 </cell>
42857 <cell alignment="left" valignment="top" usebox="none">
42858 \begin_inset Text
42859
42860 \begin_layout Plain Layout
42861 \begin_inset ERT
42862 status collapsed
42863
42864 \begin_layout Plain Layout
42865
42866
42867 \backslash
42868 fcolorbox{black}{
42869 \end_layout
42870
42871 \end_inset
42872
42873 MidnightBlue
42874 \begin_inset ERT
42875 status collapsed
42876
42877 \begin_layout Plain Layout
42878
42879 }{
42880 \end_layout
42881
42882 \end_inset
42883
42884
42885 \begin_inset Phantom Phantom
42886 status open
42887
42888 \begin_layout Plain Layout
42889 W
42890 \end_layout
42891
42892 \end_inset
42893
42894
42895 \begin_inset ERT
42896 status collapsed
42897
42898 \begin_layout Plain Layout
42899
42900 }
42901 \end_layout
42902
42903 \end_inset
42904
42905  MidnightBlue
42906 \end_layout
42907
42908 \end_inset
42909 </cell>
42910 </row>
42911 <row>
42912 <cell alignment="left" valignment="top" usebox="none">
42913 \begin_inset Text
42914
42915 \begin_layout Plain Layout
42916 \begin_inset ERT
42917 status collapsed
42918
42919 \begin_layout Plain Layout
42920
42921
42922 \backslash
42923 fcolorbox{black}{
42924 \end_layout
42925
42926 \end_inset
42927
42928 Mulberry
42929 \begin_inset ERT
42930 status collapsed
42931
42932 \begin_layout Plain Layout
42933
42934 }{
42935 \end_layout
42936
42937 \end_inset
42938
42939
42940 \begin_inset Phantom Phantom
42941 status open
42942
42943 \begin_layout Plain Layout
42944 W
42945 \end_layout
42946
42947 \end_inset
42948
42949
42950 \begin_inset ERT
42951 status collapsed
42952
42953 \begin_layout Plain Layout
42954
42955 }
42956 \end_layout
42957
42958 \end_inset
42959
42960  Mulberry
42961 \end_layout
42962
42963 \end_inset
42964 </cell>
42965 <cell alignment="left" valignment="top" usebox="none">
42966 \begin_inset Text
42967
42968 \begin_layout Plain Layout
42969 \begin_inset ERT
42970 status collapsed
42971
42972 \begin_layout Plain Layout
42973
42974
42975 \backslash
42976 fcolorbox{black}{
42977 \end_layout
42978
42979 \end_inset
42980
42981 NavyBlue
42982 \begin_inset ERT
42983 status collapsed
42984
42985 \begin_layout Plain Layout
42986
42987 }{
42988 \end_layout
42989
42990 \end_inset
42991
42992
42993 \begin_inset Phantom Phantom
42994 status open
42995
42996 \begin_layout Plain Layout
42997 W
42998 \end_layout
42999
43000 \end_inset
43001
43002
43003 \begin_inset ERT
43004 status collapsed
43005
43006 \begin_layout Plain Layout
43007
43008 }
43009 \end_layout
43010
43011 \end_inset
43012
43013  NavyBlue
43014 \end_layout
43015
43016 \end_inset
43017 </cell>
43018 <cell alignment="left" valignment="top" usebox="none">
43019 \begin_inset Text
43020
43021 \begin_layout Plain Layout
43022 \begin_inset ERT
43023 status collapsed
43024
43025 \begin_layout Plain Layout
43026
43027
43028 \backslash
43029 fcolorbox{black}{
43030 \end_layout
43031
43032 \end_inset
43033
43034 OliveGreen
43035 \begin_inset ERT
43036 status collapsed
43037
43038 \begin_layout Plain Layout
43039
43040 }{
43041 \end_layout
43042
43043 \end_inset
43044
43045
43046 \begin_inset Phantom Phantom
43047 status open
43048
43049 \begin_layout Plain Layout
43050 W
43051 \end_layout
43052
43053 \end_inset
43054
43055
43056 \begin_inset ERT
43057 status collapsed
43058
43059 \begin_layout Plain Layout
43060
43061 }
43062 \end_layout
43063
43064 \end_inset
43065
43066  OliveGreen
43067 \end_layout
43068
43069 \end_inset
43070 </cell>
43071 <cell alignment="left" valignment="top" usebox="none">
43072 \begin_inset Text
43073
43074 \begin_layout Plain Layout
43075 \begin_inset ERT
43076 status collapsed
43077
43078 \begin_layout Plain Layout
43079
43080
43081 \backslash
43082 fcolorbox{black}{
43083 \end_layout
43084
43085 \end_inset
43086
43087 Orange
43088 \begin_inset ERT
43089 status collapsed
43090
43091 \begin_layout Plain Layout
43092
43093 }{
43094 \end_layout
43095
43096 \end_inset
43097
43098
43099 \begin_inset Phantom Phantom
43100 status open
43101
43102 \begin_layout Plain Layout
43103 W
43104 \end_layout
43105
43106 \end_inset
43107
43108
43109 \begin_inset ERT
43110 status collapsed
43111
43112 \begin_layout Plain Layout
43113
43114 }
43115 \end_layout
43116
43117 \end_inset
43118
43119  Orange
43120 \end_layout
43121
43122 \end_inset
43123 </cell>
43124 </row>
43125 <row>
43126 <cell alignment="left" valignment="top" usebox="none">
43127 \begin_inset Text
43128
43129 \begin_layout Plain Layout
43130 \begin_inset ERT
43131 status collapsed
43132
43133 \begin_layout Plain Layout
43134
43135
43136 \backslash
43137 fcolorbox{black}{
43138 \end_layout
43139
43140 \end_inset
43141
43142 OrangeRed
43143 \begin_inset ERT
43144 status collapsed
43145
43146 \begin_layout Plain Layout
43147
43148 }{
43149 \end_layout
43150
43151 \end_inset
43152
43153
43154 \begin_inset Phantom Phantom
43155 status open
43156
43157 \begin_layout Plain Layout
43158 W
43159 \end_layout
43160
43161 \end_inset
43162
43163
43164 \begin_inset ERT
43165 status collapsed
43166
43167 \begin_layout Plain Layout
43168
43169 }
43170 \end_layout
43171
43172 \end_inset
43173
43174  OrangeRed
43175 \end_layout
43176
43177 \end_inset
43178 </cell>
43179 <cell alignment="left" valignment="top" usebox="none">
43180 \begin_inset Text
43181
43182 \begin_layout Plain Layout
43183 \begin_inset ERT
43184 status collapsed
43185
43186 \begin_layout Plain Layout
43187
43188
43189 \backslash
43190 fcolorbox{black}{
43191 \end_layout
43192
43193 \end_inset
43194
43195 Orchid
43196 \begin_inset ERT
43197 status collapsed
43198
43199 \begin_layout Plain Layout
43200
43201 }{
43202 \end_layout
43203
43204 \end_inset
43205
43206
43207 \begin_inset Phantom Phantom
43208 status open
43209
43210 \begin_layout Plain Layout
43211 W
43212 \end_layout
43213
43214 \end_inset
43215
43216
43217 \begin_inset ERT
43218 status collapsed
43219
43220 \begin_layout Plain Layout
43221
43222 }
43223 \end_layout
43224
43225 \end_inset
43226
43227  Orchid
43228 \end_layout
43229
43230 \end_inset
43231 </cell>
43232 <cell alignment="left" valignment="top" usebox="none">
43233 \begin_inset Text
43234
43235 \begin_layout Plain Layout
43236 \begin_inset ERT
43237 status collapsed
43238
43239 \begin_layout Plain Layout
43240
43241
43242 \backslash
43243 fcolorbox{black}{
43244 \end_layout
43245
43246 \end_inset
43247
43248 Peach
43249 \begin_inset ERT
43250 status collapsed
43251
43252 \begin_layout Plain Layout
43253
43254 }{
43255 \end_layout
43256
43257 \end_inset
43258
43259
43260 \begin_inset Phantom Phantom
43261 status open
43262
43263 \begin_layout Plain Layout
43264 W
43265 \end_layout
43266
43267 \end_inset
43268
43269
43270 \begin_inset ERT
43271 status collapsed
43272
43273 \begin_layout Plain Layout
43274
43275 }
43276 \end_layout
43277
43278 \end_inset
43279
43280  Peach
43281 \end_layout
43282
43283 \end_inset
43284 </cell>
43285 <cell alignment="left" valignment="top" usebox="none">
43286 \begin_inset Text
43287
43288 \begin_layout Plain Layout
43289 \begin_inset ERT
43290 status collapsed
43291
43292 \begin_layout Plain Layout
43293
43294
43295 \backslash
43296 fcolorbox{black}{
43297 \end_layout
43298
43299 \end_inset
43300
43301 Periwinkle
43302 \begin_inset ERT
43303 status collapsed
43304
43305 \begin_layout Plain Layout
43306
43307 }{
43308 \end_layout
43309
43310 \end_inset
43311
43312
43313 \begin_inset Phantom Phantom
43314 status open
43315
43316 \begin_layout Plain Layout
43317 W
43318 \end_layout
43319
43320 \end_inset
43321
43322
43323 \begin_inset ERT
43324 status collapsed
43325
43326 \begin_layout Plain Layout
43327
43328 }
43329 \end_layout
43330
43331 \end_inset
43332
43333  Periwinkle
43334 \end_layout
43335
43336 \end_inset
43337 </cell>
43338 </row>
43339 <row>
43340 <cell alignment="left" valignment="top" usebox="none">
43341 \begin_inset Text
43342
43343 \begin_layout Plain Layout
43344 \begin_inset ERT
43345 status collapsed
43346
43347 \begin_layout Plain Layout
43348
43349
43350 \backslash
43351 fcolorbox{black}{
43352 \end_layout
43353
43354 \end_inset
43355
43356 PineGreen
43357 \begin_inset ERT
43358 status collapsed
43359
43360 \begin_layout Plain Layout
43361
43362 }{
43363 \end_layout
43364
43365 \end_inset
43366
43367
43368 \begin_inset Phantom Phantom
43369 status open
43370
43371 \begin_layout Plain Layout
43372 W
43373 \end_layout
43374
43375 \end_inset
43376
43377
43378 \begin_inset ERT
43379 status collapsed
43380
43381 \begin_layout Plain Layout
43382
43383 }
43384 \end_layout
43385
43386 \end_inset
43387
43388  PineGreen
43389 \end_layout
43390
43391 \end_inset
43392 </cell>
43393 <cell alignment="left" valignment="top" usebox="none">
43394 \begin_inset Text
43395
43396 \begin_layout Plain Layout
43397 \begin_inset ERT
43398 status collapsed
43399
43400 \begin_layout Plain Layout
43401
43402
43403 \backslash
43404 fcolorbox{black}{
43405 \end_layout
43406
43407 \end_inset
43408
43409 Plum
43410 \begin_inset ERT
43411 status collapsed
43412
43413 \begin_layout Plain Layout
43414
43415 }{
43416 \end_layout
43417
43418 \end_inset
43419
43420
43421 \begin_inset Phantom Phantom
43422 status open
43423
43424 \begin_layout Plain Layout
43425 W
43426 \end_layout
43427
43428 \end_inset
43429
43430
43431 \begin_inset ERT
43432 status collapsed
43433
43434 \begin_layout Plain Layout
43435
43436 }
43437 \end_layout
43438
43439 \end_inset
43440
43441  Plum
43442 \end_layout
43443
43444 \end_inset
43445 </cell>
43446 <cell alignment="left" valignment="top" usebox="none">
43447 \begin_inset Text
43448
43449 \begin_layout Plain Layout
43450 \begin_inset ERT
43451 status collapsed
43452
43453 \begin_layout Plain Layout
43454
43455
43456 \backslash
43457 fcolorbox{black}{
43458 \end_layout
43459
43460 \end_inset
43461
43462 ProcessBlue
43463 \begin_inset ERT
43464 status collapsed
43465
43466 \begin_layout Plain Layout
43467
43468 }{
43469 \end_layout
43470
43471 \end_inset
43472
43473
43474 \begin_inset Phantom Phantom
43475 status open
43476
43477 \begin_layout Plain Layout
43478 W
43479 \end_layout
43480
43481 \end_inset
43482
43483
43484 \begin_inset ERT
43485 status collapsed
43486
43487 \begin_layout Plain Layout
43488
43489 }
43490 \end_layout
43491
43492 \end_inset
43493
43494  ProcessBlue
43495 \end_layout
43496
43497 \end_inset
43498 </cell>
43499 <cell alignment="left" valignment="top" usebox="none">
43500 \begin_inset Text
43501
43502 \begin_layout Plain Layout
43503 \begin_inset ERT
43504 status collapsed
43505
43506 \begin_layout Plain Layout
43507
43508
43509 \backslash
43510 fcolorbox{black}{
43511 \end_layout
43512
43513 \end_inset
43514
43515 Purple
43516 \begin_inset ERT
43517 status collapsed
43518
43519 \begin_layout Plain Layout
43520
43521 }{
43522 \end_layout
43523
43524 \end_inset
43525
43526
43527 \begin_inset Phantom Phantom
43528 status open
43529
43530 \begin_layout Plain Layout
43531 W
43532 \end_layout
43533
43534 \end_inset
43535
43536
43537 \begin_inset ERT
43538 status collapsed
43539
43540 \begin_layout Plain Layout
43541
43542 }
43543 \end_layout
43544
43545 \end_inset
43546
43547  Purple
43548 \end_layout
43549
43550 \end_inset
43551 </cell>
43552 </row>
43553 <row>
43554 <cell alignment="left" valignment="top" usebox="none">
43555 \begin_inset Text
43556
43557 \begin_layout Plain Layout
43558 \begin_inset ERT
43559 status collapsed
43560
43561 \begin_layout Plain Layout
43562
43563
43564 \backslash
43565 fcolorbox{black}{
43566 \end_layout
43567
43568 \end_inset
43569
43570 RawSienna
43571 \begin_inset ERT
43572 status collapsed
43573
43574 \begin_layout Plain Layout
43575
43576 }{
43577 \end_layout
43578
43579 \end_inset
43580
43581
43582 \begin_inset Phantom Phantom
43583 status open
43584
43585 \begin_layout Plain Layout
43586 W
43587 \end_layout
43588
43589 \end_inset
43590
43591
43592 \begin_inset ERT
43593 status collapsed
43594
43595 \begin_layout Plain Layout
43596
43597 }
43598 \end_layout
43599
43600 \end_inset
43601
43602  RawSienna
43603 \end_layout
43604
43605 \end_inset
43606 </cell>
43607 <cell alignment="left" valignment="top" usebox="none">
43608 \begin_inset Text
43609
43610 \begin_layout Plain Layout
43611 \begin_inset ERT
43612 status collapsed
43613
43614 \begin_layout Plain Layout
43615
43616
43617 \backslash
43618 fcolorbox{black}{
43619 \end_layout
43620
43621 \end_inset
43622
43623 RedOrange
43624 \begin_inset ERT
43625 status collapsed
43626
43627 \begin_layout Plain Layout
43628
43629 }{
43630 \end_layout
43631
43632 \end_inset
43633
43634
43635 \begin_inset Phantom Phantom
43636 status open
43637
43638 \begin_layout Plain Layout
43639 W
43640 \end_layout
43641
43642 \end_inset
43643
43644
43645 \begin_inset ERT
43646 status collapsed
43647
43648 \begin_layout Plain Layout
43649
43650 }
43651 \end_layout
43652
43653 \end_inset
43654
43655  RedOrange
43656 \end_layout
43657
43658 \end_inset
43659 </cell>
43660 <cell alignment="left" valignment="top" usebox="none">
43661 \begin_inset Text
43662
43663 \begin_layout Plain Layout
43664 \begin_inset ERT
43665 status collapsed
43666
43667 \begin_layout Plain Layout
43668
43669
43670 \backslash
43671 fcolorbox{black}{
43672 \end_layout
43673
43674 \end_inset
43675
43676 RedViolet
43677 \begin_inset ERT
43678 status collapsed
43679
43680 \begin_layout Plain Layout
43681
43682 }{
43683 \end_layout
43684
43685 \end_inset
43686
43687
43688 \begin_inset Phantom Phantom
43689 status open
43690
43691 \begin_layout Plain Layout
43692 W
43693 \end_layout
43694
43695 \end_inset
43696
43697
43698 \begin_inset ERT
43699 status collapsed
43700
43701 \begin_layout Plain Layout
43702
43703 }
43704 \end_layout
43705
43706 \end_inset
43707
43708  RedViolet
43709 \end_layout
43710
43711 \end_inset
43712 </cell>
43713 <cell alignment="left" valignment="top" usebox="none">
43714 \begin_inset Text
43715
43716 \begin_layout Plain Layout
43717 \begin_inset ERT
43718 status collapsed
43719
43720 \begin_layout Plain Layout
43721
43722
43723 \backslash
43724 fcolorbox{black}{
43725 \end_layout
43726
43727 \end_inset
43728
43729 Rhodamine
43730 \begin_inset ERT
43731 status collapsed
43732
43733 \begin_layout Plain Layout
43734
43735 }{
43736 \end_layout
43737
43738 \end_inset
43739
43740
43741 \begin_inset Phantom Phantom
43742 status open
43743
43744 \begin_layout Plain Layout
43745 W
43746 \end_layout
43747
43748 \end_inset
43749
43750
43751 \begin_inset ERT
43752 status collapsed
43753
43754 \begin_layout Plain Layout
43755
43756 }
43757 \end_layout
43758
43759 \end_inset
43760
43761  Rhodamine
43762 \end_layout
43763
43764 \end_inset
43765 </cell>
43766 </row>
43767 <row>
43768 <cell alignment="left" valignment="top" usebox="none">
43769 \begin_inset Text
43770
43771 \begin_layout Plain Layout
43772 \begin_inset ERT
43773 status collapsed
43774
43775 \begin_layout Plain Layout
43776
43777
43778 \backslash
43779 fcolorbox{black}{
43780 \end_layout
43781
43782 \end_inset
43783
43784 RoyalBlue
43785 \begin_inset ERT
43786 status collapsed
43787
43788 \begin_layout Plain Layout
43789
43790 }{
43791 \end_layout
43792
43793 \end_inset
43794
43795
43796 \begin_inset Phantom Phantom
43797 status open
43798
43799 \begin_layout Plain Layout
43800 W
43801 \end_layout
43802
43803 \end_inset
43804
43805
43806 \begin_inset ERT
43807 status collapsed
43808
43809 \begin_layout Plain Layout
43810
43811 }
43812 \end_layout
43813
43814 \end_inset
43815
43816  RoyalBlue
43817 \end_layout
43818
43819 \end_inset
43820 </cell>
43821 <cell alignment="left" valignment="top" usebox="none">
43822 \begin_inset Text
43823
43824 \begin_layout Plain Layout
43825 \begin_inset ERT
43826 status collapsed
43827
43828 \begin_layout Plain Layout
43829
43830
43831 \backslash
43832 fcolorbox{black}{
43833 \end_layout
43834
43835 \end_inset
43836
43837 RoyalPurple
43838 \begin_inset ERT
43839 status collapsed
43840
43841 \begin_layout Plain Layout
43842
43843 }{
43844 \end_layout
43845
43846 \end_inset
43847
43848
43849 \begin_inset Phantom Phantom
43850 status open
43851
43852 \begin_layout Plain Layout
43853 W
43854 \end_layout
43855
43856 \end_inset
43857
43858
43859 \begin_inset ERT
43860 status collapsed
43861
43862 \begin_layout Plain Layout
43863
43864 }
43865 \end_layout
43866
43867 \end_inset
43868
43869  RoyalPurple
43870 \end_layout
43871
43872 \end_inset
43873 </cell>
43874 <cell alignment="left" valignment="top" usebox="none">
43875 \begin_inset Text
43876
43877 \begin_layout Plain Layout
43878 \begin_inset ERT
43879 status collapsed
43880
43881 \begin_layout Plain Layout
43882
43883
43884 \backslash
43885 fcolorbox{black}{
43886 \end_layout
43887
43888 \end_inset
43889
43890 RubineRed
43891 \begin_inset ERT
43892 status collapsed
43893
43894 \begin_layout Plain Layout
43895
43896 }{
43897 \end_layout
43898
43899 \end_inset
43900
43901
43902 \begin_inset Phantom Phantom
43903 status open
43904
43905 \begin_layout Plain Layout
43906 W
43907 \end_layout
43908
43909 \end_inset
43910
43911
43912 \begin_inset ERT
43913 status collapsed
43914
43915 \begin_layout Plain Layout
43916
43917 }
43918 \end_layout
43919
43920 \end_inset
43921
43922  RubineRed
43923 \end_layout
43924
43925 \end_inset
43926 </cell>
43927 <cell alignment="left" valignment="top" usebox="none">
43928 \begin_inset Text
43929
43930 \begin_layout Plain Layout
43931 \begin_inset ERT
43932 status collapsed
43933
43934 \begin_layout Plain Layout
43935
43936
43937 \backslash
43938 fcolorbox{black}{
43939 \end_layout
43940
43941 \end_inset
43942
43943 Salmon
43944 \begin_inset ERT
43945 status collapsed
43946
43947 \begin_layout Plain Layout
43948
43949 }{
43950 \end_layout
43951
43952 \end_inset
43953
43954
43955 \begin_inset Phantom Phantom
43956 status open
43957
43958 \begin_layout Plain Layout
43959 W
43960 \end_layout
43961
43962 \end_inset
43963
43964
43965 \begin_inset ERT
43966 status collapsed
43967
43968 \begin_layout Plain Layout
43969
43970 }
43971 \end_layout
43972
43973 \end_inset
43974
43975  Salmon
43976 \end_layout
43977
43978 \end_inset
43979 </cell>
43980 </row>
43981 <row>
43982 <cell alignment="left" valignment="top" usebox="none">
43983 \begin_inset Text
43984
43985 \begin_layout Plain Layout
43986 \begin_inset ERT
43987 status collapsed
43988
43989 \begin_layout Plain Layout
43990
43991
43992 \backslash
43993 fcolorbox{black}{
43994 \end_layout
43995
43996 \end_inset
43997
43998 SeaGreen
43999 \begin_inset ERT
44000 status collapsed
44001
44002 \begin_layout Plain Layout
44003
44004 }{
44005 \end_layout
44006
44007 \end_inset
44008
44009
44010 \begin_inset Phantom Phantom
44011 status open
44012
44013 \begin_layout Plain Layout
44014 W
44015 \end_layout
44016
44017 \end_inset
44018
44019
44020 \begin_inset ERT
44021 status collapsed
44022
44023 \begin_layout Plain Layout
44024
44025 }
44026 \end_layout
44027
44028 \end_inset
44029
44030  SeaGreen
44031 \end_layout
44032
44033 \end_inset
44034 </cell>
44035 <cell alignment="left" valignment="top" usebox="none">
44036 \begin_inset Text
44037
44038 \begin_layout Plain Layout
44039 \begin_inset ERT
44040 status collapsed
44041
44042 \begin_layout Plain Layout
44043
44044
44045 \backslash
44046 fcolorbox{black}{
44047 \end_layout
44048
44049 \end_inset
44050
44051 Sepia
44052 \begin_inset ERT
44053 status collapsed
44054
44055 \begin_layout Plain Layout
44056
44057 }{
44058 \end_layout
44059
44060 \end_inset
44061
44062
44063 \begin_inset Phantom Phantom
44064 status open
44065
44066 \begin_layout Plain Layout
44067 W
44068 \end_layout
44069
44070 \end_inset
44071
44072
44073 \begin_inset ERT
44074 status collapsed
44075
44076 \begin_layout Plain Layout
44077
44078 }
44079 \end_layout
44080
44081 \end_inset
44082
44083  Sepia
44084 \end_layout
44085
44086 \end_inset
44087 </cell>
44088 <cell alignment="left" valignment="top" usebox="none">
44089 \begin_inset Text
44090
44091 \begin_layout Plain Layout
44092 \begin_inset ERT
44093 status collapsed
44094
44095 \begin_layout Plain Layout
44096
44097
44098 \backslash
44099 fcolorbox{black}{
44100 \end_layout
44101
44102 \end_inset
44103
44104 SkyBlue
44105 \begin_inset ERT
44106 status collapsed
44107
44108 \begin_layout Plain Layout
44109
44110 }{
44111 \end_layout
44112
44113 \end_inset
44114
44115
44116 \begin_inset Phantom Phantom
44117 status open
44118
44119 \begin_layout Plain Layout
44120 W
44121 \end_layout
44122
44123 \end_inset
44124
44125
44126 \begin_inset ERT
44127 status collapsed
44128
44129 \begin_layout Plain Layout
44130
44131 }
44132 \end_layout
44133
44134 \end_inset
44135
44136  SkyBlue
44137 \end_layout
44138
44139 \end_inset
44140 </cell>
44141 <cell alignment="left" valignment="top" usebox="none">
44142 \begin_inset Text
44143
44144 \begin_layout Plain Layout
44145 \begin_inset ERT
44146 status collapsed
44147
44148 \begin_layout Plain Layout
44149
44150
44151 \backslash
44152 fcolorbox{black}{
44153 \end_layout
44154
44155 \end_inset
44156
44157 SpringGreen
44158 \begin_inset ERT
44159 status collapsed
44160
44161 \begin_layout Plain Layout
44162
44163 }{
44164 \end_layout
44165
44166 \end_inset
44167
44168
44169 \begin_inset Phantom Phantom
44170 status open
44171
44172 \begin_layout Plain Layout
44173 W
44174 \end_layout
44175
44176 \end_inset
44177
44178
44179 \begin_inset ERT
44180 status collapsed
44181
44182 \begin_layout Plain Layout
44183
44184 }
44185 \end_layout
44186
44187 \end_inset
44188
44189  SpringGreen
44190 \end_layout
44191
44192 \end_inset
44193 </cell>
44194 </row>
44195 <row>
44196 <cell alignment="left" valignment="top" usebox="none">
44197 \begin_inset Text
44198
44199 \begin_layout Plain Layout
44200 \begin_inset ERT
44201 status collapsed
44202
44203 \begin_layout Plain Layout
44204
44205
44206 \backslash
44207 fcolorbox{black}{
44208 \end_layout
44209
44210 \end_inset
44211
44212 Tan
44213 \begin_inset ERT
44214 status collapsed
44215
44216 \begin_layout Plain Layout
44217
44218 }{
44219 \end_layout
44220
44221 \end_inset
44222
44223
44224 \begin_inset Phantom Phantom
44225 status open
44226
44227 \begin_layout Plain Layout
44228 W
44229 \end_layout
44230
44231 \end_inset
44232
44233
44234 \begin_inset ERT
44235 status collapsed
44236
44237 \begin_layout Plain Layout
44238
44239 }
44240 \end_layout
44241
44242 \end_inset
44243
44244  Tan
44245 \end_layout
44246
44247 \end_inset
44248 </cell>
44249 <cell alignment="left" valignment="top" usebox="none">
44250 \begin_inset Text
44251
44252 \begin_layout Plain Layout
44253 \begin_inset ERT
44254 status collapsed
44255
44256 \begin_layout Plain Layout
44257
44258
44259 \backslash
44260 fcolorbox{black}{
44261 \end_layout
44262
44263 \end_inset
44264
44265 TealBlue
44266 \begin_inset ERT
44267 status collapsed
44268
44269 \begin_layout Plain Layout
44270
44271 }{
44272 \end_layout
44273
44274 \end_inset
44275
44276
44277 \begin_inset Phantom Phantom
44278 status open
44279
44280 \begin_layout Plain Layout
44281 W
44282 \end_layout
44283
44284 \end_inset
44285
44286
44287 \begin_inset ERT
44288 status collapsed
44289
44290 \begin_layout Plain Layout
44291
44292 }
44293 \end_layout
44294
44295 \end_inset
44296
44297  TealBlue
44298 \end_layout
44299
44300 \end_inset
44301 </cell>
44302 <cell alignment="left" valignment="top" usebox="none">
44303 \begin_inset Text
44304
44305 \begin_layout Plain Layout
44306 \begin_inset ERT
44307 status collapsed
44308
44309 \begin_layout Plain Layout
44310
44311
44312 \backslash
44313 fcolorbox{black}{
44314 \end_layout
44315
44316 \end_inset
44317
44318 Thistle
44319 \begin_inset ERT
44320 status collapsed
44321
44322 \begin_layout Plain Layout
44323
44324 }{
44325 \end_layout
44326
44327 \end_inset
44328
44329
44330 \begin_inset Phantom Phantom
44331 status open
44332
44333 \begin_layout Plain Layout
44334 W
44335 \end_layout
44336
44337 \end_inset
44338
44339
44340 \begin_inset ERT
44341 status collapsed
44342
44343 \begin_layout Plain Layout
44344
44345 }
44346 \end_layout
44347
44348 \end_inset
44349
44350  Thistle
44351 \end_layout
44352
44353 \end_inset
44354 </cell>
44355 <cell alignment="left" valignment="top" usebox="none">
44356 \begin_inset Text
44357
44358 \begin_layout Plain Layout
44359 \begin_inset ERT
44360 status collapsed
44361
44362 \begin_layout Plain Layout
44363
44364
44365 \backslash
44366 fcolorbox{black}{
44367 \end_layout
44368
44369 \end_inset
44370
44371 Turquoise
44372 \begin_inset ERT
44373 status collapsed
44374
44375 \begin_layout Plain Layout
44376
44377 }{
44378 \end_layout
44379
44380 \end_inset
44381
44382
44383 \begin_inset Phantom Phantom
44384 status open
44385
44386 \begin_layout Plain Layout
44387 W
44388 \end_layout
44389
44390 \end_inset
44391
44392
44393 \begin_inset ERT
44394 status collapsed
44395
44396 \begin_layout Plain Layout
44397
44398 }
44399 \end_layout
44400
44401 \end_inset
44402
44403  Turquoise
44404 \end_layout
44405
44406 \end_inset
44407 </cell>
44408 </row>
44409 <row>
44410 <cell alignment="left" valignment="top" usebox="none">
44411 \begin_inset Text
44412
44413 \begin_layout Plain Layout
44414 \begin_inset ERT
44415 status collapsed
44416
44417 \begin_layout Plain Layout
44418
44419
44420 \backslash
44421 fcolorbox{black}{
44422 \end_layout
44423
44424 \end_inset
44425
44426 Violet
44427 \begin_inset ERT
44428 status collapsed
44429
44430 \begin_layout Plain Layout
44431
44432 }{
44433 \end_layout
44434
44435 \end_inset
44436
44437
44438 \begin_inset Phantom Phantom
44439 status open
44440
44441 \begin_layout Plain Layout
44442 W
44443 \end_layout
44444
44445 \end_inset
44446
44447
44448 \begin_inset ERT
44449 status collapsed
44450
44451 \begin_layout Plain Layout
44452
44453 }
44454 \end_layout
44455
44456 \end_inset
44457
44458  Violet
44459 \end_layout
44460
44461 \end_inset
44462 </cell>
44463 <cell alignment="left" valignment="top" usebox="none">
44464 \begin_inset Text
44465
44466 \begin_layout Plain Layout
44467 \begin_inset ERT
44468 status collapsed
44469
44470 \begin_layout Plain Layout
44471
44472
44473 \backslash
44474 fcolorbox{black}{
44475 \end_layout
44476
44477 \end_inset
44478
44479 VioletRed
44480 \begin_inset ERT
44481 status collapsed
44482
44483 \begin_layout Plain Layout
44484
44485 }{
44486 \end_layout
44487
44488 \end_inset
44489
44490
44491 \begin_inset Phantom Phantom
44492 status open
44493
44494 \begin_layout Plain Layout
44495 W
44496 \end_layout
44497
44498 \end_inset
44499
44500
44501 \begin_inset ERT
44502 status collapsed
44503
44504 \begin_layout Plain Layout
44505
44506 }
44507 \end_layout
44508
44509 \end_inset
44510
44511  VioletRed
44512 \end_layout
44513
44514 \end_inset
44515 </cell>
44516 <cell alignment="left" valignment="top" usebox="none">
44517 \begin_inset Text
44518
44519 \begin_layout Plain Layout
44520 \begin_inset ERT
44521 status collapsed
44522
44523 \begin_layout Plain Layout
44524
44525
44526 \backslash
44527 fcolorbox{black}{
44528 \end_layout
44529
44530 \end_inset
44531
44532 WildStrawberry
44533 \begin_inset ERT
44534 status collapsed
44535
44536 \begin_layout Plain Layout
44537
44538 }{
44539 \end_layout
44540
44541 \end_inset
44542
44543
44544 \begin_inset Phantom Phantom
44545 status open
44546
44547 \begin_layout Plain Layout
44548 W
44549 \end_layout
44550
44551 \end_inset
44552
44553
44554 \begin_inset ERT
44555 status collapsed
44556
44557 \begin_layout Plain Layout
44558
44559 }
44560 \end_layout
44561
44562 \end_inset
44563
44564  WildStrawberry
44565 \end_layout
44566
44567 \end_inset
44568 </cell>
44569 <cell alignment="left" valignment="top" usebox="none">
44570 \begin_inset Text
44571
44572 \begin_layout Plain Layout
44573 \begin_inset ERT
44574 status collapsed
44575
44576 \begin_layout Plain Layout
44577
44578
44579 \backslash
44580 fcolorbox{black}{
44581 \end_layout
44582
44583 \end_inset
44584
44585 YellowGreen
44586 \begin_inset ERT
44587 status collapsed
44588
44589 \begin_layout Plain Layout
44590
44591 }{
44592 \end_layout
44593
44594 \end_inset
44595
44596
44597 \begin_inset Phantom Phantom
44598 status open
44599
44600 \begin_layout Plain Layout
44601 W
44602 \end_layout
44603
44604 \end_inset
44605
44606
44607 \begin_inset ERT
44608 status collapsed
44609
44610 \begin_layout Plain Layout
44611
44612 }
44613 \end_layout
44614
44615 \end_inset
44616
44617  YellowGreen
44618 \end_layout
44619
44620 \end_inset
44621 </cell>
44622 </row>
44623 <row>
44624 <cell alignment="left" valignment="top" usebox="none">
44625 \begin_inset Text
44626
44627 \begin_layout Plain Layout
44628 \begin_inset ERT
44629 status collapsed
44630
44631 \begin_layout Plain Layout
44632
44633
44634 \backslash
44635 fcolorbox{black}{
44636 \end_layout
44637
44638 \end_inset
44639
44640 YellowOrange
44641 \begin_inset ERT
44642 status collapsed
44643
44644 \begin_layout Plain Layout
44645
44646 }{
44647 \end_layout
44648
44649 \end_inset
44650
44651
44652 \begin_inset Phantom Phantom
44653 status open
44654
44655 \begin_layout Plain Layout
44656 W
44657 \end_layout
44658
44659 \end_inset
44660
44661
44662 \begin_inset ERT
44663 status collapsed
44664
44665 \begin_layout Plain Layout
44666
44667 }
44668 \end_layout
44669
44670 \end_inset
44671
44672  YellowOrange
44673 \end_layout
44674
44675 \end_inset
44676 </cell>
44677 <cell alignment="left" valignment="top" usebox="none">
44678 \begin_inset Text
44679
44680 \begin_layout Plain Layout
44681
44682 \end_layout
44683
44684 \end_inset
44685 </cell>
44686 <cell alignment="left" valignment="top" usebox="none">
44687 \begin_inset Text
44688
44689 \begin_layout Plain Layout
44690
44691 \end_layout
44692
44693 \end_inset
44694 </cell>
44695 <cell alignment="left" valignment="top" usebox="none">
44696 \begin_inset Text
44697
44698 \begin_layout Plain Layout
44699
44700 \end_layout
44701
44702 \end_inset
44703 </cell>
44704 </row>
44705 </lyxtabular>
44706
44707 \end_inset
44708
44709
44710 \end_layout
44711
44712 \begin_layout Chapter
44713 Erklärung der Gleichung
44714 \begin_inset space ~
44715 \end_inset
44716
44717 (
44718 \begin_inset CommandInset ref
44719 LatexCommand ref
44720 reference "eq:Wgn"
44721
44722 \end_inset
44723
44724 )
44725 \begin_inset CommandInset label
44726 LatexCommand label
44727 name "kap:Erläuterung-einer-Gleichung"
44728
44729 \end_inset
44730
44731
44732 \end_layout
44733
44734 \begin_layout Standard
44735 Die Gesamtbreite von
44736 \emph on
44737  n
44738 \emph default
44739  Tabellenzellen 
44740 \begin_inset Formula $W_{\mathrm{tot\,n}}$
44741 \end_inset
44742
44743  kann wie folgt berechnet werden:
44744 \begin_inset Formula 
44745 \begin{equation}
44746 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44747 \end{equation}
44748
44749 \end_inset
44750
44751
44752 \end_layout
44753
44754 \begin_layout Standard
44755 Dabei ist 
44756 \begin_inset Formula $W_{g\,n}$
44757 \end_inset
44758
44759  die Breite jeder Zelle.
44760
44761 \series bold
44762  
44763 \backslash
44764 tabcolsep
44765 \series default
44766  ist die \SpecialChar LaTeX
44767 -Länge zwischen dem Zellentext und der Zellgrenze mit dem Standardwert
44768  6
44769 \begin_inset space \thinspace{}
44770 \end_inset
44771
44772 pt.
44773  
44774 \series bold
44775
44776 \backslash
44777 arrayrulewidth
44778 \series default
44779  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
44780 \begin_inset space \thinspace{}
44781 \end_inset
44782
44783 pt.
44784 \end_layout
44785
44786 \begin_layout Standard
44787 Nach Gleichung
44788 \begin_inset space ~
44789 \end_inset
44790
44791
44792 \begin_inset CommandInset ref
44793 LatexCommand ref
44794 reference "eq:Wtot_n"
44795
44796 \end_inset
44797
44798  ist die Gesamtbreite einer Mehrfachspalte, 
44799 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
44800 \end_inset
44801
44802 ,
44803 \begin_inset Formula 
44804 \begin{equation}
44805 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44806 \end{equation}
44807
44808 \end_inset
44809
44810
44811 \end_layout
44812
44813 \begin_layout Standard
44814 Setzt man die Gleichungen
44815 \begin_inset space ~
44816 \end_inset
44817
44818
44819 \begin_inset CommandInset ref
44820 LatexCommand ref
44821 reference "eq:Wtot_n"
44822
44823 \end_inset
44824
44825  und 
44826 \begin_inset CommandInset ref
44827 LatexCommand ref
44828 reference "eq:Wtot_mult"
44829
44830 \end_inset
44831
44832  gleich, kann man die benötigte Breite 
44833 \begin_inset Formula $W_{g\,n}$
44834 \end_inset
44835
44836 , wenn 
44837 \emph on
44838 n
44839 \emph default
44840  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
44841 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
44842 \end_inset
44843
44844  hat, berechnen:
44845 \begin_inset Formula 
44846 \begin{equation}
44847 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44848 \end{equation}
44849
44850 \end_inset
44851
44852
44853 \end_layout
44854
44855 \begin_layout Bibliography
44856 \begin_inset CommandInset bibitem
44857 LatexCommand bibitem
44858 key "latexcompanion"
44859
44860 \end_inset
44861
44862 Frank Mittelbach and Michel Goossens: 
44863 \emph on
44864 The \SpecialChar LaTeX
44865  Companion Second Edition.
44866
44867 \emph default
44868  Addison-Wesley, 2004
44869 \end_layout
44870
44871 \begin_layout Bibliography
44872 \begin_inset CommandInset bibitem
44873 LatexCommand bibitem
44874 key "latexguide"
44875
44876 \end_inset
44877
44878 Helmut Kopka and Patrick W.
44879  Daly: 
44880 \emph on
44881 A Guide to \SpecialChar LaTeX
44882  Fourth Edition.
44883
44884 \emph default
44885  Addison-Wesley, 2003
44886 \end_layout
44887
44888 \begin_layout Bibliography
44889 \begin_inset CommandInset bibitem
44890 LatexCommand bibitem
44891 key "lamport"
44892
44893 \end_inset
44894
44895 Leslie Lamport: 
44896 \emph on
44897 \SpecialChar LaTeX
44898 : A Document Preparation System.
44899
44900 \emph default
44901  Addison-Wesley, second edition, 1994
44902 \end_layout
44903
44904 \begin_layout Bibliography
44905 \begin_inset CommandInset bibitem
44906 LatexCommand bibitem
44907 key "latex-praxisbuch"
44908
44909 \end_inset
44910
44911 Niedermair, Elke & Michael: 
44912 \emph on
44913 \SpecialChar LaTeX
44914 -Praxisbuch
44915 \emph default
44916 , Franzis-Verlag, 2004
44917 \end_layout
44918
44919 \begin_layout Bibliography
44920 \begin_inset CommandInset bibitem
44921 LatexCommand bibitem
44922 key "arydshln"
44923
44924 \end_inset
44925
44926 Dokumentation des \SpecialChar LaTeX
44927 -Pakets 
44928 \series bold
44929
44930 \begin_inset CommandInset href
44931 LatexCommand href
44932 name "arydshln"
44933 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
44934
44935 \end_inset
44936
44937
44938 \series default
44939
44940 \begin_inset Index idx
44941 status collapsed
44942
44943 \begin_layout Plain Layout
44944 \SpecialChar LaTeX
44945 -Pakete ! arydshln
44946 \end_layout
44947
44948 \end_inset
44949
44950
44951 \end_layout
44952
44953 \begin_layout Bibliography
44954 \begin_inset CommandInset bibitem
44955 LatexCommand bibitem
44956 key "booktabs"
44957
44958 \end_inset
44959
44960 Dokumentation des \SpecialChar LaTeX
44961 -Pakets 
44962 \series bold
44963
44964 \begin_inset CommandInset href
44965 LatexCommand href
44966 name "booktabs"
44967 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
44968
44969 \end_inset
44970
44971
44972 \series default
44973
44974 \begin_inset Index idx
44975 status collapsed
44976
44977 \begin_layout Plain Layout
44978 \SpecialChar LaTeX
44979 -Pakete ! booktabs
44980 \end_layout
44981
44982 \end_inset
44983
44984
44985 \end_layout
44986
44987 \begin_layout Bibliography
44988 \begin_inset CommandInset bibitem
44989 LatexCommand bibitem
44990 key "caption"
44991
44992 \end_inset
44993
44994 Dokumentation des \SpecialChar LaTeX
44995 -Pakets 
44996 \series bold
44997
44998 \begin_inset CommandInset href
44999 LatexCommand href
45000 name "caption"
45001 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
45002
45003 \end_inset
45004
45005
45006 \series default
45007
45008 \begin_inset Index idx
45009 status collapsed
45010
45011 \begin_layout Plain Layout
45012 \SpecialChar LaTeX
45013 -Pakete ! caption
45014 \end_layout
45015
45016 \end_inset
45017
45018
45019 \end_layout
45020
45021 \begin_layout Bibliography
45022 \begin_inset CommandInset bibitem
45023 LatexCommand bibitem
45024 key "diagbox"
45025
45026 \end_inset
45027
45028 Dokumentation des \SpecialChar LaTeX
45029 -Pakets 
45030 \series bold
45031
45032 \begin_inset CommandInset href
45033 LatexCommand href
45034 name "diagbox"
45035 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45036
45037 \end_inset
45038
45039
45040 \series default
45041
45042 \begin_inset Index idx
45043 status collapsed
45044
45045 \begin_layout Plain Layout
45046 \SpecialChar LaTeX
45047 -Pakete ! diagbox
45048 \end_layout
45049
45050 \end_inset
45051
45052
45053 \end_layout
45054
45055 \begin_layout Bibliography
45056 \begin_inset CommandInset bibitem
45057 LatexCommand bibitem
45058 key "endfloat"
45059
45060 \end_inset
45061
45062 Dokumentation des \SpecialChar LaTeX
45063 -Pakets 
45064 \series bold
45065
45066 \begin_inset CommandInset href
45067 LatexCommand href
45068 name "endfloat"
45069 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45070
45071 \end_inset
45072
45073
45074 \series default
45075
45076 \begin_inset Index idx
45077 status collapsed
45078
45079 \begin_layout Plain Layout
45080 \SpecialChar LaTeX
45081 -Pakete ! endfloat
45082 \end_layout
45083
45084 \end_inset
45085
45086
45087 \end_layout
45088
45089 \begin_layout Bibliography
45090 \begin_inset CommandInset bibitem
45091 LatexCommand bibitem
45092 key "footmisc"
45093
45094 \end_inset
45095
45096 Dokumentation des \SpecialChar LaTeX
45097 -Pakets 
45098 \series bold
45099
45100 \begin_inset CommandInset href
45101 LatexCommand href
45102 name "footmisc"
45103 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45104
45105 \end_inset
45106
45107
45108 \series default
45109
45110 \begin_inset Index idx
45111 status collapsed
45112
45113 \begin_layout Plain Layout
45114 \SpecialChar LaTeX
45115 -Pakete ! footmisc
45116 \end_layout
45117
45118 \end_inset
45119
45120
45121 \end_layout
45122
45123 \begin_layout Bibliography
45124 \begin_inset CommandInset bibitem
45125 LatexCommand bibitem
45126 key "hypcap"
45127
45128 \end_inset
45129
45130 Dokumentation des \SpecialChar LaTeX
45131 -Pakets 
45132 \series bold
45133
45134 \begin_inset CommandInset href
45135 LatexCommand href
45136 name "hypcap"
45137 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45138
45139 \end_inset
45140
45141
45142 \series default
45143
45144 \begin_inset Index idx
45145 status collapsed
45146
45147 \begin_layout Plain Layout
45148 \SpecialChar LaTeX
45149 -Pakete ! hypcap
45150 \end_layout
45151
45152 \end_inset
45153
45154
45155 \end_layout
45156
45157 \begin_layout Bibliography
45158 \begin_inset CommandInset bibitem
45159 LatexCommand bibitem
45160 key "hyperref"
45161
45162 \end_inset
45163
45164 Dokumentation des \SpecialChar LaTeX
45165 -Pakets 
45166 \series bold
45167
45168 \begin_inset CommandInset href
45169 LatexCommand href
45170 name "hyperref"
45171 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45172
45173 \end_inset
45174
45175
45176 \series default
45177
45178 \begin_inset Index idx
45179 status collapsed
45180
45181 \begin_layout Plain Layout
45182 \SpecialChar LaTeX
45183 -Pakete ! hyperref
45184 \end_layout
45185
45186 \end_inset
45187
45188
45189 \end_layout
45190
45191 \begin_layout Bibliography
45192 \begin_inset CommandInset bibitem
45193 LatexCommand bibitem
45194 key "KOMA-Script"
45195
45196 \end_inset
45197
45198 Dokumentation des \SpecialChar LaTeX
45199 -Pakets 
45200 \series bold
45201
45202 \begin_inset CommandInset href
45203 LatexCommand href
45204 name "KOMA-Script"
45205 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45206
45207 \end_inset
45208
45209
45210 \series default
45211
45212 \begin_inset Index idx
45213 status collapsed
45214
45215 \begin_layout Plain Layout
45216 \SpecialChar LaTeX
45217 -Pakete ! KOMA-Script
45218 \end_layout
45219
45220 \end_inset
45221
45222
45223 \end_layout
45224
45225 \begin_layout Bibliography
45226 \begin_inset CommandInset bibitem
45227 LatexCommand bibitem
45228 key "lettrine"
45229
45230 \end_inset
45231
45232 Dokumentation des \SpecialChar LaTeX
45233 -Pakets 
45234 \series bold
45235
45236 \begin_inset CommandInset href
45237 LatexCommand href
45238 name "lettrine"
45239 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45240
45241 \end_inset
45242
45243
45244 \series default
45245  und ein 
45246 \begin_inset CommandInset href
45247 LatexCommand href
45248 name "Beispiel"
45249 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
45250
45251 \end_inset
45252
45253
45254 \begin_inset Index idx
45255 status collapsed
45256
45257 \begin_layout Plain Layout
45258 \SpecialChar LaTeX
45259 -Pakete ! lettrine
45260 \end_layout
45261
45262 \end_inset
45263
45264
45265 \end_layout
45266
45267 \begin_layout Bibliography
45268 \begin_inset CommandInset bibitem
45269 LatexCommand bibitem
45270 key "listings"
45271
45272 \end_inset
45273
45274 Dokumentation des \SpecialChar LaTeX
45275 -Pakets 
45276 \series bold
45277
45278 \begin_inset CommandInset href
45279 LatexCommand href
45280 name "listings"
45281 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45282
45283 \end_inset
45284
45285
45286 \series default
45287
45288 \begin_inset Index idx
45289 status collapsed
45290
45291 \begin_layout Plain Layout
45292 \SpecialChar LaTeX
45293 -Pakete ! listings
45294 \end_layout
45295
45296 \end_inset
45297
45298
45299 \end_layout
45300
45301 \begin_layout Bibliography
45302 \begin_inset CommandInset bibitem
45303 LatexCommand bibitem
45304 key "marginnote"
45305
45306 \end_inset
45307
45308 Dokumentation des \SpecialChar LaTeX
45309 -Pakets 
45310 \series bold
45311
45312 \begin_inset CommandInset href
45313 LatexCommand href
45314 name "marginnote"
45315 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45316
45317 \end_inset
45318
45319
45320 \series default
45321
45322 \begin_inset Index idx
45323 status collapsed
45324
45325 \begin_layout Plain Layout
45326 \SpecialChar LaTeX
45327 -Pakete ! marginnote
45328 \end_layout
45329
45330 \end_inset
45331
45332
45333 \end_layout
45334
45335 \begin_layout Bibliography
45336 \begin_inset CommandInset bibitem
45337 LatexCommand bibitem
45338 key "pdfpages"
45339
45340 \end_inset
45341
45342 Dokumentation des \SpecialChar LaTeX
45343 -Pakets 
45344 \series bold
45345
45346 \begin_inset CommandInset href
45347 LatexCommand href
45348 name "pdfpages"
45349 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45350
45351 \end_inset
45352
45353
45354 \series default
45355
45356 \begin_inset Index idx
45357 status collapsed
45358
45359 \begin_layout Plain Layout
45360 \SpecialChar LaTeX
45361 -Pakete ! pdfpages
45362 \end_layout
45363
45364 \end_inset
45365
45366
45367 \end_layout
45368
45369 \begin_layout Bibliography
45370 \begin_inset CommandInset bibitem
45371 LatexCommand bibitem
45372 key "prettyref"
45373
45374 \end_inset
45375
45376 Dokumentation des \SpecialChar LaTeX
45377 -Pakets 
45378 \series bold
45379
45380 \begin_inset CommandInset href
45381 LatexCommand href
45382 name "prettyref"
45383 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45384
45385 \end_inset
45386
45387
45388 \series default
45389
45390 \begin_inset Index idx
45391 status collapsed
45392
45393 \begin_layout Plain Layout
45394 \SpecialChar LaTeX
45395 -Pakete ! prettyref
45396 \end_layout
45397
45398 \end_inset
45399
45400
45401 \end_layout
45402
45403 \begin_layout Bibliography
45404 \begin_inset CommandInset bibitem
45405 LatexCommand bibitem
45406 key "pstricks"
45407
45408 \end_inset
45409
45410 Webseite des \SpecialChar LaTeX
45411 -Pakets 
45412 \series bold
45413
45414 \begin_inset CommandInset href
45415 LatexCommand href
45416 name "PSTricks"
45417 target "http://tug.org/PSTricks/"
45418
45419 \end_inset
45420
45421
45422 \series default
45423
45424 \begin_inset Index idx
45425 status collapsed
45426
45427 \begin_layout Plain Layout
45428 \SpecialChar LaTeX
45429 -Pakete ! pstricks
45430 \end_layout
45431
45432 \end_inset
45433
45434
45435 \end_layout
45436
45437 \begin_layout Bibliography
45438 \begin_inset CommandInset bibitem
45439 LatexCommand bibitem
45440 key "refstyle"
45441
45442 \end_inset
45443
45444 Dokumentation des \SpecialChar LaTeX
45445 -Pakets 
45446 \series bold
45447
45448 \begin_inset CommandInset href
45449 LatexCommand href
45450 name "refstyle"
45451 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45452
45453 \end_inset
45454
45455
45456 \series default
45457
45458 \begin_inset Index idx
45459 status collapsed
45460
45461 \begin_layout Plain Layout
45462 \SpecialChar LaTeX
45463 -Pakete ! refstyle
45464 \end_layout
45465
45466 \end_inset
45467
45468
45469 \end_layout
45470
45471 \begin_layout Bibliography
45472 \begin_inset CommandInset bibitem
45473 LatexCommand bibitem
45474 key "sidecap"
45475
45476 \end_inset
45477
45478 Dokumentation des \SpecialChar LaTeX
45479 -Pakets 
45480 \series bold
45481
45482 \begin_inset CommandInset href
45483 LatexCommand href
45484 name "sidecap"
45485 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45486
45487 \end_inset
45488
45489
45490 \series default
45491
45492 \begin_inset Index idx
45493 status collapsed
45494
45495 \begin_layout Plain Layout
45496 \SpecialChar LaTeX
45497 -Pakete ! sidecap
45498 \end_layout
45499
45500 \end_inset
45501
45502
45503 \end_layout
45504
45505 \begin_layout Bibliography
45506 \begin_inset CommandInset bibitem
45507 LatexCommand bibitem
45508 key "NeuInLyX20"
45509
45510 \end_inset
45511
45512
45513 \begin_inset CommandInset href
45514 LatexCommand href
45515 name "Wiki-Seite"
45516 target "http://wiki.lyx.org/LyX/NewInLyX20"
45517
45518 \end_inset
45519
45520  über neue Funktionen in 
45521 \family sans
45522 \SpecialChar LyX
45523  2.0
45524 \family default
45525 .
45526 \end_layout
45527
45528 \begin_layout Standard
45529 \begin_inset CommandInset index_print
45530 LatexCommand printindex
45531 type "idx"
45532
45533 \end_inset
45534
45535
45536 \end_layout
45537
45538 \end_body
45539 \end_document