]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
EmbeddedObjects.lyx: update version number
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 544
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/de/
7 \textclass scrbook
8 \begin_preamble
9 % Setzt den Link für Sprünge zu Gleitabbildungen
10 % auf den Anfang des Gleitobjekts und nicht aufs Ende
11 \usepackage[figure]{hypcap}
12
13 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
14 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
15 \let\myTOC\tableofcontents
16 \renewcommand\tableofcontents{%
17   \frontmatter
18   \pdfbookmark[1]{\contentsname}{}
19   \myTOC
20   \mainmatter }
21
22 % Formatierung von Legenden
23 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
24
25 % Definitionen um Legenden neben Tabellen und Abbildungen zu setzen
26 \newcommand{\TabBesBeg}[1][1.0]{%
27  \let\MyTable\table
28  \let\MyEndtable\endtable
29  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
30
31 \newcommand{\TabBesEnd}{%
32  \let\table\MyTable
33  \let\endtable\MyEndtable}
34
35 \newcommand{\FigBesBeg}[1][1.0]{%
36  \let\MyFigure\figure
37  \let\MyEndfigure\endfigure
38  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
39
40 \newcommand{\FigBesEnd}{%
41  \let\figure\MyFigure
42  \let\endfigure\MyEndfigure}
43
44 % ermöglicht das Berechnen von Werten
45 \usepackage{calc}
46
47 %Vergrößert den Teil der Seite, in dem Gleitobjekte
48 % unten angeordnet werden dürfen
49 \renewcommand{\bottomfraction}{0.5}
50
51 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
52 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
53
54 % beschleunigt die Berechnung von langen Tabellen
55 \setcounter{LTchunksize}{100}
56
57 % wird bei farbigen Tabellen benutzt
58 \@ifundefined{textcolor}
59  {\usepackage{color}}{}
60 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
61 \definecolor{hellgrau}{gray}{0.8}
62
63 % testen ob paket colortbl installiert ist
64 % wird für farbige Tabellenzellen benutzt
65 \newboolean{colortbl}
66 \IfFileExists{colortbl.sty}
67  {\usepackage{colortbl}
68   \setboolean{colortbl}{true}}
69  {\setboolean{colortbl}{false}}
70
71 % wird benutzt, um Tabellenzellen zu vergrößern
72 \@ifundefined{extrarowheight}
73  {\usepackage{array}}{}
74 \setlength{\extrarowheight}{2pt}
75
76 % wird fuer benutzerdefinierte Tabellen benutzt
77 % ---
78 \newcolumntype{M}[1]
79  {>{\centering\hspace{0pt}}m{#1}}
80
81 \newcolumntype{S}[2]
82  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
83
84 \newcolumntype{K}[1]
85  {>{\columncolor{#1}\hspace{0pt}}c}
86
87 \newcolumntype{V}{!{\vrule width 1.5pt}}
88
89 \newcolumntype{W}{!{\color{green}\vline}}
90 % ---
91
92 % Setzt einen zusaetzlichen Abstand von
93 % 1.5 mm zwischen Fussnoten
94 \let\myFoot\footnote
95 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
96
97 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
98 \numberwithin{algorithm}{chapter}
99
100
101 % ------------------------------------
102 % Prüfung auf benötigte LaTeXPakete
103 \usepackage{ifthen}
104
105 % Pruefung auf arydshln
106 % für Tabellen mit gestrichelten Linien
107 \newboolean{arydshln}
108 \IfFileExists{arydshln.sty}
109  {\usepackage{arydshln}
110   \setboolean{arydshln}{true}}
111  {\setboolean{arydshln}{false}}
112
113 % Prüfung auf marginnote
114 % für Randnotizen
115 \newboolean{marginnote}
116 \IfFileExists{marginnote.sty}
117  {\usepackage{marginnote}
118   \let\marginpar\marginnote
119   \setboolean{marginnote}{true}}
120  {\setboolean{marginnote}{false}}
121
122 % Prüfung auf sidecap
123 % für seitliche Beschriftungen
124 \newboolean{sidecap}
125 \IfFileExists{sidecap.sty}
126  {\usepackage{sidecap}
127   \setboolean{sidecap}{true}}
128  {\setboolean{sidecap}{false}}
129
130 % Prüfung auf picinpar
131 \newboolean{picinpar}
132 \IfFileExists{picinpar.sty}
133  {\usepackage{picinpar}
134   \setboolean{picinpar}{true}}
135  {\setboolean{picinpar}{false}}
136
137 % Prüfung auf lettrine
138 \newboolean{lettrine}
139 \IfFileExists{lettrine.sty}
140  {\usepackage{lettrine}
141   \setboolean{lettrine}{true}}
142  {\setboolean{lettrine}{false}}
143
144 % Prüfung auf diagbox
145 \newboolean{diagbox}
146 \IfFileExists{diagbox.sty}
147  {\usepackage{diagbox}
148   \setboolean{diagbox}{true}}
149  {\setboolean{diagbox}{false}}
150
151 \@ifpackageloaded{babel}{
152  % Damit der Index den Namen "Stichwortverzeichnis" erhält
153  \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
154 }{}
155 \end_preamble
156 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
157 \use_default_options false
158 \begin_modules
159 initials
160 graphicboxes
161 \end_modules
162 \maintain_unincluded_children false
163 \language ngerman
164 \language_package default
165 \inputencoding auto
166 \fontencoding global
167 \font_roman "lmodern" "default"
168 \font_sans "lmss" "default"
169 \font_typewriter "lmtt" "default"
170 \font_math "auto" "auto"
171 \font_default_family default
172 \use_non_tex_fonts false
173 \font_sc false
174 \font_osf false
175 \font_sf_scale 100 100
176 \font_tt_scale 100 100
177 \use_microtype false
178 \use_dash_ligatures false
179 \graphics default
180 \default_output_format pdf2
181 \output_sync 0
182 \bibtex_command default
183 \index_command default
184 \paperfontsize 12
185 \spacing single
186 \use_hyperref true
187 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
188 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
189 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
190 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
191 \pdf_bookmarks true
192 \pdf_bookmarksnumbered true
193 \pdf_bookmarksopen true
194 \pdf_bookmarksopenlevel 1
195 \pdf_breaklinks false
196 \pdf_pdfborder false
197 \pdf_colorlinks true
198 \pdf_backref false
199 \pdf_pdfusetitle false
200 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
201 \papersize a4paper
202 \use_geometry false
203 \use_package amsmath 1
204 \use_package amssymb 1
205 \use_package cancel 1
206 \use_package esint 1
207 \use_package mathdots 1
208 \use_package mathtools 1
209 \use_package mhchem 1
210 \use_package stackrel 1
211 \use_package stmaryrd 1
212 \use_package undertilde 1
213 \cite_engine basic
214 \cite_engine_type default
215 \biblio_style plain
216 \use_bibtopic false
217 \use_indices false
218 \paperorientation portrait
219 \suppress_date false
220 \justification true
221 \use_refstyle 1
222 \use_minted 0
223 \notefontcolor #0000ff
224 \index Stichwortverzeichnis
225 \shortcut idx
226 \color #008000
227 \end_index
228 \secnumdepth 3
229 \tocdepth 3
230 \paragraph_separation skip
231 \defskip medskip
232 \is_math_indent 0
233 \math_numbering_side default
234 \quotes_style german
235 \dynamic_quotes 0
236 \papercolumns 1
237 \papersides 2
238 \paperpagestyle default
239 \tracking_changes false
240 \output_changes false
241 \html_math_output 0
242 \html_css_as_file 0
243 \html_be_strict false
244 \end_header
245
246 \begin_body
247
248 \begin_layout Title
249 Das \SpecialChar LyX
250 -Handbuch der Einfügungen:
251 \begin_inset Newline newline
252 \end_inset
253
254  
255 \size larger
256 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
257 \end_layout
258
259 \begin_layout Author
260 vom \SpecialChar LyX
261 -Team
262 \begin_inset Foot
263 status open
264
265 \begin_layout Plain Layout
266 \noindent
267
268 \size normal
269 Übersetzung und Bearbeitung: Hartmut Haase
270 \size default
271  (
272 \noun on
273 HHa
274 \noun default
275 , bis März 2010), Uwe Stöhr
276 \begin_inset Newline newline
277 \end_inset
278
279 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
280  bitte an: 
281 \begin_inset CommandInset href
282 LatexCommand href
283 name "lyx-docs@lists.lyx.org"
284 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
285 type "mailto:"
286 literal "false"
287
288 \end_inset
289
290
291 \end_layout
292
293 \end_inset
294
295
296 \begin_inset Note Note
297 status collapsed
298
299 \begin_layout Plain Layout
300 Autor: Uwe Stöhr <uwestoehr@web.de>
301 \end_layout
302
303 \end_inset
304
305
306 \begin_inset Newline newline
307 \end_inset
308
309
310 \begin_inset Newline newline
311 \end_inset
312
313
314 \family sans
315 Version 2.3.x
316 \end_layout
317
318 \begin_layout Standard
319 \begin_inset CommandInset toc
320 LatexCommand tableofcontents
321
322 \end_inset
323
324
325 \end_layout
326
327 \begin_layout Standard
328 \begin_inset Note Note
329 status open
330
331 \begin_layout Plain Layout
332 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
333 en zu können oder es auszudrucken, benötigen Sie die \SpecialChar LaTeX
334 -Pakte 
335 \series bold
336 arydshln
337 \series default
338
339 \series bold
340 colortbl
341 \series default
342
343 \series bold
344 diagbox, lettrine, marginnote, picinpar
345 \series default
346  und 
347 \series bold
348 sidecap
349 \series default
350 .
351  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
352  denen sie benötigt werden.
353 \end_layout
354
355 \begin_layout Plain Layout
356 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
357  hier finden:
358 \begin_inset Newline newline
359 \end_inset
360
361
362 \series bold
363 http://wiki.lyx.org/\SpecialChar LyX
364 /Manuals#EmbeddedObjects
365 \end_layout
366
367 \end_inset
368
369
370 \end_layout
371
372 \begin_layout Chapter
373 Abbildungen
374 \begin_inset Index idx
375 status collapsed
376
377 \begin_layout Plain Layout
378 Abbildungen
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \begin_layout Section
387 Grafik-Dialog
388 \begin_inset Index idx
389 status collapsed
390
391 \begin_layout Plain Layout
392 Abbildungen ! Grafik-Dialog
393 \end_layout
394
395 \end_inset
396
397
398 \begin_inset CommandInset label
399 LatexCommand label
400 name "abs:Grafik-Dialog"
401
402 \end_inset
403
404
405 \end_layout
406
407 \begin_layout Standard
408 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
409  
410 \begin_inset Info
411 type  "icon"
412 arg   "dialog-show-new-inset graphics"
413 \end_inset
414
415  in der Werkzeugleiste oder wählen das Menü 
416 \family sans
417 Einfügen\SpecialChar menuseparator
418 Grafik
419 \family default
420 .
421  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
422  
423 \family sans
424 Durchsuchen
425 \family default
426  eingeben können.
427  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
428  an der Sie sie eingefügt haben.
429 \end_layout
430
431 \begin_layout Standard
432 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
433  klicken.
434  Der Dialog hat drei Karteikarten:
435 \end_layout
436
437 \begin_layout Description
438
439 \family sans
440 Grafik
441 \family default
442  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
443  Version festlegen.
444  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
445 \begin_inset space ~
446 \end_inset
447
448
449 \begin_inset CommandInset ref
450 LatexCommand ref
451 reference "kap:In-LyX-verfügbare"
452
453 \end_inset
454
455  erklärt.
456 \begin_inset Newline newline
457 \end_inset
458
459
460 \begin_inset Index idx
461 status collapsed
462
463 \begin_layout Plain Layout
464 Abbildungen ! rotierte
465 \end_layout
466
467 \end_inset
468
469 Sie können Abbildungen durch Angabe eines 
470 \family sans
471 Winkel
472 \family default
473
474 \begin_inset space ~
475 \end_inset
476
477
478 \family sans
479 (Grad)
480 \family default
481  und Festlegung eines 
482 \family sans
483 Drehpunktes
484 \family default
485  drehen.
486  Negative Winkel drehen im Uhrzeigersinn.
487  Die Abbildung wird auch in \SpecialChar LyX
488  gedreht.
489 \begin_inset Newline newline
490 \end_inset
491
492
493 \begin_inset Index idx
494 status collapsed
495
496 \begin_layout Plain Layout
497 Abbildungen ! skalierte
498 \end_layout
499
500 \end_inset
501
502 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
503  oder Höhe und Breite definiert.
504  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
505  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
506  wobei sie möglicherweise verzerrt wird.
507  Um das zu vermeiden, sollten Sie 
508 \family sans
509 Seitenverhältnis
510 \begin_inset space ~
511 \end_inset
512
513 beibehalten
514 \family default
515  ankreuzen.
516  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
517  und Breite nicht überschritten werden.
518 \begin_inset Newline newline
519 \end_inset
520
521 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
522 nden Kontext-Menü 
523 \family sans
524 Datei extern bearbeiten
525 \family default
526  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
527  öffnen.
528  Das Programm kann für jedes Bildformat in den \SpecialChar LyX
529 -Einstellungen unter 
530 \family sans
531 Datei-Handhabung\SpecialChar menuseparator
532 Dateiformate
533 \family default
534  festgelegt werden.
535 \end_layout
536
537 \begin_layout Description
538
539 \family sans
540 Ausschnitt
541 \family default
542  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
543  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
544  Wenn Sie auf 
545 \family sans
546 Lese
547 \begin_inset space ~
548 \end_inset
549
550 aus
551 \begin_inset space ~
552 \end_inset
553
554 Datei
555 \family default
556  klicken, werden die Koordinaten automatisch berechnet.
557  Die Option 
558 \family sans
559 Auf
560 \begin_inset space ~
561 \end_inset
562
563 Begrenzungsbox
564 \begin_inset space ~
565 \end_inset
566
567 zuschneiden
568 \family default
569  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
570  Koordinaten liegt.
571  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
572  diese Karteikarte ignorieren.
573 \end_layout
574
575 \begin_layout Description
576
577 \family sans
578 \SpecialChar LaTeX
579 -
580 \begin_inset space ~
581 \end_inset
582
583 und
584 \begin_inset space ~
585 \end_inset
586
587 \SpecialChar LyX
588 -Optionen
589 \family default
590  Hier können Sie das Aussehen einer Abbildung innerhalb von \SpecialChar LyX
591  ändern und
592  \SpecialChar LaTeX
593 -Experten können weitere \SpecialChar LaTeX
594 -Optionen definieren.
595 \begin_inset Newline newline
596 \end_inset
597
598 Ist die Option 
599 \family sans
600 Entwurfsmodus 
601 \family default
602 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
603  darin gedruckt.
604 \begin_inset Newline newline
605 \end_inset
606
607 Im Abschnitt 
608 \family sans
609 Grafikgruppe
610 \family default
611  kann man eine Einstellungsgruppe definieren oder dem Bild eine solche zuzuordne
612 n.
613 \begin_inset Index idx
614 status collapsed
615
616 \begin_layout Plain Layout
617 Abbildungen ! Einstellungsgruppen
618 \end_layout
619
620 \end_inset
621
622  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
623  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
624  der Gruppe geändert werden.
625  Damit kann man z.B.
626 \begin_inset space ~
627 \end_inset
628
629 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
630  Bild tun zu müssen.
631  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
632  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
633 \end_layout
634
635 \begin_layout Standard
636 \begin_inset VSpace bigskip
637 \end_inset
638
639
640 \end_layout
641
642 \begin_layout Standard
643 Hier ist eine zentrierte PDF-Abbildung
644 \begin_inset Foot
645 status collapsed
646
647 \begin_layout Plain Layout
648 Abbildungsformate sind in Abschnitt
649 \begin_inset space ~
650 \end_inset
651
652
653 \begin_inset CommandInset ref
654 LatexCommand ref
655 reference "abs:Bildformate"
656
657 \end_inset
658
659  beschrieben.
660 \end_layout
661
662 \end_inset
663
664  in einem eigenen Absatz:
665 \end_layout
666
667 \begin_layout Standard
668 \align center
669 \begin_inset Graphics
670         filename ../clipart/2D-intensity-plot.pdf
671         scaleBeforeRotation
672         rotateOrigin center
673
674 \end_inset
675
676
677 \end_layout
678
679 \begin_layout Standard
680 \noindent
681 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
682 \end_layout
683
684 \begin_layout Standard
685 \align center
686 \begin_inset Graphics
687         filename ../clipart/2D-intensity-plot.pdf
688         draft
689         scaleBeforeRotation
690         rotateOrigin center
691
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Section
698 Gleitende Abbildungen
699 \begin_inset CommandInset label
700 LatexCommand label
701 name "abs:Gleitende-Abbildungen"
702
703 \end_inset
704
705
706 \begin_inset Index idx
707 status collapsed
708
709 \begin_layout Plain Layout
710 Abbildungen ! gleitende
711 \end_layout
712
713 \end_inset
714
715
716 \begin_inset Index idx
717 status collapsed
718
719 \begin_layout Plain Layout
720 Gleitobjekte ! Abbildungen
721 \end_layout
722
723 \end_inset
724
725
726 \end_layout
727
728 \begin_layout Standard
729 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
730 \begin_inset space ~
731 \end_inset
732
733
734 \begin_inset CommandInset ref
735 LatexCommand ref
736 reference "abs:Gleitobjekte-Einleitung"
737
738 \end_inset
739
740 .
741 \end_layout
742
743 \begin_layout Standard
744 Wenn Sie auf das Werkzeugleisten-Symbol 
745 \begin_inset Info
746 type  "icon"
747 arg   "float-insert figure"
748 \end_inset
749
750  klicken oder 
751 \family sans
752 Einfügen\SpecialChar menuseparator
753 Gleit\SpecialChar softhyphen
754 objekt\SpecialChar menuseparator
755 Abbildung
756 \family default
757  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
758  In das rot umrahmte Feld rechts von 
759 \emph on
760 Abbildung
761 \begin_inset space ~
762 \end_inset
763
764 Nr:
765 \emph default
766  schreiben Sie die Bildbeschriftung.
767  Nach einem Klick oberhalb oder unterhalb von 
768 \emph on
769 Abbildung
770 \begin_inset space ~
771 \end_inset
772
773 Nr:
774 \emph default
775  können Sie dann eine Abbildung wie 
776 \begin_inset CommandInset ref
777 LatexCommand ref
778 reference "fig:Ein-Stern-in"
779
780 \end_inset
781
782  oberhalb oder wie Abbildung
783 \begin_inset space ~
784 \end_inset
785
786
787 \begin_inset CommandInset ref
788 LatexCommand ref
789 reference "fig:Ein-3D-Objekt"
790
791 \end_inset
792
793  unterhalb der Bildbeschriftung einfügen.
794  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
795 \begin_inset space ~
796 \end_inset
797
798
799 \begin_inset CommandInset ref
800 LatexCommand ref
801 reference "abs:Titel-Platzierung"
802
803 \end_inset
804
805 .
806 \end_layout
807
808 \begin_layout Standard
809 \begin_inset Float figure
810 wide false
811 sideways false
812 status open
813
814 \begin_layout Plain Layout
815 \align center
816 \begin_inset Graphics
817         filename ../clipart/Star-structure.pdf
818         lyxscale 60
819         width 50col%
820         scaleBeforeRotation
821         rotateOrigin center
822
823 \end_inset
824
825
826 \end_layout
827
828 \begin_layout Plain Layout
829 \begin_inset Caption Standard
830
831 \begin_layout Plain Layout
832 \begin_inset CommandInset label
833 LatexCommand label
834 name "fig:Ein-Stern-in"
835
836 \end_inset
837
838 Ein Stern in einem Gleitobjekt.
839 \end_layout
840
841 \end_inset
842
843
844 \end_layout
845
846 \end_inset
847
848
849 \end_layout
850
851 \begin_layout Standard
852 \begin_inset Float figure
853 wide false
854 sideways false
855 status open
856
857 \begin_layout Plain Layout
858 \begin_inset Caption Standard
859
860 \begin_layout Plain Layout
861 \begin_inset CommandInset label
862 LatexCommand label
863 name "fig:Ein-3D-Objekt"
864
865 \end_inset
866
867 Ein 3D-Objekt.
868 \end_layout
869
870 \end_inset
871
872
873 \end_layout
874
875 \begin_layout Plain Layout
876 \align center
877 \begin_inset Graphics
878         filename ../clipart/3D-structure-distort.pdf
879         lyxscale 60
880         scale 80
881         scaleBeforeRotation
882         rotateOrigin center
883
884 \end_inset
885
886
887 \end_layout
888
889 \end_inset
890
891
892 \end_layout
893
894 \begin_layout Standard
895 \begin_inset Index idx
896 status collapsed
897
898 \begin_layout Plain Layout
899 Querverweise ! auf Abbildungen
900 \end_layout
901
902 \end_inset
903
904 Abbildung
905 \begin_inset space ~
906 \end_inset
907
908
909 \begin_inset CommandInset ref
910 LatexCommand ref
911 reference "fig:Ein-Stern-in"
912
913 \end_inset
914
915  und 
916 \begin_inset CommandInset ref
917 LatexCommand ref
918 reference "fig:Ein-3D-Objekt"
919
920 \end_inset
921
922  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
923  Dafür fügen Sie in der Beschriftung mit 
924 \family sans
925 Einfügen\SpecialChar menuseparator
926 Marke
927 \family default
928  oder durch Klicken auf 
929 \begin_inset Info
930 type  "icon"
931 arg   "label-insert"
932 \end_inset
933
934  eine Marke ein.
935  Auf diese können Sie dann wie gewohnt mit 
936 \family sans
937 Einfügen\SpecialChar menuseparator
938 Querverweis
939 \family default
940  oder durch Klicken auf 
941 \family sans
942
943 \begin_inset Info
944 type  "icon"
945 arg   "dialog-show-new-inset ref"
946 \end_inset
947
948
949 \family default
950  verweisen.
951  Das ist besser als eine vage Formulierung wie 
952 \begin_inset Quotes gld
953 \end_inset
954
955 die obige Abbildung
956 \begin_inset Quotes grd
957 \end_inset
958
959  zu benutzen, weil \SpecialChar LaTeX
960  die Abbildung dort platzieren wird, wo es sinnvoll erscheint
961 , und das muss nicht 
962 \emph on
963 oben
964 \emph default
965  sein.
966  Verweise werden detailliert in Abschnitt
967 \begin_inset space ~
968 \end_inset
969
970
971 \begin_inset CommandInset ref
972 LatexCommand ref
973 reference "abs:Auf-Gleitobjekte-verweisen"
974
975 \end_inset
976
977  beschrieben.
978 \end_layout
979
980 \begin_layout Standard
981 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
982  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
983  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
984  Gleitabbildung einfügt.
985  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
986  Abbildung
987 \begin_inset space ~
988 \end_inset
989
990
991 \begin_inset CommandInset ref
992 LatexCommand ref
993 reference "fig:Zwei-Teilabbildungen"
994
995 \end_inset
996
997  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
998  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
999  Gleitabbildung auf Eingabe drücken.
1000  Abbildung
1001 \begin_inset space ~
1002 \end_inset
1003
1004
1005 \begin_inset CommandInset ref
1006 LatexCommand ref
1007 reference "fig:Pinkes-Objekt"
1008
1009 \end_inset
1010
1011  und 
1012 \begin_inset CommandInset ref
1013 LatexCommand ref
1014 reference "fig:Ein-Stern"
1015
1016 \end_inset
1017
1018  sind die Teilabbildungen.
1019 \end_layout
1020
1021 \begin_layout Standard
1022 \begin_inset Float figure
1023 wide false
1024 sideways false
1025 status open
1026
1027 \begin_layout Plain Layout
1028 \begin_inset space \hfill{}
1029 \end_inset
1030
1031
1032 \begin_inset Float figure
1033 wide false
1034 sideways false
1035 status collapsed
1036
1037 \begin_layout Plain Layout
1038 \begin_inset Caption Standard
1039
1040 \begin_layout Plain Layout
1041 \begin_inset CommandInset label
1042 LatexCommand label
1043 name "fig:Pinkes-Objekt"
1044
1045 \end_inset
1046
1047 Pinkes Objekt.
1048 \end_layout
1049
1050 \end_inset
1051
1052
1053 \end_layout
1054
1055 \begin_layout Plain Layout
1056 \begin_inset Graphics
1057         filename ../clipart/3D-structure-distort.pdf
1058         width 45col%
1059         scaleBeforeRotation
1060         groupId Teilabbildung
1061
1062 \end_inset
1063
1064
1065 \end_layout
1066
1067 \end_inset
1068
1069
1070 \begin_inset space \hfill{}
1071 \end_inset
1072
1073
1074 \begin_inset Float figure
1075 wide false
1076 sideways false
1077 status collapsed
1078
1079 \begin_layout Plain Layout
1080 \begin_inset Caption Standard
1081
1082 \begin_layout Plain Layout
1083 \begin_inset CommandInset label
1084 LatexCommand label
1085 name "fig:Ein-Stern"
1086
1087 \end_inset
1088
1089 Ein Stern.
1090 \end_layout
1091
1092 \end_inset
1093
1094
1095 \end_layout
1096
1097 \begin_layout Plain Layout
1098 \begin_inset Graphics
1099         filename ../clipart/Star-structure.pdf
1100         width 45col%
1101         scaleBeforeRotation
1102         groupId Teilabbildung
1103
1104 \end_inset
1105
1106
1107 \end_layout
1108
1109 \end_inset
1110
1111
1112 \begin_inset space \hfill{}
1113 \end_inset
1114
1115
1116 \end_layout
1117
1118 \begin_layout Plain Layout
1119 \begin_inset Caption Standard
1120
1121 \begin_layout Plain Layout
1122 \begin_inset CommandInset label
1123 LatexCommand label
1124 name "fig:Zwei-Teilabbildungen"
1125
1126 \end_inset
1127
1128 Zwei Teilabbildungen nebeneinander.
1129  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1130 \begin_inset Quotes gld
1131 \end_inset
1132
1133 Teilabbildung
1134 \begin_inset Quotes grd
1135 \end_inset
1136
1137  an.
1138 \end_layout
1139
1140 \end_inset
1141
1142
1143 \end_layout
1144
1145 \end_inset
1146
1147
1148 \end_layout
1149
1150 \begin_layout Section
1151 Bildformate
1152 \begin_inset CommandInset label
1153 LatexCommand label
1154 name "abs:Bildformate"
1155
1156 \end_inset
1157
1158
1159 \begin_inset Index idx
1160 status collapsed
1161
1162 \begin_layout Plain Layout
1163 Abbildungen ! Bildformate
1164 \end_layout
1165
1166 \end_inset
1167
1168
1169 \end_layout
1170
1171 \begin_layout Standard
1172 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1173  Aber wie in Anhang
1174 \begin_inset space ~
1175 \end_inset
1176
1177
1178 \begin_inset CommandInset ref
1179 LatexCommand ref
1180 reference "kap:Ausgabedatei-Formate"
1181
1182 \end_inset
1183
1184  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1185  \SpecialChar LyX
1186  benutzt im Hintergrund das Programm
1187 \family typewriter
1188  ImageMagick
1189 \family default
1190 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1191  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1192  vermeiden.
1193  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1194  werden können.
1195  Diese Formate werden in Anhang
1196 \begin_inset space ~
1197 \end_inset
1198
1199
1200 \begin_inset CommandInset ref
1201 LatexCommand ref
1202 reference "kap:Ausgabedatei-Formate"
1203
1204 \end_inset
1205
1206  beschrieben.
1207 \end_layout
1208
1209 \begin_layout Standard
1210 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1211 \end_layout
1212
1213 \begin_layout Description
1214 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1215  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1216  
1217 \emph on
1218 pixelig
1219 \emph default
1220  aus.
1221  Bekannte Pixel-Formate sind 
1222 \begin_inset Quotes gld
1223 \end_inset
1224
1225 Graphics Interchange Format
1226 \begin_inset Quotes grd
1227 \end_inset
1228
1229  (GIF, Dateiendung
1230 \family typewriter
1231  
1232 \family default
1233
1234 \begin_inset Quotes gld
1235 \end_inset
1236
1237
1238 \family typewriter
1239 .gif
1240 \family default
1241
1242 \begin_inset Quotes grd
1243 \end_inset
1244
1245 )
1246 \begin_inset Index idx
1247 status collapsed
1248
1249 \begin_layout Plain Layout
1250 GIF
1251 \end_layout
1252
1253 \end_inset
1254
1255
1256 \begin_inset Quotes gld
1257 \end_inset
1258
1259 Portable Network Graphics
1260 \begin_inset Quotes grd
1261 \end_inset
1262
1263  (PNG, Dateiendung 
1264 \begin_inset Quotes gld
1265 \end_inset
1266
1267
1268 \family typewriter
1269 .png
1270 \family default
1271
1272 \begin_inset Quotes grd
1273 \end_inset
1274
1275 )
1276 \begin_inset Index idx
1277 status collapsed
1278
1279 \begin_layout Plain Layout
1280 PNG
1281 \end_layout
1282
1283 \end_inset
1284
1285
1286 \begin_inset Quotes gld
1287 \end_inset
1288
1289 Joint Photographic Experts Group
1290 \begin_inset Quotes grd
1291 \end_inset
1292
1293  (JPEG, Dateiendung
1294 \family typewriter
1295  
1296 \family default
1297
1298 \begin_inset Quotes gld
1299 \end_inset
1300
1301
1302 \family typewriter
1303 .jpg
1304 \family default
1305
1306 \begin_inset Quotes grd
1307 \end_inset
1308
1309  oder 
1310 \begin_inset Quotes gld
1311 \end_inset
1312
1313
1314 \family typewriter
1315 .jpeg
1316 \family default
1317
1318 \begin_inset Quotes grd
1319 \end_inset
1320
1321 )
1322 \begin_inset Index idx
1323 status collapsed
1324
1325 \begin_layout Plain Layout
1326 JPG, JPEG
1327 \end_layout
1328
1329 \end_inset
1330
1331  und 
1332 \begin_inset Quotes gld
1333 \end_inset
1334
1335 Windows Bitmap
1336 \begin_inset Quotes grd
1337 \end_inset
1338
1339  (BMP, Dateiendung 
1340 \begin_inset Quotes gld
1341 \end_inset
1342
1343
1344 \family typewriter
1345 .bmp
1346 \family default
1347
1348 \begin_inset Quotes grd
1349 \end_inset
1350
1351 )
1352 \begin_inset Index idx
1353 status collapsed
1354
1355 \begin_layout Plain Layout
1356 BMP
1357 \end_layout
1358
1359 \end_inset
1360
1361 .
1362 \end_layout
1363
1364 \begin_layout Description
1365 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1366  auf jede beliebige Größe skaliert werden.
1367  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1368  zoomen zu können.
1369 \begin_inset Newline newline
1370 \end_inset
1371
1372 Bekannte Formate sind 
1373 \begin_inset Quotes gld
1374 \end_inset
1375
1376 Scalable Vector Graphics
1377 \begin_inset Quotes grd
1378 \end_inset
1379
1380  (SVG, Dateiendung
1381 \family typewriter
1382  
1383 \family default
1384
1385 \begin_inset Quotes gld
1386 \end_inset
1387
1388
1389 \family typewriter
1390 .svg
1391 \family default
1392
1393 \begin_inset Quotes grd
1394 \end_inset
1395
1396 )
1397 \begin_inset Index idx
1398 status collapsed
1399
1400 \begin_layout Plain Layout
1401 SVG
1402 \end_layout
1403
1404 \end_inset
1405
1406
1407 \begin_inset Quotes gld
1408 \end_inset
1409
1410 Encapsulated PostScript
1411 \begin_inset Quotes grd
1412 \end_inset
1413
1414  (EPS, Dateiendung 
1415 \begin_inset Quotes gld
1416 \end_inset
1417
1418
1419 \family typewriter
1420 .eps
1421 \family default
1422
1423 \begin_inset Quotes grd
1424 \end_inset
1425
1426 )
1427 \begin_inset Index idx
1428 status collapsed
1429
1430 \begin_layout Plain Layout
1431 EPS
1432 \end_layout
1433
1434 \end_inset
1435
1436
1437 \begin_inset Quotes gld
1438 \end_inset
1439
1440 Portable Document Format
1441 \begin_inset Quotes grd
1442 \end_inset
1443
1444  (PDF, Dateiendung
1445 \family typewriter
1446  
1447 \family default
1448
1449 \begin_inset Quotes gld
1450 \end_inset
1451
1452
1453 \family typewriter
1454 .pdf
1455 \family default
1456
1457 \begin_inset Quotes grd
1458 \end_inset
1459
1460 )
1461 \begin_inset Index idx
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465 PDF
1466 \end_layout
1467
1468 \end_inset
1469
1470  und 
1471 \begin_inset Quotes gld
1472 \end_inset
1473
1474 Windows Metafile
1475 \begin_inset Quotes grd
1476 \end_inset
1477
1478  (WMF, Dateiendung 
1479 \begin_inset Quotes gld
1480 \end_inset
1481
1482
1483 \family typewriter
1484 .wmf
1485 \family default
1486
1487 \begin_inset Quotes grd
1488 \end_inset
1489
1490 )
1491 \begin_inset Index idx
1492 status collapsed
1493
1494 \begin_layout Plain Layout
1495 WMF
1496 \end_layout
1497
1498 \end_inset
1499
1500 .
1501 \end_layout
1502
1503 \begin_layout Standard
1504 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1505  das Ergebnis ist immer noch ein Pixelbild.
1506  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1507  hinzugefügt.
1508 \begin_inset Foot
1509 status collapsed
1510
1511 \begin_layout Plain Layout
1512 Bei PDF wird das Originalbild auch noch komprimiert.
1513 \end_layout
1514
1515 \end_inset
1516
1517  Die PDF-Dateien, die 
1518 \family typewriter
1519 Adobe Photoshop
1520 \family default
1521  erzeugt, sind zum Beispiel Pixelbilder.
1522 \end_layout
1523
1524 \begin_layout Standard
1525 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1526  umgekehrt.
1527  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1528  eingefügt werden.
1529  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1530  erzeugt wird, weil es zur Zeit keine WMF/SVG
1531 \begin_inset Formula $\to$
1532 \end_inset
1533
1534 PDF/EPS Konverter gibt.
1535 \end_layout
1536
1537 \begin_layout Chapter
1538 Tabellen
1539 \begin_inset Index idx
1540 status collapsed
1541
1542 \begin_layout Plain Layout
1543 Tabellen
1544 \end_layout
1545
1546 \end_inset
1547
1548
1549 \end_layout
1550
1551 \begin_layout Section
1552 Einführung
1553 \begin_inset Index idx
1554 status collapsed
1555
1556 \begin_layout Plain Layout
1557 Tabellen ! Einführung
1558 \end_layout
1559
1560 \end_inset
1561
1562
1563 \end_layout
1564
1565 \begin_layout Standard
1566 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1567 \begin_inset Info
1568 type  "icon"
1569 arg   "tabular-insert"
1570 \end_inset
1571
1572  oder das Menü 
1573 \family sans
1574 Einfügen\SpecialChar menuseparator
1575 Tabelle
1576 \family default
1577  einfügen.
1578  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1579 \begin_inset space \thinspace{}
1580 \end_inset
1581
1582 -Tabelle.
1583  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1584  und die Größe der dunkelblauen Tabelle angezeigt.
1585  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1586  ein.
1587  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1588  Spaltenanzahl festlegen können.
1589 \end_layout
1590
1591 \begin_layout Standard
1592 In der so erstellten Tabelle ist jede Zelle umrandet.
1593  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1594  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1595  die zweite Zeile eine Linie oberhalb haben.
1596  Hier ist ein Beispiel:
1597 \end_layout
1598
1599 \begin_layout Standard
1600 \align center
1601 \begin_inset Tabular
1602 <lyxtabular version="3" rows="5" columns="4">
1603 <features tabularvalignment="middle">
1604 <column alignment="center" valignment="top">
1605 <column alignment="center" valignment="top">
1606 <column alignment="center" valignment="top">
1607 <column alignment="center" valignment="top">
1608 <row>
1609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1610 \begin_inset Text
1611
1612 \begin_layout Plain Layout
1613
1614 \end_layout
1615
1616 \end_inset
1617 </cell>
1618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1619 \begin_inset Text
1620
1621 \begin_layout Plain Layout
1622
1623 \family roman
1624 \series medium
1625 \shape up
1626 \size normal
1627 \emph off
1628 \bar no
1629 \noun off
1630 \color none
1631 1
1632 \end_layout
1633
1634 \end_inset
1635 </cell>
1636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1637 \begin_inset Text
1638
1639 \begin_layout Plain Layout
1640 2
1641 \end_layout
1642
1643 \end_inset
1644 </cell>
1645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1646 \begin_inset Text
1647
1648 \begin_layout Plain Layout
1649 3
1650 \end_layout
1651
1652 \end_inset
1653 </cell>
1654 </row>
1655 <row>
1656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1657 \begin_inset Text
1658
1659 \begin_layout Plain Layout
1660
1661 \family roman
1662 \series medium
1663 \shape up
1664 \size normal
1665 \emph off
1666 \bar no
1667 \noun off
1668 \color none
1669 A
1670 \end_layout
1671
1672 \end_inset
1673 </cell>
1674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1675 \begin_inset Text
1676
1677 \begin_layout Plain Layout
1678
1679 \end_layout
1680
1681 \end_inset
1682 </cell>
1683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1684 \begin_inset Text
1685
1686 \begin_layout Plain Layout
1687
1688 \end_layout
1689
1690 \end_inset
1691 </cell>
1692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1693 \begin_inset Text
1694
1695 \begin_layout Plain Layout
1696
1697 \end_layout
1698
1699 \end_inset
1700 </cell>
1701 </row>
1702 <row>
1703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1704 \begin_inset Text
1705
1706 \begin_layout Plain Layout
1707
1708 \family roman
1709 \series medium
1710 \shape up
1711 \size normal
1712 \emph off
1713 \bar no
1714 \noun off
1715 \color none
1716 B
1717 \end_layout
1718
1719 \end_inset
1720 </cell>
1721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1722 \begin_inset Text
1723
1724 \begin_layout Plain Layout
1725
1726 \end_layout
1727
1728 \end_inset
1729 </cell>
1730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1731 \begin_inset Text
1732
1733 \begin_layout Plain Layout
1734
1735 \end_layout
1736
1737 \end_inset
1738 </cell>
1739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1740 \begin_inset Text
1741
1742 \begin_layout Plain Layout
1743
1744 \end_layout
1745
1746 \end_inset
1747 </cell>
1748 </row>
1749 <row>
1750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1751 \begin_inset Text
1752
1753 \begin_layout Plain Layout
1754
1755 \family roman
1756 \series medium
1757 \shape up
1758 \size normal
1759 \emph off
1760 \bar no
1761 \noun off
1762 \color none
1763 C
1764 \end_layout
1765
1766 \end_inset
1767 </cell>
1768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1769 \begin_inset Text
1770
1771 \begin_layout Plain Layout
1772
1773 \end_layout
1774
1775 \end_inset
1776 </cell>
1777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1778 \begin_inset Text
1779
1780 \begin_layout Plain Layout
1781
1782 \end_layout
1783
1784 \end_inset
1785 </cell>
1786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1787 \begin_inset Text
1788
1789 \begin_layout Plain Layout
1790
1791 \end_layout
1792
1793 \end_inset
1794 </cell>
1795 </row>
1796 <row>
1797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1798 \begin_inset Text
1799
1800 \begin_layout Plain Layout
1801 D
1802 \end_layout
1803
1804 \end_inset
1805 </cell>
1806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1807 \begin_inset Text
1808
1809 \begin_layout Plain Layout
1810
1811 \end_layout
1812
1813 \end_inset
1814 </cell>
1815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1816 \begin_inset Text
1817
1818 \begin_layout Plain Layout
1819
1820 \end_layout
1821
1822 \end_inset
1823 </cell>
1824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1825 \begin_inset Text
1826
1827 \begin_layout Plain Layout
1828
1829 \end_layout
1830
1831 \end_inset
1832 </cell>
1833 </row>
1834 </lyxtabular>
1835
1836 \end_inset
1837
1838
1839 \end_layout
1840
1841 \begin_layout Section
1842 Tabellen-Dialog
1843 \begin_inset Index idx
1844 status collapsed
1845
1846 \begin_layout Plain Layout
1847 Tabellen ! Einstellungen
1848 \end_layout
1849
1850 \end_inset
1851
1852
1853 \end_layout
1854
1855 \begin_layout Standard
1856 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1857  Maustaste darauf klicken.
1858  Dadurch wird ein Kontextmenü angezeigt, in dem Sie im Eintrag 
1859 \family sans
1860 Mehr
1861 \family default
1862  Eigenschaften der Zelle und Zeile/Spalte, in der der Mauszeiger gerade
1863  ist, geändert werden können.
1864  Das Kontextmenü 
1865 \family sans
1866 Mehr\SpecialChar menuseparator
1867 Einstellungen
1868 \family default
1869  öffnet den Tabellen-Dialog wo weitere Einstellungen vorgenommen werden
1870  können.
1871  Viele der Optionen im Dialog sind auch für eine Zellenauswahl wirksam.
1872  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1873  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1874  Auswahl.
1875  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1876 \emph on
1877 Inhalt
1878 \emph default
1879  einer Zelle oder die Zelle selber ausgewählt haben.
1880 \begin_inset Newline newline
1881 \end_inset
1882
1883 Mit der Dialog-Option 
1884 \family sans
1885 Direkt
1886 \begin_inset space ~
1887 \end_inset
1888
1889 übernehmen
1890 \family default
1891  wird jede Änderung, die Sie machen, direkt übernommen.
1892  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1893  dann auch die Parameter der neuen Zelle an.
1894  Wenn Sie Längenwerte im Dialog ändern, müssen Sie 
1895 \family sans
1896 Enter
1897 \family default
1898  drücken, um die Änderung zu übernehmen.
1899 \begin_inset Newline newline
1900 \end_inset
1901
1902 Der Tabellen-Dialog hat folgende Karteikarten:
1903 \end_layout
1904
1905 \begin_layout Description
1906 Tabellen-Einstellungen Hier können Sie die Horizontale
1907 \begin_inset space ~
1908 \end_inset
1909
1910 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1911  Die Ausrichtung 
1912 \family sans
1913 Am
1914 \begin_inset space ~
1915 \end_inset
1916
1917 Dezimaltrenner
1918 \family default
1919  ist in Abschnitt
1920 \begin_inset space ~
1921 \end_inset
1922
1923
1924 \begin_inset CommandInset ref
1925 LatexCommand ref
1926 reference "uab:Besondere-Zellenausrichtung"
1927
1928 \end_inset
1929
1930  beschrieben.
1931  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
1932 \begin_inset space ~
1933 \end_inset
1934
1935 Ausrichtung der momentanen Zeile wählen.
1936  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1937  Absätze haben, wie in Abschnitt
1938 \begin_inset space ~
1939 \end_inset
1940
1941
1942 \begin_inset CommandInset ref
1943 LatexCommand ref
1944 reference "uab:Mehrere-Zeilen-in"
1945
1946 \end_inset
1947
1948  beschrieben.
1949  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1950 \begin_inset Newline newline
1951 \end_inset
1952
1953 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1954  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
1955 \begin_inset space ~
1956 \end_inset
1957
1958
1959 \begin_inset CommandInset ref
1960 LatexCommand ref
1961 reference "uab:Mehrfachspalten"
1962
1963 \end_inset
1964
1965  und 
1966 \begin_inset CommandInset ref
1967 LatexCommand ref
1968 reference "uab:Mehrfachzeilen"
1969
1970 \end_inset
1971
1972  beschrieben.
1973 \begin_inset Newline newline
1974 \end_inset
1975
1976 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
1977  den Uhrzeigersinn um 90° drehen.
1978  \SpecialChar LyX
1979  zeigt diese Drehung nur in der Ausgabe.
1980  Für weitere Informationen siehe Abschnitt
1981 \begin_inset space ~
1982 \end_inset
1983
1984
1985 \begin_inset CommandInset ref
1986 LatexCommand ref
1987 reference "abs:Rotierte-Tabellenzellen"
1988
1989 \end_inset
1990
1991 .
1992 \begin_inset Newline newline
1993 \end_inset
1994
1995
1996 \begin_inset Note Greyedout
1997 status open
1998
1999 \begin_layout Plain Layout
2000
2001 \series bold
2002 Achtung:
2003 \series default
2004  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2005 \end_layout
2006
2007 \end_inset
2008
2009
2010 \begin_inset Newline newline
2011 \end_inset
2012
2013 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2014  Textzeilen verwendet:
2015 \begin_inset Newline newline
2016 \end_inset
2017
2018 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2019 \begin_inset Tabular
2020 <lyxtabular version="3" rows="2" columns="2">
2021 <features tabularvalignment="top">
2022 <column alignment="center" valignment="top" width="0pt">
2023 <column alignment="center" valignment="top">
2024 <row>
2025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2026 \begin_inset Text
2027
2028 \begin_layout Plain Layout
2029
2030 \end_layout
2031
2032 \end_inset
2033 </cell>
2034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2035 \begin_inset Text
2036
2037 \begin_layout Plain Layout
2038 1
2039 \end_layout
2040
2041 \end_inset
2042 </cell>
2043 </row>
2044 <row>
2045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2046 \begin_inset Text
2047
2048 \begin_layout Plain Layout
2049 A
2050 \end_layout
2051
2052 \end_inset
2053 </cell>
2054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2055 \begin_inset Text
2056
2057 \begin_layout Plain Layout
2058
2059 \end_layout
2060
2061 \end_inset
2062 </cell>
2063 </row>
2064 </lyxtabular>
2065
2066 \end_inset
2067
2068  
2069 \begin_inset Tabular
2070 <lyxtabular version="3" rows="2" columns="2">
2071 <features tabularvalignment="middle">
2072 <column alignment="center" valignment="top">
2073 <column alignment="center" valignment="top">
2074 <row>
2075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2076 \begin_inset Text
2077
2078 \begin_layout Plain Layout
2079
2080 \end_layout
2081
2082 \end_inset
2083 </cell>
2084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2085 \begin_inset Text
2086
2087 \begin_layout Plain Layout
2088 1
2089 \end_layout
2090
2091 \end_inset
2092 </cell>
2093 </row>
2094 <row>
2095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2096 \begin_inset Text
2097
2098 \begin_layout Plain Layout
2099 A
2100 \end_layout
2101
2102 \end_inset
2103 </cell>
2104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2105 \begin_inset Text
2106
2107 \begin_layout Plain Layout
2108
2109 \end_layout
2110
2111 \end_inset
2112 </cell>
2113 </row>
2114 </lyxtabular>
2115
2116 \end_inset
2117
2118  
2119 \begin_inset Tabular
2120 <lyxtabular version="3" rows="2" columns="2">
2121 <features tabularvalignment="bottom">
2122 <column alignment="center" valignment="top" width="0pt">
2123 <column alignment="center" valignment="top">
2124 <row>
2125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2126 \begin_inset Text
2127
2128 \begin_layout Plain Layout
2129
2130 \end_layout
2131
2132 \end_inset
2133 </cell>
2134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2135 \begin_inset Text
2136
2137 \begin_layout Plain Layout
2138 1
2139 \end_layout
2140
2141 \end_inset
2142 </cell>
2143 </row>
2144 <row>
2145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2146 \begin_inset Text
2147
2148 \begin_layout Plain Layout
2149 A
2150 \end_layout
2151
2152 \end_inset
2153 </cell>
2154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2155 \begin_inset Text
2156
2157 \begin_layout Plain Layout
2158
2159 \end_layout
2160
2161 \end_inset
2162 </cell>
2163 </row>
2164 </lyxtabular>
2165
2166 \end_inset
2167
2168
2169 \begin_inset Newline newline
2170 \end_inset
2171
2172 Man kann auch ein \SpecialChar LaTeX
2173 -Argument für besondere Tabellen-Formatierun\SpecialChar softhyphen
2174 gen einfügen,
2175  wie in den Abschnitten 
2176 \begin_inset CommandInset ref
2177 LatexCommand ref
2178 reference "uab:Mehrfachspalten-Berechnungen"
2179
2180 \end_inset
2181
2182  und 
2183 \begin_inset CommandInset ref
2184 LatexCommand ref
2185 reference "abs:Farbige-Tabellen"
2186
2187 \end_inset
2188
2189  beschrieben.
2190 \end_layout
2191
2192 \begin_layout Description
2193 Rahmen Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und
2194  Spalte(n) hinzufügen und löschen.
2195 \begin_inset Newline newline
2196 \end_inset
2197
2198 Wenn Sie die Stil-Option
2199 \family sans
2200  Formal
2201 \family default
2202  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2203 \begin_inset space ~
2204 \end_inset
2205
2206
2207 \begin_inset CommandInset ref
2208 LatexCommand ref
2209 reference "abs:Formale-Tabellen"
2210
2211 \end_inset
2212
2213  beschrieben, konvertiert.
2214 \begin_inset Newline newline
2215 \end_inset
2216
2217 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2218 \begin_inset space ~
2219 \end_inset
2220
2221
2222 \begin_inset CommandInset ref
2223 LatexCommand ref
2224 reference "uab:Zeilenabstand"
2225
2226 \end_inset
2227
2228  beschrieben.
2229 \end_layout
2230
2231 \begin_layout Description
2232 Mehrseitige
2233 \begin_inset space ~
2234 \end_inset
2235
2236 Tabelle Hier kann eine Tabelle definiert werden, die über mehrere Seiten
2237  reicht.
2238  Die Abschnitte
2239 \begin_inset space ~
2240 \end_inset
2241
2242
2243 \begin_inset CommandInset ref
2244 LatexCommand ref
2245 reference "abs:Mehrseitige-Tabellen"
2246
2247 \end_inset
2248
2249  und 
2250 \begin_inset CommandInset ref
2251 LatexCommand ref
2252 reference "sec:Weitere-Möglichkeiten-für"
2253
2254 \end_inset
2255
2256  beschreiben diese Funktion genauer.
2257 \end_layout
2258
2259 \begin_layout Section
2260 Tabellen-Werkzeugleiste
2261 \begin_inset Index idx
2262 status collapsed
2263
2264 \begin_layout Plain Layout
2265 Tabellen ! Werkzeugleiste
2266 \end_layout
2267
2268 \end_inset
2269
2270
2271 \end_layout
2272
2273 \begin_layout Standard
2274 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2275 \family sans
2276 Tabellen-Einstellungen
2277 \family default
2278 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2279  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2280  \SpecialChar LyX
2281 -Fensters.
2282 \end_layout
2283
2284 \begin_layout Standard
2285 Die Werkzeugleiste hat folgende Knöpfe:
2286 \end_layout
2287
2288 \begin_layout Labeling
2289 \labelwidthstring 00.00.0000
2290 \begin_inset Info
2291 type  "icon"
2292 arg   "tabular-feature append-row"
2293 \end_inset
2294
2295  Fügt eine Zeile unterhalb der momentanen an
2296 \end_layout
2297
2298 \begin_layout Labeling
2299 \labelwidthstring 00.00.0000
2300 \begin_inset Info
2301 type  "icon"
2302 arg   "tabular-feature append-column"
2303 \end_inset
2304
2305  Fügt eine Spalte rechts von der momentanen an
2306 \end_layout
2307
2308 \begin_layout Labeling
2309 \labelwidthstring 00.00.0000
2310 \begin_inset Info
2311 type  "icon"
2312 arg   "tabular-feature delete-row"
2313 \end_inset
2314
2315  Löscht die ausgewählte(n) Zeile(n)
2316 \end_layout
2317
2318 \begin_layout Labeling
2319 \labelwidthstring 00.00.0000
2320 \begin_inset Info
2321 type  "icon"
2322 arg   "tabular-feature delete-column"
2323 \end_inset
2324
2325  Löscht die ausgewählte(n) Spalte(n)
2326 \end_layout
2327
2328 \begin_layout Labeling
2329 \labelwidthstring 00.00.0000
2330 \begin_inset Info
2331 type  "icon"
2332 arg   "tabular-feature move-row-up"
2333 \end_inset
2334
2335  verschiebt die ausgewählte Zeile nach oben
2336 \end_layout
2337
2338 \begin_layout Labeling
2339 \labelwidthstring 00.00.0000
2340 \begin_inset Info
2341 type  "icon"
2342 arg   "tabular-feature move-column-left"
2343 \end_inset
2344
2345  verschiebt die ausgewählte Spalte nach links
2346 \end_layout
2347
2348 \begin_layout Labeling
2349 \labelwidthstring 00.00.0000
2350 \begin_inset Info
2351 type  "icon"
2352 arg   "tabular-feature move-row-down"
2353 \end_inset
2354
2355  verschiebt die ausgewählte Zeile nach unten
2356 \end_layout
2357
2358 \begin_layout Labeling
2359 \labelwidthstring 00.00.0000
2360 \begin_inset Info
2361 type  "icon"
2362 arg   "tabular-feature move-column-right"
2363 \end_inset
2364
2365  verschiebt die ausgewählte Spalte nach rechts
2366 \end_layout
2367
2368 \begin_layout Labeling
2369 \labelwidthstring 00.00.0000
2370 \begin_inset Info
2371 type  "icon"
2372 arg   "tabular-feature toggle-line-top"
2373 \end_inset
2374
2375  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2376  wenn der Knopf grau hinterlegt ist
2377 \end_layout
2378
2379 \begin_layout Labeling
2380 \labelwidthstring 00.00.0000
2381 \begin_inset Info
2382 type  "icon"
2383 arg   "tabular-feature toggle-line-bottom"
2384 \end_inset
2385
2386  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2387  wenn der Knopf grau hinterlegt ist
2388 \end_layout
2389
2390 \begin_layout Labeling
2391 \labelwidthstring 00.00.0000
2392 \begin_inset Info
2393 type  "icon"
2394 arg   "tabular-feature toggle-line-left"
2395 \end_inset
2396
2397  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2398  wenn der Knopf grau hinterlegt ist
2399 \end_layout
2400
2401 \begin_layout Labeling
2402 \labelwidthstring 00.00.0000
2403 \begin_inset Info
2404 type  "icon"
2405 arg   "tabular-feature toggle-line-right"
2406 \end_inset
2407
2408  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2409  wenn der Knopf grau hinterlegt ist
2410 \end_layout
2411
2412 \begin_layout Labeling
2413 \labelwidthstring 00.00.0000
2414 \begin_inset Info
2415 type  "icon"
2416 arg   "tabular-feature set-all-lines"
2417 \end_inset
2418
2419  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2420 \end_layout
2421
2422 \begin_layout Labeling
2423 \labelwidthstring 00.00.0000
2424 \begin_inset Info
2425 type  "icon"
2426 arg   "tabular-feature unset-all-lines"
2427 \end_inset
2428
2429  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2430 \end_layout
2431
2432 \begin_layout Labeling
2433 \labelwidthstring 00.00.0000
2434 \begin_inset Info
2435 type  "icon"
2436 arg   "tabular-feature m-align-left"
2437 \end_inset
2438
2439  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2440 \end_layout
2441
2442 \begin_layout Labeling
2443 \labelwidthstring 00.00.0000
2444 \begin_inset Info
2445 type  "icon"
2446 arg   "tabular-feature m-align-center"
2447 \end_inset
2448
2449  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2450 \end_layout
2451
2452 \begin_layout Labeling
2453 \labelwidthstring 00.00.0000
2454 \begin_inset Info
2455 type  "icon"
2456 arg   "tabular-feature m-align-right"
2457 \end_inset
2458
2459  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2460 \end_layout
2461
2462 \begin_layout Labeling
2463 \labelwidthstring 00.00.0000
2464 \begin_inset Info
2465 type  "icon"
2466 arg   "tabular-feature align-decimal"
2467 \end_inset
2468
2469  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2470 \end_layout
2471
2472 \begin_layout Labeling
2473 \labelwidthstring 00.00.0000
2474 \begin_inset Info
2475 type  "icon"
2476 arg   "tabular-feature m-valign-top"
2477 \end_inset
2478
2479  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2480 \end_layout
2481
2482 \begin_layout Labeling
2483 \labelwidthstring 00.00.0000
2484 \begin_inset Info
2485 type  "icon"
2486 arg   "tabular-feature m-valign-middle"
2487 \end_inset
2488
2489  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2490 \end_layout
2491
2492 \begin_layout Labeling
2493 \labelwidthstring 00.00.0000
2494 \begin_inset Info
2495 type  "icon"
2496 arg   "tabular-feature m-valign-bottom"
2497 \end_inset
2498
2499  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2500 \end_layout
2501
2502 \begin_layout Labeling
2503 \labelwidthstring 00.00.0000
2504 \begin_inset Info
2505 type  "icon"
2506 arg   "tabular-feature set-rotate-cell"
2507 \end_inset
2508
2509  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2510 \end_layout
2511
2512 \begin_layout Labeling
2513 \labelwidthstring 00.00.0000
2514 \begin_inset Info
2515 type  "icon"
2516 arg   "tabular-feature set-rotate-tabular"
2517 \end_inset
2518
2519  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2520 \end_layout
2521
2522 \begin_layout Labeling
2523 \labelwidthstring 00.00.0000
2524 \begin_inset Info
2525 type  "icon"
2526 arg   "tabular-feature multicolumn"
2527 \end_inset
2528
2529  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2530 \end_layout
2531
2532 \begin_layout Labeling
2533 \labelwidthstring 00.00.0000
2534 \begin_inset Info
2535 type  "icon"
2536 arg   "tabular-feature multirow"
2537 \end_inset
2538
2539  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2540 \end_layout
2541
2542 \begin_layout Standard
2543 \begin_inset Note Greyedout
2544 status open
2545
2546 \begin_layout Plain Layout
2547
2548 \series bold
2549 Bemerkung:
2550 \series default
2551  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2552  Reihe für alle Zelle der Reihe verwendet.
2553 \end_layout
2554
2555 \end_inset
2556
2557
2558 \end_layout
2559
2560 \begin_layout Section
2561 Bearbeiten-Menü
2562 \begin_inset Index idx
2563 status collapsed
2564
2565 \begin_layout Plain Layout
2566 Tabellen ! Bearbeiten-Menü
2567 \end_layout
2568
2569 \end_inset
2570
2571
2572 \end_layout
2573
2574 \begin_layout Standard
2575 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2576  Wenn der Cursor in einer Tabelle steht, sind im 
2577 \family sans
2578 Bearbeiten
2579 \family default
2580 -Menü folgende Punkte aktiviert: 
2581 \family sans
2582 Tabelle
2583 \family default
2584
2585 \family sans
2586 Zeilen
2587 \begin_inset space ~
2588 \end_inset
2589
2590 &
2591 \begin_inset space ~
2592 \end_inset
2593
2594 Spalten
2595 \family default
2596  und 
2597 \family sans
2598 Tabellen-Einstellungen
2599 \family default
2600 .
2601  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2602 ngsmöglichkeiten zu erreichen.
2603 \end_layout
2604
2605 \begin_layout Section
2606 Gleitende Tabellen
2607 \begin_inset CommandInset label
2608 LatexCommand label
2609 name "abs:Gleitende-Tabellen"
2610
2611 \end_inset
2612
2613
2614 \begin_inset Index idx
2615 status collapsed
2616
2617 \begin_layout Plain Layout
2618 Gleitobjekte ! Tabellen
2619 \end_layout
2620
2621 \end_inset
2622
2623
2624 \begin_inset Index idx
2625 status collapsed
2626
2627 \begin_layout Plain Layout
2628 Tabellen ! gleitende
2629 \end_layout
2630
2631 \end_inset
2632
2633
2634 \end_layout
2635
2636 \begin_layout Standard
2637 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2638 \begin_inset space ~
2639 \end_inset
2640
2641
2642 \begin_inset CommandInset ref
2643 LatexCommand ref
2644 reference "abs:Gleitobjekte-Einleitung"
2645
2646 \end_inset
2647
2648 .
2649 \end_layout
2650
2651 \begin_layout Standard
2652 \begin_inset Float table
2653 placement h
2654 wide false
2655 sideways false
2656 status open
2657
2658 \begin_layout Plain Layout
2659 \begin_inset Caption Standard
2660
2661 \begin_layout Plain Layout
2662 \begin_inset CommandInset label
2663 LatexCommand label
2664 name "tab:Eine-gleitende-Tabelle"
2665
2666 \end_inset
2667
2668 Eine gleitende Tabelle
2669 \end_layout
2670
2671 \end_inset
2672
2673
2674 \end_layout
2675
2676 \begin_layout Plain Layout
2677 \align center
2678 \begin_inset Tabular
2679 <lyxtabular version="3" rows="3" columns="3">
2680 <features tabularvalignment="middle">
2681 <column alignment="center" valignment="top" width="0pt">
2682 <column alignment="center" valignment="top" width="0pt">
2683 <column alignment="center" valignment="top" width="0pt">
2684 <row>
2685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2686 \begin_inset Text
2687
2688 \begin_layout Plain Layout
2689
2690 \family roman
2691 \series medium
2692 \shape up
2693 \size normal
2694 \emph off
2695 \bar no
2696 \noun off
2697 \color none
2698 1
2699 \end_layout
2700
2701 \end_inset
2702 </cell>
2703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2704 \begin_inset Text
2705
2706 \begin_layout Plain Layout
2707
2708 \family roman
2709 \series medium
2710 \shape up
2711 \size normal
2712 \emph off
2713 \bar no
2714 \noun off
2715 \color none
2716 2
2717 \end_layout
2718
2719 \end_inset
2720 </cell>
2721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2722 \begin_inset Text
2723
2724 \begin_layout Plain Layout
2725
2726 \family roman
2727 \series medium
2728 \shape up
2729 \size normal
2730 \emph off
2731 \bar no
2732 \noun off
2733 \color none
2734 3
2735 \end_layout
2736
2737 \end_inset
2738 </cell>
2739 </row>
2740 <row>
2741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2742 \begin_inset Text
2743
2744 \begin_layout Plain Layout
2745
2746 \family roman
2747 \series medium
2748 \shape up
2749 \size normal
2750 \emph off
2751 \bar no
2752 \noun off
2753 \color none
2754 Martin
2755 \end_layout
2756
2757 \end_inset
2758 </cell>
2759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2760 \begin_inset Text
2761
2762 \begin_layout Plain Layout
2763
2764 \family roman
2765 \series medium
2766 \shape up
2767 \size normal
2768 \emph off
2769 \bar no
2770 \noun off
2771 \color none
2772 Lena
2773 \end_layout
2774
2775 \end_inset
2776 </cell>
2777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2778 \begin_inset Text
2779
2780 \begin_layout Plain Layout
2781
2782 \family roman
2783 \series medium
2784 \shape up
2785 \size normal
2786 \emph off
2787 \bar no
2788 \noun off
2789 \color none
2790 Alina
2791 \end_layout
2792
2793 \end_inset
2794 </cell>
2795 </row>
2796 <row>
2797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2798 \begin_inset Text
2799
2800 \begin_layout Plain Layout
2801
2802 \family roman
2803 \series medium
2804 \shape up
2805 \size normal
2806 \emph off
2807 \bar no
2808 \noun off
2809 \color none
2810 \begin_inset Formula $\int x^{2}dx$
2811 \end_inset
2812
2813
2814 \end_layout
2815
2816 \end_inset
2817 </cell>
2818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2819 \begin_inset Text
2820
2821 \begin_layout Plain Layout
2822
2823 \family roman
2824 \series medium
2825 \shape up
2826 \size normal
2827 \emph off
2828 \bar no
2829 \noun off
2830 \color none
2831 \begin_inset Formula $\left[\begin{array}{cc}
2832 a & b\\
2833 c & d
2834 \end{array}\right]$
2835 \end_inset
2836
2837
2838 \end_layout
2839
2840 \end_inset
2841 </cell>
2842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2843 \begin_inset Text
2844
2845 \begin_layout Plain Layout
2846
2847 \family roman
2848 \series medium
2849 \shape up
2850 \size normal
2851 \emph off
2852 \bar no
2853 \noun off
2854 \color none
2855 \begin_inset Formula $1+1=2$
2856 \end_inset
2857
2858
2859 \end_layout
2860
2861 \end_inset
2862 </cell>
2863 </row>
2864 </lyxtabular>
2865
2866 \end_inset
2867
2868
2869 \end_layout
2870
2871 \end_inset
2872
2873
2874 \end_layout
2875
2876 \begin_layout Standard
2877 Gleitende Tabellen können über 
2878 \family sans
2879 Einfügen\SpecialChar menuseparator
2880 Gleitobjekt\SpecialChar menuseparator
2881 Tabelle
2882 \family default
2883  oder einen Klick auf den Werkzeugleistenknopf 
2884 \begin_inset Info
2885 type  "icon"
2886 arg   "float-insert table"
2887 \end_inset
2888
2889  erzeugt werden.
2890  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2891  In das rot umrahmte Feld rechts von 
2892 \emph on
2893 Tabelle
2894 \begin_inset space ~
2895 \end_inset
2896
2897 Nr:
2898 \emph default
2899  schreiben Sie die Tabellenbeschriftung.
2900  Nach einem Klick oberhalb oder unterhalb von 
2901 \emph on
2902 Tabelle
2903 \begin_inset space ~
2904 \end_inset
2905
2906 Nr:
2907 \emph default
2908  können Sie dann eine Tabelle einfügen.
2909 \end_layout
2910
2911 \begin_layout Standard
2912 Tabelle
2913 \begin_inset space ~
2914 \end_inset
2915
2916
2917 \begin_inset CommandInset ref
2918 LatexCommand ref
2919 reference "tab:Eine-gleitende-Tabelle"
2920
2921 \end_inset
2922
2923  ist ein Beispiel für eine gleitende Tabelle.
2924 \end_layout
2925
2926 \begin_layout Standard
2927 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2928 herweise wird das von \SpecialChar LaTeX
2929  Standard-Klassen nicht unterstützt.
2930  Das bedeutet, dass bei den Klassen 
2931 \family sans
2932 article
2933 \family default
2934
2935 \family sans
2936 book
2937 \family default
2938
2939 \family sans
2940 letter
2941 \family default
2942 , und 
2943 \family sans
2944 report
2945 \family default
2946  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2947  Um den einzufügen, können Sie zum Ladebefehl des \SpecialChar LaTeX
2948 -Paketes 
2949 \series bold
2950 caption
2951 \series default
2952
2953 \begin_inset Index idx
2954 status collapsed
2955
2956 \begin_layout Plain Layout
2957 \SpecialChar LaTeX
2958 -Pakete ! caption
2959 \end_layout
2960
2961 \end_inset
2962
2963  im \SpecialChar LaTeX
2964 -Vorspann Ihres Dokuments folgende Option einfügen:
2965 \begin_inset Foot
2966 status collapsed
2967
2968 \begin_layout Plain Layout
2969 Näheres finden Sie im Abschnitt
2970 \begin_inset space ~
2971 \end_inset
2972
2973
2974 \begin_inset CommandInset ref
2975 LatexCommand ref
2976 reference "abs:Titel-Platzierung"
2977
2978 \end_inset
2979
2980 .
2981 \end_layout
2982
2983 \end_inset
2984
2985
2986 \end_layout
2987
2988 \begin_layout Standard
2989
2990 \series bold
2991 tableposition=top
2992 \end_layout
2993
2994 \begin_layout Standard
2995 Das Paket 
2996 \series bold
2997 caption
2998 \series default
2999 , das in Abschnitt
3000 \begin_inset space ~
3001 \end_inset
3002
3003
3004 \begin_inset CommandInset ref
3005 LatexCommand ref
3006 reference "abs:Titel-Formatierung"
3007
3008 \end_inset
3009
3010  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3011 \end_layout
3012
3013 \begin_layout Standard
3014 \begin_inset Index idx
3015 status collapsed
3016
3017 \begin_layout Plain Layout
3018 Querverweise ! auf Tabellen
3019 \end_layout
3020
3021 \end_inset
3022
3023 Auf Tabellen kann über ihre Marke verwiesen werden.
3024  Dafür fügen Sie in der Beschriftung mit 
3025 \family sans
3026 Einfügen\SpecialChar menuseparator
3027 Marke
3028 \family default
3029  oder durch Klicken auf 
3030 \begin_inset Info
3031 type  "icon"
3032 arg   "label-insert"
3033 \end_inset
3034
3035  eine Marke ein.
3036  Auf diese können Sie dann wie gewohnt mit 
3037 \family sans
3038 Einfügen\SpecialChar menuseparator
3039 Querverweis
3040 \family default
3041  oder durch Klicken auf 
3042 \begin_inset Info
3043 type  "icon"
3044 arg   "dialog-show-new-inset ref"
3045 \end_inset
3046
3047  verweisen.
3048  Verweise werden detailliert in Abschnitt
3049 \begin_inset space ~
3050 \end_inset
3051
3052
3053 \begin_inset CommandInset ref
3054 LatexCommand ref
3055 reference "abs:Auf-Gleitobjekte-verweisen"
3056
3057 \end_inset
3058
3059  beschrieben.
3060 \end_layout
3061
3062 \begin_layout Section
3063 Mehrseitige Tabellen
3064 \begin_inset CommandInset label
3065 LatexCommand label
3066 name "abs:Mehrseitige-Tabellen"
3067
3068 \end_inset
3069
3070
3071 \begin_inset Index idx
3072 status collapsed
3073
3074 \begin_layout Plain Layout
3075 Tabellen ! mehrseitige
3076 \end_layout
3077
3078 \end_inset
3079
3080
3081 \end_layout
3082
3083 \begin_layout Standard
3084 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie in
3085  den Tabellen-Einstellungen auf der Karteikarte  
3086 \family sans
3087 Mehrseitige
3088 \begin_inset space ~
3089 \end_inset
3090
3091 Tabelle
3092 \family default
3093  die Option 
3094 \family sans
3095 Mehrseitige
3096 \begin_inset space ~
3097 \end_inset
3098
3099 Tabelle
3100 \begin_inset space ~
3101 \end_inset
3102
3103 verwenden
3104 \family default
3105  auswählen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3106  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3107 \end_layout
3108
3109 \begin_layout Description
3110 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3111  festgelegt; mit Ausnahme der ersten, wenn 
3112 \family sans
3113 Erste
3114 \begin_inset space ~
3115 \end_inset
3116
3117 Kopfzeile
3118 \family default
3119  aktiviert ist.
3120 \end_layout
3121
3122 \begin_layout Description
3123 Erste
3124 \begin_inset space ~
3125 \end_inset
3126
3127 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3128  Seite einer mehrseitigen Tabelle definiert.
3129 \end_layout
3130
3131 \begin_layout Description
3132 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3133  mit Ausnahme der letzten, wenn 
3134 \family sans
3135 Letzte
3136 \begin_inset space ~
3137 \end_inset
3138
3139 Fußzeile
3140 \family default
3141  aktiviert ist.
3142 \end_layout
3143
3144 \begin_layout Description
3145 Letzte
3146 \begin_inset space ~
3147 \end_inset
3148
3149 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3150  einer mehrseitigen Tabelle definiert.
3151 \end_layout
3152
3153 \begin_layout Description
3154 Legende: Die aktuelle Zeile enthält die Legende.
3155  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3156  Mehr über Beschriftungen mehrseitiger Tabellen ist in Abschnitt
3157 \begin_inset space ~
3158 \end_inset
3159
3160
3161 \begin_inset CommandInset ref
3162 LatexCommand ref
3163 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
3164
3165 \end_inset
3166
3167  erklärt.
3168 \end_layout
3169
3170 \begin_layout Standard
3171 Hier ist ein Beispiel einer mehrseitigen Tabelle:
3172 \end_layout
3173
3174 \begin_layout Standard
3175 \align center
3176 \begin_inset Tabular
3177 <lyxtabular version="3" rows="69" columns="3">
3178 <features islongtable="true" longtabularalignment="center">
3179 <column alignment="left" valignment="top" width="0cm">
3180 <column alignment="left" valignment="top" width="0pt">
3181 <column alignment="right" valignment="top" width="0pt">
3182 <row endfirsthead="true">
3183 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Plain Layout
3187
3188 \series bold
3189 Telefonliste (ignoriere die Namen)
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3204 \begin_inset Text
3205
3206 \begin_layout Plain Layout
3207
3208 \end_layout
3209
3210 \end_inset
3211 </cell>
3212 </row>
3213 <row endfirsthead="true">
3214 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3215 \begin_inset Text
3216
3217 \begin_layout Plain Layout
3218
3219 \series bold
3220 NAME
3221 \end_layout
3222
3223 \end_inset
3224 </cell>
3225 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3226 \begin_inset Text
3227
3228 \begin_layout Plain Layout
3229
3230 \end_layout
3231
3232 \end_inset
3233 </cell>
3234 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3235 \begin_inset Text
3236
3237 \begin_layout Plain Layout
3238
3239 \series bold
3240 TEL.
3241 \end_layout
3242
3243 \end_inset
3244 </cell>
3245 </row>
3246 <row endhead="true">
3247 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3248 \begin_inset Text
3249
3250 \begin_layout Plain Layout
3251
3252 \series bold
3253 Telefonliste
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3259 \begin_inset Text
3260
3261 \begin_layout Plain Layout
3262
3263 \end_layout
3264
3265 \end_inset
3266 </cell>
3267 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3268 \begin_inset Text
3269
3270 \begin_layout Plain Layout
3271
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 </row>
3277 <row endhead="true">
3278 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3279 \begin_inset Text
3280
3281 \begin_layout Plain Layout
3282
3283 \series bold
3284 NAME
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3290 \begin_inset Text
3291
3292 \begin_layout Plain Layout
3293
3294 \end_layout
3295
3296 \end_inset
3297 </cell>
3298 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3299 \begin_inset Text
3300
3301 \begin_layout Plain Layout
3302
3303 \series bold
3304 TEL.
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 </row>
3310 <row endfoot="true">
3311 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315
3316 \series bold
3317 wird fortgesetzt
3318 \series default
3319  \SpecialChar ldots
3320
3321 \end_layout
3322
3323 \end_inset
3324 </cell>
3325 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Plain Layout
3338
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 </row>
3344 <row>
3345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349
3350 \series bold
3351 Annovi
3352 \end_layout
3353
3354 \end_inset
3355 </cell>
3356 <cell alignment="center" valignment="top" usebox="none">
3357 \begin_inset Text
3358
3359 \begin_layout Plain Layout
3360 Silvia
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369 111
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 </row>
3375 <row>
3376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380
3381 \series bold
3382 Bertoli
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 <cell alignment="center" valignment="top" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391 Stefano
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Plain Layout
3400 111
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 </row>
3406 <row>
3407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411
3412 \series bold
3413 Bozzi
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 <cell alignment="center" valignment="top" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Plain Layout
3422 Walter
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431 111
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 </row>
3437 <row>
3438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442
3443 \series bold
3444 Cachia
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 <cell alignment="center" valignment="top" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453 Maria
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462 111
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 </row>
3468 <row>
3469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473
3474 \series bold
3475 Cachia
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 <cell alignment="center" valignment="top" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484 Maurizio
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493 111
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 </row>
3499 <row>
3500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504
3505 \series bold
3506 Cinquemani
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 <cell alignment="center" valignment="top" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515 Giusi
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524 111
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 </row>
3530 <row>
3531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535
3536 \series bold
3537 Colin
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 <cell alignment="center" valignment="top" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546 Bernard
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555 111
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 </row>
3561 <row>
3562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566
3567 \series bold
3568 Concli
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 Gianfranco
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586 111
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 </row>
3592 <row>
3593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597
3598 \series bold
3599 Dal Bosco
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 <cell alignment="center" valignment="top" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608 Carolina
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617 111
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 </row>
3623 <row>
3624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628
3629 \series bold
3630 Dalpiaz
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 <cell alignment="center" valignment="top" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639 Annamaria
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648 111
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 </row>
3654 <row>
3655 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659
3660 \series bold
3661 Feliciello
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 <cell alignment="center" valignment="top" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670 Domenico
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679 111
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 </row>
3685 <row>
3686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690
3691 \series bold
3692 Focarelli
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 <cell alignment="center" valignment="top" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701 Paola
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710 111
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 </row>
3716 <row>
3717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721
3722 \series bold
3723 Galletti
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 <cell alignment="center" valignment="top" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732 Oreste
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Plain Layout
3741 111
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 </row>
3747 <row>
3748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752
3753 \series bold
3754 Gasparini
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 <cell alignment="center" valignment="top" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763 Franca
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772 111
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 </row>
3778 <row>
3779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783
3784 \series bold
3785 Rizzardi
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 <cell alignment="center" valignment="top" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794 Paola
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803 111
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 </row>
3809 <row>
3810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814
3815 \series bold
3816 Lassini
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 <cell alignment="center" valignment="top" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825 Giancarlo
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834 111
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 </row>
3840 <row>
3841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845
3846 \series bold
3847 Malfatti
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856 Luciano
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865 111
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 </row>
3871 <row>
3872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876
3877 \series bold
3878 Malfatti
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 <cell alignment="center" valignment="top" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887 Valeriano
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896 111
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 </row>
3902 <row>
3903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907
3908 \series bold
3909 Meneguzzo
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 <cell alignment="center" valignment="top" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918 Roberto
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927 111
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 </row>
3933 <row>
3934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938
3939 \series bold
3940 Mezzadra
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 <cell alignment="center" valignment="top" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949 Roberto
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958 111
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 </row>
3964 <row>
3965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969
3970 \series bold
3971 Pirpamer
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980 Erich
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Plain Layout
3989 111
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 </row>
3995 <row>
3996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Plain Layout
4000
4001 \series bold
4002 Pochiesa
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 <cell alignment="center" valignment="top" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011 Paolo
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4017 \begin_inset Text
4018
4019 \begin_layout Plain Layout
4020 111, 222
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 </row>
4026 <row>
4027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031
4032 \series bold
4033 Radina
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 <cell alignment="center" valignment="top" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042 Claudio
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Plain Layout
4051 111
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 </row>
4057 <row>
4058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062
4063 \series bold
4064 Stuffer
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 <cell alignment="center" valignment="top" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073 Oskar
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4079 \begin_inset Text
4080
4081 \begin_layout Plain Layout
4082 111
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 </row>
4088 <row>
4089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093
4094 \series bold
4095 Tacchelli
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 <cell alignment="center" valignment="top" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104 Ugo
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113 111
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 </row>
4119 <row>
4120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124
4125 \series bold
4126 Tezzele
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 <cell alignment="center" valignment="top" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135 Margit
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Plain Layout
4144 111
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 </row>
4150 <row>
4151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155
4156 \series bold
4157 Unterkalmsteiner
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 <cell alignment="center" valignment="top" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166 Frieda
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175 111
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 </row>
4181 <row>
4182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186
4187 \series bold
4188 Vieider
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 <cell alignment="center" valignment="top" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Plain Layout
4197 Hilde
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206 111
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 </row>
4212 <row>
4213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217
4218 \series bold
4219 Vigna
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 <cell alignment="center" valignment="top" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228 Jürgen
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237 111
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 </row>
4243 <row>
4244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248
4249 \series bold
4250 Weber
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 <cell alignment="center" valignment="top" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259 Maurizio
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268 111
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 </row>
4274 <row>
4275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279
4280 \series bold
4281 Winkler
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290 Franz
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299 111
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 </row>
4305 <row>
4306 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310  
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Plain Layout
4319
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328
4329 \end_layout
4330
4331 \end_inset
4332 </cell>
4333 </row>
4334 <row>
4335 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339
4340 \series bold
4341 Annovi
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 <cell alignment="center" valignment="top" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Plain Layout
4350 Silvia
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359 555
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 </row>
4365 <row>
4366 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370
4371 \series bold
4372 Bertoli
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 <cell alignment="center" valignment="top" usebox="none">
4378 \begin_inset Text
4379
4380 \begin_layout Plain Layout
4381 Stefano
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390 555
4391 \end_layout
4392
4393 \end_inset
4394 </cell>
4395 </row>
4396 <row>
4397 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401
4402 \series bold
4403 Bozzi
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 <cell alignment="center" valignment="top" usebox="none">
4409 \begin_inset Text
4410
4411 \begin_layout Plain Layout
4412 Walter
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421 555
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 </row>
4427 <row>
4428 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432
4433 \series bold
4434 Cachia
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 <cell alignment="center" valignment="top" usebox="none">
4440 \begin_inset Text
4441
4442 \begin_layout Plain Layout
4443 Maria
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452 555
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 </row>
4458 <row>
4459 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463
4464 \series bold
4465 Cachia
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 <cell alignment="center" valignment="top" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474 Maurizio
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483 555
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 </row>
4489 <row>
4490 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494
4495 \series bold
4496 Cinquemani
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 <cell alignment="center" valignment="top" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505 Giusi
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514 555
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 </row>
4520 <row>
4521 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525
4526 \series bold
4527 Colin
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell alignment="center" valignment="top" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536 Bernard
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545 555
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 </row>
4551 <row>
4552 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556
4557 \series bold
4558 Concli
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 <cell alignment="center" valignment="top" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567 Gianfranco
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576 555
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 </row>
4582 <row>
4583 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587
4588 \series bold
4589 Dal Bosco
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 <cell alignment="center" valignment="top" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598 Carolina
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607 555
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 </row>
4613 <row>
4614 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618
4619 \series bold
4620 Dalpiaz
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 <cell alignment="center" valignment="top" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629 Annamaria
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638 555
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 </row>
4644 <row>
4645 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649
4650 \series bold
4651 Feliciello
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 <cell alignment="center" valignment="top" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660 Domenico
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669 555
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 </row>
4675 <row>
4676 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680
4681 \series bold
4682 Focarelli
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 <cell alignment="center" valignment="top" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691 Paola
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Plain Layout
4700 555
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 </row>
4706 <row>
4707 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711
4712 \series bold
4713 Galletti
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 <cell alignment="center" valignment="top" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722 Oreste
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731 555
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 </row>
4737 <row>
4738 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742
4743 \series bold
4744 Gasparini
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 <cell alignment="center" valignment="top" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753 Franca
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762 555
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 </row>
4768 <row>
4769 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773
4774 \series bold
4775 Rizzardi
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 <cell alignment="center" valignment="top" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784 Paola
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793 555
4794 \end_layout
4795
4796 \end_inset
4797 </cell>
4798 </row>
4799 <row>
4800 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804
4805 \series bold
4806 Lassini
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 <cell alignment="center" valignment="top" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815 Giancarlo
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824 555
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 </row>
4830 <row>
4831 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835
4836 \series bold
4837 Malfatti
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 <cell alignment="center" valignment="top" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846 Luciano
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4852 \begin_inset Text
4853
4854 \begin_layout Plain Layout
4855 555
4856 \end_layout
4857
4858 \end_inset
4859 </cell>
4860 </row>
4861 <row>
4862 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866
4867 \series bold
4868 Malfatti
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 <cell alignment="center" valignment="top" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877 Valeriano
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886 555
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 </row>
4892 <row>
4893 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897
4898 \series bold
4899 Meneguzzo
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 <cell alignment="center" valignment="top" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908 Roberto
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917 555
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 </row>
4923 <row>
4924 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928
4929 \series bold
4930 Mezzadra
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 <cell alignment="center" valignment="top" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939 Roberto
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Plain Layout
4948 555
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 </row>
4954 <row>
4955 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959
4960 \series bold
4961 Pirpamer
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 <cell alignment="center" valignment="top" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970 Erich
4971 \end_layout
4972
4973 \end_inset
4974 </cell>
4975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4976 \begin_inset Text
4977
4978 \begin_layout Plain Layout
4979 555
4980 \end_layout
4981
4982 \end_inset
4983 </cell>
4984 </row>
4985 <row>
4986 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Plain Layout
4990
4991 \series bold
4992 Pochiesa
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 <cell alignment="center" valignment="top" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001 Paolo
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010 555, 222
5011 \end_layout
5012
5013 \end_inset
5014 </cell>
5015 </row>
5016 <row>
5017 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Plain Layout
5021
5022 \series bold
5023 Radina
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 <cell alignment="center" valignment="top" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032 Claudio
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Plain Layout
5041 555
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 </row>
5047 <row>
5048 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052
5053 \series bold
5054 Stuffer
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 <cell alignment="center" valignment="top" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063 Oskar
5064 \end_layout
5065
5066 \end_inset
5067 </cell>
5068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5069 \begin_inset Text
5070
5071 \begin_layout Plain Layout
5072 555
5073 \end_layout
5074
5075 \end_inset
5076 </cell>
5077 </row>
5078 <row>
5079 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083
5084 \series bold
5085 Tacchelli
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 <cell alignment="center" valignment="top" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094 Ugo
5095 \end_layout
5096
5097 \end_inset
5098 </cell>
5099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Plain Layout
5103 555
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 </row>
5109 <row>
5110 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114
5115 \series bold
5116 Tezzele
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 <cell alignment="center" valignment="top" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125 Margit
5126 \end_layout
5127
5128 \end_inset
5129 </cell>
5130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134 555
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 </row>
5140 <row>
5141 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145
5146 \series bold
5147 Unterkalmsteiner
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 <cell alignment="center" valignment="top" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Plain Layout
5156 Frieda
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Plain Layout
5165 555
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 </row>
5171 <row>
5172 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176
5177 \series bold
5178 Vieider
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 <cell alignment="center" valignment="top" usebox="none">
5184 \begin_inset Text
5185
5186 \begin_layout Plain Layout
5187 Hilde
5188 \end_layout
5189
5190 \end_inset
5191 </cell>
5192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Plain Layout
5196 555
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 </row>
5202 <row>
5203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207
5208 \series bold
5209 Vigna
5210 \end_layout
5211
5212 \end_inset
5213 </cell>
5214 <cell alignment="center" valignment="top" usebox="none">
5215 \begin_inset Text
5216
5217 \begin_layout Plain Layout
5218 Jürgen
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5224 \begin_inset Text
5225
5226 \begin_layout Plain Layout
5227 999
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 </row>
5233 <row>
5234 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5235 \begin_inset Text
5236
5237 \begin_layout Plain Layout
5238
5239 \series bold
5240 Weber
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 <cell alignment="center" valignment="top" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249 Maurizio
5250 \end_layout
5251
5252 \end_inset
5253 </cell>
5254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5255 \begin_inset Text
5256
5257 \begin_layout Plain Layout
5258 555
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 </row>
5264 <row>
5265 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5266 \begin_inset Text
5267
5268 \begin_layout Plain Layout
5269
5270 \series bold
5271 Winkler
5272 \end_layout
5273
5274 \end_inset
5275 </cell>
5276 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Plain Layout
5280 Franz
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5286 \begin_inset Text
5287
5288 \begin_layout Plain Layout
5289 555
5290 \end_layout
5291
5292 \end_inset
5293 </cell>
5294 </row>
5295 <row endlastfoot="true">
5296 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5297 \begin_inset Text
5298
5299 \begin_layout Plain Layout
5300 Ende
5301 \end_layout
5302
5303 \end_inset
5304 </cell>
5305 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5306 \begin_inset Text
5307
5308 \begin_layout Plain Layout
5309
5310 \end_layout
5311
5312 \end_inset
5313 </cell>
5314 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Plain Layout
5318
5319 \end_layout
5320
5321 \end_inset
5322 </cell>
5323 </row>
5324 </lyxtabular>
5325
5326 \end_inset
5327
5328
5329 \begin_inset ERT
5330 status collapsed
5331
5332 \begin_layout Plain Layout
5333
5334
5335 \backslash
5336 addtocounter{table}{-1}
5337 \end_layout
5338
5339 \end_inset
5340
5341
5342 \begin_inset Note Note
5343 status collapsed
5344
5345 \begin_layout Plain Layout
5346 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5347 \begin_inset space ~
5348 \end_inset
5349
5350
5351 \begin_inset CommandInset ref
5352 LatexCommand ref
5353 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
5354
5355 \end_inset
5356
5357
5358 \end_layout
5359
5360 \end_inset
5361
5362
5363 \end_layout
5364
5365 \begin_layout Subsection
5366 Fußnoten in mehrseitigen Tabellen
5367 \begin_inset CommandInset label
5368 LatexCommand label
5369 name "uab:Fußnoten-in-mehrseitigen"
5370
5371 \end_inset
5372
5373
5374 \begin_inset Index idx
5375 status collapsed
5376
5377 \begin_layout Plain Layout
5378 Tabellen ! mehrseitige ! Fußnoten
5379 \end_layout
5380
5381 \end_inset
5382
5383
5384 \end_layout
5385
5386 \begin_layout Standard
5387 Fußnoten kann man in jede Zelle einer mehrseitigen Tabelle einfügen.
5388  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5389  Tabelle
5390 \begin_inset space ~
5391 \end_inset
5392
5393
5394 \begin_inset CommandInset ref
5395 LatexCommand ref
5396 reference "tab:Telefonliste"
5397
5398 \end_inset
5399
5400  hat zum Beispiel eine Fußnote.
5401 \end_layout
5402
5403 \begin_layout Subsection
5404 Ausrichtung mehrseitiger Tabellen
5405 \begin_inset Index idx
5406 status collapsed
5407
5408 \begin_layout Plain Layout
5409 Tabellen ! mehrseitige ! Ausrichtung
5410 \end_layout
5411
5412 \end_inset
5413
5414
5415 \end_layout
5416
5417 \begin_layout Standard
5418 Die horizontale Ausrichtung von mehrseitigen Tabellen kann in den Tabelleneinste
5419 llungen festgelegt werden.
5420  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5421  Seitenrand.
5422  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5423  ausgerichtet werden und die Werte der Längen 
5424 \series bold
5425
5426 \backslash
5427 LTleft 
5428 \series default
5429 und 
5430 \series bold
5431
5432 \backslash
5433 LTright
5434 \series default
5435  geändert werden, indem diese Zeile als \SpecialChar TeX
5436 -Code vor die mehrseitige Tabelle
5437  eingefügt wird:
5438 \end_layout
5439
5440 \begin_layout Standard
5441
5442 \series bold
5443
5444 \backslash
5445 setlength{
5446 \backslash
5447 LTleft}{Wert}
5448 \end_layout
5449
5450 \begin_layout Standard
5451 Der Wert kann eine der in Tabelle
5452 \begin_inset space ~
5453 \end_inset
5454
5455
5456 \begin_inset CommandInset ref
5457 LatexCommand ref
5458 reference "tab:Maßeinheiten"
5459
5460 \end_inset
5461
5462  aufgelisteten Einheiten haben.
5463  
5464 \series bold
5465
5466 \backslash
5467 LTleft
5468 \series default
5469  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5470  
5471 \series bold
5472
5473 \backslash
5474 LTright
5475 \series default
5476  den Abstand von rechts.
5477  Die Voreinstellung für beide Werte ist 
5478 \series bold
5479
5480 \backslash
5481 fill
5482 \series default
5483 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5484  in \SpecialChar LyX
5485  ist.
5486 \end_layout
5487
5488 \begin_layout Standard
5489 Die folgende mehrseitige Tabelle wurde zentriert und 
5490 \series bold
5491
5492 \backslash
5493 LTleft
5494 \series default
5495  auf den Wert 
5496 \family sans
5497 0.1
5498 \backslash
5499 columnwidth
5500 \family default
5501  gesetzt:
5502 \begin_inset ERT
5503 status collapsed
5504
5505 \begin_layout Plain Layout
5506
5507
5508 \backslash
5509 setlength{
5510 \backslash
5511 LTleft}{0.1
5512 \backslash
5513 columnwidth}
5514 \end_layout
5515
5516 \end_inset
5517
5518
5519 \end_layout
5520
5521 \begin_layout Standard
5522 \begin_inset Tabular
5523 <lyxtabular version="3" rows="5" columns="5">
5524 <features islongtable="true" longtabularalignment="center">
5525 <column alignment="center" valignment="top">
5526 <column alignment="center" valignment="top">
5527 <column alignment="center" valignment="top" width="0pt">
5528 <column alignment="center" valignment="top">
5529 <column alignment="center" valignment="top">
5530 <row>
5531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5532 \begin_inset Text
5533
5534 \begin_layout Plain Layout
5535 1
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544 2
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553 3
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 4
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 5
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 </row>
5577 <row>
5578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582 asd
5583 \end_layout
5584
5585 \end_inset
5586 </cell>
5587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5588 \begin_inset Text
5589
5590 \begin_layout Plain Layout
5591 s
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5597 \begin_inset Text
5598
5599 \begin_layout Plain Layout
5600 s
5601 \end_layout
5602
5603 \end_inset
5604 </cell>
5605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5606 \begin_inset Text
5607
5608 \begin_layout Plain Layout
5609 s
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Plain Layout
5618 asd
5619 \end_layout
5620
5621 \end_inset
5622 </cell>
5623 </row>
5624 <row>
5625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5626 \begin_inset Text
5627
5628 \begin_layout Plain Layout
5629 asd
5630 \end_layout
5631
5632 \end_inset
5633 </cell>
5634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5635 \begin_inset Text
5636
5637 \begin_layout Plain Layout
5638 s
5639 \end_layout
5640
5641 \end_inset
5642 </cell>
5643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5644 \begin_inset Text
5645
5646 \begin_layout Plain Layout
5647 s
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656 s
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5662 \begin_inset Text
5663
5664 \begin_layout Plain Layout
5665 asd
5666 \end_layout
5667
5668 \end_inset
5669 </cell>
5670 </row>
5671 <row>
5672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676 asd
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5682 \begin_inset Text
5683
5684 \begin_layout Plain Layout
5685 s
5686 \end_layout
5687
5688 \end_inset
5689 </cell>
5690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694 s
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703 s
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Plain Layout
5712 asd
5713 \end_layout
5714
5715 \end_inset
5716 </cell>
5717 </row>
5718 <row>
5719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5720 \begin_inset Text
5721
5722 \begin_layout Plain Layout
5723 asd
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5729 \begin_inset Text
5730
5731 \begin_layout Plain Layout
5732 asd
5733 \end_layout
5734
5735 \end_inset
5736 </cell>
5737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741 asd
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Plain Layout
5750 asd
5751 \end_layout
5752
5753 \end_inset
5754 </cell>
5755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5756 \begin_inset Text
5757
5758 \begin_layout Plain Layout
5759 asd
5760 \end_layout
5761
5762 \end_inset
5763 </cell>
5764 </row>
5765 </lyxtabular>
5766
5767 \end_inset
5768
5769
5770 \begin_inset ERT
5771 status collapsed
5772
5773 \begin_layout Plain Layout
5774
5775
5776 \backslash
5777 setlength{
5778 \backslash
5779 LTleft}{
5780 \backslash
5781 fill}
5782 \end_layout
5783
5784 \end_inset
5785
5786
5787 \begin_inset ERT
5788 status collapsed
5789
5790 \begin_layout Plain Layout
5791
5792
5793 \backslash
5794 addtocounter{table}{-1}
5795 \end_layout
5796
5797 \end_inset
5798
5799
5800 \begin_inset Note Note
5801 status collapsed
5802
5803 \begin_layout Plain Layout
5804 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5805 \begin_inset space ~
5806 \end_inset
5807
5808
5809 \begin_inset CommandInset ref
5810 LatexCommand ref
5811 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
5812
5813 \end_inset
5814
5815
5816 \end_layout
5817
5818 \end_inset
5819
5820
5821 \end_layout
5822
5823 \begin_layout Subsection
5824 Beschriftungen mehrseitiger Tabellen
5825 \begin_inset CommandInset label
5826 LatexCommand label
5827 name "uab:Beschriftungen-mehrseitiger-Tabellen"
5828
5829 \end_inset
5830
5831
5832 \begin_inset Index idx
5833 status collapsed
5834
5835 \begin_layout Plain Layout
5836 Mehrseitige Tabellen
5837 \end_layout
5838
5839 \end_inset
5840
5841
5842 \begin_inset Index idx
5843 status collapsed
5844
5845 \begin_layout Plain Layout
5846 Tabellen ! mehrseitige ! Titel
5847 \end_layout
5848
5849 \end_inset
5850
5851
5852 \end_layout
5853
5854 \begin_layout Standard
5855 Eine mehrseitige Tabelle kann man nicht in ein Gleitobjekt packen, weil
5856  Gleitobjekte nur auf eine Seite gedruckt werden können.
5857  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5858 \begin_inset space ~
5859 \end_inset
5860
5861
5862 \begin_inset CommandInset ref
5863 LatexCommand ref
5864 reference "abs:Mehrseitige-Tabellen"
5865
5866 \end_inset
5867
5868  erklärt.
5869  Nur eine Tabellenzeile kann eine Beschriftung enthalten, entweder eine
5870  Kopf- oder eine Fußzeile.
5871 \end_layout
5872
5873 \begin_layout Standard
5874 Hier ist eine kurze mehrseitige Tabelle, die zeigt, wie das funktioniert:
5875 \end_layout
5876
5877 \begin_layout Standard
5878 \begin_inset Tabular
5879 <lyxtabular version="3" rows="6" columns="5">
5880 <features islongtable="true" longtabularalignment="center">
5881 <column alignment="center" valignment="top">
5882 <column alignment="center" valignment="top">
5883 <column alignment="center" valignment="top">
5884 <column alignment="center" valignment="top">
5885 <column alignment="center" valignment="top">
5886 <row endfirsthead="true" caption="true">
5887 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5888 \begin_inset Text
5889
5890 \begin_layout Plain Layout
5891 \begin_inset Caption Standard
5892
5893 \begin_layout Plain Layout
5894 Eine mehrseitige Tabelle mit Titel
5895 \begin_inset Argument 1
5896 status open
5897
5898 \begin_layout Plain Layout
5899 MehrseitigeTabelle
5900 \end_layout
5901
5902 \end_inset
5903
5904
5905 \end_layout
5906
5907 \end_inset
5908
5909
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918
5919 \end_layout
5920
5921 \end_inset
5922 </cell>
5923 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5924 \begin_inset Text
5925
5926 \begin_layout Plain Layout
5927
5928 \end_layout
5929
5930 \end_inset
5931 </cell>
5932 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 </row>
5951 <row>
5952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Plain Layout
5956 1
5957 \end_layout
5958
5959 \end_inset
5960 </cell>
5961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5962 \begin_inset Text
5963
5964 \begin_layout Plain Layout
5965 2
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5971 \begin_inset Text
5972
5973 \begin_layout Plain Layout
5974 3
5975 \end_layout
5976
5977 \end_inset
5978 </cell>
5979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5980 \begin_inset Text
5981
5982 \begin_layout Plain Layout
5983 4
5984 \end_layout
5985
5986 \end_inset
5987 </cell>
5988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5989 \begin_inset Text
5990
5991 \begin_layout Plain Layout
5992 5
5993 \end_layout
5994
5995 \end_inset
5996 </cell>
5997 </row>
5998 <row>
5999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6000 \begin_inset Text
6001
6002 \begin_layout Plain Layout
6003 asd
6004 \end_layout
6005
6006 \end_inset
6007 </cell>
6008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6009 \begin_inset Text
6010
6011 \begin_layout Plain Layout
6012 s
6013 \end_layout
6014
6015 \end_inset
6016 </cell>
6017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021 s
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 s
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039 asd
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 </row>
6045 <row>
6046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Plain Layout
6050 asd
6051 \end_layout
6052
6053 \end_inset
6054 </cell>
6055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059 s
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6065 \begin_inset Text
6066
6067 \begin_layout Plain Layout
6068 s
6069 \end_layout
6070
6071 \end_inset
6072 </cell>
6073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6074 \begin_inset Text
6075
6076 \begin_layout Plain Layout
6077 s
6078 \end_layout
6079
6080 \end_inset
6081 </cell>
6082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6083 \begin_inset Text
6084
6085 \begin_layout Plain Layout
6086 asd
6087 \end_layout
6088
6089 \end_inset
6090 </cell>
6091 </row>
6092 <row>
6093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6094 \begin_inset Text
6095
6096 \begin_layout Plain Layout
6097 asd
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Plain Layout
6106 s
6107 \end_layout
6108
6109 \end_inset
6110 </cell>
6111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6112 \begin_inset Text
6113
6114 \begin_layout Plain Layout
6115 s
6116 \end_layout
6117
6118 \end_inset
6119 </cell>
6120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124 s
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Plain Layout
6133 asd
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 </row>
6139 <row>
6140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144 asd
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153 asd
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6159 \begin_inset Text
6160
6161 \begin_layout Plain Layout
6162 asd
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171 asd
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 asd
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 </row>
6186 </lyxtabular>
6187
6188 \end_inset
6189
6190
6191 \end_layout
6192
6193 \begin_layout Standard
6194 \begin_inset VSpace medskip
6195 \end_inset
6196
6197
6198 \begin_inset Note Greyedout
6199 status open
6200
6201 \begin_layout Plain Layout
6202
6203 \series bold
6204 Bemerkung
6205 \begin_inset space ~
6206 \end_inset
6207
6208 1:
6209 \series default
6210  Die Tabellennummer wird für jede mehrseitige Tabelle erhöht, auch wenn
6211  Sie keinen Titel vergeben.
6212  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6213 \begin_inset space ~
6214 \end_inset
6215
6216 2.4 auf Tabelle
6217 \begin_inset space ~
6218 \end_inset
6219
6220 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei mehrseitige Tabellen
6221  ohne Beschriftung sind.
6222  Um das zu vermeiden, können Sie hinter jede mehrseitige Tabelle ohne Titel
6223  folgenden \SpecialChar LaTeX
6224 -Befehl als \SpecialChar TeX
6225 -Code einfügen:
6226 \end_layout
6227
6228 \begin_layout Plain Layout
6229
6230 \series bold
6231
6232 \backslash
6233 addtocounter{table}{-1}
6234 \end_layout
6235
6236 \begin_layout Plain Layout
6237 Das ist nicht notwendig, wenn keine der mehrseitigen Tabellen im Dokument
6238  eine Beschriftung hat und Sie diesen Code zum \SpecialChar LaTeX
6239 -Vorspann hinzufügen:
6240 \end_layout
6241
6242 \begin_layout Plain Layout
6243
6244 \series bold
6245
6246 \backslash
6247 let
6248 \backslash
6249 myEnd
6250 \backslash
6251 endlongtable
6252 \begin_inset Newline newline
6253 \end_inset
6254
6255
6256 \backslash
6257 renewcommand{
6258 \backslash
6259 endlongtable}{
6260 \backslash
6261 myEnd
6262 \backslash
6263 addtocounter{table}{-1}}
6264 \end_layout
6265
6266 \end_inset
6267
6268
6269 \end_layout
6270
6271 \begin_layout Standard
6272 \begin_inset Note Greyedout
6273 status open
6274
6275 \begin_layout Plain Layout
6276
6277 \series bold
6278 Bemerkung
6279 \begin_inset space ~
6280 \end_inset
6281
6282 2:
6283 \series default
6284  Wenn Sie 
6285 \series bold
6286 hyperref
6287 \series default
6288
6289 \begin_inset Index idx
6290 status collapsed
6291
6292 \begin_layout Plain Layout
6293 \SpecialChar LaTeX
6294 -Pakete ! hyperref
6295 \end_layout
6296
6297 \end_inset
6298
6299  in den
6300 \family sans
6301  PDF-Eigenschaften
6302 \family default
6303  im 
6304 \family sans
6305 Dokument-Einstellungen
6306 \family default
6307  Dialog für Querverweise benutzen, wird der Verweis auf eine mehrseitige
6308  Tabelle immer auf den Anfang des Dokuments zeigen.
6309 \end_layout
6310
6311 \end_inset
6312
6313
6314 \end_layout
6315
6316 \begin_layout Subsubsection
6317 Querverweise auf mehrseitige
6318 \family sans
6319  Tabelle
6320 \family default
6321 n
6322 \begin_inset Index idx
6323 status collapsed
6324
6325 \begin_layout Plain Layout
6326 Tabellen ! mehrseitige ! Querverweis
6327 \end_layout
6328
6329 \end_inset
6330
6331
6332 \end_layout
6333
6334 \begin_layout Standard
6335 \begin_inset Tabular
6336 <lyxtabular version="3" rows="6" columns="5">
6337 <features islongtable="true" longtabularalignment="center">
6338 <column alignment="center" valignment="top">
6339 <column alignment="center" valignment="top">
6340 <column alignment="center" valignment="top">
6341 <column alignment="center" valignment="top">
6342 <column alignment="center" valignment="top">
6343 <row endfirsthead="true" caption="true">
6344 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348 \begin_inset Caption Standard
6349
6350 \begin_layout Plain Layout
6351 Mehrseitige Tabelle mit Marke
6352 \begin_inset CommandInset label
6353 LatexCommand label
6354 name "tab:Mehrseitige-Tabelle-mit-Marke"
6355
6356 \end_inset
6357
6358
6359 \end_layout
6360
6361 \end_inset
6362
6363
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372
6373 \end_layout
6374
6375 \end_inset
6376 </cell>
6377 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Plain Layout
6381
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Plain Layout
6399
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 </row>
6405 <row>
6406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Plain Layout
6410 1
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419 2
6420 \end_layout
6421
6422 \end_inset
6423 </cell>
6424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428 3
6429 \end_layout
6430
6431 \end_inset
6432 </cell>
6433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6434 \begin_inset Text
6435
6436 \begin_layout Plain Layout
6437 4
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Plain Layout
6446 5
6447 \end_layout
6448
6449 \end_inset
6450 </cell>
6451 </row>
6452 <row>
6453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6454 \begin_inset Text
6455
6456 \begin_layout Plain Layout
6457 asd
6458 \end_layout
6459
6460 \end_inset
6461 </cell>
6462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6463 \begin_inset Text
6464
6465 \begin_layout Plain Layout
6466 s
6467 \end_layout
6468
6469 \end_inset
6470 </cell>
6471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Plain Layout
6475 s
6476 \end_layout
6477
6478 \end_inset
6479 </cell>
6480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6481 \begin_inset Text
6482
6483 \begin_layout Plain Layout
6484 s
6485 \end_layout
6486
6487 \end_inset
6488 </cell>
6489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6490 \begin_inset Text
6491
6492 \begin_layout Plain Layout
6493 asd
6494 \end_layout
6495
6496 \end_inset
6497 </cell>
6498 </row>
6499 <row>
6500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6501 \begin_inset Text
6502
6503 \begin_layout Plain Layout
6504 asd
6505 \end_layout
6506
6507 \end_inset
6508 </cell>
6509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6510 \begin_inset Text
6511
6512 \begin_layout Plain Layout
6513 s
6514 \end_layout
6515
6516 \end_inset
6517 </cell>
6518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6519 \begin_inset Text
6520
6521 \begin_layout Plain Layout
6522 s
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Plain Layout
6531 s
6532 \end_layout
6533
6534 \end_inset
6535 </cell>
6536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Plain Layout
6540 asd
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 </row>
6546 <row>
6547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6548 \begin_inset Text
6549
6550 \begin_layout Plain Layout
6551 asd
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560 s
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569 s
6570 \end_layout
6571
6572 \end_inset
6573 </cell>
6574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6575 \begin_inset Text
6576
6577 \begin_layout Plain Layout
6578 s
6579 \end_layout
6580
6581 \end_inset
6582 </cell>
6583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Plain Layout
6587 asd
6588 \end_layout
6589
6590 \end_inset
6591 </cell>
6592 </row>
6593 <row>
6594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598 asd
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Plain Layout
6607 sad
6608 \end_layout
6609
6610 \end_inset
6611 </cell>
6612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Plain Layout
6616 asd
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Plain Layout
6625 asd
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Plain Layout
6634 asd
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 </row>
6640 </lyxtabular>
6641
6642 \end_inset
6643
6644
6645 \end_layout
6646
6647 \begin_layout Standard
6648 Damit auf eine mehrseitige Tabelle verwiesen werden kann, müssen Sie eine
6649  Marke im Titel einfügen.
6650 \end_layout
6651
6652 \begin_layout Standard
6653 Dies ist ein Verweis auf Tabelle
6654 \begin_inset space ~
6655 \end_inset
6656
6657
6658 \begin_inset CommandInset ref
6659 LatexCommand ref
6660 reference "tab:Mehrseitige-Tabelle-mit-Marke"
6661
6662 \end_inset
6663
6664 .
6665 \end_layout
6666
6667 \begin_layout Standard
6668 Mit dem \SpecialChar LaTeX
6669 -Paket 
6670 \series bold
6671 caption
6672 \series default
6673
6674 \begin_inset Index idx
6675 status collapsed
6676
6677 \begin_layout Plain Layout
6678 \SpecialChar LaTeX
6679 -Pakete ! caption
6680 \end_layout
6681
6682 \end_inset
6683
6684 , siehe Abschnitt
6685 \begin_inset space ~
6686 \end_inset
6687
6688
6689 \begin_inset CommandInset ref
6690 LatexCommand ref
6691 reference "abs:Titel-Formatierung"
6692
6693 \end_inset
6694
6695 , können Sie alle anderen Beschriftungsoptionen benutzen.
6696 \end_layout
6697
6698 \begin_layout Subsubsection
6699 Titelbreite
6700 \begin_inset Index idx
6701 status collapsed
6702
6703 \begin_layout Plain Layout
6704 Tabellen ! mehrseitige ! Beschriftungsbreite
6705 \end_layout
6706
6707 \end_inset
6708
6709
6710 \end_layout
6711
6712 \begin_layout Standard
6713 Die maximale Titelbreite wird durch die Variable 
6714 \series bold
6715
6716 \backslash
6717 LTcapwidth
6718 \series default
6719  definiert.
6720  Ihr Standardwert ist 4
6721 \begin_inset space \thinspace{}
6722 \end_inset
6723
6724 Zoll (
6725 \begin_inset Formula $\approx10$
6726 \end_inset
6727
6728
6729 \begin_inset space \thinspace{}
6730 \end_inset
6731
6732 cm).
6733  Um das zu ändern, können Sie entweder im \SpecialChar LaTeX
6734 -Vorspann oder als \SpecialChar TeX
6735 -Code vor der
6736  betreffenden mehrseitigen Tabelle folgenden Befehl einsetzen:
6737 \end_layout
6738
6739 \begin_layout Standard
6740
6741 \series bold
6742
6743 \backslash
6744 setlength{
6745 \backslash
6746 LTcapwidth}{Breite}
6747 \end_layout
6748
6749 \begin_layout Standard
6750 wobei die 
6751 \family sans
6752 Breite
6753 \family default
6754  eine der in Anhang
6755 \begin_inset space ~
6756 \end_inset
6757
6758
6759 \begin_inset CommandInset ref
6760 LatexCommand ref
6761 reference "kap:In-LyX-verfügbare"
6762
6763 \end_inset
6764
6765  aufgelisteten Einheiten haben kann.
6766 \end_layout
6767
6768 \begin_layout Standard
6769 Die beiden folgenden Tabellen zeigen den Unterschied:
6770 \end_layout
6771
6772 \begin_layout Standard
6773 \begin_inset Tabular
6774 <lyxtabular version="3" rows="6" columns="5">
6775 <features islongtable="true" longtabularalignment="center">
6776 <column alignment="center" valignment="top">
6777 <column alignment="center" valignment="top">
6778 <column alignment="center" valignment="top">
6779 <column alignment="center" valignment="top">
6780 <column alignment="center" valignment="top">
6781 <row endfirsthead="true" caption="true">
6782 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786 \begin_inset Caption Standard
6787
6788 \begin_layout Plain Layout
6789 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6790 \begin_inset Argument 1
6791 status open
6792
6793 \begin_layout Plain Layout
6794 Titel mit Standardbreite
6795 \end_layout
6796
6797 \end_inset
6798
6799
6800 \end_layout
6801
6802 \end_inset
6803
6804
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Plain Layout
6813
6814 \end_layout
6815
6816 \end_inset
6817 </cell>
6818 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6819 \begin_inset Text
6820
6821 \begin_layout Plain Layout
6822
6823 \end_layout
6824
6825 \end_inset
6826 </cell>
6827 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6828 \begin_inset Text
6829
6830 \begin_layout Plain Layout
6831
6832 \end_layout
6833
6834 \end_inset
6835 </cell>
6836 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6837 \begin_inset Text
6838
6839 \begin_layout Plain Layout
6840
6841 \end_layout
6842
6843 \end_inset
6844 </cell>
6845 </row>
6846 <row>
6847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851 1
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860 2
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869 3
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878 4
6879 \end_layout
6880
6881 \end_inset
6882 </cell>
6883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6884 \begin_inset Text
6885
6886 \begin_layout Plain Layout
6887 5
6888 \end_layout
6889
6890 \end_inset
6891 </cell>
6892 </row>
6893 <row>
6894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898 asd
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 s
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 s
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925 s
6926 \end_layout
6927
6928 \end_inset
6929 </cell>
6930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Plain Layout
6934 asd
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 </row>
6940 <row>
6941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945 asd
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" usebox="none">
6969 \begin_inset Text
6970
6971 \begin_layout Plain Layout
6972 s
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6978 \begin_inset Text
6979
6980 \begin_layout Plain Layout
6981 asd
6982 \end_layout
6983
6984 \end_inset
6985 </cell>
6986 </row>
6987 <row>
6988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992 asd
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" usebox="none">
7016 \begin_inset Text
7017
7018 \begin_layout Plain Layout
7019 s
7020 \end_layout
7021
7022 \end_inset
7023 </cell>
7024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Plain Layout
7028 asd
7029 \end_layout
7030
7031 \end_inset
7032 </cell>
7033 </row>
7034 <row>
7035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 asd
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048 sad
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057 asd
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Plain Layout
7075 asd
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 </row>
7081 </lyxtabular>
7082
7083 \end_inset
7084
7085
7086 \end_layout
7087
7088 \begin_layout Standard
7089 \begin_inset ERT
7090 status collapsed
7091
7092 \begin_layout Plain Layout
7093
7094
7095 \backslash
7096 setlength{
7097 \backslash
7098 LTcapwidth}{5cm}
7099 \end_layout
7100
7101 \end_inset
7102
7103
7104 \begin_inset Tabular
7105 <lyxtabular version="3" rows="6" columns="5">
7106 <features islongtable="true" longtabularalignment="center">
7107 <column alignment="center" valignment="top">
7108 <column alignment="center" valignment="top">
7109 <column alignment="center" valignment="top">
7110 <column alignment="center" valignment="top">
7111 <column alignment="center" valignment="top">
7112 <row endfirsthead="true" caption="true">
7113 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7114 \begin_inset Text
7115
7116 \begin_layout Plain Layout
7117 \begin_inset Caption Standard
7118
7119 \begin_layout Plain Layout
7120 Langer Titel mit 5
7121 \begin_inset space \thinspace{}
7122 \end_inset
7123
7124 cm Breite, Langer Titel mit 5
7125 \begin_inset space \thinspace{}
7126 \end_inset
7127
7128 cm Breite
7129 \begin_inset Argument 1
7130 status open
7131
7132 \begin_layout Plain Layout
7133 Titel mit 5
7134 \begin_inset space \thinspace{}
7135 \end_inset
7136
7137 cm Breite
7138 \end_layout
7139
7140 \end_inset
7141
7142
7143 \end_layout
7144
7145 \end_inset
7146
7147
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 </row>
7189 <row>
7190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194 1
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203 2
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212 3
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221 4
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 5
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 </row>
7236 <row>
7237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 asd
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 s
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 s
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7265 \begin_inset Text
7266
7267 \begin_layout Plain Layout
7268 s
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 asd
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 </row>
7283 <row>
7284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288 asd
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" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Plain Layout
7315 s
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Plain Layout
7324 asd
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 </row>
7330 <row>
7331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Plain Layout
7335 asd
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" usebox="none">
7359 \begin_inset Text
7360
7361 \begin_layout Plain Layout
7362 s
7363 \end_layout
7364
7365 \end_inset
7366 </cell>
7367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7368 \begin_inset Text
7369
7370 \begin_layout Plain Layout
7371 asd
7372 \end_layout
7373
7374 \end_inset
7375 </cell>
7376 </row>
7377 <row>
7378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7379 \begin_inset Text
7380
7381 \begin_layout Plain Layout
7382 asd
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391 sad
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7397 \begin_inset Text
7398
7399 \begin_layout Plain Layout
7400 asd
7401 \end_layout
7402
7403 \end_inset
7404 </cell>
7405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7415 \begin_inset Text
7416
7417 \begin_layout Plain Layout
7418 asd
7419 \end_layout
7420
7421 \end_inset
7422 </cell>
7423 </row>
7424 </lyxtabular>
7425
7426 \end_inset
7427
7428
7429 \begin_inset ERT
7430 status collapsed
7431
7432 \begin_layout Plain Layout
7433
7434
7435 \backslash
7436 setlength{
7437 \backslash
7438 LTcapwidth}{4in}
7439 \end_layout
7440
7441 \end_inset
7442
7443
7444 \begin_inset Note Note
7445 status collapsed
7446
7447 \begin_layout Plain Layout
7448 Beschriftungsbreite zurücksetzen
7449 \end_layout
7450
7451 \end_inset
7452
7453
7454 \end_layout
7455
7456 \begin_layout Standard
7457 \begin_inset Note Greyedout
7458 status open
7459
7460 \begin_layout Plain Layout
7461
7462 \series bold
7463 Achtung:
7464 \series default
7465  Wenn das \SpecialChar LaTeX
7466 -Paket 
7467 \series bold
7468 caption
7469 \series default
7470
7471 \begin_inset Index idx
7472 status collapsed
7473
7474 \begin_layout Plain Layout
7475 \SpecialChar LaTeX
7476 -Pakete ! caption
7477 \end_layout
7478
7479 \end_inset
7480
7481  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7482  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7483  4
7484 \begin_inset space \thinspace{}
7485 \end_inset
7486
7487 Zoll für 
7488 \series bold
7489
7490 \backslash
7491 LTcapwidth
7492 \series default
7493  benutzen.
7494  Um in diesem Fall eine genau 4
7495 \begin_inset space \thinspace{}
7496 \end_inset
7497
7498 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7499  4
7500 \begin_inset space \thinspace{}
7501 \end_inset
7502
7503 Zoll veränderten Wert wie z.
7504 \begin_inset space \thinspace{}
7505 \end_inset
7506
7507 B.
7508  3.99
7509 \begin_inset space \thinspace{}
7510 \end_inset
7511
7512 Zoll verwenden oder den \SpecialChar LaTeX
7513 -Befehl 
7514 \series bold
7515
7516 \backslash
7517 captionsetup{width=Wert}
7518 \series default
7519  benutzen, der vom 
7520 \series bold
7521 caption
7522 \series default
7523 -Paket bereitgestellt wird.
7524 \end_layout
7525
7526 \end_inset
7527
7528
7529 \end_layout
7530
7531 \begin_layout Subsubsection
7532 Unterschiedliche Beschriftung für Tabellenseiten
7533 \begin_inset Index idx
7534 status collapsed
7535
7536 \begin_layout Plain Layout
7537 Tabellen ! mehrseitige ! mehrere Beschriftungen
7538 \end_layout
7539
7540 \end_inset
7541
7542
7543 \end_layout
7544
7545 \begin_layout Standard
7546 Wenn die Tabellenbeschriftung der folgenden Seiten anders sein soll, als
7547  die der ersten Seite, markieren Sie eine leere Zeile als Kopfzeile, die
7548  eine Beschriftung enthält.
7549  Dann klicken Sie mit rechts auf die Beschriftung und wählen im Kontext-Menü
7550  
7551 \family sans
7552 Legende
7553 \begin_inset space ~
7554 \end_inset
7555
7556 (Unnummeriert)
7557 \family default
7558  aus.
7559  Tabelle
7560 \begin_inset space ~
7561 \end_inset
7562
7563
7564 \begin_inset CommandInset ref
7565 LatexCommand ref
7566 reference "tab:Telefonliste"
7567
7568 \end_inset
7569
7570  ist ein Beispiel für eine mehrseitige Tabelle mit unterschiedlichen Titeln
7571  und ohne Tabellennummer auf der zweiten Seite.
7572 \end_layout
7573
7574 \begin_layout Standard
7575 \align center
7576 \begin_inset Tabular
7577 <lyxtabular version="3" rows="59" columns="3">
7578 <features islongtable="true" longtabularalignment="center">
7579 <column alignment="left" valignment="top" width="0pt">
7580 <column alignment="left" valignment="top" width="0pt">
7581 <column alignment="center" valignment="top" width="0pt">
7582 <row endfirsthead="true" caption="true">
7583 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587 \begin_inset Caption Standard
7588
7589 \begin_layout Plain Layout
7590 Telefonliste
7591 \begin_inset CommandInset label
7592 LatexCommand label
7593 name "tab:Telefonliste"
7594
7595 \end_inset
7596
7597
7598 \begin_inset Argument 1
7599 status collapsed
7600
7601 \begin_layout Plain Layout
7602 Telefonliste
7603 \end_layout
7604
7605 \end_inset
7606
7607
7608 \end_layout
7609
7610 \end_inset
7611
7612
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7627 \begin_inset Text
7628
7629 \begin_layout Plain Layout
7630
7631 \end_layout
7632
7633 \end_inset
7634 </cell>
7635 </row>
7636 <row endfirsthead="true">
7637 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7638 \begin_inset Text
7639
7640 \begin_layout Plain Layout
7641
7642 \series bold
7643 Telefonliste (ignoriere die Namen)
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 </row>
7667 <row endfirsthead="true">
7668 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Plain Layout
7672
7673 \series bold
7674 NAME
7675 \end_layout
7676
7677 \end_inset
7678 </cell>
7679 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7689 \begin_inset Text
7690
7691 \begin_layout Plain Layout
7692
7693 \series bold
7694 TEL.
7695 \end_layout
7696
7697 \end_inset
7698 </cell>
7699 </row>
7700 <row endhead="true" caption="true">
7701 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Plain Layout
7705 \begin_inset Caption Unnumbered
7706
7707 \begin_layout Plain Layout
7708 Fortsetzung der Telefonliste
7709 \end_layout
7710
7711 \end_inset
7712
7713
7714 \end_layout
7715
7716 \end_inset
7717 </cell>
7718 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Plain Layout
7731
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 </row>
7737 <row endhead="true">
7738 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742
7743 \series bold
7744 Telefonliste
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Plain Layout
7762
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 </row>
7768 <row endhead="true">
7769 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773
7774 \series bold
7775 NAME
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Plain Layout
7793
7794 \series bold
7795 TEL.
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 </row>
7801 <row endfoot="true">
7802 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Plain Layout
7806 wird fortgesetzt\SpecialChar ldots
7807
7808 \end_layout
7809
7810 \end_inset
7811 </cell>
7812 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Plain Layout
7825
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 </row>
7831 <row>
7832 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Plain Layout
7836
7837 \series bold
7838 Annovi
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847 Silvia
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856 111
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 </row>
7862 <row>
7863 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867
7868 \series bold
7869 Bertoli
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878 Stefano
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887 111
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 </row>
7893 <row>
7894 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898
7899 \series bold
7900 Bozzi
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909 Walter
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918 111
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 </row>
7924 <row>
7925 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929
7930 \series bold
7931 Cachia
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940 Maria
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949 111
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 </row>
7955 <row>
7956 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960
7961 \series bold
7962 Cachia
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 Maurizio
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980 111
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 </row>
7986 <row>
7987 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991
7992 \series bold
7993 Cinquemani
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002 Giusi
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011 111
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 </row>
8017 <row>
8018 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022
8023 \series bold
8024 Colin
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 Bernard
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042 111
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 </row>
8048 <row>
8049 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053
8054 \series bold
8055 Concli
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064 Gianfranco
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073 111
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 </row>
8079 <row>
8080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084
8085 \series bold
8086 Dal Bosco
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 Carolina
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104 111
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 </row>
8110 <row>
8111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115
8116 \series bold
8117 Dalpiaz
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 Annamaria
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135 111
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 </row>
8141 <row>
8142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146
8147 \series bold
8148 Feliciello
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157 Domenico
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166 111
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 </row>
8172 <row>
8173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177
8178 \series bold
8179 Focarelli
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 Paola
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 111
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 </row>
8203 <row>
8204 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208
8209 \series bold
8210 Galletti
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 Oreste
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228 111
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 </row>
8234 <row>
8235 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239
8240 \series bold
8241 Gasparini
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250 Franca
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 111
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 </row>
8265 <row>
8266 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270
8271 \series bold
8272 Rizzardi
8273 \series default
8274
8275 \begin_inset Foot
8276 status open
8277
8278 \begin_layout Plain Layout
8279 Beispielfußnote
8280 \end_layout
8281
8282 \end_inset
8283
8284
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293 Paola
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302 111
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 </row>
8308 <row>
8309 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313
8314 \series bold
8315 Lassini
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 Giancarlo
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 111
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 </row>
8339 <row>
8340 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344
8345 \series bold
8346 Malfatti
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 Luciano
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 111
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 </row>
8370 <row>
8371 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375
8376 \series bold
8377 Malfatti
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 Valeriano
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395 111
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 </row>
8401 <row>
8402 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406
8407 \series bold
8408 Meneguzzo
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417 Roberto
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426 111
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 </row>
8432 <row>
8433 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437
8438 \series bold
8439 Mezzadra
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 Roberto
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457 111
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 </row>
8463 <row>
8464 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468
8469 \series bold
8470 Pirpamer
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 Erich
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488 111
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 </row>
8494 <row>
8495 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499
8500 \series bold
8501 Pochiesa
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 Paolo
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519 111, 222
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 </row>
8525 <row>
8526 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530
8531 \series bold
8532 Radina
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541 Claudio
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550 111
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 </row>
8556 <row>
8557 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561
8562 \series bold
8563 Stuffer
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572 Oskar
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581 111
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 </row>
8587 <row>
8588 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592
8593 \series bold
8594 Tacchelli
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603 Ugo
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612 111
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 </row>
8618 <row>
8619 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623
8624 \series bold
8625 Tezzele
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634 Margit
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643 111
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 </row>
8649 <row>
8650 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654
8655 \series bold
8656 Unterkalmsteiner
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665 Frieda
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674 111
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 </row>
8680 <row>
8681 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685
8686 \series bold
8687 Vieider
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 Hilde
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705 111
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 </row>
8711 <row>
8712 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716
8717 \series bold
8718 Vigna
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727 Jürgen
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736 111
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 </row>
8742 <row>
8743 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747
8748 \series bold
8749 Weber
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758 Maurizio
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767 111
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 </row>
8773 <row>
8774 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778
8779 \series bold
8780 Winkler
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789 Franz
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798 111
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 </row>
8804 <row>
8805 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809  
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 </row>
8833 <row>
8834 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838
8839 \series bold
8840 Annovi
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849 Silvia
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858 555
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 </row>
8864 <row>
8865 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869
8870 \series bold
8871 Bertoli
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880 Stefano
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889 555
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 </row>
8895 <row>
8896 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900
8901 \series bold
8902 Bozzi
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911 Walter
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920 555
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 </row>
8926 <row>
8927 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931
8932 \series bold
8933 Cachia
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942 Maria
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951 555
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 </row>
8957 <row>
8958 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962
8963 \series bold
8964 Cachia
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 Maurizio
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 555
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 </row>
8988 <row>
8989 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993
8994 \series bold
8995 Cinquemani
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004 Giusi
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 555
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 </row>
9019 <row>
9020 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024
9025 \series bold
9026 Colin
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 Bernard
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 555
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 </row>
9050 <row>
9051 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055
9056 \series bold
9057 Concli
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066 Gianfranco
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075 555
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 </row>
9081 <row>
9082 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086
9087 \series bold
9088 Dal Bosco
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097 Carolina
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106 555
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 </row>
9112 <row>
9113 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117
9118 \series bold
9119 Dalpiaz
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128 Annamaria
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137 555
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 </row>
9143 <row>
9144 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148
9149 \series bold
9150 Feliciello
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159 Domenico
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168 555
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 </row>
9174 <row>
9175 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179
9180 \series bold
9181 Focarelli
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190 Paola
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 555
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 </row>
9205 <row>
9206 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210
9211 \series bold
9212 Galletti
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221 Oreste
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230 555
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 </row>
9236 <row>
9237 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241
9242 \series bold
9243 Gasparini
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252 Franca
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 555
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 </row>
9267 <row>
9268 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Plain Layout
9272
9273 \series bold
9274 Rizzardi
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283 Paola
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292 555
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 </row>
9298 <row>
9299 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9300 \begin_inset Text
9301
9302 \begin_layout Plain Layout
9303
9304 \series bold
9305 Lassini
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314 Giancarlo
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9320 \begin_inset Text
9321
9322 \begin_layout Plain Layout
9323 555
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 </row>
9329 <row>
9330 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Plain Layout
9334
9335 \series bold
9336 Malfatti
9337 \end_layout
9338
9339 \end_inset
9340 </cell>
9341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9342 \begin_inset Text
9343
9344 \begin_layout Plain Layout
9345 Luciano
9346 \end_layout
9347
9348 \end_inset
9349 </cell>
9350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9351 \begin_inset Text
9352
9353 \begin_layout Plain Layout
9354 555
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 </row>
9360 <row>
9361 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365
9366 \series bold
9367 Malfatti
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376 Valeriano
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385 555
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 </row>
9391 <row>
9392 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396
9397 \series bold
9398 Meneguzzo
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407 Roberto
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9413 \begin_inset Text
9414
9415 \begin_layout Plain Layout
9416 555
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 </row>
9422 <row>
9423 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Plain Layout
9427
9428 \series bold
9429 Mezzadra
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Plain Layout
9438 Roberto
9439 \end_layout
9440
9441 \end_inset
9442 </cell>
9443 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9444 \begin_inset Text
9445
9446 \begin_layout Plain Layout
9447 555
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 </row>
9453 </lyxtabular>
9454
9455 \end_inset
9456
9457
9458 \end_layout
9459
9460 \begin_layout Section
9461 Weitere Möglichkeiten für mehrseitige
9462 \family sans
9463  Tabelle
9464 \family default
9465 n
9466 \begin_inset CommandInset label
9467 LatexCommand label
9468 name "sec:Weitere-Möglichkeiten-für"
9469
9470 \end_inset
9471
9472
9473 \end_layout
9474
9475 \begin_layout Subsection
9476 Berechnung mehrseitiger Tabellen
9477 \begin_inset Index idx
9478 status collapsed
9479
9480 \begin_layout Plain Layout
9481 Tabellen ! mehrseitige ! Berechnung
9482 \end_layout
9483
9484 \end_inset
9485
9486
9487 \end_layout
9488
9489 \begin_layout Standard
9490 \SpecialChar LaTeX
9491  berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit so genannten
9492  
9493 \emph on
9494 chunks
9495 \emph default
9496  (Brocken).
9497  Chunks sind Tabellenteile, die \SpecialChar LaTeX
9498  gleichzeitig im Speicher hält.
9499  Aus historischen Gründen wurde der Standardwert auf 20
9500 \begin_inset space ~
9501 \end_inset
9502
9503 Tabellenzeilen gesetzt.
9504  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9505  das die Druckausgabe.
9506  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100
9507 \begin_inset space \thinspace{}
9508 \end_inset
9509
9510 --
9511 \begin_inset space \thinspace{}
9512 \end_inset
9513
9514 1000 setzen, indem Sie in den \SpecialChar LaTeX
9515 -Vorspann Ihres Dokumentes folgende Zeile
9516  einfügen:
9517 \end_layout
9518
9519 \begin_layout Standard
9520
9521 \series bold
9522
9523 \backslash
9524 setcounter{LTchunksize}{100}
9525 \end_layout
9526
9527 \begin_layout Subsection
9528 Gleitobjekte und mehrseitige Tabellen
9529 \begin_inset Index idx
9530 status collapsed
9531
9532 \begin_layout Plain Layout
9533 Tabellen ! mehrseitige ! Gleitobjekte
9534 \end_layout
9535
9536 \end_inset
9537
9538
9539 \end_layout
9540
9541 \begin_layout Standard
9542 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine mehrseitige
9543  Tabelle beginnt, ein Gleitobjekt befindet.
9544  Um das zu vermeiden, können Sie vor der mehrseitigen Tabelle einen manuellen
9545  Seitenumbruch
9546 \family sans
9547  Einfügen\SpecialChar menuseparator
9548 Formatierung\SpecialChar menuseparator
9549 [Doppel]Seite
9550 \begin_inset space \space{}
9551 \end_inset
9552
9553 leeren
9554 \family default
9555  einfügen, siehe 
9556 \emph on
9557 Benutzerhandbuch
9558 \emph default
9559 .
9560 \end_layout
9561
9562 \begin_layout Subsection
9563 Manuelle Seitenumbrüche
9564 \begin_inset Index idx
9565 status collapsed
9566
9567 \begin_layout Plain Layout
9568 Tabellen ! mehrseitige ! manueller Seitenumbruch
9569 \end_layout
9570
9571 \end_inset
9572
9573
9574 \end_layout
9575
9576 \begin_layout Standard
9577 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9578  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9579  der Zelle umbrechen wollen, fügen Sie den Befehl  
9580 \begin_inset Quotes gld
9581 \end_inset
9582
9583
9584 \series bold
9585
9586 \backslash
9587
9588 \backslash
9589
9590 \series default
9591
9592 \begin_inset Quotes grd
9593 \end_inset
9594
9595  für eine neue Zeile als \SpecialChar TeX
9596 -Code an der Stelle in der Zelle ein, wo umgebrochen
9597  werden kann.
9598  Vor dem 
9599 \begin_inset Quotes gld
9600 \end_inset
9601
9602
9603 \series bold
9604
9605 \backslash
9606
9607 \backslash
9608
9609 \series default
9610
9611 \begin_inset Quotes grd
9612 \end_inset
9613
9614 -Befehl müssen Sie so viele 
9615 \begin_inset Quotes gld
9616 \end_inset
9617
9618
9619 \series bold
9620 &
9621 \series default
9622
9623 \begin_inset Quotes grd
9624 \end_inset
9625
9626  als \SpecialChar TeX
9627 -Code einfügen wie noch Spalten in der Zeile folgen.
9628  Mit 
9629 \begin_inset Quotes gld
9630 \end_inset
9631
9632
9633 \series bold
9634 &
9635 \series default
9636
9637 \begin_inset Quotes grd
9638 \end_inset
9639
9640   werden in \SpecialChar LaTeX
9641  Tabellenzellen getrennt.
9642  Hinter jedes 
9643 \begin_inset Quotes gld
9644 \end_inset
9645
9646
9647 \series bold
9648 &
9649 \series default
9650
9651 \begin_inset Quotes grd
9652 \end_inset
9653
9654  schreiben Sie ebenfalls in \SpecialChar TeX
9655 -Code den Inhalt der entsprechenden Zelle und
9656  löschen den Inhalt dieser Zellen.
9657 \end_layout
9658
9659 \begin_layout Standard
9660 Hinter dem 
9661 \begin_inset Quotes gld
9662 \end_inset
9663
9664
9665 \series bold
9666
9667 \backslash
9668
9669 \backslash
9670
9671 \series default
9672
9673 \begin_inset Quotes grd
9674 \end_inset
9675
9676 -Befehl müssen Sie so viele 
9677 \begin_inset Quotes gld
9678 \end_inset
9679
9680
9681 \series bold
9682 &
9683 \series default
9684
9685 \begin_inset Quotes grd
9686 \end_inset
9687
9688  als \SpecialChar TeX
9689 -Code einfügen wie Spalten vor der momentanen Spalte sind.
9690  In Tabelle
9691 \begin_inset space ~
9692 \end_inset
9693
9694
9695 \begin_inset CommandInset ref
9696 LatexCommand ref
9697 reference "tab:Tabelle-mit-manuellem"
9698
9699 \end_inset
9700
9701  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9702  Es folgt noch eine weitere Spalte.
9703  Deshalb wurde hinter dem Wort 
9704 \emph on
9705 Castelchiodato, 
9706 \emph default
9707 folgendes eingefügt:
9708 \end_layout
9709
9710 \begin_layout Standard
9711
9712 \series bold
9713 & 111
9714 \backslash
9715
9716 \backslash
9717  
9718 \backslash
9719 newpage
9720 \begin_inset Newline newline
9721 \end_inset
9722
9723 &
9724 \end_layout
9725
9726 \begin_layout Standard
9727 Die 
9728 \begin_inset Quotes gld
9729 \end_inset
9730
9731 111
9732 \begin_inset Quotes grd
9733 \end_inset
9734
9735  in der dritten Spalte wurde gelöscht.
9736  
9737 \series bold
9738
9739 \backslash
9740 newpage
9741 \series default
9742  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9743  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9744  Wenn die Fußzeile Ihrer mehrseitigen Tabelle keine obere Linie besitzt,
9745  Sie aber eine wünschen, sollten Sie folgende Befehle benutzen:
9746 \end_layout
9747
9748 \begin_layout Standard
9749
9750 \series bold
9751 & 111
9752 \backslash
9753
9754 \backslash
9755
9756 \begin_inset Newline newline
9757 \end_inset
9758
9759
9760 \backslash
9761 hline &
9762 \end_layout
9763
9764 \begin_layout Standard
9765 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9766  muss folgender Befehl als \SpecialChar TeX
9767 -Code am Anfang der Zelle eingefügt werden:
9768 \end_layout
9769
9770 \begin_layout Standard
9771
9772 \series bold
9773
9774 \backslash
9775 setlength{
9776 \backslash
9777 parfillskip}{0pt}
9778 \end_layout
9779
9780 \begin_layout Standard
9781 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9782  erscheint.
9783 \end_layout
9784
9785 \begin_layout Standard
9786 \align center
9787 \begin_inset Tabular
9788 <lyxtabular version="3" rows="38" columns="3">
9789 <features islongtable="true" longtabularalignment="center">
9790 <column alignment="left" valignment="top" width="0pt">
9791 <column alignment="left" valignment="top" width="3cm">
9792 <column alignment="right" valignment="top" width="0pt">
9793 <row endfirsthead="true" caption="true">
9794 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798 \begin_inset Caption Standard
9799
9800 \begin_layout Plain Layout
9801 Tabelle mit manuellem Seitenumbruch in einer Zelle
9802 \begin_inset CommandInset label
9803 LatexCommand label
9804 name "tab:Tabelle-mit-manuellem"
9805
9806 \end_inset
9807
9808
9809 \begin_inset Argument 1
9810 status collapsed
9811
9812 \begin_layout Plain Layout
9813 Tabelle mit manuellem Seitenumbruch in einer Zelle
9814 \end_layout
9815
9816 \end_inset
9817
9818
9819 \end_layout
9820
9821 \end_inset
9822
9823
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9829 \begin_inset Text
9830
9831 \begin_layout Plain Layout
9832
9833 \end_layout
9834
9835 \end_inset
9836 </cell>
9837 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Plain Layout
9841
9842 \end_layout
9843
9844 \end_inset
9845 </cell>
9846 </row>
9847 <row endfirsthead="true">
9848 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9849 \begin_inset Text
9850
9851 \begin_layout Plain Layout
9852
9853 \series bold
9854 Telefonliste (ignoriere die Namen)
9855 \end_layout
9856
9857 \end_inset
9858 </cell>
9859 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863
9864 \end_layout
9865
9866 \end_inset
9867 </cell>
9868 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872
9873 \end_layout
9874
9875 \end_inset
9876 </cell>
9877 </row>
9878 <row endfirsthead="true">
9879 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9880 \begin_inset Text
9881
9882 \begin_layout Plain Layout
9883
9884 \series bold
9885 NAME
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9891 \begin_inset Text
9892
9893 \begin_layout Plain Layout
9894
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903
9904 \series bold
9905 TEL.
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 </row>
9911 <row endhead="true" caption="true">
9912 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916 \begin_inset Caption Unnumbered
9917
9918 \begin_layout Plain Layout
9919 Fortsetzung der Tabelle
9920 \end_layout
9921
9922 \end_inset
9923
9924
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Plain Layout
9942
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 </row>
9948 <row endhead="true">
9949 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953
9954 \series bold
9955 Telefonliste
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9970 \begin_inset Text
9971
9972 \begin_layout Plain Layout
9973
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 </row>
9979 <row endhead="true">
9980 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984
9985 \series bold
9986 NAME
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995
9996 \end_layout
9997
9998 \end_inset
9999 </cell>
10000 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004
10005 \series bold
10006 TEL.
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 </row>
10012 <row endfoot="true">
10013 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017 wird fortgesetzt\SpecialChar ldots
10018
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036
10037 \end_layout
10038
10039 \end_inset
10040 </cell>
10041 </row>
10042 <row>
10043 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047
10048 \series bold
10049 Annovi
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058 Silvia
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067 111
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 </row>
10073 <row>
10074 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078
10079 \series bold
10080 Bertoli
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089 Stefano
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098 111
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 </row>
10104 <row>
10105 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109
10110 \series bold
10111 Bozzi
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120 Walter
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129 111
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 </row>
10135 <row>
10136 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140
10141 \series bold
10142 Cachia
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151 Maria
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160 111
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 </row>
10166 <row>
10167 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171
10172 \series bold
10173 Cachia
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182 Maurizio
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191 111
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 </row>
10197 <row>
10198 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202
10203 \series bold
10204 Cinquemani
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213 Giusi
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222 111
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 </row>
10228 <row>
10229 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233
10234 \series bold
10235 Colin
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244 Bernard
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253 111
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 </row>
10259 <row>
10260 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264
10265 \series bold
10266 Concli
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275 Gianfranco
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284 111
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 </row>
10290 <row>
10291 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295
10296 \series bold
10297 Dal Bosco
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306 Carolina
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315 111
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 </row>
10321 <row>
10322 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326
10327 \series bold
10328 Dalpiaz
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337 Annamaria
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346 111
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 </row>
10352 <row>
10353 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357
10358 \series bold
10359 Feliciello
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368 Domenico
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377 111
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 </row>
10383 <row>
10384 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388
10389 \series bold
10390 Focarelli
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399 Paola
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408 111
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 </row>
10414 <row>
10415 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419
10420 \series bold
10421 Galletti
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 Oreste
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439 111
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 </row>
10445 <row>
10446 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450
10451 \series bold
10452 Gasparini
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 Franca
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 111
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 </row>
10476 <row>
10477 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481
10482 \series bold
10483 Lassini
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 Giancarlo
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 111
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 </row>
10507 <row>
10508 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512
10513 \series bold
10514 Malfatti
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523 Luciano
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532 111
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 </row>
10538 <row>
10539 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543
10544 \series bold
10545 Malfatti
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 Valeriano
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563 111
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 </row>
10569 <row>
10570 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574
10575 \series bold
10576 Meneguzzo
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 Roberto
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 111
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 </row>
10600 <row>
10601 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605
10606 \series bold
10607 Mezzadra
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 Roberto
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625 111
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 </row>
10631 <row>
10632 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636
10637 \series bold
10638 Pirpamer
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647 Erich
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656 111
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 </row>
10662 <row>
10663 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667
10668 \series bold
10669 Pochiesa
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 Paolo
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687 111, 222
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 </row>
10693 <row>
10694 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698
10699 \series bold
10700 Radina
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 Claudio
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718 111
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 </row>
10724 <row>
10725 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729
10730 \series bold
10731 Rizzardi
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 Paolo, 11.
10741  Fürst von Monte\SpecialChar softhyphen
10742 com\SpecialChar softhyphen
10743 patri, 11.
10744  Fürst von Sulmona und Vivaro, 10.
10745  Fürst von Rossano, 5.
10746  Herzog von Canemorte, 11.
10747  Herzog von Palombara, 5.
10748  Herzog von Castelchiodato,
10749 \begin_inset ERT
10750 status open
10751
10752 \begin_layout Plain Layout
10753
10754 & 111
10755 \backslash
10756
10757 \backslash
10758  
10759 \backslash
10760 newpage
10761 \end_layout
10762
10763 \begin_layout Plain Layout
10764
10765 &
10766 \end_layout
10767
10768 \end_inset
10769
10770  11.
10771  Herzog von Poggionativo, 11.
10772  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10773  Graf von Valinfreda, 11.
10774  Baron von Cropalati, 11.
10775  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 </row>
10790 <row>
10791 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795
10796 \series bold
10797 Stuffer
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806 Oskar
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10812 \begin_inset Text
10813
10814 \begin_layout Plain Layout
10815 111
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 </row>
10821 <row>
10822 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826
10827 \series bold
10828 Tacchelli
10829 \end_layout
10830
10831 \end_inset
10832 </cell>
10833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837 Ugo
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846 111
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 </row>
10852 <row>
10853 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10854 \begin_inset Text
10855
10856 \begin_layout Plain Layout
10857
10858 \series bold
10859 Tezzele
10860 \end_layout
10861
10862 \end_inset
10863 </cell>
10864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868 Margit
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Plain Layout
10877 111
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 </row>
10883 <row>
10884 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888
10889 \series bold
10890 Unterkalmsteiner
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899 Frieda
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908 111
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 </row>
10914 <row>
10915 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919
10920 \series bold
10921 Vieider
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930 Hilde
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10936 \begin_inset Text
10937
10938 \begin_layout Plain Layout
10939 111
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 </row>
10945 <row>
10946 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950
10951 \series bold
10952 Vigna
10953 \end_layout
10954
10955 \end_inset
10956 </cell>
10957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961 Jürgen
10962 \end_layout
10963
10964 \end_inset
10965 </cell>
10966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970 111
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 </row>
10976 <row>
10977 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10978 \begin_inset Text
10979
10980 \begin_layout Plain Layout
10981
10982 \series bold
10983 Weber
10984 \end_layout
10985
10986 \end_inset
10987 </cell>
10988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10989 \begin_inset Text
10990
10991 \begin_layout Plain Layout
10992 Maurizio
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001 111
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 </row>
11007 <row>
11008 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012
11013 \series bold
11014 Winkler
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023 Franz
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032 111
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 </row>
11038 </lyxtabular>
11039
11040 \end_inset
11041
11042
11043 \end_layout
11044
11045 \begin_layout Section
11046 Mehrere Zeilen, Spalten und Zeilen
11047 \end_layout
11048
11049 \begin_layout Subsection
11050 Mehrere Zeilen in Tabellenzellen
11051 \begin_inset CommandInset label
11052 LatexCommand label
11053 name "uab:Mehrere-Zeilen-in"
11054
11055 \end_inset
11056
11057
11058 \begin_inset Index idx
11059 status collapsed
11060
11061 \begin_layout Plain Layout
11062 Mehrere Zeilen in Tabellenzellen
11063 \end_layout
11064
11065 \end_inset
11066
11067
11068 \begin_inset Index idx
11069 status collapsed
11070
11071 \begin_layout Plain Layout
11072 Tabellen ! Zeilenumbrüche
11073 \end_layout
11074
11075 \end_inset
11076
11077
11078 \end_layout
11079
11080 \begin_layout Standard
11081 \noindent
11082 \begin_inset Float table
11083 placement H
11084 wide false
11085 sideways false
11086 status open
11087
11088 \begin_layout Plain Layout
11089 \begin_inset Caption Standard
11090
11091 \begin_layout Plain Layout
11092 \begin_inset CommandInset label
11093 LatexCommand label
11094 name "tab:Tabelle-mit-mehrfachen"
11095
11096 \end_inset
11097
11098 Tabelle mit mehrfachen Zeilen in einer Zelle
11099 \end_layout
11100
11101 \end_inset
11102
11103
11104 \end_layout
11105
11106 \begin_layout Plain Layout
11107 \align center
11108 \begin_inset Tabular
11109 <lyxtabular version="3" rows="3" columns="3">
11110 <features tabularvalignment="middle">
11111 <column alignment="center" valignment="middle" width="2.5cm">
11112 <column alignment="center" valignment="middle" width="0.5cm">
11113 <column alignment="center" valignment="middle" width="0.5cm">
11114 <row>
11115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119 zwei
11120 \begin_inset Newline linebreak
11121 \end_inset
11122
11123 Zeilen
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11129 \begin_inset Text
11130
11131 \begin_layout Plain Layout
11132 b
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141 c
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 </row>
11147 <row>
11148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Plain Layout
11152 d
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 e
11162 \end_layout
11163
11164 \end_inset
11165 </cell>
11166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170 f
11171 \end_layout
11172
11173 \end_inset
11174 </cell>
11175 </row>
11176 <row>
11177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11178 \begin_inset Text
11179
11180 \begin_layout Plain Layout
11181 g
11182 \end_layout
11183
11184 \end_inset
11185 </cell>
11186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11187 \begin_inset Text
11188
11189 \begin_layout Plain Layout
11190 h
11191 \end_layout
11192
11193 \end_inset
11194 </cell>
11195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199 i
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 </row>
11205 </lyxtabular>
11206
11207 \end_inset
11208
11209
11210 \end_layout
11211
11212 \end_inset
11213
11214
11215 \end_layout
11216
11217 \begin_layout Standard
11218 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11219  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11220  Tabelle
11221 \begin_inset space ~
11222 \end_inset
11223
11224
11225 \begin_inset CommandInset ref
11226 LatexCommand ref
11227 reference "tab:Tabelle-mit-mehrfachen"
11228
11229 \end_inset
11230
11231  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11232 \family sans
11233 Tabellen-Einstellungen
11234 \family default
11235 -Dialog auf 2.5
11236 \begin_inset space \thinspace{}
11237 \end_inset
11238
11239 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11240  Weil unser Text schmaler als 2.5
11241 \begin_inset space \thinspace{}
11242 \end_inset
11243
11244 cm ist, würde er in einer Zeile gedruckt werden.
11245  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11246
11247 \family sans
11248 Strg+Shift+Enter
11249 \family default
11250 ) eingefügt.
11251  Wenn der Text länger ist, wird er automatisch umgebrochen.
11252 \end_layout
11253
11254 \begin_layout Standard
11255 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11256  setzen Sie die Breite der beiden Spalten im 
11257 \family sans
11258 Tabellen-Einstellungen
11259 \family default
11260 -Dialog auf 0.5
11261 \begin_inset space \thinspace{}
11262 \end_inset
11263
11264 cm und die vertikale Ausrichtung auf zentriert.
11265 \end_layout
11266
11267 \begin_layout Standard
11268 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11269  haben, kann \SpecialChar LaTeX
11270  es ohne Trennhilfen nicht trennen.
11271  Wenn Sie \SpecialChar LaTeX
11272  trotzdem die Trennung überlassen wollen, müssen Sie vor dem Wort
11273  etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11274  Fügen sie daher 0
11275 \begin_inset space \thinspace{}
11276 \end_inset
11277
11278 pt horizontalen Abstand vor dem Wort ein.
11279  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11280  Tabelle
11281 \begin_inset space ~
11282 \end_inset
11283
11284
11285 \begin_inset CommandInset ref
11286 LatexCommand ref
11287 reference "tab:Tabelle-ohne-und"
11288
11289 \end_inset
11290
11291  zeigt die Wirkungen.
11292 \end_layout
11293
11294 \begin_layout Standard
11295 \begin_inset Float table
11296 placement h
11297 wide false
11298 sideways false
11299 status open
11300
11301 \begin_layout Plain Layout
11302 \begin_inset Caption Standard
11303
11304 \begin_layout Plain Layout
11305 \begin_inset CommandInset label
11306 LatexCommand label
11307 name "tab:Tabelle-ohne-und"
11308
11309 \end_inset
11310
11311 Tabelle ohne und mit Silbentrennung
11312 \end_layout
11313
11314 \end_inset
11315
11316
11317 \end_layout
11318
11319 \begin_layout Plain Layout
11320 \begin_inset space \hfill{}
11321 \end_inset
11322
11323
11324 \begin_inset Tabular
11325 <lyxtabular version="3" rows="3" columns="3">
11326 <features tabularvalignment="middle">
11327 <column alignment="center" valignment="middle" width="2.5cm">
11328 <column alignment="center" valignment="middle" width="0.5cm">
11329 <column alignment="center" valignment="middle" width="0.5cm">
11330 <row>
11331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11332 \begin_inset Text
11333
11334 \begin_layout Plain Layout
11335 einsehrlangesZellenwort
11336 \end_layout
11337
11338 \end_inset
11339 </cell>
11340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11341 \begin_inset Text
11342
11343 \begin_layout Plain Layout
11344 b
11345 \end_layout
11346
11347 \end_inset
11348 </cell>
11349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11350 \begin_inset Text
11351
11352 \begin_layout Plain Layout
11353 c
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 </row>
11359 <row>
11360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11361 \begin_inset Text
11362
11363 \begin_layout Plain Layout
11364 d
11365 \end_layout
11366
11367 \end_inset
11368 </cell>
11369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11370 \begin_inset Text
11371
11372 \begin_layout Plain Layout
11373 e
11374 \end_layout
11375
11376 \end_inset
11377 </cell>
11378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 f
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 </row>
11388 <row>
11389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393 g
11394 \end_layout
11395
11396 \end_inset
11397 </cell>
11398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Plain Layout
11402 h
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 i
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 </row>
11417 </lyxtabular>
11418
11419 \end_inset
11420
11421
11422 \begin_inset space \hfill{}
11423 \end_inset
11424
11425
11426 \begin_inset Tabular
11427 <lyxtabular version="3" rows="3" columns="3">
11428 <features tabularvalignment="middle">
11429 <column alignment="center" valignment="middle" width="2.5cm">
11430 <column alignment="center" valignment="middle" width="0.5cm">
11431 <column alignment="center" valignment="middle" width="0.5cm">
11432 <row>
11433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11434 \begin_inset Text
11435
11436 \begin_layout Plain Layout
11437 \begin_inset space \hspace{}
11438 \length 0pt
11439 \end_inset
11440
11441 einsehrlangesZellenwort
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450 b
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459 c
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 </row>
11465 <row>
11466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470 d
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 e
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488 f
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 </row>
11494 <row>
11495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Plain Layout
11499 g
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 h
11509 \end_layout
11510
11511 \end_inset
11512 </cell>
11513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11514 \begin_inset Text
11515
11516 \begin_layout Plain Layout
11517 i
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 </row>
11523 </lyxtabular>
11524
11525 \end_inset
11526
11527
11528 \begin_inset space \hfill{}
11529 \end_inset
11530
11531
11532 \end_layout
11533
11534 \end_inset
11535
11536
11537 \end_layout
11538
11539 \begin_layout Subsection
11540 Mehrfachspalten
11541 \begin_inset CommandInset label
11542 LatexCommand label
11543 name "uab:Mehrfachspalten"
11544
11545 \end_inset
11546
11547
11548 \begin_inset Index idx
11549 status collapsed
11550
11551 \begin_layout Plain Layout
11552 Mahrfachspalten
11553 \end_layout
11554
11555 \end_inset
11556
11557
11558 \begin_inset Index idx
11559 status collapsed
11560
11561 \begin_layout Plain Layout
11562 Tabellen ! Mahrfachspalten
11563 \end_layout
11564
11565 \end_inset
11566
11567
11568 \end_layout
11569
11570 \begin_layout Subsubsection
11571 Grundlagen
11572 \end_layout
11573
11574 \begin_layout Standard
11575 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11576  und verwenden dann den Knopf 
11577 \begin_inset Info
11578 type  "icon"
11579 arg   "tabular-feature multicolumn"
11580 \end_inset
11581
11582  in der Werkzeugleiste, das Menü 
11583 \family sans
11584 Bearbeiten\SpecialChar menuseparator
11585 Tabelle\SpecialChar menuseparator
11586 Mehrfachspalte
11587 \family default
11588 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11589  
11590 \family sans
11591 Mehrfachspalte
11592 \family default
11593 .
11594 \end_layout
11595
11596 \begin_layout Standard
11597 Mehrfachspalten haben ihre eigenen Einstellungen.
11598  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11599  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11600  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11601 \end_layout
11602
11603 \begin_layout Standard
11604 \align center
11605 \begin_inset Tabular
11606 <lyxtabular version="3" rows="3" columns="4">
11607 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11608 <column alignment="center" valignment="top" width="0pt">
11609 <column alignment="center" valignment="middle">
11610 <column alignment="center" valignment="top" width="0in">
11611 <column alignment="center" valignment="top" width="0pt">
11612 <row>
11613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11614 \begin_inset Text
11615
11616 \begin_layout Plain Layout
11617 abc
11618 \end_layout
11619
11620 \end_inset
11621 </cell>
11622 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11623 \begin_inset Text
11624
11625 \begin_layout Plain Layout
11626 def ghi
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11632 \begin_inset Text
11633
11634 \begin_layout Plain Layout
11635
11636 \end_layout
11637
11638 \end_inset
11639 </cell>
11640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11641 \begin_inset Text
11642
11643 \begin_layout Plain Layout
11644 jkl
11645 \end_layout
11646
11647 \end_inset
11648 </cell>
11649 </row>
11650 <row>
11651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Plain Layout
11655
11656 \family roman
11657 \series medium
11658 \shape up
11659 \size normal
11660 \emph off
11661 \bar no
11662 \noun off
11663 \color none
11664 A
11665 \end_layout
11666
11667 \end_inset
11668 </cell>
11669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11670 \begin_inset Text
11671
11672 \begin_layout Plain Layout
11673 B
11674 \end_layout
11675
11676 \end_inset
11677 </cell>
11678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11679 \begin_inset Text
11680
11681 \begin_layout Plain Layout
11682 C
11683 \end_layout
11684
11685 \end_inset
11686 </cell>
11687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691 D
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 </row>
11697 <row>
11698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11699 \begin_inset Text
11700
11701 \begin_layout Plain Layout
11702 1
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11708 \begin_inset Text
11709
11710 \begin_layout Plain Layout
11711 2
11712 \end_layout
11713
11714 \end_inset
11715 </cell>
11716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 3
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729 4
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 </row>
11735 </lyxtabular>
11736
11737 \end_inset
11738
11739
11740 \end_layout
11741
11742 \begin_layout Subsubsection
11743 Mehrfachspalten-Berechnungen
11744 \begin_inset CommandInset label
11745 LatexCommand label
11746 name "uab:Mehrfachspalten-Berechnungen"
11747
11748 \end_inset
11749
11750
11751 \begin_inset Index idx
11752 status collapsed
11753
11754 \begin_layout Plain Layout
11755 Mahrfachspalten ! Berechnung
11756 \end_layout
11757
11758 \end_inset
11759
11760
11761 \begin_inset Index idx
11762 status collapsed
11763
11764 \begin_layout Plain Layout
11765 Tabellen ! Mahrfachspalten ! Berechnung
11766 \end_layout
11767
11768 \end_inset
11769
11770
11771 \end_layout
11772
11773 \begin_layout Standard
11774 \SpecialChar LyX
11775  unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11776  Zellen beachten.
11777 \end_layout
11778
11779 \begin_layout Standard
11780 \begin_inset Float table
11781 placement h
11782 wide false
11783 sideways false
11784 status open
11785
11786 \begin_layout Plain Layout
11787 \begin_inset Caption Standard
11788
11789 \begin_layout Plain Layout
11790 \begin_inset CommandInset label
11791 LatexCommand label
11792 name "tab:Tabelle-mit-zentriertem"
11793
11794 \end_inset
11795
11796 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11797  die halbe Breite der Mehrfachspalten-Zelle haben
11798 \begin_inset Argument 1
11799 status collapsed
11800
11801 \begin_layout Plain Layout
11802 Eine Mehrfachspalten-Tabelle
11803 \end_layout
11804
11805 \end_inset
11806
11807
11808 \end_layout
11809
11810 \end_inset
11811
11812
11813 \end_layout
11814
11815 \begin_layout Plain Layout
11816 \align center
11817 \begin_inset Tabular
11818 <lyxtabular version="3" rows="3" columns="3">
11819 <features tabularvalignment="middle">
11820 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11821 <column alignment="center" valignment="middle">
11822 <column alignment="center" valignment="top">
11823 <row>
11824 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11825 \begin_inset Text
11826
11827 \begin_layout Plain Layout
11828 Dies ist eine Mehrfach\SpecialChar softhyphen
11829 spalten-Zelle
11830 \end_layout
11831
11832 \end_inset
11833 </cell>
11834 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11835 \begin_inset Text
11836
11837 \begin_layout Plain Layout
11838
11839 \end_layout
11840
11841 \end_inset
11842 </cell>
11843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11844 \begin_inset Text
11845
11846 \begin_layout Plain Layout
11847 c
11848 \end_layout
11849
11850 \end_inset
11851 </cell>
11852 </row>
11853 <row>
11854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11855 \begin_inset Text
11856
11857 \begin_layout Plain Layout
11858 d
11859 \end_layout
11860
11861 \end_inset
11862 </cell>
11863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11864 \begin_inset Text
11865
11866 \begin_layout Plain Layout
11867 e
11868 \end_layout
11869
11870 \end_inset
11871 </cell>
11872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11873 \begin_inset Text
11874
11875 \begin_layout Plain Layout
11876 f
11877 \end_layout
11878
11879 \end_inset
11880 </cell>
11881 </row>
11882 <row>
11883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11884 \begin_inset Text
11885
11886 \begin_layout Plain Layout
11887 g
11888 \end_layout
11889
11890 \end_inset
11891 </cell>
11892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11893 \begin_inset Text
11894
11895 \begin_layout Plain Layout
11896 h
11897 \end_layout
11898
11899 \end_inset
11900 </cell>
11901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11902 \begin_inset Text
11903
11904 \begin_layout Plain Layout
11905 i
11906 \end_layout
11907
11908 \end_inset
11909 </cell>
11910 </row>
11911 </lyxtabular>
11912
11913 \end_inset
11914
11915
11916 \end_layout
11917
11918 \end_inset
11919
11920
11921 \end_layout
11922
11923 \begin_layout Standard
11924 Um Tabelle
11925 \begin_inset space ~
11926 \end_inset
11927
11928
11929 \begin_inset CommandInset ref
11930 LatexCommand ref
11931 reference "tab:Tabelle-mit-zentriertem"
11932
11933 \end_inset
11934
11935  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11936  3×3-Tabelle, kreuzen im 
11937 \family sans
11938 Tabellen-Einstellungen
11939 \family default
11940 -Dialog 
11941 \family sans
11942 Mehrfachspalte
11943 \family default
11944  an, setzen die 
11945 \family sans
11946 Horizontale
11947 \begin_inset space ~
11948 \end_inset
11949
11950 Ausrichtung
11951 \family default
11952  auf 
11953 \family sans
11954 Zentriert
11955 \family default
11956  und die 
11957 \family sans
11958 Breite
11959 \family default
11960  auf 2.5
11961 \begin_inset space \thinspace{}
11962 \end_inset
11963
11964 cm.
11965  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11966  Sie die Breite der ersten Spalte auf 1.25
11967 \begin_inset space \thinspace{}
11968 \end_inset
11969
11970 cm setzen.
11971  Die zweite Spalte wird dann automatisch 1.25
11972 \begin_inset space \thinspace{}
11973 \end_inset
11974
11975 cm breit (Breite der 
11976 \family sans
11977 Mehrfachspalte
11978 \family default
11979  
11980 \begin_inset Formula $-$
11981 \end_inset
11982
11983  Breite der ersten Spalte).
11984  Dies wurde so für Tabelle
11985 \begin_inset space ~
11986 \end_inset
11987
11988
11989 \begin_inset CommandInset ref
11990 LatexCommand ref
11991 reference "tab:Tabelle,-in-der-die"
11992
11993 \end_inset
11994
11995  gemacht.
11996 \end_layout
11997
11998 \begin_layout Standard
11999 \begin_inset Float table
12000 wide false
12001 sideways false
12002 status open
12003
12004 \begin_layout Plain Layout
12005 \begin_inset Caption Standard
12006
12007 \begin_layout Plain Layout
12008 \begin_inset CommandInset label
12009 LatexCommand label
12010 name "tab:Tabelle,-in-der-die"
12011
12012 \end_inset
12013
12014 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12015  wie die Mehrfachspalte
12016 \begin_inset Argument 1
12017 status collapsed
12018
12019 \begin_layout Plain Layout
12020 Eine unvollkommene Mehrfachspalten-Tabelle
12021 \end_layout
12022
12023 \end_inset
12024
12025
12026 \end_layout
12027
12028 \end_inset
12029
12030
12031 \end_layout
12032
12033 \begin_layout Plain Layout
12034 \align center
12035 \begin_inset Tabular
12036 <lyxtabular version="3" rows="3" columns="3">
12037 <features tabularvalignment="middle">
12038 <column alignment="center" valignment="top" width="1.25cm">
12039 <column alignment="center" valignment="top">
12040 <column alignment="center" valignment="top">
12041 <row>
12042 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12043 \begin_inset Text
12044
12045 \begin_layout Plain Layout
12046 Dies ist auch eine Mehr\SpecialChar softhyphen
12047 fach\SpecialChar softhyphen
12048 spalten-Zelle
12049 \end_layout
12050
12051 \end_inset
12052 </cell>
12053 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12054 \begin_inset Text
12055
12056 \begin_layout Plain Layout
12057
12058 \end_layout
12059
12060 \end_inset
12061 </cell>
12062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12063 \begin_inset Text
12064
12065 \begin_layout Plain Layout
12066 c
12067 \end_layout
12068
12069 \end_inset
12070 </cell>
12071 </row>
12072 <row>
12073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12074 \begin_inset Text
12075
12076 \begin_layout Plain Layout
12077 d
12078 \end_layout
12079
12080 \end_inset
12081 </cell>
12082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12083 \begin_inset Text
12084
12085 \begin_layout Plain Layout
12086 e
12087 \end_layout
12088
12089 \end_inset
12090 </cell>
12091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12092 \begin_inset Text
12093
12094 \begin_layout Plain Layout
12095 f
12096 \end_layout
12097
12098 \end_inset
12099 </cell>
12100 </row>
12101 <row>
12102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12103 \begin_inset Text
12104
12105 \begin_layout Plain Layout
12106 g
12107 \end_layout
12108
12109 \end_inset
12110 </cell>
12111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12112 \begin_inset Text
12113
12114 \begin_layout Plain Layout
12115 h
12116 \end_layout
12117
12118 \end_inset
12119 </cell>
12120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12121 \begin_inset Text
12122
12123 \begin_layout Plain Layout
12124 i
12125 \end_layout
12126
12127 \end_inset
12128 </cell>
12129 </row>
12130 </lyxtabular>
12131
12132 \end_inset
12133
12134
12135 \end_layout
12136
12137 \end_inset
12138
12139
12140 \end_layout
12141
12142 \begin_layout Standard
12143 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12144  als die zweite ist.
12145  Das liegt daran, dass die Zellenbreite 
12146 \begin_inset Formula $W_{\mathrm{tot}}$
12147 \end_inset
12148
12149  nicht ihre definierte Breite 
12150 \begin_inset Formula $W_{g}$
12151 \end_inset
12152
12153  ist, sondern ein wenig mehr.
12154  Anhang
12155 \begin_inset space ~
12156 \end_inset
12157
12158
12159 \begin_inset CommandInset ref
12160 LatexCommand ref
12161 reference "kap:Erläuterung-einer-Gleichung"
12162
12163 \end_inset
12164
12165  erklärt das genauer.
12166 \end_layout
12167
12168 \begin_layout Standard
12169 Wenn 
12170 \emph on
12171 n
12172 \emph default
12173  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12174  die definierte Breite 
12175 \begin_inset Formula $W_{g\,n}$
12176 \end_inset
12177
12178  einer Spalte, deren totale Breite = 
12179 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12180 \end_inset
12181
12182  sein soll, wie folgt:
12183 \begin_inset Formula 
12184 \begin{equation}
12185 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12186 \end{equation}
12187
12188 \end_inset
12189
12190
12191 \end_layout
12192
12193 \begin_layout Standard
12194 In unserem Falls ist 
12195 \begin_inset Formula $n=2$
12196 \end_inset
12197
12198
12199 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12200 \end_inset
12201
12202 cm, und damit wird aus Gleichung
12203 \begin_inset space ~
12204 \end_inset
12205
12206
12207 \begin_inset CommandInset ref
12208 LatexCommand ref
12209 reference "eq:Wgn"
12210
12211 \end_inset
12212
12213  
12214 \begin_inset Formula 
12215 \begin{equation}
12216 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12217 \end{equation}
12218
12219 \end_inset
12220
12221
12222 \end_layout
12223
12224 \begin_layout Standard
12225 Damit \SpecialChar LaTeX
12226  rechnen kann, muss das Paket 
12227 \series bold
12228 calc
12229 \series default
12230  im Vorspann geladen werden.
12231 \begin_inset Index idx
12232 status collapsed
12233
12234 \begin_layout Plain Layout
12235 \SpecialChar LaTeX
12236 -Pakete ! calc
12237 \end_layout
12238
12239 \end_inset
12240
12241
12242 \end_layout
12243
12244 \begin_layout Standard
12245
12246 \series bold
12247
12248 \backslash
12249 usepackage{calc}
12250 \end_layout
12251
12252 \begin_layout Standard
12253 \SpecialChar LyX
12254  erlaubt im 
12255 \family sans
12256 Breite
12257 \family default
12258 -Feld des 
12259 \family sans
12260 Tabellen-Einstellungen
12261 \family default
12262 -Dialogs keine Berechnungen.
12263  Deshalb müssen Sie die Formel für die Breite im Feld 
12264 \family sans
12265 LaTeX-Argument
12266 \family default
12267  eingeben.
12268  Hier iss ein Überblick über die Argumente:
12269 \end_layout
12270
12271 \begin_layout Itemize
12272
12273 \series bold
12274 p{Breite}
12275 \series default
12276  die Zelle bekommt eine feste 
12277 \series bold
12278 Breite
12279 \series default
12280 , und die vertikale Ausrichtung ist 
12281 \family sans
12282 Oben
12283 \end_layout
12284
12285 \begin_layout Itemize
12286
12287 \series bold
12288 m{Breite}
12289 \series default
12290  die Zelle bekommt eine feste 
12291 \series bold
12292 Breite
12293 \series default
12294 , und die vertikale Ausrichtung ist 
12295 \family sans
12296 Mitte
12297 \end_layout
12298
12299 \begin_layout Itemize
12300
12301 \series bold
12302 b{Breite}
12303 \series default
12304  die Zelle bekommt eine feste 
12305 \series bold
12306 Breite
12307 \series default
12308 , und die vertikale Ausrichtung ist 
12309 \family sans
12310 Unten
12311 \end_layout
12312
12313 \begin_layout Standard
12314 Wenn Sie ein \SpecialChar LaTeX
12315 -Argument eingeben, werden alle anderen Einstellungen für diese
12316  Zelle überschrieben.
12317 \end_layout
12318
12319 \begin_layout Standard
12320 \begin_inset Note Greyedout
12321 status open
12322
12323 \begin_layout Plain Layout
12324
12325 \series bold
12326 Bemerkung:
12327 \series default
12328  Wegen eines Fehlers in \SpecialChar LyX
12329  werden die überschriebenen Einstellungen dennoch
12330  angezeigt.
12331 \end_layout
12332
12333 \end_inset
12334
12335
12336 \end_layout
12337
12338 \begin_layout Standard
12339 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12340  der Zelle mit dem Inhalt 
12341 \begin_inset Quotes gld
12342 \end_inset
12343
12344 d
12345 \begin_inset Quotes grd
12346 \end_inset
12347
12348  der Tabelle
12349 \begin_inset space ~
12350 \end_inset
12351
12352
12353 \begin_inset CommandInset ref
12354 LatexCommand ref
12355 reference "tab:Tabelle-mit-zentriertem"
12356
12357 \end_inset
12358
12359  auch noch der Befehl
12360 \family typewriter
12361 \series bold
12362  
12363 \family default
12364
12365 \backslash
12366 centering
12367 \series default
12368  hinzugefügt.
12369  Das Ganze sieht dann so aus:
12370 \end_layout
12371
12372 \begin_layout Standard
12373
12374 \series bold
12375 |>{
12376 \backslash
12377 centering}m{1.25cm-6.2pt}
12378 \end_layout
12379
12380 \begin_layout Standard
12381 Der vertikale Strich 
12382 \series bold
12383
12384 \begin_inset Quotes gld
12385 \end_inset
12386
12387 |
12388 \series default
12389
12390 \begin_inset Quotes grd
12391 \end_inset
12392
12393  am Anfang zeichnet die linke Linie, und der Befehl 
12394 \series bold
12395
12396 \begin_inset Quotes gld
12397 \end_inset
12398
12399 >{ }
12400 \begin_inset Quotes grd
12401 \end_inset
12402
12403
12404 \series default
12405  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12406  der Zelle benutzt werden sollen.
12407 \end_layout
12408
12409 \begin_layout Standard
12410 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12411  haben, ist der Text noch immer linksbündig, weil \SpecialChar LyX
12412  Ausrichtungen nur für
12413  einzelne Spalten anwendet.
12414  Deswegen musste für die Mehrfachspalte folgendes \SpecialChar LaTeX
12415 -Argument benutzt werden:
12416 \end_layout
12417
12418 \begin_layout Standard
12419
12420 \series bold
12421 |>{
12422 \backslash
12423 centering}m{2.5cm}|
12424 \end_layout
12425
12426 \begin_layout Subsection
12427 Mehrfachzeilen
12428 \begin_inset CommandInset label
12429 LatexCommand label
12430 name "uab:Mehrfachzeilen"
12431
12432 \end_inset
12433
12434
12435 \begin_inset Index idx
12436 status collapsed
12437
12438 \begin_layout Plain Layout
12439 Mehrfachzeilen
12440 \end_layout
12441
12442 \end_inset
12443
12444
12445 \begin_inset Index idx
12446 status collapsed
12447
12448 \begin_layout Plain Layout
12449 Tabellen ! Mehrfachzeilen
12450 \end_layout
12451
12452 \end_inset
12453
12454
12455 \end_layout
12456
12457 \begin_layout Standard
12458 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12459  und verwenden dann den Knopf 
12460 \begin_inset Info
12461 type  "icon"
12462 arg   "tabular-feature multirow"
12463 \end_inset
12464
12465  in der Werkzeugleiste, das Menü 
12466 \family sans
12467 Bearbeiten\SpecialChar menuseparator
12468 Tabelle\SpecialChar menuseparator
12469 Mehrfachzeile
12470 \family default
12471 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12472  
12473 \family sans
12474 Mehrfachzeile
12475 \family default
12476 .
12477 \end_layout
12478
12479 \begin_layout Standard
12480 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12481 \end_layout
12482
12483 \begin_layout Standard
12484 \align center
12485 \begin_inset Tabular
12486 <lyxtabular version="3" rows="3" columns="3">
12487 <features tabularvalignment="middle">
12488 <column alignment="center" valignment="top" width="0pt">
12489 <column alignment="center" valignment="top">
12490 <column alignment="center" valignment="top">
12491 <row>
12492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12493 \begin_inset Text
12494
12495 \begin_layout Plain Layout
12496 ein langer Eintrag
12497 \end_layout
12498
12499 \end_inset
12500 </cell>
12501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12502 \begin_inset Text
12503
12504 \begin_layout Plain Layout
12505 b
12506 \end_layout
12507
12508 \end_inset
12509 </cell>
12510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12511 \begin_inset Text
12512
12513 \begin_layout Plain Layout
12514 c
12515 \end_layout
12516
12517 \end_inset
12518 </cell>
12519 </row>
12520 <row>
12521 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12522 \begin_inset Text
12523
12524 \begin_layout Plain Layout
12525 Mehrfachzeile
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12531 \begin_inset Text
12532
12533 \begin_layout Plain Layout
12534 e
12535 \end_layout
12536
12537 \end_inset
12538 </cell>
12539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12540 \begin_inset Text
12541
12542 \begin_layout Plain Layout
12543 f
12544 \end_layout
12545
12546 \end_inset
12547 </cell>
12548 </row>
12549 <row>
12550 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12551 \begin_inset Text
12552
12553 \begin_layout Plain Layout
12554
12555 \end_layout
12556
12557 \end_inset
12558 </cell>
12559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12560 \begin_inset Text
12561
12562 \begin_layout Plain Layout
12563 h
12564 \end_layout
12565
12566 \end_inset
12567 </cell>
12568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12569 \begin_inset Text
12570
12571 \begin_layout Plain Layout
12572 i
12573 \end_layout
12574
12575 \end_inset
12576 </cell>
12577 </row>
12578 </lyxtabular>
12579
12580 \end_inset
12581
12582
12583 \end_layout
12584
12585 \begin_layout Standard
12586 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12587  Spalte festgelegt.
12588  Der 
12589 \family sans
12590 Vertikale Versatz
12591 \family default
12592  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12593  positiv/negativ ist.
12594 \end_layout
12595
12596 \begin_layout Standard
12597 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12598  die Mehrfachzeile die Ausrichtung der Spalte.
12599  Ansonsten ist sie standardmäßig links ausgerichtet.
12600  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12601 \series bold
12602
12603 \backslash
12604 multirowsetup
12605 \series default
12606  mit dem Befehl
12607 \end_layout
12608
12609 \begin_layout Standard
12610
12611 \series bold
12612
12613 \backslash
12614 renewcommand{
12615 \backslash
12616 multirowsetup}{
12617 \backslash
12618 centering}
12619 \end_layout
12620
12621 \begin_layout Standard
12622 im \SpecialChar LaTeX
12623 -Vorspann.
12624  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12625  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12626  auch mittels \SpecialChar TeX
12627 -Code vor der jeweiligen Tabelle, statt im \SpecialChar LaTeX
12628 -Vorspann, erneuert
12629  werden.
12630  Für rechtsbündigen Text ersetzt man 
12631 \series bold
12632
12633 \backslash
12634 centering
12635 \series default
12636  durch 
12637 \series bold
12638
12639 \backslash
12640 raggedleft
12641 \series default
12642 .
12643  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12644 \series bold
12645
12646 \backslash
12647 raggedright
12648 \series default
12649  verwendet.
12650 \end_layout
12651
12652 \begin_layout Standard
12653 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12654  die -4
12655 \begin_inset space \thinspace{}
12656 \end_inset
12657
12658 mm vertikalen Versatz hat und sich in einer 3
12659 \begin_inset space \thinspace{}
12660 \end_inset
12661
12662 cm breiten Spalte befindet:
12663 \end_layout
12664
12665 \begin_layout Standard
12666 \noindent
12667 \align center
12668 \begin_inset ERT
12669 status collapsed
12670
12671 \begin_layout Plain Layout
12672
12673
12674 \backslash
12675 renewcommand{
12676 \backslash
12677 multirowsetup}{
12678 \backslash
12679 raggedleft}
12680 \end_layout
12681
12682 \end_inset
12683
12684
12685 \begin_inset Tabular
12686 <lyxtabular version="3" rows="4" columns="3">
12687 <features tabularvalignment="middle">
12688 <column alignment="center" valignment="top" width="3cm">
12689 <column alignment="center" valignment="top">
12690 <column alignment="center" valignment="top">
12691 <row>
12692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12693 \begin_inset Text
12694
12695 \begin_layout Plain Layout
12696 ein langer Eintrag
12697 \end_layout
12698
12699 \end_inset
12700 </cell>
12701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12702 \begin_inset Text
12703
12704 \begin_layout Plain Layout
12705 b
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12711 \begin_inset Text
12712
12713 \begin_layout Plain Layout
12714 c
12715 \end_layout
12716
12717 \end_inset
12718 </cell>
12719 </row>
12720 <row>
12721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12722 \begin_inset Text
12723
12724 \begin_layout Plain Layout
12725 t
12726 \end_layout
12727
12728 \end_inset
12729 </cell>
12730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12731 \begin_inset Text
12732
12733 \begin_layout Plain Layout
12734 n
12735 \end_layout
12736
12737 \end_inset
12738 </cell>
12739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12740 \begin_inset Text
12741
12742 \begin_layout Plain Layout
12743 m
12744 \end_layout
12745
12746 \end_inset
12747 </cell>
12748 </row>
12749 <row>
12750 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12751 \begin_inset Text
12752
12753 \begin_layout Plain Layout
12754 Mehrfachzeile
12755 \end_layout
12756
12757 \end_inset
12758 </cell>
12759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12760 \begin_inset Text
12761
12762 \begin_layout Plain Layout
12763 e
12764 \end_layout
12765
12766 \end_inset
12767 </cell>
12768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12769 \begin_inset Text
12770
12771 \begin_layout Plain Layout
12772 f
12773 \end_layout
12774
12775 \end_inset
12776 </cell>
12777 </row>
12778 <row>
12779 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12780 \begin_inset Text
12781
12782 \begin_layout Plain Layout
12783
12784 \end_layout
12785
12786 \end_inset
12787 </cell>
12788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12789 \begin_inset Text
12790
12791 \begin_layout Plain Layout
12792 h
12793 \end_layout
12794
12795 \end_inset
12796 </cell>
12797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12798 \begin_inset Text
12799
12800 \begin_layout Plain Layout
12801 i
12802 \end_layout
12803
12804 \end_inset
12805 </cell>
12806 </row>
12807 </lyxtabular>
12808
12809 \end_inset
12810
12811
12812 \begin_inset ERT
12813 status collapsed
12814
12815 \begin_layout Plain Layout
12816
12817
12818 \backslash
12819 renewcommand{
12820 \backslash
12821 multirowsetup}{
12822 \backslash
12823 raggedright}
12824 \end_layout
12825
12826 \end_inset
12827
12828
12829 \end_layout
12830
12831 \begin_layout Standard
12832 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12833  (Tastenkürzel 
12834 \family sans
12835 Strg+Enter
12836 \family default
12837 ) verwenden.
12838  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12839 \end_layout
12840
12841 \begin_layout Standard
12842 \noindent
12843 \align center
12844 \begin_inset Tabular
12845 <lyxtabular version="3" rows="3" columns="2">
12846 <features tabularvalignment="middle">
12847 <column alignment="left" valignment="middle" width="2cm">
12848 <column alignment="center" valignment="top">
12849 <row>
12850 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12851 \begin_inset Text
12852
12853 \begin_layout Plain Layout
12854 aaa
12855 \begin_inset Newline newline
12856 \end_inset
12857
12858 aaa
12859 \begin_inset Newline newline
12860 \end_inset
12861
12862 falsche Zelle
12863 \end_layout
12864
12865 \end_inset
12866 </cell>
12867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12868 \begin_inset Text
12869
12870 \begin_layout Plain Layout
12871 ccc
12872 \end_layout
12873
12874 \end_inset
12875 </cell>
12876 </row>
12877 <row>
12878 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12879 \begin_inset Text
12880
12881 \begin_layout Plain Layout
12882
12883 \end_layout
12884
12885 \end_inset
12886 </cell>
12887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12888 \begin_inset Text
12889
12890 \begin_layout Plain Layout
12891 ddd
12892 \end_layout
12893
12894 \end_inset
12895 </cell>
12896 </row>
12897 <row>
12898 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12899 \begin_inset Text
12900
12901 \begin_layout Plain Layout
12902 bbb
12903 \end_layout
12904
12905 \end_inset
12906 </cell>
12907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12908 \begin_inset Text
12909
12910 \begin_layout Plain Layout
12911 eee
12912 \end_layout
12913
12914 \end_inset
12915 </cell>
12916 </row>
12917 </lyxtabular>
12918
12919 \end_inset
12920
12921
12922 \end_layout
12923
12924 \begin_layout Standard
12925 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
12926 \end_layout
12927
12928 \begin_layout Subsection
12929 Zellen mit diagonalen Linien
12930 \end_layout
12931
12932 \begin_layout Standard
12933 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
12934  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
12935  oder zwei diagonalen Linien zu teilen.
12936  Dies kann erreicht werden, indem man das \SpecialChar LaTeX
12937 -Paket 
12938 \series bold
12939 diagbox
12940 \series default
12941
12942 \begin_inset Index idx
12943 status collapsed
12944
12945 \begin_layout Plain Layout
12946 \SpecialChar LaTeX
12947 -Pakete ! diagbox
12948 \end_layout
12949
12950 \end_inset
12951
12952  im \SpecialChar LaTeX
12953 -Vorspann lädt.
12954  Das Paket stellt den Befehl 
12955 \series bold
12956
12957 \backslash
12958 diagbox
12959 \series default
12960  zur Verfügung, der als \SpecialChar TeX
12961 -Code eingefügt wird und 2 oder 3
12962 \begin_inset space ~
12963 \end_inset
12964
12965 Argumente hat:
12966 \end_layout
12967
12968 \begin_layout Standard
12969
12970 \series bold
12971
12972 \backslash
12973 diagbox[Optionen]{links unten}{rechts oben}
12974 \end_layout
12975
12976 \begin_layout Standard
12977
12978 \series bold
12979
12980 \backslash
12981 diagbox[Optionen]{links unten}{links oben}{rechts oben}
12982 \end_layout
12983
12984 \begin_layout Standard
12985 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
12986  die Argumente werden unter und über diese Linie platziert.
12987  Das zweite Schema teilt die Zelle mit 2
12988 \begin_inset space ~
12989 \end_inset
12990
12991 Linien.
12992 \end_layout
12993
12994 \begin_layout Standard
12995 \begin_inset ERT
12996 status collapsed
12997
12998 \begin_layout Plain Layout
12999
13000
13001 \backslash
13002 ifdiagbox
13003 \end_layout
13004
13005 \end_inset
13006
13007
13008 \begin_inset Note Note
13009 status open
13010
13011 \begin_layout Plain Layout
13012 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
13013 -Paket 
13014 \series bold
13015 diagbox
13016 \series default
13017  installiert ist.
13018 \end_layout
13019
13020 \end_inset
13021
13022
13023 \end_layout
13024
13025 \begin_layout Standard
13026 Hier ist eine Beispieltabelle in der 
13027 \series bold
13028
13029 \backslash
13030 diagbox 
13031 \series default
13032 im 2-Argument Schema in der ersten Zelle verwendet wird:
13033 \begin_inset VSpace medskip
13034 \end_inset
13035
13036
13037 \end_layout
13038
13039 \begin_layout Standard
13040 \noindent
13041 \begin_inset Tabular
13042 <lyxtabular version="3" rows="4" columns="4">
13043 <features tabularvalignment="middle">
13044 <column alignment="center" valignment="top">
13045 <column alignment="center" valignment="top">
13046 <column alignment="center" valignment="top">
13047 <column alignment="center" valignment="top">
13048 <row>
13049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13050 \begin_inset Text
13051
13052 \begin_layout Plain Layout
13053 \begin_inset ERT
13054 status collapsed
13055
13056 \begin_layout Plain Layout
13057
13058
13059 \backslash
13060 diagbox{
13061 \end_layout
13062
13063 \end_inset
13064
13065 Name
13066 \begin_inset ERT
13067 status collapsed
13068
13069 \begin_layout Plain Layout
13070
13071 }{
13072 \end_layout
13073
13074 \end_inset
13075
13076 Parameter
13077 \begin_inset ERT
13078 status collapsed
13079
13080 \begin_layout Plain Layout
13081
13082 }
13083 \end_layout
13084
13085 \end_inset
13086
13087
13088 \end_layout
13089
13090 \end_inset
13091 </cell>
13092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13093 \begin_inset Text
13094
13095 \begin_layout Plain Layout
13096 Dicke in nm
13097 \end_layout
13098
13099 \end_inset
13100 </cell>
13101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13102 \begin_inset Text
13103
13104 \begin_layout Plain Layout
13105 Transparenz in %
13106 \end_layout
13107
13108 \end_inset
13109 </cell>
13110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13111 \begin_inset Text
13112
13113 \begin_layout Plain Layout
13114 Härte in MPa
13115 \end_layout
13116
13117 \end_inset
13118 </cell>
13119 </row>
13120 <row>
13121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13122 \begin_inset Text
13123
13124 \begin_layout Plain Layout
13125 Perfekt Grün
13126 \end_layout
13127
13128 \end_inset
13129 </cell>
13130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13131 \begin_inset Text
13132
13133 \begin_layout Plain Layout
13134 45
13135 \end_layout
13136
13137 \end_inset
13138 </cell>
13139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13140 \begin_inset Text
13141
13142 \begin_layout Plain Layout
13143 80
13144 \end_layout
13145
13146 \end_inset
13147 </cell>
13148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13149 \begin_inset Text
13150
13151 \begin_layout Plain Layout
13152 504
13153 \end_layout
13154
13155 \end_inset
13156 </cell>
13157 </row>
13158 <row>
13159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13160 \begin_inset Text
13161
13162 \begin_layout Plain Layout
13163 Dunkel Multi-P
13164 \end_layout
13165
13166 \end_inset
13167 </cell>
13168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13169 \begin_inset Text
13170
13171 \begin_layout Plain Layout
13172 60
13173 \end_layout
13174
13175 \end_inset
13176 </cell>
13177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13178 \begin_inset Text
13179
13180 \begin_layout Plain Layout
13181 72
13182 \end_layout
13183
13184 \end_inset
13185 </cell>
13186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13187 \begin_inset Text
13188
13189 \begin_layout Plain Layout
13190 982
13191 \end_layout
13192
13193 \end_inset
13194 </cell>
13195 </row>
13196 <row>
13197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13198 \begin_inset Text
13199
13200 \begin_layout Plain Layout
13201 Kristallklar Pro
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13207 \begin_inset Text
13208
13209 \begin_layout Plain Layout
13210 18
13211 \end_layout
13212
13213 \end_inset
13214 </cell>
13215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13216 \begin_inset Text
13217
13218 \begin_layout Plain Layout
13219 86
13220 \end_layout
13221
13222 \end_inset
13223 </cell>
13224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13225 \begin_inset Text
13226
13227 \begin_layout Plain Layout
13228 374
13229 \end_layout
13230
13231 \end_inset
13232 </cell>
13233 </row>
13234 </lyxtabular>
13235
13236 \end_inset
13237
13238
13239 \begin_inset VSpace medskip
13240 \end_inset
13241
13242
13243 \end_layout
13244
13245 \begin_layout Standard
13246 \begin_inset Newpage newpage
13247 \end_inset
13248
13249
13250 \end_layout
13251
13252 \begin_layout Standard
13253 Das 3-Argument Schema ist z.
13254 \begin_inset space \thinspace{}
13255 \end_inset
13256
13257 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13258 \end_layout
13259
13260 \begin_layout Standard
13261 \noindent
13262 \align center
13263 \begin_inset Tabular
13264 <lyxtabular version="3" rows="4" columns="4">
13265 <features tabularvalignment="middle">
13266 <column alignment="center" valignment="top" width="0pt">
13267 <column alignment="center" valignment="top">
13268 <column alignment="center" valignment="top">
13269 <column alignment="center" valignment="top">
13270 <row>
13271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13272 \begin_inset Text
13273
13274 \begin_layout Plain Layout
13275 \begin_inset ERT
13276 status collapsed
13277
13278 \begin_layout Plain Layout
13279
13280
13281 \backslash
13282 diagbox{
13283 \end_layout
13284
13285 \end_inset
13286
13287 Heim
13288 \begin_inset ERT
13289 status collapsed
13290
13291 \begin_layout Plain Layout
13292
13293 }{
13294 \end_layout
13295
13296 \end_inset
13297
13298 Ergebnis
13299 \begin_inset ERT
13300 status collapsed
13301
13302 \begin_layout Plain Layout
13303
13304 }{
13305 \end_layout
13306
13307 \end_inset
13308
13309 Auswärts
13310 \begin_inset ERT
13311 status collapsed
13312
13313 \begin_layout Plain Layout
13314
13315 }
13316 \end_layout
13317
13318 \end_inset
13319
13320
13321 \end_layout
13322
13323 \end_inset
13324 </cell>
13325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13326 \begin_inset Text
13327
13328 \begin_layout Plain Layout
13329 Tiger
13330 \end_layout
13331
13332 \end_inset
13333 </cell>
13334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338 Panther
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347 Falken
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 </row>
13353 <row>
13354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13355 \begin_inset Text
13356
13357 \begin_layout Plain Layout
13358 Tiger
13359 \end_layout
13360
13361 \end_inset
13362 </cell>
13363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13364 \begin_inset Text
13365
13366 \begin_layout Plain Layout
13367
13368 \end_layout
13369
13370 \end_inset
13371 </cell>
13372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13373 \begin_inset Text
13374
13375 \begin_layout Plain Layout
13376 1:3
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Plain Layout
13385 0:1
13386 \end_layout
13387
13388 \end_inset
13389 </cell>
13390 </row>
13391 <row>
13392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Plain Layout
13396 Panther
13397 \end_layout
13398
13399 \end_inset
13400 </cell>
13401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13402 \begin_inset Text
13403
13404 \begin_layout Plain Layout
13405 3:1
13406 \end_layout
13407
13408 \end_inset
13409 </cell>
13410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13420 \begin_inset Text
13421
13422 \begin_layout Plain Layout
13423 0:0
13424 \end_layout
13425
13426 \end_inset
13427 </cell>
13428 </row>
13429 <row>
13430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13431 \begin_inset Text
13432
13433 \begin_layout Plain Layout
13434 Falken
13435 \end_layout
13436
13437 \end_inset
13438 </cell>
13439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13440 \begin_inset Text
13441
13442 \begin_layout Plain Layout
13443 1:0
13444 \end_layout
13445
13446 \end_inset
13447 </cell>
13448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13449 \begin_inset Text
13450
13451 \begin_layout Plain Layout
13452 0:0
13453 \end_layout
13454
13455 \end_inset
13456 </cell>
13457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13458 \begin_inset Text
13459
13460 \begin_layout Plain Layout
13461
13462 \end_layout
13463
13464 \end_inset
13465 </cell>
13466 </row>
13467 </lyxtabular>
13468
13469 \end_inset
13470
13471
13472 \end_layout
13473
13474 \begin_layout Standard
13475 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13476  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13477 \end_layout
13478
13479 \begin_layout Standard
13480 \noindent
13481 \align center
13482 \begin_inset Tabular
13483 <lyxtabular version="3" rows="5" columns="5">
13484 <features tabularvalignment="middle">
13485 <column alignment="center" valignment="top" width="0pt">
13486 <column alignment="center" valignment="top">
13487 <column alignment="center" valignment="top">
13488 <column alignment="center" valignment="top">
13489 <column alignment="center" valignment="top">
13490 <row>
13491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495 \begin_inset ERT
13496 status open
13497
13498 \begin_layout Plain Layout
13499
13500
13501 \backslash
13502 diagbox{
13503 \end_layout
13504
13505 \end_inset
13506
13507 Heim
13508 \begin_inset ERT
13509 status collapsed
13510
13511 \begin_layout Plain Layout
13512
13513 }{
13514 \end_layout
13515
13516 \end_inset
13517
13518 Ergebnis
13519 \begin_inset ERT
13520 status collapsed
13521
13522 \begin_layout Plain Layout
13523
13524 }{
13525 \end_layout
13526
13527 \end_inset
13528
13529 Auswärts
13530 \begin_inset ERT
13531 status collapsed
13532
13533 \begin_layout Plain Layout
13534
13535 }
13536 \end_layout
13537
13538 \end_inset
13539
13540
13541 \end_layout
13542
13543 \end_inset
13544 </cell>
13545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13546 \begin_inset Text
13547
13548 \begin_layout Plain Layout
13549 Tiger
13550 \end_layout
13551
13552 \end_inset
13553 </cell>
13554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13555 \begin_inset Text
13556
13557 \begin_layout Plain Layout
13558 Panther
13559 \end_layout
13560
13561 \end_inset
13562 </cell>
13563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13564 \begin_inset Text
13565
13566 \begin_layout Plain Layout
13567 Falken
13568 \end_layout
13569
13570 \end_inset
13571 </cell>
13572 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13573 \begin_inset Text
13574
13575 \begin_layout Plain Layout
13576 \begin_inset ERT
13577 status open
13578
13579 \begin_layout Plain Layout
13580
13581
13582 \backslash
13583 diagbox[dir=NE]{
13584 \end_layout
13585
13586 \end_inset
13587
13588 Heim
13589 \begin_inset ERT
13590 status collapsed
13591
13592 \begin_layout Plain Layout
13593
13594 }{
13595 \end_layout
13596
13597 \end_inset
13598
13599 Ergebnis
13600 \begin_inset ERT
13601 status collapsed
13602
13603 \begin_layout Plain Layout
13604
13605 }{
13606 \end_layout
13607
13608 \end_inset
13609
13610 Auswärts
13611 \begin_inset ERT
13612 status collapsed
13613
13614 \begin_layout Plain Layout
13615
13616 }
13617 \end_layout
13618
13619 \end_inset
13620
13621
13622 \end_layout
13623
13624 \end_inset
13625 </cell>
13626 </row>
13627 <row>
13628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13629 \begin_inset Text
13630
13631 \begin_layout Plain Layout
13632 Tiger
13633 \end_layout
13634
13635 \end_inset
13636 </cell>
13637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13638 \begin_inset Text
13639
13640 \begin_layout Plain Layout
13641
13642 \end_layout
13643
13644 \end_inset
13645 </cell>
13646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13647 \begin_inset Text
13648
13649 \begin_layout Plain Layout
13650 1:3
13651 \end_layout
13652
13653 \end_inset
13654 </cell>
13655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13656 \begin_inset Text
13657
13658 \begin_layout Plain Layout
13659 0:1
13660 \end_layout
13661
13662 \end_inset
13663 </cell>
13664 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13665 \begin_inset Text
13666
13667 \begin_layout Plain Layout
13668 Tiger
13669 \end_layout
13670
13671 \end_inset
13672 </cell>
13673 </row>
13674 <row>
13675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13676 \begin_inset Text
13677
13678 \begin_layout Plain Layout
13679 Panther
13680 \end_layout
13681
13682 \end_inset
13683 </cell>
13684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13685 \begin_inset Text
13686
13687 \begin_layout Plain Layout
13688 3:1
13689 \end_layout
13690
13691 \end_inset
13692 </cell>
13693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13694 \begin_inset Text
13695
13696 \begin_layout Plain Layout
13697
13698 \end_layout
13699
13700 \end_inset
13701 </cell>
13702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13703 \begin_inset Text
13704
13705 \begin_layout Plain Layout
13706 0:0
13707 \end_layout
13708
13709 \end_inset
13710 </cell>
13711 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13712 \begin_inset Text
13713
13714 \begin_layout Plain Layout
13715 Panther
13716 \end_layout
13717
13718 \end_inset
13719 </cell>
13720 </row>
13721 <row>
13722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Plain Layout
13726 Falken
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13732 \begin_inset Text
13733
13734 \begin_layout Plain Layout
13735 1:0
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13741 \begin_inset Text
13742
13743 \begin_layout Plain Layout
13744 0:0
13745 \end_layout
13746
13747 \end_inset
13748 </cell>
13749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13750 \begin_inset Text
13751
13752 \begin_layout Plain Layout
13753
13754 \end_layout
13755
13756 \end_inset
13757 </cell>
13758 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13759 \begin_inset Text
13760
13761 \begin_layout Plain Layout
13762 Falken
13763 \end_layout
13764
13765 \end_inset
13766 </cell>
13767 </row>
13768 <row>
13769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773 \begin_inset ERT
13774 status open
13775
13776 \begin_layout Plain Layout
13777
13778
13779 \backslash
13780 diagbox[dir=SW]{
13781 \end_layout
13782
13783 \end_inset
13784
13785 Heim
13786 \begin_inset ERT
13787 status collapsed
13788
13789 \begin_layout Plain Layout
13790
13791 }{
13792 \end_layout
13793
13794 \end_inset
13795
13796 Ergebnis
13797 \begin_inset ERT
13798 status collapsed
13799
13800 \begin_layout Plain Layout
13801
13802 }{
13803 \end_layout
13804
13805 \end_inset
13806
13807 Auswärts
13808 \begin_inset ERT
13809 status collapsed
13810
13811 \begin_layout Plain Layout
13812
13813 }
13814 \end_layout
13815
13816 \end_inset
13817
13818
13819 \end_layout
13820
13821 \end_inset
13822 </cell>
13823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13824 \begin_inset Text
13825
13826 \begin_layout Plain Layout
13827 Tiger
13828 \end_layout
13829
13830 \end_inset
13831 </cell>
13832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13833 \begin_inset Text
13834
13835 \begin_layout Plain Layout
13836 Panther
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845 Falken
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854 \begin_inset ERT
13855 status open
13856
13857 \begin_layout Plain Layout
13858
13859
13860 \backslash
13861 diagbox[dir=SE]{
13862 \end_layout
13863
13864 \end_inset
13865
13866 Heim
13867 \begin_inset ERT
13868 status collapsed
13869
13870 \begin_layout Plain Layout
13871
13872 }{
13873 \end_layout
13874
13875 \end_inset
13876
13877 Ergebnis
13878 \begin_inset ERT
13879 status collapsed
13880
13881 \begin_layout Plain Layout
13882
13883 }{
13884 \end_layout
13885
13886 \end_inset
13887
13888 Auswärts
13889 \begin_inset ERT
13890 status collapsed
13891
13892 \begin_layout Plain Layout
13893
13894 }
13895 \end_layout
13896
13897 \end_inset
13898
13899
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 </row>
13905 </lyxtabular>
13906
13907 \end_inset
13908
13909
13910 \end_layout
13911
13912 \begin_layout Standard
13913 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
13914 \series bold
13915 dir=Richtung
13916 \series default
13917  verwendet.
13918  
13919 \emph on
13920 Richtung
13921 \emph default
13922  ist entweder 
13923 \series bold
13924 NE
13925 \series default
13926
13927 \series bold
13928 SE
13929 \series default
13930
13931 \series bold
13932 SW
13933 \series default
13934  oder 
13935 \series bold
13936 NW
13937 \series default
13938  und stellt eine Himmelsrichtung dar.
13939  
13940 \series bold
13941 SW
13942 \series default
13943  ist z.
13944 \begin_inset space \thinspace{}
13945 \end_inset
13946
13947 B.
13948  die Südwestecke.
13949  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
13950 \end_layout
13951
13952 \begin_layout Standard
13953
13954 \series bold
13955
13956 \backslash
13957 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
13958 \end_layout
13959
13960 \begin_layout Standard
13961 verwendet.
13962  Wenn keine Richtung angegeben ist, wird NW verwendet.
13963 \end_layout
13964
13965 \begin_layout Standard
13966 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
13967  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
13968 e ist, ragt der Inhalt über die Zelle hinaus:
13969 \end_layout
13970
13971 \begin_layout Standard
13972 \noindent
13973 \align center
13974 \begin_inset Tabular
13975 <lyxtabular version="3" rows="2" columns="2">
13976 <features tabularvalignment="middle">
13977 <column alignment="center" valignment="top" width="3cm">
13978 <column alignment="center" valignment="top">
13979 <row>
13980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13981 \begin_inset Text
13982
13983 \begin_layout Plain Layout
13984 \begin_inset ERT
13985 status collapsed
13986
13987 \begin_layout Plain Layout
13988
13989
13990 \backslash
13991 diagbox{
13992 \end_layout
13993
13994 \end_inset
13995
13996 Name
13997 \begin_inset ERT
13998 status collapsed
13999
14000 \begin_layout Plain Layout
14001
14002 }{
14003 \end_layout
14004
14005 \end_inset
14006
14007 Parameter
14008 \begin_inset ERT
14009 status collapsed
14010
14011 \begin_layout Plain Layout
14012
14013 }
14014 \end_layout
14015
14016 \end_inset
14017
14018
14019 \end_layout
14020
14021 \end_inset
14022 </cell>
14023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14024 \begin_inset Text
14025
14026 \begin_layout Plain Layout
14027 Dicke in nm
14028 \end_layout
14029
14030 \end_inset
14031 </cell>
14032 </row>
14033 <row>
14034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14035 \begin_inset Text
14036
14037 \begin_layout Plain Layout
14038 Perfekt Grün
14039 \end_layout
14040
14041 \end_inset
14042 </cell>
14043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14044 \begin_inset Text
14045
14046 \begin_layout Plain Layout
14047 45
14048 \end_layout
14049
14050 \end_inset
14051 </cell>
14052 </row>
14053 </lyxtabular>
14054
14055 \end_inset
14056
14057
14058 \end_layout
14059
14060 \begin_layout Standard
14061 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14062  verwendet man die Befehlsoption 
14063 \series bold
14064 width=3cm
14065 \series default
14066  (ersetzen Sie '3cm' durch die benötigte Breite).
14067  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14068 \begin_inset space \thinspace{}
14069 \end_inset
14070
14071 cm gesetzt.
14072  Für 
14073 \series bold
14074
14075 \backslash
14076 diagbox
14077 \series default
14078  wird eine Breite von 4
14079 \begin_inset space \thinspace{}
14080 \end_inset
14081
14082 cm + 2
14083 \begin_inset space \thinspace{}
14084 \end_inset
14085
14086
14087 \backslash
14088 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14089  diesem Fall 4
14090 \begin_inset space \thinspace{}
14091 \end_inset
14092
14093 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14094  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14095 \series bold
14096
14097 \backslash
14098 diagbox
14099 \series default
14100  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14101  später verwenden kann.
14102  Dies wird mit den \SpecialChar TeX
14103 -Code Befehlen
14104 \end_layout
14105
14106 \begin_layout Standard
14107
14108 \series bold
14109
14110 \backslash
14111 newlength{
14112 \backslash
14113 diagtest}
14114 \begin_inset Newline newline
14115 \end_inset
14116
14117
14118 \backslash
14119 setlength{
14120 \backslash
14121 diagtest}{4cm+2
14122 \backslash
14123 tabcolsep}
14124 \end_layout
14125
14126 \begin_layout Standard
14127 erreicht.
14128 \end_layout
14129
14130 \begin_layout Standard
14131 \begin_inset ERT
14132 status collapsed
14133
14134 \begin_layout Plain Layout
14135
14136
14137 \backslash
14138 newlength{
14139 \backslash
14140 diagtest}
14141 \end_layout
14142
14143 \begin_layout Plain Layout
14144
14145
14146 \backslash
14147 setlength{
14148 \backslash
14149 diagtest}{4cm+2
14150 \backslash
14151 tabcolsep}
14152 \end_layout
14153
14154 \end_inset
14155
14156
14157 \end_layout
14158
14159 \begin_layout Standard
14160 Um Berechnungen in \SpecialChar LaTeX
14161  zu aktivieren, muss das Paket 
14162 \series bold
14163 calc
14164 \series default
14165
14166 \begin_inset Index idx
14167 status collapsed
14168
14169 \begin_layout Plain Layout
14170 \SpecialChar LaTeX
14171 -Pakete ! calc
14172 \end_layout
14173
14174 \end_inset
14175
14176  im \SpecialChar LaTeX
14177 -Vorspann geladen werden.
14178 \end_layout
14179
14180 \begin_layout Standard
14181 In der Tabelle kann man nun den Befehl
14182 \end_layout
14183
14184 \begin_layout Standard
14185
14186 \series bold
14187
14188 \backslash
14189 diagbox[width=
14190 \backslash
14191 diagtest]{A}{B}
14192 \end_layout
14193
14194 \begin_layout Standard
14195 in der ersten Zelle verwenden:
14196 \end_layout
14197
14198 \begin_layout Standard
14199 \noindent
14200 \align center
14201 \begin_inset Tabular
14202 <lyxtabular version="3" rows="2" columns="2">
14203 <features tabularvalignment="middle">
14204 <column alignment="center" valignment="top" width="4cm">
14205 <column alignment="center" valignment="top">
14206 <row>
14207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14208 \begin_inset Text
14209
14210 \begin_layout Plain Layout
14211 \begin_inset ERT
14212 status open
14213
14214 \begin_layout Plain Layout
14215
14216
14217 \backslash
14218 diagbox[width=
14219 \backslash
14220 diagtest]{
14221 \end_layout
14222
14223 \end_inset
14224
14225 A
14226 \begin_inset ERT
14227 status collapsed
14228
14229 \begin_layout Plain Layout
14230
14231 }{
14232 \end_layout
14233
14234 \end_inset
14235
14236 B
14237 \begin_inset ERT
14238 status collapsed
14239
14240 \begin_layout Plain Layout
14241
14242 }
14243 \end_layout
14244
14245 \end_inset
14246
14247
14248 \end_layout
14249
14250 \end_inset
14251 </cell>
14252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14253 \begin_inset Text
14254
14255 \begin_layout Plain Layout
14256 Dicke in nm
14257 \end_layout
14258
14259 \end_inset
14260 </cell>
14261 </row>
14262 <row>
14263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14264 \begin_inset Text
14265
14266 \begin_layout Plain Layout
14267 Perfekt Grün
14268 \end_layout
14269
14270 \end_inset
14271 </cell>
14272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14273 \begin_inset Text
14274
14275 \begin_layout Plain Layout
14276 45
14277 \end_layout
14278
14279 \end_inset
14280 </cell>
14281 </row>
14282 </lyxtabular>
14283
14284 \end_inset
14285
14286
14287 \end_layout
14288
14289 \begin_layout Standard
14290 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14291  muss.
14292  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14293  wie in in dieser Tabelle:
14294 \end_layout
14295
14296 \begin_layout Standard
14297 \noindent
14298 \align center
14299 \begin_inset Tabular
14300 <lyxtabular version="3" rows="2" columns="2">
14301 <features tabularvalignment="middle">
14302 <column alignment="center" valignment="top" width="0pt">
14303 <column alignment="center" valignment="top">
14304 <row>
14305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14306 \begin_inset Text
14307
14308 \begin_layout Plain Layout
14309 \begin_inset ERT
14310 status collapsed
14311
14312 \begin_layout Plain Layout
14313
14314
14315 \backslash
14316 diagbox{
14317 \end_layout
14318
14319 \end_inset
14320
14321 A
14322 \begin_inset ERT
14323 status collapsed
14324
14325 \begin_layout Plain Layout
14326
14327 }{
14328 \end_layout
14329
14330 \end_inset
14331
14332 B
14333 \begin_inset ERT
14334 status collapsed
14335
14336 \begin_layout Plain Layout
14337
14338 }
14339 \end_layout
14340
14341 \end_inset
14342
14343
14344 \end_layout
14345
14346 \end_inset
14347 </cell>
14348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14349 \begin_inset Text
14350
14351 \begin_layout Plain Layout
14352 Dicke in nm
14353 \end_layout
14354
14355 \end_inset
14356 </cell>
14357 </row>
14358 <row>
14359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14360 \begin_inset Text
14361
14362 \begin_layout Plain Layout
14363 Perfekt Grün
14364 \end_layout
14365
14366 \end_inset
14367 </cell>
14368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14369 \begin_inset Text
14370
14371 \begin_layout Plain Layout
14372 45
14373 \end_layout
14374
14375 \end_inset
14376 </cell>
14377 </row>
14378 </lyxtabular>
14379
14380 \end_inset
14381
14382
14383 \end_layout
14384
14385 \begin_layout Standard
14386 Verwenden Sie in diesem Fall die Option 
14387 \series bold
14388 width
14389 \series default
14390  des Befehls 
14391 \series bold
14392
14393 \backslash
14394 diagbox
14395 \series default
14396 .
14397  Es ist dabei nicht notwendig, 2
14398 \backslash
14399 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14400  ist.
14401  In dieser Tabelle wird eine Breite von 3
14402 \begin_inset space \thinspace{}
14403 \end_inset
14404
14405 cm verwendet:
14406 \end_layout
14407
14408 \begin_layout Standard
14409 \noindent
14410 \align center
14411 \begin_inset Tabular
14412 <lyxtabular version="3" rows="2" columns="2">
14413 <features tabularvalignment="middle">
14414 <column alignment="center" valignment="top" width="0pt">
14415 <column alignment="center" valignment="top">
14416 <row>
14417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14418 \begin_inset Text
14419
14420 \begin_layout Plain Layout
14421 \begin_inset ERT
14422 status open
14423
14424 \begin_layout Plain Layout
14425
14426
14427 \backslash
14428 diagbox[width=3cm]{
14429 \end_layout
14430
14431 \end_inset
14432
14433 A
14434 \begin_inset ERT
14435 status collapsed
14436
14437 \begin_layout Plain Layout
14438
14439 }{
14440 \end_layout
14441
14442 \end_inset
14443
14444 B
14445 \begin_inset ERT
14446 status collapsed
14447
14448 \begin_layout Plain Layout
14449
14450 }
14451 \end_layout
14452
14453 \end_inset
14454
14455
14456 \end_layout
14457
14458 \end_inset
14459 </cell>
14460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14461 \begin_inset Text
14462
14463 \begin_layout Plain Layout
14464 Dicke in nm
14465 \end_layout
14466
14467 \end_inset
14468 </cell>
14469 </row>
14470 <row>
14471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14472 \begin_inset Text
14473
14474 \begin_layout Plain Layout
14475 Perfekt Grün
14476 \end_layout
14477
14478 \end_inset
14479 </cell>
14480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14481 \begin_inset Text
14482
14483 \begin_layout Plain Layout
14484 45
14485 \end_layout
14486
14487 \end_inset
14488 </cell>
14489 </row>
14490 </lyxtabular>
14491
14492 \end_inset
14493
14494
14495 \end_layout
14496
14497 \begin_layout Standard
14498 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14499  Text in der Zelle unterzubringen.
14500  Dies wird mit der 
14501 \series bold
14502
14503 \backslash
14504 diagbox
14505 \series default
14506 -Option 
14507 \series bold
14508 height=3cm
14509 \series default
14510  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14511  In der folgenden Tabelle wird der Befehl
14512 \end_layout
14513
14514 \begin_layout Standard
14515
14516 \series bold
14517
14518 \backslash
14519 diagbox[width=3cm,height=1.4cm]{A
14520 \backslash
14521
14522 \backslash
14523 B}{C
14524 \backslash
14525
14526 \backslash
14527 D}
14528 \end_layout
14529
14530 \begin_layout Standard
14531 in der ersten Zelle verwendet.
14532  Der Befehl 
14533 \series bold
14534
14535 \backslash
14536
14537 \backslash
14538
14539 \series default
14540  erzeugt hierbei den Zeilenumbruch.
14541 \begin_inset Foot
14542 status collapsed
14543
14544 \begin_layout Plain Layout
14545 Zeilen mit 
14546 \family sans
14547 Strg+Enter
14548 \family default
14549  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14550 \end_layout
14551
14552 \end_inset
14553
14554
14555 \end_layout
14556
14557 \begin_layout Standard
14558 \noindent
14559 \align center
14560 \begin_inset Tabular
14561 <lyxtabular version="3" rows="2" columns="2">
14562 <features tabularvalignment="middle">
14563 <column alignment="center" valignment="top">
14564 <column alignment="center" valignment="top">
14565 <row>
14566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14567 \begin_inset Text
14568
14569 \begin_layout Plain Layout
14570 \begin_inset ERT
14571 status open
14572
14573 \begin_layout Plain Layout
14574
14575
14576 \backslash
14577 diagbox[width=3cm,height=1.4cm]{
14578 \end_layout
14579
14580 \end_inset
14581
14582 A
14583 \begin_inset ERT
14584 status collapsed
14585
14586 \begin_layout Plain Layout
14587
14588
14589 \backslash
14590
14591 \backslash
14592
14593 \end_layout
14594
14595 \end_inset
14596
14597 B
14598 \begin_inset ERT
14599 status collapsed
14600
14601 \begin_layout Plain Layout
14602
14603 }{
14604 \end_layout
14605
14606 \end_inset
14607
14608 C
14609 \begin_inset ERT
14610 status collapsed
14611
14612 \begin_layout Plain Layout
14613
14614
14615 \backslash
14616
14617 \backslash
14618
14619 \end_layout
14620
14621 \end_inset
14622
14623 D
14624 \begin_inset ERT
14625 status collapsed
14626
14627 \begin_layout Plain Layout
14628
14629 }
14630 \end_layout
14631
14632 \end_inset
14633
14634
14635 \end_layout
14636
14637 \end_inset
14638 </cell>
14639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14640 \begin_inset Text
14641
14642 \begin_layout Plain Layout
14643 Dicke in nm
14644 \end_layout
14645
14646 \end_inset
14647 </cell>
14648 </row>
14649 <row>
14650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14651 \begin_inset Text
14652
14653 \begin_layout Plain Layout
14654 Perfekt Grün
14655 \end_layout
14656
14657 \end_inset
14658 </cell>
14659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14660 \begin_inset Text
14661
14662 \begin_layout Plain Layout
14663 45
14664 \end_layout
14665
14666 \end_inset
14667 </cell>
14668 </row>
14669 </lyxtabular>
14670
14671 \end_inset
14672
14673
14674 \end_layout
14675
14676 \begin_layout Standard
14677 \begin_inset ERT
14678 status collapsed
14679
14680 \begin_layout Plain Layout
14681
14682
14683 \backslash
14684 else
14685 \end_layout
14686
14687 \end_inset
14688
14689
14690 \begin_inset Note Note
14691 status open
14692
14693 \begin_layout Plain Layout
14694 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
14695 -Paket 
14696 \series bold
14697 diagbox
14698 \series default
14699  nicht installiert ist:
14700 \end_layout
14701
14702 \end_inset
14703
14704
14705 \end_layout
14706
14707 \begin_layout Standard
14708 Sie müssen das \SpecialChar LaTeX
14709 -Paket 
14710 \series bold
14711 diagbox
14712 \series default
14713  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14714 \end_layout
14715
14716 \begin_layout Standard
14717 \begin_inset ERT
14718 status collapsed
14719
14720 \begin_layout Plain Layout
14721
14722
14723 \backslash
14724 fi
14725 \end_layout
14726
14727 \end_inset
14728
14729
14730 \end_layout
14731
14732 \begin_layout Standard
14733 Für mehr Informationen über das \SpecialChar LaTeX
14734 -Paket 
14735 \series bold
14736 diagbox
14737 \series default
14738 , siehe dessen Dokumentation, 
14739 \begin_inset CommandInset citation
14740 LatexCommand cite
14741 key "diagbox"
14742 literal "true"
14743
14744 \end_inset
14745
14746 .
14747 \end_layout
14748
14749 \begin_layout Section
14750 Formale Tabellen
14751 \begin_inset CommandInset label
14752 LatexCommand label
14753 name "abs:Formale-Tabellen"
14754
14755 \end_inset
14756
14757
14758 \begin_inset Index idx
14759 status collapsed
14760
14761 \begin_layout Plain Layout
14762 Tabellen ! Formale
14763 \end_layout
14764
14765 \end_inset
14766
14767
14768 \end_layout
14769
14770 \begin_layout Standard
14771 Tabellen werden in Büchern oft wie Tabelle
14772 \begin_inset space ~
14773 \end_inset
14774
14775
14776 \begin_inset CommandInset ref
14777 LatexCommand ref
14778 reference "tab:Formale-Tabelle"
14779
14780 \end_inset
14781
14782  gesetzt.
14783  Diese Tabellen werden
14784 \emph on
14785  formal
14786 \emph default
14787  genannt.
14788  Formale Tabellen bekommen Sie, wenn Sie im 
14789 \family sans
14790 Tabellen-Einstellungen
14791 \family default
14792 -Dialog auf der Karteikarte 
14793 \family sans
14794 Rahmen
14795 \family default
14796  den 
14797 \family sans
14798 Stil
14799 \family default
14800  
14801 \family sans
14802 Formal
14803 \family default
14804  ankreuzen.
14805 \end_layout
14806
14807 \begin_layout Standard
14808 \begin_inset Float table
14809 placement h
14810 wide false
14811 sideways false
14812 status open
14813
14814 \begin_layout Plain Layout
14815 \begin_inset Caption Standard
14816
14817 \begin_layout Plain Layout
14818 \begin_inset CommandInset label
14819 LatexCommand label
14820 name "tab:Formale-Tabelle"
14821
14822 \end_inset
14823
14824 Formale Tabelle
14825 \end_layout
14826
14827 \end_inset
14828
14829
14830 \end_layout
14831
14832 \begin_layout Plain Layout
14833 \align center
14834 \begin_inset Tabular
14835 <lyxtabular version="3" rows="8" columns="4">
14836 <features booktabs="true" tabularvalignment="middle">
14837 <column alignment="center" valignment="top">
14838 <column alignment="right" valignment="top">
14839 <column alignment="right" valignment="top">
14840 <column alignment="right" valignment="top">
14841 <row>
14842 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14843 \begin_inset Text
14844
14845 \begin_layout Plain Layout
14846 System
14847 \end_layout
14848
14849 \end_inset
14850 </cell>
14851 <cell alignment="center" valignment="top" topline="true" usebox="none">
14852 \begin_inset Text
14853
14854 \begin_layout Plain Layout
14855 Chip
14856 \begin_inset space \thinspace{}
14857 \end_inset
14858
14859 1
14860 \end_layout
14861
14862 \end_inset
14863 </cell>
14864 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14865 \begin_inset Text
14866
14867 \begin_layout Plain Layout
14868 Chip
14869 \begin_inset space \thinspace{}
14870 \end_inset
14871
14872 2
14873 \end_layout
14874
14875 \end_inset
14876 </cell>
14877 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14878 \begin_inset Text
14879
14880 \begin_layout Plain Layout
14881
14882 \end_layout
14883
14884 \end_inset
14885 </cell>
14886 </row>
14887 <row>
14888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Plain Layout
14892 \begin_inset ERT
14893 status collapsed
14894
14895 \begin_layout Plain Layout
14896
14897
14898 \backslash
14899 cmidrule(r){2-2}
14900 \end_layout
14901
14902 \end_inset
14903
14904
14905 \begin_inset ERT
14906 status collapsed
14907
14908 \begin_layout Plain Layout
14909
14910
14911 \backslash
14912 cmidrule(l){3-4}
14913 \end_layout
14914
14915 \end_inset
14916
14917 Detektordicke in µm
14918 \end_layout
14919
14920 \end_inset
14921 </cell>
14922 <cell alignment="center" valignment="top" usebox="none">
14923 \begin_inset Text
14924
14925 \begin_layout Plain Layout
14926 300
14927 \end_layout
14928
14929 \end_inset
14930 </cell>
14931 <cell alignment="center" valignment="top" usebox="none">
14932 \begin_inset Text
14933
14934 \begin_layout Plain Layout
14935 300
14936 \end_layout
14937
14938 \end_inset
14939 </cell>
14940 <cell alignment="center" valignment="top" usebox="none">
14941 \begin_inset Text
14942
14943 \begin_layout Plain Layout
14944 700
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 </row>
14950 <row>
14951 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955 Kantenwinkel in °
14956 \end_layout
14957
14958 \end_inset
14959 </cell>
14960 <cell alignment="center" valignment="top" topline="true" usebox="none">
14961 \begin_inset Text
14962
14963 \begin_layout Plain Layout
14964 3.55
14965 \end_layout
14966
14967 \end_inset
14968 </cell>
14969 <cell alignment="center" valignment="top" topline="true" usebox="none">
14970 \begin_inset Text
14971
14972 \begin_layout Plain Layout
14973 2.71
14974 \end_layout
14975
14976 \end_inset
14977 </cell>
14978 <cell alignment="center" valignment="top" topline="true" usebox="none">
14979 \begin_inset Text
14980
14981 \begin_layout Plain Layout
14982 7.99
14983 \end_layout
14984
14985 \end_inset
14986 </cell>
14987 </row>
14988 <row topspace="default">
14989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14990 \begin_inset Text
14991
14992 \begin_layout Plain Layout
14993 räumliche Auf\SpecialChar ligaturebreak
14994 lösung in µm
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 <cell alignment="center" valignment="top" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003 4.26
15004 \end_layout
15005
15006 \end_inset
15007 </cell>
15008 <cell alignment="center" valignment="top" usebox="none">
15009 \begin_inset Text
15010
15011 \begin_layout Plain Layout
15012 10.17
15013 \end_layout
15014
15015 \end_inset
15016 </cell>
15017 <cell alignment="center" valignment="top" usebox="none">
15018 \begin_inset Text
15019
15020 \begin_layout Plain Layout
15021 10.56
15022 \end_layout
15023
15024 \end_inset
15025 </cell>
15026 </row>
15027 <row topspace="default">
15028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15029 \begin_inset Text
15030
15031 \begin_layout Plain Layout
15032 MTF bei 
15033 \begin_inset Formula $f_{\mathrm{max}}$
15034 \end_inset
15035
15036
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 <cell alignment="center" valignment="top" usebox="none">
15042 \begin_inset Text
15043
15044 \begin_layout Plain Layout
15045 0.53
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 <cell alignment="center" valignment="top" usebox="none">
15051 \begin_inset Text
15052
15053 \begin_layout Plain Layout
15054 0.37
15055 \end_layout
15056
15057 \end_inset
15058 </cell>
15059 <cell alignment="center" valignment="top" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063 0.39
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 </row>
15069 <row topspace="default">
15070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074 \begin_inset ERT
15075 status collapsed
15076
15077 \begin_layout Plain Layout
15078
15079
15080 \backslash
15081 cmidrule[2pt](l{10pt}){1-1}
15082 \end_layout
15083
15084 \end_inset
15085
15086 LSF räumliche Auf\SpecialChar ligaturebreak
15087 lösung
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 <cell alignment="center" valignment="top" usebox="none">
15093 \begin_inset Text
15094
15095 \begin_layout Plain Layout
15096
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 <cell alignment="center" valignment="top" usebox="none">
15102 \begin_inset Text
15103
15104 \begin_layout Plain Layout
15105
15106 \end_layout
15107
15108 \end_inset
15109 </cell>
15110 <cell alignment="center" valignment="top" usebox="none">
15111 \begin_inset Text
15112
15113 \begin_layout Plain Layout
15114
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 </row>
15120 <row>
15121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125 in µm
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 <cell alignment="center" valignment="top" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134 129.7
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 <cell alignment="center" valignment="top" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Plain Layout
15143 52.75
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 <cell alignment="center" valignment="top" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152 50.78
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 </row>
15158 <row>
15159 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163 in % der Pixelgröße
15164 \end_layout
15165
15166 \end_inset
15167 </cell>
15168 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15169 \begin_inset Text
15170
15171 \begin_layout Plain Layout
15172 76.3
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181 95.9
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Plain Layout
15190 92.3
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 </row>
15196 </lyxtabular>
15197
15198 \end_inset
15199
15200
15201 \end_layout
15202
15203 \end_inset
15204
15205
15206 \end_layout
15207
15208 \begin_layout Standard
15209 Abstände zu Tabellenzeilen können auf der Karteikarte 
15210 \family sans
15211 Rahmen
15212 \family default
15213  des 
15214 \family sans
15215 Tabellen-Ein\SpecialChar softhyphen
15216 stel\SpecialChar softhyphen
15217 lun\SpecialChar softhyphen
15218 gen
15219 \family default
15220 -Dialogs hinzugefügt werden, wie in Abschnitt
15221 \begin_inset space ~
15222 \end_inset
15223
15224
15225 \begin_inset CommandInset ref
15226 LatexCommand ref
15227 reference "uab:Zeilenabstand"
15228
15229 \end_inset
15230
15231  beschrieben.
15232 \end_layout
15233
15234 \begin_layout Standard
15235 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15236  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15237  gedruckt aber anders aus.
15238  Die erste und letzte Linie ist 0.08
15239 \begin_inset space \thinspace{}
15240 \end_inset
15241
15242 em dick, während die anderen 0.05
15243 \begin_inset space \thinspace{}
15244 \end_inset
15245
15246 em dick sind.
15247 \end_layout
15248
15249 \begin_layout Standard
15250 Die Standarddicken können im \SpecialChar LaTeX
15251 -Vorspann geändert werden:
15252 \end_layout
15253
15254 \begin_layout Standard
15255
15256 \series bold
15257
15258 \backslash
15259 let
15260 \backslash
15261 mytoprule
15262 \backslash
15263 toprule
15264 \begin_inset Newline newline
15265 \end_inset
15266
15267
15268 \backslash
15269 renewcommand{
15270 \backslash
15271 toprule}{
15272 \backslash
15273 mytoprule[Breite]}
15274 \end_layout
15275
15276 \begin_layout Standard
15277 Dies Beispiel gilt für die oberste Linie, genannt 
15278 \series bold
15279 toprule
15280 \series default
15281 .
15282  Für die letzte müssen Sie 
15283 \series bold
15284 toprule
15285 \series default
15286  durch 
15287 \series bold
15288 bottomrule
15289 \series default
15290  ersetzen.
15291  Die Linien dazwischen heißen 
15292 \series bold
15293 midrule
15294 \series default
15295 .
15296  Für 
15297 \family sans
15298 Breite
15299 \family default
15300  können Sie alle Einheiten benutzen, die in Anhang
15301 \begin_inset space ~
15302 \end_inset
15303
15304
15305 \begin_inset CommandInset ref
15306 LatexCommand ref
15307 reference "kap:In-LyX-verfügbare"
15308
15309 \end_inset
15310
15311  aufgelistet sind.
15312 \end_layout
15313
15314 \begin_layout Standard
15315 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
15316  eine Linie unter einer Mehrfachspalte.
15317  \SpecialChar LyX
15318  wird intern den Befehl 
15319 \series bold
15320
15321 \backslash
15322 cmidrule
15323 \series default
15324  benutzen, um diese Linie zu drucken.
15325  Der ganze Befehl sieht so aus:
15326 \end_layout
15327
15328 \begin_layout Standard
15329
15330 \series bold
15331
15332 \backslash
15333 cmidrule[Höhe](trim){Anfangsspalte-Endspalte}
15334 \end_layout
15335
15336 \begin_layout Standard
15337 Die 
15338 \series bold
15339
15340 \backslash
15341 cmidrule
15342 \series default
15343 -Optionen werden (noch) nicht von \SpecialChar LyX
15344  unterstützt, also müssen Sie \SpecialChar TeX
15345 -Code benutzen.
15346  
15347 \series bold
15348
15349 \backslash
15350 cmidrule
15351 \series default
15352  kann man benutzen, indem man den Befehl als \SpecialChar TeX
15353 -Code als erstes in die erste
15354  Zelle einer Zeile einfügt.
15355  Die Linie wird dann über der Zeile gedruckt.
15356 \end_layout
15357
15358 \begin_layout Standard
15359 Der Standardwert der optionalen 
15360 \series bold
15361 Höhe
15362 \series default
15363  ist 0.03
15364 \begin_inset space \thinspace{}
15365 \end_inset
15366
15367 em.
15368  Die Linie reicht von 
15369 \series bold
15370 Anfangsspalte
15371 \series default
15372  bis 
15373 \series bold
15374 Endspalte
15375 \series default
15376 .
15377  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15378  Die 
15379 \series bold
15380 Endspalte
15381 \series default
15382  muss immer angegeben werden, auch wenn die Linie nur über eine Spalte geht.
15383  Der optionale Parameter 
15384 \series bold
15385 trim
15386 \series default
15387  kann die Werte 
15388 \emph on
15389 r
15390 \emph default
15391
15392 \emph on
15393 r{Breite}
15394 \emph default
15395
15396 \emph on
15397 l
15398 \family typewriter
15399 \emph default
15400  
15401 \family default
15402 oder 
15403 \emph on
15404 l{Breite}
15405 \emph default
15406  annehmen, wobei die 
15407 \emph on
15408 Breite
15409 \emph default
15410  optional ist.
15411  
15412 \emph on
15413 l{2pt}
15414 \emph default
15415  zum Beispiel bedeutet, dass die Linie links um 2
15416 \begin_inset space \thinspace{}
15417 \end_inset
15418
15419 pt gekürzt wird.
15420  Ohne Breitenangabe wird die Linie um 0.5
15421 \begin_inset space \thinspace{}
15422 \end_inset
15423
15424 em gekürzt.
15425 \end_layout
15426
15427 \begin_layout Standard
15428 \begin_inset VSpace bigskip
15429 \end_inset
15430
15431 In Tabelle
15432 \begin_inset space ~
15433 \end_inset
15434
15435
15436 \begin_inset CommandInset ref
15437 LatexCommand ref
15438 reference "tab:Formale-Tabelle"
15439
15440 \end_inset
15441
15442  wurden die Befehle
15443 \end_layout
15444
15445 \begin_layout Standard
15446
15447 \series bold
15448
15449 \backslash
15450 cmidrule(r){2-2}
15451 \backslash
15452 cmidrule(l){3-4}
15453 \end_layout
15454
15455 \begin_layout Standard
15456 am Anfang der zweiten Zeile und
15457 \end_layout
15458
15459 \begin_layout Standard
15460
15461 \series bold
15462
15463 \backslash
15464 cmidrule[2pt](l{10pt}){1-1}
15465 \end_layout
15466
15467 \begin_layout Standard
15468 in der sechsten benutzt.
15469 \end_layout
15470
15471 \begin_layout Standard
15472 \begin_inset VSpace bigskip
15473 \end_inset
15474
15475
15476 \end_layout
15477
15478 \begin_layout Standard
15479 Sie können mit 
15480 \series bold
15481
15482 \backslash
15483 cmidrule
15484 \series default
15485  auch überlappende Linien wie in Tabelle
15486 \begin_inset space ~
15487 \end_inset
15488
15489
15490 \begin_inset CommandInset ref
15491 LatexCommand ref
15492 reference "tab:Special-booktabs-table"
15493
15494 \end_inset
15495
15496  definieren.
15497  Der Befehl ist:
15498 \end_layout
15499
15500 \begin_layout Standard
15501
15502 \series bold
15503
15504 \backslash
15505 morecmidrules
15506 \end_layout
15507
15508 \begin_layout Standard
15509 In Zeile zwei der Tabelle
15510 \begin_inset space ~
15511 \end_inset
15512
15513
15514 \begin_inset CommandInset ref
15515 LatexCommand ref
15516 reference "tab:Special-booktabs-table"
15517
15518 \end_inset
15519
15520  wurde folgender Befehl benutzt:
15521 \end_layout
15522
15523 \begin_layout Standard
15524
15525 \series bold
15526
15527 \backslash
15528 cmidrule(r){2-2}
15529 \backslash
15530 cmidrule(l){3-4}
15531 \backslash
15532 morecmidrules
15533 \begin_inset Newline newline
15534 \end_inset
15535
15536
15537 \backslash
15538 cmidrule{2-4}
15539 \end_layout
15540
15541 \begin_layout Standard
15542 und in Zeile sechs:
15543 \end_layout
15544
15545 \begin_layout Standard
15546
15547 \series bold
15548
15549 \backslash
15550 midrule
15551 \backslash
15552 morecmidrules
15553 \backslash
15554 cmidrule{3-4}
15555 \end_layout
15556
15557 \begin_layout Standard
15558 \begin_inset VSpace bigskip
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \begin_layout Standard
15565 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15566  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15567 \end_layout
15568
15569 \begin_layout Standard
15570
15571 \series bold
15572
15573 \backslash
15574 specialrule{Dicke}{Abstand davor}{Abstand danach}
15575 \end_layout
15576
15577 \begin_layout Standard
15578 Weitere Informationen finden Sie im Handbuch des \SpecialChar LaTeX
15579 -Pakets 
15580 \series bold
15581 booktabs
15582 \series default
15583  
15584 \begin_inset CommandInset citation
15585 LatexCommand cite
15586 key "booktabs"
15587 literal "true"
15588
15589 \end_inset
15590
15591 .
15592 \begin_inset Index idx
15593 status collapsed
15594
15595 \begin_layout Plain Layout
15596 \SpecialChar LaTeX
15597 -Pakete ! booktabs
15598 \end_layout
15599
15600 \end_inset
15601
15602
15603 \end_layout
15604
15605 \begin_layout Standard
15606 \begin_inset Float table
15607 placement h
15608 wide false
15609 sideways false
15610 status open
15611
15612 \begin_layout Plain Layout
15613 \begin_inset Caption Standard
15614
15615 \begin_layout Plain Layout
15616 \begin_inset CommandInset label
15617 LatexCommand label
15618 name "tab:Special-booktabs-table"
15619
15620 \end_inset
15621
15622 Eine spezielle formale Tabelle
15623 \end_layout
15624
15625 \end_inset
15626
15627
15628 \end_layout
15629
15630 \begin_layout Plain Layout
15631 \align center
15632 \begin_inset Tabular
15633 <lyxtabular version="3" rows="8" columns="4">
15634 <features booktabs="true" tabularvalignment="middle">
15635 <column alignment="center" valignment="top">
15636 <column alignment="center" valignment="top">
15637 <column alignment="right" valignment="top">
15638 <column alignment="right" valignment="top">
15639 <row>
15640 <cell alignment="center" valignment="top" topline="true" usebox="none">
15641 \begin_inset Text
15642
15643 \begin_layout Plain Layout
15644 System
15645 \end_layout
15646
15647 \end_inset
15648 </cell>
15649 <cell alignment="center" valignment="top" topline="true" usebox="none">
15650 \begin_inset Text
15651
15652 \begin_layout Plain Layout
15653 Chip
15654 \begin_inset space \thinspace{}
15655 \end_inset
15656
15657 1
15658 \end_layout
15659
15660 \end_inset
15661 </cell>
15662 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15663 \begin_inset Text
15664
15665 \begin_layout Plain Layout
15666 Chip
15667 \begin_inset space \thinspace{}
15668 \end_inset
15669
15670 2
15671 \end_layout
15672
15673 \end_inset
15674 </cell>
15675 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout Plain Layout
15679
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 </row>
15685 <row>
15686 <cell alignment="center" valignment="top" usebox="none">
15687 \begin_inset Text
15688
15689 \begin_layout Plain Layout
15690 \begin_inset ERT
15691 status collapsed
15692
15693 \begin_layout Plain Layout
15694
15695
15696 \backslash
15697 cmidrule(r){2-2}
15698 \end_layout
15699
15700 \end_inset
15701
15702
15703 \begin_inset ERT
15704 status collapsed
15705
15706 \begin_layout Plain Layout
15707
15708
15709 \backslash
15710 cmidrule(l){3-4}
15711 \end_layout
15712
15713 \end_inset
15714
15715
15716 \begin_inset ERT
15717 status collapsed
15718
15719 \begin_layout Plain Layout
15720
15721
15722 \backslash
15723 morecmidrules 
15724 \end_layout
15725
15726 \end_inset
15727
15728
15729 \begin_inset ERT
15730 status collapsed
15731
15732 \begin_layout Plain Layout
15733
15734
15735 \backslash
15736 cmidrule{2-4}
15737 \end_layout
15738
15739 \end_inset
15740
15741 Detektordicke in µm
15742 \end_layout
15743
15744 \end_inset
15745 </cell>
15746 <cell alignment="center" valignment="top" usebox="none">
15747 \begin_inset Text
15748
15749 \begin_layout Plain Layout
15750 300
15751 \end_layout
15752
15753 \end_inset
15754 </cell>
15755 <cell alignment="center" valignment="top" usebox="none">
15756 \begin_inset Text
15757
15758 \begin_layout Plain Layout
15759 300
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 <cell alignment="center" valignment="top" usebox="none">
15765 \begin_inset Text
15766
15767 \begin_layout Plain Layout
15768 700
15769 \end_layout
15770
15771 \end_inset
15772 </cell>
15773 </row>
15774 <row>
15775 <cell alignment="center" valignment="top" topline="true" usebox="none">
15776 \begin_inset Text
15777
15778 \begin_layout Plain Layout
15779 Kantenwinkel in °
15780 \end_layout
15781
15782 \end_inset
15783 </cell>
15784 <cell alignment="center" valignment="top" topline="true" usebox="none">
15785 \begin_inset Text
15786
15787 \begin_layout Plain Layout
15788 3,55
15789 \end_layout
15790
15791 \end_inset
15792 </cell>
15793 <cell alignment="center" valignment="top" topline="true" usebox="none">
15794 \begin_inset Text
15795
15796 \begin_layout Plain Layout
15797 2,71
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 <cell alignment="center" valignment="top" topline="true" usebox="none">
15803 \begin_inset Text
15804
15805 \begin_layout Plain Layout
15806 7,99
15807 \end_layout
15808
15809 \end_inset
15810 </cell>
15811 </row>
15812 <row topspace="default">
15813 <cell alignment="center" valignment="top" usebox="none">
15814 \begin_inset Text
15815
15816 \begin_layout Plain Layout
15817 räumliche Auf\SpecialChar ligaturebreak
15818 lösung in µm
15819 \end_layout
15820
15821 \end_inset
15822 </cell>
15823 <cell alignment="center" valignment="top" usebox="none">
15824 \begin_inset Text
15825
15826 \begin_layout Plain Layout
15827 4,26
15828 \end_layout
15829
15830 \end_inset
15831 </cell>
15832 <cell alignment="center" valignment="top" usebox="none">
15833 \begin_inset Text
15834
15835 \begin_layout Plain Layout
15836 10,17
15837 \end_layout
15838
15839 \end_inset
15840 </cell>
15841 <cell alignment="center" valignment="top" usebox="none">
15842 \begin_inset Text
15843
15844 \begin_layout Plain Layout
15845 10,56
15846 \end_layout
15847
15848 \end_inset
15849 </cell>
15850 </row>
15851 <row topspace="default">
15852 <cell alignment="center" valignment="top" usebox="none">
15853 \begin_inset Text
15854
15855 \begin_layout Plain Layout
15856 MTF bei 
15857 \begin_inset Formula $f_{\mathrm{max}}$
15858 \end_inset
15859
15860
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 <cell alignment="center" valignment="top" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Plain Layout
15869 0,53
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 <cell alignment="center" valignment="top" usebox="none">
15875 \begin_inset Text
15876
15877 \begin_layout Plain Layout
15878 0,37
15879 \end_layout
15880
15881 \end_inset
15882 </cell>
15883 <cell alignment="center" valignment="top" usebox="none">
15884 \begin_inset Text
15885
15886 \begin_layout Plain Layout
15887 0,39
15888 \end_layout
15889
15890 \end_inset
15891 </cell>
15892 </row>
15893 <row>
15894 <cell alignment="center" valignment="top" topline="true" usebox="none">
15895 \begin_inset Text
15896
15897 \begin_layout Plain Layout
15898 \begin_inset ERT
15899 status collapsed
15900
15901 \begin_layout Plain Layout
15902
15903
15904 \backslash
15905 morecmidrules 
15906 \end_layout
15907
15908 \end_inset
15909
15910
15911 \begin_inset ERT
15912 status collapsed
15913
15914 \begin_layout Plain Layout
15915
15916
15917 \backslash
15918 cmidrule{3-4}
15919 \end_layout
15920
15921 \end_inset
15922
15923 LSF-räumliche Auf\SpecialChar ligaturebreak
15924 lösung
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 <cell alignment="center" valignment="top" topline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 <cell alignment="center" valignment="top" topline="true" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Plain Layout
15942
15943 \end_layout
15944
15945 \end_inset
15946 </cell>
15947 <cell alignment="center" valignment="top" topline="true" usebox="none">
15948 \begin_inset Text
15949
15950 \begin_layout Plain Layout
15951
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 </row>
15957 <row>
15958 <cell alignment="center" valignment="top" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Plain Layout
15962 in µm
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 <cell alignment="center" valignment="top" usebox="none">
15968 \begin_inset Text
15969
15970 \begin_layout Plain Layout
15971 129,7
15972 \end_layout
15973
15974 \end_inset
15975 </cell>
15976 <cell alignment="center" valignment="top" usebox="none">
15977 \begin_inset Text
15978
15979 \begin_layout Plain Layout
15980 52,75
15981 \end_layout
15982
15983 \end_inset
15984 </cell>
15985 <cell alignment="center" valignment="top" usebox="none">
15986 \begin_inset Text
15987
15988 \begin_layout Plain Layout
15989 50,78
15990 \end_layout
15991
15992 \end_inset
15993 </cell>
15994 </row>
15995 <row>
15996 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15997 \begin_inset Text
15998
15999 \begin_layout Plain Layout
16000 in % der Pixelgröße
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16006 \begin_inset Text
16007
16008 \begin_layout Plain Layout
16009 76,3
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16015 \begin_inset Text
16016
16017 \begin_layout Plain Layout
16018 95,9
16019 \end_layout
16020
16021 \end_inset
16022 </cell>
16023 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16024 \begin_inset Text
16025
16026 \begin_layout Plain Layout
16027 92,3
16028 \end_layout
16029
16030 \end_inset
16031 </cell>
16032 </row>
16033 </lyxtabular>
16034
16035 \end_inset
16036
16037
16038 \end_layout
16039
16040 \end_inset
16041
16042
16043 \end_layout
16044
16045 \begin_layout Section
16046 Vertikale Tabellen-Ausrichtung
16047 \begin_inset Index idx
16048 status collapsed
16049
16050 \begin_layout Plain Layout
16051 Tabellen ! Ausrichtung
16052 \end_layout
16053
16054 \end_inset
16055
16056
16057 \end_layout
16058
16059 \begin_layout Standard
16060 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16061  einer Box sein.
16062  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16063 \begin_inset space ~
16064 \end_inset
16065
16066
16067 \begin_inset CommandInset ref
16068 LatexCommand ref
16069 reference "abs:Box-Dialog"
16070
16071 \end_inset
16072
16073  beschrieben.
16074 \end_layout
16075
16076 \begin_layout Standard
16077 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16078 \begin_inset Foot
16079 status collapsed
16080
16081 \begin_layout Plain Layout
16082 Minipages werden in Abschnitt
16083 \begin_inset space ~
16084 \end_inset
16085
16086
16087 \begin_inset CommandInset ref
16088 LatexCommand ref
16089 reference "abs:Minipage"
16090
16091 \end_inset
16092
16093  beschrieben.
16094 \end_layout
16095
16096 \end_inset
16097
16098  mit 15
16099 \begin_inset space \thinspace{}
16100 \end_inset
16101
16102 col%-Breite:
16103 \end_layout
16104
16105 \begin_layout Itemize
16106 Test 
16107 \begin_inset Box Frameless
16108 position "t"
16109 hor_pos "c"
16110 has_inner_box 1
16111 inner_pos "c"
16112 use_parbox 0
16113 use_makebox 0
16114 width "15col%"
16115 special "none"
16116 height "1in"
16117 height_special "totalheight"
16118 thickness "0.4pt"
16119 separation "3pt"
16120 shadowsize "4pt"
16121 framecolor "black"
16122 backgroundcolor "none"
16123 status collapsed
16124
16125 \begin_layout Plain Layout
16126 \begin_inset Tabular
16127 <lyxtabular version="3" rows="3" columns="3">
16128 <features tabularvalignment="middle">
16129 <column alignment="center" valignment="top">
16130 <column alignment="center" valignment="top">
16131 <column alignment="center" valignment="top">
16132 <row>
16133 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16134 \begin_inset Text
16135
16136 \begin_layout Plain Layout
16137 Tabelle 1
16138 \end_layout
16139
16140 \end_inset
16141 </cell>
16142 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16143 \begin_inset Text
16144
16145 \begin_layout Plain Layout
16146
16147 \end_layout
16148
16149 \end_inset
16150 </cell>
16151 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16152 \begin_inset Text
16153
16154 \begin_layout Plain Layout
16155
16156 \end_layout
16157
16158 \end_inset
16159 </cell>
16160 </row>
16161 <row>
16162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16163 \begin_inset Text
16164
16165 \begin_layout Plain Layout
16166 b
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16172 \begin_inset Text
16173
16174 \begin_layout Plain Layout
16175 e
16176 \end_layout
16177
16178 \end_inset
16179 </cell>
16180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16181 \begin_inset Text
16182
16183 \begin_layout Plain Layout
16184 h
16185 \end_layout
16186
16187 \end_inset
16188 </cell>
16189 </row>
16190 <row>
16191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Plain Layout
16195 c
16196 \end_layout
16197
16198 \end_inset
16199 </cell>
16200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16201 \begin_inset Text
16202
16203 \begin_layout Plain Layout
16204 f
16205 \end_layout
16206
16207 \end_inset
16208 </cell>
16209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213 i
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 </row>
16219 </lyxtabular>
16220
16221 \end_inset
16222
16223
16224 \end_layout
16225
16226 \end_inset
16227
16228  Test 
16229 \begin_inset ERT
16230 status collapsed
16231
16232 \begin_layout Plain Layout
16233
16234
16235 \backslash
16236 raisebox{0.85
16237 \backslash
16238 baselineskip}{
16239 \end_layout
16240
16241 \end_inset
16242
16243
16244 \begin_inset Box Frameless
16245 position "t"
16246 hor_pos "c"
16247 has_inner_box 1
16248 inner_pos "c"
16249 use_parbox 0
16250 use_makebox 0
16251 width "15col%"
16252 special "none"
16253 height "1in"
16254 height_special "totalheight"
16255 thickness "0.4pt"
16256 separation "3pt"
16257 shadowsize "4pt"
16258 framecolor "black"
16259 backgroundcolor "none"
16260 status collapsed
16261
16262 \begin_layout Plain Layout
16263 \begin_inset Tabular
16264 <lyxtabular version="3" rows="3" columns="3">
16265 <features tabularvalignment="middle">
16266 <column alignment="center" valignment="top">
16267 <column alignment="center" valignment="top">
16268 <column alignment="center" valignment="top">
16269 <row>
16270 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16271 \begin_inset Text
16272
16273 \begin_layout Plain Layout
16274 Tabelle 2
16275 \end_layout
16276
16277 \end_inset
16278 </cell>
16279 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283
16284 \end_layout
16285
16286 \end_inset
16287 </cell>
16288 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16289 \begin_inset Text
16290
16291 \begin_layout Plain Layout
16292
16293 \end_layout
16294
16295 \end_inset
16296 </cell>
16297 </row>
16298 <row>
16299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16300 \begin_inset Text
16301
16302 \begin_layout Plain Layout
16303 b
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16309 \begin_inset Text
16310
16311 \begin_layout Plain Layout
16312 e
16313 \end_layout
16314
16315 \end_inset
16316 </cell>
16317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Plain Layout
16321 h
16322 \end_layout
16323
16324 \end_inset
16325 </cell>
16326 </row>
16327 <row>
16328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16329 \begin_inset Text
16330
16331 \begin_layout Plain Layout
16332 c
16333 \end_layout
16334
16335 \end_inset
16336 </cell>
16337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16338 \begin_inset Text
16339
16340 \begin_layout Plain Layout
16341 f
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Plain Layout
16350 i
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 </row>
16356 </lyxtabular>
16357
16358 \end_inset
16359
16360
16361 \end_layout
16362
16363 \end_inset
16364
16365
16366 \begin_inset ERT
16367 status collapsed
16368
16369 \begin_layout Plain Layout
16370
16371 }
16372 \end_layout
16373
16374 \end_inset
16375
16376
16377 \end_layout
16378
16379 \begin_layout Itemize
16380 Test 
16381 \begin_inset Box Frameless
16382 position "c"
16383 hor_pos "c"
16384 has_inner_box 1
16385 inner_pos "c"
16386 use_parbox 0
16387 use_makebox 0
16388 width "15col%"
16389 special "none"
16390 height "1in"
16391 height_special "totalheight"
16392 thickness "0.4pt"
16393 separation "3pt"
16394 shadowsize "4pt"
16395 framecolor "black"
16396 backgroundcolor "none"
16397 status collapsed
16398
16399 \begin_layout Plain Layout
16400 \begin_inset Tabular
16401 <lyxtabular version="3" rows="3" columns="3">
16402 <features tabularvalignment="middle">
16403 <column alignment="center" valignment="top">
16404 <column alignment="center" valignment="top">
16405 <column alignment="center" valignment="top">
16406 <row>
16407 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Plain Layout
16411 Tabelle 3
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16417 \begin_inset Text
16418
16419 \begin_layout Plain Layout
16420
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16426 \begin_inset Text
16427
16428 \begin_layout Plain Layout
16429
16430 \end_layout
16431
16432 \end_inset
16433 </cell>
16434 </row>
16435 <row>
16436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16437 \begin_inset Text
16438
16439 \begin_layout Plain Layout
16440 b
16441 \end_layout
16442
16443 \end_inset
16444 </cell>
16445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16446 \begin_inset Text
16447
16448 \begin_layout Plain Layout
16449 e
16450 \end_layout
16451
16452 \end_inset
16453 </cell>
16454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16455 \begin_inset Text
16456
16457 \begin_layout Plain Layout
16458 h
16459 \end_layout
16460
16461 \end_inset
16462 </cell>
16463 </row>
16464 <row>
16465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16466 \begin_inset Text
16467
16468 \begin_layout Plain Layout
16469 c
16470 \end_layout
16471
16472 \end_inset
16473 </cell>
16474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16475 \begin_inset Text
16476
16477 \begin_layout Plain Layout
16478 f
16479 \end_layout
16480
16481 \end_inset
16482 </cell>
16483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16484 \begin_inset Text
16485
16486 \begin_layout Plain Layout
16487 i
16488 \end_layout
16489
16490 \end_inset
16491 </cell>
16492 </row>
16493 </lyxtabular>
16494
16495 \end_inset
16496
16497
16498 \end_layout
16499
16500 \end_inset
16501
16502
16503 \end_layout
16504
16505 \begin_layout Itemize
16506 Test 
16507 \begin_inset Box Frameless
16508 position "b"
16509 hor_pos "c"
16510 has_inner_box 1
16511 inner_pos "c"
16512 use_parbox 0
16513 use_makebox 0
16514 width "15col%"
16515 special "none"
16516 height "1in"
16517 height_special "totalheight"
16518 thickness "0.4pt"
16519 separation "3pt"
16520 shadowsize "4pt"
16521 framecolor "black"
16522 backgroundcolor "none"
16523 status collapsed
16524
16525 \begin_layout Plain Layout
16526 \begin_inset Tabular
16527 <lyxtabular version="3" rows="3" columns="3">
16528 <features tabularvalignment="middle">
16529 <column alignment="center" valignment="top">
16530 <column alignment="center" valignment="top">
16531 <column alignment="center" valignment="top">
16532 <row>
16533 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16534 \begin_inset Text
16535
16536 \begin_layout Plain Layout
16537 Tabelle 4
16538 \end_layout
16539
16540 \end_inset
16541 </cell>
16542 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16543 \begin_inset Text
16544
16545 \begin_layout Plain Layout
16546
16547 \end_layout
16548
16549 \end_inset
16550 </cell>
16551 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16552 \begin_inset Text
16553
16554 \begin_layout Plain Layout
16555
16556 \end_layout
16557
16558 \end_inset
16559 </cell>
16560 </row>
16561 <row>
16562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16563 \begin_inset Text
16564
16565 \begin_layout Plain Layout
16566 b
16567 \end_layout
16568
16569 \end_inset
16570 </cell>
16571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16572 \begin_inset Text
16573
16574 \begin_layout Plain Layout
16575 e
16576 \end_layout
16577
16578 \end_inset
16579 </cell>
16580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16581 \begin_inset Text
16582
16583 \begin_layout Plain Layout
16584 h
16585 \end_layout
16586
16587 \end_inset
16588 </cell>
16589 </row>
16590 <row>
16591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595 c
16596 \end_layout
16597
16598 \end_inset
16599 </cell>
16600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16601 \begin_inset Text
16602
16603 \begin_layout Plain Layout
16604 f
16605 \end_layout
16606
16607 \end_inset
16608 </cell>
16609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16610 \begin_inset Text
16611
16612 \begin_layout Plain Layout
16613 i
16614 \end_layout
16615
16616 \end_inset
16617 </cell>
16618 </row>
16619 </lyxtabular>
16620
16621 \end_inset
16622
16623
16624 \end_layout
16625
16626 \end_inset
16627
16628 Test 
16629 \begin_inset ERT
16630 status collapsed
16631
16632 \begin_layout Plain Layout
16633
16634
16635 \backslash
16636 raisebox{-0.32
16637 \backslash
16638 baselineskip}{
16639 \end_layout
16640
16641 \end_inset
16642
16643
16644 \begin_inset Box Frameless
16645 position "b"
16646 hor_pos "c"
16647 has_inner_box 1
16648 inner_pos "c"
16649 use_parbox 0
16650 use_makebox 0
16651 width "15col%"
16652 special "none"
16653 height "1in"
16654 height_special "totalheight"
16655 thickness "0.4pt"
16656 separation "3pt"
16657 shadowsize "4pt"
16658 framecolor "black"
16659 backgroundcolor "none"
16660 status collapsed
16661
16662 \begin_layout Plain Layout
16663 \begin_inset Tabular
16664 <lyxtabular version="3" rows="3" columns="3">
16665 <features tabularvalignment="middle">
16666 <column alignment="center" valignment="top">
16667 <column alignment="center" valignment="top">
16668 <column alignment="center" valignment="top">
16669 <row>
16670 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16671 \begin_inset Text
16672
16673 \begin_layout Plain Layout
16674 Tabelle 5
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683
16684 \end_layout
16685
16686 \end_inset
16687 </cell>
16688 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16689 \begin_inset Text
16690
16691 \begin_layout Plain Layout
16692
16693 \end_layout
16694
16695 \end_inset
16696 </cell>
16697 </row>
16698 <row>
16699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Plain Layout
16703 b
16704 \end_layout
16705
16706 \end_inset
16707 </cell>
16708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16709 \begin_inset Text
16710
16711 \begin_layout Plain Layout
16712 e
16713 \end_layout
16714
16715 \end_inset
16716 </cell>
16717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16718 \begin_inset Text
16719
16720 \begin_layout Plain Layout
16721 h
16722 \end_layout
16723
16724 \end_inset
16725 </cell>
16726 </row>
16727 <row>
16728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Plain Layout
16732 c
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741 f
16742 \end_layout
16743
16744 \end_inset
16745 </cell>
16746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16747 \begin_inset Text
16748
16749 \begin_layout Plain Layout
16750 i
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 </row>
16756 </lyxtabular>
16757
16758 \end_inset
16759
16760
16761 \end_layout
16762
16763 \end_inset
16764
16765
16766 \begin_inset ERT
16767 status collapsed
16768
16769 \begin_layout Plain Layout
16770
16771 }
16772 \end_layout
16773
16774 \end_inset
16775
16776
16777 \end_layout
16778
16779 \begin_layout Standard
16780 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16781 \begin_inset space \space{}
16782 \end_inset
16783
16784 1 und letzten Zeile von Tabelle
16785 \begin_inset space \space{}
16786 \end_inset
16787
16788 4 bezüglich dem Wort 
16789 \begin_inset Quotes gld
16790 \end_inset
16791
16792 Test
16793 \begin_inset Quotes grd
16794 \end_inset
16795
16796  nicht richtig ausgerichtet.
16797  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16798 \begin_inset Quotes gld
16799 \end_inset
16800
16801 Raisebox
16802 \begin_inset Quotes grd
16803 \end_inset
16804
16805
16806 \begin_inset Foot
16807 status collapsed
16808
16809 \begin_layout Plain Layout
16810 Raiseboxen werden in Abschnitt
16811 \begin_inset space ~
16812 \end_inset
16813
16814
16815 \begin_inset CommandInset ref
16816 LatexCommand ref
16817 reference "uab:Vertikale-Ausrichtung"
16818
16819 \end_inset
16820
16821  beschrieben.
16822 \end_layout
16823
16824 \end_inset
16825
16826  setzen.
16827  In Tabelle
16828 \begin_inset space \space{}
16829 \end_inset
16830
16831 2 wurde der Text mit dem Befehl
16832 \end_layout
16833
16834 \begin_layout Standard
16835
16836 \series bold
16837
16838 \backslash
16839 raisebox{0.85
16840 \backslash
16841 baselineskip}{
16842 \end_layout
16843
16844 \begin_layout Standard
16845 vor der Box ausgerichtet.
16846  Hinter der Box wurde auch noch 
16847 \series bold
16848 }
16849 \series default
16850  als \SpecialChar TeX
16851 -Code eingefügt, weil der obige Befehl mit 
16852 \series bold
16853 {
16854 \series default
16855  aufhörte.
16856  Für Tabelle
16857 \begin_inset space \space{}
16858 \end_inset
16859
16860 5 wurde der Befehl
16861 \end_layout
16862
16863 \begin_layout Standard
16864
16865 \series bold
16866
16867 \backslash
16868 raisebox{-0.32
16869 \backslash
16870 baselineskip}{
16871 \end_layout
16872
16873 \begin_layout Standard
16874 benutzt.
16875 \end_layout
16876
16877 \begin_layout Standard
16878 \begin_inset Note Greyedout
16879 status open
16880
16881 \begin_layout Plain Layout
16882
16883 \series bold
16884 Bemerkung:
16885 \series default
16886  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
16887  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
16888  Der Faktor im 
16889 \series bold
16890
16891 \backslash
16892 raisebox
16893 \series default
16894 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
16895 \end_layout
16896
16897 \end_inset
16898
16899
16900 \end_layout
16901
16902 \begin_layout Section
16903 Farbige Tabellen
16904 \begin_inset CommandInset label
16905 LatexCommand label
16906 name "abs:Farbige-Tabellen"
16907
16908 \end_inset
16909
16910
16911 \begin_inset Index idx
16912 status collapsed
16913
16914 \begin_layout Plain Layout
16915 Tabellen ! farbige
16916 \end_layout
16917
16918 \end_inset
16919
16920
16921 \end_layout
16922
16923 \begin_layout Subsection
16924 Farbige Zellen
16925 \begin_inset Index idx
16926 status collapsed
16927
16928 \begin_layout Plain Layout
16929 farbige !  Tabellenzellen
16930 \end_layout
16931
16932 \end_inset
16933
16934
16935 \end_layout
16936
16937 \begin_layout Standard
16938 \begin_inset Float table
16939 placement h
16940 wide false
16941 sideways false
16942 status open
16943
16944 \begin_layout Plain Layout
16945 \begin_inset Caption Standard
16946
16947 \begin_layout Plain Layout
16948 \begin_inset CommandInset label
16949 LatexCommand label
16950 name "tab:Farbige-Tabelle-ohne"
16951
16952 \end_inset
16953
16954 Farbige Tabelle, ohne Paket 
16955 \series bold
16956 colortbl
16957 \series default
16958
16959 \begin_inset Argument 1
16960 status collapsed
16961
16962 \begin_layout Plain Layout
16963 Tabelle ohne 
16964 \family typewriter
16965 colortbl
16966 \end_layout
16967
16968 \end_inset
16969
16970
16971 \end_layout
16972
16973 \end_inset
16974
16975
16976 \end_layout
16977
16978 \begin_layout Plain Layout
16979 \align center
16980 \begin_inset Tabular
16981 <lyxtabular version="3" rows="3" columns="3">
16982 <features tabularvalignment="middle">
16983 <column alignment="center" valignment="top">
16984 <column alignment="center" valignment="top">
16985 <column alignment="center" valignment="top">
16986 <row>
16987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991
16992 \color green
16993 a
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002
17003 \color red
17004 b
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Plain Layout
17013
17014 \color red
17015 c
17016 \end_layout
17017
17018 \end_inset
17019 </cell>
17020 </row>
17021 <row>
17022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17023 \begin_inset Text
17024
17025 \begin_layout Plain Layout
17026
17027 \color green
17028 d
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037
17038 \color blue
17039 e
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048
17049 \color blue
17050 f
17051 \end_layout
17052
17053 \end_inset
17054 </cell>
17055 </row>
17056 <row>
17057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17058 \begin_inset Text
17059
17060 \begin_layout Plain Layout
17061
17062 \color green
17063 g
17064 \end_layout
17065
17066 \end_inset
17067 </cell>
17068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072
17073 \color blue
17074 h
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083
17084 \color blue
17085 i
17086 \end_layout
17087
17088 \end_inset
17089 </cell>
17090 </row>
17091 </lyxtabular>
17092
17093 \end_inset
17094
17095
17096 \end_layout
17097
17098 \end_inset
17099
17100
17101 \end_layout
17102
17103 \begin_layout Standard
17104 Wenn Sie nur farbigen Text
17105 \begin_inset Index idx
17106 status collapsed
17107
17108 \begin_layout Plain Layout
17109 Farbe ! für Text
17110 \end_layout
17111
17112 \end_inset
17113
17114  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17115 \family sans
17116 Textstil
17117 \family default
17118 -Dialog (Werkzeugleistenknopf 
17119 \begin_inset Info
17120 type  "icon"
17121 arg   "dialog-show character"
17122 \end_inset
17123
17124 ) wie es in Tabelle
17125 \begin_inset space ~
17126 \end_inset
17127
17128
17129 \begin_inset CommandInset ref
17130 LatexCommand ref
17131 reference "tab:Farbige-Tabelle-ohne"
17132
17133 \end_inset
17134
17135  gemacht wurde.
17136  In anderen Fällen müssen Sie das \SpecialChar LaTeX
17137 -Paket 
17138 \series bold
17139 colortbl
17140 \series default
17141  benutzen.
17142 \begin_inset Index idx
17143 status collapsed
17144
17145 \begin_layout Plain Layout
17146 \SpecialChar LaTeX
17147 -Pakete ! colortbl
17148 \end_layout
17149
17150 \end_inset
17151
17152
17153 \end_layout
17154
17155 \begin_layout Standard
17156 \begin_inset ERT
17157 status collapsed
17158
17159 \begin_layout Plain Layout
17160
17161
17162 \backslash
17163 ifcolortbl
17164 \end_layout
17165
17166 \end_inset
17167
17168
17169 \begin_inset Note Note
17170 status open
17171
17172 \begin_layout Plain Layout
17173 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
17174 -Paket 
17175 \series bold
17176 colortbl
17177 \series default
17178  installiert ist.
17179 \end_layout
17180
17181 \end_inset
17182
17183
17184 \end_layout
17185
17186 \begin_layout Standard
17187 Um farbige Tabellen zu erzeugen, muss 
17188 \series bold
17189 colortbl
17190 \series default
17191  im \SpecialChar LaTeX
17192 -Vorspann geladen werden:
17193 \end_layout
17194
17195 \begin_layout Standard
17196
17197 \series bold
17198
17199 \backslash
17200 usepackage{colortbl}
17201 \end_layout
17202
17203 \begin_layout Standard
17204 Die Farbe einer Spalte ändert man dann mit dem Befehl
17205 \end_layout
17206
17207 \begin_layout Standard
17208
17209 \series bold
17210
17211 \backslash
17212 columncolor{Farbname}
17213 \end_layout
17214
17215 \begin_layout Standard
17216 innerhalb des Befehls 
17217 \series bold
17218 >{}
17219 \series default
17220 .
17221  Mehr über den Befehl 
17222 \series bold
17223 >{}
17224 \series default
17225  finden Sie im Abschnitt
17226 \begin_inset space ~
17227 \end_inset
17228
17229
17230 \begin_inset CommandInset ref
17231 LatexCommand ref
17232 reference "uab:Mehrfachspalten-Berechnungen"
17233
17234 \end_inset
17235
17236 .
17237 \end_layout
17238
17239 \begin_layout Standard
17240 Folgende Farbnamen sind vordefiniert:
17241 \end_layout
17242
17243 \begin_layout Standard
17244
17245 \family sans
17246 red
17247 \family default
17248
17249 \family sans
17250 green
17251 \family default
17252
17253 \family sans
17254 yellow
17255 \family default
17256
17257 \family sans
17258 blue
17259 \family default
17260
17261 \family sans
17262 cyan
17263 \family default
17264
17265 \family sans
17266 magenta
17267 \family default
17268
17269 \family sans
17270 black
17271 \family default
17272  und 
17273 \family sans
17274 white
17275 \begin_inset Newline newline
17276 \end_inset
17277
17278 (
17279 \family default
17280 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17281 \end_layout
17282
17283 \begin_layout Standard
17284 \begin_inset VSpace medskip
17285 \end_inset
17286
17287
17288 \end_layout
17289
17290 \begin_layout Standard
17291 Wenn Sie die Option
17292 \end_layout
17293
17294 \begin_layout Standard
17295
17296 \series bold
17297 dvipsnames
17298 \end_layout
17299
17300 \begin_layout Standard
17301 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17302  können Sie zusätzlich weitere 61
17303 \begin_inset space ~
17304 \end_inset
17305
17306 Farben verwenden.
17307  Diese Farben sind in Anhang
17308 \begin_inset space ~
17309 \end_inset
17310
17311
17312 \begin_inset CommandInset ref
17313 LatexCommand ref
17314 reference "kap:Liste-der-dvips-Farbnamen"
17315
17316 \end_inset
17317
17318  aufgelistet.
17319  Eine dieser Farben, 
17320 \family sans
17321 Maroon
17322 \family default
17323 , wird als Beispiel in Tabelle
17324 \begin_inset space ~
17325 \end_inset
17326
17327
17328 \begin_inset CommandInset ref
17329 LatexCommand ref
17330 reference "tab:Eine-mit-colortbl"
17331
17332 \end_inset
17333
17334  verwendet.
17335 \end_layout
17336
17337 \begin_layout Standard
17338 \begin_inset VSpace medskip
17339 \end_inset
17340
17341
17342 \end_layout
17343
17344 \begin_layout Standard
17345 Sie können auch eigene Farben definieren:
17346 \end_layout
17347
17348 \begin_layout Standard
17349
17350 \series bold
17351
17352 \backslash
17353 definecolor{Farbname}{Farbmodell}{Farbwerte}
17354 \end_layout
17355
17356 \begin_layout Standard
17357 Das Farbmodell kann eins der folgenden sein:
17358 \end_layout
17359
17360 \begin_layout Labeling
17361 \labelwidthstring 00.00.0000
17362 cmyk: cyan, magenta, yellow, black
17363 \end_layout
17364
17365 \begin_layout Labeling
17366 \labelwidthstring 00.00.0000
17367 rgb: red, green blue
17368 \end_layout
17369
17370 \begin_layout Labeling
17371 \labelwidthstring 00.00.0000
17372 gray: gray
17373 \end_layout
17374
17375 \begin_layout Standard
17376 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17377  die die entsprechende Farbe für das Farbmodell beschreiben.
17378 \end_layout
17379
17380 \begin_layout Standard
17381 Im \SpecialChar LaTeX
17382 -Vorspann können Sie zum Beispiel die Farbe 
17383 \emph on
17384
17385 \begin_inset Quotes gld
17386 \end_inset
17387
17388 dunkelgruen
17389 \emph default
17390
17391 \begin_inset Quotes grd
17392 \end_inset
17393
17394  und 
17395 \begin_inset Quotes gld
17396 \end_inset
17397
17398
17399 \emph on
17400 hellgrau
17401 \emph default
17402
17403 \begin_inset Quotes grd
17404 \end_inset
17405
17406  folgendermaßen definieren:
17407 \end_layout
17408
17409 \begin_layout Standard
17410
17411 \series bold
17412
17413 \backslash
17414 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17415 \end_layout
17416
17417 \begin_layout Standard
17418
17419 \series bold
17420
17421 \backslash
17422 definecolor{hellgrau}{gray}{0.8}
17423 \end_layout
17424
17425 \begin_layout Standard
17426 \begin_inset VSpace medskip
17427 \end_inset
17428
17429
17430 \end_layout
17431
17432 \begin_layout Standard
17433 Linien werden mit dem Befehl
17434 \end_layout
17435
17436 \begin_layout Standard
17437
17438 \series bold
17439
17440 \backslash
17441 rowcolor{Farbname}
17442 \end_layout
17443
17444 \begin_layout Standard
17445 gefärbt, Zellen mit dem Befehl
17446 \end_layout
17447
17448 \begin_layout Standard
17449
17450 \series bold
17451
17452 \backslash
17453 cellcolor{Farbname}
17454 \end_layout
17455
17456 \begin_layout Standard
17457 Beide Befehle werden am Anfang einer Zelle als \SpecialChar TeX
17458 -Code eingegeben.
17459 \end_layout
17460
17461 \begin_layout Standard
17462 Um nur Text zu färben, verwenden Sie den 
17463 \family sans
17464 Textstil
17465 \family default
17466 -Dialog.
17467  Wenn die Zelle aber \SpecialChar TeX
17468 -Code zum Färben enthält, 
17469 \emph on
17470 markieren Sie nur den Text
17471 \emph default
17472 , sonst werden Sie \SpecialChar LaTeX
17473 -Fehler erzeugen.
17474 \end_layout
17475
17476 \begin_layout Standard
17477 \begin_inset Note Greyedout
17478 status open
17479
17480 \begin_layout Plain Layout
17481
17482 \series bold
17483 Achtung:
17484 \series default
17485  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17486 \end_layout
17487
17488 \end_inset
17489
17490
17491 \end_layout
17492
17493 \begin_layout Standard
17494 \begin_inset VSpace medskip
17495 \end_inset
17496
17497
17498 \end_layout
17499
17500 \begin_layout Standard
17501 Die Tabelle
17502 \begin_inset space ~
17503 \end_inset
17504
17505
17506 \begin_inset CommandInset ref
17507 LatexCommand ref
17508 reference "tab:Eine-mit-colortbl"
17509
17510 \end_inset
17511
17512  wurde folgendermaßen erstellt: die erste Spalte soll 
17513 \emph on
17514
17515 \begin_inset Quotes gld
17516 \end_inset
17517
17518 dunkelgruen
17519 \emph default
17520
17521 \begin_inset Quotes grd
17522 \end_inset
17523
17524  werden, also müssen Sie ins 
17525 \family sans
17526 LaTeX-Argument
17527 \family default
17528  der Zellen der ersten Spalte den Befehl
17529 \end_layout
17530
17531 \begin_layout Standard
17532
17533 \series bold
17534 >{
17535 \backslash
17536 columncolor{dunkelgruen}
17537 \backslash
17538 centering}c
17539 \end_layout
17540
17541 \begin_layout Standard
17542 schreiben.
17543  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der \SpecialChar TeX
17544 -Code-Befehl
17545 \end_layout
17546
17547 \begin_layout Standard
17548
17549 \series bold
17550
17551 \backslash
17552 rowcolor{cyan}
17553 \end_layout
17554
17555 \begin_layout Standard
17556 in die erste Zelle der ersten Zeile eingefügt.
17557  Diese Farbe ersetzt die Spaltenfarbe.
17558  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17559  Das wird mit folgendem Befehl erreicht:
17560 \end_layout
17561
17562 \begin_layout Standard
17563
17564 \series bold
17565
17566 \backslash
17567 cellcolor{Maroon}
17568 \end_layout
17569
17570 \begin_layout Standard
17571 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17572 \family sans
17573 Textstil
17574 \family default
17575 -Dialog.
17576 \end_layout
17577
17578 \begin_layout Standard
17579 \begin_inset Float table
17580 placement h
17581 wide false
17582 sideways false
17583 status open
17584
17585 \begin_layout Plain Layout
17586 \begin_inset Caption Standard
17587
17588 \begin_layout Plain Layout
17589 \begin_inset CommandInset label
17590 LatexCommand label
17591 name "tab:Eine-mit-colortbl"
17592
17593 \end_inset
17594
17595 Eine mit dem Paket 
17596 \series bold
17597 colortbl
17598 \series default
17599  gefärbte Tabelle
17600 \begin_inset Argument 1
17601 status collapsed
17602
17603 \begin_layout Plain Layout
17604 Tabelle mit 
17605 \family typewriter
17606 colortbl
17607 \end_layout
17608
17609 \end_inset
17610
17611
17612 \end_layout
17613
17614 \end_inset
17615
17616
17617 \end_layout
17618
17619 \begin_layout Plain Layout
17620 \align center
17621 \begin_inset Tabular
17622 <lyxtabular version="3" rows="3" columns="3">
17623 <features tabularvalignment="middle">
17624 <column alignment="center" valignment="top" special=">{\columncolor{dunkelgruen}\centering}c">
17625 <column alignment="center" valignment="top">
17626 <column alignment="center" valignment="top">
17627 <row>
17628 <cell alignment="center" valignment="top" usebox="none">
17629 \begin_inset Text
17630
17631 \begin_layout Plain Layout
17632 \begin_inset ERT
17633 status open
17634
17635 \begin_layout Plain Layout
17636
17637
17638 \backslash
17639 rowcolor{cyan}
17640 \end_layout
17641
17642 \end_inset
17643
17644
17645 \color magenta
17646 a
17647 \end_layout
17648
17649 \end_inset
17650 </cell>
17651 <cell alignment="center" valignment="top" usebox="none">
17652 \begin_inset Text
17653
17654 \begin_layout Plain Layout
17655
17656 \color red
17657 b
17658 \end_layout
17659
17660 \end_inset
17661 </cell>
17662 <cell alignment="center" valignment="top" usebox="none">
17663 \begin_inset Text
17664
17665 \begin_layout Plain Layout
17666
17667 \color red
17668 c
17669 \end_layout
17670
17671 \end_inset
17672 </cell>
17673 </row>
17674 <row>
17675 <cell alignment="center" valignment="top" usebox="none">
17676 \begin_inset Text
17677
17678 \begin_layout Plain Layout
17679
17680 \color yellow
17681 d
17682 \end_layout
17683
17684 \end_inset
17685 </cell>
17686 <cell alignment="center" valignment="top" usebox="none">
17687 \begin_inset Text
17688
17689 \begin_layout Plain Layout
17690
17691 \color blue
17692 e
17693 \end_layout
17694
17695 \end_inset
17696 </cell>
17697 <cell alignment="center" valignment="top" usebox="none">
17698 \begin_inset Text
17699
17700 \begin_layout Plain Layout
17701
17702 \color blue
17703 f
17704 \end_layout
17705
17706 \end_inset
17707 </cell>
17708 </row>
17709 <row>
17710 <cell alignment="center" valignment="top" usebox="none">
17711 \begin_inset Text
17712
17713 \begin_layout Plain Layout
17714
17715 \color yellow
17716 g
17717 \end_layout
17718
17719 \end_inset
17720 </cell>
17721 <cell alignment="center" valignment="top" usebox="none">
17722 \begin_inset Text
17723
17724 \begin_layout Plain Layout
17725
17726 \color blue
17727 h
17728 \end_layout
17729
17730 \end_inset
17731 </cell>
17732 <cell alignment="center" valignment="top" usebox="none">
17733 \begin_inset Text
17734
17735 \begin_layout Plain Layout
17736 \begin_inset ERT
17737 status collapsed
17738
17739 \begin_layout Plain Layout
17740
17741
17742 \backslash
17743 cellcolor{Maroon}
17744 \end_layout
17745
17746 \end_inset
17747
17748
17749 \color green
17750 i
17751 \end_layout
17752
17753 \end_inset
17754 </cell>
17755 </row>
17756 </lyxtabular>
17757
17758 \end_inset
17759
17760
17761 \end_layout
17762
17763 \end_inset
17764
17765
17766 \end_layout
17767
17768 \begin_layout Standard
17769 \begin_inset ERT
17770 status collapsed
17771
17772 \begin_layout Plain Layout
17773
17774
17775 \backslash
17776 else
17777 \end_layout
17778
17779 \end_inset
17780
17781
17782 \begin_inset Note Note
17783 status open
17784
17785 \begin_layout Plain Layout
17786 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
17787 -Paket 
17788 \series bold
17789 colortbl
17790 \series default
17791  nicht installiert ist:
17792 \end_layout
17793
17794 \end_inset
17795
17796
17797 \end_layout
17798
17799 \begin_layout Standard
17800 Sie müssen das \SpecialChar LaTeX
17801 -Paket 
17802 \series bold
17803 colortbl
17804 \series default
17805  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17806 \end_layout
17807
17808 \begin_layout Standard
17809 \begin_inset ERT
17810 status collapsed
17811
17812 \begin_layout Plain Layout
17813
17814
17815 \backslash
17816 fi
17817 \end_layout
17818
17819 \end_inset
17820
17821
17822 \end_layout
17823
17824 \begin_layout Subsection
17825 Farbige Zeilen
17826 \begin_inset Index idx
17827 status collapsed
17828
17829 \begin_layout Plain Layout
17830 farbige ! Tabellenzeilen
17831 \end_layout
17832
17833 \end_inset
17834
17835
17836 \end_layout
17837
17838 \begin_layout Standard
17839 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
17840  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
17841  Man lädt das \SpecialChar LaTeX
17842 -Paket 
17843 \series bold
17844 xcolor
17845 \series default
17846
17847 \begin_inset Index idx
17848 status collapsed
17849
17850 \begin_layout Plain Layout
17851 \SpecialChar LaTeX
17852 -Pakete ! xcolor
17853 \begin_inset ERT
17854 status collapsed
17855
17856 \begin_layout Plain Layout
17857
17858
17859 \backslash
17860 vspace{4mm}
17861 \end_layout
17862
17863 \end_inset
17864
17865
17866 \end_layout
17867
17868 \end_inset
17869
17870  im \SpecialChar LaTeX
17871 -Vorspann mit dem Befehl
17872 \end_layout
17873
17874 \begin_layout Standard
17875
17876 \series bold
17877
17878 \backslash
17879 usepackage[table]{xcolor}
17880 \end_layout
17881
17882 \begin_layout Standard
17883
17884 \series bold
17885 xcolor
17886 \series default
17887  lädt automatisch auch das \SpecialChar LaTeX
17888 -Paket 
17889 \series bold
17890 colortbl
17891 \series default
17892
17893 \begin_inset Index idx
17894 status collapsed
17895
17896 \begin_layout Plain Layout
17897 \SpecialChar LaTeX
17898 -Pakete ! colortbl
17899 \end_layout
17900
17901 \end_inset
17902
17903 , so dass 
17904 \series bold
17905 colortbl
17906 \series default
17907  in Ihrer \SpecialChar LaTeX
17908 -Distribution installiert sein muss, ansonsten bekommt man \SpecialChar LaTeX
17909 -Fehler.
17910 \end_layout
17911
17912 \begin_layout Standard
17913 \begin_inset ERT
17914 status collapsed
17915
17916 \begin_layout Plain Layout
17917
17918
17919 \backslash
17920 ifcolortbl
17921 \end_layout
17922
17923 \end_inset
17924
17925
17926 \begin_inset Note Note
17927 status open
17928
17929 \begin_layout Plain Layout
17930 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
17931 -Paket 
17932 \series bold
17933 colortbl
17934 \series default
17935  installiert ist.
17936 \end_layout
17937
17938 \end_inset
17939
17940
17941 \end_layout
17942
17943 \begin_layout Standard
17944 Die Tabellenzeilen werden mit dem Befehl
17945 \end_layout
17946
17947 \begin_layout Standard
17948
17949 \series bold
17950
17951 \backslash
17952 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
17953 \end_layout
17954
17955 \begin_layout Standard
17956 eingefärbt, der entweder in den \SpecialChar LaTeX
17957 -Vorspann oder als \SpecialChar TeX
17958 -Code vor der ersten
17959  zu färbenden Tabelle eingefügt wird.
17960  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
17961  Zeilenfarbe gefärbt werden soll.
17962  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
17963  werden.
17964  So führt zum Beispiel der Befehl
17965 \end_layout
17966
17967 \begin_layout Standard
17968
17969 \series bold
17970
17971 \backslash
17972 rowcolors{1}{white}{lightgray}
17973 \end_layout
17974
17975 \begin_layout Standard
17976 zum Farbschema von Tabelle
17977 \begin_inset space ~
17978 \end_inset
17979
17980
17981 \begin_inset CommandInset ref
17982 LatexCommand ref
17983 reference "tab:Tabelle-rowcolors"
17984
17985 \end_inset
17986
17987 .
17988  Der Befehl
17989 \end_layout
17990
17991 \begin_layout Standard
17992
17993 \series bold
17994
17995 \backslash
17996 rowcolors[
17997 \backslash
17998 hline]{1}{lightgray}{cyan}
17999 \end_layout
18000
18001 \begin_layout Standard
18002 führt zum Farbschema von Tabelle
18003 \begin_inset space ~
18004 \end_inset
18005
18006
18007 \begin_inset CommandInset ref
18008 LatexCommand ref
18009 reference "tab:Tabelle-rowcolors-2"
18010
18011 \end_inset
18012
18013 .
18014  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
18015  wird keine Farbe verwendet, so dass der Befehl
18016 \end_layout
18017
18018 \begin_layout Standard
18019
18020 \series bold
18021
18022 \backslash
18023 rowcolors{1}{}{}
18024 \end_layout
18025
18026 \begin_layout Standard
18027 alle Farben löscht.
18028  
18029 \series bold
18030
18031 \backslash
18032 rowcolors
18033 \series default
18034  beeinflusst alle diesem Befehl folgenden Tabellen.
18035 \end_layout
18036
18037 \begin_layout Standard
18038 \begin_inset ERT
18039 status open
18040
18041 \begin_layout Plain Layout
18042
18043
18044 \backslash
18045 rowcolors{1}{white}{lightgray}
18046 \end_layout
18047
18048 \end_inset
18049
18050
18051 \end_layout
18052
18053 \begin_layout Standard
18054 \begin_inset Float table
18055 placement h
18056 wide false
18057 sideways false
18058 status open
18059
18060 \begin_layout Plain Layout
18061 \begin_inset Caption Standard
18062
18063 \begin_layout Plain Layout
18064 \begin_inset CommandInset label
18065 LatexCommand label
18066 name "tab:Tabelle-rowcolors"
18067
18068 \end_inset
18069
18070 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18071 \end_layout
18072
18073 \end_inset
18074
18075
18076 \end_layout
18077
18078 \begin_layout Plain Layout
18079 \align center
18080 \begin_inset Tabular
18081 <lyxtabular version="3" rows="4" columns="3">
18082 <features tabularvalignment="middle">
18083 <column alignment="center" valignment="top">
18084 <column alignment="center" valignment="top" width="0pt">
18085 <column alignment="center" valignment="top" width="0pt">
18086 <row>
18087 <cell alignment="center" valignment="top" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Plain Layout
18091 X
18092 \end_layout
18093
18094 \end_inset
18095 </cell>
18096 <cell alignment="center" valignment="top" usebox="none">
18097 \begin_inset Text
18098
18099 \begin_layout Plain Layout
18100 Y
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 <cell alignment="center" valignment="top" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109 Z
18110 \end_layout
18111
18112 \end_inset
18113 </cell>
18114 </row>
18115 <row>
18116 <cell alignment="center" valignment="top" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Plain Layout
18120 1
18121 \end_layout
18122
18123 \end_inset
18124 </cell>
18125 <cell alignment="center" valignment="top" usebox="none">
18126 \begin_inset Text
18127
18128 \begin_layout Plain Layout
18129 2
18130 \end_layout
18131
18132 \end_inset
18133 </cell>
18134 <cell alignment="center" valignment="top" usebox="none">
18135 \begin_inset Text
18136
18137 \begin_layout Plain Layout
18138 3
18139 \end_layout
18140
18141 \end_inset
18142 </cell>
18143 </row>
18144 <row>
18145 <cell alignment="center" valignment="top" usebox="none">
18146 \begin_inset Text
18147
18148 \begin_layout Plain Layout
18149 4
18150 \end_layout
18151
18152 \end_inset
18153 </cell>
18154 <cell alignment="center" valignment="top" usebox="none">
18155 \begin_inset Text
18156
18157 \begin_layout Plain Layout
18158 5
18159 \end_layout
18160
18161 \end_inset
18162 </cell>
18163 <cell alignment="center" valignment="top" usebox="none">
18164 \begin_inset Text
18165
18166 \begin_layout Plain Layout
18167 6
18168 \end_layout
18169
18170 \end_inset
18171 </cell>
18172 </row>
18173 <row>
18174 <cell alignment="center" valignment="top" usebox="none">
18175 \begin_inset Text
18176
18177 \begin_layout Plain Layout
18178 7
18179 \end_layout
18180
18181 \end_inset
18182 </cell>
18183 <cell alignment="center" valignment="top" usebox="none">
18184 \begin_inset Text
18185
18186 \begin_layout Plain Layout
18187 8
18188 \end_layout
18189
18190 \end_inset
18191 </cell>
18192 <cell alignment="center" valignment="top" usebox="none">
18193 \begin_inset Text
18194
18195 \begin_layout Plain Layout
18196 9
18197 \end_layout
18198
18199 \end_inset
18200 </cell>
18201 </row>
18202 </lyxtabular>
18203
18204 \end_inset
18205
18206
18207 \end_layout
18208
18209 \end_inset
18210
18211
18212 \end_layout
18213
18214 \begin_layout Standard
18215 \begin_inset ERT
18216 status open
18217
18218 \begin_layout Plain Layout
18219
18220
18221 \backslash
18222 rowcolors[
18223 \backslash
18224 hline]{1}{lightgray}{cyan}
18225 \end_layout
18226
18227 \end_inset
18228
18229
18230 \end_layout
18231
18232 \begin_layout Standard
18233 \begin_inset Float table
18234 placement h
18235 wide false
18236 sideways false
18237 status open
18238
18239 \begin_layout Plain Layout
18240 \begin_inset Caption Standard
18241
18242 \begin_layout Plain Layout
18243 \begin_inset CommandInset label
18244 LatexCommand label
18245 name "tab:Tabelle-rowcolors-2"
18246
18247 \end_inset
18248
18249 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18250  Linie zwischen jeder Zeile befindet.
18251 \end_layout
18252
18253 \end_inset
18254
18255
18256 \end_layout
18257
18258 \begin_layout Plain Layout
18259 \align center
18260 \begin_inset Tabular
18261 <lyxtabular version="3" rows="4" columns="3">
18262 <features tabularvalignment="middle">
18263 <column alignment="center" valignment="top">
18264 <column alignment="center" valignment="top">
18265 <column alignment="center" valignment="top" width="0pt">
18266 <row>
18267 <cell alignment="center" valignment="top" usebox="none">
18268 \begin_inset Text
18269
18270 \begin_layout Plain Layout
18271 X
18272 \end_layout
18273
18274 \end_inset
18275 </cell>
18276 <cell alignment="center" valignment="top" usebox="none">
18277 \begin_inset Text
18278
18279 \begin_layout Plain Layout
18280 Y
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 <cell alignment="center" valignment="top" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289 Z
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 </row>
18295 <row>
18296 <cell alignment="center" valignment="top" usebox="none">
18297 \begin_inset Text
18298
18299 \begin_layout Plain Layout
18300 1
18301 \end_layout
18302
18303 \end_inset
18304 </cell>
18305 <cell alignment="center" valignment="top" usebox="none">
18306 \begin_inset Text
18307
18308 \begin_layout Plain Layout
18309 2
18310 \end_layout
18311
18312 \end_inset
18313 </cell>
18314 <cell alignment="center" valignment="top" usebox="none">
18315 \begin_inset Text
18316
18317 \begin_layout Plain Layout
18318 3
18319 \end_layout
18320
18321 \end_inset
18322 </cell>
18323 </row>
18324 <row>
18325 <cell alignment="center" valignment="top" usebox="none">
18326 \begin_inset Text
18327
18328 \begin_layout Plain Layout
18329 4
18330 \end_layout
18331
18332 \end_inset
18333 </cell>
18334 <cell alignment="center" valignment="top" usebox="none">
18335 \begin_inset Text
18336
18337 \begin_layout Plain Layout
18338 5
18339 \end_layout
18340
18341 \end_inset
18342 </cell>
18343 <cell alignment="center" valignment="top" usebox="none">
18344 \begin_inset Text
18345
18346 \begin_layout Plain Layout
18347 6
18348 \end_layout
18349
18350 \end_inset
18351 </cell>
18352 </row>
18353 <row>
18354 <cell alignment="center" valignment="top" usebox="none">
18355 \begin_inset Text
18356
18357 \begin_layout Plain Layout
18358 7
18359 \end_layout
18360
18361 \end_inset
18362 </cell>
18363 <cell alignment="center" valignment="top" usebox="none">
18364 \begin_inset Text
18365
18366 \begin_layout Plain Layout
18367 8
18368 \end_layout
18369
18370 \end_inset
18371 </cell>
18372 <cell alignment="center" valignment="top" usebox="none">
18373 \begin_inset Text
18374
18375 \begin_layout Plain Layout
18376 9
18377 \end_layout
18378
18379 \end_inset
18380 </cell>
18381 </row>
18382 </lyxtabular>
18383
18384 \end_inset
18385
18386
18387 \end_layout
18388
18389 \end_inset
18390
18391
18392 \end_layout
18393
18394 \begin_layout Standard
18395 \begin_inset ERT
18396 status collapsed
18397
18398 \begin_layout Plain Layout
18399
18400
18401 \backslash
18402 rowcolors{1}{}{}
18403 \end_layout
18404
18405 \end_inset
18406
18407
18408 \begin_inset Note Note
18409 status collapsed
18410
18411 \begin_layout Plain Layout
18412 schaltet die Färbung aus
18413 \end_layout
18414
18415 \end_inset
18416
18417
18418 \end_layout
18419
18420 \begin_layout Standard
18421 \begin_inset ERT
18422 status collapsed
18423
18424 \begin_layout Plain Layout
18425
18426
18427 \backslash
18428 else
18429 \end_layout
18430
18431 \end_inset
18432
18433
18434 \begin_inset Note Note
18435 status open
18436
18437 \begin_layout Plain Layout
18438 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
18439 -Paket 
18440 \series bold
18441 colortbl
18442 \series default
18443  nicht installiert ist:
18444 \end_layout
18445
18446 \end_inset
18447
18448
18449 \end_layout
18450
18451 \begin_layout Standard
18452 Sie müssen das \SpecialChar LaTeX
18453 -Paket 
18454 \series bold
18455 colortbl
18456 \series default
18457  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18458 \end_layout
18459
18460 \begin_layout Standard
18461 \begin_inset ERT
18462 status collapsed
18463
18464 \begin_layout Plain Layout
18465
18466
18467 \backslash
18468 fi
18469 \end_layout
18470
18471 \end_inset
18472
18473
18474 \end_layout
18475
18476 \begin_layout Subsection
18477 Farbige Linien
18478 \begin_inset Index idx
18479 status collapsed
18480
18481 \begin_layout Plain Layout
18482 farbige !  Tabellenlinien
18483 \end_layout
18484
18485 \end_inset
18486
18487
18488 \end_layout
18489
18490 \begin_layout Standard
18491 Wie in Abschnitt
18492 \begin_inset space ~
18493 \end_inset
18494
18495
18496 \begin_inset CommandInset ref
18497 LatexCommand ref
18498 reference "uab:Liniendicke"
18499
18500 \end_inset
18501
18502  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18503 \series bold
18504
18505 \backslash
18506 arrayrulewidth
18507 \series default
18508  definiert werden.
18509  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18510 \begin_inset space \thinspace{}
18511 \end_inset
18512
18513 pt gesetzt.
18514 \begin_inset ERT
18515 status collapsed
18516
18517 \begin_layout Plain Layout
18518
18519
18520 \backslash
18521 setlength{
18522 \backslash
18523 arrayrulewidth}{1.5pt}
18524 \end_layout
18525
18526 \end_inset
18527
18528
18529 \end_layout
18530
18531 \begin_layout Standard
18532 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im \SpecialChar LaTeX
18533 -Vorspann
18534  folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18535 \begin_inset space ~
18536 \end_inset
18537
18538
18539 \begin_inset CommandInset ref
18540 LatexCommand ref
18541 reference "uab:Angepasste-Zellen-/Spaltenformate"
18542
18543 \end_inset
18544
18545  definiert:
18546 \end_layout
18547
18548 \begin_layout Standard
18549
18550 \series bold
18551
18552 \backslash
18553 newcolumntype{W}{!{
18554 \backslash
18555 color{green}
18556 \backslash
18557 vline}}
18558 \end_layout
18559
18560 \begin_layout Standard
18561 In Tabelle
18562 \begin_inset space ~
18563 \end_inset
18564
18565
18566 \begin_inset CommandInset ref
18567 LatexCommand ref
18568 reference "tab:Tabelle-mit-farbigen-vert"
18569
18570 \end_inset
18571
18572  wurde das \SpecialChar LaTeX
18573 -Argument 
18574 \series bold
18575 WcW
18576 \series default
18577  für die letzte und 
18578 \series bold
18579 Wc
18580 \series default
18581  für die anderen Spalten benutzt.
18582 \end_layout
18583
18584 \begin_layout Standard
18585 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18586 \end_layout
18587
18588 \begin_layout Standard
18589 \begin_inset Float table
18590 placement h
18591 wide false
18592 sideways false
18593 status open
18594
18595 \begin_layout Plain Layout
18596 \begin_inset Caption Standard
18597
18598 \begin_layout Plain Layout
18599 \begin_inset CommandInset label
18600 LatexCommand label
18601 name "tab:Tabelle-mit-farbigen-vert"
18602
18603 \end_inset
18604
18605 Tabelle mit farbigen vertikalen Linien
18606 \end_layout
18607
18608 \end_inset
18609
18610
18611 \end_layout
18612
18613 \begin_layout Plain Layout
18614 \align center
18615 \begin_inset Tabular
18616 <lyxtabular version="3" rows="3" columns="3">
18617 <features tabularvalignment="middle">
18618 <column alignment="center" valignment="top" special="Wc">
18619 <column alignment="center" valignment="top" special="Wc">
18620 <column alignment="center" valignment="top" special="WcW">
18621 <row>
18622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18623 \begin_inset Text
18624
18625 \begin_layout Plain Layout
18626 sd
18627 \end_layout
18628
18629 \end_inset
18630 </cell>
18631 <cell alignment="center" valignment="top" topline="true" usebox="none">
18632 \begin_inset Text
18633
18634 \begin_layout Plain Layout
18635
18636 \end_layout
18637
18638 \end_inset
18639 </cell>
18640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 </row>
18650 <row>
18651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18652 \begin_inset Text
18653
18654 \begin_layout Plain Layout
18655
18656 \end_layout
18657
18658 \end_inset
18659 </cell>
18660 <cell alignment="center" valignment="top" topline="true" usebox="none">
18661 \begin_inset Text
18662
18663 \begin_layout Plain Layout
18664 sd
18665 \end_layout
18666
18667 \end_inset
18668 </cell>
18669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18670 \begin_inset Text
18671
18672 \begin_layout Plain Layout
18673
18674 \end_layout
18675
18676 \end_inset
18677 </cell>
18678 </row>
18679 <row>
18680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18681 \begin_inset Text
18682
18683 \begin_layout Plain Layout
18684
18685 \end_layout
18686
18687 \end_inset
18688 </cell>
18689 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18690 \begin_inset Text
18691
18692 \begin_layout Plain Layout
18693
18694 \end_layout
18695
18696 \end_inset
18697 </cell>
18698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18699 \begin_inset Text
18700
18701 \begin_layout Plain Layout
18702 sd
18703 \end_layout
18704
18705 \end_inset
18706 </cell>
18707 </row>
18708 </lyxtabular>
18709
18710 \end_inset
18711
18712
18713 \end_layout
18714
18715 \end_inset
18716
18717
18718 \end_layout
18719
18720 \begin_layout Standard
18721 \begin_inset VSpace bigskip
18722 \end_inset
18723
18724 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18725 \begin_inset space ~
18726 \end_inset
18727
18728
18729 \begin_inset CommandInset ref
18730 LatexCommand ref
18731 reference "tab:Tabelle-mit-farbigen-horiz"
18732
18733 \end_inset
18734
18735 , müssen Sie folgenden Befehl als \SpecialChar TeX
18736 -Code vor der (Gleitobjekt-)Tabelle einfügen:
18737 \end_layout
18738
18739 \begin_layout Standard
18740
18741 \series bold
18742
18743 \backslash
18744 let
18745 \backslash
18746 myHlineC
18747 \backslash
18748 hline
18749 \begin_inset Newline newline
18750 \end_inset
18751
18752
18753 \backslash
18754 renewcommand{
18755 \backslash
18756 hline}
18757 \begin_inset Newline newline
18758 \end_inset
18759
18760
18761 \begin_inset Phantom HPhantom
18762 status open
18763
18764 \begin_layout Plain Layout
18765
18766 \series bold
18767 \begin_inset space ~
18768 \end_inset
18769
18770
18771 \end_layout
18772
18773 \end_inset
18774
18775 {
18776 \backslash
18777 arrayrulecolor{red}
18778 \backslash
18779 myHlineC
18780 \backslash
18781 arrayrulecolor{black}}
18782 \end_layout
18783
18784 \begin_layout Standard
18785 \begin_inset ERT
18786 status collapsed
18787
18788 \begin_layout Plain Layout
18789
18790
18791 \backslash
18792 let
18793 \backslash
18794 myHlineC
18795 \backslash
18796 hline
18797 \end_layout
18798
18799 \begin_layout Plain Layout
18800
18801
18802 \backslash
18803 renewcommand{
18804 \backslash
18805 hline}
18806 \end_layout
18807
18808 \begin_layout Plain Layout
18809
18810  {
18811 \backslash
18812 arrayrulecolor{red}
18813 \backslash
18814 myHlineC
18815 \backslash
18816 arrayrulecolor{black}}
18817 \end_layout
18818
18819 \end_inset
18820
18821
18822 \begin_inset Float table
18823 placement h
18824 wide false
18825 sideways false
18826 status open
18827
18828 \begin_layout Plain Layout
18829 \begin_inset Caption Standard
18830
18831 \begin_layout Plain Layout
18832 \begin_inset CommandInset label
18833 LatexCommand label
18834 name "tab:Tabelle-mit-farbigen-horiz"
18835
18836 \end_inset
18837
18838 Tabelle mit farbigen horizontalen Linien
18839 \end_layout
18840
18841 \end_inset
18842
18843
18844 \end_layout
18845
18846 \begin_layout Plain Layout
18847 \align center
18848 \begin_inset Tabular
18849 <lyxtabular version="3" rows="3" columns="3">
18850 <features tabularvalignment="middle">
18851 <column alignment="center" valignment="top">
18852 <column alignment="center" valignment="top">
18853 <column alignment="center" valignment="top">
18854 <row>
18855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18856 \begin_inset Text
18857
18858 \begin_layout Plain Layout
18859 sd
18860 \end_layout
18861
18862 \end_inset
18863 </cell>
18864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18865 \begin_inset Text
18866
18867 \begin_layout Plain Layout
18868
18869 \end_layout
18870
18871 \end_inset
18872 </cell>
18873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18874 \begin_inset Text
18875
18876 \begin_layout Plain Layout
18877
18878 \end_layout
18879
18880 \end_inset
18881 </cell>
18882 </row>
18883 <row>
18884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18885 \begin_inset Text
18886
18887 \begin_layout Plain Layout
18888
18889 \end_layout
18890
18891 \end_inset
18892 </cell>
18893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18894 \begin_inset Text
18895
18896 \begin_layout Plain Layout
18897 sd
18898 \end_layout
18899
18900 \end_inset
18901 </cell>
18902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18903 \begin_inset Text
18904
18905 \begin_layout Plain Layout
18906
18907 \end_layout
18908
18909 \end_inset
18910 </cell>
18911 </row>
18912 <row>
18913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18914 \begin_inset Text
18915
18916 \begin_layout Plain Layout
18917
18918 \end_layout
18919
18920 \end_inset
18921 </cell>
18922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18923 \begin_inset Text
18924
18925 \begin_layout Plain Layout
18926
18927 \end_layout
18928
18929 \end_inset
18930 </cell>
18931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18932 \begin_inset Text
18933
18934 \begin_layout Plain Layout
18935 sd
18936 \end_layout
18937
18938 \end_inset
18939 </cell>
18940 </row>
18941 </lyxtabular>
18942
18943 \end_inset
18944
18945
18946 \end_layout
18947
18948 \end_inset
18949
18950
18951 \end_layout
18952
18953 \begin_layout Standard
18954 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
18955  als \SpecialChar TeX
18956 -Code hinter der Tabelle einfügen:
18957 \end_layout
18958
18959 \begin_layout Standard
18960
18961 \series bold
18962
18963 \backslash
18964 renewcommand{
18965 \backslash
18966 hline}{
18967 \backslash
18968 myHlineC}
18969 \end_layout
18970
18971 \begin_layout Standard
18972 Tabelle
18973 \begin_inset space ~
18974 \end_inset
18975
18976
18977 \begin_inset CommandInset ref
18978 LatexCommand ref
18979 reference "tab:Table-with-colored"
18980
18981 \end_inset
18982
18983  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
18984 \end_layout
18985
18986 \begin_layout Standard
18987 \begin_inset Float table
18988 placement h
18989 wide false
18990 sideways false
18991 status open
18992
18993 \begin_layout Plain Layout
18994 \begin_inset Caption Standard
18995
18996 \begin_layout Plain Layout
18997 \begin_inset CommandInset label
18998 LatexCommand label
18999 name "tab:Table-with-colored"
19000
19001 \end_inset
19002
19003 Tabelle mit farbigen Linien
19004 \end_layout
19005
19006 \end_inset
19007
19008
19009 \end_layout
19010
19011 \begin_layout Plain Layout
19012 \align center
19013 \begin_inset Tabular
19014 <lyxtabular version="3" rows="3" columns="3">
19015 <features tabularvalignment="middle">
19016 <column alignment="center" valignment="top" special="Wc">
19017 <column alignment="center" valignment="top" special="Wc">
19018 <column alignment="center" valignment="top" special="WcW">
19019 <row>
19020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19021 \begin_inset Text
19022
19023 \begin_layout Plain Layout
19024 sd
19025 \end_layout
19026
19027 \end_inset
19028 </cell>
19029 <cell alignment="center" valignment="top" topline="true" usebox="none">
19030 \begin_inset Text
19031
19032 \begin_layout Plain Layout
19033
19034 \end_layout
19035
19036 \end_inset
19037 </cell>
19038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19039 \begin_inset Text
19040
19041 \begin_layout Plain Layout
19042
19043 \end_layout
19044
19045 \end_inset
19046 </cell>
19047 </row>
19048 <row>
19049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19050 \begin_inset Text
19051
19052 \begin_layout Plain Layout
19053
19054 \end_layout
19055
19056 \end_inset
19057 </cell>
19058 <cell alignment="center" valignment="top" topline="true" usebox="none">
19059 \begin_inset Text
19060
19061 \begin_layout Plain Layout
19062 sd
19063 \end_layout
19064
19065 \end_inset
19066 </cell>
19067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19068 \begin_inset Text
19069
19070 \begin_layout Plain Layout
19071
19072 \end_layout
19073
19074 \end_inset
19075 </cell>
19076 </row>
19077 <row topspace="default">
19078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19079 \begin_inset Text
19080
19081 \begin_layout Plain Layout
19082
19083 \end_layout
19084
19085 \end_inset
19086 </cell>
19087 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19088 \begin_inset Text
19089
19090 \begin_layout Plain Layout
19091
19092 \end_layout
19093
19094 \end_inset
19095 </cell>
19096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19097 \begin_inset Text
19098
19099 \begin_layout Plain Layout
19100 sd
19101 \end_layout
19102
19103 \end_inset
19104 </cell>
19105 </row>
19106 </lyxtabular>
19107
19108 \end_inset
19109
19110
19111 \end_layout
19112
19113 \end_inset
19114
19115
19116 \end_layout
19117
19118 \begin_layout Standard
19119 \begin_inset ERT
19120 status collapsed
19121
19122 \begin_layout Plain Layout
19123
19124
19125 \backslash
19126 renewcommand{
19127 \backslash
19128 hline}{
19129 \backslash
19130 myHlineC}
19131 \end_layout
19132
19133 \end_inset
19134
19135
19136 \end_layout
19137
19138 \begin_layout Standard
19139 \begin_inset ERT
19140 status collapsed
19141
19142 \begin_layout Plain Layout
19143
19144
19145 \backslash
19146 setlength{
19147 \backslash
19148 arrayrulewidth}{1.2pt}
19149 \end_layout
19150
19151 \end_inset
19152
19153
19154 \end_layout
19155
19156 \begin_layout Standard
19157 Um nur einige Linien einzufärben ist eine andere Strategie notwendig.
19158  Um alle folgenden horizontalen Linien zu färben, fügt man diesen Befehl
19159  als \SpecialChar TeX
19160 -Code als letzte Sache in die Zeile ein, die über der ersten gefärbten
19161  Linie sein soll:
19162 \end_layout
19163
19164 \begin_layout Standard
19165
19166 \series bold
19167
19168 \backslash
19169
19170 \backslash
19171
19172 \backslash
19173 arrayrulecolor{blue}%
19174 \end_layout
19175
19176 \begin_layout Standard
19177 Um wieder schwarze Linien zu erhalten, fügt man diesen Befehl als erste
19178  Sache in die Zeile ein, die über den schwarzen Linien liegt:
19179 \end_layout
19180
19181 \begin_layout Standard
19182
19183 \series bold
19184
19185 \backslash
19186 arrayrulecolor{black}
19187 \end_layout
19188
19189 \begin_layout Standard
19190 Damit kann man Tabellenlinien wie in Tabelle
19191 \begin_inset space ~
19192 \end_inset
19193
19194
19195 \begin_inset CommandInset ref
19196 LatexCommand ref
19197 reference "tab:Tabelle-mit-verschiedenen-hor"
19198
19199 \end_inset
19200
19201  färben.
19202  Es ist jedoch mit dieser Methode nicht möglich die Linie über der ersten
19203  Zeile einer Tabelle zu färben.
19204 \end_layout
19205
19206 \begin_layout Standard
19207 \begin_inset Float table
19208 wide false
19209 sideways false
19210 status open
19211
19212 \begin_layout Plain Layout
19213 \begin_inset Caption Standard
19214
19215 \begin_layout Plain Layout
19216 \begin_inset CommandInset label
19217 LatexCommand label
19218 name "tab:Tabelle-mit-verschiedenen-hor"
19219
19220 \end_inset
19221
19222 Tabelle mit verschiedenen horizontalen Linienfarben.
19223 \end_layout
19224
19225 \end_inset
19226
19227
19228 \end_layout
19229
19230 \begin_layout Plain Layout
19231 \align center
19232 \begin_inset Tabular
19233 <lyxtabular version="3" rows="6" columns="7">
19234 <features tabularvalignment="middle">
19235 <column alignment="center" valignment="top">
19236 <column alignment="center" valignment="top">
19237 <column alignment="center" valignment="top">
19238 <column alignment="center" valignment="top">
19239 <column alignment="center" valignment="top">
19240 <column alignment="center" valignment="top">
19241 <column alignment="center" valignment="top">
19242 <row>
19243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 <cell alignment="center" valignment="top" topline="true" usebox="none">
19253 \begin_inset Text
19254
19255 \begin_layout Plain Layout
19256
19257 \end_layout
19258
19259 \end_inset
19260 </cell>
19261 <cell alignment="center" valignment="top" topline="true" usebox="none">
19262 \begin_inset Text
19263
19264 \begin_layout Plain Layout
19265
19266 \end_layout
19267
19268 \end_inset
19269 </cell>
19270 <cell alignment="center" valignment="top" topline="true" usebox="none">
19271 \begin_inset Text
19272
19273 \begin_layout Plain Layout
19274
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 <cell alignment="center" valignment="top" topline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 <cell alignment="center" valignment="top" topline="true" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19298 \begin_inset Text
19299
19300 \begin_layout Plain Layout
19301 \begin_inset ERT
19302 status open
19303
19304 \begin_layout Plain Layout
19305
19306
19307 \backslash
19308
19309 \backslash
19310
19311 \backslash
19312 arrayrulecolor{blue}%
19313 \end_layout
19314
19315 \end_inset
19316
19317
19318 \end_layout
19319
19320 \end_inset
19321 </cell>
19322 </row>
19323 <row>
19324 <cell alignment="center" valignment="top" usebox="none">
19325 \begin_inset Text
19326
19327 \begin_layout Plain Layout
19328 Y
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19334 \begin_inset Text
19335
19336 \begin_layout Plain Layout
19337
19338 \end_layout
19339
19340 \end_inset
19341 </cell>
19342 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19343 \begin_inset Text
19344
19345 \begin_layout Plain Layout
19346
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355
19356 \end_layout
19357
19358 \end_inset
19359 </cell>
19360 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Plain Layout
19364
19365 \end_layout
19366
19367 \end_inset
19368 </cell>
19369 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19370 \begin_inset Text
19371
19372 \begin_layout Plain Layout
19373
19374 \end_layout
19375
19376 \end_inset
19377 </cell>
19378 <cell alignment="center" valignment="top" usebox="none">
19379 \begin_inset Text
19380
19381 \begin_layout Plain Layout
19382 Y
19383 \end_layout
19384
19385 \end_inset
19386 </cell>
19387 </row>
19388 <row>
19389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19390 \begin_inset Text
19391
19392 \begin_layout Plain Layout
19393 \begin_inset ERT
19394 status open
19395
19396 \begin_layout Plain Layout
19397
19398
19399 \backslash
19400 arrayrulecolor{black}
19401 \end_layout
19402
19403 \end_inset
19404
19405
19406 \end_layout
19407
19408 \end_inset
19409 </cell>
19410 <cell alignment="center" valignment="top" usebox="none">
19411 \begin_inset Text
19412
19413 \begin_layout Plain Layout
19414
19415 \end_layout
19416
19417 \end_inset
19418 </cell>
19419 <cell alignment="center" valignment="top" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 <cell alignment="center" valignment="top" usebox="none">
19429 \begin_inset Text
19430
19431 \begin_layout Plain Layout
19432
19433 \end_layout
19434
19435 \end_inset
19436 </cell>
19437 <cell alignment="center" valignment="top" usebox="none">
19438 \begin_inset Text
19439
19440 \begin_layout Plain Layout
19441
19442 \end_layout
19443
19444 \end_inset
19445 </cell>
19446 <cell alignment="center" valignment="top" usebox="none">
19447 \begin_inset Text
19448
19449 \begin_layout Plain Layout
19450
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459
19460 \end_layout
19461
19462 \end_inset
19463 </cell>
19464 </row>
19465 <row>
19466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19467 \begin_inset Text
19468
19469 \begin_layout Plain Layout
19470
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 <cell alignment="center" valignment="top" usebox="none">
19476 \begin_inset Text
19477
19478 \begin_layout Plain Layout
19479
19480 \end_layout
19481
19482 \end_inset
19483 </cell>
19484 <cell alignment="center" valignment="top" usebox="none">
19485 \begin_inset Text
19486
19487 \begin_layout Plain Layout
19488
19489 \end_layout
19490
19491 \end_inset
19492 </cell>
19493 <cell alignment="center" valignment="top" usebox="none">
19494 \begin_inset Text
19495
19496 \begin_layout Plain Layout
19497
19498 \end_layout
19499
19500 \end_inset
19501 </cell>
19502 <cell alignment="center" valignment="top" usebox="none">
19503 \begin_inset Text
19504
19505 \begin_layout Plain Layout
19506
19507 \end_layout
19508
19509 \end_inset
19510 </cell>
19511 <cell alignment="center" valignment="top" usebox="none">
19512 \begin_inset Text
19513
19514 \begin_layout Plain Layout
19515
19516 \end_layout
19517
19518 \end_inset
19519 </cell>
19520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19521 \begin_inset Text
19522
19523 \begin_layout Plain Layout
19524 \begin_inset ERT
19525 status collapsed
19526
19527 \begin_layout Plain Layout
19528
19529
19530 \backslash
19531
19532 \backslash
19533
19534 \backslash
19535 arrayrulecolor{green}%
19536 \end_layout
19537
19538 \end_inset
19539
19540
19541 \end_layout
19542
19543 \end_inset
19544 </cell>
19545 </row>
19546 <row>
19547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19548 \begin_inset Text
19549
19550 \begin_layout Plain Layout
19551
19552 \end_layout
19553
19554 \end_inset
19555 </cell>
19556 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19557 \begin_inset Text
19558
19559 \begin_layout Plain Layout
19560
19561 \end_layout
19562
19563 \end_inset
19564 </cell>
19565 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19566 \begin_inset Text
19567
19568 \begin_layout Plain Layout
19569
19570 \end_layout
19571
19572 \end_inset
19573 </cell>
19574 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19602 \begin_inset Text
19603
19604 \begin_layout Plain Layout
19605
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 </row>
19611 <row>
19612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19613 \begin_inset Text
19614
19615 \begin_layout Plain Layout
19616 \begin_inset ERT
19617 status collapsed
19618
19619 \begin_layout Plain Layout
19620
19621
19622 \backslash
19623 arrayrulecolor{black}
19624 \end_layout
19625
19626 \end_inset
19627
19628 B
19629 \end_layout
19630
19631 \end_inset
19632 </cell>
19633 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19634 \begin_inset Text
19635
19636 \begin_layout Plain Layout
19637
19638 \end_layout
19639
19640 \end_inset
19641 </cell>
19642 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19643 \begin_inset Text
19644
19645 \begin_layout Plain Layout
19646
19647 \end_layout
19648
19649 \end_inset
19650 </cell>
19651 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19652 \begin_inset Text
19653
19654 \begin_layout Plain Layout
19655
19656 \end_layout
19657
19658 \end_inset
19659 </cell>
19660 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19661 \begin_inset Text
19662
19663 \begin_layout Plain Layout
19664
19665 \end_layout
19666
19667 \end_inset
19668 </cell>
19669 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19670 \begin_inset Text
19671
19672 \begin_layout Plain Layout
19673
19674 \end_layout
19675
19676 \end_inset
19677 </cell>
19678 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19679 \begin_inset Text
19680
19681 \begin_layout Plain Layout
19682 \begin_inset ERT
19683 status collapsed
19684
19685 \begin_layout Plain Layout
19686
19687
19688 \backslash
19689
19690 \backslash
19691
19692 \backslash
19693 arrayrulecolor{blue}%
19694 \end_layout
19695
19696 \end_inset
19697
19698
19699 \end_layout
19700
19701 \end_inset
19702 </cell>
19703 </row>
19704 </lyxtabular>
19705
19706 \end_inset
19707
19708
19709 \end_layout
19710
19711 \end_inset
19712
19713
19714 \end_layout
19715
19716 \begin_layout Standard
19717 Um die Farbe von vertikalen Linien innerhalb einer Zeile zu ändern, wie
19718  in Tabelle
19719 \begin_inset space ~
19720 \end_inset
19721
19722
19723 \begin_inset CommandInset ref
19724 LatexCommand ref
19725 reference "tab:Tabelle-mit-verschiedenen-ver"
19726
19727 \end_inset
19728
19729 , benötigt man Mehrfachzeilen.
19730  Zuerst müssen alle vertikalen Linien entfernt werden, die nicht entlang
19731  der kompletten Spalte laufen.
19732  Nun werden alle Linien mit dem Befehl
19733 \end_layout
19734
19735 \begin_layout Standard
19736
19737 \series bold
19738
19739 \backslash
19740
19741 \backslash
19742
19743 \backslash
19744 arrayrulecolor{blue}%
19745 \end_layout
19746
19747 \begin_layout Standard
19748 wie oben gefärbt.
19749  Zuletzt fügt man diesen Befehl als \SpecialChar TeX
19750 -Code in jede Zelle ein, für die man
19751  eine vertikale Linie in einer anderen Farbe benötigt:
19752 \end_layout
19753
19754 \begin_layout Standard
19755
19756 \series bold
19757
19758 \backslash
19759 multicolumn{1}{!{
19760 \backslash
19761 color{green}
19762 \backslash
19763 vline}c!{
19764 \backslash
19765 color{red}
19766 \backslash
19767 vline}}{
19768 \end_layout
19769
19770 \begin_layout Standard
19771 Dies fügt eine vertikale Linie an beiden Seiten der Zelle ein.
19772  Die linke ist grün, die rechte rot.
19773  Wenn keine Farbänderung notwendig ist, kann man den Befehl 
19774 \series bold
19775
19776 \backslash
19777 color
19778 \series default
19779  in obigem Befehl weglassen.
19780  Um z.
19781 \begin_inset space \thinspace{}
19782 \end_inset
19783
19784 B.
19785  eine schwarze linke Linie und eine blaue rechte zu erhalten, kann man schreiben
19786 :
19787 \end_layout
19788
19789 \begin_layout Standard
19790
19791 \series bold
19792
19793 \backslash
19794 multicolumn{1}{!{
19795 \backslash
19796 color{black}
19797 \backslash
19798 vline}c|}{
19799 \end_layout
19800
19801 \begin_layout Standard
19802 Denn die Farbe blau ist bereits für alle Linien gesetzt.
19803  Das | erstellt dabei die vertikale Linie, während das ansonsten 
19804 \series bold
19805
19806 \backslash
19807 vline
19808 \series default
19809  tut, wenn 
19810 \series bold
19811
19812 \backslash
19813 color
19814 \series default
19815  verwendet wird.
19816  Um vertikale Linien einzufügen, ohne die Farbe zu ändern, verwendet man
19817 \end_layout
19818
19819 \begin_layout Standard
19820
19821 \series bold
19822
19823 \backslash
19824 multicolumn{1}{|c|}{
19825 \end_layout
19826
19827 \begin_layout Standard
19828 Nach diesem Befehl fügt man den Zelleninhalt normal ein und beendet die
19829  Zelle mit einer schließenden Klammer 
19830 \series bold
19831 }
19832 \series default
19833  in \SpecialChar TeX
19834 -Code.
19835 \end_layout
19836
19837 \begin_layout Standard
19838 \begin_inset Float table
19839 wide false
19840 sideways false
19841 status open
19842
19843 \begin_layout Plain Layout
19844 \begin_inset Caption Standard
19845
19846 \begin_layout Plain Layout
19847 \begin_inset CommandInset label
19848 LatexCommand label
19849 name "tab:Tabelle-mit-verschiedenen-ver"
19850
19851 \end_inset
19852
19853 Tabelle mit verschiedenen vertikalen Linienfarben in einer Zeile.
19854 \end_layout
19855
19856 \end_inset
19857
19858
19859 \end_layout
19860
19861 \begin_layout Plain Layout
19862 \align center
19863 \begin_inset Tabular
19864 <lyxtabular version="3" rows="5" columns="7">
19865 <features tabularvalignment="middle">
19866 <column alignment="center" valignment="top">
19867 <column alignment="center" valignment="top">
19868 <column alignment="center" valignment="top">
19869 <column alignment="center" valignment="top">
19870 <column alignment="center" valignment="top">
19871 <column alignment="center" valignment="top">
19872 <column alignment="center" valignment="top">
19873 <row>
19874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19875 \begin_inset Text
19876
19877 \begin_layout Plain Layout
19878
19879 \end_layout
19880
19881 \end_inset
19882 </cell>
19883 <cell alignment="center" valignment="top" topline="true" usebox="none">
19884 \begin_inset Text
19885
19886 \begin_layout Plain Layout
19887
19888 \end_layout
19889
19890 \end_inset
19891 </cell>
19892 <cell alignment="center" valignment="top" topline="true" usebox="none">
19893 \begin_inset Text
19894
19895 \begin_layout Plain Layout
19896
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 <cell alignment="center" valignment="top" topline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Plain Layout
19905
19906 \end_layout
19907
19908 \end_inset
19909 </cell>
19910 <cell alignment="center" valignment="top" topline="true" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 <cell alignment="center" valignment="top" topline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923
19924 \end_layout
19925
19926 \end_inset
19927 </cell>
19928 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19929 \begin_inset Text
19930
19931 \begin_layout Plain Layout
19932 \begin_inset ERT
19933 status open
19934
19935 \begin_layout Plain Layout
19936
19937
19938 \backslash
19939
19940 \backslash
19941
19942 \backslash
19943 arrayrulecolor{red}%
19944 \end_layout
19945
19946 \end_inset
19947
19948
19949 \end_layout
19950
19951 \end_inset
19952 </cell>
19953 </row>
19954 <row>
19955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19956 \begin_inset Text
19957
19958 \begin_layout Plain Layout
19959 \begin_inset ERT
19960 status open
19961
19962 \begin_layout Plain Layout
19963
19964
19965 \backslash
19966 multicolumn{1}{!{
19967 \backslash
19968 color{black}
19969 \backslash
19970 vline}c|}{
19971 \end_layout
19972
19973 \end_inset
19974
19975 Y
19976 \begin_inset ERT
19977 status collapsed
19978
19979 \begin_layout Plain Layout
19980
19981 }
19982 \end_layout
19983
19984 \end_inset
19985
19986
19987 \end_layout
19988
19989 \end_inset
19990 </cell>
19991 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19992 \begin_inset Text
19993
19994 \begin_layout Plain Layout
19995
19996 \end_layout
19997
19998 \end_inset
19999 </cell>
20000 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20001 \begin_inset Text
20002
20003 \begin_layout Plain Layout
20004
20005 \end_layout
20006
20007 \end_inset
20008 </cell>
20009 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20010 \begin_inset Text
20011
20012 \begin_layout Plain Layout
20013
20014 \end_layout
20015
20016 \end_inset
20017 </cell>
20018 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20019 \begin_inset Text
20020
20021 \begin_layout Plain Layout
20022
20023 \end_layout
20024
20025 \end_inset
20026 </cell>
20027 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20028 \begin_inset Text
20029
20030 \begin_layout Plain Layout
20031 \begin_inset ERT
20032 status open
20033
20034 \begin_layout Plain Layout
20035
20036
20037 \backslash
20038 multicolumn{1}{c|}{
20039 \end_layout
20040
20041 \end_inset
20042
20043
20044 \begin_inset ERT
20045 status collapsed
20046
20047 \begin_layout Plain Layout
20048
20049 }
20050 \end_layout
20051
20052 \end_inset
20053
20054
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063 \begin_inset ERT
20064 status open
20065
20066 \begin_layout Plain Layout
20067
20068
20069 \backslash
20070 multicolumn{1}{c!{
20071 \backslash
20072 color{black}
20073 \backslash
20074 vline}}{
20075 \end_layout
20076
20077 \end_inset
20078
20079 Y
20080 \begin_inset ERT
20081 status collapsed
20082
20083 \begin_layout Plain Layout
20084
20085 }
20086 \end_layout
20087
20088 \end_inset
20089
20090
20091 \end_layout
20092
20093 \end_inset
20094 </cell>
20095 </row>
20096 <row>
20097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20098 \begin_inset Text
20099
20100 \begin_layout Plain Layout
20101 \begin_inset ERT
20102 status collapsed
20103
20104 \begin_layout Plain Layout
20105
20106
20107 \backslash
20108 arrayrulecolor{black}
20109 \end_layout
20110
20111 \end_inset
20112
20113
20114 \end_layout
20115
20116 \end_inset
20117 </cell>
20118 <cell alignment="center" valignment="top" usebox="none">
20119 \begin_inset Text
20120
20121 \begin_layout Plain Layout
20122
20123 \end_layout
20124
20125 \end_inset
20126 </cell>
20127 <cell alignment="center" valignment="top" usebox="none">
20128 \begin_inset Text
20129
20130 \begin_layout Plain Layout
20131
20132 \end_layout
20133
20134 \end_inset
20135 </cell>
20136 <cell alignment="center" valignment="top" usebox="none">
20137 \begin_inset Text
20138
20139 \begin_layout Plain Layout
20140
20141 \end_layout
20142
20143 \end_inset
20144 </cell>
20145 <cell alignment="center" valignment="top" usebox="none">
20146 \begin_inset Text
20147
20148 \begin_layout Plain Layout
20149
20150 \end_layout
20151
20152 \end_inset
20153 </cell>
20154 <cell alignment="center" valignment="top" usebox="none">
20155 \begin_inset Text
20156
20157 \begin_layout Plain Layout
20158
20159 \end_layout
20160
20161 \end_inset
20162 </cell>
20163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20164 \begin_inset Text
20165
20166 \begin_layout Plain Layout
20167 \begin_inset ERT
20168 status collapsed
20169
20170 \begin_layout Plain Layout
20171
20172
20173 \backslash
20174
20175 \backslash
20176
20177 \backslash
20178 arrayrulecolor{magenta}%
20179 \end_layout
20180
20181 \end_inset
20182
20183
20184 \end_layout
20185
20186 \end_inset
20187 </cell>
20188 </row>
20189 <row>
20190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20191 \begin_inset Text
20192
20193 \begin_layout Plain Layout
20194 \begin_inset ERT
20195 status collapsed
20196
20197 \begin_layout Plain Layout
20198
20199
20200 \backslash
20201 multicolumn{1}{|c!{
20202 \backslash
20203 color{red}
20204 \backslash
20205 vline}}{
20206 \end_layout
20207
20208 \end_inset
20209
20210
20211 \begin_inset ERT
20212 status collapsed
20213
20214 \begin_layout Plain Layout
20215
20216 }
20217 \end_layout
20218
20219 \end_inset
20220
20221
20222 \end_layout
20223
20224 \end_inset
20225 </cell>
20226 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20227 \begin_inset Text
20228
20229 \begin_layout Plain Layout
20230 \begin_inset ERT
20231 status collapsed
20232
20233 \begin_layout Plain Layout
20234
20235
20236 \backslash
20237 multicolumn{1}{c!{
20238 \backslash
20239 color{green}
20240 \backslash
20241 vline}}{
20242 \end_layout
20243
20244 \end_inset
20245
20246
20247 \begin_inset ERT
20248 status collapsed
20249
20250 \begin_layout Plain Layout
20251
20252 }
20253 \end_layout
20254
20255 \end_inset
20256
20257
20258 \end_layout
20259
20260 \end_inset
20261 </cell>
20262 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20263 \begin_inset Text
20264
20265 \begin_layout Plain Layout
20266 \begin_inset ERT
20267 status collapsed
20268
20269 \begin_layout Plain Layout
20270
20271
20272 \backslash
20273 multicolumn{1}{c!{
20274 \backslash
20275 color{yellow}
20276 \backslash
20277 vline}}{
20278 \end_layout
20279
20280 \end_inset
20281
20282
20283 \begin_inset ERT
20284 status collapsed
20285
20286 \begin_layout Plain Layout
20287
20288 }
20289 \end_layout
20290
20291 \end_inset
20292
20293
20294 \end_layout
20295
20296 \end_inset
20297 </cell>
20298 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20299 \begin_inset Text
20300
20301 \begin_layout Plain Layout
20302 \begin_inset ERT
20303 status collapsed
20304
20305 \begin_layout Plain Layout
20306
20307
20308 \backslash
20309 multicolumn{1}{c!{
20310 \backslash
20311 color{blue}
20312 \backslash
20313 vline}}{
20314 \end_layout
20315
20316 \end_inset
20317
20318
20319 \begin_inset ERT
20320 status collapsed
20321
20322 \begin_layout Plain Layout
20323
20324 }
20325 \end_layout
20326
20327 \end_inset
20328
20329
20330 \end_layout
20331
20332 \end_inset
20333 </cell>
20334 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20335 \begin_inset Text
20336
20337 \begin_layout Plain Layout
20338 \begin_inset ERT
20339 status collapsed
20340
20341 \begin_layout Plain Layout
20342
20343
20344 \backslash
20345 multicolumn{1}{c!{
20346 \backslash
20347 color{cyan}
20348 \backslash
20349 vline}}{
20350 \end_layout
20351
20352 \end_inset
20353
20354
20355 \begin_inset ERT
20356 status collapsed
20357
20358 \begin_layout Plain Layout
20359
20360 }
20361 \end_layout
20362
20363 \end_inset
20364
20365
20366 \end_layout
20367
20368 \end_inset
20369 </cell>
20370 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20371 \begin_inset Text
20372
20373 \begin_layout Plain Layout
20374 \begin_inset ERT
20375 status collapsed
20376
20377 \begin_layout Plain Layout
20378
20379
20380 \backslash
20381 multicolumn{1}{c!{
20382 \backslash
20383 color{black}
20384 \backslash
20385 vline}}{
20386 \end_layout
20387
20388 \end_inset
20389
20390
20391 \begin_inset ERT
20392 status collapsed
20393
20394 \begin_layout Plain Layout
20395
20396 }
20397 \end_layout
20398
20399 \end_inset
20400
20401
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20407 \begin_inset Text
20408
20409 \begin_layout Plain Layout
20410 \begin_inset ERT
20411 status collapsed
20412
20413 \begin_layout Plain Layout
20414
20415
20416 \backslash
20417 multicolumn{1}{c|}{
20418 \end_layout
20419
20420 \end_inset
20421
20422
20423 \begin_inset ERT
20424 status collapsed
20425
20426 \begin_layout Plain Layout
20427
20428 }
20429 \end_layout
20430
20431 \end_inset
20432
20433
20434 \end_layout
20435
20436 \end_inset
20437 </cell>
20438 </row>
20439 <row>
20440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20441 \begin_inset Text
20442
20443 \begin_layout Plain Layout
20444 \begin_inset ERT
20445 status collapsed
20446
20447 \begin_layout Plain Layout
20448
20449
20450 \backslash
20451 arrayrulecolor{black}
20452 \end_layout
20453
20454 \end_inset
20455
20456 B
20457 \end_layout
20458
20459 \end_inset
20460 </cell>
20461 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20462 \begin_inset Text
20463
20464 \begin_layout Plain Layout
20465
20466 \end_layout
20467
20468 \end_inset
20469 </cell>
20470 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20471 \begin_inset Text
20472
20473 \begin_layout Plain Layout
20474
20475 \end_layout
20476
20477 \end_inset
20478 </cell>
20479 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20480 \begin_inset Text
20481
20482 \begin_layout Plain Layout
20483
20484 \end_layout
20485
20486 \end_inset
20487 </cell>
20488 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20489 \begin_inset Text
20490
20491 \begin_layout Plain Layout
20492
20493 \end_layout
20494
20495 \end_inset
20496 </cell>
20497 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20498 \begin_inset Text
20499
20500 \begin_layout Plain Layout
20501
20502 \end_layout
20503
20504 \end_inset
20505 </cell>
20506 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Plain Layout
20510
20511 \end_layout
20512
20513 \end_inset
20514 </cell>
20515 </row>
20516 </lyxtabular>
20517
20518 \end_inset
20519
20520
20521 \end_layout
20522
20523 \end_inset
20524
20525
20526 \end_layout
20527
20528 \begin_layout Standard
20529 \begin_inset ERT
20530 status collapsed
20531
20532 \begin_layout Plain Layout
20533
20534
20535 \backslash
20536 setlength{
20537 \backslash
20538 arrayrulewidth}{0.4pt}
20539 \end_layout
20540
20541 \end_inset
20542
20543
20544 \end_layout
20545
20546 \begin_layout Section
20547 Rotierte Tabellenzellen
20548 \begin_inset CommandInset label
20549 LatexCommand label
20550 name "abs:Rotierte-Tabellenzellen"
20551
20552 \end_inset
20553
20554
20555 \begin_inset Index idx
20556 status collapsed
20557
20558 \begin_layout Plain Layout
20559 Tabellen ! rotierte Zellen
20560 \end_layout
20561
20562 \end_inset
20563
20564
20565 \begin_inset Index idx
20566 status collapsed
20567
20568 \begin_layout Plain Layout
20569 Rotiertes Material
20570 \end_layout
20571
20572 \end_inset
20573
20574
20575 \end_layout
20576
20577 \begin_layout Standard
20578 \begin_inset Note Greyedout
20579 status open
20580
20581 \begin_layout Plain Layout
20582
20583 \series bold
20584 Achtung:
20585 \series default
20586  Nicht alle DVI-Betrachter können Rotationen anzeigen.
20587 \end_layout
20588
20589 \end_inset
20590
20591
20592 \end_layout
20593
20594 \begin_layout Standard
20595 Tabelle
20596 \begin_inset space ~
20597 \end_inset
20598
20599
20600 \begin_inset CommandInset ref
20601 LatexCommand ref
20602 reference "tab:Tabelle-mit-rotierten"
20603
20604 \end_inset
20605
20606  ist ein Beispiel bei dem 3
20607 \begin_inset space ~
20608 \end_inset
20609
20610 Zellen um 45
20611 \begin_inset space \thinspace{}
20612 \end_inset
20613
20614 ° rotiert wurden.
20615 \end_layout
20616
20617 \begin_layout Standard
20618 \begin_inset Float table
20619 placement h
20620 wide false
20621 sideways false
20622 status open
20623
20624 \begin_layout Plain Layout
20625 \begin_inset Caption Standard
20626
20627 \begin_layout Plain Layout
20628 \begin_inset CommandInset label
20629 LatexCommand label
20630 name "tab:Tabelle-mit-rotierten"
20631
20632 \end_inset
20633
20634 Tabelle mit rotierten Zellen in der ersten Zeile.
20635 \end_layout
20636
20637 \end_inset
20638
20639
20640 \end_layout
20641
20642 \begin_layout Plain Layout
20643 \noindent
20644 \align center
20645 \begin_inset Tabular
20646 <lyxtabular version="3" rows="2" columns="3">
20647 <features tabularvalignment="middle">
20648 <column alignment="center" valignment="top" width="0pt">
20649 <column alignment="center" valignment="top" width="0pt">
20650 <column alignment="center" valignment="top" width="0pt">
20651 <row>
20652 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20653 \begin_inset Text
20654
20655 \begin_layout Plain Layout
20656 Tassen
20657 \end_layout
20658
20659 \end_inset
20660 </cell>
20661 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20662 \begin_inset Text
20663
20664 \begin_layout Plain Layout
20665 Teller
20666 \end_layout
20667
20668 \end_inset
20669 </cell>
20670 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20671 \begin_inset Text
20672
20673 \begin_layout Plain Layout
20674 Untertassen
20675 \end_layout
20676
20677 \end_inset
20678 </cell>
20679 </row>
20680 <row>
20681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20682 \begin_inset Text
20683
20684 \begin_layout Plain Layout
20685 45
20686 \end_layout
20687
20688 \end_inset
20689 </cell>
20690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20691 \begin_inset Text
20692
20693 \begin_layout Plain Layout
20694 33
20695 \end_layout
20696
20697 \end_inset
20698 </cell>
20699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20700 \begin_inset Text
20701
20702 \begin_layout Plain Layout
20703 21
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 \end_layout
20720
20721 \begin_layout Standard
20722 \begin_inset Note Greyedout
20723 status open
20724
20725 \begin_layout Plain Layout
20726
20727 \series bold
20728 Achtung:
20729 \series default
20730  Zeilenumbrüche (Tastenkürzel 
20731 \family sans
20732 Strg+Enter
20733 \family default
20734 ) sind in rotierten Zellen nicht erlaubt.
20735 \end_layout
20736
20737 \end_inset
20738
20739
20740 \end_layout
20741
20742 \begin_layout Standard
20743 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
20744  den Zelleninhalt in eine Minipage oder Parbox tun.
20745 \begin_inset Foot
20746 status collapsed
20747
20748 \begin_layout Plain Layout
20749 Für mehr über diese Boxen siehe Abschnitt
20750 \begin_inset space ~
20751 \end_inset
20752
20753
20754 \begin_inset CommandInset ref
20755 LatexCommand ref
20756 reference "abs:Minipage"
20757
20758 \end_inset
20759
20760  und 
20761 \begin_inset CommandInset ref
20762 LatexCommand ref
20763 reference "abs:Parbox"
20764
20765 \end_inset
20766
20767 .
20768 \end_layout
20769
20770 \end_inset
20771
20772  Wenn Sie diese Zelle um 90
20773 \begin_inset space \thinspace{}
20774 \end_inset
20775
20776 ° rotieren, ist die Breite der Box die Höhe der Zelle.
20777  Tabelle
20778 \begin_inset space ~
20779 \end_inset
20780
20781
20782 \begin_inset CommandInset ref
20783 LatexCommand ref
20784 reference "tab:Tabelle-mit-rotierter-Umbruch"
20785
20786 \end_inset
20787
20788  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch, wobei die Boxbreite
20789  auch 3
20790 \begin_inset space \thinspace{}
20791 \end_inset
20792
20793 cm gesetzt wurde.
20794 \end_layout
20795
20796 \begin_layout Standard
20797 \begin_inset Float table
20798 wide false
20799 sideways false
20800 status open
20801
20802 \begin_layout Plain Layout
20803 \begin_inset Caption Standard
20804
20805 \begin_layout Plain Layout
20806 \begin_inset CommandInset label
20807 LatexCommand label
20808 name "tab:Tabelle-mit-rotierter-Umbruch"
20809
20810 \end_inset
20811
20812 Tabelle mit rotierter Zelle mit Zeilenumbruch.
20813 \end_layout
20814
20815 \end_inset
20816
20817
20818 \end_layout
20819
20820 \begin_layout Plain Layout
20821 \noindent
20822 \align center
20823 \begin_inset Tabular
20824 <lyxtabular version="3" rows="2" columns="3">
20825 <features tabularvalignment="middle">
20826 <column alignment="center" valignment="top">
20827 <column alignment="center" valignment="top" width="0pt">
20828 <column alignment="center" valignment="top">
20829 <row>
20830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20831 \begin_inset Text
20832
20833 \begin_layout Plain Layout
20834 a
20835 \end_layout
20836
20837 \end_inset
20838 </cell>
20839 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20840 \begin_inset Text
20841
20842 \begin_layout Plain Layout
20843 \begin_inset Box Frameless
20844 position "t"
20845 hor_pos "c"
20846 has_inner_box 1
20847 inner_pos "t"
20848 use_parbox 0
20849 use_makebox 0
20850 width "3cm"
20851 special "none"
20852 height "1in"
20853 height_special "totalheight"
20854 thickness "0.4pt"
20855 separation "3pt"
20856 shadowsize "4pt"
20857 framecolor "black"
20858 backgroundcolor "none"
20859 status open
20860
20861 \begin_layout Plain Layout
20862 rotierte Zelle
20863 \begin_inset Newline newline
20864 \end_inset
20865
20866 mit Zeilenumbruch
20867 \end_layout
20868
20869 \end_inset
20870
20871
20872 \end_layout
20873
20874 \end_inset
20875 </cell>
20876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20877 \begin_inset Text
20878
20879 \begin_layout Plain Layout
20880 e
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 </row>
20886 <row>
20887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20888 \begin_inset Text
20889
20890 \begin_layout Plain Layout
20891 b
20892 \end_layout
20893
20894 \end_inset
20895 </cell>
20896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20897 \begin_inset Text
20898
20899 \begin_layout Plain Layout
20900 c
20901 \end_layout
20902
20903 \end_inset
20904 </cell>
20905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20906 \begin_inset Text
20907
20908 \begin_layout Plain Layout
20909 d
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 </row>
20915 </lyxtabular>
20916
20917 \end_inset
20918
20919
20920 \end_layout
20921
20922 \end_inset
20923
20924
20925 \end_layout
20926
20927 \begin_layout Section
20928 Berechnung der Tabellenbreite
20929 \begin_inset CommandInset label
20930 LatexCommand label
20931 name "abs:Berechnung-der-Tabellenbreite"
20932
20933 \end_inset
20934
20935
20936 \end_layout
20937
20938 \begin_layout Standard
20939 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
20940  Tabelle nicht über den Seitenrand hinausragt.
20941  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
20942  aber wie viel Platz wird für jede Spalte benötigt?
20943 \end_layout
20944
20945 \begin_layout Standard
20946 Die Tabellenbreite 
20947 \begin_inset Formula $W_{\mathrm{Tabelle}}$
20948 \end_inset
20949
20950  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
20951  
20952 \begin_inset Formula $W_{\mathrm{Spalte}}$
20953 \end_inset
20954
20955  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
20956  Spalteninhalt und dem Rand der Spalte (\SpecialChar LaTeX
20957 -Länge
20958 \series bold
20959  
20960 \backslash
20961 tabcolsep
20962 \series default
20963 , Voreinstellung 6
20964 \begin_inset space \thinspace{}
20965 \end_inset
20966
20967 pt) plus die Breite einer Tabellenlinie (\SpecialChar LaTeX
20968 -Länge 
20969 \series bold
20970
20971 \backslash
20972 arrayrulewidth
20973 \series default
20974 , Voreinstellung 0.4
20975 \begin_inset space \thinspace{}
20976 \end_inset
20977
20978 pt): Wenn alle 
20979 \begin_inset Formula $n$
20980 \end_inset
20981
20982
20983 \begin_inset space ~
20984 \end_inset
20985
20986 Spalten dieselbe Breite haben, ist die Tabellenbreite also
20987 \begin_inset Formula 
20988 \begin{equation}
20989 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20990 \end{equation}
20991
20992 \end_inset
20993
20994
20995 \end_layout
20996
20997 \begin_layout Standard
20998 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
20999  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (\SpecialChar LaTeX
21000 -Länge
21001  
21002 \series bold
21003
21004 \backslash
21005 columnwidth
21006 \series default
21007 ).
21008  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
21009 \begin_inset Formula $W_{\mathrm{Tabelle}}$
21010 \end_inset
21011
21012  gleich 1
21013 \begin_inset space \thinspace{}
21014 \end_inset
21015
21016
21017 \backslash
21018 columnwidth sein soll, kann 
21019 \begin_inset Formula $W_{\mathrm{Spalte}}$
21020 \end_inset
21021
21022  leicht berechnet werden.
21023 \end_layout
21024
21025 \begin_layout Standard
21026 Um Berechnungen ausführen zu können, muss das \SpecialChar LaTeX
21027 -Paket 
21028 \series bold
21029 calc
21030 \series default
21031
21032 \begin_inset Index idx
21033 status collapsed
21034
21035 \begin_layout Plain Layout
21036 \SpecialChar LaTeX
21037 -Pakete ! calc
21038 \end_layout
21039
21040 \end_inset
21041
21042  im \SpecialChar LaTeX
21043 -Vorspann geladen werden.
21044  Um die Breite im Tabellendialog anzugeben, muss das Feld 
21045 \family sans
21046 \SpecialChar LaTeX
21047 -Argument
21048 \family default
21049  verwendet werden.
21050  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
21051 \begin_inset space ~
21052 \end_inset
21053
21054
21055 \begin_inset CommandInset ref
21056 LatexCommand ref
21057 reference "uab:Mehrfachspalten-Berechnungen"
21058
21059 \end_inset
21060
21061  erklärt ist.
21062  Für eine Tabelle mit 5
21063 \begin_inset space \thinspace{}
21064 \end_inset
21065
21066 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
21067  für jede Spalte den Befehl
21068 \end_layout
21069
21070 \begin_layout Standard
21071
21072 \series bold
21073 >{
21074 \backslash
21075 centering}p{(1
21076 \backslash
21077 columnwidth-62.4pt)/5}
21078 \end_layout
21079
21080 \begin_layout Standard
21081 an.
21082  Für eine Tabelle mit 5
21083 \begin_inset space \thinspace{}
21084 \end_inset
21085
21086 Spalten bei der 2 das 0,75
21087 \begin_inset space \thinspace{}
21088 \end_inset
21089
21090 fache der Breite der anderen 3
21091 \begin_inset space ~
21092 \end_inset
21093
21094 Spalten haben sollen, ist die Berechnung
21095 \begin_inset Formula 
21096 \begin{align}
21097 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{Spalte}}+2\cdot0,75\,W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
21098  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
21099  & =4,5\,W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
21100 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
21101 \end{align}
21102
21103 \end_inset
21104
21105
21106 \end_layout
21107
21108 \begin_layout Standard
21109 In der Tabelle wird daher der Befehl
21110 \end_layout
21111
21112 \begin_layout Standard
21113
21114 \series bold
21115 >{
21116 \backslash
21117 centering}p{(1
21118 \backslash
21119 columnwidth-62.4pt)/
21120 \backslash
21121 real{4.5}}
21122 \end_layout
21123
21124 \begin_layout Standard
21125 für die breiteren Spalten verwendet und
21126 \end_layout
21127
21128 \begin_layout Standard
21129
21130 \series bold
21131 >{
21132 \backslash
21133 centering}p{(1
21134 \backslash
21135 columnwidth-62.4pt)/
21136 \backslash
21137 real{4.5}*
21138 \backslash
21139 real{0.75}}
21140 \end_layout
21141
21142 \begin_layout Standard
21143 für die schmaleren:
21144 \end_layout
21145
21146 \begin_layout Standard
21147 \begin_inset Tabular
21148 <lyxtabular version="3" rows="2" columns="5">
21149 <features tabularvalignment="middle">
21150 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21151 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21152 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21153 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21154 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21155 <row>
21156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21157 \begin_inset Text
21158
21159 \begin_layout Plain Layout
21160 1
21161 \end_layout
21162
21163 \end_inset
21164 </cell>
21165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21166 \begin_inset Text
21167
21168 \begin_layout Plain Layout
21169 2
21170 \end_layout
21171
21172 \end_inset
21173 </cell>
21174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21175 \begin_inset Text
21176
21177 \begin_layout Plain Layout
21178 3
21179 \end_layout
21180
21181 \end_inset
21182 </cell>
21183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21184 \begin_inset Text
21185
21186 \begin_layout Plain Layout
21187 4
21188 \end_layout
21189
21190 \end_inset
21191 </cell>
21192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21193 \begin_inset Text
21194
21195 \begin_layout Plain Layout
21196 5
21197 \end_layout
21198
21199 \end_inset
21200 </cell>
21201 </row>
21202 <row>
21203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21204 \begin_inset Text
21205
21206 \begin_layout Plain Layout
21207 111111 1111111 111111 111111111 11111 11111 1111
21208 \end_layout
21209
21210 \end_inset
21211 </cell>
21212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21213 \begin_inset Text
21214
21215 \begin_layout Plain Layout
21216
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21222 \begin_inset Text
21223
21224 \begin_layout Plain Layout
21225 2222 22222 222222 222222222 2222222 22 22222
21226 \end_layout
21227
21228 \end_inset
21229 </cell>
21230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21231 \begin_inset Text
21232
21233 \begin_layout Plain Layout
21234
21235 \end_layout
21236
21237 \end_inset
21238 </cell>
21239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21240 \begin_inset Text
21241
21242 \begin_layout Plain Layout
21243 333333 333333 333333 33333 3333333 333
21244 \end_layout
21245
21246 \end_inset
21247 </cell>
21248 </row>
21249 </lyxtabular>
21250
21251 \end_inset
21252
21253
21254 \end_layout
21255
21256 \begin_layout Section
21257 Tabellen-Anpassung
21258 \begin_inset Index idx
21259 status collapsed
21260
21261 \begin_layout Plain Layout
21262 Tabellen ! Anpassung
21263 \end_layout
21264
21265 \end_inset
21266
21267
21268 \end_layout
21269
21270 \begin_layout Subsection
21271 Zeilenabstand
21272 \begin_inset CommandInset label
21273 LatexCommand label
21274 name "uab:Zeilenabstand"
21275
21276 \end_inset
21277
21278
21279 \begin_inset Index idx
21280 status collapsed
21281
21282 \begin_layout Plain Layout
21283 Tabellen ! Zeilenabstand
21284 \end_layout
21285
21286 \end_inset
21287
21288
21289 \end_layout
21290
21291 \begin_layout Standard
21292 Auf der Karteikarte 
21293 \family sans
21294 Rahmen
21295 \family default
21296  des 
21297 \family sans
21298 Tabellen-Einstellungen
21299 \family default
21300 -Dialogs können Sie 
21301 \family sans
21302 zusätzliche
21303 \begin_inset space ~
21304 \end_inset
21305
21306 Abstände
21307 \family default
21308  einfügen.
21309  Dabei haben Sie drei Möglichkeiten:
21310 \end_layout
21311
21312 \begin_layout Description
21313 Oberhalb
21314 \begin_inset space ~
21315 \end_inset
21316
21317 der
21318 \begin_inset space ~
21319 \end_inset
21320
21321 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
21322  Bei einer formalen Tabelle
21323 \begin_inset Foot
21324 status collapsed
21325
21326 \begin_layout Plain Layout
21327 Formale Tabellen wurden in Abschnitt
21328 \begin_inset space ~
21329 \end_inset
21330
21331
21332 \begin_inset CommandInset ref
21333 LatexCommand ref
21334 reference "abs:Formale-Tabellen"
21335
21336 \end_inset
21337
21338  beschrieben.
21339 \end_layout
21340
21341 \end_inset
21342
21343  fügt \SpecialChar LyX
21344  standardmäßig 0.5
21345 \begin_inset space \thinspace{}
21346 \end_inset
21347
21348 em Leerraum ein.
21349  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
21350 \begin_inset VSpace medskip
21351 \end_inset
21352
21353
21354 \begin_inset Newline newline
21355 \end_inset
21356
21357
21358 \begin_inset space \hspace*{}
21359 \length 0pt
21360 \end_inset
21361
21362
21363 \begin_inset space \hfill{}
21364 \end_inset
21365
21366
21367 \begin_inset Tabular
21368 <lyxtabular version="3" rows="3" columns="1">
21369 <features tabularvalignment="middle">
21370 <column alignment="center" valignment="top">
21371 <row>
21372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21373 \begin_inset Text
21374
21375 \begin_layout Plain Layout
21376 A
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 </row>
21382 <row topspace="3mm">
21383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387 3
21388 \begin_inset space \thinspace{}
21389 \end_inset
21390
21391 mm Leerraum oberhalb der Zeile
21392 \end_layout
21393
21394 \end_inset
21395 </cell>
21396 </row>
21397 <row>
21398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21399 \begin_inset Text
21400
21401 \begin_layout Plain Layout
21402 C
21403 \end_layout
21404
21405 \end_inset
21406 </cell>
21407 </row>
21408 </lyxtabular>
21409
21410 \end_inset
21411
21412
21413 \begin_inset space \hfill{}
21414 \end_inset
21415
21416
21417 \begin_inset space \hspace*{}
21418 \length 0pt
21419 \end_inset
21420
21421
21422 \begin_inset VSpace medskip
21423 \end_inset
21424
21425
21426 \begin_inset Newline newline
21427 \end_inset
21428
21429 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
21430 n Linien verwenden.
21431 \end_layout
21432
21433 \begin_layout Description
21434 Unterhalb
21435 \begin_inset space ~
21436 \end_inset
21437
21438 der
21439 \begin_inset space ~
21440 \end_inset
21441
21442 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
21443  Bei einer formalen Tabelle fügt \SpecialChar LyX
21444  standardmäßig 0.5
21445 \begin_inset space \thinspace{}
21446 \end_inset
21447
21448 em Leerraum ein.
21449  Bei normalen Tabellen ist der Standardwert 2
21450 \begin_inset space \thinspace{}
21451 \end_inset
21452
21453 pt.
21454 \end_layout
21455
21456 \begin_layout Description
21457 Zwischen
21458 \begin_inset space ~
21459 \end_inset
21460
21461 den
21462 \begin_inset space ~
21463 \end_inset
21464
21465 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
21466  Bei einer formalen Tabelle fügt \SpecialChar LyX
21467  standardmäßig 0.5
21468 \begin_inset space \thinspace{}
21469 \end_inset
21470
21471 em Leerraum ein.
21472  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
21473 \begin_inset VSpace medskip
21474 \end_inset
21475
21476
21477 \begin_inset Newline newline
21478 \end_inset
21479
21480
21481 \begin_inset space \hspace*{}
21482 \length 0pt
21483 \end_inset
21484
21485
21486 \begin_inset space \hfill{}
21487 \end_inset
21488
21489
21490 \begin_inset Tabular
21491 <lyxtabular version="3" rows="3" columns="1">
21492 <features tabularvalignment="middle">
21493 <column alignment="center" valignment="top">
21494 <row>
21495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21496 \begin_inset Text
21497
21498 \begin_layout Plain Layout
21499 A
21500 \end_layout
21501
21502 \end_inset
21503 </cell>
21504 </row>
21505 <row interlinespace="3mm">
21506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21507 \begin_inset Text
21508
21509 \begin_layout Plain Layout
21510 \begin_inset Formula $\downarrow$
21511 \end_inset
21512
21513  3
21514 \begin_inset space \thinspace{}
21515 \end_inset
21516
21517 mm Leerraum zwischen den Zeilen 
21518 \begin_inset Formula $\downarrow$
21519 \end_inset
21520
21521
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 </row>
21527 <row>
21528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21529 \begin_inset Text
21530
21531 \begin_layout Plain Layout
21532 \begin_inset Formula $\uparrow$
21533 \end_inset
21534
21535  3
21536 \begin_inset space \thinspace{}
21537 \end_inset
21538
21539 mm Leerraum zwischen den Zeilen 
21540 \begin_inset Formula $\uparrow$
21541 \end_inset
21542
21543
21544 \end_layout
21545
21546 \end_inset
21547 </cell>
21548 </row>
21549 </lyxtabular>
21550
21551 \end_inset
21552
21553
21554 \begin_inset space \hfill{}
21555 \end_inset
21556
21557
21558 \begin_inset space \hspace*{}
21559 \length 0pt
21560 \end_inset
21561
21562
21563 \begin_inset VSpace medskip
21564 \end_inset
21565
21566
21567 \begin_inset Newline newline
21568 \end_inset
21569
21570 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
21571 n Linien verwenden.
21572 \end_layout
21573
21574 \begin_layout Standard
21575 \begin_inset VSpace bigskip
21576 \end_inset
21577
21578 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
21579  Befehlen im \SpecialChar LaTeX
21580 -Vorspann machen:
21581 \end_layout
21582
21583 \begin_layout Standard
21584
21585 \series bold
21586
21587 \backslash
21588 @ifundefined{extrarowheight}
21589 \begin_inset Newline newline
21590 \end_inset
21591
21592
21593 \begin_inset Phantom HPhantom
21594 status open
21595
21596 \begin_layout Plain Layout
21597
21598 \series bold
21599 \begin_inset space ~
21600 \end_inset
21601
21602
21603 \end_layout
21604
21605 \end_inset
21606
21607 {
21608 \backslash
21609 usepackage{array}}{}
21610 \begin_inset Newline newline
21611 \end_inset
21612
21613
21614 \backslash
21615 setlength{
21616 \backslash
21617 extrarowheight}{Höhe}
21618 \series default
21619
21620 \begin_inset Note Note
21621 status collapsed
21622
21623 \begin_layout Plain Layout
21624 Das Paket 
21625 \series bold
21626 array
21627 \series default
21628  wird automatisch von \SpecialChar LyX
21629  geladen, wenn Sie selbst definierte Tabellenformate
21630  verwenden.
21631  Der Befehl 
21632 \series bold
21633
21634 \backslash
21635 @ifundefined
21636 \series default
21637  vermeidet, dass es in diesem Fall doppelt geladen wird.
21638 \end_layout
21639
21640 \end_inset
21641
21642
21643 \end_layout
21644
21645 \begin_layout Standard
21646 wobei die 
21647 \family sans
21648 Höhe
21649 \family default
21650  eine der in Anhang
21651 \begin_inset space ~
21652 \end_inset
21653
21654
21655 \begin_inset CommandInset ref
21656 LatexCommand ref
21657 reference "kap:In-LyX-verfügbare"
21658
21659 \end_inset
21660
21661  aufgelisteten Einheiten haben kann.
21662  Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
21663  ausgerichtet sind.
21664 \end_layout
21665
21666 \begin_layout Standard
21667 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
21668  zu nah an den Buchstaben.
21669  Das kann korrigiert werden, indem man den Befehl 
21670 \series bold
21671
21672 \backslash
21673 strut
21674 \series default
21675  als \SpecialChar TeX
21676 -Code am Anfang einer Tabellenzeile einfügt.
21677  Tabelle
21678 \begin_inset space ~
21679 \end_inset
21680
21681
21682 \begin_inset CommandInset ref
21683 LatexCommand ref
21684 reference "tab:Vertikale-Ausrichtung-von"
21685
21686 \end_inset
21687
21688  zeigt den Effekt.
21689 \end_layout
21690
21691 \begin_layout Standard
21692 \noindent
21693 \begin_inset Float table
21694 placement h
21695 wide false
21696 sideways false
21697 status open
21698
21699 \begin_layout Plain Layout
21700 \begin_inset Caption Standard
21701
21702 \begin_layout Plain Layout
21703 \begin_inset CommandInset label
21704 LatexCommand label
21705 name "tab:Vertikale-Ausrichtung-von"
21706
21707 \end_inset
21708
21709 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
21710 \end_layout
21711
21712 \end_inset
21713
21714
21715 \end_layout
21716
21717 \begin_layout Plain Layout
21718 \begin_inset space \hfill{}
21719 \end_inset
21720
21721
21722 \begin_inset Float table
21723 wide false
21724 sideways false
21725 status collapsed
21726
21727 \begin_layout Plain Layout
21728 \begin_inset Caption Standard
21729
21730 \begin_layout Plain Layout
21731 Normale Tabelle.
21732 \end_layout
21733
21734 \end_inset
21735
21736
21737 \end_layout
21738
21739 \begin_layout Plain Layout
21740 \noindent
21741 \align center
21742 \begin_inset Tabular
21743 <lyxtabular version="3" rows="6" columns="1">
21744 <features tabularvalignment="middle">
21745 <column alignment="left" valignment="top">
21746 <row>
21747 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751 Normal, g
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 </row>
21757 <row>
21758 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762
21763 \size large
21764 Groß, g
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 </row>
21770 <row>
21771 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21772 \begin_inset Text
21773
21774 \begin_layout Plain Layout
21775
21776 \size larger
21777 Größer, g
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 </row>
21783 <row>
21784 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21785 \begin_inset Text
21786
21787 \begin_layout Plain Layout
21788
21789 \size largest
21790 noch Größer, g
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 </row>
21796 <row>
21797 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21798 \begin_inset Text
21799
21800 \begin_layout Plain Layout
21801
21802 \size huge
21803 Riesig
21804 \end_layout
21805
21806 \end_inset
21807 </cell>
21808 </row>
21809 <row>
21810 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21811 \begin_inset Text
21812
21813 \begin_layout Plain Layout
21814
21815 \size giant
21816 Gigantisch
21817 \end_layout
21818
21819 \end_inset
21820 </cell>
21821 </row>
21822 </lyxtabular>
21823
21824 \end_inset
21825
21826
21827 \end_layout
21828
21829 \end_inset
21830
21831
21832 \begin_inset space \hfill{}
21833 \end_inset
21834
21835
21836 \begin_inset Float table
21837 wide false
21838 sideways false
21839 status collapsed
21840
21841 \begin_layout Plain Layout
21842 \begin_inset Caption Standard
21843
21844 \begin_layout Plain Layout
21845 Tabelle bei der der Befehl 
21846 \series bold
21847
21848 \backslash
21849 strut
21850 \series default
21851  verwendet wurde.
21852 \end_layout
21853
21854 \end_inset
21855
21856
21857 \end_layout
21858
21859 \begin_layout Plain Layout
21860 \noindent
21861 \align center
21862 \begin_inset Tabular
21863 <lyxtabular version="3" rows="6" columns="1">
21864 <features tabularvalignment="middle">
21865 <column alignment="left" valignment="top">
21866 <row>
21867 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21868 \begin_inset Text
21869
21870 \begin_layout Plain Layout
21871 Normal, g
21872 \end_layout
21873
21874 \end_inset
21875 </cell>
21876 </row>
21877 <row>
21878 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21879 \begin_inset Text
21880
21881 \begin_layout Plain Layout
21882
21883 \size large
21884 \begin_inset ERT
21885 status collapsed
21886
21887 \begin_layout Plain Layout
21888
21889
21890 \backslash
21891 strut 
21892 \end_layout
21893
21894 \end_inset
21895
21896 Groß, g
21897 \end_layout
21898
21899 \end_inset
21900 </cell>
21901 </row>
21902 <row>
21903 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21904 \begin_inset Text
21905
21906 \begin_layout Plain Layout
21907
21908 \size larger
21909 \begin_inset ERT
21910 status collapsed
21911
21912 \begin_layout Plain Layout
21913
21914
21915 \backslash
21916 strut 
21917 \end_layout
21918
21919 \end_inset
21920
21921 Größer, g
21922 \end_layout
21923
21924 \end_inset
21925 </cell>
21926 </row>
21927 <row>
21928 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21929 \begin_inset Text
21930
21931 \begin_layout Plain Layout
21932
21933 \size largest
21934 \begin_inset ERT
21935 status collapsed
21936
21937 \begin_layout Plain Layout
21938
21939
21940 \backslash
21941 strut 
21942 \end_layout
21943
21944 \end_inset
21945
21946 noch Größer, g
21947 \end_layout
21948
21949 \end_inset
21950 </cell>
21951 </row>
21952 <row>
21953 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21954 \begin_inset Text
21955
21956 \begin_layout Plain Layout
21957
21958 \size huge
21959 \begin_inset ERT
21960 status collapsed
21961
21962 \begin_layout Plain Layout
21963
21964
21965 \backslash
21966 strut 
21967 \end_layout
21968
21969 \end_inset
21970
21971 Riesig
21972 \end_layout
21973
21974 \end_inset
21975 </cell>
21976 </row>
21977 <row>
21978 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21979 \begin_inset Text
21980
21981 \begin_layout Plain Layout
21982
21983 \size giant
21984 \begin_inset ERT
21985 status collapsed
21986
21987 \begin_layout Plain Layout
21988
21989
21990 \backslash
21991 strut 
21992 \end_layout
21993
21994 \end_inset
21995
21996 Gigantisch
21997 \end_layout
21998
21999 \end_inset
22000 </cell>
22001 </row>
22002 </lyxtabular>
22003
22004 \end_inset
22005
22006
22007 \end_layout
22008
22009 \end_inset
22010
22011
22012 \begin_inset space \hfill{}
22013 \end_inset
22014
22015
22016 \end_layout
22017
22018 \end_inset
22019
22020
22021 \end_layout
22022
22023 \begin_layout Subsection
22024 Besondere Zellenausrichtung
22025 \begin_inset CommandInset label
22026 LatexCommand label
22027 name "uab:Besondere-Zellenausrichtung"
22028
22029 \end_inset
22030
22031
22032 \begin_inset Index idx
22033 status collapsed
22034
22035 \begin_layout Plain Layout
22036 Tabellen ! Zellenausrichtung
22037 \end_layout
22038
22039 \end_inset
22040
22041
22042 \end_layout
22043
22044 \begin_layout Standard
22045 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
22046  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
22047 \begin_inset space ~
22048 \end_inset
22049
22050
22051 \begin_inset CommandInset ref
22052 LatexCommand ref
22053 reference "tab:Tabellenzellen-sind-auf"
22054
22055 \end_inset
22056
22057 .
22058  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
22059  dann entweder den Werkzeugleistenknopf 
22060 \begin_inset Info
22061 type  "icon"
22062 arg   "tabular-feature align-decimal"
22063 \end_inset
22064
22065  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
22066 \family sans
22067 Am
22068 \begin_inset space ~
22069 \end_inset
22070
22071 Dezimaltrenner
22072 \family default
22073  setzt.
22074  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
22075  frei wählen.
22076 \end_layout
22077
22078 \begin_layout Standard
22079 \begin_inset Float table
22080 placement h
22081 wide false
22082 sideways false
22083 status open
22084
22085 \begin_layout Plain Layout
22086 \begin_inset Caption Standard
22087
22088 \begin_layout Plain Layout
22089 \begin_inset CommandInset label
22090 LatexCommand label
22091 name "tab:Tabellenzellen-sind-auf"
22092
22093 \end_inset
22094
22095 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
22096 \end_layout
22097
22098 \end_inset
22099
22100
22101 \end_layout
22102
22103 \begin_layout Plain Layout
22104 \align center
22105 \begin_inset Tabular
22106 <lyxtabular version="3" rows="4" columns="1">
22107 <features booktabs="true" tabularvalignment="middle">
22108 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
22109 <row>
22110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22111 \begin_inset Text
22112
22113 \begin_layout Plain Layout
22114 Überschrift
22115 \end_layout
22116
22117 \end_inset
22118 </cell>
22119 </row>
22120 <row>
22121 <cell alignment="center" valignment="top" topline="true" usebox="none">
22122 \begin_inset Text
22123
22124 \begin_layout Plain Layout
22125 12,6
22126 \end_layout
22127
22128 \end_inset
22129 </cell>
22130 </row>
22131 <row>
22132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22133 \begin_inset Text
22134
22135 \begin_layout Plain Layout
22136 0,68
22137 \end_layout
22138
22139 \end_inset
22140 </cell>
22141 </row>
22142 <row>
22143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22144 \begin_inset Text
22145
22146 \begin_layout Plain Layout
22147 -123,0
22148 \end_layout
22149
22150 \end_inset
22151 </cell>
22152 </row>
22153 </lyxtabular>
22154
22155 \end_inset
22156
22157
22158 \end_layout
22159
22160 \end_inset
22161
22162
22163 \end_layout
22164
22165 \begin_layout Standard
22166 \begin_inset Float table
22167 placement h
22168 wide false
22169 sideways false
22170 status open
22171
22172 \begin_layout Plain Layout
22173 \begin_inset Caption Standard
22174
22175 \begin_layout Plain Layout
22176 \begin_inset CommandInset label
22177 LatexCommand label
22178 name "tab:Tabellenzellen-Operator"
22179
22180 \end_inset
22181
22182 Tabellenzellen sind auf den Operator ausgerichtet
22183 \end_layout
22184
22185 \end_inset
22186
22187
22188 \end_layout
22189
22190 \begin_layout Plain Layout
22191 \align center
22192 \begin_inset Tabular
22193 <lyxtabular version="3" rows="4" columns="2">
22194 <features booktabs="true" tabularvalignment="middle">
22195 <column alignment="right" valignment="top" width="0pt">
22196 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22197 <row>
22198 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22199 \begin_inset Text
22200
22201 \begin_layout Plain Layout
22202 Überschrift
22203 \end_layout
22204
22205 \end_inset
22206 </cell>
22207 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22208 \begin_inset Text
22209
22210 \begin_layout Plain Layout
22211
22212 \end_layout
22213
22214 \end_inset
22215 </cell>
22216 </row>
22217 <row>
22218 <cell alignment="center" valignment="top" usebox="none">
22219 \begin_inset Text
22220
22221 \begin_layout Plain Layout
22222 \begin_inset Formula $12\,+$
22223 \end_inset
22224
22225
22226 \end_layout
22227
22228 \end_inset
22229 </cell>
22230 <cell alignment="center" valignment="top" usebox="none">
22231 \begin_inset Text
22232
22233 \begin_layout Plain Layout
22234 \begin_inset Formula $\,6$
22235 \end_inset
22236
22237
22238 \end_layout
22239
22240 \end_inset
22241 </cell>
22242 </row>
22243 <row>
22244 <cell alignment="center" valignment="top" usebox="none">
22245 \begin_inset Text
22246
22247 \begin_layout Plain Layout
22248 \begin_inset Formula $0\,-$
22249 \end_inset
22250
22251
22252 \end_layout
22253
22254 \end_inset
22255 </cell>
22256 <cell alignment="center" valignment="top" usebox="none">
22257 \begin_inset Text
22258
22259 \begin_layout Plain Layout
22260 \begin_inset Formula $\,68$
22261 \end_inset
22262
22263
22264 \end_layout
22265
22266 \end_inset
22267 </cell>
22268 </row>
22269 <row>
22270 <cell alignment="center" valignment="top" usebox="none">
22271 \begin_inset Text
22272
22273 \begin_layout Plain Layout
22274 \begin_inset Formula $-123\,/$
22275 \end_inset
22276
22277
22278 \end_layout
22279
22280 \end_inset
22281 </cell>
22282 <cell alignment="center" valignment="top" usebox="none">
22283 \begin_inset Text
22284
22285 \begin_layout Plain Layout
22286 \begin_inset Formula $\,0$
22287 \end_inset
22288
22289
22290 \end_layout
22291
22292 \end_inset
22293 </cell>
22294 </row>
22295 </lyxtabular>
22296
22297 \end_inset
22298
22299
22300 \end_layout
22301
22302 \end_inset
22303
22304
22305 \end_layout
22306
22307 \begin_layout Standard
22308 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
22309  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
22310  Formeln erlaubt.
22311  In diesem Fall verwendet man die Methode von Tabelle
22312 \begin_inset space ~
22313 \end_inset
22314
22315
22316 \begin_inset CommandInset ref
22317 LatexCommand ref
22318 reference "tab:Tabellenzellen-Operator"
22319
22320 \end_inset
22321
22322 .
22323  Diese Tabelle wurde als 4×2 Tabelle erstellt.
22324  Die Überschrift ist eine zentrierte Mehrfachspalte.
22325  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
22326  und den Operator.
22327  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
22328  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
22329  um den üblichen Leerraum um einen Operator zu erhalten.
22330  Um den Raum zwischen den beiden Spalten zu löschen, wurde im \SpecialChar LaTeX
22331 -Argument
22332  für die zweite Spalte folgendes eingefügt:
22333 \end_layout
22334
22335 \begin_layout Standard
22336
22337 \series bold
22338 @{}l
22339 \end_layout
22340
22341 \begin_layout Standard
22342 Tabelle
22343 \begin_inset space ~
22344 \end_inset
22345
22346
22347 \begin_inset CommandInset ref
22348 LatexCommand ref
22349 reference "tab:Verschiedene-Ausrichtungen"
22350
22351 \end_inset
22352
22353  zeigt einige Ausrichtungen.
22354  Für die Ausrichtung der Relationen wurde ein kleiner 
22355 \family sans
22356 Leerraum
22357 \family default
22358  eingefügt; wie in der zweiten Spalte von Tabelle
22359 \begin_inset space ~
22360 \end_inset
22361
22362
22363 \begin_inset CommandInset ref
22364 LatexCommand ref
22365 reference "tab:Tabellenzellen-Operator"
22366
22367 \end_inset
22368
22369 .
22370 \end_layout
22371
22372 \begin_layout Standard
22373
22374 \color black
22375 \begin_inset Float table
22376 placement h
22377 wide false
22378 sideways false
22379 status open
22380
22381 \begin_layout Plain Layout
22382
22383 \color black
22384 \begin_inset Caption Standard
22385
22386 \begin_layout Plain Layout
22387
22388 \color black
22389 \begin_inset CommandInset label
22390 LatexCommand label
22391 name "tab:Verschiedene-Ausrichtungen"
22392
22393 \end_inset
22394
22395
22396 \color inherit
22397 Verschiedene Ausrichtungen
22398 \end_layout
22399
22400 \end_inset
22401
22402
22403 \end_layout
22404
22405 \begin_layout Plain Layout
22406 \align center
22407 \begin_inset Tabular
22408 <lyxtabular version="3" rows="4" columns="6">
22409 <features tabularvalignment="middle">
22410 <column alignment="right" valignment="top">
22411 <column alignment="left" valignment="top" special="@{}l">
22412 <column alignment="right" valignment="top">
22413 <column alignment="left" valignment="top" special="@{}l">
22414 <column alignment="right" valignment="top">
22415 <column alignment="left" valignment="top" special="@{}l">
22416 <row>
22417 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22418 \begin_inset Text
22419
22420 \begin_layout Plain Layout
22421 Einheiten
22422 \end_layout
22423
22424 \end_inset
22425 </cell>
22426 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22427 \begin_inset Text
22428
22429 \begin_layout Plain Layout
22430
22431 \end_layout
22432
22433 \end_inset
22434 </cell>
22435 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22436 \begin_inset Text
22437
22438 \begin_layout Plain Layout
22439 Exponenten
22440 \end_layout
22441
22442 \end_inset
22443 </cell>
22444 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22445 \begin_inset Text
22446
22447 \begin_layout Plain Layout
22448
22449 \end_layout
22450
22451 \end_inset
22452 </cell>
22453 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22454 \begin_inset Text
22455
22456 \begin_layout Plain Layout
22457 Relationen
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22463 \begin_inset Text
22464
22465 \begin_layout Plain Layout
22466
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 </row>
22472 <row>
22473 <cell alignment="center" valignment="top" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Plain Layout
22477 12×
22478 \end_layout
22479
22480 \end_inset
22481 </cell>
22482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22483 \begin_inset Text
22484
22485 \begin_layout Plain Layout
22486 24
22487 \begin_inset space \thinspace{}
22488 \end_inset
22489
22490 Flaschen
22491 \end_layout
22492
22493 \end_inset
22494 </cell>
22495 <cell alignment="center" valignment="top" usebox="none">
22496 \begin_inset Text
22497
22498 \begin_layout Plain Layout
22499 \begin_inset Formula $10\cdot$
22500 \end_inset
22501
22502
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511 \begin_inset Formula $10^{\mbox{-}17}$
22512 \end_inset
22513
22514
22515 \end_layout
22516
22517 \end_inset
22518 </cell>
22519 <cell alignment="center" valignment="top" usebox="none">
22520 \begin_inset Text
22521
22522 \begin_layout Plain Layout
22523 \begin_inset Formula $\Gamma(t)\propto$
22524 \end_inset
22525
22526
22527 \end_layout
22528
22529 \end_inset
22530 </cell>
22531 <cell alignment="center" valignment="top" usebox="none">
22532 \begin_inset Text
22533
22534 \begin_layout Plain Layout
22535 \begin_inset Formula $\:\Upsilon(t)$
22536 \end_inset
22537
22538
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 </row>
22544 <row>
22545 <cell alignment="center" valignment="top" usebox="none">
22546 \begin_inset Text
22547
22548 \begin_layout Plain Layout
22549 1024×
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558 768
22559 \begin_inset space \thinspace{}
22560 \end_inset
22561
22562 Pixel
22563 \end_layout
22564
22565 \end_inset
22566 </cell>
22567 <cell alignment="center" valignment="top" usebox="none">
22568 \begin_inset Text
22569
22570 \begin_layout Plain Layout
22571 \begin_inset Formula $5.78\cdot$
22572 \end_inset
22573
22574
22575 \end_layout
22576
22577 \end_inset
22578 </cell>
22579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22580 \begin_inset Text
22581
22582 \begin_layout Plain Layout
22583 \begin_inset Formula $10^{7}$
22584 \end_inset
22585
22586
22587 \end_layout
22588
22589 \end_inset
22590 </cell>
22591 <cell alignment="center" valignment="top" usebox="none">
22592 \begin_inset Text
22593
22594 \begin_layout Plain Layout
22595 \begin_inset Formula $A\ne$
22596 \end_inset
22597
22598
22599 \end_layout
22600
22601 \end_inset
22602 </cell>
22603 <cell alignment="center" valignment="top" usebox="none">
22604 \begin_inset Text
22605
22606 \begin_layout Plain Layout
22607 \begin_inset Formula $\:B_{\mathrm{red}}$
22608 \end_inset
22609
22610
22611 \end_layout
22612
22613 \end_inset
22614 </cell>
22615 </row>
22616 <row>
22617 <cell alignment="center" valignment="top" usebox="none">
22618 \begin_inset Text
22619
22620 \begin_layout Plain Layout
22621 32×
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22627 \begin_inset Text
22628
22629 \begin_layout Plain Layout
22630 6
22631 \begin_inset space \thinspace{}
22632 \end_inset
22633
22634 cm
22635 \end_layout
22636
22637 \end_inset
22638 </cell>
22639 <cell alignment="center" valignment="top" usebox="none">
22640 \begin_inset Text
22641
22642 \begin_layout Plain Layout
22643 -
22644 \begin_inset Formula $33.5\cdot$
22645 \end_inset
22646
22647
22648 \end_layout
22649
22650 \end_inset
22651 </cell>
22652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22653 \begin_inset Text
22654
22655 \begin_layout Plain Layout
22656 \begin_inset Formula $10^{4}$
22657 \end_inset
22658
22659
22660 \end_layout
22661
22662 \end_inset
22663 </cell>
22664 <cell alignment="center" valignment="top" usebox="none">
22665 \begin_inset Text
22666
22667 \begin_layout Plain Layout
22668 \begin_inset Formula $\sin(\alpha)\ge$
22669 \end_inset
22670
22671
22672 \end_layout
22673
22674 \end_inset
22675 </cell>
22676 <cell alignment="center" valignment="top" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680 \begin_inset Formula $\:\sin(\beta)$
22681 \end_inset
22682
22683
22684 \end_layout
22685
22686 \end_inset
22687 </cell>
22688 </row>
22689 </lyxtabular>
22690
22691 \end_inset
22692
22693
22694 \end_layout
22695
22696 \end_inset
22697
22698
22699 \end_layout
22700
22701 \begin_layout Subsection
22702 Angepasste Zellen-/Spaltenformate
22703 \begin_inset CommandInset label
22704 LatexCommand label
22705 name "uab:Angepasste-Zellen-/Spaltenformate"
22706
22707 \end_inset
22708
22709
22710 \begin_inset Index idx
22711 status collapsed
22712
22713 \begin_layout Plain Layout
22714 Tabellen ! Spaltenformat
22715 \end_layout
22716
22717 \end_inset
22718
22719
22720 \end_layout
22721
22722 \begin_layout Standard
22723 Wenn man wie in Abschnitt
22724 \begin_inset space ~
22725 \end_inset
22726
22727
22728 \begin_inset CommandInset ref
22729 LatexCommand ref
22730 reference "abs:Berechnung-der-Tabellenbreite"
22731
22732 \end_inset
22733
22734  oder Abschnitt
22735 \begin_inset space ~
22736 \end_inset
22737
22738
22739 \begin_inset CommandInset ref
22740 LatexCommand ref
22741 reference "uab:Mehrfachspalten-Berechnungen"
22742
22743 \end_inset
22744
22745  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
22746  Tabellen sehr lästig.
22747  Um sich das Leben zu erleichtern, kann man im \SpecialChar LaTeX
22748 -Vorspann ein Zellen/Spalten-Form
22749 at definieren, das dann in allen Tabellen des Dokuments verwendet werden
22750  kann.
22751  Das Format wird mit dem Befehl
22752 \end_layout
22753
22754 \begin_layout Standard
22755
22756 \series bold
22757
22758 \backslash
22759 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
22760 \end_layout
22761
22762 \begin_layout Standard
22763 definiert.
22764  Der Formatname darf nur ein Buchstabe sein, aber nicht 
22765 \emph on
22766 b
22767 \emph default
22768
22769 \emph on
22770 c
22771 \emph default
22772
22773 \emph on
22774 l
22775 \emph default
22776
22777 \emph on
22778 m
22779 \emph default
22780
22781 \emph on
22782 p
22783 \emph default
22784  oder 
22785 \emph on
22786 r
22787 \emph default
22788 , weil diese vordefiniert sind.
22789  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
22790 \end_layout
22791
22792 \begin_layout Standard
22793 \begin_inset VSpace medskip
22794 \end_inset
22795
22796
22797 \end_layout
22798
22799 \begin_layout Standard
22800 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
22801  Breite könnte das Format so aussehen:
22802 \end_layout
22803
22804 \begin_layout Standard
22805
22806 \series bold
22807
22808 \backslash
22809 newcolumntype{M}[1]{>{
22810 \backslash
22811 centering
22812 \backslash
22813 hspace{0pt}}m{#1}}
22814 \end_layout
22815
22816 \begin_layout Standard
22817 wobei 
22818 \series bold
22819
22820 \backslash
22821 hspace{0pt}
22822 \series default
22823  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
22824  Abschnitt
22825 \begin_inset space ~
22826 \end_inset
22827
22828
22829 \begin_inset CommandInset ref
22830 LatexCommand ref
22831 reference "uab:Mehrere-Zeilen-in"
22832
22833 \end_inset
22834
22835  beschrieben.
22836  Jetzt können Sie mit
22837 \end_layout
22838
22839 \begin_layout Standard
22840
22841 \series bold
22842 M{Breite}
22843 \end_layout
22844
22845 \begin_layout Standard
22846 im 
22847 \family sans
22848 \SpecialChar LaTeX
22849 -Argument
22850 \family default
22851  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
22852 \end_layout
22853
22854 \begin_layout Standard
22855 \begin_inset VSpace bigskip
22856 \end_inset
22857
22858
22859 \end_layout
22860
22861 \begin_layout Standard
22862 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
22863  Format definieren:
22864 \end_layout
22865
22866 \begin_layout Standard
22867
22868 \series bold
22869
22870 \backslash
22871 newcolumntype{S}[2]{>{
22872 \backslash
22873 centering
22874 \backslash
22875 hspace{0pt}}
22876 \begin_inset Newline newline
22877 \end_inset
22878
22879
22880 \begin_inset Phantom HPhantom
22881 status open
22882
22883 \begin_layout Plain Layout
22884
22885 \series bold
22886
22887 \backslash
22888 newcolumntype
22889 \end_layout
22890
22891 \end_inset
22892
22893 m{(#1+(2
22894 \backslash
22895 tabcolsep+
22896 \backslash
22897 arrayrulewidth)*(1-#2))/#2}}
22898 \end_layout
22899
22900 \begin_layout Standard
22901 Dieses Format benutzt Gleichung
22902 \begin_inset space ~
22903 \end_inset
22904
22905
22906 \begin_inset CommandInset ref
22907 LatexCommand ref
22908 reference "eq:Wgn"
22909
22910 \end_inset
22911
22912 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
22913  breit ist.
22914 \end_layout
22915
22916 \begin_layout Standard
22917 Jetzt können Sie im 
22918 \family sans
22919 \SpecialChar LaTeX
22920 -Argument
22921 \family default
22922  im 
22923 \family sans
22924 Tabellen-Einstellungen
22925 \family default
22926 -Dialog folgendes einfügen:
22927 \end_layout
22928
22929 \begin_layout Standard
22930
22931 \series bold
22932 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
22933 \end_layout
22934
22935 \begin_layout Standard
22936 \begin_inset VSpace bigskip
22937 \end_inset
22938
22939
22940 \end_layout
22941
22942 \begin_layout Standard
22943 Für farbige Spalten können Sie folgendes einfügen:
22944 \end_layout
22945
22946 \begin_layout Standard
22947
22948 \series bold
22949
22950 \backslash
22951 newcolumntype{K}[1]{>{
22952 \backslash
22953 columncolor{#1}
22954 \backslash
22955 hspace{0pt}}c}
22956 \end_layout
22957
22958 \begin_layout Standard
22959 Das 
22960 \begin_inset Quotes gld
22961 \end_inset
22962
22963 c
22964 \begin_inset Quotes grd
22965 \end_inset
22966
22967  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
22968  zentriert ist.
22969  Jetzt können Sie als 
22970 \family sans
22971 \SpecialChar LaTeX
22972 -Argument
22973 \family default
22974  folgendes einfügen:
22975 \end_layout
22976
22977 \begin_layout Standard
22978
22979 \series bold
22980 K{Farbname}
22981 \end_layout
22982
22983 \begin_layout Standard
22984 \begin_inset VSpace bigskip
22985 \end_inset
22986
22987
22988 \end_layout
22989
22990 \begin_layout Standard
22991 Für Tabelle
22992 \begin_inset space ~
22993 \end_inset
22994
22995
22996 \begin_inset CommandInset ref
22997 LatexCommand ref
22998 reference "tab:Tabelle-mit-benutzerdefinierte"
22999
23000 \end_inset
23001
23002  wurden folgende 
23003 \family sans
23004 \SpecialChar LaTeX
23005 -Argumente
23006 \family default
23007  benutzt:
23008 \end_layout
23009
23010 \begin_layout Standard
23011
23012 \series bold
23013 M{2.5cm}
23014 \end_layout
23015
23016 \begin_layout Standard
23017 für die erste Spalte und die Mehrfachspalte,
23018 \end_layout
23019
23020 \begin_layout Standard
23021
23022 \series bold
23023 K{red}
23024 \end_layout
23025
23026 \begin_layout Standard
23027 für die letzte Spalte und
23028 \end_layout
23029
23030 \begin_layout Standard
23031
23032 \series bold
23033 S{2.5cm}{2}
23034 \end_layout
23035
23036 \begin_layout Standard
23037 für die Spalten in der zweiten Mehrfachspalte.
23038 \end_layout
23039
23040 \begin_layout Standard
23041 \begin_inset Float table
23042 placement h
23043 wide false
23044 sideways false
23045 status open
23046
23047 \begin_layout Plain Layout
23048 \begin_inset Caption Standard
23049
23050 \begin_layout Plain Layout
23051 \begin_inset CommandInset label
23052 LatexCommand label
23053 name "tab:Tabelle-mit-benutzerdefinierte"
23054
23055 \end_inset
23056
23057 Tabelle mit benutzerdefinierten Formaten
23058 \end_layout
23059
23060 \end_inset
23061
23062
23063 \end_layout
23064
23065 \begin_layout Plain Layout
23066 \align center
23067 \begin_inset Tabular
23068 <lyxtabular version="3" rows="3" columns="4">
23069 <features tabularvalignment="middle">
23070 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
23071 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
23072 <column alignment="center" valignment="middle">
23073 <column alignment="center" valignment="middle" special="K{red}">
23074 <row>
23075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23076 \begin_inset Text
23077
23078 \begin_layout Plain Layout
23079 einsehrlangesWort
23080 \end_layout
23081
23082 \end_inset
23083 </cell>
23084 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
23085 \begin_inset Text
23086
23087 \begin_layout Plain Layout
23088 Mehrfachspalte mit mehreren Zeilen
23089 \end_layout
23090
23091 \end_inset
23092 </cell>
23093 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23094 \begin_inset Text
23095
23096 \begin_layout Plain Layout
23097
23098 \end_layout
23099
23100 \end_inset
23101 </cell>
23102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23103 \begin_inset Text
23104
23105 \begin_layout Plain Layout
23106 c
23107 \end_layout
23108
23109 \end_inset
23110 </cell>
23111 </row>
23112 <row>
23113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23114 \begin_inset Text
23115
23116 \begin_layout Plain Layout
23117 d
23118 \end_layout
23119
23120 \end_inset
23121 </cell>
23122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23123 \begin_inset Text
23124
23125 \begin_layout Plain Layout
23126 e
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23132 \begin_inset Text
23133
23134 \begin_layout Plain Layout
23135 f
23136 \end_layout
23137
23138 \end_inset
23139 </cell>
23140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23141 \begin_inset Text
23142
23143 \begin_layout Plain Layout
23144 g
23145 \end_layout
23146
23147 \end_inset
23148 </cell>
23149 </row>
23150 <row>
23151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23152 \begin_inset Text
23153
23154 \begin_layout Plain Layout
23155 h
23156 \end_layout
23157
23158 \end_inset
23159 </cell>
23160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23161 \begin_inset Text
23162
23163 \begin_layout Plain Layout
23164 i
23165 \end_layout
23166
23167 \end_inset
23168 </cell>
23169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23170 \begin_inset Text
23171
23172 \begin_layout Plain Layout
23173 j
23174 \end_layout
23175
23176 \end_inset
23177 </cell>
23178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23179 \begin_inset Text
23180
23181 \begin_layout Plain Layout
23182 k
23183 \end_layout
23184
23185 \end_inset
23186 </cell>
23187 </row>
23188 </lyxtabular>
23189
23190 \end_inset
23191
23192
23193 \end_layout
23194
23195 \end_inset
23196
23197
23198 \end_layout
23199
23200 \begin_layout Subsection
23201 Liniendicke
23202 \begin_inset CommandInset label
23203 LatexCommand label
23204 name "uab:Liniendicke"
23205
23206 \end_inset
23207
23208
23209 \begin_inset Index idx
23210 status collapsed
23211
23212 \begin_layout Plain Layout
23213 Tabellen  ! Linien ! -dicke
23214 \end_layout
23215
23216 \end_inset
23217
23218
23219 \end_layout
23220
23221 \begin_layout Standard
23222 Die Liniendicke für alle Linien einer Tabelle kann mit 
23223 \series bold
23224
23225 \backslash
23226 arrayrulewidth
23227 \series default
23228  eingestellt werden.
23229  Um eine Liniendicke von 1.5
23230 \begin_inset space \thinspace{}
23231 \end_inset
23232
23233 pt wie in Tabelle
23234 \begin_inset space ~
23235 \end_inset
23236
23237
23238 \begin_inset CommandInset ref
23239 LatexCommand ref
23240 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
23241
23242 \end_inset
23243
23244  zu bekommen, geben Sie den Befehl
23245 \end_layout
23246
23247 \begin_layout Standard
23248
23249 \series bold
23250
23251 \backslash
23252 setlength{
23253 \backslash
23254 arrayrulewidth}{1.5pt}
23255 \end_layout
23256
23257 \begin_layout Standard
23258 als \SpecialChar TeX
23259 -Code vor der (Gleitobjekt-)Tabelle ein.
23260  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
23261  Mit
23262 \end_layout
23263
23264 \begin_layout Standard
23265
23266 \series bold
23267
23268 \backslash
23269 setlength{
23270 \backslash
23271 arrayrulewidth}{0.4pt}
23272 \end_layout
23273
23274 \begin_layout Standard
23275 bekommen Sie wieder die Standarddicke.
23276 \end_layout
23277
23278 \begin_layout Standard
23279 \begin_inset ERT
23280 status collapsed
23281
23282 \begin_layout Plain Layout
23283
23284
23285 \backslash
23286 setlength{
23287 \backslash
23288 arrayrulewidth}{1.5pt}
23289 \end_layout
23290
23291 \end_inset
23292
23293
23294 \begin_inset Float table
23295 placement H
23296 wide false
23297 sideways false
23298 status open
23299
23300 \begin_layout Plain Layout
23301 \begin_inset Caption Standard
23302
23303 \begin_layout Plain Layout
23304 \begin_inset CommandInset label
23305 LatexCommand label
23306 name "tab:Tabelle-mit-1.5pt-Liniendicke"
23307
23308 \end_inset
23309
23310 Tabelle mit 1.5
23311 \begin_inset space \thinspace{}
23312 \end_inset
23313
23314 pt Liniendicke
23315 \end_layout
23316
23317 \end_inset
23318
23319
23320 \end_layout
23321
23322 \begin_layout Plain Layout
23323 \align center
23324 \begin_inset Tabular
23325 <lyxtabular version="3" rows="3" columns="3">
23326 <features tabularvalignment="middle">
23327 <column alignment="center" valignment="top">
23328 <column alignment="center" valignment="top">
23329 <column alignment="center" valignment="top">
23330 <row>
23331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335 sd
23336 \end_layout
23337
23338 \end_inset
23339 </cell>
23340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Plain Layout
23353
23354 \end_layout
23355
23356 \end_inset
23357 </cell>
23358 </row>
23359 <row>
23360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23361 \begin_inset Text
23362
23363 \begin_layout Plain Layout
23364
23365 \end_layout
23366
23367 \end_inset
23368 </cell>
23369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373 sd
23374 \end_layout
23375
23376 \end_inset
23377 </cell>
23378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23379 \begin_inset Text
23380
23381 \begin_layout Plain Layout
23382
23383 \end_layout
23384
23385 \end_inset
23386 </cell>
23387 </row>
23388 <row>
23389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23390 \begin_inset Text
23391
23392 \begin_layout Plain Layout
23393
23394 \end_layout
23395
23396 \end_inset
23397 </cell>
23398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Plain Layout
23402
23403 \end_layout
23404
23405 \end_inset
23406 </cell>
23407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23408 \begin_inset Text
23409
23410 \begin_layout Plain Layout
23411 sd
23412 \end_layout
23413
23414 \end_inset
23415 </cell>
23416 </row>
23417 </lyxtabular>
23418
23419 \end_inset
23420
23421
23422 \end_layout
23423
23424 \end_inset
23425
23426
23427 \begin_inset ERT
23428 status collapsed
23429
23430 \begin_layout Plain Layout
23431
23432
23433 \backslash
23434 setlength{
23435 \backslash
23436 arrayrulewidth}{0.4pt}
23437 \end_layout
23438
23439 \end_inset
23440
23441
23442 \end_layout
23443
23444 \begin_layout Standard
23445 \begin_inset VSpace bigskip
23446 \end_inset
23447
23448 Um eine Liniendicke von 1.5
23449 \begin_inset space \thinspace{}
23450 \end_inset
23451
23452 pt nur für horizontale Linien zu bekommen wie in Tabelle
23453 \begin_inset space ~
23454 \end_inset
23455
23456
23457 \begin_inset CommandInset ref
23458 LatexCommand ref
23459 reference "tab:Tabelle-mit-1.5pt-horiz"
23460
23461 \end_inset
23462
23463 , müssen Sie folgende Befehle als \SpecialChar TeX
23464 -Code vor der (Gleitobjekt-)Tabelle einfügen:
23465 \end_layout
23466
23467 \begin_layout Standard
23468
23469 \series bold
23470
23471 \backslash
23472 let
23473 \backslash
23474 myHline
23475 \backslash
23476 hline
23477 \begin_inset Newline newline
23478 \end_inset
23479
23480
23481 \backslash
23482 renewcommand{
23483 \backslash
23484 hline}
23485 \begin_inset Newline newline
23486 \end_inset
23487
23488  {
23489 \backslash
23490 noalign{
23491 \backslash
23492 global
23493 \backslash
23494 arrayrulewidth 1.5pt}
23495 \begin_inset Newline newline
23496 \end_inset
23497
23498  
23499 \backslash
23500 myHline
23501 \backslash
23502 noalign{
23503 \backslash
23504 global
23505 \backslash
23506 arrayrulewidth 0.4pt}}
23507 \end_layout
23508
23509 \begin_layout Standard
23510 Die Standarddicke erhalten Sie mit folgendem Befehl als \SpecialChar TeX
23511 -Code hinter der
23512  (Gleit\SpecialChar softhyphen
23513 objekt-)Tabelle zurück:
23514 \end_layout
23515
23516 \begin_layout Standard
23517
23518 \series bold
23519
23520 \backslash
23521 renewcommand{
23522 \backslash
23523 hline}{
23524 \backslash
23525 myHline}
23526 \end_layout
23527
23528 \begin_layout Standard
23529 \begin_inset ERT
23530 status collapsed
23531
23532 \begin_layout Plain Layout
23533
23534
23535 \backslash
23536 let
23537 \backslash
23538 myHline
23539 \backslash
23540 hline
23541 \end_layout
23542
23543 \begin_layout Plain Layout
23544
23545
23546 \backslash
23547 renewcommand{
23548 \backslash
23549 hline}
23550 \end_layout
23551
23552 \begin_layout Plain Layout
23553
23554  {
23555 \backslash
23556 noalign{
23557 \backslash
23558 global
23559 \backslash
23560 arrayrulewidth 1.5pt}
23561 \end_layout
23562
23563 \begin_layout Plain Layout
23564
23565   
23566 \backslash
23567 myHline
23568 \backslash
23569 noalign{
23570 \backslash
23571 global
23572 \backslash
23573 arrayrulewidth 0.4pt}}
23574 \end_layout
23575
23576 \end_inset
23577
23578
23579 \begin_inset Float table
23580 placement h
23581 wide false
23582 sideways false
23583 status open
23584
23585 \begin_layout Plain Layout
23586 \begin_inset Caption Standard
23587
23588 \begin_layout Plain Layout
23589 \begin_inset CommandInset label
23590 LatexCommand label
23591 name "tab:Tabelle-mit-1.5pt-horiz"
23592
23593 \end_inset
23594
23595 Tabelle mit 1.5
23596 \begin_inset space \thinspace{}
23597 \end_inset
23598
23599 pt dicken horizontalen Linien
23600 \end_layout
23601
23602 \end_inset
23603
23604
23605 \end_layout
23606
23607 \begin_layout Plain Layout
23608 \align center
23609 \begin_inset Tabular
23610 <lyxtabular version="3" rows="3" columns="3">
23611 <features tabularvalignment="middle">
23612 <column alignment="center" valignment="top">
23613 <column alignment="center" valignment="top">
23614 <column alignment="center" valignment="top">
23615 <row>
23616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23617 \begin_inset Text
23618
23619 \begin_layout Plain Layout
23620 sd
23621 \end_layout
23622
23623 \end_inset
23624 </cell>
23625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23626 \begin_inset Text
23627
23628 \begin_layout Plain Layout
23629
23630 \end_layout
23631
23632 \end_inset
23633 </cell>
23634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23635 \begin_inset Text
23636
23637 \begin_layout Plain Layout
23638
23639 \end_layout
23640
23641 \end_inset
23642 </cell>
23643 </row>
23644 <row>
23645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23646 \begin_inset Text
23647
23648 \begin_layout Plain Layout
23649
23650 \end_layout
23651
23652 \end_inset
23653 </cell>
23654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658 sd
23659 \end_layout
23660
23661 \end_inset
23662 </cell>
23663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23664 \begin_inset Text
23665
23666 \begin_layout Plain Layout
23667
23668 \end_layout
23669
23670 \end_inset
23671 </cell>
23672 </row>
23673 <row>
23674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23675 \begin_inset Text
23676
23677 \begin_layout Plain Layout
23678
23679 \end_layout
23680
23681 \end_inset
23682 </cell>
23683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23684 \begin_inset Text
23685
23686 \begin_layout Plain Layout
23687
23688 \end_layout
23689
23690 \end_inset
23691 </cell>
23692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23693 \begin_inset Text
23694
23695 \begin_layout Plain Layout
23696 sd
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 </row>
23702 </lyxtabular>
23703
23704 \end_inset
23705
23706
23707 \end_layout
23708
23709 \end_inset
23710
23711
23712 \begin_inset ERT
23713 status collapsed
23714
23715 \begin_layout Plain Layout
23716
23717
23718 \backslash
23719 renewcommand{
23720 \backslash
23721 hline}{
23722 \backslash
23723 myHline}
23724 \end_layout
23725
23726 \end_inset
23727
23728
23729 \end_layout
23730
23731 \begin_layout Standard
23732 \begin_inset VSpace bigskip
23733 \end_inset
23734
23735 Um die Liniendicke von 1.5
23736 \begin_inset space \thinspace{}
23737 \end_inset
23738
23739 pt nur für vertikale Linien zu bekommen, müssen Sie im \SpecialChar LaTeX
23740 -Vorspann folgendes
23741  Spaltenformat entsprechend der Beschreibung in Abschnitt
23742 \begin_inset space ~
23743 \end_inset
23744
23745
23746 \begin_inset CommandInset ref
23747 LatexCommand ref
23748 reference "uab:Angepasste-Zellen-/Spaltenformate"
23749
23750 \end_inset
23751
23752  definieren:
23753 \end_layout
23754
23755 \begin_layout Standard
23756
23757 \series bold
23758
23759 \backslash
23760 newcolumntype{V}{!{
23761 \backslash
23762 vrule width 1.5pt}}
23763 \end_layout
23764
23765 \begin_layout Standard
23766 In Tabelle
23767 \begin_inset space ~
23768 \end_inset
23769
23770
23771 \begin_inset CommandInset ref
23772 LatexCommand ref
23773 reference "tab:Tabelle-mit-1.5pt-vert"
23774
23775 \end_inset
23776
23777  wurde das 
23778 \family sans
23779 LaTeX-Argument
23780 \family default
23781 \series bold
23782  VcV
23783 \series default
23784  für die letzte Spalte und
23785 \series bold
23786  Vc
23787 \series default
23788  für die anderen benutzt.
23789 \end_layout
23790
23791 \begin_layout Standard
23792 \begin_inset Float table
23793 placement H
23794 wide false
23795 sideways false
23796 status open
23797
23798 \begin_layout Plain Layout
23799 \begin_inset Caption Standard
23800
23801 \begin_layout Plain Layout
23802 \begin_inset CommandInset label
23803 LatexCommand label
23804 name "tab:Tabelle-mit-1.5pt-vert"
23805
23806 \end_inset
23807
23808 Tabelle mit 1.5
23809 \begin_inset space \thinspace{}
23810 \end_inset
23811
23812 pt dicken vertikalen Linien
23813 \end_layout
23814
23815 \end_inset
23816
23817
23818 \end_layout
23819
23820 \begin_layout Plain Layout
23821 \align center
23822 \begin_inset Tabular
23823 <lyxtabular version="3" rows="3" columns="3">
23824 <features tabularvalignment="middle">
23825 <column alignment="center" valignment="top" special="Vc">
23826 <column alignment="center" valignment="top" special="Vc">
23827 <column alignment="center" valignment="top" special="VcV">
23828 <row>
23829 <cell alignment="center" valignment="top" topline="true" usebox="none">
23830 \begin_inset Text
23831
23832 \begin_layout Plain Layout
23833 sd
23834 \end_layout
23835
23836 \end_inset
23837 </cell>
23838 <cell alignment="center" valignment="top" topline="true" usebox="none">
23839 \begin_inset Text
23840
23841 \begin_layout Plain Layout
23842
23843 \end_layout
23844
23845 \end_inset
23846 </cell>
23847 <cell alignment="center" valignment="top" topline="true" usebox="none">
23848 \begin_inset Text
23849
23850 \begin_layout Plain Layout
23851
23852 \end_layout
23853
23854 \end_inset
23855 </cell>
23856 </row>
23857 <row>
23858 <cell alignment="center" valignment="top" topline="true" usebox="none">
23859 \begin_inset Text
23860
23861 \begin_layout Plain Layout
23862
23863 \end_layout
23864
23865 \end_inset
23866 </cell>
23867 <cell alignment="center" valignment="top" topline="true" usebox="none">
23868 \begin_inset Text
23869
23870 \begin_layout Plain Layout
23871 sd
23872 \end_layout
23873
23874 \end_inset
23875 </cell>
23876 <cell alignment="center" valignment="top" topline="true" usebox="none">
23877 \begin_inset Text
23878
23879 \begin_layout Plain Layout
23880
23881 \end_layout
23882
23883 \end_inset
23884 </cell>
23885 </row>
23886 <row>
23887 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891
23892 \end_layout
23893
23894 \end_inset
23895 </cell>
23896 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23897 \begin_inset Text
23898
23899 \begin_layout Plain Layout
23900
23901 \end_layout
23902
23903 \end_inset
23904 </cell>
23905 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23906 \begin_inset Text
23907
23908 \begin_layout Plain Layout
23909 sd
23910 \end_layout
23911
23912 \end_inset
23913 </cell>
23914 </row>
23915 </lyxtabular>
23916
23917 \end_inset
23918
23919
23920 \end_layout
23921
23922 \end_inset
23923
23924
23925 \end_layout
23926
23927 \begin_layout Subsection
23928 Gestrichelte Linien
23929 \begin_inset Index idx
23930 status collapsed
23931
23932 \begin_layout Plain Layout
23933 Tabellen  ! Linien ! gestrichelte 
23934 \end_layout
23935
23936 \end_inset
23937
23938
23939 \end_layout
23940
23941 \begin_layout Standard
23942 \begin_inset ERT
23943 status collapsed
23944
23945 \begin_layout Plain Layout
23946
23947
23948 \backslash
23949 ifarydshln
23950 \end_layout
23951
23952 \end_inset
23953
23954
23955 \begin_inset Note Note
23956 status open
23957
23958 \begin_layout Plain Layout
23959 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
23960 -Paket 
23961 \series bold
23962 arydshln
23963 \series default
23964  installiert ist.
23965 \end_layout
23966
23967 \end_inset
23968
23969
23970 \end_layout
23971
23972 \begin_layout Standard
23973 \begin_inset Float table
23974 placement h
23975 wide false
23976 sideways false
23977 status open
23978
23979 \begin_layout Plain Layout
23980 \begin_inset Caption Standard
23981
23982 \begin_layout Plain Layout
23983 \begin_inset CommandInset label
23984 LatexCommand label
23985 name "tab:Tabelle-mit-gestrichelten"
23986
23987 \end_inset
23988
23989 Tabelle mit gestrichelten Linien
23990 \end_layout
23991
23992 \end_inset
23993
23994
23995 \end_layout
23996
23997 \begin_layout Plain Layout
23998 \align center
23999 \begin_inset Tabular
24000 <lyxtabular version="3" rows="5" columns="5">
24001 <features tabularvalignment="middle">
24002 <column alignment="center" valignment="top">
24003 <column alignment="center" valignment="top">
24004 <column alignment="center" valignment="top" special=":c">
24005 <column alignment="center" valignment="top">
24006 <column alignment="center" valignment="top">
24007 <row>
24008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24009 \begin_inset Text
24010
24011 \begin_layout Plain Layout
24012 a
24013 \end_layout
24014
24015 \end_inset
24016 </cell>
24017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24018 \begin_inset Text
24019
24020 \begin_layout Plain Layout
24021 b
24022 \end_layout
24023
24024 \end_inset
24025 </cell>
24026 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030 c
24031 \end_layout
24032
24033 \end_inset
24034 </cell>
24035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24036 \begin_inset Text
24037
24038 \begin_layout Plain Layout
24039 d
24040 \end_layout
24041
24042 \end_inset
24043 </cell>
24044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24045 \begin_inset Text
24046
24047 \begin_layout Plain Layout
24048 e
24049 \end_layout
24050
24051 \end_inset
24052 </cell>
24053 </row>
24054 <row>
24055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24056 \begin_inset Text
24057
24058 \begin_layout Plain Layout
24059 f
24060 \end_layout
24061
24062 \end_inset
24063 </cell>
24064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24065 \begin_inset Text
24066
24067 \begin_layout Plain Layout
24068 g
24069 \end_layout
24070
24071 \end_inset
24072 </cell>
24073 <cell alignment="center" valignment="top" topline="true" usebox="none">
24074 \begin_inset Text
24075
24076 \begin_layout Plain Layout
24077 h
24078 \end_layout
24079
24080 \end_inset
24081 </cell>
24082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24083 \begin_inset Text
24084
24085 \begin_layout Plain Layout
24086 i
24087 \end_layout
24088
24089 \end_inset
24090 </cell>
24091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24092 \begin_inset Text
24093
24094 \begin_layout Plain Layout
24095 j
24096 \end_layout
24097
24098 \end_inset
24099 </cell>
24100 </row>
24101 <row>
24102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24103 \begin_inset Text
24104
24105 \begin_layout Plain Layout
24106 \begin_inset ERT
24107 status collapsed
24108
24109 \begin_layout Plain Layout
24110
24111
24112 \backslash
24113 hdashline 
24114 \end_layout
24115
24116 \end_inset
24117
24118 k
24119 \end_layout
24120
24121 \end_inset
24122 </cell>
24123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24124 \begin_inset Text
24125
24126 \begin_layout Plain Layout
24127 l
24128 \end_layout
24129
24130 \end_inset
24131 </cell>
24132 <cell alignment="center" valignment="top" usebox="none">
24133 \begin_inset Text
24134
24135 \begin_layout Plain Layout
24136 m
24137 \end_layout
24138
24139 \end_inset
24140 </cell>
24141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24142 \begin_inset Text
24143
24144 \begin_layout Plain Layout
24145 n
24146 \end_layout
24147
24148 \end_inset
24149 </cell>
24150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24151 \begin_inset Text
24152
24153 \begin_layout Plain Layout
24154 o
24155 \end_layout
24156
24157 \end_inset
24158 </cell>
24159 </row>
24160 <row>
24161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24162 \begin_inset Text
24163
24164 \begin_layout Plain Layout
24165 \begin_inset ERT
24166 status collapsed
24167
24168 \begin_layout Plain Layout
24169
24170
24171 \backslash
24172 cdashline{4-5}
24173 \end_layout
24174
24175 \end_inset
24176
24177 p
24178 \end_layout
24179
24180 \end_inset
24181 </cell>
24182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24183 \begin_inset Text
24184
24185 \begin_layout Plain Layout
24186 q
24187 \end_layout
24188
24189 \end_inset
24190 </cell>
24191 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24192 \begin_inset Text
24193
24194 \begin_layout Plain Layout
24195 r
24196 \end_layout
24197
24198 \end_inset
24199 </cell>
24200 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24201 \begin_inset Text
24202
24203 \begin_layout Plain Layout
24204 s
24205 \end_layout
24206
24207 \end_inset
24208 </cell>
24209 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24210 \begin_inset Text
24211
24212 \begin_layout Plain Layout
24213
24214 \end_layout
24215
24216 \end_inset
24217 </cell>
24218 </row>
24219 <row>
24220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24221 \begin_inset Text
24222
24223 \begin_layout Plain Layout
24224 t
24225 \end_layout
24226
24227 \end_inset
24228 </cell>
24229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24230 \begin_inset Text
24231
24232 \begin_layout Plain Layout
24233 u
24234 \end_layout
24235
24236 \end_inset
24237 </cell>
24238 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24239 \begin_inset Text
24240
24241 \begin_layout Plain Layout
24242 v
24243 \end_layout
24244
24245 \end_inset
24246 </cell>
24247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24248 \begin_inset Text
24249
24250 \begin_layout Plain Layout
24251 w
24252 \end_layout
24253
24254 \end_inset
24255 </cell>
24256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24257 \begin_inset Text
24258
24259 \begin_layout Plain Layout
24260 x
24261 \end_layout
24262
24263 \end_inset
24264 </cell>
24265 </row>
24266 </lyxtabular>
24267
24268 \end_inset
24269
24270
24271 \end_layout
24272
24273 \end_inset
24274
24275
24276 \end_layout
24277
24278 \begin_layout Standard
24279 \SpecialChar LyX
24280  unterstützt von sich aus keine gestrichelten Linien, also müssen Sie \SpecialChar TeX
24281 -Code
24282  benutzen.
24283  Zunächst müssen Sie das \SpecialChar LaTeX
24284 -Paket 
24285 \series bold
24286 arydshln
24287 \series default
24288
24289 \begin_inset Index idx
24290 status collapsed
24291
24292 \begin_layout Plain Layout
24293 \SpecialChar LaTeX
24294 -Pakete ! arydshln
24295 \end_layout
24296
24297 \end_inset
24298
24299  im \SpecialChar LaTeX
24300 -Vorspann laden:
24301 \end_layout
24302
24303 \begin_layout Standard
24304
24305 \series bold
24306
24307 \backslash
24308 usepackage{arydshln}
24309 \end_layout
24310
24311 \begin_layout Standard
24312 Um senkrechte Linien zu stricheln, müssen Sie im 
24313 \family sans
24314 LaTeX-Argument
24315 \family default
24316  des 
24317 \family sans
24318 Tabellen-Einstellungen
24319 \family default
24320 -Dialogs 
24321 \begin_inset Quotes gld
24322 \end_inset
24323
24324 :
24325 \begin_inset Quotes grd
24326 \end_inset
24327
24328 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
24329 \end_layout
24330
24331 \begin_layout Standard
24332 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
24333 \end_layout
24334
24335 \begin_layout Standard
24336
24337 \series bold
24338
24339 \backslash
24340 hdashline
24341 \end_layout
24342
24343 \begin_layout Standard
24344 als \SpecialChar TeX
24345 -Code als erstes in die erste Zelle einer Zeile einfügen.
24346 \end_layout
24347
24348 \begin_layout Standard
24349 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
24350 \end_layout
24351
24352 \begin_layout Standard
24353
24354 \series bold
24355
24356 \backslash
24357 cdashline{Anfangsspalte-Endspalte}
24358 \end_layout
24359
24360 \begin_layout Standard
24361 als \SpecialChar TeX
24362 -Code als erstes in die erste Zelle einer Zeile eingefügt.
24363  Wenn Sie z.
24364 \begin_inset space \thinspace{}
24365 \end_inset
24366
24367 B.
24368  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
24369  gestrichelte Linie haben, fügen Sie den Befehl
24370 \end_layout
24371
24372 \begin_layout Standard
24373
24374 \series bold
24375
24376 \backslash
24377 cdashline{2-4}
24378 \end_layout
24379
24380 \begin_layout Standard
24381 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
24382 \end_layout
24383
24384 \begin_layout Standard
24385 \begin_inset VSpace bigskip
24386 \end_inset
24387
24388
24389 \end_layout
24390
24391 \begin_layout Standard
24392 In Tabelle
24393 \begin_inset space ~
24394 \end_inset
24395
24396
24397 \begin_inset CommandInset ref
24398 LatexCommand ref
24399 reference "tab:Tabelle-mit-gestrichelten"
24400
24401 \end_inset
24402
24403  wurde in der dritten Spalte der Befehl
24404 \series bold
24405  
24406 \series default
24407
24408 \begin_inset Quotes gld
24409 \end_inset
24410
24411
24412 \series bold
24413 :c
24414 \begin_inset Quotes grd
24415 \end_inset
24416
24417
24418 \series default
24419  benutzt.
24420  Der Befehl 
24421 \series bold
24422
24423 \backslash
24424 hdashline
24425 \series default
24426  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
24427 \begin_inset Newline newline
24428 \end_inset
24429
24430  
24431 \series bold
24432
24433 \backslash
24434 cdashline{4-5} 
24435 \series default
24436 wurde in die erste Zelle der vierten Zeile eingefügt.
24437 \end_layout
24438
24439 \begin_layout Standard
24440 \begin_inset VSpace bigskip
24441 \end_inset
24442
24443
24444 \end_layout
24445
24446 \begin_layout Standard
24447 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
24448 \begin_inset space ~
24449 \end_inset
24450
24451
24452 \begin_inset CommandInset ref
24453 LatexCommand ref
24454 reference "tab:Farbige-Tabelle-mit"
24455
24456 \end_inset
24457
24458  verdeutlicht.
24459 \end_layout
24460
24461 \begin_layout Standard
24462 \begin_inset ERT
24463 status collapsed
24464
24465 \begin_layout Plain Layout
24466
24467
24468 \backslash
24469 setlength{
24470 \backslash
24471 arrayrulewidth}{1pt}
24472 \end_layout
24473
24474 \end_inset
24475
24476
24477 \begin_inset Note Note
24478 status collapsed
24479
24480 \begin_layout Plain Layout
24481 dickere Linien zur besseren Visualisierung der Linienfarbe
24482 \end_layout
24483
24484 \end_inset
24485
24486
24487 \end_layout
24488
24489 \begin_layout Standard
24490 \begin_inset ERT
24491 status collapsed
24492
24493 \begin_layout Plain Layout
24494
24495
24496 \backslash
24497 dashgapcolor{green}
24498 \end_layout
24499
24500 \end_inset
24501
24502
24503 \begin_inset Note Note
24504 status collapsed
24505
24506 \begin_layout Plain Layout
24507 färbt Raum zwischen den Strichen grün
24508 \end_layout
24509
24510 \end_inset
24511
24512
24513 \end_layout
24514
24515 \begin_layout Standard
24516 \begin_inset ERT
24517 status collapsed
24518
24519 \begin_layout Plain Layout
24520
24521
24522 \backslash
24523 let
24524 \backslash
24525 myHdashline
24526 \backslash
24527 hdashline
24528 \end_layout
24529
24530 \begin_layout Plain Layout
24531
24532
24533 \backslash
24534 renewcommand{
24535 \backslash
24536 hdashline}
24537 \end_layout
24538
24539 \begin_layout Plain Layout
24540
24541  {
24542 \backslash
24543 arrayrulecolor{red}
24544 \backslash
24545 myHdashline
24546 \backslash
24547 arrayrulecolor{black}}
24548 \end_layout
24549
24550 \end_inset
24551
24552
24553 \begin_inset Note Note
24554 status collapsed
24555
24556 \begin_layout Plain Layout
24557 färbt horizontale, gestrichelte Linien rot
24558 \end_layout
24559
24560 \end_inset
24561
24562
24563 \end_layout
24564
24565 \begin_layout Standard
24566 \begin_inset ERT
24567 status collapsed
24568
24569 \begin_layout Plain Layout
24570
24571
24572 \backslash
24573 let
24574 \backslash
24575 myCdashline
24576 \backslash
24577 cdashline
24578 \end_layout
24579
24580 \begin_layout Plain Layout
24581
24582
24583 \backslash
24584 renewcommand{
24585 \backslash
24586 cdashline}[1]
24587 \end_layout
24588
24589 \begin_layout Plain Layout
24590
24591  {
24592 \backslash
24593 arrayrulecolor{yellow}
24594 \backslash
24595 myCdashline{#1}
24596 \backslash
24597 arrayrulecolor{black}}
24598 \end_layout
24599
24600 \end_inset
24601
24602
24603 \begin_inset Note Note
24604 status collapsed
24605
24606 \begin_layout Plain Layout
24607 färbt partielle horizontale, gestrichelte Linien gelb
24608 \end_layout
24609
24610 \end_inset
24611
24612
24613 \end_layout
24614
24615 \begin_layout Standard
24616 \begin_inset Float table
24617 placement h
24618 wide false
24619 sideways false
24620 status open
24621
24622 \begin_layout Plain Layout
24623 \begin_inset Caption Standard
24624
24625 \begin_layout Plain Layout
24626 \begin_inset CommandInset label
24627 LatexCommand label
24628 name "tab:Farbige-Tabelle-mit"
24629
24630 \end_inset
24631
24632 Farbige Tabelle mit gestrichelten Linien
24633 \end_layout
24634
24635 \end_inset
24636
24637
24638 \end_layout
24639
24640 \begin_layout Plain Layout
24641 \align center
24642 \begin_inset Tabular
24643 <lyxtabular version="3" rows="5" columns="5">
24644 <features tabularvalignment="middle">
24645 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
24646 <column alignment="center" valignment="top" width="0pt">
24647 <column alignment="center" valignment="top" width="0pt" special=":c">
24648 <column alignment="center" valignment="top">
24649 <column alignment="center" valignment="top">
24650 <row>
24651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24652 \begin_inset Text
24653
24654 \begin_layout Plain Layout
24655 a
24656 \end_layout
24657
24658 \end_inset
24659 </cell>
24660 <cell alignment="center" valignment="top" topline="true" usebox="none">
24661 \begin_inset Text
24662
24663 \begin_layout Plain Layout
24664 b
24665 \end_layout
24666
24667 \end_inset
24668 </cell>
24669 <cell alignment="center" valignment="top" topline="true" usebox="none">
24670 \begin_inset Text
24671
24672 \begin_layout Plain Layout
24673 c
24674 \end_layout
24675
24676 \end_inset
24677 </cell>
24678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24679 \begin_inset Text
24680
24681 \begin_layout Plain Layout
24682 d
24683 \end_layout
24684
24685 \end_inset
24686 </cell>
24687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24688 \begin_inset Text
24689
24690 \begin_layout Plain Layout
24691 e
24692 \end_layout
24693
24694 \end_inset
24695 </cell>
24696 </row>
24697 <row>
24698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24699 \begin_inset Text
24700
24701 \begin_layout Plain Layout
24702 f
24703 \end_layout
24704
24705 \end_inset
24706 </cell>
24707 <cell alignment="center" valignment="top" topline="true" usebox="none">
24708 \begin_inset Text
24709
24710 \begin_layout Plain Layout
24711 g
24712 \end_layout
24713
24714 \end_inset
24715 </cell>
24716 <cell alignment="center" valignment="top" topline="true" usebox="none">
24717 \begin_inset Text
24718
24719 \begin_layout Plain Layout
24720 h
24721 \end_layout
24722
24723 \end_inset
24724 </cell>
24725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24726 \begin_inset Text
24727
24728 \begin_layout Plain Layout
24729 i
24730 \end_layout
24731
24732 \end_inset
24733 </cell>
24734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24735 \begin_inset Text
24736
24737 \begin_layout Plain Layout
24738 j
24739 \end_layout
24740
24741 \end_inset
24742 </cell>
24743 </row>
24744 <row>
24745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24746 \begin_inset Text
24747
24748 \begin_layout Plain Layout
24749 \begin_inset ERT
24750 status collapsed
24751
24752 \begin_layout Plain Layout
24753
24754
24755 \backslash
24756 hdashline 
24757 \end_layout
24758
24759 \end_inset
24760
24761
24762 \begin_inset ERT
24763 status collapsed
24764
24765 \begin_layout Plain Layout
24766
24767
24768 \backslash
24769 rowcolor{Gray}
24770 \end_layout
24771
24772 \end_inset
24773
24774 k
24775 \end_layout
24776
24777 \end_inset
24778 </cell>
24779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24780 \begin_inset Text
24781
24782 \begin_layout Plain Layout
24783 l
24784 \end_layout
24785
24786 \end_inset
24787 </cell>
24788 <cell alignment="center" valignment="top" usebox="none">
24789 \begin_inset Text
24790
24791 \begin_layout Plain Layout
24792 m
24793 \end_layout
24794
24795 \end_inset
24796 </cell>
24797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24798 \begin_inset Text
24799
24800 \begin_layout Plain Layout
24801 n
24802 \end_layout
24803
24804 \end_inset
24805 </cell>
24806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24807 \begin_inset Text
24808
24809 \begin_layout Plain Layout
24810 o
24811 \end_layout
24812
24813 \end_inset
24814 </cell>
24815 </row>
24816 <row>
24817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24818 \begin_inset Text
24819
24820 \begin_layout Plain Layout
24821 \begin_inset ERT
24822 status collapsed
24823
24824 \begin_layout Plain Layout
24825
24826
24827 \backslash
24828 cdashline{4-5}
24829 \end_layout
24830
24831 \end_inset
24832
24833 p
24834 \end_layout
24835
24836 \end_inset
24837 </cell>
24838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24839 \begin_inset Text
24840
24841 \begin_layout Plain Layout
24842 q
24843 \end_layout
24844
24845 \end_inset
24846 </cell>
24847 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24848 \begin_inset Text
24849
24850 \begin_layout Plain Layout
24851 r
24852 \end_layout
24853
24854 \end_inset
24855 </cell>
24856 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24857 \begin_inset Text
24858
24859 \begin_layout Plain Layout
24860 s
24861 \end_layout
24862
24863 \end_inset
24864 </cell>
24865 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24866 \begin_inset Text
24867
24868 \begin_layout Plain Layout
24869
24870 \end_layout
24871
24872 \end_inset
24873 </cell>
24874 </row>
24875 <row>
24876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24877 \begin_inset Text
24878
24879 \begin_layout Plain Layout
24880 t
24881 \end_layout
24882
24883 \end_inset
24884 </cell>
24885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24886 \begin_inset Text
24887
24888 \begin_layout Plain Layout
24889 u
24890 \end_layout
24891
24892 \end_inset
24893 </cell>
24894 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24895 \begin_inset Text
24896
24897 \begin_layout Plain Layout
24898 v
24899 \end_layout
24900
24901 \end_inset
24902 </cell>
24903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24904 \begin_inset Text
24905
24906 \begin_layout Plain Layout
24907 w
24908 \end_layout
24909
24910 \end_inset
24911 </cell>
24912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24913 \begin_inset Text
24914
24915 \begin_layout Plain Layout
24916 \begin_inset ERT
24917 status collapsed
24918
24919 \begin_layout Plain Layout
24920
24921
24922 \backslash
24923 cellcolor{Maroon}
24924 \end_layout
24925
24926 \end_inset
24927
24928
24929 \color green
24930 i
24931 \end_layout
24932
24933 \end_inset
24934 </cell>
24935 </row>
24936 </lyxtabular>
24937
24938 \end_inset
24939
24940
24941 \end_layout
24942
24943 \end_inset
24944
24945
24946 \end_layout
24947
24948 \begin_layout Standard
24949 \begin_inset ERT
24950 status collapsed
24951
24952 \begin_layout Plain Layout
24953
24954
24955 \backslash
24956 renewcommand{
24957 \backslash
24958 hdashline}{
24959 \backslash
24960 myHdashline}
24961 \end_layout
24962
24963 \end_inset
24964
24965
24966 \begin_inset Note Note
24967 status collapsed
24968
24969 \begin_layout Plain Layout
24970 zurücksetzen auf Standardwert
24971 \end_layout
24972
24973 \end_inset
24974
24975
24976 \end_layout
24977
24978 \begin_layout Standard
24979 \begin_inset ERT
24980 status collapsed
24981
24982 \begin_layout Plain Layout
24983
24984
24985 \backslash
24986 renewcommand{
24987 \backslash
24988 cdashline}{
24989 \backslash
24990 myCdashline}
24991 \end_layout
24992
24993 \end_inset
24994
24995
24996 \begin_inset Note Note
24997 status collapsed
24998
24999 \begin_layout Plain Layout
25000 zurücksetzen auf Standardwert
25001 \end_layout
25002
25003 \end_inset
25004
25005
25006 \end_layout
25007
25008 \begin_layout Standard
25009 \begin_inset ERT
25010 status collapsed
25011
25012 \begin_layout Plain Layout
25013
25014
25015 \backslash
25016 nodashgapcolor
25017 \end_layout
25018
25019 \end_inset
25020
25021
25022 \begin_inset Note Note
25023 status collapsed
25024
25025 \begin_layout Plain Layout
25026 zurücksetzen auf Standardwert
25027 \end_layout
25028
25029 \end_inset
25030
25031
25032 \end_layout
25033
25034 \begin_layout Standard
25035 \begin_inset ERT
25036 status collapsed
25037
25038 \begin_layout Plain Layout
25039
25040
25041 \backslash
25042 setlength{
25043 \backslash
25044 arrayrulewidth}{0.4pt}
25045 \end_layout
25046
25047 \end_inset
25048
25049
25050 \begin_inset Note Note
25051 status collapsed
25052
25053 \begin_layout Plain Layout
25054 zurücksetzen auf Standardwert
25055 \end_layout
25056
25057 \end_inset
25058
25059
25060 \end_layout
25061
25062 \begin_layout Standard
25063 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
25064 \begin_inset space ~
25065 \end_inset
25066
25067
25068 \begin_inset CommandInset ref
25069 LatexCommand ref
25070 reference "abs:Farbige-Tabellen"
25071
25072 \end_inset
25073
25074  beschrieben.
25075  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
25076  beschrieben, man muss in den Befehlen nur 
25077 \series bold
25078
25079 \backslash
25080 myHlineC
25081 \series default
25082  durch 
25083 \series bold
25084
25085 \backslash
25086 myHdashline
25087 \series default
25088  und 
25089 \backslash
25090
25091 \series bold
25092 hline
25093 \series default
25094  durch 
25095 \series bold
25096
25097 \backslash
25098 hdashline
25099 \series default
25100  ersetzen; man verwendet also den Befehl
25101 \end_layout
25102
25103 \begin_layout Standard
25104
25105 \series bold
25106
25107 \backslash
25108 let
25109 \backslash
25110 myHdashline
25111 \backslash
25112 hdashline
25113 \begin_inset Newline newline
25114 \end_inset
25115
25116
25117 \backslash
25118 renewcommand{
25119 \backslash
25120 hdashline}
25121 \begin_inset Newline newline
25122 \end_inset
25123
25124
25125 \begin_inset Phantom HPhantom
25126 status open
25127
25128 \begin_layout Plain Layout
25129
25130 \series bold
25131 \begin_inset space ~
25132 \end_inset
25133
25134
25135 \end_layout
25136
25137 \end_inset
25138
25139 {
25140 \backslash
25141 arrayrulecolor{red}
25142 \backslash
25143 myHdashline
25144 \backslash
25145 arrayrulecolor{black}}
25146 \end_layout
25147
25148 \begin_layout Standard
25149 Um 
25150 \series bold
25151
25152 \backslash
25153 cdashline
25154 \series default
25155  zu färben, lautet der Befehl
25156 \end_layout
25157
25158 \begin_layout Standard
25159
25160 \series bold
25161
25162 \backslash
25163 let
25164 \backslash
25165 myCdashline
25166 \backslash
25167 cdashline
25168 \begin_inset Newline newline
25169 \end_inset
25170
25171
25172 \backslash
25173 renewcommand{
25174 \backslash
25175 cdashline}[1]
25176 \begin_inset Newline newline
25177 \end_inset
25178
25179
25180 \begin_inset Phantom HPhantom
25181 status open
25182
25183 \begin_layout Plain Layout
25184
25185 \series bold
25186 \begin_inset space ~
25187 \end_inset
25188
25189
25190 \end_layout
25191
25192 \end_inset
25193
25194 {
25195 \backslash
25196 arrayrulecolor{red}
25197 \backslash
25198 myCdashline{#1}
25199 \backslash
25200 arrayrulecolor{black}}
25201 \end_layout
25202
25203 \begin_layout Standard
25204 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
25205  als \SpecialChar TeX
25206 -Code hinter der Tabelle einfügen:
25207 \end_layout
25208
25209 \begin_layout Standard
25210 Für 
25211 \series bold
25212
25213 \backslash
25214 hdashline
25215 \end_layout
25216
25217 \begin_layout Standard
25218
25219 \series bold
25220
25221 \backslash
25222 renewcommand{
25223 \backslash
25224 hdashline}{
25225 \backslash
25226 myHdashline}
25227 \end_layout
25228
25229 \begin_layout Standard
25230 und für 
25231 \series bold
25232
25233 \backslash
25234 cdashline
25235 \end_layout
25236
25237 \begin_layout Standard
25238
25239 \series bold
25240
25241 \backslash
25242 renewcommand{
25243 \backslash
25244 cdashline}{
25245 \backslash
25246 myCdashline}
25247 \end_layout
25248
25249 \begin_layout Standard
25250 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
25251  Befehl
25252 \end_layout
25253
25254 \begin_layout Standard
25255
25256 \series bold
25257
25258 \backslash
25259 dashgapcolor{Farbe}
25260 \end_layout
25261
25262 \begin_layout Standard
25263 als \SpecialChar TeX
25264 -Code vor der Tabelle verwenden.
25265  Farbe ist hierbei der Name einer definierten Farbe.
25266  Der Befehl
25267 \end_layout
25268
25269 \begin_layout Standard
25270
25271 \series bold
25272
25273 \backslash
25274 nodashgapcolor
25275 \end_layout
25276
25277 \begin_layout Standard
25278 hebt die Einstellung von 
25279 \series bold
25280
25281 \backslash
25282 dashgapcolor
25283 \series default
25284  auf.
25285 \end_layout
25286
25287 \begin_layout Standard
25288 \begin_inset Note Greyedout
25289 status open
25290
25291 \begin_layout Plain Layout
25292
25293 \series bold
25294 \color none
25295 Achtung
25296 \series default
25297 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
25298  
25299 \series bold
25300 arydshln
25301 \series default
25302  an erster Stelle in der Zelle befinden.
25303  Daher ist in in Zelle 
25304 \emph on
25305 k
25306 \emph default
25307  der Tabelle
25308 \begin_inset space ~
25309 \end_inset
25310
25311
25312 \begin_inset CommandInset ref
25313 LatexCommand ref
25314 reference "tab:Farbige-Tabelle-mit"
25315
25316 \end_inset
25317
25318  der Befehl 
25319 \series bold
25320
25321 \backslash
25322 hdashline
25323 \series default
25324  vor 
25325 \series bold
25326
25327 \backslash
25328 rowcolor
25329 \series default
25330 .
25331 \end_layout
25332
25333 \end_inset
25334
25335
25336 \end_layout
25337
25338 \begin_layout Standard
25339 \begin_inset Note Greyedout
25340 status open
25341
25342 \begin_layout Plain Layout
25343
25344 \series bold
25345 \color none
25346 Achtung:
25347 \series default
25348  Das \SpecialChar LaTeX
25349 -Paket 
25350 \series bold
25351 arydshln
25352 \series default
25353  muss im \SpecialChar LaTeX
25354 -Vorspann nach dem \SpecialChar LaTeX
25355 -Paket 
25356 \series bold
25357 colortbl
25358 \series default
25359
25360 \begin_inset Index idx
25361 status collapsed
25362
25363 \begin_layout Plain Layout
25364 \SpecialChar LaTeX
25365 -Pakete ! colortbl
25366 \end_layout
25367
25368 \end_inset
25369
25370  geladen werden.
25371 \end_layout
25372
25373 \end_inset
25374
25375
25376 \end_layout
25377
25378 \begin_layout Standard
25379 \begin_inset ERT
25380 status collapsed
25381
25382 \begin_layout Plain Layout
25383
25384
25385 \backslash
25386 else
25387 \end_layout
25388
25389 \end_inset
25390
25391
25392 \begin_inset Note Note
25393 status open
25394
25395 \begin_layout Plain Layout
25396 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
25397 -Paket 
25398 \series bold
25399 arydshln
25400 \series default
25401  nicht installiert ist:
25402 \end_layout
25403
25404 \end_inset
25405
25406
25407 \end_layout
25408
25409 \begin_layout Standard
25410 Sie müssen das \SpecialChar LaTeX
25411 -Paket 
25412 \series bold
25413 arydshln
25414 \series default
25415  installiert haben um den Inhalt dieses Abschnitts zu sehen.
25416 \end_layout
25417
25418 \begin_layout Standard
25419 \begin_inset ERT
25420 status collapsed
25421
25422 \begin_layout Plain Layout
25423
25424
25425 \backslash
25426 fi
25427 \end_layout
25428
25429 \end_inset
25430
25431
25432 \end_layout
25433
25434 \begin_layout Standard
25435 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
25436  von 
25437 \series bold
25438 arydshln
25439 \series default
25440
25441 \begin_inset CommandInset citation
25442 LatexCommand cite
25443 key "arydshln"
25444 literal "true"
25445
25446 \end_inset
25447
25448 .
25449 \end_layout
25450
25451 \begin_layout Chapter
25452 Gleitobjekte
25453 \begin_inset CommandInset label
25454 LatexCommand label
25455 name "kap:Gleitobjekte"
25456
25457 \end_inset
25458
25459
25460 \begin_inset Index idx
25461 status collapsed
25462
25463 \begin_layout Plain Layout
25464 Gleitobjekte
25465 \end_layout
25466
25467 \end_inset
25468
25469
25470 \end_layout
25471
25472 \begin_layout Section
25473 Einleitung
25474 \begin_inset CommandInset label
25475 LatexCommand label
25476 name "abs:Gleitobjekte-Einleitung"
25477
25478 \end_inset
25479
25480
25481 \begin_inset Index idx
25482 status collapsed
25483
25484 \begin_layout Plain Layout
25485 Gleitobjekte ! Einleitung
25486 \end_layout
25487
25488 \end_inset
25489
25490
25491 \end_layout
25492
25493 \begin_layout Standard
25494 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
25495  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
25496  der beste Platz ist.
25497  
25498 \family sans
25499 Fußnoten
25500 \family default
25501  und 
25502 \family sans
25503 Randnotizen
25504 \family default
25505  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
25506  wenn auf ihrer Seite schon zu viele sind.
25507 \end_layout
25508
25509 \begin_layout Standard
25510 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
25511  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
25512  um weiße Flächen und Seiten ohne Text zu vermeiden.
25513  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar ligaturebreak
25514 löst,
25515  kann im Text auf ein Gleitobjekt verwiesen werden.
25516  Gleitobjekte sind deshalb nummeriert.
25517  Querverweise werden in Abschnitt
25518 \begin_inset space ~
25519 \end_inset
25520
25521
25522 \begin_inset CommandInset ref
25523 LatexCommand ref
25524 reference "abs:Auf-Gleitobjekte-verweisen"
25525
25526 \end_inset
25527
25528  beschrieben.
25529 \end_layout
25530
25531 \begin_layout Standard
25532 Ein Gleitobjekt wird mit 
25533 \family sans
25534 Einfügen\SpecialChar menuseparator
25535 Gleitobjekt\SpecialChar menuseparator
25536 Algorithmus/Abbildung/Ta\SpecialChar softhyphen
25537 belle/Um\SpecialChar softhyphen
25538 flos\SpecialChar softhyphen
25539 se\SpecialChar softhyphen
25540 nes
25541 \begin_inset space ~
25542 \end_inset
25543
25544 Gleitobjekt
25545 \family default
25546  eingefügt (Werkzeugleistenknopf 
25547 \begin_inset Info
25548 type  "icon"
25549 arg   "float-insert figure"
25550 \end_inset
25551
25552  oder 
25553 \begin_inset Info
25554 type  "icon"
25555 arg   "float-insert table"
25556 \end_inset
25557
25558 ).
25559  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
25560  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
25561  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
25562  #:).
25563  Statt # sehen Sie die von \SpecialChar LyX
25564  vergebene Nummer.
25565  In das schmale Feld nach der Marke können Sie den Titel schreiben.
25566  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
25567  eingefügt.
25568  In Abschnitt
25569 \begin_inset space ~
25570 \end_inset
25571
25572
25573 \begin_inset CommandInset ref
25574 LatexCommand ref
25575 reference "abs:Titel-Platzierung"
25576
25577 \end_inset
25578
25579  finden Sie mehr über die Platzierung des Titels.
25580  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
25581  auch wieder geöffnet.
25582  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
25583 \begin_inset Graphics
25584         filename clipart/Gleitobjekt.png
25585         scale 95
25586         scaleBeforeRotation
25587
25588 \end_inset
25589
25590  – ein graues Kästchen mit roter Beschriftung.
25591 \end_layout
25592
25593 \begin_layout Standard
25594 Um mögliche \SpecialChar LaTeX
25595 -Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
25596  Gleitobjekte in einem eigenen Absatz einzufügen.
25597 \end_layout
25598
25599 \begin_layout Standard
25600 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
25601  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
25602  klicken.
25603 \end_layout
25604
25605 \begin_layout Section
25606 Gleitobjekt-Typen
25607 \begin_inset Index idx
25608 status collapsed
25609
25610 \begin_layout Plain Layout
25611 Gleitobjekte ! Typen
25612 \end_layout
25613
25614 \end_inset
25615
25616
25617 \end_layout
25618
25619 \begin_layout Standard
25620 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
25621 \begin_inset space ~
25622 \end_inset
25623
25624
25625 \begin_inset CommandInset ref
25626 LatexCommand ref
25627 reference "abs:Gleitende-Abbildungen"
25628
25629 \end_inset
25630
25631  und 
25632 \begin_inset CommandInset ref
25633 LatexCommand ref
25634 reference "abs:Gleitende-Tabellen"
25635
25636 \end_inset
25637
25638  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
25639  Letztere sind in Abschnitt
25640 \begin_inset space ~
25641 \end_inset
25642
25643
25644 \begin_inset CommandInset ref
25645 LatexCommand ref
25646 reference "abs:Umflossene-Gleitobjekte"
25647
25648 \end_inset
25649
25650  beschrieben.
25651 \end_layout
25652
25653 \begin_layout Subsection
25654 Algorithmen-Gleitobjekt
25655 \begin_inset Index idx
25656 status collapsed
25657
25658 \begin_layout Plain Layout
25659 Gleitobjekte ! Algorithmen
25660 \end_layout
25661
25662 \end_inset
25663
25664
25665 \end_layout
25666
25667 \begin_layout Standard
25668 \begin_inset Float algorithm
25669 placement h
25670 wide false
25671 sideways false
25672 status open
25673
25674 \begin_layout Plain Layout
25675 \begin_inset Caption Standard
25676
25677 \begin_layout Plain Layout
25678 \begin_inset CommandInset label
25679 LatexCommand label
25680 name "alg:Ein-Gleitobjekt-Algorithmus"
25681
25682 \end_inset
25683
25684 Ein Gleitobjekt-Algorithmus 
25685 \end_layout
25686
25687 \end_inset
25688
25689
25690 \end_layout
25691
25692 \begin_layout LyX-Code
25693 for I in 1..N loop
25694 \begin_inset Newline newline
25695 \end_inset
25696
25697  Sum:= Sum + A(I); /*Kommentar*/
25698 \begin_inset Newline newline
25699 \end_inset
25700
25701 end loop
25702 \begin_inset VSpace -4mm
25703 \end_inset
25704
25705
25706 \end_layout
25707
25708 \end_inset
25709
25710
25711 \end_layout
25712
25713 \begin_layout Standard
25714 Dieser Typ wird mit 
25715 \family sans
25716 Einfügen\SpecialChar menuseparator
25717 Gleitobjekt\SpecialChar menuseparator
25718 Algorithmus
25719 \family default
25720  eingefügt.
25721  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
25722  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
25723 \begin_inset space ~
25724 \end_inset
25725
25726
25727 \begin_inset CommandInset ref
25728 LatexCommand ref
25729 reference "kap:Programm-Code-Listen"
25730
25731 \end_inset
25732
25733 .
25734  Eine mögliche Absatz-Umgebung hier für ist 
25735 \family sans
25736 \SpecialChar LyX
25737 -Code
25738 \family default
25739 , beschrieben im 
25740 \emph on
25741 Benutzerhandbuch
25742 \emph default
25743 .
25744  In Algorithmus
25745 \begin_inset space ~
25746 \end_inset
25747
25748
25749 \begin_inset CommandInset ref
25750 LatexCommand ref
25751 reference "alg:Ein-Gleitobjekt-Algorithmus"
25752
25753 \end_inset
25754
25755  wurden am Ende -4
25756 \begin_inset space \thinspace{}
25757 \end_inset
25758
25759 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
25760  letzten Zeile gedruckt wird.
25761 \end_layout
25762
25763 \begin_layout Standard
25764 Die Marke 
25765 \emph on
25766 Algorithmus
25767 \emph default
25768  wird nicht automatisch in die druckbare Version übernommen, sondern das
25769  englische Wort 
25770 \emph on
25771 Algorithm
25772 \emph default
25773  verwendet.
25774  Soll
25775 \emph on
25776  Algorithmus
25777 \emph default
25778  dort stehen, müssen Sie folgendes in den \SpecialChar LaTeX
25779 -Vorspann schreiben: 
25780 \end_layout
25781
25782 \begin_layout Standard
25783
25784 \series bold
25785
25786 \backslash
25787 floatname{algorithm}{Algorithmus}
25788 \end_layout
25789
25790 \begin_layout Standard
25791 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
25792  Sprache wie die \SpecialChar LyX
25793  Menünamen haben, das Menü 
25794 \family sans
25795 Einfügen\SpecialChar menuseparator
25796 Liste
25797 \begin_inset space \thinspace{}
25798 \end_inset
25799
25800 /
25801 \begin_inset space \thinspace{}
25802 \end_inset
25803
25804 Inhaltsverzeichnis\SpecialChar menuseparator
25805 Algorithmenverzeichnis
25806 \family default
25807  verwendet werden.
25808  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als \SpecialChar TeX
25809 -Code
25810  eingefügt werden:
25811 \end_layout
25812
25813 \begin_layout Standard
25814
25815 \series bold
25816
25817 \backslash
25818 listof{algorithm}{Algorithmenverzeichnis}
25819 \end_layout
25820
25821 \begin_layout Standard
25822 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
25823  nach dem Schema 
25824 \begin_inset Quotes gld
25825 \end_inset
25826
25827 Kapitelnummer.Algorithmusnummer
25828 \begin_inset Quotes grd
25829 \end_inset
25830
25831  nummeriert.
25832  Um das zu erreichen, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
25833 -Vorspann einfügen:
25834 \end_layout
25835
25836 \begin_layout Standard
25837
25838 \series bold
25839
25840 \backslash
25841 numberwithin{algorithm}{chapter}
25842 \end_layout
25843
25844 \begin_layout Standard
25845 Um 
25846 \series bold
25847
25848 \backslash
25849 numberwithin
25850 \series default
25851  benutzen zu können, muss in den 
25852 \family sans
25853 Mathe
25854 \begin_inset space ~
25855 \end_inset
25856
25857 Optionen
25858 \family default
25859  der 
25860 \family sans
25861 Dokument-Einstellungen
25862 \family default
25863  
25864 \family sans
25865 AMS
25866 \begin_inset space ~
25867 \end_inset
25868
25869 Mathe
25870 \begin_inset space ~
25871 \end_inset
25872
25873 Paket
25874 \family default
25875
25876 \begin_inset space ~
25877 \end_inset
25878
25879
25880 \family sans
25881 verwenden
25882 \family default
25883  angekreuzt sein.
25884 \end_layout
25885
25886 \begin_layout Section
25887 Gleitobjekt-Nummerierung
25888 \begin_inset Index idx
25889 status collapsed
25890
25891 \begin_layout Plain Layout
25892 Gleitobjekte ! Nummerierung
25893 \end_layout
25894
25895 \end_inset
25896
25897
25898 \end_layout
25899
25900 \begin_layout Standard
25901 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
25902  nummeriert oder nach dem Schema 
25903 \begin_inset Quotes gld
25904 \end_inset
25905
25906 Kapitelnummer.Gleitobjektnummer
25907 \begin_inset Quotes grd
25908 \end_inset
25909
25910  oder 
25911 \begin_inset Quotes gld
25912 \end_inset
25913
25914 Abschnittsnummer.Gleitobjektnummer
25915 \begin_inset Quotes grd
25916 \end_inset
25917
25918 .
25919  Das hängt von der Dokumentklasse ab.
25920 \end_layout
25921
25922 \begin_layout Standard
25923 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
25924  in den \SpecialChar LaTeX
25925 -Vorspann einfügen:
25926 \end_layout
25927
25928 \begin_layout Standard
25929
25930 \series bold
25931
25932 \backslash
25933 renewcommand{
25934 \backslash
25935 thetable}{
25936 \backslash
25937 roman{table}}
25938 \end_layout
25939
25940 \begin_layout Standard
25941
25942 \series bold
25943
25944 \backslash
25945 thetable
25946 \series default
25947  ist der Befehl, der die Tabellennummer druckt.
25948  Für Abbildungen ist das 
25949 \series bold
25950
25951 \backslash
25952 thefigure
25953 \series default
25954 .
25955  Der Befehl 
25956 \series bold
25957
25958 \backslash
25959 roman
25960 \series default
25961  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
25962 \end_layout
25963
25964 \begin_layout Standard
25965 Um das Nummerierungsschema zum Beispiel auf 
25966 \begin_inset Quotes gld
25967 \end_inset
25968
25969 Unterabschnittsnummer.Num\SpecialChar softhyphen
25970 mer
25971 \begin_inset Quotes grd
25972 \end_inset
25973
25974  zu ändern, setzen Sie folgendes in den \SpecialChar LaTeX
25975 -Vorspann:
25976 \end_layout
25977
25978 \begin_layout Standard
25979
25980 \series bold
25981
25982 \backslash
25983 numberwithin{table}{subsection}
25984 \end_layout
25985
25986 \begin_layout Standard
25987 Um den Befehl 
25988 \series bold
25989
25990 \backslash
25991 numberwithin
25992 \series default
25993  benutzen zu können, müssen Sie in den 
25994 \family sans
25995 Mathe
25996 \begin_inset space ~
25997 \end_inset
25998
25999 Optionen
26000 \family default
26001  der 
26002 \family sans
26003 Dokument-Einstellungen
26004 \family default
26005  
26006 \family sans
26007 AMS
26008 \begin_inset space ~
26009 \end_inset
26010
26011 Mathe
26012 \begin_inset space ~
26013 \end_inset
26014
26015 Paket
26016 \family default
26017
26018 \begin_inset space ~
26019 \end_inset
26020
26021
26022 \family sans
26023 verwenden
26024 \family default
26025  ankreuzen.
26026 \end_layout
26027
26028 \begin_layout Standard
26029 Sehen Sie sich bitte auch Abschnitt
26030 \begin_inset space ~
26031 \end_inset
26032
26033
26034 \begin_inset CommandInset ref
26035 LatexCommand ref
26036 reference "uab:Fußnoten-Nummerierung"
26037
26038 \end_inset
26039
26040  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
26041 \end_layout
26042
26043 \begin_layout Section
26044 Auf Gleitobjekte verweisen
26045 \begin_inset CommandInset label
26046 LatexCommand label
26047 name "abs:Auf-Gleitobjekte-verweisen"
26048
26049 \end_inset
26050
26051
26052 \begin_inset Index idx
26053 status collapsed
26054
26055 \begin_layout Plain Layout
26056 Gleitobjekte ! Querverweise
26057 \end_layout
26058
26059 \end_inset
26060
26061
26062 \begin_inset Index idx
26063 status collapsed
26064
26065 \begin_layout Plain Layout
26066 Querverweise ! auf Gleitobjekte
26067 \end_layout
26068
26069 \end_inset
26070
26071
26072 \end_layout
26073
26074 \begin_layout Standard
26075 Zunächst müssen Sie mit 
26076 \family sans
26077 Einfügen\SpecialChar menuseparator
26078 Marke
26079 \family default
26080  oder einen Klick auf 
26081 \begin_inset Info
26082 type  "icon"
26083 arg   "label-insert"
26084 \end_inset
26085
26086  eine Marke im Titel einfügen.
26087  Im 
26088 \family sans
26089 Marke
26090 \family default
26091 -Dialog schreiben Sie einen Text in das Feld 
26092 \family sans
26093 Marke
26094 \family default
26095  oder übernehmen den vorgeschlagenen.
26096  Die Marke sieht in \SpecialChar LyX
26097  dann so aus:
26098 \end_layout
26099
26100 \begin_layout Standard
26101 \begin_inset Graphics
26102         filename clipart/Marke.png
26103         scaleBeforeRotation
26104
26105 \end_inset
26106
26107
26108 \end_layout
26109
26110 \begin_layout Standard
26111 Die Marke wird als Anker und Name für den Querverweis benutzt.
26112  Mit 
26113 \family sans
26114 Einfügen\SpecialChar menuseparator
26115 Querverweis
26116 \family default
26117  oder einen Klick auf 
26118 \begin_inset Info
26119 type  "icon"
26120 arg   "dialog-show-new-inset ref"
26121 \end_inset
26122
26123  können Sie dann auf die Marke verweisen.
26124  Als Querverweis wird in \SpecialChar LyX
26125  ein graues Kästchen wie zum Beispiel dieses angezeigt:
26126 \end_layout
26127
26128 \begin_layout Standard
26129 \begin_inset Graphics
26130         filename clipart/Querverweis.png
26131         scaleBeforeRotation
26132
26133 \end_inset
26134
26135
26136 \begin_inset Newline newline
26137 \end_inset
26138
26139  Mehr zu Querverweisen finden Sie im 
26140 \emph on
26141 Benutzerhandbuch
26142 \emph default
26143 .
26144 \end_layout
26145
26146 \begin_layout Standard
26147 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
26148  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
26149  durch einen Zeilenumbruch getrennt werden können.
26150 \end_layout
26151
26152 \begin_layout Standard
26153 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
26154  \SpecialChar LyX
26155  passt die Querverweise automatisch an.
26156 \end_layout
26157
26158 \begin_layout Standard
26159 Ein Klick auf den Schalter 
26160 \family sans
26161 Gehe
26162 \begin_inset space ~
26163 \end_inset
26164
26165 zur
26166 \begin_inset space ~
26167 \end_inset
26168
26169 Marke
26170 \family default
26171  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
26172  Der Text der Schaltfläche heißt jetzt 
26173 \family sans
26174 Gehe
26175 \begin_inset space ~
26176 \end_inset
26177
26178 zurück
26179 \family default
26180  und ein Klick darauf macht genau dies.
26181 \end_layout
26182
26183 \begin_layout Subsection
26184 Querverweis-Formate
26185 \begin_inset CommandInset label
26186 LatexCommand label
26187 name "uab:Querverweis-Formate"
26188
26189 \end_inset
26190
26191
26192 \begin_inset Index idx
26193 status collapsed
26194
26195 \begin_layout Plain Layout
26196 Querverweise ! Formate
26197 \end_layout
26198
26199 \end_inset
26200
26201
26202 \end_layout
26203
26204 \begin_layout Standard
26205 Es gibt sechs verschiedene Querverweisstile:
26206 \end_layout
26207
26208 \begin_layout Description
26209 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
26210  
26211 \begin_inset CommandInset ref
26212 LatexCommand ref
26213 reference "fig:Zwei-Teilabbildungen"
26214
26215 \end_inset
26216
26217
26218 \end_layout
26219
26220 \begin_layout Description
26221 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
26222  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
26223  verwendet wird, speziell wenn der Name 
26224 \begin_inset Quotes gld
26225 \end_inset
26226
26227 Gleichung
26228 \begin_inset Quotes grd
26229 \end_inset
26230
26231  weggelassen wird: 
26232 \begin_inset CommandInset ref
26233 LatexCommand eqref
26234 reference "eq:Wgn"
26235
26236 \end_inset
26237
26238
26239 \end_layout
26240
26241 \begin_layout Description
26242 <Seite>: druckt die Seitennummer: Seite
26243 \begin_inset space ~
26244 \end_inset
26245
26246
26247 \begin_inset CommandInset ref
26248 LatexCommand pageref
26249 reference "fig:Zwei-Teilabbildungen"
26250
26251 \end_inset
26252
26253
26254 \end_layout
26255
26256 \begin_layout Description
26257 auf
26258 \begin_inset space ~
26259 \end_inset
26260
26261 Seite
26262 \begin_inset space ~
26263 \end_inset
26264
26265 <Seite>: druckt den Text 
26266 \begin_inset Quotes gld
26267 \end_inset
26268
26269 auf Seite
26270 \begin_inset Quotes grd
26271 \end_inset
26272
26273  und die Seitennummer: 
26274 \begin_inset CommandInset ref
26275 LatexCommand vpageref
26276 reference "fig:Zwei-Teilabbildungen"
26277
26278 \end_inset
26279
26280
26281 \end_layout
26282
26283 \begin_layout Description
26284 <Querverweis>
26285 \begin_inset space ~
26286 \end_inset
26287
26288 auf
26289 \begin_inset space ~
26290 \end_inset
26291
26292 Seite
26293 \begin_inset space ~
26294 \end_inset
26295
26296 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
26297 \begin_inset Quotes gld
26298 \end_inset
26299
26300 auf Seite
26301 \begin_inset Quotes grd
26302 \end_inset
26303
26304 , und die Seitennummer: 
26305 \begin_inset CommandInset ref
26306 LatexCommand vref
26307 reference "fig:Zwei-Teilabbildungen"
26308
26309 \end_inset
26310
26311
26312 \end_layout
26313
26314 \begin_layout Description
26315 Formatierter
26316 \begin_inset space ~
26317 \end_inset
26318
26319 Querverweis: druckt ein selbst definiertes Querverweisformat
26320 \begin_inset Newline newline
26321 \end_inset
26322
26323
26324 \begin_inset Note Greyedout
26325 status open
26326
26327 \begin_layout Plain Layout
26328
26329 \series bold
26330 Bemerkung:
26331 \series default
26332  Dies ist nur möglich, wenn das \SpecialChar LaTeX
26333 -Paket 
26334 \series bold
26335 prettyref
26336 \series default
26337  oder 
26338 \series bold
26339 refstyle
26340 \series default
26341
26342 \begin_inset Index idx
26343 status collapsed
26344
26345 \begin_layout Plain Layout
26346 \SpecialChar LaTeX
26347 -Pakete ! prettyref
26348 \end_layout
26349
26350 \end_inset
26351
26352
26353 \begin_inset Index idx
26354 status collapsed
26355
26356 \begin_layout Plain Layout
26357 \SpecialChar LaTeX
26358 -Pakete ! refstyle
26359 \end_layout
26360
26361 \end_inset
26362
26363  installiert ist.
26364 \end_layout
26365
26366 \end_inset
26367
26368
26369 \begin_inset Newline newline
26370 \end_inset
26371
26372 Sie können durch setzen der Option 
26373 \family sans
26374 Verwende refstyle (nicht prettyref) für Querverweise
26375 \family default
26376  im Menü 
26377 \family sans
26378 Dokument\SpecialChar menuseparator
26379 Einstellungen\SpecialChar menuseparator
26380 Dokumentklasse
26381 \family default
26382  wählen, welches \SpecialChar LaTeX
26383 -Paket für diesen Verweistyp verwendet wird.
26384  Das Format wird definiert, indem man den Befehl 
26385 \series bold
26386
26387 \backslash
26388 newrefformat
26389 \series default
26390  (prettyref) oder 
26391 \series bold
26392
26393 \backslash
26394 newref
26395 \series default
26396  (refstyle) in den \SpecialChar LaTeX
26397 -Vorspann einfügt.
26398  Z.
26399 \begin_inset space \thinspace{}
26400 \end_inset
26401
26402 B.
26403  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
26404  
26405 \begin_inset Quotes eld
26406 \end_inset
26407
26408
26409 \family sans
26410 abb
26411 \family default
26412
26413 \begin_inset Quotes erd
26414 \end_inset
26415
26416 ) mit dem Befehle
26417 \begin_inset Newline newline
26418 \end_inset
26419
26420
26421 \series bold
26422
26423 \backslash
26424 newref{abb}{refcmd={Bild auf Seite 
26425 \backslash
26426 pageref{#1}}}
26427 \series default
26428
26429 \begin_inset Newline newline
26430 \end_inset
26431
26432 geändert werden.
26433  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
26434 en verwiesen, 
26435 \begin_inset CommandInset citation
26436 LatexCommand cite
26437 key "prettyref,refstyle"
26438 literal "true"
26439
26440 \end_inset
26441
26442 .
26443 \begin_inset Newline newline
26444 \end_inset
26445
26446 Die Optionen 
26447 \family sans
26448 Plural
26449 \family default
26450  und 
26451 \family sans
26452 Großschreibung
26453 \family default
26454  sind nur verfügbar, wenn Sie das \SpecialChar LaTeX
26455 -Paket 
26456 \series bold
26457 refstyle
26458 \series default
26459  verwenden.
26460  Beide Optionen sind für deutsche Text nicht nützlich, denn 
26461 \family sans
26462 Plural
26463 \family default
26464  fügt ein 
26465 \emph on
26466 s
26467 \emph default
26468  an den Namen an, z.
26469 \begin_inset space \thinspace{}
26470 \end_inset
26471
26472 B.
26473  
26474 \begin_inset Quotes gld
26475 \end_inset
26476
26477 Abbildungs
26478 \begin_inset Quotes grd
26479 \end_inset
26480
26481  und 
26482 \family sans
26483 Großschreibung
26484 \family default
26485  gibt den Namen großgeschrieben aus, z.
26486 \begin_inset space \thinspace{}
26487 \end_inset
26488
26489 B.
26490  
26491 \begin_inset Quotes gld
26492 \end_inset
26493
26494 Abbildung
26495 \begin_inset Quotes grd
26496 \end_inset
26497
26498 , was aber bereits die Voreinstellung ist.
26499 \end_layout
26500
26501 \begin_layout Description
26502 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
26503 \begin_inset CommandInset ref
26504 LatexCommand nameref
26505 reference "fig:Zwei-Teilabbildungen"
26506
26507 \end_inset
26508
26509
26510 \end_layout
26511
26512 \begin_layout Description
26513 Nur
26514 \begin_inset space ~
26515 \end_inset
26516
26517 Marke: gibt nur die \SpecialChar LaTeX
26518 -Marke der Referenz aus: 
26519 \begin_inset CommandInset ref
26520 LatexCommand labelonly
26521 reference "fig:Zwei-Teilabbildungen"
26522 plural "false"
26523 caps "false"
26524 noprefix "false"
26525
26526 \end_inset
26527
26528
26529 \begin_inset Newline newline
26530 \end_inset
26531
26532 Damit kann man die Marke für Befehle im \SpecialChar TeX
26533 -Code verwenden.
26534  Mit der Option 
26535 \family sans
26536 Ohne
26537 \begin_inset space ~
26538 \end_inset
26539
26540 Präfix
26541 \family default
26542  kann der Präfix des Markennamens weggelassen werden: 
26543 \begin_inset CommandInset ref
26544 LatexCommand labelonly
26545 reference "fig:Zwei-Teilabbildungen"
26546 plural "false"
26547 caps "false"
26548 noprefix "true"
26549
26550 \end_inset
26551
26552
26553 \end_layout
26554
26555 \begin_layout Standard
26556
26557 \family sans
26558 <Seite>
26559 \family default
26560  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
26561  vorherigen, der selben oder der nächsten Seite befindet.
26562  Stattdessen wird z.
26563 \begin_inset space \thinspace{}
26564 \end_inset
26565
26566 B.
26567  der Text 
26568 \begin_inset Quotes gld
26569 \end_inset
26570
26571
26572 \family sans
26573 auf dieser Seite
26574 \family default
26575
26576 \begin_inset Quotes grd
26577 \end_inset
26578
26579  gedruckt.
26580  Der Stil 
26581 \family sans
26582 <Querverweis>
26583 \begin_inset space ~
26584 \end_inset
26585
26586 auf
26587 \begin_inset space ~
26588 \end_inset
26589
26590 Seite
26591 \begin_inset space ~
26592 \end_inset
26593
26594 <Seite>
26595 \family default
26596  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
26597  Seite ist.
26598 \end_layout
26599
26600 \begin_layout Standard
26601 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
26602  automatisch von \SpecialChar LaTeX
26603  berechnet.
26604  Die Stile können im Feld 
26605 \family sans
26606 Format
26607 \family default
26608  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
26609  einen Querverweis klicken.
26610 \end_layout
26611
26612 \begin_layout Standard
26613 \begin_inset Note Greyedout
26614 status open
26615
26616 \begin_layout Plain Layout
26617
26618 \series bold
26619 Bemerkung:
26620 \series default
26621  Es wird empfohlen, das \SpecialChar LaTeX
26622 -Paket 
26623 \series bold
26624 refstyle
26625 \series default
26626
26627 \begin_inset Index idx
26628 status collapsed
26629
26630 \begin_layout Plain Layout
26631 \SpecialChar LaTeX
26632 -Pakete ! refstyle
26633 \end_layout
26634
26635 \end_inset
26636
26637  zu verwenden, da 
26638 \series bold
26639 prettyref
26640 \series default
26641
26642 \begin_inset Index idx
26643 status collapsed
26644
26645 \begin_layout Plain Layout
26646 \SpecialChar LaTeX
26647 -Pakete ! prettyref
26648 \end_layout
26649
26650 \end_inset
26651
26652  nicht alle möglichen \SpecialChar LyX
26653 -Marken-Kürzel
26654 \begin_inset Foot
26655 status collapsed
26656
26657 \begin_layout Plain Layout
26658  
26659 \begin_inset Quotes gld
26660 \end_inset
26661
26662 abb:
26663 \begin_inset Quotes grd
26664 \end_inset
26665
26666  ist z.
26667 \begin_inset space \thinspace{}
26668 \end_inset
26669
26670 B.
26671  \SpecialChar LyX
26672 ' Kürzel für Marken in Bildbeschriftungen.
26673 \end_layout
26674
26675 \end_inset
26676
26677  kennt und auch nicht internationalisiert ist.
26678 \end_layout
26679
26680 \end_inset
26681
26682
26683 \end_layout
26684
26685 \begin_layout Subsection
26686 Automatische Querverweisnamen
26687 \begin_inset Index idx
26688 status collapsed
26689
26690 \begin_layout Plain Layout
26691 Querverweise ! Automatische Namen 
26692 \end_layout
26693
26694 \end_inset
26695
26696
26697 \end_layout
26698
26699 \begin_layout Standard
26700 Das \SpecialChar LaTeX
26701 -Paket 
26702 \series bold
26703 hyperref
26704 \series default
26705
26706 \begin_inset Index idx
26707 status collapsed
26708
26709 \begin_layout Plain Layout
26710 \SpecialChar LaTeX
26711 -Pakete ! hyperref
26712 \end_layout
26713
26714 \end_inset
26715
26716 , das in den
26717 \family sans
26718  PDF-Eigenschaften
26719 \family default
26720  im 
26721 \family sans
26722 Dokument-Einstellungen
26723 \family default
26724  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
26725  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
26726  wie 
26727 \emph on
26728 Abschnitt
26729 \emph default
26730 ).
26731  Sie müssen damit z.
26732 \begin_inset space \thinspace{}
26733 \end_inset
26734
26735 B.
26736  nicht mehr den Namen 
26737 \begin_inset Quotes gld
26738 \end_inset
26739
26740 Abbildung
26741 \begin_inset Quotes grd
26742 \end_inset
26743
26744  vor jeden Querverweis auf eine Abbildung schreiben.
26745  Um diese Funktion benutzen zu können, aktivieren Sie 
26746 \series bold
26747 hyperref
26748 \series default
26749  und fügen diese Zeile in den \SpecialChar LaTeX
26750 -Vorspann ein:
26751 \end_layout
26752
26753 \begin_layout Standard
26754
26755 \series bold
26756
26757 \backslash
26758 AtBeginDocument{
26759 \backslash
26760 renewcommand{
26761 \backslash
26762 ref}[1]{
26763 \backslash
26764 mbox{
26765 \backslash
26766 autoref{#1}}}}
26767 \end_layout
26768
26769 \begin_layout Standard
26770 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
26771 \begin_inset space \thinspace{}
26772 \end_inset
26773
26774 B.
26775  statt 
26776 \begin_inset Quotes gld
26777 \end_inset
26778
26779 Abschnitt
26780 \begin_inset Quotes grd
26781 \end_inset
26782
26783  den Namen 
26784 \begin_inset Quotes gld
26785 \end_inset
26786
26787 Kap.
26788 \begin_inset space \thinspace{}
26789 \end_inset
26790
26791
26792 \begin_inset Quotes grd
26793 \end_inset
26794
26795 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
26796 \end_layout
26797
26798 \begin_layout Standard
26799
26800 \series bold
26801
26802 \backslash
26803 addto
26804 \backslash
26805 extrasngerman{
26806 \backslash
26807 renewcommand{
26808 \backslash
26809 sectionautorefname}
26810 \begin_inset Newline newline
26811 \end_inset
26812
26813
26814 \begin_inset Phantom HPhantom
26815 status open
26816
26817 \begin_layout Plain Layout
26818
26819 \series bold
26820 \begin_inset space ~
26821 \end_inset
26822
26823
26824 \end_layout
26825
26826 \end_inset
26827
26828 {Kap.
26829 \backslash
26830 negthinspace}}
26831 \end_layout
26832
26833 \begin_layout Standard
26834 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
26835 \begin_inset Newline newline
26836 \end_inset
26837
26838
26839 \series bold
26840
26841 \backslash
26842 extrasngerman
26843 \series default
26844  durch 
26845 \series bold
26846
26847 \backslash
26848 extras***
26849 \series default
26850 , wobei *** der Name der verwendeten Sprache ist.
26851 \end_layout
26852
26853 \begin_layout Standard
26854 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
26855  z.
26856 \begin_inset space \thinspace{}
26857 \end_inset
26858
26859 B.
26860  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
26861 \end_layout
26862
26863 \begin_layout Standard
26864
26865 \series bold
26866
26867 \backslash
26868 addto
26869 \backslash
26870 extrasngerman{
26871 \backslash
26872 renewcommand*{
26873 \backslash
26874 equationautorefname}[1]{}}
26875 \end_layout
26876
26877 \begin_layout Standard
26878 Mehr über dieses Thema finden Sie in der 
26879 \series bold
26880 hyperref
26881 \series default
26882 -Dokumentation 
26883 \begin_inset CommandInset citation
26884 LatexCommand cite
26885 key "hyperref"
26886 literal "true"
26887
26888 \end_inset
26889
26890 .
26891 \end_layout
26892
26893 \begin_layout Standard
26894 \begin_inset Note Greyedout
26895 status open
26896
26897 \begin_layout Plain Layout
26898
26899 \series bold
26900 Bemerkung:
26901 \series default
26902  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
26903  als Querverweisstil 
26904 \family sans
26905 Formatierter
26906 \begin_inset space ~
26907 \end_inset
26908
26909 Querverweis
26910 \family default
26911  benutzen, wie in Abschnitt
26912 \begin_inset space ~
26913 \end_inset
26914
26915
26916 \begin_inset CommandInset ref
26917 LatexCommand ref
26918 reference "uab:Querverweis-Formate"
26919
26920 \end_inset
26921
26922  beschrieben.
26923 \end_layout
26924
26925 \end_inset
26926
26927
26928 \end_layout
26929
26930 \begin_layout Standard
26931 Das 
26932 \emph on
26933 Mathe
26934 \emph default
26935  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
26936 \end_layout
26937
26938 \begin_layout Subsection
26939 Querverweis-Position
26940 \begin_inset CommandInset label
26941 LatexCommand label
26942 name "uab:Querverweis-Position"
26943
26944 \end_inset
26945
26946
26947 \begin_inset Index idx
26948 status collapsed
26949
26950 \begin_layout Plain Layout
26951 Querverweise !  Position
26952 \end_layout
26953
26954 \end_inset
26955
26956
26957 \end_layout
26958
26959 \begin_layout Standard
26960 Wenn Sie 
26961 \series bold
26962 hyperref
26963 \series default
26964
26965 \begin_inset Index idx
26966 status collapsed
26967
26968 \begin_layout Plain Layout
26969 \SpecialChar LaTeX
26970 -Pakete ! hyperref
26971 \end_layout
26972
26973 \end_inset
26974
26975  in den
26976 \family sans
26977  PDF-Eigenschaften
26978 \family default
26979  im 
26980 \family sans
26981 Dokument-Einstellungen
26982 \family default
26983  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
26984  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
26985  und Sie werden das Bild ohne Scrollen nicht sehen.
26986  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
26987  ist.
26988  Wenn Sie das  \SpecialChar LaTeX
26989 -Paket 
26990 \series bold
26991 hypcap
26992 \series default
26993
26994 \begin_inset Index idx
26995 status collapsed
26996
26997 \begin_layout Plain Layout
26998 \SpecialChar LaTeX
26999 -Pakete ! hypcap
27000 \end_layout
27001
27002 \end_inset
27003
27004 , das Teil des \SpecialChar LaTeX
27005 -Pakets 
27006 \series bold
27007 oberdiek
27008 \series default
27009
27010 \begin_inset Index idx
27011 status collapsed
27012
27013 \begin_layout Plain Layout
27014 \SpecialChar LaTeX
27015 -Pakete ! oberdiek
27016 \end_layout
27017
27018 \end_inset
27019
27020  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
27021  Aber natürlich müssen Sie auch hier das \SpecialChar LaTeX
27022 -Paket 
27023 \series bold
27024 hypcap
27025 \series default
27026  zunächst in den \SpecialChar LaTeX
27027 -Vorspann laden:
27028 \end_layout
27029
27030 \begin_layout Standard
27031
27032 \series bold
27033
27034 \backslash
27035 usepackage[figure]{hypcap}
27036 \end_layout
27037
27038 \begin_layout Standard
27039 Sie können 
27040 \series bold
27041 hypcap
27042 \series default
27043  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
27044  nicht empfohlen.
27045  Weitere Informationen finden Sie im
27046 \series bold
27047  hypcap
27048 \series default
27049 -Handbuch 
27050 \begin_inset CommandInset citation
27051 LatexCommand cite
27052 key "hypcap"
27053 literal "true"
27054
27055 \end_inset
27056
27057 .
27058 \end_layout
27059
27060 \begin_layout Standard
27061 \begin_inset Note Greyedout
27062 status open
27063
27064 \begin_layout Plain Layout
27065
27066 \series bold
27067 Bemerkung:
27068 \series default
27069  
27070 \series bold
27071 hypcap
27072 \series medium
27073  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
27074 \end_layout
27075
27076 \end_inset
27077
27078
27079 \end_layout
27080
27081 \begin_layout Section
27082 Gleitobjekt-Platzierung
27083 \begin_inset CommandInset label
27084 LatexCommand label
27085 name "abs:Gleitobjekt-Platzierung"
27086
27087 \end_inset
27088
27089
27090 \begin_inset Index idx
27091 status collapsed
27092
27093 \begin_layout Plain Layout
27094 Gleitobjekte ! Platzierung
27095 \end_layout
27096
27097 \end_inset
27098
27099
27100 \end_layout
27101
27102 \begin_layout Standard
27103 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
27104 \family sans
27105 Einstellungen 
27106 \family default
27107 öffnet einen Dialog, in dem Sie die \SpecialChar LaTeX
27108 -Optionen für die Gleitobjekt-Platzierung
27109  ändern können.
27110 \begin_inset Newline newline
27111 \end_inset
27112
27113 Die Option 
27114 \family sans
27115 Spalten
27116 \begin_inset space ~
27117 \end_inset
27118
27119 überspannen
27120 \family default
27121  ist nur bei zweispaltigen Dokumenten sinnvoll.
27122  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
27123 \begin_inset Newline newline
27124 \end_inset
27125
27126 Die Option 
27127 \family sans
27128 Seitwärts
27129 \begin_inset space ~
27130 \end_inset
27131
27132 drehen
27133 \family default
27134  ist in Abschnitt 
27135 \begin_inset CommandInset ref
27136 LatexCommand ref
27137 reference "abs:Gedrehte-Gleitobjekte"
27138
27139 \end_inset
27140
27141  beschrieben.
27142 \end_layout
27143
27144 \begin_layout Standard
27145 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
27146  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
27147  Sie die Option 
27148 \family sans
27149 Standard-Platzierung
27150 \begin_inset space ~
27151 \end_inset
27152
27153 verwenden
27154 \family default
27155  nicht verwenden:
27156 \end_layout
27157
27158 \begin_layout Description
27159 Hier
27160 \begin_inset space ~
27161 \end_inset
27162
27163 wenn
27164 \begin_inset space ~
27165 \end_inset
27166
27167 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
27168 \end_layout
27169
27170 \begin_layout Description
27171 Anfang
27172 \begin_inset space ~
27173 \end_inset
27174
27175 der
27176 \begin_inset space ~
27177 \end_inset
27178
27179 Seite
27180 \family sans
27181  
27182 \family default
27183 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
27184  Gleitobjekte, die maximal 70
27185 \begin_inset space \thinspace{}
27186 \end_inset
27187
27188 % einer Seite benötigen, dürfen oben platziert werden.
27189  Dies kann durch die Variable 
27190 \series bold
27191
27192 \backslash
27193 topfraction
27194 \series default
27195  im \SpecialChar LaTeX
27196 -Vorspann überschrieben werden, zum Beispiel: 
27197 \end_layout
27198
27199 \begin_deeper
27200 \begin_layout Standard
27201
27202 \series bold
27203
27204 \backslash
27205 renewcommand{
27206 \backslash
27207 topfraction}{0.9}
27208 \family typewriter
27209 \series default
27210  
27211 \end_layout
27212
27213 \end_deeper
27214 \begin_layout Description
27215 Ende
27216 \begin_inset space ~
27217 \end_inset
27218
27219 der
27220 \begin_inset space ~
27221 \end_inset
27222
27223 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
27224  Gleitobjekte, die maximal 30
27225 \begin_inset space \thinspace{}
27226 \end_inset
27227
27228 % einer Seite benötigen, dürfen unten platziert werden.
27229  Dies kann durch die Variable 
27230 \series bold
27231
27232 \backslash
27233 bottomfraction
27234 \series default
27235  im \SpecialChar LaTeX
27236 -Vorspann überschrieben werden, zum Beispiel setzt 
27237 \end_layout
27238
27239 \begin_deeper
27240 \begin_layout Standard
27241
27242 \series bold
27243
27244 \backslash
27245 renewcommand{
27246 \backslash
27247 bottomfraction}{0.5}
27248 \end_layout
27249
27250 \begin_layout Standard
27251 die oftmals zu kleine untere Grenze auf 50
27252 \begin_inset space \thinspace{}
27253 \end_inset
27254
27255 %.
27256 \end_layout
27257
27258 \end_deeper
27259 \begin_layout Description
27260 Seite
27261 \begin_inset space ~
27262 \end_inset
27263
27264 mit
27265 \begin_inset space ~
27266 \end_inset
27267
27268 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
27269  Nur wenn mehr als 50
27270 \begin_inset space \thinspace{}
27271 \end_inset
27272
27273 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
27274  Gleitobjekte bereitgestellt.
27275  Dies kann durch die Variable 
27276 \series bold
27277
27278 \backslash
27279 floatpagefraction 
27280 \series default
27281 im \SpecialChar LaTeX
27282 -Vorspann überschrieben werden.
27283 \end_layout
27284
27285 \begin_layout Standard
27286 Die Reihenfolge der obigen Optionen wird 
27287 \emph on
27288 immer
27289 \emph default
27290  von \SpecialChar LaTeX
27291  verwendet.
27292  Das heißt wenn Sie die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
27293  zuerst versuchen
27294  
27295 \family sans
27296 Hier
27297 \begin_inset space \space{}
27298 \end_inset
27299
27300 wenn
27301 \begin_inset space \space{}
27302 \end_inset
27303
27304 möglich
27305 \family default
27306 , dann 
27307 \family sans
27308 Anfang
27309 \begin_inset space ~
27310 \end_inset
27311
27312 der
27313 \begin_inset space ~
27314 \end_inset
27315
27316 Seite
27317 \family default
27318  und dann die anderen Optionen anzuwenden.
27319  Wenn Sie nicht die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
27320  nur die von Ihnen
27321  gewählten Optionen versuchen anzuwenden, aber immer in derselben Reihenfolge.
27322  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
27323 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
27324 \end_layout
27325
27326 \begin_layout Standard
27327 Die Option 
27328 \family sans
27329 Hier,
27330 \begin_inset space ~
27331 \end_inset
27332
27333 auf
27334 \begin_inset space ~
27335 \end_inset
27336
27337 jeden
27338 \begin_inset space ~
27339 \end_inset
27340
27341 Fall
27342 \family default
27343  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
27344  fast druckreif ist.
27345  Denn mit der Option kann das Objekt nicht mehr 
27346 \emph on
27347 gleiten
27348 \emph default
27349 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
27350  oftmals zerstört.
27351 \end_layout
27352
27353 \begin_layout Standard
27354 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
27355  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
27356 \begin_inset VSpace bigskip
27357 \end_inset
27358
27359
27360 \end_layout
27361
27362 \begin_layout Standard
27363 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
27364 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
27365  das Gleitobjekt sei Teil des vorherigen Abschnitts.
27366  Das kann mit dem \SpecialChar LaTeX
27367 -Befehl
27368 \series bold
27369  
27370 \backslash
27371 suppressfloats
27372 \series default
27373  verhindert werden.
27374  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
27375  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
27376  gesetzt wird.
27377  Dazu müssen Sie im \SpecialChar LaTeX
27378 -Vorspann folgende Befehle einfügen:
27379 \end_layout
27380
27381 \begin_layout Standard
27382
27383 \series bold
27384
27385 \backslash
27386 let
27387 \backslash
27388 meinAbschnitt
27389 \backslash
27390 section
27391 \begin_inset Newline newline
27392 \end_inset
27393
27394
27395 \backslash
27396 renewcommand{
27397 \backslash
27398 section}{
27399 \backslash
27400 suppressfloats[t]
27401 \backslash
27402 meinAbschnitt}
27403 \end_layout
27404
27405 \begin_layout Standard
27406 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
27407  Unterabschnitten festlegen.
27408  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
27409  \SpecialChar LaTeX
27410  Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
27411 \end_layout
27412
27413 \begin_layout Standard
27414 Es gibt auch noch das \SpecialChar LaTeX
27415 -Paket 
27416 \series bold
27417 flafter
27418 \series default
27419
27420 \begin_inset Index idx
27421 status collapsed
27422
27423 \begin_layout Plain Layout
27424 \SpecialChar LaTeX
27425 -Pakete ! flafter
27426 \end_layout
27427
27428 \end_inset
27429
27430  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
27431  gedruckt wird.
27432 \end_layout
27433
27434 \begin_layout Standard
27435 \begin_inset VSpace bigskip
27436 \end_inset
27437
27438 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
27439  Dafür gibt es das \SpecialChar LaTeX
27440 -Paket 
27441 \series bold
27442 endfloat
27443 \series default
27444
27445 \begin_inset Index idx
27446 status collapsed
27447
27448 \begin_layout Plain Layout
27449 \SpecialChar LaTeX
27450 -Pakete ! endfloat
27451 \end_layout
27452
27453 \end_inset
27454
27455 .
27456  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
27457  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
27458  
27459 \family sans
27460
27461 \begin_inset Quotes gld
27462 \end_inset
27463
27464 [Abbildung
27465 \begin_inset space ~
27466 \end_inset
27467
27468 3.2 ist ungefähr hier.]
27469 \family default
27470
27471 \begin_inset Quotes grd
27472 \end_inset
27473
27474  finden.
27475  Das 
27476 \series bold
27477 endfloat
27478 \series default
27479 -Paket wird mit folgendem Befehl in den \SpecialChar LaTeX
27480 -Vorspann eingefügt:
27481 \end_layout
27482
27483 \begin_layout Standard
27484
27485 \series bold
27486
27487 \backslash
27488 usepackage[Optionen]{endfloat}
27489 \end_layout
27490
27491 \begin_layout Standard
27492 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
27493  Tabellen-Abschnitte, die Sie in der 
27494 \series bold
27495 endfloat
27496 \series default
27497 -Dokumentation 
27498 \begin_inset CommandInset citation
27499 LatexCommand cite
27500 key "endfloat"
27501 literal "true"
27502
27503 \end_inset
27504
27505  nachlesen können.
27506 \begin_inset Newline newline
27507 \end_inset
27508
27509
27510 \begin_inset Note Greyedout
27511 status open
27512
27513 \begin_layout Plain Layout
27514
27515 \series bold
27516 Bemerkung
27517 \begin_inset space ~
27518 \end_inset
27519
27520 1: endfloat
27521 \series default
27522  übersetzt den Hinweistext nicht automatisch.
27523  Abschnitt
27524 \begin_inset space ~
27525 \end_inset
27526
27527 4 in 
27528 \begin_inset CommandInset citation
27529 LatexCommand cite
27530 key "endfloat"
27531 literal "true"
27532
27533 \end_inset
27534
27535  beschreibt, wie es geht.
27536 \end_layout
27537
27538 \end_inset
27539
27540
27541 \end_layout
27542
27543 \begin_layout Standard
27544 \begin_inset Note Greyedout
27545 status open
27546
27547 \begin_layout Plain Layout
27548
27549 \series bold
27550 Bemerkung
27551 \begin_inset space ~
27552 \end_inset
27553
27554 2: 
27555 \series default
27556 Die aktuelle Version von 
27557 \series bold
27558 endfloat
27559 \series default
27560  hat einen Fehler, wenn die Überschrift ein 
27561 \begin_inset Quotes gld
27562 \end_inset
27563
27564 ß
27565 \begin_inset Quotes grd
27566 \end_inset
27567
27568  enthält.
27569  Sie müssen stattdessen den Befehl 
27570 \series bold
27571
27572 \backslash
27573 ss
27574 \series default
27575  als \SpecialChar TeX
27576 -Code benutzen.
27577 \end_layout
27578
27579 \end_inset
27580
27581
27582 \end_layout
27583
27584 \begin_layout Standard
27585 \begin_inset VSpace bigskip
27586 \end_inset
27587
27588 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in \SpecialChar LaTeX
27589 -Büchern
27590  wie 
27591 \begin_inset CommandInset citation
27592 LatexCommand cite
27593 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
27594 literal "true"
27595
27596 \end_inset
27597
27598 .
27599 \end_layout
27600
27601 \begin_layout Section
27602 Gedrehte Gleitobjekte
27603 \begin_inset CommandInset label
27604 LatexCommand label
27605 name "abs:Gedrehte-Gleitobjekte"
27606
27607 \end_inset
27608
27609
27610 \begin_inset Index idx
27611 status collapsed
27612
27613 \begin_layout Plain Layout
27614 Gleitobjekte ! drehen
27615 \end_layout
27616
27617 \end_inset
27618
27619
27620 \end_layout
27621
27622 \begin_layout Standard
27623 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
27624 t drehen.
27625  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
27626  und die Option 
27627 \family sans
27628 Seitwärts
27629 \begin_inset space ~
27630 \end_inset
27631
27632 drehen
27633 \family default
27634  wählen.
27635 \end_layout
27636
27637 \begin_layout Standard
27638 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
27639  sie ein mehrspaltiges Dokument haben) gedruckt.
27640  Sie können mehrere Spalten überspannen, wenn die Option 
27641 \family sans
27642 Spalten
27643 \begin_inset space ~
27644 \end_inset
27645
27646 überspannen
27647 \family default
27648  in den Gleitobjekt Einstellungen gewählt ist.
27649  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
27650  werden können.
27651  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
27652  Option 
27653 \series bold
27654 figuresleft
27655 \series default
27656  oder 
27657 \series bold
27658 figuresright
27659 \series default
27660  zu den Dokumentklassen-Optionen hinzu.
27661 \end_layout
27662
27663 \begin_layout Standard
27664 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
27665  Tabelle
27666 \begin_inset space ~
27667 \end_inset
27668
27669
27670 \begin_inset CommandInset ref
27671 LatexCommand ref
27672 reference "tab:Gedrehte-Tabelle"
27673
27674 \end_inset
27675
27676  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
27677 \end_layout
27678
27679 \begin_layout Standard
27680 \begin_inset Note Greyedout
27681 status open
27682
27683 \begin_layout Plain Layout
27684
27685 \series bold
27686 Bemerkung:
27687 \series default
27688  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
27689 \end_layout
27690
27691 \end_inset
27692
27693
27694 \end_layout
27695
27696 \begin_layout Standard
27697 \begin_inset Float table
27698 wide false
27699 sideways true
27700 status open
27701
27702 \begin_layout Plain Layout
27703 \begin_inset Caption Standard
27704
27705 \begin_layout Plain Layout
27706 \begin_inset CommandInset label
27707 LatexCommand label
27708 name "tab:Gedrehte-Tabelle"
27709
27710 \end_inset
27711
27712 Gedrehte Tabelle
27713 \end_layout
27714
27715 \end_inset
27716
27717
27718 \end_layout
27719
27720 \begin_layout Plain Layout
27721 \align center
27722 \begin_inset Tabular
27723 <lyxtabular version="3" rows="1" columns="5">
27724 <features tabularvalignment="middle">
27725 <column alignment="center" valignment="top">
27726 <column alignment="center" valignment="top">
27727 <column alignment="center" valignment="top">
27728 <column alignment="center" valignment="top">
27729 <column alignment="center" valignment="top">
27730 <row>
27731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27732 \begin_inset Text
27733
27734 \begin_layout Plain Layout
27735 Test
27736 \end_layout
27737
27738 \end_inset
27739 </cell>
27740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27741 \begin_inset Text
27742
27743 \begin_layout Plain Layout
27744 b
27745 \end_layout
27746
27747 \end_inset
27748 </cell>
27749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27750 \begin_inset Text
27751
27752 \begin_layout Plain Layout
27753 c
27754 \end_layout
27755
27756 \end_inset
27757 </cell>
27758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27759 \begin_inset Text
27760
27761 \begin_layout Plain Layout
27762 d
27763 \end_layout
27764
27765 \end_inset
27766 </cell>
27767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27768 \begin_inset Text
27769
27770 \begin_layout Plain Layout
27771 e
27772 \end_layout
27773
27774 \end_inset
27775 </cell>
27776 </row>
27777 </lyxtabular>
27778
27779 \end_inset
27780
27781
27782 \end_layout
27783
27784 \end_inset
27785
27786
27787 \end_layout
27788
27789 \begin_layout Section
27790 Untergleitobjekte
27791 \begin_inset Index idx
27792 status collapsed
27793
27794 \begin_layout Plain Layout
27795 Gleitobjekte ! Untergleitobjekte
27796 \end_layout
27797
27798 \end_inset
27799
27800
27801 \end_layout
27802
27803 \begin_layout Standard
27804 Untergleitobjekte werden z.
27805 \begin_inset space \thinspace{}
27806 \end_inset
27807
27808 B.
27809  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
27810  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
27811  eingefügt wird.
27812  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
27813  in Tabelle
27814 \begin_inset space ~
27815 \end_inset
27816
27817
27818 \begin_inset CommandInset ref
27819 LatexCommand ref
27820 reference "tab:Untertabellen-nebeneinander"
27821
27822 \end_inset
27823
27824  und 
27825 \begin_inset CommandInset ref
27826 LatexCommand ref
27827 reference "tab:Untertabellen-übereinander"
27828
27829 \end_inset
27830
27831 .
27832 \end_layout
27833
27834 \begin_layout Standard
27835 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
27836 \begin_inset space ~
27837 \end_inset
27838
27839
27840 \begin_inset CommandInset ref
27841 LatexCommand ref
27842 reference "tab:Untertabelle-a"
27843
27844 \end_inset
27845
27846  und 
27847 \begin_inset CommandInset ref
27848 LatexCommand ref
27849 reference "tab:Untertabelle-b"
27850
27851 \end_inset
27852
27853  sind Untertabellen von Tabelle
27854 \begin_inset space ~
27855 \end_inset
27856
27857
27858 \begin_inset CommandInset ref
27859 LatexCommand ref
27860 reference "tab:Untertabellen-nebeneinander"
27861
27862 \end_inset
27863
27864 .
27865 \end_layout
27866
27867 \begin_layout Standard
27868 \begin_inset Float table
27869 wide false
27870 sideways false
27871 status open
27872
27873 \begin_layout Plain Layout
27874 \begin_inset Caption Standard
27875
27876 \begin_layout Plain Layout
27877 \begin_inset CommandInset label
27878 LatexCommand label
27879 name "tab:Untertabellen-nebeneinander"
27880
27881 \end_inset
27882
27883 Zwei Untertabellen nebeneinander.
27884 \end_layout
27885
27886 \end_inset
27887
27888
27889 \end_layout
27890
27891 \begin_layout Plain Layout
27892 \align center
27893 \begin_inset space \hfill{}
27894 \end_inset
27895
27896
27897 \begin_inset Float table
27898 wide false
27899 sideways false
27900 status collapsed
27901
27902 \begin_layout Plain Layout
27903 \begin_inset Caption Standard
27904
27905 \begin_layout Plain Layout
27906 \begin_inset CommandInset label
27907 LatexCommand label
27908 name "tab:Untertabelle-a"
27909
27910 \end_inset
27911
27912 Dies ist Untertabelle a.
27913 \end_layout
27914
27915 \end_inset
27916
27917
27918 \end_layout
27919
27920 \begin_layout Plain Layout
27921 \align center
27922 \begin_inset Tabular
27923 <lyxtabular version="3" rows="1" columns="5">
27924 <features tabularvalignment="middle">
27925 <column alignment="center" valignment="top">
27926 <column alignment="center" valignment="top">
27927 <column alignment="center" valignment="top">
27928 <column alignment="center" valignment="top">
27929 <column alignment="center" valignment="top">
27930 <row>
27931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27932 \begin_inset Text
27933
27934 \begin_layout Plain Layout
27935 Test
27936 \end_layout
27937
27938 \end_inset
27939 </cell>
27940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27941 \begin_inset Text
27942
27943 \begin_layout Plain Layout
27944 b
27945 \end_layout
27946
27947 \end_inset
27948 </cell>
27949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27950 \begin_inset Text
27951
27952 \begin_layout Plain Layout
27953 c
27954 \end_layout
27955
27956 \end_inset
27957 </cell>
27958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27959 \begin_inset Text
27960
27961 \begin_layout Plain Layout
27962 d
27963 \end_layout
27964
27965 \end_inset
27966 </cell>
27967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27968 \begin_inset Text
27969
27970 \begin_layout Plain Layout
27971 e
27972 \end_layout
27973
27974 \end_inset
27975 </cell>
27976 </row>
27977 </lyxtabular>
27978
27979 \end_inset
27980
27981
27982 \end_layout
27983
27984 \end_inset
27985
27986
27987 \begin_inset space \hfill{}
27988 \end_inset
27989
27990
27991 \begin_inset Float table
27992 wide false
27993 sideways false
27994 status collapsed
27995
27996 \begin_layout Plain Layout
27997 \begin_inset Caption Standard
27998
27999 \begin_layout Plain Layout
28000 \begin_inset CommandInset label
28001 LatexCommand label
28002 name "tab:Untertabelle-b"
28003
28004 \end_inset
28005
28006 Dies ist Untertabelle b.
28007 \end_layout
28008
28009 \end_inset
28010
28011
28012 \end_layout
28013
28014 \begin_layout Plain Layout
28015 \align center
28016 \begin_inset Tabular
28017 <lyxtabular version="3" rows="1" columns="5">
28018 <features tabularvalignment="middle">
28019 <column alignment="center" valignment="top">
28020 <column alignment="center" valignment="top">
28021 <column alignment="center" valignment="top">
28022 <column alignment="center" valignment="top">
28023 <column alignment="center" valignment="top">
28024 <row>
28025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28026 \begin_inset Text
28027
28028 \begin_layout Plain Layout
28029 e
28030 \end_layout
28031
28032 \end_inset
28033 </cell>
28034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28035 \begin_inset Text
28036
28037 \begin_layout Plain Layout
28038 d
28039 \end_layout
28040
28041 \end_inset
28042 </cell>
28043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28044 \begin_inset Text
28045
28046 \begin_layout Plain Layout
28047 c
28048 \end_layout
28049
28050 \end_inset
28051 </cell>
28052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28053 \begin_inset Text
28054
28055 \begin_layout Plain Layout
28056 b
28057 \end_layout
28058
28059 \end_inset
28060 </cell>
28061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28062 \begin_inset Text
28063
28064 \begin_layout Plain Layout
28065 Test
28066 \end_layout
28067
28068 \end_inset
28069 </cell>
28070 </row>
28071 </lyxtabular>
28072
28073 \end_inset
28074
28075
28076 \end_layout
28077
28078 \end_inset
28079
28080
28081 \begin_inset space \hfill{}
28082 \end_inset
28083
28084
28085 \end_layout
28086
28087 \end_inset
28088
28089
28090 \end_layout
28091
28092 \begin_layout Standard
28093 \begin_inset Float table
28094 wide false
28095 sideways false
28096 status open
28097
28098 \begin_layout Plain Layout
28099 \begin_inset Caption Standard
28100
28101 \begin_layout Plain Layout
28102 \begin_inset CommandInset label
28103 LatexCommand label
28104 name "tab:Untertabellen-übereinander"
28105
28106 \end_inset
28107
28108 Zwei Untertabellen übereinander.
28109  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
28110 \end_layout
28111
28112 \end_inset
28113
28114
28115 \end_layout
28116
28117 \begin_layout Plain Layout
28118 \align center
28119 \begin_inset Float table
28120 wide false
28121 sideways false
28122 status collapsed
28123
28124 \begin_layout Plain Layout
28125 \begin_inset Caption Standard
28126
28127 \begin_layout Plain Layout
28128
28129 \end_layout
28130
28131 \end_inset
28132
28133
28134 \end_layout
28135
28136 \begin_layout Plain Layout
28137 \align center
28138 \begin_inset Tabular
28139 <lyxtabular version="3" rows="1" columns="4">
28140 <features tabularvalignment="middle">
28141 <column alignment="center" valignment="top">
28142 <column alignment="center" valignment="top">
28143 <column alignment="center" valignment="top">
28144 <column alignment="center" valignment="top">
28145 <row>
28146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28147 \begin_inset Text
28148
28149 \begin_layout Plain Layout
28150 Test
28151 \end_layout
28152
28153 \end_inset
28154 </cell>
28155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28156 \begin_inset Text
28157
28158 \begin_layout Plain Layout
28159 Test
28160 \end_layout
28161
28162 \end_inset
28163 </cell>
28164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28165 \begin_inset Text
28166
28167 \begin_layout Plain Layout
28168 Test
28169 \end_layout
28170
28171 \end_inset
28172 </cell>
28173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28174 \begin_inset Text
28175
28176 \begin_layout Plain Layout
28177 Test
28178 \end_layout
28179
28180 \end_inset
28181 </cell>
28182 </row>
28183 </lyxtabular>
28184
28185 \end_inset
28186
28187
28188 \end_layout
28189
28190 \end_inset
28191
28192
28193 \end_layout
28194
28195 \begin_layout Plain Layout
28196 \align center
28197 \begin_inset Float table
28198 wide false
28199 sideways false
28200 status collapsed
28201
28202 \begin_layout Plain Layout
28203 \begin_inset Caption Standard
28204
28205 \begin_layout Plain Layout
28206
28207 \end_layout
28208
28209 \end_inset
28210
28211
28212 \end_layout
28213
28214 \begin_layout Plain Layout
28215 \align center
28216 \begin_inset Tabular
28217 <lyxtabular version="3" rows="1" columns="5">
28218 <features tabularvalignment="middle">
28219 <column alignment="center" valignment="top">
28220 <column alignment="center" valignment="top">
28221 <column alignment="center" valignment="top">
28222 <column alignment="center" valignment="top">
28223 <column alignment="center" valignment="top">
28224 <row>
28225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28226 \begin_inset Text
28227
28228 \begin_layout Plain Layout
28229 a
28230 \end_layout
28231
28232 \end_inset
28233 </cell>
28234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28235 \begin_inset Text
28236
28237 \begin_layout Plain Layout
28238 b
28239 \end_layout
28240
28241 \end_inset
28242 </cell>
28243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28244 \begin_inset Text
28245
28246 \begin_layout Plain Layout
28247 c
28248 \end_layout
28249
28250 \end_inset
28251 </cell>
28252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28253 \begin_inset Text
28254
28255 \begin_layout Plain Layout
28256 d
28257 \end_layout
28258
28259 \end_inset
28260 </cell>
28261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28262 \begin_inset Text
28263
28264 \begin_layout Plain Layout
28265 e
28266 \end_layout
28267
28268 \end_inset
28269 </cell>
28270 </row>
28271 </lyxtabular>
28272
28273 \end_inset
28274
28275
28276 \end_layout
28277
28278 \end_inset
28279
28280
28281 \end_layout
28282
28283 \end_inset
28284
28285
28286 \end_layout
28287
28288 \begin_layout Section
28289 Gleitobjekte nebeneinander
28290 \begin_inset Index idx
28291 status collapsed
28292
28293 \begin_layout Plain Layout
28294 Gleitobjekte ! nebeneinander
28295 \end_layout
28296
28297 \end_inset
28298
28299
28300 \end_layout
28301
28302 \begin_layout Standard
28303 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
28304 \begin_inset space ~
28305 \end_inset
28306
28307
28308 \begin_inset CommandInset ref
28309 LatexCommand ref
28310 reference "abb:Gleitobjekt-links"
28311
28312 \end_inset
28313
28314  und 
28315 \begin_inset CommandInset ref
28316 LatexCommand ref
28317 reference "abb:Gleitobjekt-rechts"
28318
28319 \end_inset
28320
28321  wird nur 
28322 \emph on
28323 ein
28324 \emph default
28325  Gleitobjekt verwendet.
28326  In dieses werden zwei Minipage Boxen eingefügt.
28327 \begin_inset Foot
28328 status collapsed
28329
28330 \begin_layout Plain Layout
28331 Minipages sind in Abschnitt
28332 \begin_inset space ~
28333 \end_inset
28334
28335
28336 \begin_inset CommandInset ref
28337 LatexCommand ref
28338 reference "abs:Minipage"
28339
28340 \end_inset
28341
28342  erklärt.
28343 \end_layout
28344
28345 \end_inset
28346
28347  Die Breite wird für jede Minipage auf 45
28348 \begin_inset space \thinspace{}
28349 \end_inset
28350
28351 -50
28352 \begin_inset space \thinspace{}
28353 \end_inset
28354
28355 Spalten% und die Box Ausrichtung auf 
28356 \family sans
28357 Unten
28358 \family default
28359  gesetzt.
28360  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
28361  Gleitobjekt.
28362  Der einzige Unterschied ist, dass die Bildeinheit 
28363 \family sans
28364 Spaltenbreite
28365 \begin_inset space ~
28366 \end_inset
28367
28368 %
28369 \family default
28370  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
28371 \end_layout
28372
28373 \begin_layout Standard
28374 \begin_inset Float figure
28375 wide false
28376 sideways false
28377 status open
28378
28379 \begin_layout Plain Layout
28380 \begin_inset Box Frameless
28381 position "b"
28382 hor_pos "c"
28383 has_inner_box 1
28384 inner_pos "t"
28385 use_parbox 0
28386 use_makebox 0
28387 width "45col%"
28388 special "none"
28389 height "1in"
28390 height_special "totalheight"
28391 thickness "0.4pt"
28392 separation "3pt"
28393 shadowsize "4pt"
28394 framecolor "black"
28395 backgroundcolor "none"
28396 status open
28397
28398 \begin_layout Plain Layout
28399 \align center
28400 \begin_inset Graphics
28401         filename ../clipart/2D-intensity-plot.pdf
28402         width 100col%
28403         scaleBeforeRotation
28404
28405 \end_inset
28406
28407
28408 \end_layout
28409
28410 \begin_layout Plain Layout
28411 \begin_inset Caption Standard
28412
28413 \begin_layout Plain Layout
28414 \begin_inset CommandInset label
28415 LatexCommand label
28416 name "abb:Gleitobjekt-links"
28417
28418 \end_inset
28419
28420 Gleitobjekt auf der linken Seite.
28421 \end_layout
28422
28423 \end_inset
28424
28425
28426 \end_layout
28427
28428 \end_inset
28429
28430
28431 \begin_inset space \hfill{}
28432 \end_inset
28433
28434
28435 \begin_inset Box Frameless
28436 position "b"
28437 hor_pos "c"
28438 has_inner_box 1
28439 inner_pos "t"
28440 use_parbox 0
28441 use_makebox 0
28442 width "45col%"
28443 special "none"
28444 height "1in"
28445 height_special "totalheight"
28446 thickness "0.4pt"
28447 separation "3pt"
28448 shadowsize "4pt"
28449 framecolor "black"
28450 backgroundcolor "none"
28451 status open
28452
28453 \begin_layout Plain Layout
28454 \align center
28455 \begin_inset Graphics
28456         filename ../clipart/Star-structure.pdf
28457         width 100col%
28458         scaleBeforeRotation
28459
28460 \end_inset
28461
28462
28463 \end_layout
28464
28465 \begin_layout Plain Layout
28466 \begin_inset Caption Standard
28467
28468 \begin_layout Plain Layout
28469 \begin_inset CommandInset label
28470 LatexCommand label
28471 name "abb:Gleitobjekt-rechts"
28472
28473 \end_inset
28474
28475 Gleitobjekt auf der rechten Seite.
28476 \end_layout
28477
28478 \end_inset
28479
28480
28481 \end_layout
28482
28483 \end_inset
28484
28485
28486 \end_layout
28487
28488 \end_inset
28489
28490
28491 \end_layout
28492
28493 \begin_layout Standard
28494 Eine alternative und einfachere Methode ist, das Modul 
28495 \family sans
28496 Breitenvariable
28497 \begin_inset space ~
28498 \end_inset
28499
28500 Minipages
28501 \family default
28502  zu verwenden, siehe Abschnitt
28503 \begin_inset space ~
28504 \end_inset
28505
28506
28507 \begin_inset CommandInset ref
28508 LatexCommand ref
28509 reference "abs:Minipage"
28510
28511 \end_inset
28512
28513 .
28514  Breitenvariable Minipages berücksichtigen die Breite der Abbildungen und
28515  Tabellen automatisch, so dass keine explizite Breite angegeben werden muss.
28516  Die \SpecialChar LyX
28517 -Beispieldatei 
28518 \emph on
28519 varwidth-floats-side-by-side
28520 \emph default
28521  zeigt ein paar Beispiele.
28522 \end_layout
28523
28524 \begin_layout Section
28525 Beschriftungs-Formatierung
28526 \begin_inset CommandInset label
28527 LatexCommand label
28528 name "abs:Titel-Formatierung"
28529
28530 \end_inset
28531
28532
28533 \begin_inset Index idx
28534 status collapsed
28535
28536 \begin_layout Plain Layout
28537 Gleitobjekte ! Beschriftung ! Formatierung
28538 \end_layout
28539
28540 \end_inset
28541
28542
28543 \end_layout
28544
28545 \begin_layout Standard
28546
28547 \family sans
28548 Legende
28549 \family default
28550  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
28551  In \SpecialChar LyX
28552  sehen Titel so aus:  
28553 \family sans
28554
28555 \begin_inset Quotes gld
28556 \end_inset
28557
28558 Abbildung xyz:
28559 \family default
28560
28561 \begin_inset Quotes grd
28562 \end_inset
28563
28564 , gefolgt vom Beschriftungstext, wobei 
28565 \family sans
28566 xyz
28567 \family default
28568  die von \SpecialChar LyX
28569  vergebene Nummer ist.
28570  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
28571  gedruckt.
28572  Dieses Format ist für die meisten aber nicht alle Dokumente geeignet.
28573 \end_layout
28574
28575 \begin_layout Standard
28576 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das \SpecialChar LaTeX
28577 -Paket
28578  
28579 \series bold
28580 caption
28581 \series default
28582
28583 \begin_inset Index idx
28584 status collapsed
28585
28586 \begin_layout Plain Layout
28587 \SpecialChar LaTeX
28588 -Pakete ! caption
28589 \end_layout
28590
28591 \end_inset
28592
28593  in den \SpecialChar LaTeX
28594 -Vorspann laden:
28595 \end_layout
28596
28597 \begin_layout Standard
28598
28599 \series bold
28600
28601 \backslash
28602 usepackage[Format-Definition]{caption}
28603 \end_layout
28604
28605 \begin_layout Standard
28606 Soll zum Beispiel Name und Nummer serifenlos und fett gedruckt werden und
28607  die Beschriftung immer über der Tabelle stehen, müssen Sie folgenden Befehl
28608  verwenden:
28609 \end_layout
28610
28611 \begin_layout Standard
28612
28613 \series bold
28614
28615 \backslash
28616 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28617 \end_layout
28618
28619 \begin_layout Standard
28620 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
28621  definieren.
28622  Dazu laden Sie das 
28623 \series bold
28624 caption
28625 \series default
28626 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
28627  dem Befehl
28628 \end_layout
28629
28630 \begin_layout Standard
28631
28632 \series bold
28633
28634 \backslash
28635 captionsetup[Gleitobjekt-Typ]{Format-Definition}
28636 \end_layout
28637
28638 \begin_layout Standard
28639 Für Abbildung
28640 \begin_inset space ~
28641 \end_inset
28642
28643
28644 \begin_inset CommandInset ref
28645 LatexCommand ref
28646 reference "abb:Langer-Abb-Titel"
28647
28648 \end_inset
28649
28650  und Tabelle
28651 \begin_inset space ~
28652 \end_inset
28653
28654
28655 \begin_inset CommandInset ref
28656 LatexCommand ref
28657 reference "tab:Langer-Tab-Titel"
28658
28659 \end_inset
28660
28661  können die Beschriftungen mit folgenden Befehlen im \SpecialChar LaTeX
28662 -Vorspann definiert
28663  werden:
28664 \end_layout
28665
28666 \begin_layout Standard
28667
28668 \series bold
28669
28670 \backslash
28671 usepackage[tableposition=top]{caption}
28672 \begin_inset Newline newline
28673 \end_inset
28674
28675
28676 \backslash
28677 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28678 \begin_inset Newline newline
28679 \end_inset
28680
28681
28682 \begin_inset Phantom HPhantom
28683 status open
28684
28685 \begin_layout Plain Layout
28686
28687 \series bold
28688
28689 \backslash
28690 captionsetup[figure]{
28691 \end_layout
28692
28693 \end_inset
28694
28695 labelsep=period}
28696 \begin_inset Newline newline
28697 \end_inset
28698
28699
28700 \backslash
28701 captionsetup[table]{labelfont={bf,sf}}
28702 \end_layout
28703
28704 \begin_layout Standard
28705 \begin_inset Note Greyedout
28706 status open
28707
28708 \begin_layout Plain Layout
28709
28710 \series bold
28711 Bemerkung:
28712 \series default
28713  Die Option 
28714 \series bold
28715 tableposition=top
28716 \series default
28717  hat keine Auswirkung, wenn eine 
28718 \series bold
28719 KOMA-Script
28720 \series default
28721
28722 \begin_inset Index idx
28723 status collapsed
28724
28725 \begin_layout Plain Layout
28726 \SpecialChar LaTeX
28727 -Pakete ! KOMA-Script
28728 \end_layout
28729
28730 \end_inset
28731
28732 -Dokumentklasse verwendet wird.
28733  Hier muss die Option 
28734 \series bold
28735 captions=tableheading
28736 \series default
28737  benutzt werden.
28738 \end_layout
28739
28740 \end_inset
28741
28742
28743 \end_layout
28744
28745 \begin_layout Standard
28746 Weitere Informationen über das Paket
28747 \series bold
28748  caption
28749 \series default
28750  finden Sie in seiner Dokumentation 
28751 \begin_inset CommandInset citation
28752 LatexCommand cite
28753 key "caption"
28754 literal "true"
28755
28756 \end_inset
28757
28758 .
28759 \end_layout
28760
28761 \begin_layout Standard
28762 Wenn Sie den Namen von 
28763 \begin_inset Quotes gld
28764 \end_inset
28765
28766 Abbildung
28767 \begin_inset Quotes grd
28768 \end_inset
28769
28770  auf 
28771 \begin_inset Quotes gld
28772 \end_inset
28773
28774 Bild
28775 \begin_inset Quotes grd
28776 \end_inset
28777
28778  ändern wollen, können Sie das mit folgendem Befehl im \SpecialChar LaTeX
28779 -Vorspann  machen:
28780 \end_layout
28781
28782 \begin_layout Standard
28783
28784 \series bold
28785
28786 \backslash
28787 renewcommand{
28788 \backslash
28789 fnum@figure}{Bild~
28790 \backslash
28791 thefigure}
28792 \end_layout
28793
28794 \begin_layout Standard
28795 wobei 
28796 \series bold
28797
28798 \backslash
28799 thefigure
28800 \series default
28801  die Bildnummer einsetzt und
28802 \series bold
28803  ~
28804 \series default
28805  ein geschütztes Leerzeichen ist.
28806 \end_layout
28807
28808 \begin_layout Standard
28809 \begin_inset VSpace bigskip
28810 \end_inset
28811
28812 Wenn Sie eine 
28813 \series bold
28814 KOMA-Script
28815 \series default
28816
28817 \begin_inset Index idx
28818 status collapsed
28819
28820 \begin_layout Plain Layout
28821 \SpecialChar LaTeX
28822 -Pakete ! KOMA-Script
28823 \end_layout
28824
28825 \end_inset
28826
28827 -Dokumentklasse (
28828 \family sans
28829 article (KOMA-Script)
28830 \family default
28831
28832 \family sans
28833 book (KOMA-Script)
28834 \family default
28835
28836 \family sans
28837 letter (KOMA-Script)
28838 \family default
28839  oder 
28840 \family sans
28841 report (KOMA-Script)
28842 \family default
28843 ) benutzen, können Sie anstatt des 
28844 \series bold
28845 caption
28846 \series default
28847 -Paketes den eingebauten Befehl 
28848 \series bold
28849
28850 \backslash
28851 setkomafont
28852 \series default
28853  von 
28854 \series bold
28855 KOMA-Script
28856 \series default
28857  benutzen.
28858  Der Befehl
28859 \end_layout
28860
28861 \begin_layout Standard
28862
28863 \series bold
28864
28865 \backslash
28866 setkomafont{captionlabel}{
28867 \backslash
28868 bfseries}
28869 \end_layout
28870
28871 \begin_layout Standard
28872 im \SpecialChar LaTeX
28873 -Vorspann druckt den Namen fett.
28874 \end_layout
28875
28876 \begin_layout Standard
28877 Weitere Informationen über 
28878 \series bold
28879
28880 \backslash
28881 setkomafont
28882 \series default
28883  finden Sie in der 
28884 \series bold
28885 KOMA-Script
28886 \series default
28887 -Do\SpecialChar softhyphen
28888 ku\SpecialChar softhyphen
28889 men\SpecialChar softhyphen
28890 ta\SpecialChar softhyphen
28891 tion 
28892 \begin_inset CommandInset citation
28893 LatexCommand cite
28894 key "KOMA-Script"
28895 literal "true"
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 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28911 }
28912 \end_layout
28913
28914 \end_inset
28915
28916
28917 \begin_inset Note Note
28918 status open
28919
28920 \begin_layout Plain Layout
28921 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
28922 \end_layout
28923
28924 \end_inset
28925
28926
28927 \end_layout
28928
28929 \begin_layout Standard
28930 \begin_inset Float figure
28931 placement !p
28932 wide false
28933 sideways false
28934 status open
28935
28936 \begin_layout Plain Layout
28937 \align center
28938 \begin_inset Graphics
28939         filename ../clipart/2D-intensity-plot.pdf
28940         scaleBeforeRotation
28941
28942 \end_inset
28943
28944
28945 \end_layout
28946
28947 \begin_layout Plain Layout
28948 \begin_inset Caption Standard
28949
28950 \begin_layout Plain Layout
28951 \begin_inset CommandInset label
28952 LatexCommand label
28953 name "abb:Langer-Abb-Titel"
28954
28955 \end_inset
28956
28957 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
28958  ist, um das andere Beschriftungsformat zu zeigen.
28959  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
28960 \begin_inset Argument 1
28961 status collapsed
28962
28963 \begin_layout Plain Layout
28964 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
28965  ist.
28966 \end_layout
28967
28968 \end_inset
28969
28970
28971 \end_layout
28972
28973 \end_inset
28974
28975
28976 \end_layout
28977
28978 \end_inset
28979
28980
28981 \end_layout
28982
28983 \begin_layout Standard
28984 \begin_inset ERT
28985 status collapsed
28986
28987 \begin_layout Plain Layout
28988
28989
28990 \backslash
28991 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28992 on}
28993 \end_layout
28994
28995 \end_inset
28996
28997
28998 \end_layout
28999
29000 \begin_layout Standard
29001 \begin_inset Float table
29002 placement !p
29003 wide false
29004 sideways false
29005 status open
29006
29007 \begin_layout Plain Layout
29008 \begin_inset Caption Standard
29009
29010 \begin_layout Plain Layout
29011 \begin_inset CommandInset label
29012 LatexCommand label
29013 name "tab:Langer-Tab-Titel"
29014
29015 \end_inset
29016
29017 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
29018  ist, um das andere Beschriftungsformat zu zeigen.
29019  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
29020  benutzt.
29021 \begin_inset Argument 1
29022 status collapsed
29023
29024 \begin_layout Plain Layout
29025 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
29026  ist.
29027 \end_layout
29028
29029 \end_inset
29030
29031
29032 \end_layout
29033
29034 \end_inset
29035
29036
29037 \end_layout
29038
29039 \begin_layout Plain Layout
29040 \align center
29041 \begin_inset Tabular
29042 <lyxtabular version="3" rows="1" columns="5">
29043 <features tabularvalignment="middle">
29044 <column alignment="center" valignment="top">
29045 <column alignment="center" valignment="top">
29046 <column alignment="center" valignment="top">
29047 <column alignment="center" valignment="top">
29048 <column alignment="center" valignment="top">
29049 <row>
29050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29051 \begin_inset Text
29052
29053 \begin_layout Plain Layout
29054 a
29055 \end_layout
29056
29057 \end_inset
29058 </cell>
29059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29060 \begin_inset Text
29061
29062 \begin_layout Plain Layout
29063 b
29064 \end_layout
29065
29066 \end_inset
29067 </cell>
29068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29069 \begin_inset Text
29070
29071 \begin_layout Plain Layout
29072 c
29073 \end_layout
29074
29075 \end_inset
29076 </cell>
29077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29078 \begin_inset Text
29079
29080 \begin_layout Plain Layout
29081 d
29082 \end_layout
29083
29084 \end_inset
29085 </cell>
29086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29087 \begin_inset Text
29088
29089 \begin_layout Plain Layout
29090 e
29091 \end_layout
29092
29093 \end_inset
29094 </cell>
29095 </row>
29096 </lyxtabular>
29097
29098 \end_inset
29099
29100
29101 \end_layout
29102
29103 \end_inset
29104
29105
29106 \end_layout
29107
29108 \begin_layout Section
29109 Beschriftungs-Platzierung
29110 \begin_inset CommandInset label
29111 LatexCommand label
29112 name "abs:Titel-Platzierung"
29113
29114 \end_inset
29115
29116
29117 \begin_inset Index idx
29118 status collapsed
29119
29120 \begin_layout Plain Layout
29121 Gleitobjekte ! Beschriftung ! Platzierung
29122 \end_layout
29123
29124 \end_inset
29125
29126
29127 \end_layout
29128
29129 \begin_layout Standard
29130 Normalerweise werden die Beschriftungen wie folgt platziert:
29131 \end_layout
29132
29133 \begin_layout Description
29134 Abbildung: darunter
29135 \end_layout
29136
29137 \begin_layout Description
29138 Tabelle: darüber
29139 \end_layout
29140
29141 \begin_layout Standard
29142 \SpecialChar LaTeX
29143 -Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
29144  Das heißt wenn Sie eine der Dokument-Klassen 
29145 \family sans
29146 article
29147 \family default
29148
29149 \family sans
29150 book
29151 \family default
29152
29153 \family sans
29154 letter
29155 \family default
29156  oder 
29157 \family sans
29158 report
29159 \family default
29160  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
29161  Um das zu erreichen, laden Sie das \SpecialChar LaTeX
29162 -Paket 
29163 \series bold
29164 caption
29165 \series default
29166
29167 \begin_inset Index idx
29168 status collapsed
29169
29170 \begin_layout Plain Layout
29171 \SpecialChar LaTeX
29172 -Pakete ! caption
29173 \end_layout
29174
29175 \end_inset
29176
29177  im \SpecialChar LaTeX
29178 -Vorspann mit der Option
29179 \begin_inset Foot
29180 status collapsed
29181
29182 \begin_layout Plain Layout
29183 In Abschnitt
29184 \begin_inset space ~
29185 \end_inset
29186
29187
29188 \begin_inset CommandInset ref
29189 LatexCommand ref
29190 reference "abs:Titel-Formatierung"
29191
29192 \end_inset
29193
29194  steht mehr über das Paket 
29195 \series bold
29196 caption
29197 \series default
29198 .
29199 \end_layout
29200
29201 \end_inset
29202
29203
29204 \end_layout
29205
29206 \begin_layout Standard
29207
29208 \series bold
29209 tableposition=top
29210 \end_layout
29211
29212 \begin_layout Standard
29213 Wenn Sie eine 
29214 \series bold
29215 KOMA-Script
29216 \series default
29217
29218 \begin_inset Index idx
29219 status collapsed
29220
29221 \begin_layout Plain Layout
29222 \SpecialChar LaTeX
29223 -Pakete ! KOMA-Script
29224 \end_layout
29225
29226 \end_inset
29227
29228 -Dokumentklasse (
29229 \family sans
29230 article (KOMA-Script)
29231 \family default
29232
29233 \family sans
29234 book (KOMA-Script)
29235 \family default
29236
29237 \family sans
29238 letter (KOMA-Script)
29239 \family default
29240  oder 
29241 \family sans
29242 report (KOMA-Script)
29243 \family default
29244 ) benutzen, können Sie alternativ zum 
29245 \series bold
29246 caption
29247 \series default
29248 -Paket die Dokumentklassen-Option
29249 \end_layout
29250
29251 \begin_layout Standard
29252
29253 \series bold
29254 captions=tableheading
29255 \end_layout
29256
29257 \begin_layout Standard
29258 benutzen.
29259 \begin_inset Foot
29260 status collapsed
29261
29262 \begin_layout Plain Layout
29263 Diese Option wird in diesem Dokument verwendet.
29264 \end_layout
29265
29266 \end_inset
29267
29268
29269 \end_layout
29270
29271 \begin_layout Standard
29272 In Dokumenten, die eine KOMA-Script Klasse verwenden, können Sie auch mit
29273  rechts auf eine Beschriftung klicken und im Kontextmenü markieren, ob diese
29274  Beschriftung über oder unter der Tabelle/Abbildung sein soll.
29275  Auf diese Weise kann die dokumentweite Beschriftungs-Platzierung für bestimmte
29276  Beschriftungen überschrieben werden.
29277  Tabelle
29278 \begin_inset space ~
29279 \end_inset
29280
29281
29282 \begin_inset CommandInset ref
29283 LatexCommand ref
29284 reference "tab:Eine-Beschriftung-unterhalb"
29285
29286 \end_inset
29287
29288  ist ein Beispiel, bei dem die Beschriftung als unterhalb der Tabelle markiert
29289  wurde, obwohl sie über der Tabelle steht.
29290  Zum Vergleich ist die Beschriftung von Tabelle
29291 \begin_inset space ~
29292 \end_inset
29293
29294
29295 \begin_inset CommandInset ref
29296 LatexCommand ref
29297 reference "tab:Eine-normale-Tabellen-Beschriftu"
29298
29299 \end_inset
29300
29301  nicht markiert.
29302 \end_layout
29303
29304 \begin_layout Standard
29305 \begin_inset Float table
29306 wide false
29307 sideways false
29308 status open
29309
29310 \begin_layout Plain Layout
29311 \begin_inset Caption Below
29312
29313 \begin_layout Plain Layout
29314 \begin_inset CommandInset label
29315 LatexCommand label
29316 name "tab:Eine-Beschriftung-unterhalb"
29317
29318 \end_inset
29319
29320 Eine Beschriftung, die als unterhalb der der Tabelle markiert wurde.
29321 \end_layout
29322
29323 \end_inset
29324
29325
29326 \end_layout
29327
29328 \begin_layout Plain Layout
29329 \align center
29330 \begin_inset Tabular
29331 <lyxtabular version="3" rows="3" columns="3">
29332 <features tabularvalignment="middle">
29333 <column alignment="center" valignment="top" width="0pt">
29334 <column alignment="center" valignment="top" width="0pt">
29335 <column alignment="center" valignment="top" width="0pt">
29336 <row>
29337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29338 \begin_inset Text
29339
29340 \begin_layout Plain Layout
29341 1
29342 \end_layout
29343
29344 \end_inset
29345 </cell>
29346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29347 \begin_inset Text
29348
29349 \begin_layout Plain Layout
29350 2
29351 \end_layout
29352
29353 \end_inset
29354 </cell>
29355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29356 \begin_inset Text
29357
29358 \begin_layout Plain Layout
29359 3
29360 \end_layout
29361
29362 \end_inset
29363 </cell>
29364 </row>
29365 <row>
29366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29367 \begin_inset Text
29368
29369 \begin_layout Plain Layout
29370 Joe
29371 \end_layout
29372
29373 \end_inset
29374 </cell>
29375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29376 \begin_inset Text
29377
29378 \begin_layout Plain Layout
29379 Mary
29380 \end_layout
29381
29382 \end_inset
29383 </cell>
29384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29385 \begin_inset Text
29386
29387 \begin_layout Plain Layout
29388 Ted
29389 \end_layout
29390
29391 \end_inset
29392 </cell>
29393 </row>
29394 <row>
29395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29396 \begin_inset Text
29397
29398 \begin_layout Plain Layout
29399 \begin_inset Formula $\int x^{2}dx$
29400 \end_inset
29401
29402
29403 \end_layout
29404
29405 \end_inset
29406 </cell>
29407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29408 \begin_inset Text
29409
29410 \begin_layout Plain Layout
29411 \begin_inset Formula $\left[\begin{array}{cc}
29412 a & b\\
29413 c & d
29414 \end{array}\right]$
29415 \end_inset
29416
29417
29418 \end_layout
29419
29420 \end_inset
29421 </cell>
29422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29423 \begin_inset Text
29424
29425 \begin_layout Plain Layout
29426 \begin_inset Formula $1+1=2$
29427 \end_inset
29428
29429
29430 \end_layout
29431
29432 \end_inset
29433 </cell>
29434 </row>
29435 </lyxtabular>
29436
29437 \end_inset
29438
29439
29440 \end_layout
29441
29442 \end_inset
29443
29444
29445 \end_layout
29446
29447 \begin_layout Standard
29448 \begin_inset Float table
29449 wide false
29450 sideways false
29451 status open
29452
29453 \begin_layout Plain Layout
29454 \begin_inset Caption Standard
29455
29456 \begin_layout Plain Layout
29457 \begin_inset CommandInset label
29458 LatexCommand label
29459 name "tab:Eine-normale-Tabellen-Beschriftu"
29460
29461 \end_inset
29462
29463 Eine normale Tabellen-Beschriftung.
29464 \end_layout
29465
29466 \end_inset
29467
29468
29469 \end_layout
29470
29471 \begin_layout Plain Layout
29472 \align center
29473 \begin_inset Tabular
29474 <lyxtabular version="3" rows="3" columns="3">
29475 <features tabularvalignment="middle">
29476 <column alignment="center" valignment="top" width="0pt">
29477 <column alignment="center" valignment="top" width="0pt">
29478 <column alignment="center" valignment="top" width="0pt">
29479 <row>
29480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29481 \begin_inset Text
29482
29483 \begin_layout Plain Layout
29484 1
29485 \end_layout
29486
29487 \end_inset
29488 </cell>
29489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29490 \begin_inset Text
29491
29492 \begin_layout Plain Layout
29493 2
29494 \end_layout
29495
29496 \end_inset
29497 </cell>
29498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29499 \begin_inset Text
29500
29501 \begin_layout Plain Layout
29502 3
29503 \end_layout
29504
29505 \end_inset
29506 </cell>
29507 </row>
29508 <row>
29509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29510 \begin_inset Text
29511
29512 \begin_layout Plain Layout
29513 Joe
29514 \end_layout
29515
29516 \end_inset
29517 </cell>
29518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29519 \begin_inset Text
29520
29521 \begin_layout Plain Layout
29522 Mary
29523 \end_layout
29524
29525 \end_inset
29526 </cell>
29527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29528 \begin_inset Text
29529
29530 \begin_layout Plain Layout
29531 Ted
29532 \end_layout
29533
29534 \end_inset
29535 </cell>
29536 </row>
29537 <row>
29538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29539 \begin_inset Text
29540
29541 \begin_layout Plain Layout
29542 \begin_inset Formula $\int x^{2}dx$
29543 \end_inset
29544
29545
29546 \end_layout
29547
29548 \end_inset
29549 </cell>
29550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29551 \begin_inset Text
29552
29553 \begin_layout Plain Layout
29554 \begin_inset Formula $\left[\begin{array}{cc}
29555 a & b\\
29556 c & d
29557 \end{array}\right]$
29558 \end_inset
29559
29560
29561 \end_layout
29562
29563 \end_inset
29564 </cell>
29565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29566 \begin_inset Text
29567
29568 \begin_layout Plain Layout
29569 \begin_inset Formula $1+1=2$
29570 \end_inset
29571
29572
29573 \end_layout
29574
29575 \end_inset
29576 </cell>
29577 </row>
29578 </lyxtabular>
29579
29580 \end_inset
29581
29582
29583 \end_layout
29584
29585 \end_inset
29586
29587
29588 \end_layout
29589
29590 \begin_layout Standard
29591 \begin_inset VSpace bigskip
29592 \end_inset
29593
29594 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
29595  Das bewirkt das \SpecialChar LaTeX
29596 -Paket 
29597 \series bold
29598 sidecap
29599 \series default
29600
29601 \begin_inset Index idx
29602 status collapsed
29603
29604 \begin_layout Plain Layout
29605 \SpecialChar LaTeX
29606 -Pakete ! sidecap
29607 \end_layout
29608
29609 \end_inset
29610
29611 , das so in den \SpecialChar LaTeX
29612 -Vorspann geladen wird:
29613 \end_layout
29614
29615 \begin_layout Standard
29616
29617 \series bold
29618
29619 \backslash
29620 usepackage[Option]{sidecap}
29621 \end_layout
29622
29623 \begin_layout Standard
29624 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
29625  Mit 
29626 \series bold
29627 innercaption
29628 \series default
29629  wird die Beschriftung innen gedruckt.
29630  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
29631  
29632 \series bold
29633 rightcaption
29634 \series default
29635  oder 
29636 \series bold
29637 leftcaption
29638 \series default
29639 .
29640 \end_layout
29641
29642 \begin_layout Standard
29643 \begin_inset ERT
29644 status collapsed
29645
29646 \begin_layout Plain Layout
29647
29648
29649 \backslash
29650 ifsidecap
29651 \end_layout
29652
29653 \end_inset
29654
29655
29656 \begin_inset Note Note
29657 status open
29658
29659 \begin_layout Plain Layout
29660 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
29661 -Paket 
29662 \series bold
29663 sidecap
29664 \series default
29665  installiert ist.
29666 \end_layout
29667
29668 \end_inset
29669
29670
29671 \end_layout
29672
29673 \begin_layout Standard
29674 Um die Beschriftung mit \SpecialChar LyX
29675  seitlich zu drucken, müssen Sie folgende Befehle
29676  in den \SpecialChar LaTeX
29677 -Vorspann schreiben:
29678 \end_layout
29679
29680 \begin_layout Standard
29681 \begin_inset Newpage newpage
29682 \end_inset
29683
29684
29685 \end_layout
29686
29687 \begin_layout Standard
29688 \noindent
29689 \begin_inset CommandInset line
29690 LatexCommand rule
29691 offset "0.5ex"
29692 width "100line%"
29693 height "1pt"
29694
29695 \end_inset
29696
29697
29698 \end_layout
29699
29700 \begin_layout Standard
29701
29702 \series bold
29703
29704 \backslash
29705 newcommand{
29706 \backslash
29707 TabBesBeg}[1][1.0]{%
29708 \begin_inset Newline newline
29709 \end_inset
29710
29711
29712 \begin_inset Phantom HPhantom
29713 status open
29714
29715 \begin_layout Plain Layout
29716 \begin_inset space ~
29717 \end_inset
29718
29719
29720 \end_layout
29721
29722 \end_inset
29723
29724
29725 \backslash
29726 let
29727 \backslash
29728 MyTable
29729 \backslash
29730 table
29731 \begin_inset Newline newline
29732 \end_inset
29733
29734
29735 \begin_inset Phantom HPhantom
29736 status open
29737
29738 \begin_layout Plain Layout
29739
29740 \series medium
29741 \begin_inset space ~
29742 \end_inset
29743
29744
29745 \end_layout
29746
29747 \end_inset
29748
29749
29750 \backslash
29751 let
29752 \backslash
29753 MyEndtable
29754 \backslash
29755 endtable
29756 \begin_inset Newline newline
29757 \end_inset
29758
29759
29760 \begin_inset Phantom HPhantom
29761 status open
29762
29763 \begin_layout Plain Layout
29764
29765 \series medium
29766 \begin_inset space ~
29767 \end_inset
29768
29769
29770 \end_layout
29771
29772 \end_inset
29773
29774
29775 \backslash
29776 renewenvironment{table}[1]{
29777 \backslash
29778 begin{SCtable}[#1]##1}{
29779 \backslash
29780 end{SCtable}}}
29781 \end_layout
29782
29783 \begin_layout Standard
29784
29785 \series bold
29786
29787 \backslash
29788 newcommand{
29789 \backslash
29790 TabBesEnd}{%
29791 \begin_inset Newline newline
29792 \end_inset
29793
29794
29795 \begin_inset Phantom HPhantom
29796 status open
29797
29798 \begin_layout Plain Layout
29799 \begin_inset space ~
29800 \end_inset
29801
29802
29803 \end_layout
29804
29805 \end_inset
29806
29807
29808 \backslash
29809 let
29810 \backslash
29811 table
29812 \backslash
29813 MyTable
29814 \begin_inset Newline newline
29815 \end_inset
29816
29817
29818 \begin_inset Phantom HPhantom
29819 status open
29820
29821 \begin_layout Plain Layout
29822 \begin_inset space ~
29823 \end_inset
29824
29825
29826 \end_layout
29827
29828 \end_inset
29829
29830
29831 \backslash
29832 let
29833 \backslash
29834 endtable
29835 \backslash
29836 MyEndtable
29837 \end_layout
29838
29839 \begin_layout Standard
29840
29841 \series bold
29842
29843 \backslash
29844 newcommand{
29845 \backslash
29846 FigBesBeg}[1][1.0]{%
29847 \begin_inset Newline newline
29848 \end_inset
29849
29850
29851 \begin_inset Phantom HPhantom
29852 status open
29853
29854 \begin_layout Plain Layout
29855 \begin_inset space ~
29856 \end_inset
29857
29858
29859 \end_layout
29860
29861 \end_inset
29862
29863
29864 \backslash
29865 let
29866 \backslash
29867 MyFigure
29868 \backslash
29869 figure
29870 \begin_inset Newline newline
29871 \end_inset
29872
29873
29874 \begin_inset Phantom HPhantom
29875 status open
29876
29877 \begin_layout Plain Layout
29878 \begin_inset space ~
29879 \end_inset
29880
29881
29882 \end_layout
29883
29884 \end_inset
29885
29886
29887 \backslash
29888 let
29889 \backslash
29890 MyEndfigure
29891 \backslash
29892 endfigure
29893 \begin_inset Newline newline
29894 \end_inset
29895
29896
29897 \begin_inset Phantom HPhantom
29898 status open
29899
29900 \begin_layout Plain Layout
29901 \begin_inset space ~
29902 \end_inset
29903
29904
29905 \end_layout
29906
29907 \end_inset
29908
29909
29910 \backslash
29911 renewenvironment{figure}[1]{
29912 \backslash
29913 begin{SCfigure}[#1]##1}{
29914 \backslash
29915 end{SCfigure}}}
29916 \end_layout
29917
29918 \begin_layout Standard
29919
29920 \series bold
29921
29922 \backslash
29923 newcommand{
29924 \backslash
29925 FigBesEnd}{%
29926 \begin_inset Newline newline
29927 \end_inset
29928
29929
29930 \begin_inset Phantom HPhantom
29931 status open
29932
29933 \begin_layout Plain Layout
29934 \begin_inset space ~
29935 \end_inset
29936
29937
29938 \end_layout
29939
29940 \end_inset
29941
29942
29943 \backslash
29944 let
29945 \backslash
29946 figure
29947 \backslash
29948 MyFigure
29949 \begin_inset Newline newline
29950 \end_inset
29951
29952
29953 \begin_inset Phantom HPhantom
29954 status open
29955
29956 \begin_layout Plain Layout
29957 \begin_inset space ~
29958 \end_inset
29959
29960
29961 \end_layout
29962
29963 \end_inset
29964
29965
29966 \backslash
29967 let
29968 \backslash
29969 endfigure
29970 \backslash
29971 MyEndfigure}
29972 \end_layout
29973
29974 \begin_layout Standard
29975 \noindent
29976 \begin_inset CommandInset line
29977 LatexCommand rule
29978 offset "0.5ex"
29979 width "100line%"
29980 height "1pt"
29981
29982 \end_inset
29983
29984
29985 \end_layout
29986
29987 \begin_layout Standard
29988 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
29989 ungen seitlich gedruckt werden.
29990  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
29991 \end_layout
29992
29993 \begin_layout Standard
29994
29995 \series bold
29996
29997 \backslash
29998 FigBesBeg
29999 \end_layout
30000
30001 \begin_layout Standard
30002 als \SpecialChar TeX
30003 -Code vor das Gleitobjekt und fügen Sie den Befehl
30004 \end_layout
30005
30006 \begin_layout Standard
30007
30008 \series bold
30009
30010 \backslash
30011 FigBesEnd
30012 \end_layout
30013
30014 \begin_layout Standard
30015 als \SpecialChar TeX
30016 -Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
30017  zurückkehren wollen.
30018 \end_layout
30019
30020 \begin_layout Standard
30021 Bei Gleitobjekt-Tabellen heißen die Befehle
30022 \end_layout
30023
30024 \begin_layout Standard
30025
30026 \series bold
30027
30028 \backslash
30029 TabBesBeg
30030 \series default
30031  und 
30032 \series bold
30033
30034 \backslash
30035 TabBesEnd
30036 \series default
30037 .
30038 \end_layout
30039
30040 \begin_layout Standard
30041 Abbildung
30042 \begin_inset space ~
30043 \end_inset
30044
30045
30046 \begin_inset CommandInset ref
30047 LatexCommand ref
30048 reference "abb:Beschriftung-neben"
30049
30050 \end_inset
30051
30052  und Tabelle
30053 \begin_inset space ~
30054 \end_inset
30055
30056
30057 \begin_inset CommandInset ref
30058 LatexCommand ref
30059 reference "tab:Beschriftung-neben"
30060
30061 \end_inset
30062
30063  sind Beispiele für seitliche Beschriftungen.
30064 \end_layout
30065
30066 \begin_layout Standard
30067 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
30068  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
30069  der Abbildung.
30070  Das kann man mit dem Befehl
30071 \end_layout
30072
30073 \begin_layout Standard
30074
30075 \series bold
30076
30077 \backslash
30078 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
30079 \end_layout
30080
30081 \begin_layout Standard
30082 im \SpecialChar LaTeX
30083 -Vorspann oder als \SpecialChar TeX
30084 -Code vor dem Gleitobjekt ändern.
30085  Der Gleitobjekt-Typ ist entweder 
30086 \family sans
30087 figure
30088 \family default
30089  oder 
30090 \family sans
30091 table
30092 \family default
30093 , die
30094 \family sans
30095  
30096 \family default
30097 Platzierung ist 
30098 \family typewriter
30099 t
30100 \family default
30101  für oben, 
30102 \family typewriter
30103 c
30104 \family default
30105  für zentriert oder 
30106 \family typewriter
30107 b
30108 \family default
30109  für unten.
30110  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
30111  lautet der Befehl
30112 \end_layout
30113
30114 \begin_layout Standard
30115
30116 \series bold
30117
30118 \backslash
30119 sidecaptionvpos{figure}{c}
30120 \end_layout
30121
30122 \begin_layout Standard
30123 Das wurde in Abbildung
30124 \begin_inset space ~
30125 \end_inset
30126
30127
30128 \begin_inset CommandInset ref
30129 LatexCommand ref
30130 reference "abb:cap-beside-fig-2"
30131
30132 \end_inset
30133
30134  benutzt.
30135 \end_layout
30136
30137 \begin_layout Standard
30138 \begin_inset VSpace medskip
30139 \end_inset
30140
30141
30142 \end_layout
30143
30144 \begin_layout Standard
30145 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
30146  Für schmale Bilder/Tabellen, wie in Tabelle
30147 \begin_inset space ~
30148 \end_inset
30149
30150
30151 \begin_inset CommandInset ref
30152 LatexCommand ref
30153 reference "tab:Beschriftung-neben"
30154
30155 \end_inset
30156
30157 , führt dies zu zu schmalen Beschriftungen.
30158  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
30159  Breite des Bildes/der Tabelle multipliziert wird.
30160  Das Ergebnis ist die Beschriftungsbreite.
30161  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
30162  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
30163  Der 
30164 \emph on
30165 Faktor
30166 \emph default
30167  kann entweder als optionales Argument für 
30168 \series bold
30169
30170 \backslash
30171 FigBesBeg
30172 \series default
30173  angegeben werden:
30174 \end_layout
30175
30176 \begin_layout Standard
30177
30178 \series bold
30179
30180 \backslash
30181 FigBesBeg[Faktor]
30182 \end_layout
30183
30184 \begin_layout Standard
30185 oder indem man in der Definition von 
30186 \series bold
30187
30188 \backslash
30189 FigBesBeg
30190 \series default
30191  die 
30192 \series bold
30193 1.0
30194 \series default
30195  mit einem anderen Wert ersetzt.
30196  Bei letzterem ist der angegebene Faktor der Standard wenn 
30197 \series bold
30198
30199 \backslash
30200 FigBesBeg
30201 \series default
30202  ohne Argument verwendet wird.
30203  Für Tabelle
30204 \begin_inset space ~
30205 \end_inset
30206
30207
30208 \begin_inset CommandInset ref
30209 LatexCommand ref
30210 reference "tab:Beschriftung-neben-breiter"
30211
30212 \end_inset
30213
30214  wurde der Faktor 5 verwendet.
30215 \end_layout
30216
30217 \begin_layout Standard
30218 \begin_inset Note Greyedout
30219 status open
30220
30221 \begin_layout Plain Layout
30222
30223 \series bold
30224 Achtung:
30225 \series default
30226  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
30227 erungsoption 
30228 \family sans
30229 Hier,
30230 \begin_inset space ~
30231 \end_inset
30232
30233 auf
30234 \begin_inset space ~
30235 \end_inset
30236
30237 jeden
30238 \begin_inset space ~
30239 \end_inset
30240
30241 Fall
30242 \family default
30243  nicht verwendet werden werden, da diese von 
30244 \series bold
30245 sidecap
30246 \series default
30247  nicht unterstützt wird.
30248 \end_layout
30249
30250 \end_inset
30251
30252
30253 \end_layout
30254
30255 \begin_layout Standard
30256 \begin_inset VSpace medskip
30257 \end_inset
30258
30259 Weitere Informationen über das Paket
30260 \series bold
30261  sidecap
30262 \series default
30263  finden Sie in seiner Dokumentation 
30264 \begin_inset CommandInset citation
30265 LatexCommand cite
30266 key "sidecap"
30267 literal "true"
30268
30269 \end_inset
30270
30271 .
30272 \end_layout
30273
30274 \begin_layout Standard
30275 \begin_inset Note Greyedout
30276 status open
30277
30278 \begin_layout Plain Layout
30279
30280 \series bold
30281 Bemerkung:
30282 \series default
30283  Das \SpecialChar LaTeX
30284 -Paket 
30285 \series bold
30286 hypcap
30287 \series default
30288 ,
30289 \begin_inset Index idx
30290 status collapsed
30291
30292 \begin_layout Plain Layout
30293 \SpecialChar LaTeX
30294 -Pakete ! hypcap
30295 \end_layout
30296
30297 \end_inset
30298
30299  das in Abschnitt
30300 \begin_inset space ~
30301 \end_inset
30302
30303
30304 \begin_inset CommandInset ref
30305 LatexCommand ref
30306 reference "uab:Querverweis-Position"
30307
30308 \end_inset
30309
30310  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
30311  Beschriftungen.
30312 \end_layout
30313
30314 \end_inset
30315
30316
30317 \end_layout
30318
30319 \begin_layout Standard
30320 \begin_inset ERT
30321 status collapsed
30322
30323 \begin_layout Plain Layout
30324
30325
30326 \backslash
30327 FigBesBeg 
30328 \end_layout
30329
30330 \end_inset
30331
30332
30333 \end_layout
30334
30335 \begin_layout Standard
30336 \begin_inset Float figure
30337 wide false
30338 sideways false
30339 status open
30340
30341 \begin_layout Plain Layout
30342 \begin_inset Graphics
30343         filename ../clipart/3D-structure-distort.pdf
30344         scale 50
30345         scaleBeforeRotation
30346
30347 \end_inset
30348
30349
30350 \end_layout
30351
30352 \begin_layout Plain Layout
30353 \begin_inset Caption Standard
30354
30355 \begin_layout Plain Layout
30356 \begin_inset CommandInset label
30357 LatexCommand label
30358 name "abb:Beschriftung-neben"
30359
30360 \end_inset
30361
30362 Dies ist eine Beschriftung neben einer Abbildung.
30363 \end_layout
30364
30365 \end_inset
30366
30367
30368 \end_layout
30369
30370 \end_inset
30371
30372
30373 \end_layout
30374
30375 \begin_layout Standard
30376 \begin_inset ERT
30377 status collapsed
30378
30379 \begin_layout Plain Layout
30380
30381
30382 \backslash
30383 FigBesEnd
30384 \end_layout
30385
30386 \end_inset
30387
30388
30389 \end_layout
30390
30391 \begin_layout Standard
30392 \begin_inset ERT
30393 status collapsed
30394
30395 \begin_layout Plain Layout
30396
30397
30398 \backslash
30399 TabBesBeg 
30400 \end_layout
30401
30402 \end_inset
30403
30404
30405 \end_layout
30406
30407 \begin_layout Standard
30408 \begin_inset Float table
30409 wide false
30410 sideways false
30411 status open
30412
30413 \begin_layout Plain Layout
30414 \begin_inset Caption Standard
30415
30416 \begin_layout Plain Layout
30417 \begin_inset CommandInset label
30418 LatexCommand label
30419 name "tab:Beschriftung-neben"
30420
30421 \end_inset
30422
30423 Dies ist eine Beschriftung neben einer Tabelle.
30424 \end_layout
30425
30426 \end_inset
30427
30428
30429 \end_layout
30430
30431 \begin_layout Plain Layout
30432 \begin_inset Tabular
30433 <lyxtabular version="3" rows="4" columns="5">
30434 <features tabularvalignment="middle">
30435 <column alignment="center" valignment="top">
30436 <column alignment="center" valignment="top">
30437 <column alignment="center" valignment="top">
30438 <column alignment="center" valignment="top">
30439 <column alignment="center" valignment="top">
30440 <row>
30441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30442 \begin_inset Text
30443
30444 \begin_layout Plain Layout
30445 a
30446 \end_layout
30447
30448 \end_inset
30449 </cell>
30450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30451 \begin_inset Text
30452
30453 \begin_layout Plain Layout
30454
30455 \end_layout
30456
30457 \end_inset
30458 </cell>
30459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30460 \begin_inset Text
30461
30462 \begin_layout Plain Layout
30463 b
30464 \end_layout
30465
30466 \end_inset
30467 </cell>
30468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30469 \begin_inset Text
30470
30471 \begin_layout Plain Layout
30472
30473 \end_layout
30474
30475 \end_inset
30476 </cell>
30477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30478 \begin_inset Text
30479
30480 \begin_layout Plain Layout
30481 c
30482 \end_layout
30483
30484 \end_inset
30485 </cell>
30486 </row>
30487 <row>
30488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30489 \begin_inset Text
30490
30491 \begin_layout Plain Layout
30492
30493 \end_layout
30494
30495 \end_inset
30496 </cell>
30497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30498 \begin_inset Text
30499
30500 \begin_layout Plain Layout
30501 d
30502 \end_layout
30503
30504 \end_inset
30505 </cell>
30506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30507 \begin_inset Text
30508
30509 \begin_layout Plain Layout
30510
30511 \end_layout
30512
30513 \end_inset
30514 </cell>
30515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30516 \begin_inset Text
30517
30518 \begin_layout Plain Layout
30519 e
30520 \end_layout
30521
30522 \end_inset
30523 </cell>
30524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30525 \begin_inset Text
30526
30527 \begin_layout Plain Layout
30528
30529 \end_layout
30530
30531 \end_inset
30532 </cell>
30533 </row>
30534 <row>
30535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30536 \begin_inset Text
30537
30538 \begin_layout Plain Layout
30539 f
30540 \end_layout
30541
30542 \end_inset
30543 </cell>
30544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30545 \begin_inset Text
30546
30547 \begin_layout Plain Layout
30548
30549 \end_layout
30550
30551 \end_inset
30552 </cell>
30553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30554 \begin_inset Text
30555
30556 \begin_layout Plain Layout
30557 g
30558 \end_layout
30559
30560 \end_inset
30561 </cell>
30562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30563 \begin_inset Text
30564
30565 \begin_layout Plain Layout
30566
30567 \end_layout
30568
30569 \end_inset
30570 </cell>
30571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30572 \begin_inset Text
30573
30574 \begin_layout Plain Layout
30575 h
30576 \end_layout
30577
30578 \end_inset
30579 </cell>
30580 </row>
30581 <row>
30582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30583 \begin_inset Text
30584
30585 \begin_layout Plain Layout
30586
30587 \end_layout
30588
30589 \end_inset
30590 </cell>
30591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30592 \begin_inset Text
30593
30594 \begin_layout Plain Layout
30595 i
30596 \end_layout
30597
30598 \end_inset
30599 </cell>
30600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30601 \begin_inset Text
30602
30603 \begin_layout Plain Layout
30604
30605 \end_layout
30606
30607 \end_inset
30608 </cell>
30609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30610 \begin_inset Text
30611
30612 \begin_layout Plain Layout
30613 j
30614 \end_layout
30615
30616 \end_inset
30617 </cell>
30618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30619 \begin_inset Text
30620
30621 \begin_layout Plain Layout
30622
30623 \end_layout
30624
30625 \end_inset
30626 </cell>
30627 </row>
30628 </lyxtabular>
30629
30630 \end_inset
30631
30632
30633 \end_layout
30634
30635 \end_inset
30636
30637
30638 \end_layout
30639
30640 \begin_layout Standard
30641 \begin_inset ERT
30642 status collapsed
30643
30644 \begin_layout Plain Layout
30645
30646
30647 \backslash
30648 TabBesEnd
30649 \end_layout
30650
30651 \end_inset
30652
30653
30654 \end_layout
30655
30656 \begin_layout Standard
30657 \begin_inset ERT
30658 status collapsed
30659
30660 \begin_layout Plain Layout
30661
30662
30663 \backslash
30664 FigBesBeg 
30665 \end_layout
30666
30667 \end_inset
30668
30669
30670 \end_layout
30671
30672 \begin_layout Standard
30673 \begin_inset ERT
30674 status collapsed
30675
30676 \begin_layout Plain Layout
30677
30678
30679 \backslash
30680 sidecaptionvpos{figure}{c}
30681 \end_layout
30682
30683 \end_inset
30684
30685
30686 \begin_inset Float figure
30687 wide false
30688 sideways false
30689 status open
30690
30691 \begin_layout Plain Layout
30692 \begin_inset Graphics
30693         filename ../clipart/3D-structure-distort.pdf
30694         scale 50
30695         scaleBeforeRotation
30696
30697 \end_inset
30698
30699
30700 \end_layout
30701
30702 \begin_layout Plain Layout
30703 \begin_inset Caption Standard
30704
30705 \begin_layout Plain Layout
30706 \begin_inset CommandInset label
30707 LatexCommand label
30708 name "abb:cap-beside-fig-2"
30709
30710 \end_inset
30711
30712 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
30713 \end_layout
30714
30715 \end_inset
30716
30717
30718 \end_layout
30719
30720 \end_inset
30721
30722
30723 \end_layout
30724
30725 \begin_layout Standard
30726 \begin_inset ERT
30727 status collapsed
30728
30729 \begin_layout Plain Layout
30730
30731
30732 \backslash
30733 FigBesEnd
30734 \end_layout
30735
30736 \end_inset
30737
30738
30739 \end_layout
30740
30741 \begin_layout Standard
30742 \begin_inset ERT
30743 status collapsed
30744
30745 \begin_layout Plain Layout
30746
30747
30748 \backslash
30749 TabBesBeg[5]
30750 \end_layout
30751
30752 \end_inset
30753
30754
30755 \end_layout
30756
30757 \begin_layout Standard
30758 \begin_inset Float table
30759 wide false
30760 sideways false
30761 status open
30762
30763 \begin_layout Plain Layout
30764 \begin_inset Caption Standard
30765
30766 \begin_layout Plain Layout
30767 \begin_inset CommandInset label
30768 LatexCommand label
30769 name "tab:Beschriftung-neben-breiter"
30770
30771 \end_inset
30772
30773 Diese Beschriftung ist breiter als die in Tabelle
30774 \begin_inset space ~
30775 \end_inset
30776
30777
30778 \begin_inset CommandInset ref
30779 LatexCommand ref
30780 reference "tab:Beschriftung-neben"
30781
30782 \end_inset
30783
30784 .
30785 \end_layout
30786
30787 \end_inset
30788
30789
30790 \end_layout
30791
30792 \begin_layout Plain Layout
30793 \begin_inset Tabular
30794 <lyxtabular version="3" rows="4" columns="5">
30795 <features tabularvalignment="middle">
30796 <column alignment="center" valignment="top">
30797 <column alignment="center" valignment="top">
30798 <column alignment="center" valignment="top">
30799 <column alignment="center" valignment="top">
30800 <column alignment="center" valignment="top">
30801 <row>
30802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30803 \begin_inset Text
30804
30805 \begin_layout Plain Layout
30806 a
30807 \end_layout
30808
30809 \end_inset
30810 </cell>
30811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30812 \begin_inset Text
30813
30814 \begin_layout Plain Layout
30815
30816 \end_layout
30817
30818 \end_inset
30819 </cell>
30820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30821 \begin_inset Text
30822
30823 \begin_layout Plain Layout
30824 b
30825 \end_layout
30826
30827 \end_inset
30828 </cell>
30829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30830 \begin_inset Text
30831
30832 \begin_layout Plain Layout
30833
30834 \end_layout
30835
30836 \end_inset
30837 </cell>
30838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30839 \begin_inset Text
30840
30841 \begin_layout Plain Layout
30842 c
30843 \end_layout
30844
30845 \end_inset
30846 </cell>
30847 </row>
30848 <row>
30849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30850 \begin_inset Text
30851
30852 \begin_layout Plain Layout
30853
30854 \end_layout
30855
30856 \end_inset
30857 </cell>
30858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30859 \begin_inset Text
30860
30861 \begin_layout Plain Layout
30862 d
30863 \end_layout
30864
30865 \end_inset
30866 </cell>
30867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30868 \begin_inset Text
30869
30870 \begin_layout Plain Layout
30871
30872 \end_layout
30873
30874 \end_inset
30875 </cell>
30876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30877 \begin_inset Text
30878
30879 \begin_layout Plain Layout
30880 e
30881 \end_layout
30882
30883 \end_inset
30884 </cell>
30885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30886 \begin_inset Text
30887
30888 \begin_layout Plain Layout
30889
30890 \end_layout
30891
30892 \end_inset
30893 </cell>
30894 </row>
30895 <row>
30896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30897 \begin_inset Text
30898
30899 \begin_layout Plain Layout
30900 f
30901 \end_layout
30902
30903 \end_inset
30904 </cell>
30905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30906 \begin_inset Text
30907
30908 \begin_layout Plain Layout
30909
30910 \end_layout
30911
30912 \end_inset
30913 </cell>
30914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30915 \begin_inset Text
30916
30917 \begin_layout Plain Layout
30918 g
30919 \end_layout
30920
30921 \end_inset
30922 </cell>
30923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30924 \begin_inset Text
30925
30926 \begin_layout Plain Layout
30927
30928 \end_layout
30929
30930 \end_inset
30931 </cell>
30932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30933 \begin_inset Text
30934
30935 \begin_layout Plain Layout
30936 h
30937 \end_layout
30938
30939 \end_inset
30940 </cell>
30941 </row>
30942 <row>
30943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30944 \begin_inset Text
30945
30946 \begin_layout Plain Layout
30947
30948 \end_layout
30949
30950 \end_inset
30951 </cell>
30952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30953 \begin_inset Text
30954
30955 \begin_layout Plain Layout
30956 i
30957 \end_layout
30958
30959 \end_inset
30960 </cell>
30961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30962 \begin_inset Text
30963
30964 \begin_layout Plain Layout
30965
30966 \end_layout
30967
30968 \end_inset
30969 </cell>
30970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30971 \begin_inset Text
30972
30973 \begin_layout Plain Layout
30974 j
30975 \end_layout
30976
30977 \end_inset
30978 </cell>
30979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30980 \begin_inset Text
30981
30982 \begin_layout Plain Layout
30983
30984 \end_layout
30985
30986 \end_inset
30987 </cell>
30988 </row>
30989 </lyxtabular>
30990
30991 \end_inset
30992
30993
30994 \end_layout
30995
30996 \end_inset
30997
30998
30999 \end_layout
31000
31001 \begin_layout Standard
31002 \begin_inset ERT
31003 status collapsed
31004
31005 \begin_layout Plain Layout
31006
31007
31008 \backslash
31009 TabBesEnd
31010 \end_layout
31011
31012 \end_inset
31013
31014
31015 \end_layout
31016
31017 \begin_layout Standard
31018 \begin_inset ERT
31019 status collapsed
31020
31021 \begin_layout Plain Layout
31022
31023
31024 \backslash
31025 else
31026 \end_layout
31027
31028 \end_inset
31029
31030
31031 \begin_inset Note Note
31032 status open
31033
31034 \begin_layout Plain Layout
31035 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
31036 -Paket 
31037 \series bold
31038 sidecap
31039 \series default
31040  nicht installiert ist:
31041 \end_layout
31042
31043 \end_inset
31044
31045
31046 \end_layout
31047
31048 \begin_layout Standard
31049 Das \SpecialChar LaTeX
31050 -Paket 
31051 \series bold
31052 sidecap
31053 \series default
31054  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
31055 \end_layout
31056
31057 \begin_layout Standard
31058 \begin_inset ERT
31059 status collapsed
31060
31061 \begin_layout Plain Layout
31062
31063
31064 \backslash
31065 fi
31066 \end_layout
31067
31068 \end_inset
31069
31070
31071 \end_layout
31072
31073 \begin_layout Section
31074 Gleitobjekt-Verzeichnisse
31075 \begin_inset Index idx
31076 status collapsed
31077
31078 \begin_layout Plain Layout
31079 Gleitobjekte ! Verzeichnisse
31080 \end_layout
31081
31082 \end_inset
31083
31084
31085 \end_layout
31086
31087 \begin_layout Standard
31088 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
31089  Sie können mit den Untermenüs von 
31090 \family sans
31091 Einfügen\SpecialChar menuseparator
31092 Liste
31093 \begin_inset space ~
31094 \end_inset
31095
31096 /
31097 \begin_inset space ~
31098 \end_inset
31099
31100 Inhaltsverzeichnis
31101 \family default
31102  eingefügt werden.
31103 \end_layout
31104
31105 \begin_layout Standard
31106 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
31107  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
31108 \end_layout
31109
31110 \begin_layout Standard
31111 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
31112  und ein Tabellen-Verzeichnis.
31113 \end_layout
31114
31115 \begin_layout Chapter
31116 Notizen
31117 \end_layout
31118
31119 \begin_layout Section
31120 \SpecialChar LyX
31121 -Notizen
31122 \begin_inset Index idx
31123 status collapsed
31124
31125 \begin_layout Plain Layout
31126 Notizen ! \SpecialChar LyX
31127 -Notizen
31128 \end_layout
31129
31130 \end_inset
31131
31132
31133 \end_layout
31134
31135 \begin_layout Standard
31136 Notizen werden mit einem Klick auf 
31137 \begin_inset Info
31138 type  "icon"
31139 arg   "note-insert"
31140 \end_inset
31141
31142  oder 
31143 \family sans
31144 Einfügen\SpecialChar menuseparator
31145 Notiz
31146 \family default
31147  eingefügt.
31148  Es gibt drei Arten:
31149 \end_layout
31150
31151 \begin_layout Description
31152 \SpecialChar LyX
31153 -Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
31154  Eine 
31155 \family sans
31156 \SpecialChar LyX
31157 -Notiz
31158 \family default
31159  sieht so aus:
31160 \begin_inset Newline newline
31161 \end_inset
31162
31163
31164 \begin_inset Newline newline
31165 \end_inset
31166
31167
31168 \begin_inset Graphics
31169         filename clipart/LyXNotiz.png
31170         display false
31171         scale 80
31172         scaleBeforeRotation
31173
31174 \end_inset
31175
31176  
31177 \begin_inset Note Note
31178 status open
31179
31180 \begin_layout Plain Layout
31181 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
31182 \end_layout
31183
31184 \end_inset
31185
31186
31187 \end_layout
31188
31189 \begin_layout Description
31190 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
31191  \SpecialChar LaTeX
31192 -Kommentar, wenn Sie das Dokument nach \SpecialChar LaTeX
31193  exportieren (
31194 \family sans
31195 Datei\SpecialChar menuseparator
31196 Ex\SpecialChar softhyphen
31197 por\SpecialChar softhyphen
31198 tie\SpecialChar softhyphen
31199 ren\SpecialChar menuseparator
31200 LaTeX
31201 \begin_inset space ~
31202 \end_inset
31203
31204 (pdflatex) / (normal)
31205 \family default
31206 .
31207  Ein Kommentar sieht so aus:
31208 \begin_inset Newline newline
31209 \end_inset
31210
31211
31212 \begin_inset Newline newline
31213 \end_inset
31214
31215
31216 \begin_inset Graphics
31217         filename clipart/Kommentar.png
31218         display false
31219         scale 80
31220         scaleBeforeRotation
31221
31222 \end_inset
31223
31224  
31225 \begin_inset Note Comment
31226 status open
31227
31228 \begin_layout Plain Layout
31229 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
31230 \end_layout
31231
31232 \end_inset
31233
31234
31235 \end_layout
31236
31237 \begin_layout Description
31238 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
31239 \begin_inset Newline newline
31240 \end_inset
31241
31242
31243 \begin_inset Newline newline
31244 \end_inset
31245
31246
31247 \begin_inset Graphics
31248         filename clipart/GrauschriftNotiz.png
31249         display false
31250         scale 80
31251         scaleBeforeRotation
31252
31253 \end_inset
31254
31255
31256 \begin_inset Newline newline
31257 \end_inset
31258
31259
31260 \begin_inset ERT
31261 status collapsed
31262
31263 \begin_layout Plain Layout
31264
31265
31266 \backslash
31267 renewenvironment{lyxgreyedout}
31268 \end_layout
31269
31270 \begin_layout Plain Layout
31271
31272 {
31273 \backslash
31274 textcolor[gray]{0.4}
31275 \backslash
31276 bgroup}{
31277 \backslash
31278 egroup}
31279 \end_layout
31280
31281 \end_inset
31282
31283
31284 \begin_inset Note Greyedout
31285 status open
31286
31287 \begin_layout Plain Layout
31288 Dies ist Text in einem Kommentar-Kästchen, der nur als Kommentar in der
31289  \SpecialChar LaTeX
31290 -Datei erscheint.
31291 \end_layout
31292
31293 \end_inset
31294
31295
31296 \begin_inset ERT
31297 status collapsed
31298
31299 \begin_layout Plain Layout
31300
31301
31302 \backslash
31303 renewenvironment{lyxgreyedout}
31304 \end_layout
31305
31306 \begin_layout Plain Layout
31307
31308 {
31309 \backslash
31310 textcolor{blue}
31311 \backslash
31312 bgroup}{
31313 \backslash
31314 egroup}
31315 \end_layout
31316
31317 \end_inset
31318
31319
31320 \begin_inset Note Note
31321 status collapsed
31322
31323 \begin_layout Plain Layout
31324 Die Grauschrift-Notiz wurde auf die ursprüngliche \SpecialChar LyX
31325 -Definition zurückgesetzt,
31326  weil Grauschriften im \SpecialChar LaTeX
31327 -Vorspann dieses Dokuments blau definiert wurden.
31328  
31329 \end_layout
31330
31331 \end_inset
31332
31333
31334 \begin_inset Newline newline
31335 \end_inset
31336
31337
31338 \begin_inset Newline newline
31339 \end_inset
31340
31341 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
31342  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
31343 \end_layout
31344
31345 \begin_layout Standard
31346 \begin_inset VSpace bigskip
31347 \end_inset
31348
31349 Wenn Sie auf den Werkzeugleistenknopf 
31350 \family sans
31351
31352 \begin_inset Info
31353 type  "icon"
31354 arg   "note-insert"
31355 \end_inset
31356
31357
31358 \family default
31359  klicken, wird zunächst eine 
31360 \family sans
31361 \SpecialChar LyX
31362 -Notiz
31363 \family default
31364  eingefügt.
31365  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
31366  Notiz-Typen auswählen.
31367  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
31368  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
31369  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
31370  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
31371  am Ende der Notiz ist.
31372 \end_layout
31373
31374 \begin_layout Standard
31375 \begin_inset VSpace bigskip
31376 \end_inset
31377
31378 Die Textfarbe von Grauschrift-Boxen kann im Menü 
31379 \family sans
31380 Dokument\SpecialChar menuseparator
31381 Einstellungen\SpecialChar menuseparator
31382 Farben
31383 \family default
31384  geändert werden.
31385 \end_layout
31386
31387 \begin_layout Section
31388 Fußnoten
31389 \begin_inset CommandInset label
31390 LatexCommand label
31391 name "abs:Fußnoten"
31392
31393 \end_inset
31394
31395
31396 \begin_inset Index idx
31397 status collapsed
31398
31399 \begin_layout Plain Layout
31400 Notizen ! Fußnoten
31401 \end_layout
31402
31403 \end_inset
31404
31405
31406 \begin_inset Index idx
31407 status collapsed
31408
31409 \begin_layout Plain Layout
31410 Fußnoten
31411 \end_layout
31412
31413 \end_inset
31414
31415
31416 \end_layout
31417
31418 \begin_layout Standard
31419 Fußnoten werden über den Werkzeugleistenknopf 
31420 \begin_inset Info
31421 type  "icon"
31422 arg   "footnote-insert"
31423 \end_inset
31424
31425  oder das Menü 
31426 \family sans
31427 Einfügen\SpecialChar menuseparator
31428 Fußnote
31429 \family default
31430  eingefügt.
31431  Man sieht dann diese Fußnotenbox: 
31432 \begin_inset Graphics
31433         filename clipart/Fussnote.png
31434         scale 95
31435         scaleBeforeRotation
31436
31437 \end_inset
31438
31439  in die der Fußnotentext eingegeben wird.
31440  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
31441  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
31442  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
31443 \family sans
31444 Backspace
31445 \family default
31446  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
31447 \family sans
31448 Entf
31449 \family default
31450  wenn der Cursor am Ende der Fußnote ist.
31451 \end_layout
31452
31453 \begin_layout Standard
31454 Hier ist eine Beispielfußnote:
31455 \color black
31456
31457 \begin_inset Foot
31458 status open
31459
31460 \begin_layout Plain Layout
31461 \begin_inset CommandInset label
31462 LatexCommand label
31463 name "fuss:Fußnoten-Beispiel"
31464
31465 \end_inset
31466
31467 Dies ist eine Fußnote.
31468 \end_layout
31469
31470 \end_inset
31471
31472
31473 \color inherit
31474
31475 \begin_inset ERT
31476 status collapsed
31477
31478 \begin_layout Plain Layout
31479
31480
31481 \backslash
31482 newcounter{MyRepeatFoot}
31483 \end_layout
31484
31485 \begin_layout Plain Layout
31486
31487
31488 \backslash
31489 setcounter{MyRepeatFoot}{
31490 \backslash
31491 thefootnote}
31492 \end_layout
31493
31494 \end_inset
31495
31496
31497 \end_layout
31498
31499 \begin_layout Standard
31500 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
31501  wurde, eine hochgestellte Zahl.
31502  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
31503  hochgestellt dem Text vorangeht.
31504  Die Fußnotennummern werden von \SpecialChar LaTeX
31505  berechnet und sind fortlaufend.
31506  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
31507  werden.
31508 \end_layout
31509
31510 \begin_layout Standard
31511 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
31512  der Fußnote eine Marke eingefügt wurde.
31513  Dies ist ein Querverweis auf Fußnote
31514 \begin_inset space ~
31515 \end_inset
31516
31517
31518 \begin_inset CommandInset ref
31519 LatexCommand ref
31520 reference "fuss:Fußnoten-Beispiel"
31521
31522 \end_inset
31523
31524 .
31525 \end_layout
31526
31527 \begin_layout Standard
31528 \begin_inset VSpace defskip
31529 \end_inset
31530
31531 Fußnoten in Titel-Umgebungen werden üblicherweise mit Symbolen nummeriert
31532  und sie können nur einen Absatz enthalten.
31533  Siehe als Beispiel die Fußnote der Titelseite dieses Dokuments.
31534 \end_layout
31535
31536 \begin_layout Standard
31537 \begin_inset VSpace defskip
31538 \end_inset
31539
31540 Fußnoten in Tabellen werden von \SpecialChar LaTeX
31541  aus technischen Gründen nicht gedruckt.
31542  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
31543  wird der Befehl 
31544 \series bold
31545
31546 \backslash
31547 footnotemark{}
31548 \series default
31549  als \SpecialChar TeX
31550 -Code eingefügt.
31551  Der Text der Fußnote wird als Argument des \SpecialChar TeX
31552 -Code-Befehls 
31553 \series bold
31554
31555 \backslash
31556 footnotetext
31557 \series default
31558  nach der Tabelle eingegeben.
31559 \begin_inset Newline newline
31560 \end_inset
31561
31562 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
31563 \end_layout
31564
31565 \begin_layout Standard
31566
31567 \series bold
31568
31569 \backslash
31570 footnotetext{
31571 \series default
31572 Gedruckte Tabellenfußnote.
31573 \series bold
31574 }
31575 \end_layout
31576
31577 \begin_layout Standard
31578 \begin_inset Tabular
31579 <lyxtabular version="3" rows="2" columns="1">
31580 <features tabularvalignment="middle">
31581 <column alignment="center" valignment="top">
31582 <row>
31583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31584 \begin_inset Text
31585
31586 \begin_layout Plain Layout
31587 Dies ist ein Beispieltext.
31588 \begin_inset Foot
31589 status open
31590
31591 \begin_layout Plain Layout
31592 Diese Fußnote wird nicht gedruckt!
31593 \end_layout
31594
31595 \end_inset
31596
31597
31598 \end_layout
31599
31600 \end_inset
31601 </cell>
31602 </row>
31603 <row>
31604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31605 \begin_inset Text
31606
31607 \begin_layout Plain Layout
31608 Dies ist ein Beispieltext.
31609 \begin_inset ERT
31610 status collapsed
31611
31612 \begin_layout Plain Layout
31613
31614
31615 \backslash
31616 footnotemark{}
31617 \end_layout
31618
31619 \end_inset
31620
31621
31622 \end_layout
31623
31624 \end_inset
31625 </cell>
31626 </row>
31627 </lyxtabular>
31628
31629 \end_inset
31630
31631
31632 \begin_inset ERT
31633 status collapsed
31634
31635 \begin_layout Plain Layout
31636
31637
31638 \backslash
31639 footnotetext{
31640 \end_layout
31641
31642 \end_inset
31643
31644 Gedruckte Tabellenfußnote.
31645 \begin_inset ERT
31646 status collapsed
31647
31648 \begin_layout Plain Layout
31649
31650 }
31651 \end_layout
31652
31653 \end_inset
31654
31655
31656 \end_layout
31657
31658 \begin_layout Standard
31659 Fußnoten in langen Tabellen sind in Abschnitt
31660 \begin_inset space ~
31661 \end_inset
31662
31663
31664 \begin_inset CommandInset ref
31665 LatexCommand ref
31666 reference "uab:Fußnoten-in-mehrseitigen"
31667
31668 \end_inset
31669
31670  beschrieben.
31671 \end_layout
31672
31673 \begin_layout Standard
31674 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
31675  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
31676  innerhalb einer Seite ist.
31677  (Mehr über Minipages ist in Abschnitt
31678 \begin_inset space ~
31679 \end_inset
31680
31681
31682 \begin_inset CommandInset ref
31683 LatexCommand ref
31684 reference "abs:Minipage"
31685
31686 \end_inset
31687
31688  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
31689  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
31690  Methode mit 
31691 \series bold
31692
31693 \backslash
31694 footnotemark{}
31695 \series default
31696  und 
31697 \series bold
31698
31699 \backslash
31700 footnotetext
31701 \series default
31702 .
31703 \end_layout
31704
31705 \begin_layout Standard
31706 \begin_inset Box Frameless
31707 position "t"
31708 hor_pos "c"
31709 has_inner_box 1
31710 inner_pos "t"
31711 use_parbox 0
31712 use_makebox 0
31713 width "100col%"
31714 special "none"
31715 height "1in"
31716 height_special "totalheight"
31717 thickness "0.4pt"
31718 separation "3pt"
31719 shadowsize "4pt"
31720 framecolor "black"
31721 backgroundcolor "none"
31722 status open
31723
31724 \begin_layout Plain Layout
31725 Dies ist ein Beispieltext.in einer Minipage.
31726 \begin_inset Foot
31727 status open
31728
31729 \begin_layout Plain Layout
31730 Fußnote in einer Minipage.
31731 \end_layout
31732
31733 \end_inset
31734
31735
31736 \end_layout
31737
31738 \begin_layout Plain Layout
31739 Dies ist ein Beispieltext.
31740  in einer Minipage.
31741 \begin_inset ERT
31742 status collapsed
31743
31744 \begin_layout Plain Layout
31745
31746
31747 \backslash
31748 footnotemark{}
31749 \end_layout
31750
31751 \end_inset
31752
31753
31754 \end_layout
31755
31756 \end_inset
31757
31758
31759 \end_layout
31760
31761 \begin_layout Standard
31762 \begin_inset ERT
31763 status collapsed
31764
31765 \begin_layout Plain Layout
31766
31767
31768 \backslash
31769 footnotetext{
31770 \end_layout
31771
31772 \end_inset
31773
31774 Fußnote außerhalb der Minipage.
31775 \begin_inset ERT
31776 status collapsed
31777
31778 \begin_layout Plain Layout
31779
31780 }
31781 \end_layout
31782
31783 \end_inset
31784
31785
31786 \end_layout
31787
31788 \begin_layout Standard
31789 \begin_inset VSpace defskip
31790 \end_inset
31791
31792
31793 \end_layout
31794
31795 \begin_layout Standard
31796 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
31797  Fußnotentext zu drucken, verwenden Sie den \SpecialChar TeX
31798 -Code-Befehl 
31799 \series bold
31800
31801 \backslash
31802 footnotemark[Nummer]
31803 \series default
31804 .
31805 \begin_inset Newline newline
31806 \end_inset
31807
31808 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
31809  sie speichern, nachdem Sie die Fußnote eingefügt haben.
31810  Hinter Fußnote
31811 \begin_inset space ~
31812 \end_inset
31813
31814
31815 \begin_inset CommandInset ref
31816 LatexCommand ref
31817 reference "fuss:Fußnoten-Beispiel"
31818
31819 \end_inset
31820
31821  wurde das mit folgenden \SpecialChar TeX
31822 -Code-Befehlen gemacht:
31823 \end_layout
31824
31825 \begin_layout Standard
31826
31827 \series bold
31828
31829 \backslash
31830 newcounter{MyRepeatFoot}
31831 \begin_inset Newline newline
31832 \end_inset
31833
31834
31835 \backslash
31836 setcounter{MyRepeatFoot}{
31837 \backslash
31838 thefootnote}
31839 \end_layout
31840
31841 \begin_layout Standard
31842 Die Fußnotenmarke wurde dann mit diesem \SpecialChar TeX
31843 -Code-Befehl definiert;
31844 \end_layout
31845
31846 \begin_layout Standard
31847
31848 \series bold
31849
31850 \backslash
31851 footnotemark[
31852 \backslash
31853 theMyRepeatFoot]
31854 \end_layout
31855
31856 \begin_layout Standard
31857 Hier ist eine wiederholte Fußnote:
31858 \begin_inset ERT
31859 status collapsed
31860
31861 \begin_layout Plain Layout
31862
31863
31864 \backslash
31865 footnotemark[
31866 \backslash
31867 theMyRepeatFoot]
31868 \end_layout
31869
31870 \end_inset
31871
31872
31873 \end_layout
31874
31875 \begin_layout Standard
31876 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
31877  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
31878 \end_layout
31879
31880 \begin_layout Standard
31881
31882 \series bold
31883
31884 \backslash
31885 footnotemark[
31886 \backslash
31887 thefootnote]
31888 \end_layout
31889
31890 \begin_layout Standard
31891 Hier ist eine weitere wiederholte Fußnote:
31892 \begin_inset ERT
31893 status collapsed
31894
31895 \begin_layout Plain Layout
31896
31897
31898 \backslash
31899 footnotemark[
31900 \backslash
31901 thefootnote]
31902 \end_layout
31903
31904 \end_inset
31905
31906
31907 \end_layout
31908
31909 \begin_layout Subsection
31910 Fußnoten-Nummerierung
31911 \begin_inset CommandInset label
31912 LatexCommand label
31913 name "uab:Fußnoten-Nummerierung"
31914
31915 \end_inset
31916
31917
31918 \begin_inset Index idx
31919 status collapsed
31920
31921 \begin_layout Plain Layout
31922 Fußnoten ! Nummerierung
31923 \end_layout
31924
31925 \end_inset
31926
31927
31928 \end_layout
31929
31930 \begin_layout Standard
31931 Um Fußnoten nach jedem Abschnitt
31932 \family roman
31933  auf 1 zurückzusetzen, 
31934 \family default
31935 müssen Sie folgenden Befehl in den \SpecialChar LaTeX
31936 -Vorspann schreiben:
31937 \end_layout
31938
31939 \begin_layout Standard
31940
31941 \series bold
31942
31943 \backslash
31944 @addtoreset{footnote}{section}
31945 \end_layout
31946
31947 \begin_layout Standard
31948 \begin_inset VSpace bigskip
31949 \end_inset
31950
31951 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
31952  Zahlen:
31953 \end_layout
31954
31955 \begin_layout Standard
31956
31957 \series bold
31958
31959 \backslash
31960 renewcommand{
31961 \backslash
31962 thefootnote}{
31963 \backslash
31964 roman{footnote}}
31965 \end_layout
31966
31967 \begin_layout Standard
31968 \begin_inset ERT
31969 status collapsed
31970
31971 \begin_layout Plain Layout
31972
31973
31974 \backslash
31975 renewcommand{
31976 \backslash
31977 thefootnote}{
31978 \backslash
31979 roman{footnote}}
31980 \end_layout
31981
31982 \end_inset
31983
31984  Hier ist ein Beispiel für solch eine Fußnote:
31985 \begin_inset Foot
31986 status open
31987
31988 \begin_layout Plain Layout
31989 Dies ist eine Fußnote mit kleinen römischen Zahlen
31990 \end_layout
31991
31992 \end_inset
31993
31994
31995 \end_layout
31996
31997 \begin_layout Standard
31998 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
31999  in obigem Befehl 
32000 \series bold
32001
32002 \backslash
32003 roman
32004 \series default
32005  durch 
32006 \series bold
32007
32008 \backslash
32009 Roman
32010 \series default
32011 .
32012  Um Fußnoten mit großen oder kleinen Buchstaben zu 
32013 \begin_inset Quotes gld
32014 \end_inset
32015
32016 nummerieren
32017 \begin_inset Quotes grd
32018 \end_inset
32019
32020 , verwenden Sie die Befehle 
32021 \series bold
32022
32023 \backslash
32024 Alph
32025 \series default
32026  oder 
32027 \series bold
32028
32029 \backslash
32030 alph
32031 \series default
32032 .
32033  Für die 
32034 \begin_inset Quotes gld
32035 \end_inset
32036
32037 Nummerierung
32038 \begin_inset Quotes grd
32039 \end_inset
32040
32041  mit Symbolen steht der Befehl 
32042 \series bold
32043
32044 \backslash
32045 fnsymbol
32046 \series default
32047  zur Verfügung.
32048 \end_layout
32049
32050 \begin_layout Standard
32051 \begin_inset Note Greyedout
32052 status open
32053
32054 \begin_layout Plain Layout
32055
32056 \series bold
32057 Bemerkung 1:
32058 \series default
32059  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
32060  
32061 \emph on
32062 ein
32063 \emph default
32064  Buchstabe verwendet wird.
32065 \end_layout
32066
32067 \end_inset
32068
32069
32070 \begin_inset Newline newline
32071 \end_inset
32072
32073
32074 \begin_inset Note Greyedout
32075 status open
32076
32077 \begin_layout Plain Layout
32078
32079 \series bold
32080 Bemerkung 2:
32081 \series default
32082  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
32083 \end_layout
32084
32085 \end_inset
32086
32087
32088 \end_layout
32089
32090 \begin_layout Standard
32091 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
32092 \series bold
32093
32094 \backslash
32095 arabic
32096 \series default
32097  anstelle von 
32098 \series bold
32099
32100 \backslash
32101 roman
32102 \series default
32103  in obigem Befehl.
32104 \begin_inset ERT
32105 status collapsed
32106
32107 \begin_layout Plain Layout
32108
32109
32110 \backslash
32111 renewcommand{
32112 \backslash
32113 thefootnote}{
32114 \backslash
32115 arabic{footnote}}
32116 \end_layout
32117
32118 \end_inset
32119
32120
32121 \end_layout
32122
32123 \begin_layout Standard
32124 \begin_inset VSpace bigskip
32125 \end_inset
32126
32127
32128 \end_layout
32129
32130 \begin_layout Standard
32131 Wenn Sie wollen, dass Fußnoten nach dem Schema 
32132 \begin_inset Quotes gld
32133 \end_inset
32134
32135 Kapitel.Fußnote
32136 \begin_inset Quotes grd
32137 \end_inset
32138
32139  nummeriert werden, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
32140 -Vorspann schreiben:
32141 \end_layout
32142
32143 \begin_layout Standard
32144
32145 \series bold
32146
32147 \backslash
32148 numberwithin{footnote}{chapter}
32149 \end_layout
32150
32151 \begin_layout Standard
32152 Um 
32153 \series bold
32154
32155 \backslash
32156 numberwithin
32157 \series default
32158  benutzen zu können, muss in den 
32159 \family sans
32160 Mathe
32161 \begin_inset space ~
32162 \end_inset
32163
32164 Optionen
32165 \family default
32166  der 
32167 \family sans
32168 Dokument-Einstellungen
32169 \family default
32170  
32171 \family sans
32172 AMS
32173 \begin_inset space ~
32174 \end_inset
32175
32176 Mathe
32177 \begin_inset space ~
32178 \end_inset
32179
32180 Paket
32181 \family default
32182
32183 \begin_inset space ~
32184 \end_inset
32185
32186
32187 \family sans
32188 verwenden
32189 \family default
32190  angekreuzt sein.
32191 \begin_inset ERT
32192 status collapsed
32193
32194 \begin_layout Plain Layout
32195
32196
32197 \backslash
32198 numberwithin{footnote}{chapter}
32199 \end_layout
32200
32201 \end_inset
32202
32203  Hier ist ein Beispiel für solch eine Fußnote.
32204 \series bold
32205
32206 \begin_inset Foot
32207 status open
32208
32209 \begin_layout Plain Layout
32210 Dies ist eine Fußnote nach dem Schema 
32211 \begin_inset Quotes gld
32212 \end_inset
32213
32214 Kapitel.Fußnote
32215 \begin_inset Quotes grd
32216 \end_inset
32217
32218 .
32219 \end_layout
32220
32221 \end_inset
32222
32223
32224 \series default
32225
32226 \begin_inset ERT
32227 status collapsed
32228
32229 \begin_layout Plain Layout
32230
32231
32232 \backslash
32233 renewcommand{
32234 \backslash
32235 thefootnote}{
32236 \backslash
32237 arabic{footnote}}
32238 \end_layout
32239
32240 \end_inset
32241
32242
32243 \end_layout
32244
32245 \begin_layout Standard
32246 \begin_inset Note Greyedout
32247 status open
32248
32249 \begin_layout Plain Layout
32250
32251 \series bold
32252 Bemerkung:
32253 \series default
32254  
32255 \series bold
32256
32257 \backslash
32258 numberwithin
32259 \series default
32260  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
32261  werden überschrieben.
32262 \end_layout
32263
32264 \end_inset
32265
32266
32267 \end_layout
32268
32269 \begin_layout Standard
32270 Um also z.
32271 \begin_inset space \thinspace{}
32272 \end_inset
32273
32274 B.
32275  das Schema 
32276 \begin_inset Quotes gld
32277 \end_inset
32278
32279 Kapitel.
32280 \backslash
32281 Roman{footnote}
32282 \begin_inset Quotes grd
32283 \end_inset
32284
32285  zu erhalten, muss dieser Befehl anstelle von 
32286 \series bold
32287
32288 \backslash
32289 numberwithin
32290 \series default
32291  verwendet werden:
32292 \end_layout
32293
32294 \begin_layout Standard
32295
32296 \series bold
32297
32298 \backslash
32299 renewcommand{
32300 \backslash
32301 thefootnote}{
32302 \backslash
32303 thechapter.
32304 \backslash
32305 Roman{footnote}}
32306 \end_layout
32307
32308 \begin_layout Subsection
32309 Fußnoten-Platzierung
32310 \begin_inset Index idx
32311 status collapsed
32312
32313 \begin_layout Plain Layout
32314 Fußnoten ! Platzierung
32315 \end_layout
32316
32317 \end_inset
32318
32319
32320 \end_layout
32321
32322 \begin_layout Standard
32323 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
32324  ohne Zwischenraum am Ende der Seite gedruckt.
32325  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
32326  \SpecialChar LaTeX
32327 -Vorspann 1.5
32328 \begin_inset space \thinspace{}
32329 \end_inset
32330
32331 mm Zwischenraum einfügen:
32332 \end_layout
32333
32334 \begin_layout Standard
32335
32336 \series bold
32337
32338 \backslash
32339 let
32340 \backslash
32341 myFoot
32342 \backslash
32343 footnote
32344 \begin_inset Newline newline
32345 \end_inset
32346
32347
32348 \backslash
32349 renewcommand{
32350 \backslash
32351 footnote}[1]{
32352 \backslash
32353 myFoot{#1
32354 \backslash
32355 vspace{1.5mm}}}
32356 \end_layout
32357
32358 \begin_layout Standard
32359 \begin_inset VSpace bigskip
32360 \end_inset
32361
32362 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
32363  Spalte gedruckt, Abbildung
32364 \begin_inset space ~
32365 \end_inset
32366
32367
32368 \begin_inset CommandInset ref
32369 LatexCommand ref
32370 reference "abb:Standard-Fußnoten-Platzierung-in"
32371
32372 \end_inset
32373
32374 .
32375  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
32376  in Abbildung
32377 \begin_inset space ~
32378 \end_inset
32379
32380
32381 \begin_inset CommandInset ref
32382 LatexCommand ref
32383 reference "abb:Fußnoten-Platzierung-in-einem"
32384
32385 \end_inset
32386
32387 , müssen Sie das \SpecialChar LaTeX
32388 -Paket 
32389 \series bold
32390 ftnright
32391 \series default
32392
32393 \begin_inset Index idx
32394 status collapsed
32395
32396 \begin_layout Plain Layout
32397 \SpecialChar LaTeX
32398 -Pakete ! ftnright
32399 \end_layout
32400
32401 \end_inset
32402
32403  mit folgendem Befehl im \SpecialChar LaTeX
32404 -Vorspann einfügen:
32405 \end_layout
32406
32407 \begin_layout Standard
32408
32409 \series bold
32410
32411 \backslash
32412 usepackage{ftnright}
32413 \end_layout
32414
32415 \begin_layout Standard
32416 \begin_inset Float figure
32417 placement !h
32418 wide false
32419 sideways false
32420 status open
32421
32422 \begin_layout Plain Layout
32423 \noindent
32424 \align center
32425 \begin_inset Box Boxed
32426 position "t"
32427 hor_pos "c"
32428 has_inner_box 0
32429 inner_pos "t"
32430 use_parbox 0
32431 use_makebox 0
32432 width ""
32433 special "none"
32434 height "1in"
32435 height_special "totalheight"
32436 thickness "0.4pt"
32437 separation "3pt"
32438 shadowsize "4pt"
32439 framecolor "black"
32440 backgroundcolor "none"
32441 status open
32442
32443 \begin_layout Plain Layout
32444 \begin_inset Graphics
32445         filename ../clipart/without_fntright.pdf
32446         width 100col%
32447         scaleBeforeRotation
32448
32449 \end_inset
32450
32451
32452 \end_layout
32453
32454 \end_inset
32455
32456
32457 \end_layout
32458
32459 \begin_layout Plain Layout
32460 \begin_inset Caption Standard
32461
32462 \begin_layout Plain Layout
32463 \begin_inset CommandInset label
32464 LatexCommand label
32465 name "abb:Standard-Fußnoten-Platzierung-in"
32466
32467 \end_inset
32468
32469 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
32470 \begin_inset Argument 1
32471 status open
32472
32473 \begin_layout Plain Layout
32474 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
32475 \end_layout
32476
32477 \end_inset
32478
32479
32480 \end_layout
32481
32482 \end_inset
32483
32484
32485 \end_layout
32486
32487 \end_inset
32488
32489
32490 \end_layout
32491
32492 \begin_layout Standard
32493 \begin_inset Float figure
32494 placement !h
32495 wide false
32496 sideways false
32497 status open
32498
32499 \begin_layout Plain Layout
32500 \noindent
32501 \align center
32502 \begin_inset Box Boxed
32503 position "t"
32504 hor_pos "c"
32505 has_inner_box 0
32506 inner_pos "t"
32507 use_parbox 0
32508 use_makebox 0
32509 width ""
32510 special "none"
32511 height "1in"
32512 height_special "totalheight"
32513 thickness "0.4pt"
32514 separation "3pt"
32515 shadowsize "4pt"
32516 framecolor "black"
32517 backgroundcolor "none"
32518 status open
32519
32520 \begin_layout Plain Layout
32521 \begin_inset Graphics
32522         filename ../clipart/with_fntright.pdf
32523         width 100col%
32524         scaleBeforeRotation
32525
32526 \end_inset
32527
32528
32529 \end_layout
32530
32531 \end_inset
32532
32533
32534 \end_layout
32535
32536 \begin_layout Plain Layout
32537 \begin_inset Caption Standard
32538
32539 \begin_layout Plain Layout
32540 \begin_inset CommandInset label
32541 LatexCommand label
32542 name "abb:Fußnoten-Platzierung-in-einem"
32543
32544 \end_inset
32545
32546 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem \SpecialChar LaTeX
32547 -Paket 
32548 \series bold
32549 ftnright
32550 \series default
32551 .
32552 \begin_inset Argument 1
32553 status collapsed
32554
32555 \begin_layout Plain Layout
32556 Fußnoten-Platzierung mit 
32557 \family typewriter
32558 ftnright
32559 \end_layout
32560
32561 \end_inset
32562
32563
32564 \end_layout
32565
32566 \end_inset
32567
32568
32569 \end_layout
32570
32571 \end_inset
32572
32573
32574 \end_layout
32575
32576 \begin_layout Standard
32577 \begin_inset VSpace bigskip
32578 \end_inset
32579
32580 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
32581  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
32582 \begin_inset space ~
32583 \end_inset
32584
32585
32586 \begin_inset CommandInset ref
32587 LatexCommand ref
32588 reference "abb:endnotes"
32589
32590 \end_inset
32591
32592  gedruckt.
32593  Man nennt sie dann 
32594 \begin_inset Quotes gld
32595 \end_inset
32596
32597 Endnoten
32598 \begin_inset Quotes grd
32599 \end_inset
32600
32601 .
32602 \begin_inset Index idx
32603 status collapsed
32604
32605 \begin_layout Plain Layout
32606 Endnoten
32607 \end_layout
32608
32609 \end_inset
32610
32611  Um das zu erreichen, laden Sie im Menü 
32612 \family sans
32613 Dokument\SpecialChar menuseparator
32614 Einstellungen\SpecialChar menuseparator
32615 Module 
32616 \family default
32617 das Modul 
32618 \family sans
32619 Fußnote
32620 \begin_inset space ~
32621 \end_inset
32622
32623 als
32624 \begin_inset space ~
32625 \end_inset
32626
32627 Endnote
32628 \family default
32629 .
32630  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
32631 \end_layout
32632
32633 \begin_layout Standard
32634
32635 \series bold
32636
32637 \backslash
32638 theendnotes
32639 \end_layout
32640
32641 \begin_layout Standard
32642 als \SpecialChar TeX
32643 -Code am Ende des Abschnitts oder Kapitels ein.
32644 \end_layout
32645
32646 \begin_layout Standard
32647 \begin_inset Float figure
32648 wide false
32649 sideways false
32650 status open
32651
32652 \begin_layout Plain Layout
32653 \align center
32654 \begin_inset Box Boxed
32655 position "t"
32656 hor_pos "c"
32657 has_inner_box 0
32658 inner_pos "t"
32659 use_parbox 0
32660 use_makebox 0
32661 width ""
32662 special "none"
32663 height "1in"
32664 height_special "totalheight"
32665 thickness "0.4pt"
32666 separation "3pt"
32667 shadowsize "4pt"
32668 framecolor "black"
32669 backgroundcolor "none"
32670 status open
32671
32672 \begin_layout Plain Layout
32673 \begin_inset Graphics
32674         filename ../clipart/endnotes.pdf
32675         width 100col%
32676         scaleBeforeRotation
32677
32678 \end_inset
32679
32680
32681 \end_layout
32682
32683 \end_inset
32684
32685
32686 \end_layout
32687
32688 \begin_layout Plain Layout
32689 \begin_inset Caption Standard
32690
32691 \begin_layout Plain Layout
32692 \begin_inset CommandInset label
32693 LatexCommand label
32694 name "abb:endnotes"
32695
32696 \end_inset
32697
32698
32699 \series bold
32700 endnotes
32701 \series default
32702  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
32703  gedruckt.
32704 \end_layout
32705
32706 \end_inset
32707
32708
32709 \end_layout
32710
32711 \end_inset
32712
32713
32714 \end_layout
32715
32716 \begin_layout Standard
32717 \begin_inset VSpace medskip
32718 \end_inset
32719
32720 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
32721 ache übersetzt.
32722  Der folgende Befehl im \SpecialChar LaTeX
32723 -Vorspann  übersetzt den englischen Namen 
32724 \begin_inset Quotes gld
32725 \end_inset
32726
32727 Notes
32728 \begin_inset Quotes grd
32729 \end_inset
32730
32731  in 
32732 \begin_inset Quotes gld
32733 \end_inset
32734
32735 Anmerkungen
32736 \begin_inset Quotes grd
32737 \end_inset
32738
32739 :
32740 \end_layout
32741
32742 \begin_layout Standard
32743
32744 \series bold
32745
32746 \backslash
32747 renewcommand{
32748 \backslash
32749 notesname}{Anmerkungen}
32750 \end_layout
32751
32752 \begin_layout Standard
32753 \begin_inset VSpace medskip
32754 \end_inset
32755
32756 Wenn Sie in den Befehlen von Abschnitt
32757 \begin_inset space ~
32758 \end_inset
32759
32760
32761 \begin_inset CommandInset ref
32762 LatexCommand ref
32763 reference "uab:Fußnoten-Nummerierung"
32764
32765 \end_inset
32766
32767  
32768 \series bold
32769
32770 \backslash
32771 thefootnote
32772 \series default
32773  durch 
32774 \series bold
32775
32776 \backslash
32777 theendnote
32778 \series default
32779  ersetzen, können Sie die Nummerierung von Endnoten ändern.
32780  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
32781 \series bold
32782
32783 \backslash
32784 @addtoreset
32785 \series default
32786  wie in Abschnitt
32787 \begin_inset space \space{}
32788 \end_inset
32789
32790
32791 \begin_inset CommandInset ref
32792 LatexCommand ref
32793 reference "uab:Fußnoten-Nummerierung"
32794
32795 \end_inset
32796
32797  beschrieben und ersetzen 
32798 \series bold
32799 footnote
32800 \series default
32801  durch 
32802 \series bold
32803 endnote
32804 \series default
32805 .
32806 \end_layout
32807
32808 \begin_layout Standard
32809 Für Endnoten gibt es den Befehl 
32810 \series bold
32811
32812 \backslash
32813 endnotemark[Nummer]
32814 \series default
32815  analog zum Befehl 
32816 \series bold
32817
32818 \backslash
32819 footnotemark
32820 \series default
32821  der in Abschnitt
32822 \begin_inset space ~
32823 \end_inset
32824
32825
32826 \begin_inset CommandInset ref
32827 LatexCommand ref
32828 reference "abs:Fußnoten"
32829
32830 \end_inset
32831
32832  beschrieben ist.
32833 \end_layout
32834
32835 \begin_layout Standard
32836 \begin_inset VSpace bigskip
32837 \end_inset
32838
32839 Mit dem \SpecialChar LaTeX
32840 -Paket 
32841 \series bold
32842 footmisc
32843 \series default
32844
32845 \begin_inset Index idx
32846 status collapsed
32847
32848 \begin_layout Plain Layout
32849 \SpecialChar LaTeX
32850 -Pakete ! footmisc
32851 \end_layout
32852
32853 \end_inset
32854
32855  (
32856 \begin_inset CommandInset citation
32857 LatexCommand cite
32858 key "footmisc"
32859 literal "true"
32860
32861 \end_inset
32862
32863 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
32864 \end_layout
32865
32866 \begin_layout Standard
32867 In \SpecialChar LaTeX
32868 -Büchern, 
32869 \begin_inset CommandInset citation
32870 LatexCommand cite
32871 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
32872 literal "true"
32873
32874 \end_inset
32875
32876 , finden Sie weiteres zu Fußnoten.
32877  Wenn Sie eine 
32878 \series bold
32879 KOMA-Script
32880 \series default
32881
32882 \begin_inset Index idx
32883 status collapsed
32884
32885 \begin_layout Plain Layout
32886 \SpecialChar LaTeX
32887 -Pakete ! KOMA-Script
32888 \end_layout
32889
32890 \end_inset
32891
32892  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
32893 zifische Befehle anpassen, siehe 
32894 \begin_inset CommandInset citation
32895 LatexCommand cite
32896 key "KOMA-Script"
32897 literal "true"
32898
32899 \end_inset
32900
32901 .
32902 \end_layout
32903
32904 \begin_layout Section
32905 Randnotizen
32906 \begin_inset Index idx
32907 status collapsed
32908
32909 \begin_layout Plain Layout
32910 Randnotizen
32911 \end_layout
32912
32913 \end_inset
32914
32915
32916 \begin_inset Index idx
32917 status collapsed
32918
32919 \begin_layout Plain Layout
32920 Notizen ! Randnotizen
32921 \end_layout
32922
32923 \end_inset
32924
32925
32926 \end_layout
32927
32928 \begin_layout Standard
32929 Randnotizen sehen in \SpecialChar LyX
32930  wie Fußnoten aus und verhalten sich auch so.
32931  Sie fügen sie mit einem Klick auf den Schalter 
32932 \begin_inset Info
32933 type  "icon"
32934 arg   "marginalnote-insert"
32935 \end_inset
32936
32937  oder über 
32938 \family sans
32939 Einfügen\SpecialChar menuseparator
32940 Randnotiz
32941 \family default
32942  ein.
32943  Ein graues Kästchen mit der Aufschrift 
32944 \begin_inset Quotes gld
32945 \end_inset
32946
32947 Rand
32948 \begin_inset Quotes grd
32949 \end_inset
32950
32951  erscheint
32952 \family roman
32953 \series medium
32954 , und dort, wo der Cursor steht, können Sie Text eingeben.
32955 \end_layout
32956
32957 \begin_layout Standard
32958 Hier am Rand sehen Sie eine Randnotiz.
32959  
32960 \begin_inset Marginal
32961 status open
32962
32963 \begin_layout Plain Layout
32964 Dies ist eine Randnotiz.
32965 \end_layout
32966
32967 \end_inset
32968
32969
32970 \end_layout
32971
32972 \begin_layout Standard
32973 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
32974  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
32975  Seiten und rechts auf den ungeraden.
32976  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
32977  wird und umgekehrt.
32978  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
32979  wurde.
32980 \end_layout
32981
32982 \begin_layout Standard
32983 \begin_inset VSpace bigskip
32984 \end_inset
32985
32986 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
32987 \end_layout
32988
32989 \begin_layout Standard
32990
32991 \series bold
32992
32993 \backslash
32994 reversemarginpar
32995 \end_layout
32996
32997 \begin_layout Standard
32998 als \SpecialChar TeX
32999 -Code vor einer Randnotiz ein.
33000  Das gilt dann für alle folgenden Randnotizen.
33001  
33002 \begin_inset ERT
33003 status collapsed
33004
33005 \begin_layout Plain Layout
33006
33007
33008 \backslash
33009 reversemarginpar 
33010 \end_layout
33011
33012 \end_inset
33013
33014
33015 \begin_inset Marginal
33016 status open
33017
33018 \begin_layout Plain Layout
33019 Hier ist ein Beispiel im inneren Rand.
33020 \end_layout
33021
33022 \end_inset
33023
33024
33025 \begin_inset Newline newline
33026 \end_inset
33027
33028
33029 \begin_inset Note Greyedout
33030 status open
33031
33032 \begin_layout Plain Layout
33033  
33034 \series bold
33035 Achtung:
33036 \series default
33037  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
33038 \end_layout
33039
33040 \end_inset
33041
33042
33043 \end_layout
33044
33045 \begin_layout Standard
33046 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
33047 \end_layout
33048
33049 \begin_layout Standard
33050
33051 \series bold
33052
33053 \backslash
33054 normalmarginpar
33055 \end_layout
33056
33057 \begin_layout Standard
33058 als \SpecialChar TeX
33059 -Code ein.
33060 \begin_inset ERT
33061 status collapsed
33062
33063 \begin_layout Plain Layout
33064
33065
33066 \backslash
33067 normalmarginpar 
33068 \end_layout
33069
33070 \end_inset
33071
33072
33073 \end_layout
33074
33075 \begin_layout Standard
33076 \begin_inset Note Greyedout
33077 status open
33078
33079 \begin_layout Plain Layout
33080
33081 \series bold
33082 Achtung:
33083 \series default
33084  Der Befehl wird missachtet, wenn er im selben Absatz wie 
33085 \series bold
33086
33087 \backslash
33088 reversemarginpar
33089 \series default
33090  verwendet wird.
33091 \end_layout
33092
33093 \end_inset
33094
33095
33096 \end_layout
33097
33098 \begin_layout Standard
33099 \begin_inset VSpace bigskip
33100 \end_inset
33101
33102
33103 \begin_inset Marginal
33104 status open
33105
33106 \begin_layout Plain Layout
33107
33108 \family roman
33109 \series medium
33110 EinSehrLangesWort am Anfang, das umgebrochen wird.
33111 \end_layout
33112
33113 \end_inset
33114
33115  Ähnlich wie in Abschnitt
33116 \begin_inset space ~
33117 \end_inset
33118
33119
33120 \begin_inset CommandInset ref
33121 LatexCommand ref
33122 reference "uab:Mehrere-Zeilen-in"
33123
33124 \end_inset
33125
33126  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
33127  Wort der Randnotiz sind.
33128  Um das zu vermeiden, fügen sie 0
33129 \begin_inset space \thinspace{}
33130 \end_inset
33131
33132 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
33133 \begin_inset Marginal
33134 status open
33135
33136 \begin_layout Plain Layout
33137 \begin_inset space \hspace{}
33138 \length 0pt
33139 \end_inset
33140
33141
33142 \family roman
33143 \series medium
33144 EinSehrLangesWort am Anfang, das umgebrochen wird.
33145 \end_layout
33146
33147 \end_inset
33148
33149
33150 \end_layout
33151
33152 \begin_layout Standard
33153 \begin_inset VSpace bigskip
33154 \end_inset
33155
33156
33157 \end_layout
33158
33159 \begin_layout Standard
33160 \begin_inset Note Greyedout
33161 status open
33162
33163 \begin_layout Plain Layout
33164
33165 \series bold
33166 Bemerkung:
33167 \series default
33168  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
33169  verwendet werden.
33170 \end_layout
33171
33172 \end_inset
33173
33174
33175 \end_layout
33176
33177 \begin_layout Standard
33178 \begin_inset VSpace bigskip
33179 \end_inset
33180
33181
33182 \end_layout
33183
33184 \begin_layout Standard
33185 \begin_inset ERT
33186 status collapsed
33187
33188 \begin_layout Plain Layout
33189
33190
33191 \backslash
33192 ifmarginnote
33193 \end_layout
33194
33195 \end_inset
33196
33197
33198 \begin_inset Note Note
33199 status open
33200
33201 \begin_layout Plain Layout
33202 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
33203 -Paket 
33204 \series bold
33205 marginnote
33206 \series default
33207  installiert ist.
33208 \end_layout
33209
33210 \end_inset
33211
33212
33213 \end_layout
33214
33215 \begin_layout Standard
33216 Diese Einschränkung kann umgangen werden, wenn das \SpecialChar LaTeX
33217 -Paket 
33218 \series bold
33219 marginnote
33220 \series default
33221
33222 \begin_inset Index idx
33223 status collapsed
33224
33225 \begin_layout Plain Layout
33226 \SpecialChar LaTeX
33227 -Pakete ! marginnote
33228 \end_layout
33229
33230 \end_inset
33231
33232  verwendet wird.
33233  Wenn Sie diese zwei Zeilen zum \SpecialChar LaTeX
33234 -Vorspann hinzufügen, wird der Befehl, der
33235  von \SpecialChar LyX
33236  für Randnotizen verwendet wird, umdefiniert, so dass der Befehl des
33237  Pakets 
33238 \series bold
33239 marginnote
33240 \series default
33241  für Randnotizen verwendet wird:
33242 \end_layout
33243
33244 \begin_layout Standard
33245
33246 \series bold
33247
33248 \backslash
33249 usepackage{marginnote}
33250 \begin_inset Newline newline
33251 \end_inset
33252
33253
33254 \backslash
33255 let
33256 \backslash
33257 marginpar
33258 \backslash
33259 marginnote
33260 \end_layout
33261
33262 \begin_layout Standard
33263 Dies wird auch in diesem Dokument verwendet, denn 
33264 \series bold
33265 marginnote
33266 \series default
33267  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
33268  für Randnotizen angeben.
33269  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
33270 n zu dicht beieinander sind.
33271  Der Versatz wird in \SpecialChar LyX
33272  als \SpecialChar TeX
33273 -Code direkt nach der Randnotiz mit dem Schema
33274 \end_layout
33275
33276 \begin_layout Standard
33277
33278 \series bold
33279 [Versatz]
33280 \end_layout
33281
33282 \begin_layout Standard
33283 angegeben.
33284  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
33285 \begin_inset space ~
33286 \end_inset
33287
33288
33289 \begin_inset CommandInset ref
33290 LatexCommand ref
33291 reference "tab:Maßeinheiten"
33292
33293 \end_inset
33294
33295  aufgelistet sind.
33296  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
33297  nach unten.
33298  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
33299 \begin_inset space \thinspace{}
33300 \end_inset
33301
33302 cm mit dem \SpecialChar TeX
33303 -Code-Befehl  
33304 \begin_inset Quotes gld
33305 \end_inset
33306
33307
33308 \series bold
33309 [-1.5cm]
33310 \series default
33311
33312 \begin_inset Quotes grd
33313 \end_inset
33314
33315  nach oben versetzt.
33316 \begin_inset Marginal
33317 status open
33318
33319 \begin_layout Plain Layout
33320 Diese Randnotiz ist 1.5
33321 \begin_inset space \thinspace{}
33322 \end_inset
33323
33324 cm von ihrer Originalposition nach oben versetzt.
33325 \end_layout
33326
33327 \end_inset
33328
33329
33330 \begin_inset ERT
33331 status collapsed
33332
33333 \begin_layout Plain Layout
33334
33335 [-1.5cm]
33336 \end_layout
33337
33338 \end_inset
33339
33340
33341 \end_layout
33342
33343 \begin_layout Standard
33344 \begin_inset VSpace medskip
33345 \end_inset
33346
33347 Mit 
33348 \series bold
33349 marginnote
33350 \series default
33351  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
33352  Zum Beispiel setzen die Befehle
33353 \end_layout
33354
33355 \begin_layout Standard
33356
33357 \series bold
33358
33359 \backslash
33360 renewcommand*{
33361 \backslash
33362 raggedleftmarginnote}{
33363 \backslash
33364 centering}
33365 \begin_inset Newline newline
33366 \end_inset
33367
33368
33369 \backslash
33370 renewcommand*{
33371 \backslash
33372 raggedrightmarginnote}{
33373 \backslash
33374 centering}
33375 \end_layout
33376
33377 \begin_layout Standard
33378 die Ausrichtung auf zentriert.
33379  
33380 \series bold
33381
33382 \backslash
33383 raggedleftmarginnote
33384 \series default
33385  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
33386  
33387 \begin_inset ERT
33388 status collapsed
33389
33390 \begin_layout Plain Layout
33391
33392
33393 \backslash
33394 renewcommand*{
33395 \backslash
33396 raggedleftmarginnote}{
33397 \backslash
33398 centering}
33399 \end_layout
33400
33401 \begin_layout Plain Layout
33402
33403
33404 \backslash
33405 renewcommand*{
33406 \backslash
33407 raggedrightmarginnote}{
33408 \backslash
33409 centering}
33410 \end_layout
33411
33412 \end_inset
33413
33414
33415 \begin_inset Marginal
33416 status open
33417
33418 \begin_layout Plain Layout
33419 Der Text dieser Randnotiz ist zentriert ausgerichtet.
33420 \end_layout
33421
33422 \end_inset
33423
33424  Die Voreinstellung ist
33425 \end_layout
33426
33427 \begin_layout Standard
33428
33429 \series bold
33430
33431 \backslash
33432 renewcommand*{
33433 \backslash
33434 raggedleftmarginnote}{
33435 \backslash
33436 raggedleft}
33437 \begin_inset Newline newline
33438 \end_inset
33439
33440
33441 \backslash
33442 renewcommand*{
33443 \backslash
33444 raggedrightmarginnote}{
33445 \backslash
33446 raggedright}
33447 \series default
33448
33449 \begin_inset ERT
33450 status collapsed
33451
33452 \begin_layout Plain Layout
33453
33454
33455 \backslash
33456 renewcommand*{
33457 \backslash
33458 raggedleftmarginnote}{
33459 \backslash
33460 raggedleft}
33461 \end_layout
33462
33463 \begin_layout Plain Layout
33464
33465
33466 \backslash
33467 renewcommand*{
33468 \backslash
33469 raggedrightmarginnote}{
33470 \backslash
33471 raggedright}
33472 \end_layout
33473
33474 \end_inset
33475
33476
33477 \end_layout
33478
33479 \begin_layout Standard
33480 \begin_inset VSpace medskip
33481 \end_inset
33482
33483 Für weitere Fähigkeiten des Pakets 
33484 \series bold
33485 marginnote
33486 \series default
33487  sei auf dessen Dokumentation verwiesen 
33488 \begin_inset CommandInset citation
33489 LatexCommand cite
33490 key "marginnote"
33491 literal "true"
33492
33493 \end_inset
33494
33495 .
33496 \end_layout
33497
33498 \begin_layout Standard
33499 \begin_inset VSpace bigskip
33500 \end_inset
33501
33502 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
33503  geändert werden.
33504  Um z.
33505 \begin_inset space \thinspace{}
33506 \end_inset
33507
33508 B.
33509  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
33510  und fettgedruckten Text 
33511 \begin_inset Quotes eld
33512 \end_inset
33513
33514
33515 \family sans
33516 \series bold
33517 \bar under
33518 Achtung!
33519 \family default
33520 \series default
33521 \bar default
33522
33523 \begin_inset Quotes erd
33524 \end_inset
33525
33526  zu erstellen, fügen Sie dies zum \SpecialChar LaTeX
33527 -Vorspann hinzu:
33528 \end_layout
33529
33530 \begin_layout Standard
33531
33532 \series bold
33533
33534 \backslash
33535 let
33536 \backslash
33537 myMarginpar
33538 \backslash
33539 marginpar
33540 \begin_inset Newline newline
33541 \end_inset
33542
33543
33544 \backslash
33545 renewcommand{
33546 \backslash
33547 marginpar}[1]{
33548 \backslash
33549 myMarginpar{%
33550 \begin_inset Newline newline
33551 \end_inset
33552
33553
33554 \begin_inset Phantom HPhantom
33555 status open
33556
33557 \begin_layout Plain Layout
33558
33559 \series bold
33560 \begin_inset space ~
33561 \end_inset
33562
33563
33564 \end_layout
33565
33566 \end_inset
33567
33568
33569 \backslash
33570 hspace{0pt}
33571 \backslash
33572 textsf{
33573 \backslash
33574 textbf{
33575 \backslash
33576 underbar{Achtung!}}}%
33577 \begin_inset Newline newline
33578 \end_inset
33579
33580
33581 \begin_inset Phantom HPhantom
33582 status open
33583
33584 \begin_layout Plain Layout
33585
33586 \series bold
33587 \begin_inset space ~
33588 \end_inset
33589
33590
33591 \end_layout
33592
33593 \end_inset
33594
33595
33596 \backslash
33597 vspace{1.5mm}
33598 \backslash
33599
33600 \backslash
33601 #1}}
33602 \end_layout
33603
33604 \begin_layout Standard
33605 \begin_inset ERT
33606 status collapsed
33607
33608 \begin_layout Plain Layout
33609
33610
33611 \backslash
33612 let
33613 \backslash
33614 myMarginpar
33615 \backslash
33616 marginpar
33617 \end_layout
33618
33619 \begin_layout Plain Layout
33620
33621
33622 \backslash
33623 renewcommand{
33624 \backslash
33625 marginpar}[1]{
33626 \backslash
33627 myMarginpar{%
33628 \end_layout
33629
33630 \begin_layout Plain Layout
33631
33632    
33633 \backslash
33634 textsf{
33635 \backslash
33636 textbf{
33637 \backslash
33638 underbar{Achtung!}}}%
33639 \end_layout
33640
33641 \begin_layout Plain Layout
33642
33643    
33644 \backslash
33645 vspace{1.5mm}
33646 \backslash
33647
33648 \backslash
33649 #1}}
33650 \end_layout
33651
33652 \end_inset
33653
33654
33655 \begin_inset Marginal
33656 status open
33657
33658 \begin_layout Plain Layout
33659 Dies ist eine Randnotiz mit einer definierten Überschrift.
33660 \end_layout
33661
33662 \end_inset
33663
33664
33665 \begin_inset ERT
33666 status collapsed
33667
33668 \begin_layout Plain Layout
33669
33670 [-1.5cm]
33671 \end_layout
33672
33673 \end_inset
33674
33675
33676 \begin_inset ERT
33677 status collapsed
33678
33679 \begin_layout Plain Layout
33680
33681
33682 \backslash
33683 renewcommand{
33684 \backslash
33685 marginpar}[1]{
33686 \backslash
33687 myMarginpar{#1}}
33688 \end_layout
33689
33690 \end_inset
33691
33692
33693 \begin_inset Note Note
33694 status open
33695
33696 \begin_layout Plain Layout
33697 Das Format wurde nur für dieses Beispiel geändert.
33698 \end_layout
33699
33700 \end_inset
33701
33702
33703 \end_layout
33704
33705 \begin_layout Standard
33706 \begin_inset ERT
33707 status collapsed
33708
33709 \begin_layout Plain Layout
33710
33711
33712 \backslash
33713 else
33714 \end_layout
33715
33716 \end_inset
33717
33718
33719 \begin_inset Note Note
33720 status open
33721
33722 \begin_layout Plain Layout
33723 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
33724 -Paket 
33725 \series bold
33726 marginnote
33727 \series default
33728  nicht installiert ist:
33729 \end_layout
33730
33731 \end_inset
33732
33733
33734 \end_layout
33735
33736 \begin_layout Standard
33737 Das \SpecialChar LaTeX
33738 -Paket 
33739 \series bold
33740 marginnote
33741 \series default
33742  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
33743 \end_layout
33744
33745 \begin_layout Standard
33746 \begin_inset ERT
33747 status collapsed
33748
33749 \begin_layout Plain Layout
33750
33751
33752 \backslash
33753 fi
33754 \end_layout
33755
33756 \end_inset
33757
33758
33759 \end_layout
33760
33761 \begin_layout Chapter
33762 Boxen
33763 \end_layout
33764
33765 \begin_layout Section
33766 Einleitung
33767 \begin_inset Index idx
33768 status collapsed
33769
33770 \begin_layout Plain Layout
33771 Boxen ! Einleitung
33772 \end_layout
33773
33774 \end_inset
33775
33776
33777 \end_layout
33778
33779 \begin_layout Standard
33780 Boxen werden benutzt, um einen Textblock zu formatieren.
33781  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
33782  siehe Abschnitt
33783 \begin_inset space ~
33784 \end_inset
33785
33786
33787 \begin_inset CommandInset ref
33788 LatexCommand ref
33789 reference "abs:Minipage"
33790
33791 \end_inset
33792
33793 , um Text zu umrahmen, siehe Abschnitt
33794 \begin_inset space ~
33795 \end_inset
33796
33797
33798 \begin_inset CommandInset ref
33799 LatexCommand ref
33800 reference "uab:Verzierung"
33801
33802 \end_inset
33803
33804 , um Silbentrennung zu verhindern, siehe Abschnitt
33805 \begin_inset space ~
33806 \end_inset
33807
33808
33809 \begin_inset CommandInset ref
33810 LatexCommand ref
33811 reference "abs:Silbentrennung-unterbinden"
33812
33813 \end_inset
33814
33815 , um Text senkrecht auszurichten, siehe Abschnitt
33816 \begin_inset space ~
33817 \end_inset
33818
33819
33820 \begin_inset CommandInset ref
33821 LatexCommand ref
33822 reference "uab:Vertikale-Ausrichtung"
33823
33824 \end_inset
33825
33826  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
33827 \begin_inset space ~
33828 \end_inset
33829
33830
33831 \begin_inset CommandInset ref
33832 LatexCommand ref
33833 reference "abs:Farbige-Boxen"
33834
33835 \end_inset
33836
33837 .
33838 \end_layout
33839
33840 \begin_layout Standard
33841 Boxen werden mit 
33842 \family sans
33843 Einfügen\SpecialChar menuseparator
33844 Box
33845 \family default
33846  oder dem Schalter 
33847 \begin_inset Info
33848 type  "icon"
33849 arg   "box-insert Frameless"
33850 \end_inset
33851
33852  eingefügt.
33853  Ein graues Kästchen mit der Aufschrift 
33854 \begin_inset Quotes gld
33855 \end_inset
33856
33857 Box (Minipage)
33858 \begin_inset Quotes grd
33859 \end_inset
33860
33861  erscheint: 
33862 \begin_inset Graphics
33863         filename clipart/StandardBox.png
33864         scale 95
33865         scaleBeforeRotation
33866
33867 \end_inset
33868
33869  Mit einem Rechts\SpecialChar softhyphen
33870 klick auf das graue Kästchen und der Auswahl von 
33871 \family sans
33872 Einstellungen
33873 \family default
33874  kann der Typ spezifiziert werden.
33875  Das Dialogfenster bietet bei 
33876 \family sans
33877 Innere
33878 \begin_inset space ~
33879 \end_inset
33880
33881 Box
33882 \family default
33883  die Typen 
33884 \family sans
33885 Makebox
33886 \family default
33887
33888 \family sans
33889 Parbox
33890 \family default
33891  und 
33892 \family sans
33893 Minipage
33894 \family default
33895  an.
33896  
33897 \family sans
33898 Minipage
33899 \family default
33900  ist die Standard-Einstellung für neue Boxen und in Abschnitt
33901 \begin_inset space ~
33902 \end_inset
33903
33904
33905 \begin_inset CommandInset ref
33906 LatexCommand ref
33907 reference "abs:Minipage"
33908
33909 \end_inset
33910
33911  beschrieben, 
33912 \family sans
33913 Parbox
33914 \family default
33915  in Abschnitt
33916 \begin_inset space ~
33917 \end_inset
33918
33919
33920 \begin_inset CommandInset ref
33921 LatexCommand ref
33922 reference "abs:Parbox"
33923
33924 \end_inset
33925
33926  und 
33927 \family sans
33928 Makebox
33929 \family default
33930  in 
33931 \begin_inset CommandInset ref
33932 LatexCommand ref
33933 reference "abs:Silbentrennung-unterbinden"
33934
33935 \end_inset
33936
33937 .
33938 \end_layout
33939
33940 \begin_layout Standard
33941 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
33942  wie auf Gleitobjekte und Fußnoten.
33943 \end_layout
33944
33945 \begin_layout Standard
33946 \begin_inset Note Greyedout
33947 status open
33948
33949 \begin_layout Plain Layout
33950
33951 \series bold
33952 Bemerkung
33953 \begin_inset space ~
33954 \end_inset
33955
33956 1:
33957 \series default
33958  Boxen dürfen in 
33959 \family sans
33960 List-
33961 \family default
33962  oder 
33963 \family sans
33964 Beschreibung-
33965 \family default
33966 Umgebungen nicht verwendet werden.
33967 \end_layout
33968
33969 \end_inset
33970
33971
33972 \end_layout
33973
33974 \begin_layout Standard
33975 \begin_inset Note Greyedout
33976 status open
33977
33978 \begin_layout Plain Layout
33979
33980 \series bold
33981 Bemerkung
33982 \begin_inset space ~
33983 \end_inset
33984
33985 2:
33986 \series default
33987  Boxen ohne 
33988 \family sans
33989 Innere
33990 \begin_inset space ~
33991 \end_inset
33992
33993 Box
33994 \family default
33995  und ohne Rahmen werden in Abschnitt
33996 \begin_inset space ~
33997 \end_inset
33998
33999
34000 \begin_inset CommandInset ref
34001 LatexCommand ref
34002 reference "abs:Silbentrennung-unterbinden"
34003
34004 \end_inset
34005
34006  beschrieben.
34007 \end_layout
34008
34009 \end_inset
34010
34011
34012 \end_layout
34013
34014 \begin_layout Section
34015 Das Box-Einstellungen-Fenster
34016 \begin_inset CommandInset label
34017 LatexCommand label
34018 name "abs:Box-Dialog"
34019
34020 \end_inset
34021
34022
34023 \begin_inset Index idx
34024 status collapsed
34025
34026 \begin_layout Plain Layout
34027 Boxen ! Box-Dialog-Fenster
34028 \end_layout
34029
34030 \end_inset
34031
34032
34033 \end_layout
34034
34035 \begin_layout Subsection
34036 Box-Größe
34037 \begin_inset Index idx
34038 status collapsed
34039
34040 \begin_layout Plain Layout
34041 Boxen ! Größe
34042 \end_layout
34043
34044 \end_inset
34045
34046
34047 \end_layout
34048
34049 \begin_layout Standard
34050 Im 
34051 \family sans
34052 Box-Einstellungen
34053 \family default
34054 -Fenster können Sie die Größe der Box mit 
34055 \family sans
34056 Breite
34057 \family default
34058  und 
34059 \family sans
34060 Höhe 
34061 \family default
34062 festlegen.
34063  Die verfügbaren Einheiten werden in Tabelle
34064 \begin_inset space ~
34065 \end_inset
34066
34067
34068 \begin_inset CommandInset ref
34069 LatexCommand ref
34070 reference "tab:Maßeinheiten"
34071
34072 \end_inset
34073
34074  aufgelistet.
34075  Das Feld
34076 \family sans
34077  Höhe
34078 \family default
34079  bietet die folgenden zusätzlichen Größen:
34080 \end_layout
34081
34082 \begin_layout Description
34083 Tiefe Dies ist die reine Text-
34084 \begin_inset Quotes gld
34085 \end_inset
34086
34087 Höhe
34088 \begin_inset Quotes grd
34089 \end_inset
34090
34091 .
34092  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
34093 \begin_inset Newline newline
34094 \end_inset
34095
34096
34097 \begin_inset Newline newline
34098 \end_inset
34099
34100
34101 \begin_inset Newline newline
34102 \end_inset
34103
34104
34105 \begin_inset Box Boxed
34106 position "c"
34107 hor_pos "c"
34108 has_inner_box 1
34109 inner_pos "c"
34110 use_parbox 0
34111 use_makebox 0
34112 width "12col%"
34113 special "none"
34114 height "1in"
34115 height_special "depth"
34116 thickness "0.4pt"
34117 separation "3pt"
34118 shadowsize "4pt"
34119 framecolor "black"
34120 backgroundcolor "none"
34121 status collapsed
34122
34123 \begin_layout Plain Layout
34124 \align center
34125 Box-Höhe = 1
34126 \begin_inset space \thinspace{}
34127 \end_inset
34128
34129 Tiefe
34130 \end_layout
34131
34132 \end_inset
34133
34134
34135 \begin_inset Newline newline
34136 \end_inset
34137
34138
34139 \begin_inset Newline newline
34140 \end_inset
34141
34142
34143 \end_layout
34144
34145 \begin_layout Description
34146 Höhe Dies ist die Texthöhe innerhalb der Box.
34147  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
34148  Texthöhe setzen: 
34149 \begin_inset Box Boxed
34150 position "c"
34151 hor_pos "c"
34152 has_inner_box 1
34153 inner_pos "c"
34154 use_parbox 0
34155 use_makebox 0
34156 width "20col%"
34157 special "none"
34158 height "2in"
34159 height_special "height"
34160 thickness "0.4pt"
34161 separation "3pt"
34162 shadowsize "4pt"
34163 framecolor "black"
34164 backgroundcolor "none"
34165 status collapsed
34166
34167 \begin_layout Plain Layout
34168 \align center
34169 Boxhöhe = 2
34170 \begin_inset space \thinspace{}
34171 \end_inset
34172
34173 Höhe
34174 \end_layout
34175
34176 \end_inset
34177
34178
34179 \end_layout
34180
34181 \begin_layout Description
34182 Gesamthöhe Dies ist Höhe
34183 \begin_inset space \thinspace{}
34184 \end_inset
34185
34186 +
34187 \begin_inset space \thinspace{}
34188 \end_inset
34189
34190 Tiefe: 
34191 \begin_inset Box Boxed
34192 position "c"
34193 hor_pos "c"
34194 has_inner_box 1
34195 inner_pos "c"
34196 use_parbox 0
34197 use_makebox 0
34198 width "20col%"
34199 special "none"
34200 height "1in"
34201 height_special "totalheight"
34202 thickness "0.4pt"
34203 separation "3pt"
34204 shadowsize "4pt"
34205 framecolor "black"
34206 backgroundcolor "none"
34207 status collapsed
34208
34209 \begin_layout Plain Layout
34210 \align center
34211 Boxhöhe = 1
34212 \begin_inset space \thinspace{}
34213 \end_inset
34214
34215 Gesamthöhe
34216 \end_layout
34217
34218 \end_inset
34219
34220
34221 \end_layout
34222
34223 \begin_layout Description
34224 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
34225 \begin_inset Box Boxed
34226 position "c"
34227 hor_pos "c"
34228 has_inner_box 1
34229 inner_pos "c"
34230 use_parbox 0
34231 use_makebox 0
34232 width "12col%"
34233 special "none"
34234 height "1in"
34235 height_special "width"
34236 thickness "0.4pt"
34237 separation "3pt"
34238 shadowsize "4pt"
34239 framecolor "black"
34240 backgroundcolor "none"
34241 status collapsed
34242
34243 \begin_layout Plain Layout
34244 \align center
34245 Boxhöhe = 1
34246 \begin_inset space \thinspace{}
34247 \end_inset
34248
34249 Breite
34250 \end_layout
34251
34252 \end_inset
34253
34254
34255 \end_layout
34256
34257 \begin_layout Subsection
34258 Ausrichtung
34259 \begin_inset Index idx
34260 status collapsed
34261
34262 \begin_layout Plain Layout
34263 Boxen ! Ausrichtung
34264 \end_layout
34265
34266 \end_inset
34267
34268
34269 \end_layout
34270
34271 \begin_layout Standard
34272 Wenn Sie eine 
34273 \family sans
34274 Innere
34275 \begin_inset space ~
34276 \end_inset
34277
34278 Box
34279 \family default
34280  gewählt haben, kann die Box mit folgenden Werten für 
34281 \family sans
34282 Box
34283 \family default
34284  senkrecht ausgerichtet werden:
34285 \end_layout
34286
34287 \begin_layout Description
34288 Oben Dies ist ein Beispieltext.
34289  
34290 \begin_inset Box Boxed
34291 position "t"
34292 hor_pos "c"
34293 has_inner_box 1
34294 inner_pos "c"
34295 use_parbox 0
34296 use_makebox 0
34297 width "20col%"
34298 special "none"
34299 height "1in"
34300 height_special "totalheight"
34301 thickness "0.4pt"
34302 separation "3pt"
34303 shadowsize "4pt"
34304 framecolor "black"
34305 backgroundcolor "none"
34306 status collapsed
34307
34308 \begin_layout Plain Layout
34309 \align center
34310 Die Ober\SpecialChar softhyphen
34311 kante der Box ist in der Zeile.
34312 \end_layout
34313
34314 \end_inset
34315
34316  Dies ist ein Beispieltext.
34317 \end_layout
34318
34319 \begin_layout Description
34320 Mitte Dies ist ein Beispieltext.
34321  
34322 \begin_inset Box Boxed
34323 position "c"
34324 hor_pos "c"
34325 has_inner_box 1
34326 inner_pos "c"
34327 use_parbox 0
34328 use_makebox 0
34329 width "20col%"
34330 special "none"
34331 height "1in"
34332 height_special "totalheight"
34333 thickness "0.4pt"
34334 separation "3pt"
34335 shadowsize "4pt"
34336 framecolor "black"
34337 backgroundcolor "none"
34338 status collapsed
34339
34340 \begin_layout Plain Layout
34341 \align center
34342 Die Mitte der Box ist in der Zeile.
34343 \end_layout
34344
34345 \end_inset
34346
34347  Dies ist ein Beispieltext.
34348 \end_layout
34349
34350 \begin_layout Description
34351 Unten Dies ist ein Beispieltext.
34352  
34353 \begin_inset Box Boxed
34354 position "b"
34355 hor_pos "c"
34356 has_inner_box 1
34357 inner_pos "c"
34358 use_parbox 0
34359 use_makebox 0
34360 width "20col%"
34361 special "none"
34362 height "1in"
34363 height_special "totalheight"
34364 thickness "0.4pt"
34365 separation "3pt"
34366 shadowsize "4pt"
34367 framecolor "black"
34368 backgroundcolor "none"
34369 status collapsed
34370
34371 \begin_layout Plain Layout
34372 \align center
34373 Die Unter\SpecialChar softhyphen
34374 kante der Box ist in der Zeile.
34375 \end_layout
34376
34377 \end_inset
34378
34379  Dies ist ein Beispieltext.
34380 \end_layout
34381
34382 \begin_layout Standard
34383 \begin_inset Note Greyedout
34384 status open
34385
34386 \begin_layout Plain Layout
34387
34388 \series bold
34389 Bemerkung:
34390 \series default
34391  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
34392  Boxen in einer Zeile sind und eine Box z.
34393 \begin_inset space \thinspace{}
34394 \end_inset
34395
34396 B.
34397  schattiert ist, die andere aber nicht.
34398 \end_layout
34399
34400 \end_inset
34401
34402
34403 \end_layout
34404
34405 \begin_layout Standard
34406 Eine Box kann mit dem Dialog 
34407 \family sans
34408 Absatz-Einstellungen
34409 \family default
34410  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
34411 \end_layout
34412
34413 \begin_layout Standard
34414 \begin_inset VSpace bigskip
34415 \end_inset
34416
34417 Wenn Sie eine 
34418 \family sans
34419 Innere
34420 \begin_inset space ~
34421 \end_inset
34422
34423 Box
34424 \family default
34425  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
34426 \family sans
34427 Inhalt
34428 \family default
34429  senkrecht ausgerichtet werden:
34430 \end_layout
34431
34432 \begin_layout Description
34433 Oben Dies ist ein Beispieltext.
34434  
34435 \begin_inset Box Boxed
34436 position "c"
34437 hor_pos "c"
34438 has_inner_box 1
34439 inner_pos "t"
34440 use_parbox 0
34441 use_makebox 0
34442 width "20col%"
34443 special "none"
34444 height "1.5in"
34445 height_special "totalheight"
34446 thickness "0.4pt"
34447 separation "3pt"
34448 shadowsize "4pt"
34449 framecolor "black"
34450 backgroundcolor "none"
34451 status collapsed
34452
34453 \begin_layout Plain Layout
34454 \align center
34455 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
34456 \end_layout
34457
34458 \end_inset
34459
34460  Dies ist ein Beispieltext.
34461 \end_layout
34462
34463 \begin_layout Description
34464 Mitte Dies ist ein Beispieltext.
34465  
34466 \begin_inset Box Boxed
34467 position "c"
34468 hor_pos "c"
34469 has_inner_box 1
34470 inner_pos "c"
34471 use_parbox 0
34472 use_makebox 0
34473 width "20col%"
34474 special "none"
34475 height "1.5in"
34476 height_special "totalheight"
34477 thickness "0.4pt"
34478 separation "3pt"
34479 shadowsize "4pt"
34480 framecolor "black"
34481 backgroundcolor "none"
34482 status collapsed
34483
34484 \begin_layout Plain Layout
34485 \align center
34486 Der Boxinhalt ist zentriert ausgerichtet.
34487 \end_layout
34488
34489 \end_inset
34490
34491  Dies ist ein Beispieltext.
34492 \end_layout
34493
34494 \begin_layout Description
34495 Unten Dies ist ein Beispieltext.
34496  
34497 \begin_inset Box Boxed
34498 position "c"
34499 hor_pos "c"
34500 has_inner_box 1
34501 inner_pos "b"
34502 use_parbox 0
34503 use_makebox 0
34504 width "20col%"
34505 special "none"
34506 height "1.5in"
34507 height_special "totalheight"
34508 thickness "0.4pt"
34509 separation "3pt"
34510 shadowsize "4pt"
34511 framecolor "black"
34512 backgroundcolor "none"
34513 status collapsed
34514
34515 \begin_layout Plain Layout
34516 \align center
34517 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
34518 \end_layout
34519
34520 \end_inset
34521
34522  Dies ist ein Beispieltext.
34523 \end_layout
34524
34525 \begin_layout Description
34526 Dehnen Dies ist ein Beispieltext.
34527  
34528 \begin_inset Box Boxed
34529 position "c"
34530 hor_pos "c"
34531 has_inner_box 1
34532 inner_pos "s"
34533 use_parbox 0
34534 use_makebox 0
34535 width "20col%"
34536 special "none"
34537 height "1in"
34538 height_special "totalheight"
34539 thickness "0.4pt"
34540 separation "3pt"
34541 shadowsize "4pt"
34542 framecolor "black"
34543 backgroundcolor "none"
34544 status collapsed
34545
34546 \begin_layout Plain Layout
34547 \align center
34548 Der Boxinhalt
34549 \end_layout
34550
34551 \begin_layout Plain Layout
34552 \align center
34553 ist über die
34554 \end_layout
34555
34556 \begin_layout Plain Layout
34557 \align center
34558 Boxhöhe
34559 \end_layout
34560
34561 \begin_layout Plain Layout
34562 \align center
34563 gleichmäßig verteilt.
34564 \end_layout
34565
34566 \end_inset
34567
34568  Dies ist ein Beispieltext.
34569 \end_layout
34570
34571 \begin_layout Standard
34572 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
34573  besteht.
34574  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
34575 \end_layout
34576
34577 \begin_layout Standard
34578 Ein Boxinhalt kann mit dem Dialog 
34579 \family sans
34580 Absatz-Einstellungen
34581 \family default
34582  waagerecht ausgerichtet werden, wenn Sie eine
34583 \family sans
34584  Innere
34585 \begin_inset space ~
34586 \end_inset
34587
34588 Box
34589 \family default
34590  gewählt haben.
34591 \end_layout
34592
34593 \begin_layout Standard
34594 \align center
34595 \begin_inset Box Boxed
34596 position "c"
34597 hor_pos "c"
34598 has_inner_box 1
34599 inner_pos "s"
34600 use_parbox 0
34601 use_makebox 0
34602 width "30col%"
34603 special "none"
34604 height "1.25in"
34605 height_special "totalheight"
34606 thickness "0.4pt"
34607 separation "3pt"
34608 shadowsize "4pt"
34609 framecolor "black"
34610 backgroundcolor "none"
34611 status collapsed
34612
34613 \begin_layout Plain Layout
34614 \align left
34615 Hier ist jede Zeile
34616 \end_layout
34617
34618 \begin_layout Plain Layout
34619 \align center
34620 anders
34621 \end_layout
34622
34623 \begin_layout Plain Layout
34624 \align right
34625 ausgerichtet.
34626 \end_layout
34627
34628 \end_inset
34629
34630
34631 \end_layout
34632
34633 \begin_layout Standard
34634 Wenn Sie keine
34635 \family sans
34636  Innere
34637 \begin_inset space ~
34638 \end_inset
34639
34640 Box
34641 \family default
34642  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
34643 \family sans
34644 Box-Einstellungen-
34645 \family default
34646 Dialog ausrichten
34647 \end_layout
34648
34649 \begin_layout Standard
34650 \align center
34651 \begin_inset Box Boxed
34652 position "c"
34653 hor_pos "s"
34654 has_inner_box 0
34655 inner_pos "s"
34656 use_parbox 0
34657 use_makebox 0
34658 width "90col%"
34659 special "none"
34660 height "1.25in"
34661 height_special "totalheight"
34662 thickness "0.4pt"
34663 separation "3pt"
34664 shadowsize "4pt"
34665 framecolor "black"
34666 backgroundcolor "none"
34667 status collapsed
34668
34669 \begin_layout Plain Layout
34670 Dieser Boxinhalt wurde horizontal gedehnt.
34671 \end_layout
34672
34673 \end_inset
34674
34675
34676 \end_layout
34677
34678 \begin_layout Subsection
34679 Verzierung
34680 \begin_inset CommandInset label
34681 LatexCommand label
34682 name "uab:Verzierung"
34683
34684 \end_inset
34685
34686
34687 \begin_inset Index idx
34688 status collapsed
34689
34690 \begin_layout Plain Layout
34691 Boxen ! Verzierung
34692 \end_layout
34693
34694 \end_inset
34695
34696
34697 \end_layout
34698
34699 \begin_layout Standard
34700 Im 
34701 \family sans
34702 Box-Einstellungen-
34703 \family default
34704 Dialog können Sie mit der 
34705 \family sans
34706 Verzierung
34707 \family default
34708  den Typ der Box auswählen:
34709 \end_layout
34710
34711 \begin_layout Description
34712 Kein
34713 \begin_inset space ~
34714 \end_inset
34715
34716 Rahmen Nichts wird gezeichnet.
34717 \end_layout
34718
34719 \begin_layout Description
34720 Einfacher
34721 \begin_inset space ~
34722 \end_inset
34723
34724 rechteckiger
34725 \begin_inset space ~
34726 \end_inset
34727
34728 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
34729  Die Rahmendicke kann festgelegt werden.
34730  
34731 \begin_inset Box Boxed
34732 position "c"
34733 hor_pos "c"
34734 has_inner_box 1
34735 inner_pos "c"
34736 use_parbox 0
34737 use_makebox 0
34738 width "21col%"
34739 special "none"
34740 height "1in"
34741 height_special "totalheight"
34742 thickness "0.4pt"
34743 separation "3pt"
34744 shadowsize "4pt"
34745 framecolor "black"
34746 backgroundcolor "none"
34747 status collapsed
34748
34749 \begin_layout Plain Layout
34750
34751 \series medium
34752 Rechteckige
34753 \begin_inset space ~
34754 \end_inset
34755
34756 Box
34757 \end_layout
34758
34759 \end_inset
34760
34761
34762 \end_layout
34763
34764 \begin_layout Description
34765 erlaube
34766 \begin_inset space ~
34767 \end_inset
34768
34769 Seitenumbrüche 
34770 \end_layout
34771
34772 \begin_layout Description
34773 Ovaler
34774 \begin_inset space ~
34775 \end_inset
34776
34777 Rahmen,
34778 \begin_inset space ~
34779 \end_inset
34780
34781 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
34782  Die Rahmendicke ist 0.4
34783 \begin_inset space \thinspace{}
34784 \end_inset
34785
34786 pt.
34787  
34788 \begin_inset Box ovalbox
34789 position "c"
34790 hor_pos "c"
34791 has_inner_box 1
34792 inner_pos "c"
34793 use_parbox 0
34794 use_makebox 0
34795 width "20col%"
34796 special "none"
34797 height "1in"
34798 height_special "totalheight"
34799 thickness "0.4pt"
34800 separation "3pt"
34801 shadowsize "4pt"
34802 framecolor "black"
34803 backgroundcolor "none"
34804 status collapsed
34805
34806 \begin_layout Plain Layout
34807 Ovale
34808 \begin_inset space ~
34809 \end_inset
34810
34811 Box,
34812 \begin_inset space ~
34813 \end_inset
34814
34815 dünn
34816 \end_layout
34817
34818 \end_inset
34819
34820
34821 \end_layout
34822
34823 \begin_layout Description
34824 Ovaler
34825 \begin_inset space ~
34826 \end_inset
34827
34828 Rahmen,
34829 \begin_inset space ~
34830 \end_inset
34831
34832 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
34833  Die Rahmendicke ist 0.8
34834 \begin_inset space \thinspace{}
34835 \end_inset
34836
34837 pt.
34838  
34839 \begin_inset Box Ovalbox
34840 position "c"
34841 hor_pos "c"
34842 has_inner_box 1
34843 inner_pos "c"
34844 use_parbox 0
34845 use_makebox 0
34846 width "20col%"
34847 special "none"
34848 height "1in"
34849 height_special "totalheight"
34850 thickness "0.4pt"
34851 separation "3pt"
34852 shadowsize "4pt"
34853 framecolor "black"
34854 backgroundcolor "none"
34855 status collapsed
34856
34857 \begin_layout Plain Layout
34858 Ovale
34859 \begin_inset space ~
34860 \end_inset
34861
34862 Box,
34863 \begin_inset space ~
34864 \end_inset
34865
34866 dick
34867 \end_layout
34868
34869 \end_inset
34870
34871
34872 \end_layout
34873
34874 \begin_layout Description
34875 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
34876  Die Rahmendicke und die Schattenbreite kann festgelegt werden.
34877 \begin_inset Newline newline
34878 \end_inset
34879
34880
34881 \begin_inset Box Shadowbox
34882 position "c"
34883 hor_pos "c"
34884 has_inner_box 1
34885 inner_pos "c"
34886 use_parbox 0
34887 use_makebox 0
34888 width "20col%"
34889 special "none"
34890 height "1in"
34891 height_special "totalheight"
34892 thickness "0.4pt"
34893 separation "3pt"
34894 shadowsize "4pt"
34895 framecolor "black"
34896 backgroundcolor "none"
34897 status collapsed
34898
34899 \begin_layout Plain Layout
34900 Schattierte
34901 \begin_inset space ~
34902 \end_inset
34903
34904 Box
34905 \end_layout
34906
34907 \end_inset
34908
34909
34910 \end_layout
34911
34912 \begin_layout Description
34913 Schattierter
34914 \begin_inset space ~
34915 \end_inset
34916
34917 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
34918  Im Gegensatz zu farbigen Boxen
34919 \begin_inset Foot
34920 status collapsed
34921
34922 \begin_layout Plain Layout
34923 siehe Abschnitt
34924 \begin_inset space ~
34925 \end_inset
34926
34927
34928 \begin_inset CommandInset ref
34929 LatexCommand ref
34930 reference "abs:Farbige-Boxen"
34931
34932 \end_inset
34933
34934
34935 \end_layout
34936
34937 \end_inset
34938
34939  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
34940  die Box ist ein Absatz für sich.
34941  
34942 \begin_inset Box Shaded
34943 position "t"
34944 hor_pos "c"
34945 has_inner_box 0
34946 inner_pos "t"
34947 use_parbox 0
34948 use_makebox 0
34949 width "50col%"
34950 special "none"
34951 height "1in"
34952 height_special "totalheight"
34953 thickness "0.4pt"
34954 separation "3pt"
34955 shadowsize "4pt"
34956 framecolor "black"
34957 backgroundcolor "none"
34958 status collapsed
34959
34960 \begin_layout Plain Layout
34961 Schattierter Hintergrund Box
34962 \end_layout
34963
34964 \end_inset
34965
34966
34967 \end_layout
34968
34969 \begin_layout Description
34970 Doppelter
34971 \begin_inset space ~
34972 \end_inset
34973
34974 rechteckiger
34975 \begin_inset space ~
34976 \end_inset
34977
34978 Rahmen zeichnet einen doppelten Rahmen um die Box.
34979  Der innere Rahmen ist 0,75
34980 \begin_inset space \thinspace{}
34981 \end_inset
34982
34983 Rahmendicke breit, der äußere 1,5
34984 \begin_inset space \thinspace{}
34985 \end_inset
34986
34987 Rahmendicke.
34988  Der Zwischenraum beträgt 1,5
34989 \begin_inset space \thinspace{}
34990 \end_inset
34991
34992 Rahmendicke
34993 \begin_inset space \thinspace{}
34994 \end_inset
34995
34996 +
34997 \begin_inset space \thinspace{}
34998 \end_inset
34999
35000 0,5
35001 \begin_inset space \thinspace{}
35002 \end_inset
35003
35004 pt.
35005  
35006 \begin_inset Box Doublebox
35007 position "c"
35008 hor_pos "c"
35009 has_inner_box 1
35010 inner_pos "c"
35011 use_parbox 0
35012 use_makebox 0
35013 width "20col%"
35014 special "none"
35015 height "1in"
35016 height_special "totalheight"
35017 thickness "0.4pt"
35018 separation "3pt"
35019 shadowsize "4pt"
35020 framecolor "black"
35021 backgroundcolor "none"
35022 status collapsed
35023
35024 \begin_layout Plain Layout
35025 Doppelt
35026 \begin_inset space ~
35027 \end_inset
35028
35029 gerahmte
35030 \begin_inset space ~
35031 \end_inset
35032
35033 Box
35034 \end_layout
35035
35036 \end_inset
35037
35038
35039 \end_layout
35040
35041 \begin_layout Standard
35042 \begin_inset VSpace bigskip
35043 \end_inset
35044
35045 Die Aufschrift der Box in \SpecialChar LyX
35046  ändert sich mit der gewählten Verzierung.
35047  Um alle Verzierungen verwenden zu können, muss das \SpecialChar LaTeX
35048 -Paket 
35049 \series bold
35050 fancybox
35051 \series default
35052
35053 \begin_inset Index idx
35054 status collapsed
35055
35056 \begin_layout Plain Layout
35057 \SpecialChar LaTeX
35058 -Pakete ! fancybox
35059 \end_layout
35060
35061 \end_inset
35062
35063  installiert sein.
35064 \end_layout
35065
35066 \begin_layout Standard
35067 \begin_inset VSpace bigskip
35068 \end_inset
35069
35070 Wenn Sie die Verzierung 
35071 \family sans
35072 Einfacher rechteckiger Rahmen
35073 \family default
35074  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
35075  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
35076  immer über die gesamte Zeilenbreite geht und dass die Box ein Absatz für
35077  sich ist: 
35078 \begin_inset Box Framed
35079 position "t"
35080 hor_pos "c"
35081 has_inner_box 0
35082 inner_pos "t"
35083 use_parbox 0
35084 use_makebox 0
35085 width "100col%"
35086 special "none"
35087 height "1in"
35088 height_special "totalheight"
35089 thickness "0.4pt"
35090 separation "3pt"
35091 shadowsize "4pt"
35092 framecolor "black"
35093 backgroundcolor "none"
35094 status collapsed
35095
35096 \begin_layout Plain Layout
35097 Box erlaubt Seitenumbruch
35098 \end_layout
35099
35100 \end_inset
35101
35102
35103 \end_layout
35104
35105 \begin_layout Section
35106 Box-Anpassung
35107 \begin_inset Index idx
35108 status collapsed
35109
35110 \begin_layout Plain Layout
35111 Boxen ! Anpassung
35112 \end_layout
35113
35114 \end_inset
35115
35116
35117 \end_layout
35118
35119 \begin_layout Standard
35120 \noindent
35121 Der Durchmesser der abgerundeten Ecken kann mit 
35122 \series bold
35123
35124 \backslash
35125 cornersize
35126 \series default
35127  gesetzt werden.
35128  Der \SpecialChar TeX
35129 -Code-Befehl
35130 \end_layout
35131
35132 \begin_layout Standard
35133
35134 \series bold
35135
35136 \backslash
35137 cornersize*{1cm}
35138 \end_layout
35139
35140 \begin_layout Standard
35141 setzt den Durchmesser auf 1
35142 \begin_inset space \thinspace{}
35143 \end_inset
35144
35145 cm.
35146  Der \SpecialChar TeX
35147 -Code-Befehl
35148 \end_layout
35149
35150 \begin_layout Standard
35151
35152 \series bold
35153
35154 \backslash
35155 cornersize{num}
35156 \end_layout
35157
35158 \begin_layout Standard
35159 setzt den Durchmesser auf 
35160 \family sans
35161 num
35162 \begin_inset space \thinspace{}
35163 \end_inset
35164
35165 ×
35166 \begin_inset space \thinspace{}
35167 \end_inset
35168
35169 Minimum(Breite der Box, Höhe der Box)
35170 \family default
35171 .
35172  Der Standardwert ist 
35173 \series bold
35174
35175 \backslash
35176 cornersize{0.5}
35177 \series default
35178 .
35179 \end_layout
35180
35181 \begin_layout Standard
35182 \begin_inset ERT
35183 status collapsed
35184
35185 \begin_layout Plain Layout
35186
35187
35188 \backslash
35189 cornersize*{1.5cm}
35190 \end_layout
35191
35192 \end_inset
35193
35194
35195 \begin_inset Box Ovalbox
35196 position "c"
35197 hor_pos "c"
35198 has_inner_box 1
35199 inner_pos "c"
35200 use_parbox 0
35201 use_makebox 0
35202 width "30col%"
35203 special "none"
35204 height "1in"
35205 height_special "totalheight"
35206 thickness "0.4pt"
35207 separation "3pt"
35208 shadowsize "4pt"
35209 framecolor "black"
35210 backgroundcolor "none"
35211 status open
35212
35213 \begin_layout Plain Layout
35214 \align center
35215 Ovale Box, dicker Rand, mit 
35216 \series bold
35217
35218 \backslash
35219 cornersize
35220 \series default
35221
35222 \begin_inset space \thinspace{}
35223 \end_inset
35224
35225 =
35226 \begin_inset space \thinspace{}
35227 \end_inset
35228
35229 1.5
35230 \begin_inset space \thinspace{}
35231 \end_inset
35232
35233 cm
35234 \end_layout
35235
35236 \end_inset
35237
35238
35239 \begin_inset ERT
35240 status collapsed
35241
35242 \begin_layout Plain Layout
35243
35244
35245 \backslash
35246 cornersize{0.5}
35247 \end_layout
35248
35249 \end_inset
35250
35251
35252 \end_layout
35253
35254 \begin_layout Standard
35255 \begin_inset VSpace bigskip
35256 \end_inset
35257
35258 Die Standard-Hintergrundfarbe rot von Boxen mit 
35259 \family sans
35260 schattiertem Hintergrund
35261 \family default
35262  kann entweder lokal mit dem Befehl 
35263 \series bold
35264
35265 \backslash
35266 definecolor{shadecolor}
35267 \series default
35268  oder global über das Menü 
35269 \family sans
35270 Werkzeuge\SpecialChar menuseparator
35271 Einstellungen\SpecialChar menuseparator
35272 Farben\SpecialChar menuseparator
35273 Schattierte
35274 \begin_inset space ~
35275 \end_inset
35276
35277 Box
35278 \family default
35279  geändert werden.
35280  Das Schema des 
35281 \series bold
35282
35283 \backslash
35284 definecolor
35285 \series default
35286  Befehls ist  in Abschnitt
35287 \begin_inset space ~
35288 \end_inset
35289
35290
35291 \begin_inset CommandInset ref
35292 LatexCommand ref
35293 reference "abs:Farbige-Tabellen"
35294
35295 \end_inset
35296
35297  erklärt.
35298 \begin_inset Foot
35299 status collapsed
35300
35301 \begin_layout Plain Layout
35302 Beachten Sie, dass 
35303 \series bold
35304
35305 \backslash
35306 definecolor
35307 \series default
35308  das \SpecialChar LaTeX
35309 -Paket 
35310 \series bold
35311 color
35312 \series default
35313  im \SpecialChar LaTeX
35314 -Vorspann benötigt, siehe Abschnitt
35315 \begin_inset space ~
35316 \end_inset
35317
35318
35319 \begin_inset CommandInset ref
35320 LatexCommand ref
35321 reference "abs:Farbige-Boxen"
35322
35323 \end_inset
35324
35325 .
35326 \end_layout
35327
35328 \end_inset
35329
35330  Für das nächste Beispiel wurden folgender \SpecialChar TeX
35331 -Code verwendet:
35332 \end_layout
35333
35334 \begin_layout Standard
35335
35336 \series bold
35337
35338 \backslash
35339 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35340 \end_layout
35341
35342 \begin_layout Standard
35343 \begin_inset ERT
35344 status collapsed
35345
35346 \begin_layout Plain Layout
35347
35348
35349 \backslash
35350 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35351 \end_layout
35352
35353 \end_inset
35354
35355
35356 \begin_inset Box Shaded
35357 position "t"
35358 hor_pos "c"
35359 has_inner_box 0
35360 inner_pos "t"
35361 use_parbox 0
35362 use_makebox 0
35363 width "100col%"
35364 special "none"
35365 height "1in"
35366 height_special "totalheight"
35367 thickness "0.4pt"
35368 separation "3pt"
35369 shadowsize "4pt"
35370 framecolor "black"
35371 backgroundcolor "none"
35372 status open
35373
35374 \begin_layout Plain Layout
35375
35376 \color yellow
35377 Dies ist gelber Text in einer 
35378 \family sans
35379 schattierten Hintergrund
35380 \begin_inset space ~
35381 \end_inset
35382
35383
35384 \family default
35385 Box auf dunkelgrünem Hintergrund.
35386 \end_layout
35387
35388 \end_inset
35389
35390
35391 \begin_inset ERT
35392 status collapsed
35393
35394 \begin_layout Plain Layout
35395
35396
35397 \backslash
35398 definecolor{shadecolor}{rgb}{1,0,0}
35399 \end_layout
35400
35401 \end_inset
35402
35403
35404 \end_layout
35405
35406 \begin_layout Standard
35407 \begin_inset VSpace bigskip
35408 \end_inset
35409
35410 Geänderte Größen und Farben gelten für alle Boxen, die auf den Befehl folgen,
35411  der sie ändert.
35412 \end_layout
35413
35414 \begin_layout Section
35415 Minipage
35416 \begin_inset CommandInset label
35417 LatexCommand label
35418 name "abs:Minipage"
35419
35420 \end_inset
35421
35422
35423 \begin_inset Index idx
35424 status collapsed
35425
35426 \begin_layout Plain Layout
35427 Boxen ! Minipage
35428 \end_layout
35429
35430 \end_inset
35431
35432
35433 \end_layout
35434
35435 \begin_layout Standard
35436 Minipages werden von \SpecialChar LaTeX
35437  wie Seiten auf einer Seite behandelt und können deshalb
35438  unter anderem eigene Fußnoten haben.
35439 \end_layout
35440
35441 \begin_layout Standard
35442 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
35443 \end_layout
35444
35445 \begin_layout Standard
35446 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
35447  Ihre Breite ist 45 Spaltenbreite
35448 \begin_inset space ~
35449 \end_inset
35450
35451 %, und sie sind durch einen 
35452 \family sans
35453 HFill
35454 \family default
35455  getrennt (
35456 \family sans
35457 Einfügen\SpecialChar menuseparator
35458 Formatierung\SpecialChar menuseparator
35459 Horizontaler
35460 \begin_inset space \space{}
35461 \end_inset
35462
35463 Abstand\SpecialChar menuseparator
35464 Abstand\SpecialChar menuseparator
35465 Variabler
35466 \begin_inset space ~
35467 \end_inset
35468
35469 horiz.
35470 \begin_inset space ~
35471 \end_inset
35472
35473 Abstand
35474 \family default
35475 ).
35476 \begin_inset Newpage newpage
35477 \end_inset
35478
35479
35480 \end_layout
35481
35482 \begin_layout Standard
35483 \noindent
35484 \begin_inset Box Frameless
35485 position "t"
35486 hor_pos "c"
35487 has_inner_box 1
35488 inner_pos "c"
35489 use_parbox 0
35490 use_makebox 0
35491 width "45col%"
35492 special "none"
35493 height "1in"
35494 height_special "totalheight"
35495 thickness "0.4pt"
35496 separation "3pt"
35497 shadowsize "4pt"
35498 framecolor "black"
35499 backgroundcolor "none"
35500 status open
35501
35502 \begin_layout Plain Layout
35503 Dies ist ein deutscher Text.
35504  Dies ist ein deutscher Text.
35505  Dies ist ein deutscher Text.
35506  Dies ist ein deutscher Text.
35507  Dies ist ein deutscher Text.
35508  Dies ist ein deutscher Text.
35509  Dies ist ein deutscher Text.
35510  Dies ist ein deutscher Text.
35511  Dies ist ein deutscher Text.
35512  Dies ist ein deutscher Text.
35513  Dies ist ein deutscher Text.
35514  Dies ist ein deutscher Text.
35515  Dies ist ein deutscher Text
35516 \begin_inset Foot
35517 status open
35518
35519 \begin_layout Plain Layout
35520 Dies ist eine deutsche Fußnote.
35521 \end_layout
35522
35523 \end_inset
35524
35525 .
35526  Dies ist ein deutscher Text.
35527  Dies ist ein deutscher Text.
35528 \end_layout
35529
35530 \end_inset
35531
35532
35533 \begin_inset space \hfill{}
35534 \end_inset
35535
35536
35537 \begin_inset Box Frameless
35538 position "t"
35539 hor_pos "c"
35540 has_inner_box 1
35541 inner_pos "c"
35542 use_parbox 0
35543 use_makebox 0
35544 width "45col%"
35545 special "none"
35546 height "1in"
35547 height_special "totalheight"
35548 thickness "0.4pt"
35549 separation "3pt"
35550 shadowsize "4pt"
35551 framecolor "black"
35552 backgroundcolor "none"
35553 status open
35554
35555 \begin_layout Plain Layout
35556
35557 \lang english
35558 This is an English Text.
35559  This is an English Text.
35560  This is an English Text.
35561  This is an English Text.
35562  This is an English Text.
35563  This is an English Text.
35564  This is an English Text.
35565  This is an English Text.
35566  This is an English Text.
35567  This is an English Text.
35568  This is an English Text.
35569  This is an English Text.
35570  This is an English Text.
35571  This is an English Text.
35572  This is an English Text.
35573  This is an English Text.
35574 \begin_inset Foot
35575 status collapsed
35576
35577 \begin_layout Plain Layout
35578
35579 \lang english
35580 This is an English footnote.
35581 \end_layout
35582
35583 \end_inset
35584
35585  This is an English Text.
35586 \end_layout
35587
35588 \end_inset
35589
35590
35591 \end_layout
35592
35593 \begin_layout Standard
35594 \begin_inset VSpace bigskip
35595 \end_inset
35596
35597 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
35598  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
35599  Absätze nicht eingerückt werden, obwohl Sie das in 
35600 \family sans
35601 Dokument
35602 \family default
35603 \SpecialChar menuseparator
35604
35605 \family sans
35606 Einstellun\SpecialChar softhyphen
35607 gen\SpecialChar menuseparator
35608 Textformat
35609 \family default
35610  festgelegt haben.
35611  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
35612  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem \SpecialChar TeX
35613 -Code 
35614 \series bold
35615
35616 \backslash
35617 hspace*{1em}
35618 \series default
35619 .
35620 \end_layout
35621
35622 \begin_layout Standard
35623 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
35624  zu verpassen, siehe Abschnitt
35625 \begin_inset space ~
35626 \end_inset
35627
35628
35629 \begin_inset CommandInset ref
35630 LatexCommand ref
35631 reference "abs:Farbige-Boxen"
35632
35633 \end_inset
35634
35635 .
35636 \end_layout
35637
35638 \begin_layout Standard
35639 \begin_inset Note Greyedout
35640 status open
35641
35642 \begin_layout Plain Layout
35643
35644 \series bold
35645 Bemerkung:
35646 \series default
35647  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
35648  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
35649 \end_layout
35650
35651 \end_inset
35652
35653
35654 \end_layout
35655
35656 \begin_layout Standard
35657 \begin_inset VSpace bigskip
35658 \end_inset
35659
35660
35661 \end_layout
35662
35663 \begin_layout Standard
35664 \SpecialChar LyX
35665  unterstützt auch Minipages, deren Breite sich automatisch an die Größe
35666  des Inhalts anpasst, über das Modul 
35667 \family sans
35668 Breitenvariable
35669 \begin_inset space ~
35670 \end_inset
35671
35672 Minipages
35673 \family default
35674 .
35675  Die \SpecialChar LyX
35676 -Beispieldatei 
35677 \emph on
35678 varwidth-floats-side-by-side
35679 \emph default
35680  gibt Beispiele von breitenvariablen Minipages, um Gleitobjekte nebeneinander
35681  zu setzen.
35682 \end_layout
35683
35684 \begin_layout Section
35685 Parbox
35686 \begin_inset CommandInset label
35687 LatexCommand label
35688 name "abs:Parbox"
35689
35690 \end_inset
35691
35692
35693 \begin_inset Index idx
35694 status collapsed
35695
35696 \begin_layout Plain Layout
35697 Boxen ! Parbox
35698 \end_layout
35699
35700 \end_inset
35701
35702
35703 \end_layout
35704
35705 \begin_layout Standard
35706 Parbox ist eine Abkürzung für 
35707 \begin_inset Quotes gld
35708 \end_inset
35709
35710 paragraph box
35711 \begin_inset Quotes grd
35712 \end_inset
35713
35714 , was Absatzbox bedeutet.
35715  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
35716  in Parboxen nicht ausgegeben werden:
35717 \end_layout
35718
35719 \begin_layout Standard
35720 \align center
35721 \begin_inset Box Frameless
35722 position "t"
35723 hor_pos "c"
35724 has_inner_box 1
35725 inner_pos "t"
35726 use_parbox 1
35727 use_makebox 0
35728 width "33col%"
35729 special "none"
35730 height "1in"
35731 height_special "totalheight"
35732 thickness "0.4pt"
35733 separation "3pt"
35734 shadowsize "4pt"
35735 framecolor "black"
35736 backgroundcolor "none"
35737 status open
35738
35739 \begin_layout Plain Layout
35740 Dies ist Text in einer Parbox.
35741  Dies ist Text in einer Parbox.
35742 \end_layout
35743
35744 \begin_layout Plain Layout
35745 Diese Fußnote wird nicht gedruckt:
35746 \begin_inset Foot
35747 status collapsed
35748
35749 \begin_layout Plain Layout
35750 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
35751 \end_layout
35752
35753 \end_inset
35754
35755
35756 \end_layout
35757
35758 \end_inset
35759
35760
35761 \end_layout
35762
35763 \begin_layout Section
35764 Boxen für Worte und Buchstaben
35765 \begin_inset Index idx
35766 status collapsed
35767
35768 \begin_layout Plain Layout
35769 Boxen ! für Buchstaben
35770 \end_layout
35771
35772 \end_inset
35773
35774
35775 \end_layout
35776
35777 \begin_layout Subsection
35778 Silbentrennung unterbinden
35779 \begin_inset CommandInset label
35780 LatexCommand label
35781 name "abs:Silbentrennung-unterbinden"
35782
35783 \end_inset
35784
35785
35786 \begin_inset Index idx
35787 status collapsed
35788
35789 \begin_layout Plain Layout
35790 Boxen ! zur Vermeidung von Silbentrennung
35791 \end_layout
35792
35793 \end_inset
35794
35795
35796 \end_layout
35797
35798 \begin_layout Standard
35799 Sie können den Boxtyp 
35800 \family sans
35801 Makebox
35802 \family default
35803  benutzen, um Silbentrennungen zu unterbinden.
35804 \begin_inset Newline newline
35805 \end_inset
35806
35807 Hier ist ein Beispiel: 
35808 \end_layout
35809
35810 \begin_layout Standard
35811 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
35812 \begin_inset Quotes gld
35813 \end_inset
35814
35815 einsehrsehrsehrlangeswort
35816 \begin_inset Quotes grd
35817 \end_inset
35818
35819 .
35820 \end_layout
35821
35822 \begin_layout Standard
35823 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
35824  Innere
35825 \begin_inset space ~
35826 \end_inset
35827
35828 Box auf Makebox und verwenden keine explizite Breite.
35829 \end_layout
35830
35831 \begin_layout Standard
35832 Hier ist das Ergebnis:
35833 \end_layout
35834
35835 \begin_layout Standard
35836 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
35837 \begin_inset Box Frameless
35838 position "t"
35839 hor_pos "c"
35840 has_inner_box 1
35841 inner_pos "t"
35842 use_parbox 0
35843 use_makebox 1
35844 width ""
35845 special "none"
35846 height "1in"
35847 height_special "totalheight"
35848 thickness "0.4pt"
35849 separation "3pt"
35850 shadowsize "4pt"
35851 framecolor "black"
35852 backgroundcolor "none"
35853 status open
35854
35855 \begin_layout Plain Layout
35856 \begin_inset Quotes gld
35857 \end_inset
35858
35859 einsehrsehrsehrlangeswort
35860 \begin_inset Quotes grd
35861 \end_inset
35862
35863
35864 \end_layout
35865
35866 \end_inset
35867
35868 .
35869 \end_layout
35870
35871 \begin_layout Standard
35872 Alternativ dazu kann man auch den Befehl 
35873 \begin_inset Quotes gld
35874 \end_inset
35875
35876
35877 \series bold
35878
35879 \backslash
35880 -
35881 \series default
35882
35883 \begin_inset Quotes grd
35884 \end_inset
35885
35886  als \SpecialChar TeX
35887 -Code direkt vor das Wort setzen:
35888 \end_layout
35889
35890 \begin_layout Standard
35891 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
35892 \begin_inset Quotes gld
35893 \end_inset
35894
35895
35896 \begin_inset ERT
35897 status collapsed
35898
35899 \begin_layout Plain Layout
35900
35901
35902 \backslash
35903 -
35904 \end_layout
35905
35906 \end_inset
35907
35908 einsehrsehrsehrlangeswort
35909 \begin_inset Quotes grd
35910 \end_inset
35911
35912 .
35913 \end_layout
35914
35915 \begin_layout Standard
35916 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
35917  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
35918 \family sans
35919 Strg-Eingabe
35920 \family default
35921 ) einfügen: 
35922 \end_layout
35923
35924 \begin_layout Standard
35925 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
35926 \begin_inset Newline newline
35927 \end_inset
35928
35929
35930 \begin_inset Box Frameless
35931 position "t"
35932 hor_pos "c"
35933 has_inner_box 1
35934 inner_pos "t"
35935 use_parbox 0
35936 use_makebox 1
35937 width ""
35938 special "none"
35939 height "1in"
35940 height_special "totalheight"
35941 thickness "0.4pt"
35942 separation "3pt"
35943 shadowsize "4pt"
35944 framecolor "black"
35945 backgroundcolor "none"
35946 status open
35947
35948 \begin_layout Plain Layout
35949 \begin_inset Quotes gld
35950 \end_inset
35951
35952 einsehrsehrsehrlangeswort
35953 \begin_inset Quotes grd
35954 \end_inset
35955
35956
35957 \end_layout
35958
35959 \end_inset
35960
35961 .
35962 \end_layout
35963
35964 \begin_layout Subsection
35965 Vertikale Ausrichtung
35966 \begin_inset CommandInset label
35967 LatexCommand label
35968 name "uab:Vertikale-Ausrichtung"
35969
35970 \end_inset
35971
35972
35973 \begin_inset Index idx
35974 status collapsed
35975
35976 \begin_layout Plain Layout
35977 Boxen ! für Vertikale Ausrichtung
35978 \end_layout
35979
35980 \end_inset
35981
35982
35983 \begin_inset Index idx
35984 status collapsed
35985
35986 \begin_layout Plain Layout
35987 Boxen ! raisebox
35988 \end_layout
35989
35990 \end_inset
35991
35992
35993 \end_layout
35994
35995 \begin_layout Standard
35996 Mit dem \SpecialChar LaTeX
35997 -Befehl 
35998 \series bold
35999
36000 \backslash
36001 raisebox
36002 \series default
36003  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
36004 n Textes ausrichten.
36005  
36006 \series bold
36007
36008 \backslash
36009 raisebox
36010 \series default
36011  wird folgendermaßen benutzt:
36012 \end_layout
36013
36014 \begin_layout Standard
36015
36016 \series bold
36017
36018 \backslash
36019 raisebox{Verschiebung}[oben][unten]{Text}
36020 \end_layout
36021
36022 \begin_layout Standard
36023 Positive Werte für Verschiebung
36024 \series bold
36025  
36026 \series default
36027 verschieben die Box nach oben, negative nach unten.
36028  Die beiden optionalen Parameter 
36029 \family typewriter
36030 oben
36031 \family default
36032  und 
36033 \family typewriter
36034 unten
36035 \family default
36036  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
36037  hinausgeht, wenn sie nicht verschoben ist.
36038 \end_layout
36039
36040 \begin_layout Standard
36041 Um zum Beispiel das Wort 
36042 \begin_inset Quotes gld
36043 \end_inset
36044
36045 provokant
36046 \begin_inset Quotes grd
36047 \end_inset
36048
36049  mit seinem 
36050 \begin_inset Quotes gld
36051 \end_inset
36052
36053 niedrigsten
36054 \begin_inset Quotes grd
36055 \end_inset
36056
36057  Buchstaben 
36058 \begin_inset Quotes gld
36059 \end_inset
36060
36061 p
36062 \begin_inset Quotes grd
36063 \end_inset
36064
36065  an der Grundlinie auszurichten, müssen Sie den \SpecialChar TeX
36066 -Code-Befehl
36067 \end_layout
36068
36069 \begin_layout Standard
36070
36071 \series bold
36072
36073 \backslash
36074 raisebox{
36075 \backslash
36076 depth}{
36077 \end_layout
36078
36079 \begin_layout Standard
36080 vor dem Wort einfügen und 
36081 \begin_inset Quotes gld
36082 \end_inset
36083
36084
36085 \series bold
36086 }
36087 \series default
36088
36089 \begin_inset Quotes grd
36090 \end_inset
36091
36092  als \SpecialChar TeX
36093 -Code dahinter:
36094 \end_layout
36095
36096 \begin_layout Standard
36097 Dies ist eine Zeile, in der das Wort 
36098 \begin_inset ERT
36099 status collapsed
36100
36101 \begin_layout Plain Layout
36102
36103
36104 \backslash
36105 raisebox{
36106 \backslash
36107 depth}{
36108 \end_layout
36109
36110 \end_inset
36111
36112
36113 \begin_inset Quotes gld
36114 \end_inset
36115
36116 provokant
36117 \begin_inset Quotes grd
36118 \end_inset
36119
36120
36121 \begin_inset ERT
36122 status collapsed
36123
36124 \begin_layout Plain Layout
36125
36126 }
36127 \end_layout
36128
36129 \end_inset
36130
36131  nach oben verschoben wurde.
36132 \end_layout
36133
36134 \begin_layout Standard
36135 \begin_inset VSpace bigskip
36136 \end_inset
36137
36138 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
36139  gedehnt:
36140 \end_layout
36141
36142 \begin_layout Standard
36143 Dies ist eine Zeile, in der das Wort 
36144 \begin_inset ERT
36145 status collapsed
36146
36147 \begin_layout Plain Layout
36148
36149
36150 \backslash
36151 raisebox{-
36152 \backslash
36153 depth}{
36154 \end_layout
36155
36156 \end_inset
36157
36158
36159 \begin_inset Quotes gld
36160 \end_inset
36161
36162 provokant
36163 \begin_inset Quotes grd
36164 \end_inset
36165
36166
36167 \begin_inset ERT
36168 status collapsed
36169
36170 \begin_layout Plain Layout
36171
36172 }
36173 \end_layout
36174
36175 \end_inset
36176
36177  nach unten verschoben wurde.
36178 \end_layout
36179
36180 \begin_layout Standard
36181 Dies ist eine Zeile, in der das Wort 
36182 \begin_inset ERT
36183 status collapsed
36184
36185 \begin_layout Plain Layout
36186
36187
36188 \backslash
36189 raisebox{0.5cm}{
36190 \end_layout
36191
36192 \end_inset
36193
36194
36195 \begin_inset Quotes gld
36196 \end_inset
36197
36198 testen
36199 \begin_inset Quotes grd
36200 \end_inset
36201
36202
36203 \begin_inset ERT
36204 status collapsed
36205
36206 \begin_layout Plain Layout
36207
36208 }
36209 \end_layout
36210
36211 \end_inset
36212
36213  um 0.5
36214 \begin_inset space \thinspace{}
36215 \end_inset
36216
36217 cm nach oben verschoben wurde.
36218 \end_layout
36219
36220 \begin_layout Standard
36221 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
36222 \end_layout
36223
36224 \begin_layout Standard
36225
36226 \series bold
36227
36228 \backslash
36229 raisebox{-
36230 \backslash
36231 depth}[0pt]{
36232 \end_layout
36233
36234 \begin_layout Standard
36235 Dies ist eine Zeile, in der das Wort 
36236 \begin_inset ERT
36237 status collapsed
36238
36239 \begin_layout Plain Layout
36240
36241
36242 \backslash
36243 raisebox{-
36244 \backslash
36245 depth}[0pt]{
36246 \end_layout
36247
36248 \end_inset
36249
36250
36251 \begin_inset Quotes gld
36252 \end_inset
36253
36254 provokant
36255 \begin_inset Quotes grd
36256 \end_inset
36257
36258
36259 \begin_inset ERT
36260 status collapsed
36261
36262 \begin_layout Plain Layout
36263
36264 }
36265 \end_layout
36266
36267 \end_inset
36268
36269  nach unten verschoben wurde.
36270 \begin_inset Newline newline
36271 \end_inset
36272
36273
36274 \begin_inset Newline newline
36275 \end_inset
36276
36277 Dies ist eine Zeile, in der das Wort 
36278 \begin_inset ERT
36279 status collapsed
36280
36281 \begin_layout Plain Layout
36282
36283
36284 \backslash
36285 raisebox{0.5cm}[0pt]{
36286 \end_layout
36287
36288 \end_inset
36289
36290
36291 \begin_inset Quotes gld
36292 \end_inset
36293
36294 testen
36295 \begin_inset Quotes grd
36296 \end_inset
36297
36298
36299 \begin_inset ERT
36300 status collapsed
36301
36302 \begin_layout Plain Layout
36303
36304 }
36305 \end_layout
36306
36307 \end_inset
36308
36309  um 0.5
36310 \begin_inset space \thinspace{}
36311 \end_inset
36312
36313 cm nach oben verschoben wurde.
36314  Jetzt überschneiden sich die verschobenen Worte.
36315 \end_layout
36316
36317 \begin_layout Section
36318 Farbige Boxen
36319 \begin_inset CommandInset label
36320 LatexCommand label
36321 name "abs:Farbige-Boxen"
36322
36323 \end_inset
36324
36325
36326 \begin_inset Index idx
36327 status collapsed
36328
36329 \begin_layout Plain Layout
36330 Boxen ! farbige
36331 \end_layout
36332
36333 \end_inset
36334
36335
36336 \end_layout
36337
36338 \begin_layout Standard
36339 Um einen Text mit einer Hintergrundfarbe zu versehen, wählen Sie diese im
36340  Box-Dialog aus.
36341  Dies ist zum Beispiel eine Box mit orangenem Hintergrund
36342 \begin_inset Newline newline
36343 \end_inset
36344
36345
36346 \begin_inset Box Frameless
36347 position "t"
36348 hor_pos "c"
36349 has_inner_box 1
36350 inner_pos "t"
36351 use_parbox 0
36352 use_makebox 1
36353 width ""
36354 special "none"
36355 height "1in"
36356 height_special "totalheight"
36357 thickness "0.4pt"
36358 separation "3pt"
36359 shadowsize "4pt"
36360 framecolor "black"
36361 backgroundcolor "orange"
36362 status open
36363
36364 \begin_layout Plain Layout
36365 Box mit orangenem Hintergrund
36366 \end_layout
36367
36368 \end_inset
36369
36370
36371 \end_layout
36372
36373 \begin_layout Standard
36374 Wenn Sie die Dekoration
36375 \family sans
36376  Einfacher
36377 \begin_inset space ~
36378 \end_inset
36379
36380 rechteckiger
36381 \begin_inset space ~
36382 \end_inset
36383
36384 Rahmen 
36385 \family default
36386 verwenden, können Sie eine Rahmenfarbe festlegen.
36387  In diesem Fall muss auch eine Hintergrundfarbe angegeben werden (LyX setzt
36388  sie standardmäßig auf weiß).
36389  Hier ist ein Beispiel:
36390 \begin_inset Newline newline
36391 \end_inset
36392
36393
36394 \begin_inset Box Boxed
36395 position "t"
36396 hor_pos "c"
36397 has_inner_box 0
36398 inner_pos "t"
36399 use_parbox 0
36400 use_makebox 0
36401 width ""
36402 special "none"
36403 height "1in"
36404 height_special "totalheight"
36405 thickness "0.4pt"
36406 separation "3pt"
36407 shadowsize "4pt"
36408 framecolor "teal"
36409 backgroundcolor "yellow"
36410 status open
36411
36412 \begin_layout Plain Layout
36413 Box mit tealer Rahmenfarbe und gelber Hintergrundfarbe
36414 \end_layout
36415
36416 \end_inset
36417
36418
36419 \end_layout
36420
36421 \begin_layout Standard
36422 \begin_inset VSpace bigskip
36423 \end_inset
36424
36425 Natürlich ist auch farbiger Text in einer farbigen Box möglich:
36426 \begin_inset Newline newline
36427 \end_inset
36428
36429
36430 \begin_inset Box Boxed
36431 position "t"
36432 hor_pos "c"
36433 has_inner_box 0
36434 inner_pos "t"
36435 use_parbox 0
36436 use_makebox 0
36437 width ""
36438 special "none"
36439 height "1in"
36440 height_special "totalheight"
36441 thickness "0.4pt"
36442 separation "3pt"
36443 shadowsize "4pt"
36444 framecolor "cyan"
36445 backgroundcolor "magenta"
36446 status open
36447
36448 \begin_layout Plain Layout
36449
36450 \color yellow
36451 Dies ist farbiger Text in einer farbigen, gerahmten Box.
36452 \end_layout
36453
36454 \end_inset
36455
36456
36457 \end_layout
36458
36459 \begin_layout Standard
36460 \begin_inset VSpace bigskip
36461 \end_inset
36462
36463
36464 \end_layout
36465
36466 \begin_layout Standard
36467 Falls sie andere als die voreingestellten Farben benötigen, können Ihre
36468  eigenen Farben definieren, wie in Abschnitt
36469 \begin_inset space ~
36470 \end_inset
36471
36472
36473 \begin_inset CommandInset ref
36474 LatexCommand ref
36475 reference "abs:Farbige-Tabellen"
36476
36477 \end_inset
36478
36479  beschrieben.
36480  Um selbstdefinierte Farben zu verwenden, muss die Box mittels TeX-Code
36481  gesetzt werden:
36482 \end_layout
36483
36484 \begin_layout Standard
36485 Farbige Boxen ohne Rahmen werden mit dem Befehl 
36486 \series bold
36487
36488 \backslash
36489 colorbox
36490 \series default
36491  erzeugt.
36492  Er hat folgendes Schema:
36493 \end_layout
36494
36495 \begin_layout Standard
36496
36497 \series bold
36498
36499 \backslash
36500 colorbox{Farbe}{Boxinhalt}
36501 \end_layout
36502
36503 \begin_layout Standard
36504 Der Boxinhalt kann auch eine Box sein, und farbige Boxen können in anderen
36505  Boxen sein.
36506  Um zum Beispiel ein Wort auf einem dunkelgrünen Hintergrund zu drucken,
36507  fügen sie den \SpecialChar TeX
36508 -Code-Befehl
36509 \end_layout
36510
36511 \begin_layout Standard
36512
36513 \series bold
36514
36515 \backslash
36516 colorbox{dunkelgruen}{
36517 \end_layout
36518
36519 \begin_layout Standard
36520 vor dem Wort ein.
36521  Hinter dem Wort fügen Sie 
36522 \series bold
36523
36524 \begin_inset Quotes gld
36525 \end_inset
36526
36527 }
36528 \series default
36529
36530 \begin_inset Quotes grd
36531 \end_inset
36532
36533  als \SpecialChar TeX
36534 -Code ein.
36535  Hier ist das Ergebnis:
36536 \end_layout
36537
36538 \begin_layout Standard
36539 In dieser Zeile hat 
36540 \begin_inset ERT
36541 status collapsed
36542
36543 \begin_layout Plain Layout
36544
36545
36546 \backslash
36547 colorbox{dunkelgruen}{
36548 \end_layout
36549
36550 \end_inset
36551
36552 Achtung!
36553 \begin_inset ERT
36554 status collapsed
36555
36556 \begin_layout Plain Layout
36557
36558 }
36559 \end_layout
36560
36561 \end_inset
36562
36563  einen dunkelgrünen Hintergrund.
36564 \end_layout
36565
36566 \begin_layout Standard
36567 Farbige Boxen mit Rahmen werden mit dem Befehl
36568 \series bold
36569  
36570 \backslash
36571 fcolorbox
36572 \series default
36573  erzeugt.
36574  Er hat folgendes Schema:
36575 \end_layout
36576
36577 \begin_layout Standard
36578
36579 \series bold
36580
36581 \backslash
36582 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
36583 \end_layout
36584
36585 \begin_layout Section
36586 Rotierte und skalierte Boxen
36587 \end_layout
36588
36589 \begin_layout Standard
36590 Um die in diesem Abschnitt beschriebenen Boxen nutzen zu können, muss das
36591  Modul 
36592 \family sans
36593 Grafik-Boxen
36594 \family default
36595  in den Dokumenteinstellungen geladen sein.
36596 \end_layout
36597
36598 \begin_layout Standard
36599 \begin_inset Note Greyedout
36600 status open
36601
36602 \begin_layout Plain Layout
36603
36604 \series bold
36605 Achtung:
36606 \series default
36607  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
36608 \end_layout
36609
36610 \end_inset
36611
36612
36613 \end_layout
36614
36615 \begin_layout Standard
36616 \begin_inset Note Greyedout
36617 status open
36618
36619 \begin_layout Plain Layout
36620
36621 \series bold
36622 Achtung:
36623 \series default
36624  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
36625 \end_layout
36626
36627 \end_inset
36628
36629
36630 \end_layout
36631
36632 \begin_layout Subsection
36633 Rotierte Boxen
36634 \begin_inset Index idx
36635 status collapsed
36636
36637 \begin_layout Plain Layout
36638 Boxen ! rotierte
36639 \end_layout
36640
36641 \end_inset
36642
36643
36644 \begin_inset Index idx
36645 status collapsed
36646
36647 \begin_layout Plain Layout
36648 Rotiertes Material
36649 \end_layout
36650
36651 \end_inset
36652
36653
36654 \end_layout
36655
36656 \begin_layout Standard
36657 Um Material zu drehen, setzt man es in eine 
36658 \family sans
36659 Rotationsbox
36660 \family default
36661 .
36662  Solch eine Box wird über das Menü 
36663 \family sans
36664 Einfügen\SpecialChar menuseparator
36665 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
36666 Rotationsbox
36667 \family default
36668  eingefügt.
36669 \end_layout
36670
36671 \begin_layout Standard
36672 Der Drehpunkt kann über die Einfügung 
36673 \family sans
36674 Drehpunkt
36675 \family default
36676  (Menü 
36677 \family sans
36678 Einfügen\SpecialChar menuseparator
36679 Drehpunkt
36680 \family default
36681 ) in der Form 
36682 \series bold
36683 origin=Position
36684 \series default
36685  angegeben.
36686  Folgende Positionen sind möglich: 
36687 \emph on
36688 c
36689 \emph default
36690  (mittig), 
36691 \emph on
36692 l
36693 \emph default
36694  (links), 
36695 \emph on
36696 r
36697 \emph default
36698  (rechts), 
36699 \emph on
36700 b
36701 \emph default
36702  (unten), 
36703 \emph on
36704 t
36705 \emph default
36706  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
36707  Z.
36708 \begin_inset space \thinspace{}
36709 \end_inset
36710
36711 B.
36712  bedeutet 
36713 \emph on
36714 lt
36715 \emph default
36716 , dass sich der Drehpunkt links oben befindet.
36717  Wird kein Drehpunkt angegeben, wird die Position 
36718 \emph on
36719 l
36720 \emph default
36721  verwendet.
36722  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
36723  Gedreht wird gegen den Uhrzeigersinn.
36724 \end_layout
36725
36726 \begin_layout Standard
36727 Im folgenden Beispiel wurde
36728 \series bold
36729  origin=c
36730 \series default
36731  in the Einfügung 
36732 \family sans
36733 Drehpunkt
36734 \family default
36735  und 
36736 \series bold
36737 60
36738 \series default
36739  in die Einfügung 
36740 \family sans
36741 Winkel
36742 \family default
36743  eingegeben.
36744 \end_layout
36745
36746 \begin_layout Standard
36747 Dies ist eine Zeile 
36748 \begin_inset Flex Rotatebox
36749 status open
36750
36751 \begin_layout Plain Layout
36752 \begin_inset Argument 1
36753 status open
36754
36755 \begin_layout Plain Layout
36756 origin=c
36757 \end_layout
36758
36759 \end_inset
36760
36761
36762 \begin_inset Argument 2
36763 status open
36764
36765 \begin_layout Plain Layout
36766 60
36767 \end_layout
36768
36769 \end_inset
36770
36771 mit rotiertem
36772 \end_layout
36773
36774 \end_inset
36775
36776  Text.
36777 \end_layout
36778
36779 \begin_layout Standard
36780 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
36781 \end_layout
36782
36783 \begin_layout Standard
36784 Dies ist eine Zeile 
36785 \begin_inset Flex Rotatebox
36786 status open
36787
36788 \begin_layout Plain Layout
36789 \begin_inset Argument 1
36790 status open
36791
36792 \begin_layout Plain Layout
36793 origin=r
36794 \end_layout
36795
36796 \end_inset
36797
36798
36799 \begin_inset Argument 2
36800 status open
36801
36802 \begin_layout Plain Layout
36803 -60
36804 \end_layout
36805
36806 \end_inset
36807
36808
36809 \begin_inset Box Doublebox
36810 position "c"
36811 hor_pos "c"
36812 has_inner_box 0
36813 inner_pos "c"
36814 use_parbox 0
36815 use_makebox 0
36816 width "1in"
36817 special "width"
36818 height "1in"
36819 height_special "totalheight"
36820 thickness "0.4pt"
36821 separation "3pt"
36822 shadowsize "4pt"
36823 framecolor "black"
36824 backgroundcolor "none"
36825 status collapsed
36826
36827 \begin_layout Plain Layout
36828 mit rotiertem
36829 \end_layout
36830
36831 \end_inset
36832
36833
36834 \end_layout
36835
36836 \end_inset
36837
36838  umrandeten Text 
36839 \begin_inset Flex Rotatebox
36840 status open
36841
36842 \begin_layout Plain Layout
36843 \begin_inset Argument 1
36844 status open
36845
36846 \begin_layout Plain Layout
36847 origin=lb
36848 \end_layout
36849
36850 \end_inset
36851
36852
36853 \begin_inset Argument 2
36854 status open
36855
36856 \begin_layout Plain Layout
36857 60
36858 \end_layout
36859
36860 \end_inset
36861
36862
36863 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36864 \end_inset
36865
36866
36867 \end_layout
36868
36869 \end_inset
36870
36871  und einer Formel.
36872 \end_layout
36873
36874 \begin_layout Standard
36875 Oder ein Bild oder Tabelle:
36876 \end_layout
36877
36878 \begin_layout Standard
36879 Dies ist eine Zeile 
36880 \begin_inset Flex Rotatebox
36881 status open
36882
36883 \begin_layout Plain Layout
36884 \begin_inset Argument 1
36885 status open
36886
36887 \begin_layout Plain Layout
36888 origin=lb
36889 \end_layout
36890
36891 \end_inset
36892
36893
36894 \begin_inset Argument 2
36895 status open
36896
36897 \begin_layout Plain Layout
36898 90
36899 \end_layout
36900
36901 \end_inset
36902
36903
36904 \begin_inset Graphics
36905         filename ../clipart/Star-structure.pdf
36906         lyxscale 50
36907         width 25col%
36908
36909 \end_inset
36910
36911
36912 \end_layout
36913
36914 \end_inset
36915
36916  mit einem rotierten Bild 
36917 \begin_inset Flex Rotatebox
36918 status open
36919
36920 \begin_layout Plain Layout
36921 \begin_inset Argument 2
36922 status open
36923
36924 \begin_layout Plain Layout
36925 -90
36926 \end_layout
36927
36928 \end_inset
36929
36930
36931 \begin_inset Tabular
36932 <lyxtabular version="3" rows="2" columns="2">
36933 <features tabularvalignment="middle">
36934 <column alignment="center" valignment="top">
36935 <column alignment="center" valignment="top">
36936 <row>
36937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36938 \begin_inset Text
36939
36940 \begin_layout Plain Layout
36941 q
36942 \end_layout
36943
36944 \end_inset
36945 </cell>
36946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36947 \begin_inset Text
36948
36949 \begin_layout Plain Layout
36950 w
36951 \end_layout
36952
36953 \end_inset
36954 </cell>
36955 </row>
36956 <row>
36957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36958 \begin_inset Text
36959
36960 \begin_layout Plain Layout
36961 e
36962 \end_layout
36963
36964 \end_inset
36965 </cell>
36966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36967 \begin_inset Text
36968
36969 \begin_layout Plain Layout
36970 r
36971 \end_layout
36972
36973 \end_inset
36974 </cell>
36975 </row>
36976 </lyxtabular>
36977
36978 \end_inset
36979
36980
36981 \end_layout
36982
36983 \end_inset
36984
36985  und Tabelle.
36986 \begin_inset Index idx
36987 status collapsed
36988
36989 \begin_layout Plain Layout
36990 Abbildungen ! rotierte
36991 \end_layout
36992
36993 \end_inset
36994
36995
36996 \begin_inset Index idx
36997 status collapsed
36998
36999 \begin_layout Plain Layout
37000 Tabellen ! rotierte
37001 \end_layout
37002
37003 \end_inset
37004
37005
37006 \end_layout
37007
37008 \begin_layout Standard
37009 \begin_inset Note Greyedout
37010 status open
37011
37012 \begin_layout Plain Layout
37013
37014 \series bold
37015 Achtung:
37016 \series default
37017  Wenn die Einfügung 
37018 \family sans
37019 Drehpunkt
37020 \family default
37021  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
37022 -Fehler
37023  wenn man das Dokument ansieht/exportiert.
37024 \end_layout
37025
37026 \end_inset
37027
37028
37029 \end_layout
37030
37031 \begin_layout Subsection
37032 Skalierte Boxen
37033 \begin_inset Index idx
37034 status collapsed
37035
37036 \begin_layout Plain Layout
37037 Boxen ! skalierte
37038 \end_layout
37039
37040 \end_inset
37041
37042
37043 \begin_inset Index idx
37044 status collapsed
37045
37046 \begin_layout Plain Layout
37047 Skaliertes Material
37048 \end_layout
37049
37050 \end_inset
37051
37052
37053 \end_layout
37054
37055 \begin_layout Standard
37056 Um Material zu skalieren, setzt man es in eine 
37057 \family sans
37058 Skalierende
37059 \begin_inset space ~
37060 \end_inset
37061
37062 Box
37063 \family default
37064 .
37065  Solch eine Box wird über das Menü 
37066 \family sans
37067 Einfügen\SpecialChar menuseparator
37068 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
37069 Skalierende
37070 \begin_inset space ~
37071 \end_inset
37072
37073 Box
37074 \family default
37075  eingefügt.
37076 \end_layout
37077
37078 \begin_layout Standard
37079 Die 
37080 \family sans
37081 Skalierende
37082 \begin_inset space ~
37083 \end_inset
37084
37085 Box
37086 \family default
37087  Einfügung hat die obligatorische Einfügung 
37088 \family sans
37089 H-Faktor
37090 \family default
37091  und die optionale Einfügung 
37092 \family sans
37093 V-Faktor
37094 \family default
37095  (wird eingefügt über das Menü 
37096 \family sans
37097 Einfügen\SpecialChar menuseparator
37098 V-Faktor)
37099 \family default
37100 .
37101  Fügen Sie hier den horizontalen bzw.
37102 \begin_inset space \space{}
37103 \end_inset
37104
37105 den vertikalen Skalierungsfaktor ein.
37106  Wenn die Einfügung 
37107 \family sans
37108 V-Faktor
37109 \family default
37110  nicht verwendet wird, wird der horizontale Skalierungsfaktor auch für den
37111  vertikalen verwendet.
37112 \end_layout
37113
37114 \begin_layout Standard
37115 Um z.
37116 \begin_inset space \thinspace{}
37117 \end_inset
37118
37119 B.
37120  doppelte Textgröße als die Dokument-Schriftgröße zu erhalten, gibt man
37121  
37122 \series bold
37123 2
37124 \series default
37125  in die Einfügung 
37126 \family sans
37127 H-Faktor
37128 \family default
37129  ein.
37130  Ein Beispiel: 
37131 \begin_inset Flex Scalebox
37132 status open
37133
37134 \begin_layout Plain Layout
37135 \begin_inset Argument 1
37136 status open
37137
37138 \begin_layout Plain Layout
37139 2
37140 \end_layout
37141
37142 \end_inset
37143
37144 Hallo
37145 \end_layout
37146
37147 \end_inset
37148
37149
37150 \end_layout
37151
37152 \begin_layout Standard
37153
37154 \series bold
37155 2
37156 \series default
37157  als 
37158 \family sans
37159 H-Faktor
37160 \family default
37161  und 
37162 \series bold
37163 1
37164 \series default
37165  als 
37166 \family sans
37167 V-Faktor
37168 \family default
37169  verzerrt das 
37170 \begin_inset Flex Scalebox
37171 status open
37172
37173 \begin_layout Plain Layout
37174 \begin_inset Argument 1
37175 status open
37176
37177 \begin_layout Plain Layout
37178 2
37179 \end_layout
37180
37181 \end_inset
37182
37183
37184 \begin_inset Argument 2
37185 status open
37186
37187 \begin_layout Plain Layout
37188 1
37189 \end_layout
37190
37191 \end_inset
37192
37193 Hallo
37194 \end_layout
37195
37196 \end_inset
37197
37198 .
37199 \end_layout
37200
37201 \begin_layout Standard
37202 Die Skalierungsfaktoren dürfen auch negativ sein.
37203  In diesem Fall wird der Boxinhalt gespiegelt.
37204  Daher kann 
37205 \series bold
37206 -1
37207 \series default
37208  als 
37209 \family sans
37210 H-Faktor
37211 \family default
37212  und 
37213 \series bold
37214 1
37215 \series default
37216  als 
37217 \family sans
37218 V-Faktor
37219 \family default
37220  verwendet werden um Spiegelschrift zu erstellen: 
37221 \begin_inset Flex Scalebox
37222 status open
37223
37224 \begin_layout Plain Layout
37225 \begin_inset Argument 1
37226 status open
37227
37228 \begin_layout Plain Layout
37229 -1
37230 \end_layout
37231
37232 \end_inset
37233
37234
37235 \begin_inset Argument 2
37236 status open
37237
37238 \begin_layout Plain Layout
37239 1
37240 \end_layout
37241
37242 \end_inset
37243
37244 Hallo
37245 \end_layout
37246
37247 \end_inset
37248
37249
37250 \end_layout
37251
37252 \begin_layout Standard
37253
37254 \series bold
37255 1
37256 \series default
37257  als 
37258 \family sans
37259 H-Faktor
37260 \family default
37261  und 
37262 \series bold
37263 -1
37264 \series default
37265  als 
37266 \family sans
37267 V-Faktor
37268 \family default
37269  reflektiert das 
37270 \begin_inset Flex Scalebox
37271 status open
37272
37273 \begin_layout Plain Layout
37274 \begin_inset Argument 1
37275 status open
37276
37277 \begin_layout Plain Layout
37278 1
37279 \end_layout
37280
37281 \end_inset
37282
37283
37284 \begin_inset Argument 2
37285 status open
37286
37287 \begin_layout Plain Layout
37288 -1
37289 \end_layout
37290
37291 \end_inset
37292
37293 Hallo
37294 \end_layout
37295
37296 \end_inset
37297
37298  an der Grundlinie.
37299 \end_layout
37300
37301 \begin_layout Standard
37302 Die 
37303 \family sans
37304 Spiegelbox
37305 \family default
37306  (Menü 
37307 \family sans
37308 Einfügen\SpecialChar menuseparator
37309 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
37310 Spiegelbox
37311 \family default
37312 ) ist äquivalent zu 
37313 \series bold
37314 -1
37315 \series default
37316  als 
37317 \family sans
37318 H-Faktor
37319 \family default
37320  und 
37321 \series bold
37322 1
37323 \series default
37324  als 
37325 \family sans
37326 V-Faktor 
37327 \family default
37328 für eine 
37329 \family sans
37330 Skalierende
37331 \begin_inset space ~
37332 \end_inset
37333
37334 Box
37335 \family default
37336 .
37337 \end_layout
37338
37339 \begin_layout Standard
37340 \begin_inset Note Greyedout
37341 status open
37342
37343 \begin_layout Plain Layout
37344
37345 \series bold
37346 Achtung:
37347 \series default
37348  Wenn die Einfügung 
37349 \family sans
37350 Drehpunkt
37351 \family default
37352  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
37353 -Fehler
37354  wenn man das Dokument ansieht/exportiert.
37355 \end_layout
37356
37357 \end_inset
37358
37359
37360 \end_layout
37361
37362 \begin_layout Standard
37363 \begin_inset VSpace bigskip
37364 \end_inset
37365
37366 Die 
37367 \family sans
37368 Neugrößenbox
37369 \family default
37370  (Menü 
37371 \family sans
37372 Einfügen\SpecialChar menuseparator
37373 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
37374 Neugrößenbox
37375 \family default
37376 ) verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
37377  skalieren.
37378  Die 
37379 \family sans
37380 Neugrößenbox
37381 \family default
37382  Einfügung hat die obligatorische Einfügung 
37383 \family sans
37384 Breite
37385 \family default
37386  und die optionale Einfügung 
37387 \family sans
37388 Höhe
37389 \family default
37390  (wird eingefügt über das Menü 
37391 \family sans
37392 Einfügen\SpecialChar menuseparator
37393 Höhe)
37394 \family default
37395 .
37396  Fügen Sie hier die Breite bzw.
37397 \begin_inset space \space{}
37398 \end_inset
37399
37400 Höhe als Wert mit Einheit ein.
37401  
37402 \begin_inset CommandInset ref
37403 LatexCommand ref
37404 reference "tab:Maßeinheiten"
37405
37406 \end_inset
37407
37408  listet die möglichen Maßeinheiten auf.
37409  Befindet sich ein Ausrufezeichen 
37410 \series bold
37411 !
37412 \series default
37413  in einer der beiden Einfügungen, wird die Größe so gewählt, dass das Seitenverh
37414 ältnis der Box beibehalten wird.
37415  Wenn die Einfügung 
37416 \family sans
37417 Höhe
37418 \family default
37419  nicht verwendet wird, wird intern ein Ausrufezeichen für die Höhe verwendet.
37420 \end_layout
37421
37422 \begin_layout Standard
37423
37424 \series bold
37425 2cm
37426 \series default
37427  als 
37428 \family sans
37429 Breite
37430 \family default
37431  und 
37432 \series bold
37433 1cm
37434 \series default
37435  als 
37436 \family sans
37437 Höhe
37438 \family default
37439  ergibt: 
37440 \begin_inset Flex Resizebox
37441 status open
37442
37443 \begin_layout Plain Layout
37444 \begin_inset Argument 1
37445 status open
37446
37447 \begin_layout Plain Layout
37448 2cm
37449 \end_layout
37450
37451 \end_inset
37452
37453
37454 \begin_inset Argument 2
37455 status open
37456
37457 \begin_layout Plain Layout
37458 1cm
37459 \end_layout
37460
37461 \end_inset
37462
37463 Hallo
37464 \end_layout
37465
37466 \end_inset
37467
37468
37469 \begin_inset Newline newline
37470 \end_inset
37471
37472
37473 \series bold
37474 2cm
37475 \series default
37476  als 
37477 \family sans
37478 Breite
37479 \family default
37480  und 
37481 \series bold
37482 !
37483 \series default
37484  als 
37485 \family sans
37486 Höhe
37487 \family default
37488  (oder keine 
37489 \family sans
37490 Höhe
37491 \family default
37492 ) ergibt: 
37493 \begin_inset Flex Resizebox
37494 status open
37495
37496 \begin_layout Plain Layout
37497 \begin_inset Argument 1
37498 status open
37499
37500 \begin_layout Plain Layout
37501 2cm
37502 \end_layout
37503
37504 \end_inset
37505
37506
37507 \begin_inset Argument 2
37508 status open
37509
37510 \begin_layout Plain Layout
37511 !
37512 \end_layout
37513
37514 \end_inset
37515
37516 Hallo
37517 \end_layout
37518
37519 \end_inset
37520
37521
37522 \end_layout
37523
37524 \begin_layout Standard
37525 \begin_inset Note Greyedout
37526 status open
37527
37528 \begin_layout Plain Layout
37529
37530 \series bold
37531 Achtung:
37532 \series default
37533  Wenn die Einfügung
37534 \family sans
37535  Breite 
37536 \family default
37537 leer ist oder eine ungültige Einheit enthält, erhält man \SpecialChar LaTeX
37538 -Fehler wenn man
37539  das Dokument ansieht/exportiert.
37540 \end_layout
37541
37542 \end_inset
37543
37544
37545 \end_layout
37546
37547 \begin_layout Standard
37548 \begin_inset VSpace bigskip
37549 \end_inset
37550
37551
37552 \end_layout
37553
37554 \begin_layout Standard
37555 Alle Boxen können beliebig miteinander kombiniert werden.
37556  Als Beispiel eine 
37557 \family sans
37558 Spiegelbox
37559 \family default
37560  in einer 
37561 \family sans
37562 Neugrößenbox
37563 \family default
37564 , die wiederum in einer 
37565 \family sans
37566 Rotationsbox
37567 \family default
37568  ist:
37569 \end_layout
37570
37571 \begin_layout Standard
37572 \noindent
37573 \align center
37574 \begin_inset Flex Rotatebox
37575 status open
37576
37577 \begin_layout Plain Layout
37578 \begin_inset Argument 1
37579 status open
37580
37581 \begin_layout Plain Layout
37582 origin=c
37583 \end_layout
37584
37585 \end_inset
37586
37587
37588 \begin_inset Argument 2
37589 status open
37590
37591 \begin_layout Plain Layout
37592 -45
37593 \end_layout
37594
37595 \end_inset
37596
37597
37598 \begin_inset Flex Resizebox
37599 status open
37600
37601 \begin_layout Plain Layout
37602 \begin_inset Argument 1
37603 status open
37604
37605 \begin_layout Plain Layout
37606 2cm
37607 \end_layout
37608
37609 \end_inset
37610
37611
37612 \begin_inset Flex Reflectbox
37613 status open
37614
37615 \begin_layout Plain Layout
37616 Hallo
37617 \end_layout
37618
37619 \end_inset
37620
37621
37622 \end_layout
37623
37624 \end_inset
37625
37626
37627 \end_layout
37628
37629 \end_inset
37630
37631
37632 \end_layout
37633
37634 \begin_layout Standard
37635 \noindent
37636 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
37637 \end_layout
37638
37639 \begin_layout Standard
37640 \noindent
37641 \align center
37642 \begin_inset Flex Resizebox
37643 status open
37644
37645 \begin_layout Plain Layout
37646 \begin_inset Argument 1
37647 status open
37648
37649 \begin_layout Plain Layout
37650 2cm
37651 \end_layout
37652
37653 \end_inset
37654
37655
37656 \begin_inset Flex Reflectbox
37657 status open
37658
37659 \begin_layout Plain Layout
37660 \begin_inset Graphics
37661         filename ../clipart/Star-structure.pdf
37662         lyxscale 50
37663         width 25col%
37664
37665 \end_inset
37666
37667
37668 \end_layout
37669
37670 \end_inset
37671
37672
37673 \end_layout
37674
37675 \end_inset
37676
37677  
37678 \begin_inset Flex Resizebox
37679 status open
37680
37681 \begin_layout Plain Layout
37682 \begin_inset Argument 1
37683 status open
37684
37685 \begin_layout Plain Layout
37686 2cm
37687 \end_layout
37688
37689 \end_inset
37690
37691
37692 \begin_inset Flex Reflectbox
37693 status open
37694
37695 \begin_layout Plain Layout
37696 \begin_inset Tabular
37697 <lyxtabular version="3" rows="2" columns="2">
37698 <features tabularvalignment="middle">
37699 <column alignment="center" valignment="top">
37700 <column alignment="center" valignment="top">
37701 <row>
37702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37703 \begin_inset Text
37704
37705 \begin_layout Plain Layout
37706 q
37707 \end_layout
37708
37709 \end_inset
37710 </cell>
37711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37712 \begin_inset Text
37713
37714 \begin_layout Plain Layout
37715 w
37716 \end_layout
37717
37718 \end_inset
37719 </cell>
37720 </row>
37721 <row>
37722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37723 \begin_inset Text
37724
37725 \begin_layout Plain Layout
37726 e
37727 \end_layout
37728
37729 \end_inset
37730 </cell>
37731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37732 \begin_inset Text
37733
37734 \begin_layout Plain Layout
37735 r
37736 \end_layout
37737
37738 \end_inset
37739 </cell>
37740 </row>
37741 </lyxtabular>
37742
37743 \end_inset
37744
37745
37746 \end_layout
37747
37748 \end_inset
37749
37750
37751 \end_layout
37752
37753 \end_inset
37754
37755  
37756 \begin_inset Flex Resizebox
37757 status open
37758
37759 \begin_layout Plain Layout
37760 \begin_inset Argument 1
37761 status open
37762
37763 \begin_layout Plain Layout
37764 3cm
37765 \end_layout
37766
37767 \end_inset
37768
37769
37770 \begin_inset Flex Reflectbox
37771 status open
37772
37773 \begin_layout Plain Layout
37774 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37775 \end_inset
37776
37777
37778 \end_layout
37779
37780 \end_inset
37781
37782
37783 \end_layout
37784
37785 \end_inset
37786
37787
37788 \begin_inset Index idx
37789 status collapsed
37790
37791 \begin_layout Plain Layout
37792 Abbildungen ! skalierte
37793 \end_layout
37794
37795 \end_inset
37796
37797
37798 \begin_inset Index idx
37799 status collapsed
37800
37801 \begin_layout Plain Layout
37802 Tabellen ! skalierte
37803 \end_layout
37804
37805 \end_inset
37806
37807
37808 \end_layout
37809
37810 \begin_layout Standard
37811 Hat man den globalen Formelstil 
37812 \series bold
37813 fleqn
37814 \series default
37815
37816 \begin_inset Foot
37817 status collapsed
37818
37819 \begin_layout Plain Layout
37820 Wenn 
37821 \begin_inset Quotes gld
37822 \end_inset
37823
37824 fleqn
37825 \begin_inset Quotes grd
37826 \end_inset
37827
37828  zu den Dokumentklassen-Optionen hinzugefügt wurde.
37829 \end_layout
37830
37831 \end_inset
37832
37833  gewählt, kann man auch abgesetzte Formeln skalieren.
37834 \end_layout
37835
37836 \begin_layout Chapter
37837 Umflossene Objekte
37838 \begin_inset Index idx
37839 status collapsed
37840
37841 \begin_layout Plain Layout
37842 Umflossene Objekte
37843 \end_layout
37844
37845 \end_inset
37846
37847
37848 \end_layout
37849
37850 \begin_layout Section
37851 Umflossene Gleitobjekte
37852 \begin_inset CommandInset label
37853 LatexCommand label
37854 name "abs:Umflossene-Gleitobjekte"
37855
37856 \end_inset
37857
37858
37859 \begin_inset Index idx
37860 status collapsed
37861
37862 \begin_layout Plain Layout
37863 Gleitobjekte ! umflossene
37864 \end_layout
37865
37866 \end_inset
37867
37868
37869 \begin_inset Index idx
37870 status collapsed
37871
37872 \begin_layout Plain Layout
37873 Umflossene Objekte ! Gleitobjekte
37874 \end_layout
37875
37876 \end_inset
37877
37878
37879 \end_layout
37880
37881 \begin_layout Standard
37882 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
37883  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
37884  den die Abbildung bzw.
37885 \begin_inset space ~
37886 \end_inset
37887
37888 Tabelle übrig lässt.
37889  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
37890  Sie werden über das Menü
37891 \family sans
37892  Einfügen\SpecialChar menuseparator
37893 Gleitobjekt\SpecialChar menuseparator
37894 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
37895 objekt
37896 \family default
37897  eingefügt, wenn das \SpecialChar LaTeX
37898 -Paket 
37899 \series bold
37900 wrapfig
37901 \series default
37902
37903 \begin_inset Index idx
37904 status collapsed
37905
37906 \begin_layout Plain Layout
37907 \SpecialChar LaTeX
37908 -Pakete ! wrapfig
37909 \end_layout
37910
37911 \end_inset
37912
37913  installiert ist.
37914 \begin_inset Foot
37915 status collapsed
37916
37917 \begin_layout Plain Layout
37918 Wie man ein \SpecialChar LaTeX
37919 -Paket installiert, wird im Handbuch 
37920 \emph on
37921 \SpecialChar LaTeX
37922 -Konfiguration
37923 \emph default
37924  beschrieben.
37925 \end_layout
37926
37927 \end_inset
37928
37929  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
37930  Box des Gleitobjekts geändert werden.
37931  
37932 \begin_inset Wrap figure
37933 lines 0
37934 placement l
37935 overhang 1cm
37936 width "40col%"
37937 status open
37938
37939 \begin_layout Plain Layout
37940 \begin_inset Graphics
37941         filename ../clipart/2D-intensity-plot.pdf
37942         width 35col%
37943         scaleBeforeRotation
37944         rotateOrigin center
37945
37946 \end_inset
37947
37948
37949 \end_layout
37950
37951 \begin_layout Plain Layout
37952 \begin_inset Caption Standard
37953
37954 \begin_layout Plain Layout
37955 \begin_inset CommandInset label
37956 LatexCommand label
37957 name "abb:Dies-ist-eine"
37958
37959 \end_inset
37960
37961 Dies ist eine umflossene Gleitobjekt-Abbildung
37962 \end_layout
37963
37964 \end_inset
37965
37966
37967 \end_layout
37968
37969 \end_inset
37970
37971  Obligatorische Einstellungen sind die 
37972 \family sans
37973 Breite
37974 \family default
37975  und 
37976 \family sans
37977 Platzierung
37978 \family default
37979  des Gleitobjekts.
37980  Optional sind der 
37981 \family sans
37982 Überhang 
37983 \family default
37984 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
37985 \begin_inset space \thinspace{}
37986 \end_inset
37987
37988 /
37989 \begin_inset space \thinspace{}
37990 \end_inset
37991
37992 der Seite ragt und die 
37993 \family sans
37994 benötigten Zeilen
37995 \family default
37996 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
37997  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
37998  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
37999  Des weiteren können Sie entscheiden, ob es \SpecialChar LaTeX
38000  erlaubt sein soll, das Gleitobjekt
38001  innerhalb des Absatzes oder zu umgebenden Absätzen gleiten zu lassen.
38002  Abbildung
38003 \begin_inset space ~
38004 \end_inset
38005
38006
38007 \begin_inset CommandInset ref
38008 LatexCommand ref
38009 reference "abb:Dies-ist-eine"
38010
38011 \end_inset
38012
38013  ist zum Beispiel ein umflossenes Bild, das 35
38014 \begin_inset space \thinspace{}
38015 \end_inset
38016
38017 % der Spaltenbreite einnimmt, 1
38018 \begin_inset space \thinspace{}
38019 \end_inset
38020
38021 cm in den Rand ragt und links gesetzt wurde.
38022 \end_layout
38023
38024 \begin_layout Standard
38025 \begin_inset Note Greyedout
38026 status open
38027
38028 \begin_layout Plain Layout
38029
38030 \series bold
38031 Bemerkung:
38032 \series default
38033  Umflossene Objekte sind fragil! Wenn die Abbildung z.
38034 \begin_inset space \thinspace{}
38035 \end_inset
38036
38037 B.
38038  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
38039  oder über anderen Text gedruckt wird.
38040 \end_layout
38041
38042 \end_inset
38043
38044
38045 \end_layout
38046
38047 \begin_layout Standard
38048 Allgemein gilt für umflossene Gleitobjekte:
38049 \end_layout
38050
38051 \begin_layout Itemize
38052 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
38053  fortgesetzt werden.
38054  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
38055  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
38056 \end_layout
38057
38058 \begin_layout Itemize
38059 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
38060  werden oder darin.
38061 \end_layout
38062
38063 \begin_layout Itemize
38064 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
38065  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
38066 \end_layout
38067
38068 \begin_layout Itemize
38069 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
38070 \end_layout
38071
38072 \begin_layout Itemize
38073 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
38074 \begin_inset space \thinspace{}
38075 \end_inset
38076
38077
38078 \begin_inset CommandInset ref
38079 LatexCommand ref
38080 reference "kap:Gleitobjekte"
38081
38082 \end_inset
38083
38084  beschrieben.
38085 \end_layout
38086
38087 \begin_layout Section
38088 Umflossene Fixe Objekte
38089 \begin_inset Index idx
38090 status collapsed
38091
38092 \begin_layout Plain Layout
38093 Umflossene Objekte ! Fixe Objekte
38094 \end_layout
38095
38096 \end_inset
38097
38098
38099 \end_layout
38100
38101 \begin_layout Standard
38102 Die in Abschnitt
38103 \begin_inset space ~
38104 \end_inset
38105
38106
38107 \begin_inset CommandInset ref
38108 LatexCommand ref
38109 reference "abs:Umflossene-Gleitobjekte"
38110
38111 \end_inset
38112
38113  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
38114 \end_layout
38115
38116 \begin_layout Standard
38117 \noindent
38118 \align center
38119 \begin_inset Tabular
38120 <lyxtabular version="3" rows="2" columns="2">
38121 <features tabularvalignment="middle">
38122 <column alignment="center" valignment="top">
38123 <column alignment="center" valignment="top">
38124 <row>
38125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38126 \begin_inset Text
38127
38128 \begin_layout Plain Layout
38129 \begin_inset Info
38130 type  "icon"
38131 arg   "dialog-show-new-inset graphics"
38132 \end_inset
38133
38134
38135 \end_layout
38136
38137 \end_inset
38138 </cell>
38139 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38140 \begin_inset Text
38141
38142 \begin_layout Plain Layout
38143 Text
38144 \end_layout
38145
38146 \end_inset
38147 </cell>
38148 </row>
38149 <row>
38150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38151 \begin_inset Text
38152
38153 \begin_layout Plain Layout
38154 Text
38155 \end_layout
38156
38157 \end_inset
38158 </cell>
38159 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38160 \begin_inset Text
38161
38162 \begin_layout Plain Layout
38163 Text
38164 \end_layout
38165
38166 \end_inset
38167 </cell>
38168 </row>
38169 </lyxtabular>
38170
38171 \end_inset
38172
38173  oder 
38174 \begin_inset Tabular
38175 <lyxtabular version="3" rows="2" columns="2">
38176 <features tabularvalignment="middle">
38177 <column alignment="center" valignment="top">
38178 <column alignment="center" valignment="top">
38179 <row>
38180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38181 \begin_inset Text
38182
38183 \begin_layout Plain Layout
38184 Text
38185 \end_layout
38186
38187 \end_inset
38188 </cell>
38189 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38190 \begin_inset Text
38191
38192 \begin_layout Plain Layout
38193 \begin_inset Info
38194 type  "icon"
38195 arg   "dialog-show-new-inset graphics"
38196 \end_inset
38197
38198
38199 \end_layout
38200
38201 \end_inset
38202 </cell>
38203 </row>
38204 <row>
38205 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38206 \begin_inset Text
38207
38208 \begin_layout Plain Layout
38209 Text
38210 \end_layout
38211
38212 \end_inset
38213 </cell>
38214 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38215 \begin_inset Text
38216
38217 \begin_layout Plain Layout
38218 Text
38219 \end_layout
38220
38221 \end_inset
38222 </cell>
38223 </row>
38224 </lyxtabular>
38225
38226 \end_inset
38227
38228
38229 \end_layout
38230
38231 \begin_layout Standard
38232 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
38233  wurde, um z.
38234 \begin_inset space \thinspace{}
38235 \end_inset
38236
38237 B.
38238  solche Positionen zu erhalten:
38239 \begin_inset VSpace defskip
38240 \end_inset
38241
38242
38243 \end_layout
38244
38245 \begin_layout Standard
38246 \noindent
38247 \align center
38248 \begin_inset Tabular
38249 <lyxtabular version="3" rows="2" columns="2">
38250 <features tabularvalignment="middle">
38251 <column alignment="center" valignment="top">
38252 <column alignment="center" valignment="top">
38253 <row>
38254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38255 \begin_inset Text
38256
38257 \begin_layout Plain Layout
38258 Text
38259 \end_layout
38260
38261 \end_inset
38262 </cell>
38263 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38264 \begin_inset Text
38265
38266 \begin_layout Plain Layout
38267 Text
38268 \end_layout
38269
38270 \end_inset
38271 </cell>
38272 </row>
38273 <row>
38274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38275 \begin_inset Text
38276
38277 \begin_layout Plain Layout
38278 \begin_inset Info
38279 type  "icon"
38280 arg   "dialog-show-new-inset graphics"
38281 \end_inset
38282
38283
38284 \end_layout
38285
38286 \end_inset
38287 </cell>
38288 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38289 \begin_inset Text
38290
38291 \begin_layout Plain Layout
38292 Text
38293 \end_layout
38294
38295 \end_inset
38296 </cell>
38297 </row>
38298 </lyxtabular>
38299
38300 \end_inset
38301
38302  
38303 \begin_inset Tabular
38304 <lyxtabular version="3" rows="2" columns="2">
38305 <features tabularvalignment="middle">
38306 <column alignment="center" valignment="top">
38307 <column alignment="center" valignment="top">
38308 <row>
38309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38310 \begin_inset Text
38311
38312 \begin_layout Plain Layout
38313 Text
38314 \end_layout
38315
38316 \end_inset
38317 </cell>
38318 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38319 \begin_inset Text
38320
38321 \begin_layout Plain Layout
38322 Text
38323 \end_layout
38324
38325 \end_inset
38326 </cell>
38327 </row>
38328 <row>
38329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38330 \begin_inset Text
38331
38332 \begin_layout Plain Layout
38333 Text
38334 \end_layout
38335
38336 \end_inset
38337 </cell>
38338 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38339 \begin_inset Text
38340
38341 \begin_layout Plain Layout
38342 \begin_inset Info
38343 type  "icon"
38344 arg   "dialog-show-new-inset graphics"
38345 \end_inset
38346
38347
38348 \end_layout
38349
38350 \end_inset
38351 </cell>
38352 </row>
38353 </lyxtabular>
38354
38355 \end_inset
38356
38357  
38358 \begin_inset Tabular
38359 <lyxtabular version="3" rows="2" columns="3">
38360 <features tabularvalignment="middle">
38361 <column alignment="center" valignment="top">
38362 <column alignment="center" valignment="top">
38363 <column alignment="center" valignment="top">
38364 <row>
38365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38366 \begin_inset Text
38367
38368 \begin_layout Plain Layout
38369 Text
38370 \end_layout
38371
38372 \end_inset
38373 </cell>
38374 <cell alignment="center" valignment="top" topline="true" usebox="none">
38375 \begin_inset Text
38376
38377 \begin_layout Plain Layout
38378 \begin_inset Info
38379 type  "icon"
38380 arg   "dialog-show-new-inset graphics"
38381 \end_inset
38382
38383
38384 \end_layout
38385
38386 \end_inset
38387 </cell>
38388 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38389 \begin_inset Text
38390
38391 \begin_layout Plain Layout
38392 Text
38393 \end_layout
38394
38395 \end_inset
38396 </cell>
38397 </row>
38398 <row>
38399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38400 \begin_inset Text
38401
38402 \begin_layout Plain Layout
38403 Text
38404 \end_layout
38405
38406 \end_inset
38407 </cell>
38408 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38409 \begin_inset Text
38410
38411 \begin_layout Plain Layout
38412 Text
38413 \end_layout
38414
38415 \end_inset
38416 </cell>
38417 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38418 \begin_inset Text
38419
38420 \begin_layout Plain Layout
38421 Text
38422 \end_layout
38423
38424 \end_inset
38425 </cell>
38426 </row>
38427 </lyxtabular>
38428
38429 \end_inset
38430
38431  
38432 \begin_inset Tabular
38433 <lyxtabular version="3" rows="2" columns="3">
38434 <features tabularvalignment="middle">
38435 <column alignment="center" valignment="top">
38436 <column alignment="center" valignment="top">
38437 <column alignment="center" valignment="top">
38438 <row>
38439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38440 \begin_inset Text
38441
38442 \begin_layout Plain Layout
38443 Text
38444 \end_layout
38445
38446 \end_inset
38447 </cell>
38448 <cell alignment="center" valignment="top" topline="true" usebox="none">
38449 \begin_inset Text
38450
38451 \begin_layout Plain Layout
38452 Text
38453 \end_layout
38454
38455 \end_inset
38456 </cell>
38457 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38458 \begin_inset Text
38459
38460 \begin_layout Plain Layout
38461 Text
38462 \end_layout
38463
38464 \end_inset
38465 </cell>
38466 </row>
38467 <row>
38468 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38469 \begin_inset Text
38470
38471 \begin_layout Plain Layout
38472 Text
38473 \end_layout
38474
38475 \end_inset
38476 </cell>
38477 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38478 \begin_inset Text
38479
38480 \begin_layout Plain Layout
38481 \begin_inset Info
38482 type  "icon"
38483 arg   "dialog-show-new-inset graphics"
38484 \end_inset
38485
38486
38487 \end_layout
38488
38489 \end_inset
38490 </cell>
38491 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38492 \begin_inset Text
38493
38494 \begin_layout Plain Layout
38495 Text
38496 \end_layout
38497
38498 \end_inset
38499 </cell>
38500 </row>
38501 </lyxtabular>
38502
38503 \end_inset
38504
38505
38506 \end_layout
38507
38508 \begin_layout Standard
38509 \noindent
38510 \align center
38511 \begin_inset Tabular
38512 <lyxtabular version="3" rows="3" columns="2">
38513 <features tabularvalignment="middle">
38514 <column alignment="center" valignment="top">
38515 <column alignment="center" valignment="top">
38516 <row>
38517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38518 \begin_inset Text
38519
38520 \begin_layout Plain Layout
38521 Text
38522 \end_layout
38523
38524 \end_inset
38525 </cell>
38526 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38527 \begin_inset Text
38528
38529 \begin_layout Plain Layout
38530 Text
38531 \end_layout
38532
38533 \end_inset
38534 </cell>
38535 </row>
38536 <row>
38537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38538 \begin_inset Text
38539
38540 \begin_layout Plain Layout
38541 \begin_inset Info
38542 type  "icon"
38543 arg   "dialog-show-new-inset graphics"
38544 \end_inset
38545
38546
38547 \end_layout
38548
38549 \end_inset
38550 </cell>
38551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38552 \begin_inset Text
38553
38554 \begin_layout Plain Layout
38555 Text
38556 \end_layout
38557
38558 \end_inset
38559 </cell>
38560 </row>
38561 <row>
38562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38563 \begin_inset Text
38564
38565 \begin_layout Plain Layout
38566 Text
38567 \end_layout
38568
38569 \end_inset
38570 </cell>
38571 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38572 \begin_inset Text
38573
38574 \begin_layout Plain Layout
38575 Text
38576 \end_layout
38577
38578 \end_inset
38579 </cell>
38580 </row>
38581 </lyxtabular>
38582
38583 \end_inset
38584
38585  
38586 \begin_inset Tabular
38587 <lyxtabular version="3" rows="3" columns="3">
38588 <features tabularvalignment="middle">
38589 <column alignment="center" valignment="top">
38590 <column alignment="center" valignment="top">
38591 <column alignment="center" valignment="top">
38592 <row>
38593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38594 \begin_inset Text
38595
38596 \begin_layout Plain Layout
38597 Text
38598 \end_layout
38599
38600 \end_inset
38601 </cell>
38602 <cell alignment="center" valignment="top" topline="true" usebox="none">
38603 \begin_inset Text
38604
38605 \begin_layout Plain Layout
38606 Text
38607 \end_layout
38608
38609 \end_inset
38610 </cell>
38611 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38612 \begin_inset Text
38613
38614 \begin_layout Plain Layout
38615 Text
38616 \end_layout
38617
38618 \end_inset
38619 </cell>
38620 </row>
38621 <row>
38622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38623 \begin_inset Text
38624
38625 \begin_layout Plain Layout
38626 Text
38627 \end_layout
38628
38629 \end_inset
38630 </cell>
38631 <cell alignment="center" valignment="top" usebox="none">
38632 \begin_inset Text
38633
38634 \begin_layout Plain Layout
38635 \begin_inset Info
38636 type  "icon"
38637 arg   "dialog-show-new-inset graphics"
38638 \end_inset
38639
38640
38641 \end_layout
38642
38643 \end_inset
38644 </cell>
38645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38646 \begin_inset Text
38647
38648 \begin_layout Plain Layout
38649 Text
38650 \end_layout
38651
38652 \end_inset
38653 </cell>
38654 </row>
38655 <row>
38656 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38657 \begin_inset Text
38658
38659 \begin_layout Plain Layout
38660 Text
38661 \end_layout
38662
38663 \end_inset
38664 </cell>
38665 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38666 \begin_inset Text
38667
38668 \begin_layout Plain Layout
38669 Text
38670 \end_layout
38671
38672 \end_inset
38673 </cell>
38674 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38675 \begin_inset Text
38676
38677 \begin_layout Plain Layout
38678 Text
38679 \end_layout
38680
38681 \end_inset
38682 </cell>
38683 </row>
38684 </lyxtabular>
38685
38686 \end_inset
38687
38688  
38689 \begin_inset Tabular
38690 <lyxtabular version="3" rows="3" columns="2">
38691 <features tabularvalignment="middle">
38692 <column alignment="center" valignment="top">
38693 <column alignment="center" valignment="top">
38694 <row>
38695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38696 \begin_inset Text
38697
38698 \begin_layout Plain Layout
38699 Text
38700 \end_layout
38701
38702 \end_inset
38703 </cell>
38704 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38705 \begin_inset Text
38706
38707 \begin_layout Plain Layout
38708 Text
38709 \end_layout
38710
38711 \end_inset
38712 </cell>
38713 </row>
38714 <row>
38715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38716 \begin_inset Text
38717
38718 \begin_layout Plain Layout
38719 Text
38720 \end_layout
38721
38722 \end_inset
38723 </cell>
38724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38725 \begin_inset Text
38726
38727 \begin_layout Plain Layout
38728 \begin_inset Info
38729 type  "icon"
38730 arg   "dialog-show-new-inset graphics"
38731 \end_inset
38732
38733
38734 \end_layout
38735
38736 \end_inset
38737 </cell>
38738 </row>
38739 <row>
38740 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38741 \begin_inset Text
38742
38743 \begin_layout Plain Layout
38744 Text
38745 \end_layout
38746
38747 \end_inset
38748 </cell>
38749 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38750 \begin_inset Text
38751
38752 \begin_layout Plain Layout
38753 Text
38754 \end_layout
38755
38756 \end_inset
38757 </cell>
38758 </row>
38759 </lyxtabular>
38760
38761 \end_inset
38762
38763
38764 \end_layout
38765
38766 \begin_layout Standard
38767 \noindent
38768 kann man das \SpecialChar LaTeX
38769 -Paket 
38770 \series bold
38771 picinpar
38772 \series default
38773
38774 \begin_inset Index idx
38775 status collapsed
38776
38777 \begin_layout Plain Layout
38778 \SpecialChar LaTeX
38779 -Pakete ! picinpar
38780 \end_layout
38781
38782 \end_inset
38783
38784  benutzen.
38785  Hier ist ein Beispiel:
38786 \end_layout
38787
38788 \begin_layout Standard
38789 \begin_inset ERT
38790 status collapsed
38791
38792 \begin_layout Plain Layout
38793
38794
38795 \backslash
38796 ifpicinpar
38797 \end_layout
38798
38799 \end_inset
38800
38801
38802 \begin_inset Note Note
38803 status open
38804
38805 \begin_layout Plain Layout
38806 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
38807 -Paket 
38808 \series bold
38809 picinpar
38810 \series default
38811  installiert ist.
38812 \end_layout
38813
38814 \end_inset
38815
38816
38817 \end_layout
38818
38819 \begin_layout Standard
38820 \begin_inset ERT
38821 status collapsed
38822
38823 \begin_layout Plain Layout
38824
38825
38826 \backslash
38827 begin{window}[2,c,{
38828 \end_layout
38829
38830 \end_inset
38831
38832
38833 \begin_inset Graphics
38834         filename ../clipart/2D-intensity-plot.pdf
38835         lyxscale 60
38836         width 40col%
38837         scaleBeforeRotation
38838         rotateOrigin center
38839
38840 \end_inset
38841
38842
38843 \begin_inset ERT
38844 status collapsed
38845
38846 \begin_layout Plain Layout
38847
38848 },]
38849 \end_layout
38850
38851 \begin_layout Plain Layout
38852
38853 {}
38854 \end_layout
38855
38856 \end_inset
38857
38858
38859 \size small
38860 \lang english
38861 It was in the spring of the year 1894 that all London was interested, and
38862  the fashionable world dismayed, by the murder of the Honourable Ronald
38863  Adair under most unusual and inexplicable circumstances.
38864  The public has already learned those particulars of the crime which
38865 \size default
38866
38867 \begin_inset ERT
38868 status collapsed
38869
38870 \begin_layout Plain Layout
38871
38872
38873 \backslash
38874 footnotemark{}
38875 \end_layout
38876
38877 \end_inset
38878
38879
38880 \size small
38881  came out in the police investigation, but a good deal was suppressed upon
38882  that occasion, since the case for the prosecution was so overwhelmingly
38883  strong that it was not necessary to bring forward all the facts.
38884  Only now, at the end of nearly ten years, am I allowed to supply those
38885  missing links which make up the whole of that remarkable chain.
38886 \size default
38887 \lang ngerman
38888
38889 \begin_inset ERT
38890 status collapsed
38891
38892 \begin_layout Plain Layout
38893
38894
38895 \backslash
38896 end{window}
38897 \end_layout
38898
38899 \end_inset
38900
38901
38902 \end_layout
38903
38904 \begin_layout Standard
38905 \begin_inset ERT
38906 status collapsed
38907
38908 \begin_layout Plain Layout
38909
38910
38911 \backslash
38912 footnotetext{
38913 \end_layout
38914
38915 \end_inset
38916
38917 Fußnote des Absatzes mit fixem Objekt.
38918 \begin_inset ERT
38919 status collapsed
38920
38921 \begin_layout Plain Layout
38922
38923 }
38924 \end_layout
38925
38926 \end_inset
38927
38928
38929 \end_layout
38930
38931 \begin_layout Standard
38932 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
38933  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
38934  vertikale Position im Text bestimmen kann.
38935  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
38936  beschriftet werden.
38937 \end_layout
38938
38939 \begin_layout Standard
38940 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
38941  Befehl
38942 \end_layout
38943
38944 \begin_layout Standard
38945
38946 \series bold
38947
38948 \backslash
38949 begin{window}[2,c,{
38950 \end_layout
38951
38952 \begin_layout Standard
38953 als \SpecialChar TeX
38954 -Code einfügt.
38955  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
38956  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
38957  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
38958  Danach fügt man das Objekt ein.
38959  In diesem Beispiel wurde ein Bild der Breite von 40
38960 \begin_inset space \thinspace{}
38961 \end_inset
38962
38963 % der Textspaltenbreite eingefügt.
38964  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
38965  Nach dem Objekt fügt man den Befehl
38966 \end_layout
38967
38968 \begin_layout Standard
38969
38970 \series bold
38971 },Beschreibungstext]
38972 \begin_inset Newline newline
38973 \end_inset
38974
38975 {}
38976 \end_layout
38977
38978 \begin_layout Standard
38979 ein.
38980  Man beachte dass das 
38981 \begin_inset Quotes gld
38982 \end_inset
38983
38984
38985 \series bold
38986 {}
38987 \series default
38988
38989 \begin_inset Quotes grd
38990 \end_inset
38991
38992  in der zweiten Zeile steht.
38993  Der Beschreibungstext ist optional.
38994  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
38995  das Objekt befinden, also direkt nach dem 
38996 \series bold
38997 {}
38998 \series default
38999  beginnen.
39000  Am Ende des Absatzes fügt man folgenden Befehl ein:
39001 \end_layout
39002
39003 \begin_layout Standard
39004
39005 \series bold
39006
39007 \backslash
39008 end{window}
39009 \end_layout
39010
39011 \begin_layout Standard
39012 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
39013  man muss stattdessen den Befehl 
39014 \series bold
39015
39016 \backslash
39017 footnotemark
39018 \series default
39019  verwenden.
39020  Außerhalb des Absatzes den Befehl 
39021 \series bold
39022
39023 \backslash
39024 footnotetext
39025 \series default
39026 , wie es in Abschnitt
39027 \begin_inset space ~
39028 \end_inset
39029
39030
39031 \begin_inset CommandInset ref
39032 LatexCommand ref
39033 reference "abs:Fußnoten"
39034
39035 \end_inset
39036
39037  beschrieben ist.
39038 \end_layout
39039
39040 \begin_layout Standard
39041 \begin_inset ERT
39042 status collapsed
39043
39044 \begin_layout Plain Layout
39045
39046
39047 \backslash
39048 else
39049 \end_layout
39050
39051 \end_inset
39052
39053
39054 \begin_inset Note Note
39055 status open
39056
39057 \begin_layout Plain Layout
39058 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
39059 -Paket 
39060 \series bold
39061 picinpar
39062 \series default
39063  nicht installiert ist:
39064 \end_layout
39065
39066 \end_inset
39067
39068
39069 \end_layout
39070
39071 \begin_layout Standard
39072 Das \SpecialChar LaTeX
39073 -Paket 
39074 \series bold
39075 picinpar
39076 \series default
39077  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
39078 \end_layout
39079
39080 \begin_layout Standard
39081 \begin_inset ERT
39082 status collapsed
39083
39084 \begin_layout Plain Layout
39085
39086
39087 \backslash
39088 fi
39089 \end_layout
39090
39091 \end_inset
39092
39093
39094 \end_layout
39095
39096 \begin_layout Section
39097 Initiale
39098 \begin_inset Index idx
39099 status collapsed
39100
39101 \begin_layout Plain Layout
39102 Initiale
39103 \end_layout
39104
39105 \end_inset
39106
39107
39108 \begin_inset Index idx
39109 status collapsed
39110
39111 \begin_layout Plain Layout
39112 Umflossene Objekte ! Initiale
39113 \end_layout
39114
39115 \end_inset
39116
39117
39118 \end_layout
39119
39120 \begin_layout Standard
39121 Für Initialen muss das \SpecialChar LaTeX
39122 -Paket 
39123 \series bold
39124 lettrine
39125 \series default
39126
39127 \begin_inset Index idx
39128 status collapsed
39129
39130 \begin_layout Plain Layout
39131 \SpecialChar LaTeX
39132 -Pakete ! lettrine
39133 \end_layout
39134
39135 \end_inset
39136
39137  installiert sein und das Modul 
39138 \family sans
39139 Initialen
39140 \family default
39141  im Dokument verwendet werden (Menü 
39142 \family sans
39143 Dokument\SpecialChar menuseparator
39144 Einstellungen\SpecialChar menuseparator
39145 Module
39146 \family default
39147 ).
39148  Um eine Initiale einzufügen, verwendet man den Stil 
39149 \family sans
39150 Initiale
39151 \family default
39152 .
39153  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
39154  Die Argumente werden über das Menü 
39155 \family sans
39156 Einfügen
39157 \family default
39158  eingefügt.
39159  Das obligatorische Argument 
39160 \family sans
39161 Initiale
39162 \family default
39163  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
39164 \family sans
39165 Rest
39166 \begin_inset space ~
39167 \end_inset
39168
39169 der
39170 \begin_inset space ~
39171 \end_inset
39172
39173 Initiale
39174 \family default
39175  enthält den Rest des Wortes oder Textes der Initiale.
39176  Das Argument 
39177 \family sans
39178 Optionen
39179 \family default
39180  enthält Parameter um die Initiale zu modifizieren.
39181  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
39182  von 
39183 \series bold
39184 lettrine
39185 \series default
39186
39187 \begin_inset CommandInset citation
39188 LatexCommand cite
39189 key "lettrine"
39190 literal "true"
39191
39192 \end_inset
39193
39194 .
39195  Der Stil selbst enthält den Text, der die Initiale umgibt.
39196  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
39197  Initiale ist, in 
39198 \shape smallcaps
39199 Kapitälchen
39200 \shape default
39201  gedruckt wird.
39202 \end_layout
39203
39204 \begin_layout Standard
39205 Hier sind einige Beispiele:
39206 \end_layout
39207
39208 \begin_layout Standard
39209 \begin_inset ERT
39210 status collapsed
39211
39212 \begin_layout Plain Layout
39213
39214
39215 \backslash
39216 iflettrine
39217 \end_layout
39218
39219 \end_inset
39220
39221
39222 \begin_inset Note Note
39223 status open
39224
39225 \begin_layout Plain Layout
39226 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
39227 -Paket 
39228 \series bold
39229 lettrine
39230 \series default
39231  installiert ist.
39232 \end_layout
39233
39234 \end_inset
39235
39236
39237 \end_layout
39238
39239 \begin_layout Enumerate
39240 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
39241
39242 \begin_inset Formula $\mathfrak{Fraktur}$
39243 \end_inset
39244
39245 :
39246 \end_layout
39247
39248 \begin_deeper
39249 \begin_layout Initial
39250 \begin_inset Argument 2
39251 status open
39252
39253 \begin_layout Plain Layout
39254 \begin_inset Formula $\mathfrak{I}$
39255 \end_inset
39256
39257
39258 \end_layout
39259
39260 \end_inset
39261
39262
39263 \begin_inset Argument 3
39264 status open
39265
39266 \begin_layout Plain Layout
39267 t
39268 \end_layout
39269
39270 \end_inset
39271
39272  
39273 \lang english
39274 was in the spring of the year 1894 that all London was interested, and the
39275  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39276  under most unusual and inexplicable circumstances.
39277  The public has already learned those particulars of the crime which came
39278  out in the police investigation, but a good deal was suppressed upon that
39279  occasion, since the case for the prosecution was so overwhelmingly strong
39280  that it was not necessary to bring forward all the facts.
39281 \end_layout
39282
39283 \end_deeper
39284 \begin_layout Enumerate
39285 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
39286  besteht und kein Text ist in 
39287 \shape smallcaps
39288 Kapitälchen
39289 \shape default
39290 :
39291 \end_layout
39292
39293 \begin_deeper
39294 \begin_layout Initial
39295 \begin_inset Argument 1
39296 status open
39297
39298 \begin_layout Plain Layout
39299 lines=1
39300 \end_layout
39301
39302 \end_inset
39303
39304
39305 \begin_inset Argument 2
39306 status open
39307
39308 \begin_layout Plain Layout
39309 It
39310 \end_layout
39311
39312 \end_inset
39313
39314  
39315 \lang english
39316 was in the spring of the year 1894 that all London was interested, and the
39317  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39318  under most unusual and inexplicable circumstances.
39319  The public has already learned those particulars of the crime which came
39320  out in the police investigation, but a good deal was suppressed upon that
39321  occasion, since the case for the prosecution was so overwhelmingly strong
39322  that it was not necessary to bring forward all the facts.
39323 \end_layout
39324
39325 \end_deeper
39326 \begin_layout Enumerate
39327 Magenta, hängende Initiale über 3
39328 \begin_inset space ~
39329 \end_inset
39330
39331 Zeilen in der Mathe-Schrift
39332 \begin_inset Newline newline
39333 \end_inset
39334
39335  
39336 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
39337 \end_inset
39338
39339 , der Text 
39340 \begin_inset Quotes gld
39341 \end_inset
39342
39343
39344 \lang english
39345 t was in the spring
39346 \lang ngerman
39347
39348 \begin_inset Quotes erd
39349 \end_inset
39350
39351  ist in 
39352 \shape smallcaps
39353 Kapitälchen
39354 \shape default
39355 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
39356 \begin_inset Newline newline
39357 \end_inset
39358
39359
39360 \series bold
39361
39362 \backslash
39363 renewcommand{
39364 \backslash
39365 LettrineFontHook}{
39366 \backslash
39367 color{Farbe}}
39368 \series default
39369
39370 \begin_inset Newline newline
39371 \end_inset
39372
39373 wobei 
39374 \emph on
39375 Farbe
39376 \emph default
39377  
39378 \begin_inset Quotes gld
39379 \end_inset
39380
39381 red
39382 \begin_inset Quotes erd
39383 \end_inset
39384
39385
39386 \begin_inset Quotes gld
39387 \end_inset
39388
39389 blue
39390 \begin_inset Quotes erd
39391 \end_inset
39392
39393
39394 \begin_inset Quotes gld
39395 \end_inset
39396
39397 green
39398 \begin_inset Quotes erd
39399 \end_inset
39400
39401
39402 \begin_inset Quotes gld
39403 \end_inset
39404
39405 yellow
39406 \begin_inset Quotes erd
39407 \end_inset
39408
39409
39410 \begin_inset Quotes gld
39411 \end_inset
39412
39413 cyan
39414 \begin_inset Quotes erd
39415 \end_inset
39416
39417
39418 \begin_inset Quotes gld
39419 \end_inset
39420
39421 magenta
39422 \begin_inset Quotes erd
39423 \end_inset
39424
39425
39426 \begin_inset Quotes gld
39427 \end_inset
39428
39429 black
39430 \begin_inset Quotes erd
39431 \end_inset
39432
39433  oder 
39434 \begin_inset Quotes gld
39435 \end_inset
39436
39437 white
39438 \begin_inset Quotes erd
39439 \end_inset
39440
39441  sein kann, und diesen Befehl zum \SpecialChar LaTeX
39442 -Vorspann hinzufügen:
39443 \begin_inset Newline newline
39444 \end_inset
39445
39446
39447 \series bold
39448
39449 \backslash
39450 @ifundefined{textcolor}
39451 \begin_inset Newline newline
39452 \end_inset
39453
39454
39455 \begin_inset space ~
39456 \end_inset
39457
39458 {
39459 \backslash
39460 usepackage{color}}{}
39461 \end_layout
39462
39463 \begin_deeper
39464 \begin_layout Standard
39465 \begin_inset ERT
39466 status collapsed
39467
39468 \begin_layout Plain Layout
39469
39470
39471 \backslash
39472 renewcommand{
39473 \backslash
39474 LettrineFontHook}{
39475 \backslash
39476 color{magenta}}
39477 \end_layout
39478
39479 \end_inset
39480
39481
39482 \begin_inset Note Note
39483 status open
39484
39485 \begin_layout Plain Layout
39486 macht die Initiale magenta
39487 \end_layout
39488
39489 \end_inset
39490
39491
39492 \end_layout
39493
39494 \begin_layout Initial
39495 \begin_inset Argument 1
39496 status open
39497
39498 \begin_layout Plain Layout
39499 lines=3, lhang=0.33, loversize=0.25
39500 \end_layout
39501
39502 \end_inset
39503
39504
39505 \begin_inset Argument 2
39506 status open
39507
39508 \begin_layout Plain Layout
39509 \begin_inset Formula $\mathcal{I}$
39510 \end_inset
39511
39512
39513 \end_layout
39514
39515 \end_inset
39516
39517
39518 \begin_inset Argument 3
39519 status open
39520
39521 \begin_layout Plain Layout
39522
39523 \lang english
39524 t was in the spring
39525 \end_layout
39526
39527 \end_inset
39528
39529  
39530 \lang english
39531 of the year 1894 that all London was interested, and the fashionable world
39532  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39533  and inexplicable circumstances.
39534  The public has already learned those particulars of the crime which came
39535  out in the police investigation, but a good deal was suppressed upon that
39536  occasion, since the case for the prosecution was so overwhelmingly strong
39537  that it was not necessary to bring forward all the facts.
39538 \end_layout
39539
39540 \end_deeper
39541 \begin_layout Standard
39542 \begin_inset ERT
39543 status collapsed
39544
39545 \begin_layout Plain Layout
39546
39547
39548 \backslash
39549 else
39550 \end_layout
39551
39552 \end_inset
39553
39554
39555 \begin_inset Note Note
39556 status open
39557
39558 \begin_layout Plain Layout
39559 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
39560 -Paket 
39561 \series bold
39562 lettrine
39563 \series default
39564  nicht installiert ist:
39565 \end_layout
39566
39567 \end_inset
39568
39569
39570 \end_layout
39571
39572 \begin_layout Standard
39573 Das \SpecialChar LaTeX
39574 -Paket 
39575 \series bold
39576 lettrine
39577 \series default
39578  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
39579 \end_layout
39580
39581 \begin_layout Standard
39582 \begin_inset ERT
39583 status collapsed
39584
39585 \begin_layout Plain Layout
39586
39587
39588 \backslash
39589 fi
39590 \end_layout
39591
39592 \end_inset
39593
39594
39595 \end_layout
39596
39597 \begin_layout Chapter
39598 Externe Dateien
39599 \begin_inset Index idx
39600 status collapsed
39601
39602 \begin_layout Plain Layout
39603 Dateien ! externe
39604 \end_layout
39605
39606 \end_inset
39607
39608
39609 \end_layout
39610
39611 \begin_layout Standard
39612 Mit 
39613 \family sans
39614 Einfügen\SpecialChar menuseparator
39615 Datei
39616 \family default
39617  können Sie fremdes Material in Ihr Dokument einsetzen.
39618  Das kann folgendes sein:
39619 \end_layout
39620
39621 \begin_layout Description
39622 \SpecialChar LyX
39623 -Dokument Der Inhalt eines anderen \SpecialChar LyX
39624 -Dokuments wird direkt in Ihr Dokument
39625  eingefügt.
39626 \end_layout
39627
39628 \begin_layout Description
39629 Einfacher
39630 \begin_inset space ~
39631 \end_inset
39632
39633 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
39634  eingefügt.
39635 \end_layout
39636
39637 \begin_layout Description
39638 Einfacher
39639 \begin_inset space ~
39640 \end_inset
39641
39642 Text,
39643 \begin_inset space ~
39644 \end_inset
39645
39646 Zeilen
39647 \begin_inset space ~
39648 \end_inset
39649
39650 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
39651  Leerzeilen trennen die Absätze.
39652 \end_layout
39653
39654 \begin_layout Description
39655 Externes
39656 \begin_inset space ~
39657 \end_inset
39658
39659 Material Dateien in verschiedenen Formaten.
39660 \end_layout
39661
39662 \begin_layout Description
39663 Unterdokument \SpecialChar LyX
39664 - oder \SpecialChar LaTeX
39665 -Dokumente.
39666 \end_layout
39667
39668 \begin_layout Section
39669 Externes Material
39670 \begin_inset Index idx
39671 status collapsed
39672
39673 \begin_layout Plain Layout
39674 Externes Material
39675 \end_layout
39676
39677 \end_inset
39678
39679
39680 \end_layout
39681
39682 \begin_layout Standard
39683 Mit 
39684 \family sans
39685 Einfügen\SpecialChar menuseparator
39686 Datei\SpecialChar menuseparator
39687  Externes Material
39688 \family default
39689  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
39690  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
39691  weil \SpecialChar LyX
39692  sich darum kümmert.
39693  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in \SpecialChar LyX
39694 -Dokumente
39695  eingefügt werden können.
39696  Wenn die Grafikvorschau in den \SpecialChar LyX
39697 -Einstellungen unter
39698 \family sans
39699  Aussehen
39700 \begin_inset space ~
39701 \end_inset
39702
39703 &
39704 \begin_inset space ~
39705 \end_inset
39706
39707 Handhabung\SpecialChar menuseparator
39708 Grafik
39709 \family default
39710 , werden die externen Materialtypen Dia und Xfig direkt in \SpecialChar LyX
39711  angezeigt.
39712 \end_layout
39713
39714 \begin_layout Standard
39715 Zur Zeit können Sie folgende Dateitypen (
39716 \family sans
39717 Vorlagen
39718 \family default
39719 ) benutzen:
39720 \end_layout
39721
39722 \begin_layout Description
39723 Dia-Diagramm unterstützt Diagramme, die mit dem Programm 
39724 \series bold
39725
39726 \begin_inset CommandInset href
39727 LatexCommand href
39728 name "Dia"
39729 target "http://de.wikipedia.org/wiki/Dia_(Software)"
39730 literal "false"
39731
39732 \end_inset
39733
39734
39735 \series default
39736  erzeugt wurden.
39737 \end_layout
39738
39739 \begin_layout Description
39740 Inkscape-Grafik Diese Vorlage unterstützt spezifische skalierbare Grafiken,
39741  die aus skalierbaren Vektorgrafiken (SVG) generiert werden.
39742  Das Besondere an ihnen ist, dass aller enthaltener Text durch Text ersetzt
39743  wird, der mit \SpecialChar LaTeX
39744  gesetzt wurde (und somit die aktuelle Schriftart des \SpecialChar LyX
39745 -Dokuments
39746  verwendet).
39747  Die Vorlage basiert auf einem Feature des Programms 
39748 \series bold
39749
39750 \begin_inset CommandInset href
39751 LatexCommand href
39752 name "Inkscape"
39753 target "https://inkscape.org/de"
39754 literal "false"
39755
39756 \end_inset
39757
39758
39759 \series default
39760 , das aus einer gegebenen SVG-Datei spezielle PDF- oder EPS- und \SpecialChar LaTeX
39761 -Dateien
39762  generiert (in Inkscape selbst ist dieses Feature über die Option 
39763 \family sans
39764 Text in PDF weglassen und LaTeX Datei erstellen
39765 \family default
39766  verfügbar, wenn man eine Grafik als PDF oder EPS speichert).
39767  Der Vorteil von solchen Dateien ist es, dass man einen einheitlichen Textstil
39768  im ganzen Dokument erzeugen kann.
39769 \begin_inset Newline newline
39770 \end_inset
39771
39772 Die Vorlage liest SVG-Dateien ein und verwendet ein Konverterprogramm, um
39773  daraus (jeweils aktuelle) PDF- oder EPS- sowie \SpecialChar LaTeX
39774 -Dateien zu erzeugen (das
39775  Konverterprogramm verwendet hierfür Inkscape).
39776  Somit müssen Sie diese Dateien nicht selbst exportieren und pflegen.
39777  Wenn Sie dennoch lieber bereits vorhandene 
39778 \family typewriter
39779 *.pdf-
39780 \family default
39781  und 
39782 \family typewriter
39783 *.pdf_tex
39784 \family default
39785 -Dateien bzw.
39786  
39787 \family typewriter
39788 *.eps-
39789 \family default
39790  und 
39791 \family typewriter
39792 *.eps_tex
39793 \family default
39794 -Dateien verwenden möchten (oder müssen), binden Sie die entsprechende 
39795 \family typewriter
39796 *.pdf_tex
39797 \family default
39798 - oder 
39799 \family typewriter
39800 *.eps_tex
39801 \family default
39802 -Datei einfach über 
39803 \begin_inset Info
39804 type  "menu"
39805 arg   "dialog-show-new-inset include"
39806 \end_inset
39807
39808  (mittels 
39809 \family typewriter
39810 Input
39811 \family default
39812 ) ein (siehe Abschnitt.
39813 \begin_inset space ~
39814 \end_inset
39815
39816
39817 \begin_inset CommandInset ref
39818 LatexCommand ref
39819 reference "abs:Unterdokumente"
39820 plural "false"
39821 caps "false"
39822 noprefix "false"
39823
39824 \end_inset
39825
39826 ) statt die hier beschriebene Vorlage zu verwenden.
39827 \begin_inset Newline newline
39828 \end_inset
39829
39830 Man kann \SpecialChar TeX
39831 -Code-Befehle wie 
39832 \series bold
39833
39834 \backslash
39835 Large
39836 \series default
39837
39838 \series bold
39839
39840 \backslash
39841 small
39842 \series default
39843  usw.
39844  im Text der SVGs verwenden.
39845  Die Schriftgröße wird von den Einstellungen des \SpecialChar LyX
39846 -Dokuments übernommen.
39847  Siehe 
39848 \begin_inset CommandInset citation
39849 LatexCommand cite
39850 key "Inkscape"
39851 literal "false"
39852
39853 \end_inset
39854
39855  für mehr Informationen und Beispiele.
39856 \end_layout
39857
39858 \begin_layout Description
39859 LilyPond-Notenblatt Mit dieser Vorlage können Sie Musik-Notationen einfügen,
39860  die mit dem Notensatzprogramm 
39861 \series bold
39862
39863 \begin_inset CommandInset href
39864 LatexCommand href
39865 name "LilyPond"
39866 target "http://de.wikipedia.org/wiki/LilyPond"
39867 literal "false"
39868
39869 \end_inset
39870
39871
39872 \series default
39873  gesetzt werden.
39874  Für \SpecialChar LyX
39875 ' erweiterte Unterstützung für LilyPond siehe \SpecialChar LyX
39876 ' Beispieldatei 
39877 \emph on
39878 lilypond.lyx
39879 \emph default
39880 .
39881 \end_layout
39882
39883 \begin_layout Description
39884 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
39885  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
39886  
39887 \series bold
39888 pages
39889 \series default
39890  im Feld 
39891 \family sans
39892 Option
39893 \family default
39894  in der Karteikarte 
39895 \family sans
39896 \SpecialChar LaTeX
39897 - und \SpecialChar LyX
39898 -Optionen
39899 \family default
39900 .
39901  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
39902  (man gibt als Option 
39903 \series bold
39904 pages={3,5,6,8}
39905 \series default
39906  an), Seitenbereiche (
39907 \series bold
39908 pages={4-9}
39909 \series default
39910 ) oder eine Kombination davon enthält.
39911  Um leere Seiten einzufügen, verwendet man {}.
39912  Z.
39913 \begin_inset space \thinspace{}
39914 \end_inset
39915
39916 B.
39917  fügt 
39918 \series bold
39919 pages={3,{},8-11,15}
39920 \series default
39921  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
39922  Seitenbereiche werden mit der Syntax 
39923 \emph on
39924 Start
39925 \emph default
39926 -
39927 \emph on
39928 Stop
39929 \emph default
39930  angegeben.
39931  Dies wählt alle Seiten von 
39932 \emph on
39933 Start
39934 \emph default
39935  bis 
39936 \emph on
39937 Stop
39938 \emph default
39939  aus.
39940  Wird 
39941 \emph on
39942 Start
39943 \emph default
39944  weggelassen, wird stattdessen die erste Seite verwendet; wird 
39945 \emph on
39946 Stop
39947 \emph default
39948  weggelassen, wird stattdessen die letzte Seite verwendet.
39949  Die letzte Seite kann außerdem mit dem Schlagwort 
39950 \series bold
39951 last
39952 \series default
39953  ausgewählt werden.
39954  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
39955 \series bold
39956 pages=-
39957 \series default
39958  fügt also alle Seiten des Dokuments ein und 
39959 \series bold
39960 pages=last-1
39961 \series default
39962  fügt alle Seiten in umgekehrter Reihenfolge ein.
39963  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
39964  eingefügt.
39965 \begin_inset Newline newline
39966 \end_inset
39967
39968 Die Option 
39969 \series bold
39970 noautoscale
39971 \series default
39972  fügt die Seiten in ihrer Originalgröße ein.
39973  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
39974  dass sie die komplette Breite Ihres Dokuments einnehmen.
39975  In der Karteikarte 
39976 \family sans
39977 Größe und Drehung
39978 \family default
39979  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
39980  werden.
39981  Wird eine andere Breite als 100
39982 \begin_inset space \thinspace{}
39983 \end_inset
39984
39985 Größe% verwendet, wird die Option 
39986 \series bold
39987 noautoscale
39988 \series default
39989  überschrieben.
39990  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
39991  des \SpecialChar LaTeX
39992 -Pakets 
39993 \series bold
39994 pdfpages
39995 \series default
39996  
39997 \begin_inset CommandInset citation
39998 LatexCommand cite
39999 key "pdfpages"
40000 literal "true"
40001
40002 \end_inset
40003
40004 .
40005 \begin_inset Index idx
40006 status collapsed
40007
40008 \begin_layout Plain Layout
40009 \SpecialChar LaTeX
40010 -Pakete ! pdfpages
40011 \end_layout
40012
40013 \end_inset
40014
40015
40016 \begin_inset Newline newline
40017 \end_inset
40018
40019 Um diese Vorlage in einer 
40020 \family sans
40021 Beamer
40022 \family default
40023 -Präsentation zu verwenden, muss zuerst eine 
40024 \family sans
40025 BeendeRahmen
40026 \family default
40027  Umgebung eingefügt werden.
40028  In den folgenden Absatz kommt eine \SpecialChar TeX
40029 -Code Box mit dem Befehl 
40030 \series bold
40031
40032 \backslash
40033 setbeamertemplate{background canvas}{}
40034 \series default
40035 .
40036  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
40037  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
40038  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
40039  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
40040  sicher, dass die Ausrichtung 
40041 \family sans
40042 Standard
40043 \family default
40044  für den Absatz verwendet wird, der die Vorlage enthält.
40045 \begin_inset Newline newline
40046 \end_inset
40047
40048 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
40049 \begin_inset External
40050         template PDFPages
40051         filename ../clipart/Abstract.pdf
40052         extra LaTeX "pages=-"
40053         rotateAngle -5
40054         rotateOrigin bottomleft
40055         width 50col%
40056
40057 \end_inset
40058
40059
40060 \end_layout
40061
40062 \begin_layout Description
40063 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
40064  Die Bilddateien können im Dialogfenster 
40065 \family sans
40066 Externes
40067 \begin_inset space ~
40068 \end_inset
40069
40070 Material
40071 \family default
40072  genauso behandelt werden wie die mit dem normalen 
40073 \family sans
40074 Grafik
40075 \family default
40076 -Dialog eingefügten, siehe Abschnitt
40077 \begin_inset space ~
40078 \end_inset
40079
40080
40081 \begin_inset CommandInset ref
40082 LatexCommand ref
40083 reference "abs:Grafik-Dialog"
40084
40085 \end_inset
40086
40087 .
40088  Hier ist ein eingefügtes Rasterbild: 
40089 \begin_inset External
40090         template RasterImage
40091         filename ../clipart/ToolbarEnvBox.png
40092
40093 \end_inset
40094
40095
40096 \end_layout
40097
40098 \begin_layout Description
40099 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
40100 \series bold
40101
40102 \begin_inset CommandInset href
40103 LatexCommand href
40104 name "XBoard"
40105 target "http://de.wikipedia.org/wiki/XBoard"
40106 literal "false"
40107
40108 \end_inset
40109
40110
40111 \series default
40112  erzeugt wurden.
40113 \end_layout
40114
40115 \begin_layout Description
40116 Tabelle Mit dieser Vorlage können Sie Tabellen im Format von 
40117 \series bold
40118
40119 \begin_inset CommandInset href
40120 LatexCommand href
40121 name "Gnumeric"
40122 target "http://de.wikipedia.org/wiki/Gnumeric"
40123 literal "false"
40124
40125 \end_inset
40126
40127
40128 \series default
40129
40130 \begin_inset CommandInset href
40131 LatexCommand href
40132 name "OpenDocument"
40133 target "http://de.wikipedia.org/wiki/OpenDocument"
40134 literal "false"
40135
40136 \end_inset
40137
40138
40139 \begin_inset CommandInset href
40140 LatexCommand href
40141 name "Microsoft Office XML"
40142 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
40143 literal "false"
40144
40145 \end_inset
40146
40147  und 
40148 \begin_inset CommandInset href
40149 LatexCommand href
40150 name "Office Open XML"
40151 target "http://de.wikipedia.org/wiki/Office_Open_XML"
40152 literal "false"
40153
40154 \end_inset
40155
40156  einfügen.
40157  Für dieses Feature muss \SpecialChar LyX
40158  während seiner Konfiguration das Programm 
40159 \family typewriter
40160 ssconvert
40161 \family default
40162  gefunden haben.
40163  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
40164  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
40165  Für Beispiele und mögliche Limitierungen siehe \SpecialChar LyX
40166 ' Beispieldatei 
40167 \emph on
40168 spreadsheet.lyx
40169 \emph default
40170 .
40171 \end_layout
40172
40173 \begin_layout Description
40174 Vektorgrafik Diese Vorlage kann für Vektorgrafiken benutzt werden.
40175  Die Bilddateien können im Dialogfenster 
40176 \family sans
40177 Externes
40178 \begin_inset space ~
40179 \end_inset
40180
40181 Material
40182 \family default
40183  genauso behandelt werden, wie die mit dem normalen 
40184 \family sans
40185 Grafik
40186 \family default
40187 -Dialog eingefügten, siehe Abschnitt
40188 \begin_inset space ~
40189 \end_inset
40190
40191
40192 \begin_inset CommandInset ref
40193 LatexCommand ref
40194 reference "abs:Grafik-Dialog"
40195
40196 \end_inset
40197
40198 .
40199  Hier ist eine eingefügte Vektorgrafik: 
40200 \begin_inset External
40201         template VectorGraphics
40202         filename ../clipart/SVG-Drawing.svg
40203         lyxscale 50
40204         scale 33
40205
40206 \end_inset
40207
40208
40209 \end_layout
40210
40211 \begin_layout Description
40212 Xfig-Abbildung Diese Vorlage unterstützt Bilder, die mit dem Programm 
40213 \begin_inset CommandInset href
40214 LatexCommand href
40215 name "Xfig"
40216 target "http://de.wikipedia.org/wiki/Xfig"
40217 literal "false"
40218
40219 \end_inset
40220
40221  erzeugt wurden.
40222 \end_layout
40223
40224 \begin_layout Standard
40225 Wenn Sie im Dialogfenster
40226 \family sans
40227  Externes
40228 \begin_inset space ~
40229 \end_inset
40230
40231 Material 
40232 \family default
40233 in der Karteikarte
40234 \family sans
40235  Datei
40236 \family default
40237  die Option 
40238 \family sans
40239 Entwurf
40240 \family default
40241  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
40242 \begin_inset Newline newline
40243 \end_inset
40244
40245 \SpecialChar LyX
40246  kann externes Material entweder als Box wie hier:
40247 \begin_inset Newline newline
40248 \end_inset
40249
40250
40251 \begin_inset Graphics
40252         filename clipart/ExternesMaterial.png
40253         scale 95
40254         scaleBeforeRotation
40255
40256 \end_inset
40257
40258  oder als Bild darstellen.
40259  Das hängt davon ab, ob Sie im Dialog
40260 \family sans
40261  
40262 \family default
40263 in der Karteikarte 
40264 \family sans
40265 LaTeX- und LyX-Optionen
40266 \family default
40267  die Option 
40268 \family sans
40269 In
40270 \begin_inset space ~
40271 \end_inset
40272
40273 LyX
40274 \begin_inset space ~
40275 \end_inset
40276
40277 anzeigen
40278 \family default
40279  gewählt haben oder nicht.
40280 \end_layout
40281
40282 \begin_layout Standard
40283 Im \SpecialChar LyX
40284 -Handbuch 
40285 \family sans
40286 \emph on
40287 Anpassung
40288 \family default
40289 \emph default
40290  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
40291 \end_layout
40292
40293 \begin_layout Section
40294 Unterdokumente
40295 \begin_inset CommandInset label
40296 LatexCommand label
40297 name "abs:Unterdokumente"
40298
40299 \end_inset
40300
40301
40302 \begin_inset Index idx
40303 status collapsed
40304
40305 \begin_layout Plain Layout
40306 Unterdokument
40307 \end_layout
40308
40309 \end_inset
40310
40311
40312 \end_layout
40313
40314 \begin_layout Standard
40315 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
40316  oder Abschnitten bestehen.
40317  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
40318  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
40319  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
40320  z.
40321 \begin_inset space \thinspace{}
40322 \end_inset
40323
40324 B.
40325  den \SpecialChar LaTeX
40326 -Vorspann, das Literaturverzeichnis und Querverweismarken.
40327 \end_layout
40328
40329 \begin_layout Standard
40330 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
40331  müssen, geben Sie im Unterdokument im Menü
40332 \family sans
40333  Dokument\SpecialChar menuseparator
40334 Einstellungen\SpecialChar menuseparator
40335 Dokumentklasse
40336 \family default
40337  das Hauptdokument an.
40338  Dieses wird dann von \SpecialChar LyX
40339  im Hintergrund benutzt, wenn Sie das Unterdokument
40340  bearbeiten.
40341 \end_layout
40342
40343 \begin_layout Standard
40344 Unterdokumente werden in \SpecialChar LyX
40345  als Box angezeigt: 
40346 \begin_inset Graphics
40347         filename ../clipart/ChildDocument.png
40348         scale 95
40349         scaleBeforeRotation
40350
40351 \end_inset
40352
40353  Sie werden über
40354 \family sans
40355  Einfügen\SpecialChar menuseparator
40356 Datei\SpecialChar menuseparator
40357 Unterdokument
40358 \family default
40359  eingebunden, was das Dialogfenster
40360 \family sans
40361  Unterdokument
40362 \family default
40363  öffnet.
40364  Für 
40365 \family sans
40366 die Art
40367 \begin_inset space ~
40368 \end_inset
40369
40370 der
40371 \begin_inset space ~
40372 \end_inset
40373
40374 Einbindung
40375 \family default
40376  gibt es dort vier Möglichkeiten:
40377 \end_layout
40378
40379 \begin_layout Description
40380 Include Sie können \SpecialChar LyX
40381 - und \SpecialChar LaTeX
40382 -Dokumente einbinden.
40383  Wenn Sie im Dialogfenster
40384 \family sans
40385  Unterdokument
40386 \family default
40387  auf 
40388 \family sans
40389 Bearbeiten
40390 \family default
40391  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
40392  und Sie können es editieren.
40393 \begin_inset Newline newline
40394 \end_inset
40395
40396
40397 \end_layout
40398
40399 \begin_layout Standard
40400 Hier wird ein Unterdokument
40401 \family sans
40402  
40403 \family default
40404 per 
40405 \family sans
40406 Include
40407 \family default
40408  eingebunden: 
40409 \begin_inset CommandInset include
40410 LatexCommand include
40411 filename "DummyDocument1.lyx"
40412
40413 \end_inset
40414
40415 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
40416  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
40417  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
40418 s.
40419  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
40420 \begin_inset space ~
40421 \end_inset
40422
40423
40424 \begin_inset CommandInset ref
40425 LatexCommand ref
40426 reference "uab:Externer-Unterabschnitt-1"
40427
40428 \end_inset
40429
40430 .
40431 \end_layout
40432
40433 \begin_layout Standard
40434 Der \SpecialChar LaTeX
40435 -Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
40436  wird benutzt.
40437  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
40438  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
40439  Unterdokumente, die per 
40440 \family sans
40441 Include
40442 \family default
40443  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
40444  und enden mit einem Seitenumbruch.
40445 \end_layout
40446
40447 \begin_layout Standard
40448 \begin_inset Note Greyedout
40449 status open
40450
40451 \begin_layout Plain Layout
40452
40453 \series bold
40454 Bemerkung:
40455 \series default
40456  Wenn Sie eine \SpecialChar LyX
40457 - oder \SpecialChar LaTeX
40458 -Datei eingebunden haben, werden Sie beim Export oder
40459  der Druckvorschau gewarnt, wenn das Unterdokument eine andere Dokumentklasse
40460  als das Hauptdokument benutzt, weil das zu unvorhersehbaren Ergebnissen
40461  führen wird.
40462 \end_layout
40463
40464 \end_inset
40465
40466
40467 \end_layout
40468
40469 \begin_layout Description
40470 Input Diese Methode ist 
40471 \family sans
40472 Include
40473 \family default
40474  sehr ähnlich mit folgenden Unterschieden:
40475 \end_layout
40476
40477 \begin_deeper
40478 \begin_layout Itemize
40479 Unterdokumente, die per 
40480 \family sans
40481 Input
40482 \family default
40483  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
40484  Seite und enden NICHT mit einem Seitenumbruch.
40485 \end_layout
40486
40487 \begin_layout Itemize
40488 Unterdokumente, die per 
40489 \family sans
40490 Input
40491 \family default
40492  eingebunden werden, können in \SpecialChar LyX
40493  angesehen werden, wenn im Dialogfenster
40494 \family sans
40495  Unterdokument Vorschau
40496 \begin_inset space ~
40497 \end_inset
40498
40499 anzeigen
40500 \family default
40501  angekreuzt wurde und in den \SpecialChar LyX
40502 -Einstellungen unter
40503 \family sans
40504  Aussehen
40505 \begin_inset space ~
40506 \end_inset
40507
40508 &
40509 \begin_inset space ~
40510 \end_inset
40511
40512 Handhabung\SpecialChar menuseparator
40513 Grafik\SpecialChar menuseparator
40514 Sofortige
40515 \begin_inset space ~
40516 \end_inset
40517
40518 Vorschau
40519 \family default
40520  auf 
40521 \family sans
40522 An
40523 \family default
40524  gesetzt wurde.
40525  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
40526  aus.
40527 \end_layout
40528
40529 \begin_layout Itemize
40530 Unterdokumente, die per 
40531 \family sans
40532 Input
40533 \family default
40534  eingebunden werden, können nicht über das Menü 
40535 \family sans
40536 Dokument\SpecialChar menuseparator
40537 Einstellungen\SpecialChar menuseparator
40538 Unterdokumente
40539 \family default
40540  unterdrückt werden.
40541 \end_layout
40542
40543 \end_deeper
40544 \begin_layout Standard
40545 Hier ist ein Unterdokument, das mit
40546 \family sans
40547  Input
40548 \family default
40549  eingebunden wurde: 
40550 \begin_inset CommandInset include
40551 LatexCommand input
40552 filename "DummyDocument2.lyx"
40553
40554 \end_inset
40555
40556 .
40557 \end_layout
40558
40559 \begin_layout Description
40560 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
40561   In der Druckvorschau wird für den Text der Stil 
40562 \family typewriter
40563 Schreibmaschine
40564 \family default
40565  verwendet.
40566  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
40567  Wenn Sie im Dialogfenster
40568 \family sans
40569  Unterdokument Leerzeichen
40570 \begin_inset space ~
40571 \end_inset
40572
40573 bei
40574 \begin_inset space ~
40575 \end_inset
40576
40577 der
40578 \begin_inset space ~
40579 \end_inset
40580
40581 Ausgabe
40582 \begin_inset space ~
40583 \end_inset
40584
40585 kennzeichnen 
40586 \family default
40587 ankreuzen, wird in der Druckvorschau das Zeichen 
40588 \begin_inset Quotes gld
40589 \end_inset
40590
40591
40592 \begin_inset ERT
40593 status collapsed
40594
40595 \begin_layout Plain Layout
40596
40597
40598 \backslash
40599 textvisiblespace 
40600 \end_layout
40601
40602 \end_inset
40603
40604
40605 \begin_inset Quotes grd
40606 \end_inset
40607
40608  für jedes Leerzeichen eingefügt.
40609 \begin_inset Newline newline
40610 \end_inset
40611
40612 Im Gegensatz zu 
40613 \family sans
40614 Einfügen\SpecialChar menuseparator
40615 Datei\SpecialChar menuseparator
40616 Einfacher
40617 \begin_inset space ~
40618 \end_inset
40619
40620 Text
40621 \family default
40622  wird bei 
40623 \family sans
40624 Unformatiert
40625 \family default
40626  der Dateiinhalt in \SpecialChar LyX
40627  nicht dargestellt.
40628 \end_layout
40629
40630 \begin_layout Standard
40631 Hier ist ein Unterdokument, das mit
40632 \family sans
40633  Unformatiert
40634 \family default
40635  eingebunden wurde: 
40636 \begin_inset CommandInset include
40637 LatexCommand verbatiminput
40638 filename "DummyTextDocument.txt"
40639
40640 \end_inset
40641
40642
40643 \begin_inset VSpace bigskip
40644 \end_inset
40645
40646 Hier ist ein Unterdokument, das mit
40647 \family sans
40648  Unformatiert
40649 \family default
40650  eingebunden wurde und
40651 \family sans
40652  Leerzeichen
40653 \begin_inset space ~
40654 \end_inset
40655
40656 bei
40657 \begin_inset space ~
40658 \end_inset
40659
40660 der
40661 \begin_inset space ~
40662 \end_inset
40663
40664 Ausgabe
40665 \begin_inset space ~
40666 \end_inset
40667
40668 kennzeichnen
40669 \family default
40670  angekreuzt hat: 
40671 \begin_inset CommandInset include
40672 LatexCommand verbatiminput*
40673 filename "DummyTextDocument.txt"
40674
40675 \end_inset
40676
40677
40678 \end_layout
40679
40680 \begin_layout Standard
40681 \begin_inset VSpace bigskip
40682 \end_inset
40683
40684
40685 \end_layout
40686
40687 \begin_layout Standard
40688 \begin_inset Note Greyedout
40689 status open
40690
40691 \begin_layout Plain Layout
40692
40693 \series bold
40694 Bemerkung:
40695 \series default
40696  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
40697  
40698 \family sans
40699 Unformatiert
40700 \family default
40701  eingebunden werden, am Zeilenende nicht umgebrochen.
40702 \end_layout
40703
40704 \end_inset
40705
40706
40707 \end_layout
40708
40709 \begin_layout Description
40710 Listing Dieser Typ wird in Kapitel
40711 \begin_inset space ~
40712 \end_inset
40713
40714
40715 \begin_inset CommandInset ref
40716 LatexCommand ref
40717 reference "kap:Programm-Code-Listen"
40718
40719 \end_inset
40720
40721  beschrieben.
40722 \end_layout
40723
40724 \begin_layout Standard
40725 \begin_inset Note Greyedout
40726 status open
40727
40728 \begin_layout Plain Layout
40729
40730 \series bold
40731 Bemerkung:
40732 \series default
40733  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
40734  das zu \SpecialChar LaTeX
40735 -Problemen führen.
40736 \end_layout
40737
40738 \end_inset
40739
40740
40741 \end_layout
40742
40743 \begin_layout Standard
40744 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
40745  wollen, z.
40746 \begin_inset space \thinspace{}
40747 \end_inset
40748
40749 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
40750  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
40751  Dies geschieht über das Menü 
40752 \family sans
40753 Dokument\SpecialChar menuseparator
40754 Einstellungen\SpecialChar menuseparator
40755 Unterdokumente
40756 \family default
40757 .
40758  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
40759  in die Spalte 
40760 \family sans
40761 In Ausgabe einbinden
40762 \family default
40763  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
40764  für Unterdokumente möglich ist, die per 
40765 \family sans
40766 Input
40767 \family default
40768  eingebunden wurden).
40769  Wenn die Option 
40770 \family sans
40771 Zähler und Querverweise wahren
40772 \family default
40773  aktiviert ist, sorgt \SpecialChar LyX
40774  dafür, dass alle Seitennummern, Querverweise usw.
40775 \begin_inset space ~
40776 \end_inset
40777
40778 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
40779  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
40780  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
40781  Dazu muss \SpecialChar LyX
40782  intern allerdings das gesamte Dokument prozessieren.
40783  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
40784  sind, wählen sie die Option nicht.
40785 \end_layout
40786
40787 \begin_layout Standard
40788 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
40789 \begin_inset Foot
40790 status collapsed
40791
40792 \begin_layout Plain Layout
40793 Zweige sind im Kapitel 
40794 \emph on
40795 Zweige
40796 \emph default
40797  des \SpecialChar LyX
40798
40799 \emph on
40800 -Benutzerhandbuchs
40801 \emph default
40802  erklärt.
40803 \end_layout
40804
40805 \end_inset
40806
40807  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
40808  Dateien in der Ausgabe erscheinen.
40809  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
40810  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
40811  werden.
40812 \end_layout
40813
40814 \begin_layout Chapter
40815 Programm-Code-Listen
40816 \begin_inset CommandInset label
40817 LatexCommand label
40818 name "kap:Programm-Code-Listen"
40819
40820 \end_inset
40821
40822
40823 \begin_inset Index idx
40824 status collapsed
40825
40826 \begin_layout Plain Layout
40827 Listen
40828 \end_layout
40829
40830 \end_inset
40831
40832
40833 \begin_inset Index idx
40834 status collapsed
40835
40836 \begin_layout Plain Layout
40837 Programm-Code
40838 \end_layout
40839
40840 \end_inset
40841
40842
40843 \end_layout
40844
40845 \begin_layout Standard
40846 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
40847 \family sans
40848 Einfügen\SpecialChar menuseparator
40849 Pro\SpecialChar softhyphen
40850 grammlisting
40851 \family default
40852  verwenden.
40853  Die \SpecialChar LaTeX
40854 -Pakete 
40855 \series bold
40856 listings
40857 \series default
40858
40859 \begin_inset Index idx
40860 status collapsed
40861
40862 \begin_layout Plain Layout
40863 \SpecialChar LaTeX
40864 -Pakete ! listings
40865 \end_layout
40866
40867 \end_inset
40868
40869  und 
40870 \series bold
40871 minted
40872 \series default
40873
40874 \begin_inset Index idx
40875 status collapsed
40876
40877 \begin_layout Plain Layout
40878 \SpecialChar LaTeX
40879 -Pakete ! minted
40880 \end_layout
40881
40882 \end_inset
40883
40884  können Programm-Code auf vielfältige und flexible Weise in Ihr Dokument
40885  einfügen.
40886  Man kann nur eines der Pakete in einem Dokument verwenden.
40887  
40888 \series bold
40889 listings
40890 \series default
40891  ist voreingestellt.
40892 \end_layout
40893
40894 \begin_layout Standard
40895 \begin_inset Note Note
40896 status open
40897
40898 \begin_layout Plain Layout
40899
40900 \series bold
40901 Achtung:
40902 \series default
40903  Es wird nicht empfohlen die Option 
40904 \family typewriter
40905 -shell-escape
40906 \family default
40907  zu verwenden.
40908  Sie funktioniert, ist aber ein großes Sicherheitsproblem.
40909  Die \SpecialChar LyX
40910 -Entwickler diskutieren, wie damit umzugehen ist.
40911  Diese Notiz kann erst geändert werden, bis eine Entscheidung getroffen
40912  wurde.
40913 \end_layout
40914
40915 \begin_layout Plain Layout
40916 =====
40917 \end_layout
40918
40919 \begin_layout Plain Layout
40920 Um 
40921 \series bold
40922 minted
40923 \series default
40924  zu benutzen, muss man es als Paket zur Code-Hervorhebung in den Dokumenteinstel
40925 lungen in der Rubrik 
40926 \family sans
40927 Programmlistings
40928 \family default
40929  festlegen.
40930  
40931 \series bold
40932 minted
40933 \series default
40934  benötigt zusätzlich das Modul 
40935 \family sans
40936 pygments
40937 \family default
40938  des Programms 
40939 \noun on
40940 Python
40941 \noun default
40942
40943 \begin_inset Foot
40944 status collapsed
40945
40946 \begin_layout Plain Layout
40947 Unte
40948 \family sans
40949 r \SpecialChar LyX
40950  f
40951 \family default
40952 ür Windows ist 
40953 \family sans
40954 pygments
40955 \family default
40956  bereits installiert.
40957 \end_layout
40958
40959 \end_inset
40960
40961  und die Option 
40962 \family typewriter
40963 -shell-escape
40964 \family default
40965  für den \SpecialChar LaTeX
40966 -Prozessor.
40967  Wenn Sie z.
40968 \begin_inset space \thinspace{}
40969 \end_inset
40970
40971 B.
40972  Ihr Dokument als Format 
40973 \family sans
40974 PDF
40975 \begin_inset space ~
40976 \end_inset
40977
40978 (pdflatex)
40979 \family default
40980  ansehen oder exportieren wollen, gehen Sie in die \SpecialChar LyX
40981 -Einstellungen und dort
40982  zum Abschnitt 
40983 \family sans
40984 Datei-Handhanbung\SpecialChar menuseparator
40985 Konverter
40986 \family default
40987 .
40988  gehen Sie dort auf den Eintrag 
40989 \family sans
40990 LaTeX
40991 \begin_inset space ~
40992 \end_inset
40993
40994 (pdflatex) -> PDF
40995 \begin_inset space ~
40996 \end_inset
40997
40998 (pdflatex)
40999 \family default
41000  und schauen Sie in das Feld 
41001 \family sans
41002 Konverter
41003 \family default
41004 .
41005  Dort sehen sie voreingestellt den Inhalt
41006 \begin_inset Newline newline
41007 \end_inset
41008
41009
41010 \series bold
41011 pdflatex $$i
41012 \series default
41013
41014 \begin_inset Newline newline
41015 \end_inset
41016
41017 Ändern Sie ihn nun ab zu
41018 \begin_inset Newline newline
41019 \end_inset
41020
41021
41022 \series bold
41023 pdflatex $$i -shell-escape
41024 \begin_inset Newline newline
41025 \end_inset
41026
41027
41028 \series default
41029 und drücken Sie den 
41030 \family sans
41031 Ändern
41032 \family default
41033 -Knopf und anschließend 
41034 \family sans
41035 Übernehmen
41036 \family default
41037  oder 
41038 \family sans
41039 Speichern
41040 \family default
41041 .
41042  Dasselbe kann für die Ausgabeformate 
41043 \family sans
41044 PDF
41045 \begin_inset space ~
41046 \end_inset
41047
41048 (LuaTeX)
41049 \family default
41050  und 
41051 \family sans
41052 PDF
41053 \begin_inset space ~
41054 \end_inset
41055
41056 (XeTeX)
41057 \family default
41058  gemacht werden.
41059 \end_layout
41060
41061 \end_inset
41062
41063
41064 \end_layout
41065
41066 \begin_layout Standard
41067 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
41068 rmat der Programm-Code-Liste festlegen.
41069 \end_layout
41070
41071 \begin_layout Standard
41072 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
41073  Die Platzierungsoption 
41074 \family sans
41075 Eingebettetes
41076 \begin_inset space ~
41077 \end_inset
41078
41079 Listing
41080 \family default
41081  druckt das Listing in der Zeile wie hier: 
41082 \begin_inset listings
41083 lstparams "language={C++}"
41084 inline true
41085 status open
41086
41087 \begin_layout Plain Layout
41088
41089 int a=5;
41090 \end_layout
41091
41092 \end_inset
41093
41094
41095 \begin_inset Newline newline
41096 \end_inset
41097
41098 Die Option 
41099 \family sans
41100 Gleitobjekt
41101 \family default
41102  erzeugt ein Listing-Gleitobjekt, dessen 
41103 \family sans
41104 Platzierung 
41105 \family default
41106 Sie mit 
41107 \family sans
41108 h
41109 \family default
41110
41111 \family sans
41112 t
41113 \family default
41114
41115 \family sans
41116 b
41117 \family default
41118  und 
41119 \family sans
41120 p
41121 \family default
41122 , analog zu den in Abschnitt
41123 \begin_inset space ~
41124 \end_inset
41125
41126
41127 \begin_inset CommandInset ref
41128 LatexCommand ref
41129 reference "abs:Gleitobjekt-Platzierung"
41130
41131 \end_inset
41132
41133  beschriebenen Platzierungsoptionen festlegen können.
41134  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
41135  hintereinander angegeben, z.
41136 \begin_inset space \thinspace{}
41137 \end_inset
41138
41139 B.
41140  
41141 \begin_inset Quotes gld
41142 \end_inset
41143
41144
41145 \family sans
41146 htbp
41147 \family default
41148
41149 \begin_inset Quotes grd
41150 \end_inset
41151
41152 .
41153  Die Option 
41154 \begin_inset Quotes gld
41155 \end_inset
41156
41157 h
41158 \begin_inset Quotes grd
41159 \end_inset
41160
41161  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
41162  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
41163 \end_layout
41164
41165 \begin_layout Standard
41166 Mit dem Menü 
41167 \family sans
41168 Einfügen\SpecialChar menuseparator
41169 Legende
41170 \family default
41171  kann man für das Listing eine Beschriftung hinzufügen.
41172  Man kann Listings mit Marken versehen, um auf sie wie auf andere Gleitobjekte
41173  zu verweisen: Listing
41174 \begin_inset space ~
41175 \end_inset
41176
41177
41178 \begin_inset CommandInset ref
41179 LatexCommand ref
41180 reference "lst:Gleitendes-Programm-Listing"
41181
41182 \end_inset
41183
41184 .
41185  Mit dem Menü 
41186 \family sans
41187 Einfügen\SpecialChar menuseparator
41188 Liste
41189 \begin_inset space ~
41190 \end_inset
41191
41192 /
41193 \begin_inset space ~
41194 \end_inset
41195
41196 Inhaltsverzeichnis\SpecialChar menuseparator
41197 Listings Verzeichnis
41198 \family default
41199  kann ein Verzeichnis aller Listings eingefügt werden.
41200  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
41201 \end_layout
41202
41203 \begin_layout Standard
41204 \begin_inset listings
41205 lstparams "language=Python"
41206 inline false
41207 status open
41208
41209 \begin_layout Plain Layout
41210
41211 \begin_inset Caption Standard
41212
41213 \begin_layout Plain Layout
41214 \begin_inset CommandInset label
41215 LatexCommand label
41216 name "lst:Gleitendes-Programm-Listing"
41217
41218 \end_inset
41219
41220 Gleitendes Programm-Listing
41221 \end_layout
41222
41223 \end_inset
41224
41225 # Gleitendes Programm-Listing
41226 \end_layout
41227
41228 \begin_layout Plain Layout
41229
41230 def func(param):
41231 \end_layout
41232
41233 \begin_layout Plain Layout
41234
41235     'Dies ist eine Python-Funktion'
41236 \end_layout
41237
41238 \begin_layout Plain Layout
41239
41240     pass
41241 \end_layout
41242
41243 \end_inset
41244
41245
41246 \end_layout
41247
41248 \begin_layout Standard
41249 \begin_inset Note Greyedout
41250 status open
41251
41252 \begin_layout Plain Layout
41253
41254 \series bold
41255 Bemerkung: 
41256 \series default
41257 Das Paket 
41258 \series bold
41259 listings
41260 \series default
41261  setzt Beschriftungen standardmäßig vor das Listing.
41262 \begin_inset Newline newline
41263 \end_inset
41264
41265 Das Paket 
41266 \series bold
41267 minted
41268 \series default
41269  setzt sie standardmäßig vor das Listing, wenn es gleitend ist.
41270  Ansonsten wird die Beschriftung vor das Listing gesetzt, wenn die Marke
41271  in die erste Zeile eingefügt wurde, ansonsten hinter das Listing.
41272  Um die Beschriftung in jedem Fall vor das Listing zu setzen, müssen diese
41273  Zeilen als Letztes zum \SpecialChar LaTeX
41274 -Vorspann hinzugefügt werden:
41275 \begin_inset Newline newline
41276 \end_inset
41277
41278
41279 \series bold
41280
41281 \backslash
41282 @ifundefined{newfloat}
41283 \begin_inset Newline newline
41284 \end_inset
41285
41286
41287 \begin_inset Phantom HPhantom
41288 status open
41289
41290 \begin_layout Plain Layout
41291 \begin_inset space ~
41292 \end_inset
41293
41294
41295 \end_layout
41296
41297 \end_inset
41298
41299 {
41300 \backslash
41301 usepackage{float}}{}
41302 \begin_inset Newline newline
41303 \end_inset
41304
41305
41306 \backslash
41307 floatstyle{plaintop}
41308 \series default
41309
41310 \begin_inset Note Note
41311 status collapsed
41312
41313 \begin_layout Plain Layout
41314 Das Paket 
41315 \series bold
41316 float
41317 \series default
41318  wird automatisch von \SpecialChar LyX
41319  geladen, wenn Sie spezielle dokumentweite Gleitobjektplat
41320 zierungen verwenden.
41321  Der Befehl 
41322 \series bold
41323
41324 \backslash
41325 @ifundefined
41326 \series default
41327  vermeidet, dass es in diesem Fall doppelt geladen wird.
41328 \end_layout
41329
41330 \end_inset
41331
41332
41333 \end_layout
41334
41335 \end_inset
41336
41337
41338 \end_layout
41339
41340 \begin_layout Standard
41341 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
41342  der Sprache erkannt und besonders gedruckt, wie 
41343 \emph on
41344 #
41345 \emph default
41346
41347 \emph on
41348 def
41349 \emph default
41350  und 
41351 \emph on
41352 pass
41353 \emph default
41354  in Listing
41355 \begin_inset space ~
41356 \end_inset
41357
41358
41359 \begin_inset CommandInset ref
41360 LatexCommand ref
41361 reference "lst:Gleitendes-Programm-Listing"
41362
41363 \end_inset
41364
41365 .
41366 \end_layout
41367
41368 \begin_layout Standard
41369 \begin_inset Note Greyedout
41370 status open
41371
41372 \begin_layout Plain Layout
41373
41374 \series bold
41375 Bemerkung:
41376 \series default
41377  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
41378 \family typewriter
41379 Schreib\SpecialChar softhyphen
41380 maschine
41381 \family default
41382  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
41383 h keine fett gedruckten Buchstaben.
41384  Wählen Sie in diesem Fall eine andere Schrift im Menü 
41385 \family sans
41386 Dokument\SpecialChar menuseparator
41387 Einstellungen\SpecialChar menuseparator
41388 Schriften
41389 \family default
41390 .
41391  (Die Schriften 
41392 \emph on
41393 LuxiMono, BeraMono
41394 \emph default
41395  und 
41396 \emph on
41397 Courier
41398 \emph default
41399  enthalten fett gedruckte Buchstaben.)
41400 \end_layout
41401
41402 \end_inset
41403
41404
41405 \end_layout
41406
41407 \begin_layout Standard
41408 Im Abschnitt 
41409 \family sans
41410 Zeilennummerierung
41411 \family default
41412  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
41413 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
41414  jede wievielte Zeile nummeriert werden soll und die 
41415 \family sans
41416 Schriftgröße
41417 \family default
41418  der Nummerierung.
41419 \end_layout
41420
41421 \begin_layout Standard
41422 Im Abschnitt 
41423 \family sans
41424 Bereich
41425 \family default
41426  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
41427  Im Abschnitt 
41428 \family sans
41429 Stil
41430 \family default
41431  legen Sie fest, wie die Liste ausgedruckt werden soll.
41432  Die Option 
41433 \family sans
41434 Erweiterte
41435 \begin_inset space ~
41436 \end_inset
41437
41438 Zeichentabelle
41439 \family default
41440  ist nur für das Paket 
41441 \series bold
41442 listings
41443 \series default
41444  relevant und sollte verwendet werden, wenn nationale Zeichen wie Umlaute
41445  benutzt werden.
41446 \end_layout
41447
41448 \begin_layout Standard
41449 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
41450 \begin_inset Quotes gld
41451 \end_inset
41452
41453 3
41454 \begin_inset Quotes grd
41455 \end_inset
41456
41457 , Sprache 
41458 \begin_inset Quotes gld
41459 \end_inset
41460
41461 Python
41462 \begin_inset Quotes grd
41463 \end_inset
41464
41465 , Optionen 
41466 \begin_inset Quotes gld
41467 \end_inset
41468
41469 Erweiterte Zeichentabelle
41470 \begin_inset Quotes grd
41471 \end_inset
41472
41473  und 
41474 \begin_inset Quotes gld
41475 \end_inset
41476
41477 Leerzeichen als Symbol
41478 \begin_inset Quotes grd
41479 \end_inset
41480
41481  und Bereich Zeilen 3
41482 \begin_inset space \thinspace{}
41483 \end_inset
41484
41485 -
41486 \begin_inset space \thinspace{}
41487 \end_inset
41488
41489 8:
41490 \end_layout
41491
41492 \begin_layout Standard
41493 \begin_inset listings
41494 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
41495 inline false
41496 status open
41497
41498 \begin_layout Plain Layout
41499
41500 def func(param):
41501 \end_layout
41502
41503 \begin_layout Plain Layout
41504
41505     'Dies ist eine Python-Funktion'
41506 \end_layout
41507
41508 \begin_layout Plain Layout
41509
41510     pass
41511 \end_layout
41512
41513 \begin_layout Plain Layout
41514
41515 def func(param):
41516 \end_layout
41517
41518 \begin_layout Plain Layout
41519
41520 'Sonderzeichen: Tschüß'
41521 \end_layout
41522
41523 \begin_layout Plain Layout
41524
41525 pass
41526 \end_layout
41527
41528 \begin_layout Plain Layout
41529
41530 def func(param):
41531 \end_layout
41532
41533 \begin_layout Plain Layout
41534
41535 'Dies ist eine Python-Funktion'
41536 \end_layout
41537
41538 \begin_layout Plain Layout
41539
41540 pass
41541 \end_layout
41542
41543 \end_inset
41544
41545
41546 \end_layout
41547
41548 \begin_layout Standard
41549 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
41550 \family sans
41551 Tabulatorgröße
41552 \family default
41553  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
41554 \end_layout
41555
41556 \begin_layout Standard
41557 \noindent
41558 \begin_inset Note Greyedout
41559 status open
41560
41561 \begin_layout Plain Layout
41562
41563 \series bold
41564 Bemerkung:
41565 \series default
41566  Wegen eines Fehlers im 
41567 \series bold
41568 listings
41569 \series default
41570 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
41571  verschoben.
41572  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
41573  Listing nummeriert werden.
41574 \end_layout
41575
41576 \end_inset
41577
41578
41579 \end_layout
41580
41581 \begin_layout Standard
41582 \begin_inset VSpace bigskip
41583 \end_inset
41584
41585
41586 \end_layout
41587
41588 \begin_layout Standard
41589 \noindent
41590 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
41591  Das machen Sie mit
41592 \family sans
41593  Einfügen\SpecialChar menuseparator
41594 Datei\SpecialChar menuseparator
41595 Unterdokument
41596 \family default
41597  und der 
41598 \family sans
41599 Art
41600 \begin_inset space ~
41601 \end_inset
41602
41603 der
41604 \begin_inset space ~
41605 \end_inset
41606
41607 Einbindung
41608 \family default
41609  
41610 \family sans
41611 Listing
41612 \family default
41613 .
41614 \begin_inset Foot
41615 status collapsed
41616
41617 \begin_layout Plain Layout
41618 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
41619 \begin_inset space ~
41620 \end_inset
41621
41622
41623 \begin_inset CommandInset ref
41624 LatexCommand ref
41625 reference "abs:Unterdokumente"
41626
41627 \end_inset
41628
41629  beschrieben.
41630 \end_layout
41631
41632 \end_inset
41633
41634  Im Dialogfenster
41635 \family sans
41636  Unterdokument
41637 \family default
41638  können Sie die Listing-Parameter unter 
41639 \family sans
41640 Weitere
41641 \begin_inset space ~
41642 \end_inset
41643
41644 Parameter
41645 \family default
41646  eingeben.
41647  Wenn Sie dort ein Fragezeichen 
41648 \begin_inset Quotes gld
41649 \end_inset
41650
41651 ?
41652 \begin_inset Quotes grd
41653 \end_inset
41654
41655  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
41656 det.
41657 \end_layout
41658
41659 \begin_layout Standard
41660 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
41661  Text ins Feld 
41662 \family sans
41663 Marke
41664 \family default
41665 , auf die dann wie üblich verwiesen werden kann.
41666 \end_layout
41667
41668 \begin_layout Standard
41669 Listing
41670 \begin_inset space ~
41671 \end_inset
41672
41673
41674 \begin_inset CommandInset ref
41675 LatexCommand ref
41676 reference "lst:Datei-Listing"
41677
41678 \end_inset
41679
41680  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
41681 \begin_inset space \thinspace{}
41682 \end_inset
41683
41684 -
41685 \begin_inset space \thinspace{}
41686 \end_inset
41687
41688 15 gedruckt werden.
41689 \end_layout
41690
41691 \begin_layout Standard
41692 \begin_inset CommandInset include
41693 LatexCommand lstinputlisting
41694 filename "EmbeddedObjects.lyx"
41695 lstparams "breaklines=true,extendedchars=true,firstline=10,language={[LaTeX]TeX},lastline=15,literate={{À}{{\\\"a}}1 {ö}{{\\\"o}}1 {ÃŒ}{{\\\"u}}1},caption={Zeilen 10 - 15 dieser LyX-Datei},label={lst:Datei-Listing}"
41696
41697 \end_inset
41698
41699
41700 \end_layout
41701
41702 \begin_layout Standard
41703 \begin_inset VSpace bigskip
41704 \end_inset
41705
41706
41707 \end_layout
41708
41709 \begin_layout Standard
41710 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
41711 \end_layout
41712
41713 \begin_layout Enumerate
41714 Öffnen Sie die Listings-Einstellungen und fügen
41715 \begin_inset Newline newline
41716 \end_inset
41717
41718
41719 \family sans
41720 mathescape=true
41721 \family default
41722
41723 \begin_inset Newline newline
41724 \end_inset
41725
41726 in das Feld des Tabs 
41727 \family sans
41728 Erweitert
41729 \family default
41730  ein
41731 \end_layout
41732
41733 \begin_layout Enumerate
41734 Erstellen Sie eine Formel außerhalb des Listings
41735 \end_layout
41736
41737 \begin_layout Enumerate
41738 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
41739 blage (Tastenkürzel 
41740 \family sans
41741 Ctrl+C
41742 \family default
41743 )
41744 \end_layout
41745
41746 \begin_layout Enumerate
41747 Schreiben sie 
41748 \begin_inset Quotes gld
41749 \end_inset
41750
41751
41752 \family sans
41753 $$
41754 \family default
41755
41756 \begin_inset Quotes grd
41757 \end_inset
41758
41759  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
41760 hen (Tastenkürzel 
41761 \family sans
41762 Ctrl+V
41763 \family default
41764 )
41765 \end_layout
41766
41767 \begin_layout Standard
41768 \begin_inset listings
41769 lstparams "language=Python,mathescape=true"
41770 inline false
41771 status open
41772
41773 \begin_layout Plain Layout
41774
41775 \begin_inset Caption Standard
41776
41777 \begin_layout Plain Layout
41778 Programm-Listing mit einer Formel
41779 \end_layout
41780
41781 \end_inset
41782
41783 # Beispiel-Programm-Listing
41784 \end_layout
41785
41786 \begin_layout Plain Layout
41787
41788 def func(param):
41789 \end_layout
41790
41791 \begin_layout Plain Layout
41792
41793     # $
41794 \backslash
41795 prod_{n=1}^{
41796 \backslash
41797 infty}
41798 \backslash
41799 ,
41800 \backslash
41801 frac{1}{x^{2}}$
41802 \end_layout
41803
41804 \begin_layout Plain Layout
41805
41806     pass
41807 \end_layout
41808
41809 \end_inset
41810
41811
41812 \end_layout
41813
41814 \begin_layout Standard
41815 \begin_inset VSpace bigskip
41816 \end_inset
41817
41818
41819 \end_layout
41820
41821 \begin_layout Standard
41822 \noindent
41823 Dokumentweite Listing-Eigenschaften können im Dialog 
41824 \family sans
41825 Dokument\SpecialChar menuseparator
41826 Einstellungen\SpecialChar menuseparator
41827 Listing
41828 \family default
41829  festgelegt werden.
41830  Dort bekommt man durch Eingabe eines Fragezeichens 
41831 \begin_inset Quotes gld
41832 \end_inset
41833
41834 ?
41835 \begin_inset Quotes grd
41836 \end_inset
41837
41838  eine Liste aller möglichen Parameter.
41839 \end_layout
41840
41841 \begin_layout Standard
41842 Weitere Informationen über die Pakete 
41843 \series bold
41844 listings
41845 \series default
41846  und 
41847 \series bold
41848 minted
41849 \series default
41850 , siehe 
41851 \begin_inset CommandInset citation
41852 LatexCommand cite
41853 key "listings,minted"
41854 literal "true"
41855
41856 \end_inset
41857
41858 .
41859 \end_layout
41860
41861 \begin_layout Chapter
41862 \start_of_appendix
41863 In \SpecialChar LyX
41864  verfügbare Maßeinheiten
41865 \begin_inset CommandInset label
41866 LatexCommand label
41867 name "kap:In-LyX-verfügbare"
41868
41869 \end_inset
41870
41871
41872 \begin_inset Index idx
41873 status collapsed
41874
41875 \begin_layout Plain Layout
41876 Einheiten
41877 \end_layout
41878
41879 \end_inset
41880
41881
41882 \end_layout
41883
41884 \begin_layout Standard
41885 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
41886  Tabelle
41887 \begin_inset space ~
41888 \end_inset
41889
41890
41891 \begin_inset CommandInset ref
41892 LatexCommand ref
41893 reference "tab:Maßeinheiten"
41894
41895 \end_inset
41896
41897  alle in \SpecialChar LyX
41898  verfügbaren Maßeinheiten.
41899 \end_layout
41900
41901 \begin_layout Standard
41902 \begin_inset Float table
41903 placement h
41904 wide false
41905 sideways false
41906 status open
41907
41908 \begin_layout Plain Layout
41909 \begin_inset Caption Standard
41910
41911 \begin_layout Plain Layout
41912 \begin_inset CommandInset label
41913 LatexCommand label
41914 name "tab:Maßeinheiten"
41915
41916 \end_inset
41917
41918 Maßeinheiten
41919 \end_layout
41920
41921 \end_inset
41922
41923
41924 \end_layout
41925
41926 \begin_layout Plain Layout
41927 \begin_inset VSpace medskip
41928 \end_inset
41929
41930
41931 \end_layout
41932
41933 \begin_layout Plain Layout
41934 \align center
41935 \begin_inset Tabular
41936 <lyxtabular version="3" rows="20" columns="3">
41937 <features tabularvalignment="middle">
41938 <column alignment="center" valignment="top">
41939 <column alignment="center" valignment="top">
41940 <column alignment="center" valignment="top">
41941 <row>
41942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41943 \begin_inset Text
41944
41945 \begin_layout Plain Layout
41946 Maßeinheit
41947 \end_layout
41948
41949 \end_inset
41950 </cell>
41951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41952 \begin_inset Text
41953
41954 \begin_layout Plain Layout
41955 Name/Beschreibung
41956 \end_layout
41957
41958 \end_inset
41959 </cell>
41960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41961 \begin_inset Text
41962
41963 \begin_layout Plain Layout
41964 \SpecialChar LaTeX
41965 -Befehl
41966 \end_layout
41967
41968 \end_inset
41969 </cell>
41970 </row>
41971 <row>
41972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41973 \begin_inset Text
41974
41975 \begin_layout Plain Layout
41976 mm
41977 \end_layout
41978
41979 \end_inset
41980 </cell>
41981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41982 \begin_inset Text
41983
41984 \begin_layout Plain Layout
41985 Millimeter
41986 \end_layout
41987
41988 \end_inset
41989 </cell>
41990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41991 \begin_inset Text
41992
41993 \begin_layout Plain Layout
41994 -
41995 \end_layout
41996
41997 \end_inset
41998 </cell>
41999 </row>
42000 <row>
42001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42002 \begin_inset Text
42003
42004 \begin_layout Plain Layout
42005 cm
42006 \end_layout
42007
42008 \end_inset
42009 </cell>
42010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42011 \begin_inset Text
42012
42013 \begin_layout Plain Layout
42014 Zentimeter
42015 \end_layout
42016
42017 \end_inset
42018 </cell>
42019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42020 \begin_inset Text
42021
42022 \begin_layout Plain Layout
42023 -
42024 \end_layout
42025
42026 \end_inset
42027 </cell>
42028 </row>
42029 <row>
42030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42031 \begin_inset Text
42032
42033 \begin_layout Plain Layout
42034 in
42035 \end_layout
42036
42037 \end_inset
42038 </cell>
42039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42040 \begin_inset Text
42041
42042 \begin_layout Plain Layout
42043 Zoll (1
42044 \begin_inset space \thinspace{}
42045 \end_inset
42046
42047 in = 2.54
42048 \begin_inset space \thinspace{}
42049 \end_inset
42050
42051 cm
42052 \end_layout
42053
42054 \end_inset
42055 </cell>
42056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42057 \begin_inset Text
42058
42059 \begin_layout Plain Layout
42060 -
42061 \end_layout
42062
42063 \end_inset
42064 </cell>
42065 </row>
42066 <row>
42067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42068 \begin_inset Text
42069
42070 \begin_layout Plain Layout
42071 pt
42072 \end_layout
42073
42074 \end_inset
42075 </cell>
42076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42077 \begin_inset Text
42078
42079 \begin_layout Plain Layout
42080 Punkt (72.27
42081 \begin_inset space \thinspace{}
42082 \end_inset
42083
42084 pt = 1
42085 \begin_inset space \thinspace{}
42086 \end_inset
42087
42088 in)
42089 \end_layout
42090
42091 \end_inset
42092 </cell>
42093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42094 \begin_inset Text
42095
42096 \begin_layout Plain Layout
42097 -
42098 \end_layout
42099
42100 \end_inset
42101 </cell>
42102 </row>
42103 <row>
42104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42105 \begin_inset Text
42106
42107 \begin_layout Plain Layout
42108 pc
42109 \end_layout
42110
42111 \end_inset
42112 </cell>
42113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42114 \begin_inset Text
42115
42116 \begin_layout Plain Layout
42117 Pica (1
42118 \begin_inset space \thinspace{}
42119 \end_inset
42120
42121 pc = 12
42122 \begin_inset space \thinspace{}
42123 \end_inset
42124
42125 pt)
42126 \end_layout
42127
42128 \end_inset
42129 </cell>
42130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42131 \begin_inset Text
42132
42133 \begin_layout Plain Layout
42134 -
42135 \end_layout
42136
42137 \end_inset
42138 </cell>
42139 </row>
42140 <row>
42141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42142 \begin_inset Text
42143
42144 \begin_layout Plain Layout
42145 sp
42146 \end_layout
42147
42148 \end_inset
42149 </cell>
42150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42151 \begin_inset Text
42152
42153 \begin_layout Plain Layout
42154 skalierter Punkt (65536
42155 \begin_inset space \thinspace{}
42156 \end_inset
42157
42158 sp = 1
42159 \begin_inset space \thinspace{}
42160 \end_inset
42161
42162 pt)
42163 \end_layout
42164
42165 \end_inset
42166 </cell>
42167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42168 \begin_inset Text
42169
42170 \begin_layout Plain Layout
42171 -
42172 \end_layout
42173
42174 \end_inset
42175 </cell>
42176 </row>
42177 <row>
42178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42179 \begin_inset Text
42180
42181 \begin_layout Plain Layout
42182 bp
42183 \end_layout
42184
42185 \end_inset
42186 </cell>
42187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42188 \begin_inset Text
42189
42190 \begin_layout Plain Layout
42191 großer Punkt (72
42192 \begin_inset space \thinspace{}
42193 \end_inset
42194
42195 bp = 1
42196 \begin_inset space \thinspace{}
42197 \end_inset
42198
42199 in)
42200 \end_layout
42201
42202 \end_inset
42203 </cell>
42204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42205 \begin_inset Text
42206
42207 \begin_layout Plain Layout
42208 -
42209 \end_layout
42210
42211 \end_inset
42212 </cell>
42213 </row>
42214 <row>
42215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42216 \begin_inset Text
42217
42218 \begin_layout Plain Layout
42219 dd
42220 \end_layout
42221
42222 \end_inset
42223 </cell>
42224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42225 \begin_inset Text
42226
42227 \begin_layout Plain Layout
42228 Didot (1
42229 \begin_inset space \thinspace{}
42230 \end_inset
42231
42232 dd 
42233 \begin_inset Formula $\approx$
42234 \end_inset
42235
42236  0,376
42237 \begin_inset space \thinspace{}
42238 \end_inset
42239
42240 mm)
42241 \end_layout
42242
42243 \end_inset
42244 </cell>
42245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42246 \begin_inset Text
42247
42248 \begin_layout Plain Layout
42249 -
42250 \end_layout
42251
42252 \end_inset
42253 </cell>
42254 </row>
42255 <row>
42256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42257 \begin_inset Text
42258
42259 \begin_layout Plain Layout
42260 cc
42261 \end_layout
42262
42263 \end_inset
42264 </cell>
42265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42266 \begin_inset Text
42267
42268 \begin_layout Plain Layout
42269 Cicero (1
42270 \begin_inset space \thinspace{}
42271 \end_inset
42272
42273 cc = 12
42274 \begin_inset space \thinspace{}
42275 \end_inset
42276
42277 dd)
42278 \end_layout
42279
42280 \end_inset
42281 </cell>
42282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42283 \begin_inset Text
42284
42285 \begin_layout Plain Layout
42286 -
42287 \end_layout
42288
42289 \end_inset
42290 </cell>
42291 </row>
42292 <row>
42293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42294 \begin_inset Text
42295
42296 \begin_layout Plain Layout
42297 Skalierung %
42298 \end_layout
42299
42300 \end_inset
42301 </cell>
42302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42303 \begin_inset Text
42304
42305 \begin_layout Plain Layout
42306 % der originalen Bildbreite
42307 \end_layout
42308
42309 \end_inset
42310 </cell>
42311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42312 \begin_inset Text
42313
42314 \begin_layout Plain Layout
42315
42316 \end_layout
42317
42318 \end_inset
42319 </cell>
42320 </row>
42321 <row>
42322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42323 \begin_inset Text
42324
42325 \begin_layout Plain Layout
42326 Textbreite %
42327 \end_layout
42328
42329 \end_inset
42330 </cell>
42331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42332 \begin_inset Text
42333
42334 \begin_layout Plain Layout
42335 % der Textbreite
42336 \end_layout
42337
42338 \end_inset
42339 </cell>
42340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42341 \begin_inset Text
42342
42343 \begin_layout Plain Layout
42344
42345 \backslash
42346 textwidth
42347 \end_layout
42348
42349 \end_inset
42350 </cell>
42351 </row>
42352 <row>
42353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42354 \begin_inset Text
42355
42356 \begin_layout Plain Layout
42357 Spaltenbreite %
42358 \end_layout
42359
42360 \end_inset
42361 </cell>
42362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42363 \begin_inset Text
42364
42365 \begin_layout Plain Layout
42366 % der Spaltenbreite
42367 \end_layout
42368
42369 \end_inset
42370 </cell>
42371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42372 \begin_inset Text
42373
42374 \begin_layout Plain Layout
42375
42376 \backslash
42377 columnwidth
42378 \end_layout
42379
42380 \end_inset
42381 </cell>
42382 </row>
42383 <row>
42384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42385 \begin_inset Text
42386
42387 \begin_layout Plain Layout
42388 Seitenbreite %
42389 \end_layout
42390
42391 \end_inset
42392 </cell>
42393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42394 \begin_inset Text
42395
42396 \begin_layout Plain Layout
42397 % der Seitenbreite
42398 \end_layout
42399
42400 \end_inset
42401 </cell>
42402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42403 \begin_inset Text
42404
42405 \begin_layout Plain Layout
42406
42407 \backslash
42408 paperwidth
42409 \end_layout
42410
42411 \end_inset
42412 </cell>
42413 </row>
42414 <row>
42415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42416 \begin_inset Text
42417
42418 \begin_layout Plain Layout
42419 Zeilenbreite %
42420 \end_layout
42421
42422 \end_inset
42423 </cell>
42424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42425 \begin_inset Text
42426
42427 \begin_layout Plain Layout
42428 % der Zeilenbreite
42429 \end_layout
42430
42431 \end_inset
42432 </cell>
42433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42434 \begin_inset Text
42435
42436 \begin_layout Plain Layout
42437
42438 \backslash
42439 linewidth
42440 \end_layout
42441
42442 \end_inset
42443 </cell>
42444 </row>
42445 <row>
42446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42447 \begin_inset Text
42448
42449 \begin_layout Plain Layout
42450 Texthöhe %
42451 \end_layout
42452
42453 \end_inset
42454 </cell>
42455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42456 \begin_inset Text
42457
42458 \begin_layout Plain Layout
42459 % der Texthöhe
42460 \end_layout
42461
42462 \end_inset
42463 </cell>
42464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42465 \begin_inset Text
42466
42467 \begin_layout Plain Layout
42468
42469 \backslash
42470 textheight
42471 \end_layout
42472
42473 \end_inset
42474 </cell>
42475 </row>
42476 <row>
42477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42478 \begin_inset Text
42479
42480 \begin_layout Plain Layout
42481 Seitenhöhe %
42482 \end_layout
42483
42484 \end_inset
42485 </cell>
42486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42487 \begin_inset Text
42488
42489 \begin_layout Plain Layout
42490 % der Seitenhöhe
42491 \end_layout
42492
42493 \end_inset
42494 </cell>
42495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42496 \begin_inset Text
42497
42498 \begin_layout Plain Layout
42499
42500 \backslash
42501 paperheight
42502 \end_layout
42503
42504 \end_inset
42505 </cell>
42506 </row>
42507 <row>
42508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42509 \begin_inset Text
42510
42511 \begin_layout Plain Layout
42512 ex
42513 \end_layout
42514
42515 \end_inset
42516 </cell>
42517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42518 \begin_inset Text
42519
42520 \begin_layout Plain Layout
42521 Die Höhe des Buchstabens 
42522 \emph on
42523 x
42524 \emph default
42525  im aktiven Zeichensatz
42526 \end_layout
42527
42528 \end_inset
42529 </cell>
42530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42531 \begin_inset Text
42532
42533 \begin_layout Plain Layout
42534 -
42535 \end_layout
42536
42537 \end_inset
42538 </cell>
42539 </row>
42540 <row>
42541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42542 \begin_inset Text
42543
42544 \begin_layout Plain Layout
42545 em
42546 \end_layout
42547
42548 \end_inset
42549 </cell>
42550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42551 \begin_inset Text
42552
42553 \begin_layout Plain Layout
42554 Die Breite des Buchstabens 
42555 \emph on
42556 M
42557 \emph default
42558  im aktiven Zeichensatz
42559 \end_layout
42560
42561 \end_inset
42562 </cell>
42563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42564 \begin_inset Text
42565
42566 \begin_layout Plain Layout
42567 -
42568 \end_layout
42569
42570 \end_inset
42571 </cell>
42572 </row>
42573 <row>
42574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42575 \begin_inset Text
42576
42577 \begin_layout Plain Layout
42578 mu
42579 \end_layout
42580
42581 \end_inset
42582 </cell>
42583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42584 \begin_inset Text
42585
42586 \begin_layout Plain Layout
42587 mathematische Maßeinheit
42588 \series bold
42589  
42590 \series default
42591 (1
42592 \begin_inset space \thinspace{}
42593 \end_inset
42594
42595 mu = 1/18
42596 \begin_inset space \thinspace{}
42597 \end_inset
42598
42599 em)
42600 \end_layout
42601
42602 \end_inset
42603 </cell>
42604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42605 \begin_inset Text
42606
42607 \begin_layout Plain Layout
42608 -
42609 \end_layout
42610
42611 \end_inset
42612 </cell>
42613 </row>
42614 </lyxtabular>
42615
42616 \end_inset
42617
42618
42619 \end_layout
42620
42621 \end_inset
42622
42623
42624 \end_layout
42625
42626 \begin_layout Chapter
42627 Ausgabedatei-Formate mit Grafiken
42628 \begin_inset CommandInset label
42629 LatexCommand label
42630 name "kap:Ausgabedatei-Formate"
42631
42632 \end_inset
42633
42634
42635 \end_layout
42636
42637 \begin_layout Section
42638 DVI
42639 \begin_inset Index idx
42640 status collapsed
42641
42642 \begin_layout Plain Layout
42643 Dateiformat! DVI
42644 \end_layout
42645
42646 \end_inset
42647
42648
42649 \begin_inset Index idx
42650 status collapsed
42651
42652 \begin_layout Plain Layout
42653 DVI
42654 \end_layout
42655
42656 \end_inset
42657
42658
42659 \end_layout
42660
42661 \begin_layout Standard
42662 Dieser Dateityp hat die Erweiterung 
42663 \begin_inset Quotes gld
42664 \end_inset
42665
42666
42667 \family typewriter
42668 .dvi
42669 \family default
42670
42671 \begin_inset Quotes grd
42672 \end_inset
42673
42674  und wird 
42675 \begin_inset Quotes gld
42676 \end_inset
42677
42678 device independent
42679 \begin_inset Quotes grd
42680 \end_inset
42681
42682  genannt, weil er vollkommen portierbar ist.
42683  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
42684  dvi-Betrachter installiert hat.
42685  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
42686 ate wie PostScript benutzt.
42687 \end_layout
42688
42689 \begin_layout Standard
42690 \begin_inset Note Greyedout
42691 status open
42692
42693 \begin_layout Plain Layout
42694
42695 \series bold
42696 Bemerkung:
42697 \series default
42698  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
42699 \end_layout
42700
42701 \end_inset
42702
42703
42704 \end_layout
42705
42706 \begin_layout Standard
42707 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
42708  auf einen anderen Computer kopieren.
42709  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
42710  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
42711  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
42712 \family typewriter
42713  
42714 \family default
42715 blättern.
42716
42717 \family typewriter
42718  
42719 \family default
42720 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
42721  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
42722  
42723 \end_layout
42724
42725 \begin_layout Standard
42726 Sie können Ihr Dokument als DVI über das Menü 
42727 \family sans
42728 Datei\SpecialChar menuseparator
42729 Exportieren\SpecialChar menuseparator
42730 DVI
42731 \family default
42732  exportieren.
42733  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
42734 \family sans
42735 Ansicht
42736 \family default
42737  anschauen.
42738 \end_layout
42739
42740 \begin_layout Section
42741 PostScript
42742 \begin_inset Index idx
42743 status collapsed
42744
42745 \begin_layout Plain Layout
42746 Dateiformat  ! PostScript
42747 \end_layout
42748
42749 \end_inset
42750
42751
42752 \begin_inset Index idx
42753 status collapsed
42754
42755 \begin_layout Plain Layout
42756 PostScript
42757 \end_layout
42758
42759 \end_inset
42760
42761
42762 \end_layout
42763
42764 \begin_layout Standard
42765 Dieser Dateityp hat die Erweiterung 
42766 \begin_inset Quotes gld
42767 \end_inset
42768
42769
42770 \family typewriter
42771 .ps
42772 \family default
42773
42774 \begin_inset Quotes grd
42775 \end_inset
42776
42777 .
42778  PostScript wurde von der Firma
42779 \family typewriter
42780  Adobe
42781 \family default
42782  als Druckersprache entwickelt.
42783  Die Datei enthält deshalb Druckbefehle.
42784  PostScript kann als 
42785 \begin_inset Quotes gld
42786 \end_inset
42787
42788 Programmiersprache
42789 \begin_inset Quotes grd
42790 \end_inset
42791
42792  angesehen werden.
42793  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen.
42794 \begin_inset Foot
42795 status collapsed
42796
42797 \begin_layout Plain Layout
42798 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
42799  von
42800 \series bold
42801  PSTricks
42802 \series default
42803  
42804 \begin_inset CommandInset citation
42805 LatexCommand cite
42806 key "pstricks"
42807 literal "true"
42808
42809 \end_inset
42810
42811  oder 
42812 \begin_inset CommandInset citation
42813 LatexCommand cite
42814 key "latex-praxisbuch"
42815 literal "true"
42816
42817 \end_inset
42818
42819  ansehen.
42820 \end_layout
42821
42822 \end_inset
42823
42824  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
42825 \end_layout
42826
42827 \begin_layout Standard
42828 PostScript kann nur Bilder im Format EPS
42829 \begin_inset Index idx
42830 status collapsed
42831
42832 \begin_layout Plain Layout
42833 EPS
42834 \end_layout
42835
42836 \end_inset
42837
42838  (Encapsulated PostScript, Datei-Er\SpecialChar softhyphen
42839 wei\SpecialChar softhyphen
42840 ter\SpecialChar softhyphen
42841 ung 
42842 \begin_inset Quotes gld
42843 \end_inset
42844
42845
42846 \family typewriter
42847 .eps
42848 \family default
42849
42850 \begin_inset Quotes grd
42851 \end_inset
42852
42853 ) enthalten.
42854  Weil \SpecialChar LyX
42855  die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
42856  intern nach EPS konvertieren.
42857  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
42858  verlangsamen.
42859  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
42860  konvertieren und direkt als EPS einfügen.
42861 \end_layout
42862
42863 \begin_layout Standard
42864 Sie können Ihr Dokument als PostScript über das Menü 
42865 \family sans
42866 Datei\SpecialChar menuseparator
42867 Exportieren\SpecialChar menuseparator
42868 Post\SpecialChar softhyphen
42869 Script
42870 \family default
42871  exportieren.
42872  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
42873 \family sans
42874 Ansicht
42875 \family default
42876  anschauen.
42877 \end_layout
42878
42879 \begin_layout Section
42880 PDF
42881 \begin_inset Index idx
42882 status collapsed
42883
42884 \begin_layout Plain Layout
42885 Dateiformat! PDF
42886 \end_layout
42887
42888 \end_inset
42889
42890
42891 \begin_inset Index idx
42892 status collapsed
42893
42894 \begin_layout Plain Layout
42895 PDF
42896 \end_layout
42897
42898 \end_inset
42899
42900
42901 \end_layout
42902
42903 \begin_layout Standard
42904 Dieser Dateityp hat die Erweiterung 
42905 \begin_inset Quotes gld
42906 \end_inset
42907
42908
42909 \family typewriter
42910 .pdf
42911 \family default
42912
42913 \begin_inset Quotes grd
42914 \end_inset
42915
42916 .
42917  Das
42918 \emph on
42919  
42920 \emph default
42921
42922 \begin_inset Quotes gld
42923 \end_inset
42924
42925 Portable Document Format
42926 \begin_inset Quotes grd
42927 \end_inset
42928
42929  (PDF) wurde auch von der Firma 
42930 \family typewriter
42931 Adobe
42932 \family default
42933  als Derivat von PostScript entwickelt.
42934  Es ist komprimierter und benutzt weniger Befehle als PostScript.
42935  Wie der Begriff 
42936 \begin_inset Quotes gld
42937 \end_inset
42938
42939 portable
42940 \begin_inset Quotes grd
42941 \end_inset
42942
42943  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
42944  werden, und der Ausdruck sieht immer gleich aus.
42945 \end_layout
42946
42947 \begin_layout Standard
42948 PDF kann Bilder im eigenen PDF-Format, im Format 
42949 \begin_inset Quotes gld
42950 \end_inset
42951
42952 Joint Photographic Experts Group
42953 \begin_inset Quotes grd
42954 \end_inset
42955
42956  (JPEG
42957 \begin_inset Index idx
42958 status collapsed
42959
42960 \begin_layout Plain Layout
42961 JPG, JPEG
42962 \end_layout
42963
42964 \end_inset
42965
42966 , Datei-Erweiterung 
42967 \begin_inset Quotes gld
42968 \end_inset
42969
42970
42971 \family typewriter
42972 .jpg
42973 \family default
42974
42975 \begin_inset Quotes grd
42976 \end_inset
42977
42978  oder 
42979 \begin_inset Quotes gld
42980 \end_inset
42981
42982
42983 \family typewriter
42984 .jpeg
42985 \family default
42986
42987 \begin_inset Quotes grd
42988 \end_inset
42989
42990 ) und im Format 
42991 \begin_inset Quotes gld
42992 \end_inset
42993
42994 Portable Network Graphics
42995 \begin_inset Quotes grd
42996 \end_inset
42997
42998  (PNG
42999 \begin_inset Index idx
43000 status collapsed
43001
43002 \begin_layout Plain Layout
43003 PNG
43004 \end_layout
43005
43006 \end_inset
43007
43008 , Datei-Erweiterung 
43009 \begin_inset Quotes gld
43010 \end_inset
43011
43012
43013 \family typewriter
43014 .png
43015 \family default
43016
43017 \begin_inset Quotes grd
43018 \end_inset
43019
43020 ) enthalten.
43021  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil \SpecialChar LyX
43022  es für Sie
43023  konvertieren wird.
43024  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
43025  wird, eines der drei erwähnten Bildformate zu benutzen.
43026 \end_layout
43027
43028 \begin_layout Standard
43029 PDF-Dateien können Sie über 
43030 \family sans
43031 Datei\SpecialChar menuseparator
43032 Exportieren
43033 \family default
43034  auf drei Arten erzeugen:
43035 \end_layout
43036
43037 \begin_layout Description
43038 PDF
43039 \begin_inset space ~
43040 \end_inset
43041
43042 (ps2pdf) benutzt das Programm
43043 \family typewriter
43044  ps2pdf
43045 \family default
43046 , das eine PDF-Datei aus einer Post\SpecialChar softhyphen
43047 Script®-Version Ihres Dokument erstellt.
43048  Die PostScript-Version wird mit dem Programm 
43049 \family typewriter
43050 dvips
43051 \family default
43052  aus einer DVI-Version erstellt.
43053  Es werden also drei Konvertierungen verwendet.
43054 \end_layout
43055
43056 \begin_layout Description
43057 PDF
43058 \begin_inset space ~
43059 \end_inset
43060
43061 (dvipdfm) benutzt das Programm 
43062 \family typewriter
43063 dvipdfm
43064 \family default
43065 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
43066  PDF konvertiert.
43067 \end_layout
43068
43069 \begin_layout Description
43070 PDF
43071 \begin_inset space ~
43072 \end_inset
43073
43074 (pdflatex) benutzt das Programm
43075 \family typewriter
43076  pdftex
43077 \family default
43078 , das Ihr Dokument direkt nach PDF konvertiert.
43079 \end_layout
43080
43081 \begin_layout Standard
43082
43083 \family sans
43084 PDF
43085 \begin_inset space ~
43086 \end_inset
43087
43088 (pdflatex)
43089 \family default
43090  wird empfohlen, weil
43091 \family typewriter
43092  pdftex
43093 \family default
43094  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
43095  ohne Probleme arbeitet.
43096  Das Programm 
43097 \family typewriter
43098 dvi\SpecialChar softhyphen
43099 pdfm
43100 \family default
43101  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
43102 \end_layout
43103
43104 \begin_layout Standard
43105 Sie können Ihr Dokument als PDF über das Menü 
43106 \family sans
43107 Datei\SpecialChar menuseparator
43108 Exportieren\SpecialChar menuseparator
43109 PDF
43110 \family default
43111  exportieren.
43112  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
43113 \family sans
43114 Ansicht
43115 \family default
43116  oder einen Werkzeugleistenknopf anschauen.
43117 \end_layout
43118
43119 \begin_layout Chapter
43120 Liste der dvips-Farbnamen
43121 \begin_inset CommandInset label
43122 LatexCommand label
43123 name "kap:Liste-der-dvips-Farbnamen"
43124
43125 \end_inset
43126
43127
43128 \end_layout
43129
43130 \begin_layout Standard
43131 \begin_inset Tabular
43132 <lyxtabular version="3" rows="17" columns="4">
43133 <features tabularvalignment="middle">
43134 <column alignment="left" valignment="top" width="0pt">
43135 <column alignment="left" valignment="top" width="0pt">
43136 <column alignment="left" valignment="top" width="0pt">
43137 <column alignment="left" valignment="top" width="0pt">
43138 <row>
43139 <cell alignment="left" valignment="top" usebox="none">
43140 \begin_inset Text
43141
43142 \begin_layout Plain Layout
43143 \begin_inset ERT
43144 status collapsed
43145
43146 \begin_layout Plain Layout
43147
43148
43149 \backslash
43150 fcolorbox{black}{
43151 \end_layout
43152
43153 \end_inset
43154
43155 white
43156 \begin_inset ERT
43157 status collapsed
43158
43159 \begin_layout Plain Layout
43160
43161 }{
43162 \end_layout
43163
43164 \end_inset
43165
43166 Farbe
43167 \begin_inset ERT
43168 status collapsed
43169
43170 \begin_layout Plain Layout
43171
43172 }
43173 \end_layout
43174
43175 \end_inset
43176
43177  Farbname
43178 \end_layout
43179
43180 \end_inset
43181 </cell>
43182 <cell alignment="left" valignment="top" usebox="none">
43183 \begin_inset Text
43184
43185 \begin_layout Plain Layout
43186 \begin_inset ERT
43187 status collapsed
43188
43189 \begin_layout Plain Layout
43190
43191
43192 \backslash
43193 fcolorbox{black}{
43194 \end_layout
43195
43196 \end_inset
43197
43198 white
43199 \begin_inset ERT
43200 status collapsed
43201
43202 \begin_layout Plain Layout
43203
43204 }{
43205 \end_layout
43206
43207 \end_inset
43208
43209 Farbe
43210 \begin_inset ERT
43211 status collapsed
43212
43213 \begin_layout Plain Layout
43214
43215 }
43216 \end_layout
43217
43218 \end_inset
43219
43220  Farbname
43221 \end_layout
43222
43223 \end_inset
43224 </cell>
43225 <cell alignment="left" valignment="top" usebox="none">
43226 \begin_inset Text
43227
43228 \begin_layout Plain Layout
43229 \begin_inset ERT
43230 status collapsed
43231
43232 \begin_layout Plain Layout
43233
43234
43235 \backslash
43236 fcolorbox{black}{
43237 \end_layout
43238
43239 \end_inset
43240
43241 white
43242 \begin_inset ERT
43243 status collapsed
43244
43245 \begin_layout Plain Layout
43246
43247 }{
43248 \end_layout
43249
43250 \end_inset
43251
43252 Farbe
43253 \begin_inset ERT
43254 status collapsed
43255
43256 \begin_layout Plain Layout
43257
43258 }
43259 \end_layout
43260
43261 \end_inset
43262
43263  Farbname
43264 \end_layout
43265
43266 \end_inset
43267 </cell>
43268 <cell alignment="left" valignment="top" usebox="none">
43269 \begin_inset Text
43270
43271 \begin_layout Plain Layout
43272 \begin_inset ERT
43273 status collapsed
43274
43275 \begin_layout Plain Layout
43276
43277
43278 \backslash
43279 fcolorbox{black}{
43280 \end_layout
43281
43282 \end_inset
43283
43284 white
43285 \begin_inset ERT
43286 status collapsed
43287
43288 \begin_layout Plain Layout
43289
43290 }{
43291 \end_layout
43292
43293 \end_inset
43294
43295 Farbe
43296 \begin_inset ERT
43297 status collapsed
43298
43299 \begin_layout Plain Layout
43300
43301 }
43302 \end_layout
43303
43304 \end_inset
43305
43306  Farbname
43307 \end_layout
43308
43309 \end_inset
43310 </cell>
43311 </row>
43312 <row>
43313 <cell alignment="center" valignment="top" usebox="none">
43314 \begin_inset Text
43315
43316 \begin_layout Plain Layout
43317 \begin_inset ERT
43318 status collapsed
43319
43320 \begin_layout Plain Layout
43321
43322
43323 \backslash
43324 fcolorbox{black}{
43325 \end_layout
43326
43327 \end_inset
43328
43329 Apricot
43330 \begin_inset ERT
43331 status collapsed
43332
43333 \begin_layout Plain Layout
43334
43335 }{
43336 \end_layout
43337
43338 \end_inset
43339
43340
43341 \begin_inset Phantom Phantom
43342 status open
43343
43344 \begin_layout Plain Layout
43345 W
43346 \end_layout
43347
43348 \end_inset
43349
43350
43351 \begin_inset ERT
43352 status collapsed
43353
43354 \begin_layout Plain Layout
43355
43356 }
43357 \end_layout
43358
43359 \end_inset
43360
43361  Apricot
43362 \end_layout
43363
43364 \end_inset
43365 </cell>
43366 <cell alignment="center" valignment="top" usebox="none">
43367 \begin_inset Text
43368
43369 \begin_layout Plain Layout
43370 \begin_inset ERT
43371 status collapsed
43372
43373 \begin_layout Plain Layout
43374
43375
43376 \backslash
43377 fcolorbox{black}{
43378 \end_layout
43379
43380 \end_inset
43381
43382 Aquamarine
43383 \begin_inset ERT
43384 status collapsed
43385
43386 \begin_layout Plain Layout
43387
43388 }{
43389 \end_layout
43390
43391 \end_inset
43392
43393
43394 \begin_inset Phantom Phantom
43395 status open
43396
43397 \begin_layout Plain Layout
43398 W
43399 \end_layout
43400
43401 \end_inset
43402
43403
43404 \begin_inset ERT
43405 status collapsed
43406
43407 \begin_layout Plain Layout
43408
43409 }
43410 \end_layout
43411
43412 \end_inset
43413
43414  Aquamarine
43415 \end_layout
43416
43417 \end_inset
43418 </cell>
43419 <cell alignment="center" valignment="top" usebox="none">
43420 \begin_inset Text
43421
43422 \begin_layout Plain Layout
43423 \begin_inset ERT
43424 status collapsed
43425
43426 \begin_layout Plain Layout
43427
43428
43429 \backslash
43430 fcolorbox{black}{
43431 \end_layout
43432
43433 \end_inset
43434
43435 Bittersweet
43436 \begin_inset ERT
43437 status collapsed
43438
43439 \begin_layout Plain Layout
43440
43441 }{
43442 \end_layout
43443
43444 \end_inset
43445
43446
43447 \begin_inset Phantom Phantom
43448 status open
43449
43450 \begin_layout Plain Layout
43451 W
43452 \end_layout
43453
43454 \end_inset
43455
43456
43457 \begin_inset ERT
43458 status collapsed
43459
43460 \begin_layout Plain Layout
43461
43462 }
43463 \end_layout
43464
43465 \end_inset
43466
43467  Bittersweet
43468 \end_layout
43469
43470 \end_inset
43471 </cell>
43472 <cell alignment="center" valignment="top" usebox="none">
43473 \begin_inset Text
43474
43475 \begin_layout Plain Layout
43476 \begin_inset ERT
43477 status collapsed
43478
43479 \begin_layout Plain Layout
43480
43481
43482 \backslash
43483 fcolorbox{black}{
43484 \end_layout
43485
43486 \end_inset
43487
43488 BlueGreen
43489 \begin_inset ERT
43490 status collapsed
43491
43492 \begin_layout Plain Layout
43493
43494 }{
43495 \end_layout
43496
43497 \end_inset
43498
43499
43500 \begin_inset Phantom Phantom
43501 status open
43502
43503 \begin_layout Plain Layout
43504 W
43505 \end_layout
43506
43507 \end_inset
43508
43509
43510 \begin_inset ERT
43511 status collapsed
43512
43513 \begin_layout Plain Layout
43514
43515 }
43516 \end_layout
43517
43518 \end_inset
43519
43520  BlueGreen
43521 \end_layout
43522
43523 \end_inset
43524 </cell>
43525 </row>
43526 <row>
43527 <cell alignment="left" valignment="top" usebox="none">
43528 \begin_inset Text
43529
43530 \begin_layout Plain Layout
43531 \begin_inset ERT
43532 status collapsed
43533
43534 \begin_layout Plain Layout
43535
43536
43537 \backslash
43538 fcolorbox{black}{
43539 \end_layout
43540
43541 \end_inset
43542
43543 BlueViolet
43544 \begin_inset ERT
43545 status collapsed
43546
43547 \begin_layout Plain Layout
43548
43549 }{
43550 \end_layout
43551
43552 \end_inset
43553
43554
43555 \begin_inset Phantom Phantom
43556 status open
43557
43558 \begin_layout Plain Layout
43559 W
43560 \end_layout
43561
43562 \end_inset
43563
43564
43565 \begin_inset ERT
43566 status collapsed
43567
43568 \begin_layout Plain Layout
43569
43570 }
43571 \end_layout
43572
43573 \end_inset
43574
43575  BlueViolet
43576 \end_layout
43577
43578 \end_inset
43579 </cell>
43580 <cell alignment="left" valignment="top" usebox="none">
43581 \begin_inset Text
43582
43583 \begin_layout Plain Layout
43584 \begin_inset ERT
43585 status collapsed
43586
43587 \begin_layout Plain Layout
43588
43589
43590 \backslash
43591 fcolorbox{black}{
43592 \end_layout
43593
43594 \end_inset
43595
43596 BrickRed
43597 \begin_inset ERT
43598 status collapsed
43599
43600 \begin_layout Plain Layout
43601
43602 }{
43603 \end_layout
43604
43605 \end_inset
43606
43607
43608 \begin_inset Phantom Phantom
43609 status open
43610
43611 \begin_layout Plain Layout
43612 W
43613 \end_layout
43614
43615 \end_inset
43616
43617
43618 \begin_inset ERT
43619 status collapsed
43620
43621 \begin_layout Plain Layout
43622
43623 }
43624 \end_layout
43625
43626 \end_inset
43627
43628  BrickRed
43629 \end_layout
43630
43631 \end_inset
43632 </cell>
43633 <cell alignment="left" valignment="top" usebox="none">
43634 \begin_inset Text
43635
43636 \begin_layout Plain Layout
43637 \begin_inset ERT
43638 status collapsed
43639
43640 \begin_layout Plain Layout
43641
43642
43643 \backslash
43644 fcolorbox{black}{
43645 \end_layout
43646
43647 \end_inset
43648
43649 Brown
43650 \begin_inset ERT
43651 status collapsed
43652
43653 \begin_layout Plain Layout
43654
43655 }{
43656 \end_layout
43657
43658 \end_inset
43659
43660
43661 \begin_inset Phantom Phantom
43662 status open
43663
43664 \begin_layout Plain Layout
43665 W
43666 \end_layout
43667
43668 \end_inset
43669
43670
43671 \begin_inset ERT
43672 status collapsed
43673
43674 \begin_layout Plain Layout
43675
43676 }
43677 \end_layout
43678
43679 \end_inset
43680
43681  Brown
43682 \end_layout
43683
43684 \end_inset
43685 </cell>
43686 <cell alignment="left" valignment="top" usebox="none">
43687 \begin_inset Text
43688
43689 \begin_layout Plain Layout
43690 \begin_inset ERT
43691 status collapsed
43692
43693 \begin_layout Plain Layout
43694
43695
43696 \backslash
43697 fcolorbox{black}{
43698 \end_layout
43699
43700 \end_inset
43701
43702 BurntOrange
43703 \begin_inset ERT
43704 status collapsed
43705
43706 \begin_layout Plain Layout
43707
43708 }{
43709 \end_layout
43710
43711 \end_inset
43712
43713
43714 \begin_inset Phantom Phantom
43715 status open
43716
43717 \begin_layout Plain Layout
43718 W
43719 \end_layout
43720
43721 \end_inset
43722
43723
43724 \begin_inset ERT
43725 status collapsed
43726
43727 \begin_layout Plain Layout
43728
43729 }
43730 \end_layout
43731
43732 \end_inset
43733
43734  BurntOrange
43735 \end_layout
43736
43737 \end_inset
43738 </cell>
43739 </row>
43740 <row>
43741 <cell alignment="left" valignment="top" usebox="none">
43742 \begin_inset Text
43743
43744 \begin_layout Plain Layout
43745 \begin_inset ERT
43746 status collapsed
43747
43748 \begin_layout Plain Layout
43749
43750
43751 \backslash
43752 fcolorbox{black}{
43753 \end_layout
43754
43755 \end_inset
43756
43757 CadetBlue
43758 \begin_inset ERT
43759 status collapsed
43760
43761 \begin_layout Plain Layout
43762
43763 }{
43764 \end_layout
43765
43766 \end_inset
43767
43768
43769 \begin_inset Phantom Phantom
43770 status open
43771
43772 \begin_layout Plain Layout
43773 W
43774 \end_layout
43775
43776 \end_inset
43777
43778
43779 \begin_inset ERT
43780 status collapsed
43781
43782 \begin_layout Plain Layout
43783
43784 }
43785 \end_layout
43786
43787 \end_inset
43788
43789  CadetBlue
43790 \end_layout
43791
43792 \end_inset
43793 </cell>
43794 <cell alignment="left" valignment="top" usebox="none">
43795 \begin_inset Text
43796
43797 \begin_layout Plain Layout
43798 \begin_inset ERT
43799 status collapsed
43800
43801 \begin_layout Plain Layout
43802
43803
43804 \backslash
43805 fcolorbox{black}{
43806 \end_layout
43807
43808 \end_inset
43809
43810 CarnationPink
43811 \begin_inset ERT
43812 status collapsed
43813
43814 \begin_layout Plain Layout
43815
43816 }{
43817 \end_layout
43818
43819 \end_inset
43820
43821
43822 \begin_inset Phantom Phantom
43823 status open
43824
43825 \begin_layout Plain Layout
43826 W
43827 \end_layout
43828
43829 \end_inset
43830
43831
43832 \begin_inset ERT
43833 status collapsed
43834
43835 \begin_layout Plain Layout
43836
43837 }
43838 \end_layout
43839
43840 \end_inset
43841
43842  CarnationPink
43843 \end_layout
43844
43845 \end_inset
43846 </cell>
43847 <cell alignment="left" valignment="top" usebox="none">
43848 \begin_inset Text
43849
43850 \begin_layout Plain Layout
43851 \begin_inset ERT
43852 status collapsed
43853
43854 \begin_layout Plain Layout
43855
43856
43857 \backslash
43858 fcolorbox{black}{
43859 \end_layout
43860
43861 \end_inset
43862
43863 Cerulean
43864 \begin_inset ERT
43865 status collapsed
43866
43867 \begin_layout Plain Layout
43868
43869 }{
43870 \end_layout
43871
43872 \end_inset
43873
43874
43875 \begin_inset Phantom Phantom
43876 status open
43877
43878 \begin_layout Plain Layout
43879 W
43880 \end_layout
43881
43882 \end_inset
43883
43884
43885 \begin_inset ERT
43886 status collapsed
43887
43888 \begin_layout Plain Layout
43889
43890 }
43891 \end_layout
43892
43893 \end_inset
43894
43895  Cerulean
43896 \end_layout
43897
43898 \end_inset
43899 </cell>
43900 <cell alignment="left" valignment="top" usebox="none">
43901 \begin_inset Text
43902
43903 \begin_layout Plain Layout
43904 \begin_inset ERT
43905 status collapsed
43906
43907 \begin_layout Plain Layout
43908
43909
43910 \backslash
43911 fcolorbox{black}{
43912 \end_layout
43913
43914 \end_inset
43915
43916 CornflowerBlue
43917 \begin_inset ERT
43918 status collapsed
43919
43920 \begin_layout Plain Layout
43921
43922 }{
43923 \end_layout
43924
43925 \end_inset
43926
43927
43928 \begin_inset Phantom Phantom
43929 status open
43930
43931 \begin_layout Plain Layout
43932 W
43933 \end_layout
43934
43935 \end_inset
43936
43937
43938 \begin_inset ERT
43939 status collapsed
43940
43941 \begin_layout Plain Layout
43942
43943 }
43944 \end_layout
43945
43946 \end_inset
43947
43948  CornflowerBlue
43949 \end_layout
43950
43951 \end_inset
43952 </cell>
43953 </row>
43954 <row>
43955 <cell alignment="left" valignment="top" usebox="none">
43956 \begin_inset Text
43957
43958 \begin_layout Plain Layout
43959 \begin_inset ERT
43960 status collapsed
43961
43962 \begin_layout Plain Layout
43963
43964
43965 \backslash
43966 fcolorbox{black}{
43967 \end_layout
43968
43969 \end_inset
43970
43971 Dandelion
43972 \begin_inset ERT
43973 status collapsed
43974
43975 \begin_layout Plain Layout
43976
43977 }{
43978 \end_layout
43979
43980 \end_inset
43981
43982
43983 \begin_inset Phantom Phantom
43984 status open
43985
43986 \begin_layout Plain Layout
43987 W
43988 \end_layout
43989
43990 \end_inset
43991
43992
43993 \begin_inset ERT
43994 status collapsed
43995
43996 \begin_layout Plain Layout
43997
43998 }
43999 \end_layout
44000
44001 \end_inset
44002
44003  Dandelion
44004 \end_layout
44005
44006 \end_inset
44007 </cell>
44008 <cell alignment="left" valignment="top" usebox="none">
44009 \begin_inset Text
44010
44011 \begin_layout Plain Layout
44012 \begin_inset ERT
44013 status collapsed
44014
44015 \begin_layout Plain Layout
44016
44017
44018 \backslash
44019 fcolorbox{black}{
44020 \end_layout
44021
44022 \end_inset
44023
44024 DarkOrchid
44025 \begin_inset ERT
44026 status collapsed
44027
44028 \begin_layout Plain Layout
44029
44030 }{
44031 \end_layout
44032
44033 \end_inset
44034
44035
44036 \begin_inset Phantom Phantom
44037 status open
44038
44039 \begin_layout Plain Layout
44040 W
44041 \end_layout
44042
44043 \end_inset
44044
44045
44046 \begin_inset ERT
44047 status collapsed
44048
44049 \begin_layout Plain Layout
44050
44051 }
44052 \end_layout
44053
44054 \end_inset
44055
44056  DarkOrchid
44057 \end_layout
44058
44059 \end_inset
44060 </cell>
44061 <cell alignment="left" valignment="top" usebox="none">
44062 \begin_inset Text
44063
44064 \begin_layout Plain Layout
44065 \begin_inset ERT
44066 status collapsed
44067
44068 \begin_layout Plain Layout
44069
44070
44071 \backslash
44072 fcolorbox{black}{
44073 \end_layout
44074
44075 \end_inset
44076
44077 Emerald
44078 \begin_inset ERT
44079 status collapsed
44080
44081 \begin_layout Plain Layout
44082
44083 }{
44084 \end_layout
44085
44086 \end_inset
44087
44088
44089 \begin_inset Phantom Phantom
44090 status open
44091
44092 \begin_layout Plain Layout
44093 W
44094 \end_layout
44095
44096 \end_inset
44097
44098
44099 \begin_inset ERT
44100 status collapsed
44101
44102 \begin_layout Plain Layout
44103
44104 }
44105 \end_layout
44106
44107 \end_inset
44108
44109  Emerald
44110 \end_layout
44111
44112 \end_inset
44113 </cell>
44114 <cell alignment="left" valignment="top" usebox="none">
44115 \begin_inset Text
44116
44117 \begin_layout Plain Layout
44118 \begin_inset ERT
44119 status collapsed
44120
44121 \begin_layout Plain Layout
44122
44123
44124 \backslash
44125 fcolorbox{black}{
44126 \end_layout
44127
44128 \end_inset
44129
44130 ForestGreen
44131 \begin_inset ERT
44132 status collapsed
44133
44134 \begin_layout Plain Layout
44135
44136 }{
44137 \end_layout
44138
44139 \end_inset
44140
44141
44142 \begin_inset Phantom Phantom
44143 status open
44144
44145 \begin_layout Plain Layout
44146 W
44147 \end_layout
44148
44149 \end_inset
44150
44151
44152 \begin_inset ERT
44153 status collapsed
44154
44155 \begin_layout Plain Layout
44156
44157 }
44158 \end_layout
44159
44160 \end_inset
44161
44162  ForestGreen
44163 \end_layout
44164
44165 \end_inset
44166 </cell>
44167 </row>
44168 <row>
44169 <cell alignment="left" valignment="top" usebox="none">
44170 \begin_inset Text
44171
44172 \begin_layout Plain Layout
44173 \begin_inset ERT
44174 status collapsed
44175
44176 \begin_layout Plain Layout
44177
44178
44179 \backslash
44180 fcolorbox{black}{
44181 \end_layout
44182
44183 \end_inset
44184
44185 Fuchsia
44186 \begin_inset ERT
44187 status collapsed
44188
44189 \begin_layout Plain Layout
44190
44191 }{
44192 \end_layout
44193
44194 \end_inset
44195
44196
44197 \begin_inset Phantom Phantom
44198 status open
44199
44200 \begin_layout Plain Layout
44201 W
44202 \end_layout
44203
44204 \end_inset
44205
44206
44207 \begin_inset ERT
44208 status collapsed
44209
44210 \begin_layout Plain Layout
44211
44212 }
44213 \end_layout
44214
44215 \end_inset
44216
44217  Fuchsia
44218 \end_layout
44219
44220 \end_inset
44221 </cell>
44222 <cell alignment="left" valignment="top" usebox="none">
44223 \begin_inset Text
44224
44225 \begin_layout Plain Layout
44226 \begin_inset ERT
44227 status collapsed
44228
44229 \begin_layout Plain Layout
44230
44231
44232 \backslash
44233 fcolorbox{black}{
44234 \end_layout
44235
44236 \end_inset
44237
44238 Goldenrod
44239 \begin_inset ERT
44240 status collapsed
44241
44242 \begin_layout Plain Layout
44243
44244 }{
44245 \end_layout
44246
44247 \end_inset
44248
44249
44250 \begin_inset Phantom Phantom
44251 status open
44252
44253 \begin_layout Plain Layout
44254 W
44255 \end_layout
44256
44257 \end_inset
44258
44259
44260 \begin_inset ERT
44261 status collapsed
44262
44263 \begin_layout Plain Layout
44264
44265 }
44266 \end_layout
44267
44268 \end_inset
44269
44270  Goldenrod
44271 \end_layout
44272
44273 \end_inset
44274 </cell>
44275 <cell alignment="left" valignment="top" usebox="none">
44276 \begin_inset Text
44277
44278 \begin_layout Plain Layout
44279 \begin_inset ERT
44280 status collapsed
44281
44282 \begin_layout Plain Layout
44283
44284
44285 \backslash
44286 fcolorbox{black}{
44287 \end_layout
44288
44289 \end_inset
44290
44291 Gray
44292 \begin_inset ERT
44293 status collapsed
44294
44295 \begin_layout Plain Layout
44296
44297 }{
44298 \end_layout
44299
44300 \end_inset
44301
44302
44303 \begin_inset Phantom Phantom
44304 status open
44305
44306 \begin_layout Plain Layout
44307 W
44308 \end_layout
44309
44310 \end_inset
44311
44312
44313 \begin_inset ERT
44314 status collapsed
44315
44316 \begin_layout Plain Layout
44317
44318 }
44319 \end_layout
44320
44321 \end_inset
44322
44323  Gray
44324 \end_layout
44325
44326 \end_inset
44327 </cell>
44328 <cell alignment="left" valignment="top" usebox="none">
44329 \begin_inset Text
44330
44331 \begin_layout Plain Layout
44332 \begin_inset ERT
44333 status collapsed
44334
44335 \begin_layout Plain Layout
44336
44337
44338 \backslash
44339 fcolorbox{black}{
44340 \end_layout
44341
44342 \end_inset
44343
44344 GreenYellow
44345 \begin_inset ERT
44346 status collapsed
44347
44348 \begin_layout Plain Layout
44349
44350 }{
44351 \end_layout
44352
44353 \end_inset
44354
44355
44356 \begin_inset Phantom Phantom
44357 status open
44358
44359 \begin_layout Plain Layout
44360 W
44361 \end_layout
44362
44363 \end_inset
44364
44365
44366 \begin_inset ERT
44367 status collapsed
44368
44369 \begin_layout Plain Layout
44370
44371 }
44372 \end_layout
44373
44374 \end_inset
44375
44376  GreenYellow
44377 \end_layout
44378
44379 \end_inset
44380 </cell>
44381 </row>
44382 <row>
44383 <cell alignment="center" valignment="top" usebox="none">
44384 \begin_inset Text
44385
44386 \begin_layout Plain Layout
44387 \begin_inset ERT
44388 status collapsed
44389
44390 \begin_layout Plain Layout
44391
44392
44393 \backslash
44394 fcolorbox{black}{
44395 \end_layout
44396
44397 \end_inset
44398
44399 JungleGreen
44400 \begin_inset ERT
44401 status collapsed
44402
44403 \begin_layout Plain Layout
44404
44405 }{
44406 \end_layout
44407
44408 \end_inset
44409
44410
44411 \begin_inset Phantom Phantom
44412 status open
44413
44414 \begin_layout Plain Layout
44415 W
44416 \end_layout
44417
44418 \end_inset
44419
44420
44421 \begin_inset ERT
44422 status collapsed
44423
44424 \begin_layout Plain Layout
44425
44426 }
44427 \end_layout
44428
44429 \end_inset
44430
44431  JungleGreen
44432 \end_layout
44433
44434 \end_inset
44435 </cell>
44436 <cell alignment="center" valignment="top" usebox="none">
44437 \begin_inset Text
44438
44439 \begin_layout Plain Layout
44440 \begin_inset ERT
44441 status collapsed
44442
44443 \begin_layout Plain Layout
44444
44445
44446 \backslash
44447 fcolorbox{black}{
44448 \end_layout
44449
44450 \end_inset
44451
44452 Lavender
44453 \begin_inset ERT
44454 status collapsed
44455
44456 \begin_layout Plain Layout
44457
44458 }{
44459 \end_layout
44460
44461 \end_inset
44462
44463
44464 \begin_inset Phantom Phantom
44465 status open
44466
44467 \begin_layout Plain Layout
44468 W
44469 \end_layout
44470
44471 \end_inset
44472
44473
44474 \begin_inset ERT
44475 status collapsed
44476
44477 \begin_layout Plain Layout
44478
44479 }
44480 \end_layout
44481
44482 \end_inset
44483
44484  Lavender
44485 \end_layout
44486
44487 \end_inset
44488 </cell>
44489 <cell alignment="center" valignment="top" usebox="none">
44490 \begin_inset Text
44491
44492 \begin_layout Plain Layout
44493 \begin_inset ERT
44494 status collapsed
44495
44496 \begin_layout Plain Layout
44497
44498
44499 \backslash
44500 fcolorbox{black}{
44501 \end_layout
44502
44503 \end_inset
44504
44505 LimeGreen
44506 \begin_inset ERT
44507 status collapsed
44508
44509 \begin_layout Plain Layout
44510
44511 }{
44512 \end_layout
44513
44514 \end_inset
44515
44516
44517 \begin_inset Phantom Phantom
44518 status open
44519
44520 \begin_layout Plain Layout
44521 W
44522 \end_layout
44523
44524 \end_inset
44525
44526
44527 \begin_inset ERT
44528 status collapsed
44529
44530 \begin_layout Plain Layout
44531
44532 }
44533 \end_layout
44534
44535 \end_inset
44536
44537  LimeGreen
44538 \end_layout
44539
44540 \end_inset
44541 </cell>
44542 <cell alignment="center" valignment="top" usebox="none">
44543 \begin_inset Text
44544
44545 \begin_layout Plain Layout
44546 \begin_inset ERT
44547 status collapsed
44548
44549 \begin_layout Plain Layout
44550
44551
44552 \backslash
44553 fcolorbox{black}{
44554 \end_layout
44555
44556 \end_inset
44557
44558 Mahogany
44559 \begin_inset ERT
44560 status collapsed
44561
44562 \begin_layout Plain Layout
44563
44564 }{
44565 \end_layout
44566
44567 \end_inset
44568
44569
44570 \begin_inset Phantom Phantom
44571 status open
44572
44573 \begin_layout Plain Layout
44574 W
44575 \end_layout
44576
44577 \end_inset
44578
44579
44580 \begin_inset ERT
44581 status collapsed
44582
44583 \begin_layout Plain Layout
44584
44585 }
44586 \end_layout
44587
44588 \end_inset
44589
44590  Mahogany
44591 \end_layout
44592
44593 \end_inset
44594 </cell>
44595 </row>
44596 <row>
44597 <cell alignment="left" valignment="top" usebox="none">
44598 \begin_inset Text
44599
44600 \begin_layout Plain Layout
44601 \begin_inset ERT
44602 status collapsed
44603
44604 \begin_layout Plain Layout
44605
44606
44607 \backslash
44608 fcolorbox{black}{
44609 \end_layout
44610
44611 \end_inset
44612
44613 Mahogany
44614 \begin_inset ERT
44615 status collapsed
44616
44617 \begin_layout Plain Layout
44618
44619 }{
44620 \end_layout
44621
44622 \end_inset
44623
44624
44625 \begin_inset Phantom Phantom
44626 status open
44627
44628 \begin_layout Plain Layout
44629 W
44630 \end_layout
44631
44632 \end_inset
44633
44634
44635 \begin_inset ERT
44636 status collapsed
44637
44638 \begin_layout Plain Layout
44639
44640 }
44641 \end_layout
44642
44643 \end_inset
44644
44645  Mahogany
44646 \end_layout
44647
44648 \end_inset
44649 </cell>
44650 <cell alignment="left" valignment="top" usebox="none">
44651 \begin_inset Text
44652
44653 \begin_layout Plain Layout
44654 \begin_inset ERT
44655 status collapsed
44656
44657 \begin_layout Plain Layout
44658
44659
44660 \backslash
44661 fcolorbox{black}{
44662 \end_layout
44663
44664 \end_inset
44665
44666 Maroon
44667 \begin_inset ERT
44668 status collapsed
44669
44670 \begin_layout Plain Layout
44671
44672 }{
44673 \end_layout
44674
44675 \end_inset
44676
44677
44678 \begin_inset Phantom Phantom
44679 status open
44680
44681 \begin_layout Plain Layout
44682 W
44683 \end_layout
44684
44685 \end_inset
44686
44687
44688 \begin_inset ERT
44689 status collapsed
44690
44691 \begin_layout Plain Layout
44692
44693 }
44694 \end_layout
44695
44696 \end_inset
44697
44698  Maroon
44699 \end_layout
44700
44701 \end_inset
44702 </cell>
44703 <cell alignment="left" valignment="top" usebox="none">
44704 \begin_inset Text
44705
44706 \begin_layout Plain Layout
44707 \begin_inset ERT
44708 status collapsed
44709
44710 \begin_layout Plain Layout
44711
44712
44713 \backslash
44714 fcolorbox{black}{
44715 \end_layout
44716
44717 \end_inset
44718
44719 Melon
44720 \begin_inset ERT
44721 status collapsed
44722
44723 \begin_layout Plain Layout
44724
44725 }{
44726 \end_layout
44727
44728 \end_inset
44729
44730
44731 \begin_inset Phantom Phantom
44732 status open
44733
44734 \begin_layout Plain Layout
44735 W
44736 \end_layout
44737
44738 \end_inset
44739
44740
44741 \begin_inset ERT
44742 status collapsed
44743
44744 \begin_layout Plain Layout
44745
44746 }
44747 \end_layout
44748
44749 \end_inset
44750
44751  Melon
44752 \end_layout
44753
44754 \end_inset
44755 </cell>
44756 <cell alignment="left" valignment="top" usebox="none">
44757 \begin_inset Text
44758
44759 \begin_layout Plain Layout
44760 \begin_inset ERT
44761 status collapsed
44762
44763 \begin_layout Plain Layout
44764
44765
44766 \backslash
44767 fcolorbox{black}{
44768 \end_layout
44769
44770 \end_inset
44771
44772 MidnightBlue
44773 \begin_inset ERT
44774 status collapsed
44775
44776 \begin_layout Plain Layout
44777
44778 }{
44779 \end_layout
44780
44781 \end_inset
44782
44783
44784 \begin_inset Phantom Phantom
44785 status open
44786
44787 \begin_layout Plain Layout
44788 W
44789 \end_layout
44790
44791 \end_inset
44792
44793
44794 \begin_inset ERT
44795 status collapsed
44796
44797 \begin_layout Plain Layout
44798
44799 }
44800 \end_layout
44801
44802 \end_inset
44803
44804  MidnightBlue
44805 \end_layout
44806
44807 \end_inset
44808 </cell>
44809 </row>
44810 <row>
44811 <cell alignment="left" valignment="top" usebox="none">
44812 \begin_inset Text
44813
44814 \begin_layout Plain Layout
44815 \begin_inset ERT
44816 status collapsed
44817
44818 \begin_layout Plain Layout
44819
44820
44821 \backslash
44822 fcolorbox{black}{
44823 \end_layout
44824
44825 \end_inset
44826
44827 Mulberry
44828 \begin_inset ERT
44829 status collapsed
44830
44831 \begin_layout Plain Layout
44832
44833 }{
44834 \end_layout
44835
44836 \end_inset
44837
44838
44839 \begin_inset Phantom Phantom
44840 status open
44841
44842 \begin_layout Plain Layout
44843 W
44844 \end_layout
44845
44846 \end_inset
44847
44848
44849 \begin_inset ERT
44850 status collapsed
44851
44852 \begin_layout Plain Layout
44853
44854 }
44855 \end_layout
44856
44857 \end_inset
44858
44859  Mulberry
44860 \end_layout
44861
44862 \end_inset
44863 </cell>
44864 <cell alignment="left" valignment="top" usebox="none">
44865 \begin_inset Text
44866
44867 \begin_layout Plain Layout
44868 \begin_inset ERT
44869 status collapsed
44870
44871 \begin_layout Plain Layout
44872
44873
44874 \backslash
44875 fcolorbox{black}{
44876 \end_layout
44877
44878 \end_inset
44879
44880 NavyBlue
44881 \begin_inset ERT
44882 status collapsed
44883
44884 \begin_layout Plain Layout
44885
44886 }{
44887 \end_layout
44888
44889 \end_inset
44890
44891
44892 \begin_inset Phantom Phantom
44893 status open
44894
44895 \begin_layout Plain Layout
44896 W
44897 \end_layout
44898
44899 \end_inset
44900
44901
44902 \begin_inset ERT
44903 status collapsed
44904
44905 \begin_layout Plain Layout
44906
44907 }
44908 \end_layout
44909
44910 \end_inset
44911
44912  NavyBlue
44913 \end_layout
44914
44915 \end_inset
44916 </cell>
44917 <cell alignment="left" valignment="top" usebox="none">
44918 \begin_inset Text
44919
44920 \begin_layout Plain Layout
44921 \begin_inset ERT
44922 status collapsed
44923
44924 \begin_layout Plain Layout
44925
44926
44927 \backslash
44928 fcolorbox{black}{
44929 \end_layout
44930
44931 \end_inset
44932
44933 OliveGreen
44934 \begin_inset ERT
44935 status collapsed
44936
44937 \begin_layout Plain Layout
44938
44939 }{
44940 \end_layout
44941
44942 \end_inset
44943
44944
44945 \begin_inset Phantom Phantom
44946 status open
44947
44948 \begin_layout Plain Layout
44949 W
44950 \end_layout
44951
44952 \end_inset
44953
44954
44955 \begin_inset ERT
44956 status collapsed
44957
44958 \begin_layout Plain Layout
44959
44960 }
44961 \end_layout
44962
44963 \end_inset
44964
44965  OliveGreen
44966 \end_layout
44967
44968 \end_inset
44969 </cell>
44970 <cell alignment="left" valignment="top" usebox="none">
44971 \begin_inset Text
44972
44973 \begin_layout Plain Layout
44974 \begin_inset ERT
44975 status collapsed
44976
44977 \begin_layout Plain Layout
44978
44979
44980 \backslash
44981 fcolorbox{black}{
44982 \end_layout
44983
44984 \end_inset
44985
44986 Orange
44987 \begin_inset ERT
44988 status collapsed
44989
44990 \begin_layout Plain Layout
44991
44992 }{
44993 \end_layout
44994
44995 \end_inset
44996
44997
44998 \begin_inset Phantom Phantom
44999 status open
45000
45001 \begin_layout Plain Layout
45002 W
45003 \end_layout
45004
45005 \end_inset
45006
45007
45008 \begin_inset ERT
45009 status collapsed
45010
45011 \begin_layout Plain Layout
45012
45013 }
45014 \end_layout
45015
45016 \end_inset
45017
45018  Orange
45019 \end_layout
45020
45021 \end_inset
45022 </cell>
45023 </row>
45024 <row>
45025 <cell alignment="left" valignment="top" usebox="none">
45026 \begin_inset Text
45027
45028 \begin_layout Plain Layout
45029 \begin_inset ERT
45030 status collapsed
45031
45032 \begin_layout Plain Layout
45033
45034
45035 \backslash
45036 fcolorbox{black}{
45037 \end_layout
45038
45039 \end_inset
45040
45041 OrangeRed
45042 \begin_inset ERT
45043 status collapsed
45044
45045 \begin_layout Plain Layout
45046
45047 }{
45048 \end_layout
45049
45050 \end_inset
45051
45052
45053 \begin_inset Phantom Phantom
45054 status open
45055
45056 \begin_layout Plain Layout
45057 W
45058 \end_layout
45059
45060 \end_inset
45061
45062
45063 \begin_inset ERT
45064 status collapsed
45065
45066 \begin_layout Plain Layout
45067
45068 }
45069 \end_layout
45070
45071 \end_inset
45072
45073  OrangeRed
45074 \end_layout
45075
45076 \end_inset
45077 </cell>
45078 <cell alignment="left" valignment="top" usebox="none">
45079 \begin_inset Text
45080
45081 \begin_layout Plain Layout
45082 \begin_inset ERT
45083 status collapsed
45084
45085 \begin_layout Plain Layout
45086
45087
45088 \backslash
45089 fcolorbox{black}{
45090 \end_layout
45091
45092 \end_inset
45093
45094 Orchid
45095 \begin_inset ERT
45096 status collapsed
45097
45098 \begin_layout Plain Layout
45099
45100 }{
45101 \end_layout
45102
45103 \end_inset
45104
45105
45106 \begin_inset Phantom Phantom
45107 status open
45108
45109 \begin_layout Plain Layout
45110 W
45111 \end_layout
45112
45113 \end_inset
45114
45115
45116 \begin_inset ERT
45117 status collapsed
45118
45119 \begin_layout Plain Layout
45120
45121 }
45122 \end_layout
45123
45124 \end_inset
45125
45126  Orchid
45127 \end_layout
45128
45129 \end_inset
45130 </cell>
45131 <cell alignment="left" valignment="top" usebox="none">
45132 \begin_inset Text
45133
45134 \begin_layout Plain Layout
45135 \begin_inset ERT
45136 status collapsed
45137
45138 \begin_layout Plain Layout
45139
45140
45141 \backslash
45142 fcolorbox{black}{
45143 \end_layout
45144
45145 \end_inset
45146
45147 Peach
45148 \begin_inset ERT
45149 status collapsed
45150
45151 \begin_layout Plain Layout
45152
45153 }{
45154 \end_layout
45155
45156 \end_inset
45157
45158
45159 \begin_inset Phantom Phantom
45160 status open
45161
45162 \begin_layout Plain Layout
45163 W
45164 \end_layout
45165
45166 \end_inset
45167
45168
45169 \begin_inset ERT
45170 status collapsed
45171
45172 \begin_layout Plain Layout
45173
45174 }
45175 \end_layout
45176
45177 \end_inset
45178
45179  Peach
45180 \end_layout
45181
45182 \end_inset
45183 </cell>
45184 <cell alignment="left" valignment="top" usebox="none">
45185 \begin_inset Text
45186
45187 \begin_layout Plain Layout
45188 \begin_inset ERT
45189 status collapsed
45190
45191 \begin_layout Plain Layout
45192
45193
45194 \backslash
45195 fcolorbox{black}{
45196 \end_layout
45197
45198 \end_inset
45199
45200 Periwinkle
45201 \begin_inset ERT
45202 status collapsed
45203
45204 \begin_layout Plain Layout
45205
45206 }{
45207 \end_layout
45208
45209 \end_inset
45210
45211
45212 \begin_inset Phantom Phantom
45213 status open
45214
45215 \begin_layout Plain Layout
45216 W
45217 \end_layout
45218
45219 \end_inset
45220
45221
45222 \begin_inset ERT
45223 status collapsed
45224
45225 \begin_layout Plain Layout
45226
45227 }
45228 \end_layout
45229
45230 \end_inset
45231
45232  Periwinkle
45233 \end_layout
45234
45235 \end_inset
45236 </cell>
45237 </row>
45238 <row>
45239 <cell alignment="left" valignment="top" usebox="none">
45240 \begin_inset Text
45241
45242 \begin_layout Plain Layout
45243 \begin_inset ERT
45244 status collapsed
45245
45246 \begin_layout Plain Layout
45247
45248
45249 \backslash
45250 fcolorbox{black}{
45251 \end_layout
45252
45253 \end_inset
45254
45255 PineGreen
45256 \begin_inset ERT
45257 status collapsed
45258
45259 \begin_layout Plain Layout
45260
45261 }{
45262 \end_layout
45263
45264 \end_inset
45265
45266
45267 \begin_inset Phantom Phantom
45268 status open
45269
45270 \begin_layout Plain Layout
45271 W
45272 \end_layout
45273
45274 \end_inset
45275
45276
45277 \begin_inset ERT
45278 status collapsed
45279
45280 \begin_layout Plain Layout
45281
45282 }
45283 \end_layout
45284
45285 \end_inset
45286
45287  PineGreen
45288 \end_layout
45289
45290 \end_inset
45291 </cell>
45292 <cell alignment="left" valignment="top" usebox="none">
45293 \begin_inset Text
45294
45295 \begin_layout Plain Layout
45296 \begin_inset ERT
45297 status collapsed
45298
45299 \begin_layout Plain Layout
45300
45301
45302 \backslash
45303 fcolorbox{black}{
45304 \end_layout
45305
45306 \end_inset
45307
45308 Plum
45309 \begin_inset ERT
45310 status collapsed
45311
45312 \begin_layout Plain Layout
45313
45314 }{
45315 \end_layout
45316
45317 \end_inset
45318
45319
45320 \begin_inset Phantom Phantom
45321 status open
45322
45323 \begin_layout Plain Layout
45324 W
45325 \end_layout
45326
45327 \end_inset
45328
45329
45330 \begin_inset ERT
45331 status collapsed
45332
45333 \begin_layout Plain Layout
45334
45335 }
45336 \end_layout
45337
45338 \end_inset
45339
45340  Plum
45341 \end_layout
45342
45343 \end_inset
45344 </cell>
45345 <cell alignment="left" valignment="top" usebox="none">
45346 \begin_inset Text
45347
45348 \begin_layout Plain Layout
45349 \begin_inset ERT
45350 status collapsed
45351
45352 \begin_layout Plain Layout
45353
45354
45355 \backslash
45356 fcolorbox{black}{
45357 \end_layout
45358
45359 \end_inset
45360
45361 ProcessBlue
45362 \begin_inset ERT
45363 status collapsed
45364
45365 \begin_layout Plain Layout
45366
45367 }{
45368 \end_layout
45369
45370 \end_inset
45371
45372
45373 \begin_inset Phantom Phantom
45374 status open
45375
45376 \begin_layout Plain Layout
45377 W
45378 \end_layout
45379
45380 \end_inset
45381
45382
45383 \begin_inset ERT
45384 status collapsed
45385
45386 \begin_layout Plain Layout
45387
45388 }
45389 \end_layout
45390
45391 \end_inset
45392
45393  ProcessBlue
45394 \end_layout
45395
45396 \end_inset
45397 </cell>
45398 <cell alignment="left" valignment="top" usebox="none">
45399 \begin_inset Text
45400
45401 \begin_layout Plain Layout
45402 \begin_inset ERT
45403 status collapsed
45404
45405 \begin_layout Plain Layout
45406
45407
45408 \backslash
45409 fcolorbox{black}{
45410 \end_layout
45411
45412 \end_inset
45413
45414 Purple
45415 \begin_inset ERT
45416 status collapsed
45417
45418 \begin_layout Plain Layout
45419
45420 }{
45421 \end_layout
45422
45423 \end_inset
45424
45425
45426 \begin_inset Phantom Phantom
45427 status open
45428
45429 \begin_layout Plain Layout
45430 W
45431 \end_layout
45432
45433 \end_inset
45434
45435
45436 \begin_inset ERT
45437 status collapsed
45438
45439 \begin_layout Plain Layout
45440
45441 }
45442 \end_layout
45443
45444 \end_inset
45445
45446  Purple
45447 \end_layout
45448
45449 \end_inset
45450 </cell>
45451 </row>
45452 <row>
45453 <cell alignment="left" valignment="top" usebox="none">
45454 \begin_inset Text
45455
45456 \begin_layout Plain Layout
45457 \begin_inset ERT
45458 status collapsed
45459
45460 \begin_layout Plain Layout
45461
45462
45463 \backslash
45464 fcolorbox{black}{
45465 \end_layout
45466
45467 \end_inset
45468
45469 RawSienna
45470 \begin_inset ERT
45471 status collapsed
45472
45473 \begin_layout Plain Layout
45474
45475 }{
45476 \end_layout
45477
45478 \end_inset
45479
45480
45481 \begin_inset Phantom Phantom
45482 status open
45483
45484 \begin_layout Plain Layout
45485 W
45486 \end_layout
45487
45488 \end_inset
45489
45490
45491 \begin_inset ERT
45492 status collapsed
45493
45494 \begin_layout Plain Layout
45495
45496 }
45497 \end_layout
45498
45499 \end_inset
45500
45501  RawSienna
45502 \end_layout
45503
45504 \end_inset
45505 </cell>
45506 <cell alignment="left" valignment="top" usebox="none">
45507 \begin_inset Text
45508
45509 \begin_layout Plain Layout
45510 \begin_inset ERT
45511 status collapsed
45512
45513 \begin_layout Plain Layout
45514
45515
45516 \backslash
45517 fcolorbox{black}{
45518 \end_layout
45519
45520 \end_inset
45521
45522 RedOrange
45523 \begin_inset ERT
45524 status collapsed
45525
45526 \begin_layout Plain Layout
45527
45528 }{
45529 \end_layout
45530
45531 \end_inset
45532
45533
45534 \begin_inset Phantom Phantom
45535 status open
45536
45537 \begin_layout Plain Layout
45538 W
45539 \end_layout
45540
45541 \end_inset
45542
45543
45544 \begin_inset ERT
45545 status collapsed
45546
45547 \begin_layout Plain Layout
45548
45549 }
45550 \end_layout
45551
45552 \end_inset
45553
45554  RedOrange
45555 \end_layout
45556
45557 \end_inset
45558 </cell>
45559 <cell alignment="left" valignment="top" usebox="none">
45560 \begin_inset Text
45561
45562 \begin_layout Plain Layout
45563 \begin_inset ERT
45564 status collapsed
45565
45566 \begin_layout Plain Layout
45567
45568
45569 \backslash
45570 fcolorbox{black}{
45571 \end_layout
45572
45573 \end_inset
45574
45575 RedViolet
45576 \begin_inset ERT
45577 status collapsed
45578
45579 \begin_layout Plain Layout
45580
45581 }{
45582 \end_layout
45583
45584 \end_inset
45585
45586
45587 \begin_inset Phantom Phantom
45588 status open
45589
45590 \begin_layout Plain Layout
45591 W
45592 \end_layout
45593
45594 \end_inset
45595
45596
45597 \begin_inset ERT
45598 status collapsed
45599
45600 \begin_layout Plain Layout
45601
45602 }
45603 \end_layout
45604
45605 \end_inset
45606
45607  RedViolet
45608 \end_layout
45609
45610 \end_inset
45611 </cell>
45612 <cell alignment="left" valignment="top" usebox="none">
45613 \begin_inset Text
45614
45615 \begin_layout Plain Layout
45616 \begin_inset ERT
45617 status collapsed
45618
45619 \begin_layout Plain Layout
45620
45621
45622 \backslash
45623 fcolorbox{black}{
45624 \end_layout
45625
45626 \end_inset
45627
45628 Rhodamine
45629 \begin_inset ERT
45630 status collapsed
45631
45632 \begin_layout Plain Layout
45633
45634 }{
45635 \end_layout
45636
45637 \end_inset
45638
45639
45640 \begin_inset Phantom Phantom
45641 status open
45642
45643 \begin_layout Plain Layout
45644 W
45645 \end_layout
45646
45647 \end_inset
45648
45649
45650 \begin_inset ERT
45651 status collapsed
45652
45653 \begin_layout Plain Layout
45654
45655 }
45656 \end_layout
45657
45658 \end_inset
45659
45660  Rhodamine
45661 \end_layout
45662
45663 \end_inset
45664 </cell>
45665 </row>
45666 <row>
45667 <cell alignment="left" valignment="top" usebox="none">
45668 \begin_inset Text
45669
45670 \begin_layout Plain Layout
45671 \begin_inset ERT
45672 status collapsed
45673
45674 \begin_layout Plain Layout
45675
45676
45677 \backslash
45678 fcolorbox{black}{
45679 \end_layout
45680
45681 \end_inset
45682
45683 RoyalBlue
45684 \begin_inset ERT
45685 status collapsed
45686
45687 \begin_layout Plain Layout
45688
45689 }{
45690 \end_layout
45691
45692 \end_inset
45693
45694
45695 \begin_inset Phantom Phantom
45696 status open
45697
45698 \begin_layout Plain Layout
45699 W
45700 \end_layout
45701
45702 \end_inset
45703
45704
45705 \begin_inset ERT
45706 status collapsed
45707
45708 \begin_layout Plain Layout
45709
45710 }
45711 \end_layout
45712
45713 \end_inset
45714
45715  RoyalBlue
45716 \end_layout
45717
45718 \end_inset
45719 </cell>
45720 <cell alignment="left" valignment="top" usebox="none">
45721 \begin_inset Text
45722
45723 \begin_layout Plain Layout
45724 \begin_inset ERT
45725 status collapsed
45726
45727 \begin_layout Plain Layout
45728
45729
45730 \backslash
45731 fcolorbox{black}{
45732 \end_layout
45733
45734 \end_inset
45735
45736 RoyalPurple
45737 \begin_inset ERT
45738 status collapsed
45739
45740 \begin_layout Plain Layout
45741
45742 }{
45743 \end_layout
45744
45745 \end_inset
45746
45747
45748 \begin_inset Phantom Phantom
45749 status open
45750
45751 \begin_layout Plain Layout
45752 W
45753 \end_layout
45754
45755 \end_inset
45756
45757
45758 \begin_inset ERT
45759 status collapsed
45760
45761 \begin_layout Plain Layout
45762
45763 }
45764 \end_layout
45765
45766 \end_inset
45767
45768  RoyalPurple
45769 \end_layout
45770
45771 \end_inset
45772 </cell>
45773 <cell alignment="left" valignment="top" usebox="none">
45774 \begin_inset Text
45775
45776 \begin_layout Plain Layout
45777 \begin_inset ERT
45778 status collapsed
45779
45780 \begin_layout Plain Layout
45781
45782
45783 \backslash
45784 fcolorbox{black}{
45785 \end_layout
45786
45787 \end_inset
45788
45789 RubineRed
45790 \begin_inset ERT
45791 status collapsed
45792
45793 \begin_layout Plain Layout
45794
45795 }{
45796 \end_layout
45797
45798 \end_inset
45799
45800
45801 \begin_inset Phantom Phantom
45802 status open
45803
45804 \begin_layout Plain Layout
45805 W
45806 \end_layout
45807
45808 \end_inset
45809
45810
45811 \begin_inset ERT
45812 status collapsed
45813
45814 \begin_layout Plain Layout
45815
45816 }
45817 \end_layout
45818
45819 \end_inset
45820
45821  RubineRed
45822 \end_layout
45823
45824 \end_inset
45825 </cell>
45826 <cell alignment="left" valignment="top" usebox="none">
45827 \begin_inset Text
45828
45829 \begin_layout Plain Layout
45830 \begin_inset ERT
45831 status collapsed
45832
45833 \begin_layout Plain Layout
45834
45835
45836 \backslash
45837 fcolorbox{black}{
45838 \end_layout
45839
45840 \end_inset
45841
45842 Salmon
45843 \begin_inset ERT
45844 status collapsed
45845
45846 \begin_layout Plain Layout
45847
45848 }{
45849 \end_layout
45850
45851 \end_inset
45852
45853
45854 \begin_inset Phantom Phantom
45855 status open
45856
45857 \begin_layout Plain Layout
45858 W
45859 \end_layout
45860
45861 \end_inset
45862
45863
45864 \begin_inset ERT
45865 status collapsed
45866
45867 \begin_layout Plain Layout
45868
45869 }
45870 \end_layout
45871
45872 \end_inset
45873
45874  Salmon
45875 \end_layout
45876
45877 \end_inset
45878 </cell>
45879 </row>
45880 <row>
45881 <cell alignment="left" valignment="top" usebox="none">
45882 \begin_inset Text
45883
45884 \begin_layout Plain Layout
45885 \begin_inset ERT
45886 status collapsed
45887
45888 \begin_layout Plain Layout
45889
45890
45891 \backslash
45892 fcolorbox{black}{
45893 \end_layout
45894
45895 \end_inset
45896
45897 SeaGreen
45898 \begin_inset ERT
45899 status collapsed
45900
45901 \begin_layout Plain Layout
45902
45903 }{
45904 \end_layout
45905
45906 \end_inset
45907
45908
45909 \begin_inset Phantom Phantom
45910 status open
45911
45912 \begin_layout Plain Layout
45913 W
45914 \end_layout
45915
45916 \end_inset
45917
45918
45919 \begin_inset ERT
45920 status collapsed
45921
45922 \begin_layout Plain Layout
45923
45924 }
45925 \end_layout
45926
45927 \end_inset
45928
45929  SeaGreen
45930 \end_layout
45931
45932 \end_inset
45933 </cell>
45934 <cell alignment="left" valignment="top" usebox="none">
45935 \begin_inset Text
45936
45937 \begin_layout Plain Layout
45938 \begin_inset ERT
45939 status collapsed
45940
45941 \begin_layout Plain Layout
45942
45943
45944 \backslash
45945 fcolorbox{black}{
45946 \end_layout
45947
45948 \end_inset
45949
45950 Sepia
45951 \begin_inset ERT
45952 status collapsed
45953
45954 \begin_layout Plain Layout
45955
45956 }{
45957 \end_layout
45958
45959 \end_inset
45960
45961
45962 \begin_inset Phantom Phantom
45963 status open
45964
45965 \begin_layout Plain Layout
45966 W
45967 \end_layout
45968
45969 \end_inset
45970
45971
45972 \begin_inset ERT
45973 status collapsed
45974
45975 \begin_layout Plain Layout
45976
45977 }
45978 \end_layout
45979
45980 \end_inset
45981
45982  Sepia
45983 \end_layout
45984
45985 \end_inset
45986 </cell>
45987 <cell alignment="left" valignment="top" usebox="none">
45988 \begin_inset Text
45989
45990 \begin_layout Plain Layout
45991 \begin_inset ERT
45992 status collapsed
45993
45994 \begin_layout Plain Layout
45995
45996
45997 \backslash
45998 fcolorbox{black}{
45999 \end_layout
46000
46001 \end_inset
46002
46003 SkyBlue
46004 \begin_inset ERT
46005 status collapsed
46006
46007 \begin_layout Plain Layout
46008
46009 }{
46010 \end_layout
46011
46012 \end_inset
46013
46014
46015 \begin_inset Phantom Phantom
46016 status open
46017
46018 \begin_layout Plain Layout
46019 W
46020 \end_layout
46021
46022 \end_inset
46023
46024
46025 \begin_inset ERT
46026 status collapsed
46027
46028 \begin_layout Plain Layout
46029
46030 }
46031 \end_layout
46032
46033 \end_inset
46034
46035  SkyBlue
46036 \end_layout
46037
46038 \end_inset
46039 </cell>
46040 <cell alignment="left" valignment="top" usebox="none">
46041 \begin_inset Text
46042
46043 \begin_layout Plain Layout
46044 \begin_inset ERT
46045 status collapsed
46046
46047 \begin_layout Plain Layout
46048
46049
46050 \backslash
46051 fcolorbox{black}{
46052 \end_layout
46053
46054 \end_inset
46055
46056 SpringGreen
46057 \begin_inset ERT
46058 status collapsed
46059
46060 \begin_layout Plain Layout
46061
46062 }{
46063 \end_layout
46064
46065 \end_inset
46066
46067
46068 \begin_inset Phantom Phantom
46069 status open
46070
46071 \begin_layout Plain Layout
46072 W
46073 \end_layout
46074
46075 \end_inset
46076
46077
46078 \begin_inset ERT
46079 status collapsed
46080
46081 \begin_layout Plain Layout
46082
46083 }
46084 \end_layout
46085
46086 \end_inset
46087
46088  SpringGreen
46089 \end_layout
46090
46091 \end_inset
46092 </cell>
46093 </row>
46094 <row>
46095 <cell alignment="left" valignment="top" usebox="none">
46096 \begin_inset Text
46097
46098 \begin_layout Plain Layout
46099 \begin_inset ERT
46100 status collapsed
46101
46102 \begin_layout Plain Layout
46103
46104
46105 \backslash
46106 fcolorbox{black}{
46107 \end_layout
46108
46109 \end_inset
46110
46111 Tan
46112 \begin_inset ERT
46113 status collapsed
46114
46115 \begin_layout Plain Layout
46116
46117 }{
46118 \end_layout
46119
46120 \end_inset
46121
46122
46123 \begin_inset Phantom Phantom
46124 status open
46125
46126 \begin_layout Plain Layout
46127 W
46128 \end_layout
46129
46130 \end_inset
46131
46132
46133 \begin_inset ERT
46134 status collapsed
46135
46136 \begin_layout Plain Layout
46137
46138 }
46139 \end_layout
46140
46141 \end_inset
46142
46143  Tan
46144 \end_layout
46145
46146 \end_inset
46147 </cell>
46148 <cell alignment="left" valignment="top" usebox="none">
46149 \begin_inset Text
46150
46151 \begin_layout Plain Layout
46152 \begin_inset ERT
46153 status collapsed
46154
46155 \begin_layout Plain Layout
46156
46157
46158 \backslash
46159 fcolorbox{black}{
46160 \end_layout
46161
46162 \end_inset
46163
46164 TealBlue
46165 \begin_inset ERT
46166 status collapsed
46167
46168 \begin_layout Plain Layout
46169
46170 }{
46171 \end_layout
46172
46173 \end_inset
46174
46175
46176 \begin_inset Phantom Phantom
46177 status open
46178
46179 \begin_layout Plain Layout
46180 W
46181 \end_layout
46182
46183 \end_inset
46184
46185
46186 \begin_inset ERT
46187 status collapsed
46188
46189 \begin_layout Plain Layout
46190
46191 }
46192 \end_layout
46193
46194 \end_inset
46195
46196  TealBlue
46197 \end_layout
46198
46199 \end_inset
46200 </cell>
46201 <cell alignment="left" valignment="top" usebox="none">
46202 \begin_inset Text
46203
46204 \begin_layout Plain Layout
46205 \begin_inset ERT
46206 status collapsed
46207
46208 \begin_layout Plain Layout
46209
46210
46211 \backslash
46212 fcolorbox{black}{
46213 \end_layout
46214
46215 \end_inset
46216
46217 Thistle
46218 \begin_inset ERT
46219 status collapsed
46220
46221 \begin_layout Plain Layout
46222
46223 }{
46224 \end_layout
46225
46226 \end_inset
46227
46228
46229 \begin_inset Phantom Phantom
46230 status open
46231
46232 \begin_layout Plain Layout
46233 W
46234 \end_layout
46235
46236 \end_inset
46237
46238
46239 \begin_inset ERT
46240 status collapsed
46241
46242 \begin_layout Plain Layout
46243
46244 }
46245 \end_layout
46246
46247 \end_inset
46248
46249  Thistle
46250 \end_layout
46251
46252 \end_inset
46253 </cell>
46254 <cell alignment="left" valignment="top" usebox="none">
46255 \begin_inset Text
46256
46257 \begin_layout Plain Layout
46258 \begin_inset ERT
46259 status collapsed
46260
46261 \begin_layout Plain Layout
46262
46263
46264 \backslash
46265 fcolorbox{black}{
46266 \end_layout
46267
46268 \end_inset
46269
46270 Turquoise
46271 \begin_inset ERT
46272 status collapsed
46273
46274 \begin_layout Plain Layout
46275
46276 }{
46277 \end_layout
46278
46279 \end_inset
46280
46281
46282 \begin_inset Phantom Phantom
46283 status open
46284
46285 \begin_layout Plain Layout
46286 W
46287 \end_layout
46288
46289 \end_inset
46290
46291
46292 \begin_inset ERT
46293 status collapsed
46294
46295 \begin_layout Plain Layout
46296
46297 }
46298 \end_layout
46299
46300 \end_inset
46301
46302  Turquoise
46303 \end_layout
46304
46305 \end_inset
46306 </cell>
46307 </row>
46308 <row>
46309 <cell alignment="left" valignment="top" usebox="none">
46310 \begin_inset Text
46311
46312 \begin_layout Plain Layout
46313 \begin_inset ERT
46314 status collapsed
46315
46316 \begin_layout Plain Layout
46317
46318
46319 \backslash
46320 fcolorbox{black}{
46321 \end_layout
46322
46323 \end_inset
46324
46325 Violet
46326 \begin_inset ERT
46327 status collapsed
46328
46329 \begin_layout Plain Layout
46330
46331 }{
46332 \end_layout
46333
46334 \end_inset
46335
46336
46337 \begin_inset Phantom Phantom
46338 status open
46339
46340 \begin_layout Plain Layout
46341 W
46342 \end_layout
46343
46344 \end_inset
46345
46346
46347 \begin_inset ERT
46348 status collapsed
46349
46350 \begin_layout Plain Layout
46351
46352 }
46353 \end_layout
46354
46355 \end_inset
46356
46357  Violet
46358 \end_layout
46359
46360 \end_inset
46361 </cell>
46362 <cell alignment="left" valignment="top" usebox="none">
46363 \begin_inset Text
46364
46365 \begin_layout Plain Layout
46366 \begin_inset ERT
46367 status collapsed
46368
46369 \begin_layout Plain Layout
46370
46371
46372 \backslash
46373 fcolorbox{black}{
46374 \end_layout
46375
46376 \end_inset
46377
46378 VioletRed
46379 \begin_inset ERT
46380 status collapsed
46381
46382 \begin_layout Plain Layout
46383
46384 }{
46385 \end_layout
46386
46387 \end_inset
46388
46389
46390 \begin_inset Phantom Phantom
46391 status open
46392
46393 \begin_layout Plain Layout
46394 W
46395 \end_layout
46396
46397 \end_inset
46398
46399
46400 \begin_inset ERT
46401 status collapsed
46402
46403 \begin_layout Plain Layout
46404
46405 }
46406 \end_layout
46407
46408 \end_inset
46409
46410  VioletRed
46411 \end_layout
46412
46413 \end_inset
46414 </cell>
46415 <cell alignment="left" valignment="top" usebox="none">
46416 \begin_inset Text
46417
46418 \begin_layout Plain Layout
46419 \begin_inset ERT
46420 status collapsed
46421
46422 \begin_layout Plain Layout
46423
46424
46425 \backslash
46426 fcolorbox{black}{
46427 \end_layout
46428
46429 \end_inset
46430
46431 WildStrawberry
46432 \begin_inset ERT
46433 status collapsed
46434
46435 \begin_layout Plain Layout
46436
46437 }{
46438 \end_layout
46439
46440 \end_inset
46441
46442
46443 \begin_inset Phantom Phantom
46444 status open
46445
46446 \begin_layout Plain Layout
46447 W
46448 \end_layout
46449
46450 \end_inset
46451
46452
46453 \begin_inset ERT
46454 status collapsed
46455
46456 \begin_layout Plain Layout
46457
46458 }
46459 \end_layout
46460
46461 \end_inset
46462
46463  WildStrawberry
46464 \end_layout
46465
46466 \end_inset
46467 </cell>
46468 <cell alignment="left" valignment="top" usebox="none">
46469 \begin_inset Text
46470
46471 \begin_layout Plain Layout
46472 \begin_inset ERT
46473 status collapsed
46474
46475 \begin_layout Plain Layout
46476
46477
46478 \backslash
46479 fcolorbox{black}{
46480 \end_layout
46481
46482 \end_inset
46483
46484 YellowGreen
46485 \begin_inset ERT
46486 status collapsed
46487
46488 \begin_layout Plain Layout
46489
46490 }{
46491 \end_layout
46492
46493 \end_inset
46494
46495
46496 \begin_inset Phantom Phantom
46497 status open
46498
46499 \begin_layout Plain Layout
46500 W
46501 \end_layout
46502
46503 \end_inset
46504
46505
46506 \begin_inset ERT
46507 status collapsed
46508
46509 \begin_layout Plain Layout
46510
46511 }
46512 \end_layout
46513
46514 \end_inset
46515
46516  YellowGreen
46517 \end_layout
46518
46519 \end_inset
46520 </cell>
46521 </row>
46522 <row>
46523 <cell alignment="left" valignment="top" usebox="none">
46524 \begin_inset Text
46525
46526 \begin_layout Plain Layout
46527 \begin_inset ERT
46528 status collapsed
46529
46530 \begin_layout Plain Layout
46531
46532
46533 \backslash
46534 fcolorbox{black}{
46535 \end_layout
46536
46537 \end_inset
46538
46539 YellowOrange
46540 \begin_inset ERT
46541 status collapsed
46542
46543 \begin_layout Plain Layout
46544
46545 }{
46546 \end_layout
46547
46548 \end_inset
46549
46550
46551 \begin_inset Phantom Phantom
46552 status open
46553
46554 \begin_layout Plain Layout
46555 W
46556 \end_layout
46557
46558 \end_inset
46559
46560
46561 \begin_inset ERT
46562 status collapsed
46563
46564 \begin_layout Plain Layout
46565
46566 }
46567 \end_layout
46568
46569 \end_inset
46570
46571  YellowOrange
46572 \end_layout
46573
46574 \end_inset
46575 </cell>
46576 <cell alignment="left" valignment="top" usebox="none">
46577 \begin_inset Text
46578
46579 \begin_layout Plain Layout
46580
46581 \end_layout
46582
46583 \end_inset
46584 </cell>
46585 <cell alignment="left" valignment="top" usebox="none">
46586 \begin_inset Text
46587
46588 \begin_layout Plain Layout
46589
46590 \end_layout
46591
46592 \end_inset
46593 </cell>
46594 <cell alignment="left" valignment="top" usebox="none">
46595 \begin_inset Text
46596
46597 \begin_layout Plain Layout
46598
46599 \end_layout
46600
46601 \end_inset
46602 </cell>
46603 </row>
46604 </lyxtabular>
46605
46606 \end_inset
46607
46608
46609 \end_layout
46610
46611 \begin_layout Chapter
46612 Erklärung der Gleichung
46613 \begin_inset space ~
46614 \end_inset
46615
46616 (
46617 \begin_inset CommandInset ref
46618 LatexCommand ref
46619 reference "eq:Wgn"
46620
46621 \end_inset
46622
46623 )
46624 \begin_inset CommandInset label
46625 LatexCommand label
46626 name "kap:Erläuterung-einer-Gleichung"
46627
46628 \end_inset
46629
46630
46631 \end_layout
46632
46633 \begin_layout Standard
46634 Die Gesamtbreite von
46635 \emph on
46636  n
46637 \emph default
46638  Tabellenzellen 
46639 \begin_inset Formula $W_{\mathrm{tot\,n}}$
46640 \end_inset
46641
46642  kann wie folgt berechnet werden:
46643 \begin_inset Formula 
46644 \begin{equation}
46645 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
46646 \end{equation}
46647
46648 \end_inset
46649
46650
46651 \end_layout
46652
46653 \begin_layout Standard
46654 Dabei ist 
46655 \begin_inset Formula $W_{g\,n}$
46656 \end_inset
46657
46658  die Breite jeder Zelle.
46659
46660 \series bold
46661  
46662 \backslash
46663 tabcolsep
46664 \series default
46665  ist die \SpecialChar LaTeX
46666 -Länge zwischen dem Zellentext und der Zellgrenze mit dem Standardwert
46667  6
46668 \begin_inset space \thinspace{}
46669 \end_inset
46670
46671 pt.
46672  
46673 \series bold
46674
46675 \backslash
46676 arrayrulewidth
46677 \series default
46678  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
46679 \begin_inset space \thinspace{}
46680 \end_inset
46681
46682 pt.
46683 \end_layout
46684
46685 \begin_layout Standard
46686 Nach Gleichung
46687 \begin_inset space ~
46688 \end_inset
46689
46690
46691 \begin_inset CommandInset ref
46692 LatexCommand ref
46693 reference "eq:Wtot_n"
46694
46695 \end_inset
46696
46697  ist die Gesamtbreite einer Mehrfachspalte, 
46698 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
46699 \end_inset
46700
46701 ,
46702 \begin_inset Formula 
46703 \begin{equation}
46704 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46705 \end{equation}
46706
46707 \end_inset
46708
46709
46710 \end_layout
46711
46712 \begin_layout Standard
46713 Setzt man die Gleichungen
46714 \begin_inset space ~
46715 \end_inset
46716
46717
46718 \begin_inset CommandInset ref
46719 LatexCommand ref
46720 reference "eq:Wtot_n"
46721
46722 \end_inset
46723
46724  und 
46725 \begin_inset CommandInset ref
46726 LatexCommand ref
46727 reference "eq:Wtot_mult"
46728
46729 \end_inset
46730
46731  gleich, kann man die benötigte Breite 
46732 \begin_inset Formula $W_{g\,n}$
46733 \end_inset
46734
46735 , wenn 
46736 \emph on
46737 n
46738 \emph default
46739  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
46740 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
46741 \end_inset
46742
46743  hat, berechnen:
46744 \begin_inset Formula 
46745 \begin{equation}
46746 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46747 \end{equation}
46748
46749 \end_inset
46750
46751
46752 \end_layout
46753
46754 \begin_layout Bibliography
46755 \begin_inset CommandInset bibitem
46756 LatexCommand bibitem
46757 key "latexcompanion"
46758 literal "true"
46759
46760 \end_inset
46761
46762 Frank Mittelbach and Michel Goossens: 
46763 \emph on
46764 The \SpecialChar LaTeX
46765  Companion Second Edition.
46766
46767 \emph default
46768  Addison-Wesley, 2004
46769 \end_layout
46770
46771 \begin_layout Bibliography
46772 \begin_inset CommandInset bibitem
46773 LatexCommand bibitem
46774 key "latexguide"
46775 literal "true"
46776
46777 \end_inset
46778
46779 Helmut Kopka and Patrick W.
46780  Daly: 
46781 \emph on
46782 A Guide to \SpecialChar LaTeX
46783  Fourth Edition.
46784
46785 \emph default
46786  Addison-Wesley, 2003
46787 \end_layout
46788
46789 \begin_layout Bibliography
46790 \begin_inset CommandInset bibitem
46791 LatexCommand bibitem
46792 key "lamport"
46793 literal "true"
46794
46795 \end_inset
46796
46797 Leslie Lamport: 
46798 \emph on
46799 \SpecialChar LaTeX
46800 : A Document Preparation System.
46801
46802 \emph default
46803  Addison-Wesley, second edition, 1994
46804 \end_layout
46805
46806 \begin_layout Bibliography
46807 \begin_inset CommandInset bibitem
46808 LatexCommand bibitem
46809 key "latex-praxisbuch"
46810 literal "true"
46811
46812 \end_inset
46813
46814 Niedermair, Elke & Michael: 
46815 \emph on
46816 \SpecialChar LaTeX
46817 -Praxisbuch
46818 \emph default
46819 , Franzis-Verlag, 2004
46820 \end_layout
46821
46822 \begin_layout Bibliography
46823 \begin_inset CommandInset bibitem
46824 LatexCommand bibitem
46825 key "arydshln"
46826 literal "true"
46827
46828 \end_inset
46829
46830 Dokumentation des \SpecialChar LaTeX
46831 -Pakets 
46832 \series bold
46833
46834 \begin_inset CommandInset href
46835 LatexCommand href
46836 name "arydshln"
46837 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46838 literal "false"
46839
46840 \end_inset
46841
46842
46843 \series default
46844
46845 \begin_inset Index idx
46846 status collapsed
46847
46848 \begin_layout Plain Layout
46849 \SpecialChar LaTeX
46850 -Pakete ! arydshln
46851 \end_layout
46852
46853 \end_inset
46854
46855
46856 \end_layout
46857
46858 \begin_layout Bibliography
46859 \begin_inset CommandInset bibitem
46860 LatexCommand bibitem
46861 key "booktabs"
46862 literal "true"
46863
46864 \end_inset
46865
46866 Dokumentation des \SpecialChar LaTeX
46867 -Pakets 
46868 \series bold
46869
46870 \begin_inset CommandInset href
46871 LatexCommand href
46872 name "booktabs"
46873 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46874 literal "false"
46875
46876 \end_inset
46877
46878
46879 \series default
46880
46881 \begin_inset Index idx
46882 status collapsed
46883
46884 \begin_layout Plain Layout
46885 \SpecialChar LaTeX
46886 -Pakete ! booktabs
46887 \end_layout
46888
46889 \end_inset
46890
46891
46892 \end_layout
46893
46894 \begin_layout Bibliography
46895 \begin_inset CommandInset bibitem
46896 LatexCommand bibitem
46897 key "caption"
46898 literal "true"
46899
46900 \end_inset
46901
46902 Dokumentation des \SpecialChar LaTeX
46903 -Pakets 
46904 \series bold
46905
46906 \begin_inset CommandInset href
46907 LatexCommand href
46908 name "caption"
46909 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
46910 literal "false"
46911
46912 \end_inset
46913
46914
46915 \series default
46916
46917 \begin_inset Index idx
46918 status collapsed
46919
46920 \begin_layout Plain Layout
46921 \SpecialChar LaTeX
46922 -Pakete ! caption
46923 \end_layout
46924
46925 \end_inset
46926
46927
46928 \end_layout
46929
46930 \begin_layout Bibliography
46931 \begin_inset CommandInset bibitem
46932 LatexCommand bibitem
46933 key "diagbox"
46934 literal "true"
46935
46936 \end_inset
46937
46938 Dokumentation des \SpecialChar LaTeX
46939 -Pakets 
46940 \series bold
46941
46942 \begin_inset CommandInset href
46943 LatexCommand href
46944 name "diagbox"
46945 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46946 literal "false"
46947
46948 \end_inset
46949
46950
46951 \series default
46952
46953 \begin_inset Index idx
46954 status collapsed
46955
46956 \begin_layout Plain Layout
46957 \SpecialChar LaTeX
46958 -Pakete ! diagbox
46959 \end_layout
46960
46961 \end_inset
46962
46963
46964 \end_layout
46965
46966 \begin_layout Bibliography
46967 \begin_inset CommandInset bibitem
46968 LatexCommand bibitem
46969 key "endfloat"
46970 literal "true"
46971
46972 \end_inset
46973
46974 Dokumentation des \SpecialChar LaTeX
46975 -Pakets 
46976 \series bold
46977
46978 \begin_inset CommandInset href
46979 LatexCommand href
46980 name "endfloat"
46981 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46982 literal "false"
46983
46984 \end_inset
46985
46986
46987 \series default
46988
46989 \begin_inset Index idx
46990 status collapsed
46991
46992 \begin_layout Plain Layout
46993 \SpecialChar LaTeX
46994 -Pakete ! endfloat
46995 \end_layout
46996
46997 \end_inset
46998
46999
47000 \end_layout
47001
47002 \begin_layout Bibliography
47003 \begin_inset CommandInset bibitem
47004 LatexCommand bibitem
47005 key "footmisc"
47006 literal "true"
47007
47008 \end_inset
47009
47010 Dokumentation des \SpecialChar LaTeX
47011 -Pakets 
47012 \series bold
47013
47014 \begin_inset CommandInset href
47015 LatexCommand href
47016 name "footmisc"
47017 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
47018 literal "false"
47019
47020 \end_inset
47021
47022
47023 \series default
47024
47025 \begin_inset Index idx
47026 status collapsed
47027
47028 \begin_layout Plain Layout
47029 \SpecialChar LaTeX
47030 -Pakete ! footmisc
47031 \end_layout
47032
47033 \end_inset
47034
47035
47036 \end_layout
47037
47038 \begin_layout Bibliography
47039 \begin_inset CommandInset bibitem
47040 LatexCommand bibitem
47041 key "hypcap"
47042 literal "true"
47043
47044 \end_inset
47045
47046 Dokumentation des \SpecialChar LaTeX
47047 -Pakets 
47048 \series bold
47049
47050 \begin_inset CommandInset href
47051 LatexCommand href
47052 name "hypcap"
47053 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
47054 literal "false"
47055
47056 \end_inset
47057
47058
47059 \series default
47060
47061 \begin_inset Index idx
47062 status collapsed
47063
47064 \begin_layout Plain Layout
47065 \SpecialChar LaTeX
47066 -Pakete ! hypcap
47067 \end_layout
47068
47069 \end_inset
47070
47071
47072 \end_layout
47073
47074 \begin_layout Bibliography
47075 \begin_inset CommandInset bibitem
47076 LatexCommand bibitem
47077 key "hyperref"
47078 literal "true"
47079
47080 \end_inset
47081
47082 Dokumentation des \SpecialChar LaTeX
47083 -Pakets 
47084 \series bold
47085
47086 \begin_inset CommandInset href
47087 LatexCommand href
47088 name "hyperref"
47089 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
47090 literal "false"
47091
47092 \end_inset
47093
47094
47095 \series default
47096
47097 \begin_inset Index idx
47098 status collapsed
47099
47100 \begin_layout Plain Layout
47101 \SpecialChar LaTeX
47102 -Pakete ! hyperref
47103 \end_layout
47104
47105 \end_inset
47106
47107
47108 \end_layout
47109
47110 \begin_layout Bibliography
47111 \begin_inset CommandInset bibitem
47112 LatexCommand bibitem
47113 key "KOMA-Script"
47114 literal "true"
47115
47116 \end_inset
47117
47118 Dokumentation des \SpecialChar LaTeX
47119 -Pakets 
47120 \series bold
47121
47122 \begin_inset CommandInset href
47123 LatexCommand href
47124 name "KOMA-Script"
47125 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
47126 literal "false"
47127
47128 \end_inset
47129
47130
47131 \series default
47132
47133 \begin_inset Index idx
47134 status collapsed
47135
47136 \begin_layout Plain Layout
47137 \SpecialChar LaTeX
47138 -Pakete ! KOMA-Script
47139 \end_layout
47140
47141 \end_inset
47142
47143
47144 \end_layout
47145
47146 \begin_layout Bibliography
47147 \begin_inset CommandInset bibitem
47148 LatexCommand bibitem
47149 key "lettrine"
47150 literal "true"
47151
47152 \end_inset
47153
47154 Dokumentation des \SpecialChar LaTeX
47155 -Pakets 
47156 \series bold
47157
47158 \begin_inset CommandInset href
47159 LatexCommand href
47160 name "lettrine"
47161 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
47162 literal "false"
47163
47164 \end_inset
47165
47166
47167 \series default
47168  und ein 
47169 \begin_inset CommandInset href
47170 LatexCommand href
47171 name "Beispiel"
47172 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
47173 literal "false"
47174
47175 \end_inset
47176
47177
47178 \begin_inset Index idx
47179 status collapsed
47180
47181 \begin_layout Plain Layout
47182 \SpecialChar LaTeX
47183 -Pakete ! lettrine
47184 \end_layout
47185
47186 \end_inset
47187
47188
47189 \end_layout
47190
47191 \begin_layout Bibliography
47192 \begin_inset CommandInset bibitem
47193 LatexCommand bibitem
47194 key "listings"
47195 literal "true"
47196
47197 \end_inset
47198
47199 Dokumentation des \SpecialChar LaTeX
47200 -Pakets 
47201 \series bold
47202
47203 \begin_inset CommandInset href
47204 LatexCommand href
47205 name "listings"
47206 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
47207 literal "false"
47208
47209 \end_inset
47210
47211
47212 \series default
47213
47214 \begin_inset Index idx
47215 status collapsed
47216
47217 \begin_layout Plain Layout
47218 \SpecialChar LaTeX
47219 -Pakete ! listings
47220 \end_layout
47221
47222 \end_inset
47223
47224
47225 \end_layout
47226
47227 \begin_layout Bibliography
47228 \begin_inset CommandInset bibitem
47229 LatexCommand bibitem
47230 key "minted"
47231 literal "false"
47232
47233 \end_inset
47234
47235 Dokumentation des \SpecialChar LaTeX
47236 -Pakets 
47237 \series bold
47238
47239 \begin_inset CommandInset href
47240 LatexCommand href
47241 name "minted"
47242 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/minted/minted.pdf"
47243 literal "false"
47244
47245 \end_inset
47246
47247
47248 \series default
47249
47250 \begin_inset Index idx
47251 status collapsed
47252
47253 \begin_layout Plain Layout
47254 \SpecialChar LaTeX
47255 -Pakete ! minted
47256 \end_layout
47257
47258 \end_inset
47259
47260
47261 \end_layout
47262
47263 \begin_layout Bibliography
47264 \begin_inset CommandInset bibitem
47265 LatexCommand bibitem
47266 key "marginnote"
47267 literal "true"
47268
47269 \end_inset
47270
47271 Dokumentation des \SpecialChar LaTeX
47272 -Pakets 
47273 \series bold
47274
47275 \begin_inset CommandInset href
47276 LatexCommand href
47277 name "marginnote"
47278 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
47279 literal "false"
47280
47281 \end_inset
47282
47283
47284 \series default
47285
47286 \begin_inset Index idx
47287 status collapsed
47288
47289 \begin_layout Plain Layout
47290 \SpecialChar LaTeX
47291 -Pakete ! marginnote
47292 \end_layout
47293
47294 \end_inset
47295
47296
47297 \end_layout
47298
47299 \begin_layout Bibliography
47300 \begin_inset CommandInset bibitem
47301 LatexCommand bibitem
47302 key "pdfpages"
47303 literal "true"
47304
47305 \end_inset
47306
47307 Dokumentation des \SpecialChar LaTeX
47308 -Pakets 
47309 \series bold
47310
47311 \begin_inset CommandInset href
47312 LatexCommand href
47313 name "pdfpages"
47314 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
47315 literal "false"
47316
47317 \end_inset
47318
47319
47320 \series default
47321
47322 \begin_inset Index idx
47323 status collapsed
47324
47325 \begin_layout Plain Layout
47326 \SpecialChar LaTeX
47327 -Pakete ! pdfpages
47328 \end_layout
47329
47330 \end_inset
47331
47332
47333 \begin_inset CommandInset href
47334 LatexCommand href
47335 name "Inkscape"
47336 target "https://inkscape.org/de/"
47337 literal "false"
47338
47339 \end_inset
47340
47341
47342 \end_layout
47343
47344 \begin_layout Bibliography
47345 \begin_inset CommandInset bibitem
47346 LatexCommand bibitem
47347 key "prettyref"
47348 literal "true"
47349
47350 \end_inset
47351
47352 Dokumentation des \SpecialChar LaTeX
47353 -Pakets 
47354 \series bold
47355
47356 \begin_inset CommandInset href
47357 LatexCommand href
47358 name "prettyref"
47359 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
47360 literal "false"
47361
47362 \end_inset
47363
47364
47365 \series default
47366
47367 \begin_inset Index idx
47368 status collapsed
47369
47370 \begin_layout Plain Layout
47371 \SpecialChar LaTeX
47372 -Pakete ! prettyref
47373 \end_layout
47374
47375 \end_inset
47376
47377
47378 \end_layout
47379
47380 \begin_layout Bibliography
47381 \begin_inset CommandInset bibitem
47382 LatexCommand bibitem
47383 key "pstricks"
47384 literal "true"
47385
47386 \end_inset
47387
47388 Webseite des \SpecialChar LaTeX
47389 -Pakets 
47390 \series bold
47391
47392 \begin_inset CommandInset href
47393 LatexCommand href
47394 name "PSTricks"
47395 target "http://tug.org/PSTricks/"
47396 literal "false"
47397
47398 \end_inset
47399
47400
47401 \series default
47402
47403 \begin_inset Index idx
47404 status collapsed
47405
47406 \begin_layout Plain Layout
47407 \SpecialChar LaTeX
47408 -Pakete ! pstricks
47409 \end_layout
47410
47411 \end_inset
47412
47413
47414 \end_layout
47415
47416 \begin_layout Bibliography
47417 \begin_inset CommandInset bibitem
47418 LatexCommand bibitem
47419 key "refstyle"
47420 literal "true"
47421
47422 \end_inset
47423
47424 Dokumentation des \SpecialChar LaTeX
47425 -Pakets 
47426 \series bold
47427
47428 \begin_inset CommandInset href
47429 LatexCommand href
47430 name "refstyle"
47431 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
47432 literal "false"
47433
47434 \end_inset
47435
47436
47437 \series default
47438
47439 \begin_inset Index idx
47440 status collapsed
47441
47442 \begin_layout Plain Layout
47443 \SpecialChar LaTeX
47444 -Pakete ! refstyle
47445 \end_layout
47446
47447 \end_inset
47448
47449
47450 \end_layout
47451
47452 \begin_layout Bibliography
47453 \begin_inset CommandInset bibitem
47454 LatexCommand bibitem
47455 key "sidecap"
47456 literal "true"
47457
47458 \end_inset
47459
47460 Dokumentation des \SpecialChar LaTeX
47461 -Pakets 
47462 \series bold
47463
47464 \begin_inset CommandInset href
47465 LatexCommand href
47466 name "sidecap"
47467 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
47468 literal "false"
47469
47470 \end_inset
47471
47472
47473 \series default
47474
47475 \begin_inset Index idx
47476 status collapsed
47477
47478 \begin_layout Plain Layout
47479 \SpecialChar LaTeX
47480 -Pakete ! sidecap
47481 \end_layout
47482
47483 \end_inset
47484
47485
47486 \end_layout
47487
47488 \begin_layout Bibliography
47489 \begin_inset CommandInset bibitem
47490 LatexCommand bibitem
47491 key "Inkscape"
47492 literal "true"
47493
47494 \end_inset
47495
47496 Dokumentation der Option 
47497 \begin_inset CommandInset href
47498 LatexCommand href
47499 name "Text in PDF weglassen"
47500 target "http://tug.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
47501 literal "false"
47502
47503 \end_inset
47504
47505  des Programms 
47506 \noun on
47507
47508 \begin_inset CommandInset href
47509 LatexCommand href
47510 name "Inkscape"
47511 target "https://inkscape.org"
47512 literal "false"
47513
47514 \end_inset
47515
47516
47517 \end_layout
47518
47519 \begin_layout Standard
47520 \begin_inset CommandInset index_print
47521 LatexCommand printindex
47522 type "idx"
47523 name "Stichwortverzeichnis"
47524 literal "false"
47525
47526 \end_inset
47527
47528
47529 \end_layout
47530
47531 \end_body
47532 \end_document