]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
de/Customization: fix typo.
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 600
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 varwidth
162 \end_modules
163 \maintain_unincluded_children no
164 \language ngerman
165 \language_package default
166 \inputencoding utf8
167 \fontencoding auto
168 \font_roman "lmodern" "default"
169 \font_sans "lmss" "default"
170 \font_typewriter "lmtt" "default"
171 \font_math "auto" "auto"
172 \font_default_family default
173 \use_non_tex_fonts false
174 \font_sc false
175 \font_roman_osf false
176 \font_sans_osf false
177 \font_typewriter_osf false
178 \font_sf_scale 100 100
179 \font_tt_scale 100 100
180 \use_microtype false
181 \use_dash_ligatures false
182 \graphics default
183 \default_output_format pdf2
184 \output_sync 0
185 \bibtex_command default
186 \index_command default
187 \paperfontsize 12
188 \spacing single
189 \use_hyperref true
190 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
191 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
192 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
193 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
194 \pdf_bookmarks true
195 \pdf_bookmarksnumbered true
196 \pdf_bookmarksopen true
197 \pdf_bookmarksopenlevel 1
198 \pdf_breaklinks false
199 \pdf_pdfborder false
200 \pdf_colorlinks true
201 \pdf_backref false
202 \pdf_pdfusetitle false
203 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
204 \papersize a4
205 \use_geometry false
206 \use_package amsmath 1
207 \use_package amssymb 1
208 \use_package cancel 1
209 \use_package esint 1
210 \use_package mathdots 1
211 \use_package mathtools 1
212 \use_package mhchem 1
213 \use_package stackrel 1
214 \use_package stmaryrd 1
215 \use_package undertilde 1
216 \cite_engine basic
217 \cite_engine_type default
218 \biblio_style plain
219 \use_bibtopic false
220 \use_indices false
221 \paperorientation portrait
222 \suppress_date false
223 \justification true
224 \use_refstyle 1
225 \use_minted 0
226 \use_lineno 0
227 \notefontcolor #0000ff
228 \index Stichwortverzeichnis
229 \shortcut idx
230 \color #008000
231 \end_index
232 \secnumdepth 3
233 \tocdepth 3
234 \paragraph_separation indent
235 \paragraph_indentation default
236 \is_math_indent 0
237 \math_numbering_side default
238 \quotes_style german
239 \dynamic_quotes 0
240 \papercolumns 1
241 \papersides 2
242 \paperpagestyle default
243 \tablestyle default
244 \tracking_changes false
245 \output_changes false
246 \change_bars false
247 \postpone_fragile_content false
248 \html_math_output 0
249 \html_css_as_file 0
250 \html_be_strict false
251 \docbook_table_output 0
252 \end_header
253
254 \begin_body
255
256 \begin_layout Title
257 Das \SpecialChar LyX
258 -Handbuch der Einfügungen:
259 \begin_inset Newline newline
260 \end_inset
261
262  
263 \size larger
264 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
265 \end_layout
266
267 \begin_layout Author
268 vom \SpecialChar LyX
269 -Team
270 \begin_inset Foot
271 status open
272
273 \begin_layout Plain Layout
274 \noindent
275
276 \size normal
277 Übersetzung und Bearbeitung: Hartmut Haase
278 \size default
279  (
280 \noun on
281 HHa
282 \noun default
283 , bis März 2010), Uwe Stöhr
284 \begin_inset Newline newline
285 \end_inset
286
287 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
288  bitte an: 
289 \begin_inset CommandInset href
290 LatexCommand href
291 name "lyx-docs@lists.lyx.org"
292 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
293 type "mailto:"
294 literal "false"
295
296 \end_inset
297
298
299 \end_layout
300
301 \end_inset
302
303
304 \begin_inset Note Note
305 status collapsed
306
307 \begin_layout Plain Layout
308 Autor: Uwe Stöhr <uwestoehr@web.de>
309 \end_layout
310
311 \end_inset
312
313
314 \begin_inset Newline newline
315 \end_inset
316
317
318 \begin_inset Newline newline
319 \end_inset
320
321
322 \family sans
323 Version 2.3.x
324 \end_layout
325
326 \begin_layout Standard
327 \begin_inset CommandInset toc
328 LatexCommand tableofcontents
329
330 \end_inset
331
332
333 \end_layout
334
335 \begin_layout Standard
336 \begin_inset Note Note
337 status open
338
339 \begin_layout Plain Layout
340 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
341 en zu können oder es auszudrucken, benötigen Sie die \SpecialChar LaTeX
342 -Pakte 
343 \series bold
344 arydshln
345 \series default
346
347 \series bold
348 colortbl
349 \series default
350
351 \series bold
352 diagbox, lettrine, marginnote, picinpar
353 \series default
354  und 
355 \series bold
356 sidecap
357 \series default
358 .
359  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
360  denen sie benötigt werden.
361 \end_layout
362
363 \begin_layout Plain Layout
364 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
365  hier finden:
366 \begin_inset Newline newline
367 \end_inset
368
369
370 \series bold
371 https://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
372 \end_layout
373
374 \end_inset
375
376
377 \end_layout
378
379 \begin_layout Chapter
380 Abbildungen
381 \begin_inset Index idx
382 status collapsed
383
384 \begin_layout Plain Layout
385 Abbildungen
386 \end_layout
387
388 \end_inset
389
390
391 \end_layout
392
393 \begin_layout Section
394 Grafik-Dialog
395 \begin_inset Index idx
396 status collapsed
397
398 \begin_layout Plain Layout
399 Abbildungen ! Grafik-Dialog
400 \end_layout
401
402 \end_inset
403
404
405 \begin_inset CommandInset label
406 LatexCommand label
407 name "abs:Grafik-Dialog"
408
409 \end_inset
410
411
412 \end_layout
413
414 \begin_layout Standard
415 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
416  
417 \begin_inset Info
418 type  "icon"
419 arg   "dialog-show-new-inset graphics"
420 \end_inset
421
422  in der Werkzeugleiste oder wählen das Menü 
423 \family sans
424 Einfügen\SpecialChar menuseparator
425 Grafik
426 \family default
427 .
428  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
429  
430 \family sans
431 Durchsuchen
432 \family default
433  eingeben können.
434  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
435  an der Sie sie eingefügt haben.
436 \end_layout
437
438 \begin_layout Standard
439 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
440  klicken.
441  Der Dialog hat drei Karteikarten:
442 \end_layout
443
444 \begin_layout Description
445
446 \family sans
447 Grafik
448 \family default
449  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
450  Version festlegen.
451  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
452 \begin_inset space ~
453 \end_inset
454
455
456 \begin_inset CommandInset ref
457 LatexCommand ref
458 reference "kap:In-LyX-verfügbare"
459
460 \end_inset
461
462  erklärt.
463 \begin_inset Newline newline
464 \end_inset
465
466
467 \begin_inset Index idx
468 status collapsed
469
470 \begin_layout Plain Layout
471 Abbildungen ! rotierte
472 \end_layout
473
474 \end_inset
475
476 Sie können Abbildungen durch Angabe eines 
477 \family sans
478 Winkel
479 \family default
480
481 \begin_inset space ~
482 \end_inset
483
484
485 \family sans
486 (Grad)
487 \family default
488  und Festlegung eines 
489 \family sans
490 Drehpunktes
491 \family default
492  drehen.
493  Negative Winkel drehen im Uhrzeigersinn.
494  Die Abbildung wird auch in \SpecialChar LyX
495  gedreht.
496 \begin_inset Newline newline
497 \end_inset
498
499
500 \begin_inset Index idx
501 status collapsed
502
503 \begin_layout Plain Layout
504 Abbildungen ! skalierte
505 \end_layout
506
507 \end_inset
508
509 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
510  oder Höhe und Breite definiert.
511  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
512  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
513  wobei sie möglicherweise verzerrt wird.
514  Um das zu vermeiden, sollten Sie 
515 \family sans
516 Seitenverhältnis
517 \begin_inset space ~
518 \end_inset
519
520 beibehalten
521 \family default
522  ankreuzen.
523  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
524  und Breite nicht überschritten werden.
525 \begin_inset Newline newline
526 \end_inset
527
528 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
529 nden Kontext-Menü 
530 \family sans
531 Datei extern bearbeiten
532 \family default
533  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
534  öffnen.
535  Das Programm kann für jedes Bildformat in den \SpecialChar LyX
536 -Einstellungen unter 
537 \family sans
538 Datei-Handhabung\SpecialChar menuseparator
539 Dateiformate
540 \family default
541  festgelegt werden.
542 \end_layout
543
544 \begin_layout Description
545
546 \family sans
547 Ausschnitt
548 \family default
549  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
550  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
551  Wenn Sie auf 
552 \family sans
553 Lese
554 \begin_inset space ~
555 \end_inset
556
557 aus
558 \begin_inset space ~
559 \end_inset
560
561 Datei
562 \family default
563  klicken, werden die Koordinaten automatisch berechnet.
564  Die Option 
565 \family sans
566 Auf
567 \begin_inset space ~
568 \end_inset
569
570 Begrenzungsbox
571 \begin_inset space ~
572 \end_inset
573
574 zuschneiden
575 \family default
576  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
577  Koordinaten liegt.
578  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
579  diese Karteikarte ignorieren.
580 \end_layout
581
582 \begin_layout Description
583
584 \family sans
585 \SpecialChar LaTeX
586 -
587 \begin_inset space ~
588 \end_inset
589
590 und
591 \begin_inset space ~
592 \end_inset
593
594 \SpecialChar LyX
595 -Optionen
596 \family default
597  Hier können Sie das Aussehen einer Abbildung innerhalb von \SpecialChar LyX
598  ändern und
599  \SpecialChar LaTeX
600 -Experten können weitere \SpecialChar LaTeX
601 -Optionen definieren.
602 \begin_inset Newline newline
603 \end_inset
604
605 Ist die Option 
606 \family sans
607 Entwurfsmodus 
608 \family default
609 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
610  darin gedruckt.
611 \begin_inset Newline newline
612 \end_inset
613
614 Im Abschnitt 
615 \family sans
616 Grafikgruppe
617 \family default
618  kann man eine Einstellungsgruppe definieren oder dem Bild eine solche zuzuordne
619 n.
620 \begin_inset Index idx
621 status collapsed
622
623 \begin_layout Plain Layout
624 Abbildungen ! Einstellungsgruppen
625 \end_layout
626
627 \end_inset
628
629  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
630  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
631  der Gruppe geändert werden.
632  Damit kann man z.B.
633 \begin_inset space ~
634 \end_inset
635
636 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
637  Bild tun zu müssen.
638  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
639  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
640 \end_layout
641
642 \begin_layout Standard
643 \begin_inset VSpace bigskip
644 \end_inset
645
646
647 \end_layout
648
649 \begin_layout Standard
650 Hier ist eine zentrierte PDF-Abbildung
651 \begin_inset Foot
652 status collapsed
653
654 \begin_layout Plain Layout
655 Abbildungsformate sind in Abschnitt
656 \begin_inset space ~
657 \end_inset
658
659
660 \begin_inset CommandInset ref
661 LatexCommand ref
662 reference "abs:Bildformate"
663
664 \end_inset
665
666  beschrieben.
667 \end_layout
668
669 \end_inset
670
671  in einem eigenen Absatz:
672 \end_layout
673
674 \begin_layout Standard
675 \align center
676 \begin_inset Graphics
677         filename ../clipart/2D-intensity-plot.pdf
678         scaleBeforeRotation
679         rotateOrigin center
680
681 \end_inset
682
683
684 \end_layout
685
686 \begin_layout Standard
687 \noindent
688 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
689 \end_layout
690
691 \begin_layout Standard
692 \align center
693 \begin_inset Graphics
694         filename ../clipart/2D-intensity-plot.pdf
695         draft
696         scaleBeforeRotation
697         rotateOrigin center
698
699 \end_inset
700
701
702 \end_layout
703
704 \begin_layout Section
705 Gleitende Abbildungen
706 \begin_inset CommandInset label
707 LatexCommand label
708 name "abs:Gleitende-Abbildungen"
709
710 \end_inset
711
712
713 \begin_inset Index idx
714 status collapsed
715
716 \begin_layout Plain Layout
717 Abbildungen ! gleitende
718 \end_layout
719
720 \end_inset
721
722
723 \begin_inset Index idx
724 status collapsed
725
726 \begin_layout Plain Layout
727 Gleitobjekte ! Abbildungen
728 \end_layout
729
730 \end_inset
731
732
733 \end_layout
734
735 \begin_layout Standard
736 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
737 \begin_inset space ~
738 \end_inset
739
740
741 \begin_inset CommandInset ref
742 LatexCommand ref
743 reference "abs:Gleitobjekte-Einleitung"
744
745 \end_inset
746
747 .
748 \end_layout
749
750 \begin_layout Standard
751 Wenn Sie auf das Werkzeugleisten-Symbol 
752 \begin_inset Info
753 type  "icon"
754 arg   "float-insert figure"
755 \end_inset
756
757  klicken oder 
758 \family sans
759 Einfügen\SpecialChar menuseparator
760 Gleit\SpecialChar softhyphen
761 objekt\SpecialChar menuseparator
762 Abbildung
763 \family default
764  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
765  In das rot umrahmte Feld rechts von 
766 \emph on
767 Abbildung
768 \begin_inset space ~
769 \end_inset
770
771 Nr:
772 \emph default
773  schreiben Sie die Bildbeschriftung.
774  Nach einem Klick oberhalb oder unterhalb von 
775 \emph on
776 Abbildung
777 \begin_inset space ~
778 \end_inset
779
780 Nr:
781 \emph default
782  können Sie dann eine Abbildung wie 
783 \begin_inset CommandInset ref
784 LatexCommand ref
785 reference "fig:Ein-Stern-in"
786
787 \end_inset
788
789  oberhalb oder wie Abbildung
790 \begin_inset space ~
791 \end_inset
792
793
794 \begin_inset CommandInset ref
795 LatexCommand ref
796 reference "fig:Ein-3D-Objekt"
797
798 \end_inset
799
800  unterhalb der Bildbeschriftung einfügen.
801  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
802 \begin_inset space ~
803 \end_inset
804
805
806 \begin_inset CommandInset ref
807 LatexCommand ref
808 reference "abs:Titel-Platzierung"
809
810 \end_inset
811
812 .
813 \end_layout
814
815 \begin_layout Standard
816 \begin_inset Float figure
817 placement document
818 alignment document
819 wide false
820 sideways false
821 status open
822
823 \begin_layout Plain Layout
824 \align center
825 \begin_inset Graphics
826         filename ../clipart/Star-structure.pdf
827         lyxscale 60
828         width 50col%
829         scaleBeforeRotation
830         rotateOrigin center
831
832 \end_inset
833
834
835 \end_layout
836
837 \begin_layout Plain Layout
838 \begin_inset Caption Standard
839
840 \begin_layout Plain Layout
841 \begin_inset CommandInset label
842 LatexCommand label
843 name "fig:Ein-Stern-in"
844
845 \end_inset
846
847 Ein Stern in einem Gleitobjekt.
848 \end_layout
849
850 \end_inset
851
852
853 \end_layout
854
855 \end_inset
856
857
858 \end_layout
859
860 \begin_layout Standard
861 \begin_inset Float figure
862 placement document
863 alignment document
864 wide false
865 sideways false
866 status open
867
868 \begin_layout Plain Layout
869 \begin_inset Caption Standard
870
871 \begin_layout Plain Layout
872 \begin_inset CommandInset label
873 LatexCommand label
874 name "fig:Ein-3D-Objekt"
875
876 \end_inset
877
878 Ein 3D-Objekt.
879 \end_layout
880
881 \end_inset
882
883
884 \end_layout
885
886 \begin_layout Plain Layout
887 \align center
888 \begin_inset Graphics
889         filename ../clipart/3D-structure-distort.pdf
890         lyxscale 60
891         scale 80
892         scaleBeforeRotation
893         rotateOrigin center
894
895 \end_inset
896
897
898 \end_layout
899
900 \end_inset
901
902
903 \end_layout
904
905 \begin_layout Standard
906 \begin_inset Index idx
907 status collapsed
908
909 \begin_layout Plain Layout
910 Querverweise ! auf Abbildungen
911 \end_layout
912
913 \end_inset
914
915 Abbildung
916 \begin_inset space ~
917 \end_inset
918
919
920 \begin_inset CommandInset ref
921 LatexCommand ref
922 reference "fig:Ein-Stern-in"
923
924 \end_inset
925
926  und 
927 \begin_inset CommandInset ref
928 LatexCommand ref
929 reference "fig:Ein-3D-Objekt"
930
931 \end_inset
932
933  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
934  Dafür fügen Sie in der Beschriftung mit 
935 \family sans
936 Einfügen\SpecialChar menuseparator
937 Marke
938 \family default
939  oder durch Klicken auf 
940 \begin_inset Info
941 type  "icon"
942 arg   "label-insert"
943 \end_inset
944
945  eine Marke ein.
946  Auf diese können Sie dann wie gewohnt mit 
947 \family sans
948 Einfügen\SpecialChar menuseparator
949 Querverweis
950 \family default
951  oder durch Klicken auf 
952 \family sans
953
954 \begin_inset Info
955 type  "icon"
956 arg   "dialog-show-new-inset ref"
957 \end_inset
958
959
960 \family default
961  verweisen.
962  Das ist besser als eine vage Formulierung wie 
963 \begin_inset Quotes gld
964 \end_inset
965
966 die obige Abbildung
967 \begin_inset Quotes grd
968 \end_inset
969
970  zu benutzen, weil \SpecialChar LaTeX
971  die Abbildung dort platzieren wird, wo es sinnvoll erscheint
972 , und das muss nicht 
973 \emph on
974 oben
975 \emph default
976  sein.
977  Verweise werden detailliert in Abschnitt
978 \begin_inset space ~
979 \end_inset
980
981
982 \begin_inset CommandInset ref
983 LatexCommand ref
984 reference "abs:Auf-Gleitobjekte-verweisen"
985
986 \end_inset
987
988  beschrieben.
989 \end_layout
990
991 \begin_layout Standard
992 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
993  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
994  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
995  Gleitabbildung einfügt.
996  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
997  Abbildung
998 \begin_inset space ~
999 \end_inset
1000
1001
1002 \begin_inset CommandInset ref
1003 LatexCommand ref
1004 reference "fig:Zwei-Teilabbildungen"
1005
1006 \end_inset
1007
1008  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1009  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1010  Gleitabbildung auf Eingabe drücken.
1011  Abbildung
1012 \begin_inset space ~
1013 \end_inset
1014
1015
1016 \begin_inset CommandInset ref
1017 LatexCommand ref
1018 reference "fig:Pinkes-Objekt"
1019
1020 \end_inset
1021
1022  und 
1023 \begin_inset CommandInset ref
1024 LatexCommand ref
1025 reference "fig:Ein-Stern"
1026
1027 \end_inset
1028
1029  sind die Teilabbildungen.
1030 \end_layout
1031
1032 \begin_layout Standard
1033 \begin_inset Float figure
1034 placement document
1035 alignment document
1036 wide false
1037 sideways false
1038 status open
1039
1040 \begin_layout Plain Layout
1041 \begin_inset space \hfill{}
1042 \end_inset
1043
1044
1045 \begin_inset Float figure
1046 placement document
1047 alignment document
1048 wide false
1049 sideways false
1050 status collapsed
1051
1052 \begin_layout Plain Layout
1053 \begin_inset Caption Standard
1054
1055 \begin_layout Plain Layout
1056 \begin_inset CommandInset label
1057 LatexCommand label
1058 name "fig:Pinkes-Objekt"
1059
1060 \end_inset
1061
1062 Pinkes Objekt.
1063 \end_layout
1064
1065 \end_inset
1066
1067
1068 \end_layout
1069
1070 \begin_layout Plain Layout
1071 \begin_inset Graphics
1072         filename ../clipart/3D-structure-distort.pdf
1073         width 45col%
1074         scaleBeforeRotation
1075         groupId Teilabbildung
1076
1077 \end_inset
1078
1079
1080 \end_layout
1081
1082 \end_inset
1083
1084
1085 \begin_inset space \hfill{}
1086 \end_inset
1087
1088
1089 \begin_inset Float figure
1090 placement document
1091 alignment document
1092 wide false
1093 sideways false
1094 status collapsed
1095
1096 \begin_layout Plain Layout
1097 \begin_inset Caption Standard
1098
1099 \begin_layout Plain Layout
1100 \begin_inset CommandInset label
1101 LatexCommand label
1102 name "fig:Ein-Stern"
1103
1104 \end_inset
1105
1106 Ein Stern.
1107 \end_layout
1108
1109 \end_inset
1110
1111
1112 \end_layout
1113
1114 \begin_layout Plain Layout
1115 \begin_inset Graphics
1116         filename ../clipart/Star-structure.pdf
1117         width 45col%
1118         scaleBeforeRotation
1119         groupId Teilabbildung
1120
1121 \end_inset
1122
1123
1124 \end_layout
1125
1126 \end_inset
1127
1128
1129 \begin_inset space \hfill{}
1130 \end_inset
1131
1132
1133 \end_layout
1134
1135 \begin_layout Plain Layout
1136 \begin_inset Caption Standard
1137
1138 \begin_layout Plain Layout
1139 \begin_inset CommandInset label
1140 LatexCommand label
1141 name "fig:Zwei-Teilabbildungen"
1142
1143 \end_inset
1144
1145 Zwei Teilabbildungen nebeneinander.
1146  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1147 \begin_inset Quotes gld
1148 \end_inset
1149
1150 Teilabbildung
1151 \begin_inset Quotes grd
1152 \end_inset
1153
1154  an.
1155 \end_layout
1156
1157 \end_inset
1158
1159
1160 \end_layout
1161
1162 \end_inset
1163
1164
1165 \end_layout
1166
1167 \begin_layout Section
1168 Bildformate
1169 \begin_inset CommandInset label
1170 LatexCommand label
1171 name "abs:Bildformate"
1172
1173 \end_inset
1174
1175
1176 \begin_inset Index idx
1177 status collapsed
1178
1179 \begin_layout Plain Layout
1180 Abbildungen ! Bildformate
1181 \end_layout
1182
1183 \end_inset
1184
1185
1186 \end_layout
1187
1188 \begin_layout Standard
1189 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1190  Aber wie in Anhang
1191 \begin_inset space ~
1192 \end_inset
1193
1194
1195 \begin_inset CommandInset ref
1196 LatexCommand ref
1197 reference "kap:Ausgabedatei-Formate"
1198
1199 \end_inset
1200
1201  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1202  \SpecialChar LyX
1203  benutzt im Hintergrund das Programm
1204 \family typewriter
1205  ImageMagick
1206 \family default
1207 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1208  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1209  vermeiden.
1210  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1211  werden können.
1212  Diese Formate werden in Anhang
1213 \begin_inset space ~
1214 \end_inset
1215
1216
1217 \begin_inset CommandInset ref
1218 LatexCommand ref
1219 reference "kap:Ausgabedatei-Formate"
1220
1221 \end_inset
1222
1223  beschrieben.
1224 \end_layout
1225
1226 \begin_layout Standard
1227 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1228 \end_layout
1229
1230 \begin_layout Description
1231 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1232  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1233  
1234 \emph on
1235 pixelig
1236 \emph default
1237  aus.
1238  Bekannte Pixel-Formate sind 
1239 \begin_inset Quotes gld
1240 \end_inset
1241
1242 Graphics Interchange Format
1243 \begin_inset Quotes grd
1244 \end_inset
1245
1246  (GIF, Dateiendung
1247 \family typewriter
1248  
1249 \family default
1250
1251 \begin_inset Quotes gld
1252 \end_inset
1253
1254
1255 \family typewriter
1256 .gif
1257 \family default
1258
1259 \begin_inset Quotes grd
1260 \end_inset
1261
1262 )
1263 \begin_inset Index idx
1264 status collapsed
1265
1266 \begin_layout Plain Layout
1267 GIF
1268 \end_layout
1269
1270 \end_inset
1271
1272
1273 \begin_inset Quotes gld
1274 \end_inset
1275
1276 Portable Network Graphics
1277 \begin_inset Quotes grd
1278 \end_inset
1279
1280  (PNG, Dateiendung 
1281 \begin_inset Quotes gld
1282 \end_inset
1283
1284
1285 \family typewriter
1286 .png
1287 \family default
1288
1289 \begin_inset Quotes grd
1290 \end_inset
1291
1292 )
1293 \begin_inset Index idx
1294 status collapsed
1295
1296 \begin_layout Plain Layout
1297 PNG
1298 \end_layout
1299
1300 \end_inset
1301
1302
1303 \begin_inset Quotes gld
1304 \end_inset
1305
1306 Joint Photographic Experts Group
1307 \begin_inset Quotes grd
1308 \end_inset
1309
1310  (JPEG, Dateiendung
1311 \family typewriter
1312  
1313 \family default
1314
1315 \begin_inset Quotes gld
1316 \end_inset
1317
1318
1319 \family typewriter
1320 .jpg
1321 \family default
1322
1323 \begin_inset Quotes grd
1324 \end_inset
1325
1326  oder 
1327 \begin_inset Quotes gld
1328 \end_inset
1329
1330
1331 \family typewriter
1332 .jpeg
1333 \family default
1334
1335 \begin_inset Quotes grd
1336 \end_inset
1337
1338 )
1339 \begin_inset Index idx
1340 status collapsed
1341
1342 \begin_layout Plain Layout
1343 JPG, JPEG
1344 \end_layout
1345
1346 \end_inset
1347
1348  und 
1349 \begin_inset Quotes gld
1350 \end_inset
1351
1352 Windows Bitmap
1353 \begin_inset Quotes grd
1354 \end_inset
1355
1356  (BMP, Dateiendung 
1357 \begin_inset Quotes gld
1358 \end_inset
1359
1360
1361 \family typewriter
1362 .bmp
1363 \family default
1364
1365 \begin_inset Quotes grd
1366 \end_inset
1367
1368 )
1369 \begin_inset Index idx
1370 status collapsed
1371
1372 \begin_layout Plain Layout
1373 BMP
1374 \end_layout
1375
1376 \end_inset
1377
1378 .
1379 \end_layout
1380
1381 \begin_layout Description
1382 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1383  auf jede beliebige Größe skaliert werden.
1384  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1385  zoomen zu können.
1386 \begin_inset Newline newline
1387 \end_inset
1388
1389 Bekannte Formate sind 
1390 \begin_inset Quotes gld
1391 \end_inset
1392
1393 Scalable Vector Graphics
1394 \begin_inset Quotes grd
1395 \end_inset
1396
1397  (SVG, Dateiendung
1398 \family typewriter
1399  
1400 \family default
1401
1402 \begin_inset Quotes gld
1403 \end_inset
1404
1405
1406 \family typewriter
1407 .svg
1408 \family default
1409
1410 \begin_inset Quotes grd
1411 \end_inset
1412
1413 )
1414 \begin_inset Index idx
1415 status collapsed
1416
1417 \begin_layout Plain Layout
1418 SVG
1419 \end_layout
1420
1421 \end_inset
1422
1423
1424 \begin_inset Quotes gld
1425 \end_inset
1426
1427 Encapsulated PostScript
1428 \begin_inset Quotes grd
1429 \end_inset
1430
1431  (EPS, Dateiendung 
1432 \begin_inset Quotes gld
1433 \end_inset
1434
1435
1436 \family typewriter
1437 .eps
1438 \family default
1439
1440 \begin_inset Quotes grd
1441 \end_inset
1442
1443 )
1444 \begin_inset Index idx
1445 status collapsed
1446
1447 \begin_layout Plain Layout
1448 EPS
1449 \end_layout
1450
1451 \end_inset
1452
1453
1454 \begin_inset Quotes gld
1455 \end_inset
1456
1457 Portable Document Format
1458 \begin_inset Quotes grd
1459 \end_inset
1460
1461  (PDF, Dateiendung
1462 \family typewriter
1463  
1464 \family default
1465
1466 \begin_inset Quotes gld
1467 \end_inset
1468
1469
1470 \family typewriter
1471 .pdf
1472 \family default
1473
1474 \begin_inset Quotes grd
1475 \end_inset
1476
1477 )
1478 \begin_inset Index idx
1479 status collapsed
1480
1481 \begin_layout Plain Layout
1482 PDF
1483 \end_layout
1484
1485 \end_inset
1486
1487  und 
1488 \begin_inset Quotes gld
1489 \end_inset
1490
1491 Windows Metafile
1492 \begin_inset Quotes grd
1493 \end_inset
1494
1495  (WMF, Dateiendung 
1496 \begin_inset Quotes gld
1497 \end_inset
1498
1499
1500 \family typewriter
1501 .wmf
1502 \family default
1503
1504 \begin_inset Quotes grd
1505 \end_inset
1506
1507 )
1508 \begin_inset Index idx
1509 status collapsed
1510
1511 \begin_layout Plain Layout
1512 WMF
1513 \end_layout
1514
1515 \end_inset
1516
1517 .
1518 \end_layout
1519
1520 \begin_layout Standard
1521 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1522  das Ergebnis ist immer noch ein Pixelbild.
1523  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1524  hinzugefügt.
1525 \begin_inset Foot
1526 status collapsed
1527
1528 \begin_layout Plain Layout
1529 Bei PDF wird das Originalbild auch noch komprimiert.
1530 \end_layout
1531
1532 \end_inset
1533
1534  Die PDF-Dateien, die 
1535 \family typewriter
1536 Adobe Photoshop
1537 \family default
1538  erzeugt, sind zum Beispiel Pixelbilder.
1539 \end_layout
1540
1541 \begin_layout Standard
1542 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1543  umgekehrt.
1544  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1545  eingefügt werden.
1546  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1547  erzeugt wird, weil es zur Zeit keine WMF/SVG
1548 \begin_inset Formula $\to$
1549 \end_inset
1550
1551 PDF/EPS Konverter gibt.
1552 \end_layout
1553
1554 \begin_layout Chapter
1555 Tabellen
1556 \begin_inset Index idx
1557 status collapsed
1558
1559 \begin_layout Plain Layout
1560 Tabellen
1561 \end_layout
1562
1563 \end_inset
1564
1565
1566 \end_layout
1567
1568 \begin_layout Section
1569 Einführung
1570 \begin_inset Index idx
1571 status collapsed
1572
1573 \begin_layout Plain Layout
1574 Tabellen ! Einführung
1575 \end_layout
1576
1577 \end_inset
1578
1579
1580 \end_layout
1581
1582 \begin_layout Standard
1583 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1584 \begin_inset Info
1585 type  "icon"
1586 arg   "tabular-insert"
1587 \end_inset
1588
1589  oder das Menü 
1590 \family sans
1591 Einfügen\SpecialChar menuseparator
1592 Tabelle
1593 \family default
1594  einfügen.
1595  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1596 \begin_inset space \thinspace{}
1597 \end_inset
1598
1599 -Tabelle.
1600  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1601  und die Größe der dunkelblauen Tabelle angezeigt.
1602  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1603  ein.
1604  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1605  Spaltenanzahl festlegen können und einen Tabellenstils (der die Rahmengestaltun
1606 g betrifft) auswählen können.
1607 \end_layout
1608
1609 \begin_layout Standard
1610 In der so erstellten Tabelle ist standardmäßig jede Zelle umrandet.
1611  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1612  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1613  die zweite Zeile eine Linie oberhalb haben.
1614  Hier ist ein Beispiel:
1615 \end_layout
1616
1617 \begin_layout Standard
1618 \align center
1619 \begin_inset Tabular
1620 <lyxtabular version="3" rows="5" columns="4">
1621 <features tabularvalignment="middle">
1622 <column alignment="center" valignment="top">
1623 <column alignment="center" valignment="top">
1624 <column alignment="center" valignment="top">
1625 <column alignment="center" valignment="top">
1626 <row>
1627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1628 \begin_inset Text
1629
1630 \begin_layout Plain Layout
1631
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
1641 \family roman
1642 \series medium
1643 \shape up
1644 \size normal
1645 \emph off
1646 \bar no
1647 \noun off
1648 \color none
1649 1
1650 \end_layout
1651
1652 \end_inset
1653 </cell>
1654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1655 \begin_inset Text
1656
1657 \begin_layout Plain Layout
1658 2
1659 \end_layout
1660
1661 \end_inset
1662 </cell>
1663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1664 \begin_inset Text
1665
1666 \begin_layout Plain Layout
1667 3
1668 \end_layout
1669
1670 \end_inset
1671 </cell>
1672 </row>
1673 <row>
1674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1675 \begin_inset Text
1676
1677 \begin_layout Plain Layout
1678
1679 \family roman
1680 \series medium
1681 \shape up
1682 \size normal
1683 \emph off
1684 \bar no
1685 \noun off
1686 \color none
1687 A
1688 \end_layout
1689
1690 \end_inset
1691 </cell>
1692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1693 \begin_inset Text
1694
1695 \begin_layout Plain Layout
1696
1697 \end_layout
1698
1699 \end_inset
1700 </cell>
1701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1702 \begin_inset Text
1703
1704 \begin_layout Plain Layout
1705
1706 \end_layout
1707
1708 \end_inset
1709 </cell>
1710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1711 \begin_inset Text
1712
1713 \begin_layout Plain Layout
1714
1715 \end_layout
1716
1717 \end_inset
1718 </cell>
1719 </row>
1720 <row>
1721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1722 \begin_inset Text
1723
1724 \begin_layout Plain Layout
1725
1726 \family roman
1727 \series medium
1728 \shape up
1729 \size normal
1730 \emph off
1731 \bar no
1732 \noun off
1733 \color none
1734 B
1735 \end_layout
1736
1737 \end_inset
1738 </cell>
1739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1740 \begin_inset Text
1741
1742 \begin_layout Plain Layout
1743
1744 \end_layout
1745
1746 \end_inset
1747 </cell>
1748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1749 \begin_inset Text
1750
1751 \begin_layout Plain Layout
1752
1753 \end_layout
1754
1755 \end_inset
1756 </cell>
1757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1758 \begin_inset Text
1759
1760 \begin_layout Plain Layout
1761
1762 \end_layout
1763
1764 \end_inset
1765 </cell>
1766 </row>
1767 <row>
1768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1769 \begin_inset Text
1770
1771 \begin_layout Plain Layout
1772
1773 \family roman
1774 \series medium
1775 \shape up
1776 \size normal
1777 \emph off
1778 \bar no
1779 \noun off
1780 \color none
1781 C
1782 \end_layout
1783
1784 \end_inset
1785 </cell>
1786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1787 \begin_inset Text
1788
1789 \begin_layout Plain Layout
1790
1791 \end_layout
1792
1793 \end_inset
1794 </cell>
1795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1796 \begin_inset Text
1797
1798 \begin_layout Plain Layout
1799
1800 \end_layout
1801
1802 \end_inset
1803 </cell>
1804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1805 \begin_inset Text
1806
1807 \begin_layout Plain Layout
1808
1809 \end_layout
1810
1811 \end_inset
1812 </cell>
1813 </row>
1814 <row>
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 D
1820 \end_layout
1821
1822 \end_inset
1823 </cell>
1824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1825 \begin_inset Text
1826
1827 \begin_layout Plain Layout
1828
1829 \end_layout
1830
1831 \end_inset
1832 </cell>
1833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1834 \begin_inset Text
1835
1836 \begin_layout Plain Layout
1837
1838 \end_layout
1839
1840 \end_inset
1841 </cell>
1842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1843 \begin_inset Text
1844
1845 \begin_layout Plain Layout
1846
1847 \end_layout
1848
1849 \end_inset
1850 </cell>
1851 </row>
1852 </lyxtabular>
1853
1854 \end_inset
1855
1856
1857 \end_layout
1858
1859 \begin_layout Standard
1860 Das entspricht dem Stil 
1861 \begin_inset Quotes gld
1862 \end_inset
1863
1864 Gitter mit abgesetztem Kopf
1865 \begin_inset Quotes grd
1866 \end_inset
1867
1868  in der Stilauswahl.
1869 \end_layout
1870
1871 \begin_layout Standard
1872 Andere auswählbare Stile sind:
1873 \end_layout
1874
1875 \begin_layout Itemize
1876 Ein 
1877 \begin_inset Quotes gld
1878 \end_inset
1879
1880 einfaches Gitter
1881 \begin_inset Quotes grd
1882 \end_inset
1883
1884 , das so aussieht wie die Tabelle oben, aber ohne durch Doppellinien abgesetzten
1885  Tabellenkopf,
1886 \end_layout
1887
1888 \begin_layout Itemize
1889 eine rahmenlose Tabelle (ohne jegliche Linien)
1890 \end_layout
1891
1892 \begin_layout Itemize
1893 und eine so genannte 
1894 \begin_inset Quotes gld
1895 \end_inset
1896
1897 formale Tabelle
1898 \begin_inset Quotes grd
1899 \end_inset
1900
1901 , wie sie häufig im professionellem Textsatz verwendet wird (nur mit horizontale
1902 n Linien und fetten Linien am Kopf und Fuß der Tabelle; das Handbuch 
1903 \emph on
1904 Eingebettete Objekte
1905 \emph default
1906  hat dazu einen eigenen Abschnitt).
1907 \end_layout
1908
1909 \begin_layout Standard
1910 Der Standardstil, der in diesem Dialog und auch vom Werkzeugleistenknopf
1911  verwendet wird, kann in 
1912 \family sans
1913 Dokument\SpecialChar menuseparator
1914 Einstellungen\SpecialChar menuseparator
1915 Seitenlayout
1916 \family default
1917  geändert werden.
1918  Wenn der Standardstil oben nicht Ihren Bedürfnissen entspricht, sollten
1919  Sie das tun.
1920 \end_layout
1921
1922 \begin_layout Section
1923 Tabellen-Dialog
1924 \begin_inset Index idx
1925 status collapsed
1926
1927 \begin_layout Plain Layout
1928 Tabellen ! Einstellungen
1929 \end_layout
1930
1931 \end_inset
1932
1933
1934 \end_layout
1935
1936 \begin_layout Standard
1937 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1938  Maustaste darauf klicken.
1939  Dadurch wird ein Kontextmenü angezeigt, in dem Sie im Eintrag 
1940 \family sans
1941 Mehr
1942 \family default
1943  Eigenschaften der Zelle und Zeile/Spalte, in der der Mauszeiger gerade
1944  ist, geändert werden können.
1945  Das Kontextmenü 
1946 \family sans
1947 Mehr\SpecialChar menuseparator
1948 Einstellungen
1949 \family default
1950  öffnet den Tabellen-Dialog wo weitere Einstellungen vorgenommen werden
1951  können.
1952  Viele der Optionen im Dialog sind auch für eine Zellenauswahl wirksam.
1953  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1954  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1955  Auswahl.
1956  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1957 \emph on
1958 Inhalt
1959 \emph default
1960  einer Zelle oder die Zelle selber ausgewählt haben.
1961 \begin_inset Newline newline
1962 \end_inset
1963
1964 Mit der Dialog-Option 
1965 \family sans
1966 Direkt
1967 \begin_inset space ~
1968 \end_inset
1969
1970 übernehmen
1971 \family default
1972  wird jede Änderung, die Sie machen, direkt übernommen.
1973  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1974  dann auch die Parameter der neuen Zelle an.
1975  Wenn Sie Längenwerte im Dialog ändern, müssen Sie 
1976 \family sans
1977 Enter
1978 \family default
1979  drücken, um die Änderung zu übernehmen.
1980 \begin_inset Newline newline
1981 \end_inset
1982
1983 Der Tabellen-Dialog hat folgende Karteikarten:
1984 \end_layout
1985
1986 \begin_layout Description
1987 Tabellen-Einstellungen Hier können Sie die Horizontale
1988 \begin_inset space ~
1989 \end_inset
1990
1991 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1992  Die Ausrichtung 
1993 \family sans
1994 Am
1995 \begin_inset space ~
1996 \end_inset
1997
1998 Dezimaltrenner
1999 \family default
2000  ist in Abschnitt
2001 \begin_inset space ~
2002 \end_inset
2003
2004
2005 \begin_inset CommandInset ref
2006 LatexCommand ref
2007 reference "uab:Besondere-Zellenausrichtung"
2008
2009 \end_inset
2010
2011  beschrieben.
2012  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
2013 \begin_inset space ~
2014 \end_inset
2015
2016 Ausrichtung der momentanen Zeile wählen.
2017  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
2018  Absätze haben, wie in Abschnitt
2019 \begin_inset space ~
2020 \end_inset
2021
2022
2023 \begin_inset CommandInset ref
2024 LatexCommand ref
2025 reference "uab:Mehrere-Zeilen-in"
2026
2027 \end_inset
2028
2029  beschrieben.
2030  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
2031 \begin_inset Newline newline
2032 \end_inset
2033
2034 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2035  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
2036 \begin_inset space ~
2037 \end_inset
2038
2039
2040 \begin_inset CommandInset ref
2041 LatexCommand ref
2042 reference "uab:Mehrfachspalten"
2043
2044 \end_inset
2045
2046  und 
2047 \begin_inset CommandInset ref
2048 LatexCommand ref
2049 reference "uab:Mehrfachzeilen"
2050
2051 \end_inset
2052
2053  beschrieben.
2054 \begin_inset Newline newline
2055 \end_inset
2056
2057 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2058  den Uhrzeigersinn um 90° drehen.
2059  \SpecialChar LyX
2060  zeigt diese Drehung nur in der Ausgabe.
2061  Für weitere Informationen siehe Abschnitt
2062 \begin_inset space ~
2063 \end_inset
2064
2065
2066 \begin_inset CommandInset ref
2067 LatexCommand ref
2068 reference "abs:Rotierte-Tabellenzellen"
2069
2070 \end_inset
2071
2072 .
2073 \begin_inset Newline newline
2074 \end_inset
2075
2076
2077 \begin_inset Note Greyedout
2078 status open
2079
2080 \begin_layout Plain Layout
2081
2082 \series bold
2083 Achtung:
2084 \series default
2085  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2086 \end_layout
2087
2088 \end_inset
2089
2090
2091 \begin_inset Newline newline
2092 \end_inset
2093
2094 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2095  Textzeilen verwendet:
2096 \begin_inset Newline newline
2097 \end_inset
2098
2099 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2100 \begin_inset Tabular
2101 <lyxtabular version="3" rows="2" columns="2">
2102 <features tabularvalignment="top">
2103 <column alignment="center" valignment="top" width="0pt">
2104 <column alignment="center" valignment="top">
2105 <row>
2106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2107 \begin_inset Text
2108
2109 \begin_layout Plain Layout
2110
2111 \end_layout
2112
2113 \end_inset
2114 </cell>
2115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2116 \begin_inset Text
2117
2118 \begin_layout Plain Layout
2119 1
2120 \end_layout
2121
2122 \end_inset
2123 </cell>
2124 </row>
2125 <row>
2126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2127 \begin_inset Text
2128
2129 \begin_layout Plain Layout
2130 A
2131 \end_layout
2132
2133 \end_inset
2134 </cell>
2135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2136 \begin_inset Text
2137
2138 \begin_layout Plain Layout
2139
2140 \end_layout
2141
2142 \end_inset
2143 </cell>
2144 </row>
2145 </lyxtabular>
2146
2147 \end_inset
2148
2149  
2150 \begin_inset Tabular
2151 <lyxtabular version="3" rows="2" columns="2">
2152 <features tabularvalignment="middle">
2153 <column alignment="center" valignment="top">
2154 <column alignment="center" valignment="top">
2155 <row>
2156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2157 \begin_inset Text
2158
2159 \begin_layout Plain Layout
2160
2161 \end_layout
2162
2163 \end_inset
2164 </cell>
2165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2166 \begin_inset Text
2167
2168 \begin_layout Plain Layout
2169 1
2170 \end_layout
2171
2172 \end_inset
2173 </cell>
2174 </row>
2175 <row>
2176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2177 \begin_inset Text
2178
2179 \begin_layout Plain Layout
2180 A
2181 \end_layout
2182
2183 \end_inset
2184 </cell>
2185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2186 \begin_inset Text
2187
2188 \begin_layout Plain Layout
2189
2190 \end_layout
2191
2192 \end_inset
2193 </cell>
2194 </row>
2195 </lyxtabular>
2196
2197 \end_inset
2198
2199  
2200 \begin_inset Tabular
2201 <lyxtabular version="3" rows="2" columns="2">
2202 <features tabularvalignment="bottom">
2203 <column alignment="center" valignment="top" width="0pt">
2204 <column alignment="center" valignment="top">
2205 <row>
2206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2207 \begin_inset Text
2208
2209 \begin_layout Plain Layout
2210
2211 \end_layout
2212
2213 \end_inset
2214 </cell>
2215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2216 \begin_inset Text
2217
2218 \begin_layout Plain Layout
2219 1
2220 \end_layout
2221
2222 \end_inset
2223 </cell>
2224 </row>
2225 <row>
2226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2227 \begin_inset Text
2228
2229 \begin_layout Plain Layout
2230 A
2231 \end_layout
2232
2233 \end_inset
2234 </cell>
2235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2236 \begin_inset Text
2237
2238 \begin_layout Plain Layout
2239
2240 \end_layout
2241
2242 \end_inset
2243 </cell>
2244 </row>
2245 </lyxtabular>
2246
2247 \end_inset
2248
2249
2250 \begin_inset Newline newline
2251 \end_inset
2252
2253 Man kann auch ein \SpecialChar LaTeX
2254 -Argument für besondere Tabellen-Formatierun\SpecialChar softhyphen
2255 gen einfügen,
2256  wie in den Abschnitten 
2257 \begin_inset CommandInset ref
2258 LatexCommand ref
2259 reference "uab:Mehrfachspalten-Berechnungen"
2260
2261 \end_inset
2262
2263  und 
2264 \begin_inset CommandInset ref
2265 LatexCommand ref
2266 reference "abs:Farbige-Tabellen"
2267
2268 \end_inset
2269
2270  beschrieben.
2271 \end_layout
2272
2273 \begin_layout Description
2274 Rahmen Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und
2275  Spalte(n) hinzufügen und löschen.
2276 \begin_inset Newline newline
2277 \end_inset
2278
2279 Wenn Sie die Stil-Option
2280 \family sans
2281  Formal
2282 \family default
2283  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2284 \begin_inset space ~
2285 \end_inset
2286
2287
2288 \begin_inset CommandInset ref
2289 LatexCommand ref
2290 reference "abs:Formale-Tabellen"
2291
2292 \end_inset
2293
2294  beschrieben, konvertiert.
2295 \begin_inset Newline newline
2296 \end_inset
2297
2298 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2299 \begin_inset space ~
2300 \end_inset
2301
2302
2303 \begin_inset CommandInset ref
2304 LatexCommand ref
2305 reference "uab:Zeilenabstand"
2306
2307 \end_inset
2308
2309  beschrieben.
2310 \end_layout
2311
2312 \begin_layout Description
2313 Mehrseitige
2314 \begin_inset space ~
2315 \end_inset
2316
2317 Tabelle Hier kann eine Tabelle definiert werden, die über mehrere Seiten
2318  reicht.
2319  Die Abschnitte
2320 \begin_inset space ~
2321 \end_inset
2322
2323
2324 \begin_inset CommandInset ref
2325 LatexCommand ref
2326 reference "abs:Mehrseitige-Tabellen"
2327
2328 \end_inset
2329
2330  und 
2331 \begin_inset CommandInset ref
2332 LatexCommand ref
2333 reference "sec:Weitere-Möglichkeiten-für"
2334
2335 \end_inset
2336
2337  beschreiben diese Funktion genauer.
2338 \end_layout
2339
2340 \begin_layout Section
2341 Tabellen-Werkzeugleiste
2342 \begin_inset Index idx
2343 status collapsed
2344
2345 \begin_layout Plain Layout
2346 Tabellen ! Werkzeugleiste
2347 \end_layout
2348
2349 \end_inset
2350
2351
2352 \end_layout
2353
2354 \begin_layout Standard
2355 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2356 \family sans
2357 Tabellen-Einstellungen
2358 \family default
2359 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2360  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2361  \SpecialChar LyX
2362 -Fensters.
2363 \end_layout
2364
2365 \begin_layout Standard
2366 Die Werkzeugleiste hat folgende Knöpfe:
2367 \end_layout
2368
2369 \begin_layout Labeling
2370 \labelwidthstring 00.00.0000
2371 \begin_inset Info
2372 type  "icon"
2373 arg   "tabular-feature append-row"
2374 \end_inset
2375
2376  Fügt eine Zeile unterhalb der momentanen an
2377 \end_layout
2378
2379 \begin_layout Labeling
2380 \labelwidthstring 00.00.0000
2381 \begin_inset Info
2382 type  "icon"
2383 arg   "tabular-feature append-column"
2384 \end_inset
2385
2386  Fügt eine Spalte rechts von der momentanen an
2387 \end_layout
2388
2389 \begin_layout Labeling
2390 \labelwidthstring 00.00.0000
2391 \begin_inset Info
2392 type  "icon"
2393 arg   "tabular-feature delete-row"
2394 \end_inset
2395
2396  Löscht die ausgewählte(n) Zeile(n)
2397 \end_layout
2398
2399 \begin_layout Labeling
2400 \labelwidthstring 00.00.0000
2401 \begin_inset Info
2402 type  "icon"
2403 arg   "tabular-feature delete-column"
2404 \end_inset
2405
2406  Löscht die ausgewählte(n) Spalte(n)
2407 \end_layout
2408
2409 \begin_layout Labeling
2410 \labelwidthstring 00.00.0000
2411 \begin_inset Info
2412 type  "icon"
2413 arg   "tabular-feature move-row-up"
2414 \end_inset
2415
2416  verschiebt die ausgewählte Zeile nach oben
2417 \end_layout
2418
2419 \begin_layout Labeling
2420 \labelwidthstring 00.00.0000
2421 \begin_inset Info
2422 type  "icon"
2423 arg   "tabular-feature move-column-left"
2424 \end_inset
2425
2426  verschiebt die ausgewählte Spalte nach links
2427 \end_layout
2428
2429 \begin_layout Labeling
2430 \labelwidthstring 00.00.0000
2431 \begin_inset Info
2432 type  "icon"
2433 arg   "tabular-feature move-row-down"
2434 \end_inset
2435
2436  verschiebt die ausgewählte Zeile nach unten
2437 \end_layout
2438
2439 \begin_layout Labeling
2440 \labelwidthstring 00.00.0000
2441 \begin_inset Info
2442 type  "icon"
2443 arg   "tabular-feature move-column-right"
2444 \end_inset
2445
2446  verschiebt die ausgewählte Spalte nach rechts
2447 \end_layout
2448
2449 \begin_layout Labeling
2450 \labelwidthstring 00.00.0000
2451 \begin_inset Info
2452 type  "icon"
2453 arg   "tabular-feature toggle-line-top"
2454 \end_inset
2455
2456  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2457  wenn der Knopf grau hinterlegt ist
2458 \end_layout
2459
2460 \begin_layout Labeling
2461 \labelwidthstring 00.00.0000
2462 \begin_inset Info
2463 type  "icon"
2464 arg   "tabular-feature toggle-line-bottom"
2465 \end_inset
2466
2467  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2468  wenn der Knopf grau hinterlegt ist
2469 \end_layout
2470
2471 \begin_layout Labeling
2472 \labelwidthstring 00.00.0000
2473 \begin_inset Info
2474 type  "icon"
2475 arg   "tabular-feature toggle-line-left"
2476 \end_inset
2477
2478  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2479  wenn der Knopf grau hinterlegt ist
2480 \end_layout
2481
2482 \begin_layout Labeling
2483 \labelwidthstring 00.00.0000
2484 \begin_inset Info
2485 type  "icon"
2486 arg   "tabular-feature toggle-line-right"
2487 \end_inset
2488
2489  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2490  wenn der Knopf grau hinterlegt ist
2491 \end_layout
2492
2493 \begin_layout Labeling
2494 \labelwidthstring 00.00.0000
2495 \begin_inset Info
2496 type  "icon"
2497 arg   "tabular-feature set-all-lines"
2498 \end_inset
2499
2500  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2501 \end_layout
2502
2503 \begin_layout Labeling
2504 \labelwidthstring 00.00.0000
2505 \begin_inset Info
2506 type  "icon"
2507 arg   "tabular-feature set-border-lines"
2508 \end_inset
2509
2510  Fügt einen Rahmen um die ausgewählte(n) Zellen
2511 \end_layout
2512
2513 \begin_layout Labeling
2514 \labelwidthstring 00.00.0000
2515 \begin_inset Info
2516 type  "icon"
2517 arg   "tabular-feature unset-all-lines"
2518 \end_inset
2519
2520  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2521 \end_layout
2522
2523 \begin_layout Labeling
2524 \labelwidthstring 00.00.0000
2525 \begin_inset Info
2526 type  "icon"
2527 arg   "tabular-feature reset-formal-default"
2528 \end_inset
2529
2530  Wenn Sie eine formale Tabellen verwenden, setzt dies die Rahmen zu einem
2531  sinnvollen Standard zurück (horizontale Linien nur in der Kopf- und Fußzeile)
2532 \end_layout
2533
2534 \begin_layout Labeling
2535 \labelwidthstring 00.00.0000
2536 \begin_inset Info
2537 type  "icon"
2538 arg   "tabular-feature m-align-left"
2539 \end_inset
2540
2541  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2542 \end_layout
2543
2544 \begin_layout Labeling
2545 \labelwidthstring 00.00.0000
2546 \begin_inset Info
2547 type  "icon"
2548 arg   "tabular-feature m-align-center"
2549 \end_inset
2550
2551  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2552 \end_layout
2553
2554 \begin_layout Labeling
2555 \labelwidthstring 00.00.0000
2556 \begin_inset Info
2557 type  "icon"
2558 arg   "tabular-feature m-align-right"
2559 \end_inset
2560
2561  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2562 \end_layout
2563
2564 \begin_layout Labeling
2565 \labelwidthstring 00.00.0000
2566 \begin_inset Info
2567 type  "icon"
2568 arg   "tabular-feature align-decimal"
2569 \end_inset
2570
2571  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2572 \end_layout
2573
2574 \begin_layout Labeling
2575 \labelwidthstring 00.00.0000
2576 \begin_inset Info
2577 type  "icon"
2578 arg   "tabular-feature m-valign-top"
2579 \end_inset
2580
2581  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2582 \end_layout
2583
2584 \begin_layout Labeling
2585 \labelwidthstring 00.00.0000
2586 \begin_inset Info
2587 type  "icon"
2588 arg   "tabular-feature m-valign-middle"
2589 \end_inset
2590
2591  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2592 \end_layout
2593
2594 \begin_layout Labeling
2595 \labelwidthstring 00.00.0000
2596 \begin_inset Info
2597 type  "icon"
2598 arg   "tabular-feature m-valign-bottom"
2599 \end_inset
2600
2601  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2602 \end_layout
2603
2604 \begin_layout Labeling
2605 \labelwidthstring 00.00.0000
2606 \begin_inset Info
2607 type  "icon"
2608 arg   "tabular-feature set-rotate-cell"
2609 \end_inset
2610
2611  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2612 \end_layout
2613
2614 \begin_layout Labeling
2615 \labelwidthstring 00.00.0000
2616 \begin_inset Info
2617 type  "icon"
2618 arg   "tabular-feature set-rotate-tabular"
2619 \end_inset
2620
2621  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2622 \end_layout
2623
2624 \begin_layout Labeling
2625 \labelwidthstring 00.00.0000
2626 \begin_inset Info
2627 type  "icon"
2628 arg   "tabular-feature multicolumn"
2629 \end_inset
2630
2631  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2632 \end_layout
2633
2634 \begin_layout Labeling
2635 \labelwidthstring 00.00.0000
2636 \begin_inset Info
2637 type  "icon"
2638 arg   "tabular-feature multirow"
2639 \end_inset
2640
2641  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2642 \end_layout
2643
2644 \begin_layout Standard
2645 \begin_inset Note Greyedout
2646 status open
2647
2648 \begin_layout Plain Layout
2649
2650 \series bold
2651 Bemerkung:
2652 \series default
2653  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2654  Reihe für alle Zelle der Reihe verwendet.
2655 \end_layout
2656
2657 \end_inset
2658
2659
2660 \end_layout
2661
2662 \begin_layout Section
2663 Bearbeiten-Menü
2664 \begin_inset Index idx
2665 status collapsed
2666
2667 \begin_layout Plain Layout
2668 Tabellen ! Bearbeiten-Menü
2669 \end_layout
2670
2671 \end_inset
2672
2673
2674 \end_layout
2675
2676 \begin_layout Standard
2677 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2678  Wenn der Cursor in einer Tabelle steht, sind im 
2679 \family sans
2680 Bearbeiten
2681 \family default
2682 -Menü folgende Punkte aktiviert: 
2683 \family sans
2684 Tabelle
2685 \family default
2686
2687 \family sans
2688 Zeilen
2689 \begin_inset space ~
2690 \end_inset
2691
2692 &
2693 \begin_inset space ~
2694 \end_inset
2695
2696 Spalten
2697 \family default
2698  und 
2699 \family sans
2700 Tabellen-Einstellungen
2701 \family default
2702 .
2703  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2704 ngsmöglichkeiten zu erreichen.
2705 \end_layout
2706
2707 \begin_layout Section
2708 Gleitende Tabellen
2709 \begin_inset CommandInset label
2710 LatexCommand label
2711 name "abs:Gleitende-Tabellen"
2712
2713 \end_inset
2714
2715
2716 \begin_inset Index idx
2717 status collapsed
2718
2719 \begin_layout Plain Layout
2720 Gleitobjekte ! Tabellen
2721 \end_layout
2722
2723 \end_inset
2724
2725
2726 \begin_inset Index idx
2727 status collapsed
2728
2729 \begin_layout Plain Layout
2730 Tabellen ! gleitende
2731 \end_layout
2732
2733 \end_inset
2734
2735
2736 \end_layout
2737
2738 \begin_layout Standard
2739 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2740 \begin_inset space ~
2741 \end_inset
2742
2743
2744 \begin_inset CommandInset ref
2745 LatexCommand ref
2746 reference "abs:Gleitobjekte-Einleitung"
2747
2748 \end_inset
2749
2750 .
2751 \end_layout
2752
2753 \begin_layout Standard
2754 \begin_inset Float table
2755 placement h
2756 alignment document
2757 wide false
2758 sideways false
2759 status open
2760
2761 \begin_layout Plain Layout
2762 \begin_inset Caption Standard
2763
2764 \begin_layout Plain Layout
2765 \begin_inset CommandInset label
2766 LatexCommand label
2767 name "tab:Eine-gleitende-Tabelle"
2768
2769 \end_inset
2770
2771 Eine gleitende Tabelle
2772 \end_layout
2773
2774 \end_inset
2775
2776
2777 \end_layout
2778
2779 \begin_layout Plain Layout
2780 \align center
2781 \begin_inset Tabular
2782 <lyxtabular version="3" rows="3" columns="3">
2783 <features tabularvalignment="middle">
2784 <column alignment="center" valignment="top" width="0pt">
2785 <column alignment="center" valignment="top" width="0pt">
2786 <column alignment="center" valignment="top" width="0pt">
2787 <row>
2788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2789 \begin_inset Text
2790
2791 \begin_layout Plain Layout
2792
2793 \family roman
2794 \series medium
2795 \shape up
2796 \size normal
2797 \emph off
2798 \bar no
2799 \noun off
2800 \color none
2801 1
2802 \end_layout
2803
2804 \end_inset
2805 </cell>
2806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2807 \begin_inset Text
2808
2809 \begin_layout Plain Layout
2810
2811 \family roman
2812 \series medium
2813 \shape up
2814 \size normal
2815 \emph off
2816 \bar no
2817 \noun off
2818 \color none
2819 2
2820 \end_layout
2821
2822 \end_inset
2823 </cell>
2824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2825 \begin_inset Text
2826
2827 \begin_layout Plain Layout
2828
2829 \family roman
2830 \series medium
2831 \shape up
2832 \size normal
2833 \emph off
2834 \bar no
2835 \noun off
2836 \color none
2837 3
2838 \end_layout
2839
2840 \end_inset
2841 </cell>
2842 </row>
2843 <row>
2844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2845 \begin_inset Text
2846
2847 \begin_layout Plain Layout
2848
2849 \family roman
2850 \series medium
2851 \shape up
2852 \size normal
2853 \emph off
2854 \bar no
2855 \noun off
2856 \color none
2857 Martin
2858 \end_layout
2859
2860 \end_inset
2861 </cell>
2862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2863 \begin_inset Text
2864
2865 \begin_layout Plain Layout
2866
2867 \family roman
2868 \series medium
2869 \shape up
2870 \size normal
2871 \emph off
2872 \bar no
2873 \noun off
2874 \color none
2875 Lena
2876 \end_layout
2877
2878 \end_inset
2879 </cell>
2880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2881 \begin_inset Text
2882
2883 \begin_layout Plain Layout
2884
2885 \family roman
2886 \series medium
2887 \shape up
2888 \size normal
2889 \emph off
2890 \bar no
2891 \noun off
2892 \color none
2893 Alina
2894 \end_layout
2895
2896 \end_inset
2897 </cell>
2898 </row>
2899 <row>
2900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2901 \begin_inset Text
2902
2903 \begin_layout Plain Layout
2904
2905 \family roman
2906 \series medium
2907 \shape up
2908 \size normal
2909 \emph off
2910 \bar no
2911 \noun off
2912 \color none
2913 \begin_inset Formula $\int x^{2}dx$
2914 \end_inset
2915
2916
2917 \end_layout
2918
2919 \end_inset
2920 </cell>
2921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2922 \begin_inset Text
2923
2924 \begin_layout Plain Layout
2925
2926 \family roman
2927 \series medium
2928 \shape up
2929 \size normal
2930 \emph off
2931 \bar no
2932 \noun off
2933 \color none
2934 \begin_inset Formula $\left[\begin{array}{cc}
2935 a & b\\
2936 c & d
2937 \end{array}\right]$
2938 \end_inset
2939
2940
2941 \end_layout
2942
2943 \end_inset
2944 </cell>
2945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2946 \begin_inset Text
2947
2948 \begin_layout Plain Layout
2949
2950 \family roman
2951 \series medium
2952 \shape up
2953 \size normal
2954 \emph off
2955 \bar no
2956 \noun off
2957 \color none
2958 \begin_inset Formula $1+1=2$
2959 \end_inset
2960
2961
2962 \end_layout
2963
2964 \end_inset
2965 </cell>
2966 </row>
2967 </lyxtabular>
2968
2969 \end_inset
2970
2971
2972 \end_layout
2973
2974 \end_inset
2975
2976
2977 \end_layout
2978
2979 \begin_layout Standard
2980 Gleitende Tabellen können über 
2981 \family sans
2982 Einfügen\SpecialChar menuseparator
2983 Gleitobjekt\SpecialChar menuseparator
2984 Tabelle
2985 \family default
2986  oder einen Klick auf den Werkzeugleistenknopf 
2987 \begin_inset Info
2988 type  "icon"
2989 arg   "float-insert table"
2990 \end_inset
2991
2992  erzeugt werden.
2993  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2994  In das rot umrahmte Feld rechts von 
2995 \emph on
2996 Tabelle
2997 \begin_inset space ~
2998 \end_inset
2999
3000 Nr:
3001 \emph default
3002  schreiben Sie die Tabellenbeschriftung.
3003  Nach einem Klick oberhalb oder unterhalb von 
3004 \emph on
3005 Tabelle
3006 \begin_inset space ~
3007 \end_inset
3008
3009 Nr:
3010 \emph default
3011  können Sie dann eine Tabelle einfügen.
3012 \end_layout
3013
3014 \begin_layout Standard
3015 Tabelle
3016 \begin_inset space ~
3017 \end_inset
3018
3019
3020 \begin_inset CommandInset ref
3021 LatexCommand ref
3022 reference "tab:Eine-gleitende-Tabelle"
3023
3024 \end_inset
3025
3026  ist ein Beispiel für eine gleitende Tabelle.
3027 \end_layout
3028
3029 \begin_layout Standard
3030 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
3031 herweise wird das von \SpecialChar LaTeX
3032  Standard-Klassen nicht unterstützt.
3033  Das bedeutet, dass bei den Klassen 
3034 \family sans
3035 article
3036 \family default
3037
3038 \family sans
3039 book
3040 \family default
3041
3042 \family sans
3043 letter
3044 \family default
3045 , und 
3046 \family sans
3047 report
3048 \family default
3049  kein Abstand zwischen dem Titel und der Tabelle sein wird.
3050  Um den einzufügen, können Sie zum Ladebefehl des \SpecialChar LaTeX
3051 -Paketes 
3052 \series bold
3053 caption
3054 \series default
3055
3056 \begin_inset Index idx
3057 status collapsed
3058
3059 \begin_layout Plain Layout
3060 \SpecialChar LaTeX
3061 -Pakete ! caption
3062 \end_layout
3063
3064 \end_inset
3065
3066  im \SpecialChar LaTeX
3067 -Vorspann Ihres Dokuments folgende Option einfügen:
3068 \begin_inset Foot
3069 status collapsed
3070
3071 \begin_layout Plain Layout
3072 Näheres finden Sie im Abschnitt
3073 \begin_inset space ~
3074 \end_inset
3075
3076
3077 \begin_inset CommandInset ref
3078 LatexCommand ref
3079 reference "abs:Titel-Platzierung"
3080
3081 \end_inset
3082
3083 .
3084 \end_layout
3085
3086 \end_inset
3087
3088
3089 \end_layout
3090
3091 \begin_layout Standard
3092
3093 \series bold
3094 tableposition=top
3095 \end_layout
3096
3097 \begin_layout Standard
3098 Das Paket 
3099 \series bold
3100 caption
3101 \series default
3102 , das in Abschnitt
3103 \begin_inset space ~
3104 \end_inset
3105
3106
3107 \begin_inset CommandInset ref
3108 LatexCommand ref
3109 reference "abs:Titel-Formatierung"
3110
3111 \end_inset
3112
3113  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3114 \end_layout
3115
3116 \begin_layout Standard
3117 \begin_inset Index idx
3118 status collapsed
3119
3120 \begin_layout Plain Layout
3121 Querverweise ! auf Tabellen
3122 \end_layout
3123
3124 \end_inset
3125
3126 Auf Tabellen kann über ihre Marke verwiesen werden.
3127  Dafür fügen Sie in der Beschriftung mit 
3128 \family sans
3129 Einfügen\SpecialChar menuseparator
3130 Marke
3131 \family default
3132  oder durch Klicken auf 
3133 \begin_inset Info
3134 type  "icon"
3135 arg   "label-insert"
3136 \end_inset
3137
3138  eine Marke ein.
3139  Auf diese können Sie dann wie gewohnt mit 
3140 \family sans
3141 Einfügen\SpecialChar menuseparator
3142 Querverweis
3143 \family default
3144  oder durch Klicken auf 
3145 \begin_inset Info
3146 type  "icon"
3147 arg   "dialog-show-new-inset ref"
3148 \end_inset
3149
3150  verweisen.
3151  Verweise werden detailliert in Abschnitt
3152 \begin_inset space ~
3153 \end_inset
3154
3155
3156 \begin_inset CommandInset ref
3157 LatexCommand ref
3158 reference "abs:Auf-Gleitobjekte-verweisen"
3159
3160 \end_inset
3161
3162  beschrieben.
3163 \end_layout
3164
3165 \begin_layout Section
3166 Mehrseitige Tabellen
3167 \begin_inset CommandInset label
3168 LatexCommand label
3169 name "abs:Mehrseitige-Tabellen"
3170
3171 \end_inset
3172
3173
3174 \begin_inset Index idx
3175 status collapsed
3176
3177 \begin_layout Plain Layout
3178 Tabellen ! mehrseitige
3179 \end_layout
3180
3181 \end_inset
3182
3183
3184 \end_layout
3185
3186 \begin_layout Standard
3187 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie in
3188  den Tabellen-Einstellungen auf der Karteikarte  
3189 \family sans
3190 Mehrseitige
3191 \begin_inset space ~
3192 \end_inset
3193
3194 Tabelle
3195 \family default
3196  die Option 
3197 \family sans
3198 Mehrseitige
3199 \begin_inset space ~
3200 \end_inset
3201
3202 Tabelle
3203 \begin_inset space ~
3204 \end_inset
3205
3206 verwenden
3207 \family default
3208  auswählen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3209  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3210 \end_layout
3211
3212 \begin_layout Description
3213 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3214  festgelegt; mit Ausnahme der ersten, wenn 
3215 \family sans
3216 Erste
3217 \begin_inset space ~
3218 \end_inset
3219
3220 Kopfzeile
3221 \family default
3222  aktiviert ist.
3223 \end_layout
3224
3225 \begin_layout Description
3226 Erste
3227 \begin_inset space ~
3228 \end_inset
3229
3230 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3231  Seite einer mehrseitigen Tabelle definiert.
3232 \end_layout
3233
3234 \begin_layout Description
3235 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3236  mit Ausnahme der letzten, wenn 
3237 \family sans
3238 Letzte
3239 \begin_inset space ~
3240 \end_inset
3241
3242 Fußzeile
3243 \family default
3244  aktiviert ist.
3245 \end_layout
3246
3247 \begin_layout Description
3248 Letzte
3249 \begin_inset space ~
3250 \end_inset
3251
3252 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3253  einer mehrseitigen Tabelle definiert.
3254 \end_layout
3255
3256 \begin_layout Description
3257 Legende: Die aktuelle Zeile enthält die Legende.
3258  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3259  Mehr über Beschriftungen mehrseitiger Tabellen ist in Abschnitt
3260 \begin_inset space ~
3261 \end_inset
3262
3263
3264 \begin_inset CommandInset ref
3265 LatexCommand ref
3266 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
3267
3268 \end_inset
3269
3270  erklärt.
3271 \end_layout
3272
3273 \begin_layout Standard
3274 Hier ist ein Beispiel einer mehrseitigen Tabelle:
3275 \end_layout
3276
3277 \begin_layout Standard
3278 \align center
3279 \begin_inset Tabular
3280 <lyxtabular version="3" rows="69" columns="3">
3281 <features islongtable="true" longtabularalignment="center">
3282 <column alignment="left" valignment="top" width="0cm">
3283 <column alignment="left" valignment="top" width="0pt">
3284 <column alignment="right" valignment="top" width="0pt">
3285 <row endfirsthead="true">
3286 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Plain Layout
3290
3291 \series bold
3292 Telefonliste (ignoriere die Namen)
3293 \end_layout
3294
3295 \end_inset
3296 </cell>
3297 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3298 \begin_inset Text
3299
3300 \begin_layout Plain Layout
3301
3302 \end_layout
3303
3304 \end_inset
3305 </cell>
3306 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Plain Layout
3310
3311 \end_layout
3312
3313 \end_inset
3314 </cell>
3315 </row>
3316 <row endfirsthead="true">
3317 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321
3322 \series bold
3323 NAME
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Plain Layout
3332
3333 \end_layout
3334
3335 \end_inset
3336 </cell>
3337 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Plain Layout
3341
3342 \series bold
3343 TEL.
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 </row>
3349 <row endhead="true">
3350 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3351 \begin_inset Text
3352
3353 \begin_layout Plain Layout
3354
3355 \series bold
3356 Telefonliste
3357 \end_layout
3358
3359 \end_inset
3360 </cell>
3361 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Plain Layout
3365
3366 \end_layout
3367
3368 \end_inset
3369 </cell>
3370 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3371 \begin_inset Text
3372
3373 \begin_layout Plain Layout
3374
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 </row>
3380 <row endhead="true">
3381 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Plain Layout
3385
3386 \series bold
3387 NAME
3388 \end_layout
3389
3390 \end_inset
3391 </cell>
3392 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Plain Layout
3396
3397 \end_layout
3398
3399 \end_inset
3400 </cell>
3401 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Plain Layout
3405
3406 \series bold
3407 TEL.
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 </row>
3413 <row endfoot="true">
3414 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Plain Layout
3418
3419 \series bold
3420 wird fortgesetzt
3421 \series default
3422  \SpecialChar ldots
3423
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Plain Layout
3441
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 </row>
3447 <row>
3448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452
3453 \series bold
3454 Annovi
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 <cell alignment="center" valignment="top" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463 Silvia
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3469 \begin_inset Text
3470
3471 \begin_layout Plain Layout
3472 111
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 </row>
3478 <row>
3479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483
3484 \series bold
3485 Bertoli
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 <cell alignment="center" valignment="top" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494 Stefano
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503 111
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 </row>
3509 <row>
3510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514
3515 \series bold
3516 Bozzi
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell alignment="center" valignment="top" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 Walter
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534 111
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 </row>
3540 <row>
3541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545
3546 \series bold
3547 Cachia
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 <cell alignment="center" valignment="top" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556 Maria
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565 111
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 </row>
3571 <row>
3572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576
3577 \series bold
3578 Cachia
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 <cell alignment="center" valignment="top" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587 Maurizio
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596 111
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 </row>
3602 <row>
3603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607
3608 \series bold
3609 Cinquemani
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 <cell alignment="center" valignment="top" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618 Giusi
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627 111
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 </row>
3633 <row>
3634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638
3639 \series bold
3640 Colin
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 <cell alignment="center" valignment="top" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649 Bernard
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658 111
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 </row>
3664 <row>
3665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669
3670 \series bold
3671 Concli
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 <cell alignment="center" valignment="top" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680 Gianfranco
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689 111
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 </row>
3695 <row>
3696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700
3701 \series bold
3702 Dal Bosco
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 <cell alignment="center" valignment="top" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 Carolina
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 111
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 </row>
3726 <row>
3727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731
3732 \series bold
3733 Dalpiaz
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 <cell alignment="center" valignment="top" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742 Annamaria
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751 111
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 </row>
3757 <row>
3758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762
3763 \series bold
3764 Feliciello
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 <cell alignment="center" valignment="top" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 Domenico
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782 111
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 </row>
3788 <row>
3789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793
3794 \series bold
3795 Focarelli
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 <cell alignment="center" valignment="top" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804 Paola
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 111
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 </row>
3819 <row>
3820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824
3825 \series bold
3826 Galletti
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 <cell alignment="center" valignment="top" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835 Oreste
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844 111
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 </row>
3850 <row>
3851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855
3856 \series bold
3857 Gasparini
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 <cell alignment="center" valignment="top" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866 Franca
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875 111
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 </row>
3881 <row>
3882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886
3887 \series bold
3888 Rizzardi
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell alignment="center" valignment="top" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897 Paola
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906 111
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 </row>
3912 <row>
3913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917
3918 \series bold
3919 Lassini
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 <cell alignment="center" valignment="top" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928 Giancarlo
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937 111
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 </row>
3943 <row>
3944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948
3949 \series bold
3950 Malfatti
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 <cell alignment="center" valignment="top" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959 Luciano
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968 111
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 </row>
3974 <row>
3975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979
3980 \series bold
3981 Malfatti
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 <cell alignment="center" valignment="top" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990 Valeriano
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999 111
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 </row>
4005 <row>
4006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010
4011 \series bold
4012 Meneguzzo
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 <cell alignment="center" valignment="top" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021 Roberto
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030 111
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 </row>
4036 <row>
4037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041
4042 \series bold
4043 Mezzadra
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 <cell alignment="center" valignment="top" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052 Roberto
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061 111
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 </row>
4067 <row>
4068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072
4073 \series bold
4074 Pirpamer
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083 Erich
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092 111
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 </row>
4098 <row>
4099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103
4104 \series bold
4105 Pochiesa
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 <cell alignment="center" valignment="top" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114 Paolo
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123 111, 222
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 </row>
4129 <row>
4130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134
4135 \series bold
4136 Radina
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 <cell alignment="center" valignment="top" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 Claudio
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 111
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 </row>
4160 <row>
4161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165
4166 \series bold
4167 Stuffer
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 <cell alignment="center" valignment="top" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176 Oskar
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185 111
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 </row>
4191 <row>
4192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196
4197 \series bold
4198 Tacchelli
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 <cell alignment="center" valignment="top" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207 Ugo
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216 111
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 </row>
4222 <row>
4223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227
4228 \series bold
4229 Tezzele
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 Margit
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247 111
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 </row>
4253 <row>
4254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258
4259 \series bold
4260 Unterkalmsteiner
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 <cell alignment="center" valignment="top" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269 Frieda
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 111
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 </row>
4284 <row>
4285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289
4290 \series bold
4291 Vieider
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 <cell alignment="center" valignment="top" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300 Hilde
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309 111
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 </row>
4315 <row>
4316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320
4321 \series bold
4322 Vigna
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell alignment="center" valignment="top" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331 Jürgen
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 111
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 </row>
4346 <row>
4347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351
4352 \series bold
4353 Weber
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 <cell alignment="center" valignment="top" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362 Maurizio
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371 111
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 </row>
4377 <row>
4378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382
4383 \series bold
4384 Winkler
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393 Franz
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 111
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 </row>
4408 <row>
4409 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413  
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 </row>
4437 <row>
4438 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442
4443 \series bold
4444 Annovi
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell alignment="center" valignment="top" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 Silvia
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462 555
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 </row>
4468 <row>
4469 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473
4474 \series bold
4475 Bertoli
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 Stefano
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493 555
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 </row>
4499 <row>
4500 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504
4505 \series bold
4506 Bozzi
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 Walter
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524 555
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 </row>
4530 <row>
4531 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535
4536 \series bold
4537 Cachia
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 <cell alignment="center" valignment="top" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546 Maria
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555 555
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 </row>
4561 <row>
4562 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566
4567 \series bold
4568 Cachia
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 Maurizio
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586 555
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 </row>
4592 <row>
4593 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597
4598 \series bold
4599 Cinquemani
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 Giusi
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 555
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 </row>
4623 <row>
4624 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628
4629 \series bold
4630 Colin
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 <cell alignment="center" valignment="top" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 Bernard
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648 555
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 </row>
4654 <row>
4655 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659
4660 \series bold
4661 Concli
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 <cell alignment="center" valignment="top" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 Gianfranco
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679 555
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 </row>
4685 <row>
4686 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690
4691 \series bold
4692 Dal Bosco
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 <cell alignment="center" valignment="top" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701 Carolina
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710 555
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 </row>
4716 <row>
4717 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721
4722 \series bold
4723 Dalpiaz
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 <cell alignment="center" valignment="top" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732 Annamaria
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741 555
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 </row>
4747 <row>
4748 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752
4753 \series bold
4754 Feliciello
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 <cell alignment="center" valignment="top" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763 Domenico
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772 555
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 </row>
4778 <row>
4779 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783
4784 \series bold
4785 Focarelli
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 <cell alignment="center" valignment="top" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794 Paola
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803 555
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 </row>
4809 <row>
4810 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814
4815 \series bold
4816 Galletti
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 <cell alignment="center" valignment="top" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825 Oreste
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834 555
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 </row>
4840 <row>
4841 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845
4846 \series bold
4847 Gasparini
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 <cell alignment="center" valignment="top" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856 Franca
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865 555
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 </row>
4871 <row>
4872 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876
4877 \series bold
4878 Rizzardi
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 <cell alignment="center" valignment="top" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887 Paola
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896 555
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 </row>
4902 <row>
4903 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907
4908 \series bold
4909 Lassini
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 <cell alignment="center" valignment="top" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918 Giancarlo
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927 555
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 </row>
4933 <row>
4934 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938
4939 \series bold
4940 Malfatti
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 <cell alignment="center" valignment="top" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949 Luciano
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958 555
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 </row>
4964 <row>
4965 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969
4970 \series bold
4971 Malfatti
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 <cell alignment="center" valignment="top" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980 Valeriano
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989 555
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 </row>
4995 <row>
4996 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000
5001 \series bold
5002 Meneguzzo
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 <cell alignment="center" valignment="top" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011 Roberto
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020 555
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 </row>
5026 <row>
5027 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031
5032 \series bold
5033 Mezzadra
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 <cell alignment="center" valignment="top" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042 Roberto
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051 555
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 </row>
5057 <row>
5058 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062
5063 \series bold
5064 Pirpamer
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 <cell alignment="center" valignment="top" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073 Erich
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082 555
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 </row>
5088 <row>
5089 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093
5094 \series bold
5095 Pochiesa
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 <cell alignment="center" valignment="top" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104 Paolo
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113 555, 222
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 </row>
5119 <row>
5120 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124
5125 \series bold
5126 Radina
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="center" valignment="top" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135 Claudio
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144 555
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 </row>
5150 <row>
5151 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155
5156 \series bold
5157 Stuffer
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 <cell alignment="center" valignment="top" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166 Oskar
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175 555
5176 \end_layout
5177
5178 \end_inset
5179 </cell>
5180 </row>
5181 <row>
5182 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186
5187 \series bold
5188 Tacchelli
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 <cell alignment="center" valignment="top" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197 Ugo
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206 555
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 </row>
5212 <row>
5213 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5214 \begin_inset Text
5215
5216 \begin_layout Plain Layout
5217
5218 \series bold
5219 Tezzele
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 <cell alignment="center" valignment="top" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 Margit
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Plain Layout
5237 555
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 </row>
5243 <row>
5244 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248
5249 \series bold
5250 Unterkalmsteiner
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 <cell alignment="center" valignment="top" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Plain Layout
5259 Frieda
5260 \end_layout
5261
5262 \end_inset
5263 </cell>
5264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5265 \begin_inset Text
5266
5267 \begin_layout Plain Layout
5268 555
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 </row>
5274 <row>
5275 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279
5280 \series bold
5281 Vieider
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 <cell alignment="center" valignment="top" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290 Hilde
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299 555
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 </row>
5305 <row>
5306 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310
5311 \series bold
5312 Vigna
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell alignment="center" valignment="top" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321 Jürgen
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Plain Layout
5330 999
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 </row>
5336 <row>
5337 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341
5342 \series bold
5343 Weber
5344 \end_layout
5345
5346 \end_inset
5347 </cell>
5348 <cell alignment="center" valignment="top" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352 Maurizio
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361 555
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 </row>
5367 <row>
5368 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5369 \begin_inset Text
5370
5371 \begin_layout Plain Layout
5372
5373 \series bold
5374 Winkler
5375 \end_layout
5376
5377 \end_inset
5378 </cell>
5379 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5380 \begin_inset Text
5381
5382 \begin_layout Plain Layout
5383 Franz
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Plain Layout
5392 555
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 </row>
5398 <row endlastfoot="true">
5399 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403 Ende
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 </row>
5427 </lyxtabular>
5428
5429 \end_inset
5430
5431
5432 \begin_inset ERT
5433 status collapsed
5434
5435 \begin_layout Plain Layout
5436
5437
5438 \backslash
5439 addtocounter{table}{-1}
5440 \end_layout
5441
5442 \end_inset
5443
5444
5445 \begin_inset Note Note
5446 status collapsed
5447
5448 \begin_layout Plain Layout
5449 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5450 \begin_inset space ~
5451 \end_inset
5452
5453
5454 \begin_inset CommandInset ref
5455 LatexCommand ref
5456 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
5457
5458 \end_inset
5459
5460
5461 \end_layout
5462
5463 \end_inset
5464
5465
5466 \end_layout
5467
5468 \begin_layout Subsection
5469 Fußnoten in mehrseitigen Tabellen
5470 \begin_inset CommandInset label
5471 LatexCommand label
5472 name "uab:Fußnoten-in-mehrseitigen"
5473
5474 \end_inset
5475
5476
5477 \begin_inset Index idx
5478 status collapsed
5479
5480 \begin_layout Plain Layout
5481 Tabellen ! mehrseitige ! Fußnoten
5482 \end_layout
5483
5484 \end_inset
5485
5486
5487 \end_layout
5488
5489 \begin_layout Standard
5490 Fußnoten kann man in jede Zelle einer mehrseitigen Tabelle einfügen.
5491  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5492  Tabelle
5493 \begin_inset space ~
5494 \end_inset
5495
5496
5497 \begin_inset CommandInset ref
5498 LatexCommand ref
5499 reference "tab:Telefonliste"
5500
5501 \end_inset
5502
5503  hat zum Beispiel eine Fußnote.
5504 \end_layout
5505
5506 \begin_layout Subsection
5507 Ausrichtung mehrseitiger Tabellen
5508 \begin_inset Index idx
5509 status collapsed
5510
5511 \begin_layout Plain Layout
5512 Tabellen ! mehrseitige ! Ausrichtung
5513 \end_layout
5514
5515 \end_inset
5516
5517
5518 \end_layout
5519
5520 \begin_layout Standard
5521 Die horizontale Ausrichtung von mehrseitigen Tabellen kann in den Tabelleneinste
5522 llungen festgelegt werden.
5523  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5524  Seitenrand.
5525  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5526  ausgerichtet werden und die Werte der Längen 
5527 \series bold
5528
5529 \backslash
5530 LTleft 
5531 \series default
5532 und 
5533 \series bold
5534
5535 \backslash
5536 LTright
5537 \series default
5538  geändert werden, indem diese Zeile als \SpecialChar TeX
5539 -Code vor die mehrseitige Tabelle
5540  eingefügt wird:
5541 \end_layout
5542
5543 \begin_layout Standard
5544
5545 \series bold
5546
5547 \backslash
5548 setlength{
5549 \backslash
5550 LTleft}{Wert}
5551 \end_layout
5552
5553 \begin_layout Standard
5554 Der Wert kann eine der in Tabelle
5555 \begin_inset space ~
5556 \end_inset
5557
5558
5559 \begin_inset CommandInset ref
5560 LatexCommand ref
5561 reference "tab:Maßeinheiten"
5562
5563 \end_inset
5564
5565  aufgelisteten Einheiten haben.
5566  
5567 \series bold
5568
5569 \backslash
5570 LTleft
5571 \series default
5572  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5573  
5574 \series bold
5575
5576 \backslash
5577 LTright
5578 \series default
5579  den Abstand von rechts.
5580  Die Voreinstellung für beide Werte ist 
5581 \series bold
5582
5583 \backslash
5584 fill
5585 \series default
5586 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5587  in \SpecialChar LyX
5588  ist.
5589 \end_layout
5590
5591 \begin_layout Standard
5592 Die folgende mehrseitige Tabelle wurde zentriert und 
5593 \series bold
5594
5595 \backslash
5596 LTleft
5597 \series default
5598  auf den Wert 
5599 \family sans
5600 0.1
5601 \backslash
5602 columnwidth
5603 \family default
5604  gesetzt:
5605 \begin_inset ERT
5606 status collapsed
5607
5608 \begin_layout Plain Layout
5609
5610
5611 \backslash
5612 setlength{
5613 \backslash
5614 LTleft}{0.1
5615 \backslash
5616 columnwidth}
5617 \end_layout
5618
5619 \end_inset
5620
5621
5622 \end_layout
5623
5624 \begin_layout Standard
5625 \begin_inset Tabular
5626 <lyxtabular version="3" rows="5" columns="5">
5627 <features islongtable="true" longtabularalignment="center">
5628 <column alignment="center" valignment="top">
5629 <column alignment="center" valignment="top">
5630 <column alignment="center" valignment="top" width="0pt">
5631 <column alignment="center" valignment="top">
5632 <column alignment="center" valignment="top">
5633 <row>
5634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5635 \begin_inset Text
5636
5637 \begin_layout Plain Layout
5638 1
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 2
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 3
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5662 \begin_inset Text
5663
5664 \begin_layout Plain Layout
5665 4
5666 \end_layout
5667
5668 \end_inset
5669 </cell>
5670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5671 \begin_inset Text
5672
5673 \begin_layout Plain Layout
5674 5
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 </row>
5680 <row>
5681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5682 \begin_inset Text
5683
5684 \begin_layout Plain Layout
5685 asd
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" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Plain Layout
5712 s
5713 \end_layout
5714
5715 \end_inset
5716 </cell>
5717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5718 \begin_inset Text
5719
5720 \begin_layout Plain Layout
5721 asd
5722 \end_layout
5723
5724 \end_inset
5725 </cell>
5726 </row>
5727 <row>
5728 <cell alignment="center" valignment="top" topline="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" leftline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741 s
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Plain Layout
5750 s
5751 \end_layout
5752
5753 \end_inset
5754 </cell>
5755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5756 \begin_inset Text
5757
5758 \begin_layout Plain Layout
5759 s
5760 \end_layout
5761
5762 \end_inset
5763 </cell>
5764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5765 \begin_inset Text
5766
5767 \begin_layout Plain Layout
5768 asd
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 </row>
5774 <row>
5775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Plain Layout
5779 asd
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788 s
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 s
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806 s
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Plain Layout
5815 asd
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 </row>
5821 <row>
5822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 asd
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 asd
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844 asd
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5850 \begin_inset Text
5851
5852 \begin_layout Plain Layout
5853 asd
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Plain Layout
5862 asd
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 </row>
5868 </lyxtabular>
5869
5870 \end_inset
5871
5872
5873 \begin_inset ERT
5874 status collapsed
5875
5876 \begin_layout Plain Layout
5877
5878
5879 \backslash
5880 setlength{
5881 \backslash
5882 LTleft}{
5883 \backslash
5884 fill}
5885 \end_layout
5886
5887 \end_inset
5888
5889
5890 \begin_inset ERT
5891 status collapsed
5892
5893 \begin_layout Plain Layout
5894
5895
5896 \backslash
5897 addtocounter{table}{-1}
5898 \end_layout
5899
5900 \end_inset
5901
5902
5903 \begin_inset Note Note
5904 status collapsed
5905
5906 \begin_layout Plain Layout
5907 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5908 \begin_inset space ~
5909 \end_inset
5910
5911
5912 \begin_inset CommandInset ref
5913 LatexCommand ref
5914 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
5915
5916 \end_inset
5917
5918
5919 \end_layout
5920
5921 \end_inset
5922
5923
5924 \end_layout
5925
5926 \begin_layout Subsection
5927 Beschriftungen mehrseitiger Tabellen
5928 \begin_inset CommandInset label
5929 LatexCommand label
5930 name "uab:Beschriftungen-mehrseitiger-Tabellen"
5931
5932 \end_inset
5933
5934
5935 \begin_inset Index idx
5936 status collapsed
5937
5938 \begin_layout Plain Layout
5939 Mehrseitige Tabellen
5940 \end_layout
5941
5942 \end_inset
5943
5944
5945 \begin_inset Index idx
5946 status collapsed
5947
5948 \begin_layout Plain Layout
5949 Tabellen ! mehrseitige ! Titel
5950 \end_layout
5951
5952 \end_inset
5953
5954
5955 \end_layout
5956
5957 \begin_layout Standard
5958 Eine mehrseitige Tabelle kann man nicht in ein Gleitobjekt packen, weil
5959  Gleitobjekte nur auf eine Seite gedruckt werden können.
5960  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5961 \begin_inset space ~
5962 \end_inset
5963
5964
5965 \begin_inset CommandInset ref
5966 LatexCommand ref
5967 reference "abs:Mehrseitige-Tabellen"
5968
5969 \end_inset
5970
5971  erklärt.
5972  Nur eine Tabellenzeile kann eine Beschriftung enthalten, entweder eine
5973  Kopf- oder eine Fußzeile.
5974 \end_layout
5975
5976 \begin_layout Standard
5977 Hier ist eine kurze mehrseitige Tabelle, die zeigt, wie das funktioniert:
5978 \end_layout
5979
5980 \begin_layout Standard
5981 \begin_inset Tabular
5982 <lyxtabular version="3" rows="6" columns="5">
5983 <features islongtable="true" longtabularalignment="center">
5984 <column alignment="center" valignment="top">
5985 <column alignment="center" valignment="top">
5986 <column alignment="center" valignment="top">
5987 <column alignment="center" valignment="top">
5988 <column alignment="center" valignment="top">
5989 <row endfirsthead="true" caption="true">
5990 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5991 \begin_inset Text
5992
5993 \begin_layout Plain Layout
5994 \begin_inset Caption Standard
5995
5996 \begin_layout Plain Layout
5997 Eine mehrseitige Tabelle mit Titel
5998 \begin_inset Argument 1
5999 status open
6000
6001 \begin_layout Plain Layout
6002 MehrseitigeTabelle
6003 \end_layout
6004
6005 \end_inset
6006
6007
6008 \end_layout
6009
6010 \end_inset
6011
6012
6013 \end_layout
6014
6015 \end_inset
6016 </cell>
6017 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 </row>
6054 <row>
6055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059 1
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 2
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 3
6078 \end_layout
6079
6080 \end_inset
6081 </cell>
6082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6083 \begin_inset Text
6084
6085 \begin_layout Plain Layout
6086 4
6087 \end_layout
6088
6089 \end_inset
6090 </cell>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095 5
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 </row>
6101 <row>
6102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Plain Layout
6106 asd
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" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Plain Layout
6133 s
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142 asd
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 </row>
6148 <row>
6149 <cell alignment="center" valignment="top" topline="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" leftline="true" usebox="none">
6159 \begin_inset Text
6160
6161 \begin_layout Plain Layout
6162 s
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171 s
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 s
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 asd
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 </row>
6195 <row>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 asd
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6206 \begin_inset Text
6207
6208 \begin_layout Plain Layout
6209 s
6210 \end_layout
6211
6212 \end_inset
6213 </cell>
6214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218 s
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6224 \begin_inset Text
6225
6226 \begin_layout Plain Layout
6227 s
6228 \end_layout
6229
6230 \end_inset
6231 </cell>
6232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6233 \begin_inset Text
6234
6235 \begin_layout Plain Layout
6236 asd
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 </row>
6242 <row>
6243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 asd
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256 asd
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265 asd
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274 asd
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283 asd
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 </row>
6289 </lyxtabular>
6290
6291 \end_inset
6292
6293
6294 \end_layout
6295
6296 \begin_layout Standard
6297 \begin_inset VSpace medskip
6298 \end_inset
6299
6300
6301 \begin_inset Note Greyedout
6302 status open
6303
6304 \begin_layout Plain Layout
6305
6306 \series bold
6307 Bemerkung
6308 \begin_inset space ~
6309 \end_inset
6310
6311 1:
6312 \series default
6313  Die Tabellennummer wird für jede mehrseitige Tabelle erhöht, auch wenn
6314  Sie keinen Titel vergeben.
6315  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6316 \begin_inset space ~
6317 \end_inset
6318
6319 2.4 auf Tabelle
6320 \begin_inset space ~
6321 \end_inset
6322
6323 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei mehrseitige Tabellen
6324  ohne Beschriftung sind.
6325  Um das zu vermeiden, können Sie hinter jede mehrseitige Tabelle ohne Titel
6326  folgenden \SpecialChar LaTeX
6327 -Befehl als \SpecialChar TeX
6328 -Code einfügen:
6329 \end_layout
6330
6331 \begin_layout Plain Layout
6332
6333 \series bold
6334
6335 \backslash
6336 addtocounter{table}{-1}
6337 \end_layout
6338
6339 \begin_layout Plain Layout
6340 Das ist nicht notwendig, wenn keine der mehrseitigen Tabellen im Dokument
6341  eine Beschriftung hat und Sie diesen Code zum \SpecialChar LaTeX
6342 -Vorspann hinzufügen:
6343 \end_layout
6344
6345 \begin_layout Plain Layout
6346
6347 \series bold
6348
6349 \backslash
6350 let
6351 \backslash
6352 myEnd
6353 \backslash
6354 endlongtable
6355 \begin_inset Newline newline
6356 \end_inset
6357
6358
6359 \backslash
6360 renewcommand{
6361 \backslash
6362 endlongtable}{
6363 \backslash
6364 myEnd
6365 \backslash
6366 addtocounter{table}{-1}}
6367 \end_layout
6368
6369 \end_inset
6370
6371
6372 \end_layout
6373
6374 \begin_layout Standard
6375 \begin_inset Note Greyedout
6376 status open
6377
6378 \begin_layout Plain Layout
6379
6380 \series bold
6381 Bemerkung
6382 \begin_inset space ~
6383 \end_inset
6384
6385 2:
6386 \series default
6387  Wenn Sie 
6388 \series bold
6389 hyperref
6390 \series default
6391
6392 \begin_inset Index idx
6393 status collapsed
6394
6395 \begin_layout Plain Layout
6396 \SpecialChar LaTeX
6397 -Pakete ! hyperref
6398 \end_layout
6399
6400 \end_inset
6401
6402  in den
6403 \family sans
6404  PDF-Eigenschaften
6405 \family default
6406  im 
6407 \family sans
6408 Dokument-Einstellungen
6409 \family default
6410  Dialog für Querverweise benutzen, wird der Verweis auf eine mehrseitige
6411  Tabelle immer auf den Anfang des Dokuments zeigen.
6412 \end_layout
6413
6414 \end_inset
6415
6416
6417 \end_layout
6418
6419 \begin_layout Subsubsection
6420 Querverweise auf mehrseitige
6421 \family sans
6422  Tabelle
6423 \family default
6424 n
6425 \begin_inset Index idx
6426 status collapsed
6427
6428 \begin_layout Plain Layout
6429 Tabellen ! mehrseitige ! Querverweis
6430 \end_layout
6431
6432 \end_inset
6433
6434
6435 \end_layout
6436
6437 \begin_layout Standard
6438 \begin_inset Tabular
6439 <lyxtabular version="3" rows="6" columns="5">
6440 <features islongtable="true" longtabularalignment="center">
6441 <column alignment="center" valignment="top">
6442 <column alignment="center" valignment="top">
6443 <column alignment="center" valignment="top">
6444 <column alignment="center" valignment="top">
6445 <column alignment="center" valignment="top">
6446 <row endfirsthead="true" caption="true">
6447 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6448 \begin_inset Text
6449
6450 \begin_layout Plain Layout
6451 \begin_inset Caption Standard
6452
6453 \begin_layout Plain Layout
6454 Mehrseitige Tabelle mit Marke
6455 \begin_inset CommandInset label
6456 LatexCommand label
6457 name "tab:Mehrseitige-Tabelle-mit-Marke"
6458
6459 \end_inset
6460
6461
6462 \end_layout
6463
6464 \end_inset
6465
6466
6467 \end_layout
6468
6469 \end_inset
6470 </cell>
6471 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Plain Layout
6475
6476 \end_layout
6477
6478 \end_inset
6479 </cell>
6480 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6481 \begin_inset Text
6482
6483 \begin_layout Plain Layout
6484
6485 \end_layout
6486
6487 \end_inset
6488 </cell>
6489 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6490 \begin_inset Text
6491
6492 \begin_layout Plain Layout
6493
6494 \end_layout
6495
6496 \end_inset
6497 </cell>
6498 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6499 \begin_inset Text
6500
6501 \begin_layout Plain Layout
6502
6503 \end_layout
6504
6505 \end_inset
6506 </cell>
6507 </row>
6508 <row>
6509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6510 \begin_inset Text
6511
6512 \begin_layout Plain Layout
6513 1
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 2
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 3
6532 \end_layout
6533
6534 \end_inset
6535 </cell>
6536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Plain Layout
6540 4
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6546 \begin_inset Text
6547
6548 \begin_layout Plain Layout
6549 5
6550 \end_layout
6551
6552 \end_inset
6553 </cell>
6554 </row>
6555 <row>
6556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560 asd
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" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Plain Layout
6587 s
6588 \end_layout
6589
6590 \end_inset
6591 </cell>
6592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6593 \begin_inset Text
6594
6595 \begin_layout Plain Layout
6596 asd
6597 \end_layout
6598
6599 \end_inset
6600 </cell>
6601 </row>
6602 <row>
6603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Plain Layout
6607 asd
6608 \end_layout
6609
6610 \end_inset
6611 </cell>
6612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Plain Layout
6616 s
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Plain Layout
6625 s
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Plain Layout
6634 s
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6640 \begin_inset Text
6641
6642 \begin_layout Plain Layout
6643 asd
6644 \end_layout
6645
6646 \end_inset
6647 </cell>
6648 </row>
6649 <row>
6650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654 asd
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663 s
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6669 \begin_inset Text
6670
6671 \begin_layout Plain Layout
6672 s
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Plain Layout
6681 s
6682 \end_layout
6683
6684 \end_inset
6685 </cell>
6686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6687 \begin_inset Text
6688
6689 \begin_layout Plain Layout
6690 asd
6691 \end_layout
6692
6693 \end_inset
6694 </cell>
6695 </row>
6696 <row>
6697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701 asd
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710 sad
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719 asd
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728 asd
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6734 \begin_inset Text
6735
6736 \begin_layout Plain Layout
6737 asd
6738 \end_layout
6739
6740 \end_inset
6741 </cell>
6742 </row>
6743 </lyxtabular>
6744
6745 \end_inset
6746
6747
6748 \end_layout
6749
6750 \begin_layout Standard
6751 Damit auf eine mehrseitige Tabelle verwiesen werden kann, müssen Sie eine
6752  Marke im Titel einfügen.
6753 \end_layout
6754
6755 \begin_layout Standard
6756 Dies ist ein Verweis auf Tabelle
6757 \begin_inset space ~
6758 \end_inset
6759
6760
6761 \begin_inset CommandInset ref
6762 LatexCommand ref
6763 reference "tab:Mehrseitige-Tabelle-mit-Marke"
6764
6765 \end_inset
6766
6767 .
6768 \end_layout
6769
6770 \begin_layout Standard
6771 Mit dem \SpecialChar LaTeX
6772 -Paket 
6773 \series bold
6774 caption
6775 \series default
6776
6777 \begin_inset Index idx
6778 status collapsed
6779
6780 \begin_layout Plain Layout
6781 \SpecialChar LaTeX
6782 -Pakete ! caption
6783 \end_layout
6784
6785 \end_inset
6786
6787 , siehe Abschnitt
6788 \begin_inset space ~
6789 \end_inset
6790
6791
6792 \begin_inset CommandInset ref
6793 LatexCommand ref
6794 reference "abs:Titel-Formatierung"
6795
6796 \end_inset
6797
6798 , können Sie alle anderen Beschriftungsoptionen benutzen.
6799 \end_layout
6800
6801 \begin_layout Subsubsection
6802 Titelbreite
6803 \begin_inset Index idx
6804 status collapsed
6805
6806 \begin_layout Plain Layout
6807 Tabellen ! mehrseitige ! Beschriftungsbreite
6808 \end_layout
6809
6810 \end_inset
6811
6812
6813 \end_layout
6814
6815 \begin_layout Standard
6816 Die maximale Titelbreite wird durch die Variable 
6817 \series bold
6818
6819 \backslash
6820 LTcapwidth
6821 \series default
6822  definiert.
6823  Ihr Standardwert ist 4
6824 \begin_inset space \thinspace{}
6825 \end_inset
6826
6827 Zoll (
6828 \begin_inset Formula $\approx10$
6829 \end_inset
6830
6831
6832 \begin_inset space \thinspace{}
6833 \end_inset
6834
6835 cm).
6836  Um das zu ändern, können Sie entweder im \SpecialChar LaTeX
6837 -Vorspann oder als \SpecialChar TeX
6838 -Code vor der
6839  betreffenden mehrseitigen Tabelle folgenden Befehl einsetzen:
6840 \end_layout
6841
6842 \begin_layout Standard
6843
6844 \series bold
6845
6846 \backslash
6847 setlength{
6848 \backslash
6849 LTcapwidth}{Breite}
6850 \end_layout
6851
6852 \begin_layout Standard
6853 wobei die 
6854 \family sans
6855 Breite
6856 \family default
6857  eine der in Anhang
6858 \begin_inset space ~
6859 \end_inset
6860
6861
6862 \begin_inset CommandInset ref
6863 LatexCommand ref
6864 reference "kap:In-LyX-verfügbare"
6865
6866 \end_inset
6867
6868  aufgelisteten Einheiten haben kann.
6869 \end_layout
6870
6871 \begin_layout Standard
6872 Die beiden folgenden Tabellen zeigen den Unterschied:
6873 \end_layout
6874
6875 \begin_layout Standard
6876 \begin_inset Tabular
6877 <lyxtabular version="3" rows="6" columns="5">
6878 <features islongtable="true" longtabularalignment="center">
6879 <column alignment="center" valignment="top">
6880 <column alignment="center" valignment="top">
6881 <column alignment="center" valignment="top">
6882 <column alignment="center" valignment="top">
6883 <column alignment="center" valignment="top">
6884 <row endfirsthead="true" caption="true">
6885 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889 \begin_inset Caption Standard
6890
6891 \begin_layout Plain Layout
6892 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6893 \begin_inset Argument 1
6894 status open
6895
6896 \begin_layout Plain Layout
6897 Titel mit Standardbreite
6898 \end_layout
6899
6900 \end_inset
6901
6902
6903 \end_layout
6904
6905 \end_inset
6906
6907
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925
6926 \end_layout
6927
6928 \end_inset
6929 </cell>
6930 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Plain Layout
6934
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6940 \begin_inset Text
6941
6942 \begin_layout Plain Layout
6943
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 </row>
6949 <row>
6950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Plain Layout
6954 1
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 2
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 3
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6978 \begin_inset Text
6979
6980 \begin_layout Plain Layout
6981 4
6982 \end_layout
6983
6984 \end_inset
6985 </cell>
6986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6987 \begin_inset Text
6988
6989 \begin_layout Plain Layout
6990 5
6991 \end_layout
6992
6993 \end_inset
6994 </cell>
6995 </row>
6996 <row>
6997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6998 \begin_inset Text
6999
7000 \begin_layout Plain Layout
7001 asd
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" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Plain Layout
7028 s
7029 \end_layout
7030
7031 \end_inset
7032 </cell>
7033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Plain Layout
7037 asd
7038 \end_layout
7039
7040 \end_inset
7041 </cell>
7042 </row>
7043 <row>
7044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048 asd
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057 s
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066 s
7067 \end_layout
7068
7069 \end_inset
7070 </cell>
7071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Plain Layout
7075 s
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Plain Layout
7084 asd
7085 \end_layout
7086
7087 \end_inset
7088 </cell>
7089 </row>
7090 <row>
7091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 asd
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104 s
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7110 \begin_inset Text
7111
7112 \begin_layout Plain Layout
7113 s
7114 \end_layout
7115
7116 \end_inset
7117 </cell>
7118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Plain Layout
7122 s
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7128 \begin_inset Text
7129
7130 \begin_layout Plain Layout
7131 asd
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 </row>
7137 <row>
7138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Plain Layout
7142 asd
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151 sad
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7157 \begin_inset Text
7158
7159 \begin_layout Plain Layout
7160 asd
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Plain Layout
7169 asd
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7175 \begin_inset Text
7176
7177 \begin_layout Plain Layout
7178 asd
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 </row>
7184 </lyxtabular>
7185
7186 \end_inset
7187
7188
7189 \end_layout
7190
7191 \begin_layout Standard
7192 \begin_inset ERT
7193 status collapsed
7194
7195 \begin_layout Plain Layout
7196
7197
7198 \backslash
7199 setlength{
7200 \backslash
7201 LTcapwidth}{5cm}
7202 \end_layout
7203
7204 \end_inset
7205
7206
7207 \begin_inset Tabular
7208 <lyxtabular version="3" rows="6" columns="5">
7209 <features islongtable="true" longtabularalignment="center">
7210 <column alignment="center" valignment="top">
7211 <column alignment="center" valignment="top">
7212 <column alignment="center" valignment="top">
7213 <column alignment="center" valignment="top">
7214 <column alignment="center" valignment="top">
7215 <row endfirsthead="true" caption="true">
7216 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7217 \begin_inset Text
7218
7219 \begin_layout Plain Layout
7220 \begin_inset Caption Standard
7221
7222 \begin_layout Plain Layout
7223 Langer Titel mit 5
7224 \begin_inset space \thinspace{}
7225 \end_inset
7226
7227 cm Breite, Langer Titel mit 5
7228 \begin_inset space \thinspace{}
7229 \end_inset
7230
7231 cm Breite
7232 \begin_inset Argument 1
7233 status open
7234
7235 \begin_layout Plain Layout
7236 Titel mit 5
7237 \begin_inset space \thinspace{}
7238 \end_inset
7239
7240 cm Breite
7241 \end_layout
7242
7243 \end_inset
7244
7245
7246 \end_layout
7247
7248 \end_inset
7249
7250
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7265 \begin_inset Text
7266
7267 \begin_layout Plain Layout
7268
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7283 \begin_inset Text
7284
7285 \begin_layout Plain Layout
7286
7287 \end_layout
7288
7289 \end_inset
7290 </cell>
7291 </row>
7292 <row>
7293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Plain Layout
7297 1
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 2
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 3
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Plain Layout
7324 4
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7330 \begin_inset Text
7331
7332 \begin_layout Plain Layout
7333 5
7334 \end_layout
7335
7336 \end_inset
7337 </cell>
7338 </row>
7339 <row>
7340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Plain Layout
7344 asd
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" usebox="none">
7368 \begin_inset Text
7369
7370 \begin_layout Plain Layout
7371 s
7372 \end_layout
7373
7374 \end_inset
7375 </cell>
7376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7377 \begin_inset Text
7378
7379 \begin_layout Plain Layout
7380 asd
7381 \end_layout
7382
7383 \end_inset
7384 </cell>
7385 </row>
7386 <row>
7387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391 asd
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7397 \begin_inset Text
7398
7399 \begin_layout Plain Layout
7400 s
7401 \end_layout
7402
7403 \end_inset
7404 </cell>
7405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7406 \begin_inset Text
7407
7408 \begin_layout Plain Layout
7409 s
7410 \end_layout
7411
7412 \end_inset
7413 </cell>
7414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7415 \begin_inset Text
7416
7417 \begin_layout Plain Layout
7418 s
7419 \end_layout
7420
7421 \end_inset
7422 </cell>
7423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7424 \begin_inset Text
7425
7426 \begin_layout Plain Layout
7427 asd
7428 \end_layout
7429
7430 \end_inset
7431 </cell>
7432 </row>
7433 <row>
7434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438 asd
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7444 \begin_inset Text
7445
7446 \begin_layout Plain Layout
7447 s
7448 \end_layout
7449
7450 \end_inset
7451 </cell>
7452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7453 \begin_inset Text
7454
7455 \begin_layout Plain Layout
7456 s
7457 \end_layout
7458
7459 \end_inset
7460 </cell>
7461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7462 \begin_inset Text
7463
7464 \begin_layout Plain Layout
7465 s
7466 \end_layout
7467
7468 \end_inset
7469 </cell>
7470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474 asd
7475 \end_layout
7476
7477 \end_inset
7478 </cell>
7479 </row>
7480 <row>
7481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485 asd
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494 sad
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7500 \begin_inset Text
7501
7502 \begin_layout Plain Layout
7503 asd
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7509 \begin_inset Text
7510
7511 \begin_layout Plain Layout
7512 asd
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7518 \begin_inset Text
7519
7520 \begin_layout Plain Layout
7521 asd
7522 \end_layout
7523
7524 \end_inset
7525 </cell>
7526 </row>
7527 </lyxtabular>
7528
7529 \end_inset
7530
7531
7532 \begin_inset ERT
7533 status collapsed
7534
7535 \begin_layout Plain Layout
7536
7537
7538 \backslash
7539 setlength{
7540 \backslash
7541 LTcapwidth}{4in}
7542 \end_layout
7543
7544 \end_inset
7545
7546
7547 \begin_inset Note Note
7548 status collapsed
7549
7550 \begin_layout Plain Layout
7551 Beschriftungsbreite zurücksetzen
7552 \end_layout
7553
7554 \end_inset
7555
7556
7557 \end_layout
7558
7559 \begin_layout Standard
7560 \begin_inset Note Greyedout
7561 status open
7562
7563 \begin_layout Plain Layout
7564
7565 \series bold
7566 Achtung:
7567 \series default
7568  Wenn das \SpecialChar LaTeX
7569 -Paket 
7570 \series bold
7571 caption
7572 \series default
7573
7574 \begin_inset Index idx
7575 status collapsed
7576
7577 \begin_layout Plain Layout
7578 \SpecialChar LaTeX
7579 -Pakete ! caption
7580 \end_layout
7581
7582 \end_inset
7583
7584  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7585  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7586  4
7587 \begin_inset space \thinspace{}
7588 \end_inset
7589
7590 Zoll für 
7591 \series bold
7592
7593 \backslash
7594 LTcapwidth
7595 \series default
7596  benutzen.
7597  Um in diesem Fall eine genau 4
7598 \begin_inset space \thinspace{}
7599 \end_inset
7600
7601 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7602  4
7603 \begin_inset space \thinspace{}
7604 \end_inset
7605
7606 Zoll veränderten Wert wie z.
7607 \begin_inset space \thinspace{}
7608 \end_inset
7609
7610 B.
7611  3.99
7612 \begin_inset space \thinspace{}
7613 \end_inset
7614
7615 Zoll verwenden oder den \SpecialChar LaTeX
7616 -Befehl 
7617 \series bold
7618
7619 \backslash
7620 captionsetup{width=Wert}
7621 \series default
7622  benutzen, der vom 
7623 \series bold
7624 caption
7625 \series default
7626 -Paket bereitgestellt wird.
7627 \end_layout
7628
7629 \end_inset
7630
7631
7632 \end_layout
7633
7634 \begin_layout Subsubsection
7635 Unterschiedliche Beschriftung für Tabellenseiten
7636 \begin_inset Index idx
7637 status collapsed
7638
7639 \begin_layout Plain Layout
7640 Tabellen ! mehrseitige ! mehrere Beschriftungen
7641 \end_layout
7642
7643 \end_inset
7644
7645
7646 \end_layout
7647
7648 \begin_layout Standard
7649 Wenn die Tabellenbeschriftung der folgenden Seiten anders sein soll, als
7650  die der ersten Seite, markieren Sie eine leere Zeile als Kopfzeile, die
7651  eine Beschriftung enthält.
7652  Dann klicken Sie mit rechts auf die Beschriftung und wählen im Kontext-Menü
7653  
7654 \family sans
7655 Legende
7656 \begin_inset space ~
7657 \end_inset
7658
7659 (Unnummeriert)
7660 \family default
7661  aus.
7662  Tabelle
7663 \begin_inset space ~
7664 \end_inset
7665
7666
7667 \begin_inset CommandInset ref
7668 LatexCommand ref
7669 reference "tab:Telefonliste"
7670
7671 \end_inset
7672
7673  ist ein Beispiel für eine mehrseitige Tabelle mit unterschiedlichen Titeln
7674  und ohne Tabellennummer auf der zweiten Seite.
7675 \end_layout
7676
7677 \begin_layout Standard
7678 \align center
7679 \begin_inset Tabular
7680 <lyxtabular version="3" rows="59" columns="3">
7681 <features islongtable="true" longtabularalignment="center">
7682 <column alignment="left" valignment="top" width="0pt">
7683 <column alignment="left" valignment="top" width="0pt">
7684 <column alignment="center" valignment="top" width="0pt">
7685 <row endfirsthead="true" caption="true">
7686 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690 \begin_inset Caption Standard
7691
7692 \begin_layout Plain Layout
7693 Telefonliste
7694 \begin_inset CommandInset label
7695 LatexCommand label
7696 name "tab:Telefonliste"
7697
7698 \end_inset
7699
7700
7701 \begin_inset Argument 1
7702 status collapsed
7703
7704 \begin_layout Plain Layout
7705 Telefonliste
7706 \end_layout
7707
7708 \end_inset
7709
7710
7711 \end_layout
7712
7713 \end_inset
7714
7715
7716 \end_layout
7717
7718 \end_inset
7719 </cell>
7720 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7721 \begin_inset Text
7722
7723 \begin_layout Plain Layout
7724
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 </row>
7739 <row endfirsthead="true">
7740 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744
7745 \series bold
7746 Telefonliste (ignoriere die Namen)
7747 \end_layout
7748
7749 \end_inset
7750 </cell>
7751 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Plain Layout
7755
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 </row>
7770 <row endfirsthead="true">
7771 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Plain Layout
7775
7776 \series bold
7777 NAME
7778 \end_layout
7779
7780 \end_inset
7781 </cell>
7782 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Plain Layout
7786
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795
7796 \series bold
7797 TEL.
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 </row>
7803 <row endhead="true" caption="true">
7804 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808 \begin_inset Caption Unnumbered
7809
7810 \begin_layout Plain Layout
7811 Fortsetzung der Telefonliste
7812 \end_layout
7813
7814 \end_inset
7815
7816
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 <cell multicolumn="2" alignment="center" valignment="top" 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 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7831 \begin_inset Text
7832
7833 \begin_layout Plain Layout
7834
7835 \end_layout
7836
7837 \end_inset
7838 </cell>
7839 </row>
7840 <row endhead="true">
7841 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845
7846 \series bold
7847 Telefonliste
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 </row>
7871 <row endhead="true">
7872 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876
7877 \series bold
7878 NAME
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896
7897 \series bold
7898 TEL.
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 </row>
7904 <row endfoot="true">
7905 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909 wird fortgesetzt\SpecialChar ldots
7910
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Plain Layout
7928
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 </row>
7934 <row>
7935 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939
7940 \series bold
7941 Annovi
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950 Silvia
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959 111
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 </row>
7965 <row>
7966 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970
7971 \series bold
7972 Bertoli
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981 Stefano
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990 111
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 </row>
7996 <row>
7997 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001
8002 \series bold
8003 Bozzi
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012 Walter
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021 111
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 </row>
8027 <row>
8028 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032
8033 \series bold
8034 Cachia
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043 Maria
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052 111
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 </row>
8058 <row>
8059 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063
8064 \series bold
8065 Cachia
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074 Maurizio
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 111
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 </row>
8089 <row>
8090 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094
8095 \series bold
8096 Cinquemani
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105 Giusi
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114 111
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 </row>
8120 <row>
8121 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125
8126 \series bold
8127 Colin
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136 Bernard
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145 111
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 </row>
8151 <row>
8152 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156
8157 \series bold
8158 Concli
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167 Gianfranco
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 111
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 </row>
8182 <row>
8183 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187
8188 \series bold
8189 Dal Bosco
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198 Carolina
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207 111
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 </row>
8213 <row>
8214 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218
8219 \series bold
8220 Dalpiaz
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229 Annamaria
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238 111
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 </row>
8244 <row>
8245 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249
8250 \series bold
8251 Feliciello
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260 Domenico
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269 111
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 </row>
8275 <row>
8276 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280
8281 \series bold
8282 Focarelli
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291 Paola
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 111
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 </row>
8306 <row>
8307 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311
8312 \series bold
8313 Galletti
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322 Oreste
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 111
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 </row>
8337 <row>
8338 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342
8343 \series bold
8344 Gasparini
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353 Franca
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362 111
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 </row>
8368 <row>
8369 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373
8374 \series bold
8375 Rizzardi
8376 \series default
8377
8378 \begin_inset Foot
8379 status open
8380
8381 \begin_layout Plain Layout
8382 Beispielfußnote
8383 \end_layout
8384
8385 \end_inset
8386
8387
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 Paola
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405 111
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 </row>
8411 <row>
8412 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416
8417 \series bold
8418 Lassini
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427 Giancarlo
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436 111
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 </row>
8442 <row>
8443 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447
8448 \series bold
8449 Malfatti
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458 Luciano
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467 111
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 </row>
8473 <row>
8474 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478
8479 \series bold
8480 Malfatti
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489 Valeriano
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498 111
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 </row>
8504 <row>
8505 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509
8510 \series bold
8511 Meneguzzo
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520 Roberto
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529 111
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 </row>
8535 <row>
8536 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540
8541 \series bold
8542 Mezzadra
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551 Roberto
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560 111
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 </row>
8566 <row>
8567 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571
8572 \series bold
8573 Pirpamer
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 Erich
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591 111
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 </row>
8597 <row>
8598 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602
8603 \series bold
8604 Pochiesa
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 Paolo
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 111, 222
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 </row>
8628 <row>
8629 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633
8634 \series bold
8635 Radina
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644 Claudio
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653 111
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 </row>
8659 <row>
8660 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664
8665 \series bold
8666 Stuffer
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675 Oskar
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684 111
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 </row>
8690 <row>
8691 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695
8696 \series bold
8697 Tacchelli
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706 Ugo
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715 111
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 </row>
8721 <row>
8722 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726
8727 \series bold
8728 Tezzele
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737 Margit
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746 111
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 </row>
8752 <row>
8753 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757
8758 \series bold
8759 Unterkalmsteiner
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768 Frieda
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777 111
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 </row>
8783 <row>
8784 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Plain Layout
8788
8789 \series bold
8790 Vieider
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Plain Layout
8799 Hilde
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808 111
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 </row>
8814 <row>
8815 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819
8820 \series bold
8821 Vigna
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830 Jürgen
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 111
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 </row>
8845 <row>
8846 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850
8851 \series bold
8852 Weber
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8858 \begin_inset Text
8859
8860 \begin_layout Plain Layout
8861 Maurizio
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Plain Layout
8870 111
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 </row>
8876 <row>
8877 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881
8882 \series bold
8883 Winkler
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892 Franz
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901 111
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 </row>
8907 <row>
8908 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912  
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 </row>
8936 <row>
8937 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941
8942 \series bold
8943 Annovi
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952 Silvia
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961 555
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 </row>
8967 <row>
8968 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972
8973 \series bold
8974 Bertoli
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 Stefano
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992 555
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 </row>
8998 <row>
8999 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003
9004 \series bold
9005 Bozzi
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014 Walter
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 555
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 </row>
9029 <row>
9030 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034
9035 \series bold
9036 Cachia
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045 Maria
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054 555
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 </row>
9060 <row>
9061 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065
9066 \series bold
9067 Cachia
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076 Maurizio
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085 555
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 </row>
9091 <row>
9092 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096
9097 \series bold
9098 Cinquemani
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107 Giusi
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116 555
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 </row>
9122 <row>
9123 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127
9128 \series bold
9129 Colin
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 Bernard
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147 555
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 </row>
9153 <row>
9154 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158
9159 \series bold
9160 Concli
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169 Gianfranco
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178 555
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 </row>
9184 <row>
9185 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189
9190 \series bold
9191 Dal Bosco
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200 Carolina
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9206 \begin_inset Text
9207
9208 \begin_layout Plain Layout
9209 555
9210 \end_layout
9211
9212 \end_inset
9213 </cell>
9214 </row>
9215 <row>
9216 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220
9221 \series bold
9222 Dalpiaz
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231 Annamaria
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240 555
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 </row>
9246 <row>
9247 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251
9252 \series bold
9253 Feliciello
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 Domenico
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271 555
9272 \end_layout
9273
9274 \end_inset
9275 </cell>
9276 </row>
9277 <row>
9278 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282
9283 \series bold
9284 Focarelli
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293 Paola
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302 555
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 </row>
9308 <row>
9309 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313
9314 \series bold
9315 Galletti
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324 Oreste
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333 555
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 </row>
9339 <row>
9340 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344
9345 \series bold
9346 Gasparini
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355 Franca
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364 555
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 </row>
9370 <row>
9371 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375
9376 \series bold
9377 Rizzardi
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386 Paola
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395 555
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 </row>
9401 <row>
9402 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406
9407 \series bold
9408 Lassini
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417 Giancarlo
9418 \end_layout
9419
9420 \end_inset
9421 </cell>
9422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426 555
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 </row>
9432 <row>
9433 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437
9438 \series bold
9439 Malfatti
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448 Luciano
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457 555
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 </row>
9463 <row>
9464 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468
9469 \series bold
9470 Malfatti
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Plain Layout
9479 Valeriano
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488 555
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 </row>
9494 <row>
9495 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Plain Layout
9499
9500 \series bold
9501 Meneguzzo
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Plain Layout
9510 Roberto
9511 \end_layout
9512
9513 \end_inset
9514 </cell>
9515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9516 \begin_inset Text
9517
9518 \begin_layout Plain Layout
9519 555
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 </row>
9525 <row>
9526 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530
9531 \series bold
9532 Mezzadra
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9538 \begin_inset Text
9539
9540 \begin_layout Plain Layout
9541 Roberto
9542 \end_layout
9543
9544 \end_inset
9545 </cell>
9546 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9547 \begin_inset Text
9548
9549 \begin_layout Plain Layout
9550 555
9551 \end_layout
9552
9553 \end_inset
9554 </cell>
9555 </row>
9556 </lyxtabular>
9557
9558 \end_inset
9559
9560
9561 \end_layout
9562
9563 \begin_layout Section
9564 Weitere Möglichkeiten für mehrseitige
9565 \family sans
9566  Tabelle
9567 \family default
9568 n
9569 \begin_inset CommandInset label
9570 LatexCommand label
9571 name "sec:Weitere-Möglichkeiten-für"
9572
9573 \end_inset
9574
9575
9576 \end_layout
9577
9578 \begin_layout Subsection
9579 Berechnung mehrseitiger Tabellen
9580 \begin_inset Index idx
9581 status collapsed
9582
9583 \begin_layout Plain Layout
9584 Tabellen ! mehrseitige ! Berechnung
9585 \end_layout
9586
9587 \end_inset
9588
9589
9590 \end_layout
9591
9592 \begin_layout Standard
9593 \SpecialChar LaTeX
9594  berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit so genannten
9595  
9596 \emph on
9597 chunks
9598 \emph default
9599  (Brocken).
9600  Chunks sind Tabellenteile, die \SpecialChar LaTeX
9601  gleichzeitig im Speicher hält.
9602  Aus historischen Gründen wurde der Standardwert auf 20
9603 \begin_inset space ~
9604 \end_inset
9605
9606 Tabellenzeilen gesetzt.
9607  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9608  das die Druckausgabe.
9609  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100
9610 \begin_inset space \thinspace{}
9611 \end_inset
9612
9613 --
9614 \begin_inset space \thinspace{}
9615 \end_inset
9616
9617 1000 setzen, indem Sie in den \SpecialChar LaTeX
9618 -Vorspann Ihres Dokumentes folgende Zeile
9619  einfügen:
9620 \end_layout
9621
9622 \begin_layout Standard
9623
9624 \series bold
9625
9626 \backslash
9627 setcounter{LTchunksize}{100}
9628 \end_layout
9629
9630 \begin_layout Subsection
9631 Gleitobjekte und mehrseitige Tabellen
9632 \begin_inset Index idx
9633 status collapsed
9634
9635 \begin_layout Plain Layout
9636 Tabellen ! mehrseitige ! Gleitobjekte
9637 \end_layout
9638
9639 \end_inset
9640
9641
9642 \end_layout
9643
9644 \begin_layout Standard
9645 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine mehrseitige
9646  Tabelle beginnt, ein Gleitobjekt befindet.
9647  Um das zu vermeiden, können Sie vor der mehrseitigen Tabelle einen manuellen
9648  Seitenumbruch
9649 \family sans
9650  Einfügen\SpecialChar menuseparator
9651 Formatierung\SpecialChar menuseparator
9652 [Doppel]Seite
9653 \begin_inset space \space{}
9654 \end_inset
9655
9656 leeren
9657 \family default
9658  einfügen, siehe 
9659 \emph on
9660 Benutzerhandbuch
9661 \emph default
9662 .
9663 \end_layout
9664
9665 \begin_layout Subsection
9666 Manuelle Seitenumbrüche
9667 \begin_inset Index idx
9668 status collapsed
9669
9670 \begin_layout Plain Layout
9671 Tabellen ! mehrseitige ! manueller Seitenumbruch
9672 \end_layout
9673
9674 \end_inset
9675
9676
9677 \end_layout
9678
9679 \begin_layout Standard
9680 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9681  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9682  der Zelle umbrechen wollen, fügen Sie den Befehl  
9683 \begin_inset Quotes gld
9684 \end_inset
9685
9686
9687 \series bold
9688
9689 \backslash
9690
9691 \backslash
9692
9693 \series default
9694
9695 \begin_inset Quotes grd
9696 \end_inset
9697
9698  für eine neue Zeile als \SpecialChar TeX
9699 -Code an der Stelle in der Zelle ein, wo umgebrochen
9700  werden kann.
9701  Vor dem 
9702 \begin_inset Quotes gld
9703 \end_inset
9704
9705
9706 \series bold
9707
9708 \backslash
9709
9710 \backslash
9711
9712 \series default
9713
9714 \begin_inset Quotes grd
9715 \end_inset
9716
9717 -Befehl müssen Sie so viele 
9718 \begin_inset Quotes gld
9719 \end_inset
9720
9721
9722 \series bold
9723 &
9724 \series default
9725
9726 \begin_inset Quotes grd
9727 \end_inset
9728
9729  als \SpecialChar TeX
9730 -Code einfügen wie noch Spalten in der Zeile folgen.
9731  Mit 
9732 \begin_inset Quotes gld
9733 \end_inset
9734
9735
9736 \series bold
9737 &
9738 \series default
9739
9740 \begin_inset Quotes grd
9741 \end_inset
9742
9743   werden in \SpecialChar LaTeX
9744  Tabellenzellen getrennt.
9745  Hinter jedes 
9746 \begin_inset Quotes gld
9747 \end_inset
9748
9749
9750 \series bold
9751 &
9752 \series default
9753
9754 \begin_inset Quotes grd
9755 \end_inset
9756
9757  schreiben Sie ebenfalls in \SpecialChar TeX
9758 -Code den Inhalt der entsprechenden Zelle und
9759  löschen den Inhalt dieser Zellen.
9760 \end_layout
9761
9762 \begin_layout Standard
9763 Hinter dem 
9764 \begin_inset Quotes gld
9765 \end_inset
9766
9767
9768 \series bold
9769
9770 \backslash
9771
9772 \backslash
9773
9774 \series default
9775
9776 \begin_inset Quotes grd
9777 \end_inset
9778
9779 -Befehl müssen Sie so viele 
9780 \begin_inset Quotes gld
9781 \end_inset
9782
9783
9784 \series bold
9785 &
9786 \series default
9787
9788 \begin_inset Quotes grd
9789 \end_inset
9790
9791  als \SpecialChar TeX
9792 -Code einfügen wie Spalten vor der momentanen Spalte sind.
9793  In Tabelle
9794 \begin_inset space ~
9795 \end_inset
9796
9797
9798 \begin_inset CommandInset ref
9799 LatexCommand ref
9800 reference "tab:Tabelle-mit-manuellem"
9801
9802 \end_inset
9803
9804  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9805  Es folgt noch eine weitere Spalte.
9806  Deshalb wurde hinter dem Wort 
9807 \emph on
9808 Castelchiodato, 
9809 \emph default
9810 folgendes eingefügt:
9811 \end_layout
9812
9813 \begin_layout Standard
9814
9815 \series bold
9816 & 111
9817 \backslash
9818
9819 \backslash
9820  
9821 \backslash
9822 newpage
9823 \begin_inset Newline newline
9824 \end_inset
9825
9826 &
9827 \end_layout
9828
9829 \begin_layout Standard
9830 Die 
9831 \begin_inset Quotes gld
9832 \end_inset
9833
9834 111
9835 \begin_inset Quotes grd
9836 \end_inset
9837
9838  in der dritten Spalte wurde gelöscht.
9839  
9840 \series bold
9841
9842 \backslash
9843 newpage
9844 \series default
9845  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9846  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9847  Wenn die Fußzeile Ihrer mehrseitigen Tabelle keine obere Linie besitzt,
9848  Sie aber eine wünschen, sollten Sie folgende Befehle benutzen:
9849 \end_layout
9850
9851 \begin_layout Standard
9852
9853 \series bold
9854 & 111
9855 \backslash
9856
9857 \backslash
9858
9859 \begin_inset Newline newline
9860 \end_inset
9861
9862
9863 \backslash
9864 hline &
9865 \end_layout
9866
9867 \begin_layout Standard
9868 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9869  muss folgender Befehl als \SpecialChar TeX
9870 -Code am Anfang der Zelle eingefügt werden:
9871 \end_layout
9872
9873 \begin_layout Standard
9874
9875 \series bold
9876
9877 \backslash
9878 setlength{
9879 \backslash
9880 parfillskip}{0pt}
9881 \end_layout
9882
9883 \begin_layout Standard
9884 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9885  erscheint.
9886 \end_layout
9887
9888 \begin_layout Standard
9889 \align center
9890 \begin_inset Tabular
9891 <lyxtabular version="3" rows="38" columns="3">
9892 <features islongtable="true" longtabularalignment="center">
9893 <column alignment="left" valignment="top" width="0pt">
9894 <column alignment="left" valignment="top" width="3cm">
9895 <column alignment="right" valignment="top" width="0pt">
9896 <row endfirsthead="true" caption="true">
9897 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9898 \begin_inset Text
9899
9900 \begin_layout Plain Layout
9901 \begin_inset Caption Standard
9902
9903 \begin_layout Plain Layout
9904 Tabelle mit manuellem Seitenumbruch in einer Zelle
9905 \begin_inset CommandInset label
9906 LatexCommand label
9907 name "tab:Tabelle-mit-manuellem"
9908
9909 \end_inset
9910
9911
9912 \begin_inset Argument 1
9913 status collapsed
9914
9915 \begin_layout Plain Layout
9916 Tabelle mit manuellem Seitenumbruch in einer Zelle
9917 \end_layout
9918
9919 \end_inset
9920
9921
9922 \end_layout
9923
9924 \end_inset
9925
9926
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9932 \begin_inset Text
9933
9934 \begin_layout Plain Layout
9935
9936 \end_layout
9937
9938 \end_inset
9939 </cell>
9940 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 </row>
9950 <row endfirsthead="true">
9951 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955
9956 \series bold
9957 Telefonliste (ignoriere die Namen)
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966
9967 \end_layout
9968
9969 \end_inset
9970 </cell>
9971 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 </row>
9981 <row endfirsthead="true">
9982 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986
9987 \series bold
9988 NAME
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997
9998 \end_layout
9999
10000 \end_inset
10001 </cell>
10002 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006
10007 \series bold
10008 TEL.
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 </row>
10014 <row endhead="true" caption="true">
10015 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019 \begin_inset Caption Unnumbered
10020
10021 \begin_layout Plain Layout
10022 Fortsetzung der Tabelle
10023 \end_layout
10024
10025 \end_inset
10026
10027
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 <cell multicolumn="2" alignment="center" valignment="top" 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 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 </row>
10051 <row endhead="true">
10052 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056
10057 \series bold
10058 Telefonliste
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 </row>
10082 <row endhead="true">
10083 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \series bold
10089 NAME
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Plain Layout
10107
10108 \series bold
10109 TEL.
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 </row>
10115 <row endfoot="true">
10116 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120 wird fortgesetzt\SpecialChar ldots
10121
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Plain Layout
10139
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 </row>
10145 <row>
10146 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150
10151 \series bold
10152 Annovi
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161 Silvia
10162 \end_layout
10163
10164 \end_inset
10165 </cell>
10166 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10167 \begin_inset Text
10168
10169 \begin_layout Plain Layout
10170 111
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 </row>
10176 <row>
10177 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181
10182 \series bold
10183 Bertoli
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192 Stefano
10193 \end_layout
10194
10195 \end_inset
10196 </cell>
10197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10198 \begin_inset Text
10199
10200 \begin_layout Plain Layout
10201 111
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 </row>
10207 <row>
10208 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212
10213 \series bold
10214 Bozzi
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223 Walter
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10229 \begin_inset Text
10230
10231 \begin_layout Plain Layout
10232 111
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 </row>
10238 <row>
10239 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243
10244 \series bold
10245 Cachia
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254 Maria
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10260 \begin_inset Text
10261
10262 \begin_layout Plain Layout
10263 111
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 </row>
10269 <row>
10270 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274
10275 \series bold
10276 Cachia
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285 Maurizio
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294 111
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 </row>
10300 <row>
10301 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305
10306 \series bold
10307 Cinquemani
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316 Giusi
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325 111
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 </row>
10331 <row>
10332 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336
10337 \series bold
10338 Colin
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347 Bernard
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356 111
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 </row>
10362 <row>
10363 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10364 \begin_inset Text
10365
10366 \begin_layout Plain Layout
10367
10368 \series bold
10369 Concli
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378 Gianfranco
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387 111
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 </row>
10393 <row>
10394 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398
10399 \series bold
10400 Dal Bosco
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409 Carolina
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418 111
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 </row>
10424 <row>
10425 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429
10430 \series bold
10431 Dalpiaz
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440 Annamaria
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10446 \begin_inset Text
10447
10448 \begin_layout Plain Layout
10449 111
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 </row>
10455 <row>
10456 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460
10461 \series bold
10462 Feliciello
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471 Domenico
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480 111
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 </row>
10486 <row>
10487 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491
10492 \series bold
10493 Focarelli
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502 Paola
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10508 \begin_inset Text
10509
10510 \begin_layout Plain Layout
10511 111
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 </row>
10517 <row>
10518 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522
10523 \series bold
10524 Galletti
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 Oreste
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542 111
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 </row>
10548 <row>
10549 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553
10554 \series bold
10555 Gasparini
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564 Franca
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573 111
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 </row>
10579 <row>
10580 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584
10585 \series bold
10586 Lassini
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595 Giancarlo
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604 111
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 </row>
10610 <row>
10611 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615
10616 \series bold
10617 Malfatti
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626 Luciano
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635 111
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 </row>
10641 <row>
10642 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646
10647 \series bold
10648 Malfatti
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657 Valeriano
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10663 \begin_inset Text
10664
10665 \begin_layout Plain Layout
10666 111
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 </row>
10672 <row>
10673 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677
10678 \series bold
10679 Meneguzzo
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688 Roberto
10689 \end_layout
10690
10691 \end_inset
10692 </cell>
10693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697 111
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 </row>
10703 <row>
10704 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708
10709 \series bold
10710 Mezzadra
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719 Roberto
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728 111
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 </row>
10734 <row>
10735 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739
10740 \series bold
10741 Pirpamer
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750 Erich
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 111
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 </row>
10765 <row>
10766 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770
10771 \series bold
10772 Pochiesa
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781 Paolo
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Plain Layout
10790 111, 222
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 </row>
10796 <row>
10797 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801
10802 \series bold
10803 Radina
10804 \end_layout
10805
10806 \end_inset
10807 </cell>
10808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10809 \begin_inset Text
10810
10811 \begin_layout Plain Layout
10812 Claudio
10813 \end_layout
10814
10815 \end_inset
10816 </cell>
10817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10818 \begin_inset Text
10819
10820 \begin_layout Plain Layout
10821 111
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 </row>
10827 <row>
10828 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10829 \begin_inset Text
10830
10831 \begin_layout Plain Layout
10832
10833 \series bold
10834 Rizzardi
10835 \end_layout
10836
10837 \end_inset
10838 </cell>
10839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10840 \begin_inset Text
10841
10842 \begin_layout Plain Layout
10843 Paolo, 11.
10844  Fürst von Monte\SpecialChar softhyphen
10845 com\SpecialChar softhyphen
10846 patri, 11.
10847  Fürst von Sulmona und Vivaro, 10.
10848  Fürst von Rossano, 5.
10849  Herzog von Canemorte, 11.
10850  Herzog von Palombara, 5.
10851  Herzog von Castelchiodato,
10852 \begin_inset ERT
10853 status open
10854
10855 \begin_layout Plain Layout
10856
10857 & 111
10858 \backslash
10859
10860 \backslash
10861  
10862 \backslash
10863 newpage
10864 \end_layout
10865
10866 \begin_layout Plain Layout
10867
10868 &
10869 \end_layout
10870
10871 \end_inset
10872
10873  11.
10874  Herzog von Poggionativo, 11.
10875  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10876  Graf von Valinfreda, 11.
10877  Baron von Cropalati, 11.
10878  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887
10888 \end_layout
10889
10890 \end_inset
10891 </cell>
10892 </row>
10893 <row>
10894 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10895 \begin_inset Text
10896
10897 \begin_layout Plain Layout
10898
10899 \series bold
10900 Stuffer
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10906 \begin_inset Text
10907
10908 \begin_layout Plain Layout
10909 Oskar
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918 111
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 </row>
10924 <row>
10925 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929
10930 \series bold
10931 Tacchelli
10932 \end_layout
10933
10934 \end_inset
10935 </cell>
10936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940 Ugo
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949 111
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 </row>
10955 <row>
10956 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960
10961 \series bold
10962 Tezzele
10963 \end_layout
10964
10965 \end_inset
10966 </cell>
10967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10968 \begin_inset Text
10969
10970 \begin_layout Plain Layout
10971 Margit
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980 111
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 </row>
10986 <row>
10987 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10988 \begin_inset Text
10989
10990 \begin_layout Plain Layout
10991
10992 \series bold
10993 Unterkalmsteiner
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002 Frieda
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011 111
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 </row>
11017 <row>
11018 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11019 \begin_inset Text
11020
11021 \begin_layout Plain Layout
11022
11023 \series bold
11024 Vieider
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11030 \begin_inset Text
11031
11032 \begin_layout Plain Layout
11033 Hilde
11034 \end_layout
11035
11036 \end_inset
11037 </cell>
11038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11039 \begin_inset Text
11040
11041 \begin_layout Plain Layout
11042 111
11043 \end_layout
11044
11045 \end_inset
11046 </cell>
11047 </row>
11048 <row>
11049 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Plain Layout
11053
11054 \series bold
11055 Vigna
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064 Jürgen
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073 111
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 </row>
11079 <row>
11080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084
11085 \series bold
11086 Weber
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095 Maurizio
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104 111
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 </row>
11110 <row>
11111 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11112 \begin_inset Text
11113
11114 \begin_layout Plain Layout
11115
11116 \series bold
11117 Winkler
11118 \end_layout
11119
11120 \end_inset
11121 </cell>
11122 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11123 \begin_inset Text
11124
11125 \begin_layout Plain Layout
11126 Franz
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 111
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 </row>
11141 </lyxtabular>
11142
11143 \end_inset
11144
11145
11146 \end_layout
11147
11148 \begin_layout Section
11149 Mehrere Zeilen, Spalten und Zeilen
11150 \end_layout
11151
11152 \begin_layout Subsection
11153 Mehrere Zeilen in Tabellenzellen
11154 \begin_inset CommandInset label
11155 LatexCommand label
11156 name "uab:Mehrere-Zeilen-in"
11157
11158 \end_inset
11159
11160
11161 \begin_inset Index idx
11162 status collapsed
11163
11164 \begin_layout Plain Layout
11165 Mehrere Zeilen in Tabellenzellen
11166 \end_layout
11167
11168 \end_inset
11169
11170
11171 \begin_inset Index idx
11172 status collapsed
11173
11174 \begin_layout Plain Layout
11175 Tabellen ! Zeilenumbrüche
11176 \end_layout
11177
11178 \end_inset
11179
11180
11181 \end_layout
11182
11183 \begin_layout Standard
11184 \noindent
11185 \begin_inset Float table
11186 placement H
11187 alignment document
11188 wide false
11189 sideways false
11190 status open
11191
11192 \begin_layout Plain Layout
11193 \begin_inset Caption Standard
11194
11195 \begin_layout Plain Layout
11196 \begin_inset CommandInset label
11197 LatexCommand label
11198 name "tab:Tabelle-mit-mehrfachen"
11199
11200 \end_inset
11201
11202 Tabelle mit mehrfachen Zeilen in einer Zelle
11203 \end_layout
11204
11205 \end_inset
11206
11207
11208 \end_layout
11209
11210 \begin_layout Plain Layout
11211 \align center
11212 \begin_inset Tabular
11213 <lyxtabular version="3" rows="3" columns="3">
11214 <features tabularvalignment="middle">
11215 <column alignment="center" valignment="middle" width="2.5cm">
11216 <column alignment="center" valignment="middle" width="0.5cm">
11217 <column alignment="center" valignment="middle" width="0.5cm">
11218 <row>
11219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 zwei
11224 \begin_inset Newline linebreak
11225 \end_inset
11226
11227 Zeilen
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 b
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245 c
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 </row>
11251 <row>
11252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 d
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 e
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274 f
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 </row>
11280 <row>
11281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11282 \begin_inset Text
11283
11284 \begin_layout Plain Layout
11285 g
11286 \end_layout
11287
11288 \end_inset
11289 </cell>
11290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11291 \begin_inset Text
11292
11293 \begin_layout Plain Layout
11294 h
11295 \end_layout
11296
11297 \end_inset
11298 </cell>
11299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11300 \begin_inset Text
11301
11302 \begin_layout Plain Layout
11303 i
11304 \end_layout
11305
11306 \end_inset
11307 </cell>
11308 </row>
11309 </lyxtabular>
11310
11311 \end_inset
11312
11313
11314 \end_layout
11315
11316 \end_inset
11317
11318
11319 \end_layout
11320
11321 \begin_layout Standard
11322 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11323  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11324  Tabelle
11325 \begin_inset space ~
11326 \end_inset
11327
11328
11329 \begin_inset CommandInset ref
11330 LatexCommand ref
11331 reference "tab:Tabelle-mit-mehrfachen"
11332
11333 \end_inset
11334
11335  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11336 \family sans
11337 Tabellen-Einstellungen
11338 \family default
11339 -Dialog auf 2.5
11340 \begin_inset space \thinspace{}
11341 \end_inset
11342
11343 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11344  Weil unser Text schmaler als 2.5
11345 \begin_inset space \thinspace{}
11346 \end_inset
11347
11348 cm ist, würde er in einer Zeile gedruckt werden.
11349  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11350
11351 \family sans
11352 Strg+Shift+Enter
11353 \family default
11354 ) eingefügt.
11355  Wenn der Text länger ist, wird er automatisch umgebrochen.
11356 \end_layout
11357
11358 \begin_layout Standard
11359 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11360  setzen Sie die Breite der beiden Spalten im 
11361 \family sans
11362 Tabellen-Einstellungen
11363 \family default
11364 -Dialog auf 0.5
11365 \begin_inset space \thinspace{}
11366 \end_inset
11367
11368 cm und die vertikale Ausrichtung auf zentriert.
11369 \end_layout
11370
11371 \begin_layout Standard
11372 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11373  haben, kann \SpecialChar LaTeX
11374  es ohne Trennhilfen nicht trennen.
11375  Wenn Sie \SpecialChar LaTeX
11376  trotzdem die Trennung überlassen wollen, müssen Sie vor dem Wort
11377  etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11378  Fügen sie daher 0
11379 \begin_inset space \thinspace{}
11380 \end_inset
11381
11382 pt horizontalen Abstand vor dem Wort ein.
11383  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11384  Tabelle
11385 \begin_inset space ~
11386 \end_inset
11387
11388
11389 \begin_inset CommandInset ref
11390 LatexCommand ref
11391 reference "tab:Tabelle-ohne-und"
11392
11393 \end_inset
11394
11395  zeigt die Wirkungen.
11396 \end_layout
11397
11398 \begin_layout Standard
11399 \begin_inset Float table
11400 placement h
11401 alignment document
11402 wide false
11403 sideways false
11404 status open
11405
11406 \begin_layout Plain Layout
11407 \begin_inset Caption Standard
11408
11409 \begin_layout Plain Layout
11410 \begin_inset CommandInset label
11411 LatexCommand label
11412 name "tab:Tabelle-ohne-und"
11413
11414 \end_inset
11415
11416 Tabelle ohne und mit Silbentrennung
11417 \end_layout
11418
11419 \end_inset
11420
11421
11422 \end_layout
11423
11424 \begin_layout Plain Layout
11425 \begin_inset space \hfill{}
11426 \end_inset
11427
11428
11429 \begin_inset Tabular
11430 <lyxtabular version="3" rows="3" columns="3">
11431 <features tabularvalignment="middle">
11432 <column alignment="center" valignment="middle" width="2.5cm">
11433 <column alignment="center" valignment="middle" width="0.5cm">
11434 <column alignment="center" valignment="middle" width="0.5cm">
11435 <row>
11436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440 einsehrlangesZellenwort
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449 b
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Plain Layout
11458 c
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 </row>
11464 <row>
11465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11466 \begin_inset Text
11467
11468 \begin_layout Plain Layout
11469 d
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 e
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487 f
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 </row>
11493 <row>
11494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498 g
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Plain Layout
11507 h
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516 i
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 </row>
11522 </lyxtabular>
11523
11524 \end_inset
11525
11526
11527 \begin_inset space \hfill{}
11528 \end_inset
11529
11530
11531 \begin_inset Tabular
11532 <lyxtabular version="3" rows="3" columns="3">
11533 <features tabularvalignment="middle">
11534 <column alignment="center" valignment="middle" width="2.5cm">
11535 <column alignment="center" valignment="middle" width="0.5cm">
11536 <column alignment="center" valignment="middle" width="0.5cm">
11537 <row>
11538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11539 \begin_inset Text
11540
11541 \begin_layout Plain Layout
11542 \begin_inset space \hspace{}
11543 \length 0pt
11544 \end_inset
11545
11546 einsehrlangesZellenwort
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555 b
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11561 \begin_inset Text
11562
11563 \begin_layout Plain Layout
11564 c
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 </row>
11570 <row>
11571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 d
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 e
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11590 \begin_inset Text
11591
11592 \begin_layout Plain Layout
11593 f
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 </row>
11599 <row>
11600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11601 \begin_inset Text
11602
11603 \begin_layout Plain Layout
11604 g
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11610 \begin_inset Text
11611
11612 \begin_layout Plain Layout
11613 h
11614 \end_layout
11615
11616 \end_inset
11617 </cell>
11618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622 i
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 </row>
11628 </lyxtabular>
11629
11630 \end_inset
11631
11632
11633 \begin_inset space \hfill{}
11634 \end_inset
11635
11636
11637 \end_layout
11638
11639 \end_inset
11640
11641
11642 \end_layout
11643
11644 \begin_layout Subsection
11645 Mehrfachspalten
11646 \begin_inset CommandInset label
11647 LatexCommand label
11648 name "uab:Mehrfachspalten"
11649
11650 \end_inset
11651
11652
11653 \begin_inset Index idx
11654 status collapsed
11655
11656 \begin_layout Plain Layout
11657 Mahrfachspalten
11658 \end_layout
11659
11660 \end_inset
11661
11662
11663 \begin_inset Index idx
11664 status collapsed
11665
11666 \begin_layout Plain Layout
11667 Tabellen ! Mahrfachspalten
11668 \end_layout
11669
11670 \end_inset
11671
11672
11673 \end_layout
11674
11675 \begin_layout Subsubsection
11676 Grundlagen
11677 \end_layout
11678
11679 \begin_layout Standard
11680 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11681  und verwenden dann den Knopf 
11682 \begin_inset Info
11683 type  "icon"
11684 arg   "tabular-feature multicolumn"
11685 \end_inset
11686
11687  in der Werkzeugleiste, das Menü 
11688 \family sans
11689 Bearbeiten\SpecialChar menuseparator
11690 Tabelle\SpecialChar menuseparator
11691 Mehrfachspalte
11692 \family default
11693 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11694  
11695 \family sans
11696 Mehrfachspalte
11697 \family default
11698 .
11699 \end_layout
11700
11701 \begin_layout Standard
11702 Mehrfachspalten haben ihre eigenen Einstellungen.
11703  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11704  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11705  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11706 \end_layout
11707
11708 \begin_layout Standard
11709 \align center
11710 \begin_inset Tabular
11711 <lyxtabular version="3" rows="3" columns="4">
11712 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11713 <column alignment="center" valignment="top" width="0pt">
11714 <column alignment="center" valignment="middle">
11715 <column alignment="center" valignment="top" width="0in">
11716 <column alignment="center" valignment="top" width="0pt">
11717 <row>
11718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722 abc
11723 \end_layout
11724
11725 \end_inset
11726 </cell>
11727 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731 def ghi
11732 \end_layout
11733
11734 \end_inset
11735 </cell>
11736 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11737 \begin_inset Text
11738
11739 \begin_layout Plain Layout
11740
11741 \end_layout
11742
11743 \end_inset
11744 </cell>
11745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11746 \begin_inset Text
11747
11748 \begin_layout Plain Layout
11749 jkl
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 </row>
11755 <row>
11756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760
11761 \family roman
11762 \series medium
11763 \shape up
11764 \size normal
11765 \emph off
11766 \bar no
11767 \noun off
11768 \color none
11769 A
11770 \end_layout
11771
11772 \end_inset
11773 </cell>
11774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11775 \begin_inset Text
11776
11777 \begin_layout Plain Layout
11778 B
11779 \end_layout
11780
11781 \end_inset
11782 </cell>
11783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787 C
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796 D
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 </row>
11802 <row>
11803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11804 \begin_inset Text
11805
11806 \begin_layout Plain Layout
11807 1
11808 \end_layout
11809
11810 \end_inset
11811 </cell>
11812 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11813 \begin_inset Text
11814
11815 \begin_layout Plain Layout
11816 2
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825 3
11826 \end_layout
11827
11828 \end_inset
11829 </cell>
11830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11831 \begin_inset Text
11832
11833 \begin_layout Plain Layout
11834 4
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 </row>
11840 </lyxtabular>
11841
11842 \end_inset
11843
11844
11845 \end_layout
11846
11847 \begin_layout Subsubsection
11848 Mehrfachspalten-Berechnungen
11849 \begin_inset CommandInset label
11850 LatexCommand label
11851 name "uab:Mehrfachspalten-Berechnungen"
11852
11853 \end_inset
11854
11855
11856 \begin_inset Index idx
11857 status collapsed
11858
11859 \begin_layout Plain Layout
11860 Mahrfachspalten ! Berechnung
11861 \end_layout
11862
11863 \end_inset
11864
11865
11866 \begin_inset Index idx
11867 status collapsed
11868
11869 \begin_layout Plain Layout
11870 Tabellen ! Mahrfachspalten ! Berechnung
11871 \end_layout
11872
11873 \end_inset
11874
11875
11876 \end_layout
11877
11878 \begin_layout Standard
11879 \SpecialChar LyX
11880  unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11881  Zellen beachten.
11882 \end_layout
11883
11884 \begin_layout Standard
11885 \begin_inset Float table
11886 placement h
11887 alignment document
11888 wide false
11889 sideways false
11890 status open
11891
11892 \begin_layout Plain Layout
11893 \begin_inset Caption Standard
11894
11895 \begin_layout Plain Layout
11896 \begin_inset CommandInset label
11897 LatexCommand label
11898 name "tab:Tabelle-mit-zentriertem"
11899
11900 \end_inset
11901
11902 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11903  die halbe Breite der Mehrfachspalten-Zelle haben
11904 \begin_inset Argument 1
11905 status collapsed
11906
11907 \begin_layout Plain Layout
11908 Eine Mehrfachspalten-Tabelle
11909 \end_layout
11910
11911 \end_inset
11912
11913
11914 \end_layout
11915
11916 \end_inset
11917
11918
11919 \end_layout
11920
11921 \begin_layout Plain Layout
11922 \align center
11923 \begin_inset Tabular
11924 <lyxtabular version="3" rows="3" columns="3">
11925 <features tabularvalignment="middle">
11926 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11927 <column alignment="center" valignment="middle">
11928 <column alignment="center" valignment="top">
11929 <row>
11930 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934 Dies ist eine Mehrfach\SpecialChar softhyphen
11935 spalten-Zelle
11936 \end_layout
11937
11938 \end_inset
11939 </cell>
11940 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11941 \begin_inset Text
11942
11943 \begin_layout Plain Layout
11944
11945 \end_layout
11946
11947 \end_inset
11948 </cell>
11949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11950 \begin_inset Text
11951
11952 \begin_layout Plain Layout
11953 c
11954 \end_layout
11955
11956 \end_inset
11957 </cell>
11958 </row>
11959 <row>
11960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11961 \begin_inset Text
11962
11963 \begin_layout Plain Layout
11964 d
11965 \end_layout
11966
11967 \end_inset
11968 </cell>
11969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11970 \begin_inset Text
11971
11972 \begin_layout Plain Layout
11973 e
11974 \end_layout
11975
11976 \end_inset
11977 </cell>
11978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11979 \begin_inset Text
11980
11981 \begin_layout Plain Layout
11982 f
11983 \end_layout
11984
11985 \end_inset
11986 </cell>
11987 </row>
11988 <row>
11989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11990 \begin_inset Text
11991
11992 \begin_layout Plain Layout
11993 g
11994 \end_layout
11995
11996 \end_inset
11997 </cell>
11998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11999 \begin_inset Text
12000
12001 \begin_layout Plain Layout
12002 h
12003 \end_layout
12004
12005 \end_inset
12006 </cell>
12007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12008 \begin_inset Text
12009
12010 \begin_layout Plain Layout
12011 i
12012 \end_layout
12013
12014 \end_inset
12015 </cell>
12016 </row>
12017 </lyxtabular>
12018
12019 \end_inset
12020
12021
12022 \end_layout
12023
12024 \end_inset
12025
12026
12027 \end_layout
12028
12029 \begin_layout Standard
12030 Um Tabelle
12031 \begin_inset space ~
12032 \end_inset
12033
12034
12035 \begin_inset CommandInset ref
12036 LatexCommand ref
12037 reference "tab:Tabelle-mit-zentriertem"
12038
12039 \end_inset
12040
12041  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12042  3×3-Tabelle, kreuzen im 
12043 \family sans
12044 Tabellen-Einstellungen
12045 \family default
12046 -Dialog 
12047 \family sans
12048 Mehrfachspalte
12049 \family default
12050  an, setzen die 
12051 \family sans
12052 Horizontale
12053 \begin_inset space ~
12054 \end_inset
12055
12056 Ausrichtung
12057 \family default
12058  auf 
12059 \family sans
12060 Zentriert
12061 \family default
12062  und die 
12063 \family sans
12064 Breite
12065 \family default
12066  auf 2.5
12067 \begin_inset space \thinspace{}
12068 \end_inset
12069
12070 cm.
12071  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12072  Sie die Breite der ersten Spalte auf 1.25
12073 \begin_inset space \thinspace{}
12074 \end_inset
12075
12076 cm setzen.
12077  Die zweite Spalte wird dann automatisch 1.25
12078 \begin_inset space \thinspace{}
12079 \end_inset
12080
12081 cm breit (Breite der 
12082 \family sans
12083 Mehrfachspalte
12084 \family default
12085  
12086 \begin_inset Formula $-$
12087 \end_inset
12088
12089  Breite der ersten Spalte).
12090  Dies wurde so für Tabelle
12091 \begin_inset space ~
12092 \end_inset
12093
12094
12095 \begin_inset CommandInset ref
12096 LatexCommand ref
12097 reference "tab:Tabelle,-in-der-die"
12098
12099 \end_inset
12100
12101  gemacht.
12102 \end_layout
12103
12104 \begin_layout Standard
12105 \begin_inset Float table
12106 placement document
12107 alignment document
12108 wide false
12109 sideways false
12110 status open
12111
12112 \begin_layout Plain Layout
12113 \begin_inset Caption Standard
12114
12115 \begin_layout Plain Layout
12116 \begin_inset CommandInset label
12117 LatexCommand label
12118 name "tab:Tabelle,-in-der-die"
12119
12120 \end_inset
12121
12122 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12123  wie die Mehrfachspalte
12124 \begin_inset Argument 1
12125 status collapsed
12126
12127 \begin_layout Plain Layout
12128 Eine unvollkommene Mehrfachspalten-Tabelle
12129 \end_layout
12130
12131 \end_inset
12132
12133
12134 \end_layout
12135
12136 \end_inset
12137
12138
12139 \end_layout
12140
12141 \begin_layout Plain Layout
12142 \align center
12143 \begin_inset Tabular
12144 <lyxtabular version="3" rows="3" columns="3">
12145 <features tabularvalignment="middle">
12146 <column alignment="center" valignment="top" width="1.25cm">
12147 <column alignment="center" valignment="top">
12148 <column alignment="center" valignment="top">
12149 <row>
12150 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12151 \begin_inset Text
12152
12153 \begin_layout Plain Layout
12154 Dies ist auch eine Mehr\SpecialChar softhyphen
12155 fach\SpecialChar softhyphen
12156 spalten-Zelle
12157 \end_layout
12158
12159 \end_inset
12160 </cell>
12161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12162 \begin_inset Text
12163
12164 \begin_layout Plain Layout
12165
12166 \end_layout
12167
12168 \end_inset
12169 </cell>
12170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12171 \begin_inset Text
12172
12173 \begin_layout Plain Layout
12174 c
12175 \end_layout
12176
12177 \end_inset
12178 </cell>
12179 </row>
12180 <row>
12181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12182 \begin_inset Text
12183
12184 \begin_layout Plain Layout
12185 d
12186 \end_layout
12187
12188 \end_inset
12189 </cell>
12190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12191 \begin_inset Text
12192
12193 \begin_layout Plain Layout
12194 e
12195 \end_layout
12196
12197 \end_inset
12198 </cell>
12199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12200 \begin_inset Text
12201
12202 \begin_layout Plain Layout
12203 f
12204 \end_layout
12205
12206 \end_inset
12207 </cell>
12208 </row>
12209 <row>
12210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12211 \begin_inset Text
12212
12213 \begin_layout Plain Layout
12214 g
12215 \end_layout
12216
12217 \end_inset
12218 </cell>
12219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12220 \begin_inset Text
12221
12222 \begin_layout Plain Layout
12223 h
12224 \end_layout
12225
12226 \end_inset
12227 </cell>
12228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12229 \begin_inset Text
12230
12231 \begin_layout Plain Layout
12232 i
12233 \end_layout
12234
12235 \end_inset
12236 </cell>
12237 </row>
12238 </lyxtabular>
12239
12240 \end_inset
12241
12242
12243 \end_layout
12244
12245 \end_inset
12246
12247
12248 \end_layout
12249
12250 \begin_layout Standard
12251 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12252  als die zweite ist.
12253  Das liegt daran, dass die Zellenbreite 
12254 \begin_inset Formula $W_{\mathrm{tot}}$
12255 \end_inset
12256
12257  nicht ihre definierte Breite 
12258 \begin_inset Formula $W_{g}$
12259 \end_inset
12260
12261  ist, sondern ein wenig mehr.
12262  Anhang
12263 \begin_inset space ~
12264 \end_inset
12265
12266
12267 \begin_inset CommandInset ref
12268 LatexCommand ref
12269 reference "kap:Erläuterung-einer-Gleichung"
12270
12271 \end_inset
12272
12273  erklärt das genauer.
12274 \end_layout
12275
12276 \begin_layout Standard
12277 Wenn 
12278 \emph on
12279 n
12280 \emph default
12281  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12282  die definierte Breite 
12283 \begin_inset Formula $W_{g\,n}$
12284 \end_inset
12285
12286  einer Spalte, deren totale Breite = 
12287 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12288 \end_inset
12289
12290  sein soll, wie folgt:
12291 \begin_inset Formula 
12292 \begin{equation}
12293 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12294 \end{equation}
12295
12296 \end_inset
12297
12298
12299 \end_layout
12300
12301 \begin_layout Standard
12302 In unserem Falls ist 
12303 \begin_inset Formula $n=2$
12304 \end_inset
12305
12306
12307 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12308 \end_inset
12309
12310 cm, und damit wird aus Gleichung
12311 \begin_inset space ~
12312 \end_inset
12313
12314
12315 \begin_inset CommandInset ref
12316 LatexCommand ref
12317 reference "eq:Wgn"
12318
12319 \end_inset
12320
12321  
12322 \begin_inset Formula 
12323 \begin{equation}
12324 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12325 \end{equation}
12326
12327 \end_inset
12328
12329
12330 \end_layout
12331
12332 \begin_layout Standard
12333 Damit \SpecialChar LaTeX
12334  rechnen kann, muss das Paket 
12335 \series bold
12336 calc
12337 \series default
12338  im Vorspann geladen werden.
12339 \begin_inset Index idx
12340 status collapsed
12341
12342 \begin_layout Plain Layout
12343 \SpecialChar LaTeX
12344 -Pakete ! calc
12345 \end_layout
12346
12347 \end_inset
12348
12349
12350 \end_layout
12351
12352 \begin_layout Standard
12353
12354 \series bold
12355
12356 \backslash
12357 usepackage{calc}
12358 \end_layout
12359
12360 \begin_layout Standard
12361 \SpecialChar LyX
12362  erlaubt im 
12363 \family sans
12364 Breite
12365 \family default
12366 -Feld des 
12367 \family sans
12368 Tabellen-Einstellungen
12369 \family default
12370 -Dialogs keine Berechnungen.
12371  Deshalb müssen Sie die Formel für die Breite im Feld 
12372 \family sans
12373 LaTeX-Argument
12374 \family default
12375  eingeben.
12376  Hier iss ein Überblick über die Argumente:
12377 \end_layout
12378
12379 \begin_layout Itemize
12380
12381 \series bold
12382 p{Breite}
12383 \series default
12384  die Zelle bekommt eine feste 
12385 \series bold
12386 Breite
12387 \series default
12388 , und die vertikale Ausrichtung ist 
12389 \family sans
12390 Oben
12391 \end_layout
12392
12393 \begin_layout Itemize
12394
12395 \series bold
12396 m{Breite}
12397 \series default
12398  die Zelle bekommt eine feste 
12399 \series bold
12400 Breite
12401 \series default
12402 , und die vertikale Ausrichtung ist 
12403 \family sans
12404 Mitte
12405 \end_layout
12406
12407 \begin_layout Itemize
12408
12409 \series bold
12410 b{Breite}
12411 \series default
12412  die Zelle bekommt eine feste 
12413 \series bold
12414 Breite
12415 \series default
12416 , und die vertikale Ausrichtung ist 
12417 \family sans
12418 Unten
12419 \end_layout
12420
12421 \begin_layout Standard
12422 Wenn Sie ein \SpecialChar LaTeX
12423 -Argument eingeben, werden alle anderen Einstellungen für diese
12424  Zelle überschrieben.
12425 \end_layout
12426
12427 \begin_layout Standard
12428 \begin_inset Note Greyedout
12429 status open
12430
12431 \begin_layout Plain Layout
12432
12433 \series bold
12434 Bemerkung:
12435 \series default
12436  Wegen eines Fehlers in \SpecialChar LyX
12437  werden die überschriebenen Einstellungen dennoch
12438  angezeigt.
12439 \end_layout
12440
12441 \end_inset
12442
12443
12444 \end_layout
12445
12446 \begin_layout Standard
12447 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12448  der Zelle mit dem Inhalt 
12449 \begin_inset Quotes gld
12450 \end_inset
12451
12452 d
12453 \begin_inset Quotes grd
12454 \end_inset
12455
12456  der Tabelle
12457 \begin_inset space ~
12458 \end_inset
12459
12460
12461 \begin_inset CommandInset ref
12462 LatexCommand ref
12463 reference "tab:Tabelle-mit-zentriertem"
12464
12465 \end_inset
12466
12467  auch noch der Befehl
12468 \family typewriter
12469 \series bold
12470  
12471 \family default
12472
12473 \backslash
12474 centering
12475 \series default
12476  hinzugefügt.
12477  Das Ganze sieht dann so aus:
12478 \end_layout
12479
12480 \begin_layout Standard
12481
12482 \series bold
12483 |>{
12484 \backslash
12485 centering}m{1.25cm-6.2pt}
12486 \end_layout
12487
12488 \begin_layout Standard
12489 Der vertikale Strich 
12490 \series bold
12491
12492 \begin_inset Quotes gld
12493 \end_inset
12494
12495 |
12496 \series default
12497
12498 \begin_inset Quotes grd
12499 \end_inset
12500
12501  am Anfang zeichnet die linke Linie, und der Befehl 
12502 \series bold
12503
12504 \begin_inset Quotes gld
12505 \end_inset
12506
12507 >{ }
12508 \begin_inset Quotes grd
12509 \end_inset
12510
12511
12512 \series default
12513  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12514  der Zelle benutzt werden sollen.
12515 \end_layout
12516
12517 \begin_layout Standard
12518 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12519  haben, ist der Text noch immer linksbündig, weil \SpecialChar LyX
12520  Ausrichtungen nur für
12521  einzelne Spalten anwendet.
12522  Deswegen musste für die Mehrfachspalte folgendes \SpecialChar LaTeX
12523 -Argument benutzt werden:
12524 \end_layout
12525
12526 \begin_layout Standard
12527
12528 \series bold
12529 |>{
12530 \backslash
12531 centering}m{2.5cm}|
12532 \end_layout
12533
12534 \begin_layout Subsection
12535 Mehrfachzeilen
12536 \begin_inset CommandInset label
12537 LatexCommand label
12538 name "uab:Mehrfachzeilen"
12539
12540 \end_inset
12541
12542
12543 \begin_inset Index idx
12544 status collapsed
12545
12546 \begin_layout Plain Layout
12547 Mehrfachzeilen
12548 \end_layout
12549
12550 \end_inset
12551
12552
12553 \begin_inset Index idx
12554 status collapsed
12555
12556 \begin_layout Plain Layout
12557 Tabellen ! Mehrfachzeilen
12558 \end_layout
12559
12560 \end_inset
12561
12562
12563 \end_layout
12564
12565 \begin_layout Standard
12566 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12567  und verwenden dann den Knopf 
12568 \begin_inset Info
12569 type  "icon"
12570 arg   "tabular-feature multirow"
12571 \end_inset
12572
12573  in der Werkzeugleiste, das Menü 
12574 \family sans
12575 Bearbeiten\SpecialChar menuseparator
12576 Tabelle\SpecialChar menuseparator
12577 Mehrfachzeile
12578 \family default
12579 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12580  
12581 \family sans
12582 Mehrfachzeile
12583 \family default
12584 .
12585 \end_layout
12586
12587 \begin_layout Standard
12588 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12589 \end_layout
12590
12591 \begin_layout Standard
12592 \align center
12593 \begin_inset Tabular
12594 <lyxtabular version="3" rows="3" columns="3">
12595 <features tabularvalignment="middle">
12596 <column alignment="center" valignment="top" width="0pt">
12597 <column alignment="center" valignment="top">
12598 <column alignment="center" valignment="top">
12599 <row>
12600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604 ein langer Eintrag
12605 \end_layout
12606
12607 \end_inset
12608 </cell>
12609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12610 \begin_inset Text
12611
12612 \begin_layout Plain Layout
12613 b
12614 \end_layout
12615
12616 \end_inset
12617 </cell>
12618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Plain Layout
12622 c
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 </row>
12628 <row>
12629 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12630 \begin_inset Text
12631
12632 \begin_layout Plain Layout
12633 Mehrfachzeile
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 e
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12648 \begin_inset Text
12649
12650 \begin_layout Plain Layout
12651 f
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 </row>
12657 <row>
12658 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671 h
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Plain Layout
12680 i
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 </row>
12686 </lyxtabular>
12687
12688 \end_inset
12689
12690
12691 \end_layout
12692
12693 \begin_layout Standard
12694 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12695  Spalte festgelegt.
12696  Der 
12697 \family sans
12698 Vertikale Versatz
12699 \family default
12700  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12701  positiv/negativ ist.
12702 \end_layout
12703
12704 \begin_layout Standard
12705 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12706  die Mehrfachzeile die Ausrichtung der Spalte.
12707  Ansonsten ist sie standardmäßig links ausgerichtet.
12708  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12709 \series bold
12710
12711 \backslash
12712 multirowsetup
12713 \series default
12714  mit dem Befehl
12715 \end_layout
12716
12717 \begin_layout Standard
12718
12719 \series bold
12720
12721 \backslash
12722 renewcommand{
12723 \backslash
12724 multirowsetup}{
12725 \backslash
12726 centering}
12727 \end_layout
12728
12729 \begin_layout Standard
12730 im \SpecialChar LaTeX
12731 -Vorspann.
12732  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12733  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12734  auch mittels \SpecialChar TeX
12735 -Code vor der jeweiligen Tabelle, statt im \SpecialChar LaTeX
12736 -Vorspann, erneuert
12737  werden.
12738  Für rechtsbündigen Text ersetzt man 
12739 \series bold
12740
12741 \backslash
12742 centering
12743 \series default
12744  durch 
12745 \series bold
12746
12747 \backslash
12748 raggedleft
12749 \series default
12750 .
12751  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12752 \series bold
12753
12754 \backslash
12755 raggedright
12756 \series default
12757  verwendet.
12758 \end_layout
12759
12760 \begin_layout Standard
12761 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12762  die -4
12763 \begin_inset space \thinspace{}
12764 \end_inset
12765
12766 mm vertikalen Versatz hat und sich in einer 3
12767 \begin_inset space \thinspace{}
12768 \end_inset
12769
12770 cm breiten Spalte befindet:
12771 \end_layout
12772
12773 \begin_layout Standard
12774 \noindent
12775 \align center
12776 \begin_inset ERT
12777 status collapsed
12778
12779 \begin_layout Plain Layout
12780
12781
12782 \backslash
12783 renewcommand{
12784 \backslash
12785 multirowsetup}{
12786 \backslash
12787 raggedleft}
12788 \end_layout
12789
12790 \end_inset
12791
12792
12793 \begin_inset Tabular
12794 <lyxtabular version="3" rows="4" columns="3">
12795 <features tabularvalignment="middle">
12796 <column alignment="center" valignment="top" width="3cm">
12797 <column alignment="center" valignment="top">
12798 <column alignment="center" valignment="top">
12799 <row>
12800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12801 \begin_inset Text
12802
12803 \begin_layout Plain Layout
12804 ein langer Eintrag
12805 \end_layout
12806
12807 \end_inset
12808 </cell>
12809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12810 \begin_inset Text
12811
12812 \begin_layout Plain Layout
12813 b
12814 \end_layout
12815
12816 \end_inset
12817 </cell>
12818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12819 \begin_inset Text
12820
12821 \begin_layout Plain Layout
12822 c
12823 \end_layout
12824
12825 \end_inset
12826 </cell>
12827 </row>
12828 <row>
12829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12830 \begin_inset Text
12831
12832 \begin_layout Plain Layout
12833 t
12834 \end_layout
12835
12836 \end_inset
12837 </cell>
12838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12839 \begin_inset Text
12840
12841 \begin_layout Plain Layout
12842 n
12843 \end_layout
12844
12845 \end_inset
12846 </cell>
12847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12848 \begin_inset Text
12849
12850 \begin_layout Plain Layout
12851 m
12852 \end_layout
12853
12854 \end_inset
12855 </cell>
12856 </row>
12857 <row>
12858 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12859 \begin_inset Text
12860
12861 \begin_layout Plain Layout
12862 Mehrfachzeile
12863 \end_layout
12864
12865 \end_inset
12866 </cell>
12867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12868 \begin_inset Text
12869
12870 \begin_layout Plain Layout
12871 e
12872 \end_layout
12873
12874 \end_inset
12875 </cell>
12876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12877 \begin_inset Text
12878
12879 \begin_layout Plain Layout
12880 f
12881 \end_layout
12882
12883 \end_inset
12884 </cell>
12885 </row>
12886 <row>
12887 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12888 \begin_inset Text
12889
12890 \begin_layout Plain Layout
12891
12892 \end_layout
12893
12894 \end_inset
12895 </cell>
12896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12897 \begin_inset Text
12898
12899 \begin_layout Plain Layout
12900 h
12901 \end_layout
12902
12903 \end_inset
12904 </cell>
12905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12906 \begin_inset Text
12907
12908 \begin_layout Plain Layout
12909 i
12910 \end_layout
12911
12912 \end_inset
12913 </cell>
12914 </row>
12915 </lyxtabular>
12916
12917 \end_inset
12918
12919
12920 \begin_inset ERT
12921 status collapsed
12922
12923 \begin_layout Plain Layout
12924
12925
12926 \backslash
12927 renewcommand{
12928 \backslash
12929 multirowsetup}{
12930 \backslash
12931 raggedright}
12932 \end_layout
12933
12934 \end_inset
12935
12936
12937 \end_layout
12938
12939 \begin_layout Standard
12940 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12941  (Tastenkürzel 
12942 \family sans
12943 Strg+Enter
12944 \family default
12945 ) verwenden.
12946  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12947 \end_layout
12948
12949 \begin_layout Standard
12950 \noindent
12951 \align center
12952 \begin_inset Tabular
12953 <lyxtabular version="3" rows="3" columns="2">
12954 <features tabularvalignment="middle">
12955 <column alignment="left" valignment="middle" width="2cm">
12956 <column alignment="center" valignment="top">
12957 <row>
12958 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12959 \begin_inset Text
12960
12961 \begin_layout Plain Layout
12962 aaa
12963 \begin_inset Newline newline
12964 \end_inset
12965
12966 aaa
12967 \begin_inset Newline newline
12968 \end_inset
12969
12970 falsche Zelle
12971 \end_layout
12972
12973 \end_inset
12974 </cell>
12975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12976 \begin_inset Text
12977
12978 \begin_layout Plain Layout
12979 ccc
12980 \end_layout
12981
12982 \end_inset
12983 </cell>
12984 </row>
12985 <row>
12986 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12987 \begin_inset Text
12988
12989 \begin_layout Plain Layout
12990
12991 \end_layout
12992
12993 \end_inset
12994 </cell>
12995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12996 \begin_inset Text
12997
12998 \begin_layout Plain Layout
12999 ddd
13000 \end_layout
13001
13002 \end_inset
13003 </cell>
13004 </row>
13005 <row>
13006 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13007 \begin_inset Text
13008
13009 \begin_layout Plain Layout
13010 bbb
13011 \end_layout
13012
13013 \end_inset
13014 </cell>
13015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13016 \begin_inset Text
13017
13018 \begin_layout Plain Layout
13019 eee
13020 \end_layout
13021
13022 \end_inset
13023 </cell>
13024 </row>
13025 </lyxtabular>
13026
13027 \end_inset
13028
13029
13030 \end_layout
13031
13032 \begin_layout Standard
13033 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
13034 \end_layout
13035
13036 \begin_layout Subsection
13037 Zellen mit diagonalen Linien
13038 \end_layout
13039
13040 \begin_layout Standard
13041 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
13042  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
13043  oder zwei diagonalen Linien zu teilen.
13044  Dies kann erreicht werden, indem man das \SpecialChar LaTeX
13045 -Paket 
13046 \series bold
13047 diagbox
13048 \series default
13049
13050 \begin_inset Index idx
13051 status collapsed
13052
13053 \begin_layout Plain Layout
13054 \SpecialChar LaTeX
13055 -Pakete ! diagbox
13056 \end_layout
13057
13058 \end_inset
13059
13060  im \SpecialChar LaTeX
13061 -Vorspann lädt.
13062  Das Paket stellt den Befehl 
13063 \series bold
13064
13065 \backslash
13066 diagbox
13067 \series default
13068  zur Verfügung, der als \SpecialChar TeX
13069 -Code eingefügt wird und 2 oder 3
13070 \begin_inset space ~
13071 \end_inset
13072
13073 Argumente hat:
13074 \end_layout
13075
13076 \begin_layout Standard
13077
13078 \series bold
13079
13080 \backslash
13081 diagbox[Optionen]{links unten}{rechts oben}
13082 \end_layout
13083
13084 \begin_layout Standard
13085
13086 \series bold
13087
13088 \backslash
13089 diagbox[Optionen]{links unten}{links oben}{rechts oben}
13090 \end_layout
13091
13092 \begin_layout Standard
13093 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
13094  die Argumente werden unter und über diese Linie platziert.
13095  Das zweite Schema teilt die Zelle mit 2
13096 \begin_inset space ~
13097 \end_inset
13098
13099 Linien.
13100 \end_layout
13101
13102 \begin_layout Standard
13103 \begin_inset ERT
13104 status collapsed
13105
13106 \begin_layout Plain Layout
13107
13108
13109 \backslash
13110 ifdiagbox
13111 \end_layout
13112
13113 \end_inset
13114
13115
13116 \begin_inset Note Note
13117 status open
13118
13119 \begin_layout Plain Layout
13120 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
13121 -Paket 
13122 \series bold
13123 diagbox
13124 \series default
13125  installiert ist.
13126 \end_layout
13127
13128 \end_inset
13129
13130
13131 \end_layout
13132
13133 \begin_layout Standard
13134 Hier ist eine Beispieltabelle in der 
13135 \series bold
13136
13137 \backslash
13138 diagbox 
13139 \series default
13140 im 2-Argument Schema in der ersten Zelle verwendet wird:
13141 \begin_inset VSpace medskip
13142 \end_inset
13143
13144
13145 \end_layout
13146
13147 \begin_layout Standard
13148 \noindent
13149 \begin_inset Tabular
13150 <lyxtabular version="3" rows="4" columns="4">
13151 <features tabularvalignment="middle">
13152 <column alignment="center" valignment="top">
13153 <column alignment="center" valignment="top">
13154 <column alignment="center" valignment="top">
13155 <column alignment="center" valignment="top">
13156 <row>
13157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13158 \begin_inset Text
13159
13160 \begin_layout Plain Layout
13161 \begin_inset ERT
13162 status collapsed
13163
13164 \begin_layout Plain Layout
13165
13166
13167 \backslash
13168 diagbox{
13169 \end_layout
13170
13171 \end_inset
13172
13173 Name
13174 \begin_inset ERT
13175 status collapsed
13176
13177 \begin_layout Plain Layout
13178
13179 }{
13180 \end_layout
13181
13182 \end_inset
13183
13184 Parameter
13185 \begin_inset ERT
13186 status collapsed
13187
13188 \begin_layout Plain Layout
13189
13190 }
13191 \end_layout
13192
13193 \end_inset
13194
13195
13196 \end_layout
13197
13198 \end_inset
13199 </cell>
13200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13201 \begin_inset Text
13202
13203 \begin_layout Plain Layout
13204 Dicke in nm
13205 \end_layout
13206
13207 \end_inset
13208 </cell>
13209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13210 \begin_inset Text
13211
13212 \begin_layout Plain Layout
13213 Transparenz in %
13214 \end_layout
13215
13216 \end_inset
13217 </cell>
13218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13219 \begin_inset Text
13220
13221 \begin_layout Plain Layout
13222 Härte in MPa
13223 \end_layout
13224
13225 \end_inset
13226 </cell>
13227 </row>
13228 <row>
13229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13230 \begin_inset Text
13231
13232 \begin_layout Plain Layout
13233 Perfekt Grün
13234 \end_layout
13235
13236 \end_inset
13237 </cell>
13238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13239 \begin_inset Text
13240
13241 \begin_layout Plain Layout
13242 45
13243 \end_layout
13244
13245 \end_inset
13246 </cell>
13247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13248 \begin_inset Text
13249
13250 \begin_layout Plain Layout
13251 80
13252 \end_layout
13253
13254 \end_inset
13255 </cell>
13256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13257 \begin_inset Text
13258
13259 \begin_layout Plain Layout
13260 504
13261 \end_layout
13262
13263 \end_inset
13264 </cell>
13265 </row>
13266 <row>
13267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13268 \begin_inset Text
13269
13270 \begin_layout Plain Layout
13271 Dunkel Multi-P
13272 \end_layout
13273
13274 \end_inset
13275 </cell>
13276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13277 \begin_inset Text
13278
13279 \begin_layout Plain Layout
13280 60
13281 \end_layout
13282
13283 \end_inset
13284 </cell>
13285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13286 \begin_inset Text
13287
13288 \begin_layout Plain Layout
13289 72
13290 \end_layout
13291
13292 \end_inset
13293 </cell>
13294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13295 \begin_inset Text
13296
13297 \begin_layout Plain Layout
13298 982
13299 \end_layout
13300
13301 \end_inset
13302 </cell>
13303 </row>
13304 <row>
13305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309 Kristallklar Pro
13310 \end_layout
13311
13312 \end_inset
13313 </cell>
13314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13315 \begin_inset Text
13316
13317 \begin_layout Plain Layout
13318 18
13319 \end_layout
13320
13321 \end_inset
13322 </cell>
13323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 86
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 374
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 </row>
13342 </lyxtabular>
13343
13344 \end_inset
13345
13346
13347 \begin_inset VSpace medskip
13348 \end_inset
13349
13350
13351 \end_layout
13352
13353 \begin_layout Standard
13354 \begin_inset Newpage newpage
13355 \end_inset
13356
13357
13358 \end_layout
13359
13360 \begin_layout Standard
13361 Das 3-Argument Schema ist z.
13362 \begin_inset space \thinspace{}
13363 \end_inset
13364
13365 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13366 \end_layout
13367
13368 \begin_layout Standard
13369 \noindent
13370 \align center
13371 \begin_inset Tabular
13372 <lyxtabular version="3" rows="4" columns="4">
13373 <features tabularvalignment="middle">
13374 <column alignment="center" valignment="top" width="0pt">
13375 <column alignment="center" valignment="top">
13376 <column alignment="center" valignment="top">
13377 <column alignment="center" valignment="top">
13378 <row>
13379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13380 \begin_inset Text
13381
13382 \begin_layout Plain Layout
13383 \begin_inset ERT
13384 status collapsed
13385
13386 \begin_layout Plain Layout
13387
13388
13389 \backslash
13390 diagbox{
13391 \end_layout
13392
13393 \end_inset
13394
13395 Heim
13396 \begin_inset ERT
13397 status collapsed
13398
13399 \begin_layout Plain Layout
13400
13401 }{
13402 \end_layout
13403
13404 \end_inset
13405
13406 Ergebnis
13407 \begin_inset ERT
13408 status collapsed
13409
13410 \begin_layout Plain Layout
13411
13412 }{
13413 \end_layout
13414
13415 \end_inset
13416
13417 Auswärts
13418 \begin_inset ERT
13419 status collapsed
13420
13421 \begin_layout Plain Layout
13422
13423 }
13424 \end_layout
13425
13426 \end_inset
13427
13428
13429 \end_layout
13430
13431 \end_inset
13432 </cell>
13433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13434 \begin_inset Text
13435
13436 \begin_layout Plain Layout
13437 Tiger
13438 \end_layout
13439
13440 \end_inset
13441 </cell>
13442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13443 \begin_inset Text
13444
13445 \begin_layout Plain Layout
13446 Panther
13447 \end_layout
13448
13449 \end_inset
13450 </cell>
13451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13452 \begin_inset Text
13453
13454 \begin_layout Plain Layout
13455 Falken
13456 \end_layout
13457
13458 \end_inset
13459 </cell>
13460 </row>
13461 <row>
13462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13463 \begin_inset Text
13464
13465 \begin_layout Plain Layout
13466 Tiger
13467 \end_layout
13468
13469 \end_inset
13470 </cell>
13471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13472 \begin_inset Text
13473
13474 \begin_layout Plain Layout
13475
13476 \end_layout
13477
13478 \end_inset
13479 </cell>
13480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13481 \begin_inset Text
13482
13483 \begin_layout Plain Layout
13484 1:3
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13490 \begin_inset Text
13491
13492 \begin_layout Plain Layout
13493 0:1
13494 \end_layout
13495
13496 \end_inset
13497 </cell>
13498 </row>
13499 <row>
13500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13501 \begin_inset Text
13502
13503 \begin_layout Plain Layout
13504 Panther
13505 \end_layout
13506
13507 \end_inset
13508 </cell>
13509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13510 \begin_inset Text
13511
13512 \begin_layout Plain Layout
13513 3:1
13514 \end_layout
13515
13516 \end_inset
13517 </cell>
13518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13519 \begin_inset Text
13520
13521 \begin_layout Plain Layout
13522
13523 \end_layout
13524
13525 \end_inset
13526 </cell>
13527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13528 \begin_inset Text
13529
13530 \begin_layout Plain Layout
13531 0:0
13532 \end_layout
13533
13534 \end_inset
13535 </cell>
13536 </row>
13537 <row>
13538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13539 \begin_inset Text
13540
13541 \begin_layout Plain Layout
13542 Falken
13543 \end_layout
13544
13545 \end_inset
13546 </cell>
13547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551 1:0
13552 \end_layout
13553
13554 \end_inset
13555 </cell>
13556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13557 \begin_inset Text
13558
13559 \begin_layout Plain Layout
13560 0:0
13561 \end_layout
13562
13563 \end_inset
13564 </cell>
13565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13566 \begin_inset Text
13567
13568 \begin_layout Plain Layout
13569
13570 \end_layout
13571
13572 \end_inset
13573 </cell>
13574 </row>
13575 </lyxtabular>
13576
13577 \end_inset
13578
13579
13580 \end_layout
13581
13582 \begin_layout Standard
13583 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13584  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13585 \end_layout
13586
13587 \begin_layout Standard
13588 \noindent
13589 \align center
13590 \begin_inset Tabular
13591 <lyxtabular version="3" rows="5" columns="5">
13592 <features tabularvalignment="middle">
13593 <column alignment="center" valignment="top" width="0pt">
13594 <column alignment="center" valignment="top">
13595 <column alignment="center" valignment="top">
13596 <column alignment="center" valignment="top">
13597 <column alignment="center" valignment="top">
13598 <row>
13599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13600 \begin_inset Text
13601
13602 \begin_layout Plain Layout
13603 \begin_inset ERT
13604 status open
13605
13606 \begin_layout Plain Layout
13607
13608
13609 \backslash
13610 diagbox{
13611 \end_layout
13612
13613 \end_inset
13614
13615 Heim
13616 \begin_inset ERT
13617 status collapsed
13618
13619 \begin_layout Plain Layout
13620
13621 }{
13622 \end_layout
13623
13624 \end_inset
13625
13626 Ergebnis
13627 \begin_inset ERT
13628 status collapsed
13629
13630 \begin_layout Plain Layout
13631
13632 }{
13633 \end_layout
13634
13635 \end_inset
13636
13637 Auswärts
13638 \begin_inset ERT
13639 status collapsed
13640
13641 \begin_layout Plain Layout
13642
13643 }
13644 \end_layout
13645
13646 \end_inset
13647
13648
13649 \end_layout
13650
13651 \end_inset
13652 </cell>
13653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13654 \begin_inset Text
13655
13656 \begin_layout Plain Layout
13657 Tiger
13658 \end_layout
13659
13660 \end_inset
13661 </cell>
13662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13663 \begin_inset Text
13664
13665 \begin_layout Plain Layout
13666 Panther
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675 Falken
13676 \end_layout
13677
13678 \end_inset
13679 </cell>
13680 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13681 \begin_inset Text
13682
13683 \begin_layout Plain Layout
13684 \begin_inset ERT
13685 status open
13686
13687 \begin_layout Plain Layout
13688
13689
13690 \backslash
13691 diagbox[dir=NE]{
13692 \end_layout
13693
13694 \end_inset
13695
13696 Heim
13697 \begin_inset ERT
13698 status collapsed
13699
13700 \begin_layout Plain Layout
13701
13702 }{
13703 \end_layout
13704
13705 \end_inset
13706
13707 Ergebnis
13708 \begin_inset ERT
13709 status collapsed
13710
13711 \begin_layout Plain Layout
13712
13713 }{
13714 \end_layout
13715
13716 \end_inset
13717
13718 Auswärts
13719 \begin_inset ERT
13720 status collapsed
13721
13722 \begin_layout Plain Layout
13723
13724 }
13725 \end_layout
13726
13727 \end_inset
13728
13729
13730 \end_layout
13731
13732 \end_inset
13733 </cell>
13734 </row>
13735 <row>
13736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13737 \begin_inset Text
13738
13739 \begin_layout Plain Layout
13740 Tiger
13741 \end_layout
13742
13743 \end_inset
13744 </cell>
13745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13746 \begin_inset Text
13747
13748 \begin_layout Plain Layout
13749
13750 \end_layout
13751
13752 \end_inset
13753 </cell>
13754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13755 \begin_inset Text
13756
13757 \begin_layout Plain Layout
13758 1:3
13759 \end_layout
13760
13761 \end_inset
13762 </cell>
13763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13764 \begin_inset Text
13765
13766 \begin_layout Plain Layout
13767 0:1
13768 \end_layout
13769
13770 \end_inset
13771 </cell>
13772 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13773 \begin_inset Text
13774
13775 \begin_layout Plain Layout
13776 Tiger
13777 \end_layout
13778
13779 \end_inset
13780 </cell>
13781 </row>
13782 <row>
13783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13784 \begin_inset Text
13785
13786 \begin_layout Plain Layout
13787 Panther
13788 \end_layout
13789
13790 \end_inset
13791 </cell>
13792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13793 \begin_inset Text
13794
13795 \begin_layout Plain Layout
13796 3:1
13797 \end_layout
13798
13799 \end_inset
13800 </cell>
13801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13802 \begin_inset Text
13803
13804 \begin_layout Plain Layout
13805
13806 \end_layout
13807
13808 \end_inset
13809 </cell>
13810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13811 \begin_inset Text
13812
13813 \begin_layout Plain Layout
13814 0:0
13815 \end_layout
13816
13817 \end_inset
13818 </cell>
13819 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13820 \begin_inset Text
13821
13822 \begin_layout Plain Layout
13823 Panther
13824 \end_layout
13825
13826 \end_inset
13827 </cell>
13828 </row>
13829 <row>
13830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834 Falken
13835 \end_layout
13836
13837 \end_inset
13838 </cell>
13839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13840 \begin_inset Text
13841
13842 \begin_layout Plain Layout
13843 1:0
13844 \end_layout
13845
13846 \end_inset
13847 </cell>
13848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13849 \begin_inset Text
13850
13851 \begin_layout Plain Layout
13852 0:0
13853 \end_layout
13854
13855 \end_inset
13856 </cell>
13857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13858 \begin_inset Text
13859
13860 \begin_layout Plain Layout
13861
13862 \end_layout
13863
13864 \end_inset
13865 </cell>
13866 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Plain Layout
13870 Falken
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 </row>
13876 <row>
13877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13878 \begin_inset Text
13879
13880 \begin_layout Plain Layout
13881 \begin_inset ERT
13882 status open
13883
13884 \begin_layout Plain Layout
13885
13886
13887 \backslash
13888 diagbox[dir=SW]{
13889 \end_layout
13890
13891 \end_inset
13892
13893 Heim
13894 \begin_inset ERT
13895 status collapsed
13896
13897 \begin_layout Plain Layout
13898
13899 }{
13900 \end_layout
13901
13902 \end_inset
13903
13904 Ergebnis
13905 \begin_inset ERT
13906 status collapsed
13907
13908 \begin_layout Plain Layout
13909
13910 }{
13911 \end_layout
13912
13913 \end_inset
13914
13915 Auswärts
13916 \begin_inset ERT
13917 status collapsed
13918
13919 \begin_layout Plain Layout
13920
13921 }
13922 \end_layout
13923
13924 \end_inset
13925
13926
13927 \end_layout
13928
13929 \end_inset
13930 </cell>
13931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13932 \begin_inset Text
13933
13934 \begin_layout Plain Layout
13935 Tiger
13936 \end_layout
13937
13938 \end_inset
13939 </cell>
13940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13941 \begin_inset Text
13942
13943 \begin_layout Plain Layout
13944 Panther
13945 \end_layout
13946
13947 \end_inset
13948 </cell>
13949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13950 \begin_inset Text
13951
13952 \begin_layout Plain Layout
13953 Falken
13954 \end_layout
13955
13956 \end_inset
13957 </cell>
13958 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13959 \begin_inset Text
13960
13961 \begin_layout Plain Layout
13962 \begin_inset ERT
13963 status open
13964
13965 \begin_layout Plain Layout
13966
13967
13968 \backslash
13969 diagbox[dir=SE]{
13970 \end_layout
13971
13972 \end_inset
13973
13974 Heim
13975 \begin_inset ERT
13976 status collapsed
13977
13978 \begin_layout Plain Layout
13979
13980 }{
13981 \end_layout
13982
13983 \end_inset
13984
13985 Ergebnis
13986 \begin_inset ERT
13987 status collapsed
13988
13989 \begin_layout Plain Layout
13990
13991 }{
13992 \end_layout
13993
13994 \end_inset
13995
13996 Auswärts
13997 \begin_inset ERT
13998 status collapsed
13999
14000 \begin_layout Plain Layout
14001
14002 }
14003 \end_layout
14004
14005 \end_inset
14006
14007
14008 \end_layout
14009
14010 \end_inset
14011 </cell>
14012 </row>
14013 </lyxtabular>
14014
14015 \end_inset
14016
14017
14018 \end_layout
14019
14020 \begin_layout Standard
14021 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
14022 \series bold
14023 dir=Richtung
14024 \series default
14025  verwendet.
14026  
14027 \emph on
14028 Richtung
14029 \emph default
14030  ist entweder 
14031 \series bold
14032 NE
14033 \series default
14034
14035 \series bold
14036 SE
14037 \series default
14038
14039 \series bold
14040 SW
14041 \series default
14042  oder 
14043 \series bold
14044 NW
14045 \series default
14046  und stellt eine Himmelsrichtung dar.
14047  
14048 \series bold
14049 SW
14050 \series default
14051  ist z.
14052 \begin_inset space \thinspace{}
14053 \end_inset
14054
14055 B.
14056  die Südwestecke.
14057  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
14058 \end_layout
14059
14060 \begin_layout Standard
14061
14062 \series bold
14063
14064 \backslash
14065 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
14066 \end_layout
14067
14068 \begin_layout Standard
14069 verwendet.
14070  Wenn keine Richtung angegeben ist, wird NW verwendet.
14071 \end_layout
14072
14073 \begin_layout Standard
14074 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
14075  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
14076 e ist, ragt der Inhalt über die Zelle hinaus:
14077 \end_layout
14078
14079 \begin_layout Standard
14080 \noindent
14081 \align center
14082 \begin_inset Tabular
14083 <lyxtabular version="3" rows="2" columns="2">
14084 <features tabularvalignment="middle">
14085 <column alignment="center" valignment="top" width="3cm">
14086 <column alignment="center" valignment="top">
14087 <row>
14088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14089 \begin_inset Text
14090
14091 \begin_layout Plain Layout
14092 \begin_inset ERT
14093 status collapsed
14094
14095 \begin_layout Plain Layout
14096
14097
14098 \backslash
14099 diagbox{
14100 \end_layout
14101
14102 \end_inset
14103
14104 Name
14105 \begin_inset ERT
14106 status collapsed
14107
14108 \begin_layout Plain Layout
14109
14110 }{
14111 \end_layout
14112
14113 \end_inset
14114
14115 Parameter
14116 \begin_inset ERT
14117 status collapsed
14118
14119 \begin_layout Plain Layout
14120
14121 }
14122 \end_layout
14123
14124 \end_inset
14125
14126
14127 \end_layout
14128
14129 \end_inset
14130 </cell>
14131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14132 \begin_inset Text
14133
14134 \begin_layout Plain Layout
14135 Dicke in nm
14136 \end_layout
14137
14138 \end_inset
14139 </cell>
14140 </row>
14141 <row>
14142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14143 \begin_inset Text
14144
14145 \begin_layout Plain Layout
14146 Perfekt Grün
14147 \end_layout
14148
14149 \end_inset
14150 </cell>
14151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14152 \begin_inset Text
14153
14154 \begin_layout Plain Layout
14155 45
14156 \end_layout
14157
14158 \end_inset
14159 </cell>
14160 </row>
14161 </lyxtabular>
14162
14163 \end_inset
14164
14165
14166 \end_layout
14167
14168 \begin_layout Standard
14169 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14170  verwendet man die Befehlsoption 
14171 \series bold
14172 width=3cm
14173 \series default
14174  (ersetzen Sie '3cm' durch die benötigte Breite).
14175  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14176 \begin_inset space \thinspace{}
14177 \end_inset
14178
14179 cm gesetzt.
14180  Für 
14181 \series bold
14182
14183 \backslash
14184 diagbox
14185 \series default
14186  wird eine Breite von 4
14187 \begin_inset space \thinspace{}
14188 \end_inset
14189
14190 cm + 2
14191 \begin_inset space \thinspace{}
14192 \end_inset
14193
14194
14195 \backslash
14196 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14197  diesem Fall 4
14198 \begin_inset space \thinspace{}
14199 \end_inset
14200
14201 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14202  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14203 \series bold
14204
14205 \backslash
14206 diagbox
14207 \series default
14208  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14209  später verwenden kann.
14210  Dies wird mit den \SpecialChar TeX
14211 -Code Befehlen
14212 \end_layout
14213
14214 \begin_layout Standard
14215
14216 \series bold
14217
14218 \backslash
14219 newlength{
14220 \backslash
14221 diagtest}
14222 \begin_inset Newline newline
14223 \end_inset
14224
14225
14226 \backslash
14227 setlength{
14228 \backslash
14229 diagtest}{4cm+2
14230 \backslash
14231 tabcolsep}
14232 \end_layout
14233
14234 \begin_layout Standard
14235 erreicht.
14236 \end_layout
14237
14238 \begin_layout Standard
14239 \begin_inset ERT
14240 status collapsed
14241
14242 \begin_layout Plain Layout
14243
14244
14245 \backslash
14246 newlength{
14247 \backslash
14248 diagtest}
14249 \end_layout
14250
14251 \begin_layout Plain Layout
14252
14253
14254 \backslash
14255 setlength{
14256 \backslash
14257 diagtest}{4cm+2
14258 \backslash
14259 tabcolsep}
14260 \end_layout
14261
14262 \end_inset
14263
14264
14265 \end_layout
14266
14267 \begin_layout Standard
14268 Um Berechnungen in \SpecialChar LaTeX
14269  zu aktivieren, muss das Paket 
14270 \series bold
14271 calc
14272 \series default
14273
14274 \begin_inset Index idx
14275 status collapsed
14276
14277 \begin_layout Plain Layout
14278 \SpecialChar LaTeX
14279 -Pakete ! calc
14280 \end_layout
14281
14282 \end_inset
14283
14284  im \SpecialChar LaTeX
14285 -Vorspann geladen werden.
14286 \end_layout
14287
14288 \begin_layout Standard
14289 In der Tabelle kann man nun den Befehl
14290 \end_layout
14291
14292 \begin_layout Standard
14293
14294 \series bold
14295
14296 \backslash
14297 diagbox[width=
14298 \backslash
14299 diagtest]{A}{B}
14300 \end_layout
14301
14302 \begin_layout Standard
14303 in der ersten Zelle verwenden:
14304 \end_layout
14305
14306 \begin_layout Standard
14307 \noindent
14308 \align center
14309 \begin_inset Tabular
14310 <lyxtabular version="3" rows="2" columns="2">
14311 <features tabularvalignment="middle">
14312 <column alignment="center" valignment="top" width="4cm">
14313 <column alignment="center" valignment="top">
14314 <row>
14315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Plain Layout
14319 \begin_inset ERT
14320 status open
14321
14322 \begin_layout Plain Layout
14323
14324
14325 \backslash
14326 diagbox[width=
14327 \backslash
14328 diagtest]{
14329 \end_layout
14330
14331 \end_inset
14332
14333 A
14334 \begin_inset ERT
14335 status collapsed
14336
14337 \begin_layout Plain Layout
14338
14339 }{
14340 \end_layout
14341
14342 \end_inset
14343
14344 B
14345 \begin_inset ERT
14346 status collapsed
14347
14348 \begin_layout Plain Layout
14349
14350 }
14351 \end_layout
14352
14353 \end_inset
14354
14355
14356 \end_layout
14357
14358 \end_inset
14359 </cell>
14360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14361 \begin_inset Text
14362
14363 \begin_layout Plain Layout
14364 Dicke in nm
14365 \end_layout
14366
14367 \end_inset
14368 </cell>
14369 </row>
14370 <row>
14371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14372 \begin_inset Text
14373
14374 \begin_layout Plain Layout
14375 Perfekt Grün
14376 \end_layout
14377
14378 \end_inset
14379 </cell>
14380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14381 \begin_inset Text
14382
14383 \begin_layout Plain Layout
14384 45
14385 \end_layout
14386
14387 \end_inset
14388 </cell>
14389 </row>
14390 </lyxtabular>
14391
14392 \end_inset
14393
14394
14395 \end_layout
14396
14397 \begin_layout Standard
14398 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14399  muss.
14400  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14401  wie in in dieser Tabelle:
14402 \end_layout
14403
14404 \begin_layout Standard
14405 \noindent
14406 \align center
14407 \begin_inset Tabular
14408 <lyxtabular version="3" rows="2" columns="2">
14409 <features tabularvalignment="middle">
14410 <column alignment="center" valignment="top" width="0pt">
14411 <column alignment="center" valignment="top">
14412 <row>
14413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Plain Layout
14417 \begin_inset ERT
14418 status collapsed
14419
14420 \begin_layout Plain Layout
14421
14422
14423 \backslash
14424 diagbox{
14425 \end_layout
14426
14427 \end_inset
14428
14429 A
14430 \begin_inset ERT
14431 status collapsed
14432
14433 \begin_layout Plain Layout
14434
14435 }{
14436 \end_layout
14437
14438 \end_inset
14439
14440 B
14441 \begin_inset ERT
14442 status collapsed
14443
14444 \begin_layout Plain Layout
14445
14446 }
14447 \end_layout
14448
14449 \end_inset
14450
14451
14452 \end_layout
14453
14454 \end_inset
14455 </cell>
14456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460 Dicke in nm
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 </row>
14466 <row>
14467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14468 \begin_inset Text
14469
14470 \begin_layout Plain Layout
14471 Perfekt Grün
14472 \end_layout
14473
14474 \end_inset
14475 </cell>
14476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14477 \begin_inset Text
14478
14479 \begin_layout Plain Layout
14480 45
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 </row>
14486 </lyxtabular>
14487
14488 \end_inset
14489
14490
14491 \end_layout
14492
14493 \begin_layout Standard
14494 Verwenden Sie in diesem Fall die Option 
14495 \series bold
14496 width
14497 \series default
14498  des Befehls 
14499 \series bold
14500
14501 \backslash
14502 diagbox
14503 \series default
14504 .
14505  Es ist dabei nicht notwendig, 2
14506 \backslash
14507 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14508  ist.
14509  In dieser Tabelle wird eine Breite von 3
14510 \begin_inset space \thinspace{}
14511 \end_inset
14512
14513 cm verwendet:
14514 \end_layout
14515
14516 \begin_layout Standard
14517 \noindent
14518 \align center
14519 \begin_inset Tabular
14520 <lyxtabular version="3" rows="2" columns="2">
14521 <features tabularvalignment="middle">
14522 <column alignment="center" valignment="top" width="0pt">
14523 <column alignment="center" valignment="top">
14524 <row>
14525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14526 \begin_inset Text
14527
14528 \begin_layout Plain Layout
14529 \begin_inset ERT
14530 status open
14531
14532 \begin_layout Plain Layout
14533
14534
14535 \backslash
14536 diagbox[width=3cm]{
14537 \end_layout
14538
14539 \end_inset
14540
14541 A
14542 \begin_inset ERT
14543 status collapsed
14544
14545 \begin_layout Plain Layout
14546
14547 }{
14548 \end_layout
14549
14550 \end_inset
14551
14552 B
14553 \begin_inset ERT
14554 status collapsed
14555
14556 \begin_layout Plain Layout
14557
14558 }
14559 \end_layout
14560
14561 \end_inset
14562
14563
14564 \end_layout
14565
14566 \end_inset
14567 </cell>
14568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14569 \begin_inset Text
14570
14571 \begin_layout Plain Layout
14572 Dicke in nm
14573 \end_layout
14574
14575 \end_inset
14576 </cell>
14577 </row>
14578 <row>
14579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14580 \begin_inset Text
14581
14582 \begin_layout Plain Layout
14583 Perfekt Grün
14584 \end_layout
14585
14586 \end_inset
14587 </cell>
14588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14589 \begin_inset Text
14590
14591 \begin_layout Plain Layout
14592 45
14593 \end_layout
14594
14595 \end_inset
14596 </cell>
14597 </row>
14598 </lyxtabular>
14599
14600 \end_inset
14601
14602
14603 \end_layout
14604
14605 \begin_layout Standard
14606 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14607  Text in der Zelle unterzubringen.
14608  Dies wird mit der 
14609 \series bold
14610
14611 \backslash
14612 diagbox
14613 \series default
14614 -Option 
14615 \series bold
14616 height=3cm
14617 \series default
14618  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14619  In der folgenden Tabelle wird der Befehl
14620 \end_layout
14621
14622 \begin_layout Standard
14623
14624 \series bold
14625
14626 \backslash
14627 diagbox[width=3cm,height=1.4cm]{A
14628 \backslash
14629
14630 \backslash
14631 B}{C
14632 \backslash
14633
14634 \backslash
14635 D}
14636 \end_layout
14637
14638 \begin_layout Standard
14639 in der ersten Zelle verwendet.
14640  Der Befehl 
14641 \series bold
14642
14643 \backslash
14644
14645 \backslash
14646
14647 \series default
14648  erzeugt hierbei den Zeilenumbruch.
14649 \begin_inset Foot
14650 status collapsed
14651
14652 \begin_layout Plain Layout
14653 Zeilen mit 
14654 \family sans
14655 Strg+Enter
14656 \family default
14657  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14658 \end_layout
14659
14660 \end_inset
14661
14662
14663 \end_layout
14664
14665 \begin_layout Standard
14666 \noindent
14667 \align center
14668 \begin_inset Tabular
14669 <lyxtabular version="3" rows="2" columns="2">
14670 <features tabularvalignment="middle">
14671 <column alignment="center" valignment="top">
14672 <column alignment="center" valignment="top">
14673 <row>
14674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14675 \begin_inset Text
14676
14677 \begin_layout Plain Layout
14678 \begin_inset ERT
14679 status open
14680
14681 \begin_layout Plain Layout
14682
14683
14684 \backslash
14685 diagbox[width=3cm,height=1.4cm]{
14686 \end_layout
14687
14688 \end_inset
14689
14690 A
14691 \begin_inset ERT
14692 status collapsed
14693
14694 \begin_layout Plain Layout
14695
14696
14697 \backslash
14698
14699 \backslash
14700
14701 \end_layout
14702
14703 \end_inset
14704
14705 B
14706 \begin_inset ERT
14707 status collapsed
14708
14709 \begin_layout Plain Layout
14710
14711 }{
14712 \end_layout
14713
14714 \end_inset
14715
14716 C
14717 \begin_inset ERT
14718 status collapsed
14719
14720 \begin_layout Plain Layout
14721
14722
14723 \backslash
14724
14725 \backslash
14726
14727 \end_layout
14728
14729 \end_inset
14730
14731 D
14732 \begin_inset ERT
14733 status collapsed
14734
14735 \begin_layout Plain Layout
14736
14737 }
14738 \end_layout
14739
14740 \end_inset
14741
14742
14743 \end_layout
14744
14745 \end_inset
14746 </cell>
14747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14748 \begin_inset Text
14749
14750 \begin_layout Plain Layout
14751 Dicke in nm
14752 \end_layout
14753
14754 \end_inset
14755 </cell>
14756 </row>
14757 <row>
14758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14759 \begin_inset Text
14760
14761 \begin_layout Plain Layout
14762 Perfekt Grün
14763 \end_layout
14764
14765 \end_inset
14766 </cell>
14767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14768 \begin_inset Text
14769
14770 \begin_layout Plain Layout
14771 45
14772 \end_layout
14773
14774 \end_inset
14775 </cell>
14776 </row>
14777 </lyxtabular>
14778
14779 \end_inset
14780
14781
14782 \end_layout
14783
14784 \begin_layout Standard
14785 \begin_inset ERT
14786 status collapsed
14787
14788 \begin_layout Plain Layout
14789
14790
14791 \backslash
14792 else
14793 \end_layout
14794
14795 \end_inset
14796
14797
14798 \begin_inset Note Note
14799 status open
14800
14801 \begin_layout Plain Layout
14802 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
14803 -Paket 
14804 \series bold
14805 diagbox
14806 \series default
14807  nicht installiert ist:
14808 \end_layout
14809
14810 \end_inset
14811
14812
14813 \end_layout
14814
14815 \begin_layout Standard
14816 Sie müssen das \SpecialChar LaTeX
14817 -Paket 
14818 \series bold
14819 diagbox
14820 \series default
14821  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14822 \end_layout
14823
14824 \begin_layout Standard
14825 \begin_inset ERT
14826 status collapsed
14827
14828 \begin_layout Plain Layout
14829
14830
14831 \backslash
14832 fi
14833 \end_layout
14834
14835 \end_inset
14836
14837
14838 \end_layout
14839
14840 \begin_layout Standard
14841 Für mehr Informationen über das \SpecialChar LaTeX
14842 -Paket 
14843 \series bold
14844 diagbox
14845 \series default
14846 , siehe dessen Dokumentation, 
14847 \begin_inset CommandInset citation
14848 LatexCommand cite
14849 key "diagbox"
14850 literal "true"
14851
14852 \end_inset
14853
14854 .
14855 \end_layout
14856
14857 \begin_layout Section
14858 Formale Tabellen
14859 \begin_inset CommandInset label
14860 LatexCommand label
14861 name "abs:Formale-Tabellen"
14862
14863 \end_inset
14864
14865
14866 \begin_inset Index idx
14867 status collapsed
14868
14869 \begin_layout Plain Layout
14870 Tabellen ! Formale
14871 \end_layout
14872
14873 \end_inset
14874
14875
14876 \end_layout
14877
14878 \begin_layout Standard
14879 Tabellen werden in Büchern oft wie Tabelle
14880 \begin_inset space ~
14881 \end_inset
14882
14883
14884 \begin_inset CommandInset ref
14885 LatexCommand ref
14886 reference "tab:Formale-Tabelle"
14887
14888 \end_inset
14889
14890  gesetzt.
14891  Diese Tabellen werden
14892 \emph on
14893  formal
14894 \emph default
14895  genannt.
14896  Formale Tabellen bekommen Sie, wenn Sie den Stil 
14897 \begin_inset Quotes gld
14898 \end_inset
14899
14900 Formale Tabelle
14901 \begin_inset Quotes grd
14902 \end_inset
14903
14904  im Dialog 
14905 \family sans
14906 Einfügen\SpecialChar menuseparator
14907 Tabelle
14908 \family default
14909  wählen oder im 
14910 \family sans
14911 Tabellen-Einstellungen
14912 \family default
14913 -Dialog auf der Karteikarte 
14914 \family sans
14915 Rahmen
14916 \family default
14917  den 
14918 \family sans
14919 Stil
14920 \family default
14921  
14922 \family sans
14923 Formal
14924 \family default
14925  ankreuzen (wenn Sie zusätzlich noch dort 
14926 \family sans
14927 Formalen Standardstil verwenden
14928 \family default
14929  ankreuzen, werden die Linien für formale Tabellen sinnvoll voreingestellt).
14930 \end_layout
14931
14932 \begin_layout Standard
14933 \begin_inset Float table
14934 placement h
14935 alignment document
14936 wide false
14937 sideways false
14938 status open
14939
14940 \begin_layout Plain Layout
14941 \begin_inset Caption Standard
14942
14943 \begin_layout Plain Layout
14944 \begin_inset CommandInset label
14945 LatexCommand label
14946 name "tab:Formale-Tabelle"
14947
14948 \end_inset
14949
14950 Formale Tabelle
14951 \end_layout
14952
14953 \end_inset
14954
14955
14956 \end_layout
14957
14958 \begin_layout Plain Layout
14959 \align center
14960 \begin_inset Tabular
14961 <lyxtabular version="3" rows="8" columns="4">
14962 <features booktabs="true" tabularvalignment="middle">
14963 <column alignment="center" valignment="top">
14964 <column alignment="right" valignment="top" width="0pt">
14965 <column alignment="right" valignment="top" width="0pt">
14966 <column alignment="right" valignment="top">
14967 <row>
14968 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14969 \begin_inset Text
14970
14971 \begin_layout Plain Layout
14972 System
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 <cell alignment="right" valignment="top" topline="true" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981 Chip
14982 \begin_inset space \thinspace{}
14983 \end_inset
14984
14985 1
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994 Chip
14995 \begin_inset space \thinspace{}
14996 \end_inset
14997
14998 2
14999 \end_layout
15000
15001 \end_inset
15002 </cell>
15003 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15004 \begin_inset Text
15005
15006 \begin_layout Plain Layout
15007
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 </row>
15013 <row>
15014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15015 \begin_inset Text
15016
15017 \begin_layout Plain Layout
15018 Detektordicke in µm
15019 \end_layout
15020
15021 \end_inset
15022 </cell>
15023 <cell alignment="right" valignment="top" usebox="none">
15024 \begin_inset Text
15025
15026 \begin_layout Plain Layout
15027 300
15028 \end_layout
15029
15030 \end_inset
15031 </cell>
15032 <cell alignment="right" valignment="top" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Plain Layout
15036 300
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 700
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 </row>
15051 <row>
15052 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056 Kantenwinkel in °
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 <cell alignment="right" valignment="top" topline="true" toplinertrim="true" usebox="none">
15062 \begin_inset Text
15063
15064 \begin_layout Plain Layout
15065 3.55
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 <cell alignment="right" valignment="top" topline="true" toplineltrim="true" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074 2.71
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 <cell alignment="center" valignment="top" topline="true" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083 7.99
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 </row>
15089 <row topspace="default">
15090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094 räumliche Auf\SpecialChar ligaturebreak
15095 lösung in µm
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 <cell alignment="right" valignment="top" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104 4.26
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 <cell alignment="right" valignment="top" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113 10.17
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 <cell alignment="center" valignment="top" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122 10.56
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 <row topspace="default">
15129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 MTF bei 
15134 \begin_inset Formula $f_{\mathrm{max}}$
15135 \end_inset
15136
15137
15138 \end_layout
15139
15140 \end_inset
15141 </cell>
15142 <cell alignment="right" valignment="top" usebox="none">
15143 \begin_inset Text
15144
15145 \begin_layout Plain Layout
15146 0.53
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 <cell alignment="right" valignment="top" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Plain Layout
15155 0.37
15156 \end_layout
15157
15158 \end_inset
15159 </cell>
15160 <cell alignment="center" valignment="top" usebox="none">
15161 \begin_inset Text
15162
15163 \begin_layout Plain Layout
15164 0.39
15165 \end_layout
15166
15167 \end_inset
15168 </cell>
15169 </row>
15170 <row topspace="default">
15171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15172 \begin_inset Text
15173
15174 \begin_layout Plain Layout
15175 LSF räumliche Auf\SpecialChar ligaturebreak
15176 lösung
15177 \end_layout
15178
15179 \end_inset
15180 </cell>
15181 <cell alignment="right" valignment="top" usebox="none">
15182 \begin_inset Text
15183
15184 \begin_layout Plain Layout
15185
15186 \end_layout
15187
15188 \end_inset
15189 </cell>
15190 <cell alignment="right" valignment="top" usebox="none">
15191 \begin_inset Text
15192
15193 \begin_layout Plain Layout
15194
15195 \end_layout
15196
15197 \end_inset
15198 </cell>
15199 <cell alignment="center" valignment="top" usebox="none">
15200 \begin_inset Text
15201
15202 \begin_layout Plain Layout
15203
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 </row>
15209 <row>
15210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Plain Layout
15214 in µm
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 <cell alignment="right" valignment="top" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Plain Layout
15223 129.7
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 <cell alignment="right" valignment="top" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Plain Layout
15232 52.75
15233 \end_layout
15234
15235 \end_inset
15236 </cell>
15237 <cell alignment="center" valignment="top" usebox="none">
15238 \begin_inset Text
15239
15240 \begin_layout Plain Layout
15241 50.78
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 </row>
15247 <row>
15248 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Plain Layout
15252 in % der Pixelgröße
15253 \end_layout
15254
15255 \end_inset
15256 </cell>
15257 <cell alignment="right" valignment="top" bottomline="true" usebox="none">
15258 \begin_inset Text
15259
15260 \begin_layout Plain Layout
15261 76.3
15262 \end_layout
15263
15264 \end_inset
15265 </cell>
15266 <cell alignment="right" valignment="top" bottomline="true" usebox="none">
15267 \begin_inset Text
15268
15269 \begin_layout Plain Layout
15270 95.9
15271 \end_layout
15272
15273 \end_inset
15274 </cell>
15275 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15276 \begin_inset Text
15277
15278 \begin_layout Plain Layout
15279 92.3
15280 \end_layout
15281
15282 \end_inset
15283 </cell>
15284 </row>
15285 </lyxtabular>
15286
15287 \end_inset
15288
15289
15290 \end_layout
15291
15292 \end_inset
15293
15294
15295 \end_layout
15296
15297 \begin_layout Standard
15298 Abstände zu Tabellenzeilen können auf der Karteikarte 
15299 \family sans
15300 Rahmen
15301 \family default
15302  des 
15303 \family sans
15304 Tabellen-Ein\SpecialChar softhyphen
15305 stel\SpecialChar softhyphen
15306 lun\SpecialChar softhyphen
15307 gen
15308 \family default
15309 -Dialogs hinzugefügt werden, wie in Abschnitt
15310 \begin_inset space ~
15311 \end_inset
15312
15313
15314 \begin_inset CommandInset ref
15315 LatexCommand ref
15316 reference "uab:Zeilenabstand"
15317
15318 \end_inset
15319
15320  beschrieben.
15321 \end_layout
15322
15323 \begin_layout Standard
15324 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15325  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15326  gedruckt aber anders aus.
15327  Die erste und letzte Linie ist 0.08
15328 \begin_inset space \thinspace{}
15329 \end_inset
15330
15331 em dick, während die anderen 0.05
15332 \begin_inset space \thinspace{}
15333 \end_inset
15334
15335 em dick sind.
15336 \end_layout
15337
15338 \begin_layout Standard
15339 Die Standarddicken können im \SpecialChar LaTeX
15340 -Vorspann geändert werden:
15341 \end_layout
15342
15343 \begin_layout Standard
15344
15345 \series bold
15346
15347 \backslash
15348 let
15349 \backslash
15350 mytoprule
15351 \backslash
15352 toprule
15353 \begin_inset Newline newline
15354 \end_inset
15355
15356
15357 \backslash
15358 renewcommand{
15359 \backslash
15360 toprule}{
15361 \backslash
15362 mytoprule[Breite]}
15363 \end_layout
15364
15365 \begin_layout Standard
15366 Dies Beispiel gilt für die oberste Linie, genannt 
15367 \series bold
15368 toprule
15369 \series default
15370 .
15371  Für die letzte müssen Sie 
15372 \series bold
15373 toprule
15374 \series default
15375  durch 
15376 \series bold
15377 bottomrule
15378 \series default
15379  ersetzen.
15380  Die Linien dazwischen heißen 
15381 \series bold
15382 midrule
15383 \series default
15384 .
15385  Für 
15386 \family sans
15387 Breite
15388 \family default
15389  können Sie alle Einheiten benutzen, die in Anhang
15390 \begin_inset space ~
15391 \end_inset
15392
15393
15394 \begin_inset CommandInset ref
15395 LatexCommand ref
15396 reference "kap:In-LyX-verfügbare"
15397
15398 \end_inset
15399
15400  aufgelistet sind.
15401 \end_layout
15402
15403 \begin_layout Standard
15404 Bei formalen Tabellen ist es üblich, die Gruppierung von Spalten durch unterbroc
15405 hene Mittellinien anzuzeigen (wie in Tabelle
15406 \begin_inset space ~
15407 \end_inset
15408
15409
15410 \begin_inset CommandInset ref
15411 LatexCommand ref
15412 reference "tab:Formale-Tabelle"
15413
15414 \end_inset
15415
15416 ).
15417  Dies können Sie über den Tabellendialog machen.
15418  Wenn Sie eine formale Tabelle bearbeiten, zeigt das Rahmenwerkzeug bei
15419  den oberen uns unteren Rahmenlinien kurze abgetrennte Linien links und
15420  rechts an.
15421  Wenn Sie diese anklicken, wird die Linie entsprechend zurechtgestutzt.
15422 \end_layout
15423
15424 \begin_layout Standard
15425 Wenn Sie die Dicke der Mittellinien oder die Kürzungslänge verändern wollen,
15426  müssen Sie \SpecialChar TeX
15427 -Code benutzen.
15428  Der entsprechende Befehl, der auch für die gestutzten Mittellinien intern
15429  verwendet wird, sieht so aus:
15430 \end_layout
15431
15432 \begin_layout Standard
15433
15434 \series bold
15435
15436 \backslash
15437 cmidrule[Höhe](trim){Anfangsspalte-Endspalte}
15438 \end_layout
15439
15440 \begin_layout Standard
15441 Der Standardwert der optionalen 
15442 \series bold
15443 Höhe
15444 \series default
15445  ist 0.03
15446 \begin_inset space \thinspace{}
15447 \end_inset
15448
15449 em.
15450  Die Linie reicht von 
15451 \series bold
15452 Anfangsspalte
15453 \series default
15454  bis 
15455 \series bold
15456 Endspalte
15457 \series default
15458 .
15459  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15460  Die 
15461 \series bold
15462 Endspalte
15463 \series default
15464  muss immer angegeben werden, auch wenn die Linie nur über eine Spalte geht.
15465  Der optionale Parameter 
15466 \series bold
15467 trim
15468 \series default
15469  kann die Werte 
15470 \emph on
15471 r
15472 \emph default
15473
15474 \emph on
15475 r{Breite}
15476 \emph default
15477
15478 \emph on
15479 l
15480 \family typewriter
15481 \emph default
15482  
15483 \family default
15484 oder 
15485 \emph on
15486 l{Breite}
15487 \emph default
15488  annehmen, wobei die 
15489 \emph on
15490 Breite
15491 \emph default
15492  optional ist.
15493  
15494 \emph on
15495 l{2pt}
15496 \emph default
15497  zum Beispiel bedeutet, dass die Linie links um 2
15498 \begin_inset space \thinspace{}
15499 \end_inset
15500
15501 pt gekürzt wird.
15502  Ohne Breitenangabe wird die Linie um 0.5
15503 \begin_inset space \thinspace{}
15504 \end_inset
15505
15506 em gekürzt.
15507 \end_layout
15508
15509 \begin_layout Standard
15510 Die 
15511 \emph on
15512 Höhen
15513 \emph default
15514 -Optionen und die 
15515 \emph on
15516 Breiten
15517 \emph default
15518 -Parameter von 
15519 \emph on
15520 l
15521 \emph default
15522  und 
15523 \emph on
15524 r
15525 \emph default
15526  werden (noch) nicht von \SpecialChar LyX
15527  unterstützt.
15528  Wenn Sie dies brauchen, können Sie manuell im \SpecialChar TeX
15529 -Modus einen entsprechenden
15530  
15531 \series bold
15532
15533 \backslash
15534 cmidrule
15535 \series default
15536 -Befehl einfügen.
15537  Fügen Sie dies als erstes in die erste Zelle einer Zeile ein, dann wird
15538  die entsprechende Linie über dieser Zeile gedruckt.
15539  Tabelle
15540 \begin_inset space ~
15541 \end_inset
15542
15543
15544 \begin_inset CommandInset ref
15545 LatexCommand ref
15546 reference "tab:Special-booktabs-table"
15547
15548 \end_inset
15549
15550  exemplifiziert dies (in der sechsten Zeile).
15551 \end_layout
15552
15553 \begin_layout Standard
15554 Sie können mit 
15555 \series bold
15556
15557 \backslash
15558 cmidrule
15559 \series default
15560  auch überlappende Linien, wie ebenfalls in Tabelle
15561 \begin_inset space ~
15562 \end_inset
15563
15564
15565 \begin_inset CommandInset ref
15566 LatexCommand ref
15567 reference "tab:Special-booktabs-table"
15568
15569 \end_inset
15570
15571  demonstriert, definieren.
15572  Beachten Sie aber, dass dies als schlechter Stil gilt (verwenden Sie es
15573  also nur, wenn Sie es unbedingt brauchen).
15574  Der Befehl ist:
15575 \end_layout
15576
15577 \begin_layout Standard
15578
15579 \series bold
15580
15581 \backslash
15582 morecmidrules
15583 \end_layout
15584
15585 \begin_layout Standard
15586 In Zeile zwei der Tabelle
15587 \begin_inset space ~
15588 \end_inset
15589
15590
15591 \begin_inset CommandInset ref
15592 LatexCommand ref
15593 reference "tab:Special-booktabs-table"
15594
15595 \end_inset
15596
15597  wurde folgender Befehl benutzt:
15598 \end_layout
15599
15600 \begin_layout Standard
15601
15602 \series bold
15603
15604 \backslash
15605 morecmidrules
15606 \backslash
15607 cmidrule{2-4}
15608 \end_layout
15609
15610 \begin_layout Standard
15611 und in Zeile sechs:
15612 \end_layout
15613
15614 \begin_layout Standard
15615
15616 \series bold
15617
15618 \backslash
15619 morecmidrules
15620 \backslash
15621 cmidrule{3-4}
15622 \end_layout
15623
15624 \begin_layout Standard
15625 \begin_inset VSpace bigskip
15626 \end_inset
15627
15628
15629 \end_layout
15630
15631 \begin_layout Standard
15632 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15633  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15634 \end_layout
15635
15636 \begin_layout Standard
15637
15638 \series bold
15639
15640 \backslash
15641 specialrule{Dicke}{Abstand davor}{Abstand danach}
15642 \end_layout
15643
15644 \begin_layout Standard
15645 Weitere Informationen finden Sie im Handbuch des \SpecialChar LaTeX
15646 -Pakets 
15647 \series bold
15648 booktabs
15649 \series default
15650  
15651 \begin_inset CommandInset citation
15652 LatexCommand cite
15653 key "booktabs"
15654 literal "true"
15655
15656 \end_inset
15657
15658 .
15659 \begin_inset Index idx
15660 status collapsed
15661
15662 \begin_layout Plain Layout
15663 \SpecialChar LaTeX
15664 -Pakete ! booktabs
15665 \end_layout
15666
15667 \end_inset
15668
15669
15670 \end_layout
15671
15672 \begin_layout Standard
15673 \begin_inset Float table
15674 placement h
15675 alignment document
15676 wide false
15677 sideways false
15678 status open
15679
15680 \begin_layout Plain Layout
15681 \begin_inset Caption Standard
15682
15683 \begin_layout Plain Layout
15684 \begin_inset CommandInset label
15685 LatexCommand label
15686 name "tab:Special-booktabs-table"
15687
15688 \end_inset
15689
15690 Eine spezielle (hässliche) formale Tabelle
15691 \end_layout
15692
15693 \end_inset
15694
15695
15696 \end_layout
15697
15698 \begin_layout Plain Layout
15699 \align center
15700 \begin_inset Tabular
15701 <lyxtabular version="3" rows="8" columns="4">
15702 <features booktabs="true" tabularvalignment="middle">
15703 <column alignment="center" valignment="top">
15704 <column alignment="center" valignment="top" width="0pt">
15705 <column alignment="right" valignment="top" width="0pt">
15706 <column alignment="right" valignment="top">
15707 <row>
15708 <cell alignment="center" valignment="top" topline="true" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712 System
15713 \end_layout
15714
15715 \end_inset
15716 </cell>
15717 <cell alignment="center" valignment="top" topline="true" usebox="none">
15718 \begin_inset Text
15719
15720 \begin_layout Plain Layout
15721 Chip
15722 \begin_inset space \thinspace{}
15723 \end_inset
15724
15725 1
15726 \end_layout
15727
15728 \end_inset
15729 </cell>
15730 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15731 \begin_inset Text
15732
15733 \begin_layout Plain Layout
15734 Chip
15735 \begin_inset space \thinspace{}
15736 \end_inset
15737
15738 2
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Plain Layout
15747
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 </row>
15753 <row>
15754 <cell alignment="center" valignment="top" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758 \begin_inset ERT
15759 status collapsed
15760
15761 \begin_layout Plain Layout
15762
15763
15764 \backslash
15765 morecmidrules
15766 \end_layout
15767
15768 \end_inset
15769
15770
15771 \begin_inset ERT
15772 status collapsed
15773
15774 \begin_layout Plain Layout
15775
15776
15777 \backslash
15778 cmidrule{2-4}
15779 \end_layout
15780
15781 \end_inset
15782
15783 Detektordicke in µm
15784 \end_layout
15785
15786 \end_inset
15787 </cell>
15788 <cell alignment="center" valignment="top" topline="true" toplinertrim="true" usebox="none">
15789 \begin_inset Text
15790
15791 \begin_layout Plain Layout
15792 300
15793 \end_layout
15794
15795 \end_inset
15796 </cell>
15797 <cell alignment="right" valignment="top" topline="true" toplineltrim="true" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Plain Layout
15801 300
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 <cell alignment="center" valignment="top" topline="true" usebox="none">
15807 \begin_inset Text
15808
15809 \begin_layout Plain Layout
15810 700
15811 \end_layout
15812
15813 \end_inset
15814 </cell>
15815 </row>
15816 <row>
15817 <cell alignment="center" valignment="top" topline="true" usebox="none">
15818 \begin_inset Text
15819
15820 \begin_layout Plain Layout
15821 Kantenwinkel in °
15822 \end_layout
15823
15824 \end_inset
15825 </cell>
15826 <cell alignment="center" valignment="top" topline="true" usebox="none">
15827 \begin_inset Text
15828
15829 \begin_layout Plain Layout
15830 3,55
15831 \end_layout
15832
15833 \end_inset
15834 </cell>
15835 <cell alignment="right" valignment="top" topline="true" usebox="none">
15836 \begin_inset Text
15837
15838 \begin_layout Plain Layout
15839 2,71
15840 \end_layout
15841
15842 \end_inset
15843 </cell>
15844 <cell alignment="center" valignment="top" topline="true" usebox="none">
15845 \begin_inset Text
15846
15847 \begin_layout Plain Layout
15848 7,99
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 </row>
15854 <row topspace="default">
15855 <cell alignment="center" valignment="top" usebox="none">
15856 \begin_inset Text
15857
15858 \begin_layout Plain Layout
15859 räumliche Auf\SpecialChar ligaturebreak
15860 lösung in µm
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 4,26
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 <cell alignment="right" valignment="top" usebox="none">
15875 \begin_inset Text
15876
15877 \begin_layout Plain Layout
15878 10,17
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 10,56
15888 \end_layout
15889
15890 \end_inset
15891 </cell>
15892 </row>
15893 <row topspace="default">
15894 <cell alignment="center" valignment="top" usebox="none">
15895 \begin_inset Text
15896
15897 \begin_layout Plain Layout
15898 MTF bei 
15899 \begin_inset Formula $f_{\mathrm{max}}$
15900 \end_inset
15901
15902
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 <cell alignment="center" valignment="top" usebox="none">
15908 \begin_inset Text
15909
15910 \begin_layout Plain Layout
15911 0,53
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 <cell alignment="right" valignment="top" usebox="none">
15917 \begin_inset Text
15918
15919 \begin_layout Plain Layout
15920 0,37
15921 \end_layout
15922
15923 \end_inset
15924 </cell>
15925 <cell alignment="center" valignment="top" usebox="none">
15926 \begin_inset Text
15927
15928 \begin_layout Plain Layout
15929 0,39
15930 \end_layout
15931
15932 \end_inset
15933 </cell>
15934 </row>
15935 <row>
15936 <cell alignment="center" valignment="top" topline="true" usebox="none">
15937 \begin_inset Text
15938
15939 \begin_layout Plain Layout
15940 \begin_inset ERT
15941 status collapsed
15942
15943 \begin_layout Plain Layout
15944
15945
15946 \backslash
15947 morecmidrules
15948 \end_layout
15949
15950 \end_inset
15951
15952
15953 \begin_inset ERT
15954 status collapsed
15955
15956 \begin_layout Plain Layout
15957
15958
15959 \backslash
15960 cmidrule[2pt](l{7pt}){3-4}
15961 \end_layout
15962
15963 \end_inset
15964
15965 LSF-räumliche Auf\SpecialChar ligaturebreak
15966 lösung
15967 \end_layout
15968
15969 \end_inset
15970 </cell>
15971 <cell alignment="center" valignment="top" topline="true" usebox="none">
15972 \begin_inset Text
15973
15974 \begin_layout Plain Layout
15975
15976 \end_layout
15977
15978 \end_inset
15979 </cell>
15980 <cell alignment="right" valignment="top" topline="true" usebox="none">
15981 \begin_inset Text
15982
15983 \begin_layout Plain Layout
15984
15985 \end_layout
15986
15987 \end_inset
15988 </cell>
15989 <cell alignment="center" valignment="top" topline="true" usebox="none">
15990 \begin_inset Text
15991
15992 \begin_layout Plain Layout
15993
15994 \end_layout
15995
15996 \end_inset
15997 </cell>
15998 </row>
15999 <row>
16000 <cell alignment="center" valignment="top" usebox="none">
16001 \begin_inset Text
16002
16003 \begin_layout Plain Layout
16004 in µm
16005 \end_layout
16006
16007 \end_inset
16008 </cell>
16009 <cell alignment="center" valignment="top" usebox="none">
16010 \begin_inset Text
16011
16012 \begin_layout Plain Layout
16013 129,7
16014 \end_layout
16015
16016 \end_inset
16017 </cell>
16018 <cell alignment="right" valignment="top" usebox="none">
16019 \begin_inset Text
16020
16021 \begin_layout Plain Layout
16022 52,75
16023 \end_layout
16024
16025 \end_inset
16026 </cell>
16027 <cell alignment="center" valignment="top" usebox="none">
16028 \begin_inset Text
16029
16030 \begin_layout Plain Layout
16031 50,78
16032 \end_layout
16033
16034 \end_inset
16035 </cell>
16036 </row>
16037 <row>
16038 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16039 \begin_inset Text
16040
16041 \begin_layout Plain Layout
16042 in % der Pixelgröße
16043 \end_layout
16044
16045 \end_inset
16046 </cell>
16047 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16048 \begin_inset Text
16049
16050 \begin_layout Plain Layout
16051 76,3
16052 \end_layout
16053
16054 \end_inset
16055 </cell>
16056 <cell alignment="right" valignment="top" bottomline="true" usebox="none">
16057 \begin_inset Text
16058
16059 \begin_layout Plain Layout
16060 95,9
16061 \end_layout
16062
16063 \end_inset
16064 </cell>
16065 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16066 \begin_inset Text
16067
16068 \begin_layout Plain Layout
16069 92,3
16070 \end_layout
16071
16072 \end_inset
16073 </cell>
16074 </row>
16075 </lyxtabular>
16076
16077 \end_inset
16078
16079
16080 \end_layout
16081
16082 \end_inset
16083
16084
16085 \end_layout
16086
16087 \begin_layout Section
16088 Vertikale Tabellen-Ausrichtung
16089 \begin_inset Index idx
16090 status collapsed
16091
16092 \begin_layout Plain Layout
16093 Tabellen ! Ausrichtung
16094 \end_layout
16095
16096 \end_inset
16097
16098
16099 \end_layout
16100
16101 \begin_layout Standard
16102 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16103  einer Box sein.
16104  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16105 \begin_inset space ~
16106 \end_inset
16107
16108
16109 \begin_inset CommandInset ref
16110 LatexCommand ref
16111 reference "abs:Box-Dialog"
16112
16113 \end_inset
16114
16115  beschrieben.
16116 \end_layout
16117
16118 \begin_layout Standard
16119 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16120 \begin_inset Foot
16121 status collapsed
16122
16123 \begin_layout Plain Layout
16124 Minipages werden in Abschnitt
16125 \begin_inset space ~
16126 \end_inset
16127
16128
16129 \begin_inset CommandInset ref
16130 LatexCommand ref
16131 reference "abs:Minipage"
16132
16133 \end_inset
16134
16135  beschrieben.
16136 \end_layout
16137
16138 \end_inset
16139
16140  mit 15
16141 \begin_inset space \thinspace{}
16142 \end_inset
16143
16144 col%-Breite:
16145 \end_layout
16146
16147 \begin_layout Itemize
16148 Test 
16149 \begin_inset Box Frameless
16150 position "t"
16151 hor_pos "c"
16152 has_inner_box 1
16153 inner_pos "c"
16154 use_parbox 0
16155 use_makebox 0
16156 width "15col%"
16157 special "none"
16158 height "1in"
16159 height_special "totalheight"
16160 thickness "0.4pt"
16161 separation "3pt"
16162 shadowsize "4pt"
16163 framecolor "black"
16164 backgroundcolor "none"
16165 status collapsed
16166
16167 \begin_layout Plain Layout
16168 \begin_inset Tabular
16169 <lyxtabular version="3" rows="3" columns="3">
16170 <features tabularvalignment="middle">
16171 <column alignment="center" valignment="top">
16172 <column alignment="center" valignment="top">
16173 <column alignment="center" valignment="top">
16174 <row>
16175 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16176 \begin_inset Text
16177
16178 \begin_layout Plain Layout
16179 Tabelle 1
16180 \end_layout
16181
16182 \end_inset
16183 </cell>
16184 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16185 \begin_inset Text
16186
16187 \begin_layout Plain Layout
16188
16189 \end_layout
16190
16191 \end_inset
16192 </cell>
16193 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197
16198 \end_layout
16199
16200 \end_inset
16201 </cell>
16202 </row>
16203 <row>
16204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16205 \begin_inset Text
16206
16207 \begin_layout Plain Layout
16208 b
16209 \end_layout
16210
16211 \end_inset
16212 </cell>
16213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16214 \begin_inset Text
16215
16216 \begin_layout Plain Layout
16217 e
16218 \end_layout
16219
16220 \end_inset
16221 </cell>
16222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16223 \begin_inset Text
16224
16225 \begin_layout Plain Layout
16226 h
16227 \end_layout
16228
16229 \end_inset
16230 </cell>
16231 </row>
16232 <row>
16233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16234 \begin_inset Text
16235
16236 \begin_layout Plain Layout
16237 c
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16243 \begin_inset Text
16244
16245 \begin_layout Plain Layout
16246 f
16247 \end_layout
16248
16249 \end_inset
16250 </cell>
16251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16252 \begin_inset Text
16253
16254 \begin_layout Plain Layout
16255 i
16256 \end_layout
16257
16258 \end_inset
16259 </cell>
16260 </row>
16261 </lyxtabular>
16262
16263 \end_inset
16264
16265
16266 \end_layout
16267
16268 \end_inset
16269
16270  Test 
16271 \begin_inset ERT
16272 status collapsed
16273
16274 \begin_layout Plain Layout
16275
16276
16277 \backslash
16278 raisebox{0.85
16279 \backslash
16280 baselineskip}{
16281 \end_layout
16282
16283 \end_inset
16284
16285
16286 \begin_inset Box Frameless
16287 position "t"
16288 hor_pos "c"
16289 has_inner_box 1
16290 inner_pos "c"
16291 use_parbox 0
16292 use_makebox 0
16293 width "15col%"
16294 special "none"
16295 height "1in"
16296 height_special "totalheight"
16297 thickness "0.4pt"
16298 separation "3pt"
16299 shadowsize "4pt"
16300 framecolor "black"
16301 backgroundcolor "none"
16302 status collapsed
16303
16304 \begin_layout Plain Layout
16305 \begin_inset Tabular
16306 <lyxtabular version="3" rows="3" columns="3">
16307 <features tabularvalignment="middle">
16308 <column alignment="center" valignment="top">
16309 <column alignment="center" valignment="top">
16310 <column alignment="center" valignment="top">
16311 <row>
16312 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Plain Layout
16316 Tabelle 2
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Plain Layout
16325
16326 \end_layout
16327
16328 \end_inset
16329 </cell>
16330 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Plain Layout
16334
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 </row>
16340 <row>
16341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Plain Layout
16345 b
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Plain Layout
16354 e
16355 \end_layout
16356
16357 \end_inset
16358 </cell>
16359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363 h
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 </row>
16369 <row>
16370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Plain Layout
16374 c
16375 \end_layout
16376
16377 \end_inset
16378 </cell>
16379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383 f
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392 i
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 </row>
16398 </lyxtabular>
16399
16400 \end_inset
16401
16402
16403 \end_layout
16404
16405 \end_inset
16406
16407
16408 \begin_inset ERT
16409 status collapsed
16410
16411 \begin_layout Plain Layout
16412
16413 }
16414 \end_layout
16415
16416 \end_inset
16417
16418
16419 \end_layout
16420
16421 \begin_layout Itemize
16422 Test 
16423 \begin_inset Box Frameless
16424 position "c"
16425 hor_pos "c"
16426 has_inner_box 1
16427 inner_pos "c"
16428 use_parbox 0
16429 use_makebox 0
16430 width "15col%"
16431 special "none"
16432 height "1in"
16433 height_special "totalheight"
16434 thickness "0.4pt"
16435 separation "3pt"
16436 shadowsize "4pt"
16437 framecolor "black"
16438 backgroundcolor "none"
16439 status collapsed
16440
16441 \begin_layout Plain Layout
16442 \begin_inset Tabular
16443 <lyxtabular version="3" rows="3" columns="3">
16444 <features tabularvalignment="middle">
16445 <column alignment="center" valignment="top">
16446 <column alignment="center" valignment="top">
16447 <column alignment="center" valignment="top">
16448 <row>
16449 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 Tabelle 3
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471
16472 \end_layout
16473
16474 \end_inset
16475 </cell>
16476 </row>
16477 <row>
16478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 b
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491 e
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16497 \begin_inset Text
16498
16499 \begin_layout Plain Layout
16500 h
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 </row>
16506 <row>
16507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Plain Layout
16511 c
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520 f
16521 \end_layout
16522
16523 \end_inset
16524 </cell>
16525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16526 \begin_inset Text
16527
16528 \begin_layout Plain Layout
16529 i
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 </row>
16535 </lyxtabular>
16536
16537 \end_inset
16538
16539
16540 \end_layout
16541
16542 \end_inset
16543
16544
16545 \end_layout
16546
16547 \begin_layout Itemize
16548 Test 
16549 \begin_inset Box Frameless
16550 position "b"
16551 hor_pos "c"
16552 has_inner_box 1
16553 inner_pos "c"
16554 use_parbox 0
16555 use_makebox 0
16556 width "15col%"
16557 special "none"
16558 height "1in"
16559 height_special "totalheight"
16560 thickness "0.4pt"
16561 separation "3pt"
16562 shadowsize "4pt"
16563 framecolor "black"
16564 backgroundcolor "none"
16565 status collapsed
16566
16567 \begin_layout Plain Layout
16568 \begin_inset Tabular
16569 <lyxtabular version="3" rows="3" columns="3">
16570 <features tabularvalignment="middle">
16571 <column alignment="center" valignment="top">
16572 <column alignment="center" valignment="top">
16573 <column alignment="center" valignment="top">
16574 <row>
16575 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16576 \begin_inset Text
16577
16578 \begin_layout Plain Layout
16579 Tabelle 4
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Plain Layout
16588
16589 \end_layout
16590
16591 \end_inset
16592 </cell>
16593 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 </row>
16603 <row>
16604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608 b
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16614 \begin_inset Text
16615
16616 \begin_layout Plain Layout
16617 e
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626 h
16627 \end_layout
16628
16629 \end_inset
16630 </cell>
16631 </row>
16632 <row>
16633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Plain Layout
16637 c
16638 \end_layout
16639
16640 \end_inset
16641 </cell>
16642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16643 \begin_inset Text
16644
16645 \begin_layout Plain Layout
16646 f
16647 \end_layout
16648
16649 \end_inset
16650 </cell>
16651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655 i
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 </row>
16661 </lyxtabular>
16662
16663 \end_inset
16664
16665
16666 \end_layout
16667
16668 \end_inset
16669
16670 Test 
16671 \begin_inset ERT
16672 status collapsed
16673
16674 \begin_layout Plain Layout
16675
16676
16677 \backslash
16678 raisebox{-0.32
16679 \backslash
16680 baselineskip}{
16681 \end_layout
16682
16683 \end_inset
16684
16685
16686 \begin_inset Box Frameless
16687 position "b"
16688 hor_pos "c"
16689 has_inner_box 1
16690 inner_pos "c"
16691 use_parbox 0
16692 use_makebox 0
16693 width "15col%"
16694 special "none"
16695 height "1in"
16696 height_special "totalheight"
16697 thickness "0.4pt"
16698 separation "3pt"
16699 shadowsize "4pt"
16700 framecolor "black"
16701 backgroundcolor "none"
16702 status collapsed
16703
16704 \begin_layout Plain Layout
16705 \begin_inset Tabular
16706 <lyxtabular version="3" rows="3" columns="3">
16707 <features tabularvalignment="middle">
16708 <column alignment="center" valignment="top">
16709 <column alignment="center" valignment="top">
16710 <column alignment="center" valignment="top">
16711 <row>
16712 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 Tabelle 5
16717 \end_layout
16718
16719 \end_inset
16720 </cell>
16721 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16722 \begin_inset Text
16723
16724 \begin_layout Plain Layout
16725
16726 \end_layout
16727
16728 \end_inset
16729 </cell>
16730 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Plain Layout
16734
16735 \end_layout
16736
16737 \end_inset
16738 </cell>
16739 </row>
16740 <row>
16741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Plain Layout
16745 b
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16751 \begin_inset Text
16752
16753 \begin_layout Plain Layout
16754 e
16755 \end_layout
16756
16757 \end_inset
16758 </cell>
16759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16760 \begin_inset Text
16761
16762 \begin_layout Plain Layout
16763 h
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 </row>
16769 <row>
16770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774 c
16775 \end_layout
16776
16777 \end_inset
16778 </cell>
16779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16780 \begin_inset Text
16781
16782 \begin_layout Plain Layout
16783 f
16784 \end_layout
16785
16786 \end_inset
16787 </cell>
16788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16789 \begin_inset Text
16790
16791 \begin_layout Plain Layout
16792 i
16793 \end_layout
16794
16795 \end_inset
16796 </cell>
16797 </row>
16798 </lyxtabular>
16799
16800 \end_inset
16801
16802
16803 \end_layout
16804
16805 \end_inset
16806
16807
16808 \begin_inset ERT
16809 status collapsed
16810
16811 \begin_layout Plain Layout
16812
16813 }
16814 \end_layout
16815
16816 \end_inset
16817
16818
16819 \end_layout
16820
16821 \begin_layout Standard
16822 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16823 \begin_inset space \space{}
16824 \end_inset
16825
16826 1 und letzten Zeile von Tabelle
16827 \begin_inset space \space{}
16828 \end_inset
16829
16830 4 bezüglich dem Wort 
16831 \begin_inset Quotes gld
16832 \end_inset
16833
16834 Test
16835 \begin_inset Quotes grd
16836 \end_inset
16837
16838  nicht richtig ausgerichtet.
16839  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16840 \begin_inset Quotes gld
16841 \end_inset
16842
16843 Raisebox
16844 \begin_inset Quotes grd
16845 \end_inset
16846
16847
16848 \begin_inset Foot
16849 status collapsed
16850
16851 \begin_layout Plain Layout
16852 Raiseboxen werden in Abschnitt
16853 \begin_inset space ~
16854 \end_inset
16855
16856
16857 \begin_inset CommandInset ref
16858 LatexCommand ref
16859 reference "uab:Vertikale-Ausrichtung"
16860
16861 \end_inset
16862
16863  beschrieben.
16864 \end_layout
16865
16866 \end_inset
16867
16868  setzen.
16869  In Tabelle
16870 \begin_inset space \space{}
16871 \end_inset
16872
16873 2 wurde der Text mit dem Befehl
16874 \end_layout
16875
16876 \begin_layout Standard
16877
16878 \series bold
16879
16880 \backslash
16881 raisebox{0.85
16882 \backslash
16883 baselineskip}{
16884 \end_layout
16885
16886 \begin_layout Standard
16887 vor der Box ausgerichtet.
16888  Hinter der Box wurde auch noch 
16889 \series bold
16890 }
16891 \series default
16892  als \SpecialChar TeX
16893 -Code eingefügt, weil der obige Befehl mit 
16894 \series bold
16895 {
16896 \series default
16897  aufhörte.
16898  Für Tabelle
16899 \begin_inset space \space{}
16900 \end_inset
16901
16902 5 wurde der Befehl
16903 \end_layout
16904
16905 \begin_layout Standard
16906
16907 \series bold
16908
16909 \backslash
16910 raisebox{-0.32
16911 \backslash
16912 baselineskip}{
16913 \end_layout
16914
16915 \begin_layout Standard
16916 benutzt.
16917 \end_layout
16918
16919 \begin_layout Standard
16920 \begin_inset Note Greyedout
16921 status open
16922
16923 \begin_layout Plain Layout
16924
16925 \series bold
16926 Bemerkung:
16927 \series default
16928  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
16929  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
16930  Der Faktor im 
16931 \series bold
16932
16933 \backslash
16934 raisebox
16935 \series default
16936 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
16937 \end_layout
16938
16939 \end_inset
16940
16941
16942 \end_layout
16943
16944 \begin_layout Section
16945 Farbige Tabellen
16946 \begin_inset CommandInset label
16947 LatexCommand label
16948 name "abs:Farbige-Tabellen"
16949
16950 \end_inset
16951
16952
16953 \begin_inset Index idx
16954 status collapsed
16955
16956 \begin_layout Plain Layout
16957 Tabellen ! farbige
16958 \end_layout
16959
16960 \end_inset
16961
16962
16963 \end_layout
16964
16965 \begin_layout Subsection
16966 Farbige Zellen
16967 \begin_inset Index idx
16968 status collapsed
16969
16970 \begin_layout Plain Layout
16971 farbige !  Tabellenzellen
16972 \end_layout
16973
16974 \end_inset
16975
16976
16977 \end_layout
16978
16979 \begin_layout Standard
16980 \begin_inset Float table
16981 placement h
16982 alignment document
16983 wide false
16984 sideways false
16985 status open
16986
16987 \begin_layout Plain Layout
16988 \begin_inset Caption Standard
16989
16990 \begin_layout Plain Layout
16991 \begin_inset CommandInset label
16992 LatexCommand label
16993 name "tab:Farbige-Tabelle-ohne"
16994
16995 \end_inset
16996
16997 Farbige Tabelle, ohne Paket 
16998 \series bold
16999 colortbl
17000 \series default
17001
17002 \begin_inset Argument 1
17003 status collapsed
17004
17005 \begin_layout Plain Layout
17006 Tabelle ohne 
17007 \family typewriter
17008 colortbl
17009 \end_layout
17010
17011 \end_inset
17012
17013
17014 \end_layout
17015
17016 \end_inset
17017
17018
17019 \end_layout
17020
17021 \begin_layout Plain Layout
17022 \align center
17023 \begin_inset Tabular
17024 <lyxtabular version="3" rows="3" columns="3">
17025 <features tabularvalignment="middle">
17026 <column alignment="center" valignment="top">
17027 <column alignment="center" valignment="top">
17028 <column alignment="center" valignment="top">
17029 <row>
17030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17031 \begin_inset Text
17032
17033 \begin_layout Plain Layout
17034
17035 \color green
17036 a
17037 \end_layout
17038
17039 \end_inset
17040 </cell>
17041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045
17046 \color red
17047 b
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Plain Layout
17056
17057 \color red
17058 c
17059 \end_layout
17060
17061 \end_inset
17062 </cell>
17063 </row>
17064 <row>
17065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17066 \begin_inset Text
17067
17068 \begin_layout Plain Layout
17069
17070 \color green
17071 d
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080
17081 \color blue
17082 e
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Plain Layout
17091
17092 \color blue
17093 f
17094 \end_layout
17095
17096 \end_inset
17097 </cell>
17098 </row>
17099 <row>
17100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104
17105 \color green
17106 g
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Plain Layout
17115
17116 \color blue
17117 h
17118 \end_layout
17119
17120 \end_inset
17121 </cell>
17122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17123 \begin_inset Text
17124
17125 \begin_layout Plain Layout
17126
17127 \color blue
17128 i
17129 \end_layout
17130
17131 \end_inset
17132 </cell>
17133 </row>
17134 </lyxtabular>
17135
17136 \end_inset
17137
17138
17139 \end_layout
17140
17141 \end_inset
17142
17143
17144 \end_layout
17145
17146 \begin_layout Standard
17147 Wenn Sie nur farbigen Text
17148 \begin_inset Index idx
17149 status collapsed
17150
17151 \begin_layout Plain Layout
17152 Farbe ! für Text
17153 \end_layout
17154
17155 \end_inset
17156
17157  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17158 \family sans
17159 Textstil
17160 \family default
17161 -Dialog (Werkzeugleistenknopf 
17162 \begin_inset Info
17163 type  "icon"
17164 arg   "dialog-show character"
17165 \end_inset
17166
17167 ) wie es in Tabelle
17168 \begin_inset space ~
17169 \end_inset
17170
17171
17172 \begin_inset CommandInset ref
17173 LatexCommand ref
17174 reference "tab:Farbige-Tabelle-ohne"
17175
17176 \end_inset
17177
17178  gemacht wurde.
17179  In anderen Fällen müssen Sie das \SpecialChar LaTeX
17180 -Paket 
17181 \series bold
17182 colortbl
17183 \series default
17184  benutzen.
17185 \begin_inset Index idx
17186 status collapsed
17187
17188 \begin_layout Plain Layout
17189 \SpecialChar LaTeX
17190 -Pakete ! colortbl
17191 \end_layout
17192
17193 \end_inset
17194
17195
17196 \end_layout
17197
17198 \begin_layout Standard
17199 \begin_inset ERT
17200 status collapsed
17201
17202 \begin_layout Plain Layout
17203
17204
17205 \backslash
17206 ifcolortbl
17207 \end_layout
17208
17209 \end_inset
17210
17211
17212 \begin_inset Note Note
17213 status open
17214
17215 \begin_layout Plain Layout
17216 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
17217 -Paket 
17218 \series bold
17219 colortbl
17220 \series default
17221  installiert ist.
17222 \end_layout
17223
17224 \end_inset
17225
17226
17227 \end_layout
17228
17229 \begin_layout Standard
17230 Um farbige Tabellen zu erzeugen, muss 
17231 \series bold
17232 colortbl
17233 \series default
17234  im \SpecialChar LaTeX
17235 -Vorspann geladen werden:
17236 \end_layout
17237
17238 \begin_layout Standard
17239
17240 \series bold
17241
17242 \backslash
17243 usepackage{colortbl}
17244 \end_layout
17245
17246 \begin_layout Standard
17247 Die Farbe einer Spalte ändert man dann mit dem Befehl
17248 \end_layout
17249
17250 \begin_layout Standard
17251
17252 \series bold
17253
17254 \backslash
17255 columncolor{Farbname}
17256 \end_layout
17257
17258 \begin_layout Standard
17259 innerhalb des Befehls 
17260 \series bold
17261 >{}
17262 \series default
17263 .
17264  Mehr über den Befehl 
17265 \series bold
17266 >{}
17267 \series default
17268  finden Sie im Abschnitt
17269 \begin_inset space ~
17270 \end_inset
17271
17272
17273 \begin_inset CommandInset ref
17274 LatexCommand ref
17275 reference "uab:Mehrfachspalten-Berechnungen"
17276
17277 \end_inset
17278
17279 .
17280 \end_layout
17281
17282 \begin_layout Standard
17283 Folgende Farbnamen sind vordefiniert:
17284 \end_layout
17285
17286 \begin_layout Standard
17287
17288 \family sans
17289 red
17290 \family default
17291
17292 \family sans
17293 green
17294 \family default
17295
17296 \family sans
17297 yellow
17298 \family default
17299
17300 \family sans
17301 blue
17302 \family default
17303
17304 \family sans
17305 cyan
17306 \family default
17307
17308 \family sans
17309 magenta
17310 \family default
17311
17312 \family sans
17313 black
17314 \family default
17315  und 
17316 \family sans
17317 white
17318 \begin_inset Newline newline
17319 \end_inset
17320
17321 (
17322 \family default
17323 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17324 \end_layout
17325
17326 \begin_layout Standard
17327 \begin_inset VSpace medskip
17328 \end_inset
17329
17330
17331 \end_layout
17332
17333 \begin_layout Standard
17334 Wenn Sie die Option
17335 \end_layout
17336
17337 \begin_layout Standard
17338
17339 \series bold
17340 dvipsnames
17341 \end_layout
17342
17343 \begin_layout Standard
17344 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17345  können Sie zusätzlich weitere 61
17346 \begin_inset space ~
17347 \end_inset
17348
17349 Farben verwenden.
17350  Diese Farben sind in Anhang
17351 \begin_inset space ~
17352 \end_inset
17353
17354
17355 \begin_inset CommandInset ref
17356 LatexCommand ref
17357 reference "kap:Liste-der-dvips-Farbnamen"
17358
17359 \end_inset
17360
17361  aufgelistet.
17362  Eine dieser Farben, 
17363 \family sans
17364 Maroon
17365 \family default
17366 , wird als Beispiel in Tabelle
17367 \begin_inset space ~
17368 \end_inset
17369
17370
17371 \begin_inset CommandInset ref
17372 LatexCommand ref
17373 reference "tab:Eine-mit-colortbl"
17374
17375 \end_inset
17376
17377  verwendet.
17378 \end_layout
17379
17380 \begin_layout Standard
17381 \begin_inset VSpace medskip
17382 \end_inset
17383
17384
17385 \end_layout
17386
17387 \begin_layout Standard
17388 Sie können auch eigene Farben definieren:
17389 \end_layout
17390
17391 \begin_layout Standard
17392
17393 \series bold
17394
17395 \backslash
17396 definecolor{Farbname}{Farbmodell}{Farbwerte}
17397 \end_layout
17398
17399 \begin_layout Standard
17400 Das Farbmodell kann eins der folgenden sein:
17401 \end_layout
17402
17403 \begin_layout Labeling
17404 \labelwidthstring 00.00.0000
17405 cmyk: cyan, magenta, yellow, black
17406 \end_layout
17407
17408 \begin_layout Labeling
17409 \labelwidthstring 00.00.0000
17410 rgb: red, green blue
17411 \end_layout
17412
17413 \begin_layout Labeling
17414 \labelwidthstring 00.00.0000
17415 gray: gray
17416 \end_layout
17417
17418 \begin_layout Standard
17419 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17420  die die entsprechende Farbe für das Farbmodell beschreiben.
17421 \end_layout
17422
17423 \begin_layout Standard
17424 Im \SpecialChar LaTeX
17425 -Vorspann können Sie zum Beispiel die Farbe 
17426 \emph on
17427
17428 \begin_inset Quotes gld
17429 \end_inset
17430
17431 dunkelgruen
17432 \emph default
17433
17434 \begin_inset Quotes grd
17435 \end_inset
17436
17437  und 
17438 \begin_inset Quotes gld
17439 \end_inset
17440
17441
17442 \emph on
17443 hellgrau
17444 \emph default
17445
17446 \begin_inset Quotes grd
17447 \end_inset
17448
17449  folgendermaßen definieren:
17450 \end_layout
17451
17452 \begin_layout Standard
17453
17454 \series bold
17455
17456 \backslash
17457 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17458 \end_layout
17459
17460 \begin_layout Standard
17461
17462 \series bold
17463
17464 \backslash
17465 definecolor{hellgrau}{gray}{0.8}
17466 \end_layout
17467
17468 \begin_layout Standard
17469 \begin_inset VSpace medskip
17470 \end_inset
17471
17472
17473 \end_layout
17474
17475 \begin_layout Standard
17476 Linien werden mit dem Befehl
17477 \end_layout
17478
17479 \begin_layout Standard
17480
17481 \series bold
17482
17483 \backslash
17484 rowcolor{Farbname}
17485 \end_layout
17486
17487 \begin_layout Standard
17488 gefärbt, Zellen mit dem Befehl
17489 \end_layout
17490
17491 \begin_layout Standard
17492
17493 \series bold
17494
17495 \backslash
17496 cellcolor{Farbname}
17497 \end_layout
17498
17499 \begin_layout Standard
17500 Beide Befehle werden am Anfang einer Zelle als \SpecialChar TeX
17501 -Code eingegeben.
17502 \end_layout
17503
17504 \begin_layout Standard
17505 Um nur Text zu färben, verwenden Sie den 
17506 \family sans
17507 Textstil
17508 \family default
17509 -Dialog.
17510  Wenn die Zelle aber \SpecialChar TeX
17511 -Code zum Färben enthält, 
17512 \emph on
17513 markieren Sie nur den Text
17514 \emph default
17515 , sonst werden Sie \SpecialChar LaTeX
17516 -Fehler erzeugen.
17517 \end_layout
17518
17519 \begin_layout Standard
17520 \begin_inset Note Greyedout
17521 status open
17522
17523 \begin_layout Plain Layout
17524
17525 \series bold
17526 Achtung:
17527 \series default
17528  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17529 \end_layout
17530
17531 \end_inset
17532
17533
17534 \end_layout
17535
17536 \begin_layout Standard
17537 \begin_inset VSpace medskip
17538 \end_inset
17539
17540
17541 \end_layout
17542
17543 \begin_layout Standard
17544 Die Tabelle
17545 \begin_inset space ~
17546 \end_inset
17547
17548
17549 \begin_inset CommandInset ref
17550 LatexCommand ref
17551 reference "tab:Eine-mit-colortbl"
17552
17553 \end_inset
17554
17555  wurde folgendermaßen erstellt: die erste Spalte soll 
17556 \emph on
17557
17558 \begin_inset Quotes gld
17559 \end_inset
17560
17561 dunkelgruen
17562 \emph default
17563
17564 \begin_inset Quotes grd
17565 \end_inset
17566
17567  werden, also müssen Sie ins 
17568 \family sans
17569 LaTeX-Argument
17570 \family default
17571  der Zellen der ersten Spalte den Befehl
17572 \end_layout
17573
17574 \begin_layout Standard
17575
17576 \series bold
17577 >{
17578 \backslash
17579 columncolor{dunkelgruen}
17580 \backslash
17581 centering}c
17582 \end_layout
17583
17584 \begin_layout Standard
17585 schreiben.
17586  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der \SpecialChar TeX
17587 -Code-Befehl
17588 \end_layout
17589
17590 \begin_layout Standard
17591
17592 \series bold
17593
17594 \backslash
17595 rowcolor{cyan}
17596 \end_layout
17597
17598 \begin_layout Standard
17599 in die erste Zelle der ersten Zeile eingefügt.
17600  Diese Farbe ersetzt die Spaltenfarbe.
17601  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17602  Das wird mit folgendem Befehl erreicht:
17603 \end_layout
17604
17605 \begin_layout Standard
17606
17607 \series bold
17608
17609 \backslash
17610 cellcolor{Maroon}
17611 \end_layout
17612
17613 \begin_layout Standard
17614 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17615 \family sans
17616 Textstil
17617 \family default
17618 -Dialog.
17619 \end_layout
17620
17621 \begin_layout Standard
17622 \begin_inset Float table
17623 placement h
17624 alignment document
17625 wide false
17626 sideways false
17627 status open
17628
17629 \begin_layout Plain Layout
17630 \begin_inset Caption Standard
17631
17632 \begin_layout Plain Layout
17633 \begin_inset CommandInset label
17634 LatexCommand label
17635 name "tab:Eine-mit-colortbl"
17636
17637 \end_inset
17638
17639 Eine mit dem Paket 
17640 \series bold
17641 colortbl
17642 \series default
17643  gefärbte Tabelle
17644 \begin_inset Argument 1
17645 status collapsed
17646
17647 \begin_layout Plain Layout
17648 Tabelle mit 
17649 \family typewriter
17650 colortbl
17651 \end_layout
17652
17653 \end_inset
17654
17655
17656 \end_layout
17657
17658 \end_inset
17659
17660
17661 \end_layout
17662
17663 \begin_layout Plain Layout
17664 \align center
17665 \begin_inset Tabular
17666 <lyxtabular version="3" rows="3" columns="3">
17667 <features tabularvalignment="middle">
17668 <column alignment="center" valignment="top" special=">{\columncolor{dunkelgruen}\centering}c">
17669 <column alignment="center" valignment="top">
17670 <column alignment="center" valignment="top">
17671 <row>
17672 <cell alignment="center" valignment="top" usebox="none">
17673 \begin_inset Text
17674
17675 \begin_layout Plain Layout
17676 \begin_inset ERT
17677 status open
17678
17679 \begin_layout Plain Layout
17680
17681
17682 \backslash
17683 rowcolor{cyan}
17684 \end_layout
17685
17686 \end_inset
17687
17688
17689 \color magenta
17690 a
17691 \end_layout
17692
17693 \end_inset
17694 </cell>
17695 <cell alignment="center" valignment="top" usebox="none">
17696 \begin_inset Text
17697
17698 \begin_layout Plain Layout
17699
17700 \color red
17701 b
17702 \end_layout
17703
17704 \end_inset
17705 </cell>
17706 <cell alignment="center" valignment="top" usebox="none">
17707 \begin_inset Text
17708
17709 \begin_layout Plain Layout
17710
17711 \color red
17712 c
17713 \end_layout
17714
17715 \end_inset
17716 </cell>
17717 </row>
17718 <row>
17719 <cell alignment="center" valignment="top" usebox="none">
17720 \begin_inset Text
17721
17722 \begin_layout Plain Layout
17723
17724 \color yellow
17725 d
17726 \end_layout
17727
17728 \end_inset
17729 </cell>
17730 <cell alignment="center" valignment="top" usebox="none">
17731 \begin_inset Text
17732
17733 \begin_layout Plain Layout
17734
17735 \color blue
17736 e
17737 \end_layout
17738
17739 \end_inset
17740 </cell>
17741 <cell alignment="center" valignment="top" usebox="none">
17742 \begin_inset Text
17743
17744 \begin_layout Plain Layout
17745
17746 \color blue
17747 f
17748 \end_layout
17749
17750 \end_inset
17751 </cell>
17752 </row>
17753 <row>
17754 <cell alignment="center" valignment="top" usebox="none">
17755 \begin_inset Text
17756
17757 \begin_layout Plain Layout
17758
17759 \color yellow
17760 g
17761 \end_layout
17762
17763 \end_inset
17764 </cell>
17765 <cell alignment="center" valignment="top" usebox="none">
17766 \begin_inset Text
17767
17768 \begin_layout Plain Layout
17769
17770 \color blue
17771 h
17772 \end_layout
17773
17774 \end_inset
17775 </cell>
17776 <cell alignment="center" valignment="top" usebox="none">
17777 \begin_inset Text
17778
17779 \begin_layout Plain Layout
17780 \begin_inset ERT
17781 status collapsed
17782
17783 \begin_layout Plain Layout
17784
17785
17786 \backslash
17787 cellcolor{Maroon}
17788 \end_layout
17789
17790 \end_inset
17791
17792
17793 \color green
17794 i
17795 \end_layout
17796
17797 \end_inset
17798 </cell>
17799 </row>
17800 </lyxtabular>
17801
17802 \end_inset
17803
17804
17805 \end_layout
17806
17807 \end_inset
17808
17809
17810 \end_layout
17811
17812 \begin_layout Standard
17813 \begin_inset ERT
17814 status collapsed
17815
17816 \begin_layout Plain Layout
17817
17818
17819 \backslash
17820 else
17821 \end_layout
17822
17823 \end_inset
17824
17825
17826 \begin_inset Note Note
17827 status open
17828
17829 \begin_layout Plain Layout
17830 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
17831 -Paket 
17832 \series bold
17833 colortbl
17834 \series default
17835  nicht installiert ist:
17836 \end_layout
17837
17838 \end_inset
17839
17840
17841 \end_layout
17842
17843 \begin_layout Standard
17844 Sie müssen das \SpecialChar LaTeX
17845 -Paket 
17846 \series bold
17847 colortbl
17848 \series default
17849  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17850 \end_layout
17851
17852 \begin_layout Standard
17853 \begin_inset ERT
17854 status collapsed
17855
17856 \begin_layout Plain Layout
17857
17858
17859 \backslash
17860 fi
17861 \end_layout
17862
17863 \end_inset
17864
17865
17866 \end_layout
17867
17868 \begin_layout Subsection
17869 Farbige Zeilen
17870 \begin_inset Index idx
17871 status collapsed
17872
17873 \begin_layout Plain Layout
17874 farbige ! Tabellenzeilen
17875 \end_layout
17876
17877 \end_inset
17878
17879
17880 \end_layout
17881
17882 \begin_layout Standard
17883 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
17884  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
17885  Man lädt das \SpecialChar LaTeX
17886 -Paket 
17887 \series bold
17888 xcolor
17889 \series default
17890
17891 \begin_inset Index idx
17892 status collapsed
17893
17894 \begin_layout Plain Layout
17895 \SpecialChar LaTeX
17896 -Pakete ! xcolor
17897 \begin_inset ERT
17898 status collapsed
17899
17900 \begin_layout Plain Layout
17901
17902
17903 \backslash
17904 vspace{4mm}
17905 \end_layout
17906
17907 \end_inset
17908
17909
17910 \end_layout
17911
17912 \end_inset
17913
17914  im \SpecialChar LaTeX
17915 -Vorspann mit dem Befehl
17916 \end_layout
17917
17918 \begin_layout Standard
17919
17920 \series bold
17921
17922 \backslash
17923 usepackage[table]{xcolor}
17924 \end_layout
17925
17926 \begin_layout Standard
17927
17928 \series bold
17929 xcolor
17930 \series default
17931  lädt automatisch auch das \SpecialChar LaTeX
17932 -Paket 
17933 \series bold
17934 colortbl
17935 \series default
17936
17937 \begin_inset Index idx
17938 status collapsed
17939
17940 \begin_layout Plain Layout
17941 \SpecialChar LaTeX
17942 -Pakete ! colortbl
17943 \end_layout
17944
17945 \end_inset
17946
17947 , so dass 
17948 \series bold
17949 colortbl
17950 \series default
17951  in Ihrer \SpecialChar LaTeX
17952 -Distribution installiert sein muss, ansonsten bekommt man \SpecialChar LaTeX
17953 -Fehler.
17954 \end_layout
17955
17956 \begin_layout Standard
17957 \begin_inset ERT
17958 status collapsed
17959
17960 \begin_layout Plain Layout
17961
17962
17963 \backslash
17964 ifcolortbl
17965 \end_layout
17966
17967 \end_inset
17968
17969
17970 \begin_inset Note Note
17971 status open
17972
17973 \begin_layout Plain Layout
17974 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
17975 -Paket 
17976 \series bold
17977 colortbl
17978 \series default
17979  installiert ist.
17980 \end_layout
17981
17982 \end_inset
17983
17984
17985 \end_layout
17986
17987 \begin_layout Standard
17988 Die Tabellenzeilen werden mit dem Befehl
17989 \end_layout
17990
17991 \begin_layout Standard
17992
17993 \series bold
17994
17995 \backslash
17996 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
17997 \end_layout
17998
17999 \begin_layout Standard
18000 eingefärbt, der entweder in den \SpecialChar LaTeX
18001 -Vorspann oder als \SpecialChar TeX
18002 -Code vor der ersten
18003  zu färbenden Tabelle eingefügt wird.
18004  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
18005  Zeilenfarbe gefärbt werden soll.
18006  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
18007  werden.
18008  So führt zum Beispiel der Befehl
18009 \end_layout
18010
18011 \begin_layout Standard
18012
18013 \series bold
18014
18015 \backslash
18016 rowcolors{1}{white}{lightgray}
18017 \end_layout
18018
18019 \begin_layout Standard
18020 zum Farbschema von Tabelle
18021 \begin_inset space ~
18022 \end_inset
18023
18024
18025 \begin_inset CommandInset ref
18026 LatexCommand ref
18027 reference "tab:Tabelle-rowcolors"
18028
18029 \end_inset
18030
18031 .
18032  Der Befehl
18033 \end_layout
18034
18035 \begin_layout Standard
18036
18037 \series bold
18038
18039 \backslash
18040 rowcolors[
18041 \backslash
18042 hline]{1}{lightgray}{cyan}
18043 \end_layout
18044
18045 \begin_layout Standard
18046 führt zum Farbschema von Tabelle
18047 \begin_inset space ~
18048 \end_inset
18049
18050
18051 \begin_inset CommandInset ref
18052 LatexCommand ref
18053 reference "tab:Tabelle-rowcolors-2"
18054
18055 \end_inset
18056
18057 .
18058  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
18059  wird keine Farbe verwendet, so dass der Befehl
18060 \end_layout
18061
18062 \begin_layout Standard
18063
18064 \series bold
18065
18066 \backslash
18067 rowcolors{1}{}{}
18068 \end_layout
18069
18070 \begin_layout Standard
18071 alle Farben löscht.
18072  
18073 \series bold
18074
18075 \backslash
18076 rowcolors
18077 \series default
18078  beeinflusst alle diesem Befehl folgenden Tabellen.
18079 \end_layout
18080
18081 \begin_layout Standard
18082 \begin_inset ERT
18083 status open
18084
18085 \begin_layout Plain Layout
18086
18087
18088 \backslash
18089 rowcolors{1}{white}{lightgray}
18090 \end_layout
18091
18092 \end_inset
18093
18094
18095 \end_layout
18096
18097 \begin_layout Standard
18098 \begin_inset Float table
18099 placement h
18100 alignment document
18101 wide false
18102 sideways false
18103 status open
18104
18105 \begin_layout Plain Layout
18106 \begin_inset Caption Standard
18107
18108 \begin_layout Plain Layout
18109 \begin_inset CommandInset label
18110 LatexCommand label
18111 name "tab:Tabelle-rowcolors"
18112
18113 \end_inset
18114
18115 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18116 \end_layout
18117
18118 \end_inset
18119
18120
18121 \end_layout
18122
18123 \begin_layout Plain Layout
18124 \align center
18125 \begin_inset Tabular
18126 <lyxtabular version="3" rows="4" columns="3">
18127 <features tabularvalignment="middle">
18128 <column alignment="center" valignment="top">
18129 <column alignment="center" valignment="top" width="0pt">
18130 <column alignment="center" valignment="top" width="0pt">
18131 <row>
18132 <cell alignment="center" valignment="top" usebox="none">
18133 \begin_inset Text
18134
18135 \begin_layout Plain Layout
18136 X
18137 \end_layout
18138
18139 \end_inset
18140 </cell>
18141 <cell alignment="center" valignment="top" usebox="none">
18142 \begin_inset Text
18143
18144 \begin_layout Plain Layout
18145 Y
18146 \end_layout
18147
18148 \end_inset
18149 </cell>
18150 <cell alignment="center" valignment="top" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154 Z
18155 \end_layout
18156
18157 \end_inset
18158 </cell>
18159 </row>
18160 <row>
18161 <cell alignment="center" valignment="top" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165 1
18166 \end_layout
18167
18168 \end_inset
18169 </cell>
18170 <cell alignment="center" valignment="top" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174 2
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 <cell alignment="center" valignment="top" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183 3
18184 \end_layout
18185
18186 \end_inset
18187 </cell>
18188 </row>
18189 <row>
18190 <cell alignment="center" valignment="top" usebox="none">
18191 \begin_inset Text
18192
18193 \begin_layout Plain Layout
18194 4
18195 \end_layout
18196
18197 \end_inset
18198 </cell>
18199 <cell alignment="center" valignment="top" usebox="none">
18200 \begin_inset Text
18201
18202 \begin_layout Plain Layout
18203 5
18204 \end_layout
18205
18206 \end_inset
18207 </cell>
18208 <cell alignment="center" valignment="top" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212 6
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 </row>
18218 <row>
18219 <cell alignment="center" valignment="top" usebox="none">
18220 \begin_inset Text
18221
18222 \begin_layout Plain Layout
18223 7
18224 \end_layout
18225
18226 \end_inset
18227 </cell>
18228 <cell alignment="center" valignment="top" usebox="none">
18229 \begin_inset Text
18230
18231 \begin_layout Plain Layout
18232 8
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 <cell alignment="center" valignment="top" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241 9
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 </row>
18247 </lyxtabular>
18248
18249 \end_inset
18250
18251
18252 \end_layout
18253
18254 \end_inset
18255
18256
18257 \end_layout
18258
18259 \begin_layout Standard
18260 \begin_inset ERT
18261 status open
18262
18263 \begin_layout Plain Layout
18264
18265
18266 \backslash
18267 rowcolors[
18268 \backslash
18269 hline]{1}{lightgray}{cyan}
18270 \end_layout
18271
18272 \end_inset
18273
18274
18275 \end_layout
18276
18277 \begin_layout Standard
18278 \begin_inset Float table
18279 placement h
18280 alignment document
18281 wide false
18282 sideways false
18283 status open
18284
18285 \begin_layout Plain Layout
18286 \begin_inset Caption Standard
18287
18288 \begin_layout Plain Layout
18289 \begin_inset CommandInset label
18290 LatexCommand label
18291 name "tab:Tabelle-rowcolors-2"
18292
18293 \end_inset
18294
18295 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18296  Linie zwischen jeder Zeile befindet.
18297 \end_layout
18298
18299 \end_inset
18300
18301
18302 \end_layout
18303
18304 \begin_layout Plain Layout
18305 \align center
18306 \begin_inset Tabular
18307 <lyxtabular version="3" rows="4" columns="3">
18308 <features tabularvalignment="middle">
18309 <column alignment="center" valignment="top">
18310 <column alignment="center" valignment="top">
18311 <column alignment="center" valignment="top" width="0pt">
18312 <row>
18313 <cell alignment="center" valignment="top" usebox="none">
18314 \begin_inset Text
18315
18316 \begin_layout Plain Layout
18317 X
18318 \end_layout
18319
18320 \end_inset
18321 </cell>
18322 <cell alignment="center" valignment="top" usebox="none">
18323 \begin_inset Text
18324
18325 \begin_layout Plain Layout
18326 Y
18327 \end_layout
18328
18329 \end_inset
18330 </cell>
18331 <cell alignment="center" valignment="top" usebox="none">
18332 \begin_inset Text
18333
18334 \begin_layout Plain Layout
18335 Z
18336 \end_layout
18337
18338 \end_inset
18339 </cell>
18340 </row>
18341 <row>
18342 <cell alignment="center" valignment="top" usebox="none">
18343 \begin_inset Text
18344
18345 \begin_layout Plain Layout
18346 1
18347 \end_layout
18348
18349 \end_inset
18350 </cell>
18351 <cell alignment="center" valignment="top" usebox="none">
18352 \begin_inset Text
18353
18354 \begin_layout Plain Layout
18355 2
18356 \end_layout
18357
18358 \end_inset
18359 </cell>
18360 <cell alignment="center" valignment="top" usebox="none">
18361 \begin_inset Text
18362
18363 \begin_layout Plain Layout
18364 3
18365 \end_layout
18366
18367 \end_inset
18368 </cell>
18369 </row>
18370 <row>
18371 <cell alignment="center" valignment="top" usebox="none">
18372 \begin_inset Text
18373
18374 \begin_layout Plain Layout
18375 4
18376 \end_layout
18377
18378 \end_inset
18379 </cell>
18380 <cell alignment="center" valignment="top" usebox="none">
18381 \begin_inset Text
18382
18383 \begin_layout Plain Layout
18384 5
18385 \end_layout
18386
18387 \end_inset
18388 </cell>
18389 <cell alignment="center" valignment="top" usebox="none">
18390 \begin_inset Text
18391
18392 \begin_layout Plain Layout
18393 6
18394 \end_layout
18395
18396 \end_inset
18397 </cell>
18398 </row>
18399 <row>
18400 <cell alignment="center" valignment="top" usebox="none">
18401 \begin_inset Text
18402
18403 \begin_layout Plain Layout
18404 7
18405 \end_layout
18406
18407 \end_inset
18408 </cell>
18409 <cell alignment="center" valignment="top" usebox="none">
18410 \begin_inset Text
18411
18412 \begin_layout Plain Layout
18413 8
18414 \end_layout
18415
18416 \end_inset
18417 </cell>
18418 <cell alignment="center" valignment="top" usebox="none">
18419 \begin_inset Text
18420
18421 \begin_layout Plain Layout
18422 9
18423 \end_layout
18424
18425 \end_inset
18426 </cell>
18427 </row>
18428 </lyxtabular>
18429
18430 \end_inset
18431
18432
18433 \end_layout
18434
18435 \end_inset
18436
18437
18438 \end_layout
18439
18440 \begin_layout Standard
18441 \begin_inset ERT
18442 status collapsed
18443
18444 \begin_layout Plain Layout
18445
18446
18447 \backslash
18448 rowcolors{1}{}{}
18449 \end_layout
18450
18451 \end_inset
18452
18453
18454 \begin_inset Note Note
18455 status collapsed
18456
18457 \begin_layout Plain Layout
18458 schaltet die Färbung aus
18459 \end_layout
18460
18461 \end_inset
18462
18463
18464 \end_layout
18465
18466 \begin_layout Standard
18467 \begin_inset ERT
18468 status collapsed
18469
18470 \begin_layout Plain Layout
18471
18472
18473 \backslash
18474 else
18475 \end_layout
18476
18477 \end_inset
18478
18479
18480 \begin_inset Note Note
18481 status open
18482
18483 \begin_layout Plain Layout
18484 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
18485 -Paket 
18486 \series bold
18487 colortbl
18488 \series default
18489  nicht installiert ist:
18490 \end_layout
18491
18492 \end_inset
18493
18494
18495 \end_layout
18496
18497 \begin_layout Standard
18498 Sie müssen das \SpecialChar LaTeX
18499 -Paket 
18500 \series bold
18501 colortbl
18502 \series default
18503  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18504 \end_layout
18505
18506 \begin_layout Standard
18507 \begin_inset ERT
18508 status collapsed
18509
18510 \begin_layout Plain Layout
18511
18512
18513 \backslash
18514 fi
18515 \end_layout
18516
18517 \end_inset
18518
18519
18520 \end_layout
18521
18522 \begin_layout Subsection
18523 Farbige Linien
18524 \begin_inset Index idx
18525 status collapsed
18526
18527 \begin_layout Plain Layout
18528 farbige !  Tabellenlinien
18529 \end_layout
18530
18531 \end_inset
18532
18533
18534 \end_layout
18535
18536 \begin_layout Standard
18537 Wie in Abschnitt
18538 \begin_inset space ~
18539 \end_inset
18540
18541
18542 \begin_inset CommandInset ref
18543 LatexCommand ref
18544 reference "uab:Liniendicke"
18545
18546 \end_inset
18547
18548  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18549 \series bold
18550
18551 \backslash
18552 arrayrulewidth
18553 \series default
18554  definiert werden.
18555  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18556 \begin_inset space \thinspace{}
18557 \end_inset
18558
18559 pt gesetzt.
18560 \begin_inset ERT
18561 status collapsed
18562
18563 \begin_layout Plain Layout
18564
18565
18566 \backslash
18567 setlength{
18568 \backslash
18569 arrayrulewidth}{1.5pt}
18570 \end_layout
18571
18572 \end_inset
18573
18574
18575 \end_layout
18576
18577 \begin_layout Standard
18578 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im \SpecialChar LaTeX
18579 -Vorspann
18580  folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18581 \begin_inset space ~
18582 \end_inset
18583
18584
18585 \begin_inset CommandInset ref
18586 LatexCommand ref
18587 reference "uab:Angepasste-Zellen-/Spaltenformate"
18588
18589 \end_inset
18590
18591  definiert:
18592 \end_layout
18593
18594 \begin_layout Standard
18595
18596 \series bold
18597
18598 \backslash
18599 newcolumntype{W}{!{
18600 \backslash
18601 color{green}
18602 \backslash
18603 vline}}
18604 \end_layout
18605
18606 \begin_layout Standard
18607 In Tabelle
18608 \begin_inset space ~
18609 \end_inset
18610
18611
18612 \begin_inset CommandInset ref
18613 LatexCommand ref
18614 reference "tab:Tabelle-mit-farbigen-vert"
18615
18616 \end_inset
18617
18618  wurde das \SpecialChar LaTeX
18619 -Argument 
18620 \series bold
18621 WcW
18622 \series default
18623  für die letzte und 
18624 \series bold
18625 Wc
18626 \series default
18627  für die anderen Spalten benutzt.
18628 \end_layout
18629
18630 \begin_layout Standard
18631 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18632 \end_layout
18633
18634 \begin_layout Standard
18635 \begin_inset Float table
18636 placement h
18637 alignment document
18638 wide false
18639 sideways false
18640 status open
18641
18642 \begin_layout Plain Layout
18643 \begin_inset Caption Standard
18644
18645 \begin_layout Plain Layout
18646 \begin_inset CommandInset label
18647 LatexCommand label
18648 name "tab:Tabelle-mit-farbigen-vert"
18649
18650 \end_inset
18651
18652 Tabelle mit farbigen vertikalen Linien
18653 \end_layout
18654
18655 \end_inset
18656
18657
18658 \end_layout
18659
18660 \begin_layout Plain Layout
18661 \align center
18662 \begin_inset Tabular
18663 <lyxtabular version="3" rows="3" columns="3">
18664 <features tabularvalignment="middle">
18665 <column alignment="center" valignment="top" special="Wc">
18666 <column alignment="center" valignment="top" special="Wc">
18667 <column alignment="center" valignment="top" special="WcW">
18668 <row>
18669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18670 \begin_inset Text
18671
18672 \begin_layout Plain Layout
18673 sd
18674 \end_layout
18675
18676 \end_inset
18677 </cell>
18678 <cell alignment="center" valignment="top" topline="true" usebox="none">
18679 \begin_inset Text
18680
18681 \begin_layout Plain Layout
18682
18683 \end_layout
18684
18685 \end_inset
18686 </cell>
18687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18688 \begin_inset Text
18689
18690 \begin_layout Plain Layout
18691
18692 \end_layout
18693
18694 \end_inset
18695 </cell>
18696 </row>
18697 <row>
18698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18699 \begin_inset Text
18700
18701 \begin_layout Plain Layout
18702
18703 \end_layout
18704
18705 \end_inset
18706 </cell>
18707 <cell alignment="center" valignment="top" topline="true" usebox="none">
18708 \begin_inset Text
18709
18710 \begin_layout Plain Layout
18711 sd
18712 \end_layout
18713
18714 \end_inset
18715 </cell>
18716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18717 \begin_inset Text
18718
18719 \begin_layout Plain Layout
18720
18721 \end_layout
18722
18723 \end_inset
18724 </cell>
18725 </row>
18726 <row>
18727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18728 \begin_inset Text
18729
18730 \begin_layout Plain Layout
18731
18732 \end_layout
18733
18734 \end_inset
18735 </cell>
18736 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18737 \begin_inset Text
18738
18739 \begin_layout Plain Layout
18740
18741 \end_layout
18742
18743 \end_inset
18744 </cell>
18745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18746 \begin_inset Text
18747
18748 \begin_layout Plain Layout
18749 sd
18750 \end_layout
18751
18752 \end_inset
18753 </cell>
18754 </row>
18755 </lyxtabular>
18756
18757 \end_inset
18758
18759
18760 \end_layout
18761
18762 \end_inset
18763
18764
18765 \end_layout
18766
18767 \begin_layout Standard
18768 \begin_inset VSpace bigskip
18769 \end_inset
18770
18771 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18772 \begin_inset space ~
18773 \end_inset
18774
18775
18776 \begin_inset CommandInset ref
18777 LatexCommand ref
18778 reference "tab:Tabelle-mit-farbigen-horiz"
18779
18780 \end_inset
18781
18782 , müssen Sie folgenden Befehl als \SpecialChar TeX
18783 -Code vor der (Gleitobjekt-)Tabelle einfügen:
18784 \end_layout
18785
18786 \begin_layout Standard
18787
18788 \series bold
18789
18790 \backslash
18791 let
18792 \backslash
18793 myHlineC
18794 \backslash
18795 hline
18796 \begin_inset Newline newline
18797 \end_inset
18798
18799
18800 \backslash
18801 renewcommand{
18802 \backslash
18803 hline}
18804 \begin_inset Newline newline
18805 \end_inset
18806
18807
18808 \begin_inset Phantom HPhantom
18809 status open
18810
18811 \begin_layout Plain Layout
18812
18813 \series bold
18814 \begin_inset space ~
18815 \end_inset
18816
18817
18818 \end_layout
18819
18820 \end_inset
18821
18822 {
18823 \backslash
18824 arrayrulecolor{red}
18825 \backslash
18826 myHlineC
18827 \backslash
18828 arrayrulecolor{black}}
18829 \end_layout
18830
18831 \begin_layout Standard
18832 \begin_inset ERT
18833 status collapsed
18834
18835 \begin_layout Plain Layout
18836
18837
18838 \backslash
18839 let
18840 \backslash
18841 myHlineC
18842 \backslash
18843 hline
18844 \end_layout
18845
18846 \begin_layout Plain Layout
18847
18848
18849 \backslash
18850 renewcommand{
18851 \backslash
18852 hline}
18853 \end_layout
18854
18855 \begin_layout Plain Layout
18856
18857  {
18858 \backslash
18859 arrayrulecolor{red}
18860 \backslash
18861 myHlineC
18862 \backslash
18863 arrayrulecolor{black}}
18864 \end_layout
18865
18866 \end_inset
18867
18868
18869 \begin_inset Float table
18870 placement h
18871 alignment document
18872 wide false
18873 sideways false
18874 status open
18875
18876 \begin_layout Plain Layout
18877 \begin_inset Caption Standard
18878
18879 \begin_layout Plain Layout
18880 \begin_inset CommandInset label
18881 LatexCommand label
18882 name "tab:Tabelle-mit-farbigen-horiz"
18883
18884 \end_inset
18885
18886 Tabelle mit farbigen horizontalen Linien
18887 \end_layout
18888
18889 \end_inset
18890
18891
18892 \end_layout
18893
18894 \begin_layout Plain Layout
18895 \align center
18896 \begin_inset Tabular
18897 <lyxtabular version="3" rows="3" columns="3">
18898 <features tabularvalignment="middle">
18899 <column alignment="center" valignment="top">
18900 <column alignment="center" valignment="top">
18901 <column alignment="center" valignment="top">
18902 <row>
18903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18904 \begin_inset Text
18905
18906 \begin_layout Plain Layout
18907 sd
18908 \end_layout
18909
18910 \end_inset
18911 </cell>
18912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18913 \begin_inset Text
18914
18915 \begin_layout Plain Layout
18916
18917 \end_layout
18918
18919 \end_inset
18920 </cell>
18921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18922 \begin_inset Text
18923
18924 \begin_layout Plain Layout
18925
18926 \end_layout
18927
18928 \end_inset
18929 </cell>
18930 </row>
18931 <row>
18932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18933 \begin_inset Text
18934
18935 \begin_layout Plain Layout
18936
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18942 \begin_inset Text
18943
18944 \begin_layout Plain Layout
18945 sd
18946 \end_layout
18947
18948 \end_inset
18949 </cell>
18950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18951 \begin_inset Text
18952
18953 \begin_layout Plain Layout
18954
18955 \end_layout
18956
18957 \end_inset
18958 </cell>
18959 </row>
18960 <row>
18961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965
18966 \end_layout
18967
18968 \end_inset
18969 </cell>
18970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18971 \begin_inset Text
18972
18973 \begin_layout Plain Layout
18974
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18980 \begin_inset Text
18981
18982 \begin_layout Plain Layout
18983 sd
18984 \end_layout
18985
18986 \end_inset
18987 </cell>
18988 </row>
18989 </lyxtabular>
18990
18991 \end_inset
18992
18993
18994 \end_layout
18995
18996 \end_inset
18997
18998
18999 \end_layout
19000
19001 \begin_layout Standard
19002 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
19003  als \SpecialChar TeX
19004 -Code hinter der Tabelle einfügen:
19005 \end_layout
19006
19007 \begin_layout Standard
19008
19009 \series bold
19010
19011 \backslash
19012 renewcommand{
19013 \backslash
19014 hline}{
19015 \backslash
19016 myHlineC}
19017 \end_layout
19018
19019 \begin_layout Standard
19020 Tabelle
19021 \begin_inset space ~
19022 \end_inset
19023
19024
19025 \begin_inset CommandInset ref
19026 LatexCommand ref
19027 reference "tab:Table-with-colored"
19028
19029 \end_inset
19030
19031  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
19032 \end_layout
19033
19034 \begin_layout Standard
19035 \begin_inset Float table
19036 placement h
19037 alignment document
19038 wide false
19039 sideways false
19040 status open
19041
19042 \begin_layout Plain Layout
19043 \begin_inset Caption Standard
19044
19045 \begin_layout Plain Layout
19046 \begin_inset CommandInset label
19047 LatexCommand label
19048 name "tab:Table-with-colored"
19049
19050 \end_inset
19051
19052 Tabelle mit farbigen Linien
19053 \end_layout
19054
19055 \end_inset
19056
19057
19058 \end_layout
19059
19060 \begin_layout Plain Layout
19061 \align center
19062 \begin_inset Tabular
19063 <lyxtabular version="3" rows="3" columns="3">
19064 <features tabularvalignment="middle">
19065 <column alignment="center" valignment="top" special="Wc">
19066 <column alignment="center" valignment="top" special="Wc">
19067 <column alignment="center" valignment="top" special="WcW">
19068 <row>
19069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19070 \begin_inset Text
19071
19072 \begin_layout Plain Layout
19073 sd
19074 \end_layout
19075
19076 \end_inset
19077 </cell>
19078 <cell alignment="center" valignment="top" topline="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" leftline="true" rightline="true" usebox="none">
19088 \begin_inset Text
19089
19090 \begin_layout Plain Layout
19091
19092 \end_layout
19093
19094 \end_inset
19095 </cell>
19096 </row>
19097 <row>
19098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19099 \begin_inset Text
19100
19101 \begin_layout Plain Layout
19102
19103 \end_layout
19104
19105 \end_inset
19106 </cell>
19107 <cell alignment="center" valignment="top" topline="true" usebox="none">
19108 \begin_inset Text
19109
19110 \begin_layout Plain Layout
19111 sd
19112 \end_layout
19113
19114 \end_inset
19115 </cell>
19116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19117 \begin_inset Text
19118
19119 \begin_layout Plain Layout
19120
19121 \end_layout
19122
19123 \end_inset
19124 </cell>
19125 </row>
19126 <row topspace="default">
19127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19128 \begin_inset Text
19129
19130 \begin_layout Plain Layout
19131
19132 \end_layout
19133
19134 \end_inset
19135 </cell>
19136 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19137 \begin_inset Text
19138
19139 \begin_layout Plain Layout
19140
19141 \end_layout
19142
19143 \end_inset
19144 </cell>
19145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19146 \begin_inset Text
19147
19148 \begin_layout Plain Layout
19149 sd
19150 \end_layout
19151
19152 \end_inset
19153 </cell>
19154 </row>
19155 </lyxtabular>
19156
19157 \end_inset
19158
19159
19160 \end_layout
19161
19162 \end_inset
19163
19164
19165 \end_layout
19166
19167 \begin_layout Standard
19168 \begin_inset ERT
19169 status collapsed
19170
19171 \begin_layout Plain Layout
19172
19173
19174 \backslash
19175 renewcommand{
19176 \backslash
19177 hline}{
19178 \backslash
19179 myHlineC}
19180 \end_layout
19181
19182 \end_inset
19183
19184
19185 \end_layout
19186
19187 \begin_layout Standard
19188 \begin_inset ERT
19189 status collapsed
19190
19191 \begin_layout Plain Layout
19192
19193
19194 \backslash
19195 setlength{
19196 \backslash
19197 arrayrulewidth}{1.2pt}
19198 \end_layout
19199
19200 \end_inset
19201
19202
19203 \end_layout
19204
19205 \begin_layout Standard
19206 Um nur einige Linien einzufärben ist eine andere Strategie notwendig.
19207  Um alle folgenden horizontalen Linien zu färben, fügt man diesen Befehl
19208  als \SpecialChar TeX
19209 -Code als letzte Sache in die Zeile ein, die über der ersten gefärbten
19210  Linie sein soll:
19211 \end_layout
19212
19213 \begin_layout Standard
19214
19215 \series bold
19216
19217 \backslash
19218
19219 \backslash
19220
19221 \backslash
19222 arrayrulecolor{blue}%
19223 \end_layout
19224
19225 \begin_layout Standard
19226 Um wieder schwarze Linien zu erhalten, fügt man diesen Befehl als erste
19227  Sache in die Zeile ein, die über den schwarzen Linien liegt:
19228 \end_layout
19229
19230 \begin_layout Standard
19231
19232 \series bold
19233
19234 \backslash
19235 arrayrulecolor{black}
19236 \end_layout
19237
19238 \begin_layout Standard
19239 Damit kann man Tabellenlinien wie in Tabelle
19240 \begin_inset space ~
19241 \end_inset
19242
19243
19244 \begin_inset CommandInset ref
19245 LatexCommand ref
19246 reference "tab:Tabelle-mit-verschiedenen-hor"
19247
19248 \end_inset
19249
19250  färben.
19251  Es ist jedoch mit dieser Methode nicht möglich die Linie über der ersten
19252  Zeile einer Tabelle zu färben.
19253 \end_layout
19254
19255 \begin_layout Standard
19256 \begin_inset Float table
19257 placement document
19258 alignment document
19259 wide false
19260 sideways false
19261 status open
19262
19263 \begin_layout Plain Layout
19264 \begin_inset Caption Standard
19265
19266 \begin_layout Plain Layout
19267 \begin_inset CommandInset label
19268 LatexCommand label
19269 name "tab:Tabelle-mit-verschiedenen-hor"
19270
19271 \end_inset
19272
19273 Tabelle mit verschiedenen horizontalen Linienfarben.
19274 \end_layout
19275
19276 \end_inset
19277
19278
19279 \end_layout
19280
19281 \begin_layout Plain Layout
19282 \align center
19283 \begin_inset Tabular
19284 <lyxtabular version="3" rows="6" columns="7">
19285 <features tabularvalignment="middle">
19286 <column alignment="center" valignment="top">
19287 <column alignment="center" valignment="top">
19288 <column alignment="center" valignment="top">
19289 <column alignment="center" valignment="top">
19290 <column alignment="center" valignment="top">
19291 <column alignment="center" valignment="top">
19292 <column alignment="center" valignment="top">
19293 <row>
19294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19295 \begin_inset Text
19296
19297 \begin_layout Plain Layout
19298
19299 \end_layout
19300
19301 \end_inset
19302 </cell>
19303 <cell alignment="center" valignment="top" topline="true" usebox="none">
19304 \begin_inset Text
19305
19306 \begin_layout Plain Layout
19307
19308 \end_layout
19309
19310 \end_inset
19311 </cell>
19312 <cell alignment="center" valignment="top" topline="true" usebox="none">
19313 \begin_inset Text
19314
19315 \begin_layout Plain Layout
19316
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 <cell alignment="center" valignment="top" topline="true" usebox="none">
19322 \begin_inset Text
19323
19324 \begin_layout Plain Layout
19325
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 <cell alignment="center" valignment="top" topline="true" usebox="none">
19331 \begin_inset Text
19332
19333 \begin_layout Plain Layout
19334
19335 \end_layout
19336
19337 \end_inset
19338 </cell>
19339 <cell alignment="center" valignment="top" topline="true" usebox="none">
19340 \begin_inset Text
19341
19342 \begin_layout Plain Layout
19343
19344 \end_layout
19345
19346 \end_inset
19347 </cell>
19348 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19349 \begin_inset Text
19350
19351 \begin_layout Plain Layout
19352 \begin_inset ERT
19353 status open
19354
19355 \begin_layout Plain Layout
19356
19357
19358 \backslash
19359
19360 \backslash
19361
19362 \backslash
19363 arrayrulecolor{blue}%
19364 \end_layout
19365
19366 \end_inset
19367
19368
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 </row>
19374 <row>
19375 <cell alignment="center" valignment="top" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Plain Layout
19379 Y
19380 \end_layout
19381
19382 \end_inset
19383 </cell>
19384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19421 \begin_inset Text
19422
19423 \begin_layout Plain Layout
19424
19425 \end_layout
19426
19427 \end_inset
19428 </cell>
19429 <cell alignment="center" valignment="top" usebox="none">
19430 \begin_inset Text
19431
19432 \begin_layout Plain Layout
19433 Y
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 </row>
19439 <row>
19440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19441 \begin_inset Text
19442
19443 \begin_layout Plain Layout
19444 \begin_inset ERT
19445 status open
19446
19447 \begin_layout Plain Layout
19448
19449
19450 \backslash
19451 arrayrulecolor{black}
19452 \end_layout
19453
19454 \end_inset
19455
19456
19457 \end_layout
19458
19459 \end_inset
19460 </cell>
19461 <cell alignment="center" valignment="top" usebox="none">
19462 \begin_inset Text
19463
19464 \begin_layout Plain Layout
19465
19466 \end_layout
19467
19468 \end_inset
19469 </cell>
19470 <cell alignment="center" valignment="top" usebox="none">
19471 \begin_inset Text
19472
19473 \begin_layout Plain Layout
19474
19475 \end_layout
19476
19477 \end_inset
19478 </cell>
19479 <cell alignment="center" valignment="top" usebox="none">
19480 \begin_inset Text
19481
19482 \begin_layout Plain Layout
19483
19484 \end_layout
19485
19486 \end_inset
19487 </cell>
19488 <cell alignment="center" valignment="top" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 <cell alignment="center" valignment="top" usebox="none">
19498 \begin_inset Text
19499
19500 \begin_layout Plain Layout
19501
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19507 \begin_inset Text
19508
19509 \begin_layout Plain Layout
19510
19511 \end_layout
19512
19513 \end_inset
19514 </cell>
19515 </row>
19516 <row>
19517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19518 \begin_inset Text
19519
19520 \begin_layout Plain Layout
19521
19522 \end_layout
19523
19524 \end_inset
19525 </cell>
19526 <cell alignment="center" valignment="top" usebox="none">
19527 \begin_inset Text
19528
19529 \begin_layout Plain Layout
19530
19531 \end_layout
19532
19533 \end_inset
19534 </cell>
19535 <cell alignment="center" valignment="top" usebox="none">
19536 \begin_inset Text
19537
19538 \begin_layout Plain Layout
19539
19540 \end_layout
19541
19542 \end_inset
19543 </cell>
19544 <cell alignment="center" valignment="top" usebox="none">
19545 \begin_inset Text
19546
19547 \begin_layout Plain Layout
19548
19549 \end_layout
19550
19551 \end_inset
19552 </cell>
19553 <cell alignment="center" valignment="top" usebox="none">
19554 \begin_inset Text
19555
19556 \begin_layout Plain Layout
19557
19558 \end_layout
19559
19560 \end_inset
19561 </cell>
19562 <cell alignment="center" valignment="top" usebox="none">
19563 \begin_inset Text
19564
19565 \begin_layout Plain Layout
19566
19567 \end_layout
19568
19569 \end_inset
19570 </cell>
19571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19572 \begin_inset Text
19573
19574 \begin_layout Plain Layout
19575 \begin_inset ERT
19576 status collapsed
19577
19578 \begin_layout Plain Layout
19579
19580
19581 \backslash
19582
19583 \backslash
19584
19585 \backslash
19586 arrayrulecolor{green}%
19587 \end_layout
19588
19589 \end_inset
19590
19591
19592 \end_layout
19593
19594 \end_inset
19595 </cell>
19596 </row>
19597 <row>
19598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19599 \begin_inset Text
19600
19601 \begin_layout Plain Layout
19602
19603 \end_layout
19604
19605 \end_inset
19606 </cell>
19607 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19608 \begin_inset Text
19609
19610 \begin_layout Plain Layout
19611
19612 \end_layout
19613
19614 \end_inset
19615 </cell>
19616 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19617 \begin_inset Text
19618
19619 \begin_layout Plain Layout
19620
19621 \end_layout
19622
19623 \end_inset
19624 </cell>
19625 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19626 \begin_inset Text
19627
19628 \begin_layout Plain Layout
19629
19630 \end_layout
19631
19632 \end_inset
19633 </cell>
19634 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19635 \begin_inset Text
19636
19637 \begin_layout Plain Layout
19638
19639 \end_layout
19640
19641 \end_inset
19642 </cell>
19643 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19644 \begin_inset Text
19645
19646 \begin_layout Plain Layout
19647
19648 \end_layout
19649
19650 \end_inset
19651 </cell>
19652 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19653 \begin_inset Text
19654
19655 \begin_layout Plain Layout
19656
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 </row>
19662 <row>
19663 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19664 \begin_inset Text
19665
19666 \begin_layout Plain Layout
19667 \begin_inset ERT
19668 status collapsed
19669
19670 \begin_layout Plain Layout
19671
19672
19673 \backslash
19674 arrayrulecolor{black}
19675 \end_layout
19676
19677 \end_inset
19678
19679 B
19680 \end_layout
19681
19682 \end_inset
19683 </cell>
19684 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19685 \begin_inset Text
19686
19687 \begin_layout Plain Layout
19688
19689 \end_layout
19690
19691 \end_inset
19692 </cell>
19693 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19694 \begin_inset Text
19695
19696 \begin_layout Plain Layout
19697
19698 \end_layout
19699
19700 \end_inset
19701 </cell>
19702 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19703 \begin_inset Text
19704
19705 \begin_layout Plain Layout
19706
19707 \end_layout
19708
19709 \end_inset
19710 </cell>
19711 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19712 \begin_inset Text
19713
19714 \begin_layout Plain Layout
19715
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19721 \begin_inset Text
19722
19723 \begin_layout Plain Layout
19724
19725 \end_layout
19726
19727 \end_inset
19728 </cell>
19729 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19730 \begin_inset Text
19731
19732 \begin_layout Plain Layout
19733 \begin_inset ERT
19734 status collapsed
19735
19736 \begin_layout Plain Layout
19737
19738
19739 \backslash
19740
19741 \backslash
19742
19743 \backslash
19744 arrayrulecolor{blue}%
19745 \end_layout
19746
19747 \end_inset
19748
19749
19750 \end_layout
19751
19752 \end_inset
19753 </cell>
19754 </row>
19755 </lyxtabular>
19756
19757 \end_inset
19758
19759
19760 \end_layout
19761
19762 \end_inset
19763
19764
19765 \end_layout
19766
19767 \begin_layout Standard
19768 Um die Farbe von vertikalen Linien innerhalb einer Zeile zu ändern, wie
19769  in Tabelle
19770 \begin_inset space ~
19771 \end_inset
19772
19773
19774 \begin_inset CommandInset ref
19775 LatexCommand ref
19776 reference "tab:Tabelle-mit-verschiedenen-ver"
19777
19778 \end_inset
19779
19780 , benötigt man Mehrfachzeilen.
19781  Zuerst müssen alle vertikalen Linien entfernt werden, die nicht entlang
19782  der kompletten Spalte laufen.
19783  Nun werden alle Linien mit dem Befehl
19784 \end_layout
19785
19786 \begin_layout Standard
19787
19788 \series bold
19789
19790 \backslash
19791
19792 \backslash
19793
19794 \backslash
19795 arrayrulecolor{blue}%
19796 \end_layout
19797
19798 \begin_layout Standard
19799 wie oben gefärbt.
19800  Zuletzt fügt man diesen Befehl als \SpecialChar TeX
19801 -Code in jede Zelle ein, für die man
19802  eine vertikale Linie in einer anderen Farbe benötigt:
19803 \end_layout
19804
19805 \begin_layout Standard
19806
19807 \series bold
19808
19809 \backslash
19810 multicolumn{1}{!{
19811 \backslash
19812 color{green}
19813 \backslash
19814 vline}c!{
19815 \backslash
19816 color{red}
19817 \backslash
19818 vline}}{
19819 \end_layout
19820
19821 \begin_layout Standard
19822 Dies fügt eine vertikale Linie an beiden Seiten der Zelle ein.
19823  Die linke ist grün, die rechte rot.
19824  Wenn keine Farbänderung notwendig ist, kann man den Befehl 
19825 \series bold
19826
19827 \backslash
19828 color
19829 \series default
19830  in obigem Befehl weglassen.
19831  Um z.
19832 \begin_inset space \thinspace{}
19833 \end_inset
19834
19835 B.
19836  eine schwarze linke Linie und eine blaue rechte zu erhalten, kann man schreiben
19837 :
19838 \end_layout
19839
19840 \begin_layout Standard
19841
19842 \series bold
19843
19844 \backslash
19845 multicolumn{1}{!{
19846 \backslash
19847 color{black}
19848 \backslash
19849 vline}c|}{
19850 \end_layout
19851
19852 \begin_layout Standard
19853 Denn die Farbe blau ist bereits für alle Linien gesetzt.
19854  Das | erstellt dabei die vertikale Linie, während das ansonsten 
19855 \series bold
19856
19857 \backslash
19858 vline
19859 \series default
19860  tut, wenn 
19861 \series bold
19862
19863 \backslash
19864 color
19865 \series default
19866  verwendet wird.
19867  Um vertikale Linien einzufügen, ohne die Farbe zu ändern, verwendet man
19868 \end_layout
19869
19870 \begin_layout Standard
19871
19872 \series bold
19873
19874 \backslash
19875 multicolumn{1}{|c|}{
19876 \end_layout
19877
19878 \begin_layout Standard
19879 Nach diesem Befehl fügt man den Zelleninhalt normal ein und beendet die
19880  Zelle mit einer schließenden Klammer 
19881 \series bold
19882 }
19883 \series default
19884  in \SpecialChar TeX
19885 -Code.
19886 \end_layout
19887
19888 \begin_layout Standard
19889 \begin_inset Float table
19890 placement document
19891 alignment document
19892 wide false
19893 sideways false
19894 status open
19895
19896 \begin_layout Plain Layout
19897 \begin_inset Caption Standard
19898
19899 \begin_layout Plain Layout
19900 \begin_inset CommandInset label
19901 LatexCommand label
19902 name "tab:Tabelle-mit-verschiedenen-ver"
19903
19904 \end_inset
19905
19906 Tabelle mit verschiedenen vertikalen Linienfarben in einer Zeile.
19907 \end_layout
19908
19909 \end_inset
19910
19911
19912 \end_layout
19913
19914 \begin_layout Plain Layout
19915 \align center
19916 \begin_inset Tabular
19917 <lyxtabular version="3" rows="5" columns="7">
19918 <features tabularvalignment="middle">
19919 <column alignment="center" valignment="top">
19920 <column alignment="center" valignment="top">
19921 <column alignment="center" valignment="top">
19922 <column alignment="center" valignment="top">
19923 <column alignment="center" valignment="top">
19924 <column alignment="center" valignment="top">
19925 <column alignment="center" valignment="top">
19926 <row>
19927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19928 \begin_inset Text
19929
19930 \begin_layout Plain Layout
19931
19932 \end_layout
19933
19934 \end_inset
19935 </cell>
19936 <cell alignment="center" valignment="top" topline="true" usebox="none">
19937 \begin_inset Text
19938
19939 \begin_layout Plain Layout
19940
19941 \end_layout
19942
19943 \end_inset
19944 </cell>
19945 <cell alignment="center" valignment="top" topline="true" usebox="none">
19946 \begin_inset Text
19947
19948 \begin_layout Plain Layout
19949
19950 \end_layout
19951
19952 \end_inset
19953 </cell>
19954 <cell alignment="center" valignment="top" topline="true" usebox="none">
19955 \begin_inset Text
19956
19957 \begin_layout Plain Layout
19958
19959 \end_layout
19960
19961 \end_inset
19962 </cell>
19963 <cell alignment="center" valignment="top" topline="true" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Plain Layout
19967
19968 \end_layout
19969
19970 \end_inset
19971 </cell>
19972 <cell alignment="center" valignment="top" topline="true" usebox="none">
19973 \begin_inset Text
19974
19975 \begin_layout Plain Layout
19976
19977 \end_layout
19978
19979 \end_inset
19980 </cell>
19981 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19982 \begin_inset Text
19983
19984 \begin_layout Plain Layout
19985 \begin_inset ERT
19986 status open
19987
19988 \begin_layout Plain Layout
19989
19990
19991 \backslash
19992
19993 \backslash
19994
19995 \backslash
19996 arrayrulecolor{red}%
19997 \end_layout
19998
19999 \end_inset
20000
20001
20002 \end_layout
20003
20004 \end_inset
20005 </cell>
20006 </row>
20007 <row>
20008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20009 \begin_inset Text
20010
20011 \begin_layout Plain Layout
20012 \begin_inset ERT
20013 status open
20014
20015 \begin_layout Plain Layout
20016
20017
20018 \backslash
20019 multicolumn{1}{!{
20020 \backslash
20021 color{black}
20022 \backslash
20023 vline}c|}{
20024 \end_layout
20025
20026 \end_inset
20027
20028 Y
20029 \begin_inset ERT
20030 status collapsed
20031
20032 \begin_layout Plain Layout
20033
20034 }
20035 \end_layout
20036
20037 \end_inset
20038
20039
20040 \end_layout
20041
20042 \end_inset
20043 </cell>
20044 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20045 \begin_inset Text
20046
20047 \begin_layout Plain Layout
20048
20049 \end_layout
20050
20051 \end_inset
20052 </cell>
20053 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20054 \begin_inset Text
20055
20056 \begin_layout Plain Layout
20057
20058 \end_layout
20059
20060 \end_inset
20061 </cell>
20062 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20063 \begin_inset Text
20064
20065 \begin_layout Plain Layout
20066
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075
20076 \end_layout
20077
20078 \end_inset
20079 </cell>
20080 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20081 \begin_inset Text
20082
20083 \begin_layout Plain Layout
20084 \begin_inset ERT
20085 status open
20086
20087 \begin_layout Plain Layout
20088
20089
20090 \backslash
20091 multicolumn{1}{c|}{
20092 \end_layout
20093
20094 \end_inset
20095
20096
20097 \begin_inset ERT
20098 status collapsed
20099
20100 \begin_layout Plain Layout
20101
20102 }
20103 \end_layout
20104
20105 \end_inset
20106
20107
20108 \end_layout
20109
20110 \end_inset
20111 </cell>
20112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Plain Layout
20116 \begin_inset ERT
20117 status open
20118
20119 \begin_layout Plain Layout
20120
20121
20122 \backslash
20123 multicolumn{1}{c!{
20124 \backslash
20125 color{black}
20126 \backslash
20127 vline}}{
20128 \end_layout
20129
20130 \end_inset
20131
20132 Y
20133 \begin_inset ERT
20134 status collapsed
20135
20136 \begin_layout Plain Layout
20137
20138 }
20139 \end_layout
20140
20141 \end_inset
20142
20143
20144 \end_layout
20145
20146 \end_inset
20147 </cell>
20148 </row>
20149 <row>
20150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20151 \begin_inset Text
20152
20153 \begin_layout Plain Layout
20154 \begin_inset ERT
20155 status collapsed
20156
20157 \begin_layout Plain Layout
20158
20159
20160 \backslash
20161 arrayrulecolor{black}
20162 \end_layout
20163
20164 \end_inset
20165
20166
20167 \end_layout
20168
20169 \end_inset
20170 </cell>
20171 <cell alignment="center" valignment="top" usebox="none">
20172 \begin_inset Text
20173
20174 \begin_layout Plain Layout
20175
20176 \end_layout
20177
20178 \end_inset
20179 </cell>
20180 <cell alignment="center" valignment="top" usebox="none">
20181 \begin_inset Text
20182
20183 \begin_layout Plain Layout
20184
20185 \end_layout
20186
20187 \end_inset
20188 </cell>
20189 <cell alignment="center" valignment="top" usebox="none">
20190 \begin_inset Text
20191
20192 \begin_layout Plain Layout
20193
20194 \end_layout
20195
20196 \end_inset
20197 </cell>
20198 <cell alignment="center" valignment="top" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Plain Layout
20202
20203 \end_layout
20204
20205 \end_inset
20206 </cell>
20207 <cell alignment="center" valignment="top" usebox="none">
20208 \begin_inset Text
20209
20210 \begin_layout Plain Layout
20211
20212 \end_layout
20213
20214 \end_inset
20215 </cell>
20216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20217 \begin_inset Text
20218
20219 \begin_layout Plain Layout
20220 \begin_inset ERT
20221 status collapsed
20222
20223 \begin_layout Plain Layout
20224
20225
20226 \backslash
20227
20228 \backslash
20229
20230 \backslash
20231 arrayrulecolor{magenta}%
20232 \end_layout
20233
20234 \end_inset
20235
20236
20237 \end_layout
20238
20239 \end_inset
20240 </cell>
20241 </row>
20242 <row>
20243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20244 \begin_inset Text
20245
20246 \begin_layout Plain Layout
20247 \begin_inset ERT
20248 status collapsed
20249
20250 \begin_layout Plain Layout
20251
20252
20253 \backslash
20254 multicolumn{1}{|c!{
20255 \backslash
20256 color{red}
20257 \backslash
20258 vline}}{
20259 \end_layout
20260
20261 \end_inset
20262
20263
20264 \begin_inset ERT
20265 status collapsed
20266
20267 \begin_layout Plain Layout
20268
20269 }
20270 \end_layout
20271
20272 \end_inset
20273
20274
20275 \end_layout
20276
20277 \end_inset
20278 </cell>
20279 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20280 \begin_inset Text
20281
20282 \begin_layout Plain Layout
20283 \begin_inset ERT
20284 status collapsed
20285
20286 \begin_layout Plain Layout
20287
20288
20289 \backslash
20290 multicolumn{1}{c!{
20291 \backslash
20292 color{green}
20293 \backslash
20294 vline}}{
20295 \end_layout
20296
20297 \end_inset
20298
20299
20300 \begin_inset ERT
20301 status collapsed
20302
20303 \begin_layout Plain Layout
20304
20305 }
20306 \end_layout
20307
20308 \end_inset
20309
20310
20311 \end_layout
20312
20313 \end_inset
20314 </cell>
20315 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20316 \begin_inset Text
20317
20318 \begin_layout Plain Layout
20319 \begin_inset ERT
20320 status collapsed
20321
20322 \begin_layout Plain Layout
20323
20324
20325 \backslash
20326 multicolumn{1}{c!{
20327 \backslash
20328 color{yellow}
20329 \backslash
20330 vline}}{
20331 \end_layout
20332
20333 \end_inset
20334
20335
20336 \begin_inset ERT
20337 status collapsed
20338
20339 \begin_layout Plain Layout
20340
20341 }
20342 \end_layout
20343
20344 \end_inset
20345
20346
20347 \end_layout
20348
20349 \end_inset
20350 </cell>
20351 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355 \begin_inset ERT
20356 status collapsed
20357
20358 \begin_layout Plain Layout
20359
20360
20361 \backslash
20362 multicolumn{1}{c!{
20363 \backslash
20364 color{blue}
20365 \backslash
20366 vline}}{
20367 \end_layout
20368
20369 \end_inset
20370
20371
20372 \begin_inset ERT
20373 status collapsed
20374
20375 \begin_layout Plain Layout
20376
20377 }
20378 \end_layout
20379
20380 \end_inset
20381
20382
20383 \end_layout
20384
20385 \end_inset
20386 </cell>
20387 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Plain Layout
20391 \begin_inset ERT
20392 status collapsed
20393
20394 \begin_layout Plain Layout
20395
20396
20397 \backslash
20398 multicolumn{1}{c!{
20399 \backslash
20400 color{cyan}
20401 \backslash
20402 vline}}{
20403 \end_layout
20404
20405 \end_inset
20406
20407
20408 \begin_inset ERT
20409 status collapsed
20410
20411 \begin_layout Plain Layout
20412
20413 }
20414 \end_layout
20415
20416 \end_inset
20417
20418
20419 \end_layout
20420
20421 \end_inset
20422 </cell>
20423 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20424 \begin_inset Text
20425
20426 \begin_layout Plain Layout
20427 \begin_inset ERT
20428 status collapsed
20429
20430 \begin_layout Plain Layout
20431
20432
20433 \backslash
20434 multicolumn{1}{c!{
20435 \backslash
20436 color{black}
20437 \backslash
20438 vline}}{
20439 \end_layout
20440
20441 \end_inset
20442
20443
20444 \begin_inset ERT
20445 status collapsed
20446
20447 \begin_layout Plain Layout
20448
20449 }
20450 \end_layout
20451
20452 \end_inset
20453
20454
20455 \end_layout
20456
20457 \end_inset
20458 </cell>
20459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20460 \begin_inset Text
20461
20462 \begin_layout Plain Layout
20463 \begin_inset ERT
20464 status collapsed
20465
20466 \begin_layout Plain Layout
20467
20468
20469 \backslash
20470 multicolumn{1}{c|}{
20471 \end_layout
20472
20473 \end_inset
20474
20475
20476 \begin_inset ERT
20477 status collapsed
20478
20479 \begin_layout Plain Layout
20480
20481 }
20482 \end_layout
20483
20484 \end_inset
20485
20486
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 </row>
20492 <row>
20493 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20494 \begin_inset Text
20495
20496 \begin_layout Plain Layout
20497 \begin_inset ERT
20498 status collapsed
20499
20500 \begin_layout Plain Layout
20501
20502
20503 \backslash
20504 arrayrulecolor{black}
20505 \end_layout
20506
20507 \end_inset
20508
20509 B
20510 \end_layout
20511
20512 \end_inset
20513 </cell>
20514 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20515 \begin_inset Text
20516
20517 \begin_layout Plain Layout
20518
20519 \end_layout
20520
20521 \end_inset
20522 </cell>
20523 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20524 \begin_inset Text
20525
20526 \begin_layout Plain Layout
20527
20528 \end_layout
20529
20530 \end_inset
20531 </cell>
20532 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20533 \begin_inset Text
20534
20535 \begin_layout Plain Layout
20536
20537 \end_layout
20538
20539 \end_inset
20540 </cell>
20541 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20542 \begin_inset Text
20543
20544 \begin_layout Plain Layout
20545
20546 \end_layout
20547
20548 \end_inset
20549 </cell>
20550 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20551 \begin_inset Text
20552
20553 \begin_layout Plain Layout
20554
20555 \end_layout
20556
20557 \end_inset
20558 </cell>
20559 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20560 \begin_inset Text
20561
20562 \begin_layout Plain Layout
20563
20564 \end_layout
20565
20566 \end_inset
20567 </cell>
20568 </row>
20569 </lyxtabular>
20570
20571 \end_inset
20572
20573
20574 \end_layout
20575
20576 \end_inset
20577
20578
20579 \end_layout
20580
20581 \begin_layout Standard
20582 \begin_inset ERT
20583 status collapsed
20584
20585 \begin_layout Plain Layout
20586
20587
20588 \backslash
20589 setlength{
20590 \backslash
20591 arrayrulewidth}{0.4pt}
20592 \end_layout
20593
20594 \end_inset
20595
20596
20597 \end_layout
20598
20599 \begin_layout Section
20600 Rotierte Tabellenzellen
20601 \begin_inset CommandInset label
20602 LatexCommand label
20603 name "abs:Rotierte-Tabellenzellen"
20604
20605 \end_inset
20606
20607
20608 \begin_inset Index idx
20609 status collapsed
20610
20611 \begin_layout Plain Layout
20612 Tabellen ! rotierte Zellen
20613 \end_layout
20614
20615 \end_inset
20616
20617
20618 \begin_inset Index idx
20619 status collapsed
20620
20621 \begin_layout Plain Layout
20622 Rotiertes Material
20623 \end_layout
20624
20625 \end_inset
20626
20627
20628 \end_layout
20629
20630 \begin_layout Standard
20631 \begin_inset Note Greyedout
20632 status open
20633
20634 \begin_layout Plain Layout
20635
20636 \series bold
20637 Achtung:
20638 \series default
20639  Nicht alle DVI-Betrachter können Rotationen anzeigen.
20640 \end_layout
20641
20642 \end_inset
20643
20644
20645 \end_layout
20646
20647 \begin_layout Standard
20648 Tabelle
20649 \begin_inset space ~
20650 \end_inset
20651
20652
20653 \begin_inset CommandInset ref
20654 LatexCommand ref
20655 reference "tab:Tabelle-mit-rotierten"
20656
20657 \end_inset
20658
20659  ist ein Beispiel bei dem 3
20660 \begin_inset space ~
20661 \end_inset
20662
20663 Zellen um 45
20664 \begin_inset space \thinspace{}
20665 \end_inset
20666
20667 ° rotiert wurden.
20668 \end_layout
20669
20670 \begin_layout Standard
20671 \begin_inset Float table
20672 placement h
20673 alignment document
20674 wide false
20675 sideways false
20676 status open
20677
20678 \begin_layout Plain Layout
20679 \begin_inset Caption Standard
20680
20681 \begin_layout Plain Layout
20682 \begin_inset CommandInset label
20683 LatexCommand label
20684 name "tab:Tabelle-mit-rotierten"
20685
20686 \end_inset
20687
20688 Tabelle mit rotierten Zellen in der ersten Zeile.
20689 \end_layout
20690
20691 \end_inset
20692
20693
20694 \end_layout
20695
20696 \begin_layout Plain Layout
20697 \noindent
20698 \align center
20699 \begin_inset Tabular
20700 <lyxtabular version="3" rows="2" columns="3">
20701 <features tabularvalignment="middle">
20702 <column alignment="center" valignment="top" width="0pt">
20703 <column alignment="center" valignment="top" width="0pt">
20704 <column alignment="center" valignment="top" width="0pt">
20705 <row>
20706 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20707 \begin_inset Text
20708
20709 \begin_layout Plain Layout
20710 Tassen
20711 \end_layout
20712
20713 \end_inset
20714 </cell>
20715 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20716 \begin_inset Text
20717
20718 \begin_layout Plain Layout
20719 Teller
20720 \end_layout
20721
20722 \end_inset
20723 </cell>
20724 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20725 \begin_inset Text
20726
20727 \begin_layout Plain Layout
20728 Untertassen
20729 \end_layout
20730
20731 \end_inset
20732 </cell>
20733 </row>
20734 <row>
20735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20736 \begin_inset Text
20737
20738 \begin_layout Plain Layout
20739 45
20740 \end_layout
20741
20742 \end_inset
20743 </cell>
20744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748 33
20749 \end_layout
20750
20751 \end_inset
20752 </cell>
20753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20754 \begin_inset Text
20755
20756 \begin_layout Plain Layout
20757 21
20758 \end_layout
20759
20760 \end_inset
20761 </cell>
20762 </row>
20763 </lyxtabular>
20764
20765 \end_inset
20766
20767
20768 \end_layout
20769
20770 \end_inset
20771
20772
20773 \end_layout
20774
20775 \begin_layout Standard
20776 \begin_inset Note Greyedout
20777 status open
20778
20779 \begin_layout Plain Layout
20780
20781 \series bold
20782 Achtung:
20783 \series default
20784  Zeilenumbrüche (Tastenkürzel 
20785 \family sans
20786 Strg+Enter
20787 \family default
20788 ) sind in rotierten Zellen nicht erlaubt.
20789 \end_layout
20790
20791 \end_inset
20792
20793
20794 \end_layout
20795
20796 \begin_layout Standard
20797 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
20798  den Zelleninhalt in eine Minipage oder Parbox tun.
20799 \begin_inset Foot
20800 status collapsed
20801
20802 \begin_layout Plain Layout
20803 Für mehr über diese Boxen siehe Abschnitt
20804 \begin_inset space ~
20805 \end_inset
20806
20807
20808 \begin_inset CommandInset ref
20809 LatexCommand ref
20810 reference "abs:Minipage"
20811
20812 \end_inset
20813
20814  und 
20815 \begin_inset CommandInset ref
20816 LatexCommand ref
20817 reference "abs:Parbox"
20818
20819 \end_inset
20820
20821 .
20822 \end_layout
20823
20824 \end_inset
20825
20826  Wenn Sie diese Zelle um 90
20827 \begin_inset space \thinspace{}
20828 \end_inset
20829
20830 ° rotieren, ist die Breite der Box die Höhe der Zelle.
20831  Um zu vermeiden, dass man eine geeignete Breite abschätzen muss, kann man
20832  eine Minipage mit variabler Breite verwenden.
20833  So eine Box wird eingefügt, indem man das Modul 
20834 \family sans
20835 Breitenvariable
20836 \begin_inset space ~
20837 \end_inset
20838
20839 Minipages
20840 \family default
20841  in den Dokumenteinstellungen lädt.
20842  Dann kann man das Menü 
20843 \family sans
20844 Einfügen\SpecialChar menuseparator
20845 Benutzerdefinierte
20846 \begin_inset space ~
20847 \end_inset
20848
20849 Einfügungen\SpecialChar menuseparator
20850 Minipage
20851 \begin_inset space ~
20852 \end_inset
20853
20854 (var.
20855 \begin_inset space ~
20856 \end_inset
20857
20858 Breite)
20859 \family default
20860  vewenden.
20861  Tabelle
20862 \begin_inset space ~
20863 \end_inset
20864
20865
20866 \begin_inset CommandInset ref
20867 LatexCommand ref
20868 reference "tab:Tabelle-mit-rotierter-Umbruch"
20869
20870 \end_inset
20871
20872  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch in der eine
20873  Minipage mit variabler Breite verwendet wurde.
20874 \end_layout
20875
20876 \begin_layout Standard
20877 \begin_inset Float table
20878 placement document
20879 alignment document
20880 wide false
20881 sideways false
20882 status open
20883
20884 \begin_layout Plain Layout
20885 \begin_inset Caption Standard
20886
20887 \begin_layout Plain Layout
20888 \begin_inset CommandInset label
20889 LatexCommand label
20890 name "tab:Tabelle-mit-rotierter-Umbruch"
20891
20892 \end_inset
20893
20894 Tabelle mit rotierter Zelle mit Zeilenumbruch.
20895 \end_layout
20896
20897 \end_inset
20898
20899
20900 \end_layout
20901
20902 \begin_layout Plain Layout
20903 \noindent
20904 \align center
20905 \begin_inset Tabular
20906 <lyxtabular version="3" rows="2" columns="3">
20907 <features tabularvalignment="middle">
20908 <column alignment="center" valignment="top">
20909 <column alignment="center" valignment="top" width="0pt">
20910 <column alignment="center" valignment="top">
20911 <row>
20912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20913 \begin_inset Text
20914
20915 \begin_layout Plain Layout
20916 a
20917 \end_layout
20918
20919 \end_inset
20920 </cell>
20921 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20922 \begin_inset Text
20923
20924 \begin_layout Plain Layout
20925 \begin_inset Flex Minipage (Var. Width)
20926 status open
20927
20928 \begin_layout Plain Layout
20929 rotierte Zelle
20930 \begin_inset Newline newline
20931 \end_inset
20932
20933 mit Zeilenumbruch
20934 \begin_inset space ~
20935 \end_inset
20936
20937
20938 \end_layout
20939
20940 \end_inset
20941
20942
20943 \end_layout
20944
20945 \end_inset
20946 </cell>
20947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20948 \begin_inset Text
20949
20950 \begin_layout Plain Layout
20951 e
20952 \end_layout
20953
20954 \end_inset
20955 </cell>
20956 </row>
20957 <row>
20958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20959 \begin_inset Text
20960
20961 \begin_layout Plain Layout
20962 b
20963 \end_layout
20964
20965 \end_inset
20966 </cell>
20967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20968 \begin_inset Text
20969
20970 \begin_layout Plain Layout
20971 c
20972 \end_layout
20973
20974 \end_inset
20975 </cell>
20976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20977 \begin_inset Text
20978
20979 \begin_layout Plain Layout
20980 d
20981 \end_layout
20982
20983 \end_inset
20984 </cell>
20985 </row>
20986 </lyxtabular>
20987
20988 \end_inset
20989
20990
20991 \end_layout
20992
20993 \end_inset
20994
20995
20996 \end_layout
20997
20998 \begin_layout Section
20999 Berechnung der Tabellenbreite
21000 \begin_inset CommandInset label
21001 LatexCommand label
21002 name "abs:Berechnung-der-Tabellenbreite"
21003
21004 \end_inset
21005
21006
21007 \end_layout
21008
21009 \begin_layout Standard
21010 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
21011  Tabelle nicht über den Seitenrand hinausragt.
21012  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
21013  aber wie viel Platz wird für jede Spalte benötigt?
21014 \end_layout
21015
21016 \begin_layout Standard
21017 Die Tabellenbreite 
21018 \begin_inset Formula $W_{\mathrm{Tabelle}}$
21019 \end_inset
21020
21021  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
21022  
21023 \begin_inset Formula $W_{\mathrm{Spalte}}$
21024 \end_inset
21025
21026  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
21027  Spalteninhalt und dem Rand der Spalte (\SpecialChar LaTeX
21028 -Länge
21029 \series bold
21030  
21031 \backslash
21032 tabcolsep
21033 \series default
21034 , Voreinstellung 6
21035 \begin_inset space \thinspace{}
21036 \end_inset
21037
21038 pt) plus die Breite einer Tabellenlinie (\SpecialChar LaTeX
21039 -Länge 
21040 \series bold
21041
21042 \backslash
21043 arrayrulewidth
21044 \series default
21045 , Voreinstellung 0.4
21046 \begin_inset space \thinspace{}
21047 \end_inset
21048
21049 pt): Wenn alle 
21050 \begin_inset Formula $n$
21051 \end_inset
21052
21053
21054 \begin_inset space ~
21055 \end_inset
21056
21057 Spalten dieselbe Breite haben, ist die Tabellenbreite also
21058 \begin_inset Formula 
21059 \begin{equation}
21060 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
21061 \end{equation}
21062
21063 \end_inset
21064
21065
21066 \end_layout
21067
21068 \begin_layout Standard
21069 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
21070  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (\SpecialChar LaTeX
21071 -Länge
21072  
21073 \series bold
21074
21075 \backslash
21076 columnwidth
21077 \series default
21078 ).
21079  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
21080 \begin_inset Formula $W_{\mathrm{Tabelle}}$
21081 \end_inset
21082
21083  gleich 1
21084 \begin_inset space \thinspace{}
21085 \end_inset
21086
21087
21088 \backslash
21089 columnwidth sein soll, kann 
21090 \begin_inset Formula $W_{\mathrm{Spalte}}$
21091 \end_inset
21092
21093  leicht berechnet werden.
21094 \end_layout
21095
21096 \begin_layout Standard
21097 Um Berechnungen ausführen zu können, muss das \SpecialChar LaTeX
21098 -Paket 
21099 \series bold
21100 calc
21101 \series default
21102
21103 \begin_inset Index idx
21104 status collapsed
21105
21106 \begin_layout Plain Layout
21107 \SpecialChar LaTeX
21108 -Pakete ! calc
21109 \end_layout
21110
21111 \end_inset
21112
21113  im \SpecialChar LaTeX
21114 -Vorspann geladen werden.
21115  Um die Breite im Tabellendialog anzugeben, muss das Feld 
21116 \family sans
21117 \SpecialChar LaTeX
21118 -Argument
21119 \family default
21120  verwendet werden.
21121  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
21122 \begin_inset space ~
21123 \end_inset
21124
21125
21126 \begin_inset CommandInset ref
21127 LatexCommand ref
21128 reference "uab:Mehrfachspalten-Berechnungen"
21129
21130 \end_inset
21131
21132  erklärt ist.
21133  Für eine Tabelle mit 5
21134 \begin_inset space \thinspace{}
21135 \end_inset
21136
21137 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
21138  für jede Spalte den Befehl
21139 \end_layout
21140
21141 \begin_layout Standard
21142
21143 \series bold
21144 >{
21145 \backslash
21146 centering}p{(1
21147 \backslash
21148 columnwidth-62.4pt)/5}
21149 \end_layout
21150
21151 \begin_layout Standard
21152 an.
21153  Für eine Tabelle mit 5
21154 \begin_inset space \thinspace{}
21155 \end_inset
21156
21157 Spalten bei der 2 das 0,75
21158 \begin_inset space \thinspace{}
21159 \end_inset
21160
21161 fache der Breite der anderen 3
21162 \begin_inset space ~
21163 \end_inset
21164
21165 Spalten haben sollen, ist die Berechnung
21166 \begin_inset Formula 
21167 \begin{align}
21168 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{Spalte}}+2\cdot0,75\,W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
21169  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
21170  & =4,5\,W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
21171 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
21172 \end{align}
21173
21174 \end_inset
21175
21176
21177 \end_layout
21178
21179 \begin_layout Standard
21180 In der Tabelle wird daher der Befehl
21181 \end_layout
21182
21183 \begin_layout Standard
21184
21185 \series bold
21186 >{
21187 \backslash
21188 centering}p{(1
21189 \backslash
21190 columnwidth-62.4pt)/
21191 \backslash
21192 real{4.5}}
21193 \end_layout
21194
21195 \begin_layout Standard
21196 für die breiteren Spalten verwendet und
21197 \end_layout
21198
21199 \begin_layout Standard
21200
21201 \series bold
21202 >{
21203 \backslash
21204 centering}p{(1
21205 \backslash
21206 columnwidth-62.4pt)/
21207 \backslash
21208 real{4.5}*
21209 \backslash
21210 real{0.75}}
21211 \end_layout
21212
21213 \begin_layout Standard
21214 für die schmaleren:
21215 \end_layout
21216
21217 \begin_layout Standard
21218 \begin_inset Tabular
21219 <lyxtabular version="3" rows="2" columns="5">
21220 <features tabularvalignment="middle">
21221 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21222 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21223 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21224 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21225 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21226 <row>
21227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21228 \begin_inset Text
21229
21230 \begin_layout Plain Layout
21231 1
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21237 \begin_inset Text
21238
21239 \begin_layout Plain Layout
21240 2
21241 \end_layout
21242
21243 \end_inset
21244 </cell>
21245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21246 \begin_inset Text
21247
21248 \begin_layout Plain Layout
21249 3
21250 \end_layout
21251
21252 \end_inset
21253 </cell>
21254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21255 \begin_inset Text
21256
21257 \begin_layout Plain Layout
21258 4
21259 \end_layout
21260
21261 \end_inset
21262 </cell>
21263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21264 \begin_inset Text
21265
21266 \begin_layout Plain Layout
21267 5
21268 \end_layout
21269
21270 \end_inset
21271 </cell>
21272 </row>
21273 <row>
21274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 111111 1111111 111111 111111111 11111 11111 1111
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21293 \begin_inset Text
21294
21295 \begin_layout Plain Layout
21296 2222 22222 222222 222222222 2222222 22 22222
21297 \end_layout
21298
21299 \end_inset
21300 </cell>
21301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21302 \begin_inset Text
21303
21304 \begin_layout Plain Layout
21305
21306 \end_layout
21307
21308 \end_inset
21309 </cell>
21310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21311 \begin_inset Text
21312
21313 \begin_layout Plain Layout
21314 333333 333333 333333 33333 3333333 333
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 </row>
21320 </lyxtabular>
21321
21322 \end_inset
21323
21324
21325 \end_layout
21326
21327 \begin_layout Section
21328 Tabellen-Anpassung
21329 \begin_inset Index idx
21330 status collapsed
21331
21332 \begin_layout Plain Layout
21333 Tabellen ! Anpassung
21334 \end_layout
21335
21336 \end_inset
21337
21338
21339 \end_layout
21340
21341 \begin_layout Subsection
21342 Zeilenabstand
21343 \begin_inset CommandInset label
21344 LatexCommand label
21345 name "uab:Zeilenabstand"
21346
21347 \end_inset
21348
21349
21350 \begin_inset Index idx
21351 status collapsed
21352
21353 \begin_layout Plain Layout
21354 Tabellen ! Zeilenabstand
21355 \end_layout
21356
21357 \end_inset
21358
21359
21360 \end_layout
21361
21362 \begin_layout Standard
21363 Auf der Karteikarte 
21364 \family sans
21365 Rahmen
21366 \family default
21367  des 
21368 \family sans
21369 Tabellen-Einstellungen
21370 \family default
21371 -Dialogs können Sie 
21372 \family sans
21373 zusätzliche
21374 \begin_inset space ~
21375 \end_inset
21376
21377 Abstände
21378 \family default
21379  einfügen.
21380  Dabei haben Sie drei Möglichkeiten:
21381 \end_layout
21382
21383 \begin_layout Description
21384 Oberhalb
21385 \begin_inset space ~
21386 \end_inset
21387
21388 der
21389 \begin_inset space ~
21390 \end_inset
21391
21392 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
21393  Bei einer formalen Tabelle
21394 \begin_inset Foot
21395 status collapsed
21396
21397 \begin_layout Plain Layout
21398 Formale Tabellen wurden in Abschnitt
21399 \begin_inset space ~
21400 \end_inset
21401
21402
21403 \begin_inset CommandInset ref
21404 LatexCommand ref
21405 reference "abs:Formale-Tabellen"
21406
21407 \end_inset
21408
21409  beschrieben.
21410 \end_layout
21411
21412 \end_inset
21413
21414  fügt \SpecialChar LyX
21415  standardmäßig 0.5
21416 \begin_inset space \thinspace{}
21417 \end_inset
21418
21419 em Leerraum ein.
21420  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
21421 \begin_inset VSpace medskip
21422 \end_inset
21423
21424
21425 \begin_inset Newline newline
21426 \end_inset
21427
21428
21429 \begin_inset space \hspace*{}
21430 \length 0pt
21431 \end_inset
21432
21433
21434 \begin_inset space \hfill{}
21435 \end_inset
21436
21437
21438 \begin_inset Tabular
21439 <lyxtabular version="3" rows="3" columns="1">
21440 <features tabularvalignment="middle">
21441 <column alignment="center" valignment="top">
21442 <row>
21443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21444 \begin_inset Text
21445
21446 \begin_layout Plain Layout
21447 A
21448 \end_layout
21449
21450 \end_inset
21451 </cell>
21452 </row>
21453 <row topspace="3mm">
21454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21455 \begin_inset Text
21456
21457 \begin_layout Plain Layout
21458 3
21459 \begin_inset space \thinspace{}
21460 \end_inset
21461
21462 mm Leerraum oberhalb der Zeile
21463 \end_layout
21464
21465 \end_inset
21466 </cell>
21467 </row>
21468 <row>
21469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21470 \begin_inset Text
21471
21472 \begin_layout Plain Layout
21473 C
21474 \end_layout
21475
21476 \end_inset
21477 </cell>
21478 </row>
21479 </lyxtabular>
21480
21481 \end_inset
21482
21483
21484 \begin_inset space \hfill{}
21485 \end_inset
21486
21487
21488 \begin_inset space \hspace*{}
21489 \length 0pt
21490 \end_inset
21491
21492
21493 \begin_inset VSpace medskip
21494 \end_inset
21495
21496
21497 \begin_inset Newline newline
21498 \end_inset
21499
21500 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
21501 n Linien verwenden.
21502 \end_layout
21503
21504 \begin_layout Description
21505 Unterhalb
21506 \begin_inset space ~
21507 \end_inset
21508
21509 der
21510 \begin_inset space ~
21511 \end_inset
21512
21513 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
21514  Bei einer formalen Tabelle fügt \SpecialChar LyX
21515  standardmäßig 0.5
21516 \begin_inset space \thinspace{}
21517 \end_inset
21518
21519 em Leerraum ein.
21520  Bei normalen Tabellen ist der Standardwert 2
21521 \begin_inset space \thinspace{}
21522 \end_inset
21523
21524 pt.
21525 \end_layout
21526
21527 \begin_layout Description
21528 Zwischen
21529 \begin_inset space ~
21530 \end_inset
21531
21532 den
21533 \begin_inset space ~
21534 \end_inset
21535
21536 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
21537  Bei einer formalen Tabelle fügt \SpecialChar LyX
21538  standardmäßig 0.5
21539 \begin_inset space \thinspace{}
21540 \end_inset
21541
21542 em Leerraum ein.
21543  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
21544 \begin_inset VSpace medskip
21545 \end_inset
21546
21547
21548 \begin_inset Newline newline
21549 \end_inset
21550
21551
21552 \begin_inset space \hspace*{}
21553 \length 0pt
21554 \end_inset
21555
21556
21557 \begin_inset space \hfill{}
21558 \end_inset
21559
21560
21561 \begin_inset Tabular
21562 <lyxtabular version="3" rows="3" columns="1">
21563 <features tabularvalignment="middle">
21564 <column alignment="center" valignment="top">
21565 <row>
21566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21567 \begin_inset Text
21568
21569 \begin_layout Plain Layout
21570 A
21571 \end_layout
21572
21573 \end_inset
21574 </cell>
21575 </row>
21576 <row interlinespace="3mm">
21577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21578 \begin_inset Text
21579
21580 \begin_layout Plain Layout
21581 \begin_inset Formula $\downarrow$
21582 \end_inset
21583
21584  3
21585 \begin_inset space \thinspace{}
21586 \end_inset
21587
21588 mm Leerraum zwischen den Zeilen 
21589 \begin_inset Formula $\downarrow$
21590 \end_inset
21591
21592
21593 \end_layout
21594
21595 \end_inset
21596 </cell>
21597 </row>
21598 <row>
21599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21600 \begin_inset Text
21601
21602 \begin_layout Plain Layout
21603 \begin_inset Formula $\uparrow$
21604 \end_inset
21605
21606  3
21607 \begin_inset space \thinspace{}
21608 \end_inset
21609
21610 mm Leerraum zwischen den Zeilen 
21611 \begin_inset Formula $\uparrow$
21612 \end_inset
21613
21614
21615 \end_layout
21616
21617 \end_inset
21618 </cell>
21619 </row>
21620 </lyxtabular>
21621
21622 \end_inset
21623
21624
21625 \begin_inset space \hfill{}
21626 \end_inset
21627
21628
21629 \begin_inset space \hspace*{}
21630 \length 0pt
21631 \end_inset
21632
21633
21634 \begin_inset VSpace medskip
21635 \end_inset
21636
21637
21638 \begin_inset Newline newline
21639 \end_inset
21640
21641 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
21642 n Linien verwenden.
21643 \end_layout
21644
21645 \begin_layout Standard
21646 \begin_inset VSpace bigskip
21647 \end_inset
21648
21649 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
21650  Befehlen im \SpecialChar LaTeX
21651 -Vorspann machen:
21652 \end_layout
21653
21654 \begin_layout Standard
21655
21656 \series bold
21657
21658 \backslash
21659 @ifundefined{extrarowheight}
21660 \begin_inset Newline newline
21661 \end_inset
21662
21663
21664 \begin_inset Phantom HPhantom
21665 status open
21666
21667 \begin_layout Plain Layout
21668
21669 \series bold
21670 \begin_inset space ~
21671 \end_inset
21672
21673
21674 \end_layout
21675
21676 \end_inset
21677
21678 {
21679 \backslash
21680 usepackage{array}}{}
21681 \begin_inset Newline newline
21682 \end_inset
21683
21684
21685 \backslash
21686 setlength{
21687 \backslash
21688 extrarowheight}{Höhe}
21689 \series default
21690
21691 \begin_inset Note Note
21692 status collapsed
21693
21694 \begin_layout Plain Layout
21695 Das Paket 
21696 \series bold
21697 array
21698 \series default
21699  wird automatisch von \SpecialChar LyX
21700  geladen, wenn Sie selbst definierte Tabellenformate
21701  verwenden.
21702  Der Befehl 
21703 \series bold
21704
21705 \backslash
21706 @ifundefined
21707 \series default
21708  vermeidet, dass es in diesem Fall doppelt geladen wird.
21709 \end_layout
21710
21711 \end_inset
21712
21713
21714 \end_layout
21715
21716 \begin_layout Standard
21717 wobei die 
21718 \family sans
21719 Höhe
21720 \family default
21721  eine der in Anhang
21722 \begin_inset space ~
21723 \end_inset
21724
21725
21726 \begin_inset CommandInset ref
21727 LatexCommand ref
21728 reference "kap:In-LyX-verfügbare"
21729
21730 \end_inset
21731
21732  aufgelisteten Einheiten haben kann.
21733  Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
21734  ausgerichtet sind.
21735 \end_layout
21736
21737 \begin_layout Standard
21738 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
21739  zu nah an den Buchstaben.
21740  Das kann korrigiert werden, indem man den Befehl 
21741 \series bold
21742
21743 \backslash
21744 strut
21745 \series default
21746  als \SpecialChar TeX
21747 -Code am Anfang einer Tabellenzeile einfügt.
21748  Tabelle
21749 \begin_inset space ~
21750 \end_inset
21751
21752
21753 \begin_inset CommandInset ref
21754 LatexCommand ref
21755 reference "tab:Vertikale-Ausrichtung-von"
21756
21757 \end_inset
21758
21759  zeigt den Effekt.
21760 \end_layout
21761
21762 \begin_layout Standard
21763 \noindent
21764 \begin_inset Float table
21765 placement h
21766 alignment document
21767 wide false
21768 sideways false
21769 status open
21770
21771 \begin_layout Plain Layout
21772 \begin_inset Caption Standard
21773
21774 \begin_layout Plain Layout
21775 \begin_inset CommandInset label
21776 LatexCommand label
21777 name "tab:Vertikale-Ausrichtung-von"
21778
21779 \end_inset
21780
21781 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
21782 \end_layout
21783
21784 \end_inset
21785
21786
21787 \end_layout
21788
21789 \begin_layout Plain Layout
21790 \begin_inset space \hfill{}
21791 \end_inset
21792
21793
21794 \begin_inset Float table
21795 placement document
21796 alignment document
21797 wide false
21798 sideways false
21799 status collapsed
21800
21801 \begin_layout Plain Layout
21802 \begin_inset Caption Standard
21803
21804 \begin_layout Plain Layout
21805 Normale Tabelle.
21806 \end_layout
21807
21808 \end_inset
21809
21810
21811 \end_layout
21812
21813 \begin_layout Plain Layout
21814 \noindent
21815 \align center
21816 \begin_inset Tabular
21817 <lyxtabular version="3" rows="6" columns="1">
21818 <features tabularvalignment="middle">
21819 <column alignment="left" valignment="top">
21820 <row>
21821 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21822 \begin_inset Text
21823
21824 \begin_layout Plain Layout
21825 Normal, g
21826 \end_layout
21827
21828 \end_inset
21829 </cell>
21830 </row>
21831 <row>
21832 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21833 \begin_inset Text
21834
21835 \begin_layout Plain Layout
21836
21837 \size large
21838 Groß, g
21839 \end_layout
21840
21841 \end_inset
21842 </cell>
21843 </row>
21844 <row>
21845 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849
21850 \size larger
21851 Größer, g
21852 \end_layout
21853
21854 \end_inset
21855 </cell>
21856 </row>
21857 <row>
21858 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21859 \begin_inset Text
21860
21861 \begin_layout Plain Layout
21862
21863 \size largest
21864 noch Größer, g
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 </row>
21870 <row>
21871 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21872 \begin_inset Text
21873
21874 \begin_layout Plain Layout
21875
21876 \size huge
21877 Riesig
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 </row>
21883 <row>
21884 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888
21889 \size giant
21890 Gigantisch
21891 \end_layout
21892
21893 \end_inset
21894 </cell>
21895 </row>
21896 </lyxtabular>
21897
21898 \end_inset
21899
21900
21901 \end_layout
21902
21903 \end_inset
21904
21905
21906 \begin_inset space \hfill{}
21907 \end_inset
21908
21909
21910 \begin_inset Float table
21911 placement document
21912 alignment document
21913 wide false
21914 sideways false
21915 status collapsed
21916
21917 \begin_layout Plain Layout
21918 \begin_inset Caption Standard
21919
21920 \begin_layout Plain Layout
21921 Tabelle bei der der Befehl 
21922 \series bold
21923
21924 \backslash
21925 strut
21926 \series default
21927  verwendet wurde.
21928 \end_layout
21929
21930 \end_inset
21931
21932
21933 \end_layout
21934
21935 \begin_layout Plain Layout
21936 \noindent
21937 \align center
21938 \begin_inset Tabular
21939 <lyxtabular version="3" rows="6" columns="1">
21940 <features tabularvalignment="middle">
21941 <column alignment="left" valignment="top">
21942 <row>
21943 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21944 \begin_inset Text
21945
21946 \begin_layout Plain Layout
21947 Normal, g
21948 \end_layout
21949
21950 \end_inset
21951 </cell>
21952 </row>
21953 <row>
21954 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21955 \begin_inset Text
21956
21957 \begin_layout Plain Layout
21958
21959 \size large
21960 \begin_inset ERT
21961 status collapsed
21962
21963 \begin_layout Plain Layout
21964
21965
21966 \backslash
21967 strut 
21968 \end_layout
21969
21970 \end_inset
21971
21972 Groß, g
21973 \end_layout
21974
21975 \end_inset
21976 </cell>
21977 </row>
21978 <row>
21979 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21980 \begin_inset Text
21981
21982 \begin_layout Plain Layout
21983
21984 \size larger
21985 \begin_inset ERT
21986 status collapsed
21987
21988 \begin_layout Plain Layout
21989
21990
21991 \backslash
21992 strut 
21993 \end_layout
21994
21995 \end_inset
21996
21997 Größer, g
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 </row>
22003 <row>
22004 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22005 \begin_inset Text
22006
22007 \begin_layout Plain Layout
22008
22009 \size largest
22010 \begin_inset ERT
22011 status collapsed
22012
22013 \begin_layout Plain Layout
22014
22015
22016 \backslash
22017 strut 
22018 \end_layout
22019
22020 \end_inset
22021
22022 noch Größer, g
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 </row>
22028 <row>
22029 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22030 \begin_inset Text
22031
22032 \begin_layout Plain Layout
22033
22034 \size huge
22035 \begin_inset ERT
22036 status collapsed
22037
22038 \begin_layout Plain Layout
22039
22040
22041 \backslash
22042 strut 
22043 \end_layout
22044
22045 \end_inset
22046
22047 Riesig
22048 \end_layout
22049
22050 \end_inset
22051 </cell>
22052 </row>
22053 <row>
22054 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22055 \begin_inset Text
22056
22057 \begin_layout Plain Layout
22058
22059 \size giant
22060 \begin_inset ERT
22061 status collapsed
22062
22063 \begin_layout Plain Layout
22064
22065
22066 \backslash
22067 strut 
22068 \end_layout
22069
22070 \end_inset
22071
22072 Gigantisch
22073 \end_layout
22074
22075 \end_inset
22076 </cell>
22077 </row>
22078 </lyxtabular>
22079
22080 \end_inset
22081
22082
22083 \end_layout
22084
22085 \end_inset
22086
22087
22088 \begin_inset space \hfill{}
22089 \end_inset
22090
22091
22092 \end_layout
22093
22094 \end_inset
22095
22096
22097 \end_layout
22098
22099 \begin_layout Subsection
22100 Besondere Zellenausrichtung
22101 \begin_inset CommandInset label
22102 LatexCommand label
22103 name "uab:Besondere-Zellenausrichtung"
22104
22105 \end_inset
22106
22107
22108 \begin_inset Index idx
22109 status collapsed
22110
22111 \begin_layout Plain Layout
22112 Tabellen ! Zellenausrichtung
22113 \end_layout
22114
22115 \end_inset
22116
22117
22118 \end_layout
22119
22120 \begin_layout Standard
22121 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
22122  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
22123 \begin_inset space ~
22124 \end_inset
22125
22126
22127 \begin_inset CommandInset ref
22128 LatexCommand ref
22129 reference "tab:Tabellenzellen-sind-auf"
22130
22131 \end_inset
22132
22133 .
22134  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
22135  dann entweder den Werkzeugleistenknopf 
22136 \begin_inset Info
22137 type  "icon"
22138 arg   "tabular-feature align-decimal"
22139 \end_inset
22140
22141  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
22142 \family sans
22143 Am
22144 \begin_inset space ~
22145 \end_inset
22146
22147 Dezimaltrenner
22148 \family default
22149  setzt.
22150  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
22151  frei wählen.
22152 \end_layout
22153
22154 \begin_layout Standard
22155 \begin_inset Float table
22156 placement h
22157 alignment document
22158 wide false
22159 sideways false
22160 status open
22161
22162 \begin_layout Plain Layout
22163 \begin_inset Caption Standard
22164
22165 \begin_layout Plain Layout
22166 \begin_inset CommandInset label
22167 LatexCommand label
22168 name "tab:Tabellenzellen-sind-auf"
22169
22170 \end_inset
22171
22172 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
22173 \end_layout
22174
22175 \end_inset
22176
22177
22178 \end_layout
22179
22180 \begin_layout Plain Layout
22181 \align center
22182 \begin_inset Tabular
22183 <lyxtabular version="3" rows="4" columns="1">
22184 <features booktabs="true" tabularvalignment="middle">
22185 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
22186 <row>
22187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22188 \begin_inset Text
22189
22190 \begin_layout Plain Layout
22191 Überschrift
22192 \end_layout
22193
22194 \end_inset
22195 </cell>
22196 </row>
22197 <row>
22198 <cell alignment="center" valignment="top" topline="true" usebox="none">
22199 \begin_inset Text
22200
22201 \begin_layout Plain Layout
22202 12,6
22203 \end_layout
22204
22205 \end_inset
22206 </cell>
22207 </row>
22208 <row>
22209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22210 \begin_inset Text
22211
22212 \begin_layout Plain Layout
22213 0,68
22214 \end_layout
22215
22216 \end_inset
22217 </cell>
22218 </row>
22219 <row>
22220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22221 \begin_inset Text
22222
22223 \begin_layout Plain Layout
22224 -123,0
22225 \end_layout
22226
22227 \end_inset
22228 </cell>
22229 </row>
22230 </lyxtabular>
22231
22232 \end_inset
22233
22234
22235 \end_layout
22236
22237 \end_inset
22238
22239
22240 \end_layout
22241
22242 \begin_layout Standard
22243 \begin_inset Float table
22244 placement h
22245 alignment document
22246 wide false
22247 sideways false
22248 status open
22249
22250 \begin_layout Plain Layout
22251 \begin_inset Caption Standard
22252
22253 \begin_layout Plain Layout
22254 \begin_inset CommandInset label
22255 LatexCommand label
22256 name "tab:Tabellenzellen-Operator"
22257
22258 \end_inset
22259
22260 Tabellenzellen sind auf den Operator ausgerichtet
22261 \end_layout
22262
22263 \end_inset
22264
22265
22266 \end_layout
22267
22268 \begin_layout Plain Layout
22269 \align center
22270 \begin_inset Tabular
22271 <lyxtabular version="3" rows="4" columns="2">
22272 <features booktabs="true" tabularvalignment="middle">
22273 <column alignment="right" valignment="top" width="0pt">
22274 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22275 <row>
22276 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22277 \begin_inset Text
22278
22279 \begin_layout Plain Layout
22280 Überschrift
22281 \end_layout
22282
22283 \end_inset
22284 </cell>
22285 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22286 \begin_inset Text
22287
22288 \begin_layout Plain Layout
22289
22290 \end_layout
22291
22292 \end_inset
22293 </cell>
22294 </row>
22295 <row>
22296 <cell alignment="center" valignment="top" usebox="none">
22297 \begin_inset Text
22298
22299 \begin_layout Plain Layout
22300 \begin_inset Formula $12\,+$
22301 \end_inset
22302
22303
22304 \end_layout
22305
22306 \end_inset
22307 </cell>
22308 <cell alignment="center" valignment="top" usebox="none">
22309 \begin_inset Text
22310
22311 \begin_layout Plain Layout
22312 \begin_inset Formula $\,6$
22313 \end_inset
22314
22315
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 </row>
22321 <row>
22322 <cell alignment="center" valignment="top" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326 \begin_inset Formula $0\,-$
22327 \end_inset
22328
22329
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 <cell alignment="center" valignment="top" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338 \begin_inset Formula $\,68$
22339 \end_inset
22340
22341
22342 \end_layout
22343
22344 \end_inset
22345 </cell>
22346 </row>
22347 <row>
22348 <cell alignment="center" valignment="top" usebox="none">
22349 \begin_inset Text
22350
22351 \begin_layout Plain Layout
22352 \begin_inset Formula $-123\,/$
22353 \end_inset
22354
22355
22356 \end_layout
22357
22358 \end_inset
22359 </cell>
22360 <cell alignment="center" valignment="top" usebox="none">
22361 \begin_inset Text
22362
22363 \begin_layout Plain Layout
22364 \begin_inset Formula $\,0$
22365 \end_inset
22366
22367
22368 \end_layout
22369
22370 \end_inset
22371 </cell>
22372 </row>
22373 </lyxtabular>
22374
22375 \end_inset
22376
22377
22378 \end_layout
22379
22380 \end_inset
22381
22382
22383 \end_layout
22384
22385 \begin_layout Standard
22386 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
22387  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
22388  Formeln erlaubt.
22389  In diesem Fall verwendet man die Methode von Tabelle
22390 \begin_inset space ~
22391 \end_inset
22392
22393
22394 \begin_inset CommandInset ref
22395 LatexCommand ref
22396 reference "tab:Tabellenzellen-Operator"
22397
22398 \end_inset
22399
22400 .
22401  Diese Tabelle wurde als 4×2 Tabelle erstellt.
22402  Die Überschrift ist eine zentrierte Mehrfachspalte.
22403  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
22404  und den Operator.
22405  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
22406  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
22407  um den üblichen Leerraum um einen Operator zu erhalten.
22408  Um den Raum zwischen den beiden Spalten zu löschen, wurde im \SpecialChar LaTeX
22409 -Argument
22410  für die zweite Spalte folgendes eingefügt:
22411 \end_layout
22412
22413 \begin_layout Standard
22414
22415 \series bold
22416 @{}l
22417 \end_layout
22418
22419 \begin_layout Standard
22420 Tabelle
22421 \begin_inset space ~
22422 \end_inset
22423
22424
22425 \begin_inset CommandInset ref
22426 LatexCommand ref
22427 reference "tab:Verschiedene-Ausrichtungen"
22428
22429 \end_inset
22430
22431  zeigt einige Ausrichtungen.
22432  Für die Ausrichtung der Relationen wurde ein kleiner 
22433 \family sans
22434 Leerraum
22435 \family default
22436  eingefügt; wie in der zweiten Spalte von Tabelle
22437 \begin_inset space ~
22438 \end_inset
22439
22440
22441 \begin_inset CommandInset ref
22442 LatexCommand ref
22443 reference "tab:Tabellenzellen-Operator"
22444
22445 \end_inset
22446
22447 .
22448 \end_layout
22449
22450 \begin_layout Standard
22451
22452 \color black
22453 \begin_inset Float table
22454 placement h
22455 alignment document
22456 wide false
22457 sideways false
22458 status open
22459
22460 \begin_layout Plain Layout
22461
22462 \color black
22463 \begin_inset Caption Standard
22464
22465 \begin_layout Plain Layout
22466
22467 \color black
22468 \begin_inset CommandInset label
22469 LatexCommand label
22470 name "tab:Verschiedene-Ausrichtungen"
22471
22472 \end_inset
22473
22474
22475 \color inherit
22476 Verschiedene Ausrichtungen
22477 \end_layout
22478
22479 \end_inset
22480
22481
22482 \end_layout
22483
22484 \begin_layout Plain Layout
22485 \align center
22486 \begin_inset Tabular
22487 <lyxtabular version="3" rows="4" columns="6">
22488 <features tabularvalignment="middle">
22489 <column alignment="right" valignment="top">
22490 <column alignment="left" valignment="top" special="@{}l">
22491 <column alignment="right" valignment="top">
22492 <column alignment="left" valignment="top" special="@{}l">
22493 <column alignment="right" valignment="top">
22494 <column alignment="left" valignment="top" special="@{}l">
22495 <row>
22496 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500 Einheiten
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518 Exponenten
22519 \end_layout
22520
22521 \end_inset
22522 </cell>
22523 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22524 \begin_inset Text
22525
22526 \begin_layout Plain Layout
22527
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536 Relationen
22537 \end_layout
22538
22539 \end_inset
22540 </cell>
22541 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 </row>
22551 <row>
22552 <cell alignment="center" valignment="top" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556 12×
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22562 \begin_inset Text
22563
22564 \begin_layout Plain Layout
22565 24
22566 \begin_inset space \thinspace{}
22567 \end_inset
22568
22569 Flaschen
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 <cell alignment="center" valignment="top" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578 \begin_inset Formula $10\cdot$
22579 \end_inset
22580
22581
22582 \end_layout
22583
22584 \end_inset
22585 </cell>
22586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22587 \begin_inset Text
22588
22589 \begin_layout Plain Layout
22590 \begin_inset Formula $10^{\mbox{-}17}$
22591 \end_inset
22592
22593
22594 \end_layout
22595
22596 \end_inset
22597 </cell>
22598 <cell alignment="center" valignment="top" usebox="none">
22599 \begin_inset Text
22600
22601 \begin_layout Plain Layout
22602 \begin_inset Formula $\Gamma(t)\propto$
22603 \end_inset
22604
22605
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 <cell alignment="center" valignment="top" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614 \begin_inset Formula $\:\Upsilon(t)$
22615 \end_inset
22616
22617
22618 \end_layout
22619
22620 \end_inset
22621 </cell>
22622 </row>
22623 <row>
22624 <cell alignment="center" valignment="top" usebox="none">
22625 \begin_inset Text
22626
22627 \begin_layout Plain Layout
22628 1024×
22629 \end_layout
22630
22631 \end_inset
22632 </cell>
22633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637 768
22638 \begin_inset space \thinspace{}
22639 \end_inset
22640
22641 Pixel
22642 \end_layout
22643
22644 \end_inset
22645 </cell>
22646 <cell alignment="center" valignment="top" usebox="none">
22647 \begin_inset Text
22648
22649 \begin_layout Plain Layout
22650 \begin_inset Formula $5.78\cdot$
22651 \end_inset
22652
22653
22654 \end_layout
22655
22656 \end_inset
22657 </cell>
22658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662 \begin_inset Formula $10^{7}$
22663 \end_inset
22664
22665
22666 \end_layout
22667
22668 \end_inset
22669 </cell>
22670 <cell alignment="center" valignment="top" usebox="none">
22671 \begin_inset Text
22672
22673 \begin_layout Plain Layout
22674 \begin_inset Formula $A\ne$
22675 \end_inset
22676
22677
22678 \end_layout
22679
22680 \end_inset
22681 </cell>
22682 <cell alignment="center" valignment="top" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686 \begin_inset Formula $\:B_{\mathrm{red}}$
22687 \end_inset
22688
22689
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 </row>
22695 <row>
22696 <cell alignment="center" valignment="top" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700 32×
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709 6
22710 \begin_inset space \thinspace{}
22711 \end_inset
22712
22713 cm
22714 \end_layout
22715
22716 \end_inset
22717 </cell>
22718 <cell alignment="center" valignment="top" usebox="none">
22719 \begin_inset Text
22720
22721 \begin_layout Plain Layout
22722 -
22723 \begin_inset Formula $33.5\cdot$
22724 \end_inset
22725
22726
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22732 \begin_inset Text
22733
22734 \begin_layout Plain Layout
22735 \begin_inset Formula $10^{4}$
22736 \end_inset
22737
22738
22739 \end_layout
22740
22741 \end_inset
22742 </cell>
22743 <cell alignment="center" valignment="top" usebox="none">
22744 \begin_inset Text
22745
22746 \begin_layout Plain Layout
22747 \begin_inset Formula $\sin(\alpha)\ge$
22748 \end_inset
22749
22750
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 <cell alignment="center" valignment="top" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759 \begin_inset Formula $\:\sin(\beta)$
22760 \end_inset
22761
22762
22763 \end_layout
22764
22765 \end_inset
22766 </cell>
22767 </row>
22768 </lyxtabular>
22769
22770 \end_inset
22771
22772
22773 \end_layout
22774
22775 \end_inset
22776
22777
22778 \end_layout
22779
22780 \begin_layout Subsection
22781 Angepasste Zellen-/Spaltenformate
22782 \begin_inset CommandInset label
22783 LatexCommand label
22784 name "uab:Angepasste-Zellen-/Spaltenformate"
22785
22786 \end_inset
22787
22788
22789 \begin_inset Index idx
22790 status collapsed
22791
22792 \begin_layout Plain Layout
22793 Tabellen ! Spaltenformat
22794 \end_layout
22795
22796 \end_inset
22797
22798
22799 \end_layout
22800
22801 \begin_layout Standard
22802 Wenn man wie in Abschnitt
22803 \begin_inset space ~
22804 \end_inset
22805
22806
22807 \begin_inset CommandInset ref
22808 LatexCommand ref
22809 reference "abs:Berechnung-der-Tabellenbreite"
22810
22811 \end_inset
22812
22813  oder Abschnitt
22814 \begin_inset space ~
22815 \end_inset
22816
22817
22818 \begin_inset CommandInset ref
22819 LatexCommand ref
22820 reference "uab:Mehrfachspalten-Berechnungen"
22821
22822 \end_inset
22823
22824  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
22825  Tabellen sehr lästig.
22826  Um sich das Leben zu erleichtern, kann man im \SpecialChar LaTeX
22827 -Vorspann ein Zellen/Spalten-Form
22828 at definieren, das dann in allen Tabellen des Dokuments verwendet werden
22829  kann.
22830  Das Format wird mit dem Befehl
22831 \end_layout
22832
22833 \begin_layout Standard
22834
22835 \series bold
22836
22837 \backslash
22838 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
22839 \end_layout
22840
22841 \begin_layout Standard
22842 definiert.
22843  Der Formatname darf nur ein Buchstabe sein, aber nicht 
22844 \emph on
22845 b
22846 \emph default
22847
22848 \emph on
22849 c
22850 \emph default
22851
22852 \emph on
22853 l
22854 \emph default
22855
22856 \emph on
22857 m
22858 \emph default
22859
22860 \emph on
22861 p
22862 \emph default
22863  oder 
22864 \emph on
22865 r
22866 \emph default
22867 , weil diese vordefiniert sind.
22868  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
22869 \end_layout
22870
22871 \begin_layout Standard
22872 \begin_inset VSpace medskip
22873 \end_inset
22874
22875
22876 \end_layout
22877
22878 \begin_layout Standard
22879 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
22880  Breite könnte das Format so aussehen:
22881 \end_layout
22882
22883 \begin_layout Standard
22884
22885 \series bold
22886
22887 \backslash
22888 newcolumntype{M}[1]{>{
22889 \backslash
22890 centering
22891 \backslash
22892 hspace{0pt}}m{#1}}
22893 \end_layout
22894
22895 \begin_layout Standard
22896 wobei 
22897 \series bold
22898
22899 \backslash
22900 hspace{0pt}
22901 \series default
22902  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
22903  Abschnitt
22904 \begin_inset space ~
22905 \end_inset
22906
22907
22908 \begin_inset CommandInset ref
22909 LatexCommand ref
22910 reference "uab:Mehrere-Zeilen-in"
22911
22912 \end_inset
22913
22914  beschrieben.
22915  Jetzt können Sie mit
22916 \end_layout
22917
22918 \begin_layout Standard
22919
22920 \series bold
22921 M{Breite}
22922 \end_layout
22923
22924 \begin_layout Standard
22925 im 
22926 \family sans
22927 \SpecialChar LaTeX
22928 -Argument
22929 \family default
22930  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
22931 \end_layout
22932
22933 \begin_layout Standard
22934 \begin_inset VSpace bigskip
22935 \end_inset
22936
22937
22938 \end_layout
22939
22940 \begin_layout Standard
22941 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
22942  Format definieren:
22943 \end_layout
22944
22945 \begin_layout Standard
22946
22947 \series bold
22948
22949 \backslash
22950 newcolumntype{S}[2]{>{
22951 \backslash
22952 centering
22953 \backslash
22954 hspace{0pt}}
22955 \begin_inset Newline newline
22956 \end_inset
22957
22958
22959 \begin_inset Phantom HPhantom
22960 status open
22961
22962 \begin_layout Plain Layout
22963
22964 \series bold
22965
22966 \backslash
22967 newcolumntype
22968 \end_layout
22969
22970 \end_inset
22971
22972 m{(#1+(2
22973 \backslash
22974 tabcolsep+
22975 \backslash
22976 arrayrulewidth)*(1-#2))/#2}}
22977 \end_layout
22978
22979 \begin_layout Standard
22980 Dieses Format benutzt Gleichung
22981 \begin_inset space ~
22982 \end_inset
22983
22984
22985 \begin_inset CommandInset ref
22986 LatexCommand ref
22987 reference "eq:Wgn"
22988
22989 \end_inset
22990
22991 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
22992  breit ist.
22993 \end_layout
22994
22995 \begin_layout Standard
22996 Jetzt können Sie im 
22997 \family sans
22998 \SpecialChar LaTeX
22999 -Argument
23000 \family default
23001  im 
23002 \family sans
23003 Tabellen-Einstellungen
23004 \family default
23005 -Dialog folgendes einfügen:
23006 \end_layout
23007
23008 \begin_layout Standard
23009
23010 \series bold
23011 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
23012 \end_layout
23013
23014 \begin_layout Standard
23015 \begin_inset VSpace bigskip
23016 \end_inset
23017
23018
23019 \end_layout
23020
23021 \begin_layout Standard
23022 Für farbige Spalten können Sie folgendes einfügen:
23023 \end_layout
23024
23025 \begin_layout Standard
23026
23027 \series bold
23028
23029 \backslash
23030 newcolumntype{K}[1]{>{
23031 \backslash
23032 columncolor{#1}
23033 \backslash
23034 hspace{0pt}}c}
23035 \end_layout
23036
23037 \begin_layout Standard
23038 Das 
23039 \begin_inset Quotes gld
23040 \end_inset
23041
23042 c
23043 \begin_inset Quotes grd
23044 \end_inset
23045
23046  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
23047  zentriert ist.
23048  Jetzt können Sie als 
23049 \family sans
23050 \SpecialChar LaTeX
23051 -Argument
23052 \family default
23053  folgendes einfügen:
23054 \end_layout
23055
23056 \begin_layout Standard
23057
23058 \series bold
23059 K{Farbname}
23060 \end_layout
23061
23062 \begin_layout Standard
23063 \begin_inset VSpace bigskip
23064 \end_inset
23065
23066
23067 \end_layout
23068
23069 \begin_layout Standard
23070 Für Tabelle
23071 \begin_inset space ~
23072 \end_inset
23073
23074
23075 \begin_inset CommandInset ref
23076 LatexCommand ref
23077 reference "tab:Tabelle-mit-benutzerdefinierte"
23078
23079 \end_inset
23080
23081  wurden folgende 
23082 \family sans
23083 \SpecialChar LaTeX
23084 -Argumente
23085 \family default
23086  benutzt:
23087 \end_layout
23088
23089 \begin_layout Standard
23090
23091 \series bold
23092 M{2.5cm}
23093 \end_layout
23094
23095 \begin_layout Standard
23096 für die erste Spalte und die Mehrfachspalte,
23097 \end_layout
23098
23099 \begin_layout Standard
23100
23101 \series bold
23102 K{red}
23103 \end_layout
23104
23105 \begin_layout Standard
23106 für die letzte Spalte und
23107 \end_layout
23108
23109 \begin_layout Standard
23110
23111 \series bold
23112 S{2.5cm}{2}
23113 \end_layout
23114
23115 \begin_layout Standard
23116 für die Spalten in der zweiten Mehrfachspalte.
23117 \end_layout
23118
23119 \begin_layout Standard
23120 \begin_inset Float table
23121 placement h
23122 alignment document
23123 wide false
23124 sideways false
23125 status open
23126
23127 \begin_layout Plain Layout
23128 \begin_inset Caption Standard
23129
23130 \begin_layout Plain Layout
23131 \begin_inset CommandInset label
23132 LatexCommand label
23133 name "tab:Tabelle-mit-benutzerdefinierte"
23134
23135 \end_inset
23136
23137 Tabelle mit benutzerdefinierten Formaten
23138 \end_layout
23139
23140 \end_inset
23141
23142
23143 \end_layout
23144
23145 \begin_layout Plain Layout
23146 \align center
23147 \begin_inset Tabular
23148 <lyxtabular version="3" rows="3" columns="4">
23149 <features tabularvalignment="middle">
23150 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
23151 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
23152 <column alignment="center" valignment="middle">
23153 <column alignment="center" valignment="middle" special="K{red}">
23154 <row>
23155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23156 \begin_inset Text
23157
23158 \begin_layout Plain Layout
23159 einsehrlangesWort
23160 \end_layout
23161
23162 \end_inset
23163 </cell>
23164 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
23165 \begin_inset Text
23166
23167 \begin_layout Plain Layout
23168 Mehrfachspalte mit mehreren Zeilen
23169 \end_layout
23170
23171 \end_inset
23172 </cell>
23173 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23174 \begin_inset Text
23175
23176 \begin_layout Plain Layout
23177
23178 \end_layout
23179
23180 \end_inset
23181 </cell>
23182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23183 \begin_inset Text
23184
23185 \begin_layout Plain Layout
23186 c
23187 \end_layout
23188
23189 \end_inset
23190 </cell>
23191 </row>
23192 <row>
23193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23194 \begin_inset Text
23195
23196 \begin_layout Plain Layout
23197 d
23198 \end_layout
23199
23200 \end_inset
23201 </cell>
23202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23203 \begin_inset Text
23204
23205 \begin_layout Plain Layout
23206 e
23207 \end_layout
23208
23209 \end_inset
23210 </cell>
23211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23212 \begin_inset Text
23213
23214 \begin_layout Plain Layout
23215 f
23216 \end_layout
23217
23218 \end_inset
23219 </cell>
23220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23221 \begin_inset Text
23222
23223 \begin_layout Plain Layout
23224 g
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 </row>
23230 <row>
23231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23232 \begin_inset Text
23233
23234 \begin_layout Plain Layout
23235 h
23236 \end_layout
23237
23238 \end_inset
23239 </cell>
23240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23241 \begin_inset Text
23242
23243 \begin_layout Plain Layout
23244 i
23245 \end_layout
23246
23247 \end_inset
23248 </cell>
23249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23250 \begin_inset Text
23251
23252 \begin_layout Plain Layout
23253 j
23254 \end_layout
23255
23256 \end_inset
23257 </cell>
23258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23259 \begin_inset Text
23260
23261 \begin_layout Plain Layout
23262 k
23263 \end_layout
23264
23265 \end_inset
23266 </cell>
23267 </row>
23268 </lyxtabular>
23269
23270 \end_inset
23271
23272
23273 \end_layout
23274
23275 \end_inset
23276
23277
23278 \end_layout
23279
23280 \begin_layout Subsection
23281 Liniendicke
23282 \begin_inset CommandInset label
23283 LatexCommand label
23284 name "uab:Liniendicke"
23285
23286 \end_inset
23287
23288
23289 \begin_inset Index idx
23290 status collapsed
23291
23292 \begin_layout Plain Layout
23293 Tabellen  ! Linien ! -dicke
23294 \end_layout
23295
23296 \end_inset
23297
23298
23299 \end_layout
23300
23301 \begin_layout Standard
23302 Die Liniendicke für alle Linien einer Tabelle kann mit 
23303 \series bold
23304
23305 \backslash
23306 arrayrulewidth
23307 \series default
23308  eingestellt werden.
23309  Um eine Liniendicke von 1.5
23310 \begin_inset space \thinspace{}
23311 \end_inset
23312
23313 pt wie in Tabelle
23314 \begin_inset space ~
23315 \end_inset
23316
23317
23318 \begin_inset CommandInset ref
23319 LatexCommand ref
23320 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
23321
23322 \end_inset
23323
23324  zu bekommen, geben Sie den Befehl
23325 \end_layout
23326
23327 \begin_layout Standard
23328
23329 \series bold
23330
23331 \backslash
23332 setlength{
23333 \backslash
23334 arrayrulewidth}{1.5pt}
23335 \end_layout
23336
23337 \begin_layout Standard
23338 als \SpecialChar TeX
23339 -Code vor der (Gleitobjekt-)Tabelle ein.
23340  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
23341  Mit
23342 \end_layout
23343
23344 \begin_layout Standard
23345
23346 \series bold
23347
23348 \backslash
23349 setlength{
23350 \backslash
23351 arrayrulewidth}{0.4pt}
23352 \end_layout
23353
23354 \begin_layout Standard
23355 bekommen Sie wieder die Standarddicke.
23356 \end_layout
23357
23358 \begin_layout Standard
23359 \begin_inset ERT
23360 status collapsed
23361
23362 \begin_layout Plain Layout
23363
23364
23365 \backslash
23366 setlength{
23367 \backslash
23368 arrayrulewidth}{1.5pt}
23369 \end_layout
23370
23371 \end_inset
23372
23373
23374 \begin_inset Float table
23375 placement H
23376 alignment document
23377 wide false
23378 sideways false
23379 status open
23380
23381 \begin_layout Plain Layout
23382 \begin_inset Caption Standard
23383
23384 \begin_layout Plain Layout
23385 \begin_inset CommandInset label
23386 LatexCommand label
23387 name "tab:Tabelle-mit-1.5pt-Liniendicke"
23388
23389 \end_inset
23390
23391 Tabelle mit 1.5
23392 \begin_inset space \thinspace{}
23393 \end_inset
23394
23395 pt Liniendicke
23396 \end_layout
23397
23398 \end_inset
23399
23400
23401 \end_layout
23402
23403 \begin_layout Plain Layout
23404 \align center
23405 \begin_inset Tabular
23406 <lyxtabular version="3" rows="3" columns="3">
23407 <features tabularvalignment="middle">
23408 <column alignment="center" valignment="top">
23409 <column alignment="center" valignment="top">
23410 <column alignment="center" valignment="top">
23411 <row>
23412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416 sd
23417 \end_layout
23418
23419 \end_inset
23420 </cell>
23421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23422 \begin_inset Text
23423
23424 \begin_layout Plain Layout
23425
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 </row>
23440 <row>
23441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23442 \begin_inset Text
23443
23444 \begin_layout Plain Layout
23445
23446 \end_layout
23447
23448 \end_inset
23449 </cell>
23450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23451 \begin_inset Text
23452
23453 \begin_layout Plain Layout
23454 sd
23455 \end_layout
23456
23457 \end_inset
23458 </cell>
23459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23460 \begin_inset Text
23461
23462 \begin_layout Plain Layout
23463
23464 \end_layout
23465
23466 \end_inset
23467 </cell>
23468 </row>
23469 <row>
23470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23471 \begin_inset Text
23472
23473 \begin_layout Plain Layout
23474
23475 \end_layout
23476
23477 \end_inset
23478 </cell>
23479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23480 \begin_inset Text
23481
23482 \begin_layout Plain Layout
23483
23484 \end_layout
23485
23486 \end_inset
23487 </cell>
23488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492 sd
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 </row>
23498 </lyxtabular>
23499
23500 \end_inset
23501
23502
23503 \end_layout
23504
23505 \end_inset
23506
23507
23508 \begin_inset ERT
23509 status collapsed
23510
23511 \begin_layout Plain Layout
23512
23513
23514 \backslash
23515 setlength{
23516 \backslash
23517 arrayrulewidth}{0.4pt}
23518 \end_layout
23519
23520 \end_inset
23521
23522
23523 \end_layout
23524
23525 \begin_layout Standard
23526 \begin_inset VSpace bigskip
23527 \end_inset
23528
23529 Um eine Liniendicke von 1.5
23530 \begin_inset space \thinspace{}
23531 \end_inset
23532
23533 pt nur für horizontale Linien zu bekommen wie in Tabelle
23534 \begin_inset space ~
23535 \end_inset
23536
23537
23538 \begin_inset CommandInset ref
23539 LatexCommand ref
23540 reference "tab:Tabelle-mit-1.5pt-horiz"
23541
23542 \end_inset
23543
23544 , müssen Sie folgende Befehle als \SpecialChar TeX
23545 -Code vor der (Gleitobjekt-)Tabelle einfügen:
23546 \end_layout
23547
23548 \begin_layout Standard
23549
23550 \series bold
23551
23552 \backslash
23553 let
23554 \backslash
23555 myHline
23556 \backslash
23557 hline
23558 \begin_inset Newline newline
23559 \end_inset
23560
23561
23562 \backslash
23563 renewcommand{
23564 \backslash
23565 hline}
23566 \begin_inset Newline newline
23567 \end_inset
23568
23569  {
23570 \backslash
23571 noalign{
23572 \backslash
23573 global
23574 \backslash
23575 arrayrulewidth 1.5pt}
23576 \begin_inset Newline newline
23577 \end_inset
23578
23579  
23580 \backslash
23581 myHline
23582 \backslash
23583 noalign{
23584 \backslash
23585 global
23586 \backslash
23587 arrayrulewidth 0.4pt}}
23588 \end_layout
23589
23590 \begin_layout Standard
23591 Die Standarddicke erhalten Sie mit folgendem Befehl als \SpecialChar TeX
23592 -Code hinter der
23593  (Gleit\SpecialChar softhyphen
23594 objekt-)Tabelle zurück:
23595 \end_layout
23596
23597 \begin_layout Standard
23598
23599 \series bold
23600
23601 \backslash
23602 renewcommand{
23603 \backslash
23604 hline}{
23605 \backslash
23606 myHline}
23607 \end_layout
23608
23609 \begin_layout Standard
23610 \begin_inset ERT
23611 status collapsed
23612
23613 \begin_layout Plain Layout
23614
23615
23616 \backslash
23617 let
23618 \backslash
23619 myHline
23620 \backslash
23621 hline
23622 \end_layout
23623
23624 \begin_layout Plain Layout
23625
23626
23627 \backslash
23628 renewcommand{
23629 \backslash
23630 hline}
23631 \end_layout
23632
23633 \begin_layout Plain Layout
23634
23635  {
23636 \backslash
23637 noalign{
23638 \backslash
23639 global
23640 \backslash
23641 arrayrulewidth 1.5pt}
23642 \end_layout
23643
23644 \begin_layout Plain Layout
23645
23646   
23647 \backslash
23648 myHline
23649 \backslash
23650 noalign{
23651 \backslash
23652 global
23653 \backslash
23654 arrayrulewidth 0.4pt}}
23655 \end_layout
23656
23657 \end_inset
23658
23659
23660 \begin_inset Float table
23661 placement h
23662 alignment document
23663 wide false
23664 sideways false
23665 status open
23666
23667 \begin_layout Plain Layout
23668 \begin_inset Caption Standard
23669
23670 \begin_layout Plain Layout
23671 \begin_inset CommandInset label
23672 LatexCommand label
23673 name "tab:Tabelle-mit-1.5pt-horiz"
23674
23675 \end_inset
23676
23677 Tabelle mit 1.5
23678 \begin_inset space \thinspace{}
23679 \end_inset
23680
23681 pt dicken horizontalen Linien
23682 \end_layout
23683
23684 \end_inset
23685
23686
23687 \end_layout
23688
23689 \begin_layout Plain Layout
23690 \align center
23691 \begin_inset Tabular
23692 <lyxtabular version="3" rows="3" columns="3">
23693 <features tabularvalignment="middle">
23694 <column alignment="center" valignment="top">
23695 <column alignment="center" valignment="top">
23696 <column alignment="center" valignment="top">
23697 <row>
23698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23699 \begin_inset Text
23700
23701 \begin_layout Plain Layout
23702 sd
23703 \end_layout
23704
23705 \end_inset
23706 </cell>
23707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23708 \begin_inset Text
23709
23710 \begin_layout Plain Layout
23711
23712 \end_layout
23713
23714 \end_inset
23715 </cell>
23716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23717 \begin_inset Text
23718
23719 \begin_layout Plain Layout
23720
23721 \end_layout
23722
23723 \end_inset
23724 </cell>
23725 </row>
23726 <row>
23727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23728 \begin_inset Text
23729
23730 \begin_layout Plain Layout
23731
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23737 \begin_inset Text
23738
23739 \begin_layout Plain Layout
23740 sd
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23746 \begin_inset Text
23747
23748 \begin_layout Plain Layout
23749
23750 \end_layout
23751
23752 \end_inset
23753 </cell>
23754 </row>
23755 <row>
23756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760
23761 \end_layout
23762
23763 \end_inset
23764 </cell>
23765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769
23770 \end_layout
23771
23772 \end_inset
23773 </cell>
23774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23775 \begin_inset Text
23776
23777 \begin_layout Plain Layout
23778 sd
23779 \end_layout
23780
23781 \end_inset
23782 </cell>
23783 </row>
23784 </lyxtabular>
23785
23786 \end_inset
23787
23788
23789 \end_layout
23790
23791 \end_inset
23792
23793
23794 \begin_inset ERT
23795 status collapsed
23796
23797 \begin_layout Plain Layout
23798
23799
23800 \backslash
23801 renewcommand{
23802 \backslash
23803 hline}{
23804 \backslash
23805 myHline}
23806 \end_layout
23807
23808 \end_inset
23809
23810
23811 \end_layout
23812
23813 \begin_layout Standard
23814 \begin_inset VSpace bigskip
23815 \end_inset
23816
23817 Um die Liniendicke von 1.5
23818 \begin_inset space \thinspace{}
23819 \end_inset
23820
23821 pt nur für vertikale Linien zu bekommen, müssen Sie im \SpecialChar LaTeX
23822 -Vorspann folgendes
23823  Spaltenformat entsprechend der Beschreibung in Abschnitt
23824 \begin_inset space ~
23825 \end_inset
23826
23827
23828 \begin_inset CommandInset ref
23829 LatexCommand ref
23830 reference "uab:Angepasste-Zellen-/Spaltenformate"
23831
23832 \end_inset
23833
23834  definieren:
23835 \end_layout
23836
23837 \begin_layout Standard
23838
23839 \series bold
23840
23841 \backslash
23842 newcolumntype{V}{!{
23843 \backslash
23844 vrule width 1.5pt}}
23845 \end_layout
23846
23847 \begin_layout Standard
23848 In Tabelle
23849 \begin_inset space ~
23850 \end_inset
23851
23852
23853 \begin_inset CommandInset ref
23854 LatexCommand ref
23855 reference "tab:Tabelle-mit-1.5pt-vert"
23856
23857 \end_inset
23858
23859  wurde das 
23860 \family sans
23861 LaTeX-Argument
23862 \family default
23863 \series bold
23864  VcV
23865 \series default
23866  für die letzte Spalte und
23867 \series bold
23868  Vc
23869 \series default
23870  für die anderen benutzt.
23871 \end_layout
23872
23873 \begin_layout Standard
23874 \begin_inset Float table
23875 placement H
23876 alignment document
23877 wide false
23878 sideways false
23879 status open
23880
23881 \begin_layout Plain Layout
23882 \begin_inset Caption Standard
23883
23884 \begin_layout Plain Layout
23885 \begin_inset CommandInset label
23886 LatexCommand label
23887 name "tab:Tabelle-mit-1.5pt-vert"
23888
23889 \end_inset
23890
23891 Tabelle mit 1.5
23892 \begin_inset space \thinspace{}
23893 \end_inset
23894
23895 pt dicken vertikalen Linien
23896 \end_layout
23897
23898 \end_inset
23899
23900
23901 \end_layout
23902
23903 \begin_layout Plain Layout
23904 \align center
23905 \begin_inset Tabular
23906 <lyxtabular version="3" rows="3" columns="3">
23907 <features tabularvalignment="middle">
23908 <column alignment="center" valignment="top" special="Vc">
23909 <column alignment="center" valignment="top" special="Vc">
23910 <column alignment="center" valignment="top" special="VcV">
23911 <row>
23912 <cell alignment="center" valignment="top" topline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916 sd
23917 \end_layout
23918
23919 \end_inset
23920 </cell>
23921 <cell alignment="center" valignment="top" topline="true" usebox="none">
23922 \begin_inset Text
23923
23924 \begin_layout Plain Layout
23925
23926 \end_layout
23927
23928 \end_inset
23929 </cell>
23930 <cell alignment="center" valignment="top" topline="true" usebox="none">
23931 \begin_inset Text
23932
23933 \begin_layout Plain Layout
23934
23935 \end_layout
23936
23937 \end_inset
23938 </cell>
23939 </row>
23940 <row>
23941 <cell alignment="center" valignment="top" topline="true" usebox="none">
23942 \begin_inset Text
23943
23944 \begin_layout Plain Layout
23945
23946 \end_layout
23947
23948 \end_inset
23949 </cell>
23950 <cell alignment="center" valignment="top" topline="true" usebox="none">
23951 \begin_inset Text
23952
23953 \begin_layout Plain Layout
23954 sd
23955 \end_layout
23956
23957 \end_inset
23958 </cell>
23959 <cell alignment="center" valignment="top" topline="true" usebox="none">
23960 \begin_inset Text
23961
23962 \begin_layout Plain Layout
23963
23964 \end_layout
23965
23966 \end_inset
23967 </cell>
23968 </row>
23969 <row>
23970 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23971 \begin_inset Text
23972
23973 \begin_layout Plain Layout
23974
23975 \end_layout
23976
23977 \end_inset
23978 </cell>
23979 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23980 \begin_inset Text
23981
23982 \begin_layout Plain Layout
23983
23984 \end_layout
23985
23986 \end_inset
23987 </cell>
23988 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23989 \begin_inset Text
23990
23991 \begin_layout Plain Layout
23992 sd
23993 \end_layout
23994
23995 \end_inset
23996 </cell>
23997 </row>
23998 </lyxtabular>
23999
24000 \end_inset
24001
24002
24003 \end_layout
24004
24005 \end_inset
24006
24007
24008 \end_layout
24009
24010 \begin_layout Subsection
24011 Gestrichelte Linien
24012 \begin_inset Index idx
24013 status collapsed
24014
24015 \begin_layout Plain Layout
24016 Tabellen  ! Linien ! gestrichelte 
24017 \end_layout
24018
24019 \end_inset
24020
24021
24022 \end_layout
24023
24024 \begin_layout Standard
24025 \begin_inset ERT
24026 status collapsed
24027
24028 \begin_layout Plain Layout
24029
24030
24031 \backslash
24032 ifarydshln
24033 \end_layout
24034
24035 \end_inset
24036
24037
24038 \begin_inset Note Note
24039 status open
24040
24041 \begin_layout Plain Layout
24042 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
24043 -Paket 
24044 \series bold
24045 arydshln
24046 \series default
24047  installiert ist.
24048 \end_layout
24049
24050 \end_inset
24051
24052
24053 \end_layout
24054
24055 \begin_layout Standard
24056 \begin_inset Float table
24057 placement h
24058 alignment document
24059 wide false
24060 sideways false
24061 status open
24062
24063 \begin_layout Plain Layout
24064 \begin_inset Caption Standard
24065
24066 \begin_layout Plain Layout
24067 \begin_inset CommandInset label
24068 LatexCommand label
24069 name "tab:Tabelle-mit-gestrichelten"
24070
24071 \end_inset
24072
24073 Tabelle mit gestrichelten Linien
24074 \end_layout
24075
24076 \end_inset
24077
24078
24079 \end_layout
24080
24081 \begin_layout Plain Layout
24082 \align center
24083 \begin_inset Tabular
24084 <lyxtabular version="3" rows="5" columns="5">
24085 <features tabularvalignment="middle">
24086 <column alignment="center" valignment="top">
24087 <column alignment="center" valignment="top">
24088 <column alignment="center" valignment="top" special=":c">
24089 <column alignment="center" valignment="top">
24090 <column alignment="center" valignment="top">
24091 <row>
24092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24093 \begin_inset Text
24094
24095 \begin_layout Plain Layout
24096 a
24097 \end_layout
24098
24099 \end_inset
24100 </cell>
24101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Plain Layout
24105 b
24106 \end_layout
24107
24108 \end_inset
24109 </cell>
24110 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24111 \begin_inset Text
24112
24113 \begin_layout Plain Layout
24114 c
24115 \end_layout
24116
24117 \end_inset
24118 </cell>
24119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24120 \begin_inset Text
24121
24122 \begin_layout Plain Layout
24123 d
24124 \end_layout
24125
24126 \end_inset
24127 </cell>
24128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24129 \begin_inset Text
24130
24131 \begin_layout Plain Layout
24132 e
24133 \end_layout
24134
24135 \end_inset
24136 </cell>
24137 </row>
24138 <row>
24139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24140 \begin_inset Text
24141
24142 \begin_layout Plain Layout
24143 f
24144 \end_layout
24145
24146 \end_inset
24147 </cell>
24148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24149 \begin_inset Text
24150
24151 \begin_layout Plain Layout
24152 g
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 <cell alignment="center" valignment="top" topline="true" usebox="none">
24158 \begin_inset Text
24159
24160 \begin_layout Plain Layout
24161 h
24162 \end_layout
24163
24164 \end_inset
24165 </cell>
24166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24167 \begin_inset Text
24168
24169 \begin_layout Plain Layout
24170 i
24171 \end_layout
24172
24173 \end_inset
24174 </cell>
24175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24176 \begin_inset Text
24177
24178 \begin_layout Plain Layout
24179 j
24180 \end_layout
24181
24182 \end_inset
24183 </cell>
24184 </row>
24185 <row>
24186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24187 \begin_inset Text
24188
24189 \begin_layout Plain Layout
24190 \begin_inset ERT
24191 status collapsed
24192
24193 \begin_layout Plain Layout
24194
24195
24196 \backslash
24197 hdashline 
24198 \end_layout
24199
24200 \end_inset
24201
24202 k
24203 \end_layout
24204
24205 \end_inset
24206 </cell>
24207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24208 \begin_inset Text
24209
24210 \begin_layout Plain Layout
24211 l
24212 \end_layout
24213
24214 \end_inset
24215 </cell>
24216 <cell alignment="center" valignment="top" usebox="none">
24217 \begin_inset Text
24218
24219 \begin_layout Plain Layout
24220 m
24221 \end_layout
24222
24223 \end_inset
24224 </cell>
24225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24226 \begin_inset Text
24227
24228 \begin_layout Plain Layout
24229 n
24230 \end_layout
24231
24232 \end_inset
24233 </cell>
24234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24235 \begin_inset Text
24236
24237 \begin_layout Plain Layout
24238 o
24239 \end_layout
24240
24241 \end_inset
24242 </cell>
24243 </row>
24244 <row>
24245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24246 \begin_inset Text
24247
24248 \begin_layout Plain Layout
24249 \begin_inset ERT
24250 status collapsed
24251
24252 \begin_layout Plain Layout
24253
24254
24255 \backslash
24256 cdashline{4-5}
24257 \end_layout
24258
24259 \end_inset
24260
24261 p
24262 \end_layout
24263
24264 \end_inset
24265 </cell>
24266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24267 \begin_inset Text
24268
24269 \begin_layout Plain Layout
24270 q
24271 \end_layout
24272
24273 \end_inset
24274 </cell>
24275 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24276 \begin_inset Text
24277
24278 \begin_layout Plain Layout
24279 r
24280 \end_layout
24281
24282 \end_inset
24283 </cell>
24284 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24285 \begin_inset Text
24286
24287 \begin_layout Plain Layout
24288 s
24289 \end_layout
24290
24291 \end_inset
24292 </cell>
24293 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24294 \begin_inset Text
24295
24296 \begin_layout Plain Layout
24297
24298 \end_layout
24299
24300 \end_inset
24301 </cell>
24302 </row>
24303 <row>
24304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24305 \begin_inset Text
24306
24307 \begin_layout Plain Layout
24308 t
24309 \end_layout
24310
24311 \end_inset
24312 </cell>
24313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24314 \begin_inset Text
24315
24316 \begin_layout Plain Layout
24317 u
24318 \end_layout
24319
24320 \end_inset
24321 </cell>
24322 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24323 \begin_inset Text
24324
24325 \begin_layout Plain Layout
24326 v
24327 \end_layout
24328
24329 \end_inset
24330 </cell>
24331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24332 \begin_inset Text
24333
24334 \begin_layout Plain Layout
24335 w
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344 x
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 </row>
24350 </lyxtabular>
24351
24352 \end_inset
24353
24354
24355 \end_layout
24356
24357 \end_inset
24358
24359
24360 \end_layout
24361
24362 \begin_layout Standard
24363 \SpecialChar LyX
24364  unterstützt von sich aus keine gestrichelten Linien, also müssen Sie \SpecialChar TeX
24365 -Code
24366  benutzen.
24367  Zunächst müssen Sie das \SpecialChar LaTeX
24368 -Paket 
24369 \series bold
24370 arydshln
24371 \series default
24372
24373 \begin_inset Index idx
24374 status collapsed
24375
24376 \begin_layout Plain Layout
24377 \SpecialChar LaTeX
24378 -Pakete ! arydshln
24379 \end_layout
24380
24381 \end_inset
24382
24383  im \SpecialChar LaTeX
24384 -Vorspann laden:
24385 \end_layout
24386
24387 \begin_layout Standard
24388
24389 \series bold
24390
24391 \backslash
24392 usepackage{arydshln}
24393 \end_layout
24394
24395 \begin_layout Standard
24396 Um senkrechte Linien zu stricheln, müssen Sie im 
24397 \family sans
24398 LaTeX-Argument
24399 \family default
24400  des 
24401 \family sans
24402 Tabellen-Einstellungen
24403 \family default
24404 -Dialogs 
24405 \begin_inset Quotes gld
24406 \end_inset
24407
24408 :
24409 \begin_inset Quotes grd
24410 \end_inset
24411
24412 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
24413 \end_layout
24414
24415 \begin_layout Standard
24416 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
24417 \end_layout
24418
24419 \begin_layout Standard
24420
24421 \series bold
24422
24423 \backslash
24424 hdashline
24425 \end_layout
24426
24427 \begin_layout Standard
24428 als \SpecialChar TeX
24429 -Code als erstes in die erste Zelle einer Zeile einfügen.
24430 \end_layout
24431
24432 \begin_layout Standard
24433 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
24434 \end_layout
24435
24436 \begin_layout Standard
24437
24438 \series bold
24439
24440 \backslash
24441 cdashline{Anfangsspalte-Endspalte}
24442 \end_layout
24443
24444 \begin_layout Standard
24445 als \SpecialChar TeX
24446 -Code als erstes in die erste Zelle einer Zeile eingefügt.
24447  Wenn Sie z.
24448 \begin_inset space \thinspace{}
24449 \end_inset
24450
24451 B.
24452  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
24453  gestrichelte Linie haben, fügen Sie den Befehl
24454 \end_layout
24455
24456 \begin_layout Standard
24457
24458 \series bold
24459
24460 \backslash
24461 cdashline{2-4}
24462 \end_layout
24463
24464 \begin_layout Standard
24465 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
24466 \end_layout
24467
24468 \begin_layout Standard
24469 \begin_inset VSpace bigskip
24470 \end_inset
24471
24472
24473 \end_layout
24474
24475 \begin_layout Standard
24476 In Tabelle
24477 \begin_inset space ~
24478 \end_inset
24479
24480
24481 \begin_inset CommandInset ref
24482 LatexCommand ref
24483 reference "tab:Tabelle-mit-gestrichelten"
24484
24485 \end_inset
24486
24487  wurde in der dritten Spalte der Befehl
24488 \series bold
24489  
24490 \series default
24491
24492 \begin_inset Quotes gld
24493 \end_inset
24494
24495
24496 \series bold
24497 :c
24498 \begin_inset Quotes grd
24499 \end_inset
24500
24501
24502 \series default
24503  benutzt.
24504  Der Befehl 
24505 \series bold
24506
24507 \backslash
24508 hdashline
24509 \series default
24510  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
24511 \begin_inset Newline newline
24512 \end_inset
24513
24514  
24515 \series bold
24516
24517 \backslash
24518 cdashline{4-5} 
24519 \series default
24520 wurde in die erste Zelle der vierten Zeile eingefügt.
24521 \end_layout
24522
24523 \begin_layout Standard
24524 \begin_inset VSpace bigskip
24525 \end_inset
24526
24527
24528 \end_layout
24529
24530 \begin_layout Standard
24531 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
24532 \begin_inset space ~
24533 \end_inset
24534
24535
24536 \begin_inset CommandInset ref
24537 LatexCommand ref
24538 reference "tab:Farbige-Tabelle-mit"
24539
24540 \end_inset
24541
24542  verdeutlicht.
24543 \end_layout
24544
24545 \begin_layout Standard
24546 \begin_inset ERT
24547 status collapsed
24548
24549 \begin_layout Plain Layout
24550
24551
24552 \backslash
24553 setlength{
24554 \backslash
24555 arrayrulewidth}{1pt}
24556 \end_layout
24557
24558 \end_inset
24559
24560
24561 \begin_inset Note Note
24562 status collapsed
24563
24564 \begin_layout Plain Layout
24565 dickere Linien zur besseren Visualisierung der Linienfarbe
24566 \end_layout
24567
24568 \end_inset
24569
24570
24571 \end_layout
24572
24573 \begin_layout Standard
24574 \begin_inset ERT
24575 status collapsed
24576
24577 \begin_layout Plain Layout
24578
24579
24580 \backslash
24581 dashgapcolor{green}
24582 \end_layout
24583
24584 \end_inset
24585
24586
24587 \begin_inset Note Note
24588 status collapsed
24589
24590 \begin_layout Plain Layout
24591 färbt Raum zwischen den Strichen grün
24592 \end_layout
24593
24594 \end_inset
24595
24596
24597 \end_layout
24598
24599 \begin_layout Standard
24600 \begin_inset ERT
24601 status collapsed
24602
24603 \begin_layout Plain Layout
24604
24605
24606 \backslash
24607 let
24608 \backslash
24609 myHdashline
24610 \backslash
24611 hdashline
24612 \end_layout
24613
24614 \begin_layout Plain Layout
24615
24616
24617 \backslash
24618 renewcommand{
24619 \backslash
24620 hdashline}
24621 \end_layout
24622
24623 \begin_layout Plain Layout
24624
24625  {
24626 \backslash
24627 arrayrulecolor{red}
24628 \backslash
24629 myHdashline
24630 \backslash
24631 arrayrulecolor{black}}
24632 \end_layout
24633
24634 \end_inset
24635
24636
24637 \begin_inset Note Note
24638 status collapsed
24639
24640 \begin_layout Plain Layout
24641 färbt horizontale, gestrichelte Linien rot
24642 \end_layout
24643
24644 \end_inset
24645
24646
24647 \end_layout
24648
24649 \begin_layout Standard
24650 \begin_inset ERT
24651 status collapsed
24652
24653 \begin_layout Plain Layout
24654
24655
24656 \backslash
24657 let
24658 \backslash
24659 myCdashline
24660 \backslash
24661 cdashline
24662 \end_layout
24663
24664 \begin_layout Plain Layout
24665
24666
24667 \backslash
24668 renewcommand{
24669 \backslash
24670 cdashline}[1]
24671 \end_layout
24672
24673 \begin_layout Plain Layout
24674
24675  {
24676 \backslash
24677 arrayrulecolor{yellow}
24678 \backslash
24679 myCdashline{#1}
24680 \backslash
24681 arrayrulecolor{black}}
24682 \end_layout
24683
24684 \end_inset
24685
24686
24687 \begin_inset Note Note
24688 status collapsed
24689
24690 \begin_layout Plain Layout
24691 färbt partielle horizontale, gestrichelte Linien gelb
24692 \end_layout
24693
24694 \end_inset
24695
24696
24697 \end_layout
24698
24699 \begin_layout Standard
24700 \begin_inset Float table
24701 placement h
24702 alignment document
24703 wide false
24704 sideways false
24705 status open
24706
24707 \begin_layout Plain Layout
24708 \begin_inset Caption Standard
24709
24710 \begin_layout Plain Layout
24711 \begin_inset CommandInset label
24712 LatexCommand label
24713 name "tab:Farbige-Tabelle-mit"
24714
24715 \end_inset
24716
24717 Farbige Tabelle mit gestrichelten Linien
24718 \end_layout
24719
24720 \end_inset
24721
24722
24723 \end_layout
24724
24725 \begin_layout Plain Layout
24726 \align center
24727 \begin_inset Tabular
24728 <lyxtabular version="3" rows="5" columns="5">
24729 <features tabularvalignment="middle">
24730 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
24731 <column alignment="center" valignment="top" width="0pt">
24732 <column alignment="center" valignment="top" width="0pt" special=":c">
24733 <column alignment="center" valignment="top">
24734 <column alignment="center" valignment="top">
24735 <row>
24736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24737 \begin_inset Text
24738
24739 \begin_layout Plain Layout
24740 a
24741 \end_layout
24742
24743 \end_inset
24744 </cell>
24745 <cell alignment="center" valignment="top" topline="true" usebox="none">
24746 \begin_inset Text
24747
24748 \begin_layout Plain Layout
24749 b
24750 \end_layout
24751
24752 \end_inset
24753 </cell>
24754 <cell alignment="center" valignment="top" topline="true" usebox="none">
24755 \begin_inset Text
24756
24757 \begin_layout Plain Layout
24758 c
24759 \end_layout
24760
24761 \end_inset
24762 </cell>
24763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24764 \begin_inset Text
24765
24766 \begin_layout Plain Layout
24767 d
24768 \end_layout
24769
24770 \end_inset
24771 </cell>
24772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24773 \begin_inset Text
24774
24775 \begin_layout Plain Layout
24776 e
24777 \end_layout
24778
24779 \end_inset
24780 </cell>
24781 </row>
24782 <row>
24783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24784 \begin_inset Text
24785
24786 \begin_layout Plain Layout
24787 f
24788 \end_layout
24789
24790 \end_inset
24791 </cell>
24792 <cell alignment="center" valignment="top" topline="true" usebox="none">
24793 \begin_inset Text
24794
24795 \begin_layout Plain Layout
24796 g
24797 \end_layout
24798
24799 \end_inset
24800 </cell>
24801 <cell alignment="center" valignment="top" topline="true" usebox="none">
24802 \begin_inset Text
24803
24804 \begin_layout Plain Layout
24805 h
24806 \end_layout
24807
24808 \end_inset
24809 </cell>
24810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24811 \begin_inset Text
24812
24813 \begin_layout Plain Layout
24814 i
24815 \end_layout
24816
24817 \end_inset
24818 </cell>
24819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24820 \begin_inset Text
24821
24822 \begin_layout Plain Layout
24823 j
24824 \end_layout
24825
24826 \end_inset
24827 </cell>
24828 </row>
24829 <row>
24830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24831 \begin_inset Text
24832
24833 \begin_layout Plain Layout
24834 \begin_inset ERT
24835 status collapsed
24836
24837 \begin_layout Plain Layout
24838
24839
24840 \backslash
24841 hdashline 
24842 \end_layout
24843
24844 \end_inset
24845
24846
24847 \begin_inset ERT
24848 status collapsed
24849
24850 \begin_layout Plain Layout
24851
24852
24853 \backslash
24854 rowcolor{Gray}
24855 \end_layout
24856
24857 \end_inset
24858
24859 k
24860 \end_layout
24861
24862 \end_inset
24863 </cell>
24864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24865 \begin_inset Text
24866
24867 \begin_layout Plain Layout
24868 l
24869 \end_layout
24870
24871 \end_inset
24872 </cell>
24873 <cell alignment="center" valignment="top" usebox="none">
24874 \begin_inset Text
24875
24876 \begin_layout Plain Layout
24877 m
24878 \end_layout
24879
24880 \end_inset
24881 </cell>
24882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24883 \begin_inset Text
24884
24885 \begin_layout Plain Layout
24886 n
24887 \end_layout
24888
24889 \end_inset
24890 </cell>
24891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24892 \begin_inset Text
24893
24894 \begin_layout Plain Layout
24895 o
24896 \end_layout
24897
24898 \end_inset
24899 </cell>
24900 </row>
24901 <row>
24902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24903 \begin_inset Text
24904
24905 \begin_layout Plain Layout
24906 \begin_inset ERT
24907 status collapsed
24908
24909 \begin_layout Plain Layout
24910
24911
24912 \backslash
24913 cdashline{4-5}
24914 \end_layout
24915
24916 \end_inset
24917
24918 p
24919 \end_layout
24920
24921 \end_inset
24922 </cell>
24923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24924 \begin_inset Text
24925
24926 \begin_layout Plain Layout
24927 q
24928 \end_layout
24929
24930 \end_inset
24931 </cell>
24932 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24933 \begin_inset Text
24934
24935 \begin_layout Plain Layout
24936 r
24937 \end_layout
24938
24939 \end_inset
24940 </cell>
24941 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24942 \begin_inset Text
24943
24944 \begin_layout Plain Layout
24945 s
24946 \end_layout
24947
24948 \end_inset
24949 </cell>
24950 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24951 \begin_inset Text
24952
24953 \begin_layout Plain Layout
24954
24955 \end_layout
24956
24957 \end_inset
24958 </cell>
24959 </row>
24960 <row>
24961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24962 \begin_inset Text
24963
24964 \begin_layout Plain Layout
24965 t
24966 \end_layout
24967
24968 \end_inset
24969 </cell>
24970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24971 \begin_inset Text
24972
24973 \begin_layout Plain Layout
24974 u
24975 \end_layout
24976
24977 \end_inset
24978 </cell>
24979 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24980 \begin_inset Text
24981
24982 \begin_layout Plain Layout
24983 v
24984 \end_layout
24985
24986 \end_inset
24987 </cell>
24988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24989 \begin_inset Text
24990
24991 \begin_layout Plain Layout
24992 w
24993 \end_layout
24994
24995 \end_inset
24996 </cell>
24997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24998 \begin_inset Text
24999
25000 \begin_layout Plain Layout
25001 \begin_inset ERT
25002 status collapsed
25003
25004 \begin_layout Plain Layout
25005
25006
25007 \backslash
25008 cellcolor{Maroon}
25009 \end_layout
25010
25011 \end_inset
25012
25013
25014 \color green
25015 i
25016 \end_layout
25017
25018 \end_inset
25019 </cell>
25020 </row>
25021 </lyxtabular>
25022
25023 \end_inset
25024
25025
25026 \end_layout
25027
25028 \end_inset
25029
25030
25031 \end_layout
25032
25033 \begin_layout Standard
25034 \begin_inset ERT
25035 status collapsed
25036
25037 \begin_layout Plain Layout
25038
25039
25040 \backslash
25041 renewcommand{
25042 \backslash
25043 hdashline}{
25044 \backslash
25045 myHdashline}
25046 \end_layout
25047
25048 \end_inset
25049
25050
25051 \begin_inset Note Note
25052 status collapsed
25053
25054 \begin_layout Plain Layout
25055 zurücksetzen auf Standardwert
25056 \end_layout
25057
25058 \end_inset
25059
25060
25061 \end_layout
25062
25063 \begin_layout Standard
25064 \begin_inset ERT
25065 status collapsed
25066
25067 \begin_layout Plain Layout
25068
25069
25070 \backslash
25071 renewcommand{
25072 \backslash
25073 cdashline}{
25074 \backslash
25075 myCdashline}
25076 \end_layout
25077
25078 \end_inset
25079
25080
25081 \begin_inset Note Note
25082 status collapsed
25083
25084 \begin_layout Plain Layout
25085 zurücksetzen auf Standardwert
25086 \end_layout
25087
25088 \end_inset
25089
25090
25091 \end_layout
25092
25093 \begin_layout Standard
25094 \begin_inset ERT
25095 status collapsed
25096
25097 \begin_layout Plain Layout
25098
25099
25100 \backslash
25101 nodashgapcolor
25102 \end_layout
25103
25104 \end_inset
25105
25106
25107 \begin_inset Note Note
25108 status collapsed
25109
25110 \begin_layout Plain Layout
25111 zurücksetzen auf Standardwert
25112 \end_layout
25113
25114 \end_inset
25115
25116
25117 \end_layout
25118
25119 \begin_layout Standard
25120 \begin_inset ERT
25121 status collapsed
25122
25123 \begin_layout Plain Layout
25124
25125
25126 \backslash
25127 setlength{
25128 \backslash
25129 arrayrulewidth}{0.4pt}
25130 \end_layout
25131
25132 \end_inset
25133
25134
25135 \begin_inset Note Note
25136 status collapsed
25137
25138 \begin_layout Plain Layout
25139 zurücksetzen auf Standardwert
25140 \end_layout
25141
25142 \end_inset
25143
25144
25145 \end_layout
25146
25147 \begin_layout Standard
25148 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
25149 \begin_inset space ~
25150 \end_inset
25151
25152
25153 \begin_inset CommandInset ref
25154 LatexCommand ref
25155 reference "abs:Farbige-Tabellen"
25156
25157 \end_inset
25158
25159  beschrieben.
25160  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
25161  beschrieben, man muss in den Befehlen nur 
25162 \series bold
25163
25164 \backslash
25165 myHlineC
25166 \series default
25167  durch 
25168 \series bold
25169
25170 \backslash
25171 myHdashline
25172 \series default
25173  und 
25174 \backslash
25175
25176 \series bold
25177 hline
25178 \series default
25179  durch 
25180 \series bold
25181
25182 \backslash
25183 hdashline
25184 \series default
25185  ersetzen; man verwendet also den Befehl
25186 \end_layout
25187
25188 \begin_layout Standard
25189
25190 \series bold
25191
25192 \backslash
25193 let
25194 \backslash
25195 myHdashline
25196 \backslash
25197 hdashline
25198 \begin_inset Newline newline
25199 \end_inset
25200
25201
25202 \backslash
25203 renewcommand{
25204 \backslash
25205 hdashline}
25206 \begin_inset Newline newline
25207 \end_inset
25208
25209
25210 \begin_inset Phantom HPhantom
25211 status open
25212
25213 \begin_layout Plain Layout
25214
25215 \series bold
25216 \begin_inset space ~
25217 \end_inset
25218
25219
25220 \end_layout
25221
25222 \end_inset
25223
25224 {
25225 \backslash
25226 arrayrulecolor{red}
25227 \backslash
25228 myHdashline
25229 \backslash
25230 arrayrulecolor{black}}
25231 \end_layout
25232
25233 \begin_layout Standard
25234 Um 
25235 \series bold
25236
25237 \backslash
25238 cdashline
25239 \series default
25240  zu färben, lautet der Befehl
25241 \end_layout
25242
25243 \begin_layout Standard
25244
25245 \series bold
25246
25247 \backslash
25248 let
25249 \backslash
25250 myCdashline
25251 \backslash
25252 cdashline
25253 \begin_inset Newline newline
25254 \end_inset
25255
25256
25257 \backslash
25258 renewcommand{
25259 \backslash
25260 cdashline}[1]
25261 \begin_inset Newline newline
25262 \end_inset
25263
25264
25265 \begin_inset Phantom HPhantom
25266 status open
25267
25268 \begin_layout Plain Layout
25269
25270 \series bold
25271 \begin_inset space ~
25272 \end_inset
25273
25274
25275 \end_layout
25276
25277 \end_inset
25278
25279 {
25280 \backslash
25281 arrayrulecolor{red}
25282 \backslash
25283 myCdashline{#1}
25284 \backslash
25285 arrayrulecolor{black}}
25286 \end_layout
25287
25288 \begin_layout Standard
25289 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
25290  als \SpecialChar TeX
25291 -Code hinter der Tabelle einfügen:
25292 \end_layout
25293
25294 \begin_layout Standard
25295 Für 
25296 \series bold
25297
25298 \backslash
25299 hdashline
25300 \end_layout
25301
25302 \begin_layout Standard
25303
25304 \series bold
25305
25306 \backslash
25307 renewcommand{
25308 \backslash
25309 hdashline}{
25310 \backslash
25311 myHdashline}
25312 \end_layout
25313
25314 \begin_layout Standard
25315 und für 
25316 \series bold
25317
25318 \backslash
25319 cdashline
25320 \end_layout
25321
25322 \begin_layout Standard
25323
25324 \series bold
25325
25326 \backslash
25327 renewcommand{
25328 \backslash
25329 cdashline}{
25330 \backslash
25331 myCdashline}
25332 \end_layout
25333
25334 \begin_layout Standard
25335 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
25336  Befehl
25337 \end_layout
25338
25339 \begin_layout Standard
25340
25341 \series bold
25342
25343 \backslash
25344 dashgapcolor{Farbe}
25345 \end_layout
25346
25347 \begin_layout Standard
25348 als \SpecialChar TeX
25349 -Code vor der Tabelle verwenden.
25350  Farbe ist hierbei der Name einer definierten Farbe.
25351  Der Befehl
25352 \end_layout
25353
25354 \begin_layout Standard
25355
25356 \series bold
25357
25358 \backslash
25359 nodashgapcolor
25360 \end_layout
25361
25362 \begin_layout Standard
25363 hebt die Einstellung von 
25364 \series bold
25365
25366 \backslash
25367 dashgapcolor
25368 \series default
25369  auf.
25370 \end_layout
25371
25372 \begin_layout Standard
25373 \begin_inset Note Greyedout
25374 status open
25375
25376 \begin_layout Plain Layout
25377
25378 \series bold
25379 \color none
25380 Achtung
25381 \series default
25382 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
25383  
25384 \series bold
25385 arydshln
25386 \series default
25387  an erster Stelle in der Zelle befinden.
25388  Daher ist in in Zelle 
25389 \emph on
25390 k
25391 \emph default
25392  der Tabelle
25393 \begin_inset space ~
25394 \end_inset
25395
25396
25397 \begin_inset CommandInset ref
25398 LatexCommand ref
25399 reference "tab:Farbige-Tabelle-mit"
25400
25401 \end_inset
25402
25403  der Befehl 
25404 \series bold
25405
25406 \backslash
25407 hdashline
25408 \series default
25409  vor 
25410 \series bold
25411
25412 \backslash
25413 rowcolor
25414 \series default
25415 .
25416 \end_layout
25417
25418 \end_inset
25419
25420
25421 \end_layout
25422
25423 \begin_layout Standard
25424 \begin_inset Note Greyedout
25425 status open
25426
25427 \begin_layout Plain Layout
25428
25429 \series bold
25430 \color none
25431 Achtung:
25432 \series default
25433  Das \SpecialChar LaTeX
25434 -Paket 
25435 \series bold
25436 arydshln
25437 \series default
25438  muss im \SpecialChar LaTeX
25439 -Vorspann nach dem \SpecialChar LaTeX
25440 -Paket 
25441 \series bold
25442 colortbl
25443 \series default
25444
25445 \begin_inset Index idx
25446 status collapsed
25447
25448 \begin_layout Plain Layout
25449 \SpecialChar LaTeX
25450 -Pakete ! colortbl
25451 \end_layout
25452
25453 \end_inset
25454
25455  geladen werden.
25456 \end_layout
25457
25458 \end_inset
25459
25460
25461 \end_layout
25462
25463 \begin_layout Standard
25464 \begin_inset ERT
25465 status collapsed
25466
25467 \begin_layout Plain Layout
25468
25469
25470 \backslash
25471 else
25472 \end_layout
25473
25474 \end_inset
25475
25476
25477 \begin_inset Note Note
25478 status open
25479
25480 \begin_layout Plain Layout
25481 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
25482 -Paket 
25483 \series bold
25484 arydshln
25485 \series default
25486  nicht installiert ist:
25487 \end_layout
25488
25489 \end_inset
25490
25491
25492 \end_layout
25493
25494 \begin_layout Standard
25495 Sie müssen das \SpecialChar LaTeX
25496 -Paket 
25497 \series bold
25498 arydshln
25499 \series default
25500  installiert haben um den Inhalt dieses Abschnitts zu sehen.
25501 \end_layout
25502
25503 \begin_layout Standard
25504 \begin_inset ERT
25505 status collapsed
25506
25507 \begin_layout Plain Layout
25508
25509
25510 \backslash
25511 fi
25512 \end_layout
25513
25514 \end_inset
25515
25516
25517 \end_layout
25518
25519 \begin_layout Standard
25520 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
25521  von 
25522 \series bold
25523 arydshln
25524 \series default
25525
25526 \begin_inset CommandInset citation
25527 LatexCommand cite
25528 key "arydshln"
25529 literal "true"
25530
25531 \end_inset
25532
25533 .
25534 \end_layout
25535
25536 \begin_layout Chapter
25537 Gleitobjekte
25538 \begin_inset CommandInset label
25539 LatexCommand label
25540 name "kap:Gleitobjekte"
25541
25542 \end_inset
25543
25544
25545 \begin_inset Index idx
25546 status collapsed
25547
25548 \begin_layout Plain Layout
25549 Gleitobjekte
25550 \end_layout
25551
25552 \end_inset
25553
25554
25555 \end_layout
25556
25557 \begin_layout Section
25558 Einleitung
25559 \begin_inset CommandInset label
25560 LatexCommand label
25561 name "abs:Gleitobjekte-Einleitung"
25562
25563 \end_inset
25564
25565
25566 \begin_inset Index idx
25567 status collapsed
25568
25569 \begin_layout Plain Layout
25570 Gleitobjekte ! Einleitung
25571 \end_layout
25572
25573 \end_inset
25574
25575
25576 \end_layout
25577
25578 \begin_layout Standard
25579 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
25580  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
25581  der beste Platz ist.
25582  
25583 \family sans
25584 Fußnoten
25585 \family default
25586  und 
25587 \family sans
25588 Randnotizen
25589 \family default
25590  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
25591  wenn auf ihrer Seite schon zu viele sind.
25592 \end_layout
25593
25594 \begin_layout Standard
25595 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
25596  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
25597  um weiße Flächen und Seiten ohne Text zu vermeiden.
25598  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar ligaturebreak
25599 löst,
25600  kann im Text auf ein Gleitobjekt verwiesen werden.
25601  Gleitobjekte sind deshalb nummeriert.
25602  Querverweise werden in Abschnitt
25603 \begin_inset space ~
25604 \end_inset
25605
25606
25607 \begin_inset CommandInset ref
25608 LatexCommand ref
25609 reference "abs:Auf-Gleitobjekte-verweisen"
25610
25611 \end_inset
25612
25613  beschrieben.
25614 \end_layout
25615
25616 \begin_layout Standard
25617 Ein Gleitobjekt wird mit 
25618 \family sans
25619 Einfügen\SpecialChar menuseparator
25620 Gleitobjekt\SpecialChar menuseparator
25621 Algorithmus/Abbildung/Ta\SpecialChar softhyphen
25622 belle/Um\SpecialChar softhyphen
25623 flos\SpecialChar softhyphen
25624 se\SpecialChar softhyphen
25625 nes
25626 \begin_inset space ~
25627 \end_inset
25628
25629 Gleitobjekt
25630 \family default
25631  eingefügt (Werkzeugleistenknopf 
25632 \begin_inset Info
25633 type  "icon"
25634 arg   "float-insert figure"
25635 \end_inset
25636
25637  oder 
25638 \begin_inset Info
25639 type  "icon"
25640 arg   "float-insert table"
25641 \end_inset
25642
25643 ).
25644  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
25645  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
25646  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
25647  #:).
25648  Statt # sehen Sie die von \SpecialChar LyX
25649  vergebene Nummer.
25650  In das schmale Feld nach der Marke können Sie den Titel schreiben.
25651  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
25652  eingefügt.
25653  In Abschnitt
25654 \begin_inset space ~
25655 \end_inset
25656
25657
25658 \begin_inset CommandInset ref
25659 LatexCommand ref
25660 reference "abs:Titel-Platzierung"
25661
25662 \end_inset
25663
25664  finden Sie mehr über die Platzierung des Titels.
25665  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
25666  auch wieder geöffnet.
25667  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
25668 \begin_inset Graphics
25669         filename clipart/Gleitobjekt.png
25670         scale 95
25671         scaleBeforeRotation
25672
25673 \end_inset
25674
25675  – ein graues Kästchen mit roter Beschriftung.
25676 \end_layout
25677
25678 \begin_layout Standard
25679 Um mögliche \SpecialChar LaTeX
25680 -Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
25681  Gleitobjekte in einem eigenen Absatz einzufügen.
25682 \end_layout
25683
25684 \begin_layout Standard
25685 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
25686  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
25687  klicken.
25688 \end_layout
25689
25690 \begin_layout Section
25691 Gleitobjekt-Typen
25692 \begin_inset Index idx
25693 status collapsed
25694
25695 \begin_layout Plain Layout
25696 Gleitobjekte ! Typen
25697 \end_layout
25698
25699 \end_inset
25700
25701
25702 \end_layout
25703
25704 \begin_layout Standard
25705 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
25706 \begin_inset space ~
25707 \end_inset
25708
25709
25710 \begin_inset CommandInset ref
25711 LatexCommand ref
25712 reference "abs:Gleitende-Abbildungen"
25713
25714 \end_inset
25715
25716  und 
25717 \begin_inset CommandInset ref
25718 LatexCommand ref
25719 reference "abs:Gleitende-Tabellen"
25720
25721 \end_inset
25722
25723  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
25724  Letztere sind in Abschnitt
25725 \begin_inset space ~
25726 \end_inset
25727
25728
25729 \begin_inset CommandInset ref
25730 LatexCommand ref
25731 reference "abs:Umflossene-Gleitobjekte"
25732
25733 \end_inset
25734
25735  beschrieben.
25736 \end_layout
25737
25738 \begin_layout Subsection
25739 Algorithmen-Gleitobjekt
25740 \begin_inset Index idx
25741 status collapsed
25742
25743 \begin_layout Plain Layout
25744 Gleitobjekte ! Algorithmen
25745 \end_layout
25746
25747 \end_inset
25748
25749
25750 \end_layout
25751
25752 \begin_layout Standard
25753 \begin_inset Float algorithm
25754 placement h
25755 alignment document
25756 wide false
25757 sideways false
25758 status open
25759
25760 \begin_layout Plain Layout
25761 \begin_inset Caption Standard
25762
25763 \begin_layout Plain Layout
25764 \begin_inset CommandInset label
25765 LatexCommand label
25766 name "alg:Ein-Gleitobjekt-Algorithmus"
25767
25768 \end_inset
25769
25770 Ein Gleitobjekt-Algorithmus 
25771 \end_layout
25772
25773 \end_inset
25774
25775
25776 \end_layout
25777
25778 \begin_layout LyX-Code
25779 for I in 1..N loop
25780 \begin_inset Newline newline
25781 \end_inset
25782
25783  Sum:= Sum + A(I); /*Kommentar*/
25784 \begin_inset Newline newline
25785 \end_inset
25786
25787 end loop
25788 \begin_inset VSpace -4mm
25789 \end_inset
25790
25791
25792 \end_layout
25793
25794 \end_inset
25795
25796
25797 \end_layout
25798
25799 \begin_layout Standard
25800 Dieser Typ wird mit 
25801 \family sans
25802 Einfügen\SpecialChar menuseparator
25803 Gleitobjekt\SpecialChar menuseparator
25804 Algorithmus
25805 \family default
25806  eingefügt.
25807  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
25808  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
25809 \begin_inset space ~
25810 \end_inset
25811
25812
25813 \begin_inset CommandInset ref
25814 LatexCommand ref
25815 reference "kap:Programm-Code-Listen"
25816
25817 \end_inset
25818
25819 .
25820  Eine mögliche Absatz-Umgebung hier für ist 
25821 \family sans
25822 \SpecialChar LyX
25823 -Code
25824 \family default
25825 , beschrieben im 
25826 \emph on
25827 Benutzerhandbuch
25828 \emph default
25829 .
25830  In Algorithmus
25831 \begin_inset space ~
25832 \end_inset
25833
25834
25835 \begin_inset CommandInset ref
25836 LatexCommand ref
25837 reference "alg:Ein-Gleitobjekt-Algorithmus"
25838
25839 \end_inset
25840
25841  wurden am Ende -4
25842 \begin_inset space \thinspace{}
25843 \end_inset
25844
25845 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
25846  letzten Zeile gedruckt wird.
25847 \end_layout
25848
25849 \begin_layout Standard
25850 Die Marke 
25851 \emph on
25852 Algorithmus
25853 \emph default
25854  wird nicht automatisch in die druckbare Version übernommen, sondern das
25855  englische Wort 
25856 \emph on
25857 Algorithm
25858 \emph default
25859  verwendet.
25860  Soll
25861 \emph on
25862  Algorithmus
25863 \emph default
25864  dort stehen, müssen Sie folgendes in den \SpecialChar LaTeX
25865 -Vorspann schreiben: 
25866 \end_layout
25867
25868 \begin_layout Standard
25869
25870 \series bold
25871
25872 \backslash
25873 floatname{algorithm}{Algorithmus}
25874 \end_layout
25875
25876 \begin_layout Standard
25877 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
25878  Sprache wie die \SpecialChar LyX
25879  Menünamen haben, das Menü 
25880 \family sans
25881 Einfügen\SpecialChar menuseparator
25882 Liste
25883 \begin_inset space \thinspace{}
25884 \end_inset
25885
25886 /
25887 \begin_inset space \thinspace{}
25888 \end_inset
25889
25890 Inhaltsverzeichnis\SpecialChar menuseparator
25891 Algorithmenverzeichnis
25892 \family default
25893  verwendet werden.
25894  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als \SpecialChar TeX
25895 -Code
25896  eingefügt werden:
25897 \end_layout
25898
25899 \begin_layout Standard
25900
25901 \series bold
25902
25903 \backslash
25904 listof{algorithm}{Algorithmenverzeichnis}
25905 \end_layout
25906
25907 \begin_layout Standard
25908 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
25909  nach dem Schema 
25910 \begin_inset Quotes gld
25911 \end_inset
25912
25913 Kapitelnummer.Algorithmusnummer
25914 \begin_inset Quotes grd
25915 \end_inset
25916
25917  nummeriert.
25918  Um das zu erreichen, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
25919 -Vorspann einfügen:
25920 \end_layout
25921
25922 \begin_layout Standard
25923
25924 \series bold
25925
25926 \backslash
25927 numberwithin{algorithm}{chapter}
25928 \end_layout
25929
25930 \begin_layout Standard
25931 Um 
25932 \series bold
25933
25934 \backslash
25935 numberwithin
25936 \series default
25937  benutzen zu können, muss in den 
25938 \family sans
25939 Mathe
25940 \begin_inset space ~
25941 \end_inset
25942
25943 Optionen
25944 \family default
25945  der 
25946 \family sans
25947 Dokument-Einstellungen
25948 \family default
25949  
25950 \family sans
25951 AMS
25952 \begin_inset space ~
25953 \end_inset
25954
25955 Mathe
25956 \begin_inset space ~
25957 \end_inset
25958
25959 Paket
25960 \family default
25961
25962 \begin_inset space ~
25963 \end_inset
25964
25965
25966 \family sans
25967 verwenden
25968 \family default
25969  angekreuzt sein.
25970 \end_layout
25971
25972 \begin_layout Section
25973 Gleitobjekt-Nummerierung
25974 \begin_inset Index idx
25975 status collapsed
25976
25977 \begin_layout Plain Layout
25978 Gleitobjekte ! Nummerierung
25979 \end_layout
25980
25981 \end_inset
25982
25983
25984 \end_layout
25985
25986 \begin_layout Standard
25987 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
25988  nummeriert oder nach dem Schema 
25989 \begin_inset Quotes gld
25990 \end_inset
25991
25992 Kapitelnummer.Gleitobjektnummer
25993 \begin_inset Quotes grd
25994 \end_inset
25995
25996  oder 
25997 \begin_inset Quotes gld
25998 \end_inset
25999
26000 Abschnittsnummer.Gleitobjektnummer
26001 \begin_inset Quotes grd
26002 \end_inset
26003
26004 .
26005  Das hängt von der Dokumentklasse ab.
26006 \end_layout
26007
26008 \begin_layout Standard
26009 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
26010  in den \SpecialChar LaTeX
26011 -Vorspann einfügen:
26012 \end_layout
26013
26014 \begin_layout Standard
26015
26016 \series bold
26017
26018 \backslash
26019 renewcommand{
26020 \backslash
26021 thetable}{
26022 \backslash
26023 roman{table}}
26024 \end_layout
26025
26026 \begin_layout Standard
26027
26028 \series bold
26029
26030 \backslash
26031 thetable
26032 \series default
26033  ist der Befehl, der die Tabellennummer druckt.
26034  Für Abbildungen ist das 
26035 \series bold
26036
26037 \backslash
26038 thefigure
26039 \series default
26040 .
26041  Der Befehl 
26042 \series bold
26043
26044 \backslash
26045 roman
26046 \series default
26047  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
26048 \end_layout
26049
26050 \begin_layout Standard
26051 Um das Nummerierungsschema zum Beispiel auf 
26052 \begin_inset Quotes gld
26053 \end_inset
26054
26055 Unterabschnittsnummer.Num\SpecialChar softhyphen
26056 mer
26057 \begin_inset Quotes grd
26058 \end_inset
26059
26060  zu ändern, setzen Sie folgendes in den \SpecialChar LaTeX
26061 -Vorspann:
26062 \end_layout
26063
26064 \begin_layout Standard
26065
26066 \series bold
26067
26068 \backslash
26069 numberwithin{table}{subsection}
26070 \end_layout
26071
26072 \begin_layout Standard
26073 Um den Befehl 
26074 \series bold
26075
26076 \backslash
26077 numberwithin
26078 \series default
26079  benutzen zu können, müssen Sie in den 
26080 \family sans
26081 Mathe
26082 \begin_inset space ~
26083 \end_inset
26084
26085 Optionen
26086 \family default
26087  der 
26088 \family sans
26089 Dokument-Einstellungen
26090 \family default
26091  
26092 \family sans
26093 AMS
26094 \begin_inset space ~
26095 \end_inset
26096
26097 Mathe
26098 \begin_inset space ~
26099 \end_inset
26100
26101 Paket
26102 \family default
26103
26104 \begin_inset space ~
26105 \end_inset
26106
26107
26108 \family sans
26109 verwenden
26110 \family default
26111  ankreuzen.
26112 \end_layout
26113
26114 \begin_layout Standard
26115 Sehen Sie sich bitte auch Abschnitt
26116 \begin_inset space ~
26117 \end_inset
26118
26119
26120 \begin_inset CommandInset ref
26121 LatexCommand ref
26122 reference "uab:Fußnoten-Nummerierung"
26123
26124 \end_inset
26125
26126  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
26127 \end_layout
26128
26129 \begin_layout Section
26130 Auf Gleitobjekte verweisen
26131 \begin_inset CommandInset label
26132 LatexCommand label
26133 name "abs:Auf-Gleitobjekte-verweisen"
26134
26135 \end_inset
26136
26137
26138 \begin_inset Index idx
26139 status collapsed
26140
26141 \begin_layout Plain Layout
26142 Gleitobjekte ! Querverweise
26143 \end_layout
26144
26145 \end_inset
26146
26147
26148 \begin_inset Index idx
26149 status collapsed
26150
26151 \begin_layout Plain Layout
26152 Querverweise ! auf Gleitobjekte
26153 \end_layout
26154
26155 \end_inset
26156
26157
26158 \end_layout
26159
26160 \begin_layout Standard
26161 Zunächst müssen Sie mit 
26162 \family sans
26163 Einfügen\SpecialChar menuseparator
26164 Marke
26165 \family default
26166  oder einen Klick auf 
26167 \begin_inset Info
26168 type  "icon"
26169 arg   "label-insert"
26170 \end_inset
26171
26172  eine Marke im Titel einfügen.
26173  Im 
26174 \family sans
26175 Marke
26176 \family default
26177 -Dialog schreiben Sie einen Text in das Feld 
26178 \family sans
26179 Marke
26180 \family default
26181  oder übernehmen den vorgeschlagenen.
26182  Die Marke sieht in \SpecialChar LyX
26183  dann so aus:
26184 \end_layout
26185
26186 \begin_layout Standard
26187 \begin_inset Graphics
26188         filename clipart/Marke.png
26189         scaleBeforeRotation
26190
26191 \end_inset
26192
26193
26194 \end_layout
26195
26196 \begin_layout Standard
26197 Die Marke wird als Anker und Name für den Querverweis benutzt.
26198  Mit 
26199 \family sans
26200 Einfügen\SpecialChar menuseparator
26201 Querverweis
26202 \family default
26203  oder einen Klick auf 
26204 \begin_inset Info
26205 type  "icon"
26206 arg   "dialog-show-new-inset ref"
26207 \end_inset
26208
26209  können Sie dann auf die Marke verweisen.
26210  Als Querverweis wird in \SpecialChar LyX
26211  ein graues Kästchen wie zum Beispiel dieses angezeigt:
26212 \end_layout
26213
26214 \begin_layout Standard
26215 \begin_inset Graphics
26216         filename clipart/Querverweis.png
26217         scaleBeforeRotation
26218
26219 \end_inset
26220
26221
26222 \begin_inset Newline newline
26223 \end_inset
26224
26225  Mehr zu Querverweisen finden Sie im 
26226 \emph on
26227 Benutzerhandbuch
26228 \emph default
26229 .
26230 \end_layout
26231
26232 \begin_layout Standard
26233 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
26234  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
26235  durch einen Zeilenumbruch getrennt werden können.
26236 \end_layout
26237
26238 \begin_layout Standard
26239 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
26240  \SpecialChar LyX
26241  passt die Querverweise automatisch an.
26242 \end_layout
26243
26244 \begin_layout Standard
26245 Ein Klick auf den Schalter 
26246 \family sans
26247 Gehe
26248 \begin_inset space ~
26249 \end_inset
26250
26251 zur
26252 \begin_inset space ~
26253 \end_inset
26254
26255 Marke
26256 \family default
26257  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
26258  Der Text der Schaltfläche heißt jetzt 
26259 \family sans
26260 Gehe
26261 \begin_inset space ~
26262 \end_inset
26263
26264 zurück
26265 \family default
26266  und ein Klick darauf macht genau dies.
26267 \end_layout
26268
26269 \begin_layout Subsection
26270 Querverweis-Formate
26271 \begin_inset CommandInset label
26272 LatexCommand label
26273 name "uab:Querverweis-Formate"
26274
26275 \end_inset
26276
26277
26278 \begin_inset Index idx
26279 status collapsed
26280
26281 \begin_layout Plain Layout
26282 Querverweise ! Formate
26283 \end_layout
26284
26285 \end_inset
26286
26287
26288 \end_layout
26289
26290 \begin_layout Standard
26291 Es gibt sechs verschiedene Querverweisstile:
26292 \end_layout
26293
26294 \begin_layout Description
26295 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
26296  
26297 \begin_inset CommandInset ref
26298 LatexCommand ref
26299 reference "fig:Zwei-Teilabbildungen"
26300
26301 \end_inset
26302
26303
26304 \end_layout
26305
26306 \begin_layout Description
26307 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
26308  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
26309  verwendet wird, speziell wenn der Name 
26310 \begin_inset Quotes gld
26311 \end_inset
26312
26313 Gleichung
26314 \begin_inset Quotes grd
26315 \end_inset
26316
26317  weggelassen wird: 
26318 \begin_inset CommandInset ref
26319 LatexCommand eqref
26320 reference "eq:Wgn"
26321
26322 \end_inset
26323
26324
26325 \end_layout
26326
26327 \begin_layout Description
26328 <Seite>: druckt die Seitennummer: Seite
26329 \begin_inset space ~
26330 \end_inset
26331
26332
26333 \begin_inset CommandInset ref
26334 LatexCommand pageref
26335 reference "fig:Zwei-Teilabbildungen"
26336
26337 \end_inset
26338
26339
26340 \end_layout
26341
26342 \begin_layout Description
26343 auf
26344 \begin_inset space ~
26345 \end_inset
26346
26347 Seite
26348 \begin_inset space ~
26349 \end_inset
26350
26351 <Seite>: druckt den Text 
26352 \begin_inset Quotes gld
26353 \end_inset
26354
26355 auf Seite
26356 \begin_inset Quotes grd
26357 \end_inset
26358
26359  und die Seitennummer: 
26360 \begin_inset CommandInset ref
26361 LatexCommand vpageref
26362 reference "fig:Zwei-Teilabbildungen"
26363
26364 \end_inset
26365
26366
26367 \end_layout
26368
26369 \begin_layout Description
26370 <Querverweis>
26371 \begin_inset space ~
26372 \end_inset
26373
26374 auf
26375 \begin_inset space ~
26376 \end_inset
26377
26378 Seite
26379 \begin_inset space ~
26380 \end_inset
26381
26382 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
26383 \begin_inset Quotes gld
26384 \end_inset
26385
26386 auf Seite
26387 \begin_inset Quotes grd
26388 \end_inset
26389
26390 , und die Seitennummer: 
26391 \begin_inset CommandInset ref
26392 LatexCommand vref
26393 reference "fig:Zwei-Teilabbildungen"
26394
26395 \end_inset
26396
26397
26398 \end_layout
26399
26400 \begin_layout Description
26401 Formatierter
26402 \begin_inset space ~
26403 \end_inset
26404
26405 Querverweis: druckt ein selbst definiertes Querverweisformat
26406 \begin_inset Newline newline
26407 \end_inset
26408
26409
26410 \begin_inset Note Greyedout
26411 status open
26412
26413 \begin_layout Plain Layout
26414
26415 \series bold
26416 Bemerkung:
26417 \series default
26418  Dies ist nur möglich, wenn das \SpecialChar LaTeX
26419 -Paket 
26420 \series bold
26421 prettyref
26422 \series default
26423  oder 
26424 \series bold
26425 refstyle
26426 \series default
26427
26428 \begin_inset Index idx
26429 status collapsed
26430
26431 \begin_layout Plain Layout
26432 \SpecialChar LaTeX
26433 -Pakete ! prettyref
26434 \end_layout
26435
26436 \end_inset
26437
26438
26439 \begin_inset Index idx
26440 status collapsed
26441
26442 \begin_layout Plain Layout
26443 \SpecialChar LaTeX
26444 -Pakete ! refstyle
26445 \end_layout
26446
26447 \end_inset
26448
26449  installiert ist.
26450 \end_layout
26451
26452 \end_inset
26453
26454
26455 \begin_inset Newline newline
26456 \end_inset
26457
26458 Sie können durch setzen der Option 
26459 \family sans
26460 Verwende refstyle (nicht prettyref) für Querverweise
26461 \family default
26462  im Menü 
26463 \family sans
26464 Dokument\SpecialChar menuseparator
26465 Einstellungen\SpecialChar menuseparator
26466 Dokumentklasse
26467 \family default
26468  wählen, welches \SpecialChar LaTeX
26469 -Paket für diesen Verweistyp verwendet wird.
26470  Das Format wird definiert, indem man den Befehl 
26471 \series bold
26472
26473 \backslash
26474 newrefformat
26475 \series default
26476  (prettyref) oder 
26477 \series bold
26478
26479 \backslash
26480 newref
26481 \series default
26482  (refstyle) in den \SpecialChar LaTeX
26483 -Vorspann einfügt.
26484  Z.
26485 \begin_inset space \thinspace{}
26486 \end_inset
26487
26488 B.
26489  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
26490  
26491 \begin_inset Quotes eld
26492 \end_inset
26493
26494
26495 \family sans
26496 abb
26497 \family default
26498
26499 \begin_inset Quotes erd
26500 \end_inset
26501
26502 ) mit dem Befehle
26503 \begin_inset Newline newline
26504 \end_inset
26505
26506
26507 \series bold
26508
26509 \backslash
26510 newref{abb}{refcmd={Bild auf Seite 
26511 \backslash
26512 pageref{#1}}}
26513 \series default
26514
26515 \begin_inset Newline newline
26516 \end_inset
26517
26518 geändert werden.
26519  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
26520 en verwiesen, 
26521 \begin_inset CommandInset citation
26522 LatexCommand cite
26523 key "prettyref,refstyle"
26524 literal "true"
26525
26526 \end_inset
26527
26528 .
26529 \begin_inset Newline newline
26530 \end_inset
26531
26532 Die Optionen 
26533 \family sans
26534 Plural
26535 \family default
26536  und 
26537 \family sans
26538 Großschreibung
26539 \family default
26540  sind nur verfügbar, wenn Sie das \SpecialChar LaTeX
26541 -Paket 
26542 \series bold
26543 refstyle
26544 \series default
26545  verwenden.
26546  Beide Optionen sind für deutsche Text nicht nützlich, denn 
26547 \family sans
26548 Plural
26549 \family default
26550  fügt ein 
26551 \emph on
26552 s
26553 \emph default
26554  an den Namen an, z.
26555 \begin_inset space \thinspace{}
26556 \end_inset
26557
26558 B.
26559  
26560 \begin_inset Quotes gld
26561 \end_inset
26562
26563 Abbildungs
26564 \begin_inset Quotes grd
26565 \end_inset
26566
26567  und 
26568 \family sans
26569 Großschreibung
26570 \family default
26571  gibt den Namen großgeschrieben aus, z.
26572 \begin_inset space \thinspace{}
26573 \end_inset
26574
26575 B.
26576  
26577 \begin_inset Quotes gld
26578 \end_inset
26579
26580 Abbildung
26581 \begin_inset Quotes grd
26582 \end_inset
26583
26584 , was aber bereits die Voreinstellung ist.
26585 \end_layout
26586
26587 \begin_layout Description
26588 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
26589 \begin_inset CommandInset ref
26590 LatexCommand nameref
26591 reference "fig:Zwei-Teilabbildungen"
26592
26593 \end_inset
26594
26595
26596 \end_layout
26597
26598 \begin_layout Description
26599 Nur
26600 \begin_inset space ~
26601 \end_inset
26602
26603 Marke: gibt nur die \SpecialChar LaTeX
26604 -Marke der Referenz aus: 
26605 \begin_inset CommandInset ref
26606 LatexCommand labelonly
26607 reference "fig:Zwei-Teilabbildungen"
26608 plural "false"
26609 caps "false"
26610 noprefix "false"
26611
26612 \end_inset
26613
26614
26615 \begin_inset Newline newline
26616 \end_inset
26617
26618 Damit kann man die Marke für Befehle im \SpecialChar TeX
26619 -Code verwenden.
26620  Mit der Option 
26621 \family sans
26622 Ohne
26623 \begin_inset space ~
26624 \end_inset
26625
26626 Präfix
26627 \family default
26628  kann der Präfix des Markennamens weggelassen werden: 
26629 \begin_inset CommandInset ref
26630 LatexCommand labelonly
26631 reference "fig:Zwei-Teilabbildungen"
26632 plural "false"
26633 caps "false"
26634 noprefix "true"
26635
26636 \end_inset
26637
26638
26639 \end_layout
26640
26641 \begin_layout Standard
26642
26643 \family sans
26644 <Seite>
26645 \family default
26646  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
26647  vorherigen, der selben oder der nächsten Seite befindet.
26648  Stattdessen wird z.
26649 \begin_inset space \thinspace{}
26650 \end_inset
26651
26652 B.
26653  der Text 
26654 \begin_inset Quotes gld
26655 \end_inset
26656
26657
26658 \family sans
26659 auf dieser Seite
26660 \family default
26661
26662 \begin_inset Quotes grd
26663 \end_inset
26664
26665  gedruckt.
26666  Der Stil 
26667 \family sans
26668 <Querverweis>
26669 \begin_inset space ~
26670 \end_inset
26671
26672 auf
26673 \begin_inset space ~
26674 \end_inset
26675
26676 Seite
26677 \begin_inset space ~
26678 \end_inset
26679
26680 <Seite>
26681 \family default
26682  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
26683  Seite ist.
26684 \end_layout
26685
26686 \begin_layout Standard
26687 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
26688  automatisch von \SpecialChar LaTeX
26689  berechnet.
26690  Die Stile können im Feld 
26691 \family sans
26692 Format
26693 \family default
26694  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
26695  einen Querverweis klicken.
26696 \end_layout
26697
26698 \begin_layout Standard
26699 \begin_inset Note Greyedout
26700 status open
26701
26702 \begin_layout Plain Layout
26703
26704 \series bold
26705 Bemerkung:
26706 \series default
26707  Es wird empfohlen, das \SpecialChar LaTeX
26708 -Paket 
26709 \series bold
26710 refstyle
26711 \series default
26712
26713 \begin_inset Index idx
26714 status collapsed
26715
26716 \begin_layout Plain Layout
26717 \SpecialChar LaTeX
26718 -Pakete ! refstyle
26719 \end_layout
26720
26721 \end_inset
26722
26723  zu verwenden, da 
26724 \series bold
26725 prettyref
26726 \series default
26727
26728 \begin_inset Index idx
26729 status collapsed
26730
26731 \begin_layout Plain Layout
26732 \SpecialChar LaTeX
26733 -Pakete ! prettyref
26734 \end_layout
26735
26736 \end_inset
26737
26738  nicht alle möglichen \SpecialChar LyX
26739 -Marken-Kürzel
26740 \begin_inset Foot
26741 status collapsed
26742
26743 \begin_layout Plain Layout
26744  
26745 \begin_inset Quotes gld
26746 \end_inset
26747
26748 abb:
26749 \begin_inset Quotes grd
26750 \end_inset
26751
26752  ist z.
26753 \begin_inset space \thinspace{}
26754 \end_inset
26755
26756 B.
26757  \SpecialChar LyX
26758 ' Kürzel für Marken in Bildbeschriftungen.
26759 \end_layout
26760
26761 \end_inset
26762
26763  kennt und auch nicht internationalisiert ist.
26764 \end_layout
26765
26766 \end_inset
26767
26768
26769 \end_layout
26770
26771 \begin_layout Subsection
26772 Automatische Querverweisnamen
26773 \begin_inset Index idx
26774 status collapsed
26775
26776 \begin_layout Plain Layout
26777 Querverweise ! Automatische Namen 
26778 \end_layout
26779
26780 \end_inset
26781
26782
26783 \end_layout
26784
26785 \begin_layout Standard
26786 Das \SpecialChar LaTeX
26787 -Paket 
26788 \series bold
26789 hyperref
26790 \series default
26791
26792 \begin_inset Index idx
26793 status collapsed
26794
26795 \begin_layout Plain Layout
26796 \SpecialChar LaTeX
26797 -Pakete ! hyperref
26798 \end_layout
26799
26800 \end_inset
26801
26802 , das in den
26803 \family sans
26804  PDF-Eigenschaften
26805 \family default
26806  im 
26807 \family sans
26808 Dokument-Einstellungen
26809 \family default
26810  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
26811  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
26812  wie 
26813 \emph on
26814 Abschnitt
26815 \emph default
26816 ).
26817  Sie müssen damit z.
26818 \begin_inset space \thinspace{}
26819 \end_inset
26820
26821 B.
26822  nicht mehr den Namen 
26823 \begin_inset Quotes gld
26824 \end_inset
26825
26826 Abbildung
26827 \begin_inset Quotes grd
26828 \end_inset
26829
26830  vor jeden Querverweis auf eine Abbildung schreiben.
26831  Um diese Funktion benutzen zu können, aktivieren Sie 
26832 \series bold
26833 hyperref
26834 \series default
26835  und fügen diese Zeile in den \SpecialChar LaTeX
26836 -Vorspann ein:
26837 \end_layout
26838
26839 \begin_layout Standard
26840
26841 \series bold
26842
26843 \backslash
26844 AtBeginDocument{
26845 \backslash
26846 renewcommand{
26847 \backslash
26848 ref}[1]{
26849 \backslash
26850 mbox{
26851 \backslash
26852 autoref{#1}}}}
26853 \end_layout
26854
26855 \begin_layout Standard
26856 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
26857 \begin_inset space \thinspace{}
26858 \end_inset
26859
26860 B.
26861  statt 
26862 \begin_inset Quotes gld
26863 \end_inset
26864
26865 Abschnitt
26866 \begin_inset Quotes grd
26867 \end_inset
26868
26869  den Namen 
26870 \begin_inset Quotes gld
26871 \end_inset
26872
26873 Kap.
26874 \begin_inset space \thinspace{}
26875 \end_inset
26876
26877
26878 \begin_inset Quotes grd
26879 \end_inset
26880
26881 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
26882 \end_layout
26883
26884 \begin_layout Standard
26885
26886 \series bold
26887
26888 \backslash
26889 addto
26890 \backslash
26891 extrasngerman{
26892 \backslash
26893 renewcommand{
26894 \backslash
26895 sectionautorefname}
26896 \begin_inset Newline newline
26897 \end_inset
26898
26899
26900 \begin_inset Phantom HPhantom
26901 status open
26902
26903 \begin_layout Plain Layout
26904
26905 \series bold
26906 \begin_inset space ~
26907 \end_inset
26908
26909
26910 \end_layout
26911
26912 \end_inset
26913
26914 {Kap.
26915 \backslash
26916 negthinspace}}
26917 \end_layout
26918
26919 \begin_layout Standard
26920 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
26921 \begin_inset Newline newline
26922 \end_inset
26923
26924
26925 \series bold
26926
26927 \backslash
26928 extrasngerman
26929 \series default
26930  durch 
26931 \series bold
26932
26933 \backslash
26934 extras***
26935 \series default
26936 , wobei *** der Name der verwendeten Sprache ist.
26937 \end_layout
26938
26939 \begin_layout Standard
26940 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
26941  z.
26942 \begin_inset space \thinspace{}
26943 \end_inset
26944
26945 B.
26946  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
26947 \end_layout
26948
26949 \begin_layout Standard
26950
26951 \series bold
26952
26953 \backslash
26954 addto
26955 \backslash
26956 extrasngerman{
26957 \backslash
26958 renewcommand*{
26959 \backslash
26960 equationautorefname}[1]{}}
26961 \end_layout
26962
26963 \begin_layout Standard
26964 Mehr über dieses Thema finden Sie in der 
26965 \series bold
26966 hyperref
26967 \series default
26968 -Dokumentation 
26969 \begin_inset CommandInset citation
26970 LatexCommand cite
26971 key "hyperref"
26972 literal "true"
26973
26974 \end_inset
26975
26976 .
26977 \end_layout
26978
26979 \begin_layout Standard
26980 \begin_inset Note Greyedout
26981 status open
26982
26983 \begin_layout Plain Layout
26984
26985 \series bold
26986 Bemerkung:
26987 \series default
26988  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
26989  als Querverweisstil 
26990 \family sans
26991 Formatierter
26992 \begin_inset space ~
26993 \end_inset
26994
26995 Querverweis
26996 \family default
26997  benutzen, wie in Abschnitt
26998 \begin_inset space ~
26999 \end_inset
27000
27001
27002 \begin_inset CommandInset ref
27003 LatexCommand ref
27004 reference "uab:Querverweis-Formate"
27005
27006 \end_inset
27007
27008  beschrieben.
27009 \end_layout
27010
27011 \end_inset
27012
27013
27014 \end_layout
27015
27016 \begin_layout Standard
27017 Das 
27018 \emph on
27019 Mathe
27020 \emph default
27021  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
27022 \end_layout
27023
27024 \begin_layout Subsection
27025 Querverweis-Position
27026 \begin_inset CommandInset label
27027 LatexCommand label
27028 name "uab:Querverweis-Position"
27029
27030 \end_inset
27031
27032
27033 \begin_inset Index idx
27034 status collapsed
27035
27036 \begin_layout Plain Layout
27037 Querverweise !  Position
27038 \end_layout
27039
27040 \end_inset
27041
27042
27043 \end_layout
27044
27045 \begin_layout Standard
27046 Wenn Sie 
27047 \series bold
27048 hyperref
27049 \series default
27050
27051 \begin_inset Index idx
27052 status collapsed
27053
27054 \begin_layout Plain Layout
27055 \SpecialChar LaTeX
27056 -Pakete ! hyperref
27057 \end_layout
27058
27059 \end_inset
27060
27061  in den
27062 \family sans
27063  PDF-Eigenschaften
27064 \family default
27065  im 
27066 \family sans
27067 Dokument-Einstellungen
27068 \family default
27069  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
27070  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
27071  und Sie werden das Bild ohne Scrollen nicht sehen.
27072  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
27073  ist.
27074  Wenn Sie das  \SpecialChar LaTeX
27075 -Paket 
27076 \series bold
27077 hypcap
27078 \series default
27079
27080 \begin_inset Index idx
27081 status collapsed
27082
27083 \begin_layout Plain Layout
27084 \SpecialChar LaTeX
27085 -Pakete ! hypcap
27086 \end_layout
27087
27088 \end_inset
27089
27090 , das Teil des \SpecialChar LaTeX
27091 -Pakets 
27092 \series bold
27093 oberdiek
27094 \series default
27095
27096 \begin_inset Index idx
27097 status collapsed
27098
27099 \begin_layout Plain Layout
27100 \SpecialChar LaTeX
27101 -Pakete ! oberdiek
27102 \end_layout
27103
27104 \end_inset
27105
27106  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
27107  Aber natürlich müssen Sie auch hier das \SpecialChar LaTeX
27108 -Paket 
27109 \series bold
27110 hypcap
27111 \series default
27112  zunächst in den \SpecialChar LaTeX
27113 -Vorspann laden:
27114 \end_layout
27115
27116 \begin_layout Standard
27117
27118 \series bold
27119
27120 \backslash
27121 usepackage[figure]{hypcap}
27122 \end_layout
27123
27124 \begin_layout Standard
27125 Sie können 
27126 \series bold
27127 hypcap
27128 \series default
27129  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
27130  nicht empfohlen.
27131  Weitere Informationen finden Sie im
27132 \series bold
27133  hypcap
27134 \series default
27135 -Handbuch 
27136 \begin_inset CommandInset citation
27137 LatexCommand cite
27138 key "hypcap"
27139 literal "true"
27140
27141 \end_inset
27142
27143 .
27144 \end_layout
27145
27146 \begin_layout Standard
27147 \begin_inset Note Greyedout
27148 status open
27149
27150 \begin_layout Plain Layout
27151
27152 \series bold
27153 Bemerkung:
27154 \series default
27155  
27156 \series bold
27157 hypcap
27158 \series medium
27159  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
27160 \end_layout
27161
27162 \end_inset
27163
27164
27165 \end_layout
27166
27167 \begin_layout Section
27168 Gleitobjekt-Einstellungen
27169 \begin_inset CommandInset label
27170 LatexCommand label
27171 name "sec:Gleitobjekt-Einstellungen"
27172
27173 \end_inset
27174
27175
27176 \begin_inset Index idx
27177 status open
27178
27179 \begin_layout Plain Layout
27180 Gleitobjekte ! Einstellungen
27181 \end_layout
27182
27183 \end_inset
27184
27185
27186 \end_layout
27187
27188 \begin_layout Standard
27189 Gleitobjekt-Einstellungen können in \SpecialChar LyX
27190  an zwei Orten vorgenommen werden: In
27191  
27192 \family sans
27193 Dokument\SpecialChar menuseparator
27194 Einstellungen\SpecialChar menuseparator
27195 Gleitobjekt-Einstellungen
27196 \family default
27197  können Sie einige Einstellungen (bezüglich Platzierung auf der Seite und
27198  Ausrichtung der Inhalte) vornehmen, die per Voreinstellung für alle Gleitobjekt
27199 e des Dokuments gelten, so lange Sie nicht die lokalen Einstellungen eines
27200  Gleitobjekts modifizieren.
27201 \end_layout
27202
27203 \begin_layout Standard
27204 Dieses können Sie per Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken
27205  auf 
27206 \family sans
27207 Einstellungen\SpecialChar ldots
27208  
27209 \family default
27210 tun.
27211  Dies öffnet einen Dialog, in dem Sie – nun nur für dieses spezifische Gleitobje
27212 kt –, die globalen Einstellungen modifizieren können.
27213  Außerdem können Sie einige Einstellungen vornehmen, die es nur für einzelne
27214  Gleitobjekte gibt.
27215  All dies beschrieben wir in den folgenden Abschnitten.
27216 \end_layout
27217
27218 \begin_layout Subsection
27219 Gleitobjekt-Platzierung
27220 \begin_inset CommandInset label
27221 LatexCommand label
27222 name "abs:Gleitobjekt-Platzierung"
27223
27224 \end_inset
27225
27226
27227 \begin_inset Index idx
27228 status collapsed
27229
27230 \begin_layout Plain Layout
27231 Gleitobjekte ! Platzierung
27232 \end_layout
27233
27234 \end_inset
27235
27236
27237 \end_layout
27238
27239 \begin_layout Standard
27240 Sowohl in 
27241 \family sans
27242 Dokument\SpecialChar menuseparator
27243 Einstellungen
27244 \family default
27245  als auch im lokalen Dialog 
27246 \family sans
27247 Einstellungen\SpecialChar ldots
27248
27249 \family default
27250  können Sie den Algorithmus anpassen, den \SpecialChar LaTeX
27251  verwendet, um Gleitobjekte möglichst
27252  gut auf der Seite zu platzieren.
27253  Im ersteren Fall geschieht dies für alle Gleitobjekte, im zweiten nur für
27254  das aktuelle.
27255  Hierfür gibt es die Option 
27256 \family sans
27257 Platzierungseinstellungen
27258 \family default
27259 .
27260  Per Voreinstellung übernimmt \SpecialChar LyX
27261  hier die Einstellungen der Dokumentklasse
27262  (in 
27263 \family sans
27264 Dokument\SpecialChar menuseparator
27265 Einstellungen
27266 \family default
27267  ist die Voreinstellung entsprechend 
27268 \family sans
27269 Klassenvoreinstellung
27270 \family default
27271 , im lokalen Dialog 
27272 \family sans
27273 Dokumentvoreinstellung
27274 \family default
27275 , welches die Einstellung von 
27276 \family sans
27277 Dokument\SpecialChar menuseparator
27278 Einstellungen
27279 \family default
27280  übernimmt).
27281  Wenn Sie das ändern möchten, wählen Sie 
27282 \family sans
27283 Platzierungseinstellungen: Benutzerdefiniert
27284 \family default
27285 .
27286  Danach können Sie eine oder mehrere der folgenden Optionen auswählen:
27287 \end_layout
27288
27289 \begin_layout Description
27290 Hier
27291 \begin_inset space ~
27292 \end_inset
27293
27294 wenn
27295 \begin_inset space ~
27296 \end_inset
27297
27298 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
27299 \end_layout
27300
27301 \begin_layout Description
27302 Anfang
27303 \begin_inset space ~
27304 \end_inset
27305
27306 der
27307 \begin_inset space ~
27308 \end_inset
27309
27310 Seite
27311 \family sans
27312  
27313 \family default
27314 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
27315  Gleitobjekte, die maximal 70
27316 \begin_inset space \thinspace{}
27317 \end_inset
27318
27319 % einer Seite benötigen, dürfen oben platziert werden.
27320  Dies kann durch die Variable 
27321 \series bold
27322
27323 \backslash
27324 topfraction
27325 \series default
27326  im \SpecialChar LaTeX
27327 -Vorspann überschrieben werden, zum Beispiel: 
27328 \end_layout
27329
27330 \begin_deeper
27331 \begin_layout Standard
27332
27333 \series bold
27334
27335 \backslash
27336 renewcommand{
27337 \backslash
27338 topfraction}{0.9}
27339 \family typewriter
27340 \series default
27341  
27342 \end_layout
27343
27344 \end_deeper
27345 \begin_layout Description
27346 Ende
27347 \begin_inset space ~
27348 \end_inset
27349
27350 der
27351 \begin_inset space ~
27352 \end_inset
27353
27354 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
27355  Gleitobjekte, die maximal 30
27356 \begin_inset space \thinspace{}
27357 \end_inset
27358
27359 % einer Seite benötigen, dürfen unten platziert werden.
27360  Dies kann durch die Variable 
27361 \series bold
27362
27363 \backslash
27364 bottomfraction
27365 \series default
27366  im \SpecialChar LaTeX
27367 -Vorspann überschrieben werden, zum Beispiel setzt 
27368 \end_layout
27369
27370 \begin_deeper
27371 \begin_layout Standard
27372
27373 \series bold
27374
27375 \backslash
27376 renewcommand{
27377 \backslash
27378 bottomfraction}{0.5}
27379 \end_layout
27380
27381 \begin_layout Standard
27382 die oftmals zu kleine untere Grenze auf 50
27383 \begin_inset space \thinspace{}
27384 \end_inset
27385
27386 %.
27387 \end_layout
27388
27389 \end_deeper
27390 \begin_layout Description
27391 Seite
27392 \begin_inset space ~
27393 \end_inset
27394
27395 mit
27396 \begin_inset space ~
27397 \end_inset
27398
27399 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
27400  Nur wenn mehr als 50
27401 \begin_inset space \thinspace{}
27402 \end_inset
27403
27404 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
27405  Gleitobjekte bereitgestellt.
27406  Dies kann durch die Variable 
27407 \series bold
27408
27409 \backslash
27410 floatpagefraction 
27411 \series default
27412 im \SpecialChar LaTeX
27413 -Vorspann überschrieben werden.
27414 \end_layout
27415
27416 \begin_layout Standard
27417 Die Reihenfolge der obigen Optionen wird 
27418 \emph on
27419 immer
27420 \emph default
27421  von \SpecialChar LaTeX
27422  verwendet.
27423  Das heißt wenn Sie die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
27424  zuerst versuchen
27425  
27426 \family sans
27427 Hier
27428 \begin_inset space \space{}
27429 \end_inset
27430
27431 wenn
27432 \begin_inset space \space{}
27433 \end_inset
27434
27435 möglich
27436 \family default
27437 , dann 
27438 \family sans
27439 Anfang
27440 \begin_inset space ~
27441 \end_inset
27442
27443 der
27444 \begin_inset space ~
27445 \end_inset
27446
27447 Seite
27448 \family default
27449  und dann die anderen Optionen anzuwenden.
27450  Wenn Sie nicht die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
27451  nur die von Ihnen
27452  gewählten Optionen versuchen anzuwenden, aber immer in derselben Reihenfolge.
27453  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
27454 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
27455 \end_layout
27456
27457 \begin_layout Standard
27458 Die Option 
27459 \family sans
27460 Hier,
27461 \begin_inset space ~
27462 \end_inset
27463
27464 auf
27465 \begin_inset space ~
27466 \end_inset
27467
27468 jeden
27469 \begin_inset space ~
27470 \end_inset
27471
27472 Fall
27473 \family default
27474  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
27475  fast druckreif ist.
27476  Denn mit der Option kann das Objekt nicht mehr 
27477 \emph on
27478 gleiten
27479 \emph default
27480 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
27481  oftmals zerstört.
27482 \end_layout
27483
27484 \begin_layout Standard
27485 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
27486  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
27487 \begin_inset VSpace bigskip
27488 \end_inset
27489
27490
27491 \end_layout
27492
27493 \begin_layout Standard
27494 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
27495 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
27496  das Gleitobjekt sei Teil des vorherigen Abschnitts.
27497  Das kann mit dem \SpecialChar LaTeX
27498 -Befehl
27499 \series bold
27500  
27501 \backslash
27502 suppressfloats
27503 \series default
27504  verhindert werden.
27505  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
27506  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
27507  gesetzt wird.
27508  Dazu müssen Sie im \SpecialChar LaTeX
27509 -Vorspann folgende Befehle einfügen:
27510 \end_layout
27511
27512 \begin_layout Standard
27513
27514 \series bold
27515
27516 \backslash
27517 let
27518 \backslash
27519 meinAbschnitt
27520 \backslash
27521 section
27522 \begin_inset Newline newline
27523 \end_inset
27524
27525
27526 \backslash
27527 renewcommand{
27528 \backslash
27529 section}{
27530 \backslash
27531 suppressfloats[t]
27532 \backslash
27533 meinAbschnitt}
27534 \end_layout
27535
27536 \begin_layout Standard
27537 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
27538  Unterabschnitten festlegen.
27539  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
27540  \SpecialChar LaTeX
27541  Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
27542 \end_layout
27543
27544 \begin_layout Standard
27545 Es gibt auch noch das \SpecialChar LaTeX
27546 -Paket 
27547 \series bold
27548 flafter
27549 \series default
27550
27551 \begin_inset Index idx
27552 status collapsed
27553
27554 \begin_layout Plain Layout
27555 \SpecialChar LaTeX
27556 -Pakete ! flafter
27557 \end_layout
27558
27559 \end_inset
27560
27561  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
27562  gedruckt wird.
27563 \end_layout
27564
27565 \begin_layout Standard
27566 \begin_inset VSpace bigskip
27567 \end_inset
27568
27569 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
27570  Dafür gibt es das \SpecialChar LaTeX
27571 -Paket 
27572 \series bold
27573 endfloat
27574 \series default
27575
27576 \begin_inset Index idx
27577 status collapsed
27578
27579 \begin_layout Plain Layout
27580 \SpecialChar LaTeX
27581 -Pakete ! endfloat
27582 \end_layout
27583
27584 \end_inset
27585
27586 .
27587  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
27588  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
27589  
27590 \family sans
27591
27592 \begin_inset Quotes gld
27593 \end_inset
27594
27595 [Abbildung
27596 \begin_inset space ~
27597 \end_inset
27598
27599 3.2 ist ungefähr hier.]
27600 \family default
27601
27602 \begin_inset Quotes grd
27603 \end_inset
27604
27605  finden.
27606  Das 
27607 \series bold
27608 endfloat
27609 \series default
27610 -Paket wird mit folgendem Befehl in den \SpecialChar LaTeX
27611 -Vorspann eingefügt:
27612 \end_layout
27613
27614 \begin_layout Standard
27615
27616 \series bold
27617
27618 \backslash
27619 usepackage[Optionen]{endfloat}
27620 \end_layout
27621
27622 \begin_layout Standard
27623 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
27624  Tabellen-Abschnitte, die Sie in der 
27625 \series bold
27626 endfloat
27627 \series default
27628 -Dokumentation 
27629 \begin_inset CommandInset citation
27630 LatexCommand cite
27631 key "endfloat"
27632 literal "true"
27633
27634 \end_inset
27635
27636  nachlesen können.
27637 \begin_inset Newline newline
27638 \end_inset
27639
27640
27641 \begin_inset Note Greyedout
27642 status open
27643
27644 \begin_layout Plain Layout
27645
27646 \series bold
27647 Bemerkung
27648 \begin_inset space ~
27649 \end_inset
27650
27651 1: endfloat
27652 \series default
27653  übersetzt den Hinweistext nicht automatisch.
27654  Abschnitt
27655 \begin_inset space ~
27656 \end_inset
27657
27658 4 in 
27659 \begin_inset CommandInset citation
27660 LatexCommand cite
27661 key "endfloat"
27662 literal "true"
27663
27664 \end_inset
27665
27666  beschreibt, wie es geht.
27667 \end_layout
27668
27669 \end_inset
27670
27671
27672 \end_layout
27673
27674 \begin_layout Standard
27675 \begin_inset Note Greyedout
27676 status open
27677
27678 \begin_layout Plain Layout
27679
27680 \series bold
27681 Bemerkung
27682 \begin_inset space ~
27683 \end_inset
27684
27685 2: 
27686 \series default
27687 Die aktuelle Version von 
27688 \series bold
27689 endfloat
27690 \series default
27691  hat einen Fehler, wenn die Überschrift ein 
27692 \begin_inset Quotes gld
27693 \end_inset
27694
27695 ß
27696 \begin_inset Quotes grd
27697 \end_inset
27698
27699  enthält.
27700  Sie müssen stattdessen den Befehl 
27701 \series bold
27702
27703 \backslash
27704 ss
27705 \series default
27706  als \SpecialChar TeX
27707 -Code benutzen.
27708 \end_layout
27709
27710 \end_inset
27711
27712
27713 \end_layout
27714
27715 \begin_layout Standard
27716 \begin_inset VSpace bigskip
27717 \end_inset
27718
27719 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in \SpecialChar LaTeX
27720 -Büchern
27721  wie 
27722 \begin_inset CommandInset citation
27723 LatexCommand cite
27724 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
27725 literal "true"
27726
27727 \end_inset
27728
27729 .
27730 \end_layout
27731
27732 \begin_layout Subsection
27733 Ausrichtung des Inhalts
27734 \end_layout
27735
27736 \begin_layout Standard
27737 In dieser Liste von Optionen können Sie festlegen, wie die Inhalte eines
27738  Gleitobjekts (oder aller Gleitobjekte, wenn Sie das in 
27739 \family sans
27740 Dokument\SpecialChar menuseparator
27741 Einstellungen
27742 \family default
27743  festlegen), horizontal ausgerichtet werden.
27744  
27745 \family sans
27746 Klassenvoreinstellung
27747 \family default
27748  bedeutet, dass die Ausrichtung, wie Sie in der Klasse (bzw.
27749  von \SpecialChar LaTeX
27750 ) für Gleitobjekte voreingestellt ist, übernommen wird.
27751  
27752 \family sans
27753 Dokumentvoreinstellung
27754 \family default
27755  (nur im lokalen Dialog Gleitobjekt-Einstellungen sichtbar, nicht in 
27756 \family sans
27757 Dokument\SpecialChar menuseparator
27758 Einstellungen
27759 \family default
27760 ) übernimmt die Einstellungen aus 
27761 \family sans
27762 Dokument\SpecialChar menuseparator
27763 Einstellungen
27764 \family default
27765  (standardmäßig sind das ebenfalls die Klassenvoreinstellungen).
27766  Die anderen drei Optionen, 
27767 \family sans
27768 Links
27769 \family default
27770
27771 \family sans
27772 Rechts
27773 \family default
27774  und 
27775 \family sans
27776 Zentriert
27777 \family default
27778 , sind selbsterklärend.
27779  Wenn eine dieser drei in 
27780 \family sans
27781 Dokument\SpecialChar menuseparator
27782 Einstellungen\SpecialChar menuseparator
27783 Gleitobjekt-Einstellungen
27784 \family default
27785  gewählt wurde, werden alle Gleitobjekte standardmäßig so ausgerichtet (es
27786  ist also recht einfach, beispielsweise alle Gleitobjekte zentriert auszurichten
27787 ).
27788 \end_layout
27789
27790 \begin_layout Subsection
27791 Weitere Optionen
27792 \end_layout
27793
27794 \begin_layout Standard
27795 Diese Optionen sind nur im lokalen Dialog Gleitobjekt-Einstellungen sichtbar,
27796  nicht in 
27797 \family sans
27798 Dokument\SpecialChar menuseparator
27799 Einstellungen
27800 \family default
27801 .
27802 \end_layout
27803
27804 \begin_layout Standard
27805 Die Option 
27806 \family sans
27807 Spalten
27808 \begin_inset space ~
27809 \end_inset
27810
27811 überspannen
27812 \family default
27813  ist bei zweispaltigen Dokumenten sinnvoll.
27814  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
27815 \end_layout
27816
27817 \begin_layout Standard
27818 Die Option 
27819 \family sans
27820 Seitwärts
27821 \begin_inset space ~
27822 \end_inset
27823
27824 drehen
27825 \family default
27826  ist in Abschnitt 
27827 \begin_inset CommandInset ref
27828 LatexCommand ref
27829 reference "abs:Gedrehte-Gleitobjekte"
27830
27831 \end_inset
27832
27833  beschrieben.
27834 \end_layout
27835
27836 \begin_layout Section
27837 Gedrehte Gleitobjekte
27838 \begin_inset CommandInset label
27839 LatexCommand label
27840 name "abs:Gedrehte-Gleitobjekte"
27841
27842 \end_inset
27843
27844
27845 \begin_inset Index idx
27846 status collapsed
27847
27848 \begin_layout Plain Layout
27849 Gleitobjekte ! drehen
27850 \end_layout
27851
27852 \end_inset
27853
27854
27855 \end_layout
27856
27857 \begin_layout Standard
27858 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
27859 t drehen.
27860  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
27861  und die Option 
27862 \family sans
27863 Seitwärts
27864 \begin_inset space ~
27865 \end_inset
27866
27867 drehen
27868 \family default
27869  wählen.
27870 \end_layout
27871
27872 \begin_layout Standard
27873 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
27874  sie ein mehrspaltiges Dokument haben) gedruckt.
27875  Sie können mehrere Spalten überspannen, wenn die Option 
27876 \family sans
27877 Spalten
27878 \begin_inset space ~
27879 \end_inset
27880
27881 überspannen
27882 \family default
27883  in den Gleitobjekt Einstellungen gewählt ist.
27884  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
27885  werden können.
27886  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
27887  Option 
27888 \series bold
27889 figuresleft
27890 \series default
27891  oder 
27892 \series bold
27893 figuresright
27894 \series default
27895  zu den Dokumentklassen-Optionen hinzu.
27896 \end_layout
27897
27898 \begin_layout Standard
27899 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
27900  Tabelle
27901 \begin_inset space ~
27902 \end_inset
27903
27904
27905 \begin_inset CommandInset ref
27906 LatexCommand ref
27907 reference "tab:Gedrehte-Tabelle"
27908
27909 \end_inset
27910
27911  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
27912 \end_layout
27913
27914 \begin_layout Standard
27915 \begin_inset Note Greyedout
27916 status open
27917
27918 \begin_layout Plain Layout
27919
27920 \series bold
27921 Bemerkung:
27922 \series default
27923  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
27924 \end_layout
27925
27926 \end_inset
27927
27928
27929 \end_layout
27930
27931 \begin_layout Standard
27932 \begin_inset Float table
27933 placement document
27934 alignment document
27935 wide false
27936 sideways true
27937 status open
27938
27939 \begin_layout Plain Layout
27940 \begin_inset Caption Standard
27941
27942 \begin_layout Plain Layout
27943 \begin_inset CommandInset label
27944 LatexCommand label
27945 name "tab:Gedrehte-Tabelle"
27946
27947 \end_inset
27948
27949 Gedrehte Tabelle
27950 \end_layout
27951
27952 \end_inset
27953
27954
27955 \end_layout
27956
27957 \begin_layout Plain Layout
27958 \align center
27959 \begin_inset Tabular
27960 <lyxtabular version="3" rows="1" columns="5">
27961 <features tabularvalignment="middle">
27962 <column alignment="center" valignment="top">
27963 <column alignment="center" valignment="top">
27964 <column alignment="center" valignment="top">
27965 <column alignment="center" valignment="top">
27966 <column alignment="center" valignment="top">
27967 <row>
27968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27969 \begin_inset Text
27970
27971 \begin_layout Plain Layout
27972 Test
27973 \end_layout
27974
27975 \end_inset
27976 </cell>
27977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27978 \begin_inset Text
27979
27980 \begin_layout Plain Layout
27981 b
27982 \end_layout
27983
27984 \end_inset
27985 </cell>
27986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27987 \begin_inset Text
27988
27989 \begin_layout Plain Layout
27990 c
27991 \end_layout
27992
27993 \end_inset
27994 </cell>
27995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27996 \begin_inset Text
27997
27998 \begin_layout Plain Layout
27999 d
28000 \end_layout
28001
28002 \end_inset
28003 </cell>
28004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28005 \begin_inset Text
28006
28007 \begin_layout Plain Layout
28008 e
28009 \end_layout
28010
28011 \end_inset
28012 </cell>
28013 </row>
28014 </lyxtabular>
28015
28016 \end_inset
28017
28018
28019 \end_layout
28020
28021 \end_inset
28022
28023
28024 \end_layout
28025
28026 \begin_layout Section
28027 Untergleitobjekte
28028 \begin_inset Index idx
28029 status collapsed
28030
28031 \begin_layout Plain Layout
28032 Gleitobjekte ! Untergleitobjekte
28033 \end_layout
28034
28035 \end_inset
28036
28037
28038 \end_layout
28039
28040 \begin_layout Standard
28041 Untergleitobjekte werden z.
28042 \begin_inset space \thinspace{}
28043 \end_inset
28044
28045 B.
28046  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
28047  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
28048  eingefügt wird.
28049  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
28050  in Tabelle
28051 \begin_inset space ~
28052 \end_inset
28053
28054
28055 \begin_inset CommandInset ref
28056 LatexCommand ref
28057 reference "tab:Untertabellen-nebeneinander"
28058
28059 \end_inset
28060
28061  und 
28062 \begin_inset CommandInset ref
28063 LatexCommand ref
28064 reference "tab:Untertabellen-übereinander"
28065
28066 \end_inset
28067
28068 .
28069 \end_layout
28070
28071 \begin_layout Standard
28072 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
28073 \begin_inset space ~
28074 \end_inset
28075
28076
28077 \begin_inset CommandInset ref
28078 LatexCommand ref
28079 reference "tab:Untertabelle-a"
28080
28081 \end_inset
28082
28083  und 
28084 \begin_inset CommandInset ref
28085 LatexCommand ref
28086 reference "tab:Untertabelle-b"
28087
28088 \end_inset
28089
28090  sind Untertabellen von Tabelle
28091 \begin_inset space ~
28092 \end_inset
28093
28094
28095 \begin_inset CommandInset ref
28096 LatexCommand ref
28097 reference "tab:Untertabellen-nebeneinander"
28098
28099 \end_inset
28100
28101 .
28102 \end_layout
28103
28104 \begin_layout Standard
28105 \begin_inset Float table
28106 placement document
28107 alignment document
28108 wide false
28109 sideways false
28110 status open
28111
28112 \begin_layout Plain Layout
28113 \begin_inset Caption Standard
28114
28115 \begin_layout Plain Layout
28116 \begin_inset CommandInset label
28117 LatexCommand label
28118 name "tab:Untertabellen-nebeneinander"
28119
28120 \end_inset
28121
28122 Zwei Untertabellen nebeneinander.
28123 \end_layout
28124
28125 \end_inset
28126
28127
28128 \end_layout
28129
28130 \begin_layout Plain Layout
28131 \align center
28132 \begin_inset space \hfill{}
28133 \end_inset
28134
28135
28136 \begin_inset Float table
28137 placement document
28138 alignment document
28139 wide false
28140 sideways false
28141 status collapsed
28142
28143 \begin_layout Plain Layout
28144 \begin_inset Caption Standard
28145
28146 \begin_layout Plain Layout
28147 \begin_inset CommandInset label
28148 LatexCommand label
28149 name "tab:Untertabelle-a"
28150
28151 \end_inset
28152
28153 Dies ist Untertabelle a.
28154 \end_layout
28155
28156 \end_inset
28157
28158
28159 \end_layout
28160
28161 \begin_layout Plain Layout
28162 \align center
28163 \begin_inset Tabular
28164 <lyxtabular version="3" rows="1" columns="5">
28165 <features tabularvalignment="middle">
28166 <column alignment="center" valignment="top">
28167 <column alignment="center" valignment="top">
28168 <column alignment="center" valignment="top">
28169 <column alignment="center" valignment="top">
28170 <column alignment="center" valignment="top">
28171 <row>
28172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28173 \begin_inset Text
28174
28175 \begin_layout Plain Layout
28176 Test
28177 \end_layout
28178
28179 \end_inset
28180 </cell>
28181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28182 \begin_inset Text
28183
28184 \begin_layout Plain Layout
28185 b
28186 \end_layout
28187
28188 \end_inset
28189 </cell>
28190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28191 \begin_inset Text
28192
28193 \begin_layout Plain Layout
28194 c
28195 \end_layout
28196
28197 \end_inset
28198 </cell>
28199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28200 \begin_inset Text
28201
28202 \begin_layout Plain Layout
28203 d
28204 \end_layout
28205
28206 \end_inset
28207 </cell>
28208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28209 \begin_inset Text
28210
28211 \begin_layout Plain Layout
28212 e
28213 \end_layout
28214
28215 \end_inset
28216 </cell>
28217 </row>
28218 </lyxtabular>
28219
28220 \end_inset
28221
28222
28223 \end_layout
28224
28225 \end_inset
28226
28227
28228 \begin_inset space \hfill{}
28229 \end_inset
28230
28231
28232 \begin_inset Float table
28233 placement document
28234 alignment document
28235 wide false
28236 sideways false
28237 status collapsed
28238
28239 \begin_layout Plain Layout
28240 \begin_inset Caption Standard
28241
28242 \begin_layout Plain Layout
28243 \begin_inset CommandInset label
28244 LatexCommand label
28245 name "tab:Untertabelle-b"
28246
28247 \end_inset
28248
28249 Dies ist Untertabelle b.
28250 \end_layout
28251
28252 \end_inset
28253
28254
28255 \end_layout
28256
28257 \begin_layout Plain Layout
28258 \align center
28259 \begin_inset Tabular
28260 <lyxtabular version="3" rows="1" columns="5">
28261 <features tabularvalignment="middle">
28262 <column alignment="center" valignment="top">
28263 <column alignment="center" valignment="top">
28264 <column alignment="center" valignment="top">
28265 <column alignment="center" valignment="top">
28266 <column alignment="center" valignment="top">
28267 <row>
28268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28269 \begin_inset Text
28270
28271 \begin_layout Plain Layout
28272 e
28273 \end_layout
28274
28275 \end_inset
28276 </cell>
28277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28278 \begin_inset Text
28279
28280 \begin_layout Plain Layout
28281 d
28282 \end_layout
28283
28284 \end_inset
28285 </cell>
28286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28287 \begin_inset Text
28288
28289 \begin_layout Plain Layout
28290 c
28291 \end_layout
28292
28293 \end_inset
28294 </cell>
28295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28296 \begin_inset Text
28297
28298 \begin_layout Plain Layout
28299 b
28300 \end_layout
28301
28302 \end_inset
28303 </cell>
28304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28305 \begin_inset Text
28306
28307 \begin_layout Plain Layout
28308 Test
28309 \end_layout
28310
28311 \end_inset
28312 </cell>
28313 </row>
28314 </lyxtabular>
28315
28316 \end_inset
28317
28318
28319 \end_layout
28320
28321 \end_inset
28322
28323
28324 \begin_inset space \hfill{}
28325 \end_inset
28326
28327
28328 \end_layout
28329
28330 \end_inset
28331
28332
28333 \end_layout
28334
28335 \begin_layout Standard
28336 \begin_inset Float table
28337 placement document
28338 alignment document
28339 wide false
28340 sideways false
28341 status open
28342
28343 \begin_layout Plain Layout
28344 \begin_inset Caption Standard
28345
28346 \begin_layout Plain Layout
28347 \begin_inset CommandInset label
28348 LatexCommand label
28349 name "tab:Untertabellen-übereinander"
28350
28351 \end_inset
28352
28353 Zwei Untertabellen übereinander.
28354  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
28355 \end_layout
28356
28357 \end_inset
28358
28359
28360 \end_layout
28361
28362 \begin_layout Plain Layout
28363 \align center
28364 \begin_inset Float table
28365 placement document
28366 alignment document
28367 wide false
28368 sideways false
28369 status collapsed
28370
28371 \begin_layout Plain Layout
28372 \begin_inset Caption Standard
28373
28374 \begin_layout Plain Layout
28375
28376 \end_layout
28377
28378 \end_inset
28379
28380
28381 \end_layout
28382
28383 \begin_layout Plain Layout
28384 \align center
28385 \begin_inset Tabular
28386 <lyxtabular version="3" rows="1" columns="4">
28387 <features tabularvalignment="middle">
28388 <column alignment="center" valignment="top">
28389 <column alignment="center" valignment="top">
28390 <column alignment="center" valignment="top">
28391 <column alignment="center" valignment="top">
28392 <row>
28393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28394 \begin_inset Text
28395
28396 \begin_layout Plain Layout
28397 Test
28398 \end_layout
28399
28400 \end_inset
28401 </cell>
28402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28403 \begin_inset Text
28404
28405 \begin_layout Plain Layout
28406 Test
28407 \end_layout
28408
28409 \end_inset
28410 </cell>
28411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28412 \begin_inset Text
28413
28414 \begin_layout Plain Layout
28415 Test
28416 \end_layout
28417
28418 \end_inset
28419 </cell>
28420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28421 \begin_inset Text
28422
28423 \begin_layout Plain Layout
28424 Test
28425 \end_layout
28426
28427 \end_inset
28428 </cell>
28429 </row>
28430 </lyxtabular>
28431
28432 \end_inset
28433
28434
28435 \end_layout
28436
28437 \end_inset
28438
28439
28440 \end_layout
28441
28442 \begin_layout Plain Layout
28443 \align center
28444 \begin_inset Float table
28445 placement document
28446 alignment document
28447 wide false
28448 sideways false
28449 status collapsed
28450
28451 \begin_layout Plain Layout
28452 \begin_inset Caption Standard
28453
28454 \begin_layout Plain Layout
28455
28456 \end_layout
28457
28458 \end_inset
28459
28460
28461 \end_layout
28462
28463 \begin_layout Plain Layout
28464 \align center
28465 \begin_inset Tabular
28466 <lyxtabular version="3" rows="1" columns="5">
28467 <features tabularvalignment="middle">
28468 <column alignment="center" valignment="top">
28469 <column alignment="center" valignment="top">
28470 <column alignment="center" valignment="top">
28471 <column alignment="center" valignment="top">
28472 <column alignment="center" valignment="top">
28473 <row>
28474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28475 \begin_inset Text
28476
28477 \begin_layout Plain Layout
28478 a
28479 \end_layout
28480
28481 \end_inset
28482 </cell>
28483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28484 \begin_inset Text
28485
28486 \begin_layout Plain Layout
28487 b
28488 \end_layout
28489
28490 \end_inset
28491 </cell>
28492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28493 \begin_inset Text
28494
28495 \begin_layout Plain Layout
28496 c
28497 \end_layout
28498
28499 \end_inset
28500 </cell>
28501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28502 \begin_inset Text
28503
28504 \begin_layout Plain Layout
28505 d
28506 \end_layout
28507
28508 \end_inset
28509 </cell>
28510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28511 \begin_inset Text
28512
28513 \begin_layout Plain Layout
28514 e
28515 \end_layout
28516
28517 \end_inset
28518 </cell>
28519 </row>
28520 </lyxtabular>
28521
28522 \end_inset
28523
28524
28525 \end_layout
28526
28527 \end_inset
28528
28529
28530 \end_layout
28531
28532 \end_inset
28533
28534
28535 \end_layout
28536
28537 \begin_layout Section
28538 Gleitobjekte nebeneinander
28539 \begin_inset Index idx
28540 status collapsed
28541
28542 \begin_layout Plain Layout
28543 Gleitobjekte ! nebeneinander
28544 \end_layout
28545
28546 \end_inset
28547
28548
28549 \end_layout
28550
28551 \begin_layout Standard
28552 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
28553 \begin_inset space ~
28554 \end_inset
28555
28556
28557 \begin_inset CommandInset ref
28558 LatexCommand ref
28559 reference "abb:Gleitobjekt-links"
28560
28561 \end_inset
28562
28563  und 
28564 \begin_inset CommandInset ref
28565 LatexCommand ref
28566 reference "abb:Gleitobjekt-rechts"
28567
28568 \end_inset
28569
28570  wird nur 
28571 \emph on
28572 ein
28573 \emph default
28574  Gleitobjekt verwendet.
28575  In dieses werden zwei Minipage Boxen eingefügt.
28576 \begin_inset Foot
28577 status collapsed
28578
28579 \begin_layout Plain Layout
28580 Minipages sind in Abschnitt
28581 \begin_inset space ~
28582 \end_inset
28583
28584
28585 \begin_inset CommandInset ref
28586 LatexCommand ref
28587 reference "abs:Minipage"
28588
28589 \end_inset
28590
28591  erklärt.
28592 \end_layout
28593
28594 \end_inset
28595
28596  Die Breite wird für jede Minipage auf 45
28597 \begin_inset space \thinspace{}
28598 \end_inset
28599
28600 -50
28601 \begin_inset space \thinspace{}
28602 \end_inset
28603
28604 Spalten% und die Box Ausrichtung auf 
28605 \family sans
28606 Unten
28607 \family default
28608  gesetzt.
28609  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
28610  Gleitobjekt.
28611  Der einzige Unterschied ist, dass die Bildeinheit 
28612 \family sans
28613 Spaltenbreite
28614 \begin_inset space ~
28615 \end_inset
28616
28617 %
28618 \family default
28619  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
28620 \end_layout
28621
28622 \begin_layout Standard
28623 \begin_inset Float figure
28624 placement document
28625 alignment document
28626 wide false
28627 sideways false
28628 status open
28629
28630 \begin_layout Plain Layout
28631 \begin_inset Box Frameless
28632 position "b"
28633 hor_pos "c"
28634 has_inner_box 1
28635 inner_pos "t"
28636 use_parbox 0
28637 use_makebox 0
28638 width "45col%"
28639 special "none"
28640 height "1in"
28641 height_special "totalheight"
28642 thickness "0.4pt"
28643 separation "3pt"
28644 shadowsize "4pt"
28645 framecolor "black"
28646 backgroundcolor "none"
28647 status open
28648
28649 \begin_layout Plain Layout
28650 \align center
28651 \begin_inset Graphics
28652         filename ../clipart/2D-intensity-plot.pdf
28653         width 100col%
28654         scaleBeforeRotation
28655
28656 \end_inset
28657
28658
28659 \end_layout
28660
28661 \begin_layout Plain Layout
28662 \begin_inset Caption Standard
28663
28664 \begin_layout Plain Layout
28665 \begin_inset CommandInset label
28666 LatexCommand label
28667 name "abb:Gleitobjekt-links"
28668
28669 \end_inset
28670
28671 Gleitobjekt auf der linken Seite.
28672 \end_layout
28673
28674 \end_inset
28675
28676
28677 \end_layout
28678
28679 \end_inset
28680
28681
28682 \begin_inset space \hfill{}
28683 \end_inset
28684
28685
28686 \begin_inset Box Frameless
28687 position "b"
28688 hor_pos "c"
28689 has_inner_box 1
28690 inner_pos "t"
28691 use_parbox 0
28692 use_makebox 0
28693 width "45col%"
28694 special "none"
28695 height "1in"
28696 height_special "totalheight"
28697 thickness "0.4pt"
28698 separation "3pt"
28699 shadowsize "4pt"
28700 framecolor "black"
28701 backgroundcolor "none"
28702 status open
28703
28704 \begin_layout Plain Layout
28705 \align center
28706 \begin_inset Graphics
28707         filename ../clipart/Star-structure.pdf
28708         width 100col%
28709         scaleBeforeRotation
28710
28711 \end_inset
28712
28713
28714 \end_layout
28715
28716 \begin_layout Plain Layout
28717 \begin_inset Caption Standard
28718
28719 \begin_layout Plain Layout
28720 \begin_inset CommandInset label
28721 LatexCommand label
28722 name "abb:Gleitobjekt-rechts"
28723
28724 \end_inset
28725
28726 Gleitobjekt auf der rechten Seite.
28727 \end_layout
28728
28729 \end_inset
28730
28731
28732 \end_layout
28733
28734 \end_inset
28735
28736
28737 \end_layout
28738
28739 \end_inset
28740
28741
28742 \end_layout
28743
28744 \begin_layout Standard
28745 Eine alternative und einfachere Methode ist, das Modul 
28746 \family sans
28747 Breitenvariable
28748 \begin_inset space ~
28749 \end_inset
28750
28751 Minipages
28752 \family default
28753  zu verwenden, siehe Abschnitt
28754 \begin_inset space ~
28755 \end_inset
28756
28757
28758 \begin_inset CommandInset ref
28759 LatexCommand ref
28760 reference "abs:Minipage"
28761
28762 \end_inset
28763
28764 .
28765  Breitenvariable Minipages berücksichtigen die Breite der Abbildungen und
28766  Tabellen automatisch, so dass keine explizite Breite angegeben werden muss.
28767  Die \SpecialChar LyX
28768 -Beispieldatei 
28769 \emph on
28770 varwidth-floats-side-by-side
28771 \emph default
28772  zeigt ein paar Beispiele.
28773 \end_layout
28774
28775 \begin_layout Section
28776 Beschriftungs-Formatierung
28777 \begin_inset CommandInset label
28778 LatexCommand label
28779 name "abs:Titel-Formatierung"
28780
28781 \end_inset
28782
28783
28784 \begin_inset Index idx
28785 status collapsed
28786
28787 \begin_layout Plain Layout
28788 Gleitobjekte ! Beschriftung ! Formatierung
28789 \end_layout
28790
28791 \end_inset
28792
28793
28794 \end_layout
28795
28796 \begin_layout Standard
28797
28798 \family sans
28799 Legende
28800 \family default
28801  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
28802  In \SpecialChar LyX
28803  sehen Titel so aus:  
28804 \family sans
28805
28806 \begin_inset Quotes gld
28807 \end_inset
28808
28809 Abbildung xyz:
28810 \family default
28811
28812 \begin_inset Quotes grd
28813 \end_inset
28814
28815 , gefolgt vom Beschriftungstext, wobei 
28816 \family sans
28817 xyz
28818 \family default
28819  die von \SpecialChar LyX
28820  vergebene Nummer ist.
28821  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
28822  gedruckt.
28823  Dieses Format ist für die meisten aber nicht alle Dokumente geeignet.
28824 \end_layout
28825
28826 \begin_layout Standard
28827 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das \SpecialChar LaTeX
28828 -Paket
28829  
28830 \series bold
28831 caption
28832 \series default
28833
28834 \begin_inset Index idx
28835 status collapsed
28836
28837 \begin_layout Plain Layout
28838 \SpecialChar LaTeX
28839 -Pakete ! caption
28840 \end_layout
28841
28842 \end_inset
28843
28844  in den \SpecialChar LaTeX
28845 -Vorspann laden:
28846 \end_layout
28847
28848 \begin_layout Standard
28849
28850 \series bold
28851
28852 \backslash
28853 usepackage[Format-Definition]{caption}
28854 \end_layout
28855
28856 \begin_layout Standard
28857 Soll zum Beispiel Name und Nummer serifenlos und fett gedruckt werden und
28858  die Beschriftung immer über der Tabelle stehen, müssen Sie folgenden Befehl
28859  verwenden:
28860 \end_layout
28861
28862 \begin_layout Standard
28863
28864 \series bold
28865
28866 \backslash
28867 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28868 \end_layout
28869
28870 \begin_layout Standard
28871 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
28872  definieren.
28873  Dazu laden Sie das 
28874 \series bold
28875 caption
28876 \series default
28877 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
28878  dem Befehl
28879 \end_layout
28880
28881 \begin_layout Standard
28882
28883 \series bold
28884
28885 \backslash
28886 captionsetup[Gleitobjekt-Typ]{Format-Definition}
28887 \end_layout
28888
28889 \begin_layout Standard
28890 Für Abbildung
28891 \begin_inset space ~
28892 \end_inset
28893
28894
28895 \begin_inset CommandInset ref
28896 LatexCommand ref
28897 reference "abb:Langer-Abb-Titel"
28898
28899 \end_inset
28900
28901  und Tabelle
28902 \begin_inset space ~
28903 \end_inset
28904
28905
28906 \begin_inset CommandInset ref
28907 LatexCommand ref
28908 reference "tab:Langer-Tab-Titel"
28909
28910 \end_inset
28911
28912  können die Beschriftungen mit folgenden Befehlen im \SpecialChar LaTeX
28913 -Vorspann definiert
28914  werden:
28915 \end_layout
28916
28917 \begin_layout Standard
28918
28919 \series bold
28920
28921 \backslash
28922 usepackage[tableposition=top]{caption}
28923 \begin_inset Newline newline
28924 \end_inset
28925
28926
28927 \backslash
28928 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28929 \begin_inset Newline newline
28930 \end_inset
28931
28932
28933 \begin_inset Phantom HPhantom
28934 status open
28935
28936 \begin_layout Plain Layout
28937
28938 \series bold
28939
28940 \backslash
28941 captionsetup[figure]{
28942 \end_layout
28943
28944 \end_inset
28945
28946 labelsep=period}
28947 \begin_inset Newline newline
28948 \end_inset
28949
28950
28951 \backslash
28952 captionsetup[table]{labelfont={bf,sf}}
28953 \end_layout
28954
28955 \begin_layout Standard
28956 \begin_inset Note Greyedout
28957 status open
28958
28959 \begin_layout Plain Layout
28960
28961 \series bold
28962 Bemerkung:
28963 \series default
28964  Die Option 
28965 \series bold
28966 tableposition=top
28967 \series default
28968  hat keine Auswirkung, wenn eine 
28969 \series bold
28970 KOMA-Script
28971 \series default
28972
28973 \begin_inset Index idx
28974 status collapsed
28975
28976 \begin_layout Plain Layout
28977 \SpecialChar LaTeX
28978 -Pakete ! KOMA-Script
28979 \end_layout
28980
28981 \end_inset
28982
28983 -Dokumentklasse verwendet wird.
28984  Hier muss die Option 
28985 \series bold
28986 captions=tableheading
28987 \series default
28988  benutzt werden.
28989 \end_layout
28990
28991 \end_inset
28992
28993
28994 \end_layout
28995
28996 \begin_layout Standard
28997 Weitere Informationen über das Paket
28998 \series bold
28999  caption
29000 \series default
29001  finden Sie in seiner Dokumentation 
29002 \begin_inset CommandInset citation
29003 LatexCommand cite
29004 key "caption"
29005 literal "true"
29006
29007 \end_inset
29008
29009 .
29010 \end_layout
29011
29012 \begin_layout Standard
29013 Wenn Sie den Namen von 
29014 \begin_inset Quotes gld
29015 \end_inset
29016
29017 Abbildung
29018 \begin_inset Quotes grd
29019 \end_inset
29020
29021  auf 
29022 \begin_inset Quotes gld
29023 \end_inset
29024
29025 Bild
29026 \begin_inset Quotes grd
29027 \end_inset
29028
29029  ändern wollen, können Sie das mit folgendem Befehl im \SpecialChar LaTeX
29030 -Vorspann  machen:
29031 \end_layout
29032
29033 \begin_layout Standard
29034
29035 \series bold
29036
29037 \backslash
29038 renewcommand{
29039 \backslash
29040 fnum@figure}{Bild~
29041 \backslash
29042 thefigure}
29043 \end_layout
29044
29045 \begin_layout Standard
29046 wobei 
29047 \series bold
29048
29049 \backslash
29050 thefigure
29051 \series default
29052  die Bildnummer einsetzt und
29053 \series bold
29054  ~
29055 \series default
29056  ein geschütztes Leerzeichen ist.
29057 \end_layout
29058
29059 \begin_layout Standard
29060 \begin_inset VSpace bigskip
29061 \end_inset
29062
29063 Wenn Sie eine 
29064 \series bold
29065 KOMA-Script
29066 \series default
29067
29068 \begin_inset Index idx
29069 status collapsed
29070
29071 \begin_layout Plain Layout
29072 \SpecialChar LaTeX
29073 -Pakete ! KOMA-Script
29074 \end_layout
29075
29076 \end_inset
29077
29078 -Dokumentklasse (
29079 \family sans
29080 article (KOMA-Script)
29081 \family default
29082
29083 \family sans
29084 book (KOMA-Script)
29085 \family default
29086
29087 \family sans
29088 letter (KOMA-Script)
29089 \family default
29090  oder 
29091 \family sans
29092 report (KOMA-Script)
29093 \family default
29094 ) benutzen, können Sie anstatt des 
29095 \series bold
29096 caption
29097 \series default
29098 -Paketes den eingebauten Befehl 
29099 \series bold
29100
29101 \backslash
29102 setkomafont
29103 \series default
29104  von 
29105 \series bold
29106 KOMA-Script
29107 \series default
29108  benutzen.
29109  Der Befehl
29110 \end_layout
29111
29112 \begin_layout Standard
29113
29114 \series bold
29115
29116 \backslash
29117 setkomafont{captionlabel}{
29118 \backslash
29119 bfseries}
29120 \end_layout
29121
29122 \begin_layout Standard
29123 im \SpecialChar LaTeX
29124 -Vorspann druckt den Namen fett.
29125 \end_layout
29126
29127 \begin_layout Standard
29128 Weitere Informationen über 
29129 \series bold
29130
29131 \backslash
29132 setkomafont
29133 \series default
29134  finden Sie in der 
29135 \series bold
29136 KOMA-Script
29137 \series default
29138 -Do\SpecialChar softhyphen
29139 ku\SpecialChar softhyphen
29140 men\SpecialChar softhyphen
29141 ta\SpecialChar softhyphen
29142 tion 
29143 \begin_inset CommandInset citation
29144 LatexCommand cite
29145 key "KOMA-Script"
29146 literal "true"
29147
29148 \end_inset
29149
29150 .
29151 \end_layout
29152
29153 \begin_layout Standard
29154 \begin_inset ERT
29155 status collapsed
29156
29157 \begin_layout Plain Layout
29158
29159
29160 \backslash
29161 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
29162 }
29163 \end_layout
29164
29165 \end_inset
29166
29167
29168 \begin_inset Note Note
29169 status open
29170
29171 \begin_layout Plain Layout
29172 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
29173 \end_layout
29174
29175 \end_inset
29176
29177
29178 \end_layout
29179
29180 \begin_layout Standard
29181 \begin_inset Float figure
29182 placement !p
29183 alignment document
29184 wide false
29185 sideways false
29186 status open
29187
29188 \begin_layout Plain Layout
29189 \align center
29190 \begin_inset Graphics
29191         filename ../clipart/2D-intensity-plot.pdf
29192         scaleBeforeRotation
29193
29194 \end_inset
29195
29196
29197 \end_layout
29198
29199 \begin_layout Plain Layout
29200 \begin_inset Caption Standard
29201
29202 \begin_layout Plain Layout
29203 \begin_inset CommandInset label
29204 LatexCommand label
29205 name "abb:Langer-Abb-Titel"
29206
29207 \end_inset
29208
29209 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
29210  ist, um das andere Beschriftungsformat zu zeigen.
29211  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
29212 \begin_inset Argument 1
29213 status collapsed
29214
29215 \begin_layout Plain Layout
29216 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
29217  ist.
29218 \end_layout
29219
29220 \end_inset
29221
29222
29223 \end_layout
29224
29225 \end_inset
29226
29227
29228 \end_layout
29229
29230 \end_inset
29231
29232
29233 \end_layout
29234
29235 \begin_layout Standard
29236 \begin_inset ERT
29237 status collapsed
29238
29239 \begin_layout Plain Layout
29240
29241
29242 \backslash
29243 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
29244 on}
29245 \end_layout
29246
29247 \end_inset
29248
29249
29250 \end_layout
29251
29252 \begin_layout Standard
29253 \begin_inset Float table
29254 placement !p
29255 alignment document
29256 wide false
29257 sideways false
29258 status open
29259
29260 \begin_layout Plain Layout
29261 \begin_inset Caption Standard
29262
29263 \begin_layout Plain Layout
29264 \begin_inset CommandInset label
29265 LatexCommand label
29266 name "tab:Langer-Tab-Titel"
29267
29268 \end_inset
29269
29270 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
29271  ist, um das andere Beschriftungsformat zu zeigen.
29272  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
29273  benutzt.
29274 \begin_inset Argument 1
29275 status collapsed
29276
29277 \begin_layout Plain Layout
29278 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
29279  ist.
29280 \end_layout
29281
29282 \end_inset
29283
29284
29285 \end_layout
29286
29287 \end_inset
29288
29289
29290 \end_layout
29291
29292 \begin_layout Plain Layout
29293 \align center
29294 \begin_inset Tabular
29295 <lyxtabular version="3" rows="1" columns="5">
29296 <features tabularvalignment="middle">
29297 <column alignment="center" valignment="top">
29298 <column alignment="center" valignment="top">
29299 <column alignment="center" valignment="top">
29300 <column alignment="center" valignment="top">
29301 <column alignment="center" valignment="top">
29302 <row>
29303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29304 \begin_inset Text
29305
29306 \begin_layout Plain Layout
29307 a
29308 \end_layout
29309
29310 \end_inset
29311 </cell>
29312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29313 \begin_inset Text
29314
29315 \begin_layout Plain Layout
29316 b
29317 \end_layout
29318
29319 \end_inset
29320 </cell>
29321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29322 \begin_inset Text
29323
29324 \begin_layout Plain Layout
29325 c
29326 \end_layout
29327
29328 \end_inset
29329 </cell>
29330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29331 \begin_inset Text
29332
29333 \begin_layout Plain Layout
29334 d
29335 \end_layout
29336
29337 \end_inset
29338 </cell>
29339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29340 \begin_inset Text
29341
29342 \begin_layout Plain Layout
29343 e
29344 \end_layout
29345
29346 \end_inset
29347 </cell>
29348 </row>
29349 </lyxtabular>
29350
29351 \end_inset
29352
29353
29354 \end_layout
29355
29356 \end_inset
29357
29358
29359 \end_layout
29360
29361 \begin_layout Section
29362 Beschriftungs-Platzierung
29363 \begin_inset CommandInset label
29364 LatexCommand label
29365 name "abs:Titel-Platzierung"
29366
29367 \end_inset
29368
29369
29370 \begin_inset Index idx
29371 status collapsed
29372
29373 \begin_layout Plain Layout
29374 Gleitobjekte ! Beschriftung ! Platzierung
29375 \end_layout
29376
29377 \end_inset
29378
29379
29380 \end_layout
29381
29382 \begin_layout Standard
29383 Normalerweise werden die Beschriftungen wie folgt platziert:
29384 \end_layout
29385
29386 \begin_layout Description
29387 Abbildung: darunter
29388 \end_layout
29389
29390 \begin_layout Description
29391 Tabelle: darüber
29392 \end_layout
29393
29394 \begin_layout Standard
29395 \SpecialChar LaTeX
29396 -Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
29397  Das heißt wenn Sie eine der Dokument-Klassen 
29398 \family sans
29399 article
29400 \family default
29401
29402 \family sans
29403 book
29404 \family default
29405
29406 \family sans
29407 letter
29408 \family default
29409  oder 
29410 \family sans
29411 report
29412 \family default
29413  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
29414  Um das zu erreichen, laden Sie das \SpecialChar LaTeX
29415 -Paket 
29416 \series bold
29417 caption
29418 \series default
29419
29420 \begin_inset Index idx
29421 status collapsed
29422
29423 \begin_layout Plain Layout
29424 \SpecialChar LaTeX
29425 -Pakete ! caption
29426 \end_layout
29427
29428 \end_inset
29429
29430  im \SpecialChar LaTeX
29431 -Vorspann mit der Option
29432 \begin_inset Foot
29433 status collapsed
29434
29435 \begin_layout Plain Layout
29436 In Abschnitt
29437 \begin_inset space ~
29438 \end_inset
29439
29440
29441 \begin_inset CommandInset ref
29442 LatexCommand ref
29443 reference "abs:Titel-Formatierung"
29444
29445 \end_inset
29446
29447  steht mehr über das Paket 
29448 \series bold
29449 caption
29450 \series default
29451 .
29452 \end_layout
29453
29454 \end_inset
29455
29456
29457 \end_layout
29458
29459 \begin_layout Standard
29460
29461 \series bold
29462 tableposition=top
29463 \end_layout
29464
29465 \begin_layout Standard
29466 Wenn Sie eine 
29467 \series bold
29468 KOMA-Script
29469 \series default
29470
29471 \begin_inset Index idx
29472 status collapsed
29473
29474 \begin_layout Plain Layout
29475 \SpecialChar LaTeX
29476 -Pakete ! KOMA-Script
29477 \end_layout
29478
29479 \end_inset
29480
29481 -Dokumentklasse (
29482 \family sans
29483 article (KOMA-Script)
29484 \family default
29485
29486 \family sans
29487 book (KOMA-Script)
29488 \family default
29489
29490 \family sans
29491 letter (KOMA-Script)
29492 \family default
29493  oder 
29494 \family sans
29495 report (KOMA-Script)
29496 \family default
29497 ) benutzen, können Sie alternativ zum 
29498 \series bold
29499 caption
29500 \series default
29501 -Paket die Dokumentklassen-Option
29502 \end_layout
29503
29504 \begin_layout Standard
29505
29506 \series bold
29507 captions=tableheading
29508 \end_layout
29509
29510 \begin_layout Standard
29511 benutzen.
29512 \begin_inset Foot
29513 status collapsed
29514
29515 \begin_layout Plain Layout
29516 Diese Option wird in diesem Dokument verwendet.
29517 \end_layout
29518
29519 \end_inset
29520
29521
29522 \end_layout
29523
29524 \begin_layout Standard
29525 In Dokumenten, die eine KOMA-Script Klasse verwenden, können Sie auch mit
29526  rechts auf eine Beschriftung klicken und im Kontextmenü markieren, ob diese
29527  Beschriftung über oder unter der Tabelle/Abbildung sein soll.
29528  Auf diese Weise kann die dokumentweite Beschriftungs-Platzierung für bestimmte
29529  Beschriftungen überschrieben werden.
29530  Tabelle
29531 \begin_inset space ~
29532 \end_inset
29533
29534
29535 \begin_inset CommandInset ref
29536 LatexCommand ref
29537 reference "tab:Eine-Beschriftung-unterhalb"
29538
29539 \end_inset
29540
29541  ist ein Beispiel, bei dem die Beschriftung als unterhalb der Tabelle markiert
29542  wurde, obwohl sie über der Tabelle steht.
29543  Zum Vergleich ist die Beschriftung von Tabelle
29544 \begin_inset space ~
29545 \end_inset
29546
29547
29548 \begin_inset CommandInset ref
29549 LatexCommand ref
29550 reference "tab:Eine-normale-Tabellen-Beschriftu"
29551
29552 \end_inset
29553
29554  nicht markiert.
29555 \end_layout
29556
29557 \begin_layout Standard
29558 \begin_inset Float table
29559 placement document
29560 alignment document
29561 wide false
29562 sideways false
29563 status open
29564
29565 \begin_layout Plain Layout
29566 \begin_inset Caption Below
29567
29568 \begin_layout Plain Layout
29569 \begin_inset CommandInset label
29570 LatexCommand label
29571 name "tab:Eine-Beschriftung-unterhalb"
29572
29573 \end_inset
29574
29575 Eine Beschriftung, die als unterhalb der der Tabelle markiert wurde.
29576 \end_layout
29577
29578 \end_inset
29579
29580
29581 \end_layout
29582
29583 \begin_layout Plain Layout
29584 \align center
29585 \begin_inset Tabular
29586 <lyxtabular version="3" rows="3" columns="3">
29587 <features tabularvalignment="middle">
29588 <column alignment="center" valignment="top" width="0pt">
29589 <column alignment="center" valignment="top" width="0pt">
29590 <column alignment="center" valignment="top" width="0pt">
29591 <row>
29592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29593 \begin_inset Text
29594
29595 \begin_layout Plain Layout
29596 1
29597 \end_layout
29598
29599 \end_inset
29600 </cell>
29601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29602 \begin_inset Text
29603
29604 \begin_layout Plain Layout
29605 2
29606 \end_layout
29607
29608 \end_inset
29609 </cell>
29610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29611 \begin_inset Text
29612
29613 \begin_layout Plain Layout
29614 3
29615 \end_layout
29616
29617 \end_inset
29618 </cell>
29619 </row>
29620 <row>
29621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29622 \begin_inset Text
29623
29624 \begin_layout Plain Layout
29625 Joe
29626 \end_layout
29627
29628 \end_inset
29629 </cell>
29630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29631 \begin_inset Text
29632
29633 \begin_layout Plain Layout
29634 Mary
29635 \end_layout
29636
29637 \end_inset
29638 </cell>
29639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29640 \begin_inset Text
29641
29642 \begin_layout Plain Layout
29643 Ted
29644 \end_layout
29645
29646 \end_inset
29647 </cell>
29648 </row>
29649 <row>
29650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29651 \begin_inset Text
29652
29653 \begin_layout Plain Layout
29654 \begin_inset Formula $\int x^{2}dx$
29655 \end_inset
29656
29657
29658 \end_layout
29659
29660 \end_inset
29661 </cell>
29662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29663 \begin_inset Text
29664
29665 \begin_layout Plain Layout
29666 \begin_inset Formula $\left[\begin{array}{cc}
29667 a & b\\
29668 c & d
29669 \end{array}\right]$
29670 \end_inset
29671
29672
29673 \end_layout
29674
29675 \end_inset
29676 </cell>
29677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29678 \begin_inset Text
29679
29680 \begin_layout Plain Layout
29681 \begin_inset Formula $1+1=2$
29682 \end_inset
29683
29684
29685 \end_layout
29686
29687 \end_inset
29688 </cell>
29689 </row>
29690 </lyxtabular>
29691
29692 \end_inset
29693
29694
29695 \end_layout
29696
29697 \end_inset
29698
29699
29700 \end_layout
29701
29702 \begin_layout Standard
29703 \begin_inset Float table
29704 placement document
29705 alignment document
29706 wide false
29707 sideways false
29708 status open
29709
29710 \begin_layout Plain Layout
29711 \begin_inset Caption Standard
29712
29713 \begin_layout Plain Layout
29714 \begin_inset CommandInset label
29715 LatexCommand label
29716 name "tab:Eine-normale-Tabellen-Beschriftu"
29717
29718 \end_inset
29719
29720 Eine normale Tabellen-Beschriftung.
29721 \end_layout
29722
29723 \end_inset
29724
29725
29726 \end_layout
29727
29728 \begin_layout Plain Layout
29729 \align center
29730 \begin_inset Tabular
29731 <lyxtabular version="3" rows="3" columns="3">
29732 <features tabularvalignment="middle">
29733 <column alignment="center" valignment="top" width="0pt">
29734 <column alignment="center" valignment="top" width="0pt">
29735 <column alignment="center" valignment="top" width="0pt">
29736 <row>
29737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29738 \begin_inset Text
29739
29740 \begin_layout Plain Layout
29741 1
29742 \end_layout
29743
29744 \end_inset
29745 </cell>
29746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29747 \begin_inset Text
29748
29749 \begin_layout Plain Layout
29750 2
29751 \end_layout
29752
29753 \end_inset
29754 </cell>
29755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29756 \begin_inset Text
29757
29758 \begin_layout Plain Layout
29759 3
29760 \end_layout
29761
29762 \end_inset
29763 </cell>
29764 </row>
29765 <row>
29766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29767 \begin_inset Text
29768
29769 \begin_layout Plain Layout
29770 Joe
29771 \end_layout
29772
29773 \end_inset
29774 </cell>
29775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29776 \begin_inset Text
29777
29778 \begin_layout Plain Layout
29779 Mary
29780 \end_layout
29781
29782 \end_inset
29783 </cell>
29784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29785 \begin_inset Text
29786
29787 \begin_layout Plain Layout
29788 Ted
29789 \end_layout
29790
29791 \end_inset
29792 </cell>
29793 </row>
29794 <row>
29795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29796 \begin_inset Text
29797
29798 \begin_layout Plain Layout
29799 \begin_inset Formula $\int x^{2}dx$
29800 \end_inset
29801
29802
29803 \end_layout
29804
29805 \end_inset
29806 </cell>
29807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29808 \begin_inset Text
29809
29810 \begin_layout Plain Layout
29811 \begin_inset Formula $\left[\begin{array}{cc}
29812 a & b\\
29813 c & d
29814 \end{array}\right]$
29815 \end_inset
29816
29817
29818 \end_layout
29819
29820 \end_inset
29821 </cell>
29822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29823 \begin_inset Text
29824
29825 \begin_layout Plain Layout
29826 \begin_inset Formula $1+1=2$
29827 \end_inset
29828
29829
29830 \end_layout
29831
29832 \end_inset
29833 </cell>
29834 </row>
29835 </lyxtabular>
29836
29837 \end_inset
29838
29839
29840 \end_layout
29841
29842 \end_inset
29843
29844
29845 \end_layout
29846
29847 \begin_layout Standard
29848 \begin_inset VSpace bigskip
29849 \end_inset
29850
29851 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
29852  Das bewirkt das \SpecialChar LaTeX
29853 -Paket 
29854 \series bold
29855 sidecap
29856 \series default
29857
29858 \begin_inset Index idx
29859 status collapsed
29860
29861 \begin_layout Plain Layout
29862 \SpecialChar LaTeX
29863 -Pakete ! sidecap
29864 \end_layout
29865
29866 \end_inset
29867
29868 , das so in den \SpecialChar LaTeX
29869 -Vorspann geladen wird:
29870 \end_layout
29871
29872 \begin_layout Standard
29873
29874 \series bold
29875
29876 \backslash
29877 usepackage[Option]{sidecap}
29878 \end_layout
29879
29880 \begin_layout Standard
29881 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
29882  Mit 
29883 \series bold
29884 innercaption
29885 \series default
29886  wird die Beschriftung innen gedruckt.
29887  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
29888  
29889 \series bold
29890 rightcaption
29891 \series default
29892  oder 
29893 \series bold
29894 leftcaption
29895 \series default
29896 .
29897 \end_layout
29898
29899 \begin_layout Standard
29900 \begin_inset ERT
29901 status collapsed
29902
29903 \begin_layout Plain Layout
29904
29905
29906 \backslash
29907 ifsidecap
29908 \end_layout
29909
29910 \end_inset
29911
29912
29913 \begin_inset Note Note
29914 status open
29915
29916 \begin_layout Plain Layout
29917 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
29918 -Paket 
29919 \series bold
29920 sidecap
29921 \series default
29922  installiert ist.
29923 \end_layout
29924
29925 \end_inset
29926
29927
29928 \end_layout
29929
29930 \begin_layout Standard
29931 Um die Beschriftung mit \SpecialChar LyX
29932  seitlich zu drucken, müssen Sie folgende Befehle
29933  in den \SpecialChar LaTeX
29934 -Vorspann schreiben:
29935 \end_layout
29936
29937 \begin_layout Standard
29938 \begin_inset Newpage newpage
29939 \end_inset
29940
29941
29942 \end_layout
29943
29944 \begin_layout Standard
29945 \noindent
29946 \begin_inset CommandInset line
29947 LatexCommand rule
29948 offset "0.5ex"
29949 width "100line%"
29950 height "1pt"
29951
29952 \end_inset
29953
29954
29955 \end_layout
29956
29957 \begin_layout Standard
29958
29959 \series bold
29960
29961 \backslash
29962 newcommand{
29963 \backslash
29964 TabBesBeg}[1][1.0]{%
29965 \begin_inset Newline newline
29966 \end_inset
29967
29968
29969 \begin_inset Phantom HPhantom
29970 status open
29971
29972 \begin_layout Plain Layout
29973 \begin_inset space ~
29974 \end_inset
29975
29976
29977 \end_layout
29978
29979 \end_inset
29980
29981
29982 \backslash
29983 let
29984 \backslash
29985 MyTable
29986 \backslash
29987 table
29988 \begin_inset Newline newline
29989 \end_inset
29990
29991
29992 \begin_inset Phantom HPhantom
29993 status open
29994
29995 \begin_layout Plain Layout
29996
29997 \series medium
29998 \begin_inset space ~
29999 \end_inset
30000
30001
30002 \end_layout
30003
30004 \end_inset
30005
30006
30007 \backslash
30008 let
30009 \backslash
30010 MyEndtable
30011 \backslash
30012 endtable
30013 \begin_inset Newline newline
30014 \end_inset
30015
30016
30017 \begin_inset Phantom HPhantom
30018 status open
30019
30020 \begin_layout Plain Layout
30021
30022 \series medium
30023 \begin_inset space ~
30024 \end_inset
30025
30026
30027 \end_layout
30028
30029 \end_inset
30030
30031
30032 \backslash
30033 renewenvironment{table}[1]{
30034 \backslash
30035 begin{SCtable}[#1]##1}{
30036 \backslash
30037 end{SCtable}}}
30038 \end_layout
30039
30040 \begin_layout Standard
30041
30042 \series bold
30043
30044 \backslash
30045 newcommand{
30046 \backslash
30047 TabBesEnd}{%
30048 \begin_inset Newline newline
30049 \end_inset
30050
30051
30052 \begin_inset Phantom HPhantom
30053 status open
30054
30055 \begin_layout Plain Layout
30056 \begin_inset space ~
30057 \end_inset
30058
30059
30060 \end_layout
30061
30062 \end_inset
30063
30064
30065 \backslash
30066 let
30067 \backslash
30068 table
30069 \backslash
30070 MyTable
30071 \begin_inset Newline newline
30072 \end_inset
30073
30074
30075 \begin_inset Phantom HPhantom
30076 status open
30077
30078 \begin_layout Plain Layout
30079 \begin_inset space ~
30080 \end_inset
30081
30082
30083 \end_layout
30084
30085 \end_inset
30086
30087
30088 \backslash
30089 let
30090 \backslash
30091 endtable
30092 \backslash
30093 MyEndtable
30094 \end_layout
30095
30096 \begin_layout Standard
30097
30098 \series bold
30099
30100 \backslash
30101 newcommand{
30102 \backslash
30103 FigBesBeg}[1][1.0]{%
30104 \begin_inset Newline newline
30105 \end_inset
30106
30107
30108 \begin_inset Phantom HPhantom
30109 status open
30110
30111 \begin_layout Plain Layout
30112 \begin_inset space ~
30113 \end_inset
30114
30115
30116 \end_layout
30117
30118 \end_inset
30119
30120
30121 \backslash
30122 let
30123 \backslash
30124 MyFigure
30125 \backslash
30126 figure
30127 \begin_inset Newline newline
30128 \end_inset
30129
30130
30131 \begin_inset Phantom HPhantom
30132 status open
30133
30134 \begin_layout Plain Layout
30135 \begin_inset space ~
30136 \end_inset
30137
30138
30139 \end_layout
30140
30141 \end_inset
30142
30143
30144 \backslash
30145 let
30146 \backslash
30147 MyEndfigure
30148 \backslash
30149 endfigure
30150 \begin_inset Newline newline
30151 \end_inset
30152
30153
30154 \begin_inset Phantom HPhantom
30155 status open
30156
30157 \begin_layout Plain Layout
30158 \begin_inset space ~
30159 \end_inset
30160
30161
30162 \end_layout
30163
30164 \end_inset
30165
30166
30167 \backslash
30168 renewenvironment{figure}[1]{
30169 \backslash
30170 begin{SCfigure}[#1]##1}{
30171 \backslash
30172 end{SCfigure}}}
30173 \end_layout
30174
30175 \begin_layout Standard
30176
30177 \series bold
30178
30179 \backslash
30180 newcommand{
30181 \backslash
30182 FigBesEnd}{%
30183 \begin_inset Newline newline
30184 \end_inset
30185
30186
30187 \begin_inset Phantom HPhantom
30188 status open
30189
30190 \begin_layout Plain Layout
30191 \begin_inset space ~
30192 \end_inset
30193
30194
30195 \end_layout
30196
30197 \end_inset
30198
30199
30200 \backslash
30201 let
30202 \backslash
30203 figure
30204 \backslash
30205 MyFigure
30206 \begin_inset Newline newline
30207 \end_inset
30208
30209
30210 \begin_inset Phantom HPhantom
30211 status open
30212
30213 \begin_layout Plain Layout
30214 \begin_inset space ~
30215 \end_inset
30216
30217
30218 \end_layout
30219
30220 \end_inset
30221
30222
30223 \backslash
30224 let
30225 \backslash
30226 endfigure
30227 \backslash
30228 MyEndfigure}
30229 \end_layout
30230
30231 \begin_layout Standard
30232 \noindent
30233 \begin_inset CommandInset line
30234 LatexCommand rule
30235 offset "0.5ex"
30236 width "100line%"
30237 height "1pt"
30238
30239 \end_inset
30240
30241
30242 \end_layout
30243
30244 \begin_layout Standard
30245 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
30246 ungen seitlich gedruckt werden.
30247  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
30248 \end_layout
30249
30250 \begin_layout Standard
30251
30252 \series bold
30253
30254 \backslash
30255 FigBesBeg
30256 \end_layout
30257
30258 \begin_layout Standard
30259 als \SpecialChar TeX
30260 -Code vor das Gleitobjekt und fügen Sie den Befehl
30261 \end_layout
30262
30263 \begin_layout Standard
30264
30265 \series bold
30266
30267 \backslash
30268 FigBesEnd
30269 \end_layout
30270
30271 \begin_layout Standard
30272 als \SpecialChar TeX
30273 -Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
30274  zurückkehren wollen.
30275 \end_layout
30276
30277 \begin_layout Standard
30278 Bei Gleitobjekt-Tabellen heißen die Befehle
30279 \end_layout
30280
30281 \begin_layout Standard
30282
30283 \series bold
30284
30285 \backslash
30286 TabBesBeg
30287 \series default
30288  und 
30289 \series bold
30290
30291 \backslash
30292 TabBesEnd
30293 \series default
30294 .
30295 \end_layout
30296
30297 \begin_layout Standard
30298 Abbildung
30299 \begin_inset space ~
30300 \end_inset
30301
30302
30303 \begin_inset CommandInset ref
30304 LatexCommand ref
30305 reference "abb:Beschriftung-neben"
30306
30307 \end_inset
30308
30309  und Tabelle
30310 \begin_inset space ~
30311 \end_inset
30312
30313
30314 \begin_inset CommandInset ref
30315 LatexCommand ref
30316 reference "tab:Beschriftung-neben"
30317
30318 \end_inset
30319
30320  sind Beispiele für seitliche Beschriftungen.
30321 \end_layout
30322
30323 \begin_layout Standard
30324 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
30325  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
30326  der Abbildung.
30327  Das kann man mit dem Befehl
30328 \end_layout
30329
30330 \begin_layout Standard
30331
30332 \series bold
30333
30334 \backslash
30335 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
30336 \end_layout
30337
30338 \begin_layout Standard
30339 im \SpecialChar LaTeX
30340 -Vorspann oder als \SpecialChar TeX
30341 -Code vor dem Gleitobjekt ändern.
30342  Der Gleitobjekt-Typ ist entweder 
30343 \family sans
30344 figure
30345 \family default
30346  oder 
30347 \family sans
30348 table
30349 \family default
30350 , die
30351 \family sans
30352  
30353 \family default
30354 Platzierung ist 
30355 \family typewriter
30356 t
30357 \family default
30358  für oben, 
30359 \family typewriter
30360 c
30361 \family default
30362  für zentriert oder 
30363 \family typewriter
30364 b
30365 \family default
30366  für unten.
30367  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
30368  lautet der Befehl
30369 \end_layout
30370
30371 \begin_layout Standard
30372
30373 \series bold
30374
30375 \backslash
30376 sidecaptionvpos{figure}{c}
30377 \end_layout
30378
30379 \begin_layout Standard
30380 Das wurde in Abbildung
30381 \begin_inset space ~
30382 \end_inset
30383
30384
30385 \begin_inset CommandInset ref
30386 LatexCommand ref
30387 reference "abb:cap-beside-fig-2"
30388
30389 \end_inset
30390
30391  benutzt.
30392 \end_layout
30393
30394 \begin_layout Standard
30395 \begin_inset VSpace medskip
30396 \end_inset
30397
30398
30399 \end_layout
30400
30401 \begin_layout Standard
30402 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
30403  Für schmale Bilder/Tabellen, wie in Tabelle
30404 \begin_inset space ~
30405 \end_inset
30406
30407
30408 \begin_inset CommandInset ref
30409 LatexCommand ref
30410 reference "tab:Beschriftung-neben"
30411
30412 \end_inset
30413
30414 , führt dies zu zu schmalen Beschriftungen.
30415  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
30416  Breite des Bildes/der Tabelle multipliziert wird.
30417  Das Ergebnis ist die Beschriftungsbreite.
30418  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
30419  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
30420  Der 
30421 \emph on
30422 Faktor
30423 \emph default
30424  kann entweder als optionales Argument für 
30425 \series bold
30426
30427 \backslash
30428 FigBesBeg
30429 \series default
30430  angegeben werden:
30431 \end_layout
30432
30433 \begin_layout Standard
30434
30435 \series bold
30436
30437 \backslash
30438 FigBesBeg[Faktor]
30439 \end_layout
30440
30441 \begin_layout Standard
30442 oder indem man in der Definition von 
30443 \series bold
30444
30445 \backslash
30446 FigBesBeg
30447 \series default
30448  die 
30449 \series bold
30450 1.0
30451 \series default
30452  mit einem anderen Wert ersetzt.
30453  Bei letzterem ist der angegebene Faktor der Standard wenn 
30454 \series bold
30455
30456 \backslash
30457 FigBesBeg
30458 \series default
30459  ohne Argument verwendet wird.
30460  Für Tabelle
30461 \begin_inset space ~
30462 \end_inset
30463
30464
30465 \begin_inset CommandInset ref
30466 LatexCommand ref
30467 reference "tab:Beschriftung-neben-breiter"
30468
30469 \end_inset
30470
30471  wurde der Faktor 5 verwendet.
30472 \end_layout
30473
30474 \begin_layout Standard
30475 \begin_inset Note Greyedout
30476 status open
30477
30478 \begin_layout Plain Layout
30479
30480 \series bold
30481 Achtung:
30482 \series default
30483  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
30484 erungsoption 
30485 \family sans
30486 Hier,
30487 \begin_inset space ~
30488 \end_inset
30489
30490 auf
30491 \begin_inset space ~
30492 \end_inset
30493
30494 jeden
30495 \begin_inset space ~
30496 \end_inset
30497
30498 Fall
30499 \family default
30500  nicht verwendet werden werden, da diese von 
30501 \series bold
30502 sidecap
30503 \series default
30504  nicht unterstützt wird.
30505 \end_layout
30506
30507 \end_inset
30508
30509
30510 \end_layout
30511
30512 \begin_layout Standard
30513 \begin_inset VSpace medskip
30514 \end_inset
30515
30516 Weitere Informationen über das Paket
30517 \series bold
30518  sidecap
30519 \series default
30520  finden Sie in seiner Dokumentation 
30521 \begin_inset CommandInset citation
30522 LatexCommand cite
30523 key "sidecap"
30524 literal "true"
30525
30526 \end_inset
30527
30528 .
30529 \end_layout
30530
30531 \begin_layout Standard
30532 \begin_inset Note Greyedout
30533 status open
30534
30535 \begin_layout Plain Layout
30536
30537 \series bold
30538 Bemerkung:
30539 \series default
30540  Das \SpecialChar LaTeX
30541 -Paket 
30542 \series bold
30543 hypcap
30544 \series default
30545 ,
30546 \begin_inset Index idx
30547 status collapsed
30548
30549 \begin_layout Plain Layout
30550 \SpecialChar LaTeX
30551 -Pakete ! hypcap
30552 \end_layout
30553
30554 \end_inset
30555
30556  das in Abschnitt
30557 \begin_inset space ~
30558 \end_inset
30559
30560
30561 \begin_inset CommandInset ref
30562 LatexCommand ref
30563 reference "uab:Querverweis-Position"
30564
30565 \end_inset
30566
30567  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
30568  Beschriftungen.
30569 \end_layout
30570
30571 \end_inset
30572
30573
30574 \end_layout
30575
30576 \begin_layout Standard
30577 \begin_inset ERT
30578 status collapsed
30579
30580 \begin_layout Plain Layout
30581
30582
30583 \backslash
30584 FigBesBeg 
30585 \end_layout
30586
30587 \end_inset
30588
30589
30590 \end_layout
30591
30592 \begin_layout Standard
30593 \begin_inset Float figure
30594 placement document
30595 alignment document
30596 wide false
30597 sideways false
30598 status open
30599
30600 \begin_layout Plain Layout
30601 \begin_inset Graphics
30602         filename ../clipart/3D-structure-distort.pdf
30603         scale 50
30604         scaleBeforeRotation
30605
30606 \end_inset
30607
30608
30609 \end_layout
30610
30611 \begin_layout Plain Layout
30612 \begin_inset Caption Standard
30613
30614 \begin_layout Plain Layout
30615 \begin_inset CommandInset label
30616 LatexCommand label
30617 name "abb:Beschriftung-neben"
30618
30619 \end_inset
30620
30621 Dies ist eine Beschriftung neben einer Abbildung.
30622 \end_layout
30623
30624 \end_inset
30625
30626
30627 \end_layout
30628
30629 \end_inset
30630
30631
30632 \end_layout
30633
30634 \begin_layout Standard
30635 \begin_inset ERT
30636 status collapsed
30637
30638 \begin_layout Plain Layout
30639
30640
30641 \backslash
30642 FigBesEnd
30643 \end_layout
30644
30645 \end_inset
30646
30647
30648 \end_layout
30649
30650 \begin_layout Standard
30651 \begin_inset ERT
30652 status collapsed
30653
30654 \begin_layout Plain Layout
30655
30656
30657 \backslash
30658 TabBesBeg 
30659 \end_layout
30660
30661 \end_inset
30662
30663
30664 \end_layout
30665
30666 \begin_layout Standard
30667 \begin_inset Float table
30668 placement document
30669 alignment document
30670 wide false
30671 sideways false
30672 status open
30673
30674 \begin_layout Plain Layout
30675 \begin_inset Caption Standard
30676
30677 \begin_layout Plain Layout
30678 \begin_inset CommandInset label
30679 LatexCommand label
30680 name "tab:Beschriftung-neben"
30681
30682 \end_inset
30683
30684 Dies ist eine Beschriftung neben einer Tabelle.
30685 \end_layout
30686
30687 \end_inset
30688
30689
30690 \end_layout
30691
30692 \begin_layout Plain Layout
30693 \begin_inset Tabular
30694 <lyxtabular version="3" rows="4" columns="5">
30695 <features tabularvalignment="middle">
30696 <column alignment="center" valignment="top">
30697 <column alignment="center" valignment="top">
30698 <column alignment="center" valignment="top">
30699 <column alignment="center" valignment="top">
30700 <column alignment="center" valignment="top">
30701 <row>
30702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30703 \begin_inset Text
30704
30705 \begin_layout Plain Layout
30706 a
30707 \end_layout
30708
30709 \end_inset
30710 </cell>
30711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30712 \begin_inset Text
30713
30714 \begin_layout Plain Layout
30715
30716 \end_layout
30717
30718 \end_inset
30719 </cell>
30720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30721 \begin_inset Text
30722
30723 \begin_layout Plain Layout
30724 b
30725 \end_layout
30726
30727 \end_inset
30728 </cell>
30729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30730 \begin_inset Text
30731
30732 \begin_layout Plain Layout
30733
30734 \end_layout
30735
30736 \end_inset
30737 </cell>
30738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30739 \begin_inset Text
30740
30741 \begin_layout Plain Layout
30742 c
30743 \end_layout
30744
30745 \end_inset
30746 </cell>
30747 </row>
30748 <row>
30749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30750 \begin_inset Text
30751
30752 \begin_layout Plain Layout
30753
30754 \end_layout
30755
30756 \end_inset
30757 </cell>
30758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30759 \begin_inset Text
30760
30761 \begin_layout Plain Layout
30762 d
30763 \end_layout
30764
30765 \end_inset
30766 </cell>
30767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30768 \begin_inset Text
30769
30770 \begin_layout Plain Layout
30771
30772 \end_layout
30773
30774 \end_inset
30775 </cell>
30776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30777 \begin_inset Text
30778
30779 \begin_layout Plain Layout
30780 e
30781 \end_layout
30782
30783 \end_inset
30784 </cell>
30785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30786 \begin_inset Text
30787
30788 \begin_layout Plain Layout
30789
30790 \end_layout
30791
30792 \end_inset
30793 </cell>
30794 </row>
30795 <row>
30796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30797 \begin_inset Text
30798
30799 \begin_layout Plain Layout
30800 f
30801 \end_layout
30802
30803 \end_inset
30804 </cell>
30805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30806 \begin_inset Text
30807
30808 \begin_layout Plain Layout
30809
30810 \end_layout
30811
30812 \end_inset
30813 </cell>
30814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30815 \begin_inset Text
30816
30817 \begin_layout Plain Layout
30818 g
30819 \end_layout
30820
30821 \end_inset
30822 </cell>
30823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30824 \begin_inset Text
30825
30826 \begin_layout Plain Layout
30827
30828 \end_layout
30829
30830 \end_inset
30831 </cell>
30832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30833 \begin_inset Text
30834
30835 \begin_layout Plain Layout
30836 h
30837 \end_layout
30838
30839 \end_inset
30840 </cell>
30841 </row>
30842 <row>
30843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30844 \begin_inset Text
30845
30846 \begin_layout Plain Layout
30847
30848 \end_layout
30849
30850 \end_inset
30851 </cell>
30852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30853 \begin_inset Text
30854
30855 \begin_layout Plain Layout
30856 i
30857 \end_layout
30858
30859 \end_inset
30860 </cell>
30861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30862 \begin_inset Text
30863
30864 \begin_layout Plain Layout
30865
30866 \end_layout
30867
30868 \end_inset
30869 </cell>
30870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30871 \begin_inset Text
30872
30873 \begin_layout Plain Layout
30874 j
30875 \end_layout
30876
30877 \end_inset
30878 </cell>
30879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30880 \begin_inset Text
30881
30882 \begin_layout Plain Layout
30883
30884 \end_layout
30885
30886 \end_inset
30887 </cell>
30888 </row>
30889 </lyxtabular>
30890
30891 \end_inset
30892
30893
30894 \end_layout
30895
30896 \end_inset
30897
30898
30899 \end_layout
30900
30901 \begin_layout Standard
30902 \begin_inset ERT
30903 status collapsed
30904
30905 \begin_layout Plain Layout
30906
30907
30908 \backslash
30909 TabBesEnd
30910 \end_layout
30911
30912 \end_inset
30913
30914
30915 \end_layout
30916
30917 \begin_layout Standard
30918 \begin_inset ERT
30919 status collapsed
30920
30921 \begin_layout Plain Layout
30922
30923
30924 \backslash
30925 FigBesBeg 
30926 \end_layout
30927
30928 \end_inset
30929
30930
30931 \end_layout
30932
30933 \begin_layout Standard
30934 \begin_inset ERT
30935 status collapsed
30936
30937 \begin_layout Plain Layout
30938
30939
30940 \backslash
30941 sidecaptionvpos{figure}{c}
30942 \end_layout
30943
30944 \end_inset
30945
30946
30947 \begin_inset Float figure
30948 placement document
30949 alignment document
30950 wide false
30951 sideways false
30952 status open
30953
30954 \begin_layout Plain Layout
30955 \begin_inset Graphics
30956         filename ../clipart/3D-structure-distort.pdf
30957         scale 50
30958         scaleBeforeRotation
30959
30960 \end_inset
30961
30962
30963 \end_layout
30964
30965 \begin_layout Plain Layout
30966 \begin_inset Caption Standard
30967
30968 \begin_layout Plain Layout
30969 \begin_inset CommandInset label
30970 LatexCommand label
30971 name "abb:cap-beside-fig-2"
30972
30973 \end_inset
30974
30975 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
30976 \end_layout
30977
30978 \end_inset
30979
30980
30981 \end_layout
30982
30983 \end_inset
30984
30985
30986 \end_layout
30987
30988 \begin_layout Standard
30989 \begin_inset ERT
30990 status collapsed
30991
30992 \begin_layout Plain Layout
30993
30994
30995 \backslash
30996 FigBesEnd
30997 \end_layout
30998
30999 \end_inset
31000
31001
31002 \end_layout
31003
31004 \begin_layout Standard
31005 \begin_inset ERT
31006 status collapsed
31007
31008 \begin_layout Plain Layout
31009
31010
31011 \backslash
31012 TabBesBeg[5]
31013 \end_layout
31014
31015 \end_inset
31016
31017
31018 \end_layout
31019
31020 \begin_layout Standard
31021 \begin_inset Float table
31022 placement document
31023 alignment document
31024 wide false
31025 sideways false
31026 status open
31027
31028 \begin_layout Plain Layout
31029 \begin_inset Caption Standard
31030
31031 \begin_layout Plain Layout
31032 \begin_inset CommandInset label
31033 LatexCommand label
31034 name "tab:Beschriftung-neben-breiter"
31035
31036 \end_inset
31037
31038 Diese Beschriftung ist breiter als die in Tabelle
31039 \begin_inset space ~
31040 \end_inset
31041
31042
31043 \begin_inset CommandInset ref
31044 LatexCommand ref
31045 reference "tab:Beschriftung-neben"
31046
31047 \end_inset
31048
31049 .
31050 \end_layout
31051
31052 \end_inset
31053
31054
31055 \end_layout
31056
31057 \begin_layout Plain Layout
31058 \begin_inset Tabular
31059 <lyxtabular version="3" rows="4" columns="5">
31060 <features tabularvalignment="middle">
31061 <column alignment="center" valignment="top">
31062 <column alignment="center" valignment="top">
31063 <column alignment="center" valignment="top">
31064 <column alignment="center" valignment="top">
31065 <column alignment="center" valignment="top">
31066 <row>
31067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31068 \begin_inset Text
31069
31070 \begin_layout Plain Layout
31071 a
31072 \end_layout
31073
31074 \end_inset
31075 </cell>
31076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31077 \begin_inset Text
31078
31079 \begin_layout Plain Layout
31080
31081 \end_layout
31082
31083 \end_inset
31084 </cell>
31085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31086 \begin_inset Text
31087
31088 \begin_layout Plain Layout
31089 b
31090 \end_layout
31091
31092 \end_inset
31093 </cell>
31094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31095 \begin_inset Text
31096
31097 \begin_layout Plain Layout
31098
31099 \end_layout
31100
31101 \end_inset
31102 </cell>
31103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31104 \begin_inset Text
31105
31106 \begin_layout Plain Layout
31107 c
31108 \end_layout
31109
31110 \end_inset
31111 </cell>
31112 </row>
31113 <row>
31114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31115 \begin_inset Text
31116
31117 \begin_layout Plain Layout
31118
31119 \end_layout
31120
31121 \end_inset
31122 </cell>
31123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31124 \begin_inset Text
31125
31126 \begin_layout Plain Layout
31127 d
31128 \end_layout
31129
31130 \end_inset
31131 </cell>
31132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31133 \begin_inset Text
31134
31135 \begin_layout Plain Layout
31136
31137 \end_layout
31138
31139 \end_inset
31140 </cell>
31141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31142 \begin_inset Text
31143
31144 \begin_layout Plain Layout
31145 e
31146 \end_layout
31147
31148 \end_inset
31149 </cell>
31150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31151 \begin_inset Text
31152
31153 \begin_layout Plain Layout
31154
31155 \end_layout
31156
31157 \end_inset
31158 </cell>
31159 </row>
31160 <row>
31161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31162 \begin_inset Text
31163
31164 \begin_layout Plain Layout
31165 f
31166 \end_layout
31167
31168 \end_inset
31169 </cell>
31170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31171 \begin_inset Text
31172
31173 \begin_layout Plain Layout
31174
31175 \end_layout
31176
31177 \end_inset
31178 </cell>
31179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31180 \begin_inset Text
31181
31182 \begin_layout Plain Layout
31183 g
31184 \end_layout
31185
31186 \end_inset
31187 </cell>
31188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31189 \begin_inset Text
31190
31191 \begin_layout Plain Layout
31192
31193 \end_layout
31194
31195 \end_inset
31196 </cell>
31197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31198 \begin_inset Text
31199
31200 \begin_layout Plain Layout
31201 h
31202 \end_layout
31203
31204 \end_inset
31205 </cell>
31206 </row>
31207 <row>
31208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31209 \begin_inset Text
31210
31211 \begin_layout Plain Layout
31212
31213 \end_layout
31214
31215 \end_inset
31216 </cell>
31217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31218 \begin_inset Text
31219
31220 \begin_layout Plain Layout
31221 i
31222 \end_layout
31223
31224 \end_inset
31225 </cell>
31226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31227 \begin_inset Text
31228
31229 \begin_layout Plain Layout
31230
31231 \end_layout
31232
31233 \end_inset
31234 </cell>
31235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31236 \begin_inset Text
31237
31238 \begin_layout Plain Layout
31239 j
31240 \end_layout
31241
31242 \end_inset
31243 </cell>
31244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31245 \begin_inset Text
31246
31247 \begin_layout Plain Layout
31248
31249 \end_layout
31250
31251 \end_inset
31252 </cell>
31253 </row>
31254 </lyxtabular>
31255
31256 \end_inset
31257
31258
31259 \end_layout
31260
31261 \end_inset
31262
31263
31264 \end_layout
31265
31266 \begin_layout Standard
31267 \begin_inset ERT
31268 status collapsed
31269
31270 \begin_layout Plain Layout
31271
31272
31273 \backslash
31274 TabBesEnd
31275 \end_layout
31276
31277 \end_inset
31278
31279
31280 \end_layout
31281
31282 \begin_layout Standard
31283 \begin_inset ERT
31284 status collapsed
31285
31286 \begin_layout Plain Layout
31287
31288
31289 \backslash
31290 else
31291 \end_layout
31292
31293 \end_inset
31294
31295
31296 \begin_inset Note Note
31297 status open
31298
31299 \begin_layout Plain Layout
31300 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
31301 -Paket 
31302 \series bold
31303 sidecap
31304 \series default
31305  nicht installiert ist:
31306 \end_layout
31307
31308 \end_inset
31309
31310
31311 \end_layout
31312
31313 \begin_layout Standard
31314 Das \SpecialChar LaTeX
31315 -Paket 
31316 \series bold
31317 sidecap
31318 \series default
31319  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
31320 \end_layout
31321
31322 \begin_layout Standard
31323 \begin_inset ERT
31324 status collapsed
31325
31326 \begin_layout Plain Layout
31327
31328
31329 \backslash
31330 fi
31331 \end_layout
31332
31333 \end_inset
31334
31335
31336 \end_layout
31337
31338 \begin_layout Section
31339 Gleitobjekt-Verzeichnisse
31340 \begin_inset Index idx
31341 status collapsed
31342
31343 \begin_layout Plain Layout
31344 Gleitobjekte ! Verzeichnisse
31345 \end_layout
31346
31347 \end_inset
31348
31349
31350 \end_layout
31351
31352 \begin_layout Standard
31353 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
31354  Sie können mit den Untermenüs von 
31355 \family sans
31356 Einfügen\SpecialChar menuseparator
31357 Liste
31358 \begin_inset space ~
31359 \end_inset
31360
31361 /
31362 \begin_inset space ~
31363 \end_inset
31364
31365 Inhaltsverzeichnis
31366 \family default
31367  eingefügt werden.
31368 \end_layout
31369
31370 \begin_layout Standard
31371 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
31372  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
31373 \end_layout
31374
31375 \begin_layout Standard
31376 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
31377  und ein Tabellen-Verzeichnis.
31378 \end_layout
31379
31380 \begin_layout Chapter
31381 Notizen
31382 \end_layout
31383
31384 \begin_layout Section
31385 \SpecialChar LyX
31386 -Notizen
31387 \begin_inset Index idx
31388 status collapsed
31389
31390 \begin_layout Plain Layout
31391 Notizen ! \SpecialChar LyX
31392 -Notizen
31393 \end_layout
31394
31395 \end_inset
31396
31397
31398 \end_layout
31399
31400 \begin_layout Standard
31401 Notizen werden mit einem Klick auf 
31402 \begin_inset Info
31403 type  "icon"
31404 arg   "note-insert"
31405 \end_inset
31406
31407  oder 
31408 \family sans
31409 Einfügen\SpecialChar menuseparator
31410 Notiz
31411 \family default
31412  eingefügt.
31413  Es gibt drei Arten:
31414 \end_layout
31415
31416 \begin_layout Description
31417 \SpecialChar LyX
31418 -Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
31419  Eine 
31420 \family sans
31421 \SpecialChar LyX
31422 -Notiz
31423 \family default
31424  sieht so aus:
31425 \begin_inset Newline newline
31426 \end_inset
31427
31428
31429 \begin_inset Newline newline
31430 \end_inset
31431
31432
31433 \begin_inset Graphics
31434         filename clipart/LyXNotiz.png
31435         display false
31436         scale 80
31437         scaleBeforeRotation
31438
31439 \end_inset
31440
31441  
31442 \begin_inset Note Note
31443 status open
31444
31445 \begin_layout Plain Layout
31446 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
31447 \end_layout
31448
31449 \end_inset
31450
31451
31452 \end_layout
31453
31454 \begin_layout Description
31455 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
31456  \SpecialChar LaTeX
31457 -Kommentar, wenn Sie das Dokument nach \SpecialChar LaTeX
31458  exportieren (
31459 \family sans
31460 Datei\SpecialChar menuseparator
31461 Ex\SpecialChar softhyphen
31462 por\SpecialChar softhyphen
31463 tie\SpecialChar softhyphen
31464 ren\SpecialChar menuseparator
31465 LaTeX
31466 \begin_inset space ~
31467 \end_inset
31468
31469 (pdflatex) / (normal)
31470 \family default
31471 .
31472  Ein Kommentar sieht so aus:
31473 \begin_inset Newline newline
31474 \end_inset
31475
31476
31477 \begin_inset Newline newline
31478 \end_inset
31479
31480
31481 \begin_inset Graphics
31482         filename clipart/Kommentar.png
31483         display false
31484         scale 80
31485         scaleBeforeRotation
31486
31487 \end_inset
31488
31489  
31490 \begin_inset Note Comment
31491 status open
31492
31493 \begin_layout Plain Layout
31494 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
31495 \end_layout
31496
31497 \end_inset
31498
31499
31500 \end_layout
31501
31502 \begin_layout Description
31503 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
31504 \begin_inset Newline newline
31505 \end_inset
31506
31507
31508 \begin_inset Newline newline
31509 \end_inset
31510
31511
31512 \begin_inset Graphics
31513         filename clipart/GrauschriftNotiz.png
31514         display false
31515         scale 80
31516         scaleBeforeRotation
31517
31518 \end_inset
31519
31520
31521 \begin_inset Newline newline
31522 \end_inset
31523
31524
31525 \begin_inset ERT
31526 status collapsed
31527
31528 \begin_layout Plain Layout
31529
31530
31531 \backslash
31532 renewenvironment{lyxgreyedout}
31533 \end_layout
31534
31535 \begin_layout Plain Layout
31536
31537 {
31538 \backslash
31539 textcolor[gray]{0.4}
31540 \backslash
31541 bgroup}{
31542 \backslash
31543 egroup}
31544 \end_layout
31545
31546 \end_inset
31547
31548
31549 \begin_inset Note Greyedout
31550 status open
31551
31552 \begin_layout Plain Layout
31553 Dies ist Text in einem Kommentar-Kästchen, der nur als Kommentar in der
31554  \SpecialChar LaTeX
31555 -Datei erscheint.
31556 \end_layout
31557
31558 \end_inset
31559
31560
31561 \begin_inset ERT
31562 status collapsed
31563
31564 \begin_layout Plain Layout
31565
31566
31567 \backslash
31568 renewenvironment{lyxgreyedout}
31569 \end_layout
31570
31571 \begin_layout Plain Layout
31572
31573 {
31574 \backslash
31575 textcolor{blue}
31576 \backslash
31577 bgroup}{
31578 \backslash
31579 egroup}
31580 \end_layout
31581
31582 \end_inset
31583
31584
31585 \begin_inset Note Note
31586 status collapsed
31587
31588 \begin_layout Plain Layout
31589 Die Grauschrift-Notiz wurde auf die ursprüngliche \SpecialChar LyX
31590 -Definition zurückgesetzt,
31591  weil Grauschriften im \SpecialChar LaTeX
31592 -Vorspann dieses Dokuments blau definiert wurden.
31593  
31594 \end_layout
31595
31596 \end_inset
31597
31598
31599 \begin_inset Newline newline
31600 \end_inset
31601
31602
31603 \begin_inset Newline newline
31604 \end_inset
31605
31606 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
31607  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
31608 \end_layout
31609
31610 \begin_layout Standard
31611 \begin_inset VSpace bigskip
31612 \end_inset
31613
31614 Wenn Sie auf den Werkzeugleistenknopf 
31615 \family sans
31616
31617 \begin_inset Info
31618 type  "icon"
31619 arg   "note-insert"
31620 \end_inset
31621
31622
31623 \family default
31624  klicken, wird zunächst eine 
31625 \family sans
31626 \SpecialChar LyX
31627 -Notiz
31628 \family default
31629  eingefügt.
31630  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
31631  Notiz-Typen auswählen.
31632  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
31633  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
31634  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
31635  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
31636  am Ende der Notiz ist.
31637 \end_layout
31638
31639 \begin_layout Standard
31640 \begin_inset VSpace bigskip
31641 \end_inset
31642
31643 Die Textfarbe von Grauschrift-Boxen kann im Menü 
31644 \family sans
31645 Dokument\SpecialChar menuseparator
31646 Einstellungen\SpecialChar menuseparator
31647 Farben
31648 \family default
31649  geändert werden.
31650 \end_layout
31651
31652 \begin_layout Section
31653 Fußnoten
31654 \begin_inset CommandInset label
31655 LatexCommand label
31656 name "abs:Fußnoten"
31657
31658 \end_inset
31659
31660
31661 \begin_inset Index idx
31662 status collapsed
31663
31664 \begin_layout Plain Layout
31665 Notizen ! Fußnoten
31666 \end_layout
31667
31668 \end_inset
31669
31670
31671 \begin_inset Index idx
31672 status collapsed
31673
31674 \begin_layout Plain Layout
31675 Fußnoten
31676 \end_layout
31677
31678 \end_inset
31679
31680
31681 \end_layout
31682
31683 \begin_layout Standard
31684 Fußnoten werden über den Werkzeugleistenknopf 
31685 \begin_inset Info
31686 type  "icon"
31687 arg   "footnote-insert"
31688 \end_inset
31689
31690  oder das Menü 
31691 \family sans
31692 Einfügen\SpecialChar menuseparator
31693 Fußnote
31694 \family default
31695  eingefügt.
31696  Man sieht dann diese Fußnotenbox: 
31697 \begin_inset Graphics
31698         filename clipart/Fussnote.png
31699         scale 95
31700         scaleBeforeRotation
31701
31702 \end_inset
31703
31704  in die der Fußnotentext eingegeben wird.
31705  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
31706  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
31707  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
31708 \family sans
31709 Backspace
31710 \family default
31711  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
31712 \family sans
31713 Entf
31714 \family default
31715  wenn der Cursor am Ende der Fußnote ist.
31716 \end_layout
31717
31718 \begin_layout Standard
31719 Hier ist eine Beispielfußnote:
31720 \color black
31721
31722 \begin_inset Foot
31723 status open
31724
31725 \begin_layout Plain Layout
31726 \begin_inset CommandInset label
31727 LatexCommand label
31728 name "fuss:Fußnoten-Beispiel"
31729
31730 \end_inset
31731
31732 Dies ist eine Fußnote.
31733 \end_layout
31734
31735 \end_inset
31736
31737
31738 \color inherit
31739
31740 \begin_inset ERT
31741 status collapsed
31742
31743 \begin_layout Plain Layout
31744
31745
31746 \backslash
31747 newcounter{MyRepeatFoot}
31748 \end_layout
31749
31750 \begin_layout Plain Layout
31751
31752
31753 \backslash
31754 setcounter{MyRepeatFoot}{
31755 \backslash
31756 thefootnote}
31757 \end_layout
31758
31759 \end_inset
31760
31761
31762 \end_layout
31763
31764 \begin_layout Standard
31765 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
31766  wurde, eine hochgestellte Zahl.
31767  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
31768  hochgestellt dem Text vorangeht.
31769  Die Fußnotennummern werden von \SpecialChar LaTeX
31770  berechnet und sind fortlaufend.
31771  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
31772  werden.
31773 \end_layout
31774
31775 \begin_layout Standard
31776 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
31777  der Fußnote eine Marke eingefügt wurde.
31778  Dies ist ein Querverweis auf Fußnote
31779 \begin_inset space ~
31780 \end_inset
31781
31782
31783 \begin_inset CommandInset ref
31784 LatexCommand ref
31785 reference "fuss:Fußnoten-Beispiel"
31786
31787 \end_inset
31788
31789 .
31790 \end_layout
31791
31792 \begin_layout Standard
31793 \begin_inset VSpace defskip
31794 \end_inset
31795
31796 Fußnoten in Titel-Umgebungen werden üblicherweise mit Symbolen nummeriert
31797  und sie können nur einen Absatz enthalten.
31798  Siehe als Beispiel die Fußnote der Titelseite dieses Dokuments.
31799 \end_layout
31800
31801 \begin_layout Standard
31802 Fußnoten in langen Tabellen sind in Abschnitt
31803 \begin_inset space ~
31804 \end_inset
31805
31806
31807 \begin_inset CommandInset ref
31808 LatexCommand ref
31809 reference "uab:Fußnoten-in-mehrseitigen"
31810
31811 \end_inset
31812
31813  beschrieben.
31814 \end_layout
31815
31816 \begin_layout Standard
31817 \begin_inset VSpace defskip
31818 \end_inset
31819
31820
31821 \end_layout
31822
31823 \begin_layout Standard
31824 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
31825  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
31826  innerhalb einer Seite ist.
31827  (Mehr über Minipages ist in Abschnitt
31828 \begin_inset space ~
31829 \end_inset
31830
31831
31832 \begin_inset CommandInset ref
31833 LatexCommand ref
31834 reference "abs:Minipage"
31835
31836 \end_inset
31837
31838  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
31839  Seitenrand wie normale Fußnoten gedruckt wird, verwenden Sie diese Methode:
31840  Anstatt einer Fußnote wird der Befehl 
31841 \series bold
31842
31843 \backslash
31844 footnotemark{}
31845 \series default
31846  als \SpecialChar TeX
31847 -Code eingefügt.
31848  Der Text der Fußnote wird als Argument des \SpecialChar TeX
31849 -Code-Befehls 
31850 \series bold
31851
31852 \backslash
31853 footnotetext
31854 \series default
31855  nach der Minipage-Box eingegeben.
31856 \begin_inset Newline newline
31857 \end_inset
31858
31859 Hinter folgender Minipage-Box wurde als Beispiel dieser Befehl eingegeben:
31860 \end_layout
31861
31862 \begin_layout Standard
31863
31864 \series bold
31865
31866 \backslash
31867 footnotetext{
31868 \series default
31869 Fußnote außerhalb der Minipage.
31870 \series bold
31871 }
31872 \end_layout
31873
31874 \begin_layout Standard
31875 \begin_inset Box Frameless
31876 position "t"
31877 hor_pos "c"
31878 has_inner_box 1
31879 inner_pos "t"
31880 use_parbox 0
31881 use_makebox 0
31882 width "100col%"
31883 special "none"
31884 height "1in"
31885 height_special "totalheight"
31886 thickness "0.4pt"
31887 separation "3pt"
31888 shadowsize "4pt"
31889 framecolor "black"
31890 backgroundcolor "none"
31891 status open
31892
31893 \begin_layout Plain Layout
31894 Dies ist ein Beispieltext.in einer Minipage.
31895 \begin_inset Foot
31896 status open
31897
31898 \begin_layout Plain Layout
31899 Fußnote in einer Minipage.
31900 \end_layout
31901
31902 \end_inset
31903
31904
31905 \end_layout
31906
31907 \begin_layout Plain Layout
31908 Dies ist ein Beispieltext.
31909  in einer Minipage.
31910 \begin_inset ERT
31911 status collapsed
31912
31913 \begin_layout Plain Layout
31914
31915
31916 \backslash
31917 footnotemark{}
31918 \end_layout
31919
31920 \end_inset
31921
31922
31923 \end_layout
31924
31925 \end_inset
31926
31927
31928 \end_layout
31929
31930 \begin_layout Standard
31931 \begin_inset ERT
31932 status collapsed
31933
31934 \begin_layout Plain Layout
31935
31936
31937 \backslash
31938 footnotetext{
31939 \end_layout
31940
31941 \end_inset
31942
31943 Fußnote außerhalb der Minipage.
31944 \begin_inset ERT
31945 status collapsed
31946
31947 \begin_layout Plain Layout
31948
31949 }
31950 \end_layout
31951
31952 \end_inset
31953
31954
31955 \end_layout
31956
31957 \begin_layout Standard
31958 \begin_inset VSpace defskip
31959 \end_inset
31960
31961
31962 \end_layout
31963
31964 \begin_layout Standard
31965 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
31966  Fußnotentext zu drucken, verwenden Sie den \SpecialChar TeX
31967 -Code-Befehl 
31968 \series bold
31969
31970 \backslash
31971 footnotemark[Nummer]
31972 \series default
31973 .
31974 \begin_inset Newline newline
31975 \end_inset
31976
31977 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
31978  sie speichern, nachdem Sie die Fußnote eingefügt haben.
31979  Hinter Fußnote
31980 \begin_inset space ~
31981 \end_inset
31982
31983
31984 \begin_inset CommandInset ref
31985 LatexCommand ref
31986 reference "fuss:Fußnoten-Beispiel"
31987
31988 \end_inset
31989
31990  wurde das mit folgenden \SpecialChar TeX
31991 -Code-Befehlen gemacht:
31992 \end_layout
31993
31994 \begin_layout Standard
31995
31996 \series bold
31997
31998 \backslash
31999 newcounter{MyRepeatFoot}
32000 \begin_inset Newline newline
32001 \end_inset
32002
32003
32004 \backslash
32005 setcounter{MyRepeatFoot}{
32006 \backslash
32007 thefootnote}
32008 \end_layout
32009
32010 \begin_layout Standard
32011 Die Fußnotenmarke wurde dann mit diesem \SpecialChar TeX
32012 -Code-Befehl definiert;
32013 \end_layout
32014
32015 \begin_layout Standard
32016
32017 \series bold
32018
32019 \backslash
32020 footnotemark[
32021 \backslash
32022 theMyRepeatFoot]
32023 \end_layout
32024
32025 \begin_layout Standard
32026 Hier ist eine wiederholte Fußnote:
32027 \begin_inset ERT
32028 status collapsed
32029
32030 \begin_layout Plain Layout
32031
32032
32033 \backslash
32034 footnotemark[
32035 \backslash
32036 theMyRepeatFoot]
32037 \end_layout
32038
32039 \end_inset
32040
32041
32042 \end_layout
32043
32044 \begin_layout Standard
32045 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
32046  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
32047 \end_layout
32048
32049 \begin_layout Standard
32050
32051 \series bold
32052
32053 \backslash
32054 footnotemark[
32055 \backslash
32056 thefootnote]
32057 \end_layout
32058
32059 \begin_layout Standard
32060 Hier ist eine weitere wiederholte Fußnote:
32061 \begin_inset ERT
32062 status collapsed
32063
32064 \begin_layout Plain Layout
32065
32066
32067 \backslash
32068 footnotemark[
32069 \backslash
32070 thefootnote]
32071 \end_layout
32072
32073 \end_inset
32074
32075
32076 \end_layout
32077
32078 \begin_layout Subsection
32079 Fußnoten-Nummerierung
32080 \begin_inset CommandInset label
32081 LatexCommand label
32082 name "uab:Fußnoten-Nummerierung"
32083
32084 \end_inset
32085
32086
32087 \begin_inset Index idx
32088 status collapsed
32089
32090 \begin_layout Plain Layout
32091 Fußnoten ! Nummerierung
32092 \end_layout
32093
32094 \end_inset
32095
32096
32097 \end_layout
32098
32099 \begin_layout Standard
32100 Um Fußnoten nach jedem Abschnitt
32101 \family roman
32102  auf 1 zurückzusetzen, 
32103 \family default
32104 müssen Sie folgenden Befehl in den \SpecialChar LaTeX
32105 -Vorspann schreiben:
32106 \end_layout
32107
32108 \begin_layout Standard
32109
32110 \series bold
32111
32112 \backslash
32113 @addtoreset{footnote}{section}
32114 \end_layout
32115
32116 \begin_layout Standard
32117 \begin_inset VSpace bigskip
32118 \end_inset
32119
32120 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
32121  Zahlen:
32122 \end_layout
32123
32124 \begin_layout Standard
32125
32126 \series bold
32127
32128 \backslash
32129 renewcommand{
32130 \backslash
32131 thefootnote}{
32132 \backslash
32133 roman{footnote}}
32134 \end_layout
32135
32136 \begin_layout Standard
32137 \begin_inset ERT
32138 status collapsed
32139
32140 \begin_layout Plain Layout
32141
32142
32143 \backslash
32144 renewcommand{
32145 \backslash
32146 thefootnote}{
32147 \backslash
32148 roman{footnote}}
32149 \end_layout
32150
32151 \end_inset
32152
32153  Hier ist ein Beispiel für solch eine Fußnote:
32154 \begin_inset Foot
32155 status open
32156
32157 \begin_layout Plain Layout
32158 Dies ist eine Fußnote mit kleinen römischen Zahlen
32159 \end_layout
32160
32161 \end_inset
32162
32163
32164 \end_layout
32165
32166 \begin_layout Standard
32167 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
32168  in obigem Befehl 
32169 \series bold
32170
32171 \backslash
32172 roman
32173 \series default
32174  durch 
32175 \series bold
32176
32177 \backslash
32178 Roman
32179 \series default
32180 .
32181  Um Fußnoten mit großen oder kleinen Buchstaben zu 
32182 \begin_inset Quotes gld
32183 \end_inset
32184
32185 nummerieren
32186 \begin_inset Quotes grd
32187 \end_inset
32188
32189 , verwenden Sie die Befehle 
32190 \series bold
32191
32192 \backslash
32193 Alph
32194 \series default
32195  oder 
32196 \series bold
32197
32198 \backslash
32199 alph
32200 \series default
32201 .
32202  Für die 
32203 \begin_inset Quotes gld
32204 \end_inset
32205
32206 Nummerierung
32207 \begin_inset Quotes grd
32208 \end_inset
32209
32210  mit Symbolen steht der Befehl 
32211 \series bold
32212
32213 \backslash
32214 fnsymbol
32215 \series default
32216  zur Verfügung.
32217 \end_layout
32218
32219 \begin_layout Standard
32220 \begin_inset Note Greyedout
32221 status open
32222
32223 \begin_layout Plain Layout
32224
32225 \series bold
32226 Bemerkung 1:
32227 \series default
32228  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
32229  
32230 \emph on
32231 ein
32232 \emph default
32233  Buchstabe verwendet wird.
32234 \end_layout
32235
32236 \end_inset
32237
32238
32239 \begin_inset Newline newline
32240 \end_inset
32241
32242
32243 \begin_inset Note Greyedout
32244 status open
32245
32246 \begin_layout Plain Layout
32247
32248 \series bold
32249 Bemerkung 2:
32250 \series default
32251  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
32252 \end_layout
32253
32254 \end_inset
32255
32256
32257 \end_layout
32258
32259 \begin_layout Standard
32260 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
32261 \series bold
32262
32263 \backslash
32264 arabic
32265 \series default
32266  anstelle von 
32267 \series bold
32268
32269 \backslash
32270 roman
32271 \series default
32272  in obigem Befehl.
32273 \begin_inset ERT
32274 status collapsed
32275
32276 \begin_layout Plain Layout
32277
32278
32279 \backslash
32280 renewcommand{
32281 \backslash
32282 thefootnote}{
32283 \backslash
32284 arabic{footnote}}
32285 \end_layout
32286
32287 \end_inset
32288
32289
32290 \end_layout
32291
32292 \begin_layout Standard
32293 \begin_inset VSpace bigskip
32294 \end_inset
32295
32296
32297 \end_layout
32298
32299 \begin_layout Standard
32300 Wenn Sie wollen, dass Fußnoten nach dem Schema 
32301 \begin_inset Quotes gld
32302 \end_inset
32303
32304 Kapitel.Fußnote
32305 \begin_inset Quotes grd
32306 \end_inset
32307
32308  nummeriert werden, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
32309 -Vorspann schreiben:
32310 \end_layout
32311
32312 \begin_layout Standard
32313
32314 \series bold
32315
32316 \backslash
32317 numberwithin{footnote}{chapter}
32318 \end_layout
32319
32320 \begin_layout Standard
32321 Um 
32322 \series bold
32323
32324 \backslash
32325 numberwithin
32326 \series default
32327  benutzen zu können, muss in den 
32328 \family sans
32329 Mathe
32330 \begin_inset space ~
32331 \end_inset
32332
32333 Optionen
32334 \family default
32335  der 
32336 \family sans
32337 Dokument-Einstellungen
32338 \family default
32339  
32340 \family sans
32341 AMS
32342 \begin_inset space ~
32343 \end_inset
32344
32345 Mathe
32346 \begin_inset space ~
32347 \end_inset
32348
32349 Paket
32350 \family default
32351
32352 \begin_inset space ~
32353 \end_inset
32354
32355
32356 \family sans
32357 verwenden
32358 \family default
32359  angekreuzt sein.
32360 \begin_inset ERT
32361 status collapsed
32362
32363 \begin_layout Plain Layout
32364
32365
32366 \backslash
32367 numberwithin{footnote}{chapter}
32368 \end_layout
32369
32370 \end_inset
32371
32372  Hier ist ein Beispiel für solch eine Fußnote.
32373 \series bold
32374
32375 \begin_inset Foot
32376 status open
32377
32378 \begin_layout Plain Layout
32379 Dies ist eine Fußnote nach dem Schema 
32380 \begin_inset Quotes gld
32381 \end_inset
32382
32383 Kapitel.Fußnote
32384 \begin_inset Quotes grd
32385 \end_inset
32386
32387 .
32388 \end_layout
32389
32390 \end_inset
32391
32392
32393 \series default
32394
32395 \begin_inset ERT
32396 status collapsed
32397
32398 \begin_layout Plain Layout
32399
32400
32401 \backslash
32402 renewcommand{
32403 \backslash
32404 thefootnote}{
32405 \backslash
32406 arabic{footnote}}
32407 \end_layout
32408
32409 \end_inset
32410
32411
32412 \end_layout
32413
32414 \begin_layout Standard
32415 \begin_inset Note Greyedout
32416 status open
32417
32418 \begin_layout Plain Layout
32419
32420 \series bold
32421 Bemerkung:
32422 \series default
32423  
32424 \series bold
32425
32426 \backslash
32427 numberwithin
32428 \series default
32429  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
32430  werden überschrieben.
32431 \end_layout
32432
32433 \end_inset
32434
32435
32436 \end_layout
32437
32438 \begin_layout Standard
32439 Um also z.
32440 \begin_inset space \thinspace{}
32441 \end_inset
32442
32443 B.
32444  das Schema 
32445 \begin_inset Quotes gld
32446 \end_inset
32447
32448 Kapitel.
32449 \backslash
32450 Roman{footnote}
32451 \begin_inset Quotes grd
32452 \end_inset
32453
32454  zu erhalten, muss dieser Befehl anstelle von 
32455 \series bold
32456
32457 \backslash
32458 numberwithin
32459 \series default
32460  verwendet werden:
32461 \end_layout
32462
32463 \begin_layout Standard
32464
32465 \series bold
32466
32467 \backslash
32468 renewcommand{
32469 \backslash
32470 thefootnote}{
32471 \backslash
32472 thechapter.
32473 \backslash
32474 Roman{footnote}}
32475 \end_layout
32476
32477 \begin_layout Subsection
32478 Fußnoten-Platzierung
32479 \begin_inset Index idx
32480 status collapsed
32481
32482 \begin_layout Plain Layout
32483 Fußnoten ! Platzierung
32484 \end_layout
32485
32486 \end_inset
32487
32488
32489 \end_layout
32490
32491 \begin_layout Standard
32492 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
32493  ohne Zwischenraum am Ende der Seite gedruckt.
32494  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
32495  \SpecialChar LaTeX
32496 -Vorspann 1.5
32497 \begin_inset space \thinspace{}
32498 \end_inset
32499
32500 mm Zwischenraum einfügen:
32501 \end_layout
32502
32503 \begin_layout Standard
32504
32505 \series bold
32506
32507 \backslash
32508 let
32509 \backslash
32510 myFoot
32511 \backslash
32512 footnote
32513 \begin_inset Newline newline
32514 \end_inset
32515
32516
32517 \backslash
32518 renewcommand{
32519 \backslash
32520 footnote}[1]{
32521 \backslash
32522 myFoot{#1
32523 \backslash
32524 vspace{1.5mm}}}
32525 \end_layout
32526
32527 \begin_layout Standard
32528 \begin_inset VSpace bigskip
32529 \end_inset
32530
32531 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
32532  Spalte gedruckt, Abbildung
32533 \begin_inset space ~
32534 \end_inset
32535
32536
32537 \begin_inset CommandInset ref
32538 LatexCommand ref
32539 reference "abb:Standard-Fußnoten-Platzierung-in"
32540
32541 \end_inset
32542
32543 .
32544  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
32545  in Abbildung
32546 \begin_inset space ~
32547 \end_inset
32548
32549
32550 \begin_inset CommandInset ref
32551 LatexCommand ref
32552 reference "abb:Fußnoten-Platzierung-in-einem"
32553
32554 \end_inset
32555
32556 , müssen Sie das \SpecialChar LaTeX
32557 -Paket 
32558 \series bold
32559 ftnright
32560 \series default
32561
32562 \begin_inset Index idx
32563 status collapsed
32564
32565 \begin_layout Plain Layout
32566 \SpecialChar LaTeX
32567 -Pakete ! ftnright
32568 \end_layout
32569
32570 \end_inset
32571
32572  mit folgendem Befehl im \SpecialChar LaTeX
32573 -Vorspann einfügen:
32574 \end_layout
32575
32576 \begin_layout Standard
32577
32578 \series bold
32579
32580 \backslash
32581 usepackage{ftnright}
32582 \end_layout
32583
32584 \begin_layout Standard
32585 \begin_inset Float figure
32586 placement !h
32587 alignment document
32588 wide false
32589 sideways false
32590 status open
32591
32592 \begin_layout Plain Layout
32593 \noindent
32594 \align center
32595 \begin_inset Box Boxed
32596 position "t"
32597 hor_pos "c"
32598 has_inner_box 0
32599 inner_pos "t"
32600 use_parbox 0
32601 use_makebox 0
32602 width ""
32603 special "none"
32604 height "1in"
32605 height_special "totalheight"
32606 thickness "0.4pt"
32607 separation "3pt"
32608 shadowsize "4pt"
32609 framecolor "black"
32610 backgroundcolor "none"
32611 status open
32612
32613 \begin_layout Plain Layout
32614 \begin_inset Graphics
32615         filename ../clipart/without_fntright.pdf
32616         width 100col%
32617         scaleBeforeRotation
32618
32619 \end_inset
32620
32621
32622 \end_layout
32623
32624 \end_inset
32625
32626
32627 \end_layout
32628
32629 \begin_layout Plain Layout
32630 \begin_inset Caption Standard
32631
32632 \begin_layout Plain Layout
32633 \begin_inset CommandInset label
32634 LatexCommand label
32635 name "abb:Standard-Fußnoten-Platzierung-in"
32636
32637 \end_inset
32638
32639 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
32640 \begin_inset Argument 1
32641 status open
32642
32643 \begin_layout Plain Layout
32644 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
32645 \end_layout
32646
32647 \end_inset
32648
32649
32650 \end_layout
32651
32652 \end_inset
32653
32654
32655 \end_layout
32656
32657 \end_inset
32658
32659
32660 \end_layout
32661
32662 \begin_layout Standard
32663 \begin_inset Float figure
32664 placement !h
32665 alignment document
32666 wide false
32667 sideways false
32668 status open
32669
32670 \begin_layout Plain Layout
32671 \noindent
32672 \align center
32673 \begin_inset Box Boxed
32674 position "t"
32675 hor_pos "c"
32676 has_inner_box 0
32677 inner_pos "t"
32678 use_parbox 0
32679 use_makebox 0
32680 width ""
32681 special "none"
32682 height "1in"
32683 height_special "totalheight"
32684 thickness "0.4pt"
32685 separation "3pt"
32686 shadowsize "4pt"
32687 framecolor "black"
32688 backgroundcolor "none"
32689 status open
32690
32691 \begin_layout Plain Layout
32692 \begin_inset Graphics
32693         filename ../clipart/with_fntright.pdf
32694         width 100col%
32695         scaleBeforeRotation
32696
32697 \end_inset
32698
32699
32700 \end_layout
32701
32702 \end_inset
32703
32704
32705 \end_layout
32706
32707 \begin_layout Plain Layout
32708 \begin_inset Caption Standard
32709
32710 \begin_layout Plain Layout
32711 \begin_inset CommandInset label
32712 LatexCommand label
32713 name "abb:Fußnoten-Platzierung-in-einem"
32714
32715 \end_inset
32716
32717 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem \SpecialChar LaTeX
32718 -Paket 
32719 \series bold
32720 ftnright
32721 \series default
32722 .
32723 \begin_inset Argument 1
32724 status collapsed
32725
32726 \begin_layout Plain Layout
32727 Fußnoten-Platzierung mit 
32728 \family typewriter
32729 ftnright
32730 \end_layout
32731
32732 \end_inset
32733
32734
32735 \end_layout
32736
32737 \end_inset
32738
32739
32740 \end_layout
32741
32742 \end_inset
32743
32744
32745 \end_layout
32746
32747 \begin_layout Standard
32748 \begin_inset VSpace bigskip
32749 \end_inset
32750
32751 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
32752  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
32753 \begin_inset space ~
32754 \end_inset
32755
32756
32757 \begin_inset CommandInset ref
32758 LatexCommand ref
32759 reference "abb:endnotes"
32760
32761 \end_inset
32762
32763  gedruckt.
32764  Man nennt sie dann 
32765 \begin_inset Quotes gld
32766 \end_inset
32767
32768 Endnoten
32769 \begin_inset Quotes grd
32770 \end_inset
32771
32772 .
32773 \begin_inset Index idx
32774 status collapsed
32775
32776 \begin_layout Plain Layout
32777 Endnoten
32778 \end_layout
32779
32780 \end_inset
32781
32782  Um das zu erreichen, laden Sie im Menü 
32783 \family sans
32784 Dokument\SpecialChar menuseparator
32785 Einstellungen\SpecialChar menuseparator
32786 Module 
32787 \family default
32788 das Modul 
32789 \family sans
32790 Fußnote
32791 \begin_inset space ~
32792 \end_inset
32793
32794 als
32795 \begin_inset space ~
32796 \end_inset
32797
32798 Endnote
32799 \family default
32800 .
32801  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
32802 \end_layout
32803
32804 \begin_layout Standard
32805
32806 \series bold
32807
32808 \backslash
32809 theendnotes
32810 \end_layout
32811
32812 \begin_layout Standard
32813 als \SpecialChar TeX
32814 -Code am Ende des Abschnitts oder Kapitels ein.
32815 \end_layout
32816
32817 \begin_layout Standard
32818 \begin_inset Float figure
32819 placement document
32820 alignment document
32821 wide false
32822 sideways false
32823 status open
32824
32825 \begin_layout Plain Layout
32826 \align center
32827 \begin_inset Box Boxed
32828 position "t"
32829 hor_pos "c"
32830 has_inner_box 0
32831 inner_pos "t"
32832 use_parbox 0
32833 use_makebox 0
32834 width ""
32835 special "none"
32836 height "1in"
32837 height_special "totalheight"
32838 thickness "0.4pt"
32839 separation "3pt"
32840 shadowsize "4pt"
32841 framecolor "black"
32842 backgroundcolor "none"
32843 status open
32844
32845 \begin_layout Plain Layout
32846 \begin_inset Graphics
32847         filename ../clipart/endnotes.pdf
32848         width 100col%
32849         scaleBeforeRotation
32850
32851 \end_inset
32852
32853
32854 \end_layout
32855
32856 \end_inset
32857
32858
32859 \end_layout
32860
32861 \begin_layout Plain Layout
32862 \begin_inset Caption Standard
32863
32864 \begin_layout Plain Layout
32865 \begin_inset CommandInset label
32866 LatexCommand label
32867 name "abb:endnotes"
32868
32869 \end_inset
32870
32871
32872 \series bold
32873 endnotes
32874 \series default
32875  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
32876  gedruckt.
32877 \end_layout
32878
32879 \end_inset
32880
32881
32882 \end_layout
32883
32884 \end_inset
32885
32886
32887 \end_layout
32888
32889 \begin_layout Standard
32890 \begin_inset VSpace medskip
32891 \end_inset
32892
32893 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
32894 ache übersetzt.
32895  Der folgende Befehl im \SpecialChar LaTeX
32896 -Vorspann  übersetzt den englischen Namen 
32897 \begin_inset Quotes gld
32898 \end_inset
32899
32900 Notes
32901 \begin_inset Quotes grd
32902 \end_inset
32903
32904  in 
32905 \begin_inset Quotes gld
32906 \end_inset
32907
32908 Anmerkungen
32909 \begin_inset Quotes grd
32910 \end_inset
32911
32912 :
32913 \end_layout
32914
32915 \begin_layout Standard
32916
32917 \series bold
32918
32919 \backslash
32920 renewcommand{
32921 \backslash
32922 notesname}{Anmerkungen}
32923 \end_layout
32924
32925 \begin_layout Standard
32926 \begin_inset VSpace medskip
32927 \end_inset
32928
32929 Wenn Sie in den Befehlen von Abschnitt
32930 \begin_inset space ~
32931 \end_inset
32932
32933
32934 \begin_inset CommandInset ref
32935 LatexCommand ref
32936 reference "uab:Fußnoten-Nummerierung"
32937
32938 \end_inset
32939
32940  
32941 \series bold
32942
32943 \backslash
32944 thefootnote
32945 \series default
32946  durch 
32947 \series bold
32948
32949 \backslash
32950 theendnote
32951 \series default
32952  ersetzen, können Sie die Nummerierung von Endnoten ändern.
32953  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
32954 \series bold
32955
32956 \backslash
32957 @addtoreset
32958 \series default
32959  wie in Abschnitt
32960 \begin_inset space \space{}
32961 \end_inset
32962
32963
32964 \begin_inset CommandInset ref
32965 LatexCommand ref
32966 reference "uab:Fußnoten-Nummerierung"
32967
32968 \end_inset
32969
32970  beschrieben und ersetzen 
32971 \series bold
32972 footnote
32973 \series default
32974  durch 
32975 \series bold
32976 endnote
32977 \series default
32978 .
32979 \end_layout
32980
32981 \begin_layout Standard
32982 Für Endnoten gibt es den Befehl 
32983 \series bold
32984
32985 \backslash
32986 endnotemark[Nummer]
32987 \series default
32988  analog zum Befehl 
32989 \series bold
32990
32991 \backslash
32992 footnotemark
32993 \series default
32994  der in Abschnitt
32995 \begin_inset space ~
32996 \end_inset
32997
32998
32999 \begin_inset CommandInset ref
33000 LatexCommand ref
33001 reference "abs:Fußnoten"
33002
33003 \end_inset
33004
33005  beschrieben ist.
33006 \end_layout
33007
33008 \begin_layout Standard
33009 \begin_inset VSpace bigskip
33010 \end_inset
33011
33012 Mit dem \SpecialChar LaTeX
33013 -Paket 
33014 \series bold
33015 footmisc
33016 \series default
33017
33018 \begin_inset Index idx
33019 status collapsed
33020
33021 \begin_layout Plain Layout
33022 \SpecialChar LaTeX
33023 -Pakete ! footmisc
33024 \end_layout
33025
33026 \end_inset
33027
33028  (
33029 \begin_inset CommandInset citation
33030 LatexCommand cite
33031 key "footmisc"
33032 literal "true"
33033
33034 \end_inset
33035
33036 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
33037 \end_layout
33038
33039 \begin_layout Standard
33040 In \SpecialChar LaTeX
33041 -Büchern, 
33042 \begin_inset CommandInset citation
33043 LatexCommand cite
33044 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
33045 literal "true"
33046
33047 \end_inset
33048
33049 , finden Sie weiteres zu Fußnoten.
33050  Wenn Sie eine 
33051 \series bold
33052 KOMA-Script
33053 \series default
33054
33055 \begin_inset Index idx
33056 status collapsed
33057
33058 \begin_layout Plain Layout
33059 \SpecialChar LaTeX
33060 -Pakete ! KOMA-Script
33061 \end_layout
33062
33063 \end_inset
33064
33065  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
33066 zifische Befehle anpassen, siehe 
33067 \begin_inset CommandInset citation
33068 LatexCommand cite
33069 key "KOMA-Script"
33070 literal "true"
33071
33072 \end_inset
33073
33074 .
33075 \end_layout
33076
33077 \begin_layout Section
33078 Randnotizen
33079 \begin_inset Index idx
33080 status collapsed
33081
33082 \begin_layout Plain Layout
33083 Randnotizen
33084 \end_layout
33085
33086 \end_inset
33087
33088
33089 \begin_inset Index idx
33090 status collapsed
33091
33092 \begin_layout Plain Layout
33093 Notizen ! Randnotizen
33094 \end_layout
33095
33096 \end_inset
33097
33098
33099 \end_layout
33100
33101 \begin_layout Standard
33102 Randnotizen sehen in \SpecialChar LyX
33103  wie Fußnoten aus und verhalten sich auch so.
33104  Sie fügen sie mit einem Klick auf den Schalter 
33105 \begin_inset Info
33106 type  "icon"
33107 arg   "marginalnote-insert"
33108 \end_inset
33109
33110  oder über 
33111 \family sans
33112 Einfügen\SpecialChar menuseparator
33113 Randnotiz
33114 \family default
33115  ein.
33116  Ein graues Kästchen mit der Aufschrift 
33117 \begin_inset Quotes gld
33118 \end_inset
33119
33120 Rand
33121 \begin_inset Quotes grd
33122 \end_inset
33123
33124  erscheint
33125 \family roman
33126 \series medium
33127 , und dort, wo der Cursor steht, können Sie Text eingeben.
33128 \end_layout
33129
33130 \begin_layout Standard
33131 Hier am Rand sehen Sie eine Randnotiz.
33132  
33133 \begin_inset Marginal
33134 status open
33135
33136 \begin_layout Plain Layout
33137 Dies ist eine Randnotiz.
33138 \end_layout
33139
33140 \end_inset
33141
33142
33143 \end_layout
33144
33145 \begin_layout Standard
33146 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
33147  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
33148  Seiten und rechts auf den ungeraden.
33149  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
33150  wird und umgekehrt.
33151  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
33152  wurde.
33153 \end_layout
33154
33155 \begin_layout Standard
33156 \begin_inset VSpace bigskip
33157 \end_inset
33158
33159 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
33160 \end_layout
33161
33162 \begin_layout Standard
33163
33164 \series bold
33165
33166 \backslash
33167 reversemarginpar
33168 \end_layout
33169
33170 \begin_layout Standard
33171 als \SpecialChar TeX
33172 -Code vor einer Randnotiz ein.
33173  Das gilt dann für alle folgenden Randnotizen.
33174  
33175 \begin_inset ERT
33176 status collapsed
33177
33178 \begin_layout Plain Layout
33179
33180
33181 \backslash
33182 reversemarginpar 
33183 \end_layout
33184
33185 \end_inset
33186
33187
33188 \begin_inset Marginal
33189 status open
33190
33191 \begin_layout Plain Layout
33192 Hier ist ein Beispiel im inneren Rand.
33193 \end_layout
33194
33195 \end_inset
33196
33197
33198 \begin_inset Newline newline
33199 \end_inset
33200
33201
33202 \begin_inset Note Greyedout
33203 status open
33204
33205 \begin_layout Plain Layout
33206  
33207 \series bold
33208 Achtung:
33209 \series default
33210  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
33211 \end_layout
33212
33213 \end_inset
33214
33215
33216 \end_layout
33217
33218 \begin_layout Standard
33219 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
33220 \end_layout
33221
33222 \begin_layout Standard
33223
33224 \series bold
33225
33226 \backslash
33227 normalmarginpar
33228 \end_layout
33229
33230 \begin_layout Standard
33231 als \SpecialChar TeX
33232 -Code ein.
33233 \begin_inset ERT
33234 status collapsed
33235
33236 \begin_layout Plain Layout
33237
33238
33239 \backslash
33240 normalmarginpar 
33241 \end_layout
33242
33243 \end_inset
33244
33245
33246 \end_layout
33247
33248 \begin_layout Standard
33249 \begin_inset Note Greyedout
33250 status open
33251
33252 \begin_layout Plain Layout
33253
33254 \series bold
33255 Achtung:
33256 \series default
33257  Der Befehl wird missachtet, wenn er im selben Absatz wie 
33258 \series bold
33259
33260 \backslash
33261 reversemarginpar
33262 \series default
33263  verwendet wird.
33264 \end_layout
33265
33266 \end_inset
33267
33268
33269 \end_layout
33270
33271 \begin_layout Standard
33272 \begin_inset VSpace bigskip
33273 \end_inset
33274
33275
33276 \begin_inset Marginal
33277 status open
33278
33279 \begin_layout Plain Layout
33280
33281 \family roman
33282 \series medium
33283 EinSehrLangesWort am Anfang, das umgebrochen wird.
33284 \end_layout
33285
33286 \end_inset
33287
33288  Ähnlich wie in Abschnitt
33289 \begin_inset space ~
33290 \end_inset
33291
33292
33293 \begin_inset CommandInset ref
33294 LatexCommand ref
33295 reference "uab:Mehrere-Zeilen-in"
33296
33297 \end_inset
33298
33299  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
33300  Wort der Randnotiz sind.
33301  Um das zu vermeiden, fügen sie 0
33302 \begin_inset space \thinspace{}
33303 \end_inset
33304
33305 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
33306 \begin_inset Marginal
33307 status open
33308
33309 \begin_layout Plain Layout
33310 \begin_inset space \hspace{}
33311 \length 0pt
33312 \end_inset
33313
33314
33315 \family roman
33316 \series medium
33317 EinSehrLangesWort am Anfang, das umgebrochen wird.
33318 \end_layout
33319
33320 \end_inset
33321
33322
33323 \end_layout
33324
33325 \begin_layout Standard
33326 \begin_inset VSpace bigskip
33327 \end_inset
33328
33329
33330 \end_layout
33331
33332 \begin_layout Standard
33333 \begin_inset Note Greyedout
33334 status open
33335
33336 \begin_layout Plain Layout
33337
33338 \series bold
33339 Bemerkung:
33340 \series default
33341  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
33342  verwendet werden.
33343 \end_layout
33344
33345 \end_inset
33346
33347
33348 \end_layout
33349
33350 \begin_layout Standard
33351 \begin_inset VSpace bigskip
33352 \end_inset
33353
33354
33355 \end_layout
33356
33357 \begin_layout Standard
33358 \begin_inset ERT
33359 status collapsed
33360
33361 \begin_layout Plain Layout
33362
33363
33364 \backslash
33365 ifmarginnote
33366 \end_layout
33367
33368 \end_inset
33369
33370
33371 \begin_inset Note Note
33372 status open
33373
33374 \begin_layout Plain Layout
33375 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
33376 -Paket 
33377 \series bold
33378 marginnote
33379 \series default
33380  installiert ist.
33381 \end_layout
33382
33383 \end_inset
33384
33385
33386 \end_layout
33387
33388 \begin_layout Standard
33389 Diese Einschränkung kann umgangen werden, wenn das \SpecialChar LaTeX
33390 -Paket 
33391 \series bold
33392 marginnote
33393 \series default
33394
33395 \begin_inset Index idx
33396 status collapsed
33397
33398 \begin_layout Plain Layout
33399 \SpecialChar LaTeX
33400 -Pakete ! marginnote
33401 \end_layout
33402
33403 \end_inset
33404
33405  verwendet wird.
33406  Wenn Sie diese zwei Zeilen zum \SpecialChar LaTeX
33407 -Vorspann hinzufügen, wird der Befehl, der
33408  von \SpecialChar LyX
33409  für Randnotizen verwendet wird, umdefiniert, so dass der Befehl des
33410  Pakets 
33411 \series bold
33412 marginnote
33413 \series default
33414  für Randnotizen verwendet wird:
33415 \end_layout
33416
33417 \begin_layout Standard
33418
33419 \series bold
33420
33421 \backslash
33422 usepackage{marginnote}
33423 \begin_inset Newline newline
33424 \end_inset
33425
33426
33427 \backslash
33428 let
33429 \backslash
33430 marginpar
33431 \backslash
33432 marginnote
33433 \end_layout
33434
33435 \begin_layout Standard
33436 Dies wird auch in diesem Dokument verwendet, denn 
33437 \series bold
33438 marginnote
33439 \series default
33440  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
33441  für Randnotizen angeben.
33442  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
33443 n zu dicht beieinander sind.
33444  Der Versatz wird in \SpecialChar LyX
33445  als \SpecialChar TeX
33446 -Code direkt nach der Randnotiz mit dem Schema
33447 \end_layout
33448
33449 \begin_layout Standard
33450
33451 \series bold
33452 [Versatz]
33453 \end_layout
33454
33455 \begin_layout Standard
33456 angegeben.
33457  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
33458 \begin_inset space ~
33459 \end_inset
33460
33461
33462 \begin_inset CommandInset ref
33463 LatexCommand ref
33464 reference "tab:Maßeinheiten"
33465
33466 \end_inset
33467
33468  aufgelistet sind.
33469  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
33470  nach unten.
33471  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
33472 \begin_inset space \thinspace{}
33473 \end_inset
33474
33475 cm mit dem \SpecialChar TeX
33476 -Code-Befehl  
33477 \begin_inset Quotes gld
33478 \end_inset
33479
33480
33481 \series bold
33482 [-1.5cm]
33483 \series default
33484
33485 \begin_inset Quotes grd
33486 \end_inset
33487
33488  nach oben versetzt.
33489 \begin_inset Marginal
33490 status open
33491
33492 \begin_layout Plain Layout
33493 Diese Randnotiz ist 1.5
33494 \begin_inset space \thinspace{}
33495 \end_inset
33496
33497 cm von ihrer Originalposition nach oben versetzt.
33498 \end_layout
33499
33500 \end_inset
33501
33502
33503 \begin_inset ERT
33504 status collapsed
33505
33506 \begin_layout Plain Layout
33507
33508 [-1.5cm]
33509 \end_layout
33510
33511 \end_inset
33512
33513
33514 \end_layout
33515
33516 \begin_layout Standard
33517 \begin_inset VSpace medskip
33518 \end_inset
33519
33520 Mit 
33521 \series bold
33522 marginnote
33523 \series default
33524  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
33525  Zum Beispiel setzen die Befehle
33526 \end_layout
33527
33528 \begin_layout Standard
33529
33530 \series bold
33531
33532 \backslash
33533 renewcommand*{
33534 \backslash
33535 raggedleftmarginnote}{
33536 \backslash
33537 centering}
33538 \begin_inset Newline newline
33539 \end_inset
33540
33541
33542 \backslash
33543 renewcommand*{
33544 \backslash
33545 raggedrightmarginnote}{
33546 \backslash
33547 centering}
33548 \end_layout
33549
33550 \begin_layout Standard
33551 die Ausrichtung auf zentriert.
33552  
33553 \series bold
33554
33555 \backslash
33556 raggedleftmarginnote
33557 \series default
33558  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
33559  
33560 \begin_inset ERT
33561 status collapsed
33562
33563 \begin_layout Plain Layout
33564
33565
33566 \backslash
33567 renewcommand*{
33568 \backslash
33569 raggedleftmarginnote}{
33570 \backslash
33571 centering}
33572 \end_layout
33573
33574 \begin_layout Plain Layout
33575
33576
33577 \backslash
33578 renewcommand*{
33579 \backslash
33580 raggedrightmarginnote}{
33581 \backslash
33582 centering}
33583 \end_layout
33584
33585 \end_inset
33586
33587
33588 \begin_inset Marginal
33589 status open
33590
33591 \begin_layout Plain Layout
33592 Der Text dieser Randnotiz ist zentriert ausgerichtet.
33593 \end_layout
33594
33595 \end_inset
33596
33597  Die Voreinstellung ist
33598 \end_layout
33599
33600 \begin_layout Standard
33601
33602 \series bold
33603
33604 \backslash
33605 renewcommand*{
33606 \backslash
33607 raggedleftmarginnote}{
33608 \backslash
33609 raggedleft}
33610 \begin_inset Newline newline
33611 \end_inset
33612
33613
33614 \backslash
33615 renewcommand*{
33616 \backslash
33617 raggedrightmarginnote}{
33618 \backslash
33619 raggedright}
33620 \series default
33621
33622 \begin_inset ERT
33623 status collapsed
33624
33625 \begin_layout Plain Layout
33626
33627
33628 \backslash
33629 renewcommand*{
33630 \backslash
33631 raggedleftmarginnote}{
33632 \backslash
33633 raggedleft}
33634 \end_layout
33635
33636 \begin_layout Plain Layout
33637
33638
33639 \backslash
33640 renewcommand*{
33641 \backslash
33642 raggedrightmarginnote}{
33643 \backslash
33644 raggedright}
33645 \end_layout
33646
33647 \end_inset
33648
33649
33650 \end_layout
33651
33652 \begin_layout Standard
33653 \begin_inset VSpace medskip
33654 \end_inset
33655
33656 Für weitere Fähigkeiten des Pakets 
33657 \series bold
33658 marginnote
33659 \series default
33660  sei auf dessen Dokumentation verwiesen 
33661 \begin_inset CommandInset citation
33662 LatexCommand cite
33663 key "marginnote"
33664 literal "true"
33665
33666 \end_inset
33667
33668 .
33669 \end_layout
33670
33671 \begin_layout Standard
33672 \begin_inset VSpace bigskip
33673 \end_inset
33674
33675 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
33676  geändert werden.
33677  Um z.
33678 \begin_inset space \thinspace{}
33679 \end_inset
33680
33681 B.
33682  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
33683  und fettgedruckten Text 
33684 \begin_inset Quotes eld
33685 \end_inset
33686
33687
33688 \family sans
33689 \series bold
33690 \bar under
33691 Achtung!
33692 \family default
33693 \series default
33694 \bar default
33695
33696 \begin_inset Quotes erd
33697 \end_inset
33698
33699  zu erstellen, fügen Sie dies zum \SpecialChar LaTeX
33700 -Vorspann hinzu:
33701 \end_layout
33702
33703 \begin_layout Standard
33704
33705 \series bold
33706
33707 \backslash
33708 let
33709 \backslash
33710 myMarginpar
33711 \backslash
33712 marginpar
33713 \begin_inset Newline newline
33714 \end_inset
33715
33716
33717 \backslash
33718 renewcommand{
33719 \backslash
33720 marginpar}[1]{
33721 \backslash
33722 myMarginpar{%
33723 \begin_inset Newline newline
33724 \end_inset
33725
33726
33727 \begin_inset Phantom HPhantom
33728 status open
33729
33730 \begin_layout Plain Layout
33731
33732 \series bold
33733 \begin_inset space ~
33734 \end_inset
33735
33736
33737 \end_layout
33738
33739 \end_inset
33740
33741
33742 \backslash
33743 hspace{0pt}
33744 \backslash
33745 textsf{
33746 \backslash
33747 textbf{
33748 \backslash
33749 underbar{Achtung!}}}%
33750 \begin_inset Newline newline
33751 \end_inset
33752
33753
33754 \begin_inset Phantom HPhantom
33755 status open
33756
33757 \begin_layout Plain Layout
33758
33759 \series bold
33760 \begin_inset space ~
33761 \end_inset
33762
33763
33764 \end_layout
33765
33766 \end_inset
33767
33768
33769 \backslash
33770 vspace{1.5mm}
33771 \backslash
33772
33773 \backslash
33774 #1}}
33775 \end_layout
33776
33777 \begin_layout Standard
33778 \begin_inset ERT
33779 status collapsed
33780
33781 \begin_layout Plain Layout
33782
33783
33784 \backslash
33785 let
33786 \backslash
33787 myMarginpar
33788 \backslash
33789 marginpar
33790 \end_layout
33791
33792 \begin_layout Plain Layout
33793
33794
33795 \backslash
33796 renewcommand{
33797 \backslash
33798 marginpar}[1]{
33799 \backslash
33800 myMarginpar{%
33801 \end_layout
33802
33803 \begin_layout Plain Layout
33804
33805    
33806 \backslash
33807 textsf{
33808 \backslash
33809 textbf{
33810 \backslash
33811 underbar{Achtung!}}}%
33812 \end_layout
33813
33814 \begin_layout Plain Layout
33815
33816    
33817 \backslash
33818 vspace{1.5mm}
33819 \backslash
33820
33821 \backslash
33822 #1}}
33823 \end_layout
33824
33825 \end_inset
33826
33827
33828 \begin_inset Marginal
33829 status open
33830
33831 \begin_layout Plain Layout
33832 Dies ist eine Randnotiz mit einer definierten Überschrift.
33833 \end_layout
33834
33835 \end_inset
33836
33837
33838 \begin_inset ERT
33839 status collapsed
33840
33841 \begin_layout Plain Layout
33842
33843 [-1.5cm]
33844 \end_layout
33845
33846 \end_inset
33847
33848
33849 \begin_inset ERT
33850 status collapsed
33851
33852 \begin_layout Plain Layout
33853
33854
33855 \backslash
33856 renewcommand{
33857 \backslash
33858 marginpar}[1]{
33859 \backslash
33860 myMarginpar{#1}}
33861 \end_layout
33862
33863 \end_inset
33864
33865
33866 \begin_inset Note Note
33867 status open
33868
33869 \begin_layout Plain Layout
33870 Das Format wurde nur für dieses Beispiel geändert.
33871 \end_layout
33872
33873 \end_inset
33874
33875
33876 \end_layout
33877
33878 \begin_layout Standard
33879 \begin_inset ERT
33880 status collapsed
33881
33882 \begin_layout Plain Layout
33883
33884
33885 \backslash
33886 else
33887 \end_layout
33888
33889 \end_inset
33890
33891
33892 \begin_inset Note Note
33893 status open
33894
33895 \begin_layout Plain Layout
33896 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
33897 -Paket 
33898 \series bold
33899 marginnote
33900 \series default
33901  nicht installiert ist:
33902 \end_layout
33903
33904 \end_inset
33905
33906
33907 \end_layout
33908
33909 \begin_layout Standard
33910 Das \SpecialChar LaTeX
33911 -Paket 
33912 \series bold
33913 marginnote
33914 \series default
33915  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
33916 \end_layout
33917
33918 \begin_layout Standard
33919 \begin_inset ERT
33920 status collapsed
33921
33922 \begin_layout Plain Layout
33923
33924
33925 \backslash
33926 fi
33927 \end_layout
33928
33929 \end_inset
33930
33931
33932 \end_layout
33933
33934 \begin_layout Chapter
33935 Boxen
33936 \end_layout
33937
33938 \begin_layout Section
33939 Einleitung
33940 \begin_inset Index idx
33941 status collapsed
33942
33943 \begin_layout Plain Layout
33944 Boxen ! Einleitung
33945 \end_layout
33946
33947 \end_inset
33948
33949
33950 \end_layout
33951
33952 \begin_layout Standard
33953 Boxen werden benutzt, um einen Textblock zu formatieren.
33954  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
33955  siehe Abschnitt
33956 \begin_inset space ~
33957 \end_inset
33958
33959
33960 \begin_inset CommandInset ref
33961 LatexCommand ref
33962 reference "abs:Minipage"
33963
33964 \end_inset
33965
33966 , um Text zu umrahmen, siehe Abschnitt
33967 \begin_inset space ~
33968 \end_inset
33969
33970
33971 \begin_inset CommandInset ref
33972 LatexCommand ref
33973 reference "uab:Verzierung"
33974
33975 \end_inset
33976
33977 , um Silbentrennung zu verhindern, siehe Abschnitt
33978 \begin_inset space ~
33979 \end_inset
33980
33981
33982 \begin_inset CommandInset ref
33983 LatexCommand ref
33984 reference "abs:Silbentrennung-unterbinden"
33985
33986 \end_inset
33987
33988 , um Text senkrecht auszurichten, siehe Abschnitt
33989 \begin_inset space ~
33990 \end_inset
33991
33992
33993 \begin_inset CommandInset ref
33994 LatexCommand ref
33995 reference "uab:Vertikale-Ausrichtung"
33996
33997 \end_inset
33998
33999  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
34000 \begin_inset space ~
34001 \end_inset
34002
34003
34004 \begin_inset CommandInset ref
34005 LatexCommand ref
34006 reference "abs:Farbige-Boxen"
34007
34008 \end_inset
34009
34010 .
34011 \end_layout
34012
34013 \begin_layout Standard
34014 Boxen werden mit 
34015 \family sans
34016 Einfügen\SpecialChar menuseparator
34017 Box
34018 \family default
34019  oder dem Schalter 
34020 \begin_inset Info
34021 type  "icon"
34022 arg   "box-insert Frameless"
34023 \end_inset
34024
34025  eingefügt.
34026  Ein graues Kästchen mit der Aufschrift 
34027 \begin_inset Quotes gld
34028 \end_inset
34029
34030 Box (Minipage)
34031 \begin_inset Quotes grd
34032 \end_inset
34033
34034  erscheint: 
34035 \begin_inset Graphics
34036         filename clipart/StandardBox.png
34037         scale 95
34038         scaleBeforeRotation
34039
34040 \end_inset
34041
34042  Mit einem Rechts\SpecialChar softhyphen
34043 klick auf das graue Kästchen und der Auswahl von 
34044 \family sans
34045 Einstellungen
34046 \family default
34047  kann der Typ spezifiziert werden.
34048  Das Dialogfenster bietet bei 
34049 \family sans
34050 Innere
34051 \begin_inset space ~
34052 \end_inset
34053
34054 Box
34055 \family default
34056  die Typen 
34057 \family sans
34058 Makebox
34059 \family default
34060
34061 \family sans
34062 Parbox
34063 \family default
34064  und 
34065 \family sans
34066 Minipage
34067 \family default
34068  an.
34069  
34070 \family sans
34071 Minipage
34072 \family default
34073  ist die Standard-Einstellung für neue Boxen und in Abschnitt
34074 \begin_inset space ~
34075 \end_inset
34076
34077
34078 \begin_inset CommandInset ref
34079 LatexCommand ref
34080 reference "abs:Minipage"
34081
34082 \end_inset
34083
34084  beschrieben, 
34085 \family sans
34086 Parbox
34087 \family default
34088  in Abschnitt
34089 \begin_inset space ~
34090 \end_inset
34091
34092
34093 \begin_inset CommandInset ref
34094 LatexCommand ref
34095 reference "abs:Parbox"
34096
34097 \end_inset
34098
34099  und 
34100 \family sans
34101 Makebox
34102 \family default
34103  in 
34104 \begin_inset CommandInset ref
34105 LatexCommand ref
34106 reference "abs:Silbentrennung-unterbinden"
34107
34108 \end_inset
34109
34110 .
34111 \end_layout
34112
34113 \begin_layout Standard
34114 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
34115  wie auf Gleitobjekte und Fußnoten.
34116 \end_layout
34117
34118 \begin_layout Standard
34119 \begin_inset Note Greyedout
34120 status open
34121
34122 \begin_layout Plain Layout
34123
34124 \series bold
34125 Bemerkung
34126 \begin_inset space ~
34127 \end_inset
34128
34129 1:
34130 \series default
34131  Boxen dürfen in 
34132 \family sans
34133 List-
34134 \family default
34135  oder 
34136 \family sans
34137 Beschreibung-
34138 \family default
34139 Umgebungen nicht verwendet werden.
34140 \end_layout
34141
34142 \end_inset
34143
34144
34145 \end_layout
34146
34147 \begin_layout Standard
34148 \begin_inset Note Greyedout
34149 status open
34150
34151 \begin_layout Plain Layout
34152
34153 \series bold
34154 Bemerkung
34155 \begin_inset space ~
34156 \end_inset
34157
34158 2:
34159 \series default
34160  Boxen ohne 
34161 \family sans
34162 Innere
34163 \begin_inset space ~
34164 \end_inset
34165
34166 Box
34167 \family default
34168  und ohne Rahmen werden in Abschnitt
34169 \begin_inset space ~
34170 \end_inset
34171
34172
34173 \begin_inset CommandInset ref
34174 LatexCommand ref
34175 reference "abs:Silbentrennung-unterbinden"
34176
34177 \end_inset
34178
34179  beschrieben.
34180 \end_layout
34181
34182 \end_inset
34183
34184
34185 \end_layout
34186
34187 \begin_layout Section
34188 Das Box-Einstellungen-Fenster
34189 \begin_inset CommandInset label
34190 LatexCommand label
34191 name "abs:Box-Dialog"
34192
34193 \end_inset
34194
34195
34196 \begin_inset Index idx
34197 status collapsed
34198
34199 \begin_layout Plain Layout
34200 Boxen ! Box-Dialog-Fenster
34201 \end_layout
34202
34203 \end_inset
34204
34205
34206 \end_layout
34207
34208 \begin_layout Subsection
34209 Box-Größe
34210 \begin_inset Index idx
34211 status collapsed
34212
34213 \begin_layout Plain Layout
34214 Boxen ! Größe
34215 \end_layout
34216
34217 \end_inset
34218
34219
34220 \end_layout
34221
34222 \begin_layout Standard
34223 Im 
34224 \family sans
34225 Box-Einstellungen
34226 \family default
34227 -Fenster können Sie die Größe der Box mit 
34228 \family sans
34229 Breite
34230 \family default
34231  und 
34232 \family sans
34233 Höhe 
34234 \family default
34235 festlegen.
34236  Die verfügbaren Einheiten werden in Tabelle
34237 \begin_inset space ~
34238 \end_inset
34239
34240
34241 \begin_inset CommandInset ref
34242 LatexCommand ref
34243 reference "tab:Maßeinheiten"
34244
34245 \end_inset
34246
34247  aufgelistet.
34248  Das Feld
34249 \family sans
34250  Höhe
34251 \family default
34252  bietet die folgenden zusätzlichen Größen:
34253 \end_layout
34254
34255 \begin_layout Description
34256 Tiefe Dies ist die reine Text-
34257 \begin_inset Quotes gld
34258 \end_inset
34259
34260 Höhe
34261 \begin_inset Quotes grd
34262 \end_inset
34263
34264 .
34265  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
34266 \begin_inset Newline newline
34267 \end_inset
34268
34269
34270 \begin_inset Newline newline
34271 \end_inset
34272
34273
34274 \begin_inset Newline newline
34275 \end_inset
34276
34277
34278 \begin_inset Box Boxed
34279 position "c"
34280 hor_pos "c"
34281 has_inner_box 1
34282 inner_pos "c"
34283 use_parbox 0
34284 use_makebox 0
34285 width "12col%"
34286 special "none"
34287 height "1in"
34288 height_special "depth"
34289 thickness "0.4pt"
34290 separation "3pt"
34291 shadowsize "4pt"
34292 framecolor "black"
34293 backgroundcolor "none"
34294 status collapsed
34295
34296 \begin_layout Plain Layout
34297 \align center
34298 Box-Höhe = 1
34299 \begin_inset space \thinspace{}
34300 \end_inset
34301
34302 Tiefe
34303 \end_layout
34304
34305 \end_inset
34306
34307
34308 \begin_inset Newline newline
34309 \end_inset
34310
34311
34312 \begin_inset Newline newline
34313 \end_inset
34314
34315
34316 \end_layout
34317
34318 \begin_layout Description
34319 Höhe Dies ist die Texthöhe innerhalb der Box.
34320  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
34321  Texthöhe setzen: 
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 "2in"
34332 height_special "height"
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 Boxhöhe = 2
34343 \begin_inset space \thinspace{}
34344 \end_inset
34345
34346 Höhe
34347 \end_layout
34348
34349 \end_inset
34350
34351
34352 \end_layout
34353
34354 \begin_layout Description
34355 Gesamthöhe Dies ist Höhe
34356 \begin_inset space \thinspace{}
34357 \end_inset
34358
34359 +
34360 \begin_inset space \thinspace{}
34361 \end_inset
34362
34363 Tiefe: 
34364 \begin_inset Box Boxed
34365 position "c"
34366 hor_pos "c"
34367 has_inner_box 1
34368 inner_pos "c"
34369 use_parbox 0
34370 use_makebox 0
34371 width "20col%"
34372 special "none"
34373 height "1in"
34374 height_special "totalheight"
34375 thickness "0.4pt"
34376 separation "3pt"
34377 shadowsize "4pt"
34378 framecolor "black"
34379 backgroundcolor "none"
34380 status collapsed
34381
34382 \begin_layout Plain Layout
34383 \align center
34384 Boxhöhe = 1
34385 \begin_inset space \thinspace{}
34386 \end_inset
34387
34388 Gesamthöhe
34389 \end_layout
34390
34391 \end_inset
34392
34393
34394 \end_layout
34395
34396 \begin_layout Description
34397 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
34398 \begin_inset Box Boxed
34399 position "c"
34400 hor_pos "c"
34401 has_inner_box 1
34402 inner_pos "c"
34403 use_parbox 0
34404 use_makebox 0
34405 width "12col%"
34406 special "none"
34407 height "1in"
34408 height_special "width"
34409 thickness "0.4pt"
34410 separation "3pt"
34411 shadowsize "4pt"
34412 framecolor "black"
34413 backgroundcolor "none"
34414 status collapsed
34415
34416 \begin_layout Plain Layout
34417 \align center
34418 Boxhöhe = 1
34419 \begin_inset space \thinspace{}
34420 \end_inset
34421
34422 Breite
34423 \end_layout
34424
34425 \end_inset
34426
34427
34428 \end_layout
34429
34430 \begin_layout Subsection
34431 Ausrichtung
34432 \begin_inset Index idx
34433 status collapsed
34434
34435 \begin_layout Plain Layout
34436 Boxen ! Ausrichtung
34437 \end_layout
34438
34439 \end_inset
34440
34441
34442 \end_layout
34443
34444 \begin_layout Standard
34445 Wenn Sie eine 
34446 \family sans
34447 Innere
34448 \begin_inset space ~
34449 \end_inset
34450
34451 Box
34452 \family default
34453  gewählt haben, kann die Box mit folgenden Werten für 
34454 \family sans
34455 Box
34456 \family default
34457  senkrecht ausgerichtet werden:
34458 \end_layout
34459
34460 \begin_layout Description
34461 Oben Dies ist ein Beispieltext.
34462  
34463 \begin_inset Box Boxed
34464 position "t"
34465 hor_pos "c"
34466 has_inner_box 1
34467 inner_pos "c"
34468 use_parbox 0
34469 use_makebox 0
34470 width "20col%"
34471 special "none"
34472 height "1in"
34473 height_special "totalheight"
34474 thickness "0.4pt"
34475 separation "3pt"
34476 shadowsize "4pt"
34477 framecolor "black"
34478 backgroundcolor "none"
34479 status collapsed
34480
34481 \begin_layout Plain Layout
34482 \align center
34483 Die Ober\SpecialChar softhyphen
34484 kante der Box ist in der Zeile.
34485 \end_layout
34486
34487 \end_inset
34488
34489  Dies ist ein Beispieltext.
34490 \end_layout
34491
34492 \begin_layout Description
34493 Mitte Dies ist ein Beispieltext.
34494  
34495 \begin_inset Box Boxed
34496 position "c"
34497 hor_pos "c"
34498 has_inner_box 1
34499 inner_pos "c"
34500 use_parbox 0
34501 use_makebox 0
34502 width "20col%"
34503 special "none"
34504 height "1in"
34505 height_special "totalheight"
34506 thickness "0.4pt"
34507 separation "3pt"
34508 shadowsize "4pt"
34509 framecolor "black"
34510 backgroundcolor "none"
34511 status collapsed
34512
34513 \begin_layout Plain Layout
34514 \align center
34515 Die Mitte der Box ist in der Zeile.
34516 \end_layout
34517
34518 \end_inset
34519
34520  Dies ist ein Beispieltext.
34521 \end_layout
34522
34523 \begin_layout Description
34524 Unten Dies ist ein Beispieltext.
34525  
34526 \begin_inset Box Boxed
34527 position "b"
34528 hor_pos "c"
34529 has_inner_box 1
34530 inner_pos "c"
34531 use_parbox 0
34532 use_makebox 0
34533 width "20col%"
34534 special "none"
34535 height "1in"
34536 height_special "totalheight"
34537 thickness "0.4pt"
34538 separation "3pt"
34539 shadowsize "4pt"
34540 framecolor "black"
34541 backgroundcolor "none"
34542 status collapsed
34543
34544 \begin_layout Plain Layout
34545 \align center
34546 Die Unter\SpecialChar softhyphen
34547 kante der Box ist in der Zeile.
34548 \end_layout
34549
34550 \end_inset
34551
34552  Dies ist ein Beispieltext.
34553 \end_layout
34554
34555 \begin_layout Standard
34556 \begin_inset Note Greyedout
34557 status open
34558
34559 \begin_layout Plain Layout
34560
34561 \series bold
34562 Bemerkung:
34563 \series default
34564  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
34565  Boxen in einer Zeile sind und eine Box z.
34566 \begin_inset space \thinspace{}
34567 \end_inset
34568
34569 B.
34570  schattiert ist, die andere aber nicht.
34571 \end_layout
34572
34573 \end_inset
34574
34575
34576 \end_layout
34577
34578 \begin_layout Standard
34579 Eine Box kann mit dem Dialog 
34580 \family sans
34581 Absatz-Einstellungen
34582 \family default
34583  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
34584 \end_layout
34585
34586 \begin_layout Standard
34587 \begin_inset VSpace bigskip
34588 \end_inset
34589
34590 Wenn Sie eine 
34591 \family sans
34592 Innere
34593 \begin_inset space ~
34594 \end_inset
34595
34596 Box
34597 \family default
34598  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
34599 \family sans
34600 Inhalt
34601 \family default
34602  senkrecht ausgerichtet werden:
34603 \end_layout
34604
34605 \begin_layout Description
34606 Oben Dies ist ein Beispieltext.
34607  
34608 \begin_inset Box Boxed
34609 position "c"
34610 hor_pos "c"
34611 has_inner_box 1
34612 inner_pos "t"
34613 use_parbox 0
34614 use_makebox 0
34615 width "20col%"
34616 special "none"
34617 height "1.5in"
34618 height_special "totalheight"
34619 thickness "0.4pt"
34620 separation "3pt"
34621 shadowsize "4pt"
34622 framecolor "black"
34623 backgroundcolor "none"
34624 status collapsed
34625
34626 \begin_layout Plain Layout
34627 \align center
34628 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
34629 \end_layout
34630
34631 \end_inset
34632
34633  Dies ist ein Beispieltext.
34634 \end_layout
34635
34636 \begin_layout Description
34637 Mitte Dies ist ein Beispieltext.
34638  
34639 \begin_inset Box Boxed
34640 position "c"
34641 hor_pos "c"
34642 has_inner_box 1
34643 inner_pos "c"
34644 use_parbox 0
34645 use_makebox 0
34646 width "20col%"
34647 special "none"
34648 height "1.5in"
34649 height_special "totalheight"
34650 thickness "0.4pt"
34651 separation "3pt"
34652 shadowsize "4pt"
34653 framecolor "black"
34654 backgroundcolor "none"
34655 status collapsed
34656
34657 \begin_layout Plain Layout
34658 \align center
34659 Der Boxinhalt ist zentriert ausgerichtet.
34660 \end_layout
34661
34662 \end_inset
34663
34664  Dies ist ein Beispieltext.
34665 \end_layout
34666
34667 \begin_layout Description
34668 Unten Dies ist ein Beispieltext.
34669  
34670 \begin_inset Box Boxed
34671 position "c"
34672 hor_pos "c"
34673 has_inner_box 1
34674 inner_pos "b"
34675 use_parbox 0
34676 use_makebox 0
34677 width "20col%"
34678 special "none"
34679 height "1.5in"
34680 height_special "totalheight"
34681 thickness "0.4pt"
34682 separation "3pt"
34683 shadowsize "4pt"
34684 framecolor "black"
34685 backgroundcolor "none"
34686 status collapsed
34687
34688 \begin_layout Plain Layout
34689 \align center
34690 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
34691 \end_layout
34692
34693 \end_inset
34694
34695  Dies ist ein Beispieltext.
34696 \end_layout
34697
34698 \begin_layout Description
34699 Dehnen Dies ist ein Beispieltext.
34700  
34701 \begin_inset Box Boxed
34702 position "c"
34703 hor_pos "c"
34704 has_inner_box 1
34705 inner_pos "s"
34706 use_parbox 0
34707 use_makebox 0
34708 width "20col%"
34709 special "none"
34710 height "1in"
34711 height_special "totalheight"
34712 thickness "0.4pt"
34713 separation "3pt"
34714 shadowsize "4pt"
34715 framecolor "black"
34716 backgroundcolor "none"
34717 status collapsed
34718
34719 \begin_layout Plain Layout
34720 \align center
34721 Der Boxinhalt
34722 \end_layout
34723
34724 \begin_layout Plain Layout
34725 \align center
34726 ist über die
34727 \end_layout
34728
34729 \begin_layout Plain Layout
34730 \align center
34731 Boxhöhe
34732 \end_layout
34733
34734 \begin_layout Plain Layout
34735 \align center
34736 gleichmäßig verteilt.
34737 \end_layout
34738
34739 \end_inset
34740
34741  Dies ist ein Beispieltext.
34742 \end_layout
34743
34744 \begin_layout Standard
34745 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
34746  besteht.
34747  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
34748 \end_layout
34749
34750 \begin_layout Standard
34751 Ein Boxinhalt kann mit dem Dialog 
34752 \family sans
34753 Absatz-Einstellungen
34754 \family default
34755  waagerecht ausgerichtet werden, wenn Sie eine
34756 \family sans
34757  Innere
34758 \begin_inset space ~
34759 \end_inset
34760
34761 Box
34762 \family default
34763  gewählt haben.
34764 \end_layout
34765
34766 \begin_layout Standard
34767 \align center
34768 \begin_inset Box Boxed
34769 position "c"
34770 hor_pos "c"
34771 has_inner_box 1
34772 inner_pos "s"
34773 use_parbox 0
34774 use_makebox 0
34775 width "30col%"
34776 special "none"
34777 height "1.25in"
34778 height_special "totalheight"
34779 thickness "0.4pt"
34780 separation "3pt"
34781 shadowsize "4pt"
34782 framecolor "black"
34783 backgroundcolor "none"
34784 status collapsed
34785
34786 \begin_layout Plain Layout
34787 \align left
34788 Hier ist jede Zeile
34789 \end_layout
34790
34791 \begin_layout Plain Layout
34792 \align center
34793 anders
34794 \end_layout
34795
34796 \begin_layout Plain Layout
34797 \align right
34798 ausgerichtet.
34799 \end_layout
34800
34801 \end_inset
34802
34803
34804 \end_layout
34805
34806 \begin_layout Standard
34807 Wenn Sie keine
34808 \family sans
34809  Innere
34810 \begin_inset space ~
34811 \end_inset
34812
34813 Box
34814 \family default
34815  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
34816 \family sans
34817 Box-Einstellungen-
34818 \family default
34819 Dialog ausrichten
34820 \end_layout
34821
34822 \begin_layout Standard
34823 \align center
34824 \begin_inset Box Boxed
34825 position "c"
34826 hor_pos "s"
34827 has_inner_box 0
34828 inner_pos "s"
34829 use_parbox 0
34830 use_makebox 0
34831 width "90col%"
34832 special "none"
34833 height "1.25in"
34834 height_special "totalheight"
34835 thickness "0.4pt"
34836 separation "3pt"
34837 shadowsize "4pt"
34838 framecolor "black"
34839 backgroundcolor "none"
34840 status collapsed
34841
34842 \begin_layout Plain Layout
34843 Dieser Boxinhalt wurde horizontal gedehnt.
34844 \end_layout
34845
34846 \end_inset
34847
34848
34849 \end_layout
34850
34851 \begin_layout Subsection
34852 Verzierung
34853 \begin_inset CommandInset label
34854 LatexCommand label
34855 name "uab:Verzierung"
34856
34857 \end_inset
34858
34859
34860 \begin_inset Index idx
34861 status collapsed
34862
34863 \begin_layout Plain Layout
34864 Boxen ! Verzierung
34865 \end_layout
34866
34867 \end_inset
34868
34869
34870 \end_layout
34871
34872 \begin_layout Standard
34873 Im 
34874 \family sans
34875 Box-Einstellungen-
34876 \family default
34877 Dialog können Sie mit der 
34878 \family sans
34879 Verzierung
34880 \family default
34881  den Typ der Box auswählen:
34882 \end_layout
34883
34884 \begin_layout Description
34885 Kein
34886 \begin_inset space ~
34887 \end_inset
34888
34889 Rahmen Nichts wird gezeichnet.
34890 \end_layout
34891
34892 \begin_layout Description
34893 Einfacher
34894 \begin_inset space ~
34895 \end_inset
34896
34897 rechteckiger
34898 \begin_inset space ~
34899 \end_inset
34900
34901 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
34902  Die Rahmendicke kann festgelegt werden.
34903  
34904 \begin_inset Box Boxed
34905 position "c"
34906 hor_pos "c"
34907 has_inner_box 1
34908 inner_pos "c"
34909 use_parbox 0
34910 use_makebox 0
34911 width "21col%"
34912 special "none"
34913 height "1in"
34914 height_special "totalheight"
34915 thickness "0.4pt"
34916 separation "3pt"
34917 shadowsize "4pt"
34918 framecolor "black"
34919 backgroundcolor "none"
34920 status collapsed
34921
34922 \begin_layout Plain Layout
34923
34924 \series medium
34925 Rechteckige
34926 \begin_inset space ~
34927 \end_inset
34928
34929 Box
34930 \end_layout
34931
34932 \end_inset
34933
34934
34935 \end_layout
34936
34937 \begin_layout Description
34938 erlaube
34939 \begin_inset space ~
34940 \end_inset
34941
34942 Seitenumbrüche 
34943 \end_layout
34944
34945 \begin_layout Description
34946 Ovaler
34947 \begin_inset space ~
34948 \end_inset
34949
34950 Rahmen,
34951 \begin_inset space ~
34952 \end_inset
34953
34954 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
34955  Die Rahmendicke ist 0.4
34956 \begin_inset space \thinspace{}
34957 \end_inset
34958
34959 pt.
34960  
34961 \begin_inset Box ovalbox
34962 position "c"
34963 hor_pos "c"
34964 has_inner_box 1
34965 inner_pos "c"
34966 use_parbox 0
34967 use_makebox 0
34968 width "20col%"
34969 special "none"
34970 height "1in"
34971 height_special "totalheight"
34972 thickness "0.4pt"
34973 separation "3pt"
34974 shadowsize "4pt"
34975 framecolor "black"
34976 backgroundcolor "none"
34977 status collapsed
34978
34979 \begin_layout Plain Layout
34980 Ovale
34981 \begin_inset space ~
34982 \end_inset
34983
34984 Box,
34985 \begin_inset space ~
34986 \end_inset
34987
34988 dünn
34989 \end_layout
34990
34991 \end_inset
34992
34993
34994 \end_layout
34995
34996 \begin_layout Description
34997 Ovaler
34998 \begin_inset space ~
34999 \end_inset
35000
35001 Rahmen,
35002 \begin_inset space ~
35003 \end_inset
35004
35005 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
35006  Die Rahmendicke ist 0.8
35007 \begin_inset space \thinspace{}
35008 \end_inset
35009
35010 pt.
35011  
35012 \begin_inset Box Ovalbox
35013 position "c"
35014 hor_pos "c"
35015 has_inner_box 1
35016 inner_pos "c"
35017 use_parbox 0
35018 use_makebox 0
35019 width "20col%"
35020 special "none"
35021 height "1in"
35022 height_special "totalheight"
35023 thickness "0.4pt"
35024 separation "3pt"
35025 shadowsize "4pt"
35026 framecolor "black"
35027 backgroundcolor "none"
35028 status collapsed
35029
35030 \begin_layout Plain Layout
35031 Ovale
35032 \begin_inset space ~
35033 \end_inset
35034
35035 Box,
35036 \begin_inset space ~
35037 \end_inset
35038
35039 dick
35040 \end_layout
35041
35042 \end_inset
35043
35044
35045 \end_layout
35046
35047 \begin_layout Description
35048 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
35049  Die Rahmendicke und die Schattenbreite kann festgelegt werden.
35050 \begin_inset Newline newline
35051 \end_inset
35052
35053
35054 \begin_inset Box Shadowbox
35055 position "c"
35056 hor_pos "c"
35057 has_inner_box 1
35058 inner_pos "c"
35059 use_parbox 0
35060 use_makebox 0
35061 width "20col%"
35062 special "none"
35063 height "1in"
35064 height_special "totalheight"
35065 thickness "0.4pt"
35066 separation "3pt"
35067 shadowsize "4pt"
35068 framecolor "black"
35069 backgroundcolor "none"
35070 status collapsed
35071
35072 \begin_layout Plain Layout
35073 Schattierte
35074 \begin_inset space ~
35075 \end_inset
35076
35077 Box
35078 \end_layout
35079
35080 \end_inset
35081
35082
35083 \end_layout
35084
35085 \begin_layout Description
35086 Schattierter
35087 \begin_inset space ~
35088 \end_inset
35089
35090 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
35091  Im Gegensatz zu farbigen Boxen
35092 \begin_inset Foot
35093 status collapsed
35094
35095 \begin_layout Plain Layout
35096 siehe Abschnitt
35097 \begin_inset space ~
35098 \end_inset
35099
35100
35101 \begin_inset CommandInset ref
35102 LatexCommand ref
35103 reference "abs:Farbige-Boxen"
35104
35105 \end_inset
35106
35107
35108 \end_layout
35109
35110 \end_inset
35111
35112  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
35113  die Box ist ein Absatz für sich.
35114  
35115 \begin_inset Box Shaded
35116 position "t"
35117 hor_pos "c"
35118 has_inner_box 0
35119 inner_pos "t"
35120 use_parbox 0
35121 use_makebox 0
35122 width "50col%"
35123 special "none"
35124 height "1in"
35125 height_special "totalheight"
35126 thickness "0.4pt"
35127 separation "3pt"
35128 shadowsize "4pt"
35129 framecolor "black"
35130 backgroundcolor "none"
35131 status collapsed
35132
35133 \begin_layout Plain Layout
35134 Schattierter Hintergrund Box
35135 \end_layout
35136
35137 \end_inset
35138
35139
35140 \end_layout
35141
35142 \begin_layout Description
35143 Doppelter
35144 \begin_inset space ~
35145 \end_inset
35146
35147 rechteckiger
35148 \begin_inset space ~
35149 \end_inset
35150
35151 Rahmen zeichnet einen doppelten Rahmen um die Box.
35152  Der innere Rahmen ist 0,75
35153 \begin_inset space \thinspace{}
35154 \end_inset
35155
35156 Rahmendicke breit, der äußere 1,5
35157 \begin_inset space \thinspace{}
35158 \end_inset
35159
35160 Rahmendicke.
35161  Der Zwischenraum beträgt 1,5
35162 \begin_inset space \thinspace{}
35163 \end_inset
35164
35165 Rahmendicke
35166 \begin_inset space \thinspace{}
35167 \end_inset
35168
35169 +
35170 \begin_inset space \thinspace{}
35171 \end_inset
35172
35173 0,5
35174 \begin_inset space \thinspace{}
35175 \end_inset
35176
35177 pt.
35178  
35179 \begin_inset Box Doublebox
35180 position "c"
35181 hor_pos "c"
35182 has_inner_box 1
35183 inner_pos "c"
35184 use_parbox 0
35185 use_makebox 0
35186 width "20col%"
35187 special "none"
35188 height "1in"
35189 height_special "totalheight"
35190 thickness "0.4pt"
35191 separation "3pt"
35192 shadowsize "4pt"
35193 framecolor "black"
35194 backgroundcolor "none"
35195 status collapsed
35196
35197 \begin_layout Plain Layout
35198 Doppelt
35199 \begin_inset space ~
35200 \end_inset
35201
35202 gerahmte
35203 \begin_inset space ~
35204 \end_inset
35205
35206 Box
35207 \end_layout
35208
35209 \end_inset
35210
35211
35212 \end_layout
35213
35214 \begin_layout Standard
35215 \begin_inset VSpace bigskip
35216 \end_inset
35217
35218 Die Aufschrift der Box in \SpecialChar LyX
35219  ändert sich mit der gewählten Verzierung.
35220  Um alle Verzierungen verwenden zu können, muss das \SpecialChar LaTeX
35221 -Paket 
35222 \series bold
35223 fancybox
35224 \series default
35225
35226 \begin_inset Index idx
35227 status collapsed
35228
35229 \begin_layout Plain Layout
35230 \SpecialChar LaTeX
35231 -Pakete ! fancybox
35232 \end_layout
35233
35234 \end_inset
35235
35236  installiert sein.
35237 \end_layout
35238
35239 \begin_layout Standard
35240 \begin_inset VSpace bigskip
35241 \end_inset
35242
35243 Wenn Sie die Verzierung 
35244 \family sans
35245 Einfacher rechteckiger Rahmen
35246 \family default
35247  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
35248  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
35249  immer über die gesamte Zeilenbreite geht und dass die Box ein Absatz für
35250  sich ist: 
35251 \begin_inset Box Framed
35252 position "t"
35253 hor_pos "c"
35254 has_inner_box 0
35255 inner_pos "t"
35256 use_parbox 0
35257 use_makebox 0
35258 width "100col%"
35259 special "none"
35260 height "1in"
35261 height_special "totalheight"
35262 thickness "0.4pt"
35263 separation "3pt"
35264 shadowsize "4pt"
35265 framecolor "black"
35266 backgroundcolor "none"
35267 status collapsed
35268
35269 \begin_layout Plain Layout
35270 Box erlaubt Seitenumbruch
35271 \end_layout
35272
35273 \end_inset
35274
35275
35276 \end_layout
35277
35278 \begin_layout Section
35279 Box-Anpassung
35280 \begin_inset Index idx
35281 status collapsed
35282
35283 \begin_layout Plain Layout
35284 Boxen ! Anpassung
35285 \end_layout
35286
35287 \end_inset
35288
35289
35290 \end_layout
35291
35292 \begin_layout Standard
35293 \noindent
35294 Der Durchmesser der abgerundeten Ecken kann mit 
35295 \series bold
35296
35297 \backslash
35298 cornersize
35299 \series default
35300  gesetzt werden.
35301  Der \SpecialChar TeX
35302 -Code-Befehl
35303 \end_layout
35304
35305 \begin_layout Standard
35306
35307 \series bold
35308
35309 \backslash
35310 cornersize*{1cm}
35311 \end_layout
35312
35313 \begin_layout Standard
35314 setzt den Durchmesser auf 1
35315 \begin_inset space \thinspace{}
35316 \end_inset
35317
35318 cm.
35319  Der \SpecialChar TeX
35320 -Code-Befehl
35321 \end_layout
35322
35323 \begin_layout Standard
35324
35325 \series bold
35326
35327 \backslash
35328 cornersize{num}
35329 \end_layout
35330
35331 \begin_layout Standard
35332 setzt den Durchmesser auf 
35333 \family sans
35334 num
35335 \begin_inset space \thinspace{}
35336 \end_inset
35337
35338 ×
35339 \begin_inset space \thinspace{}
35340 \end_inset
35341
35342 Minimum(Breite der Box, Höhe der Box)
35343 \family default
35344 .
35345  Der Standardwert ist 
35346 \series bold
35347
35348 \backslash
35349 cornersize{0.5}
35350 \series default
35351 .
35352 \end_layout
35353
35354 \begin_layout Standard
35355 \begin_inset ERT
35356 status collapsed
35357
35358 \begin_layout Plain Layout
35359
35360
35361 \backslash
35362 cornersize*{1.5cm}
35363 \end_layout
35364
35365 \end_inset
35366
35367
35368 \begin_inset Box Ovalbox
35369 position "c"
35370 hor_pos "c"
35371 has_inner_box 1
35372 inner_pos "c"
35373 use_parbox 0
35374 use_makebox 0
35375 width "30col%"
35376 special "none"
35377 height "1in"
35378 height_special "totalheight"
35379 thickness "0.4pt"
35380 separation "3pt"
35381 shadowsize "4pt"
35382 framecolor "black"
35383 backgroundcolor "none"
35384 status open
35385
35386 \begin_layout Plain Layout
35387 \align center
35388 Ovale Box, dicker Rand, mit 
35389 \series bold
35390
35391 \backslash
35392 cornersize
35393 \series default
35394
35395 \begin_inset space \thinspace{}
35396 \end_inset
35397
35398 =
35399 \begin_inset space \thinspace{}
35400 \end_inset
35401
35402 1.5
35403 \begin_inset space \thinspace{}
35404 \end_inset
35405
35406 cm
35407 \end_layout
35408
35409 \end_inset
35410
35411
35412 \begin_inset ERT
35413 status collapsed
35414
35415 \begin_layout Plain Layout
35416
35417
35418 \backslash
35419 cornersize{0.5}
35420 \end_layout
35421
35422 \end_inset
35423
35424
35425 \end_layout
35426
35427 \begin_layout Standard
35428 \begin_inset VSpace bigskip
35429 \end_inset
35430
35431 Die Standard-Hintergrundfarbe rot von Boxen mit 
35432 \family sans
35433 schattiertem Hintergrund
35434 \family default
35435  kann entweder lokal mit dem Befehl 
35436 \series bold
35437
35438 \backslash
35439 definecolor{shadecolor}
35440 \series default
35441  oder global über das Menü 
35442 \family sans
35443 Werkzeuge\SpecialChar menuseparator
35444 Einstellungen\SpecialChar menuseparator
35445 Farben\SpecialChar menuseparator
35446 Schattierte
35447 \begin_inset space ~
35448 \end_inset
35449
35450 Box
35451 \family default
35452  geändert werden.
35453  Das Schema des 
35454 \series bold
35455
35456 \backslash
35457 definecolor
35458 \series default
35459  Befehls ist  in Abschnitt
35460 \begin_inset space ~
35461 \end_inset
35462
35463
35464 \begin_inset CommandInset ref
35465 LatexCommand ref
35466 reference "abs:Farbige-Tabellen"
35467
35468 \end_inset
35469
35470  erklärt.
35471 \begin_inset Foot
35472 status collapsed
35473
35474 \begin_layout Plain Layout
35475 Beachten Sie, dass 
35476 \series bold
35477
35478 \backslash
35479 definecolor
35480 \series default
35481  das \SpecialChar LaTeX
35482 -Paket 
35483 \series bold
35484 color
35485 \series default
35486  im \SpecialChar LaTeX
35487 -Vorspann benötigt, siehe Abschnitt
35488 \begin_inset space ~
35489 \end_inset
35490
35491
35492 \begin_inset CommandInset ref
35493 LatexCommand ref
35494 reference "abs:Farbige-Boxen"
35495
35496 \end_inset
35497
35498 .
35499 \end_layout
35500
35501 \end_inset
35502
35503  Für das nächste Beispiel wurden folgender \SpecialChar TeX
35504 -Code verwendet:
35505 \end_layout
35506
35507 \begin_layout Standard
35508
35509 \series bold
35510
35511 \backslash
35512 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35513 \end_layout
35514
35515 \begin_layout Standard
35516 \begin_inset ERT
35517 status collapsed
35518
35519 \begin_layout Plain Layout
35520
35521
35522 \backslash
35523 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35524 \end_layout
35525
35526 \end_inset
35527
35528
35529 \begin_inset Box Shaded
35530 position "t"
35531 hor_pos "c"
35532 has_inner_box 0
35533 inner_pos "t"
35534 use_parbox 0
35535 use_makebox 0
35536 width "100col%"
35537 special "none"
35538 height "1in"
35539 height_special "totalheight"
35540 thickness "0.4pt"
35541 separation "3pt"
35542 shadowsize "4pt"
35543 framecolor "black"
35544 backgroundcolor "none"
35545 status open
35546
35547 \begin_layout Plain Layout
35548
35549 \color yellow
35550 Dies ist gelber Text in einer 
35551 \family sans
35552 schattierten Hintergrund
35553 \begin_inset space ~
35554 \end_inset
35555
35556
35557 \family default
35558 Box auf dunkelgrünem Hintergrund.
35559 \end_layout
35560
35561 \end_inset
35562
35563
35564 \begin_inset ERT
35565 status collapsed
35566
35567 \begin_layout Plain Layout
35568
35569
35570 \backslash
35571 definecolor{shadecolor}{rgb}{1,0,0}
35572 \end_layout
35573
35574 \end_inset
35575
35576
35577 \end_layout
35578
35579 \begin_layout Standard
35580 \begin_inset VSpace bigskip
35581 \end_inset
35582
35583 Geänderte Größen und Farben gelten für alle Boxen, die auf den Befehl folgen,
35584  der sie ändert.
35585 \end_layout
35586
35587 \begin_layout Section
35588 Minipage
35589 \begin_inset CommandInset label
35590 LatexCommand label
35591 name "abs:Minipage"
35592
35593 \end_inset
35594
35595
35596 \begin_inset Index idx
35597 status collapsed
35598
35599 \begin_layout Plain Layout
35600 Boxen ! Minipage
35601 \end_layout
35602
35603 \end_inset
35604
35605
35606 \end_layout
35607
35608 \begin_layout Standard
35609 Minipages werden von \SpecialChar LaTeX
35610  wie Seiten auf einer Seite behandelt und können deshalb
35611  unter anderem eigene Fußnoten haben.
35612 \end_layout
35613
35614 \begin_layout Standard
35615 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
35616 \end_layout
35617
35618 \begin_layout Standard
35619 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
35620  Ihre Breite ist 45 Spaltenbreite
35621 \begin_inset space ~
35622 \end_inset
35623
35624 %, und sie sind durch einen 
35625 \family sans
35626 HFill
35627 \family default
35628  getrennt (
35629 \family sans
35630 Einfügen\SpecialChar menuseparator
35631 Formatierung\SpecialChar menuseparator
35632 Horizontaler
35633 \begin_inset space \space{}
35634 \end_inset
35635
35636 Abstand\SpecialChar menuseparator
35637 Abstand\SpecialChar menuseparator
35638 Variabler
35639 \begin_inset space ~
35640 \end_inset
35641
35642 horiz.
35643 \begin_inset space ~
35644 \end_inset
35645
35646 Abstand
35647 \family default
35648 ).
35649 \begin_inset Newpage newpage
35650 \end_inset
35651
35652
35653 \end_layout
35654
35655 \begin_layout Standard
35656 \noindent
35657 \begin_inset Box Frameless
35658 position "t"
35659 hor_pos "c"
35660 has_inner_box 1
35661 inner_pos "c"
35662 use_parbox 0
35663 use_makebox 0
35664 width "45col%"
35665 special "none"
35666 height "1in"
35667 height_special "totalheight"
35668 thickness "0.4pt"
35669 separation "3pt"
35670 shadowsize "4pt"
35671 framecolor "black"
35672 backgroundcolor "none"
35673 status open
35674
35675 \begin_layout Plain Layout
35676 Dies ist ein deutscher Text.
35677  Dies ist ein deutscher Text.
35678  Dies ist ein deutscher Text.
35679  Dies ist ein deutscher Text.
35680  Dies ist ein deutscher Text.
35681  Dies ist ein deutscher Text.
35682  Dies ist ein deutscher Text.
35683  Dies ist ein deutscher Text.
35684  Dies ist ein deutscher Text.
35685  Dies ist ein deutscher Text.
35686  Dies ist ein deutscher Text.
35687  Dies ist ein deutscher Text.
35688  Dies ist ein deutscher Text
35689 \begin_inset Foot
35690 status open
35691
35692 \begin_layout Plain Layout
35693 Dies ist eine deutsche Fußnote.
35694 \end_layout
35695
35696 \end_inset
35697
35698 .
35699  Dies ist ein deutscher Text.
35700  Dies ist ein deutscher Text.
35701 \end_layout
35702
35703 \end_inset
35704
35705
35706 \begin_inset space \hfill{}
35707 \end_inset
35708
35709
35710 \begin_inset Box Frameless
35711 position "t"
35712 hor_pos "c"
35713 has_inner_box 1
35714 inner_pos "c"
35715 use_parbox 0
35716 use_makebox 0
35717 width "45col%"
35718 special "none"
35719 height "1in"
35720 height_special "totalheight"
35721 thickness "0.4pt"
35722 separation "3pt"
35723 shadowsize "4pt"
35724 framecolor "black"
35725 backgroundcolor "none"
35726 status open
35727
35728 \begin_layout Plain Layout
35729
35730 \lang english
35731 This is an English Text.
35732  This is an English Text.
35733  This is an English Text.
35734  This is an English Text.
35735  This is an English Text.
35736  This is an English Text.
35737  This is an English Text.
35738  This is an English Text.
35739  This is an English Text.
35740  This is an English Text.
35741  This is an English Text.
35742  This is an English Text.
35743  This is an English Text.
35744  This is an English Text.
35745  This is an English Text.
35746  This is an English Text.
35747 \begin_inset Foot
35748 status collapsed
35749
35750 \begin_layout Plain Layout
35751
35752 \lang english
35753 This is an English footnote.
35754 \end_layout
35755
35756 \end_inset
35757
35758  This is an English Text.
35759 \end_layout
35760
35761 \end_inset
35762
35763
35764 \end_layout
35765
35766 \begin_layout Standard
35767 \begin_inset VSpace bigskip
35768 \end_inset
35769
35770 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
35771  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
35772  Absätze nicht eingerückt werden, obwohl Sie das in 
35773 \family sans
35774 Dokument
35775 \family default
35776 \SpecialChar menuseparator
35777
35778 \family sans
35779 Einstellun\SpecialChar softhyphen
35780 gen\SpecialChar menuseparator
35781 Textformat
35782 \family default
35783  festgelegt haben.
35784  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
35785  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem \SpecialChar TeX
35786 -Code 
35787 \series bold
35788
35789 \backslash
35790 hspace*{1em}
35791 \series default
35792 .
35793 \end_layout
35794
35795 \begin_layout Standard
35796 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
35797  zu verpassen, siehe Abschnitt
35798 \begin_inset space ~
35799 \end_inset
35800
35801
35802 \begin_inset CommandInset ref
35803 LatexCommand ref
35804 reference "abs:Farbige-Boxen"
35805
35806 \end_inset
35807
35808 .
35809 \end_layout
35810
35811 \begin_layout Standard
35812 \begin_inset Note Greyedout
35813 status open
35814
35815 \begin_layout Plain Layout
35816
35817 \series bold
35818 Bemerkung:
35819 \series default
35820  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
35821  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
35822 \end_layout
35823
35824 \end_inset
35825
35826
35827 \end_layout
35828
35829 \begin_layout Standard
35830 \begin_inset VSpace bigskip
35831 \end_inset
35832
35833
35834 \end_layout
35835
35836 \begin_layout Standard
35837 \SpecialChar LyX
35838  unterstützt auch Minipages, deren Breite sich automatisch an die Größe
35839  des Inhalts anpasst, über das Modul 
35840 \family sans
35841 Breitenvariable
35842 \begin_inset space ~
35843 \end_inset
35844
35845 Minipages
35846 \family default
35847 .
35848  Die \SpecialChar LyX
35849 -Beispieldatei 
35850 \emph on
35851 varwidth-floats-side-by-side
35852 \emph default
35853  gibt Beispiele von breitenvariablen Minipages, um Gleitobjekte nebeneinander
35854  zu setzen.
35855 \end_layout
35856
35857 \begin_layout Section
35858 Parbox
35859 \begin_inset CommandInset label
35860 LatexCommand label
35861 name "abs:Parbox"
35862
35863 \end_inset
35864
35865
35866 \begin_inset Index idx
35867 status collapsed
35868
35869 \begin_layout Plain Layout
35870 Boxen ! Parbox
35871 \end_layout
35872
35873 \end_inset
35874
35875
35876 \end_layout
35877
35878 \begin_layout Standard
35879 Parbox ist eine Abkürzung für 
35880 \begin_inset Quotes gld
35881 \end_inset
35882
35883 paragraph box
35884 \begin_inset Quotes grd
35885 \end_inset
35886
35887 , was Absatzbox bedeutet.
35888  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
35889  in Parboxen nicht ausgegeben werden:
35890 \end_layout
35891
35892 \begin_layout Standard
35893 \align center
35894 \begin_inset Box Frameless
35895 position "t"
35896 hor_pos "c"
35897 has_inner_box 1
35898 inner_pos "t"
35899 use_parbox 1
35900 use_makebox 0
35901 width "33col%"
35902 special "none"
35903 height "1in"
35904 height_special "totalheight"
35905 thickness "0.4pt"
35906 separation "3pt"
35907 shadowsize "4pt"
35908 framecolor "black"
35909 backgroundcolor "none"
35910 status open
35911
35912 \begin_layout Plain Layout
35913 Dies ist Text in einer Parbox.
35914  Dies ist Text in einer Parbox.
35915 \end_layout
35916
35917 \begin_layout Plain Layout
35918 Diese Fußnote wird nicht gedruckt:
35919 \begin_inset Foot
35920 status collapsed
35921
35922 \begin_layout Plain Layout
35923 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
35924 \end_layout
35925
35926 \end_inset
35927
35928
35929 \end_layout
35930
35931 \end_inset
35932
35933
35934 \end_layout
35935
35936 \begin_layout Section
35937 Boxen für Worte und Buchstaben
35938 \begin_inset Index idx
35939 status collapsed
35940
35941 \begin_layout Plain Layout
35942 Boxen ! für Buchstaben
35943 \end_layout
35944
35945 \end_inset
35946
35947
35948 \end_layout
35949
35950 \begin_layout Subsection
35951 Silbentrennung unterbinden
35952 \begin_inset CommandInset label
35953 LatexCommand label
35954 name "abs:Silbentrennung-unterbinden"
35955
35956 \end_inset
35957
35958
35959 \begin_inset Index idx
35960 status collapsed
35961
35962 \begin_layout Plain Layout
35963 Boxen ! zur Vermeidung von Silbentrennung
35964 \end_layout
35965
35966 \end_inset
35967
35968
35969 \end_layout
35970
35971 \begin_layout Standard
35972 Sie können den Boxtyp 
35973 \family sans
35974 Makebox
35975 \family default
35976  benutzen, um Silbentrennungen zu unterbinden.
35977 \begin_inset Newline newline
35978 \end_inset
35979
35980 Hier ist ein Beispiel: 
35981 \end_layout
35982
35983 \begin_layout Standard
35984 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
35985 \begin_inset Quotes gld
35986 \end_inset
35987
35988 einsehrsehrsehrlangeswort
35989 \begin_inset Quotes grd
35990 \end_inset
35991
35992 .
35993 \end_layout
35994
35995 \begin_layout Standard
35996 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
35997  Innere
35998 \begin_inset space ~
35999 \end_inset
36000
36001 Box auf Makebox und verwenden keine explizite Breite.
36002 \end_layout
36003
36004 \begin_layout Standard
36005 Hier ist das Ergebnis:
36006 \end_layout
36007
36008 \begin_layout Standard
36009 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
36010 \begin_inset Box Frameless
36011 position "t"
36012 hor_pos "c"
36013 has_inner_box 1
36014 inner_pos "t"
36015 use_parbox 0
36016 use_makebox 1
36017 width ""
36018 special "none"
36019 height "1in"
36020 height_special "totalheight"
36021 thickness "0.4pt"
36022 separation "3pt"
36023 shadowsize "4pt"
36024 framecolor "black"
36025 backgroundcolor "none"
36026 status open
36027
36028 \begin_layout Plain Layout
36029 \begin_inset Quotes gld
36030 \end_inset
36031
36032 einsehrsehrsehrlangeswort
36033 \begin_inset Quotes grd
36034 \end_inset
36035
36036
36037 \end_layout
36038
36039 \end_inset
36040
36041 .
36042 \end_layout
36043
36044 \begin_layout Standard
36045 Alternativ dazu kann man auch den Befehl 
36046 \begin_inset Quotes gld
36047 \end_inset
36048
36049
36050 \series bold
36051
36052 \backslash
36053 -
36054 \series default
36055
36056 \begin_inset Quotes grd
36057 \end_inset
36058
36059  als \SpecialChar TeX
36060 -Code direkt vor das Wort setzen:
36061 \end_layout
36062
36063 \begin_layout Standard
36064 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
36065 \begin_inset Quotes gld
36066 \end_inset
36067
36068
36069 \begin_inset ERT
36070 status collapsed
36071
36072 \begin_layout Plain Layout
36073
36074
36075 \backslash
36076 -
36077 \end_layout
36078
36079 \end_inset
36080
36081 einsehrsehrsehrlangeswort
36082 \begin_inset Quotes grd
36083 \end_inset
36084
36085 .
36086 \end_layout
36087
36088 \begin_layout Standard
36089 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
36090  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
36091 \family sans
36092 Strg-Eingabe
36093 \family default
36094 ) einfügen: 
36095 \end_layout
36096
36097 \begin_layout Standard
36098 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
36099 \begin_inset Newline newline
36100 \end_inset
36101
36102
36103 \begin_inset Box Frameless
36104 position "t"
36105 hor_pos "c"
36106 has_inner_box 1
36107 inner_pos "t"
36108 use_parbox 0
36109 use_makebox 1
36110 width ""
36111 special "none"
36112 height "1in"
36113 height_special "totalheight"
36114 thickness "0.4pt"
36115 separation "3pt"
36116 shadowsize "4pt"
36117 framecolor "black"
36118 backgroundcolor "none"
36119 status open
36120
36121 \begin_layout Plain Layout
36122 \begin_inset Quotes gld
36123 \end_inset
36124
36125 einsehrsehrsehrlangeswort
36126 \begin_inset Quotes grd
36127 \end_inset
36128
36129
36130 \end_layout
36131
36132 \end_inset
36133
36134 .
36135 \end_layout
36136
36137 \begin_layout Subsection
36138 Vertikale Ausrichtung
36139 \begin_inset CommandInset label
36140 LatexCommand label
36141 name "uab:Vertikale-Ausrichtung"
36142
36143 \end_inset
36144
36145
36146 \begin_inset Index idx
36147 status collapsed
36148
36149 \begin_layout Plain Layout
36150 Boxen ! für Vertikale Ausrichtung
36151 \end_layout
36152
36153 \end_inset
36154
36155
36156 \begin_inset Index idx
36157 status collapsed
36158
36159 \begin_layout Plain Layout
36160 Boxen ! raisebox
36161 \end_layout
36162
36163 \end_inset
36164
36165
36166 \end_layout
36167
36168 \begin_layout Standard
36169 Mit dem \SpecialChar LaTeX
36170 -Befehl 
36171 \series bold
36172
36173 \backslash
36174 raisebox
36175 \series default
36176  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
36177 n Textes ausrichten.
36178  
36179 \series bold
36180
36181 \backslash
36182 raisebox
36183 \series default
36184  wird folgendermaßen benutzt:
36185 \end_layout
36186
36187 \begin_layout Standard
36188
36189 \series bold
36190
36191 \backslash
36192 raisebox{Verschiebung}[oben][unten]{Text}
36193 \end_layout
36194
36195 \begin_layout Standard
36196 Positive Werte für Verschiebung
36197 \series bold
36198  
36199 \series default
36200 verschieben die Box nach oben, negative nach unten.
36201  Die beiden optionalen Parameter 
36202 \family typewriter
36203 oben
36204 \family default
36205  und 
36206 \family typewriter
36207 unten
36208 \family default
36209  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
36210  hinausgeht, wenn sie nicht verschoben ist.
36211 \end_layout
36212
36213 \begin_layout Standard
36214 Um zum Beispiel das Wort 
36215 \begin_inset Quotes gld
36216 \end_inset
36217
36218 provokant
36219 \begin_inset Quotes grd
36220 \end_inset
36221
36222  mit seinem 
36223 \begin_inset Quotes gld
36224 \end_inset
36225
36226 niedrigsten
36227 \begin_inset Quotes grd
36228 \end_inset
36229
36230  Buchstaben 
36231 \begin_inset Quotes gld
36232 \end_inset
36233
36234 p
36235 \begin_inset Quotes grd
36236 \end_inset
36237
36238  an der Grundlinie auszurichten, müssen Sie den \SpecialChar TeX
36239 -Code-Befehl
36240 \end_layout
36241
36242 \begin_layout Standard
36243
36244 \series bold
36245
36246 \backslash
36247 raisebox{
36248 \backslash
36249 depth}{
36250 \end_layout
36251
36252 \begin_layout Standard
36253 vor dem Wort einfügen und 
36254 \begin_inset Quotes gld
36255 \end_inset
36256
36257
36258 \series bold
36259 }
36260 \series default
36261
36262 \begin_inset Quotes grd
36263 \end_inset
36264
36265  als \SpecialChar TeX
36266 -Code dahinter:
36267 \end_layout
36268
36269 \begin_layout Standard
36270 Dies ist eine Zeile, in der das Wort 
36271 \begin_inset ERT
36272 status collapsed
36273
36274 \begin_layout Plain Layout
36275
36276
36277 \backslash
36278 raisebox{
36279 \backslash
36280 depth}{
36281 \end_layout
36282
36283 \end_inset
36284
36285
36286 \begin_inset Quotes gld
36287 \end_inset
36288
36289 provokant
36290 \begin_inset Quotes grd
36291 \end_inset
36292
36293
36294 \begin_inset ERT
36295 status collapsed
36296
36297 \begin_layout Plain Layout
36298
36299 }
36300 \end_layout
36301
36302 \end_inset
36303
36304  nach oben verschoben wurde.
36305 \end_layout
36306
36307 \begin_layout Standard
36308 \begin_inset VSpace bigskip
36309 \end_inset
36310
36311 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
36312  gedehnt:
36313 \end_layout
36314
36315 \begin_layout Standard
36316 Dies ist eine Zeile, in der das Wort 
36317 \begin_inset ERT
36318 status collapsed
36319
36320 \begin_layout Plain Layout
36321
36322
36323 \backslash
36324 raisebox{-
36325 \backslash
36326 depth}{
36327 \end_layout
36328
36329 \end_inset
36330
36331
36332 \begin_inset Quotes gld
36333 \end_inset
36334
36335 provokant
36336 \begin_inset Quotes grd
36337 \end_inset
36338
36339
36340 \begin_inset ERT
36341 status collapsed
36342
36343 \begin_layout Plain Layout
36344
36345 }
36346 \end_layout
36347
36348 \end_inset
36349
36350  nach unten verschoben wurde.
36351 \end_layout
36352
36353 \begin_layout Standard
36354 Dies ist eine Zeile, in der das Wort 
36355 \begin_inset ERT
36356 status collapsed
36357
36358 \begin_layout Plain Layout
36359
36360
36361 \backslash
36362 raisebox{0.5cm}{
36363 \end_layout
36364
36365 \end_inset
36366
36367
36368 \begin_inset Quotes gld
36369 \end_inset
36370
36371 testen
36372 \begin_inset Quotes grd
36373 \end_inset
36374
36375
36376 \begin_inset ERT
36377 status collapsed
36378
36379 \begin_layout Plain Layout
36380
36381 }
36382 \end_layout
36383
36384 \end_inset
36385
36386  um 0.5
36387 \begin_inset space \thinspace{}
36388 \end_inset
36389
36390 cm nach oben verschoben wurde.
36391 \end_layout
36392
36393 \begin_layout Standard
36394 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
36395 \end_layout
36396
36397 \begin_layout Standard
36398
36399 \series bold
36400
36401 \backslash
36402 raisebox{-
36403 \backslash
36404 depth}[0pt]{
36405 \end_layout
36406
36407 \begin_layout Standard
36408 Dies ist eine Zeile, in der das Wort 
36409 \begin_inset ERT
36410 status collapsed
36411
36412 \begin_layout Plain Layout
36413
36414
36415 \backslash
36416 raisebox{-
36417 \backslash
36418 depth}[0pt]{
36419 \end_layout
36420
36421 \end_inset
36422
36423
36424 \begin_inset Quotes gld
36425 \end_inset
36426
36427 provokant
36428 \begin_inset Quotes grd
36429 \end_inset
36430
36431
36432 \begin_inset ERT
36433 status collapsed
36434
36435 \begin_layout Plain Layout
36436
36437 }
36438 \end_layout
36439
36440 \end_inset
36441
36442  nach unten verschoben wurde.
36443 \begin_inset Newline newline
36444 \end_inset
36445
36446
36447 \begin_inset Newline newline
36448 \end_inset
36449
36450 Dies ist eine Zeile, in der das Wort 
36451 \begin_inset ERT
36452 status collapsed
36453
36454 \begin_layout Plain Layout
36455
36456
36457 \backslash
36458 raisebox{0.5cm}[0pt]{
36459 \end_layout
36460
36461 \end_inset
36462
36463
36464 \begin_inset Quotes gld
36465 \end_inset
36466
36467 testen
36468 \begin_inset Quotes grd
36469 \end_inset
36470
36471
36472 \begin_inset ERT
36473 status collapsed
36474
36475 \begin_layout Plain Layout
36476
36477 }
36478 \end_layout
36479
36480 \end_inset
36481
36482  um 0.5
36483 \begin_inset space \thinspace{}
36484 \end_inset
36485
36486 cm nach oben verschoben wurde.
36487  Jetzt überschneiden sich die verschobenen Worte.
36488 \end_layout
36489
36490 \begin_layout Section
36491 Farbige Boxen
36492 \begin_inset CommandInset label
36493 LatexCommand label
36494 name "abs:Farbige-Boxen"
36495
36496 \end_inset
36497
36498
36499 \begin_inset Index idx
36500 status collapsed
36501
36502 \begin_layout Plain Layout
36503 Boxen ! farbige
36504 \end_layout
36505
36506 \end_inset
36507
36508
36509 \end_layout
36510
36511 \begin_layout Standard
36512 Um einen Text mit einer Hintergrundfarbe zu versehen, wählen Sie diese im
36513  Box-Dialog aus.
36514  Dies ist zum Beispiel eine Box mit orangenem Hintergrund
36515 \begin_inset Newline newline
36516 \end_inset
36517
36518
36519 \begin_inset Box Frameless
36520 position "t"
36521 hor_pos "c"
36522 has_inner_box 1
36523 inner_pos "t"
36524 use_parbox 0
36525 use_makebox 1
36526 width ""
36527 special "none"
36528 height "1in"
36529 height_special "totalheight"
36530 thickness "0.4pt"
36531 separation "3pt"
36532 shadowsize "4pt"
36533 framecolor "black"
36534 backgroundcolor "orange"
36535 status open
36536
36537 \begin_layout Plain Layout
36538 Box mit orangenem Hintergrund
36539 \end_layout
36540
36541 \end_inset
36542
36543
36544 \end_layout
36545
36546 \begin_layout Standard
36547 Wenn Sie die Dekoration
36548 \family sans
36549  Einfacher
36550 \begin_inset space ~
36551 \end_inset
36552
36553 rechteckiger
36554 \begin_inset space ~
36555 \end_inset
36556
36557 Rahmen 
36558 \family default
36559 verwenden, können Sie eine Rahmenfarbe festlegen.
36560  In diesem Fall muss auch eine Hintergrundfarbe angegeben werden (LyX setzt
36561  sie standardmäßig auf weiß).
36562  Hier ist ein Beispiel:
36563 \begin_inset Newline newline
36564 \end_inset
36565
36566
36567 \begin_inset Box Boxed
36568 position "t"
36569 hor_pos "c"
36570 has_inner_box 0
36571 inner_pos "t"
36572 use_parbox 0
36573 use_makebox 0
36574 width ""
36575 special "none"
36576 height "1in"
36577 height_special "totalheight"
36578 thickness "0.4pt"
36579 separation "3pt"
36580 shadowsize "4pt"
36581 framecolor "teal"
36582 backgroundcolor "yellow"
36583 status open
36584
36585 \begin_layout Plain Layout
36586 Box mit tealer Rahmenfarbe und gelber Hintergrundfarbe
36587 \end_layout
36588
36589 \end_inset
36590
36591
36592 \end_layout
36593
36594 \begin_layout Standard
36595 \begin_inset VSpace bigskip
36596 \end_inset
36597
36598 Natürlich ist auch farbiger Text in einer farbigen Box möglich:
36599 \begin_inset Newline newline
36600 \end_inset
36601
36602
36603 \begin_inset Box Boxed
36604 position "t"
36605 hor_pos "c"
36606 has_inner_box 0
36607 inner_pos "t"
36608 use_parbox 0
36609 use_makebox 0
36610 width ""
36611 special "none"
36612 height "1in"
36613 height_special "totalheight"
36614 thickness "0.4pt"
36615 separation "3pt"
36616 shadowsize "4pt"
36617 framecolor "cyan"
36618 backgroundcolor "magenta"
36619 status open
36620
36621 \begin_layout Plain Layout
36622
36623 \color yellow
36624 Dies ist farbiger Text in einer farbigen, gerahmten Box.
36625 \end_layout
36626
36627 \end_inset
36628
36629
36630 \end_layout
36631
36632 \begin_layout Standard
36633 \begin_inset VSpace bigskip
36634 \end_inset
36635
36636
36637 \end_layout
36638
36639 \begin_layout Standard
36640 Falls sie andere als die voreingestellten Farben benötigen, können Ihre
36641  eigenen Farben definieren, wie in Abschnitt
36642 \begin_inset space ~
36643 \end_inset
36644
36645
36646 \begin_inset CommandInset ref
36647 LatexCommand ref
36648 reference "abs:Farbige-Tabellen"
36649
36650 \end_inset
36651
36652  beschrieben.
36653  Um selbstdefinierte Farben zu verwenden, muss die Box mittels TeX-Code
36654  gesetzt werden:
36655 \end_layout
36656
36657 \begin_layout Standard
36658 Farbige Boxen ohne Rahmen werden mit dem Befehl 
36659 \series bold
36660
36661 \backslash
36662 colorbox
36663 \series default
36664  erzeugt.
36665  Er hat folgendes Schema:
36666 \end_layout
36667
36668 \begin_layout Standard
36669
36670 \series bold
36671
36672 \backslash
36673 colorbox{Farbe}{Boxinhalt}
36674 \end_layout
36675
36676 \begin_layout Standard
36677 Der Boxinhalt kann auch eine Box sein, und farbige Boxen können in anderen
36678  Boxen sein.
36679  Um zum Beispiel ein Wort auf einem dunkelgrünen Hintergrund zu drucken,
36680  fügen sie den \SpecialChar TeX
36681 -Code-Befehl
36682 \end_layout
36683
36684 \begin_layout Standard
36685
36686 \series bold
36687
36688 \backslash
36689 colorbox{dunkelgruen}{
36690 \end_layout
36691
36692 \begin_layout Standard
36693 vor dem Wort ein.
36694  Hinter dem Wort fügen Sie 
36695 \series bold
36696
36697 \begin_inset Quotes gld
36698 \end_inset
36699
36700 }
36701 \series default
36702
36703 \begin_inset Quotes grd
36704 \end_inset
36705
36706  als \SpecialChar TeX
36707 -Code ein.
36708  Hier ist das Ergebnis:
36709 \end_layout
36710
36711 \begin_layout Standard
36712 In dieser Zeile hat 
36713 \begin_inset ERT
36714 status collapsed
36715
36716 \begin_layout Plain Layout
36717
36718
36719 \backslash
36720 colorbox{dunkelgruen}{
36721 \end_layout
36722
36723 \end_inset
36724
36725 Achtung!
36726 \begin_inset ERT
36727 status collapsed
36728
36729 \begin_layout Plain Layout
36730
36731 }
36732 \end_layout
36733
36734 \end_inset
36735
36736  einen dunkelgrünen Hintergrund.
36737 \end_layout
36738
36739 \begin_layout Standard
36740 Farbige Boxen mit Rahmen werden mit dem Befehl
36741 \series bold
36742  
36743 \backslash
36744 fcolorbox
36745 \series default
36746  erzeugt.
36747  Er hat folgendes Schema:
36748 \end_layout
36749
36750 \begin_layout Standard
36751
36752 \series bold
36753
36754 \backslash
36755 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
36756 \end_layout
36757
36758 \begin_layout Section
36759 Rotierte und skalierte Boxen
36760 \end_layout
36761
36762 \begin_layout Standard
36763 Um die in diesem Abschnitt beschriebenen Boxen nutzen zu können, muss das
36764  Modul 
36765 \family sans
36766 Grafik-Boxen
36767 \family default
36768  in den Dokumenteinstellungen geladen sein.
36769 \end_layout
36770
36771 \begin_layout Standard
36772 \begin_inset Note Greyedout
36773 status open
36774
36775 \begin_layout Plain Layout
36776
36777 \series bold
36778 Achtung:
36779 \series default
36780  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
36781 \end_layout
36782
36783 \end_inset
36784
36785
36786 \end_layout
36787
36788 \begin_layout Standard
36789 \begin_inset Note Greyedout
36790 status open
36791
36792 \begin_layout Plain Layout
36793
36794 \series bold
36795 Achtung:
36796 \series default
36797  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
36798 \end_layout
36799
36800 \end_inset
36801
36802
36803 \end_layout
36804
36805 \begin_layout Subsection
36806 Rotierte Boxen
36807 \begin_inset Index idx
36808 status collapsed
36809
36810 \begin_layout Plain Layout
36811 Boxen ! rotierte
36812 \end_layout
36813
36814 \end_inset
36815
36816
36817 \begin_inset Index idx
36818 status collapsed
36819
36820 \begin_layout Plain Layout
36821 Rotiertes Material
36822 \end_layout
36823
36824 \end_inset
36825
36826
36827 \end_layout
36828
36829 \begin_layout Standard
36830 Um Material zu drehen, setzt man es in eine 
36831 \family sans
36832 Rotationsbox
36833 \family default
36834 .
36835  Solch eine Box wird über das Menü 
36836 \family sans
36837 Einfügen\SpecialChar menuseparator
36838 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
36839 Rotationsbox
36840 \family default
36841  eingefügt.
36842 \end_layout
36843
36844 \begin_layout Standard
36845 Der Drehpunkt kann über die Einfügung 
36846 \family sans
36847 Drehpunkt
36848 \family default
36849  (Menü 
36850 \family sans
36851 Einfügen\SpecialChar menuseparator
36852 Drehpunkt
36853 \family default
36854 ) in der Form 
36855 \series bold
36856 origin=Position
36857 \series default
36858  angegeben.
36859  Folgende Positionen sind möglich: 
36860 \emph on
36861 c
36862 \emph default
36863  (mittig), 
36864 \emph on
36865 l
36866 \emph default
36867  (links), 
36868 \emph on
36869 r
36870 \emph default
36871  (rechts), 
36872 \emph on
36873 b
36874 \emph default
36875  (unten), 
36876 \emph on
36877 t
36878 \emph default
36879  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
36880  Z.
36881 \begin_inset space \thinspace{}
36882 \end_inset
36883
36884 B.
36885  bedeutet 
36886 \emph on
36887 lt
36888 \emph default
36889 , dass sich der Drehpunkt links oben befindet.
36890  Wird kein Drehpunkt angegeben, wird die Position 
36891 \emph on
36892 l
36893 \emph default
36894  verwendet.
36895  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
36896  Gedreht wird gegen den Uhrzeigersinn.
36897 \end_layout
36898
36899 \begin_layout Standard
36900 Im folgenden Beispiel wurde
36901 \series bold
36902  origin=c
36903 \series default
36904  in the Einfügung 
36905 \family sans
36906 Drehpunkt
36907 \family default
36908  und 
36909 \series bold
36910 60
36911 \series default
36912  in die Einfügung 
36913 \family sans
36914 Winkel
36915 \family default
36916  eingegeben.
36917 \end_layout
36918
36919 \begin_layout Standard
36920 Dies ist eine Zeile 
36921 \begin_inset Flex Rotatebox
36922 status open
36923
36924 \begin_layout Plain Layout
36925 \begin_inset Argument 1
36926 status open
36927
36928 \begin_layout Plain Layout
36929 origin=c
36930 \end_layout
36931
36932 \end_inset
36933
36934
36935 \begin_inset Argument 2
36936 status open
36937
36938 \begin_layout Plain Layout
36939 60
36940 \end_layout
36941
36942 \end_inset
36943
36944 mit rotiertem
36945 \end_layout
36946
36947 \end_inset
36948
36949  Text.
36950 \end_layout
36951
36952 \begin_layout Standard
36953 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
36954 \end_layout
36955
36956 \begin_layout Standard
36957 Dies ist eine Zeile 
36958 \begin_inset Flex Rotatebox
36959 status open
36960
36961 \begin_layout Plain Layout
36962 \begin_inset Argument 1
36963 status open
36964
36965 \begin_layout Plain Layout
36966 origin=r
36967 \end_layout
36968
36969 \end_inset
36970
36971
36972 \begin_inset Argument 2
36973 status open
36974
36975 \begin_layout Plain Layout
36976 -60
36977 \end_layout
36978
36979 \end_inset
36980
36981
36982 \begin_inset Box Doublebox
36983 position "c"
36984 hor_pos "c"
36985 has_inner_box 0
36986 inner_pos "c"
36987 use_parbox 0
36988 use_makebox 0
36989 width "1in"
36990 special "width"
36991 height "1in"
36992 height_special "totalheight"
36993 thickness "0.4pt"
36994 separation "3pt"
36995 shadowsize "4pt"
36996 framecolor "black"
36997 backgroundcolor "none"
36998 status collapsed
36999
37000 \begin_layout Plain Layout
37001 mit rotiertem
37002 \end_layout
37003
37004 \end_inset
37005
37006
37007 \end_layout
37008
37009 \end_inset
37010
37011  umrandeten Text 
37012 \begin_inset Flex Rotatebox
37013 status open
37014
37015 \begin_layout Plain Layout
37016 \begin_inset Argument 1
37017 status open
37018
37019 \begin_layout Plain Layout
37020 origin=lb
37021 \end_layout
37022
37023 \end_inset
37024
37025
37026 \begin_inset Argument 2
37027 status open
37028
37029 \begin_layout Plain Layout
37030 60
37031 \end_layout
37032
37033 \end_inset
37034
37035
37036 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37037 \end_inset
37038
37039
37040 \end_layout
37041
37042 \end_inset
37043
37044  und einer Formel.
37045 \end_layout
37046
37047 \begin_layout Standard
37048 Oder ein Bild oder Tabelle:
37049 \end_layout
37050
37051 \begin_layout Standard
37052 Dies ist eine Zeile 
37053 \begin_inset Flex Rotatebox
37054 status open
37055
37056 \begin_layout Plain Layout
37057 \begin_inset Argument 1
37058 status open
37059
37060 \begin_layout Plain Layout
37061 origin=lb
37062 \end_layout
37063
37064 \end_inset
37065
37066
37067 \begin_inset Argument 2
37068 status open
37069
37070 \begin_layout Plain Layout
37071 90
37072 \end_layout
37073
37074 \end_inset
37075
37076
37077 \begin_inset Graphics
37078         filename ../clipart/Star-structure.pdf
37079         lyxscale 50
37080         width 25col%
37081
37082 \end_inset
37083
37084
37085 \end_layout
37086
37087 \end_inset
37088
37089  mit einem rotierten Bild 
37090 \begin_inset Flex Rotatebox
37091 status open
37092
37093 \begin_layout Plain Layout
37094 \begin_inset Argument 2
37095 status open
37096
37097 \begin_layout Plain Layout
37098 -90
37099 \end_layout
37100
37101 \end_inset
37102
37103
37104 \begin_inset Tabular
37105 <lyxtabular version="3" rows="2" columns="2">
37106 <features tabularvalignment="middle">
37107 <column alignment="center" valignment="top">
37108 <column alignment="center" valignment="top">
37109 <row>
37110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37111 \begin_inset Text
37112
37113 \begin_layout Plain Layout
37114 q
37115 \end_layout
37116
37117 \end_inset
37118 </cell>
37119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37120 \begin_inset Text
37121
37122 \begin_layout Plain Layout
37123 w
37124 \end_layout
37125
37126 \end_inset
37127 </cell>
37128 </row>
37129 <row>
37130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37131 \begin_inset Text
37132
37133 \begin_layout Plain Layout
37134 e
37135 \end_layout
37136
37137 \end_inset
37138 </cell>
37139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37140 \begin_inset Text
37141
37142 \begin_layout Plain Layout
37143 r
37144 \end_layout
37145
37146 \end_inset
37147 </cell>
37148 </row>
37149 </lyxtabular>
37150
37151 \end_inset
37152
37153
37154 \end_layout
37155
37156 \end_inset
37157
37158  und Tabelle.
37159 \begin_inset Index idx
37160 status collapsed
37161
37162 \begin_layout Plain Layout
37163 Abbildungen ! rotierte
37164 \end_layout
37165
37166 \end_inset
37167
37168
37169 \begin_inset Index idx
37170 status collapsed
37171
37172 \begin_layout Plain Layout
37173 Tabellen ! rotierte
37174 \end_layout
37175
37176 \end_inset
37177
37178
37179 \end_layout
37180
37181 \begin_layout Standard
37182 \begin_inset Note Greyedout
37183 status open
37184
37185 \begin_layout Plain Layout
37186
37187 \series bold
37188 Achtung:
37189 \series default
37190  Wenn die Einfügung 
37191 \family sans
37192 Drehpunkt
37193 \family default
37194  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
37195 -Fehler
37196  wenn man das Dokument ansieht/exportiert.
37197 \end_layout
37198
37199 \end_inset
37200
37201
37202 \end_layout
37203
37204 \begin_layout Subsection
37205 Skalierte Boxen
37206 \begin_inset Index idx
37207 status collapsed
37208
37209 \begin_layout Plain Layout
37210 Boxen ! skalierte
37211 \end_layout
37212
37213 \end_inset
37214
37215
37216 \begin_inset Index idx
37217 status collapsed
37218
37219 \begin_layout Plain Layout
37220 Skaliertes Material
37221 \end_layout
37222
37223 \end_inset
37224
37225
37226 \end_layout
37227
37228 \begin_layout Standard
37229 Um Material zu skalieren, setzt man es in eine 
37230 \family sans
37231 Skalierende
37232 \begin_inset space ~
37233 \end_inset
37234
37235 Box
37236 \family default
37237 .
37238  Solch eine Box wird über das Menü 
37239 \family sans
37240 Einfügen\SpecialChar menuseparator
37241 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
37242 Skalierende
37243 \begin_inset space ~
37244 \end_inset
37245
37246 Box
37247 \family default
37248  eingefügt.
37249 \end_layout
37250
37251 \begin_layout Standard
37252 Die 
37253 \family sans
37254 Skalierende
37255 \begin_inset space ~
37256 \end_inset
37257
37258 Box
37259 \family default
37260  Einfügung hat die obligatorische Einfügung 
37261 \family sans
37262 H-Faktor
37263 \family default
37264  und die optionale Einfügung 
37265 \family sans
37266 V-Faktor
37267 \family default
37268  (wird eingefügt über das Menü 
37269 \family sans
37270 Einfügen\SpecialChar menuseparator
37271 V-Faktor)
37272 \family default
37273 .
37274  Fügen Sie hier den horizontalen bzw.
37275 \begin_inset space \space{}
37276 \end_inset
37277
37278 den vertikalen Skalierungsfaktor ein.
37279  Wenn die Einfügung 
37280 \family sans
37281 V-Faktor
37282 \family default
37283  nicht verwendet wird, wird der horizontale Skalierungsfaktor auch für den
37284  vertikalen verwendet.
37285 \end_layout
37286
37287 \begin_layout Standard
37288 Um z.
37289 \begin_inset space \thinspace{}
37290 \end_inset
37291
37292 B.
37293  doppelte Textgröße als die Dokument-Schriftgröße zu erhalten, gibt man
37294  
37295 \series bold
37296 2
37297 \series default
37298  in die Einfügung 
37299 \family sans
37300 H-Faktor
37301 \family default
37302  ein.
37303  Ein Beispiel: 
37304 \begin_inset Flex Scalebox
37305 status open
37306
37307 \begin_layout Plain Layout
37308 \begin_inset Argument 1
37309 status open
37310
37311 \begin_layout Plain Layout
37312 2
37313 \end_layout
37314
37315 \end_inset
37316
37317 Hallo
37318 \end_layout
37319
37320 \end_inset
37321
37322
37323 \end_layout
37324
37325 \begin_layout Standard
37326
37327 \series bold
37328 2
37329 \series default
37330  als 
37331 \family sans
37332 H-Faktor
37333 \family default
37334  und 
37335 \series bold
37336 1
37337 \series default
37338  als 
37339 \family sans
37340 V-Faktor
37341 \family default
37342  verzerrt das 
37343 \begin_inset Flex Scalebox
37344 status open
37345
37346 \begin_layout Plain Layout
37347 \begin_inset Argument 1
37348 status open
37349
37350 \begin_layout Plain Layout
37351 2
37352 \end_layout
37353
37354 \end_inset
37355
37356
37357 \begin_inset Argument 2
37358 status open
37359
37360 \begin_layout Plain Layout
37361 1
37362 \end_layout
37363
37364 \end_inset
37365
37366 Hallo
37367 \end_layout
37368
37369 \end_inset
37370
37371 .
37372 \end_layout
37373
37374 \begin_layout Standard
37375 Die Skalierungsfaktoren dürfen auch negativ sein.
37376  In diesem Fall wird der Boxinhalt gespiegelt.
37377  Daher kann 
37378 \series bold
37379 -1
37380 \series default
37381  als 
37382 \family sans
37383 H-Faktor
37384 \family default
37385  und 
37386 \series bold
37387 1
37388 \series default
37389  als 
37390 \family sans
37391 V-Faktor
37392 \family default
37393  verwendet werden um Spiegelschrift zu erstellen: 
37394 \begin_inset Flex Scalebox
37395 status open
37396
37397 \begin_layout Plain Layout
37398 \begin_inset Argument 1
37399 status open
37400
37401 \begin_layout Plain Layout
37402 -1
37403 \end_layout
37404
37405 \end_inset
37406
37407
37408 \begin_inset Argument 2
37409 status open
37410
37411 \begin_layout Plain Layout
37412 1
37413 \end_layout
37414
37415 \end_inset
37416
37417 Hallo
37418 \end_layout
37419
37420 \end_inset
37421
37422
37423 \end_layout
37424
37425 \begin_layout Standard
37426
37427 \series bold
37428 1
37429 \series default
37430  als 
37431 \family sans
37432 H-Faktor
37433 \family default
37434  und 
37435 \series bold
37436 -1
37437 \series default
37438  als 
37439 \family sans
37440 V-Faktor
37441 \family default
37442  reflektiert das 
37443 \begin_inset Flex Scalebox
37444 status open
37445
37446 \begin_layout Plain Layout
37447 \begin_inset Argument 1
37448 status open
37449
37450 \begin_layout Plain Layout
37451 1
37452 \end_layout
37453
37454 \end_inset
37455
37456
37457 \begin_inset Argument 2
37458 status open
37459
37460 \begin_layout Plain Layout
37461 -1
37462 \end_layout
37463
37464 \end_inset
37465
37466 Hallo
37467 \end_layout
37468
37469 \end_inset
37470
37471  an der Grundlinie.
37472 \end_layout
37473
37474 \begin_layout Standard
37475 Die 
37476 \family sans
37477 Spiegelbox
37478 \family default
37479  (Menü 
37480 \family sans
37481 Einfügen\SpecialChar menuseparator
37482 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
37483 Spiegelbox
37484 \family default
37485 ) ist äquivalent zu 
37486 \series bold
37487 -1
37488 \series default
37489  als 
37490 \family sans
37491 H-Faktor
37492 \family default
37493  und 
37494 \series bold
37495 1
37496 \series default
37497  als 
37498 \family sans
37499 V-Faktor 
37500 \family default
37501 für eine 
37502 \family sans
37503 Skalierende
37504 \begin_inset space ~
37505 \end_inset
37506
37507 Box
37508 \family default
37509 .
37510 \end_layout
37511
37512 \begin_layout Standard
37513 \begin_inset Note Greyedout
37514 status open
37515
37516 \begin_layout Plain Layout
37517
37518 \series bold
37519 Achtung:
37520 \series default
37521  Wenn die Einfügung 
37522 \family sans
37523 Drehpunkt
37524 \family default
37525  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
37526 -Fehler
37527  wenn man das Dokument ansieht/exportiert.
37528 \end_layout
37529
37530 \end_inset
37531
37532
37533 \end_layout
37534
37535 \begin_layout Standard
37536 \begin_inset VSpace bigskip
37537 \end_inset
37538
37539 Die 
37540 \family sans
37541 Neugrößenbox
37542 \family default
37543  (Menü 
37544 \family sans
37545 Einfügen\SpecialChar menuseparator
37546 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
37547 Neugrößenbox
37548 \family default
37549 ) verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
37550  skalieren.
37551  Die 
37552 \family sans
37553 Neugrößenbox
37554 \family default
37555  Einfügung hat die obligatorische Einfügung 
37556 \family sans
37557 Breite
37558 \family default
37559  und die optionale Einfügung 
37560 \family sans
37561 Höhe
37562 \family default
37563  (wird eingefügt über das Menü 
37564 \family sans
37565 Einfügen\SpecialChar menuseparator
37566 Höhe)
37567 \family default
37568 .
37569  Fügen Sie hier die Breite bzw.
37570 \begin_inset space \space{}
37571 \end_inset
37572
37573 Höhe als Wert mit Einheit ein.
37574  
37575 \begin_inset CommandInset ref
37576 LatexCommand ref
37577 reference "tab:Maßeinheiten"
37578
37579 \end_inset
37580
37581  listet die möglichen Maßeinheiten auf.
37582  Befindet sich ein Ausrufezeichen 
37583 \series bold
37584 !
37585 \series default
37586  in einer der beiden Einfügungen, wird die Größe so gewählt, dass das Seitenverh
37587 ältnis der Box beibehalten wird.
37588  Wenn die Einfügung 
37589 \family sans
37590 Höhe
37591 \family default
37592  nicht verwendet wird, wird intern ein Ausrufezeichen für die Höhe verwendet.
37593 \end_layout
37594
37595 \begin_layout Standard
37596
37597 \series bold
37598 2cm
37599 \series default
37600  als 
37601 \family sans
37602 Breite
37603 \family default
37604  und 
37605 \series bold
37606 1cm
37607 \series default
37608  als 
37609 \family sans
37610 Höhe
37611 \family default
37612  ergibt: 
37613 \begin_inset Flex Resizebox
37614 status open
37615
37616 \begin_layout Plain Layout
37617 \begin_inset Argument 1
37618 status open
37619
37620 \begin_layout Plain Layout
37621 2cm
37622 \end_layout
37623
37624 \end_inset
37625
37626
37627 \begin_inset Argument 2
37628 status open
37629
37630 \begin_layout Plain Layout
37631 1cm
37632 \end_layout
37633
37634 \end_inset
37635
37636 Hallo
37637 \end_layout
37638
37639 \end_inset
37640
37641
37642 \begin_inset Newline newline
37643 \end_inset
37644
37645
37646 \series bold
37647 2cm
37648 \series default
37649  als 
37650 \family sans
37651 Breite
37652 \family default
37653  und 
37654 \series bold
37655 !
37656 \series default
37657  als 
37658 \family sans
37659 Höhe
37660 \family default
37661  (oder keine 
37662 \family sans
37663 Höhe
37664 \family default
37665 ) ergibt: 
37666 \begin_inset Flex Resizebox
37667 status open
37668
37669 \begin_layout Plain Layout
37670 \begin_inset Argument 1
37671 status open
37672
37673 \begin_layout Plain Layout
37674 2cm
37675 \end_layout
37676
37677 \end_inset
37678
37679
37680 \begin_inset Argument 2
37681 status open
37682
37683 \begin_layout Plain Layout
37684 !
37685 \end_layout
37686
37687 \end_inset
37688
37689 Hallo
37690 \end_layout
37691
37692 \end_inset
37693
37694
37695 \end_layout
37696
37697 \begin_layout Standard
37698 \begin_inset Note Greyedout
37699 status open
37700
37701 \begin_layout Plain Layout
37702
37703 \series bold
37704 Achtung:
37705 \series default
37706  Wenn die Einfügung
37707 \family sans
37708  Breite 
37709 \family default
37710 leer ist oder eine ungültige Einheit enthält, erhält man \SpecialChar LaTeX
37711 -Fehler wenn man
37712  das Dokument ansieht/exportiert.
37713 \end_layout
37714
37715 \end_inset
37716
37717
37718 \end_layout
37719
37720 \begin_layout Standard
37721 \begin_inset VSpace bigskip
37722 \end_inset
37723
37724
37725 \end_layout
37726
37727 \begin_layout Standard
37728 Alle Boxen können beliebig miteinander kombiniert werden.
37729  Als Beispiel eine 
37730 \family sans
37731 Spiegelbox
37732 \family default
37733  in einer 
37734 \family sans
37735 Neugrößenbox
37736 \family default
37737 , die wiederum in einer 
37738 \family sans
37739 Rotationsbox
37740 \family default
37741  ist:
37742 \end_layout
37743
37744 \begin_layout Standard
37745 \noindent
37746 \align center
37747 \begin_inset Flex Rotatebox
37748 status open
37749
37750 \begin_layout Plain Layout
37751 \begin_inset Argument 1
37752 status open
37753
37754 \begin_layout Plain Layout
37755 origin=c
37756 \end_layout
37757
37758 \end_inset
37759
37760
37761 \begin_inset Argument 2
37762 status open
37763
37764 \begin_layout Plain Layout
37765 -45
37766 \end_layout
37767
37768 \end_inset
37769
37770
37771 \begin_inset Flex Resizebox
37772 status open
37773
37774 \begin_layout Plain Layout
37775 \begin_inset Argument 1
37776 status open
37777
37778 \begin_layout Plain Layout
37779 2cm
37780 \end_layout
37781
37782 \end_inset
37783
37784
37785 \begin_inset Flex Reflectbox
37786 status open
37787
37788 \begin_layout Plain Layout
37789 Hallo
37790 \end_layout
37791
37792 \end_inset
37793
37794
37795 \end_layout
37796
37797 \end_inset
37798
37799
37800 \end_layout
37801
37802 \end_inset
37803
37804
37805 \end_layout
37806
37807 \begin_layout Standard
37808 \noindent
37809 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
37810 \end_layout
37811
37812 \begin_layout Standard
37813 \noindent
37814 \align center
37815 \begin_inset Flex Resizebox
37816 status open
37817
37818 \begin_layout Plain Layout
37819 \begin_inset Argument 1
37820 status open
37821
37822 \begin_layout Plain Layout
37823 2cm
37824 \end_layout
37825
37826 \end_inset
37827
37828
37829 \begin_inset Flex Reflectbox
37830 status open
37831
37832 \begin_layout Plain Layout
37833 \begin_inset Graphics
37834         filename ../clipart/Star-structure.pdf
37835         lyxscale 50
37836         width 25col%
37837
37838 \end_inset
37839
37840
37841 \end_layout
37842
37843 \end_inset
37844
37845
37846 \end_layout
37847
37848 \end_inset
37849
37850  
37851 \begin_inset Flex Resizebox
37852 status open
37853
37854 \begin_layout Plain Layout
37855 \begin_inset Argument 1
37856 status open
37857
37858 \begin_layout Plain Layout
37859 2cm
37860 \end_layout
37861
37862 \end_inset
37863
37864
37865 \begin_inset Flex Reflectbox
37866 status open
37867
37868 \begin_layout Plain Layout
37869 \begin_inset Tabular
37870 <lyxtabular version="3" rows="2" columns="2">
37871 <features tabularvalignment="middle">
37872 <column alignment="center" valignment="top">
37873 <column alignment="center" valignment="top">
37874 <row>
37875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37876 \begin_inset Text
37877
37878 \begin_layout Plain Layout
37879 q
37880 \end_layout
37881
37882 \end_inset
37883 </cell>
37884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37885 \begin_inset Text
37886
37887 \begin_layout Plain Layout
37888 w
37889 \end_layout
37890
37891 \end_inset
37892 </cell>
37893 </row>
37894 <row>
37895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37896 \begin_inset Text
37897
37898 \begin_layout Plain Layout
37899 e
37900 \end_layout
37901
37902 \end_inset
37903 </cell>
37904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37905 \begin_inset Text
37906
37907 \begin_layout Plain Layout
37908 r
37909 \end_layout
37910
37911 \end_inset
37912 </cell>
37913 </row>
37914 </lyxtabular>
37915
37916 \end_inset
37917
37918
37919 \end_layout
37920
37921 \end_inset
37922
37923
37924 \end_layout
37925
37926 \end_inset
37927
37928  
37929 \begin_inset Flex Resizebox
37930 status open
37931
37932 \begin_layout Plain Layout
37933 \begin_inset Argument 1
37934 status open
37935
37936 \begin_layout Plain Layout
37937 3cm
37938 \end_layout
37939
37940 \end_inset
37941
37942
37943 \begin_inset Flex Reflectbox
37944 status open
37945
37946 \begin_layout Plain Layout
37947 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37948 \end_inset
37949
37950
37951 \end_layout
37952
37953 \end_inset
37954
37955
37956 \end_layout
37957
37958 \end_inset
37959
37960
37961 \begin_inset Index idx
37962 status collapsed
37963
37964 \begin_layout Plain Layout
37965 Abbildungen ! skalierte
37966 \end_layout
37967
37968 \end_inset
37969
37970
37971 \begin_inset Index idx
37972 status collapsed
37973
37974 \begin_layout Plain Layout
37975 Tabellen ! skalierte
37976 \end_layout
37977
37978 \end_inset
37979
37980
37981 \end_layout
37982
37983 \begin_layout Standard
37984 Hat man den globalen Formelstil 
37985 \series bold
37986 fleqn
37987 \series default
37988
37989 \begin_inset Foot
37990 status collapsed
37991
37992 \begin_layout Plain Layout
37993 Wenn 
37994 \begin_inset Quotes gld
37995 \end_inset
37996
37997 fleqn
37998 \begin_inset Quotes grd
37999 \end_inset
38000
38001  zu den Dokumentklassen-Optionen hinzugefügt wurde.
38002 \end_layout
38003
38004 \end_inset
38005
38006  gewählt, kann man auch abgesetzte Formeln skalieren.
38007 \end_layout
38008
38009 \begin_layout Chapter
38010 Umflossene Objekte
38011 \begin_inset Index idx
38012 status collapsed
38013
38014 \begin_layout Plain Layout
38015 Umflossene Objekte
38016 \end_layout
38017
38018 \end_inset
38019
38020
38021 \end_layout
38022
38023 \begin_layout Section
38024 Umflossene Gleitobjekte
38025 \begin_inset CommandInset label
38026 LatexCommand label
38027 name "abs:Umflossene-Gleitobjekte"
38028
38029 \end_inset
38030
38031
38032 \begin_inset Index idx
38033 status collapsed
38034
38035 \begin_layout Plain Layout
38036 Gleitobjekte ! umflossene
38037 \end_layout
38038
38039 \end_inset
38040
38041
38042 \begin_inset Index idx
38043 status collapsed
38044
38045 \begin_layout Plain Layout
38046 Umflossene Objekte ! Gleitobjekte
38047 \end_layout
38048
38049 \end_inset
38050
38051
38052 \end_layout
38053
38054 \begin_layout Standard
38055 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
38056  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
38057  den die Abbildung bzw.
38058 \begin_inset space ~
38059 \end_inset
38060
38061 Tabelle übrig lässt.
38062  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
38063  Sie werden über das Menü
38064 \family sans
38065  Einfügen\SpecialChar menuseparator
38066 Gleitobjekt\SpecialChar menuseparator
38067 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
38068 objekt
38069 \family default
38070  eingefügt, wenn das \SpecialChar LaTeX
38071 -Paket 
38072 \series bold
38073 wrapfig
38074 \series default
38075
38076 \begin_inset Index idx
38077 status collapsed
38078
38079 \begin_layout Plain Layout
38080 \SpecialChar LaTeX
38081 -Pakete ! wrapfig
38082 \end_layout
38083
38084 \end_inset
38085
38086  installiert ist.
38087 \begin_inset Foot
38088 status collapsed
38089
38090 \begin_layout Plain Layout
38091 Wie man ein \SpecialChar LaTeX
38092 -Paket installiert, wird im Handbuch 
38093 \emph on
38094 \SpecialChar LaTeX
38095 -Konfiguration
38096 \emph default
38097  beschrieben.
38098 \end_layout
38099
38100 \end_inset
38101
38102  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
38103  Box des Gleitobjekts geändert werden.
38104  
38105 \begin_inset Wrap figure
38106 lines 0
38107 placement l
38108 overhang 1cm
38109 width "40col%"
38110 status open
38111
38112 \begin_layout Plain Layout
38113 \begin_inset Graphics
38114         filename ../clipart/2D-intensity-plot.pdf
38115         width 35col%
38116         scaleBeforeRotation
38117         rotateOrigin center
38118
38119 \end_inset
38120
38121
38122 \end_layout
38123
38124 \begin_layout Plain Layout
38125 \begin_inset Caption Standard
38126
38127 \begin_layout Plain Layout
38128 \begin_inset CommandInset label
38129 LatexCommand label
38130 name "abb:Dies-ist-eine"
38131
38132 \end_inset
38133
38134 Dies ist eine umflossene Gleitobjekt-Abbildung
38135 \end_layout
38136
38137 \end_inset
38138
38139
38140 \end_layout
38141
38142 \end_inset
38143
38144  Obligatorische Einstellungen sind die 
38145 \family sans
38146 Breite
38147 \family default
38148  und 
38149 \family sans
38150 Platzierung
38151 \family default
38152  des Gleitobjekts.
38153  Optional sind der 
38154 \family sans
38155 Überhang 
38156 \family default
38157 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
38158 \begin_inset space \thinspace{}
38159 \end_inset
38160
38161 /
38162 \begin_inset space \thinspace{}
38163 \end_inset
38164
38165 der Seite ragt und die 
38166 \family sans
38167 benötigten Zeilen
38168 \family default
38169 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
38170  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
38171  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
38172  Des weiteren können Sie entscheiden, ob es \SpecialChar LaTeX
38173  erlaubt sein soll, das Gleitobjekt
38174  innerhalb des Absatzes oder zu umgebenden Absätzen gleiten zu lassen.
38175  Abbildung
38176 \begin_inset space ~
38177 \end_inset
38178
38179
38180 \begin_inset CommandInset ref
38181 LatexCommand ref
38182 reference "abb:Dies-ist-eine"
38183
38184 \end_inset
38185
38186  ist zum Beispiel ein umflossenes Bild, das 35
38187 \begin_inset space \thinspace{}
38188 \end_inset
38189
38190 % der Spaltenbreite einnimmt, 1
38191 \begin_inset space \thinspace{}
38192 \end_inset
38193
38194 cm in den Rand ragt und links gesetzt wurde.
38195 \end_layout
38196
38197 \begin_layout Standard
38198 \begin_inset Note Greyedout
38199 status open
38200
38201 \begin_layout Plain Layout
38202
38203 \series bold
38204 Bemerkung:
38205 \series default
38206  Umflossene Objekte sind fragil! Wenn die Abbildung z.
38207 \begin_inset space \thinspace{}
38208 \end_inset
38209
38210 B.
38211  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
38212  oder über anderen Text gedruckt wird.
38213 \end_layout
38214
38215 \end_inset
38216
38217
38218 \end_layout
38219
38220 \begin_layout Standard
38221 Allgemein gilt für umflossene Gleitobjekte:
38222 \end_layout
38223
38224 \begin_layout Itemize
38225 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
38226  fortgesetzt werden.
38227  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
38228  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
38229 \end_layout
38230
38231 \begin_layout Itemize
38232 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
38233  werden oder darin.
38234 \end_layout
38235
38236 \begin_layout Itemize
38237 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
38238  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
38239 \end_layout
38240
38241 \begin_layout Itemize
38242 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
38243 \end_layout
38244
38245 \begin_layout Itemize
38246 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
38247 \begin_inset space \thinspace{}
38248 \end_inset
38249
38250
38251 \begin_inset CommandInset ref
38252 LatexCommand ref
38253 reference "kap:Gleitobjekte"
38254
38255 \end_inset
38256
38257  beschrieben.
38258 \end_layout
38259
38260 \begin_layout Section
38261 Umflossene Fixe Objekte
38262 \begin_inset Index idx
38263 status collapsed
38264
38265 \begin_layout Plain Layout
38266 Umflossene Objekte ! Fixe Objekte
38267 \end_layout
38268
38269 \end_inset
38270
38271
38272 \end_layout
38273
38274 \begin_layout Standard
38275 Die in Abschnitt
38276 \begin_inset space ~
38277 \end_inset
38278
38279
38280 \begin_inset CommandInset ref
38281 LatexCommand ref
38282 reference "abs:Umflossene-Gleitobjekte"
38283
38284 \end_inset
38285
38286  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
38287 \end_layout
38288
38289 \begin_layout Standard
38290 \noindent
38291 \align center
38292 \begin_inset Tabular
38293 <lyxtabular version="3" rows="2" columns="2">
38294 <features tabularvalignment="middle">
38295 <column alignment="center" valignment="top">
38296 <column alignment="center" valignment="top">
38297 <row>
38298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38299 \begin_inset Text
38300
38301 \begin_layout Plain Layout
38302 \begin_inset Info
38303 type  "icon"
38304 arg   "dialog-show-new-inset graphics"
38305 \end_inset
38306
38307
38308 \end_layout
38309
38310 \end_inset
38311 </cell>
38312 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38313 \begin_inset Text
38314
38315 \begin_layout Plain Layout
38316 Text
38317 \end_layout
38318
38319 \end_inset
38320 </cell>
38321 </row>
38322 <row>
38323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38324 \begin_inset Text
38325
38326 \begin_layout Plain Layout
38327 Text
38328 \end_layout
38329
38330 \end_inset
38331 </cell>
38332 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38333 \begin_inset Text
38334
38335 \begin_layout Plain Layout
38336 Text
38337 \end_layout
38338
38339 \end_inset
38340 </cell>
38341 </row>
38342 </lyxtabular>
38343
38344 \end_inset
38345
38346  oder 
38347 \begin_inset Tabular
38348 <lyxtabular version="3" rows="2" columns="2">
38349 <features tabularvalignment="middle">
38350 <column alignment="center" valignment="top">
38351 <column alignment="center" valignment="top">
38352 <row>
38353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38354 \begin_inset Text
38355
38356 \begin_layout Plain Layout
38357 Text
38358 \end_layout
38359
38360 \end_inset
38361 </cell>
38362 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38363 \begin_inset Text
38364
38365 \begin_layout Plain Layout
38366 \begin_inset Info
38367 type  "icon"
38368 arg   "dialog-show-new-inset graphics"
38369 \end_inset
38370
38371
38372 \end_layout
38373
38374 \end_inset
38375 </cell>
38376 </row>
38377 <row>
38378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38379 \begin_inset Text
38380
38381 \begin_layout Plain Layout
38382 Text
38383 \end_layout
38384
38385 \end_inset
38386 </cell>
38387 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38388 \begin_inset Text
38389
38390 \begin_layout Plain Layout
38391 Text
38392 \end_layout
38393
38394 \end_inset
38395 </cell>
38396 </row>
38397 </lyxtabular>
38398
38399 \end_inset
38400
38401
38402 \end_layout
38403
38404 \begin_layout Standard
38405 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
38406  wurde, um z.
38407 \begin_inset space \thinspace{}
38408 \end_inset
38409
38410 B.
38411  solche Positionen zu erhalten:
38412 \begin_inset VSpace defskip
38413 \end_inset
38414
38415
38416 \end_layout
38417
38418 \begin_layout Standard
38419 \noindent
38420 \align center
38421 \begin_inset Tabular
38422 <lyxtabular version="3" rows="2" columns="2">
38423 <features tabularvalignment="middle">
38424 <column alignment="center" valignment="top">
38425 <column alignment="center" valignment="top">
38426 <row>
38427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38428 \begin_inset Text
38429
38430 \begin_layout Plain Layout
38431 Text
38432 \end_layout
38433
38434 \end_inset
38435 </cell>
38436 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38437 \begin_inset Text
38438
38439 \begin_layout Plain Layout
38440 Text
38441 \end_layout
38442
38443 \end_inset
38444 </cell>
38445 </row>
38446 <row>
38447 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38448 \begin_inset Text
38449
38450 \begin_layout Plain Layout
38451 \begin_inset Info
38452 type  "icon"
38453 arg   "dialog-show-new-inset graphics"
38454 \end_inset
38455
38456
38457 \end_layout
38458
38459 \end_inset
38460 </cell>
38461 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38462 \begin_inset Text
38463
38464 \begin_layout Plain Layout
38465 Text
38466 \end_layout
38467
38468 \end_inset
38469 </cell>
38470 </row>
38471 </lyxtabular>
38472
38473 \end_inset
38474
38475  
38476 \begin_inset Tabular
38477 <lyxtabular version="3" rows="2" columns="2">
38478 <features tabularvalignment="middle">
38479 <column alignment="center" valignment="top">
38480 <column alignment="center" valignment="top">
38481 <row>
38482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38483 \begin_inset Text
38484
38485 \begin_layout Plain Layout
38486 Text
38487 \end_layout
38488
38489 \end_inset
38490 </cell>
38491 <cell alignment="center" valignment="top" topline="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 <row>
38502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38503 \begin_inset Text
38504
38505 \begin_layout Plain Layout
38506 Text
38507 \end_layout
38508
38509 \end_inset
38510 </cell>
38511 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38512 \begin_inset Text
38513
38514 \begin_layout Plain Layout
38515 \begin_inset Info
38516 type  "icon"
38517 arg   "dialog-show-new-inset graphics"
38518 \end_inset
38519
38520
38521 \end_layout
38522
38523 \end_inset
38524 </cell>
38525 </row>
38526 </lyxtabular>
38527
38528 \end_inset
38529
38530  
38531 \begin_inset Tabular
38532 <lyxtabular version="3" rows="2" columns="3">
38533 <features tabularvalignment="middle">
38534 <column alignment="center" valignment="top">
38535 <column alignment="center" valignment="top">
38536 <column alignment="center" valignment="top">
38537 <row>
38538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38539 \begin_inset Text
38540
38541 \begin_layout Plain Layout
38542 Text
38543 \end_layout
38544
38545 \end_inset
38546 </cell>
38547 <cell alignment="center" valignment="top" topline="true" usebox="none">
38548 \begin_inset Text
38549
38550 \begin_layout Plain Layout
38551 \begin_inset Info
38552 type  "icon"
38553 arg   "dialog-show-new-inset graphics"
38554 \end_inset
38555
38556
38557 \end_layout
38558
38559 \end_inset
38560 </cell>
38561 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38562 \begin_inset Text
38563
38564 \begin_layout Plain Layout
38565 Text
38566 \end_layout
38567
38568 \end_inset
38569 </cell>
38570 </row>
38571 <row>
38572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38573 \begin_inset Text
38574
38575 \begin_layout Plain Layout
38576 Text
38577 \end_layout
38578
38579 \end_inset
38580 </cell>
38581 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38582 \begin_inset Text
38583
38584 \begin_layout Plain Layout
38585 Text
38586 \end_layout
38587
38588 \end_inset
38589 </cell>
38590 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38591 \begin_inset Text
38592
38593 \begin_layout Plain Layout
38594 Text
38595 \end_layout
38596
38597 \end_inset
38598 </cell>
38599 </row>
38600 </lyxtabular>
38601
38602 \end_inset
38603
38604  
38605 \begin_inset Tabular
38606 <lyxtabular version="3" rows="2" columns="3">
38607 <features tabularvalignment="middle">
38608 <column alignment="center" valignment="top">
38609 <column alignment="center" valignment="top">
38610 <column alignment="center" valignment="top">
38611 <row>
38612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38613 \begin_inset Text
38614
38615 \begin_layout Plain Layout
38616 Text
38617 \end_layout
38618
38619 \end_inset
38620 </cell>
38621 <cell alignment="center" valignment="top" topline="true" usebox="none">
38622 \begin_inset Text
38623
38624 \begin_layout Plain Layout
38625 Text
38626 \end_layout
38627
38628 \end_inset
38629 </cell>
38630 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38631 \begin_inset Text
38632
38633 \begin_layout Plain Layout
38634 Text
38635 \end_layout
38636
38637 \end_inset
38638 </cell>
38639 </row>
38640 <row>
38641 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38642 \begin_inset Text
38643
38644 \begin_layout Plain Layout
38645 Text
38646 \end_layout
38647
38648 \end_inset
38649 </cell>
38650 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38651 \begin_inset Text
38652
38653 \begin_layout Plain Layout
38654 \begin_inset Info
38655 type  "icon"
38656 arg   "dialog-show-new-inset graphics"
38657 \end_inset
38658
38659
38660 \end_layout
38661
38662 \end_inset
38663 </cell>
38664 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38665 \begin_inset Text
38666
38667 \begin_layout Plain Layout
38668 Text
38669 \end_layout
38670
38671 \end_inset
38672 </cell>
38673 </row>
38674 </lyxtabular>
38675
38676 \end_inset
38677
38678
38679 \end_layout
38680
38681 \begin_layout Standard
38682 \noindent
38683 \align center
38684 \begin_inset Tabular
38685 <lyxtabular version="3" rows="3" columns="2">
38686 <features tabularvalignment="middle">
38687 <column alignment="center" valignment="top">
38688 <column alignment="center" valignment="top">
38689 <row>
38690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38691 \begin_inset Text
38692
38693 \begin_layout Plain Layout
38694 Text
38695 \end_layout
38696
38697 \end_inset
38698 </cell>
38699 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38700 \begin_inset Text
38701
38702 \begin_layout Plain Layout
38703 Text
38704 \end_layout
38705
38706 \end_inset
38707 </cell>
38708 </row>
38709 <row>
38710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38711 \begin_inset Text
38712
38713 \begin_layout Plain Layout
38714 \begin_inset Info
38715 type  "icon"
38716 arg   "dialog-show-new-inset graphics"
38717 \end_inset
38718
38719
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 Text
38729 \end_layout
38730
38731 \end_inset
38732 </cell>
38733 </row>
38734 <row>
38735 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38736 \begin_inset Text
38737
38738 \begin_layout Plain Layout
38739 Text
38740 \end_layout
38741
38742 \end_inset
38743 </cell>
38744 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38745 \begin_inset Text
38746
38747 \begin_layout Plain Layout
38748 Text
38749 \end_layout
38750
38751 \end_inset
38752 </cell>
38753 </row>
38754 </lyxtabular>
38755
38756 \end_inset
38757
38758  
38759 \begin_inset Tabular
38760 <lyxtabular version="3" rows="3" columns="3">
38761 <features tabularvalignment="middle">
38762 <column alignment="center" valignment="top">
38763 <column alignment="center" valignment="top">
38764 <column alignment="center" valignment="top">
38765 <row>
38766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38767 \begin_inset Text
38768
38769 \begin_layout Plain Layout
38770 Text
38771 \end_layout
38772
38773 \end_inset
38774 </cell>
38775 <cell alignment="center" valignment="top" topline="true" usebox="none">
38776 \begin_inset Text
38777
38778 \begin_layout Plain Layout
38779 Text
38780 \end_layout
38781
38782 \end_inset
38783 </cell>
38784 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38785 \begin_inset Text
38786
38787 \begin_layout Plain Layout
38788 Text
38789 \end_layout
38790
38791 \end_inset
38792 </cell>
38793 </row>
38794 <row>
38795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38796 \begin_inset Text
38797
38798 \begin_layout Plain Layout
38799 Text
38800 \end_layout
38801
38802 \end_inset
38803 </cell>
38804 <cell alignment="center" valignment="top" usebox="none">
38805 \begin_inset Text
38806
38807 \begin_layout Plain Layout
38808 \begin_inset Info
38809 type  "icon"
38810 arg   "dialog-show-new-inset graphics"
38811 \end_inset
38812
38813
38814 \end_layout
38815
38816 \end_inset
38817 </cell>
38818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38819 \begin_inset Text
38820
38821 \begin_layout Plain Layout
38822 Text
38823 \end_layout
38824
38825 \end_inset
38826 </cell>
38827 </row>
38828 <row>
38829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38830 \begin_inset Text
38831
38832 \begin_layout Plain Layout
38833 Text
38834 \end_layout
38835
38836 \end_inset
38837 </cell>
38838 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38839 \begin_inset Text
38840
38841 \begin_layout Plain Layout
38842 Text
38843 \end_layout
38844
38845 \end_inset
38846 </cell>
38847 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38848 \begin_inset Text
38849
38850 \begin_layout Plain Layout
38851 Text
38852 \end_layout
38853
38854 \end_inset
38855 </cell>
38856 </row>
38857 </lyxtabular>
38858
38859 \end_inset
38860
38861  
38862 \begin_inset Tabular
38863 <lyxtabular version="3" rows="3" columns="2">
38864 <features tabularvalignment="middle">
38865 <column alignment="center" valignment="top">
38866 <column alignment="center" valignment="top">
38867 <row>
38868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38869 \begin_inset Text
38870
38871 \begin_layout Plain Layout
38872 Text
38873 \end_layout
38874
38875 \end_inset
38876 </cell>
38877 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38878 \begin_inset Text
38879
38880 \begin_layout Plain Layout
38881 Text
38882 \end_layout
38883
38884 \end_inset
38885 </cell>
38886 </row>
38887 <row>
38888 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38889 \begin_inset Text
38890
38891 \begin_layout Plain Layout
38892 Text
38893 \end_layout
38894
38895 \end_inset
38896 </cell>
38897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38898 \begin_inset Text
38899
38900 \begin_layout Plain Layout
38901 \begin_inset Info
38902 type  "icon"
38903 arg   "dialog-show-new-inset graphics"
38904 \end_inset
38905
38906
38907 \end_layout
38908
38909 \end_inset
38910 </cell>
38911 </row>
38912 <row>
38913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38914 \begin_inset Text
38915
38916 \begin_layout Plain Layout
38917 Text
38918 \end_layout
38919
38920 \end_inset
38921 </cell>
38922 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38923 \begin_inset Text
38924
38925 \begin_layout Plain Layout
38926 Text
38927 \end_layout
38928
38929 \end_inset
38930 </cell>
38931 </row>
38932 </lyxtabular>
38933
38934 \end_inset
38935
38936
38937 \end_layout
38938
38939 \begin_layout Standard
38940 \noindent
38941 kann man das \SpecialChar LaTeX
38942 -Paket 
38943 \series bold
38944 picinpar
38945 \series default
38946
38947 \begin_inset Index idx
38948 status collapsed
38949
38950 \begin_layout Plain Layout
38951 \SpecialChar LaTeX
38952 -Pakete ! picinpar
38953 \end_layout
38954
38955 \end_inset
38956
38957  benutzen.
38958  Hier ist ein Beispiel:
38959 \end_layout
38960
38961 \begin_layout Standard
38962 \begin_inset ERT
38963 status collapsed
38964
38965 \begin_layout Plain Layout
38966
38967
38968 \backslash
38969 ifpicinpar
38970 \end_layout
38971
38972 \end_inset
38973
38974
38975 \begin_inset Note Note
38976 status open
38977
38978 \begin_layout Plain Layout
38979 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
38980 -Paket 
38981 \series bold
38982 picinpar
38983 \series default
38984  installiert ist.
38985 \end_layout
38986
38987 \end_inset
38988
38989
38990 \end_layout
38991
38992 \begin_layout Standard
38993 \begin_inset ERT
38994 status collapsed
38995
38996 \begin_layout Plain Layout
38997
38998
38999 \backslash
39000 begin{window}[2,c,{
39001 \end_layout
39002
39003 \end_inset
39004
39005
39006 \begin_inset Graphics
39007         filename ../clipart/2D-intensity-plot.pdf
39008         lyxscale 60
39009         width 40col%
39010         scaleBeforeRotation
39011         rotateOrigin center
39012
39013 \end_inset
39014
39015
39016 \begin_inset ERT
39017 status collapsed
39018
39019 \begin_layout Plain Layout
39020
39021 },]
39022 \end_layout
39023
39024 \begin_layout Plain Layout
39025
39026 {}
39027 \end_layout
39028
39029 \end_inset
39030
39031
39032 \size small
39033 \lang english
39034 It was in the spring of the year 1894 that all London was interested, and
39035  the fashionable world dismayed, by the murder of the Honourable Ronald
39036  Adair under most unusual and inexplicable circumstances.
39037  The public has already learned those particulars of the crime which
39038 \size default
39039
39040 \begin_inset ERT
39041 status collapsed
39042
39043 \begin_layout Plain Layout
39044
39045
39046 \backslash
39047 footnotemark{}
39048 \end_layout
39049
39050 \end_inset
39051
39052
39053 \size small
39054  came out in the police investigation, but a good deal was suppressed upon
39055  that occasion, since the case for the prosecution was so overwhelmingly
39056  strong that it was not necessary to bring forward all the facts.
39057  Only now, at the end of nearly ten years, am I allowed to supply those
39058  missing links which make up the whole of that remarkable chain.
39059 \size default
39060 \lang ngerman
39061
39062 \begin_inset ERT
39063 status collapsed
39064
39065 \begin_layout Plain Layout
39066
39067
39068 \backslash
39069 end{window}
39070 \end_layout
39071
39072 \end_inset
39073
39074
39075 \end_layout
39076
39077 \begin_layout Standard
39078 \begin_inset ERT
39079 status collapsed
39080
39081 \begin_layout Plain Layout
39082
39083
39084 \backslash
39085 footnotetext{
39086 \end_layout
39087
39088 \end_inset
39089
39090 Fußnote des Absatzes mit fixem Objekt.
39091 \begin_inset ERT
39092 status collapsed
39093
39094 \begin_layout Plain Layout
39095
39096 }
39097 \end_layout
39098
39099 \end_inset
39100
39101
39102 \end_layout
39103
39104 \begin_layout Standard
39105 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
39106  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
39107  vertikale Position im Text bestimmen kann.
39108  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
39109  beschriftet werden.
39110 \end_layout
39111
39112 \begin_layout Standard
39113 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
39114  Befehl
39115 \end_layout
39116
39117 \begin_layout Standard
39118
39119 \series bold
39120
39121 \backslash
39122 begin{window}[2,c,{
39123 \end_layout
39124
39125 \begin_layout Standard
39126 als \SpecialChar TeX
39127 -Code einfügt.
39128  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
39129  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
39130  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
39131  Danach fügt man das Objekt ein.
39132  In diesem Beispiel wurde ein Bild der Breite von 40
39133 \begin_inset space \thinspace{}
39134 \end_inset
39135
39136 % der Textspaltenbreite eingefügt.
39137  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
39138  Nach dem Objekt fügt man den Befehl
39139 \end_layout
39140
39141 \begin_layout Standard
39142
39143 \series bold
39144 },Beschreibungstext]
39145 \begin_inset Newline newline
39146 \end_inset
39147
39148 {}
39149 \end_layout
39150
39151 \begin_layout Standard
39152 ein.
39153  Man beachte dass das 
39154 \begin_inset Quotes gld
39155 \end_inset
39156
39157
39158 \series bold
39159 {}
39160 \series default
39161
39162 \begin_inset Quotes grd
39163 \end_inset
39164
39165  in der zweiten Zeile steht.
39166  Der Beschreibungstext ist optional.
39167  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
39168  das Objekt befinden, also direkt nach dem 
39169 \series bold
39170 {}
39171 \series default
39172  beginnen.
39173  Am Ende des Absatzes fügt man folgenden Befehl ein:
39174 \end_layout
39175
39176 \begin_layout Standard
39177
39178 \series bold
39179
39180 \backslash
39181 end{window}
39182 \end_layout
39183
39184 \begin_layout Standard
39185 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
39186  man muss stattdessen den Befehl 
39187 \series bold
39188
39189 \backslash
39190 footnotemark
39191 \series default
39192  verwenden.
39193  Außerhalb des Absatzes den Befehl 
39194 \series bold
39195
39196 \backslash
39197 footnotetext
39198 \series default
39199 , wie es in Abschnitt
39200 \begin_inset space ~
39201 \end_inset
39202
39203
39204 \begin_inset CommandInset ref
39205 LatexCommand ref
39206 reference "abs:Fußnoten"
39207
39208 \end_inset
39209
39210  beschrieben ist.
39211 \end_layout
39212
39213 \begin_layout Standard
39214 \begin_inset ERT
39215 status collapsed
39216
39217 \begin_layout Plain Layout
39218
39219
39220 \backslash
39221 else
39222 \end_layout
39223
39224 \end_inset
39225
39226
39227 \begin_inset Note Note
39228 status open
39229
39230 \begin_layout Plain Layout
39231 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
39232 -Paket 
39233 \series bold
39234 picinpar
39235 \series default
39236  nicht installiert ist:
39237 \end_layout
39238
39239 \end_inset
39240
39241
39242 \end_layout
39243
39244 \begin_layout Standard
39245 Das \SpecialChar LaTeX
39246 -Paket 
39247 \series bold
39248 picinpar
39249 \series default
39250  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
39251 \end_layout
39252
39253 \begin_layout Standard
39254 \begin_inset ERT
39255 status collapsed
39256
39257 \begin_layout Plain Layout
39258
39259
39260 \backslash
39261 fi
39262 \end_layout
39263
39264 \end_inset
39265
39266
39267 \end_layout
39268
39269 \begin_layout Section
39270 Initiale
39271 \begin_inset Index idx
39272 status collapsed
39273
39274 \begin_layout Plain Layout
39275 Initiale
39276 \end_layout
39277
39278 \end_inset
39279
39280
39281 \begin_inset Index idx
39282 status collapsed
39283
39284 \begin_layout Plain Layout
39285 Umflossene Objekte ! Initiale
39286 \end_layout
39287
39288 \end_inset
39289
39290
39291 \end_layout
39292
39293 \begin_layout Standard
39294 Für Initialen muss das \SpecialChar LaTeX
39295 -Paket 
39296 \series bold
39297 lettrine
39298 \series default
39299
39300 \begin_inset Index idx
39301 status collapsed
39302
39303 \begin_layout Plain Layout
39304 \SpecialChar LaTeX
39305 -Pakete ! lettrine
39306 \end_layout
39307
39308 \end_inset
39309
39310  installiert sein und das Modul 
39311 \family sans
39312 Initialen
39313 \family default
39314  im Dokument verwendet werden (Menü 
39315 \family sans
39316 Dokument\SpecialChar menuseparator
39317 Einstellungen\SpecialChar menuseparator
39318 Module
39319 \family default
39320 ).
39321  Um eine Initiale einzufügen, verwendet man den Stil 
39322 \family sans
39323 Initiale
39324 \family default
39325 .
39326  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
39327  Die Argumente werden über das Menü 
39328 \family sans
39329 Einfügen
39330 \family default
39331  eingefügt.
39332  Das obligatorische Argument 
39333 \family sans
39334 Initiale
39335 \family default
39336  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
39337 \family sans
39338 Rest
39339 \begin_inset space ~
39340 \end_inset
39341
39342 der
39343 \begin_inset space ~
39344 \end_inset
39345
39346 Initiale
39347 \family default
39348  enthält den Rest des Wortes oder Textes der Initiale.
39349  Das Argument 
39350 \family sans
39351 Optionen
39352 \family default
39353  enthält Parameter um die Initiale zu modifizieren.
39354  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
39355  von 
39356 \series bold
39357 lettrine
39358 \series default
39359
39360 \begin_inset CommandInset citation
39361 LatexCommand cite
39362 key "lettrine"
39363 literal "true"
39364
39365 \end_inset
39366
39367 .
39368  Der Stil selbst enthält den Text, der die Initiale umgibt.
39369  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
39370  Initiale ist, in 
39371 \shape smallcaps
39372 Kapitälchen
39373 \shape default
39374  gedruckt wird.
39375 \end_layout
39376
39377 \begin_layout Standard
39378 Hier sind einige Beispiele:
39379 \end_layout
39380
39381 \begin_layout Standard
39382 \begin_inset ERT
39383 status collapsed
39384
39385 \begin_layout Plain Layout
39386
39387
39388 \backslash
39389 iflettrine
39390 \end_layout
39391
39392 \end_inset
39393
39394
39395 \begin_inset Note Note
39396 status open
39397
39398 \begin_layout Plain Layout
39399 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
39400 -Paket 
39401 \series bold
39402 lettrine
39403 \series default
39404  installiert ist.
39405 \end_layout
39406
39407 \end_inset
39408
39409
39410 \end_layout
39411
39412 \begin_layout Enumerate
39413 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
39414
39415 \begin_inset Formula $\mathfrak{Fraktur}$
39416 \end_inset
39417
39418 :
39419 \end_layout
39420
39421 \begin_deeper
39422 \begin_layout Initial
39423 \begin_inset Argument 2
39424 status open
39425
39426 \begin_layout Plain Layout
39427 \begin_inset Formula $\mathfrak{I}$
39428 \end_inset
39429
39430
39431 \end_layout
39432
39433 \end_inset
39434
39435
39436 \begin_inset Argument 3
39437 status open
39438
39439 \begin_layout Plain Layout
39440 t
39441 \end_layout
39442
39443 \end_inset
39444
39445  
39446 \lang english
39447 was in the spring of the year 1894 that all London was interested, and the
39448  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39449  under most unusual and inexplicable circumstances.
39450  The public has already learned those particulars of the crime which came
39451  out in the police investigation, but a good deal was suppressed upon that
39452  occasion, since the case for the prosecution was so overwhelmingly strong
39453  that it was not necessary to bring forward all the facts.
39454 \end_layout
39455
39456 \end_deeper
39457 \begin_layout Enumerate
39458 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
39459  besteht und kein Text ist in 
39460 \shape smallcaps
39461 Kapitälchen
39462 \shape default
39463 :
39464 \end_layout
39465
39466 \begin_deeper
39467 \begin_layout Initial
39468 \begin_inset Argument 1
39469 status open
39470
39471 \begin_layout Plain Layout
39472 lines=1
39473 \end_layout
39474
39475 \end_inset
39476
39477
39478 \begin_inset Argument 2
39479 status open
39480
39481 \begin_layout Plain Layout
39482 It
39483 \end_layout
39484
39485 \end_inset
39486
39487  
39488 \lang english
39489 was in the spring of the year 1894 that all London was interested, and the
39490  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39491  under most unusual and inexplicable circumstances.
39492  The public has already learned those particulars of the crime which came
39493  out in the police investigation, but a good deal was suppressed upon that
39494  occasion, since the case for the prosecution was so overwhelmingly strong
39495  that it was not necessary to bring forward all the facts.
39496 \end_layout
39497
39498 \end_deeper
39499 \begin_layout Enumerate
39500 Magenta, hängende Initiale über 3
39501 \begin_inset space ~
39502 \end_inset
39503
39504 Zeilen in der Mathe-Schrift
39505 \begin_inset Newline newline
39506 \end_inset
39507
39508  
39509 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
39510 \end_inset
39511
39512 , der Text 
39513 \begin_inset Quotes gld
39514 \end_inset
39515
39516
39517 \lang english
39518 t was in the spring
39519 \lang ngerman
39520
39521 \begin_inset Quotes erd
39522 \end_inset
39523
39524  ist in 
39525 \shape smallcaps
39526 Kapitälchen
39527 \shape default
39528 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
39529 \begin_inset Newline newline
39530 \end_inset
39531
39532
39533 \series bold
39534
39535 \backslash
39536 renewcommand{
39537 \backslash
39538 LettrineFontHook}{
39539 \backslash
39540 color{Farbe}}
39541 \series default
39542
39543 \begin_inset Newline newline
39544 \end_inset
39545
39546 wobei 
39547 \emph on
39548 Farbe
39549 \emph default
39550  
39551 \begin_inset Quotes gld
39552 \end_inset
39553
39554 red
39555 \begin_inset Quotes erd
39556 \end_inset
39557
39558
39559 \begin_inset Quotes gld
39560 \end_inset
39561
39562 blue
39563 \begin_inset Quotes erd
39564 \end_inset
39565
39566
39567 \begin_inset Quotes gld
39568 \end_inset
39569
39570 green
39571 \begin_inset Quotes erd
39572 \end_inset
39573
39574
39575 \begin_inset Quotes gld
39576 \end_inset
39577
39578 yellow
39579 \begin_inset Quotes erd
39580 \end_inset
39581
39582
39583 \begin_inset Quotes gld
39584 \end_inset
39585
39586 cyan
39587 \begin_inset Quotes erd
39588 \end_inset
39589
39590
39591 \begin_inset Quotes gld
39592 \end_inset
39593
39594 magenta
39595 \begin_inset Quotes erd
39596 \end_inset
39597
39598
39599 \begin_inset Quotes gld
39600 \end_inset
39601
39602 black
39603 \begin_inset Quotes erd
39604 \end_inset
39605
39606  oder 
39607 \begin_inset Quotes gld
39608 \end_inset
39609
39610 white
39611 \begin_inset Quotes erd
39612 \end_inset
39613
39614  sein kann, und diesen Befehl zum \SpecialChar LaTeX
39615 -Vorspann hinzufügen:
39616 \begin_inset Newline newline
39617 \end_inset
39618
39619
39620 \series bold
39621
39622 \backslash
39623 @ifundefined{textcolor}
39624 \begin_inset Newline newline
39625 \end_inset
39626
39627
39628 \begin_inset space ~
39629 \end_inset
39630
39631 {
39632 \backslash
39633 usepackage{color}}{}
39634 \end_layout
39635
39636 \begin_deeper
39637 \begin_layout Standard
39638 \begin_inset ERT
39639 status collapsed
39640
39641 \begin_layout Plain Layout
39642
39643
39644 \backslash
39645 renewcommand{
39646 \backslash
39647 LettrineFontHook}{
39648 \backslash
39649 color{magenta}}
39650 \end_layout
39651
39652 \end_inset
39653
39654
39655 \begin_inset Note Note
39656 status open
39657
39658 \begin_layout Plain Layout
39659 macht die Initiale magenta
39660 \end_layout
39661
39662 \end_inset
39663
39664
39665 \end_layout
39666
39667 \begin_layout Initial
39668 \begin_inset Argument 1
39669 status open
39670
39671 \begin_layout Plain Layout
39672 lines=3, lhang=0.33, loversize=0.25
39673 \end_layout
39674
39675 \end_inset
39676
39677
39678 \begin_inset Argument 2
39679 status open
39680
39681 \begin_layout Plain Layout
39682 \begin_inset Formula $\mathcal{I}$
39683 \end_inset
39684
39685
39686 \end_layout
39687
39688 \end_inset
39689
39690
39691 \begin_inset Argument 3
39692 status open
39693
39694 \begin_layout Plain Layout
39695
39696 \lang english
39697 t was in the spring
39698 \end_layout
39699
39700 \end_inset
39701
39702  
39703 \lang english
39704 of the year 1894 that all London was interested, and the fashionable world
39705  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39706  and inexplicable circumstances.
39707  The public has already learned those particulars of the crime which came
39708  out in the police investigation, but a good deal was suppressed upon that
39709  occasion, since the case for the prosecution was so overwhelmingly strong
39710  that it was not necessary to bring forward all the facts.
39711 \end_layout
39712
39713 \end_deeper
39714 \begin_layout Standard
39715 \begin_inset ERT
39716 status collapsed
39717
39718 \begin_layout Plain Layout
39719
39720
39721 \backslash
39722 else
39723 \end_layout
39724
39725 \end_inset
39726
39727
39728 \begin_inset Note Note
39729 status open
39730
39731 \begin_layout Plain Layout
39732 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
39733 -Paket 
39734 \series bold
39735 lettrine
39736 \series default
39737  nicht installiert ist:
39738 \end_layout
39739
39740 \end_inset
39741
39742
39743 \end_layout
39744
39745 \begin_layout Standard
39746 Das \SpecialChar LaTeX
39747 -Paket 
39748 \series bold
39749 lettrine
39750 \series default
39751  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
39752 \end_layout
39753
39754 \begin_layout Standard
39755 \begin_inset ERT
39756 status collapsed
39757
39758 \begin_layout Plain Layout
39759
39760
39761 \backslash
39762 fi
39763 \end_layout
39764
39765 \end_inset
39766
39767
39768 \end_layout
39769
39770 \begin_layout Chapter
39771 Externe Dateien
39772 \begin_inset Index idx
39773 status collapsed
39774
39775 \begin_layout Plain Layout
39776 Dateien ! externe
39777 \end_layout
39778
39779 \end_inset
39780
39781
39782 \end_layout
39783
39784 \begin_layout Standard
39785 Mit 
39786 \family sans
39787 Einfügen\SpecialChar menuseparator
39788 Datei
39789 \family default
39790  können Sie fremdes Material in Ihr Dokument einsetzen.
39791  Das kann folgendes sein:
39792 \end_layout
39793
39794 \begin_layout Description
39795 \SpecialChar LyX
39796 -Dokument Der Inhalt eines anderen \SpecialChar LyX
39797 -Dokuments wird direkt in Ihr Dokument
39798  eingefügt.
39799 \end_layout
39800
39801 \begin_layout Description
39802 Einfacher
39803 \begin_inset space ~
39804 \end_inset
39805
39806 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
39807  eingefügt.
39808 \end_layout
39809
39810 \begin_layout Description
39811 Einfacher
39812 \begin_inset space ~
39813 \end_inset
39814
39815 Text,
39816 \begin_inset space ~
39817 \end_inset
39818
39819 Zeilen
39820 \begin_inset space ~
39821 \end_inset
39822
39823 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
39824  Leerzeilen trennen die Absätze.
39825 \end_layout
39826
39827 \begin_layout Description
39828 Externes
39829 \begin_inset space ~
39830 \end_inset
39831
39832 Material Dateien in verschiedenen Formaten.
39833 \end_layout
39834
39835 \begin_layout Description
39836 Unterdokument \SpecialChar LyX
39837 - oder \SpecialChar LaTeX
39838 -Dokumente.
39839 \end_layout
39840
39841 \begin_layout Section
39842 Externes Material
39843 \begin_inset Index idx
39844 status collapsed
39845
39846 \begin_layout Plain Layout
39847 Externes Material
39848 \end_layout
39849
39850 \end_inset
39851
39852
39853 \end_layout
39854
39855 \begin_layout Standard
39856 Mit 
39857 \family sans
39858 Einfügen\SpecialChar menuseparator
39859 Datei\SpecialChar menuseparator
39860  Externes Material
39861 \family default
39862  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
39863  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
39864  weil \SpecialChar LyX
39865  sich darum kümmert.
39866  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in \SpecialChar LyX
39867 -Dokumente
39868  eingefügt werden können.
39869  Wenn die Grafikvorschau in den \SpecialChar LyX
39870 -Einstellungen unter
39871 \family sans
39872  Aussehen
39873 \begin_inset space ~
39874 \end_inset
39875
39876 &
39877 \begin_inset space ~
39878 \end_inset
39879
39880 Handhabung\SpecialChar menuseparator
39881 Grafik
39882 \family default
39883 , werden die externen Materialtypen Dia und Xfig direkt in \SpecialChar LyX
39884  angezeigt.
39885 \end_layout
39886
39887 \begin_layout Standard
39888 Zur Zeit können Sie folgende Dateitypen (
39889 \family sans
39890 Vorlagen
39891 \family default
39892 ) benutzen:
39893 \end_layout
39894
39895 \begin_layout Description
39896 Dia-Diagramm unterstützt Diagramme, die mit dem Programm 
39897 \series bold
39898
39899 \begin_inset CommandInset href
39900 LatexCommand href
39901 name "Dia"
39902 target "https://de.wikipedia.org/wiki/Dia_(Software)"
39903 literal "false"
39904
39905 \end_inset
39906
39907
39908 \series default
39909  erzeugt wurden.
39910 \end_layout
39911
39912 \begin_layout Description
39913 Inkscape-Grafik Diese Vorlage unterstützt spezifische skalierbare Grafiken,
39914  die aus skalierbaren Vektorgrafiken (SVG) generiert werden.
39915  Das Besondere an ihnen ist, dass aller enthaltener Text durch Text ersetzt
39916  wird, der mit \SpecialChar LaTeX
39917  gesetzt wurde (und somit die aktuelle Schriftart des \SpecialChar LyX
39918 -Dokuments
39919  verwendet).
39920  Die Vorlage basiert auf einem Feature des Programms 
39921 \series bold
39922
39923 \begin_inset CommandInset href
39924 LatexCommand href
39925 name "Inkscape"
39926 target "https://inkscape.org/de"
39927 literal "false"
39928
39929 \end_inset
39930
39931
39932 \series default
39933 , das aus einer gegebenen SVG-Datei spezielle PDF- oder EPS- und \SpecialChar LaTeX
39934 -Dateien
39935  generiert (in Inkscape selbst ist dieses Feature über die Option 
39936 \family sans
39937 Text in PDF weglassen und LaTeX Datei erstellen
39938 \family default
39939  verfügbar, wenn man eine Grafik als PDF oder EPS speichert).
39940  Der Vorteil von solchen Dateien ist es, dass man einen einheitlichen Textstil
39941  im ganzen Dokument erzeugen kann.
39942 \begin_inset Newline newline
39943 \end_inset
39944
39945 Die Vorlage liest SVG-Dateien ein und verwendet ein Konverterprogramm, um
39946  daraus (jeweils aktuelle) PDF- oder EPS- sowie \SpecialChar LaTeX
39947 -Dateien zu erzeugen (das
39948  Konverterprogramm verwendet hierfür Inkscape).
39949  Somit müssen Sie diese Dateien nicht selbst exportieren und pflegen.
39950  Wenn Sie dennoch lieber bereits vorhandene 
39951 \family typewriter
39952 *.pdf-
39953 \family default
39954  und 
39955 \family typewriter
39956 *.pdf_tex
39957 \family default
39958 -Dateien bzw.
39959  
39960 \family typewriter
39961 *.eps-
39962 \family default
39963  und 
39964 \family typewriter
39965 *.eps_tex
39966 \family default
39967 -Dateien verwenden möchten (oder müssen), binden Sie die entsprechende 
39968 \family typewriter
39969 *.pdf_tex
39970 \family default
39971 - oder 
39972 \family typewriter
39973 *.eps_tex
39974 \family default
39975 -Datei einfach über 
39976 \begin_inset Info
39977 type  "menu"
39978 arg   "dialog-show-new-inset include"
39979 \end_inset
39980
39981  (mittels 
39982 \family typewriter
39983 Input
39984 \family default
39985 ) ein (siehe Abschnitt.
39986 \begin_inset space ~
39987 \end_inset
39988
39989
39990 \begin_inset CommandInset ref
39991 LatexCommand ref
39992 reference "abs:Unterdokumente"
39993 plural "false"
39994 caps "false"
39995 noprefix "false"
39996
39997 \end_inset
39998
39999 ) statt die hier beschriebene Vorlage zu verwenden.
40000 \begin_inset Newline newline
40001 \end_inset
40002
40003 Man kann \SpecialChar TeX
40004 -Code-Befehle wie 
40005 \series bold
40006
40007 \backslash
40008 Large
40009 \series default
40010
40011 \series bold
40012
40013 \backslash
40014 small
40015 \series default
40016  usw.
40017  im Text der SVGs verwenden.
40018  Die Schriftgröße wird von den Einstellungen des \SpecialChar LyX
40019 -Dokuments übernommen.
40020  Siehe 
40021 \begin_inset CommandInset citation
40022 LatexCommand cite
40023 key "Inkscape"
40024 literal "false"
40025
40026 \end_inset
40027
40028  für mehr Informationen und Beispiele.
40029 \end_layout
40030
40031 \begin_layout Description
40032 LilyPond-Notenblatt Mit dieser Vorlage können Sie Musik-Notationen einfügen,
40033  die mit dem Notensatzprogramm 
40034 \series bold
40035
40036 \begin_inset CommandInset href
40037 LatexCommand href
40038 name "LilyPond"
40039 target "https://de.wikipedia.org/wiki/LilyPond"
40040 literal "false"
40041
40042 \end_inset
40043
40044
40045 \series default
40046  gesetzt werden.
40047  Für \SpecialChar LyX
40048 ' erweiterte Unterstützung für LilyPond siehe \SpecialChar LyX
40049 ' Beispieldatei 
40050 \emph on
40051 lilypond.lyx
40052 \emph default
40053 .
40054 \end_layout
40055
40056 \begin_layout Description
40057 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
40058  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
40059  
40060 \series bold
40061 pages
40062 \series default
40063  im Feld 
40064 \family sans
40065 Option
40066 \family default
40067  in der Karteikarte 
40068 \family sans
40069 \SpecialChar LaTeX
40070 - und \SpecialChar LyX
40071 -Optionen
40072 \family default
40073 .
40074  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
40075  (man gibt als Option 
40076 \series bold
40077 pages={3,5,6,8}
40078 \series default
40079  an), Seitenbereiche (
40080 \series bold
40081 pages={4-9}
40082 \series default
40083 ) oder eine Kombination davon enthält.
40084  Um leere Seiten einzufügen, verwendet man {}.
40085  Z.
40086 \begin_inset space \thinspace{}
40087 \end_inset
40088
40089 B.
40090  fügt 
40091 \series bold
40092 pages={3,{},8-11,15}
40093 \series default
40094  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
40095  Seitenbereiche werden mit der Syntax 
40096 \emph on
40097 Start
40098 \emph default
40099 -
40100 \emph on
40101 Stop
40102 \emph default
40103  angegeben.
40104  Dies wählt alle Seiten von 
40105 \emph on
40106 Start
40107 \emph default
40108  bis 
40109 \emph on
40110 Stop
40111 \emph default
40112  aus.
40113  Wird 
40114 \emph on
40115 Start
40116 \emph default
40117  weggelassen, wird stattdessen die erste Seite verwendet; wird 
40118 \emph on
40119 Stop
40120 \emph default
40121  weggelassen, wird stattdessen die letzte Seite verwendet.
40122  Die letzte Seite kann außerdem mit dem Schlagwort 
40123 \series bold
40124 last
40125 \series default
40126  ausgewählt werden.
40127  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
40128 \series bold
40129 pages=-
40130 \series default
40131  fügt also alle Seiten des Dokuments ein und 
40132 \series bold
40133 pages=last-1
40134 \series default
40135  fügt alle Seiten in umgekehrter Reihenfolge ein.
40136  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
40137  eingefügt.
40138 \begin_inset Newline newline
40139 \end_inset
40140
40141 Die Option 
40142 \series bold
40143 noautoscale
40144 \series default
40145  fügt die Seiten in ihrer Originalgröße ein.
40146  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
40147  dass sie die komplette Breite Ihres Dokuments einnehmen.
40148  In der Karteikarte 
40149 \family sans
40150 Größe und Drehung
40151 \family default
40152  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
40153  werden.
40154  Wird eine andere Breite als 100
40155 \begin_inset space \thinspace{}
40156 \end_inset
40157
40158 Größe% verwendet, wird die Option 
40159 \series bold
40160 noautoscale
40161 \series default
40162  überschrieben.
40163  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
40164  des \SpecialChar LaTeX
40165 -Pakets 
40166 \series bold
40167 pdfpages
40168 \series default
40169  
40170 \begin_inset CommandInset citation
40171 LatexCommand cite
40172 key "pdfpages"
40173 literal "true"
40174
40175 \end_inset
40176
40177 .
40178 \begin_inset Index idx
40179 status collapsed
40180
40181 \begin_layout Plain Layout
40182 \SpecialChar LaTeX
40183 -Pakete ! pdfpages
40184 \end_layout
40185
40186 \end_inset
40187
40188
40189 \begin_inset Newline newline
40190 \end_inset
40191
40192 Um diese Vorlage in einer 
40193 \family sans
40194 Beamer
40195 \family default
40196 -Präsentation zu verwenden, muss zuerst eine 
40197 \family sans
40198 BeendeRahmen
40199 \family default
40200  Umgebung eingefügt werden.
40201  In den folgenden Absatz kommt eine \SpecialChar TeX
40202 -Code Box mit dem Befehl 
40203 \series bold
40204
40205 \backslash
40206 setbeamertemplate{background canvas}{}
40207 \series default
40208 .
40209  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
40210  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
40211  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
40212  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
40213  sicher, dass die Ausrichtung 
40214 \family sans
40215 Standard
40216 \family default
40217  für den Absatz verwendet wird, der die Vorlage enthält.
40218 \begin_inset Newline newline
40219 \end_inset
40220
40221 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
40222 \begin_inset External
40223         template PDFPages
40224         filename ../clipart/Abstract.pdf
40225         extra LaTeX "pages=-"
40226         rotateAngle -5
40227         rotateOrigin bottomleft
40228         width 50col%
40229
40230 \end_inset
40231
40232
40233 \end_layout
40234
40235 \begin_layout Description
40236 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
40237  Die Bilddateien können im Dialogfenster 
40238 \family sans
40239 Externes
40240 \begin_inset space ~
40241 \end_inset
40242
40243 Material
40244 \family default
40245  genauso behandelt werden wie die mit dem normalen 
40246 \family sans
40247 Grafik
40248 \family default
40249 -Dialog eingefügten, siehe Abschnitt
40250 \begin_inset space ~
40251 \end_inset
40252
40253
40254 \begin_inset CommandInset ref
40255 LatexCommand ref
40256 reference "abs:Grafik-Dialog"
40257
40258 \end_inset
40259
40260 .
40261  Hier ist ein eingefügtes Rasterbild: 
40262 \begin_inset External
40263         template RasterImage
40264         filename ../clipart/ToolbarEnvBox.png
40265
40266 \end_inset
40267
40268
40269 \end_layout
40270
40271 \begin_layout Description
40272 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
40273 \series bold
40274
40275 \begin_inset CommandInset href
40276 LatexCommand href
40277 name "XBoard"
40278 target "https://de.wikipedia.org/wiki/XBoard"
40279 literal "false"
40280
40281 \end_inset
40282
40283
40284 \series default
40285  erzeugt wurden.
40286 \end_layout
40287
40288 \begin_layout Description
40289 Tabelle Mit dieser Vorlage können Sie Tabellen im Format von 
40290 \series bold
40291
40292 \begin_inset CommandInset href
40293 LatexCommand href
40294 name "Gnumeric"
40295 target "https://de.wikipedia.org/wiki/Gnumeric"
40296 literal "false"
40297
40298 \end_inset
40299
40300
40301 \series default
40302
40303 \begin_inset CommandInset href
40304 LatexCommand href
40305 name "OpenDocument"
40306 target "https://de.wikipedia.org/wiki/OpenDocument"
40307 literal "false"
40308
40309 \end_inset
40310
40311
40312 \begin_inset CommandInset href
40313 LatexCommand href
40314 name "Microsoft Office XML"
40315 target "https://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
40316 literal "false"
40317
40318 \end_inset
40319
40320  und 
40321 \begin_inset CommandInset href
40322 LatexCommand href
40323 name "Office Open XML"
40324 target "https://de.wikipedia.org/wiki/Office_Open_XML"
40325 literal "false"
40326
40327 \end_inset
40328
40329  einfügen.
40330  Für dieses Feature muss \SpecialChar LyX
40331  während seiner Konfiguration das Programm 
40332 \family typewriter
40333 ssconvert
40334 \family default
40335  gefunden haben.
40336  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
40337  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
40338  Für Beispiele und mögliche Limitierungen siehe \SpecialChar LyX
40339 ' Beispieldatei 
40340 \emph on
40341 spreadsheet.lyx
40342 \emph default
40343 .
40344 \end_layout
40345
40346 \begin_layout Description
40347 Vektorgrafik Diese Vorlage kann für Vektorgrafiken benutzt werden.
40348  Die Bilddateien können im Dialogfenster 
40349 \family sans
40350 Externes
40351 \begin_inset space ~
40352 \end_inset
40353
40354 Material
40355 \family default
40356  genauso behandelt werden, wie die mit dem normalen 
40357 \family sans
40358 Grafik
40359 \family default
40360 -Dialog eingefügten, siehe Abschnitt
40361 \begin_inset space ~
40362 \end_inset
40363
40364
40365 \begin_inset CommandInset ref
40366 LatexCommand ref
40367 reference "abs:Grafik-Dialog"
40368
40369 \end_inset
40370
40371 .
40372  Hier ist eine eingefügte Vektorgrafik: 
40373 \begin_inset External
40374         template VectorGraphics
40375         filename ../clipart/SVG-Drawing.svg
40376         lyxscale 50
40377         scale 33
40378
40379 \end_inset
40380
40381
40382 \end_layout
40383
40384 \begin_layout Description
40385 Xfig-Abbildung Diese Vorlage unterstützt Bilder, die mit dem Programm 
40386 \begin_inset CommandInset href
40387 LatexCommand href
40388 name "Xfig"
40389 target "https://de.wikipedia.org/wiki/Xfig"
40390 literal "false"
40391
40392 \end_inset
40393
40394  erzeugt wurden.
40395 \end_layout
40396
40397 \begin_layout Standard
40398 Wenn Sie im Dialogfenster
40399 \family sans
40400  Externes
40401 \begin_inset space ~
40402 \end_inset
40403
40404 Material 
40405 \family default
40406 in der Karteikarte
40407 \family sans
40408  Datei
40409 \family default
40410  die Option 
40411 \family sans
40412 Entwurf
40413 \family default
40414  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
40415 \begin_inset Newline newline
40416 \end_inset
40417
40418 \SpecialChar LyX
40419  kann externes Material entweder als Box wie hier:
40420 \begin_inset Newline newline
40421 \end_inset
40422
40423
40424 \begin_inset Graphics
40425         filename clipart/ExternesMaterial.png
40426         scale 95
40427         scaleBeforeRotation
40428
40429 \end_inset
40430
40431  oder als Bild darstellen.
40432  Das hängt davon ab, ob Sie im Dialog
40433 \family sans
40434  
40435 \family default
40436 in der Karteikarte 
40437 \family sans
40438 LaTeX- und LyX-Optionen
40439 \family default
40440  die Option 
40441 \family sans
40442 In
40443 \begin_inset space ~
40444 \end_inset
40445
40446 LyX
40447 \begin_inset space ~
40448 \end_inset
40449
40450 anzeigen
40451 \family default
40452  gewählt haben oder nicht.
40453 \end_layout
40454
40455 \begin_layout Standard
40456 Im \SpecialChar LyX
40457 -Handbuch 
40458 \family sans
40459 \emph on
40460 Anpassung
40461 \family default
40462 \emph default
40463  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
40464 \end_layout
40465
40466 \begin_layout Section
40467 Unterdokumente
40468 \begin_inset CommandInset label
40469 LatexCommand label
40470 name "abs:Unterdokumente"
40471
40472 \end_inset
40473
40474
40475 \begin_inset Index idx
40476 status collapsed
40477
40478 \begin_layout Plain Layout
40479 Unterdokument
40480 \end_layout
40481
40482 \end_inset
40483
40484
40485 \end_layout
40486
40487 \begin_layout Standard
40488 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
40489  oder Abschnitten bestehen.
40490  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
40491  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
40492  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
40493  z.
40494 \begin_inset space \thinspace{}
40495 \end_inset
40496
40497 B.
40498  den \SpecialChar LaTeX
40499 -Vorspann, das Literaturverzeichnis und Querverweismarken.
40500 \end_layout
40501
40502 \begin_layout Standard
40503 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
40504  müssen, geben Sie im Unterdokument im Menü
40505 \family sans
40506  Dokument\SpecialChar menuseparator
40507 Einstellungen\SpecialChar menuseparator
40508 Dokumentklasse
40509 \family default
40510  das Hauptdokument an.
40511  Dieses wird dann von \SpecialChar LyX
40512  im Hintergrund benutzt, wenn Sie das Unterdokument
40513  bearbeiten.
40514 \end_layout
40515
40516 \begin_layout Standard
40517 Unterdokumente werden in \SpecialChar LyX
40518  als Box angezeigt: 
40519 \begin_inset Graphics
40520         filename ../clipart/ChildDocument.png
40521         scale 95
40522         scaleBeforeRotation
40523
40524 \end_inset
40525
40526  Sie werden über
40527 \family sans
40528  Einfügen\SpecialChar menuseparator
40529 Datei\SpecialChar menuseparator
40530 Unterdokument
40531 \family default
40532  eingebunden, was das Dialogfenster
40533 \family sans
40534  Unterdokument
40535 \family default
40536  öffnet.
40537  Für 
40538 \family sans
40539 die Art
40540 \begin_inset space ~
40541 \end_inset
40542
40543 der
40544 \begin_inset space ~
40545 \end_inset
40546
40547 Einbindung
40548 \family default
40549  gibt es dort vier Möglichkeiten:
40550 \end_layout
40551
40552 \begin_layout Description
40553 Include Sie können \SpecialChar LyX
40554 - und \SpecialChar LaTeX
40555 -Dokumente einbinden.
40556  Wenn Sie im Dialogfenster
40557 \family sans
40558  Unterdokument
40559 \family default
40560  auf 
40561 \family sans
40562 Bearbeiten
40563 \family default
40564  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
40565  und Sie können es editieren.
40566 \begin_inset Newline newline
40567 \end_inset
40568
40569
40570 \end_layout
40571
40572 \begin_layout Standard
40573 Hier wird ein Unterdokument
40574 \family sans
40575  
40576 \family default
40577 per 
40578 \family sans
40579 Include
40580 \family default
40581  eingebunden: 
40582 \begin_inset CommandInset include
40583 LatexCommand include
40584 filename "DummyDocument1.lyx"
40585 literal "true"
40586
40587 \end_inset
40588
40589 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
40590  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
40591  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
40592 s.
40593  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
40594 \begin_inset space ~
40595 \end_inset
40596
40597
40598 \begin_inset CommandInset ref
40599 LatexCommand ref
40600 reference "uab:Externer-Unterabschnitt-1"
40601
40602 \end_inset
40603
40604 .
40605 \end_layout
40606
40607 \begin_layout Standard
40608 Der \SpecialChar LaTeX
40609 -Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
40610  wird benutzt.
40611  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
40612  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
40613  Unterdokumente, die per 
40614 \family sans
40615 Include
40616 \family default
40617  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
40618  und enden mit einem Seitenumbruch.
40619 \end_layout
40620
40621 \begin_layout Standard
40622 \begin_inset Note Greyedout
40623 status open
40624
40625 \begin_layout Plain Layout
40626
40627 \series bold
40628 Bemerkung:
40629 \series default
40630  Wenn Sie eine \SpecialChar LyX
40631 - oder \SpecialChar LaTeX
40632 -Datei eingebunden haben, werden Sie beim Export oder
40633  der Druckvorschau gewarnt, wenn das Unterdokument eine andere Dokumentklasse
40634  als das Hauptdokument benutzt, weil das zu unvorhersehbaren Ergebnissen
40635  führen wird.
40636 \end_layout
40637
40638 \end_inset
40639
40640
40641 \end_layout
40642
40643 \begin_layout Description
40644 Input Diese Methode ist 
40645 \family sans
40646 Include
40647 \family default
40648  sehr ähnlich mit folgenden Unterschieden:
40649 \end_layout
40650
40651 \begin_deeper
40652 \begin_layout Itemize
40653 Unterdokumente, die per 
40654 \family sans
40655 Input
40656 \family default
40657  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
40658  Seite und enden NICHT mit einem Seitenumbruch.
40659 \end_layout
40660
40661 \begin_layout Itemize
40662 Unterdokumente, die per 
40663 \family sans
40664 Input
40665 \family default
40666  eingebunden werden, können in \SpecialChar LyX
40667  angesehen werden, wenn im Dialogfenster
40668 \family sans
40669  Unterdokument Vorschau
40670 \begin_inset space ~
40671 \end_inset
40672
40673 anzeigen
40674 \family default
40675  angekreuzt wurde und in den \SpecialChar LyX
40676 -Einstellungen unter
40677 \family sans
40678  Aussehen
40679 \begin_inset space ~
40680 \end_inset
40681
40682 &
40683 \begin_inset space ~
40684 \end_inset
40685
40686 Handhabung\SpecialChar menuseparator
40687 Grafik\SpecialChar menuseparator
40688 Eingebettete
40689 \begin_inset space ~
40690 \end_inset
40691
40692 Vorschau
40693 \family default
40694  auf 
40695 \family sans
40696 An
40697 \family default
40698  gesetzt wurde.
40699  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
40700  aus.
40701 \end_layout
40702
40703 \begin_layout Itemize
40704 Unterdokumente, die per 
40705 \family sans
40706 Input
40707 \family default
40708  eingebunden werden, können nicht über das Menü 
40709 \family sans
40710 Dokument\SpecialChar menuseparator
40711 Einstellungen\SpecialChar menuseparator
40712 Unterdokumente
40713 \family default
40714  unterdrückt werden.
40715 \end_layout
40716
40717 \end_deeper
40718 \begin_layout Standard
40719 Hier ist ein Unterdokument, das mit
40720 \family sans
40721  Input
40722 \family default
40723  eingebunden wurde: 
40724 \begin_inset CommandInset include
40725 LatexCommand input
40726 filename "DummyDocument2.lyx"
40727 literal "true"
40728
40729 \end_inset
40730
40731 .
40732 \end_layout
40733
40734 \begin_layout Description
40735 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
40736   In der Druckvorschau wird für den Text der Stil 
40737 \family typewriter
40738 Schreibmaschine
40739 \family default
40740  verwendet.
40741  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
40742  Wenn Sie im Dialogfenster
40743 \family sans
40744  Unterdokument Leerzeichen
40745 \begin_inset space ~
40746 \end_inset
40747
40748 bei
40749 \begin_inset space ~
40750 \end_inset
40751
40752 der
40753 \begin_inset space ~
40754 \end_inset
40755
40756 Ausgabe
40757 \begin_inset space ~
40758 \end_inset
40759
40760 kennzeichnen 
40761 \family default
40762 ankreuzen, wird in der Druckvorschau das Zeichen 
40763 \begin_inset Quotes gld
40764 \end_inset
40765
40766
40767 \begin_inset ERT
40768 status collapsed
40769
40770 \begin_layout Plain Layout
40771
40772
40773 \backslash
40774 textvisiblespace 
40775 \end_layout
40776
40777 \end_inset
40778
40779
40780 \begin_inset Quotes grd
40781 \end_inset
40782
40783  für jedes Leerzeichen eingefügt.
40784 \begin_inset Newline newline
40785 \end_inset
40786
40787 Im Gegensatz zu 
40788 \family sans
40789 Einfügen\SpecialChar menuseparator
40790 Datei\SpecialChar menuseparator
40791 Einfacher
40792 \begin_inset space ~
40793 \end_inset
40794
40795 Text
40796 \family default
40797  wird bei 
40798 \family sans
40799 Unformatiert
40800 \family default
40801  der Dateiinhalt in \SpecialChar LyX
40802  nicht dargestellt.
40803 \end_layout
40804
40805 \begin_layout Standard
40806 Hier ist ein Unterdokument, das mit
40807 \family sans
40808  Unformatiert
40809 \family default
40810  eingebunden wurde: 
40811 \begin_inset CommandInset include
40812 LatexCommand verbatiminput
40813 filename "DummyTextDocument.txt"
40814 literal "true"
40815
40816 \end_inset
40817
40818
40819 \begin_inset VSpace bigskip
40820 \end_inset
40821
40822 Hier ist ein Unterdokument, das mit
40823 \family sans
40824  Unformatiert
40825 \family default
40826  eingebunden wurde und
40827 \family sans
40828  Leerzeichen
40829 \begin_inset space ~
40830 \end_inset
40831
40832 bei
40833 \begin_inset space ~
40834 \end_inset
40835
40836 der
40837 \begin_inset space ~
40838 \end_inset
40839
40840 Ausgabe
40841 \begin_inset space ~
40842 \end_inset
40843
40844 kennzeichnen
40845 \family default
40846  angekreuzt hat: 
40847 \begin_inset CommandInset include
40848 LatexCommand verbatiminput*
40849 filename "DummyTextDocument.txt"
40850 literal "true"
40851
40852 \end_inset
40853
40854
40855 \end_layout
40856
40857 \begin_layout Standard
40858 \begin_inset VSpace bigskip
40859 \end_inset
40860
40861
40862 \end_layout
40863
40864 \begin_layout Standard
40865 \begin_inset Note Greyedout
40866 status open
40867
40868 \begin_layout Plain Layout
40869
40870 \series bold
40871 Bemerkung:
40872 \series default
40873  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
40874  
40875 \family sans
40876 Unformatiert
40877 \family default
40878  eingebunden werden, am Zeilenende nicht umgebrochen.
40879 \end_layout
40880
40881 \end_inset
40882
40883
40884 \end_layout
40885
40886 \begin_layout Description
40887 Listing Dieser Typ wird in Kapitel
40888 \begin_inset space ~
40889 \end_inset
40890
40891
40892 \begin_inset CommandInset ref
40893 LatexCommand ref
40894 reference "kap:Programm-Code-Listen"
40895
40896 \end_inset
40897
40898  beschrieben.
40899 \end_layout
40900
40901 \begin_layout Standard
40902 \begin_inset Note Greyedout
40903 status open
40904
40905 \begin_layout Plain Layout
40906
40907 \series bold
40908 Bemerkung:
40909 \series default
40910  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
40911  das zu \SpecialChar LaTeX
40912 -Problemen führen.
40913 \end_layout
40914
40915 \end_inset
40916
40917
40918 \end_layout
40919
40920 \begin_layout Standard
40921 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
40922  wollen, z.
40923 \begin_inset space \thinspace{}
40924 \end_inset
40925
40926 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
40927  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
40928  Dies geschieht über das Menü 
40929 \family sans
40930 Dokument\SpecialChar menuseparator
40931 Einstellungen\SpecialChar menuseparator
40932 Unterdokumente
40933 \family default
40934 .
40935  Unterdokumente können unterdrückt/eingebunden werden, indem man in die
40936  Spalte 
40937 \family sans
40938 In Ausgabe einbinden
40939 \family default
40940  hinter dem jeweiligen Unterdokument doppelklickt (beachten Sie, dass dies
40941  nur für Unterdokumente möglich ist, die per 
40942 \family sans
40943 Input
40944 \family default
40945  eingebunden wurden).
40946  
40947 \end_layout
40948
40949 \begin_layout Standard
40950 Im Abschnitt 
40951 \family sans
40952 Globale Zähler und Verweise
40953 \family default
40954  können Sie einstellen, wie Seitenzahlen, Querverweise, Abschnittsnummern
40955  u.
40956 \begin_inset space \thinspace{}
40957 \end_inset
40958
40959 ä.
40960  behandelt werden.
40961 \end_layout
40962
40963 \begin_layout Itemize
40964 Mit der Option 
40965 \family sans
40966 Strikt beibehalten
40967 \family default
40968  sorgt \SpecialChar LyX
40969  dafür, dass alle Seitennummern, Querverweise usw.
40970 \begin_inset space ~
40971 \end_inset
40972
40973 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
40974  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
40975  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
40976  Dazu muss \SpecialChar LyX
40977  intern allerdings das gesamte Dokument prozessieren, was viel
40978  Zeit in Anspruch nehmen kann.
40979 \end_layout
40980
40981 \begin_layout Itemize
40982 Mit der Option 
40983 \family sans
40984 Nicht beibehalten
40985 \family default
40986  verarbeitet \SpecialChar LyX
40987  nut das Hauptdokument und die eingebundenen Unterdokumente.
40988  Wenn Sie Zeit beim Kompilieren zu sparen möchten und wenn die Seitennummern
40989  und Querverweise nicht wichtig sind, wählen sie diese Option, da sie die
40990  schnellste ist.
40991 \end_layout
40992
40993 \begin_layout Itemize
40994 Die Option 
40995 \family sans
40996 Weitgehend beibehalten
40997 \family default
40998  liegt zwischen den beiden genannten.
40999  Wenn dies ausgewählt ist, verarbeitet \SpecialChar LyX
41000  bei der Erstausgabe das Gesamtdokument;
41001  dies initiiert die korrekten Zähler und Verweise.
41002  In weiteren Ausgaben wird das Gesamtdokument dann aber nur noch dann mitverarbe
41003 itet, wenn es Änderungen in nicht eingebundenen Unterdokumenten gibt.
41004  So lange Sie nur die eingebettet Dokumente bearbeiten, ist diese Methode
41005  so schnell wie die zweite, sie gibt Ihnen aber mehr oder weniger korrekte
41006  Zähler und Verweise aus.
41007  Mehr oder weniger korrekt sind sie deshalb, weil sich durch die Arbeit
41008  an eingebundenen Dokumenten ja auch die Paginierung darauf folgender nicht
41009  eingebundener Dokument ändern kann, und dies kann mit dieser Methode nicht
41010  berücksichtigt werden.
41011 \end_layout
41012
41013 \begin_layout Standard
41014 Alternativ können Sie eingefügte Dateien in einen Zweig setzen.
41015 \begin_inset Foot
41016 status collapsed
41017
41018 \begin_layout Plain Layout
41019 Zweige sind im Kapitel 
41020 \emph on
41021 Zweige
41022 \emph default
41023  des \SpecialChar LyX
41024
41025 \emph on
41026 -Benutzerhandbuchs
41027 \emph default
41028  erklärt.
41029 \end_layout
41030
41031 \end_inset
41032
41033  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
41034  Dateien in der Ausgabe erscheinen.
41035  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
41036  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
41037  werden.
41038 \end_layout
41039
41040 \begin_layout Chapter
41041 Programm-Code-Listen
41042 \begin_inset CommandInset label
41043 LatexCommand label
41044 name "kap:Programm-Code-Listen"
41045
41046 \end_inset
41047
41048
41049 \begin_inset Index idx
41050 status collapsed
41051
41052 \begin_layout Plain Layout
41053 Listen
41054 \end_layout
41055
41056 \end_inset
41057
41058
41059 \begin_inset Index idx
41060 status collapsed
41061
41062 \begin_layout Plain Layout
41063 Programm-Code
41064 \end_layout
41065
41066 \end_inset
41067
41068
41069 \end_layout
41070
41071 \begin_layout Standard
41072 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
41073 \family sans
41074 Einfügen\SpecialChar menuseparator
41075 Pro\SpecialChar softhyphen
41076 grammlisting
41077 \family default
41078  verwenden.
41079  Die \SpecialChar LaTeX
41080 -Pakete 
41081 \series bold
41082 listings
41083 \series default
41084
41085 \begin_inset Index idx
41086 status collapsed
41087
41088 \begin_layout Plain Layout
41089 \SpecialChar LaTeX
41090 -Pakete ! listings
41091 \end_layout
41092
41093 \end_inset
41094
41095  und 
41096 \series bold
41097 minted
41098 \series default
41099
41100 \begin_inset Index idx
41101 status collapsed
41102
41103 \begin_layout Plain Layout
41104 \SpecialChar LaTeX
41105 -Pakete ! minted
41106 \end_layout
41107
41108 \end_inset
41109
41110  können Programm-Code auf vielfältige und flexible Weise in Ihr Dokument
41111  einfügen.
41112  Man kann nur eines der Pakete in einem Dokument verwenden.
41113  
41114 \series bold
41115 listings
41116 \series default
41117  ist voreingestellt.
41118 \end_layout
41119
41120 \begin_layout Standard
41121 \begin_inset Note Note
41122 status open
41123
41124 \begin_layout Plain Layout
41125
41126 \series bold
41127 Achtung:
41128 \series default
41129  Es wird nicht empfohlen die Option 
41130 \family typewriter
41131 -shell-escape
41132 \family default
41133  zu verwenden.
41134  Sie funktioniert, ist aber ein großes Sicherheitsproblem.
41135  Die \SpecialChar LyX
41136 -Entwickler diskutieren, wie damit umzugehen ist.
41137  Diese Notiz kann erst geändert werden, bis eine Entscheidung getroffen
41138  wurde.
41139 \end_layout
41140
41141 \begin_layout Plain Layout
41142 =====
41143 \end_layout
41144
41145 \begin_layout Plain Layout
41146 Um 
41147 \series bold
41148 minted
41149 \series default
41150  zu benutzen, muss man es als Paket zur Code-Hervorhebung in den Dokumenteinstel
41151 lungen in der Rubrik 
41152 \family sans
41153 Programmlistings
41154 \family default
41155  festlegen.
41156  
41157 \series bold
41158 minted
41159 \series default
41160  benötigt zusätzlich das Modul 
41161 \family sans
41162 pygments
41163 \family default
41164  des Programms 
41165 \noun on
41166 Python
41167 \noun default
41168
41169 \begin_inset Foot
41170 status collapsed
41171
41172 \begin_layout Plain Layout
41173 Unte
41174 \family sans
41175 r \SpecialChar LyX
41176  f
41177 \family default
41178 ür Windows ist 
41179 \family sans
41180 pygments
41181 \family default
41182  bereits installiert.
41183 \end_layout
41184
41185 \end_inset
41186
41187  und die Option 
41188 \family typewriter
41189 -shell-escape
41190 \family default
41191  für den \SpecialChar LaTeX
41192 -Prozessor.
41193  Wenn Sie z.
41194 \begin_inset space \thinspace{}
41195 \end_inset
41196
41197 B.
41198  Ihr Dokument als Format 
41199 \family sans
41200 PDF
41201 \begin_inset space ~
41202 \end_inset
41203
41204 (pdflatex)
41205 \family default
41206  ansehen oder exportieren wollen, gehen Sie in die \SpecialChar LyX
41207 -Einstellungen und dort
41208  zum Abschnitt 
41209 \family sans
41210 Datei-Handhanbung\SpecialChar menuseparator
41211 Konverter
41212 \family default
41213 .
41214  gehen Sie dort auf den Eintrag 
41215 \family sans
41216 LaTeX
41217 \begin_inset space ~
41218 \end_inset
41219
41220 (pdflatex) -> PDF
41221 \begin_inset space ~
41222 \end_inset
41223
41224 (pdflatex)
41225 \family default
41226  und schauen Sie in das Feld 
41227 \family sans
41228 Konverter
41229 \family default
41230 .
41231  Dort sehen sie voreingestellt den Inhalt
41232 \begin_inset Newline newline
41233 \end_inset
41234
41235
41236 \series bold
41237 pdflatex $$i
41238 \series default
41239
41240 \begin_inset Newline newline
41241 \end_inset
41242
41243 Ändern Sie ihn nun ab zu
41244 \begin_inset Newline newline
41245 \end_inset
41246
41247
41248 \series bold
41249 pdflatex $$i -shell-escape
41250 \begin_inset Newline newline
41251 \end_inset
41252
41253
41254 \series default
41255 und drücken Sie den 
41256 \family sans
41257 Ändern
41258 \family default
41259 -Knopf und anschließend 
41260 \family sans
41261 Übernehmen
41262 \family default
41263  oder 
41264 \family sans
41265 Speichern
41266 \family default
41267 .
41268  Dasselbe kann für die Ausgabeformate 
41269 \family sans
41270 PDF
41271 \begin_inset space ~
41272 \end_inset
41273
41274 (LuaTeX)
41275 \family default
41276  und 
41277 \family sans
41278 PDF
41279 \begin_inset space ~
41280 \end_inset
41281
41282 (XeTeX)
41283 \family default
41284  gemacht werden.
41285 \end_layout
41286
41287 \end_inset
41288
41289
41290 \end_layout
41291
41292 \begin_layout Standard
41293 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
41294 rmat der Programm-Code-Liste festlegen.
41295 \end_layout
41296
41297 \begin_layout Standard
41298 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
41299  Die Platzierungsoption 
41300 \family sans
41301 Eingebettetes
41302 \begin_inset space ~
41303 \end_inset
41304
41305 Listing
41306 \family default
41307  druckt das Listing in der Zeile wie hier: 
41308 \begin_inset listings
41309 lstparams "language={C++}"
41310 inline true
41311 status open
41312
41313 \begin_layout Plain Layout
41314
41315 int a=5;
41316 \end_layout
41317
41318 \end_inset
41319
41320
41321 \begin_inset Newline newline
41322 \end_inset
41323
41324 Die Option 
41325 \family sans
41326 Gleitobjekt
41327 \family default
41328  erzeugt ein Listing-Gleitobjekt, dessen 
41329 \family sans
41330 Platzierung 
41331 \family default
41332 Sie mit 
41333 \family sans
41334 h
41335 \family default
41336
41337 \family sans
41338 t
41339 \family default
41340
41341 \family sans
41342 b
41343 \family default
41344  und 
41345 \family sans
41346 p
41347 \family default
41348 , analog zu den in Abschnitt
41349 \begin_inset space ~
41350 \end_inset
41351
41352
41353 \begin_inset CommandInset ref
41354 LatexCommand ref
41355 reference "abs:Gleitobjekt-Platzierung"
41356
41357 \end_inset
41358
41359  beschriebenen Platzierungsoptionen festlegen können.
41360  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
41361  hintereinander angegeben, z.
41362 \begin_inset space \thinspace{}
41363 \end_inset
41364
41365 B.
41366  
41367 \begin_inset Quotes gld
41368 \end_inset
41369
41370
41371 \family sans
41372 htbp
41373 \family default
41374
41375 \begin_inset Quotes grd
41376 \end_inset
41377
41378 .
41379  Die Option 
41380 \begin_inset Quotes gld
41381 \end_inset
41382
41383 h
41384 \begin_inset Quotes grd
41385 \end_inset
41386
41387  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
41388  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
41389 \end_layout
41390
41391 \begin_layout Standard
41392 Mit dem Menü 
41393 \family sans
41394 Einfügen\SpecialChar menuseparator
41395 Legende
41396 \family default
41397  kann man für das Listing eine Beschriftung hinzufügen.
41398  Man kann Listings mit Marken versehen, um auf sie wie auf andere Gleitobjekte
41399  zu verweisen: Listing
41400 \begin_inset space ~
41401 \end_inset
41402
41403
41404 \begin_inset CommandInset ref
41405 LatexCommand ref
41406 reference "lst:Gleitendes-Programm-Listing"
41407
41408 \end_inset
41409
41410 .
41411  Mit dem Menü 
41412 \family sans
41413 Einfügen\SpecialChar menuseparator
41414 Liste
41415 \begin_inset space ~
41416 \end_inset
41417
41418 /
41419 \begin_inset space ~
41420 \end_inset
41421
41422 Inhaltsverzeichnis\SpecialChar menuseparator
41423 Listings Verzeichnis
41424 \family default
41425  kann ein Verzeichnis aller Listings eingefügt werden.
41426  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
41427 \end_layout
41428
41429 \begin_layout Standard
41430 \begin_inset listings
41431 lstparams "language=Python"
41432 inline false
41433 status open
41434
41435 \begin_layout Plain Layout
41436
41437 \begin_inset Caption Standard
41438
41439 \begin_layout Plain Layout
41440 \begin_inset CommandInset label
41441 LatexCommand label
41442 name "lst:Gleitendes-Programm-Listing"
41443
41444 \end_inset
41445
41446 Gleitendes Programm-Listing
41447 \end_layout
41448
41449 \end_inset
41450
41451 # Gleitendes Programm-Listing
41452 \end_layout
41453
41454 \begin_layout Plain Layout
41455
41456 def func(param):
41457 \end_layout
41458
41459 \begin_layout Plain Layout
41460
41461     'Dies ist eine Python-Funktion'
41462 \end_layout
41463
41464 \begin_layout Plain Layout
41465
41466     pass
41467 \end_layout
41468
41469 \end_inset
41470
41471
41472 \end_layout
41473
41474 \begin_layout Standard
41475 \begin_inset Note Greyedout
41476 status open
41477
41478 \begin_layout Plain Layout
41479
41480 \series bold
41481 Bemerkung: 
41482 \series default
41483 Das Paket 
41484 \series bold
41485 listings
41486 \series default
41487  setzt Beschriftungen standardmäßig vor das Listing.
41488 \begin_inset Newline newline
41489 \end_inset
41490
41491 Das Paket 
41492 \series bold
41493 minted
41494 \series default
41495  setzt sie standardmäßig vor das Listing, wenn es gleitend ist.
41496  Ansonsten wird die Beschriftung vor das Listing gesetzt, wenn die Marke
41497  in die erste Zeile eingefügt wurde, ansonsten hinter das Listing.
41498  Um die Beschriftung in jedem Fall vor das Listing zu setzen, müssen diese
41499  Zeilen als Letztes zum \SpecialChar LaTeX
41500 -Vorspann hinzugefügt werden:
41501 \begin_inset Newline newline
41502 \end_inset
41503
41504
41505 \series bold
41506
41507 \backslash
41508 @ifundefined{newfloat}
41509 \begin_inset Newline newline
41510 \end_inset
41511
41512
41513 \begin_inset Phantom HPhantom
41514 status open
41515
41516 \begin_layout Plain Layout
41517 \begin_inset space ~
41518 \end_inset
41519
41520
41521 \end_layout
41522
41523 \end_inset
41524
41525 {
41526 \backslash
41527 usepackage{float}}{}
41528 \begin_inset Newline newline
41529 \end_inset
41530
41531
41532 \backslash
41533 floatstyle{plaintop}
41534 \series default
41535
41536 \begin_inset Note Note
41537 status collapsed
41538
41539 \begin_layout Plain Layout
41540 Das Paket 
41541 \series bold
41542 float
41543 \series default
41544  wird automatisch von \SpecialChar LyX
41545  geladen, wenn Sie spezielle dokumentweite Gleitobjektplat
41546 zierungen verwenden.
41547  Der Befehl 
41548 \series bold
41549
41550 \backslash
41551 @ifundefined
41552 \series default
41553  vermeidet, dass es in diesem Fall doppelt geladen wird.
41554 \end_layout
41555
41556 \end_inset
41557
41558
41559 \end_layout
41560
41561 \end_inset
41562
41563
41564 \end_layout
41565
41566 \begin_layout Standard
41567 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
41568  der Sprache erkannt und besonders gedruckt, wie 
41569 \emph on
41570 #
41571 \emph default
41572
41573 \emph on
41574 def
41575 \emph default
41576  und 
41577 \emph on
41578 pass
41579 \emph default
41580  in Listing
41581 \begin_inset space ~
41582 \end_inset
41583
41584
41585 \begin_inset CommandInset ref
41586 LatexCommand ref
41587 reference "lst:Gleitendes-Programm-Listing"
41588
41589 \end_inset
41590
41591 .
41592 \end_layout
41593
41594 \begin_layout Standard
41595 \begin_inset Note Greyedout
41596 status open
41597
41598 \begin_layout Plain Layout
41599
41600 \series bold
41601 Bemerkung:
41602 \series default
41603  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
41604 \family typewriter
41605 Schreib\SpecialChar softhyphen
41606 maschine
41607 \family default
41608  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
41609 h keine fett gedruckten Buchstaben.
41610  Wählen Sie in diesem Fall eine andere Schrift im Menü 
41611 \family sans
41612 Dokument\SpecialChar menuseparator
41613 Einstellungen\SpecialChar menuseparator
41614 Schriften
41615 \family default
41616 .
41617  (Die Schriften 
41618 \emph on
41619 LuxiMono, BeraMono
41620 \emph default
41621  und 
41622 \emph on
41623 Courier
41624 \emph default
41625  enthalten fett gedruckte Buchstaben.)
41626 \end_layout
41627
41628 \end_inset
41629
41630
41631 \end_layout
41632
41633 \begin_layout Standard
41634 Im Abschnitt 
41635 \family sans
41636 Zeilennummerierung
41637 \family default
41638  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
41639 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
41640  jede wievielte Zeile nummeriert werden soll und die 
41641 \family sans
41642 Schriftgröße
41643 \family default
41644  der Nummerierung.
41645 \end_layout
41646
41647 \begin_layout Standard
41648 Im Abschnitt 
41649 \family sans
41650 Bereich
41651 \family default
41652  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
41653  Im Abschnitt 
41654 \family sans
41655 Stil
41656 \family default
41657  legen Sie fest, wie die Liste ausgedruckt werden soll.
41658  Die Option 
41659 \family sans
41660 Erweiterte
41661 \begin_inset space ~
41662 \end_inset
41663
41664 Zeichentabelle
41665 \family default
41666  ist nur für das Paket 
41667 \series bold
41668 listings
41669 \series default
41670  relevant und sollte verwendet werden, wenn nationale Zeichen wie Umlaute
41671  benutzt werden.
41672 \end_layout
41673
41674 \begin_layout Standard
41675 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
41676 \begin_inset Quotes gld
41677 \end_inset
41678
41679 3
41680 \begin_inset Quotes grd
41681 \end_inset
41682
41683 , Sprache 
41684 \begin_inset Quotes gld
41685 \end_inset
41686
41687 Python
41688 \begin_inset Quotes grd
41689 \end_inset
41690
41691 , Optionen 
41692 \begin_inset Quotes gld
41693 \end_inset
41694
41695 Erweiterte Zeichentabelle
41696 \begin_inset Quotes grd
41697 \end_inset
41698
41699  und 
41700 \begin_inset Quotes gld
41701 \end_inset
41702
41703 Leerzeichen als Symbol
41704 \begin_inset Quotes grd
41705 \end_inset
41706
41707  und Bereich Zeilen 3
41708 \begin_inset space \thinspace{}
41709 \end_inset
41710
41711 -
41712 \begin_inset space \thinspace{}
41713 \end_inset
41714
41715 8:
41716 \end_layout
41717
41718 \begin_layout Standard
41719 \begin_inset listings
41720 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
41721 inline false
41722 status open
41723
41724 \begin_layout Plain Layout
41725
41726 def func(param):
41727 \end_layout
41728
41729 \begin_layout Plain Layout
41730
41731     'Dies ist eine Python-Funktion'
41732 \end_layout
41733
41734 \begin_layout Plain Layout
41735
41736     pass
41737 \end_layout
41738
41739 \begin_layout Plain Layout
41740
41741 def func(param):
41742 \end_layout
41743
41744 \begin_layout Plain Layout
41745
41746 'Sonderzeichen: Tschüß'
41747 \end_layout
41748
41749 \begin_layout Plain Layout
41750
41751 pass
41752 \end_layout
41753
41754 \begin_layout Plain Layout
41755
41756 def func(param):
41757 \end_layout
41758
41759 \begin_layout Plain Layout
41760
41761 'Dies ist eine Python-Funktion'
41762 \end_layout
41763
41764 \begin_layout Plain Layout
41765
41766 pass
41767 \end_layout
41768
41769 \end_inset
41770
41771
41772 \end_layout
41773
41774 \begin_layout Standard
41775 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
41776 \family sans
41777 Tabulatorgröße
41778 \family default
41779  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
41780 \end_layout
41781
41782 \begin_layout Standard
41783 \noindent
41784 \begin_inset Note Greyedout
41785 status open
41786
41787 \begin_layout Plain Layout
41788
41789 \series bold
41790 Bemerkung:
41791 \series default
41792  Wegen eines Fehlers im 
41793 \series bold
41794 listings
41795 \series default
41796 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
41797  verschoben.
41798  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
41799  Listing nummeriert werden.
41800 \end_layout
41801
41802 \end_inset
41803
41804
41805 \end_layout
41806
41807 \begin_layout Standard
41808 \begin_inset VSpace bigskip
41809 \end_inset
41810
41811
41812 \end_layout
41813
41814 \begin_layout Standard
41815 \noindent
41816 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
41817  Das machen Sie mit
41818 \family sans
41819  Einfügen\SpecialChar menuseparator
41820 Datei\SpecialChar menuseparator
41821 Unterdokument
41822 \family default
41823  und der 
41824 \family sans
41825 Art
41826 \begin_inset space ~
41827 \end_inset
41828
41829 der
41830 \begin_inset space ~
41831 \end_inset
41832
41833 Einbindung
41834 \family default
41835  
41836 \family sans
41837 Listing
41838 \family default
41839 .
41840 \begin_inset Foot
41841 status collapsed
41842
41843 \begin_layout Plain Layout
41844 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
41845 \begin_inset space ~
41846 \end_inset
41847
41848
41849 \begin_inset CommandInset ref
41850 LatexCommand ref
41851 reference "abs:Unterdokumente"
41852
41853 \end_inset
41854
41855  beschrieben.
41856 \end_layout
41857
41858 \end_inset
41859
41860  Im Dialogfenster
41861 \family sans
41862  Unterdokument
41863 \family default
41864  können Sie die Listing-Parameter unter 
41865 \family sans
41866 Weitere
41867 \begin_inset space ~
41868 \end_inset
41869
41870 Parameter
41871 \family default
41872  eingeben.
41873  Wenn Sie dort ein Fragezeichen 
41874 \begin_inset Quotes gld
41875 \end_inset
41876
41877 ?
41878 \begin_inset Quotes grd
41879 \end_inset
41880
41881  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
41882 det.
41883 \end_layout
41884
41885 \begin_layout Standard
41886 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
41887  Text ins Feld 
41888 \family sans
41889 Marke
41890 \family default
41891 , auf die dann wie üblich verwiesen werden kann.
41892 \end_layout
41893
41894 \begin_layout Standard
41895 Listing
41896 \begin_inset space ~
41897 \end_inset
41898
41899
41900 \begin_inset CommandInset ref
41901 LatexCommand ref
41902 reference "lst:Datei-Listing"
41903
41904 \end_inset
41905
41906  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
41907 \begin_inset space \thinspace{}
41908 \end_inset
41909
41910
41911 \begin_inset space \thinspace{}
41912 \end_inset
41913
41914 15 gedruckt werden.
41915 \end_layout
41916
41917 \begin_layout Standard
41918 \begin_inset CommandInset include
41919 LatexCommand lstinputlisting
41920 filename "EmbeddedObjects.lyx"
41921 lstparams "breaklines=true,extendedchars=true,firstline=10,language={[LaTeX]TeX},lastline=15,literate={{ä}{{\\\"a}}1 {ö}{{\\\"o}}1 {ü}{{\\\"u}}1{À}{{\\\"a}}1 {ö}{{\\\"o}}1 {ÃŒ}{{\\\"u}}1},caption={Zeilen 10--15 dieser LyX-Datei},label={lst:Datei-Listing}"
41922 literal "true"
41923
41924 \end_inset
41925
41926
41927 \end_layout
41928
41929 \begin_layout Standard
41930 \begin_inset VSpace bigskip
41931 \end_inset
41932
41933
41934 \end_layout
41935
41936 \begin_layout Standard
41937 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
41938 \end_layout
41939
41940 \begin_layout Enumerate
41941 Öffnen Sie die Listings-Einstellungen und fügen
41942 \begin_inset Newline newline
41943 \end_inset
41944
41945
41946 \family sans
41947 mathescape=true
41948 \family default
41949
41950 \begin_inset Newline newline
41951 \end_inset
41952
41953 in das Feld des Tabs 
41954 \family sans
41955 Erweitert
41956 \family default
41957  ein
41958 \end_layout
41959
41960 \begin_layout Enumerate
41961 Erstellen Sie eine Formel außerhalb des Listings
41962 \end_layout
41963
41964 \begin_layout Enumerate
41965 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
41966 blage (Tastenkürzel 
41967 \family sans
41968 Ctrl+C
41969 \family default
41970 )
41971 \end_layout
41972
41973 \begin_layout Enumerate
41974 Schreiben sie 
41975 \begin_inset Quotes gld
41976 \end_inset
41977
41978
41979 \family sans
41980 $$
41981 \family default
41982
41983 \begin_inset Quotes grd
41984 \end_inset
41985
41986  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
41987 hen (Tastenkürzel 
41988 \family sans
41989 Ctrl+V
41990 \family default
41991 )
41992 \end_layout
41993
41994 \begin_layout Standard
41995 \begin_inset listings
41996 lstparams "language=Python,mathescape=true"
41997 inline false
41998 status open
41999
42000 \begin_layout Plain Layout
42001
42002 \begin_inset Caption Standard
42003
42004 \begin_layout Plain Layout
42005 Programm-Listing mit einer Formel
42006 \end_layout
42007
42008 \end_inset
42009
42010 # Beispiel-Programm-Listing
42011 \end_layout
42012
42013 \begin_layout Plain Layout
42014
42015 def func(param):
42016 \end_layout
42017
42018 \begin_layout Plain Layout
42019
42020     # $
42021 \backslash
42022 prod_{n=1}^{
42023 \backslash
42024 infty}
42025 \backslash
42026 ,
42027 \backslash
42028 frac{1}{x^{2}}$
42029 \end_layout
42030
42031 \begin_layout Plain Layout
42032
42033     pass
42034 \end_layout
42035
42036 \end_inset
42037
42038
42039 \end_layout
42040
42041 \begin_layout Standard
42042 \begin_inset VSpace bigskip
42043 \end_inset
42044
42045
42046 \end_layout
42047
42048 \begin_layout Standard
42049 \noindent
42050 Dokumentweite Listing-Eigenschaften können im Dialog 
42051 \family sans
42052 Dokument\SpecialChar menuseparator
42053 Einstellungen\SpecialChar menuseparator
42054 Listing
42055 \family default
42056  festgelegt werden.
42057  Dort bekommt man durch Eingabe eines Fragezeichens 
42058 \begin_inset Quotes gld
42059 \end_inset
42060
42061 ?
42062 \begin_inset Quotes grd
42063 \end_inset
42064
42065  eine Liste aller möglichen Parameter.
42066 \end_layout
42067
42068 \begin_layout Standard
42069 Weitere Informationen über die Pakete 
42070 \series bold
42071 listings
42072 \series default
42073  und 
42074 \series bold
42075 minted
42076 \series default
42077 , siehe 
42078 \begin_inset CommandInset citation
42079 LatexCommand cite
42080 key "listings,minted"
42081 literal "true"
42082
42083 \end_inset
42084
42085 .
42086 \end_layout
42087
42088 \begin_layout Chapter
42089 \start_of_appendix
42090 In \SpecialChar LyX
42091  verfügbare Maßeinheiten
42092 \begin_inset CommandInset label
42093 LatexCommand label
42094 name "kap:In-LyX-verfügbare"
42095
42096 \end_inset
42097
42098
42099 \begin_inset Index idx
42100 status collapsed
42101
42102 \begin_layout Plain Layout
42103 Einheiten
42104 \end_layout
42105
42106 \end_inset
42107
42108
42109 \end_layout
42110
42111 \begin_layout Standard
42112 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
42113  Tabelle
42114 \begin_inset space ~
42115 \end_inset
42116
42117
42118 \begin_inset CommandInset ref
42119 LatexCommand ref
42120 reference "tab:Maßeinheiten"
42121
42122 \end_inset
42123
42124  alle in \SpecialChar LyX
42125  verfügbaren Maßeinheiten.
42126 \end_layout
42127
42128 \begin_layout Standard
42129 \begin_inset Float table
42130 placement h
42131 alignment document
42132 wide false
42133 sideways false
42134 status open
42135
42136 \begin_layout Plain Layout
42137 \begin_inset Caption Standard
42138
42139 \begin_layout Plain Layout
42140 \begin_inset CommandInset label
42141 LatexCommand label
42142 name "tab:Maßeinheiten"
42143
42144 \end_inset
42145
42146 Maßeinheiten
42147 \end_layout
42148
42149 \end_inset
42150
42151
42152 \end_layout
42153
42154 \begin_layout Plain Layout
42155 \begin_inset VSpace medskip
42156 \end_inset
42157
42158
42159 \end_layout
42160
42161 \begin_layout Plain Layout
42162 \align center
42163 \begin_inset Tabular
42164 <lyxtabular version="3" rows="21" columns="3">
42165 <features tabularvalignment="middle">
42166 <column alignment="center" valignment="top">
42167 <column alignment="center" valignment="middle" width="50col%">
42168 <column alignment="center" valignment="top">
42169 <row>
42170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42171 \begin_inset Text
42172
42173 \begin_layout Plain Layout
42174 Maßeinheit
42175 \end_layout
42176
42177 \end_inset
42178 </cell>
42179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42180 \begin_inset Text
42181
42182 \begin_layout Plain Layout
42183 Name/Beschreibung
42184 \end_layout
42185
42186 \end_inset
42187 </cell>
42188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42189 \begin_inset Text
42190
42191 \begin_layout Plain Layout
42192 \SpecialChar LaTeX
42193 -Befehl
42194 \end_layout
42195
42196 \end_inset
42197 </cell>
42198 </row>
42199 <row>
42200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42201 \begin_inset Text
42202
42203 \begin_layout Plain Layout
42204 bp
42205 \end_layout
42206
42207 \end_inset
42208 </cell>
42209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42210 \begin_inset Text
42211
42212 \begin_layout Plain Layout
42213 großer Punkt (72
42214 \begin_inset space \thinspace{}
42215 \end_inset
42216
42217 bp = 1
42218 \begin_inset space \thinspace{}
42219 \end_inset
42220
42221 in)
42222 \end_layout
42223
42224 \end_inset
42225 </cell>
42226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42227 \begin_inset Text
42228
42229 \begin_layout Plain Layout
42230 -
42231 \end_layout
42232
42233 \end_inset
42234 </cell>
42235 </row>
42236 <row>
42237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42238 \begin_inset Text
42239
42240 \begin_layout Plain Layout
42241 cc
42242 \end_layout
42243
42244 \end_inset
42245 </cell>
42246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42247 \begin_inset Text
42248
42249 \begin_layout Plain Layout
42250 Cicero (1
42251 \begin_inset space \thinspace{}
42252 \end_inset
42253
42254 cc = 12
42255 \begin_inset space \thinspace{}
42256 \end_inset
42257
42258 dd)
42259 \end_layout
42260
42261 \end_inset
42262 </cell>
42263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42264 \begin_inset Text
42265
42266 \begin_layout Plain Layout
42267 -
42268 \end_layout
42269
42270 \end_inset
42271 </cell>
42272 </row>
42273 <row>
42274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42275 \begin_inset Text
42276
42277 \begin_layout Plain Layout
42278 cm
42279 \end_layout
42280
42281 \end_inset
42282 </cell>
42283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42284 \begin_inset Text
42285
42286 \begin_layout Plain Layout
42287 Zentimeter
42288 \end_layout
42289
42290 \end_inset
42291 </cell>
42292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42293 \begin_inset Text
42294
42295 \begin_layout Plain Layout
42296 -
42297 \end_layout
42298
42299 \end_inset
42300 </cell>
42301 </row>
42302 <row>
42303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42304 \begin_inset Text
42305
42306 \begin_layout Plain Layout
42307 dd
42308 \end_layout
42309
42310 \end_inset
42311 </cell>
42312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42313 \begin_inset Text
42314
42315 \begin_layout Plain Layout
42316 Didot (1
42317 \begin_inset space \thinspace{}
42318 \end_inset
42319
42320 dd 
42321 \begin_inset Formula $\approx$
42322 \end_inset
42323
42324  0,376
42325 \begin_inset space \thinspace{}
42326 \end_inset
42327
42328 mm)
42329 \end_layout
42330
42331 \end_inset
42332 </cell>
42333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42334 \begin_inset Text
42335
42336 \begin_layout Plain Layout
42337 -
42338 \end_layout
42339
42340 \end_inset
42341 </cell>
42342 </row>
42343 <row>
42344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42345 \begin_inset Text
42346
42347 \begin_layout Plain Layout
42348 em
42349 \end_layout
42350
42351 \end_inset
42352 </cell>
42353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42354 \begin_inset Text
42355
42356 \begin_layout Plain Layout
42357 Die Breite des Buchstabens 
42358 \emph on
42359 M
42360 \emph default
42361  im aktiven Zeichensatz
42362 \end_layout
42363
42364 \end_inset
42365 </cell>
42366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42367 \begin_inset Text
42368
42369 \begin_layout Plain Layout
42370 -
42371 \end_layout
42372
42373 \end_inset
42374 </cell>
42375 </row>
42376 <row>
42377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42378 \begin_inset Text
42379
42380 \begin_layout Plain Layout
42381 ex
42382 \end_layout
42383
42384 \end_inset
42385 </cell>
42386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42387 \begin_inset Text
42388
42389 \begin_layout Plain Layout
42390 Die Höhe des Buchstabens 
42391 \emph on
42392 x
42393 \emph default
42394  im aktiven Zeichensatz
42395 \end_layout
42396
42397 \end_inset
42398 </cell>
42399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42400 \begin_inset Text
42401
42402 \begin_layout Plain Layout
42403 -
42404 \end_layout
42405
42406 \end_inset
42407 </cell>
42408 </row>
42409 <row>
42410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42411 \begin_inset Text
42412
42413 \begin_layout Plain Layout
42414 in
42415 \end_layout
42416
42417 \end_inset
42418 </cell>
42419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42420 \begin_inset Text
42421
42422 \begin_layout Plain Layout
42423 Zoll (1
42424 \begin_inset space \thinspace{}
42425 \end_inset
42426
42427 in = 2.54
42428 \begin_inset space \thinspace{}
42429 \end_inset
42430
42431 cm
42432 \end_layout
42433
42434 \end_inset
42435 </cell>
42436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42437 \begin_inset Text
42438
42439 \begin_layout Plain Layout
42440 -
42441 \end_layout
42442
42443 \end_inset
42444 </cell>
42445 </row>
42446 <row>
42447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42448 \begin_inset Text
42449
42450 \begin_layout Plain Layout
42451 mm
42452 \end_layout
42453
42454 \end_inset
42455 </cell>
42456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42457 \begin_inset Text
42458
42459 \begin_layout Plain Layout
42460 Millimeter
42461 \end_layout
42462
42463 \end_inset
42464 </cell>
42465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42466 \begin_inset Text
42467
42468 \begin_layout Plain Layout
42469 -
42470 \end_layout
42471
42472 \end_inset
42473 </cell>
42474 </row>
42475 <row>
42476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42477 \begin_inset Text
42478
42479 \begin_layout Plain Layout
42480 mu
42481 \end_layout
42482
42483 \end_inset
42484 </cell>
42485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42486 \begin_inset Text
42487
42488 \begin_layout Plain Layout
42489 mathematische Maßeinheit
42490 \series bold
42491  
42492 \series default
42493 (1
42494 \begin_inset space \thinspace{}
42495 \end_inset
42496
42497 mu = 1/18
42498 \begin_inset space \thinspace{}
42499 \end_inset
42500
42501 em)
42502 \end_layout
42503
42504 \end_inset
42505 </cell>
42506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42507 \begin_inset Text
42508
42509 \begin_layout Plain Layout
42510 -
42511 \end_layout
42512
42513 \end_inset
42514 </cell>
42515 </row>
42516 <row>
42517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42518 \begin_inset Text
42519
42520 \begin_layout Plain Layout
42521 pt
42522 \end_layout
42523
42524 \end_inset
42525 </cell>
42526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42527 \begin_inset Text
42528
42529 \begin_layout Plain Layout
42530 Punkt (72.27
42531 \begin_inset space \thinspace{}
42532 \end_inset
42533
42534 pt = 1
42535 \begin_inset space \thinspace{}
42536 \end_inset
42537
42538 in)
42539 \end_layout
42540
42541 \end_inset
42542 </cell>
42543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42544 \begin_inset Text
42545
42546 \begin_layout Plain Layout
42547 -
42548 \end_layout
42549
42550 \end_inset
42551 </cell>
42552 </row>
42553 <row>
42554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42555 \begin_inset Text
42556
42557 \begin_layout Plain Layout
42558 pc
42559 \end_layout
42560
42561 \end_inset
42562 </cell>
42563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42564 \begin_inset Text
42565
42566 \begin_layout Plain Layout
42567 Pica (1
42568 \begin_inset space \thinspace{}
42569 \end_inset
42570
42571 pc = 12
42572 \begin_inset space \thinspace{}
42573 \end_inset
42574
42575 pt)
42576 \end_layout
42577
42578 \end_inset
42579 </cell>
42580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42581 \begin_inset Text
42582
42583 \begin_layout Plain Layout
42584 -
42585 \end_layout
42586
42587 \end_inset
42588 </cell>
42589 </row>
42590 <row>
42591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42592 \begin_inset Text
42593
42594 \begin_layout Plain Layout
42595 sp
42596 \end_layout
42597
42598 \end_inset
42599 </cell>
42600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42601 \begin_inset Text
42602
42603 \begin_layout Plain Layout
42604 skalierter Punkt (65536
42605 \begin_inset space \thinspace{}
42606 \end_inset
42607
42608 sp = 1
42609 \begin_inset space \thinspace{}
42610 \end_inset
42611
42612 pt)
42613 \end_layout
42614
42615 \end_inset
42616 </cell>
42617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42618 \begin_inset Text
42619
42620 \begin_layout Plain Layout
42621 -
42622 \end_layout
42623
42624 \end_inset
42625 </cell>
42626 </row>
42627 <row>
42628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42629 \begin_inset Text
42630
42631 \begin_layout Plain Layout
42632 Seitenbreite %
42633 \end_layout
42634
42635 \end_inset
42636 </cell>
42637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42638 \begin_inset Text
42639
42640 \begin_layout Plain Layout
42641 % der Seitenbreite
42642 \end_layout
42643
42644 \end_inset
42645 </cell>
42646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42647 \begin_inset Text
42648
42649 \begin_layout Plain Layout
42650
42651 \backslash
42652 paperwidth
42653 \end_layout
42654
42655 \end_inset
42656 </cell>
42657 </row>
42658 <row>
42659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42660 \begin_inset Text
42661
42662 \begin_layout Plain Layout
42663 Seitenhöhe %
42664 \end_layout
42665
42666 \end_inset
42667 </cell>
42668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42669 \begin_inset Text
42670
42671 \begin_layout Plain Layout
42672 % der Seitenhöhe
42673 \end_layout
42674
42675 \end_inset
42676 </cell>
42677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42678 \begin_inset Text
42679
42680 \begin_layout Plain Layout
42681
42682 \backslash
42683 paperheight
42684 \end_layout
42685
42686 \end_inset
42687 </cell>
42688 </row>
42689 <row>
42690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42691 \begin_inset Text
42692
42693 \begin_layout Plain Layout
42694 Skalierung %
42695 \end_layout
42696
42697 \end_inset
42698 </cell>
42699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42700 \begin_inset Text
42701
42702 \begin_layout Plain Layout
42703 % der originalen Bildbreite
42704 \end_layout
42705
42706 \end_inset
42707 </cell>
42708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42709 \begin_inset Text
42710
42711 \begin_layout Plain Layout
42712
42713 \end_layout
42714
42715 \end_inset
42716 </cell>
42717 </row>
42718 <row>
42719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42720 \begin_inset Text
42721
42722 \begin_layout Plain Layout
42723 Spaltenbreite %
42724 \end_layout
42725
42726 \end_inset
42727 </cell>
42728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42729 \begin_inset Text
42730
42731 \begin_layout Plain Layout
42732 % der Spaltenbreite
42733 \end_layout
42734
42735 \end_inset
42736 </cell>
42737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42738 \begin_inset Text
42739
42740 \begin_layout Plain Layout
42741
42742 \backslash
42743 columnwidth
42744 \end_layout
42745
42746 \end_inset
42747 </cell>
42748 </row>
42749 <row>
42750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42751 \begin_inset Text
42752
42753 \begin_layout Plain Layout
42754 Textbreite %
42755 \end_layout
42756
42757 \end_inset
42758 </cell>
42759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42760 \begin_inset Text
42761
42762 \begin_layout Plain Layout
42763 % der Textbreite
42764 \end_layout
42765
42766 \end_inset
42767 </cell>
42768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42769 \begin_inset Text
42770
42771 \begin_layout Plain Layout
42772
42773 \backslash
42774 textwidth
42775 \end_layout
42776
42777 \end_inset
42778 </cell>
42779 </row>
42780 <row>
42781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42782 \begin_inset Text
42783
42784 \begin_layout Plain Layout
42785 Texthöhe %
42786 \end_layout
42787
42788 \end_inset
42789 </cell>
42790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42791 \begin_inset Text
42792
42793 \begin_layout Plain Layout
42794 % der Texthöhe
42795 \end_layout
42796
42797 \end_inset
42798 </cell>
42799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42800 \begin_inset Text
42801
42802 \begin_layout Plain Layout
42803
42804 \backslash
42805 textheight
42806 \end_layout
42807
42808 \end_inset
42809 </cell>
42810 </row>
42811 <row>
42812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42813 \begin_inset Text
42814
42815 \begin_layout Plain Layout
42816 Zeilenabstand %
42817 \end_layout
42818
42819 \end_inset
42820 </cell>
42821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42822 \begin_inset Text
42823
42824 \begin_layout Plain Layout
42825 % der Höhe zwischen Grundlinien von zwei aufeinanderfolgenden Textzeilen
42826 \end_layout
42827
42828 \end_inset
42829 </cell>
42830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42831 \begin_inset Text
42832
42833 \begin_layout Plain Layout
42834
42835 \backslash
42836 baselineskip
42837 \end_layout
42838
42839 \end_inset
42840 </cell>
42841 </row>
42842 <row>
42843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42844 \begin_inset Text
42845
42846 \begin_layout Plain Layout
42847 Zeilenbreite %
42848 \end_layout
42849
42850 \end_inset
42851 </cell>
42852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42853 \begin_inset Text
42854
42855 \begin_layout Plain Layout
42856 % der Zeilenbreite
42857 \end_layout
42858
42859 \end_inset
42860 </cell>
42861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42862 \begin_inset Text
42863
42864 \begin_layout Plain Layout
42865
42866 \backslash
42867 linewidth
42868 \end_layout
42869
42870 \end_inset
42871 </cell>
42872 </row>
42873 </lyxtabular>
42874
42875 \end_inset
42876
42877
42878 \end_layout
42879
42880 \end_inset
42881
42882
42883 \end_layout
42884
42885 \begin_layout Chapter
42886 Ausgabedatei-Formate mit Grafiken
42887 \begin_inset CommandInset label
42888 LatexCommand label
42889 name "kap:Ausgabedatei-Formate"
42890
42891 \end_inset
42892
42893
42894 \end_layout
42895
42896 \begin_layout Section
42897 DVI
42898 \begin_inset Index idx
42899 status collapsed
42900
42901 \begin_layout Plain Layout
42902 Dateiformat! DVI
42903 \end_layout
42904
42905 \end_inset
42906
42907
42908 \begin_inset Index idx
42909 status collapsed
42910
42911 \begin_layout Plain Layout
42912 DVI
42913 \end_layout
42914
42915 \end_inset
42916
42917
42918 \end_layout
42919
42920 \begin_layout Standard
42921 Dieser Dateityp hat die Erweiterung 
42922 \begin_inset Quotes gld
42923 \end_inset
42924
42925
42926 \family typewriter
42927 .dvi
42928 \family default
42929
42930 \begin_inset Quotes grd
42931 \end_inset
42932
42933  und wird 
42934 \begin_inset Quotes gld
42935 \end_inset
42936
42937 device independent
42938 \begin_inset Quotes grd
42939 \end_inset
42940
42941  genannt, weil er vollkommen portierbar ist.
42942  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
42943  dvi-Betrachter installiert hat.
42944  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
42945 ate wie PostScript benutzt.
42946 \end_layout
42947
42948 \begin_layout Standard
42949 \begin_inset Note Greyedout
42950 status open
42951
42952 \begin_layout Plain Layout
42953
42954 \series bold
42955 Bemerkung:
42956 \series default
42957  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
42958 \end_layout
42959
42960 \end_inset
42961
42962
42963 \end_layout
42964
42965 \begin_layout Standard
42966 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
42967  auf einen anderen Computer kopieren.
42968  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
42969  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
42970  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
42971 \family typewriter
42972  
42973 \family default
42974 blättern.
42975
42976 \family typewriter
42977  
42978 \family default
42979 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
42980  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
42981  
42982 \end_layout
42983
42984 \begin_layout Standard
42985 Sie können Ihr Dokument als DVI über das Menü 
42986 \family sans
42987 Datei\SpecialChar menuseparator
42988 Exportieren\SpecialChar menuseparator
42989 DVI
42990 \family default
42991  exportieren.
42992  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
42993 \family sans
42994 Ansicht
42995 \family default
42996  anschauen.
42997 \end_layout
42998
42999 \begin_layout Section
43000 PostScript
43001 \begin_inset Index idx
43002 status collapsed
43003
43004 \begin_layout Plain Layout
43005 Dateiformat  ! PostScript
43006 \end_layout
43007
43008 \end_inset
43009
43010
43011 \begin_inset Index idx
43012 status collapsed
43013
43014 \begin_layout Plain Layout
43015 PostScript
43016 \end_layout
43017
43018 \end_inset
43019
43020
43021 \end_layout
43022
43023 \begin_layout Standard
43024 Dieser Dateityp hat die Erweiterung 
43025 \begin_inset Quotes gld
43026 \end_inset
43027
43028
43029 \family typewriter
43030 .ps
43031 \family default
43032
43033 \begin_inset Quotes grd
43034 \end_inset
43035
43036 .
43037  PostScript wurde von der Firma
43038 \family typewriter
43039  Adobe
43040 \family default
43041  als Druckersprache entwickelt.
43042  Die Datei enthält deshalb Druckbefehle.
43043  PostScript kann als 
43044 \begin_inset Quotes gld
43045 \end_inset
43046
43047 Programmiersprache
43048 \begin_inset Quotes grd
43049 \end_inset
43050
43051  angesehen werden.
43052  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen.
43053 \begin_inset Foot
43054 status collapsed
43055
43056 \begin_layout Plain Layout
43057 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
43058  von
43059 \series bold
43060  PSTricks
43061 \series default
43062  
43063 \begin_inset CommandInset citation
43064 LatexCommand cite
43065 key "pstricks"
43066 literal "true"
43067
43068 \end_inset
43069
43070  oder 
43071 \begin_inset CommandInset citation
43072 LatexCommand cite
43073 key "latex-praxisbuch"
43074 literal "true"
43075
43076 \end_inset
43077
43078  ansehen.
43079 \end_layout
43080
43081 \end_inset
43082
43083  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
43084 \end_layout
43085
43086 \begin_layout Standard
43087 PostScript kann nur Bilder im Format EPS
43088 \begin_inset Index idx
43089 status collapsed
43090
43091 \begin_layout Plain Layout
43092 EPS
43093 \end_layout
43094
43095 \end_inset
43096
43097  (Encapsulated PostScript, Datei-Er\SpecialChar softhyphen
43098 wei\SpecialChar softhyphen
43099 ter\SpecialChar softhyphen
43100 ung 
43101 \begin_inset Quotes gld
43102 \end_inset
43103
43104
43105 \family typewriter
43106 .eps
43107 \family default
43108
43109 \begin_inset Quotes grd
43110 \end_inset
43111
43112 ) enthalten.
43113  Weil \SpecialChar LyX
43114  die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
43115  intern nach EPS konvertieren.
43116  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
43117  verlangsamen.
43118  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
43119  konvertieren und direkt als EPS einfügen.
43120 \end_layout
43121
43122 \begin_layout Standard
43123 Sie können Ihr Dokument als PostScript über das Menü 
43124 \family sans
43125 Datei\SpecialChar menuseparator
43126 Exportieren\SpecialChar menuseparator
43127 Post\SpecialChar softhyphen
43128 Script
43129 \family default
43130  exportieren.
43131  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
43132 \family sans
43133 Ansicht
43134 \family default
43135  anschauen.
43136 \end_layout
43137
43138 \begin_layout Section
43139 PDF
43140 \begin_inset Index idx
43141 status collapsed
43142
43143 \begin_layout Plain Layout
43144 Dateiformat! PDF
43145 \end_layout
43146
43147 \end_inset
43148
43149
43150 \begin_inset Index idx
43151 status collapsed
43152
43153 \begin_layout Plain Layout
43154 PDF
43155 \end_layout
43156
43157 \end_inset
43158
43159
43160 \end_layout
43161
43162 \begin_layout Standard
43163 Dieser Dateityp hat die Erweiterung 
43164 \begin_inset Quotes gld
43165 \end_inset
43166
43167
43168 \family typewriter
43169 .pdf
43170 \family default
43171
43172 \begin_inset Quotes grd
43173 \end_inset
43174
43175 .
43176  Das
43177 \emph on
43178  
43179 \emph default
43180
43181 \begin_inset Quotes gld
43182 \end_inset
43183
43184 Portable Document Format
43185 \begin_inset Quotes grd
43186 \end_inset
43187
43188  (PDF) wurde auch von der Firma 
43189 \family typewriter
43190 Adobe
43191 \family default
43192  als Derivat von PostScript entwickelt.
43193  Es ist komprimierter und benutzt weniger Befehle als PostScript.
43194  Wie der Begriff 
43195 \begin_inset Quotes gld
43196 \end_inset
43197
43198 portable
43199 \begin_inset Quotes grd
43200 \end_inset
43201
43202  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
43203  werden, und der Ausdruck sieht immer gleich aus.
43204 \end_layout
43205
43206 \begin_layout Standard
43207 PDF kann Bilder im eigenen PDF-Format, im Format 
43208 \begin_inset Quotes gld
43209 \end_inset
43210
43211 Joint Photographic Experts Group
43212 \begin_inset Quotes grd
43213 \end_inset
43214
43215  (JPEG
43216 \begin_inset Index idx
43217 status collapsed
43218
43219 \begin_layout Plain Layout
43220 JPG, JPEG
43221 \end_layout
43222
43223 \end_inset
43224
43225 , Datei-Erweiterung 
43226 \begin_inset Quotes gld
43227 \end_inset
43228
43229
43230 \family typewriter
43231 .jpg
43232 \family default
43233
43234 \begin_inset Quotes grd
43235 \end_inset
43236
43237  oder 
43238 \begin_inset Quotes gld
43239 \end_inset
43240
43241
43242 \family typewriter
43243 .jpeg
43244 \family default
43245
43246 \begin_inset Quotes grd
43247 \end_inset
43248
43249 ) und im Format 
43250 \begin_inset Quotes gld
43251 \end_inset
43252
43253 Portable Network Graphics
43254 \begin_inset Quotes grd
43255 \end_inset
43256
43257  (PNG
43258 \begin_inset Index idx
43259 status collapsed
43260
43261 \begin_layout Plain Layout
43262 PNG
43263 \end_layout
43264
43265 \end_inset
43266
43267 , Datei-Erweiterung 
43268 \begin_inset Quotes gld
43269 \end_inset
43270
43271
43272 \family typewriter
43273 .png
43274 \family default
43275
43276 \begin_inset Quotes grd
43277 \end_inset
43278
43279 ) enthalten.
43280  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil \SpecialChar LyX
43281  es für Sie
43282  konvertieren wird.
43283  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
43284  wird, eines der drei erwähnten Bildformate zu benutzen.
43285 \end_layout
43286
43287 \begin_layout Standard
43288 PDF-Dateien können Sie über 
43289 \family sans
43290 Datei\SpecialChar menuseparator
43291 Exportieren
43292 \family default
43293  auf drei Arten erzeugen:
43294 \end_layout
43295
43296 \begin_layout Description
43297 PDF
43298 \begin_inset space ~
43299 \end_inset
43300
43301 (ps2pdf) benutzt das Programm
43302 \family typewriter
43303  ps2pdf
43304 \family default
43305 , das eine PDF-Datei aus einer Post\SpecialChar softhyphen
43306 Script®-Version Ihres Dokument erstellt.
43307  Die PostScript-Version wird mit dem Programm 
43308 \family typewriter
43309 dvips
43310 \family default
43311  aus einer DVI-Version erstellt.
43312  Es werden also drei Konvertierungen verwendet.
43313 \end_layout
43314
43315 \begin_layout Description
43316 PDF
43317 \begin_inset space ~
43318 \end_inset
43319
43320 (dvipdfm) benutzt das Programm 
43321 \family typewriter
43322 dvipdfm
43323 \family default
43324 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
43325  PDF konvertiert.
43326 \end_layout
43327
43328 \begin_layout Description
43329 PDF
43330 \begin_inset space ~
43331 \end_inset
43332
43333 (pdflatex) benutzt das Programm
43334 \family typewriter
43335  pdftex
43336 \family default
43337 , das Ihr Dokument direkt nach PDF konvertiert.
43338 \end_layout
43339
43340 \begin_layout Standard
43341
43342 \family sans
43343 PDF
43344 \begin_inset space ~
43345 \end_inset
43346
43347 (pdflatex)
43348 \family default
43349  wird empfohlen, weil
43350 \family typewriter
43351  pdftex
43352 \family default
43353  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
43354  ohne Probleme arbeitet.
43355  Das Programm 
43356 \family typewriter
43357 dvi\SpecialChar softhyphen
43358 pdfm
43359 \family default
43360  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
43361 \end_layout
43362
43363 \begin_layout Standard
43364 Sie können Ihr Dokument als PDF über das Menü 
43365 \family sans
43366 Datei\SpecialChar menuseparator
43367 Exportieren\SpecialChar menuseparator
43368 PDF
43369 \family default
43370  exportieren.
43371  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
43372 \family sans
43373 Ansicht
43374 \family default
43375  oder einen Werkzeugleistenknopf anschauen.
43376 \end_layout
43377
43378 \begin_layout Chapter
43379 Liste der dvips-Farbnamen
43380 \begin_inset CommandInset label
43381 LatexCommand label
43382 name "kap:Liste-der-dvips-Farbnamen"
43383
43384 \end_inset
43385
43386
43387 \end_layout
43388
43389 \begin_layout Standard
43390 \begin_inset Tabular
43391 <lyxtabular version="3" rows="17" columns="4">
43392 <features tabularvalignment="middle">
43393 <column alignment="left" valignment="top" width="0pt">
43394 <column alignment="left" valignment="top" width="0pt">
43395 <column alignment="left" valignment="top" width="0pt">
43396 <column alignment="left" valignment="top" width="0pt">
43397 <row>
43398 <cell alignment="left" valignment="top" usebox="none">
43399 \begin_inset Text
43400
43401 \begin_layout Plain Layout
43402 \begin_inset ERT
43403 status collapsed
43404
43405 \begin_layout Plain Layout
43406
43407
43408 \backslash
43409 fcolorbox{black}{
43410 \end_layout
43411
43412 \end_inset
43413
43414 white
43415 \begin_inset ERT
43416 status collapsed
43417
43418 \begin_layout Plain Layout
43419
43420 }{
43421 \end_layout
43422
43423 \end_inset
43424
43425 Farbe
43426 \begin_inset ERT
43427 status collapsed
43428
43429 \begin_layout Plain Layout
43430
43431 }
43432 \end_layout
43433
43434 \end_inset
43435
43436  Farbname
43437 \end_layout
43438
43439 \end_inset
43440 </cell>
43441 <cell alignment="left" valignment="top" usebox="none">
43442 \begin_inset Text
43443
43444 \begin_layout Plain Layout
43445 \begin_inset ERT
43446 status collapsed
43447
43448 \begin_layout Plain Layout
43449
43450
43451 \backslash
43452 fcolorbox{black}{
43453 \end_layout
43454
43455 \end_inset
43456
43457 white
43458 \begin_inset ERT
43459 status collapsed
43460
43461 \begin_layout Plain Layout
43462
43463 }{
43464 \end_layout
43465
43466 \end_inset
43467
43468 Farbe
43469 \begin_inset ERT
43470 status collapsed
43471
43472 \begin_layout Plain Layout
43473
43474 }
43475 \end_layout
43476
43477 \end_inset
43478
43479  Farbname
43480 \end_layout
43481
43482 \end_inset
43483 </cell>
43484 <cell alignment="left" valignment="top" usebox="none">
43485 \begin_inset Text
43486
43487 \begin_layout Plain Layout
43488 \begin_inset ERT
43489 status collapsed
43490
43491 \begin_layout Plain Layout
43492
43493
43494 \backslash
43495 fcolorbox{black}{
43496 \end_layout
43497
43498 \end_inset
43499
43500 white
43501 \begin_inset ERT
43502 status collapsed
43503
43504 \begin_layout Plain Layout
43505
43506 }{
43507 \end_layout
43508
43509 \end_inset
43510
43511 Farbe
43512 \begin_inset ERT
43513 status collapsed
43514
43515 \begin_layout Plain Layout
43516
43517 }
43518 \end_layout
43519
43520 \end_inset
43521
43522  Farbname
43523 \end_layout
43524
43525 \end_inset
43526 </cell>
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 white
43544 \begin_inset ERT
43545 status collapsed
43546
43547 \begin_layout Plain Layout
43548
43549 }{
43550 \end_layout
43551
43552 \end_inset
43553
43554 Farbe
43555 \begin_inset ERT
43556 status collapsed
43557
43558 \begin_layout Plain Layout
43559
43560 }
43561 \end_layout
43562
43563 \end_inset
43564
43565  Farbname
43566 \end_layout
43567
43568 \end_inset
43569 </cell>
43570 </row>
43571 <row>
43572 <cell alignment="center" valignment="top" usebox="none">
43573 \begin_inset Text
43574
43575 \begin_layout Plain Layout
43576 \begin_inset ERT
43577 status collapsed
43578
43579 \begin_layout Plain Layout
43580
43581
43582 \backslash
43583 fcolorbox{black}{
43584 \end_layout
43585
43586 \end_inset
43587
43588 Apricot
43589 \begin_inset ERT
43590 status collapsed
43591
43592 \begin_layout Plain Layout
43593
43594 }{
43595 \end_layout
43596
43597 \end_inset
43598
43599
43600 \begin_inset Phantom Phantom
43601 status open
43602
43603 \begin_layout Plain Layout
43604 W
43605 \end_layout
43606
43607 \end_inset
43608
43609
43610 \begin_inset ERT
43611 status collapsed
43612
43613 \begin_layout Plain Layout
43614
43615 }
43616 \end_layout
43617
43618 \end_inset
43619
43620  Apricot
43621 \end_layout
43622
43623 \end_inset
43624 </cell>
43625 <cell alignment="center" valignment="top" usebox="none">
43626 \begin_inset Text
43627
43628 \begin_layout Plain Layout
43629 \begin_inset ERT
43630 status collapsed
43631
43632 \begin_layout Plain Layout
43633
43634
43635 \backslash
43636 fcolorbox{black}{
43637 \end_layout
43638
43639 \end_inset
43640
43641 Aquamarine
43642 \begin_inset ERT
43643 status collapsed
43644
43645 \begin_layout Plain Layout
43646
43647 }{
43648 \end_layout
43649
43650 \end_inset
43651
43652
43653 \begin_inset Phantom Phantom
43654 status open
43655
43656 \begin_layout Plain Layout
43657 W
43658 \end_layout
43659
43660 \end_inset
43661
43662
43663 \begin_inset ERT
43664 status collapsed
43665
43666 \begin_layout Plain Layout
43667
43668 }
43669 \end_layout
43670
43671 \end_inset
43672
43673  Aquamarine
43674 \end_layout
43675
43676 \end_inset
43677 </cell>
43678 <cell alignment="center" valignment="top" usebox="none">
43679 \begin_inset Text
43680
43681 \begin_layout Plain Layout
43682 \begin_inset ERT
43683 status collapsed
43684
43685 \begin_layout Plain Layout
43686
43687
43688 \backslash
43689 fcolorbox{black}{
43690 \end_layout
43691
43692 \end_inset
43693
43694 Bittersweet
43695 \begin_inset ERT
43696 status collapsed
43697
43698 \begin_layout Plain Layout
43699
43700 }{
43701 \end_layout
43702
43703 \end_inset
43704
43705
43706 \begin_inset Phantom Phantom
43707 status open
43708
43709 \begin_layout Plain Layout
43710 W
43711 \end_layout
43712
43713 \end_inset
43714
43715
43716 \begin_inset ERT
43717 status collapsed
43718
43719 \begin_layout Plain Layout
43720
43721 }
43722 \end_layout
43723
43724 \end_inset
43725
43726  Bittersweet
43727 \end_layout
43728
43729 \end_inset
43730 </cell>
43731 <cell alignment="center" valignment="top" usebox="none">
43732 \begin_inset Text
43733
43734 \begin_layout Plain Layout
43735 \begin_inset ERT
43736 status collapsed
43737
43738 \begin_layout Plain Layout
43739
43740
43741 \backslash
43742 fcolorbox{black}{
43743 \end_layout
43744
43745 \end_inset
43746
43747 BlueGreen
43748 \begin_inset ERT
43749 status collapsed
43750
43751 \begin_layout Plain Layout
43752
43753 }{
43754 \end_layout
43755
43756 \end_inset
43757
43758
43759 \begin_inset Phantom Phantom
43760 status open
43761
43762 \begin_layout Plain Layout
43763 W
43764 \end_layout
43765
43766 \end_inset
43767
43768
43769 \begin_inset ERT
43770 status collapsed
43771
43772 \begin_layout Plain Layout
43773
43774 }
43775 \end_layout
43776
43777 \end_inset
43778
43779  BlueGreen
43780 \end_layout
43781
43782 \end_inset
43783 </cell>
43784 </row>
43785 <row>
43786 <cell alignment="left" valignment="top" usebox="none">
43787 \begin_inset Text
43788
43789 \begin_layout Plain Layout
43790 \begin_inset ERT
43791 status collapsed
43792
43793 \begin_layout Plain Layout
43794
43795
43796 \backslash
43797 fcolorbox{black}{
43798 \end_layout
43799
43800 \end_inset
43801
43802 BlueViolet
43803 \begin_inset ERT
43804 status collapsed
43805
43806 \begin_layout Plain Layout
43807
43808 }{
43809 \end_layout
43810
43811 \end_inset
43812
43813
43814 \begin_inset Phantom Phantom
43815 status open
43816
43817 \begin_layout Plain Layout
43818 W
43819 \end_layout
43820
43821 \end_inset
43822
43823
43824 \begin_inset ERT
43825 status collapsed
43826
43827 \begin_layout Plain Layout
43828
43829 }
43830 \end_layout
43831
43832 \end_inset
43833
43834  BlueViolet
43835 \end_layout
43836
43837 \end_inset
43838 </cell>
43839 <cell alignment="left" valignment="top" usebox="none">
43840 \begin_inset Text
43841
43842 \begin_layout Plain Layout
43843 \begin_inset ERT
43844 status collapsed
43845
43846 \begin_layout Plain Layout
43847
43848
43849 \backslash
43850 fcolorbox{black}{
43851 \end_layout
43852
43853 \end_inset
43854
43855 BrickRed
43856 \begin_inset ERT
43857 status collapsed
43858
43859 \begin_layout Plain Layout
43860
43861 }{
43862 \end_layout
43863
43864 \end_inset
43865
43866
43867 \begin_inset Phantom Phantom
43868 status open
43869
43870 \begin_layout Plain Layout
43871 W
43872 \end_layout
43873
43874 \end_inset
43875
43876
43877 \begin_inset ERT
43878 status collapsed
43879
43880 \begin_layout Plain Layout
43881
43882 }
43883 \end_layout
43884
43885 \end_inset
43886
43887  BrickRed
43888 \end_layout
43889
43890 \end_inset
43891 </cell>
43892 <cell alignment="left" valignment="top" usebox="none">
43893 \begin_inset Text
43894
43895 \begin_layout Plain Layout
43896 \begin_inset ERT
43897 status collapsed
43898
43899 \begin_layout Plain Layout
43900
43901
43902 \backslash
43903 fcolorbox{black}{
43904 \end_layout
43905
43906 \end_inset
43907
43908 Brown
43909 \begin_inset ERT
43910 status collapsed
43911
43912 \begin_layout Plain Layout
43913
43914 }{
43915 \end_layout
43916
43917 \end_inset
43918
43919
43920 \begin_inset Phantom Phantom
43921 status open
43922
43923 \begin_layout Plain Layout
43924 W
43925 \end_layout
43926
43927 \end_inset
43928
43929
43930 \begin_inset ERT
43931 status collapsed
43932
43933 \begin_layout Plain Layout
43934
43935 }
43936 \end_layout
43937
43938 \end_inset
43939
43940  Brown
43941 \end_layout
43942
43943 \end_inset
43944 </cell>
43945 <cell alignment="left" valignment="top" usebox="none">
43946 \begin_inset Text
43947
43948 \begin_layout Plain Layout
43949 \begin_inset ERT
43950 status collapsed
43951
43952 \begin_layout Plain Layout
43953
43954
43955 \backslash
43956 fcolorbox{black}{
43957 \end_layout
43958
43959 \end_inset
43960
43961 BurntOrange
43962 \begin_inset ERT
43963 status collapsed
43964
43965 \begin_layout Plain Layout
43966
43967 }{
43968 \end_layout
43969
43970 \end_inset
43971
43972
43973 \begin_inset Phantom Phantom
43974 status open
43975
43976 \begin_layout Plain Layout
43977 W
43978 \end_layout
43979
43980 \end_inset
43981
43982
43983 \begin_inset ERT
43984 status collapsed
43985
43986 \begin_layout Plain Layout
43987
43988 }
43989 \end_layout
43990
43991 \end_inset
43992
43993  BurntOrange
43994 \end_layout
43995
43996 \end_inset
43997 </cell>
43998 </row>
43999 <row>
44000 <cell alignment="left" valignment="top" usebox="none">
44001 \begin_inset Text
44002
44003 \begin_layout Plain Layout
44004 \begin_inset ERT
44005 status collapsed
44006
44007 \begin_layout Plain Layout
44008
44009
44010 \backslash
44011 fcolorbox{black}{
44012 \end_layout
44013
44014 \end_inset
44015
44016 CadetBlue
44017 \begin_inset ERT
44018 status collapsed
44019
44020 \begin_layout Plain Layout
44021
44022 }{
44023 \end_layout
44024
44025 \end_inset
44026
44027
44028 \begin_inset Phantom Phantom
44029 status open
44030
44031 \begin_layout Plain Layout
44032 W
44033 \end_layout
44034
44035 \end_inset
44036
44037
44038 \begin_inset ERT
44039 status collapsed
44040
44041 \begin_layout Plain Layout
44042
44043 }
44044 \end_layout
44045
44046 \end_inset
44047
44048  CadetBlue
44049 \end_layout
44050
44051 \end_inset
44052 </cell>
44053 <cell alignment="left" valignment="top" usebox="none">
44054 \begin_inset Text
44055
44056 \begin_layout Plain Layout
44057 \begin_inset ERT
44058 status collapsed
44059
44060 \begin_layout Plain Layout
44061
44062
44063 \backslash
44064 fcolorbox{black}{
44065 \end_layout
44066
44067 \end_inset
44068
44069 CarnationPink
44070 \begin_inset ERT
44071 status collapsed
44072
44073 \begin_layout Plain Layout
44074
44075 }{
44076 \end_layout
44077
44078 \end_inset
44079
44080
44081 \begin_inset Phantom Phantom
44082 status open
44083
44084 \begin_layout Plain Layout
44085 W
44086 \end_layout
44087
44088 \end_inset
44089
44090
44091 \begin_inset ERT
44092 status collapsed
44093
44094 \begin_layout Plain Layout
44095
44096 }
44097 \end_layout
44098
44099 \end_inset
44100
44101  CarnationPink
44102 \end_layout
44103
44104 \end_inset
44105 </cell>
44106 <cell alignment="left" valignment="top" usebox="none">
44107 \begin_inset Text
44108
44109 \begin_layout Plain Layout
44110 \begin_inset ERT
44111 status collapsed
44112
44113 \begin_layout Plain Layout
44114
44115
44116 \backslash
44117 fcolorbox{black}{
44118 \end_layout
44119
44120 \end_inset
44121
44122 Cerulean
44123 \begin_inset ERT
44124 status collapsed
44125
44126 \begin_layout Plain Layout
44127
44128 }{
44129 \end_layout
44130
44131 \end_inset
44132
44133
44134 \begin_inset Phantom Phantom
44135 status open
44136
44137 \begin_layout Plain Layout
44138 W
44139 \end_layout
44140
44141 \end_inset
44142
44143
44144 \begin_inset ERT
44145 status collapsed
44146
44147 \begin_layout Plain Layout
44148
44149 }
44150 \end_layout
44151
44152 \end_inset
44153
44154  Cerulean
44155 \end_layout
44156
44157 \end_inset
44158 </cell>
44159 <cell alignment="left" valignment="top" usebox="none">
44160 \begin_inset Text
44161
44162 \begin_layout Plain Layout
44163 \begin_inset ERT
44164 status collapsed
44165
44166 \begin_layout Plain Layout
44167
44168
44169 \backslash
44170 fcolorbox{black}{
44171 \end_layout
44172
44173 \end_inset
44174
44175 CornflowerBlue
44176 \begin_inset ERT
44177 status collapsed
44178
44179 \begin_layout Plain Layout
44180
44181 }{
44182 \end_layout
44183
44184 \end_inset
44185
44186
44187 \begin_inset Phantom Phantom
44188 status open
44189
44190 \begin_layout Plain Layout
44191 W
44192 \end_layout
44193
44194 \end_inset
44195
44196
44197 \begin_inset ERT
44198 status collapsed
44199
44200 \begin_layout Plain Layout
44201
44202 }
44203 \end_layout
44204
44205 \end_inset
44206
44207  CornflowerBlue
44208 \end_layout
44209
44210 \end_inset
44211 </cell>
44212 </row>
44213 <row>
44214 <cell alignment="left" valignment="top" usebox="none">
44215 \begin_inset Text
44216
44217 \begin_layout Plain Layout
44218 \begin_inset ERT
44219 status collapsed
44220
44221 \begin_layout Plain Layout
44222
44223
44224 \backslash
44225 fcolorbox{black}{
44226 \end_layout
44227
44228 \end_inset
44229
44230 Dandelion
44231 \begin_inset ERT
44232 status collapsed
44233
44234 \begin_layout Plain Layout
44235
44236 }{
44237 \end_layout
44238
44239 \end_inset
44240
44241
44242 \begin_inset Phantom Phantom
44243 status open
44244
44245 \begin_layout Plain Layout
44246 W
44247 \end_layout
44248
44249 \end_inset
44250
44251
44252 \begin_inset ERT
44253 status collapsed
44254
44255 \begin_layout Plain Layout
44256
44257 }
44258 \end_layout
44259
44260 \end_inset
44261
44262  Dandelion
44263 \end_layout
44264
44265 \end_inset
44266 </cell>
44267 <cell alignment="left" valignment="top" usebox="none">
44268 \begin_inset Text
44269
44270 \begin_layout Plain Layout
44271 \begin_inset ERT
44272 status collapsed
44273
44274 \begin_layout Plain Layout
44275
44276
44277 \backslash
44278 fcolorbox{black}{
44279 \end_layout
44280
44281 \end_inset
44282
44283 DarkOrchid
44284 \begin_inset ERT
44285 status collapsed
44286
44287 \begin_layout Plain Layout
44288
44289 }{
44290 \end_layout
44291
44292 \end_inset
44293
44294
44295 \begin_inset Phantom Phantom
44296 status open
44297
44298 \begin_layout Plain Layout
44299 W
44300 \end_layout
44301
44302 \end_inset
44303
44304
44305 \begin_inset ERT
44306 status collapsed
44307
44308 \begin_layout Plain Layout
44309
44310 }
44311 \end_layout
44312
44313 \end_inset
44314
44315  DarkOrchid
44316 \end_layout
44317
44318 \end_inset
44319 </cell>
44320 <cell alignment="left" valignment="top" usebox="none">
44321 \begin_inset Text
44322
44323 \begin_layout Plain Layout
44324 \begin_inset ERT
44325 status collapsed
44326
44327 \begin_layout Plain Layout
44328
44329
44330 \backslash
44331 fcolorbox{black}{
44332 \end_layout
44333
44334 \end_inset
44335
44336 Emerald
44337 \begin_inset ERT
44338 status collapsed
44339
44340 \begin_layout Plain Layout
44341
44342 }{
44343 \end_layout
44344
44345 \end_inset
44346
44347
44348 \begin_inset Phantom Phantom
44349 status open
44350
44351 \begin_layout Plain Layout
44352 W
44353 \end_layout
44354
44355 \end_inset
44356
44357
44358 \begin_inset ERT
44359 status collapsed
44360
44361 \begin_layout Plain Layout
44362
44363 }
44364 \end_layout
44365
44366 \end_inset
44367
44368  Emerald
44369 \end_layout
44370
44371 \end_inset
44372 </cell>
44373 <cell alignment="left" valignment="top" usebox="none">
44374 \begin_inset Text
44375
44376 \begin_layout Plain Layout
44377 \begin_inset ERT
44378 status collapsed
44379
44380 \begin_layout Plain Layout
44381
44382
44383 \backslash
44384 fcolorbox{black}{
44385 \end_layout
44386
44387 \end_inset
44388
44389 ForestGreen
44390 \begin_inset ERT
44391 status collapsed
44392
44393 \begin_layout Plain Layout
44394
44395 }{
44396 \end_layout
44397
44398 \end_inset
44399
44400
44401 \begin_inset Phantom Phantom
44402 status open
44403
44404 \begin_layout Plain Layout
44405 W
44406 \end_layout
44407
44408 \end_inset
44409
44410
44411 \begin_inset ERT
44412 status collapsed
44413
44414 \begin_layout Plain Layout
44415
44416 }
44417 \end_layout
44418
44419 \end_inset
44420
44421  ForestGreen
44422 \end_layout
44423
44424 \end_inset
44425 </cell>
44426 </row>
44427 <row>
44428 <cell alignment="left" valignment="top" usebox="none">
44429 \begin_inset Text
44430
44431 \begin_layout Plain Layout
44432 \begin_inset ERT
44433 status collapsed
44434
44435 \begin_layout Plain Layout
44436
44437
44438 \backslash
44439 fcolorbox{black}{
44440 \end_layout
44441
44442 \end_inset
44443
44444 Fuchsia
44445 \begin_inset ERT
44446 status collapsed
44447
44448 \begin_layout Plain Layout
44449
44450 }{
44451 \end_layout
44452
44453 \end_inset
44454
44455
44456 \begin_inset Phantom Phantom
44457 status open
44458
44459 \begin_layout Plain Layout
44460 W
44461 \end_layout
44462
44463 \end_inset
44464
44465
44466 \begin_inset ERT
44467 status collapsed
44468
44469 \begin_layout Plain Layout
44470
44471 }
44472 \end_layout
44473
44474 \end_inset
44475
44476  Fuchsia
44477 \end_layout
44478
44479 \end_inset
44480 </cell>
44481 <cell alignment="left" valignment="top" usebox="none">
44482 \begin_inset Text
44483
44484 \begin_layout Plain Layout
44485 \begin_inset ERT
44486 status collapsed
44487
44488 \begin_layout Plain Layout
44489
44490
44491 \backslash
44492 fcolorbox{black}{
44493 \end_layout
44494
44495 \end_inset
44496
44497 Goldenrod
44498 \begin_inset ERT
44499 status collapsed
44500
44501 \begin_layout Plain Layout
44502
44503 }{
44504 \end_layout
44505
44506 \end_inset
44507
44508
44509 \begin_inset Phantom Phantom
44510 status open
44511
44512 \begin_layout Plain Layout
44513 W
44514 \end_layout
44515
44516 \end_inset
44517
44518
44519 \begin_inset ERT
44520 status collapsed
44521
44522 \begin_layout Plain Layout
44523
44524 }
44525 \end_layout
44526
44527 \end_inset
44528
44529  Goldenrod
44530 \end_layout
44531
44532 \end_inset
44533 </cell>
44534 <cell alignment="left" valignment="top" usebox="none">
44535 \begin_inset Text
44536
44537 \begin_layout Plain Layout
44538 \begin_inset ERT
44539 status collapsed
44540
44541 \begin_layout Plain Layout
44542
44543
44544 \backslash
44545 fcolorbox{black}{
44546 \end_layout
44547
44548 \end_inset
44549
44550 Gray
44551 \begin_inset ERT
44552 status collapsed
44553
44554 \begin_layout Plain Layout
44555
44556 }{
44557 \end_layout
44558
44559 \end_inset
44560
44561
44562 \begin_inset Phantom Phantom
44563 status open
44564
44565 \begin_layout Plain Layout
44566 W
44567 \end_layout
44568
44569 \end_inset
44570
44571
44572 \begin_inset ERT
44573 status collapsed
44574
44575 \begin_layout Plain Layout
44576
44577 }
44578 \end_layout
44579
44580 \end_inset
44581
44582  Gray
44583 \end_layout
44584
44585 \end_inset
44586 </cell>
44587 <cell alignment="left" valignment="top" usebox="none">
44588 \begin_inset Text
44589
44590 \begin_layout Plain Layout
44591 \begin_inset ERT
44592 status collapsed
44593
44594 \begin_layout Plain Layout
44595
44596
44597 \backslash
44598 fcolorbox{black}{
44599 \end_layout
44600
44601 \end_inset
44602
44603 GreenYellow
44604 \begin_inset ERT
44605 status collapsed
44606
44607 \begin_layout Plain Layout
44608
44609 }{
44610 \end_layout
44611
44612 \end_inset
44613
44614
44615 \begin_inset Phantom Phantom
44616 status open
44617
44618 \begin_layout Plain Layout
44619 W
44620 \end_layout
44621
44622 \end_inset
44623
44624
44625 \begin_inset ERT
44626 status collapsed
44627
44628 \begin_layout Plain Layout
44629
44630 }
44631 \end_layout
44632
44633 \end_inset
44634
44635  GreenYellow
44636 \end_layout
44637
44638 \end_inset
44639 </cell>
44640 </row>
44641 <row>
44642 <cell alignment="center" valignment="top" usebox="none">
44643 \begin_inset Text
44644
44645 \begin_layout Plain Layout
44646 \begin_inset ERT
44647 status collapsed
44648
44649 \begin_layout Plain Layout
44650
44651
44652 \backslash
44653 fcolorbox{black}{
44654 \end_layout
44655
44656 \end_inset
44657
44658 JungleGreen
44659 \begin_inset ERT
44660 status collapsed
44661
44662 \begin_layout Plain Layout
44663
44664 }{
44665 \end_layout
44666
44667 \end_inset
44668
44669
44670 \begin_inset Phantom Phantom
44671 status open
44672
44673 \begin_layout Plain Layout
44674 W
44675 \end_layout
44676
44677 \end_inset
44678
44679
44680 \begin_inset ERT
44681 status collapsed
44682
44683 \begin_layout Plain Layout
44684
44685 }
44686 \end_layout
44687
44688 \end_inset
44689
44690  JungleGreen
44691 \end_layout
44692
44693 \end_inset
44694 </cell>
44695 <cell alignment="center" valignment="top" usebox="none">
44696 \begin_inset Text
44697
44698 \begin_layout Plain Layout
44699 \begin_inset ERT
44700 status collapsed
44701
44702 \begin_layout Plain Layout
44703
44704
44705 \backslash
44706 fcolorbox{black}{
44707 \end_layout
44708
44709 \end_inset
44710
44711 Lavender
44712 \begin_inset ERT
44713 status collapsed
44714
44715 \begin_layout Plain Layout
44716
44717 }{
44718 \end_layout
44719
44720 \end_inset
44721
44722
44723 \begin_inset Phantom Phantom
44724 status open
44725
44726 \begin_layout Plain Layout
44727 W
44728 \end_layout
44729
44730 \end_inset
44731
44732
44733 \begin_inset ERT
44734 status collapsed
44735
44736 \begin_layout Plain Layout
44737
44738 }
44739 \end_layout
44740
44741 \end_inset
44742
44743  Lavender
44744 \end_layout
44745
44746 \end_inset
44747 </cell>
44748 <cell alignment="center" valignment="top" usebox="none">
44749 \begin_inset Text
44750
44751 \begin_layout Plain Layout
44752 \begin_inset ERT
44753 status collapsed
44754
44755 \begin_layout Plain Layout
44756
44757
44758 \backslash
44759 fcolorbox{black}{
44760 \end_layout
44761
44762 \end_inset
44763
44764 LimeGreen
44765 \begin_inset ERT
44766 status collapsed
44767
44768 \begin_layout Plain Layout
44769
44770 }{
44771 \end_layout
44772
44773 \end_inset
44774
44775
44776 \begin_inset Phantom Phantom
44777 status open
44778
44779 \begin_layout Plain Layout
44780 W
44781 \end_layout
44782
44783 \end_inset
44784
44785
44786 \begin_inset ERT
44787 status collapsed
44788
44789 \begin_layout Plain Layout
44790
44791 }
44792 \end_layout
44793
44794 \end_inset
44795
44796  LimeGreen
44797 \end_layout
44798
44799 \end_inset
44800 </cell>
44801 <cell alignment="center" valignment="top" usebox="none">
44802 \begin_inset Text
44803
44804 \begin_layout Plain Layout
44805 \begin_inset ERT
44806 status collapsed
44807
44808 \begin_layout Plain Layout
44809
44810
44811 \backslash
44812 fcolorbox{black}{
44813 \end_layout
44814
44815 \end_inset
44816
44817 Mahogany
44818 \begin_inset ERT
44819 status collapsed
44820
44821 \begin_layout Plain Layout
44822
44823 }{
44824 \end_layout
44825
44826 \end_inset
44827
44828
44829 \begin_inset Phantom Phantom
44830 status open
44831
44832 \begin_layout Plain Layout
44833 W
44834 \end_layout
44835
44836 \end_inset
44837
44838
44839 \begin_inset ERT
44840 status collapsed
44841
44842 \begin_layout Plain Layout
44843
44844 }
44845 \end_layout
44846
44847 \end_inset
44848
44849  Mahogany
44850 \end_layout
44851
44852 \end_inset
44853 </cell>
44854 </row>
44855 <row>
44856 <cell alignment="left" valignment="top" usebox="none">
44857 \begin_inset Text
44858
44859 \begin_layout Plain Layout
44860 \begin_inset ERT
44861 status collapsed
44862
44863 \begin_layout Plain Layout
44864
44865
44866 \backslash
44867 fcolorbox{black}{
44868 \end_layout
44869
44870 \end_inset
44871
44872 Mahogany
44873 \begin_inset ERT
44874 status collapsed
44875
44876 \begin_layout Plain Layout
44877
44878 }{
44879 \end_layout
44880
44881 \end_inset
44882
44883
44884 \begin_inset Phantom Phantom
44885 status open
44886
44887 \begin_layout Plain Layout
44888 W
44889 \end_layout
44890
44891 \end_inset
44892
44893
44894 \begin_inset ERT
44895 status collapsed
44896
44897 \begin_layout Plain Layout
44898
44899 }
44900 \end_layout
44901
44902 \end_inset
44903
44904  Mahogany
44905 \end_layout
44906
44907 \end_inset
44908 </cell>
44909 <cell alignment="left" valignment="top" usebox="none">
44910 \begin_inset Text
44911
44912 \begin_layout Plain Layout
44913 \begin_inset ERT
44914 status collapsed
44915
44916 \begin_layout Plain Layout
44917
44918
44919 \backslash
44920 fcolorbox{black}{
44921 \end_layout
44922
44923 \end_inset
44924
44925 Maroon
44926 \begin_inset ERT
44927 status collapsed
44928
44929 \begin_layout Plain Layout
44930
44931 }{
44932 \end_layout
44933
44934 \end_inset
44935
44936
44937 \begin_inset Phantom Phantom
44938 status open
44939
44940 \begin_layout Plain Layout
44941 W
44942 \end_layout
44943
44944 \end_inset
44945
44946
44947 \begin_inset ERT
44948 status collapsed
44949
44950 \begin_layout Plain Layout
44951
44952 }
44953 \end_layout
44954
44955 \end_inset
44956
44957  Maroon
44958 \end_layout
44959
44960 \end_inset
44961 </cell>
44962 <cell alignment="left" valignment="top" usebox="none">
44963 \begin_inset Text
44964
44965 \begin_layout Plain Layout
44966 \begin_inset ERT
44967 status collapsed
44968
44969 \begin_layout Plain Layout
44970
44971
44972 \backslash
44973 fcolorbox{black}{
44974 \end_layout
44975
44976 \end_inset
44977
44978 Melon
44979 \begin_inset ERT
44980 status collapsed
44981
44982 \begin_layout Plain Layout
44983
44984 }{
44985 \end_layout
44986
44987 \end_inset
44988
44989
44990 \begin_inset Phantom Phantom
44991 status open
44992
44993 \begin_layout Plain Layout
44994 W
44995 \end_layout
44996
44997 \end_inset
44998
44999
45000 \begin_inset ERT
45001 status collapsed
45002
45003 \begin_layout Plain Layout
45004
45005 }
45006 \end_layout
45007
45008 \end_inset
45009
45010  Melon
45011 \end_layout
45012
45013 \end_inset
45014 </cell>
45015 <cell alignment="left" valignment="top" usebox="none">
45016 \begin_inset Text
45017
45018 \begin_layout Plain Layout
45019 \begin_inset ERT
45020 status collapsed
45021
45022 \begin_layout Plain Layout
45023
45024
45025 \backslash
45026 fcolorbox{black}{
45027 \end_layout
45028
45029 \end_inset
45030
45031 MidnightBlue
45032 \begin_inset ERT
45033 status collapsed
45034
45035 \begin_layout Plain Layout
45036
45037 }{
45038 \end_layout
45039
45040 \end_inset
45041
45042
45043 \begin_inset Phantom Phantom
45044 status open
45045
45046 \begin_layout Plain Layout
45047 W
45048 \end_layout
45049
45050 \end_inset
45051
45052
45053 \begin_inset ERT
45054 status collapsed
45055
45056 \begin_layout Plain Layout
45057
45058 }
45059 \end_layout
45060
45061 \end_inset
45062
45063  MidnightBlue
45064 \end_layout
45065
45066 \end_inset
45067 </cell>
45068 </row>
45069 <row>
45070 <cell alignment="left" valignment="top" usebox="none">
45071 \begin_inset Text
45072
45073 \begin_layout Plain Layout
45074 \begin_inset ERT
45075 status collapsed
45076
45077 \begin_layout Plain Layout
45078
45079
45080 \backslash
45081 fcolorbox{black}{
45082 \end_layout
45083
45084 \end_inset
45085
45086 Mulberry
45087 \begin_inset ERT
45088 status collapsed
45089
45090 \begin_layout Plain Layout
45091
45092 }{
45093 \end_layout
45094
45095 \end_inset
45096
45097
45098 \begin_inset Phantom Phantom
45099 status open
45100
45101 \begin_layout Plain Layout
45102 W
45103 \end_layout
45104
45105 \end_inset
45106
45107
45108 \begin_inset ERT
45109 status collapsed
45110
45111 \begin_layout Plain Layout
45112
45113 }
45114 \end_layout
45115
45116 \end_inset
45117
45118  Mulberry
45119 \end_layout
45120
45121 \end_inset
45122 </cell>
45123 <cell alignment="left" valignment="top" usebox="none">
45124 \begin_inset Text
45125
45126 \begin_layout Plain Layout
45127 \begin_inset ERT
45128 status collapsed
45129
45130 \begin_layout Plain Layout
45131
45132
45133 \backslash
45134 fcolorbox{black}{
45135 \end_layout
45136
45137 \end_inset
45138
45139 NavyBlue
45140 \begin_inset ERT
45141 status collapsed
45142
45143 \begin_layout Plain Layout
45144
45145 }{
45146 \end_layout
45147
45148 \end_inset
45149
45150
45151 \begin_inset Phantom Phantom
45152 status open
45153
45154 \begin_layout Plain Layout
45155 W
45156 \end_layout
45157
45158 \end_inset
45159
45160
45161 \begin_inset ERT
45162 status collapsed
45163
45164 \begin_layout Plain Layout
45165
45166 }
45167 \end_layout
45168
45169 \end_inset
45170
45171  NavyBlue
45172 \end_layout
45173
45174 \end_inset
45175 </cell>
45176 <cell alignment="left" valignment="top" usebox="none">
45177 \begin_inset Text
45178
45179 \begin_layout Plain Layout
45180 \begin_inset ERT
45181 status collapsed
45182
45183 \begin_layout Plain Layout
45184
45185
45186 \backslash
45187 fcolorbox{black}{
45188 \end_layout
45189
45190 \end_inset
45191
45192 OliveGreen
45193 \begin_inset ERT
45194 status collapsed
45195
45196 \begin_layout Plain Layout
45197
45198 }{
45199 \end_layout
45200
45201 \end_inset
45202
45203
45204 \begin_inset Phantom Phantom
45205 status open
45206
45207 \begin_layout Plain Layout
45208 W
45209 \end_layout
45210
45211 \end_inset
45212
45213
45214 \begin_inset ERT
45215 status collapsed
45216
45217 \begin_layout Plain Layout
45218
45219 }
45220 \end_layout
45221
45222 \end_inset
45223
45224  OliveGreen
45225 \end_layout
45226
45227 \end_inset
45228 </cell>
45229 <cell alignment="left" valignment="top" usebox="none">
45230 \begin_inset Text
45231
45232 \begin_layout Plain Layout
45233 \begin_inset ERT
45234 status collapsed
45235
45236 \begin_layout Plain Layout
45237
45238
45239 \backslash
45240 fcolorbox{black}{
45241 \end_layout
45242
45243 \end_inset
45244
45245 Orange
45246 \begin_inset ERT
45247 status collapsed
45248
45249 \begin_layout Plain Layout
45250
45251 }{
45252 \end_layout
45253
45254 \end_inset
45255
45256
45257 \begin_inset Phantom Phantom
45258 status open
45259
45260 \begin_layout Plain Layout
45261 W
45262 \end_layout
45263
45264 \end_inset
45265
45266
45267 \begin_inset ERT
45268 status collapsed
45269
45270 \begin_layout Plain Layout
45271
45272 }
45273 \end_layout
45274
45275 \end_inset
45276
45277  Orange
45278 \end_layout
45279
45280 \end_inset
45281 </cell>
45282 </row>
45283 <row>
45284 <cell alignment="left" valignment="top" usebox="none">
45285 \begin_inset Text
45286
45287 \begin_layout Plain Layout
45288 \begin_inset ERT
45289 status collapsed
45290
45291 \begin_layout Plain Layout
45292
45293
45294 \backslash
45295 fcolorbox{black}{
45296 \end_layout
45297
45298 \end_inset
45299
45300 OrangeRed
45301 \begin_inset ERT
45302 status collapsed
45303
45304 \begin_layout Plain Layout
45305
45306 }{
45307 \end_layout
45308
45309 \end_inset
45310
45311
45312 \begin_inset Phantom Phantom
45313 status open
45314
45315 \begin_layout Plain Layout
45316 W
45317 \end_layout
45318
45319 \end_inset
45320
45321
45322 \begin_inset ERT
45323 status collapsed
45324
45325 \begin_layout Plain Layout
45326
45327 }
45328 \end_layout
45329
45330 \end_inset
45331
45332  OrangeRed
45333 \end_layout
45334
45335 \end_inset
45336 </cell>
45337 <cell alignment="left" valignment="top" usebox="none">
45338 \begin_inset Text
45339
45340 \begin_layout Plain Layout
45341 \begin_inset ERT
45342 status collapsed
45343
45344 \begin_layout Plain Layout
45345
45346
45347 \backslash
45348 fcolorbox{black}{
45349 \end_layout
45350
45351 \end_inset
45352
45353 Orchid
45354 \begin_inset ERT
45355 status collapsed
45356
45357 \begin_layout Plain Layout
45358
45359 }{
45360 \end_layout
45361
45362 \end_inset
45363
45364
45365 \begin_inset Phantom Phantom
45366 status open
45367
45368 \begin_layout Plain Layout
45369 W
45370 \end_layout
45371
45372 \end_inset
45373
45374
45375 \begin_inset ERT
45376 status collapsed
45377
45378 \begin_layout Plain Layout
45379
45380 }
45381 \end_layout
45382
45383 \end_inset
45384
45385  Orchid
45386 \end_layout
45387
45388 \end_inset
45389 </cell>
45390 <cell alignment="left" valignment="top" usebox="none">
45391 \begin_inset Text
45392
45393 \begin_layout Plain Layout
45394 \begin_inset ERT
45395 status collapsed
45396
45397 \begin_layout Plain Layout
45398
45399
45400 \backslash
45401 fcolorbox{black}{
45402 \end_layout
45403
45404 \end_inset
45405
45406 Peach
45407 \begin_inset ERT
45408 status collapsed
45409
45410 \begin_layout Plain Layout
45411
45412 }{
45413 \end_layout
45414
45415 \end_inset
45416
45417
45418 \begin_inset Phantom Phantom
45419 status open
45420
45421 \begin_layout Plain Layout
45422 W
45423 \end_layout
45424
45425 \end_inset
45426
45427
45428 \begin_inset ERT
45429 status collapsed
45430
45431 \begin_layout Plain Layout
45432
45433 }
45434 \end_layout
45435
45436 \end_inset
45437
45438  Peach
45439 \end_layout
45440
45441 \end_inset
45442 </cell>
45443 <cell alignment="left" valignment="top" usebox="none">
45444 \begin_inset Text
45445
45446 \begin_layout Plain Layout
45447 \begin_inset ERT
45448 status collapsed
45449
45450 \begin_layout Plain Layout
45451
45452
45453 \backslash
45454 fcolorbox{black}{
45455 \end_layout
45456
45457 \end_inset
45458
45459 Periwinkle
45460 \begin_inset ERT
45461 status collapsed
45462
45463 \begin_layout Plain Layout
45464
45465 }{
45466 \end_layout
45467
45468 \end_inset
45469
45470
45471 \begin_inset Phantom Phantom
45472 status open
45473
45474 \begin_layout Plain Layout
45475 W
45476 \end_layout
45477
45478 \end_inset
45479
45480
45481 \begin_inset ERT
45482 status collapsed
45483
45484 \begin_layout Plain Layout
45485
45486 }
45487 \end_layout
45488
45489 \end_inset
45490
45491  Periwinkle
45492 \end_layout
45493
45494 \end_inset
45495 </cell>
45496 </row>
45497 <row>
45498 <cell alignment="left" valignment="top" usebox="none">
45499 \begin_inset Text
45500
45501 \begin_layout Plain Layout
45502 \begin_inset ERT
45503 status collapsed
45504
45505 \begin_layout Plain Layout
45506
45507
45508 \backslash
45509 fcolorbox{black}{
45510 \end_layout
45511
45512 \end_inset
45513
45514 PineGreen
45515 \begin_inset ERT
45516 status collapsed
45517
45518 \begin_layout Plain Layout
45519
45520 }{
45521 \end_layout
45522
45523 \end_inset
45524
45525
45526 \begin_inset Phantom Phantom
45527 status open
45528
45529 \begin_layout Plain Layout
45530 W
45531 \end_layout
45532
45533 \end_inset
45534
45535
45536 \begin_inset ERT
45537 status collapsed
45538
45539 \begin_layout Plain Layout
45540
45541 }
45542 \end_layout
45543
45544 \end_inset
45545
45546  PineGreen
45547 \end_layout
45548
45549 \end_inset
45550 </cell>
45551 <cell alignment="left" valignment="top" usebox="none">
45552 \begin_inset Text
45553
45554 \begin_layout Plain Layout
45555 \begin_inset ERT
45556 status collapsed
45557
45558 \begin_layout Plain Layout
45559
45560
45561 \backslash
45562 fcolorbox{black}{
45563 \end_layout
45564
45565 \end_inset
45566
45567 Plum
45568 \begin_inset ERT
45569 status collapsed
45570
45571 \begin_layout Plain Layout
45572
45573 }{
45574 \end_layout
45575
45576 \end_inset
45577
45578
45579 \begin_inset Phantom Phantom
45580 status open
45581
45582 \begin_layout Plain Layout
45583 W
45584 \end_layout
45585
45586 \end_inset
45587
45588
45589 \begin_inset ERT
45590 status collapsed
45591
45592 \begin_layout Plain Layout
45593
45594 }
45595 \end_layout
45596
45597 \end_inset
45598
45599  Plum
45600 \end_layout
45601
45602 \end_inset
45603 </cell>
45604 <cell alignment="left" valignment="top" usebox="none">
45605 \begin_inset Text
45606
45607 \begin_layout Plain Layout
45608 \begin_inset ERT
45609 status collapsed
45610
45611 \begin_layout Plain Layout
45612
45613
45614 \backslash
45615 fcolorbox{black}{
45616 \end_layout
45617
45618 \end_inset
45619
45620 ProcessBlue
45621 \begin_inset ERT
45622 status collapsed
45623
45624 \begin_layout Plain Layout
45625
45626 }{
45627 \end_layout
45628
45629 \end_inset
45630
45631
45632 \begin_inset Phantom Phantom
45633 status open
45634
45635 \begin_layout Plain Layout
45636 W
45637 \end_layout
45638
45639 \end_inset
45640
45641
45642 \begin_inset ERT
45643 status collapsed
45644
45645 \begin_layout Plain Layout
45646
45647 }
45648 \end_layout
45649
45650 \end_inset
45651
45652  ProcessBlue
45653 \end_layout
45654
45655 \end_inset
45656 </cell>
45657 <cell alignment="left" valignment="top" usebox="none">
45658 \begin_inset Text
45659
45660 \begin_layout Plain Layout
45661 \begin_inset ERT
45662 status collapsed
45663
45664 \begin_layout Plain Layout
45665
45666
45667 \backslash
45668 fcolorbox{black}{
45669 \end_layout
45670
45671 \end_inset
45672
45673 Purple
45674 \begin_inset ERT
45675 status collapsed
45676
45677 \begin_layout Plain Layout
45678
45679 }{
45680 \end_layout
45681
45682 \end_inset
45683
45684
45685 \begin_inset Phantom Phantom
45686 status open
45687
45688 \begin_layout Plain Layout
45689 W
45690 \end_layout
45691
45692 \end_inset
45693
45694
45695 \begin_inset ERT
45696 status collapsed
45697
45698 \begin_layout Plain Layout
45699
45700 }
45701 \end_layout
45702
45703 \end_inset
45704
45705  Purple
45706 \end_layout
45707
45708 \end_inset
45709 </cell>
45710 </row>
45711 <row>
45712 <cell alignment="left" valignment="top" usebox="none">
45713 \begin_inset Text
45714
45715 \begin_layout Plain Layout
45716 \begin_inset ERT
45717 status collapsed
45718
45719 \begin_layout Plain Layout
45720
45721
45722 \backslash
45723 fcolorbox{black}{
45724 \end_layout
45725
45726 \end_inset
45727
45728 RawSienna
45729 \begin_inset ERT
45730 status collapsed
45731
45732 \begin_layout Plain Layout
45733
45734 }{
45735 \end_layout
45736
45737 \end_inset
45738
45739
45740 \begin_inset Phantom Phantom
45741 status open
45742
45743 \begin_layout Plain Layout
45744 W
45745 \end_layout
45746
45747 \end_inset
45748
45749
45750 \begin_inset ERT
45751 status collapsed
45752
45753 \begin_layout Plain Layout
45754
45755 }
45756 \end_layout
45757
45758 \end_inset
45759
45760  RawSienna
45761 \end_layout
45762
45763 \end_inset
45764 </cell>
45765 <cell alignment="left" valignment="top" usebox="none">
45766 \begin_inset Text
45767
45768 \begin_layout Plain Layout
45769 \begin_inset ERT
45770 status collapsed
45771
45772 \begin_layout Plain Layout
45773
45774
45775 \backslash
45776 fcolorbox{black}{
45777 \end_layout
45778
45779 \end_inset
45780
45781 RedOrange
45782 \begin_inset ERT
45783 status collapsed
45784
45785 \begin_layout Plain Layout
45786
45787 }{
45788 \end_layout
45789
45790 \end_inset
45791
45792
45793 \begin_inset Phantom Phantom
45794 status open
45795
45796 \begin_layout Plain Layout
45797 W
45798 \end_layout
45799
45800 \end_inset
45801
45802
45803 \begin_inset ERT
45804 status collapsed
45805
45806 \begin_layout Plain Layout
45807
45808 }
45809 \end_layout
45810
45811 \end_inset
45812
45813  RedOrange
45814 \end_layout
45815
45816 \end_inset
45817 </cell>
45818 <cell alignment="left" valignment="top" usebox="none">
45819 \begin_inset Text
45820
45821 \begin_layout Plain Layout
45822 \begin_inset ERT
45823 status collapsed
45824
45825 \begin_layout Plain Layout
45826
45827
45828 \backslash
45829 fcolorbox{black}{
45830 \end_layout
45831
45832 \end_inset
45833
45834 RedViolet
45835 \begin_inset ERT
45836 status collapsed
45837
45838 \begin_layout Plain Layout
45839
45840 }{
45841 \end_layout
45842
45843 \end_inset
45844
45845
45846 \begin_inset Phantom Phantom
45847 status open
45848
45849 \begin_layout Plain Layout
45850 W
45851 \end_layout
45852
45853 \end_inset
45854
45855
45856 \begin_inset ERT
45857 status collapsed
45858
45859 \begin_layout Plain Layout
45860
45861 }
45862 \end_layout
45863
45864 \end_inset
45865
45866  RedViolet
45867 \end_layout
45868
45869 \end_inset
45870 </cell>
45871 <cell alignment="left" valignment="top" usebox="none">
45872 \begin_inset Text
45873
45874 \begin_layout Plain Layout
45875 \begin_inset ERT
45876 status collapsed
45877
45878 \begin_layout Plain Layout
45879
45880
45881 \backslash
45882 fcolorbox{black}{
45883 \end_layout
45884
45885 \end_inset
45886
45887 Rhodamine
45888 \begin_inset ERT
45889 status collapsed
45890
45891 \begin_layout Plain Layout
45892
45893 }{
45894 \end_layout
45895
45896 \end_inset
45897
45898
45899 \begin_inset Phantom Phantom
45900 status open
45901
45902 \begin_layout Plain Layout
45903 W
45904 \end_layout
45905
45906 \end_inset
45907
45908
45909 \begin_inset ERT
45910 status collapsed
45911
45912 \begin_layout Plain Layout
45913
45914 }
45915 \end_layout
45916
45917 \end_inset
45918
45919  Rhodamine
45920 \end_layout
45921
45922 \end_inset
45923 </cell>
45924 </row>
45925 <row>
45926 <cell alignment="left" valignment="top" usebox="none">
45927 \begin_inset Text
45928
45929 \begin_layout Plain Layout
45930 \begin_inset ERT
45931 status collapsed
45932
45933 \begin_layout Plain Layout
45934
45935
45936 \backslash
45937 fcolorbox{black}{
45938 \end_layout
45939
45940 \end_inset
45941
45942 RoyalBlue
45943 \begin_inset ERT
45944 status collapsed
45945
45946 \begin_layout Plain Layout
45947
45948 }{
45949 \end_layout
45950
45951 \end_inset
45952
45953
45954 \begin_inset Phantom Phantom
45955 status open
45956
45957 \begin_layout Plain Layout
45958 W
45959 \end_layout
45960
45961 \end_inset
45962
45963
45964 \begin_inset ERT
45965 status collapsed
45966
45967 \begin_layout Plain Layout
45968
45969 }
45970 \end_layout
45971
45972 \end_inset
45973
45974  RoyalBlue
45975 \end_layout
45976
45977 \end_inset
45978 </cell>
45979 <cell alignment="left" valignment="top" usebox="none">
45980 \begin_inset Text
45981
45982 \begin_layout Plain Layout
45983 \begin_inset ERT
45984 status collapsed
45985
45986 \begin_layout Plain Layout
45987
45988
45989 \backslash
45990 fcolorbox{black}{
45991 \end_layout
45992
45993 \end_inset
45994
45995 RoyalPurple
45996 \begin_inset ERT
45997 status collapsed
45998
45999 \begin_layout Plain Layout
46000
46001 }{
46002 \end_layout
46003
46004 \end_inset
46005
46006
46007 \begin_inset Phantom Phantom
46008 status open
46009
46010 \begin_layout Plain Layout
46011 W
46012 \end_layout
46013
46014 \end_inset
46015
46016
46017 \begin_inset ERT
46018 status collapsed
46019
46020 \begin_layout Plain Layout
46021
46022 }
46023 \end_layout
46024
46025 \end_inset
46026
46027  RoyalPurple
46028 \end_layout
46029
46030 \end_inset
46031 </cell>
46032 <cell alignment="left" valignment="top" usebox="none">
46033 \begin_inset Text
46034
46035 \begin_layout Plain Layout
46036 \begin_inset ERT
46037 status collapsed
46038
46039 \begin_layout Plain Layout
46040
46041
46042 \backslash
46043 fcolorbox{black}{
46044 \end_layout
46045
46046 \end_inset
46047
46048 RubineRed
46049 \begin_inset ERT
46050 status collapsed
46051
46052 \begin_layout Plain Layout
46053
46054 }{
46055 \end_layout
46056
46057 \end_inset
46058
46059
46060 \begin_inset Phantom Phantom
46061 status open
46062
46063 \begin_layout Plain Layout
46064 W
46065 \end_layout
46066
46067 \end_inset
46068
46069
46070 \begin_inset ERT
46071 status collapsed
46072
46073 \begin_layout Plain Layout
46074
46075 }
46076 \end_layout
46077
46078 \end_inset
46079
46080  RubineRed
46081 \end_layout
46082
46083 \end_inset
46084 </cell>
46085 <cell alignment="left" valignment="top" usebox="none">
46086 \begin_inset Text
46087
46088 \begin_layout Plain Layout
46089 \begin_inset ERT
46090 status collapsed
46091
46092 \begin_layout Plain Layout
46093
46094
46095 \backslash
46096 fcolorbox{black}{
46097 \end_layout
46098
46099 \end_inset
46100
46101 Salmon
46102 \begin_inset ERT
46103 status collapsed
46104
46105 \begin_layout Plain Layout
46106
46107 }{
46108 \end_layout
46109
46110 \end_inset
46111
46112
46113 \begin_inset Phantom Phantom
46114 status open
46115
46116 \begin_layout Plain Layout
46117 W
46118 \end_layout
46119
46120 \end_inset
46121
46122
46123 \begin_inset ERT
46124 status collapsed
46125
46126 \begin_layout Plain Layout
46127
46128 }
46129 \end_layout
46130
46131 \end_inset
46132
46133  Salmon
46134 \end_layout
46135
46136 \end_inset
46137 </cell>
46138 </row>
46139 <row>
46140 <cell alignment="left" valignment="top" usebox="none">
46141 \begin_inset Text
46142
46143 \begin_layout Plain Layout
46144 \begin_inset ERT
46145 status collapsed
46146
46147 \begin_layout Plain Layout
46148
46149
46150 \backslash
46151 fcolorbox{black}{
46152 \end_layout
46153
46154 \end_inset
46155
46156 SeaGreen
46157 \begin_inset ERT
46158 status collapsed
46159
46160 \begin_layout Plain Layout
46161
46162 }{
46163 \end_layout
46164
46165 \end_inset
46166
46167
46168 \begin_inset Phantom Phantom
46169 status open
46170
46171 \begin_layout Plain Layout
46172 W
46173 \end_layout
46174
46175 \end_inset
46176
46177
46178 \begin_inset ERT
46179 status collapsed
46180
46181 \begin_layout Plain Layout
46182
46183 }
46184 \end_layout
46185
46186 \end_inset
46187
46188  SeaGreen
46189 \end_layout
46190
46191 \end_inset
46192 </cell>
46193 <cell alignment="left" valignment="top" usebox="none">
46194 \begin_inset Text
46195
46196 \begin_layout Plain Layout
46197 \begin_inset ERT
46198 status collapsed
46199
46200 \begin_layout Plain Layout
46201
46202
46203 \backslash
46204 fcolorbox{black}{
46205 \end_layout
46206
46207 \end_inset
46208
46209 Sepia
46210 \begin_inset ERT
46211 status collapsed
46212
46213 \begin_layout Plain Layout
46214
46215 }{
46216 \end_layout
46217
46218 \end_inset
46219
46220
46221 \begin_inset Phantom Phantom
46222 status open
46223
46224 \begin_layout Plain Layout
46225 W
46226 \end_layout
46227
46228 \end_inset
46229
46230
46231 \begin_inset ERT
46232 status collapsed
46233
46234 \begin_layout Plain Layout
46235
46236 }
46237 \end_layout
46238
46239 \end_inset
46240
46241  Sepia
46242 \end_layout
46243
46244 \end_inset
46245 </cell>
46246 <cell alignment="left" valignment="top" usebox="none">
46247 \begin_inset Text
46248
46249 \begin_layout Plain Layout
46250 \begin_inset ERT
46251 status collapsed
46252
46253 \begin_layout Plain Layout
46254
46255
46256 \backslash
46257 fcolorbox{black}{
46258 \end_layout
46259
46260 \end_inset
46261
46262 SkyBlue
46263 \begin_inset ERT
46264 status collapsed
46265
46266 \begin_layout Plain Layout
46267
46268 }{
46269 \end_layout
46270
46271 \end_inset
46272
46273
46274 \begin_inset Phantom Phantom
46275 status open
46276
46277 \begin_layout Plain Layout
46278 W
46279 \end_layout
46280
46281 \end_inset
46282
46283
46284 \begin_inset ERT
46285 status collapsed
46286
46287 \begin_layout Plain Layout
46288
46289 }
46290 \end_layout
46291
46292 \end_inset
46293
46294  SkyBlue
46295 \end_layout
46296
46297 \end_inset
46298 </cell>
46299 <cell alignment="left" valignment="top" usebox="none">
46300 \begin_inset Text
46301
46302 \begin_layout Plain Layout
46303 \begin_inset ERT
46304 status collapsed
46305
46306 \begin_layout Plain Layout
46307
46308
46309 \backslash
46310 fcolorbox{black}{
46311 \end_layout
46312
46313 \end_inset
46314
46315 SpringGreen
46316 \begin_inset ERT
46317 status collapsed
46318
46319 \begin_layout Plain Layout
46320
46321 }{
46322 \end_layout
46323
46324 \end_inset
46325
46326
46327 \begin_inset Phantom Phantom
46328 status open
46329
46330 \begin_layout Plain Layout
46331 W
46332 \end_layout
46333
46334 \end_inset
46335
46336
46337 \begin_inset ERT
46338 status collapsed
46339
46340 \begin_layout Plain Layout
46341
46342 }
46343 \end_layout
46344
46345 \end_inset
46346
46347  SpringGreen
46348 \end_layout
46349
46350 \end_inset
46351 </cell>
46352 </row>
46353 <row>
46354 <cell alignment="left" valignment="top" usebox="none">
46355 \begin_inset Text
46356
46357 \begin_layout Plain Layout
46358 \begin_inset ERT
46359 status collapsed
46360
46361 \begin_layout Plain Layout
46362
46363
46364 \backslash
46365 fcolorbox{black}{
46366 \end_layout
46367
46368 \end_inset
46369
46370 Tan
46371 \begin_inset ERT
46372 status collapsed
46373
46374 \begin_layout Plain Layout
46375
46376 }{
46377 \end_layout
46378
46379 \end_inset
46380
46381
46382 \begin_inset Phantom Phantom
46383 status open
46384
46385 \begin_layout Plain Layout
46386 W
46387 \end_layout
46388
46389 \end_inset
46390
46391
46392 \begin_inset ERT
46393 status collapsed
46394
46395 \begin_layout Plain Layout
46396
46397 }
46398 \end_layout
46399
46400 \end_inset
46401
46402  Tan
46403 \end_layout
46404
46405 \end_inset
46406 </cell>
46407 <cell alignment="left" valignment="top" usebox="none">
46408 \begin_inset Text
46409
46410 \begin_layout Plain Layout
46411 \begin_inset ERT
46412 status collapsed
46413
46414 \begin_layout Plain Layout
46415
46416
46417 \backslash
46418 fcolorbox{black}{
46419 \end_layout
46420
46421 \end_inset
46422
46423 TealBlue
46424 \begin_inset ERT
46425 status collapsed
46426
46427 \begin_layout Plain Layout
46428
46429 }{
46430 \end_layout
46431
46432 \end_inset
46433
46434
46435 \begin_inset Phantom Phantom
46436 status open
46437
46438 \begin_layout Plain Layout
46439 W
46440 \end_layout
46441
46442 \end_inset
46443
46444
46445 \begin_inset ERT
46446 status collapsed
46447
46448 \begin_layout Plain Layout
46449
46450 }
46451 \end_layout
46452
46453 \end_inset
46454
46455  TealBlue
46456 \end_layout
46457
46458 \end_inset
46459 </cell>
46460 <cell alignment="left" valignment="top" usebox="none">
46461 \begin_inset Text
46462
46463 \begin_layout Plain Layout
46464 \begin_inset ERT
46465 status collapsed
46466
46467 \begin_layout Plain Layout
46468
46469
46470 \backslash
46471 fcolorbox{black}{
46472 \end_layout
46473
46474 \end_inset
46475
46476 Thistle
46477 \begin_inset ERT
46478 status collapsed
46479
46480 \begin_layout Plain Layout
46481
46482 }{
46483 \end_layout
46484
46485 \end_inset
46486
46487
46488 \begin_inset Phantom Phantom
46489 status open
46490
46491 \begin_layout Plain Layout
46492 W
46493 \end_layout
46494
46495 \end_inset
46496
46497
46498 \begin_inset ERT
46499 status collapsed
46500
46501 \begin_layout Plain Layout
46502
46503 }
46504 \end_layout
46505
46506 \end_inset
46507
46508  Thistle
46509 \end_layout
46510
46511 \end_inset
46512 </cell>
46513 <cell alignment="left" valignment="top" usebox="none">
46514 \begin_inset Text
46515
46516 \begin_layout Plain Layout
46517 \begin_inset ERT
46518 status collapsed
46519
46520 \begin_layout Plain Layout
46521
46522
46523 \backslash
46524 fcolorbox{black}{
46525 \end_layout
46526
46527 \end_inset
46528
46529 Turquoise
46530 \begin_inset ERT
46531 status collapsed
46532
46533 \begin_layout Plain Layout
46534
46535 }{
46536 \end_layout
46537
46538 \end_inset
46539
46540
46541 \begin_inset Phantom Phantom
46542 status open
46543
46544 \begin_layout Plain Layout
46545 W
46546 \end_layout
46547
46548 \end_inset
46549
46550
46551 \begin_inset ERT
46552 status collapsed
46553
46554 \begin_layout Plain Layout
46555
46556 }
46557 \end_layout
46558
46559 \end_inset
46560
46561  Turquoise
46562 \end_layout
46563
46564 \end_inset
46565 </cell>
46566 </row>
46567 <row>
46568 <cell alignment="left" valignment="top" usebox="none">
46569 \begin_inset Text
46570
46571 \begin_layout Plain Layout
46572 \begin_inset ERT
46573 status collapsed
46574
46575 \begin_layout Plain Layout
46576
46577
46578 \backslash
46579 fcolorbox{black}{
46580 \end_layout
46581
46582 \end_inset
46583
46584 Violet
46585 \begin_inset ERT
46586 status collapsed
46587
46588 \begin_layout Plain Layout
46589
46590 }{
46591 \end_layout
46592
46593 \end_inset
46594
46595
46596 \begin_inset Phantom Phantom
46597 status open
46598
46599 \begin_layout Plain Layout
46600 W
46601 \end_layout
46602
46603 \end_inset
46604
46605
46606 \begin_inset ERT
46607 status collapsed
46608
46609 \begin_layout Plain Layout
46610
46611 }
46612 \end_layout
46613
46614 \end_inset
46615
46616  Violet
46617 \end_layout
46618
46619 \end_inset
46620 </cell>
46621 <cell alignment="left" valignment="top" usebox="none">
46622 \begin_inset Text
46623
46624 \begin_layout Plain Layout
46625 \begin_inset ERT
46626 status collapsed
46627
46628 \begin_layout Plain Layout
46629
46630
46631 \backslash
46632 fcolorbox{black}{
46633 \end_layout
46634
46635 \end_inset
46636
46637 VioletRed
46638 \begin_inset ERT
46639 status collapsed
46640
46641 \begin_layout Plain Layout
46642
46643 }{
46644 \end_layout
46645
46646 \end_inset
46647
46648
46649 \begin_inset Phantom Phantom
46650 status open
46651
46652 \begin_layout Plain Layout
46653 W
46654 \end_layout
46655
46656 \end_inset
46657
46658
46659 \begin_inset ERT
46660 status collapsed
46661
46662 \begin_layout Plain Layout
46663
46664 }
46665 \end_layout
46666
46667 \end_inset
46668
46669  VioletRed
46670 \end_layout
46671
46672 \end_inset
46673 </cell>
46674 <cell alignment="left" valignment="top" usebox="none">
46675 \begin_inset Text
46676
46677 \begin_layout Plain Layout
46678 \begin_inset ERT
46679 status collapsed
46680
46681 \begin_layout Plain Layout
46682
46683
46684 \backslash
46685 fcolorbox{black}{
46686 \end_layout
46687
46688 \end_inset
46689
46690 WildStrawberry
46691 \begin_inset ERT
46692 status collapsed
46693
46694 \begin_layout Plain Layout
46695
46696 }{
46697 \end_layout
46698
46699 \end_inset
46700
46701
46702 \begin_inset Phantom Phantom
46703 status open
46704
46705 \begin_layout Plain Layout
46706 W
46707 \end_layout
46708
46709 \end_inset
46710
46711
46712 \begin_inset ERT
46713 status collapsed
46714
46715 \begin_layout Plain Layout
46716
46717 }
46718 \end_layout
46719
46720 \end_inset
46721
46722  WildStrawberry
46723 \end_layout
46724
46725 \end_inset
46726 </cell>
46727 <cell alignment="left" valignment="top" usebox="none">
46728 \begin_inset Text
46729
46730 \begin_layout Plain Layout
46731 \begin_inset ERT
46732 status collapsed
46733
46734 \begin_layout Plain Layout
46735
46736
46737 \backslash
46738 fcolorbox{black}{
46739 \end_layout
46740
46741 \end_inset
46742
46743 YellowGreen
46744 \begin_inset ERT
46745 status collapsed
46746
46747 \begin_layout Plain Layout
46748
46749 }{
46750 \end_layout
46751
46752 \end_inset
46753
46754
46755 \begin_inset Phantom Phantom
46756 status open
46757
46758 \begin_layout Plain Layout
46759 W
46760 \end_layout
46761
46762 \end_inset
46763
46764
46765 \begin_inset ERT
46766 status collapsed
46767
46768 \begin_layout Plain Layout
46769
46770 }
46771 \end_layout
46772
46773 \end_inset
46774
46775  YellowGreen
46776 \end_layout
46777
46778 \end_inset
46779 </cell>
46780 </row>
46781 <row>
46782 <cell alignment="left" valignment="top" usebox="none">
46783 \begin_inset Text
46784
46785 \begin_layout Plain Layout
46786 \begin_inset ERT
46787 status collapsed
46788
46789 \begin_layout Plain Layout
46790
46791
46792 \backslash
46793 fcolorbox{black}{
46794 \end_layout
46795
46796 \end_inset
46797
46798 YellowOrange
46799 \begin_inset ERT
46800 status collapsed
46801
46802 \begin_layout Plain Layout
46803
46804 }{
46805 \end_layout
46806
46807 \end_inset
46808
46809
46810 \begin_inset Phantom Phantom
46811 status open
46812
46813 \begin_layout Plain Layout
46814 W
46815 \end_layout
46816
46817 \end_inset
46818
46819
46820 \begin_inset ERT
46821 status collapsed
46822
46823 \begin_layout Plain Layout
46824
46825 }
46826 \end_layout
46827
46828 \end_inset
46829
46830  YellowOrange
46831 \end_layout
46832
46833 \end_inset
46834 </cell>
46835 <cell alignment="left" valignment="top" usebox="none">
46836 \begin_inset Text
46837
46838 \begin_layout Plain Layout
46839
46840 \end_layout
46841
46842 \end_inset
46843 </cell>
46844 <cell alignment="left" valignment="top" usebox="none">
46845 \begin_inset Text
46846
46847 \begin_layout Plain Layout
46848
46849 \end_layout
46850
46851 \end_inset
46852 </cell>
46853 <cell alignment="left" valignment="top" usebox="none">
46854 \begin_inset Text
46855
46856 \begin_layout Plain Layout
46857
46858 \end_layout
46859
46860 \end_inset
46861 </cell>
46862 </row>
46863 </lyxtabular>
46864
46865 \end_inset
46866
46867
46868 \end_layout
46869
46870 \begin_layout Chapter
46871 Erklärung der Gleichung
46872 \begin_inset space ~
46873 \end_inset
46874
46875 (
46876 \begin_inset CommandInset ref
46877 LatexCommand ref
46878 reference "eq:Wgn"
46879
46880 \end_inset
46881
46882 )
46883 \begin_inset CommandInset label
46884 LatexCommand label
46885 name "kap:Erläuterung-einer-Gleichung"
46886
46887 \end_inset
46888
46889
46890 \end_layout
46891
46892 \begin_layout Standard
46893 Die Gesamtbreite von
46894 \emph on
46895  n
46896 \emph default
46897  Tabellenzellen 
46898 \begin_inset Formula $W_{\mathrm{tot\,n}}$
46899 \end_inset
46900
46901  kann wie folgt berechnet werden:
46902 \begin_inset Formula 
46903 \begin{equation}
46904 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
46905 \end{equation}
46906
46907 \end_inset
46908
46909
46910 \end_layout
46911
46912 \begin_layout Standard
46913 Dabei ist 
46914 \begin_inset Formula $W_{g\,n}$
46915 \end_inset
46916
46917  die Breite jeder Zelle.
46918
46919 \series bold
46920  
46921 \backslash
46922 tabcolsep
46923 \series default
46924  ist die \SpecialChar LaTeX
46925 -Länge zwischen dem Zellentext und der Zellgrenze mit dem Standardwert
46926  6
46927 \begin_inset space \thinspace{}
46928 \end_inset
46929
46930 pt.
46931  
46932 \series bold
46933
46934 \backslash
46935 arrayrulewidth
46936 \series default
46937  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
46938 \begin_inset space \thinspace{}
46939 \end_inset
46940
46941 pt.
46942 \end_layout
46943
46944 \begin_layout Standard
46945 Nach Gleichung
46946 \begin_inset space ~
46947 \end_inset
46948
46949
46950 \begin_inset CommandInset ref
46951 LatexCommand ref
46952 reference "eq:Wtot_n"
46953
46954 \end_inset
46955
46956  ist die Gesamtbreite einer Mehrfachspalte, 
46957 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
46958 \end_inset
46959
46960 ,
46961 \begin_inset Formula 
46962 \begin{equation}
46963 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46964 \end{equation}
46965
46966 \end_inset
46967
46968
46969 \end_layout
46970
46971 \begin_layout Standard
46972 Setzt man die Gleichungen
46973 \begin_inset space ~
46974 \end_inset
46975
46976
46977 \begin_inset CommandInset ref
46978 LatexCommand ref
46979 reference "eq:Wtot_n"
46980
46981 \end_inset
46982
46983  und 
46984 \begin_inset CommandInset ref
46985 LatexCommand ref
46986 reference "eq:Wtot_mult"
46987
46988 \end_inset
46989
46990  gleich, kann man die benötigte Breite 
46991 \begin_inset Formula $W_{g\,n}$
46992 \end_inset
46993
46994 , wenn 
46995 \emph on
46996 n
46997 \emph default
46998  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
46999 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
47000 \end_inset
47001
47002  hat, berechnen:
47003 \begin_inset Formula 
47004 \begin{equation}
47005 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
47006 \end{equation}
47007
47008 \end_inset
47009
47010
47011 \end_layout
47012
47013 \begin_layout Bibliography
47014 \begin_inset CommandInset bibitem
47015 LatexCommand bibitem
47016 key "latexcompanion"
47017 literal "true"
47018
47019 \end_inset
47020
47021 Frank Mittelbach and Michel Goossens: 
47022 \emph on
47023 The \SpecialChar LaTeX
47024  Companion Second Edition.
47025
47026 \emph default
47027  Addison-Wesley, 2004
47028 \end_layout
47029
47030 \begin_layout Bibliography
47031 \begin_inset CommandInset bibitem
47032 LatexCommand bibitem
47033 key "latexguide"
47034 literal "true"
47035
47036 \end_inset
47037
47038 Helmut Kopka and Patrick W.
47039  Daly: 
47040 \emph on
47041 A Guide to \SpecialChar LaTeX
47042  Fourth Edition.
47043
47044 \emph default
47045  Addison-Wesley, 2003
47046 \end_layout
47047
47048 \begin_layout Bibliography
47049 \begin_inset CommandInset bibitem
47050 LatexCommand bibitem
47051 key "lamport"
47052 literal "true"
47053
47054 \end_inset
47055
47056 Leslie Lamport: 
47057 \emph on
47058 \SpecialChar LaTeX
47059 : A Document Preparation System.
47060
47061 \emph default
47062  Addison-Wesley, second edition, 1994
47063 \end_layout
47064
47065 \begin_layout Bibliography
47066 \begin_inset CommandInset bibitem
47067 LatexCommand bibitem
47068 key "latex-praxisbuch"
47069 literal "true"
47070
47071 \end_inset
47072
47073 Niedermair, Elke & Michael: 
47074 \emph on
47075 \SpecialChar LaTeX
47076 -Praxisbuch
47077 \emph default
47078 , Franzis-Verlag, 2004
47079 \end_layout
47080
47081 \begin_layout Bibliography
47082 \begin_inset CommandInset bibitem
47083 LatexCommand bibitem
47084 key "arydshln"
47085 literal "true"
47086
47087 \end_inset
47088
47089 Dokumentation des \SpecialChar LaTeX
47090 -Pakets 
47091 \series bold
47092
47093 \begin_inset CommandInset href
47094 LatexCommand href
47095 name "arydshln"
47096 target "https://www.ctan.org/tex-archive/macros/latex/contrib//arydshln/arydshln.pdf"
47097 literal "false"
47098
47099 \end_inset
47100
47101
47102 \series default
47103
47104 \begin_inset Index idx
47105 status collapsed
47106
47107 \begin_layout Plain Layout
47108 \SpecialChar LaTeX
47109 -Pakete ! arydshln
47110 \end_layout
47111
47112 \end_inset
47113
47114
47115 \end_layout
47116
47117 \begin_layout Bibliography
47118 \begin_inset CommandInset bibitem
47119 LatexCommand bibitem
47120 key "booktabs"
47121 literal "true"
47122
47123 \end_inset
47124
47125 Dokumentation des \SpecialChar LaTeX
47126 -Pakets 
47127 \series bold
47128
47129 \begin_inset CommandInset href
47130 LatexCommand href
47131 name "booktabs"
47132 target "https://www.ctan.org/tex-archive/macros/latex/contrib//booktabs/booktabs.pdf"
47133 literal "false"
47134
47135 \end_inset
47136
47137
47138 \series default
47139
47140 \begin_inset Index idx
47141 status collapsed
47142
47143 \begin_layout Plain Layout
47144 \SpecialChar LaTeX
47145 -Pakete ! booktabs
47146 \end_layout
47147
47148 \end_inset
47149
47150
47151 \end_layout
47152
47153 \begin_layout Bibliography
47154 \begin_inset CommandInset bibitem
47155 LatexCommand bibitem
47156 key "caption"
47157 literal "true"
47158
47159 \end_inset
47160
47161 Dokumentation des \SpecialChar LaTeX
47162 -Pakets 
47163 \series bold
47164
47165 \begin_inset CommandInset href
47166 LatexCommand href
47167 name "caption"
47168 target "https://www.ctan.org/tex-archive/macros/latex/contrib//caption/caption-deu.pdf"
47169 literal "false"
47170
47171 \end_inset
47172
47173
47174 \series default
47175
47176 \begin_inset Index idx
47177 status collapsed
47178
47179 \begin_layout Plain Layout
47180 \SpecialChar LaTeX
47181 -Pakete ! caption
47182 \end_layout
47183
47184 \end_inset
47185
47186
47187 \end_layout
47188
47189 \begin_layout Bibliography
47190 \begin_inset CommandInset bibitem
47191 LatexCommand bibitem
47192 key "diagbox"
47193 literal "true"
47194
47195 \end_inset
47196
47197 Dokumentation des \SpecialChar LaTeX
47198 -Pakets 
47199 \series bold
47200
47201 \begin_inset CommandInset href
47202 LatexCommand href
47203 name "diagbox"
47204 target "https://www.ctan.org/tex-archive/macros/latex/contrib//diagbox/diagbox.pdf"
47205 literal "false"
47206
47207 \end_inset
47208
47209
47210 \series default
47211
47212 \begin_inset Index idx
47213 status collapsed
47214
47215 \begin_layout Plain Layout
47216 \SpecialChar LaTeX
47217 -Pakete ! diagbox
47218 \end_layout
47219
47220 \end_inset
47221
47222
47223 \end_layout
47224
47225 \begin_layout Bibliography
47226 \begin_inset CommandInset bibitem
47227 LatexCommand bibitem
47228 key "endfloat"
47229 literal "true"
47230
47231 \end_inset
47232
47233 Dokumentation des \SpecialChar LaTeX
47234 -Pakets 
47235 \series bold
47236
47237 \begin_inset CommandInset href
47238 LatexCommand href
47239 name "endfloat"
47240 target "https://www.ctan.org/tex-archive/macros/latex/contrib//endfloat/endfloat.pdf"
47241 literal "false"
47242
47243 \end_inset
47244
47245
47246 \series default
47247
47248 \begin_inset Index idx
47249 status collapsed
47250
47251 \begin_layout Plain Layout
47252 \SpecialChar LaTeX
47253 -Pakete ! endfloat
47254 \end_layout
47255
47256 \end_inset
47257
47258
47259 \end_layout
47260
47261 \begin_layout Bibliography
47262 \begin_inset CommandInset bibitem
47263 LatexCommand bibitem
47264 key "footmisc"
47265 literal "true"
47266
47267 \end_inset
47268
47269 Dokumentation des \SpecialChar LaTeX
47270 -Pakets 
47271 \series bold
47272
47273 \begin_inset CommandInset href
47274 LatexCommand href
47275 name "footmisc"
47276 target "https://www.ctan.org/tex-archive/macros/latex/contrib//footmisc/footmisc.pdf"
47277 literal "false"
47278
47279 \end_inset
47280
47281
47282 \series default
47283
47284 \begin_inset Index idx
47285 status collapsed
47286
47287 \begin_layout Plain Layout
47288 \SpecialChar LaTeX
47289 -Pakete ! footmisc
47290 \end_layout
47291
47292 \end_inset
47293
47294
47295 \end_layout
47296
47297 \begin_layout Bibliography
47298 \begin_inset CommandInset bibitem
47299 LatexCommand bibitem
47300 key "hypcap"
47301 literal "true"
47302
47303 \end_inset
47304
47305 Dokumentation des \SpecialChar LaTeX
47306 -Pakets 
47307 \series bold
47308
47309 \begin_inset CommandInset href
47310 LatexCommand href
47311 name "hypcap"
47312 target "https://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
47313 literal "false"
47314
47315 \end_inset
47316
47317
47318 \series default
47319
47320 \begin_inset Index idx
47321 status collapsed
47322
47323 \begin_layout Plain Layout
47324 \SpecialChar LaTeX
47325 -Pakete ! hypcap
47326 \end_layout
47327
47328 \end_inset
47329
47330
47331 \end_layout
47332
47333 \begin_layout Bibliography
47334 \begin_inset CommandInset bibitem
47335 LatexCommand bibitem
47336 key "hyperref"
47337 literal "true"
47338
47339 \end_inset
47340
47341 Dokumentation des \SpecialChar LaTeX
47342 -Pakets 
47343 \series bold
47344
47345 \begin_inset CommandInset href
47346 LatexCommand href
47347 name "hyperref"
47348 target "https://www.ctan.org/tex-archive/macros/latex/contrib//hyperref/hyperref.pdf"
47349 literal "false"
47350
47351 \end_inset
47352
47353
47354 \series default
47355
47356 \begin_inset Index idx
47357 status collapsed
47358
47359 \begin_layout Plain Layout
47360 \SpecialChar LaTeX
47361 -Pakete ! hyperref
47362 \end_layout
47363
47364 \end_inset
47365
47366
47367 \end_layout
47368
47369 \begin_layout Bibliography
47370 \begin_inset CommandInset bibitem
47371 LatexCommand bibitem
47372 key "KOMA-Script"
47373 literal "true"
47374
47375 \end_inset
47376
47377 Dokumentation des \SpecialChar LaTeX
47378 -Pakets 
47379 \series bold
47380
47381 \begin_inset CommandInset href
47382 LatexCommand href
47383 name "KOMA-Script"
47384 target "https://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/doc/scrguide.pdf"
47385 literal "false"
47386
47387 \end_inset
47388
47389
47390 \series default
47391
47392 \begin_inset Index idx
47393 status collapsed
47394
47395 \begin_layout Plain Layout
47396 \SpecialChar LaTeX
47397 -Pakete ! KOMA-Script
47398 \end_layout
47399
47400 \end_inset
47401
47402
47403 \end_layout
47404
47405 \begin_layout Bibliography
47406 \begin_inset CommandInset bibitem
47407 LatexCommand bibitem
47408 key "lettrine"
47409 literal "true"
47410
47411 \end_inset
47412
47413 Dokumentation des \SpecialChar LaTeX
47414 -Pakets 
47415 \series bold
47416
47417 \begin_inset CommandInset href
47418 LatexCommand href
47419 name "lettrine"
47420 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/lettrine.pdf"
47421 literal "false"
47422
47423 \end_inset
47424
47425
47426 \series default
47427  und ein 
47428 \begin_inset CommandInset href
47429 LatexCommand href
47430 name "Beispiel"
47431 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/demo-de.pdf"
47432 literal "false"
47433
47434 \end_inset
47435
47436
47437 \begin_inset Index idx
47438 status collapsed
47439
47440 \begin_layout Plain Layout
47441 \SpecialChar LaTeX
47442 -Pakete ! lettrine
47443 \end_layout
47444
47445 \end_inset
47446
47447
47448 \end_layout
47449
47450 \begin_layout Bibliography
47451 \begin_inset CommandInset bibitem
47452 LatexCommand bibitem
47453 key "listings"
47454 literal "true"
47455
47456 \end_inset
47457
47458 Dokumentation des \SpecialChar LaTeX
47459 -Pakets 
47460 \series bold
47461
47462 \begin_inset CommandInset href
47463 LatexCommand href
47464 name "listings"
47465 target "https://www.ctan.org/tex-archive/macros/latex/contrib//listings/listings.pdf"
47466 literal "false"
47467
47468 \end_inset
47469
47470
47471 \series default
47472
47473 \begin_inset Index idx
47474 status collapsed
47475
47476 \begin_layout Plain Layout
47477 \SpecialChar LaTeX
47478 -Pakete ! listings
47479 \end_layout
47480
47481 \end_inset
47482
47483
47484 \end_layout
47485
47486 \begin_layout Bibliography
47487 \begin_inset CommandInset bibitem
47488 LatexCommand bibitem
47489 key "minted"
47490 literal "false"
47491
47492 \end_inset
47493
47494 Dokumentation des \SpecialChar LaTeX
47495 -Pakets 
47496 \series bold
47497
47498 \begin_inset CommandInset href
47499 LatexCommand href
47500 name "minted"
47501 target "https://www.ctan.org/tex-archive/macros/latex/contrib//minted/minted.pdf"
47502 literal "false"
47503
47504 \end_inset
47505
47506
47507 \series default
47508
47509 \begin_inset Index idx
47510 status collapsed
47511
47512 \begin_layout Plain Layout
47513 \SpecialChar LaTeX
47514 -Pakete ! minted
47515 \end_layout
47516
47517 \end_inset
47518
47519
47520 \end_layout
47521
47522 \begin_layout Bibliography
47523 \begin_inset CommandInset bibitem
47524 LatexCommand bibitem
47525 key "marginnote"
47526 literal "true"
47527
47528 \end_inset
47529
47530 Dokumentation des \SpecialChar LaTeX
47531 -Pakets 
47532 \series bold
47533
47534 \begin_inset CommandInset href
47535 LatexCommand href
47536 name "marginnote"
47537 target "https://www.ctan.org/tex-archive/macros/latex/contrib//marginnote/marginnote.pdf"
47538 literal "false"
47539
47540 \end_inset
47541
47542
47543 \series default
47544
47545 \begin_inset Index idx
47546 status collapsed
47547
47548 \begin_layout Plain Layout
47549 \SpecialChar LaTeX
47550 -Pakete ! marginnote
47551 \end_layout
47552
47553 \end_inset
47554
47555
47556 \end_layout
47557
47558 \begin_layout Bibliography
47559 \begin_inset CommandInset bibitem
47560 LatexCommand bibitem
47561 key "pdfpages"
47562 literal "true"
47563
47564 \end_inset
47565
47566 Dokumentation des \SpecialChar LaTeX
47567 -Pakets 
47568 \series bold
47569
47570 \begin_inset CommandInset href
47571 LatexCommand href
47572 name "pdfpages"
47573 target "https://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
47574 literal "false"
47575
47576 \end_inset
47577
47578
47579 \series default
47580
47581 \begin_inset Index idx
47582 status collapsed
47583
47584 \begin_layout Plain Layout
47585 \SpecialChar LaTeX
47586 -Pakete ! pdfpages
47587 \end_layout
47588
47589 \end_inset
47590
47591
47592 \end_layout
47593
47594 \begin_layout Bibliography
47595 \begin_inset CommandInset bibitem
47596 LatexCommand bibitem
47597 key "prettyref"
47598 literal "true"
47599
47600 \end_inset
47601
47602 Dokumentation des \SpecialChar LaTeX
47603 -Pakets 
47604 \series bold
47605
47606 \begin_inset CommandInset href
47607 LatexCommand href
47608 name "prettyref"
47609 target "https://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
47610 literal "false"
47611
47612 \end_inset
47613
47614
47615 \series default
47616
47617 \begin_inset Index idx
47618 status collapsed
47619
47620 \begin_layout Plain Layout
47621 \SpecialChar LaTeX
47622 -Pakete ! prettyref
47623 \end_layout
47624
47625 \end_inset
47626
47627
47628 \end_layout
47629
47630 \begin_layout Bibliography
47631 \begin_inset CommandInset bibitem
47632 LatexCommand bibitem
47633 key "pstricks"
47634 literal "true"
47635
47636 \end_inset
47637
47638 Webseite des \SpecialChar LaTeX
47639 -Pakets 
47640 \series bold
47641
47642 \begin_inset CommandInset href
47643 LatexCommand href
47644 name "PSTricks"
47645 target "http://tug.org/PSTricks/"
47646 literal "false"
47647
47648 \end_inset
47649
47650
47651 \series default
47652
47653 \begin_inset Index idx
47654 status collapsed
47655
47656 \begin_layout Plain Layout
47657 \SpecialChar LaTeX
47658 -Pakete ! pstricks
47659 \end_layout
47660
47661 \end_inset
47662
47663
47664 \end_layout
47665
47666 \begin_layout Bibliography
47667 \begin_inset CommandInset bibitem
47668 LatexCommand bibitem
47669 key "refstyle"
47670 literal "true"
47671
47672 \end_inset
47673
47674 Dokumentation des \SpecialChar LaTeX
47675 -Pakets 
47676 \series bold
47677
47678 \begin_inset CommandInset href
47679 LatexCommand href
47680 name "refstyle"
47681 target "https://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
47682 literal "false"
47683
47684 \end_inset
47685
47686
47687 \series default
47688
47689 \begin_inset Index idx
47690 status collapsed
47691
47692 \begin_layout Plain Layout
47693 \SpecialChar LaTeX
47694 -Pakete ! refstyle
47695 \end_layout
47696
47697 \end_inset
47698
47699
47700 \end_layout
47701
47702 \begin_layout Bibliography
47703 \begin_inset CommandInset bibitem
47704 LatexCommand bibitem
47705 key "sidecap"
47706 literal "true"
47707
47708 \end_inset
47709
47710 Dokumentation des \SpecialChar LaTeX
47711 -Pakets 
47712 \series bold
47713
47714 \begin_inset CommandInset href
47715 LatexCommand href
47716 name "sidecap"
47717 target "https://www.ctan.org/tex-archive/macros/latex/contrib//sidecap/sidecap.pdf"
47718 literal "false"
47719
47720 \end_inset
47721
47722
47723 \series default
47724
47725 \begin_inset Index idx
47726 status collapsed
47727
47728 \begin_layout Plain Layout
47729 \SpecialChar LaTeX
47730 -Pakete ! sidecap
47731 \end_layout
47732
47733 \end_inset
47734
47735
47736 \end_layout
47737
47738 \begin_layout Bibliography
47739 \begin_inset CommandInset bibitem
47740 LatexCommand bibitem
47741 key "Inkscape"
47742 literal "true"
47743
47744 \end_inset
47745
47746 Dokumentation der Option 
47747 \begin_inset CommandInset href
47748 LatexCommand href
47749 name "Text in PDF weglassen"
47750 target "https://www.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
47751 literal "false"
47752
47753 \end_inset
47754
47755  des Programms 
47756 \noun on
47757
47758 \begin_inset CommandInset href
47759 LatexCommand href
47760 name "Inkscape"
47761 target "https://inkscape.org"
47762 literal "false"
47763
47764 \end_inset
47765
47766
47767 \end_layout
47768
47769 \begin_layout Standard
47770 \begin_inset CommandInset index_print
47771 LatexCommand printindex
47772 type "idx"
47773 name "Stichwortverzeichnis"
47774 literal "false"
47775
47776 \end_inset
47777
47778
47779 \end_layout
47780
47781 \end_body
47782 \end_document