]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
EmbeddedObjects.lyx: remove an outdated info
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 498
3 \begin_document
4 \begin_header
5 \origin unavailable
6 \textclass scrbook
7 \begin_preamble
8 % wenn pdflatex benutzt wird:
9 \usepackage{ifpdf}
10 \ifpdf
11
12 % Schriften für bessere PDF-Ansichten
13 \IfFileExists{lmodern.sty}
14  {\usepackage{lmodern}}{}
15
16 \fi % Ende von: wenn pdflatex benutzt wird
17
18 % Setzt den Link fuer Sprünge zu Gleitabbildungen
19 % auf den Anfang des Gelitobjekts und nicht aufs Ende
20 \usepackage[figure]{hypcap}
21
22 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
23 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % Formatierung von Legenden
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % Definitionen um Legenden neben Tabellen und Abbildungen zu setzen
35 \newcommand{\TabBesBeg}[1][1.0]{%
36  \let\MyTable\table
37  \let\MyEndtable\endtable
38  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
39
40 \newcommand{\TabBesEnd}{%
41  \let\table\MyTable
42  \let\endtable\MyEndtable}
43
44 \newcommand{\FigBesBeg}[1][1.0]{%
45  \let\MyFigure\figure
46  \let\MyEndfigure\endfigure
47  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
48
49 \newcommand{\FigBesEnd}{%
50  \let\figure\MyFigure
51  \let\endfigure\MyEndfigure}
52
53 % ermöglicht das Berechnen von Werten
54 \usepackage{calc}
55
56 %Vergrößert den Teil der Seite, in dem Gleitobjekte
57 % unten angeordnet werden dürfen
58 \renewcommand{\bottomfraction}{0.5}
59
60 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
61 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
62
63 % beschleunigt die Berechnung von langen Tabellen
64 \setcounter{LTchunksize}{100}
65
66 % wird 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 \@ifpackageloaded{babel}{
164  % Damit der Index den Namen "Stichwortverzeichnis" erhält
165  \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
166 }{}
167 \end_preamble
168 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames,table
169 \use_default_options false
170 \begin_modules
171 initials
172 \end_modules
173 \maintain_unincluded_children false
174 \language ngerman
175 \language_package default
176 \inputencoding auto
177 \fontencoding global
178 \font_roman default
179 \font_sans default
180 \font_typewriter default
181 \font_math auto
182 \font_default_family default
183 \use_non_tex_fonts false
184 \font_sc false
185 \font_osf false
186 \font_sf_scale 100
187 \font_tt_scale 100
188 \graphics default
189 \default_output_format default
190 \output_sync 0
191 \bibtex_command default
192 \index_command default
193 \paperfontsize 12
194 \spacing single
195 \use_hyperref true
196 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
197 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
198 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
199 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
200 \pdf_bookmarks true
201 \pdf_bookmarksnumbered true
202 \pdf_bookmarksopen true
203 \pdf_bookmarksopenlevel 1
204 \pdf_breaklinks false
205 \pdf_pdfborder false
206 \pdf_colorlinks true
207 \pdf_backref false
208 \pdf_pdfusetitle false
209 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
210 \papersize a4paper
211 \use_geometry false
212 \use_package amsmath 2
213 \use_package amssymb 2
214 \use_package cancel 0
215 \use_package esint 0
216 \use_package mathdots 1
217 \use_package mathtools 0
218 \use_package mhchem 1
219 \use_package stackrel 0
220 \use_package stmaryrd 0
221 \use_package undertilde 0
222 \cite_engine basic
223 \cite_engine_type default
224 \biblio_style plain
225 \use_bibtopic false
226 \use_indices false
227 \paperorientation portrait
228 \suppress_date false
229 \justification true
230 \use_refstyle 0
231 \notefontcolor #0000ff
232 \index Stichwortverzeichnis
233 \shortcut idx
234 \color #008000
235 \end_index
236 \secnumdepth 3
237 \tocdepth 3
238 \paragraph_separation skip
239 \defskip medskip
240 \quotes_language german
241 \papercolumns 1
242 \papersides 2
243 \paperpagestyle default
244 \tracking_changes false
245 \output_changes false
246 \html_math_output 0
247 \html_css_as_file 0
248 \html_be_strict false
249 \end_header
250
251 \begin_body
252
253 \begin_layout Title
254 Das \SpecialChar LyX
255 -Handbuch der Einfügungen:
256 \begin_inset Newline newline
257 \end_inset
258
259  
260 \size larger
261 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
262 \end_layout
263
264 \begin_layout Author
265 vom \SpecialChar LyX
266 -Team
267 \begin_inset Foot
268 status open
269
270 \begin_layout Plain Layout
271 \noindent
272
273 \size normal
274 Übersetzung und Bearbeitung: Hartmut Haase
275 \size default
276  (
277 \noun on
278 HHa
279 \noun default
280 , bis März 2010), Uwe Stöhr
281 \begin_inset Newline newline
282 \end_inset
283
284 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
285  bitte an: 
286 \begin_inset CommandInset href
287 LatexCommand href
288 name "lyx-docs@lists.lyx.org"
289 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
290 type "mailto:"
291
292 \end_inset
293
294
295 \end_layout
296
297 \end_inset
298
299
300 \begin_inset Note Note
301 status collapsed
302
303 \begin_layout Plain Layout
304 Autor: Uwe Stöhr <uwestoehr@web.de>
305 \end_layout
306
307 \end_inset
308
309
310 \begin_inset Newline newline
311 \end_inset
312
313
314 \begin_inset Newline newline
315 \end_inset
316
317
318 \family sans
319 Version 2.1.x
320 \end_layout
321
322 \begin_layout Standard
323 \begin_inset CommandInset toc
324 LatexCommand tableofcontents
325
326 \end_inset
327
328
329 \end_layout
330
331 \begin_layout Standard
332 \begin_inset Note Note
333 status open
334
335 \begin_layout Plain Layout
336 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
337 en zu können oder es auszudrucken, benötigen Sie die \SpecialChar LaTeX
338 -Pakte 
339 \series bold
340 arydshln
341 \series default
342
343 \series bold
344 colortbl
345 \series default
346
347 \series bold
348 diagbox, lettrine, marginnote, picinpar
349 \series default
350  und 
351 \series bold
352 sidecap
353 \series default
354 .
355  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
356  denen sie benötigt werden.
357 \end_layout
358
359 \begin_layout Plain Layout
360 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
361  hier finden:
362 \begin_inset Newline newline
363 \end_inset
364
365
366 \series bold
367 http://wiki.lyx.org/\SpecialChar LyX
368 /DocumentationDevelopment#EmbeddedObjects
369 \end_layout
370
371 \end_inset
372
373
374 \end_layout
375
376 \begin_layout Chapter
377 Abbildungen
378 \begin_inset Index idx
379 status collapsed
380
381 \begin_layout Plain Layout
382 Abbildungen
383 \end_layout
384
385 \end_inset
386
387
388 \end_layout
389
390 \begin_layout Section
391 Grafik-Dialog
392 \begin_inset Index idx
393 status collapsed
394
395 \begin_layout Plain Layout
396 Abbildungen ! Grafik-Dialog
397 \end_layout
398
399 \end_inset
400
401
402 \begin_inset CommandInset label
403 LatexCommand label
404 name "abs:Grafik-Dialog"
405
406 \end_inset
407
408
409 \end_layout
410
411 \begin_layout Standard
412 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
413  
414 \begin_inset Info
415 type  "icon"
416 arg   "dialog-show-new-inset graphics"
417 \end_inset
418
419  in der Werkzeugleiste oder wählen das Menü 
420 \family sans
421 Einfügen\SpecialChar menuseparator
422 Grafik
423 \family default
424 .
425  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
426  
427 \family sans
428 Durchsuchen
429 \family default
430  eingeben können.
431  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
432  an der Sie sie eingefügt haben.
433 \end_layout
434
435 \begin_layout Standard
436 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
437  klicken.
438  Der Dialog hat drei Karteikarten:
439 \end_layout
440
441 \begin_layout Description
442
443 \family sans
444 Grafik
445 \family default
446  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
447  Version festlegen.
448  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
449 \begin_inset space ~
450 \end_inset
451
452
453 \begin_inset CommandInset ref
454 LatexCommand ref
455 reference "kap:In-LyX-verfügbare"
456
457 \end_inset
458
459  erklärt.
460 \begin_inset Newline newline
461 \end_inset
462
463
464 \begin_inset Index idx
465 status collapsed
466
467 \begin_layout Plain Layout
468 Abbildungen ! rotierte
469 \end_layout
470
471 \end_inset
472
473 Sie können Abbildungen durch Angabe eines 
474 \family sans
475 Winkel
476 \family default
477
478 \begin_inset space ~
479 \end_inset
480
481
482 \family sans
483 (Grad)
484 \family default
485  und Festlegung eines 
486 \family sans
487 Drehpunktes
488 \family default
489  drehen.
490  Negative Winkel drehen im Uhrzeigersinn.
491  Die Abbildung wird auch in \SpecialChar LyX
492  gedreht.
493 \begin_inset Newline newline
494 \end_inset
495
496
497 \begin_inset Index idx
498 status collapsed
499
500 \begin_layout Plain Layout
501 Abbildungen ! skalierte
502 \end_layout
503
504 \end_inset
505
506 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
507  oder Höhe und Breite definiert.
508  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
509  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
510  wobei sie möglicherweise verzerrt wird.
511  Um das zu vermeiden, sollten Sie 
512 \family sans
513 Seitenverhältnis
514 \begin_inset space ~
515 \end_inset
516
517 beibehalten
518 \family default
519  ankreuzen.
520  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
521  und Breite nicht überschritten werden.
522 \begin_inset Newline newline
523 \end_inset
524
525 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
526 nden Kontext-Menü 
527 \family sans
528 Datei extern bearbeiten
529 \family default
530  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
531  öffnen.
532  Das Programm kann für jedes Bildformat in den \SpecialChar LyX
533 -Einstellungen unter 
534 \family sans
535 Datei-Handhabung\SpecialChar menuseparator
536 Dateiformate
537 \family default
538  festgelegt werden.
539 \end_layout
540
541 \begin_layout Description
542
543 \family sans
544 Ausschnitt
545 \family default
546  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
547  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
548  Wenn Sie auf 
549 \family sans
550 Lese
551 \begin_inset space ~
552 \end_inset
553
554 aus
555 \begin_inset space ~
556 \end_inset
557
558 Datei
559 \family default
560  klicken, werden die Koordinaten automatisch berechnet.
561  Die Option 
562 \family sans
563 Auf
564 \begin_inset space ~
565 \end_inset
566
567 Begrenzungsbox
568 \begin_inset space ~
569 \end_inset
570
571 zuschneiden
572 \family default
573  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
574  Koordinaten liegt.
575  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
576  diese Karteikarte ignorieren.
577 \end_layout
578
579 \begin_layout Description
580
581 \family sans
582 \SpecialChar LaTeX
583 -
584 \begin_inset space ~
585 \end_inset
586
587 und
588 \begin_inset space ~
589 \end_inset
590
591 \SpecialChar LyX
592 -Optionen
593 \family default
594  Hier können Sie das Aussehen einer Abbildung innerhalb von \SpecialChar LyX
595  ändern und
596  \SpecialChar LaTeX
597 -Experten können weitere \SpecialChar LaTeX
598 -Optionen definieren.
599 \begin_inset Newline newline
600 \end_inset
601
602 Ist die Option 
603 \family sans
604 Entwurfsmodus 
605 \family default
606 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
607  darin gedruckt.
608 \begin_inset Newline newline
609 \end_inset
610
611 Im Abschnitt 
612 \family sans
613 Grafikgruppe
614 \family default
615  kann man eine Einstellungsgruppe definieren oder dem Bild eine solche zuzuordne
616 n.
617 \begin_inset Index idx
618 status collapsed
619
620 \begin_layout Plain Layout
621 Abbildungen ! Einstellungsgruppen
622 \end_layout
623
624 \end_inset
625
626  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
627  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
628  der Gruppe geändert werden.
629  Damit kann man z.B.
630 \begin_inset space ~
631 \end_inset
632
633 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
634  Bild tun zu müssen.
635  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
636  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
637 \end_layout
638
639 \begin_layout Standard
640 \begin_inset VSpace bigskip
641 \end_inset
642
643
644 \end_layout
645
646 \begin_layout Standard
647 Hier ist eine zentrierte EPS-Abbildung
648 \begin_inset Foot
649 status collapsed
650
651 \begin_layout Plain Layout
652 Abbildungsformate sind in Abschnitt
653 \begin_inset space ~
654 \end_inset
655
656
657 \begin_inset CommandInset ref
658 LatexCommand ref
659 reference "abs:Bildformate"
660
661 \end_inset
662
663  beschrieben.
664 \end_layout
665
666 \end_inset
667
668  in einem eigenen Absatz:
669 \begin_inset Separator parbreak
670 \end_inset
671
672
673 \end_layout
674
675 \begin_layout Standard
676 \align center
677 \begin_inset Graphics
678         filename ../clipart/mobius.eps
679         scale 70
680         scaleBeforeRotation
681         rotateOrigin center
682
683 \end_inset
684
685
686 \end_layout
687
688 \begin_layout Standard
689 \noindent
690 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
691 \begin_inset Separator parbreak
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Standard
698 \align center
699 \begin_inset Graphics
700         filename ../clipart/mobius.eps
701         scale 70
702         draft
703         scaleBeforeRotation
704         rotateOrigin center
705
706 \end_inset
707
708
709 \end_layout
710
711 \begin_layout Section
712 Gleitende Abbildungen
713 \begin_inset CommandInset label
714 LatexCommand label
715 name "abs:Gleitende-Abbildungen"
716
717 \end_inset
718
719
720 \begin_inset Index idx
721 status collapsed
722
723 \begin_layout Plain Layout
724 Abbildungen ! gleitende
725 \end_layout
726
727 \end_inset
728
729
730 \begin_inset Index idx
731 status collapsed
732
733 \begin_layout Plain Layout
734 Gleitobjekte ! Abbildungen
735 \end_layout
736
737 \end_inset
738
739
740 \end_layout
741
742 \begin_layout Standard
743 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
744 \begin_inset space ~
745 \end_inset
746
747
748 \begin_inset CommandInset ref
749 LatexCommand ref
750 reference "abs:Gleitobjekte-Einleitung"
751
752 \end_inset
753
754 .
755 \end_layout
756
757 \begin_layout Standard
758 Wenn Sie auf das Werkzeugleisten-Symbol 
759 \begin_inset Info
760 type  "icon"
761 arg   "float-insert figure"
762 \end_inset
763
764  klicken oder 
765 \family sans
766 Einfügen\SpecialChar menuseparator
767 Gleit\SpecialChar softhyphen
768 objekt\SpecialChar menuseparator
769 Abbildung
770 \family default
771  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
772  In das rot umrahmte Feld rechts von 
773 \emph on
774 Abbildung
775 \begin_inset space ~
776 \end_inset
777
778 Nr:
779 \emph default
780  schreiben Sie die Bildbeschriftung.
781  Nach einem Klick oberhalb oder unterhalb von 
782 \emph on
783 Abbildung
784 \begin_inset space ~
785 \end_inset
786
787 Nr:
788 \emph default
789  können Sie dann eine Abbildung wie 
790 \begin_inset CommandInset ref
791 LatexCommand ref
792 reference "abb:kill-plat"
793
794 \end_inset
795
796  oberhalb oder wie Abbildung
797 \begin_inset space ~
798 \end_inset
799
800
801 \begin_inset CommandInset ref
802 LatexCommand ref
803 reference "abb:escher"
804
805 \end_inset
806
807  unterhalb der Bildbeschriftung einfügen.
808  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
809 \begin_inset space ~
810 \end_inset
811
812
813 \begin_inset CommandInset ref
814 LatexCommand ref
815 reference "abs:Titel-Platzierung"
816
817 \end_inset
818
819 .
820 \end_layout
821
822 \begin_layout Standard
823 \begin_inset Float figure
824 wide false
825 sideways false
826 status open
827
828 \begin_layout Plain Layout
829 \align center
830 \begin_inset Graphics
831         filename ../clipart/platypus.eps
832         width 50col%
833         scaleBeforeRotation
834         rotateOrigin center
835
836 \end_inset
837
838
839 \end_layout
840
841 \begin_layout Plain Layout
842 \begin_inset Caption Standard
843
844 \begin_layout Plain Layout
845 \begin_inset CommandInset label
846 LatexCommand label
847 name "abb:kill-plat"
848
849 \end_inset
850
851 Platypus in einem Gleitobjekt
852 \end_layout
853
854 \end_inset
855
856
857 \end_layout
858
859 \end_inset
860
861
862 \end_layout
863
864 \begin_layout Standard
865 \begin_inset Float figure
866 wide false
867 sideways false
868 status open
869
870 \begin_layout Plain Layout
871 \begin_inset Caption Standard
872
873 \begin_layout Plain Layout
874 \begin_inset CommandInset label
875 LatexCommand label
876 name "abb:escher"
877
878 \end_inset
879
880 M.C.
881  Escher
882 \end_layout
883
884 \end_inset
885
886
887 \end_layout
888
889 \begin_layout Plain Layout
890 \align center
891 \begin_inset Graphics
892         filename ../clipart/escher-lsd.eps
893         scale 80
894         scaleBeforeRotation
895         rotateOrigin center
896
897 \end_inset
898
899
900 \end_layout
901
902 \end_inset
903
904
905 \end_layout
906
907 \begin_layout Standard
908 \begin_inset Index idx
909 status collapsed
910
911 \begin_layout Plain Layout
912 Querverweise ! auf Abbildungen
913 \end_layout
914
915 \end_inset
916
917 Abbildung
918 \begin_inset space ~
919 \end_inset
920
921
922 \begin_inset CommandInset ref
923 LatexCommand ref
924 reference "abb:kill-plat"
925
926 \end_inset
927
928  und 
929 \begin_inset CommandInset ref
930 LatexCommand ref
931 reference "abb:escher"
932
933 \end_inset
934
935  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
936  Dafür fügen Sie in der Beschriftung mit 
937 \family sans
938 Einfügen\SpecialChar menuseparator
939 Marke
940 \family default
941  oder durch Klicken auf 
942 \begin_inset Info
943 type  "icon"
944 arg   "label-insert"
945 \end_inset
946
947  eine Marke ein.
948  Auf diese können Sie dann wie gewohnt mit 
949 \family sans
950 Einfügen\SpecialChar menuseparator
951 Querverweis
952 \family default
953  oder durch Klicken auf 
954 \family sans
955
956 \begin_inset Info
957 type  "icon"
958 arg   "dialog-show-new-inset ref"
959 \end_inset
960
961
962 \family default
963  verweisen.
964  Das ist besser als eine vage Formulierung wie 
965 \begin_inset Quotes gld
966 \end_inset
967
968 die obige Abbildung
969 \begin_inset Quotes grd
970 \end_inset
971
972  zu benutzen, weil \SpecialChar LaTeX
973  die Abbildung dort platzieren wird, wo es sinnvoll erscheint
974 , und das muss nicht 
975 \emph on
976 oben
977 \emph default
978  sein.
979  Verweise werden detailliert in Abschnitt
980 \begin_inset space ~
981 \end_inset
982
983
984 \begin_inset CommandInset ref
985 LatexCommand ref
986 reference "abs:Auf-Gleitobjekte-verweisen"
987
988 \end_inset
989
990  beschrieben.
991 \end_layout
992
993 \begin_layout Standard
994 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
995  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
996  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
997  Gleitabbildung einfügt.
998  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
999  Abbildung
1000 \begin_inset space ~
1001 \end_inset
1002
1003
1004 \begin_inset CommandInset ref
1005 LatexCommand ref
1006 reference "abb:Zwei-Teilabbildungen"
1007
1008 \end_inset
1009
1010  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1011  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1012  Gleitabbildung auf Eingabe drücken.
1013  Abbildung
1014 \begin_inset space ~
1015 \end_inset
1016
1017
1018 \begin_inset CommandInset ref
1019 LatexCommand ref
1020 reference "abb:Undefinierbar"
1021
1022 \end_inset
1023
1024  und 
1025 \begin_inset CommandInset ref
1026 LatexCommand ref
1027 reference "abb:Ein-Schnabeltier"
1028
1029 \end_inset
1030
1031  sind die Teilabbildungen.
1032 \end_layout
1033
1034 \begin_layout Standard
1035 \begin_inset Float figure
1036 wide false
1037 sideways false
1038 status open
1039
1040 \begin_layout Plain Layout
1041 \begin_inset space \hfill{}
1042 \end_inset
1043
1044
1045 \begin_inset Float figure
1046 wide false
1047 sideways false
1048 status collapsed
1049
1050 \begin_layout Plain Layout
1051 \begin_inset Caption Standard
1052
1053 \begin_layout Plain Layout
1054 \begin_inset CommandInset label
1055 LatexCommand label
1056 name "abb:Undefinierbar"
1057
1058 \end_inset
1059
1060 Undefinierbar
1061 \end_layout
1062
1063 \end_inset
1064
1065
1066 \end_layout
1067
1068 \begin_layout Plain Layout
1069 \begin_inset Graphics
1070         filename ../clipart/escher-lsd.eps
1071         width 35col%
1072         scaleBeforeRotation
1073         groupId Teilabbildung
1074
1075 \end_inset
1076
1077
1078 \end_layout
1079
1080 \end_inset
1081
1082
1083 \begin_inset space \hfill{}
1084 \end_inset
1085
1086
1087 \begin_inset Float figure
1088 wide false
1089 sideways false
1090 status collapsed
1091
1092 \begin_layout Plain Layout
1093 \begin_inset Caption Standard
1094
1095 \begin_layout Plain Layout
1096 \begin_inset CommandInset label
1097 LatexCommand label
1098 name "abb:Ein-Schnabeltier"
1099
1100 \end_inset
1101
1102 Ein Schnabeltier
1103 \end_layout
1104
1105 \end_inset
1106
1107
1108 \end_layout
1109
1110 \begin_layout Plain Layout
1111 \begin_inset Graphics
1112         filename ../clipart/platypus.eps
1113         width 35col%
1114         scaleBeforeRotation
1115         groupId Teilabbildung
1116
1117 \end_inset
1118
1119
1120 \end_layout
1121
1122 \end_inset
1123
1124
1125 \begin_inset space \hfill{}
1126 \end_inset
1127
1128
1129 \end_layout
1130
1131 \begin_layout Plain Layout
1132 \begin_inset Caption Standard
1133
1134 \begin_layout Plain Layout
1135 \begin_inset CommandInset label
1136 LatexCommand label
1137 name "abb:Zwei-Teilabbildungen"
1138
1139 \end_inset
1140
1141 Zwei Teilabbildungen nebeneinander.
1142  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1143 \begin_inset Quotes gld
1144 \end_inset
1145
1146 Teilabbildung
1147 \begin_inset Quotes grd
1148 \end_inset
1149
1150  an.
1151 \end_layout
1152
1153 \end_inset
1154
1155
1156 \end_layout
1157
1158 \end_inset
1159
1160
1161 \end_layout
1162
1163 \begin_layout Section
1164 Bildformate
1165 \begin_inset CommandInset label
1166 LatexCommand label
1167 name "abs:Bildformate"
1168
1169 \end_inset
1170
1171
1172 \begin_inset Index idx
1173 status collapsed
1174
1175 \begin_layout Plain Layout
1176 Abbildungen ! Bildformate
1177 \end_layout
1178
1179 \end_inset
1180
1181
1182 \end_layout
1183
1184 \begin_layout Standard
1185 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1186  Aber wie in Anhang
1187 \begin_inset space ~
1188 \end_inset
1189
1190
1191 \begin_inset CommandInset ref
1192 LatexCommand ref
1193 reference "kap:Ausgabedatei-Formate"
1194
1195 \end_inset
1196
1197  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1198  \SpecialChar LyX
1199  benutzt im Hintergrund das Programm
1200 \family typewriter
1201  ImageMagick
1202 \family default
1203 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1204  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1205  vermeiden.
1206  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1207  werden können.
1208  Diese Formate werden in Anhang
1209 \begin_inset space ~
1210 \end_inset
1211
1212
1213 \begin_inset CommandInset ref
1214 LatexCommand ref
1215 reference "kap:Ausgabedatei-Formate"
1216
1217 \end_inset
1218
1219  beschrieben.
1220 \end_layout
1221
1222 \begin_layout Standard
1223 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1224 \end_layout
1225
1226 \begin_layout Description
1227 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1228  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1229  
1230 \emph on
1231 pixelig
1232 \emph default
1233  aus.
1234  Bekannte Pixel-Formate sind 
1235 \begin_inset Quotes gld
1236 \end_inset
1237
1238 Graphics Interchange Format
1239 \begin_inset Quotes grd
1240 \end_inset
1241
1242  (GIF, Dateiendung
1243 \family typewriter
1244  
1245 \family default
1246
1247 \begin_inset Quotes gld
1248 \end_inset
1249
1250
1251 \family typewriter
1252 .gif
1253 \family default
1254
1255 \begin_inset Quotes grd
1256 \end_inset
1257
1258 )
1259 \begin_inset Index idx
1260 status collapsed
1261
1262 \begin_layout Plain Layout
1263 GIF
1264 \end_layout
1265
1266 \end_inset
1267
1268
1269 \begin_inset Quotes gld
1270 \end_inset
1271
1272 Portable Network Graphics
1273 \begin_inset Quotes grd
1274 \end_inset
1275
1276  (PNG, Dateiendung 
1277 \begin_inset Quotes gld
1278 \end_inset
1279
1280
1281 \family typewriter
1282 .png
1283 \family default
1284
1285 \begin_inset Quotes grd
1286 \end_inset
1287
1288 )
1289 \begin_inset Index idx
1290 status collapsed
1291
1292 \begin_layout Plain Layout
1293 PNG
1294 \end_layout
1295
1296 \end_inset
1297
1298
1299 \begin_inset Quotes gld
1300 \end_inset
1301
1302 Joint Photographic Experts Group
1303 \begin_inset Quotes grd
1304 \end_inset
1305
1306  (JPEG, Dateiendung
1307 \family typewriter
1308  
1309 \family default
1310
1311 \begin_inset Quotes gld
1312 \end_inset
1313
1314
1315 \family typewriter
1316 .jpg
1317 \family default
1318
1319 \begin_inset Quotes grd
1320 \end_inset
1321
1322  oder 
1323 \begin_inset Quotes gld
1324 \end_inset
1325
1326
1327 \family typewriter
1328 .jpeg
1329 \family default
1330
1331 \begin_inset Quotes grd
1332 \end_inset
1333
1334 )
1335 \begin_inset Index idx
1336 status collapsed
1337
1338 \begin_layout Plain Layout
1339 JPG, JPEG
1340 \end_layout
1341
1342 \end_inset
1343
1344  und 
1345 \begin_inset Quotes gld
1346 \end_inset
1347
1348 Windows Bitmap
1349 \begin_inset Quotes grd
1350 \end_inset
1351
1352  (BMP, Dateiendung 
1353 \begin_inset Quotes gld
1354 \end_inset
1355
1356
1357 \family typewriter
1358 .bmp
1359 \family default
1360
1361 \begin_inset Quotes grd
1362 \end_inset
1363
1364 )
1365 \begin_inset Index idx
1366 status collapsed
1367
1368 \begin_layout Plain Layout
1369 BMP
1370 \end_layout
1371
1372 \end_inset
1373
1374 .
1375 \end_layout
1376
1377 \begin_layout Description
1378 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1379  auf jede beliebige Größe skaliert werden.
1380  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1381  zoomen zu können.
1382 \begin_inset Newline newline
1383 \end_inset
1384
1385 Bekannte Formate sind 
1386 \begin_inset Quotes gld
1387 \end_inset
1388
1389 Scalable Vector Graphics
1390 \begin_inset Quotes grd
1391 \end_inset
1392
1393  (SVG, Dateiendung
1394 \family typewriter
1395  
1396 \family default
1397
1398 \begin_inset Quotes gld
1399 \end_inset
1400
1401
1402 \family typewriter
1403 .svg
1404 \family default
1405
1406 \begin_inset Quotes grd
1407 \end_inset
1408
1409 )
1410 \begin_inset Index idx
1411 status collapsed
1412
1413 \begin_layout Plain Layout
1414 SVG
1415 \end_layout
1416
1417 \end_inset
1418
1419
1420 \begin_inset Quotes gld
1421 \end_inset
1422
1423 Encapsulated PostScript
1424 \begin_inset Quotes grd
1425 \end_inset
1426
1427  (EPS, Dateiendung 
1428 \begin_inset Quotes gld
1429 \end_inset
1430
1431
1432 \family typewriter
1433 .eps
1434 \family default
1435
1436 \begin_inset Quotes grd
1437 \end_inset
1438
1439 )
1440 \begin_inset Index idx
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444 EPS
1445 \end_layout
1446
1447 \end_inset
1448
1449
1450 \begin_inset Quotes gld
1451 \end_inset
1452
1453 Portable Document Format
1454 \begin_inset Quotes grd
1455 \end_inset
1456
1457  (PDF, Dateiendung
1458 \family typewriter
1459  
1460 \family default
1461
1462 \begin_inset Quotes gld
1463 \end_inset
1464
1465
1466 \family typewriter
1467 .pdf
1468 \family default
1469
1470 \begin_inset Quotes grd
1471 \end_inset
1472
1473 )
1474 \begin_inset Index idx
1475 status collapsed
1476
1477 \begin_layout Plain Layout
1478 PDF
1479 \end_layout
1480
1481 \end_inset
1482
1483  und 
1484 \begin_inset Quotes gld
1485 \end_inset
1486
1487 Windows Metafile
1488 \begin_inset Quotes grd
1489 \end_inset
1490
1491  (WMF, Dateiendung 
1492 \begin_inset Quotes gld
1493 \end_inset
1494
1495
1496 \family typewriter
1497 .wmf
1498 \family default
1499
1500 \begin_inset Quotes grd
1501 \end_inset
1502
1503 )
1504 \begin_inset Index idx
1505 status collapsed
1506
1507 \begin_layout Plain Layout
1508 WMF
1509 \end_layout
1510
1511 \end_inset
1512
1513 .
1514 \end_layout
1515
1516 \begin_layout Standard
1517 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1518  das Ergebnis ist immer noch ein Pixelbild.
1519  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1520  hinzugefügt.
1521 \begin_inset Foot
1522 status collapsed
1523
1524 \begin_layout Plain Layout
1525 Bei PDF wird das Originalbild auch noch komprimiert.
1526 \end_layout
1527
1528 \end_inset
1529
1530  Die PDF-Dateien, die 
1531 \family typewriter
1532 Adobe Photoshop
1533 \family default
1534  erzeugt, sind zum Beispiel Pixelbilder.
1535 \end_layout
1536
1537 \begin_layout Standard
1538 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1539  umgekehrt.
1540  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1541  eingefügt werden.
1542  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1543  erzeugt wird, weil es zur Zeit keine WMF/SVG
1544 \begin_inset Formula $\to$
1545 \end_inset
1546
1547 PDF/EPS Konverter gibt.
1548 \end_layout
1549
1550 \begin_layout Chapter
1551 Tabellen
1552 \begin_inset Index idx
1553 status collapsed
1554
1555 \begin_layout Plain Layout
1556 Tabellen
1557 \end_layout
1558
1559 \end_inset
1560
1561
1562 \end_layout
1563
1564 \begin_layout Section
1565 Einführung
1566 \begin_inset Index idx
1567 status collapsed
1568
1569 \begin_layout Plain Layout
1570 Tabellen ! Einführung
1571 \end_layout
1572
1573 \end_inset
1574
1575
1576 \end_layout
1577
1578 \begin_layout Standard
1579 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1580 \begin_inset Info
1581 type  "icon"
1582 arg   "tabular-insert"
1583 \end_inset
1584
1585  oder das Menü 
1586 \family sans
1587 Einfügen\SpecialChar menuseparator
1588 Tabelle
1589 \family default
1590  einfügen.
1591  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1592 \begin_inset space \thinspace{}
1593 \end_inset
1594
1595 -Tabelle.
1596  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1597  und die Größe der dunkelblauen Tabelle angezeigt.
1598  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1599  ein.
1600  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1601  Spaltenanzahl festlegen können.
1602 \end_layout
1603
1604 \begin_layout Standard
1605 In der so erstellten Tabelle ist jede Zelle umrandet.
1606  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1607  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1608  die zweite Zeile eine Linie oberhalb haben.
1609  Hier ist ein Beispiel:
1610 \begin_inset Separator parbreak
1611 \end_inset
1612
1613
1614 \end_layout
1615
1616 \begin_layout Standard
1617 \align center
1618 \begin_inset Tabular
1619 <lyxtabular version="3" rows="5" columns="4">
1620 <features tabularvalignment="middle">
1621 <column alignment="center" valignment="top">
1622 <column alignment="center" valignment="top">
1623 <column alignment="center" valignment="top">
1624 <column alignment="center" valignment="top">
1625 <row>
1626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1627 \begin_inset Text
1628
1629 \begin_layout Plain Layout
1630
1631 \end_layout
1632
1633 \end_inset
1634 </cell>
1635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1636 \begin_inset Text
1637
1638 \begin_layout Plain Layout
1639
1640 \family roman
1641 \series medium
1642 \shape up
1643 \size normal
1644 \emph off
1645 \bar no
1646 \noun off
1647 \color none
1648 1
1649 \end_layout
1650
1651 \end_inset
1652 </cell>
1653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1654 \begin_inset Text
1655
1656 \begin_layout Plain Layout
1657 2
1658 \end_layout
1659
1660 \end_inset
1661 </cell>
1662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1663 \begin_inset Text
1664
1665 \begin_layout Plain Layout
1666 3
1667 \end_layout
1668
1669 \end_inset
1670 </cell>
1671 </row>
1672 <row>
1673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1674 \begin_inset Text
1675
1676 \begin_layout Plain Layout
1677
1678 \family roman
1679 \series medium
1680 \shape up
1681 \size normal
1682 \emph off
1683 \bar no
1684 \noun off
1685 \color none
1686 A
1687 \end_layout
1688
1689 \end_inset
1690 </cell>
1691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1692 \begin_inset Text
1693
1694 \begin_layout Plain Layout
1695
1696 \end_layout
1697
1698 \end_inset
1699 </cell>
1700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1701 \begin_inset Text
1702
1703 \begin_layout Plain Layout
1704
1705 \end_layout
1706
1707 \end_inset
1708 </cell>
1709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1710 \begin_inset Text
1711
1712 \begin_layout Plain Layout
1713
1714 \end_layout
1715
1716 \end_inset
1717 </cell>
1718 </row>
1719 <row>
1720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1721 \begin_inset Text
1722
1723 \begin_layout Plain Layout
1724
1725 \family roman
1726 \series medium
1727 \shape up
1728 \size normal
1729 \emph off
1730 \bar no
1731 \noun off
1732 \color none
1733 B
1734 \end_layout
1735
1736 \end_inset
1737 </cell>
1738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1739 \begin_inset Text
1740
1741 \begin_layout Plain Layout
1742
1743 \end_layout
1744
1745 \end_inset
1746 </cell>
1747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1748 \begin_inset Text
1749
1750 \begin_layout Plain Layout
1751
1752 \end_layout
1753
1754 \end_inset
1755 </cell>
1756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1757 \begin_inset Text
1758
1759 \begin_layout Plain Layout
1760
1761 \end_layout
1762
1763 \end_inset
1764 </cell>
1765 </row>
1766 <row>
1767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1768 \begin_inset Text
1769
1770 \begin_layout Plain Layout
1771
1772 \family roman
1773 \series medium
1774 \shape up
1775 \size normal
1776 \emph off
1777 \bar no
1778 \noun off
1779 \color none
1780 C
1781 \end_layout
1782
1783 \end_inset
1784 </cell>
1785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1786 \begin_inset Text
1787
1788 \begin_layout Plain Layout
1789
1790 \end_layout
1791
1792 \end_inset
1793 </cell>
1794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1795 \begin_inset Text
1796
1797 \begin_layout Plain Layout
1798
1799 \end_layout
1800
1801 \end_inset
1802 </cell>
1803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 </row>
1813 <row>
1814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818 D
1819 \end_layout
1820
1821 \end_inset
1822 </cell>
1823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1824 \begin_inset Text
1825
1826 \begin_layout Plain Layout
1827
1828 \end_layout
1829
1830 \end_inset
1831 </cell>
1832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836
1837 \end_layout
1838
1839 \end_inset
1840 </cell>
1841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1842 \begin_inset Text
1843
1844 \begin_layout Plain Layout
1845
1846 \end_layout
1847
1848 \end_inset
1849 </cell>
1850 </row>
1851 </lyxtabular>
1852
1853 \end_inset
1854
1855
1856 \end_layout
1857
1858 \begin_layout Section
1859 Tabellen-Dialog
1860 \begin_inset Index idx
1861 status collapsed
1862
1863 \begin_layout Plain Layout
1864 Tabellen ! Einstellungen
1865 \end_layout
1866
1867 \end_inset
1868
1869
1870 \end_layout
1871
1872 \begin_layout Standard
1873 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1874  Maustaste darauf klicken.
1875  Dadurch wird ein Kontextmenü angezeigt, in dem Sie im Eintrag 
1876 \family sans
1877 Mehr
1878 \family default
1879  Eigenschaften der Zelle und Zeile/Spalte, in der der Mauszeiger gerade
1880  ist, geändert werden können.
1881  Das Kontextmenü 
1882 \family sans
1883 Mehr\SpecialChar menuseparator
1884 Einstellungen
1885 \family default
1886  öffnet den Tabellen-Dialog wo weitere Einstellungen vorgenommen werden
1887  können.
1888  Viele der Optionen im Dialog sind auch für eine Zellenauswahl wirksam.
1889  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1890  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1891  Auswahl.
1892  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1893 \emph on
1894 Inhalt
1895 \emph default
1896  einer Zelle oder die Zelle selber ausgewählt haben.
1897 \begin_inset Newline newline
1898 \end_inset
1899
1900 Mit der Dialog-Option 
1901 \family sans
1902 Direkt
1903 \begin_inset space ~
1904 \end_inset
1905
1906 übernehmen
1907 \family default
1908  wird jede Änderung, die Sie machen, direkt übernommen.
1909  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1910  dann auch die Parameter der neuen Zelle an.
1911  Wenn Sie Längenwerte im Dialog ändern, müssen Sie 
1912 \family sans
1913 Enter
1914 \family default
1915  drücken, um die Änderung zu übernehmen.
1916 \begin_inset Newline newline
1917 \end_inset
1918
1919 Der Tabellen-Dialog hat folgende Karteikarten:
1920 \end_layout
1921
1922 \begin_layout Description
1923
1924 \family sans
1925 Tabellen-Einstellungen
1926 \family default
1927  Hier können Sie die Horizontale
1928 \begin_inset space ~
1929 \end_inset
1930
1931 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1932  Die Ausrichtung 
1933 \family sans
1934 Am
1935 \begin_inset space ~
1936 \end_inset
1937
1938 Dezimaltrenner
1939 \family default
1940  ist in Abschnitt
1941 \begin_inset space ~
1942 \end_inset
1943
1944
1945 \begin_inset CommandInset ref
1946 LatexCommand ref
1947 reference "uab:Besondere-Zellenausrichtung"
1948
1949 \end_inset
1950
1951  beschrieben.
1952  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
1953 \begin_inset space ~
1954 \end_inset
1955
1956 Ausrichtung der momentanen Zeile wählen.
1957  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1958  Absätze haben, wie in Abschnitt
1959 \begin_inset space ~
1960 \end_inset
1961
1962
1963 \begin_inset CommandInset ref
1964 LatexCommand ref
1965 reference "uab:Mehrfache-Zeilen-in"
1966
1967 \end_inset
1968
1969  beschrieben.
1970  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1971 \begin_inset Newline newline
1972 \end_inset
1973
1974 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1975  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
1976 \begin_inset space ~
1977 \end_inset
1978
1979
1980 \begin_inset CommandInset ref
1981 LatexCommand ref
1982 reference "uab:Mehrfachspalten"
1983
1984 \end_inset
1985
1986  und 
1987 \begin_inset CommandInset ref
1988 LatexCommand ref
1989 reference "uab:Mehrfachzeilen"
1990
1991 \end_inset
1992
1993  beschrieben.
1994 \begin_inset Newline newline
1995 \end_inset
1996
1997 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
1998  den Uhrzeigersinn um 90° drehen.
1999  \SpecialChar LyX
2000  zeigt diese Drehung nur in der Ausgabe.
2001  Für weitere Informationen siehe Abschnitt
2002 \begin_inset space ~
2003 \end_inset
2004
2005
2006 \begin_inset CommandInset ref
2007 LatexCommand ref
2008 reference "abs:Rotierte-Tabellenzellen"
2009
2010 \end_inset
2011
2012 .
2013 \begin_inset Newline newline
2014 \end_inset
2015
2016
2017 \begin_inset Note Greyedout
2018 status open
2019
2020 \begin_layout Plain Layout
2021
2022 \series bold
2023 Achtung:
2024 \series default
2025  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2026 \end_layout
2027
2028 \end_inset
2029
2030
2031 \begin_inset Newline newline
2032 \end_inset
2033
2034 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2035  Textzeilen verwendet:
2036 \begin_inset Newline newline
2037 \end_inset
2038
2039 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2040 \begin_inset Tabular
2041 <lyxtabular version="3" rows="2" columns="2">
2042 <features tabularvalignment="top">
2043 <column alignment="center" valignment="top" width="0pt">
2044 <column alignment="center" valignment="top">
2045 <row>
2046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2047 \begin_inset Text
2048
2049 \begin_layout Plain Layout
2050
2051 \end_layout
2052
2053 \end_inset
2054 </cell>
2055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2056 \begin_inset Text
2057
2058 \begin_layout Plain Layout
2059 1
2060 \end_layout
2061
2062 \end_inset
2063 </cell>
2064 </row>
2065 <row>
2066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2067 \begin_inset Text
2068
2069 \begin_layout Plain Layout
2070 A
2071 \end_layout
2072
2073 \end_inset
2074 </cell>
2075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2076 \begin_inset Text
2077
2078 \begin_layout Plain Layout
2079
2080 \end_layout
2081
2082 \end_inset
2083 </cell>
2084 </row>
2085 </lyxtabular>
2086
2087 \end_inset
2088
2089  
2090 \begin_inset Tabular
2091 <lyxtabular version="3" rows="2" columns="2">
2092 <features tabularvalignment="middle">
2093 <column alignment="center" valignment="top">
2094 <column alignment="center" valignment="top">
2095 <row>
2096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2097 \begin_inset Text
2098
2099 \begin_layout Plain Layout
2100
2101 \end_layout
2102
2103 \end_inset
2104 </cell>
2105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2106 \begin_inset Text
2107
2108 \begin_layout Plain Layout
2109 1
2110 \end_layout
2111
2112 \end_inset
2113 </cell>
2114 </row>
2115 <row>
2116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2117 \begin_inset Text
2118
2119 \begin_layout Plain Layout
2120 A
2121 \end_layout
2122
2123 \end_inset
2124 </cell>
2125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2126 \begin_inset Text
2127
2128 \begin_layout Plain Layout
2129
2130 \end_layout
2131
2132 \end_inset
2133 </cell>
2134 </row>
2135 </lyxtabular>
2136
2137 \end_inset
2138
2139  
2140 \begin_inset Tabular
2141 <lyxtabular version="3" rows="2" columns="2">
2142 <features tabularvalignment="bottom">
2143 <column alignment="center" valignment="top" width="0pt">
2144 <column alignment="center" valignment="top">
2145 <row>
2146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2147 \begin_inset Text
2148
2149 \begin_layout Plain Layout
2150
2151 \end_layout
2152
2153 \end_inset
2154 </cell>
2155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2156 \begin_inset Text
2157
2158 \begin_layout Plain Layout
2159 1
2160 \end_layout
2161
2162 \end_inset
2163 </cell>
2164 </row>
2165 <row>
2166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2167 \begin_inset Text
2168
2169 \begin_layout Plain Layout
2170 A
2171 \end_layout
2172
2173 \end_inset
2174 </cell>
2175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2176 \begin_inset Text
2177
2178 \begin_layout Plain Layout
2179
2180 \end_layout
2181
2182 \end_inset
2183 </cell>
2184 </row>
2185 </lyxtabular>
2186
2187 \end_inset
2188
2189
2190 \begin_inset Newline newline
2191 \end_inset
2192
2193 Man kann auch ein \SpecialChar LaTeX
2194 -Argument für besondere Tabellen-Formatierun\SpecialChar softhyphen
2195 gen einfügen,
2196  wie in den Abschnitten 
2197 \begin_inset CommandInset ref
2198 LatexCommand ref
2199 reference "uab:Mehrfachspalten-Berechnungen"
2200
2201 \end_inset
2202
2203  und 
2204 \begin_inset CommandInset ref
2205 LatexCommand ref
2206 reference "abs:Farbige-Tabellen"
2207
2208 \end_inset
2209
2210  beschrieben.
2211 \end_layout
2212
2213 \begin_layout Description
2214
2215 \family sans
2216 Rahmen
2217 \family default
2218  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2219  hinzufügen und löschen.
2220 \begin_inset Newline newline
2221 \end_inset
2222
2223 Wenn Sie die Stil-Option
2224 \family sans
2225  Formal
2226 \family default
2227  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2228 \begin_inset space ~
2229 \end_inset
2230
2231
2232 \begin_inset CommandInset ref
2233 LatexCommand ref
2234 reference "abs:Formale-Tabellen"
2235
2236 \end_inset
2237
2238  beschrieben, konvertiert.
2239 \begin_inset Newline newline
2240 \end_inset
2241
2242 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2243 \begin_inset space ~
2244 \end_inset
2245
2246
2247 \begin_inset CommandInset ref
2248 LatexCommand ref
2249 reference "uab:Zeilenabstand"
2250
2251 \end_inset
2252
2253  beschrieben.
2254 \end_layout
2255
2256 \begin_layout Description
2257
2258 \family sans
2259 Lange
2260 \begin_inset space ~
2261 \end_inset
2262
2263 Tabelle
2264 \family default
2265  Hier kann eine Tabelle als 
2266 \begin_inset Quotes gld
2267 \end_inset
2268
2269 Lange
2270 \begin_inset space ~
2271 \end_inset
2272
2273 Tabelle
2274 \begin_inset Quotes grd
2275 \end_inset
2276
2277  definiert werden, die über mehrere Seiten reicht.
2278  Die Abschnitte
2279 \begin_inset space ~
2280 \end_inset
2281
2282
2283 \begin_inset CommandInset ref
2284 LatexCommand ref
2285 reference "abs:Lange-Tabellen"
2286
2287 \end_inset
2288
2289  und 
2290 \begin_inset CommandInset ref
2291 LatexCommand ref
2292 reference "abs:Special-Longtable-Issues"
2293
2294 \end_inset
2295
2296  beschreiben diese Funktion genauer.
2297 \end_layout
2298
2299 \begin_layout Section
2300 Tabellen-Werkzeugleiste
2301 \begin_inset Index idx
2302 status collapsed
2303
2304 \begin_layout Plain Layout
2305 Tabellen ! Werkzeugleiste
2306 \end_layout
2307
2308 \end_inset
2309
2310
2311 \end_layout
2312
2313 \begin_layout Standard
2314 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2315 \family sans
2316 Tabellen-Einstellungen
2317 \family default
2318 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2319  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2320  \SpecialChar LyX
2321 -Fensters.
2322 \end_layout
2323
2324 \begin_layout Standard
2325 Die Werkzeugleiste hat folgende Knöpfe:
2326 \end_layout
2327
2328 \begin_layout Labeling
2329 \labelwidthstring 00.00.0000
2330 \begin_inset Info
2331 type  "icon"
2332 arg   "inset-modify tabular append-row"
2333 \end_inset
2334
2335  Fügt eine Zeile unterhalb der momentanen an
2336 \end_layout
2337
2338 \begin_layout Labeling
2339 \labelwidthstring 00.00.0000
2340 \begin_inset Info
2341 type  "icon"
2342 arg   "inset-modify tabular append-column"
2343 \end_inset
2344
2345  Fügt eine Spalte rechts von der momentanen an
2346 \end_layout
2347
2348 \begin_layout Labeling
2349 \labelwidthstring 00.00.0000
2350 \begin_inset Info
2351 type  "icon"
2352 arg   "inset-modify tabular delete-row"
2353 \end_inset
2354
2355  Löscht die ausgewählte(n) Zeile(n)
2356 \end_layout
2357
2358 \begin_layout Labeling
2359 \labelwidthstring 00.00.0000
2360 \begin_inset Info
2361 type  "icon"
2362 arg   "inset-modify tabular delete-column"
2363 \end_inset
2364
2365  Löscht die ausgewählte(n) Spalte(n)
2366 \end_layout
2367
2368 \begin_layout Labeling
2369 \labelwidthstring 00.00.0000
2370 \begin_inset Info
2371 type  "icon"
2372 arg   "inset-modify tabular move-row-up"
2373 \end_inset
2374
2375  verschiebt die ausgewählte Zeile nach oben
2376 \end_layout
2377
2378 \begin_layout Labeling
2379 \labelwidthstring 00.00.0000
2380 \begin_inset Info
2381 type  "icon"
2382 arg   "inset-modify tabular move-column-left"
2383 \end_inset
2384
2385  verschiebt die ausgewählte Spalte nach links
2386 \end_layout
2387
2388 \begin_layout Labeling
2389 \labelwidthstring 00.00.0000
2390 \begin_inset Info
2391 type  "icon"
2392 arg   "inset-modify tabular move-row-down"
2393 \end_inset
2394
2395  verschiebt die ausgewählte Zeile nach unten
2396 \end_layout
2397
2398 \begin_layout Labeling
2399 \labelwidthstring 00.00.0000
2400 \begin_inset Info
2401 type  "icon"
2402 arg   "inset-modify tabular move-column-right"
2403 \end_inset
2404
2405  verschiebt die ausgewählte Spalte nach rechts
2406 \end_layout
2407
2408 \begin_layout Labeling
2409 \labelwidthstring 00.00.0000
2410 \begin_inset Info
2411 type  "icon"
2412 arg   "inset-modify tabular toggle-line-top"
2413 \end_inset
2414
2415  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2416  wenn der Knopf grau hinterlegt ist
2417 \end_layout
2418
2419 \begin_layout Labeling
2420 \labelwidthstring 00.00.0000
2421 \begin_inset Info
2422 type  "icon"
2423 arg   "inset-modify tabular toggle-line-bottom"
2424 \end_inset
2425
2426  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2427  wenn der Knopf grau hinterlegt ist
2428 \end_layout
2429
2430 \begin_layout Labeling
2431 \labelwidthstring 00.00.0000
2432 \begin_inset Info
2433 type  "icon"
2434 arg   "inset-modify tabular toggle-line-left"
2435 \end_inset
2436
2437  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2438  wenn der Knopf grau hinterlegt ist
2439 \end_layout
2440
2441 \begin_layout Labeling
2442 \labelwidthstring 00.00.0000
2443 \begin_inset Info
2444 type  "icon"
2445 arg   "inset-modify tabular toggle-line-right"
2446 \end_inset
2447
2448  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2449  wenn der Knopf grau hinterlegt ist
2450 \end_layout
2451
2452 \begin_layout Labeling
2453 \labelwidthstring 00.00.0000
2454 \begin_inset Info
2455 type  "icon"
2456 arg   "inset-modify tabular set-all-lines"
2457 \end_inset
2458
2459  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2460 \end_layout
2461
2462 \begin_layout Labeling
2463 \labelwidthstring 00.00.0000
2464 \begin_inset Info
2465 type  "icon"
2466 arg   "inset-modify tabular unset-all-lines"
2467 \end_inset
2468
2469  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2470 \end_layout
2471
2472 \begin_layout Labeling
2473 \labelwidthstring 00.00.0000
2474 \begin_inset Info
2475 type  "icon"
2476 arg   "inset-modify tabular m-align-left"
2477 \end_inset
2478
2479  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2480 \end_layout
2481
2482 \begin_layout Labeling
2483 \labelwidthstring 00.00.0000
2484 \begin_inset Info
2485 type  "icon"
2486 arg   "inset-modify tabular m-align-center"
2487 \end_inset
2488
2489  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2490 \end_layout
2491
2492 \begin_layout Labeling
2493 \labelwidthstring 00.00.0000
2494 \begin_inset Info
2495 type  "icon"
2496 arg   "inset-modify tabular m-align-right"
2497 \end_inset
2498
2499  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2500 \end_layout
2501
2502 \begin_layout Labeling
2503 \labelwidthstring 00.00.0000
2504 \begin_inset Info
2505 type  "icon"
2506 arg   "inset-modify tabular align-decimal"
2507 \end_inset
2508
2509  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2510 \end_layout
2511
2512 \begin_layout Labeling
2513 \labelwidthstring 00.00.0000
2514 \begin_inset Info
2515 type  "icon"
2516 arg   "inset-modify tabular m-valign-top"
2517 \end_inset
2518
2519  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2520 \end_layout
2521
2522 \begin_layout Labeling
2523 \labelwidthstring 00.00.0000
2524 \begin_inset Info
2525 type  "icon"
2526 arg   "inset-modify tabular m-valign-middle"
2527 \end_inset
2528
2529  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2530 \end_layout
2531
2532 \begin_layout Labeling
2533 \labelwidthstring 00.00.0000
2534 \begin_inset Info
2535 type  "icon"
2536 arg   "inset-modify tabular m-valign-bottom"
2537 \end_inset
2538
2539  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2540 \end_layout
2541
2542 \begin_layout Labeling
2543 \labelwidthstring 00.00.0000
2544 \begin_inset Info
2545 type  "icon"
2546 arg   "inset-modify tabular set-rotate-cell"
2547 \end_inset
2548
2549  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2550 \end_layout
2551
2552 \begin_layout Labeling
2553 \labelwidthstring 00.00.0000
2554 \begin_inset Info
2555 type  "icon"
2556 arg   "inset-modify tabular set-rotate-tabular"
2557 \end_inset
2558
2559  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2560 \end_layout
2561
2562 \begin_layout Labeling
2563 \labelwidthstring 00.00.0000
2564 \begin_inset Info
2565 type  "icon"
2566 arg   "inset-modify tabular multicolumn"
2567 \end_inset
2568
2569  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2570 \end_layout
2571
2572 \begin_layout Labeling
2573 \labelwidthstring 00.00.0000
2574 \begin_inset Info
2575 type  "icon"
2576 arg   "inset-modify tabular multirow"
2577 \end_inset
2578
2579  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2580 \end_layout
2581
2582 \begin_layout Standard
2583 \begin_inset Note Greyedout
2584 status open
2585
2586 \begin_layout Plain Layout
2587
2588 \series bold
2589 Bemerkung:
2590 \series default
2591  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2592  Reihe für alle Zelle der Reihe verwendet.
2593 \end_layout
2594
2595 \end_inset
2596
2597
2598 \end_layout
2599
2600 \begin_layout Section
2601 Bearbeiten-Menü
2602 \begin_inset Index idx
2603 status collapsed
2604
2605 \begin_layout Plain Layout
2606 Tabellen ! Bearbeiten-Menü
2607 \end_layout
2608
2609 \end_inset
2610
2611
2612 \end_layout
2613
2614 \begin_layout Standard
2615 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2616  Wenn der Cursor in einer Tabelle steht, sind im 
2617 \family sans
2618 Bearbeiten
2619 \family default
2620 -Menü folgende Punkte aktiviert: 
2621 \family sans
2622 Tabelle
2623 \family default
2624
2625 \family sans
2626 Zeilen
2627 \begin_inset space ~
2628 \end_inset
2629
2630 &
2631 \begin_inset space ~
2632 \end_inset
2633
2634 Spalten
2635 \family default
2636  und 
2637 \family sans
2638 Tabellen-Einstellungen
2639 \family default
2640 .
2641  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2642 ngsmöglichkeiten zu erreichen.
2643 \end_layout
2644
2645 \begin_layout Section
2646 Gleitende Tabellen
2647 \begin_inset CommandInset label
2648 LatexCommand label
2649 name "abs:Gleitende-Tabellen"
2650
2651 \end_inset
2652
2653
2654 \begin_inset Index idx
2655 status collapsed
2656
2657 \begin_layout Plain Layout
2658 Gleitobjekte ! Tabellen
2659 \end_layout
2660
2661 \end_inset
2662
2663
2664 \begin_inset Index idx
2665 status collapsed
2666
2667 \begin_layout Plain Layout
2668 Tabellen ! gleitende
2669 \end_layout
2670
2671 \end_inset
2672
2673
2674 \end_layout
2675
2676 \begin_layout Standard
2677 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2678 \begin_inset space ~
2679 \end_inset
2680
2681
2682 \begin_inset CommandInset ref
2683 LatexCommand ref
2684 reference "abs:Gleitobjekte-Einleitung"
2685
2686 \end_inset
2687
2688 .
2689 \end_layout
2690
2691 \begin_layout Standard
2692 \begin_inset Float table
2693 placement h
2694 wide false
2695 sideways false
2696 status open
2697
2698 \begin_layout Plain Layout
2699 \begin_inset Caption Standard
2700
2701 \begin_layout Plain Layout
2702 \begin_inset CommandInset label
2703 LatexCommand label
2704 name "tab:a table float"
2705
2706 \end_inset
2707
2708 Eine gleitende Tabelle
2709 \end_layout
2710
2711 \end_inset
2712
2713
2714 \end_layout
2715
2716 \begin_layout Plain Layout
2717 \align center
2718 \begin_inset Tabular
2719 <lyxtabular version="3" rows="3" columns="3">
2720 <features tabularvalignment="middle">
2721 <column alignment="center" valignment="top" width="0pt">
2722 <column alignment="center" valignment="top" width="0pt">
2723 <column alignment="center" valignment="top" width="0pt">
2724 <row>
2725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2726 \begin_inset Text
2727
2728 \begin_layout Plain Layout
2729
2730 \family roman
2731 \series medium
2732 \shape up
2733 \size normal
2734 \emph off
2735 \bar no
2736 \noun off
2737 \color none
2738 1
2739 \end_layout
2740
2741 \end_inset
2742 </cell>
2743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2744 \begin_inset Text
2745
2746 \begin_layout Plain Layout
2747
2748 \family roman
2749 \series medium
2750 \shape up
2751 \size normal
2752 \emph off
2753 \bar no
2754 \noun off
2755 \color none
2756 2
2757 \end_layout
2758
2759 \end_inset
2760 </cell>
2761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2762 \begin_inset Text
2763
2764 \begin_layout Plain Layout
2765
2766 \family roman
2767 \series medium
2768 \shape up
2769 \size normal
2770 \emph off
2771 \bar no
2772 \noun off
2773 \color none
2774 3
2775 \end_layout
2776
2777 \end_inset
2778 </cell>
2779 </row>
2780 <row>
2781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2782 \begin_inset Text
2783
2784 \begin_layout Plain Layout
2785
2786 \family roman
2787 \series medium
2788 \shape up
2789 \size normal
2790 \emph off
2791 \bar no
2792 \noun off
2793 \color none
2794 Martin
2795 \end_layout
2796
2797 \end_inset
2798 </cell>
2799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2800 \begin_inset Text
2801
2802 \begin_layout Plain Layout
2803
2804 \family roman
2805 \series medium
2806 \shape up
2807 \size normal
2808 \emph off
2809 \bar no
2810 \noun off
2811 \color none
2812 Lena
2813 \end_layout
2814
2815 \end_inset
2816 </cell>
2817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2818 \begin_inset Text
2819
2820 \begin_layout Plain Layout
2821
2822 \family roman
2823 \series medium
2824 \shape up
2825 \size normal
2826 \emph off
2827 \bar no
2828 \noun off
2829 \color none
2830 Alina
2831 \end_layout
2832
2833 \end_inset
2834 </cell>
2835 </row>
2836 <row>
2837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2838 \begin_inset Text
2839
2840 \begin_layout Plain Layout
2841
2842 \family roman
2843 \series medium
2844 \shape up
2845 \size normal
2846 \emph off
2847 \bar no
2848 \noun off
2849 \color none
2850 \begin_inset Formula $\int x^{2}dx$
2851 \end_inset
2852
2853
2854 \end_layout
2855
2856 \end_inset
2857 </cell>
2858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2859 \begin_inset Text
2860
2861 \begin_layout Plain Layout
2862
2863 \family roman
2864 \series medium
2865 \shape up
2866 \size normal
2867 \emph off
2868 \bar no
2869 \noun off
2870 \color none
2871 \begin_inset Formula $\left[\begin{array}{cc}
2872 a & b\\
2873 c & d
2874 \end{array}\right]$
2875 \end_inset
2876
2877
2878 \end_layout
2879
2880 \end_inset
2881 </cell>
2882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2883 \begin_inset Text
2884
2885 \begin_layout Plain Layout
2886
2887 \family roman
2888 \series medium
2889 \shape up
2890 \size normal
2891 \emph off
2892 \bar no
2893 \noun off
2894 \color none
2895 \begin_inset Formula $1+1=2$
2896 \end_inset
2897
2898
2899 \end_layout
2900
2901 \end_inset
2902 </cell>
2903 </row>
2904 </lyxtabular>
2905
2906 \end_inset
2907
2908
2909 \end_layout
2910
2911 \end_inset
2912
2913
2914 \end_layout
2915
2916 \begin_layout Standard
2917 Gleitende Tabellen können über 
2918 \family sans
2919 Einfügen\SpecialChar menuseparator
2920 Gleitobjekt\SpecialChar menuseparator
2921 Tabelle
2922 \family default
2923  oder einen Klick auf den Werkzeugleistenknopf 
2924 \begin_inset Info
2925 type  "icon"
2926 arg   "float-insert table"
2927 \end_inset
2928
2929  erzeugt werden.
2930  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2931  In das rot umrahmte Feld rechts von 
2932 \emph on
2933 Tabelle
2934 \begin_inset space ~
2935 \end_inset
2936
2937 Nr:
2938 \emph default
2939  schreiben Sie die Tabellenbeschriftung.
2940  Nach einem Klick oberhalb oder unterhalb von 
2941 \emph on
2942 Tabelle
2943 \begin_inset space ~
2944 \end_inset
2945
2946 Nr:
2947 \emph default
2948  können Sie dann eine Tabelle einfügen.
2949 \end_layout
2950
2951 \begin_layout Standard
2952 Tabelle
2953 \begin_inset space ~
2954 \end_inset
2955
2956
2957 \begin_inset CommandInset ref
2958 LatexCommand ref
2959 reference "tab:a table float"
2960
2961 \end_inset
2962
2963  ist ein Beispiel für eine gleitende Tabelle.
2964 \end_layout
2965
2966 \begin_layout Standard
2967 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2968 herweise wird das von \SpecialChar LaTeX
2969  Standard-Klassen nicht unterstützt.
2970  Das bedeutet, dass bei den Klassen 
2971 \family sans
2972 article
2973 \family default
2974
2975 \family sans
2976 book
2977 \family default
2978
2979 \family sans
2980 letter
2981 \family default
2982 , und 
2983 \family sans
2984 report
2985 \family default
2986  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2987  Um den einzufügen, können Sie zum Ladebefehl des \SpecialChar LaTeX
2988 -Paketes 
2989 \series bold
2990 caption
2991 \series default
2992
2993 \begin_inset Index idx
2994 status collapsed
2995
2996 \begin_layout Plain Layout
2997 \SpecialChar LaTeX
2998 -Pakete ! caption
2999 \end_layout
3000
3001 \end_inset
3002
3003  im \SpecialChar LaTeX
3004 -Vorspann Ihres Dokuments folgende Option einfügen:
3005 \begin_inset Foot
3006 status collapsed
3007
3008 \begin_layout Plain Layout
3009 Näheres finden Sie im Abschnitt
3010 \begin_inset space ~
3011 \end_inset
3012
3013
3014 \begin_inset CommandInset ref
3015 LatexCommand ref
3016 reference "abs:Titel-Platzierung"
3017
3018 \end_inset
3019
3020 .
3021 \end_layout
3022
3023 \end_inset
3024
3025
3026 \end_layout
3027
3028 \begin_layout Standard
3029
3030 \series bold
3031 tableposition=top
3032 \end_layout
3033
3034 \begin_layout Standard
3035 Das Paket 
3036 \series bold
3037 caption
3038 \series default
3039 , das in Abschnitt
3040 \begin_inset space ~
3041 \end_inset
3042
3043
3044 \begin_inset CommandInset ref
3045 LatexCommand ref
3046 reference "abs:Titel-Formatierung"
3047
3048 \end_inset
3049
3050  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3051 \end_layout
3052
3053 \begin_layout Standard
3054 \begin_inset Index idx
3055 status collapsed
3056
3057 \begin_layout Plain Layout
3058 Querverweise ! auf Tabellen
3059 \end_layout
3060
3061 \end_inset
3062
3063 Auf Tabellen kann über ihre Marke verwiesen werden.
3064  Dafür fügen Sie in der Beschriftung mit 
3065 \family sans
3066 Einfügen\SpecialChar menuseparator
3067 Marke
3068 \family default
3069  oder durch Klicken auf 
3070 \begin_inset Info
3071 type  "icon"
3072 arg   "label-insert"
3073 \end_inset
3074
3075  eine Marke ein.
3076  Auf diese können Sie dann wie gewohnt mit 
3077 \family sans
3078 Einfügen\SpecialChar menuseparator
3079 Querverweis
3080 \family default
3081  oder durch Klicken auf 
3082 \begin_inset Info
3083 type  "icon"
3084 arg   "dialog-show-new-inset ref"
3085 \end_inset
3086
3087  verweisen.
3088  Verweise werden detailliert in Abschnitt
3089 \begin_inset space ~
3090 \end_inset
3091
3092
3093 \begin_inset CommandInset ref
3094 LatexCommand ref
3095 reference "abs:Auf-Gleitobjekte-verweisen"
3096
3097 \end_inset
3098
3099  beschrieben.
3100 \end_layout
3101
3102 \begin_layout Section
3103 Lange Tabellen
3104 \begin_inset CommandInset label
3105 LatexCommand label
3106 name "abs:Lange-Tabellen"
3107
3108 \end_inset
3109
3110
3111 \begin_inset Index idx
3112 status collapsed
3113
3114 \begin_layout Plain Layout
3115 Tabellen ! lange
3116 \end_layout
3117
3118 \end_inset
3119
3120
3121 \end_layout
3122
3123 \begin_layout Standard
3124 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3125  Dialogfenster 
3126 \family sans
3127 Tabellen-Einstellungen
3128 \family default
3129  auf der Karteikarte  
3130 \family sans
3131 Lange
3132 \begin_inset space ~
3133 \end_inset
3134
3135 Tabelle
3136 \family default
3137  die Option 
3138 \family sans
3139 Lange
3140 \begin_inset space ~
3141 \end_inset
3142
3143 Tabelle
3144 \begin_inset space ~
3145 \end_inset
3146
3147 verwenden
3148 \family default
3149  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3150  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3151 \end_layout
3152
3153 \begin_layout Description
3154 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3155  festgelegt; mit Ausnahme der ersten, wenn 
3156 \family sans
3157 Erste
3158 \begin_inset space ~
3159 \end_inset
3160
3161 Kopfzeile
3162 \family default
3163  aktiviert ist.
3164 \end_layout
3165
3166 \begin_layout Description
3167 Erste
3168 \lang english
3169
3170 \begin_inset space ~
3171 \end_inset
3172
3173
3174 \lang ngerman
3175 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3176  Seite einer mehrseitigen Tabelle definiert.
3177 \end_layout
3178
3179 \begin_layout Description
3180 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3181  mit Ausnahme der letzten, wenn 
3182 \family sans
3183 Letzte
3184 \begin_inset space ~
3185 \end_inset
3186
3187 Fußzeile
3188 \family default
3189  aktiviert ist.
3190 \end_layout
3191
3192 \begin_layout Description
3193 Letzte
3194 \begin_inset space ~
3195 \end_inset
3196
3197 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3198  einer mehrseitigen Tabelle definiert.
3199 \end_layout
3200
3201 \begin_layout Description
3202 Legende: Die aktuelle Zeile enthält die Legende.
3203  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3204  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3205 \begin_inset space ~
3206 \end_inset
3207
3208
3209 \begin_inset CommandInset ref
3210 LatexCommand ref
3211 reference "uab:Beschriftungen-langer-Tabellen"
3212
3213 \end_inset
3214
3215  erklärt.
3216 \end_layout
3217
3218 \begin_layout Standard
3219 Hier ist ein Beispiel einer langen Tabelle:
3220 \begin_inset Separator parbreak
3221 \end_inset
3222
3223
3224 \end_layout
3225
3226 \begin_layout Standard
3227 \align center
3228 \begin_inset Tabular
3229 <lyxtabular version="3" rows="69" columns="3">
3230 <features islongtable="true" longtabularalignment="center">
3231 <column alignment="left" valignment="top" width="0cm">
3232 <column alignment="left" valignment="top" width="0pt">
3233 <column alignment="right" valignment="top" width="0pt">
3234 <row endfirsthead="true">
3235 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3236 \begin_inset Text
3237
3238 \begin_layout Plain Layout
3239
3240 \series bold
3241 Telefonliste (ignoriere die Namen)
3242 \end_layout
3243
3244 \end_inset
3245 </cell>
3246 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3247 \begin_inset Text
3248
3249 \begin_layout Plain Layout
3250
3251 \end_layout
3252
3253 \end_inset
3254 </cell>
3255 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3256 \begin_inset Text
3257
3258 \begin_layout Plain Layout
3259
3260 \end_layout
3261
3262 \end_inset
3263 </cell>
3264 </row>
3265 <row endfirsthead="true">
3266 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3267 \begin_inset Text
3268
3269 \begin_layout Plain Layout
3270
3271 \series bold
3272 NAME
3273 \end_layout
3274
3275 \end_inset
3276 </cell>
3277 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3278 \begin_inset Text
3279
3280 \begin_layout Plain Layout
3281
3282 \end_layout
3283
3284 \end_inset
3285 </cell>
3286 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Plain Layout
3290
3291 \series bold
3292 TEL.
3293 \end_layout
3294
3295 \end_inset
3296 </cell>
3297 </row>
3298 <row endhead="true">
3299 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3300 \begin_inset Text
3301
3302 \begin_layout Plain Layout
3303
3304 \series bold
3305 Telefonliste
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Plain Layout
3314
3315 \end_layout
3316
3317 \end_inset
3318 </cell>
3319 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3320 \begin_inset Text
3321
3322 \begin_layout Plain Layout
3323
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 </row>
3329 <row endhead="true">
3330 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3331 \begin_inset Text
3332
3333 \begin_layout Plain Layout
3334
3335 \series bold
3336 NAME
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3351 \begin_inset Text
3352
3353 \begin_layout Plain Layout
3354
3355 \series bold
3356 TEL.
3357 \end_layout
3358
3359 \end_inset
3360 </cell>
3361 </row>
3362 <row endfoot="true">
3363 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367
3368 \series bold
3369 wird fortgesetzt
3370 \series default
3371  \SpecialChar ldots
3372
3373 \end_layout
3374
3375 \end_inset
3376 </cell>
3377 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 </row>
3396 <row>
3397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401
3402 \series bold
3403 Annovi
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 <cell alignment="center" valignment="top" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Plain Layout
3412 Silvia
3413 \end_layout
3414
3415 \end_inset
3416 </cell>
3417 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421 111
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 </row>
3427 <row>
3428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432
3433 \series bold
3434 Bertoli
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 <cell alignment="center" valignment="top" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443 Stefano
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452 111
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 </row>
3458 <row>
3459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463
3464 \series bold
3465 Bozzi
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 <cell alignment="center" valignment="top" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474 Walter
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483 111
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 </row>
3489 <row>
3490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494
3495 \series bold
3496 Cachia
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 <cell alignment="center" valignment="top" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505 Maria
3506 \end_layout
3507
3508 \end_inset
3509 </cell>
3510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514 111
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 </row>
3520 <row>
3521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525
3526 \series bold
3527 Cachia
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 <cell alignment="center" valignment="top" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536 Maurizio
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545 111
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 </row>
3551 <row>
3552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556
3557 \series bold
3558 Cinquemani
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 <cell alignment="center" valignment="top" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567 Giusi
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576 111
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 </row>
3582 <row>
3583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587
3588 \series bold
3589 Colin
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 <cell alignment="center" valignment="top" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598 Bernard
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607 111
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 </row>
3613 <row>
3614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618
3619 \series bold
3620 Concli
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 <cell alignment="center" valignment="top" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629 Gianfranco
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638 111
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 </row>
3644 <row>
3645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649
3650 \series bold
3651 Dal Bosco
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 <cell alignment="center" valignment="top" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660 Carolina
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669 111
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 </row>
3675 <row>
3676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680
3681 \series bold
3682 Dalpiaz
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 <cell alignment="center" valignment="top" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691 Annamaria
3692 \end_layout
3693
3694 \end_inset
3695 </cell>
3696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700 111
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 </row>
3706 <row>
3707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711
3712 \series bold
3713 Feliciello
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 <cell alignment="center" valignment="top" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722 Domenico
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731 111
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 </row>
3737 <row>
3738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742
3743 \series bold
3744 Focarelli
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 <cell alignment="center" valignment="top" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753 Paola
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762 111
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 </row>
3768 <row>
3769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773
3774 \series bold
3775 Galletti
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 <cell alignment="center" valignment="top" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784 Oreste
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793 111
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 </row>
3799 <row>
3800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804
3805 \series bold
3806 Gasparini
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 <cell alignment="center" valignment="top" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815 Franca
3816 \end_layout
3817
3818 \end_inset
3819 </cell>
3820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824 111
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 </row>
3830 <row>
3831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835
3836 \series bold
3837 Rizzardi
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 <cell alignment="center" valignment="top" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846 Paola
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855 111
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 </row>
3861 <row>
3862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866
3867 \series bold
3868 Lassini
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 <cell alignment="center" valignment="top" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877 Giancarlo
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886 111
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 </row>
3892 <row>
3893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897
3898 \series bold
3899 Malfatti
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 <cell alignment="center" valignment="top" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908 Luciano
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917 111
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 </row>
3923 <row>
3924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928
3929 \series bold
3930 Malfatti
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 <cell alignment="center" valignment="top" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939 Valeriano
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948 111
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 </row>
3954 <row>
3955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959
3960 \series bold
3961 Meneguzzo
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 <cell alignment="center" valignment="top" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970 Roberto
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979 111
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 </row>
3985 <row>
3986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990
3991 \series bold
3992 Mezzadra
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 <cell alignment="center" valignment="top" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001 Roberto
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010 111
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 </row>
4016 <row>
4017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021
4022 \series bold
4023 Pirpamer
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 <cell alignment="center" valignment="top" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032 Erich
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041 111
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 </row>
4047 <row>
4048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052
4053 \series bold
4054 Pochiesa
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 <cell alignment="center" valignment="top" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063 Paolo
4064 \end_layout
4065
4066 \end_inset
4067 </cell>
4068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072 111, 222
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 </row>
4078 <row>
4079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083
4084 \series bold
4085 Radina
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 <cell alignment="center" valignment="top" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094 Claudio
4095 \end_layout
4096
4097 \end_inset
4098 </cell>
4099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103 111
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 </row>
4109 <row>
4110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114
4115 \series bold
4116 Stuffer
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 <cell alignment="center" valignment="top" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125 Oskar
4126 \end_layout
4127
4128 \end_inset
4129 </cell>
4130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134 111
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 </row>
4140 <row>
4141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145
4146 \series bold
4147 Tacchelli
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 <cell alignment="center" valignment="top" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156 Ugo
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165 111
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 </row>
4171 <row>
4172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176
4177 \series bold
4178 Tezzele
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 <cell alignment="center" valignment="top" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187 Margit
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196 111
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 </row>
4202 <row>
4203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207
4208 \series bold
4209 Unterkalmsteiner
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 <cell alignment="center" valignment="top" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218 Frieda
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227 111
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 </row>
4233 <row>
4234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238
4239 \series bold
4240 Vieider
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 <cell alignment="center" valignment="top" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249 Hilde
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258 111
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 </row>
4264 <row>
4265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269
4270 \series bold
4271 Vigna
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 <cell alignment="center" valignment="top" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280 Jürgen
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 111
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 </row>
4295 <row>
4296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300
4301 \series bold
4302 Weber
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 <cell alignment="center" valignment="top" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311 Maurizio
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 111
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 </row>
4326 <row>
4327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331
4332 \series bold
4333 Winkler
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342 Franz
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 111
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 </row>
4357 <row>
4358 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362  
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 </row>
4386 <row>
4387 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391
4392 \series bold
4393 Annovi
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 Silvia
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 555
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 </row>
4417 <row>
4418 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422
4423 \series bold
4424 Bertoli
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 <cell alignment="center" valignment="top" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433 Stefano
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 555
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 </row>
4448 <row>
4449 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453
4454 \series bold
4455 Bozzi
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 <cell alignment="center" valignment="top" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464 Walter
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 555
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 </row>
4479 <row>
4480 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484
4485 \series bold
4486 Cachia
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 <cell alignment="center" valignment="top" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495 Maria
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 555
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 </row>
4510 <row>
4511 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515
4516 \series bold
4517 Cachia
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 <cell alignment="center" valignment="top" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526 Maurizio
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 555
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 </row>
4541 <row>
4542 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546
4547 \series bold
4548 Cinquemani
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 <cell alignment="center" valignment="top" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557 Giusi
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 555
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 </row>
4572 <row>
4573 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577
4578 \series bold
4579 Colin
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 <cell alignment="center" valignment="top" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588 Bernard
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 555
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 </row>
4603 <row>
4604 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608
4609 \series bold
4610 Concli
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 <cell alignment="center" valignment="top" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619 Gianfranco
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628 555
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 </row>
4634 <row>
4635 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639
4640 \series bold
4641 Dal Bosco
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 <cell alignment="center" valignment="top" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Plain Layout
4650 Carolina
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 555
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 </row>
4665 <row>
4666 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670
4671 \series bold
4672 Dalpiaz
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 <cell alignment="center" valignment="top" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681 Annamaria
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690 555
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 </row>
4696 <row>
4697 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701
4702 \series bold
4703 Feliciello
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 <cell alignment="center" valignment="top" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712 Domenico
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 555
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 </row>
4727 <row>
4728 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732
4733 \series bold
4734 Focarelli
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 <cell alignment="center" valignment="top" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743 Paola
4744 \end_layout
4745
4746 \end_inset
4747 </cell>
4748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752 555
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 </row>
4758 <row>
4759 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763
4764 \series bold
4765 Galletti
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 <cell alignment="center" valignment="top" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774 Oreste
4775 \end_layout
4776
4777 \end_inset
4778 </cell>
4779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783 555
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 </row>
4789 <row>
4790 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794
4795 \series bold
4796 Gasparini
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 <cell alignment="center" valignment="top" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805 Franca
4806 \end_layout
4807
4808 \end_inset
4809 </cell>
4810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814 555
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 </row>
4820 <row>
4821 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825
4826 \series bold
4827 Rizzardi
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 <cell alignment="center" valignment="top" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836 Paola
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845 555
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 </row>
4851 <row>
4852 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856
4857 \series bold
4858 Lassini
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 <cell alignment="center" valignment="top" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867 Giancarlo
4868 \end_layout
4869
4870 \end_inset
4871 </cell>
4872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876 555
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 </row>
4882 <row>
4883 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887
4888 \series bold
4889 Malfatti
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 <cell alignment="center" valignment="top" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898 Luciano
4899 \end_layout
4900
4901 \end_inset
4902 </cell>
4903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907 555
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 </row>
4913 <row>
4914 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918
4919 \series bold
4920 Malfatti
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 <cell alignment="center" valignment="top" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929 Valeriano
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938 555
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 </row>
4944 <row>
4945 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949
4950 \series bold
4951 Meneguzzo
4952 \end_layout
4953
4954 \end_inset
4955 </cell>
4956 <cell alignment="center" valignment="top" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960 Roberto
4961 \end_layout
4962
4963 \end_inset
4964 </cell>
4965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969 555
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 </row>
4975 <row>
4976 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980
4981 \series bold
4982 Mezzadra
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 <cell alignment="center" valignment="top" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991 Roberto
4992 \end_layout
4993
4994 \end_inset
4995 </cell>
4996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000 555
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 </row>
5006 <row>
5007 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011
5012 \series bold
5013 Pirpamer
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 <cell alignment="center" valignment="top" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022 Erich
5023 \end_layout
5024
5025 \end_inset
5026 </cell>
5027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031 555
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 </row>
5037 <row>
5038 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042
5043 \series bold
5044 Pochiesa
5045 \end_layout
5046
5047 \end_inset
5048 </cell>
5049 <cell alignment="center" valignment="top" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053 Paolo
5054 \end_layout
5055
5056 \end_inset
5057 </cell>
5058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062 555, 222
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 </row>
5068 <row>
5069 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073
5074 \series bold
5075 Radina
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 <cell alignment="center" valignment="top" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084 Claudio
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093 555
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 </row>
5099 <row>
5100 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104
5105 \series bold
5106 Stuffer
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 <cell alignment="center" valignment="top" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Plain Layout
5115 Oskar
5116 \end_layout
5117
5118 \end_inset
5119 </cell>
5120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124 555
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 </row>
5130 <row>
5131 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135
5136 \series bold
5137 Tacchelli
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 <cell alignment="center" valignment="top" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Plain Layout
5146 Ugo
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155 555
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 </row>
5161 <row>
5162 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166
5167 \series bold
5168 Tezzele
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 <cell alignment="center" valignment="top" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177 Margit
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186 555
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 </row>
5192 <row>
5193 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197
5198 \series bold
5199 Unterkalmsteiner
5200 \end_layout
5201
5202 \end_inset
5203 </cell>
5204 <cell alignment="center" valignment="top" usebox="none">
5205 \begin_inset Text
5206
5207 \begin_layout Plain Layout
5208 Frieda
5209 \end_layout
5210
5211 \end_inset
5212 </cell>
5213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5214 \begin_inset Text
5215
5216 \begin_layout Plain Layout
5217 555
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 </row>
5223 <row>
5224 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228
5229 \series bold
5230 Vieider
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 <cell alignment="center" valignment="top" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239 Hilde
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248 555
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 </row>
5254 <row>
5255 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Plain Layout
5259
5260 \series bold
5261 Vigna
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 <cell alignment="center" valignment="top" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270 Jürgen
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279 999
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 </row>
5285 <row>
5286 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290
5291 \series bold
5292 Weber
5293 \end_layout
5294
5295 \end_inset
5296 </cell>
5297 <cell alignment="center" valignment="top" usebox="none">
5298 \begin_inset Text
5299
5300 \begin_layout Plain Layout
5301 Maurizio
5302 \end_layout
5303
5304 \end_inset
5305 </cell>
5306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310 555
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 </row>
5316 <row>
5317 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321
5322 \series bold
5323 Winkler
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Plain Layout
5332 Franz
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341 555
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 </row>
5347 <row endlastfoot="true">
5348 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352 Ende
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Plain Layout
5370
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 </row>
5376 </lyxtabular>
5377
5378 \end_inset
5379
5380
5381 \begin_inset ERT
5382 status collapsed
5383
5384 \begin_layout Plain Layout
5385
5386
5387 \backslash
5388 addtocounter{table}{-1}
5389 \end_layout
5390
5391 \end_inset
5392
5393
5394 \begin_inset Note Note
5395 status collapsed
5396
5397 \begin_layout Plain Layout
5398 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5399 \begin_inset space ~
5400 \end_inset
5401
5402
5403 \begin_inset CommandInset ref
5404 LatexCommand ref
5405 reference "uab:Beschriftungen-langer-Tabellen"
5406
5407 \end_inset
5408
5409
5410 \end_layout
5411
5412 \end_inset
5413
5414
5415 \end_layout
5416
5417 \begin_layout Subsection
5418 Fußnoten in langen Tabellen
5419 \begin_inset CommandInset label
5420 LatexCommand label
5421 name "uab:Fußnoten-in-langen"
5422
5423 \end_inset
5424
5425
5426 \begin_inset Index idx
5427 status collapsed
5428
5429 \begin_layout Plain Layout
5430 Tabellen ! lange ! Fußnoten
5431 \end_layout
5432
5433 \end_inset
5434
5435
5436 \end_layout
5437
5438 \begin_layout Standard
5439 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5440  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5441  Tabelle
5442 \begin_inset space ~
5443 \end_inset
5444
5445
5446 \begin_inset CommandInset ref
5447 LatexCommand ref
5448 reference "tab:DiffCaptions"
5449
5450 \end_inset
5451
5452  hat zum Beispiel eine Fußnote.
5453 \end_layout
5454
5455 \begin_layout Subsection
5456 Ausrichtung langer Tabellen
5457 \begin_inset Index idx
5458 status collapsed
5459
5460 \begin_layout Plain Layout
5461 Tabellen ! lange ! Ausrichtung
5462 \end_layout
5463
5464 \end_inset
5465
5466
5467 \end_layout
5468
5469 \begin_layout Standard
5470 Die horizontale Ausrichtung von langen Tabellen kann in den Tabelleneinstellunge
5471 n festgelegt werden.
5472  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5473  Seitenrand.
5474  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5475  ausgerichtet werden und die Werte der Längen 
5476 \series bold
5477
5478 \backslash
5479 LTleft 
5480 \series default
5481 und 
5482 \series bold
5483
5484 \backslash
5485 LTright
5486 \series default
5487  geändert werden, indem diese Zeile als \SpecialChar TeX
5488 -Code vor die lange Tabelle eingefügt
5489  wird:
5490 \end_layout
5491
5492 \begin_layout Standard
5493
5494 \series bold
5495
5496 \backslash
5497 setlength{
5498 \backslash
5499 LTleft}{Wert}
5500 \end_layout
5501
5502 \begin_layout Standard
5503 Der Wert kann eine der in Tabelle
5504 \begin_inset space ~
5505 \end_inset
5506
5507
5508 \begin_inset CommandInset ref
5509 LatexCommand ref
5510 reference "tab:Maßeinheiten"
5511
5512 \end_inset
5513
5514  aufgelisteten Einheiten kann.
5515  
5516 \series bold
5517
5518 \backslash
5519 LTleft
5520 \series default
5521  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5522  
5523 \series bold
5524
5525 \backslash
5526 LTright
5527 \series default
5528  den Abstand von rechts.
5529  Die Voreinstellung für beide Werte ist 
5530 \series bold
5531
5532 \backslash
5533 fill
5534 \series default
5535 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5536  in \SpecialChar LyX
5537  ist.
5538 \end_layout
5539
5540 \begin_layout Standard
5541 Die folgende lange Tabelle wurde zentriert und 
5542 \series bold
5543
5544 \backslash
5545 LTleft
5546 \series default
5547  auf den Wert 
5548 \family sans
5549 0.1
5550 \backslash
5551 columnwidth
5552 \family default
5553  gesetzt:
5554 \begin_inset ERT
5555 status collapsed
5556
5557 \begin_layout Plain Layout
5558
5559
5560 \backslash
5561 setlength{
5562 \backslash
5563 LTleft}{0.1
5564 \backslash
5565 columnwidth}
5566 \end_layout
5567
5568 \end_inset
5569
5570
5571 \end_layout
5572
5573 \begin_layout Standard
5574 \begin_inset Tabular
5575 <lyxtabular version="3" rows="5" columns="5">
5576 <features islongtable="true" longtabularalignment="center">
5577 <column alignment="center" valignment="top">
5578 <column alignment="center" valignment="top">
5579 <column alignment="center" valignment="top" width="0pt">
5580 <column alignment="center" valignment="top">
5581 <column alignment="center" valignment="top">
5582 <row>
5583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Plain Layout
5587 1
5588 \end_layout
5589
5590 \end_inset
5591 </cell>
5592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5593 \begin_inset Text
5594
5595 \begin_layout Plain Layout
5596 2
5597 \end_layout
5598
5599 \end_inset
5600 </cell>
5601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5602 \begin_inset Text
5603
5604 \begin_layout Plain Layout
5605 3
5606 \end_layout
5607
5608 \end_inset
5609 </cell>
5610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 4
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 5
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 </row>
5629 <row>
5630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5631 \begin_inset Text
5632
5633 \begin_layout Plain Layout
5634 asd
5635 \end_layout
5636
5637 \end_inset
5638 </cell>
5639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5640 \begin_inset Text
5641
5642 \begin_layout Plain Layout
5643 s
5644 \end_layout
5645
5646 \end_inset
5647 </cell>
5648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5649 \begin_inset Text
5650
5651 \begin_layout Plain Layout
5652 s
5653 \end_layout
5654
5655 \end_inset
5656 </cell>
5657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661 s
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 asd
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 </row>
5676 <row>
5677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681 asd
5682 \end_layout
5683
5684 \end_inset
5685 </cell>
5686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5687 \begin_inset Text
5688
5689 \begin_layout Plain Layout
5690 s
5691 \end_layout
5692
5693 \end_inset
5694 </cell>
5695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5696 \begin_inset Text
5697
5698 \begin_layout Plain Layout
5699 s
5700 \end_layout
5701
5702 \end_inset
5703 </cell>
5704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 s
5709 \end_layout
5710
5711 \end_inset
5712 </cell>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 asd
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 </row>
5723 <row>
5724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728 asd
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737 s
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5743 \begin_inset Text
5744
5745 \begin_layout Plain Layout
5746 s
5747 \end_layout
5748
5749 \end_inset
5750 </cell>
5751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5752 \begin_inset Text
5753
5754 \begin_layout Plain Layout
5755 s
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 asd
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 </row>
5770 <row>
5771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Plain Layout
5775 asd
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784 asd
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Plain Layout
5793 asd
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802 asd
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 asd
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 </row>
5817 </lyxtabular>
5818
5819 \end_inset
5820
5821
5822 \begin_inset ERT
5823 status collapsed
5824
5825 \begin_layout Plain Layout
5826
5827
5828 \backslash
5829 setlength{
5830 \backslash
5831 LTleft}{
5832 \backslash
5833 fill}
5834 \end_layout
5835
5836 \end_inset
5837
5838
5839 \begin_inset ERT
5840 status collapsed
5841
5842 \begin_layout Plain Layout
5843
5844
5845 \backslash
5846 addtocounter{table}{-1}
5847 \end_layout
5848
5849 \end_inset
5850
5851
5852 \begin_inset Note Note
5853 status collapsed
5854
5855 \begin_layout Plain Layout
5856 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5857 \begin_inset space ~
5858 \end_inset
5859
5860
5861 \begin_inset CommandInset ref
5862 LatexCommand ref
5863 reference "uab:Beschriftungen-langer-Tabellen"
5864
5865 \end_inset
5866
5867
5868 \end_layout
5869
5870 \end_inset
5871
5872
5873 \end_layout
5874
5875 \begin_layout Subsection
5876 Beschriftungen langer Tabellen
5877 \begin_inset CommandInset label
5878 LatexCommand label
5879 name "uab:Beschriftungen-langer-Tabellen"
5880
5881 \end_inset
5882
5883
5884 \begin_inset Index idx
5885 status collapsed
5886
5887 \begin_layout Plain Layout
5888 Tabellen ! lange ! Titel
5889 \end_layout
5890
5891 \end_inset
5892
5893
5894 \end_layout
5895
5896 \begin_layout Standard
5897 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5898  nur auf eine Seite gedruckt werden können.
5899  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5900 \begin_inset space ~
5901 \end_inset
5902
5903
5904 \begin_inset CommandInset ref
5905 LatexCommand ref
5906 reference "abs:Lange-Tabellen"
5907
5908 \end_inset
5909
5910  erklärt.
5911  Nur eine Tabellenzeile kann eine Beschriftung enthalten, entweder eine
5912  Kopf- oder eine Fußzeile.
5913 \end_layout
5914
5915 \begin_layout Standard
5916 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5917 \end_layout
5918
5919 \begin_layout Standard
5920 \begin_inset Tabular
5921 <lyxtabular version="3" rows="6" columns="5">
5922 <features islongtable="true" longtabularalignment="center">
5923 <column alignment="center" valignment="top">
5924 <column alignment="center" valignment="top">
5925 <column alignment="center" valignment="top">
5926 <column alignment="center" valignment="top">
5927 <column alignment="center" valignment="top">
5928 <row endfirsthead="true" caption="true">
5929 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5930 \begin_inset Text
5931
5932 \begin_layout Plain Layout
5933 \begin_inset Caption Standard
5934
5935 \begin_layout Plain Layout
5936 Eine lange Tabelle mit Titel
5937 \begin_inset Argument 1
5938 status open
5939
5940 \begin_layout Plain Layout
5941 Lange Tabelle
5942 \end_layout
5943
5944 \end_inset
5945
5946
5947 \end_layout
5948
5949 \end_inset
5950
5951
5952 \end_layout
5953
5954 \end_inset
5955 </cell>
5956 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5957 \begin_inset Text
5958
5959 \begin_layout Plain Layout
5960
5961 \end_layout
5962
5963 \end_inset
5964 </cell>
5965 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5966 \begin_inset Text
5967
5968 \begin_layout Plain Layout
5969
5970 \end_layout
5971
5972 \end_inset
5973 </cell>
5974 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5975 \begin_inset Text
5976
5977 \begin_layout Plain Layout
5978
5979 \end_layout
5980
5981 \end_inset
5982 </cell>
5983 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Plain Layout
5987
5988 \end_layout
5989
5990 \end_inset
5991 </cell>
5992 </row>
5993 <row>
5994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5995 \begin_inset Text
5996
5997 \begin_layout Plain Layout
5998 1
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6004 \begin_inset Text
6005
6006 \begin_layout Plain Layout
6007 2
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Plain Layout
6016 3
6017 \end_layout
6018
6019 \end_inset
6020 </cell>
6021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6022 \begin_inset Text
6023
6024 \begin_layout Plain Layout
6025 4
6026 \end_layout
6027
6028 \end_inset
6029 </cell>
6030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6031 \begin_inset Text
6032
6033 \begin_layout Plain Layout
6034 5
6035 \end_layout
6036
6037 \end_inset
6038 </cell>
6039 </row>
6040 <row>
6041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6042 \begin_inset Text
6043
6044 \begin_layout Plain Layout
6045 asd
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Plain Layout
6054 s
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6060 \begin_inset Text
6061
6062 \begin_layout Plain Layout
6063 s
6064 \end_layout
6065
6066 \end_inset
6067 </cell>
6068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072 s
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081 asd
6082 \end_layout
6083
6084 \end_inset
6085 </cell>
6086 </row>
6087 <row>
6088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092 asd
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 s
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110 s
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6116 \begin_inset Text
6117
6118 \begin_layout Plain Layout
6119 s
6120 \end_layout
6121
6122 \end_inset
6123 </cell>
6124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6125 \begin_inset Text
6126
6127 \begin_layout Plain Layout
6128 asd
6129 \end_layout
6130
6131 \end_inset
6132 </cell>
6133 </row>
6134 <row>
6135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139 asd
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 s
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6154 \begin_inset Text
6155
6156 \begin_layout Plain Layout
6157 s
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6163 \begin_inset Text
6164
6165 \begin_layout Plain Layout
6166 s
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Plain Layout
6175 asd
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 </row>
6181 <row>
6182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 asd
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195 asd
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Plain Layout
6204 asd
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6210 \begin_inset Text
6211
6212 \begin_layout Plain Layout
6213 asd
6214 \end_layout
6215
6216 \end_inset
6217 </cell>
6218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222 asd
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 </row>
6228 </lyxtabular>
6229
6230 \end_inset
6231
6232
6233 \end_layout
6234
6235 \begin_layout Standard
6236 \begin_inset VSpace medskip
6237 \end_inset
6238
6239
6240 \begin_inset Note Greyedout
6241 status open
6242
6243 \begin_layout Plain Layout
6244
6245 \series bold
6246 Bemerkung
6247 \begin_inset space ~
6248 \end_inset
6249
6250 1:
6251 \series default
6252  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6253  Titel vergeben.
6254  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6255 \begin_inset space ~
6256 \end_inset
6257
6258 2.4 auf Tabelle
6259 \begin_inset space ~
6260 \end_inset
6261
6262 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6263  Beschriftung sind.
6264  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6265  \SpecialChar LaTeX
6266 -Befehl als \SpecialChar TeX
6267 -Code einfügen:
6268 \end_layout
6269
6270 \begin_layout Plain Layout
6271
6272 \series bold
6273
6274 \backslash
6275 addtocounter{table}{-1}
6276 \end_layout
6277
6278 \begin_layout Plain Layout
6279 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6280  Beschriftung hat und Sie diesen Code zum \SpecialChar LaTeX
6281 -Vorspann hinzufügen:
6282 \end_layout
6283
6284 \begin_layout Plain Layout
6285
6286 \series bold
6287
6288 \backslash
6289 let
6290 \backslash
6291 myEnd
6292 \backslash
6293 endlongtable
6294 \begin_inset Newline newline
6295 \end_inset
6296
6297
6298 \backslash
6299 renewcommand{
6300 \backslash
6301 endlongtable}{
6302 \backslash
6303 myEnd
6304 \backslash
6305 addtocounter{table}{-1}}
6306 \end_layout
6307
6308 \end_inset
6309
6310
6311 \end_layout
6312
6313 \begin_layout Standard
6314 \begin_inset Note Greyedout
6315 status open
6316
6317 \begin_layout Plain Layout
6318
6319 \series bold
6320 Bemerkung
6321 \begin_inset space ~
6322 \end_inset
6323
6324 2:
6325 \series default
6326  Wenn Sie 
6327 \series bold
6328 hyperref
6329 \series default
6330
6331 \begin_inset Index idx
6332 status collapsed
6333
6334 \begin_layout Plain Layout
6335 \SpecialChar LaTeX
6336 -Pakete ! hyperref
6337 \end_layout
6338
6339 \end_inset
6340
6341  in den
6342 \family sans
6343  PDF-Eigenschaften
6344 \family default
6345  im 
6346 \family sans
6347 Dokument-Einstellungen
6348 \family default
6349  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6350  immer auf den Anfang des Dokuments zeigen.
6351 \end_layout
6352
6353 \end_inset
6354
6355
6356 \end_layout
6357
6358 \begin_layout Subsubsection
6359 Querverweise auf 
6360 \family sans
6361 lange Tabelle
6362 \family default
6363 n
6364 \begin_inset Index idx
6365 status collapsed
6366
6367 \begin_layout Plain Layout
6368 Tabellen ! lange ! Querverweis
6369 \end_layout
6370
6371 \end_inset
6372
6373
6374 \end_layout
6375
6376 \begin_layout Standard
6377 \begin_inset Tabular
6378 <lyxtabular version="3" rows="6" columns="5">
6379 <features islongtable="true" longtabularalignment="center">
6380 <column alignment="center" valignment="top">
6381 <column alignment="center" valignment="top">
6382 <column alignment="center" valignment="top">
6383 <column alignment="center" valignment="top">
6384 <column alignment="center" valignment="top">
6385 <row endfirsthead="true" caption="true">
6386 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390 \begin_inset Caption Standard
6391
6392 \begin_layout Plain Layout
6393 Lange Tabelle mit Marke
6394 \begin_inset CommandInset label
6395 LatexCommand label
6396 name "tab:LangeTabelle-mit-Marke"
6397
6398 \end_inset
6399
6400
6401 \end_layout
6402
6403 \end_inset
6404
6405
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6411 \begin_inset Text
6412
6413 \begin_layout Plain Layout
6414
6415 \end_layout
6416
6417 \end_inset
6418 </cell>
6419 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6429 \begin_inset Text
6430
6431 \begin_layout Plain Layout
6432
6433 \end_layout
6434
6435 \end_inset
6436 </cell>
6437 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6438 \begin_inset Text
6439
6440 \begin_layout Plain Layout
6441
6442 \end_layout
6443
6444 \end_inset
6445 </cell>
6446 </row>
6447 <row>
6448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Plain Layout
6452 1
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6458 \begin_inset Text
6459
6460 \begin_layout Plain Layout
6461 2
6462 \end_layout
6463
6464 \end_inset
6465 </cell>
6466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6467 \begin_inset Text
6468
6469 \begin_layout Plain Layout
6470 3
6471 \end_layout
6472
6473 \end_inset
6474 </cell>
6475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6476 \begin_inset Text
6477
6478 \begin_layout Plain Layout
6479 4
6480 \end_layout
6481
6482 \end_inset
6483 </cell>
6484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488 5
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 </row>
6494 <row>
6495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6496 \begin_inset Text
6497
6498 \begin_layout Plain Layout
6499 asd
6500 \end_layout
6501
6502 \end_inset
6503 </cell>
6504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6505 \begin_inset Text
6506
6507 \begin_layout Plain Layout
6508 s
6509 \end_layout
6510
6511 \end_inset
6512 </cell>
6513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6514 \begin_inset Text
6515
6516 \begin_layout Plain Layout
6517 s
6518 \end_layout
6519
6520 \end_inset
6521 </cell>
6522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Plain Layout
6526 s
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Plain Layout
6535 asd
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 </row>
6541 <row>
6542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6543 \begin_inset Text
6544
6545 \begin_layout Plain Layout
6546 asd
6547 \end_layout
6548
6549 \end_inset
6550 </cell>
6551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6552 \begin_inset Text
6553
6554 \begin_layout Plain Layout
6555 s
6556 \end_layout
6557
6558 \end_inset
6559 </cell>
6560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6561 \begin_inset Text
6562
6563 \begin_layout Plain Layout
6564 s
6565 \end_layout
6566
6567 \end_inset
6568 </cell>
6569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Plain Layout
6573 s
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582 asd
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 </row>
6588 <row>
6589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6590 \begin_inset Text
6591
6592 \begin_layout Plain Layout
6593 asd
6594 \end_layout
6595
6596 \end_inset
6597 </cell>
6598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6599 \begin_inset Text
6600
6601 \begin_layout Plain Layout
6602 s
6603 \end_layout
6604
6605 \end_inset
6606 </cell>
6607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6608 \begin_inset Text
6609
6610 \begin_layout Plain Layout
6611 s
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620 s
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629 asd
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 </row>
6635 <row>
6636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Plain Layout
6640 asd
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649 sad
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658 asd
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667 asd
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676 asd
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 </row>
6682 </lyxtabular>
6683
6684 \end_inset
6685
6686
6687 \end_layout
6688
6689 \begin_layout Standard
6690 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6691  im Titel einfügen.
6692 \end_layout
6693
6694 \begin_layout Standard
6695 Dies ist ein Verweis auf Tabelle
6696 \begin_inset space ~
6697 \end_inset
6698
6699
6700 \begin_inset CommandInset ref
6701 LatexCommand ref
6702 reference "tab:LangeTabelle-mit-Marke"
6703
6704 \end_inset
6705
6706 .
6707 \end_layout
6708
6709 \begin_layout Standard
6710 Mit dem \SpecialChar LaTeX
6711 -Paket 
6712 \series bold
6713 caption
6714 \series default
6715
6716 \begin_inset Index idx
6717 status collapsed
6718
6719 \begin_layout Plain Layout
6720 \SpecialChar LaTeX
6721 -Pakete ! caption
6722 \end_layout
6723
6724 \end_inset
6725
6726 , siehe Abschnitt
6727 \begin_inset space ~
6728 \end_inset
6729
6730
6731 \begin_inset CommandInset ref
6732 LatexCommand ref
6733 reference "abs:Titel-Formatierung"
6734
6735 \end_inset
6736
6737 , können Sie alle anderen Beschriftungsoptionen benutzen.
6738 \end_layout
6739
6740 \begin_layout Subsubsection
6741 Titelbreite
6742 \begin_inset Index idx
6743 status collapsed
6744
6745 \begin_layout Plain Layout
6746 Tabellen ! lange ! Beschriftungsbreite
6747 \end_layout
6748
6749 \end_inset
6750
6751
6752 \end_layout
6753
6754 \begin_layout Standard
6755 Die maximale Titelbreite wird durch die Variable 
6756 \series bold
6757
6758 \backslash
6759 LTcapwidth
6760 \series default
6761  definiert.
6762  Ihr Standardwert ist 4
6763 \begin_inset space \thinspace{}
6764 \end_inset
6765
6766 Zoll (
6767 \begin_inset Formula $\approx10$
6768 \end_inset
6769
6770
6771 \begin_inset space \thinspace{}
6772 \end_inset
6773
6774 cm).
6775  Um das zu ändern, können Sie entweder im \SpecialChar LaTeX
6776 -Vorspann oder als \SpecialChar TeX
6777 -Code vor der
6778  betreffenden Tabelle folgenden Befehl einsetzen:
6779 \end_layout
6780
6781 \begin_layout Standard
6782
6783 \series bold
6784
6785 \backslash
6786 setlength{
6787 \backslash
6788 LTcapwidth}{Breite}
6789 \end_layout
6790
6791 \begin_layout Standard
6792 wobei die Breite eine der in Anhang
6793 \begin_inset space ~
6794 \end_inset
6795
6796
6797 \begin_inset CommandInset ref
6798 LatexCommand ref
6799 reference "kap:In-LyX-verfügbare"
6800
6801 \end_inset
6802
6803  aufgelisteten Einheiten haben kann.
6804 \end_layout
6805
6806 \begin_layout Standard
6807 Die beiden folgenden Tabellen zeigen den Unterschied:
6808 \end_layout
6809
6810 \begin_layout Standard
6811 \begin_inset Tabular
6812 <lyxtabular version="3" rows="6" columns="5">
6813 <features islongtable="true" longtabularalignment="center">
6814 <column alignment="center" valignment="top">
6815 <column alignment="center" valignment="top">
6816 <column alignment="center" valignment="top">
6817 <column alignment="center" valignment="top">
6818 <column alignment="center" valignment="top">
6819 <row endfirsthead="true" caption="true">
6820 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Plain Layout
6824 \begin_inset Caption Standard
6825
6826 \begin_layout Plain Layout
6827 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6828 \begin_inset Argument 1
6829 status open
6830
6831 \begin_layout Plain Layout
6832 Titel mit Standardbreite
6833 \end_layout
6834
6835 \end_inset
6836
6837
6838 \end_layout
6839
6840 \end_inset
6841
6842
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878
6879 \end_layout
6880
6881 \end_inset
6882 </cell>
6883 </row>
6884 <row>
6885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889 1
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898 2
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6904 \begin_inset Text
6905
6906 \begin_layout Plain Layout
6907 3
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916 4
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925 5
6926 \end_layout
6927
6928 \end_inset
6929 </cell>
6930 </row>
6931 <row>
6932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Plain Layout
6936 asd
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945 s
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Plain Layout
6954 s
6955 \end_layout
6956
6957 \end_inset
6958 </cell>
6959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Plain Layout
6963 s
6964 \end_layout
6965
6966 \end_inset
6967 </cell>
6968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6969 \begin_inset Text
6970
6971 \begin_layout Plain Layout
6972 asd
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 </row>
6978 <row>
6979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983 asd
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992 s
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6998 \begin_inset Text
6999
7000 \begin_layout Plain Layout
7001 s
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7007 \begin_inset Text
7008
7009 \begin_layout Plain Layout
7010 s
7011 \end_layout
7012
7013 \end_inset
7014 </cell>
7015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7016 \begin_inset Text
7017
7018 \begin_layout Plain Layout
7019 asd
7020 \end_layout
7021
7022 \end_inset
7023 </cell>
7024 </row>
7025 <row>
7026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030 asd
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 s
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048 s
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057 s
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066 asd
7067 \end_layout
7068
7069 \end_inset
7070 </cell>
7071 </row>
7072 <row>
7073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7074 \begin_inset Text
7075
7076 \begin_layout Plain Layout
7077 asd
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086 sad
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 asd
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104 asd
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7110 \begin_inset Text
7111
7112 \begin_layout Plain Layout
7113 asd
7114 \end_layout
7115
7116 \end_inset
7117 </cell>
7118 </row>
7119 </lyxtabular>
7120
7121 \end_inset
7122
7123
7124 \end_layout
7125
7126 \begin_layout Standard
7127 \begin_inset ERT
7128 status collapsed
7129
7130 \begin_layout Plain Layout
7131
7132
7133 \backslash
7134 setlength{
7135 \backslash
7136 LTcapwidth}{5cm}
7137 \end_layout
7138
7139 \end_inset
7140
7141
7142 \begin_inset Tabular
7143 <lyxtabular version="3" rows="6" columns="5">
7144 <features islongtable="true" longtabularalignment="center">
7145 <column alignment="center" valignment="top">
7146 <column alignment="center" valignment="top">
7147 <column alignment="center" valignment="top">
7148 <column alignment="center" valignment="top">
7149 <column alignment="center" valignment="top">
7150 <row endfirsthead="true" caption="true">
7151 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Plain Layout
7155 \begin_inset Caption Standard
7156
7157 \begin_layout Plain Layout
7158 Langer Titel mit 5
7159 \begin_inset space \thinspace{}
7160 \end_inset
7161
7162 cm Breite, Langer Titel mit 5
7163 \begin_inset space \thinspace{}
7164 \end_inset
7165
7166 cm Breite
7167 \begin_inset Argument 1
7168 status open
7169
7170 \begin_layout Plain Layout
7171 Titel mit 5
7172 \begin_inset space \thinspace{}
7173 \end_inset
7174
7175 cm Breite
7176 \end_layout
7177
7178 \end_inset
7179
7180
7181 \end_layout
7182
7183 \end_inset
7184
7185
7186 \end_layout
7187
7188 \end_inset
7189 </cell>
7190 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 </row>
7227 <row>
7228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232 1
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 2
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 3
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259 4
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7265 \begin_inset Text
7266
7267 \begin_layout Plain Layout
7268 5
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 </row>
7274 <row>
7275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7276 \begin_inset Text
7277
7278 \begin_layout Plain Layout
7279 asd
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288 s
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Plain Layout
7297 s
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Plain Layout
7306 s
7307 \end_layout
7308
7309 \end_inset
7310 </cell>
7311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Plain Layout
7315 asd
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 </row>
7321 <row>
7322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326 asd
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Plain Layout
7335 s
7336 \end_layout
7337
7338 \end_inset
7339 </cell>
7340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Plain Layout
7344 s
7345 \end_layout
7346
7347 \end_inset
7348 </cell>
7349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7350 \begin_inset Text
7351
7352 \begin_layout Plain Layout
7353 s
7354 \end_layout
7355
7356 \end_inset
7357 </cell>
7358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7359 \begin_inset Text
7360
7361 \begin_layout Plain Layout
7362 asd
7363 \end_layout
7364
7365 \end_inset
7366 </cell>
7367 </row>
7368 <row>
7369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373 asd
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7379 \begin_inset Text
7380
7381 \begin_layout Plain Layout
7382 s
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391 s
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7397 \begin_inset Text
7398
7399 \begin_layout Plain Layout
7400 s
7401 \end_layout
7402
7403 \end_inset
7404 </cell>
7405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7406 \begin_inset Text
7407
7408 \begin_layout Plain Layout
7409 asd
7410 \end_layout
7411
7412 \end_inset
7413 </cell>
7414 </row>
7415 <row>
7416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420 asd
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429 sad
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438 asd
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7444 \begin_inset Text
7445
7446 \begin_layout Plain Layout
7447 asd
7448 \end_layout
7449
7450 \end_inset
7451 </cell>
7452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7453 \begin_inset Text
7454
7455 \begin_layout Plain Layout
7456 asd
7457 \end_layout
7458
7459 \end_inset
7460 </cell>
7461 </row>
7462 </lyxtabular>
7463
7464 \end_inset
7465
7466
7467 \begin_inset ERT
7468 status collapsed
7469
7470 \begin_layout Plain Layout
7471
7472
7473 \backslash
7474 setlength{
7475 \backslash
7476 LTcapwidth}{4in}
7477 \end_layout
7478
7479 \end_inset
7480
7481
7482 \begin_inset Note Note
7483 status collapsed
7484
7485 \begin_layout Plain Layout
7486 Beschriftungsbreite zurücksetzen
7487 \end_layout
7488
7489 \end_inset
7490
7491
7492 \end_layout
7493
7494 \begin_layout Standard
7495 \begin_inset Note Greyedout
7496 status open
7497
7498 \begin_layout Plain Layout
7499
7500 \series bold
7501 Achtung:
7502 \series default
7503  Wenn das \SpecialChar LaTeX
7504 -Paket 
7505 \series bold
7506 caption
7507 \series default
7508
7509 \begin_inset Index idx
7510 status collapsed
7511
7512 \begin_layout Plain Layout
7513 \SpecialChar LaTeX
7514 -Pakete ! caption
7515 \end_layout
7516
7517 \end_inset
7518
7519  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7520  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7521  4
7522 \begin_inset space \thinspace{}
7523 \end_inset
7524
7525 Zoll für 
7526 \series bold
7527
7528 \backslash
7529 LTcapwidth
7530 \series default
7531  benutzen.
7532  Um in diesem Fall eine genau 4
7533 \begin_inset space \thinspace{}
7534 \end_inset
7535
7536 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7537  4
7538 \begin_inset space \thinspace{}
7539 \end_inset
7540
7541 Zoll veränderten Wert wie z.
7542 \begin_inset space \thinspace{}
7543 \end_inset
7544
7545 B.
7546  3.99
7547 \begin_inset space \thinspace{}
7548 \end_inset
7549
7550 Zoll verwenden oder den \SpecialChar LaTeX
7551 -Befehl 
7552 \series bold
7553
7554 \backslash
7555 captionsetup{width=Wert}
7556 \series default
7557  benutzen, der vom 
7558 \series bold
7559 caption
7560 \series default
7561 -Paket bereitgestellt wird.
7562 \end_layout
7563
7564 \end_inset
7565
7566
7567 \end_layout
7568
7569 \begin_layout Subsubsection
7570 Unterschiedliche Beschriftung für Tabellenseiten
7571 \begin_inset Index idx
7572 status collapsed
7573
7574 \begin_layout Plain Layout
7575 Tabellen ! lange ! mehrere Beschriftungen
7576 \end_layout
7577
7578 \end_inset
7579
7580
7581 \end_layout
7582
7583 \begin_layout Standard
7584 Wenn die Tabellenbeschriftung der folgenden Seiten anders sein soll, als
7585  die der ersten Seite, markieren Sie eine leere Zeile als Kopfzeile, die
7586  eine Beschriftung enthält.
7587  Dann klicken Sie mit rechts auf die Beschriftung und wählen im Kontext-Menü
7588  
7589 \family sans
7590 Legende
7591 \begin_inset space ~
7592 \end_inset
7593
7594 (Lange Tabelle (unnummeriert))
7595 \family default
7596  aus.
7597  Tabelle
7598 \begin_inset space ~
7599 \end_inset
7600
7601
7602 \begin_inset CommandInset ref
7603 LatexCommand ref
7604 reference "tab:DiffCaptions"
7605
7606 \end_inset
7607
7608  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7609  ohne Tabellennummer auf der zweiten Seite.
7610 \begin_inset Separator parbreak
7611 \end_inset
7612
7613
7614 \end_layout
7615
7616 \begin_layout Standard
7617 \align center
7618 \begin_inset Tabular
7619 <lyxtabular version="3" rows="59" columns="3">
7620 <features islongtable="true" longtabularalignment="center">
7621 <column alignment="left" valignment="top" width="0pt">
7622 <column alignment="left" valignment="top" width="0pt">
7623 <column alignment="center" valignment="top" width="0pt">
7624 <row endfirsthead="true" caption="true">
7625 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629 \begin_inset Caption Standard
7630
7631 \begin_layout Plain Layout
7632 Telefonliste
7633 \begin_inset CommandInset label
7634 LatexCommand label
7635 name "tab:DiffCaptions"
7636
7637 \end_inset
7638
7639
7640 \begin_inset Argument 1
7641 status collapsed
7642
7643 \begin_layout Plain Layout
7644 Telefonliste
7645 \end_layout
7646
7647 \end_inset
7648
7649
7650 \end_layout
7651
7652 \end_inset
7653
7654
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Plain Layout
7663
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Plain Layout
7672
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 </row>
7678 <row endfirsthead="true">
7679 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683
7684 \series bold
7685 Telefonliste (ignoriere die Namen)
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694
7695 \end_layout
7696
7697 \end_inset
7698 </cell>
7699 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7700 \begin_inset Text
7701
7702 \begin_layout Plain Layout
7703
7704 \end_layout
7705
7706 \end_inset
7707 </cell>
7708 </row>
7709 <row endfirsthead="true">
7710 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7711 \begin_inset Text
7712
7713 \begin_layout Plain Layout
7714
7715 \series bold
7716 NAME
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7722 \begin_inset Text
7723
7724 \begin_layout Plain Layout
7725
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Plain Layout
7734
7735 \series bold
7736 TEL.
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 </row>
7742 <row endhead="true" caption="true">
7743 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747 \begin_inset Caption LongTableNoNumber
7748
7749 \begin_layout Plain Layout
7750 Fortsetzung der Telefonliste
7751 \end_layout
7752
7753 \end_inset
7754
7755
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 </row>
7779 <row endhead="true">
7780 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \series bold
7786 Telefonliste
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 </row>
7810 <row endhead="true">
7811 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815
7816 \series bold
7817 NAME
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835
7836 \series bold
7837 TEL.
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 </row>
7843 <row endfoot="true">
7844 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848 wird fortgesetzt\SpecialChar ldots
7849
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Plain Layout
7858
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 </row>
7873 <row>
7874 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878
7879 \series bold
7880 Annovi
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889 Silvia
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898 111
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 </row>
7904 <row>
7905 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909
7910 \series bold
7911 Bertoli
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920 Stefano
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929 111
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 </row>
7935 <row>
7936 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940
7941 \series bold
7942 Bozzi
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951 Walter
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960 111
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 </row>
7966 <row>
7967 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971
7972 \series bold
7973 Cachia
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982 Maria
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991 111
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 </row>
7997 <row>
7998 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002
8003 \series bold
8004 Cachia
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013 Maurizio
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022 111
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 </row>
8028 <row>
8029 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033
8034 \series bold
8035 Cinquemani
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044 Giusi
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053 111
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 </row>
8059 <row>
8060 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064
8065 \series bold
8066 Colin
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 Bernard
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084 111
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 </row>
8090 <row>
8091 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095
8096 \series bold
8097 Concli
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106 Gianfranco
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115 111
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 </row>
8121 <row>
8122 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126
8127 \series bold
8128 Dal Bosco
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137 Carolina
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146 111
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 </row>
8152 <row>
8153 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157
8158 \series bold
8159 Dalpiaz
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 Annamaria
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 111
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 </row>
8183 <row>
8184 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188
8189 \series bold
8190 Feliciello
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 Domenico
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208 111
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 </row>
8214 <row>
8215 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219
8220 \series bold
8221 Focarelli
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 Paola
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 111
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 </row>
8245 <row>
8246 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250
8251 \series bold
8252 Galletti
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 Oreste
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270 111
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 </row>
8276 <row>
8277 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281
8282 \series bold
8283 Gasparini
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 Franca
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301 111
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 </row>
8307 <row>
8308 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312
8313 \series bold
8314 Rizzardi
8315 \series default
8316
8317 \begin_inset Foot
8318 status open
8319
8320 \begin_layout Plain Layout
8321 Beispielfußnote
8322 \end_layout
8323
8324 \end_inset
8325
8326
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335 Paola
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 111
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 </row>
8350 <row>
8351 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355
8356 \series bold
8357 Lassini
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366 Giancarlo
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375 111
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 </row>
8381 <row>
8382 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386
8387 \series bold
8388 Malfatti
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397 Luciano
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 111
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 </row>
8412 <row>
8413 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417
8418 \series bold
8419 Malfatti
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428 Valeriano
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437 111
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 </row>
8443 <row>
8444 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448
8449 \series bold
8450 Meneguzzo
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459 Roberto
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468 111
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 </row>
8474 <row>
8475 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479
8480 \series bold
8481 Mezzadra
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 Roberto
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 111
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 </row>
8505 <row>
8506 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510
8511 \series bold
8512 Pirpamer
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521 Erich
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530 111
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 </row>
8536 <row>
8537 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541
8542 \series bold
8543 Pochiesa
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552 Paolo
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561 111, 222
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 </row>
8567 <row>
8568 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572
8573 \series bold
8574 Radina
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583 Claudio
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 111
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 </row>
8598 <row>
8599 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603
8604 \series bold
8605 Stuffer
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614 Oskar
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 111
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 </row>
8629 <row>
8630 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634
8635 \series bold
8636 Tacchelli
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645 Ugo
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 111
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 </row>
8660 <row>
8661 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665
8666 \series bold
8667 Tezzele
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676 Margit
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685 111
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 </row>
8691 <row>
8692 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696
8697 \series bold
8698 Unterkalmsteiner
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707 Frieda
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716 111
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 </row>
8722 <row>
8723 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727
8728 \series bold
8729 Vieider
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738 Hilde
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747 111
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 </row>
8753 <row>
8754 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758
8759 \series bold
8760 Vigna
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 Jürgen
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778 111
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 </row>
8784 <row>
8785 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789
8790 \series bold
8791 Weber
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800 Maurizio
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809 111
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 </row>
8815 <row>
8816 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820
8821 \series bold
8822 Winkler
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831 Franz
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840 111
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 </row>
8846 <row>
8847 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851  
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 </row>
8875 <row>
8876 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880
8881 \series bold
8882 Annovi
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891 Silvia
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900 555
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 </row>
8906 <row>
8907 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911
8912 \series bold
8913 Bertoli
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922 Stefano
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931 555
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 </row>
8937 <row>
8938 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942
8943 \series bold
8944 Bozzi
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953 Walter
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962 555
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 </row>
8968 <row>
8969 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973
8974 \series bold
8975 Cachia
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984 Maria
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993 555
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 </row>
8999 <row>
9000 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004
9005 \series bold
9006 Cachia
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015 Maurizio
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024 555
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 </row>
9030 <row>
9031 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035
9036 \series bold
9037 Cinquemani
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046 Giusi
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055 555
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 </row>
9061 <row>
9062 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066
9067 \series bold
9068 Colin
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077 Bernard
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086 555
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 </row>
9092 <row>
9093 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097
9098 \series bold
9099 Concli
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Plain Layout
9108 Gianfranco
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117 555
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 </row>
9123 <row>
9124 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128
9129 \series bold
9130 Dal Bosco
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139 Carolina
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148 555
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 </row>
9154 <row>
9155 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159
9160 \series bold
9161 Dalpiaz
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Plain Layout
9170 Annamaria
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179 555
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 </row>
9185 <row>
9186 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190
9191 \series bold
9192 Feliciello
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 Domenico
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210 555
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 </row>
9216 <row>
9217 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221
9222 \series bold
9223 Focarelli
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Plain Layout
9232 Paola
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241 555
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 </row>
9247 <row>
9248 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252
9253 \series bold
9254 Galletti
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263 Oreste
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Plain Layout
9272 555
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 </row>
9278 <row>
9279 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283
9284 \series bold
9285 Gasparini
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294 Franca
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9300 \begin_inset Text
9301
9302 \begin_layout Plain Layout
9303 555
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 </row>
9309 <row>
9310 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314
9315 \series bold
9316 Rizzardi
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325 Paola
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Plain Layout
9334 555
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 </row>
9340 <row>
9341 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9342 \begin_inset Text
9343
9344 \begin_layout Plain Layout
9345
9346 \series bold
9347 Lassini
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356 Giancarlo
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365 555
9366 \end_layout
9367
9368 \end_inset
9369 </cell>
9370 </row>
9371 <row>
9372 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376
9377 \series bold
9378 Malfatti
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387 Luciano
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396 555
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 </row>
9402 <row>
9403 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407
9408 \series bold
9409 Malfatti
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418 Valeriano
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Plain Layout
9427 555
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 </row>
9433 <row>
9434 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Plain Layout
9438
9439 \series bold
9440 Meneguzzo
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449 Roberto
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458 555
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 </row>
9464 <row>
9465 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469
9470 \series bold
9471 Mezzadra
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480 Roberto
9481 \end_layout
9482
9483 \end_inset
9484 </cell>
9485 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9486 \begin_inset Text
9487
9488 \begin_layout Plain Layout
9489 555
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 </row>
9495 </lyxtabular>
9496
9497 \end_inset
9498
9499
9500 \end_layout
9501
9502 \begin_layout Section
9503 Weitere Möglichkeiten für 
9504 \family sans
9505 lange Tabelle
9506 \family default
9507 n
9508 \begin_inset CommandInset label
9509 LatexCommand label
9510 name "abs:Special-Longtable-Issues"
9511
9512 \end_inset
9513
9514
9515 \end_layout
9516
9517 \begin_layout Subsection
9518 L
9519 \family sans
9520 ange Tabelle
9521 \family default
9522 n: Berechnung
9523 \begin_inset Index idx
9524 status collapsed
9525
9526 \begin_layout Plain Layout
9527 Tabellen ! lange ! Berechnung
9528 \end_layout
9529
9530 \end_inset
9531
9532
9533 \end_layout
9534
9535 \begin_layout Standard
9536 \SpecialChar LaTeX
9537  berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit so genannten
9538  
9539 \emph on
9540 chunks
9541 \emph default
9542  (Brocken).
9543  Chunks sind Tabellenteile, die \SpecialChar LaTeX
9544  gleichzeitig im Speicher hält.
9545  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9546  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9547  das die Druckausgabe.
9548  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9549  setzen, indem Sie in den \SpecialChar LaTeX
9550 -Vorspann Ihres Dokumentes folgende Zeile einfügen:
9551 \end_layout
9552
9553 \begin_layout Standard
9554
9555 \series bold
9556
9557 \backslash
9558 setcounter{LTchunksize}{100}
9559 \end_layout
9560
9561 \begin_layout Subsection
9562 Gleitobjekte und L
9563 \family sans
9564 ange Tabelle
9565 \family default
9566 n
9567 \begin_inset Index idx
9568 status collapsed
9569
9570 \begin_layout Plain Layout
9571 Tabellen ! lange ! und Gleitobjekte
9572 \end_layout
9573
9574 \end_inset
9575
9576
9577 \end_layout
9578
9579 \begin_layout Standard
9580 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9581 \family sans
9582 lange
9583 \begin_inset space ~
9584 \end_inset
9585
9586 Tabelle
9587 \family default
9588  beginnt, ein Gleitobjekt befindet.
9589  Um das zu vermeiden, können Sie vor der 
9590 \family sans
9591 langen
9592 \begin_inset space ~
9593 \end_inset
9594
9595 Tabellen
9596 \family default
9597  einen manuellen Seitenumbruch
9598 \family sans
9599  Einfügen\SpecialChar menuseparator
9600 Formatierung\SpecialChar menuseparator
9601 [Doppel]Seite
9602 \begin_inset space \space{}
9603 \end_inset
9604
9605 leeren
9606 \family default
9607  einfügen, siehe 
9608 \emph on
9609 Benutzerhandbuch
9610 \emph default
9611 .
9612 \end_layout
9613
9614 \begin_layout Subsection
9615 Manuelle Seitenumbrüche
9616 \begin_inset Index idx
9617 status collapsed
9618
9619 \begin_layout Plain Layout
9620 Tabellen ! lange ! manueller Seitenumbruch
9621 \end_layout
9622
9623 \end_inset
9624
9625
9626 \end_layout
9627
9628 \begin_layout Standard
9629 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9630  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9631  der Zelle umbrechen wollen, fügen Sie den Befehl  
9632 \begin_inset Quotes gld
9633 \end_inset
9634
9635
9636 \series bold
9637
9638 \backslash
9639
9640 \backslash
9641
9642 \series default
9643
9644 \begin_inset Quotes grd
9645 \end_inset
9646
9647  für eine neue Zeile als \SpecialChar TeX
9648 -Code an der Stelle in der Zelle ein, wo umgebrochen
9649  werden kann.
9650  Vor dem 
9651 \begin_inset Quotes gld
9652 \end_inset
9653
9654
9655 \series bold
9656
9657 \backslash
9658
9659 \backslash
9660
9661 \series default
9662
9663 \begin_inset Quotes grd
9664 \end_inset
9665
9666 -Befehl müssen Sie so viele 
9667 \begin_inset Quotes gld
9668 \end_inset
9669
9670
9671 \series bold
9672 &
9673 \series default
9674
9675 \begin_inset Quotes grd
9676 \end_inset
9677
9678  als \SpecialChar TeX
9679 -Code einfügen wie noch Spalten in der Zeile folgen.
9680  Mit 
9681 \begin_inset Quotes gld
9682 \end_inset
9683
9684
9685 \series bold
9686 &
9687 \series default
9688
9689 \begin_inset Quotes grd
9690 \end_inset
9691
9692   werden in \SpecialChar LaTeX
9693  Tabellenzellen getrennt.
9694  Hinter jedes 
9695 \begin_inset Quotes gld
9696 \end_inset
9697
9698
9699 \series bold
9700 &
9701 \series default
9702
9703 \begin_inset Quotes grd
9704 \end_inset
9705
9706  schreiben Sie ebenfalls in \SpecialChar TeX
9707 -Code den Inhalt der entsprechenden Zelle und
9708  löschen den Inhalt dieser Zellen.
9709 \end_layout
9710
9711 \begin_layout Standard
9712 Hinter dem 
9713 \begin_inset Quotes gld
9714 \end_inset
9715
9716
9717 \series bold
9718
9719 \backslash
9720
9721 \backslash
9722
9723 \series default
9724
9725 \begin_inset Quotes grd
9726 \end_inset
9727
9728 -Befehl müssen Sie so viele 
9729 \begin_inset Quotes gld
9730 \end_inset
9731
9732
9733 \series bold
9734 &
9735 \series default
9736
9737 \begin_inset Quotes grd
9738 \end_inset
9739
9740  als \SpecialChar TeX
9741 -Code einfügen wie Spalten vor der momentanen Spalte sind.
9742  In Tabelle
9743 \begin_inset space ~
9744 \end_inset
9745
9746
9747 \begin_inset CommandInset ref
9748 LatexCommand ref
9749 reference "tab:ForcedPagebreak"
9750
9751 \end_inset
9752
9753  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9754  Es folgt noch eine weitere Spalte.
9755  Deshalb wurde hinter dem Wort 
9756 \emph on
9757 Castelchiodato, 
9758 \emph default
9759 folgendes eingefügt:
9760 \end_layout
9761
9762 \begin_layout Standard
9763
9764 \series bold
9765 & 111
9766 \backslash
9767
9768 \backslash
9769  
9770 \backslash
9771 newpage
9772 \begin_inset Newline newline
9773 \end_inset
9774
9775 &
9776 \end_layout
9777
9778 \begin_layout Standard
9779 Die 
9780 \begin_inset Quotes gld
9781 \end_inset
9782
9783 111
9784 \begin_inset Quotes grd
9785 \end_inset
9786
9787  in der dritten Spalte wurde gelöscht.
9788  
9789 \series bold
9790
9791 \backslash
9792 newpage
9793 \series default
9794  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9795  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9796  Wenn die Fußzeile Ihrer 
9797 \family sans
9798 langen
9799 \begin_inset space ~
9800 \end_inset
9801
9802 Tabelle
9803 \family default
9804  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9805  Befehle benutzen:
9806 \end_layout
9807
9808 \begin_layout Standard
9809
9810 \series bold
9811 & 111
9812 \backslash
9813
9814 \backslash
9815
9816 \begin_inset Newline newline
9817 \end_inset
9818
9819
9820 \backslash
9821 hline &
9822 \end_layout
9823
9824 \begin_layout Standard
9825 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9826  muss folgender Befehl als \SpecialChar TeX
9827 -Code am Anfang der Zelle eingefügt werden:
9828 \end_layout
9829
9830 \begin_layout Standard
9831
9832 \series bold
9833
9834 \backslash
9835 setlength{
9836 \backslash
9837 parfillskip}{0pt}
9838 \end_layout
9839
9840 \begin_layout Standard
9841 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9842  erscheint.
9843 \begin_inset Separator parbreak
9844 \end_inset
9845
9846
9847 \end_layout
9848
9849 \begin_layout Standard
9850 \align center
9851 \begin_inset Tabular
9852 <lyxtabular version="3" rows="38" columns="3">
9853 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9854 <column alignment="left" valignment="top" width="0cm">
9855 <column alignment="left" valignment="top" width="3cm">
9856 <column alignment="right" valignment="top" width="0pt">
9857 <row endfirsthead="true" caption="true">
9858 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9859 \begin_inset Text
9860
9861 \begin_layout Plain Layout
9862 \begin_inset Caption Standard
9863
9864 \begin_layout Plain Layout
9865 Tabelle mit manuellem Seitenumbruch in einer Zelle
9866 \begin_inset CommandInset label
9867 LatexCommand label
9868 name "tab:ForcedPagebreak"
9869
9870 \end_inset
9871
9872
9873 \begin_inset Argument 1
9874 status collapsed
9875
9876 \begin_layout Plain Layout
9877 Tabelle mit manuellem Seitenumbruch in einer Zelle
9878 \end_layout
9879
9880 \end_inset
9881
9882
9883 \end_layout
9884
9885 \end_inset
9886
9887
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 </row>
9911 <row endfirsthead="true">
9912 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916
9917 \series bold
9918 Telefonliste (ignoriere die Namen)
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 </row>
9942 <row endfirsthead="true">
9943 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947
9948 \series bold
9949 NAME
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967
9968 \series bold
9969 TEL.
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 </row>
9975 <row endhead="true">
9976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980 \begin_inset ERT
9981 status collapsed
9982
9983 \begin_layout Plain Layout
9984
9985
9986 \backslash
9987 caption*{Fortsetzung der Tabelle}
9988 \backslash
9989
9990 \backslash
9991 %
9992 \end_layout
9993
9994 \end_inset
9995
9996
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005
10006 \end_layout
10007
10008 \end_inset
10009 </cell>
10010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014
10015 \end_layout
10016
10017 \end_inset
10018 </cell>
10019 </row>
10020 <row endhead="true">
10021 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025
10026 \series bold
10027 Telefonliste
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036
10037 \end_layout
10038
10039 \end_inset
10040 </cell>
10041 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 </row>
10051 <row endhead="true">
10052 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056
10057 \series bold
10058 NAME
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076
10077 \series bold
10078 TEL.
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 </row>
10084 <row endfoot="true">
10085 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089 wird fortgesetzt\SpecialChar ldots
10090
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 </row>
10114 <row>
10115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119
10120 \series bold
10121 Annovi
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130 Silvia
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Plain Layout
10139 111
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 </row>
10145 <row>
10146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150
10151 \series bold
10152 Bertoli
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161 Stefano
10162 \end_layout
10163
10164 \end_inset
10165 </cell>
10166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10167 \begin_inset Text
10168
10169 \begin_layout Plain Layout
10170 111
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 </row>
10176 <row>
10177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181
10182 \series bold
10183 Bozzi
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192 Walter
10193 \end_layout
10194
10195 \end_inset
10196 </cell>
10197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10198 \begin_inset Text
10199
10200 \begin_layout Plain Layout
10201 111
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 </row>
10207 <row>
10208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212
10213 \series bold
10214 Cachia
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223 Maria
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10229 \begin_inset Text
10230
10231 \begin_layout Plain Layout
10232 111
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 </row>
10238 <row>
10239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243
10244 \series bold
10245 Cachia
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254 Maurizio
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10260 \begin_inset Text
10261
10262 \begin_layout Plain Layout
10263 111
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 </row>
10269 <row>
10270 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274
10275 \series bold
10276 Cinquemani
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285 Giusi
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294 111
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 </row>
10300 <row>
10301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305
10306 \series bold
10307 Colin
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316 Bernard
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325 111
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 </row>
10331 <row>
10332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336
10337 \series bold
10338 Concli
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347 Gianfranco
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356 111
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 </row>
10362 <row>
10363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10364 \begin_inset Text
10365
10366 \begin_layout Plain Layout
10367
10368 \series bold
10369 Dal Bosco
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378 Carolina
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387 111
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 </row>
10393 <row>
10394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398
10399 \series bold
10400 Dalpiaz
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409 Annamaria
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418 111
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 </row>
10424 <row>
10425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429
10430 \series bold
10431 Feliciello
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440 Domenico
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10446 \begin_inset Text
10447
10448 \begin_layout Plain Layout
10449 111
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 </row>
10455 <row>
10456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460
10461 \series bold
10462 Focarelli
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471 Paola
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480 111
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 </row>
10486 <row>
10487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491
10492 \series bold
10493 Galletti
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502 Oreste
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10508 \begin_inset Text
10509
10510 \begin_layout Plain Layout
10511 111
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 </row>
10517 <row>
10518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522
10523 \series bold
10524 Gasparini
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 Franca
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542 111
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 </row>
10548 <row>
10549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553
10554 \series bold
10555 Lassini
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564 Giancarlo
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573 111
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 </row>
10579 <row>
10580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584
10585 \series bold
10586 Malfatti
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595 Luciano
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604 111
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 </row>
10610 <row>
10611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615
10616 \series bold
10617 Malfatti
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626 Valeriano
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635 111
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 </row>
10641 <row>
10642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646
10647 \series bold
10648 Meneguzzo
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657 Roberto
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10663 \begin_inset Text
10664
10665 \begin_layout Plain Layout
10666 111
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 </row>
10672 <row>
10673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677
10678 \series bold
10679 Mezzadra
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688 Roberto
10689 \end_layout
10690
10691 \end_inset
10692 </cell>
10693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697 111
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 </row>
10703 <row>
10704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708
10709 \series bold
10710 Pirpamer
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719 Erich
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728 111
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 </row>
10734 <row>
10735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739
10740 \series bold
10741 Pochiesa
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750 Paolo
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 111, 222
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 </row>
10765 <row>
10766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770
10771 \series bold
10772 Radina
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781 Claudio
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Plain Layout
10790 111
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 </row>
10796 <row>
10797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801
10802 \series bold
10803 Rizzardi
10804 \end_layout
10805
10806 \end_inset
10807 </cell>
10808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10809 \begin_inset Text
10810
10811 \begin_layout Plain Layout
10812 Paolo, 11.
10813  Fürst von Monte\SpecialChar softhyphen
10814 com\SpecialChar softhyphen
10815 patri, 11.
10816  Fürst von Sulmona und Vivaro, 10.
10817  Fürst von Rossano, 5.
10818  Herzog von Canemorte, 11.
10819  Herzog von Palombara, 5.
10820  Herzog von Castelchiodato,
10821 \begin_inset ERT
10822 status open
10823
10824 \begin_layout Plain Layout
10825
10826 & 111
10827 \backslash
10828
10829 \backslash
10830  
10831 \backslash
10832 newpage
10833 \end_layout
10834
10835 \begin_layout Plain Layout
10836
10837 &
10838 \end_layout
10839
10840 \end_inset
10841
10842  11.
10843  Herzog von Poggionativo, 11.
10844  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10845  Graf von Valinfreda, 11.
10846  Baron von Cropalati, 11.
10847  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856
10857 \end_layout
10858
10859 \end_inset
10860 </cell>
10861 </row>
10862 <row>
10863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10864 \begin_inset Text
10865
10866 \begin_layout Plain Layout
10867
10868 \series bold
10869 Stuffer
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10875 \begin_inset Text
10876
10877 \begin_layout Plain Layout
10878 Oskar
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887 111
10888 \end_layout
10889
10890 \end_inset
10891 </cell>
10892 </row>
10893 <row>
10894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10895 \begin_inset Text
10896
10897 \begin_layout Plain Layout
10898
10899 \series bold
10900 Tacchelli
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10906 \begin_inset Text
10907
10908 \begin_layout Plain Layout
10909 Ugo
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918 111
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 </row>
10924 <row>
10925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929
10930 \series bold
10931 Tezzele
10932 \end_layout
10933
10934 \end_inset
10935 </cell>
10936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940 Margit
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949 111
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 </row>
10955 <row>
10956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960
10961 \series bold
10962 Unterkalmsteiner
10963 \end_layout
10964
10965 \end_inset
10966 </cell>
10967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10968 \begin_inset Text
10969
10970 \begin_layout Plain Layout
10971 Frieda
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980 111
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 </row>
10986 <row>
10987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10988 \begin_inset Text
10989
10990 \begin_layout Plain Layout
10991
10992 \series bold
10993 Vieider
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002 Hilde
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011 111
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 </row>
11017 <row>
11018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11019 \begin_inset Text
11020
11021 \begin_layout Plain Layout
11022
11023 \series bold
11024 Vigna
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11030 \begin_inset Text
11031
11032 \begin_layout Plain Layout
11033 Jürgen
11034 \end_layout
11035
11036 \end_inset
11037 </cell>
11038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11039 \begin_inset Text
11040
11041 \begin_layout Plain Layout
11042 111
11043 \end_layout
11044
11045 \end_inset
11046 </cell>
11047 </row>
11048 <row>
11049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Plain Layout
11053
11054 \series bold
11055 Weber
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064 Maurizio
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073 111
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 </row>
11079 <row>
11080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084
11085 \series bold
11086 Winkler
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095 Franz
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104 111
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 </row>
11110 </lyxtabular>
11111
11112 \end_inset
11113
11114
11115 \end_layout
11116
11117 \begin_layout Section
11118 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11119 \end_layout
11120
11121 \begin_layout Subsection
11122 Mehrfache Zeilen in Zellen
11123 \begin_inset CommandInset label
11124 LatexCommand label
11125 name "uab:Mehrfache-Zeilen-in"
11126
11127 \end_inset
11128
11129
11130 \begin_inset Index idx
11131 status collapsed
11132
11133 \begin_layout Plain Layout
11134 Mehrfache ! Zeilen in Zellen
11135 \end_layout
11136
11137 \end_inset
11138
11139
11140 \begin_inset Index idx
11141 status collapsed
11142
11143 \begin_layout Plain Layout
11144 Tabellen ! Zeilenumbrüche
11145 \end_layout
11146
11147 \end_inset
11148
11149
11150 \end_layout
11151
11152 \begin_layout Standard
11153 \noindent
11154 \begin_inset Float table
11155 placement H
11156 wide false
11157 sideways false
11158 status open
11159
11160 \begin_layout Plain Layout
11161 \begin_inset Caption Standard
11162
11163 \begin_layout Plain Layout
11164 \begin_inset CommandInset label
11165 LatexCommand label
11166 name "tab:Table-with-multiple"
11167
11168 \end_inset
11169
11170 Tabelle mit mehrfachen Zeilen in einer Zelle
11171 \end_layout
11172
11173 \end_inset
11174
11175
11176 \end_layout
11177
11178 \begin_layout Plain Layout
11179 \align center
11180 \begin_inset Tabular
11181 <lyxtabular version="3" rows="3" columns="3">
11182 <features tabularvalignment="middle">
11183 <column alignment="center" valignment="middle" width="2.5cm">
11184 <column alignment="center" valignment="middle" width="0.5cm">
11185 <column alignment="center" valignment="middle" width="0.5cm">
11186 <row>
11187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191 zwei
11192 \begin_inset Newline linebreak
11193 \end_inset
11194
11195 Zeilen
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204 b
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213 c
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 </row>
11219 <row>
11220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 d
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 e
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 f
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 </row>
11248 <row>
11249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253 g
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262 h
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11268 \begin_inset Text
11269
11270 \begin_layout Plain Layout
11271 i
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 </row>
11277 </lyxtabular>
11278
11279 \end_inset
11280
11281
11282 \end_layout
11283
11284 \end_inset
11285
11286
11287 \end_layout
11288
11289 \begin_layout Standard
11290 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11291  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11292  Tabelle
11293 \begin_inset space ~
11294 \end_inset
11295
11296
11297 \begin_inset CommandInset ref
11298 LatexCommand ref
11299 reference "tab:Table-with-multiple"
11300
11301 \end_inset
11302
11303  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11304 \family sans
11305 Tabellen-Einstellungen
11306 \family default
11307 -Dialog auf 2.5
11308 \begin_inset space \thinspace{}
11309 \end_inset
11310
11311 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11312  Weil unser Text schmaler als 2.5
11313 \begin_inset space \thinspace{}
11314 \end_inset
11315
11316 cm ist, würde er in einer Zeile gedruckt werden.
11317  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11318
11319 \family sans
11320 Strg+Shift+Enter
11321 \family default
11322 ) eingefügt.
11323  Wenn der Text länger ist, wird er automatisch umgebrochen.
11324 \end_layout
11325
11326 \begin_layout Standard
11327 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11328  setzen Sie die Breite der beiden Spalten im 
11329 \family sans
11330 Tabellen-Einstellungen
11331 \family default
11332 -Dialog auf 0.5
11333 \begin_inset space \thinspace{}
11334 \end_inset
11335
11336 cm und die vertikale Ausrichtung auf zentriert.
11337 \end_layout
11338
11339 \begin_layout Standard
11340 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11341  haben, kann \SpecialChar LaTeX
11342  es ohne Trennhilfen nicht trennen.
11343  Wenn Sie \SpecialChar LaTeX
11344  trotzdem die Trennung überlassen wollen, müssen Sie vor dem Wort
11345  etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11346  Fügen sie daher 0
11347 \begin_inset space \thinspace{}
11348 \end_inset
11349
11350 pt horizontalen Abstand vor dem Wort ein.
11351  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11352  Tabelle
11353 \begin_inset space ~
11354 \end_inset
11355
11356
11357 \begin_inset CommandInset ref
11358 LatexCommand ref
11359 reference "tab:Table-with-and"
11360
11361 \end_inset
11362
11363  zeigt die Wirkungen.
11364 \end_layout
11365
11366 \begin_layout Standard
11367 \begin_inset Float table
11368 placement h
11369 wide false
11370 sideways false
11371 status open
11372
11373 \begin_layout Plain Layout
11374 \begin_inset Caption Standard
11375
11376 \begin_layout Plain Layout
11377 \begin_inset CommandInset label
11378 LatexCommand label
11379 name "tab:Table-with-and"
11380
11381 \end_inset
11382
11383 Tabelle ohne und mit Silbentrennung
11384 \end_layout
11385
11386 \end_inset
11387
11388
11389 \end_layout
11390
11391 \begin_layout Plain Layout
11392 \begin_inset space \hfill{}
11393 \end_inset
11394
11395
11396 \begin_inset Tabular
11397 <lyxtabular version="3" rows="3" columns="3">
11398 <features tabularvalignment="middle">
11399 <column alignment="center" valignment="middle" width="2.5cm">
11400 <column alignment="center" valignment="middle" width="0.5cm">
11401 <column alignment="center" valignment="middle" width="0.5cm">
11402 <row>
11403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407 einsehrlangesZellenwort
11408 \end_layout
11409
11410 \end_inset
11411 </cell>
11412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416 b
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 c
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 </row>
11431 <row>
11432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11433 \begin_inset Text
11434
11435 \begin_layout Plain Layout
11436 d
11437 \end_layout
11438
11439 \end_inset
11440 </cell>
11441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445 e
11446 \end_layout
11447
11448 \end_inset
11449 </cell>
11450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454 f
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 </row>
11460 <row>
11461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11462 \begin_inset Text
11463
11464 \begin_layout Plain Layout
11465 g
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11471 \begin_inset Text
11472
11473 \begin_layout Plain Layout
11474 h
11475 \end_layout
11476
11477 \end_inset
11478 </cell>
11479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 i
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 </row>
11489 </lyxtabular>
11490
11491 \end_inset
11492
11493
11494 \begin_inset space \hfill{}
11495 \end_inset
11496
11497
11498 \begin_inset Tabular
11499 <lyxtabular version="3" rows="3" columns="3">
11500 <features tabularvalignment="middle">
11501 <column alignment="center" valignment="middle" width="2.5cm">
11502 <column alignment="center" valignment="middle" width="0.5cm">
11503 <column alignment="center" valignment="middle" width="0.5cm">
11504 <row>
11505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Plain Layout
11509 \begin_inset space \hspace{}
11510 \length 0pt
11511 \end_inset
11512
11513 einsehrlangesZellenwort
11514 \end_layout
11515
11516 \end_inset
11517 </cell>
11518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522 b
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Plain Layout
11531 c
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 </row>
11537 <row>
11538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11539 \begin_inset Text
11540
11541 \begin_layout Plain Layout
11542 d
11543 \end_layout
11544
11545 \end_inset
11546 </cell>
11547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11548 \begin_inset Text
11549
11550 \begin_layout Plain Layout
11551 e
11552 \end_layout
11553
11554 \end_inset
11555 </cell>
11556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560 f
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 </row>
11566 <row>
11567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571 g
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11577 \begin_inset Text
11578
11579 \begin_layout Plain Layout
11580 h
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 i
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 </row>
11595 </lyxtabular>
11596
11597 \end_inset
11598
11599
11600 \begin_inset space \hfill{}
11601 \end_inset
11602
11603
11604 \end_layout
11605
11606 \end_inset
11607
11608
11609 \end_layout
11610
11611 \begin_layout Subsection
11612 Mehrfachspalten
11613 \begin_inset CommandInset label
11614 LatexCommand label
11615 name "uab:Mehrfachspalten"
11616
11617 \end_inset
11618
11619
11620 \begin_inset Index idx
11621 status collapsed
11622
11623 \begin_layout Plain Layout
11624 Mahrfachspalten
11625 \end_layout
11626
11627 \end_inset
11628
11629
11630 \begin_inset Index idx
11631 status collapsed
11632
11633 \begin_layout Plain Layout
11634 Tabellen ! Mahrfachspalten
11635 \end_layout
11636
11637 \end_inset
11638
11639
11640 \end_layout
11641
11642 \begin_layout Subsubsection
11643 Grundlagen
11644 \end_layout
11645
11646 \begin_layout Standard
11647 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11648  und verwenden dann den Knopf 
11649 \begin_inset Info
11650 type  "icon"
11651 arg   "inset-modify tabular multicolumn"
11652 \end_inset
11653
11654  in der Werkzeugleiste, das Menü 
11655 \family sans
11656 Bearbeiten\SpecialChar menuseparator
11657 Tabelle\SpecialChar menuseparator
11658 Mehrfachspalte
11659 \family default
11660 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11661  
11662 \family sans
11663 Mehrfachspalte
11664 \family default
11665 .
11666 \end_layout
11667
11668 \begin_layout Standard
11669 Mehrfachspalten haben ihre eigenen Einstellungen.
11670  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11671  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11672  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11673 \begin_inset Separator parbreak
11674 \end_inset
11675
11676
11677 \end_layout
11678
11679 \begin_layout Standard
11680 \align center
11681 \begin_inset Tabular
11682 <lyxtabular version="3" rows="3" columns="4">
11683 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11684 <column alignment="center" valignment="top" width="0pt">
11685 <column alignment="center" valignment="middle">
11686 <column alignment="center" valignment="top" width="0in">
11687 <column alignment="center" valignment="top" width="0pt">
11688 <row>
11689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11690 \begin_inset Text
11691
11692 \begin_layout Plain Layout
11693 abc
11694 \end_layout
11695
11696 \end_inset
11697 </cell>
11698 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11699 \begin_inset Text
11700
11701 \begin_layout Plain Layout
11702 def ghi
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11708 \begin_inset Text
11709
11710 \begin_layout Plain Layout
11711
11712 \end_layout
11713
11714 \end_inset
11715 </cell>
11716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 jkl
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 </row>
11726 <row>
11727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731
11732 \family roman
11733 \series medium
11734 \shape up
11735 \size normal
11736 \emph off
11737 \bar no
11738 \noun off
11739 \color none
11740 A
11741 \end_layout
11742
11743 \end_inset
11744 </cell>
11745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11746 \begin_inset Text
11747
11748 \begin_layout Plain Layout
11749 B
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11755 \begin_inset Text
11756
11757 \begin_layout Plain Layout
11758 C
11759 \end_layout
11760
11761 \end_inset
11762 </cell>
11763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767 D
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 </row>
11773 <row>
11774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11775 \begin_inset Text
11776
11777 \begin_layout Plain Layout
11778 1
11779 \end_layout
11780
11781 \end_inset
11782 </cell>
11783 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787 2
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796 3
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11802 \begin_inset Text
11803
11804 \begin_layout Plain Layout
11805 4
11806 \end_layout
11807
11808 \end_inset
11809 </cell>
11810 </row>
11811 </lyxtabular>
11812
11813 \end_inset
11814
11815
11816 \end_layout
11817
11818 \begin_layout Subsubsection
11819 Mehrfachspalten-Berechnungen
11820 \begin_inset CommandInset label
11821 LatexCommand label
11822 name "uab:Mehrfachspalten-Berechnungen"
11823
11824 \end_inset
11825
11826
11827 \begin_inset Index idx
11828 status collapsed
11829
11830 \begin_layout Plain Layout
11831 Mahrfachspalten ! Berechnung
11832 \end_layout
11833
11834 \end_inset
11835
11836
11837 \begin_inset Index idx
11838 status collapsed
11839
11840 \begin_layout Plain Layout
11841 Tabellen ! Mahrfachspalten ! Berechnung
11842 \end_layout
11843
11844 \end_inset
11845
11846
11847 \end_layout
11848
11849 \begin_layout Standard
11850 \SpecialChar LyX
11851  unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11852  Zellen beachten.
11853 \end_layout
11854
11855 \begin_layout Standard
11856 \begin_inset Float table
11857 placement h
11858 wide false
11859 sideways false
11860 status open
11861
11862 \begin_layout Plain Layout
11863 \begin_inset Caption Standard
11864
11865 \begin_layout Plain Layout
11866 \begin_inset CommandInset label
11867 LatexCommand label
11868 name "tab:Table-with-centered"
11869
11870 \end_inset
11871
11872 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11873  die halbe Breite der Mehrfachspalten-Zelle haben
11874 \begin_inset Argument 1
11875 status collapsed
11876
11877 \begin_layout Plain Layout
11878 Eine Mehrfachspalten-Tabelle
11879 \end_layout
11880
11881 \end_inset
11882
11883
11884 \end_layout
11885
11886 \end_inset
11887
11888
11889 \end_layout
11890
11891 \begin_layout Plain Layout
11892 \align center
11893 \begin_inset Tabular
11894 <lyxtabular version="3" rows="3" columns="3">
11895 <features tabularvalignment="middle">
11896 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11897 <column alignment="center" valignment="middle">
11898 <column alignment="center" valignment="top">
11899 <row>
11900 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11901 \begin_inset Text
11902
11903 \begin_layout Plain Layout
11904 Dies ist eine Mehrfach\SpecialChar softhyphen
11905 spalten-Zelle
11906 \end_layout
11907
11908 \end_inset
11909 </cell>
11910 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11911 \begin_inset Text
11912
11913 \begin_layout Plain Layout
11914
11915 \end_layout
11916
11917 \end_inset
11918 </cell>
11919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11920 \begin_inset Text
11921
11922 \begin_layout Plain Layout
11923 c
11924 \end_layout
11925
11926 \end_inset
11927 </cell>
11928 </row>
11929 <row>
11930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934 d
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11940 \begin_inset Text
11941
11942 \begin_layout Plain Layout
11943 e
11944 \end_layout
11945
11946 \end_inset
11947 </cell>
11948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11949 \begin_inset Text
11950
11951 \begin_layout Plain Layout
11952 f
11953 \end_layout
11954
11955 \end_inset
11956 </cell>
11957 </row>
11958 <row>
11959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11960 \begin_inset Text
11961
11962 \begin_layout Plain Layout
11963 g
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11969 \begin_inset Text
11970
11971 \begin_layout Plain Layout
11972 h
11973 \end_layout
11974
11975 \end_inset
11976 </cell>
11977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11978 \begin_inset Text
11979
11980 \begin_layout Plain Layout
11981 i
11982 \end_layout
11983
11984 \end_inset
11985 </cell>
11986 </row>
11987 </lyxtabular>
11988
11989 \end_inset
11990
11991
11992 \end_layout
11993
11994 \end_inset
11995
11996
11997 \end_layout
11998
11999 \begin_layout Standard
12000 Um Tabelle
12001 \begin_inset space ~
12002 \end_inset
12003
12004
12005 \begin_inset CommandInset ref
12006 LatexCommand ref
12007 reference "tab:Table-with-centered"
12008
12009 \end_inset
12010
12011  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12012  3×3-Tabelle, kreuzen im 
12013 \family sans
12014 Tabellen-Einstellungen
12015 \family default
12016 -Dialog 
12017 \family sans
12018 Mehrfachspalte
12019 \family default
12020  an, setzen die 
12021 \family sans
12022 Horizontale
12023 \begin_inset space ~
12024 \end_inset
12025
12026 Ausrichtung
12027 \family default
12028  auf 
12029 \family sans
12030 Zentriert
12031 \family default
12032  und die 
12033 \family sans
12034 Breite
12035 \family default
12036  auf 2.5
12037 \begin_inset space \thinspace{}
12038 \end_inset
12039
12040 cm.
12041  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12042  Sie die Breite der ersten Spalte auf 1.25
12043 \begin_inset space \thinspace{}
12044 \end_inset
12045
12046 cm setzen.
12047  Die zweite Spalte wird dann automatisch 1.25
12048 \begin_inset space \thinspace{}
12049 \end_inset
12050
12051 cm breit (Breite der 
12052 \family sans
12053 Mehrfachspalte
12054 \family default
12055  
12056 \begin_inset Formula $-$
12057 \end_inset
12058
12059  Breite der ersten Spalte).
12060  Dies wurde so für Tabelle
12061 \begin_inset space ~
12062 \end_inset
12063
12064
12065 \begin_inset CommandInset ref
12066 LatexCommand ref
12067 reference "tab:Table-without-half"
12068
12069 \end_inset
12070
12071  gemacht.
12072 \end_layout
12073
12074 \begin_layout Standard
12075 \begin_inset Float table
12076 wide false
12077 sideways false
12078 status open
12079
12080 \begin_layout Plain Layout
12081 \begin_inset Caption Standard
12082
12083 \begin_layout Plain Layout
12084 \begin_inset CommandInset label
12085 LatexCommand label
12086 name "tab:Table-without-half"
12087
12088 \end_inset
12089
12090 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12091  wie die Mehrfachspalte
12092 \begin_inset Argument 1
12093 status collapsed
12094
12095 \begin_layout Plain Layout
12096 Eine unvollkommene Mehrfachspalten-Tabelle
12097 \end_layout
12098
12099 \end_inset
12100
12101
12102 \end_layout
12103
12104 \end_inset
12105
12106
12107 \end_layout
12108
12109 \begin_layout Plain Layout
12110 \align center
12111 \begin_inset Tabular
12112 <lyxtabular version="3" rows="3" columns="3">
12113 <features tabularvalignment="middle">
12114 <column alignment="center" valignment="top" width="1.25cm">
12115 <column alignment="center" valignment="top">
12116 <column alignment="center" valignment="top">
12117 <row>
12118 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12119 \begin_inset Text
12120
12121 \begin_layout Plain Layout
12122 Dies ist auch eine Mehr\SpecialChar softhyphen
12123 fach\SpecialChar softhyphen
12124 spalten-Zelle
12125 \end_layout
12126
12127 \end_inset
12128 </cell>
12129 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12130 \begin_inset Text
12131
12132 \begin_layout Plain Layout
12133
12134 \end_layout
12135
12136 \end_inset
12137 </cell>
12138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12139 \begin_inset Text
12140
12141 \begin_layout Plain Layout
12142 c
12143 \end_layout
12144
12145 \end_inset
12146 </cell>
12147 </row>
12148 <row>
12149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12150 \begin_inset Text
12151
12152 \begin_layout Plain Layout
12153 d
12154 \end_layout
12155
12156 \end_inset
12157 </cell>
12158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12159 \begin_inset Text
12160
12161 \begin_layout Plain Layout
12162 e
12163 \end_layout
12164
12165 \end_inset
12166 </cell>
12167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12168 \begin_inset Text
12169
12170 \begin_layout Plain Layout
12171 f
12172 \end_layout
12173
12174 \end_inset
12175 </cell>
12176 </row>
12177 <row>
12178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12179 \begin_inset Text
12180
12181 \begin_layout Plain Layout
12182 g
12183 \end_layout
12184
12185 \end_inset
12186 </cell>
12187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12188 \begin_inset Text
12189
12190 \begin_layout Plain Layout
12191 h
12192 \end_layout
12193
12194 \end_inset
12195 </cell>
12196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12197 \begin_inset Text
12198
12199 \begin_layout Plain Layout
12200 i
12201 \end_layout
12202
12203 \end_inset
12204 </cell>
12205 </row>
12206 </lyxtabular>
12207
12208 \end_inset
12209
12210
12211 \end_layout
12212
12213 \end_inset
12214
12215
12216 \end_layout
12217
12218 \begin_layout Standard
12219 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12220  als die zweite ist.
12221  Das liegt daran, dass die Zellenbreite 
12222 \begin_inset Formula $W_{\mathrm{tot}}$
12223 \end_inset
12224
12225  nicht ihre definierte Breite 
12226 \begin_inset Formula $W_{g}$
12227 \end_inset
12228
12229  ist, sondern ein wenig mehr.
12230  Anhang
12231 \begin_inset space ~
12232 \end_inset
12233
12234
12235 \begin_inset CommandInset ref
12236 LatexCommand ref
12237 reference "kap:Erläuterung-einer-Gleichung"
12238
12239 \end_inset
12240
12241  erklärt das genauer.
12242 \end_layout
12243
12244 \begin_layout Standard
12245 Wenn 
12246 \emph on
12247 n
12248 \emph default
12249  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12250  die definierte Breite 
12251 \begin_inset Formula $W_{g\,n}$
12252 \end_inset
12253
12254  einer Spalte, deren totale Breite = 
12255 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12256 \end_inset
12257
12258  sein soll, wie folgt:
12259 \begin_inset Formula 
12260 \begin{equation}
12261 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12262 \end{equation}
12263
12264 \end_inset
12265
12266
12267 \end_layout
12268
12269 \begin_layout Standard
12270 In unserem Falls ist 
12271 \begin_inset Formula $n=2$
12272 \end_inset
12273
12274
12275 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12276 \end_inset
12277
12278 cm, und damit wird aus Gleichung
12279 \begin_inset space ~
12280 \end_inset
12281
12282
12283 \begin_inset CommandInset ref
12284 LatexCommand ref
12285 reference "eq:Wgn"
12286
12287 \end_inset
12288
12289  
12290 \begin_inset Formula 
12291 \begin{equation}
12292 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12293 \end{equation}
12294
12295 \end_inset
12296
12297
12298 \end_layout
12299
12300 \begin_layout Standard
12301 Damit \SpecialChar LaTeX
12302  rechnen kann, muss das Paket 
12303 \series bold
12304 calc
12305 \series default
12306  im Vorspann geladen werden.
12307 \begin_inset Index idx
12308 status collapsed
12309
12310 \begin_layout Plain Layout
12311 \SpecialChar LaTeX
12312 -Pakete ! calc
12313 \end_layout
12314
12315 \end_inset
12316
12317
12318 \end_layout
12319
12320 \begin_layout Standard
12321
12322 \series bold
12323
12324 \backslash
12325 usepackage{calc}
12326 \end_layout
12327
12328 \begin_layout Standard
12329 \SpecialChar LyX
12330  erlaubt im 
12331 \family sans
12332 Breite
12333 \family default
12334 -Feld des 
12335 \family sans
12336 Tabellen-Einstellungen
12337 \family default
12338 -Dialogs keine Berechnungen.
12339  Deshalb müssen Sie die Formel für die Breite im Feld 
12340 \family sans
12341 LaTeX-Argument
12342 \family default
12343  eingeben.
12344  Hier iss ein Überblick über die Argumente:
12345 \end_layout
12346
12347 \begin_layout Itemize
12348
12349 \series bold
12350 p{Breite}
12351 \series default
12352  die Zelle bekommt eine feste 
12353 \series bold
12354 Breite
12355 \series default
12356 , und die vertikale Ausrichtung ist 
12357 \family sans
12358 Oben
12359 \end_layout
12360
12361 \begin_layout Itemize
12362
12363 \series bold
12364 m{Breite}
12365 \series default
12366  die Zelle bekommt eine feste 
12367 \series bold
12368 Breite
12369 \series default
12370 , und die vertikale Ausrichtung ist 
12371 \family sans
12372 Mitte
12373 \end_layout
12374
12375 \begin_layout Itemize
12376
12377 \series bold
12378 b{Breite}
12379 \series default
12380  die Zelle bekommt eine feste 
12381 \series bold
12382 Breite
12383 \series default
12384 , und die vertikale Ausrichtung ist 
12385 \family sans
12386 Unten
12387 \end_layout
12388
12389 \begin_layout Standard
12390 Wenn Sie ein \SpecialChar LaTeX
12391 -Argument eingeben, werden alle anderen Einstellungen für diese
12392  Zelle überschrieben.
12393 \end_layout
12394
12395 \begin_layout Standard
12396 \begin_inset Note Greyedout
12397 status open
12398
12399 \begin_layout Plain Layout
12400
12401 \series bold
12402 Bemerkung:
12403 \series default
12404  Wegen eines Fehlers in \SpecialChar LyX
12405  werden die überschriebenen Einstellungen dennoch
12406  angezeigt.
12407 \end_layout
12408
12409 \end_inset
12410
12411
12412 \end_layout
12413
12414 \begin_layout Standard
12415 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12416  der Zelle mit dem Inhalt 
12417 \begin_inset Quotes gld
12418 \end_inset
12419
12420 d
12421 \begin_inset Quotes grd
12422 \end_inset
12423
12424  der Tabelle
12425 \begin_inset space ~
12426 \end_inset
12427
12428
12429 \begin_inset CommandInset ref
12430 LatexCommand ref
12431 reference "tab:Table-with-centered"
12432
12433 \end_inset
12434
12435  auch noch der Befehl
12436 \family typewriter
12437 \series bold
12438  
12439 \family default
12440
12441 \backslash
12442 centering
12443 \series default
12444  hinzugefügt.
12445  Das Ganze sieht dann so aus:
12446 \end_layout
12447
12448 \begin_layout Standard
12449
12450 \series bold
12451 |>{
12452 \backslash
12453 centering}m{1.25cm-6.2pt}
12454 \end_layout
12455
12456 \begin_layout Standard
12457 Der vertikale Strich 
12458 \series bold
12459
12460 \begin_inset Quotes gld
12461 \end_inset
12462
12463 |
12464 \series default
12465
12466 \begin_inset Quotes grd
12467 \end_inset
12468
12469  am Anfang zeichnet die linke Linie, und der Befehl 
12470 \series bold
12471
12472 \begin_inset Quotes gld
12473 \end_inset
12474
12475 >{ }
12476 \begin_inset Quotes grd
12477 \end_inset
12478
12479
12480 \series default
12481  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12482  der Zelle benutzt werden sollen.
12483 \end_layout
12484
12485 \begin_layout Standard
12486 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12487  haben, ist der Text noch immer linksbündig, weil \SpecialChar LyX
12488  Ausrichtungen nur für
12489  einzelne Spalten anwendet.
12490  Deswegen musste für die Mehrfachspalte folgendes \SpecialChar LaTeX
12491 -Argument benutzt werden:
12492 \end_layout
12493
12494 \begin_layout Standard
12495
12496 \series bold
12497 |>{
12498 \backslash
12499 centering}m{2.5cm}|
12500 \end_layout
12501
12502 \begin_layout Subsection
12503 Mehrfachzeilen
12504 \begin_inset CommandInset label
12505 LatexCommand label
12506 name "uab:Mehrfachzeilen"
12507
12508 \end_inset
12509
12510
12511 \begin_inset Index idx
12512 status collapsed
12513
12514 \begin_layout Plain Layout
12515 Mehrfachzeilen
12516 \end_layout
12517
12518 \end_inset
12519
12520
12521 \begin_inset Index idx
12522 status collapsed
12523
12524 \begin_layout Plain Layout
12525 Tabellen ! Mehrfachzeilen
12526 \end_layout
12527
12528 \end_inset
12529
12530
12531 \end_layout
12532
12533 \begin_layout Standard
12534 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12535  und verwenden dann den Knopf 
12536 \begin_inset Info
12537 type  "icon"
12538 arg   "inset-modify tabular multirow"
12539 \end_inset
12540
12541  in der Werkzeugleiste, das Menü 
12542 \family sans
12543 Bearbeiten\SpecialChar menuseparator
12544 Tabelle\SpecialChar menuseparator
12545 Mehrfachzeile
12546 \family default
12547 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12548  
12549 \family sans
12550 Mehrfachzeile
12551 \family default
12552 .
12553 \end_layout
12554
12555 \begin_layout Standard
12556 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12557 \begin_inset Separator parbreak
12558 \end_inset
12559
12560
12561 \end_layout
12562
12563 \begin_layout Standard
12564 \align center
12565 \begin_inset Tabular
12566 <lyxtabular version="3" rows="3" columns="3">
12567 <features tabularvalignment="middle">
12568 <column alignment="center" valignment="top" width="0pt">
12569 <column alignment="center" valignment="top">
12570 <column alignment="center" valignment="top">
12571 <row>
12572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12573 \begin_inset Text
12574
12575 \begin_layout Plain Layout
12576 ein langer Eintrag
12577 \end_layout
12578
12579 \end_inset
12580 </cell>
12581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12582 \begin_inset Text
12583
12584 \begin_layout Plain Layout
12585 b
12586 \end_layout
12587
12588 \end_inset
12589 </cell>
12590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12591 \begin_inset Text
12592
12593 \begin_layout Plain Layout
12594 c
12595 \end_layout
12596
12597 \end_inset
12598 </cell>
12599 </row>
12600 <row>
12601 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12602 \begin_inset Text
12603
12604 \begin_layout Plain Layout
12605 Mehrfachzeile
12606 \end_layout
12607
12608 \end_inset
12609 </cell>
12610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12611 \begin_inset Text
12612
12613 \begin_layout Plain Layout
12614 e
12615 \end_layout
12616
12617 \end_inset
12618 </cell>
12619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12620 \begin_inset Text
12621
12622 \begin_layout Plain Layout
12623 f
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 </row>
12629 <row>
12630 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12631 \begin_inset Text
12632
12633 \begin_layout Plain Layout
12634
12635 \end_layout
12636
12637 \end_inset
12638 </cell>
12639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12640 \begin_inset Text
12641
12642 \begin_layout Plain Layout
12643 h
12644 \end_layout
12645
12646 \end_inset
12647 </cell>
12648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12649 \begin_inset Text
12650
12651 \begin_layout Plain Layout
12652 i
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 </row>
12658 </lyxtabular>
12659
12660 \end_inset
12661
12662
12663 \end_layout
12664
12665 \begin_layout Standard
12666 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12667  Spalte festgelegt.
12668  Der 
12669 \family sans
12670 Vertikale Versatz
12671 \family default
12672  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12673  positiv/negativ ist.
12674 \end_layout
12675
12676 \begin_layout Standard
12677 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12678  die Mehrfachzeile die Ausrichtung der Spalte.
12679  Ansonsten ist sie standardmäßig links ausgerichtet.
12680  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12681 \series bold
12682
12683 \backslash
12684 multirowsetup
12685 \series default
12686  mit dem Befehl
12687 \end_layout
12688
12689 \begin_layout Standard
12690
12691 \series bold
12692
12693 \backslash
12694 renewcommand{
12695 \backslash
12696 multirowsetup}{
12697 \backslash
12698 centering}
12699 \end_layout
12700
12701 \begin_layout Standard
12702 im \SpecialChar LaTeX
12703 -Vorspann.
12704  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12705  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12706  auch mittels \SpecialChar TeX
12707 -Code vor der jeweiligen Tabelle, statt im \SpecialChar LaTeX
12708 -Vorspann, erneuert
12709  werden.
12710  Für rechtsbündigen Text ersetzt man 
12711 \series bold
12712
12713 \backslash
12714 centering
12715 \series default
12716  durch 
12717 \series bold
12718
12719 \backslash
12720 raggedleft
12721 \series default
12722 .
12723  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12724 \series bold
12725
12726 \backslash
12727 raggedright
12728 \series default
12729  verwendet.
12730 \end_layout
12731
12732 \begin_layout Standard
12733 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12734  die -4
12735 \begin_inset space \thinspace{}
12736 \end_inset
12737
12738 mm vertikalen Versatz hat und sich in einer 3
12739 \begin_inset space \thinspace{}
12740 \end_inset
12741
12742 cm breiten Spalte befindet:
12743 \begin_inset Separator parbreak
12744 \end_inset
12745
12746
12747 \end_layout
12748
12749 \begin_layout Standard
12750 \noindent
12751 \align center
12752 \begin_inset ERT
12753 status collapsed
12754
12755 \begin_layout Plain Layout
12756
12757
12758 \backslash
12759 renewcommand{
12760 \backslash
12761 multirowsetup}{
12762 \backslash
12763 raggedleft}
12764 \end_layout
12765
12766 \end_inset
12767
12768
12769 \begin_inset Tabular
12770 <lyxtabular version="3" rows="4" columns="3">
12771 <features tabularvalignment="middle">
12772 <column alignment="center" valignment="top" width="3cm">
12773 <column alignment="center" valignment="top">
12774 <column alignment="center" valignment="top">
12775 <row>
12776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12777 \begin_inset Text
12778
12779 \begin_layout Plain Layout
12780 ein langer Eintrag
12781 \end_layout
12782
12783 \end_inset
12784 </cell>
12785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12786 \begin_inset Text
12787
12788 \begin_layout Plain Layout
12789 b
12790 \end_layout
12791
12792 \end_inset
12793 </cell>
12794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12795 \begin_inset Text
12796
12797 \begin_layout Plain Layout
12798 c
12799 \end_layout
12800
12801 \end_inset
12802 </cell>
12803 </row>
12804 <row>
12805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12806 \begin_inset Text
12807
12808 \begin_layout Plain Layout
12809 t
12810 \end_layout
12811
12812 \end_inset
12813 </cell>
12814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12815 \begin_inset Text
12816
12817 \begin_layout Plain Layout
12818 n
12819 \end_layout
12820
12821 \end_inset
12822 </cell>
12823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12824 \begin_inset Text
12825
12826 \begin_layout Plain Layout
12827 m
12828 \end_layout
12829
12830 \end_inset
12831 </cell>
12832 </row>
12833 <row>
12834 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12835 \begin_inset Text
12836
12837 \begin_layout Plain Layout
12838 Mehrfachzeile
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847 e
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856 f
12857 \end_layout
12858
12859 \end_inset
12860 </cell>
12861 </row>
12862 <row>
12863 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12864 \begin_inset Text
12865
12866 \begin_layout Plain Layout
12867
12868 \end_layout
12869
12870 \end_inset
12871 </cell>
12872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12873 \begin_inset Text
12874
12875 \begin_layout Plain Layout
12876 h
12877 \end_layout
12878
12879 \end_inset
12880 </cell>
12881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12882 \begin_inset Text
12883
12884 \begin_layout Plain Layout
12885 i
12886 \end_layout
12887
12888 \end_inset
12889 </cell>
12890 </row>
12891 </lyxtabular>
12892
12893 \end_inset
12894
12895
12896 \begin_inset ERT
12897 status collapsed
12898
12899 \begin_layout Plain Layout
12900
12901
12902 \backslash
12903 renewcommand{
12904 \backslash
12905 multirowsetup}{
12906 \backslash
12907 raggedright}
12908 \end_layout
12909
12910 \end_inset
12911
12912
12913 \end_layout
12914
12915 \begin_layout Standard
12916 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12917  (Tastenkürzel 
12918 \family sans
12919 Strg+Enter
12920 \family default
12921 ) verwenden.
12922  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12923 \begin_inset Separator parbreak
12924 \end_inset
12925
12926
12927 \end_layout
12928
12929 \begin_layout Standard
12930 \noindent
12931 \align center
12932 \begin_inset Tabular
12933 <lyxtabular version="3" rows="3" columns="2">
12934 <features tabularvalignment="middle">
12935 <column alignment="left" valignment="middle" width="2cm">
12936 <column alignment="center" valignment="top">
12937 <row>
12938 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12939 \begin_inset Text
12940
12941 \begin_layout Plain Layout
12942 aaa
12943 \begin_inset Newline newline
12944 \end_inset
12945
12946 aaa
12947 \begin_inset Newline newline
12948 \end_inset
12949
12950 falsche Zelle
12951 \end_layout
12952
12953 \end_inset
12954 </cell>
12955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12956 \begin_inset Text
12957
12958 \begin_layout Plain Layout
12959 ccc
12960 \end_layout
12961
12962 \end_inset
12963 </cell>
12964 </row>
12965 <row>
12966 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12967 \begin_inset Text
12968
12969 \begin_layout Plain Layout
12970
12971 \end_layout
12972
12973 \end_inset
12974 </cell>
12975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12976 \begin_inset Text
12977
12978 \begin_layout Plain Layout
12979 ddd
12980 \end_layout
12981
12982 \end_inset
12983 </cell>
12984 </row>
12985 <row>
12986 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12987 \begin_inset Text
12988
12989 \begin_layout Plain Layout
12990 bbb
12991 \end_layout
12992
12993 \end_inset
12994 </cell>
12995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12996 \begin_inset Text
12997
12998 \begin_layout Plain Layout
12999 eee
13000 \end_layout
13001
13002 \end_inset
13003 </cell>
13004 </row>
13005 </lyxtabular>
13006
13007 \end_inset
13008
13009
13010 \end_layout
13011
13012 \begin_layout Standard
13013 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
13014 \end_layout
13015
13016 \begin_layout Subsection
13017 Zellen mit diagonalen Linien
13018 \end_layout
13019
13020 \begin_layout Standard
13021 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
13022  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
13023  oder zwei diagonalen Linien zu teilen.
13024  Dies kann erreicht werden, indem man das \SpecialChar LaTeX
13025 -Paket 
13026 \series bold
13027 diagbox
13028 \series default
13029
13030 \begin_inset Index idx
13031 status collapsed
13032
13033 \begin_layout Plain Layout
13034 \SpecialChar LaTeX
13035 -Pakete ! diagbox
13036 \end_layout
13037
13038 \end_inset
13039
13040  im \SpecialChar LaTeX
13041 -Vorspann lädt.
13042  Das Paket stellt den Befehl 
13043 \series bold
13044
13045 \backslash
13046 diagbox
13047 \series default
13048  zur Verfügung, der als \SpecialChar TeX
13049 -Code eingefügt wird und 2 oder 3
13050 \begin_inset space ~
13051 \end_inset
13052
13053 Argumente hat:
13054 \end_layout
13055
13056 \begin_layout Standard
13057
13058 \series bold
13059
13060 \backslash
13061 diagbox[Optionen]{links unten}{rechts oben}
13062 \end_layout
13063
13064 \begin_layout Standard
13065
13066 \series bold
13067
13068 \backslash
13069 diagbox[Optionen]{links unten}{links oben}{rechts oben}
13070 \end_layout
13071
13072 \begin_layout Standard
13073 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
13074  die Argumente werden unter und über diese Linie platziert.
13075  Das zweite Schema teilt die Zelle mit 2
13076 \begin_inset space ~
13077 \end_inset
13078
13079 Linien.
13080 \end_layout
13081
13082 \begin_layout Standard
13083 \begin_inset ERT
13084 status collapsed
13085
13086 \begin_layout Plain Layout
13087
13088
13089 \backslash
13090 ifdiagbox
13091 \end_layout
13092
13093 \end_inset
13094
13095
13096 \begin_inset Note Note
13097 status open
13098
13099 \begin_layout Plain Layout
13100 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
13101 -Paket 
13102 \series bold
13103 diagbox
13104 \series default
13105  installiert ist.
13106 \end_layout
13107
13108 \end_inset
13109
13110
13111 \end_layout
13112
13113 \begin_layout Standard
13114 Hier ist eine Beispieltabelle in der 
13115 \series bold
13116
13117 \backslash
13118 diagbox 
13119 \series default
13120 im 2-Argument Schema in der ersten Zelle verwendet wird:
13121 \begin_inset VSpace medskip
13122 \end_inset
13123
13124
13125 \end_layout
13126
13127 \begin_layout Standard
13128 \noindent
13129 \begin_inset Tabular
13130 <lyxtabular version="3" rows="4" columns="4">
13131 <features tabularvalignment="middle">
13132 <column alignment="center" valignment="top">
13133 <column alignment="center" valignment="top">
13134 <column alignment="center" valignment="top">
13135 <column alignment="center" valignment="top">
13136 <row>
13137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13138 \begin_inset Text
13139
13140 \begin_layout Plain Layout
13141 \begin_inset ERT
13142 status collapsed
13143
13144 \begin_layout Plain Layout
13145
13146
13147 \backslash
13148 diagbox{
13149 \end_layout
13150
13151 \end_inset
13152
13153 Name
13154 \begin_inset ERT
13155 status collapsed
13156
13157 \begin_layout Plain Layout
13158
13159 }{
13160 \end_layout
13161
13162 \end_inset
13163
13164 Parameter
13165 \begin_inset ERT
13166 status collapsed
13167
13168 \begin_layout Plain Layout
13169
13170 }
13171 \end_layout
13172
13173 \end_inset
13174
13175
13176 \end_layout
13177
13178 \end_inset
13179 </cell>
13180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13181 \begin_inset Text
13182
13183 \begin_layout Plain Layout
13184 Dicke in nm
13185 \end_layout
13186
13187 \end_inset
13188 </cell>
13189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13190 \begin_inset Text
13191
13192 \begin_layout Plain Layout
13193 Transparenz in %
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13199 \begin_inset Text
13200
13201 \begin_layout Plain Layout
13202 Härte in MPa
13203 \end_layout
13204
13205 \end_inset
13206 </cell>
13207 </row>
13208 <row>
13209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13210 \begin_inset Text
13211
13212 \begin_layout Plain Layout
13213 Perfekt Grün
13214 \end_layout
13215
13216 \end_inset
13217 </cell>
13218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13219 \begin_inset Text
13220
13221 \begin_layout Plain Layout
13222 45
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 80
13232 \end_layout
13233
13234 \end_inset
13235 </cell>
13236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13237 \begin_inset Text
13238
13239 \begin_layout Plain Layout
13240 504
13241 \end_layout
13242
13243 \end_inset
13244 </cell>
13245 </row>
13246 <row>
13247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13248 \begin_inset Text
13249
13250 \begin_layout Plain Layout
13251 Dunkel Multi-P
13252 \end_layout
13253
13254 \end_inset
13255 </cell>
13256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13257 \begin_inset Text
13258
13259 \begin_layout Plain Layout
13260 60
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 72
13270 \end_layout
13271
13272 \end_inset
13273 </cell>
13274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278 982
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 </row>
13284 <row>
13285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13286 \begin_inset Text
13287
13288 \begin_layout Plain Layout
13289 Kristallklar Pro
13290 \end_layout
13291
13292 \end_inset
13293 </cell>
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 18
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 86
13308 \end_layout
13309
13310 \end_inset
13311 </cell>
13312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13313 \begin_inset Text
13314
13315 \begin_layout Plain Layout
13316 374
13317 \end_layout
13318
13319 \end_inset
13320 </cell>
13321 </row>
13322 </lyxtabular>
13323
13324 \end_inset
13325
13326
13327 \begin_inset VSpace medskip
13328 \end_inset
13329
13330
13331 \end_layout
13332
13333 \begin_layout Standard
13334 \begin_inset Newpage newpage
13335 \end_inset
13336
13337
13338 \end_layout
13339
13340 \begin_layout Standard
13341 Das 3-Argument Schema ist z.
13342 \begin_inset space \thinspace{}
13343 \end_inset
13344
13345 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13346 \begin_inset Separator parbreak
13347 \end_inset
13348
13349
13350 \end_layout
13351
13352 \begin_layout Standard
13353 \noindent
13354 \align center
13355 \begin_inset Tabular
13356 <lyxtabular version="3" rows="4" columns="4">
13357 <features tabularvalignment="middle">
13358 <column alignment="center" valignment="top" width="0pt">
13359 <column alignment="center" valignment="top">
13360 <column alignment="center" valignment="top">
13361 <column alignment="center" valignment="top">
13362 <row>
13363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13364 \begin_inset Text
13365
13366 \begin_layout Plain Layout
13367 \begin_inset ERT
13368 status collapsed
13369
13370 \begin_layout Plain Layout
13371
13372
13373 \backslash
13374 diagbox{
13375 \end_layout
13376
13377 \end_inset
13378
13379 Heim
13380 \begin_inset ERT
13381 status collapsed
13382
13383 \begin_layout Plain Layout
13384
13385 }{
13386 \end_layout
13387
13388 \end_inset
13389
13390 Ergebnis
13391 \begin_inset ERT
13392 status collapsed
13393
13394 \begin_layout Plain Layout
13395
13396 }{
13397 \end_layout
13398
13399 \end_inset
13400
13401 Auswärts
13402 \begin_inset ERT
13403 status collapsed
13404
13405 \begin_layout Plain Layout
13406
13407 }
13408 \end_layout
13409
13410 \end_inset
13411
13412
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421 Tiger
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13427 \begin_inset Text
13428
13429 \begin_layout Plain Layout
13430 Panther
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13436 \begin_inset Text
13437
13438 \begin_layout Plain Layout
13439 Falken
13440 \end_layout
13441
13442 \end_inset
13443 </cell>
13444 </row>
13445 <row>
13446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13447 \begin_inset Text
13448
13449 \begin_layout Plain Layout
13450 Tiger
13451 \end_layout
13452
13453 \end_inset
13454 </cell>
13455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Plain Layout
13459
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 1:3
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477 0:1
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 </row>
13483 <row>
13484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13485 \begin_inset Text
13486
13487 \begin_layout Plain Layout
13488 Panther
13489 \end_layout
13490
13491 \end_inset
13492 </cell>
13493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13494 \begin_inset Text
13495
13496 \begin_layout Plain Layout
13497 3:1
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
13507 \end_layout
13508
13509 \end_inset
13510 </cell>
13511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515 0:0
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 </row>
13521 <row>
13522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13523 \begin_inset Text
13524
13525 \begin_layout Plain Layout
13526 Falken
13527 \end_layout
13528
13529 \end_inset
13530 </cell>
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 1:0
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 0:0
13545 \end_layout
13546
13547 \end_inset
13548 </cell>
13549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13550 \begin_inset Text
13551
13552 \begin_layout Plain Layout
13553
13554 \end_layout
13555
13556 \end_inset
13557 </cell>
13558 </row>
13559 </lyxtabular>
13560
13561 \end_inset
13562
13563
13564 \end_layout
13565
13566 \begin_layout Standard
13567 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13568  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13569 \begin_inset Separator parbreak
13570 \end_inset
13571
13572
13573 \end_layout
13574
13575 \begin_layout Standard
13576 \noindent
13577 \align center
13578 \begin_inset Tabular
13579 <lyxtabular version="3" rows="5" columns="5">
13580 <features tabularvalignment="middle">
13581 <column alignment="center" valignment="top" width="0pt">
13582 <column alignment="center" valignment="top">
13583 <column alignment="center" valignment="top">
13584 <column alignment="center" valignment="top">
13585 <column alignment="center" valignment="top">
13586 <row>
13587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13588 \begin_inset Text
13589
13590 \begin_layout Plain Layout
13591 \begin_inset ERT
13592 status open
13593
13594 \begin_layout Plain Layout
13595
13596
13597 \backslash
13598 diagbox{
13599 \end_layout
13600
13601 \end_inset
13602
13603 Heim
13604 \begin_inset ERT
13605 status collapsed
13606
13607 \begin_layout Plain Layout
13608
13609 }{
13610 \end_layout
13611
13612 \end_inset
13613
13614 Ergebnis
13615 \begin_inset ERT
13616 status collapsed
13617
13618 \begin_layout Plain Layout
13619
13620 }{
13621 \end_layout
13622
13623 \end_inset
13624
13625 Auswärts
13626 \begin_inset ERT
13627 status collapsed
13628
13629 \begin_layout Plain Layout
13630
13631 }
13632 \end_layout
13633
13634 \end_inset
13635
13636
13637 \end_layout
13638
13639 \end_inset
13640 </cell>
13641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13642 \begin_inset Text
13643
13644 \begin_layout Plain Layout
13645 Tiger
13646 \end_layout
13647
13648 \end_inset
13649 </cell>
13650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13651 \begin_inset Text
13652
13653 \begin_layout Plain Layout
13654 Panther
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13660 \begin_inset Text
13661
13662 \begin_layout Plain Layout
13663 Falken
13664 \end_layout
13665
13666 \end_inset
13667 </cell>
13668 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13669 \begin_inset Text
13670
13671 \begin_layout Plain Layout
13672 \begin_inset ERT
13673 status open
13674
13675 \begin_layout Plain Layout
13676
13677
13678 \backslash
13679 diagbox[dir=NE]{
13680 \end_layout
13681
13682 \end_inset
13683
13684 Heim
13685 \begin_inset ERT
13686 status collapsed
13687
13688 \begin_layout Plain Layout
13689
13690 }{
13691 \end_layout
13692
13693 \end_inset
13694
13695 Ergebnis
13696 \begin_inset ERT
13697 status collapsed
13698
13699 \begin_layout Plain Layout
13700
13701 }{
13702 \end_layout
13703
13704 \end_inset
13705
13706 Auswärts
13707 \begin_inset ERT
13708 status collapsed
13709
13710 \begin_layout Plain Layout
13711
13712 }
13713 \end_layout
13714
13715 \end_inset
13716
13717
13718 \end_layout
13719
13720 \end_inset
13721 </cell>
13722 </row>
13723 <row>
13724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13725 \begin_inset Text
13726
13727 \begin_layout Plain Layout
13728 Tiger
13729 \end_layout
13730
13731 \end_inset
13732 </cell>
13733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13734 \begin_inset Text
13735
13736 \begin_layout Plain Layout
13737
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 1:3
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Plain Layout
13755 0:1
13756 \end_layout
13757
13758 \end_inset
13759 </cell>
13760 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13761 \begin_inset Text
13762
13763 \begin_layout Plain Layout
13764 Tiger
13765 \end_layout
13766
13767 \end_inset
13768 </cell>
13769 </row>
13770 <row>
13771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13772 \begin_inset Text
13773
13774 \begin_layout Plain Layout
13775 Panther
13776 \end_layout
13777
13778 \end_inset
13779 </cell>
13780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13781 \begin_inset Text
13782
13783 \begin_layout Plain Layout
13784 3:1
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
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 0:0
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 Panther
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 </row>
13817 <row>
13818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13819 \begin_inset Text
13820
13821 \begin_layout Plain Layout
13822 Falken
13823 \end_layout
13824
13825 \end_inset
13826 </cell>
13827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13828 \begin_inset Text
13829
13830 \begin_layout Plain Layout
13831 1:0
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 0:0
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Plain Layout
13849
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13855 \begin_inset Text
13856
13857 \begin_layout Plain Layout
13858 Falken
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 </row>
13864 <row>
13865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Plain Layout
13869 \begin_inset ERT
13870 status open
13871
13872 \begin_layout Plain Layout
13873
13874
13875 \backslash
13876 diagbox[dir=SW]{
13877 \end_layout
13878
13879 \end_inset
13880
13881 Heim
13882 \begin_inset ERT
13883 status collapsed
13884
13885 \begin_layout Plain Layout
13886
13887 }{
13888 \end_layout
13889
13890 \end_inset
13891
13892 Ergebnis
13893 \begin_inset ERT
13894 status collapsed
13895
13896 \begin_layout Plain Layout
13897
13898 }{
13899 \end_layout
13900
13901 \end_inset
13902
13903 Auswärts
13904 \begin_inset ERT
13905 status collapsed
13906
13907 \begin_layout Plain Layout
13908
13909 }
13910 \end_layout
13911
13912 \end_inset
13913
13914
13915 \end_layout
13916
13917 \end_inset
13918 </cell>
13919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13920 \begin_inset Text
13921
13922 \begin_layout Plain Layout
13923 Tiger
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 Panther
13933 \end_layout
13934
13935 \end_inset
13936 </cell>
13937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13938 \begin_inset Text
13939
13940 \begin_layout Plain Layout
13941 Falken
13942 \end_layout
13943
13944 \end_inset
13945 </cell>
13946 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13947 \begin_inset Text
13948
13949 \begin_layout Plain Layout
13950 \begin_inset ERT
13951 status open
13952
13953 \begin_layout Plain Layout
13954
13955
13956 \backslash
13957 diagbox[dir=SE]{
13958 \end_layout
13959
13960 \end_inset
13961
13962 Heim
13963 \begin_inset ERT
13964 status collapsed
13965
13966 \begin_layout Plain Layout
13967
13968 }{
13969 \end_layout
13970
13971 \end_inset
13972
13973 Ergebnis
13974 \begin_inset ERT
13975 status collapsed
13976
13977 \begin_layout Plain Layout
13978
13979 }{
13980 \end_layout
13981
13982 \end_inset
13983
13984 Auswärts
13985 \begin_inset ERT
13986 status collapsed
13987
13988 \begin_layout Plain Layout
13989
13990 }
13991 \end_layout
13992
13993 \end_inset
13994
13995
13996 \end_layout
13997
13998 \end_inset
13999 </cell>
14000 </row>
14001 </lyxtabular>
14002
14003 \end_inset
14004
14005
14006 \end_layout
14007
14008 \begin_layout Standard
14009 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
14010 \series bold
14011 dir=Richtung
14012 \series default
14013  verwendet.
14014  
14015 \emph on
14016 Richtung
14017 \emph default
14018  ist entweder 
14019 \series bold
14020 NE
14021 \series default
14022
14023 \series bold
14024 DE
14025 \series default
14026
14027 \series bold
14028 SW
14029 \series default
14030  oder 
14031 \series bold
14032 NW
14033 \series default
14034  und stellt eine Himmelsrichtung dar.
14035  
14036 \series bold
14037 SW
14038 \series default
14039  ist z.
14040 \begin_inset space \thinspace{}
14041 \end_inset
14042
14043 B.
14044  die Südwestecke.
14045  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
14046 \end_layout
14047
14048 \begin_layout Standard
14049
14050 \series bold
14051
14052 \backslash
14053 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
14054 \end_layout
14055
14056 \begin_layout Standard
14057 verwendet.
14058  Wenn keine Richtung angegeben ist, wird NW verwendet.
14059 \end_layout
14060
14061 \begin_layout Standard
14062 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
14063  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
14064 e ist, ragt der Inhalt über die Zelle hinaus:
14065 \begin_inset Separator parbreak
14066 \end_inset
14067
14068
14069 \end_layout
14070
14071 \begin_layout Standard
14072 \noindent
14073 \align center
14074 \begin_inset Tabular
14075 <lyxtabular version="3" rows="2" columns="2">
14076 <features tabularvalignment="middle">
14077 <column alignment="center" valignment="top" width="3cm">
14078 <column alignment="center" valignment="top">
14079 <row>
14080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14081 \begin_inset Text
14082
14083 \begin_layout Plain Layout
14084 \begin_inset ERT
14085 status collapsed
14086
14087 \begin_layout Plain Layout
14088
14089
14090 \backslash
14091 diagbox{
14092 \end_layout
14093
14094 \end_inset
14095
14096 Name
14097 \begin_inset ERT
14098 status collapsed
14099
14100 \begin_layout Plain Layout
14101
14102 }{
14103 \end_layout
14104
14105 \end_inset
14106
14107 Parameter
14108 \begin_inset ERT
14109 status collapsed
14110
14111 \begin_layout Plain Layout
14112
14113 }
14114 \end_layout
14115
14116 \end_inset
14117
14118
14119 \end_layout
14120
14121 \end_inset
14122 </cell>
14123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14124 \begin_inset Text
14125
14126 \begin_layout Plain Layout
14127 Dicke in nm
14128 \end_layout
14129
14130 \end_inset
14131 </cell>
14132 </row>
14133 <row>
14134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14135 \begin_inset Text
14136
14137 \begin_layout Plain Layout
14138 Perfekt Grün
14139 \end_layout
14140
14141 \end_inset
14142 </cell>
14143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14144 \begin_inset Text
14145
14146 \begin_layout Plain Layout
14147 45
14148 \end_layout
14149
14150 \end_inset
14151 </cell>
14152 </row>
14153 </lyxtabular>
14154
14155 \end_inset
14156
14157
14158 \end_layout
14159
14160 \begin_layout Standard
14161 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14162  verwendet man die Befehlsoption 
14163 \series bold
14164 width=3cm
14165 \series default
14166  (ersetzen Sie '3cm' durch die benötigte Breite).
14167  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14168 \begin_inset space \thinspace{}
14169 \end_inset
14170
14171 cm gesetzt.
14172  Für 
14173 \series bold
14174
14175 \backslash
14176 diagbox
14177 \series default
14178  wird eine Breite von 4
14179 \begin_inset space \thinspace{}
14180 \end_inset
14181
14182 cm + 2
14183 \begin_inset space \thinspace{}
14184 \end_inset
14185
14186
14187 \backslash
14188 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14189  diesem Fall 4
14190 \begin_inset space \thinspace{}
14191 \end_inset
14192
14193 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14194  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14195 \series bold
14196
14197 \backslash
14198 diagbox
14199 \series default
14200  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14201  später verwenden kann.
14202  Dies wird mit den \SpecialChar TeX
14203 -Code Befehlen
14204 \end_layout
14205
14206 \begin_layout Standard
14207
14208 \series bold
14209
14210 \backslash
14211 newlength{
14212 \backslash
14213 diagtest}
14214 \begin_inset Newline newline
14215 \end_inset
14216
14217
14218 \backslash
14219 setlength{
14220 \backslash
14221 diagtest}{4cm+2
14222 \backslash
14223 tabcolsep}
14224 \end_layout
14225
14226 \begin_layout Standard
14227 erreicht.
14228 \end_layout
14229
14230 \begin_layout Standard
14231 \begin_inset ERT
14232 status collapsed
14233
14234 \begin_layout Plain Layout
14235
14236
14237 \backslash
14238 newlength{
14239 \backslash
14240 diagtest}
14241 \end_layout
14242
14243 \begin_layout Plain Layout
14244
14245
14246 \backslash
14247 setlength{
14248 \backslash
14249 diagtest}{4cm+2
14250 \backslash
14251 tabcolsep}
14252 \end_layout
14253
14254 \end_inset
14255
14256
14257 \end_layout
14258
14259 \begin_layout Standard
14260 Um Berechnungen in \SpecialChar LaTeX
14261  zu aktivieren, muss das Paket 
14262 \series bold
14263 calc
14264 \series default
14265
14266 \begin_inset Index idx
14267 status collapsed
14268
14269 \begin_layout Plain Layout
14270 \SpecialChar LaTeX
14271 -Pakete ! calc
14272 \end_layout
14273
14274 \end_inset
14275
14276  im \SpecialChar LaTeX
14277 -Vorspann geladen werden.
14278 \end_layout
14279
14280 \begin_layout Standard
14281 In der Tabelle kann man nun den Befehl
14282 \end_layout
14283
14284 \begin_layout Standard
14285
14286 \series bold
14287
14288 \backslash
14289 diagbox[width=
14290 \backslash
14291 diagtest]{A}{B}
14292 \end_layout
14293
14294 \begin_layout Standard
14295 in der ersten Zelle verwenden:
14296 \begin_inset Separator parbreak
14297 \end_inset
14298
14299
14300 \end_layout
14301
14302 \begin_layout Standard
14303 \noindent
14304 \align center
14305 \begin_inset Tabular
14306 <lyxtabular version="3" rows="2" columns="2">
14307 <features tabularvalignment="middle">
14308 <column alignment="center" valignment="top" width="4cm">
14309 <column alignment="center" valignment="top">
14310 <row>
14311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14312 \begin_inset Text
14313
14314 \begin_layout Plain Layout
14315 \begin_inset ERT
14316 status open
14317
14318 \begin_layout Plain Layout
14319
14320
14321 \backslash
14322 diagbox[width=
14323 \backslash
14324 diagtest]{
14325 \end_layout
14326
14327 \end_inset
14328
14329 A
14330 \begin_inset ERT
14331 status collapsed
14332
14333 \begin_layout Plain Layout
14334
14335 }{
14336 \end_layout
14337
14338 \end_inset
14339
14340 B
14341 \begin_inset ERT
14342 status collapsed
14343
14344 \begin_layout Plain Layout
14345
14346 }
14347 \end_layout
14348
14349 \end_inset
14350
14351
14352 \end_layout
14353
14354 \end_inset
14355 </cell>
14356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14357 \begin_inset Text
14358
14359 \begin_layout Plain Layout
14360 Dicke in nm
14361 \end_layout
14362
14363 \end_inset
14364 </cell>
14365 </row>
14366 <row>
14367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14368 \begin_inset Text
14369
14370 \begin_layout Plain Layout
14371 Perfekt Grün
14372 \end_layout
14373
14374 \end_inset
14375 </cell>
14376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14377 \begin_inset Text
14378
14379 \begin_layout Plain Layout
14380 45
14381 \end_layout
14382
14383 \end_inset
14384 </cell>
14385 </row>
14386 </lyxtabular>
14387
14388 \end_inset
14389
14390
14391 \end_layout
14392
14393 \begin_layout Standard
14394 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14395  muss.
14396  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14397  wie in in dieser Tabelle:
14398 \begin_inset Separator parbreak
14399 \end_inset
14400
14401
14402 \end_layout
14403
14404 \begin_layout Standard
14405 \noindent
14406 \align center
14407 \begin_inset Tabular
14408 <lyxtabular version="3" rows="2" columns="2">
14409 <features tabularvalignment="middle">
14410 <column alignment="center" valignment="top" width="0pt">
14411 <column alignment="center" valignment="top">
14412 <row>
14413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Plain Layout
14417 \begin_inset ERT
14418 status collapsed
14419
14420 \begin_layout Plain Layout
14421
14422
14423 \backslash
14424 diagbox{
14425 \end_layout
14426
14427 \end_inset
14428
14429 A
14430 \begin_inset ERT
14431 status collapsed
14432
14433 \begin_layout Plain Layout
14434
14435 }{
14436 \end_layout
14437
14438 \end_inset
14439
14440 B
14441 \begin_inset ERT
14442 status collapsed
14443
14444 \begin_layout Plain Layout
14445
14446 }
14447 \end_layout
14448
14449 \end_inset
14450
14451
14452 \end_layout
14453
14454 \end_inset
14455 </cell>
14456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460 Dicke in nm
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 </row>
14466 <row>
14467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14468 \begin_inset Text
14469
14470 \begin_layout Plain Layout
14471 Perfekt Grün
14472 \end_layout
14473
14474 \end_inset
14475 </cell>
14476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14477 \begin_inset Text
14478
14479 \begin_layout Plain Layout
14480 45
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 </row>
14486 </lyxtabular>
14487
14488 \end_inset
14489
14490
14491 \end_layout
14492
14493 \begin_layout Standard
14494 Verwenden Sie in diesem Fall die Option 
14495 \series bold
14496 width
14497 \series default
14498  des Befehls 
14499 \series bold
14500
14501 \backslash
14502 diagbox
14503 \series default
14504 .
14505  Es ist dabei nicht notwendig, 2
14506 \backslash
14507 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14508  ist.
14509  In dieser Tabelle wird eine Breite von 3
14510 \begin_inset space \thinspace{}
14511 \end_inset
14512
14513 cm verwendet:
14514 \begin_inset Separator parbreak
14515 \end_inset
14516
14517
14518 \end_layout
14519
14520 \begin_layout Standard
14521 \noindent
14522 \align center
14523 \begin_inset Tabular
14524 <lyxtabular version="3" rows="2" columns="2">
14525 <features tabularvalignment="middle">
14526 <column alignment="center" valignment="top" width="0pt">
14527 <column alignment="center" valignment="top">
14528 <row>
14529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14530 \begin_inset Text
14531
14532 \begin_layout Plain Layout
14533 \begin_inset ERT
14534 status open
14535
14536 \begin_layout Plain Layout
14537
14538
14539 \backslash
14540 diagbox[width=3cm]{
14541 \end_layout
14542
14543 \end_inset
14544
14545 A
14546 \begin_inset ERT
14547 status collapsed
14548
14549 \begin_layout Plain Layout
14550
14551 }{
14552 \end_layout
14553
14554 \end_inset
14555
14556 B
14557 \begin_inset ERT
14558 status collapsed
14559
14560 \begin_layout Plain Layout
14561
14562 }
14563 \end_layout
14564
14565 \end_inset
14566
14567
14568 \end_layout
14569
14570 \end_inset
14571 </cell>
14572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14573 \begin_inset Text
14574
14575 \begin_layout Plain Layout
14576 Dicke in nm
14577 \end_layout
14578
14579 \end_inset
14580 </cell>
14581 </row>
14582 <row>
14583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14584 \begin_inset Text
14585
14586 \begin_layout Plain Layout
14587 Perfekt Grün
14588 \end_layout
14589
14590 \end_inset
14591 </cell>
14592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14593 \begin_inset Text
14594
14595 \begin_layout Plain Layout
14596 45
14597 \end_layout
14598
14599 \end_inset
14600 </cell>
14601 </row>
14602 </lyxtabular>
14603
14604 \end_inset
14605
14606
14607 \end_layout
14608
14609 \begin_layout Standard
14610 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14611  Text in der Zelle unterzubringen.
14612  Dies wird mit der 
14613 \series bold
14614
14615 \backslash
14616 diagbox
14617 \series default
14618 -Option 
14619 \series bold
14620 height=3cm
14621 \series default
14622  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14623  In der folgenden Tabelle wird der Befehl
14624 \end_layout
14625
14626 \begin_layout Standard
14627
14628 \series bold
14629
14630 \backslash
14631 diagbox[width=3cm,height=1.4cm]{A
14632 \backslash
14633
14634 \backslash
14635 B}{C
14636 \backslash
14637
14638 \backslash
14639 D}
14640 \end_layout
14641
14642 \begin_layout Standard
14643 in der ersten Zelle verwendet.
14644  Der Befehl 
14645 \series bold
14646
14647 \backslash
14648
14649 \backslash
14650
14651 \series default
14652  erzeugt hierbei den Zeilenumbruch.
14653 \begin_inset Foot
14654 status collapsed
14655
14656 \begin_layout Plain Layout
14657 Zeilen mit 
14658 \family sans
14659 Strg+Enter
14660 \family default
14661  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14662 \end_layout
14663
14664 \end_inset
14665
14666
14667 \begin_inset Separator parbreak
14668 \end_inset
14669
14670
14671 \end_layout
14672
14673 \begin_layout Standard
14674 \noindent
14675 \align center
14676 \begin_inset Tabular
14677 <lyxtabular version="3" rows="2" columns="2">
14678 <features tabularvalignment="middle">
14679 <column alignment="center" valignment="top">
14680 <column alignment="center" valignment="top">
14681 <row>
14682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14683 \begin_inset Text
14684
14685 \begin_layout Plain Layout
14686 \begin_inset ERT
14687 status open
14688
14689 \begin_layout Plain Layout
14690
14691
14692 \backslash
14693 diagbox[width=3cm,height=1.4cm]{
14694 \end_layout
14695
14696 \end_inset
14697
14698 A
14699 \begin_inset ERT
14700 status collapsed
14701
14702 \begin_layout Plain Layout
14703
14704
14705 \backslash
14706
14707 \backslash
14708
14709 \end_layout
14710
14711 \end_inset
14712
14713 B
14714 \begin_inset ERT
14715 status collapsed
14716
14717 \begin_layout Plain Layout
14718
14719 }{
14720 \end_layout
14721
14722 \end_inset
14723
14724 C
14725 \begin_inset ERT
14726 status collapsed
14727
14728 \begin_layout Plain Layout
14729
14730
14731 \backslash
14732
14733 \backslash
14734
14735 \end_layout
14736
14737 \end_inset
14738
14739 D
14740 \begin_inset ERT
14741 status collapsed
14742
14743 \begin_layout Plain Layout
14744
14745 }
14746 \end_layout
14747
14748 \end_inset
14749
14750
14751 \end_layout
14752
14753 \end_inset
14754 </cell>
14755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14756 \begin_inset Text
14757
14758 \begin_layout Plain Layout
14759 Dicke in nm
14760 \end_layout
14761
14762 \end_inset
14763 </cell>
14764 </row>
14765 <row>
14766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14767 \begin_inset Text
14768
14769 \begin_layout Plain Layout
14770 Perfekt Grün
14771 \end_layout
14772
14773 \end_inset
14774 </cell>
14775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14776 \begin_inset Text
14777
14778 \begin_layout Plain Layout
14779 45
14780 \end_layout
14781
14782 \end_inset
14783 </cell>
14784 </row>
14785 </lyxtabular>
14786
14787 \end_inset
14788
14789
14790 \end_layout
14791
14792 \begin_layout Standard
14793 \begin_inset ERT
14794 status collapsed
14795
14796 \begin_layout Plain Layout
14797
14798
14799 \backslash
14800 else
14801 \end_layout
14802
14803 \end_inset
14804
14805
14806 \begin_inset Note Note
14807 status open
14808
14809 \begin_layout Plain Layout
14810 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
14811 -Paket 
14812 \series bold
14813 diagbox
14814 \series default
14815  nicht installiert ist:
14816 \end_layout
14817
14818 \end_inset
14819
14820
14821 \end_layout
14822
14823 \begin_layout Standard
14824 Sie müssen das \SpecialChar LaTeX
14825 -Paket 
14826 \series bold
14827 diagbox
14828 \series default
14829  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14830 \end_layout
14831
14832 \begin_layout Standard
14833 \begin_inset ERT
14834 status collapsed
14835
14836 \begin_layout Plain Layout
14837
14838
14839 \backslash
14840 fi
14841 \end_layout
14842
14843 \end_inset
14844
14845
14846 \end_layout
14847
14848 \begin_layout Standard
14849 Für mehr Informationen über das \SpecialChar LaTeX
14850 -Paket 
14851 \series bold
14852 diagbox
14853 \series default
14854 , siehe dessen Dokumentation, 
14855 \begin_inset CommandInset citation
14856 LatexCommand cite
14857 key "diagbox"
14858
14859 \end_inset
14860
14861 .
14862 \end_layout
14863
14864 \begin_layout Section
14865 Formale Tabellen
14866 \begin_inset CommandInset label
14867 LatexCommand label
14868 name "abs:Formale-Tabellen"
14869
14870 \end_inset
14871
14872
14873 \begin_inset Index idx
14874 status collapsed
14875
14876 \begin_layout Plain Layout
14877 Tabellen ! Formale
14878 \end_layout
14879
14880 \end_inset
14881
14882
14883 \end_layout
14884
14885 \begin_layout Standard
14886 Tabellen werden in Büchern oft wie Tabelle
14887 \begin_inset space ~
14888 \end_inset
14889
14890
14891 \begin_inset CommandInset ref
14892 LatexCommand ref
14893 reference "tab:Formale-Tabelle"
14894
14895 \end_inset
14896
14897  gesetzt.
14898  Diese Tabellen werden
14899 \emph on
14900  formal
14901 \emph default
14902  genannt.
14903  Formale Tabellen bekommen Sie, wenn Sie im 
14904 \family sans
14905 Tabellen-Einstellungen
14906 \family default
14907 -Dialog auf der Karteikarte 
14908 \family sans
14909 Rahmen
14910 \family default
14911  den 
14912 \family sans
14913 Stil
14914 \family default
14915  
14916 \family sans
14917 Formal
14918 \family default
14919  ankreuzen.
14920 \end_layout
14921
14922 \begin_layout Standard
14923 \begin_inset Float table
14924 placement h
14925 wide false
14926 sideways false
14927 status open
14928
14929 \begin_layout Plain Layout
14930 \begin_inset Caption Standard
14931
14932 \begin_layout Plain Layout
14933 \begin_inset CommandInset label
14934 LatexCommand label
14935 name "tab:Formale-Tabelle"
14936
14937 \end_inset
14938
14939 Formale Tabelle
14940 \end_layout
14941
14942 \end_inset
14943
14944
14945 \end_layout
14946
14947 \begin_layout Plain Layout
14948 \align center
14949 \begin_inset Tabular
14950 <lyxtabular version="3" rows="8" columns="4">
14951 <features booktabs="true" tabularvalignment="middle">
14952 <column alignment="center" valignment="top">
14953 <column alignment="right" valignment="top">
14954 <column alignment="right" valignment="top">
14955 <column alignment="right" valignment="top">
14956 <row>
14957 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14958 \begin_inset Text
14959
14960 \begin_layout Plain Layout
14961 System
14962 \end_layout
14963
14964 \end_inset
14965 </cell>
14966 <cell alignment="center" valignment="top" topline="true" usebox="none">
14967 \begin_inset Text
14968
14969 \begin_layout Plain Layout
14970 Chip
14971 \begin_inset space \thinspace{}
14972 \end_inset
14973
14974 1
14975 \end_layout
14976
14977 \end_inset
14978 </cell>
14979 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14980 \begin_inset Text
14981
14982 \begin_layout Plain Layout
14983 Chip
14984 \begin_inset space \thinspace{}
14985 \end_inset
14986
14987 2
14988 \end_layout
14989
14990 \end_inset
14991 </cell>
14992 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14993 \begin_inset Text
14994
14995 \begin_layout Plain Layout
14996
14997 \end_layout
14998
14999 \end_inset
15000 </cell>
15001 </row>
15002 <row>
15003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15004 \begin_inset Text
15005
15006 \begin_layout Plain Layout
15007 \begin_inset ERT
15008 status collapsed
15009
15010 \begin_layout Plain Layout
15011
15012
15013 \backslash
15014 cmidrule(r){2-2}
15015 \end_layout
15016
15017 \end_inset
15018
15019
15020 \begin_inset ERT
15021 status collapsed
15022
15023 \begin_layout Plain Layout
15024
15025
15026 \backslash
15027 cmidrule(l){3-4}
15028 \end_layout
15029
15030 \end_inset
15031
15032 Detektordicke in µm
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 <cell alignment="center" valignment="top" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Plain Layout
15041 300
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 700
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 </row>
15065 <row>
15066 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Plain Layout
15070 Kantenwinkel in °
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 <cell alignment="center" valignment="top" topline="true" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Plain Layout
15079 3.55
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 2.71
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 7.99
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 </row>
15103 <row topspace="default">
15104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108 räumliche Auf\SpecialChar ligaturebreak
15109 lösung in µm
15110 \end_layout
15111
15112 \end_inset
15113 </cell>
15114 <cell alignment="center" valignment="top" usebox="none">
15115 \begin_inset Text
15116
15117 \begin_layout Plain Layout
15118 4.26
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 10.17
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.56
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 </row>
15142 <row topspace="default">
15143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15144 \begin_inset Text
15145
15146 \begin_layout Plain Layout
15147 MTF bei 
15148 \begin_inset Formula $f_{\mathrm{max}}$
15149 \end_inset
15150
15151
15152 \end_layout
15153
15154 \end_inset
15155 </cell>
15156 <cell alignment="center" valignment="top" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160 0.53
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.37
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.39
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 </row>
15184 <row topspace="default">
15185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15186 \begin_inset Text
15187
15188 \begin_layout Plain Layout
15189 \begin_inset ERT
15190 status collapsed
15191
15192 \begin_layout Plain Layout
15193
15194
15195 \backslash
15196 cmidrule[2pt](l{10pt}){1-1}
15197 \end_layout
15198
15199 \end_inset
15200
15201 LSF räumliche Auf\SpecialChar ligaturebreak
15202 lösung
15203 \end_layout
15204
15205 \end_inset
15206 </cell>
15207 <cell alignment="center" valignment="top" usebox="none">
15208 \begin_inset Text
15209
15210 \begin_layout Plain Layout
15211
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 </row>
15235 <row>
15236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15237 \begin_inset Text
15238
15239 \begin_layout Plain Layout
15240 in µm
15241 \end_layout
15242
15243 \end_inset
15244 </cell>
15245 <cell alignment="center" valignment="top" usebox="none">
15246 \begin_inset Text
15247
15248 \begin_layout Plain Layout
15249 129.7
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 52.75
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 50.78
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 </row>
15273 <row>
15274 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15275 \begin_inset Text
15276
15277 \begin_layout Plain Layout
15278 in % der Pixelgröße
15279 \end_layout
15280
15281 \end_inset
15282 </cell>
15283 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15284 \begin_inset Text
15285
15286 \begin_layout Plain Layout
15287 76.3
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 95.9
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 92.3
15306 \end_layout
15307
15308 \end_inset
15309 </cell>
15310 </row>
15311 </lyxtabular>
15312
15313 \end_inset
15314
15315
15316 \end_layout
15317
15318 \end_inset
15319
15320
15321 \end_layout
15322
15323 \begin_layout Standard
15324 Abstände zu Tabellenzeilen können auf der Karteikarte 
15325 \family sans
15326 Rahmen
15327 \family default
15328  des 
15329 \family sans
15330 Tabellen-Ein\SpecialChar softhyphen
15331 stel\SpecialChar softhyphen
15332 lun\SpecialChar softhyphen
15333 gen
15334 \family default
15335 -Dialogs hinzugefügt werden, wie in Abschnitt
15336 \begin_inset space ~
15337 \end_inset
15338
15339
15340 \begin_inset CommandInset ref
15341 LatexCommand ref
15342 reference "uab:Zeilenabstand"
15343
15344 \end_inset
15345
15346  beschrieben.
15347 \end_layout
15348
15349 \begin_layout Standard
15350 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15351  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15352  gedruckt aber anders aus.
15353  Die erste und letzte Linie ist 0.08
15354 \begin_inset space \thinspace{}
15355 \end_inset
15356
15357 em dick, während die anderen 0.05
15358 \begin_inset space \thinspace{}
15359 \end_inset
15360
15361 em dick sind.
15362 \end_layout
15363
15364 \begin_layout Standard
15365 Die Standarddicken können im \SpecialChar LaTeX
15366 -Vorspann geändert werden:
15367 \end_layout
15368
15369 \begin_layout Standard
15370
15371 \series bold
15372
15373 \backslash
15374 let
15375 \backslash
15376 mytoprule
15377 \backslash
15378 toprule
15379 \begin_inset Newline newline
15380 \end_inset
15381
15382
15383 \backslash
15384 renewcommand{
15385 \backslash
15386 toprule}{
15387 \backslash
15388 mytoprule[Breite]}
15389 \end_layout
15390
15391 \begin_layout Standard
15392 Dies Beispiel gilt für die oberste Linie, genannt 
15393 \series bold
15394 toprule
15395 \series default
15396 .
15397  Für die letzte müssen Sie 
15398 \series bold
15399 toprule
15400 \series default
15401  durch 
15402 \series bold
15403 bottomrule
15404 \series default
15405  ersetzen.
15406  Die Linien dazwischen heißen 
15407 \series bold
15408 midrule
15409 \series default
15410 .
15411  Für 
15412 \family sans
15413 Breite
15414 \family default
15415  können Sie alle Einheiten benutzen, die in Anhang
15416 \begin_inset space ~
15417 \end_inset
15418
15419
15420 \begin_inset CommandInset ref
15421 LatexCommand ref
15422 reference "kap:In-LyX-verfügbare"
15423
15424 \end_inset
15425
15426  aufgelistet sind.
15427 \end_layout
15428
15429 \begin_layout Standard
15430 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
15431  eine Linie unter einer Mehrfachspalte.
15432  \SpecialChar LyX
15433  wird intern den Befehl 
15434 \series bold
15435
15436 \backslash
15437 cmidrule
15438 \series default
15439  benutzen, um diese Linie zu drucken.
15440  Der ganze Befehl sieht so aus:
15441 \end_layout
15442
15443 \begin_layout Standard
15444
15445 \series bold
15446
15447 \backslash
15448 cmidrule[Höhe](trim){Anfangsspalte-Endspalte}
15449 \end_layout
15450
15451 \begin_layout Standard
15452 Die 
15453 \series bold
15454
15455 \backslash
15456 cmidrule
15457 \series default
15458 -Optionen werden (noch) nicht von \SpecialChar LyX
15459  unterstützt, also müssen Sie \SpecialChar TeX
15460 -Code benutzen.
15461  
15462 \series bold
15463
15464 \backslash
15465 cmidrule
15466 \series default
15467  kann man benutzen, indem man den Befehl als \SpecialChar TeX
15468 -Code als erstes in die erste
15469  Zelle einer Zeile einfügt.
15470  Die Linie wird dann über der Zeile gedruckt.
15471 \end_layout
15472
15473 \begin_layout Standard
15474 Der Standardwert der optionalen 
15475 \series bold
15476 Höhe
15477 \series default
15478  ist 0.03
15479 \begin_inset space \thinspace{}
15480 \end_inset
15481
15482 em.
15483  Die Linie reicht von 
15484 \series bold
15485 Anfangsspalte
15486 \series default
15487  bis 
15488 \series bold
15489 Endspalte
15490 \series default
15491 .
15492  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15493  Die 
15494 \series bold
15495 Endspalte
15496 \series default
15497  muss immer angegeben werden, auch wenn die Linie nur über eine Spalte geht.
15498  Der optionale Parameter 
15499 \series bold
15500 trim
15501 \series default
15502  kann die Werte 
15503 \emph on
15504 r
15505 \emph default
15506
15507 \emph on
15508 r{Breite}
15509 \emph default
15510
15511 \emph on
15512 l
15513 \family typewriter
15514 \emph default
15515  
15516 \family default
15517 oder 
15518 \emph on
15519 l{Breite}
15520 \emph default
15521  annehmen, wobei die 
15522 \emph on
15523 Breite
15524 \emph default
15525  optional ist.
15526  
15527 \emph on
15528 l{2pt}
15529 \emph default
15530  zum Beispiel bedeutet, dass die Linie links um 2
15531 \begin_inset space \thinspace{}
15532 \end_inset
15533
15534 pt gekürzt wird.
15535  Ohne Breitenangabe wird die Linie um 0.5
15536 \begin_inset space \thinspace{}
15537 \end_inset
15538
15539 em gekürzt.
15540 \end_layout
15541
15542 \begin_layout Standard
15543 \begin_inset VSpace bigskip
15544 \end_inset
15545
15546 In Tabelle
15547 \begin_inset space ~
15548 \end_inset
15549
15550
15551 \begin_inset CommandInset ref
15552 LatexCommand ref
15553 reference "tab:Formale-Tabelle"
15554
15555 \end_inset
15556
15557  wurden die Befehle
15558 \end_layout
15559
15560 \begin_layout Standard
15561
15562 \series bold
15563
15564 \backslash
15565 cmidrule(r){2-2}
15566 \backslash
15567 cmidrule(l){3-4}
15568 \end_layout
15569
15570 \begin_layout Standard
15571 am Anfang der zweiten Zeile und
15572 \end_layout
15573
15574 \begin_layout Standard
15575
15576 \series bold
15577
15578 \backslash
15579 cmidrule[2pt](l{10pt}){1-1}
15580 \end_layout
15581
15582 \begin_layout Standard
15583 in der sechsten benutzt.
15584 \end_layout
15585
15586 \begin_layout Standard
15587 \begin_inset VSpace bigskip
15588 \end_inset
15589
15590
15591 \end_layout
15592
15593 \begin_layout Standard
15594 Sie können mit 
15595 \series bold
15596
15597 \backslash
15598 cmidrule
15599 \series default
15600  auch überlappende Linien wie in Tabelle
15601 \begin_inset space ~
15602 \end_inset
15603
15604
15605 \begin_inset CommandInset ref
15606 LatexCommand ref
15607 reference "tab:Special-booktabs-table"
15608
15609 \end_inset
15610
15611  definieren.
15612  Der Befehl ist:
15613 \end_layout
15614
15615 \begin_layout Standard
15616
15617 \series bold
15618
15619 \backslash
15620 morecmidrules
15621 \end_layout
15622
15623 \begin_layout Standard
15624 In Zeile zwei der Tabelle
15625 \begin_inset space ~
15626 \end_inset
15627
15628
15629 \begin_inset CommandInset ref
15630 LatexCommand ref
15631 reference "tab:Special-booktabs-table"
15632
15633 \end_inset
15634
15635  wurde folgender Befehl benutzt:
15636 \end_layout
15637
15638 \begin_layout Standard
15639
15640 \series bold
15641
15642 \backslash
15643 cmidrule(r){2-2}
15644 \backslash
15645 cmidrule(l){3-4}
15646 \backslash
15647 morecmidrules
15648 \begin_inset Newline newline
15649 \end_inset
15650
15651
15652 \backslash
15653 cmidrule{2-4}
15654 \end_layout
15655
15656 \begin_layout Standard
15657 und in Zeile sechs:
15658 \end_layout
15659
15660 \begin_layout Standard
15661
15662 \series bold
15663
15664 \backslash
15665 midrule
15666 \backslash
15667 morecmidrules
15668 \backslash
15669 cmidrule{3-4}
15670 \end_layout
15671
15672 \begin_layout Standard
15673 \begin_inset VSpace bigskip
15674 \end_inset
15675
15676
15677 \end_layout
15678
15679 \begin_layout Standard
15680 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15681  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15682 \end_layout
15683
15684 \begin_layout Standard
15685
15686 \series bold
15687
15688 \backslash
15689 specialrule{Dicke}{Abstand davor}{Abstand danach}
15690 \end_layout
15691
15692 \begin_layout Standard
15693 Weitere Informationen finden Sie im Handbuch des \SpecialChar LaTeX
15694 -Pakets 
15695 \series bold
15696 booktabs
15697 \series default
15698  
15699 \begin_inset CommandInset citation
15700 LatexCommand cite
15701 key "booktabs"
15702
15703 \end_inset
15704
15705 .
15706 \begin_inset Index idx
15707 status collapsed
15708
15709 \begin_layout Plain Layout
15710 \SpecialChar LaTeX
15711 -Pakete ! booktabs
15712 \end_layout
15713
15714 \end_inset
15715
15716
15717 \end_layout
15718
15719 \begin_layout Standard
15720 \begin_inset Float table
15721 placement h
15722 wide false
15723 sideways false
15724 status open
15725
15726 \begin_layout Plain Layout
15727 \begin_inset Caption Standard
15728
15729 \begin_layout Plain Layout
15730 \begin_inset CommandInset label
15731 LatexCommand label
15732 name "tab:Special-booktabs-table"
15733
15734 \end_inset
15735
15736 Eine spezielle formale Tabelle
15737 \end_layout
15738
15739 \end_inset
15740
15741
15742 \end_layout
15743
15744 \begin_layout Plain Layout
15745 \align center
15746 \begin_inset Tabular
15747 <lyxtabular version="3" rows="8" columns="4">
15748 <features booktabs="true" tabularvalignment="middle">
15749 <column alignment="center" valignment="top">
15750 <column alignment="center" valignment="top">
15751 <column alignment="right" valignment="top">
15752 <column alignment="right" valignment="top">
15753 <row>
15754 <cell alignment="center" valignment="top" topline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758 System
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 <cell alignment="center" valignment="top" topline="true" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Plain Layout
15767 Chip
15768 \begin_inset space \thinspace{}
15769 \end_inset
15770
15771 1
15772 \end_layout
15773
15774 \end_inset
15775 </cell>
15776 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15777 \begin_inset Text
15778
15779 \begin_layout Plain Layout
15780 Chip
15781 \begin_inset space \thinspace{}
15782 \end_inset
15783
15784 2
15785 \end_layout
15786
15787 \end_inset
15788 </cell>
15789 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15790 \begin_inset Text
15791
15792 \begin_layout Plain Layout
15793
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 </row>
15799 <row>
15800 <cell alignment="center" valignment="top" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804 \begin_inset ERT
15805 status collapsed
15806
15807 \begin_layout Plain Layout
15808
15809
15810 \backslash
15811 cmidrule(r){2-2}
15812 \end_layout
15813
15814 \end_inset
15815
15816
15817 \begin_inset ERT
15818 status collapsed
15819
15820 \begin_layout Plain Layout
15821
15822
15823 \backslash
15824 cmidrule(l){3-4}
15825 \end_layout
15826
15827 \end_inset
15828
15829
15830 \begin_inset ERT
15831 status collapsed
15832
15833 \begin_layout Plain Layout
15834
15835
15836 \backslash
15837 morecmidrules 
15838 \end_layout
15839
15840 \end_inset
15841
15842
15843 \begin_inset ERT
15844 status collapsed
15845
15846 \begin_layout Plain Layout
15847
15848
15849 \backslash
15850 cmidrule{2-4}
15851 \end_layout
15852
15853 \end_inset
15854
15855 Detektordicke in µm
15856 \end_layout
15857
15858 \end_inset
15859 </cell>
15860 <cell alignment="center" valignment="top" usebox="none">
15861 \begin_inset Text
15862
15863 \begin_layout Plain Layout
15864 300
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 700
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 </row>
15888 <row>
15889 <cell alignment="center" valignment="top" topline="true" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Plain Layout
15893 Kantenwinkel in °
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 <cell alignment="center" valignment="top" topline="true" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902 3,55
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 2,71
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 7,99
15921 \end_layout
15922
15923 \end_inset
15924 </cell>
15925 </row>
15926 <row topspace="default">
15927 <cell alignment="center" valignment="top" usebox="none">
15928 \begin_inset Text
15929
15930 \begin_layout Plain Layout
15931 räumliche Auf\SpecialChar ligaturebreak
15932 lösung in µm
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 <cell alignment="center" valignment="top" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941 4,26
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 10,17
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,56
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 </row>
15965 <row topspace="default">
15966 <cell alignment="center" valignment="top" usebox="none">
15967 \begin_inset Text
15968
15969 \begin_layout Plain Layout
15970 MTF bei 
15971 \begin_inset Formula $f_{\mathrm{max}}$
15972 \end_inset
15973
15974
15975 \end_layout
15976
15977 \end_inset
15978 </cell>
15979 <cell alignment="center" valignment="top" usebox="none">
15980 \begin_inset Text
15981
15982 \begin_layout Plain Layout
15983 0,53
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,37
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,39
16002 \end_layout
16003
16004 \end_inset
16005 </cell>
16006 </row>
16007 <row>
16008 <cell alignment="center" valignment="top" topline="true" usebox="none">
16009 \begin_inset Text
16010
16011 \begin_layout Plain Layout
16012 \begin_inset ERT
16013 status collapsed
16014
16015 \begin_layout Plain Layout
16016
16017
16018 \backslash
16019 morecmidrules 
16020 \end_layout
16021
16022 \end_inset
16023
16024
16025 \begin_inset ERT
16026 status collapsed
16027
16028 \begin_layout Plain Layout
16029
16030
16031 \backslash
16032 cmidrule{3-4}
16033 \end_layout
16034
16035 \end_inset
16036
16037 LSF-räumliche Auf\SpecialChar ligaturebreak
16038 lösung
16039 \end_layout
16040
16041 \end_inset
16042 </cell>
16043 <cell alignment="center" valignment="top" topline="true" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Plain Layout
16047
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 </row>
16071 <row>
16072 <cell alignment="center" valignment="top" usebox="none">
16073 \begin_inset Text
16074
16075 \begin_layout Plain Layout
16076 in µm
16077 \end_layout
16078
16079 \end_inset
16080 </cell>
16081 <cell alignment="center" valignment="top" usebox="none">
16082 \begin_inset Text
16083
16084 \begin_layout Plain Layout
16085 129,7
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 52,75
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 50,78
16104 \end_layout
16105
16106 \end_inset
16107 </cell>
16108 </row>
16109 <row>
16110 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16111 \begin_inset Text
16112
16113 \begin_layout Plain Layout
16114 in % der Pixelgröße
16115 \end_layout
16116
16117 \end_inset
16118 </cell>
16119 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16120 \begin_inset Text
16121
16122 \begin_layout Plain Layout
16123 76,3
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 95,9
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 92,3
16142 \end_layout
16143
16144 \end_inset
16145 </cell>
16146 </row>
16147 </lyxtabular>
16148
16149 \end_inset
16150
16151
16152 \end_layout
16153
16154 \end_inset
16155
16156
16157 \end_layout
16158
16159 \begin_layout Section
16160 Vertikale Tabellen-Ausrichtung
16161 \begin_inset Index idx
16162 status collapsed
16163
16164 \begin_layout Plain Layout
16165 Tabellen ! Ausrichtung
16166 \end_layout
16167
16168 \end_inset
16169
16170
16171 \end_layout
16172
16173 \begin_layout Standard
16174 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16175  einer Box sein.
16176  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16177 \begin_inset space ~
16178 \end_inset
16179
16180
16181 \begin_inset CommandInset ref
16182 LatexCommand ref
16183 reference "abs:Box-Dialog"
16184
16185 \end_inset
16186
16187  beschrieben.
16188 \end_layout
16189
16190 \begin_layout Standard
16191 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16192 \begin_inset Foot
16193 status collapsed
16194
16195 \begin_layout Plain Layout
16196 Minipages werden in Abschnitt
16197 \begin_inset space ~
16198 \end_inset
16199
16200
16201 \begin_inset CommandInset ref
16202 LatexCommand ref
16203 reference "abs:Minipage"
16204
16205 \end_inset
16206
16207  beschrieben.
16208 \end_layout
16209
16210 \end_inset
16211
16212  mit 15
16213 \begin_inset space \thinspace{}
16214 \end_inset
16215
16216 col%-Breite:
16217 \end_layout
16218
16219 \begin_layout Itemize
16220 Test 
16221 \begin_inset Box Frameless
16222 position "t"
16223 hor_pos "c"
16224 has_inner_box 1
16225 inner_pos "c"
16226 use_parbox 0
16227 use_makebox 0
16228 width "15col%"
16229 special "none"
16230 height "1in"
16231 height_special "totalheight"
16232 thickness "0.4pt"
16233 separation "3pt"
16234 shadowsize "4pt"
16235 framecolor "black"
16236 backgroundcolor "none"
16237 status collapsed
16238
16239 \begin_layout Plain Layout
16240 \begin_inset Tabular
16241 <lyxtabular version="3" rows="3" columns="3">
16242 <features tabularvalignment="middle">
16243 <column alignment="center" valignment="top">
16244 <column alignment="center" valignment="top">
16245 <column alignment="center" valignment="top">
16246 <row>
16247 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16248 \begin_inset Text
16249
16250 \begin_layout Plain Layout
16251 Tabelle 1
16252 \end_layout
16253
16254 \end_inset
16255 </cell>
16256 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16257 \begin_inset Text
16258
16259 \begin_layout Plain Layout
16260
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16266 \begin_inset Text
16267
16268 \begin_layout Plain Layout
16269
16270 \end_layout
16271
16272 \end_inset
16273 </cell>
16274 </row>
16275 <row>
16276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16277 \begin_inset Text
16278
16279 \begin_layout Plain Layout
16280 b
16281 \end_layout
16282
16283 \end_inset
16284 </cell>
16285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16286 \begin_inset Text
16287
16288 \begin_layout Plain Layout
16289 e
16290 \end_layout
16291
16292 \end_inset
16293 </cell>
16294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Plain Layout
16298 h
16299 \end_layout
16300
16301 \end_inset
16302 </cell>
16303 </row>
16304 <row>
16305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16306 \begin_inset Text
16307
16308 \begin_layout Plain Layout
16309 c
16310 \end_layout
16311
16312 \end_inset
16313 </cell>
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 f
16319 \end_layout
16320
16321 \end_inset
16322 </cell>
16323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16324 \begin_inset Text
16325
16326 \begin_layout Plain Layout
16327 i
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 </row>
16333 </lyxtabular>
16334
16335 \end_inset
16336
16337
16338 \end_layout
16339
16340 \end_inset
16341
16342  Test 
16343 \begin_inset ERT
16344 status collapsed
16345
16346 \begin_layout Plain Layout
16347
16348
16349 \backslash
16350 raisebox{0.85
16351 \backslash
16352 baselineskip}{
16353 \end_layout
16354
16355 \end_inset
16356
16357
16358 \begin_inset Box Frameless
16359 position "t"
16360 hor_pos "c"
16361 has_inner_box 1
16362 inner_pos "c"
16363 use_parbox 0
16364 use_makebox 0
16365 width "15col%"
16366 special "none"
16367 height "1in"
16368 height_special "totalheight"
16369 thickness "0.4pt"
16370 separation "3pt"
16371 shadowsize "4pt"
16372 framecolor "black"
16373 backgroundcolor "none"
16374 status collapsed
16375
16376 \begin_layout Plain Layout
16377 \begin_inset Tabular
16378 <lyxtabular version="3" rows="3" columns="3">
16379 <features tabularvalignment="middle">
16380 <column alignment="center" valignment="top">
16381 <column alignment="center" valignment="top">
16382 <column alignment="center" valignment="top">
16383 <row>
16384 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16385 \begin_inset Text
16386
16387 \begin_layout Plain Layout
16388 Tabelle 2
16389 \end_layout
16390
16391 \end_inset
16392 </cell>
16393 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16394 \begin_inset Text
16395
16396 \begin_layout Plain Layout
16397
16398 \end_layout
16399
16400 \end_inset
16401 </cell>
16402 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Plain Layout
16406
16407 \end_layout
16408
16409 \end_inset
16410 </cell>
16411 </row>
16412 <row>
16413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16414 \begin_inset Text
16415
16416 \begin_layout Plain Layout
16417 b
16418 \end_layout
16419
16420 \end_inset
16421 </cell>
16422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16423 \begin_inset Text
16424
16425 \begin_layout Plain Layout
16426 e
16427 \end_layout
16428
16429 \end_inset
16430 </cell>
16431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16432 \begin_inset Text
16433
16434 \begin_layout Plain Layout
16435 h
16436 \end_layout
16437
16438 \end_inset
16439 </cell>
16440 </row>
16441 <row>
16442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16443 \begin_inset Text
16444
16445 \begin_layout Plain Layout
16446 c
16447 \end_layout
16448
16449 \end_inset
16450 </cell>
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 f
16456 \end_layout
16457
16458 \end_inset
16459 </cell>
16460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16461 \begin_inset Text
16462
16463 \begin_layout Plain Layout
16464 i
16465 \end_layout
16466
16467 \end_inset
16468 </cell>
16469 </row>
16470 </lyxtabular>
16471
16472 \end_inset
16473
16474
16475 \end_layout
16476
16477 \end_inset
16478
16479
16480 \begin_inset ERT
16481 status collapsed
16482
16483 \begin_layout Plain Layout
16484
16485 }
16486 \end_layout
16487
16488 \end_inset
16489
16490
16491 \end_layout
16492
16493 \begin_layout Itemize
16494 Test 
16495 \begin_inset Box Frameless
16496 position "c"
16497 hor_pos "c"
16498 has_inner_box 1
16499 inner_pos "c"
16500 use_parbox 0
16501 use_makebox 0
16502 width "15col%"
16503 special "none"
16504 height "1in"
16505 height_special "totalheight"
16506 thickness "0.4pt"
16507 separation "3pt"
16508 shadowsize "4pt"
16509 framecolor "black"
16510 backgroundcolor "none"
16511 status collapsed
16512
16513 \begin_layout Plain Layout
16514 \begin_inset Tabular
16515 <lyxtabular version="3" rows="3" columns="3">
16516 <features tabularvalignment="middle">
16517 <column alignment="center" valignment="top">
16518 <column alignment="center" valignment="top">
16519 <column alignment="center" valignment="top">
16520 <row>
16521 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16522 \begin_inset Text
16523
16524 \begin_layout Plain Layout
16525 Tabelle 3
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Plain Layout
16534
16535 \end_layout
16536
16537 \end_inset
16538 </cell>
16539 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16540 \begin_inset Text
16541
16542 \begin_layout Plain Layout
16543
16544 \end_layout
16545
16546 \end_inset
16547 </cell>
16548 </row>
16549 <row>
16550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16551 \begin_inset Text
16552
16553 \begin_layout Plain Layout
16554 b
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16560 \begin_inset Text
16561
16562 \begin_layout Plain Layout
16563 e
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572 h
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 </row>
16578 <row>
16579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583 c
16584 \end_layout
16585
16586 \end_inset
16587 </cell>
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 f
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Plain Layout
16601 i
16602 \end_layout
16603
16604 \end_inset
16605 </cell>
16606 </row>
16607 </lyxtabular>
16608
16609 \end_inset
16610
16611
16612 \end_layout
16613
16614 \end_inset
16615
16616
16617 \end_layout
16618
16619 \begin_layout Itemize
16620 Test 
16621 \begin_inset Box Frameless
16622 position "b"
16623 hor_pos "c"
16624 has_inner_box 1
16625 inner_pos "c"
16626 use_parbox 0
16627 use_makebox 0
16628 width "15col%"
16629 special "none"
16630 height "1in"
16631 height_special "totalheight"
16632 thickness "0.4pt"
16633 separation "3pt"
16634 shadowsize "4pt"
16635 framecolor "black"
16636 backgroundcolor "none"
16637 status collapsed
16638
16639 \begin_layout Plain Layout
16640 \begin_inset Tabular
16641 <lyxtabular version="3" rows="3" columns="3">
16642 <features tabularvalignment="middle">
16643 <column alignment="center" valignment="top">
16644 <column alignment="center" valignment="top">
16645 <column alignment="center" valignment="top">
16646 <row>
16647 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16648 \begin_inset Text
16649
16650 \begin_layout Plain Layout
16651 Tabelle 4
16652 \end_layout
16653
16654 \end_inset
16655 </cell>
16656 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Plain Layout
16660
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 </row>
16675 <row>
16676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680 b
16681 \end_layout
16682
16683 \end_inset
16684 </cell>
16685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16686 \begin_inset Text
16687
16688 \begin_layout Plain Layout
16689 e
16690 \end_layout
16691
16692 \end_inset
16693 </cell>
16694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16695 \begin_inset Text
16696
16697 \begin_layout Plain Layout
16698 h
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 </row>
16704 <row>
16705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16706 \begin_inset Text
16707
16708 \begin_layout Plain Layout
16709 c
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
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 f
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16724 \begin_inset Text
16725
16726 \begin_layout Plain Layout
16727 i
16728 \end_layout
16729
16730 \end_inset
16731 </cell>
16732 </row>
16733 </lyxtabular>
16734
16735 \end_inset
16736
16737
16738 \end_layout
16739
16740 \end_inset
16741
16742 Test 
16743 \begin_inset ERT
16744 status collapsed
16745
16746 \begin_layout Plain Layout
16747
16748
16749 \backslash
16750 raisebox{-0.32
16751 \backslash
16752 baselineskip}{
16753 \end_layout
16754
16755 \end_inset
16756
16757
16758 \begin_inset Box Frameless
16759 position "b"
16760 hor_pos "c"
16761 has_inner_box 1
16762 inner_pos "c"
16763 use_parbox 0
16764 use_makebox 0
16765 width "15col%"
16766 special "none"
16767 height "1in"
16768 height_special "totalheight"
16769 thickness "0.4pt"
16770 separation "3pt"
16771 shadowsize "4pt"
16772 framecolor "black"
16773 backgroundcolor "none"
16774 status collapsed
16775
16776 \begin_layout Plain Layout
16777 \begin_inset Tabular
16778 <lyxtabular version="3" rows="3" columns="3">
16779 <features tabularvalignment="middle">
16780 <column alignment="center" valignment="top">
16781 <column alignment="center" valignment="top">
16782 <column alignment="center" valignment="top">
16783 <row>
16784 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16785 \begin_inset Text
16786
16787 \begin_layout Plain Layout
16788 Tabelle 5
16789 \end_layout
16790
16791 \end_inset
16792 </cell>
16793 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Plain Layout
16797
16798 \end_layout
16799
16800 \end_inset
16801 </cell>
16802 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16803 \begin_inset Text
16804
16805 \begin_layout Plain Layout
16806
16807 \end_layout
16808
16809 \end_inset
16810 </cell>
16811 </row>
16812 <row>
16813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16814 \begin_inset Text
16815
16816 \begin_layout Plain Layout
16817 b
16818 \end_layout
16819
16820 \end_inset
16821 </cell>
16822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16823 \begin_inset Text
16824
16825 \begin_layout Plain Layout
16826 e
16827 \end_layout
16828
16829 \end_inset
16830 </cell>
16831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16832 \begin_inset Text
16833
16834 \begin_layout Plain Layout
16835 h
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 </row>
16841 <row>
16842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16843 \begin_inset Text
16844
16845 \begin_layout Plain Layout
16846 c
16847 \end_layout
16848
16849 \end_inset
16850 </cell>
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 f
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864 i
16865 \end_layout
16866
16867 \end_inset
16868 </cell>
16869 </row>
16870 </lyxtabular>
16871
16872 \end_inset
16873
16874
16875 \end_layout
16876
16877 \end_inset
16878
16879
16880 \begin_inset ERT
16881 status collapsed
16882
16883 \begin_layout Plain Layout
16884
16885 }
16886 \end_layout
16887
16888 \end_inset
16889
16890
16891 \end_layout
16892
16893 \begin_layout Standard
16894 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16895 \begin_inset space \space{}
16896 \end_inset
16897
16898 1 und letzten Zeile von Tabelle
16899 \begin_inset space \space{}
16900 \end_inset
16901
16902 4 bezüglich dem Wort 
16903 \begin_inset Quotes gld
16904 \end_inset
16905
16906 Test
16907 \begin_inset Quotes grd
16908 \end_inset
16909
16910  nicht richtig ausgerichtet.
16911  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16912 \begin_inset Quotes gld
16913 \end_inset
16914
16915 Raisebox
16916 \begin_inset Quotes grd
16917 \end_inset
16918
16919
16920 \begin_inset Foot
16921 status collapsed
16922
16923 \begin_layout Plain Layout
16924 Raiseboxen werden in Abschnitt
16925 \begin_inset space ~
16926 \end_inset
16927
16928
16929 \begin_inset CommandInset ref
16930 LatexCommand ref
16931 reference "uab:Vertikale-Ausrichtung"
16932
16933 \end_inset
16934
16935  beschrieben.
16936 \end_layout
16937
16938 \end_inset
16939
16940  setzen.
16941  In Tabelle
16942 \begin_inset space \space{}
16943 \end_inset
16944
16945 2 wurde der Text mit dem Befehl
16946 \end_layout
16947
16948 \begin_layout Standard
16949
16950 \series bold
16951
16952 \backslash
16953 raisebox{0.85
16954 \backslash
16955 baselineskip}{
16956 \end_layout
16957
16958 \begin_layout Standard
16959 vor der Box ausgerichtet.
16960  Hinter der Box wurde auch noch 
16961 \series bold
16962 }
16963 \series default
16964  als \SpecialChar TeX
16965 -Code eingefügt, weil der obige Befehl mit 
16966 \series bold
16967 {
16968 \series default
16969  aufhörte.
16970  Für Tabelle
16971 \begin_inset space \space{}
16972 \end_inset
16973
16974 5 wurde der Befehl
16975 \end_layout
16976
16977 \begin_layout Standard
16978
16979 \series bold
16980
16981 \backslash
16982 raisebox{-0.32
16983 \backslash
16984 baselineskip}{
16985 \end_layout
16986
16987 \begin_layout Standard
16988 benutzt.
16989 \end_layout
16990
16991 \begin_layout Standard
16992 \begin_inset Note Greyedout
16993 status open
16994
16995 \begin_layout Plain Layout
16996
16997 \series bold
16998 Bemerkung:
16999 \series default
17000  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
17001  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
17002  Der Faktor im 
17003 \series bold
17004
17005 \backslash
17006 raisebox
17007 \series default
17008 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
17009 \end_layout
17010
17011 \end_inset
17012
17013
17014 \end_layout
17015
17016 \begin_layout Section
17017 Farbige Tabellen
17018 \begin_inset CommandInset label
17019 LatexCommand label
17020 name "abs:Farbige-Tabellen"
17021
17022 \end_inset
17023
17024
17025 \begin_inset Index idx
17026 status collapsed
17027
17028 \begin_layout Plain Layout
17029 Tabellen ! farbige
17030 \end_layout
17031
17032 \end_inset
17033
17034
17035 \end_layout
17036
17037 \begin_layout Subsection
17038 Farbige Zellen
17039 \begin_inset Index idx
17040 status collapsed
17041
17042 \begin_layout Plain Layout
17043 farbige !  Tabellenzellen
17044 \end_layout
17045
17046 \end_inset
17047
17048
17049 \end_layout
17050
17051 \begin_layout Standard
17052 \begin_inset Float table
17053 placement h
17054 wide false
17055 sideways false
17056 status open
17057
17058 \begin_layout Plain Layout
17059 \begin_inset Caption Standard
17060
17061 \begin_layout Plain Layout
17062 \begin_inset CommandInset label
17063 LatexCommand label
17064 name "tab:Farbige-Tabelle-ohne"
17065
17066 \end_inset
17067
17068 Farbige Tabelle, ohne Paket 
17069 \series bold
17070 colortbl
17071 \series default
17072
17073 \begin_inset Argument 1
17074 status collapsed
17075
17076 \begin_layout Plain Layout
17077 Tabelle ohne 
17078 \family typewriter
17079 colortbl
17080 \end_layout
17081
17082 \end_inset
17083
17084
17085 \end_layout
17086
17087 \end_inset
17088
17089
17090 \end_layout
17091
17092 \begin_layout Plain Layout
17093 \align center
17094 \begin_inset Tabular
17095 <lyxtabular version="3" rows="3" columns="3">
17096 <features tabularvalignment="middle">
17097 <column alignment="center" valignment="top">
17098 <column alignment="center" valignment="top">
17099 <column alignment="center" valignment="top">
17100 <row>
17101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17102 \begin_inset Text
17103
17104 \begin_layout Plain Layout
17105
17106 \color green
17107 a
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17113 \begin_inset Text
17114
17115 \begin_layout Plain Layout
17116
17117 \color red
17118 b
17119 \end_layout
17120
17121 \end_inset
17122 </cell>
17123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17124 \begin_inset Text
17125
17126 \begin_layout Plain Layout
17127
17128 \color red
17129 c
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 </row>
17135 <row>
17136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17137 \begin_inset Text
17138
17139 \begin_layout Plain Layout
17140
17141 \color green
17142 d
17143 \end_layout
17144
17145 \end_inset
17146 </cell>
17147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17148 \begin_inset Text
17149
17150 \begin_layout Plain Layout
17151
17152 \color blue
17153 e
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17159 \begin_inset Text
17160
17161 \begin_layout Plain Layout
17162
17163 \color blue
17164 f
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 </row>
17170 <row>
17171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17172 \begin_inset Text
17173
17174 \begin_layout Plain Layout
17175
17176 \color green
17177 g
17178 \end_layout
17179
17180 \end_inset
17181 </cell>
17182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Plain Layout
17186
17187 \color blue
17188 h
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197
17198 \color blue
17199 i
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 </row>
17205 </lyxtabular>
17206
17207 \end_inset
17208
17209
17210 \end_layout
17211
17212 \end_inset
17213
17214
17215 \end_layout
17216
17217 \begin_layout Standard
17218 Wenn Sie nur farbigen Text
17219 \begin_inset Index idx
17220 status collapsed
17221
17222 \begin_layout Plain Layout
17223 Farbe ! für Text
17224 \end_layout
17225
17226 \end_inset
17227
17228  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17229 \family sans
17230 Textstil
17231 \family default
17232 -Dialog (Werkzeugleistenknopf 
17233 \begin_inset Info
17234 type  "icon"
17235 arg   "dialog-show character"
17236 \end_inset
17237
17238 ) wie es in Tabelle
17239 \begin_inset space ~
17240 \end_inset
17241
17242
17243 \begin_inset CommandInset ref
17244 LatexCommand ref
17245 reference "tab:Farbige-Tabelle-ohne"
17246
17247 \end_inset
17248
17249  gemacht wurde.
17250  In anderen Fällen müssen Sie das \SpecialChar LaTeX
17251 -Paket 
17252 \series bold
17253 colortbl
17254 \series default
17255  benutzen.
17256 \begin_inset Index idx
17257 status collapsed
17258
17259 \begin_layout Plain Layout
17260 \SpecialChar LaTeX
17261 -Pakete ! colortbl
17262 \end_layout
17263
17264 \end_inset
17265
17266
17267 \end_layout
17268
17269 \begin_layout Standard
17270 \begin_inset ERT
17271 status collapsed
17272
17273 \begin_layout Plain Layout
17274
17275
17276 \backslash
17277 ifcolortbl
17278 \end_layout
17279
17280 \end_inset
17281
17282
17283 \begin_inset Note Note
17284 status open
17285
17286 \begin_layout Plain Layout
17287 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
17288 -Paket 
17289 \series bold
17290 colortbl
17291 \series default
17292  installiert ist.
17293 \end_layout
17294
17295 \end_inset
17296
17297
17298 \end_layout
17299
17300 \begin_layout Standard
17301 Um farbige Tabellen zu erzeugen, muss 
17302 \series bold
17303 colortbl
17304 \series default
17305  im \SpecialChar LaTeX
17306 -Vorspann geladen werden:
17307 \end_layout
17308
17309 \begin_layout Standard
17310
17311 \series bold
17312
17313 \backslash
17314 usepackage{colortbl}
17315 \end_layout
17316
17317 \begin_layout Standard
17318 Die Farbe einer Spalte ändert man dann mit dem Befehl
17319 \end_layout
17320
17321 \begin_layout Standard
17322
17323 \series bold
17324
17325 \backslash
17326 columncolor{Farbname}
17327 \end_layout
17328
17329 \begin_layout Standard
17330 innerhalb des Befehls 
17331 \series bold
17332 >{}
17333 \series default
17334 .
17335  Mehr über den Befehl 
17336 \series bold
17337 >{}
17338 \series default
17339  finden Sie im Abschnitt
17340 \begin_inset space ~
17341 \end_inset
17342
17343
17344 \begin_inset CommandInset ref
17345 LatexCommand ref
17346 reference "uab:Mehrfachspalten-Berechnungen"
17347
17348 \end_inset
17349
17350 .
17351 \end_layout
17352
17353 \begin_layout Standard
17354 Folgende Farbnamen sind vordefiniert:
17355 \end_layout
17356
17357 \begin_layout Standard
17358
17359 \family sans
17360 red
17361 \family default
17362
17363 \family sans
17364 green
17365 \family default
17366
17367 \family sans
17368 yellow
17369 \family default
17370
17371 \family sans
17372 blue
17373 \family default
17374
17375 \family sans
17376 cyan
17377 \family default
17378
17379 \family sans
17380 magenta
17381 \family default
17382
17383 \family sans
17384 black
17385 \family default
17386  und 
17387 \family sans
17388 white
17389 \begin_inset Newline newline
17390 \end_inset
17391
17392 (
17393 \family default
17394 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17395 \end_layout
17396
17397 \begin_layout Standard
17398 \begin_inset VSpace medskip
17399 \end_inset
17400
17401
17402 \end_layout
17403
17404 \begin_layout Standard
17405 Wenn Sie die Optionen
17406 \end_layout
17407
17408 \begin_layout Standard
17409
17410 \series bold
17411 usenames,dvipsnames
17412 \end_layout
17413
17414 \begin_layout Standard
17415 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17416  können Sie zusätzlich weitere 61
17417 \begin_inset space ~
17418 \end_inset
17419
17420 Farben verwenden.
17421  Diese Farben sind in Anhang
17422 \begin_inset space ~
17423 \end_inset
17424
17425
17426 \begin_inset CommandInset ref
17427 LatexCommand ref
17428 reference "kap:Liste-der-dvips-Farbnamen"
17429
17430 \end_inset
17431
17432  aufgelistet.
17433  Eine dieser Farben, 
17434 \family sans
17435 Maroon
17436 \family default
17437 , wird als Beispiel in Tabelle
17438 \begin_inset space ~
17439 \end_inset
17440
17441
17442 \begin_inset CommandInset ref
17443 LatexCommand ref
17444 reference "tab:Eine-mit-colortbl"
17445
17446 \end_inset
17447
17448  verwendet.
17449 \end_layout
17450
17451 \begin_layout Standard
17452 \begin_inset VSpace medskip
17453 \end_inset
17454
17455
17456 \end_layout
17457
17458 \begin_layout Standard
17459 Sie können auch eigene Farben definieren:
17460 \end_layout
17461
17462 \begin_layout Standard
17463
17464 \series bold
17465
17466 \backslash
17467 definecolor{Farbname}{Farbmodell}{Farbwerte}
17468 \end_layout
17469
17470 \begin_layout Standard
17471 Das Farbmodell kann eins der folgenden sein:
17472 \end_layout
17473
17474 \begin_layout Labeling
17475 \labelwidthstring 00.00.0000
17476 cmyk: cyan, magenta, yellow, black
17477 \end_layout
17478
17479 \begin_layout Labeling
17480 \labelwidthstring 00.00.0000
17481 rgb: red, green blue
17482 \end_layout
17483
17484 \begin_layout Labeling
17485 \labelwidthstring 00.00.0000
17486 gray: gray
17487 \end_layout
17488
17489 \begin_layout Standard
17490 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17491  die die entsprechende Farbe für das Farbmodell beschreiben.
17492 \end_layout
17493
17494 \begin_layout Standard
17495 Im \SpecialChar LaTeX
17496 -Vorspann können Sie zum Beispiel die Farbe 
17497 \emph on
17498
17499 \begin_inset Quotes gld
17500 \end_inset
17501
17502 dunkelgruen
17503 \emph default
17504
17505 \begin_inset Quotes grd
17506 \end_inset
17507
17508  und 
17509 \begin_inset Quotes gld
17510 \end_inset
17511
17512
17513 \emph on
17514 hellgrau
17515 \emph default
17516
17517 \begin_inset Quotes grd
17518 \end_inset
17519
17520  folgendermaßen definieren:
17521 \end_layout
17522
17523 \begin_layout Standard
17524
17525 \series bold
17526
17527 \backslash
17528 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17529 \end_layout
17530
17531 \begin_layout Standard
17532
17533 \series bold
17534
17535 \backslash
17536 definecolor{hellgrau}{gray}{0.8}
17537 \end_layout
17538
17539 \begin_layout Standard
17540 \begin_inset VSpace medskip
17541 \end_inset
17542
17543
17544 \end_layout
17545
17546 \begin_layout Standard
17547 Linien werden mit dem Befehl
17548 \end_layout
17549
17550 \begin_layout Standard
17551
17552 \series bold
17553
17554 \backslash
17555 rowcolor{Farbname}
17556 \end_layout
17557
17558 \begin_layout Standard
17559 gefärbt, Zellen mit dem Befehl
17560 \end_layout
17561
17562 \begin_layout Standard
17563
17564 \series bold
17565
17566 \backslash
17567 cellcolor{Farbname}
17568 \end_layout
17569
17570 \begin_layout Standard
17571 Beide Befehle werden am Anfang einer Zelle als \SpecialChar TeX
17572 -Code eingegeben.
17573 \end_layout
17574
17575 \begin_layout Standard
17576 Um nur Text zu färben, verwenden Sie den 
17577 \family sans
17578 Textstil
17579 \family default
17580 -Dialog.
17581  Wenn die Zelle aber \SpecialChar TeX
17582 -Code zum Färben enthält, 
17583 \emph on
17584 markieren Sie nur den Text
17585 \emph default
17586 , sonst werden Sie \SpecialChar LaTeX
17587 -Fehler erzeugen.
17588 \end_layout
17589
17590 \begin_layout Standard
17591 \begin_inset Note Greyedout
17592 status open
17593
17594 \begin_layout Plain Layout
17595
17596 \series bold
17597 Achtung:
17598 \series default
17599  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17600 \end_layout
17601
17602 \end_inset
17603
17604
17605 \end_layout
17606
17607 \begin_layout Standard
17608 \begin_inset VSpace medskip
17609 \end_inset
17610
17611
17612 \end_layout
17613
17614 \begin_layout Standard
17615 Die Tabelle
17616 \begin_inset space ~
17617 \end_inset
17618
17619
17620 \begin_inset CommandInset ref
17621 LatexCommand ref
17622 reference "tab:Eine-mit-colortbl"
17623
17624 \end_inset
17625
17626  wurde folgendermaßen erstellt: die erste Spalte soll 
17627 \emph on
17628
17629 \begin_inset Quotes gld
17630 \end_inset
17631
17632 dunkelgruen
17633 \emph default
17634
17635 \begin_inset Quotes grd
17636 \end_inset
17637
17638  werden, also müssen Sie ins 
17639 \family sans
17640 LaTeX-Argument
17641 \family default
17642  der Zellen der ersten Spalte den Befehl
17643 \end_layout
17644
17645 \begin_layout Standard
17646
17647 \series bold
17648 >{
17649 \backslash
17650 columncolor{dunkelgruen}
17651 \backslash
17652 centering}c
17653 \end_layout
17654
17655 \begin_layout Standard
17656 schreiben.
17657  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der \SpecialChar TeX
17658 -Code-Befehl
17659 \end_layout
17660
17661 \begin_layout Standard
17662
17663 \series bold
17664
17665 \backslash
17666 rowcolor{cyan}
17667 \end_layout
17668
17669 \begin_layout Standard
17670 in die erste Zelle der ersten Zeile eingefügt.
17671  Diese Farbe ersetzt die Spaltenfarbe.
17672  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17673  Das wird mit folgendem Befehl erreicht:
17674 \end_layout
17675
17676 \begin_layout Standard
17677
17678 \series bold
17679
17680 \backslash
17681 cellcolor{Maroon}
17682 \end_layout
17683
17684 \begin_layout Standard
17685 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17686 \family sans
17687 Textstil
17688 \family default
17689 -Dialog.
17690 \end_layout
17691
17692 \begin_layout Standard
17693 \begin_inset Float table
17694 placement h
17695 wide false
17696 sideways false
17697 status open
17698
17699 \begin_layout Plain Layout
17700 \begin_inset Caption Standard
17701
17702 \begin_layout Plain Layout
17703 \begin_inset CommandInset label
17704 LatexCommand label
17705 name "tab:Eine-mit-colortbl"
17706
17707 \end_inset
17708
17709 Eine mit dem Paket 
17710 \series bold
17711 colortbl
17712 \series default
17713  gefärbte Tabelle
17714 \begin_inset Argument 1
17715 status collapsed
17716
17717 \begin_layout Plain Layout
17718 Tabelle mit 
17719 \family typewriter
17720 colortbl
17721 \end_layout
17722
17723 \end_inset
17724
17725
17726 \end_layout
17727
17728 \end_inset
17729
17730
17731 \end_layout
17732
17733 \begin_layout Plain Layout
17734 \align center
17735 \begin_inset Tabular
17736 <lyxtabular version="3" rows="3" columns="3">
17737 <features tabularvalignment="middle">
17738 <column alignment="center" valignment="top" special=">{\columncolor{dunkelgruen}\centering}c">
17739 <column alignment="center" valignment="top">
17740 <column alignment="center" valignment="top">
17741 <row>
17742 <cell alignment="center" valignment="top" usebox="none">
17743 \begin_inset Text
17744
17745 \begin_layout Plain Layout
17746 \begin_inset ERT
17747 status open
17748
17749 \begin_layout Plain Layout
17750
17751
17752 \backslash
17753 rowcolor{cyan}
17754 \end_layout
17755
17756 \end_inset
17757
17758
17759 \color magenta
17760 a
17761 \end_layout
17762
17763 \end_inset
17764 </cell>
17765 <cell alignment="center" valignment="top" usebox="none">
17766 \begin_inset Text
17767
17768 \begin_layout Plain Layout
17769
17770 \color red
17771 b
17772 \end_layout
17773
17774 \end_inset
17775 </cell>
17776 <cell alignment="center" valignment="top" usebox="none">
17777 \begin_inset Text
17778
17779 \begin_layout Plain Layout
17780
17781 \color red
17782 c
17783 \end_layout
17784
17785 \end_inset
17786 </cell>
17787 </row>
17788 <row>
17789 <cell alignment="center" valignment="top" usebox="none">
17790 \begin_inset Text
17791
17792 \begin_layout Plain Layout
17793
17794 \color yellow
17795 d
17796 \end_layout
17797
17798 \end_inset
17799 </cell>
17800 <cell alignment="center" valignment="top" usebox="none">
17801 \begin_inset Text
17802
17803 \begin_layout Plain Layout
17804
17805 \color blue
17806 e
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 <cell alignment="center" valignment="top" usebox="none">
17812 \begin_inset Text
17813
17814 \begin_layout Plain Layout
17815
17816 \color blue
17817 f
17818 \end_layout
17819
17820 \end_inset
17821 </cell>
17822 </row>
17823 <row>
17824 <cell alignment="center" valignment="top" usebox="none">
17825 \begin_inset Text
17826
17827 \begin_layout Plain Layout
17828
17829 \color yellow
17830 g
17831 \end_layout
17832
17833 \end_inset
17834 </cell>
17835 <cell alignment="center" valignment="top" usebox="none">
17836 \begin_inset Text
17837
17838 \begin_layout Plain Layout
17839
17840 \color blue
17841 h
17842 \end_layout
17843
17844 \end_inset
17845 </cell>
17846 <cell alignment="center" valignment="top" usebox="none">
17847 \begin_inset Text
17848
17849 \begin_layout Plain Layout
17850 \begin_inset ERT
17851 status collapsed
17852
17853 \begin_layout Plain Layout
17854
17855
17856 \backslash
17857 cellcolor{Maroon}
17858 \end_layout
17859
17860 \end_inset
17861
17862
17863 \color green
17864 i
17865 \end_layout
17866
17867 \end_inset
17868 </cell>
17869 </row>
17870 </lyxtabular>
17871
17872 \end_inset
17873
17874
17875 \end_layout
17876
17877 \end_inset
17878
17879
17880 \end_layout
17881
17882 \begin_layout Standard
17883 \begin_inset ERT
17884 status collapsed
17885
17886 \begin_layout Plain Layout
17887
17888
17889 \backslash
17890 else
17891 \end_layout
17892
17893 \end_inset
17894
17895
17896 \begin_inset Note Note
17897 status open
17898
17899 \begin_layout Plain Layout
17900 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
17901 -Paket 
17902 \series bold
17903 colortbl
17904 \series default
17905  nicht installiert ist:
17906 \end_layout
17907
17908 \end_inset
17909
17910
17911 \end_layout
17912
17913 \begin_layout Standard
17914 Sie müssen das \SpecialChar LaTeX
17915 -Paket 
17916 \series bold
17917 colortbl
17918 \series default
17919  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17920 \end_layout
17921
17922 \begin_layout Standard
17923 \begin_inset ERT
17924 status collapsed
17925
17926 \begin_layout Plain Layout
17927
17928
17929 \backslash
17930 fi
17931 \end_layout
17932
17933 \end_inset
17934
17935
17936 \end_layout
17937
17938 \begin_layout Subsection
17939 Farbige Zeilen
17940 \begin_inset Index idx
17941 status collapsed
17942
17943 \begin_layout Plain Layout
17944 farbige ! Tabellenzeilen
17945 \end_layout
17946
17947 \end_inset
17948
17949
17950 \end_layout
17951
17952 \begin_layout Standard
17953 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
17954  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
17955  Man lädt das \SpecialChar LaTeX
17956 -Paket 
17957 \series bold
17958 xcolor
17959 \series default
17960
17961 \begin_inset Index idx
17962 status collapsed
17963
17964 \begin_layout Plain Layout
17965 \SpecialChar LaTeX
17966 -Pakete ! xcolor
17967 \begin_inset ERT
17968 status collapsed
17969
17970 \begin_layout Plain Layout
17971
17972
17973 \backslash
17974 vspace{4mm}
17975 \end_layout
17976
17977 \end_inset
17978
17979
17980 \end_layout
17981
17982 \end_inset
17983
17984  im \SpecialChar LaTeX
17985 -Vorspann mit dem Befehl
17986 \end_layout
17987
17988 \begin_layout Standard
17989
17990 \series bold
17991
17992 \backslash
17993 usepackage[table]{xcolor}
17994 \end_layout
17995
17996 \begin_layout Standard
17997
17998 \series bold
17999 xcolor
18000 \series default
18001  lädt automatisch auch das \SpecialChar LaTeX
18002 -Paket 
18003 \series bold
18004 colortbl
18005 \series default
18006
18007 \begin_inset Index idx
18008 status collapsed
18009
18010 \begin_layout Plain Layout
18011 \SpecialChar LaTeX
18012 -Pakete ! colortbl
18013 \end_layout
18014
18015 \end_inset
18016
18017 , so dass 
18018 \series bold
18019 colortbl
18020 \series default
18021  in Ihrer \SpecialChar LaTeX
18022 -Distribution installiert sein muss, ansonsten bekommt man \SpecialChar LaTeX
18023 -Fehler.
18024 \end_layout
18025
18026 \begin_layout Standard
18027 \begin_inset ERT
18028 status collapsed
18029
18030 \begin_layout Plain Layout
18031
18032
18033 \backslash
18034 ifcolortbl
18035 \end_layout
18036
18037 \end_inset
18038
18039
18040 \begin_inset Note Note
18041 status open
18042
18043 \begin_layout Plain Layout
18044 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
18045 -Paket 
18046 \series bold
18047 colortbl
18048 \series default
18049  installiert ist.
18050 \end_layout
18051
18052 \end_inset
18053
18054
18055 \end_layout
18056
18057 \begin_layout Standard
18058 Die Tabellenzeilen werden mit dem Befehl
18059 \end_layout
18060
18061 \begin_layout Standard
18062
18063 \series bold
18064
18065 \backslash
18066 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
18067 \end_layout
18068
18069 \begin_layout Standard
18070 eingefärbt, der entweder in den \SpecialChar LaTeX
18071 -Vorspann oder als \SpecialChar TeX
18072 -Code vor der ersten
18073  zu färbenden Tabelle eingefügt wird.
18074  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
18075  Zeilenfarbe gefärbt werden soll.
18076  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
18077  werden.
18078  So führt zum Beispiel der Befehl
18079 \end_layout
18080
18081 \begin_layout Standard
18082
18083 \series bold
18084
18085 \backslash
18086 rowcolors{1}{white}{lightgray}
18087 \end_layout
18088
18089 \begin_layout Standard
18090 zum Farbschema von Tabelle
18091 \begin_inset space ~
18092 \end_inset
18093
18094
18095 \begin_inset CommandInset ref
18096 LatexCommand ref
18097 reference "tab:Tabelle-rowcolors"
18098
18099 \end_inset
18100
18101 .
18102  Der Befehl
18103 \end_layout
18104
18105 \begin_layout Standard
18106
18107 \series bold
18108
18109 \backslash
18110 rowcolors[
18111 \backslash
18112 hline]{1}{lightgray}{cyan}
18113 \end_layout
18114
18115 \begin_layout Standard
18116 führt zum Farbschema von Tabelle
18117 \begin_inset space ~
18118 \end_inset
18119
18120
18121 \begin_inset CommandInset ref
18122 LatexCommand ref
18123 reference "tab:Tabelle-rowcolors-2"
18124
18125 \end_inset
18126
18127 .
18128  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
18129  wird keine Farbe verwendet, so dass der Befehl
18130 \end_layout
18131
18132 \begin_layout Standard
18133
18134 \series bold
18135
18136 \backslash
18137 rowcolors{1}{}{}
18138 \end_layout
18139
18140 \begin_layout Standard
18141 alle Farben löscht.
18142  
18143 \series bold
18144
18145 \backslash
18146 rowcolors
18147 \series default
18148  beeinflusst alle diesem Befehl folgenden Tabellen.
18149 \end_layout
18150
18151 \begin_layout Standard
18152 \begin_inset ERT
18153 status open
18154
18155 \begin_layout Plain Layout
18156
18157
18158 \backslash
18159 rowcolors{1}{white}{lightgray}
18160 \end_layout
18161
18162 \end_inset
18163
18164
18165 \end_layout
18166
18167 \begin_layout Standard
18168 \begin_inset Float table
18169 placement h
18170 wide false
18171 sideways false
18172 status open
18173
18174 \begin_layout Plain Layout
18175 \begin_inset Caption Standard
18176
18177 \begin_layout Plain Layout
18178 \begin_inset CommandInset label
18179 LatexCommand label
18180 name "tab:Tabelle-rowcolors"
18181
18182 \end_inset
18183
18184 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18185 \end_layout
18186
18187 \end_inset
18188
18189
18190 \end_layout
18191
18192 \begin_layout Plain Layout
18193 \align center
18194 \begin_inset Tabular
18195 <lyxtabular version="3" rows="4" columns="3">
18196 <features tabularvalignment="middle">
18197 <column alignment="center" valignment="top">
18198 <column alignment="center" valignment="top" width="0pt">
18199 <column alignment="center" valignment="top" width="0pt">
18200 <row>
18201 <cell alignment="center" valignment="top" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205 X
18206 \end_layout
18207
18208 \end_inset
18209 </cell>
18210 <cell alignment="center" valignment="top" usebox="none">
18211 \begin_inset Text
18212
18213 \begin_layout Plain Layout
18214 Y
18215 \end_layout
18216
18217 \end_inset
18218 </cell>
18219 <cell alignment="center" valignment="top" usebox="none">
18220 \begin_inset Text
18221
18222 \begin_layout Plain Layout
18223 Z
18224 \end_layout
18225
18226 \end_inset
18227 </cell>
18228 </row>
18229 <row>
18230 <cell alignment="center" valignment="top" usebox="none">
18231 \begin_inset Text
18232
18233 \begin_layout Plain Layout
18234 1
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 2
18244 \end_layout
18245
18246 \end_inset
18247 </cell>
18248 <cell alignment="center" valignment="top" usebox="none">
18249 \begin_inset Text
18250
18251 \begin_layout Plain Layout
18252 3
18253 \end_layout
18254
18255 \end_inset
18256 </cell>
18257 </row>
18258 <row>
18259 <cell alignment="center" valignment="top" usebox="none">
18260 \begin_inset Text
18261
18262 \begin_layout Plain Layout
18263 4
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 5
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 <cell alignment="center" valignment="top" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281 6
18282 \end_layout
18283
18284 \end_inset
18285 </cell>
18286 </row>
18287 <row>
18288 <cell alignment="center" valignment="top" usebox="none">
18289 \begin_inset Text
18290
18291 \begin_layout Plain Layout
18292 7
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 8
18302 \end_layout
18303
18304 \end_inset
18305 </cell>
18306 <cell alignment="center" valignment="top" usebox="none">
18307 \begin_inset Text
18308
18309 \begin_layout Plain Layout
18310 9
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 </row>
18316 </lyxtabular>
18317
18318 \end_inset
18319
18320
18321 \end_layout
18322
18323 \end_inset
18324
18325
18326 \end_layout
18327
18328 \begin_layout Standard
18329 \begin_inset ERT
18330 status open
18331
18332 \begin_layout Plain Layout
18333
18334
18335 \backslash
18336 rowcolors[
18337 \backslash
18338 hline]{1}{lightgray}{cyan}
18339 \end_layout
18340
18341 \end_inset
18342
18343
18344 \end_layout
18345
18346 \begin_layout Standard
18347 \begin_inset Float table
18348 placement h
18349 wide false
18350 sideways false
18351 status open
18352
18353 \begin_layout Plain Layout
18354 \begin_inset Caption Standard
18355
18356 \begin_layout Plain Layout
18357 \begin_inset CommandInset label
18358 LatexCommand label
18359 name "tab:Tabelle-rowcolors-2"
18360
18361 \end_inset
18362
18363 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18364  Linie zwischen jeder Zeile befindet.
18365 \end_layout
18366
18367 \end_inset
18368
18369
18370 \end_layout
18371
18372 \begin_layout Plain Layout
18373 \align center
18374 \begin_inset Tabular
18375 <lyxtabular version="3" rows="4" columns="3">
18376 <features tabularvalignment="middle">
18377 <column alignment="center" valignment="top">
18378 <column alignment="center" valignment="top">
18379 <column alignment="center" valignment="top" width="0pt">
18380 <row>
18381 <cell alignment="center" valignment="top" usebox="none">
18382 \begin_inset Text
18383
18384 \begin_layout Plain Layout
18385 X
18386 \end_layout
18387
18388 \end_inset
18389 </cell>
18390 <cell alignment="center" valignment="top" usebox="none">
18391 \begin_inset Text
18392
18393 \begin_layout Plain Layout
18394 Y
18395 \end_layout
18396
18397 \end_inset
18398 </cell>
18399 <cell alignment="center" valignment="top" usebox="none">
18400 \begin_inset Text
18401
18402 \begin_layout Plain Layout
18403 Z
18404 \end_layout
18405
18406 \end_inset
18407 </cell>
18408 </row>
18409 <row>
18410 <cell alignment="center" valignment="top" usebox="none">
18411 \begin_inset Text
18412
18413 \begin_layout Plain Layout
18414 1
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 2
18424 \end_layout
18425
18426 \end_inset
18427 </cell>
18428 <cell alignment="center" valignment="top" usebox="none">
18429 \begin_inset Text
18430
18431 \begin_layout Plain Layout
18432 3
18433 \end_layout
18434
18435 \end_inset
18436 </cell>
18437 </row>
18438 <row>
18439 <cell alignment="center" valignment="top" usebox="none">
18440 \begin_inset Text
18441
18442 \begin_layout Plain Layout
18443 4
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 5
18453 \end_layout
18454
18455 \end_inset
18456 </cell>
18457 <cell alignment="center" valignment="top" usebox="none">
18458 \begin_inset Text
18459
18460 \begin_layout Plain Layout
18461 6
18462 \end_layout
18463
18464 \end_inset
18465 </cell>
18466 </row>
18467 <row>
18468 <cell alignment="center" valignment="top" usebox="none">
18469 \begin_inset Text
18470
18471 \begin_layout Plain Layout
18472 7
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 8
18482 \end_layout
18483
18484 \end_inset
18485 </cell>
18486 <cell alignment="center" valignment="top" usebox="none">
18487 \begin_inset Text
18488
18489 \begin_layout Plain Layout
18490 9
18491 \end_layout
18492
18493 \end_inset
18494 </cell>
18495 </row>
18496 </lyxtabular>
18497
18498 \end_inset
18499
18500
18501 \end_layout
18502
18503 \end_inset
18504
18505
18506 \end_layout
18507
18508 \begin_layout Standard
18509 \begin_inset ERT
18510 status collapsed
18511
18512 \begin_layout Plain Layout
18513
18514
18515 \backslash
18516 rowcolors{1}{}{}
18517 \end_layout
18518
18519 \end_inset
18520
18521
18522 \begin_inset Note Note
18523 status collapsed
18524
18525 \begin_layout Plain Layout
18526 schaltet die Färbung aus
18527 \end_layout
18528
18529 \end_inset
18530
18531
18532 \end_layout
18533
18534 \begin_layout Standard
18535 \begin_inset ERT
18536 status collapsed
18537
18538 \begin_layout Plain Layout
18539
18540
18541 \backslash
18542 else
18543 \end_layout
18544
18545 \end_inset
18546
18547
18548 \begin_inset Note Note
18549 status open
18550
18551 \begin_layout Plain Layout
18552 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
18553 -Paket 
18554 \series bold
18555 colortbl
18556 \series default
18557  nicht installiert ist:
18558 \end_layout
18559
18560 \end_inset
18561
18562
18563 \end_layout
18564
18565 \begin_layout Standard
18566 Sie müssen das \SpecialChar LaTeX
18567 -Paket 
18568 \series bold
18569 colortbl
18570 \series default
18571  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18572 \end_layout
18573
18574 \begin_layout Standard
18575 \begin_inset ERT
18576 status collapsed
18577
18578 \begin_layout Plain Layout
18579
18580
18581 \backslash
18582 fi
18583 \end_layout
18584
18585 \end_inset
18586
18587
18588 \end_layout
18589
18590 \begin_layout Subsection
18591 Farbige Linien
18592 \begin_inset Index idx
18593 status collapsed
18594
18595 \begin_layout Plain Layout
18596 farbige !  Tabellenlinien
18597 \end_layout
18598
18599 \end_inset
18600
18601
18602 \end_layout
18603
18604 \begin_layout Standard
18605 Wie in Abschnitt
18606 \begin_inset space ~
18607 \end_inset
18608
18609
18610 \begin_inset CommandInset ref
18611 LatexCommand ref
18612 reference "uab:Liniendicke"
18613
18614 \end_inset
18615
18616  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18617 \series bold
18618
18619 \backslash
18620 arrayrulewidth
18621 \series default
18622  definiert werden.
18623  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18624 \begin_inset space \thinspace{}
18625 \end_inset
18626
18627 pt gesetzt.
18628 \begin_inset ERT
18629 status collapsed
18630
18631 \begin_layout Plain Layout
18632
18633
18634 \backslash
18635 setlength{
18636 \backslash
18637 arrayrulewidth}{1.5pt}
18638 \end_layout
18639
18640 \end_inset
18641
18642
18643 \end_layout
18644
18645 \begin_layout Standard
18646 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im \SpecialChar LaTeX
18647 -Vorspann
18648  folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18649 \begin_inset space ~
18650 \end_inset
18651
18652
18653 \begin_inset CommandInset ref
18654 LatexCommand ref
18655 reference "uab:Angepasste-Zellen-/Spaltenformate"
18656
18657 \end_inset
18658
18659  definiert:
18660 \end_layout
18661
18662 \begin_layout Standard
18663
18664 \series bold
18665
18666 \backslash
18667 newcolumntype{W}{!{
18668 \backslash
18669 color{green}
18670 \backslash
18671 vline}}
18672 \end_layout
18673
18674 \begin_layout Standard
18675 In Tabelle
18676 \begin_inset space ~
18677 \end_inset
18678
18679
18680 \begin_inset CommandInset ref
18681 LatexCommand ref
18682 reference "tab:Tabelle-mit-farbigen-vert"
18683
18684 \end_inset
18685
18686  wurde das \SpecialChar LaTeX
18687 -Argument 
18688 \series bold
18689 WcW
18690 \series default
18691  für die letzte und 
18692 \series bold
18693 Wc
18694 \series default
18695  für die anderen Spalten benutzt.
18696 \end_layout
18697
18698 \begin_layout Standard
18699 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18700 \end_layout
18701
18702 \begin_layout Standard
18703 \begin_inset Float table
18704 placement h
18705 wide false
18706 sideways false
18707 status open
18708
18709 \begin_layout Plain Layout
18710 \begin_inset Caption Standard
18711
18712 \begin_layout Plain Layout
18713 \begin_inset CommandInset label
18714 LatexCommand label
18715 name "tab:Tabelle-mit-farbigen-vert"
18716
18717 \end_inset
18718
18719 Tabelle mit farbigen vertikalen Linien
18720 \end_layout
18721
18722 \end_inset
18723
18724
18725 \end_layout
18726
18727 \begin_layout Plain Layout
18728 \align center
18729 \begin_inset Tabular
18730 <lyxtabular version="3" rows="3" columns="3">
18731 <features tabularvalignment="middle">
18732 <column alignment="center" valignment="top" special="Wc">
18733 <column alignment="center" valignment="top" special="Wc">
18734 <column alignment="center" valignment="top" special="WcW">
18735 <row>
18736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18737 \begin_inset Text
18738
18739 \begin_layout Plain Layout
18740 sd
18741 \end_layout
18742
18743 \end_inset
18744 </cell>
18745 <cell alignment="center" valignment="top" topline="true" usebox="none">
18746 \begin_inset Text
18747
18748 \begin_layout Plain Layout
18749
18750 \end_layout
18751
18752 \end_inset
18753 </cell>
18754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18755 \begin_inset Text
18756
18757 \begin_layout Plain Layout
18758
18759 \end_layout
18760
18761 \end_inset
18762 </cell>
18763 </row>
18764 <row>
18765 <cell alignment="center" valignment="top" topline="true" leftline="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" usebox="none">
18775 \begin_inset Text
18776
18777 \begin_layout Plain Layout
18778 sd
18779 \end_layout
18780
18781 \end_inset
18782 </cell>
18783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18784 \begin_inset Text
18785
18786 \begin_layout Plain Layout
18787
18788 \end_layout
18789
18790 \end_inset
18791 </cell>
18792 </row>
18793 <row>
18794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18795 \begin_inset Text
18796
18797 \begin_layout Plain Layout
18798
18799 \end_layout
18800
18801 \end_inset
18802 </cell>
18803 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18804 \begin_inset Text
18805
18806 \begin_layout Plain Layout
18807
18808 \end_layout
18809
18810 \end_inset
18811 </cell>
18812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18813 \begin_inset Text
18814
18815 \begin_layout Plain Layout
18816 sd
18817 \end_layout
18818
18819 \end_inset
18820 </cell>
18821 </row>
18822 </lyxtabular>
18823
18824 \end_inset
18825
18826
18827 \end_layout
18828
18829 \end_inset
18830
18831
18832 \end_layout
18833
18834 \begin_layout Standard
18835 \begin_inset VSpace bigskip
18836 \end_inset
18837
18838 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18839 \begin_inset space ~
18840 \end_inset
18841
18842
18843 \begin_inset CommandInset ref
18844 LatexCommand ref
18845 reference "tab:Tabelle-mit-farbigen-horiz"
18846
18847 \end_inset
18848
18849 , müssen Sie folgenden Befehl als \SpecialChar TeX
18850 -Code vor der (Gleitobjekt-)Tabelle einfügen:
18851 \end_layout
18852
18853 \begin_layout Standard
18854
18855 \series bold
18856
18857 \backslash
18858 let
18859 \backslash
18860 myHlineC
18861 \backslash
18862 hline
18863 \begin_inset Newline newline
18864 \end_inset
18865
18866
18867 \backslash
18868 renewcommand{
18869 \backslash
18870 hline}
18871 \begin_inset Newline newline
18872 \end_inset
18873
18874
18875 \begin_inset Phantom HPhantom
18876 status open
18877
18878 \begin_layout Plain Layout
18879
18880 \series bold
18881 \begin_inset space ~
18882 \end_inset
18883
18884
18885 \end_layout
18886
18887 \end_inset
18888
18889 {
18890 \backslash
18891 arrayrulecolor{red}
18892 \backslash
18893 myHlineC
18894 \backslash
18895 arrayrulecolor{black}}
18896 \end_layout
18897
18898 \begin_layout Standard
18899 \begin_inset ERT
18900 status collapsed
18901
18902 \begin_layout Plain Layout
18903
18904
18905 \backslash
18906 let
18907 \backslash
18908 myHlineC
18909 \backslash
18910 hline
18911 \end_layout
18912
18913 \begin_layout Plain Layout
18914
18915
18916 \backslash
18917 renewcommand{
18918 \backslash
18919 hline}
18920 \end_layout
18921
18922 \begin_layout Plain Layout
18923
18924  {
18925 \backslash
18926 arrayrulecolor{red}
18927 \backslash
18928 myHlineC
18929 \backslash
18930 arrayrulecolor{black}}
18931 \end_layout
18932
18933 \end_inset
18934
18935
18936 \begin_inset Float table
18937 placement h
18938 wide false
18939 sideways false
18940 status open
18941
18942 \begin_layout Plain Layout
18943 \begin_inset Caption Standard
18944
18945 \begin_layout Plain Layout
18946 \begin_inset CommandInset label
18947 LatexCommand label
18948 name "tab:Tabelle-mit-farbigen-horiz"
18949
18950 \end_inset
18951
18952 Tabelle mit farbigen horizontalen Linien
18953 \end_layout
18954
18955 \end_inset
18956
18957
18958 \end_layout
18959
18960 \begin_layout Plain Layout
18961 \align center
18962 \begin_inset Tabular
18963 <lyxtabular version="3" rows="3" columns="3">
18964 <features tabularvalignment="middle">
18965 <column alignment="center" valignment="top">
18966 <column alignment="center" valignment="top">
18967 <column alignment="center" valignment="top">
18968 <row>
18969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18970 \begin_inset Text
18971
18972 \begin_layout Plain Layout
18973 sd
18974 \end_layout
18975
18976 \end_inset
18977 </cell>
18978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18979 \begin_inset Text
18980
18981 \begin_layout Plain Layout
18982
18983 \end_layout
18984
18985 \end_inset
18986 </cell>
18987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18988 \begin_inset Text
18989
18990 \begin_layout Plain Layout
18991
18992 \end_layout
18993
18994 \end_inset
18995 </cell>
18996 </row>
18997 <row>
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" usebox="none">
19008 \begin_inset Text
19009
19010 \begin_layout Plain Layout
19011 sd
19012 \end_layout
19013
19014 \end_inset
19015 </cell>
19016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19017 \begin_inset Text
19018
19019 \begin_layout Plain Layout
19020
19021 \end_layout
19022
19023 \end_inset
19024 </cell>
19025 </row>
19026 <row>
19027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19028 \begin_inset Text
19029
19030 \begin_layout Plain Layout
19031
19032 \end_layout
19033
19034 \end_inset
19035 </cell>
19036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19037 \begin_inset Text
19038
19039 \begin_layout Plain Layout
19040
19041 \end_layout
19042
19043 \end_inset
19044 </cell>
19045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19046 \begin_inset Text
19047
19048 \begin_layout Plain Layout
19049 sd
19050 \end_layout
19051
19052 \end_inset
19053 </cell>
19054 </row>
19055 </lyxtabular>
19056
19057 \end_inset
19058
19059
19060 \end_layout
19061
19062 \end_inset
19063
19064
19065 \end_layout
19066
19067 \begin_layout Standard
19068 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
19069  als \SpecialChar TeX
19070 -Code hinter der Tabelle einfügen:
19071 \end_layout
19072
19073 \begin_layout Standard
19074
19075 \series bold
19076
19077 \backslash
19078 renewcommand{
19079 \backslash
19080 hline}{
19081 \backslash
19082 myHlineC}
19083 \end_layout
19084
19085 \begin_layout Standard
19086 Tabelle
19087 \begin_inset space ~
19088 \end_inset
19089
19090
19091 \begin_inset CommandInset ref
19092 LatexCommand ref
19093 reference "tab:Table-with-colored"
19094
19095 \end_inset
19096
19097  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
19098 \end_layout
19099
19100 \begin_layout Standard
19101 \begin_inset Float table
19102 placement h
19103 wide false
19104 sideways false
19105 status open
19106
19107 \begin_layout Plain Layout
19108 \begin_inset Caption Standard
19109
19110 \begin_layout Plain Layout
19111 \begin_inset CommandInset label
19112 LatexCommand label
19113 name "tab:Table-with-colored"
19114
19115 \end_inset
19116
19117 Tabelle mit farbigen Linien
19118 \end_layout
19119
19120 \end_inset
19121
19122
19123 \end_layout
19124
19125 \begin_layout Plain Layout
19126 \align center
19127 \begin_inset Tabular
19128 <lyxtabular version="3" rows="3" columns="3">
19129 <features tabularvalignment="middle">
19130 <column alignment="center" valignment="top" special="Wc">
19131 <column alignment="center" valignment="top" special="Wc">
19132 <column alignment="center" valignment="top" special="WcW">
19133 <row>
19134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19135 \begin_inset Text
19136
19137 \begin_layout Plain Layout
19138 sd
19139 \end_layout
19140
19141 \end_inset
19142 </cell>
19143 <cell alignment="center" valignment="top" topline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Plain Layout
19147
19148 \end_layout
19149
19150 \end_inset
19151 </cell>
19152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19153 \begin_inset Text
19154
19155 \begin_layout Plain Layout
19156
19157 \end_layout
19158
19159 \end_inset
19160 </cell>
19161 </row>
19162 <row>
19163 <cell alignment="center" valignment="top" topline="true" leftline="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" usebox="none">
19173 \begin_inset Text
19174
19175 \begin_layout Plain Layout
19176 sd
19177 \end_layout
19178
19179 \end_inset
19180 </cell>
19181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185
19186 \end_layout
19187
19188 \end_inset
19189 </cell>
19190 </row>
19191 <row topspace="default">
19192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19193 \begin_inset Text
19194
19195 \begin_layout Plain Layout
19196
19197 \end_layout
19198
19199 \end_inset
19200 </cell>
19201 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19202 \begin_inset Text
19203
19204 \begin_layout Plain Layout
19205
19206 \end_layout
19207
19208 \end_inset
19209 </cell>
19210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19211 \begin_inset Text
19212
19213 \begin_layout Plain Layout
19214 sd
19215 \end_layout
19216
19217 \end_inset
19218 </cell>
19219 </row>
19220 </lyxtabular>
19221
19222 \end_inset
19223
19224
19225 \end_layout
19226
19227 \end_inset
19228
19229
19230 \end_layout
19231
19232 \begin_layout Standard
19233 \begin_inset ERT
19234 status collapsed
19235
19236 \begin_layout Plain Layout
19237
19238
19239 \backslash
19240 renewcommand{
19241 \backslash
19242 hline}{
19243 \backslash
19244 myHlineC}
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 setlength{
19261 \backslash
19262 arrayrulewidth}{0.4pt}
19263 \end_layout
19264
19265 \end_inset
19266
19267
19268 \begin_inset Note Note
19269 status collapsed
19270
19271 \begin_layout Plain Layout
19272 setzt die Liniendicke wieder auf ihren Standardwert zurück
19273 \end_layout
19274
19275 \end_inset
19276
19277
19278 \end_layout
19279
19280 \begin_layout Section
19281 Rotierte Tabellenzellen
19282 \begin_inset CommandInset label
19283 LatexCommand label
19284 name "abs:Rotierte-Tabellenzellen"
19285
19286 \end_inset
19287
19288
19289 \begin_inset Index idx
19290 status collapsed
19291
19292 \begin_layout Plain Layout
19293 Tabellen ! rotierte Zellen
19294 \end_layout
19295
19296 \end_inset
19297
19298
19299 \begin_inset Index idx
19300 status collapsed
19301
19302 \begin_layout Plain Layout
19303 Rotiertes Material
19304 \end_layout
19305
19306 \end_inset
19307
19308
19309 \end_layout
19310
19311 \begin_layout Standard
19312 \begin_inset Note Greyedout
19313 status open
19314
19315 \begin_layout Plain Layout
19316
19317 \series bold
19318 Achtung:
19319 \series default
19320  Nicht alle DVI-Betrachter können Rotationen anzeigen.
19321 \end_layout
19322
19323 \end_inset
19324
19325
19326 \end_layout
19327
19328 \begin_layout Standard
19329 Tabelle
19330 \begin_inset space ~
19331 \end_inset
19332
19333
19334 \begin_inset CommandInset ref
19335 LatexCommand ref
19336 reference "tab:Tabelle-mit-rotierten"
19337
19338 \end_inset
19339
19340  ist ein Beispiel bei dem 3
19341 \begin_inset space ~
19342 \end_inset
19343
19344 Zellen um 45
19345 \begin_inset space \thinspace{}
19346 \end_inset
19347
19348 ° rotiert wurden.
19349 \end_layout
19350
19351 \begin_layout Standard
19352 \begin_inset Float table
19353 placement h
19354 wide false
19355 sideways false
19356 status open
19357
19358 \begin_layout Plain Layout
19359 \begin_inset Caption Standard
19360
19361 \begin_layout Plain Layout
19362 \begin_inset CommandInset label
19363 LatexCommand label
19364 name "tab:Tabelle-mit-rotierten"
19365
19366 \end_inset
19367
19368 Tabelle mit rotierten Zellen in der ersten Zeile.
19369 \end_layout
19370
19371 \end_inset
19372
19373
19374 \end_layout
19375
19376 \begin_layout Plain Layout
19377 \noindent
19378 \align center
19379 \begin_inset Tabular
19380 <lyxtabular version="3" rows="2" columns="3">
19381 <features tabularvalignment="middle">
19382 <column alignment="center" valignment="top" width="0pt">
19383 <column alignment="center" valignment="top" width="0pt">
19384 <column alignment="center" valignment="top" width="0pt">
19385 <row>
19386 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19387 \begin_inset Text
19388
19389 \begin_layout Plain Layout
19390 Tassen
19391 \end_layout
19392
19393 \end_inset
19394 </cell>
19395 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19396 \begin_inset Text
19397
19398 \begin_layout Plain Layout
19399 Teller
19400 \end_layout
19401
19402 \end_inset
19403 </cell>
19404 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408 Untertassen
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 </row>
19414 <row>
19415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419 45
19420 \end_layout
19421
19422 \end_inset
19423 </cell>
19424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19425 \begin_inset Text
19426
19427 \begin_layout Plain Layout
19428 33
19429 \end_layout
19430
19431 \end_inset
19432 </cell>
19433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19434 \begin_inset Text
19435
19436 \begin_layout Plain Layout
19437 21
19438 \end_layout
19439
19440 \end_inset
19441 </cell>
19442 </row>
19443 </lyxtabular>
19444
19445 \end_inset
19446
19447
19448 \end_layout
19449
19450 \end_inset
19451
19452
19453 \end_layout
19454
19455 \begin_layout Standard
19456 \begin_inset Note Greyedout
19457 status open
19458
19459 \begin_layout Plain Layout
19460
19461 \series bold
19462 Achtung:
19463 \series default
19464  Zeilenumbrüche (Tastenkürzel 
19465 \family sans
19466 Strg+Enter
19467 \family default
19468 ) sind in rotierten Zellen nicht erlaubt.
19469 \end_layout
19470
19471 \end_inset
19472
19473
19474 \end_layout
19475
19476 \begin_layout Standard
19477 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
19478  den Zelleninhalt in eine Minipage oder Parbox tun.
19479 \begin_inset Foot
19480 status collapsed
19481
19482 \begin_layout Plain Layout
19483 Für mehr über diese Boxen siehe Abschnitt
19484 \begin_inset space ~
19485 \end_inset
19486
19487
19488 \begin_inset CommandInset ref
19489 LatexCommand ref
19490 reference "abs:Minipage"
19491
19492 \end_inset
19493
19494  und 
19495 \begin_inset CommandInset ref
19496 LatexCommand ref
19497 reference "abs:Parbox"
19498
19499 \end_inset
19500
19501 .
19502 \end_layout
19503
19504 \end_inset
19505
19506  Wenn Sie diese Zelle um 90
19507 \begin_inset space \thinspace{}
19508 \end_inset
19509
19510 ° rotieren, ist die Breite der Box die Höhe der Zelle.
19511  Tabelle
19512 \begin_inset space ~
19513 \end_inset
19514
19515
19516 \begin_inset CommandInset ref
19517 LatexCommand ref
19518 reference "tab:Tabelle-mit-rotierter-Umbruch"
19519
19520 \end_inset
19521
19522  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch, wobei die Boxbreite
19523  auch 3
19524 \begin_inset space \thinspace{}
19525 \end_inset
19526
19527 cm gesetzt wurde.
19528 \end_layout
19529
19530 \begin_layout Standard
19531 \begin_inset Float table
19532 wide false
19533 sideways false
19534 status open
19535
19536 \begin_layout Plain Layout
19537 \begin_inset Caption Standard
19538
19539 \begin_layout Plain Layout
19540 \begin_inset CommandInset label
19541 LatexCommand label
19542 name "tab:Tabelle-mit-rotierter-Umbruch"
19543
19544 \end_inset
19545
19546 Tabelle mit rotierter Zelle mit Zeilenumbruch.
19547 \end_layout
19548
19549 \end_inset
19550
19551
19552 \end_layout
19553
19554 \begin_layout Plain Layout
19555 \noindent
19556 \align center
19557 \begin_inset Tabular
19558 <lyxtabular version="3" rows="2" columns="3">
19559 <features tabularvalignment="middle">
19560 <column alignment="center" valignment="top">
19561 <column alignment="center" valignment="top" width="0pt">
19562 <column alignment="center" valignment="top">
19563 <row>
19564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19565 \begin_inset Text
19566
19567 \begin_layout Plain Layout
19568 a
19569 \end_layout
19570
19571 \end_inset
19572 </cell>
19573 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19574 \begin_inset Text
19575
19576 \begin_layout Plain Layout
19577 \begin_inset Box Frameless
19578 position "t"
19579 hor_pos "c"
19580 has_inner_box 1
19581 inner_pos "t"
19582 use_parbox 0
19583 use_makebox 0
19584 width "3cm"
19585 special "none"
19586 height "1in"
19587 height_special "totalheight"
19588 thickness "0.4pt"
19589 separation "3pt"
19590 shadowsize "4pt"
19591 framecolor "black"
19592 backgroundcolor "none"
19593 status open
19594
19595 \begin_layout Plain Layout
19596 rotierte Zelle
19597 \begin_inset Newline newline
19598 \end_inset
19599
19600 mit Zeilenumbruch
19601 \end_layout
19602
19603 \end_inset
19604
19605
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614 e
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 </row>
19620 <row>
19621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Plain Layout
19625 b
19626 \end_layout
19627
19628 \end_inset
19629 </cell>
19630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19631 \begin_inset Text
19632
19633 \begin_layout Plain Layout
19634 c
19635 \end_layout
19636
19637 \end_inset
19638 </cell>
19639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19640 \begin_inset Text
19641
19642 \begin_layout Plain Layout
19643 d
19644 \end_layout
19645
19646 \end_inset
19647 </cell>
19648 </row>
19649 </lyxtabular>
19650
19651 \end_inset
19652
19653
19654 \end_layout
19655
19656 \end_inset
19657
19658
19659 \end_layout
19660
19661 \begin_layout Section
19662 Berechnung der Tabellenbreite
19663 \begin_inset CommandInset label
19664 LatexCommand label
19665 name "abs:Berechnung-der-Tabellenbreite"
19666
19667 \end_inset
19668
19669
19670 \end_layout
19671
19672 \begin_layout Standard
19673 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
19674  Tabelle nicht über den Seitenrand hinausragt.
19675  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
19676  aber wie viel Platz wird für jede Spalte benötigt?
19677 \end_layout
19678
19679 \begin_layout Standard
19680 Die Tabellenbreite 
19681 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19682 \end_inset
19683
19684  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
19685  
19686 \begin_inset Formula $W_{\mathrm{Spalte}}$
19687 \end_inset
19688
19689  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
19690  Spalteninhalt und dem Rand der Spalte (\SpecialChar LaTeX
19691 -Länge
19692 \series bold
19693  
19694 \backslash
19695 tabcolsep
19696 \series default
19697 , Voreinstellung 6
19698 \begin_inset space \thinspace{}
19699 \end_inset
19700
19701 pt) plus die Breite einer Tabellenlinie (\SpecialChar LaTeX
19702 -Länge 
19703 \series bold
19704
19705 \backslash
19706 arrayrulewidth
19707 \series default
19708 , Voreinstellung 0.4
19709 \begin_inset space \thinspace{}
19710 \end_inset
19711
19712 pt): Wenn alle 
19713 \begin_inset Formula $n$
19714 \end_inset
19715
19716
19717 \begin_inset space ~
19718 \end_inset
19719
19720 Spalten dieselbe Breite haben, ist die Tabellenbreite also
19721 \begin_inset Formula 
19722 \begin{equation}
19723 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19724 \end{equation}
19725
19726 \end_inset
19727
19728
19729 \end_layout
19730
19731 \begin_layout Standard
19732 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
19733  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (\SpecialChar LaTeX
19734 -Länge
19735  
19736 \series bold
19737
19738 \backslash
19739 columnwidth
19740 \series default
19741 ).
19742  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
19743 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19744 \end_inset
19745
19746  gleich 1
19747 \begin_inset space \thinspace{}
19748 \end_inset
19749
19750
19751 \backslash
19752 columnwidth sein soll, kann 
19753 \begin_inset Formula $W_{\mathrm{Spalte}}$
19754 \end_inset
19755
19756  leicht berechnet werden.
19757 \end_layout
19758
19759 \begin_layout Standard
19760 Um Berechnungen ausführen zu können, muss das \SpecialChar LaTeX
19761 -Paket 
19762 \series bold
19763 calc
19764 \series default
19765
19766 \begin_inset Index idx
19767 status collapsed
19768
19769 \begin_layout Plain Layout
19770 \SpecialChar LaTeX
19771 -Pakete ! calc
19772 \end_layout
19773
19774 \end_inset
19775
19776  im \SpecialChar LaTeX
19777 -Vorspann geladen werden.
19778  Um die Breite im Tabellendialog anzugeben, muss das Feld 
19779 \family sans
19780 \SpecialChar LaTeX
19781 -Argument
19782 \family default
19783  verwendet werden.
19784  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
19785 \begin_inset space ~
19786 \end_inset
19787
19788
19789 \begin_inset CommandInset ref
19790 LatexCommand ref
19791 reference "uab:Mehrfachspalten-Berechnungen"
19792
19793 \end_inset
19794
19795  erklärt ist.
19796  Für eine Tabelle mit 5
19797 \begin_inset space \thinspace{}
19798 \end_inset
19799
19800 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
19801  für jede Spalte den Befehl
19802 \end_layout
19803
19804 \begin_layout Standard
19805
19806 \series bold
19807 >{
19808 \backslash
19809 centering}p{(1
19810 \backslash
19811 columnwidth-62.4pt)/5}
19812 \end_layout
19813
19814 \begin_layout Standard
19815 an.
19816  Für eine Tabelle mit 5
19817 \begin_inset space \thinspace{}
19818 \end_inset
19819
19820 Spalten bei der 2 das 0,75
19821 \begin_inset space \thinspace{}
19822 \end_inset
19823
19824 fache der Breite der anderen 3
19825 \begin_inset space ~
19826 \end_inset
19827
19828 Spalten haben sollen, ist die Berechnung
19829 \begin_inset Formula 
19830 \begin{align}
19831 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{Spalte}}+2\cdot0,75\,W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19832  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19833  & =4,5\,W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
19834 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
19835 \end{align}
19836
19837 \end_inset
19838
19839
19840 \end_layout
19841
19842 \begin_layout Standard
19843 In der Tabelle wird daher der Befehl
19844 \end_layout
19845
19846 \begin_layout Standard
19847
19848 \series bold
19849 >{
19850 \backslash
19851 centering}p{(1
19852 \backslash
19853 columnwidth-62.4pt)/
19854 \backslash
19855 real{4.5}}
19856 \end_layout
19857
19858 \begin_layout Standard
19859 für die breiteren Spalten verwendet und
19860 \end_layout
19861
19862 \begin_layout Standard
19863
19864 \series bold
19865 >{
19866 \backslash
19867 centering}p{(1
19868 \backslash
19869 columnwidth-62.4pt)/
19870 \backslash
19871 real{4.5}*
19872 \backslash
19873 real{0.75}}
19874 \end_layout
19875
19876 \begin_layout Standard
19877 für die schmaleren:
19878 \end_layout
19879
19880 \begin_layout Standard
19881 \begin_inset Tabular
19882 <lyxtabular version="3" rows="2" columns="5">
19883 <features tabularvalignment="middle">
19884 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19885 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19886 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19887 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19888 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19889 <row>
19890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19891 \begin_inset Text
19892
19893 \begin_layout Plain Layout
19894 1
19895 \end_layout
19896
19897 \end_inset
19898 </cell>
19899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19900 \begin_inset Text
19901
19902 \begin_layout Plain Layout
19903 2
19904 \end_layout
19905
19906 \end_inset
19907 </cell>
19908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912 3
19913 \end_layout
19914
19915 \end_inset
19916 </cell>
19917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19918 \begin_inset Text
19919
19920 \begin_layout Plain Layout
19921 4
19922 \end_layout
19923
19924 \end_inset
19925 </cell>
19926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19927 \begin_inset Text
19928
19929 \begin_layout Plain Layout
19930 5
19931 \end_layout
19932
19933 \end_inset
19934 </cell>
19935 </row>
19936 <row>
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 111111 1111111 111111 111111111 11111 11111 1111
19942 \end_layout
19943
19944 \end_inset
19945 </cell>
19946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19947 \begin_inset Text
19948
19949 \begin_layout Plain Layout
19950
19951 \end_layout
19952
19953 \end_inset
19954 </cell>
19955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19956 \begin_inset Text
19957
19958 \begin_layout Plain Layout
19959 2222 22222 222222 222222222 2222222 22 22222
19960 \end_layout
19961
19962 \end_inset
19963 </cell>
19964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19965 \begin_inset Text
19966
19967 \begin_layout Plain Layout
19968
19969 \end_layout
19970
19971 \end_inset
19972 </cell>
19973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19974 \begin_inset Text
19975
19976 \begin_layout Plain Layout
19977 333333 333333 333333 33333 3333333 333
19978 \end_layout
19979
19980 \end_inset
19981 </cell>
19982 </row>
19983 </lyxtabular>
19984
19985 \end_inset
19986
19987
19988 \end_layout
19989
19990 \begin_layout Section
19991 Tabellen-Anpassung
19992 \begin_inset Index idx
19993 status collapsed
19994
19995 \begin_layout Plain Layout
19996 Tabellen ! Anpassung
19997 \end_layout
19998
19999 \end_inset
20000
20001
20002 \end_layout
20003
20004 \begin_layout Subsection
20005 Zeilenabstand
20006 \begin_inset CommandInset label
20007 LatexCommand label
20008 name "uab:Zeilenabstand"
20009
20010 \end_inset
20011
20012
20013 \begin_inset Index idx
20014 status collapsed
20015
20016 \begin_layout Plain Layout
20017 Tabellen ! Zeilenabstand
20018 \end_layout
20019
20020 \end_inset
20021
20022
20023 \end_layout
20024
20025 \begin_layout Standard
20026 Auf der Karteikarte 
20027 \family sans
20028 Rahmen
20029 \family default
20030  des 
20031 \family sans
20032 Tabellen-Einstellungen
20033 \family default
20034 -Dialogs können Sie 
20035 \family sans
20036 zusätzliche
20037 \begin_inset space ~
20038 \end_inset
20039
20040 Abstände
20041 \family default
20042  einfügen.
20043  Dabei haben Sie drei Möglichkeiten:
20044 \end_layout
20045
20046 \begin_layout Description
20047 Oberhalb
20048 \begin_inset space ~
20049 \end_inset
20050
20051 der
20052 \begin_inset space ~
20053 \end_inset
20054
20055 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
20056  Bei einer formalen Tabelle
20057 \begin_inset Foot
20058 status collapsed
20059
20060 \begin_layout Plain Layout
20061 Formale Tabellen wurden in Abschnitt
20062 \begin_inset space ~
20063 \end_inset
20064
20065
20066 \begin_inset CommandInset ref
20067 LatexCommand ref
20068 reference "abs:Formale-Tabellen"
20069
20070 \end_inset
20071
20072  beschrieben.
20073 \end_layout
20074
20075 \end_inset
20076
20077  fügt \SpecialChar LyX
20078  standardmäßig 0.5
20079 \begin_inset space \thinspace{}
20080 \end_inset
20081
20082 em Leerraum ein.
20083  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20084 \begin_inset VSpace medskip
20085 \end_inset
20086
20087
20088 \begin_inset Newline newline
20089 \end_inset
20090
20091
20092 \begin_inset space \hspace*{}
20093 \length 0pt
20094 \end_inset
20095
20096
20097 \begin_inset space \hfill{}
20098 \end_inset
20099
20100
20101 \begin_inset Tabular
20102 <lyxtabular version="3" rows="3" columns="1">
20103 <features tabularvalignment="middle">
20104 <column alignment="center" valignment="top">
20105 <row>
20106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20107 \begin_inset Text
20108
20109 \begin_layout Plain Layout
20110 A
20111 \end_layout
20112
20113 \end_inset
20114 </cell>
20115 </row>
20116 <row topspace="3mm">
20117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20118 \begin_inset Text
20119
20120 \begin_layout Plain Layout
20121 3
20122 \begin_inset space \thinspace{}
20123 \end_inset
20124
20125 mm Leerraum oberhalb der Zeile
20126 \end_layout
20127
20128 \end_inset
20129 </cell>
20130 </row>
20131 <row>
20132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20133 \begin_inset Text
20134
20135 \begin_layout Plain Layout
20136 C
20137 \end_layout
20138
20139 \end_inset
20140 </cell>
20141 </row>
20142 </lyxtabular>
20143
20144 \end_inset
20145
20146
20147 \begin_inset space \hfill{}
20148 \end_inset
20149
20150
20151 \begin_inset space \hspace*{}
20152 \length 0pt
20153 \end_inset
20154
20155
20156 \begin_inset VSpace medskip
20157 \end_inset
20158
20159
20160 \begin_inset Newline newline
20161 \end_inset
20162
20163 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20164 n Linien verwenden.
20165 \end_layout
20166
20167 \begin_layout Description
20168 Unterhalb
20169 \begin_inset space ~
20170 \end_inset
20171
20172 der
20173 \begin_inset space ~
20174 \end_inset
20175
20176 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
20177  Bei einer formalen Tabelle fügt \SpecialChar LyX
20178  standardmäßig 0.5
20179 \begin_inset space \thinspace{}
20180 \end_inset
20181
20182 em Leerraum ein.
20183  Bei normalen Tabellen ist der Standardwert 2
20184 \begin_inset space \thinspace{}
20185 \end_inset
20186
20187 pt.
20188 \end_layout
20189
20190 \begin_layout Description
20191 Zwischen
20192 \begin_inset space ~
20193 \end_inset
20194
20195 den
20196 \begin_inset space ~
20197 \end_inset
20198
20199 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
20200  Bei einer formalen Tabelle fügt \SpecialChar LyX
20201  standardmäßig 0.5
20202 \begin_inset space \thinspace{}
20203 \end_inset
20204
20205 em Leerraum ein.
20206  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20207 \begin_inset VSpace medskip
20208 \end_inset
20209
20210
20211 \begin_inset Newline newline
20212 \end_inset
20213
20214
20215 \begin_inset space \hspace*{}
20216 \length 0pt
20217 \end_inset
20218
20219
20220 \begin_inset space \hfill{}
20221 \end_inset
20222
20223
20224 \begin_inset Tabular
20225 <lyxtabular version="3" rows="3" columns="1">
20226 <features tabularvalignment="middle">
20227 <column alignment="center" valignment="top">
20228 <row>
20229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233 A
20234 \end_layout
20235
20236 \end_inset
20237 </cell>
20238 </row>
20239 <row interlinespace="3mm">
20240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244 \begin_inset Formula $\downarrow$
20245 \end_inset
20246
20247  3
20248 \begin_inset space \thinspace{}
20249 \end_inset
20250
20251 mm Leerraum zwischen den Zeilen 
20252 \begin_inset Formula $\downarrow$
20253 \end_inset
20254
20255
20256 \end_layout
20257
20258 \end_inset
20259 </cell>
20260 </row>
20261 <row>
20262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20263 \begin_inset Text
20264
20265 \begin_layout Plain Layout
20266 \begin_inset Formula $\uparrow$
20267 \end_inset
20268
20269  3
20270 \begin_inset space \thinspace{}
20271 \end_inset
20272
20273 mm Leerraum zwischen den Zeilen 
20274 \begin_inset Formula $\uparrow$
20275 \end_inset
20276
20277
20278 \end_layout
20279
20280 \end_inset
20281 </cell>
20282 </row>
20283 </lyxtabular>
20284
20285 \end_inset
20286
20287
20288 \begin_inset space \hfill{}
20289 \end_inset
20290
20291
20292 \begin_inset space \hspace*{}
20293 \length 0pt
20294 \end_inset
20295
20296
20297 \begin_inset VSpace medskip
20298 \end_inset
20299
20300
20301 \begin_inset Newline newline
20302 \end_inset
20303
20304 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20305 n Linien verwenden.
20306 \end_layout
20307
20308 \begin_layout Standard
20309 \begin_inset VSpace bigskip
20310 \end_inset
20311
20312 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
20313  Befehlen im \SpecialChar LaTeX
20314 -Vorspann machen:
20315 \end_layout
20316
20317 \begin_layout Standard
20318
20319 \series bold
20320
20321 \backslash
20322 @ifundefined{extrarowheight}
20323 \begin_inset Newline newline
20324 \end_inset
20325
20326
20327 \begin_inset Phantom HPhantom
20328 status open
20329
20330 \begin_layout Plain Layout
20331
20332 \series bold
20333 \begin_inset space ~
20334 \end_inset
20335
20336
20337 \end_layout
20338
20339 \end_inset
20340
20341 {
20342 \backslash
20343 usepackage{array}}{}
20344 \begin_inset Newline newline
20345 \end_inset
20346
20347
20348 \backslash
20349 setlength{
20350 \backslash
20351 extrarowheight}{Höhe}
20352 \end_layout
20353
20354 \begin_layout Standard
20355 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
20356  ausgerichtet sind.
20357  (Das Paket 
20358 \series bold
20359 array
20360 \series default
20361  wird automatisch von \SpecialChar LyX
20362  geladen, wenn Sie selbst definierte Tabellenformate
20363  verwenden.
20364  Der Befehl 
20365 \series bold
20366
20367 \backslash
20368 @ifundefined
20369 \series default
20370  vermeidet, dass es in diesem Fall doppelt geladen wird.)
20371 \end_layout
20372
20373 \begin_layout Standard
20374 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
20375  zu nah an den Buchstaben.
20376  Das kann korrigiert werden, indem man den Befehl 
20377 \series bold
20378
20379 \backslash
20380 strut
20381 \series default
20382  als \SpecialChar TeX
20383 -Code am Anfang einer Tabellenzeile einfügt.
20384  Tabelle
20385 \begin_inset space ~
20386 \end_inset
20387
20388
20389 \begin_inset CommandInset ref
20390 LatexCommand ref
20391 reference "tab:Vertikale-Ausrichtung-von"
20392
20393 \end_inset
20394
20395  zeigt den Effekt.
20396 \end_layout
20397
20398 \begin_layout Standard
20399 \noindent
20400 \begin_inset Float table
20401 placement h
20402 wide false
20403 sideways false
20404 status open
20405
20406 \begin_layout Plain Layout
20407 \begin_inset Caption Standard
20408
20409 \begin_layout Plain Layout
20410 \begin_inset CommandInset label
20411 LatexCommand label
20412 name "tab:Vertikale-Ausrichtung-von"
20413
20414 \end_inset
20415
20416 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
20417 \end_layout
20418
20419 \end_inset
20420
20421
20422 \end_layout
20423
20424 \begin_layout Plain Layout
20425 \begin_inset space \hfill{}
20426 \end_inset
20427
20428
20429 \begin_inset Float table
20430 wide false
20431 sideways false
20432 status collapsed
20433
20434 \begin_layout Plain Layout
20435 \begin_inset Caption Standard
20436
20437 \begin_layout Plain Layout
20438 Normale Tabelle.
20439 \end_layout
20440
20441 \end_inset
20442
20443
20444 \end_layout
20445
20446 \begin_layout Plain Layout
20447 \noindent
20448 \align center
20449 \begin_inset Tabular
20450 <lyxtabular version="3" rows="6" columns="1">
20451 <features tabularvalignment="middle">
20452 <column alignment="left" valignment="top">
20453 <row>
20454 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20455 \begin_inset Text
20456
20457 \begin_layout Plain Layout
20458 Normal, g
20459 \end_layout
20460
20461 \end_inset
20462 </cell>
20463 </row>
20464 <row>
20465 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20466 \begin_inset Text
20467
20468 \begin_layout Plain Layout
20469
20470 \size large
20471 Groß, g
20472 \end_layout
20473
20474 \end_inset
20475 </cell>
20476 </row>
20477 <row>
20478 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20479 \begin_inset Text
20480
20481 \begin_layout Plain Layout
20482
20483 \size larger
20484 Größer, g
20485 \end_layout
20486
20487 \end_inset
20488 </cell>
20489 </row>
20490 <row>
20491 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20492 \begin_inset Text
20493
20494 \begin_layout Plain Layout
20495
20496 \size largest
20497 noch Größer, g
20498 \end_layout
20499
20500 \end_inset
20501 </cell>
20502 </row>
20503 <row>
20504 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20505 \begin_inset Text
20506
20507 \begin_layout Plain Layout
20508
20509 \size huge
20510 Riesig
20511 \end_layout
20512
20513 \end_inset
20514 </cell>
20515 </row>
20516 <row>
20517 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Plain Layout
20521
20522 \size giant
20523 Gigantisch
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 </row>
20529 </lyxtabular>
20530
20531 \end_inset
20532
20533
20534 \end_layout
20535
20536 \end_inset
20537
20538
20539 \begin_inset space \hfill{}
20540 \end_inset
20541
20542
20543 \begin_inset Float table
20544 wide false
20545 sideways false
20546 status collapsed
20547
20548 \begin_layout Plain Layout
20549 \begin_inset Caption Standard
20550
20551 \begin_layout Plain Layout
20552 Tabelle bei der der Befehl 
20553 \series bold
20554
20555 \backslash
20556 strut
20557 \series default
20558  verwendet wurde.
20559 \end_layout
20560
20561 \end_inset
20562
20563
20564 \end_layout
20565
20566 \begin_layout Plain Layout
20567 \noindent
20568 \align center
20569 \begin_inset Tabular
20570 <lyxtabular version="3" rows="6" columns="1">
20571 <features tabularvalignment="middle">
20572 <column alignment="left" valignment="top">
20573 <row>
20574 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20575 \begin_inset Text
20576
20577 \begin_layout Plain Layout
20578 Normal, g
20579 \end_layout
20580
20581 \end_inset
20582 </cell>
20583 </row>
20584 <row>
20585 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20586 \begin_inset Text
20587
20588 \begin_layout Plain Layout
20589
20590 \size large
20591 \begin_inset ERT
20592 status collapsed
20593
20594 \begin_layout Plain Layout
20595
20596
20597 \backslash
20598 strut 
20599 \end_layout
20600
20601 \end_inset
20602
20603 Groß, g
20604 \end_layout
20605
20606 \end_inset
20607 </cell>
20608 </row>
20609 <row>
20610 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20611 \begin_inset Text
20612
20613 \begin_layout Plain Layout
20614
20615 \size larger
20616 \begin_inset ERT
20617 status collapsed
20618
20619 \begin_layout Plain Layout
20620
20621
20622 \backslash
20623 strut 
20624 \end_layout
20625
20626 \end_inset
20627
20628 Größer, g
20629 \end_layout
20630
20631 \end_inset
20632 </cell>
20633 </row>
20634 <row>
20635 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20636 \begin_inset Text
20637
20638 \begin_layout Plain Layout
20639
20640 \size largest
20641 \begin_inset ERT
20642 status collapsed
20643
20644 \begin_layout Plain Layout
20645
20646
20647 \backslash
20648 strut 
20649 \end_layout
20650
20651 \end_inset
20652
20653 noch Größer, g
20654 \end_layout
20655
20656 \end_inset
20657 </cell>
20658 </row>
20659 <row>
20660 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20661 \begin_inset Text
20662
20663 \begin_layout Plain Layout
20664
20665 \size huge
20666 \begin_inset ERT
20667 status collapsed
20668
20669 \begin_layout Plain Layout
20670
20671
20672 \backslash
20673 strut 
20674 \end_layout
20675
20676 \end_inset
20677
20678 Riesig
20679 \end_layout
20680
20681 \end_inset
20682 </cell>
20683 </row>
20684 <row>
20685 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20686 \begin_inset Text
20687
20688 \begin_layout Plain Layout
20689
20690 \size giant
20691 \begin_inset ERT
20692 status collapsed
20693
20694 \begin_layout Plain Layout
20695
20696
20697 \backslash
20698 strut 
20699 \end_layout
20700
20701 \end_inset
20702
20703 Gigantisch
20704 \end_layout
20705
20706 \end_inset
20707 </cell>
20708 </row>
20709 </lyxtabular>
20710
20711 \end_inset
20712
20713
20714 \end_layout
20715
20716 \end_inset
20717
20718
20719 \begin_inset space \hfill{}
20720 \end_inset
20721
20722
20723 \end_layout
20724
20725 \end_inset
20726
20727
20728 \end_layout
20729
20730 \begin_layout Subsection
20731 Besondere Zellenausrichtung
20732 \begin_inset CommandInset label
20733 LatexCommand label
20734 name "uab:Besondere-Zellenausrichtung"
20735
20736 \end_inset
20737
20738
20739 \begin_inset Index idx
20740 status collapsed
20741
20742 \begin_layout Plain Layout
20743 Tabellen ! Zellenausrichtung
20744 \end_layout
20745
20746 \end_inset
20747
20748
20749 \end_layout
20750
20751 \begin_layout Standard
20752 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
20753  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
20754 \begin_inset space ~
20755 \end_inset
20756
20757
20758 \begin_inset CommandInset ref
20759 LatexCommand ref
20760 reference "tab:Tabellenzellen-sind-auf"
20761
20762 \end_inset
20763
20764 .
20765  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
20766  dann entweder den Werkzeugleistenknopf 
20767 \begin_inset Info
20768 type  "icon"
20769 arg   "inset-modify tabular align-decimal"
20770 \end_inset
20771
20772  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
20773 \family sans
20774 Am
20775 \begin_inset space ~
20776 \end_inset
20777
20778 Dezimaltrenner
20779 \family default
20780  setzt.
20781  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
20782  frei wählen.
20783 \end_layout
20784
20785 \begin_layout Standard
20786 \begin_inset Float table
20787 placement h
20788 wide false
20789 sideways false
20790 status open
20791
20792 \begin_layout Plain Layout
20793 \begin_inset Caption Standard
20794
20795 \begin_layout Plain Layout
20796 \begin_inset CommandInset label
20797 LatexCommand label
20798 name "tab:Tabellenzellen-sind-auf"
20799
20800 \end_inset
20801
20802 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
20803 \end_layout
20804
20805 \end_inset
20806
20807
20808 \end_layout
20809
20810 \begin_layout Plain Layout
20811 \align center
20812 \begin_inset Tabular
20813 <lyxtabular version="3" rows="4" columns="1">
20814 <features booktabs="true" tabularvalignment="middle">
20815 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20816 <row>
20817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Plain Layout
20821 Überschrift
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 </row>
20827 <row>
20828 <cell alignment="center" valignment="top" topline="true" usebox="none">
20829 \begin_inset Text
20830
20831 \begin_layout Plain Layout
20832 12,6
20833 \end_layout
20834
20835 \end_inset
20836 </cell>
20837 </row>
20838 <row>
20839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20840 \begin_inset Text
20841
20842 \begin_layout Plain Layout
20843 0,68
20844 \end_layout
20845
20846 \end_inset
20847 </cell>
20848 </row>
20849 <row>
20850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20851 \begin_inset Text
20852
20853 \begin_layout Plain Layout
20854 -123,0
20855 \end_layout
20856
20857 \end_inset
20858 </cell>
20859 </row>
20860 </lyxtabular>
20861
20862 \end_inset
20863
20864
20865 \end_layout
20866
20867 \end_inset
20868
20869
20870 \end_layout
20871
20872 \begin_layout Standard
20873 \begin_inset Float table
20874 placement h
20875 wide false
20876 sideways false
20877 status open
20878
20879 \begin_layout Plain Layout
20880 \begin_inset Caption Standard
20881
20882 \begin_layout Plain Layout
20883 \begin_inset CommandInset label
20884 LatexCommand label
20885 name "tab:Tabellenzellen-Operator"
20886
20887 \end_inset
20888
20889 Tabellenzellen sind auf den Operator ausgerichtet
20890 \end_layout
20891
20892 \end_inset
20893
20894
20895 \end_layout
20896
20897 \begin_layout Plain Layout
20898 \align center
20899 \begin_inset Tabular
20900 <lyxtabular version="3" rows="4" columns="2">
20901 <features booktabs="true" tabularvalignment="middle">
20902 <column alignment="right" valignment="top" width="0pt">
20903 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20904 <row>
20905 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20906 \begin_inset Text
20907
20908 \begin_layout Plain Layout
20909 Überschrift
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918
20919 \end_layout
20920
20921 \end_inset
20922 </cell>
20923 </row>
20924 <row>
20925 <cell alignment="center" valignment="top" usebox="none">
20926 \begin_inset Text
20927
20928 \begin_layout Plain Layout
20929 \begin_inset Formula $12\,+$
20930 \end_inset
20931
20932
20933 \end_layout
20934
20935 \end_inset
20936 </cell>
20937 <cell alignment="center" valignment="top" usebox="none">
20938 \begin_inset Text
20939
20940 \begin_layout Plain Layout
20941 \begin_inset Formula $\,6$
20942 \end_inset
20943
20944
20945 \end_layout
20946
20947 \end_inset
20948 </cell>
20949 </row>
20950 <row>
20951 <cell alignment="center" valignment="top" usebox="none">
20952 \begin_inset Text
20953
20954 \begin_layout Plain Layout
20955 \begin_inset Formula $0\,-$
20956 \end_inset
20957
20958
20959 \end_layout
20960
20961 \end_inset
20962 </cell>
20963 <cell alignment="center" valignment="top" usebox="none">
20964 \begin_inset Text
20965
20966 \begin_layout Plain Layout
20967 \begin_inset Formula $\,68$
20968 \end_inset
20969
20970
20971 \end_layout
20972
20973 \end_inset
20974 </cell>
20975 </row>
20976 <row>
20977 <cell alignment="center" valignment="top" usebox="none">
20978 \begin_inset Text
20979
20980 \begin_layout Plain Layout
20981 \begin_inset Formula $-123\,/$
20982 \end_inset
20983
20984
20985 \end_layout
20986
20987 \end_inset
20988 </cell>
20989 <cell alignment="center" valignment="top" usebox="none">
20990 \begin_inset Text
20991
20992 \begin_layout Plain Layout
20993 \begin_inset Formula $\,0$
20994 \end_inset
20995
20996
20997 \end_layout
20998
20999 \end_inset
21000 </cell>
21001 </row>
21002 </lyxtabular>
21003
21004 \end_inset
21005
21006
21007 \end_layout
21008
21009 \end_inset
21010
21011
21012 \end_layout
21013
21014 \begin_layout Standard
21015 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
21016  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
21017  Formeln erlaubt.
21018  In diesem Fall verwendet man die Methode von Tabelle
21019 \begin_inset space ~
21020 \end_inset
21021
21022
21023 \begin_inset CommandInset ref
21024 LatexCommand ref
21025 reference "tab:Tabellenzellen-Operator"
21026
21027 \end_inset
21028
21029 .
21030  Diese Tabelle wurde als 4×2 Tabelle erstellt.
21031  Die Überschrift ist eine zentrierte Mehrfachspalte.
21032  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
21033  und den Operator.
21034  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
21035  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
21036  um den üblichen Leerraum um einen Operator zu erhalten.
21037  Um den Raum zwischen den beiden Spalten zu löschen, wurde im \SpecialChar LaTeX
21038 -Argument
21039  für die zweite Spalte folgendes eingefügt:
21040 \end_layout
21041
21042 \begin_layout Standard
21043
21044 \series bold
21045 @{}l
21046 \end_layout
21047
21048 \begin_layout Standard
21049 Tabelle
21050 \begin_inset space ~
21051 \end_inset
21052
21053
21054 \begin_inset CommandInset ref
21055 LatexCommand ref
21056 reference "tab:Verschiedene-Ausrichtungen"
21057
21058 \end_inset
21059
21060  zeigt einige Ausrichtungen.
21061  Für die Ausrichtung der Relationen wurde ein kleiner 
21062 \family sans
21063 Leerraum
21064 \family default
21065  eingefügt; wie in der zweiten Spalte von Tabelle
21066 \begin_inset space ~
21067 \end_inset
21068
21069
21070 \begin_inset CommandInset ref
21071 LatexCommand ref
21072 reference "tab:Tabellenzellen-Operator"
21073
21074 \end_inset
21075
21076 .
21077 \end_layout
21078
21079 \begin_layout Standard
21080
21081 \color black
21082 \begin_inset Float table
21083 placement h
21084 wide false
21085 sideways false
21086 status open
21087
21088 \begin_layout Plain Layout
21089
21090 \color black
21091 \begin_inset Caption Standard
21092
21093 \begin_layout Plain Layout
21094
21095 \color black
21096 \begin_inset CommandInset label
21097 LatexCommand label
21098 name "tab:Verschiedene-Ausrichtungen"
21099
21100 \end_inset
21101
21102
21103 \color inherit
21104 Verschiedene Ausrichtungen
21105 \end_layout
21106
21107 \end_inset
21108
21109
21110 \end_layout
21111
21112 \begin_layout Plain Layout
21113 \align center
21114 \begin_inset Tabular
21115 <lyxtabular version="3" rows="4" columns="6">
21116 <features tabularvalignment="middle">
21117 <column alignment="right" valignment="top">
21118 <column alignment="left" valignment="top" special="@{}l">
21119 <column alignment="right" valignment="top">
21120 <column alignment="left" valignment="top" special="@{}l">
21121 <column alignment="right" valignment="top">
21122 <column alignment="left" valignment="top" special="@{}l">
21123 <row>
21124 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21125 \begin_inset Text
21126
21127 \begin_layout Plain Layout
21128 Einheiten
21129 \end_layout
21130
21131 \end_inset
21132 </cell>
21133 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21134 \begin_inset Text
21135
21136 \begin_layout Plain Layout
21137
21138 \end_layout
21139
21140 \end_inset
21141 </cell>
21142 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21143 \begin_inset Text
21144
21145 \begin_layout Plain Layout
21146 Exponenten
21147 \end_layout
21148
21149 \end_inset
21150 </cell>
21151 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21152 \begin_inset Text
21153
21154 \begin_layout Plain Layout
21155
21156 \end_layout
21157
21158 \end_inset
21159 </cell>
21160 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21161 \begin_inset Text
21162
21163 \begin_layout Plain Layout
21164 Relationen
21165 \end_layout
21166
21167 \end_inset
21168 </cell>
21169 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21170 \begin_inset Text
21171
21172 \begin_layout Plain Layout
21173
21174 \end_layout
21175
21176 \end_inset
21177 </cell>
21178 </row>
21179 <row>
21180 <cell alignment="center" valignment="top" usebox="none">
21181 \begin_inset Text
21182
21183 \begin_layout Plain Layout
21184 12×
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21190 \begin_inset Text
21191
21192 \begin_layout Plain Layout
21193 24
21194 \begin_inset space \thinspace{}
21195 \end_inset
21196
21197 Flaschen
21198 \end_layout
21199
21200 \end_inset
21201 </cell>
21202 <cell alignment="center" valignment="top" usebox="none">
21203 \begin_inset Text
21204
21205 \begin_layout Plain Layout
21206 \begin_inset Formula $10\cdot$
21207 \end_inset
21208
21209
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21215 \begin_inset Text
21216
21217 \begin_layout Plain Layout
21218 \begin_inset Formula $10^{\mbox{-}17}$
21219 \end_inset
21220
21221
21222 \end_layout
21223
21224 \end_inset
21225 </cell>
21226 <cell alignment="center" valignment="top" usebox="none">
21227 \begin_inset Text
21228
21229 \begin_layout Plain Layout
21230 \begin_inset Formula $\Gamma(t)\propto$
21231 \end_inset
21232
21233
21234 \end_layout
21235
21236 \end_inset
21237 </cell>
21238 <cell alignment="center" valignment="top" usebox="none">
21239 \begin_inset Text
21240
21241 \begin_layout Plain Layout
21242 \begin_inset Formula $\:\Upsilon(t)$
21243 \end_inset
21244
21245
21246 \end_layout
21247
21248 \end_inset
21249 </cell>
21250 </row>
21251 <row>
21252 <cell alignment="center" valignment="top" usebox="none">
21253 \begin_inset Text
21254
21255 \begin_layout Plain Layout
21256 1024×
21257 \end_layout
21258
21259 \end_inset
21260 </cell>
21261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21262 \begin_inset Text
21263
21264 \begin_layout Plain Layout
21265 768
21266 \begin_inset space \thinspace{}
21267 \end_inset
21268
21269 Pixel
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 <cell alignment="center" valignment="top" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 \begin_inset Formula $5.78\cdot$
21279 \end_inset
21280
21281
21282 \end_layout
21283
21284 \end_inset
21285 </cell>
21286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21287 \begin_inset Text
21288
21289 \begin_layout Plain Layout
21290 \begin_inset Formula $10^{7}$
21291 \end_inset
21292
21293
21294 \end_layout
21295
21296 \end_inset
21297 </cell>
21298 <cell alignment="center" valignment="top" usebox="none">
21299 \begin_inset Text
21300
21301 \begin_layout Plain Layout
21302 \begin_inset Formula $A\ne$
21303 \end_inset
21304
21305
21306 \end_layout
21307
21308 \end_inset
21309 </cell>
21310 <cell alignment="center" valignment="top" usebox="none">
21311 \begin_inset Text
21312
21313 \begin_layout Plain Layout
21314 \begin_inset Formula $\:B_{\mathrm{red}}$
21315 \end_inset
21316
21317
21318 \end_layout
21319
21320 \end_inset
21321 </cell>
21322 </row>
21323 <row>
21324 <cell alignment="center" valignment="top" usebox="none">
21325 \begin_inset Text
21326
21327 \begin_layout Plain Layout
21328 32×
21329 \end_layout
21330
21331 \end_inset
21332 </cell>
21333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337 6
21338 \begin_inset space \thinspace{}
21339 \end_inset
21340
21341 cm
21342 \end_layout
21343
21344 \end_inset
21345 </cell>
21346 <cell alignment="center" valignment="top" usebox="none">
21347 \begin_inset Text
21348
21349 \begin_layout Plain Layout
21350 -
21351 \begin_inset Formula $33.5\cdot$
21352 \end_inset
21353
21354
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363 \begin_inset Formula $10^{4}$
21364 \end_inset
21365
21366
21367 \end_layout
21368
21369 \end_inset
21370 </cell>
21371 <cell alignment="center" valignment="top" usebox="none">
21372 \begin_inset Text
21373
21374 \begin_layout Plain Layout
21375 \begin_inset Formula $\sin(\alpha)\ge$
21376 \end_inset
21377
21378
21379 \end_layout
21380
21381 \end_inset
21382 </cell>
21383 <cell alignment="center" valignment="top" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387 \begin_inset Formula $\:\sin(\beta)$
21388 \end_inset
21389
21390
21391 \end_layout
21392
21393 \end_inset
21394 </cell>
21395 </row>
21396 </lyxtabular>
21397
21398 \end_inset
21399
21400
21401 \end_layout
21402
21403 \end_inset
21404
21405
21406 \end_layout
21407
21408 \begin_layout Subsection
21409 Angepasste Zellen-/Spaltenformate
21410 \begin_inset CommandInset label
21411 LatexCommand label
21412 name "uab:Angepasste-Zellen-/Spaltenformate"
21413
21414 \end_inset
21415
21416
21417 \begin_inset Index idx
21418 status collapsed
21419
21420 \begin_layout Plain Layout
21421 Tabellen ! Spaltenformat
21422 \end_layout
21423
21424 \end_inset
21425
21426
21427 \end_layout
21428
21429 \begin_layout Standard
21430 Wenn man wie in Abschnitt
21431 \begin_inset space ~
21432 \end_inset
21433
21434
21435 \begin_inset CommandInset ref
21436 LatexCommand ref
21437 reference "abs:Berechnung-der-Tabellenbreite"
21438
21439 \end_inset
21440
21441  oder Abschnitt
21442 \begin_inset space ~
21443 \end_inset
21444
21445
21446 \begin_inset CommandInset ref
21447 LatexCommand ref
21448 reference "uab:Mehrfachspalten-Berechnungen"
21449
21450 \end_inset
21451
21452  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
21453  Tabellen sehr lästig.
21454  Um sich das Leben zu erleichtern, kann man im \SpecialChar LaTeX
21455 -Vorspann ein Zellen/Spalten-Form
21456 at definieren, das dann in allen Tabellen des Dokuments verwendet werden
21457  kann.
21458  Das Format wird mit dem Befehl
21459 \end_layout
21460
21461 \begin_layout Standard
21462
21463 \series bold
21464
21465 \backslash
21466 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
21467 \end_layout
21468
21469 \begin_layout Standard
21470 definiert.
21471  Der Formatname darf nur ein Buchstabe sein, aber nicht 
21472 \emph on
21473 b
21474 \emph default
21475
21476 \emph on
21477 c
21478 \emph default
21479
21480 \emph on
21481 l
21482 \emph default
21483
21484 \emph on
21485 m
21486 \emph default
21487
21488 \emph on
21489 p
21490 \emph default
21491  oder 
21492 \emph on
21493 r
21494 \emph default
21495 , weil diese vordefiniert sind.
21496  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
21497 \end_layout
21498
21499 \begin_layout Standard
21500 \begin_inset VSpace medskip
21501 \end_inset
21502
21503
21504 \end_layout
21505
21506 \begin_layout Standard
21507 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
21508  Breite könnte das Format so aussehen:
21509 \end_layout
21510
21511 \begin_layout Standard
21512
21513 \series bold
21514
21515 \backslash
21516 newcolumntype{M}[1]{>{
21517 \backslash
21518 centering
21519 \backslash
21520 hspace{0pt}}m{#1}}
21521 \end_layout
21522
21523 \begin_layout Standard
21524 wobei 
21525 \series bold
21526
21527 \backslash
21528 hspace{0pt}
21529 \series default
21530  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
21531  Abschnitt
21532 \begin_inset space ~
21533 \end_inset
21534
21535
21536 \begin_inset CommandInset ref
21537 LatexCommand ref
21538 reference "uab:Mehrfache-Zeilen-in"
21539
21540 \end_inset
21541
21542  beschrieben.
21543  Jetzt können Sie mit
21544 \end_layout
21545
21546 \begin_layout Standard
21547
21548 \series bold
21549 M{Breite}
21550 \end_layout
21551
21552 \begin_layout Standard
21553 im 
21554 \family sans
21555 \SpecialChar LaTeX
21556 -Argument
21557 \family default
21558  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
21559 \end_layout
21560
21561 \begin_layout Standard
21562 \begin_inset VSpace bigskip
21563 \end_inset
21564
21565
21566 \end_layout
21567
21568 \begin_layout Standard
21569 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
21570  Format definieren:
21571 \end_layout
21572
21573 \begin_layout Standard
21574
21575 \series bold
21576
21577 \backslash
21578 newcolumntype{S}[2]{>{
21579 \backslash
21580 centering
21581 \backslash
21582 hspace{0pt}}
21583 \begin_inset Newline newline
21584 \end_inset
21585
21586
21587 \begin_inset Phantom HPhantom
21588 status open
21589
21590 \begin_layout Plain Layout
21591
21592 \series bold
21593
21594 \backslash
21595 newcolumntype
21596 \end_layout
21597
21598 \end_inset
21599
21600 m{(#1+(2
21601 \backslash
21602 tabcolsep+
21603 \backslash
21604 arrayrulewidth)*(1-#2))/#2}}
21605 \end_layout
21606
21607 \begin_layout Standard
21608 Dieses Format benutzt Gleichung
21609 \begin_inset space ~
21610 \end_inset
21611
21612
21613 \begin_inset CommandInset ref
21614 LatexCommand ref
21615 reference "eq:Wgn"
21616
21617 \end_inset
21618
21619 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
21620  breit ist.
21621 \end_layout
21622
21623 \begin_layout Standard
21624 Jetzt können Sie im 
21625 \family sans
21626 \SpecialChar LaTeX
21627 -Argument
21628 \family default
21629  im 
21630 \family sans
21631 Tabellen-Einstellungen
21632 \family default
21633 -Dialog folgendes einfügen:
21634 \end_layout
21635
21636 \begin_layout Standard
21637
21638 \series bold
21639 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
21640 \end_layout
21641
21642 \begin_layout Standard
21643 \begin_inset VSpace bigskip
21644 \end_inset
21645
21646
21647 \end_layout
21648
21649 \begin_layout Standard
21650 Für farbige Spalten können Sie folgendes einfügen:
21651 \end_layout
21652
21653 \begin_layout Standard
21654
21655 \series bold
21656
21657 \backslash
21658 newcolumntype{K}[1]{>{
21659 \backslash
21660 columncolor{#1}
21661 \backslash
21662 hspace{0pt}}c}
21663 \end_layout
21664
21665 \begin_layout Standard
21666 Das 
21667 \begin_inset Quotes gld
21668 \end_inset
21669
21670 c
21671 \begin_inset Quotes grd
21672 \end_inset
21673
21674  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
21675  zentriert ist.
21676  Jetzt können Sie als 
21677 \family sans
21678 \SpecialChar LaTeX
21679 -Argument
21680 \family default
21681  folgendes einfügen:
21682 \end_layout
21683
21684 \begin_layout Standard
21685
21686 \series bold
21687 K{Farbname}
21688 \end_layout
21689
21690 \begin_layout Standard
21691 \begin_inset VSpace bigskip
21692 \end_inset
21693
21694
21695 \end_layout
21696
21697 \begin_layout Standard
21698 Für Tabelle
21699 \begin_inset space ~
21700 \end_inset
21701
21702
21703 \begin_inset CommandInset ref
21704 LatexCommand ref
21705 reference "tab:Tabelle-mit-benutzerdefinierte"
21706
21707 \end_inset
21708
21709  wurden folgende 
21710 \family sans
21711 \SpecialChar LaTeX
21712 -Argumente
21713 \family default
21714  benutzt:
21715 \end_layout
21716
21717 \begin_layout Standard
21718
21719 \series bold
21720 M{2.5cm}
21721 \end_layout
21722
21723 \begin_layout Standard
21724 für die erste Spalte und die Mehrfachspalte,
21725 \end_layout
21726
21727 \begin_layout Standard
21728
21729 \series bold
21730 K{red}
21731 \end_layout
21732
21733 \begin_layout Standard
21734 für die letzte Spalte und
21735 \end_layout
21736
21737 \begin_layout Standard
21738
21739 \series bold
21740 S{2.5cm}{2}
21741 \end_layout
21742
21743 \begin_layout Standard
21744 für die Spalten in der zweiten Mehrfachspalte.
21745 \end_layout
21746
21747 \begin_layout Standard
21748 \begin_inset Float table
21749 placement h
21750 wide false
21751 sideways false
21752 status open
21753
21754 \begin_layout Plain Layout
21755 \begin_inset Caption Standard
21756
21757 \begin_layout Plain Layout
21758 \begin_inset CommandInset label
21759 LatexCommand label
21760 name "tab:Tabelle-mit-benutzerdefinierte"
21761
21762 \end_inset
21763
21764 Tabelle mit benutzerdefinierten Formaten
21765 \end_layout
21766
21767 \end_inset
21768
21769
21770 \end_layout
21771
21772 \begin_layout Plain Layout
21773 \align center
21774 \begin_inset Tabular
21775 <lyxtabular version="3" rows="3" columns="4">
21776 <features tabularvalignment="middle">
21777 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21778 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21779 <column alignment="center" valignment="middle">
21780 <column alignment="center" valignment="middle" special="K{red}">
21781 <row>
21782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21783 \begin_inset Text
21784
21785 \begin_layout Plain Layout
21786 einsehrlangesWort
21787 \end_layout
21788
21789 \end_inset
21790 </cell>
21791 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795 Mehrfachspalte mit mehreren Zeilen
21796 \end_layout
21797
21798 \end_inset
21799 </cell>
21800 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21801 \begin_inset Text
21802
21803 \begin_layout Plain Layout
21804
21805 \end_layout
21806
21807 \end_inset
21808 </cell>
21809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21810 \begin_inset Text
21811
21812 \begin_layout Plain Layout
21813 c
21814 \end_layout
21815
21816 \end_inset
21817 </cell>
21818 </row>
21819 <row>
21820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21821 \begin_inset Text
21822
21823 \begin_layout Plain Layout
21824 d
21825 \end_layout
21826
21827 \end_inset
21828 </cell>
21829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21830 \begin_inset Text
21831
21832 \begin_layout Plain Layout
21833 e
21834 \end_layout
21835
21836 \end_inset
21837 </cell>
21838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21839 \begin_inset Text
21840
21841 \begin_layout Plain Layout
21842 f
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851 g
21852 \end_layout
21853
21854 \end_inset
21855 </cell>
21856 </row>
21857 <row>
21858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21859 \begin_inset Text
21860
21861 \begin_layout Plain Layout
21862 h
21863 \end_layout
21864
21865 \end_inset
21866 </cell>
21867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21868 \begin_inset Text
21869
21870 \begin_layout Plain Layout
21871 i
21872 \end_layout
21873
21874 \end_inset
21875 </cell>
21876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21877 \begin_inset Text
21878
21879 \begin_layout Plain Layout
21880 j
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889 k
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 </row>
21895 </lyxtabular>
21896
21897 \end_inset
21898
21899
21900 \end_layout
21901
21902 \end_inset
21903
21904
21905 \end_layout
21906
21907 \begin_layout Subsection
21908 Liniendicke
21909 \begin_inset CommandInset label
21910 LatexCommand label
21911 name "uab:Liniendicke"
21912
21913 \end_inset
21914
21915
21916 \begin_inset Index idx
21917 status collapsed
21918
21919 \begin_layout Plain Layout
21920 Tabellen  ! Linien ! -dicke
21921 \end_layout
21922
21923 \end_inset
21924
21925
21926 \end_layout
21927
21928 \begin_layout Standard
21929 Die Liniendicke für alle Linien einer Tabelle kann mit 
21930 \series bold
21931
21932 \backslash
21933 arrayrulewidth
21934 \series default
21935  eingestellt werden.
21936  Um eine Liniendicke von 1.5
21937 \begin_inset space \thinspace{}
21938 \end_inset
21939
21940 pt wie in Tabelle
21941 \begin_inset space ~
21942 \end_inset
21943
21944
21945 \begin_inset CommandInset ref
21946 LatexCommand ref
21947 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
21948
21949 \end_inset
21950
21951  zu bekommen, geben Sie den Befehl
21952 \end_layout
21953
21954 \begin_layout Standard
21955
21956 \series bold
21957
21958 \backslash
21959 setlength{
21960 \backslash
21961 arrayrulewidth}{1.5pt}
21962 \end_layout
21963
21964 \begin_layout Standard
21965 als \SpecialChar TeX
21966 -Code vor der (Gleitobjekt-)Tabelle ein.
21967  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
21968  Mit
21969 \end_layout
21970
21971 \begin_layout Standard
21972
21973 \series bold
21974
21975 \backslash
21976 setlength{
21977 \backslash
21978 arrayrulewidth}{0.4pt}
21979 \end_layout
21980
21981 \begin_layout Standard
21982 bekommen Sie wieder die Standarddicke.
21983 \end_layout
21984
21985 \begin_layout Standard
21986 \begin_inset ERT
21987 status collapsed
21988
21989 \begin_layout Plain Layout
21990
21991
21992 \backslash
21993 setlength{
21994 \backslash
21995 arrayrulewidth}{1.5pt}
21996 \end_layout
21997
21998 \end_inset
21999
22000
22001 \begin_inset Float table
22002 placement H
22003 wide false
22004 sideways false
22005 status open
22006
22007 \begin_layout Plain Layout
22008 \begin_inset Caption Standard
22009
22010 \begin_layout Plain Layout
22011 \begin_inset CommandInset label
22012 LatexCommand label
22013 name "tab:Tabelle-mit-1.5pt-Liniendicke"
22014
22015 \end_inset
22016
22017 Tabelle mit 1.5
22018 \begin_inset space \thinspace{}
22019 \end_inset
22020
22021 pt Liniendicke
22022 \end_layout
22023
22024 \end_inset
22025
22026
22027 \end_layout
22028
22029 \begin_layout Plain Layout
22030 \align center
22031 \begin_inset Tabular
22032 <lyxtabular version="3" rows="3" columns="3">
22033 <features tabularvalignment="middle">
22034 <column alignment="center" valignment="top">
22035 <column alignment="center" valignment="top">
22036 <column alignment="center" valignment="top">
22037 <row>
22038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22039 \begin_inset Text
22040
22041 \begin_layout Plain Layout
22042 sd
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051
22052 \end_layout
22053
22054 \end_inset
22055 </cell>
22056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22057 \begin_inset Text
22058
22059 \begin_layout Plain Layout
22060
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 </row>
22066 <row>
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" usebox="none">
22077 \begin_inset Text
22078
22079 \begin_layout Plain Layout
22080 sd
22081 \end_layout
22082
22083 \end_inset
22084 </cell>
22085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089
22090 \end_layout
22091
22092 \end_inset
22093 </cell>
22094 </row>
22095 <row>
22096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22097 \begin_inset Text
22098
22099 \begin_layout Plain Layout
22100
22101 \end_layout
22102
22103 \end_inset
22104 </cell>
22105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22106 \begin_inset Text
22107
22108 \begin_layout Plain Layout
22109
22110 \end_layout
22111
22112 \end_inset
22113 </cell>
22114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22115 \begin_inset Text
22116
22117 \begin_layout Plain Layout
22118 sd
22119 \end_layout
22120
22121 \end_inset
22122 </cell>
22123 </row>
22124 </lyxtabular>
22125
22126 \end_inset
22127
22128
22129 \end_layout
22130
22131 \end_inset
22132
22133
22134 \begin_inset ERT
22135 status collapsed
22136
22137 \begin_layout Plain Layout
22138
22139
22140 \backslash
22141 setlength{
22142 \backslash
22143 arrayrulewidth}{0.4pt}
22144 \end_layout
22145
22146 \end_inset
22147
22148
22149 \end_layout
22150
22151 \begin_layout Standard
22152 \begin_inset VSpace bigskip
22153 \end_inset
22154
22155 Um eine Liniendicke von 1.5
22156 \begin_inset space \thinspace{}
22157 \end_inset
22158
22159 pt nur für horizontale Linien zu bekommen wie in Tabelle
22160 \begin_inset space ~
22161 \end_inset
22162
22163
22164 \begin_inset CommandInset ref
22165 LatexCommand ref
22166 reference "tab:Tabelle-mit-1.5pt-horiz"
22167
22168 \end_inset
22169
22170 , müssen Sie folgende Befehle als \SpecialChar TeX
22171 -Code vor der (Gleitobjekt-)Tabelle einfügen:
22172 \end_layout
22173
22174 \begin_layout Standard
22175
22176 \series bold
22177
22178 \backslash
22179 let
22180 \backslash
22181 myHline
22182 \backslash
22183 hline
22184 \begin_inset Newline newline
22185 \end_inset
22186
22187
22188 \backslash
22189 renewcommand{
22190 \backslash
22191 hline}
22192 \begin_inset Newline newline
22193 \end_inset
22194
22195  {
22196 \backslash
22197 noalign{
22198 \backslash
22199 global
22200 \backslash
22201 arrayrulewidth 1.5pt}
22202 \begin_inset Newline newline
22203 \end_inset
22204
22205  
22206 \backslash
22207 myHline
22208 \backslash
22209 noalign{
22210 \backslash
22211 global
22212 \backslash
22213 arrayrulewidth 0.4pt}}
22214 \end_layout
22215
22216 \begin_layout Standard
22217 Die Standarddicke erhalten Sie mit folgendem Befehl als \SpecialChar TeX
22218 -Code hinter der
22219  (Gleit\SpecialChar softhyphen
22220 objekt-)Tabelle zurück:
22221 \end_layout
22222
22223 \begin_layout Standard
22224
22225 \series bold
22226
22227 \backslash
22228 renewcommand{
22229 \backslash
22230 hline}{
22231 \backslash
22232 myHline}
22233 \end_layout
22234
22235 \begin_layout Standard
22236 \begin_inset ERT
22237 status collapsed
22238
22239 \begin_layout Plain Layout
22240
22241
22242 \backslash
22243 let
22244 \backslash
22245 myHline
22246 \backslash
22247 hline
22248 \end_layout
22249
22250 \begin_layout Plain Layout
22251
22252
22253 \backslash
22254 renewcommand{
22255 \backslash
22256 hline}
22257 \end_layout
22258
22259 \begin_layout Plain Layout
22260
22261  {
22262 \backslash
22263 noalign{
22264 \backslash
22265 global
22266 \backslash
22267 arrayrulewidth 1.5pt}
22268 \end_layout
22269
22270 \begin_layout Plain Layout
22271
22272   
22273 \backslash
22274 myHline
22275 \backslash
22276 noalign{
22277 \backslash
22278 global
22279 \backslash
22280 arrayrulewidth 0.4pt}}
22281 \end_layout
22282
22283 \end_inset
22284
22285
22286 \begin_inset Float table
22287 placement h
22288 wide false
22289 sideways false
22290 status open
22291
22292 \begin_layout Plain Layout
22293 \begin_inset Caption Standard
22294
22295 \begin_layout Plain Layout
22296 \begin_inset CommandInset label
22297 LatexCommand label
22298 name "tab:Tabelle-mit-1.5pt-horiz"
22299
22300 \end_inset
22301
22302 Tabelle mit 1.5
22303 \begin_inset space \thinspace{}
22304 \end_inset
22305
22306 pt dicken horizontalen Linien
22307 \end_layout
22308
22309 \end_inset
22310
22311
22312 \end_layout
22313
22314 \begin_layout Plain Layout
22315 \align center
22316 \begin_inset Tabular
22317 <lyxtabular version="3" rows="3" columns="3">
22318 <features tabularvalignment="middle">
22319 <column alignment="center" valignment="top">
22320 <column alignment="center" valignment="top">
22321 <column alignment="center" valignment="top">
22322 <row>
22323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22324 \begin_inset Text
22325
22326 \begin_layout Plain Layout
22327 sd
22328 \end_layout
22329
22330 \end_inset
22331 </cell>
22332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 </row>
22351 <row>
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" usebox="none">
22362 \begin_inset Text
22363
22364 \begin_layout Plain Layout
22365 sd
22366 \end_layout
22367
22368 \end_inset
22369 </cell>
22370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22371 \begin_inset Text
22372
22373 \begin_layout Plain Layout
22374
22375 \end_layout
22376
22377 \end_inset
22378 </cell>
22379 </row>
22380 <row>
22381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22382 \begin_inset Text
22383
22384 \begin_layout Plain Layout
22385
22386 \end_layout
22387
22388 \end_inset
22389 </cell>
22390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22391 \begin_inset Text
22392
22393 \begin_layout Plain Layout
22394
22395 \end_layout
22396
22397 \end_inset
22398 </cell>
22399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22400 \begin_inset Text
22401
22402 \begin_layout Plain Layout
22403 sd
22404 \end_layout
22405
22406 \end_inset
22407 </cell>
22408 </row>
22409 </lyxtabular>
22410
22411 \end_inset
22412
22413
22414 \end_layout
22415
22416 \end_inset
22417
22418
22419 \begin_inset ERT
22420 status collapsed
22421
22422 \begin_layout Plain Layout
22423
22424
22425 \backslash
22426 renewcommand{
22427 \backslash
22428 hline}{
22429 \backslash
22430 myHline}
22431 \end_layout
22432
22433 \end_inset
22434
22435
22436 \end_layout
22437
22438 \begin_layout Standard
22439 \begin_inset VSpace bigskip
22440 \end_inset
22441
22442 Um die Liniendicke von 1.5
22443 \begin_inset space \thinspace{}
22444 \end_inset
22445
22446 pt nur für vertikale Linien zu bekommen, müssen Sie im \SpecialChar LaTeX
22447 -Vorspann folgendes
22448  Spaltenformat entsprechend der Beschreibung in Abschnitt
22449 \begin_inset space ~
22450 \end_inset
22451
22452
22453 \begin_inset CommandInset ref
22454 LatexCommand ref
22455 reference "uab:Angepasste-Zellen-/Spaltenformate"
22456
22457 \end_inset
22458
22459  definieren:
22460 \end_layout
22461
22462 \begin_layout Standard
22463
22464 \series bold
22465
22466 \backslash
22467 newcolumntype{V}{!{
22468 \backslash
22469 vrule width 1.5pt}}
22470 \end_layout
22471
22472 \begin_layout Standard
22473 In Tabelle
22474 \begin_inset space ~
22475 \end_inset
22476
22477
22478 \begin_inset CommandInset ref
22479 LatexCommand ref
22480 reference "tab:Tabelle-mit-1.5pt-vert"
22481
22482 \end_inset
22483
22484  wurde das 
22485 \family sans
22486 LaTeX-Argument
22487 \family default
22488 \series bold
22489  VcV
22490 \series default
22491  für die letzte Spalte und
22492 \series bold
22493  Vc
22494 \series default
22495  für die anderen benutzt.
22496 \end_layout
22497
22498 \begin_layout Standard
22499 \begin_inset Float table
22500 placement H
22501 wide false
22502 sideways false
22503 status open
22504
22505 \begin_layout Plain Layout
22506 \begin_inset Caption Standard
22507
22508 \begin_layout Plain Layout
22509 \begin_inset CommandInset label
22510 LatexCommand label
22511 name "tab:Tabelle-mit-1.5pt-vert"
22512
22513 \end_inset
22514
22515 Tabelle mit 1.5
22516 \begin_inset space \thinspace{}
22517 \end_inset
22518
22519 pt dicken vertikalen Linien
22520 \end_layout
22521
22522 \end_inset
22523
22524
22525 \end_layout
22526
22527 \begin_layout Plain Layout
22528 \align center
22529 \begin_inset Tabular
22530 <lyxtabular version="3" rows="3" columns="3">
22531 <features tabularvalignment="middle">
22532 <column alignment="center" valignment="top" special="Vc">
22533 <column alignment="center" valignment="top" special="Vc">
22534 <column alignment="center" valignment="top" special="VcV">
22535 <row>
22536 <cell alignment="center" valignment="top" topline="true" usebox="none">
22537 \begin_inset Text
22538
22539 \begin_layout Plain Layout
22540 sd
22541 \end_layout
22542
22543 \end_inset
22544 </cell>
22545 <cell alignment="center" valignment="top" topline="true" usebox="none">
22546 \begin_inset Text
22547
22548 \begin_layout Plain Layout
22549
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 <cell alignment="center" valignment="top" topline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558
22559 \end_layout
22560
22561 \end_inset
22562 </cell>
22563 </row>
22564 <row>
22565 <cell alignment="center" valignment="top" topline="true" usebox="none">
22566 \begin_inset Text
22567
22568 \begin_layout Plain Layout
22569
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 <cell alignment="center" valignment="top" topline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578 sd
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 <cell alignment="center" valignment="top" topline="true" usebox="none">
22584 \begin_inset Text
22585
22586 \begin_layout Plain Layout
22587
22588 \end_layout
22589
22590 \end_inset
22591 </cell>
22592 </row>
22593 <row>
22594 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598
22599 \end_layout
22600
22601 \end_inset
22602 </cell>
22603 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22604 \begin_inset Text
22605
22606 \begin_layout Plain Layout
22607
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616 sd
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 </row>
22622 </lyxtabular>
22623
22624 \end_inset
22625
22626
22627 \end_layout
22628
22629 \end_inset
22630
22631
22632 \end_layout
22633
22634 \begin_layout Subsection
22635 Gestrichelte Linien
22636 \begin_inset Index idx
22637 status collapsed
22638
22639 \begin_layout Plain Layout
22640 Tabellen  ! Linien ! gestrichelte 
22641 \end_layout
22642
22643 \end_inset
22644
22645
22646 \end_layout
22647
22648 \begin_layout Standard
22649 \begin_inset ERT
22650 status collapsed
22651
22652 \begin_layout Plain Layout
22653
22654
22655 \backslash
22656 ifarydshln
22657 \end_layout
22658
22659 \end_inset
22660
22661
22662 \begin_inset Note Note
22663 status open
22664
22665 \begin_layout Plain Layout
22666 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
22667 -Paket 
22668 \series bold
22669 arydshln
22670 \series default
22671  installiert ist.
22672 \end_layout
22673
22674 \end_inset
22675
22676
22677 \end_layout
22678
22679 \begin_layout Standard
22680 \begin_inset Float table
22681 placement h
22682 wide false
22683 sideways false
22684 status open
22685
22686 \begin_layout Plain Layout
22687 \begin_inset Caption Standard
22688
22689 \begin_layout Plain Layout
22690 \begin_inset CommandInset label
22691 LatexCommand label
22692 name "tab:Tabelle-mit-gestrichelten"
22693
22694 \end_inset
22695
22696 Tabelle mit gestrichelten Linien
22697 \end_layout
22698
22699 \end_inset
22700
22701
22702 \end_layout
22703
22704 \begin_layout Plain Layout
22705 \align center
22706 \begin_inset Tabular
22707 <lyxtabular version="3" rows="5" columns="5">
22708 <features tabularvalignment="middle">
22709 <column alignment="center" valignment="top">
22710 <column alignment="center" valignment="top">
22711 <column alignment="center" valignment="top" special=":c">
22712 <column alignment="center" valignment="top">
22713 <column alignment="center" valignment="top">
22714 <row>
22715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719 a
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22725 \begin_inset Text
22726
22727 \begin_layout Plain Layout
22728 b
22729 \end_layout
22730
22731 \end_inset
22732 </cell>
22733 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22734 \begin_inset Text
22735
22736 \begin_layout Plain Layout
22737 c
22738 \end_layout
22739
22740 \end_inset
22741 </cell>
22742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22743 \begin_inset Text
22744
22745 \begin_layout Plain Layout
22746 d
22747 \end_layout
22748
22749 \end_inset
22750 </cell>
22751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755 e
22756 \end_layout
22757
22758 \end_inset
22759 </cell>
22760 </row>
22761 <row>
22762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22763 \begin_inset Text
22764
22765 \begin_layout Plain Layout
22766 f
22767 \end_layout
22768
22769 \end_inset
22770 </cell>
22771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775 g
22776 \end_layout
22777
22778 \end_inset
22779 </cell>
22780 <cell alignment="center" valignment="top" topline="true" usebox="none">
22781 \begin_inset Text
22782
22783 \begin_layout Plain Layout
22784 h
22785 \end_layout
22786
22787 \end_inset
22788 </cell>
22789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793 i
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802 j
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 </row>
22808 <row>
22809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22810 \begin_inset Text
22811
22812 \begin_layout Plain Layout
22813 \begin_inset ERT
22814 status collapsed
22815
22816 \begin_layout Plain Layout
22817
22818
22819 \backslash
22820 hdashline 
22821 \end_layout
22822
22823 \end_inset
22824
22825 k
22826 \end_layout
22827
22828 \end_inset
22829 </cell>
22830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22831 \begin_inset Text
22832
22833 \begin_layout Plain Layout
22834 l
22835 \end_layout
22836
22837 \end_inset
22838 </cell>
22839 <cell alignment="center" valignment="top" usebox="none">
22840 \begin_inset Text
22841
22842 \begin_layout Plain Layout
22843 m
22844 \end_layout
22845
22846 \end_inset
22847 </cell>
22848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22849 \begin_inset Text
22850
22851 \begin_layout Plain Layout
22852 n
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22858 \begin_inset Text
22859
22860 \begin_layout Plain Layout
22861 o
22862 \end_layout
22863
22864 \end_inset
22865 </cell>
22866 </row>
22867 <row>
22868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22869 \begin_inset Text
22870
22871 \begin_layout Plain Layout
22872 \begin_inset ERT
22873 status collapsed
22874
22875 \begin_layout Plain Layout
22876
22877
22878 \backslash
22879 cdashline{4-5}
22880 \end_layout
22881
22882 \end_inset
22883
22884 p
22885 \end_layout
22886
22887 \end_inset
22888 </cell>
22889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22890 \begin_inset Text
22891
22892 \begin_layout Plain Layout
22893 q
22894 \end_layout
22895
22896 \end_inset
22897 </cell>
22898 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22899 \begin_inset Text
22900
22901 \begin_layout Plain Layout
22902 r
22903 \end_layout
22904
22905 \end_inset
22906 </cell>
22907 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22908 \begin_inset Text
22909
22910 \begin_layout Plain Layout
22911 s
22912 \end_layout
22913
22914 \end_inset
22915 </cell>
22916 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22917 \begin_inset Text
22918
22919 \begin_layout Plain Layout
22920
22921 \end_layout
22922
22923 \end_inset
22924 </cell>
22925 </row>
22926 <row>
22927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22928 \begin_inset Text
22929
22930 \begin_layout Plain Layout
22931 t
22932 \end_layout
22933
22934 \end_inset
22935 </cell>
22936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22937 \begin_inset Text
22938
22939 \begin_layout Plain Layout
22940 u
22941 \end_layout
22942
22943 \end_inset
22944 </cell>
22945 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22946 \begin_inset Text
22947
22948 \begin_layout Plain Layout
22949 v
22950 \end_layout
22951
22952 \end_inset
22953 </cell>
22954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22955 \begin_inset Text
22956
22957 \begin_layout Plain Layout
22958 w
22959 \end_layout
22960
22961 \end_inset
22962 </cell>
22963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22964 \begin_inset Text
22965
22966 \begin_layout Plain Layout
22967 x
22968 \end_layout
22969
22970 \end_inset
22971 </cell>
22972 </row>
22973 </lyxtabular>
22974
22975 \end_inset
22976
22977
22978 \end_layout
22979
22980 \end_inset
22981
22982
22983 \end_layout
22984
22985 \begin_layout Standard
22986 \SpecialChar LyX
22987  unterstützt von sich aus keine gestrichelten Linien, also müssen Sie \SpecialChar TeX
22988 -Code
22989  benutzen.
22990  Zunächst müssen Sie das \SpecialChar LaTeX
22991 -Paket 
22992 \series bold
22993 arydshln
22994 \series default
22995
22996 \begin_inset Index idx
22997 status collapsed
22998
22999 \begin_layout Plain Layout
23000 \SpecialChar LaTeX
23001 -Pakete ! arydshln
23002 \end_layout
23003
23004 \end_inset
23005
23006  im \SpecialChar LaTeX
23007 -Vorspann laden:
23008 \end_layout
23009
23010 \begin_layout Standard
23011
23012 \series bold
23013
23014 \backslash
23015 usepackage{arydshln}
23016 \end_layout
23017
23018 \begin_layout Standard
23019 Um senkrechte Linien zu stricheln, müssen Sie im 
23020 \family sans
23021 LaTeX-Argument
23022 \family default
23023  des 
23024 \family sans
23025 Tabellen-Einstellungen
23026 \family default
23027 -Dialogs 
23028 \begin_inset Quotes gld
23029 \end_inset
23030
23031 :
23032 \begin_inset Quotes grd
23033 \end_inset
23034
23035 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
23036 \end_layout
23037
23038 \begin_layout Standard
23039 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
23040 \end_layout
23041
23042 \begin_layout Standard
23043
23044 \series bold
23045
23046 \backslash
23047 hdashline
23048 \end_layout
23049
23050 \begin_layout Standard
23051 als \SpecialChar TeX
23052 -Code als erstes in die erste Zelle einer Zeile einfügen.
23053 \end_layout
23054
23055 \begin_layout Standard
23056 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
23057 \end_layout
23058
23059 \begin_layout Standard
23060
23061 \series bold
23062
23063 \backslash
23064 cdashline{Anfangsspalte-Endspalte}
23065 \end_layout
23066
23067 \begin_layout Standard
23068 als \SpecialChar TeX
23069 -Code als erstes in die erste Zelle einer Zeile eingefügt.
23070  Wenn Sie z.
23071 \begin_inset space \thinspace{}
23072 \end_inset
23073
23074 B.
23075  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
23076  gestrichelte Linie haben, fügen Sie den Befehl
23077 \end_layout
23078
23079 \begin_layout Standard
23080
23081 \series bold
23082
23083 \backslash
23084 cdashline{2-4}
23085 \end_layout
23086
23087 \begin_layout Standard
23088 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
23089 \end_layout
23090
23091 \begin_layout Standard
23092 \begin_inset VSpace bigskip
23093 \end_inset
23094
23095
23096 \end_layout
23097
23098 \begin_layout Standard
23099 In Tabelle
23100 \begin_inset space ~
23101 \end_inset
23102
23103
23104 \begin_inset CommandInset ref
23105 LatexCommand ref
23106 reference "tab:Tabelle-mit-gestrichelten"
23107
23108 \end_inset
23109
23110  wurde in der dritten Spalte der Befehl
23111 \series bold
23112  
23113 \series default
23114
23115 \begin_inset Quotes gld
23116 \end_inset
23117
23118
23119 \series bold
23120 :c
23121 \begin_inset Quotes grd
23122 \end_inset
23123
23124
23125 \series default
23126  benutzt.
23127  Der Befehl 
23128 \series bold
23129
23130 \backslash
23131 hdashline
23132 \series default
23133  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
23134 \begin_inset Newline newline
23135 \end_inset
23136
23137  
23138 \series bold
23139
23140 \backslash
23141 cdashline{4-5} 
23142 \series default
23143 wurde in die erste Zelle der vierten Zeile eingefügt.
23144 \end_layout
23145
23146 \begin_layout Standard
23147 \begin_inset VSpace bigskip
23148 \end_inset
23149
23150
23151 \end_layout
23152
23153 \begin_layout Standard
23154 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
23155 \begin_inset space ~
23156 \end_inset
23157
23158
23159 \begin_inset CommandInset ref
23160 LatexCommand ref
23161 reference "tab:Farbige-Tabelle-mit"
23162
23163 \end_inset
23164
23165  verdeutlicht.
23166 \end_layout
23167
23168 \begin_layout Standard
23169 \begin_inset ERT
23170 status collapsed
23171
23172 \begin_layout Plain Layout
23173
23174
23175 \backslash
23176 setlength{
23177 \backslash
23178 arrayrulewidth}{1pt}
23179 \end_layout
23180
23181 \end_inset
23182
23183
23184 \begin_inset Note Note
23185 status collapsed
23186
23187 \begin_layout Plain Layout
23188 dickere Linien zur besseren Visualisierung der Linienfarbe
23189 \end_layout
23190
23191 \end_inset
23192
23193
23194 \end_layout
23195
23196 \begin_layout Standard
23197 \begin_inset ERT
23198 status collapsed
23199
23200 \begin_layout Plain Layout
23201
23202
23203 \backslash
23204 dashgapcolor{green}
23205 \end_layout
23206
23207 \end_inset
23208
23209
23210 \begin_inset Note Note
23211 status collapsed
23212
23213 \begin_layout Plain Layout
23214 färbt Raum zwischen den Strichen grün
23215 \end_layout
23216
23217 \end_inset
23218
23219
23220 \end_layout
23221
23222 \begin_layout Standard
23223 \begin_inset ERT
23224 status collapsed
23225
23226 \begin_layout Plain Layout
23227
23228
23229 \backslash
23230 let
23231 \backslash
23232 myHdashline
23233 \backslash
23234 hdashline
23235 \end_layout
23236
23237 \begin_layout Plain Layout
23238
23239
23240 \backslash
23241 renewcommand{
23242 \backslash
23243 hdashline}
23244 \end_layout
23245
23246 \begin_layout Plain Layout
23247
23248  {
23249 \backslash
23250 arrayrulecolor{red}
23251 \backslash
23252 myHdashline
23253 \backslash
23254 arrayrulecolor{black}}
23255 \end_layout
23256
23257 \end_inset
23258
23259
23260 \begin_inset Note Note
23261 status collapsed
23262
23263 \begin_layout Plain Layout
23264 färbt horizontale, gestrichelte Linien rot
23265 \end_layout
23266
23267 \end_inset
23268
23269
23270 \end_layout
23271
23272 \begin_layout Standard
23273 \begin_inset ERT
23274 status collapsed
23275
23276 \begin_layout Plain Layout
23277
23278
23279 \backslash
23280 let
23281 \backslash
23282 myCdashline
23283 \backslash
23284 cdashline
23285 \end_layout
23286
23287 \begin_layout Plain Layout
23288
23289
23290 \backslash
23291 renewcommand{
23292 \backslash
23293 cdashline}[1]
23294 \end_layout
23295
23296 \begin_layout Plain Layout
23297
23298  {
23299 \backslash
23300 arrayrulecolor{yellow}
23301 \backslash
23302 myCdashline{#1}
23303 \backslash
23304 arrayrulecolor{black}}
23305 \end_layout
23306
23307 \end_inset
23308
23309
23310 \begin_inset Note Note
23311 status collapsed
23312
23313 \begin_layout Plain Layout
23314 färbt partielle horizontale, gestrichelte Linien gelb
23315 \end_layout
23316
23317 \end_inset
23318
23319
23320 \end_layout
23321
23322 \begin_layout Standard
23323 \begin_inset Float table
23324 placement h
23325 wide false
23326 sideways false
23327 status open
23328
23329 \begin_layout Plain Layout
23330 \begin_inset Caption Standard
23331
23332 \begin_layout Plain Layout
23333 \begin_inset CommandInset label
23334 LatexCommand label
23335 name "tab:Farbige-Tabelle-mit"
23336
23337 \end_inset
23338
23339 Farbige Tabelle mit gestrichelten Linien
23340 \end_layout
23341
23342 \end_inset
23343
23344
23345 \end_layout
23346
23347 \begin_layout Plain Layout
23348 \align center
23349 \begin_inset Tabular
23350 <lyxtabular version="3" rows="5" columns="5">
23351 <features tabularvalignment="middle">
23352 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
23353 <column alignment="center" valignment="top" width="0pt">
23354 <column alignment="center" valignment="top" width="0pt" special=":c">
23355 <column alignment="center" valignment="top">
23356 <column alignment="center" valignment="top">
23357 <row>
23358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23359 \begin_inset Text
23360
23361 \begin_layout Plain Layout
23362 a
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 <cell alignment="center" valignment="top" topline="true" usebox="none">
23368 \begin_inset Text
23369
23370 \begin_layout Plain Layout
23371 b
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 <cell alignment="center" valignment="top" topline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380 c
23381 \end_layout
23382
23383 \end_inset
23384 </cell>
23385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23386 \begin_inset Text
23387
23388 \begin_layout Plain Layout
23389 d
23390 \end_layout
23391
23392 \end_inset
23393 </cell>
23394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398 e
23399 \end_layout
23400
23401 \end_inset
23402 </cell>
23403 </row>
23404 <row>
23405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23406 \begin_inset Text
23407
23408 \begin_layout Plain Layout
23409 f
23410 \end_layout
23411
23412 \end_inset
23413 </cell>
23414 <cell alignment="center" valignment="top" topline="true" usebox="none">
23415 \begin_inset Text
23416
23417 \begin_layout Plain Layout
23418 g
23419 \end_layout
23420
23421 \end_inset
23422 </cell>
23423 <cell alignment="center" valignment="top" topline="true" usebox="none">
23424 \begin_inset Text
23425
23426 \begin_layout Plain Layout
23427 h
23428 \end_layout
23429
23430 \end_inset
23431 </cell>
23432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23433 \begin_inset Text
23434
23435 \begin_layout Plain Layout
23436 i
23437 \end_layout
23438
23439 \end_inset
23440 </cell>
23441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23442 \begin_inset Text
23443
23444 \begin_layout Plain Layout
23445 j
23446 \end_layout
23447
23448 \end_inset
23449 </cell>
23450 </row>
23451 <row>
23452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23453 \begin_inset Text
23454
23455 \begin_layout Plain Layout
23456 \begin_inset ERT
23457 status collapsed
23458
23459 \begin_layout Plain Layout
23460
23461
23462 \backslash
23463 hdashline 
23464 \end_layout
23465
23466 \end_inset
23467
23468
23469 \begin_inset ERT
23470 status collapsed
23471
23472 \begin_layout Plain Layout
23473
23474
23475 \backslash
23476 rowcolor{Gray}
23477 \end_layout
23478
23479 \end_inset
23480
23481 k
23482 \end_layout
23483
23484 \end_inset
23485 </cell>
23486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23487 \begin_inset Text
23488
23489 \begin_layout Plain Layout
23490 l
23491 \end_layout
23492
23493 \end_inset
23494 </cell>
23495 <cell alignment="center" valignment="top" usebox="none">
23496 \begin_inset Text
23497
23498 \begin_layout Plain Layout
23499 m
23500 \end_layout
23501
23502 \end_inset
23503 </cell>
23504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508 n
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517 o
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 </row>
23523 <row>
23524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528 \begin_inset ERT
23529 status collapsed
23530
23531 \begin_layout Plain Layout
23532
23533
23534 \backslash
23535 cdashline{4-5}
23536 \end_layout
23537
23538 \end_inset
23539
23540 p
23541 \end_layout
23542
23543 \end_inset
23544 </cell>
23545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23546 \begin_inset Text
23547
23548 \begin_layout Plain Layout
23549 q
23550 \end_layout
23551
23552 \end_inset
23553 </cell>
23554 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23555 \begin_inset Text
23556
23557 \begin_layout Plain Layout
23558 r
23559 \end_layout
23560
23561 \end_inset
23562 </cell>
23563 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23564 \begin_inset Text
23565
23566 \begin_layout Plain Layout
23567 s
23568 \end_layout
23569
23570 \end_inset
23571 </cell>
23572 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576
23577 \end_layout
23578
23579 \end_inset
23580 </cell>
23581 </row>
23582 <row>
23583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23584 \begin_inset Text
23585
23586 \begin_layout Plain Layout
23587 t
23588 \end_layout
23589
23590 \end_inset
23591 </cell>
23592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23593 \begin_inset Text
23594
23595 \begin_layout Plain Layout
23596 u
23597 \end_layout
23598
23599 \end_inset
23600 </cell>
23601 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23602 \begin_inset Text
23603
23604 \begin_layout Plain Layout
23605 v
23606 \end_layout
23607
23608 \end_inset
23609 </cell>
23610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23611 \begin_inset Text
23612
23613 \begin_layout Plain Layout
23614 w
23615 \end_layout
23616
23617 \end_inset
23618 </cell>
23619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23620 \begin_inset Text
23621
23622 \begin_layout Plain Layout
23623 \begin_inset ERT
23624 status collapsed
23625
23626 \begin_layout Plain Layout
23627
23628
23629 \backslash
23630 cellcolor{Maroon}
23631 \end_layout
23632
23633 \end_inset
23634
23635
23636 \color green
23637 i
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 </row>
23643 </lyxtabular>
23644
23645 \end_inset
23646
23647
23648 \end_layout
23649
23650 \end_inset
23651
23652
23653 \end_layout
23654
23655 \begin_layout Standard
23656 \begin_inset ERT
23657 status collapsed
23658
23659 \begin_layout Plain Layout
23660
23661
23662 \backslash
23663 renewcommand{
23664 \backslash
23665 hdashline}{
23666 \backslash
23667 myHdashline}
23668 \end_layout
23669
23670 \end_inset
23671
23672
23673 \begin_inset Note Note
23674 status collapsed
23675
23676 \begin_layout Plain Layout
23677 zurücksetzen auf Standardwert
23678 \end_layout
23679
23680 \end_inset
23681
23682
23683 \end_layout
23684
23685 \begin_layout Standard
23686 \begin_inset ERT
23687 status collapsed
23688
23689 \begin_layout Plain Layout
23690
23691
23692 \backslash
23693 renewcommand{
23694 \backslash
23695 cdashline}{
23696 \backslash
23697 myCdashline}
23698 \end_layout
23699
23700 \end_inset
23701
23702
23703 \begin_inset Note Note
23704 status collapsed
23705
23706 \begin_layout Plain Layout
23707 zurücksetzen auf Standardwert
23708 \end_layout
23709
23710 \end_inset
23711
23712
23713 \end_layout
23714
23715 \begin_layout Standard
23716 \begin_inset ERT
23717 status collapsed
23718
23719 \begin_layout Plain Layout
23720
23721
23722 \backslash
23723 nodashgapcolor
23724 \end_layout
23725
23726 \end_inset
23727
23728
23729 \begin_inset Note Note
23730 status collapsed
23731
23732 \begin_layout Plain Layout
23733 zurücksetzen auf Standardwert
23734 \end_layout
23735
23736 \end_inset
23737
23738
23739 \end_layout
23740
23741 \begin_layout Standard
23742 \begin_inset ERT
23743 status collapsed
23744
23745 \begin_layout Plain Layout
23746
23747
23748 \backslash
23749 setlength{
23750 \backslash
23751 arrayrulewidth}{0.4pt}
23752 \end_layout
23753
23754 \end_inset
23755
23756
23757 \begin_inset Note Note
23758 status collapsed
23759
23760 \begin_layout Plain Layout
23761 zurücksetzen auf Standardwert
23762 \end_layout
23763
23764 \end_inset
23765
23766
23767 \end_layout
23768
23769 \begin_layout Standard
23770 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
23771 \begin_inset space ~
23772 \end_inset
23773
23774
23775 \begin_inset CommandInset ref
23776 LatexCommand ref
23777 reference "abs:Farbige-Tabellen"
23778
23779 \end_inset
23780
23781  beschrieben.
23782  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
23783  beschrieben, man muss in den Befehlen nur 
23784 \series bold
23785
23786 \backslash
23787 myHlineC
23788 \series default
23789  durch 
23790 \series bold
23791
23792 \backslash
23793 myHdashline
23794 \series default
23795  und 
23796 \backslash
23797
23798 \series bold
23799 hline
23800 \series default
23801  durch 
23802 \series bold
23803
23804 \backslash
23805 hdashline
23806 \series default
23807  ersetzen; man verwendet also den Befehl
23808 \end_layout
23809
23810 \begin_layout Standard
23811
23812 \series bold
23813
23814 \backslash
23815 let
23816 \backslash
23817 myHdashline
23818 \backslash
23819 hdashline
23820 \begin_inset Newline newline
23821 \end_inset
23822
23823
23824 \backslash
23825 renewcommand{
23826 \backslash
23827 hdashline}
23828 \begin_inset Newline newline
23829 \end_inset
23830
23831
23832 \begin_inset Phantom HPhantom
23833 status open
23834
23835 \begin_layout Plain Layout
23836
23837 \series bold
23838 \begin_inset space ~
23839 \end_inset
23840
23841
23842 \end_layout
23843
23844 \end_inset
23845
23846 {
23847 \backslash
23848 arrayrulecolor{red}
23849 \backslash
23850 myHdashline
23851 \backslash
23852 arrayrulecolor{black}}
23853 \end_layout
23854
23855 \begin_layout Standard
23856 Um 
23857 \series bold
23858
23859 \backslash
23860 cdashline
23861 \series default
23862  zu färben, lautet der Befehl
23863 \end_layout
23864
23865 \begin_layout Standard
23866
23867 \series bold
23868
23869 \backslash
23870 let
23871 \backslash
23872 myCdashline
23873 \backslash
23874 cdashline
23875 \begin_inset Newline newline
23876 \end_inset
23877
23878
23879 \backslash
23880 renewcommand{
23881 \backslash
23882 cdashline}[1]
23883 \begin_inset Newline newline
23884 \end_inset
23885
23886
23887 \begin_inset Phantom HPhantom
23888 status open
23889
23890 \begin_layout Plain Layout
23891
23892 \series bold
23893 \begin_inset space ~
23894 \end_inset
23895
23896
23897 \end_layout
23898
23899 \end_inset
23900
23901 {
23902 \backslash
23903 arrayrulecolor{red}
23904 \backslash
23905 myCdashline{#1}
23906 \backslash
23907 arrayrulecolor{black}}
23908 \end_layout
23909
23910 \begin_layout Standard
23911 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
23912  als \SpecialChar TeX
23913 -Code hinter der Tabelle einfügen:
23914 \end_layout
23915
23916 \begin_layout Standard
23917 Für 
23918 \series bold
23919
23920 \backslash
23921 hdashline
23922 \end_layout
23923
23924 \begin_layout Standard
23925
23926 \series bold
23927
23928 \backslash
23929 renewcommand{
23930 \backslash
23931 hdashline}{
23932 \backslash
23933 myHdashline}
23934 \end_layout
23935
23936 \begin_layout Standard
23937 und für 
23938 \series bold
23939
23940 \backslash
23941 cdashline
23942 \end_layout
23943
23944 \begin_layout Standard
23945
23946 \series bold
23947
23948 \backslash
23949 renewcommand{
23950 \backslash
23951 cdashline}{
23952 \backslash
23953 myCdashline}
23954 \end_layout
23955
23956 \begin_layout Standard
23957 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
23958  Befehl
23959 \end_layout
23960
23961 \begin_layout Standard
23962
23963 \series bold
23964
23965 \backslash
23966 dashgapcolor{Farbe}
23967 \end_layout
23968
23969 \begin_layout Standard
23970 als \SpecialChar TeX
23971 -Code vor der Tabelle verwenden.
23972  Farbe ist hierbei der Name einer definierten Farbe.
23973  Der Befehl
23974 \end_layout
23975
23976 \begin_layout Standard
23977
23978 \series bold
23979
23980 \backslash
23981 nodashgapcolor
23982 \end_layout
23983
23984 \begin_layout Standard
23985 hebt die Einstellung von 
23986 \series bold
23987
23988 \backslash
23989 dashgapcolor
23990 \series default
23991  auf.
23992 \end_layout
23993
23994 \begin_layout Standard
23995 \begin_inset Note Greyedout
23996 status open
23997
23998 \begin_layout Plain Layout
23999
24000 \series bold
24001 \color none
24002 Achtung
24003 \series default
24004 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
24005  
24006 \series bold
24007 arydshln
24008 \series default
24009  an erster Stelle in der Zelle befinden.
24010  Daher ist in in Zelle 
24011 \emph on
24012 k
24013 \emph default
24014  der Tabelle
24015 \begin_inset space ~
24016 \end_inset
24017
24018
24019 \begin_inset CommandInset ref
24020 LatexCommand ref
24021 reference "tab:Farbige-Tabelle-mit"
24022
24023 \end_inset
24024
24025  der Befehl 
24026 \series bold
24027
24028 \backslash
24029 hdashline
24030 \series default
24031  vor 
24032 \series bold
24033
24034 \backslash
24035 rowcolor
24036 \series default
24037 .
24038 \end_layout
24039
24040 \end_inset
24041
24042
24043 \end_layout
24044
24045 \begin_layout Standard
24046 \begin_inset Note Greyedout
24047 status open
24048
24049 \begin_layout Plain Layout
24050
24051 \series bold
24052 \color none
24053 Achtung:
24054 \series default
24055  Das \SpecialChar LaTeX
24056 -Paket 
24057 \series bold
24058 arydshln
24059 \series default
24060  muss im \SpecialChar LaTeX
24061 -Vorspann nach dem \SpecialChar LaTeX
24062 -Paket 
24063 \series bold
24064 colortbl
24065 \series default
24066
24067 \begin_inset Index idx
24068 status collapsed
24069
24070 \begin_layout Plain Layout
24071 \SpecialChar LaTeX
24072 -Pakete ! colortbl
24073 \end_layout
24074
24075 \end_inset
24076
24077  geladen werden.
24078 \end_layout
24079
24080 \end_inset
24081
24082
24083 \end_layout
24084
24085 \begin_layout Standard
24086 \begin_inset ERT
24087 status collapsed
24088
24089 \begin_layout Plain Layout
24090
24091
24092 \backslash
24093 else
24094 \end_layout
24095
24096 \end_inset
24097
24098
24099 \begin_inset Note Note
24100 status open
24101
24102 \begin_layout Plain Layout
24103 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
24104 -Paket 
24105 \series bold
24106 arydshln
24107 \series default
24108  nicht installiert ist:
24109 \end_layout
24110
24111 \end_inset
24112
24113
24114 \end_layout
24115
24116 \begin_layout Standard
24117 Sie müssen das \SpecialChar LaTeX
24118 -Paket 
24119 \series bold
24120 arydshln
24121 \series default
24122  installiert haben um den Inhalt dieses Abschnitts zu sehen.
24123 \end_layout
24124
24125 \begin_layout Standard
24126 \begin_inset ERT
24127 status collapsed
24128
24129 \begin_layout Plain Layout
24130
24131
24132 \backslash
24133 fi
24134 \end_layout
24135
24136 \end_inset
24137
24138
24139 \end_layout
24140
24141 \begin_layout Standard
24142 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
24143  von 
24144 \series bold
24145 arydshln
24146 \series default
24147
24148 \begin_inset CommandInset citation
24149 LatexCommand cite
24150 key "arydshln"
24151
24152 \end_inset
24153
24154 .
24155 \end_layout
24156
24157 \begin_layout Chapter
24158 Gleitobjekte
24159 \begin_inset CommandInset label
24160 LatexCommand label
24161 name "kap:Gleitobjekte"
24162
24163 \end_inset
24164
24165
24166 \begin_inset Index idx
24167 status collapsed
24168
24169 \begin_layout Plain Layout
24170 Gleitobjekte
24171 \end_layout
24172
24173 \end_inset
24174
24175
24176 \end_layout
24177
24178 \begin_layout Section
24179 Einleitung
24180 \begin_inset CommandInset label
24181 LatexCommand label
24182 name "abs:Gleitobjekte-Einleitung"
24183
24184 \end_inset
24185
24186
24187 \begin_inset Index idx
24188 status collapsed
24189
24190 \begin_layout Plain Layout
24191 Gleitobjekte ! Einleitung
24192 \end_layout
24193
24194 \end_inset
24195
24196
24197 \end_layout
24198
24199 \begin_layout Standard
24200 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
24201  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
24202  der beste Platz ist.
24203  
24204 \family sans
24205 Fußnoten
24206 \family default
24207  und 
24208 \family sans
24209 Randnotizen
24210 \family default
24211  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
24212  wenn auf ihrer Seite schon zu viele sind.
24213 \end_layout
24214
24215 \begin_layout Standard
24216 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
24217  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
24218  um weiße Flächen und Seiten ohne Text zu vermeiden.
24219  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar ligaturebreak
24220 löst,
24221  kann im Text auf ein Gleitobjekt verwiesen werden.
24222  Gleitobjekte sind deshalb nummeriert.
24223  Querverweise werden in Abschnitt
24224 \begin_inset space ~
24225 \end_inset
24226
24227
24228 \begin_inset CommandInset ref
24229 LatexCommand ref
24230 reference "abs:Auf-Gleitobjekte-verweisen"
24231
24232 \end_inset
24233
24234  beschrieben.
24235 \end_layout
24236
24237 \begin_layout Standard
24238 Ein Gleitobjekt wird mit 
24239 \family sans
24240 Einfügen\SpecialChar menuseparator
24241 Gleitobjekt\SpecialChar menuseparator
24242 Algorithmus/Abbildung/Ta\SpecialChar softhyphen
24243 belle/Um\SpecialChar softhyphen
24244 flos\SpecialChar softhyphen
24245 se\SpecialChar softhyphen
24246 nes
24247 \begin_inset space ~
24248 \end_inset
24249
24250 Gleitobjekt
24251 \family default
24252  eingefügt (Werkzeugleistenknopf 
24253 \begin_inset Info
24254 type  "icon"
24255 arg   "float-insert figure"
24256 \end_inset
24257
24258  oder 
24259 \begin_inset Info
24260 type  "icon"
24261 arg   "float-insert table"
24262 \end_inset
24263
24264 ).
24265  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
24266  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
24267  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
24268  #:).
24269  Statt # sehen Sie die von \SpecialChar LyX
24270  vergebene Nummer.
24271  In das schmale Feld nach der Marke können Sie den Titel schreiben.
24272  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
24273  eingefügt.
24274  In Abschnitt
24275 \begin_inset space ~
24276 \end_inset
24277
24278
24279 \begin_inset CommandInset ref
24280 LatexCommand ref
24281 reference "abs:Titel-Platzierung"
24282
24283 \end_inset
24284
24285  finden Sie mehr über die Platzierung des Titels.
24286  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
24287  auch wieder geöffnet.
24288  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
24289 \begin_inset Graphics
24290         filename clipart/GleitobjektQt4.png
24291         scale 70
24292         scaleBeforeRotation
24293
24294 \end_inset
24295
24296  – ein graues Kästchen mit roter Beschriftung.
24297 \end_layout
24298
24299 \begin_layout Standard
24300 Um mögliche \SpecialChar LaTeX
24301 -Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
24302  Gleitobjekte in einem eigenen Absatz einzufügen.
24303 \end_layout
24304
24305 \begin_layout Standard
24306 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
24307  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
24308  klicken.
24309 \end_layout
24310
24311 \begin_layout Section
24312 Gleitobjekt-Typen
24313 \begin_inset Index idx
24314 status collapsed
24315
24316 \begin_layout Plain Layout
24317 Gleitobjekte ! Typen
24318 \end_layout
24319
24320 \end_inset
24321
24322
24323 \end_layout
24324
24325 \begin_layout Standard
24326 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
24327 \begin_inset space ~
24328 \end_inset
24329
24330
24331 \begin_inset CommandInset ref
24332 LatexCommand ref
24333 reference "abs:Gleitende-Abbildungen"
24334
24335 \end_inset
24336
24337  und 
24338 \begin_inset CommandInset ref
24339 LatexCommand ref
24340 reference "abs:Gleitende-Tabellen"
24341
24342 \end_inset
24343
24344  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
24345  Letztere sind in Abschnitt
24346 \begin_inset space ~
24347 \end_inset
24348
24349
24350 \begin_inset CommandInset ref
24351 LatexCommand ref
24352 reference "abs:Umflossene-Gleitobjekte"
24353
24354 \end_inset
24355
24356  beschrieben.
24357 \end_layout
24358
24359 \begin_layout Subsection
24360 Algorithmen-Gleitobjekt
24361 \begin_inset Index idx
24362 status collapsed
24363
24364 \begin_layout Plain Layout
24365 Gleitobjekte ! Algorithmen
24366 \end_layout
24367
24368 \end_inset
24369
24370
24371 \end_layout
24372
24373 \begin_layout Standard
24374 \begin_inset Float algorithm
24375 placement h
24376 wide false
24377 sideways false
24378 status open
24379
24380 \begin_layout Plain Layout
24381 \begin_inset Caption Standard
24382
24383 \begin_layout Plain Layout
24384 \begin_inset CommandInset label
24385 LatexCommand label
24386 name "alg:Ein-Gleitobjekt-Algorithmus"
24387
24388 \end_inset
24389
24390 Ein Gleitobjekt-Algorithmus 
24391 \end_layout
24392
24393 \end_inset
24394
24395
24396 \end_layout
24397
24398 \begin_layout LyX-Code
24399 for I in 1..N loop
24400 \begin_inset Newline newline
24401 \end_inset
24402
24403  Sum:= Sum + A(I); /*Kommentar*/
24404 \begin_inset Newline newline
24405 \end_inset
24406
24407 end loop
24408 \begin_inset VSpace -4mm
24409 \end_inset
24410
24411
24412 \end_layout
24413
24414 \end_inset
24415
24416
24417 \end_layout
24418
24419 \begin_layout Standard
24420 Dieser Typ wird mit 
24421 \family sans
24422 Einfügen\SpecialChar menuseparator
24423 Gleitobjekt\SpecialChar menuseparator
24424 Algorithmus
24425 \family default
24426  eingefügt.
24427  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
24428  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
24429 \begin_inset space ~
24430 \end_inset
24431
24432
24433 \begin_inset CommandInset ref
24434 LatexCommand ref
24435 reference "kap:Programm-Code-Listen"
24436
24437 \end_inset
24438
24439 .
24440  Eine mögliche Absatz-Umgebung hier für ist 
24441 \family sans
24442 \SpecialChar LyX
24443 -Code
24444 \family default
24445 , beschrieben im 
24446 \emph on
24447 Benutzerhandbuch
24448 \emph default
24449 .
24450  In Algorithmus
24451 \begin_inset space ~
24452 \end_inset
24453
24454
24455 \begin_inset CommandInset ref
24456 LatexCommand ref
24457 reference "alg:Ein-Gleitobjekt-Algorithmus"
24458
24459 \end_inset
24460
24461  wurden am Ende -4
24462 \begin_inset space \thinspace{}
24463 \end_inset
24464
24465 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
24466  letzten Zeile gedruckt wird.
24467 \end_layout
24468
24469 \begin_layout Standard
24470 Die Marke 
24471 \emph on
24472 Algorithmus
24473 \emph default
24474  wird nicht automatisch in die druckbare Version übernommen, sondern das
24475  englische Wort 
24476 \emph on
24477 Algorithm
24478 \emph default
24479  verwendet.
24480  Soll
24481 \emph on
24482  Algorithmus
24483 \emph default
24484  dort stehen, müssen Sie folgendes in den \SpecialChar LaTeX
24485 -Vorspann schreiben: 
24486 \end_layout
24487
24488 \begin_layout Standard
24489
24490 \series bold
24491
24492 \backslash
24493 floatname{algorithm}{Algorithmus}
24494 \end_layout
24495
24496 \begin_layout Standard
24497 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
24498  Sprache wie die \SpecialChar LyX
24499  Menünamen haben, das Menü 
24500 \family sans
24501 Einfügen\SpecialChar menuseparator
24502 Liste
24503 \begin_inset space \thinspace{}
24504 \end_inset
24505
24506 /
24507 \begin_inset space \thinspace{}
24508 \end_inset
24509
24510 Inhaltsverzeichnis\SpecialChar menuseparator
24511 Algorithmenverzeichnis
24512 \family default
24513  verwendet werden.
24514  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als \SpecialChar TeX
24515 -Code
24516  eingefügt werden:
24517 \end_layout
24518
24519 \begin_layout Standard
24520
24521 \series bold
24522
24523 \backslash
24524 listof{algorithm}{Algorithmenverzeichnis}
24525 \end_layout
24526
24527 \begin_layout Standard
24528 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
24529  nach dem Schema 
24530 \begin_inset Quotes gld
24531 \end_inset
24532
24533 Kapitelnummer.Algorithmusnummer
24534 \begin_inset Quotes grd
24535 \end_inset
24536
24537  nummeriert.
24538  Um das zu erreichen, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
24539 -Vorspann einfügen:
24540 \end_layout
24541
24542 \begin_layout Standard
24543
24544 \series bold
24545
24546 \backslash
24547 numberwithin{algorithm}{chapter}
24548 \end_layout
24549
24550 \begin_layout Standard
24551 Um 
24552 \series bold
24553
24554 \backslash
24555 numberwithin
24556 \series default
24557  benutzen zu können, muss in den 
24558 \family sans
24559 Mathe
24560 \begin_inset space ~
24561 \end_inset
24562
24563 Optionen
24564 \family default
24565  der 
24566 \family sans
24567 Dokument-Einstellungen
24568 \family default
24569  
24570 \family sans
24571 AMS
24572 \begin_inset space ~
24573 \end_inset
24574
24575 Mathe
24576 \begin_inset space ~
24577 \end_inset
24578
24579 Paket
24580 \family default
24581
24582 \begin_inset space ~
24583 \end_inset
24584
24585
24586 \family sans
24587 verwenden
24588 \family default
24589  angekreuzt sein.
24590 \end_layout
24591
24592 \begin_layout Section
24593 Gleitobjekt-Nummerierung
24594 \begin_inset Index idx
24595 status collapsed
24596
24597 \begin_layout Plain Layout
24598 Gleitobjekte ! Nummerierung
24599 \end_layout
24600
24601 \end_inset
24602
24603
24604 \end_layout
24605
24606 \begin_layout Standard
24607 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
24608  nummeriert oder nach dem Schema 
24609 \begin_inset Quotes gld
24610 \end_inset
24611
24612 Kapitelnummer.Gleitobjektnummer
24613 \begin_inset Quotes grd
24614 \end_inset
24615
24616  oder 
24617 \begin_inset Quotes gld
24618 \end_inset
24619
24620 Abschnittsnummer.Gleitobjektnummer
24621 \begin_inset Quotes grd
24622 \end_inset
24623
24624 .
24625  Das hängt von der Dokumentklasse ab.
24626 \end_layout
24627
24628 \begin_layout Standard
24629 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
24630  in den \SpecialChar LaTeX
24631 -Vorspann einfügen:
24632 \end_layout
24633
24634 \begin_layout Standard
24635
24636 \series bold
24637
24638 \backslash
24639 renewcommand{
24640 \backslash
24641 thetable}{
24642 \backslash
24643 roman{table}}
24644 \end_layout
24645
24646 \begin_layout Standard
24647
24648 \series bold
24649
24650 \backslash
24651 thetable
24652 \series default
24653  ist der Befehl, der die Tabellennummer druckt.
24654  Für Abbildungen ist das 
24655 \series bold
24656
24657 \backslash
24658 thefigure
24659 \series default
24660 .
24661  Der Befehl 
24662 \series bold
24663
24664 \backslash
24665 roman
24666 \series default
24667  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
24668 \end_layout
24669
24670 \begin_layout Standard
24671 Um das Nummerierungsschema zum Beispiel auf 
24672 \begin_inset Quotes gld
24673 \end_inset
24674
24675 Unterabschnittsnummer.Num\SpecialChar softhyphen
24676 mer
24677 \begin_inset Quotes grd
24678 \end_inset
24679
24680  zu ändern, setzen Sie folgendes in den \SpecialChar LaTeX
24681 -Vorspann:
24682 \end_layout
24683
24684 \begin_layout Standard
24685
24686 \series bold
24687
24688 \backslash
24689 numberwithin{table}{subsection}
24690 \end_layout
24691
24692 \begin_layout Standard
24693 Um den Befehl 
24694 \series bold
24695
24696 \backslash
24697 numberwithin
24698 \series default
24699  benutzen zu können, müssen Sie in den 
24700 \family sans
24701 Mathe
24702 \begin_inset space ~
24703 \end_inset
24704
24705 Optionen
24706 \family default
24707  der 
24708 \family sans
24709 Dokument-Einstellungen
24710 \family default
24711  
24712 \family sans
24713 AMS
24714 \begin_inset space ~
24715 \end_inset
24716
24717 Mathe
24718 \begin_inset space ~
24719 \end_inset
24720
24721 Paket
24722 \family default
24723
24724 \begin_inset space ~
24725 \end_inset
24726
24727
24728 \family sans
24729 verwenden
24730 \family default
24731  ankreuzen.
24732 \end_layout
24733
24734 \begin_layout Standard
24735 Sehen Sie sich bitte auch Abschnitt
24736 \begin_inset space ~
24737 \end_inset
24738
24739
24740 \begin_inset CommandInset ref
24741 LatexCommand ref
24742 reference "uab:Fußnoten-Nummerierung"
24743
24744 \end_inset
24745
24746  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
24747 \end_layout
24748
24749 \begin_layout Section
24750 Auf Gleitobjekte verweisen
24751 \begin_inset CommandInset label
24752 LatexCommand label
24753 name "abs:Auf-Gleitobjekte-verweisen"
24754
24755 \end_inset
24756
24757
24758 \begin_inset Index idx
24759 status collapsed
24760
24761 \begin_layout Plain Layout
24762 Gleitobjekte ! Querverweise
24763 \end_layout
24764
24765 \end_inset
24766
24767
24768 \begin_inset Index idx
24769 status collapsed
24770
24771 \begin_layout Plain Layout
24772 Querverweise ! auf Gleitobjekte
24773 \end_layout
24774
24775 \end_inset
24776
24777
24778 \end_layout
24779
24780 \begin_layout Standard
24781 Zunächst müssen Sie mit 
24782 \family sans
24783 Einfügen\SpecialChar menuseparator
24784 Marke
24785 \family default
24786  oder einen Klick auf 
24787 \begin_inset Info
24788 type  "icon"
24789 arg   "label-insert"
24790 \end_inset
24791
24792  eine Marke im Titel einfügen.
24793  Im 
24794 \family sans
24795 Marke
24796 \family default
24797 -Dialog schreiben Sie einen Text in das Feld 
24798 \family sans
24799 Marke
24800 \family default
24801  oder übernehmen den vorgeschlagenen.
24802  Die Marke sieht in \SpecialChar LyX
24803  dann so aus:
24804 \end_layout
24805
24806 \begin_layout Standard
24807 \begin_inset Graphics
24808         filename clipart/Marke.png
24809         lyxscale 80
24810         scale 50
24811         scaleBeforeRotation
24812
24813 \end_inset
24814
24815
24816 \end_layout
24817
24818 \begin_layout Standard
24819 Die Marke wird als Anker und Name für den Querverweis benutzt.
24820  Mit 
24821 \family sans
24822 Einfügen\SpecialChar menuseparator
24823 Querverweis
24824 \family default
24825  oder einen Klick auf 
24826 \begin_inset Info
24827 type  "icon"
24828 arg   "dialog-show-new-inset ref"
24829 \end_inset
24830
24831  können Sie dann auf die Marke verweisen.
24832  Als Querverweis wird in \SpecialChar LyX
24833  ein graues Kästchen wie zum Beispiel dieses angezeigt:
24834 \end_layout
24835
24836 \begin_layout Standard
24837 \begin_inset Graphics
24838         filename clipart/Querverweis.png
24839         lyxscale 80
24840         scale 50
24841         scaleBeforeRotation
24842
24843 \end_inset
24844
24845
24846 \begin_inset Newline newline
24847 \end_inset
24848
24849  Mehr zu Querverweisen finden Sie im 
24850 \emph on
24851 Benutzerhandbuch
24852 \emph default
24853 .
24854 \end_layout
24855
24856 \begin_layout Standard
24857 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
24858  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
24859  durch einen Zeilenumbruch getrennt werden können.
24860 \end_layout
24861
24862 \begin_layout Standard
24863 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
24864  \SpecialChar LyX
24865  passt die Querverweise automatisch an.
24866 \end_layout
24867
24868 \begin_layout Standard
24869 Ein Klick auf den Schalter 
24870 \family sans
24871 Gehe
24872 \begin_inset space ~
24873 \end_inset
24874
24875 zur
24876 \begin_inset space ~
24877 \end_inset
24878
24879 Marke
24880 \family default
24881  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
24882  Der Text der Schaltfläche heißt jetzt 
24883 \family sans
24884 Gehe
24885 \begin_inset space ~
24886 \end_inset
24887
24888 zurück
24889 \family default
24890  und ein Klick darauf macht genau dies.
24891 \end_layout
24892
24893 \begin_layout Subsection
24894 Querverweis-Formate
24895 \begin_inset CommandInset label
24896 LatexCommand label
24897 name "uab:Querverweis-Formate"
24898
24899 \end_inset
24900
24901
24902 \begin_inset Index idx
24903 status collapsed
24904
24905 \begin_layout Plain Layout
24906 Querverweise ! Formate
24907 \end_layout
24908
24909 \end_inset
24910
24911
24912 \end_layout
24913
24914 \begin_layout Standard
24915 Es gibt sechs verschiedene Querverweisstile:
24916 \end_layout
24917
24918 \begin_layout Description
24919 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
24920  
24921 \begin_inset CommandInset ref
24922 LatexCommand ref
24923 reference "abb:Zwei-Teilabbildungen"
24924
24925 \end_inset
24926
24927
24928 \end_layout
24929
24930 \begin_layout Description
24931 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
24932  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
24933  verwendet wird, speziell wenn der Name 
24934 \begin_inset Quotes gld
24935 \end_inset
24936
24937 Gleichung
24938 \begin_inset Quotes grd
24939 \end_inset
24940
24941  weggelassen wird: 
24942 \begin_inset CommandInset ref
24943 LatexCommand eqref
24944 reference "eq:Wgn"
24945
24946 \end_inset
24947
24948
24949 \end_layout
24950
24951 \begin_layout Description
24952 <Seite>: druckt die Seitennummer: Seite
24953 \begin_inset space ~
24954 \end_inset
24955
24956
24957 \begin_inset CommandInset ref
24958 LatexCommand pageref
24959 reference "abb:Zwei-Teilabbildungen"
24960
24961 \end_inset
24962
24963
24964 \end_layout
24965
24966 \begin_layout Description
24967 auf
24968 \begin_inset space ~
24969 \end_inset
24970
24971 Seite
24972 \begin_inset space ~
24973 \end_inset
24974
24975 <Seite>: druckt den Text 
24976 \begin_inset Quotes gld
24977 \end_inset
24978
24979 auf Seite
24980 \begin_inset Quotes grd
24981 \end_inset
24982
24983  und die Seitennummer: 
24984 \begin_inset CommandInset ref
24985 LatexCommand vpageref
24986 reference "abb:Zwei-Teilabbildungen"
24987
24988 \end_inset
24989
24990
24991 \end_layout
24992
24993 \begin_layout Description
24994 <Querverweis>
24995 \begin_inset space ~
24996 \end_inset
24997
24998 auf
24999 \begin_inset space ~
25000 \end_inset
25001
25002 Seite
25003 \begin_inset space ~
25004 \end_inset
25005
25006 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
25007 \begin_inset Quotes gld
25008 \end_inset
25009
25010 auf Seite
25011 \begin_inset Quotes grd
25012 \end_inset
25013
25014 , und die Seitennummer: 
25015 \begin_inset CommandInset ref
25016 LatexCommand vref
25017 reference "abb:Zwei-Teilabbildungen"
25018
25019 \end_inset
25020
25021
25022 \end_layout
25023
25024 \begin_layout Description
25025 Formatierter
25026 \begin_inset space ~
25027 \end_inset
25028
25029 Querverweis: druckt ein selbst definiertes Querverweisformat
25030 \begin_inset Newline newline
25031 \end_inset
25032
25033
25034 \begin_inset Note Greyedout
25035 status open
25036
25037 \begin_layout Plain Layout
25038
25039 \series bold
25040 Bemerkung:
25041 \series default
25042  Dies ist nur möglich, wenn das \SpecialChar LaTeX
25043 -Paket 
25044 \series bold
25045 prettyref
25046 \series default
25047  oder 
25048 \series bold
25049 refstyle
25050 \series default
25051
25052 \begin_inset Index idx
25053 status collapsed
25054
25055 \begin_layout Plain Layout
25056 \SpecialChar LaTeX
25057 -Pakete ! prettyref
25058 \end_layout
25059
25060 \end_inset
25061
25062
25063 \begin_inset Index idx
25064 status collapsed
25065
25066 \begin_layout Plain Layout
25067 \SpecialChar LaTeX
25068 -Pakete ! refstyle
25069 \end_layout
25070
25071 \end_inset
25072
25073  installiert ist.
25074 \end_layout
25075
25076 \end_inset
25077
25078
25079 \begin_inset Newline newline
25080 \end_inset
25081
25082 Sie können duch setzen der Option 
25083 \family sans
25084 Verwende refstyle (nicht prettyref) für Querverweise
25085 \family default
25086  im Menü 
25087 \family sans
25088 Dokument\SpecialChar menuseparator
25089 Einstellungen\SpecialChar menuseparator
25090 Dokumentklasse
25091 \family default
25092  wählen, welches \SpecialChar LaTeX
25093 -Paket für diesen Verweistyp verwendet wird.
25094  Das Format wird definiert, indem man den Befehl 
25095 \series bold
25096
25097 \backslash
25098 newrefformat
25099 \series default
25100  (prettyref) oder 
25101 \series bold
25102
25103 \backslash
25104 newref
25105 \series default
25106  (refstyle) in den \SpecialChar LaTeX
25107 -Vorspann einfügt.
25108  Z.
25109 \begin_inset space \thinspace{}
25110 \end_inset
25111
25112 B.
25113  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
25114  
25115 \begin_inset Quotes eld
25116 \end_inset
25117
25118
25119 \family sans
25120 abb
25121 \family default
25122
25123 \begin_inset Quotes erd
25124 \end_inset
25125
25126 ) mit dem Befehle
25127 \begin_inset Newline newline
25128 \end_inset
25129
25130
25131 \series bold
25132
25133 \backslash
25134 newref{abb}{refcmd={Bild auf Seite 
25135 \backslash
25136 pageref{#1}}}
25137 \series default
25138
25139 \begin_inset Newline newline
25140 \end_inset
25141
25142 geändert werden.
25143  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
25144 en verwiesen, 
25145 \begin_inset CommandInset citation
25146 LatexCommand cite
25147 key "prettyref,refstyle"
25148
25149 \end_inset
25150
25151 .
25152 \end_layout
25153
25154 \begin_layout Description
25155 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
25156 \begin_inset CommandInset ref
25157 LatexCommand nameref
25158 reference "abb:Zwei-Teilabbildungen"
25159
25160 \end_inset
25161
25162
25163 \end_layout
25164
25165 \begin_layout Standard
25166
25167 \family sans
25168 <Seite>
25169 \family default
25170  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
25171  vorherigen, der selben oder der nächsten Seite befindet.
25172  Stattdessen wird z.
25173 \begin_inset space \thinspace{}
25174 \end_inset
25175
25176 B.
25177  der Text 
25178 \begin_inset Quotes gld
25179 \end_inset
25180
25181
25182 \family sans
25183 auf dieser Seite
25184 \family default
25185
25186 \begin_inset Quotes grd
25187 \end_inset
25188
25189  gedruckt.
25190  Der Stil 
25191 \family sans
25192 <Querverweis>
25193 \begin_inset space ~
25194 \end_inset
25195
25196 auf
25197 \begin_inset space ~
25198 \end_inset
25199
25200 Seite
25201 \begin_inset space ~
25202 \end_inset
25203
25204 <Seite>
25205 \family default
25206  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
25207  Seite ist.
25208 \end_layout
25209
25210 \begin_layout Standard
25211 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
25212  automatisch von \SpecialChar LaTeX
25213  berechnet.
25214  Die Stile können im Feld 
25215 \family sans
25216 Format
25217 \family default
25218  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
25219  einen Querverweis klicken.
25220 \end_layout
25221
25222 \begin_layout Standard
25223 \begin_inset Note Greyedout
25224 status open
25225
25226 \begin_layout Plain Layout
25227
25228 \series bold
25229 Bemerkung:
25230 \series default
25231  Es wird empfohlen, das \SpecialChar LaTeX
25232 -Paket 
25233 \series bold
25234 refstyle
25235 \series default
25236
25237 \begin_inset Index idx
25238 status collapsed
25239
25240 \begin_layout Plain Layout
25241 \SpecialChar LaTeX
25242 -Pakete ! refstyle
25243 \end_layout
25244
25245 \end_inset
25246
25247  zu verwenden, da 
25248 \series bold
25249 prettyref
25250 \series default
25251
25252 \begin_inset Index idx
25253 status collapsed
25254
25255 \begin_layout Plain Layout
25256 \SpecialChar LaTeX
25257 -Pakete ! prettyref
25258 \end_layout
25259
25260 \end_inset
25261
25262  nicht alle möglichen \SpecialChar LyX
25263 -Marken-Kürzel
25264 \begin_inset Foot
25265 status collapsed
25266
25267 \begin_layout Plain Layout
25268  
25269 \begin_inset Quotes gld
25270 \end_inset
25271
25272 abb:
25273 \begin_inset Quotes grd
25274 \end_inset
25275
25276  ist z.
25277 \begin_inset space \thinspace{}
25278 \end_inset
25279
25280 B.
25281  \SpecialChar LyX
25282 ' Kürzel für Marken in Bildbeschriftungen.
25283 \end_layout
25284
25285 \end_inset
25286
25287  kennt und auch nicht internationalisiert ist.
25288 \end_layout
25289
25290 \end_inset
25291
25292
25293 \end_layout
25294
25295 \begin_layout Subsection
25296 Automatische Querverweisnamen
25297 \begin_inset Index idx
25298 status collapsed
25299
25300 \begin_layout Plain Layout
25301 Querverweise ! Automatische Namen 
25302 \end_layout
25303
25304 \end_inset
25305
25306
25307 \end_layout
25308
25309 \begin_layout Standard
25310 Das \SpecialChar LaTeX
25311 -Paket 
25312 \series bold
25313 hyperref
25314 \series default
25315
25316 \begin_inset Index idx
25317 status collapsed
25318
25319 \begin_layout Plain Layout
25320 \SpecialChar LaTeX
25321 -Pakete ! hyperref
25322 \end_layout
25323
25324 \end_inset
25325
25326 , das in den
25327 \family sans
25328  PDF-Eigenschaften
25329 \family default
25330  im 
25331 \family sans
25332 Dokument-Einstellungen
25333 \family default
25334  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
25335  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
25336  wie 
25337 \emph on
25338 Abschnitt
25339 \emph default
25340 ).
25341  Sie müssen damit z.
25342 \begin_inset space \thinspace{}
25343 \end_inset
25344
25345 B.
25346  nicht mehr den Namen 
25347 \begin_inset Quotes gld
25348 \end_inset
25349
25350 Abbildung
25351 \begin_inset Quotes grd
25352 \end_inset
25353
25354  vor jeden Querverweis auf eine Abbildung schreiben.
25355  Um diese Funktion benutzen zu können, aktivieren Sie 
25356 \series bold
25357 hyperref
25358 \series default
25359  und fügen diese Zeile in den \SpecialChar LaTeX
25360 -Vorspann ein:
25361 \end_layout
25362
25363 \begin_layout Standard
25364
25365 \series bold
25366
25367 \backslash
25368 AtBeginDocument{
25369 \backslash
25370 renewcommand{
25371 \backslash
25372 ref}[1]{
25373 \backslash
25374 mbox{
25375 \backslash
25376 autoref{#1}}}}
25377 \end_layout
25378
25379 \begin_layout Standard
25380 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
25381 \begin_inset space \thinspace{}
25382 \end_inset
25383
25384 B.
25385  statt 
25386 \begin_inset Quotes gld
25387 \end_inset
25388
25389 Abschnitt
25390 \begin_inset Quotes grd
25391 \end_inset
25392
25393  den Namen 
25394 \begin_inset Quotes gld
25395 \end_inset
25396
25397 Kap.
25398 \begin_inset space \thinspace{}
25399 \end_inset
25400
25401
25402 \begin_inset Quotes grd
25403 \end_inset
25404
25405 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
25406 \end_layout
25407
25408 \begin_layout Standard
25409
25410 \series bold
25411
25412 \backslash
25413 addto
25414 \backslash
25415 extrasngerman{
25416 \backslash
25417 renewcommand{
25418 \backslash
25419 sectionautorefname}
25420 \begin_inset Newline newline
25421 \end_inset
25422
25423
25424 \begin_inset Phantom HPhantom
25425 status open
25426
25427 \begin_layout Plain Layout
25428
25429 \series bold
25430 \begin_inset space ~
25431 \end_inset
25432
25433
25434 \end_layout
25435
25436 \end_inset
25437
25438 {Kap.
25439 \backslash
25440 negthinspace}}
25441 \end_layout
25442
25443 \begin_layout Standard
25444 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
25445 \begin_inset Newline newline
25446 \end_inset
25447
25448
25449 \series bold
25450
25451 \backslash
25452 extrasngerman
25453 \series default
25454  durch 
25455 \series bold
25456
25457 \backslash
25458 extras***
25459 \series default
25460 , wobei *** der Name der verwendeten Sprache ist.
25461 \end_layout
25462
25463 \begin_layout Standard
25464 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
25465  z.
25466 \begin_inset space \thinspace{}
25467 \end_inset
25468
25469 B.
25470  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
25471 \end_layout
25472
25473 \begin_layout Standard
25474
25475 \series bold
25476
25477 \backslash
25478 addto
25479 \backslash
25480 extrasngerman{
25481 \backslash
25482 renewcommand*{
25483 \backslash
25484 equationautorefname}[1]{}}
25485 \end_layout
25486
25487 \begin_layout Standard
25488 Mehr über dieses Thema finden Sie in der 
25489 \series bold
25490 hyperref
25491 \series default
25492 -Dokumentation 
25493 \begin_inset CommandInset citation
25494 LatexCommand cite
25495 key "hyperref"
25496
25497 \end_inset
25498
25499 .
25500 \end_layout
25501
25502 \begin_layout Standard
25503 \begin_inset Note Greyedout
25504 status open
25505
25506 \begin_layout Plain Layout
25507
25508 \series bold
25509 Bemerkung:
25510 \series default
25511  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
25512  als Querverweisstil 
25513 \family sans
25514 Formatierter
25515 \begin_inset space ~
25516 \end_inset
25517
25518 Querverweis
25519 \family default
25520  benutzen, wie in Abschnitt
25521 \begin_inset space ~
25522 \end_inset
25523
25524
25525 \begin_inset CommandInset ref
25526 LatexCommand ref
25527 reference "uab:Querverweis-Formate"
25528
25529 \end_inset
25530
25531  beschrieben.
25532 \end_layout
25533
25534 \end_inset
25535
25536
25537 \end_layout
25538
25539 \begin_layout Standard
25540 Das 
25541 \emph on
25542 Mathe
25543 \emph default
25544  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
25545 \end_layout
25546
25547 \begin_layout Subsection
25548 Querverweis-Position
25549 \begin_inset CommandInset label
25550 LatexCommand label
25551 name "uab:Querverweis-Position"
25552
25553 \end_inset
25554
25555
25556 \begin_inset Index idx
25557 status collapsed
25558
25559 \begin_layout Plain Layout
25560 Querverweise !  Position
25561 \end_layout
25562
25563 \end_inset
25564
25565
25566 \end_layout
25567
25568 \begin_layout Standard
25569 Wenn Sie 
25570 \series bold
25571 hyperref
25572 \series default
25573
25574 \begin_inset Index idx
25575 status collapsed
25576
25577 \begin_layout Plain Layout
25578 \SpecialChar LaTeX
25579 -Pakete ! hyperref
25580 \end_layout
25581
25582 \end_inset
25583
25584  in den
25585 \family sans
25586  PDF-Eigenschaften
25587 \family default
25588  im 
25589 \family sans
25590 Dokument-Einstellungen
25591 \family default
25592  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
25593  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
25594  und Sie werden das Bild ohne Scrollen nicht sehen.
25595  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
25596  ist.
25597  Wenn Sie das  \SpecialChar LaTeX
25598 -Paket 
25599 \series bold
25600 hypcap
25601 \series default
25602
25603 \begin_inset Index idx
25604 status collapsed
25605
25606 \begin_layout Plain Layout
25607 \SpecialChar LaTeX
25608 -Pakete ! hypcap
25609 \end_layout
25610
25611 \end_inset
25612
25613 , das Teil des \SpecialChar LaTeX
25614 -Pakets 
25615 \series bold
25616 oberdiek
25617 \series default
25618
25619 \begin_inset Index idx
25620 status collapsed
25621
25622 \begin_layout Plain Layout
25623 \SpecialChar LaTeX
25624 -Pakete ! oberdiek
25625 \end_layout
25626
25627 \end_inset
25628
25629  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
25630  Aber natürlich müssen Sie auch hier das \SpecialChar LaTeX
25631 -Paket 
25632 \series bold
25633 hypcap
25634 \series default
25635  zunächst in den \SpecialChar LaTeX
25636 -Vorspann laden:
25637 \end_layout
25638
25639 \begin_layout Standard
25640
25641 \series bold
25642
25643 \backslash
25644 usepackage[figure]{hypcap}
25645 \end_layout
25646
25647 \begin_layout Standard
25648 Sie können 
25649 \series bold
25650 hypcap
25651 \series default
25652  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
25653  nicht empfohlen.
25654  Weitere Informationen finden Sie im
25655 \series bold
25656  hypcap
25657 \series default
25658 -Handbuch 
25659 \begin_inset CommandInset citation
25660 LatexCommand cite
25661 key "hypcap"
25662
25663 \end_inset
25664
25665 .
25666 \end_layout
25667
25668 \begin_layout Standard
25669 \begin_inset Note Greyedout
25670 status open
25671
25672 \begin_layout Plain Layout
25673
25674 \series bold
25675 Bemerkung:
25676 \series default
25677  
25678 \series bold
25679 hypcap
25680 \series medium
25681  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
25682 \end_layout
25683
25684 \end_inset
25685
25686
25687 \end_layout
25688
25689 \begin_layout Section
25690 Gleitobjekt-Platzierung
25691 \begin_inset CommandInset label
25692 LatexCommand label
25693 name "abs:Gleitobjekt-Platzierung"
25694
25695 \end_inset
25696
25697
25698 \begin_inset Index idx
25699 status collapsed
25700
25701 \begin_layout Plain Layout
25702 Gleitobjekte ! Platzierung
25703 \end_layout
25704
25705 \end_inset
25706
25707
25708 \end_layout
25709
25710 \begin_layout Standard
25711 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
25712 \family sans
25713 Einstellungen 
25714 \family default
25715 öffnet einen Dialog, in dem Sie die \SpecialChar LaTeX
25716 -Optionen für die Gleitobjekt-Platzierung
25717  ändern können.
25718 \begin_inset Newline newline
25719 \end_inset
25720
25721 Die Option 
25722 \family sans
25723 Spalten
25724 \begin_inset space ~
25725 \end_inset
25726
25727 überspannen
25728 \family default
25729  ist nur bei zweispaltigen Dokumenten sinnvoll.
25730  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
25731 \begin_inset Newline newline
25732 \end_inset
25733
25734 Die Option 
25735 \family sans
25736 Seitwärts
25737 \begin_inset space ~
25738 \end_inset
25739
25740 drehen
25741 \family default
25742  ist in Abschnitt 
25743 \begin_inset CommandInset ref
25744 LatexCommand ref
25745 reference "abs:Gedrehte-Gleitobjekte"
25746
25747 \end_inset
25748
25749  beschrieben.
25750 \end_layout
25751
25752 \begin_layout Standard
25753 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
25754  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
25755  Sie die Option 
25756 \family sans
25757 Standard-Platzierung
25758 \begin_inset space ~
25759 \end_inset
25760
25761 verwenden
25762 \family default
25763  nicht verwenden:
25764 \end_layout
25765
25766 \begin_layout Description
25767 Hier
25768 \begin_inset space ~
25769 \end_inset
25770
25771 wenn
25772 \begin_inset space ~
25773 \end_inset
25774
25775 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
25776 \end_layout
25777
25778 \begin_layout Description
25779 Anfang
25780 \begin_inset space ~
25781 \end_inset
25782
25783 der
25784 \begin_inset space ~
25785 \end_inset
25786
25787 Seite
25788 \family sans
25789  
25790 \family default
25791 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
25792  Gleitobjekte, die maximal 70
25793 \begin_inset space \thinspace{}
25794 \end_inset
25795
25796 % einer Seite benötigen, dürfen oben platziert werden.
25797  Dies kann durch die Variable 
25798 \series bold
25799
25800 \backslash
25801 topfraction
25802 \series default
25803  im \SpecialChar LaTeX
25804 -Vorspann überschrieben werden, zum Beispiel: 
25805 \begin_inset Separator parbreak
25806 \end_inset
25807
25808
25809 \end_layout
25810
25811 \begin_deeper
25812 \begin_layout Standard
25813
25814 \series bold
25815
25816 \backslash
25817 renewcommand{
25818 \backslash
25819 topfraction}{0.9}
25820 \family typewriter
25821 \series default
25822  
25823 \end_layout
25824
25825 \end_deeper
25826 \begin_layout Description
25827 Ende
25828 \begin_inset space ~
25829 \end_inset
25830
25831 der
25832 \begin_inset space ~
25833 \end_inset
25834
25835 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
25836  Gleitobjekte, die maximal 30
25837 \begin_inset space \thinspace{}
25838 \end_inset
25839
25840 % einer Seite benötigen, dürfen unten platziert werden.
25841  Dies kann durch die Variable 
25842 \series bold
25843
25844 \backslash
25845 bottomfraction
25846 \series default
25847  im \SpecialChar LaTeX
25848 -Vorspann überschrieben werden, zum Beispiel setzt 
25849 \begin_inset Separator parbreak
25850 \end_inset
25851
25852
25853 \end_layout
25854
25855 \begin_deeper
25856 \begin_layout Standard
25857
25858 \series bold
25859
25860 \backslash
25861 renewcommand{
25862 \backslash
25863 bottomfraction}{0.5}
25864 \end_layout
25865
25866 \begin_layout Standard
25867 die oftmals zu kleine untere Grenze auf 50
25868 \begin_inset space \thinspace{}
25869 \end_inset
25870
25871 %.
25872 \end_layout
25873
25874 \end_deeper
25875 \begin_layout Description
25876 Seite
25877 \begin_inset space ~
25878 \end_inset
25879
25880 mit
25881 \begin_inset space ~
25882 \end_inset
25883
25884 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
25885  Nur wenn mehr als 50
25886 \begin_inset space \thinspace{}
25887 \end_inset
25888
25889 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
25890  Gleitobjekte bereitgestellt.
25891  Dies kann durch die Variable 
25892 \series bold
25893
25894 \backslash
25895 floatpagefraction 
25896 \series default
25897 im \SpecialChar LaTeX
25898 -Vorspann überschrieben werden.
25899 \end_layout
25900
25901 \begin_layout Standard
25902 Die Reihenfolge der obigen Optionen wird 
25903 \emph on
25904 immer
25905 \emph default
25906  von \SpecialChar LaTeX
25907  verwendet.
25908  Das heißt wenn Sie die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
25909  zuerst versuchen
25910  
25911 \family sans
25912 Hier
25913 \begin_inset space \space{}
25914 \end_inset
25915
25916 wenn
25917 \begin_inset space \space{}
25918 \end_inset
25919
25920 möglich
25921 \family default
25922 , dann 
25923 \family sans
25924 Anfang
25925 \begin_inset space ~
25926 \end_inset
25927
25928 der
25929 \begin_inset space ~
25930 \end_inset
25931
25932 Seite
25933 \family default
25934  und dann die anderen Optionen anzuwenden.
25935  Wenn Sie nicht die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
25936  nur die von Ihnen
25937  gewählten Optionen versuchen anzuwenden, aber immer in derselben Reihenfolge.
25938  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
25939 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
25940 \end_layout
25941
25942 \begin_layout Standard
25943 Die Option 
25944 \family sans
25945 Hier,
25946 \begin_inset space ~
25947 \end_inset
25948
25949 auf
25950 \begin_inset space ~
25951 \end_inset
25952
25953 jeden
25954 \begin_inset space ~
25955 \end_inset
25956
25957 Fall
25958 \family default
25959  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
25960  fast druckreif ist.
25961  Denn mit der Option kann das Objekt nicht mehr 
25962 \emph on
25963 gleiten
25964 \emph default
25965 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
25966  oftmals zerstört.
25967 \end_layout
25968
25969 \begin_layout Standard
25970 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
25971  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
25972 \begin_inset VSpace bigskip
25973 \end_inset
25974
25975
25976 \end_layout
25977
25978 \begin_layout Standard
25979 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
25980 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
25981  das Gleitobjekt sei Teil des vorherigen Abschnitts.
25982  Das kann mit dem \SpecialChar LaTeX
25983 -Befehl
25984 \series bold
25985  
25986 \backslash
25987 suppressfloats
25988 \series default
25989  verhindert werden.
25990  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
25991  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
25992  gesetzt wird.
25993  Dazu müssen Sie im \SpecialChar LaTeX
25994 -Vorspann folgende Befehle einfügen:
25995 \end_layout
25996
25997 \begin_layout Standard
25998
25999 \series bold
26000
26001 \backslash
26002 let
26003 \backslash
26004 meinAbschnitt
26005 \backslash
26006 section
26007 \begin_inset Newline newline
26008 \end_inset
26009
26010
26011 \backslash
26012 renewcommand{
26013 \backslash
26014 section}{
26015 \backslash
26016 suppressfloats[t]
26017 \backslash
26018 meinAbschnitt}
26019 \end_layout
26020
26021 \begin_layout Standard
26022 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
26023  Unterabschnitten festlegen.
26024  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
26025  \SpecialChar LaTeX
26026  Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
26027 \end_layout
26028
26029 \begin_layout Standard
26030 Es gibt auch noch das \SpecialChar LaTeX
26031 -Paket 
26032 \series bold
26033 flafter
26034 \series default
26035
26036 \begin_inset Index idx
26037 status collapsed
26038
26039 \begin_layout Plain Layout
26040 \SpecialChar LaTeX
26041 -Pakete ! flafter
26042 \end_layout
26043
26044 \end_inset
26045
26046  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
26047  gedruckt wird.
26048 \end_layout
26049
26050 \begin_layout Standard
26051 \begin_inset VSpace bigskip
26052 \end_inset
26053
26054 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
26055  Dafür gibt es das \SpecialChar LaTeX
26056 -Paket 
26057 \series bold
26058 endfloat
26059 \series default
26060
26061 \begin_inset Index idx
26062 status collapsed
26063
26064 \begin_layout Plain Layout
26065 \SpecialChar LaTeX
26066 -Pakete ! endfloat
26067 \end_layout
26068
26069 \end_inset
26070
26071 .
26072  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
26073  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
26074  
26075 \family sans
26076
26077 \begin_inset Quotes gld
26078 \end_inset
26079
26080 [Abbildung
26081 \begin_inset space ~
26082 \end_inset
26083
26084 3.2 ist ungefähr hier.]
26085 \family default
26086
26087 \begin_inset Quotes grd
26088 \end_inset
26089
26090  finden.
26091  Das 
26092 \series bold
26093 endfloat
26094 \series default
26095 -Paket wird mit folgendem Befehl in den \SpecialChar LaTeX
26096 -Vorspann eingefügt:
26097 \end_layout
26098
26099 \begin_layout Standard
26100
26101 \series bold
26102
26103 \backslash
26104 usepackage[Optionen]{endfloat}
26105 \end_layout
26106
26107 \begin_layout Standard
26108 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
26109  Tabellen-Abschnitte, die Sie in der 
26110 \series bold
26111 endfloat
26112 \series default
26113 -Dokumentation 
26114 \begin_inset CommandInset citation
26115 LatexCommand cite
26116 key "endfloat"
26117
26118 \end_inset
26119
26120  nachlesen können.
26121 \begin_inset Newline newline
26122 \end_inset
26123
26124
26125 \begin_inset Note Greyedout
26126 status open
26127
26128 \begin_layout Plain Layout
26129
26130 \series bold
26131 Bemerkung
26132 \begin_inset space ~
26133 \end_inset
26134
26135 1: endfloat
26136 \series default
26137  übersetzt den Hinweistext nicht automatisch.
26138  Abschnitt
26139 \begin_inset space ~
26140 \end_inset
26141
26142 4 in 
26143 \begin_inset CommandInset citation
26144 LatexCommand cite
26145 key "endfloat"
26146
26147 \end_inset
26148
26149  beschreibt, wie es geht.
26150 \end_layout
26151
26152 \end_inset
26153
26154
26155 \end_layout
26156
26157 \begin_layout Standard
26158 \begin_inset Note Greyedout
26159 status open
26160
26161 \begin_layout Plain Layout
26162
26163 \series bold
26164 Bemerkung
26165 \begin_inset space ~
26166 \end_inset
26167
26168 2: 
26169 \series default
26170 Die aktuelle Version von 
26171 \series bold
26172 endfloat
26173 \series default
26174  hat einen Fehler, wenn die Überschrift ein 
26175 \begin_inset Quotes gld
26176 \end_inset
26177
26178 ß
26179 \begin_inset Quotes grd
26180 \end_inset
26181
26182  enthält.
26183  Sie müssen stattdessen den Befehl 
26184 \series bold
26185
26186 \backslash
26187 ss
26188 \series default
26189  als \SpecialChar TeX
26190 -Code benutzen.
26191 \end_layout
26192
26193 \end_inset
26194
26195
26196 \end_layout
26197
26198 \begin_layout Standard
26199 \begin_inset VSpace bigskip
26200 \end_inset
26201
26202 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in \SpecialChar LaTeX
26203 -Büchern
26204  wie 
26205 \begin_inset CommandInset citation
26206 LatexCommand cite
26207 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26208
26209 \end_inset
26210
26211 .
26212 \end_layout
26213
26214 \begin_layout Section
26215 Gedrehte Gleitobjekte
26216 \begin_inset CommandInset label
26217 LatexCommand label
26218 name "abs:Gedrehte-Gleitobjekte"
26219
26220 \end_inset
26221
26222
26223 \begin_inset Index idx
26224 status collapsed
26225
26226 \begin_layout Plain Layout
26227 Gleitobjekte ! drehen
26228 \end_layout
26229
26230 \end_inset
26231
26232
26233 \end_layout
26234
26235 \begin_layout Standard
26236 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
26237 t drehen.
26238  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
26239  und die Option 
26240 \family sans
26241 Seitwärts
26242 \begin_inset space ~
26243 \end_inset
26244
26245 drehen
26246 \family default
26247  wählen.
26248 \end_layout
26249
26250 \begin_layout Standard
26251 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
26252  sie ein mehrspaltiges Dokument haben) gedruckt.
26253  Sie können mehrere Spalten überspannen, wenn die Option 
26254 \family sans
26255 Spalten
26256 \begin_inset space ~
26257 \end_inset
26258
26259 überspannen
26260 \family default
26261  in den Gleitobjekt Einstellungen gewählt ist.
26262  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
26263  werden können.
26264  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
26265  Option 
26266 \series bold
26267 figuresleft
26268 \series default
26269  oder 
26270 \series bold
26271 figuresright
26272 \series default
26273  zu den Dokumentklassen-Optionen hinzu.
26274 \end_layout
26275
26276 \begin_layout Standard
26277 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
26278  Tabelle
26279 \begin_inset space ~
26280 \end_inset
26281
26282
26283 \begin_inset CommandInset ref
26284 LatexCommand ref
26285 reference "tab:Gedrehte-Tabelle"
26286
26287 \end_inset
26288
26289  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
26290 \end_layout
26291
26292 \begin_layout Standard
26293 \begin_inset Note Greyedout
26294 status open
26295
26296 \begin_layout Plain Layout
26297
26298 \series bold
26299 Bemerkung:
26300 \series default
26301  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
26302 \end_layout
26303
26304 \end_inset
26305
26306
26307 \end_layout
26308
26309 \begin_layout Standard
26310 \begin_inset Float table
26311 wide false
26312 sideways true
26313 status open
26314
26315 \begin_layout Plain Layout
26316 \begin_inset Caption Standard
26317
26318 \begin_layout Plain Layout
26319 \begin_inset CommandInset label
26320 LatexCommand label
26321 name "tab:Gedrehte-Tabelle"
26322
26323 \end_inset
26324
26325 Gedrehte Tabelle
26326 \end_layout
26327
26328 \end_inset
26329
26330
26331 \end_layout
26332
26333 \begin_layout Plain Layout
26334 \align center
26335 \begin_inset Tabular
26336 <lyxtabular version="3" rows="1" columns="5">
26337 <features tabularvalignment="middle">
26338 <column alignment="center" valignment="top">
26339 <column alignment="center" valignment="top">
26340 <column alignment="center" valignment="top">
26341 <column alignment="center" valignment="top">
26342 <column alignment="center" valignment="top">
26343 <row>
26344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26345 \begin_inset Text
26346
26347 \begin_layout Plain Layout
26348 Test
26349 \end_layout
26350
26351 \end_inset
26352 </cell>
26353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26354 \begin_inset Text
26355
26356 \begin_layout Plain Layout
26357 b
26358 \end_layout
26359
26360 \end_inset
26361 </cell>
26362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26363 \begin_inset Text
26364
26365 \begin_layout Plain Layout
26366 c
26367 \end_layout
26368
26369 \end_inset
26370 </cell>
26371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26372 \begin_inset Text
26373
26374 \begin_layout Plain Layout
26375 d
26376 \end_layout
26377
26378 \end_inset
26379 </cell>
26380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26381 \begin_inset Text
26382
26383 \begin_layout Plain Layout
26384 e
26385 \end_layout
26386
26387 \end_inset
26388 </cell>
26389 </row>
26390 </lyxtabular>
26391
26392 \end_inset
26393
26394
26395 \end_layout
26396
26397 \end_inset
26398
26399
26400 \end_layout
26401
26402 \begin_layout Section
26403 Untergleitobjekte
26404 \begin_inset Index idx
26405 status collapsed
26406
26407 \begin_layout Plain Layout
26408 Gleitobjekte ! Untergleitobjekte
26409 \end_layout
26410
26411 \end_inset
26412
26413
26414 \end_layout
26415
26416 \begin_layout Standard
26417 Untergleitobjekte werden z.
26418 \begin_inset space \thinspace{}
26419 \end_inset
26420
26421 B.
26422  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
26423  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
26424  eingefügt wird.
26425  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
26426  in Tabelle
26427 \begin_inset space ~
26428 \end_inset
26429
26430
26431 \begin_inset CommandInset ref
26432 LatexCommand ref
26433 reference "tab:Untertabellen-nebeneinander"
26434
26435 \end_inset
26436
26437  und 
26438 \begin_inset CommandInset ref
26439 LatexCommand ref
26440 reference "tab:Untertabellen-übereinander"
26441
26442 \end_inset
26443
26444 .
26445 \end_layout
26446
26447 \begin_layout Standard
26448 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
26449 \begin_inset space ~
26450 \end_inset
26451
26452
26453 \begin_inset CommandInset ref
26454 LatexCommand ref
26455 reference "tab:Untertabelle-a"
26456
26457 \end_inset
26458
26459  und 
26460 \begin_inset CommandInset ref
26461 LatexCommand ref
26462 reference "tab:Untertabelle-b"
26463
26464 \end_inset
26465
26466  sind Untertabellen von Tabelle
26467 \begin_inset space ~
26468 \end_inset
26469
26470
26471 \begin_inset CommandInset ref
26472 LatexCommand ref
26473 reference "tab:Untertabellen-nebeneinander"
26474
26475 \end_inset
26476
26477 .
26478 \end_layout
26479
26480 \begin_layout Standard
26481 \begin_inset Float table
26482 wide false
26483 sideways false
26484 status open
26485
26486 \begin_layout Plain Layout
26487 \begin_inset Caption Standard
26488
26489 \begin_layout Plain Layout
26490 \begin_inset CommandInset label
26491 LatexCommand label
26492 name "tab:Untertabellen-nebeneinander"
26493
26494 \end_inset
26495
26496 Zwei Untertabellen nebeneinander.
26497 \end_layout
26498
26499 \end_inset
26500
26501
26502 \end_layout
26503
26504 \begin_layout Plain Layout
26505 \align center
26506 \begin_inset space \hfill{}
26507 \end_inset
26508
26509
26510 \begin_inset Float table
26511 wide false
26512 sideways false
26513 status collapsed
26514
26515 \begin_layout Plain Layout
26516 \begin_inset Caption Standard
26517
26518 \begin_layout Plain Layout
26519 \begin_inset CommandInset label
26520 LatexCommand label
26521 name "tab:Untertabelle-a"
26522
26523 \end_inset
26524
26525 Dies ist Untertabelle a.
26526 \end_layout
26527
26528 \end_inset
26529
26530
26531 \end_layout
26532
26533 \begin_layout Plain Layout
26534 \align center
26535 \begin_inset Tabular
26536 <lyxtabular version="3" rows="1" columns="5">
26537 <features tabularvalignment="middle">
26538 <column alignment="center" valignment="top">
26539 <column alignment="center" valignment="top">
26540 <column alignment="center" valignment="top">
26541 <column alignment="center" valignment="top">
26542 <column alignment="center" valignment="top">
26543 <row>
26544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26545 \begin_inset Text
26546
26547 \begin_layout Plain Layout
26548 Test
26549 \end_layout
26550
26551 \end_inset
26552 </cell>
26553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26554 \begin_inset Text
26555
26556 \begin_layout Plain Layout
26557 b
26558 \end_layout
26559
26560 \end_inset
26561 </cell>
26562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26563 \begin_inset Text
26564
26565 \begin_layout Plain Layout
26566 c
26567 \end_layout
26568
26569 \end_inset
26570 </cell>
26571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26572 \begin_inset Text
26573
26574 \begin_layout Plain Layout
26575 d
26576 \end_layout
26577
26578 \end_inset
26579 </cell>
26580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26581 \begin_inset Text
26582
26583 \begin_layout Plain Layout
26584 e
26585 \end_layout
26586
26587 \end_inset
26588 </cell>
26589 </row>
26590 </lyxtabular>
26591
26592 \end_inset
26593
26594
26595 \end_layout
26596
26597 \end_inset
26598
26599
26600 \begin_inset space \hfill{}
26601 \end_inset
26602
26603
26604 \begin_inset Float table
26605 wide false
26606 sideways false
26607 status collapsed
26608
26609 \begin_layout Plain Layout
26610 \begin_inset Caption Standard
26611
26612 \begin_layout Plain Layout
26613 \begin_inset CommandInset label
26614 LatexCommand label
26615 name "tab:Untertabelle-b"
26616
26617 \end_inset
26618
26619 Dies ist Untertabelle b.
26620 \end_layout
26621
26622 \end_inset
26623
26624
26625 \end_layout
26626
26627 \begin_layout Plain Layout
26628 \align center
26629 \begin_inset Tabular
26630 <lyxtabular version="3" rows="1" columns="5">
26631 <features tabularvalignment="middle">
26632 <column alignment="center" valignment="top">
26633 <column alignment="center" valignment="top">
26634 <column alignment="center" valignment="top">
26635 <column alignment="center" valignment="top">
26636 <column alignment="center" valignment="top">
26637 <row>
26638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26639 \begin_inset Text
26640
26641 \begin_layout Plain Layout
26642 e
26643 \end_layout
26644
26645 \end_inset
26646 </cell>
26647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26648 \begin_inset Text
26649
26650 \begin_layout Plain Layout
26651 d
26652 \end_layout
26653
26654 \end_inset
26655 </cell>
26656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26657 \begin_inset Text
26658
26659 \begin_layout Plain Layout
26660 c
26661 \end_layout
26662
26663 \end_inset
26664 </cell>
26665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26666 \begin_inset Text
26667
26668 \begin_layout Plain Layout
26669 b
26670 \end_layout
26671
26672 \end_inset
26673 </cell>
26674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26675 \begin_inset Text
26676
26677 \begin_layout Plain Layout
26678 Test
26679 \end_layout
26680
26681 \end_inset
26682 </cell>
26683 </row>
26684 </lyxtabular>
26685
26686 \end_inset
26687
26688
26689 \end_layout
26690
26691 \end_inset
26692
26693
26694 \begin_inset space \hfill{}
26695 \end_inset
26696
26697
26698 \end_layout
26699
26700 \end_inset
26701
26702
26703 \end_layout
26704
26705 \begin_layout Standard
26706 \begin_inset Float table
26707 wide false
26708 sideways false
26709 status open
26710
26711 \begin_layout Plain Layout
26712 \begin_inset Caption Standard
26713
26714 \begin_layout Plain Layout
26715 \begin_inset CommandInset label
26716 LatexCommand label
26717 name "tab:Untertabellen-übereinander"
26718
26719 \end_inset
26720
26721 Zwei Untertabellen übereinander.
26722  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
26723 \end_layout
26724
26725 \end_inset
26726
26727
26728 \end_layout
26729
26730 \begin_layout Plain Layout
26731 \align center
26732 \begin_inset Float table
26733 wide false
26734 sideways false
26735 status collapsed
26736
26737 \begin_layout Plain Layout
26738 \begin_inset Caption Standard
26739
26740 \begin_layout Plain Layout
26741
26742 \end_layout
26743
26744 \end_inset
26745
26746
26747 \end_layout
26748
26749 \begin_layout Plain Layout
26750 \align center
26751 \begin_inset Tabular
26752 <lyxtabular version="3" rows="1" columns="4">
26753 <features tabularvalignment="middle">
26754 <column alignment="center" valignment="top">
26755 <column alignment="center" valignment="top">
26756 <column alignment="center" valignment="top">
26757 <column alignment="center" valignment="top">
26758 <row>
26759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26760 \begin_inset Text
26761
26762 \begin_layout Plain Layout
26763 Test
26764 \end_layout
26765
26766 \end_inset
26767 </cell>
26768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26769 \begin_inset Text
26770
26771 \begin_layout Plain Layout
26772 Test
26773 \end_layout
26774
26775 \end_inset
26776 </cell>
26777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26778 \begin_inset Text
26779
26780 \begin_layout Plain Layout
26781 Test
26782 \end_layout
26783
26784 \end_inset
26785 </cell>
26786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26787 \begin_inset Text
26788
26789 \begin_layout Plain Layout
26790 Test
26791 \end_layout
26792
26793 \end_inset
26794 </cell>
26795 </row>
26796 </lyxtabular>
26797
26798 \end_inset
26799
26800
26801 \end_layout
26802
26803 \end_inset
26804
26805
26806 \end_layout
26807
26808 \begin_layout Plain Layout
26809 \align center
26810 \begin_inset Float table
26811 wide false
26812 sideways false
26813 status collapsed
26814
26815 \begin_layout Plain Layout
26816 \begin_inset Caption Standard
26817
26818 \begin_layout Plain Layout
26819
26820 \end_layout
26821
26822 \end_inset
26823
26824
26825 \end_layout
26826
26827 \begin_layout Plain Layout
26828 \align center
26829 \begin_inset Tabular
26830 <lyxtabular version="3" rows="1" columns="5">
26831 <features tabularvalignment="middle">
26832 <column alignment="center" valignment="top">
26833 <column alignment="center" valignment="top">
26834 <column alignment="center" valignment="top">
26835 <column alignment="center" valignment="top">
26836 <column alignment="center" valignment="top">
26837 <row>
26838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26839 \begin_inset Text
26840
26841 \begin_layout Plain Layout
26842 a
26843 \end_layout
26844
26845 \end_inset
26846 </cell>
26847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26848 \begin_inset Text
26849
26850 \begin_layout Plain Layout
26851 b
26852 \end_layout
26853
26854 \end_inset
26855 </cell>
26856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26857 \begin_inset Text
26858
26859 \begin_layout Plain Layout
26860 c
26861 \end_layout
26862
26863 \end_inset
26864 </cell>
26865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26866 \begin_inset Text
26867
26868 \begin_layout Plain Layout
26869 d
26870 \end_layout
26871
26872 \end_inset
26873 </cell>
26874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26875 \begin_inset Text
26876
26877 \begin_layout Plain Layout
26878 e
26879 \end_layout
26880
26881 \end_inset
26882 </cell>
26883 </row>
26884 </lyxtabular>
26885
26886 \end_inset
26887
26888
26889 \end_layout
26890
26891 \end_inset
26892
26893
26894 \end_layout
26895
26896 \end_inset
26897
26898
26899 \end_layout
26900
26901 \begin_layout Section
26902 Gleitobjekte nebeneinander
26903 \begin_inset Index idx
26904 status collapsed
26905
26906 \begin_layout Plain Layout
26907 Gleitobjekte ! nebeneinander
26908 \end_layout
26909
26910 \end_inset
26911
26912
26913 \end_layout
26914
26915 \begin_layout Standard
26916 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
26917 \begin_inset space ~
26918 \end_inset
26919
26920
26921 \begin_inset CommandInset ref
26922 LatexCommand ref
26923 reference "abb:Gleitobjekt-links"
26924
26925 \end_inset
26926
26927  und 
26928 \begin_inset CommandInset ref
26929 LatexCommand ref
26930 reference "abb:Gleitobjekt-rechts"
26931
26932 \end_inset
26933
26934  wird nur 
26935 \emph on
26936 ein
26937 \emph default
26938  Gleitobjekt verwendet.
26939  In dieses werden zwei Minipage Boxen eingefügt.
26940 \begin_inset Foot
26941 status collapsed
26942
26943 \begin_layout Plain Layout
26944 Minipages sind in Abschnitt
26945 \begin_inset space ~
26946 \end_inset
26947
26948
26949 \begin_inset CommandInset ref
26950 LatexCommand ref
26951 reference "abs:Minipage"
26952
26953 \end_inset
26954
26955  erklärt.
26956 \end_layout
26957
26958 \end_inset
26959
26960  Die Breite wird für jede Minipage auf 45
26961 \begin_inset space \thinspace{}
26962 \end_inset
26963
26964 -50
26965 \begin_inset space \thinspace{}
26966 \end_inset
26967
26968 Spalten% und die Box Ausrichtung auf 
26969 \family sans
26970 Unten
26971 \family default
26972  gesetzt.
26973  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
26974  Gleitobjekt.
26975  Der einzige Unterschied ist, dass die Bildeinheit 
26976 \family sans
26977 Spaltenbreite
26978 \begin_inset space ~
26979 \end_inset
26980
26981 %
26982 \family default
26983  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
26984 \end_layout
26985
26986 \begin_layout Standard
26987 \begin_inset Float figure
26988 wide false
26989 sideways false
26990 status open
26991
26992 \begin_layout Plain Layout
26993 \begin_inset Box Frameless
26994 position "b"
26995 hor_pos "c"
26996 has_inner_box 1
26997 inner_pos "t"
26998 use_parbox 0
26999 use_makebox 0
27000 width "45col%"
27001 special "none"
27002 height "1in"
27003 height_special "totalheight"
27004 thickness "0.4pt"
27005 separation "3pt"
27006 shadowsize "4pt"
27007 framecolor "black"
27008 backgroundcolor "none"
27009 status open
27010
27011 \begin_layout Plain Layout
27012 \align center
27013 \begin_inset Graphics
27014         filename ../clipart/mobius.eps
27015         lyxscale 50
27016         width 100col%
27017         scaleBeforeRotation
27018
27019 \end_inset
27020
27021
27022 \end_layout
27023
27024 \begin_layout Plain Layout
27025 \begin_inset Caption Standard
27026
27027 \begin_layout Plain Layout
27028 \begin_inset CommandInset label
27029 LatexCommand label
27030 name "abb:Gleitobjekt-links"
27031
27032 \end_inset
27033
27034 Gleitobjekt auf der linken Seite.
27035 \end_layout
27036
27037 \end_inset
27038
27039
27040 \end_layout
27041
27042 \end_inset
27043
27044
27045 \begin_inset space \hfill{}
27046 \end_inset
27047
27048
27049 \begin_inset Box Frameless
27050 position "b"
27051 hor_pos "c"
27052 has_inner_box 1
27053 inner_pos "t"
27054 use_parbox 0
27055 use_makebox 0
27056 width "45col%"
27057 special "none"
27058 height "1in"
27059 height_special "totalheight"
27060 thickness "0.4pt"
27061 separation "3pt"
27062 shadowsize "4pt"
27063 framecolor "black"
27064 backgroundcolor "none"
27065 status open
27066
27067 \begin_layout Plain Layout
27068 \align center
27069 \begin_inset Graphics
27070         filename ../clipart/platypus.eps
27071         lyxscale 50
27072         width 100col%
27073         scaleBeforeRotation
27074
27075 \end_inset
27076
27077
27078 \end_layout
27079
27080 \begin_layout Plain Layout
27081 \begin_inset Caption Standard
27082
27083 \begin_layout Plain Layout
27084 \begin_inset CommandInset label
27085 LatexCommand label
27086 name "abb:Gleitobjekt-rechts"
27087
27088 \end_inset
27089
27090 Gleitobjekt auf der rechten Seite.
27091 \end_layout
27092
27093 \end_inset
27094
27095
27096 \end_layout
27097
27098 \end_inset
27099
27100
27101 \end_layout
27102
27103 \end_inset
27104
27105
27106 \end_layout
27107
27108 \begin_layout Section
27109 Beschriftungs-Formatierung
27110 \begin_inset CommandInset label
27111 LatexCommand label
27112 name "abs:Titel-Formatierung"
27113
27114 \end_inset
27115
27116
27117 \begin_inset Index idx
27118 status collapsed
27119
27120 \begin_layout Plain Layout
27121 Gleitobjekte ! Beschriftung ! Formatierung
27122 \end_layout
27123
27124 \end_inset
27125
27126
27127 \end_layout
27128
27129 \begin_layout Standard
27130
27131 \family sans
27132 Legende
27133 \family default
27134  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
27135  In \SpecialChar LyX
27136  sehen Titel so aus:  
27137 \family sans
27138
27139 \begin_inset Quotes gld
27140 \end_inset
27141
27142 Abbildung xyz:
27143 \family default
27144
27145 \begin_inset Quotes grd
27146 \end_inset
27147
27148 , gefolgt vom Beschriftungstext, wobei 
27149 \family sans
27150 xyz
27151 \family default
27152  die von \SpecialChar LyX
27153  vergebene Nummer ist.
27154  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
27155  gedruckt.
27156  Dieses Format ist für die meisten aber nicht alle Dokumente geeignet.
27157 \end_layout
27158
27159 \begin_layout Standard
27160 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das \SpecialChar LaTeX
27161 -Paket
27162  
27163 \series bold
27164 caption
27165 \series default
27166
27167 \begin_inset Index idx
27168 status collapsed
27169
27170 \begin_layout Plain Layout
27171 \SpecialChar LaTeX
27172 -Pakete ! caption
27173 \end_layout
27174
27175 \end_inset
27176
27177  in den \SpecialChar LaTeX
27178 -Vorspann laden:
27179 \end_layout
27180
27181 \begin_layout Standard
27182
27183 \series bold
27184
27185 \backslash
27186 usepackage[Format-Definition]{caption}
27187 \end_layout
27188
27189 \begin_layout Standard
27190 Soll zum Beispiel Name und Nummer serifenlos und fett gedruckt werden und
27191  die Beschriftung immer über der Tabelle stehen, müssen Sie folgenden Befehl
27192  verwenden:
27193 \end_layout
27194
27195 \begin_layout Standard
27196
27197 \series bold
27198
27199 \backslash
27200 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27201 \end_layout
27202
27203 \begin_layout Standard
27204 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
27205  definieren.
27206  Dazu laden Sie das 
27207 \series bold
27208 caption
27209 \series default
27210 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
27211  dem Befehl
27212 \end_layout
27213
27214 \begin_layout Standard
27215
27216 \series bold
27217
27218 \backslash
27219 captionsetup[Gleitobjekt-Typ]{Format-Definition}
27220 \end_layout
27221
27222 \begin_layout Standard
27223 Für Abbildung
27224 \begin_inset space ~
27225 \end_inset
27226
27227
27228 \begin_inset CommandInset ref
27229 LatexCommand ref
27230 reference "abb:Langer-Abb-Titel"
27231
27232 \end_inset
27233
27234  und Tabelle
27235 \begin_inset space ~
27236 \end_inset
27237
27238
27239 \begin_inset CommandInset ref
27240 LatexCommand ref
27241 reference "tab:Langer-Tab-Titel"
27242
27243 \end_inset
27244
27245  können die Beschriftungen mit folgenden Befehlen im \SpecialChar LaTeX
27246 -Vorspann definiert
27247  werden:
27248 \end_layout
27249
27250 \begin_layout Standard
27251
27252 \series bold
27253
27254 \backslash
27255 usepackage[tableposition=top]{caption}
27256 \begin_inset Newline newline
27257 \end_inset
27258
27259
27260 \backslash
27261 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27262 \begin_inset Newline newline
27263 \end_inset
27264
27265
27266 \begin_inset Phantom HPhantom
27267 status open
27268
27269 \begin_layout Plain Layout
27270
27271 \series bold
27272
27273 \backslash
27274 captionsetup[figure]{
27275 \end_layout
27276
27277 \end_inset
27278
27279 labelsep=period}
27280 \begin_inset Newline newline
27281 \end_inset
27282
27283
27284 \backslash
27285 captionsetup[table]{labelfont={bf,sf}}
27286 \end_layout
27287
27288 \begin_layout Standard
27289 \begin_inset Note Greyedout
27290 status open
27291
27292 \begin_layout Plain Layout
27293
27294 \series bold
27295 Bemerkung:
27296 \series default
27297  Die Option 
27298 \series bold
27299 tableposition=top
27300 \series default
27301  hat keine Auswirkung, wenn eine 
27302 \series bold
27303 KOMA-Script
27304 \series default
27305
27306 \begin_inset Index idx
27307 status collapsed
27308
27309 \begin_layout Plain Layout
27310 \SpecialChar LaTeX
27311 -Pakete ! KOMA-Script
27312 \end_layout
27313
27314 \end_inset
27315
27316 -Dokumentklasse verwendet wird.
27317  Hier muss die Option 
27318 \series bold
27319 captions=tableheading
27320 \series default
27321  benutzt werden.
27322 \end_layout
27323
27324 \end_inset
27325
27326
27327 \end_layout
27328
27329 \begin_layout Standard
27330 Weitere Informationen über das Paket
27331 \series bold
27332  caption
27333 \series default
27334  finden Sie in seiner Dokumentation 
27335 \begin_inset CommandInset citation
27336 LatexCommand cite
27337 key "caption"
27338
27339 \end_inset
27340
27341 .
27342 \end_layout
27343
27344 \begin_layout Standard
27345 Wenn Sie den Namen von 
27346 \begin_inset Quotes gld
27347 \end_inset
27348
27349 Abbildung
27350 \begin_inset Quotes grd
27351 \end_inset
27352
27353  auf 
27354 \begin_inset Quotes gld
27355 \end_inset
27356
27357 Bild
27358 \begin_inset Quotes grd
27359 \end_inset
27360
27361  ändern wollen, können Sie das mit folgendem Befehl im \SpecialChar LaTeX
27362 -Vorspann  machen:
27363 \end_layout
27364
27365 \begin_layout Standard
27366
27367 \series bold
27368
27369 \backslash
27370 renewcommand{
27371 \backslash
27372 fnum@figure}{Bild~
27373 \backslash
27374 thefigure}
27375 \end_layout
27376
27377 \begin_layout Standard
27378 wobei 
27379 \series bold
27380
27381 \backslash
27382 thefigure
27383 \series default
27384  die Bildnummer einsetzt und
27385 \series bold
27386  ~
27387 \series default
27388  ein geschütztes Leerzeichen ist.
27389 \end_layout
27390
27391 \begin_layout Standard
27392 \begin_inset VSpace bigskip
27393 \end_inset
27394
27395 Wenn Sie eine 
27396 \series bold
27397 KOMA-Script
27398 \series default
27399
27400 \begin_inset Index idx
27401 status collapsed
27402
27403 \begin_layout Plain Layout
27404 \SpecialChar LaTeX
27405 -Pakete ! KOMA-Script
27406 \end_layout
27407
27408 \end_inset
27409
27410 -Dokumentklasse (
27411 \family sans
27412 article (KOMA-Script)
27413 \family default
27414
27415 \family sans
27416 book (KOMA-Script)
27417 \family default
27418
27419 \family sans
27420 letter (KOMA-Script)
27421 \family default
27422  oder 
27423 \family sans
27424 report (KOMA-Script)
27425 \family default
27426 ) benutzen, können Sie anstatt des 
27427 \series bold
27428 caption
27429 \series default
27430 -Paketes den eingebauten Befehl 
27431 \series bold
27432
27433 \backslash
27434 setkomafont
27435 \series default
27436  von 
27437 \series bold
27438 KOMA-Script
27439 \series default
27440  benutzen.
27441  Der Befehl
27442 \end_layout
27443
27444 \begin_layout Standard
27445
27446 \series bold
27447
27448 \backslash
27449 setkomafont{captionlabel}{
27450 \backslash
27451 bfseries}
27452 \end_layout
27453
27454 \begin_layout Standard
27455 im \SpecialChar LaTeX
27456 -Vorspann druckt den Namen fett.
27457 \end_layout
27458
27459 \begin_layout Standard
27460 Weitere Informationen über 
27461 \series bold
27462
27463 \backslash
27464 setkomafont
27465 \series default
27466  finden Sie in der 
27467 \series bold
27468 KOMA-Script
27469 \series default
27470 -Do\SpecialChar softhyphen
27471 ku\SpecialChar softhyphen
27472 men\SpecialChar softhyphen
27473 ta\SpecialChar softhyphen
27474 tion 
27475 \begin_inset CommandInset citation
27476 LatexCommand cite
27477 key "KOMA-Script"
27478
27479 \end_inset
27480
27481 .
27482 \end_layout
27483
27484 \begin_layout Standard
27485 \begin_inset ERT
27486 status collapsed
27487
27488 \begin_layout Plain Layout
27489
27490
27491 \backslash
27492 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27493 }
27494 \end_layout
27495
27496 \end_inset
27497
27498
27499 \begin_inset Note Note
27500 status open
27501
27502 \begin_layout Plain Layout
27503 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
27504 \end_layout
27505
27506 \end_inset
27507
27508
27509 \end_layout
27510
27511 \begin_layout Standard
27512 \begin_inset Float figure
27513 placement !p
27514 wide false
27515 sideways false
27516 status open
27517
27518 \begin_layout Plain Layout
27519 \align center
27520 \begin_inset Graphics
27521         filename ../clipart/mobius.eps
27522         lyxscale 50
27523         scale 50
27524         scaleBeforeRotation
27525
27526 \end_inset
27527
27528
27529 \end_layout
27530
27531 \begin_layout Plain Layout
27532 \begin_inset Caption Standard
27533
27534 \begin_layout Plain Layout
27535 \begin_inset CommandInset label
27536 LatexCommand label
27537 name "abb:Langer-Abb-Titel"
27538
27539 \end_inset
27540
27541 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27542  ist, um das andere Beschriftungsformat zu zeigen.
27543  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
27544 \begin_inset Argument 1
27545 status collapsed
27546
27547 \begin_layout Plain Layout
27548 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27549  ist.
27550 \end_layout
27551
27552 \end_inset
27553
27554
27555 \end_layout
27556
27557 \end_inset
27558
27559
27560 \end_layout
27561
27562 \end_inset
27563
27564
27565 \end_layout
27566
27567 \begin_layout Standard
27568 \begin_inset ERT
27569 status collapsed
27570
27571 \begin_layout Plain Layout
27572
27573
27574 \backslash
27575 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27576 on}
27577 \end_layout
27578
27579 \end_inset
27580
27581
27582 \end_layout
27583
27584 \begin_layout Standard
27585 \begin_inset Float table
27586 placement !p
27587 wide false
27588 sideways false
27589 status open
27590
27591 \begin_layout Plain Layout
27592 \begin_inset Caption Standard
27593
27594 \begin_layout Plain Layout
27595 \begin_inset CommandInset label
27596 LatexCommand label
27597 name "tab:Langer-Tab-Titel"
27598
27599 \end_inset
27600
27601 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27602  ist, um das andere Beschriftungsformat zu zeigen.
27603  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
27604  benutzt.
27605 \begin_inset Argument 1
27606 status collapsed
27607
27608 \begin_layout Plain Layout
27609 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27610  ist.
27611 \end_layout
27612
27613 \end_inset
27614
27615
27616 \end_layout
27617
27618 \end_inset
27619
27620
27621 \end_layout
27622
27623 \begin_layout Plain Layout
27624 \align center
27625 \begin_inset Tabular
27626 <lyxtabular version="3" rows="1" columns="5">
27627 <features tabularvalignment="middle">
27628 <column alignment="center" valignment="top">
27629 <column alignment="center" valignment="top">
27630 <column alignment="center" valignment="top">
27631 <column alignment="center" valignment="top">
27632 <column alignment="center" valignment="top">
27633 <row>
27634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27635 \begin_inset Text
27636
27637 \begin_layout Plain Layout
27638 a
27639 \end_layout
27640
27641 \end_inset
27642 </cell>
27643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27644 \begin_inset Text
27645
27646 \begin_layout Plain Layout
27647 b
27648 \end_layout
27649
27650 \end_inset
27651 </cell>
27652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27653 \begin_inset Text
27654
27655 \begin_layout Plain Layout
27656 c
27657 \end_layout
27658
27659 \end_inset
27660 </cell>
27661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27662 \begin_inset Text
27663
27664 \begin_layout Plain Layout
27665 d
27666 \end_layout
27667
27668 \end_inset
27669 </cell>
27670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27671 \begin_inset Text
27672
27673 \begin_layout Plain Layout
27674 e
27675 \end_layout
27676
27677 \end_inset
27678 </cell>
27679 </row>
27680 </lyxtabular>
27681
27682 \end_inset
27683
27684
27685 \end_layout
27686
27687 \end_inset
27688
27689
27690 \end_layout
27691
27692 \begin_layout Section
27693 Beschriftungs-Platzierung
27694 \begin_inset CommandInset label
27695 LatexCommand label
27696 name "abs:Titel-Platzierung"
27697
27698 \end_inset
27699
27700
27701 \begin_inset Index idx
27702 status collapsed
27703
27704 \begin_layout Plain Layout
27705 Gleitobjekte ! Beschriftung ! Platzierung
27706 \end_layout
27707
27708 \end_inset
27709
27710
27711 \end_layout
27712
27713 \begin_layout Standard
27714 Normalerweise werden die Beschriftungen wie folgt platziert:
27715 \end_layout
27716
27717 \begin_layout Description
27718 Abbildung: darunter
27719 \end_layout
27720
27721 \begin_layout Description
27722 Tabelle: darüber
27723 \end_layout
27724
27725 \begin_layout Standard
27726 \SpecialChar LaTeX
27727 -Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
27728  Das heißt wenn Sie eine der Dokument-Klassen 
27729 \family sans
27730 article
27731 \family default
27732
27733 \family sans
27734 book
27735 \family default
27736
27737 \family sans
27738 letter
27739 \family default
27740  oder 
27741 \family sans
27742 report
27743 \family default
27744  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
27745  Um das zu erreichen, laden Sie das \SpecialChar LaTeX
27746 -Paket 
27747 \series bold
27748 caption
27749 \series default
27750
27751 \begin_inset Index idx
27752 status collapsed
27753
27754 \begin_layout Plain Layout
27755 \SpecialChar LaTeX
27756 -Pakete ! caption
27757 \end_layout
27758
27759 \end_inset
27760
27761  im \SpecialChar LaTeX
27762 -Vorspann mit der Option
27763 \begin_inset Foot
27764 status collapsed
27765
27766 \begin_layout Plain Layout
27767 In Abschnitt
27768 \begin_inset space ~
27769 \end_inset
27770
27771
27772 \begin_inset CommandInset ref
27773 LatexCommand ref
27774 reference "abs:Titel-Formatierung"
27775
27776 \end_inset
27777
27778  steht mehr über das Paket 
27779 \series bold
27780 caption
27781 \series default
27782 .
27783 \end_layout
27784
27785 \end_inset
27786
27787
27788 \end_layout
27789
27790 \begin_layout Standard
27791
27792 \series bold
27793 tableposition=top
27794 \end_layout
27795
27796 \begin_layout Standard
27797 Wenn Sie eine 
27798 \series bold
27799 KOMA-Script
27800 \series default
27801
27802 \begin_inset Index idx
27803 status collapsed
27804
27805 \begin_layout Plain Layout
27806 \SpecialChar LaTeX
27807 -Pakete ! KOMA-Script
27808 \end_layout
27809
27810 \end_inset
27811
27812 -Dokumentklasse (
27813 \family sans
27814 article (KOMA-Script)
27815 \family default
27816
27817 \family sans
27818 book (KOMA-Script)
27819 \family default
27820
27821 \family sans
27822 letter (KOMA-Script)
27823 \family default
27824  oder 
27825 \family sans
27826 report (KOMA-Script)
27827 \family default
27828 ) benutzen, können Sie alternativ zum 
27829 \series bold
27830 caption
27831 \series default
27832 -Paket die Dokumentklassen-Option
27833 \end_layout
27834
27835 \begin_layout Standard
27836
27837 \series bold
27838 captions=tableheading
27839 \end_layout
27840
27841 \begin_layout Standard
27842 benutzen.
27843 \begin_inset Foot
27844 status collapsed
27845
27846 \begin_layout Plain Layout
27847 Diese Option wird in diesem Dokument verwendet.
27848 \end_layout
27849
27850 \end_inset
27851
27852
27853 \end_layout
27854
27855 \begin_layout Standard
27856 In Dokumenten, die eine KOMA-Script Klasse verwenden, können Sie auch mit
27857  rechts auf eine Beschriftung klicken und im Kontextmenü markieren, ob diese
27858  Beschriftung über oder unter der Tabelle/Abbildung sein soll.
27859  Auf diese Weise kann die dokumentweite Beschriftungs-Platzierung für bestimmte
27860  Beschriftungen überschrieben werden.
27861  Tabelle
27862 \begin_inset space ~
27863 \end_inset
27864
27865
27866 \begin_inset CommandInset ref
27867 LatexCommand ref
27868 reference "tab:Eine-Beschriftung-unterhalb"
27869
27870 \end_inset
27871
27872  ist ein Beispiel, bei dem die Beschriftung als unterhalb der Tabelle markiert
27873  wurde, obwohl sie über der Tabelle steht.
27874  Zum Vergleich ist die Beschriftung von Tabelle
27875 \begin_inset space ~
27876 \end_inset
27877
27878
27879 \begin_inset CommandInset ref
27880 LatexCommand ref
27881 reference "tab:Eine-normale-Tabellen-Beschriftu"
27882
27883 \end_inset
27884
27885  nicht markiert.
27886 \end_layout
27887
27888 \begin_layout Standard
27889 \begin_inset Float table
27890 wide false
27891 sideways false
27892 status open
27893
27894 \begin_layout Plain Layout
27895 \begin_inset Caption Below
27896
27897 \begin_layout Plain Layout
27898 \begin_inset CommandInset label
27899 LatexCommand label
27900 name "tab:Eine-Beschriftung-unterhalb"
27901
27902 \end_inset
27903
27904 Eine Beschriftung, die als unterhalb der der Tabelle markiert wurde.
27905 \end_layout
27906
27907 \end_inset
27908
27909
27910 \end_layout
27911
27912 \begin_layout Plain Layout
27913 \align center
27914 \begin_inset Tabular
27915 <lyxtabular version="3" rows="3" columns="3">
27916 <features tabularvalignment="middle">
27917 <column alignment="center" valignment="top" width="0pt">
27918 <column alignment="center" valignment="top" width="0pt">
27919 <column alignment="center" valignment="top" width="0pt">
27920 <row>
27921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27922 \begin_inset Text
27923
27924 \begin_layout Plain Layout
27925 1
27926 \end_layout
27927
27928 \end_inset
27929 </cell>
27930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27931 \begin_inset Text
27932
27933 \begin_layout Plain Layout
27934 2
27935 \end_layout
27936
27937 \end_inset
27938 </cell>
27939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27940 \begin_inset Text
27941
27942 \begin_layout Plain Layout
27943 3
27944 \end_layout
27945
27946 \end_inset
27947 </cell>
27948 </row>
27949 <row>
27950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27951 \begin_inset Text
27952
27953 \begin_layout Plain Layout
27954 Joe
27955 \end_layout
27956
27957 \end_inset
27958 </cell>
27959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27960 \begin_inset Text
27961
27962 \begin_layout Plain Layout
27963 Mary
27964 \end_layout
27965
27966 \end_inset
27967 </cell>
27968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27969 \begin_inset Text
27970
27971 \begin_layout Plain Layout
27972 Ted
27973 \end_layout
27974
27975 \end_inset
27976 </cell>
27977 </row>
27978 <row>
27979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27980 \begin_inset Text
27981
27982 \begin_layout Plain Layout
27983 \begin_inset Formula $\int x^{2}dx$
27984 \end_inset
27985
27986
27987 \end_layout
27988
27989 \end_inset
27990 </cell>
27991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27992 \begin_inset Text
27993
27994 \begin_layout Plain Layout
27995 \begin_inset Formula $\left[\begin{array}{cc}
27996 a & b\\
27997 c & d
27998 \end{array}\right]$
27999 \end_inset
28000
28001
28002 \end_layout
28003
28004 \end_inset
28005 </cell>
28006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28007 \begin_inset Text
28008
28009 \begin_layout Plain Layout
28010 \begin_inset Formula $1+1=2$
28011 \end_inset
28012
28013
28014 \end_layout
28015
28016 \end_inset
28017 </cell>
28018 </row>
28019 </lyxtabular>
28020
28021 \end_inset
28022
28023
28024 \end_layout
28025
28026 \end_inset
28027
28028
28029 \end_layout
28030
28031 \begin_layout Standard
28032 \begin_inset Float table
28033 wide false
28034 sideways false
28035 status open
28036
28037 \begin_layout Plain Layout
28038 \begin_inset Caption Standard
28039
28040 \begin_layout Plain Layout
28041 \begin_inset CommandInset label
28042 LatexCommand label
28043 name "tab:Eine-normale-Tabellen-Beschriftu"
28044
28045 \end_inset
28046
28047 Eine normale Tabellen-Beschriftung.
28048 \end_layout
28049
28050 \end_inset
28051
28052
28053 \end_layout
28054
28055 \begin_layout Plain Layout
28056 \align center
28057 \begin_inset Tabular
28058 <lyxtabular version="3" rows="3" columns="3">
28059 <features tabularvalignment="middle">
28060 <column alignment="center" valignment="top" width="0pt">
28061 <column alignment="center" valignment="top" width="0pt">
28062 <column alignment="center" valignment="top" width="0pt">
28063 <row>
28064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28065 \begin_inset Text
28066
28067 \begin_layout Plain Layout
28068 1
28069 \end_layout
28070
28071 \end_inset
28072 </cell>
28073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28074 \begin_inset Text
28075
28076 \begin_layout Plain Layout
28077 2
28078 \end_layout
28079
28080 \end_inset
28081 </cell>
28082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28083 \begin_inset Text
28084
28085 \begin_layout Plain Layout
28086 3
28087 \end_layout
28088
28089 \end_inset
28090 </cell>
28091 </row>
28092 <row>
28093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28094 \begin_inset Text
28095
28096 \begin_layout Plain Layout
28097 Joe
28098 \end_layout
28099
28100 \end_inset
28101 </cell>
28102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28103 \begin_inset Text
28104
28105 \begin_layout Plain Layout
28106 Mary
28107 \end_layout
28108
28109 \end_inset
28110 </cell>
28111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28112 \begin_inset Text
28113
28114 \begin_layout Plain Layout
28115 Ted
28116 \end_layout
28117
28118 \end_inset
28119 </cell>
28120 </row>
28121 <row>
28122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28123 \begin_inset Text
28124
28125 \begin_layout Plain Layout
28126 \begin_inset Formula $\int x^{2}dx$
28127 \end_inset
28128
28129
28130 \end_layout
28131
28132 \end_inset
28133 </cell>
28134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28135 \begin_inset Text
28136
28137 \begin_layout Plain Layout
28138 \begin_inset Formula $\left[\begin{array}{cc}
28139 a & b\\
28140 c & d
28141 \end{array}\right]$
28142 \end_inset
28143
28144
28145 \end_layout
28146
28147 \end_inset
28148 </cell>
28149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28150 \begin_inset Text
28151
28152 \begin_layout Plain Layout
28153 \begin_inset Formula $1+1=2$
28154 \end_inset
28155
28156
28157 \end_layout
28158
28159 \end_inset
28160 </cell>
28161 </row>
28162 </lyxtabular>
28163
28164 \end_inset
28165
28166
28167 \end_layout
28168
28169 \end_inset
28170
28171
28172 \end_layout
28173
28174 \begin_layout Standard
28175 \begin_inset VSpace bigskip
28176 \end_inset
28177
28178 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
28179  Das bewirkt das \SpecialChar LaTeX
28180 -Paket 
28181 \series bold
28182 sidecap
28183 \series default
28184
28185 \begin_inset Index idx
28186 status collapsed
28187
28188 \begin_layout Plain Layout
28189 \SpecialChar LaTeX
28190 -Pakete ! sidecap
28191 \end_layout
28192
28193 \end_inset
28194
28195 , das so in den \SpecialChar LaTeX
28196 -Vorspann geladen wird:
28197 \end_layout
28198
28199 \begin_layout Standard
28200
28201 \series bold
28202
28203 \backslash
28204 usepackage[Option]{sidecap}
28205 \end_layout
28206
28207 \begin_layout Standard
28208 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
28209  Mit 
28210 \series bold
28211 innercaption
28212 \series default
28213  wird die Beschriftung innen gedruckt.
28214  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
28215  
28216 \series bold
28217 rightcaption
28218 \series default
28219  oder 
28220 \series bold
28221 leftcaption
28222 \series default
28223 .
28224 \end_layout
28225
28226 \begin_layout Standard
28227 \begin_inset ERT
28228 status collapsed
28229
28230 \begin_layout Plain Layout
28231
28232
28233 \backslash
28234 ifsidecap
28235 \end_layout
28236
28237 \end_inset
28238
28239
28240 \begin_inset Note Note
28241 status open
28242
28243 \begin_layout Plain Layout
28244 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
28245 -Paket 
28246 \series bold
28247 sidecap
28248 \series default
28249  installiert ist.
28250 \end_layout
28251
28252 \end_inset
28253
28254
28255 \end_layout
28256
28257 \begin_layout Standard
28258 Um die Beschriftung mit \SpecialChar LyX
28259  seitlich zu drucken, müssen Sie folgende Befehle
28260  in den \SpecialChar LaTeX
28261 -Vorspann schreiben:
28262 \end_layout
28263
28264 \begin_layout Standard
28265 \begin_inset Newpage newpage
28266 \end_inset
28267
28268
28269 \end_layout
28270
28271 \begin_layout Standard
28272 \noindent
28273 \begin_inset CommandInset line
28274 LatexCommand rule
28275 offset "0.5ex"
28276 width "100line%"
28277 height "1pt"
28278
28279 \end_inset
28280
28281
28282 \end_layout
28283
28284 \begin_layout Standard
28285
28286 \series bold
28287
28288 \backslash
28289 newcommand{
28290 \backslash
28291 TabBesBeg}[1][1.0]{%
28292 \begin_inset Newline newline
28293 \end_inset
28294
28295
28296 \begin_inset Phantom HPhantom
28297 status open
28298
28299 \begin_layout Plain Layout
28300 \begin_inset space ~
28301 \end_inset
28302
28303
28304 \end_layout
28305
28306 \end_inset
28307
28308
28309 \backslash
28310 let
28311 \backslash
28312 MyTable
28313 \backslash
28314 table
28315 \begin_inset Newline newline
28316 \end_inset
28317
28318
28319 \begin_inset Phantom HPhantom
28320 status open
28321
28322 \begin_layout Plain Layout
28323
28324 \series medium
28325 \begin_inset space ~
28326 \end_inset
28327
28328
28329 \end_layout
28330
28331 \end_inset
28332
28333
28334 \backslash
28335 let
28336 \backslash
28337 MyEndtable
28338 \backslash
28339 endtable
28340 \begin_inset Newline newline
28341 \end_inset
28342
28343
28344 \begin_inset Phantom HPhantom
28345 status open
28346
28347 \begin_layout Plain Layout
28348
28349 \series medium
28350 \begin_inset space ~
28351 \end_inset
28352
28353
28354 \end_layout
28355
28356 \end_inset
28357
28358
28359 \backslash
28360 renewenvironment{table}[1]{
28361 \backslash
28362 begin{SCtable}[#1]##1}{
28363 \backslash
28364 end{SCtable}}}
28365 \end_layout
28366
28367 \begin_layout Standard
28368
28369 \series bold
28370
28371 \backslash
28372 newcommand{
28373 \backslash
28374 TabBesEnd}{%
28375 \begin_inset Newline newline
28376 \end_inset
28377
28378
28379 \begin_inset Phantom HPhantom
28380 status open
28381
28382 \begin_layout Plain Layout
28383 \begin_inset space ~
28384 \end_inset
28385
28386
28387 \end_layout
28388
28389 \end_inset
28390
28391
28392 \backslash
28393 let
28394 \backslash
28395 table
28396 \backslash
28397 MyTable
28398 \begin_inset Newline newline
28399 \end_inset
28400
28401
28402 \begin_inset Phantom HPhantom
28403 status open
28404
28405 \begin_layout Plain Layout
28406 \begin_inset space ~
28407 \end_inset
28408
28409
28410 \end_layout
28411
28412 \end_inset
28413
28414
28415 \backslash
28416 let
28417 \backslash
28418 endtable
28419 \backslash
28420 MyEndtable
28421 \end_layout
28422
28423 \begin_layout Standard
28424
28425 \series bold
28426
28427 \backslash
28428 newcommand{
28429 \backslash
28430 FigBesBeg}[1][1.0]{%
28431 \begin_inset Newline newline
28432 \end_inset
28433
28434
28435 \begin_inset Phantom HPhantom
28436 status open
28437
28438 \begin_layout Plain Layout
28439 \begin_inset space ~
28440 \end_inset
28441
28442
28443 \end_layout
28444
28445 \end_inset
28446
28447
28448 \backslash
28449 let
28450 \backslash
28451 MyFigure
28452 \backslash
28453 figure
28454 \begin_inset Newline newline
28455 \end_inset
28456
28457
28458 \begin_inset Phantom HPhantom
28459 status open
28460
28461 \begin_layout Plain Layout
28462 \begin_inset space ~
28463 \end_inset
28464
28465
28466 \end_layout
28467
28468 \end_inset
28469
28470
28471 \backslash
28472 let
28473 \backslash
28474 MyEndfigure
28475 \backslash
28476 endfigure
28477 \begin_inset Newline newline
28478 \end_inset
28479
28480
28481 \begin_inset Phantom HPhantom
28482 status open
28483
28484 \begin_layout Plain Layout
28485 \begin_inset space ~
28486 \end_inset
28487
28488
28489 \end_layout
28490
28491 \end_inset
28492
28493
28494 \backslash
28495 renewenvironment{figure}[1]{
28496 \backslash
28497 begin{SCfigure}[#1]##1}{
28498 \backslash
28499 end{SCfigure}}}
28500 \end_layout
28501
28502 \begin_layout Standard
28503
28504 \series bold
28505
28506 \backslash
28507 newcommand{
28508 \backslash
28509 FigBesEnd}{%
28510 \begin_inset Newline newline
28511 \end_inset
28512
28513
28514 \begin_inset Phantom HPhantom
28515 status open
28516
28517 \begin_layout Plain Layout
28518 \begin_inset space ~
28519 \end_inset
28520
28521
28522 \end_layout
28523
28524 \end_inset
28525
28526
28527 \backslash
28528 let
28529 \backslash
28530 figure
28531 \backslash
28532 MyFigure
28533 \begin_inset Newline newline
28534 \end_inset
28535
28536
28537 \begin_inset Phantom HPhantom
28538 status open
28539
28540 \begin_layout Plain Layout
28541 \begin_inset space ~
28542 \end_inset
28543
28544
28545 \end_layout
28546
28547 \end_inset
28548
28549
28550 \backslash
28551 let
28552 \backslash
28553 endfigure
28554 \backslash
28555 MyEndfigure}
28556 \end_layout
28557
28558 \begin_layout Standard
28559 \noindent
28560 \begin_inset CommandInset line
28561 LatexCommand rule
28562 offset "0.5ex"
28563 width "100line%"
28564 height "1pt"
28565
28566 \end_inset
28567
28568
28569 \end_layout
28570
28571 \begin_layout Standard
28572 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
28573 ungen seitlich gedruckt werden.
28574  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
28575 \end_layout
28576
28577 \begin_layout Standard
28578
28579 \series bold
28580
28581 \backslash
28582 FigBesBeg
28583 \end_layout
28584
28585 \begin_layout Standard
28586 als \SpecialChar TeX
28587 -Code vor das Gleitobjekt und fügen Sie den Befehl
28588 \end_layout
28589
28590 \begin_layout Standard
28591
28592 \series bold
28593
28594 \backslash
28595 FigBesEnd
28596 \end_layout
28597
28598 \begin_layout Standard
28599 als \SpecialChar TeX
28600 -Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
28601  zurückkehren wollen.
28602 \end_layout
28603
28604 \begin_layout Standard
28605 Bei Gleitobjekt-Tabellen heißen die Befehle
28606 \end_layout
28607
28608 \begin_layout Standard
28609
28610 \series bold
28611
28612 \backslash
28613 TabBesBeg
28614 \series default
28615  und 
28616 \series bold
28617
28618 \backslash
28619 TabBesEnd
28620 \series default
28621 .
28622 \end_layout
28623
28624 \begin_layout Standard
28625 Abbildung
28626 \begin_inset space ~
28627 \end_inset
28628
28629
28630 \begin_inset CommandInset ref
28631 LatexCommand ref
28632 reference "abb:Beschriftung-neben"
28633
28634 \end_inset
28635
28636  und Tabelle
28637 \begin_inset space ~
28638 \end_inset
28639
28640
28641 \begin_inset CommandInset ref
28642 LatexCommand ref
28643 reference "tab:Beschriftung-neben"
28644
28645 \end_inset
28646
28647  sind Beispiele für seitliche Beschriftungen.
28648 \end_layout
28649
28650 \begin_layout Standard
28651 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
28652  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
28653  der Abbildung.
28654  Das kann man mit dem Befehl
28655 \end_layout
28656
28657 \begin_layout Standard
28658
28659 \series bold
28660
28661 \backslash
28662 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
28663 \end_layout
28664
28665 \begin_layout Standard
28666 im \SpecialChar LaTeX
28667 -Vorspann oder als \SpecialChar TeX
28668 -Code vor dem Gleitobjekt ändern.
28669  Der Gleitobjekt-Typ ist entweder 
28670 \family sans
28671 figure
28672 \family default
28673  oder 
28674 \family sans
28675 table
28676 \family default
28677 , die
28678 \family sans
28679  
28680 \family default
28681 Platzierung ist 
28682 \family typewriter
28683 t
28684 \family default
28685  für oben, 
28686 \family typewriter
28687 c
28688 \family default
28689  für zentriert oder 
28690 \family typewriter
28691 b
28692 \family default
28693  für unten.
28694  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
28695  lautet der Befehl
28696 \end_layout
28697
28698 \begin_layout Standard
28699
28700 \series bold
28701
28702 \backslash
28703 sidecaptionvpos{figure}{c}
28704 \end_layout
28705
28706 \begin_layout Standard
28707 Das wurde in Abbildung
28708 \begin_inset space ~
28709 \end_inset
28710
28711
28712 \begin_inset CommandInset ref
28713 LatexCommand ref
28714 reference "abb:cap-beside-fig-2"
28715
28716 \end_inset
28717
28718  benutzt.
28719 \end_layout
28720
28721 \begin_layout Standard
28722 \begin_inset VSpace medskip
28723 \end_inset
28724
28725
28726 \end_layout
28727
28728 \begin_layout Standard
28729 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
28730  Für schmale Bilder/Tabellen, wie in Tabelle
28731 \begin_inset space ~
28732 \end_inset
28733
28734
28735 \begin_inset CommandInset ref
28736 LatexCommand ref
28737 reference "tab:Beschriftung-neben"
28738
28739 \end_inset
28740
28741 , führt dies zu zu schmalen Beschriftungen.
28742  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
28743  Breite des Bildes/der Tabelle multipliziert wird.
28744  Das Ergebnis ist die Beschriftungsbreite.
28745  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
28746  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
28747  Der 
28748 \emph on
28749 Faktor
28750 \emph default
28751  kann entweder als optionales Argument für 
28752 \series bold
28753
28754 \backslash
28755 FigBesBeg
28756 \series default
28757  angegeben werden:
28758 \end_layout
28759
28760 \begin_layout Standard
28761
28762 \series bold
28763
28764 \backslash
28765 FigBesBeg[Faktor]
28766 \end_layout
28767
28768 \begin_layout Standard
28769 oder indem man in der Definition von 
28770 \series bold
28771
28772 \backslash
28773 FigBesBeg
28774 \series default
28775  die 
28776 \series bold
28777 1.0
28778 \series default
28779  mit einem anderen Wert ersetzt.
28780  Bei letzterem ist der angegebene Faktor der Standard wenn 
28781 \series bold
28782
28783 \backslash
28784 FigBesBeg
28785 \series default
28786  ohne Argument verwendet wird.
28787  Für Tabelle
28788 \begin_inset space ~
28789 \end_inset
28790
28791
28792 \begin_inset CommandInset ref
28793 LatexCommand ref
28794 reference "tab:Beschriftung-neben-breiter"
28795
28796 \end_inset
28797
28798  wurde der Faktor 5 verwendet.
28799 \end_layout
28800
28801 \begin_layout Standard
28802 \begin_inset Note Greyedout
28803 status open
28804
28805 \begin_layout Plain Layout
28806
28807 \series bold
28808 Achtung:
28809 \series default
28810  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
28811 erungsoption 
28812 \family sans
28813 Hier,
28814 \begin_inset space ~
28815 \end_inset
28816
28817 auf
28818 \begin_inset space ~
28819 \end_inset
28820
28821 jeden
28822 \begin_inset space ~
28823 \end_inset
28824
28825 Fall
28826 \family default
28827  nicht verwendet werden werden, da diese von 
28828 \series bold
28829 sidecap
28830 \series default
28831  nicht unterstützt wird.
28832 \end_layout
28833
28834 \end_inset
28835
28836
28837 \end_layout
28838
28839 \begin_layout Standard
28840 \begin_inset VSpace medskip
28841 \end_inset
28842
28843 Weitere Informationen über das Paket
28844 \series bold
28845  sidecap
28846 \series default
28847  finden Sie in seiner Dokumentation 
28848 \begin_inset CommandInset citation
28849 LatexCommand cite
28850 key "sidecap"
28851
28852 \end_inset
28853
28854 .
28855 \end_layout
28856
28857 \begin_layout Standard
28858 \begin_inset Note Greyedout
28859 status open
28860
28861 \begin_layout Plain Layout
28862
28863 \series bold
28864 Bemerkung:
28865 \series default
28866  Das \SpecialChar LaTeX
28867 -Paket 
28868 \series bold
28869 hypcap
28870 \series default
28871 ,
28872 \begin_inset Index idx
28873 status collapsed
28874
28875 \begin_layout Plain Layout
28876 \SpecialChar LaTeX
28877 -Pakete ! hypcap
28878 \end_layout
28879
28880 \end_inset
28881
28882  das in Abschnitt
28883 \begin_inset space ~
28884 \end_inset
28885
28886
28887 \begin_inset CommandInset ref
28888 LatexCommand ref
28889 reference "uab:Querverweis-Position"
28890
28891 \end_inset
28892
28893  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
28894  Beschriftungen.
28895 \end_layout
28896
28897 \end_inset
28898
28899
28900 \end_layout
28901
28902 \begin_layout Standard
28903 \begin_inset ERT
28904 status collapsed
28905
28906 \begin_layout Plain Layout
28907
28908
28909 \backslash
28910 FigBesBeg 
28911 \end_layout
28912
28913 \end_inset
28914
28915
28916 \end_layout
28917
28918 \begin_layout Standard
28919 \begin_inset Float figure
28920 wide false
28921 sideways false
28922 status open
28923
28924 \begin_layout Plain Layout
28925 \begin_inset Graphics
28926         filename ../clipart/escher-lsd.eps
28927         scale 75
28928         scaleBeforeRotation
28929
28930 \end_inset
28931
28932
28933 \end_layout
28934
28935 \begin_layout Plain Layout
28936 \begin_inset Caption Standard
28937
28938 \begin_layout Plain Layout
28939 \begin_inset CommandInset label
28940 LatexCommand label
28941 name "abb:Beschriftung-neben"
28942
28943 \end_inset
28944
28945 Dies ist eine Beschriftung neben einer Abbildung.
28946 \end_layout
28947
28948 \end_inset
28949
28950
28951 \end_layout
28952
28953 \end_inset
28954
28955
28956 \end_layout
28957
28958 \begin_layout Standard
28959 \begin_inset ERT
28960 status collapsed
28961
28962 \begin_layout Plain Layout
28963
28964
28965 \backslash
28966 FigBesEnd
28967 \end_layout
28968
28969 \end_inset
28970
28971
28972 \end_layout
28973
28974 \begin_layout Standard
28975 \begin_inset ERT
28976 status collapsed
28977
28978 \begin_layout Plain Layout
28979
28980
28981 \backslash
28982 TabBesBeg 
28983 \end_layout
28984
28985 \end_inset
28986
28987
28988 \end_layout
28989
28990 \begin_layout Standard
28991 \begin_inset Float table
28992 wide false
28993 sideways false
28994 status open
28995
28996 \begin_layout Plain Layout
28997 \begin_inset Caption Standard
28998
28999 \begin_layout Plain Layout
29000 \begin_inset CommandInset label
29001 LatexCommand label
29002 name "tab:Beschriftung-neben"
29003
29004 \end_inset
29005
29006 Dies ist eine Beschriftung neben einer Tabelle.
29007 \end_layout
29008
29009 \end_inset
29010
29011
29012 \end_layout
29013
29014 \begin_layout Plain Layout
29015 \begin_inset Tabular
29016 <lyxtabular version="3" rows="4" columns="5">
29017 <features tabularvalignment="middle">
29018 <column alignment="center" valignment="top">
29019 <column alignment="center" valignment="top">
29020 <column alignment="center" valignment="top">
29021 <column alignment="center" valignment="top">
29022 <column alignment="center" valignment="top">
29023 <row>
29024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29025 \begin_inset Text
29026
29027 \begin_layout Plain Layout
29028 a
29029 \end_layout
29030
29031 \end_inset
29032 </cell>
29033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29034 \begin_inset Text
29035
29036 \begin_layout Plain Layout
29037
29038 \end_layout
29039
29040 \end_inset
29041 </cell>
29042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29043 \begin_inset Text
29044
29045 \begin_layout Plain Layout
29046 b
29047 \end_layout
29048
29049 \end_inset
29050 </cell>
29051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29052 \begin_inset Text
29053
29054 \begin_layout Plain Layout
29055
29056 \end_layout
29057
29058 \end_inset
29059 </cell>
29060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29061 \begin_inset Text
29062
29063 \begin_layout Plain Layout
29064 c
29065 \end_layout
29066
29067 \end_inset
29068 </cell>
29069 </row>
29070 <row>
29071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29072 \begin_inset Text
29073
29074 \begin_layout Plain Layout
29075
29076 \end_layout
29077
29078 \end_inset
29079 </cell>
29080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29081 \begin_inset Text
29082
29083 \begin_layout Plain Layout
29084 d
29085 \end_layout
29086
29087 \end_inset
29088 </cell>
29089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29090 \begin_inset Text
29091
29092 \begin_layout Plain Layout
29093
29094 \end_layout
29095
29096 \end_inset
29097 </cell>
29098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29099 \begin_inset Text
29100
29101 \begin_layout Plain Layout
29102 e
29103 \end_layout
29104
29105 \end_inset
29106 </cell>
29107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29108 \begin_inset Text
29109
29110 \begin_layout Plain Layout
29111
29112 \end_layout
29113
29114 \end_inset
29115 </cell>
29116 </row>
29117 <row>
29118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29119 \begin_inset Text
29120
29121 \begin_layout Plain Layout
29122 f
29123 \end_layout
29124
29125 \end_inset
29126 </cell>
29127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29128 \begin_inset Text
29129
29130 \begin_layout Plain Layout
29131
29132 \end_layout
29133
29134 \end_inset
29135 </cell>
29136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29137 \begin_inset Text
29138
29139 \begin_layout Plain Layout
29140 g
29141 \end_layout
29142
29143 \end_inset
29144 </cell>
29145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29146 \begin_inset Text
29147
29148 \begin_layout Plain Layout
29149
29150 \end_layout
29151
29152 \end_inset
29153 </cell>
29154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29155 \begin_inset Text
29156
29157 \begin_layout Plain Layout
29158 h
29159 \end_layout
29160
29161 \end_inset
29162 </cell>
29163 </row>
29164 <row>
29165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29166 \begin_inset Text
29167
29168 \begin_layout Plain Layout
29169
29170 \end_layout
29171
29172 \end_inset
29173 </cell>
29174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29175 \begin_inset Text
29176
29177 \begin_layout Plain Layout
29178 i
29179 \end_layout
29180
29181 \end_inset
29182 </cell>
29183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29184 \begin_inset Text
29185
29186 \begin_layout Plain Layout
29187
29188 \end_layout
29189
29190 \end_inset
29191 </cell>
29192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29193 \begin_inset Text
29194
29195 \begin_layout Plain Layout
29196 j
29197 \end_layout
29198
29199 \end_inset
29200 </cell>
29201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29202 \begin_inset Text
29203
29204 \begin_layout Plain Layout
29205
29206 \end_layout
29207
29208 \end_inset
29209 </cell>
29210 </row>
29211 </lyxtabular>
29212
29213 \end_inset
29214
29215
29216 \end_layout
29217
29218 \end_inset
29219
29220
29221 \end_layout
29222
29223 \begin_layout Standard
29224 \begin_inset ERT
29225 status collapsed
29226
29227 \begin_layout Plain Layout
29228
29229
29230 \backslash
29231 TabBesEnd
29232 \end_layout
29233
29234 \end_inset
29235
29236
29237 \end_layout
29238
29239 \begin_layout Standard
29240 \begin_inset ERT
29241 status collapsed
29242
29243 \begin_layout Plain Layout
29244
29245
29246 \backslash
29247 FigBesBeg 
29248 \end_layout
29249
29250 \end_inset
29251
29252
29253 \end_layout
29254
29255 \begin_layout Standard
29256 \begin_inset ERT
29257 status collapsed
29258
29259 \begin_layout Plain Layout
29260
29261
29262 \backslash
29263 sidecaptionvpos{figure}{c}
29264 \end_layout
29265
29266 \end_inset
29267
29268
29269 \begin_inset Float figure
29270 wide false
29271 sideways false
29272 status open
29273
29274 \begin_layout Plain Layout
29275 \begin_inset Graphics
29276         filename ../clipart/escher-lsd.eps
29277         scale 75
29278         scaleBeforeRotation
29279
29280 \end_inset
29281
29282
29283 \end_layout
29284
29285 \begin_layout Plain Layout
29286 \begin_inset Caption Standard
29287
29288 \begin_layout Plain Layout
29289 \begin_inset CommandInset label
29290 LatexCommand label
29291 name "abb:cap-beside-fig-2"
29292
29293 \end_inset
29294
29295 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
29296 \end_layout
29297
29298 \end_inset
29299
29300
29301 \end_layout
29302
29303 \end_inset
29304
29305
29306 \end_layout
29307
29308 \begin_layout Standard
29309 \begin_inset ERT
29310 status collapsed
29311
29312 \begin_layout Plain Layout
29313
29314
29315 \backslash
29316 FigBesEnd
29317 \end_layout
29318
29319 \end_inset
29320
29321
29322 \end_layout
29323
29324 \begin_layout Standard
29325 \begin_inset ERT
29326 status collapsed
29327
29328 \begin_layout Plain Layout
29329
29330
29331 \backslash
29332 TabBesBeg[5]
29333 \end_layout
29334
29335 \end_inset
29336
29337
29338 \end_layout
29339
29340 \begin_layout Standard
29341 \begin_inset Float table
29342 wide false
29343 sideways false
29344 status open
29345
29346 \begin_layout Plain Layout
29347 \begin_inset Caption Standard
29348
29349 \begin_layout Plain Layout
29350 \begin_inset CommandInset label
29351 LatexCommand label
29352 name "tab:Beschriftung-neben-breiter"
29353
29354 \end_inset
29355
29356 Diese Beschriftung ist breiter als die in Tabelle
29357 \begin_inset space ~
29358 \end_inset
29359
29360
29361 \begin_inset CommandInset ref
29362 LatexCommand ref
29363 reference "tab:Beschriftung-neben"
29364
29365 \end_inset
29366
29367 .
29368 \end_layout
29369
29370 \end_inset
29371
29372
29373 \end_layout
29374
29375 \begin_layout Plain Layout
29376 \begin_inset Tabular
29377 <lyxtabular version="3" rows="4" columns="5">
29378 <features tabularvalignment="middle">
29379 <column alignment="center" valignment="top">
29380 <column alignment="center" valignment="top">
29381 <column alignment="center" valignment="top">
29382 <column alignment="center" valignment="top">
29383 <column alignment="center" valignment="top">
29384 <row>
29385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29386 \begin_inset Text
29387
29388 \begin_layout Plain Layout
29389 a
29390 \end_layout
29391
29392 \end_inset
29393 </cell>
29394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29395 \begin_inset Text
29396
29397 \begin_layout Plain Layout
29398
29399 \end_layout
29400
29401 \end_inset
29402 </cell>
29403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29404 \begin_inset Text
29405
29406 \begin_layout Plain Layout
29407 b
29408 \end_layout
29409
29410 \end_inset
29411 </cell>
29412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29413 \begin_inset Text
29414
29415 \begin_layout Plain Layout
29416
29417 \end_layout
29418
29419 \end_inset
29420 </cell>
29421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29422 \begin_inset Text
29423
29424 \begin_layout Plain Layout
29425 c
29426 \end_layout
29427
29428 \end_inset
29429 </cell>
29430 </row>
29431 <row>
29432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29433 \begin_inset Text
29434
29435 \begin_layout Plain Layout
29436
29437 \end_layout
29438
29439 \end_inset
29440 </cell>
29441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29442 \begin_inset Text
29443
29444 \begin_layout Plain Layout
29445 d
29446 \end_layout
29447
29448 \end_inset
29449 </cell>
29450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29451 \begin_inset Text
29452
29453 \begin_layout Plain Layout
29454
29455 \end_layout
29456
29457 \end_inset
29458 </cell>
29459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29460 \begin_inset Text
29461
29462 \begin_layout Plain Layout
29463 e
29464 \end_layout
29465
29466 \end_inset
29467 </cell>
29468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29469 \begin_inset Text
29470
29471 \begin_layout Plain Layout
29472
29473 \end_layout
29474
29475 \end_inset
29476 </cell>
29477 </row>
29478 <row>
29479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29480 \begin_inset Text
29481
29482 \begin_layout Plain Layout
29483 f
29484 \end_layout
29485
29486 \end_inset
29487 </cell>
29488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29489 \begin_inset Text
29490
29491 \begin_layout Plain Layout
29492
29493 \end_layout
29494
29495 \end_inset
29496 </cell>
29497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29498 \begin_inset Text
29499
29500 \begin_layout Plain Layout
29501 g
29502 \end_layout
29503
29504 \end_inset
29505 </cell>
29506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29507 \begin_inset Text
29508
29509 \begin_layout Plain Layout
29510
29511 \end_layout
29512
29513 \end_inset
29514 </cell>
29515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29516 \begin_inset Text
29517
29518 \begin_layout Plain Layout
29519 h
29520 \end_layout
29521
29522 \end_inset
29523 </cell>
29524 </row>
29525 <row>
29526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29527 \begin_inset Text
29528
29529 \begin_layout Plain Layout
29530
29531 \end_layout
29532
29533 \end_inset
29534 </cell>
29535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29536 \begin_inset Text
29537
29538 \begin_layout Plain Layout
29539 i
29540 \end_layout
29541
29542 \end_inset
29543 </cell>
29544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29545 \begin_inset Text
29546
29547 \begin_layout Plain Layout
29548
29549 \end_layout
29550
29551 \end_inset
29552 </cell>
29553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29554 \begin_inset Text
29555
29556 \begin_layout Plain Layout
29557 j
29558 \end_layout
29559
29560 \end_inset
29561 </cell>
29562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29563 \begin_inset Text
29564
29565 \begin_layout Plain Layout
29566
29567 \end_layout
29568
29569 \end_inset
29570 </cell>
29571 </row>
29572 </lyxtabular>
29573
29574 \end_inset
29575
29576
29577 \end_layout
29578
29579 \end_inset
29580
29581
29582 \end_layout
29583
29584 \begin_layout Standard
29585 \begin_inset ERT
29586 status collapsed
29587
29588 \begin_layout Plain Layout
29589
29590
29591 \backslash
29592 TabBesEnd
29593 \end_layout
29594
29595 \end_inset
29596
29597
29598 \end_layout
29599
29600 \begin_layout Standard
29601 \begin_inset ERT
29602 status collapsed
29603
29604 \begin_layout Plain Layout
29605
29606
29607 \backslash
29608 else
29609 \end_layout
29610
29611 \end_inset
29612
29613
29614 \begin_inset Note Note
29615 status open
29616
29617 \begin_layout Plain Layout
29618 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
29619 -Paket 
29620 \series bold
29621 sidecap
29622 \series default
29623  nicht installiert ist:
29624 \end_layout
29625
29626 \end_inset
29627
29628
29629 \end_layout
29630
29631 \begin_layout Standard
29632 Das \SpecialChar LaTeX
29633 -Paket 
29634 \series bold
29635 sidecap
29636 \series default
29637  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
29638 \end_layout
29639
29640 \begin_layout Standard
29641 \begin_inset ERT
29642 status collapsed
29643
29644 \begin_layout Plain Layout
29645
29646
29647 \backslash
29648 fi
29649 \end_layout
29650
29651 \end_inset
29652
29653
29654 \end_layout
29655
29656 \begin_layout Section
29657 Gleitobjekt-Verzeichnisse
29658 \begin_inset Index idx
29659 status collapsed
29660
29661 \begin_layout Plain Layout
29662 Gleitobjekte ! Verzeichnisse
29663 \end_layout
29664
29665 \end_inset
29666
29667
29668 \end_layout
29669
29670 \begin_layout Standard
29671 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
29672  Sie können mit den Untermenüs von 
29673 \family sans
29674 Einfügen\SpecialChar menuseparator
29675 Liste
29676 \begin_inset space ~
29677 \end_inset
29678
29679 /
29680 \begin_inset space ~
29681 \end_inset
29682
29683 Inhaltsverzeichnis
29684 \family default
29685  eingefügt werden.
29686 \end_layout
29687
29688 \begin_layout Standard
29689 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
29690  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
29691 \end_layout
29692
29693 \begin_layout Standard
29694 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
29695  und ein Tabellen-Verzeichnis.
29696 \end_layout
29697
29698 \begin_layout Chapter
29699 Notizen
29700 \end_layout
29701
29702 \begin_layout Section
29703 \SpecialChar LyX
29704 -Notizen
29705 \begin_inset Index idx
29706 status collapsed
29707
29708 \begin_layout Plain Layout
29709 Notizen ! \SpecialChar LyX
29710 -Notizen
29711 \end_layout
29712
29713 \end_inset
29714
29715
29716 \end_layout
29717
29718 \begin_layout Standard
29719 Notizen werden mit einem Klick auf 
29720 \begin_inset Info
29721 type  "icon"
29722 arg   "note-insert"
29723 \end_inset
29724
29725  oder 
29726 \family sans
29727 Einfügen\SpecialChar menuseparator
29728 Notiz
29729 \family default
29730  eingefügt.
29731  Es gibt drei Arten:
29732 \end_layout
29733
29734 \begin_layout Description
29735 \SpecialChar LyX
29736 -Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
29737  Eine 
29738 \family sans
29739 \SpecialChar LyX
29740 -Notiz
29741 \family default
29742  sieht so aus:
29743 \begin_inset Newline newline
29744 \end_inset
29745
29746
29747 \begin_inset Newline newline
29748 \end_inset
29749
29750
29751 \begin_inset Graphics
29752         filename clipart/LyXNotizQt4.png
29753         display false
29754         scale 60
29755         scaleBeforeRotation
29756
29757 \end_inset
29758
29759  
29760 \begin_inset Note Note
29761 status open
29762
29763 \begin_layout Plain Layout
29764 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
29765 \end_layout
29766
29767 \end_inset
29768
29769
29770 \end_layout
29771
29772 \begin_layout Description
29773 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
29774  \SpecialChar LaTeX
29775 -Kommentar, wenn Sie das Dokument nach \SpecialChar LaTeX
29776  exportieren (
29777 \family sans
29778 Datei\SpecialChar menuseparator
29779 Ex\SpecialChar softhyphen
29780 por\SpecialChar softhyphen
29781 tie\SpecialChar softhyphen
29782 ren\SpecialChar menuseparator
29783 LaTeX (pdflatex) / (normal)
29784 \family default
29785 .
29786  Ein Kommentar sieht so aus:
29787 \begin_inset Newline newline
29788 \end_inset
29789
29790
29791 \begin_inset Newline newline
29792 \end_inset
29793
29794
29795 \begin_inset Graphics
29796         filename clipart/KommentarQt4.png
29797         display false
29798         scale 60
29799         scaleBeforeRotation
29800
29801 \end_inset
29802
29803  
29804 \begin_inset Note Comment
29805 status open
29806
29807 \begin_layout Plain Layout
29808 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
29809 \end_layout
29810
29811 \end_inset
29812
29813
29814 \end_layout
29815
29816 \begin_layout Description
29817 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
29818 \begin_inset Newline newline
29819 \end_inset
29820
29821
29822 \begin_inset Newline newline
29823 \end_inset
29824
29825
29826 \begin_inset Graphics
29827         filename clipart/GrauschriftNotizQt4.png
29828         display false
29829         scale 60
29830         scaleBeforeRotation
29831
29832 \end_inset
29833
29834
29835 \begin_inset Newline newline
29836 \end_inset
29837
29838
29839 \begin_inset ERT
29840 status collapsed
29841
29842 \begin_layout Plain Layout
29843
29844
29845 \backslash
29846 renewenvironment{lyxgreyedout}
29847 \end_layout
29848
29849 \begin_layout Plain Layout
29850
29851 {
29852 \backslash
29853 textcolor[gray]{0.4}
29854 \backslash
29855 bgroup}{
29856 \backslash
29857 egroup}
29858 \end_layout
29859
29860 \end_inset
29861
29862
29863 \begin_inset Note Greyedout
29864 status open
29865
29866 \begin_layout Plain Layout
29867 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
29868 \begin_inset Foot
29869 status open
29870
29871 \begin_layout Plain Layout
29872 Dies ist eine Fußnote in einer Grauschrift-Notiz.
29873 \end_layout
29874
29875 \end_inset
29876
29877
29878 \end_layout
29879
29880 \end_inset
29881
29882
29883 \begin_inset ERT
29884 status collapsed
29885
29886 \begin_layout Plain Layout
29887
29888
29889 \backslash
29890 renewenvironment{lyxgreyedout}
29891 \end_layout
29892
29893 \begin_layout Plain Layout
29894
29895 {
29896 \backslash
29897 textcolor{blue}
29898 \backslash
29899 bgroup}{
29900 \backslash
29901 egroup}
29902 \end_layout
29903
29904 \end_inset
29905
29906
29907 \begin_inset Note Note
29908 status collapsed
29909
29910 \begin_layout Plain Layout
29911 Die Grauschrift-Notiz wurde auf die ursprüngliche \SpecialChar LyX
29912 -Definition zurückgesetzt,
29913  weil Grauschriften im \SpecialChar LaTeX
29914 -Vorspann dieses Dokuments blau definiert wurden.
29915  
29916 \end_layout
29917
29918 \end_inset
29919
29920
29921 \begin_inset Newline newline
29922 \end_inset
29923
29924
29925 \begin_inset Newline newline
29926 \end_inset
29927
29928 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
29929  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
29930 \end_layout
29931
29932 \begin_layout Standard
29933 \begin_inset VSpace bigskip
29934 \end_inset
29935
29936 Wenn Sie auf den Werkzeugleistenknopf 
29937 \family sans
29938
29939 \begin_inset Info
29940 type  "icon"
29941 arg   "note-insert"
29942 \end_inset
29943
29944
29945 \family default
29946  klicken, wird zunächst eine 
29947 \family sans
29948 \SpecialChar LyX
29949 -Notiz
29950 \family default
29951  eingefügt.
29952  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
29953  Notiz-Typen auswählen.
29954  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
29955  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
29956  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
29957  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
29958  am Ende der Notiz ist.
29959 \end_layout
29960
29961 \begin_layout Standard
29962 \begin_inset VSpace bigskip
29963 \end_inset
29964
29965 Die Textfarbe von Grauschrift-Boxen kann im Menü 
29966 \family sans
29967 Dokument\SpecialChar menuseparator
29968 Einstellungen\SpecialChar menuseparator
29969 Farben
29970 \family default
29971  geändert werden.
29972 \end_layout
29973
29974 \begin_layout Section
29975 Fußnoten
29976 \begin_inset CommandInset label
29977 LatexCommand label
29978 name "abs:Fußnoten"
29979
29980 \end_inset
29981
29982
29983 \begin_inset Index idx
29984 status collapsed
29985
29986 \begin_layout Plain Layout
29987 Notizen ! Fußnoten
29988 \end_layout
29989
29990 \end_inset
29991
29992
29993 \begin_inset Index idx
29994 status collapsed
29995
29996 \begin_layout Plain Layout
29997 Fußnoten
29998 \end_layout
29999
30000 \end_inset
30001
30002
30003 \end_layout
30004
30005 \begin_layout Standard
30006 Fußnoten werden über den Werkzeugleistenknopf 
30007 \begin_inset Info
30008 type  "icon"
30009 arg   "footnote-insert"
30010 \end_inset
30011
30012  oder das Menü 
30013 \family sans
30014 Einfügen\SpecialChar menuseparator
30015 Fußnote
30016 \family default
30017  eingefügt.
30018  Man sieht dann diese Fußnotenbox: 
30019 \begin_inset Graphics
30020         filename clipart/FussnoteQt4.png
30021         scale 80
30022         scaleBeforeRotation
30023
30024 \end_inset
30025
30026  in die der Fußnotentext eingegeben wird.
30027  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
30028  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
30029  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
30030 \family sans
30031 Backspace
30032 \family default
30033  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
30034 \family sans
30035 Entf
30036 \family default
30037  wenn der Cursor am Ende der Fußnote ist.
30038 \end_layout
30039
30040 \begin_layout Standard
30041 Hier ist eine Beispielfußnote:
30042 \color black
30043
30044 \begin_inset Foot
30045 status open
30046
30047 \begin_layout Plain Layout
30048 \begin_inset CommandInset label
30049 LatexCommand label
30050 name "fuss:Fußnoten-Beispiel"
30051
30052 \end_inset
30053
30054 Dies ist eine Fußnote.
30055 \end_layout
30056
30057 \end_inset
30058
30059
30060 \color inherit
30061
30062 \begin_inset ERT
30063 status collapsed
30064
30065 \begin_layout Plain Layout
30066
30067
30068 \backslash
30069 newcounter{MyRepeatFoot}
30070 \end_layout
30071
30072 \begin_layout Plain Layout
30073
30074
30075 \backslash
30076 setcounter{MyRepeatFoot}{
30077 \backslash
30078 thefootnote}
30079 \end_layout
30080
30081 \end_inset
30082
30083
30084 \end_layout
30085
30086 \begin_layout Standard
30087 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
30088  wurde, eine hochgestellte Zahl.
30089  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
30090  hochgestellt dem Text vorangeht.
30091  Die Fußnotennummern werden von \SpecialChar LaTeX
30092  berechnet und sind fortlaufend.
30093  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
30094  werden.
30095 \end_layout
30096
30097 \begin_layout Standard
30098 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
30099  der Fußnote eine Marke eingefügt wurde.
30100  Dies ist ein Querverweis auf Fußnote
30101 \begin_inset space ~
30102 \end_inset
30103
30104
30105 \begin_inset CommandInset ref
30106 LatexCommand ref
30107 reference "fuss:Fußnoten-Beispiel"
30108
30109 \end_inset
30110
30111 .
30112 \end_layout
30113
30114 \begin_layout Standard
30115 \begin_inset VSpace defskip
30116 \end_inset
30117
30118 Fußnoten in Titel-Umgebungen werden üblicherweise mit Symbolen nummeriert
30119  und sie können nur einen Absatz enthalten.
30120  Siehe als Beispiel die Fußnote der Titelseite dieses Dokuments.
30121 \end_layout
30122
30123 \begin_layout Standard
30124 \begin_inset VSpace defskip
30125 \end_inset
30126
30127 Fußnoten in Tabellen werden von \SpecialChar LaTeX
30128  aus technischen Gründen nicht gedruckt.
30129  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
30130  wird der Befehl 
30131 \series bold
30132
30133 \backslash
30134 footnotemark{}
30135 \series default
30136  als \SpecialChar TeX
30137 -Code eingefügt.
30138  Der Text der Fußnote wird als Argument des \SpecialChar TeX
30139 -Code-Befehls 
30140 \series bold
30141
30142 \backslash
30143 footnotetext
30144 \series default
30145  nach der Tabelle eingegeben.
30146 \begin_inset Newline newline
30147 \end_inset
30148
30149 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
30150 \end_layout
30151
30152 \begin_layout Standard
30153
30154 \series bold
30155
30156 \backslash
30157 footnotetext{
30158 \series default
30159 Gedruckte Tabellenfußnote.
30160 \series bold
30161 }
30162 \end_layout
30163
30164 \begin_layout Standard
30165 \begin_inset Tabular
30166 <lyxtabular version="3" rows="2" columns="1">
30167 <features tabularvalignment="middle">
30168 <column alignment="center" valignment="top">
30169 <row>
30170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30171 \begin_inset Text
30172
30173 \begin_layout Plain Layout
30174 Dies ist ein Beispieltext.
30175 \begin_inset Foot
30176 status open
30177
30178 \begin_layout Plain Layout
30179 Diese Fußnote wird nicht gedruckt!
30180 \end_layout
30181
30182 \end_inset
30183
30184
30185 \end_layout
30186
30187 \end_inset
30188 </cell>
30189 </row>
30190 <row>
30191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30192 \begin_inset Text
30193
30194 \begin_layout Plain Layout
30195 Dies ist ein Beispieltext.
30196 \begin_inset ERT
30197 status collapsed
30198
30199 \begin_layout Plain Layout
30200
30201
30202 \backslash
30203 footnotemark{}
30204 \end_layout
30205
30206 \end_inset
30207
30208
30209 \end_layout
30210
30211 \end_inset
30212 </cell>
30213 </row>
30214 </lyxtabular>
30215
30216 \end_inset
30217
30218
30219 \begin_inset ERT
30220 status collapsed
30221
30222 \begin_layout Plain Layout
30223
30224
30225 \backslash
30226 footnotetext{
30227 \end_layout
30228
30229 \end_inset
30230
30231 Gedruckte Tabellenfußnote.
30232 \begin_inset ERT
30233 status collapsed
30234
30235 \begin_layout Plain Layout
30236
30237 }
30238 \end_layout
30239
30240 \end_inset
30241
30242
30243 \end_layout
30244
30245 \begin_layout Standard
30246 Fußnoten in langen Tabellen sind in Abschnitt
30247 \begin_inset space ~
30248 \end_inset
30249
30250
30251 \begin_inset CommandInset ref
30252 LatexCommand ref
30253 reference "uab:Fußnoten-in-langen"
30254
30255 \end_inset
30256
30257  beschrieben.
30258 \end_layout
30259
30260 \begin_layout Standard
30261 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
30262  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
30263  innerhalb einer Seite ist.
30264  (Mehr über Minipages ist in Abschnitt
30265 \begin_inset space ~
30266 \end_inset
30267
30268
30269 \begin_inset CommandInset ref
30270 LatexCommand ref
30271 reference "abs:Minipage"
30272
30273 \end_inset
30274
30275  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
30276  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
30277  Methode mit 
30278 \series bold
30279
30280 \backslash
30281 footnotemark{}
30282 \series default
30283  und 
30284 \series bold
30285
30286 \backslash
30287 footnotetext
30288 \series default
30289 .
30290 \end_layout
30291
30292 \begin_layout Standard
30293 \begin_inset Box Frameless
30294 position "t"
30295 hor_pos "c"
30296 has_inner_box 1
30297 inner_pos "t"
30298 use_parbox 0
30299 use_makebox 0
30300 width "100col%"
30301 special "none"
30302 height "1in"
30303 height_special "totalheight"
30304 thickness "0.4pt"
30305 separation "3pt"
30306 shadowsize "4pt"
30307 framecolor "black"
30308 backgroundcolor "none"
30309 status open
30310
30311 \begin_layout Plain Layout
30312 Dies ist ein Beispieltext.in einer Minipage.
30313 \begin_inset Foot
30314 status open
30315
30316 \begin_layout Plain Layout
30317 Fußnote in einer Minipage.
30318 \end_layout
30319
30320 \end_inset
30321
30322
30323 \end_layout
30324
30325 \begin_layout Plain Layout
30326 Dies ist ein Beispieltext.
30327  in einer Minipage.
30328 \begin_inset ERT
30329 status collapsed
30330
30331 \begin_layout Plain Layout
30332
30333
30334 \backslash
30335 footnotemark{}
30336 \end_layout
30337
30338 \end_inset
30339
30340
30341 \end_layout
30342
30343 \end_inset
30344
30345
30346 \end_layout
30347
30348 \begin_layout Standard
30349 \begin_inset ERT
30350 status collapsed
30351
30352 \begin_layout Plain Layout
30353
30354
30355 \backslash
30356 footnotetext{
30357 \end_layout
30358
30359 \end_inset
30360
30361 Fußnote außerhalb der Minipage.
30362 \begin_inset ERT
30363 status collapsed
30364
30365 \begin_layout Plain Layout
30366
30367 }
30368 \end_layout
30369
30370 \end_inset
30371
30372
30373 \end_layout
30374
30375 \begin_layout Standard
30376 \begin_inset VSpace defskip
30377 \end_inset
30378
30379
30380 \end_layout
30381
30382 \begin_layout Standard
30383 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
30384  Fußnotentext zu drucken, verwenden Sie den \SpecialChar TeX
30385 -Code-Befehl 
30386 \series bold
30387
30388 \backslash
30389 footnotemark[Nummer]
30390 \series default
30391 .
30392 \begin_inset Newline newline
30393 \end_inset
30394
30395 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
30396  sie speichern, nachdem Sie die Fußnote eingefügt haben.
30397  Hinter Fußnote
30398 \begin_inset space ~
30399 \end_inset
30400
30401
30402 \begin_inset CommandInset ref
30403 LatexCommand ref
30404 reference "fuss:Fußnoten-Beispiel"
30405
30406 \end_inset
30407
30408  wurde das mit folgenden \SpecialChar TeX
30409 -Code-Befehlen gemacht:
30410 \end_layout
30411
30412 \begin_layout Standard
30413
30414 \series bold
30415
30416 \backslash
30417 newcounter{MyRepeatFoot}
30418 \begin_inset Newline newline
30419 \end_inset
30420
30421
30422 \backslash
30423 setcounter{MyRepeatFoot}{
30424 \backslash
30425 thefootnote}
30426 \end_layout
30427
30428 \begin_layout Standard
30429 Die Fußnotenmarke wurde dann mit diesem \SpecialChar TeX
30430 -Code-Befehl definiert;
30431 \end_layout
30432
30433 \begin_layout Standard
30434
30435 \series bold
30436
30437 \backslash
30438 footnotemark[
30439 \backslash
30440 theMyRepeatFoot]
30441 \end_layout
30442
30443 \begin_layout Standard
30444 Hier ist eine wiederholte Fußnote:
30445 \begin_inset ERT
30446 status collapsed
30447
30448 \begin_layout Plain Layout
30449
30450
30451 \backslash
30452 footnotemark[
30453 \backslash
30454 theMyRepeatFoot]
30455 \end_layout
30456
30457 \end_inset
30458
30459
30460 \end_layout
30461
30462 \begin_layout Standard
30463 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
30464  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
30465 \end_layout
30466
30467 \begin_layout Standard
30468
30469 \series bold
30470
30471 \backslash
30472 footnotemark[
30473 \backslash
30474 thefootnote]
30475 \end_layout
30476
30477 \begin_layout Standard
30478 Hier ist eine weitere wiederholte Fußnote:
30479 \begin_inset ERT
30480 status collapsed
30481
30482 \begin_layout Plain Layout
30483
30484
30485 \backslash
30486 footnotemark[
30487 \backslash
30488 thefootnote]
30489 \end_layout
30490
30491 \end_inset
30492
30493
30494 \end_layout
30495
30496 \begin_layout Subsection
30497 Fußnoten-Nummerierung
30498 \begin_inset CommandInset label
30499 LatexCommand label
30500 name "uab:Fußnoten-Nummerierung"
30501
30502 \end_inset
30503
30504
30505 \begin_inset Index idx
30506 status collapsed
30507
30508 \begin_layout Plain Layout
30509 Fußnoten ! Nummerierung
30510 \end_layout
30511
30512 \end_inset
30513
30514
30515 \end_layout
30516
30517 \begin_layout Standard
30518 Um Fußnoten nach jedem Abschnitt
30519 \family roman
30520  auf 1 zurückzusetzen, 
30521 \family default
30522 müssen Sie folgenden Befehl in den \SpecialChar LaTeX
30523 -Vorspann schreiben:
30524 \end_layout
30525
30526 \begin_layout Standard
30527
30528 \series bold
30529
30530 \backslash
30531 @addtoreset{footnote}{section}
30532 \end_layout
30533
30534 \begin_layout Standard
30535 \begin_inset VSpace bigskip
30536 \end_inset
30537
30538 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
30539  Zahlen:
30540 \end_layout
30541
30542 \begin_layout Standard
30543
30544 \series bold
30545
30546 \backslash
30547 renewcommand{
30548 \backslash
30549 thefootnote}{
30550 \backslash
30551 roman{footnote}}
30552 \end_layout
30553
30554 \begin_layout Standard
30555 \begin_inset ERT
30556 status collapsed
30557
30558 \begin_layout Plain Layout
30559
30560
30561 \backslash
30562 renewcommand{
30563 \backslash
30564 thefootnote}{
30565 \backslash
30566 roman{footnote}}
30567 \end_layout
30568
30569 \end_inset
30570
30571  Hier ist ein Beispiel für solch eine Fußnote:
30572 \begin_inset Foot
30573 status open
30574
30575 \begin_layout Plain Layout
30576 Dies ist eine Fußnote mit kleinen römischen Zahlen
30577 \end_layout
30578
30579 \end_inset
30580
30581
30582 \end_layout
30583
30584 \begin_layout Standard
30585 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
30586  in obigem Befehl 
30587 \series bold
30588
30589 \backslash
30590 roman
30591 \series default
30592  durch 
30593 \series bold
30594
30595 \backslash
30596 Roman
30597 \series default
30598 .
30599  Um Fußnoten mit großen oder kleinen Buchstaben zu 
30600 \begin_inset Quotes gld
30601 \end_inset
30602
30603 nummerieren
30604 \begin_inset Quotes grd
30605 \end_inset
30606
30607 , verwenden Sie die Befehle 
30608 \series bold
30609
30610 \backslash
30611 Alph
30612 \series default
30613  oder 
30614 \series bold
30615
30616 \backslash
30617 alph
30618 \series default
30619 .
30620  Für die 
30621 \begin_inset Quotes gld
30622 \end_inset
30623
30624 Nummerierung
30625 \begin_inset Quotes grd
30626 \end_inset
30627
30628  mit Symbolen steht der Befehl 
30629 \series bold
30630
30631 \backslash
30632 fnsymbol
30633 \series default
30634  zur Verfügung.
30635 \end_layout
30636
30637 \begin_layout Standard
30638 \begin_inset Note Greyedout
30639 status open
30640
30641 \begin_layout Plain Layout
30642
30643 \series bold
30644 Bemerkung 1:
30645 \series default
30646  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
30647  
30648 \emph on
30649 ein
30650 \emph default
30651  Buchstabe verwendet wird.
30652 \end_layout
30653
30654 \end_inset
30655
30656
30657 \begin_inset Newline newline
30658 \end_inset
30659
30660
30661 \begin_inset Note Greyedout
30662 status open
30663
30664 \begin_layout Plain Layout
30665
30666 \series bold
30667 Bemerkung 2:
30668 \series default
30669  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
30670 \end_layout
30671
30672 \end_inset
30673
30674
30675 \end_layout
30676
30677 \begin_layout Standard
30678 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
30679 \series bold
30680
30681 \backslash
30682 arabic
30683 \series default
30684  anstelle von 
30685 \series bold
30686
30687 \backslash
30688 roman
30689 \series default
30690  in obigem Befehl.
30691 \begin_inset ERT
30692 status collapsed
30693
30694 \begin_layout Plain Layout
30695
30696
30697 \backslash
30698 renewcommand{
30699 \backslash
30700 thefootnote}{
30701 \backslash
30702 arabic{footnote}}
30703 \end_layout
30704
30705 \end_inset
30706
30707
30708 \end_layout
30709
30710 \begin_layout Standard
30711 \begin_inset VSpace bigskip
30712 \end_inset
30713
30714
30715 \end_layout
30716
30717 \begin_layout Standard
30718 Wenn Sie wollen, dass Fußnoten nach dem Schema 
30719 \begin_inset Quotes gld
30720 \end_inset
30721
30722 Kapitel.Fußnote
30723 \begin_inset Quotes grd
30724 \end_inset
30725
30726  nummeriert werden, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
30727 -Vorspann schreiben:
30728 \end_layout
30729
30730 \begin_layout Standard
30731
30732 \series bold
30733
30734 \backslash
30735 numberwithin{footnote}{chapter}
30736 \end_layout
30737
30738 \begin_layout Standard
30739 Um 
30740 \series bold
30741
30742 \backslash
30743 numberwithin
30744 \series default
30745  benutzen zu können, muss in den 
30746 \family sans
30747 Mathe
30748 \begin_inset space ~
30749 \end_inset
30750
30751 Optionen
30752 \family default
30753  der 
30754 \family sans
30755 Dokument-Einstellungen
30756 \family default
30757  
30758 \family sans
30759 AMS
30760 \begin_inset space ~
30761 \end_inset
30762
30763 Mathe
30764 \begin_inset space ~
30765 \end_inset
30766
30767 Paket
30768 \family default
30769
30770 \begin_inset space ~
30771 \end_inset
30772
30773
30774 \family sans
30775 verwenden
30776 \family default
30777  angekreuzt sein.
30778 \begin_inset ERT
30779 status collapsed
30780
30781 \begin_layout Plain Layout
30782
30783
30784 \backslash
30785 numberwithin{footnote}{chapter}
30786 \end_layout
30787
30788 \end_inset
30789
30790  Hier ist ein Beispiel für solch eine Fußnote.
30791 \series bold
30792
30793 \begin_inset Foot
30794 status open
30795
30796 \begin_layout Plain Layout
30797 Dies ist eine Fußnote nach dem Schema 
30798 \begin_inset Quotes gld
30799 \end_inset
30800
30801 Kapitel.Fußnote
30802 \begin_inset Quotes grd
30803 \end_inset
30804
30805 .
30806 \end_layout
30807
30808 \end_inset
30809
30810
30811 \series default
30812
30813 \begin_inset ERT
30814 status collapsed
30815
30816 \begin_layout Plain Layout
30817
30818
30819 \backslash
30820 renewcommand{
30821 \backslash
30822 thefootnote}{
30823 \backslash
30824 arabic{footnote}}
30825 \end_layout
30826
30827 \end_inset
30828
30829
30830 \end_layout
30831
30832 \begin_layout Standard
30833 \begin_inset Note Greyedout
30834 status open
30835
30836 \begin_layout Plain Layout
30837
30838 \series bold
30839 Bemerkung:
30840 \series default
30841  
30842 \series bold
30843
30844 \backslash
30845 numberwithin
30846 \series default
30847  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
30848  werden überschrieben.
30849 \end_layout
30850
30851 \end_inset
30852
30853
30854 \end_layout
30855
30856 \begin_layout Standard
30857 Um also z.
30858 \begin_inset space \thinspace{}
30859 \end_inset
30860
30861 B.
30862  das Schema 
30863 \begin_inset Quotes gld
30864 \end_inset
30865
30866 Kapitel.
30867 \backslash
30868 Roman{footnote}
30869 \begin_inset Quotes grd
30870 \end_inset
30871
30872  zu erhalten, muss dieser Befehl anstelle von 
30873 \series bold
30874
30875 \backslash
30876 numberwithin
30877 \series default
30878  verwendet werden:
30879 \end_layout
30880
30881 \begin_layout Standard
30882
30883 \series bold
30884
30885 \backslash
30886 renewcommand{
30887 \backslash
30888 thefootnote}{
30889 \backslash
30890 thechapter.
30891 \backslash
30892 Roman{footnote}}
30893 \end_layout
30894
30895 \begin_layout Subsection
30896 Fußnoten-Platzierung
30897 \begin_inset Index idx
30898 status collapsed
30899
30900 \begin_layout Plain Layout
30901 Fußnoten ! Platzierung
30902 \end_layout
30903
30904 \end_inset
30905
30906
30907 \end_layout
30908
30909 \begin_layout Standard
30910 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
30911  ohne Zwischenraum am Ende der Seite gedruckt.
30912  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
30913  \SpecialChar LaTeX
30914 -Vorspann 1.5
30915 \begin_inset space \thinspace{}
30916 \end_inset
30917
30918 mm Zwischenraum einfügen:
30919 \end_layout
30920
30921 \begin_layout Standard
30922
30923 \series bold
30924
30925 \backslash
30926 let
30927 \backslash
30928 myFoot
30929 \backslash
30930 footnote
30931 \begin_inset Newline newline
30932 \end_inset
30933
30934
30935 \backslash
30936 renewcommand{
30937 \backslash
30938 footnote}[1]{
30939 \backslash
30940 myFoot{#1
30941 \backslash
30942 vspace{1.5mm}}}
30943 \end_layout
30944
30945 \begin_layout Standard
30946 \begin_inset VSpace bigskip
30947 \end_inset
30948
30949 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
30950  Spalte gedruckt, Abbildung
30951 \begin_inset space ~
30952 \end_inset
30953
30954
30955 \begin_inset CommandInset ref
30956 LatexCommand ref
30957 reference "abb:Standard-Fußnoten-Platzierung-in"
30958
30959 \end_inset
30960
30961 .
30962  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
30963  in Abbildung
30964 \begin_inset space ~
30965 \end_inset
30966
30967
30968 \begin_inset CommandInset ref
30969 LatexCommand ref
30970 reference "abb:Fußnoten-Platzierung-in-einem"
30971
30972 \end_inset
30973
30974 , müssen Sie das \SpecialChar LaTeX
30975 -Paket 
30976 \series bold
30977 ftnright
30978 \series default
30979
30980 \begin_inset Index idx
30981 status collapsed
30982
30983 \begin_layout Plain Layout
30984 \SpecialChar LaTeX
30985 -Pakete ! ftnright
30986 \end_layout
30987
30988 \end_inset
30989
30990  mit folgendem Befehl im \SpecialChar LaTeX
30991 -Vorspann einfügen:
30992 \end_layout
30993
30994 \begin_layout Standard
30995
30996 \series bold
30997
30998 \backslash
30999 usepackage{ftnright}
31000 \end_layout
31001
31002 \begin_layout Standard
31003 \begin_inset Float figure
31004 placement !h
31005 wide false
31006 sideways false
31007 status open
31008
31009 \begin_layout Plain Layout
31010 \begin_inset ERT
31011 status collapsed
31012
31013 \begin_layout Plain Layout
31014
31015
31016 \backslash
31017 framebox{
31018 \end_layout
31019
31020 \end_inset
31021
31022
31023 \begin_inset Graphics
31024         filename ../clipart/without_fntright.pdf
31025         width 100col%
31026         scaleBeforeRotation
31027
31028 \end_inset
31029
31030
31031 \begin_inset ERT
31032 status collapsed
31033
31034 \begin_layout Plain Layout
31035
31036 }
31037 \end_layout
31038
31039 \end_inset
31040
31041
31042 \end_layout
31043
31044 \begin_layout Plain Layout
31045 \begin_inset Caption Standard
31046
31047 \begin_layout Plain Layout
31048 \begin_inset CommandInset label
31049 LatexCommand label
31050 name "abb:Standard-Fußnoten-Platzierung-in"
31051
31052 \end_inset
31053
31054 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
31055 \begin_inset Argument 1
31056 status open
31057
31058 \begin_layout Plain Layout
31059 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
31060 \end_layout
31061
31062 \end_inset
31063
31064
31065 \end_layout
31066
31067 \end_inset
31068
31069
31070 \end_layout
31071
31072 \end_inset
31073
31074
31075 \end_layout
31076
31077 \begin_layout Standard
31078 \begin_inset Float figure
31079 placement !h
31080 wide false
31081 sideways false
31082 status open
31083
31084 \begin_layout Plain Layout
31085 \begin_inset ERT
31086 status collapsed
31087
31088 \begin_layout Plain Layout
31089
31090
31091 \backslash
31092 framebox{
31093 \end_layout
31094
31095 \end_inset
31096
31097
31098 \begin_inset Graphics
31099         filename ../clipart/with_fntright.pdf
31100         width 100col%
31101         scaleBeforeRotation
31102
31103 \end_inset
31104
31105
31106 \begin_inset ERT
31107 status collapsed
31108
31109 \begin_layout Plain Layout
31110
31111 }
31112 \end_layout
31113
31114 \end_inset
31115
31116
31117 \end_layout
31118
31119 \begin_layout Plain Layout
31120 \begin_inset Caption Standard
31121
31122 \begin_layout Plain Layout
31123 \begin_inset CommandInset label
31124 LatexCommand label
31125 name "abb:Fußnoten-Platzierung-in-einem"
31126
31127 \end_inset
31128
31129 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem \SpecialChar LaTeX
31130 -Paket 
31131 \series bold
31132 ftnright
31133 \series default
31134 .
31135 \begin_inset Argument 1
31136 status collapsed
31137
31138 \begin_layout Plain Layout
31139 Fußnoten-Platzierung mit 
31140 \family typewriter
31141 ftnright
31142 \end_layout
31143
31144 \end_inset
31145
31146
31147 \end_layout
31148
31149 \end_inset
31150
31151
31152 \end_layout
31153
31154 \end_inset
31155
31156
31157 \end_layout
31158
31159 \begin_layout Standard
31160 \begin_inset VSpace bigskip
31161 \end_inset
31162
31163 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
31164  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
31165 \begin_inset space ~
31166 \end_inset
31167
31168
31169 \begin_inset CommandInset ref
31170 LatexCommand ref
31171 reference "abb:endnotes"
31172
31173 \end_inset
31174
31175  gedruckt.
31176  Man nennt sie dann 
31177 \begin_inset Quotes gld
31178 \end_inset
31179
31180 Endnoten
31181 \begin_inset Quotes grd
31182 \end_inset
31183
31184 .
31185 \begin_inset Index idx
31186 status collapsed
31187
31188 \begin_layout Plain Layout
31189 Endnoten
31190 \end_layout
31191
31192 \end_inset
31193
31194  Um das zu erreichen, laden Sie im Menü 
31195 \family sans
31196 Dokument\SpecialChar menuseparator
31197 Einstellungen\SpecialChar menuseparator
31198 Module 
31199 \family default
31200 das Modul 
31201 \family sans
31202 Fußnote
31203 \begin_inset space ~
31204 \end_inset
31205
31206 als
31207 \begin_inset space ~
31208 \end_inset
31209
31210 Endnote
31211 \family default
31212 .
31213  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
31214 \end_layout
31215
31216 \begin_layout Standard
31217
31218 \series bold
31219
31220 \backslash
31221 theendnotes
31222 \end_layout
31223
31224 \begin_layout Standard
31225 als \SpecialChar TeX
31226 -Code am Ende des Abschnitts oder Kapitels ein.
31227 \end_layout
31228
31229 \begin_layout Standard
31230 \begin_inset Float figure
31231 wide false
31232 sideways false
31233 status open
31234
31235 \begin_layout Plain Layout
31236 \align center
31237 \begin_inset ERT
31238 status collapsed
31239
31240 \begin_layout Plain Layout
31241
31242
31243 \backslash
31244 framebox{
31245 \end_layout
31246
31247 \end_inset
31248
31249
31250 \begin_inset Graphics
31251         filename ../clipart/endnotes.pdf
31252         scaleBeforeRotation
31253
31254 \end_inset
31255
31256
31257 \begin_inset ERT
31258 status collapsed
31259
31260 \begin_layout Plain Layout
31261
31262 }
31263 \end_layout
31264
31265 \end_inset
31266
31267
31268 \end_layout
31269
31270 \begin_layout Plain Layout
31271 \begin_inset Caption Standard
31272
31273 \begin_layout Plain Layout
31274 \begin_inset CommandInset label
31275 LatexCommand label
31276 name "abb:endnotes"
31277
31278 \end_inset
31279
31280
31281 \series bold
31282 endnotes
31283 \series default
31284  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
31285  gedruckt.
31286 \end_layout
31287
31288 \end_inset
31289
31290
31291 \end_layout
31292
31293 \end_inset
31294
31295
31296 \end_layout
31297
31298 \begin_layout Standard
31299 \begin_inset VSpace medskip
31300 \end_inset
31301
31302 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
31303 ache übersetzt.
31304  Der folgende Befehl im \SpecialChar LaTeX
31305 -Vorspann  übersetzt den englischen Namen 
31306 \begin_inset Quotes gld
31307 \end_inset
31308
31309 Notes
31310 \begin_inset Quotes grd
31311 \end_inset
31312
31313  in 
31314 \begin_inset Quotes gld
31315 \end_inset
31316
31317 Anmerkungen
31318 \begin_inset Quotes grd
31319 \end_inset
31320
31321 :
31322 \end_layout
31323
31324 \begin_layout Standard
31325
31326 \series bold
31327
31328 \backslash
31329 renewcommand{
31330 \backslash
31331 notesname}{Anmerkungen}
31332 \end_layout
31333
31334 \begin_layout Standard
31335 \begin_inset VSpace medskip
31336 \end_inset
31337
31338 Wenn Sie in den Befehlen von Abschnitt
31339 \begin_inset space ~
31340 \end_inset
31341
31342
31343 \begin_inset CommandInset ref
31344 LatexCommand ref
31345 reference "uab:Fußnoten-Nummerierung"
31346
31347 \end_inset
31348
31349  
31350 \series bold
31351
31352 \backslash
31353 thefootnote
31354 \series default
31355  durch 
31356 \series bold
31357
31358 \backslash
31359 theendnote
31360 \series default
31361  ersetzen, können Sie die Nummerierung von Endnoten ändern.
31362  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
31363 \series bold
31364
31365 \backslash
31366 @addtoreset
31367 \series default
31368  wie in Abschnitt
31369 \begin_inset space \space{}
31370 \end_inset
31371
31372
31373 \begin_inset CommandInset ref
31374 LatexCommand ref
31375 reference "uab:Fußnoten-Nummerierung"
31376
31377 \end_inset
31378
31379  beschrieben und ersetzen 
31380 \series bold
31381 footnote
31382 \series default
31383  durch 
31384 \series bold
31385 endnote
31386 \series default
31387 .
31388 \end_layout
31389
31390 \begin_layout Standard
31391 Für Endnoten gibt es den Befehl 
31392 \series bold
31393
31394 \backslash
31395 endnotemark[Nummer]
31396 \series default
31397  analog zum Befehl 
31398 \series bold
31399
31400 \backslash
31401 footnotemark
31402 \series default
31403  der in Abschnitt
31404 \begin_inset space ~
31405 \end_inset
31406
31407
31408 \begin_inset CommandInset ref
31409 LatexCommand ref
31410 reference "abs:Fußnoten"
31411
31412 \end_inset
31413
31414  beschrieben ist.
31415 \end_layout
31416
31417 \begin_layout Standard
31418 \begin_inset VSpace bigskip
31419 \end_inset
31420
31421 Mit dem \SpecialChar LaTeX
31422 -Paket 
31423 \series bold
31424 footmisc
31425 \series default
31426
31427 \begin_inset Index idx
31428 status collapsed
31429
31430 \begin_layout Plain Layout
31431 \SpecialChar LaTeX
31432 -Pakete ! footmisc
31433 \end_layout
31434
31435 \end_inset
31436
31437  (
31438 \begin_inset CommandInset citation
31439 LatexCommand cite
31440 key "footmisc"
31441
31442 \end_inset
31443
31444 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
31445 \end_layout
31446
31447 \begin_layout Standard
31448 In \SpecialChar LaTeX
31449 -Büchern, 
31450 \begin_inset CommandInset citation
31451 LatexCommand cite
31452 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
31453
31454 \end_inset
31455
31456 , finden Sie weiteres zu Fußnoten.
31457  Wenn Sie eine 
31458 \series bold
31459 KOMA-Script
31460 \series default
31461
31462 \begin_inset Index idx
31463 status collapsed
31464
31465 \begin_layout Plain Layout
31466 \SpecialChar LaTeX
31467 -Pakete ! KOMA-Script
31468 \end_layout
31469
31470 \end_inset
31471
31472  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
31473 zifische Befehle anpassen, siehe 
31474 \begin_inset CommandInset citation
31475 LatexCommand cite
31476 key "KOMA-Script"
31477
31478 \end_inset
31479
31480 .
31481 \end_layout
31482
31483 \begin_layout Section
31484 Randnotizen
31485 \begin_inset Index idx
31486 status collapsed
31487
31488 \begin_layout Plain Layout
31489 Randnotizen
31490 \end_layout
31491
31492 \end_inset
31493
31494
31495 \begin_inset Index idx
31496 status collapsed
31497
31498 \begin_layout Plain Layout
31499 Notizen ! Randnotizen
31500 \end_layout
31501
31502 \end_inset
31503
31504
31505 \end_layout
31506
31507 \begin_layout Standard
31508 Randnotizen sehen in \SpecialChar LyX
31509  wie Fußnoten aus und verhalten sich auch so.
31510  Sie fügen sie mit einem Klick auf den Schalter 
31511 \begin_inset Info
31512 type  "icon"
31513 arg   "marginalnote-insert"
31514 \end_inset
31515
31516  oder über 
31517 \family sans
31518 Einfügen\SpecialChar menuseparator
31519 Randnotiz
31520 \family default
31521  ein.
31522  Ein graues Kästchen mit der Aufschrift 
31523 \begin_inset Quotes gld
31524 \end_inset
31525
31526 Rand
31527 \begin_inset Quotes grd
31528 \end_inset
31529
31530  erscheint
31531 \family roman
31532 \series medium
31533 , und dort, wo der Cursor steht, können Sie Text eingeben.
31534 \end_layout
31535
31536 \begin_layout Standard
31537 Hier am Rand sehen Sie eine Randnotiz.
31538  
31539 \begin_inset Marginal
31540 status open
31541
31542 \begin_layout Plain Layout
31543 Dies ist eine Randnotiz.
31544 \end_layout
31545
31546 \end_inset
31547
31548
31549 \end_layout
31550
31551 \begin_layout Standard
31552 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
31553  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
31554  Seiten und rechts auf den ungeraden.
31555  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
31556  wird und umgekehrt.
31557  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
31558  wurde.
31559 \end_layout
31560
31561 \begin_layout Standard
31562 \begin_inset VSpace bigskip
31563 \end_inset
31564
31565 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
31566 \end_layout
31567
31568 \begin_layout Standard
31569
31570 \series bold
31571
31572 \backslash
31573 reversemarginpar
31574 \end_layout
31575
31576 \begin_layout Standard
31577 als \SpecialChar TeX
31578 -Code vor einer Randnotiz ein.
31579  Das gilt dann für alle folgenden Randnotizen.
31580  
31581 \begin_inset ERT
31582 status collapsed
31583
31584 \begin_layout Plain Layout
31585
31586
31587 \backslash
31588 reversemarginpar 
31589 \end_layout
31590
31591 \end_inset
31592
31593
31594 \begin_inset Marginal
31595 status open
31596
31597 \begin_layout Plain Layout
31598 Hier ist ein Beispiel im inneren Rand.
31599 \end_layout
31600
31601 \end_inset
31602
31603
31604 \begin_inset Newline newline
31605 \end_inset
31606
31607
31608 \begin_inset Note Greyedout
31609 status open
31610
31611 \begin_layout Plain Layout
31612  
31613 \series bold
31614 Achtung:
31615 \series default
31616  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
31617 \end_layout
31618
31619 \end_inset
31620
31621
31622 \end_layout
31623
31624 \begin_layout Standard
31625 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
31626 \end_layout
31627
31628 \begin_layout Standard
31629
31630 \series bold
31631
31632 \backslash
31633 normalmarginpar
31634 \end_layout
31635
31636 \begin_layout Standard
31637 als \SpecialChar TeX
31638 -Code ein.
31639 \begin_inset ERT
31640 status collapsed
31641
31642 \begin_layout Plain Layout
31643
31644
31645 \backslash
31646 normalmarginpar 
31647 \end_layout
31648
31649 \end_inset
31650
31651
31652 \end_layout
31653
31654 \begin_layout Standard
31655 \begin_inset Note Greyedout
31656 status open
31657
31658 \begin_layout Plain Layout
31659
31660 \series bold
31661 Achtung:
31662 \series default
31663  Der Befehl wird missachtet, wenn er im selben Absatz wie 
31664 \series bold
31665
31666 \backslash
31667 reversemarginpar
31668 \series default
31669  verwendet wird.
31670 \end_layout
31671
31672 \end_inset
31673
31674
31675 \end_layout
31676
31677 \begin_layout Standard
31678 \begin_inset VSpace bigskip
31679 \end_inset
31680
31681
31682 \begin_inset Marginal
31683 status open
31684
31685 \begin_layout Plain Layout
31686
31687 \family roman
31688 \series medium
31689 EinSehrLangesWort am Anfang, das umgebrochen wird.
31690 \end_layout
31691
31692 \end_inset
31693
31694  Ähnlich wie in Abschnitt
31695 \begin_inset space ~
31696 \end_inset
31697
31698
31699 \begin_inset CommandInset ref
31700 LatexCommand ref
31701 reference "uab:Mehrfache-Zeilen-in"
31702
31703 \end_inset
31704
31705  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
31706  Wort der Randnotiz sind.
31707  Um das zu vermeiden, fügen sie 0
31708 \begin_inset space \thinspace{}
31709 \end_inset
31710
31711 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
31712 \begin_inset Marginal
31713 status open
31714
31715 \begin_layout Plain Layout
31716 \begin_inset space \hspace{}
31717 \length 0pt
31718 \end_inset
31719
31720
31721 \family roman
31722 \series medium
31723 EinSehrLangesWort am Anfang, das umgebrochen wird.
31724 \end_layout
31725
31726 \end_inset
31727
31728
31729 \end_layout
31730
31731 \begin_layout Standard
31732 \begin_inset VSpace bigskip
31733 \end_inset
31734
31735
31736 \end_layout
31737
31738 \begin_layout Standard
31739 \begin_inset Note Greyedout
31740 status open
31741
31742 \begin_layout Plain Layout
31743
31744 \series bold
31745 Bemerkung:
31746 \series default
31747  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
31748  verwendet werden.
31749 \end_layout
31750
31751 \end_inset
31752
31753
31754 \end_layout
31755
31756 \begin_layout Standard
31757 \begin_inset VSpace bigskip
31758 \end_inset
31759
31760
31761 \end_layout
31762
31763 \begin_layout Standard
31764 \begin_inset ERT
31765 status collapsed
31766
31767 \begin_layout Plain Layout
31768
31769
31770 \backslash
31771 ifmarginnote
31772 \end_layout
31773
31774 \end_inset
31775
31776
31777 \begin_inset Note Note
31778 status open
31779
31780 \begin_layout Plain Layout
31781 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
31782 -Paket 
31783 \series bold
31784 marginnote
31785 \series default
31786  installiert ist.
31787 \end_layout
31788
31789 \end_inset
31790
31791
31792 \end_layout
31793
31794 \begin_layout Standard
31795 Diese Einschränkung kann umgangen werden, wenn das \SpecialChar LaTeX
31796 -Paket 
31797 \series bold
31798 marginnote
31799 \series default
31800
31801 \begin_inset Index idx
31802 status collapsed
31803
31804 \begin_layout Plain Layout
31805 \SpecialChar LaTeX
31806 -Pakete ! marginnote
31807 \end_layout
31808
31809 \end_inset
31810
31811  verwendet wird.
31812  Wenn Sie diese zwei Zeilen zum \SpecialChar LaTeX
31813 -Vorspann hinzufügen, wird der Befehl, der
31814  von \SpecialChar LyX
31815  für Randnotizen verwendet wird, umdefiniert, so dass der Befehl des
31816  Pakets 
31817 \series bold
31818 marginnote
31819 \series default
31820  für Randnotizen verwendet wird:
31821 \end_layout
31822
31823 \begin_layout Standard
31824
31825 \series bold
31826
31827 \backslash
31828 usepackage{marginnote}
31829 \begin_inset Newline newline
31830 \end_inset
31831
31832
31833 \backslash
31834 let
31835 \backslash
31836 marginpar
31837 \backslash
31838 marginnote
31839 \end_layout
31840
31841 \begin_layout Standard
31842 Dies wird auch in diesem Dokument verwendet, denn 
31843 \series bold
31844 marginnote
31845 \series default
31846  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
31847  für Randnotizen angeben.
31848  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
31849 n zu dicht beieinander sind.
31850  Der Versatz wird in \SpecialChar LyX
31851  als \SpecialChar TeX
31852 -Code direkt nach der Randnotiz mit dem Schema
31853 \end_layout
31854
31855 \begin_layout Standard
31856
31857 \series bold
31858 [Versatz]
31859 \end_layout
31860
31861 \begin_layout Standard
31862 angegeben.
31863  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
31864 \begin_inset space ~
31865 \end_inset
31866
31867
31868 \begin_inset CommandInset ref
31869 LatexCommand ref
31870 reference "tab:Maßeinheiten"
31871
31872 \end_inset
31873
31874  aufgelistet sind.
31875  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
31876  nach unten.
31877  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
31878 \begin_inset space \thinspace{}
31879 \end_inset
31880
31881 cm mit dem \SpecialChar TeX
31882 -Code-Befehl  
31883 \begin_inset Quotes gld
31884 \end_inset
31885
31886
31887 \series bold
31888 [-1.5cm]
31889 \series default
31890
31891 \begin_inset Quotes grd
31892 \end_inset
31893
31894  nach oben versetzt.
31895 \begin_inset Marginal
31896 status open
31897
31898 \begin_layout Plain Layout
31899 Diese Randnotiz ist 1.5
31900 \begin_inset space \thinspace{}
31901 \end_inset
31902
31903 cm von ihrer Originalposition nach oben versetzt.
31904 \end_layout
31905
31906 \end_inset
31907
31908
31909 \begin_inset ERT
31910 status collapsed
31911
31912 \begin_layout Plain Layout
31913
31914 [-1.5cm]
31915 \end_layout
31916
31917 \end_inset
31918
31919
31920 \end_layout
31921
31922 \begin_layout Standard
31923 \begin_inset VSpace medskip
31924 \end_inset
31925
31926 Mit 
31927 \series bold
31928 marginnote
31929 \series default
31930  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
31931  Zum Beispiel setzen die Befehle
31932 \end_layout
31933
31934 \begin_layout Standard
31935
31936 \series bold
31937
31938 \backslash
31939 renewcommand*{
31940 \backslash
31941 raggedleftmarginnote}{
31942 \backslash
31943 centering}
31944 \begin_inset Newline newline
31945 \end_inset
31946
31947
31948 \backslash
31949 renewcommand*{
31950 \backslash
31951 raggedrightmarginnote}{
31952 \backslash
31953 centering}
31954 \end_layout
31955
31956 \begin_layout Standard
31957 die Ausrichtung auf zentriert.
31958  
31959 \series bold
31960
31961 \backslash
31962 raggedleftmarginnote
31963 \series default
31964  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
31965  
31966 \begin_inset ERT
31967 status collapsed
31968
31969 \begin_layout Plain Layout
31970
31971
31972 \backslash
31973 renewcommand*{
31974 \backslash
31975 raggedleftmarginnote}{
31976 \backslash
31977 centering}
31978 \end_layout
31979
31980 \begin_layout Plain Layout
31981
31982
31983 \backslash
31984 renewcommand*{
31985 \backslash
31986 raggedrightmarginnote}{
31987 \backslash
31988 centering}
31989 \end_layout
31990
31991 \end_inset
31992
31993
31994 \begin_inset Marginal
31995 status open
31996
31997 \begin_layout Plain Layout
31998 Der Text dieser Randnotiz ist zentriert ausgerichtet.
31999 \end_layout
32000
32001 \end_inset
32002
32003  Die Voreinstellung ist
32004 \end_layout
32005
32006 \begin_layout Standard
32007
32008 \series bold
32009
32010 \backslash
32011 renewcommand*{
32012 \backslash
32013 raggedleftmarginnote}{
32014 \backslash
32015 raggedleft}
32016 \begin_inset Newline newline
32017 \end_inset
32018
32019
32020 \backslash
32021 renewcommand*{
32022 \backslash
32023 raggedrightmarginnote}{
32024 \backslash
32025 raggedright}
32026 \series default
32027
32028 \begin_inset ERT
32029 status collapsed
32030
32031 \begin_layout Plain Layout
32032
32033
32034 \backslash
32035 renewcommand*{
32036 \backslash
32037 raggedleftmarginnote}{
32038 \backslash
32039 raggedleft}
32040 \end_layout
32041
32042 \begin_layout Plain Layout
32043
32044
32045 \backslash
32046 renewcommand*{
32047 \backslash
32048 raggedrightmarginnote}{
32049 \backslash
32050 raggedright}
32051 \end_layout
32052
32053 \end_inset
32054
32055
32056 \end_layout
32057
32058 \begin_layout Standard
32059 \begin_inset VSpace medskip
32060 \end_inset
32061
32062 Für weitere Fähigkeiten des Pakets 
32063 \series bold
32064 marginnote
32065 \series default
32066  sei auf dessen Dokumentation verwiesen 
32067 \begin_inset CommandInset citation
32068 LatexCommand cite
32069 key "marginnote"
32070
32071 \end_inset
32072
32073 .
32074 \end_layout
32075
32076 \begin_layout Standard
32077 \begin_inset VSpace bigskip
32078 \end_inset
32079
32080 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
32081  geändert werden.
32082  Um z.
32083 \begin_inset space \thinspace{}
32084 \end_inset
32085
32086 B.
32087  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
32088  und fettgedruckten Text 
32089 \begin_inset Quotes eld
32090 \end_inset
32091
32092
32093 \family sans
32094 \series bold
32095 \bar under
32096 Achtung!
32097 \family default
32098 \series default
32099 \bar default
32100
32101 \begin_inset Quotes erd
32102 \end_inset
32103
32104  zu erstellen, fügen Sie dies zum \SpecialChar LaTeX
32105 -Vorspann hinzu:
32106 \end_layout
32107
32108 \begin_layout Standard
32109
32110 \series bold
32111
32112 \backslash
32113 let
32114 \backslash
32115 myMarginpar
32116 \backslash
32117 marginpar
32118 \begin_inset Newline newline
32119 \end_inset
32120
32121
32122 \backslash
32123 renewcommand{
32124 \backslash
32125 marginpar}[1]{
32126 \backslash
32127 myMarginpar{%
32128 \begin_inset Newline newline
32129 \end_inset
32130
32131
32132 \begin_inset Phantom HPhantom
32133 status open
32134
32135 \begin_layout Plain Layout
32136
32137 \series bold
32138 \begin_inset space ~
32139 \end_inset
32140
32141
32142 \end_layout
32143
32144 \end_inset
32145
32146
32147 \backslash
32148 hspace{0pt}
32149 \backslash
32150 textsf{
32151 \backslash
32152 textbf{
32153 \backslash
32154 underbar{Achtung!}}}%
32155 \begin_inset Newline newline
32156 \end_inset
32157
32158
32159 \begin_inset Phantom HPhantom
32160 status open
32161
32162 \begin_layout Plain Layout
32163
32164 \series bold
32165 \begin_inset space ~
32166 \end_inset
32167
32168
32169 \end_layout
32170
32171 \end_inset
32172
32173
32174 \backslash
32175 vspace{1.5mm}
32176 \backslash
32177
32178 \backslash
32179 #1}}
32180 \end_layout
32181
32182 \begin_layout Standard
32183 \begin_inset ERT
32184 status collapsed
32185
32186 \begin_layout Plain Layout
32187
32188
32189 \backslash
32190 let
32191 \backslash
32192 myMarginpar
32193 \backslash
32194 marginpar
32195 \end_layout
32196
32197 \begin_layout Plain Layout
32198
32199
32200 \backslash
32201 renewcommand{
32202 \backslash
32203 marginpar}[1]{
32204 \backslash
32205 myMarginpar{%
32206 \end_layout
32207
32208 \begin_layout Plain Layout
32209
32210    
32211 \backslash
32212 textsf{
32213 \backslash
32214 textbf{
32215 \backslash
32216 underbar{Achtung!}}}%
32217 \end_layout
32218
32219 \begin_layout Plain Layout
32220
32221    
32222 \backslash
32223 vspace{1.5mm}
32224 \backslash
32225
32226 \backslash
32227 #1}}
32228 \end_layout
32229
32230 \end_inset
32231
32232
32233 \begin_inset Marginal
32234 status open
32235
32236 \begin_layout Plain Layout
32237 Dies ist eine Randnotiz mit einer definierten Überschrift.
32238 \end_layout
32239
32240 \end_inset
32241
32242
32243 \begin_inset ERT
32244 status collapsed
32245
32246 \begin_layout Plain Layout
32247
32248 [-1.5cm]
32249 \end_layout
32250
32251 \end_inset
32252
32253
32254 \begin_inset ERT
32255 status collapsed
32256
32257 \begin_layout Plain Layout
32258
32259
32260 \backslash
32261 renewcommand{
32262 \backslash
32263 marginpar}[1]{
32264 \backslash
32265 myMarginpar{#1}}
32266 \end_layout
32267
32268 \end_inset
32269
32270
32271 \begin_inset Note Note
32272 status open
32273
32274 \begin_layout Plain Layout
32275 Das Format wurde nur für dieses Beispiel geändert.
32276 \end_layout
32277
32278 \end_inset
32279
32280
32281 \end_layout
32282
32283 \begin_layout Standard
32284 \begin_inset ERT
32285 status collapsed
32286
32287 \begin_layout Plain Layout
32288
32289
32290 \backslash
32291 else
32292 \end_layout
32293
32294 \end_inset
32295
32296
32297 \begin_inset Note Note
32298 status open
32299
32300 \begin_layout Plain Layout
32301 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
32302 -Paket 
32303 \series bold
32304 marginnote
32305 \series default
32306  nicht installiert ist:
32307 \end_layout
32308
32309 \end_inset
32310
32311
32312 \end_layout
32313
32314 \begin_layout Standard
32315 Das \SpecialChar LaTeX
32316 -Paket 
32317 \series bold
32318 marginnote
32319 \series default
32320  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
32321 \end_layout
32322
32323 \begin_layout Standard
32324 \begin_inset ERT
32325 status collapsed
32326
32327 \begin_layout Plain Layout
32328
32329
32330 \backslash
32331 fi
32332 \end_layout
32333
32334 \end_inset
32335
32336
32337 \end_layout
32338
32339 \begin_layout Chapter
32340 Boxen
32341 \end_layout
32342
32343 \begin_layout Section
32344 Einleitung
32345 \begin_inset Index idx
32346 status collapsed
32347
32348 \begin_layout Plain Layout
32349 Boxen ! Einleitung
32350 \end_layout
32351
32352 \end_inset
32353
32354
32355 \end_layout
32356
32357 \begin_layout Standard
32358 Boxen werden benutzt, um einen Textblock zu formatieren.
32359  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
32360  siehe Abschnitt
32361 \begin_inset space ~
32362 \end_inset
32363
32364
32365 \begin_inset CommandInset ref
32366 LatexCommand ref
32367 reference "abs:Minipage"
32368
32369 \end_inset
32370
32371 , um Text zu umrahmen, siehe Abschnitt
32372 \begin_inset space ~
32373 \end_inset
32374
32375
32376 \begin_inset CommandInset ref
32377 LatexCommand ref
32378 reference "uab:Verzierung"
32379
32380 \end_inset
32381
32382 , um Silbentrennung zu verhindern, siehe Abschnitt
32383 \begin_inset space ~
32384 \end_inset
32385
32386
32387 \begin_inset CommandInset ref
32388 LatexCommand ref
32389 reference "abs:Silbentrennung-unterbinden"
32390
32391 \end_inset
32392
32393 , um Text senkrecht auszurichten, siehe Abschnitt
32394 \begin_inset space ~
32395 \end_inset
32396
32397
32398 \begin_inset CommandInset ref
32399 LatexCommand ref
32400 reference "uab:Vertikale-Ausrichtung"
32401
32402 \end_inset
32403
32404  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
32405 \begin_inset space ~
32406 \end_inset
32407
32408
32409 \begin_inset CommandInset ref
32410 LatexCommand ref
32411 reference "abs:Farbige-Boxen"
32412
32413 \end_inset
32414
32415 .
32416 \end_layout
32417
32418 \begin_layout Standard
32419 Boxen werden mit 
32420 \family sans
32421 Einfügen\SpecialChar menuseparator
32422 Box
32423 \family default
32424  oder dem Schalter 
32425 \begin_inset Info
32426 type  "icon"
32427 arg   "box-insert Frameless"
32428 \end_inset
32429
32430  eingefügt.
32431  Ein graues Kästchen mit der Aufschrift 
32432 \begin_inset Quotes gld
32433 \end_inset
32434
32435 Box (Minipage)
32436 \begin_inset Quotes grd
32437 \end_inset
32438
32439  erscheint: 
32440 \begin_inset Graphics
32441         filename clipart/StandardBoxQt4.png
32442         scale 85
32443         scaleBeforeRotation
32444
32445 \end_inset
32446
32447  Mit einem Rechts\SpecialChar softhyphen
32448 klick auf das graue Kästchen und der Auswahl von 
32449 \family sans
32450 Einstellungen
32451 \family default
32452  kann der Typ spezifiziert werden.
32453  Das Dialogfenster bietet bei 
32454 \family sans
32455 Innere
32456 \begin_inset space ~
32457 \end_inset
32458
32459 Box
32460 \family default
32461  die Typen 
32462 \family sans
32463 Makebox
32464 \family default
32465
32466 \family sans
32467 Parbox
32468 \family default
32469  und 
32470 \family sans
32471 Minipage
32472 \family default
32473  an.
32474  
32475 \family sans
32476 Minipage
32477 \family default
32478  ist die Standard-Einstellung für neue Boxen und in Abschnitt
32479 \begin_inset space ~
32480 \end_inset
32481
32482
32483 \begin_inset CommandInset ref
32484 LatexCommand ref
32485 reference "abs:Minipage"
32486
32487 \end_inset
32488
32489  beschrieben, 
32490 \family sans
32491 Parbox
32492 \family default
32493  in Abschnitt
32494 \begin_inset space ~
32495 \end_inset
32496
32497
32498 \begin_inset CommandInset ref
32499 LatexCommand ref
32500 reference "abs:Parbox"
32501
32502 \end_inset
32503
32504  und 
32505 \family sans
32506 Makebox
32507 \family default
32508  in 
32509 \begin_inset CommandInset ref
32510 LatexCommand ref
32511 reference "abs:Silbentrennung-unterbinden"
32512
32513 \end_inset
32514
32515 .
32516 \end_layout
32517
32518 \begin_layout Standard
32519 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
32520  wie auf Gleitobjekte und Fußnoten.
32521 \end_layout
32522
32523 \begin_layout Standard
32524 \begin_inset Note Greyedout
32525 status open
32526
32527 \begin_layout Plain Layout
32528
32529 \series bold
32530 Bemerkung
32531 \begin_inset space ~
32532 \end_inset
32533
32534 1:
32535 \series default
32536  Boxen dürfen in 
32537 \family sans
32538 List-
32539 \family default
32540  oder 
32541 \family sans
32542 Beschreibung-
32543 \family default
32544 Umgebungen nicht verwendet werden.
32545 \end_layout
32546
32547 \end_inset
32548
32549
32550 \end_layout
32551
32552 \begin_layout Standard
32553 \begin_inset Note Greyedout
32554 status open
32555
32556 \begin_layout Plain Layout
32557
32558 \series bold
32559 Bemerkung
32560 \begin_inset space ~
32561 \end_inset
32562
32563 2:
32564 \series default
32565  Boxen ohne 
32566 \family sans
32567 Innere
32568 \begin_inset space ~
32569 \end_inset
32570
32571 Box
32572 \family default
32573  und ohne Rahmen werden in Abschnitt
32574 \begin_inset space ~
32575 \end_inset
32576
32577
32578 \begin_inset CommandInset ref
32579 LatexCommand ref
32580 reference "abs:Silbentrennung-unterbinden"
32581
32582 \end_inset
32583
32584  beschrieben.
32585 \end_layout
32586
32587 \end_inset
32588
32589
32590 \end_layout
32591
32592 \begin_layout Section
32593 Das Box-Einstellungen-Fenster
32594 \begin_inset CommandInset label
32595 LatexCommand label
32596 name "abs:Box-Dialog"
32597
32598 \end_inset
32599
32600
32601 \begin_inset Index idx
32602 status collapsed
32603
32604 \begin_layout Plain Layout
32605 Boxen ! Box-Dialog-Fenster
32606 \end_layout
32607
32608 \end_inset
32609
32610
32611 \end_layout
32612
32613 \begin_layout Subsection
32614 Box-Größe
32615 \begin_inset Index idx
32616 status collapsed
32617
32618 \begin_layout Plain Layout
32619 Boxen ! Größe
32620 \end_layout
32621
32622 \end_inset
32623
32624
32625 \end_layout
32626
32627 \begin_layout Standard
32628 Im 
32629 \family sans
32630 Box-Einstellungen
32631 \family default
32632 -Fenster können Sie die Größe der Box mit 
32633 \family sans
32634 Breite
32635 \family default
32636  und 
32637 \family sans
32638 Höhe 
32639 \family default
32640 festlegen.
32641  Die verfügbaren Einheiten werden in Tabelle
32642 \begin_inset space ~
32643 \end_inset
32644
32645
32646 \begin_inset CommandInset ref
32647 LatexCommand ref
32648 reference "tab:Maßeinheiten"
32649
32650 \end_inset
32651
32652  aufgelistet.
32653  Das Feld
32654 \family sans
32655  Höhe
32656 \family default
32657  bietet die folgenden zusätzlichen Größen:
32658 \end_layout
32659
32660 \begin_layout Description
32661 Tiefe Dies ist die reine Text-
32662 \begin_inset Quotes gld
32663 \end_inset
32664
32665 Höhe
32666 \begin_inset Quotes grd
32667 \end_inset
32668
32669 .
32670  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
32671 \begin_inset Newline newline
32672 \end_inset
32673
32674
32675 \begin_inset Newline newline
32676 \end_inset
32677
32678
32679 \begin_inset Newline newline
32680 \end_inset
32681
32682
32683 \begin_inset Box Boxed
32684 position "c"
32685 hor_pos "c"
32686 has_inner_box 1
32687 inner_pos "c"
32688 use_parbox 0
32689 use_makebox 0
32690 width "12col%"
32691 special "none"
32692 height "1in"
32693 height_special "depth"
32694 thickness "0.4pt"
32695 separation "3pt"
32696 shadowsize "4pt"
32697 framecolor "black"
32698 backgroundcolor "none"
32699 status collapsed
32700
32701 \begin_layout Plain Layout
32702 \align center
32703 Box-Höhe = 1
32704 \begin_inset space \thinspace{}
32705 \end_inset
32706
32707 Tiefe
32708 \end_layout
32709
32710 \end_inset
32711
32712
32713 \begin_inset Newline newline
32714 \end_inset
32715
32716
32717 \begin_inset Newline newline
32718 \end_inset
32719
32720
32721 \end_layout
32722
32723 \begin_layout Description
32724 Höhe Dies ist die Texthöhe innerhalb der Box.
32725  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
32726  Texthöhe setzen: 
32727 \begin_inset Box Boxed
32728 position "c"
32729 hor_pos "c"
32730 has_inner_box 1
32731 inner_pos "c"
32732 use_parbox 0
32733 use_makebox 0
32734 width "20col%"
32735 special "none"
32736 height "2in"
32737 height_special "height"
32738 thickness "0.4pt"
32739 separation "3pt"
32740 shadowsize "4pt"
32741 framecolor "black"
32742 backgroundcolor "none"
32743 status collapsed
32744
32745 \begin_layout Plain Layout
32746 \align center
32747 Boxhöhe = 2
32748 \begin_inset space \thinspace{}
32749 \end_inset
32750
32751 Höhe
32752 \end_layout
32753
32754 \end_inset
32755
32756
32757 \end_layout
32758
32759 \begin_layout Description
32760 Gesamthöhe Dies ist Höhe
32761 \begin_inset space \thinspace{}
32762 \end_inset
32763
32764 +
32765 \begin_inset space \thinspace{}
32766 \end_inset
32767
32768 Tiefe: 
32769 \begin_inset Box Boxed
32770 position "c"
32771 hor_pos "c"
32772 has_inner_box 1
32773 inner_pos "c"
32774 use_parbox 0
32775 use_makebox 0
32776 width "20col%"
32777 special "none"
32778 height "1in"
32779 height_special "totalheight"
32780 thickness "0.4pt"
32781 separation "3pt"
32782 shadowsize "4pt"
32783 framecolor "black"
32784 backgroundcolor "none"
32785 status collapsed
32786
32787 \begin_layout Plain Layout
32788 \align center
32789 Boxhöhe = 1
32790 \begin_inset space \thinspace{}
32791 \end_inset
32792
32793 Gesamthöhe
32794 \end_layout
32795
32796 \end_inset
32797
32798
32799 \end_layout
32800
32801 \begin_layout Description
32802 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
32803 \begin_inset Box Boxed
32804 position "c"
32805 hor_pos "c"
32806 has_inner_box 1
32807 inner_pos "c"
32808 use_parbox 0
32809 use_makebox 0
32810 width "12col%"
32811 special "none"
32812 height "1in"
32813 height_special "width"
32814 thickness "0.4pt"
32815 separation "3pt"
32816 shadowsize "4pt"
32817 framecolor "black"
32818 backgroundcolor "none"
32819 status collapsed
32820
32821 \begin_layout Plain Layout
32822 \align center
32823 Boxhöhe = 1
32824 \begin_inset space \thinspace{}
32825 \end_inset
32826
32827 Breite
32828 \end_layout
32829
32830 \end_inset
32831
32832
32833 \end_layout
32834
32835 \begin_layout Subsection
32836 Ausrichtung
32837 \begin_inset Index idx
32838 status collapsed
32839
32840 \begin_layout Plain Layout
32841 Boxen ! Ausrichtung
32842 \end_layout
32843
32844 \end_inset
32845
32846
32847 \end_layout
32848
32849 \begin_layout Standard
32850 Wenn Sie eine 
32851 \family sans
32852 Innere
32853 \begin_inset space ~
32854 \end_inset
32855
32856 Box
32857 \family default
32858  gewählt haben, kann die Box mit folgenden Werten für 
32859 \family sans
32860 Box
32861 \family default
32862  senkrecht ausgerichtet werden:
32863 \end_layout
32864
32865 \begin_layout Description
32866 Oben Dies ist ein Beispieltext.
32867  
32868 \begin_inset Box Boxed
32869 position "t"
32870 hor_pos "c"
32871 has_inner_box 1
32872 inner_pos "c"
32873 use_parbox 0
32874 use_makebox 0
32875 width "20col%"
32876 special "none"
32877 height "1in"
32878 height_special "totalheight"
32879 thickness "0.4pt"
32880 separation "3pt"
32881 shadowsize "4pt"
32882 framecolor "black"
32883 backgroundcolor "none"
32884 status collapsed
32885
32886 \begin_layout Plain Layout
32887 \align center
32888 Die Ober\SpecialChar softhyphen
32889 kante der Box ist in der Zeile.
32890 \end_layout
32891
32892 \end_inset
32893
32894  Dies ist ein Beispieltext.
32895 \end_layout
32896
32897 \begin_layout Description
32898 Mitte Dies ist ein Beispieltext.
32899  
32900 \begin_inset Box Boxed
32901 position "c"
32902 hor_pos "c"
32903 has_inner_box 1
32904 inner_pos "c"
32905 use_parbox 0
32906 use_makebox 0
32907 width "20col%"
32908 special "none"
32909 height "1in"
32910 height_special "totalheight"
32911 thickness "0.4pt"
32912 separation "3pt"
32913 shadowsize "4pt"
32914 framecolor "black"
32915 backgroundcolor "none"
32916 status collapsed
32917
32918 \begin_layout Plain Layout
32919 \align center
32920 Die Mitte der Box ist in der Zeile.
32921 \end_layout
32922
32923 \end_inset
32924
32925  Dies ist ein Beispieltext.
32926 \end_layout
32927
32928 \begin_layout Description
32929 Unten Dies ist ein Beispieltext.
32930  
32931 \begin_inset Box Boxed
32932 position "b"
32933 hor_pos "c"
32934 has_inner_box 1
32935 inner_pos "c"
32936 use_parbox 0
32937 use_makebox 0
32938 width "20col%"
32939 special "none"
32940 height "1in"
32941 height_special "totalheight"
32942 thickness "0.4pt"
32943 separation "3pt"
32944 shadowsize "4pt"
32945 framecolor "black"
32946 backgroundcolor "none"
32947 status collapsed
32948
32949 \begin_layout Plain Layout
32950 \align center
32951 Die Unter\SpecialChar softhyphen
32952 kante der Box ist in der Zeile.
32953 \end_layout
32954
32955 \end_inset
32956
32957  Dies ist ein Beispieltext.
32958 \end_layout
32959
32960 \begin_layout Standard
32961 \begin_inset Note Greyedout
32962 status open
32963
32964 \begin_layout Plain Layout
32965
32966 \series bold
32967 Bemerkung:
32968 \series default
32969  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
32970  Boxen in einer Zeile sind und eine Box z.
32971 \begin_inset space \thinspace{}
32972 \end_inset
32973
32974 B.
32975  schattiert ist, die andere aber nicht.
32976 \end_layout
32977
32978 \end_inset
32979
32980
32981 \end_layout
32982
32983 \begin_layout Standard
32984 Eine Box kann mit dem Dialog 
32985 \family sans
32986 Absatz-Einstellungen
32987 \family default
32988  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
32989 \end_layout
32990
32991 \begin_layout Standard
32992 \begin_inset VSpace bigskip
32993 \end_inset
32994
32995 Wenn Sie eine 
32996 \family sans
32997 Innere
32998 \begin_inset space ~
32999 \end_inset
33000
33001 Box
33002 \family default
33003  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
33004 \family sans
33005 Inhalt
33006 \family default
33007  senkrecht ausgerichtet werden:
33008 \end_layout
33009
33010 \begin_layout Description
33011 Oben Dies ist ein Beispieltext.
33012  
33013 \begin_inset Box Boxed
33014 position "c"
33015 hor_pos "c"
33016 has_inner_box 1
33017 inner_pos "t"
33018 use_parbox 0
33019 use_makebox 0
33020 width "20col%"
33021 special "none"
33022 height "1.5in"
33023 height_special "totalheight"
33024 thickness "0.4pt"
33025 separation "3pt"
33026 shadowsize "4pt"
33027 framecolor "black"
33028 backgroundcolor "none"
33029 status collapsed
33030
33031 \begin_layout Plain Layout
33032 \align center
33033 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
33034 \end_layout
33035
33036 \end_inset
33037
33038  Dies ist ein Beispieltext.
33039 \end_layout
33040
33041 \begin_layout Description
33042 Mitte Dies ist ein Beispieltext.
33043  
33044 \begin_inset Box Boxed
33045 position "c"
33046 hor_pos "c"
33047 has_inner_box 1
33048 inner_pos "c"
33049 use_parbox 0
33050 use_makebox 0
33051 width "20col%"
33052 special "none"
33053 height "1.5in"
33054 height_special "totalheight"
33055 thickness "0.4pt"
33056 separation "3pt"
33057 shadowsize "4pt"
33058 framecolor "black"
33059 backgroundcolor "none"
33060 status collapsed
33061
33062 \begin_layout Plain Layout
33063 \align center
33064 Der Boxinhalt ist zentriert ausgerichtet.
33065 \end_layout
33066
33067 \end_inset
33068
33069  Dies ist ein Beispieltext.
33070 \end_layout
33071
33072 \begin_layout Description
33073 Unten Dies ist ein Beispieltext.
33074  
33075 \begin_inset Box Boxed
33076 position "c"
33077 hor_pos "c"
33078 has_inner_box 1
33079 inner_pos "b"
33080 use_parbox 0
33081 use_makebox 0
33082 width "20col%"
33083 special "none"
33084 height "1.5in"
33085 height_special "totalheight"
33086 thickness "0.4pt"
33087 separation "3pt"
33088 shadowsize "4pt"
33089 framecolor "black"
33090 backgroundcolor "none"
33091 status collapsed
33092
33093 \begin_layout Plain Layout
33094 \align center
33095 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
33096 \end_layout
33097
33098 \end_inset
33099
33100  Dies ist ein Beispieltext.
33101 \end_layout
33102
33103 \begin_layout Description
33104 Dehnen Dies ist ein Beispieltext.
33105  
33106 \begin_inset Box Boxed
33107 position "c"
33108 hor_pos "c"
33109 has_inner_box 1
33110 inner_pos "s"
33111 use_parbox 0
33112 use_makebox 0
33113 width "20col%"
33114 special "none"
33115 height "1in"
33116 height_special "totalheight"
33117 thickness "0.4pt"
33118 separation "3pt"
33119 shadowsize "4pt"
33120 framecolor "black"
33121 backgroundcolor "none"
33122 status collapsed
33123
33124 \begin_layout Plain Layout
33125 \align center
33126 Der Boxinhalt
33127 \end_layout
33128
33129 \begin_layout Plain Layout
33130 \align center
33131 ist über die
33132 \end_layout
33133
33134 \begin_layout Plain Layout
33135 \align center
33136 Boxhöhe
33137 \end_layout
33138
33139 \begin_layout Plain Layout
33140 \align center
33141 gleichmäßig verteilt.
33142 \end_layout
33143
33144 \end_inset
33145
33146  Dies ist ein Beispieltext.
33147 \end_layout
33148
33149 \begin_layout Standard
33150 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
33151  besteht.
33152  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
33153 \end_layout
33154
33155 \begin_layout Standard
33156 Ein Boxinhalt kann mit dem Dialog 
33157 \family sans
33158 Absatz-Einstellungen
33159 \family default
33160  waagerecht ausgerichtet werden, wenn Sie eine
33161 \family sans
33162  Innere
33163 \begin_inset space ~
33164 \end_inset
33165
33166 Box
33167 \family default
33168  gewählt haben.
33169 \begin_inset Separator parbreak
33170 \end_inset
33171
33172
33173 \end_layout
33174
33175 \begin_layout Standard
33176 \align center
33177 \begin_inset Box Boxed
33178 position "c"
33179 hor_pos "c"
33180 has_inner_box 1
33181 inner_pos "s"
33182 use_parbox 0
33183 use_makebox 0
33184 width "30col%"
33185 special "none"
33186 height "1.25in"
33187 height_special "totalheight"
33188 thickness "0.4pt"
33189 separation "3pt"
33190 shadowsize "4pt"
33191 framecolor "black"
33192 backgroundcolor "none"
33193 status collapsed
33194
33195 \begin_layout Plain Layout
33196 \align left
33197 Hier ist jede Zeile
33198 \end_layout
33199
33200 \begin_layout Plain Layout
33201 \align center
33202 anders
33203 \end_layout
33204
33205 \begin_layout Plain Layout
33206 \align right
33207 ausgerichtet.
33208 \end_layout
33209
33210 \end_inset
33211
33212
33213 \end_layout
33214
33215 \begin_layout Standard
33216 Wenn Sie keine
33217 \family sans
33218  Innere
33219 \begin_inset space ~
33220 \end_inset
33221
33222 Box
33223 \family default
33224  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
33225 \family sans
33226 Box-Einstellungen-
33227 \family default
33228 Dialog ausrichten
33229 \begin_inset Separator parbreak
33230 \end_inset
33231
33232
33233 \end_layout
33234
33235 \begin_layout Standard
33236 \align center
33237 \begin_inset Box Boxed
33238 position "c"
33239 hor_pos "s"
33240 has_inner_box 0
33241 inner_pos "s"
33242 use_parbox 0
33243 use_makebox 0
33244 width "90col%"
33245 special "none"
33246 height "1.25in"
33247 height_special "totalheight"
33248 thickness "0.4pt"
33249 separation "3pt"
33250 shadowsize "4pt"
33251 framecolor "black"
33252 backgroundcolor "none"
33253 status collapsed
33254
33255 \begin_layout Plain Layout
33256 Dieser Boxinhalt wurde horizontal gedehnt.
33257 \end_layout
33258
33259 \end_inset
33260
33261
33262 \end_layout
33263
33264 \begin_layout Subsection
33265 Verzierung
33266 \begin_inset CommandInset label
33267 LatexCommand label
33268 name "uab:Verzierung"
33269
33270 \end_inset
33271
33272
33273 \begin_inset Index idx
33274 status collapsed
33275
33276 \begin_layout Plain Layout
33277 Boxen ! Verzierung
33278 \end_layout
33279
33280 \end_inset
33281
33282
33283 \end_layout
33284
33285 \begin_layout Standard
33286 Im 
33287 \family sans
33288 Box-Einstellungen-
33289 \family default
33290 Dialog können Sie mit der 
33291 \family sans
33292 Verzierung
33293 \family default
33294  den Typ der Box auswählen:
33295 \end_layout
33296
33297 \begin_layout Description
33298 Kein
33299 \begin_inset space ~
33300 \end_inset
33301
33302 Rahmen Nichts wird gezeichnet.
33303 \end_layout
33304
33305 \begin_layout Description
33306 Einfacher
33307 \begin_inset space ~
33308 \end_inset
33309
33310 rechteckiger
33311 \begin_inset space ~
33312 \end_inset
33313
33314 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
33315  Die Rahmendicke kann festgelegt werden.
33316  
33317 \begin_inset Box Boxed
33318 position "c"
33319 hor_pos "c"
33320 has_inner_box 1
33321 inner_pos "c"
33322 use_parbox 0
33323 use_makebox 0
33324 width "21col%"
33325 special "none"
33326 height "1in"
33327 height_special "totalheight"
33328 thickness "0.4pt"
33329 separation "3pt"
33330 shadowsize "4pt"
33331 framecolor "black"
33332 backgroundcolor "none"
33333 status collapsed
33334
33335 \begin_layout Plain Layout
33336
33337 \series medium
33338 Rechteckige
33339 \begin_inset space ~
33340 \end_inset
33341
33342 Box
33343 \end_layout
33344
33345 \end_inset
33346
33347
33348 \end_layout
33349
33350 \begin_layout Description
33351 erlaube
33352 \begin_inset space ~
33353 \end_inset
33354
33355 Seitenumbrüche 
33356 \end_layout
33357
33358 \begin_layout Description
33359 Ovaler
33360 \begin_inset space ~
33361 \end_inset
33362
33363 Rahmen,
33364 \begin_inset space ~
33365 \end_inset
33366
33367 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
33368  Die Rahmendicke ist 0.4
33369 \begin_inset space \thinspace{}
33370 \end_inset
33371
33372 pt.
33373  
33374 \begin_inset Box ovalbox
33375 position "c"
33376 hor_pos "c"
33377 has_inner_box 1
33378 inner_pos "c"
33379 use_parbox 0
33380 use_makebox 0
33381 width "20col%"
33382 special "none"
33383 height "1in"
33384 height_special "totalheight"
33385 thickness "0.4pt"
33386 separation "3pt"
33387 shadowsize "4pt"
33388 framecolor "black"
33389 backgroundcolor "none"
33390 status collapsed
33391
33392 \begin_layout Plain Layout
33393 Ovale
33394 \begin_inset space ~
33395 \end_inset
33396
33397 Box,
33398 \begin_inset space ~
33399 \end_inset
33400
33401 dünn
33402 \end_layout
33403
33404 \end_inset
33405
33406
33407 \end_layout
33408
33409 \begin_layout Description
33410 Ovaler
33411 \begin_inset space ~
33412 \end_inset
33413
33414 Rahmen,
33415 \begin_inset space ~
33416 \end_inset
33417
33418 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
33419  Die Rahmendicke ist 0.8
33420 \begin_inset space \thinspace{}
33421 \end_inset
33422
33423 pt.
33424  
33425 \begin_inset Box Ovalbox
33426 position "c"
33427 hor_pos "c"
33428 has_inner_box 1
33429 inner_pos "c"
33430 use_parbox 0
33431 use_makebox 0
33432 width "20col%"
33433 special "none"
33434 height "1in"
33435 height_special "totalheight"
33436 thickness "0.4pt"
33437 separation "3pt"
33438 shadowsize "4pt"
33439 framecolor "black"
33440 backgroundcolor "none"
33441 status collapsed
33442
33443 \begin_layout Plain Layout
33444 Ovale
33445 \begin_inset space ~
33446 \end_inset
33447
33448 Box,
33449 \begin_inset space ~
33450 \end_inset
33451
33452 dick
33453 \end_layout
33454
33455 \end_inset
33456
33457
33458 \end_layout
33459
33460 \begin_layout Description
33461 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
33462  Die Rahmendicke und die Schattenbreite kann festgelegt werden.
33463 \begin_inset Newline newline
33464 \end_inset
33465
33466
33467 \begin_inset Box Shadowbox
33468 position "c"
33469 hor_pos "c"
33470 has_inner_box 1
33471 inner_pos "c"
33472 use_parbox 0
33473 use_makebox 0
33474 width "20col%"
33475 special "none"
33476 height "1in"
33477 height_special "totalheight"
33478 thickness "0.4pt"
33479 separation "3pt"
33480 shadowsize "4pt"
33481 framecolor "black"
33482 backgroundcolor "none"
33483 status collapsed
33484
33485 \begin_layout Plain Layout
33486 Schattierte
33487 \begin_inset space ~
33488 \end_inset
33489
33490 Box
33491 \end_layout
33492
33493 \end_inset
33494
33495
33496 \end_layout
33497
33498 \begin_layout Description
33499 Schattierter
33500 \begin_inset space ~
33501 \end_inset
33502
33503 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
33504  Im Gegensatz zu farbigen Boxen
33505 \begin_inset Foot
33506 status collapsed
33507
33508 \begin_layout Plain Layout
33509 siehe Abschnitt
33510 \begin_inset space ~
33511 \end_inset
33512
33513
33514 \begin_inset CommandInset ref
33515 LatexCommand ref
33516 reference "abs:Farbige-Boxen"
33517
33518 \end_inset
33519
33520
33521 \end_layout
33522
33523 \end_inset
33524
33525  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
33526  die Box ist ein Absatz für sich.
33527  
33528 \begin_inset Box Shaded
33529 position "t"
33530 hor_pos "c"
33531 has_inner_box 0
33532 inner_pos "t"
33533 use_parbox 0
33534 use_makebox 0
33535 width "50col%"
33536 special "none"
33537 height "1in"
33538 height_special "totalheight"
33539 thickness "0.4pt"
33540 separation "3pt"
33541 shadowsize "4pt"
33542 framecolor "black"
33543 backgroundcolor "none"
33544 status collapsed
33545
33546 \begin_layout Plain Layout
33547 Schattierter Hintergrund Box
33548 \end_layout
33549
33550 \end_inset
33551
33552
33553 \end_layout
33554
33555 \begin_layout Description
33556 Doppelter
33557 \begin_inset space ~
33558 \end_inset
33559
33560 rechteckiger
33561 \begin_inset space ~
33562 \end_inset
33563
33564 Rahmen zeichnet einen doppelten Rahmen um die Box.
33565  Der innere Rahmen ist 0,75
33566 \begin_inset space \thinspace{}
33567 \end_inset
33568
33569 Rahmendicke breit, der äußere 1,5
33570 \begin_inset space \thinspace{}
33571 \end_inset
33572
33573 Rahmendicke.
33574  Der Zwischenraum beträgt 1,5
33575 \begin_inset space \thinspace{}
33576 \end_inset
33577
33578 Rahmendicke
33579 \begin_inset space \thinspace{}
33580 \end_inset
33581
33582 +
33583 \begin_inset space \thinspace{}
33584 \end_inset
33585
33586 0,5
33587 \begin_inset space \thinspace{}
33588 \end_inset
33589
33590 pt.
33591  
33592 \begin_inset Box Doublebox
33593 position "c"
33594 hor_pos "c"
33595 has_inner_box 1
33596 inner_pos "c"
33597 use_parbox 0
33598 use_makebox 0
33599 width "20col%"
33600 special "none"
33601 height "1in"
33602 height_special "totalheight"
33603 thickness "0.4pt"
33604 separation "3pt"
33605 shadowsize "4pt"
33606 framecolor "black"
33607 backgroundcolor "none"
33608 status collapsed
33609
33610 \begin_layout Plain Layout
33611 Doppelt
33612 \begin_inset space ~
33613 \end_inset
33614
33615 gerahmte
33616 \begin_inset space ~
33617 \end_inset
33618
33619 Box
33620 \end_layout
33621
33622 \end_inset
33623
33624
33625 \end_layout
33626
33627 \begin_layout Standard
33628 \begin_inset VSpace bigskip
33629 \end_inset
33630
33631 Die Aufschrift der Box in \SpecialChar LyX
33632  ändert sich mit der gewählten Verzierung.
33633  Um alle Verzierungen verwenden zu können, muss das \SpecialChar LaTeX
33634 -Paket 
33635 \series bold
33636 fancybox
33637 \series default
33638
33639 \begin_inset Index idx
33640 status collapsed
33641
33642 \begin_layout Plain Layout
33643 \SpecialChar LaTeX
33644 -Pakete ! fancybox
33645 \end_layout
33646
33647 \end_inset
33648
33649  installiert sein.
33650 \end_layout
33651
33652 \begin_layout Standard
33653 \begin_inset VSpace bigskip
33654 \end_inset
33655
33656 Wenn Sie die Verzierung 
33657 \family sans
33658 Einfacher rechteckiger Rahmen
33659 \family default
33660  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
33661  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
33662  immer über die gesamte Zeilenbreite geht und dass die Box ein Absatz für
33663  sich ist: 
33664 \begin_inset Box Framed
33665 position "t"
33666 hor_pos "c"
33667 has_inner_box 0
33668 inner_pos "t"
33669 use_parbox 0
33670 use_makebox 0
33671 width "100col%"
33672 special "none"
33673 height "1in"
33674 height_special "totalheight"
33675 thickness "0.4pt"
33676 separation "3pt"
33677 shadowsize "4pt"
33678 framecolor "black"
33679 backgroundcolor "none"
33680 status collapsed
33681
33682 \begin_layout Plain Layout
33683 Box erlaubt Seitenumbruch
33684 \end_layout
33685
33686 \end_inset
33687
33688
33689 \end_layout
33690
33691 \begin_layout Section
33692 Box-Anpassung
33693 \begin_inset Index idx
33694 status collapsed
33695
33696 \begin_layout Plain Layout
33697 Boxen ! Anpassung
33698 \end_layout
33699
33700 \end_inset
33701
33702
33703 \end_layout
33704
33705 \begin_layout Standard
33706 \noindent
33707 Der Durchmesser der abgerundeten Ecken kann mit 
33708 \series bold
33709
33710 \backslash
33711 cornersize
33712 \series default
33713  gesetzt werden.
33714  Der \SpecialChar TeX
33715 -Code-Befehl
33716 \end_layout
33717
33718 \begin_layout Standard
33719
33720 \series bold
33721
33722 \backslash
33723 cornersize*{1cm}
33724 \end_layout
33725
33726 \begin_layout Standard
33727 setzt den Durchmesser auf 1
33728 \begin_inset space \thinspace{}
33729 \end_inset
33730
33731 cm.
33732  Der \SpecialChar TeX
33733 -Code-Befehl
33734 \end_layout
33735
33736 \begin_layout Standard
33737
33738 \series bold
33739
33740 \backslash
33741 cornersize{num}
33742 \end_layout
33743
33744 \begin_layout Standard
33745 setzt den Durchmesser auf 
33746 \family sans
33747 num
33748 \begin_inset space \thinspace{}
33749 \end_inset
33750
33751 ×
33752 \begin_inset space \thinspace{}
33753 \end_inset
33754
33755 Minimum(Breite der Box, Höhe der Box)
33756 \family default
33757 .
33758  Der Standardwert ist 
33759 \series bold
33760
33761 \backslash
33762 cornersize{0.5}
33763 \series default
33764 .
33765 \end_layout
33766
33767 \begin_layout Standard
33768 \begin_inset ERT
33769 status collapsed
33770
33771 \begin_layout Plain Layout
33772
33773
33774 \backslash
33775 cornersize*{1.5cm}
33776 \end_layout
33777
33778 \end_inset
33779
33780
33781 \begin_inset Box Ovalbox
33782 position "c"
33783 hor_pos "c"
33784 has_inner_box 1
33785 inner_pos "c"
33786 use_parbox 0
33787 use_makebox 0
33788 width "30col%"
33789 special "none"
33790 height "1in"
33791 height_special "totalheight"
33792 thickness "0.4pt"
33793 separation "3pt"
33794 shadowsize "4pt"
33795 framecolor "black"
33796 backgroundcolor "none"
33797 status open
33798
33799 \begin_layout Plain Layout
33800 \align center
33801 Ovale Box, dicker Rand, mit 
33802 \series bold
33803
33804 \backslash
33805 cornersize
33806 \series default
33807
33808 \begin_inset space \thinspace{}
33809 \end_inset
33810
33811 =
33812 \begin_inset space \thinspace{}
33813 \end_inset
33814
33815 1.5
33816 \begin_inset space \thinspace{}
33817 \end_inset
33818
33819 cm
33820 \end_layout
33821
33822 \end_inset
33823
33824
33825 \begin_inset ERT
33826 status collapsed
33827
33828 \begin_layout Plain Layout
33829
33830
33831 \backslash
33832 cornersize{0.5}
33833 \end_layout
33834
33835 \end_inset
33836
33837
33838 \end_layout
33839
33840 \begin_layout Standard
33841 \begin_inset VSpace bigskip
33842 \end_inset
33843
33844 Die Standard-Hintergrundfarbe rot von Boxen mit 
33845 \family sans
33846 schattiertem Hintergrund
33847 \family default
33848  kann entweder lokal mit dem Befehl 
33849 \series bold
33850
33851 \backslash
33852 definecolor{shadecolor}
33853 \series default
33854  oder global über das Menü 
33855 \family sans
33856 Werkzeuge\SpecialChar menuseparator
33857 Einstellungen\SpecialChar menuseparator
33858 Farben\SpecialChar menuseparator
33859 Schattierte
33860 \begin_inset space ~
33861 \end_inset
33862
33863 Box
33864 \family default
33865  geändert werden.
33866  Das Schema des 
33867 \series bold
33868
33869 \backslash
33870 definecolor
33871 \series default
33872  Befehls ist  in Abschnitt
33873 \begin_inset space ~
33874 \end_inset
33875
33876
33877 \begin_inset CommandInset ref
33878 LatexCommand ref
33879 reference "abs:Farbige-Tabellen"
33880
33881 \end_inset
33882
33883  erklärt.
33884 \begin_inset Foot
33885 status collapsed
33886
33887 \begin_layout Plain Layout
33888 Beachten Sie, dass 
33889 \series bold
33890
33891 \backslash
33892 definecolor
33893 \series default
33894  das \SpecialChar LaTeX
33895 -Paket 
33896 \series bold
33897 color
33898 \series default
33899  im \SpecialChar LaTeX
33900 -Vorspann benötigt, siehe Abschnitt
33901 \begin_inset space ~
33902 \end_inset
33903
33904
33905 \begin_inset CommandInset ref
33906 LatexCommand ref
33907 reference "abs:Farbige-Boxen"
33908
33909 \end_inset
33910
33911 .
33912 \end_layout
33913
33914 \end_inset
33915
33916  Für das nächste Beispiel wurden folgender \SpecialChar TeX
33917 -Code verwendet:
33918 \end_layout
33919
33920 \begin_layout Standard
33921
33922 \series bold
33923
33924 \backslash
33925 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33926 \end_layout
33927
33928 \begin_layout Standard
33929 \begin_inset ERT
33930 status collapsed
33931
33932 \begin_layout Plain Layout
33933
33934
33935 \backslash
33936 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33937 \end_layout
33938
33939 \end_inset
33940
33941
33942 \begin_inset Box Shaded
33943 position "t"
33944 hor_pos "c"
33945 has_inner_box 0
33946 inner_pos "t"
33947 use_parbox 0
33948 use_makebox 0
33949 width "100col%"
33950 special "none"
33951 height "1in"
33952 height_special "totalheight"
33953 thickness "0.4pt"
33954 separation "3pt"
33955 shadowsize "4pt"
33956 framecolor "black"
33957 backgroundcolor "none"
33958 status open
33959
33960 \begin_layout Plain Layout
33961
33962 \color yellow
33963 Dies ist gelber Text in einer 
33964 \family sans
33965 schattierten Hintergrund
33966 \begin_inset space ~
33967 \end_inset
33968
33969
33970 \family default
33971 Box auf dunkelgrünem Hintergrund.
33972 \end_layout
33973
33974 \end_inset
33975
33976
33977 \begin_inset ERT
33978 status collapsed
33979
33980 \begin_layout Plain Layout
33981
33982
33983 \backslash
33984 definecolor{shadecolor}{rgb}{1,0,0}
33985 \end_layout
33986
33987 \end_inset
33988
33989
33990 \end_layout
33991
33992 \begin_layout Standard
33993 \begin_inset VSpace bigskip
33994 \end_inset
33995
33996 Geänderte Größen und Farben gelten für alle Boxen, die auf den Befehl folgen,
33997  der sie ändert.
33998 \end_layout
33999
34000 \begin_layout Section
34001 Minipage
34002 \begin_inset CommandInset label
34003 LatexCommand label
34004 name "abs:Minipage"
34005
34006 \end_inset
34007
34008
34009 \begin_inset Index idx
34010 status collapsed
34011
34012 \begin_layout Plain Layout
34013 Boxen ! Minipage
34014 \end_layout
34015
34016 \end_inset
34017
34018
34019 \end_layout
34020
34021 \begin_layout Standard
34022 Minipages werden von \SpecialChar LaTeX
34023  wie Seiten auf einer Seite behandelt und können deshalb
34024  unter anderem eigene Fußnoten haben.
34025 \end_layout
34026
34027 \begin_layout Standard
34028 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
34029 \end_layout
34030
34031 \begin_layout Standard
34032 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
34033  Ihre Breite ist 45 Spaltenbreite
34034 \begin_inset space ~
34035 \end_inset
34036
34037 %, und sie sind durch einen 
34038 \family sans
34039 HFill
34040 \family default
34041  getrennt (
34042 \family sans
34043 Einfügen\SpecialChar menuseparator
34044 Formatierung\SpecialChar menuseparator
34045 Horizontaler
34046 \begin_inset space \space{}
34047 \end_inset
34048
34049 Abstand\SpecialChar menuseparator
34050 Abstand\SpecialChar menuseparator
34051 Variabler
34052 \begin_inset space ~
34053 \end_inset
34054
34055 horiz.
34056 \begin_inset space ~
34057 \end_inset
34058
34059 Abstand
34060 \family default
34061 ).
34062 \begin_inset Newpage newpage
34063 \end_inset
34064
34065
34066 \end_layout
34067
34068 \begin_layout Standard
34069 \noindent
34070 \begin_inset Box Frameless
34071 position "t"
34072 hor_pos "c"
34073 has_inner_box 1
34074 inner_pos "c"
34075 use_parbox 0
34076 use_makebox 0
34077 width "45col%"
34078 special "none"
34079 height "1in"
34080 height_special "totalheight"
34081 thickness "0.4pt"
34082 separation "3pt"
34083 shadowsize "4pt"
34084 framecolor "black"
34085 backgroundcolor "none"
34086 status open
34087
34088 \begin_layout Plain Layout
34089 Dies ist ein deutscher Text.
34090  Dies ist ein deutscher Text.
34091  Dies ist ein deutscher Text.
34092  Dies ist ein deutscher Text.
34093  Dies ist ein deutscher Text.
34094  Dies ist ein deutscher Text.
34095  Dies ist ein deutscher Text.
34096  Dies ist ein deutscher Text.
34097  Dies ist ein deutscher Text.
34098  Dies ist ein deutscher Text.
34099  Dies ist ein deutscher Text.
34100  Dies ist ein deutscher Text.
34101  Dies ist ein deutscher Text
34102 \begin_inset Foot
34103 status open
34104
34105 \begin_layout Plain Layout
34106 Dies ist eine deutsche Fußnote.
34107 \end_layout
34108
34109 \end_inset
34110
34111 .
34112  Dies ist ein deutscher Text.
34113  Dies ist ein deutscher Text.
34114 \end_layout
34115
34116 \end_inset
34117
34118
34119 \begin_inset space \hfill{}
34120 \end_inset
34121
34122
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
34143 \lang english
34144 This is an English Text.
34145  This is an English Text.
34146  This is an English Text.
34147  This is an English Text.
34148  This is an English Text.
34149  This is an English Text.
34150  This is an English Text.
34151  This is an English Text.
34152  This is an English Text.
34153  This is an English Text.
34154  This is an English Text.
34155  This is an English Text.
34156  This is an English Text.
34157  This is an English Text.
34158  This is an English Text.
34159  This is an English Text.
34160 \begin_inset Foot
34161 status collapsed
34162
34163 \begin_layout Plain Layout
34164
34165 \lang english
34166 This is an English footnote.
34167 \end_layout
34168
34169 \end_inset
34170
34171  This is an English Text.
34172 \end_layout
34173
34174 \end_inset
34175
34176
34177 \end_layout
34178
34179 \begin_layout Standard
34180 \begin_inset VSpace bigskip
34181 \end_inset
34182
34183 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
34184  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
34185  Absätze nicht eingerückt werden, obwohl Sie das in 
34186 \family sans
34187 Dokument
34188 \family default
34189 \SpecialChar menuseparator
34190
34191 \family sans
34192 Einstellun\SpecialChar softhyphen
34193 gen\SpecialChar menuseparator
34194 Textformat
34195 \family default
34196  festgelegt haben.
34197  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
34198  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem \SpecialChar TeX
34199 -Code 
34200 \series bold
34201
34202 \backslash
34203 hspace*{1em}
34204 \series default
34205 .
34206 \end_layout
34207
34208 \begin_layout Standard
34209 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
34210  zu verpassen, siehe Abschnitt
34211 \begin_inset space ~
34212 \end_inset
34213
34214
34215 \begin_inset CommandInset ref
34216 LatexCommand ref
34217 reference "abs:Farbige-Boxen"
34218
34219 \end_inset
34220
34221 .
34222 \end_layout
34223
34224 \begin_layout Standard
34225 \begin_inset Note Greyedout
34226 status open
34227
34228 \begin_layout Plain Layout
34229
34230 \series bold
34231 Bemerkung:
34232 \series default
34233  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
34234  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
34235 \end_layout
34236
34237 \end_inset
34238
34239
34240 \end_layout
34241
34242 \begin_layout Section
34243 Parbox
34244 \begin_inset CommandInset label
34245 LatexCommand label
34246 name "abs:Parbox"
34247
34248 \end_inset
34249
34250
34251 \begin_inset Index idx
34252 status collapsed
34253
34254 \begin_layout Plain Layout
34255 Boxen ! Parbox
34256 \end_layout
34257
34258 \end_inset
34259
34260
34261 \end_layout
34262
34263 \begin_layout Standard
34264 Parbox ist eine Abkürzung für 
34265 \begin_inset Quotes gld
34266 \end_inset
34267
34268 paragraph box
34269 \begin_inset Quotes grd
34270 \end_inset
34271
34272 , was Absatzbox bedeutet.
34273  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
34274  in Parboxen nicht ausgegeben werden:
34275 \begin_inset Separator parbreak
34276 \end_inset
34277
34278
34279 \end_layout
34280
34281 \begin_layout Standard
34282 \align center
34283 \begin_inset Box Frameless
34284 position "t"
34285 hor_pos "c"
34286 has_inner_box 1
34287 inner_pos "t"
34288 use_parbox 1
34289 use_makebox 0
34290 width "33col%"
34291 special "none"
34292 height "1in"
34293 height_special "totalheight"
34294 thickness "0.4pt"
34295 separation "3pt"
34296 shadowsize "4pt"
34297 framecolor "black"
34298 backgroundcolor "none"
34299 status open
34300
34301 \begin_layout Plain Layout
34302 Dies ist Text in einer Parbox.
34303  Dies ist Text in einer Parbox.
34304 \end_layout
34305
34306 \begin_layout Plain Layout
34307 Diese Fußnote wird nicht gedruckt:
34308 \begin_inset Foot
34309 status collapsed
34310
34311 \begin_layout Plain Layout
34312 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
34313 \end_layout
34314
34315 \end_inset
34316
34317
34318 \end_layout
34319
34320 \end_inset
34321
34322
34323 \end_layout
34324
34325 \begin_layout Section
34326 Boxen für Worte und Buchstaben
34327 \begin_inset Index idx
34328 status collapsed
34329
34330 \begin_layout Plain Layout
34331 Boxen ! für Buchstaben
34332 \end_layout
34333
34334 \end_inset
34335
34336
34337 \end_layout
34338
34339 \begin_layout Subsection
34340 Silbentrennung unterbinden
34341 \begin_inset CommandInset label
34342 LatexCommand label
34343 name "abs:Silbentrennung-unterbinden"
34344
34345 \end_inset
34346
34347
34348 \begin_inset Index idx
34349 status collapsed
34350
34351 \begin_layout Plain Layout
34352 Boxen ! zur Vermeidung von Silbentrennung
34353 \end_layout
34354
34355 \end_inset
34356
34357
34358 \end_layout
34359
34360 \begin_layout Standard
34361 Sie können den Boxtyp 
34362 \family sans
34363 Makebox
34364 \family default
34365  benutzen, um Silbentrennungen zu unterbinden.
34366 \begin_inset Newline newline
34367 \end_inset
34368
34369 Hier ist ein Beispiel: 
34370 \end_layout
34371
34372 \begin_layout Standard
34373 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
34374 \begin_inset Quotes gld
34375 \end_inset
34376
34377 einsehrsehrsehrlangeswort
34378 \begin_inset Quotes grd
34379 \end_inset
34380
34381 .
34382 \end_layout
34383
34384 \begin_layout Standard
34385 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
34386  Innere
34387 \begin_inset space ~
34388 \end_inset
34389
34390 Box auf Makebox und verwenden keine explizite Breite.
34391 \end_layout
34392
34393 \begin_layout Standard
34394 Hier ist das Ergebnis:
34395 \end_layout
34396
34397 \begin_layout Standard
34398 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34399 \begin_inset Box Frameless
34400 position "t"
34401 hor_pos "c"
34402 has_inner_box 1
34403 inner_pos "t"
34404 use_parbox 0
34405 use_makebox 1
34406 width ""
34407 special "none"
34408 height "1in"
34409 height_special "totalheight"
34410 thickness "0.4pt"
34411 separation "3pt"
34412 shadowsize "4pt"
34413 framecolor "black"
34414 backgroundcolor "none"
34415 status open
34416
34417 \begin_layout Plain Layout
34418 \begin_inset Quotes gld
34419 \end_inset
34420
34421 einsehrsehrsehrlangeswort
34422 \begin_inset Quotes grd
34423 \end_inset
34424
34425
34426 \end_layout
34427
34428 \end_inset
34429
34430 .
34431 \end_layout
34432
34433 \begin_layout Standard
34434 Alternativ dazu kann man auch den Befehl 
34435 \begin_inset Quotes gld
34436 \end_inset
34437
34438
34439 \series bold
34440
34441 \backslash
34442 -
34443 \series default
34444
34445 \begin_inset Quotes grd
34446 \end_inset
34447
34448  als \SpecialChar TeX
34449 -Code direkt vor das Wort setzen:
34450 \end_layout
34451
34452 \begin_layout Standard
34453 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34454 \begin_inset Quotes gld
34455 \end_inset
34456
34457
34458 \begin_inset ERT
34459 status collapsed
34460
34461 \begin_layout Plain Layout
34462
34463
34464 \backslash
34465 -
34466 \end_layout
34467
34468 \end_inset
34469
34470 einsehrsehrsehrlangeswort
34471 \begin_inset Quotes grd
34472 \end_inset
34473
34474 .
34475 \end_layout
34476
34477 \begin_layout Standard
34478 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
34479  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
34480 \family sans
34481 Strg-Eingabe
34482 \family default
34483 ) einfügen: 
34484 \end_layout
34485
34486 \begin_layout Standard
34487 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
34488 \begin_inset Newline newline
34489 \end_inset
34490
34491
34492 \begin_inset Box Frameless
34493 position "t"
34494 hor_pos "c"
34495 has_inner_box 1
34496 inner_pos "t"
34497 use_parbox 0
34498 use_makebox 1
34499 width ""
34500 special "none"
34501 height "1in"
34502 height_special "totalheight"
34503 thickness "0.4pt"
34504 separation "3pt"
34505 shadowsize "4pt"
34506 framecolor "black"
34507 backgroundcolor "none"
34508 status open
34509
34510 \begin_layout Plain Layout
34511 \begin_inset Quotes gld
34512 \end_inset
34513
34514 einsehrsehrsehrlangeswort
34515 \begin_inset Quotes grd
34516 \end_inset
34517
34518
34519 \end_layout
34520
34521 \end_inset
34522
34523 .
34524 \end_layout
34525
34526 \begin_layout Subsection
34527 Vertikale Ausrichtung
34528 \begin_inset CommandInset label
34529 LatexCommand label
34530 name "uab:Vertikale-Ausrichtung"
34531
34532 \end_inset
34533
34534
34535 \begin_inset Index idx
34536 status collapsed
34537
34538 \begin_layout Plain Layout
34539 Boxen ! für Vertikale Ausrichtung
34540 \end_layout
34541
34542 \end_inset
34543
34544
34545 \begin_inset Index idx
34546 status collapsed
34547
34548 \begin_layout Plain Layout
34549 Boxen ! raisebox
34550 \end_layout
34551
34552 \end_inset
34553
34554
34555 \end_layout
34556
34557 \begin_layout Standard
34558 Mit dem \SpecialChar LaTeX
34559 -Befehl 
34560 \series bold
34561
34562 \backslash
34563 raisebox
34564 \series default
34565  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
34566 n Textes ausrichten.
34567  
34568 \series bold
34569
34570 \backslash
34571 raisebox
34572 \series default
34573  wird folgendermaßen benutzt:
34574 \end_layout
34575
34576 \begin_layout Standard
34577
34578 \series bold
34579
34580 \backslash
34581 raisebox{Verschiebung}[oben][unten]{Text}
34582 \end_layout
34583
34584 \begin_layout Standard
34585 Positive Werte für Verschiebung
34586 \series bold
34587  
34588 \series default
34589 verschieben die Box nach oben, negative nach unten.
34590  Die beiden optionalen Parameter 
34591 \family typewriter
34592 oben
34593 \family default
34594  und 
34595 \family typewriter
34596 unten
34597 \family default
34598  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
34599  hinausgeht, wenn sie nicht verschoben ist.
34600 \end_layout
34601
34602 \begin_layout Standard
34603 Um zum Beispiel das Wort 
34604 \begin_inset Quotes gld
34605 \end_inset
34606
34607 provokant
34608 \begin_inset Quotes grd
34609 \end_inset
34610
34611  mit seinem 
34612 \begin_inset Quotes gld
34613 \end_inset
34614
34615 niedrigsten
34616 \begin_inset Quotes grd
34617 \end_inset
34618
34619  Buchstaben 
34620 \begin_inset Quotes gld
34621 \end_inset
34622
34623 p
34624 \begin_inset Quotes grd
34625 \end_inset
34626
34627  an der Grundlinie auszurichten, müssen Sie den \SpecialChar TeX
34628 -Code-Befehl
34629 \end_layout
34630
34631 \begin_layout Standard
34632
34633 \series bold
34634
34635 \backslash
34636 raisebox{
34637 \backslash
34638 depth}{
34639 \end_layout
34640
34641 \begin_layout Standard
34642 vor dem Wort einfügen und 
34643 \begin_inset Quotes gld
34644 \end_inset
34645
34646
34647 \series bold
34648 }
34649 \series default
34650
34651 \begin_inset Quotes grd
34652 \end_inset
34653
34654  als \SpecialChar TeX
34655 -Code dahinter:
34656 \end_layout
34657
34658 \begin_layout Standard
34659 Dies ist eine Zeile, in der das Wort 
34660 \begin_inset ERT
34661 status collapsed
34662
34663 \begin_layout Plain Layout
34664
34665
34666 \backslash
34667 raisebox{
34668 \backslash
34669 depth}{
34670 \end_layout
34671
34672 \end_inset
34673
34674
34675 \begin_inset Quotes gld
34676 \end_inset
34677
34678 provokant
34679 \begin_inset Quotes grd
34680 \end_inset
34681
34682
34683 \begin_inset ERT
34684 status collapsed
34685
34686 \begin_layout Plain Layout
34687
34688 }
34689 \end_layout
34690
34691 \end_inset
34692
34693  nach oben verschoben wurde.
34694 \end_layout
34695
34696 \begin_layout Standard
34697 \begin_inset VSpace bigskip
34698 \end_inset
34699
34700 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
34701  gedehnt:
34702 \end_layout
34703
34704 \begin_layout Standard
34705 Dies ist eine Zeile, in der das Wort 
34706 \begin_inset ERT
34707 status collapsed
34708
34709 \begin_layout Plain Layout
34710
34711
34712 \backslash
34713 raisebox{-
34714 \backslash
34715 depth}{
34716 \end_layout
34717
34718 \end_inset
34719
34720
34721 \begin_inset Quotes gld
34722 \end_inset
34723
34724 provokant
34725 \begin_inset Quotes grd
34726 \end_inset
34727
34728
34729 \begin_inset ERT
34730 status collapsed
34731
34732 \begin_layout Plain Layout
34733
34734 }
34735 \end_layout
34736
34737 \end_inset
34738
34739  nach unten verschoben wurde.
34740 \end_layout
34741
34742 \begin_layout Standard
34743 Dies ist eine Zeile, in der das Wort 
34744 \begin_inset ERT
34745 status collapsed
34746
34747 \begin_layout Plain Layout
34748
34749
34750 \backslash
34751 raisebox{0.5cm}{
34752 \end_layout
34753
34754 \end_inset
34755
34756
34757 \begin_inset Quotes gld
34758 \end_inset
34759
34760 testen
34761 \begin_inset Quotes grd
34762 \end_inset
34763
34764
34765 \begin_inset ERT
34766 status collapsed
34767
34768 \begin_layout Plain Layout
34769
34770 }
34771 \end_layout
34772
34773 \end_inset
34774
34775  um 0.5
34776 \begin_inset space \thinspace{}
34777 \end_inset
34778
34779 cm nach oben verschoben wurde.
34780 \end_layout
34781
34782 \begin_layout Standard
34783 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
34784 \end_layout
34785
34786 \begin_layout Standard
34787
34788 \series bold
34789
34790 \backslash
34791 raisebox{-
34792 \backslash
34793 depth}[0pt]{
34794 \end_layout
34795
34796 \begin_layout Standard
34797 Dies ist eine Zeile, in der das Wort 
34798 \begin_inset ERT
34799 status collapsed
34800
34801 \begin_layout Plain Layout
34802
34803
34804 \backslash
34805 raisebox{-
34806 \backslash
34807 depth}[0pt]{
34808 \end_layout
34809
34810 \end_inset
34811
34812
34813 \begin_inset Quotes gld
34814 \end_inset
34815
34816 provokant
34817 \begin_inset Quotes grd
34818 \end_inset
34819
34820
34821 \begin_inset ERT
34822 status collapsed
34823
34824 \begin_layout Plain Layout
34825
34826 }
34827 \end_layout
34828
34829 \end_inset
34830
34831  nach unten verschoben wurde.
34832 \begin_inset Newline newline
34833 \end_inset
34834
34835
34836 \begin_inset Newline newline
34837 \end_inset
34838
34839 Dies ist eine Zeile, in der das Wort 
34840 \begin_inset ERT
34841 status collapsed
34842
34843 \begin_layout Plain Layout
34844
34845
34846 \backslash
34847 raisebox{0.5cm}[0pt]{
34848 \end_layout
34849
34850 \end_inset
34851
34852
34853 \begin_inset Quotes gld
34854 \end_inset
34855
34856 testen
34857 \begin_inset Quotes grd
34858 \end_inset
34859
34860
34861 \begin_inset ERT
34862 status collapsed
34863
34864 \begin_layout Plain Layout
34865
34866 }
34867 \end_layout
34868
34869 \end_inset
34870
34871  um 0.5
34872 \begin_inset space \thinspace{}
34873 \end_inset
34874
34875 cm nach oben verschoben wurde.
34876  Jetzt überschneiden sich die verschobenen Worte.
34877 \end_layout
34878
34879 \begin_layout Section
34880 Farbige Boxen
34881 \begin_inset CommandInset label
34882 LatexCommand label
34883 name "abs:Farbige-Boxen"
34884
34885 \end_inset
34886
34887
34888 \begin_inset Index idx
34889 status collapsed
34890
34891 \begin_layout Plain Layout
34892 Boxen ! farbige
34893 \end_layout
34894
34895 \end_inset
34896
34897
34898 \end_layout
34899
34900 \begin_layout Standard
34901 Um einen Text mit einer Hintergrundfarbe zu versehen, wählen Sie diese im
34902  Box-Dialog aus.
34903  Dies ist zum Beispiel eine Box mit orangenem Hintergrund
34904 \begin_inset Newline newline
34905 \end_inset
34906
34907
34908 \begin_inset Box Frameless
34909 position "t"
34910 hor_pos "c"
34911 has_inner_box 1
34912 inner_pos "t"
34913 use_parbox 0
34914 use_makebox 1
34915 width ""
34916 special "none"
34917 height "1in"
34918 height_special "totalheight"
34919 thickness "0.4pt"
34920 separation "3pt"
34921 shadowsize "4pt"
34922 framecolor "black"
34923 backgroundcolor "orange"
34924 status open
34925
34926 \begin_layout Plain Layout
34927 Box mit orangenem Hintergrund
34928 \end_layout
34929
34930 \end_inset
34931
34932
34933 \end_layout
34934
34935 \begin_layout Standard
34936 Wenn Sie die Dekoration
34937 \family sans
34938  Einfacher
34939 \begin_inset space ~
34940 \end_inset
34941
34942 rechteckiger
34943 \begin_inset space ~
34944 \end_inset
34945
34946 Rahmen 
34947 \family default
34948 verwenden, können Sie eine Rahmenfarbe festlegen.
34949  In diesem Fall muss auch eine Hintergrundfarbe angegeben werden (LyX setzt
34950  sie standardmäßig auf weiß).
34951  Hier ist ein Beispiel:
34952 \begin_inset Newline newline
34953 \end_inset
34954
34955
34956 \begin_inset Box Boxed
34957 position "t"
34958 hor_pos "c"
34959 has_inner_box 0
34960 inner_pos "t"
34961 use_parbox 0
34962 use_makebox 0
34963 width ""
34964 special "none"
34965 height "1in"
34966 height_special "totalheight"
34967 thickness "0.4pt"
34968 separation "3pt"
34969 shadowsize "4pt"
34970 framecolor "teal"
34971 backgroundcolor "yellow"
34972 status open
34973
34974 \begin_layout Plain Layout
34975 Box mit tealer Rahmenfarbe und gelber Hintergrundfarbe
34976 \end_layout
34977
34978 \end_inset
34979
34980
34981 \end_layout
34982
34983 \begin_layout Standard
34984 \begin_inset VSpace bigskip
34985 \end_inset
34986
34987 Natürlich ist auch farbiger Text in einer farbigen Box möglich:
34988 \begin_inset Newline newline
34989 \end_inset
34990
34991
34992 \begin_inset Box Boxed
34993 position "t"
34994 hor_pos "c"
34995 has_inner_box 0
34996 inner_pos "t"
34997 use_parbox 0
34998 use_makebox 0
34999 width ""
35000 special "none"
35001 height "1in"
35002 height_special "totalheight"
35003 thickness "0.4pt"
35004 separation "3pt"
35005 shadowsize "4pt"
35006 framecolor "cyan"
35007 backgroundcolor "magenta"
35008 status open
35009
35010 \begin_layout Plain Layout
35011
35012 \color yellow
35013 Dies ist farbiger Text in einer farbigen, gerahmten Box.
35014 \end_layout
35015
35016 \end_inset
35017
35018
35019 \end_layout
35020
35021 \begin_layout Standard
35022 \begin_inset VSpace bigskip
35023 \end_inset
35024
35025
35026 \end_layout
35027
35028 \begin_layout Standard
35029 Falls sie andere als die voreingestellten Farben benötigen, können Ihre
35030  eigenen Farben definieren, wie in Abschnitt
35031 \begin_inset space ~
35032 \end_inset
35033
35034
35035 \begin_inset CommandInset ref
35036 LatexCommand ref
35037 reference "abs:Farbige-Tabellen"
35038
35039 \end_inset
35040
35041  beschrieben.
35042  Um selbstdefinierte Farben zu verwenden, muss die Box mittels TeX-Code
35043  gesetzt werden:
35044 \end_layout
35045
35046 \begin_layout Standard
35047 Farbige Boxen ohne Rahmen werden mit dem Befehl 
35048 \series bold
35049
35050 \backslash
35051 colorbox
35052 \series default
35053  erzeugt.
35054  Er hat folgendes Schema:
35055 \end_layout
35056
35057 \begin_layout Standard
35058
35059 \series bold
35060
35061 \backslash
35062 colorbox{Farbe}{Boxinhalt}
35063 \end_layout
35064
35065 \begin_layout Standard
35066 Der Boxinhalt kann auch eine Box sein, und farbige Boxen können in anderen
35067  Boxen sein.
35068  Um zum Beispiel ein Wort auf einem dunkelgrünen Hintergrund zu drucken,
35069  fügen sie den \SpecialChar TeX
35070 -Code-Befehl
35071 \end_layout
35072
35073 \begin_layout Standard
35074
35075 \series bold
35076
35077 \backslash
35078 colorbox{dunkelgruen}{
35079 \end_layout
35080
35081 \begin_layout Standard
35082 vor dem Wort ein.
35083  Hinter dem Wort fügen Sie 
35084 \series bold
35085
35086 \begin_inset Quotes gld
35087 \end_inset
35088
35089 }
35090 \series default
35091
35092 \begin_inset Quotes grd
35093 \end_inset
35094
35095  als \SpecialChar TeX
35096 -Code ein.
35097  Hier ist das Ergebnis:
35098 \end_layout
35099
35100 \begin_layout Standard
35101 In dieser Zeile hat 
35102 \begin_inset ERT
35103 status collapsed
35104
35105 \begin_layout Plain Layout
35106
35107
35108 \backslash
35109 colorbox{dunkelgruen}{
35110 \end_layout
35111
35112 \end_inset
35113
35114 Achtung!
35115 \begin_inset ERT
35116 status collapsed
35117
35118 \begin_layout Plain Layout
35119
35120 }
35121 \end_layout
35122
35123 \end_inset
35124
35125  einen dunkelgrünen Hintergrund.
35126 \end_layout
35127
35128 \begin_layout Standard
35129 Farbige Boxen mit Rahmen werden mit dem Befehl
35130 \series bold
35131  
35132 \backslash
35133 fcolorbox
35134 \series default
35135  erzeugt.
35136  Er hat folgendes Schema:
35137 \end_layout
35138
35139 \begin_layout Standard
35140
35141 \series bold
35142
35143 \backslash
35144 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
35145 \end_layout
35146
35147 \begin_layout Section
35148 Rotierte und skalierte Boxen
35149 \end_layout
35150
35151 \begin_layout Standard
35152 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
35153 \series bold
35154 graphicx
35155 \series default
35156
35157 \begin_inset Index idx
35158 status collapsed
35159
35160 \begin_layout Plain Layout
35161 \SpecialChar LaTeX
35162 -Pakete ! graphicx
35163 \end_layout
35164
35165 \end_inset
35166
35167  im \SpecialChar LaTeX
35168 -Vorspann mit folgendem Befehl geladen werden:
35169 \end_layout
35170
35171 \begin_layout Standard
35172
35173 \series bold
35174
35175 \backslash
35176 @ifundefined{rotatebox}
35177 \begin_inset Newline newline
35178 \end_inset
35179
35180
35181 \begin_inset Phantom HPhantom
35182 status open
35183
35184 \begin_layout Plain Layout
35185
35186 \series bold
35187 \begin_inset space ~
35188 \end_inset
35189
35190
35191 \end_layout
35192
35193 \end_inset
35194
35195 {
35196 \backslash
35197 usepackage{graphicx}}{}
35198 \end_layout
35199
35200 \begin_layout Standard
35201 \begin_inset Note Greyedout
35202 status open
35203
35204 \begin_layout Plain Layout
35205
35206 \series bold
35207 Achtung:
35208 \series default
35209  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
35210 \end_layout
35211
35212 \end_inset
35213
35214
35215 \end_layout
35216
35217 \begin_layout Standard
35218 \begin_inset Note Greyedout
35219 status open
35220
35221 \begin_layout Plain Layout
35222
35223 \series bold
35224 Achtung:
35225 \series default
35226  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
35227 \end_layout
35228
35229 \end_inset
35230
35231
35232 \end_layout
35233
35234 \begin_layout Subsection
35235 Rotierte Boxen
35236 \begin_inset Index idx
35237 status collapsed
35238
35239 \begin_layout Plain Layout
35240 Boxen ! rotierte
35241 \end_layout
35242
35243 \end_inset
35244
35245
35246 \begin_inset Index idx
35247 status collapsed
35248
35249 \begin_layout Plain Layout
35250 Rotiertes Material
35251 \end_layout
35252
35253 \end_inset
35254
35255
35256 \end_layout
35257
35258 \begin_layout Standard
35259 Um Text zu drehen, verwendet man den Befehl 
35260 \series bold
35261
35262 \backslash
35263 rotatebox
35264 \series default
35265  im \SpecialChar TeX
35266 -Code nach folgendem Schema:
35267 \end_layout
35268
35269 \begin_layout Standard
35270
35271 \series bold
35272
35273 \backslash
35274 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
35275 \end_layout
35276
35277 \begin_layout Standard
35278 Der Drehpunkt wird mit 
35279 \series bold
35280 origin=Position
35281 \series default
35282  angegeben.
35283  Folgende Positionen sind möglich: 
35284 \emph on
35285 c
35286 \emph default
35287  (mittig), 
35288 \emph on
35289 l
35290 \emph default
35291  (links), 
35292 \emph on
35293 r
35294 \emph default
35295  (rechts), 
35296 \emph on
35297 b
35298 \emph default
35299  (unten), 
35300 \emph on
35301 t
35302 \emph default
35303  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
35304  Z.
35305 \begin_inset space \thinspace{}
35306 \end_inset
35307
35308 B.
35309  bedeutet 
35310 \emph on
35311 lt
35312 \emph default
35313 , dass sich der Drehpunkt links oben befindet.
35314  Wird kein Drehpunkt angegeben, wird die Position 
35315 \emph on
35316 l
35317 \emph default
35318  verwendet.
35319  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
35320  Gedreht wird gegen den Uhrzeigersinn.
35321 \end_layout
35322
35323 \begin_layout Standard
35324 Im folgenden Beispiel wurde vor dem Text der Befehl 
35325 \series bold
35326
35327 \backslash
35328 rotatebox[origin=c]{60}{
35329 \series default
35330  im \SpecialChar TeX
35331 -Modus eingegeben.
35332  Nach dem Text wurde die schließende Klammer 
35333 \series bold
35334 }
35335 \series default
35336  wiederum im \SpecialChar TeX
35337 -Modus eingegeben.
35338 \end_layout
35339
35340 \begin_layout Standard
35341 Dies ist eine Zeile 
35342 \begin_inset ERT
35343 status collapsed
35344
35345 \begin_layout Plain Layout
35346
35347
35348 \backslash
35349 rotatebox[origin=c]{60}{
35350 \end_layout
35351
35352 \end_inset
35353
35354 mit rotiertem
35355 \begin_inset ERT
35356 status collapsed
35357
35358 \begin_layout Plain Layout
35359
35360 }
35361 \end_layout
35362
35363 \end_inset
35364
35365  Text.
35366 \end_layout
35367
35368 \begin_layout Standard
35369 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
35370 \end_layout
35371
35372 \begin_layout Standard
35373 Dies ist eine Zeile 
35374 \begin_inset ERT
35375 status collapsed
35376
35377 \begin_layout Plain Layout
35378
35379
35380 \backslash
35381 rotatebox[origin=r]{-60}{
35382 \end_layout
35383
35384 \end_inset
35385
35386
35387 \begin_inset Box Doublebox
35388 position "c"
35389 hor_pos "c"
35390 has_inner_box 0
35391 inner_pos "c"
35392 use_parbox 0
35393 use_makebox 0
35394 width "1in"
35395 special "width"
35396 height "1in"
35397 height_special "totalheight"
35398 thickness "0.4pt"
35399 separation "3pt"
35400 shadowsize "4pt"
35401 framecolor "black"
35402 backgroundcolor "none"
35403 status collapsed
35404
35405 \begin_layout Plain Layout
35406 mit rotiertem
35407 \end_layout
35408
35409 \end_inset
35410
35411
35412 \begin_inset ERT
35413 status collapsed
35414
35415 \begin_layout Plain Layout
35416
35417 }
35418 \end_layout
35419
35420 \end_inset
35421
35422  umrandeten Text 
35423 \begin_inset ERT
35424 status collapsed
35425
35426 \begin_layout Plain Layout
35427
35428
35429 \backslash
35430 rotatebox[origin=lb]{60}{
35431 \end_layout
35432
35433 \end_inset
35434
35435
35436 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35437 \end_inset
35438
35439
35440 \begin_inset ERT
35441 status collapsed
35442
35443 \begin_layout Plain Layout
35444
35445 }
35446 \end_layout
35447
35448 \end_inset
35449
35450  und einer Formel.
35451 \end_layout
35452
35453 \begin_layout Standard
35454 Oder ein Bild oder Tabelle:
35455 \end_layout
35456
35457 \begin_layout Standard
35458 Dies ist eine Zeile 
35459 \begin_inset ERT
35460 status collapsed
35461
35462 \begin_layout Plain Layout
35463
35464
35465 \backslash
35466 rotatebox[origin=lb]{90}{
35467 \end_layout
35468
35469 \end_inset
35470
35471
35472 \begin_inset Graphics
35473         filename ../clipart/platypus.eps
35474         lyxscale 50
35475         width 25col%
35476
35477 \end_inset
35478
35479
35480 \begin_inset ERT
35481 status collapsed
35482
35483 \begin_layout Plain Layout
35484
35485 }
35486 \end_layout
35487
35488 \end_inset
35489
35490  mit einem rotierten Bild 
35491 \begin_inset ERT
35492 status collapsed
35493
35494 \begin_layout Plain Layout
35495
35496
35497 \backslash
35498 rotatebox[origin=l]{-90}{
35499 \end_layout
35500
35501 \end_inset
35502
35503
35504 \begin_inset Tabular
35505 <lyxtabular version="3" rows="2" columns="2">
35506 <features tabularvalignment="middle">
35507 <column alignment="center" valignment="top">
35508 <column alignment="center" valignment="top">
35509 <row>
35510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35511 \begin_inset Text
35512
35513 \begin_layout Plain Layout
35514 q
35515 \end_layout
35516
35517 \end_inset
35518 </cell>
35519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35520 \begin_inset Text
35521
35522 \begin_layout Plain Layout
35523 w
35524 \end_layout
35525
35526 \end_inset
35527 </cell>
35528 </row>
35529 <row>
35530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35531 \begin_inset Text
35532
35533 \begin_layout Plain Layout
35534 e
35535 \end_layout
35536
35537 \end_inset
35538 </cell>
35539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35540 \begin_inset Text
35541
35542 \begin_layout Plain Layout
35543 r
35544 \end_layout
35545
35546 \end_inset
35547 </cell>
35548 </row>
35549 </lyxtabular>
35550
35551 \end_inset
35552
35553
35554 \begin_inset ERT
35555 status collapsed
35556
35557 \begin_layout Plain Layout
35558
35559 }
35560 \end_layout
35561
35562 \end_inset
35563
35564  und Tabelle.
35565 \begin_inset Index idx
35566 status collapsed
35567
35568 \begin_layout Plain Layout
35569 Abbildungen ! rotierte
35570 \end_layout
35571
35572 \end_inset
35573
35574
35575 \begin_inset Index idx
35576 status collapsed
35577
35578 \begin_layout Plain Layout
35579 Tabellen ! rotierte
35580 \end_layout
35581
35582 \end_inset
35583
35584
35585 \end_layout
35586
35587 \begin_layout Subsection
35588 Skalierte Boxen
35589 \begin_inset Index idx
35590 status collapsed
35591
35592 \begin_layout Plain Layout
35593 Boxen ! skalierte
35594 \end_layout
35595
35596 \end_inset
35597
35598
35599 \begin_inset Index idx
35600 status collapsed
35601
35602 \begin_layout Plain Layout
35603 Skaliertes Material
35604 \end_layout
35605
35606 \end_inset
35607
35608
35609 \end_layout
35610
35611 \begin_layout Standard
35612 Um Text zu skalieren, kann man die Befehle 
35613 \series bold
35614
35615 \backslash
35616 scalebox
35617 \series default
35618  und 
35619 \series bold
35620
35621 \backslash
35622 resizebox
35623 \series default
35624  im \SpecialChar TeX
35625 -Modus verwenden.
35626 \end_layout
35627
35628 \begin_layout Standard
35629
35630 \series bold
35631
35632 \backslash
35633 scalebox
35634 \series default
35635  wird nach folgendem Schema verwendet:
35636 \end_layout
35637
35638 \begin_layout Standard
35639
35640 \series bold
35641
35642 \backslash
35643 scalebox{horizontal}[vertikal]{Boxinhalt}
35644 \end_layout
35645
35646 \begin_layout Standard
35647 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
35648  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
35649  verwendet.
35650 \end_layout
35651
35652 \begin_layout Standard
35653 Z.
35654 \begin_inset space \thinspace{}
35655 \end_inset
35656
35657 B.
35658  ergibt der Befehl 
35659 \series bold
35660
35661 \backslash
35662 scalebox{2}{Hallo}
35663 \series default
35664  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
35665 \begin_inset ERT
35666 status collapsed
35667
35668 \begin_layout Plain Layout
35669
35670
35671 \backslash
35672 scalebox{2}{
35673 \end_layout
35674
35675 \end_inset
35676
35677 Hallo
35678 \begin_inset ERT
35679 status collapsed
35680
35681 \begin_layout Plain Layout
35682
35683 }
35684 \end_layout
35685
35686 \end_inset
35687
35688 .
35689 \end_layout
35690
35691 \begin_layout Standard
35692
35693 \series bold
35694
35695 \backslash
35696 scalebox{2}[1]{Hallo}
35697 \series default
35698  verzerrt hingegen das 
35699 \begin_inset ERT
35700 status collapsed
35701
35702 \begin_layout Plain Layout
35703
35704
35705 \backslash
35706 scalebox{2}[1]{
35707 \end_layout
35708
35709 \end_inset
35710
35711 Hallo
35712 \begin_inset ERT
35713 status collapsed
35714
35715 \begin_layout Plain Layout
35716
35717 }
35718 \end_layout
35719
35720 \end_inset
35721
35722 .
35723 \end_layout
35724
35725 \begin_layout Standard
35726 Die Skalierungsfaktoren dürfen auch negativ sein.
35727  In diesem Fall wird der Boxinhalt gespiegelt.
35728 \end_layout
35729
35730 \begin_layout Standard
35731 Daher lässt sich mit dem Befehl 
35732 \series bold
35733
35734 \backslash
35735 scalebox{-1}[1]{Hallo}
35736 \series default
35737  Spiegelschrift erstellen: 
35738 \begin_inset ERT
35739 status collapsed
35740
35741 \begin_layout Plain Layout
35742
35743
35744 \backslash
35745 scalebox{-1}[1]{
35746 \end_layout
35747
35748 \end_inset
35749
35750 Hallo
35751 \begin_inset ERT
35752 status collapsed
35753
35754 \begin_layout Plain Layout
35755
35756 }
35757 \end_layout
35758
35759 \end_inset
35760
35761
35762 \end_layout
35763
35764 \begin_layout Standard
35765
35766 \series bold
35767
35768 \backslash
35769 scalebox{1}[-1]{Hallo}
35770 \series default
35771  spiegelt das 
35772 \begin_inset ERT
35773 status collapsed
35774
35775 \begin_layout Plain Layout
35776
35777
35778 \backslash
35779 scalebox{1}[-1]{
35780 \end_layout
35781
35782 \end_inset
35783
35784 Hallo
35785 \begin_inset ERT
35786 status collapsed
35787
35788 \begin_layout Plain Layout
35789
35790 }
35791 \end_layout
35792
35793 \end_inset
35794
35795  an der Grundlinie.
35796 \end_layout
35797
35798 \begin_layout Standard
35799 Zu 
35800 \series bold
35801
35802 \backslash
35803 scalebox{-1}[1]{Boxinhalt}
35804 \series default
35805  gibt es den äquivalenten Befehl
35806 \begin_inset Newline newline
35807 \end_inset
35808
35809
35810 \series bold
35811
35812 \backslash
35813 reflectbox{Boxinhalt}
35814 \series default
35815 .
35816 \end_layout
35817
35818 \begin_layout Standard
35819 \begin_inset VSpace bigskip
35820 \end_inset
35821
35822
35823 \series bold
35824
35825 \backslash
35826 resizebox
35827 \series default
35828  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
35829  skalieren.
35830  Das Befehlsschema ist folgendes:
35831 \end_layout
35832
35833 \begin_layout Standard
35834
35835 \series bold
35836
35837 \backslash
35838 resizebox{Breite}{Höhe}{Boxinhalt}
35839 \end_layout
35840
35841 \begin_layout Standard
35842 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
35843 \series bold
35844 !
35845 \series default
35846  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
35847  wird.
35848 \end_layout
35849
35850 \begin_layout Standard
35851 Der Befehl 
35852 \series bold
35853
35854 \backslash
35855 resizebox{2cm}{1cm}{Hallo}
35856 \series default
35857  ergibt: 
35858 \begin_inset ERT
35859 status collapsed
35860
35861 \begin_layout Plain Layout
35862
35863
35864 \backslash
35865 resizebox{2cm}{1cm}{
35866 \end_layout
35867
35868 \end_inset
35869
35870 Hallo
35871 \begin_inset ERT
35872 status collapsed
35873
35874 \begin_layout Plain Layout
35875
35876 }
35877 \end_layout
35878
35879 \end_inset
35880
35881
35882 \begin_inset Newline newline
35883 \end_inset
35884
35885 Der Befehl 
35886 \series bold
35887
35888 \backslash
35889 resizebox{2cm}{!}{Hallo}
35890 \series default
35891  ergibt: 
35892 \begin_inset ERT
35893 status collapsed
35894
35895 \begin_layout Plain Layout
35896
35897
35898 \backslash
35899 resizebox{2cm}{!}{
35900 \end_layout
35901
35902 \end_inset
35903
35904 Hallo
35905 \begin_inset ERT
35906 status collapsed
35907
35908 \begin_layout Plain Layout
35909
35910 }
35911 \end_layout
35912
35913 \end_inset
35914
35915
35916 \end_layout
35917
35918 \begin_layout Standard
35919 \begin_inset VSpace bigskip
35920 \end_inset
35921
35922
35923 \begin_inset Note Greyedout
35924 status open
35925
35926 \begin_layout Plain Layout
35927
35928 \series bold
35929 Bemerkung:
35930 \series default
35931  Wurde in Argumenten von 
35932 \series bold
35933
35934 \backslash
35935 scalebox
35936 \series default
35937  oder 
35938 \series bold
35939
35940 \backslash
35941 resizebox
35942 \series default
35943  eine Null angegeben, entstehen beim Exportieren zwar keine \SpecialChar LaTeX
35944 -Fehler, die
35945  erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt werden.
35946 \end_layout
35947
35948 \end_inset
35949
35950
35951 \end_layout
35952
35953 \begin_layout Standard
35954 \begin_inset VSpace bigskip
35955 \end_inset
35956
35957
35958 \end_layout
35959
35960 \begin_layout Standard
35961 Alle Boxen können beliebig miteinander kombiniert werden.
35962  So ergibt z.
35963 \begin_inset space \thinspace{}
35964 \end_inset
35965
35966 B.
35967  der Befehl
35968 \begin_inset Newline newline
35969 \end_inset
35970
35971
35972 \series bold
35973
35974 \backslash
35975 rotatebox[origin=c]{-45}{
35976 \backslash
35977 resizebox{2cm}{!}{
35978 \backslash
35979 reflectbox{Hallo}}}
35980 \series default
35981 :
35982 \begin_inset Separator parbreak
35983 \end_inset
35984
35985
35986 \end_layout
35987
35988 \begin_layout Standard
35989 \align center
35990 \begin_inset ERT
35991 status collapsed
35992
35993 \begin_layout Plain Layout
35994
35995
35996 \backslash
35997 rotatebox[origin=c]{-45}{
35998 \backslash
35999 resizebox{2cm}{!}{
36000 \backslash
36001 reflectbox{
36002 \end_layout
36003
36004 \end_inset
36005
36006 Hallo
36007 \begin_inset ERT
36008 status collapsed
36009
36010 \begin_layout Plain Layout
36011
36012 }}}
36013 \end_layout
36014
36015 \end_inset
36016
36017
36018 \end_layout
36019
36020 \begin_layout Standard
36021 \noindent
36022 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
36023 \begin_inset Separator parbreak
36024 \end_inset
36025
36026
36027 \end_layout
36028
36029 \begin_layout Standard
36030 \align center
36031 \begin_inset ERT
36032 status collapsed
36033
36034 \begin_layout Plain Layout
36035
36036
36037 \backslash
36038 rotatebox[origin=c]{-30}{
36039 \backslash
36040 resizebox{2cm}{!}{
36041 \backslash
36042 reflectbox{
36043 \end_layout
36044
36045 \end_inset
36046
36047
36048 \begin_inset Graphics
36049         filename ../clipart/platypus.eps
36050         lyxscale 50
36051         width 25col%
36052
36053 \end_inset
36054
36055
36056 \begin_inset ERT
36057 status collapsed
36058
36059 \begin_layout Plain Layout
36060
36061 }}}
36062 \end_layout
36063
36064 \end_inset
36065
36066
36067 \begin_inset ERT
36068 status collapsed
36069
36070 \begin_layout Plain Layout
36071
36072
36073 \backslash
36074 rotatebox[origin=c]{-45}{
36075 \backslash
36076 resizebox{2cm}{!}{
36077 \backslash
36078 reflectbox{
36079 \end_layout
36080
36081 \end_inset
36082
36083
36084 \begin_inset Tabular
36085 <lyxtabular version="3" rows="2" columns="2">
36086 <features tabularvalignment="middle">
36087 <column alignment="center" valignment="top">
36088 <column alignment="center" valignment="top">
36089 <row>
36090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36091 \begin_inset Text
36092
36093 \begin_layout Plain Layout
36094 q
36095 \end_layout
36096
36097 \end_inset
36098 </cell>
36099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36100 \begin_inset Text
36101
36102 \begin_layout Plain Layout
36103 w
36104 \end_layout
36105
36106 \end_inset
36107 </cell>
36108 </row>
36109 <row>
36110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36111 \begin_inset Text
36112
36113 \begin_layout Plain Layout
36114 e
36115 \end_layout
36116
36117 \end_inset
36118 </cell>
36119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36120 \begin_inset Text
36121
36122 \begin_layout Plain Layout
36123 r
36124 \end_layout
36125
36126 \end_inset
36127 </cell>
36128 </row>
36129 </lyxtabular>
36130
36131 \end_inset
36132
36133
36134 \begin_inset ERT
36135 status collapsed
36136
36137 \begin_layout Plain Layout
36138
36139 }}}
36140 \end_layout
36141
36142 \end_inset
36143
36144
36145 \begin_inset ERT
36146 status collapsed
36147
36148 \begin_layout Plain Layout
36149
36150
36151 \backslash
36152 rotatebox[origin=c]{-45}{
36153 \backslash
36154 resizebox{2cm}{!}{
36155 \backslash
36156 reflectbox{
36157 \end_layout
36158
36159 \end_inset
36160
36161
36162 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36163 \end_inset
36164
36165
36166 \begin_inset ERT
36167 status collapsed
36168
36169 \begin_layout Plain Layout
36170
36171 }}}
36172 \end_layout
36173
36174 \end_inset
36175
36176
36177 \begin_inset Index idx
36178 status collapsed
36179
36180 \begin_layout Plain Layout
36181 Abbildungen ! skalierte
36182 \end_layout
36183
36184 \end_inset
36185
36186
36187 \begin_inset Index idx
36188 status collapsed
36189
36190 \begin_layout Plain Layout
36191 Tabellen ! skalierte
36192 \end_layout
36193
36194 \end_inset
36195
36196
36197 \end_layout
36198
36199 \begin_layout Standard
36200 Hat man den globalen Formelstil 
36201 \series bold
36202 fleqn
36203 \series default
36204
36205 \begin_inset Foot
36206 status collapsed
36207
36208 \begin_layout Plain Layout
36209 Wenn 
36210 \begin_inset Quotes gld
36211 \end_inset
36212
36213 fleqn
36214 \begin_inset Quotes grd
36215 \end_inset
36216
36217  zu den Dokumentklassen-Optionen hinzugefügt wurde.
36218 \end_layout
36219
36220 \end_inset
36221
36222  gewählt, kann man auch abgesetzte Formeln skalieren.
36223 \end_layout
36224
36225 \begin_layout Chapter
36226 Umflossene Objekte
36227 \begin_inset Index idx
36228 status collapsed
36229
36230 \begin_layout Plain Layout
36231 Umflossene Objekte
36232 \end_layout
36233
36234 \end_inset
36235
36236
36237 \end_layout
36238
36239 \begin_layout Section
36240 Umflossene Gleitobjekte
36241 \begin_inset CommandInset label
36242 LatexCommand label
36243 name "abs:Umflossene-Gleitobjekte"
36244
36245 \end_inset
36246
36247
36248 \begin_inset Index idx
36249 status collapsed
36250
36251 \begin_layout Plain Layout
36252 Gleitobjekte ! umflossene
36253 \end_layout
36254
36255 \end_inset
36256
36257
36258 \begin_inset Index idx
36259 status collapsed
36260
36261 \begin_layout Plain Layout
36262 Umflossene Objekte ! Gleitobjekte
36263 \end_layout
36264
36265 \end_inset
36266
36267
36268 \end_layout
36269
36270 \begin_layout Standard
36271 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
36272  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
36273  den die Abbildung bzw.
36274 \begin_inset space ~
36275 \end_inset
36276
36277 Tabelle übrig lässt.
36278  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
36279  Sie werden über das Menü
36280 \family sans
36281  Einfügen\SpecialChar menuseparator
36282 Gleitobjekt\SpecialChar menuseparator
36283 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
36284 objekt
36285 \family default
36286  eingefügt, wenn das \SpecialChar LaTeX
36287 -Paket 
36288 \series bold
36289 wrapfig
36290 \series default
36291
36292 \begin_inset Index idx
36293 status collapsed
36294
36295 \begin_layout Plain Layout
36296 \SpecialChar LaTeX
36297 -Pakete ! wrapfig
36298 \end_layout
36299
36300 \end_inset
36301
36302  installiert ist.
36303 \begin_inset Foot
36304 status collapsed
36305
36306 \begin_layout Plain Layout
36307 Wie man ein \SpecialChar LaTeX
36308 -Paket installiert, wird im Handbuch 
36309 \emph on
36310 \SpecialChar LaTeX
36311 -Konfiguration
36312 \emph default
36313  beschrieben.
36314 \end_layout
36315
36316 \end_inset
36317
36318  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
36319  Box des Gleitobjekts geändert werden.
36320  
36321 \begin_inset Wrap figure
36322 lines 0
36323 placement l
36324 overhang 1cm
36325 width "40col%"
36326 status open
36327
36328 \begin_layout Plain Layout
36329 \begin_inset Graphics
36330         filename ../clipart/mobius.eps
36331         width 40col%
36332         scaleBeforeRotation
36333         rotateOrigin center
36334
36335 \end_inset
36336
36337
36338 \end_layout
36339
36340 \begin_layout Plain Layout
36341 \begin_inset Caption Standard
36342
36343 \begin_layout Plain Layout
36344 \begin_inset CommandInset label
36345 LatexCommand label
36346 name "abb:Dies-ist-eine"
36347
36348 \end_inset
36349
36350 Dies ist eine umflossene Gleitobjekt-Abbildung
36351 \end_layout
36352
36353 \end_inset
36354
36355
36356 \end_layout
36357
36358 \end_inset
36359
36360  Obligatorische Einstellungen sind die 
36361 \family sans
36362 Breite
36363 \family default
36364  und 
36365 \family sans
36366 Platzierung
36367 \family default
36368  des Gleitobjekts.
36369  Optional sind der 
36370 \family sans
36371 Überhang 
36372 \family default
36373 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
36374 \begin_inset space \thinspace{}
36375 \end_inset
36376
36377 /
36378 \begin_inset space \thinspace{}
36379 \end_inset
36380
36381 der Seite ragt und die 
36382 \family sans
36383 benötigten Zeilen
36384 \family default
36385 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
36386  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
36387  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
36388  Des weiteren können Sie entscheiden, ob es \SpecialChar LaTeX
36389  erlaubt sein soll, das Gleitobjekt
36390  innerhalb des Absatzes oder zu umgebenden Absätzen gleiten zu lassen.
36391  Abbildung
36392 \begin_inset space ~
36393 \end_inset
36394
36395
36396 \begin_inset CommandInset ref
36397 LatexCommand ref
36398 reference "abb:Dies-ist-eine"
36399
36400 \end_inset
36401
36402  ist zum Beispiel ein umflossenes Bild, das 40
36403 \begin_inset space \thinspace{}
36404 \end_inset
36405
36406 % der Spaltenbreite einnimmt, 1
36407 \begin_inset space \thinspace{}
36408 \end_inset
36409
36410 cm in den Rand ragt und links gesetzt wurde.
36411 \end_layout
36412
36413 \begin_layout Standard
36414 \begin_inset Note Greyedout
36415 status open
36416
36417 \begin_layout Plain Layout
36418
36419 \series bold
36420 Bemerkung:
36421 \series default
36422  Umflossene Objekte sind fragil! Wenn die Abbildung z.
36423 \begin_inset space \thinspace{}
36424 \end_inset
36425
36426 B.
36427  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
36428  oder über anderen Text gedruckt wird.
36429 \end_layout
36430
36431 \end_inset
36432
36433
36434 \end_layout
36435
36436 \begin_layout Standard
36437 Allgemein gilt für umflossene Gleitobjekte:
36438 \end_layout
36439
36440 \begin_layout Itemize
36441 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
36442  fortgesetzt werden.
36443  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
36444  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
36445 \end_layout
36446
36447 \begin_layout Itemize
36448 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
36449  werden oder darin.
36450 \end_layout
36451
36452 \begin_layout Itemize
36453 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
36454  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
36455 \end_layout
36456
36457 \begin_layout Itemize
36458 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
36459 \end_layout
36460
36461 \begin_layout Itemize
36462 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
36463 \begin_inset space \thinspace{}
36464 \end_inset
36465
36466
36467 \begin_inset CommandInset ref
36468 LatexCommand ref
36469 reference "kap:Gleitobjekte"
36470
36471 \end_inset
36472
36473  beschrieben.
36474 \end_layout
36475
36476 \begin_layout Section
36477 Umflossene Fixe Objekte
36478 \begin_inset Index idx
36479 status collapsed
36480
36481 \begin_layout Plain Layout
36482 Umflossene Objekte ! Fixe Objekte
36483 \end_layout
36484
36485 \end_inset
36486
36487
36488 \end_layout
36489
36490 \begin_layout Standard
36491 Die in Abschnitt
36492 \begin_inset space ~
36493 \end_inset
36494
36495
36496 \begin_inset CommandInset ref
36497 LatexCommand ref
36498 reference "abs:Umflossene-Gleitobjekte"
36499
36500 \end_inset
36501
36502  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
36503 \begin_inset Separator parbreak
36504 \end_inset
36505
36506
36507 \end_layout
36508
36509 \begin_layout Standard
36510 \noindent
36511 \align center
36512 \begin_inset Tabular
36513 <lyxtabular version="3" rows="2" columns="2">
36514 <features tabularvalignment="middle">
36515 <column alignment="center" valignment="top">
36516 <column alignment="center" valignment="top">
36517 <row>
36518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36519 \begin_inset Text
36520
36521 \begin_layout Plain Layout
36522 \begin_inset Graphics
36523         filename ../../images/dialog-show-new-inset_graphics.png
36524         scale 70
36525         scaleBeforeRotation
36526
36527 \end_inset
36528
36529
36530 \end_layout
36531
36532 \end_inset
36533 </cell>
36534 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36535 \begin_inset Text
36536
36537 \begin_layout Plain Layout
36538 Text
36539 \end_layout
36540
36541 \end_inset
36542 </cell>
36543 </row>
36544 <row>
36545 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36546 \begin_inset Text
36547
36548 \begin_layout Plain Layout
36549 Text
36550 \end_layout
36551
36552 \end_inset
36553 </cell>
36554 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36555 \begin_inset Text
36556
36557 \begin_layout Plain Layout
36558 Text
36559 \end_layout
36560
36561 \end_inset
36562 </cell>
36563 </row>
36564 </lyxtabular>
36565
36566 \end_inset
36567
36568  oder 
36569 \begin_inset Tabular
36570 <lyxtabular version="3" rows="2" columns="2">
36571 <features tabularvalignment="middle">
36572 <column alignment="center" valignment="top">
36573 <column alignment="center" valignment="top">
36574 <row>
36575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36576 \begin_inset Text
36577
36578 \begin_layout Plain Layout
36579 Text
36580 \end_layout
36581
36582 \end_inset
36583 </cell>
36584 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36585 \begin_inset Text
36586
36587 \begin_layout Plain Layout
36588 \begin_inset Graphics
36589         filename ../../images/dialog-show-new-inset_graphics.png
36590         scale 70
36591         scaleBeforeRotation
36592
36593 \end_inset
36594
36595
36596 \end_layout
36597
36598 \end_inset
36599 </cell>
36600 </row>
36601 <row>
36602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36603 \begin_inset Text
36604
36605 \begin_layout Plain Layout
36606 Text
36607 \end_layout
36608
36609 \end_inset
36610 </cell>
36611 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36612 \begin_inset Text
36613
36614 \begin_layout Plain Layout
36615 Text
36616 \end_layout
36617
36618 \end_inset
36619 </cell>
36620 </row>
36621 </lyxtabular>
36622
36623 \end_inset
36624
36625
36626 \end_layout
36627
36628 \begin_layout Standard
36629 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
36630  wurde, um z.
36631 \begin_inset space \thinspace{}
36632 \end_inset
36633
36634 B.
36635  solche Positionen zu erhalten:
36636 \begin_inset VSpace defskip
36637 \end_inset
36638
36639
36640 \end_layout
36641
36642 \begin_layout Standard
36643 \noindent
36644 \align center
36645 \begin_inset Tabular
36646 <lyxtabular version="3" rows="2" columns="2">
36647 <features tabularvalignment="middle">
36648 <column alignment="center" valignment="top">
36649 <column alignment="center" valignment="top">
36650 <row>
36651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36652 \begin_inset Text
36653
36654 \begin_layout Plain Layout
36655 Text
36656 \end_layout
36657
36658 \end_inset
36659 </cell>
36660 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36661 \begin_inset Text
36662
36663 \begin_layout Plain Layout
36664 Text
36665 \end_layout
36666
36667 \end_inset
36668 </cell>
36669 </row>
36670 <row>
36671 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36672 \begin_inset Text
36673
36674 \begin_layout Plain Layout
36675 \begin_inset Graphics
36676         filename ../../images/dialog-show-new-inset_graphics.png
36677         scale 70
36678         scaleBeforeRotation
36679
36680 \end_inset
36681
36682
36683 \end_layout
36684
36685 \end_inset
36686 </cell>
36687 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36688 \begin_inset Text
36689
36690 \begin_layout Plain Layout
36691 Text
36692 \end_layout
36693
36694 \end_inset
36695 </cell>
36696 </row>
36697 </lyxtabular>
36698
36699 \end_inset
36700
36701  
36702 \begin_inset Tabular
36703 <lyxtabular version="3" rows="2" columns="2">
36704 <features tabularvalignment="middle">
36705 <column alignment="center" valignment="top">
36706 <column alignment="center" valignment="top">
36707 <row>
36708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36709 \begin_inset Text
36710
36711 \begin_layout Plain Layout
36712 Text
36713 \end_layout
36714
36715 \end_inset
36716 </cell>
36717 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36718 \begin_inset Text
36719
36720 \begin_layout Plain Layout
36721 Text
36722 \end_layout
36723
36724 \end_inset
36725 </cell>
36726 </row>
36727 <row>
36728 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36729 \begin_inset Text
36730
36731 \begin_layout Plain Layout
36732 Text
36733 \end_layout
36734
36735 \end_inset
36736 </cell>
36737 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36738 \begin_inset Text
36739
36740 \begin_layout Plain Layout
36741 \begin_inset Graphics
36742         filename ../../images/dialog-show-new-inset_graphics.png
36743         scale 70
36744         scaleBeforeRotation
36745
36746 \end_inset
36747
36748
36749 \end_layout
36750
36751 \end_inset
36752 </cell>
36753 </row>
36754 </lyxtabular>
36755
36756 \end_inset
36757
36758  
36759 \begin_inset Tabular
36760 <lyxtabular version="3" rows="2" columns="3">
36761 <features tabularvalignment="middle">
36762 <column alignment="center" valignment="top">
36763 <column alignment="center" valignment="top">
36764 <column alignment="center" valignment="top">
36765 <row>
36766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36767 \begin_inset Text
36768
36769 \begin_layout Plain Layout
36770 Text
36771 \end_layout
36772
36773 \end_inset
36774 </cell>
36775 <cell alignment="center" valignment="top" topline="true" usebox="none">
36776 \begin_inset Text
36777
36778 \begin_layout Plain Layout
36779 \begin_inset Graphics
36780         filename ../../images/dialog-show-new-inset_graphics.png
36781         scale 70
36782         scaleBeforeRotation
36783
36784 \end_inset
36785
36786
36787 \end_layout
36788
36789 \end_inset
36790 </cell>
36791 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36792 \begin_inset Text
36793
36794 \begin_layout Plain Layout
36795 Text
36796 \end_layout
36797
36798 \end_inset
36799 </cell>
36800 </row>
36801 <row>
36802 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36803 \begin_inset Text
36804
36805 \begin_layout Plain Layout
36806 Text
36807 \end_layout
36808
36809 \end_inset
36810 </cell>
36811 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36812 \begin_inset Text
36813
36814 \begin_layout Plain Layout
36815 Text
36816 \end_layout
36817
36818 \end_inset
36819 </cell>
36820 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36821 \begin_inset Text
36822
36823 \begin_layout Plain Layout
36824 Text
36825 \end_layout
36826
36827 \end_inset
36828 </cell>
36829 </row>
36830 </lyxtabular>
36831
36832 \end_inset
36833
36834  
36835 \begin_inset Tabular
36836 <lyxtabular version="3" rows="2" columns="3">
36837 <features tabularvalignment="middle">
36838 <column alignment="center" valignment="top">
36839 <column alignment="center" valignment="top">
36840 <column alignment="center" valignment="top">
36841 <row>
36842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36843 \begin_inset Text
36844
36845 \begin_layout Plain Layout
36846 Text
36847 \end_layout
36848
36849 \end_inset
36850 </cell>
36851 <cell alignment="center" valignment="top" topline="true" usebox="none">
36852 \begin_inset Text
36853
36854 \begin_layout Plain Layout
36855 Text
36856 \end_layout
36857
36858 \end_inset
36859 </cell>
36860 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36861 \begin_inset Text
36862
36863 \begin_layout Plain Layout
36864 Text
36865 \end_layout
36866
36867 \end_inset
36868 </cell>
36869 </row>
36870 <row>
36871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36872 \begin_inset Text
36873
36874 \begin_layout Plain Layout
36875 Text
36876 \end_layout
36877
36878 \end_inset
36879 </cell>
36880 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36881 \begin_inset Text
36882
36883 \begin_layout Plain Layout
36884 \begin_inset Graphics
36885         filename ../../images/dialog-show-new-inset_graphics.png
36886         scale 70
36887         scaleBeforeRotation
36888
36889 \end_inset
36890
36891
36892 \end_layout
36893
36894 \end_inset
36895 </cell>
36896 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36897 \begin_inset Text
36898
36899 \begin_layout Plain Layout
36900 Text
36901 \end_layout
36902
36903 \end_inset
36904 </cell>
36905 </row>
36906 </lyxtabular>
36907
36908 \end_inset
36909
36910
36911 \end_layout
36912
36913 \begin_layout Standard
36914 \noindent
36915 \align center
36916 \begin_inset Tabular
36917 <lyxtabular version="3" rows="3" columns="2">
36918 <features tabularvalignment="middle">
36919 <column alignment="center" valignment="top">
36920 <column alignment="center" valignment="top">
36921 <row>
36922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36923 \begin_inset Text
36924
36925 \begin_layout Plain Layout
36926 Text
36927 \end_layout
36928
36929 \end_inset
36930 </cell>
36931 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36932 \begin_inset Text
36933
36934 \begin_layout Plain Layout
36935 Text
36936 \end_layout
36937
36938 \end_inset
36939 </cell>
36940 </row>
36941 <row>
36942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36943 \begin_inset Text
36944
36945 \begin_layout Plain Layout
36946 \begin_inset Graphics
36947         filename ../../images/dialog-show-new-inset_graphics.png
36948         scale 70
36949         scaleBeforeRotation
36950
36951 \end_inset
36952
36953
36954 \end_layout
36955
36956 \end_inset
36957 </cell>
36958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36959 \begin_inset Text
36960
36961 \begin_layout Plain Layout
36962 Text
36963 \end_layout
36964
36965 \end_inset
36966 </cell>
36967 </row>
36968 <row>
36969 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36970 \begin_inset Text
36971
36972 \begin_layout Plain Layout
36973 Text
36974 \end_layout
36975
36976 \end_inset
36977 </cell>
36978 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36979 \begin_inset Text
36980
36981 \begin_layout Plain Layout
36982 Text
36983 \end_layout
36984
36985 \end_inset
36986 </cell>
36987 </row>
36988 </lyxtabular>
36989
36990 \end_inset
36991
36992  
36993 \begin_inset Tabular
36994 <lyxtabular version="3" rows="3" columns="3">
36995 <features tabularvalignment="middle">
36996 <column alignment="center" valignment="top">
36997 <column alignment="center" valignment="top">
36998 <column alignment="center" valignment="top">
36999 <row>
37000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37001 \begin_inset Text
37002
37003 \begin_layout Plain Layout
37004 Text
37005 \end_layout
37006
37007 \end_inset
37008 </cell>
37009 <cell alignment="center" valignment="top" topline="true" usebox="none">
37010 \begin_inset Text
37011
37012 \begin_layout Plain Layout
37013 Text
37014 \end_layout
37015
37016 \end_inset
37017 </cell>
37018 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37019 \begin_inset Text
37020
37021 \begin_layout Plain Layout
37022 Text
37023 \end_layout
37024
37025 \end_inset
37026 </cell>
37027 </row>
37028 <row>
37029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37030 \begin_inset Text
37031
37032 \begin_layout Plain Layout
37033 Text
37034 \end_layout
37035
37036 \end_inset
37037 </cell>
37038 <cell alignment="center" valignment="top" usebox="none">
37039 \begin_inset Text
37040
37041 \begin_layout Plain Layout
37042 \begin_inset Graphics
37043         filename ../../images/dialog-show-new-inset_graphics.png
37044         scale 70
37045         scaleBeforeRotation
37046
37047 \end_inset
37048
37049
37050 \end_layout
37051
37052 \end_inset
37053 </cell>
37054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37055 \begin_inset Text
37056
37057 \begin_layout Plain Layout
37058 Text
37059 \end_layout
37060
37061 \end_inset
37062 </cell>
37063 </row>
37064 <row>
37065 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37066 \begin_inset Text
37067
37068 \begin_layout Plain Layout
37069 Text
37070 \end_layout
37071
37072 \end_inset
37073 </cell>
37074 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37075 \begin_inset Text
37076
37077 \begin_layout Plain Layout
37078 Text
37079 \end_layout
37080
37081 \end_inset
37082 </cell>
37083 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37084 \begin_inset Text
37085
37086 \begin_layout Plain Layout
37087 Text
37088 \end_layout
37089
37090 \end_inset
37091 </cell>
37092 </row>
37093 </lyxtabular>
37094
37095 \end_inset
37096
37097  
37098 \begin_inset Tabular
37099 <lyxtabular version="3" rows="3" columns="2">
37100 <features tabularvalignment="middle">
37101 <column alignment="center" valignment="top">
37102 <column alignment="center" valignment="top">
37103 <row>
37104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37105 \begin_inset Text
37106
37107 \begin_layout Plain Layout
37108 Text
37109 \end_layout
37110
37111 \end_inset
37112 </cell>
37113 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37114 \begin_inset Text
37115
37116 \begin_layout Plain Layout
37117 Text
37118 \end_layout
37119
37120 \end_inset
37121 </cell>
37122 </row>
37123 <row>
37124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37125 \begin_inset Text
37126
37127 \begin_layout Plain Layout
37128 Text
37129 \end_layout
37130
37131 \end_inset
37132 </cell>
37133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37134 \begin_inset Text
37135
37136 \begin_layout Plain Layout
37137 \begin_inset Graphics
37138         filename ../../images/dialog-show-new-inset_graphics.png
37139         scale 70
37140         scaleBeforeRotation
37141
37142 \end_inset
37143
37144
37145 \end_layout
37146
37147 \end_inset
37148 </cell>
37149 </row>
37150 <row>
37151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37152 \begin_inset Text
37153
37154 \begin_layout Plain Layout
37155 Text
37156 \end_layout
37157
37158 \end_inset
37159 </cell>
37160 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37161 \begin_inset Text
37162
37163 \begin_layout Plain Layout
37164 Text
37165 \end_layout
37166
37167 \end_inset
37168 </cell>
37169 </row>
37170 </lyxtabular>
37171
37172 \end_inset
37173
37174
37175 \end_layout
37176
37177 \begin_layout Standard
37178 \noindent
37179 kann man das \SpecialChar LaTeX
37180 -Paket 
37181 \series bold
37182 picinpar
37183 \series default
37184
37185 \begin_inset Index idx
37186 status collapsed
37187
37188 \begin_layout Plain Layout
37189 \SpecialChar LaTeX
37190 -Pakete ! picinpar
37191 \end_layout
37192
37193 \end_inset
37194
37195  benutzen.
37196  Hier ist ein Beispiel:
37197 \end_layout
37198
37199 \begin_layout Standard
37200 \begin_inset ERT
37201 status collapsed
37202
37203 \begin_layout Plain Layout
37204
37205
37206 \backslash
37207 ifpicinpar
37208 \end_layout
37209
37210 \end_inset
37211
37212
37213 \begin_inset Note Note
37214 status open
37215
37216 \begin_layout Plain Layout
37217 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
37218 -Paket 
37219 \series bold
37220 picinpar
37221 \series default
37222  installiert ist.
37223 \end_layout
37224
37225 \end_inset
37226
37227
37228 \end_layout
37229
37230 \begin_layout Standard
37231 \begin_inset ERT
37232 status collapsed
37233
37234 \begin_layout Plain Layout
37235
37236
37237 \backslash
37238 begin{window}[2,c,{
37239 \end_layout
37240
37241 \end_inset
37242
37243
37244 \begin_inset Graphics
37245         filename ../clipart/mobius.eps
37246         lyxscale 60
37247         width 40col%
37248         scaleBeforeRotation
37249         rotateOrigin center
37250
37251 \end_inset
37252
37253
37254 \begin_inset ERT
37255 status collapsed
37256
37257 \begin_layout Plain Layout
37258
37259 },]
37260 \end_layout
37261
37262 \begin_layout Plain Layout
37263
37264 {}
37265 \end_layout
37266
37267 \end_inset
37268
37269
37270 \size small
37271 \lang english
37272 It was in the spring of the year 1894 that all London was interested, and
37273  the fashionable world dismayed, by the murder of the Honourable Ronald
37274  Adair under most unusual and inexplicable circumstances.
37275  The public has already learned those particulars of the crime which
37276 \size default
37277
37278 \begin_inset ERT
37279 status collapsed
37280
37281 \begin_layout Plain Layout
37282
37283
37284 \backslash
37285 footnotemark{}
37286 \end_layout
37287
37288 \end_inset
37289
37290
37291 \size small
37292  came out in the police investigation, but a good deal was suppressed upon
37293  that occasion, since the case for the prosecution was so overwhelmingly
37294  strong that it was not necessary to bring forward all the facts.
37295  Only now, at the end of nearly ten years, am I allowed to supply those
37296  missing links which make up the whole of that remarkable chain.
37297 \size default
37298 \lang ngerman
37299
37300 \begin_inset ERT
37301 status collapsed
37302
37303 \begin_layout Plain Layout
37304
37305
37306 \backslash
37307 end{window}
37308 \end_layout
37309
37310 \end_inset
37311
37312
37313 \end_layout
37314
37315 \begin_layout Standard
37316 \begin_inset ERT
37317 status collapsed
37318
37319 \begin_layout Plain Layout
37320
37321
37322 \backslash
37323 footnotetext{
37324 \end_layout
37325
37326 \end_inset
37327
37328 Fußnote des Absatzes mit fixem Objekt.
37329 \begin_inset ERT
37330 status collapsed
37331
37332 \begin_layout Plain Layout
37333
37334 }
37335 \end_layout
37336
37337 \end_inset
37338
37339
37340 \end_layout
37341
37342 \begin_layout Standard
37343 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
37344  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
37345  vertikale Position im Text bestimmen kann.
37346  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
37347  beschriftet werden.
37348 \end_layout
37349
37350 \begin_layout Standard
37351 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
37352  Befehl
37353 \end_layout
37354
37355 \begin_layout Standard
37356
37357 \series bold
37358
37359 \backslash
37360 begin{window}[2,c,{
37361 \end_layout
37362
37363 \begin_layout Standard
37364 als \SpecialChar TeX
37365 -Code einfügt.
37366  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
37367  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
37368  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
37369  Danach fügt man das Objekt ein.
37370  In diesem Beispiel wurde ein Bild der Breite von 40
37371 \begin_inset space \thinspace{}
37372 \end_inset
37373
37374 % der Textspaltenbreite eingefügt.
37375  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
37376  Nach dem Objekt fügt man den Befehl
37377 \end_layout
37378
37379 \begin_layout Standard
37380
37381 \series bold
37382 },Beschreibungstext]
37383 \begin_inset Newline newline
37384 \end_inset
37385
37386 {}
37387 \end_layout
37388
37389 \begin_layout Standard
37390 ein.
37391  Man beachte dass das 
37392 \begin_inset Quotes gld
37393 \end_inset
37394
37395
37396 \series bold
37397 {}
37398 \series default
37399
37400 \begin_inset Quotes grd
37401 \end_inset
37402
37403  in der zweiten Zeile steht.
37404  Der Beschreibungstext ist optional.
37405  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
37406  das Objekt befinden, also direkt nach dem 
37407 \series bold
37408 {}
37409 \series default
37410  beginnen.
37411  Am Ende des Absatzes fügt man folgenden Befehl ein:
37412 \end_layout
37413
37414 \begin_layout Standard
37415
37416 \series bold
37417
37418 \backslash
37419 end{window}
37420 \end_layout
37421
37422 \begin_layout Standard
37423 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
37424  man muss stattdessen den Befehl 
37425 \series bold
37426
37427 \backslash
37428 footnotemark
37429 \series default
37430  verwenden.
37431  Außerhalb des Absatzes den Befehl 
37432 \series bold
37433
37434 \backslash
37435 footnotetext
37436 \series default
37437 , wie es in Abschnitt
37438 \begin_inset space ~
37439 \end_inset
37440
37441
37442 \begin_inset CommandInset ref
37443 LatexCommand ref
37444 reference "abs:Fußnoten"
37445
37446 \end_inset
37447
37448  beschrieben ist.
37449 \end_layout
37450
37451 \begin_layout Standard
37452 \begin_inset ERT
37453 status collapsed
37454
37455 \begin_layout Plain Layout
37456
37457
37458 \backslash
37459 else
37460 \end_layout
37461
37462 \end_inset
37463
37464
37465 \begin_inset Note Note
37466 status open
37467
37468 \begin_layout Plain Layout
37469 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
37470 -Paket 
37471 \series bold
37472 picinpar
37473 \series default
37474  nicht installiert ist:
37475 \end_layout
37476
37477 \end_inset
37478
37479
37480 \end_layout
37481
37482 \begin_layout Standard
37483 Das \SpecialChar LaTeX
37484 -Paket 
37485 \series bold
37486 picinpar
37487 \series default
37488  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
37489 \end_layout
37490
37491 \begin_layout Standard
37492 \begin_inset ERT
37493 status collapsed
37494
37495 \begin_layout Plain Layout
37496
37497
37498 \backslash
37499 fi
37500 \end_layout
37501
37502 \end_inset
37503
37504
37505 \end_layout
37506
37507 \begin_layout Section
37508 Initiale
37509 \begin_inset Index idx
37510 status collapsed
37511
37512 \begin_layout Plain Layout
37513 Initiale
37514 \end_layout
37515
37516 \end_inset
37517
37518
37519 \begin_inset Index idx
37520 status collapsed
37521
37522 \begin_layout Plain Layout
37523 Umflossene Objekte ! Initiale
37524 \end_layout
37525
37526 \end_inset
37527
37528
37529 \end_layout
37530
37531 \begin_layout Standard
37532 Für Initialen muss das \SpecialChar LaTeX
37533 -Paket 
37534 \series bold
37535 lettrine
37536 \series default
37537
37538 \begin_inset Index idx
37539 status collapsed
37540
37541 \begin_layout Plain Layout
37542 \SpecialChar LaTeX
37543 -Pakete ! lettrine
37544 \end_layout
37545
37546 \end_inset
37547
37548  installiert sein und das Modul 
37549 \family sans
37550 Initialen
37551 \family default
37552  im Dokument verwendet werden (Menü 
37553 \family sans
37554 Dokument\SpecialChar menuseparator
37555 Einstellungen\SpecialChar menuseparator
37556 Module
37557 \family default
37558 ).
37559  Um eine Initiale einzufügen, verwendet man den Stil 
37560 \family sans
37561 Initiale
37562 \family default
37563 .
37564  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
37565  Die Argumente werden über das Menü 
37566 \family sans
37567 Einfügen
37568 \family default
37569  eingefügt.
37570  Das obligatorische Argument 
37571 \family sans
37572 Initiale
37573 \family default
37574  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
37575 \family sans
37576 Rest
37577 \begin_inset space ~
37578 \end_inset
37579
37580 der
37581 \begin_inset space ~
37582 \end_inset
37583
37584 Initiale
37585 \family default
37586  enthält den Rest des Wortes oder Textes der Initiale.
37587  Das Argument 
37588 \family sans
37589 Optionen
37590 \family default
37591  enthält Parameter um die Initiale zu modifizieren.
37592  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
37593  von 
37594 \series bold
37595 lettrine
37596 \series default
37597
37598 \begin_inset CommandInset citation
37599 LatexCommand cite
37600 key "lettrine"
37601
37602 \end_inset
37603
37604 .
37605  Der Stil selbst enthält den Text, der die Initiale umgibt.
37606  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
37607  Initiale ist, in 
37608 \shape smallcaps
37609 Kapitälchen
37610 \shape default
37611  gedruckt wird.
37612 \end_layout
37613
37614 \begin_layout Standard
37615 Hier sind einige Beispiele:
37616 \end_layout
37617
37618 \begin_layout Standard
37619 \begin_inset ERT
37620 status collapsed
37621
37622 \begin_layout Plain Layout
37623
37624
37625 \backslash
37626 iflettrine
37627 \end_layout
37628
37629 \end_inset
37630
37631
37632 \begin_inset Note Note
37633 status open
37634
37635 \begin_layout Plain Layout
37636 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
37637 -Paket 
37638 \series bold
37639 lettrine
37640 \series default
37641  installiert ist.
37642 \end_layout
37643
37644 \end_inset
37645
37646
37647 \end_layout
37648
37649 \begin_layout Enumerate
37650 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
37651
37652 \begin_inset Formula $\mathfrak{Fraktur}$
37653 \end_inset
37654
37655 :
37656 \begin_inset Separator parbreak
37657 \end_inset
37658
37659
37660 \end_layout
37661
37662 \begin_deeper
37663 \begin_layout Initial
37664 \begin_inset Argument 2
37665 status open
37666
37667 \begin_layout Plain Layout
37668 \begin_inset Formula $\mathfrak{I}$
37669 \end_inset
37670
37671
37672 \end_layout
37673
37674 \end_inset
37675
37676
37677 \begin_inset Argument 3
37678 status open
37679
37680 \begin_layout Plain Layout
37681 t
37682 \end_layout
37683
37684 \end_inset
37685
37686  
37687 \lang english
37688 was in the spring of the year 1894 that all London was interested, and the
37689  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37690  under most unusual and inexplicable circumstances.
37691  The public has already learned those particulars of the crime which came
37692  out in the police investigation, but a good deal was suppressed upon that
37693  occasion, since the case for the prosecution was so overwhelmingly strong
37694  that it was not necessary to bring forward all the facts.
37695 \end_layout
37696
37697 \end_deeper
37698 \begin_layout Enumerate
37699 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
37700  besteht und kein Text ist in 
37701 \shape smallcaps
37702 Kapitälchen
37703 \shape default
37704 :
37705 \begin_inset Separator parbreak
37706 \end_inset
37707
37708
37709 \end_layout
37710
37711 \begin_deeper
37712 \begin_layout Initial
37713 \begin_inset Argument 1
37714 status open
37715
37716 \begin_layout Plain Layout
37717 lines=1
37718 \end_layout
37719
37720 \end_inset
37721
37722
37723 \begin_inset Argument 2
37724 status open
37725
37726 \begin_layout Plain Layout
37727 It
37728 \end_layout
37729
37730 \end_inset
37731
37732  
37733 \lang english
37734 was in the spring of the year 1894 that all London was interested, and the
37735  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37736  under most unusual and inexplicable circumstances.
37737  The public has already learned those particulars of the crime which came
37738  out in the police investigation, but a good deal was suppressed upon that
37739  occasion, since the case for the prosecution was so overwhelmingly strong
37740  that it was not necessary to bring forward all the facts.
37741 \end_layout
37742
37743 \end_deeper
37744 \begin_layout Enumerate
37745 Magenta, hängende Initiale über 3
37746 \begin_inset space ~
37747 \end_inset
37748
37749 Zeilen in der Mathe-Schrift
37750 \begin_inset Newline newline
37751 \end_inset
37752
37753  
37754 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
37755 \end_inset
37756
37757 , der Text 
37758 \begin_inset Quotes gld
37759 \end_inset
37760
37761
37762 \lang english
37763 t was in the spring
37764 \lang ngerman
37765
37766 \begin_inset Quotes erd
37767 \end_inset
37768
37769  ist in 
37770 \shape smallcaps
37771 Kapitälchen
37772 \shape default
37773 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
37774 \begin_inset Newline newline
37775 \end_inset
37776
37777
37778 \series bold
37779
37780 \backslash
37781 renewcommand{
37782 \backslash
37783 LettrineFontHook}{
37784 \backslash
37785 color{Farbe}}
37786 \series default
37787
37788 \begin_inset Newline newline
37789 \end_inset
37790
37791 wobei 
37792 \emph on
37793 Farbe
37794 \emph default
37795  
37796 \begin_inset Quotes gld
37797 \end_inset
37798
37799 red
37800 \begin_inset Quotes erd
37801 \end_inset
37802
37803
37804 \begin_inset Quotes gld
37805 \end_inset
37806
37807 blue
37808 \begin_inset Quotes erd
37809 \end_inset
37810
37811
37812 \begin_inset Quotes gld
37813 \end_inset
37814
37815 green
37816 \begin_inset Quotes erd
37817 \end_inset
37818
37819
37820 \begin_inset Quotes gld
37821 \end_inset
37822
37823 yellow
37824 \begin_inset Quotes erd
37825 \end_inset
37826
37827
37828 \begin_inset Quotes gld
37829 \end_inset
37830
37831 cyan
37832 \begin_inset Quotes erd
37833 \end_inset
37834
37835
37836 \begin_inset Quotes gld
37837 \end_inset
37838
37839 magenta
37840 \begin_inset Quotes erd
37841 \end_inset
37842
37843
37844 \begin_inset Quotes gld
37845 \end_inset
37846
37847 black
37848 \begin_inset Quotes erd
37849 \end_inset
37850
37851  oder 
37852 \begin_inset Quotes gld
37853 \end_inset
37854
37855 white
37856 \begin_inset Quotes erd
37857 \end_inset
37858
37859  sein kann, und diesen Befehl zum \SpecialChar LaTeX
37860 -Vorspann hinzufügen:
37861 \begin_inset Newline newline
37862 \end_inset
37863
37864
37865 \series bold
37866
37867 \backslash
37868 @ifundefined{textcolor}
37869 \begin_inset Newline newline
37870 \end_inset
37871
37872
37873 \begin_inset space ~
37874 \end_inset
37875
37876 {
37877 \backslash
37878 usepackage{color}}{}
37879 \series default
37880
37881 \begin_inset Separator parbreak
37882 \end_inset
37883
37884
37885 \end_layout
37886
37887 \begin_deeper
37888 \begin_layout Standard
37889 \begin_inset ERT
37890 status collapsed
37891
37892 \begin_layout Plain Layout
37893
37894
37895 \backslash
37896 renewcommand{
37897 \backslash
37898 LettrineFontHook}{
37899 \backslash
37900 color{magenta}}
37901 \end_layout
37902
37903 \end_inset
37904
37905
37906 \begin_inset Note Note
37907 status open
37908
37909 \begin_layout Plain Layout
37910 macht die Initiale magenta
37911 \end_layout
37912
37913 \end_inset
37914
37915
37916 \end_layout
37917
37918 \begin_layout Initial
37919 \begin_inset Argument 1
37920 status open
37921
37922 \begin_layout Plain Layout
37923 lines=3, lhang=0.33, loversize=0.25
37924 \end_layout
37925
37926 \end_inset
37927
37928
37929 \begin_inset Argument 2
37930 status open
37931
37932 \begin_layout Plain Layout
37933 \begin_inset Formula $\mathcal{I}$
37934 \end_inset
37935
37936
37937 \end_layout
37938
37939 \end_inset
37940
37941
37942 \begin_inset Argument 3
37943 status open
37944
37945 \begin_layout Plain Layout
37946
37947 \lang english
37948 t was in the spring
37949 \end_layout
37950
37951 \end_inset
37952
37953  
37954 \lang english
37955 of the year 1894 that all London was interested, and the fashionable world
37956  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37957  and inexplicable circumstances.
37958  The public has already learned those particulars of the crime which came
37959  out in the police investigation, but a good deal was suppressed upon that
37960  occasion, since the case for the prosecution was so overwhelmingly strong
37961  that it was not necessary to bring forward all the facts.
37962 \end_layout
37963
37964 \end_deeper
37965 \begin_layout Standard
37966 \begin_inset ERT
37967 status collapsed
37968
37969 \begin_layout Plain Layout
37970
37971
37972 \backslash
37973 else
37974 \end_layout
37975
37976 \end_inset
37977
37978
37979 \begin_inset Note Note
37980 status open
37981
37982 \begin_layout Plain Layout
37983 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
37984 -Paket 
37985 \series bold
37986 lettrine
37987 \series default
37988  nicht installiert ist:
37989 \end_layout
37990
37991 \end_inset
37992
37993
37994 \end_layout
37995
37996 \begin_layout Standard
37997 Das \SpecialChar LaTeX
37998 -Paket 
37999 \series bold
38000 lettrine
38001 \series default
38002  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38003 \end_layout
38004
38005 \begin_layout Standard
38006 \begin_inset ERT
38007 status collapsed
38008
38009 \begin_layout Plain Layout
38010
38011
38012 \backslash
38013 fi
38014 \end_layout
38015
38016 \end_inset
38017
38018
38019 \end_layout
38020
38021 \begin_layout Chapter
38022 Externe Dateien
38023 \begin_inset Index idx
38024 status collapsed
38025
38026 \begin_layout Plain Layout
38027 Dateien ! externe
38028 \end_layout
38029
38030 \end_inset
38031
38032
38033 \end_layout
38034
38035 \begin_layout Standard
38036 Mit 
38037 \family sans
38038 Einfügen\SpecialChar menuseparator
38039 Datei
38040 \family default
38041  können Sie fremdes Material in Ihr Dokument einsetzen.
38042  Das kann folgendes sein:
38043 \end_layout
38044
38045 \begin_layout Description
38046 \SpecialChar LyX
38047 -Dokument Der Inhalt eines anderen \SpecialChar LyX
38048 -Dokuments wird direkt in Ihr Dokument
38049  eingefügt.
38050 \end_layout
38051
38052 \begin_layout Description
38053 Einfacher
38054 \begin_inset space ~
38055 \end_inset
38056
38057 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
38058  eingefügt.
38059 \end_layout
38060
38061 \begin_layout Description
38062 Einfacher
38063 \begin_inset space ~
38064 \end_inset
38065
38066 Text,
38067 \begin_inset space ~
38068 \end_inset
38069
38070 Zeilen
38071 \begin_inset space ~
38072 \end_inset
38073
38074 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
38075  Leerzeilen trennen die Absätze.
38076 \end_layout
38077
38078 \begin_layout Description
38079 Externes
38080 \begin_inset space ~
38081 \end_inset
38082
38083 Material Dateien in verschiedenen Formaten.
38084 \end_layout
38085
38086 \begin_layout Description
38087 Unterdokument \SpecialChar LyX
38088 - oder \SpecialChar LaTeX
38089 -Dokumente.
38090 \end_layout
38091
38092 \begin_layout Section
38093 Externes Material
38094 \begin_inset Index idx
38095 status collapsed
38096
38097 \begin_layout Plain Layout
38098 Externes Material
38099 \end_layout
38100
38101 \end_inset
38102
38103
38104 \end_layout
38105
38106 \begin_layout Standard
38107 Mit 
38108 \family sans
38109 Einfügen\SpecialChar menuseparator
38110 Datei\SpecialChar menuseparator
38111  Externes Material
38112 \family default
38113  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
38114  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
38115  weil \SpecialChar LyX
38116  sich darum kümmert.
38117  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in \SpecialChar LyX
38118 -Dokumente
38119  eingefügt werden können.
38120  Wenn die Grafikvorschau in den \SpecialChar LyX
38121 -Einstellungen unter
38122 \family sans
38123  Aussehen
38124 \begin_inset space ~
38125 \end_inset
38126
38127 &
38128 \begin_inset space ~
38129 \end_inset
38130
38131 Handhabung\SpecialChar menuseparator
38132 Grafik
38133 \family default
38134 , werden die externen Materialtypen Dia und Xfig direkt in \SpecialChar LyX
38135  angezeigt.
38136 \end_layout
38137
38138 \begin_layout Standard
38139 Zur Zeit können Sie folgende Dateitypen (
38140 \family sans
38141 Vorlagen
38142 \family default
38143 ) benutzen:
38144 \end_layout
38145
38146 \begin_layout Description
38147 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
38148 \series bold
38149
38150 \begin_inset CommandInset href
38151 LatexCommand href
38152 name "XBoard"
38153 target "http://de.wikipedia.org/wiki/XBoard"
38154
38155 \end_inset
38156
38157
38158 \series default
38159  erzeugt wurden.
38160 \end_layout
38161
38162 \begin_layout Description
38163 Datum fügt ein Datum mit dem Format 
38164 \emph on
38165 Tag-Monat-Jahr
38166 \emph default
38167  ein.
38168  Hier ist ein Beispiel: 
38169 \begin_inset External
38170         template Date
38171         filename .
38172
38173 \end_inset
38174
38175
38176 \begin_inset space ~
38177 \end_inset
38178
38179
38180 \begin_inset Note Note
38181 status open
38182
38183 \begin_layout Plain Layout
38184
38185 \lang english
38186 Remove the protected space when bug 4398 is fixed!
38187 \end_layout
38188
38189 \end_inset
38190
38191
38192 \begin_inset Newline newline
38193 \end_inset
38194
38195 Das Datum ist in \SpecialChar LyX
38196  nicht zu sehen, nur in der Druckausgabe.
38197  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
38198  Menü 
38199 \family sans
38200 Einfügen\SpecialChar menuseparator
38201 Datum
38202 \family default
38203  und mit dem \SpecialChar LaTeX
38204 -Befehl 
38205 \series bold
38206
38207 \backslash
38208 today
38209 \series default
38210 .
38211  Die verschiedenen Methoden werden in Tabelle
38212 \begin_inset space ~
38213 \end_inset
38214
38215
38216 \begin_inset CommandInset ref
38217 LatexCommand ref
38218 reference "tab:Vergleich-der-Datums-Eingaben"
38219
38220 \end_inset
38221
38222  verglichen.
38223 \end_layout
38224
38225 \begin_layout Description
38226 Dia unterstützt Diagramme, die mit dem Programm 
38227 \series bold
38228
38229 \begin_inset CommandInset href
38230 LatexCommand href
38231 name "Dia"
38232 target "http://de.wikipedia.org/wiki/Dia_(Software)"
38233
38234 \end_inset
38235
38236
38237 \series default
38238  erzeugt wurden.
38239 \end_layout
38240
38241 \begin_layout Description
38242 GnumericTabelle Mit dieser Vorlage können Sie Tabellen im Format von 
38243 \series bold
38244
38245 \begin_inset CommandInset href
38246 LatexCommand href
38247 name "Gnumeric"
38248 target "http://de.wikipedia.org/wiki/Gnumeric"
38249
38250 \end_inset
38251
38252
38253 \series default
38254
38255 \begin_inset CommandInset href
38256 LatexCommand href
38257 name "OpenDocument"
38258 target "http://de.wikipedia.org/wiki/OpenDocument"
38259
38260 \end_inset
38261
38262
38263 \begin_inset CommandInset href
38264 LatexCommand href
38265 name "Microsoft Office XML"
38266 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38267
38268 \end_inset
38269
38270  und 
38271 \begin_inset CommandInset href
38272 LatexCommand href
38273 name "Office Open XML"
38274 target "http://de.wikipedia.org/wiki/Office_Open_XML"
38275
38276 \end_inset
38277
38278  einfügen.
38279  Für dieses Feature muss \SpecialChar LyX
38280  während seiner Konfiguration das Programm 
38281 \family typewriter
38282 ssconvert
38283 \family default
38284  gefunden haben.
38285  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
38286  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
38287  Für Beispiele und mögliche Limitierungen siehe \SpecialChar LyX
38288 ' Beispieldatei 
38289 \emph on
38290 spreadsheet.lyx
38291 \emph default
38292 .
38293 \end_layout
38294
38295 \begin_layout Description
38296 LilyPond Mit dieser Vorlage können Sie Musik-Notationen einfügen, die mit
38297  dem Notensatzprogramm 
38298 \series bold
38299
38300 \begin_inset CommandInset href
38301 LatexCommand href
38302 name "LilyPond"
38303 target "http://de.wikipedia.org/wiki/LilyPond"
38304
38305 \end_inset
38306
38307
38308 \series default
38309  gesetzt werden.
38310  Für \SpecialChar LyX
38311 ' erweiterte Unterstützung für LilyPond siehe \SpecialChar LyX
38312 ' Beispieldatei 
38313 \emph on
38314 lilypond.lyx
38315 \emph default
38316 .
38317 \end_layout
38318
38319 \begin_layout Description
38320 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
38321  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
38322  
38323 \series bold
38324 pages
38325 \series default
38326  im Feld 
38327 \family sans
38328 Option
38329 \family default
38330  in der Karteikarte 
38331 \family sans
38332 \SpecialChar LaTeX
38333 - und \SpecialChar LyX
38334 -Optionen
38335 \family default
38336 .
38337  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
38338  (man gibt als Option 
38339 \series bold
38340 pages={3,5,6,8}
38341 \series default
38342  an), Seitenbereiche (
38343 \series bold
38344 pages={4-9}
38345 \series default
38346 ) oder eine Kombination davon enthält.
38347  Um leere Seiten einzufügen, verwendet man {}.
38348  Z.
38349 \begin_inset space \thinspace{}
38350 \end_inset
38351
38352 B.
38353  fügt 
38354 \series bold
38355 pages={3,{},8-11,15}
38356 \series default
38357  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
38358  Seitenbereiche werden mit der Syntax 
38359 \emph on
38360 Start
38361 \emph default
38362 -
38363 \emph on
38364 Stop
38365 \emph default
38366  angegeben.
38367  Dies wählt alle Seiten von 
38368 \emph on
38369 Start
38370 \emph default
38371  bis 
38372 \emph on
38373 Stop
38374 \emph default
38375  aus.
38376  Wird 
38377 \emph on
38378 Start
38379 \emph default
38380  weggelassen, wird stattdessen die erste Seite verwendet; wird 
38381 \emph on
38382 Stop
38383 \emph default
38384  weggelassen, wird stattdessen die letzte Seite verwendet.
38385  Die letzte Seite kann außerdem mit dem Schlagwort 
38386 \series bold
38387 last
38388 \series default
38389  ausgewählt werden.
38390  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
38391 \series bold
38392 pages=-
38393 \series default
38394  fügt also alle Seiten des Dokuments ein und 
38395 \series bold
38396 pages=last-1
38397 \series default
38398  fügt alle Seiten in umgekehrter Reihenfolge ein.
38399  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
38400  eingefügt.
38401 \begin_inset Newline newline
38402 \end_inset
38403
38404 Die Option 
38405 \series bold
38406 noautoscale
38407 \series default
38408  fügt die Seiten in ihrer Originalgröße ein.
38409  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
38410  dass sie die komplette Breite Ihres Dokuments einnehmen.
38411  In der Karteikarte 
38412 \family sans
38413 Größe und Drehung
38414 \family default
38415  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
38416  werden.
38417  Wird eine andere Breite als 100
38418 \begin_inset space \thinspace{}
38419 \end_inset
38420
38421 Größe% verwendet, wird die Option 
38422 \series bold
38423 noautoscale
38424 \series default
38425  überschrieben.
38426  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
38427  des \SpecialChar LaTeX
38428 -Pakets 
38429 \series bold
38430 pdfpages
38431 \series default
38432  
38433 \begin_inset CommandInset citation
38434 LatexCommand cite
38435 key "pdfpages"
38436
38437 \end_inset
38438
38439 .
38440 \begin_inset Index idx
38441 status collapsed
38442
38443 \begin_layout Plain Layout
38444 \SpecialChar LaTeX
38445 -Pakete ! pdfpages
38446 \end_layout
38447
38448 \end_inset
38449
38450
38451 \begin_inset Newline newline
38452 \end_inset
38453
38454 Um diese Vorlage in einer 
38455 \family sans
38456 Beamer
38457 \family default
38458 -Präsentation zu verwenden, muss zuerst eine 
38459 \family sans
38460 BeendeRahmen
38461 \family default
38462  Umgebung eingefügt werden.
38463  In den folgenden Absatz kommt eine \SpecialChar TeX
38464 -Code Box mit dem Befehl 
38465 \series bold
38466
38467 \backslash
38468 setbeamertemplate{background canvas}{}
38469 \series default
38470 .
38471  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
38472  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
38473  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
38474  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
38475  sicher, dass die Ausrichtung 
38476 \family sans
38477 Standard
38478 \family default
38479  für den Absatz verwendet wird, der die Vorlage enthält.
38480 \begin_inset Newline newline
38481 \end_inset
38482
38483 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
38484 \begin_inset External
38485         template PDFPages
38486         filename ../clipart/Abstract.pdf
38487         extra LaTeX "pages=-"
38488         rotateAngle -5
38489         rotateOrigin bottomleft
38490         width 50col%
38491
38492 \end_inset
38493
38494
38495 \end_layout
38496
38497 \begin_layout Description
38498 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
38499  Die Bilddateien können im Dialogfenster 
38500 \family sans
38501 Externes
38502 \begin_inset space ~
38503 \end_inset
38504
38505 Material
38506 \family default
38507  genauso behandelt werden wie die mit dem normalen 
38508 \family sans
38509 Grafik
38510 \family default
38511 -Dialog eingefügten, siehe Abschnitt
38512 \begin_inset space ~
38513 \end_inset
38514
38515
38516 \begin_inset CommandInset ref
38517 LatexCommand ref
38518 reference "abs:Grafik-Dialog"
38519
38520 \end_inset
38521
38522 .
38523  Der Unterschied zum normalen Einfügen eines Bildes ist, dass nur Rasterbilder
38524  erlaubt sind, das heißt PDF- und EPS-Bilder werden nicht unterstützt.
38525  Hier ist ein eingefügtes Rasterbild: 
38526 \begin_inset External
38527         template RasterImage
38528         filename ../clipart/ToolbarEnvBox.png
38529
38530 \end_inset
38531
38532
38533 \end_layout
38534
38535 \begin_layout Description
38536 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
38537 \series bold
38538
38539 \begin_inset CommandInset href
38540 LatexCommand href
38541 name "Xfig"
38542 target "http://de.wikipedia.org/wiki/Xfig"
38543
38544 \end_inset
38545
38546
38547 \series default
38548  erzeugt wurden.
38549 \end_layout
38550
38551 \begin_layout Standard
38552 \begin_inset Float table
38553 placement !h
38554 wide false
38555 sideways false
38556 status open
38557
38558 \begin_layout Plain Layout
38559 \begin_inset Caption Standard
38560
38561 \begin_layout Plain Layout
38562 \begin_inset CommandInset label
38563 LatexCommand label
38564 name "tab:Vergleich-der-Datums-Eingaben"
38565
38566 \end_inset
38567
38568 Vergleich der Datums-Eingaben
38569 \end_layout
38570
38571 \end_inset
38572
38573
38574 \end_layout
38575
38576 \begin_layout Plain Layout
38577 \align center
38578 \begin_inset Tabular
38579 <lyxtabular version="3" rows="4" columns="4">
38580 <features tabularvalignment="middle">
38581 <column alignment="center" valignment="top">
38582 <column alignment="center" valignment="top">
38583 <column alignment="center" valignment="top">
38584 <column alignment="center" valignment="top">
38585 <row>
38586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38587 \begin_inset Text
38588
38589 \begin_layout Plain Layout
38590 Dokumentformat
38591 \end_layout
38592
38593 \end_inset
38594 </cell>
38595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38596 \begin_inset Text
38597
38598 \begin_layout Plain Layout
38599
38600 \family sans
38601 Externes Material\SpecialChar menuseparator
38602 Datum
38603 \end_layout
38604
38605 \end_inset
38606 </cell>
38607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38608 \begin_inset Text
38609
38610 \begin_layout Plain Layout
38611
38612 \family sans
38613 Einfügen\SpecialChar menuseparator
38614 Datum
38615 \end_layout
38616
38617 \end_inset
38618 </cell>
38619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38620 \begin_inset Text
38621
38622 \begin_layout Plain Layout
38623 Befehl 
38624 \series bold
38625
38626 \backslash
38627 today
38628 \end_layout
38629
38630 \end_inset
38631 </cell>
38632 </row>
38633 <row>
38634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38635 \begin_inset Text
38636
38637 \begin_layout Plain Layout
38638 \SpecialChar LyX
38639
38640 \end_layout
38641
38642 \end_inset
38643 </cell>
38644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38645 \begin_inset Text
38646
38647 \begin_layout Plain Layout
38648 als Box
38649 \end_layout
38650
38651 \end_inset
38652 </cell>
38653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38654 \begin_inset Text
38655
38656 \begin_layout Plain Layout
38657 als Datum
38658 \end_layout
38659
38660 \end_inset
38661 </cell>
38662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38663 \begin_inset Text
38664
38665 \begin_layout Plain Layout
38666 als \SpecialChar TeX
38667 -Code
38668 \end_layout
38669
38670 \end_inset
38671 </cell>
38672 </row>
38673 <row>
38674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38675 \begin_inset Text
38676
38677 \begin_layout Plain Layout
38678 \SpecialChar LaTeX
38679
38680 \end_layout
38681
38682 \end_inset
38683 </cell>
38684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38685 \begin_inset Text
38686
38687 \begin_layout Plain Layout
38688 als Datum
38689 \end_layout
38690
38691 \end_inset
38692 </cell>
38693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38694 \begin_inset Text
38695
38696 \begin_layout Plain Layout
38697 als Datum
38698 \end_layout
38699
38700 \end_inset
38701 </cell>
38702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38703 \begin_inset Text
38704
38705 \begin_layout Plain Layout
38706 als Befehl
38707 \end_layout
38708
38709 \end_inset
38710 </cell>
38711 </row>
38712 <row>
38713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38714 \begin_inset Text
38715
38716 \begin_layout Plain Layout
38717 DVI, PDF, PS
38718 \end_layout
38719
38720 \end_inset
38721 </cell>
38722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38723 \begin_inset Text
38724
38725 \begin_layout Plain Layout
38726 als Datum
38727 \end_layout
38728
38729 \end_inset
38730 </cell>
38731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38732 \begin_inset Text
38733
38734 \begin_layout Plain Layout
38735 als Datum
38736 \end_layout
38737
38738 \end_inset
38739 </cell>
38740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38741 \begin_inset Text
38742
38743 \begin_layout Plain Layout
38744 als Datum
38745 \end_layout
38746
38747 \end_inset
38748 </cell>
38749 </row>
38750 </lyxtabular>
38751
38752 \end_inset
38753
38754
38755 \end_layout
38756
38757 \end_inset
38758
38759
38760 \end_layout
38761
38762 \begin_layout Standard
38763 Wenn Sie im Dialogfenster
38764 \family sans
38765  Externes
38766 \begin_inset space ~
38767 \end_inset
38768
38769 Material 
38770 \family default
38771 in der Karteikarte
38772 \family sans
38773  Datei
38774 \family default
38775  die Option 
38776 \family sans
38777 Entwurf
38778 \family default
38779  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
38780 \begin_inset Newline newline
38781 \end_inset
38782
38783 \SpecialChar LyX
38784  kann externes Material entweder als Box wie hier: 
38785 \begin_inset Graphics
38786         filename clipart/ExternesMaterialQt4.png
38787         scale 85
38788         scaleBeforeRotation
38789
38790 \end_inset
38791
38792  oder als Bild darstellen.
38793  Das hängt davon ab, ob Sie im Dialog
38794 \family sans
38795  
38796 \family default
38797 in der Karteikarte 
38798 \family sans
38799 \SpecialChar LaTeX
38800 - und \SpecialChar LyX
38801 -Optionen
38802 \family default
38803  die Option 
38804 \family sans
38805 In
38806 \begin_inset space ~
38807 \end_inset
38808
38809 \SpecialChar LyX
38810
38811 \begin_inset space ~
38812 \end_inset
38813
38814 anzeigen
38815 \family default
38816  gewählt haben oder nicht.
38817 \end_layout
38818
38819 \begin_layout Standard
38820 Im \SpecialChar LyX
38821 -Handbuch 
38822 \family sans
38823 \emph on
38824 Anpassung
38825 \family default
38826 \emph default
38827  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
38828 \end_layout
38829
38830 \begin_layout Section
38831 Unterdokumente
38832 \begin_inset CommandInset label
38833 LatexCommand label
38834 name "abs:Unterdokumente"
38835
38836 \end_inset
38837
38838
38839 \begin_inset Index idx
38840 status collapsed
38841
38842 \begin_layout Plain Layout
38843 Unterdokument
38844 \end_layout
38845
38846 \end_inset
38847
38848
38849 \end_layout
38850
38851 \begin_layout Standard
38852 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
38853  oder Abschnitten bestehen.
38854  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
38855  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
38856  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
38857  z.
38858 \begin_inset space \thinspace{}
38859 \end_inset
38860
38861 B.
38862  den \SpecialChar LaTeX
38863 -Vorspann, das Literaturverzeichnis und Querverweismarken.
38864 \end_layout
38865
38866 \begin_layout Standard
38867 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
38868  müssen, geben Sie im Unterdokument im Menü
38869 \family sans
38870  Dokument\SpecialChar menuseparator
38871 Einstellungen\SpecialChar menuseparator
38872 Dokumentklasse
38873 \family default
38874  das Hauptdokument an.
38875  Dieses wird dann von \SpecialChar LyX
38876  im Hintergrund benutzt, wenn Sie das Unterdokument
38877  bearbeiten.
38878 \end_layout
38879
38880 \begin_layout Standard
38881 Unterdokumente werden in \SpecialChar LyX
38882  als Box angezeigt: 
38883 \begin_inset Graphics
38884         filename clipart/UnterdokumentQt4.png
38885         scale 85
38886         scaleBeforeRotation
38887
38888 \end_inset
38889
38890  Sie werden über
38891 \family sans
38892  Einfügen\SpecialChar menuseparator
38893 Datei\SpecialChar menuseparator
38894 Unterdokument
38895 \family default
38896  eingebunden, was das Dialogfenster
38897 \family sans
38898  Unterdokument
38899 \family default
38900  öffnet.
38901  Für 
38902 \family sans
38903 die Art
38904 \begin_inset space ~
38905 \end_inset
38906
38907 der
38908 \begin_inset space ~
38909 \end_inset
38910
38911 Einbindung
38912 \family default
38913  gibt es dort vier Möglichkeiten:
38914 \end_layout
38915
38916 \begin_layout Description
38917 Include Sie können \SpecialChar LyX
38918 - und \SpecialChar LaTeX
38919 -Dokumente einbinden.
38920  Wenn Sie im Dialogfenster
38921 \family sans
38922  Unterdokument
38923 \family default
38924  auf 
38925 \family sans
38926 Bearbeiten
38927 \family default
38928  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
38929  und Sie können es editieren.
38930 \begin_inset Newline newline
38931 \end_inset
38932
38933
38934 \end_layout
38935
38936 \begin_layout Standard
38937 Hier wird ein Unterdokument
38938 \family sans
38939  
38940 \family default
38941 per 
38942 \family sans
38943 Include
38944 \family default
38945  eingebunden: 
38946 \begin_inset CommandInset include
38947 LatexCommand include
38948 filename "DummyDocument1.lyx"
38949
38950 \end_inset
38951
38952 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
38953  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
38954  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
38955 s.
38956  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
38957 \begin_inset space ~
38958 \end_inset
38959
38960
38961 \begin_inset CommandInset ref
38962 LatexCommand ref
38963 reference "uab:Externer-Unterabschnitt-1"
38964
38965 \end_inset
38966
38967 .
38968 \end_layout
38969
38970 \begin_layout Standard
38971 Der \SpecialChar LaTeX
38972 -Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
38973  wird benutzt.
38974  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
38975  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
38976  Unterdokumente, die per 
38977 \family sans
38978 Include
38979 \family default
38980  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
38981  und enden mit einem Seitenumbruch.
38982 \end_layout
38983
38984 \begin_layout Standard
38985 \begin_inset Note Greyedout
38986 status open
38987
38988 \begin_layout Plain Layout
38989
38990 \series bold
38991 Bemerkung:
38992 \series default
38993  Wenn Sie eine \SpecialChar LyX
38994 - oder \SpecialChar LaTeX
38995 -Datei eingebunden haben, werden Sie beim Export oder
38996  der Druckvorschau gewarnt, wenn das Unterdokument eine andere Dokumentklasse
38997  als das Hauptdokument benutzt, weil das zu unvorhersehbaren Ergebnissen
38998  führen wird.
38999 \end_layout
39000
39001 \end_inset
39002
39003
39004 \end_layout
39005
39006 \begin_layout Description
39007 Input Diese Methode ist 
39008 \family sans
39009 Include
39010 \family default
39011  sehr ähnlich mit folgenden Unterschieden:
39012 \begin_inset Separator parbreak
39013 \end_inset
39014
39015
39016 \end_layout
39017
39018 \begin_deeper
39019 \begin_layout Itemize
39020 Unterdokumente, die per 
39021 \family sans
39022 Input
39023 \family default
39024  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
39025  Seite und enden NICHT mit einem Seitenumbruch.
39026 \end_layout
39027
39028 \begin_layout Itemize
39029 Unterdokumente, die per 
39030 \family sans
39031 Input
39032 \family default
39033  eingebunden werden, können in \SpecialChar LyX
39034  angesehen werden, wenn im Dialogfenster
39035 \family sans
39036  Unterdokument Vorschau
39037 \begin_inset space ~
39038 \end_inset
39039
39040 anzeigen
39041 \family default
39042  angekreuzt wurde und in den \SpecialChar LyX
39043 -Einstellungen unter
39044 \family sans
39045  Aussehen
39046 \begin_inset space ~
39047 \end_inset
39048
39049 &
39050 \begin_inset space ~
39051 \end_inset
39052
39053 Handhabung\SpecialChar menuseparator
39054 Grafik\SpecialChar menuseparator
39055 Sofortige
39056 \begin_inset space ~
39057 \end_inset
39058
39059 Vorschau
39060 \family default
39061  auf 
39062 \family sans
39063 An
39064 \family default
39065  gesetzt wurde.
39066  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
39067  aus.
39068 \end_layout
39069
39070 \begin_layout Itemize
39071 Unterdokumente, die per 
39072 \family sans
39073 Input
39074 \family default
39075  eingebunden werden, können nicht über das Menü 
39076 \family sans
39077 Dokument\SpecialChar menuseparator
39078 Einstellungen\SpecialChar menuseparator
39079 Unterdokumente
39080 \family default
39081  unterdrückt werden.
39082 \end_layout
39083
39084 \end_deeper
39085 \begin_layout Standard
39086 Hier ist ein Unterdokument, das mit
39087 \family sans
39088  Input
39089 \family default
39090  eingebunden wurde: 
39091 \begin_inset CommandInset include
39092 LatexCommand input
39093 filename "DummyDocument2.lyx"
39094
39095 \end_inset
39096
39097 .
39098 \end_layout
39099
39100 \begin_layout Description
39101 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
39102   In der Druckvorschau wird für den Text der Stil 
39103 \family typewriter
39104 Schreibmaschine
39105 \family default
39106  verwendet.
39107  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
39108  Wenn Sie im Dialogfenster
39109 \family sans
39110  Unterdokument Leerzeichen
39111 \begin_inset space ~
39112 \end_inset
39113
39114 bei
39115 \begin_inset space ~
39116 \end_inset
39117
39118 der
39119 \begin_inset space ~
39120 \end_inset
39121
39122 Ausgabe
39123 \begin_inset space ~
39124 \end_inset
39125
39126 kennzeichnen 
39127 \family default
39128 ankreuzen, wird in der Druckvorschau das Zeichen 
39129 \begin_inset Quotes gld
39130 \end_inset
39131
39132
39133 \begin_inset ERT
39134 status collapsed
39135
39136 \begin_layout Plain Layout
39137
39138
39139 \backslash
39140 textvisiblespace 
39141 \end_layout
39142
39143 \end_inset
39144
39145
39146 \begin_inset Quotes grd
39147 \end_inset
39148
39149  für jedes Leerzeichen eingefügt.
39150 \begin_inset Newline newline
39151 \end_inset
39152
39153 Im Gegensatz zu 
39154 \family sans
39155 Einfügen\SpecialChar menuseparator
39156 Datei\SpecialChar menuseparator
39157 Einfacher
39158 \begin_inset space ~
39159 \end_inset
39160
39161 Text
39162 \family default
39163  wird bei 
39164 \family sans
39165 Unformatiert
39166 \family default
39167  der Dateiinhalt in \SpecialChar LyX
39168  nicht dargestellt.
39169 \end_layout
39170
39171 \begin_layout Standard
39172 Hier ist ein Unterdokument, das mit
39173 \family sans
39174  Unformatiert
39175 \family default
39176  eingebunden wurde: 
39177 \begin_inset CommandInset include
39178 LatexCommand verbatiminput
39179 filename "DummyTextDocument.txt"
39180
39181 \end_inset
39182
39183
39184 \begin_inset VSpace bigskip
39185 \end_inset
39186
39187 Hier ist ein Unterdokument, das mit
39188 \family sans
39189  Unformatiert
39190 \family default
39191  eingebunden wurde und
39192 \family sans
39193  Leerzeichen
39194 \begin_inset space ~
39195 \end_inset
39196
39197 bei
39198 \begin_inset space ~
39199 \end_inset
39200
39201 der
39202 \begin_inset space ~
39203 \end_inset
39204
39205 Ausgabe
39206 \begin_inset space ~
39207 \end_inset
39208
39209 kennzeichnen
39210 \family default
39211  angekreuzt hat: 
39212 \begin_inset CommandInset include
39213 LatexCommand verbatiminput*
39214 filename "DummyTextDocument.txt"
39215
39216 \end_inset
39217
39218
39219 \end_layout
39220
39221 \begin_layout Standard
39222 \begin_inset VSpace bigskip
39223 \end_inset
39224
39225
39226 \end_layout
39227
39228 \begin_layout Standard
39229 \begin_inset Note Greyedout
39230 status open
39231
39232 \begin_layout Plain Layout
39233
39234 \series bold
39235 Bemerkung:
39236 \series default
39237  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
39238  
39239 \family sans
39240 Unformatiert
39241 \family default
39242  eingebunden werden, am Zeilenende nicht umgebrochen.
39243 \end_layout
39244
39245 \end_inset
39246
39247
39248 \end_layout
39249
39250 \begin_layout Description
39251 Listing Dieser Typ wird in Kapitel
39252 \begin_inset space ~
39253 \end_inset
39254
39255
39256 \begin_inset CommandInset ref
39257 LatexCommand ref
39258 reference "kap:Programm-Code-Listen"
39259
39260 \end_inset
39261
39262  beschrieben.
39263 \end_layout
39264
39265 \begin_layout Standard
39266 \begin_inset Note Greyedout
39267 status open
39268
39269 \begin_layout Plain Layout
39270
39271 \series bold
39272 Bemerkung:
39273 \series default
39274  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
39275  das zu \SpecialChar LaTeX
39276 -Problemen führen.
39277 \end_layout
39278
39279 \end_inset
39280
39281
39282 \end_layout
39283
39284 \begin_layout Standard
39285 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
39286  wollen, z.
39287 \begin_inset space \thinspace{}
39288 \end_inset
39289
39290 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
39291  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
39292  Dies geschieht über das Menü 
39293 \family sans
39294 Dokument\SpecialChar menuseparator
39295 Einstellungen\SpecialChar menuseparator
39296 Unterdokumente
39297 \family default
39298 .
39299  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
39300  in die Spalte 
39301 \family sans
39302 In Ausgabe einbinden
39303 \family default
39304  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
39305  für Unterdokumente möglich ist, die per 
39306 \family sans
39307 Input
39308 \family default
39309  eingebunden wurden).
39310  Wenn die Option 
39311 \family sans
39312 Zähler und Querverweise wahren
39313 \family default
39314  aktiviert ist, sorgt \SpecialChar LyX
39315  dafür, dass alle Seitennummern, Querverweise usw.
39316 \begin_inset space ~
39317 \end_inset
39318
39319 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
39320  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
39321  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
39322  Dazu muss \SpecialChar LyX
39323  intern allerdings das gesamte Dokument prozessieren.
39324  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
39325  sind, wählen sie die Option nicht.
39326 \end_layout
39327
39328 \begin_layout Standard
39329 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
39330 \begin_inset Foot
39331 status collapsed
39332
39333 \begin_layout Plain Layout
39334 Zweige sind im Kapitel 
39335 \emph on
39336 Zweige
39337 \emph default
39338  des \SpecialChar LyX
39339
39340 \emph on
39341 -Benutzerhandbuchs
39342 \emph default
39343  erklärt.
39344 \end_layout
39345
39346 \end_inset
39347
39348  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
39349  Dateien in der Ausgabe erscheinen.
39350  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
39351  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
39352  werden.
39353 \end_layout
39354
39355 \begin_layout Chapter
39356 Programm-Code-Listen
39357 \begin_inset CommandInset label
39358 LatexCommand label
39359 name "kap:Programm-Code-Listen"
39360
39361 \end_inset
39362
39363
39364 \begin_inset Index idx
39365 status collapsed
39366
39367 \begin_layout Plain Layout
39368 Listen
39369 \end_layout
39370
39371 \end_inset
39372
39373
39374 \begin_inset Index idx
39375 status collapsed
39376
39377 \begin_layout Plain Layout
39378 Programm-Code
39379 \end_layout
39380
39381 \end_inset
39382
39383
39384 \end_layout
39385
39386 \begin_layout Standard
39387 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
39388 \family sans
39389 Einfügen\SpecialChar menuseparator
39390 Pro\SpecialChar softhyphen
39391 grammlisting
39392 \family default
39393  verwenden.
39394  Das \SpecialChar LaTeX
39395 -Paket 
39396 \series bold
39397 listings
39398 \series default
39399
39400 \begin_inset Index idx
39401 status collapsed
39402
39403 \begin_layout Plain Layout
39404 \SpecialChar LaTeX
39405 -Pakete ! listings
39406 \end_layout
39407
39408 \end_inset
39409
39410  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
39411 \end_layout
39412
39413 \begin_layout Standard
39414 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
39415 rmat der Programm-Code-Liste festlegen.
39416 \end_layout
39417
39418 \begin_layout Standard
39419 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
39420  Die Platzierungsoption 
39421 \family sans
39422 Eingebettetes
39423 \begin_inset space ~
39424 \end_inset
39425
39426 Listing
39427 \family default
39428  druckt das Listing in der Zeile wie hier: 
39429 \begin_inset listings
39430 lstparams "language={C++}"
39431 inline true
39432 status open
39433
39434 \begin_layout Plain Layout
39435
39436 int a=5;
39437 \end_layout
39438
39439 \end_inset
39440
39441
39442 \begin_inset Newline newline
39443 \end_inset
39444
39445 Die Option 
39446 \family sans
39447 Gleitobjekt
39448 \family default
39449  erzeugt ein Listing-Gleitobjekt, dessen 
39450 \family sans
39451 Platzierung 
39452 \family default
39453 Sie mit 
39454 \family sans
39455 h
39456 \family default
39457
39458 \family sans
39459 t
39460 \family default
39461
39462 \family sans
39463 b
39464 \family default
39465  und 
39466 \family sans
39467 p
39468 \family default
39469 , analog zu den in Abschnitt
39470 \begin_inset space ~
39471 \end_inset
39472
39473
39474 \begin_inset CommandInset ref
39475 LatexCommand ref
39476 reference "abs:Gleitobjekt-Platzierung"
39477
39478 \end_inset
39479
39480  beschriebenen Platzierungsoptionen festlegen können.
39481  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
39482  hintereinander angegeben, z.
39483 \begin_inset space \thinspace{}
39484 \end_inset
39485
39486 B.
39487  
39488 \begin_inset Quotes gld
39489 \end_inset
39490
39491
39492 \family sans
39493 htbp
39494 \family default
39495
39496 \begin_inset Quotes grd
39497 \end_inset
39498
39499 .
39500  Die Option 
39501 \begin_inset Quotes gld
39502 \end_inset
39503
39504 h
39505 \begin_inset Quotes grd
39506 \end_inset
39507
39508  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
39509  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
39510 \end_layout
39511
39512 \begin_layout Standard
39513 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
39514  zu verweisen: Listing
39515 \begin_inset space ~
39516 \end_inset
39517
39518
39519 \begin_inset CommandInset ref
39520 LatexCommand ref
39521 reference "lst:Gleitendes-Programm-Listing"
39522
39523 \end_inset
39524
39525 .
39526  Mit dem Menü 
39527 \family sans
39528 Einfügen\SpecialChar menuseparator
39529 Liste
39530 \begin_inset space ~
39531 \end_inset
39532
39533 /
39534 \begin_inset space ~
39535 \end_inset
39536
39537 Inhaltsverzeichnis\SpecialChar menuseparator
39538 Listings Verzeichnis
39539 \family default
39540  kann ein Verzeichnis aller Listings eingefügt werden.
39541  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
39542 \end_layout
39543
39544 \begin_layout Standard
39545 \begin_inset listings
39546 lstparams "language=Python"
39547 inline false
39548 status open
39549
39550 \begin_layout Plain Layout
39551
39552 \begin_inset Caption Standard
39553
39554 \begin_layout Plain Layout
39555 \begin_inset CommandInset label
39556 LatexCommand label
39557 name "lst:Gleitendes-Programm-Listing"
39558
39559 \end_inset
39560
39561 Gleitendes Programm-Listing
39562 \end_layout
39563
39564 \end_inset
39565
39566 # Gleitendes Programm-Listing
39567 \end_layout
39568
39569 \begin_layout Plain Layout
39570
39571 def func(param):
39572 \end_layout
39573
39574 \begin_layout Plain Layout
39575
39576     'Dies ist eine Python-Funktion'
39577 \end_layout
39578
39579 \begin_layout Plain Layout
39580
39581     pass
39582 \end_layout
39583
39584 \end_inset
39585
39586
39587 \end_layout
39588
39589 \begin_layout Standard
39590 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
39591  der Sprache erkannt und besonders gedruckt, wie 
39592 \emph on
39593 #
39594 \emph default
39595
39596 \emph on
39597 def
39598 \emph default
39599  und 
39600 \emph on
39601 pass
39602 \emph default
39603  in Listing
39604 \begin_inset space ~
39605 \end_inset
39606
39607
39608 \begin_inset CommandInset ref
39609 LatexCommand ref
39610 reference "lst:Gleitendes-Programm-Listing"
39611
39612 \end_inset
39613
39614 .
39615 \end_layout
39616
39617 \begin_layout Standard
39618 \begin_inset Note Greyedout
39619 status open
39620
39621 \begin_layout Plain Layout
39622
39623 \series bold
39624 Bemerkung:
39625 \series default
39626  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
39627 \family typewriter
39628 Schreib\SpecialChar softhyphen
39629 maschine
39630 \family default
39631  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
39632 h keine fett gedruckten Buchstaben.
39633  Wählen Sie in diesem Fall eine andere Schrift im Menü 
39634 \family sans
39635 Dokument\SpecialChar menuseparator
39636 Einstellungen\SpecialChar menuseparator
39637 Schriften
39638 \family default
39639 .
39640  (Die Schriften 
39641 \emph on
39642 LuxiMono, BeraMono
39643 \emph default
39644  und 
39645 \emph on
39646 Courier
39647 \emph default
39648  enthalten fett gedruckte Buchstaben.)
39649 \end_layout
39650
39651 \end_inset
39652
39653
39654 \end_layout
39655
39656 \begin_layout Standard
39657 Im Abschnitt 
39658 \family sans
39659 Zeilennummerierung
39660 \family default
39661  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
39662 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
39663  jede wievielte Zeile nummeriert werden soll und die 
39664 \family sans
39665 Schriftgröße
39666 \family default
39667  der Nummerierung.
39668 \end_layout
39669
39670 \begin_layout Standard
39671 Im Abschnitt 
39672 \family sans
39673 Bereich
39674 \family default
39675  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
39676  Im Abschnitt 
39677 \family sans
39678 Stil
39679 \family default
39680  legen Sie fest, wie die Liste ausgedruckt werden soll.
39681  Die Option 
39682 \family sans
39683 Erweiterte
39684 \begin_inset space ~
39685 \end_inset
39686
39687 Zeichentabelle
39688 \family default
39689  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
39690 \end_layout
39691
39692 \begin_layout Standard
39693 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
39694 \begin_inset Quotes gld
39695 \end_inset
39696
39697 3
39698 \begin_inset Quotes grd
39699 \end_inset
39700
39701 , Sprache 
39702 \begin_inset Quotes gld
39703 \end_inset
39704
39705 Python
39706 \begin_inset Quotes grd
39707 \end_inset
39708
39709 , Optionen 
39710 \begin_inset Quotes gld
39711 \end_inset
39712
39713 Erweiterte Zeichentabelle
39714 \begin_inset Quotes grd
39715 \end_inset
39716
39717  und 
39718 \begin_inset Quotes gld
39719 \end_inset
39720
39721 Leerzeichen als Symbol
39722 \begin_inset Quotes grd
39723 \end_inset
39724
39725  und Bereich Zeilen 3
39726 \begin_inset space \thinspace{}
39727 \end_inset
39728
39729 -
39730 \begin_inset space \thinspace{}
39731 \end_inset
39732
39733 8:
39734 \end_layout
39735
39736 \begin_layout Standard
39737 \begin_inset listings
39738 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
39739 inline false
39740 status open
39741
39742 \begin_layout Plain Layout
39743
39744 def func(param):
39745 \end_layout
39746
39747 \begin_layout Plain Layout
39748
39749     'Dies ist eine Python-Funktion'
39750 \end_layout
39751
39752 \begin_layout Plain Layout
39753
39754     pass
39755 \end_layout
39756
39757 \begin_layout Plain Layout
39758
39759 def func(param):
39760 \end_layout
39761
39762 \begin_layout Plain Layout
39763
39764 'Sonderzeichen: Tschüß'
39765 \end_layout
39766
39767 \begin_layout Plain Layout
39768
39769 pass
39770 \end_layout
39771
39772 \begin_layout Plain Layout
39773
39774 def func(param):
39775 \end_layout
39776
39777 \begin_layout Plain Layout
39778
39779 'Dies ist eine Python-Funktion'
39780 \end_layout
39781
39782 \begin_layout Plain Layout
39783
39784 pass
39785 \end_layout
39786
39787 \end_inset
39788
39789
39790 \end_layout
39791
39792 \begin_layout Standard
39793 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
39794 \family sans
39795 Tabulatorgröße
39796 \family default
39797  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
39798 \end_layout
39799
39800 \begin_layout Standard
39801 \noindent
39802 \begin_inset Note Greyedout
39803 status open
39804
39805 \begin_layout Plain Layout
39806
39807 \series bold
39808 Bemerkung:
39809 \series default
39810  Wegen eines Fehlers im 
39811 \series bold
39812 listings
39813 \series default
39814 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
39815  verschoben.
39816  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
39817  Listing nummeriert werden.
39818 \end_layout
39819
39820 \end_inset
39821
39822
39823 \end_layout
39824
39825 \begin_layout Standard
39826 \begin_inset VSpace bigskip
39827 \end_inset
39828
39829
39830 \end_layout
39831
39832 \begin_layout Standard
39833 \noindent
39834 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
39835  Das machen Sie mit
39836 \family sans
39837  Einfügen\SpecialChar menuseparator
39838 Datei\SpecialChar menuseparator
39839 Unterdokument
39840 \family default
39841  und der 
39842 \family sans
39843 Art
39844 \begin_inset space ~
39845 \end_inset
39846
39847 der
39848 \begin_inset space ~
39849 \end_inset
39850
39851 Einbindung
39852 \family default
39853  
39854 \family sans
39855 Listing
39856 \family default
39857 .
39858 \begin_inset Foot
39859 status collapsed
39860
39861 \begin_layout Plain Layout
39862 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
39863 \begin_inset space ~
39864 \end_inset
39865
39866
39867 \begin_inset CommandInset ref
39868 LatexCommand ref
39869 reference "abs:Unterdokumente"
39870
39871 \end_inset
39872
39873  beschrieben.
39874 \end_layout
39875
39876 \end_inset
39877
39878  Im Dialogfenster
39879 \family sans
39880  Unterdokument
39881 \family default
39882  können Sie die Listing-Parameter unter 
39883 \family sans
39884 Weitere
39885 \begin_inset space ~
39886 \end_inset
39887
39888 Parameter
39889 \family default
39890  eingeben.
39891  Wenn Sie dort ein Fragezeichen 
39892 \begin_inset Quotes gld
39893 \end_inset
39894
39895 ?
39896 \begin_inset Quotes grd
39897 \end_inset
39898
39899  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
39900 det.
39901 \end_layout
39902
39903 \begin_layout Standard
39904 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
39905  Text ins Feld 
39906 \family sans
39907 Marke
39908 \family default
39909 , auf die dann wie üblich verwiesen werden kann.
39910 \end_layout
39911
39912 \begin_layout Standard
39913 Listing
39914 \begin_inset space ~
39915 \end_inset
39916
39917
39918 \begin_inset CommandInset ref
39919 LatexCommand ref
39920 reference "lst:Datei-Listing"
39921
39922 \end_inset
39923
39924  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
39925 \begin_inset space \thinspace{}
39926 \end_inset
39927
39928 -
39929 \begin_inset space \thinspace{}
39930 \end_inset
39931
39932 15 gedruckt werden.
39933 \end_layout
39934
39935 \begin_layout Standard
39936 \begin_inset CommandInset include
39937 LatexCommand lstinputlisting
39938 filename "EmbeddedObjects.lyx"
39939 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
39940
39941 \end_inset
39942
39943
39944 \end_layout
39945
39946 \begin_layout Standard
39947 \begin_inset VSpace bigskip
39948 \end_inset
39949
39950
39951 \end_layout
39952
39953 \begin_layout Standard
39954 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
39955 \end_layout
39956
39957 \begin_layout Enumerate
39958 Öffnen Sie die Listings-Einstellungen und fügen
39959 \begin_inset Newline newline
39960 \end_inset
39961
39962
39963 \family sans
39964 mathescape=true
39965 \family default
39966
39967 \begin_inset Newline newline
39968 \end_inset
39969
39970 in das Feld des Tabs 
39971 \family sans
39972 Erweitert
39973 \family default
39974  ein
39975 \end_layout
39976
39977 \begin_layout Enumerate
39978 Erstellen Sie eine Formel außerhalb des Listings
39979 \end_layout
39980
39981 \begin_layout Enumerate
39982 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
39983 blage (Tastenkürzel 
39984 \family sans
39985 Ctrl+C
39986 \family default
39987 )
39988 \end_layout
39989
39990 \begin_layout Enumerate
39991 Schreiben sie 
39992 \begin_inset Quotes gld
39993 \end_inset
39994
39995
39996 \family sans
39997 $$
39998 \family default
39999
40000 \begin_inset Quotes grd
40001 \end_inset
40002
40003  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
40004 hen (Tastenkürzel 
40005 \family sans
40006 Ctrl+V
40007 \family default
40008 )
40009 \end_layout
40010
40011 \begin_layout Standard
40012 \begin_inset listings
40013 lstparams "language=Python,mathescape=true"
40014 inline false
40015 status open
40016
40017 \begin_layout Plain Layout
40018
40019 \begin_inset Caption Standard
40020
40021 \begin_layout Plain Layout
40022 Programm-Listing mit einer Formel
40023 \end_layout
40024
40025 \end_inset
40026
40027 # Beispiel-Programm-Listing
40028 \end_layout
40029
40030 \begin_layout Plain Layout
40031
40032 def func(param):
40033 \end_layout
40034
40035 \begin_layout Plain Layout
40036
40037     # $
40038 \backslash
40039 prod_{n=1}^{
40040 \backslash
40041 infty}
40042 \backslash
40043 ,
40044 \backslash
40045 frac{1}{x^{2}}$
40046 \end_layout
40047
40048 \begin_layout Plain Layout
40049
40050     pass
40051 \end_layout
40052
40053 \end_inset
40054
40055
40056 \end_layout
40057
40058 \begin_layout Standard
40059 \begin_inset VSpace bigskip
40060 \end_inset
40061
40062
40063 \end_layout
40064
40065 \begin_layout Standard
40066 \noindent
40067 Dokumentweite Listing-Eigenschaften können im Dialog 
40068 \family sans
40069 Dokument\SpecialChar menuseparator
40070 Einstellungen\SpecialChar menuseparator
40071 Listing
40072 \family default
40073  festgelegt werden.
40074  Dort bekommt man durch Eingabe eines Fragezeichens 
40075 \begin_inset Quotes gld
40076 \end_inset
40077
40078 ?
40079 \begin_inset Quotes grd
40080 \end_inset
40081
40082  eine Liste aller möglichen Parameter.
40083 \end_layout
40084
40085 \begin_layout Standard
40086 Weitere Informationen über das 
40087 \series bold
40088 listings
40089 \series default
40090 -Paket finden Sie in 
40091 \begin_inset CommandInset citation
40092 LatexCommand cite
40093 key "listings"
40094
40095 \end_inset
40096
40097 .
40098 \end_layout
40099
40100 \begin_layout Chapter
40101 \start_of_appendix
40102 In \SpecialChar LyX
40103  verfügbare Maßeinheiten
40104 \begin_inset CommandInset label
40105 LatexCommand label
40106 name "kap:In-LyX-verfügbare"
40107
40108 \end_inset
40109
40110
40111 \begin_inset Index idx
40112 status collapsed
40113
40114 \begin_layout Plain Layout
40115 Einheiten
40116 \end_layout
40117
40118 \end_inset
40119
40120
40121 \end_layout
40122
40123 \begin_layout Standard
40124 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
40125  Tabelle
40126 \begin_inset space ~
40127 \end_inset
40128
40129
40130 \begin_inset CommandInset ref
40131 LatexCommand ref
40132 reference "tab:Maßeinheiten"
40133
40134 \end_inset
40135
40136  alle in \SpecialChar LyX
40137  verfügbaren Maßeinheiten.
40138 \end_layout
40139
40140 \begin_layout Standard
40141 \begin_inset Float table
40142 placement h
40143 wide false
40144 sideways false
40145 status open
40146
40147 \begin_layout Plain Layout
40148 \begin_inset Caption Standard
40149
40150 \begin_layout Plain Layout
40151 \begin_inset CommandInset label
40152 LatexCommand label
40153 name "tab:Maßeinheiten"
40154
40155 \end_inset
40156
40157 Maßeinheiten
40158 \end_layout
40159
40160 \end_inset
40161
40162
40163 \end_layout
40164
40165 \begin_layout Plain Layout
40166 \begin_inset VSpace medskip
40167 \end_inset
40168
40169
40170 \end_layout
40171
40172 \begin_layout Plain Layout
40173 \align center
40174 \begin_inset Tabular
40175 <lyxtabular version="3" rows="20" columns="3">
40176 <features tabularvalignment="middle">
40177 <column alignment="center" valignment="top">
40178 <column alignment="center" valignment="top">
40179 <column alignment="center" valignment="top">
40180 <row>
40181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40182 \begin_inset Text
40183
40184 \begin_layout Plain Layout
40185 Maßeinheit
40186 \end_layout
40187
40188 \end_inset
40189 </cell>
40190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40191 \begin_inset Text
40192
40193 \begin_layout Plain Layout
40194 Name/Beschreibung
40195 \end_layout
40196
40197 \end_inset
40198 </cell>
40199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40200 \begin_inset Text
40201
40202 \begin_layout Plain Layout
40203 \SpecialChar LaTeX
40204 -Befehl
40205 \end_layout
40206
40207 \end_inset
40208 </cell>
40209 </row>
40210 <row>
40211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40212 \begin_inset Text
40213
40214 \begin_layout Plain Layout
40215 mm
40216 \end_layout
40217
40218 \end_inset
40219 </cell>
40220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40221 \begin_inset Text
40222
40223 \begin_layout Plain Layout
40224 Millimeter
40225 \end_layout
40226
40227 \end_inset
40228 </cell>
40229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40230 \begin_inset Text
40231
40232 \begin_layout Plain Layout
40233 -
40234 \end_layout
40235
40236 \end_inset
40237 </cell>
40238 </row>
40239 <row>
40240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40241 \begin_inset Text
40242
40243 \begin_layout Plain Layout
40244 cm
40245 \end_layout
40246
40247 \end_inset
40248 </cell>
40249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40250 \begin_inset Text
40251
40252 \begin_layout Plain Layout
40253 Zentimeter
40254 \end_layout
40255
40256 \end_inset
40257 </cell>
40258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40259 \begin_inset Text
40260
40261 \begin_layout Plain Layout
40262 -
40263 \end_layout
40264
40265 \end_inset
40266 </cell>
40267 </row>
40268 <row>
40269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40270 \begin_inset Text
40271
40272 \begin_layout Plain Layout
40273 in
40274 \end_layout
40275
40276 \end_inset
40277 </cell>
40278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40279 \begin_inset Text
40280
40281 \begin_layout Plain Layout
40282 Zoll (1
40283 \begin_inset space \thinspace{}
40284 \end_inset
40285
40286 in = 2.54
40287 \begin_inset space \thinspace{}
40288 \end_inset
40289
40290 cm
40291 \end_layout
40292
40293 \end_inset
40294 </cell>
40295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40296 \begin_inset Text
40297
40298 \begin_layout Plain Layout
40299 -
40300 \end_layout
40301
40302 \end_inset
40303 </cell>
40304 </row>
40305 <row>
40306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40307 \begin_inset Text
40308
40309 \begin_layout Plain Layout
40310 pt
40311 \end_layout
40312
40313 \end_inset
40314 </cell>
40315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40316 \begin_inset Text
40317
40318 \begin_layout Plain Layout
40319 Punkt (72.27
40320 \begin_inset space \thinspace{}
40321 \end_inset
40322
40323 pt = 1
40324 \begin_inset space \thinspace{}
40325 \end_inset
40326
40327 in)
40328 \end_layout
40329
40330 \end_inset
40331 </cell>
40332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40333 \begin_inset Text
40334
40335 \begin_layout Plain Layout
40336 -
40337 \end_layout
40338
40339 \end_inset
40340 </cell>
40341 </row>
40342 <row>
40343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40344 \begin_inset Text
40345
40346 \begin_layout Plain Layout
40347 pc
40348 \end_layout
40349
40350 \end_inset
40351 </cell>
40352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40353 \begin_inset Text
40354
40355 \begin_layout Plain Layout
40356 Pica (1
40357 \begin_inset space \thinspace{}
40358 \end_inset
40359
40360 pc = 12
40361 \begin_inset space \thinspace{}
40362 \end_inset
40363
40364 pt)
40365 \end_layout
40366
40367 \end_inset
40368 </cell>
40369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40370 \begin_inset Text
40371
40372 \begin_layout Plain Layout
40373 -
40374 \end_layout
40375
40376 \end_inset
40377 </cell>
40378 </row>
40379 <row>
40380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40381 \begin_inset Text
40382
40383 \begin_layout Plain Layout
40384 sp
40385 \end_layout
40386
40387 \end_inset
40388 </cell>
40389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40390 \begin_inset Text
40391
40392 \begin_layout Plain Layout
40393 skalierter Punkt (65536
40394 \begin_inset space \thinspace{}
40395 \end_inset
40396
40397 sp = 1
40398 \begin_inset space \thinspace{}
40399 \end_inset
40400
40401 pt)
40402 \end_layout
40403
40404 \end_inset
40405 </cell>
40406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40407 \begin_inset Text
40408
40409 \begin_layout Plain Layout
40410 -
40411 \end_layout
40412
40413 \end_inset
40414 </cell>
40415 </row>
40416 <row>
40417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40418 \begin_inset Text
40419
40420 \begin_layout Plain Layout
40421 bp
40422 \end_layout
40423
40424 \end_inset
40425 </cell>
40426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40427 \begin_inset Text
40428
40429 \begin_layout Plain Layout
40430 großer Punkt (72
40431 \begin_inset space \thinspace{}
40432 \end_inset
40433
40434 bp = 1
40435 \begin_inset space \thinspace{}
40436 \end_inset
40437
40438 in)
40439 \end_layout
40440
40441 \end_inset
40442 </cell>
40443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40444 \begin_inset Text
40445
40446 \begin_layout Plain Layout
40447 -
40448 \end_layout
40449
40450 \end_inset
40451 </cell>
40452 </row>
40453 <row>
40454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40455 \begin_inset Text
40456
40457 \begin_layout Plain Layout
40458 dd
40459 \end_layout
40460
40461 \end_inset
40462 </cell>
40463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40464 \begin_inset Text
40465
40466 \begin_layout Plain Layout
40467 Didot (1
40468 \begin_inset space \thinspace{}
40469 \end_inset
40470
40471 dd 
40472 \begin_inset Formula $\approx$
40473 \end_inset
40474
40475  0,376
40476 \begin_inset space \thinspace{}
40477 \end_inset
40478
40479 mm)
40480 \end_layout
40481
40482 \end_inset
40483 </cell>
40484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40485 \begin_inset Text
40486
40487 \begin_layout Plain Layout
40488 -
40489 \end_layout
40490
40491 \end_inset
40492 </cell>
40493 </row>
40494 <row>
40495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40496 \begin_inset Text
40497
40498 \begin_layout Plain Layout
40499 cc
40500 \end_layout
40501
40502 \end_inset
40503 </cell>
40504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40505 \begin_inset Text
40506
40507 \begin_layout Plain Layout
40508 Cicero (1
40509 \begin_inset space \thinspace{}
40510 \end_inset
40511
40512 cc = 12
40513 \begin_inset space \thinspace{}
40514 \end_inset
40515
40516 dd)
40517 \end_layout
40518
40519 \end_inset
40520 </cell>
40521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40522 \begin_inset Text
40523
40524 \begin_layout Plain Layout
40525 -
40526 \end_layout
40527
40528 \end_inset
40529 </cell>
40530 </row>
40531 <row>
40532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40533 \begin_inset Text
40534
40535 \begin_layout Plain Layout
40536 Skalierung %
40537 \end_layout
40538
40539 \end_inset
40540 </cell>
40541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40542 \begin_inset Text
40543
40544 \begin_layout Plain Layout
40545 % der originalen Bildbreite
40546 \end_layout
40547
40548 \end_inset
40549 </cell>
40550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40551 \begin_inset Text
40552
40553 \begin_layout Plain Layout
40554
40555 \end_layout
40556
40557 \end_inset
40558 </cell>
40559 </row>
40560 <row>
40561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40562 \begin_inset Text
40563
40564 \begin_layout Plain Layout
40565 Textbreite %
40566 \end_layout
40567
40568 \end_inset
40569 </cell>
40570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40571 \begin_inset Text
40572
40573 \begin_layout Plain Layout
40574 % der Textbreite
40575 \end_layout
40576
40577 \end_inset
40578 </cell>
40579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40580 \begin_inset Text
40581
40582 \begin_layout Plain Layout
40583
40584 \backslash
40585 textwidth
40586 \end_layout
40587
40588 \end_inset
40589 </cell>
40590 </row>
40591 <row>
40592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40593 \begin_inset Text
40594
40595 \begin_layout Plain Layout
40596 Spaltenbreite %
40597 \end_layout
40598
40599 \end_inset
40600 </cell>
40601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40602 \begin_inset Text
40603
40604 \begin_layout Plain Layout
40605 % der Spaltenbreite
40606 \end_layout
40607
40608 \end_inset
40609 </cell>
40610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40611 \begin_inset Text
40612
40613 \begin_layout Plain Layout
40614
40615 \backslash
40616 columnwidth
40617 \end_layout
40618
40619 \end_inset
40620 </cell>
40621 </row>
40622 <row>
40623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40624 \begin_inset Text
40625
40626 \begin_layout Plain Layout
40627 Seitenbreite %
40628 \end_layout
40629
40630 \end_inset
40631 </cell>
40632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40633 \begin_inset Text
40634
40635 \begin_layout Plain Layout
40636 % der Seitenbreite
40637 \end_layout
40638
40639 \end_inset
40640 </cell>
40641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40642 \begin_inset Text
40643
40644 \begin_layout Plain Layout
40645
40646 \backslash
40647 paperwidth
40648 \end_layout
40649
40650 \end_inset
40651 </cell>
40652 </row>
40653 <row>
40654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40655 \begin_inset Text
40656
40657 \begin_layout Plain Layout
40658 Zeilenbreite %
40659 \end_layout
40660
40661 \end_inset
40662 </cell>
40663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40664 \begin_inset Text
40665
40666 \begin_layout Plain Layout
40667 % der Zeilenbreite
40668 \end_layout
40669
40670 \end_inset
40671 </cell>
40672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40673 \begin_inset Text
40674
40675 \begin_layout Plain Layout
40676
40677 \backslash
40678 linewidth
40679 \end_layout
40680
40681 \end_inset
40682 </cell>
40683 </row>
40684 <row>
40685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40686 \begin_inset Text
40687
40688 \begin_layout Plain Layout
40689 Texthöhe %
40690 \end_layout
40691
40692 \end_inset
40693 </cell>
40694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40695 \begin_inset Text
40696
40697 \begin_layout Plain Layout
40698 % der Texthöhe
40699 \end_layout
40700
40701 \end_inset
40702 </cell>
40703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40704 \begin_inset Text
40705
40706 \begin_layout Plain Layout
40707
40708 \backslash
40709 textheight
40710 \end_layout
40711
40712 \end_inset
40713 </cell>
40714 </row>
40715 <row>
40716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40717 \begin_inset Text
40718
40719 \begin_layout Plain Layout
40720 Seitenhöhe %
40721 \end_layout
40722
40723 \end_inset
40724 </cell>
40725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40726 \begin_inset Text
40727
40728 \begin_layout Plain Layout
40729 % der Seitenhöhe
40730 \end_layout
40731
40732 \end_inset
40733 </cell>
40734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40735 \begin_inset Text
40736
40737 \begin_layout Plain Layout
40738
40739 \backslash
40740 paperheight
40741 \end_layout
40742
40743 \end_inset
40744 </cell>
40745 </row>
40746 <row>
40747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40748 \begin_inset Text
40749
40750 \begin_layout Plain Layout
40751 ex
40752 \end_layout
40753
40754 \end_inset
40755 </cell>
40756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40757 \begin_inset Text
40758
40759 \begin_layout Plain Layout
40760 Die Höhe des Buchstabens 
40761 \emph on
40762 x
40763 \emph default
40764  im aktiven Zeichensatz
40765 \end_layout
40766
40767 \end_inset
40768 </cell>
40769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40770 \begin_inset Text
40771
40772 \begin_layout Plain Layout
40773 -
40774 \end_layout
40775
40776 \end_inset
40777 </cell>
40778 </row>
40779 <row>
40780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40781 \begin_inset Text
40782
40783 \begin_layout Plain Layout
40784 em
40785 \end_layout
40786
40787 \end_inset
40788 </cell>
40789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40790 \begin_inset Text
40791
40792 \begin_layout Plain Layout
40793 Die Breite des Buchstabens 
40794 \emph on
40795 M
40796 \emph default
40797  im aktiven Zeichensatz
40798 \end_layout
40799
40800 \end_inset
40801 </cell>
40802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40803 \begin_inset Text
40804
40805 \begin_layout Plain Layout
40806 -
40807 \end_layout
40808
40809 \end_inset
40810 </cell>
40811 </row>
40812 <row>
40813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40814 \begin_inset Text
40815
40816 \begin_layout Plain Layout
40817 mu
40818 \end_layout
40819
40820 \end_inset
40821 </cell>
40822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40823 \begin_inset Text
40824
40825 \begin_layout Plain Layout
40826 mathematische Maßeinheit
40827 \series bold
40828  
40829 \series default
40830 (1
40831 \begin_inset space \thinspace{}
40832 \end_inset
40833
40834 mu = 1/18
40835 \begin_inset space \thinspace{}
40836 \end_inset
40837
40838 em)
40839 \end_layout
40840
40841 \end_inset
40842 </cell>
40843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40844 \begin_inset Text
40845
40846 \begin_layout Plain Layout
40847 -
40848 \end_layout
40849
40850 \end_inset
40851 </cell>
40852 </row>
40853 </lyxtabular>
40854
40855 \end_inset
40856
40857
40858 \end_layout
40859
40860 \end_inset
40861
40862
40863 \end_layout
40864
40865 \begin_layout Chapter
40866 Ausgabedatei-Formate mit Grafiken
40867 \begin_inset CommandInset label
40868 LatexCommand label
40869 name "kap:Ausgabedatei-Formate"
40870
40871 \end_inset
40872
40873
40874 \end_layout
40875
40876 \begin_layout Section
40877 DVI
40878 \begin_inset Index idx
40879 status collapsed
40880
40881 \begin_layout Plain Layout
40882 Dateiformat! DVI
40883 \end_layout
40884
40885 \end_inset
40886
40887
40888 \begin_inset Index idx
40889 status collapsed
40890
40891 \begin_layout Plain Layout
40892 DVI
40893 \end_layout
40894
40895 \end_inset
40896
40897
40898 \end_layout
40899
40900 \begin_layout Standard
40901 Dieser Dateityp hat die Erweiterung 
40902 \begin_inset Quotes gld
40903 \end_inset
40904
40905
40906 \family typewriter
40907 .dvi
40908 \family default
40909
40910 \begin_inset Quotes grd
40911 \end_inset
40912
40913  und wird 
40914 \begin_inset Quotes gld
40915 \end_inset
40916
40917 device independent
40918 \begin_inset Quotes grd
40919 \end_inset
40920
40921  genannt, weil er vollkommen portierbar ist.
40922  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
40923  dvi-Betrachter installiert hat.
40924  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
40925 ate wie PostScript benutzt.
40926 \end_layout
40927
40928 \begin_layout Standard
40929 \begin_inset Note Greyedout
40930 status open
40931
40932 \begin_layout Plain Layout
40933
40934 \series bold
40935 Bemerkung:
40936 \series default
40937  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
40938 \end_layout
40939
40940 \end_inset
40941
40942
40943 \end_layout
40944
40945 \begin_layout Standard
40946 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
40947  auf einen anderen Computer kopieren.
40948  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
40949  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
40950  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
40951 \family typewriter
40952  
40953 \family default
40954 blättern.
40955
40956 \family typewriter
40957  
40958 \family default
40959 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
40960  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
40961  
40962 \end_layout
40963
40964 \begin_layout Standard
40965 Sie können Ihr Dokument als DVI über das Menü 
40966 \family sans
40967 Datei\SpecialChar menuseparator
40968 Exportieren\SpecialChar menuseparator
40969 DVI
40970 \family default
40971  exportieren.
40972  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
40973 \family sans
40974 Ansicht
40975 \family default
40976  anschauen.
40977 \end_layout
40978
40979 \begin_layout Section
40980 PostScript
40981 \begin_inset Index idx
40982 status collapsed
40983
40984 \begin_layout Plain Layout
40985 Dateiformat  ! PostScript
40986 \end_layout
40987
40988 \end_inset
40989
40990
40991 \begin_inset Index idx
40992 status collapsed
40993
40994 \begin_layout Plain Layout
40995 PostScript
40996 \end_layout
40997
40998 \end_inset
40999
41000
41001 \end_layout
41002
41003 \begin_layout Standard
41004 Dieser Dateityp hat die Erweiterung 
41005 \begin_inset Quotes gld
41006 \end_inset
41007
41008
41009 \family typewriter
41010 .ps
41011 \family default
41012
41013 \begin_inset Quotes grd
41014 \end_inset
41015
41016 .
41017  PostScript wurde von der Firma
41018 \family typewriter
41019  Adobe
41020 \family default
41021  als Druckersprache entwickelt.
41022  Die Datei enthält deshalb Druckbefehle.
41023  PostScript kann als 
41024 \begin_inset Quotes gld
41025 \end_inset
41026
41027 Programmiersprache
41028 \begin_inset Quotes grd
41029 \end_inset
41030
41031  angesehen werden.
41032  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
41033 \begin_inset Foot
41034 status collapsed
41035
41036 \begin_layout Plain Layout
41037 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
41038  von
41039 \series bold
41040  PSTricks
41041 \series default
41042  
41043 \begin_inset CommandInset citation
41044 LatexCommand cite
41045 key "pstricks"
41046
41047 \end_inset
41048
41049  oder 
41050 \begin_inset CommandInset citation
41051 LatexCommand cite
41052 key "latex-praxisbuch"
41053
41054 \end_inset
41055
41056  ansehen.
41057 \end_layout
41058
41059 \end_inset
41060
41061 .
41062  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
41063 \end_layout
41064
41065 \begin_layout Standard
41066 PostScript kann nur Bilder im Format EPS
41067 \begin_inset Index idx
41068 status collapsed
41069
41070 \begin_layout Plain Layout
41071 EPS
41072 \end_layout
41073
41074 \end_inset
41075
41076  (Encapsulated PostScript, Datei-Er\SpecialChar softhyphen
41077 wei\SpecialChar softhyphen
41078 ter\SpecialChar softhyphen
41079 ung 
41080 \begin_inset Quotes gld
41081 \end_inset
41082
41083
41084 \family typewriter
41085 .eps
41086 \family default
41087
41088 \begin_inset Quotes grd
41089 \end_inset
41090
41091 ) enthalten.
41092  Weil \SpecialChar LyX
41093  die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
41094  intern nach EPS konvertieren.
41095  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
41096  verlangsamen.
41097  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
41098  konvertieren und direkt als EPS einfügen.
41099 \end_layout
41100
41101 \begin_layout Standard
41102 Sie können Ihr Dokument als PostScript über das Menü 
41103 \family sans
41104 Datei\SpecialChar menuseparator
41105 Exportieren\SpecialChar menuseparator
41106 Post\SpecialChar softhyphen
41107 Script
41108 \family default
41109  exportieren.
41110  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
41111 \family sans
41112 Ansicht
41113 \family default
41114  anschauen.
41115 \end_layout
41116
41117 \begin_layout Section
41118 PDF
41119 \begin_inset Index idx
41120 status collapsed
41121
41122 \begin_layout Plain Layout
41123 Dateiformat! PDF
41124 \end_layout
41125
41126 \end_inset
41127
41128
41129 \begin_inset Index idx
41130 status collapsed
41131
41132 \begin_layout Plain Layout
41133 PDF
41134 \end_layout
41135
41136 \end_inset
41137
41138
41139 \end_layout
41140
41141 \begin_layout Standard
41142 Dieser Dateityp hat die Erweiterung 
41143 \begin_inset Quotes gld
41144 \end_inset
41145
41146
41147 \family typewriter
41148 .pdf
41149 \family default
41150
41151 \begin_inset Quotes grd
41152 \end_inset
41153
41154 .
41155  Das
41156 \emph on
41157  
41158 \emph default
41159
41160 \begin_inset Quotes gld
41161 \end_inset
41162
41163 Portable Document Format
41164 \begin_inset Quotes grd
41165 \end_inset
41166
41167  (PDF) wurde auch von der Firma 
41168 \family typewriter
41169 Adobe
41170 \family default
41171  als Derivat von PostScript entwickelt.
41172  Es ist komprimierter und benutzt weniger Befehle als PostScript.
41173  Wie der Begriff 
41174 \begin_inset Quotes gld
41175 \end_inset
41176
41177 portable
41178 \begin_inset Quotes grd
41179 \end_inset
41180
41181  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
41182  werden, und der Ausdruck sieht immer gleich aus.
41183 \end_layout
41184
41185 \begin_layout Standard
41186 PDF kann Bilder im eigenen PDF-Format, im Format 
41187 \begin_inset Quotes gld
41188 \end_inset
41189
41190 Joint Photographic Experts Group
41191 \begin_inset Quotes grd
41192 \end_inset
41193
41194  (JPEG
41195 \begin_inset Index idx
41196 status collapsed
41197
41198 \begin_layout Plain Layout
41199 JPG, JPEG
41200 \end_layout
41201
41202 \end_inset
41203
41204 , Datei-Erweiterung 
41205 \begin_inset Quotes gld
41206 \end_inset
41207
41208
41209 \family typewriter
41210 .jpg
41211 \family default
41212
41213 \begin_inset Quotes grd
41214 \end_inset
41215
41216  oder 
41217 \begin_inset Quotes gld
41218 \end_inset
41219
41220
41221 \family typewriter
41222 .jpeg
41223 \family default
41224
41225 \begin_inset Quotes grd
41226 \end_inset
41227
41228 ) und im Format 
41229 \begin_inset Quotes gld
41230 \end_inset
41231
41232 Portable Network Graphics
41233 \begin_inset Quotes grd
41234 \end_inset
41235
41236  (PNG
41237 \begin_inset Index idx
41238 status collapsed
41239
41240 \begin_layout Plain Layout
41241 PNG
41242 \end_layout
41243
41244 \end_inset
41245
41246 , Datei-Erweiterung 
41247 \begin_inset Quotes gld
41248 \end_inset
41249
41250
41251 \family typewriter
41252 .png
41253 \family default
41254
41255 \begin_inset Quotes grd
41256 \end_inset
41257
41258 ) enthalten.
41259  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil \SpecialChar LyX
41260  es für Sie
41261  konvertieren wird.
41262  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
41263  wird, eines der drei erwähnten Bildformate zu benutzen.
41264 \end_layout
41265
41266 \begin_layout Standard
41267 PDF-Dateien können Sie über 
41268 \family sans
41269 Datei\SpecialChar menuseparator
41270 Exportieren
41271 \family default
41272  auf drei Arten erzeugen:
41273 \end_layout
41274
41275 \begin_layout Description
41276 PDF
41277 \begin_inset space ~
41278 \end_inset
41279
41280 (ps2pdf) benutzt das Programm
41281 \family typewriter
41282  ps2pdf
41283 \family default
41284 , das eine PDF-Datei aus einer Post\SpecialChar softhyphen
41285 Script®-Version Ihres Dokument erstellt.
41286  Die PostScript-Version wird mit dem Programm 
41287 \family typewriter
41288 dvips
41289 \family default
41290  aus einer DVI-Version erstellt.
41291  Es werden also drei Konvertierungen verwendet.
41292 \end_layout
41293
41294 \begin_layout Description
41295 PDF
41296 \begin_inset space ~
41297 \end_inset
41298
41299 (dvipdfm) benutzt das Programm 
41300 \family typewriter
41301 dvipdfm
41302 \family default
41303 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
41304  PDF konvertiert.
41305 \end_layout
41306
41307 \begin_layout Description
41308 PDF
41309 \begin_inset space ~
41310 \end_inset
41311
41312 (pdflatex) benutzt das Programm
41313 \family typewriter
41314  pdftex
41315 \family default
41316 , das Ihr Dokument direkt nach PDF konvertiert.
41317 \end_layout
41318
41319 \begin_layout Standard
41320
41321 \family sans
41322 PDF
41323 \begin_inset space ~
41324 \end_inset
41325
41326 (pdflatex)
41327 \family default
41328  wird empfohlen, weil
41329 \family typewriter
41330  pdftex
41331 \family default
41332  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
41333  ohne Probleme arbeitet.
41334  Das Programm 
41335 \family typewriter
41336 dvi\SpecialChar softhyphen
41337 pdfm
41338 \family default
41339  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
41340 \end_layout
41341
41342 \begin_layout Standard
41343 Sie können Ihr Dokument als PDF über das Menü 
41344 \family sans
41345 Datei\SpecialChar menuseparator
41346 Exportieren\SpecialChar menuseparator
41347 PDF
41348 \family default
41349  exportieren.
41350  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
41351 \family sans
41352 Ansicht
41353 \family default
41354  oder einen Werkzeugleistenknopf anschauen.
41355 \end_layout
41356
41357 \begin_layout Chapter
41358 Liste der dvips-Farbnamen
41359 \begin_inset CommandInset label
41360 LatexCommand label
41361 name "kap:Liste-der-dvips-Farbnamen"
41362
41363 \end_inset
41364
41365
41366 \end_layout
41367
41368 \begin_layout Standard
41369 \begin_inset Tabular
41370 <lyxtabular version="3" rows="17" columns="4">
41371 <features tabularvalignment="middle">
41372 <column alignment="left" valignment="top" width="0pt">
41373 <column alignment="left" valignment="top" width="0pt">
41374 <column alignment="left" valignment="top" width="0pt">
41375 <column alignment="left" valignment="top" width="0pt">
41376 <row>
41377 <cell alignment="left" valignment="top" usebox="none">
41378 \begin_inset Text
41379
41380 \begin_layout Plain Layout
41381 \begin_inset ERT
41382 status collapsed
41383
41384 \begin_layout Plain Layout
41385
41386
41387 \backslash
41388 fcolorbox{black}{
41389 \end_layout
41390
41391 \end_inset
41392
41393 white
41394 \begin_inset ERT
41395 status collapsed
41396
41397 \begin_layout Plain Layout
41398
41399 }{
41400 \end_layout
41401
41402 \end_inset
41403
41404 Farbe
41405 \begin_inset ERT
41406 status collapsed
41407
41408 \begin_layout Plain Layout
41409
41410 }
41411 \end_layout
41412
41413 \end_inset
41414
41415  Farbname
41416 \end_layout
41417
41418 \end_inset
41419 </cell>
41420 <cell alignment="left" valignment="top" usebox="none">
41421 \begin_inset Text
41422
41423 \begin_layout Plain Layout
41424 \begin_inset ERT
41425 status collapsed
41426
41427 \begin_layout Plain Layout
41428
41429
41430 \backslash
41431 fcolorbox{black}{
41432 \end_layout
41433
41434 \end_inset
41435
41436 white
41437 \begin_inset ERT
41438 status collapsed
41439
41440 \begin_layout Plain Layout
41441
41442 }{
41443 \end_layout
41444
41445 \end_inset
41446
41447 Farbe
41448 \begin_inset ERT
41449 status collapsed
41450
41451 \begin_layout Plain Layout
41452
41453 }
41454 \end_layout
41455
41456 \end_inset
41457
41458  Farbname
41459 \end_layout
41460
41461 \end_inset
41462 </cell>
41463 <cell alignment="left" valignment="top" usebox="none">
41464 \begin_inset Text
41465
41466 \begin_layout Plain Layout
41467 \begin_inset ERT
41468 status collapsed
41469
41470 \begin_layout Plain Layout
41471
41472
41473 \backslash
41474 fcolorbox{black}{
41475 \end_layout
41476
41477 \end_inset
41478
41479 white
41480 \begin_inset ERT
41481 status collapsed
41482
41483 \begin_layout Plain Layout
41484
41485 }{
41486 \end_layout
41487
41488 \end_inset
41489
41490 Farbe
41491 \begin_inset ERT
41492 status collapsed
41493
41494 \begin_layout Plain Layout
41495
41496 }
41497 \end_layout
41498
41499 \end_inset
41500
41501  Farbname
41502 \end_layout
41503
41504 \end_inset
41505 </cell>
41506 <cell alignment="left" valignment="top" usebox="none">
41507 \begin_inset Text
41508
41509 \begin_layout Plain Layout
41510 \begin_inset ERT
41511 status collapsed
41512
41513 \begin_layout Plain Layout
41514
41515
41516 \backslash
41517 fcolorbox{black}{
41518 \end_layout
41519
41520 \end_inset
41521
41522 white
41523 \begin_inset ERT
41524 status collapsed
41525
41526 \begin_layout Plain Layout
41527
41528 }{
41529 \end_layout
41530
41531 \end_inset
41532
41533 Farbe
41534 \begin_inset ERT
41535 status collapsed
41536
41537 \begin_layout Plain Layout
41538
41539 }
41540 \end_layout
41541
41542 \end_inset
41543
41544  Farbname
41545 \end_layout
41546
41547 \end_inset
41548 </cell>
41549 </row>
41550 <row>
41551 <cell alignment="center" valignment="top" usebox="none">
41552 \begin_inset Text
41553
41554 \begin_layout Plain Layout
41555 \begin_inset ERT
41556 status collapsed
41557
41558 \begin_layout Plain Layout
41559
41560
41561 \backslash
41562 fcolorbox{black}{
41563 \end_layout
41564
41565 \end_inset
41566
41567 Apricot
41568 \begin_inset ERT
41569 status collapsed
41570
41571 \begin_layout Plain Layout
41572
41573 }{
41574 \end_layout
41575
41576 \end_inset
41577
41578
41579 \begin_inset Phantom Phantom
41580 status open
41581
41582 \begin_layout Plain Layout
41583 W
41584 \end_layout
41585
41586 \end_inset
41587
41588
41589 \begin_inset ERT
41590 status collapsed
41591
41592 \begin_layout Plain Layout
41593
41594 }
41595 \end_layout
41596
41597 \end_inset
41598
41599  Apricot
41600 \end_layout
41601
41602 \end_inset
41603 </cell>
41604 <cell alignment="center" valignment="top" usebox="none">
41605 \begin_inset Text
41606
41607 \begin_layout Plain Layout
41608 \begin_inset ERT
41609 status collapsed
41610
41611 \begin_layout Plain Layout
41612
41613
41614 \backslash
41615 fcolorbox{black}{
41616 \end_layout
41617
41618 \end_inset
41619
41620 Aquamarine
41621 \begin_inset ERT
41622 status collapsed
41623
41624 \begin_layout Plain Layout
41625
41626 }{
41627 \end_layout
41628
41629 \end_inset
41630
41631
41632 \begin_inset Phantom Phantom
41633 status open
41634
41635 \begin_layout Plain Layout
41636 W
41637 \end_layout
41638
41639 \end_inset
41640
41641
41642 \begin_inset ERT
41643 status collapsed
41644
41645 \begin_layout Plain Layout
41646
41647 }
41648 \end_layout
41649
41650 \end_inset
41651
41652  Aquamarine
41653 \end_layout
41654
41655 \end_inset
41656 </cell>
41657 <cell alignment="center" valignment="top" usebox="none">
41658 \begin_inset Text
41659
41660 \begin_layout Plain Layout
41661 \begin_inset ERT
41662 status collapsed
41663
41664 \begin_layout Plain Layout
41665
41666
41667 \backslash
41668 fcolorbox{black}{
41669 \end_layout
41670
41671 \end_inset
41672
41673 Bittersweet
41674 \begin_inset ERT
41675 status collapsed
41676
41677 \begin_layout Plain Layout
41678
41679 }{
41680 \end_layout
41681
41682 \end_inset
41683
41684
41685 \begin_inset Phantom Phantom
41686 status open
41687
41688 \begin_layout Plain Layout
41689 W
41690 \end_layout
41691
41692 \end_inset
41693
41694
41695 \begin_inset ERT
41696 status collapsed
41697
41698 \begin_layout Plain Layout
41699
41700 }
41701 \end_layout
41702
41703 \end_inset
41704
41705  Bittersweet
41706 \end_layout
41707
41708 \end_inset
41709 </cell>
41710 <cell alignment="center" valignment="top" usebox="none">
41711 \begin_inset Text
41712
41713 \begin_layout Plain Layout
41714 \begin_inset ERT
41715 status collapsed
41716
41717 \begin_layout Plain Layout
41718
41719
41720 \backslash
41721 fcolorbox{black}{
41722 \end_layout
41723
41724 \end_inset
41725
41726 BlueGreen
41727 \begin_inset ERT
41728 status collapsed
41729
41730 \begin_layout Plain Layout
41731
41732 }{
41733 \end_layout
41734
41735 \end_inset
41736
41737
41738 \begin_inset Phantom Phantom
41739 status open
41740
41741 \begin_layout Plain Layout
41742 W
41743 \end_layout
41744
41745 \end_inset
41746
41747
41748 \begin_inset ERT
41749 status collapsed
41750
41751 \begin_layout Plain Layout
41752
41753 }
41754 \end_layout
41755
41756 \end_inset
41757
41758  BlueGreen
41759 \end_layout
41760
41761 \end_inset
41762 </cell>
41763 </row>
41764 <row>
41765 <cell alignment="left" valignment="top" usebox="none">
41766 \begin_inset Text
41767
41768 \begin_layout Plain Layout
41769 \begin_inset ERT
41770 status collapsed
41771
41772 \begin_layout Plain Layout
41773
41774
41775 \backslash
41776 fcolorbox{black}{
41777 \end_layout
41778
41779 \end_inset
41780
41781 BlueViolet
41782 \begin_inset ERT
41783 status collapsed
41784
41785 \begin_layout Plain Layout
41786
41787 }{
41788 \end_layout
41789
41790 \end_inset
41791
41792
41793 \begin_inset Phantom Phantom
41794 status open
41795
41796 \begin_layout Plain Layout
41797 W
41798 \end_layout
41799
41800 \end_inset
41801
41802
41803 \begin_inset ERT
41804 status collapsed
41805
41806 \begin_layout Plain Layout
41807
41808 }
41809 \end_layout
41810
41811 \end_inset
41812
41813  BlueViolet
41814 \end_layout
41815
41816 \end_inset
41817 </cell>
41818 <cell alignment="left" valignment="top" usebox="none">
41819 \begin_inset Text
41820
41821 \begin_layout Plain Layout
41822 \begin_inset ERT
41823 status collapsed
41824
41825 \begin_layout Plain Layout
41826
41827
41828 \backslash
41829 fcolorbox{black}{
41830 \end_layout
41831
41832 \end_inset
41833
41834 BrickRed
41835 \begin_inset ERT
41836 status collapsed
41837
41838 \begin_layout Plain Layout
41839
41840 }{
41841 \end_layout
41842
41843 \end_inset
41844
41845
41846 \begin_inset Phantom Phantom
41847 status open
41848
41849 \begin_layout Plain Layout
41850 W
41851 \end_layout
41852
41853 \end_inset
41854
41855
41856 \begin_inset ERT
41857 status collapsed
41858
41859 \begin_layout Plain Layout
41860
41861 }
41862 \end_layout
41863
41864 \end_inset
41865
41866  BrickRed
41867 \end_layout
41868
41869 \end_inset
41870 </cell>
41871 <cell alignment="left" valignment="top" usebox="none">
41872 \begin_inset Text
41873
41874 \begin_layout Plain Layout
41875 \begin_inset ERT
41876 status collapsed
41877
41878 \begin_layout Plain Layout
41879
41880
41881 \backslash
41882 fcolorbox{black}{
41883 \end_layout
41884
41885 \end_inset
41886
41887 Brown
41888 \begin_inset ERT
41889 status collapsed
41890
41891 \begin_layout Plain Layout
41892
41893 }{
41894 \end_layout
41895
41896 \end_inset
41897
41898
41899 \begin_inset Phantom Phantom
41900 status open
41901
41902 \begin_layout Plain Layout
41903 W
41904 \end_layout
41905
41906 \end_inset
41907
41908
41909 \begin_inset ERT
41910 status collapsed
41911
41912 \begin_layout Plain Layout
41913
41914 }
41915 \end_layout
41916
41917 \end_inset
41918
41919  Brown
41920 \end_layout
41921
41922 \end_inset
41923 </cell>
41924 <cell alignment="left" valignment="top" usebox="none">
41925 \begin_inset Text
41926
41927 \begin_layout Plain Layout
41928 \begin_inset ERT
41929 status collapsed
41930
41931 \begin_layout Plain Layout
41932
41933
41934 \backslash
41935 fcolorbox{black}{
41936 \end_layout
41937
41938 \end_inset
41939
41940 BurntOrange
41941 \begin_inset ERT
41942 status collapsed
41943
41944 \begin_layout Plain Layout
41945
41946 }{
41947 \end_layout
41948
41949 \end_inset
41950
41951
41952 \begin_inset Phantom Phantom
41953 status open
41954
41955 \begin_layout Plain Layout
41956 W
41957 \end_layout
41958
41959 \end_inset
41960
41961
41962 \begin_inset ERT
41963 status collapsed
41964
41965 \begin_layout Plain Layout
41966
41967 }
41968 \end_layout
41969
41970 \end_inset
41971
41972  BurntOrange
41973 \end_layout
41974
41975 \end_inset
41976 </cell>
41977 </row>
41978 <row>
41979 <cell alignment="left" valignment="top" usebox="none">
41980 \begin_inset Text
41981
41982 \begin_layout Plain Layout
41983 \begin_inset ERT
41984 status collapsed
41985
41986 \begin_layout Plain Layout
41987
41988
41989 \backslash
41990 fcolorbox{black}{
41991 \end_layout
41992
41993 \end_inset
41994
41995 CadetBlue
41996 \begin_inset ERT
41997 status collapsed
41998
41999 \begin_layout Plain Layout
42000
42001 }{
42002 \end_layout
42003
42004 \end_inset
42005
42006
42007 \begin_inset Phantom Phantom
42008 status open
42009
42010 \begin_layout Plain Layout
42011 W
42012 \end_layout
42013
42014 \end_inset
42015
42016
42017 \begin_inset ERT
42018 status collapsed
42019
42020 \begin_layout Plain Layout
42021
42022 }
42023 \end_layout
42024
42025 \end_inset
42026
42027  CadetBlue
42028 \end_layout
42029
42030 \end_inset
42031 </cell>
42032 <cell alignment="left" valignment="top" usebox="none">
42033 \begin_inset Text
42034
42035 \begin_layout Plain Layout
42036 \begin_inset ERT
42037 status collapsed
42038
42039 \begin_layout Plain Layout
42040
42041
42042 \backslash
42043 fcolorbox{black}{
42044 \end_layout
42045
42046 \end_inset
42047
42048 CarnationPink
42049 \begin_inset ERT
42050 status collapsed
42051
42052 \begin_layout Plain Layout
42053
42054 }{
42055 \end_layout
42056
42057 \end_inset
42058
42059
42060 \begin_inset Phantom Phantom
42061 status open
42062
42063 \begin_layout Plain Layout
42064 W
42065 \end_layout
42066
42067 \end_inset
42068
42069
42070 \begin_inset ERT
42071 status collapsed
42072
42073 \begin_layout Plain Layout
42074
42075 }
42076 \end_layout
42077
42078 \end_inset
42079
42080  CarnationPink
42081 \end_layout
42082
42083 \end_inset
42084 </cell>
42085 <cell alignment="left" valignment="top" usebox="none">
42086 \begin_inset Text
42087
42088 \begin_layout Plain Layout
42089 \begin_inset ERT
42090 status collapsed
42091
42092 \begin_layout Plain Layout
42093
42094
42095 \backslash
42096 fcolorbox{black}{
42097 \end_layout
42098
42099 \end_inset
42100
42101 Cerulean
42102 \begin_inset ERT
42103 status collapsed
42104
42105 \begin_layout Plain Layout
42106
42107 }{
42108 \end_layout
42109
42110 \end_inset
42111
42112
42113 \begin_inset Phantom Phantom
42114 status open
42115
42116 \begin_layout Plain Layout
42117 W
42118 \end_layout
42119
42120 \end_inset
42121
42122
42123 \begin_inset ERT
42124 status collapsed
42125
42126 \begin_layout Plain Layout
42127
42128 }
42129 \end_layout
42130
42131 \end_inset
42132
42133  Cerulean
42134 \end_layout
42135
42136 \end_inset
42137 </cell>
42138 <cell alignment="left" valignment="top" usebox="none">
42139 \begin_inset Text
42140
42141 \begin_layout Plain Layout
42142 \begin_inset ERT
42143 status collapsed
42144
42145 \begin_layout Plain Layout
42146
42147
42148 \backslash
42149 fcolorbox{black}{
42150 \end_layout
42151
42152 \end_inset
42153
42154 CornflowerBlue
42155 \begin_inset ERT
42156 status collapsed
42157
42158 \begin_layout Plain Layout
42159
42160 }{
42161 \end_layout
42162
42163 \end_inset
42164
42165
42166 \begin_inset Phantom Phantom
42167 status open
42168
42169 \begin_layout Plain Layout
42170 W
42171 \end_layout
42172
42173 \end_inset
42174
42175
42176 \begin_inset ERT
42177 status collapsed
42178
42179 \begin_layout Plain Layout
42180
42181 }
42182 \end_layout
42183
42184 \end_inset
42185
42186  CornflowerBlue
42187 \end_layout
42188
42189 \end_inset
42190 </cell>
42191 </row>
42192 <row>
42193 <cell alignment="left" valignment="top" usebox="none">
42194 \begin_inset Text
42195
42196 \begin_layout Plain Layout
42197 \begin_inset ERT
42198 status collapsed
42199
42200 \begin_layout Plain Layout
42201
42202
42203 \backslash
42204 fcolorbox{black}{
42205 \end_layout
42206
42207 \end_inset
42208
42209 Dandelion
42210 \begin_inset ERT
42211 status collapsed
42212
42213 \begin_layout Plain Layout
42214
42215 }{
42216 \end_layout
42217
42218 \end_inset
42219
42220
42221 \begin_inset Phantom Phantom
42222 status open
42223
42224 \begin_layout Plain Layout
42225 W
42226 \end_layout
42227
42228 \end_inset
42229
42230
42231 \begin_inset ERT
42232 status collapsed
42233
42234 \begin_layout Plain Layout
42235
42236 }
42237 \end_layout
42238
42239 \end_inset
42240
42241  Dandelion
42242 \end_layout
42243
42244 \end_inset
42245 </cell>
42246 <cell alignment="left" valignment="top" usebox="none">
42247 \begin_inset Text
42248
42249 \begin_layout Plain Layout
42250 \begin_inset ERT
42251 status collapsed
42252
42253 \begin_layout Plain Layout
42254
42255
42256 \backslash
42257 fcolorbox{black}{
42258 \end_layout
42259
42260 \end_inset
42261
42262 DarkOrchid
42263 \begin_inset ERT
42264 status collapsed
42265
42266 \begin_layout Plain Layout
42267
42268 }{
42269 \end_layout
42270
42271 \end_inset
42272
42273
42274 \begin_inset Phantom Phantom
42275 status open
42276
42277 \begin_layout Plain Layout
42278 W
42279 \end_layout
42280
42281 \end_inset
42282
42283
42284 \begin_inset ERT
42285 status collapsed
42286
42287 \begin_layout Plain Layout
42288
42289 }
42290 \end_layout
42291
42292 \end_inset
42293
42294  DarkOrchid
42295 \end_layout
42296
42297 \end_inset
42298 </cell>
42299 <cell alignment="left" valignment="top" usebox="none">
42300 \begin_inset Text
42301
42302 \begin_layout Plain Layout
42303 \begin_inset ERT
42304 status collapsed
42305
42306 \begin_layout Plain Layout
42307
42308
42309 \backslash
42310 fcolorbox{black}{
42311 \end_layout
42312
42313 \end_inset
42314
42315 Emerald
42316 \begin_inset ERT
42317 status collapsed
42318
42319 \begin_layout Plain Layout
42320
42321 }{
42322 \end_layout
42323
42324 \end_inset
42325
42326
42327 \begin_inset Phantom Phantom
42328 status open
42329
42330 \begin_layout Plain Layout
42331 W
42332 \end_layout
42333
42334 \end_inset
42335
42336
42337 \begin_inset ERT
42338 status collapsed
42339
42340 \begin_layout Plain Layout
42341
42342 }
42343 \end_layout
42344
42345 \end_inset
42346
42347  Emerald
42348 \end_layout
42349
42350 \end_inset
42351 </cell>
42352 <cell alignment="left" valignment="top" usebox="none">
42353 \begin_inset Text
42354
42355 \begin_layout Plain Layout
42356 \begin_inset ERT
42357 status collapsed
42358
42359 \begin_layout Plain Layout
42360
42361
42362 \backslash
42363 fcolorbox{black}{
42364 \end_layout
42365
42366 \end_inset
42367
42368 ForestGreen
42369 \begin_inset ERT
42370 status collapsed
42371
42372 \begin_layout Plain Layout
42373
42374 }{
42375 \end_layout
42376
42377 \end_inset
42378
42379
42380 \begin_inset Phantom Phantom
42381 status open
42382
42383 \begin_layout Plain Layout
42384 W
42385 \end_layout
42386
42387 \end_inset
42388
42389
42390 \begin_inset ERT
42391 status collapsed
42392
42393 \begin_layout Plain Layout
42394
42395 }
42396 \end_layout
42397
42398 \end_inset
42399
42400  ForestGreen
42401 \end_layout
42402
42403 \end_inset
42404 </cell>
42405 </row>
42406 <row>
42407 <cell alignment="left" valignment="top" usebox="none">
42408 \begin_inset Text
42409
42410 \begin_layout Plain Layout
42411 \begin_inset ERT
42412 status collapsed
42413
42414 \begin_layout Plain Layout
42415
42416
42417 \backslash
42418 fcolorbox{black}{
42419 \end_layout
42420
42421 \end_inset
42422
42423 Fuchsia
42424 \begin_inset ERT
42425 status collapsed
42426
42427 \begin_layout Plain Layout
42428
42429 }{
42430 \end_layout
42431
42432 \end_inset
42433
42434
42435 \begin_inset Phantom Phantom
42436 status open
42437
42438 \begin_layout Plain Layout
42439 W
42440 \end_layout
42441
42442 \end_inset
42443
42444
42445 \begin_inset ERT
42446 status collapsed
42447
42448 \begin_layout Plain Layout
42449
42450 }
42451 \end_layout
42452
42453 \end_inset
42454
42455  Fuchsia
42456 \end_layout
42457
42458 \end_inset
42459 </cell>
42460 <cell alignment="left" valignment="top" usebox="none">
42461 \begin_inset Text
42462
42463 \begin_layout Plain Layout
42464 \begin_inset ERT
42465 status collapsed
42466
42467 \begin_layout Plain Layout
42468
42469
42470 \backslash
42471 fcolorbox{black}{
42472 \end_layout
42473
42474 \end_inset
42475
42476 Goldenrod
42477 \begin_inset ERT
42478 status collapsed
42479
42480 \begin_layout Plain Layout
42481
42482 }{
42483 \end_layout
42484
42485 \end_inset
42486
42487
42488 \begin_inset Phantom Phantom
42489 status open
42490
42491 \begin_layout Plain Layout
42492 W
42493 \end_layout
42494
42495 \end_inset
42496
42497
42498 \begin_inset ERT
42499 status collapsed
42500
42501 \begin_layout Plain Layout
42502
42503 }
42504 \end_layout
42505
42506 \end_inset
42507
42508  Goldenrod
42509 \end_layout
42510
42511 \end_inset
42512 </cell>
42513 <cell alignment="left" valignment="top" usebox="none">
42514 \begin_inset Text
42515
42516 \begin_layout Plain Layout
42517 \begin_inset ERT
42518 status collapsed
42519
42520 \begin_layout Plain Layout
42521
42522
42523 \backslash
42524 fcolorbox{black}{
42525 \end_layout
42526
42527 \end_inset
42528
42529 Gray
42530 \begin_inset ERT
42531 status collapsed
42532
42533 \begin_layout Plain Layout
42534
42535 }{
42536 \end_layout
42537
42538 \end_inset
42539
42540
42541 \begin_inset Phantom Phantom
42542 status open
42543
42544 \begin_layout Plain Layout
42545 W
42546 \end_layout
42547
42548 \end_inset
42549
42550
42551 \begin_inset ERT
42552 status collapsed
42553
42554 \begin_layout Plain Layout
42555
42556 }
42557 \end_layout
42558
42559 \end_inset
42560
42561  Gray
42562 \end_layout
42563
42564 \end_inset
42565 </cell>
42566 <cell alignment="left" valignment="top" usebox="none">
42567 \begin_inset Text
42568
42569 \begin_layout Plain Layout
42570 \begin_inset ERT
42571 status collapsed
42572
42573 \begin_layout Plain Layout
42574
42575
42576 \backslash
42577 fcolorbox{black}{
42578 \end_layout
42579
42580 \end_inset
42581
42582 GreenYellow
42583 \begin_inset ERT
42584 status collapsed
42585
42586 \begin_layout Plain Layout
42587
42588 }{
42589 \end_layout
42590
42591 \end_inset
42592
42593
42594 \begin_inset Phantom Phantom
42595 status open
42596
42597 \begin_layout Plain Layout
42598 W
42599 \end_layout
42600
42601 \end_inset
42602
42603
42604 \begin_inset ERT
42605 status collapsed
42606
42607 \begin_layout Plain Layout
42608
42609 }
42610 \end_layout
42611
42612 \end_inset
42613
42614  GreenYellow
42615 \end_layout
42616
42617 \end_inset
42618 </cell>
42619 </row>
42620 <row>
42621 <cell alignment="center" valignment="top" usebox="none">
42622 \begin_inset Text
42623
42624 \begin_layout Plain Layout
42625 \begin_inset ERT
42626 status collapsed
42627
42628 \begin_layout Plain Layout
42629
42630
42631 \backslash
42632 fcolorbox{black}{
42633 \end_layout
42634
42635 \end_inset
42636
42637 JungleGreen
42638 \begin_inset ERT
42639 status collapsed
42640
42641 \begin_layout Plain Layout
42642
42643 }{
42644 \end_layout
42645
42646 \end_inset
42647
42648
42649 \begin_inset Phantom Phantom
42650 status open
42651
42652 \begin_layout Plain Layout
42653 W
42654 \end_layout
42655
42656 \end_inset
42657
42658
42659 \begin_inset ERT
42660 status collapsed
42661
42662 \begin_layout Plain Layout
42663
42664 }
42665 \end_layout
42666
42667 \end_inset
42668
42669  JungleGreen
42670 \end_layout
42671
42672 \end_inset
42673 </cell>
42674 <cell alignment="center" valignment="top" usebox="none">
42675 \begin_inset Text
42676
42677 \begin_layout Plain Layout
42678 \begin_inset ERT
42679 status collapsed
42680
42681 \begin_layout Plain Layout
42682
42683
42684 \backslash
42685 fcolorbox{black}{
42686 \end_layout
42687
42688 \end_inset
42689
42690 Lavender
42691 \begin_inset ERT
42692 status collapsed
42693
42694 \begin_layout Plain Layout
42695
42696 }{
42697 \end_layout
42698
42699 \end_inset
42700
42701
42702 \begin_inset Phantom Phantom
42703 status open
42704
42705 \begin_layout Plain Layout
42706 W
42707 \end_layout
42708
42709 \end_inset
42710
42711
42712 \begin_inset ERT
42713 status collapsed
42714
42715 \begin_layout Plain Layout
42716
42717 }
42718 \end_layout
42719
42720 \end_inset
42721
42722  Lavender
42723 \end_layout
42724
42725 \end_inset
42726 </cell>
42727 <cell alignment="center" valignment="top" usebox="none">
42728 \begin_inset Text
42729
42730 \begin_layout Plain Layout
42731 \begin_inset ERT
42732 status collapsed
42733
42734 \begin_layout Plain Layout
42735
42736
42737 \backslash
42738 fcolorbox{black}{
42739 \end_layout
42740
42741 \end_inset
42742
42743 LimeGreen
42744 \begin_inset ERT
42745 status collapsed
42746
42747 \begin_layout Plain Layout
42748
42749 }{
42750 \end_layout
42751
42752 \end_inset
42753
42754
42755 \begin_inset Phantom Phantom
42756 status open
42757
42758 \begin_layout Plain Layout
42759 W
42760 \end_layout
42761
42762 \end_inset
42763
42764
42765 \begin_inset ERT
42766 status collapsed
42767
42768 \begin_layout Plain Layout
42769
42770 }
42771 \end_layout
42772
42773 \end_inset
42774
42775  LimeGreen
42776 \end_layout
42777
42778 \end_inset
42779 </cell>
42780 <cell alignment="center" valignment="top" usebox="none">
42781 \begin_inset Text
42782
42783 \begin_layout Plain Layout
42784 \begin_inset ERT
42785 status collapsed
42786
42787 \begin_layout Plain Layout
42788
42789
42790 \backslash
42791 fcolorbox{black}{
42792 \end_layout
42793
42794 \end_inset
42795
42796 Mahogany
42797 \begin_inset ERT
42798 status collapsed
42799
42800 \begin_layout Plain Layout
42801
42802 }{
42803 \end_layout
42804
42805 \end_inset
42806
42807
42808 \begin_inset Phantom Phantom
42809 status open
42810
42811 \begin_layout Plain Layout
42812 W
42813 \end_layout
42814
42815 \end_inset
42816
42817
42818 \begin_inset ERT
42819 status collapsed
42820
42821 \begin_layout Plain Layout
42822
42823 }
42824 \end_layout
42825
42826 \end_inset
42827
42828  Mahogany
42829 \end_layout
42830
42831 \end_inset
42832 </cell>
42833 </row>
42834 <row>
42835 <cell alignment="left" valignment="top" usebox="none">
42836 \begin_inset Text
42837
42838 \begin_layout Plain Layout
42839 \begin_inset ERT
42840 status collapsed
42841
42842 \begin_layout Plain Layout
42843
42844
42845 \backslash
42846 fcolorbox{black}{
42847 \end_layout
42848
42849 \end_inset
42850
42851 Mahogany
42852 \begin_inset ERT
42853 status collapsed
42854
42855 \begin_layout Plain Layout
42856
42857 }{
42858 \end_layout
42859
42860 \end_inset
42861
42862
42863 \begin_inset Phantom Phantom
42864 status open
42865
42866 \begin_layout Plain Layout
42867 W
42868 \end_layout
42869
42870 \end_inset
42871
42872
42873 \begin_inset ERT
42874 status collapsed
42875
42876 \begin_layout Plain Layout
42877
42878 }
42879 \end_layout
42880
42881 \end_inset
42882
42883  Mahogany
42884 \end_layout
42885
42886 \end_inset
42887 </cell>
42888 <cell alignment="left" valignment="top" usebox="none">
42889 \begin_inset Text
42890
42891 \begin_layout Plain Layout
42892 \begin_inset ERT
42893 status collapsed
42894
42895 \begin_layout Plain Layout
42896
42897
42898 \backslash
42899 fcolorbox{black}{
42900 \end_layout
42901
42902 \end_inset
42903
42904 Maroon
42905 \begin_inset ERT
42906 status collapsed
42907
42908 \begin_layout Plain Layout
42909
42910 }{
42911 \end_layout
42912
42913 \end_inset
42914
42915
42916 \begin_inset Phantom Phantom
42917 status open
42918
42919 \begin_layout Plain Layout
42920 W
42921 \end_layout
42922
42923 \end_inset
42924
42925
42926 \begin_inset ERT
42927 status collapsed
42928
42929 \begin_layout Plain Layout
42930
42931 }
42932 \end_layout
42933
42934 \end_inset
42935
42936  Maroon
42937 \end_layout
42938
42939 \end_inset
42940 </cell>
42941 <cell alignment="left" valignment="top" usebox="none">
42942 \begin_inset Text
42943
42944 \begin_layout Plain Layout
42945 \begin_inset ERT
42946 status collapsed
42947
42948 \begin_layout Plain Layout
42949
42950
42951 \backslash
42952 fcolorbox{black}{
42953 \end_layout
42954
42955 \end_inset
42956
42957 Melon
42958 \begin_inset ERT
42959 status collapsed
42960
42961 \begin_layout Plain Layout
42962
42963 }{
42964 \end_layout
42965
42966 \end_inset
42967
42968
42969 \begin_inset Phantom Phantom
42970 status open
42971
42972 \begin_layout Plain Layout
42973 W
42974 \end_layout
42975
42976 \end_inset
42977
42978
42979 \begin_inset ERT
42980 status collapsed
42981
42982 \begin_layout Plain Layout
42983
42984 }
42985 \end_layout
42986
42987 \end_inset
42988
42989  Melon
42990 \end_layout
42991
42992 \end_inset
42993 </cell>
42994 <cell alignment="left" valignment="top" usebox="none">
42995 \begin_inset Text
42996
42997 \begin_layout Plain Layout
42998 \begin_inset ERT
42999 status collapsed
43000
43001 \begin_layout Plain Layout
43002
43003
43004 \backslash
43005 fcolorbox{black}{
43006 \end_layout
43007
43008 \end_inset
43009
43010 MidnightBlue
43011 \begin_inset ERT
43012 status collapsed
43013
43014 \begin_layout Plain Layout
43015
43016 }{
43017 \end_layout
43018
43019 \end_inset
43020
43021
43022 \begin_inset Phantom Phantom
43023 status open
43024
43025 \begin_layout Plain Layout
43026 W
43027 \end_layout
43028
43029 \end_inset
43030
43031
43032 \begin_inset ERT
43033 status collapsed
43034
43035 \begin_layout Plain Layout
43036
43037 }
43038 \end_layout
43039
43040 \end_inset
43041
43042  MidnightBlue
43043 \end_layout
43044
43045 \end_inset
43046 </cell>
43047 </row>
43048 <row>
43049 <cell alignment="left" valignment="top" usebox="none">
43050 \begin_inset Text
43051
43052 \begin_layout Plain Layout
43053 \begin_inset ERT
43054 status collapsed
43055
43056 \begin_layout Plain Layout
43057
43058
43059 \backslash
43060 fcolorbox{black}{
43061 \end_layout
43062
43063 \end_inset
43064
43065 Mulberry
43066 \begin_inset ERT
43067 status collapsed
43068
43069 \begin_layout Plain Layout
43070
43071 }{
43072 \end_layout
43073
43074 \end_inset
43075
43076
43077 \begin_inset Phantom Phantom
43078 status open
43079
43080 \begin_layout Plain Layout
43081 W
43082 \end_layout
43083
43084 \end_inset
43085
43086
43087 \begin_inset ERT
43088 status collapsed
43089
43090 \begin_layout Plain Layout
43091
43092 }
43093 \end_layout
43094
43095 \end_inset
43096
43097  Mulberry
43098 \end_layout
43099
43100 \end_inset
43101 </cell>
43102 <cell alignment="left" valignment="top" usebox="none">
43103 \begin_inset Text
43104
43105 \begin_layout Plain Layout
43106 \begin_inset ERT
43107 status collapsed
43108
43109 \begin_layout Plain Layout
43110
43111
43112 \backslash
43113 fcolorbox{black}{
43114 \end_layout
43115
43116 \end_inset
43117
43118 NavyBlue
43119 \begin_inset ERT
43120 status collapsed
43121
43122 \begin_layout Plain Layout
43123
43124 }{
43125 \end_layout
43126
43127 \end_inset
43128
43129
43130 \begin_inset Phantom Phantom
43131 status open
43132
43133 \begin_layout Plain Layout
43134 W
43135 \end_layout
43136
43137 \end_inset
43138
43139
43140 \begin_inset ERT
43141 status collapsed
43142
43143 \begin_layout Plain Layout
43144
43145 }
43146 \end_layout
43147
43148 \end_inset
43149
43150  NavyBlue
43151 \end_layout
43152
43153 \end_inset
43154 </cell>
43155 <cell alignment="left" valignment="top" usebox="none">
43156 \begin_inset Text
43157
43158 \begin_layout Plain Layout
43159 \begin_inset ERT
43160 status collapsed
43161
43162 \begin_layout Plain Layout
43163
43164
43165 \backslash
43166 fcolorbox{black}{
43167 \end_layout
43168
43169 \end_inset
43170
43171 OliveGreen
43172 \begin_inset ERT
43173 status collapsed
43174
43175 \begin_layout Plain Layout
43176
43177 }{
43178 \end_layout
43179
43180 \end_inset
43181
43182
43183 \begin_inset Phantom Phantom
43184 status open
43185
43186 \begin_layout Plain Layout
43187 W
43188 \end_layout
43189
43190 \end_inset
43191
43192
43193 \begin_inset ERT
43194 status collapsed
43195
43196 \begin_layout Plain Layout
43197
43198 }
43199 \end_layout
43200
43201 \end_inset
43202
43203  OliveGreen
43204 \end_layout
43205
43206 \end_inset
43207 </cell>
43208 <cell alignment="left" valignment="top" usebox="none">
43209 \begin_inset Text
43210
43211 \begin_layout Plain Layout
43212 \begin_inset ERT
43213 status collapsed
43214
43215 \begin_layout Plain Layout
43216
43217
43218 \backslash
43219 fcolorbox{black}{
43220 \end_layout
43221
43222 \end_inset
43223
43224 Orange
43225 \begin_inset ERT
43226 status collapsed
43227
43228 \begin_layout Plain Layout
43229
43230 }{
43231 \end_layout
43232
43233 \end_inset
43234
43235
43236 \begin_inset Phantom Phantom
43237 status open
43238
43239 \begin_layout Plain Layout
43240 W
43241 \end_layout
43242
43243 \end_inset
43244
43245
43246 \begin_inset ERT
43247 status collapsed
43248
43249 \begin_layout Plain Layout
43250
43251 }
43252 \end_layout
43253
43254 \end_inset
43255
43256  Orange
43257 \end_layout
43258
43259 \end_inset
43260 </cell>
43261 </row>
43262 <row>
43263 <cell alignment="left" valignment="top" usebox="none">
43264 \begin_inset Text
43265
43266 \begin_layout Plain Layout
43267 \begin_inset ERT
43268 status collapsed
43269
43270 \begin_layout Plain Layout
43271
43272
43273 \backslash
43274 fcolorbox{black}{
43275 \end_layout
43276
43277 \end_inset
43278
43279 OrangeRed
43280 \begin_inset ERT
43281 status collapsed
43282
43283 \begin_layout Plain Layout
43284
43285 }{
43286 \end_layout
43287
43288 \end_inset
43289
43290
43291 \begin_inset Phantom Phantom
43292 status open
43293
43294 \begin_layout Plain Layout
43295 W
43296 \end_layout
43297
43298 \end_inset
43299
43300
43301 \begin_inset ERT
43302 status collapsed
43303
43304 \begin_layout Plain Layout
43305
43306 }
43307 \end_layout
43308
43309 \end_inset
43310
43311  OrangeRed
43312 \end_layout
43313
43314 \end_inset
43315 </cell>
43316 <cell alignment="left" valignment="top" usebox="none">
43317 \begin_inset Text
43318
43319 \begin_layout Plain Layout
43320 \begin_inset ERT
43321 status collapsed
43322
43323 \begin_layout Plain Layout
43324
43325
43326 \backslash
43327 fcolorbox{black}{
43328 \end_layout
43329
43330 \end_inset
43331
43332 Orchid
43333 \begin_inset ERT
43334 status collapsed
43335
43336 \begin_layout Plain Layout
43337
43338 }{
43339 \end_layout
43340
43341 \end_inset
43342
43343
43344 \begin_inset Phantom Phantom
43345 status open
43346
43347 \begin_layout Plain Layout
43348 W
43349 \end_layout
43350
43351 \end_inset
43352
43353
43354 \begin_inset ERT
43355 status collapsed
43356
43357 \begin_layout Plain Layout
43358
43359 }
43360 \end_layout
43361
43362 \end_inset
43363
43364  Orchid
43365 \end_layout
43366
43367 \end_inset
43368 </cell>
43369 <cell alignment="left" valignment="top" usebox="none">
43370 \begin_inset Text
43371
43372 \begin_layout Plain Layout
43373 \begin_inset ERT
43374 status collapsed
43375
43376 \begin_layout Plain Layout
43377
43378
43379 \backslash
43380 fcolorbox{black}{
43381 \end_layout
43382
43383 \end_inset
43384
43385 Peach
43386 \begin_inset ERT
43387 status collapsed
43388
43389 \begin_layout Plain Layout
43390
43391 }{
43392 \end_layout
43393
43394 \end_inset
43395
43396
43397 \begin_inset Phantom Phantom
43398 status open
43399
43400 \begin_layout Plain Layout
43401 W
43402 \end_layout
43403
43404 \end_inset
43405
43406
43407 \begin_inset ERT
43408 status collapsed
43409
43410 \begin_layout Plain Layout
43411
43412 }
43413 \end_layout
43414
43415 \end_inset
43416
43417  Peach
43418 \end_layout
43419
43420 \end_inset
43421 </cell>
43422 <cell alignment="left" valignment="top" usebox="none">
43423 \begin_inset Text
43424
43425 \begin_layout Plain Layout
43426 \begin_inset ERT
43427 status collapsed
43428
43429 \begin_layout Plain Layout
43430
43431
43432 \backslash
43433 fcolorbox{black}{
43434 \end_layout
43435
43436 \end_inset
43437
43438 Periwinkle
43439 \begin_inset ERT
43440 status collapsed
43441
43442 \begin_layout Plain Layout
43443
43444 }{
43445 \end_layout
43446
43447 \end_inset
43448
43449
43450 \begin_inset Phantom Phantom
43451 status open
43452
43453 \begin_layout Plain Layout
43454 W
43455 \end_layout
43456
43457 \end_inset
43458
43459
43460 \begin_inset ERT
43461 status collapsed
43462
43463 \begin_layout Plain Layout
43464
43465 }
43466 \end_layout
43467
43468 \end_inset
43469
43470  Periwinkle
43471 \end_layout
43472
43473 \end_inset
43474 </cell>
43475 </row>
43476 <row>
43477 <cell alignment="left" valignment="top" usebox="none">
43478 \begin_inset Text
43479
43480 \begin_layout Plain Layout
43481 \begin_inset ERT
43482 status collapsed
43483
43484 \begin_layout Plain Layout
43485
43486
43487 \backslash
43488 fcolorbox{black}{
43489 \end_layout
43490
43491 \end_inset
43492
43493 PineGreen
43494 \begin_inset ERT
43495 status collapsed
43496
43497 \begin_layout Plain Layout
43498
43499 }{
43500 \end_layout
43501
43502 \end_inset
43503
43504
43505 \begin_inset Phantom Phantom
43506 status open
43507
43508 \begin_layout Plain Layout
43509 W
43510 \end_layout
43511
43512 \end_inset
43513
43514
43515 \begin_inset ERT
43516 status collapsed
43517
43518 \begin_layout Plain Layout
43519
43520 }
43521 \end_layout
43522
43523 \end_inset
43524
43525  PineGreen
43526 \end_layout
43527
43528 \end_inset
43529 </cell>
43530 <cell alignment="left" valignment="top" usebox="none">
43531 \begin_inset Text
43532
43533 \begin_layout Plain Layout
43534 \begin_inset ERT
43535 status collapsed
43536
43537 \begin_layout Plain Layout
43538
43539
43540 \backslash
43541 fcolorbox{black}{
43542 \end_layout
43543
43544 \end_inset
43545
43546 Plum
43547 \begin_inset ERT
43548 status collapsed
43549
43550 \begin_layout Plain Layout
43551
43552 }{
43553 \end_layout
43554
43555 \end_inset
43556
43557
43558 \begin_inset Phantom Phantom
43559 status open
43560
43561 \begin_layout Plain Layout
43562 W
43563 \end_layout
43564
43565 \end_inset
43566
43567
43568 \begin_inset ERT
43569 status collapsed
43570
43571 \begin_layout Plain Layout
43572
43573 }
43574 \end_layout
43575
43576 \end_inset
43577
43578  Plum
43579 \end_layout
43580
43581 \end_inset
43582 </cell>
43583 <cell alignment="left" valignment="top" usebox="none">
43584 \begin_inset Text
43585
43586 \begin_layout Plain Layout
43587 \begin_inset ERT
43588 status collapsed
43589
43590 \begin_layout Plain Layout
43591
43592
43593 \backslash
43594 fcolorbox{black}{
43595 \end_layout
43596
43597 \end_inset
43598
43599 ProcessBlue
43600 \begin_inset ERT
43601 status collapsed
43602
43603 \begin_layout Plain Layout
43604
43605 }{
43606 \end_layout
43607
43608 \end_inset
43609
43610
43611 \begin_inset Phantom Phantom
43612 status open
43613
43614 \begin_layout Plain Layout
43615 W
43616 \end_layout
43617
43618 \end_inset
43619
43620
43621 \begin_inset ERT
43622 status collapsed
43623
43624 \begin_layout Plain Layout
43625
43626 }
43627 \end_layout
43628
43629 \end_inset
43630
43631  ProcessBlue
43632 \end_layout
43633
43634 \end_inset
43635 </cell>
43636 <cell alignment="left" valignment="top" usebox="none">
43637 \begin_inset Text
43638
43639 \begin_layout Plain Layout
43640 \begin_inset ERT
43641 status collapsed
43642
43643 \begin_layout Plain Layout
43644
43645
43646 \backslash
43647 fcolorbox{black}{
43648 \end_layout
43649
43650 \end_inset
43651
43652 Purple
43653 \begin_inset ERT
43654 status collapsed
43655
43656 \begin_layout Plain Layout
43657
43658 }{
43659 \end_layout
43660
43661 \end_inset
43662
43663
43664 \begin_inset Phantom Phantom
43665 status open
43666
43667 \begin_layout Plain Layout
43668 W
43669 \end_layout
43670
43671 \end_inset
43672
43673
43674 \begin_inset ERT
43675 status collapsed
43676
43677 \begin_layout Plain Layout
43678
43679 }
43680 \end_layout
43681
43682 \end_inset
43683
43684  Purple
43685 \end_layout
43686
43687 \end_inset
43688 </cell>
43689 </row>
43690 <row>
43691 <cell alignment="left" valignment="top" usebox="none">
43692 \begin_inset Text
43693
43694 \begin_layout Plain Layout
43695 \begin_inset ERT
43696 status collapsed
43697
43698 \begin_layout Plain Layout
43699
43700
43701 \backslash
43702 fcolorbox{black}{
43703 \end_layout
43704
43705 \end_inset
43706
43707 RawSienna
43708 \begin_inset ERT
43709 status collapsed
43710
43711 \begin_layout Plain Layout
43712
43713 }{
43714 \end_layout
43715
43716 \end_inset
43717
43718
43719 \begin_inset Phantom Phantom
43720 status open
43721
43722 \begin_layout Plain Layout
43723 W
43724 \end_layout
43725
43726 \end_inset
43727
43728
43729 \begin_inset ERT
43730 status collapsed
43731
43732 \begin_layout Plain Layout
43733
43734 }
43735 \end_layout
43736
43737 \end_inset
43738
43739  RawSienna
43740 \end_layout
43741
43742 \end_inset
43743 </cell>
43744 <cell alignment="left" valignment="top" usebox="none">
43745 \begin_inset Text
43746
43747 \begin_layout Plain Layout
43748 \begin_inset ERT
43749 status collapsed
43750
43751 \begin_layout Plain Layout
43752
43753
43754 \backslash
43755 fcolorbox{black}{
43756 \end_layout
43757
43758 \end_inset
43759
43760 RedOrange
43761 \begin_inset ERT
43762 status collapsed
43763
43764 \begin_layout Plain Layout
43765
43766 }{
43767 \end_layout
43768
43769 \end_inset
43770
43771
43772 \begin_inset Phantom Phantom
43773 status open
43774
43775 \begin_layout Plain Layout
43776 W
43777 \end_layout
43778
43779 \end_inset
43780
43781
43782 \begin_inset ERT
43783 status collapsed
43784
43785 \begin_layout Plain Layout
43786
43787 }
43788 \end_layout
43789
43790 \end_inset
43791
43792  RedOrange
43793 \end_layout
43794
43795 \end_inset
43796 </cell>
43797 <cell alignment="left" valignment="top" usebox="none">
43798 \begin_inset Text
43799
43800 \begin_layout Plain Layout
43801 \begin_inset ERT
43802 status collapsed
43803
43804 \begin_layout Plain Layout
43805
43806
43807 \backslash
43808 fcolorbox{black}{
43809 \end_layout
43810
43811 \end_inset
43812
43813 RedViolet
43814 \begin_inset ERT
43815 status collapsed
43816
43817 \begin_layout Plain Layout
43818
43819 }{
43820 \end_layout
43821
43822 \end_inset
43823
43824
43825 \begin_inset Phantom Phantom
43826 status open
43827
43828 \begin_layout Plain Layout
43829 W
43830 \end_layout
43831
43832 \end_inset
43833
43834
43835 \begin_inset ERT
43836 status collapsed
43837
43838 \begin_layout Plain Layout
43839
43840 }
43841 \end_layout
43842
43843 \end_inset
43844
43845  RedViolet
43846 \end_layout
43847
43848 \end_inset
43849 </cell>
43850 <cell alignment="left" valignment="top" usebox="none">
43851 \begin_inset Text
43852
43853 \begin_layout Plain Layout
43854 \begin_inset ERT
43855 status collapsed
43856
43857 \begin_layout Plain Layout
43858
43859
43860 \backslash
43861 fcolorbox{black}{
43862 \end_layout
43863
43864 \end_inset
43865
43866 Rhodamine
43867 \begin_inset ERT
43868 status collapsed
43869
43870 \begin_layout Plain Layout
43871
43872 }{
43873 \end_layout
43874
43875 \end_inset
43876
43877
43878 \begin_inset Phantom Phantom
43879 status open
43880
43881 \begin_layout Plain Layout
43882 W
43883 \end_layout
43884
43885 \end_inset
43886
43887
43888 \begin_inset ERT
43889 status collapsed
43890
43891 \begin_layout Plain Layout
43892
43893 }
43894 \end_layout
43895
43896 \end_inset
43897
43898  Rhodamine
43899 \end_layout
43900
43901 \end_inset
43902 </cell>
43903 </row>
43904 <row>
43905 <cell alignment="left" valignment="top" usebox="none">
43906 \begin_inset Text
43907
43908 \begin_layout Plain Layout
43909 \begin_inset ERT
43910 status collapsed
43911
43912 \begin_layout Plain Layout
43913
43914
43915 \backslash
43916 fcolorbox{black}{
43917 \end_layout
43918
43919 \end_inset
43920
43921 RoyalBlue
43922 \begin_inset ERT
43923 status collapsed
43924
43925 \begin_layout Plain Layout
43926
43927 }{
43928 \end_layout
43929
43930 \end_inset
43931
43932
43933 \begin_inset Phantom Phantom
43934 status open
43935
43936 \begin_layout Plain Layout
43937 W
43938 \end_layout
43939
43940 \end_inset
43941
43942
43943 \begin_inset ERT
43944 status collapsed
43945
43946 \begin_layout Plain Layout
43947
43948 }
43949 \end_layout
43950
43951 \end_inset
43952
43953  RoyalBlue
43954 \end_layout
43955
43956 \end_inset
43957 </cell>
43958 <cell alignment="left" valignment="top" usebox="none">
43959 \begin_inset Text
43960
43961 \begin_layout Plain Layout
43962 \begin_inset ERT
43963 status collapsed
43964
43965 \begin_layout Plain Layout
43966
43967
43968 \backslash
43969 fcolorbox{black}{
43970 \end_layout
43971
43972 \end_inset
43973
43974 RoyalPurple
43975 \begin_inset ERT
43976 status collapsed
43977
43978 \begin_layout Plain Layout
43979
43980 }{
43981 \end_layout
43982
43983 \end_inset
43984
43985
43986 \begin_inset Phantom Phantom
43987 status open
43988
43989 \begin_layout Plain Layout
43990 W
43991 \end_layout
43992
43993 \end_inset
43994
43995
43996 \begin_inset ERT
43997 status collapsed
43998
43999 \begin_layout Plain Layout
44000
44001 }
44002 \end_layout
44003
44004 \end_inset
44005
44006  RoyalPurple
44007 \end_layout
44008
44009 \end_inset
44010 </cell>
44011 <cell alignment="left" valignment="top" usebox="none">
44012 \begin_inset Text
44013
44014 \begin_layout Plain Layout
44015 \begin_inset ERT
44016 status collapsed
44017
44018 \begin_layout Plain Layout
44019
44020
44021 \backslash
44022 fcolorbox{black}{
44023 \end_layout
44024
44025 \end_inset
44026
44027 RubineRed
44028 \begin_inset ERT
44029 status collapsed
44030
44031 \begin_layout Plain Layout
44032
44033 }{
44034 \end_layout
44035
44036 \end_inset
44037
44038
44039 \begin_inset Phantom Phantom
44040 status open
44041
44042 \begin_layout Plain Layout
44043 W
44044 \end_layout
44045
44046 \end_inset
44047
44048
44049 \begin_inset ERT
44050 status collapsed
44051
44052 \begin_layout Plain Layout
44053
44054 }
44055 \end_layout
44056
44057 \end_inset
44058
44059  RubineRed
44060 \end_layout
44061
44062 \end_inset
44063 </cell>
44064 <cell alignment="left" valignment="top" usebox="none">
44065 \begin_inset Text
44066
44067 \begin_layout Plain Layout
44068 \begin_inset ERT
44069 status collapsed
44070
44071 \begin_layout Plain Layout
44072
44073
44074 \backslash
44075 fcolorbox{black}{
44076 \end_layout
44077
44078 \end_inset
44079
44080 Salmon
44081 \begin_inset ERT
44082 status collapsed
44083
44084 \begin_layout Plain Layout
44085
44086 }{
44087 \end_layout
44088
44089 \end_inset
44090
44091
44092 \begin_inset Phantom Phantom
44093 status open
44094
44095 \begin_layout Plain Layout
44096 W
44097 \end_layout
44098
44099 \end_inset
44100
44101
44102 \begin_inset ERT
44103 status collapsed
44104
44105 \begin_layout Plain Layout
44106
44107 }
44108 \end_layout
44109
44110 \end_inset
44111
44112  Salmon
44113 \end_layout
44114
44115 \end_inset
44116 </cell>
44117 </row>
44118 <row>
44119 <cell alignment="left" valignment="top" usebox="none">
44120 \begin_inset Text
44121
44122 \begin_layout Plain Layout
44123 \begin_inset ERT
44124 status collapsed
44125
44126 \begin_layout Plain Layout
44127
44128
44129 \backslash
44130 fcolorbox{black}{
44131 \end_layout
44132
44133 \end_inset
44134
44135 SeaGreen
44136 \begin_inset ERT
44137 status collapsed
44138
44139 \begin_layout Plain Layout
44140
44141 }{
44142 \end_layout
44143
44144 \end_inset
44145
44146
44147 \begin_inset Phantom Phantom
44148 status open
44149
44150 \begin_layout Plain Layout
44151 W
44152 \end_layout
44153
44154 \end_inset
44155
44156
44157 \begin_inset ERT
44158 status collapsed
44159
44160 \begin_layout Plain Layout
44161
44162 }
44163 \end_layout
44164
44165 \end_inset
44166
44167  SeaGreen
44168 \end_layout
44169
44170 \end_inset
44171 </cell>
44172 <cell alignment="left" valignment="top" usebox="none">
44173 \begin_inset Text
44174
44175 \begin_layout Plain Layout
44176 \begin_inset ERT
44177 status collapsed
44178
44179 \begin_layout Plain Layout
44180
44181
44182 \backslash
44183 fcolorbox{black}{
44184 \end_layout
44185
44186 \end_inset
44187
44188 Sepia
44189 \begin_inset ERT
44190 status collapsed
44191
44192 \begin_layout Plain Layout
44193
44194 }{
44195 \end_layout
44196
44197 \end_inset
44198
44199
44200 \begin_inset Phantom Phantom
44201 status open
44202
44203 \begin_layout Plain Layout
44204 W
44205 \end_layout
44206
44207 \end_inset
44208
44209
44210 \begin_inset ERT
44211 status collapsed
44212
44213 \begin_layout Plain Layout
44214
44215 }
44216 \end_layout
44217
44218 \end_inset
44219
44220  Sepia
44221 \end_layout
44222
44223 \end_inset
44224 </cell>
44225 <cell alignment="left" valignment="top" usebox="none">
44226 \begin_inset Text
44227
44228 \begin_layout Plain Layout
44229 \begin_inset ERT
44230 status collapsed
44231
44232 \begin_layout Plain Layout
44233
44234
44235 \backslash
44236 fcolorbox{black}{
44237 \end_layout
44238
44239 \end_inset
44240
44241 SkyBlue
44242 \begin_inset ERT
44243 status collapsed
44244
44245 \begin_layout Plain Layout
44246
44247 }{
44248 \end_layout
44249
44250 \end_inset
44251
44252
44253 \begin_inset Phantom Phantom
44254 status open
44255
44256 \begin_layout Plain Layout
44257 W
44258 \end_layout
44259
44260 \end_inset
44261
44262
44263 \begin_inset ERT
44264 status collapsed
44265
44266 \begin_layout Plain Layout
44267
44268 }
44269 \end_layout
44270
44271 \end_inset
44272
44273  SkyBlue
44274 \end_layout
44275
44276 \end_inset
44277 </cell>
44278 <cell alignment="left" valignment="top" usebox="none">
44279 \begin_inset Text
44280
44281 \begin_layout Plain Layout
44282 \begin_inset ERT
44283 status collapsed
44284
44285 \begin_layout Plain Layout
44286
44287
44288 \backslash
44289 fcolorbox{black}{
44290 \end_layout
44291
44292 \end_inset
44293
44294 SpringGreen
44295 \begin_inset ERT
44296 status collapsed
44297
44298 \begin_layout Plain Layout
44299
44300 }{
44301 \end_layout
44302
44303 \end_inset
44304
44305
44306 \begin_inset Phantom Phantom
44307 status open
44308
44309 \begin_layout Plain Layout
44310 W
44311 \end_layout
44312
44313 \end_inset
44314
44315
44316 \begin_inset ERT
44317 status collapsed
44318
44319 \begin_layout Plain Layout
44320
44321 }
44322 \end_layout
44323
44324 \end_inset
44325
44326  SpringGreen
44327 \end_layout
44328
44329 \end_inset
44330 </cell>
44331 </row>
44332 <row>
44333 <cell alignment="left" valignment="top" usebox="none">
44334 \begin_inset Text
44335
44336 \begin_layout Plain Layout
44337 \begin_inset ERT
44338 status collapsed
44339
44340 \begin_layout Plain Layout
44341
44342
44343 \backslash
44344 fcolorbox{black}{
44345 \end_layout
44346
44347 \end_inset
44348
44349 Tan
44350 \begin_inset ERT
44351 status collapsed
44352
44353 \begin_layout Plain Layout
44354
44355 }{
44356 \end_layout
44357
44358 \end_inset
44359
44360
44361 \begin_inset Phantom Phantom
44362 status open
44363
44364 \begin_layout Plain Layout
44365 W
44366 \end_layout
44367
44368 \end_inset
44369
44370
44371 \begin_inset ERT
44372 status collapsed
44373
44374 \begin_layout Plain Layout
44375
44376 }
44377 \end_layout
44378
44379 \end_inset
44380
44381  Tan
44382 \end_layout
44383
44384 \end_inset
44385 </cell>
44386 <cell alignment="left" valignment="top" usebox="none">
44387 \begin_inset Text
44388
44389 \begin_layout Plain Layout
44390 \begin_inset ERT
44391 status collapsed
44392
44393 \begin_layout Plain Layout
44394
44395
44396 \backslash
44397 fcolorbox{black}{
44398 \end_layout
44399
44400 \end_inset
44401
44402 TealBlue
44403 \begin_inset ERT
44404 status collapsed
44405
44406 \begin_layout Plain Layout
44407
44408 }{
44409 \end_layout
44410
44411 \end_inset
44412
44413
44414 \begin_inset Phantom Phantom
44415 status open
44416
44417 \begin_layout Plain Layout
44418 W
44419 \end_layout
44420
44421 \end_inset
44422
44423
44424 \begin_inset ERT
44425 status collapsed
44426
44427 \begin_layout Plain Layout
44428
44429 }
44430 \end_layout
44431
44432 \end_inset
44433
44434  TealBlue
44435 \end_layout
44436
44437 \end_inset
44438 </cell>
44439 <cell alignment="left" valignment="top" usebox="none">
44440 \begin_inset Text
44441
44442 \begin_layout Plain Layout
44443 \begin_inset ERT
44444 status collapsed
44445
44446 \begin_layout Plain Layout
44447
44448
44449 \backslash
44450 fcolorbox{black}{
44451 \end_layout
44452
44453 \end_inset
44454
44455 Thistle
44456 \begin_inset ERT
44457 status collapsed
44458
44459 \begin_layout Plain Layout
44460
44461 }{
44462 \end_layout
44463
44464 \end_inset
44465
44466
44467 \begin_inset Phantom Phantom
44468 status open
44469
44470 \begin_layout Plain Layout
44471 W
44472 \end_layout
44473
44474 \end_inset
44475
44476
44477 \begin_inset ERT
44478 status collapsed
44479
44480 \begin_layout Plain Layout
44481
44482 }
44483 \end_layout
44484
44485 \end_inset
44486
44487  Thistle
44488 \end_layout
44489
44490 \end_inset
44491 </cell>
44492 <cell alignment="left" valignment="top" usebox="none">
44493 \begin_inset Text
44494
44495 \begin_layout Plain Layout
44496 \begin_inset ERT
44497 status collapsed
44498
44499 \begin_layout Plain Layout
44500
44501
44502 \backslash
44503 fcolorbox{black}{
44504 \end_layout
44505
44506 \end_inset
44507
44508 Turquoise
44509 \begin_inset ERT
44510 status collapsed
44511
44512 \begin_layout Plain Layout
44513
44514 }{
44515 \end_layout
44516
44517 \end_inset
44518
44519
44520 \begin_inset Phantom Phantom
44521 status open
44522
44523 \begin_layout Plain Layout
44524 W
44525 \end_layout
44526
44527 \end_inset
44528
44529
44530 \begin_inset ERT
44531 status collapsed
44532
44533 \begin_layout Plain Layout
44534
44535 }
44536 \end_layout
44537
44538 \end_inset
44539
44540  Turquoise
44541 \end_layout
44542
44543 \end_inset
44544 </cell>
44545 </row>
44546 <row>
44547 <cell alignment="left" valignment="top" usebox="none">
44548 \begin_inset Text
44549
44550 \begin_layout Plain Layout
44551 \begin_inset ERT
44552 status collapsed
44553
44554 \begin_layout Plain Layout
44555
44556
44557 \backslash
44558 fcolorbox{black}{
44559 \end_layout
44560
44561 \end_inset
44562
44563 Violet
44564 \begin_inset ERT
44565 status collapsed
44566
44567 \begin_layout Plain Layout
44568
44569 }{
44570 \end_layout
44571
44572 \end_inset
44573
44574
44575 \begin_inset Phantom Phantom
44576 status open
44577
44578 \begin_layout Plain Layout
44579 W
44580 \end_layout
44581
44582 \end_inset
44583
44584
44585 \begin_inset ERT
44586 status collapsed
44587
44588 \begin_layout Plain Layout
44589
44590 }
44591 \end_layout
44592
44593 \end_inset
44594
44595  Violet
44596 \end_layout
44597
44598 \end_inset
44599 </cell>
44600 <cell alignment="left" valignment="top" usebox="none">
44601 \begin_inset Text
44602
44603 \begin_layout Plain Layout
44604 \begin_inset ERT
44605 status collapsed
44606
44607 \begin_layout Plain Layout
44608
44609
44610 \backslash
44611 fcolorbox{black}{
44612 \end_layout
44613
44614 \end_inset
44615
44616 VioletRed
44617 \begin_inset ERT
44618 status collapsed
44619
44620 \begin_layout Plain Layout
44621
44622 }{
44623 \end_layout
44624
44625 \end_inset
44626
44627
44628 \begin_inset Phantom Phantom
44629 status open
44630
44631 \begin_layout Plain Layout
44632 W
44633 \end_layout
44634
44635 \end_inset
44636
44637
44638 \begin_inset ERT
44639 status collapsed
44640
44641 \begin_layout Plain Layout
44642
44643 }
44644 \end_layout
44645
44646 \end_inset
44647
44648  VioletRed
44649 \end_layout
44650
44651 \end_inset
44652 </cell>
44653 <cell alignment="left" valignment="top" usebox="none">
44654 \begin_inset Text
44655
44656 \begin_layout Plain Layout
44657 \begin_inset ERT
44658 status collapsed
44659
44660 \begin_layout Plain Layout
44661
44662
44663 \backslash
44664 fcolorbox{black}{
44665 \end_layout
44666
44667 \end_inset
44668
44669 WildStrawberry
44670 \begin_inset ERT
44671 status collapsed
44672
44673 \begin_layout Plain Layout
44674
44675 }{
44676 \end_layout
44677
44678 \end_inset
44679
44680
44681 \begin_inset Phantom Phantom
44682 status open
44683
44684 \begin_layout Plain Layout
44685 W
44686 \end_layout
44687
44688 \end_inset
44689
44690
44691 \begin_inset ERT
44692 status collapsed
44693
44694 \begin_layout Plain Layout
44695
44696 }
44697 \end_layout
44698
44699 \end_inset
44700
44701  WildStrawberry
44702 \end_layout
44703
44704 \end_inset
44705 </cell>
44706 <cell alignment="left" valignment="top" usebox="none">
44707 \begin_inset Text
44708
44709 \begin_layout Plain Layout
44710 \begin_inset ERT
44711 status collapsed
44712
44713 \begin_layout Plain Layout
44714
44715
44716 \backslash
44717 fcolorbox{black}{
44718 \end_layout
44719
44720 \end_inset
44721
44722 YellowGreen
44723 \begin_inset ERT
44724 status collapsed
44725
44726 \begin_layout Plain Layout
44727
44728 }{
44729 \end_layout
44730
44731 \end_inset
44732
44733
44734 \begin_inset Phantom Phantom
44735 status open
44736
44737 \begin_layout Plain Layout
44738 W
44739 \end_layout
44740
44741 \end_inset
44742
44743
44744 \begin_inset ERT
44745 status collapsed
44746
44747 \begin_layout Plain Layout
44748
44749 }
44750 \end_layout
44751
44752 \end_inset
44753
44754  YellowGreen
44755 \end_layout
44756
44757 \end_inset
44758 </cell>
44759 </row>
44760 <row>
44761 <cell alignment="left" valignment="top" usebox="none">
44762 \begin_inset Text
44763
44764 \begin_layout Plain Layout
44765 \begin_inset ERT
44766 status collapsed
44767
44768 \begin_layout Plain Layout
44769
44770
44771 \backslash
44772 fcolorbox{black}{
44773 \end_layout
44774
44775 \end_inset
44776
44777 YellowOrange
44778 \begin_inset ERT
44779 status collapsed
44780
44781 \begin_layout Plain Layout
44782
44783 }{
44784 \end_layout
44785
44786 \end_inset
44787
44788
44789 \begin_inset Phantom Phantom
44790 status open
44791
44792 \begin_layout Plain Layout
44793 W
44794 \end_layout
44795
44796 \end_inset
44797
44798
44799 \begin_inset ERT
44800 status collapsed
44801
44802 \begin_layout Plain Layout
44803
44804 }
44805 \end_layout
44806
44807 \end_inset
44808
44809  YellowOrange
44810 \end_layout
44811
44812 \end_inset
44813 </cell>
44814 <cell alignment="left" valignment="top" usebox="none">
44815 \begin_inset Text
44816
44817 \begin_layout Plain Layout
44818
44819 \end_layout
44820
44821 \end_inset
44822 </cell>
44823 <cell alignment="left" valignment="top" usebox="none">
44824 \begin_inset Text
44825
44826 \begin_layout Plain Layout
44827
44828 \end_layout
44829
44830 \end_inset
44831 </cell>
44832 <cell alignment="left" valignment="top" usebox="none">
44833 \begin_inset Text
44834
44835 \begin_layout Plain Layout
44836
44837 \end_layout
44838
44839 \end_inset
44840 </cell>
44841 </row>
44842 </lyxtabular>
44843
44844 \end_inset
44845
44846
44847 \end_layout
44848
44849 \begin_layout Chapter
44850 Erklärung der Gleichung
44851 \begin_inset space ~
44852 \end_inset
44853
44854 (
44855 \begin_inset CommandInset ref
44856 LatexCommand ref
44857 reference "eq:Wgn"
44858
44859 \end_inset
44860
44861 )
44862 \begin_inset CommandInset label
44863 LatexCommand label
44864 name "kap:Erläuterung-einer-Gleichung"
44865
44866 \end_inset
44867
44868
44869 \end_layout
44870
44871 \begin_layout Standard
44872 Die Gesamtbreite von
44873 \emph on
44874  n
44875 \emph default
44876  Tabellenzellen 
44877 \begin_inset Formula $W_{\mathrm{tot\,n}}$
44878 \end_inset
44879
44880  kann wie folgt berechnet werden:
44881 \begin_inset Formula 
44882 \begin{equation}
44883 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44884 \end{equation}
44885
44886 \end_inset
44887
44888
44889 \end_layout
44890
44891 \begin_layout Standard
44892 Dabei ist 
44893 \begin_inset Formula $W_{g\,n}$
44894 \end_inset
44895
44896  die Breite jeder Zelle.
44897
44898 \series bold
44899  
44900 \backslash
44901 tabcolsep
44902 \series default
44903  ist die \SpecialChar LaTeX
44904 -Länge zwischen dem Zellentext und der Zellgrenze mit dem Standardwert
44905  6
44906 \begin_inset space \thinspace{}
44907 \end_inset
44908
44909 pt.
44910  
44911 \series bold
44912
44913 \backslash
44914 arrayrulewidth
44915 \series default
44916  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
44917 \begin_inset space \thinspace{}
44918 \end_inset
44919
44920 pt.
44921 \end_layout
44922
44923 \begin_layout Standard
44924 Nach Gleichung
44925 \begin_inset space ~
44926 \end_inset
44927
44928
44929 \begin_inset CommandInset ref
44930 LatexCommand ref
44931 reference "eq:Wtot_n"
44932
44933 \end_inset
44934
44935  ist die Gesamtbreite einer Mehrfachspalte, 
44936 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
44937 \end_inset
44938
44939 ,
44940 \begin_inset Formula 
44941 \begin{equation}
44942 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44943 \end{equation}
44944
44945 \end_inset
44946
44947
44948 \end_layout
44949
44950 \begin_layout Standard
44951 Setzt man die Gleichungen
44952 \begin_inset space ~
44953 \end_inset
44954
44955
44956 \begin_inset CommandInset ref
44957 LatexCommand ref
44958 reference "eq:Wtot_n"
44959
44960 \end_inset
44961
44962  und 
44963 \begin_inset CommandInset ref
44964 LatexCommand ref
44965 reference "eq:Wtot_mult"
44966
44967 \end_inset
44968
44969  gleich, kann man die benötigte Breite 
44970 \begin_inset Formula $W_{g\,n}$
44971 \end_inset
44972
44973 , wenn 
44974 \emph on
44975 n
44976 \emph default
44977  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
44978 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
44979 \end_inset
44980
44981  hat, berechnen:
44982 \begin_inset Formula 
44983 \begin{equation}
44984 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44985 \end{equation}
44986
44987 \end_inset
44988
44989
44990 \end_layout
44991
44992 \begin_layout Bibliography
44993 \begin_inset CommandInset bibitem
44994 LatexCommand bibitem
44995 key "latexcompanion"
44996
44997 \end_inset
44998
44999 Frank Mittelbach and Michel Goossens: 
45000 \emph on
45001 The \SpecialChar LaTeX
45002  Companion Second Edition.
45003
45004 \emph default
45005  Addison-Wesley, 2004
45006 \end_layout
45007
45008 \begin_layout Bibliography
45009 \begin_inset CommandInset bibitem
45010 LatexCommand bibitem
45011 key "latexguide"
45012
45013 \end_inset
45014
45015 Helmut Kopka and Patrick W.
45016  Daly: 
45017 \emph on
45018 A Guide to \SpecialChar LaTeX
45019  Fourth Edition.
45020
45021 \emph default
45022  Addison-Wesley, 2003
45023 \end_layout
45024
45025 \begin_layout Bibliography
45026 \begin_inset CommandInset bibitem
45027 LatexCommand bibitem
45028 key "lamport"
45029
45030 \end_inset
45031
45032 Leslie Lamport: 
45033 \emph on
45034 \SpecialChar LaTeX
45035 : A Document Preparation System.
45036
45037 \emph default
45038  Addison-Wesley, second edition, 1994
45039 \end_layout
45040
45041 \begin_layout Bibliography
45042 \begin_inset CommandInset bibitem
45043 LatexCommand bibitem
45044 key "latex-praxisbuch"
45045
45046 \end_inset
45047
45048 Niedermair, Elke & Michael: 
45049 \emph on
45050 \SpecialChar LaTeX
45051 -Praxisbuch
45052 \emph default
45053 , Franzis-Verlag, 2004
45054 \end_layout
45055
45056 \begin_layout Bibliography
45057 \begin_inset CommandInset bibitem
45058 LatexCommand bibitem
45059 key "arydshln"
45060
45061 \end_inset
45062
45063 Dokumentation des \SpecialChar LaTeX
45064 -Pakets 
45065 \series bold
45066
45067 \begin_inset CommandInset href
45068 LatexCommand href
45069 name "arydshln"
45070 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45071
45072 \end_inset
45073
45074
45075 \series default
45076
45077 \begin_inset Index idx
45078 status collapsed
45079
45080 \begin_layout Plain Layout
45081 \SpecialChar LaTeX
45082 -Pakete ! arydshln
45083 \end_layout
45084
45085 \end_inset
45086
45087
45088 \end_layout
45089
45090 \begin_layout Bibliography
45091 \begin_inset CommandInset bibitem
45092 LatexCommand bibitem
45093 key "booktabs"
45094
45095 \end_inset
45096
45097 Dokumentation des \SpecialChar LaTeX
45098 -Pakets 
45099 \series bold
45100
45101 \begin_inset CommandInset href
45102 LatexCommand href
45103 name "booktabs"
45104 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45105
45106 \end_inset
45107
45108
45109 \series default
45110
45111 \begin_inset Index idx
45112 status collapsed
45113
45114 \begin_layout Plain Layout
45115 \SpecialChar LaTeX
45116 -Pakete ! booktabs
45117 \end_layout
45118
45119 \end_inset
45120
45121
45122 \end_layout
45123
45124 \begin_layout Bibliography
45125 \begin_inset CommandInset bibitem
45126 LatexCommand bibitem
45127 key "caption"
45128
45129 \end_inset
45130
45131 Dokumentation des \SpecialChar LaTeX
45132 -Pakets 
45133 \series bold
45134
45135 \begin_inset CommandInset href
45136 LatexCommand href
45137 name "caption"
45138 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
45139
45140 \end_inset
45141
45142
45143 \series default
45144
45145 \begin_inset Index idx
45146 status collapsed
45147
45148 \begin_layout Plain Layout
45149 \SpecialChar LaTeX
45150 -Pakete ! caption
45151 \end_layout
45152
45153 \end_inset
45154
45155
45156 \end_layout
45157
45158 \begin_layout Bibliography
45159 \begin_inset CommandInset bibitem
45160 LatexCommand bibitem
45161 key "diagbox"
45162
45163 \end_inset
45164
45165 Dokumentation des \SpecialChar LaTeX
45166 -Pakets 
45167 \series bold
45168
45169 \begin_inset CommandInset href
45170 LatexCommand href
45171 name "diagbox"
45172 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45173
45174 \end_inset
45175
45176
45177 \series default
45178
45179 \begin_inset Index idx
45180 status collapsed
45181
45182 \begin_layout Plain Layout
45183 \SpecialChar LaTeX
45184 -Pakete ! diagbox
45185 \end_layout
45186
45187 \end_inset
45188
45189
45190 \end_layout
45191
45192 \begin_layout Bibliography
45193 \begin_inset CommandInset bibitem
45194 LatexCommand bibitem
45195 key "endfloat"
45196
45197 \end_inset
45198
45199 Dokumentation des \SpecialChar LaTeX
45200 -Pakets 
45201 \series bold
45202
45203 \begin_inset CommandInset href
45204 LatexCommand href
45205 name "endfloat"
45206 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45207
45208 \end_inset
45209
45210
45211 \series default
45212
45213 \begin_inset Index idx
45214 status collapsed
45215
45216 \begin_layout Plain Layout
45217 \SpecialChar LaTeX
45218 -Pakete ! endfloat
45219 \end_layout
45220
45221 \end_inset
45222
45223
45224 \end_layout
45225
45226 \begin_layout Bibliography
45227 \begin_inset CommandInset bibitem
45228 LatexCommand bibitem
45229 key "footmisc"
45230
45231 \end_inset
45232
45233 Dokumentation des \SpecialChar LaTeX
45234 -Pakets 
45235 \series bold
45236
45237 \begin_inset CommandInset href
45238 LatexCommand href
45239 name "footmisc"
45240 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45241
45242 \end_inset
45243
45244
45245 \series default
45246
45247 \begin_inset Index idx
45248 status collapsed
45249
45250 \begin_layout Plain Layout
45251 \SpecialChar LaTeX
45252 -Pakete ! footmisc
45253 \end_layout
45254
45255 \end_inset
45256
45257
45258 \end_layout
45259
45260 \begin_layout Bibliography
45261 \begin_inset CommandInset bibitem
45262 LatexCommand bibitem
45263 key "hypcap"
45264
45265 \end_inset
45266
45267 Dokumentation des \SpecialChar LaTeX
45268 -Pakets 
45269 \series bold
45270
45271 \begin_inset CommandInset href
45272 LatexCommand href
45273 name "hypcap"
45274 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45275
45276 \end_inset
45277
45278
45279 \series default
45280
45281 \begin_inset Index idx
45282 status collapsed
45283
45284 \begin_layout Plain Layout
45285 \SpecialChar LaTeX
45286 -Pakete ! hypcap
45287 \end_layout
45288
45289 \end_inset
45290
45291
45292 \end_layout
45293
45294 \begin_layout Bibliography
45295 \begin_inset CommandInset bibitem
45296 LatexCommand bibitem
45297 key "hyperref"
45298
45299 \end_inset
45300
45301 Dokumentation des \SpecialChar LaTeX
45302 -Pakets 
45303 \series bold
45304
45305 \begin_inset CommandInset href
45306 LatexCommand href
45307 name "hyperref"
45308 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45309
45310 \end_inset
45311
45312
45313 \series default
45314
45315 \begin_inset Index idx
45316 status collapsed
45317
45318 \begin_layout Plain Layout
45319 \SpecialChar LaTeX
45320 -Pakete ! hyperref
45321 \end_layout
45322
45323 \end_inset
45324
45325
45326 \end_layout
45327
45328 \begin_layout Bibliography
45329 \begin_inset CommandInset bibitem
45330 LatexCommand bibitem
45331 key "KOMA-Script"
45332
45333 \end_inset
45334
45335 Dokumentation des \SpecialChar LaTeX
45336 -Pakets 
45337 \series bold
45338
45339 \begin_inset CommandInset href
45340 LatexCommand href
45341 name "KOMA-Script"
45342 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45343
45344 \end_inset
45345
45346
45347 \series default
45348
45349 \begin_inset Index idx
45350 status collapsed
45351
45352 \begin_layout Plain Layout
45353 \SpecialChar LaTeX
45354 -Pakete ! KOMA-Script
45355 \end_layout
45356
45357 \end_inset
45358
45359
45360 \end_layout
45361
45362 \begin_layout Bibliography
45363 \begin_inset CommandInset bibitem
45364 LatexCommand bibitem
45365 key "lettrine"
45366
45367 \end_inset
45368
45369 Dokumentation des \SpecialChar LaTeX
45370 -Pakets 
45371 \series bold
45372
45373 \begin_inset CommandInset href
45374 LatexCommand href
45375 name "lettrine"
45376 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45377
45378 \end_inset
45379
45380
45381 \series default
45382  und ein 
45383 \begin_inset CommandInset href
45384 LatexCommand href
45385 name "Beispiel"
45386 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
45387
45388 \end_inset
45389
45390
45391 \begin_inset Index idx
45392 status collapsed
45393
45394 \begin_layout Plain Layout
45395 \SpecialChar LaTeX
45396 -Pakete ! lettrine
45397 \end_layout
45398
45399 \end_inset
45400
45401
45402 \end_layout
45403
45404 \begin_layout Bibliography
45405 \begin_inset CommandInset bibitem
45406 LatexCommand bibitem
45407 key "listings"
45408
45409 \end_inset
45410
45411 Dokumentation des \SpecialChar LaTeX
45412 -Pakets 
45413 \series bold
45414
45415 \begin_inset CommandInset href
45416 LatexCommand href
45417 name "listings"
45418 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45419
45420 \end_inset
45421
45422
45423 \series default
45424
45425 \begin_inset Index idx
45426 status collapsed
45427
45428 \begin_layout Plain Layout
45429 \SpecialChar LaTeX
45430 -Pakete ! listings
45431 \end_layout
45432
45433 \end_inset
45434
45435
45436 \end_layout
45437
45438 \begin_layout Bibliography
45439 \begin_inset CommandInset bibitem
45440 LatexCommand bibitem
45441 key "marginnote"
45442
45443 \end_inset
45444
45445 Dokumentation des \SpecialChar LaTeX
45446 -Pakets 
45447 \series bold
45448
45449 \begin_inset CommandInset href
45450 LatexCommand href
45451 name "marginnote"
45452 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45453
45454 \end_inset
45455
45456
45457 \series default
45458
45459 \begin_inset Index idx
45460 status collapsed
45461
45462 \begin_layout Plain Layout
45463 \SpecialChar LaTeX
45464 -Pakete ! marginnote
45465 \end_layout
45466
45467 \end_inset
45468
45469
45470 \end_layout
45471
45472 \begin_layout Bibliography
45473 \begin_inset CommandInset bibitem
45474 LatexCommand bibitem
45475 key "pdfpages"
45476
45477 \end_inset
45478
45479 Dokumentation des \SpecialChar LaTeX
45480 -Pakets 
45481 \series bold
45482
45483 \begin_inset CommandInset href
45484 LatexCommand href
45485 name "pdfpages"
45486 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45487
45488 \end_inset
45489
45490
45491 \series default
45492
45493 \begin_inset Index idx
45494 status collapsed
45495
45496 \begin_layout Plain Layout
45497 \SpecialChar LaTeX
45498 -Pakete ! pdfpages
45499 \end_layout
45500
45501 \end_inset
45502
45503
45504 \end_layout
45505
45506 \begin_layout Bibliography
45507 \begin_inset CommandInset bibitem
45508 LatexCommand bibitem
45509 key "prettyref"
45510
45511 \end_inset
45512
45513 Dokumentation des \SpecialChar LaTeX
45514 -Pakets 
45515 \series bold
45516
45517 \begin_inset CommandInset href
45518 LatexCommand href
45519 name "prettyref"
45520 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45521
45522 \end_inset
45523
45524
45525 \series default
45526
45527 \begin_inset Index idx
45528 status collapsed
45529
45530 \begin_layout Plain Layout
45531 \SpecialChar LaTeX
45532 -Pakete ! prettyref
45533 \end_layout
45534
45535 \end_inset
45536
45537
45538 \end_layout
45539
45540 \begin_layout Bibliography
45541 \begin_inset CommandInset bibitem
45542 LatexCommand bibitem
45543 key "pstricks"
45544
45545 \end_inset
45546
45547 Webseite des \SpecialChar LaTeX
45548 -Pakets 
45549 \series bold
45550
45551 \begin_inset CommandInset href
45552 LatexCommand href
45553 name "PSTricks"
45554 target "http://tug.org/PSTricks/"
45555
45556 \end_inset
45557
45558
45559 \series default
45560
45561 \begin_inset Index idx
45562 status collapsed
45563
45564 \begin_layout Plain Layout
45565 \SpecialChar LaTeX
45566 -Pakete ! pstricks
45567 \end_layout
45568
45569 \end_inset
45570
45571
45572 \end_layout
45573
45574 \begin_layout Bibliography
45575 \begin_inset CommandInset bibitem
45576 LatexCommand bibitem
45577 key "refstyle"
45578
45579 \end_inset
45580
45581 Dokumentation des \SpecialChar LaTeX
45582 -Pakets 
45583 \series bold
45584
45585 \begin_inset CommandInset href
45586 LatexCommand href
45587 name "refstyle"
45588 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45589
45590 \end_inset
45591
45592
45593 \series default
45594
45595 \begin_inset Index idx
45596 status collapsed
45597
45598 \begin_layout Plain Layout
45599 \SpecialChar LaTeX
45600 -Pakete ! refstyle
45601 \end_layout
45602
45603 \end_inset
45604
45605
45606 \end_layout
45607
45608 \begin_layout Bibliography
45609 \begin_inset CommandInset bibitem
45610 LatexCommand bibitem
45611 key "sidecap"
45612
45613 \end_inset
45614
45615 Dokumentation des \SpecialChar LaTeX
45616 -Pakets 
45617 \series bold
45618
45619 \begin_inset CommandInset href
45620 LatexCommand href
45621 name "sidecap"
45622 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45623
45624 \end_inset
45625
45626
45627 \series default
45628
45629 \begin_inset Index idx
45630 status collapsed
45631
45632 \begin_layout Plain Layout
45633 \SpecialChar LaTeX
45634 -Pakete ! sidecap
45635 \end_layout
45636
45637 \end_inset
45638
45639
45640 \end_layout
45641
45642 \begin_layout Bibliography
45643 \begin_inset CommandInset bibitem
45644 LatexCommand bibitem
45645 key "NeuInLyX20"
45646
45647 \end_inset
45648
45649
45650 \begin_inset CommandInset href
45651 LatexCommand href
45652 name "Wiki-Seite"
45653 target "http://wiki.lyx.org/LyX/NewInLyX20"
45654
45655 \end_inset
45656
45657  über neue Funktionen in 
45658 \family sans
45659 \SpecialChar LyX
45660  2.0
45661 \family default
45662 .
45663 \end_layout
45664
45665 \begin_layout Standard
45666 \begin_inset CommandInset index_print
45667 LatexCommand printindex
45668 type "idx"
45669
45670 \end_inset
45671
45672
45673 \end_layout
45674
45675 \end_body
45676 \end_document