]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
fr Addtional: Use quote insets instead of UTF-8
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 610
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 \docbook_mathml_prefix 1
253 \end_header
254
255 \begin_body
256
257 \begin_layout Title
258 Das \SpecialChar LyX
259 -Handbuch der Einfügungen:
260 \begin_inset Newline newline
261 \end_inset
262
263  
264 \size larger
265 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
266 \end_layout
267
268 \begin_layout Author
269 vom \SpecialChar LyX
270 -Team
271 \begin_inset Foot
272 status open
273
274 \begin_layout Plain Layout
275 \noindent
276
277 \size normal
278 Übersetzung und Bearbeitung: Hartmut Haase
279 \size default
280  (
281 \noun on
282 HHa
283 \noun default
284 , bis März 2010), Uwe Stöhr
285 \begin_inset Newline newline
286 \end_inset
287
288 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
289  bitte an: 
290 \begin_inset CommandInset href
291 LatexCommand href
292 name "lyx-docs@lists.lyx.org"
293 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
294 type "mailto:"
295 literal "false"
296
297 \end_inset
298
299
300 \end_layout
301
302 \end_inset
303
304
305 \begin_inset Note Note
306 status collapsed
307
308 \begin_layout Plain Layout
309 Autor: Uwe Stöhr <uwestoehr@web.de>
310 \end_layout
311
312 \end_inset
313
314
315 \begin_inset Newline newline
316 \end_inset
317
318
319 \begin_inset Newline newline
320 \end_inset
321
322
323 \family sans
324 Version 2.3.x
325 \end_layout
326
327 \begin_layout Standard
328 \begin_inset CommandInset toc
329 LatexCommand tableofcontents
330
331 \end_inset
332
333
334 \end_layout
335
336 \begin_layout Standard
337 \begin_inset Note Note
338 status open
339
340 \begin_layout Plain Layout
341 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
342 en zu können oder es auszudrucken, benötigen Sie die \SpecialChar LaTeX
343 -Pakte 
344 \series bold
345 arydshln
346 \series default
347
348 \series bold
349 colortbl
350 \series default
351
352 \series bold
353 diagbox, lettrine, marginnote, picinpar
354 \series default
355  und 
356 \series bold
357 sidecap
358 \series default
359 .
360  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
361  denen sie benötigt werden.
362 \end_layout
363
364 \begin_layout Plain Layout
365 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
366  hier finden:
367 \begin_inset Newline newline
368 \end_inset
369
370
371 \series bold
372 https://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
373 \end_layout
374
375 \end_inset
376
377
378 \end_layout
379
380 \begin_layout Chapter
381 Abbildungen
382 \begin_inset Index idx
383 range none
384 pageformat default
385 status collapsed
386
387 \begin_layout Plain Layout
388 Abbildungen
389 \end_layout
390
391 \end_inset
392
393
394 \end_layout
395
396 \begin_layout Section
397 Grafik-Dialog
398 \begin_inset Index idx
399 range none
400 pageformat default
401 status collapsed
402
403 \begin_layout Plain Layout
404 Abbildungen
405 \begin_inset IndexMacro subentry
406 status open
407
408 \begin_layout Plain Layout
409 Grafik-Dialog
410 \end_layout
411
412 \end_inset
413
414
415 \end_layout
416
417 \end_inset
418
419
420 \begin_inset CommandInset label
421 LatexCommand label
422 name "abs:Grafik-Dialog"
423
424 \end_inset
425
426
427 \end_layout
428
429 \begin_layout Standard
430 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
431  
432 \begin_inset Info
433 type  "icon"
434 arg   "dialog-show-new-inset graphics"
435 \end_inset
436
437  in der Werkzeugleiste oder wählen das Menü 
438 \family sans
439 Einfügen\SpecialChar menuseparator
440 Grafik
441 \family default
442 .
443  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
444  
445 \family sans
446 Durchsuchen
447 \family default
448  eingeben können.
449  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
450  an der Sie sie eingefügt haben.
451 \end_layout
452
453 \begin_layout Standard
454 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
455  klicken.
456  Der Dialog hat drei Karteikarten:
457 \end_layout
458
459 \begin_layout Description
460
461 \family sans
462 Grafik
463 \family default
464  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
465  Version festlegen.
466  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
467 \begin_inset space ~
468 \end_inset
469
470
471 \begin_inset CommandInset ref
472 LatexCommand ref
473 reference "kap:In-LyX-verfügbare"
474
475 \end_inset
476
477  erklärt.
478 \begin_inset Newline newline
479 \end_inset
480
481
482 \begin_inset Index idx
483 range none
484 pageformat default
485 status collapsed
486
487 \begin_layout Plain Layout
488 Abbildungen
489 \begin_inset IndexMacro subentry
490 status open
491
492 \begin_layout Plain Layout
493 rotierte
494 \end_layout
495
496 \end_inset
497
498
499 \end_layout
500
501 \end_inset
502
503 Sie können Abbildungen durch Angabe eines 
504 \family sans
505 Winkel
506 \family default
507
508 \begin_inset space ~
509 \end_inset
510
511
512 \family sans
513 (Grad)
514 \family default
515  und Festlegung eines 
516 \family sans
517 Drehpunktes
518 \family default
519  drehen.
520  Negative Winkel drehen im Uhrzeigersinn.
521  Die Abbildung wird auch in \SpecialChar LyX
522  gedreht.
523 \begin_inset Newline newline
524 \end_inset
525
526
527 \begin_inset Index idx
528 range none
529 pageformat default
530 status collapsed
531
532 \begin_layout Plain Layout
533 Abbildungen
534 \begin_inset IndexMacro subentry
535 status open
536
537 \begin_layout Plain Layout
538 skalierte
539 \end_layout
540
541 \end_inset
542
543
544 \end_layout
545
546 \end_inset
547
548 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
549  oder Höhe und Breite definiert.
550  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
551  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
552  wobei sie möglicherweise verzerrt wird.
553  Um das zu vermeiden, sollten Sie 
554 \family sans
555 Seitenverhältnis
556 \begin_inset space ~
557 \end_inset
558
559 beibehalten
560 \family default
561  ankreuzen.
562  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
563  und Breite nicht überschritten werden.
564 \begin_inset Newline newline
565 \end_inset
566
567 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
568 nden Kontext-Menü 
569 \family sans
570 Datei extern bearbeiten
571 \family default
572  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
573  öffnen.
574  Das Programm kann für jedes Bildformat in den \SpecialChar LyX
575 -Einstellungen unter 
576 \family sans
577 Datei-Handhabung\SpecialChar menuseparator
578 Dateiformate
579 \family default
580  festgelegt werden.
581 \end_layout
582
583 \begin_layout Description
584
585 \family sans
586 Ausschnitt
587 \family default
588  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
589  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
590  Wenn Sie auf 
591 \family sans
592 Lese
593 \begin_inset space ~
594 \end_inset
595
596 aus
597 \begin_inset space ~
598 \end_inset
599
600 Datei
601 \family default
602  klicken, werden die Koordinaten automatisch berechnet.
603  Die Option 
604 \family sans
605 Auf
606 \begin_inset space ~
607 \end_inset
608
609 Begrenzungsbox
610 \begin_inset space ~
611 \end_inset
612
613 zuschneiden
614 \family default
615  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
616  Koordinaten liegt.
617  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
618  diese Karteikarte ignorieren.
619 \end_layout
620
621 \begin_layout Description
622
623 \family sans
624 \SpecialChar LaTeX
625 -
626 \begin_inset space ~
627 \end_inset
628
629 und
630 \begin_inset space ~
631 \end_inset
632
633 \SpecialChar LyX
634 -Optionen
635 \family default
636  Hier können Sie das Aussehen einer Abbildung innerhalb von \SpecialChar LyX
637  ändern und
638  \SpecialChar LaTeX
639 -Experten können weitere \SpecialChar LaTeX
640 -Optionen definieren.
641 \begin_inset Newline newline
642 \end_inset
643
644 Ist die Option 
645 \family sans
646 Entwurfsmodus 
647 \family default
648 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
649  darin gedruckt.
650 \begin_inset Newline newline
651 \end_inset
652
653 Im Abschnitt 
654 \family sans
655 Grafikgruppe
656 \family default
657  kann man eine Einstellungsgruppe definieren oder dem Bild eine solche zuzuordne
658 n.
659 \begin_inset Index idx
660 range none
661 pageformat default
662 status collapsed
663
664 \begin_layout Plain Layout
665 Abbildungen
666 \begin_inset IndexMacro subentry
667 status open
668
669 \begin_layout Plain Layout
670 Einstellungsgruppen
671 \end_layout
672
673 \end_inset
674
675
676 \end_layout
677
678 \end_inset
679
680  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
681  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
682  der Gruppe geändert werden.
683  Damit kann man z.B.
684 \begin_inset space ~
685 \end_inset
686
687 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
688  Bild tun zu müssen.
689  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
690  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
691 \end_layout
692
693 \begin_layout Standard
694 \begin_inset VSpace bigskip
695 \end_inset
696
697
698 \end_layout
699
700 \begin_layout Standard
701 Hier ist eine zentrierte PDF-Abbildung
702 \begin_inset Foot
703 status collapsed
704
705 \begin_layout Plain Layout
706 Abbildungsformate sind in Abschnitt
707 \begin_inset space ~
708 \end_inset
709
710
711 \begin_inset CommandInset ref
712 LatexCommand ref
713 reference "abs:Bildformate"
714
715 \end_inset
716
717  beschrieben.
718 \end_layout
719
720 \end_inset
721
722  in einem eigenen Absatz:
723 \end_layout
724
725 \begin_layout Standard
726 \align center
727 \begin_inset Graphics
728         filename ../clipart/2D-intensity-plot.pdf
729         scaleBeforeRotation
730         rotateOrigin center
731
732 \end_inset
733
734
735 \end_layout
736
737 \begin_layout Standard
738 \noindent
739 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
740 \end_layout
741
742 \begin_layout Standard
743 \align center
744 \begin_inset Graphics
745         filename ../clipart/2D-intensity-plot.pdf
746         draft
747         scaleBeforeRotation
748         rotateOrigin center
749
750 \end_inset
751
752
753 \end_layout
754
755 \begin_layout Section
756 Gleitende Abbildungen
757 \begin_inset CommandInset label
758 LatexCommand label
759 name "abs:Gleitende-Abbildungen"
760
761 \end_inset
762
763
764 \begin_inset Index idx
765 range none
766 pageformat default
767 status collapsed
768
769 \begin_layout Plain Layout
770 Abbildungen
771 \begin_inset IndexMacro subentry
772 status open
773
774 \begin_layout Plain Layout
775 gleitende
776 \end_layout
777
778 \end_inset
779
780
781 \end_layout
782
783 \end_inset
784
785
786 \begin_inset Index idx
787 range none
788 pageformat default
789 status collapsed
790
791 \begin_layout Plain Layout
792 Gleitobjekte
793 \begin_inset IndexMacro subentry
794 status open
795
796 \begin_layout Plain Layout
797 Abbildungen
798 \end_layout
799
800 \end_inset
801
802
803 \end_layout
804
805 \end_inset
806
807
808 \end_layout
809
810 \begin_layout Standard
811 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
812 \begin_inset space ~
813 \end_inset
814
815
816 \begin_inset CommandInset ref
817 LatexCommand ref
818 reference "abs:Gleitobjekte-Einleitung"
819
820 \end_inset
821
822 .
823 \end_layout
824
825 \begin_layout Standard
826 Wenn Sie auf das Werkzeugleisten-Symbol 
827 \begin_inset Info
828 type  "icon"
829 arg   "float-insert figure"
830 \end_inset
831
832  klicken oder 
833 \family sans
834 Einfügen\SpecialChar menuseparator
835 Gleit\SpecialChar softhyphen
836 objekt\SpecialChar menuseparator
837 Abbildung
838 \family default
839  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
840  In das rot umrahmte Feld rechts von 
841 \emph on
842 Abbildung
843 \begin_inset space ~
844 \end_inset
845
846 Nr:
847 \emph default
848  schreiben Sie die Bildbeschriftung.
849  Nach einem Klick oberhalb oder unterhalb von 
850 \emph on
851 Abbildung
852 \begin_inset space ~
853 \end_inset
854
855 Nr:
856 \emph default
857  können Sie dann eine Abbildung wie 
858 \begin_inset CommandInset ref
859 LatexCommand ref
860 reference "fig:Ein-Stern-in"
861
862 \end_inset
863
864  oberhalb oder wie Abbildung
865 \begin_inset space ~
866 \end_inset
867
868
869 \begin_inset CommandInset ref
870 LatexCommand ref
871 reference "fig:Ein-3D-Objekt"
872
873 \end_inset
874
875  unterhalb der Bildbeschriftung einfügen.
876  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
877 \begin_inset space ~
878 \end_inset
879
880
881 \begin_inset CommandInset ref
882 LatexCommand ref
883 reference "abs:Titel-Platzierung"
884
885 \end_inset
886
887 .
888 \end_layout
889
890 \begin_layout Standard
891 \begin_inset Float figure
892 placement document
893 alignment document
894 wide false
895 sideways false
896 status open
897
898 \begin_layout Plain Layout
899 \align center
900 \begin_inset Graphics
901         filename ../clipart/Star-structure.pdf
902         lyxscale 60
903         width 50col%
904         scaleBeforeRotation
905         rotateOrigin center
906
907 \end_inset
908
909
910 \end_layout
911
912 \begin_layout Plain Layout
913 \begin_inset Caption Standard
914
915 \begin_layout Plain Layout
916 \begin_inset CommandInset label
917 LatexCommand label
918 name "fig:Ein-Stern-in"
919
920 \end_inset
921
922 Ein Stern in einem Gleitobjekt.
923 \end_layout
924
925 \end_inset
926
927
928 \end_layout
929
930 \end_inset
931
932
933 \end_layout
934
935 \begin_layout Standard
936 \begin_inset Float figure
937 placement document
938 alignment document
939 wide false
940 sideways false
941 status open
942
943 \begin_layout Plain Layout
944 \begin_inset Caption Standard
945
946 \begin_layout Plain Layout
947 \begin_inset CommandInset label
948 LatexCommand label
949 name "fig:Ein-3D-Objekt"
950
951 \end_inset
952
953 Ein 3D-Objekt.
954 \end_layout
955
956 \end_inset
957
958
959 \end_layout
960
961 \begin_layout Plain Layout
962 \align center
963 \begin_inset Graphics
964         filename ../clipart/3D-structure-distort.pdf
965         lyxscale 60
966         scale 80
967         scaleBeforeRotation
968         rotateOrigin center
969
970 \end_inset
971
972
973 \end_layout
974
975 \end_inset
976
977
978 \end_layout
979
980 \begin_layout Standard
981 \begin_inset Index idx
982 range none
983 pageformat default
984 status collapsed
985
986 \begin_layout Plain Layout
987 Querverweise
988 \begin_inset IndexMacro subentry
989 status open
990
991 \begin_layout Plain Layout
992 auf Abbildungen
993 \end_layout
994
995 \end_inset
996
997
998 \end_layout
999
1000 \end_inset
1001
1002 Abbildung
1003 \begin_inset space ~
1004 \end_inset
1005
1006
1007 \begin_inset CommandInset ref
1008 LatexCommand ref
1009 reference "fig:Ein-Stern-in"
1010
1011 \end_inset
1012
1013  und 
1014 \begin_inset CommandInset ref
1015 LatexCommand ref
1016 reference "fig:Ein-3D-Objekt"
1017
1018 \end_inset
1019
1020  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
1021  Dafür fügen Sie in der Beschriftung mit 
1022 \family sans
1023 Einfügen\SpecialChar menuseparator
1024 Marke
1025 \family default
1026  oder durch Klicken auf 
1027 \begin_inset Info
1028 type  "icon"
1029 arg   "label-insert"
1030 \end_inset
1031
1032  eine Marke ein.
1033  Auf diese können Sie dann wie gewohnt mit 
1034 \family sans
1035 Einfügen\SpecialChar menuseparator
1036 Querverweis
1037 \family default
1038  oder durch Klicken auf 
1039 \family sans
1040
1041 \begin_inset Info
1042 type  "icon"
1043 arg   "dialog-show-new-inset ref"
1044 \end_inset
1045
1046
1047 \family default
1048  verweisen.
1049  Das ist besser als eine vage Formulierung wie 
1050 \begin_inset Quotes gld
1051 \end_inset
1052
1053 die obige Abbildung
1054 \begin_inset Quotes grd
1055 \end_inset
1056
1057  zu benutzen, weil \SpecialChar LaTeX
1058  die Abbildung dort platzieren wird, wo es sinnvoll erscheint
1059 , und das muss nicht 
1060 \emph on
1061 oben
1062 \emph default
1063  sein.
1064  Verweise werden detailliert in Abschnitt
1065 \begin_inset space ~
1066 \end_inset
1067
1068
1069 \begin_inset CommandInset ref
1070 LatexCommand ref
1071 reference "abs:Auf-Gleitobjekte-verweisen"
1072
1073 \end_inset
1074
1075  beschrieben.
1076 \end_layout
1077
1078 \begin_layout Standard
1079 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1080  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1081  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1082  Gleitabbildung einfügt.
1083  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1084  Abbildung
1085 \begin_inset space ~
1086 \end_inset
1087
1088
1089 \begin_inset CommandInset ref
1090 LatexCommand ref
1091 reference "fig:Zwei-Teilabbildungen"
1092
1093 \end_inset
1094
1095  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1096  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1097  Gleitabbildung auf Eingabe drücken.
1098  Abbildung
1099 \begin_inset space ~
1100 \end_inset
1101
1102
1103 \begin_inset CommandInset ref
1104 LatexCommand ref
1105 reference "fig:Pinkes-Objekt"
1106
1107 \end_inset
1108
1109  und 
1110 \begin_inset CommandInset ref
1111 LatexCommand ref
1112 reference "fig:Ein-Stern"
1113
1114 \end_inset
1115
1116  sind die Teilabbildungen.
1117 \end_layout
1118
1119 \begin_layout Standard
1120 \begin_inset Float figure
1121 placement document
1122 alignment document
1123 wide false
1124 sideways false
1125 status open
1126
1127 \begin_layout Plain Layout
1128 \begin_inset space \hfill{}
1129 \end_inset
1130
1131
1132 \begin_inset Float figure
1133 placement document
1134 alignment document
1135 wide false
1136 sideways false
1137 status collapsed
1138
1139 \begin_layout Plain Layout
1140 \begin_inset Caption Standard
1141
1142 \begin_layout Plain Layout
1143 \begin_inset CommandInset label
1144 LatexCommand label
1145 name "fig:Pinkes-Objekt"
1146
1147 \end_inset
1148
1149 Pinkes Objekt.
1150 \end_layout
1151
1152 \end_inset
1153
1154
1155 \end_layout
1156
1157 \begin_layout Plain Layout
1158 \begin_inset Graphics
1159         filename ../clipart/3D-structure-distort.pdf
1160         width 45col%
1161         scaleBeforeRotation
1162         groupId Teilabbildung
1163
1164 \end_inset
1165
1166
1167 \end_layout
1168
1169 \end_inset
1170
1171
1172 \begin_inset space \hfill{}
1173 \end_inset
1174
1175
1176 \begin_inset Float figure
1177 placement document
1178 alignment document
1179 wide false
1180 sideways false
1181 status collapsed
1182
1183 \begin_layout Plain Layout
1184 \begin_inset Caption Standard
1185
1186 \begin_layout Plain Layout
1187 \begin_inset CommandInset label
1188 LatexCommand label
1189 name "fig:Ein-Stern"
1190
1191 \end_inset
1192
1193 Ein Stern.
1194 \end_layout
1195
1196 \end_inset
1197
1198
1199 \end_layout
1200
1201 \begin_layout Plain Layout
1202 \begin_inset Graphics
1203         filename ../clipart/Star-structure.pdf
1204         width 45col%
1205         scaleBeforeRotation
1206         groupId Teilabbildung
1207
1208 \end_inset
1209
1210
1211 \end_layout
1212
1213 \end_inset
1214
1215
1216 \begin_inset space \hfill{}
1217 \end_inset
1218
1219
1220 \end_layout
1221
1222 \begin_layout Plain Layout
1223 \begin_inset Caption Standard
1224
1225 \begin_layout Plain Layout
1226 \begin_inset CommandInset label
1227 LatexCommand label
1228 name "fig:Zwei-Teilabbildungen"
1229
1230 \end_inset
1231
1232 Zwei Teilabbildungen nebeneinander.
1233  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1234 \begin_inset Quotes gld
1235 \end_inset
1236
1237 Teilabbildung
1238 \begin_inset Quotes grd
1239 \end_inset
1240
1241  an.
1242 \end_layout
1243
1244 \end_inset
1245
1246
1247 \end_layout
1248
1249 \end_inset
1250
1251
1252 \end_layout
1253
1254 \begin_layout Section
1255 Bildformate
1256 \begin_inset CommandInset label
1257 LatexCommand label
1258 name "abs:Bildformate"
1259
1260 \end_inset
1261
1262
1263 \begin_inset Index idx
1264 range none
1265 pageformat default
1266 status collapsed
1267
1268 \begin_layout Plain Layout
1269 Abbildungen
1270 \begin_inset IndexMacro subentry
1271 status open
1272
1273 \begin_layout Plain Layout
1274 Bildformate
1275 \end_layout
1276
1277 \end_inset
1278
1279
1280 \end_layout
1281
1282 \end_inset
1283
1284
1285 \end_layout
1286
1287 \begin_layout Standard
1288 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1289  Aber wie in Anhang
1290 \begin_inset space ~
1291 \end_inset
1292
1293
1294 \begin_inset CommandInset ref
1295 LatexCommand ref
1296 reference "kap:Ausgabedatei-Formate"
1297
1298 \end_inset
1299
1300  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1301  \SpecialChar LyX
1302  benutzt im Hintergrund das Programm
1303 \family typewriter
1304  ImageMagick
1305 \family default
1306 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1307  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1308  vermeiden.
1309  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1310  werden können.
1311  Diese Formate werden in Anhang
1312 \begin_inset space ~
1313 \end_inset
1314
1315
1316 \begin_inset CommandInset ref
1317 LatexCommand ref
1318 reference "kap:Ausgabedatei-Formate"
1319
1320 \end_inset
1321
1322  beschrieben.
1323 \end_layout
1324
1325 \begin_layout Standard
1326 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1327 \end_layout
1328
1329 \begin_layout Description
1330 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1331  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1332  
1333 \emph on
1334 pixelig
1335 \emph default
1336  aus.
1337  Bekannte Pixel-Formate sind 
1338 \begin_inset Quotes gld
1339 \end_inset
1340
1341 Graphics Interchange Format
1342 \begin_inset Quotes grd
1343 \end_inset
1344
1345  (GIF, Dateiendung
1346 \family typewriter
1347  
1348 \family default
1349
1350 \begin_inset Quotes gld
1351 \end_inset
1352
1353
1354 \family typewriter
1355 .gif
1356 \family default
1357
1358 \begin_inset Quotes grd
1359 \end_inset
1360
1361 )
1362 \begin_inset Index idx
1363 range none
1364 pageformat default
1365 status collapsed
1366
1367 \begin_layout Plain Layout
1368 GIF
1369 \end_layout
1370
1371 \end_inset
1372
1373
1374 \begin_inset Quotes gld
1375 \end_inset
1376
1377 Portable Network Graphics
1378 \begin_inset Quotes grd
1379 \end_inset
1380
1381  (PNG, Dateiendung 
1382 \begin_inset Quotes gld
1383 \end_inset
1384
1385
1386 \family typewriter
1387 .png
1388 \family default
1389
1390 \begin_inset Quotes grd
1391 \end_inset
1392
1393 )
1394 \begin_inset Index idx
1395 range none
1396 pageformat default
1397 status collapsed
1398
1399 \begin_layout Plain Layout
1400 PNG
1401 \end_layout
1402
1403 \end_inset
1404
1405
1406 \begin_inset Quotes gld
1407 \end_inset
1408
1409 Joint Photographic Experts Group
1410 \begin_inset Quotes grd
1411 \end_inset
1412
1413  (JPEG, Dateiendung
1414 \family typewriter
1415  
1416 \family default
1417
1418 \begin_inset Quotes gld
1419 \end_inset
1420
1421
1422 \family typewriter
1423 .jpg
1424 \family default
1425
1426 \begin_inset Quotes grd
1427 \end_inset
1428
1429  oder 
1430 \begin_inset Quotes gld
1431 \end_inset
1432
1433
1434 \family typewriter
1435 .jpeg
1436 \family default
1437
1438 \begin_inset Quotes grd
1439 \end_inset
1440
1441 )
1442 \begin_inset Index idx
1443 range none
1444 pageformat default
1445 status collapsed
1446
1447 \begin_layout Plain Layout
1448 JPG, JPEG
1449 \end_layout
1450
1451 \end_inset
1452
1453  und 
1454 \begin_inset Quotes gld
1455 \end_inset
1456
1457 Windows Bitmap
1458 \begin_inset Quotes grd
1459 \end_inset
1460
1461  (BMP, Dateiendung 
1462 \begin_inset Quotes gld
1463 \end_inset
1464
1465
1466 \family typewriter
1467 .bmp
1468 \family default
1469
1470 \begin_inset Quotes grd
1471 \end_inset
1472
1473 )
1474 \begin_inset Index idx
1475 range none
1476 pageformat default
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480 BMP
1481 \end_layout
1482
1483 \end_inset
1484
1485 .
1486 \end_layout
1487
1488 \begin_layout Description
1489 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1490  auf jede beliebige Größe skaliert werden.
1491  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1492  zoomen zu können.
1493 \begin_inset Newline newline
1494 \end_inset
1495
1496 Bekannte Formate sind 
1497 \begin_inset Quotes gld
1498 \end_inset
1499
1500 Scalable Vector Graphics
1501 \begin_inset Quotes grd
1502 \end_inset
1503
1504  (SVG, Dateiendung
1505 \family typewriter
1506  
1507 \family default
1508
1509 \begin_inset Quotes gld
1510 \end_inset
1511
1512
1513 \family typewriter
1514 .svg
1515 \family default
1516
1517 \begin_inset Quotes grd
1518 \end_inset
1519
1520 )
1521 \begin_inset Index idx
1522 range none
1523 pageformat default
1524 status collapsed
1525
1526 \begin_layout Plain Layout
1527 SVG
1528 \end_layout
1529
1530 \end_inset
1531
1532
1533 \begin_inset Quotes gld
1534 \end_inset
1535
1536 Encapsulated PostScript
1537 \begin_inset Quotes grd
1538 \end_inset
1539
1540  (EPS, Dateiendung 
1541 \begin_inset Quotes gld
1542 \end_inset
1543
1544
1545 \family typewriter
1546 .eps
1547 \family default
1548
1549 \begin_inset Quotes grd
1550 \end_inset
1551
1552 )
1553 \begin_inset Index idx
1554 range none
1555 pageformat default
1556 status collapsed
1557
1558 \begin_layout Plain Layout
1559 EPS
1560 \end_layout
1561
1562 \end_inset
1563
1564
1565 \begin_inset Quotes gld
1566 \end_inset
1567
1568 Portable Document Format
1569 \begin_inset Quotes grd
1570 \end_inset
1571
1572  (PDF, Dateiendung
1573 \family typewriter
1574  
1575 \family default
1576
1577 \begin_inset Quotes gld
1578 \end_inset
1579
1580
1581 \family typewriter
1582 .pdf
1583 \family default
1584
1585 \begin_inset Quotes grd
1586 \end_inset
1587
1588 )
1589 \begin_inset Index idx
1590 range none
1591 pageformat default
1592 status collapsed
1593
1594 \begin_layout Plain Layout
1595 PDF
1596 \end_layout
1597
1598 \end_inset
1599
1600  und 
1601 \begin_inset Quotes gld
1602 \end_inset
1603
1604 Windows Metafile
1605 \begin_inset Quotes grd
1606 \end_inset
1607
1608  (WMF, Dateiendung 
1609 \begin_inset Quotes gld
1610 \end_inset
1611
1612
1613 \family typewriter
1614 .wmf
1615 \family default
1616
1617 \begin_inset Quotes grd
1618 \end_inset
1619
1620 )
1621 \begin_inset Index idx
1622 range none
1623 pageformat default
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627 WMF
1628 \end_layout
1629
1630 \end_inset
1631
1632 .
1633 \end_layout
1634
1635 \begin_layout Standard
1636 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1637  das Ergebnis ist immer noch ein Pixelbild.
1638  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1639  hinzugefügt.
1640 \begin_inset Foot
1641 status collapsed
1642
1643 \begin_layout Plain Layout
1644 Bei PDF wird das Originalbild auch noch komprimiert.
1645 \end_layout
1646
1647 \end_inset
1648
1649  Die PDF-Dateien, die 
1650 \family typewriter
1651 Adobe Photoshop
1652 \family default
1653  erzeugt, sind zum Beispiel Pixelbilder.
1654 \end_layout
1655
1656 \begin_layout Standard
1657 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1658  umgekehrt.
1659  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1660  eingefügt werden.
1661  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1662  erzeugt wird, weil es zur Zeit keine WMF/SVG
1663 \begin_inset Formula $\to$
1664 \end_inset
1665
1666 PDF/EPS Konverter gibt.
1667 \end_layout
1668
1669 \begin_layout Chapter
1670 Tabellen
1671 \begin_inset Index idx
1672 range none
1673 pageformat default
1674 status collapsed
1675
1676 \begin_layout Plain Layout
1677 Tabellen
1678 \end_layout
1679
1680 \end_inset
1681
1682
1683 \end_layout
1684
1685 \begin_layout Section
1686 Einführung
1687 \begin_inset Index idx
1688 range none
1689 pageformat default
1690 status collapsed
1691
1692 \begin_layout Plain Layout
1693 Tabellen
1694 \begin_inset IndexMacro subentry
1695 status open
1696
1697 \begin_layout Plain Layout
1698 Einführung
1699 \end_layout
1700
1701 \end_inset
1702
1703
1704 \end_layout
1705
1706 \end_inset
1707
1708
1709 \end_layout
1710
1711 \begin_layout Standard
1712 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1713 \begin_inset Info
1714 type  "icon"
1715 arg   "tabular-insert"
1716 \end_inset
1717
1718  oder das Menü 
1719 \family sans
1720 Einfügen\SpecialChar menuseparator
1721 Tabelle
1722 \family default
1723  einfügen.
1724  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1725 \begin_inset space \thinspace{}
1726 \end_inset
1727
1728 -Tabelle.
1729  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1730  und die Größe der dunkelblauen Tabelle angezeigt.
1731  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1732  ein.
1733  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1734  Spaltenanzahl festlegen können und einen Tabellenstils (der die Rahmengestaltun
1735 g betrifft) auswählen können.
1736 \end_layout
1737
1738 \begin_layout Standard
1739 In der so erstellten Tabelle ist standardmäßig jede Zelle umrandet.
1740  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1741  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1742  die zweite Zeile eine Linie oberhalb haben.
1743  Hier ist ein Beispiel:
1744 \end_layout
1745
1746 \begin_layout Standard
1747 \align center
1748 \begin_inset Tabular
1749 <lyxtabular version="3" rows="5" columns="4">
1750 <features tabularvalignment="middle">
1751 <column alignment="center" valignment="top">
1752 <column alignment="center" valignment="top">
1753 <column alignment="center" valignment="top">
1754 <column alignment="center" valignment="top">
1755 <row>
1756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1757 \begin_inset Text
1758
1759 \begin_layout Plain Layout
1760
1761 \end_layout
1762
1763 \end_inset
1764 </cell>
1765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1766 \begin_inset Text
1767
1768 \begin_layout Plain Layout
1769
1770 \family roman
1771 \series medium
1772 \shape up
1773 \size normal
1774 \emph off
1775 \bar no
1776 \noun off
1777 \color none
1778 1
1779 \end_layout
1780
1781 \end_inset
1782 </cell>
1783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1784 \begin_inset Text
1785
1786 \begin_layout Plain Layout
1787 2
1788 \end_layout
1789
1790 \end_inset
1791 </cell>
1792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1793 \begin_inset Text
1794
1795 \begin_layout Plain Layout
1796 3
1797 \end_layout
1798
1799 \end_inset
1800 </cell>
1801 </row>
1802 <row>
1803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807
1808 \family roman
1809 \series medium
1810 \shape up
1811 \size normal
1812 \emph off
1813 \bar no
1814 \noun off
1815 \color none
1816 A
1817 \end_layout
1818
1819 \end_inset
1820 </cell>
1821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 </row>
1849 <row>
1850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854
1855 \family roman
1856 \series medium
1857 \shape up
1858 \size normal
1859 \emph off
1860 \bar no
1861 \noun off
1862 \color none
1863 B
1864 \end_layout
1865
1866 \end_inset
1867 </cell>
1868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Plain Layout
1872
1873 \end_layout
1874
1875 \end_inset
1876 </cell>
1877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 </row>
1896 <row>
1897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1898 \begin_inset Text
1899
1900 \begin_layout Plain Layout
1901
1902 \family roman
1903 \series medium
1904 \shape up
1905 \size normal
1906 \emph off
1907 \bar no
1908 \noun off
1909 \color none
1910 C
1911 \end_layout
1912
1913 \end_inset
1914 </cell>
1915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1916 \begin_inset Text
1917
1918 \begin_layout Plain Layout
1919
1920 \end_layout
1921
1922 \end_inset
1923 </cell>
1924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1925 \begin_inset Text
1926
1927 \begin_layout Plain Layout
1928
1929 \end_layout
1930
1931 \end_inset
1932 </cell>
1933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1934 \begin_inset Text
1935
1936 \begin_layout Plain Layout
1937
1938 \end_layout
1939
1940 \end_inset
1941 </cell>
1942 </row>
1943 <row>
1944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1945 \begin_inset Text
1946
1947 \begin_layout Plain Layout
1948 D
1949 \end_layout
1950
1951 \end_inset
1952 </cell>
1953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1954 \begin_inset Text
1955
1956 \begin_layout Plain Layout
1957
1958 \end_layout
1959
1960 \end_inset
1961 </cell>
1962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1963 \begin_inset Text
1964
1965 \begin_layout Plain Layout
1966
1967 \end_layout
1968
1969 \end_inset
1970 </cell>
1971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1972 \begin_inset Text
1973
1974 \begin_layout Plain Layout
1975
1976 \end_layout
1977
1978 \end_inset
1979 </cell>
1980 </row>
1981 </lyxtabular>
1982
1983 \end_inset
1984
1985
1986 \end_layout
1987
1988 \begin_layout Standard
1989 Das entspricht dem Stil 
1990 \begin_inset Quotes gld
1991 \end_inset
1992
1993 Gitter mit abgesetztem Kopf
1994 \begin_inset Quotes grd
1995 \end_inset
1996
1997  in der Stilauswahl.
1998 \end_layout
1999
2000 \begin_layout Standard
2001 Andere auswählbare Stile sind:
2002 \end_layout
2003
2004 \begin_layout Itemize
2005 Ein 
2006 \begin_inset Quotes gld
2007 \end_inset
2008
2009 einfaches Gitter
2010 \begin_inset Quotes grd
2011 \end_inset
2012
2013 , das so aussieht wie die Tabelle oben, aber ohne durch Doppellinien abgesetzten
2014  Tabellenkopf,
2015 \end_layout
2016
2017 \begin_layout Itemize
2018 eine rahmenlose Tabelle (ohne jegliche Linien)
2019 \end_layout
2020
2021 \begin_layout Itemize
2022 und eine so genannte 
2023 \begin_inset Quotes gld
2024 \end_inset
2025
2026 formale Tabelle
2027 \begin_inset Quotes grd
2028 \end_inset
2029
2030 , wie sie häufig im professionellem Textsatz verwendet wird (nur mit horizontale
2031 n Linien und fetten Linien am Kopf und Fuß der Tabelle; das Handbuch 
2032 \emph on
2033 Eingebettete Objekte
2034 \emph default
2035  hat dazu einen eigenen Abschnitt).
2036 \end_layout
2037
2038 \begin_layout Standard
2039 Der Standardstil, der in diesem Dialog und auch vom Werkzeugleistenknopf
2040  verwendet wird, kann in 
2041 \family sans
2042 Dokument\SpecialChar menuseparator
2043 Einstellungen\SpecialChar menuseparator
2044 Seitenlayout
2045 \family default
2046  geändert werden.
2047  Wenn der Standardstil oben nicht Ihren Bedürfnissen entspricht, sollten
2048  Sie das tun.
2049 \end_layout
2050
2051 \begin_layout Section
2052 Tabellen-Dialog
2053 \begin_inset Index idx
2054 range none
2055 pageformat default
2056 status collapsed
2057
2058 \begin_layout Plain Layout
2059 Tabellen
2060 \begin_inset IndexMacro subentry
2061 status open
2062
2063 \begin_layout Plain Layout
2064 Einstellungen
2065 \end_layout
2066
2067 \end_inset
2068
2069
2070 \end_layout
2071
2072 \end_inset
2073
2074
2075 \end_layout
2076
2077 \begin_layout Standard
2078 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
2079  Maustaste darauf klicken.
2080  Dadurch wird ein Kontextmenü angezeigt, in dem Sie im Eintrag 
2081 \family sans
2082 Mehr
2083 \family default
2084  Eigenschaften der Zelle und Zeile/Spalte, in der der Mauszeiger gerade
2085  ist, geändert werden können.
2086  Das Kontextmenü 
2087 \family sans
2088 Mehr\SpecialChar menuseparator
2089 Einstellungen
2090 \family default
2091  öffnet den Tabellen-Dialog wo weitere Einstellungen vorgenommen werden
2092  können.
2093  Viele der Optionen im Dialog sind auch für eine Zellenauswahl wirksam.
2094  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
2095  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
2096  Auswahl.
2097  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
2098 \emph on
2099 Inhalt
2100 \emph default
2101  einer Zelle oder die Zelle selber ausgewählt haben.
2102 \begin_inset Newline newline
2103 \end_inset
2104
2105 Mit der Dialog-Option 
2106 \family sans
2107 Direkt
2108 \begin_inset space ~
2109 \end_inset
2110
2111 übernehmen
2112 \family default
2113  wird jede Änderung, die Sie machen, direkt übernommen.
2114  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
2115  dann auch die Parameter der neuen Zelle an.
2116  Wenn Sie Längenwerte im Dialog ändern, müssen Sie 
2117 \family sans
2118 Enter
2119 \family default
2120  drücken, um die Änderung zu übernehmen.
2121 \begin_inset Newline newline
2122 \end_inset
2123
2124 Der Tabellen-Dialog hat folgende Karteikarten:
2125 \end_layout
2126
2127 \begin_layout Description
2128 Tabellen-Einstellungen Hier können Sie die Horizontale
2129 \begin_inset space ~
2130 \end_inset
2131
2132 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
2133  Die Ausrichtung 
2134 \family sans
2135 Am
2136 \begin_inset space ~
2137 \end_inset
2138
2139 Dezimaltrenner
2140 \family default
2141  ist in Abschnitt
2142 \begin_inset space ~
2143 \end_inset
2144
2145
2146 \begin_inset CommandInset ref
2147 LatexCommand ref
2148 reference "uab:Besondere-Zellenausrichtung"
2149
2150 \end_inset
2151
2152  beschrieben.
2153  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
2154 \begin_inset space ~
2155 \end_inset
2156
2157 Ausrichtung der momentanen Zeile wählen.
2158  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
2159  Absätze haben, wie in Abschnitt
2160 \begin_inset space ~
2161 \end_inset
2162
2163
2164 \begin_inset CommandInset ref
2165 LatexCommand ref
2166 reference "uab:Mehrere-Zeilen-in"
2167
2168 \end_inset
2169
2170  beschrieben.
2171  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
2172 \begin_inset Newline newline
2173 \end_inset
2174
2175 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2176  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
2177 \begin_inset space ~
2178 \end_inset
2179
2180
2181 \begin_inset CommandInset ref
2182 LatexCommand ref
2183 reference "uab:Mehrfachspalten"
2184
2185 \end_inset
2186
2187  und 
2188 \begin_inset CommandInset ref
2189 LatexCommand ref
2190 reference "uab:Mehrfachzeilen"
2191
2192 \end_inset
2193
2194  beschrieben.
2195 \begin_inset Newline newline
2196 \end_inset
2197
2198 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2199  den Uhrzeigersinn um 90° drehen.
2200  \SpecialChar LyX
2201  zeigt diese Drehung nur in der Ausgabe.
2202  Für weitere Informationen siehe Abschnitt
2203 \begin_inset space ~
2204 \end_inset
2205
2206
2207 \begin_inset CommandInset ref
2208 LatexCommand ref
2209 reference "abs:Rotierte-Tabellenzellen"
2210
2211 \end_inset
2212
2213 .
2214 \begin_inset Newline newline
2215 \end_inset
2216
2217
2218 \begin_inset Note Greyedout
2219 status open
2220
2221 \begin_layout Plain Layout
2222
2223 \series bold
2224 Achtung:
2225 \series default
2226  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2227 \end_layout
2228
2229 \end_inset
2230
2231
2232 \begin_inset Newline newline
2233 \end_inset
2234
2235 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2236  Textzeilen verwendet:
2237 \begin_inset Newline newline
2238 \end_inset
2239
2240 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2241 \begin_inset Tabular
2242 <lyxtabular version="3" rows="2" columns="2">
2243 <features tabularvalignment="top">
2244 <column alignment="center" valignment="top" width="0pt">
2245 <column alignment="center" valignment="top">
2246 <row>
2247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2248 \begin_inset Text
2249
2250 \begin_layout Plain Layout
2251
2252 \end_layout
2253
2254 \end_inset
2255 </cell>
2256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2257 \begin_inset Text
2258
2259 \begin_layout Plain Layout
2260 1
2261 \end_layout
2262
2263 \end_inset
2264 </cell>
2265 </row>
2266 <row>
2267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2268 \begin_inset Text
2269
2270 \begin_layout Plain Layout
2271 A
2272 \end_layout
2273
2274 \end_inset
2275 </cell>
2276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2277 \begin_inset Text
2278
2279 \begin_layout Plain Layout
2280
2281 \end_layout
2282
2283 \end_inset
2284 </cell>
2285 </row>
2286 </lyxtabular>
2287
2288 \end_inset
2289
2290  
2291 \begin_inset Tabular
2292 <lyxtabular version="3" rows="2" columns="2">
2293 <features tabularvalignment="middle">
2294 <column alignment="center" valignment="top">
2295 <column alignment="center" valignment="top">
2296 <row>
2297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2298 \begin_inset Text
2299
2300 \begin_layout Plain Layout
2301
2302 \end_layout
2303
2304 \end_inset
2305 </cell>
2306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2307 \begin_inset Text
2308
2309 \begin_layout Plain Layout
2310 1
2311 \end_layout
2312
2313 \end_inset
2314 </cell>
2315 </row>
2316 <row>
2317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2318 \begin_inset Text
2319
2320 \begin_layout Plain Layout
2321 A
2322 \end_layout
2323
2324 \end_inset
2325 </cell>
2326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2327 \begin_inset Text
2328
2329 \begin_layout Plain Layout
2330
2331 \end_layout
2332
2333 \end_inset
2334 </cell>
2335 </row>
2336 </lyxtabular>
2337
2338 \end_inset
2339
2340  
2341 \begin_inset Tabular
2342 <lyxtabular version="3" rows="2" columns="2">
2343 <features tabularvalignment="bottom">
2344 <column alignment="center" valignment="top" width="0pt">
2345 <column alignment="center" valignment="top">
2346 <row>
2347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2348 \begin_inset Text
2349
2350 \begin_layout Plain Layout
2351
2352 \end_layout
2353
2354 \end_inset
2355 </cell>
2356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2357 \begin_inset Text
2358
2359 \begin_layout Plain Layout
2360 1
2361 \end_layout
2362
2363 \end_inset
2364 </cell>
2365 </row>
2366 <row>
2367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2368 \begin_inset Text
2369
2370 \begin_layout Plain Layout
2371 A
2372 \end_layout
2373
2374 \end_inset
2375 </cell>
2376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2377 \begin_inset Text
2378
2379 \begin_layout Plain Layout
2380
2381 \end_layout
2382
2383 \end_inset
2384 </cell>
2385 </row>
2386 </lyxtabular>
2387
2388 \end_inset
2389
2390
2391 \begin_inset Newline newline
2392 \end_inset
2393
2394 Man kann auch ein \SpecialChar LaTeX
2395 -Argument für besondere Tabellen-Formatierun\SpecialChar softhyphen
2396 gen einfügen,
2397  wie in den Abschnitten 
2398 \begin_inset CommandInset ref
2399 LatexCommand ref
2400 reference "uab:Mehrfachspalten-Berechnungen"
2401
2402 \end_inset
2403
2404  und 
2405 \begin_inset CommandInset ref
2406 LatexCommand ref
2407 reference "abs:Farbige-Tabellen"
2408
2409 \end_inset
2410
2411  beschrieben.
2412 \end_layout
2413
2414 \begin_layout Description
2415 Rahmen Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und
2416  Spalte(n) hinzufügen und löschen.
2417 \begin_inset Newline newline
2418 \end_inset
2419
2420 Wenn Sie die Stil-Option
2421 \family sans
2422  Formal
2423 \family default
2424  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2425 \begin_inset space ~
2426 \end_inset
2427
2428
2429 \begin_inset CommandInset ref
2430 LatexCommand ref
2431 reference "abs:Formale-Tabellen"
2432
2433 \end_inset
2434
2435  beschrieben, konvertiert.
2436 \begin_inset Newline newline
2437 \end_inset
2438
2439 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2440 \begin_inset space ~
2441 \end_inset
2442
2443
2444 \begin_inset CommandInset ref
2445 LatexCommand ref
2446 reference "uab:Zeilenabstand"
2447
2448 \end_inset
2449
2450  beschrieben.
2451 \end_layout
2452
2453 \begin_layout Description
2454 Mehrseitige
2455 \begin_inset space ~
2456 \end_inset
2457
2458 Tabelle Hier kann eine Tabelle definiert werden, die über mehrere Seiten
2459  reicht.
2460  Die Abschnitte
2461 \begin_inset space ~
2462 \end_inset
2463
2464
2465 \begin_inset CommandInset ref
2466 LatexCommand ref
2467 reference "abs:Mehrseitige-Tabellen"
2468
2469 \end_inset
2470
2471  und 
2472 \begin_inset CommandInset ref
2473 LatexCommand ref
2474 reference "sec:Weitere-Möglichkeiten-für"
2475
2476 \end_inset
2477
2478  beschreiben diese Funktion genauer.
2479 \end_layout
2480
2481 \begin_layout Section
2482 Tabellen-Werkzeugleiste
2483 \begin_inset Index idx
2484 range none
2485 pageformat default
2486 status collapsed
2487
2488 \begin_layout Plain Layout
2489 Tabellen
2490 \begin_inset IndexMacro subentry
2491 status open
2492
2493 \begin_layout Plain Layout
2494 Werkzeugleiste
2495 \end_layout
2496
2497 \end_inset
2498
2499
2500 \end_layout
2501
2502 \end_inset
2503
2504
2505 \end_layout
2506
2507 \begin_layout Standard
2508 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2509 \family sans
2510 Tabellen-Einstellungen
2511 \family default
2512 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2513  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2514  \SpecialChar LyX
2515 -Fensters.
2516 \end_layout
2517
2518 \begin_layout Standard
2519 Die Werkzeugleiste hat folgende Knöpfe:
2520 \end_layout
2521
2522 \begin_layout Labeling
2523 \labelwidthstring 00.00.0000
2524 \begin_inset Info
2525 type  "icon"
2526 arg   "tabular-feature append-row"
2527 \end_inset
2528
2529  Fügt eine Zeile unterhalb der momentanen an
2530 \end_layout
2531
2532 \begin_layout Labeling
2533 \labelwidthstring 00.00.0000
2534 \begin_inset Info
2535 type  "icon"
2536 arg   "tabular-feature append-column"
2537 \end_inset
2538
2539  Fügt eine Spalte rechts von der momentanen an
2540 \end_layout
2541
2542 \begin_layout Labeling
2543 \labelwidthstring 00.00.0000
2544 \begin_inset Info
2545 type  "icon"
2546 arg   "tabular-feature delete-row"
2547 \end_inset
2548
2549  Löscht die ausgewählte(n) Zeile(n)
2550 \end_layout
2551
2552 \begin_layout Labeling
2553 \labelwidthstring 00.00.0000
2554 \begin_inset Info
2555 type  "icon"
2556 arg   "tabular-feature delete-column"
2557 \end_inset
2558
2559  Löscht die ausgewählte(n) Spalte(n)
2560 \end_layout
2561
2562 \begin_layout Labeling
2563 \labelwidthstring 00.00.0000
2564 \begin_inset Info
2565 type  "icon"
2566 arg   "tabular-feature move-row-up"
2567 \end_inset
2568
2569  verschiebt die ausgewählte Zeile nach oben
2570 \end_layout
2571
2572 \begin_layout Labeling
2573 \labelwidthstring 00.00.0000
2574 \begin_inset Info
2575 type  "icon"
2576 arg   "tabular-feature move-column-left"
2577 \end_inset
2578
2579  verschiebt die ausgewählte Spalte nach links
2580 \end_layout
2581
2582 \begin_layout Labeling
2583 \labelwidthstring 00.00.0000
2584 \begin_inset Info
2585 type  "icon"
2586 arg   "tabular-feature move-row-down"
2587 \end_inset
2588
2589  verschiebt die ausgewählte Zeile nach unten
2590 \end_layout
2591
2592 \begin_layout Labeling
2593 \labelwidthstring 00.00.0000
2594 \begin_inset Info
2595 type  "icon"
2596 arg   "tabular-feature move-column-right"
2597 \end_inset
2598
2599  verschiebt die ausgewählte Spalte nach rechts
2600 \end_layout
2601
2602 \begin_layout Labeling
2603 \labelwidthstring 00.00.0000
2604 \begin_inset Info
2605 type  "icon"
2606 arg   "tabular-feature toggle-line-top"
2607 \end_inset
2608
2609  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2610  wenn der Knopf grau hinterlegt ist
2611 \end_layout
2612
2613 \begin_layout Labeling
2614 \labelwidthstring 00.00.0000
2615 \begin_inset Info
2616 type  "icon"
2617 arg   "tabular-feature toggle-line-bottom"
2618 \end_inset
2619
2620  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2621  wenn der Knopf grau hinterlegt ist
2622 \end_layout
2623
2624 \begin_layout Labeling
2625 \labelwidthstring 00.00.0000
2626 \begin_inset Info
2627 type  "icon"
2628 arg   "tabular-feature toggle-line-left"
2629 \end_inset
2630
2631  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2632  wenn der Knopf grau hinterlegt ist
2633 \end_layout
2634
2635 \begin_layout Labeling
2636 \labelwidthstring 00.00.0000
2637 \begin_inset Info
2638 type  "icon"
2639 arg   "tabular-feature toggle-line-right"
2640 \end_inset
2641
2642  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2643  wenn der Knopf grau hinterlegt ist
2644 \end_layout
2645
2646 \begin_layout Labeling
2647 \labelwidthstring 00.00.0000
2648 \begin_inset Info
2649 type  "icon"
2650 arg   "tabular-feature set-all-lines"
2651 \end_inset
2652
2653  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2654 \end_layout
2655
2656 \begin_layout Labeling
2657 \labelwidthstring 00.00.0000
2658 \begin_inset Info
2659 type  "icon"
2660 arg   "tabular-feature set-border-lines"
2661 \end_inset
2662
2663  Fügt einen Rahmen um die ausgewählte(n) Zellen
2664 \end_layout
2665
2666 \begin_layout Labeling
2667 \labelwidthstring 00.00.0000
2668 \begin_inset Info
2669 type  "icon"
2670 arg   "tabular-feature unset-all-lines"
2671 \end_inset
2672
2673  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2674 \end_layout
2675
2676 \begin_layout Labeling
2677 \labelwidthstring 00.00.0000
2678 \begin_inset Info
2679 type  "icon"
2680 arg   "tabular-feature reset-formal-default"
2681 \end_inset
2682
2683  Wenn Sie eine formale Tabellen verwenden, setzt dies die Rahmen zu einem
2684  sinnvollen Standard zurück (horizontale Linien nur in der Kopf- und Fußzeile)
2685 \end_layout
2686
2687 \begin_layout Labeling
2688 \labelwidthstring 00.00.0000
2689 \begin_inset Info
2690 type  "icon"
2691 arg   "tabular-feature m-align-left"
2692 \end_inset
2693
2694  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2695 \end_layout
2696
2697 \begin_layout Labeling
2698 \labelwidthstring 00.00.0000
2699 \begin_inset Info
2700 type  "icon"
2701 arg   "tabular-feature m-align-center"
2702 \end_inset
2703
2704  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2705 \end_layout
2706
2707 \begin_layout Labeling
2708 \labelwidthstring 00.00.0000
2709 \begin_inset Info
2710 type  "icon"
2711 arg   "tabular-feature m-align-right"
2712 \end_inset
2713
2714  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2715 \end_layout
2716
2717 \begin_layout Labeling
2718 \labelwidthstring 00.00.0000
2719 \begin_inset Info
2720 type  "icon"
2721 arg   "tabular-feature align-decimal"
2722 \end_inset
2723
2724  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2725 \end_layout
2726
2727 \begin_layout Labeling
2728 \labelwidthstring 00.00.0000
2729 \begin_inset Info
2730 type  "icon"
2731 arg   "tabular-feature m-valign-top"
2732 \end_inset
2733
2734  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2735 \end_layout
2736
2737 \begin_layout Labeling
2738 \labelwidthstring 00.00.0000
2739 \begin_inset Info
2740 type  "icon"
2741 arg   "tabular-feature m-valign-middle"
2742 \end_inset
2743
2744  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2745 \end_layout
2746
2747 \begin_layout Labeling
2748 \labelwidthstring 00.00.0000
2749 \begin_inset Info
2750 type  "icon"
2751 arg   "tabular-feature m-valign-bottom"
2752 \end_inset
2753
2754  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2755 \end_layout
2756
2757 \begin_layout Labeling
2758 \labelwidthstring 00.00.0000
2759 \begin_inset Info
2760 type  "icon"
2761 arg   "tabular-feature set-rotate-cell"
2762 \end_inset
2763
2764  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2765 \end_layout
2766
2767 \begin_layout Labeling
2768 \labelwidthstring 00.00.0000
2769 \begin_inset Info
2770 type  "icon"
2771 arg   "tabular-feature set-rotate-tabular"
2772 \end_inset
2773
2774  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2775 \end_layout
2776
2777 \begin_layout Labeling
2778 \labelwidthstring 00.00.0000
2779 \begin_inset Info
2780 type  "icon"
2781 arg   "tabular-feature multicolumn"
2782 \end_inset
2783
2784  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2785 \end_layout
2786
2787 \begin_layout Labeling
2788 \labelwidthstring 00.00.0000
2789 \begin_inset Info
2790 type  "icon"
2791 arg   "tabular-feature multirow"
2792 \end_inset
2793
2794  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2795 \end_layout
2796
2797 \begin_layout Standard
2798 \begin_inset Note Greyedout
2799 status open
2800
2801 \begin_layout Plain Layout
2802
2803 \series bold
2804 Bemerkung:
2805 \series default
2806  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2807  Reihe für alle Zelle der Reihe verwendet.
2808 \end_layout
2809
2810 \end_inset
2811
2812
2813 \end_layout
2814
2815 \begin_layout Section
2816 Bearbeiten-Menü
2817 \begin_inset Index idx
2818 range none
2819 pageformat default
2820 status collapsed
2821
2822 \begin_layout Plain Layout
2823 Tabellen
2824 \begin_inset IndexMacro subentry
2825 status open
2826
2827 \begin_layout Plain Layout
2828 Bearbeiten-Menü
2829 \end_layout
2830
2831 \end_inset
2832
2833
2834 \end_layout
2835
2836 \end_inset
2837
2838
2839 \end_layout
2840
2841 \begin_layout Standard
2842 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2843  Wenn der Cursor in einer Tabelle steht, sind im 
2844 \family sans
2845 Bearbeiten
2846 \family default
2847 -Menü folgende Punkte aktiviert: 
2848 \family sans
2849 Tabelle
2850 \family default
2851
2852 \family sans
2853 Zeilen
2854 \begin_inset space ~
2855 \end_inset
2856
2857 &
2858 \begin_inset space ~
2859 \end_inset
2860
2861 Spalten
2862 \family default
2863  und 
2864 \family sans
2865 Tabellen-Einstellungen
2866 \family default
2867 .
2868  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2869 ngsmöglichkeiten zu erreichen.
2870 \end_layout
2871
2872 \begin_layout Section
2873 Gleitende Tabellen
2874 \begin_inset CommandInset label
2875 LatexCommand label
2876 name "abs:Gleitende-Tabellen"
2877
2878 \end_inset
2879
2880
2881 \begin_inset Index idx
2882 range none
2883 pageformat default
2884 status collapsed
2885
2886 \begin_layout Plain Layout
2887 Gleitobjekte
2888 \begin_inset IndexMacro subentry
2889 status open
2890
2891 \begin_layout Plain Layout
2892 Tabellen
2893 \end_layout
2894
2895 \end_inset
2896
2897
2898 \end_layout
2899
2900 \end_inset
2901
2902
2903 \begin_inset Index idx
2904 range none
2905 pageformat default
2906 status collapsed
2907
2908 \begin_layout Plain Layout
2909 Tabellen
2910 \begin_inset IndexMacro subentry
2911 status open
2912
2913 \begin_layout Plain Layout
2914 gleitende
2915 \end_layout
2916
2917 \end_inset
2918
2919
2920 \end_layout
2921
2922 \end_inset
2923
2924
2925 \end_layout
2926
2927 \begin_layout Standard
2928 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2929 \begin_inset space ~
2930 \end_inset
2931
2932
2933 \begin_inset CommandInset ref
2934 LatexCommand ref
2935 reference "abs:Gleitobjekte-Einleitung"
2936
2937 \end_inset
2938
2939 .
2940 \end_layout
2941
2942 \begin_layout Standard
2943 \begin_inset Float table
2944 placement h
2945 alignment document
2946 wide false
2947 sideways false
2948 status open
2949
2950 \begin_layout Plain Layout
2951 \begin_inset Caption Standard
2952
2953 \begin_layout Plain Layout
2954 \begin_inset CommandInset label
2955 LatexCommand label
2956 name "tab:Eine-gleitende-Tabelle"
2957
2958 \end_inset
2959
2960 Eine gleitende Tabelle
2961 \end_layout
2962
2963 \end_inset
2964
2965
2966 \end_layout
2967
2968 \begin_layout Plain Layout
2969 \align center
2970 \begin_inset Tabular
2971 <lyxtabular version="3" rows="3" columns="3">
2972 <features tabularvalignment="middle">
2973 <column alignment="center" valignment="top" width="0pt">
2974 <column alignment="center" valignment="top" width="0pt">
2975 <column alignment="center" valignment="top" width="0pt">
2976 <row>
2977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2978 \begin_inset Text
2979
2980 \begin_layout Plain Layout
2981
2982 \family roman
2983 \series medium
2984 \shape up
2985 \size normal
2986 \emph off
2987 \bar no
2988 \noun off
2989 \color none
2990 1
2991 \end_layout
2992
2993 \end_inset
2994 </cell>
2995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2996 \begin_inset Text
2997
2998 \begin_layout Plain Layout
2999
3000 \family roman
3001 \series medium
3002 \shape up
3003 \size normal
3004 \emph off
3005 \bar no
3006 \noun off
3007 \color none
3008 2
3009 \end_layout
3010
3011 \end_inset
3012 </cell>
3013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3014 \begin_inset Text
3015
3016 \begin_layout Plain Layout
3017
3018 \family roman
3019 \series medium
3020 \shape up
3021 \size normal
3022 \emph off
3023 \bar no
3024 \noun off
3025 \color none
3026 3
3027 \end_layout
3028
3029 \end_inset
3030 </cell>
3031 </row>
3032 <row>
3033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3034 \begin_inset Text
3035
3036 \begin_layout Plain Layout
3037
3038 \family roman
3039 \series medium
3040 \shape up
3041 \size normal
3042 \emph off
3043 \bar no
3044 \noun off
3045 \color none
3046 Martin
3047 \end_layout
3048
3049 \end_inset
3050 </cell>
3051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3052 \begin_inset Text
3053
3054 \begin_layout Plain Layout
3055
3056 \family roman
3057 \series medium
3058 \shape up
3059 \size normal
3060 \emph off
3061 \bar no
3062 \noun off
3063 \color none
3064 Lena
3065 \end_layout
3066
3067 \end_inset
3068 </cell>
3069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3070 \begin_inset Text
3071
3072 \begin_layout Plain Layout
3073
3074 \family roman
3075 \series medium
3076 \shape up
3077 \size normal
3078 \emph off
3079 \bar no
3080 \noun off
3081 \color none
3082 Alina
3083 \end_layout
3084
3085 \end_inset
3086 </cell>
3087 </row>
3088 <row>
3089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3090 \begin_inset Text
3091
3092 \begin_layout Plain Layout
3093
3094 \family roman
3095 \series medium
3096 \shape up
3097 \size normal
3098 \emph off
3099 \bar no
3100 \noun off
3101 \color none
3102 \begin_inset Formula $\int x^{2}dx$
3103 \end_inset
3104
3105
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114
3115 \family roman
3116 \series medium
3117 \shape up
3118 \size normal
3119 \emph off
3120 \bar no
3121 \noun off
3122 \color none
3123 \begin_inset Formula $\left[\begin{array}{cc}
3124 a & b\\
3125 c & d
3126 \end{array}\right]$
3127 \end_inset
3128
3129
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3135 \begin_inset Text
3136
3137 \begin_layout Plain Layout
3138
3139 \family roman
3140 \series medium
3141 \shape up
3142 \size normal
3143 \emph off
3144 \bar no
3145 \noun off
3146 \color none
3147 \begin_inset Formula $1+1=2$
3148 \end_inset
3149
3150
3151 \end_layout
3152
3153 \end_inset
3154 </cell>
3155 </row>
3156 </lyxtabular>
3157
3158 \end_inset
3159
3160
3161 \end_layout
3162
3163 \end_inset
3164
3165
3166 \end_layout
3167
3168 \begin_layout Standard
3169 Gleitende Tabellen können über 
3170 \family sans
3171 Einfügen\SpecialChar menuseparator
3172 Gleitobjekt\SpecialChar menuseparator
3173 Tabelle
3174 \family default
3175  oder einen Klick auf den Werkzeugleistenknopf 
3176 \begin_inset Info
3177 type  "icon"
3178 arg   "float-insert table"
3179 \end_inset
3180
3181  erzeugt werden.
3182  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
3183  In das rot umrahmte Feld rechts von 
3184 \emph on
3185 Tabelle
3186 \begin_inset space ~
3187 \end_inset
3188
3189 Nr:
3190 \emph default
3191  schreiben Sie die Tabellenbeschriftung.
3192  Nach einem Klick oberhalb oder unterhalb von 
3193 \emph on
3194 Tabelle
3195 \begin_inset space ~
3196 \end_inset
3197
3198 Nr:
3199 \emph default
3200  können Sie dann eine Tabelle einfügen.
3201 \end_layout
3202
3203 \begin_layout Standard
3204 Tabelle
3205 \begin_inset space ~
3206 \end_inset
3207
3208
3209 \begin_inset CommandInset ref
3210 LatexCommand ref
3211 reference "tab:Eine-gleitende-Tabelle"
3212
3213 \end_inset
3214
3215  ist ein Beispiel für eine gleitende Tabelle.
3216 \end_layout
3217
3218 \begin_layout Standard
3219 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
3220 herweise wird das von \SpecialChar LaTeX
3221  Standard-Klassen nicht unterstützt.
3222  Das bedeutet, dass bei den Klassen 
3223 \family sans
3224 article
3225 \family default
3226
3227 \family sans
3228 book
3229 \family default
3230
3231 \family sans
3232 letter
3233 \family default
3234 , und 
3235 \family sans
3236 report
3237 \family default
3238  kein Abstand zwischen dem Titel und der Tabelle sein wird.
3239  Um den einzufügen, können Sie zum Ladebefehl des \SpecialChar LaTeX
3240 -Paketes 
3241 \series bold
3242 caption
3243 \series default
3244
3245 \begin_inset Index idx
3246 range none
3247 pageformat default
3248 status collapsed
3249
3250 \begin_layout Plain Layout
3251 \SpecialChar LaTeX
3252 -Pakete
3253 \begin_inset IndexMacro subentry
3254 status open
3255
3256 \begin_layout Plain Layout
3257 caption
3258 \end_layout
3259
3260 \end_inset
3261
3262
3263 \end_layout
3264
3265 \end_inset
3266
3267  im \SpecialChar LaTeX
3268 -Vorspann Ihres Dokuments folgende Option einfügen:
3269 \begin_inset Foot
3270 status collapsed
3271
3272 \begin_layout Plain Layout
3273 Näheres finden Sie im Abschnitt
3274 \begin_inset space ~
3275 \end_inset
3276
3277
3278 \begin_inset CommandInset ref
3279 LatexCommand ref
3280 reference "abs:Titel-Platzierung"
3281
3282 \end_inset
3283
3284 .
3285 \end_layout
3286
3287 \end_inset
3288
3289
3290 \end_layout
3291
3292 \begin_layout Standard
3293
3294 \series bold
3295 tableposition=top
3296 \end_layout
3297
3298 \begin_layout Standard
3299 Das Paket 
3300 \series bold
3301 caption
3302 \series default
3303 , das in Abschnitt
3304 \begin_inset space ~
3305 \end_inset
3306
3307
3308 \begin_inset CommandInset ref
3309 LatexCommand ref
3310 reference "abs:Titel-Formatierung"
3311
3312 \end_inset
3313
3314  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3315 \end_layout
3316
3317 \begin_layout Standard
3318 \begin_inset Index idx
3319 range none
3320 pageformat default
3321 status collapsed
3322
3323 \begin_layout Plain Layout
3324 Querverweise
3325 \begin_inset IndexMacro subentry
3326 status open
3327
3328 \begin_layout Plain Layout
3329 auf Tabellen
3330 \end_layout
3331
3332 \end_inset
3333
3334
3335 \end_layout
3336
3337 \end_inset
3338
3339 Auf Tabellen kann über ihre Marke verwiesen werden.
3340  Dafür fügen Sie in der Beschriftung mit 
3341 \family sans
3342 Einfügen\SpecialChar menuseparator
3343 Marke
3344 \family default
3345  oder durch Klicken auf 
3346 \begin_inset Info
3347 type  "icon"
3348 arg   "label-insert"
3349 \end_inset
3350
3351  eine Marke ein.
3352  Auf diese können Sie dann wie gewohnt mit 
3353 \family sans
3354 Einfügen\SpecialChar menuseparator
3355 Querverweis
3356 \family default
3357  oder durch Klicken auf 
3358 \begin_inset Info
3359 type  "icon"
3360 arg   "dialog-show-new-inset ref"
3361 \end_inset
3362
3363  verweisen.
3364  Verweise werden detailliert in Abschnitt
3365 \begin_inset space ~
3366 \end_inset
3367
3368
3369 \begin_inset CommandInset ref
3370 LatexCommand ref
3371 reference "abs:Auf-Gleitobjekte-verweisen"
3372
3373 \end_inset
3374
3375  beschrieben.
3376 \end_layout
3377
3378 \begin_layout Section
3379 Mehrseitige Tabellen
3380 \begin_inset CommandInset label
3381 LatexCommand label
3382 name "abs:Mehrseitige-Tabellen"
3383
3384 \end_inset
3385
3386
3387 \begin_inset Index idx
3388 range none
3389 pageformat default
3390 status collapsed
3391
3392 \begin_layout Plain Layout
3393 Tabellen
3394 \begin_inset IndexMacro subentry
3395 status open
3396
3397 \begin_layout Plain Layout
3398 mehrseitige
3399 \end_layout
3400
3401 \end_inset
3402
3403
3404 \end_layout
3405
3406 \end_inset
3407
3408
3409 \end_layout
3410
3411 \begin_layout Standard
3412 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie in
3413  den Tabellen-Einstellungen auf der Karteikarte  
3414 \family sans
3415 Mehrseitige
3416 \begin_inset space ~
3417 \end_inset
3418
3419 Tabelle
3420 \family default
3421  die Option 
3422 \family sans
3423 Mehrseitige
3424 \begin_inset space ~
3425 \end_inset
3426
3427 Tabelle
3428 \begin_inset space ~
3429 \end_inset
3430
3431 verwenden
3432 \family default
3433  auswählen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3434  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3435 \end_layout
3436
3437 \begin_layout Description
3438 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3439  festgelegt; mit Ausnahme der ersten, wenn 
3440 \family sans
3441 Erste
3442 \begin_inset space ~
3443 \end_inset
3444
3445 Kopfzeile
3446 \family default
3447  aktiviert ist.
3448 \end_layout
3449
3450 \begin_layout Description
3451 Erste
3452 \begin_inset space ~
3453 \end_inset
3454
3455 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3456  Seite einer mehrseitigen Tabelle definiert.
3457 \end_layout
3458
3459 \begin_layout Description
3460 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3461  mit Ausnahme der letzten, wenn 
3462 \family sans
3463 Letzte
3464 \begin_inset space ~
3465 \end_inset
3466
3467 Fußzeile
3468 \family default
3469  aktiviert ist.
3470 \end_layout
3471
3472 \begin_layout Description
3473 Letzte
3474 \begin_inset space ~
3475 \end_inset
3476
3477 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3478  einer mehrseitigen Tabelle definiert.
3479 \end_layout
3480
3481 \begin_layout Description
3482 Legende: Die aktuelle Zeile enthält die Legende.
3483  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3484  Mehr über Beschriftungen mehrseitiger Tabellen ist in Abschnitt
3485 \begin_inset space ~
3486 \end_inset
3487
3488
3489 \begin_inset CommandInset ref
3490 LatexCommand ref
3491 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
3492
3493 \end_inset
3494
3495  erklärt.
3496 \end_layout
3497
3498 \begin_layout Standard
3499 Hier ist ein Beispiel einer mehrseitigen Tabelle:
3500 \end_layout
3501
3502 \begin_layout Standard
3503 \align center
3504 \begin_inset Tabular
3505 <lyxtabular version="3" rows="69" columns="3">
3506 <features islongtable="true" longtabularalignment="center">
3507 <column alignment="left" valignment="top" width="0cm">
3508 <column alignment="left" valignment="top" width="0pt">
3509 <column alignment="right" valignment="top" width="0pt">
3510 <row endfirsthead="true">
3511 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515
3516 \series bold
3517 Telefonliste (ignoriere die Namen)
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 </row>
3541 <row endfirsthead="true">
3542 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546
3547 \series bold
3548 NAME
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566
3567 \series bold
3568 TEL.
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 </row>
3574 <row endhead="true">
3575 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579
3580 \series bold
3581 Telefonliste
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 </row>
3605 <row endhead="true">
3606 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610
3611 \series bold
3612 NAME
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630
3631 \series bold
3632 TEL.
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 </row>
3638 <row endfoot="true">
3639 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643
3644 \series bold
3645 wird fortgesetzt
3646 \series default
3647  \SpecialChar ldots
3648
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3654 \begin_inset Text
3655
3656 \begin_layout Plain Layout
3657
3658 \end_layout
3659
3660 \end_inset
3661 </cell>
3662 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3663 \begin_inset Text
3664
3665 \begin_layout Plain Layout
3666
3667 \end_layout
3668
3669 \end_inset
3670 </cell>
3671 </row>
3672 <row>
3673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677
3678 \series bold
3679 Annovi
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 <cell alignment="center" valignment="top" usebox="none">
3685 \begin_inset Text
3686
3687 \begin_layout Plain Layout
3688 Silvia
3689 \end_layout
3690
3691 \end_inset
3692 </cell>
3693 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3694 \begin_inset Text
3695
3696 \begin_layout Plain Layout
3697 111
3698 \end_layout
3699
3700 \end_inset
3701 </cell>
3702 </row>
3703 <row>
3704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708
3709 \series bold
3710 Bertoli
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 <cell alignment="center" valignment="top" usebox="none">
3716 \begin_inset Text
3717
3718 \begin_layout Plain Layout
3719 Stefano
3720 \end_layout
3721
3722 \end_inset
3723 </cell>
3724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Plain Layout
3728 111
3729 \end_layout
3730
3731 \end_inset
3732 </cell>
3733 </row>
3734 <row>
3735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739
3740 \series bold
3741 Bozzi
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 <cell alignment="center" valignment="top" usebox="none">
3747 \begin_inset Text
3748
3749 \begin_layout Plain Layout
3750 Walter
3751 \end_layout
3752
3753 \end_inset
3754 </cell>
3755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Plain Layout
3759 111
3760 \end_layout
3761
3762 \end_inset
3763 </cell>
3764 </row>
3765 <row>
3766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Plain Layout
3770
3771 \series bold
3772 Cachia
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 <cell alignment="center" valignment="top" usebox="none">
3778 \begin_inset Text
3779
3780 \begin_layout Plain Layout
3781 Maria
3782 \end_layout
3783
3784 \end_inset
3785 </cell>
3786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3787 \begin_inset Text
3788
3789 \begin_layout Plain Layout
3790 111
3791 \end_layout
3792
3793 \end_inset
3794 </cell>
3795 </row>
3796 <row>
3797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801
3802 \series bold
3803 Cachia
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 <cell alignment="center" valignment="top" usebox="none">
3809 \begin_inset Text
3810
3811 \begin_layout Plain Layout
3812 Maurizio
3813 \end_layout
3814
3815 \end_inset
3816 </cell>
3817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3818 \begin_inset Text
3819
3820 \begin_layout Plain Layout
3821 111
3822 \end_layout
3823
3824 \end_inset
3825 </cell>
3826 </row>
3827 <row>
3828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832
3833 \series bold
3834 Cinquemani
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 <cell alignment="center" valignment="top" usebox="none">
3840 \begin_inset Text
3841
3842 \begin_layout Plain Layout
3843 Giusi
3844 \end_layout
3845
3846 \end_inset
3847 </cell>
3848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3849 \begin_inset Text
3850
3851 \begin_layout Plain Layout
3852 111
3853 \end_layout
3854
3855 \end_inset
3856 </cell>
3857 </row>
3858 <row>
3859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863
3864 \series bold
3865 Colin
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 <cell alignment="center" valignment="top" usebox="none">
3871 \begin_inset Text
3872
3873 \begin_layout Plain Layout
3874 Bernard
3875 \end_layout
3876
3877 \end_inset
3878 </cell>
3879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883 111
3884 \end_layout
3885
3886 \end_inset
3887 </cell>
3888 </row>
3889 <row>
3890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894
3895 \series bold
3896 Concli
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 <cell alignment="center" valignment="top" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Plain Layout
3905 Gianfranco
3906 \end_layout
3907
3908 \end_inset
3909 </cell>
3910 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Plain Layout
3914 111
3915 \end_layout
3916
3917 \end_inset
3918 </cell>
3919 </row>
3920 <row>
3921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925
3926 \series bold
3927 Dal Bosco
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 <cell alignment="center" valignment="top" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Plain Layout
3936 Carolina
3937 \end_layout
3938
3939 \end_inset
3940 </cell>
3941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3942 \begin_inset Text
3943
3944 \begin_layout Plain Layout
3945 111
3946 \end_layout
3947
3948 \end_inset
3949 </cell>
3950 </row>
3951 <row>
3952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956
3957 \series bold
3958 Dalpiaz
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 <cell alignment="center" valignment="top" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967 Annamaria
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976 111
3977 \end_layout
3978
3979 \end_inset
3980 </cell>
3981 </row>
3982 <row>
3983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987
3988 \series bold
3989 Feliciello
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 <cell alignment="center" valignment="top" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998 Domenico
3999 \end_layout
4000
4001 \end_inset
4002 </cell>
4003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007 111
4008 \end_layout
4009
4010 \end_inset
4011 </cell>
4012 </row>
4013 <row>
4014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018
4019 \series bold
4020 Focarelli
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 <cell alignment="center" valignment="top" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Plain Layout
4029 Paola
4030 \end_layout
4031
4032 \end_inset
4033 </cell>
4034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038 111
4039 \end_layout
4040
4041 \end_inset
4042 </cell>
4043 </row>
4044 <row>
4045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049
4050 \series bold
4051 Galletti
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 <cell alignment="center" valignment="top" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060 Oreste
4061 \end_layout
4062
4063 \end_inset
4064 </cell>
4065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4066 \begin_inset Text
4067
4068 \begin_layout Plain Layout
4069 111
4070 \end_layout
4071
4072 \end_inset
4073 </cell>
4074 </row>
4075 <row>
4076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080
4081 \series bold
4082 Gasparini
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 <cell alignment="center" valignment="top" usebox="none">
4088 \begin_inset Text
4089
4090 \begin_layout Plain Layout
4091 Franca
4092 \end_layout
4093
4094 \end_inset
4095 </cell>
4096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100 111
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 </row>
4106 <row>
4107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111
4112 \series bold
4113 Rizzardi
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 <cell alignment="center" valignment="top" usebox="none">
4119 \begin_inset Text
4120
4121 \begin_layout Plain Layout
4122 Paola
4123 \end_layout
4124
4125 \end_inset
4126 </cell>
4127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4128 \begin_inset Text
4129
4130 \begin_layout Plain Layout
4131 111
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 </row>
4137 <row>
4138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142
4143 \series bold
4144 Lassini
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 <cell alignment="center" valignment="top" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153 Giancarlo
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Plain Layout
4162 111
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 </row>
4168 <row>
4169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173
4174 \series bold
4175 Malfatti
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 <cell alignment="center" valignment="top" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184 Luciano
4185 \end_layout
4186
4187 \end_inset
4188 </cell>
4189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193 111
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 </row>
4199 <row>
4200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204
4205 \series bold
4206 Malfatti
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 <cell alignment="center" valignment="top" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215 Valeriano
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Plain Layout
4224 111
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 </row>
4230 <row>
4231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235
4236 \series bold
4237 Meneguzzo
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 <cell alignment="center" valignment="top" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246 Roberto
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255 111
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 </row>
4261 <row>
4262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266
4267 \series bold
4268 Mezzadra
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 <cell alignment="center" valignment="top" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277 Roberto
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Plain Layout
4286 111
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 </row>
4292 <row>
4293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297
4298 \series bold
4299 Pirpamer
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 <cell alignment="center" valignment="top" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308 Erich
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317 111
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 </row>
4323 <row>
4324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328
4329 \series bold
4330 Pochiesa
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 <cell alignment="center" valignment="top" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339 Paolo
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348 111, 222
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 </row>
4354 <row>
4355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359
4360 \series bold
4361 Radina
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 <cell alignment="center" valignment="top" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370 Claudio
4371 \end_layout
4372
4373 \end_inset
4374 </cell>
4375 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379 111
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 </row>
4385 <row>
4386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390
4391 \series bold
4392 Stuffer
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 <cell alignment="center" valignment="top" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401 Oskar
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410 111
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 </row>
4416 <row>
4417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421
4422 \series bold
4423 Tacchelli
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 <cell alignment="center" valignment="top" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432 Ugo
4433 \end_layout
4434
4435 \end_inset
4436 </cell>
4437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441 111
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 </row>
4447 <row>
4448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452
4453 \series bold
4454 Tezzele
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 <cell alignment="center" valignment="top" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463 Margit
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472 111
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 </row>
4478 <row>
4479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483
4484 \series bold
4485 Unterkalmsteiner
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 <cell alignment="center" valignment="top" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494 Frieda
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503 111
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 </row>
4509 <row>
4510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514
4515 \series bold
4516 Vieider
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 <cell alignment="center" valignment="top" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525 Hilde
4526 \end_layout
4527
4528 \end_inset
4529 </cell>
4530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534 111
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 </row>
4540 <row>
4541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545
4546 \series bold
4547 Vigna
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 <cell alignment="center" valignment="top" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556 Jürgen
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565 111
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 </row>
4571 <row>
4572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576
4577 \series bold
4578 Weber
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 <cell alignment="center" valignment="top" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587 Maurizio
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Plain Layout
4596 111
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 </row>
4602 <row>
4603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607
4608 \series bold
4609 Winkler
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618 Franz
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Plain Layout
4627 111
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 </row>
4633 <row>
4634 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638  
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4644 \begin_inset Text
4645
4646 \begin_layout Plain Layout
4647
4648 \end_layout
4649
4650 \end_inset
4651 </cell>
4652 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656
4657 \end_layout
4658
4659 \end_inset
4660 </cell>
4661 </row>
4662 <row>
4663 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667
4668 \series bold
4669 Annovi
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 <cell alignment="center" valignment="top" usebox="none">
4675 \begin_inset Text
4676
4677 \begin_layout Plain Layout
4678 Silvia
4679 \end_layout
4680
4681 \end_inset
4682 </cell>
4683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4684 \begin_inset Text
4685
4686 \begin_layout Plain Layout
4687 555
4688 \end_layout
4689
4690 \end_inset
4691 </cell>
4692 </row>
4693 <row>
4694 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698
4699 \series bold
4700 Bertoli
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 <cell alignment="center" valignment="top" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Plain Layout
4709 Stefano
4710 \end_layout
4711
4712 \end_inset
4713 </cell>
4714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718 555
4719 \end_layout
4720
4721 \end_inset
4722 </cell>
4723 </row>
4724 <row>
4725 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729
4730 \series bold
4731 Bozzi
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 <cell alignment="center" valignment="top" usebox="none">
4737 \begin_inset Text
4738
4739 \begin_layout Plain Layout
4740 Walter
4741 \end_layout
4742
4743 \end_inset
4744 </cell>
4745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Plain Layout
4749 555
4750 \end_layout
4751
4752 \end_inset
4753 </cell>
4754 </row>
4755 <row>
4756 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760
4761 \series bold
4762 Cachia
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 <cell alignment="center" valignment="top" usebox="none">
4768 \begin_inset Text
4769
4770 \begin_layout Plain Layout
4771 Maria
4772 \end_layout
4773
4774 \end_inset
4775 </cell>
4776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Plain Layout
4780 555
4781 \end_layout
4782
4783 \end_inset
4784 </cell>
4785 </row>
4786 <row>
4787 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Plain Layout
4791
4792 \series bold
4793 Cachia
4794 \end_layout
4795
4796 \end_inset
4797 </cell>
4798 <cell alignment="center" valignment="top" usebox="none">
4799 \begin_inset Text
4800
4801 \begin_layout Plain Layout
4802 Maurizio
4803 \end_layout
4804
4805 \end_inset
4806 </cell>
4807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811 555
4812 \end_layout
4813
4814 \end_inset
4815 </cell>
4816 </row>
4817 <row>
4818 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822
4823 \series bold
4824 Cinquemani
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 <cell alignment="center" valignment="top" usebox="none">
4830 \begin_inset Text
4831
4832 \begin_layout Plain Layout
4833 Giusi
4834 \end_layout
4835
4836 \end_inset
4837 </cell>
4838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4839 \begin_inset Text
4840
4841 \begin_layout Plain Layout
4842 555
4843 \end_layout
4844
4845 \end_inset
4846 </cell>
4847 </row>
4848 <row>
4849 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853
4854 \series bold
4855 Colin
4856 \end_layout
4857
4858 \end_inset
4859 </cell>
4860 <cell alignment="center" valignment="top" usebox="none">
4861 \begin_inset Text
4862
4863 \begin_layout Plain Layout
4864 Bernard
4865 \end_layout
4866
4867 \end_inset
4868 </cell>
4869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4870 \begin_inset Text
4871
4872 \begin_layout Plain Layout
4873 555
4874 \end_layout
4875
4876 \end_inset
4877 </cell>
4878 </row>
4879 <row>
4880 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884
4885 \series bold
4886 Concli
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 <cell alignment="center" valignment="top" usebox="none">
4892 \begin_inset Text
4893
4894 \begin_layout Plain Layout
4895 Gianfranco
4896 \end_layout
4897
4898 \end_inset
4899 </cell>
4900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4901 \begin_inset Text
4902
4903 \begin_layout Plain Layout
4904 555
4905 \end_layout
4906
4907 \end_inset
4908 </cell>
4909 </row>
4910 <row>
4911 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4912 \begin_inset Text
4913
4914 \begin_layout Plain Layout
4915
4916 \series bold
4917 Dal Bosco
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 <cell alignment="center" valignment="top" usebox="none">
4923 \begin_inset Text
4924
4925 \begin_layout Plain Layout
4926 Carolina
4927 \end_layout
4928
4929 \end_inset
4930 </cell>
4931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4932 \begin_inset Text
4933
4934 \begin_layout Plain Layout
4935 555
4936 \end_layout
4937
4938 \end_inset
4939 </cell>
4940 </row>
4941 <row>
4942 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Plain Layout
4946
4947 \series bold
4948 Dalpiaz
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 <cell alignment="center" valignment="top" usebox="none">
4954 \begin_inset Text
4955
4956 \begin_layout Plain Layout
4957 Annamaria
4958 \end_layout
4959
4960 \end_inset
4961 </cell>
4962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4963 \begin_inset Text
4964
4965 \begin_layout Plain Layout
4966 555
4967 \end_layout
4968
4969 \end_inset
4970 </cell>
4971 </row>
4972 <row>
4973 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Plain Layout
4977
4978 \series bold
4979 Feliciello
4980 \end_layout
4981
4982 \end_inset
4983 </cell>
4984 <cell alignment="center" valignment="top" usebox="none">
4985 \begin_inset Text
4986
4987 \begin_layout Plain Layout
4988 Domenico
4989 \end_layout
4990
4991 \end_inset
4992 </cell>
4993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4994 \begin_inset Text
4995
4996 \begin_layout Plain Layout
4997 555
4998 \end_layout
4999
5000 \end_inset
5001 </cell>
5002 </row>
5003 <row>
5004 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008
5009 \series bold
5010 Focarelli
5011 \end_layout
5012
5013 \end_inset
5014 </cell>
5015 <cell alignment="center" valignment="top" usebox="none">
5016 \begin_inset Text
5017
5018 \begin_layout Plain Layout
5019 Paola
5020 \end_layout
5021
5022 \end_inset
5023 </cell>
5024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Plain Layout
5028 555
5029 \end_layout
5030
5031 \end_inset
5032 </cell>
5033 </row>
5034 <row>
5035 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5036 \begin_inset Text
5037
5038 \begin_layout Plain Layout
5039
5040 \series bold
5041 Galletti
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 <cell alignment="center" valignment="top" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Plain Layout
5050 Oreste
5051 \end_layout
5052
5053 \end_inset
5054 </cell>
5055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5056 \begin_inset Text
5057
5058 \begin_layout Plain Layout
5059 555
5060 \end_layout
5061
5062 \end_inset
5063 </cell>
5064 </row>
5065 <row>
5066 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070
5071 \series bold
5072 Gasparini
5073 \end_layout
5074
5075 \end_inset
5076 </cell>
5077 <cell alignment="center" valignment="top" usebox="none">
5078 \begin_inset Text
5079
5080 \begin_layout Plain Layout
5081 Franca
5082 \end_layout
5083
5084 \end_inset
5085 </cell>
5086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5087 \begin_inset Text
5088
5089 \begin_layout Plain Layout
5090 555
5091 \end_layout
5092
5093 \end_inset
5094 </cell>
5095 </row>
5096 <row>
5097 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5098 \begin_inset Text
5099
5100 \begin_layout Plain Layout
5101
5102 \series bold
5103 Rizzardi
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 <cell alignment="center" valignment="top" usebox="none">
5109 \begin_inset Text
5110
5111 \begin_layout Plain Layout
5112 Paola
5113 \end_layout
5114
5115 \end_inset
5116 </cell>
5117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121 555
5122 \end_layout
5123
5124 \end_inset
5125 </cell>
5126 </row>
5127 <row>
5128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5129 \begin_inset Text
5130
5131 \begin_layout Plain Layout
5132
5133 \series bold
5134 Lassini
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 <cell alignment="center" valignment="top" usebox="none">
5140 \begin_inset Text
5141
5142 \begin_layout Plain Layout
5143 Giancarlo
5144 \end_layout
5145
5146 \end_inset
5147 </cell>
5148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5149 \begin_inset Text
5150
5151 \begin_layout Plain Layout
5152 555
5153 \end_layout
5154
5155 \end_inset
5156 </cell>
5157 </row>
5158 <row>
5159 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5160 \begin_inset Text
5161
5162 \begin_layout Plain Layout
5163
5164 \series bold
5165 Malfatti
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 <cell alignment="center" valignment="top" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174 Luciano
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Plain Layout
5183 555
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 </row>
5189 <row>
5190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194
5195 \series bold
5196 Malfatti
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 <cell alignment="center" valignment="top" usebox="none">
5202 \begin_inset Text
5203
5204 \begin_layout Plain Layout
5205 Valeriano
5206 \end_layout
5207
5208 \end_inset
5209 </cell>
5210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5211 \begin_inset Text
5212
5213 \begin_layout Plain Layout
5214 555
5215 \end_layout
5216
5217 \end_inset
5218 </cell>
5219 </row>
5220 <row>
5221 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5222 \begin_inset Text
5223
5224 \begin_layout Plain Layout
5225
5226 \series bold
5227 Meneguzzo
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 <cell alignment="center" valignment="top" usebox="none">
5233 \begin_inset Text
5234
5235 \begin_layout Plain Layout
5236 Roberto
5237 \end_layout
5238
5239 \end_inset
5240 </cell>
5241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5242 \begin_inset Text
5243
5244 \begin_layout Plain Layout
5245 555
5246 \end_layout
5247
5248 \end_inset
5249 </cell>
5250 </row>
5251 <row>
5252 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Plain Layout
5256
5257 \series bold
5258 Mezzadra
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 <cell alignment="center" valignment="top" usebox="none">
5264 \begin_inset Text
5265
5266 \begin_layout Plain Layout
5267 Roberto
5268 \end_layout
5269
5270 \end_inset
5271 </cell>
5272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5273 \begin_inset Text
5274
5275 \begin_layout Plain Layout
5276 555
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 </row>
5282 <row>
5283 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5284 \begin_inset Text
5285
5286 \begin_layout Plain Layout
5287
5288 \series bold
5289 Pirpamer
5290 \end_layout
5291
5292 \end_inset
5293 </cell>
5294 <cell alignment="center" valignment="top" usebox="none">
5295 \begin_inset Text
5296
5297 \begin_layout Plain Layout
5298 Erich
5299 \end_layout
5300
5301 \end_inset
5302 </cell>
5303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5304 \begin_inset Text
5305
5306 \begin_layout Plain Layout
5307 555
5308 \end_layout
5309
5310 \end_inset
5311 </cell>
5312 </row>
5313 <row>
5314 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Plain Layout
5318
5319 \series bold
5320 Pochiesa
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 <cell alignment="center" valignment="top" usebox="none">
5326 \begin_inset Text
5327
5328 \begin_layout Plain Layout
5329 Paolo
5330 \end_layout
5331
5332 \end_inset
5333 </cell>
5334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5335 \begin_inset Text
5336
5337 \begin_layout Plain Layout
5338 555, 222
5339 \end_layout
5340
5341 \end_inset
5342 </cell>
5343 </row>
5344 <row>
5345 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5346 \begin_inset Text
5347
5348 \begin_layout Plain Layout
5349
5350 \series bold
5351 Radina
5352 \end_layout
5353
5354 \end_inset
5355 </cell>
5356 <cell alignment="center" valignment="top" usebox="none">
5357 \begin_inset Text
5358
5359 \begin_layout Plain Layout
5360 Claudio
5361 \end_layout
5362
5363 \end_inset
5364 </cell>
5365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5366 \begin_inset Text
5367
5368 \begin_layout Plain Layout
5369 555
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 </row>
5375 <row>
5376 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Plain Layout
5380
5381 \series bold
5382 Stuffer
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 <cell alignment="center" valignment="top" usebox="none">
5388 \begin_inset Text
5389
5390 \begin_layout Plain Layout
5391 Oskar
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5397 \begin_inset Text
5398
5399 \begin_layout Plain Layout
5400 555
5401 \end_layout
5402
5403 \end_inset
5404 </cell>
5405 </row>
5406 <row>
5407 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411
5412 \series bold
5413 Tacchelli
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 <cell alignment="center" valignment="top" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Plain Layout
5422 Ugo
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431 555
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 </row>
5437 <row>
5438 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442
5443 \series bold
5444 Tezzele
5445 \end_layout
5446
5447 \end_inset
5448 </cell>
5449 <cell alignment="center" valignment="top" usebox="none">
5450 \begin_inset Text
5451
5452 \begin_layout Plain Layout
5453 Margit
5454 \end_layout
5455
5456 \end_inset
5457 </cell>
5458 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5459 \begin_inset Text
5460
5461 \begin_layout Plain Layout
5462 555
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 </row>
5468 <row>
5469 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473
5474 \series bold
5475 Unterkalmsteiner
5476 \end_layout
5477
5478 \end_inset
5479 </cell>
5480 <cell alignment="center" valignment="top" usebox="none">
5481 \begin_inset Text
5482
5483 \begin_layout Plain Layout
5484 Frieda
5485 \end_layout
5486
5487 \end_inset
5488 </cell>
5489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5490 \begin_inset Text
5491
5492 \begin_layout Plain Layout
5493 555
5494 \end_layout
5495
5496 \end_inset
5497 </cell>
5498 </row>
5499 <row>
5500 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Plain Layout
5504
5505 \series bold
5506 Vieider
5507 \end_layout
5508
5509 \end_inset
5510 </cell>
5511 <cell alignment="center" valignment="top" usebox="none">
5512 \begin_inset Text
5513
5514 \begin_layout Plain Layout
5515 Hilde
5516 \end_layout
5517
5518 \end_inset
5519 </cell>
5520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524 555
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
5529 </row>
5530 <row>
5531 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5532 \begin_inset Text
5533
5534 \begin_layout Plain Layout
5535
5536 \series bold
5537 Vigna
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 <cell alignment="center" valignment="top" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Plain Layout
5546 Jürgen
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Plain Layout
5555 999
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 </row>
5561 <row>
5562 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5563 \begin_inset Text
5564
5565 \begin_layout Plain Layout
5566
5567 \series bold
5568 Weber
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 <cell alignment="center" valignment="top" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Plain Layout
5577 Maurizio
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5583 \begin_inset Text
5584
5585 \begin_layout Plain Layout
5586 555
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 </row>
5592 <row>
5593 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Plain Layout
5597
5598 \series bold
5599 Winkler
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5605 \begin_inset Text
5606
5607 \begin_layout Plain Layout
5608 Franz
5609 \end_layout
5610
5611 \end_inset
5612 </cell>
5613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5614 \begin_inset Text
5615
5616 \begin_layout Plain Layout
5617 555
5618 \end_layout
5619
5620 \end_inset
5621 </cell>
5622 </row>
5623 <row endlastfoot="true">
5624 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5625 \begin_inset Text
5626
5627 \begin_layout Plain Layout
5628 Ende
5629 \end_layout
5630
5631 \end_inset
5632 </cell>
5633 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637
5638 \end_layout
5639
5640 \end_inset
5641 </cell>
5642 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5643 \begin_inset Text
5644
5645 \begin_layout Plain Layout
5646
5647 \end_layout
5648
5649 \end_inset
5650 </cell>
5651 </row>
5652 </lyxtabular>
5653
5654 \end_inset
5655
5656
5657 \begin_inset ERT
5658 status collapsed
5659
5660 \begin_layout Plain Layout
5661
5662
5663 \backslash
5664 addtocounter{table}{-1}
5665 \end_layout
5666
5667 \end_inset
5668
5669
5670 \begin_inset Note Note
5671 status collapsed
5672
5673 \begin_layout Plain Layout
5674 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5675 \begin_inset space ~
5676 \end_inset
5677
5678
5679 \begin_inset CommandInset ref
5680 LatexCommand ref
5681 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
5682
5683 \end_inset
5684
5685
5686 \end_layout
5687
5688 \end_inset
5689
5690
5691 \end_layout
5692
5693 \begin_layout Subsection
5694 Fußnoten in mehrseitigen Tabellen
5695 \begin_inset CommandInset label
5696 LatexCommand label
5697 name "uab:Fußnoten-in-mehrseitigen"
5698
5699 \end_inset
5700
5701
5702 \begin_inset Index idx
5703 range none
5704 pageformat default
5705 status collapsed
5706
5707 \begin_layout Plain Layout
5708 Tabellen
5709 \begin_inset IndexMacro subentry
5710 status open
5711
5712 \begin_layout Plain Layout
5713 mehrseitige
5714 \end_layout
5715
5716 \end_inset
5717
5718
5719 \begin_inset IndexMacro subentry
5720 status open
5721
5722 \begin_layout Plain Layout
5723 Fußnoten
5724 \end_layout
5725
5726 \end_inset
5727
5728
5729 \end_layout
5730
5731 \end_inset
5732
5733
5734 \end_layout
5735
5736 \begin_layout Standard
5737 Fußnoten kann man in jede Zelle einer mehrseitigen Tabelle einfügen.
5738  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5739  Tabelle
5740 \begin_inset space ~
5741 \end_inset
5742
5743
5744 \begin_inset CommandInset ref
5745 LatexCommand ref
5746 reference "tab:Telefonliste"
5747
5748 \end_inset
5749
5750  hat zum Beispiel eine Fußnote.
5751 \end_layout
5752
5753 \begin_layout Subsection
5754 Ausrichtung mehrseitiger Tabellen
5755 \begin_inset Index idx
5756 range none
5757 pageformat default
5758 status collapsed
5759
5760 \begin_layout Plain Layout
5761 Tabellen
5762 \begin_inset IndexMacro subentry
5763 status open
5764
5765 \begin_layout Plain Layout
5766 mehrseitige
5767 \end_layout
5768
5769 \end_inset
5770
5771
5772 \begin_inset IndexMacro subentry
5773 status open
5774
5775 \begin_layout Plain Layout
5776 Ausrichtung
5777 \end_layout
5778
5779 \end_inset
5780
5781
5782 \end_layout
5783
5784 \end_inset
5785
5786
5787 \end_layout
5788
5789 \begin_layout Standard
5790 Die horizontale Ausrichtung von mehrseitigen Tabellen kann in den Tabelleneinste
5791 llungen festgelegt werden.
5792  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5793  Seitenrand.
5794  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5795  ausgerichtet werden und die Werte der Längen 
5796 \series bold
5797
5798 \backslash
5799 LTleft 
5800 \series default
5801 und 
5802 \series bold
5803
5804 \backslash
5805 LTright
5806 \series default
5807  geändert werden, indem diese Zeile als \SpecialChar TeX
5808 -Code vor die mehrseitige Tabelle
5809  eingefügt wird:
5810 \end_layout
5811
5812 \begin_layout Standard
5813
5814 \series bold
5815
5816 \backslash
5817 setlength{
5818 \backslash
5819 LTleft}{Wert}
5820 \end_layout
5821
5822 \begin_layout Standard
5823 Der Wert kann eine der in Tabelle
5824 \begin_inset space ~
5825 \end_inset
5826
5827
5828 \begin_inset CommandInset ref
5829 LatexCommand ref
5830 reference "tab:Maßeinheiten"
5831
5832 \end_inset
5833
5834  aufgelisteten Einheiten haben.
5835  
5836 \series bold
5837
5838 \backslash
5839 LTleft
5840 \series default
5841  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5842  
5843 \series bold
5844
5845 \backslash
5846 LTright
5847 \series default
5848  den Abstand von rechts.
5849  Die Voreinstellung für beide Werte ist 
5850 \series bold
5851
5852 \backslash
5853 fill
5854 \series default
5855 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5856  in \SpecialChar LyX
5857  ist.
5858 \end_layout
5859
5860 \begin_layout Standard
5861 Die folgende mehrseitige Tabelle wurde zentriert und 
5862 \series bold
5863
5864 \backslash
5865 LTleft
5866 \series default
5867  auf den Wert 
5868 \family sans
5869 0.1
5870 \backslash
5871 columnwidth
5872 \family default
5873  gesetzt:
5874 \begin_inset ERT
5875 status collapsed
5876
5877 \begin_layout Plain Layout
5878
5879
5880 \backslash
5881 setlength{
5882 \backslash
5883 LTleft}{0.1
5884 \backslash
5885 columnwidth}
5886 \end_layout
5887
5888 \end_inset
5889
5890
5891 \end_layout
5892
5893 \begin_layout Standard
5894 \begin_inset Tabular
5895 <lyxtabular version="3" rows="5" columns="5">
5896 <features islongtable="true" longtabularalignment="center">
5897 <column alignment="center" valignment="top">
5898 <column alignment="center" valignment="top">
5899 <column alignment="center" valignment="top" width="0pt">
5900 <column alignment="center" valignment="top">
5901 <column alignment="center" valignment="top">
5902 <row>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 1
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916 2
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925 3
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934 4
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943 5
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 </row>
5949 <row>
5950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 asd
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 s
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 s
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 s
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 asd
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 </row>
5996 <row>
5997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 asd
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 s
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 s
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028 s
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6034 \begin_inset Text
6035
6036 \begin_layout Plain Layout
6037 asd
6038 \end_layout
6039
6040 \end_inset
6041 </cell>
6042 </row>
6043 <row>
6044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048 asd
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057 s
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 s
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075 s
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Plain Layout
6084 asd
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 </row>
6090 <row>
6091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095 asd
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 asd
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113 asd
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Plain Layout
6122 asd
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 asd
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 </row>
6137 </lyxtabular>
6138
6139 \end_inset
6140
6141
6142 \begin_inset ERT
6143 status collapsed
6144
6145 \begin_layout Plain Layout
6146
6147
6148 \backslash
6149 setlength{
6150 \backslash
6151 LTleft}{
6152 \backslash
6153 fill}
6154 \end_layout
6155
6156 \end_inset
6157
6158
6159 \begin_inset ERT
6160 status collapsed
6161
6162 \begin_layout Plain Layout
6163
6164
6165 \backslash
6166 addtocounter{table}{-1}
6167 \end_layout
6168
6169 \end_inset
6170
6171
6172 \begin_inset Note Note
6173 status collapsed
6174
6175 \begin_layout Plain Layout
6176 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
6177 \begin_inset space ~
6178 \end_inset
6179
6180
6181 \begin_inset CommandInset ref
6182 LatexCommand ref
6183 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
6184
6185 \end_inset
6186
6187
6188 \end_layout
6189
6190 \end_inset
6191
6192
6193 \end_layout
6194
6195 \begin_layout Subsection
6196 Beschriftungen mehrseitiger Tabellen
6197 \begin_inset CommandInset label
6198 LatexCommand label
6199 name "uab:Beschriftungen-mehrseitiger-Tabellen"
6200
6201 \end_inset
6202
6203
6204 \begin_inset Index idx
6205 range none
6206 pageformat default
6207 status collapsed
6208
6209 \begin_layout Plain Layout
6210 Mehrseitige Tabellen
6211 \end_layout
6212
6213 \end_inset
6214
6215
6216 \begin_inset Index idx
6217 range none
6218 pageformat default
6219 status collapsed
6220
6221 \begin_layout Plain Layout
6222 Tabellen
6223 \begin_inset IndexMacro subentry
6224 status open
6225
6226 \begin_layout Plain Layout
6227 mehrseitige
6228 \end_layout
6229
6230 \end_inset
6231
6232
6233 \begin_inset IndexMacro subentry
6234 status open
6235
6236 \begin_layout Plain Layout
6237 Titel
6238 \end_layout
6239
6240 \end_inset
6241
6242
6243 \end_layout
6244
6245 \end_inset
6246
6247
6248 \end_layout
6249
6250 \begin_layout Standard
6251 Eine mehrseitige Tabelle kann man nicht in ein Gleitobjekt packen, weil
6252  Gleitobjekte nur auf eine Seite gedruckt werden können.
6253  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
6254 \begin_inset space ~
6255 \end_inset
6256
6257
6258 \begin_inset CommandInset ref
6259 LatexCommand ref
6260 reference "abs:Mehrseitige-Tabellen"
6261
6262 \end_inset
6263
6264  erklärt.
6265  Nur eine Tabellenzeile kann eine Beschriftung enthalten, entweder eine
6266  Kopf- oder eine Fußzeile.
6267 \end_layout
6268
6269 \begin_layout Standard
6270 Hier ist eine kurze mehrseitige Tabelle, die zeigt, wie das funktioniert:
6271 \end_layout
6272
6273 \begin_layout Standard
6274 \begin_inset Tabular
6275 <lyxtabular version="3" rows="6" columns="5">
6276 <features islongtable="true" longtabularalignment="center">
6277 <column alignment="center" valignment="top">
6278 <column alignment="center" valignment="top">
6279 <column alignment="center" valignment="top">
6280 <column alignment="center" valignment="top">
6281 <column alignment="center" valignment="top">
6282 <row endfirsthead="true" caption="true">
6283 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6284 \begin_inset Text
6285
6286 \begin_layout Plain Layout
6287 \begin_inset Caption Standard
6288
6289 \begin_layout Plain Layout
6290 Eine mehrseitige Tabelle mit Titel
6291 \begin_inset Argument 1
6292 status open
6293
6294 \begin_layout Plain Layout
6295 MehrseitigeTabelle
6296 \end_layout
6297
6298 \end_inset
6299
6300
6301 \end_layout
6302
6303 \end_inset
6304
6305
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6311 \begin_inset Text
6312
6313 \begin_layout Plain Layout
6314
6315 \end_layout
6316
6317 \end_inset
6318 </cell>
6319 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6320 \begin_inset Text
6321
6322 \begin_layout Plain Layout
6323
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Plain Layout
6341
6342 \end_layout
6343
6344 \end_inset
6345 </cell>
6346 </row>
6347 <row>
6348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6349 \begin_inset Text
6350
6351 \begin_layout Plain Layout
6352 1
6353 \end_layout
6354
6355 \end_inset
6356 </cell>
6357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6358 \begin_inset Text
6359
6360 \begin_layout Plain Layout
6361 2
6362 \end_layout
6363
6364 \end_inset
6365 </cell>
6366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6367 \begin_inset Text
6368
6369 \begin_layout Plain Layout
6370 3
6371 \end_layout
6372
6373 \end_inset
6374 </cell>
6375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379 4
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388 5
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 </row>
6394 <row>
6395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Plain Layout
6399 asd
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6405 \begin_inset Text
6406
6407 \begin_layout Plain Layout
6408 s
6409 \end_layout
6410
6411 \end_inset
6412 </cell>
6413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6414 \begin_inset Text
6415
6416 \begin_layout Plain Layout
6417 s
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Plain Layout
6426 s
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Plain Layout
6435 asd
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 </row>
6441 <row>
6442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Plain Layout
6446 asd
6447 \end_layout
6448
6449 \end_inset
6450 </cell>
6451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6452 \begin_inset Text
6453
6454 \begin_layout Plain Layout
6455 s
6456 \end_layout
6457
6458 \end_inset
6459 </cell>
6460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6461 \begin_inset Text
6462
6463 \begin_layout Plain Layout
6464 s
6465 \end_layout
6466
6467 \end_inset
6468 </cell>
6469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6470 \begin_inset Text
6471
6472 \begin_layout Plain Layout
6473 s
6474 \end_layout
6475
6476 \end_inset
6477 </cell>
6478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6479 \begin_inset Text
6480
6481 \begin_layout Plain Layout
6482 asd
6483 \end_layout
6484
6485 \end_inset
6486 </cell>
6487 </row>
6488 <row>
6489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6490 \begin_inset Text
6491
6492 \begin_layout Plain Layout
6493 asd
6494 \end_layout
6495
6496 \end_inset
6497 </cell>
6498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6499 \begin_inset Text
6500
6501 \begin_layout Plain Layout
6502 s
6503 \end_layout
6504
6505 \end_inset
6506 </cell>
6507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6508 \begin_inset Text
6509
6510 \begin_layout Plain Layout
6511 s
6512 \end_layout
6513
6514 \end_inset
6515 </cell>
6516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6517 \begin_inset Text
6518
6519 \begin_layout Plain Layout
6520 s
6521 \end_layout
6522
6523 \end_inset
6524 </cell>
6525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6526 \begin_inset Text
6527
6528 \begin_layout Plain Layout
6529 asd
6530 \end_layout
6531
6532 \end_inset
6533 </cell>
6534 </row>
6535 <row>
6536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Plain Layout
6540 asd
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6546 \begin_inset Text
6547
6548 \begin_layout Plain Layout
6549 asd
6550 \end_layout
6551
6552 \end_inset
6553 </cell>
6554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6555 \begin_inset Text
6556
6557 \begin_layout Plain Layout
6558 asd
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6564 \begin_inset Text
6565
6566 \begin_layout Plain Layout
6567 asd
6568 \end_layout
6569
6570 \end_inset
6571 </cell>
6572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6573 \begin_inset Text
6574
6575 \begin_layout Plain Layout
6576 asd
6577 \end_layout
6578
6579 \end_inset
6580 </cell>
6581 </row>
6582 </lyxtabular>
6583
6584 \end_inset
6585
6586
6587 \end_layout
6588
6589 \begin_layout Standard
6590 \begin_inset VSpace medskip
6591 \end_inset
6592
6593
6594 \begin_inset Note Greyedout
6595 status open
6596
6597 \begin_layout Plain Layout
6598
6599 \series bold
6600 Bemerkung
6601 \begin_inset space ~
6602 \end_inset
6603
6604 1:
6605 \series default
6606  Die Tabellennummer wird für jede mehrseitige Tabelle erhöht, auch wenn
6607  Sie keinen Titel vergeben.
6608  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6609 \begin_inset space ~
6610 \end_inset
6611
6612 2.4 auf Tabelle
6613 \begin_inset space ~
6614 \end_inset
6615
6616 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei mehrseitige Tabellen
6617  ohne Beschriftung sind.
6618  Um das zu vermeiden, können Sie hinter jede mehrseitige Tabelle ohne Titel
6619  folgenden \SpecialChar LaTeX
6620 -Befehl als \SpecialChar TeX
6621 -Code einfügen:
6622 \end_layout
6623
6624 \begin_layout Plain Layout
6625
6626 \series bold
6627
6628 \backslash
6629 addtocounter{table}{-1}
6630 \end_layout
6631
6632 \begin_layout Plain Layout
6633 Das ist nicht notwendig, wenn keine der mehrseitigen Tabellen im Dokument
6634  eine Beschriftung hat und Sie diesen Code zum \SpecialChar LaTeX
6635 -Vorspann hinzufügen:
6636 \end_layout
6637
6638 \begin_layout Plain Layout
6639
6640 \series bold
6641
6642 \backslash
6643 let
6644 \backslash
6645 myEnd
6646 \backslash
6647 endlongtable
6648 \begin_inset Newline newline
6649 \end_inset
6650
6651
6652 \backslash
6653 renewcommand{
6654 \backslash
6655 endlongtable}{
6656 \backslash
6657 myEnd
6658 \backslash
6659 addtocounter{table}{-1}}
6660 \end_layout
6661
6662 \end_inset
6663
6664
6665 \end_layout
6666
6667 \begin_layout Standard
6668 \begin_inset Note Greyedout
6669 status open
6670
6671 \begin_layout Plain Layout
6672
6673 \series bold
6674 Bemerkung
6675 \begin_inset space ~
6676 \end_inset
6677
6678 2:
6679 \series default
6680  Wenn Sie 
6681 \series bold
6682 hyperref
6683 \series default
6684
6685 \begin_inset Index idx
6686 range none
6687 pageformat default
6688 status collapsed
6689
6690 \begin_layout Plain Layout
6691 \SpecialChar LaTeX
6692 -Pakete
6693 \begin_inset IndexMacro subentry
6694 status open
6695
6696 \begin_layout Plain Layout
6697 hyperref
6698 \end_layout
6699
6700 \end_inset
6701
6702
6703 \end_layout
6704
6705 \end_inset
6706
6707  in den
6708 \family sans
6709  PDF-Eigenschaften
6710 \family default
6711  im 
6712 \family sans
6713 Dokument-Einstellungen
6714 \family default
6715  Dialog für Querverweise benutzen, wird der Verweis auf eine mehrseitige
6716  Tabelle immer auf den Anfang des Dokuments zeigen.
6717 \end_layout
6718
6719 \end_inset
6720
6721
6722 \end_layout
6723
6724 \begin_layout Subsubsection
6725 Querverweise auf mehrseitige
6726 \family sans
6727  Tabelle
6728 \family default
6729 n
6730 \begin_inset Index idx
6731 range none
6732 pageformat default
6733 status collapsed
6734
6735 \begin_layout Plain Layout
6736 Tabellen
6737 \begin_inset IndexMacro subentry
6738 status open
6739
6740 \begin_layout Plain Layout
6741 mehrseitige
6742 \end_layout
6743
6744 \end_inset
6745
6746
6747 \begin_inset IndexMacro subentry
6748 status open
6749
6750 \begin_layout Plain Layout
6751 Querverweis
6752 \end_layout
6753
6754 \end_inset
6755
6756
6757 \end_layout
6758
6759 \end_inset
6760
6761
6762 \end_layout
6763
6764 \begin_layout Standard
6765 \begin_inset Tabular
6766 <lyxtabular version="3" rows="6" columns="5">
6767 <features islongtable="true" longtabularalignment="center">
6768 <column alignment="center" valignment="top">
6769 <column alignment="center" valignment="top">
6770 <column alignment="center" valignment="top">
6771 <column alignment="center" valignment="top">
6772 <column alignment="center" valignment="top">
6773 <row endfirsthead="true" caption="true">
6774 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6775 \begin_inset Text
6776
6777 \begin_layout Plain Layout
6778 \begin_inset Caption Standard
6779
6780 \begin_layout Plain Layout
6781 Mehrseitige Tabelle mit Marke
6782 \begin_inset CommandInset label
6783 LatexCommand label
6784 name "tab:Mehrseitige-Tabelle-mit-Marke"
6785
6786 \end_inset
6787
6788
6789 \end_layout
6790
6791 \end_inset
6792
6793
6794 \end_layout
6795
6796 \end_inset
6797 </cell>
6798 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6799 \begin_inset Text
6800
6801 \begin_layout Plain Layout
6802
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6808 \begin_inset Text
6809
6810 \begin_layout Plain Layout
6811
6812 \end_layout
6813
6814 \end_inset
6815 </cell>
6816 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Plain Layout
6820
6821 \end_layout
6822
6823 \end_inset
6824 </cell>
6825 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6826 \begin_inset Text
6827
6828 \begin_layout Plain Layout
6829
6830 \end_layout
6831
6832 \end_inset
6833 </cell>
6834 </row>
6835 <row>
6836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6837 \begin_inset Text
6838
6839 \begin_layout Plain Layout
6840 1
6841 \end_layout
6842
6843 \end_inset
6844 </cell>
6845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849 2
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Plain Layout
6858 3
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867 4
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6873 \begin_inset Text
6874
6875 \begin_layout Plain Layout
6876 5
6877 \end_layout
6878
6879 \end_inset
6880 </cell>
6881 </row>
6882 <row>
6883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6884 \begin_inset Text
6885
6886 \begin_layout Plain Layout
6887 asd
6888 \end_layout
6889
6890 \end_inset
6891 </cell>
6892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Plain Layout
6896 s
6897 \end_layout
6898
6899 \end_inset
6900 </cell>
6901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Plain Layout
6905 s
6906 \end_layout
6907
6908 \end_inset
6909 </cell>
6910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6911 \begin_inset Text
6912
6913 \begin_layout Plain Layout
6914 s
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6920 \begin_inset Text
6921
6922 \begin_layout Plain Layout
6923 asd
6924 \end_layout
6925
6926 \end_inset
6927 </cell>
6928 </row>
6929 <row>
6930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Plain Layout
6934 asd
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6940 \begin_inset Text
6941
6942 \begin_layout Plain Layout
6943 s
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Plain Layout
6952 s
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Plain Layout
6961 s
6962 \end_layout
6963
6964 \end_inset
6965 </cell>
6966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6967 \begin_inset Text
6968
6969 \begin_layout Plain Layout
6970 asd
6971 \end_layout
6972
6973 \end_inset
6974 </cell>
6975 </row>
6976 <row>
6977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6978 \begin_inset Text
6979
6980 \begin_layout Plain Layout
6981 asd
6982 \end_layout
6983
6984 \end_inset
6985 </cell>
6986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6987 \begin_inset Text
6988
6989 \begin_layout Plain Layout
6990 s
6991 \end_layout
6992
6993 \end_inset
6994 </cell>
6995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6996 \begin_inset Text
6997
6998 \begin_layout Plain Layout
6999 s
7000 \end_layout
7001
7002 \end_inset
7003 </cell>
7004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7005 \begin_inset Text
7006
7007 \begin_layout Plain Layout
7008 s
7009 \end_layout
7010
7011 \end_inset
7012 </cell>
7013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7014 \begin_inset Text
7015
7016 \begin_layout Plain Layout
7017 asd
7018 \end_layout
7019
7020 \end_inset
7021 </cell>
7022 </row>
7023 <row>
7024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Plain Layout
7028 asd
7029 \end_layout
7030
7031 \end_inset
7032 </cell>
7033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Plain Layout
7037 sad
7038 \end_layout
7039
7040 \end_inset
7041 </cell>
7042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7043 \begin_inset Text
7044
7045 \begin_layout Plain Layout
7046 asd
7047 \end_layout
7048
7049 \end_inset
7050 </cell>
7051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7052 \begin_inset Text
7053
7054 \begin_layout Plain Layout
7055 asd
7056 \end_layout
7057
7058 \end_inset
7059 </cell>
7060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7061 \begin_inset Text
7062
7063 \begin_layout Plain Layout
7064 asd
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 </row>
7070 </lyxtabular>
7071
7072 \end_inset
7073
7074
7075 \end_layout
7076
7077 \begin_layout Standard
7078 Damit auf eine mehrseitige Tabelle verwiesen werden kann, müssen Sie eine
7079  Marke im Titel einfügen.
7080 \end_layout
7081
7082 \begin_layout Standard
7083 Dies ist ein Verweis auf Tabelle
7084 \begin_inset space ~
7085 \end_inset
7086
7087
7088 \begin_inset CommandInset ref
7089 LatexCommand ref
7090 reference "tab:Mehrseitige-Tabelle-mit-Marke"
7091
7092 \end_inset
7093
7094 .
7095 \end_layout
7096
7097 \begin_layout Standard
7098 Mit dem \SpecialChar LaTeX
7099 -Paket 
7100 \series bold
7101 caption
7102 \series default
7103
7104 \begin_inset Index idx
7105 range none
7106 pageformat default
7107 status collapsed
7108
7109 \begin_layout Plain Layout
7110 \SpecialChar LaTeX
7111 -Pakete
7112 \begin_inset IndexMacro subentry
7113 status open
7114
7115 \begin_layout Plain Layout
7116 caption
7117 \end_layout
7118
7119 \end_inset
7120
7121
7122 \end_layout
7123
7124 \end_inset
7125
7126 , siehe Abschnitt
7127 \begin_inset space ~
7128 \end_inset
7129
7130
7131 \begin_inset CommandInset ref
7132 LatexCommand ref
7133 reference "abs:Titel-Formatierung"
7134
7135 \end_inset
7136
7137 , können Sie alle anderen Beschriftungsoptionen benutzen.
7138 \end_layout
7139
7140 \begin_layout Subsubsection
7141 Titelbreite
7142 \begin_inset Index idx
7143 range none
7144 pageformat default
7145 status collapsed
7146
7147 \begin_layout Plain Layout
7148 Tabellen
7149 \begin_inset IndexMacro subentry
7150 status open
7151
7152 \begin_layout Plain Layout
7153 mehrseitige
7154 \end_layout
7155
7156 \end_inset
7157
7158
7159 \begin_inset IndexMacro subentry
7160 status open
7161
7162 \begin_layout Plain Layout
7163 Beschriftungsbreite
7164 \end_layout
7165
7166 \end_inset
7167
7168
7169 \end_layout
7170
7171 \end_inset
7172
7173
7174 \end_layout
7175
7176 \begin_layout Standard
7177 Die maximale Titelbreite wird durch die Variable 
7178 \series bold
7179
7180 \backslash
7181 LTcapwidth
7182 \series default
7183  definiert.
7184  Ihr Standardwert ist 4
7185 \begin_inset space \thinspace{}
7186 \end_inset
7187
7188 Zoll (
7189 \begin_inset Formula $\approx10$
7190 \end_inset
7191
7192
7193 \begin_inset space \thinspace{}
7194 \end_inset
7195
7196 cm).
7197  Um das zu ändern, können Sie entweder im \SpecialChar LaTeX
7198 -Vorspann oder als \SpecialChar TeX
7199 -Code vor der
7200  betreffenden mehrseitigen Tabelle folgenden Befehl einsetzen:
7201 \end_layout
7202
7203 \begin_layout Standard
7204
7205 \series bold
7206
7207 \backslash
7208 setlength{
7209 \backslash
7210 LTcapwidth}{Breite}
7211 \end_layout
7212
7213 \begin_layout Standard
7214 wobei die 
7215 \family sans
7216 Breite
7217 \family default
7218  eine der in Anhang
7219 \begin_inset space ~
7220 \end_inset
7221
7222
7223 \begin_inset CommandInset ref
7224 LatexCommand ref
7225 reference "kap:In-LyX-verfügbare"
7226
7227 \end_inset
7228
7229  aufgelisteten Einheiten haben kann.
7230 \end_layout
7231
7232 \begin_layout Standard
7233 Die beiden folgenden Tabellen zeigen den Unterschied:
7234 \end_layout
7235
7236 \begin_layout Standard
7237 \begin_inset Tabular
7238 <lyxtabular version="3" rows="6" columns="5">
7239 <features islongtable="true" longtabularalignment="center">
7240 <column alignment="center" valignment="top">
7241 <column alignment="center" valignment="top">
7242 <column alignment="center" valignment="top">
7243 <column alignment="center" valignment="top">
7244 <column alignment="center" valignment="top">
7245 <row endfirsthead="true" caption="true">
7246 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 \begin_inset Caption Standard
7251
7252 \begin_layout Plain Layout
7253 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
7254 \begin_inset Argument 1
7255 status open
7256
7257 \begin_layout Plain Layout
7258 Titel mit Standardbreite
7259 \end_layout
7260
7261 \end_inset
7262
7263
7264 \end_layout
7265
7266 \end_inset
7267
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" usebox="none">
7283 \begin_inset Text
7284
7285 \begin_layout Plain Layout
7286
7287 \end_layout
7288
7289 \end_inset
7290 </cell>
7291 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295
7296 \end_layout
7297
7298 \end_inset
7299 </cell>
7300 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7301 \begin_inset Text
7302
7303 \begin_layout Plain Layout
7304
7305 \end_layout
7306
7307 \end_inset
7308 </cell>
7309 </row>
7310 <row>
7311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Plain Layout
7315 1
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 2
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7330 \begin_inset Text
7331
7332 \begin_layout Plain Layout
7333 3
7334 \end_layout
7335
7336 \end_inset
7337 </cell>
7338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7339 \begin_inset Text
7340
7341 \begin_layout Plain Layout
7342 4
7343 \end_layout
7344
7345 \end_inset
7346 </cell>
7347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7348 \begin_inset Text
7349
7350 \begin_layout Plain Layout
7351 5
7352 \end_layout
7353
7354 \end_inset
7355 </cell>
7356 </row>
7357 <row>
7358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7359 \begin_inset Text
7360
7361 \begin_layout Plain Layout
7362 asd
7363 \end_layout
7364
7365 \end_inset
7366 </cell>
7367 <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" usebox="none">
7377 \begin_inset Text
7378
7379 \begin_layout Plain Layout
7380 s
7381 \end_layout
7382
7383 \end_inset
7384 </cell>
7385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7386 \begin_inset Text
7387
7388 \begin_layout Plain Layout
7389 s
7390 \end_layout
7391
7392 \end_inset
7393 </cell>
7394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Plain Layout
7398 asd
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 </row>
7404 <row>
7405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7406 \begin_inset Text
7407
7408 \begin_layout Plain Layout
7409 asd
7410 \end_layout
7411
7412 \end_inset
7413 </cell>
7414 <cell alignment="center" valignment="top" topline="true" 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" usebox="none">
7424 \begin_inset Text
7425
7426 \begin_layout Plain Layout
7427 s
7428 \end_layout
7429
7430 \end_inset
7431 </cell>
7432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7433 \begin_inset Text
7434
7435 \begin_layout Plain Layout
7436 s
7437 \end_layout
7438
7439 \end_inset
7440 </cell>
7441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7442 \begin_inset Text
7443
7444 \begin_layout Plain Layout
7445 asd
7446 \end_layout
7447
7448 \end_inset
7449 </cell>
7450 </row>
7451 <row>
7452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7453 \begin_inset Text
7454
7455 \begin_layout Plain Layout
7456 asd
7457 \end_layout
7458
7459 \end_inset
7460 </cell>
7461 <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" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474 s
7475 \end_layout
7476
7477 \end_inset
7478 </cell>
7479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7480 \begin_inset Text
7481
7482 \begin_layout Plain Layout
7483 s
7484 \end_layout
7485
7486 \end_inset
7487 </cell>
7488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7489 \begin_inset Text
7490
7491 \begin_layout Plain Layout
7492 asd
7493 \end_layout
7494
7495 \end_inset
7496 </cell>
7497 </row>
7498 <row>
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 sad
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Plain Layout
7530 asd
7531 \end_layout
7532
7533 \end_inset
7534 </cell>
7535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7536 \begin_inset Text
7537
7538 \begin_layout Plain Layout
7539 asd
7540 \end_layout
7541
7542 \end_inset
7543 </cell>
7544 </row>
7545 </lyxtabular>
7546
7547 \end_inset
7548
7549
7550 \end_layout
7551
7552 \begin_layout Standard
7553 \begin_inset ERT
7554 status collapsed
7555
7556 \begin_layout Plain Layout
7557
7558
7559 \backslash
7560 setlength{
7561 \backslash
7562 LTcapwidth}{5cm}
7563 \end_layout
7564
7565 \end_inset
7566
7567
7568 \begin_inset Tabular
7569 <lyxtabular version="3" rows="6" columns="5">
7570 <features islongtable="true" longtabularalignment="center">
7571 <column alignment="center" valignment="top">
7572 <column alignment="center" valignment="top">
7573 <column alignment="center" valignment="top">
7574 <column alignment="center" valignment="top">
7575 <column alignment="center" valignment="top">
7576 <row endfirsthead="true" caption="true">
7577 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581 \begin_inset Caption Standard
7582
7583 \begin_layout Plain Layout
7584 Langer Titel mit 5
7585 \begin_inset space \thinspace{}
7586 \end_inset
7587
7588 cm Breite, Langer Titel mit 5
7589 \begin_inset space \thinspace{}
7590 \end_inset
7591
7592 cm Breite
7593 \begin_inset Argument 1
7594 status open
7595
7596 \begin_layout Plain Layout
7597 Titel mit 5
7598 \begin_inset space \thinspace{}
7599 \end_inset
7600
7601 cm Breite
7602 \end_layout
7603
7604 \end_inset
7605
7606
7607 \end_layout
7608
7609 \end_inset
7610
7611
7612 \end_layout
7613
7614 \end_inset
7615 </cell>
7616 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7617 \begin_inset Text
7618
7619 \begin_layout Plain Layout
7620
7621 \end_layout
7622
7623 \end_inset
7624 </cell>
7625 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Plain Layout
7638
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 </row>
7653 <row>
7654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658 1
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667 2
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676 3
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685 4
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694 5
7695 \end_layout
7696
7697 \end_inset
7698 </cell>
7699 </row>
7700 <row>
7701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Plain Layout
7705 asd
7706 \end_layout
7707
7708 \end_inset
7709 </cell>
7710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7711 \begin_inset Text
7712
7713 \begin_layout Plain Layout
7714 s
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723 s
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732 s
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741 asd
7742 \end_layout
7743
7744 \end_inset
7745 </cell>
7746 </row>
7747 <row>
7748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7749 \begin_inset Text
7750
7751 \begin_layout Plain Layout
7752 asd
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7758 \begin_inset Text
7759
7760 \begin_layout Plain Layout
7761 s
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770 s
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779 s
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7785 \begin_inset Text
7786
7787 \begin_layout Plain Layout
7788 asd
7789 \end_layout
7790
7791 \end_inset
7792 </cell>
7793 </row>
7794 <row>
7795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7796 \begin_inset Text
7797
7798 \begin_layout Plain Layout
7799 asd
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808 s
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Plain Layout
7817 s
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826 s
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835 asd
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 </row>
7841 <row>
7842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 asd
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855 sad
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864 asd
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873 asd
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882 asd
7883 \end_layout
7884
7885 \end_inset
7886 </cell>
7887 </row>
7888 </lyxtabular>
7889
7890 \end_inset
7891
7892
7893 \begin_inset ERT
7894 status collapsed
7895
7896 \begin_layout Plain Layout
7897
7898
7899 \backslash
7900 setlength{
7901 \backslash
7902 LTcapwidth}{4in}
7903 \end_layout
7904
7905 \end_inset
7906
7907
7908 \begin_inset Note Note
7909 status collapsed
7910
7911 \begin_layout Plain Layout
7912 Beschriftungsbreite zurücksetzen
7913 \end_layout
7914
7915 \end_inset
7916
7917
7918 \end_layout
7919
7920 \begin_layout Standard
7921 \begin_inset Note Greyedout
7922 status open
7923
7924 \begin_layout Plain Layout
7925
7926 \series bold
7927 Achtung:
7928 \series default
7929  Wenn das \SpecialChar LaTeX
7930 -Paket 
7931 \series bold
7932 caption
7933 \series default
7934
7935 \begin_inset Index idx
7936 range none
7937 pageformat default
7938 status collapsed
7939
7940 \begin_layout Plain Layout
7941 \SpecialChar LaTeX
7942 -Pakete
7943 \begin_inset IndexMacro subentry
7944 status open
7945
7946 \begin_layout Plain Layout
7947 caption
7948 \end_layout
7949
7950 \end_inset
7951
7952
7953 \end_layout
7954
7955 \end_inset
7956
7957  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7958  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7959  4
7960 \begin_inset space \thinspace{}
7961 \end_inset
7962
7963 Zoll für 
7964 \series bold
7965
7966 \backslash
7967 LTcapwidth
7968 \series default
7969  benutzen.
7970  Um in diesem Fall eine genau 4
7971 \begin_inset space \thinspace{}
7972 \end_inset
7973
7974 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7975  4
7976 \begin_inset space \thinspace{}
7977 \end_inset
7978
7979 Zoll veränderten Wert wie z.
7980 \begin_inset space \thinspace{}
7981 \end_inset
7982
7983 B.
7984  3.99
7985 \begin_inset space \thinspace{}
7986 \end_inset
7987
7988 Zoll verwenden oder den \SpecialChar LaTeX
7989 -Befehl 
7990 \series bold
7991
7992 \backslash
7993 captionsetup{width=Wert}
7994 \series default
7995  benutzen, der vom 
7996 \series bold
7997 caption
7998 \series default
7999 -Paket bereitgestellt wird.
8000 \end_layout
8001
8002 \end_inset
8003
8004
8005 \end_layout
8006
8007 \begin_layout Subsubsection
8008 Unterschiedliche Beschriftung für Tabellenseiten
8009 \begin_inset Index idx
8010 range none
8011 pageformat default
8012 status collapsed
8013
8014 \begin_layout Plain Layout
8015 Tabellen
8016 \begin_inset IndexMacro subentry
8017 status open
8018
8019 \begin_layout Plain Layout
8020 mehrseitige
8021 \end_layout
8022
8023 \end_inset
8024
8025
8026 \begin_inset IndexMacro subentry
8027 status open
8028
8029 \begin_layout Plain Layout
8030 mehrere Beschriftungen
8031 \end_layout
8032
8033 \end_inset
8034
8035
8036 \end_layout
8037
8038 \end_inset
8039
8040
8041 \end_layout
8042
8043 \begin_layout Standard
8044 Wenn die Tabellenbeschriftung der folgenden Seiten anders sein soll, als
8045  die der ersten Seite, markieren Sie eine leere Zeile als Kopfzeile, die
8046  eine Beschriftung enthält.
8047  Dann klicken Sie mit rechts auf die Beschriftung und wählen im Kontext-Menü
8048  
8049 \family sans
8050 Legende
8051 \begin_inset space ~
8052 \end_inset
8053
8054 (Unnummeriert)
8055 \family default
8056  aus.
8057  Tabelle
8058 \begin_inset space ~
8059 \end_inset
8060
8061
8062 \begin_inset CommandInset ref
8063 LatexCommand ref
8064 reference "tab:Telefonliste"
8065
8066 \end_inset
8067
8068  ist ein Beispiel für eine mehrseitige Tabelle mit unterschiedlichen Titeln
8069  und ohne Tabellennummer auf der zweiten Seite.
8070 \end_layout
8071
8072 \begin_layout Standard
8073 \align center
8074 \begin_inset Tabular
8075 <lyxtabular version="3" rows="59" columns="3">
8076 <features islongtable="true" longtabularalignment="center">
8077 <column alignment="left" valignment="top" width="0pt">
8078 <column alignment="left" valignment="top" width="0pt">
8079 <column alignment="center" valignment="top" width="0pt">
8080 <row endfirsthead="true" caption="true">
8081 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085 \begin_inset Caption Standard
8086
8087 \begin_layout Plain Layout
8088 Telefonliste
8089 \begin_inset CommandInset label
8090 LatexCommand label
8091 name "tab:Telefonliste"
8092
8093 \end_inset
8094
8095
8096 \begin_inset Argument 1
8097 status collapsed
8098
8099 \begin_layout Plain Layout
8100 Telefonliste
8101 \end_layout
8102
8103 \end_inset
8104
8105
8106 \end_layout
8107
8108 \end_inset
8109
8110
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 </row>
8134 <row endfirsthead="true">
8135 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139
8140 \series bold
8141 Telefonliste (ignoriere die Namen)
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 </row>
8165 <row endfirsthead="true">
8166 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170
8171 \series bold
8172 NAME
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190
8191 \series bold
8192 TEL.
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 </row>
8198 <row endhead="true" caption="true">
8199 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 \begin_inset Caption Unnumbered
8204
8205 \begin_layout Plain Layout
8206 Fortsetzung der Telefonliste
8207 \end_layout
8208
8209 \end_inset
8210
8211
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 </row>
8235 <row endhead="true">
8236 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240
8241 \series bold
8242 Telefonliste
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 </row>
8266 <row endhead="true">
8267 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271
8272 \series bold
8273 NAME
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291
8292 \series bold
8293 TEL.
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 </row>
8299 <row endfoot="true">
8300 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304 wird fortgesetzt\SpecialChar ldots
8305
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 </row>
8329 <row>
8330 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334
8335 \series bold
8336 Annovi
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345 Silvia
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 111
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 </row>
8360 <row>
8361 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365
8366 \series bold
8367 Bertoli
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 Stefano
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 111
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 </row>
8391 <row>
8392 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396
8397 \series bold
8398 Bozzi
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 Walter
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416 111
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 </row>
8422 <row>
8423 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427
8428 \series bold
8429 Cachia
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438 Maria
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447 111
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 </row>
8453 <row>
8454 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458
8459 \series bold
8460 Cachia
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469 Maurizio
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 111
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 </row>
8484 <row>
8485 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489
8490 \series bold
8491 Cinquemani
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 Giusi
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509 111
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 </row>
8515 <row>
8516 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520
8521 \series bold
8522 Colin
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531 Bernard
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 111
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 </row>
8546 <row>
8547 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551
8552 \series bold
8553 Concli
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562 Gianfranco
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571 111
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 </row>
8577 <row>
8578 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582
8583 \series bold
8584 Dal Bosco
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 Carolina
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602 111
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 </row>
8608 <row>
8609 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613
8614 \series bold
8615 Dalpiaz
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624 Annamaria
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633 111
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 </row>
8639 <row>
8640 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644
8645 \series bold
8646 Feliciello
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655 Domenico
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664 111
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 </row>
8670 <row>
8671 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675
8676 \series bold
8677 Focarelli
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686 Paola
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695 111
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 </row>
8701 <row>
8702 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706
8707 \series bold
8708 Galletti
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717 Oreste
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726 111
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 </row>
8732 <row>
8733 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737
8738 \series bold
8739 Gasparini
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748 Franca
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 111
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 </row>
8763 <row>
8764 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768
8769 \series bold
8770 Rizzardi
8771 \series default
8772
8773 \begin_inset Foot
8774 status open
8775
8776 \begin_layout Plain Layout
8777 Beispielfußnote
8778 \end_layout
8779
8780 \end_inset
8781
8782
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791 Paola
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800 111
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 </row>
8806 <row>
8807 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811
8812 \series bold
8813 Lassini
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822 Giancarlo
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831 111
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 </row>
8837 <row>
8838 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842
8843 \series bold
8844 Malfatti
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853 Luciano
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862 111
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 </row>
8868 <row>
8869 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873
8874 \series bold
8875 Malfatti
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884 Valeriano
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893 111
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 </row>
8899 <row>
8900 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904
8905 \series bold
8906 Meneguzzo
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915 Roberto
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924 111
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 </row>
8930 <row>
8931 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935
8936 \series bold
8937 Mezzadra
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946 Roberto
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955 111
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 </row>
8961 <row>
8962 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966
8967 \series bold
8968 Pirpamer
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977 Erich
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986 111
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 </row>
8992 <row>
8993 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997
8998 \series bold
8999 Pochiesa
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008 Paolo
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017 111, 222
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 </row>
9023 <row>
9024 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028
9029 \series bold
9030 Radina
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039 Claudio
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048 111
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 </row>
9054 <row>
9055 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059
9060 \series bold
9061 Stuffer
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 Oskar
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079 111
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 </row>
9085 <row>
9086 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090
9091 \series bold
9092 Tacchelli
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101 Ugo
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110 111
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 </row>
9116 <row>
9117 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121
9122 \series bold
9123 Tezzele
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132 Margit
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141 111
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 </row>
9147 <row>
9148 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152
9153 \series bold
9154 Unterkalmsteiner
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163 Frieda
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172 111
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 </row>
9178 <row>
9179 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183
9184 \series bold
9185 Vieider
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194 Hilde
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203 111
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 </row>
9209 <row>
9210 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214
9215 \series bold
9216 Vigna
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225 Jürgen
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234 111
9235 \end_layout
9236
9237 \end_inset
9238 </cell>
9239 </row>
9240 <row>
9241 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245
9246 \series bold
9247 Weber
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256 Maurizio
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265 111
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 </row>
9271 <row>
9272 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276
9277 \series bold
9278 Winkler
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287 Franz
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296 111
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 </row>
9302 <row>
9303 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307  
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 </row>
9331 <row>
9332 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336
9337 \series bold
9338 Annovi
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347 Silvia
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356 555
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 </row>
9362 <row>
9363 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367
9368 \series bold
9369 Bertoli
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378 Stefano
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387 555
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 </row>
9393 <row>
9394 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398
9399 \series bold
9400 Bozzi
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409 Walter
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418 555
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 </row>
9424 <row>
9425 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429
9430 \series bold
9431 Cachia
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 Maria
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449 555
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 </row>
9455 <row>
9456 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460
9461 \series bold
9462 Cachia
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471 Maurizio
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480 555
9481 \end_layout
9482
9483 \end_inset
9484 </cell>
9485 </row>
9486 <row>
9487 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491
9492 \series bold
9493 Cinquemani
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Plain Layout
9502 Giusi
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9508 \begin_inset Text
9509
9510 \begin_layout Plain Layout
9511 555
9512 \end_layout
9513
9514 \end_inset
9515 </cell>
9516 </row>
9517 <row>
9518 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9519 \begin_inset Text
9520
9521 \begin_layout Plain Layout
9522
9523 \series bold
9524 Colin
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Plain Layout
9533 Bernard
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9539 \begin_inset Text
9540
9541 \begin_layout Plain Layout
9542 555
9543 \end_layout
9544
9545 \end_inset
9546 </cell>
9547 </row>
9548 <row>
9549 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Plain Layout
9553
9554 \series bold
9555 Concli
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Plain Layout
9564 Gianfranco
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573 555
9574 \end_layout
9575
9576 \end_inset
9577 </cell>
9578 </row>
9579 <row>
9580 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9581 \begin_inset Text
9582
9583 \begin_layout Plain Layout
9584
9585 \series bold
9586 Dal Bosco
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595 Carolina
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604 555
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 </row>
9610 <row>
9611 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Plain Layout
9615
9616 \series bold
9617 Dalpiaz
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Plain Layout
9626 Annamaria
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635 555
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 </row>
9641 <row>
9642 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9643 \begin_inset Text
9644
9645 \begin_layout Plain Layout
9646
9647 \series bold
9648 Feliciello
9649 \end_layout
9650
9651 \end_inset
9652 </cell>
9653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657 Domenico
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666 555
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 </row>
9672 <row>
9673 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677
9678 \series bold
9679 Focarelli
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688 Paola
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9694 \begin_inset Text
9695
9696 \begin_layout Plain Layout
9697 555
9698 \end_layout
9699
9700 \end_inset
9701 </cell>
9702 </row>
9703 <row>
9704 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9705 \begin_inset Text
9706
9707 \begin_layout Plain Layout
9708
9709 \series bold
9710 Galletti
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719 Oreste
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Plain Layout
9728 555
9729 \end_layout
9730
9731 \end_inset
9732 </cell>
9733 </row>
9734 <row>
9735 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Plain Layout
9739
9740 \series bold
9741 Gasparini
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750 Franca
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Plain Layout
9759 555
9760 \end_layout
9761
9762 \end_inset
9763 </cell>
9764 </row>
9765 <row>
9766 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9767 \begin_inset Text
9768
9769 \begin_layout Plain Layout
9770
9771 \series bold
9772 Rizzardi
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781 Paola
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9787 \begin_inset Text
9788
9789 \begin_layout Plain Layout
9790 555
9791 \end_layout
9792
9793 \end_inset
9794 </cell>
9795 </row>
9796 <row>
9797 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9798 \begin_inset Text
9799
9800 \begin_layout Plain Layout
9801
9802 \series bold
9803 Lassini
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9809 \begin_inset Text
9810
9811 \begin_layout Plain Layout
9812 Giancarlo
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9818 \begin_inset Text
9819
9820 \begin_layout Plain Layout
9821 555
9822 \end_layout
9823
9824 \end_inset
9825 </cell>
9826 </row>
9827 <row>
9828 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9829 \begin_inset Text
9830
9831 \begin_layout Plain Layout
9832
9833 \series bold
9834 Malfatti
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843 Luciano
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9849 \begin_inset Text
9850
9851 \begin_layout Plain Layout
9852 555
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 </row>
9858 <row>
9859 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863
9864 \series bold
9865 Malfatti
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874 Valeriano
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9880 \begin_inset Text
9881
9882 \begin_layout Plain Layout
9883 555
9884 \end_layout
9885
9886 \end_inset
9887 </cell>
9888 </row>
9889 <row>
9890 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9891 \begin_inset Text
9892
9893 \begin_layout Plain Layout
9894
9895 \series bold
9896 Meneguzzo
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905 Roberto
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914 555
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 </row>
9920 <row>
9921 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Plain Layout
9925
9926 \series bold
9927 Mezzadra
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936 Roberto
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Plain Layout
9945 555
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 </row>
9951 </lyxtabular>
9952
9953 \end_inset
9954
9955
9956 \end_layout
9957
9958 \begin_layout Section
9959 Weitere Möglichkeiten für mehrseitige
9960 \family sans
9961  Tabelle
9962 \family default
9963 n
9964 \begin_inset CommandInset label
9965 LatexCommand label
9966 name "sec:Weitere-Möglichkeiten-für"
9967
9968 \end_inset
9969
9970
9971 \end_layout
9972
9973 \begin_layout Subsection
9974 Berechnung mehrseitiger Tabellen
9975 \begin_inset Index idx
9976 range none
9977 pageformat default
9978 status collapsed
9979
9980 \begin_layout Plain Layout
9981 Tabellen
9982 \begin_inset IndexMacro subentry
9983 status open
9984
9985 \begin_layout Plain Layout
9986 mehrseitige
9987 \end_layout
9988
9989 \end_inset
9990
9991
9992 \begin_inset IndexMacro subentry
9993 status open
9994
9995 \begin_layout Plain Layout
9996 Berechnung
9997 \end_layout
9998
9999 \end_inset
10000
10001
10002 \end_layout
10003
10004 \end_inset
10005
10006
10007 \end_layout
10008
10009 \begin_layout Standard
10010 \SpecialChar LaTeX
10011  berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit so genannten
10012  
10013 \emph on
10014 chunks
10015 \emph default
10016  (Brocken).
10017  Chunks sind Tabellenteile, die \SpecialChar LaTeX
10018  gleichzeitig im Speicher hält.
10019  Aus historischen Gründen wurde der Standardwert auf 20
10020 \begin_inset space ~
10021 \end_inset
10022
10023 Tabellenzeilen gesetzt.
10024  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
10025  das die Druckausgabe.
10026  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100
10027 \begin_inset space \thinspace{}
10028 \end_inset
10029
10030 --
10031 \begin_inset space \thinspace{}
10032 \end_inset
10033
10034 1000 setzen, indem Sie in den \SpecialChar LaTeX
10035 -Vorspann Ihres Dokumentes folgende Zeile
10036  einfügen:
10037 \end_layout
10038
10039 \begin_layout Standard
10040
10041 \series bold
10042
10043 \backslash
10044 setcounter{LTchunksize}{100}
10045 \end_layout
10046
10047 \begin_layout Subsection
10048 Gleitobjekte und mehrseitige Tabellen
10049 \begin_inset Index idx
10050 range none
10051 pageformat default
10052 status collapsed
10053
10054 \begin_layout Plain Layout
10055 Tabellen
10056 \begin_inset IndexMacro subentry
10057 status open
10058
10059 \begin_layout Plain Layout
10060 mehrseitige
10061 \end_layout
10062
10063 \end_inset
10064
10065
10066 \begin_inset IndexMacro subentry
10067 status open
10068
10069 \begin_layout Plain Layout
10070 Gleitobjekte
10071 \end_layout
10072
10073 \end_inset
10074
10075
10076 \end_layout
10077
10078 \end_inset
10079
10080
10081 \end_layout
10082
10083 \begin_layout Standard
10084 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine mehrseitige
10085  Tabelle beginnt, ein Gleitobjekt befindet.
10086  Um das zu vermeiden, können Sie vor der mehrseitigen Tabelle einen manuellen
10087  Seitenumbruch
10088 \family sans
10089  Einfügen\SpecialChar menuseparator
10090 Formatierung\SpecialChar menuseparator
10091 [Doppel]Seite
10092 \begin_inset space \space{}
10093 \end_inset
10094
10095 leeren
10096 \family default
10097  einfügen, siehe 
10098 \emph on
10099 Benutzerhandbuch
10100 \emph default
10101 .
10102 \end_layout
10103
10104 \begin_layout Subsection
10105 Manuelle Seitenumbrüche
10106 \begin_inset Index idx
10107 range none
10108 pageformat default
10109 status collapsed
10110
10111 \begin_layout Plain Layout
10112 Tabellen
10113 \begin_inset IndexMacro subentry
10114 status open
10115
10116 \begin_layout Plain Layout
10117 mehrseitige
10118 \end_layout
10119
10120 \end_inset
10121
10122
10123 \begin_inset IndexMacro subentry
10124 status open
10125
10126 \begin_layout Plain Layout
10127 manueller Seitenumbruch
10128 \end_layout
10129
10130 \end_inset
10131
10132
10133 \end_layout
10134
10135 \end_inset
10136
10137
10138 \end_layout
10139
10140 \begin_layout Standard
10141 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
10142  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
10143  der Zelle umbrechen wollen, fügen Sie den Befehl  
10144 \begin_inset Quotes gld
10145 \end_inset
10146
10147
10148 \series bold
10149
10150 \backslash
10151
10152 \backslash
10153
10154 \series default
10155
10156 \begin_inset Quotes grd
10157 \end_inset
10158
10159  für eine neue Zeile als \SpecialChar TeX
10160 -Code an der Stelle in der Zelle ein, wo umgebrochen
10161  werden kann.
10162  Vor dem 
10163 \begin_inset Quotes gld
10164 \end_inset
10165
10166
10167 \series bold
10168
10169 \backslash
10170
10171 \backslash
10172
10173 \series default
10174
10175 \begin_inset Quotes grd
10176 \end_inset
10177
10178 -Befehl müssen Sie so viele 
10179 \begin_inset Quotes gld
10180 \end_inset
10181
10182
10183 \series bold
10184 &
10185 \series default
10186
10187 \begin_inset Quotes grd
10188 \end_inset
10189
10190  als \SpecialChar TeX
10191 -Code einfügen wie noch Spalten in der Zeile folgen.
10192  Mit 
10193 \begin_inset Quotes gld
10194 \end_inset
10195
10196
10197 \series bold
10198 &
10199 \series default
10200
10201 \begin_inset Quotes grd
10202 \end_inset
10203
10204   werden in \SpecialChar LaTeX
10205  Tabellenzellen getrennt.
10206  Hinter jedes 
10207 \begin_inset Quotes gld
10208 \end_inset
10209
10210
10211 \series bold
10212 &
10213 \series default
10214
10215 \begin_inset Quotes grd
10216 \end_inset
10217
10218  schreiben Sie ebenfalls in \SpecialChar TeX
10219 -Code den Inhalt der entsprechenden Zelle und
10220  löschen den Inhalt dieser Zellen.
10221 \end_layout
10222
10223 \begin_layout Standard
10224 Hinter dem 
10225 \begin_inset Quotes gld
10226 \end_inset
10227
10228
10229 \series bold
10230
10231 \backslash
10232
10233 \backslash
10234
10235 \series default
10236
10237 \begin_inset Quotes grd
10238 \end_inset
10239
10240 -Befehl müssen Sie so viele 
10241 \begin_inset Quotes gld
10242 \end_inset
10243
10244
10245 \series bold
10246 &
10247 \series default
10248
10249 \begin_inset Quotes grd
10250 \end_inset
10251
10252  als \SpecialChar TeX
10253 -Code einfügen wie Spalten vor der momentanen Spalte sind.
10254  In Tabelle
10255 \begin_inset space ~
10256 \end_inset
10257
10258
10259 \begin_inset CommandInset ref
10260 LatexCommand ref
10261 reference "tab:Tabelle-mit-manuellem"
10262
10263 \end_inset
10264
10265  soll eine Zelle in der zweiten Spalte umgebrochen werden.
10266  Es folgt noch eine weitere Spalte.
10267  Deshalb wurde hinter dem Wort 
10268 \emph on
10269 Castelchiodato, 
10270 \emph default
10271 folgendes eingefügt:
10272 \end_layout
10273
10274 \begin_layout Standard
10275
10276 \series bold
10277 & 111
10278 \backslash
10279
10280 \backslash
10281  
10282 \backslash
10283 newpage
10284 \begin_inset Newline newline
10285 \end_inset
10286
10287 &
10288 \end_layout
10289
10290 \begin_layout Standard
10291 Die 
10292 \begin_inset Quotes gld
10293 \end_inset
10294
10295 111
10296 \begin_inset Quotes grd
10297 \end_inset
10298
10299  in der dritten Spalte wurde gelöscht.
10300  
10301 \series bold
10302
10303 \backslash
10304 newpage
10305 \series default
10306  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
10307  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
10308  Wenn die Fußzeile Ihrer mehrseitigen Tabelle keine obere Linie besitzt,
10309  Sie aber eine wünschen, sollten Sie folgende Befehle benutzen:
10310 \end_layout
10311
10312 \begin_layout Standard
10313
10314 \series bold
10315 & 111
10316 \backslash
10317
10318 \backslash
10319
10320 \begin_inset Newline newline
10321 \end_inset
10322
10323
10324 \backslash
10325 hline &
10326 \end_layout
10327
10328 \begin_layout Standard
10329 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
10330  muss folgender Befehl als \SpecialChar TeX
10331 -Code am Anfang der Zelle eingefügt werden:
10332 \end_layout
10333
10334 \begin_layout Standard
10335
10336 \series bold
10337
10338 \backslash
10339 setlength{
10340 \backslash
10341 parfillskip}{0pt}
10342 \end_layout
10343
10344 \begin_layout Standard
10345 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
10346  erscheint.
10347 \end_layout
10348
10349 \begin_layout Standard
10350 \align center
10351 \begin_inset Tabular
10352 <lyxtabular version="3" rows="38" columns="3">
10353 <features islongtable="true" longtabularalignment="center">
10354 <column alignment="left" valignment="top" width="0pt">
10355 <column alignment="left" valignment="top" width="3cm">
10356 <column alignment="right" valignment="top" width="0pt">
10357 <row endfirsthead="true" caption="true">
10358 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362 \begin_inset Caption Standard
10363
10364 \begin_layout Plain Layout
10365 Tabelle mit manuellem Seitenumbruch in einer Zelle
10366 \begin_inset CommandInset label
10367 LatexCommand label
10368 name "tab:Tabelle-mit-manuellem"
10369
10370 \end_inset
10371
10372
10373 \begin_inset Argument 1
10374 status collapsed
10375
10376 \begin_layout Plain Layout
10377 Tabelle mit manuellem Seitenumbruch in einer Zelle
10378 \end_layout
10379
10380 \end_inset
10381
10382
10383 \end_layout
10384
10385 \end_inset
10386
10387
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 </row>
10411 <row endfirsthead="true">
10412 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416
10417 \series bold
10418 Telefonliste (ignoriere die Namen)
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 </row>
10442 <row endfirsthead="true">
10443 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447
10448 \series bold
10449 NAME
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467
10468 \series bold
10469 TEL.
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 </row>
10475 <row endhead="true" caption="true">
10476 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480 \begin_inset Caption Unnumbered
10481
10482 \begin_layout Plain Layout
10483 Fortsetzung der Tabelle
10484 \end_layout
10485
10486 \end_inset
10487
10488
10489 \end_layout
10490
10491 \end_inset
10492 </cell>
10493 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 </row>
10512 <row endhead="true">
10513 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517
10518 \series bold
10519 Telefonliste
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 </row>
10543 <row endhead="true">
10544 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548
10549 \series bold
10550 NAME
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568
10569 \series bold
10570 TEL.
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 </row>
10576 <row endfoot="true">
10577 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581 wird fortgesetzt\SpecialChar ldots
10582
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 </row>
10606 <row>
10607 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611
10612 \series bold
10613 Annovi
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622 Silvia
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631 111
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 </row>
10637 <row>
10638 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642
10643 \series bold
10644 Bertoli
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653 Stefano
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662 111
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 </row>
10668 <row>
10669 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673
10674 \series bold
10675 Bozzi
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684 Walter
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693 111
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 </row>
10699 <row>
10700 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704
10705 \series bold
10706 Cachia
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715 Maria
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 111
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 </row>
10730 <row>
10731 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735
10736 \series bold
10737 Cachia
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 Maurizio
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755 111
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 </row>
10761 <row>
10762 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766
10767 \series bold
10768 Cinquemani
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777 Giusi
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786 111
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 </row>
10792 <row>
10793 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797
10798 \series bold
10799 Colin
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808 Bernard
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 111
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 </row>
10823 <row>
10824 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10825 \begin_inset Text
10826
10827 \begin_layout Plain Layout
10828
10829 \series bold
10830 Concli
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839 Gianfranco
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848 111
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 </row>
10854 <row>
10855 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10856 \begin_inset Text
10857
10858 \begin_layout Plain Layout
10859
10860 \series bold
10861 Dal Bosco
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870 Carolina
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879 111
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 </row>
10885 <row>
10886 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10887 \begin_inset Text
10888
10889 \begin_layout Plain Layout
10890
10891 \series bold
10892 Dalpiaz
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10898 \begin_inset Text
10899
10900 \begin_layout Plain Layout
10901 Annamaria
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 111
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 </row>
10916 <row>
10917 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921
10922 \series bold
10923 Feliciello
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10929 \begin_inset Text
10930
10931 \begin_layout Plain Layout
10932 Domenico
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 111
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 </row>
10947 <row>
10948 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10949 \begin_inset Text
10950
10951 \begin_layout Plain Layout
10952
10953 \series bold
10954 Focarelli
10955 \end_layout
10956
10957 \end_inset
10958 </cell>
10959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10960 \begin_inset Text
10961
10962 \begin_layout Plain Layout
10963 Paola
10964 \end_layout
10965
10966 \end_inset
10967 </cell>
10968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972 111
10973 \end_layout
10974
10975 \end_inset
10976 </cell>
10977 </row>
10978 <row>
10979 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983
10984 \series bold
10985 Galletti
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994 Oreste
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003 111
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 </row>
11009 <row>
11010 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014
11015 \series bold
11016 Gasparini
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025 Franca
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034 111
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 </row>
11040 <row>
11041 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045
11046 \series bold
11047 Lassini
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056 Giancarlo
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065 111
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 </row>
11071 <row>
11072 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076
11077 \series bold
11078 Malfatti
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087 Luciano
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096 111
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 </row>
11102 <row>
11103 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107
11108 \series bold
11109 Malfatti
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Plain Layout
11118 Valeriano
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11124 \begin_inset Text
11125
11126 \begin_layout Plain Layout
11127 111
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 </row>
11133 <row>
11134 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Plain Layout
11138
11139 \series bold
11140 Meneguzzo
11141 \end_layout
11142
11143 \end_inset
11144 </cell>
11145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149 Roberto
11150 \end_layout
11151
11152 \end_inset
11153 </cell>
11154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11155 \begin_inset Text
11156
11157 \begin_layout Plain Layout
11158 111
11159 \end_layout
11160
11161 \end_inset
11162 </cell>
11163 </row>
11164 <row>
11165 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169
11170 \series bold
11171 Mezzadra
11172 \end_layout
11173
11174 \end_inset
11175 </cell>
11176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180 Roberto
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189 111
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 </row>
11195 <row>
11196 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200
11201 \series bold
11202 Pirpamer
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211 Erich
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11217 \begin_inset Text
11218
11219 \begin_layout Plain Layout
11220 111
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 </row>
11226 <row>
11227 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231
11232 \series bold
11233 Pochiesa
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 Paolo
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11248 \begin_inset Text
11249
11250 \begin_layout Plain Layout
11251 111, 222
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 </row>
11257 <row>
11258 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262
11263 \series bold
11264 Radina
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273 Claudio
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282 111
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 </row>
11288 <row>
11289 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293
11294 \series bold
11295 Rizzardi
11296 \end_layout
11297
11298 \end_inset
11299 </cell>
11300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11301 \begin_inset Text
11302
11303 \begin_layout Plain Layout
11304 Paolo, 11.
11305  Fürst von Monte\SpecialChar softhyphen
11306 com\SpecialChar softhyphen
11307 patri, 11.
11308  Fürst von Sulmona und Vivaro, 10.
11309  Fürst von Rossano, 5.
11310  Herzog von Canemorte, 11.
11311  Herzog von Palombara, 5.
11312  Herzog von Castelchiodato,
11313 \begin_inset ERT
11314 status open
11315
11316 \begin_layout Plain Layout
11317
11318 & 111
11319 \backslash
11320
11321 \backslash
11322  
11323 \backslash
11324 newpage
11325 \end_layout
11326
11327 \begin_layout Plain Layout
11328
11329 &
11330 \end_layout
11331
11332 \end_inset
11333
11334  11.
11335  Herzog von Poggionativo, 11.
11336  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11337  Graf von Valinfreda, 11.
11338  Baron von Cropalati, 11.
11339  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11340 \end_layout
11341
11342 \end_inset
11343 </cell>
11344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Plain Layout
11348
11349 \end_layout
11350
11351 \end_inset
11352 </cell>
11353 </row>
11354 <row>
11355 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11356 \begin_inset Text
11357
11358 \begin_layout Plain Layout
11359
11360 \series bold
11361 Stuffer
11362 \end_layout
11363
11364 \end_inset
11365 </cell>
11366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11367 \begin_inset Text
11368
11369 \begin_layout Plain Layout
11370 Oskar
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Plain Layout
11379 111
11380 \end_layout
11381
11382 \end_inset
11383 </cell>
11384 </row>
11385 <row>
11386 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Plain Layout
11390
11391 \series bold
11392 Tacchelli
11393 \end_layout
11394
11395 \end_inset
11396 </cell>
11397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11398 \begin_inset Text
11399
11400 \begin_layout Plain Layout
11401 Ugo
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 111
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 </row>
11416 <row>
11417 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421
11422 \series bold
11423 Tezzele
11424 \end_layout
11425
11426 \end_inset
11427 </cell>
11428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11429 \begin_inset Text
11430
11431 \begin_layout Plain Layout
11432 Margit
11433 \end_layout
11434
11435 \end_inset
11436 </cell>
11437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 111
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 </row>
11447 <row>
11448 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11449 \begin_inset Text
11450
11451 \begin_layout Plain Layout
11452
11453 \series bold
11454 Unterkalmsteiner
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463 Frieda
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 111
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 </row>
11478 <row>
11479 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483
11484 \series bold
11485 Vieider
11486 \end_layout
11487
11488 \end_inset
11489 </cell>
11490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11491 \begin_inset Text
11492
11493 \begin_layout Plain Layout
11494 Hilde
11495 \end_layout
11496
11497 \end_inset
11498 </cell>
11499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11500 \begin_inset Text
11501
11502 \begin_layout Plain Layout
11503 111
11504 \end_layout
11505
11506 \end_inset
11507 </cell>
11508 </row>
11509 <row>
11510 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11511 \begin_inset Text
11512
11513 \begin_layout Plain Layout
11514
11515 \series bold
11516 Vigna
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11522 \begin_inset Text
11523
11524 \begin_layout Plain Layout
11525 Jürgen
11526 \end_layout
11527
11528 \end_inset
11529 </cell>
11530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11531 \begin_inset Text
11532
11533 \begin_layout Plain Layout
11534 111
11535 \end_layout
11536
11537 \end_inset
11538 </cell>
11539 </row>
11540 <row>
11541 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11542 \begin_inset Text
11543
11544 \begin_layout Plain Layout
11545
11546 \series bold
11547 Weber
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556 Maurizio
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565 111
11566 \end_layout
11567
11568 \end_inset
11569 </cell>
11570 </row>
11571 <row>
11572 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11573 \begin_inset Text
11574
11575 \begin_layout Plain Layout
11576
11577 \series bold
11578 Winkler
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587 Franz
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Plain Layout
11596 111
11597 \end_layout
11598
11599 \end_inset
11600 </cell>
11601 </row>
11602 </lyxtabular>
11603
11604 \end_inset
11605
11606
11607 \end_layout
11608
11609 \begin_layout Section
11610 Mehrere Zeilen, Spalten und Zeilen
11611 \end_layout
11612
11613 \begin_layout Subsection
11614 Mehrere Zeilen in Tabellenzellen
11615 \begin_inset CommandInset label
11616 LatexCommand label
11617 name "uab:Mehrere-Zeilen-in"
11618
11619 \end_inset
11620
11621
11622 \begin_inset Index idx
11623 range none
11624 pageformat default
11625 status collapsed
11626
11627 \begin_layout Plain Layout
11628 Mehrere Zeilen in Tabellenzellen
11629 \end_layout
11630
11631 \end_inset
11632
11633
11634 \begin_inset Index idx
11635 range none
11636 pageformat default
11637 status collapsed
11638
11639 \begin_layout Plain Layout
11640 Tabellen
11641 \begin_inset IndexMacro subentry
11642 status open
11643
11644 \begin_layout Plain Layout
11645 Zeilenumbrüche
11646 \end_layout
11647
11648 \end_inset
11649
11650
11651 \end_layout
11652
11653 \end_inset
11654
11655
11656 \end_layout
11657
11658 \begin_layout Standard
11659 \noindent
11660 \begin_inset Float table
11661 placement H
11662 alignment document
11663 wide false
11664 sideways false
11665 status open
11666
11667 \begin_layout Plain Layout
11668 \begin_inset Caption Standard
11669
11670 \begin_layout Plain Layout
11671 \begin_inset CommandInset label
11672 LatexCommand label
11673 name "tab:Tabelle-mit-mehrfachen"
11674
11675 \end_inset
11676
11677 Tabelle mit mehrfachen Zeilen in einer Zelle
11678 \end_layout
11679
11680 \end_inset
11681
11682
11683 \end_layout
11684
11685 \begin_layout Plain Layout
11686 \align center
11687 \begin_inset Tabular
11688 <lyxtabular version="3" rows="3" columns="3">
11689 <features tabularvalignment="middle">
11690 <column alignment="center" valignment="middle" width="2.5cm">
11691 <column alignment="center" valignment="middle" width="0.5cm">
11692 <column alignment="center" valignment="middle" width="0.5cm">
11693 <row>
11694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11695 \begin_inset Text
11696
11697 \begin_layout Plain Layout
11698 zwei
11699 \begin_inset Newline linebreak
11700 \end_inset
11701
11702 Zeilen
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11708 \begin_inset Text
11709
11710 \begin_layout Plain Layout
11711 b
11712 \end_layout
11713
11714 \end_inset
11715 </cell>
11716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 c
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 </row>
11726 <row>
11727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731 d
11732 \end_layout
11733
11734 \end_inset
11735 </cell>
11736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11737 \begin_inset Text
11738
11739 \begin_layout Plain Layout
11740 e
11741 \end_layout
11742
11743 \end_inset
11744 </cell>
11745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11746 \begin_inset Text
11747
11748 \begin_layout Plain Layout
11749 f
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 </row>
11755 <row>
11756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760 g
11761 \end_layout
11762
11763 \end_inset
11764 </cell>
11765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11766 \begin_inset Text
11767
11768 \begin_layout Plain Layout
11769 h
11770 \end_layout
11771
11772 \end_inset
11773 </cell>
11774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11775 \begin_inset Text
11776
11777 \begin_layout Plain Layout
11778 i
11779 \end_layout
11780
11781 \end_inset
11782 </cell>
11783 </row>
11784 </lyxtabular>
11785
11786 \end_inset
11787
11788
11789 \end_layout
11790
11791 \end_inset
11792
11793
11794 \end_layout
11795
11796 \begin_layout Standard
11797 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11798  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11799  Tabelle
11800 \begin_inset space ~
11801 \end_inset
11802
11803
11804 \begin_inset CommandInset ref
11805 LatexCommand ref
11806 reference "tab:Tabelle-mit-mehrfachen"
11807
11808 \end_inset
11809
11810  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11811 \family sans
11812 Tabellen-Einstellungen
11813 \family default
11814 -Dialog auf 2.5
11815 \begin_inset space \thinspace{}
11816 \end_inset
11817
11818 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11819  Weil unser Text schmaler als 2.5
11820 \begin_inset space \thinspace{}
11821 \end_inset
11822
11823 cm ist, würde er in einer Zeile gedruckt werden.
11824  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11825
11826 \family sans
11827 Strg+Shift+Enter
11828 \family default
11829 ) eingefügt.
11830  Wenn der Text länger ist, wird er automatisch umgebrochen.
11831 \end_layout
11832
11833 \begin_layout Standard
11834 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11835  setzen Sie die Breite der beiden Spalten im 
11836 \family sans
11837 Tabellen-Einstellungen
11838 \family default
11839 -Dialog auf 0.5
11840 \begin_inset space \thinspace{}
11841 \end_inset
11842
11843 cm und die vertikale Ausrichtung auf zentriert.
11844 \end_layout
11845
11846 \begin_layout Standard
11847 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11848  haben, kann \SpecialChar LaTeX
11849  es ohne Trennhilfen nicht trennen.
11850  Wenn Sie \SpecialChar LaTeX
11851  trotzdem die Trennung überlassen wollen, müssen Sie vor dem Wort
11852  etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11853  Fügen sie daher 0
11854 \begin_inset space \thinspace{}
11855 \end_inset
11856
11857 pt horizontalen Abstand vor dem Wort ein.
11858  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11859  Tabelle
11860 \begin_inset space ~
11861 \end_inset
11862
11863
11864 \begin_inset CommandInset ref
11865 LatexCommand ref
11866 reference "tab:Tabelle-ohne-und"
11867
11868 \end_inset
11869
11870  zeigt die Wirkungen.
11871 \end_layout
11872
11873 \begin_layout Standard
11874 \begin_inset Float table
11875 placement h
11876 alignment document
11877 wide false
11878 sideways false
11879 status open
11880
11881 \begin_layout Plain Layout
11882 \begin_inset Caption Standard
11883
11884 \begin_layout Plain Layout
11885 \begin_inset CommandInset label
11886 LatexCommand label
11887 name "tab:Tabelle-ohne-und"
11888
11889 \end_inset
11890
11891 Tabelle ohne und mit Silbentrennung
11892 \end_layout
11893
11894 \end_inset
11895
11896
11897 \end_layout
11898
11899 \begin_layout Plain Layout
11900 \begin_inset space \hfill{}
11901 \end_inset
11902
11903
11904 \begin_inset Tabular
11905 <lyxtabular version="3" rows="3" columns="3">
11906 <features tabularvalignment="middle">
11907 <column alignment="center" valignment="middle" width="2.5cm">
11908 <column alignment="center" valignment="middle" width="0.5cm">
11909 <column alignment="center" valignment="middle" width="0.5cm">
11910 <row>
11911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11912 \begin_inset Text
11913
11914 \begin_layout Plain Layout
11915 einsehrlangesZellenwort
11916 \end_layout
11917
11918 \end_inset
11919 </cell>
11920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11921 \begin_inset Text
11922
11923 \begin_layout Plain Layout
11924 b
11925 \end_layout
11926
11927 \end_inset
11928 </cell>
11929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11930 \begin_inset Text
11931
11932 \begin_layout Plain Layout
11933 c
11934 \end_layout
11935
11936 \end_inset
11937 </cell>
11938 </row>
11939 <row>
11940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11941 \begin_inset Text
11942
11943 \begin_layout Plain Layout
11944 d
11945 \end_layout
11946
11947 \end_inset
11948 </cell>
11949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11950 \begin_inset Text
11951
11952 \begin_layout Plain Layout
11953 e
11954 \end_layout
11955
11956 \end_inset
11957 </cell>
11958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11959 \begin_inset Text
11960
11961 \begin_layout Plain Layout
11962 f
11963 \end_layout
11964
11965 \end_inset
11966 </cell>
11967 </row>
11968 <row>
11969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11970 \begin_inset Text
11971
11972 \begin_layout Plain Layout
11973 g
11974 \end_layout
11975
11976 \end_inset
11977 </cell>
11978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11979 \begin_inset Text
11980
11981 \begin_layout Plain Layout
11982 h
11983 \end_layout
11984
11985 \end_inset
11986 </cell>
11987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11988 \begin_inset Text
11989
11990 \begin_layout Plain Layout
11991 i
11992 \end_layout
11993
11994 \end_inset
11995 </cell>
11996 </row>
11997 </lyxtabular>
11998
11999 \end_inset
12000
12001
12002 \begin_inset space \hfill{}
12003 \end_inset
12004
12005
12006 \begin_inset Tabular
12007 <lyxtabular version="3" rows="3" columns="3">
12008 <features tabularvalignment="middle">
12009 <column alignment="center" valignment="middle" width="2.5cm">
12010 <column alignment="center" valignment="middle" width="0.5cm">
12011 <column alignment="center" valignment="middle" width="0.5cm">
12012 <row>
12013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12014 \begin_inset Text
12015
12016 \begin_layout Plain Layout
12017 \begin_inset space \hspace{}
12018 \length 0pt
12019 \end_inset
12020
12021 einsehrlangesZellenwort
12022 \end_layout
12023
12024 \end_inset
12025 </cell>
12026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12027 \begin_inset Text
12028
12029 \begin_layout Plain Layout
12030 b
12031 \end_layout
12032
12033 \end_inset
12034 </cell>
12035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12036 \begin_inset Text
12037
12038 \begin_layout Plain Layout
12039 c
12040 \end_layout
12041
12042 \end_inset
12043 </cell>
12044 </row>
12045 <row>
12046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12047 \begin_inset Text
12048
12049 \begin_layout Plain Layout
12050 d
12051 \end_layout
12052
12053 \end_inset
12054 </cell>
12055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12056 \begin_inset Text
12057
12058 \begin_layout Plain Layout
12059 e
12060 \end_layout
12061
12062 \end_inset
12063 </cell>
12064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12065 \begin_inset Text
12066
12067 \begin_layout Plain Layout
12068 f
12069 \end_layout
12070
12071 \end_inset
12072 </cell>
12073 </row>
12074 <row>
12075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12076 \begin_inset Text
12077
12078 \begin_layout Plain Layout
12079 g
12080 \end_layout
12081
12082 \end_inset
12083 </cell>
12084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12085 \begin_inset Text
12086
12087 \begin_layout Plain Layout
12088 h
12089 \end_layout
12090
12091 \end_inset
12092 </cell>
12093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12094 \begin_inset Text
12095
12096 \begin_layout Plain Layout
12097 i
12098 \end_layout
12099
12100 \end_inset
12101 </cell>
12102 </row>
12103 </lyxtabular>
12104
12105 \end_inset
12106
12107
12108 \begin_inset space \hfill{}
12109 \end_inset
12110
12111
12112 \end_layout
12113
12114 \end_inset
12115
12116
12117 \end_layout
12118
12119 \begin_layout Subsection
12120 Mehrfachspalten
12121 \begin_inset CommandInset label
12122 LatexCommand label
12123 name "uab:Mehrfachspalten"
12124
12125 \end_inset
12126
12127
12128 \begin_inset Index idx
12129 range none
12130 pageformat default
12131 status collapsed
12132
12133 \begin_layout Plain Layout
12134 Mehrfachspalten
12135 \end_layout
12136
12137 \end_inset
12138
12139
12140 \begin_inset Index idx
12141 range none
12142 pageformat default
12143 status collapsed
12144
12145 \begin_layout Plain Layout
12146 Tabellen
12147 \begin_inset IndexMacro subentry
12148 status open
12149
12150 \begin_layout Plain Layout
12151 Mahrfachspalten
12152 \end_layout
12153
12154 \end_inset
12155
12156
12157 \end_layout
12158
12159 \end_inset
12160
12161
12162 \end_layout
12163
12164 \begin_layout Subsubsection
12165 Grundlagen
12166 \end_layout
12167
12168 \begin_layout Standard
12169 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12170  und verwenden dann den Knopf 
12171 \begin_inset Info
12172 type  "icon"
12173 arg   "tabular-feature multicolumn"
12174 \end_inset
12175
12176  in der Werkzeugleiste, das Menü 
12177 \family sans
12178 Bearbeiten\SpecialChar menuseparator
12179 Tabelle\SpecialChar menuseparator
12180 Mehrfachspalte
12181 \family default
12182 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12183  
12184 \family sans
12185 Mehrfachspalte
12186 \family default
12187 .
12188 \end_layout
12189
12190 \begin_layout Standard
12191 Mehrfachspalten haben ihre eigenen Einstellungen.
12192  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
12193  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
12194  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
12195 \end_layout
12196
12197 \begin_layout Standard
12198 \align center
12199 \begin_inset Tabular
12200 <lyxtabular version="3" rows="3" columns="4">
12201 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
12202 <column alignment="center" valignment="top" width="0pt">
12203 <column alignment="center" valignment="middle">
12204 <column alignment="center" valignment="top" width="0in">
12205 <column alignment="center" valignment="top" width="0pt">
12206 <row>
12207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12208 \begin_inset Text
12209
12210 \begin_layout Plain Layout
12211 abc
12212 \end_layout
12213
12214 \end_inset
12215 </cell>
12216 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12217 \begin_inset Text
12218
12219 \begin_layout Plain Layout
12220 def ghi
12221 \end_layout
12222
12223 \end_inset
12224 </cell>
12225 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12226 \begin_inset Text
12227
12228 \begin_layout Plain Layout
12229
12230 \end_layout
12231
12232 \end_inset
12233 </cell>
12234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12235 \begin_inset Text
12236
12237 \begin_layout Plain Layout
12238 jkl
12239 \end_layout
12240
12241 \end_inset
12242 </cell>
12243 </row>
12244 <row>
12245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12246 \begin_inset Text
12247
12248 \begin_layout Plain Layout
12249
12250 \family roman
12251 \series medium
12252 \shape up
12253 \size normal
12254 \emph off
12255 \bar no
12256 \noun off
12257 \color none
12258 A
12259 \end_layout
12260
12261 \end_inset
12262 </cell>
12263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12264 \begin_inset Text
12265
12266 \begin_layout Plain Layout
12267 B
12268 \end_layout
12269
12270 \end_inset
12271 </cell>
12272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12273 \begin_inset Text
12274
12275 \begin_layout Plain Layout
12276 C
12277 \end_layout
12278
12279 \end_inset
12280 </cell>
12281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12282 \begin_inset Text
12283
12284 \begin_layout Plain Layout
12285 D
12286 \end_layout
12287
12288 \end_inset
12289 </cell>
12290 </row>
12291 <row>
12292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12293 \begin_inset Text
12294
12295 \begin_layout Plain Layout
12296 1
12297 \end_layout
12298
12299 \end_inset
12300 </cell>
12301 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12302 \begin_inset Text
12303
12304 \begin_layout Plain Layout
12305 2
12306 \end_layout
12307
12308 \end_inset
12309 </cell>
12310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12311 \begin_inset Text
12312
12313 \begin_layout Plain Layout
12314 3
12315 \end_layout
12316
12317 \end_inset
12318 </cell>
12319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12320 \begin_inset Text
12321
12322 \begin_layout Plain Layout
12323 4
12324 \end_layout
12325
12326 \end_inset
12327 </cell>
12328 </row>
12329 </lyxtabular>
12330
12331 \end_inset
12332
12333
12334 \end_layout
12335
12336 \begin_layout Subsubsection
12337 Mehrfachspalten-Berechnungen
12338 \begin_inset CommandInset label
12339 LatexCommand label
12340 name "uab:Mehrfachspalten-Berechnungen"
12341
12342 \end_inset
12343
12344
12345 \begin_inset Index idx
12346 range none
12347 pageformat default
12348 status collapsed
12349
12350 \begin_layout Plain Layout
12351 Mehrfachspalten
12352 \begin_inset IndexMacro subentry
12353 status open
12354
12355 \begin_layout Plain Layout
12356 Berechnung
12357 \end_layout
12358
12359 \end_inset
12360
12361
12362 \end_layout
12363
12364 \end_inset
12365
12366
12367 \begin_inset Index idx
12368 range none
12369 pageformat default
12370 status collapsed
12371
12372 \begin_layout Plain Layout
12373 Tabellen
12374 \begin_inset IndexMacro subentry
12375 status open
12376
12377 \begin_layout Plain Layout
12378 Mahrfachspalten
12379 \end_layout
12380
12381 \end_inset
12382
12383
12384 \begin_inset IndexMacro subentry
12385 status open
12386
12387 \begin_layout Plain Layout
12388 Berechnung
12389 \end_layout
12390
12391 \end_inset
12392
12393
12394 \end_layout
12395
12396 \end_inset
12397
12398
12399 \end_layout
12400
12401 \begin_layout Standard
12402 \SpecialChar LyX
12403  unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
12404  Zellen beachten.
12405 \end_layout
12406
12407 \begin_layout Standard
12408 \begin_inset Float table
12409 placement h
12410 alignment document
12411 wide false
12412 sideways false
12413 status open
12414
12415 \begin_layout Plain Layout
12416 \begin_inset Caption Standard
12417
12418 \begin_layout Plain Layout
12419 \begin_inset CommandInset label
12420 LatexCommand label
12421 name "tab:Tabelle-mit-zentriertem"
12422
12423 \end_inset
12424
12425 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
12426  die halbe Breite der Mehrfachspalten-Zelle haben
12427 \begin_inset Argument 1
12428 status collapsed
12429
12430 \begin_layout Plain Layout
12431 Eine Mehrfachspalten-Tabelle
12432 \end_layout
12433
12434 \end_inset
12435
12436
12437 \end_layout
12438
12439 \end_inset
12440
12441
12442 \end_layout
12443
12444 \begin_layout Plain Layout
12445 \align center
12446 \begin_inset Tabular
12447 <lyxtabular version="3" rows="3" columns="3">
12448 <features tabularvalignment="middle">
12449 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
12450 <column alignment="center" valignment="middle">
12451 <column alignment="center" valignment="top">
12452 <row>
12453 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12454 \begin_inset Text
12455
12456 \begin_layout Plain Layout
12457 Dies ist eine Mehrfach\SpecialChar softhyphen
12458 spalten-Zelle
12459 \end_layout
12460
12461 \end_inset
12462 </cell>
12463 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12464 \begin_inset Text
12465
12466 \begin_layout Plain Layout
12467
12468 \end_layout
12469
12470 \end_inset
12471 </cell>
12472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12473 \begin_inset Text
12474
12475 \begin_layout Plain Layout
12476 c
12477 \end_layout
12478
12479 \end_inset
12480 </cell>
12481 </row>
12482 <row>
12483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12484 \begin_inset Text
12485
12486 \begin_layout Plain Layout
12487 d
12488 \end_layout
12489
12490 \end_inset
12491 </cell>
12492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12493 \begin_inset Text
12494
12495 \begin_layout Plain Layout
12496 e
12497 \end_layout
12498
12499 \end_inset
12500 </cell>
12501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12502 \begin_inset Text
12503
12504 \begin_layout Plain Layout
12505 f
12506 \end_layout
12507
12508 \end_inset
12509 </cell>
12510 </row>
12511 <row>
12512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12513 \begin_inset Text
12514
12515 \begin_layout Plain Layout
12516 g
12517 \end_layout
12518
12519 \end_inset
12520 </cell>
12521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12522 \begin_inset Text
12523
12524 \begin_layout Plain Layout
12525 h
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12531 \begin_inset Text
12532
12533 \begin_layout Plain Layout
12534 i
12535 \end_layout
12536
12537 \end_inset
12538 </cell>
12539 </row>
12540 </lyxtabular>
12541
12542 \end_inset
12543
12544
12545 \end_layout
12546
12547 \end_inset
12548
12549
12550 \end_layout
12551
12552 \begin_layout Standard
12553 Um Tabelle
12554 \begin_inset space ~
12555 \end_inset
12556
12557
12558 \begin_inset CommandInset ref
12559 LatexCommand ref
12560 reference "tab:Tabelle-mit-zentriertem"
12561
12562 \end_inset
12563
12564  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12565  3×3-Tabelle, kreuzen im 
12566 \family sans
12567 Tabellen-Einstellungen
12568 \family default
12569 -Dialog 
12570 \family sans
12571 Mehrfachspalte
12572 \family default
12573  an, setzen die 
12574 \family sans
12575 Horizontale
12576 \begin_inset space ~
12577 \end_inset
12578
12579 Ausrichtung
12580 \family default
12581  auf 
12582 \family sans
12583 Zentriert
12584 \family default
12585  und die 
12586 \family sans
12587 Breite
12588 \family default
12589  auf 2.5
12590 \begin_inset space \thinspace{}
12591 \end_inset
12592
12593 cm.
12594  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12595  Sie die Breite der ersten Spalte auf 1.25
12596 \begin_inset space \thinspace{}
12597 \end_inset
12598
12599 cm setzen.
12600  Die zweite Spalte wird dann automatisch 1.25
12601 \begin_inset space \thinspace{}
12602 \end_inset
12603
12604 cm breit (Breite der 
12605 \family sans
12606 Mehrfachspalte
12607 \family default
12608  
12609 \begin_inset Formula $-$
12610 \end_inset
12611
12612  Breite der ersten Spalte).
12613  Dies wurde so für Tabelle
12614 \begin_inset space ~
12615 \end_inset
12616
12617
12618 \begin_inset CommandInset ref
12619 LatexCommand ref
12620 reference "tab:Tabelle,-in-der-die"
12621
12622 \end_inset
12623
12624  gemacht.
12625 \end_layout
12626
12627 \begin_layout Standard
12628 \begin_inset Float table
12629 placement document
12630 alignment document
12631 wide false
12632 sideways false
12633 status open
12634
12635 \begin_layout Plain Layout
12636 \begin_inset Caption Standard
12637
12638 \begin_layout Plain Layout
12639 \begin_inset CommandInset label
12640 LatexCommand label
12641 name "tab:Tabelle,-in-der-die"
12642
12643 \end_inset
12644
12645 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12646  wie die Mehrfachspalte
12647 \begin_inset Argument 1
12648 status collapsed
12649
12650 \begin_layout Plain Layout
12651 Eine unvollkommene Mehrfachspalten-Tabelle
12652 \end_layout
12653
12654 \end_inset
12655
12656
12657 \end_layout
12658
12659 \end_inset
12660
12661
12662 \end_layout
12663
12664 \begin_layout Plain Layout
12665 \align center
12666 \begin_inset Tabular
12667 <lyxtabular version="3" rows="3" columns="3">
12668 <features tabularvalignment="middle">
12669 <column alignment="center" valignment="top" width="1.25cm">
12670 <column alignment="center" valignment="top">
12671 <column alignment="center" valignment="top">
12672 <row>
12673 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12674 \begin_inset Text
12675
12676 \begin_layout Plain Layout
12677 Dies ist auch eine Mehr\SpecialChar softhyphen
12678 fach\SpecialChar softhyphen
12679 spalten-Zelle
12680 \end_layout
12681
12682 \end_inset
12683 </cell>
12684 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12685 \begin_inset Text
12686
12687 \begin_layout Plain Layout
12688
12689 \end_layout
12690
12691 \end_inset
12692 </cell>
12693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12694 \begin_inset Text
12695
12696 \begin_layout Plain Layout
12697 c
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 </row>
12703 <row>
12704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12705 \begin_inset Text
12706
12707 \begin_layout Plain Layout
12708 d
12709 \end_layout
12710
12711 \end_inset
12712 </cell>
12713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12714 \begin_inset Text
12715
12716 \begin_layout Plain Layout
12717 e
12718 \end_layout
12719
12720 \end_inset
12721 </cell>
12722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12723 \begin_inset Text
12724
12725 \begin_layout Plain Layout
12726 f
12727 \end_layout
12728
12729 \end_inset
12730 </cell>
12731 </row>
12732 <row>
12733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12734 \begin_inset Text
12735
12736 \begin_layout Plain Layout
12737 g
12738 \end_layout
12739
12740 \end_inset
12741 </cell>
12742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12743 \begin_inset Text
12744
12745 \begin_layout Plain Layout
12746 h
12747 \end_layout
12748
12749 \end_inset
12750 </cell>
12751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12752 \begin_inset Text
12753
12754 \begin_layout Plain Layout
12755 i
12756 \end_layout
12757
12758 \end_inset
12759 </cell>
12760 </row>
12761 </lyxtabular>
12762
12763 \end_inset
12764
12765
12766 \end_layout
12767
12768 \end_inset
12769
12770
12771 \end_layout
12772
12773 \begin_layout Standard
12774 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12775  als die zweite ist.
12776  Das liegt daran, dass die Zellenbreite 
12777 \begin_inset Formula $W_{\mathrm{tot}}$
12778 \end_inset
12779
12780  nicht ihre definierte Breite 
12781 \begin_inset Formula $W_{g}$
12782 \end_inset
12783
12784  ist, sondern ein wenig mehr.
12785  Anhang
12786 \begin_inset space ~
12787 \end_inset
12788
12789
12790 \begin_inset CommandInset ref
12791 LatexCommand ref
12792 reference "kap:Erläuterung-einer-Gleichung"
12793
12794 \end_inset
12795
12796  erklärt das genauer.
12797 \end_layout
12798
12799 \begin_layout Standard
12800 Wenn 
12801 \emph on
12802 n
12803 \emph default
12804  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12805  die definierte Breite 
12806 \begin_inset Formula $W_{g\,n}$
12807 \end_inset
12808
12809  einer Spalte, deren totale Breite = 
12810 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12811 \end_inset
12812
12813  sein soll, wie folgt:
12814 \begin_inset Formula 
12815 \begin{equation}
12816 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12817 \end{equation}
12818
12819 \end_inset
12820
12821
12822 \end_layout
12823
12824 \begin_layout Standard
12825 In unserem Falls ist 
12826 \begin_inset Formula $n=2$
12827 \end_inset
12828
12829
12830 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12831 \end_inset
12832
12833 cm, und damit wird aus Gleichung
12834 \begin_inset space ~
12835 \end_inset
12836
12837
12838 \begin_inset CommandInset ref
12839 LatexCommand ref
12840 reference "eq:Wgn"
12841
12842 \end_inset
12843
12844  
12845 \begin_inset Formula 
12846 \begin{equation}
12847 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12848 \end{equation}
12849
12850 \end_inset
12851
12852
12853 \end_layout
12854
12855 \begin_layout Standard
12856 Damit \SpecialChar LaTeX
12857  rechnen kann, muss das Paket 
12858 \series bold
12859 calc
12860 \series default
12861  im Vorspann geladen werden.
12862 \begin_inset Index idx
12863 range none
12864 pageformat default
12865 status collapsed
12866
12867 \begin_layout Plain Layout
12868 \SpecialChar LaTeX
12869 -Pakete
12870 \begin_inset IndexMacro subentry
12871 status open
12872
12873 \begin_layout Plain Layout
12874 calc
12875 \end_layout
12876
12877 \end_inset
12878
12879
12880 \end_layout
12881
12882 \end_inset
12883
12884
12885 \end_layout
12886
12887 \begin_layout Standard
12888
12889 \series bold
12890
12891 \backslash
12892 usepackage{calc}
12893 \end_layout
12894
12895 \begin_layout Standard
12896 \SpecialChar LyX
12897  erlaubt im 
12898 \family sans
12899 Breite
12900 \family default
12901 -Feld des 
12902 \family sans
12903 Tabellen-Einstellungen
12904 \family default
12905 -Dialogs keine Berechnungen.
12906  Deshalb müssen Sie die Formel für die Breite im Feld 
12907 \family sans
12908 LaTeX-Argument
12909 \family default
12910  eingeben.
12911  Hier iss ein Überblick über die Argumente:
12912 \end_layout
12913
12914 \begin_layout Itemize
12915
12916 \series bold
12917 p{Breite}
12918 \series default
12919  die Zelle bekommt eine feste 
12920 \series bold
12921 Breite
12922 \series default
12923 , und die vertikale Ausrichtung ist 
12924 \family sans
12925 Oben
12926 \end_layout
12927
12928 \begin_layout Itemize
12929
12930 \series bold
12931 m{Breite}
12932 \series default
12933  die Zelle bekommt eine feste 
12934 \series bold
12935 Breite
12936 \series default
12937 , und die vertikale Ausrichtung ist 
12938 \family sans
12939 Mitte
12940 \end_layout
12941
12942 \begin_layout Itemize
12943
12944 \series bold
12945 b{Breite}
12946 \series default
12947  die Zelle bekommt eine feste 
12948 \series bold
12949 Breite
12950 \series default
12951 , und die vertikale Ausrichtung ist 
12952 \family sans
12953 Unten
12954 \end_layout
12955
12956 \begin_layout Standard
12957 Wenn Sie ein \SpecialChar LaTeX
12958 -Argument eingeben, werden alle anderen Einstellungen für diese
12959  Zelle überschrieben.
12960 \end_layout
12961
12962 \begin_layout Standard
12963 \begin_inset Note Greyedout
12964 status open
12965
12966 \begin_layout Plain Layout
12967
12968 \series bold
12969 Bemerkung:
12970 \series default
12971  Wegen eines Fehlers in \SpecialChar LyX
12972  werden die überschriebenen Einstellungen dennoch
12973  angezeigt.
12974 \end_layout
12975
12976 \end_inset
12977
12978
12979 \end_layout
12980
12981 \begin_layout Standard
12982 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12983  der Zelle mit dem Inhalt 
12984 \begin_inset Quotes gld
12985 \end_inset
12986
12987 d
12988 \begin_inset Quotes grd
12989 \end_inset
12990
12991  der Tabelle
12992 \begin_inset space ~
12993 \end_inset
12994
12995
12996 \begin_inset CommandInset ref
12997 LatexCommand ref
12998 reference "tab:Tabelle-mit-zentriertem"
12999
13000 \end_inset
13001
13002  auch noch der Befehl
13003 \family typewriter
13004 \series bold
13005  
13006 \family default
13007
13008 \backslash
13009 centering
13010 \series default
13011  hinzugefügt.
13012  Das Ganze sieht dann so aus:
13013 \end_layout
13014
13015 \begin_layout Standard
13016
13017 \series bold
13018 |>{
13019 \backslash
13020 centering}m{1.25cm-6.2pt}
13021 \end_layout
13022
13023 \begin_layout Standard
13024 Der vertikale Strich 
13025 \series bold
13026
13027 \begin_inset Quotes gld
13028 \end_inset
13029
13030 |
13031 \series default
13032
13033 \begin_inset Quotes grd
13034 \end_inset
13035
13036  am Anfang zeichnet die linke Linie, und der Befehl 
13037 \series bold
13038
13039 \begin_inset Quotes gld
13040 \end_inset
13041
13042 >{ }
13043 \begin_inset Quotes grd
13044 \end_inset
13045
13046
13047 \series default
13048  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
13049  der Zelle benutzt werden sollen.
13050 \end_layout
13051
13052 \begin_layout Standard
13053 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
13054  haben, ist der Text noch immer linksbündig, weil \SpecialChar LyX
13055  Ausrichtungen nur für
13056  einzelne Spalten anwendet.
13057  Deswegen musste für die Mehrfachspalte folgendes \SpecialChar LaTeX
13058 -Argument benutzt werden:
13059 \end_layout
13060
13061 \begin_layout Standard
13062
13063 \series bold
13064 |>{
13065 \backslash
13066 centering}m{2.5cm}|
13067 \end_layout
13068
13069 \begin_layout Subsection
13070 Mehrfachzeilen
13071 \begin_inset CommandInset label
13072 LatexCommand label
13073 name "uab:Mehrfachzeilen"
13074
13075 \end_inset
13076
13077
13078 \begin_inset Index idx
13079 range none
13080 pageformat default
13081 status collapsed
13082
13083 \begin_layout Plain Layout
13084 Mehrfachzeilen
13085 \end_layout
13086
13087 \end_inset
13088
13089
13090 \begin_inset Index idx
13091 range none
13092 pageformat default
13093 status collapsed
13094
13095 \begin_layout Plain Layout
13096 Tabellen
13097 \begin_inset IndexMacro subentry
13098 status open
13099
13100 \begin_layout Plain Layout
13101 Mehrfachzeilen
13102 \end_layout
13103
13104 \end_inset
13105
13106
13107 \end_layout
13108
13109 \end_inset
13110
13111
13112 \end_layout
13113
13114 \begin_layout Standard
13115 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
13116  und verwenden dann den Knopf 
13117 \begin_inset Info
13118 type  "icon"
13119 arg   "tabular-feature multirow"
13120 \end_inset
13121
13122  in der Werkzeugleiste, das Menü 
13123 \family sans
13124 Bearbeiten\SpecialChar menuseparator
13125 Tabelle\SpecialChar menuseparator
13126 Mehrfachzeile
13127 \family default
13128 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
13129  
13130 \family sans
13131 Mehrfachzeile
13132 \family default
13133 .
13134 \end_layout
13135
13136 \begin_layout Standard
13137 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
13138 \end_layout
13139
13140 \begin_layout Standard
13141 \align center
13142 \begin_inset Tabular
13143 <lyxtabular version="3" rows="3" columns="3">
13144 <features tabularvalignment="middle">
13145 <column alignment="center" valignment="top" width="0pt">
13146 <column alignment="center" valignment="top">
13147 <column alignment="center" valignment="top">
13148 <row>
13149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13150 \begin_inset Text
13151
13152 \begin_layout Plain Layout
13153 ein langer Eintrag
13154 \end_layout
13155
13156 \end_inset
13157 </cell>
13158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13159 \begin_inset Text
13160
13161 \begin_layout Plain Layout
13162 b
13163 \end_layout
13164
13165 \end_inset
13166 </cell>
13167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13168 \begin_inset Text
13169
13170 \begin_layout Plain Layout
13171 c
13172 \end_layout
13173
13174 \end_inset
13175 </cell>
13176 </row>
13177 <row>
13178 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Plain Layout
13182 Mehrfachzeile
13183 \end_layout
13184
13185 \end_inset
13186 </cell>
13187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13188 \begin_inset Text
13189
13190 \begin_layout Plain Layout
13191 e
13192 \end_layout
13193
13194 \end_inset
13195 </cell>
13196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13197 \begin_inset Text
13198
13199 \begin_layout Plain Layout
13200 f
13201 \end_layout
13202
13203 \end_inset
13204 </cell>
13205 </row>
13206 <row>
13207 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13208 \begin_inset Text
13209
13210 \begin_layout Plain Layout
13211
13212 \end_layout
13213
13214 \end_inset
13215 </cell>
13216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220 h
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Plain Layout
13229 i
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 </row>
13235 </lyxtabular>
13236
13237 \end_inset
13238
13239
13240 \end_layout
13241
13242 \begin_layout Standard
13243 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
13244  Spalte festgelegt.
13245  Der 
13246 \family sans
13247 Vertikale Versatz
13248 \family default
13249  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
13250  positiv/negativ ist.
13251 \end_layout
13252
13253 \begin_layout Standard
13254 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
13255  die Mehrfachzeile die Ausrichtung der Spalte.
13256  Ansonsten ist sie standardmäßig links ausgerichtet.
13257  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
13258 \series bold
13259
13260 \backslash
13261 multirowsetup
13262 \series default
13263  mit dem Befehl
13264 \end_layout
13265
13266 \begin_layout Standard
13267
13268 \series bold
13269
13270 \backslash
13271 renewcommand{
13272 \backslash
13273 multirowsetup}{
13274 \backslash
13275 centering}
13276 \end_layout
13277
13278 \begin_layout Standard
13279 im \SpecialChar LaTeX
13280 -Vorspann.
13281  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
13282  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
13283  auch mittels \SpecialChar TeX
13284 -Code vor der jeweiligen Tabelle, statt im \SpecialChar LaTeX
13285 -Vorspann, erneuert
13286  werden.
13287  Für rechtsbündigen Text ersetzt man 
13288 \series bold
13289
13290 \backslash
13291 centering
13292 \series default
13293  durch 
13294 \series bold
13295
13296 \backslash
13297 raggedleft
13298 \series default
13299 .
13300  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
13301 \series bold
13302
13303 \backslash
13304 raggedright
13305 \series default
13306  verwendet.
13307 \end_layout
13308
13309 \begin_layout Standard
13310 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
13311  die -4
13312 \begin_inset space \thinspace{}
13313 \end_inset
13314
13315 mm vertikalen Versatz hat und sich in einer 3
13316 \begin_inset space \thinspace{}
13317 \end_inset
13318
13319 cm breiten Spalte befindet:
13320 \end_layout
13321
13322 \begin_layout Standard
13323 \noindent
13324 \align center
13325 \begin_inset ERT
13326 status collapsed
13327
13328 \begin_layout Plain Layout
13329
13330
13331 \backslash
13332 renewcommand{
13333 \backslash
13334 multirowsetup}{
13335 \backslash
13336 raggedleft}
13337 \end_layout
13338
13339 \end_inset
13340
13341
13342 \begin_inset Tabular
13343 <lyxtabular version="3" rows="4" columns="3">
13344 <features tabularvalignment="middle">
13345 <column alignment="center" valignment="top" width="3cm">
13346 <column alignment="center" valignment="top">
13347 <column alignment="center" valignment="top">
13348 <row>
13349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Plain Layout
13353 ein langer Eintrag
13354 \end_layout
13355
13356 \end_inset
13357 </cell>
13358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13359 \begin_inset Text
13360
13361 \begin_layout Plain Layout
13362 b
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371 c
13372 \end_layout
13373
13374 \end_inset
13375 </cell>
13376 </row>
13377 <row>
13378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382 t
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13388 \begin_inset Text
13389
13390 \begin_layout Plain Layout
13391 n
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Plain Layout
13400 m
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 </row>
13406 <row>
13407 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13408 \begin_inset Text
13409
13410 \begin_layout Plain Layout
13411 Mehrfachzeile
13412 \end_layout
13413
13414 \end_inset
13415 </cell>
13416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13417 \begin_inset Text
13418
13419 \begin_layout Plain Layout
13420 e
13421 \end_layout
13422
13423 \end_inset
13424 </cell>
13425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13426 \begin_inset Text
13427
13428 \begin_layout Plain Layout
13429 f
13430 \end_layout
13431
13432 \end_inset
13433 </cell>
13434 </row>
13435 <row>
13436 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13437 \begin_inset Text
13438
13439 \begin_layout Plain Layout
13440
13441 \end_layout
13442
13443 \end_inset
13444 </cell>
13445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13446 \begin_inset Text
13447
13448 \begin_layout Plain Layout
13449 h
13450 \end_layout
13451
13452 \end_inset
13453 </cell>
13454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13455 \begin_inset Text
13456
13457 \begin_layout Plain Layout
13458 i
13459 \end_layout
13460
13461 \end_inset
13462 </cell>
13463 </row>
13464 </lyxtabular>
13465
13466 \end_inset
13467
13468
13469 \begin_inset ERT
13470 status collapsed
13471
13472 \begin_layout Plain Layout
13473
13474
13475 \backslash
13476 renewcommand{
13477 \backslash
13478 multirowsetup}{
13479 \backslash
13480 raggedright}
13481 \end_layout
13482
13483 \end_inset
13484
13485
13486 \end_layout
13487
13488 \begin_layout Standard
13489 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
13490  (Tastenkürzel 
13491 \family sans
13492 Strg+Enter
13493 \family default
13494 ) verwenden.
13495  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
13496 \end_layout
13497
13498 \begin_layout Standard
13499 \noindent
13500 \align center
13501 \begin_inset Tabular
13502 <lyxtabular version="3" rows="3" columns="2">
13503 <features tabularvalignment="middle">
13504 <column alignment="left" valignment="middle" width="2cm">
13505 <column alignment="center" valignment="top">
13506 <row>
13507 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13508 \begin_inset Text
13509
13510 \begin_layout Plain Layout
13511 aaa
13512 \begin_inset Newline newline
13513 \end_inset
13514
13515 aaa
13516 \begin_inset Newline newline
13517 \end_inset
13518
13519 falsche Zelle
13520 \end_layout
13521
13522 \end_inset
13523 </cell>
13524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13525 \begin_inset Text
13526
13527 \begin_layout Plain Layout
13528 ccc
13529 \end_layout
13530
13531 \end_inset
13532 </cell>
13533 </row>
13534 <row>
13535 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13536 \begin_inset Text
13537
13538 \begin_layout Plain Layout
13539
13540 \end_layout
13541
13542 \end_inset
13543 </cell>
13544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13545 \begin_inset Text
13546
13547 \begin_layout Plain Layout
13548 ddd
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 </row>
13554 <row>
13555 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Plain Layout
13559 bbb
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568 eee
13569 \end_layout
13570
13571 \end_inset
13572 </cell>
13573 </row>
13574 </lyxtabular>
13575
13576 \end_inset
13577
13578
13579 \end_layout
13580
13581 \begin_layout Standard
13582 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
13583 \end_layout
13584
13585 \begin_layout Subsection
13586 Zellen mit diagonalen Linien
13587 \end_layout
13588
13589 \begin_layout Standard
13590 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
13591  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
13592  oder zwei diagonalen Linien zu teilen.
13593  Dies kann erreicht werden, indem man das \SpecialChar LaTeX
13594 -Paket 
13595 \series bold
13596 diagbox
13597 \series default
13598
13599 \begin_inset Index idx
13600 range none
13601 pageformat default
13602 status collapsed
13603
13604 \begin_layout Plain Layout
13605 \SpecialChar LaTeX
13606 -Pakete
13607 \begin_inset IndexMacro subentry
13608 status open
13609
13610 \begin_layout Plain Layout
13611 diagbox
13612 \end_layout
13613
13614 \end_inset
13615
13616
13617 \end_layout
13618
13619 \end_inset
13620
13621  im \SpecialChar LaTeX
13622 -Vorspann lädt.
13623  Das Paket stellt den Befehl 
13624 \series bold
13625
13626 \backslash
13627 diagbox
13628 \series default
13629  zur Verfügung, der als \SpecialChar TeX
13630 -Code eingefügt wird und 2 oder 3
13631 \begin_inset space ~
13632 \end_inset
13633
13634 Argumente hat:
13635 \end_layout
13636
13637 \begin_layout Standard
13638
13639 \series bold
13640
13641 \backslash
13642 diagbox[Optionen]{links unten}{rechts oben}
13643 \end_layout
13644
13645 \begin_layout Standard
13646
13647 \series bold
13648
13649 \backslash
13650 diagbox[Optionen]{links unten}{links oben}{rechts oben}
13651 \end_layout
13652
13653 \begin_layout Standard
13654 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
13655  die Argumente werden unter und über diese Linie platziert.
13656  Das zweite Schema teilt die Zelle mit 2
13657 \begin_inset space ~
13658 \end_inset
13659
13660 Linien.
13661 \end_layout
13662
13663 \begin_layout Standard
13664 \begin_inset ERT
13665 status collapsed
13666
13667 \begin_layout Plain Layout
13668
13669
13670 \backslash
13671 ifdiagbox
13672 \end_layout
13673
13674 \end_inset
13675
13676
13677 \begin_inset Note Note
13678 status open
13679
13680 \begin_layout Plain Layout
13681 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
13682 -Paket 
13683 \series bold
13684 diagbox
13685 \series default
13686  installiert ist.
13687 \end_layout
13688
13689 \end_inset
13690
13691
13692 \end_layout
13693
13694 \begin_layout Standard
13695 Hier ist eine Beispieltabelle in der 
13696 \series bold
13697
13698 \backslash
13699 diagbox 
13700 \series default
13701 im 2-Argument Schema in der ersten Zelle verwendet wird:
13702 \begin_inset VSpace medskip
13703 \end_inset
13704
13705
13706 \end_layout
13707
13708 \begin_layout Standard
13709 \noindent
13710 \begin_inset Tabular
13711 <lyxtabular version="3" rows="4" columns="4">
13712 <features tabularvalignment="middle">
13713 <column alignment="center" valignment="top">
13714 <column alignment="center" valignment="top">
13715 <column alignment="center" valignment="top">
13716 <column alignment="center" valignment="top">
13717 <row>
13718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Plain Layout
13722 \begin_inset ERT
13723 status collapsed
13724
13725 \begin_layout Plain Layout
13726
13727
13728 \backslash
13729 diagbox{
13730 \end_layout
13731
13732 \end_inset
13733
13734 Name
13735 \begin_inset ERT
13736 status collapsed
13737
13738 \begin_layout Plain Layout
13739
13740 }{
13741 \end_layout
13742
13743 \end_inset
13744
13745 Parameter
13746 \begin_inset ERT
13747 status collapsed
13748
13749 \begin_layout Plain Layout
13750
13751 }
13752 \end_layout
13753
13754 \end_inset
13755
13756
13757 \end_layout
13758
13759 \end_inset
13760 </cell>
13761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13762 \begin_inset Text
13763
13764 \begin_layout Plain Layout
13765 Dicke in nm
13766 \end_layout
13767
13768 \end_inset
13769 </cell>
13770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13771 \begin_inset Text
13772
13773 \begin_layout Plain Layout
13774 Transparenz in %
13775 \end_layout
13776
13777 \end_inset
13778 </cell>
13779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13780 \begin_inset Text
13781
13782 \begin_layout Plain Layout
13783 Härte in MPa
13784 \end_layout
13785
13786 \end_inset
13787 </cell>
13788 </row>
13789 <row>
13790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13791 \begin_inset Text
13792
13793 \begin_layout Plain Layout
13794 Perfekt Grün
13795 \end_layout
13796
13797 \end_inset
13798 </cell>
13799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13800 \begin_inset Text
13801
13802 \begin_layout Plain Layout
13803 45
13804 \end_layout
13805
13806 \end_inset
13807 </cell>
13808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13809 \begin_inset Text
13810
13811 \begin_layout Plain Layout
13812 80
13813 \end_layout
13814
13815 \end_inset
13816 </cell>
13817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13818 \begin_inset Text
13819
13820 \begin_layout Plain Layout
13821 504
13822 \end_layout
13823
13824 \end_inset
13825 </cell>
13826 </row>
13827 <row>
13828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13829 \begin_inset Text
13830
13831 \begin_layout Plain Layout
13832 Dunkel Multi-P
13833 \end_layout
13834
13835 \end_inset
13836 </cell>
13837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13838 \begin_inset Text
13839
13840 \begin_layout Plain Layout
13841 60
13842 \end_layout
13843
13844 \end_inset
13845 </cell>
13846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Plain Layout
13850 72
13851 \end_layout
13852
13853 \end_inset
13854 </cell>
13855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13856 \begin_inset Text
13857
13858 \begin_layout Plain Layout
13859 982
13860 \end_layout
13861
13862 \end_inset
13863 </cell>
13864 </row>
13865 <row>
13866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Plain Layout
13870 Kristallklar Pro
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Plain Layout
13879 18
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Plain Layout
13888 86
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13894 \begin_inset Text
13895
13896 \begin_layout Plain Layout
13897 374
13898 \end_layout
13899
13900 \end_inset
13901 </cell>
13902 </row>
13903 </lyxtabular>
13904
13905 \end_inset
13906
13907
13908 \begin_inset VSpace medskip
13909 \end_inset
13910
13911
13912 \end_layout
13913
13914 \begin_layout Standard
13915 \begin_inset Newpage newpage
13916 \end_inset
13917
13918
13919 \end_layout
13920
13921 \begin_layout Standard
13922 Das 3-Argument Schema ist z.
13923 \begin_inset space \thinspace{}
13924 \end_inset
13925
13926 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13927 \end_layout
13928
13929 \begin_layout Standard
13930 \noindent
13931 \align center
13932 \begin_inset Tabular
13933 <lyxtabular version="3" rows="4" columns="4">
13934 <features tabularvalignment="middle">
13935 <column alignment="center" valignment="top" width="0pt">
13936 <column alignment="center" valignment="top">
13937 <column alignment="center" valignment="top">
13938 <column alignment="center" valignment="top">
13939 <row>
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 \begin_inset ERT
13945 status collapsed
13946
13947 \begin_layout Plain Layout
13948
13949
13950 \backslash
13951 diagbox{
13952 \end_layout
13953
13954 \end_inset
13955
13956 Heim
13957 \begin_inset ERT
13958 status collapsed
13959
13960 \begin_layout Plain Layout
13961
13962 }{
13963 \end_layout
13964
13965 \end_inset
13966
13967 Ergebnis
13968 \begin_inset ERT
13969 status collapsed
13970
13971 \begin_layout Plain Layout
13972
13973 }{
13974 \end_layout
13975
13976 \end_inset
13977
13978 Auswärts
13979 \begin_inset ERT
13980 status collapsed
13981
13982 \begin_layout Plain Layout
13983
13984 }
13985 \end_layout
13986
13987 \end_inset
13988
13989
13990 \end_layout
13991
13992 \end_inset
13993 </cell>
13994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13995 \begin_inset Text
13996
13997 \begin_layout Plain Layout
13998 Tiger
13999 \end_layout
14000
14001 \end_inset
14002 </cell>
14003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14004 \begin_inset Text
14005
14006 \begin_layout Plain Layout
14007 Panther
14008 \end_layout
14009
14010 \end_inset
14011 </cell>
14012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14013 \begin_inset Text
14014
14015 \begin_layout Plain Layout
14016 Falken
14017 \end_layout
14018
14019 \end_inset
14020 </cell>
14021 </row>
14022 <row>
14023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14024 \begin_inset Text
14025
14026 \begin_layout Plain Layout
14027 Tiger
14028 \end_layout
14029
14030 \end_inset
14031 </cell>
14032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14033 \begin_inset Text
14034
14035 \begin_layout Plain Layout
14036
14037 \end_layout
14038
14039 \end_inset
14040 </cell>
14041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14042 \begin_inset Text
14043
14044 \begin_layout Plain Layout
14045 1:3
14046 \end_layout
14047
14048 \end_inset
14049 </cell>
14050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14051 \begin_inset Text
14052
14053 \begin_layout Plain Layout
14054 0:1
14055 \end_layout
14056
14057 \end_inset
14058 </cell>
14059 </row>
14060 <row>
14061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14062 \begin_inset Text
14063
14064 \begin_layout Plain Layout
14065 Panther
14066 \end_layout
14067
14068 \end_inset
14069 </cell>
14070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14071 \begin_inset Text
14072
14073 \begin_layout Plain Layout
14074 3:1
14075 \end_layout
14076
14077 \end_inset
14078 </cell>
14079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14080 \begin_inset Text
14081
14082 \begin_layout Plain Layout
14083
14084 \end_layout
14085
14086 \end_inset
14087 </cell>
14088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14089 \begin_inset Text
14090
14091 \begin_layout Plain Layout
14092 0:0
14093 \end_layout
14094
14095 \end_inset
14096 </cell>
14097 </row>
14098 <row>
14099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14100 \begin_inset Text
14101
14102 \begin_layout Plain Layout
14103 Falken
14104 \end_layout
14105
14106 \end_inset
14107 </cell>
14108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14109 \begin_inset Text
14110
14111 \begin_layout Plain Layout
14112 1:0
14113 \end_layout
14114
14115 \end_inset
14116 </cell>
14117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14118 \begin_inset Text
14119
14120 \begin_layout Plain Layout
14121 0:0
14122 \end_layout
14123
14124 \end_inset
14125 </cell>
14126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14127 \begin_inset Text
14128
14129 \begin_layout Plain Layout
14130
14131 \end_layout
14132
14133 \end_inset
14134 </cell>
14135 </row>
14136 </lyxtabular>
14137
14138 \end_inset
14139
14140
14141 \end_layout
14142
14143 \begin_layout Standard
14144 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
14145  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
14146 \end_layout
14147
14148 \begin_layout Standard
14149 \noindent
14150 \align center
14151 \begin_inset Tabular
14152 <lyxtabular version="3" rows="5" columns="5">
14153 <features tabularvalignment="middle">
14154 <column alignment="center" valignment="top" width="0pt">
14155 <column alignment="center" valignment="top">
14156 <column alignment="center" valignment="top">
14157 <column alignment="center" valignment="top">
14158 <column alignment="center" valignment="top">
14159 <row>
14160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14161 \begin_inset Text
14162
14163 \begin_layout Plain Layout
14164 \begin_inset ERT
14165 status open
14166
14167 \begin_layout Plain Layout
14168
14169
14170 \backslash
14171 diagbox{
14172 \end_layout
14173
14174 \end_inset
14175
14176 Heim
14177 \begin_inset ERT
14178 status collapsed
14179
14180 \begin_layout Plain Layout
14181
14182 }{
14183 \end_layout
14184
14185 \end_inset
14186
14187 Ergebnis
14188 \begin_inset ERT
14189 status collapsed
14190
14191 \begin_layout Plain Layout
14192
14193 }{
14194 \end_layout
14195
14196 \end_inset
14197
14198 Auswärts
14199 \begin_inset ERT
14200 status collapsed
14201
14202 \begin_layout Plain Layout
14203
14204 }
14205 \end_layout
14206
14207 \end_inset
14208
14209
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14215 \begin_inset Text
14216
14217 \begin_layout Plain Layout
14218 Tiger
14219 \end_layout
14220
14221 \end_inset
14222 </cell>
14223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14224 \begin_inset Text
14225
14226 \begin_layout Plain Layout
14227 Panther
14228 \end_layout
14229
14230 \end_inset
14231 </cell>
14232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14233 \begin_inset Text
14234
14235 \begin_layout Plain Layout
14236 Falken
14237 \end_layout
14238
14239 \end_inset
14240 </cell>
14241 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14242 \begin_inset Text
14243
14244 \begin_layout Plain Layout
14245 \begin_inset ERT
14246 status open
14247
14248 \begin_layout Plain Layout
14249
14250
14251 \backslash
14252 diagbox[dir=NE]{
14253 \end_layout
14254
14255 \end_inset
14256
14257 Heim
14258 \begin_inset ERT
14259 status collapsed
14260
14261 \begin_layout Plain Layout
14262
14263 }{
14264 \end_layout
14265
14266 \end_inset
14267
14268 Ergebnis
14269 \begin_inset ERT
14270 status collapsed
14271
14272 \begin_layout Plain Layout
14273
14274 }{
14275 \end_layout
14276
14277 \end_inset
14278
14279 Auswärts
14280 \begin_inset ERT
14281 status collapsed
14282
14283 \begin_layout Plain Layout
14284
14285 }
14286 \end_layout
14287
14288 \end_inset
14289
14290
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 </row>
14296 <row>
14297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14298 \begin_inset Text
14299
14300 \begin_layout Plain Layout
14301 Tiger
14302 \end_layout
14303
14304 \end_inset
14305 </cell>
14306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14307 \begin_inset Text
14308
14309 \begin_layout Plain Layout
14310
14311 \end_layout
14312
14313 \end_inset
14314 </cell>
14315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Plain Layout
14319 1:3
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14325 \begin_inset Text
14326
14327 \begin_layout Plain Layout
14328 0:1
14329 \end_layout
14330
14331 \end_inset
14332 </cell>
14333 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14334 \begin_inset Text
14335
14336 \begin_layout Plain Layout
14337 Tiger
14338 \end_layout
14339
14340 \end_inset
14341 </cell>
14342 </row>
14343 <row>
14344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14345 \begin_inset Text
14346
14347 \begin_layout Plain Layout
14348 Panther
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14354 \begin_inset Text
14355
14356 \begin_layout Plain Layout
14357 3:1
14358 \end_layout
14359
14360 \end_inset
14361 </cell>
14362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14363 \begin_inset Text
14364
14365 \begin_layout Plain Layout
14366
14367 \end_layout
14368
14369 \end_inset
14370 </cell>
14371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14372 \begin_inset Text
14373
14374 \begin_layout Plain Layout
14375 0:0
14376 \end_layout
14377
14378 \end_inset
14379 </cell>
14380 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14381 \begin_inset Text
14382
14383 \begin_layout Plain Layout
14384 Panther
14385 \end_layout
14386
14387 \end_inset
14388 </cell>
14389 </row>
14390 <row>
14391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14392 \begin_inset Text
14393
14394 \begin_layout Plain Layout
14395 Falken
14396 \end_layout
14397
14398 \end_inset
14399 </cell>
14400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14401 \begin_inset Text
14402
14403 \begin_layout Plain Layout
14404 1:0
14405 \end_layout
14406
14407 \end_inset
14408 </cell>
14409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14410 \begin_inset Text
14411
14412 \begin_layout Plain Layout
14413 0:0
14414 \end_layout
14415
14416 \end_inset
14417 </cell>
14418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422
14423 \end_layout
14424
14425 \end_inset
14426 </cell>
14427 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14428 \begin_inset Text
14429
14430 \begin_layout Plain Layout
14431 Falken
14432 \end_layout
14433
14434 \end_inset
14435 </cell>
14436 </row>
14437 <row>
14438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14439 \begin_inset Text
14440
14441 \begin_layout Plain Layout
14442 \begin_inset ERT
14443 status open
14444
14445 \begin_layout Plain Layout
14446
14447
14448 \backslash
14449 diagbox[dir=SW]{
14450 \end_layout
14451
14452 \end_inset
14453
14454 Heim
14455 \begin_inset ERT
14456 status collapsed
14457
14458 \begin_layout Plain Layout
14459
14460 }{
14461 \end_layout
14462
14463 \end_inset
14464
14465 Ergebnis
14466 \begin_inset ERT
14467 status collapsed
14468
14469 \begin_layout Plain Layout
14470
14471 }{
14472 \end_layout
14473
14474 \end_inset
14475
14476 Auswärts
14477 \begin_inset ERT
14478 status collapsed
14479
14480 \begin_layout Plain Layout
14481
14482 }
14483 \end_layout
14484
14485 \end_inset
14486
14487
14488 \end_layout
14489
14490 \end_inset
14491 </cell>
14492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14493 \begin_inset Text
14494
14495 \begin_layout Plain Layout
14496 Tiger
14497 \end_layout
14498
14499 \end_inset
14500 </cell>
14501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14502 \begin_inset Text
14503
14504 \begin_layout Plain Layout
14505 Panther
14506 \end_layout
14507
14508 \end_inset
14509 </cell>
14510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14511 \begin_inset Text
14512
14513 \begin_layout Plain Layout
14514 Falken
14515 \end_layout
14516
14517 \end_inset
14518 </cell>
14519 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14520 \begin_inset Text
14521
14522 \begin_layout Plain Layout
14523 \begin_inset ERT
14524 status open
14525
14526 \begin_layout Plain Layout
14527
14528
14529 \backslash
14530 diagbox[dir=SE]{
14531 \end_layout
14532
14533 \end_inset
14534
14535 Heim
14536 \begin_inset ERT
14537 status collapsed
14538
14539 \begin_layout Plain Layout
14540
14541 }{
14542 \end_layout
14543
14544 \end_inset
14545
14546 Ergebnis
14547 \begin_inset ERT
14548 status collapsed
14549
14550 \begin_layout Plain Layout
14551
14552 }{
14553 \end_layout
14554
14555 \end_inset
14556
14557 Auswärts
14558 \begin_inset ERT
14559 status collapsed
14560
14561 \begin_layout Plain Layout
14562
14563 }
14564 \end_layout
14565
14566 \end_inset
14567
14568
14569 \end_layout
14570
14571 \end_inset
14572 </cell>
14573 </row>
14574 </lyxtabular>
14575
14576 \end_inset
14577
14578
14579 \end_layout
14580
14581 \begin_layout Standard
14582 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
14583 \series bold
14584 dir=Richtung
14585 \series default
14586  verwendet.
14587  
14588 \emph on
14589 Richtung
14590 \emph default
14591  ist entweder 
14592 \series bold
14593 NE
14594 \series default
14595
14596 \series bold
14597 SE
14598 \series default
14599
14600 \series bold
14601 SW
14602 \series default
14603  oder 
14604 \series bold
14605 NW
14606 \series default
14607  und stellt eine Himmelsrichtung dar.
14608  
14609 \series bold
14610 SW
14611 \series default
14612  ist z.
14613 \begin_inset space \thinspace{}
14614 \end_inset
14615
14616 B.
14617  die Südwestecke.
14618  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
14619 \end_layout
14620
14621 \begin_layout Standard
14622
14623 \series bold
14624
14625 \backslash
14626 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
14627 \end_layout
14628
14629 \begin_layout Standard
14630 verwendet.
14631  Wenn keine Richtung angegeben ist, wird NW verwendet.
14632 \end_layout
14633
14634 \begin_layout Standard
14635 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
14636  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
14637 e ist, ragt der Inhalt über die Zelle hinaus:
14638 \end_layout
14639
14640 \begin_layout Standard
14641 \noindent
14642 \align center
14643 \begin_inset Tabular
14644 <lyxtabular version="3" rows="2" columns="2">
14645 <features tabularvalignment="middle">
14646 <column alignment="center" valignment="top" width="3cm">
14647 <column alignment="center" valignment="top">
14648 <row>
14649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14650 \begin_inset Text
14651
14652 \begin_layout Plain Layout
14653 \begin_inset ERT
14654 status collapsed
14655
14656 \begin_layout Plain Layout
14657
14658
14659 \backslash
14660 diagbox{
14661 \end_layout
14662
14663 \end_inset
14664
14665 Name
14666 \begin_inset ERT
14667 status collapsed
14668
14669 \begin_layout Plain Layout
14670
14671 }{
14672 \end_layout
14673
14674 \end_inset
14675
14676 Parameter
14677 \begin_inset ERT
14678 status collapsed
14679
14680 \begin_layout Plain Layout
14681
14682 }
14683 \end_layout
14684
14685 \end_inset
14686
14687
14688 \end_layout
14689
14690 \end_inset
14691 </cell>
14692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14693 \begin_inset Text
14694
14695 \begin_layout Plain Layout
14696 Dicke in nm
14697 \end_layout
14698
14699 \end_inset
14700 </cell>
14701 </row>
14702 <row>
14703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14704 \begin_inset Text
14705
14706 \begin_layout Plain Layout
14707 Perfekt Grün
14708 \end_layout
14709
14710 \end_inset
14711 </cell>
14712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14713 \begin_inset Text
14714
14715 \begin_layout Plain Layout
14716 45
14717 \end_layout
14718
14719 \end_inset
14720 </cell>
14721 </row>
14722 </lyxtabular>
14723
14724 \end_inset
14725
14726
14727 \end_layout
14728
14729 \begin_layout Standard
14730 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14731  verwendet man die Befehlsoption 
14732 \series bold
14733 width=3cm
14734 \series default
14735  (ersetzen Sie '3cm' durch die benötigte Breite).
14736  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14737 \begin_inset space \thinspace{}
14738 \end_inset
14739
14740 cm gesetzt.
14741  Für 
14742 \series bold
14743
14744 \backslash
14745 diagbox
14746 \series default
14747  wird eine Breite von 4
14748 \begin_inset space \thinspace{}
14749 \end_inset
14750
14751 cm + 2
14752 \begin_inset space \thinspace{}
14753 \end_inset
14754
14755
14756 \backslash
14757 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14758  diesem Fall 4
14759 \begin_inset space \thinspace{}
14760 \end_inset
14761
14762 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14763  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14764 \series bold
14765
14766 \backslash
14767 diagbox
14768 \series default
14769  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14770  später verwenden kann.
14771  Dies wird mit den \SpecialChar TeX
14772 -Code Befehlen
14773 \end_layout
14774
14775 \begin_layout Standard
14776
14777 \series bold
14778
14779 \backslash
14780 newlength{
14781 \backslash
14782 diagtest}
14783 \begin_inset Newline newline
14784 \end_inset
14785
14786
14787 \backslash
14788 setlength{
14789 \backslash
14790 diagtest}{4cm+2
14791 \backslash
14792 tabcolsep}
14793 \end_layout
14794
14795 \begin_layout Standard
14796 erreicht.
14797 \end_layout
14798
14799 \begin_layout Standard
14800 \begin_inset ERT
14801 status collapsed
14802
14803 \begin_layout Plain Layout
14804
14805
14806 \backslash
14807 newlength{
14808 \backslash
14809 diagtest}
14810 \end_layout
14811
14812 \begin_layout Plain Layout
14813
14814
14815 \backslash
14816 setlength{
14817 \backslash
14818 diagtest}{4cm+2
14819 \backslash
14820 tabcolsep}
14821 \end_layout
14822
14823 \end_inset
14824
14825
14826 \end_layout
14827
14828 \begin_layout Standard
14829 Um Berechnungen in \SpecialChar LaTeX
14830  zu aktivieren, muss das Paket 
14831 \series bold
14832 calc
14833 \series default
14834
14835 \begin_inset Index idx
14836 range none
14837 pageformat default
14838 status collapsed
14839
14840 \begin_layout Plain Layout
14841 \SpecialChar LaTeX
14842 -Pakete
14843 \begin_inset IndexMacro subentry
14844 status open
14845
14846 \begin_layout Plain Layout
14847 calc
14848 \end_layout
14849
14850 \end_inset
14851
14852
14853 \end_layout
14854
14855 \end_inset
14856
14857  im \SpecialChar LaTeX
14858 -Vorspann geladen werden.
14859 \end_layout
14860
14861 \begin_layout Standard
14862 In der Tabelle kann man nun den Befehl
14863 \end_layout
14864
14865 \begin_layout Standard
14866
14867 \series bold
14868
14869 \backslash
14870 diagbox[width=
14871 \backslash
14872 diagtest]{A}{B}
14873 \end_layout
14874
14875 \begin_layout Standard
14876 in der ersten Zelle verwenden:
14877 \end_layout
14878
14879 \begin_layout Standard
14880 \noindent
14881 \align center
14882 \begin_inset Tabular
14883 <lyxtabular version="3" rows="2" columns="2">
14884 <features tabularvalignment="middle">
14885 <column alignment="center" valignment="top" width="4cm">
14886 <column alignment="center" valignment="top">
14887 <row>
14888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Plain Layout
14892 \begin_inset ERT
14893 status open
14894
14895 \begin_layout Plain Layout
14896
14897
14898 \backslash
14899 diagbox[width=
14900 \backslash
14901 diagtest]{
14902 \end_layout
14903
14904 \end_inset
14905
14906 A
14907 \begin_inset ERT
14908 status collapsed
14909
14910 \begin_layout Plain Layout
14911
14912 }{
14913 \end_layout
14914
14915 \end_inset
14916
14917 B
14918 \begin_inset ERT
14919 status collapsed
14920
14921 \begin_layout Plain Layout
14922
14923 }
14924 \end_layout
14925
14926 \end_inset
14927
14928
14929 \end_layout
14930
14931 \end_inset
14932 </cell>
14933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14934 \begin_inset Text
14935
14936 \begin_layout Plain Layout
14937 Dicke in nm
14938 \end_layout
14939
14940 \end_inset
14941 </cell>
14942 </row>
14943 <row>
14944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14945 \begin_inset Text
14946
14947 \begin_layout Plain Layout
14948 Perfekt Grün
14949 \end_layout
14950
14951 \end_inset
14952 </cell>
14953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14954 \begin_inset Text
14955
14956 \begin_layout Plain Layout
14957 45
14958 \end_layout
14959
14960 \end_inset
14961 </cell>
14962 </row>
14963 </lyxtabular>
14964
14965 \end_inset
14966
14967
14968 \end_layout
14969
14970 \begin_layout Standard
14971 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14972  muss.
14973  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14974  wie in in dieser Tabelle:
14975 \end_layout
14976
14977 \begin_layout Standard
14978 \noindent
14979 \align center
14980 \begin_inset Tabular
14981 <lyxtabular version="3" rows="2" columns="2">
14982 <features tabularvalignment="middle">
14983 <column alignment="center" valignment="top" width="0pt">
14984 <column alignment="center" valignment="top">
14985 <row>
14986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14987 \begin_inset Text
14988
14989 \begin_layout Plain Layout
14990 \begin_inset ERT
14991 status collapsed
14992
14993 \begin_layout Plain Layout
14994
14995
14996 \backslash
14997 diagbox{
14998 \end_layout
14999
15000 \end_inset
15001
15002 A
15003 \begin_inset ERT
15004 status collapsed
15005
15006 \begin_layout Plain Layout
15007
15008 }{
15009 \end_layout
15010
15011 \end_inset
15012
15013 B
15014 \begin_inset ERT
15015 status collapsed
15016
15017 \begin_layout Plain Layout
15018
15019 }
15020 \end_layout
15021
15022 \end_inset
15023
15024
15025 \end_layout
15026
15027 \end_inset
15028 </cell>
15029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15030 \begin_inset Text
15031
15032 \begin_layout Plain Layout
15033 Dicke in nm
15034 \end_layout
15035
15036 \end_inset
15037 </cell>
15038 </row>
15039 <row>
15040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15041 \begin_inset Text
15042
15043 \begin_layout Plain Layout
15044 Perfekt Grün
15045 \end_layout
15046
15047 \end_inset
15048 </cell>
15049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15050 \begin_inset Text
15051
15052 \begin_layout Plain Layout
15053 45
15054 \end_layout
15055
15056 \end_inset
15057 </cell>
15058 </row>
15059 </lyxtabular>
15060
15061 \end_inset
15062
15063
15064 \end_layout
15065
15066 \begin_layout Standard
15067 Verwenden Sie in diesem Fall die Option 
15068 \series bold
15069 width
15070 \series default
15071  des Befehls 
15072 \series bold
15073
15074 \backslash
15075 diagbox
15076 \series default
15077 .
15078  Es ist dabei nicht notwendig, 2
15079 \backslash
15080 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
15081  ist.
15082  In dieser Tabelle wird eine Breite von 3
15083 \begin_inset space \thinspace{}
15084 \end_inset
15085
15086 cm verwendet:
15087 \end_layout
15088
15089 \begin_layout Standard
15090 \noindent
15091 \align center
15092 \begin_inset Tabular
15093 <lyxtabular version="3" rows="2" columns="2">
15094 <features tabularvalignment="middle">
15095 <column alignment="center" valignment="top" width="0pt">
15096 <column alignment="center" valignment="top">
15097 <row>
15098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15099 \begin_inset Text
15100
15101 \begin_layout Plain Layout
15102 \begin_inset ERT
15103 status open
15104
15105 \begin_layout Plain Layout
15106
15107
15108 \backslash
15109 diagbox[width=3cm]{
15110 \end_layout
15111
15112 \end_inset
15113
15114 A
15115 \begin_inset ERT
15116 status collapsed
15117
15118 \begin_layout Plain Layout
15119
15120 }{
15121 \end_layout
15122
15123 \end_inset
15124
15125 B
15126 \begin_inset ERT
15127 status collapsed
15128
15129 \begin_layout Plain Layout
15130
15131 }
15132 \end_layout
15133
15134 \end_inset
15135
15136
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145 Dicke in nm
15146 \end_layout
15147
15148 \end_inset
15149 </cell>
15150 </row>
15151 <row>
15152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Plain Layout
15156 Perfekt Grün
15157 \end_layout
15158
15159 \end_inset
15160 </cell>
15161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15162 \begin_inset Text
15163
15164 \begin_layout Plain Layout
15165 45
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 </row>
15171 </lyxtabular>
15172
15173 \end_inset
15174
15175
15176 \end_layout
15177
15178 \begin_layout Standard
15179 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
15180  Text in der Zelle unterzubringen.
15181  Dies wird mit der 
15182 \series bold
15183
15184 \backslash
15185 diagbox
15186 \series default
15187 -Option 
15188 \series bold
15189 height=3cm
15190 \series default
15191  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
15192  In der folgenden Tabelle wird der Befehl
15193 \end_layout
15194
15195 \begin_layout Standard
15196
15197 \series bold
15198
15199 \backslash
15200 diagbox[width=3cm,height=1.4cm]{A
15201 \backslash
15202
15203 \backslash
15204 B}{C
15205 \backslash
15206
15207 \backslash
15208 D}
15209 \end_layout
15210
15211 \begin_layout Standard
15212 in der ersten Zelle verwendet.
15213  Der Befehl 
15214 \series bold
15215
15216 \backslash
15217
15218 \backslash
15219
15220 \series default
15221  erzeugt hierbei den Zeilenumbruch.
15222 \begin_inset Foot
15223 status collapsed
15224
15225 \begin_layout Plain Layout
15226 Zeilen mit 
15227 \family sans
15228 Strg+Enter
15229 \family default
15230  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
15231 \end_layout
15232
15233 \end_inset
15234
15235
15236 \end_layout
15237
15238 \begin_layout Standard
15239 \noindent
15240 \align center
15241 \begin_inset Tabular
15242 <lyxtabular version="3" rows="2" columns="2">
15243 <features tabularvalignment="middle">
15244 <column alignment="center" valignment="top">
15245 <column alignment="center" valignment="top">
15246 <row>
15247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251 \begin_inset ERT
15252 status open
15253
15254 \begin_layout Plain Layout
15255
15256
15257 \backslash
15258 diagbox[width=3cm,height=1.4cm]{
15259 \end_layout
15260
15261 \end_inset
15262
15263 A
15264 \begin_inset ERT
15265 status collapsed
15266
15267 \begin_layout Plain Layout
15268
15269
15270 \backslash
15271
15272 \backslash
15273
15274 \end_layout
15275
15276 \end_inset
15277
15278 B
15279 \begin_inset ERT
15280 status collapsed
15281
15282 \begin_layout Plain Layout
15283
15284 }{
15285 \end_layout
15286
15287 \end_inset
15288
15289 C
15290 \begin_inset ERT
15291 status collapsed
15292
15293 \begin_layout Plain Layout
15294
15295
15296 \backslash
15297
15298 \backslash
15299
15300 \end_layout
15301
15302 \end_inset
15303
15304 D
15305 \begin_inset ERT
15306 status collapsed
15307
15308 \begin_layout Plain Layout
15309
15310 }
15311 \end_layout
15312
15313 \end_inset
15314
15315
15316 \end_layout
15317
15318 \end_inset
15319 </cell>
15320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15321 \begin_inset Text
15322
15323 \begin_layout Plain Layout
15324 Dicke in nm
15325 \end_layout
15326
15327 \end_inset
15328 </cell>
15329 </row>
15330 <row>
15331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15332 \begin_inset Text
15333
15334 \begin_layout Plain Layout
15335 Perfekt Grün
15336 \end_layout
15337
15338 \end_inset
15339 </cell>
15340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15341 \begin_inset Text
15342
15343 \begin_layout Plain Layout
15344 45
15345 \end_layout
15346
15347 \end_inset
15348 </cell>
15349 </row>
15350 </lyxtabular>
15351
15352 \end_inset
15353
15354
15355 \end_layout
15356
15357 \begin_layout Standard
15358 \begin_inset ERT
15359 status collapsed
15360
15361 \begin_layout Plain Layout
15362
15363
15364 \backslash
15365 else
15366 \end_layout
15367
15368 \end_inset
15369
15370
15371 \begin_inset Note Note
15372 status open
15373
15374 \begin_layout Plain Layout
15375 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
15376 -Paket 
15377 \series bold
15378 diagbox
15379 \series default
15380  nicht installiert ist:
15381 \end_layout
15382
15383 \end_inset
15384
15385
15386 \end_layout
15387
15388 \begin_layout Standard
15389 Sie müssen das \SpecialChar LaTeX
15390 -Paket 
15391 \series bold
15392 diagbox
15393 \series default
15394  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15395 \end_layout
15396
15397 \begin_layout Standard
15398 \begin_inset ERT
15399 status collapsed
15400
15401 \begin_layout Plain Layout
15402
15403
15404 \backslash
15405 fi
15406 \end_layout
15407
15408 \end_inset
15409
15410
15411 \end_layout
15412
15413 \begin_layout Standard
15414 Für mehr Informationen über das \SpecialChar LaTeX
15415 -Paket 
15416 \series bold
15417 diagbox
15418 \series default
15419 , siehe dessen Dokumentation, 
15420 \begin_inset CommandInset citation
15421 LatexCommand cite
15422 key "diagbox"
15423 literal "true"
15424
15425 \end_inset
15426
15427 .
15428 \end_layout
15429
15430 \begin_layout Section
15431 Formale Tabellen
15432 \begin_inset CommandInset label
15433 LatexCommand label
15434 name "abs:Formale-Tabellen"
15435
15436 \end_inset
15437
15438
15439 \begin_inset Index idx
15440 range none
15441 pageformat default
15442 status collapsed
15443
15444 \begin_layout Plain Layout
15445 Tabellen
15446 \begin_inset IndexMacro subentry
15447 status open
15448
15449 \begin_layout Plain Layout
15450 Formale
15451 \end_layout
15452
15453 \end_inset
15454
15455
15456 \end_layout
15457
15458 \end_inset
15459
15460
15461 \end_layout
15462
15463 \begin_layout Standard
15464 Tabellen werden in Büchern oft wie Tabelle
15465 \begin_inset space ~
15466 \end_inset
15467
15468
15469 \begin_inset CommandInset ref
15470 LatexCommand ref
15471 reference "tab:Formale-Tabelle"
15472
15473 \end_inset
15474
15475  gesetzt.
15476  Diese Tabellen werden
15477 \emph on
15478  formal
15479 \emph default
15480  genannt.
15481  Formale Tabellen bekommen Sie, wenn Sie den Stil 
15482 \begin_inset Quotes gld
15483 \end_inset
15484
15485 Formale Tabelle
15486 \begin_inset Quotes grd
15487 \end_inset
15488
15489  im Dialog 
15490 \family sans
15491 Einfügen\SpecialChar menuseparator
15492 Tabelle
15493 \family default
15494  wählen oder im 
15495 \family sans
15496 Tabellen-Einstellungen
15497 \family default
15498 -Dialog auf der Karteikarte 
15499 \family sans
15500 Rahmen
15501 \family default
15502  den 
15503 \family sans
15504 Stil
15505 \family default
15506  
15507 \family sans
15508 Formal
15509 \family default
15510  ankreuzen (wenn Sie zusätzlich noch dort 
15511 \family sans
15512 Formalen Standardstil verwenden
15513 \family default
15514  ankreuzen, werden die Linien für formale Tabellen sinnvoll voreingestellt).
15515 \end_layout
15516
15517 \begin_layout Standard
15518 \begin_inset Float table
15519 placement h
15520 alignment document
15521 wide false
15522 sideways false
15523 status open
15524
15525 \begin_layout Plain Layout
15526 \begin_inset Caption Standard
15527
15528 \begin_layout Plain Layout
15529 \begin_inset CommandInset label
15530 LatexCommand label
15531 name "tab:Formale-Tabelle"
15532
15533 \end_inset
15534
15535 Formale Tabelle
15536 \end_layout
15537
15538 \end_inset
15539
15540
15541 \end_layout
15542
15543 \begin_layout Plain Layout
15544 \align center
15545 \begin_inset Tabular
15546 <lyxtabular version="3" rows="8" columns="4">
15547 <features booktabs="true" tabularvalignment="middle">
15548 <column alignment="center" valignment="top">
15549 <column alignment="right" valignment="top" width="0pt">
15550 <column alignment="right" valignment="top" width="0pt">
15551 <column alignment="right" valignment="top">
15552 <row>
15553 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15554 \begin_inset Text
15555
15556 \begin_layout Plain Layout
15557 System
15558 \end_layout
15559
15560 \end_inset
15561 </cell>
15562 <cell alignment="right" valignment="top" topline="true" usebox="none">
15563 \begin_inset Text
15564
15565 \begin_layout Plain Layout
15566 Chip
15567 \begin_inset space \thinspace{}
15568 \end_inset
15569
15570 1
15571 \end_layout
15572
15573 \end_inset
15574 </cell>
15575 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15576 \begin_inset Text
15577
15578 \begin_layout Plain Layout
15579 Chip
15580 \begin_inset space \thinspace{}
15581 \end_inset
15582
15583 2
15584 \end_layout
15585
15586 \end_inset
15587 </cell>
15588 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15589 \begin_inset Text
15590
15591 \begin_layout Plain Layout
15592
15593 \end_layout
15594
15595 \end_inset
15596 </cell>
15597 </row>
15598 <row>
15599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15600 \begin_inset Text
15601
15602 \begin_layout Plain Layout
15603 Detektordicke in µm
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 <cell alignment="right" valignment="top" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Plain Layout
15612 300
15613 \end_layout
15614
15615 \end_inset
15616 </cell>
15617 <cell alignment="right" valignment="top" usebox="none">
15618 \begin_inset Text
15619
15620 \begin_layout Plain Layout
15621 300
15622 \end_layout
15623
15624 \end_inset
15625 </cell>
15626 <cell alignment="center" valignment="top" usebox="none">
15627 \begin_inset Text
15628
15629 \begin_layout Plain Layout
15630 700
15631 \end_layout
15632
15633 \end_inset
15634 </cell>
15635 </row>
15636 <row>
15637 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15638 \begin_inset Text
15639
15640 \begin_layout Plain Layout
15641 Kantenwinkel in °
15642 \end_layout
15643
15644 \end_inset
15645 </cell>
15646 <cell alignment="right" valignment="top" topline="true" toplinertrim="true" usebox="none">
15647 \begin_inset Text
15648
15649 \begin_layout Plain Layout
15650 3.55
15651 \end_layout
15652
15653 \end_inset
15654 </cell>
15655 <cell alignment="right" valignment="top" topline="true" toplineltrim="true" usebox="none">
15656 \begin_inset Text
15657
15658 \begin_layout Plain Layout
15659 2.71
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 <cell alignment="center" valignment="top" topline="true" usebox="none">
15665 \begin_inset Text
15666
15667 \begin_layout Plain Layout
15668 7.99
15669 \end_layout
15670
15671 \end_inset
15672 </cell>
15673 </row>
15674 <row topspace="default">
15675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout Plain Layout
15679 räumliche Auf\SpecialChar ligaturebreak
15680 lösung in µm
15681 \end_layout
15682
15683 \end_inset
15684 </cell>
15685 <cell alignment="right" valignment="top" usebox="none">
15686 \begin_inset Text
15687
15688 \begin_layout Plain Layout
15689 4.26
15690 \end_layout
15691
15692 \end_inset
15693 </cell>
15694 <cell alignment="right" valignment="top" usebox="none">
15695 \begin_inset Text
15696
15697 \begin_layout Plain Layout
15698 10.17
15699 \end_layout
15700
15701 \end_inset
15702 </cell>
15703 <cell alignment="center" valignment="top" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Plain Layout
15707 10.56
15708 \end_layout
15709
15710 \end_inset
15711 </cell>
15712 </row>
15713 <row topspace="default">
15714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15715 \begin_inset Text
15716
15717 \begin_layout Plain Layout
15718 MTF bei 
15719 \begin_inset Formula $f_{\mathrm{max}}$
15720 \end_inset
15721
15722
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 <cell alignment="right" valignment="top" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Plain Layout
15731 0.53
15732 \end_layout
15733
15734 \end_inset
15735 </cell>
15736 <cell alignment="right" valignment="top" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740 0.37
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 <cell alignment="center" valignment="top" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749 0.39
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 </row>
15755 <row topspace="default">
15756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760 LSF räumliche Auf\SpecialChar ligaturebreak
15761 lösung
15762 \end_layout
15763
15764 \end_inset
15765 </cell>
15766 <cell alignment="right" valignment="top" usebox="none">
15767 \begin_inset Text
15768
15769 \begin_layout Plain Layout
15770
15771 \end_layout
15772
15773 \end_inset
15774 </cell>
15775 <cell alignment="right" valignment="top" usebox="none">
15776 \begin_inset Text
15777
15778 \begin_layout Plain Layout
15779
15780 \end_layout
15781
15782 \end_inset
15783 </cell>
15784 <cell alignment="center" valignment="top" usebox="none">
15785 \begin_inset Text
15786
15787 \begin_layout Plain Layout
15788
15789 \end_layout
15790
15791 \end_inset
15792 </cell>
15793 </row>
15794 <row>
15795 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15796 \begin_inset Text
15797
15798 \begin_layout Plain Layout
15799 in µm
15800 \end_layout
15801
15802 \end_inset
15803 </cell>
15804 <cell alignment="right" valignment="top" usebox="none">
15805 \begin_inset Text
15806
15807 \begin_layout Plain Layout
15808 129.7
15809 \end_layout
15810
15811 \end_inset
15812 </cell>
15813 <cell alignment="right" valignment="top" usebox="none">
15814 \begin_inset Text
15815
15816 \begin_layout Plain Layout
15817 52.75
15818 \end_layout
15819
15820 \end_inset
15821 </cell>
15822 <cell alignment="center" valignment="top" usebox="none">
15823 \begin_inset Text
15824
15825 \begin_layout Plain Layout
15826 50.78
15827 \end_layout
15828
15829 \end_inset
15830 </cell>
15831 </row>
15832 <row>
15833 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15834 \begin_inset Text
15835
15836 \begin_layout Plain Layout
15837 in % der Pixelgröße
15838 \end_layout
15839
15840 \end_inset
15841 </cell>
15842 <cell alignment="right" valignment="top" bottomline="true" usebox="none">
15843 \begin_inset Text
15844
15845 \begin_layout Plain Layout
15846 76.3
15847 \end_layout
15848
15849 \end_inset
15850 </cell>
15851 <cell alignment="right" valignment="top" bottomline="true" usebox="none">
15852 \begin_inset Text
15853
15854 \begin_layout Plain Layout
15855 95.9
15856 \end_layout
15857
15858 \end_inset
15859 </cell>
15860 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15861 \begin_inset Text
15862
15863 \begin_layout Plain Layout
15864 92.3
15865 \end_layout
15866
15867 \end_inset
15868 </cell>
15869 </row>
15870 </lyxtabular>
15871
15872 \end_inset
15873
15874
15875 \end_layout
15876
15877 \end_inset
15878
15879
15880 \end_layout
15881
15882 \begin_layout Standard
15883 Abstände zu Tabellenzeilen können auf der Karteikarte 
15884 \family sans
15885 Rahmen
15886 \family default
15887  des 
15888 \family sans
15889 Tabellen-Ein\SpecialChar softhyphen
15890 stel\SpecialChar softhyphen
15891 lun\SpecialChar softhyphen
15892 gen
15893 \family default
15894 -Dialogs hinzugefügt werden, wie in Abschnitt
15895 \begin_inset space ~
15896 \end_inset
15897
15898
15899 \begin_inset CommandInset ref
15900 LatexCommand ref
15901 reference "uab:Zeilenabstand"
15902
15903 \end_inset
15904
15905  beschrieben.
15906 \end_layout
15907
15908 \begin_layout Standard
15909 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15910  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15911  gedruckt aber anders aus.
15912  Die erste und letzte Linie ist 0.08
15913 \begin_inset space \thinspace{}
15914 \end_inset
15915
15916 em dick, während die anderen 0.05
15917 \begin_inset space \thinspace{}
15918 \end_inset
15919
15920 em dick sind.
15921 \end_layout
15922
15923 \begin_layout Standard
15924 Die Standarddicken können im \SpecialChar LaTeX
15925 -Vorspann geändert werden:
15926 \end_layout
15927
15928 \begin_layout Standard
15929
15930 \series bold
15931
15932 \backslash
15933 let
15934 \backslash
15935 mytoprule
15936 \backslash
15937 toprule
15938 \begin_inset Newline newline
15939 \end_inset
15940
15941
15942 \backslash
15943 renewcommand{
15944 \backslash
15945 toprule}{
15946 \backslash
15947 mytoprule[Breite]}
15948 \end_layout
15949
15950 \begin_layout Standard
15951 Dies Beispiel gilt für die oberste Linie, genannt 
15952 \series bold
15953 toprule
15954 \series default
15955 .
15956  Für die letzte müssen Sie 
15957 \series bold
15958 toprule
15959 \series default
15960  durch 
15961 \series bold
15962 bottomrule
15963 \series default
15964  ersetzen.
15965  Die Linien dazwischen heißen 
15966 \series bold
15967 midrule
15968 \series default
15969 .
15970  Für 
15971 \family sans
15972 Breite
15973 \family default
15974  können Sie alle Einheiten benutzen, die in Anhang
15975 \begin_inset space ~
15976 \end_inset
15977
15978
15979 \begin_inset CommandInset ref
15980 LatexCommand ref
15981 reference "kap:In-LyX-verfügbare"
15982
15983 \end_inset
15984
15985  aufgelistet sind.
15986 \end_layout
15987
15988 \begin_layout Standard
15989 Bei formalen Tabellen ist es üblich, die Gruppierung von Spalten durch unterbroc
15990 hene Mittellinien anzuzeigen (wie in Tabelle
15991 \begin_inset space ~
15992 \end_inset
15993
15994
15995 \begin_inset CommandInset ref
15996 LatexCommand ref
15997 reference "tab:Formale-Tabelle"
15998
15999 \end_inset
16000
16001 ).
16002  Dies können Sie über den Tabellendialog machen.
16003  Wenn Sie eine formale Tabelle bearbeiten, zeigt das Rahmenwerkzeug bei
16004  den oberen uns unteren Rahmenlinien kurze abgetrennte Linien links und
16005  rechts an.
16006  Wenn Sie diese anklicken, wird die Linie entsprechend zurechtgestutzt.
16007 \end_layout
16008
16009 \begin_layout Standard
16010 Wenn Sie die Dicke der Mittellinien oder die Kürzungslänge verändern wollen,
16011  müssen Sie \SpecialChar TeX
16012 -Code benutzen.
16013  Der entsprechende Befehl, der auch für die gestutzten Mittellinien intern
16014  verwendet wird, sieht so aus:
16015 \end_layout
16016
16017 \begin_layout Standard
16018
16019 \series bold
16020
16021 \backslash
16022 cmidrule[Höhe](trim){Anfangsspalte-Endspalte}
16023 \end_layout
16024
16025 \begin_layout Standard
16026 Der Standardwert der optionalen 
16027 \series bold
16028 Höhe
16029 \series default
16030  ist 0.03
16031 \begin_inset space \thinspace{}
16032 \end_inset
16033
16034 em.
16035  Die Linie reicht von 
16036 \series bold
16037 Anfangsspalte
16038 \series default
16039  bis 
16040 \series bold
16041 Endspalte
16042 \series default
16043 .
16044  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
16045  Die 
16046 \series bold
16047 Endspalte
16048 \series default
16049  muss immer angegeben werden, auch wenn die Linie nur über eine Spalte geht.
16050  Der optionale Parameter 
16051 \series bold
16052 trim
16053 \series default
16054  kann die Werte 
16055 \emph on
16056 r
16057 \emph default
16058
16059 \emph on
16060 r{Breite}
16061 \emph default
16062
16063 \emph on
16064 l
16065 \family typewriter
16066 \emph default
16067  
16068 \family default
16069 oder 
16070 \emph on
16071 l{Breite}
16072 \emph default
16073  annehmen, wobei die 
16074 \emph on
16075 Breite
16076 \emph default
16077  optional ist.
16078  
16079 \emph on
16080 l{2pt}
16081 \emph default
16082  zum Beispiel bedeutet, dass die Linie links um 2
16083 \begin_inset space \thinspace{}
16084 \end_inset
16085
16086 pt gekürzt wird.
16087  Ohne Breitenangabe wird die Linie um 0.5
16088 \begin_inset space \thinspace{}
16089 \end_inset
16090
16091 em gekürzt.
16092 \end_layout
16093
16094 \begin_layout Standard
16095 Die 
16096 \emph on
16097 Höhen
16098 \emph default
16099 -Optionen und die 
16100 \emph on
16101 Breiten
16102 \emph default
16103 -Parameter von 
16104 \emph on
16105 l
16106 \emph default
16107  und 
16108 \emph on
16109 r
16110 \emph default
16111  werden (noch) nicht von \SpecialChar LyX
16112  unterstützt.
16113  Wenn Sie dies brauchen, können Sie manuell im \SpecialChar TeX
16114 -Modus einen entsprechenden
16115  
16116 \series bold
16117
16118 \backslash
16119 cmidrule
16120 \series default
16121 -Befehl einfügen.
16122  Fügen Sie dies als erstes in die erste Zelle einer Zeile ein, dann wird
16123  die entsprechende Linie über dieser Zeile gedruckt.
16124  Tabelle
16125 \begin_inset space ~
16126 \end_inset
16127
16128
16129 \begin_inset CommandInset ref
16130 LatexCommand ref
16131 reference "tab:Special-booktabs-table"
16132
16133 \end_inset
16134
16135  exemplifiziert dies (in der sechsten Zeile).
16136 \end_layout
16137
16138 \begin_layout Standard
16139 Sie können mit 
16140 \series bold
16141
16142 \backslash
16143 cmidrule
16144 \series default
16145  auch überlappende Linien, wie ebenfalls in Tabelle
16146 \begin_inset space ~
16147 \end_inset
16148
16149
16150 \begin_inset CommandInset ref
16151 LatexCommand ref
16152 reference "tab:Special-booktabs-table"
16153
16154 \end_inset
16155
16156  demonstriert, definieren.
16157  Beachten Sie aber, dass dies als schlechter Stil gilt (verwenden Sie es
16158  also nur, wenn Sie es unbedingt brauchen).
16159  Der Befehl ist:
16160 \end_layout
16161
16162 \begin_layout Standard
16163
16164 \series bold
16165
16166 \backslash
16167 morecmidrules
16168 \end_layout
16169
16170 \begin_layout Standard
16171 In Zeile zwei der Tabelle
16172 \begin_inset space ~
16173 \end_inset
16174
16175
16176 \begin_inset CommandInset ref
16177 LatexCommand ref
16178 reference "tab:Special-booktabs-table"
16179
16180 \end_inset
16181
16182  wurde folgender Befehl benutzt:
16183 \end_layout
16184
16185 \begin_layout Standard
16186
16187 \series bold
16188
16189 \backslash
16190 morecmidrules
16191 \backslash
16192 cmidrule{2-4}
16193 \end_layout
16194
16195 \begin_layout Standard
16196 und in Zeile sechs:
16197 \end_layout
16198
16199 \begin_layout Standard
16200
16201 \series bold
16202
16203 \backslash
16204 morecmidrules
16205 \backslash
16206 cmidrule{3-4}
16207 \end_layout
16208
16209 \begin_layout Standard
16210 \begin_inset VSpace bigskip
16211 \end_inset
16212
16213
16214 \end_layout
16215
16216 \begin_layout Standard
16217 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
16218  Befehl eine Linie zeichnen, die alle Spalten überspannt:
16219 \end_layout
16220
16221 \begin_layout Standard
16222
16223 \series bold
16224
16225 \backslash
16226 specialrule{Dicke}{Abstand davor}{Abstand danach}
16227 \end_layout
16228
16229 \begin_layout Standard
16230 Weitere Informationen finden Sie im Handbuch des \SpecialChar LaTeX
16231 -Pakets 
16232 \series bold
16233 booktabs
16234 \series default
16235  
16236 \begin_inset CommandInset citation
16237 LatexCommand cite
16238 key "booktabs"
16239 literal "true"
16240
16241 \end_inset
16242
16243 .
16244 \begin_inset Index idx
16245 range none
16246 pageformat default
16247 status collapsed
16248
16249 \begin_layout Plain Layout
16250 \SpecialChar LaTeX
16251 -Pakete
16252 \begin_inset IndexMacro subentry
16253 status open
16254
16255 \begin_layout Plain Layout
16256 booktabs
16257 \end_layout
16258
16259 \end_inset
16260
16261
16262 \end_layout
16263
16264 \end_inset
16265
16266
16267 \end_layout
16268
16269 \begin_layout Standard
16270 \begin_inset Float table
16271 placement h
16272 alignment document
16273 wide false
16274 sideways false
16275 status open
16276
16277 \begin_layout Plain Layout
16278 \begin_inset Caption Standard
16279
16280 \begin_layout Plain Layout
16281 \begin_inset CommandInset label
16282 LatexCommand label
16283 name "tab:Special-booktabs-table"
16284
16285 \end_inset
16286
16287 Eine spezielle (hässliche) formale Tabelle
16288 \end_layout
16289
16290 \end_inset
16291
16292
16293 \end_layout
16294
16295 \begin_layout Plain Layout
16296 \align center
16297 \begin_inset Tabular
16298 <lyxtabular version="3" rows="8" columns="4">
16299 <features booktabs="true" tabularvalignment="middle">
16300 <column alignment="center" valignment="top">
16301 <column alignment="center" valignment="top" width="0pt">
16302 <column alignment="right" valignment="top" width="0pt">
16303 <column alignment="right" valignment="top">
16304 <row>
16305 <cell alignment="center" valignment="top" topline="true" usebox="none">
16306 \begin_inset Text
16307
16308 \begin_layout Plain Layout
16309 System
16310 \end_layout
16311
16312 \end_inset
16313 </cell>
16314 <cell alignment="center" valignment="top" topline="true" usebox="none">
16315 \begin_inset Text
16316
16317 \begin_layout Plain Layout
16318 Chip
16319 \begin_inset space \thinspace{}
16320 \end_inset
16321
16322 1
16323 \end_layout
16324
16325 \end_inset
16326 </cell>
16327 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
16328 \begin_inset Text
16329
16330 \begin_layout Plain Layout
16331 Chip
16332 \begin_inset space \thinspace{}
16333 \end_inset
16334
16335 2
16336 \end_layout
16337
16338 \end_inset
16339 </cell>
16340 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16341 \begin_inset Text
16342
16343 \begin_layout Plain Layout
16344
16345 \end_layout
16346
16347 \end_inset
16348 </cell>
16349 </row>
16350 <row>
16351 <cell alignment="center" valignment="top" usebox="none">
16352 \begin_inset Text
16353
16354 \begin_layout Plain Layout
16355 \begin_inset ERT
16356 status collapsed
16357
16358 \begin_layout Plain Layout
16359
16360
16361 \backslash
16362 morecmidrules
16363 \end_layout
16364
16365 \end_inset
16366
16367
16368 \begin_inset ERT
16369 status collapsed
16370
16371 \begin_layout Plain Layout
16372
16373
16374 \backslash
16375 cmidrule{2-4}
16376 \end_layout
16377
16378 \end_inset
16379
16380 Detektordicke in µm
16381 \end_layout
16382
16383 \end_inset
16384 </cell>
16385 <cell alignment="center" valignment="top" topline="true" toplinertrim="true" usebox="none">
16386 \begin_inset Text
16387
16388 \begin_layout Plain Layout
16389 300
16390 \end_layout
16391
16392 \end_inset
16393 </cell>
16394 <cell alignment="right" valignment="top" topline="true" toplineltrim="true" usebox="none">
16395 \begin_inset Text
16396
16397 \begin_layout Plain Layout
16398 300
16399 \end_layout
16400
16401 \end_inset
16402 </cell>
16403 <cell alignment="center" valignment="top" topline="true" usebox="none">
16404 \begin_inset Text
16405
16406 \begin_layout Plain Layout
16407 700
16408 \end_layout
16409
16410 \end_inset
16411 </cell>
16412 </row>
16413 <row>
16414 <cell alignment="center" valignment="top" topline="true" usebox="none">
16415 \begin_inset Text
16416
16417 \begin_layout Plain Layout
16418 Kantenwinkel in °
16419 \end_layout
16420
16421 \end_inset
16422 </cell>
16423 <cell alignment="center" valignment="top" topline="true" usebox="none">
16424 \begin_inset Text
16425
16426 \begin_layout Plain Layout
16427 3,55
16428 \end_layout
16429
16430 \end_inset
16431 </cell>
16432 <cell alignment="right" valignment="top" topline="true" usebox="none">
16433 \begin_inset Text
16434
16435 \begin_layout Plain Layout
16436 2,71
16437 \end_layout
16438
16439 \end_inset
16440 </cell>
16441 <cell alignment="center" valignment="top" topline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445 7,99
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 </row>
16451 <row topspace="default">
16452 <cell alignment="center" valignment="top" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456 räumliche Auf\SpecialChar ligaturebreak
16457 lösung in µm
16458 \end_layout
16459
16460 \end_inset
16461 </cell>
16462 <cell alignment="center" valignment="top" usebox="none">
16463 \begin_inset Text
16464
16465 \begin_layout Plain Layout
16466 4,26
16467 \end_layout
16468
16469 \end_inset
16470 </cell>
16471 <cell alignment="right" valignment="top" usebox="none">
16472 \begin_inset Text
16473
16474 \begin_layout Plain Layout
16475 10,17
16476 \end_layout
16477
16478 \end_inset
16479 </cell>
16480 <cell alignment="center" valignment="top" usebox="none">
16481 \begin_inset Text
16482
16483 \begin_layout Plain Layout
16484 10,56
16485 \end_layout
16486
16487 \end_inset
16488 </cell>
16489 </row>
16490 <row topspace="default">
16491 <cell alignment="center" valignment="top" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495 MTF bei 
16496 \begin_inset Formula $f_{\mathrm{max}}$
16497 \end_inset
16498
16499
16500 \end_layout
16501
16502 \end_inset
16503 </cell>
16504 <cell alignment="center" valignment="top" usebox="none">
16505 \begin_inset Text
16506
16507 \begin_layout Plain Layout
16508 0,53
16509 \end_layout
16510
16511 \end_inset
16512 </cell>
16513 <cell alignment="right" valignment="top" usebox="none">
16514 \begin_inset Text
16515
16516 \begin_layout Plain Layout
16517 0,37
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 <cell alignment="center" valignment="top" usebox="none">
16523 \begin_inset Text
16524
16525 \begin_layout Plain Layout
16526 0,39
16527 \end_layout
16528
16529 \end_inset
16530 </cell>
16531 </row>
16532 <row>
16533 <cell alignment="center" valignment="top" topline="true" usebox="none">
16534 \begin_inset Text
16535
16536 \begin_layout Plain Layout
16537 \begin_inset ERT
16538 status collapsed
16539
16540 \begin_layout Plain Layout
16541
16542
16543 \backslash
16544 morecmidrules
16545 \end_layout
16546
16547 \end_inset
16548
16549
16550 \begin_inset ERT
16551 status collapsed
16552
16553 \begin_layout Plain Layout
16554
16555
16556 \backslash
16557 cmidrule[2pt](l{7pt}){3-4}
16558 \end_layout
16559
16560 \end_inset
16561
16562 LSF-räumliche Auf\SpecialChar ligaturebreak
16563 lösung
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 <cell alignment="center" valignment="top" topline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 <cell alignment="right" valignment="top" topline="true" usebox="none">
16578 \begin_inset Text
16579
16580 \begin_layout Plain Layout
16581
16582 \end_layout
16583
16584 \end_inset
16585 </cell>
16586 <cell alignment="center" valignment="top" topline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 </row>
16596 <row>
16597 <cell alignment="center" valignment="top" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Plain Layout
16601 in µm
16602 \end_layout
16603
16604 \end_inset
16605 </cell>
16606 <cell alignment="center" valignment="top" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610 129,7
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 <cell alignment="right" valignment="top" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619 52,75
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 <cell alignment="center" valignment="top" usebox="none">
16625 \begin_inset Text
16626
16627 \begin_layout Plain Layout
16628 50,78
16629 \end_layout
16630
16631 \end_inset
16632 </cell>
16633 </row>
16634 <row>
16635 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16636 \begin_inset Text
16637
16638 \begin_layout Plain Layout
16639 in % der Pixelgröße
16640 \end_layout
16641
16642 \end_inset
16643 </cell>
16644 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16645 \begin_inset Text
16646
16647 \begin_layout Plain Layout
16648 76,3
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 <cell alignment="right" valignment="top" bottomline="true" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Plain Layout
16657 95,9
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 92,3
16667 \end_layout
16668
16669 \end_inset
16670 </cell>
16671 </row>
16672 </lyxtabular>
16673
16674 \end_inset
16675
16676
16677 \end_layout
16678
16679 \end_inset
16680
16681
16682 \end_layout
16683
16684 \begin_layout Section
16685 Vertikale Tabellen-Ausrichtung
16686 \begin_inset Index idx
16687 range none
16688 pageformat default
16689 status collapsed
16690
16691 \begin_layout Plain Layout
16692 Tabellen
16693 \begin_inset IndexMacro subentry
16694 status open
16695
16696 \begin_layout Plain Layout
16697 Ausrichtung
16698 \end_layout
16699
16700 \end_inset
16701
16702
16703 \end_layout
16704
16705 \end_inset
16706
16707
16708 \end_layout
16709
16710 \begin_layout Standard
16711 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16712  einer Box sein.
16713  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16714 \begin_inset space ~
16715 \end_inset
16716
16717
16718 \begin_inset CommandInset ref
16719 LatexCommand ref
16720 reference "abs:Box-Dialog"
16721
16722 \end_inset
16723
16724  beschrieben.
16725 \end_layout
16726
16727 \begin_layout Standard
16728 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16729 \begin_inset Foot
16730 status collapsed
16731
16732 \begin_layout Plain Layout
16733 Minipages werden in Abschnitt
16734 \begin_inset space ~
16735 \end_inset
16736
16737
16738 \begin_inset CommandInset ref
16739 LatexCommand ref
16740 reference "abs:Minipage"
16741
16742 \end_inset
16743
16744  beschrieben.
16745 \end_layout
16746
16747 \end_inset
16748
16749  mit 15
16750 \begin_inset space \thinspace{}
16751 \end_inset
16752
16753 col%-Breite:
16754 \end_layout
16755
16756 \begin_layout Itemize
16757 Test 
16758 \begin_inset Box Frameless
16759 position "t"
16760 hor_pos "c"
16761 has_inner_box 1
16762 inner_pos "c"
16763 use_parbox 0
16764 use_makebox 0
16765 width "15col%"
16766 special "none"
16767 height "1in"
16768 height_special "totalheight"
16769 thickness "0.4pt"
16770 separation "3pt"
16771 shadowsize "4pt"
16772 framecolor "black"
16773 backgroundcolor "none"
16774 status collapsed
16775
16776 \begin_layout Plain Layout
16777 \begin_inset Tabular
16778 <lyxtabular version="3" rows="3" columns="3">
16779 <features tabularvalignment="middle">
16780 <column alignment="center" valignment="top">
16781 <column alignment="center" valignment="top">
16782 <column alignment="center" valignment="top">
16783 <row>
16784 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16785 \begin_inset Text
16786
16787 \begin_layout Plain Layout
16788 Tabelle 1
16789 \end_layout
16790
16791 \end_inset
16792 </cell>
16793 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Plain Layout
16797
16798 \end_layout
16799
16800 \end_inset
16801 </cell>
16802 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16803 \begin_inset Text
16804
16805 \begin_layout Plain Layout
16806
16807 \end_layout
16808
16809 \end_inset
16810 </cell>
16811 </row>
16812 <row>
16813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16814 \begin_inset Text
16815
16816 \begin_layout Plain Layout
16817 b
16818 \end_layout
16819
16820 \end_inset
16821 </cell>
16822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16823 \begin_inset Text
16824
16825 \begin_layout Plain Layout
16826 e
16827 \end_layout
16828
16829 \end_inset
16830 </cell>
16831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16832 \begin_inset Text
16833
16834 \begin_layout Plain Layout
16835 h
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 </row>
16841 <row>
16842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16843 \begin_inset Text
16844
16845 \begin_layout Plain Layout
16846 c
16847 \end_layout
16848
16849 \end_inset
16850 </cell>
16851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16852 \begin_inset Text
16853
16854 \begin_layout Plain Layout
16855 f
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864 i
16865 \end_layout
16866
16867 \end_inset
16868 </cell>
16869 </row>
16870 </lyxtabular>
16871
16872 \end_inset
16873
16874
16875 \end_layout
16876
16877 \end_inset
16878
16879  Test 
16880 \begin_inset ERT
16881 status collapsed
16882
16883 \begin_layout Plain Layout
16884
16885
16886 \backslash
16887 raisebox{0.85
16888 \backslash
16889 baselineskip}{
16890 \end_layout
16891
16892 \end_inset
16893
16894
16895 \begin_inset Box Frameless
16896 position "t"
16897 hor_pos "c"
16898 has_inner_box 1
16899 inner_pos "c"
16900 use_parbox 0
16901 use_makebox 0
16902 width "15col%"
16903 special "none"
16904 height "1in"
16905 height_special "totalheight"
16906 thickness "0.4pt"
16907 separation "3pt"
16908 shadowsize "4pt"
16909 framecolor "black"
16910 backgroundcolor "none"
16911 status collapsed
16912
16913 \begin_layout Plain Layout
16914 \begin_inset Tabular
16915 <lyxtabular version="3" rows="3" columns="3">
16916 <features tabularvalignment="middle">
16917 <column alignment="center" valignment="top">
16918 <column alignment="center" valignment="top">
16919 <column alignment="center" valignment="top">
16920 <row>
16921 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925 Tabelle 2
16926 \end_layout
16927
16928 \end_inset
16929 </cell>
16930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16931 \begin_inset Text
16932
16933 \begin_layout Plain Layout
16934
16935 \end_layout
16936
16937 \end_inset
16938 </cell>
16939 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943
16944 \end_layout
16945
16946 \end_inset
16947 </cell>
16948 </row>
16949 <row>
16950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954 b
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Plain Layout
16963 e
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972 h
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 </row>
16978 <row>
16979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Plain Layout
16983 c
16984 \end_layout
16985
16986 \end_inset
16987 </cell>
16988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16989 \begin_inset Text
16990
16991 \begin_layout Plain Layout
16992 f
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001 i
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 </row>
17007 </lyxtabular>
17008
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \end_inset
17015
17016
17017 \begin_inset ERT
17018 status collapsed
17019
17020 \begin_layout Plain Layout
17021
17022 }
17023 \end_layout
17024
17025 \end_inset
17026
17027
17028 \end_layout
17029
17030 \begin_layout Itemize
17031 Test 
17032 \begin_inset Box Frameless
17033 position "c"
17034 hor_pos "c"
17035 has_inner_box 1
17036 inner_pos "c"
17037 use_parbox 0
17038 use_makebox 0
17039 width "15col%"
17040 special "none"
17041 height "1in"
17042 height_special "totalheight"
17043 thickness "0.4pt"
17044 separation "3pt"
17045 shadowsize "4pt"
17046 framecolor "black"
17047 backgroundcolor "none"
17048 status collapsed
17049
17050 \begin_layout Plain Layout
17051 \begin_inset Tabular
17052 <lyxtabular version="3" rows="3" columns="3">
17053 <features tabularvalignment="middle">
17054 <column alignment="center" valignment="top">
17055 <column alignment="center" valignment="top">
17056 <column alignment="center" valignment="top">
17057 <row>
17058 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062 Tabelle 3
17063 \end_layout
17064
17065 \end_inset
17066 </cell>
17067 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17068 \begin_inset Text
17069
17070 \begin_layout Plain Layout
17071
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080
17081 \end_layout
17082
17083 \end_inset
17084 </cell>
17085 </row>
17086 <row>
17087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Plain Layout
17091 b
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100 e
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109 h
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 </row>
17115 <row>
17116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120 c
17121 \end_layout
17122
17123 \end_inset
17124 </cell>
17125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129 f
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138 i
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 </row>
17144 </lyxtabular>
17145
17146 \end_inset
17147
17148
17149 \end_layout
17150
17151 \end_inset
17152
17153
17154 \end_layout
17155
17156 \begin_layout Itemize
17157 Test 
17158 \begin_inset Box Frameless
17159 position "b"
17160 hor_pos "c"
17161 has_inner_box 1
17162 inner_pos "c"
17163 use_parbox 0
17164 use_makebox 0
17165 width "15col%"
17166 special "none"
17167 height "1in"
17168 height_special "totalheight"
17169 thickness "0.4pt"
17170 separation "3pt"
17171 shadowsize "4pt"
17172 framecolor "black"
17173 backgroundcolor "none"
17174 status collapsed
17175
17176 \begin_layout Plain Layout
17177 \begin_inset Tabular
17178 <lyxtabular version="3" rows="3" columns="3">
17179 <features tabularvalignment="middle">
17180 <column alignment="center" valignment="top">
17181 <column alignment="center" valignment="top">
17182 <column alignment="center" valignment="top">
17183 <row>
17184 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17185 \begin_inset Text
17186
17187 \begin_layout Plain Layout
17188 Tabelle 4
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 </row>
17212 <row>
17213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17214 \begin_inset Text
17215
17216 \begin_layout Plain Layout
17217 b
17218 \end_layout
17219
17220 \end_inset
17221 </cell>
17222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17223 \begin_inset Text
17224
17225 \begin_layout Plain Layout
17226 e
17227 \end_layout
17228
17229 \end_inset
17230 </cell>
17231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17232 \begin_inset Text
17233
17234 \begin_layout Plain Layout
17235 h
17236 \end_layout
17237
17238 \end_inset
17239 </cell>
17240 </row>
17241 <row>
17242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17243 \begin_inset Text
17244
17245 \begin_layout Plain Layout
17246 c
17247 \end_layout
17248
17249 \end_inset
17250 </cell>
17251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17252 \begin_inset Text
17253
17254 \begin_layout Plain Layout
17255 f
17256 \end_layout
17257
17258 \end_inset
17259 </cell>
17260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17261 \begin_inset Text
17262
17263 \begin_layout Plain Layout
17264 i
17265 \end_layout
17266
17267 \end_inset
17268 </cell>
17269 </row>
17270 </lyxtabular>
17271
17272 \end_inset
17273
17274
17275 \end_layout
17276
17277 \end_inset
17278
17279 Test 
17280 \begin_inset ERT
17281 status collapsed
17282
17283 \begin_layout Plain Layout
17284
17285
17286 \backslash
17287 raisebox{-0.32
17288 \backslash
17289 baselineskip}{
17290 \end_layout
17291
17292 \end_inset
17293
17294
17295 \begin_inset Box Frameless
17296 position "b"
17297 hor_pos "c"
17298 has_inner_box 1
17299 inner_pos "c"
17300 use_parbox 0
17301 use_makebox 0
17302 width "15col%"
17303 special "none"
17304 height "1in"
17305 height_special "totalheight"
17306 thickness "0.4pt"
17307 separation "3pt"
17308 shadowsize "4pt"
17309 framecolor "black"
17310 backgroundcolor "none"
17311 status collapsed
17312
17313 \begin_layout Plain Layout
17314 \begin_inset Tabular
17315 <lyxtabular version="3" rows="3" columns="3">
17316 <features tabularvalignment="middle">
17317 <column alignment="center" valignment="top">
17318 <column alignment="center" valignment="top">
17319 <column alignment="center" valignment="top">
17320 <row>
17321 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17322 \begin_inset Text
17323
17324 \begin_layout Plain Layout
17325 Tabelle 5
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334
17335 \end_layout
17336
17337 \end_inset
17338 </cell>
17339 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17340 \begin_inset Text
17341
17342 \begin_layout Plain Layout
17343
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 </row>
17349 <row>
17350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17351 \begin_inset Text
17352
17353 \begin_layout Plain Layout
17354 b
17355 \end_layout
17356
17357 \end_inset
17358 </cell>
17359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363 e
17364 \end_layout
17365
17366 \end_inset
17367 </cell>
17368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372 h
17373 \end_layout
17374
17375 \end_inset
17376 </cell>
17377 </row>
17378 <row>
17379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17380 \begin_inset Text
17381
17382 \begin_layout Plain Layout
17383 c
17384 \end_layout
17385
17386 \end_inset
17387 </cell>
17388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392 f
17393 \end_layout
17394
17395 \end_inset
17396 </cell>
17397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Plain Layout
17401 i
17402 \end_layout
17403
17404 \end_inset
17405 </cell>
17406 </row>
17407 </lyxtabular>
17408
17409 \end_inset
17410
17411
17412 \end_layout
17413
17414 \end_inset
17415
17416
17417 \begin_inset ERT
17418 status collapsed
17419
17420 \begin_layout Plain Layout
17421
17422 }
17423 \end_layout
17424
17425 \end_inset
17426
17427
17428 \end_layout
17429
17430 \begin_layout Standard
17431 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
17432 \begin_inset space \space{}
17433 \end_inset
17434
17435 1 und letzten Zeile von Tabelle
17436 \begin_inset space \space{}
17437 \end_inset
17438
17439 4 bezüglich dem Wort 
17440 \begin_inset Quotes gld
17441 \end_inset
17442
17443 Test
17444 \begin_inset Quotes grd
17445 \end_inset
17446
17447  nicht richtig ausgerichtet.
17448  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
17449 \begin_inset Quotes gld
17450 \end_inset
17451
17452 Raisebox
17453 \begin_inset Quotes grd
17454 \end_inset
17455
17456
17457 \begin_inset Foot
17458 status collapsed
17459
17460 \begin_layout Plain Layout
17461 Raiseboxen werden in Abschnitt
17462 \begin_inset space ~
17463 \end_inset
17464
17465
17466 \begin_inset CommandInset ref
17467 LatexCommand ref
17468 reference "uab:Vertikale-Ausrichtung"
17469
17470 \end_inset
17471
17472  beschrieben.
17473 \end_layout
17474
17475 \end_inset
17476
17477  setzen.
17478  In Tabelle
17479 \begin_inset space \space{}
17480 \end_inset
17481
17482 2 wurde der Text mit dem Befehl
17483 \end_layout
17484
17485 \begin_layout Standard
17486
17487 \series bold
17488
17489 \backslash
17490 raisebox{0.85
17491 \backslash
17492 baselineskip}{
17493 \end_layout
17494
17495 \begin_layout Standard
17496 vor der Box ausgerichtet.
17497  Hinter der Box wurde auch noch 
17498 \series bold
17499 }
17500 \series default
17501  als \SpecialChar TeX
17502 -Code eingefügt, weil der obige Befehl mit 
17503 \series bold
17504 {
17505 \series default
17506  aufhörte.
17507  Für Tabelle
17508 \begin_inset space \space{}
17509 \end_inset
17510
17511 5 wurde der Befehl
17512 \end_layout
17513
17514 \begin_layout Standard
17515
17516 \series bold
17517
17518 \backslash
17519 raisebox{-0.32
17520 \backslash
17521 baselineskip}{
17522 \end_layout
17523
17524 \begin_layout Standard
17525 benutzt.
17526 \end_layout
17527
17528 \begin_layout Standard
17529 \begin_inset Note Greyedout
17530 status open
17531
17532 \begin_layout Plain Layout
17533
17534 \series bold
17535 Bemerkung:
17536 \series default
17537  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
17538  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
17539  Der Faktor im 
17540 \series bold
17541
17542 \backslash
17543 raisebox
17544 \series default
17545 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
17546 \end_layout
17547
17548 \end_inset
17549
17550
17551 \end_layout
17552
17553 \begin_layout Section
17554 Farbige Tabellen
17555 \begin_inset CommandInset label
17556 LatexCommand label
17557 name "abs:Farbige-Tabellen"
17558
17559 \end_inset
17560
17561
17562 \begin_inset Index idx
17563 range none
17564 pageformat default
17565 status collapsed
17566
17567 \begin_layout Plain Layout
17568 Tabellen
17569 \begin_inset IndexMacro subentry
17570 status open
17571
17572 \begin_layout Plain Layout
17573 farbige
17574 \end_layout
17575
17576 \end_inset
17577
17578
17579 \end_layout
17580
17581 \end_inset
17582
17583
17584 \end_layout
17585
17586 \begin_layout Subsection
17587 Farbige Zellen
17588 \begin_inset Index idx
17589 range none
17590 pageformat default
17591 status collapsed
17592
17593 \begin_layout Plain Layout
17594 farbige
17595 \begin_inset IndexMacro subentry
17596 status open
17597
17598 \begin_layout Plain Layout
17599  Tabellenzellen
17600 \end_layout
17601
17602 \end_inset
17603
17604
17605 \end_layout
17606
17607 \end_inset
17608
17609
17610 \end_layout
17611
17612 \begin_layout Standard
17613 \begin_inset Float table
17614 placement h
17615 alignment document
17616 wide false
17617 sideways false
17618 status open
17619
17620 \begin_layout Plain Layout
17621 \begin_inset Caption Standard
17622
17623 \begin_layout Plain Layout
17624 \begin_inset CommandInset label
17625 LatexCommand label
17626 name "tab:Farbige-Tabelle-ohne"
17627
17628 \end_inset
17629
17630 Farbige Tabelle, ohne Paket 
17631 \series bold
17632 colortbl
17633 \series default
17634
17635 \begin_inset Argument 1
17636 status collapsed
17637
17638 \begin_layout Plain Layout
17639 Tabelle ohne 
17640 \family typewriter
17641 colortbl
17642 \end_layout
17643
17644 \end_inset
17645
17646
17647 \end_layout
17648
17649 \end_inset
17650
17651
17652 \end_layout
17653
17654 \begin_layout Plain Layout
17655 \align center
17656 \begin_inset Tabular
17657 <lyxtabular version="3" rows="3" columns="3">
17658 <features tabularvalignment="middle">
17659 <column alignment="center" valignment="top">
17660 <column alignment="center" valignment="top">
17661 <column alignment="center" valignment="top">
17662 <row>
17663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17664 \begin_inset Text
17665
17666 \begin_layout Plain Layout
17667
17668 \color green
17669 a
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17675 \begin_inset Text
17676
17677 \begin_layout Plain Layout
17678
17679 \color red
17680 b
17681 \end_layout
17682
17683 \end_inset
17684 </cell>
17685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17686 \begin_inset Text
17687
17688 \begin_layout Plain Layout
17689
17690 \color red
17691 c
17692 \end_layout
17693
17694 \end_inset
17695 </cell>
17696 </row>
17697 <row>
17698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17699 \begin_inset Text
17700
17701 \begin_layout Plain Layout
17702
17703 \color green
17704 d
17705 \end_layout
17706
17707 \end_inset
17708 </cell>
17709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17710 \begin_inset Text
17711
17712 \begin_layout Plain Layout
17713
17714 \color blue
17715 e
17716 \end_layout
17717
17718 \end_inset
17719 </cell>
17720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724
17725 \color blue
17726 f
17727 \end_layout
17728
17729 \end_inset
17730 </cell>
17731 </row>
17732 <row>
17733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17734 \begin_inset Text
17735
17736 \begin_layout Plain Layout
17737
17738 \color green
17739 g
17740 \end_layout
17741
17742 \end_inset
17743 </cell>
17744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17745 \begin_inset Text
17746
17747 \begin_layout Plain Layout
17748
17749 \color blue
17750 h
17751 \end_layout
17752
17753 \end_inset
17754 </cell>
17755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17756 \begin_inset Text
17757
17758 \begin_layout Plain Layout
17759
17760 \color blue
17761 i
17762 \end_layout
17763
17764 \end_inset
17765 </cell>
17766 </row>
17767 </lyxtabular>
17768
17769 \end_inset
17770
17771
17772 \end_layout
17773
17774 \end_inset
17775
17776
17777 \end_layout
17778
17779 \begin_layout Standard
17780 Wenn Sie nur farbigen Text
17781 \begin_inset Index idx
17782 range none
17783 pageformat default
17784 status collapsed
17785
17786 \begin_layout Plain Layout
17787 Farbe
17788 \begin_inset IndexMacro subentry
17789 status open
17790
17791 \begin_layout Plain Layout
17792 für Text
17793 \end_layout
17794
17795 \end_inset
17796
17797
17798 \end_layout
17799
17800 \end_inset
17801
17802  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17803 \family sans
17804 Textstil
17805 \family default
17806 -Dialog (Werkzeugleistenknopf 
17807 \begin_inset Info
17808 type  "icon"
17809 arg   "dialog-show character"
17810 \end_inset
17811
17812 ) wie es in Tabelle
17813 \begin_inset space ~
17814 \end_inset
17815
17816
17817 \begin_inset CommandInset ref
17818 LatexCommand ref
17819 reference "tab:Farbige-Tabelle-ohne"
17820
17821 \end_inset
17822
17823  gemacht wurde.
17824  In anderen Fällen müssen Sie das \SpecialChar LaTeX
17825 -Paket 
17826 \series bold
17827 colortbl
17828 \series default
17829  benutzen.
17830 \begin_inset Index idx
17831 range none
17832 pageformat default
17833 status collapsed
17834
17835 \begin_layout Plain Layout
17836 \SpecialChar LaTeX
17837 -Pakete
17838 \begin_inset IndexMacro subentry
17839 status open
17840
17841 \begin_layout Plain Layout
17842 colortbl
17843 \end_layout
17844
17845 \end_inset
17846
17847
17848 \end_layout
17849
17850 \end_inset
17851
17852
17853 \end_layout
17854
17855 \begin_layout Standard
17856 \begin_inset ERT
17857 status collapsed
17858
17859 \begin_layout Plain Layout
17860
17861
17862 \backslash
17863 ifcolortbl
17864 \end_layout
17865
17866 \end_inset
17867
17868
17869 \begin_inset Note Note
17870 status open
17871
17872 \begin_layout Plain Layout
17873 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
17874 -Paket 
17875 \series bold
17876 colortbl
17877 \series default
17878  installiert ist.
17879 \end_layout
17880
17881 \end_inset
17882
17883
17884 \end_layout
17885
17886 \begin_layout Standard
17887 Um farbige Tabellen zu erzeugen, muss 
17888 \series bold
17889 colortbl
17890 \series default
17891  im \SpecialChar LaTeX
17892 -Vorspann geladen werden:
17893 \end_layout
17894
17895 \begin_layout Standard
17896
17897 \series bold
17898
17899 \backslash
17900 usepackage{colortbl}
17901 \end_layout
17902
17903 \begin_layout Standard
17904 Die Farbe einer Spalte ändert man dann mit dem Befehl
17905 \end_layout
17906
17907 \begin_layout Standard
17908
17909 \series bold
17910
17911 \backslash
17912 columncolor{Farbname}
17913 \end_layout
17914
17915 \begin_layout Standard
17916 innerhalb des Befehls 
17917 \series bold
17918 >{}
17919 \series default
17920 .
17921  Mehr über den Befehl 
17922 \series bold
17923 >{}
17924 \series default
17925  finden Sie im Abschnitt
17926 \begin_inset space ~
17927 \end_inset
17928
17929
17930 \begin_inset CommandInset ref
17931 LatexCommand ref
17932 reference "uab:Mehrfachspalten-Berechnungen"
17933
17934 \end_inset
17935
17936 .
17937 \end_layout
17938
17939 \begin_layout Standard
17940 Folgende Farbnamen sind vordefiniert:
17941 \end_layout
17942
17943 \begin_layout Standard
17944
17945 \family sans
17946 red
17947 \family default
17948
17949 \family sans
17950 green
17951 \family default
17952
17953 \family sans
17954 yellow
17955 \family default
17956
17957 \family sans
17958 blue
17959 \family default
17960
17961 \family sans
17962 cyan
17963 \family default
17964
17965 \family sans
17966 magenta
17967 \family default
17968
17969 \family sans
17970 black
17971 \family default
17972  und 
17973 \family sans
17974 white
17975 \begin_inset Newline newline
17976 \end_inset
17977
17978 (
17979 \family default
17980 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17981 \end_layout
17982
17983 \begin_layout Standard
17984 \begin_inset VSpace medskip
17985 \end_inset
17986
17987
17988 \end_layout
17989
17990 \begin_layout Standard
17991 Wenn Sie die Option
17992 \end_layout
17993
17994 \begin_layout Standard
17995
17996 \series bold
17997 dvipsnames
17998 \end_layout
17999
18000 \begin_layout Standard
18001 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
18002  können Sie zusätzlich weitere 61
18003 \begin_inset space ~
18004 \end_inset
18005
18006 Farben verwenden.
18007  Diese Farben sind in Anhang
18008 \begin_inset space ~
18009 \end_inset
18010
18011
18012 \begin_inset CommandInset ref
18013 LatexCommand ref
18014 reference "kap:Liste-der-dvips-Farbnamen"
18015
18016 \end_inset
18017
18018  aufgelistet.
18019  Eine dieser Farben, 
18020 \family sans
18021 Maroon
18022 \family default
18023 , wird als Beispiel in Tabelle
18024 \begin_inset space ~
18025 \end_inset
18026
18027
18028 \begin_inset CommandInset ref
18029 LatexCommand ref
18030 reference "tab:Eine-mit-colortbl"
18031
18032 \end_inset
18033
18034  verwendet.
18035 \end_layout
18036
18037 \begin_layout Standard
18038 \begin_inset VSpace medskip
18039 \end_inset
18040
18041
18042 \end_layout
18043
18044 \begin_layout Standard
18045 Sie können auch eigene Farben definieren:
18046 \end_layout
18047
18048 \begin_layout Standard
18049
18050 \series bold
18051
18052 \backslash
18053 definecolor{Farbname}{Farbmodell}{Farbwerte}
18054 \end_layout
18055
18056 \begin_layout Standard
18057 Das Farbmodell kann eins der folgenden sein:
18058 \end_layout
18059
18060 \begin_layout Labeling
18061 \labelwidthstring 00.00.0000
18062 cmyk: cyan, magenta, yellow, black
18063 \end_layout
18064
18065 \begin_layout Labeling
18066 \labelwidthstring 00.00.0000
18067 rgb: red, green blue
18068 \end_layout
18069
18070 \begin_layout Labeling
18071 \labelwidthstring 00.00.0000
18072 gray: gray
18073 \end_layout
18074
18075 \begin_layout Standard
18076 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
18077  die die entsprechende Farbe für das Farbmodell beschreiben.
18078 \end_layout
18079
18080 \begin_layout Standard
18081 Im \SpecialChar LaTeX
18082 -Vorspann können Sie zum Beispiel die Farbe 
18083 \emph on
18084
18085 \begin_inset Quotes gld
18086 \end_inset
18087
18088 dunkelgruen
18089 \emph default
18090
18091 \begin_inset Quotes grd
18092 \end_inset
18093
18094  und 
18095 \begin_inset Quotes gld
18096 \end_inset
18097
18098
18099 \emph on
18100 hellgrau
18101 \emph default
18102
18103 \begin_inset Quotes grd
18104 \end_inset
18105
18106  folgendermaßen definieren:
18107 \end_layout
18108
18109 \begin_layout Standard
18110
18111 \series bold
18112
18113 \backslash
18114 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
18115 \end_layout
18116
18117 \begin_layout Standard
18118
18119 \series bold
18120
18121 \backslash
18122 definecolor{hellgrau}{gray}{0.8}
18123 \end_layout
18124
18125 \begin_layout Standard
18126 \begin_inset VSpace medskip
18127 \end_inset
18128
18129
18130 \end_layout
18131
18132 \begin_layout Standard
18133 Linien werden mit dem Befehl
18134 \end_layout
18135
18136 \begin_layout Standard
18137
18138 \series bold
18139
18140 \backslash
18141 rowcolor{Farbname}
18142 \end_layout
18143
18144 \begin_layout Standard
18145 gefärbt, Zellen mit dem Befehl
18146 \end_layout
18147
18148 \begin_layout Standard
18149
18150 \series bold
18151
18152 \backslash
18153 cellcolor{Farbname}
18154 \end_layout
18155
18156 \begin_layout Standard
18157 Beide Befehle werden am Anfang einer Zelle als \SpecialChar TeX
18158 -Code eingegeben.
18159 \end_layout
18160
18161 \begin_layout Standard
18162 Um nur Text zu färben, verwenden Sie den 
18163 \family sans
18164 Textstil
18165 \family default
18166 -Dialog.
18167  Wenn die Zelle aber \SpecialChar TeX
18168 -Code zum Färben enthält, 
18169 \emph on
18170 markieren Sie nur den Text
18171 \emph default
18172 , sonst werden Sie \SpecialChar LaTeX
18173 -Fehler erzeugen.
18174 \end_layout
18175
18176 \begin_layout Standard
18177 \begin_inset Note Greyedout
18178 status open
18179
18180 \begin_layout Plain Layout
18181
18182 \series bold
18183 Achtung:
18184 \series default
18185  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
18186 \end_layout
18187
18188 \end_inset
18189
18190
18191 \end_layout
18192
18193 \begin_layout Standard
18194 \begin_inset VSpace medskip
18195 \end_inset
18196
18197
18198 \end_layout
18199
18200 \begin_layout Standard
18201 Die Tabelle
18202 \begin_inset space ~
18203 \end_inset
18204
18205
18206 \begin_inset CommandInset ref
18207 LatexCommand ref
18208 reference "tab:Eine-mit-colortbl"
18209
18210 \end_inset
18211
18212  wurde folgendermaßen erstellt: die erste Spalte soll 
18213 \emph on
18214
18215 \begin_inset Quotes gld
18216 \end_inset
18217
18218 dunkelgruen
18219 \emph default
18220
18221 \begin_inset Quotes grd
18222 \end_inset
18223
18224  werden, also müssen Sie ins 
18225 \family sans
18226 LaTeX-Argument
18227 \family default
18228  der Zellen der ersten Spalte den Befehl
18229 \end_layout
18230
18231 \begin_layout Standard
18232
18233 \series bold
18234 >{
18235 \backslash
18236 columncolor{dunkelgruen}
18237 \backslash
18238 centering}c
18239 \end_layout
18240
18241 \begin_layout Standard
18242 schreiben.
18243  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der \SpecialChar TeX
18244 -Code-Befehl
18245 \end_layout
18246
18247 \begin_layout Standard
18248
18249 \series bold
18250
18251 \backslash
18252 rowcolor{cyan}
18253 \end_layout
18254
18255 \begin_layout Standard
18256 in die erste Zelle der ersten Zeile eingefügt.
18257  Diese Farbe ersetzt die Spaltenfarbe.
18258  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
18259  Das wird mit folgendem Befehl erreicht:
18260 \end_layout
18261
18262 \begin_layout Standard
18263
18264 \series bold
18265
18266 \backslash
18267 cellcolor{Maroon}
18268 \end_layout
18269
18270 \begin_layout Standard
18271 Die Buchstaben färben Sie wie oben beschrieben mit dem 
18272 \family sans
18273 Textstil
18274 \family default
18275 -Dialog.
18276 \end_layout
18277
18278 \begin_layout Standard
18279 \begin_inset Float table
18280 placement h
18281 alignment document
18282 wide false
18283 sideways false
18284 status open
18285
18286 \begin_layout Plain Layout
18287 \begin_inset Caption Standard
18288
18289 \begin_layout Plain Layout
18290 \begin_inset CommandInset label
18291 LatexCommand label
18292 name "tab:Eine-mit-colortbl"
18293
18294 \end_inset
18295
18296 Eine mit dem Paket 
18297 \series bold
18298 colortbl
18299 \series default
18300  gefärbte Tabelle
18301 \begin_inset Argument 1
18302 status collapsed
18303
18304 \begin_layout Plain Layout
18305 Tabelle mit 
18306 \family typewriter
18307 colortbl
18308 \end_layout
18309
18310 \end_inset
18311
18312
18313 \end_layout
18314
18315 \end_inset
18316
18317
18318 \end_layout
18319
18320 \begin_layout Plain Layout
18321 \align center
18322 \begin_inset Tabular
18323 <lyxtabular version="3" rows="3" columns="3">
18324 <features tabularvalignment="middle">
18325 <column alignment="center" valignment="top" special=">{\columncolor{dunkelgruen}\centering}c">
18326 <column alignment="center" valignment="top">
18327 <column alignment="center" valignment="top">
18328 <row>
18329 <cell alignment="center" valignment="top" usebox="none">
18330 \begin_inset Text
18331
18332 \begin_layout Plain Layout
18333 \begin_inset ERT
18334 status open
18335
18336 \begin_layout Plain Layout
18337
18338
18339 \backslash
18340 rowcolor{cyan}
18341 \end_layout
18342
18343 \end_inset
18344
18345
18346 \color magenta
18347 a
18348 \end_layout
18349
18350 \end_inset
18351 </cell>
18352 <cell alignment="center" valignment="top" usebox="none">
18353 \begin_inset Text
18354
18355 \begin_layout Plain Layout
18356
18357 \color red
18358 b
18359 \end_layout
18360
18361 \end_inset
18362 </cell>
18363 <cell alignment="center" valignment="top" usebox="none">
18364 \begin_inset Text
18365
18366 \begin_layout Plain Layout
18367
18368 \color red
18369 c
18370 \end_layout
18371
18372 \end_inset
18373 </cell>
18374 </row>
18375 <row>
18376 <cell alignment="center" valignment="top" usebox="none">
18377 \begin_inset Text
18378
18379 \begin_layout Plain Layout
18380
18381 \color yellow
18382 d
18383 \end_layout
18384
18385 \end_inset
18386 </cell>
18387 <cell alignment="center" valignment="top" usebox="none">
18388 \begin_inset Text
18389
18390 \begin_layout Plain Layout
18391
18392 \color blue
18393 e
18394 \end_layout
18395
18396 \end_inset
18397 </cell>
18398 <cell alignment="center" valignment="top" usebox="none">
18399 \begin_inset Text
18400
18401 \begin_layout Plain Layout
18402
18403 \color blue
18404 f
18405 \end_layout
18406
18407 \end_inset
18408 </cell>
18409 </row>
18410 <row>
18411 <cell alignment="center" valignment="top" usebox="none">
18412 \begin_inset Text
18413
18414 \begin_layout Plain Layout
18415
18416 \color yellow
18417 g
18418 \end_layout
18419
18420 \end_inset
18421 </cell>
18422 <cell alignment="center" valignment="top" usebox="none">
18423 \begin_inset Text
18424
18425 \begin_layout Plain Layout
18426
18427 \color blue
18428 h
18429 \end_layout
18430
18431 \end_inset
18432 </cell>
18433 <cell alignment="center" valignment="top" usebox="none">
18434 \begin_inset Text
18435
18436 \begin_layout Plain Layout
18437 \begin_inset ERT
18438 status collapsed
18439
18440 \begin_layout Plain Layout
18441
18442
18443 \backslash
18444 cellcolor{Maroon}
18445 \end_layout
18446
18447 \end_inset
18448
18449
18450 \color green
18451 i
18452 \end_layout
18453
18454 \end_inset
18455 </cell>
18456 </row>
18457 </lyxtabular>
18458
18459 \end_inset
18460
18461
18462 \end_layout
18463
18464 \end_inset
18465
18466
18467 \end_layout
18468
18469 \begin_layout Standard
18470 \begin_inset ERT
18471 status collapsed
18472
18473 \begin_layout Plain Layout
18474
18475
18476 \backslash
18477 else
18478 \end_layout
18479
18480 \end_inset
18481
18482
18483 \begin_inset Note Note
18484 status open
18485
18486 \begin_layout Plain Layout
18487 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
18488 -Paket 
18489 \series bold
18490 colortbl
18491 \series default
18492  nicht installiert ist:
18493 \end_layout
18494
18495 \end_inset
18496
18497
18498 \end_layout
18499
18500 \begin_layout Standard
18501 Sie müssen das \SpecialChar LaTeX
18502 -Paket 
18503 \series bold
18504 colortbl
18505 \series default
18506  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18507 \end_layout
18508
18509 \begin_layout Standard
18510 \begin_inset ERT
18511 status collapsed
18512
18513 \begin_layout Plain Layout
18514
18515
18516 \backslash
18517 fi
18518 \end_layout
18519
18520 \end_inset
18521
18522
18523 \end_layout
18524
18525 \begin_layout Subsection
18526 Farbige Zeilen
18527 \begin_inset Index idx
18528 range none
18529 pageformat default
18530 status collapsed
18531
18532 \begin_layout Plain Layout
18533 farbige
18534 \begin_inset IndexMacro subentry
18535 status open
18536
18537 \begin_layout Plain Layout
18538 Tabellenzeilen
18539 \end_layout
18540
18541 \end_inset
18542
18543
18544 \end_layout
18545
18546 \end_inset
18547
18548
18549 \end_layout
18550
18551 \begin_layout Standard
18552 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
18553  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
18554  Man lädt das \SpecialChar LaTeX
18555 -Paket 
18556 \series bold
18557 xcolor
18558 \series default
18559
18560 \begin_inset Index idx
18561 range none
18562 pageformat default
18563 status collapsed
18564
18565 \begin_layout Plain Layout
18566 \SpecialChar LaTeX
18567 -Pakete
18568 \begin_inset IndexMacro subentry
18569 status open
18570
18571 \begin_layout Plain Layout
18572 xcolor
18573 \end_layout
18574
18575 \end_inset
18576
18577
18578 \end_layout
18579
18580 \end_inset
18581
18582  im \SpecialChar LaTeX
18583 -Vorspann mit dem Befehl
18584 \end_layout
18585
18586 \begin_layout Standard
18587
18588 \series bold
18589
18590 \backslash
18591 usepackage[table]{xcolor}
18592 \end_layout
18593
18594 \begin_layout Standard
18595
18596 \series bold
18597 xcolor
18598 \series default
18599  lädt automatisch auch das \SpecialChar LaTeX
18600 -Paket 
18601 \series bold
18602 colortbl
18603 \series default
18604
18605 \begin_inset Index idx
18606 range none
18607 pageformat default
18608 status collapsed
18609
18610 \begin_layout Plain Layout
18611 \SpecialChar LaTeX
18612 -Pakete
18613 \begin_inset IndexMacro subentry
18614 status open
18615
18616 \begin_layout Plain Layout
18617 colortbl
18618 \end_layout
18619
18620 \end_inset
18621
18622
18623 \end_layout
18624
18625 \end_inset
18626
18627 , so dass 
18628 \series bold
18629 colortbl
18630 \series default
18631  in Ihrer \SpecialChar LaTeX
18632 -Distribution installiert sein muss, ansonsten bekommt man \SpecialChar LaTeX
18633 -Fehler.
18634 \end_layout
18635
18636 \begin_layout Standard
18637 \begin_inset ERT
18638 status collapsed
18639
18640 \begin_layout Plain Layout
18641
18642
18643 \backslash
18644 ifcolortbl
18645 \end_layout
18646
18647 \end_inset
18648
18649
18650 \begin_inset Note Note
18651 status open
18652
18653 \begin_layout Plain Layout
18654 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
18655 -Paket 
18656 \series bold
18657 colortbl
18658 \series default
18659  installiert ist.
18660 \end_layout
18661
18662 \end_inset
18663
18664
18665 \end_layout
18666
18667 \begin_layout Standard
18668 Die Tabellenzeilen werden mit dem Befehl
18669 \end_layout
18670
18671 \begin_layout Standard
18672
18673 \series bold
18674
18675 \backslash
18676 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
18677 \end_layout
18678
18679 \begin_layout Standard
18680 eingefärbt, der entweder in den \SpecialChar LaTeX
18681 -Vorspann oder als \SpecialChar TeX
18682 -Code vor der ersten
18683  zu färbenden Tabelle eingefügt wird.
18684  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
18685  Zeilenfarbe gefärbt werden soll.
18686  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
18687  werden.
18688  So führt zum Beispiel der Befehl
18689 \end_layout
18690
18691 \begin_layout Standard
18692
18693 \series bold
18694
18695 \backslash
18696 rowcolors{1}{white}{lightgray}
18697 \end_layout
18698
18699 \begin_layout Standard
18700 zum Farbschema von Tabelle
18701 \begin_inset space ~
18702 \end_inset
18703
18704
18705 \begin_inset CommandInset ref
18706 LatexCommand ref
18707 reference "tab:Tabelle-rowcolors"
18708
18709 \end_inset
18710
18711 .
18712  Der Befehl
18713 \end_layout
18714
18715 \begin_layout Standard
18716
18717 \series bold
18718
18719 \backslash
18720 rowcolors[
18721 \backslash
18722 hline]{1}{lightgray}{cyan}
18723 \end_layout
18724
18725 \begin_layout Standard
18726 führt zum Farbschema von Tabelle
18727 \begin_inset space ~
18728 \end_inset
18729
18730
18731 \begin_inset CommandInset ref
18732 LatexCommand ref
18733 reference "tab:Tabelle-rowcolors-2"
18734
18735 \end_inset
18736
18737 .
18738  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
18739  wird keine Farbe verwendet, so dass der Befehl
18740 \end_layout
18741
18742 \begin_layout Standard
18743
18744 \series bold
18745
18746 \backslash
18747 rowcolors{1}{}{}
18748 \end_layout
18749
18750 \begin_layout Standard
18751 alle Farben löscht.
18752  
18753 \series bold
18754
18755 \backslash
18756 rowcolors
18757 \series default
18758  beeinflusst alle diesem Befehl folgenden Tabellen.
18759 \end_layout
18760
18761 \begin_layout Standard
18762 \begin_inset ERT
18763 status open
18764
18765 \begin_layout Plain Layout
18766
18767
18768 \backslash
18769 rowcolors{1}{white}{lightgray}
18770 \end_layout
18771
18772 \end_inset
18773
18774
18775 \end_layout
18776
18777 \begin_layout Standard
18778 \begin_inset Float table
18779 placement h
18780 alignment document
18781 wide false
18782 sideways false
18783 status open
18784
18785 \begin_layout Plain Layout
18786 \begin_inset Caption Standard
18787
18788 \begin_layout Plain Layout
18789 \begin_inset CommandInset label
18790 LatexCommand label
18791 name "tab:Tabelle-rowcolors"
18792
18793 \end_inset
18794
18795 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18796 \end_layout
18797
18798 \end_inset
18799
18800
18801 \end_layout
18802
18803 \begin_layout Plain Layout
18804 \align center
18805 \begin_inset Tabular
18806 <lyxtabular version="3" rows="4" columns="3">
18807 <features tabularvalignment="middle">
18808 <column alignment="center" valignment="top">
18809 <column alignment="center" valignment="top" width="0pt">
18810 <column alignment="center" valignment="top" width="0pt">
18811 <row>
18812 <cell alignment="center" valignment="top" usebox="none">
18813 \begin_inset Text
18814
18815 \begin_layout Plain Layout
18816 X
18817 \end_layout
18818
18819 \end_inset
18820 </cell>
18821 <cell alignment="center" valignment="top" usebox="none">
18822 \begin_inset Text
18823
18824 \begin_layout Plain Layout
18825 Y
18826 \end_layout
18827
18828 \end_inset
18829 </cell>
18830 <cell alignment="center" valignment="top" usebox="none">
18831 \begin_inset Text
18832
18833 \begin_layout Plain Layout
18834 Z
18835 \end_layout
18836
18837 \end_inset
18838 </cell>
18839 </row>
18840 <row>
18841 <cell alignment="center" valignment="top" usebox="none">
18842 \begin_inset Text
18843
18844 \begin_layout Plain Layout
18845 1
18846 \end_layout
18847
18848 \end_inset
18849 </cell>
18850 <cell alignment="center" valignment="top" usebox="none">
18851 \begin_inset Text
18852
18853 \begin_layout Plain Layout
18854 2
18855 \end_layout
18856
18857 \end_inset
18858 </cell>
18859 <cell alignment="center" valignment="top" usebox="none">
18860 \begin_inset Text
18861
18862 \begin_layout Plain Layout
18863 3
18864 \end_layout
18865
18866 \end_inset
18867 </cell>
18868 </row>
18869 <row>
18870 <cell alignment="center" valignment="top" usebox="none">
18871 \begin_inset Text
18872
18873 \begin_layout Plain Layout
18874 4
18875 \end_layout
18876
18877 \end_inset
18878 </cell>
18879 <cell alignment="center" valignment="top" usebox="none">
18880 \begin_inset Text
18881
18882 \begin_layout Plain Layout
18883 5
18884 \end_layout
18885
18886 \end_inset
18887 </cell>
18888 <cell alignment="center" valignment="top" usebox="none">
18889 \begin_inset Text
18890
18891 \begin_layout Plain Layout
18892 6
18893 \end_layout
18894
18895 \end_inset
18896 </cell>
18897 </row>
18898 <row>
18899 <cell alignment="center" valignment="top" usebox="none">
18900 \begin_inset Text
18901
18902 \begin_layout Plain Layout
18903 7
18904 \end_layout
18905
18906 \end_inset
18907 </cell>
18908 <cell alignment="center" valignment="top" usebox="none">
18909 \begin_inset Text
18910
18911 \begin_layout Plain Layout
18912 8
18913 \end_layout
18914
18915 \end_inset
18916 </cell>
18917 <cell alignment="center" valignment="top" usebox="none">
18918 \begin_inset Text
18919
18920 \begin_layout Plain Layout
18921 9
18922 \end_layout
18923
18924 \end_inset
18925 </cell>
18926 </row>
18927 </lyxtabular>
18928
18929 \end_inset
18930
18931
18932 \end_layout
18933
18934 \end_inset
18935
18936
18937 \end_layout
18938
18939 \begin_layout Standard
18940 \begin_inset ERT
18941 status open
18942
18943 \begin_layout Plain Layout
18944
18945
18946 \backslash
18947 rowcolors[
18948 \backslash
18949 hline]{1}{lightgray}{cyan}
18950 \end_layout
18951
18952 \end_inset
18953
18954
18955 \end_layout
18956
18957 \begin_layout Standard
18958 \begin_inset Float table
18959 placement h
18960 alignment document
18961 wide false
18962 sideways false
18963 status open
18964
18965 \begin_layout Plain Layout
18966 \begin_inset Caption Standard
18967
18968 \begin_layout Plain Layout
18969 \begin_inset CommandInset label
18970 LatexCommand label
18971 name "tab:Tabelle-rowcolors-2"
18972
18973 \end_inset
18974
18975 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18976  Linie zwischen jeder Zeile befindet.
18977 \end_layout
18978
18979 \end_inset
18980
18981
18982 \end_layout
18983
18984 \begin_layout Plain Layout
18985 \align center
18986 \begin_inset Tabular
18987 <lyxtabular version="3" rows="4" columns="3">
18988 <features tabularvalignment="middle">
18989 <column alignment="center" valignment="top">
18990 <column alignment="center" valignment="top">
18991 <column alignment="center" valignment="top" width="0pt">
18992 <row>
18993 <cell alignment="center" valignment="top" usebox="none">
18994 \begin_inset Text
18995
18996 \begin_layout Plain Layout
18997 X
18998 \end_layout
18999
19000 \end_inset
19001 </cell>
19002 <cell alignment="center" valignment="top" usebox="none">
19003 \begin_inset Text
19004
19005 \begin_layout Plain Layout
19006 Y
19007 \end_layout
19008
19009 \end_inset
19010 </cell>
19011 <cell alignment="center" valignment="top" usebox="none">
19012 \begin_inset Text
19013
19014 \begin_layout Plain Layout
19015 Z
19016 \end_layout
19017
19018 \end_inset
19019 </cell>
19020 </row>
19021 <row>
19022 <cell alignment="center" valignment="top" usebox="none">
19023 \begin_inset Text
19024
19025 \begin_layout Plain Layout
19026 1
19027 \end_layout
19028
19029 \end_inset
19030 </cell>
19031 <cell alignment="center" valignment="top" usebox="none">
19032 \begin_inset Text
19033
19034 \begin_layout Plain Layout
19035 2
19036 \end_layout
19037
19038 \end_inset
19039 </cell>
19040 <cell alignment="center" valignment="top" usebox="none">
19041 \begin_inset Text
19042
19043 \begin_layout Plain Layout
19044 3
19045 \end_layout
19046
19047 \end_inset
19048 </cell>
19049 </row>
19050 <row>
19051 <cell alignment="center" valignment="top" usebox="none">
19052 \begin_inset Text
19053
19054 \begin_layout Plain Layout
19055 4
19056 \end_layout
19057
19058 \end_inset
19059 </cell>
19060 <cell alignment="center" valignment="top" usebox="none">
19061 \begin_inset Text
19062
19063 \begin_layout Plain Layout
19064 5
19065 \end_layout
19066
19067 \end_inset
19068 </cell>
19069 <cell alignment="center" valignment="top" usebox="none">
19070 \begin_inset Text
19071
19072 \begin_layout Plain Layout
19073 6
19074 \end_layout
19075
19076 \end_inset
19077 </cell>
19078 </row>
19079 <row>
19080 <cell alignment="center" valignment="top" usebox="none">
19081 \begin_inset Text
19082
19083 \begin_layout Plain Layout
19084 7
19085 \end_layout
19086
19087 \end_inset
19088 </cell>
19089 <cell alignment="center" valignment="top" usebox="none">
19090 \begin_inset Text
19091
19092 \begin_layout Plain Layout
19093 8
19094 \end_layout
19095
19096 \end_inset
19097 </cell>
19098 <cell alignment="center" valignment="top" usebox="none">
19099 \begin_inset Text
19100
19101 \begin_layout Plain Layout
19102 9
19103 \end_layout
19104
19105 \end_inset
19106 </cell>
19107 </row>
19108 </lyxtabular>
19109
19110 \end_inset
19111
19112
19113 \end_layout
19114
19115 \end_inset
19116
19117
19118 \end_layout
19119
19120 \begin_layout Standard
19121 \begin_inset ERT
19122 status collapsed
19123
19124 \begin_layout Plain Layout
19125
19126
19127 \backslash
19128 rowcolors{1}{}{}
19129 \end_layout
19130
19131 \end_inset
19132
19133
19134 \begin_inset Note Note
19135 status collapsed
19136
19137 \begin_layout Plain Layout
19138 schaltet die Färbung aus
19139 \end_layout
19140
19141 \end_inset
19142
19143
19144 \end_layout
19145
19146 \begin_layout Standard
19147 \begin_inset ERT
19148 status collapsed
19149
19150 \begin_layout Plain Layout
19151
19152
19153 \backslash
19154 else
19155 \end_layout
19156
19157 \end_inset
19158
19159
19160 \begin_inset Note Note
19161 status open
19162
19163 \begin_layout Plain Layout
19164 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
19165 -Paket 
19166 \series bold
19167 colortbl
19168 \series default
19169  nicht installiert ist:
19170 \end_layout
19171
19172 \end_inset
19173
19174
19175 \end_layout
19176
19177 \begin_layout Standard
19178 Sie müssen das \SpecialChar LaTeX
19179 -Paket 
19180 \series bold
19181 colortbl
19182 \series default
19183  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19184 \end_layout
19185
19186 \begin_layout Standard
19187 \begin_inset ERT
19188 status collapsed
19189
19190 \begin_layout Plain Layout
19191
19192
19193 \backslash
19194 fi
19195 \end_layout
19196
19197 \end_inset
19198
19199
19200 \end_layout
19201
19202 \begin_layout Subsection
19203 Farbige Linien
19204 \begin_inset Index idx
19205 range none
19206 pageformat default
19207 status collapsed
19208
19209 \begin_layout Plain Layout
19210 farbige
19211 \begin_inset IndexMacro subentry
19212 status open
19213
19214 \begin_layout Plain Layout
19215  Tabellenlinien
19216 \end_layout
19217
19218 \end_inset
19219
19220
19221 \end_layout
19222
19223 \end_inset
19224
19225
19226 \end_layout
19227
19228 \begin_layout Standard
19229 Wie in Abschnitt
19230 \begin_inset space ~
19231 \end_inset
19232
19233
19234 \begin_inset CommandInset ref
19235 LatexCommand ref
19236 reference "uab:Liniendicke"
19237
19238 \end_inset
19239
19240  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
19241 \series bold
19242
19243 \backslash
19244 arrayrulewidth
19245 \series default
19246  definiert werden.
19247  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
19248 \begin_inset space \thinspace{}
19249 \end_inset
19250
19251 pt gesetzt.
19252 \begin_inset ERT
19253 status collapsed
19254
19255 \begin_layout Plain Layout
19256
19257
19258 \backslash
19259 setlength{
19260 \backslash
19261 arrayrulewidth}{1.5pt}
19262 \end_layout
19263
19264 \end_inset
19265
19266
19267 \end_layout
19268
19269 \begin_layout Standard
19270 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im \SpecialChar LaTeX
19271 -Vorspann
19272  folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
19273 \begin_inset space ~
19274 \end_inset
19275
19276
19277 \begin_inset CommandInset ref
19278 LatexCommand ref
19279 reference "uab:Angepasste-Zellen-/Spaltenformate"
19280
19281 \end_inset
19282
19283  definiert:
19284 \end_layout
19285
19286 \begin_layout Standard
19287
19288 \series bold
19289
19290 \backslash
19291 newcolumntype{W}{!{
19292 \backslash
19293 color{green}
19294 \backslash
19295 vline}}
19296 \end_layout
19297
19298 \begin_layout Standard
19299 In Tabelle
19300 \begin_inset space ~
19301 \end_inset
19302
19303
19304 \begin_inset CommandInset ref
19305 LatexCommand ref
19306 reference "tab:Tabelle-mit-farbigen-vert"
19307
19308 \end_inset
19309
19310  wurde das \SpecialChar LaTeX
19311 -Argument 
19312 \series bold
19313 WcW
19314 \series default
19315  für die letzte und 
19316 \series bold
19317 Wc
19318 \series default
19319  für die anderen Spalten benutzt.
19320 \end_layout
19321
19322 \begin_layout Standard
19323 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
19324 \end_layout
19325
19326 \begin_layout Standard
19327 \begin_inset Float table
19328 placement h
19329 alignment document
19330 wide false
19331 sideways false
19332 status open
19333
19334 \begin_layout Plain Layout
19335 \begin_inset Caption Standard
19336
19337 \begin_layout Plain Layout
19338 \begin_inset CommandInset label
19339 LatexCommand label
19340 name "tab:Tabelle-mit-farbigen-vert"
19341
19342 \end_inset
19343
19344 Tabelle mit farbigen vertikalen Linien
19345 \end_layout
19346
19347 \end_inset
19348
19349
19350 \end_layout
19351
19352 \begin_layout Plain Layout
19353 \align center
19354 \begin_inset Tabular
19355 <lyxtabular version="3" rows="3" columns="3">
19356 <features tabularvalignment="middle">
19357 <column alignment="center" valignment="top" special="Wc">
19358 <column alignment="center" valignment="top" special="Wc">
19359 <column alignment="center" valignment="top" special="WcW">
19360 <row>
19361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365 sd
19366 \end_layout
19367
19368 \end_inset
19369 </cell>
19370 <cell alignment="center" valignment="top" topline="true" usebox="none">
19371 \begin_inset Text
19372
19373 \begin_layout Plain Layout
19374
19375 \end_layout
19376
19377 \end_inset
19378 </cell>
19379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 </row>
19389 <row>
19390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394
19395 \end_layout
19396
19397 \end_inset
19398 </cell>
19399 <cell alignment="center" valignment="top" topline="true" usebox="none">
19400 \begin_inset Text
19401
19402 \begin_layout Plain Layout
19403 sd
19404 \end_layout
19405
19406 \end_inset
19407 </cell>
19408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19409 \begin_inset Text
19410
19411 \begin_layout Plain Layout
19412
19413 \end_layout
19414
19415 \end_inset
19416 </cell>
19417 </row>
19418 <row>
19419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19429 \begin_inset Text
19430
19431 \begin_layout Plain Layout
19432
19433 \end_layout
19434
19435 \end_inset
19436 </cell>
19437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19438 \begin_inset Text
19439
19440 \begin_layout Plain Layout
19441 sd
19442 \end_layout
19443
19444 \end_inset
19445 </cell>
19446 </row>
19447 </lyxtabular>
19448
19449 \end_inset
19450
19451
19452 \end_layout
19453
19454 \end_inset
19455
19456
19457 \end_layout
19458
19459 \begin_layout Standard
19460 \begin_inset VSpace bigskip
19461 \end_inset
19462
19463 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
19464 \begin_inset space ~
19465 \end_inset
19466
19467
19468 \begin_inset CommandInset ref
19469 LatexCommand ref
19470 reference "tab:Tabelle-mit-farbigen-horiz"
19471
19472 \end_inset
19473
19474 , müssen Sie folgenden Befehl als \SpecialChar TeX
19475 -Code vor der (Gleitobjekt-)Tabelle einfügen:
19476 \end_layout
19477
19478 \begin_layout Standard
19479
19480 \series bold
19481
19482 \backslash
19483 let
19484 \backslash
19485 myHlineC
19486 \backslash
19487 hline
19488 \begin_inset Newline newline
19489 \end_inset
19490
19491
19492 \backslash
19493 renewcommand{
19494 \backslash
19495 hline}
19496 \begin_inset Newline newline
19497 \end_inset
19498
19499
19500 \begin_inset Phantom HPhantom
19501 status open
19502
19503 \begin_layout Plain Layout
19504
19505 \series bold
19506 \begin_inset space ~
19507 \end_inset
19508
19509
19510 \end_layout
19511
19512 \end_inset
19513
19514 {
19515 \backslash
19516 arrayrulecolor{red}
19517 \backslash
19518 myHlineC
19519 \backslash
19520 arrayrulecolor{black}}
19521 \end_layout
19522
19523 \begin_layout Standard
19524 \begin_inset ERT
19525 status collapsed
19526
19527 \begin_layout Plain Layout
19528
19529
19530 \backslash
19531 let
19532 \backslash
19533 myHlineC
19534 \backslash
19535 hline
19536 \end_layout
19537
19538 \begin_layout Plain Layout
19539
19540
19541 \backslash
19542 renewcommand{
19543 \backslash
19544 hline}
19545 \end_layout
19546
19547 \begin_layout Plain Layout
19548
19549  {
19550 \backslash
19551 arrayrulecolor{red}
19552 \backslash
19553 myHlineC
19554 \backslash
19555 arrayrulecolor{black}}
19556 \end_layout
19557
19558 \end_inset
19559
19560
19561 \begin_inset Float table
19562 placement h
19563 alignment document
19564 wide false
19565 sideways false
19566 status open
19567
19568 \begin_layout Plain Layout
19569 \begin_inset Caption Standard
19570
19571 \begin_layout Plain Layout
19572 \begin_inset CommandInset label
19573 LatexCommand label
19574 name "tab:Tabelle-mit-farbigen-horiz"
19575
19576 \end_inset
19577
19578 Tabelle mit farbigen horizontalen Linien
19579 \end_layout
19580
19581 \end_inset
19582
19583
19584 \end_layout
19585
19586 \begin_layout Plain Layout
19587 \align center
19588 \begin_inset Tabular
19589 <lyxtabular version="3" rows="3" columns="3">
19590 <features tabularvalignment="middle">
19591 <column alignment="center" valignment="top">
19592 <column alignment="center" valignment="top">
19593 <column alignment="center" valignment="top">
19594 <row>
19595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19596 \begin_inset Text
19597
19598 \begin_layout Plain Layout
19599 sd
19600 \end_layout
19601
19602 \end_inset
19603 </cell>
19604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19605 \begin_inset Text
19606
19607 \begin_layout Plain Layout
19608
19609 \end_layout
19610
19611 \end_inset
19612 </cell>
19613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19614 \begin_inset Text
19615
19616 \begin_layout Plain Layout
19617
19618 \end_layout
19619
19620 \end_inset
19621 </cell>
19622 </row>
19623 <row>
19624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Plain Layout
19628
19629 \end_layout
19630
19631 \end_inset
19632 </cell>
19633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19634 \begin_inset Text
19635
19636 \begin_layout Plain Layout
19637 sd
19638 \end_layout
19639
19640 \end_inset
19641 </cell>
19642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19643 \begin_inset Text
19644
19645 \begin_layout Plain Layout
19646
19647 \end_layout
19648
19649 \end_inset
19650 </cell>
19651 </row>
19652 <row>
19653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19654 \begin_inset Text
19655
19656 \begin_layout Plain Layout
19657
19658 \end_layout
19659
19660 \end_inset
19661 </cell>
19662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19663 \begin_inset Text
19664
19665 \begin_layout Plain Layout
19666
19667 \end_layout
19668
19669 \end_inset
19670 </cell>
19671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675 sd
19676 \end_layout
19677
19678 \end_inset
19679 </cell>
19680 </row>
19681 </lyxtabular>
19682
19683 \end_inset
19684
19685
19686 \end_layout
19687
19688 \end_inset
19689
19690
19691 \end_layout
19692
19693 \begin_layout Standard
19694 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
19695  als \SpecialChar TeX
19696 -Code hinter der Tabelle einfügen:
19697 \end_layout
19698
19699 \begin_layout Standard
19700
19701 \series bold
19702
19703 \backslash
19704 renewcommand{
19705 \backslash
19706 hline}{
19707 \backslash
19708 myHlineC}
19709 \end_layout
19710
19711 \begin_layout Standard
19712 Tabelle
19713 \begin_inset space ~
19714 \end_inset
19715
19716
19717 \begin_inset CommandInset ref
19718 LatexCommand ref
19719 reference "tab:Table-with-colored"
19720
19721 \end_inset
19722
19723  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
19724 \end_layout
19725
19726 \begin_layout Standard
19727 \begin_inset Float table
19728 placement h
19729 alignment document
19730 wide false
19731 sideways false
19732 status open
19733
19734 \begin_layout Plain Layout
19735 \begin_inset Caption Standard
19736
19737 \begin_layout Plain Layout
19738 \begin_inset CommandInset label
19739 LatexCommand label
19740 name "tab:Table-with-colored"
19741
19742 \end_inset
19743
19744 Tabelle mit farbigen Linien
19745 \end_layout
19746
19747 \end_inset
19748
19749
19750 \end_layout
19751
19752 \begin_layout Plain Layout
19753 \align center
19754 \begin_inset Tabular
19755 <lyxtabular version="3" rows="3" columns="3">
19756 <features tabularvalignment="middle">
19757 <column alignment="center" valignment="top" special="Wc">
19758 <column alignment="center" valignment="top" special="Wc">
19759 <column alignment="center" valignment="top" special="WcW">
19760 <row>
19761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19762 \begin_inset Text
19763
19764 \begin_layout Plain Layout
19765 sd
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 <cell alignment="center" valignment="top" topline="true" usebox="none">
19771 \begin_inset Text
19772
19773 \begin_layout Plain Layout
19774
19775 \end_layout
19776
19777 \end_inset
19778 </cell>
19779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19780 \begin_inset Text
19781
19782 \begin_layout Plain Layout
19783
19784 \end_layout
19785
19786 \end_inset
19787 </cell>
19788 </row>
19789 <row>
19790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19791 \begin_inset Text
19792
19793 \begin_layout Plain Layout
19794
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 <cell alignment="center" valignment="top" topline="true" usebox="none">
19800 \begin_inset Text
19801
19802 \begin_layout Plain Layout
19803 sd
19804 \end_layout
19805
19806 \end_inset
19807 </cell>
19808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19809 \begin_inset Text
19810
19811 \begin_layout Plain Layout
19812
19813 \end_layout
19814
19815 \end_inset
19816 </cell>
19817 </row>
19818 <row topspace="default">
19819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19820 \begin_inset Text
19821
19822 \begin_layout Plain Layout
19823
19824 \end_layout
19825
19826 \end_inset
19827 </cell>
19828 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19829 \begin_inset Text
19830
19831 \begin_layout Plain Layout
19832
19833 \end_layout
19834
19835 \end_inset
19836 </cell>
19837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19838 \begin_inset Text
19839
19840 \begin_layout Plain Layout
19841 sd
19842 \end_layout
19843
19844 \end_inset
19845 </cell>
19846 </row>
19847 </lyxtabular>
19848
19849 \end_inset
19850
19851
19852 \end_layout
19853
19854 \end_inset
19855
19856
19857 \end_layout
19858
19859 \begin_layout Standard
19860 \begin_inset ERT
19861 status collapsed
19862
19863 \begin_layout Plain Layout
19864
19865
19866 \backslash
19867 renewcommand{
19868 \backslash
19869 hline}{
19870 \backslash
19871 myHlineC}
19872 \end_layout
19873
19874 \end_inset
19875
19876
19877 \end_layout
19878
19879 \begin_layout Standard
19880 \begin_inset ERT
19881 status collapsed
19882
19883 \begin_layout Plain Layout
19884
19885
19886 \backslash
19887 setlength{
19888 \backslash
19889 arrayrulewidth}{1.2pt}
19890 \end_layout
19891
19892 \end_inset
19893
19894
19895 \end_layout
19896
19897 \begin_layout Standard
19898 Um nur einige Linien einzufärben ist eine andere Strategie notwendig.
19899  Um alle folgenden horizontalen Linien zu färben, fügt man diesen Befehl
19900  als \SpecialChar TeX
19901 -Code als letzte Sache in die Zeile ein, die über der ersten gefärbten
19902  Linie sein soll:
19903 \end_layout
19904
19905 \begin_layout Standard
19906
19907 \series bold
19908
19909 \backslash
19910
19911 \backslash
19912
19913 \backslash
19914 arrayrulecolor{blue}%
19915 \end_layout
19916
19917 \begin_layout Standard
19918 Um wieder schwarze Linien zu erhalten, fügt man diesen Befehl als erste
19919  Sache in die Zeile ein, die über den schwarzen Linien liegt:
19920 \end_layout
19921
19922 \begin_layout Standard
19923
19924 \series bold
19925
19926 \backslash
19927 arrayrulecolor{black}
19928 \end_layout
19929
19930 \begin_layout Standard
19931 Damit kann man Tabellenlinien wie in Tabelle
19932 \begin_inset space ~
19933 \end_inset
19934
19935
19936 \begin_inset CommandInset ref
19937 LatexCommand ref
19938 reference "tab:Tabelle-mit-verschiedenen-hor"
19939
19940 \end_inset
19941
19942  färben.
19943  Es ist jedoch mit dieser Methode nicht möglich die Linie über der ersten
19944  Zeile einer Tabelle zu färben.
19945 \end_layout
19946
19947 \begin_layout Standard
19948 \begin_inset Float table
19949 placement document
19950 alignment document
19951 wide false
19952 sideways false
19953 status open
19954
19955 \begin_layout Plain Layout
19956 \begin_inset Caption Standard
19957
19958 \begin_layout Plain Layout
19959 \begin_inset CommandInset label
19960 LatexCommand label
19961 name "tab:Tabelle-mit-verschiedenen-hor"
19962
19963 \end_inset
19964
19965 Tabelle mit verschiedenen horizontalen Linienfarben.
19966 \end_layout
19967
19968 \end_inset
19969
19970
19971 \end_layout
19972
19973 \begin_layout Plain Layout
19974 \align center
19975 \begin_inset Tabular
19976 <lyxtabular version="3" rows="6" columns="7">
19977 <features tabularvalignment="middle">
19978 <column alignment="center" valignment="top">
19979 <column alignment="center" valignment="top">
19980 <column alignment="center" valignment="top">
19981 <column alignment="center" valignment="top">
19982 <column alignment="center" valignment="top">
19983 <column alignment="center" valignment="top">
19984 <column alignment="center" valignment="top">
19985 <row>
19986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19987 \begin_inset Text
19988
19989 \begin_layout Plain Layout
19990
19991 \end_layout
19992
19993 \end_inset
19994 </cell>
19995 <cell alignment="center" valignment="top" topline="true" usebox="none">
19996 \begin_inset Text
19997
19998 \begin_layout Plain Layout
19999
20000 \end_layout
20001
20002 \end_inset
20003 </cell>
20004 <cell alignment="center" valignment="top" topline="true" usebox="none">
20005 \begin_inset Text
20006
20007 \begin_layout Plain Layout
20008
20009 \end_layout
20010
20011 \end_inset
20012 </cell>
20013 <cell alignment="center" valignment="top" topline="true" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 <cell alignment="center" valignment="top" topline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026
20027 \end_layout
20028
20029 \end_inset
20030 </cell>
20031 <cell alignment="center" valignment="top" topline="true" usebox="none">
20032 \begin_inset Text
20033
20034 \begin_layout Plain Layout
20035
20036 \end_layout
20037
20038 \end_inset
20039 </cell>
20040 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20041 \begin_inset Text
20042
20043 \begin_layout Plain Layout
20044 \begin_inset ERT
20045 status open
20046
20047 \begin_layout Plain Layout
20048
20049
20050 \backslash
20051
20052 \backslash
20053
20054 \backslash
20055 arrayrulecolor{blue}%
20056 \end_layout
20057
20058 \end_inset
20059
20060
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 </row>
20066 <row>
20067 <cell alignment="center" valignment="top" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Plain Layout
20071 Y
20072 \end_layout
20073
20074 \end_inset
20075 </cell>
20076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20077 \begin_inset Text
20078
20079 \begin_layout Plain Layout
20080
20081 \end_layout
20082
20083 \end_inset
20084 </cell>
20085 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20086 \begin_inset Text
20087
20088 \begin_layout Plain Layout
20089
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098
20099 \end_layout
20100
20101 \end_inset
20102 </cell>
20103 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Plain Layout
20107
20108 \end_layout
20109
20110 \end_inset
20111 </cell>
20112 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Plain Layout
20116
20117 \end_layout
20118
20119 \end_inset
20120 </cell>
20121 <cell alignment="center" valignment="top" usebox="none">
20122 \begin_inset Text
20123
20124 \begin_layout Plain Layout
20125 Y
20126 \end_layout
20127
20128 \end_inset
20129 </cell>
20130 </row>
20131 <row>
20132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20133 \begin_inset Text
20134
20135 \begin_layout Plain Layout
20136 \begin_inset ERT
20137 status open
20138
20139 \begin_layout Plain Layout
20140
20141
20142 \backslash
20143 arrayrulecolor{black}
20144 \end_layout
20145
20146 \end_inset
20147
20148
20149 \end_layout
20150
20151 \end_inset
20152 </cell>
20153 <cell alignment="center" valignment="top" usebox="none">
20154 \begin_inset Text
20155
20156 \begin_layout Plain Layout
20157
20158 \end_layout
20159
20160 \end_inset
20161 </cell>
20162 <cell alignment="center" valignment="top" usebox="none">
20163 \begin_inset Text
20164
20165 \begin_layout Plain Layout
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" rightline="true" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Plain Layout
20202
20203 \end_layout
20204
20205 \end_inset
20206 </cell>
20207 </row>
20208 <row>
20209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20210 \begin_inset Text
20211
20212 \begin_layout Plain Layout
20213
20214 \end_layout
20215
20216 \end_inset
20217 </cell>
20218 <cell alignment="center" valignment="top" usebox="none">
20219 \begin_inset Text
20220
20221 \begin_layout Plain Layout
20222
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 <cell alignment="center" valignment="top" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Plain Layout
20231
20232 \end_layout
20233
20234 \end_inset
20235 </cell>
20236 <cell alignment="center" valignment="top" usebox="none">
20237 \begin_inset Text
20238
20239 \begin_layout Plain Layout
20240
20241 \end_layout
20242
20243 \end_inset
20244 </cell>
20245 <cell alignment="center" valignment="top" usebox="none">
20246 \begin_inset Text
20247
20248 \begin_layout Plain Layout
20249
20250 \end_layout
20251
20252 \end_inset
20253 </cell>
20254 <cell alignment="center" valignment="top" usebox="none">
20255 \begin_inset Text
20256
20257 \begin_layout Plain Layout
20258
20259 \end_layout
20260
20261 \end_inset
20262 </cell>
20263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20264 \begin_inset Text
20265
20266 \begin_layout Plain Layout
20267 \begin_inset ERT
20268 status collapsed
20269
20270 \begin_layout Plain Layout
20271
20272
20273 \backslash
20274
20275 \backslash
20276
20277 \backslash
20278 arrayrulecolor{green}%
20279 \end_layout
20280
20281 \end_inset
20282
20283
20284 \end_layout
20285
20286 \end_inset
20287 </cell>
20288 </row>
20289 <row>
20290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20291 \begin_inset Text
20292
20293 \begin_layout Plain Layout
20294
20295 \end_layout
20296
20297 \end_inset
20298 </cell>
20299 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303
20304 \end_layout
20305
20306 \end_inset
20307 </cell>
20308 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20309 \begin_inset Text
20310
20311 \begin_layout Plain Layout
20312
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20318 \begin_inset Text
20319
20320 \begin_layout Plain Layout
20321
20322 \end_layout
20323
20324 \end_inset
20325 </cell>
20326 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20327 \begin_inset Text
20328
20329 \begin_layout Plain Layout
20330
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339
20340 \end_layout
20341
20342 \end_inset
20343 </cell>
20344 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348
20349 \end_layout
20350
20351 \end_inset
20352 </cell>
20353 </row>
20354 <row>
20355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20356 \begin_inset Text
20357
20358 \begin_layout Plain Layout
20359 \begin_inset ERT
20360 status collapsed
20361
20362 \begin_layout Plain Layout
20363
20364
20365 \backslash
20366 arrayrulecolor{black}
20367 \end_layout
20368
20369 \end_inset
20370
20371 B
20372 \end_layout
20373
20374 \end_inset
20375 </cell>
20376 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20377 \begin_inset Text
20378
20379 \begin_layout Plain Layout
20380
20381 \end_layout
20382
20383 \end_inset
20384 </cell>
20385 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20386 \begin_inset Text
20387
20388 \begin_layout Plain Layout
20389
20390 \end_layout
20391
20392 \end_inset
20393 </cell>
20394 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20395 \begin_inset Text
20396
20397 \begin_layout Plain Layout
20398
20399 \end_layout
20400
20401 \end_inset
20402 </cell>
20403 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20404 \begin_inset Text
20405
20406 \begin_layout Plain Layout
20407
20408 \end_layout
20409
20410 \end_inset
20411 </cell>
20412 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20413 \begin_inset Text
20414
20415 \begin_layout Plain Layout
20416
20417 \end_layout
20418
20419 \end_inset
20420 </cell>
20421 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20422 \begin_inset Text
20423
20424 \begin_layout Plain Layout
20425 \begin_inset ERT
20426 status collapsed
20427
20428 \begin_layout Plain Layout
20429
20430
20431 \backslash
20432
20433 \backslash
20434
20435 \backslash
20436 arrayrulecolor{blue}%
20437 \end_layout
20438
20439 \end_inset
20440
20441
20442 \end_layout
20443
20444 \end_inset
20445 </cell>
20446 </row>
20447 </lyxtabular>
20448
20449 \end_inset
20450
20451
20452 \end_layout
20453
20454 \end_inset
20455
20456
20457 \end_layout
20458
20459 \begin_layout Standard
20460 Um die Farbe von vertikalen Linien innerhalb einer Zeile zu ändern, wie
20461  in Tabelle
20462 \begin_inset space ~
20463 \end_inset
20464
20465
20466 \begin_inset CommandInset ref
20467 LatexCommand ref
20468 reference "tab:Tabelle-mit-verschiedenen-ver"
20469
20470 \end_inset
20471
20472 , benötigt man Mehrfachzeilen.
20473  Zuerst müssen alle vertikalen Linien entfernt werden, die nicht entlang
20474  der kompletten Spalte laufen.
20475  Nun werden alle Linien mit dem Befehl
20476 \end_layout
20477
20478 \begin_layout Standard
20479
20480 \series bold
20481
20482 \backslash
20483
20484 \backslash
20485
20486 \backslash
20487 arrayrulecolor{blue}%
20488 \end_layout
20489
20490 \begin_layout Standard
20491 wie oben gefärbt.
20492  Zuletzt fügt man diesen Befehl als \SpecialChar TeX
20493 -Code in jede Zelle ein, für die man
20494  eine vertikale Linie in einer anderen Farbe benötigt:
20495 \end_layout
20496
20497 \begin_layout Standard
20498
20499 \series bold
20500
20501 \backslash
20502 multicolumn{1}{!{
20503 \backslash
20504 color{green}
20505 \backslash
20506 vline}c!{
20507 \backslash
20508 color{red}
20509 \backslash
20510 vline}}{
20511 \end_layout
20512
20513 \begin_layout Standard
20514 Dies fügt eine vertikale Linie an beiden Seiten der Zelle ein.
20515  Die linke ist grün, die rechte rot.
20516  Wenn keine Farbänderung notwendig ist, kann man den Befehl 
20517 \series bold
20518
20519 \backslash
20520 color
20521 \series default
20522  in obigem Befehl weglassen.
20523  Um z.
20524 \begin_inset space \thinspace{}
20525 \end_inset
20526
20527 B.
20528  eine schwarze linke Linie und eine blaue rechte zu erhalten, kann man schreiben
20529 :
20530 \end_layout
20531
20532 \begin_layout Standard
20533
20534 \series bold
20535
20536 \backslash
20537 multicolumn{1}{!{
20538 \backslash
20539 color{black}
20540 \backslash
20541 vline}c|}{
20542 \end_layout
20543
20544 \begin_layout Standard
20545 Denn die Farbe blau ist bereits für alle Linien gesetzt.
20546  Das | erstellt dabei die vertikale Linie, während das ansonsten 
20547 \series bold
20548
20549 \backslash
20550 vline
20551 \series default
20552  tut, wenn 
20553 \series bold
20554
20555 \backslash
20556 color
20557 \series default
20558  verwendet wird.
20559  Um vertikale Linien einzufügen, ohne die Farbe zu ändern, verwendet man
20560 \end_layout
20561
20562 \begin_layout Standard
20563
20564 \series bold
20565
20566 \backslash
20567 multicolumn{1}{|c|}{
20568 \end_layout
20569
20570 \begin_layout Standard
20571 Nach diesem Befehl fügt man den Zelleninhalt normal ein und beendet die
20572  Zelle mit einer schließenden Klammer 
20573 \series bold
20574 }
20575 \series default
20576  in \SpecialChar TeX
20577 -Code.
20578 \end_layout
20579
20580 \begin_layout Standard
20581 \begin_inset Float table
20582 placement document
20583 alignment document
20584 wide false
20585 sideways false
20586 status open
20587
20588 \begin_layout Plain Layout
20589 \begin_inset Caption Standard
20590
20591 \begin_layout Plain Layout
20592 \begin_inset CommandInset label
20593 LatexCommand label
20594 name "tab:Tabelle-mit-verschiedenen-ver"
20595
20596 \end_inset
20597
20598 Tabelle mit verschiedenen vertikalen Linienfarben in einer Zeile.
20599 \end_layout
20600
20601 \end_inset
20602
20603
20604 \end_layout
20605
20606 \begin_layout Plain Layout
20607 \align center
20608 \begin_inset Tabular
20609 <lyxtabular version="3" rows="5" columns="7">
20610 <features tabularvalignment="middle">
20611 <column alignment="center" valignment="top">
20612 <column alignment="center" valignment="top">
20613 <column alignment="center" valignment="top">
20614 <column alignment="center" valignment="top">
20615 <column alignment="center" valignment="top">
20616 <column alignment="center" valignment="top">
20617 <column alignment="center" valignment="top">
20618 <row>
20619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20620 \begin_inset Text
20621
20622 \begin_layout Plain Layout
20623
20624 \end_layout
20625
20626 \end_inset
20627 </cell>
20628 <cell alignment="center" valignment="top" topline="true" usebox="none">
20629 \begin_inset Text
20630
20631 \begin_layout Plain Layout
20632
20633 \end_layout
20634
20635 \end_inset
20636 </cell>
20637 <cell alignment="center" valignment="top" topline="true" usebox="none">
20638 \begin_inset Text
20639
20640 \begin_layout Plain Layout
20641
20642 \end_layout
20643
20644 \end_inset
20645 </cell>
20646 <cell alignment="center" valignment="top" topline="true" usebox="none">
20647 \begin_inset Text
20648
20649 \begin_layout Plain Layout
20650
20651 \end_layout
20652
20653 \end_inset
20654 </cell>
20655 <cell alignment="center" valignment="top" topline="true" usebox="none">
20656 \begin_inset Text
20657
20658 \begin_layout Plain Layout
20659
20660 \end_layout
20661
20662 \end_inset
20663 </cell>
20664 <cell alignment="center" valignment="top" topline="true" usebox="none">
20665 \begin_inset Text
20666
20667 \begin_layout Plain Layout
20668
20669 \end_layout
20670
20671 \end_inset
20672 </cell>
20673 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20674 \begin_inset Text
20675
20676 \begin_layout Plain Layout
20677 \begin_inset ERT
20678 status open
20679
20680 \begin_layout Plain Layout
20681
20682
20683 \backslash
20684
20685 \backslash
20686
20687 \backslash
20688 arrayrulecolor{red}%
20689 \end_layout
20690
20691 \end_inset
20692
20693
20694 \end_layout
20695
20696 \end_inset
20697 </cell>
20698 </row>
20699 <row>
20700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704 \begin_inset ERT
20705 status open
20706
20707 \begin_layout Plain Layout
20708
20709
20710 \backslash
20711 multicolumn{1}{!{
20712 \backslash
20713 color{black}
20714 \backslash
20715 vline}c|}{
20716 \end_layout
20717
20718 \end_inset
20719
20720 Y
20721 \begin_inset ERT
20722 status collapsed
20723
20724 \begin_layout Plain Layout
20725
20726 }
20727 \end_layout
20728
20729 \end_inset
20730
20731
20732 \end_layout
20733
20734 \end_inset
20735 </cell>
20736 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20737 \begin_inset Text
20738
20739 \begin_layout Plain Layout
20740
20741 \end_layout
20742
20743 \end_inset
20744 </cell>
20745 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20746 \begin_inset Text
20747
20748 \begin_layout Plain Layout
20749
20750 \end_layout
20751
20752 \end_inset
20753 </cell>
20754 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20755 \begin_inset Text
20756
20757 \begin_layout Plain Layout
20758
20759 \end_layout
20760
20761 \end_inset
20762 </cell>
20763 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20764 \begin_inset Text
20765
20766 \begin_layout Plain Layout
20767
20768 \end_layout
20769
20770 \end_inset
20771 </cell>
20772 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20773 \begin_inset Text
20774
20775 \begin_layout Plain Layout
20776 \begin_inset ERT
20777 status open
20778
20779 \begin_layout Plain Layout
20780
20781
20782 \backslash
20783 multicolumn{1}{c|}{
20784 \end_layout
20785
20786 \end_inset
20787
20788
20789 \begin_inset ERT
20790 status collapsed
20791
20792 \begin_layout Plain Layout
20793
20794 }
20795 \end_layout
20796
20797 \end_inset
20798
20799
20800 \end_layout
20801
20802 \end_inset
20803 </cell>
20804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20805 \begin_inset Text
20806
20807 \begin_layout Plain Layout
20808 \begin_inset ERT
20809 status open
20810
20811 \begin_layout Plain Layout
20812
20813
20814 \backslash
20815 multicolumn{1}{c!{
20816 \backslash
20817 color{black}
20818 \backslash
20819 vline}}{
20820 \end_layout
20821
20822 \end_inset
20823
20824 Y
20825 \begin_inset ERT
20826 status collapsed
20827
20828 \begin_layout Plain Layout
20829
20830 }
20831 \end_layout
20832
20833 \end_inset
20834
20835
20836 \end_layout
20837
20838 \end_inset
20839 </cell>
20840 </row>
20841 <row>
20842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20843 \begin_inset Text
20844
20845 \begin_layout Plain Layout
20846 \begin_inset ERT
20847 status collapsed
20848
20849 \begin_layout Plain Layout
20850
20851
20852 \backslash
20853 arrayrulecolor{black}
20854 \end_layout
20855
20856 \end_inset
20857
20858
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 <cell alignment="center" valignment="top" usebox="none">
20864 \begin_inset Text
20865
20866 \begin_layout Plain Layout
20867
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 <cell alignment="center" valignment="top" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 <cell alignment="center" valignment="top" usebox="none">
20882 \begin_inset Text
20883
20884 \begin_layout Plain Layout
20885
20886 \end_layout
20887
20888 \end_inset
20889 </cell>
20890 <cell alignment="center" valignment="top" usebox="none">
20891 \begin_inset Text
20892
20893 \begin_layout Plain Layout
20894
20895 \end_layout
20896
20897 \end_inset
20898 </cell>
20899 <cell alignment="center" valignment="top" usebox="none">
20900 \begin_inset Text
20901
20902 \begin_layout Plain Layout
20903
20904 \end_layout
20905
20906 \end_inset
20907 </cell>
20908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912 \begin_inset ERT
20913 status collapsed
20914
20915 \begin_layout Plain Layout
20916
20917
20918 \backslash
20919
20920 \backslash
20921
20922 \backslash
20923 arrayrulecolor{magenta}%
20924 \end_layout
20925
20926 \end_inset
20927
20928
20929 \end_layout
20930
20931 \end_inset
20932 </cell>
20933 </row>
20934 <row>
20935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20936 \begin_inset Text
20937
20938 \begin_layout Plain Layout
20939 \begin_inset ERT
20940 status collapsed
20941
20942 \begin_layout Plain Layout
20943
20944
20945 \backslash
20946 multicolumn{1}{|c!{
20947 \backslash
20948 color{red}
20949 \backslash
20950 vline}}{
20951 \end_layout
20952
20953 \end_inset
20954
20955
20956 \begin_inset ERT
20957 status collapsed
20958
20959 \begin_layout Plain Layout
20960
20961 }
20962 \end_layout
20963
20964 \end_inset
20965
20966
20967 \end_layout
20968
20969 \end_inset
20970 </cell>
20971 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20972 \begin_inset Text
20973
20974 \begin_layout Plain Layout
20975 \begin_inset ERT
20976 status collapsed
20977
20978 \begin_layout Plain Layout
20979
20980
20981 \backslash
20982 multicolumn{1}{c!{
20983 \backslash
20984 color{green}
20985 \backslash
20986 vline}}{
20987 \end_layout
20988
20989 \end_inset
20990
20991
20992 \begin_inset ERT
20993 status collapsed
20994
20995 \begin_layout Plain Layout
20996
20997 }
20998 \end_layout
20999
21000 \end_inset
21001
21002
21003 \end_layout
21004
21005 \end_inset
21006 </cell>
21007 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21008 \begin_inset Text
21009
21010 \begin_layout Plain Layout
21011 \begin_inset ERT
21012 status collapsed
21013
21014 \begin_layout Plain Layout
21015
21016
21017 \backslash
21018 multicolumn{1}{c!{
21019 \backslash
21020 color{yellow}
21021 \backslash
21022 vline}}{
21023 \end_layout
21024
21025 \end_inset
21026
21027
21028 \begin_inset ERT
21029 status collapsed
21030
21031 \begin_layout Plain Layout
21032
21033 }
21034 \end_layout
21035
21036 \end_inset
21037
21038
21039 \end_layout
21040
21041 \end_inset
21042 </cell>
21043 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21044 \begin_inset Text
21045
21046 \begin_layout Plain Layout
21047 \begin_inset ERT
21048 status collapsed
21049
21050 \begin_layout Plain Layout
21051
21052
21053 \backslash
21054 multicolumn{1}{c!{
21055 \backslash
21056 color{blue}
21057 \backslash
21058 vline}}{
21059 \end_layout
21060
21061 \end_inset
21062
21063
21064 \begin_inset ERT
21065 status collapsed
21066
21067 \begin_layout Plain Layout
21068
21069 }
21070 \end_layout
21071
21072 \end_inset
21073
21074
21075 \end_layout
21076
21077 \end_inset
21078 </cell>
21079 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21080 \begin_inset Text
21081
21082 \begin_layout Plain Layout
21083 \begin_inset ERT
21084 status collapsed
21085
21086 \begin_layout Plain Layout
21087
21088
21089 \backslash
21090 multicolumn{1}{c!{
21091 \backslash
21092 color{cyan}
21093 \backslash
21094 vline}}{
21095 \end_layout
21096
21097 \end_inset
21098
21099
21100 \begin_inset ERT
21101 status collapsed
21102
21103 \begin_layout Plain Layout
21104
21105 }
21106 \end_layout
21107
21108 \end_inset
21109
21110
21111 \end_layout
21112
21113 \end_inset
21114 </cell>
21115 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21116 \begin_inset Text
21117
21118 \begin_layout Plain Layout
21119 \begin_inset ERT
21120 status collapsed
21121
21122 \begin_layout Plain Layout
21123
21124
21125 \backslash
21126 multicolumn{1}{c!{
21127 \backslash
21128 color{black}
21129 \backslash
21130 vline}}{
21131 \end_layout
21132
21133 \end_inset
21134
21135
21136 \begin_inset ERT
21137 status collapsed
21138
21139 \begin_layout Plain Layout
21140
21141 }
21142 \end_layout
21143
21144 \end_inset
21145
21146
21147 \end_layout
21148
21149 \end_inset
21150 </cell>
21151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21152 \begin_inset Text
21153
21154 \begin_layout Plain Layout
21155 \begin_inset ERT
21156 status collapsed
21157
21158 \begin_layout Plain Layout
21159
21160
21161 \backslash
21162 multicolumn{1}{c|}{
21163 \end_layout
21164
21165 \end_inset
21166
21167
21168 \begin_inset ERT
21169 status collapsed
21170
21171 \begin_layout Plain Layout
21172
21173 }
21174 \end_layout
21175
21176 \end_inset
21177
21178
21179 \end_layout
21180
21181 \end_inset
21182 </cell>
21183 </row>
21184 <row>
21185 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21186 \begin_inset Text
21187
21188 \begin_layout Plain Layout
21189 \begin_inset ERT
21190 status collapsed
21191
21192 \begin_layout Plain Layout
21193
21194
21195 \backslash
21196 arrayrulecolor{black}
21197 \end_layout
21198
21199 \end_inset
21200
21201 B
21202 \end_layout
21203
21204 \end_inset
21205 </cell>
21206 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21207 \begin_inset Text
21208
21209 \begin_layout Plain Layout
21210
21211 \end_layout
21212
21213 \end_inset
21214 </cell>
21215 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21216 \begin_inset Text
21217
21218 \begin_layout Plain Layout
21219
21220 \end_layout
21221
21222 \end_inset
21223 </cell>
21224 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21225 \begin_inset Text
21226
21227 \begin_layout Plain Layout
21228
21229 \end_layout
21230
21231 \end_inset
21232 </cell>
21233 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237
21238 \end_layout
21239
21240 \end_inset
21241 </cell>
21242 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21243 \begin_inset Text
21244
21245 \begin_layout Plain Layout
21246
21247 \end_layout
21248
21249 \end_inset
21250 </cell>
21251 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21252 \begin_inset Text
21253
21254 \begin_layout Plain Layout
21255
21256 \end_layout
21257
21258 \end_inset
21259 </cell>
21260 </row>
21261 </lyxtabular>
21262
21263 \end_inset
21264
21265
21266 \end_layout
21267
21268 \end_inset
21269
21270
21271 \end_layout
21272
21273 \begin_layout Standard
21274 \begin_inset ERT
21275 status collapsed
21276
21277 \begin_layout Plain Layout
21278
21279
21280 \backslash
21281 setlength{
21282 \backslash
21283 arrayrulewidth}{0.4pt}
21284 \end_layout
21285
21286 \end_inset
21287
21288
21289 \end_layout
21290
21291 \begin_layout Section
21292 Rotierte Tabellenzellen
21293 \begin_inset CommandInset label
21294 LatexCommand label
21295 name "abs:Rotierte-Tabellenzellen"
21296
21297 \end_inset
21298
21299
21300 \begin_inset Index idx
21301 range none
21302 pageformat default
21303 status collapsed
21304
21305 \begin_layout Plain Layout
21306 Tabellen
21307 \begin_inset IndexMacro subentry
21308 status open
21309
21310 \begin_layout Plain Layout
21311 rotierte Zellen
21312 \end_layout
21313
21314 \end_inset
21315
21316
21317 \end_layout
21318
21319 \end_inset
21320
21321
21322 \begin_inset Index idx
21323 range none
21324 pageformat default
21325 status collapsed
21326
21327 \begin_layout Plain Layout
21328 Rotiertes Material
21329 \end_layout
21330
21331 \end_inset
21332
21333
21334 \end_layout
21335
21336 \begin_layout Standard
21337 \begin_inset Note Greyedout
21338 status open
21339
21340 \begin_layout Plain Layout
21341
21342 \series bold
21343 Achtung:
21344 \series default
21345  Nicht alle DVI-Betrachter können Rotationen anzeigen.
21346 \end_layout
21347
21348 \end_inset
21349
21350
21351 \end_layout
21352
21353 \begin_layout Standard
21354 Tabelle
21355 \begin_inset space ~
21356 \end_inset
21357
21358
21359 \begin_inset CommandInset ref
21360 LatexCommand ref
21361 reference "tab:Tabelle-mit-rotierten"
21362
21363 \end_inset
21364
21365  ist ein Beispiel bei dem 3
21366 \begin_inset space ~
21367 \end_inset
21368
21369 Zellen um 45
21370 \begin_inset space \thinspace{}
21371 \end_inset
21372
21373 ° rotiert wurden.
21374 \end_layout
21375
21376 \begin_layout Standard
21377 \begin_inset Float table
21378 placement h
21379 alignment document
21380 wide false
21381 sideways false
21382 status open
21383
21384 \begin_layout Plain Layout
21385 \begin_inset Caption Standard
21386
21387 \begin_layout Plain Layout
21388 \begin_inset CommandInset label
21389 LatexCommand label
21390 name "tab:Tabelle-mit-rotierten"
21391
21392 \end_inset
21393
21394 Tabelle mit rotierten Zellen in der ersten Zeile.
21395 \end_layout
21396
21397 \end_inset
21398
21399
21400 \end_layout
21401
21402 \begin_layout Plain Layout
21403 \noindent
21404 \align center
21405 \begin_inset Tabular
21406 <lyxtabular version="3" rows="2" columns="3">
21407 <features tabularvalignment="middle">
21408 <column alignment="center" valignment="top" width="0pt">
21409 <column alignment="center" valignment="top" width="0pt">
21410 <column alignment="center" valignment="top" width="0pt">
21411 <row>
21412 <cell alignment="center" valignment="top" rotate="45" usebox="none">
21413 \begin_inset Text
21414
21415 \begin_layout Plain Layout
21416 Tassen
21417 \end_layout
21418
21419 \end_inset
21420 </cell>
21421 <cell alignment="center" valignment="top" rotate="45" usebox="none">
21422 \begin_inset Text
21423
21424 \begin_layout Plain Layout
21425 Teller
21426 \end_layout
21427
21428 \end_inset
21429 </cell>
21430 <cell alignment="center" valignment="top" rotate="45" usebox="none">
21431 \begin_inset Text
21432
21433 \begin_layout Plain Layout
21434 Untertassen
21435 \end_layout
21436
21437 \end_inset
21438 </cell>
21439 </row>
21440 <row>
21441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21442 \begin_inset Text
21443
21444 \begin_layout Plain Layout
21445 45
21446 \end_layout
21447
21448 \end_inset
21449 </cell>
21450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21451 \begin_inset Text
21452
21453 \begin_layout Plain Layout
21454 33
21455 \end_layout
21456
21457 \end_inset
21458 </cell>
21459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21460 \begin_inset Text
21461
21462 \begin_layout Plain Layout
21463 21
21464 \end_layout
21465
21466 \end_inset
21467 </cell>
21468 </row>
21469 </lyxtabular>
21470
21471 \end_inset
21472
21473
21474 \end_layout
21475
21476 \end_inset
21477
21478
21479 \end_layout
21480
21481 \begin_layout Standard
21482 \begin_inset Note Greyedout
21483 status open
21484
21485 \begin_layout Plain Layout
21486
21487 \series bold
21488 Achtung:
21489 \series default
21490  Zeilenumbrüche (Tastenkürzel 
21491 \family sans
21492 Strg+Enter
21493 \family default
21494 ) sind in rotierten Zellen nicht erlaubt.
21495 \end_layout
21496
21497 \end_inset
21498
21499
21500 \end_layout
21501
21502 \begin_layout Standard
21503 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
21504  den Zelleninhalt in eine Minipage oder Parbox tun.
21505 \begin_inset Foot
21506 status collapsed
21507
21508 \begin_layout Plain Layout
21509 Für mehr über diese Boxen siehe Abschnitt
21510 \begin_inset space ~
21511 \end_inset
21512
21513
21514 \begin_inset CommandInset ref
21515 LatexCommand ref
21516 reference "abs:Minipage"
21517
21518 \end_inset
21519
21520  und 
21521 \begin_inset CommandInset ref
21522 LatexCommand ref
21523 reference "abs:Parbox"
21524
21525 \end_inset
21526
21527 .
21528 \end_layout
21529
21530 \end_inset
21531
21532  Wenn Sie diese Zelle um 90
21533 \begin_inset space \thinspace{}
21534 \end_inset
21535
21536 ° rotieren, ist die Breite der Box die Höhe der Zelle.
21537  Um zu vermeiden, dass man eine geeignete Breite abschätzen muss, kann man
21538  eine Minipage mit variabler Breite verwenden.
21539  So eine Box wird eingefügt, indem man das Modul 
21540 \family sans
21541 Breitenvariable
21542 \begin_inset space ~
21543 \end_inset
21544
21545 Minipages
21546 \family default
21547  in den Dokumenteinstellungen lädt.
21548  Dann kann man das Menü 
21549 \family sans
21550 Einfügen\SpecialChar menuseparator
21551 Benutzerdefinierte
21552 \begin_inset space ~
21553 \end_inset
21554
21555 Einfügungen\SpecialChar menuseparator
21556 Minipage
21557 \begin_inset space ~
21558 \end_inset
21559
21560 (var.
21561 \begin_inset space ~
21562 \end_inset
21563
21564 Breite)
21565 \family default
21566  vewenden.
21567  Tabelle
21568 \begin_inset space ~
21569 \end_inset
21570
21571
21572 \begin_inset CommandInset ref
21573 LatexCommand ref
21574 reference "tab:Tabelle-mit-rotierter-Umbruch"
21575
21576 \end_inset
21577
21578  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch in der eine
21579  Minipage mit variabler Breite verwendet wurde.
21580 \end_layout
21581
21582 \begin_layout Standard
21583 \begin_inset Float table
21584 placement document
21585 alignment document
21586 wide false
21587 sideways false
21588 status open
21589
21590 \begin_layout Plain Layout
21591 \begin_inset Caption Standard
21592
21593 \begin_layout Plain Layout
21594 \begin_inset CommandInset label
21595 LatexCommand label
21596 name "tab:Tabelle-mit-rotierter-Umbruch"
21597
21598 \end_inset
21599
21600 Tabelle mit rotierter Zelle mit Zeilenumbruch.
21601 \end_layout
21602
21603 \end_inset
21604
21605
21606 \end_layout
21607
21608 \begin_layout Plain Layout
21609 \noindent
21610 \align center
21611 \begin_inset Tabular
21612 <lyxtabular version="3" rows="2" columns="3">
21613 <features tabularvalignment="middle">
21614 <column alignment="center" valignment="top">
21615 <column alignment="center" valignment="top" width="0pt">
21616 <column alignment="center" valignment="top">
21617 <row>
21618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Plain Layout
21622 a
21623 \end_layout
21624
21625 \end_inset
21626 </cell>
21627 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
21628 \begin_inset Text
21629
21630 \begin_layout Plain Layout
21631 \begin_inset Flex Minipage (Var. Width)
21632 status open
21633
21634 \begin_layout Plain Layout
21635 rotierte Zelle
21636 \begin_inset Newline newline
21637 \end_inset
21638
21639 mit Zeilenumbruch
21640 \begin_inset space ~
21641 \end_inset
21642
21643
21644 \end_layout
21645
21646 \end_inset
21647
21648
21649 \end_layout
21650
21651 \end_inset
21652 </cell>
21653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21654 \begin_inset Text
21655
21656 \begin_layout Plain Layout
21657 e
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 </row>
21663 <row>
21664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668 b
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21674 \begin_inset Text
21675
21676 \begin_layout Plain Layout
21677 c
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21683 \begin_inset Text
21684
21685 \begin_layout Plain Layout
21686 d
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 </row>
21692 </lyxtabular>
21693
21694 \end_inset
21695
21696
21697 \end_layout
21698
21699 \end_inset
21700
21701
21702 \end_layout
21703
21704 \begin_layout Section
21705 Berechnung der Tabellenbreite
21706 \begin_inset CommandInset label
21707 LatexCommand label
21708 name "abs:Berechnung-der-Tabellenbreite"
21709
21710 \end_inset
21711
21712
21713 \end_layout
21714
21715 \begin_layout Standard
21716 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
21717  Tabelle nicht über den Seitenrand hinausragt.
21718  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
21719  aber wie viel Platz wird für jede Spalte benötigt?
21720 \end_layout
21721
21722 \begin_layout Standard
21723 Die Tabellenbreite 
21724 \begin_inset Formula $W_{\mathrm{Tabelle}}$
21725 \end_inset
21726
21727  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
21728  
21729 \begin_inset Formula $W_{\mathrm{Spalte}}$
21730 \end_inset
21731
21732  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
21733  Spalteninhalt und dem Rand der Spalte (\SpecialChar LaTeX
21734 -Länge
21735 \series bold
21736  
21737 \backslash
21738 tabcolsep
21739 \series default
21740 , Voreinstellung 6
21741 \begin_inset space \thinspace{}
21742 \end_inset
21743
21744 pt) plus die Breite einer Tabellenlinie (\SpecialChar LaTeX
21745 -Länge 
21746 \series bold
21747
21748 \backslash
21749 arrayrulewidth
21750 \series default
21751 , Voreinstellung 0.4
21752 \begin_inset space \thinspace{}
21753 \end_inset
21754
21755 pt): Wenn alle 
21756 \begin_inset Formula $n$
21757 \end_inset
21758
21759
21760 \begin_inset space ~
21761 \end_inset
21762
21763 Spalten dieselbe Breite haben, ist die Tabellenbreite also
21764 \begin_inset Formula 
21765 \begin{equation}
21766 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
21767 \end{equation}
21768
21769 \end_inset
21770
21771
21772 \end_layout
21773
21774 \begin_layout Standard
21775 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
21776  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (\SpecialChar LaTeX
21777 -Länge
21778  
21779 \series bold
21780
21781 \backslash
21782 columnwidth
21783 \series default
21784 ).
21785  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
21786 \begin_inset Formula $W_{\mathrm{Tabelle}}$
21787 \end_inset
21788
21789  gleich 1
21790 \begin_inset space \thinspace{}
21791 \end_inset
21792
21793
21794 \backslash
21795 columnwidth sein soll, kann 
21796 \begin_inset Formula $W_{\mathrm{Spalte}}$
21797 \end_inset
21798
21799  leicht berechnet werden.
21800 \end_layout
21801
21802 \begin_layout Standard
21803 Um Berechnungen ausführen zu können, muss das \SpecialChar LaTeX
21804 -Paket 
21805 \series bold
21806 calc
21807 \series default
21808
21809 \begin_inset Index idx
21810 range none
21811 pageformat default
21812 status collapsed
21813
21814 \begin_layout Plain Layout
21815 \SpecialChar LaTeX
21816 -Pakete
21817 \begin_inset IndexMacro subentry
21818 status open
21819
21820 \begin_layout Plain Layout
21821 calc
21822 \end_layout
21823
21824 \end_inset
21825
21826
21827 \end_layout
21828
21829 \end_inset
21830
21831  im \SpecialChar LaTeX
21832 -Vorspann geladen werden.
21833  Um die Breite im Tabellendialog anzugeben, muss das Feld 
21834 \family sans
21835 \SpecialChar LaTeX
21836 -Argument
21837 \family default
21838  verwendet werden.
21839  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
21840 \begin_inset space ~
21841 \end_inset
21842
21843
21844 \begin_inset CommandInset ref
21845 LatexCommand ref
21846 reference "uab:Mehrfachspalten-Berechnungen"
21847
21848 \end_inset
21849
21850  erklärt ist.
21851  Für eine Tabelle mit 5
21852 \begin_inset space \thinspace{}
21853 \end_inset
21854
21855 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
21856  für jede Spalte den Befehl
21857 \end_layout
21858
21859 \begin_layout Standard
21860
21861 \series bold
21862 >{
21863 \backslash
21864 centering}p{(1
21865 \backslash
21866 columnwidth-62.4pt)/5}
21867 \end_layout
21868
21869 \begin_layout Standard
21870 an.
21871  Für eine Tabelle mit 5
21872 \begin_inset space \thinspace{}
21873 \end_inset
21874
21875 Spalten bei der 2 das 0,75
21876 \begin_inset space \thinspace{}
21877 \end_inset
21878
21879 fache der Breite der anderen 3
21880 \begin_inset space ~
21881 \end_inset
21882
21883 Spalten haben sollen, ist die Berechnung
21884 \begin_inset Formula 
21885 \begin{align}
21886 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{Spalte}}+2\cdot0,75\,W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
21887  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
21888  & =4,5\,W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
21889 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
21890 \end{align}
21891
21892 \end_inset
21893
21894
21895 \end_layout
21896
21897 \begin_layout Standard
21898 In der Tabelle wird daher der Befehl
21899 \end_layout
21900
21901 \begin_layout Standard
21902
21903 \series bold
21904 >{
21905 \backslash
21906 centering}p{(1
21907 \backslash
21908 columnwidth-62.4pt)/
21909 \backslash
21910 real{4.5}}
21911 \end_layout
21912
21913 \begin_layout Standard
21914 für die breiteren Spalten verwendet und
21915 \end_layout
21916
21917 \begin_layout Standard
21918
21919 \series bold
21920 >{
21921 \backslash
21922 centering}p{(1
21923 \backslash
21924 columnwidth-62.4pt)/
21925 \backslash
21926 real{4.5}*
21927 \backslash
21928 real{0.75}}
21929 \end_layout
21930
21931 \begin_layout Standard
21932 für die schmaleren:
21933 \end_layout
21934
21935 \begin_layout Standard
21936 \begin_inset Tabular
21937 <lyxtabular version="3" rows="2" columns="5">
21938 <features tabularvalignment="middle">
21939 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21940 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21941 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21942 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21943 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21944 <row>
21945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21946 \begin_inset Text
21947
21948 \begin_layout Plain Layout
21949 1
21950 \end_layout
21951
21952 \end_inset
21953 </cell>
21954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21955 \begin_inset Text
21956
21957 \begin_layout Plain Layout
21958 2
21959 \end_layout
21960
21961 \end_inset
21962 </cell>
21963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21964 \begin_inset Text
21965
21966 \begin_layout Plain Layout
21967 3
21968 \end_layout
21969
21970 \end_inset
21971 </cell>
21972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21973 \begin_inset Text
21974
21975 \begin_layout Plain Layout
21976 4
21977 \end_layout
21978
21979 \end_inset
21980 </cell>
21981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21982 \begin_inset Text
21983
21984 \begin_layout Plain Layout
21985 5
21986 \end_layout
21987
21988 \end_inset
21989 </cell>
21990 </row>
21991 <row>
21992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21993 \begin_inset Text
21994
21995 \begin_layout Plain Layout
21996 111111 1111111 111111 111111111 11111 11111 1111
21997 \end_layout
21998
21999 \end_inset
22000 </cell>
22001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22002 \begin_inset Text
22003
22004 \begin_layout Plain Layout
22005
22006 \end_layout
22007
22008 \end_inset
22009 </cell>
22010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014 2222 22222 222222 222222222 2222222 22 22222
22015 \end_layout
22016
22017 \end_inset
22018 </cell>
22019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22020 \begin_inset Text
22021
22022 \begin_layout Plain Layout
22023
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22029 \begin_inset Text
22030
22031 \begin_layout Plain Layout
22032 333333 333333 333333 33333 3333333 333
22033 \end_layout
22034
22035 \end_inset
22036 </cell>
22037 </row>
22038 </lyxtabular>
22039
22040 \end_inset
22041
22042
22043 \end_layout
22044
22045 \begin_layout Section
22046 Tabellen-Anpassung
22047 \begin_inset Index idx
22048 range none
22049 pageformat default
22050 status collapsed
22051
22052 \begin_layout Plain Layout
22053 Tabellen
22054 \begin_inset IndexMacro subentry
22055 status open
22056
22057 \begin_layout Plain Layout
22058 Anpassung
22059 \end_layout
22060
22061 \end_inset
22062
22063
22064 \end_layout
22065
22066 \end_inset
22067
22068
22069 \end_layout
22070
22071 \begin_layout Subsection
22072 Zeilenabstand
22073 \begin_inset CommandInset label
22074 LatexCommand label
22075 name "uab:Zeilenabstand"
22076
22077 \end_inset
22078
22079
22080 \begin_inset Index idx
22081 range none
22082 pageformat default
22083 status collapsed
22084
22085 \begin_layout Plain Layout
22086 Tabellen
22087 \begin_inset IndexMacro subentry
22088 status open
22089
22090 \begin_layout Plain Layout
22091 Zeilenabstand
22092 \end_layout
22093
22094 \end_inset
22095
22096
22097 \end_layout
22098
22099 \end_inset
22100
22101
22102 \end_layout
22103
22104 \begin_layout Standard
22105 Auf der Karteikarte 
22106 \family sans
22107 Rahmen
22108 \family default
22109  des 
22110 \family sans
22111 Tabellen-Einstellungen
22112 \family default
22113 -Dialogs können Sie 
22114 \family sans
22115 zusätzliche
22116 \begin_inset space ~
22117 \end_inset
22118
22119 Abstände
22120 \family default
22121  einfügen.
22122  Dabei haben Sie drei Möglichkeiten:
22123 \end_layout
22124
22125 \begin_layout Description
22126 Oberhalb
22127 \begin_inset space ~
22128 \end_inset
22129
22130 der
22131 \begin_inset space ~
22132 \end_inset
22133
22134 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
22135  Bei einer formalen Tabelle
22136 \begin_inset Foot
22137 status collapsed
22138
22139 \begin_layout Plain Layout
22140 Formale Tabellen wurden in Abschnitt
22141 \begin_inset space ~
22142 \end_inset
22143
22144
22145 \begin_inset CommandInset ref
22146 LatexCommand ref
22147 reference "abs:Formale-Tabellen"
22148
22149 \end_inset
22150
22151  beschrieben.
22152 \end_layout
22153
22154 \end_inset
22155
22156  fügt \SpecialChar LyX
22157  standardmäßig 0.5
22158 \begin_inset space \thinspace{}
22159 \end_inset
22160
22161 em Leerraum ein.
22162  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
22163 \begin_inset VSpace medskip
22164 \end_inset
22165
22166
22167 \begin_inset Newline newline
22168 \end_inset
22169
22170
22171 \begin_inset space \hspace*{}
22172 \length 0pt
22173 \end_inset
22174
22175
22176 \begin_inset space \hfill{}
22177 \end_inset
22178
22179
22180 \begin_inset Tabular
22181 <lyxtabular version="3" rows="3" columns="1">
22182 <features tabularvalignment="middle">
22183 <column alignment="center" valignment="top">
22184 <row>
22185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22186 \begin_inset Text
22187
22188 \begin_layout Plain Layout
22189 A
22190 \end_layout
22191
22192 \end_inset
22193 </cell>
22194 </row>
22195 <row topspace="3mm">
22196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22197 \begin_inset Text
22198
22199 \begin_layout Plain Layout
22200 3
22201 \begin_inset space \thinspace{}
22202 \end_inset
22203
22204 mm Leerraum oberhalb der Zeile
22205 \end_layout
22206
22207 \end_inset
22208 </cell>
22209 </row>
22210 <row>
22211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22212 \begin_inset Text
22213
22214 \begin_layout Plain Layout
22215 C
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 </row>
22221 </lyxtabular>
22222
22223 \end_inset
22224
22225
22226 \begin_inset space \hfill{}
22227 \end_inset
22228
22229
22230 \begin_inset space \hspace*{}
22231 \length 0pt
22232 \end_inset
22233
22234
22235 \begin_inset VSpace medskip
22236 \end_inset
22237
22238
22239 \begin_inset Newline newline
22240 \end_inset
22241
22242 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
22243 n Linien verwenden.
22244 \end_layout
22245
22246 \begin_layout Description
22247 Unterhalb
22248 \begin_inset space ~
22249 \end_inset
22250
22251 der
22252 \begin_inset space ~
22253 \end_inset
22254
22255 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
22256  Bei einer formalen Tabelle fügt \SpecialChar LyX
22257  standardmäßig 0.5
22258 \begin_inset space \thinspace{}
22259 \end_inset
22260
22261 em Leerraum ein.
22262  Bei normalen Tabellen ist der Standardwert 2
22263 \begin_inset space \thinspace{}
22264 \end_inset
22265
22266 pt.
22267 \end_layout
22268
22269 \begin_layout Description
22270 Zwischen
22271 \begin_inset space ~
22272 \end_inset
22273
22274 den
22275 \begin_inset space ~
22276 \end_inset
22277
22278 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
22279  Bei einer formalen Tabelle fügt \SpecialChar LyX
22280  standardmäßig 0.5
22281 \begin_inset space \thinspace{}
22282 \end_inset
22283
22284 em Leerraum ein.
22285  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
22286 \begin_inset VSpace medskip
22287 \end_inset
22288
22289
22290 \begin_inset Newline newline
22291 \end_inset
22292
22293
22294 \begin_inset space \hspace*{}
22295 \length 0pt
22296 \end_inset
22297
22298
22299 \begin_inset space \hfill{}
22300 \end_inset
22301
22302
22303 \begin_inset Tabular
22304 <lyxtabular version="3" rows="3" columns="1">
22305 <features tabularvalignment="middle">
22306 <column alignment="center" valignment="top">
22307 <row>
22308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22309 \begin_inset Text
22310
22311 \begin_layout Plain Layout
22312 A
22313 \end_layout
22314
22315 \end_inset
22316 </cell>
22317 </row>
22318 <row interlinespace="3mm">
22319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22320 \begin_inset Text
22321
22322 \begin_layout Plain Layout
22323 \begin_inset Formula $\downarrow$
22324 \end_inset
22325
22326  3
22327 \begin_inset space \thinspace{}
22328 \end_inset
22329
22330 mm Leerraum zwischen den Zeilen 
22331 \begin_inset Formula $\downarrow$
22332 \end_inset
22333
22334
22335 \end_layout
22336
22337 \end_inset
22338 </cell>
22339 </row>
22340 <row>
22341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345 \begin_inset Formula $\uparrow$
22346 \end_inset
22347
22348  3
22349 \begin_inset space \thinspace{}
22350 \end_inset
22351
22352 mm Leerraum zwischen den Zeilen 
22353 \begin_inset Formula $\uparrow$
22354 \end_inset
22355
22356
22357 \end_layout
22358
22359 \end_inset
22360 </cell>
22361 </row>
22362 </lyxtabular>
22363
22364 \end_inset
22365
22366
22367 \begin_inset space \hfill{}
22368 \end_inset
22369
22370
22371 \begin_inset space \hspace*{}
22372 \length 0pt
22373 \end_inset
22374
22375
22376 \begin_inset VSpace medskip
22377 \end_inset
22378
22379
22380 \begin_inset Newline newline
22381 \end_inset
22382
22383 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
22384 n Linien verwenden.
22385 \end_layout
22386
22387 \begin_layout Standard
22388 \begin_inset VSpace bigskip
22389 \end_inset
22390
22391 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
22392  Befehlen im \SpecialChar LaTeX
22393 -Vorspann machen:
22394 \end_layout
22395
22396 \begin_layout Standard
22397
22398 \series bold
22399
22400 \backslash
22401 @ifundefined{extrarowheight}
22402 \begin_inset Newline newline
22403 \end_inset
22404
22405
22406 \begin_inset Phantom HPhantom
22407 status open
22408
22409 \begin_layout Plain Layout
22410
22411 \series bold
22412 \begin_inset space ~
22413 \end_inset
22414
22415
22416 \end_layout
22417
22418 \end_inset
22419
22420 {
22421 \backslash
22422 usepackage{array}}{}
22423 \begin_inset Newline newline
22424 \end_inset
22425
22426
22427 \backslash
22428 setlength{
22429 \backslash
22430 extrarowheight}{Höhe}
22431 \series default
22432
22433 \begin_inset Note Note
22434 status collapsed
22435
22436 \begin_layout Plain Layout
22437 Das Paket 
22438 \series bold
22439 array
22440 \series default
22441  wird automatisch von \SpecialChar LyX
22442  geladen, wenn Sie selbst definierte Tabellenformate
22443  verwenden.
22444  Der Befehl 
22445 \series bold
22446
22447 \backslash
22448 @ifundefined
22449 \series default
22450  vermeidet, dass es in diesem Fall doppelt geladen wird.
22451 \end_layout
22452
22453 \end_inset
22454
22455
22456 \end_layout
22457
22458 \begin_layout Standard
22459 wobei die 
22460 \family sans
22461 Höhe
22462 \family default
22463  eine der in Anhang
22464 \begin_inset space ~
22465 \end_inset
22466
22467
22468 \begin_inset CommandInset ref
22469 LatexCommand ref
22470 reference "kap:In-LyX-verfügbare"
22471
22472 \end_inset
22473
22474  aufgelisteten Einheiten haben kann.
22475  Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
22476  ausgerichtet sind.
22477 \end_layout
22478
22479 \begin_layout Standard
22480 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
22481  zu nah an den Buchstaben.
22482  Das kann korrigiert werden, indem man den Befehl 
22483 \series bold
22484
22485 \backslash
22486 strut
22487 \series default
22488  als \SpecialChar TeX
22489 -Code am Anfang einer Tabellenzeile einfügt.
22490  Tabelle
22491 \begin_inset space ~
22492 \end_inset
22493
22494
22495 \begin_inset CommandInset ref
22496 LatexCommand ref
22497 reference "tab:Vertikale-Ausrichtung-von"
22498
22499 \end_inset
22500
22501  zeigt den Effekt.
22502 \end_layout
22503
22504 \begin_layout Standard
22505 \noindent
22506 \begin_inset Float table
22507 placement h
22508 alignment document
22509 wide false
22510 sideways false
22511 status open
22512
22513 \begin_layout Plain Layout
22514 \begin_inset Caption Standard
22515
22516 \begin_layout Plain Layout
22517 \begin_inset CommandInset label
22518 LatexCommand label
22519 name "tab:Vertikale-Ausrichtung-von"
22520
22521 \end_inset
22522
22523 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
22524 \end_layout
22525
22526 \end_inset
22527
22528
22529 \end_layout
22530
22531 \begin_layout Plain Layout
22532 \begin_inset space \hfill{}
22533 \end_inset
22534
22535
22536 \begin_inset Float table
22537 placement document
22538 alignment document
22539 wide false
22540 sideways false
22541 status collapsed
22542
22543 \begin_layout Plain Layout
22544 \begin_inset Caption Standard
22545
22546 \begin_layout Plain Layout
22547 Normale Tabelle.
22548 \end_layout
22549
22550 \end_inset
22551
22552
22553 \end_layout
22554
22555 \begin_layout Plain Layout
22556 \noindent
22557 \align center
22558 \begin_inset Tabular
22559 <lyxtabular version="3" rows="6" columns="1">
22560 <features tabularvalignment="middle">
22561 <column alignment="left" valignment="top">
22562 <row>
22563 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567 Normal, g
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 </row>
22573 <row>
22574 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578
22579 \size large
22580 Groß, g
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 </row>
22586 <row>
22587 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22588 \begin_inset Text
22589
22590 \begin_layout Plain Layout
22591
22592 \size larger
22593 Größer, g
22594 \end_layout
22595
22596 \end_inset
22597 </cell>
22598 </row>
22599 <row>
22600 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22601 \begin_inset Text
22602
22603 \begin_layout Plain Layout
22604
22605 \size largest
22606 noch Größer, g
22607 \end_layout
22608
22609 \end_inset
22610 </cell>
22611 </row>
22612 <row>
22613 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22614 \begin_inset Text
22615
22616 \begin_layout Plain Layout
22617
22618 \size huge
22619 Riesig
22620 \end_layout
22621
22622 \end_inset
22623 </cell>
22624 </row>
22625 <row>
22626 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22627 \begin_inset Text
22628
22629 \begin_layout Plain Layout
22630
22631 \size giant
22632 Gigantisch
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 </row>
22638 </lyxtabular>
22639
22640 \end_inset
22641
22642
22643 \end_layout
22644
22645 \end_inset
22646
22647
22648 \begin_inset space \hfill{}
22649 \end_inset
22650
22651
22652 \begin_inset Float table
22653 placement document
22654 alignment document
22655 wide false
22656 sideways false
22657 status collapsed
22658
22659 \begin_layout Plain Layout
22660 \begin_inset Caption Standard
22661
22662 \begin_layout Plain Layout
22663 Tabelle bei der der Befehl 
22664 \series bold
22665
22666 \backslash
22667 strut
22668 \series default
22669  verwendet wurde.
22670 \end_layout
22671
22672 \end_inset
22673
22674
22675 \end_layout
22676
22677 \begin_layout Plain Layout
22678 \noindent
22679 \align center
22680 \begin_inset Tabular
22681 <lyxtabular version="3" rows="6" columns="1">
22682 <features tabularvalignment="middle">
22683 <column alignment="left" valignment="top">
22684 <row>
22685 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22686 \begin_inset Text
22687
22688 \begin_layout Plain Layout
22689 Normal, g
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 </row>
22695 <row>
22696 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700
22701 \size large
22702 \begin_inset ERT
22703 status collapsed
22704
22705 \begin_layout Plain Layout
22706
22707
22708 \backslash
22709 strut 
22710 \end_layout
22711
22712 \end_inset
22713
22714 Groß, g
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 </row>
22720 <row>
22721 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725
22726 \size larger
22727 \begin_inset ERT
22728 status collapsed
22729
22730 \begin_layout Plain Layout
22731
22732
22733 \backslash
22734 strut 
22735 \end_layout
22736
22737 \end_inset
22738
22739 Größer, g
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 </row>
22745 <row>
22746 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750
22751 \size largest
22752 \begin_inset ERT
22753 status collapsed
22754
22755 \begin_layout Plain Layout
22756
22757
22758 \backslash
22759 strut 
22760 \end_layout
22761
22762 \end_inset
22763
22764 noch Größer, g
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 </row>
22770 <row>
22771 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775
22776 \size huge
22777 \begin_inset ERT
22778 status collapsed
22779
22780 \begin_layout Plain Layout
22781
22782
22783 \backslash
22784 strut 
22785 \end_layout
22786
22787 \end_inset
22788
22789 Riesig
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 </row>
22795 <row>
22796 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800
22801 \size giant
22802 \begin_inset ERT
22803 status collapsed
22804
22805 \begin_layout Plain Layout
22806
22807
22808 \backslash
22809 strut 
22810 \end_layout
22811
22812 \end_inset
22813
22814 Gigantisch
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 </row>
22820 </lyxtabular>
22821
22822 \end_inset
22823
22824
22825 \end_layout
22826
22827 \end_inset
22828
22829
22830 \begin_inset space \hfill{}
22831 \end_inset
22832
22833
22834 \end_layout
22835
22836 \end_inset
22837
22838
22839 \end_layout
22840
22841 \begin_layout Subsection
22842 Besondere Zellenausrichtung
22843 \begin_inset CommandInset label
22844 LatexCommand label
22845 name "uab:Besondere-Zellenausrichtung"
22846
22847 \end_inset
22848
22849
22850 \begin_inset Index idx
22851 range none
22852 pageformat default
22853 status collapsed
22854
22855 \begin_layout Plain Layout
22856 Tabellen
22857 \begin_inset IndexMacro subentry
22858 status open
22859
22860 \begin_layout Plain Layout
22861 Zellenausrichtung
22862 \end_layout
22863
22864 \end_inset
22865
22866
22867 \end_layout
22868
22869 \end_inset
22870
22871
22872 \end_layout
22873
22874 \begin_layout Standard
22875 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
22876  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
22877 \begin_inset space ~
22878 \end_inset
22879
22880
22881 \begin_inset CommandInset ref
22882 LatexCommand ref
22883 reference "tab:Tabellenzellen-sind-auf"
22884
22885 \end_inset
22886
22887 .
22888  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
22889  dann entweder den Werkzeugleistenknopf 
22890 \begin_inset Info
22891 type  "icon"
22892 arg   "tabular-feature align-decimal"
22893 \end_inset
22894
22895  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
22896 \family sans
22897 Am
22898 \begin_inset space ~
22899 \end_inset
22900
22901 Dezimaltrenner
22902 \family default
22903  setzt.
22904  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
22905  frei wählen.
22906 \end_layout
22907
22908 \begin_layout Standard
22909 \begin_inset Float table
22910 placement h
22911 alignment document
22912 wide false
22913 sideways false
22914 status open
22915
22916 \begin_layout Plain Layout
22917 \begin_inset Caption Standard
22918
22919 \begin_layout Plain Layout
22920 \begin_inset CommandInset label
22921 LatexCommand label
22922 name "tab:Tabellenzellen-sind-auf"
22923
22924 \end_inset
22925
22926 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
22927 \end_layout
22928
22929 \end_inset
22930
22931
22932 \end_layout
22933
22934 \begin_layout Plain Layout
22935 \align center
22936 \begin_inset Tabular
22937 <lyxtabular version="3" rows="4" columns="1">
22938 <features booktabs="true" tabularvalignment="middle">
22939 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
22940 <row>
22941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22942 \begin_inset Text
22943
22944 \begin_layout Plain Layout
22945 Überschrift
22946 \end_layout
22947
22948 \end_inset
22949 </cell>
22950 </row>
22951 <row>
22952 <cell alignment="center" valignment="top" topline="true" usebox="none">
22953 \begin_inset Text
22954
22955 \begin_layout Plain Layout
22956 12,6
22957 \end_layout
22958
22959 \end_inset
22960 </cell>
22961 </row>
22962 <row>
22963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22964 \begin_inset Text
22965
22966 \begin_layout Plain Layout
22967 0,68
22968 \end_layout
22969
22970 \end_inset
22971 </cell>
22972 </row>
22973 <row>
22974 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22975 \begin_inset Text
22976
22977 \begin_layout Plain Layout
22978 -123,0
22979 \end_layout
22980
22981 \end_inset
22982 </cell>
22983 </row>
22984 </lyxtabular>
22985
22986 \end_inset
22987
22988
22989 \end_layout
22990
22991 \end_inset
22992
22993
22994 \end_layout
22995
22996 \begin_layout Standard
22997 \begin_inset Float table
22998 placement h
22999 alignment document
23000 wide false
23001 sideways false
23002 status open
23003
23004 \begin_layout Plain Layout
23005 \begin_inset Caption Standard
23006
23007 \begin_layout Plain Layout
23008 \begin_inset CommandInset label
23009 LatexCommand label
23010 name "tab:Tabellenzellen-Operator"
23011
23012 \end_inset
23013
23014 Tabellenzellen sind auf den Operator ausgerichtet
23015 \end_layout
23016
23017 \end_inset
23018
23019
23020 \end_layout
23021
23022 \begin_layout Plain Layout
23023 \align center
23024 \begin_inset Tabular
23025 <lyxtabular version="3" rows="4" columns="2">
23026 <features booktabs="true" tabularvalignment="middle">
23027 <column alignment="right" valignment="top" width="0pt">
23028 <column alignment="left" valignment="top" width="0pt" special="@{}l">
23029 <row>
23030 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23031 \begin_inset Text
23032
23033 \begin_layout Plain Layout
23034 Überschrift
23035 \end_layout
23036
23037 \end_inset
23038 </cell>
23039 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23040 \begin_inset Text
23041
23042 \begin_layout Plain Layout
23043
23044 \end_layout
23045
23046 \end_inset
23047 </cell>
23048 </row>
23049 <row>
23050 <cell alignment="center" valignment="top" usebox="none">
23051 \begin_inset Text
23052
23053 \begin_layout Plain Layout
23054 \begin_inset Formula $12\,+$
23055 \end_inset
23056
23057
23058 \end_layout
23059
23060 \end_inset
23061 </cell>
23062 <cell alignment="center" valignment="top" usebox="none">
23063 \begin_inset Text
23064
23065 \begin_layout Plain Layout
23066 \begin_inset Formula $\,6$
23067 \end_inset
23068
23069
23070 \end_layout
23071
23072 \end_inset
23073 </cell>
23074 </row>
23075 <row>
23076 <cell alignment="center" valignment="top" usebox="none">
23077 \begin_inset Text
23078
23079 \begin_layout Plain Layout
23080 \begin_inset Formula $0\,-$
23081 \end_inset
23082
23083
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 <cell alignment="center" valignment="top" usebox="none">
23089 \begin_inset Text
23090
23091 \begin_layout Plain Layout
23092 \begin_inset Formula $\,68$
23093 \end_inset
23094
23095
23096 \end_layout
23097
23098 \end_inset
23099 </cell>
23100 </row>
23101 <row>
23102 <cell alignment="center" valignment="top" usebox="none">
23103 \begin_inset Text
23104
23105 \begin_layout Plain Layout
23106 \begin_inset Formula $-123\,/$
23107 \end_inset
23108
23109
23110 \end_layout
23111
23112 \end_inset
23113 </cell>
23114 <cell alignment="center" valignment="top" usebox="none">
23115 \begin_inset Text
23116
23117 \begin_layout Plain Layout
23118 \begin_inset Formula $\,0$
23119 \end_inset
23120
23121
23122 \end_layout
23123
23124 \end_inset
23125 </cell>
23126 </row>
23127 </lyxtabular>
23128
23129 \end_inset
23130
23131
23132 \end_layout
23133
23134 \end_inset
23135
23136
23137 \end_layout
23138
23139 \begin_layout Standard
23140 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
23141  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
23142  Formeln erlaubt.
23143  In diesem Fall verwendet man die Methode von Tabelle
23144 \begin_inset space ~
23145 \end_inset
23146
23147
23148 \begin_inset CommandInset ref
23149 LatexCommand ref
23150 reference "tab:Tabellenzellen-Operator"
23151
23152 \end_inset
23153
23154 .
23155  Diese Tabelle wurde als 4×2 Tabelle erstellt.
23156  Die Überschrift ist eine zentrierte Mehrfachspalte.
23157  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
23158  und den Operator.
23159  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
23160  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
23161  um den üblichen Leerraum um einen Operator zu erhalten.
23162  Um den Raum zwischen den beiden Spalten zu löschen, wurde im \SpecialChar LaTeX
23163 -Argument
23164  für die zweite Spalte folgendes eingefügt:
23165 \end_layout
23166
23167 \begin_layout Standard
23168
23169 \series bold
23170 @{}l
23171 \end_layout
23172
23173 \begin_layout Standard
23174 Tabelle
23175 \begin_inset space ~
23176 \end_inset
23177
23178
23179 \begin_inset CommandInset ref
23180 LatexCommand ref
23181 reference "tab:Verschiedene-Ausrichtungen"
23182
23183 \end_inset
23184
23185  zeigt einige Ausrichtungen.
23186  Für die Ausrichtung der Relationen wurde ein kleiner 
23187 \family sans
23188 Leerraum
23189 \family default
23190  eingefügt; wie in der zweiten Spalte von Tabelle
23191 \begin_inset space ~
23192 \end_inset
23193
23194
23195 \begin_inset CommandInset ref
23196 LatexCommand ref
23197 reference "tab:Tabellenzellen-Operator"
23198
23199 \end_inset
23200
23201 .
23202 \end_layout
23203
23204 \begin_layout Standard
23205
23206 \color black
23207 \begin_inset Float table
23208 placement h
23209 alignment document
23210 wide false
23211 sideways false
23212 status open
23213
23214 \begin_layout Plain Layout
23215
23216 \color black
23217 \begin_inset Caption Standard
23218
23219 \begin_layout Plain Layout
23220
23221 \color black
23222 \begin_inset CommandInset label
23223 LatexCommand label
23224 name "tab:Verschiedene-Ausrichtungen"
23225
23226 \end_inset
23227
23228
23229 \color inherit
23230 Verschiedene Ausrichtungen
23231 \end_layout
23232
23233 \end_inset
23234
23235
23236 \end_layout
23237
23238 \begin_layout Plain Layout
23239 \align center
23240 \begin_inset Tabular
23241 <lyxtabular version="3" rows="4" columns="6">
23242 <features tabularvalignment="middle">
23243 <column alignment="right" valignment="top">
23244 <column alignment="left" valignment="top" special="@{}l">
23245 <column alignment="right" valignment="top">
23246 <column alignment="left" valignment="top" special="@{}l">
23247 <column alignment="right" valignment="top">
23248 <column alignment="left" valignment="top" special="@{}l">
23249 <row>
23250 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
23251 \begin_inset Text
23252
23253 \begin_layout Plain Layout
23254 Einheiten
23255 \end_layout
23256
23257 \end_inset
23258 </cell>
23259 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23260 \begin_inset Text
23261
23262 \begin_layout Plain Layout
23263
23264 \end_layout
23265
23266 \end_inset
23267 </cell>
23268 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
23269 \begin_inset Text
23270
23271 \begin_layout Plain Layout
23272 Exponenten
23273 \end_layout
23274
23275 \end_inset
23276 </cell>
23277 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23278 \begin_inset Text
23279
23280 \begin_layout Plain Layout
23281
23282 \end_layout
23283
23284 \end_inset
23285 </cell>
23286 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23287 \begin_inset Text
23288
23289 \begin_layout Plain Layout
23290 Relationen
23291 \end_layout
23292
23293 \end_inset
23294 </cell>
23295 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23296 \begin_inset Text
23297
23298 \begin_layout Plain Layout
23299
23300 \end_layout
23301
23302 \end_inset
23303 </cell>
23304 </row>
23305 <row>
23306 <cell alignment="center" valignment="top" usebox="none">
23307 \begin_inset Text
23308
23309 \begin_layout Plain Layout
23310 12×
23311 \end_layout
23312
23313 \end_inset
23314 </cell>
23315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23316 \begin_inset Text
23317
23318 \begin_layout Plain Layout
23319 24
23320 \begin_inset space \thinspace{}
23321 \end_inset
23322
23323 Flaschen
23324 \end_layout
23325
23326 \end_inset
23327 </cell>
23328 <cell alignment="center" valignment="top" usebox="none">
23329 \begin_inset Text
23330
23331 \begin_layout Plain Layout
23332 \begin_inset Formula $10\cdot$
23333 \end_inset
23334
23335
23336 \end_layout
23337
23338 \end_inset
23339 </cell>
23340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344 \begin_inset Formula $10^{\mbox{-}17}$
23345 \end_inset
23346
23347
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 <cell alignment="center" valignment="top" usebox="none">
23353 \begin_inset Text
23354
23355 \begin_layout Plain Layout
23356 \begin_inset Formula $\Gamma(t)\propto$
23357 \end_inset
23358
23359
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 <cell alignment="center" valignment="top" usebox="none">
23365 \begin_inset Text
23366
23367 \begin_layout Plain Layout
23368 \begin_inset Formula $\:\Upsilon(t)$
23369 \end_inset
23370
23371
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 </row>
23377 <row>
23378 <cell alignment="center" valignment="top" usebox="none">
23379 \begin_inset Text
23380
23381 \begin_layout Plain Layout
23382 1024×
23383 \end_layout
23384
23385 \end_inset
23386 </cell>
23387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391 768
23392 \begin_inset space \thinspace{}
23393 \end_inset
23394
23395 Pixel
23396 \end_layout
23397
23398 \end_inset
23399 </cell>
23400 <cell alignment="center" valignment="top" usebox="none">
23401 \begin_inset Text
23402
23403 \begin_layout Plain Layout
23404 \begin_inset Formula $5.78\cdot$
23405 \end_inset
23406
23407
23408 \end_layout
23409
23410 \end_inset
23411 </cell>
23412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416 \begin_inset Formula $10^{7}$
23417 \end_inset
23418
23419
23420 \end_layout
23421
23422 \end_inset
23423 </cell>
23424 <cell alignment="center" valignment="top" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428 \begin_inset Formula $A\ne$
23429 \end_inset
23430
23431
23432 \end_layout
23433
23434 \end_inset
23435 </cell>
23436 <cell alignment="center" valignment="top" usebox="none">
23437 \begin_inset Text
23438
23439 \begin_layout Plain Layout
23440 \begin_inset Formula $\:B_{\mathrm{red}}$
23441 \end_inset
23442
23443
23444 \end_layout
23445
23446 \end_inset
23447 </cell>
23448 </row>
23449 <row>
23450 <cell alignment="center" valignment="top" usebox="none">
23451 \begin_inset Text
23452
23453 \begin_layout Plain Layout
23454 32×
23455 \end_layout
23456
23457 \end_inset
23458 </cell>
23459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23460 \begin_inset Text
23461
23462 \begin_layout Plain Layout
23463 6
23464 \begin_inset space \thinspace{}
23465 \end_inset
23466
23467 cm
23468 \end_layout
23469
23470 \end_inset
23471 </cell>
23472 <cell alignment="center" valignment="top" usebox="none">
23473 \begin_inset Text
23474
23475 \begin_layout Plain Layout
23476 -
23477 \begin_inset Formula $33.5\cdot$
23478 \end_inset
23479
23480
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23486 \begin_inset Text
23487
23488 \begin_layout Plain Layout
23489 \begin_inset Formula $10^{4}$
23490 \end_inset
23491
23492
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 <cell alignment="center" valignment="top" usebox="none">
23498 \begin_inset Text
23499
23500 \begin_layout Plain Layout
23501 \begin_inset Formula $\sin(\alpha)\ge$
23502 \end_inset
23503
23504
23505 \end_layout
23506
23507 \end_inset
23508 </cell>
23509 <cell alignment="center" valignment="top" usebox="none">
23510 \begin_inset Text
23511
23512 \begin_layout Plain Layout
23513 \begin_inset Formula $\:\sin(\beta)$
23514 \end_inset
23515
23516
23517 \end_layout
23518
23519 \end_inset
23520 </cell>
23521 </row>
23522 </lyxtabular>
23523
23524 \end_inset
23525
23526
23527 \end_layout
23528
23529 \end_inset
23530
23531
23532 \end_layout
23533
23534 \begin_layout Subsection
23535 Angepasste Zellen-/Spaltenformate
23536 \begin_inset CommandInset label
23537 LatexCommand label
23538 name "uab:Angepasste-Zellen-/Spaltenformate"
23539
23540 \end_inset
23541
23542
23543 \begin_inset Index idx
23544 range none
23545 pageformat default
23546 status collapsed
23547
23548 \begin_layout Plain Layout
23549 Tabellen
23550 \begin_inset IndexMacro subentry
23551 status open
23552
23553 \begin_layout Plain Layout
23554 Spaltenformat
23555 \end_layout
23556
23557 \end_inset
23558
23559
23560 \end_layout
23561
23562 \end_inset
23563
23564
23565 \end_layout
23566
23567 \begin_layout Standard
23568 Wenn man wie in Abschnitt
23569 \begin_inset space ~
23570 \end_inset
23571
23572
23573 \begin_inset CommandInset ref
23574 LatexCommand ref
23575 reference "abs:Berechnung-der-Tabellenbreite"
23576
23577 \end_inset
23578
23579  oder Abschnitt
23580 \begin_inset space ~
23581 \end_inset
23582
23583
23584 \begin_inset CommandInset ref
23585 LatexCommand ref
23586 reference "uab:Mehrfachspalten-Berechnungen"
23587
23588 \end_inset
23589
23590  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
23591  Tabellen sehr lästig.
23592  Um sich das Leben zu erleichtern, kann man im \SpecialChar LaTeX
23593 -Vorspann ein Zellen/Spalten-Form
23594 at definieren, das dann in allen Tabellen des Dokuments verwendet werden
23595  kann.
23596  Das Format wird mit dem Befehl
23597 \end_layout
23598
23599 \begin_layout Standard
23600
23601 \series bold
23602
23603 \backslash
23604 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
23605 \end_layout
23606
23607 \begin_layout Standard
23608 definiert.
23609  Der Formatname darf nur ein Buchstabe sein, aber nicht 
23610 \emph on
23611 b
23612 \emph default
23613
23614 \emph on
23615 c
23616 \emph default
23617
23618 \emph on
23619 l
23620 \emph default
23621
23622 \emph on
23623 m
23624 \emph default
23625
23626 \emph on
23627 p
23628 \emph default
23629  oder 
23630 \emph on
23631 r
23632 \emph default
23633 , weil diese vordefiniert sind.
23634  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
23635 \end_layout
23636
23637 \begin_layout Standard
23638 \begin_inset VSpace medskip
23639 \end_inset
23640
23641
23642 \end_layout
23643
23644 \begin_layout Standard
23645 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
23646  Breite könnte das Format so aussehen:
23647 \end_layout
23648
23649 \begin_layout Standard
23650
23651 \series bold
23652
23653 \backslash
23654 newcolumntype{M}[1]{>{
23655 \backslash
23656 centering
23657 \backslash
23658 hspace{0pt}}m{#1}}
23659 \end_layout
23660
23661 \begin_layout Standard
23662 wobei 
23663 \series bold
23664
23665 \backslash
23666 hspace{0pt}
23667 \series default
23668  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
23669  Abschnitt
23670 \begin_inset space ~
23671 \end_inset
23672
23673
23674 \begin_inset CommandInset ref
23675 LatexCommand ref
23676 reference "uab:Mehrere-Zeilen-in"
23677
23678 \end_inset
23679
23680  beschrieben.
23681  Jetzt können Sie mit
23682 \end_layout
23683
23684 \begin_layout Standard
23685
23686 \series bold
23687 M{Breite}
23688 \end_layout
23689
23690 \begin_layout Standard
23691 im 
23692 \family sans
23693 \SpecialChar LaTeX
23694 -Argument
23695 \family default
23696  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
23697 \end_layout
23698
23699 \begin_layout Standard
23700 \begin_inset VSpace bigskip
23701 \end_inset
23702
23703
23704 \end_layout
23705
23706 \begin_layout Standard
23707 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
23708  Format definieren:
23709 \end_layout
23710
23711 \begin_layout Standard
23712
23713 \series bold
23714
23715 \backslash
23716 newcolumntype{S}[2]{>{
23717 \backslash
23718 centering
23719 \backslash
23720 hspace{0pt}}
23721 \begin_inset Newline newline
23722 \end_inset
23723
23724
23725 \begin_inset Phantom HPhantom
23726 status open
23727
23728 \begin_layout Plain Layout
23729
23730 \series bold
23731
23732 \backslash
23733 newcolumntype
23734 \end_layout
23735
23736 \end_inset
23737
23738 m{(#1+(2
23739 \backslash
23740 tabcolsep+
23741 \backslash
23742 arrayrulewidth)*(1-#2))/#2}}
23743 \end_layout
23744
23745 \begin_layout Standard
23746 Dieses Format benutzt Gleichung
23747 \begin_inset space ~
23748 \end_inset
23749
23750
23751 \begin_inset CommandInset ref
23752 LatexCommand ref
23753 reference "eq:Wgn"
23754
23755 \end_inset
23756
23757 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
23758  breit ist.
23759 \end_layout
23760
23761 \begin_layout Standard
23762 Jetzt können Sie im 
23763 \family sans
23764 \SpecialChar LaTeX
23765 -Argument
23766 \family default
23767  im 
23768 \family sans
23769 Tabellen-Einstellungen
23770 \family default
23771 -Dialog folgendes einfügen:
23772 \end_layout
23773
23774 \begin_layout Standard
23775
23776 \series bold
23777 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
23778 \end_layout
23779
23780 \begin_layout Standard
23781 \begin_inset VSpace bigskip
23782 \end_inset
23783
23784
23785 \end_layout
23786
23787 \begin_layout Standard
23788 Für farbige Spalten können Sie folgendes einfügen:
23789 \end_layout
23790
23791 \begin_layout Standard
23792
23793 \series bold
23794
23795 \backslash
23796 newcolumntype{K}[1]{>{
23797 \backslash
23798 columncolor{#1}
23799 \backslash
23800 hspace{0pt}}c}
23801 \end_layout
23802
23803 \begin_layout Standard
23804 Das 
23805 \begin_inset Quotes gld
23806 \end_inset
23807
23808 c
23809 \begin_inset Quotes grd
23810 \end_inset
23811
23812  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
23813  zentriert ist.
23814  Jetzt können Sie als 
23815 \family sans
23816 \SpecialChar LaTeX
23817 -Argument
23818 \family default
23819  folgendes einfügen:
23820 \end_layout
23821
23822 \begin_layout Standard
23823
23824 \series bold
23825 K{Farbname}
23826 \end_layout
23827
23828 \begin_layout Standard
23829 \begin_inset VSpace bigskip
23830 \end_inset
23831
23832
23833 \end_layout
23834
23835 \begin_layout Standard
23836 Für Tabelle
23837 \begin_inset space ~
23838 \end_inset
23839
23840
23841 \begin_inset CommandInset ref
23842 LatexCommand ref
23843 reference "tab:Tabelle-mit-benutzerdefinierte"
23844
23845 \end_inset
23846
23847  wurden folgende 
23848 \family sans
23849 \SpecialChar LaTeX
23850 -Argumente
23851 \family default
23852  benutzt:
23853 \end_layout
23854
23855 \begin_layout Standard
23856
23857 \series bold
23858 M{2.5cm}
23859 \end_layout
23860
23861 \begin_layout Standard
23862 für die erste Spalte und die Mehrfachspalte,
23863 \end_layout
23864
23865 \begin_layout Standard
23866
23867 \series bold
23868 K{red}
23869 \end_layout
23870
23871 \begin_layout Standard
23872 für die letzte Spalte und
23873 \end_layout
23874
23875 \begin_layout Standard
23876
23877 \series bold
23878 S{2.5cm}{2}
23879 \end_layout
23880
23881 \begin_layout Standard
23882 für die Spalten in der zweiten Mehrfachspalte.
23883 \end_layout
23884
23885 \begin_layout Standard
23886 \begin_inset Float table
23887 placement h
23888 alignment document
23889 wide false
23890 sideways false
23891 status open
23892
23893 \begin_layout Plain Layout
23894 \begin_inset Caption Standard
23895
23896 \begin_layout Plain Layout
23897 \begin_inset CommandInset label
23898 LatexCommand label
23899 name "tab:Tabelle-mit-benutzerdefinierte"
23900
23901 \end_inset
23902
23903 Tabelle mit benutzerdefinierten Formaten
23904 \end_layout
23905
23906 \end_inset
23907
23908
23909 \end_layout
23910
23911 \begin_layout Plain Layout
23912 \align center
23913 \begin_inset Tabular
23914 <lyxtabular version="3" rows="3" columns="4">
23915 <features tabularvalignment="middle">
23916 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
23917 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
23918 <column alignment="center" valignment="middle">
23919 <column alignment="center" valignment="middle" special="K{red}">
23920 <row>
23921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23922 \begin_inset Text
23923
23924 \begin_layout Plain Layout
23925 einsehrlangesWort
23926 \end_layout
23927
23928 \end_inset
23929 </cell>
23930 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
23931 \begin_inset Text
23932
23933 \begin_layout Plain Layout
23934 Mehrfachspalte mit mehreren Zeilen
23935 \end_layout
23936
23937 \end_inset
23938 </cell>
23939 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943
23944 \end_layout
23945
23946 \end_inset
23947 </cell>
23948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952 c
23953 \end_layout
23954
23955 \end_inset
23956 </cell>
23957 </row>
23958 <row>
23959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23960 \begin_inset Text
23961
23962 \begin_layout Plain Layout
23963 d
23964 \end_layout
23965
23966 \end_inset
23967 </cell>
23968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23969 \begin_inset Text
23970
23971 \begin_layout Plain Layout
23972 e
23973 \end_layout
23974
23975 \end_inset
23976 </cell>
23977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23978 \begin_inset Text
23979
23980 \begin_layout Plain Layout
23981 f
23982 \end_layout
23983
23984 \end_inset
23985 </cell>
23986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23987 \begin_inset Text
23988
23989 \begin_layout Plain Layout
23990 g
23991 \end_layout
23992
23993 \end_inset
23994 </cell>
23995 </row>
23996 <row>
23997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23998 \begin_inset Text
23999
24000 \begin_layout Plain Layout
24001 h
24002 \end_layout
24003
24004 \end_inset
24005 </cell>
24006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24007 \begin_inset Text
24008
24009 \begin_layout Plain Layout
24010 i
24011 \end_layout
24012
24013 \end_inset
24014 </cell>
24015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019 j
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028 k
24029 \end_layout
24030
24031 \end_inset
24032 </cell>
24033 </row>
24034 </lyxtabular>
24035
24036 \end_inset
24037
24038
24039 \end_layout
24040
24041 \end_inset
24042
24043
24044 \end_layout
24045
24046 \begin_layout Subsection
24047 Liniendicke
24048 \begin_inset CommandInset label
24049 LatexCommand label
24050 name "uab:Liniendicke"
24051
24052 \end_inset
24053
24054
24055 \begin_inset Index idx
24056 range none
24057 pageformat default
24058 status collapsed
24059
24060 \begin_layout Plain Layout
24061 Tabellen 
24062 \begin_inset IndexMacro subentry
24063 status open
24064
24065 \begin_layout Plain Layout
24066 Linien
24067 \end_layout
24068
24069 \end_inset
24070
24071
24072 \begin_inset IndexMacro subentry
24073 status open
24074
24075 \begin_layout Plain Layout
24076 -dicke
24077 \end_layout
24078
24079 \end_inset
24080
24081
24082 \end_layout
24083
24084 \end_inset
24085
24086
24087 \end_layout
24088
24089 \begin_layout Standard
24090 Die Liniendicke für alle Linien einer Tabelle kann mit 
24091 \series bold
24092
24093 \backslash
24094 arrayrulewidth
24095 \series default
24096  eingestellt werden.
24097  Um eine Liniendicke von 1.5
24098 \begin_inset space \thinspace{}
24099 \end_inset
24100
24101 pt wie in Tabelle
24102 \begin_inset space ~
24103 \end_inset
24104
24105
24106 \begin_inset CommandInset ref
24107 LatexCommand ref
24108 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
24109
24110 \end_inset
24111
24112  zu bekommen, geben Sie den Befehl
24113 \end_layout
24114
24115 \begin_layout Standard
24116
24117 \series bold
24118
24119 \backslash
24120 setlength{
24121 \backslash
24122 arrayrulewidth}{1.5pt}
24123 \end_layout
24124
24125 \begin_layout Standard
24126 als \SpecialChar TeX
24127 -Code vor der (Gleitobjekt-)Tabelle ein.
24128  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
24129  Mit
24130 \end_layout
24131
24132 \begin_layout Standard
24133
24134 \series bold
24135
24136 \backslash
24137 setlength{
24138 \backslash
24139 arrayrulewidth}{0.4pt}
24140 \end_layout
24141
24142 \begin_layout Standard
24143 bekommen Sie wieder die Standarddicke.
24144 \end_layout
24145
24146 \begin_layout Standard
24147 \begin_inset ERT
24148 status collapsed
24149
24150 \begin_layout Plain Layout
24151
24152
24153 \backslash
24154 setlength{
24155 \backslash
24156 arrayrulewidth}{1.5pt}
24157 \end_layout
24158
24159 \end_inset
24160
24161
24162 \begin_inset Float table
24163 placement H
24164 alignment document
24165 wide false
24166 sideways false
24167 status open
24168
24169 \begin_layout Plain Layout
24170 \begin_inset Caption Standard
24171
24172 \begin_layout Plain Layout
24173 \begin_inset CommandInset label
24174 LatexCommand label
24175 name "tab:Tabelle-mit-1.5pt-Liniendicke"
24176
24177 \end_inset
24178
24179 Tabelle mit 1.5
24180 \begin_inset space \thinspace{}
24181 \end_inset
24182
24183 pt Liniendicke
24184 \end_layout
24185
24186 \end_inset
24187
24188
24189 \end_layout
24190
24191 \begin_layout Plain Layout
24192 \align center
24193 \begin_inset Tabular
24194 <lyxtabular version="3" rows="3" columns="3">
24195 <features tabularvalignment="middle">
24196 <column alignment="center" valignment="top">
24197 <column alignment="center" valignment="top">
24198 <column alignment="center" valignment="top">
24199 <row>
24200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24201 \begin_inset Text
24202
24203 \begin_layout Plain Layout
24204 sd
24205 \end_layout
24206
24207 \end_inset
24208 </cell>
24209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24210 \begin_inset Text
24211
24212 \begin_layout Plain Layout
24213
24214 \end_layout
24215
24216 \end_inset
24217 </cell>
24218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24219 \begin_inset Text
24220
24221 \begin_layout Plain Layout
24222
24223 \end_layout
24224
24225 \end_inset
24226 </cell>
24227 </row>
24228 <row>
24229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24230 \begin_inset Text
24231
24232 \begin_layout Plain Layout
24233
24234 \end_layout
24235
24236 \end_inset
24237 </cell>
24238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24239 \begin_inset Text
24240
24241 \begin_layout Plain Layout
24242 sd
24243 \end_layout
24244
24245 \end_inset
24246 </cell>
24247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24248 \begin_inset Text
24249
24250 \begin_layout Plain Layout
24251
24252 \end_layout
24253
24254 \end_inset
24255 </cell>
24256 </row>
24257 <row>
24258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Plain Layout
24262
24263 \end_layout
24264
24265 \end_inset
24266 </cell>
24267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24268 \begin_inset Text
24269
24270 \begin_layout Plain Layout
24271
24272 \end_layout
24273
24274 \end_inset
24275 </cell>
24276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24277 \begin_inset Text
24278
24279 \begin_layout Plain Layout
24280 sd
24281 \end_layout
24282
24283 \end_inset
24284 </cell>
24285 </row>
24286 </lyxtabular>
24287
24288 \end_inset
24289
24290
24291 \end_layout
24292
24293 \end_inset
24294
24295
24296 \begin_inset ERT
24297 status collapsed
24298
24299 \begin_layout Plain Layout
24300
24301
24302 \backslash
24303 setlength{
24304 \backslash
24305 arrayrulewidth}{0.4pt}
24306 \end_layout
24307
24308 \end_inset
24309
24310
24311 \end_layout
24312
24313 \begin_layout Standard
24314 \begin_inset VSpace bigskip
24315 \end_inset
24316
24317 Um eine Liniendicke von 1.5
24318 \begin_inset space \thinspace{}
24319 \end_inset
24320
24321 pt nur für horizontale Linien zu bekommen wie in Tabelle
24322 \begin_inset space ~
24323 \end_inset
24324
24325
24326 \begin_inset CommandInset ref
24327 LatexCommand ref
24328 reference "tab:Tabelle-mit-1.5pt-horiz"
24329
24330 \end_inset
24331
24332 , müssen Sie folgende Befehle als \SpecialChar TeX
24333 -Code vor der (Gleitobjekt-)Tabelle einfügen:
24334 \end_layout
24335
24336 \begin_layout Standard
24337
24338 \series bold
24339
24340 \backslash
24341 let
24342 \backslash
24343 myHline
24344 \backslash
24345 hline
24346 \begin_inset Newline newline
24347 \end_inset
24348
24349
24350 \backslash
24351 renewcommand{
24352 \backslash
24353 hline}
24354 \begin_inset Newline newline
24355 \end_inset
24356
24357  {
24358 \backslash
24359 noalign{
24360 \backslash
24361 global
24362 \backslash
24363 arrayrulewidth 1.5pt}
24364 \begin_inset Newline newline
24365 \end_inset
24366
24367  
24368 \backslash
24369 myHline
24370 \backslash
24371 noalign{
24372 \backslash
24373 global
24374 \backslash
24375 arrayrulewidth 0.4pt}}
24376 \end_layout
24377
24378 \begin_layout Standard
24379 Die Standarddicke erhalten Sie mit folgendem Befehl als \SpecialChar TeX
24380 -Code hinter der
24381  (Gleit\SpecialChar softhyphen
24382 objekt-)Tabelle zurück:
24383 \end_layout
24384
24385 \begin_layout Standard
24386
24387 \series bold
24388
24389 \backslash
24390 renewcommand{
24391 \backslash
24392 hline}{
24393 \backslash
24394 myHline}
24395 \end_layout
24396
24397 \begin_layout Standard
24398 \begin_inset ERT
24399 status collapsed
24400
24401 \begin_layout Plain Layout
24402
24403
24404 \backslash
24405 let
24406 \backslash
24407 myHline
24408 \backslash
24409 hline
24410 \end_layout
24411
24412 \begin_layout Plain Layout
24413
24414
24415 \backslash
24416 renewcommand{
24417 \backslash
24418 hline}
24419 \end_layout
24420
24421 \begin_layout Plain Layout
24422
24423  {
24424 \backslash
24425 noalign{
24426 \backslash
24427 global
24428 \backslash
24429 arrayrulewidth 1.5pt}
24430 \end_layout
24431
24432 \begin_layout Plain Layout
24433
24434   
24435 \backslash
24436 myHline
24437 \backslash
24438 noalign{
24439 \backslash
24440 global
24441 \backslash
24442 arrayrulewidth 0.4pt}}
24443 \end_layout
24444
24445 \end_inset
24446
24447
24448 \begin_inset Float table
24449 placement h
24450 alignment document
24451 wide false
24452 sideways false
24453 status open
24454
24455 \begin_layout Plain Layout
24456 \begin_inset Caption Standard
24457
24458 \begin_layout Plain Layout
24459 \begin_inset CommandInset label
24460 LatexCommand label
24461 name "tab:Tabelle-mit-1.5pt-horiz"
24462
24463 \end_inset
24464
24465 Tabelle mit 1.5
24466 \begin_inset space \thinspace{}
24467 \end_inset
24468
24469 pt dicken horizontalen Linien
24470 \end_layout
24471
24472 \end_inset
24473
24474
24475 \end_layout
24476
24477 \begin_layout Plain Layout
24478 \align center
24479 \begin_inset Tabular
24480 <lyxtabular version="3" rows="3" columns="3">
24481 <features tabularvalignment="middle">
24482 <column alignment="center" valignment="top">
24483 <column alignment="center" valignment="top">
24484 <column alignment="center" valignment="top">
24485 <row>
24486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24487 \begin_inset Text
24488
24489 \begin_layout Plain Layout
24490 sd
24491 \end_layout
24492
24493 \end_inset
24494 </cell>
24495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24496 \begin_inset Text
24497
24498 \begin_layout Plain Layout
24499
24500 \end_layout
24501
24502 \end_inset
24503 </cell>
24504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24505 \begin_inset Text
24506
24507 \begin_layout Plain Layout
24508
24509 \end_layout
24510
24511 \end_inset
24512 </cell>
24513 </row>
24514 <row>
24515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24516 \begin_inset Text
24517
24518 \begin_layout Plain Layout
24519
24520 \end_layout
24521
24522 \end_inset
24523 </cell>
24524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24525 \begin_inset Text
24526
24527 \begin_layout Plain Layout
24528 sd
24529 \end_layout
24530
24531 \end_inset
24532 </cell>
24533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24534 \begin_inset Text
24535
24536 \begin_layout Plain Layout
24537
24538 \end_layout
24539
24540 \end_inset
24541 </cell>
24542 </row>
24543 <row>
24544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24545 \begin_inset Text
24546
24547 \begin_layout Plain Layout
24548
24549 \end_layout
24550
24551 \end_inset
24552 </cell>
24553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24554 \begin_inset Text
24555
24556 \begin_layout Plain Layout
24557
24558 \end_layout
24559
24560 \end_inset
24561 </cell>
24562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24563 \begin_inset Text
24564
24565 \begin_layout Plain Layout
24566 sd
24567 \end_layout
24568
24569 \end_inset
24570 </cell>
24571 </row>
24572 </lyxtabular>
24573
24574 \end_inset
24575
24576
24577 \end_layout
24578
24579 \end_inset
24580
24581
24582 \begin_inset ERT
24583 status collapsed
24584
24585 \begin_layout Plain Layout
24586
24587
24588 \backslash
24589 renewcommand{
24590 \backslash
24591 hline}{
24592 \backslash
24593 myHline}
24594 \end_layout
24595
24596 \end_inset
24597
24598
24599 \end_layout
24600
24601 \begin_layout Standard
24602 \begin_inset VSpace bigskip
24603 \end_inset
24604
24605 Um die Liniendicke von 1.5
24606 \begin_inset space \thinspace{}
24607 \end_inset
24608
24609 pt nur für vertikale Linien zu bekommen, müssen Sie im \SpecialChar LaTeX
24610 -Vorspann folgendes
24611  Spaltenformat entsprechend der Beschreibung in Abschnitt
24612 \begin_inset space ~
24613 \end_inset
24614
24615
24616 \begin_inset CommandInset ref
24617 LatexCommand ref
24618 reference "uab:Angepasste-Zellen-/Spaltenformate"
24619
24620 \end_inset
24621
24622  definieren:
24623 \end_layout
24624
24625 \begin_layout Standard
24626
24627 \series bold
24628
24629 \backslash
24630 newcolumntype{V}{!{
24631 \backslash
24632 vrule width 1.5pt}}
24633 \end_layout
24634
24635 \begin_layout Standard
24636 In Tabelle
24637 \begin_inset space ~
24638 \end_inset
24639
24640
24641 \begin_inset CommandInset ref
24642 LatexCommand ref
24643 reference "tab:Tabelle-mit-1.5pt-vert"
24644
24645 \end_inset
24646
24647  wurde das 
24648 \family sans
24649 LaTeX-Argument
24650 \family default
24651 \series bold
24652  VcV
24653 \series default
24654  für die letzte Spalte und
24655 \series bold
24656  Vc
24657 \series default
24658  für die anderen benutzt.
24659 \end_layout
24660
24661 \begin_layout Standard
24662 \begin_inset Float table
24663 placement H
24664 alignment document
24665 wide false
24666 sideways false
24667 status open
24668
24669 \begin_layout Plain Layout
24670 \begin_inset Caption Standard
24671
24672 \begin_layout Plain Layout
24673 \begin_inset CommandInset label
24674 LatexCommand label
24675 name "tab:Tabelle-mit-1.5pt-vert"
24676
24677 \end_inset
24678
24679 Tabelle mit 1.5
24680 \begin_inset space \thinspace{}
24681 \end_inset
24682
24683 pt dicken vertikalen Linien
24684 \end_layout
24685
24686 \end_inset
24687
24688
24689 \end_layout
24690
24691 \begin_layout Plain Layout
24692 \align center
24693 \begin_inset Tabular
24694 <lyxtabular version="3" rows="3" columns="3">
24695 <features tabularvalignment="middle">
24696 <column alignment="center" valignment="top" special="Vc">
24697 <column alignment="center" valignment="top" special="Vc">
24698 <column alignment="center" valignment="top" special="VcV">
24699 <row>
24700 <cell alignment="center" valignment="top" topline="true" usebox="none">
24701 \begin_inset Text
24702
24703 \begin_layout Plain Layout
24704 sd
24705 \end_layout
24706
24707 \end_inset
24708 </cell>
24709 <cell alignment="center" valignment="top" topline="true" usebox="none">
24710 \begin_inset Text
24711
24712 \begin_layout Plain Layout
24713
24714 \end_layout
24715
24716 \end_inset
24717 </cell>
24718 <cell alignment="center" valignment="top" topline="true" usebox="none">
24719 \begin_inset Text
24720
24721 \begin_layout Plain Layout
24722
24723 \end_layout
24724
24725 \end_inset
24726 </cell>
24727 </row>
24728 <row>
24729 <cell alignment="center" valignment="top" topline="true" usebox="none">
24730 \begin_inset Text
24731
24732 \begin_layout Plain Layout
24733
24734 \end_layout
24735
24736 \end_inset
24737 </cell>
24738 <cell alignment="center" valignment="top" topline="true" usebox="none">
24739 \begin_inset Text
24740
24741 \begin_layout Plain Layout
24742 sd
24743 \end_layout
24744
24745 \end_inset
24746 </cell>
24747 <cell alignment="center" valignment="top" topline="true" usebox="none">
24748 \begin_inset Text
24749
24750 \begin_layout Plain Layout
24751
24752 \end_layout
24753
24754 \end_inset
24755 </cell>
24756 </row>
24757 <row>
24758 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24759 \begin_inset Text
24760
24761 \begin_layout Plain Layout
24762
24763 \end_layout
24764
24765 \end_inset
24766 </cell>
24767 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24768 \begin_inset Text
24769
24770 \begin_layout Plain Layout
24771
24772 \end_layout
24773
24774 \end_inset
24775 </cell>
24776 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24777 \begin_inset Text
24778
24779 \begin_layout Plain Layout
24780 sd
24781 \end_layout
24782
24783 \end_inset
24784 </cell>
24785 </row>
24786 </lyxtabular>
24787
24788 \end_inset
24789
24790
24791 \end_layout
24792
24793 \end_inset
24794
24795
24796 \end_layout
24797
24798 \begin_layout Subsection
24799 Gestrichelte Linien
24800 \begin_inset Index idx
24801 range none
24802 pageformat default
24803 status collapsed
24804
24805 \begin_layout Plain Layout
24806 Tabellen 
24807 \begin_inset IndexMacro subentry
24808 status open
24809
24810 \begin_layout Plain Layout
24811 Linien
24812 \end_layout
24813
24814 \end_inset
24815
24816
24817 \begin_inset IndexMacro subentry
24818 status open
24819
24820 \begin_layout Plain Layout
24821 gestrichelte 
24822 \end_layout
24823
24824 \end_inset
24825
24826
24827 \end_layout
24828
24829 \end_inset
24830
24831
24832 \end_layout
24833
24834 \begin_layout Standard
24835 \begin_inset ERT
24836 status collapsed
24837
24838 \begin_layout Plain Layout
24839
24840
24841 \backslash
24842 ifarydshln
24843 \end_layout
24844
24845 \end_inset
24846
24847
24848 \begin_inset Note Note
24849 status open
24850
24851 \begin_layout Plain Layout
24852 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
24853 -Paket 
24854 \series bold
24855 arydshln
24856 \series default
24857  installiert ist.
24858 \end_layout
24859
24860 \end_inset
24861
24862
24863 \end_layout
24864
24865 \begin_layout Standard
24866 \begin_inset Float table
24867 placement h
24868 alignment document
24869 wide false
24870 sideways false
24871 status open
24872
24873 \begin_layout Plain Layout
24874 \begin_inset Caption Standard
24875
24876 \begin_layout Plain Layout
24877 \begin_inset CommandInset label
24878 LatexCommand label
24879 name "tab:Tabelle-mit-gestrichelten"
24880
24881 \end_inset
24882
24883 Tabelle mit gestrichelten Linien
24884 \end_layout
24885
24886 \end_inset
24887
24888
24889 \end_layout
24890
24891 \begin_layout Plain Layout
24892 \align center
24893 \begin_inset Tabular
24894 <lyxtabular version="3" rows="5" columns="5">
24895 <features tabularvalignment="middle">
24896 <column alignment="center" valignment="top">
24897 <column alignment="center" valignment="top">
24898 <column alignment="center" valignment="top" special=":c">
24899 <column alignment="center" valignment="top">
24900 <column alignment="center" valignment="top">
24901 <row>
24902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24903 \begin_inset Text
24904
24905 \begin_layout Plain Layout
24906 a
24907 \end_layout
24908
24909 \end_inset
24910 </cell>
24911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24912 \begin_inset Text
24913
24914 \begin_layout Plain Layout
24915 b
24916 \end_layout
24917
24918 \end_inset
24919 </cell>
24920 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24921 \begin_inset Text
24922
24923 \begin_layout Plain Layout
24924 c
24925 \end_layout
24926
24927 \end_inset
24928 </cell>
24929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24930 \begin_inset Text
24931
24932 \begin_layout Plain Layout
24933 d
24934 \end_layout
24935
24936 \end_inset
24937 </cell>
24938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24939 \begin_inset Text
24940
24941 \begin_layout Plain Layout
24942 e
24943 \end_layout
24944
24945 \end_inset
24946 </cell>
24947 </row>
24948 <row>
24949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24950 \begin_inset Text
24951
24952 \begin_layout Plain Layout
24953 f
24954 \end_layout
24955
24956 \end_inset
24957 </cell>
24958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24959 \begin_inset Text
24960
24961 \begin_layout Plain Layout
24962 g
24963 \end_layout
24964
24965 \end_inset
24966 </cell>
24967 <cell alignment="center" valignment="top" topline="true" usebox="none">
24968 \begin_inset Text
24969
24970 \begin_layout Plain Layout
24971 h
24972 \end_layout
24973
24974 \end_inset
24975 </cell>
24976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24977 \begin_inset Text
24978
24979 \begin_layout Plain Layout
24980 i
24981 \end_layout
24982
24983 \end_inset
24984 </cell>
24985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24986 \begin_inset Text
24987
24988 \begin_layout Plain Layout
24989 j
24990 \end_layout
24991
24992 \end_inset
24993 </cell>
24994 </row>
24995 <row>
24996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24997 \begin_inset Text
24998
24999 \begin_layout Plain Layout
25000 \begin_inset ERT
25001 status collapsed
25002
25003 \begin_layout Plain Layout
25004
25005
25006 \backslash
25007 hdashline 
25008 \end_layout
25009
25010 \end_inset
25011
25012 k
25013 \end_layout
25014
25015 \end_inset
25016 </cell>
25017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25018 \begin_inset Text
25019
25020 \begin_layout Plain Layout
25021 l
25022 \end_layout
25023
25024 \end_inset
25025 </cell>
25026 <cell alignment="center" valignment="top" usebox="none">
25027 \begin_inset Text
25028
25029 \begin_layout Plain Layout
25030 m
25031 \end_layout
25032
25033 \end_inset
25034 </cell>
25035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25036 \begin_inset Text
25037
25038 \begin_layout Plain Layout
25039 n
25040 \end_layout
25041
25042 \end_inset
25043 </cell>
25044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25045 \begin_inset Text
25046
25047 \begin_layout Plain Layout
25048 o
25049 \end_layout
25050
25051 \end_inset
25052 </cell>
25053 </row>
25054 <row>
25055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25056 \begin_inset Text
25057
25058 \begin_layout Plain Layout
25059 \begin_inset ERT
25060 status collapsed
25061
25062 \begin_layout Plain Layout
25063
25064
25065 \backslash
25066 cdashline{4-5}
25067 \end_layout
25068
25069 \end_inset
25070
25071 p
25072 \end_layout
25073
25074 \end_inset
25075 </cell>
25076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25077 \begin_inset Text
25078
25079 \begin_layout Plain Layout
25080 q
25081 \end_layout
25082
25083 \end_inset
25084 </cell>
25085 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
25086 \begin_inset Text
25087
25088 \begin_layout Plain Layout
25089 r
25090 \end_layout
25091
25092 \end_inset
25093 </cell>
25094 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25095 \begin_inset Text
25096
25097 \begin_layout Plain Layout
25098 s
25099 \end_layout
25100
25101 \end_inset
25102 </cell>
25103 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25104 \begin_inset Text
25105
25106 \begin_layout Plain Layout
25107
25108 \end_layout
25109
25110 \end_inset
25111 </cell>
25112 </row>
25113 <row>
25114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25115 \begin_inset Text
25116
25117 \begin_layout Plain Layout
25118 t
25119 \end_layout
25120
25121 \end_inset
25122 </cell>
25123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25124 \begin_inset Text
25125
25126 \begin_layout Plain Layout
25127 u
25128 \end_layout
25129
25130 \end_inset
25131 </cell>
25132 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25133 \begin_inset Text
25134
25135 \begin_layout Plain Layout
25136 v
25137 \end_layout
25138
25139 \end_inset
25140 </cell>
25141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25142 \begin_inset Text
25143
25144 \begin_layout Plain Layout
25145 w
25146 \end_layout
25147
25148 \end_inset
25149 </cell>
25150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25151 \begin_inset Text
25152
25153 \begin_layout Plain Layout
25154 x
25155 \end_layout
25156
25157 \end_inset
25158 </cell>
25159 </row>
25160 </lyxtabular>
25161
25162 \end_inset
25163
25164
25165 \end_layout
25166
25167 \end_inset
25168
25169
25170 \end_layout
25171
25172 \begin_layout Standard
25173 \SpecialChar LyX
25174  unterstützt von sich aus keine gestrichelten Linien, also müssen Sie \SpecialChar TeX
25175 -Code
25176  benutzen.
25177  Zunächst müssen Sie das \SpecialChar LaTeX
25178 -Paket 
25179 \series bold
25180 arydshln
25181 \series default
25182
25183 \begin_inset Index idx
25184 range none
25185 pageformat default
25186 status collapsed
25187
25188 \begin_layout Plain Layout
25189 \SpecialChar LaTeX
25190 -Pakete
25191 \begin_inset IndexMacro subentry
25192 status open
25193
25194 \begin_layout Plain Layout
25195 arydshln
25196 \end_layout
25197
25198 \end_inset
25199
25200
25201 \end_layout
25202
25203 \end_inset
25204
25205  im \SpecialChar LaTeX
25206 -Vorspann laden:
25207 \end_layout
25208
25209 \begin_layout Standard
25210
25211 \series bold
25212
25213 \backslash
25214 usepackage{arydshln}
25215 \end_layout
25216
25217 \begin_layout Standard
25218 Um senkrechte Linien zu stricheln, müssen Sie im 
25219 \family sans
25220 LaTeX-Argument
25221 \family default
25222  des 
25223 \family sans
25224 Tabellen-Einstellungen
25225 \family default
25226 -Dialogs 
25227 \begin_inset Quotes gld
25228 \end_inset
25229
25230 :
25231 \begin_inset Quotes grd
25232 \end_inset
25233
25234 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
25235 \end_layout
25236
25237 \begin_layout Standard
25238 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
25239 \end_layout
25240
25241 \begin_layout Standard
25242
25243 \series bold
25244
25245 \backslash
25246 hdashline
25247 \end_layout
25248
25249 \begin_layout Standard
25250 als \SpecialChar TeX
25251 -Code als erstes in die erste Zelle einer Zeile einfügen.
25252 \end_layout
25253
25254 \begin_layout Standard
25255 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
25256 \end_layout
25257
25258 \begin_layout Standard
25259
25260 \series bold
25261
25262 \backslash
25263 cdashline{Anfangsspalte-Endspalte}
25264 \end_layout
25265
25266 \begin_layout Standard
25267 als \SpecialChar TeX
25268 -Code als erstes in die erste Zelle einer Zeile eingefügt.
25269  Wenn Sie z.
25270 \begin_inset space \thinspace{}
25271 \end_inset
25272
25273 B.
25274  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
25275  gestrichelte Linie haben, fügen Sie den Befehl
25276 \end_layout
25277
25278 \begin_layout Standard
25279
25280 \series bold
25281
25282 \backslash
25283 cdashline{2-4}
25284 \end_layout
25285
25286 \begin_layout Standard
25287 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
25288 \end_layout
25289
25290 \begin_layout Standard
25291 \begin_inset VSpace bigskip
25292 \end_inset
25293
25294
25295 \end_layout
25296
25297 \begin_layout Standard
25298 In Tabelle
25299 \begin_inset space ~
25300 \end_inset
25301
25302
25303 \begin_inset CommandInset ref
25304 LatexCommand ref
25305 reference "tab:Tabelle-mit-gestrichelten"
25306
25307 \end_inset
25308
25309  wurde in der dritten Spalte der Befehl
25310 \series bold
25311  
25312 \series default
25313
25314 \begin_inset Quotes gld
25315 \end_inset
25316
25317
25318 \series bold
25319 :c
25320 \begin_inset Quotes grd
25321 \end_inset
25322
25323
25324 \series default
25325  benutzt.
25326  Der Befehl 
25327 \series bold
25328
25329 \backslash
25330 hdashline
25331 \series default
25332  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
25333 \begin_inset Newline newline
25334 \end_inset
25335
25336  
25337 \series bold
25338
25339 \backslash
25340 cdashline{4-5} 
25341 \series default
25342 wurde in die erste Zelle der vierten Zeile eingefügt.
25343 \end_layout
25344
25345 \begin_layout Standard
25346 \begin_inset VSpace bigskip
25347 \end_inset
25348
25349
25350 \end_layout
25351
25352 \begin_layout Standard
25353 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
25354 \begin_inset space ~
25355 \end_inset
25356
25357
25358 \begin_inset CommandInset ref
25359 LatexCommand ref
25360 reference "tab:Farbige-Tabelle-mit"
25361
25362 \end_inset
25363
25364  verdeutlicht.
25365 \end_layout
25366
25367 \begin_layout Standard
25368 \begin_inset ERT
25369 status collapsed
25370
25371 \begin_layout Plain Layout
25372
25373
25374 \backslash
25375 setlength{
25376 \backslash
25377 arrayrulewidth}{1pt}
25378 \end_layout
25379
25380 \end_inset
25381
25382
25383 \begin_inset Note Note
25384 status collapsed
25385
25386 \begin_layout Plain Layout
25387 dickere Linien zur besseren Visualisierung der Linienfarbe
25388 \end_layout
25389
25390 \end_inset
25391
25392
25393 \end_layout
25394
25395 \begin_layout Standard
25396 \begin_inset ERT
25397 status collapsed
25398
25399 \begin_layout Plain Layout
25400
25401
25402 \backslash
25403 dashgapcolor{green}
25404 \end_layout
25405
25406 \end_inset
25407
25408
25409 \begin_inset Note Note
25410 status collapsed
25411
25412 \begin_layout Plain Layout
25413 färbt Raum zwischen den Strichen grün
25414 \end_layout
25415
25416 \end_inset
25417
25418
25419 \end_layout
25420
25421 \begin_layout Standard
25422 \begin_inset ERT
25423 status collapsed
25424
25425 \begin_layout Plain Layout
25426
25427
25428 \backslash
25429 let
25430 \backslash
25431 myHdashline
25432 \backslash
25433 hdashline
25434 \end_layout
25435
25436 \begin_layout Plain Layout
25437
25438
25439 \backslash
25440 renewcommand{
25441 \backslash
25442 hdashline}
25443 \end_layout
25444
25445 \begin_layout Plain Layout
25446
25447  {
25448 \backslash
25449 arrayrulecolor{red}
25450 \backslash
25451 myHdashline
25452 \backslash
25453 arrayrulecolor{black}}
25454 \end_layout
25455
25456 \end_inset
25457
25458
25459 \begin_inset Note Note
25460 status collapsed
25461
25462 \begin_layout Plain Layout
25463 färbt horizontale, gestrichelte Linien rot
25464 \end_layout
25465
25466 \end_inset
25467
25468
25469 \end_layout
25470
25471 \begin_layout Standard
25472 \begin_inset ERT
25473 status collapsed
25474
25475 \begin_layout Plain Layout
25476
25477
25478 \backslash
25479 let
25480 \backslash
25481 myCdashline
25482 \backslash
25483 cdashline
25484 \end_layout
25485
25486 \begin_layout Plain Layout
25487
25488
25489 \backslash
25490 renewcommand{
25491 \backslash
25492 cdashline}[1]
25493 \end_layout
25494
25495 \begin_layout Plain Layout
25496
25497  {
25498 \backslash
25499 arrayrulecolor{yellow}
25500 \backslash
25501 myCdashline{#1}
25502 \backslash
25503 arrayrulecolor{black}}
25504 \end_layout
25505
25506 \end_inset
25507
25508
25509 \begin_inset Note Note
25510 status collapsed
25511
25512 \begin_layout Plain Layout
25513 färbt partielle horizontale, gestrichelte Linien gelb
25514 \end_layout
25515
25516 \end_inset
25517
25518
25519 \end_layout
25520
25521 \begin_layout Standard
25522 \begin_inset Float table
25523 placement h
25524 alignment document
25525 wide false
25526 sideways false
25527 status open
25528
25529 \begin_layout Plain Layout
25530 \begin_inset Caption Standard
25531
25532 \begin_layout Plain Layout
25533 \begin_inset CommandInset label
25534 LatexCommand label
25535 name "tab:Farbige-Tabelle-mit"
25536
25537 \end_inset
25538
25539 Farbige Tabelle mit gestrichelten Linien
25540 \end_layout
25541
25542 \end_inset
25543
25544
25545 \end_layout
25546
25547 \begin_layout Plain Layout
25548 \align center
25549 \begin_inset Tabular
25550 <lyxtabular version="3" rows="5" columns="5">
25551 <features tabularvalignment="middle">
25552 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
25553 <column alignment="center" valignment="top" width="0pt">
25554 <column alignment="center" valignment="top" width="0pt" special=":c">
25555 <column alignment="center" valignment="top">
25556 <column alignment="center" valignment="top">
25557 <row>
25558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25559 \begin_inset Text
25560
25561 \begin_layout Plain Layout
25562 a
25563 \end_layout
25564
25565 \end_inset
25566 </cell>
25567 <cell alignment="center" valignment="top" topline="true" usebox="none">
25568 \begin_inset Text
25569
25570 \begin_layout Plain Layout
25571 b
25572 \end_layout
25573
25574 \end_inset
25575 </cell>
25576 <cell alignment="center" valignment="top" topline="true" usebox="none">
25577 \begin_inset Text
25578
25579 \begin_layout Plain Layout
25580 c
25581 \end_layout
25582
25583 \end_inset
25584 </cell>
25585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25586 \begin_inset Text
25587
25588 \begin_layout Plain Layout
25589 d
25590 \end_layout
25591
25592 \end_inset
25593 </cell>
25594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25595 \begin_inset Text
25596
25597 \begin_layout Plain Layout
25598 e
25599 \end_layout
25600
25601 \end_inset
25602 </cell>
25603 </row>
25604 <row>
25605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25606 \begin_inset Text
25607
25608 \begin_layout Plain Layout
25609 f
25610 \end_layout
25611
25612 \end_inset
25613 </cell>
25614 <cell alignment="center" valignment="top" topline="true" usebox="none">
25615 \begin_inset Text
25616
25617 \begin_layout Plain Layout
25618 g
25619 \end_layout
25620
25621 \end_inset
25622 </cell>
25623 <cell alignment="center" valignment="top" topline="true" usebox="none">
25624 \begin_inset Text
25625
25626 \begin_layout Plain Layout
25627 h
25628 \end_layout
25629
25630 \end_inset
25631 </cell>
25632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25633 \begin_inset Text
25634
25635 \begin_layout Plain Layout
25636 i
25637 \end_layout
25638
25639 \end_inset
25640 </cell>
25641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25642 \begin_inset Text
25643
25644 \begin_layout Plain Layout
25645 j
25646 \end_layout
25647
25648 \end_inset
25649 </cell>
25650 </row>
25651 <row>
25652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25653 \begin_inset Text
25654
25655 \begin_layout Plain Layout
25656 \begin_inset ERT
25657 status collapsed
25658
25659 \begin_layout Plain Layout
25660
25661
25662 \backslash
25663 hdashline 
25664 \end_layout
25665
25666 \end_inset
25667
25668
25669 \begin_inset ERT
25670 status collapsed
25671
25672 \begin_layout Plain Layout
25673
25674
25675 \backslash
25676 rowcolor{Gray}
25677 \end_layout
25678
25679 \end_inset
25680
25681 k
25682 \end_layout
25683
25684 \end_inset
25685 </cell>
25686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25687 \begin_inset Text
25688
25689 \begin_layout Plain Layout
25690 l
25691 \end_layout
25692
25693 \end_inset
25694 </cell>
25695 <cell alignment="center" valignment="top" usebox="none">
25696 \begin_inset Text
25697
25698 \begin_layout Plain Layout
25699 m
25700 \end_layout
25701
25702 \end_inset
25703 </cell>
25704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25705 \begin_inset Text
25706
25707 \begin_layout Plain Layout
25708 n
25709 \end_layout
25710
25711 \end_inset
25712 </cell>
25713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25714 \begin_inset Text
25715
25716 \begin_layout Plain Layout
25717 o
25718 \end_layout
25719
25720 \end_inset
25721 </cell>
25722 </row>
25723 <row>
25724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25725 \begin_inset Text
25726
25727 \begin_layout Plain Layout
25728 \begin_inset ERT
25729 status collapsed
25730
25731 \begin_layout Plain Layout
25732
25733
25734 \backslash
25735 cdashline{4-5}
25736 \end_layout
25737
25738 \end_inset
25739
25740 p
25741 \end_layout
25742
25743 \end_inset
25744 </cell>
25745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25746 \begin_inset Text
25747
25748 \begin_layout Plain Layout
25749 q
25750 \end_layout
25751
25752 \end_inset
25753 </cell>
25754 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
25755 \begin_inset Text
25756
25757 \begin_layout Plain Layout
25758 r
25759 \end_layout
25760
25761 \end_inset
25762 </cell>
25763 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25764 \begin_inset Text
25765
25766 \begin_layout Plain Layout
25767 s
25768 \end_layout
25769
25770 \end_inset
25771 </cell>
25772 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25773 \begin_inset Text
25774
25775 \begin_layout Plain Layout
25776
25777 \end_layout
25778
25779 \end_inset
25780 </cell>
25781 </row>
25782 <row>
25783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25784 \begin_inset Text
25785
25786 \begin_layout Plain Layout
25787 t
25788 \end_layout
25789
25790 \end_inset
25791 </cell>
25792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25793 \begin_inset Text
25794
25795 \begin_layout Plain Layout
25796 u
25797 \end_layout
25798
25799 \end_inset
25800 </cell>
25801 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25802 \begin_inset Text
25803
25804 \begin_layout Plain Layout
25805 v
25806 \end_layout
25807
25808 \end_inset
25809 </cell>
25810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25811 \begin_inset Text
25812
25813 \begin_layout Plain Layout
25814 w
25815 \end_layout
25816
25817 \end_inset
25818 </cell>
25819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25820 \begin_inset Text
25821
25822 \begin_layout Plain Layout
25823 \begin_inset ERT
25824 status collapsed
25825
25826 \begin_layout Plain Layout
25827
25828
25829 \backslash
25830 cellcolor{Maroon}
25831 \end_layout
25832
25833 \end_inset
25834
25835
25836 \color green
25837 i
25838 \end_layout
25839
25840 \end_inset
25841 </cell>
25842 </row>
25843 </lyxtabular>
25844
25845 \end_inset
25846
25847
25848 \end_layout
25849
25850 \end_inset
25851
25852
25853 \end_layout
25854
25855 \begin_layout Standard
25856 \begin_inset ERT
25857 status collapsed
25858
25859 \begin_layout Plain Layout
25860
25861
25862 \backslash
25863 renewcommand{
25864 \backslash
25865 hdashline}{
25866 \backslash
25867 myHdashline}
25868 \end_layout
25869
25870 \end_inset
25871
25872
25873 \begin_inset Note Note
25874 status collapsed
25875
25876 \begin_layout Plain Layout
25877 zurücksetzen auf Standardwert
25878 \end_layout
25879
25880 \end_inset
25881
25882
25883 \end_layout
25884
25885 \begin_layout Standard
25886 \begin_inset ERT
25887 status collapsed
25888
25889 \begin_layout Plain Layout
25890
25891
25892 \backslash
25893 renewcommand{
25894 \backslash
25895 cdashline}{
25896 \backslash
25897 myCdashline}
25898 \end_layout
25899
25900 \end_inset
25901
25902
25903 \begin_inset Note Note
25904 status collapsed
25905
25906 \begin_layout Plain Layout
25907 zurücksetzen auf Standardwert
25908 \end_layout
25909
25910 \end_inset
25911
25912
25913 \end_layout
25914
25915 \begin_layout Standard
25916 \begin_inset ERT
25917 status collapsed
25918
25919 \begin_layout Plain Layout
25920
25921
25922 \backslash
25923 nodashgapcolor
25924 \end_layout
25925
25926 \end_inset
25927
25928
25929 \begin_inset Note Note
25930 status collapsed
25931
25932 \begin_layout Plain Layout
25933 zurücksetzen auf Standardwert
25934 \end_layout
25935
25936 \end_inset
25937
25938
25939 \end_layout
25940
25941 \begin_layout Standard
25942 \begin_inset ERT
25943 status collapsed
25944
25945 \begin_layout Plain Layout
25946
25947
25948 \backslash
25949 setlength{
25950 \backslash
25951 arrayrulewidth}{0.4pt}
25952 \end_layout
25953
25954 \end_inset
25955
25956
25957 \begin_inset Note Note
25958 status collapsed
25959
25960 \begin_layout Plain Layout
25961 zurücksetzen auf Standardwert
25962 \end_layout
25963
25964 \end_inset
25965
25966
25967 \end_layout
25968
25969 \begin_layout Standard
25970 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
25971 \begin_inset space ~
25972 \end_inset
25973
25974
25975 \begin_inset CommandInset ref
25976 LatexCommand ref
25977 reference "abs:Farbige-Tabellen"
25978
25979 \end_inset
25980
25981  beschrieben.
25982  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
25983  beschrieben, man muss in den Befehlen nur 
25984 \series bold
25985
25986 \backslash
25987 myHlineC
25988 \series default
25989  durch 
25990 \series bold
25991
25992 \backslash
25993 myHdashline
25994 \series default
25995  und 
25996 \backslash
25997
25998 \series bold
25999 hline
26000 \series default
26001  durch 
26002 \series bold
26003
26004 \backslash
26005 hdashline
26006 \series default
26007  ersetzen; man verwendet also den Befehl
26008 \end_layout
26009
26010 \begin_layout Standard
26011
26012 \series bold
26013
26014 \backslash
26015 let
26016 \backslash
26017 myHdashline
26018 \backslash
26019 hdashline
26020 \begin_inset Newline newline
26021 \end_inset
26022
26023
26024 \backslash
26025 renewcommand{
26026 \backslash
26027 hdashline}
26028 \begin_inset Newline newline
26029 \end_inset
26030
26031
26032 \begin_inset Phantom HPhantom
26033 status open
26034
26035 \begin_layout Plain Layout
26036
26037 \series bold
26038 \begin_inset space ~
26039 \end_inset
26040
26041
26042 \end_layout
26043
26044 \end_inset
26045
26046 {
26047 \backslash
26048 arrayrulecolor{red}
26049 \backslash
26050 myHdashline
26051 \backslash
26052 arrayrulecolor{black}}
26053 \end_layout
26054
26055 \begin_layout Standard
26056 Um 
26057 \series bold
26058
26059 \backslash
26060 cdashline
26061 \series default
26062  zu färben, lautet der Befehl
26063 \end_layout
26064
26065 \begin_layout Standard
26066
26067 \series bold
26068
26069 \backslash
26070 let
26071 \backslash
26072 myCdashline
26073 \backslash
26074 cdashline
26075 \begin_inset Newline newline
26076 \end_inset
26077
26078
26079 \backslash
26080 renewcommand{
26081 \backslash
26082 cdashline}[1]
26083 \begin_inset Newline newline
26084 \end_inset
26085
26086
26087 \begin_inset Phantom HPhantom
26088 status open
26089
26090 \begin_layout Plain Layout
26091
26092 \series bold
26093 \begin_inset space ~
26094 \end_inset
26095
26096
26097 \end_layout
26098
26099 \end_inset
26100
26101 {
26102 \backslash
26103 arrayrulecolor{red}
26104 \backslash
26105 myCdashline{#1}
26106 \backslash
26107 arrayrulecolor{black}}
26108 \end_layout
26109
26110 \begin_layout Standard
26111 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
26112  als \SpecialChar TeX
26113 -Code hinter der Tabelle einfügen:
26114 \end_layout
26115
26116 \begin_layout Standard
26117 Für 
26118 \series bold
26119
26120 \backslash
26121 hdashline
26122 \end_layout
26123
26124 \begin_layout Standard
26125
26126 \series bold
26127
26128 \backslash
26129 renewcommand{
26130 \backslash
26131 hdashline}{
26132 \backslash
26133 myHdashline}
26134 \end_layout
26135
26136 \begin_layout Standard
26137 und für 
26138 \series bold
26139
26140 \backslash
26141 cdashline
26142 \end_layout
26143
26144 \begin_layout Standard
26145
26146 \series bold
26147
26148 \backslash
26149 renewcommand{
26150 \backslash
26151 cdashline}{
26152 \backslash
26153 myCdashline}
26154 \end_layout
26155
26156 \begin_layout Standard
26157 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
26158  Befehl
26159 \end_layout
26160
26161 \begin_layout Standard
26162
26163 \series bold
26164
26165 \backslash
26166 dashgapcolor{Farbe}
26167 \end_layout
26168
26169 \begin_layout Standard
26170 als \SpecialChar TeX
26171 -Code vor der Tabelle verwenden.
26172  Farbe ist hierbei der Name einer definierten Farbe.
26173  Der Befehl
26174 \end_layout
26175
26176 \begin_layout Standard
26177
26178 \series bold
26179
26180 \backslash
26181 nodashgapcolor
26182 \end_layout
26183
26184 \begin_layout Standard
26185 hebt die Einstellung von 
26186 \series bold
26187
26188 \backslash
26189 dashgapcolor
26190 \series default
26191  auf.
26192 \end_layout
26193
26194 \begin_layout Standard
26195 \begin_inset Note Greyedout
26196 status open
26197
26198 \begin_layout Plain Layout
26199
26200 \series bold
26201 \color none
26202 Achtung
26203 \series default
26204 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
26205  
26206 \series bold
26207 arydshln
26208 \series default
26209  an erster Stelle in der Zelle befinden.
26210  Daher ist in in Zelle 
26211 \emph on
26212 k
26213 \emph default
26214  der Tabelle
26215 \begin_inset space ~
26216 \end_inset
26217
26218
26219 \begin_inset CommandInset ref
26220 LatexCommand ref
26221 reference "tab:Farbige-Tabelle-mit"
26222
26223 \end_inset
26224
26225  der Befehl 
26226 \series bold
26227
26228 \backslash
26229 hdashline
26230 \series default
26231  vor 
26232 \series bold
26233
26234 \backslash
26235 rowcolor
26236 \series default
26237 .
26238 \end_layout
26239
26240 \end_inset
26241
26242
26243 \end_layout
26244
26245 \begin_layout Standard
26246 \begin_inset Note Greyedout
26247 status open
26248
26249 \begin_layout Plain Layout
26250
26251 \series bold
26252 \color none
26253 Achtung:
26254 \series default
26255  Das \SpecialChar LaTeX
26256 -Paket 
26257 \series bold
26258 arydshln
26259 \series default
26260  muss im \SpecialChar LaTeX
26261 -Vorspann nach dem \SpecialChar LaTeX
26262 -Paket 
26263 \series bold
26264 colortbl
26265 \series default
26266
26267 \begin_inset Index idx
26268 range none
26269 pageformat default
26270 status collapsed
26271
26272 \begin_layout Plain Layout
26273 \SpecialChar LaTeX
26274 -Pakete
26275 \begin_inset IndexMacro subentry
26276 status open
26277
26278 \begin_layout Plain Layout
26279 colortbl
26280 \end_layout
26281
26282 \end_inset
26283
26284
26285 \end_layout
26286
26287 \end_inset
26288
26289  geladen werden.
26290 \end_layout
26291
26292 \end_inset
26293
26294
26295 \end_layout
26296
26297 \begin_layout Standard
26298 \begin_inset ERT
26299 status collapsed
26300
26301 \begin_layout Plain Layout
26302
26303
26304 \backslash
26305 else
26306 \end_layout
26307
26308 \end_inset
26309
26310
26311 \begin_inset Note Note
26312 status open
26313
26314 \begin_layout Plain Layout
26315 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
26316 -Paket 
26317 \series bold
26318 arydshln
26319 \series default
26320  nicht installiert ist:
26321 \end_layout
26322
26323 \end_inset
26324
26325
26326 \end_layout
26327
26328 \begin_layout Standard
26329 Sie müssen das \SpecialChar LaTeX
26330 -Paket 
26331 \series bold
26332 arydshln
26333 \series default
26334  installiert haben um den Inhalt dieses Abschnitts zu sehen.
26335 \end_layout
26336
26337 \begin_layout Standard
26338 \begin_inset ERT
26339 status collapsed
26340
26341 \begin_layout Plain Layout
26342
26343
26344 \backslash
26345 fi
26346 \end_layout
26347
26348 \end_inset
26349
26350
26351 \end_layout
26352
26353 \begin_layout Standard
26354 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
26355  von 
26356 \series bold
26357 arydshln
26358 \series default
26359
26360 \begin_inset CommandInset citation
26361 LatexCommand cite
26362 key "arydshln"
26363 literal "true"
26364
26365 \end_inset
26366
26367 .
26368 \end_layout
26369
26370 \begin_layout Chapter
26371 Gleitobjekte
26372 \begin_inset CommandInset label
26373 LatexCommand label
26374 name "kap:Gleitobjekte"
26375
26376 \end_inset
26377
26378
26379 \begin_inset Index idx
26380 range none
26381 pageformat default
26382 status collapsed
26383
26384 \begin_layout Plain Layout
26385 Gleitobjekte
26386 \end_layout
26387
26388 \end_inset
26389
26390
26391 \end_layout
26392
26393 \begin_layout Section
26394 Einleitung
26395 \begin_inset CommandInset label
26396 LatexCommand label
26397 name "abs:Gleitobjekte-Einleitung"
26398
26399 \end_inset
26400
26401
26402 \begin_inset Index idx
26403 range none
26404 pageformat default
26405 status collapsed
26406
26407 \begin_layout Plain Layout
26408 Gleitobjekte
26409 \begin_inset IndexMacro subentry
26410 status open
26411
26412 \begin_layout Plain Layout
26413 Einleitung
26414 \end_layout
26415
26416 \end_inset
26417
26418
26419 \end_layout
26420
26421 \end_inset
26422
26423
26424 \end_layout
26425
26426 \begin_layout Standard
26427 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
26428  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
26429  der beste Platz ist.
26430  
26431 \family sans
26432 Fußnoten
26433 \family default
26434  und 
26435 \family sans
26436 Randnotizen
26437 \family default
26438  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
26439  wenn auf ihrer Seite schon zu viele sind.
26440 \end_layout
26441
26442 \begin_layout Standard
26443 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
26444  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
26445  um weiße Flächen und Seiten ohne Text zu vermeiden.
26446  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar ligaturebreak
26447 löst,
26448  kann im Text auf ein Gleitobjekt verwiesen werden.
26449  Gleitobjekte sind deshalb nummeriert.
26450  Querverweise werden in Abschnitt
26451 \begin_inset space ~
26452 \end_inset
26453
26454
26455 \begin_inset CommandInset ref
26456 LatexCommand ref
26457 reference "abs:Auf-Gleitobjekte-verweisen"
26458
26459 \end_inset
26460
26461  beschrieben.
26462 \end_layout
26463
26464 \begin_layout Standard
26465 Ein Gleitobjekt wird mit 
26466 \family sans
26467 Einfügen\SpecialChar menuseparator
26468 Gleitobjekt\SpecialChar menuseparator
26469 Algorithmus/Abbildung/Ta\SpecialChar softhyphen
26470 belle/Um\SpecialChar softhyphen
26471 flos\SpecialChar softhyphen
26472 se\SpecialChar softhyphen
26473 nes
26474 \begin_inset space ~
26475 \end_inset
26476
26477 Gleitobjekt
26478 \family default
26479  eingefügt (Werkzeugleistenknopf 
26480 \begin_inset Info
26481 type  "icon"
26482 arg   "float-insert figure"
26483 \end_inset
26484
26485  oder 
26486 \begin_inset Info
26487 type  "icon"
26488 arg   "float-insert table"
26489 \end_inset
26490
26491 ).
26492  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
26493  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
26494  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
26495  #:).
26496  Statt # sehen Sie die von \SpecialChar LyX
26497  vergebene Nummer.
26498  In das schmale Feld nach der Marke können Sie den Titel schreiben.
26499  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
26500  eingefügt.
26501  In Abschnitt
26502 \begin_inset space ~
26503 \end_inset
26504
26505
26506 \begin_inset CommandInset ref
26507 LatexCommand ref
26508 reference "abs:Titel-Platzierung"
26509
26510 \end_inset
26511
26512  finden Sie mehr über die Platzierung des Titels.
26513  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
26514  auch wieder geöffnet.
26515  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
26516 \begin_inset Graphics
26517         filename clipart/Gleitobjekt.png
26518         scale 95
26519         scaleBeforeRotation
26520
26521 \end_inset
26522
26523  – ein graues Kästchen mit roter Beschriftung.
26524 \end_layout
26525
26526 \begin_layout Standard
26527 Um mögliche \SpecialChar LaTeX
26528 -Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
26529  Gleitobjekte in einem eigenen Absatz einzufügen.
26530 \end_layout
26531
26532 \begin_layout Standard
26533 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
26534  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
26535  klicken.
26536 \end_layout
26537
26538 \begin_layout Section
26539 Gleitobjekt-Typen
26540 \begin_inset Index idx
26541 range none
26542 pageformat default
26543 status collapsed
26544
26545 \begin_layout Plain Layout
26546 Gleitobjekte
26547 \begin_inset IndexMacro subentry
26548 status open
26549
26550 \begin_layout Plain Layout
26551 Typen
26552 \end_layout
26553
26554 \end_inset
26555
26556
26557 \end_layout
26558
26559 \end_inset
26560
26561
26562 \end_layout
26563
26564 \begin_layout Standard
26565 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
26566 \begin_inset space ~
26567 \end_inset
26568
26569
26570 \begin_inset CommandInset ref
26571 LatexCommand ref
26572 reference "abs:Gleitende-Abbildungen"
26573
26574 \end_inset
26575
26576  und 
26577 \begin_inset CommandInset ref
26578 LatexCommand ref
26579 reference "abs:Gleitende-Tabellen"
26580
26581 \end_inset
26582
26583  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
26584  Letztere sind in Abschnitt
26585 \begin_inset space ~
26586 \end_inset
26587
26588
26589 \begin_inset CommandInset ref
26590 LatexCommand ref
26591 reference "abs:Umflossene-Gleitobjekte"
26592
26593 \end_inset
26594
26595  beschrieben.
26596 \end_layout
26597
26598 \begin_layout Subsection
26599 Algorithmen-Gleitobjekt
26600 \begin_inset Index idx
26601 range none
26602 pageformat default
26603 status collapsed
26604
26605 \begin_layout Plain Layout
26606 Gleitobjekte
26607 \begin_inset IndexMacro subentry
26608 status open
26609
26610 \begin_layout Plain Layout
26611 Algorithmen
26612 \end_layout
26613
26614 \end_inset
26615
26616
26617 \end_layout
26618
26619 \end_inset
26620
26621
26622 \end_layout
26623
26624 \begin_layout Standard
26625 \begin_inset Float algorithm
26626 placement h
26627 alignment document
26628 wide false
26629 sideways false
26630 status open
26631
26632 \begin_layout Plain Layout
26633 \begin_inset Caption Standard
26634
26635 \begin_layout Plain Layout
26636 \begin_inset CommandInset label
26637 LatexCommand label
26638 name "alg:Ein-Gleitobjekt-Algorithmus"
26639
26640 \end_inset
26641
26642 Ein Gleitobjekt-Algorithmus 
26643 \end_layout
26644
26645 \end_inset
26646
26647
26648 \end_layout
26649
26650 \begin_layout LyX-Code
26651 for I in 1..N loop
26652 \begin_inset Newline newline
26653 \end_inset
26654
26655  Sum:= Sum + A(I); /*Kommentar*/
26656 \begin_inset Newline newline
26657 \end_inset
26658
26659 end loop
26660 \begin_inset VSpace -4mm
26661 \end_inset
26662
26663
26664 \end_layout
26665
26666 \end_inset
26667
26668
26669 \end_layout
26670
26671 \begin_layout Standard
26672 Dieser Typ wird mit 
26673 \family sans
26674 Einfügen\SpecialChar menuseparator
26675 Gleitobjekt\SpecialChar menuseparator
26676 Algorithmus
26677 \family default
26678  eingefügt.
26679  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
26680  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
26681 \begin_inset space ~
26682 \end_inset
26683
26684
26685 \begin_inset CommandInset ref
26686 LatexCommand ref
26687 reference "kap:Programm-Code-Listen"
26688
26689 \end_inset
26690
26691 .
26692  Eine mögliche Absatz-Umgebung hier für ist 
26693 \family sans
26694 \SpecialChar LyX
26695 -Code
26696 \family default
26697 , beschrieben im 
26698 \emph on
26699 Benutzerhandbuch
26700 \emph default
26701 .
26702  In Algorithmus
26703 \begin_inset space ~
26704 \end_inset
26705
26706
26707 \begin_inset CommandInset ref
26708 LatexCommand ref
26709 reference "alg:Ein-Gleitobjekt-Algorithmus"
26710
26711 \end_inset
26712
26713  wurden am Ende -4
26714 \begin_inset space \thinspace{}
26715 \end_inset
26716
26717 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
26718  letzten Zeile gedruckt wird.
26719 \end_layout
26720
26721 \begin_layout Standard
26722 Die Marke 
26723 \emph on
26724 Algorithmus
26725 \emph default
26726  wird nicht automatisch in die druckbare Version übernommen, sondern das
26727  englische Wort 
26728 \emph on
26729 Algorithm
26730 \emph default
26731  verwendet.
26732  Soll
26733 \emph on
26734  Algorithmus
26735 \emph default
26736  dort stehen, müssen Sie folgendes in den \SpecialChar LaTeX
26737 -Vorspann schreiben: 
26738 \end_layout
26739
26740 \begin_layout Standard
26741
26742 \series bold
26743
26744 \backslash
26745 floatname{algorithm}{Algorithmus}
26746 \end_layout
26747
26748 \begin_layout Standard
26749 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
26750  Sprache wie die \SpecialChar LyX
26751  Menünamen haben, das Menü 
26752 \family sans
26753 Einfügen\SpecialChar menuseparator
26754 Liste
26755 \begin_inset space \thinspace{}
26756 \end_inset
26757
26758 /
26759 \begin_inset space \thinspace{}
26760 \end_inset
26761
26762 Inhaltsverzeichnis\SpecialChar menuseparator
26763 Algorithmenverzeichnis
26764 \family default
26765  verwendet werden.
26766  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als \SpecialChar TeX
26767 -Code
26768  eingefügt werden:
26769 \end_layout
26770
26771 \begin_layout Standard
26772
26773 \series bold
26774
26775 \backslash
26776 listof{algorithm}{Algorithmenverzeichnis}
26777 \end_layout
26778
26779 \begin_layout Standard
26780 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
26781  nach dem Schema 
26782 \begin_inset Quotes gld
26783 \end_inset
26784
26785 Kapitelnummer.Algorithmusnummer
26786 \begin_inset Quotes grd
26787 \end_inset
26788
26789  nummeriert.
26790  Um das zu erreichen, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
26791 -Vorspann einfügen:
26792 \end_layout
26793
26794 \begin_layout Standard
26795
26796 \series bold
26797
26798 \backslash
26799 numberwithin{algorithm}{chapter}
26800 \end_layout
26801
26802 \begin_layout Standard
26803 Um 
26804 \series bold
26805
26806 \backslash
26807 numberwithin
26808 \series default
26809  benutzen zu können, muss in den 
26810 \family sans
26811 Mathe
26812 \begin_inset space ~
26813 \end_inset
26814
26815 Optionen
26816 \family default
26817  der 
26818 \family sans
26819 Dokument-Einstellungen
26820 \family default
26821  
26822 \family sans
26823 AMS
26824 \begin_inset space ~
26825 \end_inset
26826
26827 Mathe
26828 \begin_inset space ~
26829 \end_inset
26830
26831 Paket
26832 \family default
26833
26834 \begin_inset space ~
26835 \end_inset
26836
26837
26838 \family sans
26839 verwenden
26840 \family default
26841  angekreuzt sein.
26842 \end_layout
26843
26844 \begin_layout Section
26845 Gleitobjekt-Nummerierung
26846 \begin_inset Index idx
26847 range none
26848 pageformat default
26849 status collapsed
26850
26851 \begin_layout Plain Layout
26852 Gleitobjekte
26853 \begin_inset IndexMacro subentry
26854 status open
26855
26856 \begin_layout Plain Layout
26857 Nummerierung
26858 \end_layout
26859
26860 \end_inset
26861
26862
26863 \end_layout
26864
26865 \end_inset
26866
26867
26868 \end_layout
26869
26870 \begin_layout Standard
26871 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
26872  nummeriert oder nach dem Schema 
26873 \begin_inset Quotes gld
26874 \end_inset
26875
26876 Kapitelnummer.Gleitobjektnummer
26877 \begin_inset Quotes grd
26878 \end_inset
26879
26880  oder 
26881 \begin_inset Quotes gld
26882 \end_inset
26883
26884 Abschnittsnummer.Gleitobjektnummer
26885 \begin_inset Quotes grd
26886 \end_inset
26887
26888 .
26889  Das hängt von der Dokumentklasse ab.
26890 \end_layout
26891
26892 \begin_layout Standard
26893 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
26894  in den \SpecialChar LaTeX
26895 -Vorspann einfügen:
26896 \end_layout
26897
26898 \begin_layout Standard
26899
26900 \series bold
26901
26902 \backslash
26903 renewcommand{
26904 \backslash
26905 thetable}{
26906 \backslash
26907 roman{table}}
26908 \end_layout
26909
26910 \begin_layout Standard
26911
26912 \series bold
26913
26914 \backslash
26915 thetable
26916 \series default
26917  ist der Befehl, der die Tabellennummer druckt.
26918  Für Abbildungen ist das 
26919 \series bold
26920
26921 \backslash
26922 thefigure
26923 \series default
26924 .
26925  Der Befehl 
26926 \series bold
26927
26928 \backslash
26929 roman
26930 \series default
26931  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
26932 \end_layout
26933
26934 \begin_layout Standard
26935 Um das Nummerierungsschema zum Beispiel auf 
26936 \begin_inset Quotes gld
26937 \end_inset
26938
26939 Unterabschnittsnummer.Num\SpecialChar softhyphen
26940 mer
26941 \begin_inset Quotes grd
26942 \end_inset
26943
26944  zu ändern, setzen Sie folgendes in den \SpecialChar LaTeX
26945 -Vorspann:
26946 \end_layout
26947
26948 \begin_layout Standard
26949
26950 \series bold
26951
26952 \backslash
26953 numberwithin{table}{subsection}
26954 \end_layout
26955
26956 \begin_layout Standard
26957 Um den Befehl 
26958 \series bold
26959
26960 \backslash
26961 numberwithin
26962 \series default
26963  benutzen zu können, müssen Sie in den 
26964 \family sans
26965 Mathe
26966 \begin_inset space ~
26967 \end_inset
26968
26969 Optionen
26970 \family default
26971  der 
26972 \family sans
26973 Dokument-Einstellungen
26974 \family default
26975  
26976 \family sans
26977 AMS
26978 \begin_inset space ~
26979 \end_inset
26980
26981 Mathe
26982 \begin_inset space ~
26983 \end_inset
26984
26985 Paket
26986 \family default
26987
26988 \begin_inset space ~
26989 \end_inset
26990
26991
26992 \family sans
26993 verwenden
26994 \family default
26995  ankreuzen.
26996 \end_layout
26997
26998 \begin_layout Standard
26999 Sehen Sie sich bitte auch Abschnitt
27000 \begin_inset space ~
27001 \end_inset
27002
27003
27004 \begin_inset CommandInset ref
27005 LatexCommand ref
27006 reference "uab:Fußnoten-Nummerierung"
27007
27008 \end_inset
27009
27010  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
27011 \end_layout
27012
27013 \begin_layout Section
27014 Auf Gleitobjekte verweisen
27015 \begin_inset CommandInset label
27016 LatexCommand label
27017 name "abs:Auf-Gleitobjekte-verweisen"
27018
27019 \end_inset
27020
27021
27022 \begin_inset Index idx
27023 range none
27024 pageformat default
27025 status collapsed
27026
27027 \begin_layout Plain Layout
27028 Gleitobjekte
27029 \begin_inset IndexMacro subentry
27030 status open
27031
27032 \begin_layout Plain Layout
27033 Querverweise
27034 \end_layout
27035
27036 \end_inset
27037
27038
27039 \end_layout
27040
27041 \end_inset
27042
27043
27044 \begin_inset Index idx
27045 range none
27046 pageformat default
27047 status collapsed
27048
27049 \begin_layout Plain Layout
27050 Querverweise
27051 \begin_inset IndexMacro subentry
27052 status open
27053
27054 \begin_layout Plain Layout
27055 auf Gleitobjekte
27056 \end_layout
27057
27058 \end_inset
27059
27060
27061 \end_layout
27062
27063 \end_inset
27064
27065
27066 \end_layout
27067
27068 \begin_layout Standard
27069 Zunächst müssen Sie mit 
27070 \family sans
27071 Einfügen\SpecialChar menuseparator
27072 Marke
27073 \family default
27074  oder einen Klick auf 
27075 \begin_inset Info
27076 type  "icon"
27077 arg   "label-insert"
27078 \end_inset
27079
27080  eine Marke im Titel einfügen.
27081  Im 
27082 \family sans
27083 Marke
27084 \family default
27085 -Dialog schreiben Sie einen Text in das Feld 
27086 \family sans
27087 Marke
27088 \family default
27089  oder übernehmen den vorgeschlagenen.
27090  Die Marke sieht in \SpecialChar LyX
27091  dann so aus:
27092 \end_layout
27093
27094 \begin_layout Standard
27095 \begin_inset Graphics
27096         filename clipart/Marke.png
27097         scaleBeforeRotation
27098
27099 \end_inset
27100
27101
27102 \end_layout
27103
27104 \begin_layout Standard
27105 Die Marke wird als Anker und Name für den Querverweis benutzt.
27106  Mit 
27107 \family sans
27108 Einfügen\SpecialChar menuseparator
27109 Querverweis
27110 \family default
27111  oder einen Klick auf 
27112 \begin_inset Info
27113 type  "icon"
27114 arg   "dialog-show-new-inset ref"
27115 \end_inset
27116
27117  können Sie dann auf die Marke verweisen.
27118  Als Querverweis wird in \SpecialChar LyX
27119  ein graues Kästchen wie zum Beispiel dieses angezeigt:
27120 \end_layout
27121
27122 \begin_layout Standard
27123 \begin_inset Graphics
27124         filename clipart/Querverweis.png
27125         scaleBeforeRotation
27126
27127 \end_inset
27128
27129
27130 \begin_inset Newline newline
27131 \end_inset
27132
27133  Mehr zu Querverweisen finden Sie im 
27134 \emph on
27135 Benutzerhandbuch
27136 \emph default
27137 .
27138 \end_layout
27139
27140 \begin_layout Standard
27141 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
27142  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
27143  durch einen Zeilenumbruch getrennt werden können.
27144 \end_layout
27145
27146 \begin_layout Standard
27147 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
27148  \SpecialChar LyX
27149  passt die Querverweise automatisch an.
27150 \end_layout
27151
27152 \begin_layout Standard
27153 Ein Klick auf den Schalter 
27154 \family sans
27155 Gehe
27156 \begin_inset space ~
27157 \end_inset
27158
27159 zur
27160 \begin_inset space ~
27161 \end_inset
27162
27163 Marke
27164 \family default
27165  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
27166  Der Text der Schaltfläche heißt jetzt 
27167 \family sans
27168 Gehe
27169 \begin_inset space ~
27170 \end_inset
27171
27172 zurück
27173 \family default
27174  und ein Klick darauf macht genau dies.
27175 \end_layout
27176
27177 \begin_layout Subsection
27178 Querverweis-Formate
27179 \begin_inset CommandInset label
27180 LatexCommand label
27181 name "uab:Querverweis-Formate"
27182
27183 \end_inset
27184
27185
27186 \begin_inset Index idx
27187 range none
27188 pageformat default
27189 status collapsed
27190
27191 \begin_layout Plain Layout
27192 Querverweise
27193 \begin_inset IndexMacro subentry
27194 status open
27195
27196 \begin_layout Plain Layout
27197 Formate
27198 \end_layout
27199
27200 \end_inset
27201
27202
27203 \end_layout
27204
27205 \end_inset
27206
27207
27208 \end_layout
27209
27210 \begin_layout Standard
27211 Es gibt sechs verschiedene Querverweisstile:
27212 \end_layout
27213
27214 \begin_layout Description
27215 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
27216  
27217 \begin_inset CommandInset ref
27218 LatexCommand ref
27219 reference "fig:Zwei-Teilabbildungen"
27220
27221 \end_inset
27222
27223
27224 \end_layout
27225
27226 \begin_layout Description
27227 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
27228  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
27229  verwendet wird, speziell wenn der Name 
27230 \begin_inset Quotes gld
27231 \end_inset
27232
27233 Gleichung
27234 \begin_inset Quotes grd
27235 \end_inset
27236
27237  weggelassen wird: 
27238 \begin_inset CommandInset ref
27239 LatexCommand eqref
27240 reference "eq:Wgn"
27241
27242 \end_inset
27243
27244
27245 \end_layout
27246
27247 \begin_layout Description
27248 <Seite>: druckt die Seitennummer: Seite
27249 \begin_inset space ~
27250 \end_inset
27251
27252
27253 \begin_inset CommandInset ref
27254 LatexCommand pageref
27255 reference "fig:Zwei-Teilabbildungen"
27256
27257 \end_inset
27258
27259
27260 \end_layout
27261
27262 \begin_layout Description
27263 auf
27264 \begin_inset space ~
27265 \end_inset
27266
27267 Seite
27268 \begin_inset space ~
27269 \end_inset
27270
27271 <Seite>: druckt den Text 
27272 \begin_inset Quotes gld
27273 \end_inset
27274
27275 auf Seite
27276 \begin_inset Quotes grd
27277 \end_inset
27278
27279  und die Seitennummer: 
27280 \begin_inset CommandInset ref
27281 LatexCommand vpageref
27282 reference "fig:Zwei-Teilabbildungen"
27283
27284 \end_inset
27285
27286
27287 \end_layout
27288
27289 \begin_layout Description
27290 <Querverweis>
27291 \begin_inset space ~
27292 \end_inset
27293
27294 auf
27295 \begin_inset space ~
27296 \end_inset
27297
27298 Seite
27299 \begin_inset space ~
27300 \end_inset
27301
27302 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
27303 \begin_inset Quotes gld
27304 \end_inset
27305
27306 auf Seite
27307 \begin_inset Quotes grd
27308 \end_inset
27309
27310 , und die Seitennummer: 
27311 \begin_inset CommandInset ref
27312 LatexCommand vref
27313 reference "fig:Zwei-Teilabbildungen"
27314
27315 \end_inset
27316
27317
27318 \end_layout
27319
27320 \begin_layout Description
27321 Formatierter
27322 \begin_inset space ~
27323 \end_inset
27324
27325 Querverweis: druckt ein selbst definiertes Querverweisformat
27326 \begin_inset Newline newline
27327 \end_inset
27328
27329
27330 \begin_inset Note Greyedout
27331 status open
27332
27333 \begin_layout Plain Layout
27334
27335 \series bold
27336 Bemerkung:
27337 \series default
27338  Dies ist nur möglich, wenn das \SpecialChar LaTeX
27339 -Paket 
27340 \series bold
27341 prettyref
27342 \series default
27343  oder 
27344 \series bold
27345 refstyle
27346 \series default
27347
27348 \begin_inset Index idx
27349 range none
27350 pageformat default
27351 status collapsed
27352
27353 \begin_layout Plain Layout
27354 \SpecialChar LaTeX
27355 -Pakete
27356 \begin_inset IndexMacro subentry
27357 status open
27358
27359 \begin_layout Plain Layout
27360 prettyref
27361 \end_layout
27362
27363 \end_inset
27364
27365
27366 \end_layout
27367
27368 \end_inset
27369
27370
27371 \begin_inset Index idx
27372 range none
27373 pageformat default
27374 status collapsed
27375
27376 \begin_layout Plain Layout
27377 \SpecialChar LaTeX
27378 -Pakete
27379 \begin_inset IndexMacro subentry
27380 status open
27381
27382 \begin_layout Plain Layout
27383 refstyle
27384 \end_layout
27385
27386 \end_inset
27387
27388
27389 \end_layout
27390
27391 \end_inset
27392
27393  installiert ist.
27394 \end_layout
27395
27396 \end_inset
27397
27398
27399 \begin_inset Newline newline
27400 \end_inset
27401
27402 Sie können durch setzen der Option 
27403 \family sans
27404 Verwende refstyle (nicht prettyref) für Querverweise
27405 \family default
27406  im Menü 
27407 \family sans
27408 Dokument\SpecialChar menuseparator
27409 Einstellungen\SpecialChar menuseparator
27410 Dokumentklasse
27411 \family default
27412  wählen, welches \SpecialChar LaTeX
27413 -Paket für diesen Verweistyp verwendet wird.
27414  Das Format wird definiert, indem man den Befehl 
27415 \series bold
27416
27417 \backslash
27418 newrefformat
27419 \series default
27420  (prettyref) oder 
27421 \series bold
27422
27423 \backslash
27424 newref
27425 \series default
27426  (refstyle) in den \SpecialChar LaTeX
27427 -Vorspann einfügt.
27428  Z.
27429 \begin_inset space \thinspace{}
27430 \end_inset
27431
27432 B.
27433  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
27434  
27435 \begin_inset Quotes eld
27436 \end_inset
27437
27438
27439 \family sans
27440 abb
27441 \family default
27442
27443 \begin_inset Quotes erd
27444 \end_inset
27445
27446 ) mit dem Befehle
27447 \begin_inset Newline newline
27448 \end_inset
27449
27450
27451 \series bold
27452
27453 \backslash
27454 newref{abb}{refcmd={Bild auf Seite 
27455 \backslash
27456 pageref{#1}}}
27457 \series default
27458
27459 \begin_inset Newline newline
27460 \end_inset
27461
27462 geändert werden.
27463  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
27464 en verwiesen, 
27465 \begin_inset CommandInset citation
27466 LatexCommand cite
27467 key "prettyref,refstyle"
27468 literal "true"
27469
27470 \end_inset
27471
27472 .
27473 \begin_inset Newline newline
27474 \end_inset
27475
27476 Die Optionen 
27477 \family sans
27478 Plural
27479 \family default
27480  und 
27481 \family sans
27482 Großschreibung
27483 \family default
27484  sind nur verfügbar, wenn Sie das \SpecialChar LaTeX
27485 -Paket 
27486 \series bold
27487 refstyle
27488 \series default
27489  verwenden.
27490  Beide Optionen sind für deutsche Text nicht nützlich, denn 
27491 \family sans
27492 Plural
27493 \family default
27494  fügt ein 
27495 \emph on
27496 s
27497 \emph default
27498  an den Namen an, z.
27499 \begin_inset space \thinspace{}
27500 \end_inset
27501
27502 B.
27503  
27504 \begin_inset Quotes gld
27505 \end_inset
27506
27507 Abbildungs
27508 \begin_inset Quotes grd
27509 \end_inset
27510
27511  und 
27512 \family sans
27513 Großschreibung
27514 \family default
27515  gibt den Namen großgeschrieben aus, z.
27516 \begin_inset space \thinspace{}
27517 \end_inset
27518
27519 B.
27520  
27521 \begin_inset Quotes gld
27522 \end_inset
27523
27524 Abbildung
27525 \begin_inset Quotes grd
27526 \end_inset
27527
27528 , was aber bereits die Voreinstellung ist.
27529 \end_layout
27530
27531 \begin_layout Description
27532 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
27533 \begin_inset CommandInset ref
27534 LatexCommand nameref
27535 reference "fig:Zwei-Teilabbildungen"
27536
27537 \end_inset
27538
27539
27540 \end_layout
27541
27542 \begin_layout Description
27543 Nur
27544 \begin_inset space ~
27545 \end_inset
27546
27547 Marke: gibt nur die \SpecialChar LaTeX
27548 -Marke der Referenz aus: 
27549 \begin_inset CommandInset ref
27550 LatexCommand labelonly
27551 reference "fig:Zwei-Teilabbildungen"
27552 plural "false"
27553 caps "false"
27554 noprefix "false"
27555
27556 \end_inset
27557
27558
27559 \begin_inset Newline newline
27560 \end_inset
27561
27562 Damit kann man die Marke für Befehle im \SpecialChar TeX
27563 -Code verwenden.
27564  Mit der Option 
27565 \family sans
27566 Ohne
27567 \begin_inset space ~
27568 \end_inset
27569
27570 Präfix
27571 \family default
27572  kann der Präfix des Markennamens weggelassen werden: 
27573 \begin_inset CommandInset ref
27574 LatexCommand labelonly
27575 reference "fig:Zwei-Teilabbildungen"
27576 plural "false"
27577 caps "false"
27578 noprefix "true"
27579
27580 \end_inset
27581
27582
27583 \end_layout
27584
27585 \begin_layout Standard
27586
27587 \family sans
27588 <Seite>
27589 \family default
27590  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
27591  vorherigen, der selben oder der nächsten Seite befindet.
27592  Stattdessen wird z.
27593 \begin_inset space \thinspace{}
27594 \end_inset
27595
27596 B.
27597  der Text 
27598 \begin_inset Quotes gld
27599 \end_inset
27600
27601
27602 \family sans
27603 auf dieser Seite
27604 \family default
27605
27606 \begin_inset Quotes grd
27607 \end_inset
27608
27609  gedruckt.
27610  Der Stil 
27611 \family sans
27612 <Querverweis>
27613 \begin_inset space ~
27614 \end_inset
27615
27616 auf
27617 \begin_inset space ~
27618 \end_inset
27619
27620 Seite
27621 \begin_inset space ~
27622 \end_inset
27623
27624 <Seite>
27625 \family default
27626  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
27627  Seite ist.
27628 \end_layout
27629
27630 \begin_layout Standard
27631 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
27632  automatisch von \SpecialChar LaTeX
27633  berechnet.
27634  Die Stile können im Feld 
27635 \family sans
27636 Format
27637 \family default
27638  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
27639  einen Querverweis klicken.
27640 \end_layout
27641
27642 \begin_layout Standard
27643 \begin_inset Note Greyedout
27644 status open
27645
27646 \begin_layout Plain Layout
27647
27648 \series bold
27649 Bemerkung:
27650 \series default
27651  Es wird empfohlen, das \SpecialChar LaTeX
27652 -Paket 
27653 \series bold
27654 refstyle
27655 \series default
27656
27657 \begin_inset Index idx
27658 range none
27659 pageformat default
27660 status collapsed
27661
27662 \begin_layout Plain Layout
27663 \SpecialChar LaTeX
27664 -Pakete
27665 \begin_inset IndexMacro subentry
27666 status open
27667
27668 \begin_layout Plain Layout
27669 refstyle
27670 \end_layout
27671
27672 \end_inset
27673
27674
27675 \end_layout
27676
27677 \end_inset
27678
27679  zu verwenden, da 
27680 \series bold
27681 prettyref
27682 \series default
27683
27684 \begin_inset Index idx
27685 range none
27686 pageformat default
27687 status collapsed
27688
27689 \begin_layout Plain Layout
27690 \SpecialChar LaTeX
27691 -Pakete
27692 \begin_inset IndexMacro subentry
27693 status open
27694
27695 \begin_layout Plain Layout
27696 prettyref
27697 \end_layout
27698
27699 \end_inset
27700
27701
27702 \end_layout
27703
27704 \end_inset
27705
27706  nicht alle möglichen \SpecialChar LyX
27707 -Marken-Kürzel
27708 \begin_inset Foot
27709 status collapsed
27710
27711 \begin_layout Plain Layout
27712  
27713 \begin_inset Quotes gld
27714 \end_inset
27715
27716 abb:
27717 \begin_inset Quotes grd
27718 \end_inset
27719
27720  ist z.
27721 \begin_inset space \thinspace{}
27722 \end_inset
27723
27724 B.
27725  \SpecialChar LyX
27726 ' Kürzel für Marken in Bildbeschriftungen.
27727 \end_layout
27728
27729 \end_inset
27730
27731  kennt und auch nicht internationalisiert ist.
27732 \end_layout
27733
27734 \end_inset
27735
27736
27737 \end_layout
27738
27739 \begin_layout Subsection
27740 Automatische Querverweisnamen
27741 \begin_inset Index idx
27742 range none
27743 pageformat default
27744 status collapsed
27745
27746 \begin_layout Plain Layout
27747 Querverweise
27748 \begin_inset IndexMacro subentry
27749 status open
27750
27751 \begin_layout Plain Layout
27752 Automatische Namen
27753 \end_layout
27754
27755 \end_inset
27756
27757
27758 \end_layout
27759
27760 \end_inset
27761
27762
27763 \end_layout
27764
27765 \begin_layout Standard
27766 Das \SpecialChar LaTeX
27767 -Paket 
27768 \series bold
27769 hyperref
27770 \series default
27771
27772 \begin_inset Index idx
27773 range none
27774 pageformat default
27775 status collapsed
27776
27777 \begin_layout Plain Layout
27778 \SpecialChar LaTeX
27779 -Pakete
27780 \begin_inset IndexMacro subentry
27781 status open
27782
27783 \begin_layout Plain Layout
27784 hyperref
27785 \end_layout
27786
27787 \end_inset
27788
27789
27790 \end_layout
27791
27792 \end_inset
27793
27794 , das in den
27795 \family sans
27796  PDF-Eigenschaften
27797 \family default
27798  im 
27799 \family sans
27800 Dokument-Einstellungen
27801 \family default
27802  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
27803  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
27804  wie 
27805 \emph on
27806 Abschnitt
27807 \emph default
27808 ).
27809  Sie müssen damit z.
27810 \begin_inset space \thinspace{}
27811 \end_inset
27812
27813 B.
27814  nicht mehr den Namen 
27815 \begin_inset Quotes gld
27816 \end_inset
27817
27818 Abbildung
27819 \begin_inset Quotes grd
27820 \end_inset
27821
27822  vor jeden Querverweis auf eine Abbildung schreiben.
27823  Um diese Funktion benutzen zu können, aktivieren Sie 
27824 \series bold
27825 hyperref
27826 \series default
27827  und fügen diese Zeile in den \SpecialChar LaTeX
27828 -Vorspann ein:
27829 \end_layout
27830
27831 \begin_layout Standard
27832
27833 \series bold
27834
27835 \backslash
27836 AtBeginDocument{
27837 \backslash
27838 renewcommand{
27839 \backslash
27840 ref}[1]{
27841 \backslash
27842 mbox{
27843 \backslash
27844 autoref{#1}}}}
27845 \end_layout
27846
27847 \begin_layout Standard
27848 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
27849 \begin_inset space \thinspace{}
27850 \end_inset
27851
27852 B.
27853  statt 
27854 \begin_inset Quotes gld
27855 \end_inset
27856
27857 Abschnitt
27858 \begin_inset Quotes grd
27859 \end_inset
27860
27861  den Namen 
27862 \begin_inset Quotes gld
27863 \end_inset
27864
27865 Kap.
27866 \begin_inset space \thinspace{}
27867 \end_inset
27868
27869
27870 \begin_inset Quotes grd
27871 \end_inset
27872
27873 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
27874 \end_layout
27875
27876 \begin_layout Standard
27877
27878 \series bold
27879
27880 \backslash
27881 addto
27882 \backslash
27883 extrasngerman{
27884 \backslash
27885 renewcommand{
27886 \backslash
27887 sectionautorefname}
27888 \begin_inset Newline newline
27889 \end_inset
27890
27891
27892 \begin_inset Phantom HPhantom
27893 status open
27894
27895 \begin_layout Plain Layout
27896
27897 \series bold
27898 \begin_inset space ~
27899 \end_inset
27900
27901
27902 \end_layout
27903
27904 \end_inset
27905
27906 {Kap.
27907 \backslash
27908 negthinspace}}
27909 \end_layout
27910
27911 \begin_layout Standard
27912 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
27913 \begin_inset Newline newline
27914 \end_inset
27915
27916
27917 \series bold
27918
27919 \backslash
27920 extrasngerman
27921 \series default
27922  durch 
27923 \series bold
27924
27925 \backslash
27926 extras***
27927 \series default
27928 , wobei *** der Name der verwendeten Sprache ist.
27929 \end_layout
27930
27931 \begin_layout Standard
27932 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
27933  z.
27934 \begin_inset space \thinspace{}
27935 \end_inset
27936
27937 B.
27938  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
27939 \end_layout
27940
27941 \begin_layout Standard
27942
27943 \series bold
27944
27945 \backslash
27946 addto
27947 \backslash
27948 extrasngerman{
27949 \backslash
27950 renewcommand*{
27951 \backslash
27952 equationautorefname}[1]{}}
27953 \end_layout
27954
27955 \begin_layout Standard
27956 Mehr über dieses Thema finden Sie in der 
27957 \series bold
27958 hyperref
27959 \series default
27960 -Dokumentation 
27961 \begin_inset CommandInset citation
27962 LatexCommand cite
27963 key "hyperref"
27964 literal "true"
27965
27966 \end_inset
27967
27968 .
27969 \end_layout
27970
27971 \begin_layout Standard
27972 \begin_inset Note Greyedout
27973 status open
27974
27975 \begin_layout Plain Layout
27976
27977 \series bold
27978 Bemerkung:
27979 \series default
27980  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
27981  als Querverweisstil 
27982 \family sans
27983 Formatierter
27984 \begin_inset space ~
27985 \end_inset
27986
27987 Querverweis
27988 \family default
27989  benutzen, wie in Abschnitt
27990 \begin_inset space ~
27991 \end_inset
27992
27993
27994 \begin_inset CommandInset ref
27995 LatexCommand ref
27996 reference "uab:Querverweis-Formate"
27997
27998 \end_inset
27999
28000  beschrieben.
28001 \end_layout
28002
28003 \end_inset
28004
28005
28006 \end_layout
28007
28008 \begin_layout Standard
28009 Das 
28010 \emph on
28011 Mathe
28012 \emph default
28013  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
28014 \end_layout
28015
28016 \begin_layout Subsection
28017 Querverweis-Position
28018 \begin_inset CommandInset label
28019 LatexCommand label
28020 name "uab:Querverweis-Position"
28021
28022 \end_inset
28023
28024
28025 \begin_inset Index idx
28026 range none
28027 pageformat default
28028 status collapsed
28029
28030 \begin_layout Plain Layout
28031 Querverweise
28032 \begin_inset IndexMacro subentry
28033 status open
28034
28035 \begin_layout Plain Layout
28036  Position
28037 \end_layout
28038
28039 \end_inset
28040
28041
28042 \end_layout
28043
28044 \end_inset
28045
28046
28047 \end_layout
28048
28049 \begin_layout Standard
28050 Wenn Sie 
28051 \series bold
28052 hyperref
28053 \series default
28054
28055 \begin_inset Index idx
28056 range none
28057 pageformat default
28058 status collapsed
28059
28060 \begin_layout Plain Layout
28061 \SpecialChar LaTeX
28062 -Pakete
28063 \begin_inset IndexMacro subentry
28064 status open
28065
28066 \begin_layout Plain Layout
28067 hyperref
28068 \end_layout
28069
28070 \end_inset
28071
28072
28073 \end_layout
28074
28075 \end_inset
28076
28077  in den
28078 \family sans
28079  PDF-Eigenschaften
28080 \family default
28081  im 
28082 \family sans
28083 Dokument-Einstellungen
28084 \family default
28085  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
28086  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
28087  und Sie werden das Bild ohne Scrollen nicht sehen.
28088  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
28089  ist.
28090  Wenn Sie das  \SpecialChar LaTeX
28091 -Paket 
28092 \series bold
28093 hypcap
28094 \series default
28095
28096 \begin_inset Index idx
28097 range none
28098 pageformat default
28099 status collapsed
28100
28101 \begin_layout Plain Layout
28102 \SpecialChar LaTeX
28103 -Pakete
28104 \begin_inset IndexMacro subentry
28105 status open
28106
28107 \begin_layout Plain Layout
28108 hypcap
28109 \end_layout
28110
28111 \end_inset
28112
28113
28114 \end_layout
28115
28116 \end_inset
28117
28118 , das Teil des \SpecialChar LaTeX
28119 -Pakets 
28120 \series bold
28121 oberdiek
28122 \series default
28123
28124 \begin_inset Index idx
28125 range none
28126 pageformat default
28127 status collapsed
28128
28129 \begin_layout Plain Layout
28130 \SpecialChar LaTeX
28131 -Pakete
28132 \begin_inset IndexMacro subentry
28133 status open
28134
28135 \begin_layout Plain Layout
28136 oberdiek
28137 \end_layout
28138
28139 \end_inset
28140
28141
28142 \end_layout
28143
28144 \end_inset
28145
28146  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
28147  Aber natürlich müssen Sie auch hier das \SpecialChar LaTeX
28148 -Paket 
28149 \series bold
28150 hypcap
28151 \series default
28152  zunächst in den \SpecialChar LaTeX
28153 -Vorspann laden:
28154 \end_layout
28155
28156 \begin_layout Standard
28157
28158 \series bold
28159
28160 \backslash
28161 usepackage[figure]{hypcap}
28162 \end_layout
28163
28164 \begin_layout Standard
28165 Sie können 
28166 \series bold
28167 hypcap
28168 \series default
28169  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
28170  nicht empfohlen.
28171  Weitere Informationen finden Sie im
28172 \series bold
28173  hypcap
28174 \series default
28175 -Handbuch 
28176 \begin_inset CommandInset citation
28177 LatexCommand cite
28178 key "hypcap"
28179 literal "true"
28180
28181 \end_inset
28182
28183 .
28184 \end_layout
28185
28186 \begin_layout Standard
28187 \begin_inset Note Greyedout
28188 status open
28189
28190 \begin_layout Plain Layout
28191
28192 \series bold
28193 Bemerkung:
28194 \series default
28195  
28196 \series bold
28197 hypcap
28198 \series medium
28199  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
28200 \end_layout
28201
28202 \end_inset
28203
28204
28205 \end_layout
28206
28207 \begin_layout Section
28208 Gleitobjekt-Einstellungen
28209 \begin_inset CommandInset label
28210 LatexCommand label
28211 name "sec:Gleitobjekt-Einstellungen"
28212
28213 \end_inset
28214
28215
28216 \begin_inset Index idx
28217 range none
28218 pageformat default
28219 status open
28220
28221 \begin_layout Plain Layout
28222 Gleitobjekte
28223 \begin_inset IndexMacro subentry
28224 status open
28225
28226 \begin_layout Plain Layout
28227 Einstellungen
28228 \end_layout
28229
28230 \end_inset
28231
28232
28233 \end_layout
28234
28235 \end_inset
28236
28237
28238 \end_layout
28239
28240 \begin_layout Standard
28241 Gleitobjekt-Einstellungen können in \SpecialChar LyX
28242  an zwei Orten vorgenommen werden: In
28243  
28244 \family sans
28245 Dokument\SpecialChar menuseparator
28246 Einstellungen\SpecialChar menuseparator
28247 Gleitobjekt-Einstellungen
28248 \family default
28249  können Sie einige Einstellungen (bezüglich Platzierung auf der Seite und
28250  Ausrichtung der Inhalte) vornehmen, die per Voreinstellung für alle Gleitobjekt
28251 e des Dokuments gelten, so lange Sie nicht die lokalen Einstellungen eines
28252  Gleitobjekts modifizieren.
28253 \end_layout
28254
28255 \begin_layout Standard
28256 Dieses können Sie per Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken
28257  auf 
28258 \family sans
28259 Einstellungen\SpecialChar ldots
28260  
28261 \family default
28262 tun.
28263  Dies öffnet einen Dialog, in dem Sie – nun nur für dieses spezifische Gleitobje
28264 kt –, die globalen Einstellungen modifizieren können.
28265  Außerdem können Sie einige Einstellungen vornehmen, die es nur für einzelne
28266  Gleitobjekte gibt.
28267  All dies beschrieben wir in den folgenden Abschnitten.
28268 \end_layout
28269
28270 \begin_layout Subsection
28271 Gleitobjekt-Platzierung
28272 \begin_inset CommandInset label
28273 LatexCommand label
28274 name "abs:Gleitobjekt-Platzierung"
28275
28276 \end_inset
28277
28278
28279 \begin_inset Index idx
28280 range none
28281 pageformat default
28282 status collapsed
28283
28284 \begin_layout Plain Layout
28285 Gleitobjekte
28286 \begin_inset IndexMacro subentry
28287 status open
28288
28289 \begin_layout Plain Layout
28290 Platzierung
28291 \end_layout
28292
28293 \end_inset
28294
28295
28296 \end_layout
28297
28298 \end_inset
28299
28300
28301 \end_layout
28302
28303 \begin_layout Standard
28304 Sowohl in 
28305 \family sans
28306 Dokument\SpecialChar menuseparator
28307 Einstellungen
28308 \family default
28309  als auch im lokalen Dialog 
28310 \family sans
28311 Einstellungen\SpecialChar ldots
28312
28313 \family default
28314  können Sie den Algorithmus anpassen, den \SpecialChar LaTeX
28315  verwendet, um Gleitobjekte möglichst
28316  gut auf der Seite zu platzieren.
28317  Im ersteren Fall geschieht dies für alle Gleitobjekte, im zweiten nur für
28318  das aktuelle.
28319  Hierfür gibt es die Option 
28320 \family sans
28321 Platzierungseinstellungen
28322 \family default
28323 .
28324  Per Voreinstellung übernimmt \SpecialChar LyX
28325  hier die Einstellungen der Dokumentklasse
28326  (in 
28327 \family sans
28328 Dokument\SpecialChar menuseparator
28329 Einstellungen
28330 \family default
28331  ist die Voreinstellung entsprechend 
28332 \family sans
28333 Klassenvoreinstellung
28334 \family default
28335 , im lokalen Dialog 
28336 \family sans
28337 Dokumentvoreinstellung
28338 \family default
28339 , welches die Einstellung von 
28340 \family sans
28341 Dokument\SpecialChar menuseparator
28342 Einstellungen
28343 \family default
28344  übernimmt).
28345  Wenn Sie das ändern möchten, wählen Sie 
28346 \family sans
28347 Platzierungseinstellungen: Benutzerdefiniert
28348 \family default
28349 .
28350  Danach können Sie eine oder mehrere der folgenden Optionen auswählen:
28351 \end_layout
28352
28353 \begin_layout Description
28354 Hier
28355 \begin_inset space ~
28356 \end_inset
28357
28358 wenn
28359 \begin_inset space ~
28360 \end_inset
28361
28362 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
28363 \end_layout
28364
28365 \begin_layout Description
28366 Anfang
28367 \begin_inset space ~
28368 \end_inset
28369
28370 der
28371 \begin_inset space ~
28372 \end_inset
28373
28374 Seite
28375 \family sans
28376  
28377 \family default
28378 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
28379  Gleitobjekte, die maximal 70
28380 \begin_inset space \thinspace{}
28381 \end_inset
28382
28383 % einer Seite benötigen, dürfen oben platziert werden.
28384  Dies kann durch die Variable 
28385 \series bold
28386
28387 \backslash
28388 topfraction
28389 \series default
28390  im \SpecialChar LaTeX
28391 -Vorspann überschrieben werden, zum Beispiel: 
28392 \end_layout
28393
28394 \begin_deeper
28395 \begin_layout Standard
28396
28397 \series bold
28398
28399 \backslash
28400 renewcommand{
28401 \backslash
28402 topfraction}{0.9}
28403 \family typewriter
28404 \series default
28405  
28406 \end_layout
28407
28408 \end_deeper
28409 \begin_layout Description
28410 Ende
28411 \begin_inset space ~
28412 \end_inset
28413
28414 der
28415 \begin_inset space ~
28416 \end_inset
28417
28418 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
28419  Gleitobjekte, die maximal 30
28420 \begin_inset space \thinspace{}
28421 \end_inset
28422
28423 % einer Seite benötigen, dürfen unten platziert werden.
28424  Dies kann durch die Variable 
28425 \series bold
28426
28427 \backslash
28428 bottomfraction
28429 \series default
28430  im \SpecialChar LaTeX
28431 -Vorspann überschrieben werden, zum Beispiel setzt 
28432 \end_layout
28433
28434 \begin_deeper
28435 \begin_layout Standard
28436
28437 \series bold
28438
28439 \backslash
28440 renewcommand{
28441 \backslash
28442 bottomfraction}{0.5}
28443 \end_layout
28444
28445 \begin_layout Standard
28446 die oftmals zu kleine untere Grenze auf 50
28447 \begin_inset space \thinspace{}
28448 \end_inset
28449
28450 %.
28451 \end_layout
28452
28453 \end_deeper
28454 \begin_layout Description
28455 Seite
28456 \begin_inset space ~
28457 \end_inset
28458
28459 mit
28460 \begin_inset space ~
28461 \end_inset
28462
28463 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
28464  Nur wenn mehr als 50
28465 \begin_inset space \thinspace{}
28466 \end_inset
28467
28468 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
28469  Gleitobjekte bereitgestellt.
28470  Dies kann durch die Variable 
28471 \series bold
28472
28473 \backslash
28474 floatpagefraction 
28475 \series default
28476 im \SpecialChar LaTeX
28477 -Vorspann überschrieben werden.
28478 \end_layout
28479
28480 \begin_layout Standard
28481 Die Reihenfolge der obigen Optionen wird 
28482 \emph on
28483 immer
28484 \emph default
28485  von \SpecialChar LaTeX
28486  verwendet.
28487  Das heißt wenn Sie die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
28488  zuerst versuchen
28489  
28490 \family sans
28491 Hier
28492 \begin_inset space \space{}
28493 \end_inset
28494
28495 wenn
28496 \begin_inset space \space{}
28497 \end_inset
28498
28499 möglich
28500 \family default
28501 , dann 
28502 \family sans
28503 Anfang
28504 \begin_inset space ~
28505 \end_inset
28506
28507 der
28508 \begin_inset space ~
28509 \end_inset
28510
28511 Seite
28512 \family default
28513  und dann die anderen Optionen anzuwenden.
28514  Wenn Sie nicht die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
28515  nur die von Ihnen
28516  gewählten Optionen versuchen anzuwenden, aber immer in derselben Reihenfolge.
28517  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
28518 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
28519 \end_layout
28520
28521 \begin_layout Standard
28522 Die Option 
28523 \family sans
28524 Hier,
28525 \begin_inset space ~
28526 \end_inset
28527
28528 auf
28529 \begin_inset space ~
28530 \end_inset
28531
28532 jeden
28533 \begin_inset space ~
28534 \end_inset
28535
28536 Fall
28537 \family default
28538  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
28539  fast druckreif ist.
28540  Denn mit der Option kann das Objekt nicht mehr 
28541 \emph on
28542 gleiten
28543 \emph default
28544 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
28545  oftmals zerstört.
28546 \end_layout
28547
28548 \begin_layout Standard
28549 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
28550  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
28551 \begin_inset VSpace bigskip
28552 \end_inset
28553
28554
28555 \end_layout
28556
28557 \begin_layout Standard
28558 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
28559 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
28560  das Gleitobjekt sei Teil des vorherigen Abschnitts.
28561  Das kann mit dem \SpecialChar LaTeX
28562 -Befehl
28563 \series bold
28564  
28565 \backslash
28566 suppressfloats
28567 \series default
28568  verhindert werden.
28569  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
28570  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
28571  gesetzt wird.
28572  Dazu müssen Sie im \SpecialChar LaTeX
28573 -Vorspann folgende Befehle einfügen:
28574 \end_layout
28575
28576 \begin_layout Standard
28577
28578 \series bold
28579
28580 \backslash
28581 let
28582 \backslash
28583 meinAbschnitt
28584 \backslash
28585 section
28586 \begin_inset Newline newline
28587 \end_inset
28588
28589
28590 \backslash
28591 renewcommand{
28592 \backslash
28593 section}{
28594 \backslash
28595 suppressfloats[t]
28596 \backslash
28597 meinAbschnitt}
28598 \end_layout
28599
28600 \begin_layout Standard
28601 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
28602  Unterabschnitten festlegen.
28603  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
28604  \SpecialChar LaTeX
28605  Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
28606 \end_layout
28607
28608 \begin_layout Standard
28609 Es gibt auch noch das \SpecialChar LaTeX
28610 -Paket 
28611 \series bold
28612 flafter
28613 \series default
28614
28615 \begin_inset Index idx
28616 range none
28617 pageformat default
28618 status collapsed
28619
28620 \begin_layout Plain Layout
28621 \SpecialChar LaTeX
28622 -Pakete
28623 \begin_inset IndexMacro subentry
28624 status open
28625
28626 \begin_layout Plain Layout
28627 flafter
28628 \end_layout
28629
28630 \end_inset
28631
28632
28633 \end_layout
28634
28635 \end_inset
28636
28637  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
28638  gedruckt wird.
28639 \end_layout
28640
28641 \begin_layout Standard
28642 \begin_inset VSpace bigskip
28643 \end_inset
28644
28645 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
28646  Dafür gibt es das \SpecialChar LaTeX
28647 -Paket 
28648 \series bold
28649 endfloat
28650 \series default
28651
28652 \begin_inset Index idx
28653 range none
28654 pageformat default
28655 status collapsed
28656
28657 \begin_layout Plain Layout
28658 \SpecialChar LaTeX
28659 -Pakete
28660 \begin_inset IndexMacro subentry
28661 status open
28662
28663 \begin_layout Plain Layout
28664 endfloat
28665 \end_layout
28666
28667 \end_inset
28668
28669
28670 \end_layout
28671
28672 \end_inset
28673
28674 .
28675  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
28676  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
28677  
28678 \family sans
28679
28680 \begin_inset Quotes gld
28681 \end_inset
28682
28683 [Abbildung
28684 \begin_inset space ~
28685 \end_inset
28686
28687 3.2 ist ungefähr hier.]
28688 \family default
28689
28690 \begin_inset Quotes grd
28691 \end_inset
28692
28693  finden.
28694  Das 
28695 \series bold
28696 endfloat
28697 \series default
28698 -Paket wird mit folgendem Befehl in den \SpecialChar LaTeX
28699 -Vorspann eingefügt:
28700 \end_layout
28701
28702 \begin_layout Standard
28703
28704 \series bold
28705
28706 \backslash
28707 usepackage[Optionen]{endfloat}
28708 \end_layout
28709
28710 \begin_layout Standard
28711 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
28712  Tabellen-Abschnitte, die Sie in der 
28713 \series bold
28714 endfloat
28715 \series default
28716 -Dokumentation 
28717 \begin_inset CommandInset citation
28718 LatexCommand cite
28719 key "endfloat"
28720 literal "true"
28721
28722 \end_inset
28723
28724  nachlesen können.
28725 \begin_inset Newline newline
28726 \end_inset
28727
28728
28729 \begin_inset Note Greyedout
28730 status open
28731
28732 \begin_layout Plain Layout
28733
28734 \series bold
28735 Bemerkung
28736 \begin_inset space ~
28737 \end_inset
28738
28739 1: endfloat
28740 \series default
28741  übersetzt den Hinweistext nicht automatisch.
28742  Abschnitt
28743 \begin_inset space ~
28744 \end_inset
28745
28746 4 in 
28747 \begin_inset CommandInset citation
28748 LatexCommand cite
28749 key "endfloat"
28750 literal "true"
28751
28752 \end_inset
28753
28754  beschreibt, wie es geht.
28755 \end_layout
28756
28757 \end_inset
28758
28759
28760 \end_layout
28761
28762 \begin_layout Standard
28763 \begin_inset Note Greyedout
28764 status open
28765
28766 \begin_layout Plain Layout
28767
28768 \series bold
28769 Bemerkung
28770 \begin_inset space ~
28771 \end_inset
28772
28773 2: 
28774 \series default
28775 Die aktuelle Version von 
28776 \series bold
28777 endfloat
28778 \series default
28779  hat einen Fehler, wenn die Überschrift ein 
28780 \begin_inset Quotes gld
28781 \end_inset
28782
28783 ß
28784 \begin_inset Quotes grd
28785 \end_inset
28786
28787  enthält.
28788  Sie müssen stattdessen den Befehl 
28789 \series bold
28790
28791 \backslash
28792 ss
28793 \series default
28794  als \SpecialChar TeX
28795 -Code benutzen.
28796 \end_layout
28797
28798 \end_inset
28799
28800
28801 \end_layout
28802
28803 \begin_layout Standard
28804 \begin_inset VSpace bigskip
28805 \end_inset
28806
28807 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in \SpecialChar LaTeX
28808 -Büchern
28809  wie 
28810 \begin_inset CommandInset citation
28811 LatexCommand cite
28812 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
28813 literal "true"
28814
28815 \end_inset
28816
28817 .
28818 \end_layout
28819
28820 \begin_layout Subsection
28821 Ausrichtung des Inhalts
28822 \end_layout
28823
28824 \begin_layout Standard
28825 In dieser Liste von Optionen können Sie festlegen, wie die Inhalte eines
28826  Gleitobjekts (oder aller Gleitobjekte, wenn Sie das in 
28827 \family sans
28828 Dokument\SpecialChar menuseparator
28829 Einstellungen
28830 \family default
28831  festlegen), horizontal ausgerichtet werden.
28832  
28833 \family sans
28834 Klassenvoreinstellung
28835 \family default
28836  bedeutet, dass die Ausrichtung, wie Sie in der Klasse (bzw.
28837  von \SpecialChar LaTeX
28838 ) für Gleitobjekte voreingestellt ist, übernommen wird.
28839  
28840 \family sans
28841 Dokumentvoreinstellung
28842 \family default
28843  (nur im lokalen Dialog Gleitobjekt-Einstellungen sichtbar, nicht in 
28844 \family sans
28845 Dokument\SpecialChar menuseparator
28846 Einstellungen
28847 \family default
28848 ) übernimmt die Einstellungen aus 
28849 \family sans
28850 Dokument\SpecialChar menuseparator
28851 Einstellungen
28852 \family default
28853  (standardmäßig sind das ebenfalls die Klassenvoreinstellungen).
28854  Die anderen drei Optionen, 
28855 \family sans
28856 Links
28857 \family default
28858
28859 \family sans
28860 Rechts
28861 \family default
28862  und 
28863 \family sans
28864 Zentriert
28865 \family default
28866 , sind selbsterklärend.
28867  Wenn eine dieser drei in 
28868 \family sans
28869 Dokument\SpecialChar menuseparator
28870 Einstellungen\SpecialChar menuseparator
28871 Gleitobjekt-Einstellungen
28872 \family default
28873  gewählt wurde, werden alle Gleitobjekte standardmäßig so ausgerichtet (es
28874  ist also recht einfach, beispielsweise alle Gleitobjekte zentriert auszurichten
28875 ).
28876 \end_layout
28877
28878 \begin_layout Subsection
28879 Weitere Optionen
28880 \end_layout
28881
28882 \begin_layout Standard
28883 Diese Optionen sind nur im lokalen Dialog Gleitobjekt-Einstellungen sichtbar,
28884  nicht in 
28885 \family sans
28886 Dokument\SpecialChar menuseparator
28887 Einstellungen
28888 \family default
28889 .
28890 \end_layout
28891
28892 \begin_layout Standard
28893 Die Option 
28894 \family sans
28895 Spalten
28896 \begin_inset space ~
28897 \end_inset
28898
28899 überspannen
28900 \family default
28901  ist bei zweispaltigen Dokumenten sinnvoll.
28902  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
28903 \end_layout
28904
28905 \begin_layout Standard
28906 Die Option 
28907 \family sans
28908 Seitwärts
28909 \begin_inset space ~
28910 \end_inset
28911
28912 drehen
28913 \family default
28914  ist in Abschnitt 
28915 \begin_inset CommandInset ref
28916 LatexCommand ref
28917 reference "abs:Gedrehte-Gleitobjekte"
28918
28919 \end_inset
28920
28921  beschrieben.
28922 \end_layout
28923
28924 \begin_layout Section
28925 Gedrehte Gleitobjekte
28926 \begin_inset CommandInset label
28927 LatexCommand label
28928 name "abs:Gedrehte-Gleitobjekte"
28929
28930 \end_inset
28931
28932
28933 \begin_inset Index idx
28934 range none
28935 pageformat default
28936 status collapsed
28937
28938 \begin_layout Plain Layout
28939 Gleitobjekte
28940 \begin_inset IndexMacro subentry
28941 status open
28942
28943 \begin_layout Plain Layout
28944 drehen
28945 \end_layout
28946
28947 \end_inset
28948
28949
28950 \end_layout
28951
28952 \end_inset
28953
28954
28955 \end_layout
28956
28957 \begin_layout Standard
28958 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
28959 t drehen.
28960  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
28961  und die Option 
28962 \family sans
28963 Seitwärts
28964 \begin_inset space ~
28965 \end_inset
28966
28967 drehen
28968 \family default
28969  wählen.
28970 \end_layout
28971
28972 \begin_layout Standard
28973 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
28974  sie ein mehrspaltiges Dokument haben) gedruckt.
28975  Sie können mehrere Spalten überspannen, wenn die Option 
28976 \family sans
28977 Spalten
28978 \begin_inset space ~
28979 \end_inset
28980
28981 überspannen
28982 \family default
28983  in den Gleitobjekt Einstellungen gewählt ist.
28984  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
28985  werden können.
28986  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
28987  Option 
28988 \series bold
28989 figuresleft
28990 \series default
28991  oder 
28992 \series bold
28993 figuresright
28994 \series default
28995  zu den Dokumentklassen-Optionen hinzu.
28996 \end_layout
28997
28998 \begin_layout Standard
28999 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
29000  Tabelle
29001 \begin_inset space ~
29002 \end_inset
29003
29004
29005 \begin_inset CommandInset ref
29006 LatexCommand ref
29007 reference "tab:Gedrehte-Tabelle"
29008
29009 \end_inset
29010
29011  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
29012 \end_layout
29013
29014 \begin_layout Standard
29015 \begin_inset Note Greyedout
29016 status open
29017
29018 \begin_layout Plain Layout
29019
29020 \series bold
29021 Bemerkung:
29022 \series default
29023  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
29024 \end_layout
29025
29026 \end_inset
29027
29028
29029 \end_layout
29030
29031 \begin_layout Standard
29032 \begin_inset Float table
29033 placement document
29034 alignment document
29035 wide false
29036 sideways true
29037 status open
29038
29039 \begin_layout Plain Layout
29040 \begin_inset Caption Standard
29041
29042 \begin_layout Plain Layout
29043 \begin_inset CommandInset label
29044 LatexCommand label
29045 name "tab:Gedrehte-Tabelle"
29046
29047 \end_inset
29048
29049 Gedrehte Tabelle
29050 \end_layout
29051
29052 \end_inset
29053
29054
29055 \end_layout
29056
29057 \begin_layout Plain Layout
29058 \align center
29059 \begin_inset Tabular
29060 <lyxtabular version="3" rows="1" columns="5">
29061 <features tabularvalignment="middle">
29062 <column alignment="center" valignment="top">
29063 <column alignment="center" valignment="top">
29064 <column alignment="center" valignment="top">
29065 <column alignment="center" valignment="top">
29066 <column alignment="center" valignment="top">
29067 <row>
29068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29069 \begin_inset Text
29070
29071 \begin_layout Plain Layout
29072 Test
29073 \end_layout
29074
29075 \end_inset
29076 </cell>
29077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29078 \begin_inset Text
29079
29080 \begin_layout Plain Layout
29081 b
29082 \end_layout
29083
29084 \end_inset
29085 </cell>
29086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29087 \begin_inset Text
29088
29089 \begin_layout Plain Layout
29090 c
29091 \end_layout
29092
29093 \end_inset
29094 </cell>
29095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29096 \begin_inset Text
29097
29098 \begin_layout Plain Layout
29099 d
29100 \end_layout
29101
29102 \end_inset
29103 </cell>
29104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29105 \begin_inset Text
29106
29107 \begin_layout Plain Layout
29108 e
29109 \end_layout
29110
29111 \end_inset
29112 </cell>
29113 </row>
29114 </lyxtabular>
29115
29116 \end_inset
29117
29118
29119 \end_layout
29120
29121 \end_inset
29122
29123
29124 \end_layout
29125
29126 \begin_layout Section
29127 Untergleitobjekte
29128 \begin_inset Index idx
29129 range none
29130 pageformat default
29131 status collapsed
29132
29133 \begin_layout Plain Layout
29134 Gleitobjekte
29135 \begin_inset IndexMacro subentry
29136 status open
29137
29138 \begin_layout Plain Layout
29139 Untergleitobjekte
29140 \end_layout
29141
29142 \end_inset
29143
29144
29145 \end_layout
29146
29147 \end_inset
29148
29149
29150 \end_layout
29151
29152 \begin_layout Standard
29153 Untergleitobjekte werden z.
29154 \begin_inset space \thinspace{}
29155 \end_inset
29156
29157 B.
29158  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
29159  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
29160  eingefügt wird.
29161  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
29162  in Tabelle
29163 \begin_inset space ~
29164 \end_inset
29165
29166
29167 \begin_inset CommandInset ref
29168 LatexCommand ref
29169 reference "tab:Untertabellen-nebeneinander"
29170
29171 \end_inset
29172
29173  und 
29174 \begin_inset CommandInset ref
29175 LatexCommand ref
29176 reference "tab:Untertabellen-übereinander"
29177
29178 \end_inset
29179
29180 .
29181 \end_layout
29182
29183 \begin_layout Standard
29184 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
29185 \begin_inset space ~
29186 \end_inset
29187
29188
29189 \begin_inset CommandInset ref
29190 LatexCommand ref
29191 reference "tab:Untertabelle-a"
29192
29193 \end_inset
29194
29195  und 
29196 \begin_inset CommandInset ref
29197 LatexCommand ref
29198 reference "tab:Untertabelle-b"
29199
29200 \end_inset
29201
29202  sind Untertabellen von Tabelle
29203 \begin_inset space ~
29204 \end_inset
29205
29206
29207 \begin_inset CommandInset ref
29208 LatexCommand ref
29209 reference "tab:Untertabellen-nebeneinander"
29210
29211 \end_inset
29212
29213 .
29214 \end_layout
29215
29216 \begin_layout Standard
29217 \begin_inset Float table
29218 placement document
29219 alignment document
29220 wide false
29221 sideways false
29222 status open
29223
29224 \begin_layout Plain Layout
29225 \begin_inset Caption Standard
29226
29227 \begin_layout Plain Layout
29228 \begin_inset CommandInset label
29229 LatexCommand label
29230 name "tab:Untertabellen-nebeneinander"
29231
29232 \end_inset
29233
29234 Zwei Untertabellen nebeneinander.
29235 \end_layout
29236
29237 \end_inset
29238
29239
29240 \end_layout
29241
29242 \begin_layout Plain Layout
29243 \align center
29244 \begin_inset space \hfill{}
29245 \end_inset
29246
29247
29248 \begin_inset Float table
29249 placement document
29250 alignment document
29251 wide false
29252 sideways false
29253 status collapsed
29254
29255 \begin_layout Plain Layout
29256 \begin_inset Caption Standard
29257
29258 \begin_layout Plain Layout
29259 \begin_inset CommandInset label
29260 LatexCommand label
29261 name "tab:Untertabelle-a"
29262
29263 \end_inset
29264
29265 Dies ist Untertabelle a.
29266 \end_layout
29267
29268 \end_inset
29269
29270
29271 \end_layout
29272
29273 \begin_layout Plain Layout
29274 \align center
29275 \begin_inset Tabular
29276 <lyxtabular version="3" rows="1" columns="5">
29277 <features tabularvalignment="middle">
29278 <column alignment="center" valignment="top">
29279 <column alignment="center" valignment="top">
29280 <column alignment="center" valignment="top">
29281 <column alignment="center" valignment="top">
29282 <column alignment="center" valignment="top">
29283 <row>
29284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29285 \begin_inset Text
29286
29287 \begin_layout Plain Layout
29288 Test
29289 \end_layout
29290
29291 \end_inset
29292 </cell>
29293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29294 \begin_inset Text
29295
29296 \begin_layout Plain Layout
29297 b
29298 \end_layout
29299
29300 \end_inset
29301 </cell>
29302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29303 \begin_inset Text
29304
29305 \begin_layout Plain Layout
29306 c
29307 \end_layout
29308
29309 \end_inset
29310 </cell>
29311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29312 \begin_inset Text
29313
29314 \begin_layout Plain Layout
29315 d
29316 \end_layout
29317
29318 \end_inset
29319 </cell>
29320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29321 \begin_inset Text
29322
29323 \begin_layout Plain Layout
29324 e
29325 \end_layout
29326
29327 \end_inset
29328 </cell>
29329 </row>
29330 </lyxtabular>
29331
29332 \end_inset
29333
29334
29335 \end_layout
29336
29337 \end_inset
29338
29339
29340 \begin_inset space \hfill{}
29341 \end_inset
29342
29343
29344 \begin_inset Float table
29345 placement document
29346 alignment document
29347 wide false
29348 sideways false
29349 status collapsed
29350
29351 \begin_layout Plain Layout
29352 \begin_inset Caption Standard
29353
29354 \begin_layout Plain Layout
29355 \begin_inset CommandInset label
29356 LatexCommand label
29357 name "tab:Untertabelle-b"
29358
29359 \end_inset
29360
29361 Dies ist Untertabelle b.
29362 \end_layout
29363
29364 \end_inset
29365
29366
29367 \end_layout
29368
29369 \begin_layout Plain Layout
29370 \align center
29371 \begin_inset Tabular
29372 <lyxtabular version="3" rows="1" columns="5">
29373 <features tabularvalignment="middle">
29374 <column alignment="center" valignment="top">
29375 <column alignment="center" valignment="top">
29376 <column alignment="center" valignment="top">
29377 <column alignment="center" valignment="top">
29378 <column alignment="center" valignment="top">
29379 <row>
29380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29381 \begin_inset Text
29382
29383 \begin_layout Plain Layout
29384 e
29385 \end_layout
29386
29387 \end_inset
29388 </cell>
29389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29390 \begin_inset Text
29391
29392 \begin_layout Plain Layout
29393 d
29394 \end_layout
29395
29396 \end_inset
29397 </cell>
29398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29399 \begin_inset Text
29400
29401 \begin_layout Plain Layout
29402 c
29403 \end_layout
29404
29405 \end_inset
29406 </cell>
29407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29408 \begin_inset Text
29409
29410 \begin_layout Plain Layout
29411 b
29412 \end_layout
29413
29414 \end_inset
29415 </cell>
29416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29417 \begin_inset Text
29418
29419 \begin_layout Plain Layout
29420 Test
29421 \end_layout
29422
29423 \end_inset
29424 </cell>
29425 </row>
29426 </lyxtabular>
29427
29428 \end_inset
29429
29430
29431 \end_layout
29432
29433 \end_inset
29434
29435
29436 \begin_inset space \hfill{}
29437 \end_inset
29438
29439
29440 \end_layout
29441
29442 \end_inset
29443
29444
29445 \end_layout
29446
29447 \begin_layout Standard
29448 \begin_inset Float table
29449 placement document
29450 alignment document
29451 wide false
29452 sideways false
29453 status open
29454
29455 \begin_layout Plain Layout
29456 \begin_inset Caption Standard
29457
29458 \begin_layout Plain Layout
29459 \begin_inset CommandInset label
29460 LatexCommand label
29461 name "tab:Untertabellen-übereinander"
29462
29463 \end_inset
29464
29465 Zwei Untertabellen übereinander.
29466  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
29467 \end_layout
29468
29469 \end_inset
29470
29471
29472 \end_layout
29473
29474 \begin_layout Plain Layout
29475 \align center
29476 \begin_inset Float table
29477 placement document
29478 alignment document
29479 wide false
29480 sideways false
29481 status collapsed
29482
29483 \begin_layout Plain Layout
29484 \begin_inset Caption Standard
29485
29486 \begin_layout Plain Layout
29487
29488 \end_layout
29489
29490 \end_inset
29491
29492
29493 \end_layout
29494
29495 \begin_layout Plain Layout
29496 \align center
29497 \begin_inset Tabular
29498 <lyxtabular version="3" rows="1" columns="4">
29499 <features tabularvalignment="middle">
29500 <column alignment="center" valignment="top">
29501 <column alignment="center" valignment="top">
29502 <column alignment="center" valignment="top">
29503 <column alignment="center" valignment="top">
29504 <row>
29505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29506 \begin_inset Text
29507
29508 \begin_layout Plain Layout
29509 Test
29510 \end_layout
29511
29512 \end_inset
29513 </cell>
29514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29515 \begin_inset Text
29516
29517 \begin_layout Plain Layout
29518 Test
29519 \end_layout
29520
29521 \end_inset
29522 </cell>
29523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29524 \begin_inset Text
29525
29526 \begin_layout Plain Layout
29527 Test
29528 \end_layout
29529
29530 \end_inset
29531 </cell>
29532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29533 \begin_inset Text
29534
29535 \begin_layout Plain Layout
29536 Test
29537 \end_layout
29538
29539 \end_inset
29540 </cell>
29541 </row>
29542 </lyxtabular>
29543
29544 \end_inset
29545
29546
29547 \end_layout
29548
29549 \end_inset
29550
29551
29552 \end_layout
29553
29554 \begin_layout Plain Layout
29555 \align center
29556 \begin_inset Float table
29557 placement document
29558 alignment document
29559 wide false
29560 sideways false
29561 status collapsed
29562
29563 \begin_layout Plain Layout
29564 \begin_inset Caption Standard
29565
29566 \begin_layout Plain Layout
29567
29568 \end_layout
29569
29570 \end_inset
29571
29572
29573 \end_layout
29574
29575 \begin_layout Plain Layout
29576 \align center
29577 \begin_inset Tabular
29578 <lyxtabular version="3" rows="1" columns="5">
29579 <features tabularvalignment="middle">
29580 <column alignment="center" valignment="top">
29581 <column alignment="center" valignment="top">
29582 <column alignment="center" valignment="top">
29583 <column alignment="center" valignment="top">
29584 <column alignment="center" valignment="top">
29585 <row>
29586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29587 \begin_inset Text
29588
29589 \begin_layout Plain Layout
29590 a
29591 \end_layout
29592
29593 \end_inset
29594 </cell>
29595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29596 \begin_inset Text
29597
29598 \begin_layout Plain Layout
29599 b
29600 \end_layout
29601
29602 \end_inset
29603 </cell>
29604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29605 \begin_inset Text
29606
29607 \begin_layout Plain Layout
29608 c
29609 \end_layout
29610
29611 \end_inset
29612 </cell>
29613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29614 \begin_inset Text
29615
29616 \begin_layout Plain Layout
29617 d
29618 \end_layout
29619
29620 \end_inset
29621 </cell>
29622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29623 \begin_inset Text
29624
29625 \begin_layout Plain Layout
29626 e
29627 \end_layout
29628
29629 \end_inset
29630 </cell>
29631 </row>
29632 </lyxtabular>
29633
29634 \end_inset
29635
29636
29637 \end_layout
29638
29639 \end_inset
29640
29641
29642 \end_layout
29643
29644 \end_inset
29645
29646
29647 \end_layout
29648
29649 \begin_layout Section
29650 Gleitobjekte nebeneinander
29651 \begin_inset Index idx
29652 range none
29653 pageformat default
29654 status collapsed
29655
29656 \begin_layout Plain Layout
29657 Gleitobjekte
29658 \begin_inset IndexMacro subentry
29659 status open
29660
29661 \begin_layout Plain Layout
29662 nebeneinander
29663 \end_layout
29664
29665 \end_inset
29666
29667
29668 \end_layout
29669
29670 \end_inset
29671
29672
29673 \end_layout
29674
29675 \begin_layout Standard
29676 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
29677 \begin_inset space ~
29678 \end_inset
29679
29680
29681 \begin_inset CommandInset ref
29682 LatexCommand ref
29683 reference "abb:Gleitobjekt-links"
29684
29685 \end_inset
29686
29687  und 
29688 \begin_inset CommandInset ref
29689 LatexCommand ref
29690 reference "abb:Gleitobjekt-rechts"
29691
29692 \end_inset
29693
29694  wird nur 
29695 \emph on
29696 ein
29697 \emph default
29698  Gleitobjekt verwendet.
29699  In dieses werden zwei Minipage Boxen eingefügt.
29700 \begin_inset Foot
29701 status collapsed
29702
29703 \begin_layout Plain Layout
29704 Minipages sind in Abschnitt
29705 \begin_inset space ~
29706 \end_inset
29707
29708
29709 \begin_inset CommandInset ref
29710 LatexCommand ref
29711 reference "abs:Minipage"
29712
29713 \end_inset
29714
29715  erklärt.
29716 \end_layout
29717
29718 \end_inset
29719
29720  Die Breite wird für jede Minipage auf 45
29721 \begin_inset space \thinspace{}
29722 \end_inset
29723
29724 -50
29725 \begin_inset space \thinspace{}
29726 \end_inset
29727
29728 Spalten% und die Box Ausrichtung auf 
29729 \family sans
29730 Unten
29731 \family default
29732  gesetzt.
29733  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
29734  Gleitobjekt.
29735  Der einzige Unterschied ist, dass die Bildeinheit 
29736 \family sans
29737 Spaltenbreite
29738 \begin_inset space ~
29739 \end_inset
29740
29741 %
29742 \family default
29743  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
29744 \end_layout
29745
29746 \begin_layout Standard
29747 \begin_inset Float figure
29748 placement document
29749 alignment document
29750 wide false
29751 sideways false
29752 status open
29753
29754 \begin_layout Plain Layout
29755 \begin_inset Box Frameless
29756 position "b"
29757 hor_pos "c"
29758 has_inner_box 1
29759 inner_pos "t"
29760 use_parbox 0
29761 use_makebox 0
29762 width "45col%"
29763 special "none"
29764 height "1in"
29765 height_special "totalheight"
29766 thickness "0.4pt"
29767 separation "3pt"
29768 shadowsize "4pt"
29769 framecolor "black"
29770 backgroundcolor "none"
29771 status open
29772
29773 \begin_layout Plain Layout
29774 \align center
29775 \begin_inset Graphics
29776         filename ../clipart/2D-intensity-plot.pdf
29777         width 100col%
29778         scaleBeforeRotation
29779
29780 \end_inset
29781
29782
29783 \end_layout
29784
29785 \begin_layout Plain Layout
29786 \begin_inset Caption Standard
29787
29788 \begin_layout Plain Layout
29789 \begin_inset CommandInset label
29790 LatexCommand label
29791 name "abb:Gleitobjekt-links"
29792
29793 \end_inset
29794
29795 Gleitobjekt auf der linken Seite.
29796 \end_layout
29797
29798 \end_inset
29799
29800
29801 \end_layout
29802
29803 \end_inset
29804
29805
29806 \begin_inset space \hfill{}
29807 \end_inset
29808
29809
29810 \begin_inset Box Frameless
29811 position "b"
29812 hor_pos "c"
29813 has_inner_box 1
29814 inner_pos "t"
29815 use_parbox 0
29816 use_makebox 0
29817 width "45col%"
29818 special "none"
29819 height "1in"
29820 height_special "totalheight"
29821 thickness "0.4pt"
29822 separation "3pt"
29823 shadowsize "4pt"
29824 framecolor "black"
29825 backgroundcolor "none"
29826 status open
29827
29828 \begin_layout Plain Layout
29829 \align center
29830 \begin_inset Graphics
29831         filename ../clipart/Star-structure.pdf
29832         width 100col%
29833         scaleBeforeRotation
29834
29835 \end_inset
29836
29837
29838 \end_layout
29839
29840 \begin_layout Plain Layout
29841 \begin_inset Caption Standard
29842
29843 \begin_layout Plain Layout
29844 \begin_inset CommandInset label
29845 LatexCommand label
29846 name "abb:Gleitobjekt-rechts"
29847
29848 \end_inset
29849
29850 Gleitobjekt auf der rechten Seite.
29851 \end_layout
29852
29853 \end_inset
29854
29855
29856 \end_layout
29857
29858 \end_inset
29859
29860
29861 \end_layout
29862
29863 \end_inset
29864
29865
29866 \end_layout
29867
29868 \begin_layout Standard
29869 Eine alternative und einfachere Methode ist, das Modul 
29870 \family sans
29871 Breitenvariable
29872 \begin_inset space ~
29873 \end_inset
29874
29875 Minipages
29876 \family default
29877  zu verwenden, siehe Abschnitt
29878 \begin_inset space ~
29879 \end_inset
29880
29881
29882 \begin_inset CommandInset ref
29883 LatexCommand ref
29884 reference "abs:Minipage"
29885
29886 \end_inset
29887
29888 .
29889  Breitenvariable Minipages berücksichtigen die Breite der Abbildungen und
29890  Tabellen automatisch, so dass keine explizite Breite angegeben werden muss.
29891  Die \SpecialChar LyX
29892 -Beispieldatei 
29893 \emph on
29894 varwidth-floats-side-by-side
29895 \emph default
29896  zeigt ein paar Beispiele.
29897 \end_layout
29898
29899 \begin_layout Section
29900 Beschriftungs-Formatierung
29901 \begin_inset CommandInset label
29902 LatexCommand label
29903 name "abs:Titel-Formatierung"
29904
29905 \end_inset
29906
29907
29908 \begin_inset Index idx
29909 range none
29910 pageformat default
29911 status collapsed
29912
29913 \begin_layout Plain Layout
29914 Gleitobjekte
29915 \begin_inset IndexMacro subentry
29916 status open
29917
29918 \begin_layout Plain Layout
29919 Beschriftung
29920 \end_layout
29921
29922 \end_inset
29923
29924
29925 \begin_inset IndexMacro subentry
29926 status open
29927
29928 \begin_layout Plain Layout
29929 Formatierung
29930 \end_layout
29931
29932 \end_inset
29933
29934
29935 \end_layout
29936
29937 \end_inset
29938
29939
29940 \end_layout
29941
29942 \begin_layout Standard
29943
29944 \family sans
29945 Legende
29946 \family default
29947  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
29948  In \SpecialChar LyX
29949  sehen Titel so aus:  
29950 \family sans
29951
29952 \begin_inset Quotes gld
29953 \end_inset
29954
29955 Abbildung xyz:
29956 \family default
29957
29958 \begin_inset Quotes grd
29959 \end_inset
29960
29961 , gefolgt vom Beschriftungstext, wobei 
29962 \family sans
29963 xyz
29964 \family default
29965  die von \SpecialChar LyX
29966  vergebene Nummer ist.
29967  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
29968  gedruckt.
29969  Dieses Format ist für die meisten aber nicht alle Dokumente geeignet.
29970 \end_layout
29971
29972 \begin_layout Standard
29973 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das \SpecialChar LaTeX
29974 -Paket
29975  
29976 \series bold
29977 caption
29978 \series default
29979
29980 \begin_inset Index idx
29981 range none
29982 pageformat default
29983 status collapsed
29984
29985 \begin_layout Plain Layout
29986 \SpecialChar LaTeX
29987 -Pakete
29988 \begin_inset IndexMacro subentry
29989 status open
29990
29991 \begin_layout Plain Layout
29992 caption
29993 \end_layout
29994
29995 \end_inset
29996
29997
29998 \end_layout
29999
30000 \end_inset
30001
30002  in den \SpecialChar LaTeX
30003 -Vorspann laden:
30004 \end_layout
30005
30006 \begin_layout Standard
30007
30008 \series bold
30009
30010 \backslash
30011 usepackage[Format-Definition]{caption}
30012 \end_layout
30013
30014 \begin_layout Standard
30015 Soll zum Beispiel Name und Nummer serifenlos und fett gedruckt werden und
30016  die Beschriftung immer über der Tabelle stehen, müssen Sie folgenden Befehl
30017  verwenden:
30018 \end_layout
30019
30020 \begin_layout Standard
30021
30022 \series bold
30023
30024 \backslash
30025 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
30026 \end_layout
30027
30028 \begin_layout Standard
30029 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
30030  definieren.
30031  Dazu laden Sie das 
30032 \series bold
30033 caption
30034 \series default
30035 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
30036  dem Befehl
30037 \end_layout
30038
30039 \begin_layout Standard
30040
30041 \series bold
30042
30043 \backslash
30044 captionsetup[Gleitobjekt-Typ]{Format-Definition}
30045 \end_layout
30046
30047 \begin_layout Standard
30048 Für Abbildung
30049 \begin_inset space ~
30050 \end_inset
30051
30052
30053 \begin_inset CommandInset ref
30054 LatexCommand ref
30055 reference "abb:Langer-Abb-Titel"
30056
30057 \end_inset
30058
30059  und Tabelle
30060 \begin_inset space ~
30061 \end_inset
30062
30063
30064 \begin_inset CommandInset ref
30065 LatexCommand ref
30066 reference "tab:Langer-Tab-Titel"
30067
30068 \end_inset
30069
30070  können die Beschriftungen mit folgenden Befehlen im \SpecialChar LaTeX
30071 -Vorspann definiert
30072  werden:
30073 \end_layout
30074
30075 \begin_layout Standard
30076
30077 \series bold
30078
30079 \backslash
30080 usepackage[tableposition=top]{caption}
30081 \begin_inset Newline newline
30082 \end_inset
30083
30084
30085 \backslash
30086 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
30087 \begin_inset Newline newline
30088 \end_inset
30089
30090
30091 \begin_inset Phantom HPhantom
30092 status open
30093
30094 \begin_layout Plain Layout
30095
30096 \series bold
30097
30098 \backslash
30099 captionsetup[figure]{
30100 \end_layout
30101
30102 \end_inset
30103
30104 labelsep=period}
30105 \begin_inset Newline newline
30106 \end_inset
30107
30108
30109 \backslash
30110 captionsetup[table]{labelfont={bf,sf}}
30111 \end_layout
30112
30113 \begin_layout Standard
30114 \begin_inset Note Greyedout
30115 status open
30116
30117 \begin_layout Plain Layout
30118
30119 \series bold
30120 Bemerkung:
30121 \series default
30122  Die Option 
30123 \series bold
30124 tableposition=top
30125 \series default
30126  hat keine Auswirkung, wenn eine 
30127 \series bold
30128 KOMA-Script
30129 \series default
30130
30131 \begin_inset Index idx
30132 range none
30133 pageformat default
30134 status collapsed
30135
30136 \begin_layout Plain Layout
30137 \SpecialChar LaTeX
30138 -Pakete
30139 \begin_inset IndexMacro subentry
30140 status open
30141
30142 \begin_layout Plain Layout
30143 KOMA-Script
30144 \end_layout
30145
30146 \end_inset
30147
30148
30149 \end_layout
30150
30151 \end_inset
30152
30153 -Dokumentklasse verwendet wird.
30154  Hier muss die Option 
30155 \series bold
30156 captions=tableheading
30157 \series default
30158  benutzt werden.
30159 \end_layout
30160
30161 \end_inset
30162
30163
30164 \end_layout
30165
30166 \begin_layout Standard
30167 Weitere Informationen über das Paket
30168 \series bold
30169  caption
30170 \series default
30171  finden Sie in seiner Dokumentation 
30172 \begin_inset CommandInset citation
30173 LatexCommand cite
30174 key "caption"
30175 literal "true"
30176
30177 \end_inset
30178
30179 .
30180 \end_layout
30181
30182 \begin_layout Standard
30183 Wenn Sie den Namen von 
30184 \begin_inset Quotes gld
30185 \end_inset
30186
30187 Abbildung
30188 \begin_inset Quotes grd
30189 \end_inset
30190
30191  auf 
30192 \begin_inset Quotes gld
30193 \end_inset
30194
30195 Bild
30196 \begin_inset Quotes grd
30197 \end_inset
30198
30199  ändern wollen, können Sie das mit folgendem Befehl im \SpecialChar LaTeX
30200 -Vorspann  machen:
30201 \end_layout
30202
30203 \begin_layout Standard
30204
30205 \series bold
30206
30207 \backslash
30208 renewcommand{
30209 \backslash
30210 fnum@figure}{Bild~
30211 \backslash
30212 thefigure}
30213 \end_layout
30214
30215 \begin_layout Standard
30216 wobei 
30217 \series bold
30218
30219 \backslash
30220 thefigure
30221 \series default
30222  die Bildnummer einsetzt und
30223 \series bold
30224  ~
30225 \series default
30226  ein geschütztes Leerzeichen ist.
30227 \end_layout
30228
30229 \begin_layout Standard
30230 \begin_inset VSpace bigskip
30231 \end_inset
30232
30233 Wenn Sie eine 
30234 \series bold
30235 KOMA-Script
30236 \series default
30237
30238 \begin_inset Index idx
30239 range none
30240 pageformat default
30241 status collapsed
30242
30243 \begin_layout Plain Layout
30244 \SpecialChar LaTeX
30245 -Pakete
30246 \begin_inset IndexMacro subentry
30247 status open
30248
30249 \begin_layout Plain Layout
30250 KOMA-Script
30251 \end_layout
30252
30253 \end_inset
30254
30255
30256 \end_layout
30257
30258 \end_inset
30259
30260 -Dokumentklasse (
30261 \family sans
30262 article (KOMA-Script)
30263 \family default
30264
30265 \family sans
30266 book (KOMA-Script)
30267 \family default
30268
30269 \family sans
30270 letter (KOMA-Script)
30271 \family default
30272  oder 
30273 \family sans
30274 report (KOMA-Script)
30275 \family default
30276 ) benutzen, können Sie anstatt des 
30277 \series bold
30278 caption
30279 \series default
30280 -Paketes den eingebauten Befehl 
30281 \series bold
30282
30283 \backslash
30284 setkomafont
30285 \series default
30286  von 
30287 \series bold
30288 KOMA-Script
30289 \series default
30290  benutzen.
30291  Der Befehl
30292 \end_layout
30293
30294 \begin_layout Standard
30295
30296 \series bold
30297
30298 \backslash
30299 setkomafont{captionlabel}{
30300 \backslash
30301 bfseries}
30302 \end_layout
30303
30304 \begin_layout Standard
30305 im \SpecialChar LaTeX
30306 -Vorspann druckt den Namen fett.
30307 \end_layout
30308
30309 \begin_layout Standard
30310 Weitere Informationen über 
30311 \series bold
30312
30313 \backslash
30314 setkomafont
30315 \series default
30316  finden Sie in der 
30317 \series bold
30318 KOMA-Script
30319 \series default
30320 -Do\SpecialChar softhyphen
30321 ku\SpecialChar softhyphen
30322 men\SpecialChar softhyphen
30323 ta\SpecialChar softhyphen
30324 tion 
30325 \begin_inset CommandInset citation
30326 LatexCommand cite
30327 key "KOMA-Script"
30328 literal "true"
30329
30330 \end_inset
30331
30332 .
30333 \end_layout
30334
30335 \begin_layout Standard
30336 \begin_inset ERT
30337 status collapsed
30338
30339 \begin_layout Plain Layout
30340
30341
30342 \backslash
30343 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
30344 }
30345 \end_layout
30346
30347 \end_inset
30348
30349
30350 \begin_inset Note Note
30351 status open
30352
30353 \begin_layout Plain Layout
30354 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
30355 \end_layout
30356
30357 \end_inset
30358
30359
30360 \end_layout
30361
30362 \begin_layout Standard
30363 \begin_inset Float figure
30364 placement !p
30365 alignment document
30366 wide false
30367 sideways false
30368 status open
30369
30370 \begin_layout Plain Layout
30371 \align center
30372 \begin_inset Graphics
30373         filename ../clipart/2D-intensity-plot.pdf
30374         scaleBeforeRotation
30375
30376 \end_inset
30377
30378
30379 \end_layout
30380
30381 \begin_layout Plain Layout
30382 \begin_inset Caption Standard
30383
30384 \begin_layout Plain Layout
30385 \begin_inset CommandInset label
30386 LatexCommand label
30387 name "abb:Langer-Abb-Titel"
30388
30389 \end_inset
30390
30391 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
30392  ist, um das andere Beschriftungsformat zu zeigen.
30393  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
30394 \begin_inset Argument 1
30395 status collapsed
30396
30397 \begin_layout Plain Layout
30398 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
30399  ist.
30400 \end_layout
30401
30402 \end_inset
30403
30404
30405 \end_layout
30406
30407 \end_inset
30408
30409
30410 \end_layout
30411
30412 \end_inset
30413
30414
30415 \end_layout
30416
30417 \begin_layout Standard
30418 \begin_inset ERT
30419 status collapsed
30420
30421 \begin_layout Plain Layout
30422
30423
30424 \backslash
30425 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
30426 on}
30427 \end_layout
30428
30429 \end_inset
30430
30431
30432 \end_layout
30433
30434 \begin_layout Standard
30435 \begin_inset Float table
30436 placement !p
30437 alignment document
30438 wide false
30439 sideways false
30440 status open
30441
30442 \begin_layout Plain Layout
30443 \begin_inset Caption Standard
30444
30445 \begin_layout Plain Layout
30446 \begin_inset CommandInset label
30447 LatexCommand label
30448 name "tab:Langer-Tab-Titel"
30449
30450 \end_inset
30451
30452 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
30453  ist, um das andere Beschriftungsformat zu zeigen.
30454  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
30455  benutzt.
30456 \begin_inset Argument 1
30457 status collapsed
30458
30459 \begin_layout Plain Layout
30460 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
30461  ist.
30462 \end_layout
30463
30464 \end_inset
30465
30466
30467 \end_layout
30468
30469 \end_inset
30470
30471
30472 \end_layout
30473
30474 \begin_layout Plain Layout
30475 \align center
30476 \begin_inset Tabular
30477 <lyxtabular version="3" rows="1" columns="5">
30478 <features tabularvalignment="middle">
30479 <column alignment="center" valignment="top">
30480 <column alignment="center" valignment="top">
30481 <column alignment="center" valignment="top">
30482 <column alignment="center" valignment="top">
30483 <column alignment="center" valignment="top">
30484 <row>
30485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30486 \begin_inset Text
30487
30488 \begin_layout Plain Layout
30489 a
30490 \end_layout
30491
30492 \end_inset
30493 </cell>
30494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30495 \begin_inset Text
30496
30497 \begin_layout Plain Layout
30498 b
30499 \end_layout
30500
30501 \end_inset
30502 </cell>
30503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30504 \begin_inset Text
30505
30506 \begin_layout Plain Layout
30507 c
30508 \end_layout
30509
30510 \end_inset
30511 </cell>
30512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30513 \begin_inset Text
30514
30515 \begin_layout Plain Layout
30516 d
30517 \end_layout
30518
30519 \end_inset
30520 </cell>
30521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30522 \begin_inset Text
30523
30524 \begin_layout Plain Layout
30525 e
30526 \end_layout
30527
30528 \end_inset
30529 </cell>
30530 </row>
30531 </lyxtabular>
30532
30533 \end_inset
30534
30535
30536 \end_layout
30537
30538 \end_inset
30539
30540
30541 \end_layout
30542
30543 \begin_layout Section
30544 Beschriftungs-Platzierung
30545 \begin_inset CommandInset label
30546 LatexCommand label
30547 name "abs:Titel-Platzierung"
30548
30549 \end_inset
30550
30551
30552 \begin_inset Index idx
30553 range none
30554 pageformat default
30555 status collapsed
30556
30557 \begin_layout Plain Layout
30558 Gleitobjekte
30559 \begin_inset IndexMacro subentry
30560 status open
30561
30562 \begin_layout Plain Layout
30563 Beschriftung
30564 \end_layout
30565
30566 \end_inset
30567
30568
30569 \begin_inset IndexMacro subentry
30570 status open
30571
30572 \begin_layout Plain Layout
30573 Platzierung
30574 \end_layout
30575
30576 \end_inset
30577
30578
30579 \end_layout
30580
30581 \end_inset
30582
30583
30584 \end_layout
30585
30586 \begin_layout Standard
30587 Normalerweise werden die Beschriftungen wie folgt platziert:
30588 \end_layout
30589
30590 \begin_layout Description
30591 Abbildung: darunter
30592 \end_layout
30593
30594 \begin_layout Description
30595 Tabelle: darüber
30596 \end_layout
30597
30598 \begin_layout Standard
30599 \SpecialChar LaTeX
30600 -Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
30601  Das heißt wenn Sie eine der Dokument-Klassen 
30602 \family sans
30603 article
30604 \family default
30605
30606 \family sans
30607 book
30608 \family default
30609
30610 \family sans
30611 letter
30612 \family default
30613  oder 
30614 \family sans
30615 report
30616 \family default
30617  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
30618  Um das zu erreichen, laden Sie das \SpecialChar LaTeX
30619 -Paket 
30620 \series bold
30621 caption
30622 \series default
30623
30624 \begin_inset Index idx
30625 range none
30626 pageformat default
30627 status collapsed
30628
30629 \begin_layout Plain Layout
30630 \SpecialChar LaTeX
30631 -Pakete
30632 \begin_inset IndexMacro subentry
30633 status open
30634
30635 \begin_layout Plain Layout
30636 caption
30637 \end_layout
30638
30639 \end_inset
30640
30641
30642 \end_layout
30643
30644 \end_inset
30645
30646  im \SpecialChar LaTeX
30647 -Vorspann mit der Option
30648 \begin_inset Foot
30649 status collapsed
30650
30651 \begin_layout Plain Layout
30652 In Abschnitt
30653 \begin_inset space ~
30654 \end_inset
30655
30656
30657 \begin_inset CommandInset ref
30658 LatexCommand ref
30659 reference "abs:Titel-Formatierung"
30660
30661 \end_inset
30662
30663  steht mehr über das Paket 
30664 \series bold
30665 caption
30666 \series default
30667 .
30668 \end_layout
30669
30670 \end_inset
30671
30672
30673 \end_layout
30674
30675 \begin_layout Standard
30676
30677 \series bold
30678 tableposition=top
30679 \end_layout
30680
30681 \begin_layout Standard
30682 Wenn Sie eine 
30683 \series bold
30684 KOMA-Script
30685 \series default
30686
30687 \begin_inset Index idx
30688 range none
30689 pageformat default
30690 status collapsed
30691
30692 \begin_layout Plain Layout
30693 \SpecialChar LaTeX
30694 -Pakete
30695 \begin_inset IndexMacro subentry
30696 status open
30697
30698 \begin_layout Plain Layout
30699 KOMA-Script
30700 \end_layout
30701
30702 \end_inset
30703
30704
30705 \end_layout
30706
30707 \end_inset
30708
30709 -Dokumentklasse (
30710 \family sans
30711 article (KOMA-Script)
30712 \family default
30713
30714 \family sans
30715 book (KOMA-Script)
30716 \family default
30717
30718 \family sans
30719 letter (KOMA-Script)
30720 \family default
30721  oder 
30722 \family sans
30723 report (KOMA-Script)
30724 \family default
30725 ) benutzen, können Sie alternativ zum 
30726 \series bold
30727 caption
30728 \series default
30729 -Paket die Dokumentklassen-Option
30730 \end_layout
30731
30732 \begin_layout Standard
30733
30734 \series bold
30735 captions=tableheading
30736 \end_layout
30737
30738 \begin_layout Standard
30739 benutzen.
30740 \begin_inset Foot
30741 status collapsed
30742
30743 \begin_layout Plain Layout
30744 Diese Option wird in diesem Dokument verwendet.
30745 \end_layout
30746
30747 \end_inset
30748
30749
30750 \end_layout
30751
30752 \begin_layout Standard
30753 In Dokumenten, die eine KOMA-Script Klasse verwenden, können Sie auch mit
30754  rechts auf eine Beschriftung klicken und im Kontextmenü markieren, ob diese
30755  Beschriftung über oder unter der Tabelle/Abbildung sein soll.
30756  Auf diese Weise kann die dokumentweite Beschriftungs-Platzierung für bestimmte
30757  Beschriftungen überschrieben werden.
30758  Tabelle
30759 \begin_inset space ~
30760 \end_inset
30761
30762
30763 \begin_inset CommandInset ref
30764 LatexCommand ref
30765 reference "tab:Eine-Beschriftung-unterhalb"
30766
30767 \end_inset
30768
30769  ist ein Beispiel, bei dem die Beschriftung als unterhalb der Tabelle markiert
30770  wurde, obwohl sie über der Tabelle steht.
30771  Zum Vergleich ist die Beschriftung von Tabelle
30772 \begin_inset space ~
30773 \end_inset
30774
30775
30776 \begin_inset CommandInset ref
30777 LatexCommand ref
30778 reference "tab:Eine-normale-Tabellen-Beschriftu"
30779
30780 \end_inset
30781
30782  nicht markiert.
30783 \end_layout
30784
30785 \begin_layout Standard
30786 \begin_inset Float table
30787 placement document
30788 alignment document
30789 wide false
30790 sideways false
30791 status open
30792
30793 \begin_layout Plain Layout
30794 \begin_inset Caption Below
30795
30796 \begin_layout Plain Layout
30797 \begin_inset CommandInset label
30798 LatexCommand label
30799 name "tab:Eine-Beschriftung-unterhalb"
30800
30801 \end_inset
30802
30803 Eine Beschriftung, die als unterhalb der der Tabelle markiert wurde.
30804 \end_layout
30805
30806 \end_inset
30807
30808
30809 \end_layout
30810
30811 \begin_layout Plain Layout
30812 \align center
30813 \begin_inset Tabular
30814 <lyxtabular version="3" rows="3" columns="3">
30815 <features tabularvalignment="middle">
30816 <column alignment="center" valignment="top" width="0pt">
30817 <column alignment="center" valignment="top" width="0pt">
30818 <column alignment="center" valignment="top" width="0pt">
30819 <row>
30820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30821 \begin_inset Text
30822
30823 \begin_layout Plain Layout
30824 1
30825 \end_layout
30826
30827 \end_inset
30828 </cell>
30829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30830 \begin_inset Text
30831
30832 \begin_layout Plain Layout
30833 2
30834 \end_layout
30835
30836 \end_inset
30837 </cell>
30838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30839 \begin_inset Text
30840
30841 \begin_layout Plain Layout
30842 3
30843 \end_layout
30844
30845 \end_inset
30846 </cell>
30847 </row>
30848 <row>
30849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30850 \begin_inset Text
30851
30852 \begin_layout Plain Layout
30853 Joe
30854 \end_layout
30855
30856 \end_inset
30857 </cell>
30858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30859 \begin_inset Text
30860
30861 \begin_layout Plain Layout
30862 Mary
30863 \end_layout
30864
30865 \end_inset
30866 </cell>
30867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30868 \begin_inset Text
30869
30870 \begin_layout Plain Layout
30871 Ted
30872 \end_layout
30873
30874 \end_inset
30875 </cell>
30876 </row>
30877 <row>
30878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30879 \begin_inset Text
30880
30881 \begin_layout Plain Layout
30882 \begin_inset Formula $\int x^{2}dx$
30883 \end_inset
30884
30885
30886 \end_layout
30887
30888 \end_inset
30889 </cell>
30890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30891 \begin_inset Text
30892
30893 \begin_layout Plain Layout
30894 \begin_inset Formula $\left[\begin{array}{cc}
30895 a & b\\
30896 c & d
30897 \end{array}\right]$
30898 \end_inset
30899
30900
30901 \end_layout
30902
30903 \end_inset
30904 </cell>
30905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30906 \begin_inset Text
30907
30908 \begin_layout Plain Layout
30909 \begin_inset Formula $1+1=2$
30910 \end_inset
30911
30912
30913 \end_layout
30914
30915 \end_inset
30916 </cell>
30917 </row>
30918 </lyxtabular>
30919
30920 \end_inset
30921
30922
30923 \end_layout
30924
30925 \end_inset
30926
30927
30928 \end_layout
30929
30930 \begin_layout Standard
30931 \begin_inset Float table
30932 placement document
30933 alignment document
30934 wide false
30935 sideways false
30936 status open
30937
30938 \begin_layout Plain Layout
30939 \begin_inset Caption Standard
30940
30941 \begin_layout Plain Layout
30942 \begin_inset CommandInset label
30943 LatexCommand label
30944 name "tab:Eine-normale-Tabellen-Beschriftu"
30945
30946 \end_inset
30947
30948 Eine normale Tabellen-Beschriftung.
30949 \end_layout
30950
30951 \end_inset
30952
30953
30954 \end_layout
30955
30956 \begin_layout Plain Layout
30957 \align center
30958 \begin_inset Tabular
30959 <lyxtabular version="3" rows="3" columns="3">
30960 <features tabularvalignment="middle">
30961 <column alignment="center" valignment="top" width="0pt">
30962 <column alignment="center" valignment="top" width="0pt">
30963 <column alignment="center" valignment="top" width="0pt">
30964 <row>
30965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30966 \begin_inset Text
30967
30968 \begin_layout Plain Layout
30969 1
30970 \end_layout
30971
30972 \end_inset
30973 </cell>
30974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30975 \begin_inset Text
30976
30977 \begin_layout Plain Layout
30978 2
30979 \end_layout
30980
30981 \end_inset
30982 </cell>
30983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30984 \begin_inset Text
30985
30986 \begin_layout Plain Layout
30987 3
30988 \end_layout
30989
30990 \end_inset
30991 </cell>
30992 </row>
30993 <row>
30994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30995 \begin_inset Text
30996
30997 \begin_layout Plain Layout
30998 Joe
30999 \end_layout
31000
31001 \end_inset
31002 </cell>
31003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31004 \begin_inset Text
31005
31006 \begin_layout Plain Layout
31007 Mary
31008 \end_layout
31009
31010 \end_inset
31011 </cell>
31012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31013 \begin_inset Text
31014
31015 \begin_layout Plain Layout
31016 Ted
31017 \end_layout
31018
31019 \end_inset
31020 </cell>
31021 </row>
31022 <row>
31023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31024 \begin_inset Text
31025
31026 \begin_layout Plain Layout
31027 \begin_inset Formula $\int x^{2}dx$
31028 \end_inset
31029
31030
31031 \end_layout
31032
31033 \end_inset
31034 </cell>
31035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31036 \begin_inset Text
31037
31038 \begin_layout Plain Layout
31039 \begin_inset Formula $\left[\begin{array}{cc}
31040 a & b\\
31041 c & d
31042 \end{array}\right]$
31043 \end_inset
31044
31045
31046 \end_layout
31047
31048 \end_inset
31049 </cell>
31050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31051 \begin_inset Text
31052
31053 \begin_layout Plain Layout
31054 \begin_inset Formula $1+1=2$
31055 \end_inset
31056
31057
31058 \end_layout
31059
31060 \end_inset
31061 </cell>
31062 </row>
31063 </lyxtabular>
31064
31065 \end_inset
31066
31067
31068 \end_layout
31069
31070 \end_inset
31071
31072
31073 \end_layout
31074
31075 \begin_layout Standard
31076 \begin_inset VSpace bigskip
31077 \end_inset
31078
31079 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
31080  Das bewirkt das \SpecialChar LaTeX
31081 -Paket 
31082 \series bold
31083 sidecap
31084 \series default
31085
31086 \begin_inset Index idx
31087 range none
31088 pageformat default
31089 status collapsed
31090
31091 \begin_layout Plain Layout
31092 \SpecialChar LaTeX
31093 -Pakete
31094 \begin_inset IndexMacro subentry
31095 status open
31096
31097 \begin_layout Plain Layout
31098 sidecap
31099 \end_layout
31100
31101 \end_inset
31102
31103
31104 \end_layout
31105
31106 \end_inset
31107
31108 , das so in den \SpecialChar LaTeX
31109 -Vorspann geladen wird:
31110 \end_layout
31111
31112 \begin_layout Standard
31113
31114 \series bold
31115
31116 \backslash
31117 usepackage[Option]{sidecap}
31118 \end_layout
31119
31120 \begin_layout Standard
31121 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
31122  Mit 
31123 \series bold
31124 innercaption
31125 \series default
31126  wird die Beschriftung innen gedruckt.
31127  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
31128  
31129 \series bold
31130 rightcaption
31131 \series default
31132  oder 
31133 \series bold
31134 leftcaption
31135 \series default
31136 .
31137 \end_layout
31138
31139 \begin_layout Standard
31140 \begin_inset ERT
31141 status collapsed
31142
31143 \begin_layout Plain Layout
31144
31145
31146 \backslash
31147 ifsidecap
31148 \end_layout
31149
31150 \end_inset
31151
31152
31153 \begin_inset Note Note
31154 status open
31155
31156 \begin_layout Plain Layout
31157 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
31158 -Paket 
31159 \series bold
31160 sidecap
31161 \series default
31162  installiert ist.
31163 \end_layout
31164
31165 \end_inset
31166
31167
31168 \end_layout
31169
31170 \begin_layout Standard
31171 Um die Beschriftung mit \SpecialChar LyX
31172  seitlich zu drucken, müssen Sie folgende Befehle
31173  in den \SpecialChar LaTeX
31174 -Vorspann schreiben:
31175 \end_layout
31176
31177 \begin_layout Standard
31178 \begin_inset Newpage newpage
31179 \end_inset
31180
31181
31182 \end_layout
31183
31184 \begin_layout Standard
31185 \noindent
31186 \begin_inset CommandInset line
31187 LatexCommand rule
31188 offset "0.5ex"
31189 width "100line%"
31190 height "1pt"
31191
31192 \end_inset
31193
31194
31195 \end_layout
31196
31197 \begin_layout Standard
31198
31199 \series bold
31200
31201 \backslash
31202 newcommand{
31203 \backslash
31204 TabBesBeg}[1][1.0]{%
31205 \begin_inset Newline newline
31206 \end_inset
31207
31208
31209 \begin_inset Phantom HPhantom
31210 status open
31211
31212 \begin_layout Plain Layout
31213 \begin_inset space ~
31214 \end_inset
31215
31216
31217 \end_layout
31218
31219 \end_inset
31220
31221
31222 \backslash
31223 let
31224 \backslash
31225 MyTable
31226 \backslash
31227 table
31228 \begin_inset Newline newline
31229 \end_inset
31230
31231
31232 \begin_inset Phantom HPhantom
31233 status open
31234
31235 \begin_layout Plain Layout
31236
31237 \series medium
31238 \begin_inset space ~
31239 \end_inset
31240
31241
31242 \end_layout
31243
31244 \end_inset
31245
31246
31247 \backslash
31248 let
31249 \backslash
31250 MyEndtable
31251 \backslash
31252 endtable
31253 \begin_inset Newline newline
31254 \end_inset
31255
31256
31257 \begin_inset Phantom HPhantom
31258 status open
31259
31260 \begin_layout Plain Layout
31261
31262 \series medium
31263 \begin_inset space ~
31264 \end_inset
31265
31266
31267 \end_layout
31268
31269 \end_inset
31270
31271
31272 \backslash
31273 renewenvironment{table}[1]{
31274 \backslash
31275 begin{SCtable}[#1]##1}{
31276 \backslash
31277 end{SCtable}}}
31278 \end_layout
31279
31280 \begin_layout Standard
31281
31282 \series bold
31283
31284 \backslash
31285 newcommand{
31286 \backslash
31287 TabBesEnd}{%
31288 \begin_inset Newline newline
31289 \end_inset
31290
31291
31292 \begin_inset Phantom HPhantom
31293 status open
31294
31295 \begin_layout Plain Layout
31296 \begin_inset space ~
31297 \end_inset
31298
31299
31300 \end_layout
31301
31302 \end_inset
31303
31304
31305 \backslash
31306 let
31307 \backslash
31308 table
31309 \backslash
31310 MyTable
31311 \begin_inset Newline newline
31312 \end_inset
31313
31314
31315 \begin_inset Phantom HPhantom
31316 status open
31317
31318 \begin_layout Plain Layout
31319 \begin_inset space ~
31320 \end_inset
31321
31322
31323 \end_layout
31324
31325 \end_inset
31326
31327
31328 \backslash
31329 let
31330 \backslash
31331 endtable
31332 \backslash
31333 MyEndtable
31334 \end_layout
31335
31336 \begin_layout Standard
31337
31338 \series bold
31339
31340 \backslash
31341 newcommand{
31342 \backslash
31343 FigBesBeg}[1][1.0]{%
31344 \begin_inset Newline newline
31345 \end_inset
31346
31347
31348 \begin_inset Phantom HPhantom
31349 status open
31350
31351 \begin_layout Plain Layout
31352 \begin_inset space ~
31353 \end_inset
31354
31355
31356 \end_layout
31357
31358 \end_inset
31359
31360
31361 \backslash
31362 let
31363 \backslash
31364 MyFigure
31365 \backslash
31366 figure
31367 \begin_inset Newline newline
31368 \end_inset
31369
31370
31371 \begin_inset Phantom HPhantom
31372 status open
31373
31374 \begin_layout Plain Layout
31375 \begin_inset space ~
31376 \end_inset
31377
31378
31379 \end_layout
31380
31381 \end_inset
31382
31383
31384 \backslash
31385 let
31386 \backslash
31387 MyEndfigure
31388 \backslash
31389 endfigure
31390 \begin_inset Newline newline
31391 \end_inset
31392
31393
31394 \begin_inset Phantom HPhantom
31395 status open
31396
31397 \begin_layout Plain Layout
31398 \begin_inset space ~
31399 \end_inset
31400
31401
31402 \end_layout
31403
31404 \end_inset
31405
31406
31407 \backslash
31408 renewenvironment{figure}[1]{
31409 \backslash
31410 begin{SCfigure}[#1]##1}{
31411 \backslash
31412 end{SCfigure}}}
31413 \end_layout
31414
31415 \begin_layout Standard
31416
31417 \series bold
31418
31419 \backslash
31420 newcommand{
31421 \backslash
31422 FigBesEnd}{%
31423 \begin_inset Newline newline
31424 \end_inset
31425
31426
31427 \begin_inset Phantom HPhantom
31428 status open
31429
31430 \begin_layout Plain Layout
31431 \begin_inset space ~
31432 \end_inset
31433
31434
31435 \end_layout
31436
31437 \end_inset
31438
31439
31440 \backslash
31441 let
31442 \backslash
31443 figure
31444 \backslash
31445 MyFigure
31446 \begin_inset Newline newline
31447 \end_inset
31448
31449
31450 \begin_inset Phantom HPhantom
31451 status open
31452
31453 \begin_layout Plain Layout
31454 \begin_inset space ~
31455 \end_inset
31456
31457
31458 \end_layout
31459
31460 \end_inset
31461
31462
31463 \backslash
31464 let
31465 \backslash
31466 endfigure
31467 \backslash
31468 MyEndfigure}
31469 \end_layout
31470
31471 \begin_layout Standard
31472 \noindent
31473 \begin_inset CommandInset line
31474 LatexCommand rule
31475 offset "0.5ex"
31476 width "100line%"
31477 height "1pt"
31478
31479 \end_inset
31480
31481
31482 \end_layout
31483
31484 \begin_layout Standard
31485 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
31486 ungen seitlich gedruckt werden.
31487  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
31488 \end_layout
31489
31490 \begin_layout Standard
31491
31492 \series bold
31493
31494 \backslash
31495 FigBesBeg
31496 \end_layout
31497
31498 \begin_layout Standard
31499 als \SpecialChar TeX
31500 -Code vor das Gleitobjekt und fügen Sie den Befehl
31501 \end_layout
31502
31503 \begin_layout Standard
31504
31505 \series bold
31506
31507 \backslash
31508 FigBesEnd
31509 \end_layout
31510
31511 \begin_layout Standard
31512 als \SpecialChar TeX
31513 -Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
31514  zurückkehren wollen.
31515 \end_layout
31516
31517 \begin_layout Standard
31518 Bei Gleitobjekt-Tabellen heißen die Befehle
31519 \end_layout
31520
31521 \begin_layout Standard
31522
31523 \series bold
31524
31525 \backslash
31526 TabBesBeg
31527 \series default
31528  und 
31529 \series bold
31530
31531 \backslash
31532 TabBesEnd
31533 \series default
31534 .
31535 \end_layout
31536
31537 \begin_layout Standard
31538 Abbildung
31539 \begin_inset space ~
31540 \end_inset
31541
31542
31543 \begin_inset CommandInset ref
31544 LatexCommand ref
31545 reference "abb:Beschriftung-neben"
31546
31547 \end_inset
31548
31549  und Tabelle
31550 \begin_inset space ~
31551 \end_inset
31552
31553
31554 \begin_inset CommandInset ref
31555 LatexCommand ref
31556 reference "tab:Beschriftung-neben"
31557
31558 \end_inset
31559
31560  sind Beispiele für seitliche Beschriftungen.
31561 \end_layout
31562
31563 \begin_layout Standard
31564 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
31565  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
31566  der Abbildung.
31567  Das kann man mit dem Befehl
31568 \end_layout
31569
31570 \begin_layout Standard
31571
31572 \series bold
31573
31574 \backslash
31575 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
31576 \end_layout
31577
31578 \begin_layout Standard
31579 im \SpecialChar LaTeX
31580 -Vorspann oder als \SpecialChar TeX
31581 -Code vor dem Gleitobjekt ändern.
31582  Der Gleitobjekt-Typ ist entweder 
31583 \family sans
31584 figure
31585 \family default
31586  oder 
31587 \family sans
31588 table
31589 \family default
31590 , die
31591 \family sans
31592  
31593 \family default
31594 Platzierung ist 
31595 \family typewriter
31596 t
31597 \family default
31598  für oben, 
31599 \family typewriter
31600 c
31601 \family default
31602  für zentriert oder 
31603 \family typewriter
31604 b
31605 \family default
31606  für unten.
31607  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
31608  lautet der Befehl
31609 \end_layout
31610
31611 \begin_layout Standard
31612
31613 \series bold
31614
31615 \backslash
31616 sidecaptionvpos{figure}{c}
31617 \end_layout
31618
31619 \begin_layout Standard
31620 Das wurde in Abbildung
31621 \begin_inset space ~
31622 \end_inset
31623
31624
31625 \begin_inset CommandInset ref
31626 LatexCommand ref
31627 reference "abb:cap-beside-fig-2"
31628
31629 \end_inset
31630
31631  benutzt.
31632 \end_layout
31633
31634 \begin_layout Standard
31635 \begin_inset VSpace medskip
31636 \end_inset
31637
31638
31639 \end_layout
31640
31641 \begin_layout Standard
31642 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
31643  Für schmale Bilder/Tabellen, wie in Tabelle
31644 \begin_inset space ~
31645 \end_inset
31646
31647
31648 \begin_inset CommandInset ref
31649 LatexCommand ref
31650 reference "tab:Beschriftung-neben"
31651
31652 \end_inset
31653
31654 , führt dies zu zu schmalen Beschriftungen.
31655  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
31656  Breite des Bildes/der Tabelle multipliziert wird.
31657  Das Ergebnis ist die Beschriftungsbreite.
31658  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
31659  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
31660  Der 
31661 \emph on
31662 Faktor
31663 \emph default
31664  kann entweder als optionales Argument für 
31665 \series bold
31666
31667 \backslash
31668 FigBesBeg
31669 \series default
31670  angegeben werden:
31671 \end_layout
31672
31673 \begin_layout Standard
31674
31675 \series bold
31676
31677 \backslash
31678 FigBesBeg[Faktor]
31679 \end_layout
31680
31681 \begin_layout Standard
31682 oder indem man in der Definition von 
31683 \series bold
31684
31685 \backslash
31686 FigBesBeg
31687 \series default
31688  die 
31689 \series bold
31690 1.0
31691 \series default
31692  mit einem anderen Wert ersetzt.
31693  Bei letzterem ist der angegebene Faktor der Standard wenn 
31694 \series bold
31695
31696 \backslash
31697 FigBesBeg
31698 \series default
31699  ohne Argument verwendet wird.
31700  Für Tabelle
31701 \begin_inset space ~
31702 \end_inset
31703
31704
31705 \begin_inset CommandInset ref
31706 LatexCommand ref
31707 reference "tab:Beschriftung-neben-breiter"
31708
31709 \end_inset
31710
31711  wurde der Faktor 5 verwendet.
31712 \end_layout
31713
31714 \begin_layout Standard
31715 \begin_inset Note Greyedout
31716 status open
31717
31718 \begin_layout Plain Layout
31719
31720 \series bold
31721 Achtung:
31722 \series default
31723  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
31724 erungsoption 
31725 \family sans
31726 Hier,
31727 \begin_inset space ~
31728 \end_inset
31729
31730 auf
31731 \begin_inset space ~
31732 \end_inset
31733
31734 jeden
31735 \begin_inset space ~
31736 \end_inset
31737
31738 Fall
31739 \family default
31740  nicht verwendet werden werden, da diese von 
31741 \series bold
31742 sidecap
31743 \series default
31744  nicht unterstützt wird.
31745 \end_layout
31746
31747 \end_inset
31748
31749
31750 \end_layout
31751
31752 \begin_layout Standard
31753 \begin_inset VSpace medskip
31754 \end_inset
31755
31756 Weitere Informationen über das Paket
31757 \series bold
31758  sidecap
31759 \series default
31760  finden Sie in seiner Dokumentation 
31761 \begin_inset CommandInset citation
31762 LatexCommand cite
31763 key "sidecap"
31764 literal "true"
31765
31766 \end_inset
31767
31768 .
31769 \end_layout
31770
31771 \begin_layout Standard
31772 \begin_inset Note Greyedout
31773 status open
31774
31775 \begin_layout Plain Layout
31776
31777 \series bold
31778 Bemerkung:
31779 \series default
31780  Das \SpecialChar LaTeX
31781 -Paket 
31782 \series bold
31783 hypcap
31784 \series default
31785 ,
31786 \begin_inset Index idx
31787 range none
31788 pageformat default
31789 status collapsed
31790
31791 \begin_layout Plain Layout
31792 \SpecialChar LaTeX
31793 -Pakete
31794 \begin_inset IndexMacro subentry
31795 status open
31796
31797 \begin_layout Plain Layout
31798 hypcap
31799 \end_layout
31800
31801 \end_inset
31802
31803
31804 \end_layout
31805
31806 \end_inset
31807
31808  das in Abschnitt
31809 \begin_inset space ~
31810 \end_inset
31811
31812
31813 \begin_inset CommandInset ref
31814 LatexCommand ref
31815 reference "uab:Querverweis-Position"
31816
31817 \end_inset
31818
31819  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
31820  Beschriftungen.
31821 \end_layout
31822
31823 \end_inset
31824
31825
31826 \end_layout
31827
31828 \begin_layout Standard
31829 \begin_inset ERT
31830 status collapsed
31831
31832 \begin_layout Plain Layout
31833
31834
31835 \backslash
31836 FigBesBeg 
31837 \end_layout
31838
31839 \end_inset
31840
31841
31842 \end_layout
31843
31844 \begin_layout Standard
31845 \begin_inset Float figure
31846 placement document
31847 alignment document
31848 wide false
31849 sideways false
31850 status open
31851
31852 \begin_layout Plain Layout
31853 \begin_inset Graphics
31854         filename ../clipart/3D-structure-distort.pdf
31855         scale 50
31856         scaleBeforeRotation
31857
31858 \end_inset
31859
31860
31861 \end_layout
31862
31863 \begin_layout Plain Layout
31864 \begin_inset Caption Standard
31865
31866 \begin_layout Plain Layout
31867 \begin_inset CommandInset label
31868 LatexCommand label
31869 name "abb:Beschriftung-neben"
31870
31871 \end_inset
31872
31873 Dies ist eine Beschriftung neben einer Abbildung.
31874 \end_layout
31875
31876 \end_inset
31877
31878
31879 \end_layout
31880
31881 \end_inset
31882
31883
31884 \end_layout
31885
31886 \begin_layout Standard
31887 \begin_inset ERT
31888 status collapsed
31889
31890 \begin_layout Plain Layout
31891
31892
31893 \backslash
31894 FigBesEnd
31895 \end_layout
31896
31897 \end_inset
31898
31899
31900 \end_layout
31901
31902 \begin_layout Standard
31903 \begin_inset ERT
31904 status collapsed
31905
31906 \begin_layout Plain Layout
31907
31908
31909 \backslash
31910 TabBesBeg 
31911 \end_layout
31912
31913 \end_inset
31914
31915
31916 \end_layout
31917
31918 \begin_layout Standard
31919 \begin_inset Float table
31920 placement document
31921 alignment document
31922 wide false
31923 sideways false
31924 status open
31925
31926 \begin_layout Plain Layout
31927 \begin_inset Caption Standard
31928
31929 \begin_layout Plain Layout
31930 \begin_inset CommandInset label
31931 LatexCommand label
31932 name "tab:Beschriftung-neben"
31933
31934 \end_inset
31935
31936 Dies ist eine Beschriftung neben einer Tabelle.
31937 \end_layout
31938
31939 \end_inset
31940
31941
31942 \end_layout
31943
31944 \begin_layout Plain Layout
31945 \begin_inset Tabular
31946 <lyxtabular version="3" rows="4" columns="5">
31947 <features tabularvalignment="middle">
31948 <column alignment="center" valignment="top">
31949 <column alignment="center" valignment="top">
31950 <column alignment="center" valignment="top">
31951 <column alignment="center" valignment="top">
31952 <column alignment="center" valignment="top">
31953 <row>
31954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31955 \begin_inset Text
31956
31957 \begin_layout Plain Layout
31958 a
31959 \end_layout
31960
31961 \end_inset
31962 </cell>
31963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31964 \begin_inset Text
31965
31966 \begin_layout Plain Layout
31967
31968 \end_layout
31969
31970 \end_inset
31971 </cell>
31972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31973 \begin_inset Text
31974
31975 \begin_layout Plain Layout
31976 b
31977 \end_layout
31978
31979 \end_inset
31980 </cell>
31981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31982 \begin_inset Text
31983
31984 \begin_layout Plain Layout
31985
31986 \end_layout
31987
31988 \end_inset
31989 </cell>
31990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31991 \begin_inset Text
31992
31993 \begin_layout Plain Layout
31994 c
31995 \end_layout
31996
31997 \end_inset
31998 </cell>
31999 </row>
32000 <row>
32001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32002 \begin_inset Text
32003
32004 \begin_layout Plain Layout
32005
32006 \end_layout
32007
32008 \end_inset
32009 </cell>
32010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32011 \begin_inset Text
32012
32013 \begin_layout Plain Layout
32014 d
32015 \end_layout
32016
32017 \end_inset
32018 </cell>
32019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32020 \begin_inset Text
32021
32022 \begin_layout Plain Layout
32023
32024 \end_layout
32025
32026 \end_inset
32027 </cell>
32028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32029 \begin_inset Text
32030
32031 \begin_layout Plain Layout
32032 e
32033 \end_layout
32034
32035 \end_inset
32036 </cell>
32037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32038 \begin_inset Text
32039
32040 \begin_layout Plain Layout
32041
32042 \end_layout
32043
32044 \end_inset
32045 </cell>
32046 </row>
32047 <row>
32048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32049 \begin_inset Text
32050
32051 \begin_layout Plain Layout
32052 f
32053 \end_layout
32054
32055 \end_inset
32056 </cell>
32057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32058 \begin_inset Text
32059
32060 \begin_layout Plain Layout
32061
32062 \end_layout
32063
32064 \end_inset
32065 </cell>
32066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32067 \begin_inset Text
32068
32069 \begin_layout Plain Layout
32070 g
32071 \end_layout
32072
32073 \end_inset
32074 </cell>
32075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32076 \begin_inset Text
32077
32078 \begin_layout Plain Layout
32079
32080 \end_layout
32081
32082 \end_inset
32083 </cell>
32084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32085 \begin_inset Text
32086
32087 \begin_layout Plain Layout
32088 h
32089 \end_layout
32090
32091 \end_inset
32092 </cell>
32093 </row>
32094 <row>
32095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32096 \begin_inset Text
32097
32098 \begin_layout Plain Layout
32099
32100 \end_layout
32101
32102 \end_inset
32103 </cell>
32104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32105 \begin_inset Text
32106
32107 \begin_layout Plain Layout
32108 i
32109 \end_layout
32110
32111 \end_inset
32112 </cell>
32113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32114 \begin_inset Text
32115
32116 \begin_layout Plain Layout
32117
32118 \end_layout
32119
32120 \end_inset
32121 </cell>
32122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32123 \begin_inset Text
32124
32125 \begin_layout Plain Layout
32126 j
32127 \end_layout
32128
32129 \end_inset
32130 </cell>
32131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32132 \begin_inset Text
32133
32134 \begin_layout Plain Layout
32135
32136 \end_layout
32137
32138 \end_inset
32139 </cell>
32140 </row>
32141 </lyxtabular>
32142
32143 \end_inset
32144
32145
32146 \end_layout
32147
32148 \end_inset
32149
32150
32151 \end_layout
32152
32153 \begin_layout Standard
32154 \begin_inset ERT
32155 status collapsed
32156
32157 \begin_layout Plain Layout
32158
32159
32160 \backslash
32161 TabBesEnd
32162 \end_layout
32163
32164 \end_inset
32165
32166
32167 \end_layout
32168
32169 \begin_layout Standard
32170 \begin_inset ERT
32171 status collapsed
32172
32173 \begin_layout Plain Layout
32174
32175
32176 \backslash
32177 FigBesBeg 
32178 \end_layout
32179
32180 \end_inset
32181
32182
32183 \end_layout
32184
32185 \begin_layout Standard
32186 \begin_inset ERT
32187 status collapsed
32188
32189 \begin_layout Plain Layout
32190
32191
32192 \backslash
32193 sidecaptionvpos{figure}{c}
32194 \end_layout
32195
32196 \end_inset
32197
32198
32199 \begin_inset Float figure
32200 placement document
32201 alignment document
32202 wide false
32203 sideways false
32204 status open
32205
32206 \begin_layout Plain Layout
32207 \begin_inset Graphics
32208         filename ../clipart/3D-structure-distort.pdf
32209         scale 50
32210         scaleBeforeRotation
32211
32212 \end_inset
32213
32214
32215 \end_layout
32216
32217 \begin_layout Plain Layout
32218 \begin_inset Caption Standard
32219
32220 \begin_layout Plain Layout
32221 \begin_inset CommandInset label
32222 LatexCommand label
32223 name "abb:cap-beside-fig-2"
32224
32225 \end_inset
32226
32227 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
32228 \end_layout
32229
32230 \end_inset
32231
32232
32233 \end_layout
32234
32235 \end_inset
32236
32237
32238 \end_layout
32239
32240 \begin_layout Standard
32241 \begin_inset ERT
32242 status collapsed
32243
32244 \begin_layout Plain Layout
32245
32246
32247 \backslash
32248 FigBesEnd
32249 \end_layout
32250
32251 \end_inset
32252
32253
32254 \end_layout
32255
32256 \begin_layout Standard
32257 \begin_inset ERT
32258 status collapsed
32259
32260 \begin_layout Plain Layout
32261
32262
32263 \backslash
32264 TabBesBeg[5]
32265 \end_layout
32266
32267 \end_inset
32268
32269
32270 \end_layout
32271
32272 \begin_layout Standard
32273 \begin_inset Float table
32274 placement document
32275 alignment document
32276 wide false
32277 sideways false
32278 status open
32279
32280 \begin_layout Plain Layout
32281 \begin_inset Caption Standard
32282
32283 \begin_layout Plain Layout
32284 \begin_inset CommandInset label
32285 LatexCommand label
32286 name "tab:Beschriftung-neben-breiter"
32287
32288 \end_inset
32289
32290 Diese Beschriftung ist breiter als die in Tabelle
32291 \begin_inset space ~
32292 \end_inset
32293
32294
32295 \begin_inset CommandInset ref
32296 LatexCommand ref
32297 reference "tab:Beschriftung-neben"
32298
32299 \end_inset
32300
32301 .
32302 \end_layout
32303
32304 \end_inset
32305
32306
32307 \end_layout
32308
32309 \begin_layout Plain Layout
32310 \begin_inset Tabular
32311 <lyxtabular version="3" rows="4" columns="5">
32312 <features tabularvalignment="middle">
32313 <column alignment="center" valignment="top">
32314 <column alignment="center" valignment="top">
32315 <column alignment="center" valignment="top">
32316 <column alignment="center" valignment="top">
32317 <column alignment="center" valignment="top">
32318 <row>
32319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32320 \begin_inset Text
32321
32322 \begin_layout Plain Layout
32323 a
32324 \end_layout
32325
32326 \end_inset
32327 </cell>
32328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32329 \begin_inset Text
32330
32331 \begin_layout Plain Layout
32332
32333 \end_layout
32334
32335 \end_inset
32336 </cell>
32337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32338 \begin_inset Text
32339
32340 \begin_layout Plain Layout
32341 b
32342 \end_layout
32343
32344 \end_inset
32345 </cell>
32346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32347 \begin_inset Text
32348
32349 \begin_layout Plain Layout
32350
32351 \end_layout
32352
32353 \end_inset
32354 </cell>
32355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32356 \begin_inset Text
32357
32358 \begin_layout Plain Layout
32359 c
32360 \end_layout
32361
32362 \end_inset
32363 </cell>
32364 </row>
32365 <row>
32366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32367 \begin_inset Text
32368
32369 \begin_layout Plain Layout
32370
32371 \end_layout
32372
32373 \end_inset
32374 </cell>
32375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32376 \begin_inset Text
32377
32378 \begin_layout Plain Layout
32379 d
32380 \end_layout
32381
32382 \end_inset
32383 </cell>
32384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32385 \begin_inset Text
32386
32387 \begin_layout Plain Layout
32388
32389 \end_layout
32390
32391 \end_inset
32392 </cell>
32393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32394 \begin_inset Text
32395
32396 \begin_layout Plain Layout
32397 e
32398 \end_layout
32399
32400 \end_inset
32401 </cell>
32402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32403 \begin_inset Text
32404
32405 \begin_layout Plain Layout
32406
32407 \end_layout
32408
32409 \end_inset
32410 </cell>
32411 </row>
32412 <row>
32413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32414 \begin_inset Text
32415
32416 \begin_layout Plain Layout
32417 f
32418 \end_layout
32419
32420 \end_inset
32421 </cell>
32422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32423 \begin_inset Text
32424
32425 \begin_layout Plain Layout
32426
32427 \end_layout
32428
32429 \end_inset
32430 </cell>
32431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32432 \begin_inset Text
32433
32434 \begin_layout Plain Layout
32435 g
32436 \end_layout
32437
32438 \end_inset
32439 </cell>
32440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32441 \begin_inset Text
32442
32443 \begin_layout Plain Layout
32444
32445 \end_layout
32446
32447 \end_inset
32448 </cell>
32449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32450 \begin_inset Text
32451
32452 \begin_layout Plain Layout
32453 h
32454 \end_layout
32455
32456 \end_inset
32457 </cell>
32458 </row>
32459 <row>
32460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32461 \begin_inset Text
32462
32463 \begin_layout Plain Layout
32464
32465 \end_layout
32466
32467 \end_inset
32468 </cell>
32469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32470 \begin_inset Text
32471
32472 \begin_layout Plain Layout
32473 i
32474 \end_layout
32475
32476 \end_inset
32477 </cell>
32478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32479 \begin_inset Text
32480
32481 \begin_layout Plain Layout
32482
32483 \end_layout
32484
32485 \end_inset
32486 </cell>
32487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32488 \begin_inset Text
32489
32490 \begin_layout Plain Layout
32491 j
32492 \end_layout
32493
32494 \end_inset
32495 </cell>
32496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32497 \begin_inset Text
32498
32499 \begin_layout Plain Layout
32500
32501 \end_layout
32502
32503 \end_inset
32504 </cell>
32505 </row>
32506 </lyxtabular>
32507
32508 \end_inset
32509
32510
32511 \end_layout
32512
32513 \end_inset
32514
32515
32516 \end_layout
32517
32518 \begin_layout Standard
32519 \begin_inset ERT
32520 status collapsed
32521
32522 \begin_layout Plain Layout
32523
32524
32525 \backslash
32526 TabBesEnd
32527 \end_layout
32528
32529 \end_inset
32530
32531
32532 \end_layout
32533
32534 \begin_layout Standard
32535 \begin_inset ERT
32536 status collapsed
32537
32538 \begin_layout Plain Layout
32539
32540
32541 \backslash
32542 else
32543 \end_layout
32544
32545 \end_inset
32546
32547
32548 \begin_inset Note Note
32549 status open
32550
32551 \begin_layout Plain Layout
32552 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
32553 -Paket 
32554 \series bold
32555 sidecap
32556 \series default
32557  nicht installiert ist:
32558 \end_layout
32559
32560 \end_inset
32561
32562
32563 \end_layout
32564
32565 \begin_layout Standard
32566 Das \SpecialChar LaTeX
32567 -Paket 
32568 \series bold
32569 sidecap
32570 \series default
32571  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
32572 \end_layout
32573
32574 \begin_layout Standard
32575 \begin_inset ERT
32576 status collapsed
32577
32578 \begin_layout Plain Layout
32579
32580
32581 \backslash
32582 fi
32583 \end_layout
32584
32585 \end_inset
32586
32587
32588 \end_layout
32589
32590 \begin_layout Section
32591 Gleitobjekt-Verzeichnisse
32592 \begin_inset Index idx
32593 range none
32594 pageformat default
32595 status collapsed
32596
32597 \begin_layout Plain Layout
32598 Gleitobjekte
32599 \begin_inset IndexMacro subentry
32600 status open
32601
32602 \begin_layout Plain Layout
32603 Verzeichnisse
32604 \end_layout
32605
32606 \end_inset
32607
32608
32609 \end_layout
32610
32611 \end_inset
32612
32613
32614 \end_layout
32615
32616 \begin_layout Standard
32617 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
32618  Sie können mit den Untermenüs von 
32619 \family sans
32620 Einfügen\SpecialChar menuseparator
32621 Liste
32622 \begin_inset space ~
32623 \end_inset
32624
32625 /
32626 \begin_inset space ~
32627 \end_inset
32628
32629 Inhaltsverzeichnis
32630 \family default
32631  eingefügt werden.
32632 \end_layout
32633
32634 \begin_layout Standard
32635 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
32636  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
32637 \end_layout
32638
32639 \begin_layout Standard
32640 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
32641  und ein Tabellen-Verzeichnis.
32642 \end_layout
32643
32644 \begin_layout Chapter
32645 Notizen
32646 \end_layout
32647
32648 \begin_layout Section
32649 \SpecialChar LyX
32650 -Notizen
32651 \begin_inset Index idx
32652 range none
32653 pageformat default
32654 status open
32655
32656 \begin_layout Plain Layout
32657 Notizen
32658 \begin_inset IndexMacro subentry
32659 status open
32660
32661 \begin_layout Plain Layout
32662 \SpecialChar LyX
32663 -Notizen
32664 \end_layout
32665
32666 \end_inset
32667
32668
32669 \end_layout
32670
32671 \end_inset
32672
32673
32674 \end_layout
32675
32676 \begin_layout Standard
32677 Notizen werden mit einem Klick auf 
32678 \begin_inset Info
32679 type  "icon"
32680 arg   "note-insert"
32681 \end_inset
32682
32683  oder 
32684 \family sans
32685 Einfügen\SpecialChar menuseparator
32686 Notiz
32687 \family default
32688  eingefügt.
32689  Es gibt drei Arten:
32690 \end_layout
32691
32692 \begin_layout Description
32693 \SpecialChar LyX
32694 -Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
32695  Eine 
32696 \family sans
32697 \SpecialChar LyX
32698 -Notiz
32699 \family default
32700  sieht so aus:
32701 \begin_inset Newline newline
32702 \end_inset
32703
32704
32705 \begin_inset Newline newline
32706 \end_inset
32707
32708
32709 \begin_inset Graphics
32710         filename clipart/LyXNotiz.png
32711         display false
32712         scale 80
32713         scaleBeforeRotation
32714
32715 \end_inset
32716
32717  
32718 \begin_inset Note Note
32719 status open
32720
32721 \begin_layout Plain Layout
32722 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
32723 \end_layout
32724
32725 \end_inset
32726
32727
32728 \end_layout
32729
32730 \begin_layout Description
32731 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
32732  \SpecialChar LaTeX
32733 -Kommentar, wenn Sie das Dokument nach \SpecialChar LaTeX
32734  exportieren (
32735 \family sans
32736 Datei\SpecialChar menuseparator
32737 Ex\SpecialChar softhyphen
32738 por\SpecialChar softhyphen
32739 tie\SpecialChar softhyphen
32740 ren\SpecialChar menuseparator
32741 LaTeX
32742 \begin_inset space ~
32743 \end_inset
32744
32745 (pdflatex) / (normal)
32746 \family default
32747 .
32748  Ein Kommentar sieht so aus:
32749 \begin_inset Newline newline
32750 \end_inset
32751
32752
32753 \begin_inset Newline newline
32754 \end_inset
32755
32756
32757 \begin_inset Graphics
32758         filename clipart/Kommentar.png
32759         display false
32760         scale 80
32761         scaleBeforeRotation
32762
32763 \end_inset
32764
32765  
32766 \begin_inset Note Comment
32767 status open
32768
32769 \begin_layout Plain Layout
32770 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
32771 \end_layout
32772
32773 \end_inset
32774
32775
32776 \end_layout
32777
32778 \begin_layout Description
32779 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
32780 \begin_inset Newline newline
32781 \end_inset
32782
32783
32784 \begin_inset Newline newline
32785 \end_inset
32786
32787
32788 \begin_inset Graphics
32789         filename clipart/GrauschriftNotiz.png
32790         display false
32791         scale 80
32792         scaleBeforeRotation
32793
32794 \end_inset
32795
32796
32797 \begin_inset Newline newline
32798 \end_inset
32799
32800
32801 \begin_inset ERT
32802 status collapsed
32803
32804 \begin_layout Plain Layout
32805
32806
32807 \backslash
32808 renewenvironment{lyxgreyedout}
32809 \end_layout
32810
32811 \begin_layout Plain Layout
32812
32813 {
32814 \backslash
32815 textcolor[gray]{0.4}
32816 \backslash
32817 bgroup}{
32818 \backslash
32819 egroup}
32820 \end_layout
32821
32822 \end_inset
32823
32824
32825 \begin_inset Note Greyedout
32826 status open
32827
32828 \begin_layout Plain Layout
32829 Dies ist Text in einem Kommentar-Kästchen, der nur als Kommentar in der
32830  \SpecialChar LaTeX
32831 -Datei erscheint.
32832 \end_layout
32833
32834 \end_inset
32835
32836
32837 \begin_inset ERT
32838 status collapsed
32839
32840 \begin_layout Plain Layout
32841
32842
32843 \backslash
32844 renewenvironment{lyxgreyedout}
32845 \end_layout
32846
32847 \begin_layout Plain Layout
32848
32849 {
32850 \backslash
32851 textcolor{blue}
32852 \backslash
32853 bgroup}{
32854 \backslash
32855 egroup}
32856 \end_layout
32857
32858 \end_inset
32859
32860
32861 \begin_inset Note Note
32862 status collapsed
32863
32864 \begin_layout Plain Layout
32865 Die Grauschrift-Notiz wurde auf die ursprüngliche \SpecialChar LyX
32866 -Definition zurückgesetzt,
32867  weil Grauschriften im \SpecialChar LaTeX
32868 -Vorspann dieses Dokuments blau definiert wurden.
32869  
32870 \end_layout
32871
32872 \end_inset
32873
32874
32875 \begin_inset Newline newline
32876 \end_inset
32877
32878
32879 \begin_inset Newline newline
32880 \end_inset
32881
32882 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
32883  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
32884 \end_layout
32885
32886 \begin_layout Standard
32887 \begin_inset VSpace bigskip
32888 \end_inset
32889
32890 Wenn Sie auf den Werkzeugleistenknopf 
32891 \family sans
32892
32893 \begin_inset Info
32894 type  "icon"
32895 arg   "note-insert"
32896 \end_inset
32897
32898
32899 \family default
32900  klicken, wird zunächst eine 
32901 \family sans
32902 \SpecialChar LyX
32903 -Notiz
32904 \family default
32905  eingefügt.
32906  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
32907  Notiz-Typen auswählen.
32908  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
32909  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
32910  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
32911  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
32912  am Ende der Notiz ist.
32913 \end_layout
32914
32915 \begin_layout Standard
32916 \begin_inset VSpace bigskip
32917 \end_inset
32918
32919 Die Textfarbe von Grauschrift-Boxen kann im Menü 
32920 \family sans
32921 Dokument\SpecialChar menuseparator
32922 Einstellungen\SpecialChar menuseparator
32923 Farben
32924 \family default
32925  geändert werden.
32926 \end_layout
32927
32928 \begin_layout Section
32929 Fußnoten
32930 \begin_inset CommandInset label
32931 LatexCommand label
32932 name "abs:Fußnoten"
32933
32934 \end_inset
32935
32936
32937 \begin_inset Index idx
32938 range none
32939 pageformat default
32940 status collapsed
32941
32942 \begin_layout Plain Layout
32943 Notizen
32944 \begin_inset IndexMacro subentry
32945 status open
32946
32947 \begin_layout Plain Layout
32948 Fußnoten
32949 \end_layout
32950
32951 \end_inset
32952
32953
32954 \end_layout
32955
32956 \end_inset
32957
32958
32959 \begin_inset Index idx
32960 range none
32961 pageformat default
32962 status collapsed
32963
32964 \begin_layout Plain Layout
32965 Fußnoten
32966 \end_layout
32967
32968 \end_inset
32969
32970
32971 \end_layout
32972
32973 \begin_layout Standard
32974 Fußnoten werden über den Werkzeugleistenknopf 
32975 \begin_inset Info
32976 type  "icon"
32977 arg   "footnote-insert"
32978 \end_inset
32979
32980  oder das Menü 
32981 \family sans
32982 Einfügen\SpecialChar menuseparator
32983 Fußnote
32984 \family default
32985  eingefügt.
32986  Man sieht dann diese Fußnotenbox: 
32987 \begin_inset Graphics
32988         filename clipart/Fussnote.png
32989         scale 95
32990         scaleBeforeRotation
32991
32992 \end_inset
32993
32994  in die der Fußnotentext eingegeben wird.
32995  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
32996  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
32997  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
32998 \family sans
32999 Backspace
33000 \family default
33001  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
33002 \family sans
33003 Entf
33004 \family default
33005  wenn der Cursor am Ende der Fußnote ist.
33006 \end_layout
33007
33008 \begin_layout Standard
33009 Hier ist eine Beispielfußnote:
33010 \color black
33011
33012 \begin_inset Foot
33013 status open
33014
33015 \begin_layout Plain Layout
33016 \begin_inset CommandInset label
33017 LatexCommand label
33018 name "fuss:Fußnoten-Beispiel"
33019
33020 \end_inset
33021
33022 Dies ist eine Fußnote.
33023 \end_layout
33024
33025 \end_inset
33026
33027
33028 \color inherit
33029
33030 \begin_inset ERT
33031 status collapsed
33032
33033 \begin_layout Plain Layout
33034
33035
33036 \backslash
33037 newcounter{MyRepeatFoot}
33038 \end_layout
33039
33040 \begin_layout Plain Layout
33041
33042
33043 \backslash
33044 setcounter{MyRepeatFoot}{
33045 \backslash
33046 thefootnote}
33047 \end_layout
33048
33049 \end_inset
33050
33051
33052 \end_layout
33053
33054 \begin_layout Standard
33055 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
33056  wurde, eine hochgestellte Zahl.
33057  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
33058  hochgestellt dem Text vorangeht.
33059  Die Fußnotennummern werden von \SpecialChar LaTeX
33060  berechnet und sind fortlaufend.
33061  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
33062  werden.
33063 \end_layout
33064
33065 \begin_layout Standard
33066 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
33067  der Fußnote eine Marke eingefügt wurde.
33068  Dies ist ein Querverweis auf Fußnote
33069 \begin_inset space ~
33070 \end_inset
33071
33072
33073 \begin_inset CommandInset ref
33074 LatexCommand ref
33075 reference "fuss:Fußnoten-Beispiel"
33076
33077 \end_inset
33078
33079 .
33080 \end_layout
33081
33082 \begin_layout Standard
33083 \begin_inset VSpace defskip
33084 \end_inset
33085
33086 Fußnoten in Titel-Umgebungen werden üblicherweise mit Symbolen nummeriert
33087  und sie können nur einen Absatz enthalten.
33088  Siehe als Beispiel die Fußnote der Titelseite dieses Dokuments.
33089 \end_layout
33090
33091 \begin_layout Standard
33092 Fußnoten in langen Tabellen sind in Abschnitt
33093 \begin_inset space ~
33094 \end_inset
33095
33096
33097 \begin_inset CommandInset ref
33098 LatexCommand ref
33099 reference "uab:Fußnoten-in-mehrseitigen"
33100
33101 \end_inset
33102
33103  beschrieben.
33104 \end_layout
33105
33106 \begin_layout Standard
33107 \begin_inset VSpace defskip
33108 \end_inset
33109
33110
33111 \end_layout
33112
33113 \begin_layout Standard
33114 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
33115  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
33116  innerhalb einer Seite ist.
33117  (Mehr über Minipages ist in Abschnitt
33118 \begin_inset space ~
33119 \end_inset
33120
33121
33122 \begin_inset CommandInset ref
33123 LatexCommand ref
33124 reference "abs:Minipage"
33125
33126 \end_inset
33127
33128  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
33129  Seitenrand wie normale Fußnoten gedruckt wird, verwenden Sie diese Methode:
33130  Anstatt einer Fußnote wird der Befehl 
33131 \series bold
33132
33133 \backslash
33134 footnotemark{}
33135 \series default
33136  als \SpecialChar TeX
33137 -Code eingefügt.
33138  Der Text der Fußnote wird als Argument des \SpecialChar TeX
33139 -Code-Befehls 
33140 \series bold
33141
33142 \backslash
33143 footnotetext
33144 \series default
33145  nach der Minipage-Box eingegeben.
33146 \begin_inset Newline newline
33147 \end_inset
33148
33149 Hinter folgender Minipage-Box wurde als Beispiel dieser Befehl eingegeben:
33150 \end_layout
33151
33152 \begin_layout Standard
33153
33154 \series bold
33155
33156 \backslash
33157 footnotetext{
33158 \series default
33159 Fußnote außerhalb der Minipage.
33160 \series bold
33161 }
33162 \end_layout
33163
33164 \begin_layout Standard
33165 \begin_inset Box Frameless
33166 position "t"
33167 hor_pos "c"
33168 has_inner_box 1
33169 inner_pos "t"
33170 use_parbox 0
33171 use_makebox 0
33172 width "100col%"
33173 special "none"
33174 height "1in"
33175 height_special "totalheight"
33176 thickness "0.4pt"
33177 separation "3pt"
33178 shadowsize "4pt"
33179 framecolor "black"
33180 backgroundcolor "none"
33181 status open
33182
33183 \begin_layout Plain Layout
33184 Dies ist ein Beispieltext.in einer Minipage.
33185 \begin_inset Foot
33186 status open
33187
33188 \begin_layout Plain Layout
33189 Fußnote in einer Minipage.
33190 \end_layout
33191
33192 \end_inset
33193
33194
33195 \end_layout
33196
33197 \begin_layout Plain Layout
33198 Dies ist ein Beispieltext.
33199  in einer Minipage.
33200 \begin_inset ERT
33201 status collapsed
33202
33203 \begin_layout Plain Layout
33204
33205
33206 \backslash
33207 footnotemark{}
33208 \end_layout
33209
33210 \end_inset
33211
33212
33213 \end_layout
33214
33215 \end_inset
33216
33217
33218 \end_layout
33219
33220 \begin_layout Standard
33221 \begin_inset ERT
33222 status collapsed
33223
33224 \begin_layout Plain Layout
33225
33226
33227 \backslash
33228 footnotetext{
33229 \end_layout
33230
33231 \end_inset
33232
33233 Fußnote außerhalb der Minipage.
33234 \begin_inset ERT
33235 status collapsed
33236
33237 \begin_layout Plain Layout
33238
33239 }
33240 \end_layout
33241
33242 \end_inset
33243
33244
33245 \end_layout
33246
33247 \begin_layout Standard
33248 \begin_inset VSpace defskip
33249 \end_inset
33250
33251
33252 \end_layout
33253
33254 \begin_layout Standard
33255 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
33256  Fußnotentext zu drucken, verwenden Sie den \SpecialChar TeX
33257 -Code-Befehl 
33258 \series bold
33259
33260 \backslash
33261 footnotemark[Nummer]
33262 \series default
33263 .
33264 \begin_inset Newline newline
33265 \end_inset
33266
33267 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
33268  sie speichern, nachdem Sie die Fußnote eingefügt haben.
33269  Hinter Fußnote
33270 \begin_inset space ~
33271 \end_inset
33272
33273
33274 \begin_inset CommandInset ref
33275 LatexCommand ref
33276 reference "fuss:Fußnoten-Beispiel"
33277
33278 \end_inset
33279
33280  wurde das mit folgenden \SpecialChar TeX
33281 -Code-Befehlen gemacht:
33282 \end_layout
33283
33284 \begin_layout Standard
33285
33286 \series bold
33287
33288 \backslash
33289 newcounter{MyRepeatFoot}
33290 \begin_inset Newline newline
33291 \end_inset
33292
33293
33294 \backslash
33295 setcounter{MyRepeatFoot}{
33296 \backslash
33297 thefootnote}
33298 \end_layout
33299
33300 \begin_layout Standard
33301 Die Fußnotenmarke wurde dann mit diesem \SpecialChar TeX
33302 -Code-Befehl definiert;
33303 \end_layout
33304
33305 \begin_layout Standard
33306
33307 \series bold
33308
33309 \backslash
33310 footnotemark[
33311 \backslash
33312 theMyRepeatFoot]
33313 \end_layout
33314
33315 \begin_layout Standard
33316 Hier ist eine wiederholte Fußnote:
33317 \begin_inset ERT
33318 status collapsed
33319
33320 \begin_layout Plain Layout
33321
33322
33323 \backslash
33324 footnotemark[
33325 \backslash
33326 theMyRepeatFoot]
33327 \end_layout
33328
33329 \end_inset
33330
33331
33332 \end_layout
33333
33334 \begin_layout Standard
33335 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
33336  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
33337 \end_layout
33338
33339 \begin_layout Standard
33340
33341 \series bold
33342
33343 \backslash
33344 footnotemark[
33345 \backslash
33346 thefootnote]
33347 \end_layout
33348
33349 \begin_layout Standard
33350 Hier ist eine weitere wiederholte Fußnote:
33351 \begin_inset ERT
33352 status collapsed
33353
33354 \begin_layout Plain Layout
33355
33356
33357 \backslash
33358 footnotemark[
33359 \backslash
33360 thefootnote]
33361 \end_layout
33362
33363 \end_inset
33364
33365
33366 \end_layout
33367
33368 \begin_layout Subsection
33369 Fußnoten-Nummerierung
33370 \begin_inset CommandInset label
33371 LatexCommand label
33372 name "uab:Fußnoten-Nummerierung"
33373
33374 \end_inset
33375
33376
33377 \begin_inset Index idx
33378 range none
33379 pageformat default
33380 status collapsed
33381
33382 \begin_layout Plain Layout
33383 Fußnoten
33384 \begin_inset IndexMacro subentry
33385 status open
33386
33387 \begin_layout Plain Layout
33388 Nummerierung
33389 \end_layout
33390
33391 \end_inset
33392
33393
33394 \end_layout
33395
33396 \end_inset
33397
33398
33399 \end_layout
33400
33401 \begin_layout Standard
33402 Um Fußnoten nach jedem Abschnitt
33403 \family roman
33404  auf 1 zurückzusetzen, 
33405 \family default
33406 müssen Sie folgenden Befehl in den \SpecialChar LaTeX
33407 -Vorspann schreiben:
33408 \end_layout
33409
33410 \begin_layout Standard
33411
33412 \series bold
33413
33414 \backslash
33415 @addtoreset{footnote}{section}
33416 \end_layout
33417
33418 \begin_layout Standard
33419 \begin_inset VSpace bigskip
33420 \end_inset
33421
33422 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
33423  Zahlen:
33424 \end_layout
33425
33426 \begin_layout Standard
33427
33428 \series bold
33429
33430 \backslash
33431 renewcommand{
33432 \backslash
33433 thefootnote}{
33434 \backslash
33435 roman{footnote}}
33436 \end_layout
33437
33438 \begin_layout Standard
33439 \begin_inset ERT
33440 status collapsed
33441
33442 \begin_layout Plain Layout
33443
33444
33445 \backslash
33446 renewcommand{
33447 \backslash
33448 thefootnote}{
33449 \backslash
33450 roman{footnote}}
33451 \end_layout
33452
33453 \end_inset
33454
33455  Hier ist ein Beispiel für solch eine Fußnote:
33456 \begin_inset Foot
33457 status open
33458
33459 \begin_layout Plain Layout
33460 Dies ist eine Fußnote mit kleinen römischen Zahlen
33461 \end_layout
33462
33463 \end_inset
33464
33465
33466 \end_layout
33467
33468 \begin_layout Standard
33469 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
33470  in obigem Befehl 
33471 \series bold
33472
33473 \backslash
33474 roman
33475 \series default
33476  durch 
33477 \series bold
33478
33479 \backslash
33480 Roman
33481 \series default
33482 .
33483  Um Fußnoten mit großen oder kleinen Buchstaben zu 
33484 \begin_inset Quotes gld
33485 \end_inset
33486
33487 nummerieren
33488 \begin_inset Quotes grd
33489 \end_inset
33490
33491 , verwenden Sie die Befehle 
33492 \series bold
33493
33494 \backslash
33495 Alph
33496 \series default
33497  oder 
33498 \series bold
33499
33500 \backslash
33501 alph
33502 \series default
33503 .
33504  Für die 
33505 \begin_inset Quotes gld
33506 \end_inset
33507
33508 Nummerierung
33509 \begin_inset Quotes grd
33510 \end_inset
33511
33512  mit Symbolen steht der Befehl 
33513 \series bold
33514
33515 \backslash
33516 fnsymbol
33517 \series default
33518  zur Verfügung.
33519 \end_layout
33520
33521 \begin_layout Standard
33522 \begin_inset Note Greyedout
33523 status open
33524
33525 \begin_layout Plain Layout
33526
33527 \series bold
33528 Bemerkung 1:
33529 \series default
33530  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
33531  
33532 \emph on
33533 ein
33534 \emph default
33535  Buchstabe verwendet wird.
33536 \end_layout
33537
33538 \end_inset
33539
33540
33541 \begin_inset Newline newline
33542 \end_inset
33543
33544
33545 \begin_inset Note Greyedout
33546 status open
33547
33548 \begin_layout Plain Layout
33549
33550 \series bold
33551 Bemerkung 2:
33552 \series default
33553  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
33554 \end_layout
33555
33556 \end_inset
33557
33558
33559 \end_layout
33560
33561 \begin_layout Standard
33562 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
33563 \series bold
33564
33565 \backslash
33566 arabic
33567 \series default
33568  anstelle von 
33569 \series bold
33570
33571 \backslash
33572 roman
33573 \series default
33574  in obigem Befehl.
33575 \begin_inset ERT
33576 status collapsed
33577
33578 \begin_layout Plain Layout
33579
33580
33581 \backslash
33582 renewcommand{
33583 \backslash
33584 thefootnote}{
33585 \backslash
33586 arabic{footnote}}
33587 \end_layout
33588
33589 \end_inset
33590
33591
33592 \end_layout
33593
33594 \begin_layout Standard
33595 \begin_inset VSpace bigskip
33596 \end_inset
33597
33598
33599 \end_layout
33600
33601 \begin_layout Standard
33602 Wenn Sie wollen, dass Fußnoten nach dem Schema 
33603 \begin_inset Quotes gld
33604 \end_inset
33605
33606 Kapitel.Fußnote
33607 \begin_inset Quotes grd
33608 \end_inset
33609
33610  nummeriert werden, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
33611 -Vorspann schreiben:
33612 \end_layout
33613
33614 \begin_layout Standard
33615
33616 \series bold
33617
33618 \backslash
33619 numberwithin{footnote}{chapter}
33620 \end_layout
33621
33622 \begin_layout Standard
33623 Um 
33624 \series bold
33625
33626 \backslash
33627 numberwithin
33628 \series default
33629  benutzen zu können, muss in den 
33630 \family sans
33631 Mathe
33632 \begin_inset space ~
33633 \end_inset
33634
33635 Optionen
33636 \family default
33637  der 
33638 \family sans
33639 Dokument-Einstellungen
33640 \family default
33641  
33642 \family sans
33643 AMS
33644 \begin_inset space ~
33645 \end_inset
33646
33647 Mathe
33648 \begin_inset space ~
33649 \end_inset
33650
33651 Paket
33652 \family default
33653
33654 \begin_inset space ~
33655 \end_inset
33656
33657
33658 \family sans
33659 verwenden
33660 \family default
33661  angekreuzt sein.
33662 \begin_inset ERT
33663 status collapsed
33664
33665 \begin_layout Plain Layout
33666
33667
33668 \backslash
33669 numberwithin{footnote}{chapter}
33670 \end_layout
33671
33672 \end_inset
33673
33674  Hier ist ein Beispiel für solch eine Fußnote.
33675 \series bold
33676
33677 \begin_inset Foot
33678 status open
33679
33680 \begin_layout Plain Layout
33681 Dies ist eine Fußnote nach dem Schema 
33682 \begin_inset Quotes gld
33683 \end_inset
33684
33685 Kapitel.Fußnote
33686 \begin_inset Quotes grd
33687 \end_inset
33688
33689 .
33690 \end_layout
33691
33692 \end_inset
33693
33694
33695 \series default
33696
33697 \begin_inset ERT
33698 status collapsed
33699
33700 \begin_layout Plain Layout
33701
33702
33703 \backslash
33704 renewcommand{
33705 \backslash
33706 thefootnote}{
33707 \backslash
33708 arabic{footnote}}
33709 \end_layout
33710
33711 \end_inset
33712
33713
33714 \end_layout
33715
33716 \begin_layout Standard
33717 \begin_inset Note Greyedout
33718 status open
33719
33720 \begin_layout Plain Layout
33721
33722 \series bold
33723 Bemerkung:
33724 \series default
33725  
33726 \series bold
33727
33728 \backslash
33729 numberwithin
33730 \series default
33731  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
33732  werden überschrieben.
33733 \end_layout
33734
33735 \end_inset
33736
33737
33738 \end_layout
33739
33740 \begin_layout Standard
33741 Um also z.
33742 \begin_inset space \thinspace{}
33743 \end_inset
33744
33745 B.
33746  das Schema 
33747 \begin_inset Quotes gld
33748 \end_inset
33749
33750 Kapitel.
33751 \backslash
33752 Roman{footnote}
33753 \begin_inset Quotes grd
33754 \end_inset
33755
33756  zu erhalten, muss dieser Befehl anstelle von 
33757 \series bold
33758
33759 \backslash
33760 numberwithin
33761 \series default
33762  verwendet werden:
33763 \end_layout
33764
33765 \begin_layout Standard
33766
33767 \series bold
33768
33769 \backslash
33770 renewcommand{
33771 \backslash
33772 thefootnote}{
33773 \backslash
33774 thechapter.
33775 \backslash
33776 Roman{footnote}}
33777 \end_layout
33778
33779 \begin_layout Subsection
33780 Fußnoten-Platzierung
33781 \begin_inset Index idx
33782 range none
33783 pageformat default
33784 status collapsed
33785
33786 \begin_layout Plain Layout
33787 Fußnoten
33788 \begin_inset IndexMacro subentry
33789 status open
33790
33791 \begin_layout Plain Layout
33792 Platzierung
33793 \end_layout
33794
33795 \end_inset
33796
33797
33798 \end_layout
33799
33800 \end_inset
33801
33802
33803 \end_layout
33804
33805 \begin_layout Standard
33806 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
33807  ohne Zwischenraum am Ende der Seite gedruckt.
33808  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
33809  \SpecialChar LaTeX
33810 -Vorspann 1.5
33811 \begin_inset space \thinspace{}
33812 \end_inset
33813
33814 mm Zwischenraum einfügen:
33815 \end_layout
33816
33817 \begin_layout Standard
33818
33819 \series bold
33820
33821 \backslash
33822 let
33823 \backslash
33824 myFoot
33825 \backslash
33826 footnote
33827 \begin_inset Newline newline
33828 \end_inset
33829
33830
33831 \backslash
33832 renewcommand{
33833 \backslash
33834 footnote}[1]{
33835 \backslash
33836 myFoot{#1
33837 \backslash
33838 vspace{1.5mm}}}
33839 \end_layout
33840
33841 \begin_layout Standard
33842 \begin_inset VSpace bigskip
33843 \end_inset
33844
33845 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
33846  Spalte gedruckt, Abbildung
33847 \begin_inset space ~
33848 \end_inset
33849
33850
33851 \begin_inset CommandInset ref
33852 LatexCommand ref
33853 reference "abb:Standard-Fußnoten-Platzierung-in"
33854
33855 \end_inset
33856
33857 .
33858  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
33859  in Abbildung
33860 \begin_inset space ~
33861 \end_inset
33862
33863
33864 \begin_inset CommandInset ref
33865 LatexCommand ref
33866 reference "abb:Fußnoten-Platzierung-in-einem"
33867
33868 \end_inset
33869
33870 , müssen Sie das \SpecialChar LaTeX
33871 -Paket 
33872 \series bold
33873 ftnright
33874 \series default
33875
33876 \begin_inset Index idx
33877 range none
33878 pageformat default
33879 status collapsed
33880
33881 \begin_layout Plain Layout
33882 \SpecialChar LaTeX
33883 -Pakete
33884 \begin_inset IndexMacro subentry
33885 status open
33886
33887 \begin_layout Plain Layout
33888 ftnright
33889 \end_layout
33890
33891 \end_inset
33892
33893
33894 \end_layout
33895
33896 \end_inset
33897
33898  mit folgendem Befehl im \SpecialChar LaTeX
33899 -Vorspann einfügen:
33900 \end_layout
33901
33902 \begin_layout Standard
33903
33904 \series bold
33905
33906 \backslash
33907 usepackage{ftnright}
33908 \end_layout
33909
33910 \begin_layout Standard
33911 \begin_inset Float figure
33912 placement !h
33913 alignment document
33914 wide false
33915 sideways false
33916 status open
33917
33918 \begin_layout Plain Layout
33919 \noindent
33920 \align center
33921 \begin_inset Box Boxed
33922 position "t"
33923 hor_pos "c"
33924 has_inner_box 0
33925 inner_pos "t"
33926 use_parbox 0
33927 use_makebox 0
33928 width ""
33929 special "none"
33930 height "1in"
33931 height_special "totalheight"
33932 thickness "0.4pt"
33933 separation "3pt"
33934 shadowsize "4pt"
33935 framecolor "black"
33936 backgroundcolor "none"
33937 status open
33938
33939 \begin_layout Plain Layout
33940 \begin_inset Graphics
33941         filename ../clipart/without_fntright.pdf
33942         width 100col%
33943         scaleBeforeRotation
33944
33945 \end_inset
33946
33947
33948 \end_layout
33949
33950 \end_inset
33951
33952
33953 \end_layout
33954
33955 \begin_layout Plain Layout
33956 \begin_inset Caption Standard
33957
33958 \begin_layout Plain Layout
33959 \begin_inset CommandInset label
33960 LatexCommand label
33961 name "abb:Standard-Fußnoten-Platzierung-in"
33962
33963 \end_inset
33964
33965 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
33966 \begin_inset Argument 1
33967 status open
33968
33969 \begin_layout Plain Layout
33970 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
33971 \end_layout
33972
33973 \end_inset
33974
33975
33976 \end_layout
33977
33978 \end_inset
33979
33980
33981 \end_layout
33982
33983 \end_inset
33984
33985
33986 \end_layout
33987
33988 \begin_layout Standard
33989 \begin_inset Float figure
33990 placement !h
33991 alignment document
33992 wide false
33993 sideways false
33994 status open
33995
33996 \begin_layout Plain Layout
33997 \noindent
33998 \align center
33999 \begin_inset Box Boxed
34000 position "t"
34001 hor_pos "c"
34002 has_inner_box 0
34003 inner_pos "t"
34004 use_parbox 0
34005 use_makebox 0
34006 width ""
34007 special "none"
34008 height "1in"
34009 height_special "totalheight"
34010 thickness "0.4pt"
34011 separation "3pt"
34012 shadowsize "4pt"
34013 framecolor "black"
34014 backgroundcolor "none"
34015 status open
34016
34017 \begin_layout Plain Layout
34018 \begin_inset Graphics
34019         filename ../clipart/with_fntright.pdf
34020         width 100col%
34021         scaleBeforeRotation
34022
34023 \end_inset
34024
34025
34026 \end_layout
34027
34028 \end_inset
34029
34030
34031 \end_layout
34032
34033 \begin_layout Plain Layout
34034 \begin_inset Caption Standard
34035
34036 \begin_layout Plain Layout
34037 \begin_inset CommandInset label
34038 LatexCommand label
34039 name "abb:Fußnoten-Platzierung-in-einem"
34040
34041 \end_inset
34042
34043 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem \SpecialChar LaTeX
34044 -Paket 
34045 \series bold
34046 ftnright
34047 \series default
34048 .
34049 \begin_inset Argument 1
34050 status collapsed
34051
34052 \begin_layout Plain Layout
34053 Fußnoten-Platzierung mit 
34054 \family typewriter
34055 ftnright
34056 \end_layout
34057
34058 \end_inset
34059
34060
34061 \end_layout
34062
34063 \end_inset
34064
34065
34066 \end_layout
34067
34068 \end_inset
34069
34070
34071 \end_layout
34072
34073 \begin_layout Standard
34074 \begin_inset VSpace bigskip
34075 \end_inset
34076
34077 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
34078  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
34079 \begin_inset space ~
34080 \end_inset
34081
34082
34083 \begin_inset CommandInset ref
34084 LatexCommand ref
34085 reference "abb:endnotes"
34086
34087 \end_inset
34088
34089  gedruckt.
34090  Man nennt sie dann 
34091 \begin_inset Quotes gld
34092 \end_inset
34093
34094 Endnoten
34095 \begin_inset Quotes grd
34096 \end_inset
34097
34098 .
34099 \begin_inset Index idx
34100 range none
34101 pageformat default
34102 status collapsed
34103
34104 \begin_layout Plain Layout
34105 Endnoten
34106 \end_layout
34107
34108 \end_inset
34109
34110  Um das zu erreichen, laden Sie im Menü 
34111 \family sans
34112 Dokument\SpecialChar menuseparator
34113 Einstellungen\SpecialChar menuseparator
34114 Module 
34115 \family default
34116 das Modul 
34117 \family sans
34118 Fußnote
34119 \begin_inset space ~
34120 \end_inset
34121
34122 als
34123 \begin_inset space ~
34124 \end_inset
34125
34126 Endnote
34127 \family default
34128 .
34129  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
34130 \end_layout
34131
34132 \begin_layout Standard
34133
34134 \series bold
34135
34136 \backslash
34137 theendnotes
34138 \end_layout
34139
34140 \begin_layout Standard
34141 als \SpecialChar TeX
34142 -Code am Ende des Abschnitts oder Kapitels ein.
34143 \end_layout
34144
34145 \begin_layout Standard
34146 \begin_inset Float figure
34147 placement document
34148 alignment document
34149 wide false
34150 sideways false
34151 status open
34152
34153 \begin_layout Plain Layout
34154 \align center
34155 \begin_inset Box Boxed
34156 position "t"
34157 hor_pos "c"
34158 has_inner_box 0
34159 inner_pos "t"
34160 use_parbox 0
34161 use_makebox 0
34162 width ""
34163 special "none"
34164 height "1in"
34165 height_special "totalheight"
34166 thickness "0.4pt"
34167 separation "3pt"
34168 shadowsize "4pt"
34169 framecolor "black"
34170 backgroundcolor "none"
34171 status open
34172
34173 \begin_layout Plain Layout
34174 \begin_inset Graphics
34175         filename ../clipart/endnotes.pdf
34176         width 100col%
34177         scaleBeforeRotation
34178
34179 \end_inset
34180
34181
34182 \end_layout
34183
34184 \end_inset
34185
34186
34187 \end_layout
34188
34189 \begin_layout Plain Layout
34190 \begin_inset Caption Standard
34191
34192 \begin_layout Plain Layout
34193 \begin_inset CommandInset label
34194 LatexCommand label
34195 name "abb:endnotes"
34196
34197 \end_inset
34198
34199
34200 \series bold
34201 endnotes
34202 \series default
34203  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
34204  gedruckt.
34205 \end_layout
34206
34207 \end_inset
34208
34209
34210 \end_layout
34211
34212 \end_inset
34213
34214
34215 \end_layout
34216
34217 \begin_layout Standard
34218 \begin_inset VSpace medskip
34219 \end_inset
34220
34221 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
34222 ache übersetzt.
34223  Der folgende Befehl im \SpecialChar LaTeX
34224 -Vorspann  übersetzt den englischen Namen 
34225 \begin_inset Quotes gld
34226 \end_inset
34227
34228 Notes
34229 \begin_inset Quotes grd
34230 \end_inset
34231
34232  in 
34233 \begin_inset Quotes gld
34234 \end_inset
34235
34236 Anmerkungen
34237 \begin_inset Quotes grd
34238 \end_inset
34239
34240 :
34241 \end_layout
34242
34243 \begin_layout Standard
34244
34245 \series bold
34246
34247 \backslash
34248 renewcommand{
34249 \backslash
34250 notesname}{Anmerkungen}
34251 \end_layout
34252
34253 \begin_layout Standard
34254 \begin_inset VSpace medskip
34255 \end_inset
34256
34257 Wenn Sie in den Befehlen von Abschnitt
34258 \begin_inset space ~
34259 \end_inset
34260
34261
34262 \begin_inset CommandInset ref
34263 LatexCommand ref
34264 reference "uab:Fußnoten-Nummerierung"
34265
34266 \end_inset
34267
34268  
34269 \series bold
34270
34271 \backslash
34272 thefootnote
34273 \series default
34274  durch 
34275 \series bold
34276
34277 \backslash
34278 theendnote
34279 \series default
34280  ersetzen, können Sie die Nummerierung von Endnoten ändern.
34281  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
34282 \series bold
34283
34284 \backslash
34285 @addtoreset
34286 \series default
34287  wie in Abschnitt
34288 \begin_inset space \space{}
34289 \end_inset
34290
34291
34292 \begin_inset CommandInset ref
34293 LatexCommand ref
34294 reference "uab:Fußnoten-Nummerierung"
34295
34296 \end_inset
34297
34298  beschrieben und ersetzen 
34299 \series bold
34300 footnote
34301 \series default
34302  durch 
34303 \series bold
34304 endnote
34305 \series default
34306 .
34307 \end_layout
34308
34309 \begin_layout Standard
34310 Für Endnoten gibt es den Befehl 
34311 \series bold
34312
34313 \backslash
34314 endnotemark[Nummer]
34315 \series default
34316  analog zum Befehl 
34317 \series bold
34318
34319 \backslash
34320 footnotemark
34321 \series default
34322  der in Abschnitt
34323 \begin_inset space ~
34324 \end_inset
34325
34326
34327 \begin_inset CommandInset ref
34328 LatexCommand ref
34329 reference "abs:Fußnoten"
34330
34331 \end_inset
34332
34333  beschrieben ist.
34334 \end_layout
34335
34336 \begin_layout Standard
34337 \begin_inset VSpace bigskip
34338 \end_inset
34339
34340 Mit dem \SpecialChar LaTeX
34341 -Paket 
34342 \series bold
34343 footmisc
34344 \series default
34345
34346 \begin_inset Index idx
34347 range none
34348 pageformat default
34349 status collapsed
34350
34351 \begin_layout Plain Layout
34352 \SpecialChar LaTeX
34353 -Pakete
34354 \begin_inset IndexMacro subentry
34355 status open
34356
34357 \begin_layout Plain Layout
34358 footmisc
34359 \end_layout
34360
34361 \end_inset
34362
34363
34364 \end_layout
34365
34366 \end_inset
34367
34368  (
34369 \begin_inset CommandInset citation
34370 LatexCommand cite
34371 key "footmisc"
34372 literal "true"
34373
34374 \end_inset
34375
34376 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
34377 \end_layout
34378
34379 \begin_layout Standard
34380 In \SpecialChar LaTeX
34381 -Büchern, 
34382 \begin_inset CommandInset citation
34383 LatexCommand cite
34384 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
34385 literal "true"
34386
34387 \end_inset
34388
34389 , finden Sie weiteres zu Fußnoten.
34390  Wenn Sie eine 
34391 \series bold
34392 KOMA-Script
34393 \series default
34394
34395 \begin_inset Index idx
34396 range none
34397 pageformat default
34398 status collapsed
34399
34400 \begin_layout Plain Layout
34401 \SpecialChar LaTeX
34402 -Pakete
34403 \begin_inset IndexMacro subentry
34404 status open
34405
34406 \begin_layout Plain Layout
34407 KOMA-Script
34408 \end_layout
34409
34410 \end_inset
34411
34412
34413 \end_layout
34414
34415 \end_inset
34416
34417  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
34418 zifische Befehle anpassen, siehe 
34419 \begin_inset CommandInset citation
34420 LatexCommand cite
34421 key "KOMA-Script"
34422 literal "true"
34423
34424 \end_inset
34425
34426 .
34427 \end_layout
34428
34429 \begin_layout Section
34430 Randnotizen
34431 \begin_inset Index idx
34432 range none
34433 pageformat default
34434 status collapsed
34435
34436 \begin_layout Plain Layout
34437 Randnotizen
34438 \end_layout
34439
34440 \end_inset
34441
34442
34443 \begin_inset Index idx
34444 range none
34445 pageformat default
34446 status collapsed
34447
34448 \begin_layout Plain Layout
34449 Notizen
34450 \begin_inset IndexMacro subentry
34451 status open
34452
34453 \begin_layout Plain Layout
34454 Randnotizen
34455 \end_layout
34456
34457 \end_inset
34458
34459
34460 \end_layout
34461
34462 \end_inset
34463
34464
34465 \end_layout
34466
34467 \begin_layout Standard
34468 Randnotizen sehen in \SpecialChar LyX
34469  wie Fußnoten aus und verhalten sich auch so.
34470  Sie fügen sie mit einem Klick auf den Schalter 
34471 \begin_inset Info
34472 type  "icon"
34473 arg   "marginalnote-insert"
34474 \end_inset
34475
34476  oder über 
34477 \family sans
34478 Einfügen\SpecialChar menuseparator
34479 Randnotiz
34480 \family default
34481  ein.
34482  Ein graues Kästchen mit der Aufschrift 
34483 \begin_inset Quotes gld
34484 \end_inset
34485
34486 Rand
34487 \begin_inset Quotes grd
34488 \end_inset
34489
34490  erscheint
34491 \family roman
34492 \series medium
34493 , und dort, wo der Cursor steht, können Sie Text eingeben.
34494 \end_layout
34495
34496 \begin_layout Standard
34497 Hier am Rand sehen Sie eine Randnotiz.
34498  
34499 \begin_inset Marginal
34500 status open
34501
34502 \begin_layout Plain Layout
34503 Dies ist eine Randnotiz.
34504 \end_layout
34505
34506 \end_inset
34507
34508
34509 \end_layout
34510
34511 \begin_layout Standard
34512 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
34513  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
34514  Seiten und rechts auf den ungeraden.
34515  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
34516  wird und umgekehrt.
34517  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
34518  wurde.
34519 \end_layout
34520
34521 \begin_layout Standard
34522 \begin_inset VSpace bigskip
34523 \end_inset
34524
34525 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
34526 \end_layout
34527
34528 \begin_layout Standard
34529
34530 \series bold
34531
34532 \backslash
34533 reversemarginpar
34534 \end_layout
34535
34536 \begin_layout Standard
34537 als \SpecialChar TeX
34538 -Code vor einer Randnotiz ein.
34539  Das gilt dann für alle folgenden Randnotizen.
34540  
34541 \begin_inset ERT
34542 status collapsed
34543
34544 \begin_layout Plain Layout
34545
34546
34547 \backslash
34548 reversemarginpar 
34549 \end_layout
34550
34551 \end_inset
34552
34553
34554 \begin_inset Marginal
34555 status open
34556
34557 \begin_layout Plain Layout
34558 Hier ist ein Beispiel im inneren Rand.
34559 \end_layout
34560
34561 \end_inset
34562
34563
34564 \begin_inset Newline newline
34565 \end_inset
34566
34567
34568 \begin_inset Note Greyedout
34569 status open
34570
34571 \begin_layout Plain Layout
34572  
34573 \series bold
34574 Achtung:
34575 \series default
34576  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
34577 \end_layout
34578
34579 \end_inset
34580
34581
34582 \end_layout
34583
34584 \begin_layout Standard
34585 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
34586 \end_layout
34587
34588 \begin_layout Standard
34589
34590 \series bold
34591
34592 \backslash
34593 normalmarginpar
34594 \end_layout
34595
34596 \begin_layout Standard
34597 als \SpecialChar TeX
34598 -Code ein.
34599 \begin_inset ERT
34600 status collapsed
34601
34602 \begin_layout Plain Layout
34603
34604
34605 \backslash
34606 normalmarginpar 
34607 \end_layout
34608
34609 \end_inset
34610
34611
34612 \end_layout
34613
34614 \begin_layout Standard
34615 \begin_inset Note Greyedout
34616 status open
34617
34618 \begin_layout Plain Layout
34619
34620 \series bold
34621 Achtung:
34622 \series default
34623  Der Befehl wird missachtet, wenn er im selben Absatz wie 
34624 \series bold
34625
34626 \backslash
34627 reversemarginpar
34628 \series default
34629  verwendet wird.
34630 \end_layout
34631
34632 \end_inset
34633
34634
34635 \end_layout
34636
34637 \begin_layout Standard
34638 \begin_inset VSpace bigskip
34639 \end_inset
34640
34641
34642 \begin_inset Marginal
34643 status open
34644
34645 \begin_layout Plain Layout
34646
34647 \family roman
34648 \series medium
34649 EinSehrLangesWort am Anfang, das umgebrochen wird.
34650 \end_layout
34651
34652 \end_inset
34653
34654  Ähnlich wie in Abschnitt
34655 \begin_inset space ~
34656 \end_inset
34657
34658
34659 \begin_inset CommandInset ref
34660 LatexCommand ref
34661 reference "uab:Mehrere-Zeilen-in"
34662
34663 \end_inset
34664
34665  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
34666  Wort der Randnotiz sind.
34667  Um das zu vermeiden, fügen sie 0
34668 \begin_inset space \thinspace{}
34669 \end_inset
34670
34671 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
34672 \begin_inset Marginal
34673 status open
34674
34675 \begin_layout Plain Layout
34676 \begin_inset space \hspace{}
34677 \length 0pt
34678 \end_inset
34679
34680
34681 \family roman
34682 \series medium
34683 EinSehrLangesWort am Anfang, das umgebrochen wird.
34684 \end_layout
34685
34686 \end_inset
34687
34688
34689 \end_layout
34690
34691 \begin_layout Standard
34692 \begin_inset VSpace bigskip
34693 \end_inset
34694
34695
34696 \end_layout
34697
34698 \begin_layout Standard
34699 \begin_inset Note Greyedout
34700 status open
34701
34702 \begin_layout Plain Layout
34703
34704 \series bold
34705 Bemerkung:
34706 \series default
34707  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
34708  verwendet werden.
34709 \end_layout
34710
34711 \end_inset
34712
34713
34714 \end_layout
34715
34716 \begin_layout Standard
34717 \begin_inset VSpace bigskip
34718 \end_inset
34719
34720
34721 \end_layout
34722
34723 \begin_layout Standard
34724 \begin_inset ERT
34725 status collapsed
34726
34727 \begin_layout Plain Layout
34728
34729
34730 \backslash
34731 ifmarginnote
34732 \end_layout
34733
34734 \end_inset
34735
34736
34737 \begin_inset Note Note
34738 status open
34739
34740 \begin_layout Plain Layout
34741 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
34742 -Paket 
34743 \series bold
34744 marginnote
34745 \series default
34746  installiert ist.
34747 \end_layout
34748
34749 \end_inset
34750
34751
34752 \end_layout
34753
34754 \begin_layout Standard
34755 Diese Einschränkung kann umgangen werden, wenn das \SpecialChar LaTeX
34756 -Paket 
34757 \series bold
34758 marginnote
34759 \series default
34760
34761 \begin_inset Index idx
34762 range none
34763 pageformat default
34764 status collapsed
34765
34766 \begin_layout Plain Layout
34767 \SpecialChar LaTeX
34768 -Pakete
34769 \begin_inset IndexMacro subentry
34770 status open
34771
34772 \begin_layout Plain Layout
34773 marginnote
34774 \end_layout
34775
34776 \end_inset
34777
34778
34779 \end_layout
34780
34781 \end_inset
34782
34783  verwendet wird.
34784  Wenn Sie diese zwei Zeilen zum \SpecialChar LaTeX
34785 -Vorspann hinzufügen, wird der Befehl, der
34786  von \SpecialChar LyX
34787  für Randnotizen verwendet wird, umdefiniert, so dass der Befehl des
34788  Pakets 
34789 \series bold
34790 marginnote
34791 \series default
34792  für Randnotizen verwendet wird:
34793 \end_layout
34794
34795 \begin_layout Standard
34796
34797 \series bold
34798
34799 \backslash
34800 usepackage{marginnote}
34801 \begin_inset Newline newline
34802 \end_inset
34803
34804
34805 \backslash
34806 let
34807 \backslash
34808 marginpar
34809 \backslash
34810 marginnote
34811 \end_layout
34812
34813 \begin_layout Standard
34814 Dies wird auch in diesem Dokument verwendet, denn 
34815 \series bold
34816 marginnote
34817 \series default
34818  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
34819  für Randnotizen angeben.
34820  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
34821 n zu dicht beieinander sind.
34822  Der Versatz wird in \SpecialChar LyX
34823  als \SpecialChar TeX
34824 -Code direkt nach der Randnotiz mit dem Schema
34825 \end_layout
34826
34827 \begin_layout Standard
34828
34829 \series bold
34830 [Versatz]
34831 \end_layout
34832
34833 \begin_layout Standard
34834 angegeben.
34835  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
34836 \begin_inset space ~
34837 \end_inset
34838
34839
34840 \begin_inset CommandInset ref
34841 LatexCommand ref
34842 reference "tab:Maßeinheiten"
34843
34844 \end_inset
34845
34846  aufgelistet sind.
34847  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
34848  nach unten.
34849  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
34850 \begin_inset space \thinspace{}
34851 \end_inset
34852
34853 cm mit dem \SpecialChar TeX
34854 -Code-Befehl  
34855 \begin_inset Quotes gld
34856 \end_inset
34857
34858
34859 \series bold
34860 [-1.5cm]
34861 \series default
34862
34863 \begin_inset Quotes grd
34864 \end_inset
34865
34866  nach oben versetzt.
34867 \begin_inset Marginal
34868 status open
34869
34870 \begin_layout Plain Layout
34871 Diese Randnotiz ist 1.5
34872 \begin_inset space \thinspace{}
34873 \end_inset
34874
34875 cm von ihrer Originalposition nach oben versetzt.
34876 \end_layout
34877
34878 \end_inset
34879
34880
34881 \begin_inset ERT
34882 status collapsed
34883
34884 \begin_layout Plain Layout
34885
34886 [-1.5cm]
34887 \end_layout
34888
34889 \end_inset
34890
34891
34892 \end_layout
34893
34894 \begin_layout Standard
34895 \begin_inset VSpace medskip
34896 \end_inset
34897
34898 Mit 
34899 \series bold
34900 marginnote
34901 \series default
34902  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
34903  Zum Beispiel setzen die Befehle
34904 \end_layout
34905
34906 \begin_layout Standard
34907
34908 \series bold
34909
34910 \backslash
34911 renewcommand*{
34912 \backslash
34913 raggedleftmarginnote}{
34914 \backslash
34915 centering}
34916 \begin_inset Newline newline
34917 \end_inset
34918
34919
34920 \backslash
34921 renewcommand*{
34922 \backslash
34923 raggedrightmarginnote}{
34924 \backslash
34925 centering}
34926 \end_layout
34927
34928 \begin_layout Standard
34929 die Ausrichtung auf zentriert.
34930  
34931 \series bold
34932
34933 \backslash
34934 raggedleftmarginnote
34935 \series default
34936  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
34937  
34938 \begin_inset ERT
34939 status collapsed
34940
34941 \begin_layout Plain Layout
34942
34943
34944 \backslash
34945 renewcommand*{
34946 \backslash
34947 raggedleftmarginnote}{
34948 \backslash
34949 centering}
34950 \end_layout
34951
34952 \begin_layout Plain Layout
34953
34954
34955 \backslash
34956 renewcommand*{
34957 \backslash
34958 raggedrightmarginnote}{
34959 \backslash
34960 centering}
34961 \end_layout
34962
34963 \end_inset
34964
34965
34966 \begin_inset Marginal
34967 status open
34968
34969 \begin_layout Plain Layout
34970 Der Text dieser Randnotiz ist zentriert ausgerichtet.
34971 \end_layout
34972
34973 \end_inset
34974
34975  Die Voreinstellung ist
34976 \end_layout
34977
34978 \begin_layout Standard
34979
34980 \series bold
34981
34982 \backslash
34983 renewcommand*{
34984 \backslash
34985 raggedleftmarginnote}{
34986 \backslash
34987 raggedleft}
34988 \begin_inset Newline newline
34989 \end_inset
34990
34991
34992 \backslash
34993 renewcommand*{
34994 \backslash
34995 raggedrightmarginnote}{
34996 \backslash
34997 raggedright}
34998 \series default
34999
35000 \begin_inset ERT
35001 status collapsed
35002
35003 \begin_layout Plain Layout
35004
35005
35006 \backslash
35007 renewcommand*{
35008 \backslash
35009 raggedleftmarginnote}{
35010 \backslash
35011 raggedleft}
35012 \end_layout
35013
35014 \begin_layout Plain Layout
35015
35016
35017 \backslash
35018 renewcommand*{
35019 \backslash
35020 raggedrightmarginnote}{
35021 \backslash
35022 raggedright}
35023 \end_layout
35024
35025 \end_inset
35026
35027
35028 \end_layout
35029
35030 \begin_layout Standard
35031 \begin_inset VSpace medskip
35032 \end_inset
35033
35034 Für weitere Fähigkeiten des Pakets 
35035 \series bold
35036 marginnote
35037 \series default
35038  sei auf dessen Dokumentation verwiesen 
35039 \begin_inset CommandInset citation
35040 LatexCommand cite
35041 key "marginnote"
35042 literal "true"
35043
35044 \end_inset
35045
35046 .
35047 \end_layout
35048
35049 \begin_layout Standard
35050 \begin_inset VSpace bigskip
35051 \end_inset
35052
35053 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
35054  geändert werden.
35055  Um z.
35056 \begin_inset space \thinspace{}
35057 \end_inset
35058
35059 B.
35060  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
35061  und fettgedruckten Text 
35062 \begin_inset Quotes eld
35063 \end_inset
35064
35065
35066 \family sans
35067 \series bold
35068 \bar under
35069 Achtung!
35070 \family default
35071 \series default
35072 \bar default
35073
35074 \begin_inset Quotes erd
35075 \end_inset
35076
35077  zu erstellen, fügen Sie dies zum \SpecialChar LaTeX
35078 -Vorspann hinzu:
35079 \end_layout
35080
35081 \begin_layout Standard
35082
35083 \series bold
35084
35085 \backslash
35086 let
35087 \backslash
35088 myMarginpar
35089 \backslash
35090 marginpar
35091 \begin_inset Newline newline
35092 \end_inset
35093
35094
35095 \backslash
35096 renewcommand{
35097 \backslash
35098 marginpar}[1]{
35099 \backslash
35100 myMarginpar{%
35101 \begin_inset Newline newline
35102 \end_inset
35103
35104
35105 \begin_inset Phantom HPhantom
35106 status open
35107
35108 \begin_layout Plain Layout
35109
35110 \series bold
35111 \begin_inset space ~
35112 \end_inset
35113
35114
35115 \end_layout
35116
35117 \end_inset
35118
35119
35120 \backslash
35121 hspace{0pt}
35122 \backslash
35123 textsf{
35124 \backslash
35125 textbf{
35126 \backslash
35127 underbar{Achtung!}}}%
35128 \begin_inset Newline newline
35129 \end_inset
35130
35131
35132 \begin_inset Phantom HPhantom
35133 status open
35134
35135 \begin_layout Plain Layout
35136
35137 \series bold
35138 \begin_inset space ~
35139 \end_inset
35140
35141
35142 \end_layout
35143
35144 \end_inset
35145
35146
35147 \backslash
35148 vspace{1.5mm}
35149 \backslash
35150
35151 \backslash
35152 #1}}
35153 \end_layout
35154
35155 \begin_layout Standard
35156 \begin_inset ERT
35157 status collapsed
35158
35159 \begin_layout Plain Layout
35160
35161
35162 \backslash
35163 let
35164 \backslash
35165 myMarginpar
35166 \backslash
35167 marginpar
35168 \end_layout
35169
35170 \begin_layout Plain Layout
35171
35172
35173 \backslash
35174 renewcommand{
35175 \backslash
35176 marginpar}[1]{
35177 \backslash
35178 myMarginpar{%
35179 \end_layout
35180
35181 \begin_layout Plain Layout
35182
35183    
35184 \backslash
35185 textsf{
35186 \backslash
35187 textbf{
35188 \backslash
35189 underbar{Achtung!}}}%
35190 \end_layout
35191
35192 \begin_layout Plain Layout
35193
35194    
35195 \backslash
35196 vspace{1.5mm}
35197 \backslash
35198
35199 \backslash
35200 #1}}
35201 \end_layout
35202
35203 \end_inset
35204
35205
35206 \begin_inset Marginal
35207 status open
35208
35209 \begin_layout Plain Layout
35210 Dies ist eine Randnotiz mit einer definierten Überschrift.
35211 \end_layout
35212
35213 \end_inset
35214
35215
35216 \begin_inset ERT
35217 status collapsed
35218
35219 \begin_layout Plain Layout
35220
35221 [-1.5cm]
35222 \end_layout
35223
35224 \end_inset
35225
35226
35227 \begin_inset ERT
35228 status collapsed
35229
35230 \begin_layout Plain Layout
35231
35232
35233 \backslash
35234 renewcommand{
35235 \backslash
35236 marginpar}[1]{
35237 \backslash
35238 myMarginpar{#1}}
35239 \end_layout
35240
35241 \end_inset
35242
35243
35244 \begin_inset Note Note
35245 status open
35246
35247 \begin_layout Plain Layout
35248 Das Format wurde nur für dieses Beispiel geändert.
35249 \end_layout
35250
35251 \end_inset
35252
35253
35254 \end_layout
35255
35256 \begin_layout Standard
35257 \begin_inset ERT
35258 status collapsed
35259
35260 \begin_layout Plain Layout
35261
35262
35263 \backslash
35264 else
35265 \end_layout
35266
35267 \end_inset
35268
35269
35270 \begin_inset Note Note
35271 status open
35272
35273 \begin_layout Plain Layout
35274 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
35275 -Paket 
35276 \series bold
35277 marginnote
35278 \series default
35279  nicht installiert ist:
35280 \end_layout
35281
35282 \end_inset
35283
35284
35285 \end_layout
35286
35287 \begin_layout Standard
35288 Das \SpecialChar LaTeX
35289 -Paket 
35290 \series bold
35291 marginnote
35292 \series default
35293  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
35294 \end_layout
35295
35296 \begin_layout Standard
35297 \begin_inset ERT
35298 status collapsed
35299
35300 \begin_layout Plain Layout
35301
35302
35303 \backslash
35304 fi
35305 \end_layout
35306
35307 \end_inset
35308
35309
35310 \end_layout
35311
35312 \begin_layout Chapter
35313 Boxen
35314 \end_layout
35315
35316 \begin_layout Section
35317 Einleitung
35318 \begin_inset Index idx
35319 range none
35320 pageformat default
35321 status collapsed
35322
35323 \begin_layout Plain Layout
35324 Boxen
35325 \begin_inset IndexMacro subentry
35326 status open
35327
35328 \begin_layout Plain Layout
35329 Einleitung
35330 \end_layout
35331
35332 \end_inset
35333
35334
35335 \end_layout
35336
35337 \end_inset
35338
35339
35340 \end_layout
35341
35342 \begin_layout Standard
35343 Boxen werden benutzt, um einen Textblock zu formatieren.
35344  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
35345  siehe Abschnitt
35346 \begin_inset space ~
35347 \end_inset
35348
35349
35350 \begin_inset CommandInset ref
35351 LatexCommand ref
35352 reference "abs:Minipage"
35353
35354 \end_inset
35355
35356 , um Text zu umrahmen, siehe Abschnitt
35357 \begin_inset space ~
35358 \end_inset
35359
35360
35361 \begin_inset CommandInset ref
35362 LatexCommand ref
35363 reference "uab:Verzierung"
35364
35365 \end_inset
35366
35367 , um Silbentrennung zu verhindern, siehe Abschnitt
35368 \begin_inset space ~
35369 \end_inset
35370
35371
35372 \begin_inset CommandInset ref
35373 LatexCommand ref
35374 reference "abs:Silbentrennung-unterbinden"
35375
35376 \end_inset
35377
35378 , um Text senkrecht auszurichten, siehe Abschnitt
35379 \begin_inset space ~
35380 \end_inset
35381
35382
35383 \begin_inset CommandInset ref
35384 LatexCommand ref
35385 reference "uab:Vertikale-Ausrichtung"
35386
35387 \end_inset
35388
35389  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
35390 \begin_inset space ~
35391 \end_inset
35392
35393
35394 \begin_inset CommandInset ref
35395 LatexCommand ref
35396 reference "abs:Farbige-Boxen"
35397
35398 \end_inset
35399
35400 .
35401 \end_layout
35402
35403 \begin_layout Standard
35404 Boxen werden mit 
35405 \family sans
35406 Einfügen\SpecialChar menuseparator
35407 Box
35408 \family default
35409  oder dem Schalter 
35410 \begin_inset Info
35411 type  "icon"
35412 arg   "box-insert Frameless"
35413 \end_inset
35414
35415  eingefügt.
35416  Ein graues Kästchen mit der Aufschrift 
35417 \begin_inset Quotes gld
35418 \end_inset
35419
35420 Box (Minipage)
35421 \begin_inset Quotes grd
35422 \end_inset
35423
35424  erscheint: 
35425 \begin_inset Graphics
35426         filename clipart/StandardBox.png
35427         scale 95
35428         scaleBeforeRotation
35429
35430 \end_inset
35431
35432  Mit einem Rechts\SpecialChar softhyphen
35433 klick auf das graue Kästchen und der Auswahl von 
35434 \family sans
35435 Einstellungen
35436 \family default
35437  kann der Typ spezifiziert werden.
35438  Das Dialogfenster bietet bei 
35439 \family sans
35440 Innere
35441 \begin_inset space ~
35442 \end_inset
35443
35444 Box
35445 \family default
35446  die Typen 
35447 \family sans
35448 Makebox
35449 \family default
35450
35451 \family sans
35452 Parbox
35453 \family default
35454  und 
35455 \family sans
35456 Minipage
35457 \family default
35458  an.
35459  
35460 \family sans
35461 Minipage
35462 \family default
35463  ist die Standard-Einstellung für neue Boxen und in Abschnitt
35464 \begin_inset space ~
35465 \end_inset
35466
35467
35468 \begin_inset CommandInset ref
35469 LatexCommand ref
35470 reference "abs:Minipage"
35471
35472 \end_inset
35473
35474  beschrieben, 
35475 \family sans
35476 Parbox
35477 \family default
35478  in Abschnitt
35479 \begin_inset space ~
35480 \end_inset
35481
35482
35483 \begin_inset CommandInset ref
35484 LatexCommand ref
35485 reference "abs:Parbox"
35486
35487 \end_inset
35488
35489  und 
35490 \family sans
35491 Makebox
35492 \family default
35493  in 
35494 \begin_inset CommandInset ref
35495 LatexCommand ref
35496 reference "abs:Silbentrennung-unterbinden"
35497
35498 \end_inset
35499
35500 .
35501 \end_layout
35502
35503 \begin_layout Standard
35504 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
35505  wie auf Gleitobjekte und Fußnoten.
35506 \end_layout
35507
35508 \begin_layout Standard
35509 \begin_inset Note Greyedout
35510 status open
35511
35512 \begin_layout Plain Layout
35513
35514 \series bold
35515 Bemerkung
35516 \begin_inset space ~
35517 \end_inset
35518
35519 1:
35520 \series default
35521  Boxen dürfen in 
35522 \family sans
35523 List-
35524 \family default
35525  oder 
35526 \family sans
35527 Beschreibung-
35528 \family default
35529 Umgebungen nicht verwendet werden.
35530 \end_layout
35531
35532 \end_inset
35533
35534
35535 \end_layout
35536
35537 \begin_layout Standard
35538 \begin_inset Note Greyedout
35539 status open
35540
35541 \begin_layout Plain Layout
35542
35543 \series bold
35544 Bemerkung
35545 \begin_inset space ~
35546 \end_inset
35547
35548 2:
35549 \series default
35550  Boxen ohne 
35551 \family sans
35552 Innere
35553 \begin_inset space ~
35554 \end_inset
35555
35556 Box
35557 \family default
35558  und ohne Rahmen werden in Abschnitt
35559 \begin_inset space ~
35560 \end_inset
35561
35562
35563 \begin_inset CommandInset ref
35564 LatexCommand ref
35565 reference "abs:Silbentrennung-unterbinden"
35566
35567 \end_inset
35568
35569  beschrieben.
35570 \end_layout
35571
35572 \end_inset
35573
35574
35575 \end_layout
35576
35577 \begin_layout Section
35578 Das Box-Einstellungen-Fenster
35579 \begin_inset CommandInset label
35580 LatexCommand label
35581 name "abs:Box-Dialog"
35582
35583 \end_inset
35584
35585
35586 \begin_inset Index idx
35587 range none
35588 pageformat default
35589 status collapsed
35590
35591 \begin_layout Plain Layout
35592 Boxen
35593 \begin_inset IndexMacro subentry
35594 status open
35595
35596 \begin_layout Plain Layout
35597 Box-Dialog-Fenster
35598 \end_layout
35599
35600 \end_inset
35601
35602
35603 \end_layout
35604
35605 \end_inset
35606
35607
35608 \end_layout
35609
35610 \begin_layout Subsection
35611 Box-Größe
35612 \begin_inset Index idx
35613 range none
35614 pageformat default
35615 status collapsed
35616
35617 \begin_layout Plain Layout
35618 Boxen
35619 \begin_inset IndexMacro subentry
35620 status open
35621
35622 \begin_layout Plain Layout
35623 Größe
35624 \end_layout
35625
35626 \end_inset
35627
35628
35629 \end_layout
35630
35631 \end_inset
35632
35633
35634 \end_layout
35635
35636 \begin_layout Standard
35637 Im 
35638 \family sans
35639 Box-Einstellungen
35640 \family default
35641 -Fenster können Sie die Größe der Box mit 
35642 \family sans
35643 Breite
35644 \family default
35645  und 
35646 \family sans
35647 Höhe 
35648 \family default
35649 festlegen.
35650  Die verfügbaren Einheiten werden in Tabelle
35651 \begin_inset space ~
35652 \end_inset
35653
35654
35655 \begin_inset CommandInset ref
35656 LatexCommand ref
35657 reference "tab:Maßeinheiten"
35658
35659 \end_inset
35660
35661  aufgelistet.
35662  Das Feld
35663 \family sans
35664  Höhe
35665 \family default
35666  bietet die folgenden zusätzlichen Größen:
35667 \end_layout
35668
35669 \begin_layout Description
35670 Tiefe Dies ist die reine Text-
35671 \begin_inset Quotes gld
35672 \end_inset
35673
35674 Höhe
35675 \begin_inset Quotes grd
35676 \end_inset
35677
35678 .
35679  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
35680 \begin_inset Newline newline
35681 \end_inset
35682
35683
35684 \begin_inset Newline newline
35685 \end_inset
35686
35687
35688 \begin_inset Newline newline
35689 \end_inset
35690
35691
35692 \begin_inset Box Boxed
35693 position "c"
35694 hor_pos "c"
35695 has_inner_box 1
35696 inner_pos "c"
35697 use_parbox 0
35698 use_makebox 0
35699 width "12col%"
35700 special "none"
35701 height "1in"
35702 height_special "depth"
35703 thickness "0.4pt"
35704 separation "3pt"
35705 shadowsize "4pt"
35706 framecolor "black"
35707 backgroundcolor "none"
35708 status collapsed
35709
35710 \begin_layout Plain Layout
35711 \align center
35712 Box-Höhe = 1
35713 \begin_inset space \thinspace{}
35714 \end_inset
35715
35716 Tiefe
35717 \end_layout
35718
35719 \end_inset
35720
35721
35722 \begin_inset Newline newline
35723 \end_inset
35724
35725
35726 \begin_inset Newline newline
35727 \end_inset
35728
35729
35730 \end_layout
35731
35732 \begin_layout Description
35733 Höhe Dies ist die Texthöhe innerhalb der Box.
35734  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
35735  Texthöhe setzen: 
35736 \begin_inset Box Boxed
35737 position "c"
35738 hor_pos "c"
35739 has_inner_box 1
35740 inner_pos "c"
35741 use_parbox 0
35742 use_makebox 0
35743 width "20col%"
35744 special "none"
35745 height "2in"
35746 height_special "height"
35747 thickness "0.4pt"
35748 separation "3pt"
35749 shadowsize "4pt"
35750 framecolor "black"
35751 backgroundcolor "none"
35752 status collapsed
35753
35754 \begin_layout Plain Layout
35755 \align center
35756 Boxhöhe = 2
35757 \begin_inset space \thinspace{}
35758 \end_inset
35759
35760 Höhe
35761 \end_layout
35762
35763 \end_inset
35764
35765
35766 \end_layout
35767
35768 \begin_layout Description
35769 Gesamthöhe Dies ist Höhe
35770 \begin_inset space \thinspace{}
35771 \end_inset
35772
35773 +
35774 \begin_inset space \thinspace{}
35775 \end_inset
35776
35777 Tiefe: 
35778 \begin_inset Box Boxed
35779 position "c"
35780 hor_pos "c"
35781 has_inner_box 1
35782 inner_pos "c"
35783 use_parbox 0
35784 use_makebox 0
35785 width "20col%"
35786 special "none"
35787 height "1in"
35788 height_special "totalheight"
35789 thickness "0.4pt"
35790 separation "3pt"
35791 shadowsize "4pt"
35792 framecolor "black"
35793 backgroundcolor "none"
35794 status collapsed
35795
35796 \begin_layout Plain Layout
35797 \align center
35798 Boxhöhe = 1
35799 \begin_inset space \thinspace{}
35800 \end_inset
35801
35802 Gesamthöhe
35803 \end_layout
35804
35805 \end_inset
35806
35807
35808 \end_layout
35809
35810 \begin_layout Description
35811 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
35812 \begin_inset Box Boxed
35813 position "c"
35814 hor_pos "c"
35815 has_inner_box 1
35816 inner_pos "c"
35817 use_parbox 0
35818 use_makebox 0
35819 width "12col%"
35820 special "none"
35821 height "1in"
35822 height_special "width"
35823 thickness "0.4pt"
35824 separation "3pt"
35825 shadowsize "4pt"
35826 framecolor "black"
35827 backgroundcolor "none"
35828 status collapsed
35829
35830 \begin_layout Plain Layout
35831 \align center
35832 Boxhöhe = 1
35833 \begin_inset space \thinspace{}
35834 \end_inset
35835
35836 Breite
35837 \end_layout
35838
35839 \end_inset
35840
35841
35842 \end_layout
35843
35844 \begin_layout Subsection
35845 Ausrichtung
35846 \begin_inset Index idx
35847 range none
35848 pageformat default
35849 status collapsed
35850
35851 \begin_layout Plain Layout
35852 Boxen
35853 \begin_inset IndexMacro subentry
35854 status open
35855
35856 \begin_layout Plain Layout
35857 Ausrichtung
35858 \end_layout
35859
35860 \end_inset
35861
35862
35863 \end_layout
35864
35865 \end_inset
35866
35867
35868 \end_layout
35869
35870 \begin_layout Standard
35871 Wenn Sie eine 
35872 \family sans
35873 Innere
35874 \begin_inset space ~
35875 \end_inset
35876
35877 Box
35878 \family default
35879  gewählt haben, kann die Box mit folgenden Werten für 
35880 \family sans
35881 Box
35882 \family default
35883  senkrecht ausgerichtet werden:
35884 \end_layout
35885
35886 \begin_layout Description
35887 Oben Dies ist ein Beispieltext.
35888  
35889 \begin_inset Box Boxed
35890 position "t"
35891 hor_pos "c"
35892 has_inner_box 1
35893 inner_pos "c"
35894 use_parbox 0
35895 use_makebox 0
35896 width "20col%"
35897 special "none"
35898 height "1in"
35899 height_special "totalheight"
35900 thickness "0.4pt"
35901 separation "3pt"
35902 shadowsize "4pt"
35903 framecolor "black"
35904 backgroundcolor "none"
35905 status collapsed
35906
35907 \begin_layout Plain Layout
35908 \align center
35909 Die Ober\SpecialChar softhyphen
35910 kante der Box ist in der Zeile.
35911 \end_layout
35912
35913 \end_inset
35914
35915  Dies ist ein Beispieltext.
35916 \end_layout
35917
35918 \begin_layout Description
35919 Mitte Dies ist ein Beispieltext.
35920  
35921 \begin_inset Box Boxed
35922 position "c"
35923 hor_pos "c"
35924 has_inner_box 1
35925 inner_pos "c"
35926 use_parbox 0
35927 use_makebox 0
35928 width "20col%"
35929 special "none"
35930 height "1in"
35931 height_special "totalheight"
35932 thickness "0.4pt"
35933 separation "3pt"
35934 shadowsize "4pt"
35935 framecolor "black"
35936 backgroundcolor "none"
35937 status collapsed
35938
35939 \begin_layout Plain Layout
35940 \align center
35941 Die Mitte der Box ist in der Zeile.
35942 \end_layout
35943
35944 \end_inset
35945
35946  Dies ist ein Beispieltext.
35947 \end_layout
35948
35949 \begin_layout Description
35950 Unten Dies ist ein Beispieltext.
35951  
35952 \begin_inset Box Boxed
35953 position "b"
35954 hor_pos "c"
35955 has_inner_box 1
35956 inner_pos "c"
35957 use_parbox 0
35958 use_makebox 0
35959 width "20col%"
35960 special "none"
35961 height "1in"
35962 height_special "totalheight"
35963 thickness "0.4pt"
35964 separation "3pt"
35965 shadowsize "4pt"
35966 framecolor "black"
35967 backgroundcolor "none"
35968 status collapsed
35969
35970 \begin_layout Plain Layout
35971 \align center
35972 Die Unter\SpecialChar softhyphen
35973 kante der Box ist in der Zeile.
35974 \end_layout
35975
35976 \end_inset
35977
35978  Dies ist ein Beispieltext.
35979 \end_layout
35980
35981 \begin_layout Standard
35982 \begin_inset Note Greyedout
35983 status open
35984
35985 \begin_layout Plain Layout
35986
35987 \series bold
35988 Bemerkung:
35989 \series default
35990  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
35991  Boxen in einer Zeile sind und eine Box z.
35992 \begin_inset space \thinspace{}
35993 \end_inset
35994
35995 B.
35996  schattiert ist, die andere aber nicht.
35997 \end_layout
35998
35999 \end_inset
36000
36001
36002 \end_layout
36003
36004 \begin_layout Standard
36005 Eine Box kann mit dem Dialog 
36006 \family sans
36007 Absatz-Einstellungen
36008 \family default
36009  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
36010 \end_layout
36011
36012 \begin_layout Standard
36013 \begin_inset VSpace bigskip
36014 \end_inset
36015
36016 Wenn Sie eine 
36017 \family sans
36018 Innere
36019 \begin_inset space ~
36020 \end_inset
36021
36022 Box
36023 \family default
36024  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
36025 \family sans
36026 Inhalt
36027 \family default
36028  senkrecht ausgerichtet werden:
36029 \end_layout
36030
36031 \begin_layout Description
36032 Oben Dies ist ein Beispieltext.
36033  
36034 \begin_inset Box Boxed
36035 position "c"
36036 hor_pos "c"
36037 has_inner_box 1
36038 inner_pos "t"
36039 use_parbox 0
36040 use_makebox 0
36041 width "20col%"
36042 special "none"
36043 height "1.5in"
36044 height_special "totalheight"
36045 thickness "0.4pt"
36046 separation "3pt"
36047 shadowsize "4pt"
36048 framecolor "black"
36049 backgroundcolor "none"
36050 status collapsed
36051
36052 \begin_layout Plain Layout
36053 \align center
36054 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
36055 \end_layout
36056
36057 \end_inset
36058
36059  Dies ist ein Beispieltext.
36060 \end_layout
36061
36062 \begin_layout Description
36063 Mitte Dies ist ein Beispieltext.
36064  
36065 \begin_inset Box Boxed
36066 position "c"
36067 hor_pos "c"
36068 has_inner_box 1
36069 inner_pos "c"
36070 use_parbox 0
36071 use_makebox 0
36072 width "20col%"
36073 special "none"
36074 height "1.5in"
36075 height_special "totalheight"
36076 thickness "0.4pt"
36077 separation "3pt"
36078 shadowsize "4pt"
36079 framecolor "black"
36080 backgroundcolor "none"
36081 status collapsed
36082
36083 \begin_layout Plain Layout
36084 \align center
36085 Der Boxinhalt ist zentriert ausgerichtet.
36086 \end_layout
36087
36088 \end_inset
36089
36090  Dies ist ein Beispieltext.
36091 \end_layout
36092
36093 \begin_layout Description
36094 Unten Dies ist ein Beispieltext.
36095  
36096 \begin_inset Box Boxed
36097 position "c"
36098 hor_pos "c"
36099 has_inner_box 1
36100 inner_pos "b"
36101 use_parbox 0
36102 use_makebox 0
36103 width "20col%"
36104 special "none"
36105 height "1.5in"
36106 height_special "totalheight"
36107 thickness "0.4pt"
36108 separation "3pt"
36109 shadowsize "4pt"
36110 framecolor "black"
36111 backgroundcolor "none"
36112 status collapsed
36113
36114 \begin_layout Plain Layout
36115 \align center
36116 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
36117 \end_layout
36118
36119 \end_inset
36120
36121  Dies ist ein Beispieltext.
36122 \end_layout
36123
36124 \begin_layout Description
36125 Dehnen Dies ist ein Beispieltext.
36126  
36127 \begin_inset Box Boxed
36128 position "c"
36129 hor_pos "c"
36130 has_inner_box 1
36131 inner_pos "s"
36132 use_parbox 0
36133 use_makebox 0
36134 width "20col%"
36135 special "none"
36136 height "1in"
36137 height_special "totalheight"
36138 thickness "0.4pt"
36139 separation "3pt"
36140 shadowsize "4pt"
36141 framecolor "black"
36142 backgroundcolor "none"
36143 status collapsed
36144
36145 \begin_layout Plain Layout
36146 \align center
36147 Der Boxinhalt
36148 \end_layout
36149
36150 \begin_layout Plain Layout
36151 \align center
36152 ist über die
36153 \end_layout
36154
36155 \begin_layout Plain Layout
36156 \align center
36157 Boxhöhe
36158 \end_layout
36159
36160 \begin_layout Plain Layout
36161 \align center
36162 gleichmäßig verteilt.
36163 \end_layout
36164
36165 \end_inset
36166
36167  Dies ist ein Beispieltext.
36168 \end_layout
36169
36170 \begin_layout Standard
36171 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
36172  besteht.
36173  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
36174 \end_layout
36175
36176 \begin_layout Standard
36177 Ein Boxinhalt kann mit dem Dialog 
36178 \family sans
36179 Absatz-Einstellungen
36180 \family default
36181  waagerecht ausgerichtet werden, wenn Sie eine
36182 \family sans
36183  Innere
36184 \begin_inset space ~
36185 \end_inset
36186
36187 Box
36188 \family default
36189  gewählt haben.
36190 \end_layout
36191
36192 \begin_layout Standard
36193 \align center
36194 \begin_inset Box Boxed
36195 position "c"
36196 hor_pos "c"
36197 has_inner_box 1
36198 inner_pos "s"
36199 use_parbox 0
36200 use_makebox 0
36201 width "30col%"
36202 special "none"
36203 height "1.25in"
36204 height_special "totalheight"
36205 thickness "0.4pt"
36206 separation "3pt"
36207 shadowsize "4pt"
36208 framecolor "black"
36209 backgroundcolor "none"
36210 status collapsed
36211
36212 \begin_layout Plain Layout
36213 \align left
36214 Hier ist jede Zeile
36215 \end_layout
36216
36217 \begin_layout Plain Layout
36218 \align center
36219 anders
36220 \end_layout
36221
36222 \begin_layout Plain Layout
36223 \align right
36224 ausgerichtet.
36225 \end_layout
36226
36227 \end_inset
36228
36229
36230 \end_layout
36231
36232 \begin_layout Standard
36233 Wenn Sie keine
36234 \family sans
36235  Innere
36236 \begin_inset space ~
36237 \end_inset
36238
36239 Box
36240 \family default
36241  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
36242 \family sans
36243 Box-Einstellungen-
36244 \family default
36245 Dialog ausrichten
36246 \end_layout
36247
36248 \begin_layout Standard
36249 \align center
36250 \begin_inset Box Boxed
36251 position "c"
36252 hor_pos "s"
36253 has_inner_box 0
36254 inner_pos "s"
36255 use_parbox 0
36256 use_makebox 0
36257 width "90col%"
36258 special "none"
36259 height "1.25in"
36260 height_special "totalheight"
36261 thickness "0.4pt"
36262 separation "3pt"
36263 shadowsize "4pt"
36264 framecolor "black"
36265 backgroundcolor "none"
36266 status collapsed
36267
36268 \begin_layout Plain Layout
36269 Dieser Boxinhalt wurde horizontal gedehnt.
36270 \end_layout
36271
36272 \end_inset
36273
36274
36275 \end_layout
36276
36277 \begin_layout Subsection
36278 Verzierung
36279 \begin_inset CommandInset label
36280 LatexCommand label
36281 name "uab:Verzierung"
36282
36283 \end_inset
36284
36285
36286 \begin_inset Index idx
36287 range none
36288 pageformat default
36289 status collapsed
36290
36291 \begin_layout Plain Layout
36292 Boxen
36293 \begin_inset IndexMacro subentry
36294 status open
36295
36296 \begin_layout Plain Layout
36297 Verzierung
36298 \end_layout
36299
36300 \end_inset
36301
36302
36303 \end_layout
36304
36305 \end_inset
36306
36307
36308 \end_layout
36309
36310 \begin_layout Standard
36311 Im 
36312 \family sans
36313 Box-Einstellungen-
36314 \family default
36315 Dialog können Sie mit der 
36316 \family sans
36317 Verzierung
36318 \family default
36319  den Typ der Box auswählen:
36320 \end_layout
36321
36322 \begin_layout Description
36323 Kein
36324 \begin_inset space ~
36325 \end_inset
36326
36327 Rahmen Nichts wird gezeichnet.
36328 \end_layout
36329
36330 \begin_layout Description
36331 Einfacher
36332 \begin_inset space ~
36333 \end_inset
36334
36335 rechteckiger
36336 \begin_inset space ~
36337 \end_inset
36338
36339 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
36340  Die Rahmendicke kann festgelegt werden.
36341  
36342 \begin_inset Box Boxed
36343 position "c"
36344 hor_pos "c"
36345 has_inner_box 1
36346 inner_pos "c"
36347 use_parbox 0
36348 use_makebox 0
36349 width "21col%"
36350 special "none"
36351 height "1in"
36352 height_special "totalheight"
36353 thickness "0.4pt"
36354 separation "3pt"
36355 shadowsize "4pt"
36356 framecolor "black"
36357 backgroundcolor "none"
36358 status collapsed
36359
36360 \begin_layout Plain Layout
36361
36362 \series medium
36363 Rechteckige
36364 \begin_inset space ~
36365 \end_inset
36366
36367 Box
36368 \end_layout
36369
36370 \end_inset
36371
36372
36373 \end_layout
36374
36375 \begin_layout Description
36376 erlaube
36377 \begin_inset space ~
36378 \end_inset
36379
36380 Seitenumbrüche 
36381 \end_layout
36382
36383 \begin_layout Description
36384 Ovaler
36385 \begin_inset space ~
36386 \end_inset
36387
36388 Rahmen,
36389 \begin_inset space ~
36390 \end_inset
36391
36392 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
36393  Die Rahmendicke ist 0.4
36394 \begin_inset space \thinspace{}
36395 \end_inset
36396
36397 pt.
36398  
36399 \begin_inset Box ovalbox
36400 position "c"
36401 hor_pos "c"
36402 has_inner_box 1
36403 inner_pos "c"
36404 use_parbox 0
36405 use_makebox 0
36406 width "20col%"
36407 special "none"
36408 height "1in"
36409 height_special "totalheight"
36410 thickness "0.4pt"
36411 separation "3pt"
36412 shadowsize "4pt"
36413 framecolor "black"
36414 backgroundcolor "none"
36415 status collapsed
36416
36417 \begin_layout Plain Layout
36418 Ovale
36419 \begin_inset space ~
36420 \end_inset
36421
36422 Box,
36423 \begin_inset space ~
36424 \end_inset
36425
36426 dünn
36427 \end_layout
36428
36429 \end_inset
36430
36431
36432 \end_layout
36433
36434 \begin_layout Description
36435 Ovaler
36436 \begin_inset space ~
36437 \end_inset
36438
36439 Rahmen,
36440 \begin_inset space ~
36441 \end_inset
36442
36443 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
36444  Die Rahmendicke ist 0.8
36445 \begin_inset space \thinspace{}
36446 \end_inset
36447
36448 pt.
36449  
36450 \begin_inset Box Ovalbox
36451 position "c"
36452 hor_pos "c"
36453 has_inner_box 1
36454 inner_pos "c"
36455 use_parbox 0
36456 use_makebox 0
36457 width "20col%"
36458 special "none"
36459 height "1in"
36460 height_special "totalheight"
36461 thickness "0.4pt"
36462 separation "3pt"
36463 shadowsize "4pt"
36464 framecolor "black"
36465 backgroundcolor "none"
36466 status collapsed
36467
36468 \begin_layout Plain Layout
36469 Ovale
36470 \begin_inset space ~
36471 \end_inset
36472
36473 Box,
36474 \begin_inset space ~
36475 \end_inset
36476
36477 dick
36478 \end_layout
36479
36480 \end_inset
36481
36482
36483 \end_layout
36484
36485 \begin_layout Description
36486 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
36487  Die Rahmendicke und die Schattenbreite kann festgelegt werden.
36488 \begin_inset Newline newline
36489 \end_inset
36490
36491
36492 \begin_inset Box Shadowbox
36493 position "c"
36494 hor_pos "c"
36495 has_inner_box 1
36496 inner_pos "c"
36497 use_parbox 0
36498 use_makebox 0
36499 width "20col%"
36500 special "none"
36501 height "1in"
36502 height_special "totalheight"
36503 thickness "0.4pt"
36504 separation "3pt"
36505 shadowsize "4pt"
36506 framecolor "black"
36507 backgroundcolor "none"
36508 status collapsed
36509
36510 \begin_layout Plain Layout
36511 Schattierte
36512 \begin_inset space ~
36513 \end_inset
36514
36515 Box
36516 \end_layout
36517
36518 \end_inset
36519
36520
36521 \end_layout
36522
36523 \begin_layout Description
36524 Schattierter
36525 \begin_inset space ~
36526 \end_inset
36527
36528 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
36529  Im Gegensatz zu farbigen Boxen
36530 \begin_inset Foot
36531 status collapsed
36532
36533 \begin_layout Plain Layout
36534 siehe Abschnitt
36535 \begin_inset space ~
36536 \end_inset
36537
36538
36539 \begin_inset CommandInset ref
36540 LatexCommand ref
36541 reference "abs:Farbige-Boxen"
36542
36543 \end_inset
36544
36545
36546 \end_layout
36547
36548 \end_inset
36549
36550  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
36551  die Box ist ein Absatz für sich.
36552  
36553 \begin_inset Box Shaded
36554 position "t"
36555 hor_pos "c"
36556 has_inner_box 0
36557 inner_pos "t"
36558 use_parbox 0
36559 use_makebox 0
36560 width "50col%"
36561 special "none"
36562 height "1in"
36563 height_special "totalheight"
36564 thickness "0.4pt"
36565 separation "3pt"
36566 shadowsize "4pt"
36567 framecolor "black"
36568 backgroundcolor "none"
36569 status collapsed
36570
36571 \begin_layout Plain Layout
36572 Schattierter Hintergrund Box
36573 \end_layout
36574
36575 \end_inset
36576
36577
36578 \end_layout
36579
36580 \begin_layout Description
36581 Doppelter
36582 \begin_inset space ~
36583 \end_inset
36584
36585 rechteckiger
36586 \begin_inset space ~
36587 \end_inset
36588
36589 Rahmen zeichnet einen doppelten Rahmen um die Box.
36590  Der innere Rahmen ist 0,75
36591 \begin_inset space \thinspace{}
36592 \end_inset
36593
36594 Rahmendicke breit, der äußere 1,5
36595 \begin_inset space \thinspace{}
36596 \end_inset
36597
36598 Rahmendicke.
36599  Der Zwischenraum beträgt 1,5
36600 \begin_inset space \thinspace{}
36601 \end_inset
36602
36603 Rahmendicke
36604 \begin_inset space \thinspace{}
36605 \end_inset
36606
36607 +
36608 \begin_inset space \thinspace{}
36609 \end_inset
36610
36611 0,5
36612 \begin_inset space \thinspace{}
36613 \end_inset
36614
36615 pt.
36616  
36617 \begin_inset Box Doublebox
36618 position "c"
36619 hor_pos "c"
36620 has_inner_box 1
36621 inner_pos "c"
36622 use_parbox 0
36623 use_makebox 0
36624 width "20col%"
36625 special "none"
36626 height "1in"
36627 height_special "totalheight"
36628 thickness "0.4pt"
36629 separation "3pt"
36630 shadowsize "4pt"
36631 framecolor "black"
36632 backgroundcolor "none"
36633 status collapsed
36634
36635 \begin_layout Plain Layout
36636 Doppelt
36637 \begin_inset space ~
36638 \end_inset
36639
36640 gerahmte
36641 \begin_inset space ~
36642 \end_inset
36643
36644 Box
36645 \end_layout
36646
36647 \end_inset
36648
36649
36650 \end_layout
36651
36652 \begin_layout Standard
36653 \begin_inset VSpace bigskip
36654 \end_inset
36655
36656 Die Aufschrift der Box in \SpecialChar LyX
36657  ändert sich mit der gewählten Verzierung.
36658  Um alle Verzierungen verwenden zu können, muss das \SpecialChar LaTeX
36659 -Paket 
36660 \series bold
36661 fancybox
36662 \series default
36663
36664 \begin_inset Index idx
36665 range none
36666 pageformat default
36667 status collapsed
36668
36669 \begin_layout Plain Layout
36670 \SpecialChar LaTeX
36671 -Pakete
36672 \begin_inset IndexMacro subentry
36673 status open
36674
36675 \begin_layout Plain Layout
36676 fancybox
36677 \end_layout
36678
36679 \end_inset
36680
36681
36682 \end_layout
36683
36684 \end_inset
36685
36686  installiert sein.
36687 \end_layout
36688
36689 \begin_layout Standard
36690 \begin_inset VSpace bigskip
36691 \end_inset
36692
36693 Wenn Sie die Verzierung 
36694 \family sans
36695 Einfacher rechteckiger Rahmen
36696 \family default
36697  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
36698  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
36699  immer über die gesamte Zeilenbreite geht und dass die Box ein Absatz für
36700  sich ist: 
36701 \begin_inset Box Framed
36702 position "t"
36703 hor_pos "c"
36704 has_inner_box 0
36705 inner_pos "t"
36706 use_parbox 0
36707 use_makebox 0
36708 width "100col%"
36709 special "none"
36710 height "1in"
36711 height_special "totalheight"
36712 thickness "0.4pt"
36713 separation "3pt"
36714 shadowsize "4pt"
36715 framecolor "black"
36716 backgroundcolor "none"
36717 status collapsed
36718
36719 \begin_layout Plain Layout
36720 Box erlaubt Seitenumbruch
36721 \end_layout
36722
36723 \end_inset
36724
36725
36726 \end_layout
36727
36728 \begin_layout Section
36729 Box-Anpassung
36730 \begin_inset Index idx
36731 range none
36732 pageformat default
36733 status collapsed
36734
36735 \begin_layout Plain Layout
36736 Boxen
36737 \begin_inset IndexMacro subentry
36738 status open
36739
36740 \begin_layout Plain Layout
36741 Anpassung
36742 \end_layout
36743
36744 \end_inset
36745
36746
36747 \end_layout
36748
36749 \end_inset
36750
36751
36752 \end_layout
36753
36754 \begin_layout Standard
36755 \noindent
36756 Der Durchmesser der abgerundeten Ecken kann mit 
36757 \series bold
36758
36759 \backslash
36760 cornersize
36761 \series default
36762  gesetzt werden.
36763  Der \SpecialChar TeX
36764 -Code-Befehl
36765 \end_layout
36766
36767 \begin_layout Standard
36768
36769 \series bold
36770
36771 \backslash
36772 cornersize*{1cm}
36773 \end_layout
36774
36775 \begin_layout Standard
36776 setzt den Durchmesser auf 1
36777 \begin_inset space \thinspace{}
36778 \end_inset
36779
36780 cm.
36781  Der \SpecialChar TeX
36782 -Code-Befehl
36783 \end_layout
36784
36785 \begin_layout Standard
36786
36787 \series bold
36788
36789 \backslash
36790 cornersize{num}
36791 \end_layout
36792
36793 \begin_layout Standard
36794 setzt den Durchmesser auf 
36795 \family sans
36796 num
36797 \begin_inset space \thinspace{}
36798 \end_inset
36799
36800 ×
36801 \begin_inset space \thinspace{}
36802 \end_inset
36803
36804 Minimum(Breite der Box, Höhe der Box)
36805 \family default
36806 .
36807  Der Standardwert ist 
36808 \series bold
36809
36810 \backslash
36811 cornersize{0.5}
36812 \series default
36813 .
36814 \end_layout
36815
36816 \begin_layout Standard
36817 \begin_inset ERT
36818 status collapsed
36819
36820 \begin_layout Plain Layout
36821
36822
36823 \backslash
36824 cornersize*{1.5cm}
36825 \end_layout
36826
36827 \end_inset
36828
36829
36830 \begin_inset Box Ovalbox
36831 position "c"
36832 hor_pos "c"
36833 has_inner_box 1
36834 inner_pos "c"
36835 use_parbox 0
36836 use_makebox 0
36837 width "30col%"
36838 special "none"
36839 height "1in"
36840 height_special "totalheight"
36841 thickness "0.4pt"
36842 separation "3pt"
36843 shadowsize "4pt"
36844 framecolor "black"
36845 backgroundcolor "none"
36846 status open
36847
36848 \begin_layout Plain Layout
36849 \align center
36850 Ovale Box, dicker Rand, mit 
36851 \series bold
36852
36853 \backslash
36854 cornersize
36855 \series default
36856
36857 \begin_inset space \thinspace{}
36858 \end_inset
36859
36860 =
36861 \begin_inset space \thinspace{}
36862 \end_inset
36863
36864 1.5
36865 \begin_inset space \thinspace{}
36866 \end_inset
36867
36868 cm
36869 \end_layout
36870
36871 \end_inset
36872
36873
36874 \begin_inset ERT
36875 status collapsed
36876
36877 \begin_layout Plain Layout
36878
36879
36880 \backslash
36881 cornersize{0.5}
36882 \end_layout
36883
36884 \end_inset
36885
36886
36887 \end_layout
36888
36889 \begin_layout Standard
36890 \begin_inset VSpace bigskip
36891 \end_inset
36892
36893 Die Standard-Hintergrundfarbe rot von Boxen mit 
36894 \family sans
36895 schattiertem Hintergrund
36896 \family default
36897  kann entweder lokal mit dem Befehl 
36898 \series bold
36899
36900 \backslash
36901 definecolor{shadecolor}
36902 \series default
36903  oder global über das Menü 
36904 \family sans
36905 Werkzeuge\SpecialChar menuseparator
36906 Einstellungen\SpecialChar menuseparator
36907 Farben\SpecialChar menuseparator
36908 Schattierte
36909 \begin_inset space ~
36910 \end_inset
36911
36912 Box
36913 \family default
36914  geändert werden.
36915  Das Schema des 
36916 \series bold
36917
36918 \backslash
36919 definecolor
36920 \series default
36921  Befehls ist  in Abschnitt
36922 \begin_inset space ~
36923 \end_inset
36924
36925
36926 \begin_inset CommandInset ref
36927 LatexCommand ref
36928 reference "abs:Farbige-Tabellen"
36929
36930 \end_inset
36931
36932  erklärt.
36933 \begin_inset Foot
36934 status collapsed
36935
36936 \begin_layout Plain Layout
36937 Beachten Sie, dass 
36938 \series bold
36939
36940 \backslash
36941 definecolor
36942 \series default
36943  das \SpecialChar LaTeX
36944 -Paket 
36945 \series bold
36946 color
36947 \series default
36948  im \SpecialChar LaTeX
36949 -Vorspann benötigt, siehe Abschnitt
36950 \begin_inset space ~
36951 \end_inset
36952
36953
36954 \begin_inset CommandInset ref
36955 LatexCommand ref
36956 reference "abs:Farbige-Boxen"
36957
36958 \end_inset
36959
36960 .
36961 \end_layout
36962
36963 \end_inset
36964
36965  Für das nächste Beispiel wurden folgender \SpecialChar TeX
36966 -Code verwendet:
36967 \end_layout
36968
36969 \begin_layout Standard
36970
36971 \series bold
36972
36973 \backslash
36974 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
36975 \end_layout
36976
36977 \begin_layout Standard
36978 \begin_inset ERT
36979 status collapsed
36980
36981 \begin_layout Plain Layout
36982
36983
36984 \backslash
36985 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
36986 \end_layout
36987
36988 \end_inset
36989
36990
36991 \begin_inset Box Shaded
36992 position "t"
36993 hor_pos "c"
36994 has_inner_box 0
36995 inner_pos "t"
36996 use_parbox 0
36997 use_makebox 0
36998 width "100col%"
36999 special "none"
37000 height "1in"
37001 height_special "totalheight"
37002 thickness "0.4pt"
37003 separation "3pt"
37004 shadowsize "4pt"
37005 framecolor "black"
37006 backgroundcolor "none"
37007 status open
37008
37009 \begin_layout Plain Layout
37010
37011 \color yellow
37012 Dies ist gelber Text in einer 
37013 \family sans
37014 schattierten Hintergrund
37015 \begin_inset space ~
37016 \end_inset
37017
37018
37019 \family default
37020 Box auf dunkelgrünem Hintergrund.
37021 \end_layout
37022
37023 \end_inset
37024
37025
37026 \begin_inset ERT
37027 status collapsed
37028
37029 \begin_layout Plain Layout
37030
37031
37032 \backslash
37033 definecolor{shadecolor}{rgb}{1,0,0}
37034 \end_layout
37035
37036 \end_inset
37037
37038
37039 \end_layout
37040
37041 \begin_layout Standard
37042 \begin_inset VSpace bigskip
37043 \end_inset
37044
37045 Geänderte Größen und Farben gelten für alle Boxen, die auf den Befehl folgen,
37046  der sie ändert.
37047 \end_layout
37048
37049 \begin_layout Section
37050 Minipage
37051 \begin_inset CommandInset label
37052 LatexCommand label
37053 name "abs:Minipage"
37054
37055 \end_inset
37056
37057
37058 \begin_inset Index idx
37059 range none
37060 pageformat default
37061 status collapsed
37062
37063 \begin_layout Plain Layout
37064 Boxen
37065 \begin_inset IndexMacro subentry
37066 status open
37067
37068 \begin_layout Plain Layout
37069 Minipage
37070 \end_layout
37071
37072 \end_inset
37073
37074
37075 \end_layout
37076
37077 \end_inset
37078
37079
37080 \end_layout
37081
37082 \begin_layout Standard
37083 Minipages werden von \SpecialChar LaTeX
37084  wie Seiten auf einer Seite behandelt und können deshalb
37085  unter anderem eigene Fußnoten haben.
37086 \end_layout
37087
37088 \begin_layout Standard
37089 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
37090 \end_layout
37091
37092 \begin_layout Standard
37093 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
37094  Ihre Breite ist 45 Spaltenbreite
37095 \begin_inset space ~
37096 \end_inset
37097
37098 %, und sie sind durch einen 
37099 \family sans
37100 HFill
37101 \family default
37102  getrennt (
37103 \family sans
37104 Einfügen\SpecialChar menuseparator
37105 Formatierung\SpecialChar menuseparator
37106 Horizontaler
37107 \begin_inset space \space{}
37108 \end_inset
37109
37110 Abstand\SpecialChar menuseparator
37111 Abstand\SpecialChar menuseparator
37112 Variabler
37113 \begin_inset space ~
37114 \end_inset
37115
37116 horiz.
37117 \begin_inset space ~
37118 \end_inset
37119
37120 Abstand
37121 \family default
37122 ).
37123 \begin_inset Newpage newpage
37124 \end_inset
37125
37126
37127 \end_layout
37128
37129 \begin_layout Standard
37130 \noindent
37131 \begin_inset Box Frameless
37132 position "t"
37133 hor_pos "c"
37134 has_inner_box 1
37135 inner_pos "c"
37136 use_parbox 0
37137 use_makebox 0
37138 width "45col%"
37139 special "none"
37140 height "1in"
37141 height_special "totalheight"
37142 thickness "0.4pt"
37143 separation "3pt"
37144 shadowsize "4pt"
37145 framecolor "black"
37146 backgroundcolor "none"
37147 status open
37148
37149 \begin_layout Plain Layout
37150 Dies ist ein deutscher Text.
37151  Dies ist ein deutscher Text.
37152  Dies ist ein deutscher Text.
37153  Dies ist ein deutscher Text.
37154  Dies ist ein deutscher Text.
37155  Dies ist ein deutscher Text.
37156  Dies ist ein deutscher Text.
37157  Dies ist ein deutscher Text.
37158  Dies ist ein deutscher Text.
37159  Dies ist ein deutscher Text.
37160  Dies ist ein deutscher Text.
37161  Dies ist ein deutscher Text.
37162  Dies ist ein deutscher Text
37163 \begin_inset Foot
37164 status open
37165
37166 \begin_layout Plain Layout
37167 Dies ist eine deutsche Fußnote.
37168 \end_layout
37169
37170 \end_inset
37171
37172 .
37173  Dies ist ein deutscher Text.
37174  Dies ist ein deutscher Text.
37175 \end_layout
37176
37177 \end_inset
37178
37179
37180 \begin_inset space \hfill{}
37181 \end_inset
37182
37183
37184 \begin_inset Box Frameless
37185 position "t"
37186 hor_pos "c"
37187 has_inner_box 1
37188 inner_pos "c"
37189 use_parbox 0
37190 use_makebox 0
37191 width "45col%"
37192 special "none"
37193 height "1in"
37194 height_special "totalheight"
37195 thickness "0.4pt"
37196 separation "3pt"
37197 shadowsize "4pt"
37198 framecolor "black"
37199 backgroundcolor "none"
37200 status open
37201
37202 \begin_layout Plain Layout
37203
37204 \lang english
37205 This is an English Text.
37206  This is an English Text.
37207  This is an English Text.
37208  This is an English Text.
37209  This is an English Text.
37210  This is an English Text.
37211  This is an English Text.
37212  This is an English Text.
37213  This is an English Text.
37214  This is an English Text.
37215  This is an English Text.
37216  This is an English Text.
37217  This is an English Text.
37218  This is an English Text.
37219  This is an English Text.
37220  This is an English Text.
37221 \begin_inset Foot
37222 status collapsed
37223
37224 \begin_layout Plain Layout
37225
37226 \lang english
37227 This is an English footnote.
37228 \end_layout
37229
37230 \end_inset
37231
37232  This is an English Text.
37233 \end_layout
37234
37235 \end_inset
37236
37237
37238 \end_layout
37239
37240 \begin_layout Standard
37241 \begin_inset VSpace bigskip
37242 \end_inset
37243
37244 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
37245  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
37246  Absätze nicht eingerückt werden, obwohl Sie das in 
37247 \family sans
37248 Dokument
37249 \family default
37250 \SpecialChar menuseparator
37251
37252 \family sans
37253 Einstellun\SpecialChar softhyphen
37254 gen\SpecialChar menuseparator
37255 Textformat
37256 \family default
37257  festgelegt haben.
37258  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
37259  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem \SpecialChar TeX
37260 -Code 
37261 \series bold
37262
37263 \backslash
37264 hspace*{1em}
37265 \series default
37266 .
37267 \end_layout
37268
37269 \begin_layout Standard
37270 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
37271  zu verpassen, siehe Abschnitt
37272 \begin_inset space ~
37273 \end_inset
37274
37275
37276 \begin_inset CommandInset ref
37277 LatexCommand ref
37278 reference "abs:Farbige-Boxen"
37279
37280 \end_inset
37281
37282 .
37283 \end_layout
37284
37285 \begin_layout Standard
37286 \begin_inset Note Greyedout
37287 status open
37288
37289 \begin_layout Plain Layout
37290
37291 \series bold
37292 Bemerkung:
37293 \series default
37294  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
37295  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
37296 \end_layout
37297
37298 \end_inset
37299
37300
37301 \end_layout
37302
37303 \begin_layout Standard
37304 \begin_inset VSpace bigskip
37305 \end_inset
37306
37307
37308 \end_layout
37309
37310 \begin_layout Standard
37311 \SpecialChar LyX
37312  unterstützt auch Minipages, deren Breite sich automatisch an die Größe
37313  des Inhalts anpasst, über das Modul 
37314 \family sans
37315 Breitenvariable
37316 \begin_inset space ~
37317 \end_inset
37318
37319 Minipages
37320 \family default
37321 .
37322  Die \SpecialChar LyX
37323 -Beispieldatei 
37324 \emph on
37325 varwidth-floats-side-by-side
37326 \emph default
37327  gibt Beispiele von breitenvariablen Minipages, um Gleitobjekte nebeneinander
37328  zu setzen.
37329 \end_layout
37330
37331 \begin_layout Section
37332 Parbox
37333 \begin_inset CommandInset label
37334 LatexCommand label
37335 name "abs:Parbox"
37336
37337 \end_inset
37338
37339
37340 \begin_inset Index idx
37341 range none
37342 pageformat default
37343 status collapsed
37344
37345 \begin_layout Plain Layout
37346 Boxen
37347 \begin_inset IndexMacro subentry
37348 status open
37349
37350 \begin_layout Plain Layout
37351 Parbox
37352 \end_layout
37353
37354 \end_inset
37355
37356
37357 \end_layout
37358
37359 \end_inset
37360
37361
37362 \end_layout
37363
37364 \begin_layout Standard
37365 Parbox ist eine Abkürzung für 
37366 \begin_inset Quotes gld
37367 \end_inset
37368
37369 paragraph box
37370 \begin_inset Quotes grd
37371 \end_inset
37372
37373 , was Absatzbox bedeutet.
37374  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
37375  in Parboxen nicht ausgegeben werden:
37376 \end_layout
37377
37378 \begin_layout Standard
37379 \align center
37380 \begin_inset Box Frameless
37381 position "t"
37382 hor_pos "c"
37383 has_inner_box 1
37384 inner_pos "t"
37385 use_parbox 1
37386 use_makebox 0
37387 width "33col%"
37388 special "none"
37389 height "1in"
37390 height_special "totalheight"
37391 thickness "0.4pt"
37392 separation "3pt"
37393 shadowsize "4pt"
37394 framecolor "black"
37395 backgroundcolor "none"
37396 status open
37397
37398 \begin_layout Plain Layout
37399 Dies ist Text in einer Parbox.
37400  Dies ist Text in einer Parbox.
37401 \end_layout
37402
37403 \begin_layout Plain Layout
37404 Diese Fußnote wird nicht gedruckt:
37405 \begin_inset Foot
37406 status collapsed
37407
37408 \begin_layout Plain Layout
37409 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
37410 \end_layout
37411
37412 \end_inset
37413
37414
37415 \end_layout
37416
37417 \end_inset
37418
37419
37420 \end_layout
37421
37422 \begin_layout Section
37423 Boxen für Worte und Buchstaben
37424 \begin_inset Index idx
37425 range none
37426 pageformat default
37427 status collapsed
37428
37429 \begin_layout Plain Layout
37430 Boxen
37431 \begin_inset IndexMacro subentry
37432 status open
37433
37434 \begin_layout Plain Layout
37435 für Buchstaben
37436 \end_layout
37437
37438 \end_inset
37439
37440
37441 \end_layout
37442
37443 \end_inset
37444
37445
37446 \end_layout
37447
37448 \begin_layout Subsection
37449 Silbentrennung unterbinden
37450 \begin_inset CommandInset label
37451 LatexCommand label
37452 name "abs:Silbentrennung-unterbinden"
37453
37454 \end_inset
37455
37456
37457 \begin_inset Index idx
37458 range none
37459 pageformat default
37460 status collapsed
37461
37462 \begin_layout Plain Layout
37463 Boxen
37464 \begin_inset IndexMacro subentry
37465 status open
37466
37467 \begin_layout Plain Layout
37468 zur Vermeidung von Silbentrennung
37469 \end_layout
37470
37471 \end_inset
37472
37473
37474 \end_layout
37475
37476 \end_inset
37477
37478
37479 \end_layout
37480
37481 \begin_layout Standard
37482 Sie können den Boxtyp 
37483 \family sans
37484 Makebox
37485 \family default
37486  benutzen, um Silbentrennungen zu unterbinden.
37487 \begin_inset Newline newline
37488 \end_inset
37489
37490 Hier ist ein Beispiel: 
37491 \end_layout
37492
37493 \begin_layout Standard
37494 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
37495 \begin_inset Quotes gld
37496 \end_inset
37497
37498 einsehrsehrsehrlangeswort
37499 \begin_inset Quotes grd
37500 \end_inset
37501
37502 .
37503 \end_layout
37504
37505 \begin_layout Standard
37506 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
37507  Innere
37508 \begin_inset space ~
37509 \end_inset
37510
37511 Box auf Makebox und verwenden keine explizite Breite.
37512 \end_layout
37513
37514 \begin_layout Standard
37515 Hier ist das Ergebnis:
37516 \end_layout
37517
37518 \begin_layout Standard
37519 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
37520 \begin_inset Box Frameless
37521 position "t"
37522 hor_pos "c"
37523 has_inner_box 1
37524 inner_pos "t"
37525 use_parbox 0
37526 use_makebox 1
37527 width ""
37528 special "none"
37529 height "1in"
37530 height_special "totalheight"
37531 thickness "0.4pt"
37532 separation "3pt"
37533 shadowsize "4pt"
37534 framecolor "black"
37535 backgroundcolor "none"
37536 status open
37537
37538 \begin_layout Plain Layout
37539 \begin_inset Quotes gld
37540 \end_inset
37541
37542 einsehrsehrsehrlangeswort
37543 \begin_inset Quotes grd
37544 \end_inset
37545
37546
37547 \end_layout
37548
37549 \end_inset
37550
37551 .
37552 \end_layout
37553
37554 \begin_layout Standard
37555 Alternativ dazu kann man auch den Befehl 
37556 \begin_inset Quotes gld
37557 \end_inset
37558
37559
37560 \series bold
37561
37562 \backslash
37563 -
37564 \series default
37565
37566 \begin_inset Quotes grd
37567 \end_inset
37568
37569  als \SpecialChar TeX
37570 -Code direkt vor das Wort setzen:
37571 \end_layout
37572
37573 \begin_layout Standard
37574 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
37575 \begin_inset Quotes gld
37576 \end_inset
37577
37578
37579 \begin_inset ERT
37580 status collapsed
37581
37582 \begin_layout Plain Layout
37583
37584
37585 \backslash
37586 -
37587 \end_layout
37588
37589 \end_inset
37590
37591 einsehrsehrsehrlangeswort
37592 \begin_inset Quotes grd
37593 \end_inset
37594
37595 .
37596 \end_layout
37597
37598 \begin_layout Standard
37599 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
37600  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
37601 \family sans
37602 Strg-Eingabe
37603 \family default
37604 ) einfügen: 
37605 \end_layout
37606
37607 \begin_layout Standard
37608 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
37609 \begin_inset Newline newline
37610 \end_inset
37611
37612
37613 \begin_inset Box Frameless
37614 position "t"
37615 hor_pos "c"
37616 has_inner_box 1
37617 inner_pos "t"
37618 use_parbox 0
37619 use_makebox 1
37620 width ""
37621 special "none"
37622 height "1in"
37623 height_special "totalheight"
37624 thickness "0.4pt"
37625 separation "3pt"
37626 shadowsize "4pt"
37627 framecolor "black"
37628 backgroundcolor "none"
37629 status open
37630
37631 \begin_layout Plain Layout
37632 \begin_inset Quotes gld
37633 \end_inset
37634
37635 einsehrsehrsehrlangeswort
37636 \begin_inset Quotes grd
37637 \end_inset
37638
37639
37640 \end_layout
37641
37642 \end_inset
37643
37644 .
37645 \end_layout
37646
37647 \begin_layout Subsection
37648 Vertikale Ausrichtung
37649 \begin_inset CommandInset label
37650 LatexCommand label
37651 name "uab:Vertikale-Ausrichtung"
37652
37653 \end_inset
37654
37655
37656 \begin_inset Index idx
37657 range none
37658 pageformat default
37659 status collapsed
37660
37661 \begin_layout Plain Layout
37662 Boxen
37663 \begin_inset IndexMacro subentry
37664 status open
37665
37666 \begin_layout Plain Layout
37667 für Vertikale Ausrichtung
37668 \end_layout
37669
37670 \end_inset
37671
37672
37673 \end_layout
37674
37675 \end_inset
37676
37677
37678 \begin_inset Index idx
37679 range none
37680 pageformat default
37681 status collapsed
37682
37683 \begin_layout Plain Layout
37684 Boxen
37685 \begin_inset IndexMacro subentry
37686 status open
37687
37688 \begin_layout Plain Layout
37689 raisebox
37690 \end_layout
37691
37692 \end_inset
37693
37694
37695 \end_layout
37696
37697 \end_inset
37698
37699
37700 \end_layout
37701
37702 \begin_layout Standard
37703 Mit dem \SpecialChar LaTeX
37704 -Befehl 
37705 \series bold
37706
37707 \backslash
37708 raisebox
37709 \series default
37710  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
37711 n Textes ausrichten.
37712  
37713 \series bold
37714
37715 \backslash
37716 raisebox
37717 \series default
37718  wird folgendermaßen benutzt:
37719 \end_layout
37720
37721 \begin_layout Standard
37722
37723 \series bold
37724
37725 \backslash
37726 raisebox{Verschiebung}[oben][unten]{Text}
37727 \end_layout
37728
37729 \begin_layout Standard
37730 Positive Werte für Verschiebung
37731 \series bold
37732  
37733 \series default
37734 verschieben die Box nach oben, negative nach unten.
37735  Die beiden optionalen Parameter 
37736 \family typewriter
37737 oben
37738 \family default
37739  und 
37740 \family typewriter
37741 unten
37742 \family default
37743  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
37744  hinausgeht, wenn sie nicht verschoben ist.
37745 \end_layout
37746
37747 \begin_layout Standard
37748 Um zum Beispiel das Wort 
37749 \begin_inset Quotes gld
37750 \end_inset
37751
37752 provokant
37753 \begin_inset Quotes grd
37754 \end_inset
37755
37756  mit seinem 
37757 \begin_inset Quotes gld
37758 \end_inset
37759
37760 niedrigsten
37761 \begin_inset Quotes grd
37762 \end_inset
37763
37764  Buchstaben 
37765 \begin_inset Quotes gld
37766 \end_inset
37767
37768 p
37769 \begin_inset Quotes grd
37770 \end_inset
37771
37772  an der Grundlinie auszurichten, müssen Sie den \SpecialChar TeX
37773 -Code-Befehl
37774 \end_layout
37775
37776 \begin_layout Standard
37777
37778 \series bold
37779
37780 \backslash
37781 raisebox{
37782 \backslash
37783 depth}{
37784 \end_layout
37785
37786 \begin_layout Standard
37787 vor dem Wort einfügen und 
37788 \begin_inset Quotes gld
37789 \end_inset
37790
37791
37792 \series bold
37793 }
37794 \series default
37795
37796 \begin_inset Quotes grd
37797 \end_inset
37798
37799  als \SpecialChar TeX
37800 -Code dahinter:
37801 \end_layout
37802
37803 \begin_layout Standard
37804 Dies ist eine Zeile, in der das Wort 
37805 \begin_inset ERT
37806 status collapsed
37807
37808 \begin_layout Plain Layout
37809
37810
37811 \backslash
37812 raisebox{
37813 \backslash
37814 depth}{
37815 \end_layout
37816
37817 \end_inset
37818
37819
37820 \begin_inset Quotes gld
37821 \end_inset
37822
37823 provokant
37824 \begin_inset Quotes grd
37825 \end_inset
37826
37827
37828 \begin_inset ERT
37829 status collapsed
37830
37831 \begin_layout Plain Layout
37832
37833 }
37834 \end_layout
37835
37836 \end_inset
37837
37838  nach oben verschoben wurde.
37839 \end_layout
37840
37841 \begin_layout Standard
37842 \begin_inset VSpace bigskip
37843 \end_inset
37844
37845 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
37846  gedehnt:
37847 \end_layout
37848
37849 \begin_layout Standard
37850 Dies ist eine Zeile, in der das Wort 
37851 \begin_inset ERT
37852 status collapsed
37853
37854 \begin_layout Plain Layout
37855
37856
37857 \backslash
37858 raisebox{-
37859 \backslash
37860 depth}{
37861 \end_layout
37862
37863 \end_inset
37864
37865
37866 \begin_inset Quotes gld
37867 \end_inset
37868
37869 provokant
37870 \begin_inset Quotes grd
37871 \end_inset
37872
37873
37874 \begin_inset ERT
37875 status collapsed
37876
37877 \begin_layout Plain Layout
37878
37879 }
37880 \end_layout
37881
37882 \end_inset
37883
37884  nach unten verschoben wurde.
37885 \end_layout
37886
37887 \begin_layout Standard
37888 Dies ist eine Zeile, in der das Wort 
37889 \begin_inset ERT
37890 status collapsed
37891
37892 \begin_layout Plain Layout
37893
37894
37895 \backslash
37896 raisebox{0.5cm}{
37897 \end_layout
37898
37899 \end_inset
37900
37901
37902 \begin_inset Quotes gld
37903 \end_inset
37904
37905 testen
37906 \begin_inset Quotes grd
37907 \end_inset
37908
37909
37910 \begin_inset ERT
37911 status collapsed
37912
37913 \begin_layout Plain Layout
37914
37915 }
37916 \end_layout
37917
37918 \end_inset
37919
37920  um 0.5
37921 \begin_inset space \thinspace{}
37922 \end_inset
37923
37924 cm nach oben verschoben wurde.
37925 \end_layout
37926
37927 \begin_layout Standard
37928 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
37929 \end_layout
37930
37931 \begin_layout Standard
37932
37933 \series bold
37934
37935 \backslash
37936 raisebox{-
37937 \backslash
37938 depth}[0pt]{
37939 \end_layout
37940
37941 \begin_layout Standard
37942 Dies ist eine Zeile, in der das Wort 
37943 \begin_inset ERT
37944 status collapsed
37945
37946 \begin_layout Plain Layout
37947
37948
37949 \backslash
37950 raisebox{-
37951 \backslash
37952 depth}[0pt]{
37953 \end_layout
37954
37955 \end_inset
37956
37957
37958 \begin_inset Quotes gld
37959 \end_inset
37960
37961 provokant
37962 \begin_inset Quotes grd
37963 \end_inset
37964
37965
37966 \begin_inset ERT
37967 status collapsed
37968
37969 \begin_layout Plain Layout
37970
37971 }
37972 \end_layout
37973
37974 \end_inset
37975
37976  nach unten verschoben wurde.
37977 \begin_inset Newline newline
37978 \end_inset
37979
37980
37981 \begin_inset Newline newline
37982 \end_inset
37983
37984 Dies ist eine Zeile, in der das Wort 
37985 \begin_inset ERT
37986 status collapsed
37987
37988 \begin_layout Plain Layout
37989
37990
37991 \backslash
37992 raisebox{0.5cm}[0pt]{
37993 \end_layout
37994
37995 \end_inset
37996
37997
37998 \begin_inset Quotes gld
37999 \end_inset
38000
38001 testen
38002 \begin_inset Quotes grd
38003 \end_inset
38004
38005
38006 \begin_inset ERT
38007 status collapsed
38008
38009 \begin_layout Plain Layout
38010
38011 }
38012 \end_layout
38013
38014 \end_inset
38015
38016  um 0.5
38017 \begin_inset space \thinspace{}
38018 \end_inset
38019
38020 cm nach oben verschoben wurde.
38021  Jetzt überschneiden sich die verschobenen Worte.
38022 \end_layout
38023
38024 \begin_layout Section
38025 Farbige Boxen
38026 \begin_inset CommandInset label
38027 LatexCommand label
38028 name "abs:Farbige-Boxen"
38029
38030 \end_inset
38031
38032
38033 \begin_inset Index idx
38034 range none
38035 pageformat default
38036 status collapsed
38037
38038 \begin_layout Plain Layout
38039 Boxen
38040 \begin_inset IndexMacro subentry
38041 status open
38042
38043 \begin_layout Plain Layout
38044 farbige
38045 \end_layout
38046
38047 \end_inset
38048
38049
38050 \end_layout
38051
38052 \end_inset
38053
38054
38055 \end_layout
38056
38057 \begin_layout Standard
38058 Um einen Text mit einer Hintergrundfarbe zu versehen, wählen Sie diese im
38059  Box-Dialog aus.
38060  Dies ist zum Beispiel eine Box mit orangenem Hintergrund
38061 \begin_inset Newline newline
38062 \end_inset
38063
38064
38065 \begin_inset Box Frameless
38066 position "t"
38067 hor_pos "c"
38068 has_inner_box 1
38069 inner_pos "t"
38070 use_parbox 0
38071 use_makebox 1
38072 width ""
38073 special "none"
38074 height "1in"
38075 height_special "totalheight"
38076 thickness "0.4pt"
38077 separation "3pt"
38078 shadowsize "4pt"
38079 framecolor "black"
38080 backgroundcolor "orange"
38081 status open
38082
38083 \begin_layout Plain Layout
38084 Box mit orangenem Hintergrund
38085 \end_layout
38086
38087 \end_inset
38088
38089
38090 \end_layout
38091
38092 \begin_layout Standard
38093 Wenn Sie die Dekoration
38094 \family sans
38095  Einfacher
38096 \begin_inset space ~
38097 \end_inset
38098
38099 rechteckiger
38100 \begin_inset space ~
38101 \end_inset
38102
38103 Rahmen 
38104 \family default
38105 verwenden, können Sie eine Rahmenfarbe festlegen.
38106  In diesem Fall muss auch eine Hintergrundfarbe angegeben werden (LyX setzt
38107  sie standardmäßig auf weiß).
38108  Hier ist ein Beispiel:
38109 \begin_inset Newline newline
38110 \end_inset
38111
38112
38113 \begin_inset Box Boxed
38114 position "t"
38115 hor_pos "c"
38116 has_inner_box 0
38117 inner_pos "t"
38118 use_parbox 0
38119 use_makebox 0
38120 width ""
38121 special "none"
38122 height "1in"
38123 height_special "totalheight"
38124 thickness "0.4pt"
38125 separation "3pt"
38126 shadowsize "4pt"
38127 framecolor "teal"
38128 backgroundcolor "yellow"
38129 status open
38130
38131 \begin_layout Plain Layout
38132 Box mit tealer Rahmenfarbe und gelber Hintergrundfarbe
38133 \end_layout
38134
38135 \end_inset
38136
38137
38138 \end_layout
38139
38140 \begin_layout Standard
38141 \begin_inset VSpace bigskip
38142 \end_inset
38143
38144 Natürlich ist auch farbiger Text in einer farbigen Box möglich:
38145 \begin_inset Newline newline
38146 \end_inset
38147
38148
38149 \begin_inset Box Boxed
38150 position "t"
38151 hor_pos "c"
38152 has_inner_box 0
38153 inner_pos "t"
38154 use_parbox 0
38155 use_makebox 0
38156 width ""
38157 special "none"
38158 height "1in"
38159 height_special "totalheight"
38160 thickness "0.4pt"
38161 separation "3pt"
38162 shadowsize "4pt"
38163 framecolor "cyan"
38164 backgroundcolor "magenta"
38165 status open
38166
38167 \begin_layout Plain Layout
38168
38169 \color yellow
38170 Dies ist farbiger Text in einer farbigen, gerahmten Box.
38171 \end_layout
38172
38173 \end_inset
38174
38175
38176 \end_layout
38177
38178 \begin_layout Standard
38179 \begin_inset VSpace bigskip
38180 \end_inset
38181
38182
38183 \end_layout
38184
38185 \begin_layout Standard
38186 Falls sie andere als die voreingestellten Farben benötigen, können Ihre
38187  eigenen Farben definieren, wie in Abschnitt
38188 \begin_inset space ~
38189 \end_inset
38190
38191
38192 \begin_inset CommandInset ref
38193 LatexCommand ref
38194 reference "abs:Farbige-Tabellen"
38195
38196 \end_inset
38197
38198  beschrieben.
38199  Um selbstdefinierte Farben zu verwenden, muss die Box mittels TeX-Code
38200  gesetzt werden:
38201 \end_layout
38202
38203 \begin_layout Standard
38204 Farbige Boxen ohne Rahmen werden mit dem Befehl 
38205 \series bold
38206
38207 \backslash
38208 colorbox
38209 \series default
38210  erzeugt.
38211  Er hat folgendes Schema:
38212 \end_layout
38213
38214 \begin_layout Standard
38215
38216 \series bold
38217
38218 \backslash
38219 colorbox{Farbe}{Boxinhalt}
38220 \end_layout
38221
38222 \begin_layout Standard
38223 Der Boxinhalt kann auch eine Box sein, und farbige Boxen können in anderen
38224  Boxen sein.
38225  Um zum Beispiel ein Wort auf einem dunkelgrünen Hintergrund zu drucken,
38226  fügen sie den \SpecialChar TeX
38227 -Code-Befehl
38228 \end_layout
38229
38230 \begin_layout Standard
38231
38232 \series bold
38233
38234 \backslash
38235 colorbox{dunkelgruen}{
38236 \end_layout
38237
38238 \begin_layout Standard
38239 vor dem Wort ein.
38240  Hinter dem Wort fügen Sie 
38241 \series bold
38242
38243 \begin_inset Quotes gld
38244 \end_inset
38245
38246 }
38247 \series default
38248
38249 \begin_inset Quotes grd
38250 \end_inset
38251
38252  als \SpecialChar TeX
38253 -Code ein.
38254  Hier ist das Ergebnis:
38255 \end_layout
38256
38257 \begin_layout Standard
38258 In dieser Zeile hat 
38259 \begin_inset ERT
38260 status collapsed
38261
38262 \begin_layout Plain Layout
38263
38264
38265 \backslash
38266 colorbox{dunkelgruen}{
38267 \end_layout
38268
38269 \end_inset
38270
38271 Achtung!
38272 \begin_inset ERT
38273 status collapsed
38274
38275 \begin_layout Plain Layout
38276
38277 }
38278 \end_layout
38279
38280 \end_inset
38281
38282  einen dunkelgrünen Hintergrund.
38283 \end_layout
38284
38285 \begin_layout Standard
38286 Farbige Boxen mit Rahmen werden mit dem Befehl
38287 \series bold
38288  
38289 \backslash
38290 fcolorbox
38291 \series default
38292  erzeugt.
38293  Er hat folgendes Schema:
38294 \end_layout
38295
38296 \begin_layout Standard
38297
38298 \series bold
38299
38300 \backslash
38301 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
38302 \end_layout
38303
38304 \begin_layout Section
38305 Rotierte und skalierte Boxen
38306 \end_layout
38307
38308 \begin_layout Standard
38309 Um die in diesem Abschnitt beschriebenen Boxen nutzen zu können, muss das
38310  Modul 
38311 \family sans
38312 Grafik-Boxen
38313 \family default
38314  in den Dokumenteinstellungen geladen sein.
38315 \end_layout
38316
38317 \begin_layout Standard
38318 \begin_inset Note Greyedout
38319 status open
38320
38321 \begin_layout Plain Layout
38322
38323 \series bold
38324 Achtung:
38325 \series default
38326  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
38327 \end_layout
38328
38329 \end_inset
38330
38331
38332 \end_layout
38333
38334 \begin_layout Standard
38335 \begin_inset Note Greyedout
38336 status open
38337
38338 \begin_layout Plain Layout
38339
38340 \series bold
38341 Achtung:
38342 \series default
38343  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
38344 \end_layout
38345
38346 \end_inset
38347
38348
38349 \end_layout
38350
38351 \begin_layout Subsection
38352 Rotierte Boxen
38353 \begin_inset Index idx
38354 range none
38355 pageformat default
38356 status collapsed
38357
38358 \begin_layout Plain Layout
38359 Boxen
38360 \begin_inset IndexMacro subentry
38361 status open
38362
38363 \begin_layout Plain Layout
38364 rotierte
38365 \end_layout
38366
38367 \end_inset
38368
38369
38370 \end_layout
38371
38372 \end_inset
38373
38374
38375 \begin_inset Index idx
38376 range none
38377 pageformat default
38378 status collapsed
38379
38380 \begin_layout Plain Layout
38381 Rotiertes Material
38382 \end_layout
38383
38384 \end_inset
38385
38386
38387 \end_layout
38388
38389 \begin_layout Standard
38390 Um Material zu drehen, setzt man es in eine 
38391 \family sans
38392 Rotationsbox
38393 \family default
38394 .
38395  Solch eine Box wird über das Menü 
38396 \family sans
38397 Einfügen\SpecialChar menuseparator
38398 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
38399 Rotationsbox
38400 \family default
38401  eingefügt.
38402 \end_layout
38403
38404 \begin_layout Standard
38405 Der Drehpunkt kann über die Einfügung 
38406 \family sans
38407 Drehpunkt
38408 \family default
38409  (Menü 
38410 \family sans
38411 Einfügen\SpecialChar menuseparator
38412 Drehpunkt
38413 \family default
38414 ) in der Form 
38415 \series bold
38416 origin=Position
38417 \series default
38418  angegeben.
38419  Folgende Positionen sind möglich: 
38420 \emph on
38421 c
38422 \emph default
38423  (mittig), 
38424 \emph on
38425 l
38426 \emph default
38427  (links), 
38428 \emph on
38429 r
38430 \emph default
38431  (rechts), 
38432 \emph on
38433 b
38434 \emph default
38435  (unten), 
38436 \emph on
38437 t
38438 \emph default
38439  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
38440  Z.
38441 \begin_inset space \thinspace{}
38442 \end_inset
38443
38444 B.
38445  bedeutet 
38446 \emph on
38447 lt
38448 \emph default
38449 , dass sich der Drehpunkt links oben befindet.
38450  Wird kein Drehpunkt angegeben, wird die Position 
38451 \emph on
38452 l
38453 \emph default
38454  verwendet.
38455  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
38456  Gedreht wird gegen den Uhrzeigersinn.
38457 \end_layout
38458
38459 \begin_layout Standard
38460 Im folgenden Beispiel wurde
38461 \series bold
38462  origin=c
38463 \series default
38464  in the Einfügung 
38465 \family sans
38466 Drehpunkt
38467 \family default
38468  und 
38469 \series bold
38470 60
38471 \series default
38472  in die Einfügung 
38473 \family sans
38474 Winkel
38475 \family default
38476  eingegeben.
38477 \end_layout
38478
38479 \begin_layout Standard
38480 Dies ist eine Zeile 
38481 \begin_inset Flex Rotatebox
38482 status open
38483
38484 \begin_layout Plain Layout
38485 \begin_inset Argument 1
38486 status open
38487
38488 \begin_layout Plain Layout
38489 origin=c
38490 \end_layout
38491
38492 \end_inset
38493
38494
38495 \begin_inset Argument 2
38496 status open
38497
38498 \begin_layout Plain Layout
38499 60
38500 \end_layout
38501
38502 \end_inset
38503
38504 mit rotiertem
38505 \end_layout
38506
38507 \end_inset
38508
38509  Text.
38510 \end_layout
38511
38512 \begin_layout Standard
38513 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
38514 \end_layout
38515
38516 \begin_layout Standard
38517 Dies ist eine Zeile 
38518 \begin_inset Flex Rotatebox
38519 status open
38520
38521 \begin_layout Plain Layout
38522 \begin_inset Argument 1
38523 status open
38524
38525 \begin_layout Plain Layout
38526 origin=r
38527 \end_layout
38528
38529 \end_inset
38530
38531
38532 \begin_inset Argument 2
38533 status open
38534
38535 \begin_layout Plain Layout
38536 -60
38537 \end_layout
38538
38539 \end_inset
38540
38541
38542 \begin_inset Box Doublebox
38543 position "c"
38544 hor_pos "c"
38545 has_inner_box 0
38546 inner_pos "c"
38547 use_parbox 0
38548 use_makebox 0
38549 width "1in"
38550 special "width"
38551 height "1in"
38552 height_special "totalheight"
38553 thickness "0.4pt"
38554 separation "3pt"
38555 shadowsize "4pt"
38556 framecolor "black"
38557 backgroundcolor "none"
38558 status collapsed
38559
38560 \begin_layout Plain Layout
38561 mit rotiertem
38562 \end_layout
38563
38564 \end_inset
38565
38566
38567 \end_layout
38568
38569 \end_inset
38570
38571  umrandeten Text 
38572 \begin_inset Flex Rotatebox
38573 status open
38574
38575 \begin_layout Plain Layout
38576 \begin_inset Argument 1
38577 status open
38578
38579 \begin_layout Plain Layout
38580 origin=lb
38581 \end_layout
38582
38583 \end_inset
38584
38585
38586 \begin_inset Argument 2
38587 status open
38588
38589 \begin_layout Plain Layout
38590 60
38591 \end_layout
38592
38593 \end_inset
38594
38595
38596 \begin_inset Formula $\int A\,\mathrm{d}x=B$
38597 \end_inset
38598
38599
38600 \end_layout
38601
38602 \end_inset
38603
38604  und einer Formel.
38605 \end_layout
38606
38607 \begin_layout Standard
38608 Oder ein Bild oder Tabelle:
38609 \end_layout
38610
38611 \begin_layout Standard
38612 Dies ist eine Zeile 
38613 \begin_inset Flex Rotatebox
38614 status open
38615
38616 \begin_layout Plain Layout
38617 \begin_inset Argument 1
38618 status open
38619
38620 \begin_layout Plain Layout
38621 origin=lb
38622 \end_layout
38623
38624 \end_inset
38625
38626
38627 \begin_inset Argument 2
38628 status open
38629
38630 \begin_layout Plain Layout
38631 90
38632 \end_layout
38633
38634 \end_inset
38635
38636
38637 \begin_inset Graphics
38638         filename ../clipart/Star-structure.pdf
38639         lyxscale 50
38640         width 25col%
38641
38642 \end_inset
38643
38644
38645 \end_layout
38646
38647 \end_inset
38648
38649  mit einem rotierten Bild 
38650 \begin_inset Flex Rotatebox
38651 status open
38652
38653 \begin_layout Plain Layout
38654 \begin_inset Argument 2
38655 status open
38656
38657 \begin_layout Plain Layout
38658 -90
38659 \end_layout
38660
38661 \end_inset
38662
38663
38664 \begin_inset Tabular
38665 <lyxtabular version="3" rows="2" columns="2">
38666 <features tabularvalignment="middle">
38667 <column alignment="center" valignment="top">
38668 <column alignment="center" valignment="top">
38669 <row>
38670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38671 \begin_inset Text
38672
38673 \begin_layout Plain Layout
38674 q
38675 \end_layout
38676
38677 \end_inset
38678 </cell>
38679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38680 \begin_inset Text
38681
38682 \begin_layout Plain Layout
38683 w
38684 \end_layout
38685
38686 \end_inset
38687 </cell>
38688 </row>
38689 <row>
38690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38691 \begin_inset Text
38692
38693 \begin_layout Plain Layout
38694 e
38695 \end_layout
38696
38697 \end_inset
38698 </cell>
38699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38700 \begin_inset Text
38701
38702 \begin_layout Plain Layout
38703 r
38704 \end_layout
38705
38706 \end_inset
38707 </cell>
38708 </row>
38709 </lyxtabular>
38710
38711 \end_inset
38712
38713
38714 \end_layout
38715
38716 \end_inset
38717
38718  und Tabelle.
38719 \begin_inset Index idx
38720 range none
38721 pageformat default
38722 status collapsed
38723
38724 \begin_layout Plain Layout
38725 Abbildungen
38726 \begin_inset IndexMacro subentry
38727 status open
38728
38729 \begin_layout Plain Layout
38730 rotierte
38731 \end_layout
38732
38733 \end_inset
38734
38735
38736 \end_layout
38737
38738 \end_inset
38739
38740
38741 \begin_inset Index idx
38742 range none
38743 pageformat default
38744 status collapsed
38745
38746 \begin_layout Plain Layout
38747 Tabellen
38748 \begin_inset IndexMacro subentry
38749 status open
38750
38751 \begin_layout Plain Layout
38752 rotierte
38753 \end_layout
38754
38755 \end_inset
38756
38757
38758 \end_layout
38759
38760 \end_inset
38761
38762
38763 \end_layout
38764
38765 \begin_layout Standard
38766 \begin_inset Note Greyedout
38767 status open
38768
38769 \begin_layout Plain Layout
38770
38771 \series bold
38772 Achtung:
38773 \series default
38774  Wenn die Einfügung 
38775 \family sans
38776 Drehpunkt
38777 \family default
38778  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
38779 -Fehler
38780  wenn man das Dokument ansieht/exportiert.
38781 \end_layout
38782
38783 \end_inset
38784
38785
38786 \end_layout
38787
38788 \begin_layout Subsection
38789 Skalierte Boxen
38790 \begin_inset Index idx
38791 range none
38792 pageformat default
38793 status collapsed
38794
38795 \begin_layout Plain Layout
38796 Boxen
38797 \begin_inset IndexMacro subentry
38798 status open
38799
38800 \begin_layout Plain Layout
38801 skalierte
38802 \end_layout
38803
38804 \end_inset
38805
38806
38807 \end_layout
38808
38809 \end_inset
38810
38811
38812 \begin_inset Index idx
38813 range none
38814 pageformat default
38815 status collapsed
38816
38817 \begin_layout Plain Layout
38818 Skaliertes Material
38819 \end_layout
38820
38821 \end_inset
38822
38823
38824 \end_layout
38825
38826 \begin_layout Standard
38827 Um Material zu skalieren, setzt man es in eine 
38828 \family sans
38829 Skalierende
38830 \begin_inset space ~
38831 \end_inset
38832
38833 Box
38834 \family default
38835 .
38836  Solch eine Box wird über das Menü 
38837 \family sans
38838 Einfügen\SpecialChar menuseparator
38839 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
38840 Skalierende
38841 \begin_inset space ~
38842 \end_inset
38843
38844 Box
38845 \family default
38846  eingefügt.
38847 \end_layout
38848
38849 \begin_layout Standard
38850 Die 
38851 \family sans
38852 Skalierende
38853 \begin_inset space ~
38854 \end_inset
38855
38856 Box
38857 \family default
38858  Einfügung hat die obligatorische Einfügung 
38859 \family sans
38860 H-Faktor
38861 \family default
38862  und die optionale Einfügung 
38863 \family sans
38864 V-Faktor
38865 \family default
38866  (wird eingefügt über das Menü 
38867 \family sans
38868 Einfügen\SpecialChar menuseparator
38869 V-Faktor)
38870 \family default
38871 .
38872  Fügen Sie hier den horizontalen bzw.
38873 \begin_inset space \space{}
38874 \end_inset
38875
38876 den vertikalen Skalierungsfaktor ein.
38877  Wenn die Einfügung 
38878 \family sans
38879 V-Faktor
38880 \family default
38881  nicht verwendet wird, wird der horizontale Skalierungsfaktor auch für den
38882  vertikalen verwendet.
38883 \end_layout
38884
38885 \begin_layout Standard
38886 Um z.
38887 \begin_inset space \thinspace{}
38888 \end_inset
38889
38890 B.
38891  doppelte Textgröße als die Dokument-Schriftgröße zu erhalten, gibt man
38892  
38893 \series bold
38894 2
38895 \series default
38896  in die Einfügung 
38897 \family sans
38898 H-Faktor
38899 \family default
38900  ein.
38901  Ein Beispiel: 
38902 \begin_inset Flex Scalebox
38903 status open
38904
38905 \begin_layout Plain Layout
38906 \begin_inset Argument 1
38907 status open
38908
38909 \begin_layout Plain Layout
38910 2
38911 \end_layout
38912
38913 \end_inset
38914
38915 Hallo
38916 \end_layout
38917
38918 \end_inset
38919
38920
38921 \end_layout
38922
38923 \begin_layout Standard
38924
38925 \series bold
38926 2
38927 \series default
38928  als 
38929 \family sans
38930 H-Faktor
38931 \family default
38932  und 
38933 \series bold
38934 1
38935 \series default
38936  als 
38937 \family sans
38938 V-Faktor
38939 \family default
38940  verzerrt das 
38941 \begin_inset Flex Scalebox
38942 status open
38943
38944 \begin_layout Plain Layout
38945 \begin_inset Argument 1
38946 status open
38947
38948 \begin_layout Plain Layout
38949 2
38950 \end_layout
38951
38952 \end_inset
38953
38954
38955 \begin_inset Argument 2
38956 status open
38957
38958 \begin_layout Plain Layout
38959 1
38960 \end_layout
38961
38962 \end_inset
38963
38964 Hallo
38965 \end_layout
38966
38967 \end_inset
38968
38969 .
38970 \end_layout
38971
38972 \begin_layout Standard
38973 Die Skalierungsfaktoren dürfen auch negativ sein.
38974  In diesem Fall wird der Boxinhalt gespiegelt.
38975  Daher kann 
38976 \series bold
38977 -1
38978 \series default
38979  als 
38980 \family sans
38981 H-Faktor
38982 \family default
38983  und 
38984 \series bold
38985 1
38986 \series default
38987  als 
38988 \family sans
38989 V-Faktor
38990 \family default
38991  verwendet werden um Spiegelschrift zu erstellen: 
38992 \begin_inset Flex Scalebox
38993 status open
38994
38995 \begin_layout Plain Layout
38996 \begin_inset Argument 1
38997 status open
38998
38999 \begin_layout Plain Layout
39000 -1
39001 \end_layout
39002
39003 \end_inset
39004
39005
39006 \begin_inset Argument 2
39007 status open
39008
39009 \begin_layout Plain Layout
39010 1
39011 \end_layout
39012
39013 \end_inset
39014
39015 Hallo
39016 \end_layout
39017
39018 \end_inset
39019
39020
39021 \end_layout
39022
39023 \begin_layout Standard
39024
39025 \series bold
39026 1
39027 \series default
39028  als 
39029 \family sans
39030 H-Faktor
39031 \family default
39032  und 
39033 \series bold
39034 -1
39035 \series default
39036  als 
39037 \family sans
39038 V-Faktor
39039 \family default
39040  reflektiert das 
39041 \begin_inset Flex Scalebox
39042 status open
39043
39044 \begin_layout Plain Layout
39045 \begin_inset Argument 1
39046 status open
39047
39048 \begin_layout Plain Layout
39049 1
39050 \end_layout
39051
39052 \end_inset
39053
39054
39055 \begin_inset Argument 2
39056 status open
39057
39058 \begin_layout Plain Layout
39059 -1
39060 \end_layout
39061
39062 \end_inset
39063
39064 Hallo
39065 \end_layout
39066
39067 \end_inset
39068
39069  an der Grundlinie.
39070 \end_layout
39071
39072 \begin_layout Standard
39073 Die 
39074 \family sans
39075 Spiegelbox
39076 \family default
39077  (Menü 
39078 \family sans
39079 Einfügen\SpecialChar menuseparator
39080 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
39081 Spiegelbox
39082 \family default
39083 ) ist äquivalent zu 
39084 \series bold
39085 -1
39086 \series default
39087  als 
39088 \family sans
39089 H-Faktor
39090 \family default
39091  und 
39092 \series bold
39093 1
39094 \series default
39095  als 
39096 \family sans
39097 V-Faktor 
39098 \family default
39099 für eine 
39100 \family sans
39101 Skalierende
39102 \begin_inset space ~
39103 \end_inset
39104
39105 Box
39106 \family default
39107 .
39108 \end_layout
39109
39110 \begin_layout Standard
39111 \begin_inset Note Greyedout
39112 status open
39113
39114 \begin_layout Plain Layout
39115
39116 \series bold
39117 Achtung:
39118 \series default
39119  Wenn die Einfügung 
39120 \family sans
39121 Drehpunkt
39122 \family default
39123  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
39124 -Fehler
39125  wenn man das Dokument ansieht/exportiert.
39126 \end_layout
39127
39128 \end_inset
39129
39130
39131 \end_layout
39132
39133 \begin_layout Standard
39134 \begin_inset VSpace bigskip
39135 \end_inset
39136
39137 Die 
39138 \family sans
39139 Neugrößenbox
39140 \family default
39141  (Menü 
39142 \family sans
39143 Einfügen\SpecialChar menuseparator
39144 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
39145 Neugrößenbox
39146 \family default
39147 ) verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
39148  skalieren.
39149  Die 
39150 \family sans
39151 Neugrößenbox
39152 \family default
39153  Einfügung hat die obligatorische Einfügung 
39154 \family sans
39155 Breite
39156 \family default
39157  und die optionale Einfügung 
39158 \family sans
39159 Höhe
39160 \family default
39161  (wird eingefügt über das Menü 
39162 \family sans
39163 Einfügen\SpecialChar menuseparator
39164 Höhe)
39165 \family default
39166 .
39167  Fügen Sie hier die Breite bzw.
39168 \begin_inset space \space{}
39169 \end_inset
39170
39171 Höhe als Wert mit Einheit ein.
39172  
39173 \begin_inset CommandInset ref
39174 LatexCommand ref
39175 reference "tab:Maßeinheiten"
39176
39177 \end_inset
39178
39179  listet die möglichen Maßeinheiten auf.
39180  Befindet sich ein Ausrufezeichen 
39181 \series bold
39182 !
39183 \series default
39184  in einer der beiden Einfügungen, wird die Größe so gewählt, dass das Seitenverh
39185 ältnis der Box beibehalten wird.
39186  Wenn die Einfügung 
39187 \family sans
39188 Höhe
39189 \family default
39190  nicht verwendet wird, wird intern ein Ausrufezeichen für die Höhe verwendet.
39191 \end_layout
39192
39193 \begin_layout Standard
39194
39195 \series bold
39196 2cm
39197 \series default
39198  als 
39199 \family sans
39200 Breite
39201 \family default
39202  und 
39203 \series bold
39204 1cm
39205 \series default
39206  als 
39207 \family sans
39208 Höhe
39209 \family default
39210  ergibt: 
39211 \begin_inset Flex Resizebox
39212 status open
39213
39214 \begin_layout Plain Layout
39215 \begin_inset Argument 1
39216 status open
39217
39218 \begin_layout Plain Layout
39219 2cm
39220 \end_layout
39221
39222 \end_inset
39223
39224
39225 \begin_inset Argument 2
39226 status open
39227
39228 \begin_layout Plain Layout
39229 1cm
39230 \end_layout
39231
39232 \end_inset
39233
39234 Hallo
39235 \end_layout
39236
39237 \end_inset
39238
39239
39240 \begin_inset Newline newline
39241 \end_inset
39242
39243
39244 \series bold
39245 2cm
39246 \series default
39247  als 
39248 \family sans
39249 Breite
39250 \family default
39251  und 
39252 \series bold
39253 !
39254 \series default
39255  als 
39256 \family sans
39257 Höhe
39258 \family default
39259  (oder keine 
39260 \family sans
39261 Höhe
39262 \family default
39263 ) ergibt: 
39264 \begin_inset Flex Resizebox
39265 status open
39266
39267 \begin_layout Plain Layout
39268 \begin_inset Argument 1
39269 status open
39270
39271 \begin_layout Plain Layout
39272 2cm
39273 \end_layout
39274
39275 \end_inset
39276
39277
39278 \begin_inset Argument 2
39279 status open
39280
39281 \begin_layout Plain Layout
39282 !
39283 \end_layout
39284
39285 \end_inset
39286
39287 Hallo
39288 \end_layout
39289
39290 \end_inset
39291
39292
39293 \end_layout
39294
39295 \begin_layout Standard
39296 \begin_inset Note Greyedout
39297 status open
39298
39299 \begin_layout Plain Layout
39300
39301 \series bold
39302 Achtung:
39303 \series default
39304  Wenn die Einfügung
39305 \family sans
39306  Breite 
39307 \family default
39308 leer ist oder eine ungültige Einheit enthält, erhält man \SpecialChar LaTeX
39309 -Fehler wenn man
39310  das Dokument ansieht/exportiert.
39311 \end_layout
39312
39313 \end_inset
39314
39315
39316 \end_layout
39317
39318 \begin_layout Standard
39319 \begin_inset VSpace bigskip
39320 \end_inset
39321
39322
39323 \end_layout
39324
39325 \begin_layout Standard
39326 Alle Boxen können beliebig miteinander kombiniert werden.
39327  Als Beispiel eine 
39328 \family sans
39329 Spiegelbox
39330 \family default
39331  in einer 
39332 \family sans
39333 Neugrößenbox
39334 \family default
39335 , die wiederum in einer 
39336 \family sans
39337 Rotationsbox
39338 \family default
39339  ist:
39340 \end_layout
39341
39342 \begin_layout Standard
39343 \noindent
39344 \align center
39345 \begin_inset Flex Rotatebox
39346 status open
39347
39348 \begin_layout Plain Layout
39349 \begin_inset Argument 1
39350 status open
39351
39352 \begin_layout Plain Layout
39353 origin=c
39354 \end_layout
39355
39356 \end_inset
39357
39358
39359 \begin_inset Argument 2
39360 status open
39361
39362 \begin_layout Plain Layout
39363 -45
39364 \end_layout
39365
39366 \end_inset
39367
39368
39369 \begin_inset Flex Resizebox
39370 status open
39371
39372 \begin_layout Plain Layout
39373 \begin_inset Argument 1
39374 status open
39375
39376 \begin_layout Plain Layout
39377 2cm
39378 \end_layout
39379
39380 \end_inset
39381
39382
39383 \begin_inset Flex Reflectbox
39384 status open
39385
39386 \begin_layout Plain Layout
39387 Hallo
39388 \end_layout
39389
39390 \end_inset
39391
39392
39393 \end_layout
39394
39395 \end_inset
39396
39397
39398 \end_layout
39399
39400 \end_inset
39401
39402
39403 \end_layout
39404
39405 \begin_layout Standard
39406 \noindent
39407 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
39408 \end_layout
39409
39410 \begin_layout Standard
39411 \noindent
39412 \align center
39413 \begin_inset Flex Resizebox
39414 status open
39415
39416 \begin_layout Plain Layout
39417 \begin_inset Argument 1
39418 status open
39419
39420 \begin_layout Plain Layout
39421 2cm
39422 \end_layout
39423
39424 \end_inset
39425
39426
39427 \begin_inset Flex Reflectbox
39428 status open
39429
39430 \begin_layout Plain Layout
39431 \begin_inset Graphics
39432         filename ../clipart/Star-structure.pdf
39433         lyxscale 50
39434         width 25col%
39435
39436 \end_inset
39437
39438
39439 \end_layout
39440
39441 \end_inset
39442
39443
39444 \end_layout
39445
39446 \end_inset
39447
39448  
39449 \begin_inset Flex Resizebox
39450 status open
39451
39452 \begin_layout Plain Layout
39453 \begin_inset Argument 1
39454 status open
39455
39456 \begin_layout Plain Layout
39457 2cm
39458 \end_layout
39459
39460 \end_inset
39461
39462
39463 \begin_inset Flex Reflectbox
39464 status open
39465
39466 \begin_layout Plain Layout
39467 \begin_inset Tabular
39468 <lyxtabular version="3" rows="2" columns="2">
39469 <features tabularvalignment="middle">
39470 <column alignment="center" valignment="top">
39471 <column alignment="center" valignment="top">
39472 <row>
39473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39474 \begin_inset Text
39475
39476 \begin_layout Plain Layout
39477 q
39478 \end_layout
39479
39480 \end_inset
39481 </cell>
39482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39483 \begin_inset Text
39484
39485 \begin_layout Plain Layout
39486 w
39487 \end_layout
39488
39489 \end_inset
39490 </cell>
39491 </row>
39492 <row>
39493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39494 \begin_inset Text
39495
39496 \begin_layout Plain Layout
39497 e
39498 \end_layout
39499
39500 \end_inset
39501 </cell>
39502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39503 \begin_inset Text
39504
39505 \begin_layout Plain Layout
39506 r
39507 \end_layout
39508
39509 \end_inset
39510 </cell>
39511 </row>
39512 </lyxtabular>
39513
39514 \end_inset
39515
39516
39517 \end_layout
39518
39519 \end_inset
39520
39521
39522 \end_layout
39523
39524 \end_inset
39525
39526  
39527 \begin_inset Flex Resizebox
39528 status open
39529
39530 \begin_layout Plain Layout
39531 \begin_inset Argument 1
39532 status open
39533
39534 \begin_layout Plain Layout
39535 3cm
39536 \end_layout
39537
39538 \end_inset
39539
39540
39541 \begin_inset Flex Reflectbox
39542 status open
39543
39544 \begin_layout Plain Layout
39545 \begin_inset Formula $\int A\,\mathrm{d}x=B$
39546 \end_inset
39547
39548
39549 \end_layout
39550
39551 \end_inset
39552
39553
39554 \end_layout
39555
39556 \end_inset
39557
39558
39559 \begin_inset Index idx
39560 range none
39561 pageformat default
39562 status collapsed
39563
39564 \begin_layout Plain Layout
39565 Abbildungen
39566 \begin_inset IndexMacro subentry
39567 status open
39568
39569 \begin_layout Plain Layout
39570 skalierte
39571 \end_layout
39572
39573 \end_inset
39574
39575
39576 \end_layout
39577
39578 \end_inset
39579
39580
39581 \begin_inset Index idx
39582 range none
39583 pageformat default
39584 status collapsed
39585
39586 \begin_layout Plain Layout
39587 Tabellen
39588 \begin_inset IndexMacro subentry
39589 status open
39590
39591 \begin_layout Plain Layout
39592 skalierte
39593 \end_layout
39594
39595 \end_inset
39596
39597
39598 \end_layout
39599
39600 \end_inset
39601
39602
39603 \end_layout
39604
39605 \begin_layout Standard
39606 Hat man den globalen Formelstil 
39607 \series bold
39608 fleqn
39609 \series default
39610
39611 \begin_inset Foot
39612 status collapsed
39613
39614 \begin_layout Plain Layout
39615 Wenn 
39616 \begin_inset Quotes gld
39617 \end_inset
39618
39619 fleqn
39620 \begin_inset Quotes grd
39621 \end_inset
39622
39623  zu den Dokumentklassen-Optionen hinzugefügt wurde.
39624 \end_layout
39625
39626 \end_inset
39627
39628  gewählt, kann man auch abgesetzte Formeln skalieren.
39629 \end_layout
39630
39631 \begin_layout Chapter
39632 Umflossene Objekte
39633 \begin_inset Index idx
39634 range none
39635 pageformat default
39636 status collapsed
39637
39638 \begin_layout Plain Layout
39639 Umflossene Objekte
39640 \end_layout
39641
39642 \end_inset
39643
39644
39645 \end_layout
39646
39647 \begin_layout Section
39648 Umflossene Gleitobjekte
39649 \begin_inset CommandInset label
39650 LatexCommand label
39651 name "abs:Umflossene-Gleitobjekte"
39652
39653 \end_inset
39654
39655
39656 \begin_inset Index idx
39657 range none
39658 pageformat default
39659 status collapsed
39660
39661 \begin_layout Plain Layout
39662 Gleitobjekte
39663 \begin_inset IndexMacro subentry
39664 status open
39665
39666 \begin_layout Plain Layout
39667 umflossene
39668 \end_layout
39669
39670 \end_inset
39671
39672
39673 \end_layout
39674
39675 \end_inset
39676
39677
39678 \begin_inset Index idx
39679 range none
39680 pageformat default
39681 status collapsed
39682
39683 \begin_layout Plain Layout
39684 Umflossene Objekte
39685 \begin_inset IndexMacro subentry
39686 status open
39687
39688 \begin_layout Plain Layout
39689 Gleitobjekte
39690 \end_layout
39691
39692 \end_inset
39693
39694
39695 \end_layout
39696
39697 \end_inset
39698
39699
39700 \end_layout
39701
39702 \begin_layout Standard
39703 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
39704  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
39705  den die Abbildung bzw.
39706 \begin_inset space ~
39707 \end_inset
39708
39709 Tabelle übrig lässt.
39710  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
39711  Sie werden über das Menü
39712 \family sans
39713  Einfügen\SpecialChar menuseparator
39714 Gleitobjekt\SpecialChar menuseparator
39715 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
39716 objekt
39717 \family default
39718  eingefügt, wenn das \SpecialChar LaTeX
39719 -Paket 
39720 \series bold
39721 wrapfig
39722 \series default
39723
39724 \begin_inset Index idx
39725 range none
39726 pageformat default
39727 status collapsed
39728
39729 \begin_layout Plain Layout
39730 \SpecialChar LaTeX
39731 -Pakete
39732 \begin_inset IndexMacro subentry
39733 status open
39734
39735 \begin_layout Plain Layout
39736 wrapfig
39737 \end_layout
39738
39739 \end_inset
39740
39741
39742 \end_layout
39743
39744 \end_inset
39745
39746  installiert ist.
39747 \begin_inset Foot
39748 status collapsed
39749
39750 \begin_layout Plain Layout
39751 Wie man ein \SpecialChar LaTeX
39752 -Paket installiert, wird im Handbuch 
39753 \emph on
39754 \SpecialChar LaTeX
39755 -Konfiguration
39756 \emph default
39757  beschrieben.
39758 \end_layout
39759
39760 \end_inset
39761
39762  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
39763  Box des Gleitobjekts geändert werden.
39764  
39765 \begin_inset Wrap figure
39766 lines 0
39767 placement l
39768 overhang 1cm
39769 width "40col%"
39770 status open
39771
39772 \begin_layout Plain Layout
39773 \begin_inset Graphics
39774         filename ../clipart/2D-intensity-plot.pdf
39775         width 35col%
39776         scaleBeforeRotation
39777         rotateOrigin center
39778
39779 \end_inset
39780
39781
39782 \end_layout
39783
39784 \begin_layout Plain Layout
39785 \begin_inset Caption Standard
39786
39787 \begin_layout Plain Layout
39788 \begin_inset CommandInset label
39789 LatexCommand label
39790 name "abb:Dies-ist-eine"
39791
39792 \end_inset
39793
39794 Dies ist eine umflossene Gleitobjekt-Abbildung
39795 \end_layout
39796
39797 \end_inset
39798
39799
39800 \end_layout
39801
39802 \end_inset
39803
39804  Obligatorische Einstellungen sind die 
39805 \family sans
39806 Breite
39807 \family default
39808  und 
39809 \family sans
39810 Platzierung
39811 \family default
39812  des Gleitobjekts.
39813  Optional sind der 
39814 \family sans
39815 Überhang 
39816 \family default
39817 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
39818 \begin_inset space \thinspace{}
39819 \end_inset
39820
39821 /
39822 \begin_inset space \thinspace{}
39823 \end_inset
39824
39825 der Seite ragt und die 
39826 \family sans
39827 benötigten Zeilen
39828 \family default
39829 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
39830  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
39831  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
39832  Des weiteren können Sie entscheiden, ob es \SpecialChar LaTeX
39833  erlaubt sein soll, das Gleitobjekt
39834  innerhalb des Absatzes oder zu umgebenden Absätzen gleiten zu lassen.
39835  Abbildung
39836 \begin_inset space ~
39837 \end_inset
39838
39839
39840 \begin_inset CommandInset ref
39841 LatexCommand ref
39842 reference "abb:Dies-ist-eine"
39843
39844 \end_inset
39845
39846  ist zum Beispiel ein umflossenes Bild, das 35
39847 \begin_inset space \thinspace{}
39848 \end_inset
39849
39850 % der Spaltenbreite einnimmt, 1
39851 \begin_inset space \thinspace{}
39852 \end_inset
39853
39854 cm in den Rand ragt und links gesetzt wurde.
39855 \end_layout
39856
39857 \begin_layout Standard
39858 \begin_inset Note Greyedout
39859 status open
39860
39861 \begin_layout Plain Layout
39862
39863 \series bold
39864 Bemerkung:
39865 \series default
39866  Umflossene Objekte sind fragil! Wenn die Abbildung z.
39867 \begin_inset space \thinspace{}
39868 \end_inset
39869
39870 B.
39871  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
39872  oder über anderen Text gedruckt wird.
39873 \end_layout
39874
39875 \end_inset
39876
39877
39878 \end_layout
39879
39880 \begin_layout Standard
39881 Allgemein gilt für umflossene Gleitobjekte:
39882 \end_layout
39883
39884 \begin_layout Itemize
39885 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
39886  fortgesetzt werden.
39887  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
39888  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
39889 \end_layout
39890
39891 \begin_layout Itemize
39892 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
39893  werden oder darin.
39894 \end_layout
39895
39896 \begin_layout Itemize
39897 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
39898  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
39899 \end_layout
39900
39901 \begin_layout Itemize
39902 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
39903 \end_layout
39904
39905 \begin_layout Itemize
39906 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
39907 \begin_inset space \thinspace{}
39908 \end_inset
39909
39910
39911 \begin_inset CommandInset ref
39912 LatexCommand ref
39913 reference "kap:Gleitobjekte"
39914
39915 \end_inset
39916
39917  beschrieben.
39918 \end_layout
39919
39920 \begin_layout Section
39921 Umflossene Fixe Objekte
39922 \begin_inset Index idx
39923 range none
39924 pageformat default
39925 status collapsed
39926
39927 \begin_layout Plain Layout
39928 Umflossene Objekte
39929 \begin_inset IndexMacro subentry
39930 status open
39931
39932 \begin_layout Plain Layout
39933 Fixe Objekte
39934 \end_layout
39935
39936 \end_inset
39937
39938
39939 \end_layout
39940
39941 \end_inset
39942
39943
39944 \end_layout
39945
39946 \begin_layout Standard
39947 Die in Abschnitt
39948 \begin_inset space ~
39949 \end_inset
39950
39951
39952 \begin_inset CommandInset ref
39953 LatexCommand ref
39954 reference "abs:Umflossene-Gleitobjekte"
39955
39956 \end_inset
39957
39958  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
39959 \end_layout
39960
39961 \begin_layout Standard
39962 \noindent
39963 \align center
39964 \begin_inset Tabular
39965 <lyxtabular version="3" rows="2" columns="2">
39966 <features tabularvalignment="middle">
39967 <column alignment="center" valignment="top">
39968 <column alignment="center" valignment="top">
39969 <row>
39970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39971 \begin_inset Text
39972
39973 \begin_layout Plain Layout
39974 \begin_inset Info
39975 type  "icon"
39976 arg   "dialog-show-new-inset graphics"
39977 \end_inset
39978
39979
39980 \end_layout
39981
39982 \end_inset
39983 </cell>
39984 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39985 \begin_inset Text
39986
39987 \begin_layout Plain Layout
39988 Text
39989 \end_layout
39990
39991 \end_inset
39992 </cell>
39993 </row>
39994 <row>
39995 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39996 \begin_inset Text
39997
39998 \begin_layout Plain Layout
39999 Text
40000 \end_layout
40001
40002 \end_inset
40003 </cell>
40004 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40005 \begin_inset Text
40006
40007 \begin_layout Plain Layout
40008 Text
40009 \end_layout
40010
40011 \end_inset
40012 </cell>
40013 </row>
40014 </lyxtabular>
40015
40016 \end_inset
40017
40018  oder 
40019 \begin_inset Tabular
40020 <lyxtabular version="3" rows="2" columns="2">
40021 <features tabularvalignment="middle">
40022 <column alignment="center" valignment="top">
40023 <column alignment="center" valignment="top">
40024 <row>
40025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40026 \begin_inset Text
40027
40028 \begin_layout Plain Layout
40029 Text
40030 \end_layout
40031
40032 \end_inset
40033 </cell>
40034 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40035 \begin_inset Text
40036
40037 \begin_layout Plain Layout
40038 \begin_inset Info
40039 type  "icon"
40040 arg   "dialog-show-new-inset graphics"
40041 \end_inset
40042
40043
40044 \end_layout
40045
40046 \end_inset
40047 </cell>
40048 </row>
40049 <row>
40050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40051 \begin_inset Text
40052
40053 \begin_layout Plain Layout
40054 Text
40055 \end_layout
40056
40057 \end_inset
40058 </cell>
40059 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40060 \begin_inset Text
40061
40062 \begin_layout Plain Layout
40063 Text
40064 \end_layout
40065
40066 \end_inset
40067 </cell>
40068 </row>
40069 </lyxtabular>
40070
40071 \end_inset
40072
40073
40074 \end_layout
40075
40076 \begin_layout Standard
40077 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
40078  wurde, um z.
40079 \begin_inset space \thinspace{}
40080 \end_inset
40081
40082 B.
40083  solche Positionen zu erhalten:
40084 \begin_inset VSpace defskip
40085 \end_inset
40086
40087
40088 \end_layout
40089
40090 \begin_layout Standard
40091 \noindent
40092 \align center
40093 \begin_inset Tabular
40094 <lyxtabular version="3" rows="2" columns="2">
40095 <features tabularvalignment="middle">
40096 <column alignment="center" valignment="top">
40097 <column alignment="center" valignment="top">
40098 <row>
40099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40100 \begin_inset Text
40101
40102 \begin_layout Plain Layout
40103 Text
40104 \end_layout
40105
40106 \end_inset
40107 </cell>
40108 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40109 \begin_inset Text
40110
40111 \begin_layout Plain Layout
40112 Text
40113 \end_layout
40114
40115 \end_inset
40116 </cell>
40117 </row>
40118 <row>
40119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40120 \begin_inset Text
40121
40122 \begin_layout Plain Layout
40123 \begin_inset Info
40124 type  "icon"
40125 arg   "dialog-show-new-inset graphics"
40126 \end_inset
40127
40128
40129 \end_layout
40130
40131 \end_inset
40132 </cell>
40133 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40134 \begin_inset Text
40135
40136 \begin_layout Plain Layout
40137 Text
40138 \end_layout
40139
40140 \end_inset
40141 </cell>
40142 </row>
40143 </lyxtabular>
40144
40145 \end_inset
40146
40147  
40148 \begin_inset Tabular
40149 <lyxtabular version="3" rows="2" columns="2">
40150 <features tabularvalignment="middle">
40151 <column alignment="center" valignment="top">
40152 <column alignment="center" valignment="top">
40153 <row>
40154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40155 \begin_inset Text
40156
40157 \begin_layout Plain Layout
40158 Text
40159 \end_layout
40160
40161 \end_inset
40162 </cell>
40163 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40164 \begin_inset Text
40165
40166 \begin_layout Plain Layout
40167 Text
40168 \end_layout
40169
40170 \end_inset
40171 </cell>
40172 </row>
40173 <row>
40174 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40175 \begin_inset Text
40176
40177 \begin_layout Plain Layout
40178 Text
40179 \end_layout
40180
40181 \end_inset
40182 </cell>
40183 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40184 \begin_inset Text
40185
40186 \begin_layout Plain Layout
40187 \begin_inset Info
40188 type  "icon"
40189 arg   "dialog-show-new-inset graphics"
40190 \end_inset
40191
40192
40193 \end_layout
40194
40195 \end_inset
40196 </cell>
40197 </row>
40198 </lyxtabular>
40199
40200 \end_inset
40201
40202  
40203 \begin_inset Tabular
40204 <lyxtabular version="3" rows="2" columns="3">
40205 <features tabularvalignment="middle">
40206 <column alignment="center" valignment="top">
40207 <column alignment="center" valignment="top">
40208 <column alignment="center" valignment="top">
40209 <row>
40210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40211 \begin_inset Text
40212
40213 \begin_layout Plain Layout
40214 Text
40215 \end_layout
40216
40217 \end_inset
40218 </cell>
40219 <cell alignment="center" valignment="top" topline="true" usebox="none">
40220 \begin_inset Text
40221
40222 \begin_layout Plain Layout
40223 \begin_inset Info
40224 type  "icon"
40225 arg   "dialog-show-new-inset graphics"
40226 \end_inset
40227
40228
40229 \end_layout
40230
40231 \end_inset
40232 </cell>
40233 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40234 \begin_inset Text
40235
40236 \begin_layout Plain Layout
40237 Text
40238 \end_layout
40239
40240 \end_inset
40241 </cell>
40242 </row>
40243 <row>
40244 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40245 \begin_inset Text
40246
40247 \begin_layout Plain Layout
40248 Text
40249 \end_layout
40250
40251 \end_inset
40252 </cell>
40253 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
40254 \begin_inset Text
40255
40256 \begin_layout Plain Layout
40257 Text
40258 \end_layout
40259
40260 \end_inset
40261 </cell>
40262 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40263 \begin_inset Text
40264
40265 \begin_layout Plain Layout
40266 Text
40267 \end_layout
40268
40269 \end_inset
40270 </cell>
40271 </row>
40272 </lyxtabular>
40273
40274 \end_inset
40275
40276  
40277 \begin_inset Tabular
40278 <lyxtabular version="3" rows="2" columns="3">
40279 <features tabularvalignment="middle">
40280 <column alignment="center" valignment="top">
40281 <column alignment="center" valignment="top">
40282 <column alignment="center" valignment="top">
40283 <row>
40284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40285 \begin_inset Text
40286
40287 \begin_layout Plain Layout
40288 Text
40289 \end_layout
40290
40291 \end_inset
40292 </cell>
40293 <cell alignment="center" valignment="top" topline="true" usebox="none">
40294 \begin_inset Text
40295
40296 \begin_layout Plain Layout
40297 Text
40298 \end_layout
40299
40300 \end_inset
40301 </cell>
40302 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40303 \begin_inset Text
40304
40305 \begin_layout Plain Layout
40306 Text
40307 \end_layout
40308
40309 \end_inset
40310 </cell>
40311 </row>
40312 <row>
40313 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40314 \begin_inset Text
40315
40316 \begin_layout Plain Layout
40317 Text
40318 \end_layout
40319
40320 \end_inset
40321 </cell>
40322 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
40323 \begin_inset Text
40324
40325 \begin_layout Plain Layout
40326 \begin_inset Info
40327 type  "icon"
40328 arg   "dialog-show-new-inset graphics"
40329 \end_inset
40330
40331
40332 \end_layout
40333
40334 \end_inset
40335 </cell>
40336 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40337 \begin_inset Text
40338
40339 \begin_layout Plain Layout
40340 Text
40341 \end_layout
40342
40343 \end_inset
40344 </cell>
40345 </row>
40346 </lyxtabular>
40347
40348 \end_inset
40349
40350
40351 \end_layout
40352
40353 \begin_layout Standard
40354 \noindent
40355 \align center
40356 \begin_inset Tabular
40357 <lyxtabular version="3" rows="3" columns="2">
40358 <features tabularvalignment="middle">
40359 <column alignment="center" valignment="top">
40360 <column alignment="center" valignment="top">
40361 <row>
40362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40363 \begin_inset Text
40364
40365 \begin_layout Plain Layout
40366 Text
40367 \end_layout
40368
40369 \end_inset
40370 </cell>
40371 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40372 \begin_inset Text
40373
40374 \begin_layout Plain Layout
40375 Text
40376 \end_layout
40377
40378 \end_inset
40379 </cell>
40380 </row>
40381 <row>
40382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
40383 \begin_inset Text
40384
40385 \begin_layout Plain Layout
40386 \begin_inset Info
40387 type  "icon"
40388 arg   "dialog-show-new-inset graphics"
40389 \end_inset
40390
40391
40392 \end_layout
40393
40394 \end_inset
40395 </cell>
40396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
40397 \begin_inset Text
40398
40399 \begin_layout Plain Layout
40400 Text
40401 \end_layout
40402
40403 \end_inset
40404 </cell>
40405 </row>
40406 <row>
40407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40408 \begin_inset Text
40409
40410 \begin_layout Plain Layout
40411 Text
40412 \end_layout
40413
40414 \end_inset
40415 </cell>
40416 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40417 \begin_inset Text
40418
40419 \begin_layout Plain Layout
40420 Text
40421 \end_layout
40422
40423 \end_inset
40424 </cell>
40425 </row>
40426 </lyxtabular>
40427
40428 \end_inset
40429
40430  
40431 \begin_inset Tabular
40432 <lyxtabular version="3" rows="3" columns="3">
40433 <features tabularvalignment="middle">
40434 <column alignment="center" valignment="top">
40435 <column alignment="center" valignment="top">
40436 <column alignment="center" valignment="top">
40437 <row>
40438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40439 \begin_inset Text
40440
40441 \begin_layout Plain Layout
40442 Text
40443 \end_layout
40444
40445 \end_inset
40446 </cell>
40447 <cell alignment="center" valignment="top" topline="true" usebox="none">
40448 \begin_inset Text
40449
40450 \begin_layout Plain Layout
40451 Text
40452 \end_layout
40453
40454 \end_inset
40455 </cell>
40456 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40457 \begin_inset Text
40458
40459 \begin_layout Plain Layout
40460 Text
40461 \end_layout
40462
40463 \end_inset
40464 </cell>
40465 </row>
40466 <row>
40467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
40468 \begin_inset Text
40469
40470 \begin_layout Plain Layout
40471 Text
40472 \end_layout
40473
40474 \end_inset
40475 </cell>
40476 <cell alignment="center" valignment="top" usebox="none">
40477 \begin_inset Text
40478
40479 \begin_layout Plain Layout
40480 \begin_inset Info
40481 type  "icon"
40482 arg   "dialog-show-new-inset graphics"
40483 \end_inset
40484
40485
40486 \end_layout
40487
40488 \end_inset
40489 </cell>
40490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
40491 \begin_inset Text
40492
40493 \begin_layout Plain Layout
40494 Text
40495 \end_layout
40496
40497 \end_inset
40498 </cell>
40499 </row>
40500 <row>
40501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40502 \begin_inset Text
40503
40504 \begin_layout Plain Layout
40505 Text
40506 \end_layout
40507
40508 \end_inset
40509 </cell>
40510 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
40511 \begin_inset Text
40512
40513 \begin_layout Plain Layout
40514 Text
40515 \end_layout
40516
40517 \end_inset
40518 </cell>
40519 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40520 \begin_inset Text
40521
40522 \begin_layout Plain Layout
40523 Text
40524 \end_layout
40525
40526 \end_inset
40527 </cell>
40528 </row>
40529 </lyxtabular>
40530
40531 \end_inset
40532
40533  
40534 \begin_inset Tabular
40535 <lyxtabular version="3" rows="3" columns="2">
40536 <features tabularvalignment="middle">
40537 <column alignment="center" valignment="top">
40538 <column alignment="center" valignment="top">
40539 <row>
40540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40541 \begin_inset Text
40542
40543 \begin_layout Plain Layout
40544 Text
40545 \end_layout
40546
40547 \end_inset
40548 </cell>
40549 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40550 \begin_inset Text
40551
40552 \begin_layout Plain Layout
40553 Text
40554 \end_layout
40555
40556 \end_inset
40557 </cell>
40558 </row>
40559 <row>
40560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
40561 \begin_inset Text
40562
40563 \begin_layout Plain Layout
40564 Text
40565 \end_layout
40566
40567 \end_inset
40568 </cell>
40569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
40570 \begin_inset Text
40571
40572 \begin_layout Plain Layout
40573 \begin_inset Info
40574 type  "icon"
40575 arg   "dialog-show-new-inset graphics"
40576 \end_inset
40577
40578
40579 \end_layout
40580
40581 \end_inset
40582 </cell>
40583 </row>
40584 <row>
40585 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40586 \begin_inset Text
40587
40588 \begin_layout Plain Layout
40589 Text
40590 \end_layout
40591
40592 \end_inset
40593 </cell>
40594 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40595 \begin_inset Text
40596
40597 \begin_layout Plain Layout
40598 Text
40599 \end_layout
40600
40601 \end_inset
40602 </cell>
40603 </row>
40604 </lyxtabular>
40605
40606 \end_inset
40607
40608
40609 \end_layout
40610
40611 \begin_layout Standard
40612 \noindent
40613 kann man das \SpecialChar LaTeX
40614 -Paket 
40615 \series bold
40616 picinpar
40617 \series default
40618
40619 \begin_inset Index idx
40620 range none
40621 pageformat default
40622 status collapsed
40623
40624 \begin_layout Plain Layout
40625 \SpecialChar LaTeX
40626 -Pakete
40627 \begin_inset IndexMacro subentry
40628 status open
40629
40630 \begin_layout Plain Layout
40631 picinpar
40632 \end_layout
40633
40634 \end_inset
40635
40636
40637 \end_layout
40638
40639 \end_inset
40640
40641  benutzen.
40642  Hier ist ein Beispiel:
40643 \end_layout
40644
40645 \begin_layout Standard
40646 \begin_inset ERT
40647 status collapsed
40648
40649 \begin_layout Plain Layout
40650
40651
40652 \backslash
40653 ifpicinpar
40654 \end_layout
40655
40656 \end_inset
40657
40658
40659 \begin_inset Note Note
40660 status open
40661
40662 \begin_layout Plain Layout
40663 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
40664 -Paket 
40665 \series bold
40666 picinpar
40667 \series default
40668  installiert ist.
40669 \end_layout
40670
40671 \end_inset
40672
40673
40674 \end_layout
40675
40676 \begin_layout Standard
40677 \begin_inset ERT
40678 status collapsed
40679
40680 \begin_layout Plain Layout
40681
40682
40683 \backslash
40684 begin{window}[2,c,{
40685 \end_layout
40686
40687 \end_inset
40688
40689
40690 \begin_inset Graphics
40691         filename ../clipart/2D-intensity-plot.pdf
40692         lyxscale 60
40693         width 40col%
40694         scaleBeforeRotation
40695         rotateOrigin center
40696
40697 \end_inset
40698
40699
40700 \begin_inset ERT
40701 status collapsed
40702
40703 \begin_layout Plain Layout
40704
40705 },]
40706 \end_layout
40707
40708 \begin_layout Plain Layout
40709
40710 {}
40711 \end_layout
40712
40713 \end_inset
40714
40715
40716 \size small
40717 \lang english
40718 It was in the spring of the year 1894 that all London was interested, and
40719  the fashionable world dismayed, by the murder of the Honourable Ronald
40720  Adair under most unusual and inexplicable circumstances.
40721  The public has already learned those particulars of the crime which
40722 \size default
40723
40724 \begin_inset ERT
40725 status collapsed
40726
40727 \begin_layout Plain Layout
40728
40729
40730 \backslash
40731 footnotemark{}
40732 \end_layout
40733
40734 \end_inset
40735
40736
40737 \size small
40738  came out in the police investigation, but a good deal was suppressed upon
40739  that occasion, since the case for the prosecution was so overwhelmingly
40740  strong that it was not necessary to bring forward all the facts.
40741  Only now, at the end of nearly ten years, am I allowed to supply those
40742  missing links which make up the whole of that remarkable chain.
40743 \size default
40744 \lang ngerman
40745
40746 \begin_inset ERT
40747 status collapsed
40748
40749 \begin_layout Plain Layout
40750
40751
40752 \backslash
40753 end{window}
40754 \end_layout
40755
40756 \end_inset
40757
40758
40759 \end_layout
40760
40761 \begin_layout Standard
40762 \begin_inset ERT
40763 status collapsed
40764
40765 \begin_layout Plain Layout
40766
40767
40768 \backslash
40769 footnotetext{
40770 \end_layout
40771
40772 \end_inset
40773
40774 Fußnote des Absatzes mit fixem Objekt.
40775 \begin_inset ERT
40776 status collapsed
40777
40778 \begin_layout Plain Layout
40779
40780 }
40781 \end_layout
40782
40783 \end_inset
40784
40785
40786 \end_layout
40787
40788 \begin_layout Standard
40789 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
40790  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
40791  vertikale Position im Text bestimmen kann.
40792  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
40793  beschriftet werden.
40794 \end_layout
40795
40796 \begin_layout Standard
40797 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
40798  Befehl
40799 \end_layout
40800
40801 \begin_layout Standard
40802
40803 \series bold
40804
40805 \backslash
40806 begin{window}[2,c,{
40807 \end_layout
40808
40809 \begin_layout Standard
40810 als \SpecialChar TeX
40811 -Code einfügt.
40812  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
40813  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
40814  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
40815  Danach fügt man das Objekt ein.
40816  In diesem Beispiel wurde ein Bild der Breite von 40
40817 \begin_inset space \thinspace{}
40818 \end_inset
40819
40820 % der Textspaltenbreite eingefügt.
40821  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
40822  Nach dem Objekt fügt man den Befehl
40823 \end_layout
40824
40825 \begin_layout Standard
40826
40827 \series bold
40828 },Beschreibungstext]
40829 \begin_inset Newline newline
40830 \end_inset
40831
40832 {}
40833 \end_layout
40834
40835 \begin_layout Standard
40836 ein.
40837  Man beachte dass das 
40838 \begin_inset Quotes gld
40839 \end_inset
40840
40841
40842 \series bold
40843 {}
40844 \series default
40845
40846 \begin_inset Quotes grd
40847 \end_inset
40848
40849  in der zweiten Zeile steht.
40850  Der Beschreibungstext ist optional.
40851  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
40852  das Objekt befinden, also direkt nach dem 
40853 \series bold
40854 {}
40855 \series default
40856  beginnen.
40857  Am Ende des Absatzes fügt man folgenden Befehl ein:
40858 \end_layout
40859
40860 \begin_layout Standard
40861
40862 \series bold
40863
40864 \backslash
40865 end{window}
40866 \end_layout
40867
40868 \begin_layout Standard
40869 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
40870  man muss stattdessen den Befehl 
40871 \series bold
40872
40873 \backslash
40874 footnotemark
40875 \series default
40876  verwenden.
40877  Außerhalb des Absatzes den Befehl 
40878 \series bold
40879
40880 \backslash
40881 footnotetext
40882 \series default
40883 , wie es in Abschnitt
40884 \begin_inset space ~
40885 \end_inset
40886
40887
40888 \begin_inset CommandInset ref
40889 LatexCommand ref
40890 reference "abs:Fußnoten"
40891
40892 \end_inset
40893
40894  beschrieben ist.
40895 \end_layout
40896
40897 \begin_layout Standard
40898 \begin_inset ERT
40899 status collapsed
40900
40901 \begin_layout Plain Layout
40902
40903
40904 \backslash
40905 else
40906 \end_layout
40907
40908 \end_inset
40909
40910
40911 \begin_inset Note Note
40912 status open
40913
40914 \begin_layout Plain Layout
40915 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
40916 -Paket 
40917 \series bold
40918 picinpar
40919 \series default
40920  nicht installiert ist:
40921 \end_layout
40922
40923 \end_inset
40924
40925
40926 \end_layout
40927
40928 \begin_layout Standard
40929 Das \SpecialChar LaTeX
40930 -Paket 
40931 \series bold
40932 picinpar
40933 \series default
40934  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
40935 \end_layout
40936
40937 \begin_layout Standard
40938 \begin_inset ERT
40939 status collapsed
40940
40941 \begin_layout Plain Layout
40942
40943
40944 \backslash
40945 fi
40946 \end_layout
40947
40948 \end_inset
40949
40950
40951 \end_layout
40952
40953 \begin_layout Section
40954 Initiale
40955 \begin_inset Index idx
40956 range none
40957 pageformat default
40958 status collapsed
40959
40960 \begin_layout Plain Layout
40961 Initiale
40962 \end_layout
40963
40964 \end_inset
40965
40966
40967 \begin_inset Index idx
40968 range none
40969 pageformat default
40970 status collapsed
40971
40972 \begin_layout Plain Layout
40973 Umflossene Objekte
40974 \begin_inset IndexMacro subentry
40975 status open
40976
40977 \begin_layout Plain Layout
40978 Initiale
40979 \end_layout
40980
40981 \end_inset
40982
40983
40984 \end_layout
40985
40986 \end_inset
40987
40988
40989 \end_layout
40990
40991 \begin_layout Standard
40992 Für Initialen muss das \SpecialChar LaTeX
40993 -Paket 
40994 \series bold
40995 lettrine
40996 \series default
40997
40998 \begin_inset Index idx
40999 range none
41000 pageformat default
41001 status collapsed
41002
41003 \begin_layout Plain Layout
41004 \SpecialChar LaTeX
41005 -Pakete
41006 \begin_inset IndexMacro subentry
41007 status open
41008
41009 \begin_layout Plain Layout
41010 lettrine
41011 \end_layout
41012
41013 \end_inset
41014
41015
41016 \end_layout
41017
41018 \end_inset
41019
41020  installiert sein und das Modul 
41021 \family sans
41022 Initialen
41023 \family default
41024  im Dokument verwendet werden (Menü 
41025 \family sans
41026 Dokument\SpecialChar menuseparator
41027 Einstellungen\SpecialChar menuseparator
41028 Module
41029 \family default
41030 ).
41031  Um eine Initiale einzufügen, verwendet man den Stil 
41032 \family sans
41033 Initiale
41034 \family default
41035 .
41036  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
41037  Die Argumente werden über das Menü 
41038 \family sans
41039 Einfügen
41040 \family default
41041  eingefügt.
41042  Das obligatorische Argument 
41043 \family sans
41044 Initiale
41045 \family default
41046  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
41047 \family sans
41048 Rest
41049 \begin_inset space ~
41050 \end_inset
41051
41052 der
41053 \begin_inset space ~
41054 \end_inset
41055
41056 Initiale
41057 \family default
41058  enthält den Rest des Wortes oder Textes der Initiale.
41059  Das Argument 
41060 \family sans
41061 Optionen
41062 \family default
41063  enthält Parameter um die Initiale zu modifizieren.
41064  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
41065  von 
41066 \series bold
41067 lettrine
41068 \series default
41069
41070 \begin_inset CommandInset citation
41071 LatexCommand cite
41072 key "lettrine"
41073 literal "true"
41074
41075 \end_inset
41076
41077 .
41078  Der Stil selbst enthält den Text, der die Initiale umgibt.
41079  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
41080  Initiale ist, in 
41081 \shape smallcaps
41082 Kapitälchen
41083 \shape default
41084  gedruckt wird.
41085 \end_layout
41086
41087 \begin_layout Standard
41088 Hier sind einige Beispiele:
41089 \end_layout
41090
41091 \begin_layout Standard
41092 \begin_inset ERT
41093 status collapsed
41094
41095 \begin_layout Plain Layout
41096
41097
41098 \backslash
41099 iflettrine
41100 \end_layout
41101
41102 \end_inset
41103
41104
41105 \begin_inset Note Note
41106 status open
41107
41108 \begin_layout Plain Layout
41109 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
41110 -Paket 
41111 \series bold
41112 lettrine
41113 \series default
41114  installiert ist.
41115 \end_layout
41116
41117 \end_inset
41118
41119
41120 \end_layout
41121
41122 \begin_layout Enumerate
41123 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
41124
41125 \begin_inset Formula $\mathfrak{Fraktur}$
41126 \end_inset
41127
41128 :
41129 \end_layout
41130
41131 \begin_deeper
41132 \begin_layout Initial
41133 \begin_inset Argument 2
41134 status open
41135
41136 \begin_layout Plain Layout
41137 \begin_inset Formula $\mathfrak{I}$
41138 \end_inset
41139
41140
41141 \end_layout
41142
41143 \end_inset
41144
41145
41146 \begin_inset Argument 3
41147 status open
41148
41149 \begin_layout Plain Layout
41150 t
41151 \end_layout
41152
41153 \end_inset
41154
41155  
41156 \lang english
41157 was in the spring of the year 1894 that all London was interested, and the
41158  fashionable world dismayed, by the murder of the Honourable Ronald Adair
41159  under most unusual and inexplicable circumstances.
41160  The public has already learned those particulars of the crime which came
41161  out in the police investigation, but a good deal was suppressed upon that
41162  occasion, since the case for the prosecution was so overwhelmingly strong
41163  that it was not necessary to bring forward all the facts.
41164 \end_layout
41165
41166 \end_deeper
41167 \begin_layout Enumerate
41168 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
41169  besteht und kein Text ist in 
41170 \shape smallcaps
41171 Kapitälchen
41172 \shape default
41173 :
41174 \end_layout
41175
41176 \begin_deeper
41177 \begin_layout Initial
41178 \begin_inset Argument 1
41179 status open
41180
41181 \begin_layout Plain Layout
41182 lines=1
41183 \end_layout
41184
41185 \end_inset
41186
41187
41188 \begin_inset Argument 2
41189 status open
41190
41191 \begin_layout Plain Layout
41192 It
41193 \end_layout
41194
41195 \end_inset
41196
41197  
41198 \lang english
41199 was in the spring of the year 1894 that all London was interested, and the
41200  fashionable world dismayed, by the murder of the Honourable Ronald Adair
41201  under most unusual and inexplicable circumstances.
41202  The public has already learned those particulars of the crime which came
41203  out in the police investigation, but a good deal was suppressed upon that
41204  occasion, since the case for the prosecution was so overwhelmingly strong
41205  that it was not necessary to bring forward all the facts.
41206 \end_layout
41207
41208 \end_deeper
41209 \begin_layout Enumerate
41210 Magenta, hängende Initiale über 3
41211 \begin_inset space ~
41212 \end_inset
41213
41214 Zeilen in der Mathe-Schrift
41215 \begin_inset Newline newline
41216 \end_inset
41217
41218  
41219 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
41220 \end_inset
41221
41222 , der Text 
41223 \begin_inset Quotes gld
41224 \end_inset
41225
41226
41227 \lang english
41228 t was in the spring
41229 \lang ngerman
41230
41231 \begin_inset Quotes erd
41232 \end_inset
41233
41234  ist in 
41235 \shape smallcaps
41236 Kapitälchen
41237 \shape default
41238 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
41239 \begin_inset Newline newline
41240 \end_inset
41241
41242
41243 \series bold
41244
41245 \backslash
41246 renewcommand{
41247 \backslash
41248 LettrineFontHook}{
41249 \backslash
41250 color{Farbe}}
41251 \series default
41252
41253 \begin_inset Newline newline
41254 \end_inset
41255
41256 wobei 
41257 \emph on
41258 Farbe
41259 \emph default
41260  
41261 \begin_inset Quotes gld
41262 \end_inset
41263
41264 red
41265 \begin_inset Quotes erd
41266 \end_inset
41267
41268
41269 \begin_inset Quotes gld
41270 \end_inset
41271
41272 blue
41273 \begin_inset Quotes erd
41274 \end_inset
41275
41276
41277 \begin_inset Quotes gld
41278 \end_inset
41279
41280 green
41281 \begin_inset Quotes erd
41282 \end_inset
41283
41284
41285 \begin_inset Quotes gld
41286 \end_inset
41287
41288 yellow
41289 \begin_inset Quotes erd
41290 \end_inset
41291
41292
41293 \begin_inset Quotes gld
41294 \end_inset
41295
41296 cyan
41297 \begin_inset Quotes erd
41298 \end_inset
41299
41300
41301 \begin_inset Quotes gld
41302 \end_inset
41303
41304 magenta
41305 \begin_inset Quotes erd
41306 \end_inset
41307
41308
41309 \begin_inset Quotes gld
41310 \end_inset
41311
41312 black
41313 \begin_inset Quotes erd
41314 \end_inset
41315
41316  oder 
41317 \begin_inset Quotes gld
41318 \end_inset
41319
41320 white
41321 \begin_inset Quotes erd
41322 \end_inset
41323
41324  sein kann, und diesen Befehl zum \SpecialChar LaTeX
41325 -Vorspann hinzufügen:
41326 \begin_inset Newline newline
41327 \end_inset
41328
41329
41330 \series bold
41331
41332 \backslash
41333 @ifundefined{textcolor}
41334 \begin_inset Newline newline
41335 \end_inset
41336
41337
41338 \begin_inset space ~
41339 \end_inset
41340
41341 {
41342 \backslash
41343 usepackage{color}}{}
41344 \end_layout
41345
41346 \begin_deeper
41347 \begin_layout Standard
41348 \begin_inset ERT
41349 status collapsed
41350
41351 \begin_layout Plain Layout
41352
41353
41354 \backslash
41355 renewcommand{
41356 \backslash
41357 LettrineFontHook}{
41358 \backslash
41359 color{magenta}}
41360 \end_layout
41361
41362 \end_inset
41363
41364
41365 \begin_inset Note Note
41366 status open
41367
41368 \begin_layout Plain Layout
41369 macht die Initiale magenta
41370 \end_layout
41371
41372 \end_inset
41373
41374
41375 \end_layout
41376
41377 \begin_layout Initial
41378 \begin_inset Argument 1
41379 status open
41380
41381 \begin_layout Plain Layout
41382 lines=3, lhang=0.33, loversize=0.25
41383 \end_layout
41384
41385 \end_inset
41386
41387
41388 \begin_inset Argument 2
41389 status open
41390
41391 \begin_layout Plain Layout
41392 \begin_inset Formula $\mathcal{I}$
41393 \end_inset
41394
41395
41396 \end_layout
41397
41398 \end_inset
41399
41400
41401 \begin_inset Argument 3
41402 status open
41403
41404 \begin_layout Plain Layout
41405
41406 \lang english
41407 t was in the spring
41408 \end_layout
41409
41410 \end_inset
41411
41412  
41413 \lang english
41414 of the year 1894 that all London was interested, and the fashionable world
41415  dismayed, by the murder of the Honourable Ronald Adair under most unusual
41416  and inexplicable circumstances.
41417  The public has already learned those particulars of the crime which came
41418  out in the police investigation, but a good deal was suppressed upon that
41419  occasion, since the case for the prosecution was so overwhelmingly strong
41420  that it was not necessary to bring forward all the facts.
41421 \end_layout
41422
41423 \end_deeper
41424 \begin_layout Standard
41425 \begin_inset ERT
41426 status collapsed
41427
41428 \begin_layout Plain Layout
41429
41430
41431 \backslash
41432 else
41433 \end_layout
41434
41435 \end_inset
41436
41437
41438 \begin_inset Note Note
41439 status open
41440
41441 \begin_layout Plain Layout
41442 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
41443 -Paket 
41444 \series bold
41445 lettrine
41446 \series default
41447  nicht installiert ist:
41448 \end_layout
41449
41450 \end_inset
41451
41452
41453 \end_layout
41454
41455 \begin_layout Standard
41456 Das \SpecialChar LaTeX
41457 -Paket 
41458 \series bold
41459 lettrine
41460 \series default
41461  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
41462 \end_layout
41463
41464 \begin_layout Standard
41465 \begin_inset ERT
41466 status collapsed
41467
41468 \begin_layout Plain Layout
41469
41470
41471 \backslash
41472 fi
41473 \end_layout
41474
41475 \end_inset
41476
41477
41478 \end_layout
41479
41480 \begin_layout Chapter
41481 Externe Dateien
41482 \begin_inset Index idx
41483 range none
41484 pageformat default
41485 status collapsed
41486
41487 \begin_layout Plain Layout
41488 Dateien
41489 \begin_inset IndexMacro subentry
41490 status open
41491
41492 \begin_layout Plain Layout
41493 externe
41494 \end_layout
41495
41496 \end_inset
41497
41498
41499 \end_layout
41500
41501 \end_inset
41502
41503
41504 \end_layout
41505
41506 \begin_layout Standard
41507 Mit 
41508 \family sans
41509 Einfügen\SpecialChar menuseparator
41510 Datei
41511 \family default
41512  können Sie fremdes Material in Ihr Dokument einsetzen.
41513  Das kann folgendes sein:
41514 \end_layout
41515
41516 \begin_layout Description
41517 \SpecialChar LyX
41518 -Dokument Der Inhalt eines anderen \SpecialChar LyX
41519 -Dokuments wird direkt in Ihr Dokument
41520  eingefügt.
41521 \end_layout
41522
41523 \begin_layout Description
41524 Einfacher
41525 \begin_inset space ~
41526 \end_inset
41527
41528 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
41529  eingefügt.
41530 \end_layout
41531
41532 \begin_layout Description
41533 Einfacher
41534 \begin_inset space ~
41535 \end_inset
41536
41537 Text,
41538 \begin_inset space ~
41539 \end_inset
41540
41541 Zeilen
41542 \begin_inset space ~
41543 \end_inset
41544
41545 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
41546  Leerzeilen trennen die Absätze.
41547 \end_layout
41548
41549 \begin_layout Description
41550 Externes
41551 \begin_inset space ~
41552 \end_inset
41553
41554 Material Dateien in verschiedenen Formaten.
41555 \end_layout
41556
41557 \begin_layout Description
41558 Unterdokument \SpecialChar LyX
41559 - oder \SpecialChar LaTeX
41560 -Dokumente.
41561 \end_layout
41562
41563 \begin_layout Section
41564 Externes Material
41565 \begin_inset Index idx
41566 range none
41567 pageformat default
41568 status collapsed
41569
41570 \begin_layout Plain Layout
41571 Externes Material
41572 \end_layout
41573
41574 \end_inset
41575
41576
41577 \end_layout
41578
41579 \begin_layout Standard
41580 Mit 
41581 \family sans
41582 Einfügen\SpecialChar menuseparator
41583 Datei\SpecialChar menuseparator
41584  Externes Material
41585 \family default
41586  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
41587  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
41588  weil \SpecialChar LyX
41589  sich darum kümmert.
41590  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in \SpecialChar LyX
41591 -Dokumente
41592  eingefügt werden können.
41593  Wenn die Grafikvorschau in den \SpecialChar LyX
41594 -Einstellungen unter
41595 \family sans
41596  Aussehen
41597 \begin_inset space ~
41598 \end_inset
41599
41600 &
41601 \begin_inset space ~
41602 \end_inset
41603
41604 Handhabung\SpecialChar menuseparator
41605 Grafik
41606 \family default
41607 , werden die externen Materialtypen Dia und Xfig direkt in \SpecialChar LyX
41608  angezeigt.
41609 \end_layout
41610
41611 \begin_layout Standard
41612 Zur Zeit können Sie folgende Dateitypen (
41613 \family sans
41614 Vorlagen
41615 \family default
41616 ) benutzen:
41617 \end_layout
41618
41619 \begin_layout Description
41620 Dia-Diagramm unterstützt Diagramme, die mit dem Programm 
41621 \series bold
41622
41623 \begin_inset CommandInset href
41624 LatexCommand href
41625 name "Dia"
41626 target "https://de.wikipedia.org/wiki/Dia_(Software)"
41627 literal "false"
41628
41629 \end_inset
41630
41631
41632 \series default
41633  erzeugt wurden.
41634 \end_layout
41635
41636 \begin_layout Description
41637 Inkscape-Grafik Diese Vorlage unterstützt spezifische skalierbare Grafiken,
41638  die aus skalierbaren Vektorgrafiken (SVG) generiert werden.
41639  Das Besondere an ihnen ist, dass aller enthaltener Text durch Text ersetzt
41640  wird, der mit \SpecialChar LaTeX
41641  gesetzt wurde (und somit die aktuelle Schriftart des \SpecialChar LyX
41642 -Dokuments
41643  verwendet).
41644  Die Vorlage basiert auf einem Feature des Programms 
41645 \series bold
41646
41647 \begin_inset CommandInset href
41648 LatexCommand href
41649 name "Inkscape"
41650 target "https://inkscape.org/de"
41651 literal "false"
41652
41653 \end_inset
41654
41655
41656 \series default
41657 , das aus einer gegebenen SVG-Datei spezielle PDF- oder EPS- und \SpecialChar LaTeX
41658 -Dateien
41659  generiert (in Inkscape selbst ist dieses Feature über die Option 
41660 \family sans
41661 Text in PDF weglassen und LaTeX Datei erstellen
41662 \family default
41663  verfügbar, wenn man eine Grafik als PDF oder EPS speichert).
41664  Der Vorteil von solchen Dateien ist es, dass man einen einheitlichen Textstil
41665  im ganzen Dokument erzeugen kann.
41666 \begin_inset Newline newline
41667 \end_inset
41668
41669 Die Vorlage liest SVG-Dateien ein und verwendet ein Konverterprogramm, um
41670  daraus (jeweils aktuelle) PDF- oder EPS- sowie \SpecialChar LaTeX
41671 -Dateien zu erzeugen (das
41672  Konverterprogramm verwendet hierfür Inkscape).
41673  Somit müssen Sie diese Dateien nicht selbst exportieren und pflegen.
41674  Wenn Sie dennoch lieber bereits vorhandene 
41675 \family typewriter
41676 *.pdf-
41677 \family default
41678  und 
41679 \family typewriter
41680 *.pdf_tex
41681 \family default
41682 -Dateien bzw.
41683  
41684 \family typewriter
41685 *.eps-
41686 \family default
41687  und 
41688 \family typewriter
41689 *.eps_tex
41690 \family default
41691 -Dateien verwenden möchten (oder müssen), binden Sie die entsprechende 
41692 \family typewriter
41693 *.pdf_tex
41694 \family default
41695 - oder 
41696 \family typewriter
41697 *.eps_tex
41698 \family default
41699 -Datei einfach über 
41700 \begin_inset Info
41701 type  "menu"
41702 arg   "dialog-show-new-inset include"
41703 \end_inset
41704
41705  (mittels 
41706 \family typewriter
41707 Input
41708 \family default
41709 ) ein (siehe Abschnitt.
41710 \begin_inset space ~
41711 \end_inset
41712
41713
41714 \begin_inset CommandInset ref
41715 LatexCommand ref
41716 reference "abs:Unterdokumente"
41717 plural "false"
41718 caps "false"
41719 noprefix "false"
41720
41721 \end_inset
41722
41723 ) statt die hier beschriebene Vorlage zu verwenden.
41724 \begin_inset Newline newline
41725 \end_inset
41726
41727 Man kann \SpecialChar TeX
41728 -Code-Befehle wie 
41729 \series bold
41730
41731 \backslash
41732 Large
41733 \series default
41734
41735 \series bold
41736
41737 \backslash
41738 small
41739 \series default
41740  usw.
41741  im Text der SVGs verwenden.
41742  Die Schriftgröße wird von den Einstellungen des \SpecialChar LyX
41743 -Dokuments übernommen.
41744  Siehe 
41745 \begin_inset CommandInset citation
41746 LatexCommand cite
41747 key "Inkscape"
41748 literal "false"
41749
41750 \end_inset
41751
41752  für mehr Informationen und Beispiele.
41753 \end_layout
41754
41755 \begin_layout Description
41756 LilyPond-Notenblatt Mit dieser Vorlage können Sie Musik-Notationen einfügen,
41757  die mit dem Notensatzprogramm 
41758 \series bold
41759
41760 \begin_inset CommandInset href
41761 LatexCommand href
41762 name "LilyPond"
41763 target "https://de.wikipedia.org/wiki/LilyPond"
41764 literal "false"
41765
41766 \end_inset
41767
41768
41769 \series default
41770  gesetzt werden.
41771  Für \SpecialChar LyX
41772 ' erweiterte Unterstützung für LilyPond siehe \SpecialChar LyX
41773 ' Beispieldatei 
41774 \emph on
41775 lilypond.lyx
41776 \emph default
41777 .
41778 \end_layout
41779
41780 \begin_layout Description
41781 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
41782  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
41783  
41784 \series bold
41785 pages
41786 \series default
41787  im Feld 
41788 \family sans
41789 Option
41790 \family default
41791  in der Karteikarte 
41792 \family sans
41793 \SpecialChar LaTeX
41794 - und \SpecialChar LyX
41795 -Optionen
41796 \family default
41797 .
41798  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
41799  (man gibt als Option 
41800 \series bold
41801 pages={3,5,6,8}
41802 \series default
41803  an), Seitenbereiche (
41804 \series bold
41805 pages={4-9}
41806 \series default
41807 ) oder eine Kombination davon enthält.
41808  Um leere Seiten einzufügen, verwendet man {}.
41809  Z.
41810 \begin_inset space \thinspace{}
41811 \end_inset
41812
41813 B.
41814  fügt 
41815 \series bold
41816 pages={3,{},8-11,15}
41817 \series default
41818  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
41819  Seitenbereiche werden mit der Syntax 
41820 \emph on
41821 Start
41822 \emph default
41823 -
41824 \emph on
41825 Stop
41826 \emph default
41827  angegeben.
41828  Dies wählt alle Seiten von 
41829 \emph on
41830 Start
41831 \emph default
41832  bis 
41833 \emph on
41834 Stop
41835 \emph default
41836  aus.
41837  Wird 
41838 \emph on
41839 Start
41840 \emph default
41841  weggelassen, wird stattdessen die erste Seite verwendet; wird 
41842 \emph on
41843 Stop
41844 \emph default
41845  weggelassen, wird stattdessen die letzte Seite verwendet.
41846  Die letzte Seite kann außerdem mit dem Schlagwort 
41847 \series bold
41848 last
41849 \series default
41850  ausgewählt werden.
41851  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
41852 \series bold
41853 pages=-
41854 \series default
41855  fügt also alle Seiten des Dokuments ein und 
41856 \series bold
41857 pages=last-1
41858 \series default
41859  fügt alle Seiten in umgekehrter Reihenfolge ein.
41860  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
41861  eingefügt.
41862 \begin_inset Newline newline
41863 \end_inset
41864
41865 Die Option 
41866 \series bold
41867 noautoscale
41868 \series default
41869  fügt die Seiten in ihrer Originalgröße ein.
41870  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
41871  dass sie die komplette Breite Ihres Dokuments einnehmen.
41872  In der Karteikarte 
41873 \family sans
41874 Größe und Drehung
41875 \family default
41876  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
41877  werden.
41878  Wird eine andere Breite als 100
41879 \begin_inset space \thinspace{}
41880 \end_inset
41881
41882 Größe% verwendet, wird die Option 
41883 \series bold
41884 noautoscale
41885 \series default
41886  überschrieben.
41887  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
41888  des \SpecialChar LaTeX
41889 -Pakets 
41890 \series bold
41891 pdfpages
41892 \series default
41893  
41894 \begin_inset CommandInset citation
41895 LatexCommand cite
41896 key "pdfpages"
41897 literal "true"
41898
41899 \end_inset
41900
41901 .
41902 \begin_inset Index idx
41903 range none
41904 pageformat default
41905 status collapsed
41906
41907 \begin_layout Plain Layout
41908 \SpecialChar LaTeX
41909 -Pakete
41910 \begin_inset IndexMacro subentry
41911 status open
41912
41913 \begin_layout Plain Layout
41914 pdfpages
41915 \end_layout
41916
41917 \end_inset
41918
41919
41920 \end_layout
41921
41922 \end_inset
41923
41924
41925 \begin_inset Newline newline
41926 \end_inset
41927
41928 Um diese Vorlage in einer 
41929 \family sans
41930 Beamer
41931 \family default
41932 -Präsentation zu verwenden, muss zuerst eine 
41933 \family sans
41934 BeendeRahmen
41935 \family default
41936  Umgebung eingefügt werden.
41937  In den folgenden Absatz kommt eine \SpecialChar TeX
41938 -Code Box mit dem Befehl 
41939 \series bold
41940
41941 \backslash
41942 setbeamertemplate{background canvas}{}
41943 \series default
41944 .
41945  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
41946  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
41947  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
41948  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
41949  sicher, dass die Ausrichtung 
41950 \family sans
41951 Standard
41952 \family default
41953  für den Absatz verwendet wird, der die Vorlage enthält.
41954 \begin_inset Newline newline
41955 \end_inset
41956
41957 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
41958 \begin_inset External
41959         template PDFPages
41960         filename ../clipart/Abstract.pdf
41961         extra LaTeX "pages=-"
41962         rotateAngle -5
41963         rotateOrigin bottomleft
41964         width 50col%
41965
41966 \end_inset
41967
41968
41969 \end_layout
41970
41971 \begin_layout Description
41972 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
41973  Die Bilddateien können im Dialogfenster 
41974 \family sans
41975 Externes
41976 \begin_inset space ~
41977 \end_inset
41978
41979 Material
41980 \family default
41981  genauso behandelt werden wie die mit dem normalen 
41982 \family sans
41983 Grafik
41984 \family default
41985 -Dialog eingefügten, siehe Abschnitt
41986 \begin_inset space ~
41987 \end_inset
41988
41989
41990 \begin_inset CommandInset ref
41991 LatexCommand ref
41992 reference "abs:Grafik-Dialog"
41993
41994 \end_inset
41995
41996 .
41997  Hier ist ein eingefügtes Rasterbild: 
41998 \begin_inset External
41999         template RasterImage
42000         filename ../clipart/ToolbarEnvBox.png
42001
42002 \end_inset
42003
42004
42005 \end_layout
42006
42007 \begin_layout Description
42008 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
42009 \series bold
42010
42011 \begin_inset CommandInset href
42012 LatexCommand href
42013 name "XBoard"
42014 target "https://de.wikipedia.org/wiki/XBoard"
42015 literal "false"
42016
42017 \end_inset
42018
42019
42020 \series default
42021  erzeugt wurden.
42022 \end_layout
42023
42024 \begin_layout Description
42025 Tabelle Mit dieser Vorlage können Sie Tabellen im Format von 
42026 \series bold
42027
42028 \begin_inset CommandInset href
42029 LatexCommand href
42030 name "Gnumeric"
42031 target "https://de.wikipedia.org/wiki/Gnumeric"
42032 literal "false"
42033
42034 \end_inset
42035
42036
42037 \series default
42038
42039 \begin_inset CommandInset href
42040 LatexCommand href
42041 name "OpenDocument"
42042 target "https://de.wikipedia.org/wiki/OpenDocument"
42043 literal "false"
42044
42045 \end_inset
42046
42047
42048 \begin_inset CommandInset href
42049 LatexCommand href
42050 name "Microsoft Office XML"
42051 target "https://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
42052 literal "false"
42053
42054 \end_inset
42055
42056  und 
42057 \begin_inset CommandInset href
42058 LatexCommand href
42059 name "Office Open XML"
42060 target "https://de.wikipedia.org/wiki/Office_Open_XML"
42061 literal "false"
42062
42063 \end_inset
42064
42065  einfügen.
42066  Für dieses Feature muss \SpecialChar LyX
42067  während seiner Konfiguration das Programm 
42068 \family typewriter
42069 ssconvert
42070 \family default
42071  gefunden haben.
42072  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
42073  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
42074  Für Beispiele und mögliche Limitierungen siehe \SpecialChar LyX
42075 ' Beispieldatei 
42076 \emph on
42077 spreadsheet.lyx
42078 \emph default
42079 .
42080 \end_layout
42081
42082 \begin_layout Description
42083 Vektorgrafik Diese Vorlage kann für Vektorgrafiken benutzt werden.
42084  Die Bilddateien können im Dialogfenster 
42085 \family sans
42086 Externes
42087 \begin_inset space ~
42088 \end_inset
42089
42090 Material
42091 \family default
42092  genauso behandelt werden, wie die mit dem normalen 
42093 \family sans
42094 Grafik
42095 \family default
42096 -Dialog eingefügten, siehe Abschnitt
42097 \begin_inset space ~
42098 \end_inset
42099
42100
42101 \begin_inset CommandInset ref
42102 LatexCommand ref
42103 reference "abs:Grafik-Dialog"
42104
42105 \end_inset
42106
42107 .
42108  Hier ist eine eingefügte Vektorgrafik: 
42109 \begin_inset External
42110         template VectorGraphics
42111         filename ../clipart/SVG-Drawing.svg
42112         lyxscale 50
42113         scale 33
42114
42115 \end_inset
42116
42117
42118 \end_layout
42119
42120 \begin_layout Description
42121 Xfig-Abbildung Diese Vorlage unterstützt Bilder, die mit dem Programm 
42122 \begin_inset CommandInset href
42123 LatexCommand href
42124 name "Xfig"
42125 target "https://de.wikipedia.org/wiki/Xfig"
42126 literal "false"
42127
42128 \end_inset
42129
42130  erzeugt wurden.
42131 \end_layout
42132
42133 \begin_layout Standard
42134 Wenn Sie im Dialogfenster
42135 \family sans
42136  Externes
42137 \begin_inset space ~
42138 \end_inset
42139
42140 Material 
42141 \family default
42142 in der Karteikarte
42143 \family sans
42144  Datei
42145 \family default
42146  die Option 
42147 \family sans
42148 Entwurf
42149 \family default
42150  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
42151 \begin_inset Newline newline
42152 \end_inset
42153
42154 \SpecialChar LyX
42155  kann externes Material entweder als Box wie hier:
42156 \begin_inset Newline newline
42157 \end_inset
42158
42159
42160 \begin_inset Graphics
42161         filename clipart/ExternesMaterial.png
42162         scale 95
42163         scaleBeforeRotation
42164
42165 \end_inset
42166
42167  oder als Bild darstellen.
42168  Das hängt davon ab, ob Sie im Dialog
42169 \family sans
42170  
42171 \family default
42172 in der Karteikarte 
42173 \family sans
42174 LaTeX- und LyX-Optionen
42175 \family default
42176  die Option 
42177 \family sans
42178 In
42179 \begin_inset space ~
42180 \end_inset
42181
42182 LyX
42183 \begin_inset space ~
42184 \end_inset
42185
42186 anzeigen
42187 \family default
42188  gewählt haben oder nicht.
42189 \end_layout
42190
42191 \begin_layout Standard
42192 Im \SpecialChar LyX
42193 -Handbuch 
42194 \family sans
42195 \emph on
42196 Anpassung
42197 \family default
42198 \emph default
42199  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
42200 \end_layout
42201
42202 \begin_layout Section
42203 Unterdokumente
42204 \begin_inset CommandInset label
42205 LatexCommand label
42206 name "abs:Unterdokumente"
42207
42208 \end_inset
42209
42210
42211 \begin_inset Index idx
42212 range none
42213 pageformat default
42214 status collapsed
42215
42216 \begin_layout Plain Layout
42217 Unterdokument
42218 \end_layout
42219
42220 \end_inset
42221
42222
42223 \end_layout
42224
42225 \begin_layout Standard
42226 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
42227  oder Abschnitten bestehen.
42228  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
42229  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
42230  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
42231  z.
42232 \begin_inset space \thinspace{}
42233 \end_inset
42234
42235 B.
42236  den \SpecialChar LaTeX
42237 -Vorspann, das Literaturverzeichnis und Querverweismarken.
42238 \end_layout
42239
42240 \begin_layout Standard
42241 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
42242  müssen, geben Sie im Unterdokument im Menü
42243 \family sans
42244  Dokument\SpecialChar menuseparator
42245 Einstellungen\SpecialChar menuseparator
42246 Dokumentklasse
42247 \family default
42248  das Hauptdokument an.
42249  Dieses wird dann von \SpecialChar LyX
42250  im Hintergrund benutzt, wenn Sie das Unterdokument
42251  bearbeiten.
42252 \end_layout
42253
42254 \begin_layout Standard
42255 Unterdokumente werden in \SpecialChar LyX
42256  als Box angezeigt: 
42257 \begin_inset Graphics
42258         filename ../clipart/ChildDocument.png
42259         scale 95
42260         scaleBeforeRotation
42261
42262 \end_inset
42263
42264  Sie werden über
42265 \family sans
42266  Einfügen\SpecialChar menuseparator
42267 Datei\SpecialChar menuseparator
42268 Unterdokument
42269 \family default
42270  eingebunden, was das Dialogfenster
42271 \family sans
42272  Unterdokument
42273 \family default
42274  öffnet.
42275  Für 
42276 \family sans
42277 die Art
42278 \begin_inset space ~
42279 \end_inset
42280
42281 der
42282 \begin_inset space ~
42283 \end_inset
42284
42285 Einbindung
42286 \family default
42287  gibt es dort vier Möglichkeiten:
42288 \end_layout
42289
42290 \begin_layout Description
42291 Include Sie können \SpecialChar LyX
42292 - und \SpecialChar LaTeX
42293 -Dokumente einbinden.
42294  Wenn Sie im Dialogfenster
42295 \family sans
42296  Unterdokument
42297 \family default
42298  auf 
42299 \family sans
42300 Bearbeiten
42301 \family default
42302  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
42303  und Sie können es editieren.
42304 \begin_inset Newline newline
42305 \end_inset
42306
42307
42308 \end_layout
42309
42310 \begin_layout Standard
42311 Hier wird ein Unterdokument
42312 \family sans
42313  
42314 \family default
42315 per 
42316 \family sans
42317 Include
42318 \family default
42319  eingebunden: 
42320 \begin_inset CommandInset include
42321 LatexCommand include
42322 filename "DummyDocument1.lyx"
42323 literal "true"
42324
42325 \end_inset
42326
42327 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
42328  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
42329  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
42330 s.
42331  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
42332 \begin_inset space ~
42333 \end_inset
42334
42335
42336 \begin_inset CommandInset ref
42337 LatexCommand ref
42338 reference "uab:Externer-Unterabschnitt-1"
42339
42340 \end_inset
42341
42342 .
42343 \end_layout
42344
42345 \begin_layout Standard
42346 Der \SpecialChar LaTeX
42347 -Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
42348  wird benutzt.
42349  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
42350  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
42351  Unterdokumente, die per 
42352 \family sans
42353 Include
42354 \family default
42355  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
42356  und enden mit einem Seitenumbruch.
42357 \end_layout
42358
42359 \begin_layout Standard
42360 \begin_inset Note Greyedout
42361 status open
42362
42363 \begin_layout Plain Layout
42364
42365 \series bold
42366 Bemerkung:
42367 \series default
42368  Wenn Sie eine \SpecialChar LyX
42369 - oder \SpecialChar LaTeX
42370 -Datei eingebunden haben, werden Sie beim Export oder
42371  der Druckvorschau gewarnt, wenn das Unterdokument eine andere Dokumentklasse
42372  als das Hauptdokument benutzt, weil das zu unvorhersehbaren Ergebnissen
42373  führen wird.
42374 \end_layout
42375
42376 \end_inset
42377
42378
42379 \end_layout
42380
42381 \begin_layout Description
42382 Input Diese Methode ist 
42383 \family sans
42384 Include
42385 \family default
42386  sehr ähnlich mit folgenden Unterschieden:
42387 \end_layout
42388
42389 \begin_deeper
42390 \begin_layout Itemize
42391 Unterdokumente, die per 
42392 \family sans
42393 Input
42394 \family default
42395  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
42396  Seite und enden NICHT mit einem Seitenumbruch.
42397 \end_layout
42398
42399 \begin_layout Itemize
42400 Unterdokumente, die per 
42401 \family sans
42402 Input
42403 \family default
42404  eingebunden werden, können in \SpecialChar LyX
42405  angesehen werden, wenn im Dialogfenster
42406 \family sans
42407  Unterdokument Vorschau
42408 \begin_inset space ~
42409 \end_inset
42410
42411 anzeigen
42412 \family default
42413  angekreuzt wurde und in den \SpecialChar LyX
42414 -Einstellungen unter
42415 \family sans
42416  Aussehen
42417 \begin_inset space ~
42418 \end_inset
42419
42420 &
42421 \begin_inset space ~
42422 \end_inset
42423
42424 Handhabung\SpecialChar menuseparator
42425 Grafik\SpecialChar menuseparator
42426 Eingebettete
42427 \begin_inset space ~
42428 \end_inset
42429
42430 Vorschau
42431 \family default
42432  auf 
42433 \family sans
42434 An
42435 \family default
42436  gesetzt wurde.
42437  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
42438  aus.
42439 \end_layout
42440
42441 \begin_layout Itemize
42442 Unterdokumente, die per 
42443 \family sans
42444 Input
42445 \family default
42446  eingebunden werden, können nicht über das Menü 
42447 \family sans
42448 Dokument\SpecialChar menuseparator
42449 Einstellungen\SpecialChar menuseparator
42450 Unterdokumente
42451 \family default
42452  unterdrückt werden.
42453 \end_layout
42454
42455 \end_deeper
42456 \begin_layout Standard
42457 Hier ist ein Unterdokument, das mit
42458 \family sans
42459  Input
42460 \family default
42461  eingebunden wurde: 
42462 \begin_inset CommandInset include
42463 LatexCommand input
42464 filename "DummyDocument2.lyx"
42465 literal "true"
42466
42467 \end_inset
42468
42469 .
42470 \end_layout
42471
42472 \begin_layout Description
42473 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
42474   In der Druckvorschau wird für den Text der Stil 
42475 \family typewriter
42476 Schreibmaschine
42477 \family default
42478  verwendet.
42479  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
42480  Wenn Sie im Dialogfenster
42481 \family sans
42482  Unterdokument Leerzeichen
42483 \begin_inset space ~
42484 \end_inset
42485
42486 bei
42487 \begin_inset space ~
42488 \end_inset
42489
42490 der
42491 \begin_inset space ~
42492 \end_inset
42493
42494 Ausgabe
42495 \begin_inset space ~
42496 \end_inset
42497
42498 kennzeichnen 
42499 \family default
42500 ankreuzen, wird in der Druckvorschau das Zeichen 
42501 \begin_inset Quotes gld
42502 \end_inset
42503
42504
42505 \begin_inset ERT
42506 status collapsed
42507
42508 \begin_layout Plain Layout
42509
42510
42511 \backslash
42512 textvisiblespace 
42513 \end_layout
42514
42515 \end_inset
42516
42517
42518 \begin_inset Quotes grd
42519 \end_inset
42520
42521  für jedes Leerzeichen eingefügt.
42522 \begin_inset Newline newline
42523 \end_inset
42524
42525 Im Gegensatz zu 
42526 \family sans
42527 Einfügen\SpecialChar menuseparator
42528 Datei\SpecialChar menuseparator
42529 Einfacher
42530 \begin_inset space ~
42531 \end_inset
42532
42533 Text
42534 \family default
42535  wird bei 
42536 \family sans
42537 Unformatiert
42538 \family default
42539  der Dateiinhalt in \SpecialChar LyX
42540  nicht dargestellt.
42541 \end_layout
42542
42543 \begin_layout Standard
42544 Hier ist ein Unterdokument, das mit
42545 \family sans
42546  Unformatiert
42547 \family default
42548  eingebunden wurde: 
42549 \begin_inset CommandInset include
42550 LatexCommand verbatiminput
42551 filename "DummyTextDocument.txt"
42552 literal "true"
42553
42554 \end_inset
42555
42556
42557 \begin_inset VSpace bigskip
42558 \end_inset
42559
42560 Hier ist ein Unterdokument, das mit
42561 \family sans
42562  Unformatiert
42563 \family default
42564  eingebunden wurde und
42565 \family sans
42566  Leerzeichen
42567 \begin_inset space ~
42568 \end_inset
42569
42570 bei
42571 \begin_inset space ~
42572 \end_inset
42573
42574 der
42575 \begin_inset space ~
42576 \end_inset
42577
42578 Ausgabe
42579 \begin_inset space ~
42580 \end_inset
42581
42582 kennzeichnen
42583 \family default
42584  angekreuzt hat: 
42585 \begin_inset CommandInset include
42586 LatexCommand verbatiminput*
42587 filename "DummyTextDocument.txt"
42588 literal "true"
42589
42590 \end_inset
42591
42592
42593 \end_layout
42594
42595 \begin_layout Standard
42596 \begin_inset VSpace bigskip
42597 \end_inset
42598
42599
42600 \end_layout
42601
42602 \begin_layout Standard
42603 \begin_inset Note Greyedout
42604 status open
42605
42606 \begin_layout Plain Layout
42607
42608 \series bold
42609 Bemerkung:
42610 \series default
42611  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
42612  
42613 \family sans
42614 Unformatiert
42615 \family default
42616  eingebunden werden, am Zeilenende nicht umgebrochen.
42617 \end_layout
42618
42619 \end_inset
42620
42621
42622 \end_layout
42623
42624 \begin_layout Description
42625 Listing Dieser Typ wird in Kapitel
42626 \begin_inset space ~
42627 \end_inset
42628
42629
42630 \begin_inset CommandInset ref
42631 LatexCommand ref
42632 reference "kap:Programm-Code-Listen"
42633
42634 \end_inset
42635
42636  beschrieben.
42637 \end_layout
42638
42639 \begin_layout Standard
42640 \begin_inset Note Greyedout
42641 status open
42642
42643 \begin_layout Plain Layout
42644
42645 \series bold
42646 Bemerkung:
42647 \series default
42648  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
42649  das zu \SpecialChar LaTeX
42650 -Problemen führen.
42651 \end_layout
42652
42653 \end_inset
42654
42655
42656 \end_layout
42657
42658 \begin_layout Standard
42659 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
42660  wollen, z.
42661 \begin_inset space \thinspace{}
42662 \end_inset
42663
42664 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
42665  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
42666  Dies geschieht über das Menü 
42667 \family sans
42668 Dokument\SpecialChar menuseparator
42669 Einstellungen\SpecialChar menuseparator
42670 Unterdokumente
42671 \family default
42672 .
42673  Unterdokumente können unterdrückt/eingebunden werden, indem man in die
42674  Spalte 
42675 \family sans
42676 In Ausgabe einbinden
42677 \family default
42678  hinter dem jeweiligen Unterdokument doppelklickt (beachten Sie, dass dies
42679  nur für Unterdokumente möglich ist, die per 
42680 \family sans
42681 Input
42682 \family default
42683  eingebunden wurden).
42684  
42685 \end_layout
42686
42687 \begin_layout Standard
42688 Im Abschnitt 
42689 \family sans
42690 Globale Zähler und Verweise
42691 \family default
42692  können Sie einstellen, wie Seitenzahlen, Querverweise, Abschnittsnummern
42693  u.
42694 \begin_inset space \thinspace{}
42695 \end_inset
42696
42697 ä.
42698  behandelt werden.
42699 \end_layout
42700
42701 \begin_layout Itemize
42702 Mit der Option 
42703 \family sans
42704 Strikt beibehalten
42705 \family default
42706  sorgt \SpecialChar LyX
42707  dafür, dass alle Seitennummern, Querverweise usw.
42708 \begin_inset space ~
42709 \end_inset
42710
42711 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
42712  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
42713  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
42714  Dazu muss \SpecialChar LyX
42715  intern allerdings das gesamte Dokument prozessieren, was viel
42716  Zeit in Anspruch nehmen kann.
42717 \end_layout
42718
42719 \begin_layout Itemize
42720 Mit der Option 
42721 \family sans
42722 Nicht beibehalten
42723 \family default
42724  verarbeitet \SpecialChar LyX
42725  nut das Hauptdokument und die eingebundenen Unterdokumente.
42726  Wenn Sie Zeit beim Kompilieren zu sparen möchten und wenn die Seitennummern
42727  und Querverweise nicht wichtig sind, wählen sie diese Option, da sie die
42728  schnellste ist.
42729 \end_layout
42730
42731 \begin_layout Itemize
42732 Die Option 
42733 \family sans
42734 Weitgehend beibehalten
42735 \family default
42736  liegt zwischen den beiden genannten.
42737  Wenn dies ausgewählt ist, verarbeitet \SpecialChar LyX
42738  bei der Erstausgabe das Gesamtdokument;
42739  dies initiiert die korrekten Zähler und Verweise.
42740  In weiteren Ausgaben wird das Gesamtdokument dann aber nur noch dann mitverarbe
42741 itet, wenn es Änderungen in nicht eingebundenen Unterdokumenten gibt.
42742  So lange Sie nur die eingebettet Dokumente bearbeiten, ist diese Methode
42743  so schnell wie die zweite, sie gibt Ihnen aber mehr oder weniger korrekte
42744  Zähler und Verweise aus.
42745  Mehr oder weniger korrekt sind sie deshalb, weil sich durch die Arbeit
42746  an eingebundenen Dokumenten ja auch die Paginierung darauf folgender nicht
42747  eingebundener Dokument ändern kann, und dies kann mit dieser Methode nicht
42748  berücksichtigt werden.
42749 \end_layout
42750
42751 \begin_layout Standard
42752 Alternativ können Sie eingefügte Dateien in einen Zweig setzen.
42753 \begin_inset Foot
42754 status collapsed
42755
42756 \begin_layout Plain Layout
42757 Zweige sind im Kapitel 
42758 \emph on
42759 Zweige
42760 \emph default
42761  des \SpecialChar LyX
42762
42763 \emph on
42764 -Benutzerhandbuchs
42765 \emph default
42766  erklärt.
42767 \end_layout
42768
42769 \end_inset
42770
42771  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
42772  Dateien in der Ausgabe erscheinen.
42773  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
42774  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
42775  werden.
42776 \end_layout
42777
42778 \begin_layout Chapter
42779 Programm-Code-Listen
42780 \begin_inset CommandInset label
42781 LatexCommand label
42782 name "kap:Programm-Code-Listen"
42783
42784 \end_inset
42785
42786
42787 \begin_inset Index idx
42788 range none
42789 pageformat default
42790 status collapsed
42791
42792 \begin_layout Plain Layout
42793 Listen
42794 \end_layout
42795
42796 \end_inset
42797
42798
42799 \begin_inset Index idx
42800 range none
42801 pageformat default
42802 status collapsed
42803
42804 \begin_layout Plain Layout
42805 Programm-Code
42806 \end_layout
42807
42808 \end_inset
42809
42810
42811 \end_layout
42812
42813 \begin_layout Standard
42814 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
42815 \family sans
42816 Einfügen\SpecialChar menuseparator
42817 Pro\SpecialChar softhyphen
42818 grammlisting
42819 \family default
42820  verwenden.
42821  Die \SpecialChar LaTeX
42822 -Pakete 
42823 \series bold
42824 listings
42825 \series default
42826
42827 \begin_inset Index idx
42828 range none
42829 pageformat default
42830 status collapsed
42831
42832 \begin_layout Plain Layout
42833 \SpecialChar LaTeX
42834 -Pakete
42835 \begin_inset IndexMacro subentry
42836 status open
42837
42838 \begin_layout Plain Layout
42839 listings
42840 \end_layout
42841
42842 \end_inset
42843
42844
42845 \end_layout
42846
42847 \end_inset
42848
42849  und 
42850 \series bold
42851 minted
42852 \series default
42853
42854 \begin_inset Index idx
42855 range none
42856 pageformat default
42857 status collapsed
42858
42859 \begin_layout Plain Layout
42860 \SpecialChar LaTeX
42861 -Pakete
42862 \begin_inset IndexMacro subentry
42863 status open
42864
42865 \begin_layout Plain Layout
42866 minted
42867 \end_layout
42868
42869 \end_inset
42870
42871
42872 \end_layout
42873
42874 \end_inset
42875
42876  können Programm-Code auf vielfältige und flexible Weise in Ihr Dokument
42877  einfügen.
42878  Man kann nur eines der Pakete in einem Dokument verwenden.
42879  
42880 \series bold
42881 listings
42882 \series default
42883  ist voreingestellt.
42884 \end_layout
42885
42886 \begin_layout Standard
42887 \begin_inset Note Note
42888 status open
42889
42890 \begin_layout Plain Layout
42891
42892 \series bold
42893 Achtung:
42894 \series default
42895  Es wird nicht empfohlen die Option 
42896 \family typewriter
42897 -shell-escape
42898 \family default
42899  zu verwenden.
42900  Sie funktioniert, ist aber ein großes Sicherheitsproblem.
42901  Die \SpecialChar LyX
42902 -Entwickler diskutieren, wie damit umzugehen ist.
42903  Diese Notiz kann erst geändert werden, bis eine Entscheidung getroffen
42904  wurde.
42905 \end_layout
42906
42907 \begin_layout Plain Layout
42908 =====
42909 \end_layout
42910
42911 \begin_layout Plain Layout
42912 Um 
42913 \series bold
42914 minted
42915 \series default
42916  zu benutzen, muss man es als Paket zur Code-Hervorhebung in den Dokumenteinstel
42917 lungen in der Rubrik 
42918 \family sans
42919 Programmlistings
42920 \family default
42921  festlegen.
42922  
42923 \series bold
42924 minted
42925 \series default
42926  benötigt zusätzlich das Modul 
42927 \family sans
42928 pygments
42929 \family default
42930  des Programms 
42931 \noun on
42932 Python
42933 \noun default
42934
42935 \begin_inset Foot
42936 status collapsed
42937
42938 \begin_layout Plain Layout
42939 Unte
42940 \family sans
42941 r \SpecialChar LyX
42942  f
42943 \family default
42944 ür Windows ist 
42945 \family sans
42946 pygments
42947 \family default
42948  bereits installiert.
42949 \end_layout
42950
42951 \end_inset
42952
42953  und die Option 
42954 \family typewriter
42955 -shell-escape
42956 \family default
42957  für den \SpecialChar LaTeX
42958 -Prozessor.
42959  Wenn Sie z.
42960 \begin_inset space \thinspace{}
42961 \end_inset
42962
42963 B.
42964  Ihr Dokument als Format 
42965 \family sans
42966 PDF
42967 \begin_inset space ~
42968 \end_inset
42969
42970 (pdflatex)
42971 \family default
42972  ansehen oder exportieren wollen, gehen Sie in die \SpecialChar LyX
42973 -Einstellungen und dort
42974  zum Abschnitt 
42975 \family sans
42976 Datei-Handhanbung\SpecialChar menuseparator
42977 Konverter
42978 \family default
42979 .
42980  gehen Sie dort auf den Eintrag 
42981 \family sans
42982 LaTeX
42983 \begin_inset space ~
42984 \end_inset
42985
42986 (pdflatex) -> PDF
42987 \begin_inset space ~
42988 \end_inset
42989
42990 (pdflatex)
42991 \family default
42992  und schauen Sie in das Feld 
42993 \family sans
42994 Konverter
42995 \family default
42996 .
42997  Dort sehen sie voreingestellt den Inhalt
42998 \begin_inset Newline newline
42999 \end_inset
43000
43001
43002 \series bold
43003 pdflatex $$i
43004 \series default
43005
43006 \begin_inset Newline newline
43007 \end_inset
43008
43009 Ändern Sie ihn nun ab zu
43010 \begin_inset Newline newline
43011 \end_inset
43012
43013
43014 \series bold
43015 pdflatex $$i -shell-escape
43016 \begin_inset Newline newline
43017 \end_inset
43018
43019
43020 \series default
43021 und drücken Sie den 
43022 \family sans
43023 Ändern
43024 \family default
43025 -Knopf und anschließend 
43026 \family sans
43027 Übernehmen
43028 \family default
43029  oder 
43030 \family sans
43031 Speichern
43032 \family default
43033 .
43034  Dasselbe kann für die Ausgabeformate 
43035 \family sans
43036 PDF
43037 \begin_inset space ~
43038 \end_inset
43039
43040 (LuaTeX)
43041 \family default
43042  und 
43043 \family sans
43044 PDF
43045 \begin_inset space ~
43046 \end_inset
43047
43048 (XeTeX)
43049 \family default
43050  gemacht werden.
43051 \end_layout
43052
43053 \end_inset
43054
43055
43056 \end_layout
43057
43058 \begin_layout Standard
43059 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
43060 rmat der Programm-Code-Liste festlegen.
43061 \end_layout
43062
43063 \begin_layout Standard
43064 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
43065  Die Platzierungsoption 
43066 \family sans
43067 Eingebettetes
43068 \begin_inset space ~
43069 \end_inset
43070
43071 Listing
43072 \family default
43073  druckt das Listing in der Zeile wie hier: 
43074 \begin_inset listings
43075 lstparams "language={C++}"
43076 inline true
43077 status open
43078
43079 \begin_layout Plain Layout
43080
43081 int a=5;
43082 \end_layout
43083
43084 \end_inset
43085
43086
43087 \begin_inset Newline newline
43088 \end_inset
43089
43090 Die Option 
43091 \family sans
43092 Gleitobjekt
43093 \family default
43094  erzeugt ein Listing-Gleitobjekt, dessen 
43095 \family sans
43096 Platzierung 
43097 \family default
43098 Sie mit 
43099 \family sans
43100 h
43101 \family default
43102
43103 \family sans
43104 t
43105 \family default
43106
43107 \family sans
43108 b
43109 \family default
43110  und 
43111 \family sans
43112 p
43113 \family default
43114 , analog zu den in Abschnitt
43115 \begin_inset space ~
43116 \end_inset
43117
43118
43119 \begin_inset CommandInset ref
43120 LatexCommand ref
43121 reference "abs:Gleitobjekt-Platzierung"
43122
43123 \end_inset
43124
43125  beschriebenen Platzierungsoptionen festlegen können.
43126  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
43127  hintereinander angegeben, z.
43128 \begin_inset space \thinspace{}
43129 \end_inset
43130
43131 B.
43132  
43133 \begin_inset Quotes gld
43134 \end_inset
43135
43136
43137 \family sans
43138 htbp
43139 \family default
43140
43141 \begin_inset Quotes grd
43142 \end_inset
43143
43144 .
43145  Die Option 
43146 \begin_inset Quotes gld
43147 \end_inset
43148
43149 h
43150 \begin_inset Quotes grd
43151 \end_inset
43152
43153  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
43154  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
43155 \end_layout
43156
43157 \begin_layout Standard
43158 Mit dem Menü 
43159 \family sans
43160 Einfügen\SpecialChar menuseparator
43161 Legende
43162 \family default
43163  kann man für das Listing eine Beschriftung hinzufügen.
43164  Man kann Listings mit Marken versehen, um auf sie wie auf andere Gleitobjekte
43165  zu verweisen: Listing
43166 \begin_inset space ~
43167 \end_inset
43168
43169
43170 \begin_inset CommandInset ref
43171 LatexCommand ref
43172 reference "lst:Gleitendes-Programm-Listing"
43173
43174 \end_inset
43175
43176 .
43177  Mit dem Menü 
43178 \family sans
43179 Einfügen\SpecialChar menuseparator
43180 Liste
43181 \begin_inset space ~
43182 \end_inset
43183
43184 /
43185 \begin_inset space ~
43186 \end_inset
43187
43188 Inhaltsverzeichnis\SpecialChar menuseparator
43189 Listings Verzeichnis
43190 \family default
43191  kann ein Verzeichnis aller Listings eingefügt werden.
43192  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
43193 \end_layout
43194
43195 \begin_layout Standard
43196 \begin_inset listings
43197 lstparams "language=Python"
43198 inline false
43199 status open
43200
43201 \begin_layout Plain Layout
43202
43203 \begin_inset Caption Standard
43204
43205 \begin_layout Plain Layout
43206 \begin_inset CommandInset label
43207 LatexCommand label
43208 name "lst:Gleitendes-Programm-Listing"
43209
43210 \end_inset
43211
43212 Gleitendes Programm-Listing
43213 \end_layout
43214
43215 \end_inset
43216
43217 # Gleitendes Programm-Listing
43218 \end_layout
43219
43220 \begin_layout Plain Layout
43221
43222 def func(param):
43223 \end_layout
43224
43225 \begin_layout Plain Layout
43226
43227     'Dies ist eine Python-Funktion'
43228 \end_layout
43229
43230 \begin_layout Plain Layout
43231
43232     pass
43233 \end_layout
43234
43235 \end_inset
43236
43237
43238 \end_layout
43239
43240 \begin_layout Standard
43241 \begin_inset Note Greyedout
43242 status open
43243
43244 \begin_layout Plain Layout
43245
43246 \series bold
43247 Bemerkung: 
43248 \series default
43249 Das Paket 
43250 \series bold
43251 listings
43252 \series default
43253  setzt Beschriftungen standardmäßig vor das Listing.
43254 \begin_inset Newline newline
43255 \end_inset
43256
43257 Das Paket 
43258 \series bold
43259 minted
43260 \series default
43261  setzt sie standardmäßig vor das Listing, wenn es gleitend ist.
43262  Ansonsten wird die Beschriftung vor das Listing gesetzt, wenn die Marke
43263  in die erste Zeile eingefügt wurde, ansonsten hinter das Listing.
43264  Um die Beschriftung in jedem Fall vor das Listing zu setzen, müssen diese
43265  Zeilen als Letztes zum \SpecialChar LaTeX
43266 -Vorspann hinzugefügt werden:
43267 \begin_inset Newline newline
43268 \end_inset
43269
43270
43271 \series bold
43272
43273 \backslash
43274 @ifundefined{newfloat}
43275 \begin_inset Newline newline
43276 \end_inset
43277
43278
43279 \begin_inset Phantom HPhantom
43280 status open
43281
43282 \begin_layout Plain Layout
43283 \begin_inset space ~
43284 \end_inset
43285
43286
43287 \end_layout
43288
43289 \end_inset
43290
43291 {
43292 \backslash
43293 usepackage{float}}{}
43294 \begin_inset Newline newline
43295 \end_inset
43296
43297
43298 \backslash
43299 floatstyle{plaintop}
43300 \series default
43301
43302 \begin_inset Note Note
43303 status collapsed
43304
43305 \begin_layout Plain Layout
43306 Das Paket 
43307 \series bold
43308 float
43309 \series default
43310  wird automatisch von \SpecialChar LyX
43311  geladen, wenn Sie spezielle dokumentweite Gleitobjektplat
43312 zierungen verwenden.
43313  Der Befehl 
43314 \series bold
43315
43316 \backslash
43317 @ifundefined
43318 \series default
43319  vermeidet, dass es in diesem Fall doppelt geladen wird.
43320 \end_layout
43321
43322 \end_inset
43323
43324
43325 \end_layout
43326
43327 \end_inset
43328
43329
43330 \end_layout
43331
43332 \begin_layout Standard
43333 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
43334  der Sprache erkannt und besonders gedruckt, wie 
43335 \emph on
43336 #
43337 \emph default
43338
43339 \emph on
43340 def
43341 \emph default
43342  und 
43343 \emph on
43344 pass
43345 \emph default
43346  in Listing
43347 \begin_inset space ~
43348 \end_inset
43349
43350
43351 \begin_inset CommandInset ref
43352 LatexCommand ref
43353 reference "lst:Gleitendes-Programm-Listing"
43354
43355 \end_inset
43356
43357 .
43358 \end_layout
43359
43360 \begin_layout Standard
43361 \begin_inset Note Greyedout
43362 status open
43363
43364 \begin_layout Plain Layout
43365
43366 \series bold
43367 Bemerkung:
43368 \series default
43369  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
43370 \family typewriter
43371 Schreib\SpecialChar softhyphen
43372 maschine
43373 \family default
43374  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
43375 h keine fett gedruckten Buchstaben.
43376  Wählen Sie in diesem Fall eine andere Schrift im Menü 
43377 \family sans
43378 Dokument\SpecialChar menuseparator
43379 Einstellungen\SpecialChar menuseparator
43380 Schriften
43381 \family default
43382 .
43383  (Die Schriften 
43384 \emph on
43385 LuxiMono, BeraMono
43386 \emph default
43387  und 
43388 \emph on
43389 Courier
43390 \emph default
43391  enthalten fett gedruckte Buchstaben.)
43392 \end_layout
43393
43394 \end_inset
43395
43396
43397 \end_layout
43398
43399 \begin_layout Standard
43400 Im Abschnitt 
43401 \family sans
43402 Zeilennummerierung
43403 \family default
43404  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
43405 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
43406  jede wievielte Zeile nummeriert werden soll und die 
43407 \family sans
43408 Schriftgröße
43409 \family default
43410  der Nummerierung.
43411 \end_layout
43412
43413 \begin_layout Standard
43414 Im Abschnitt 
43415 \family sans
43416 Bereich
43417 \family default
43418  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
43419  Im Abschnitt 
43420 \family sans
43421 Stil
43422 \family default
43423  legen Sie fest, wie die Liste ausgedruckt werden soll.
43424  Die Option 
43425 \family sans
43426 Erweiterte
43427 \begin_inset space ~
43428 \end_inset
43429
43430 Zeichentabelle
43431 \family default
43432  ist nur für das Paket 
43433 \series bold
43434 listings
43435 \series default
43436  relevant und sollte verwendet werden, wenn nationale Zeichen wie Umlaute
43437  benutzt werden.
43438 \end_layout
43439
43440 \begin_layout Standard
43441 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
43442 \begin_inset Quotes gld
43443 \end_inset
43444
43445 3
43446 \begin_inset Quotes grd
43447 \end_inset
43448
43449 , Sprache 
43450 \begin_inset Quotes gld
43451 \end_inset
43452
43453 Python
43454 \begin_inset Quotes grd
43455 \end_inset
43456
43457 , Optionen 
43458 \begin_inset Quotes gld
43459 \end_inset
43460
43461 Erweiterte Zeichentabelle
43462 \begin_inset Quotes grd
43463 \end_inset
43464
43465  und 
43466 \begin_inset Quotes gld
43467 \end_inset
43468
43469 Leerzeichen als Symbol
43470 \begin_inset Quotes grd
43471 \end_inset
43472
43473  und Bereich Zeilen 3
43474 \begin_inset space \thinspace{}
43475 \end_inset
43476
43477 -
43478 \begin_inset space \thinspace{}
43479 \end_inset
43480
43481 8:
43482 \end_layout
43483
43484 \begin_layout Standard
43485 \begin_inset listings
43486 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
43487 inline false
43488 status open
43489
43490 \begin_layout Plain Layout
43491
43492 def func(param):
43493 \end_layout
43494
43495 \begin_layout Plain Layout
43496
43497     'Dies ist eine Python-Funktion'
43498 \end_layout
43499
43500 \begin_layout Plain Layout
43501
43502     pass
43503 \end_layout
43504
43505 \begin_layout Plain Layout
43506
43507 def func(param):
43508 \end_layout
43509
43510 \begin_layout Plain Layout
43511
43512 'Sonderzeichen: Tschüß'
43513 \end_layout
43514
43515 \begin_layout Plain Layout
43516
43517 pass
43518 \end_layout
43519
43520 \begin_layout Plain Layout
43521
43522 def func(param):
43523 \end_layout
43524
43525 \begin_layout Plain Layout
43526
43527 'Dies ist eine Python-Funktion'
43528 \end_layout
43529
43530 \begin_layout Plain Layout
43531
43532 pass
43533 \end_layout
43534
43535 \end_inset
43536
43537
43538 \end_layout
43539
43540 \begin_layout Standard
43541 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
43542 \family sans
43543 Tabulatorgröße
43544 \family default
43545  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
43546 \end_layout
43547
43548 \begin_layout Standard
43549 \noindent
43550 \begin_inset Note Greyedout
43551 status open
43552
43553 \begin_layout Plain Layout
43554
43555 \series bold
43556 Bemerkung:
43557 \series default
43558  Wegen eines Fehlers im 
43559 \series bold
43560 listings
43561 \series default
43562 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
43563  verschoben.
43564  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
43565  Listing nummeriert werden.
43566 \end_layout
43567
43568 \end_inset
43569
43570
43571 \end_layout
43572
43573 \begin_layout Standard
43574 \begin_inset VSpace bigskip
43575 \end_inset
43576
43577
43578 \end_layout
43579
43580 \begin_layout Standard
43581 \noindent
43582 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
43583  Das machen Sie mit
43584 \family sans
43585  Einfügen\SpecialChar menuseparator
43586 Datei\SpecialChar menuseparator
43587 Unterdokument
43588 \family default
43589  und der 
43590 \family sans
43591 Art
43592 \begin_inset space ~
43593 \end_inset
43594
43595 der
43596 \begin_inset space ~
43597 \end_inset
43598
43599 Einbindung
43600 \family default
43601  
43602 \family sans
43603 Listing
43604 \family default
43605 .
43606 \begin_inset Foot
43607 status collapsed
43608
43609 \begin_layout Plain Layout
43610 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
43611 \begin_inset space ~
43612 \end_inset
43613
43614
43615 \begin_inset CommandInset ref
43616 LatexCommand ref
43617 reference "abs:Unterdokumente"
43618
43619 \end_inset
43620
43621  beschrieben.
43622 \end_layout
43623
43624 \end_inset
43625
43626  Im Dialogfenster
43627 \family sans
43628  Unterdokument
43629 \family default
43630  können Sie die Listing-Parameter unter 
43631 \family sans
43632 Weitere
43633 \begin_inset space ~
43634 \end_inset
43635
43636 Parameter
43637 \family default
43638  eingeben.
43639  Wenn Sie dort ein Fragezeichen 
43640 \begin_inset Quotes gld
43641 \end_inset
43642
43643 ?
43644 \begin_inset Quotes grd
43645 \end_inset
43646
43647  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
43648 det.
43649 \end_layout
43650
43651 \begin_layout Standard
43652 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
43653  Text ins Feld 
43654 \family sans
43655 Marke
43656 \family default
43657 , auf die dann wie üblich verwiesen werden kann.
43658 \end_layout
43659
43660 \begin_layout Standard
43661 Listing
43662 \begin_inset space ~
43663 \end_inset
43664
43665
43666 \begin_inset CommandInset ref
43667 LatexCommand ref
43668 reference "lst:Datei-Listing"
43669
43670 \end_inset
43671
43672  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
43673 \begin_inset space \thinspace{}
43674 \end_inset
43675
43676
43677 \begin_inset space \thinspace{}
43678 \end_inset
43679
43680 15 gedruckt werden.
43681 \end_layout
43682
43683 \begin_layout Standard
43684 \begin_inset CommandInset include
43685 LatexCommand lstinputlisting
43686 filename "EmbeddedObjects.lyx"
43687 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}"
43688 literal "true"
43689
43690 \end_inset
43691
43692
43693 \end_layout
43694
43695 \begin_layout Standard
43696 \begin_inset VSpace bigskip
43697 \end_inset
43698
43699
43700 \end_layout
43701
43702 \begin_layout Standard
43703 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
43704 \end_layout
43705
43706 \begin_layout Enumerate
43707 Öffnen Sie die Listings-Einstellungen und fügen
43708 \begin_inset Newline newline
43709 \end_inset
43710
43711
43712 \family sans
43713 mathescape=true
43714 \family default
43715
43716 \begin_inset Newline newline
43717 \end_inset
43718
43719 in das Feld des Tabs 
43720 \family sans
43721 Erweitert
43722 \family default
43723  ein
43724 \end_layout
43725
43726 \begin_layout Enumerate
43727 Erstellen Sie eine Formel außerhalb des Listings
43728 \end_layout
43729
43730 \begin_layout Enumerate
43731 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
43732 blage (Tastenkürzel 
43733 \family sans
43734 Ctrl+C
43735 \family default
43736 )
43737 \end_layout
43738
43739 \begin_layout Enumerate
43740 Schreiben sie 
43741 \begin_inset Quotes gld
43742 \end_inset
43743
43744
43745 \family sans
43746 $$
43747 \family default
43748
43749 \begin_inset Quotes grd
43750 \end_inset
43751
43752  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
43753 hen (Tastenkürzel 
43754 \family sans
43755 Ctrl+V
43756 \family default
43757 )
43758 \end_layout
43759
43760 \begin_layout Standard
43761 \begin_inset listings
43762 lstparams "language=Python,mathescape=true"
43763 inline false
43764 status open
43765
43766 \begin_layout Plain Layout
43767
43768 \begin_inset Caption Standard
43769
43770 \begin_layout Plain Layout
43771 Programm-Listing mit einer Formel
43772 \end_layout
43773
43774 \end_inset
43775
43776 # Beispiel-Programm-Listing
43777 \end_layout
43778
43779 \begin_layout Plain Layout
43780
43781 def func(param):
43782 \end_layout
43783
43784 \begin_layout Plain Layout
43785
43786     # $
43787 \backslash
43788 prod_{n=1}^{
43789 \backslash
43790 infty}
43791 \backslash
43792 ,
43793 \backslash
43794 frac{1}{x^{2}}$
43795 \end_layout
43796
43797 \begin_layout Plain Layout
43798
43799     pass
43800 \end_layout
43801
43802 \end_inset
43803
43804
43805 \end_layout
43806
43807 \begin_layout Standard
43808 \begin_inset VSpace bigskip
43809 \end_inset
43810
43811
43812 \end_layout
43813
43814 \begin_layout Standard
43815 \noindent
43816 Dokumentweite Listing-Eigenschaften können im Dialog 
43817 \family sans
43818 Dokument\SpecialChar menuseparator
43819 Einstellungen\SpecialChar menuseparator
43820 Listing
43821 \family default
43822  festgelegt werden.
43823  Dort bekommt man durch Eingabe eines Fragezeichens 
43824 \begin_inset Quotes gld
43825 \end_inset
43826
43827 ?
43828 \begin_inset Quotes grd
43829 \end_inset
43830
43831  eine Liste aller möglichen Parameter.
43832 \end_layout
43833
43834 \begin_layout Standard
43835 Weitere Informationen über die Pakete 
43836 \series bold
43837 listings
43838 \series default
43839  und 
43840 \series bold
43841 minted
43842 \series default
43843 , siehe 
43844 \begin_inset CommandInset citation
43845 LatexCommand cite
43846 key "listings,minted"
43847 literal "true"
43848
43849 \end_inset
43850
43851 .
43852 \end_layout
43853
43854 \begin_layout Chapter
43855 \start_of_appendix
43856 In \SpecialChar LyX
43857  verfügbare Maßeinheiten
43858 \begin_inset CommandInset label
43859 LatexCommand label
43860 name "kap:In-LyX-verfügbare"
43861
43862 \end_inset
43863
43864
43865 \begin_inset Index idx
43866 range none
43867 pageformat default
43868 status collapsed
43869
43870 \begin_layout Plain Layout
43871 Einheiten
43872 \end_layout
43873
43874 \end_inset
43875
43876
43877 \end_layout
43878
43879 \begin_layout Standard
43880 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
43881  Tabelle
43882 \begin_inset space ~
43883 \end_inset
43884
43885
43886 \begin_inset CommandInset ref
43887 LatexCommand ref
43888 reference "tab:Maßeinheiten"
43889
43890 \end_inset
43891
43892  alle in \SpecialChar LyX
43893  verfügbaren Maßeinheiten.
43894 \end_layout
43895
43896 \begin_layout Standard
43897 \begin_inset Float table
43898 placement h
43899 alignment document
43900 wide false
43901 sideways false
43902 status open
43903
43904 \begin_layout Plain Layout
43905 \begin_inset Caption Standard
43906
43907 \begin_layout Plain Layout
43908 \begin_inset CommandInset label
43909 LatexCommand label
43910 name "tab:Maßeinheiten"
43911
43912 \end_inset
43913
43914 Maßeinheiten
43915 \end_layout
43916
43917 \end_inset
43918
43919
43920 \end_layout
43921
43922 \begin_layout Plain Layout
43923 \begin_inset VSpace medskip
43924 \end_inset
43925
43926
43927 \end_layout
43928
43929 \begin_layout Plain Layout
43930 \align center
43931 \begin_inset Tabular
43932 <lyxtabular version="3" rows="21" columns="3">
43933 <features tabularvalignment="middle">
43934 <column alignment="center" valignment="top">
43935 <column alignment="center" valignment="middle" width="50col%">
43936 <column alignment="center" valignment="top">
43937 <row>
43938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
43939 \begin_inset Text
43940
43941 \begin_layout Plain Layout
43942 Maßeinheit
43943 \end_layout
43944
43945 \end_inset
43946 </cell>
43947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
43948 \begin_inset Text
43949
43950 \begin_layout Plain Layout
43951 Name/Beschreibung
43952 \end_layout
43953
43954 \end_inset
43955 </cell>
43956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
43957 \begin_inset Text
43958
43959 \begin_layout Plain Layout
43960 \SpecialChar LaTeX
43961 -Befehl
43962 \end_layout
43963
43964 \end_inset
43965 </cell>
43966 </row>
43967 <row>
43968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43969 \begin_inset Text
43970
43971 \begin_layout Plain Layout
43972 bp
43973 \end_layout
43974
43975 \end_inset
43976 </cell>
43977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43978 \begin_inset Text
43979
43980 \begin_layout Plain Layout
43981 großer Punkt (72
43982 \begin_inset space \thinspace{}
43983 \end_inset
43984
43985 bp = 1
43986 \begin_inset space \thinspace{}
43987 \end_inset
43988
43989 in)
43990 \end_layout
43991
43992 \end_inset
43993 </cell>
43994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43995 \begin_inset Text
43996
43997 \begin_layout Plain Layout
43998 -
43999 \end_layout
44000
44001 \end_inset
44002 </cell>
44003 </row>
44004 <row>
44005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44006 \begin_inset Text
44007
44008 \begin_layout Plain Layout
44009 cc
44010 \end_layout
44011
44012 \end_inset
44013 </cell>
44014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44015 \begin_inset Text
44016
44017 \begin_layout Plain Layout
44018 Cicero (1
44019 \begin_inset space \thinspace{}
44020 \end_inset
44021
44022 cc = 12
44023 \begin_inset space \thinspace{}
44024 \end_inset
44025
44026 dd)
44027 \end_layout
44028
44029 \end_inset
44030 </cell>
44031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44032 \begin_inset Text
44033
44034 \begin_layout Plain Layout
44035 -
44036 \end_layout
44037
44038 \end_inset
44039 </cell>
44040 </row>
44041 <row>
44042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44043 \begin_inset Text
44044
44045 \begin_layout Plain Layout
44046 cm
44047 \end_layout
44048
44049 \end_inset
44050 </cell>
44051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44052 \begin_inset Text
44053
44054 \begin_layout Plain Layout
44055 Zentimeter
44056 \end_layout
44057
44058 \end_inset
44059 </cell>
44060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44061 \begin_inset Text
44062
44063 \begin_layout Plain Layout
44064 -
44065 \end_layout
44066
44067 \end_inset
44068 </cell>
44069 </row>
44070 <row>
44071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44072 \begin_inset Text
44073
44074 \begin_layout Plain Layout
44075 dd
44076 \end_layout
44077
44078 \end_inset
44079 </cell>
44080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44081 \begin_inset Text
44082
44083 \begin_layout Plain Layout
44084 Didot (1
44085 \begin_inset space \thinspace{}
44086 \end_inset
44087
44088 dd 
44089 \begin_inset Formula $\approx$
44090 \end_inset
44091
44092  0,376
44093 \begin_inset space \thinspace{}
44094 \end_inset
44095
44096 mm)
44097 \end_layout
44098
44099 \end_inset
44100 </cell>
44101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44102 \begin_inset Text
44103
44104 \begin_layout Plain Layout
44105 -
44106 \end_layout
44107
44108 \end_inset
44109 </cell>
44110 </row>
44111 <row>
44112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44113 \begin_inset Text
44114
44115 \begin_layout Plain Layout
44116 em
44117 \end_layout
44118
44119 \end_inset
44120 </cell>
44121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44122 \begin_inset Text
44123
44124 \begin_layout Plain Layout
44125 Die Breite des Buchstabens 
44126 \emph on
44127 M
44128 \emph default
44129  im aktiven Zeichensatz
44130 \end_layout
44131
44132 \end_inset
44133 </cell>
44134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44135 \begin_inset Text
44136
44137 \begin_layout Plain Layout
44138 -
44139 \end_layout
44140
44141 \end_inset
44142 </cell>
44143 </row>
44144 <row>
44145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44146 \begin_inset Text
44147
44148 \begin_layout Plain Layout
44149 ex
44150 \end_layout
44151
44152 \end_inset
44153 </cell>
44154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44155 \begin_inset Text
44156
44157 \begin_layout Plain Layout
44158 Die Höhe des Buchstabens 
44159 \emph on
44160 x
44161 \emph default
44162  im aktiven Zeichensatz
44163 \end_layout
44164
44165 \end_inset
44166 </cell>
44167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44168 \begin_inset Text
44169
44170 \begin_layout Plain Layout
44171 -
44172 \end_layout
44173
44174 \end_inset
44175 </cell>
44176 </row>
44177 <row>
44178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44179 \begin_inset Text
44180
44181 \begin_layout Plain Layout
44182 in
44183 \end_layout
44184
44185 \end_inset
44186 </cell>
44187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44188 \begin_inset Text
44189
44190 \begin_layout Plain Layout
44191 Zoll (1
44192 \begin_inset space \thinspace{}
44193 \end_inset
44194
44195 in = 2.54
44196 \begin_inset space \thinspace{}
44197 \end_inset
44198
44199 cm
44200 \end_layout
44201
44202 \end_inset
44203 </cell>
44204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44205 \begin_inset Text
44206
44207 \begin_layout Plain Layout
44208 -
44209 \end_layout
44210
44211 \end_inset
44212 </cell>
44213 </row>
44214 <row>
44215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44216 \begin_inset Text
44217
44218 \begin_layout Plain Layout
44219 mm
44220 \end_layout
44221
44222 \end_inset
44223 </cell>
44224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44225 \begin_inset Text
44226
44227 \begin_layout Plain Layout
44228 Millimeter
44229 \end_layout
44230
44231 \end_inset
44232 </cell>
44233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44234 \begin_inset Text
44235
44236 \begin_layout Plain Layout
44237 -
44238 \end_layout
44239
44240 \end_inset
44241 </cell>
44242 </row>
44243 <row>
44244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44245 \begin_inset Text
44246
44247 \begin_layout Plain Layout
44248 mu
44249 \end_layout
44250
44251 \end_inset
44252 </cell>
44253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44254 \begin_inset Text
44255
44256 \begin_layout Plain Layout
44257 mathematische Maßeinheit
44258 \series bold
44259  
44260 \series default
44261 (1
44262 \begin_inset space \thinspace{}
44263 \end_inset
44264
44265 mu = 1/18
44266 \begin_inset space \thinspace{}
44267 \end_inset
44268
44269 em)
44270 \end_layout
44271
44272 \end_inset
44273 </cell>
44274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44275 \begin_inset Text
44276
44277 \begin_layout Plain Layout
44278 -
44279 \end_layout
44280
44281 \end_inset
44282 </cell>
44283 </row>
44284 <row>
44285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44286 \begin_inset Text
44287
44288 \begin_layout Plain Layout
44289 pt
44290 \end_layout
44291
44292 \end_inset
44293 </cell>
44294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44295 \begin_inset Text
44296
44297 \begin_layout Plain Layout
44298 Punkt (72.27
44299 \begin_inset space \thinspace{}
44300 \end_inset
44301
44302 pt = 1
44303 \begin_inset space \thinspace{}
44304 \end_inset
44305
44306 in)
44307 \end_layout
44308
44309 \end_inset
44310 </cell>
44311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44312 \begin_inset Text
44313
44314 \begin_layout Plain Layout
44315 -
44316 \end_layout
44317
44318 \end_inset
44319 </cell>
44320 </row>
44321 <row>
44322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44323 \begin_inset Text
44324
44325 \begin_layout Plain Layout
44326 pc
44327 \end_layout
44328
44329 \end_inset
44330 </cell>
44331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44332 \begin_inset Text
44333
44334 \begin_layout Plain Layout
44335 Pica (1
44336 \begin_inset space \thinspace{}
44337 \end_inset
44338
44339 pc = 12
44340 \begin_inset space \thinspace{}
44341 \end_inset
44342
44343 pt)
44344 \end_layout
44345
44346 \end_inset
44347 </cell>
44348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44349 \begin_inset Text
44350
44351 \begin_layout Plain Layout
44352 -
44353 \end_layout
44354
44355 \end_inset
44356 </cell>
44357 </row>
44358 <row>
44359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44360 \begin_inset Text
44361
44362 \begin_layout Plain Layout
44363 sp
44364 \end_layout
44365
44366 \end_inset
44367 </cell>
44368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44369 \begin_inset Text
44370
44371 \begin_layout Plain Layout
44372 skalierter Punkt (65536
44373 \begin_inset space \thinspace{}
44374 \end_inset
44375
44376 sp = 1
44377 \begin_inset space \thinspace{}
44378 \end_inset
44379
44380 pt)
44381 \end_layout
44382
44383 \end_inset
44384 </cell>
44385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44386 \begin_inset Text
44387
44388 \begin_layout Plain Layout
44389 -
44390 \end_layout
44391
44392 \end_inset
44393 </cell>
44394 </row>
44395 <row>
44396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44397 \begin_inset Text
44398
44399 \begin_layout Plain Layout
44400 Seitenbreite %
44401 \end_layout
44402
44403 \end_inset
44404 </cell>
44405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44406 \begin_inset Text
44407
44408 \begin_layout Plain Layout
44409 % der Seitenbreite
44410 \end_layout
44411
44412 \end_inset
44413 </cell>
44414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44415 \begin_inset Text
44416
44417 \begin_layout Plain Layout
44418
44419 \backslash
44420 paperwidth
44421 \end_layout
44422
44423 \end_inset
44424 </cell>
44425 </row>
44426 <row>
44427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44428 \begin_inset Text
44429
44430 \begin_layout Plain Layout
44431 Seitenhöhe %
44432 \end_layout
44433
44434 \end_inset
44435 </cell>
44436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44437 \begin_inset Text
44438
44439 \begin_layout Plain Layout
44440 % der Seitenhöhe
44441 \end_layout
44442
44443 \end_inset
44444 </cell>
44445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44446 \begin_inset Text
44447
44448 \begin_layout Plain Layout
44449
44450 \backslash
44451 paperheight
44452 \end_layout
44453
44454 \end_inset
44455 </cell>
44456 </row>
44457 <row>
44458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44459 \begin_inset Text
44460
44461 \begin_layout Plain Layout
44462 Skalierung %
44463 \end_layout
44464
44465 \end_inset
44466 </cell>
44467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44468 \begin_inset Text
44469
44470 \begin_layout Plain Layout
44471 % der originalen Bildbreite
44472 \end_layout
44473
44474 \end_inset
44475 </cell>
44476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44477 \begin_inset Text
44478
44479 \begin_layout Plain Layout
44480
44481 \end_layout
44482
44483 \end_inset
44484 </cell>
44485 </row>
44486 <row>
44487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44488 \begin_inset Text
44489
44490 \begin_layout Plain Layout
44491 Spaltenbreite %
44492 \end_layout
44493
44494 \end_inset
44495 </cell>
44496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44497 \begin_inset Text
44498
44499 \begin_layout Plain Layout
44500 % der Spaltenbreite
44501 \end_layout
44502
44503 \end_inset
44504 </cell>
44505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44506 \begin_inset Text
44507
44508 \begin_layout Plain Layout
44509
44510 \backslash
44511 columnwidth
44512 \end_layout
44513
44514 \end_inset
44515 </cell>
44516 </row>
44517 <row>
44518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44519 \begin_inset Text
44520
44521 \begin_layout Plain Layout
44522 Textbreite %
44523 \end_layout
44524
44525 \end_inset
44526 </cell>
44527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44528 \begin_inset Text
44529
44530 \begin_layout Plain Layout
44531 % der Textbreite
44532 \end_layout
44533
44534 \end_inset
44535 </cell>
44536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44537 \begin_inset Text
44538
44539 \begin_layout Plain Layout
44540
44541 \backslash
44542 textwidth
44543 \end_layout
44544
44545 \end_inset
44546 </cell>
44547 </row>
44548 <row>
44549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44550 \begin_inset Text
44551
44552 \begin_layout Plain Layout
44553 Texthöhe %
44554 \end_layout
44555
44556 \end_inset
44557 </cell>
44558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44559 \begin_inset Text
44560
44561 \begin_layout Plain Layout
44562 % der Texthöhe
44563 \end_layout
44564
44565 \end_inset
44566 </cell>
44567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44568 \begin_inset Text
44569
44570 \begin_layout Plain Layout
44571
44572 \backslash
44573 textheight
44574 \end_layout
44575
44576 \end_inset
44577 </cell>
44578 </row>
44579 <row>
44580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44581 \begin_inset Text
44582
44583 \begin_layout Plain Layout
44584 Zeilenabstand %
44585 \end_layout
44586
44587 \end_inset
44588 </cell>
44589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44590 \begin_inset Text
44591
44592 \begin_layout Plain Layout
44593 % der Höhe zwischen Grundlinien von zwei aufeinanderfolgenden Textzeilen
44594 \end_layout
44595
44596 \end_inset
44597 </cell>
44598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44599 \begin_inset Text
44600
44601 \begin_layout Plain Layout
44602
44603 \backslash
44604 baselineskip
44605 \end_layout
44606
44607 \end_inset
44608 </cell>
44609 </row>
44610 <row>
44611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
44612 \begin_inset Text
44613
44614 \begin_layout Plain Layout
44615 Zeilenbreite %
44616 \end_layout
44617
44618 \end_inset
44619 </cell>
44620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
44621 \begin_inset Text
44622
44623 \begin_layout Plain Layout
44624 % der Zeilenbreite
44625 \end_layout
44626
44627 \end_inset
44628 </cell>
44629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
44630 \begin_inset Text
44631
44632 \begin_layout Plain Layout
44633
44634 \backslash
44635 linewidth
44636 \end_layout
44637
44638 \end_inset
44639 </cell>
44640 </row>
44641 </lyxtabular>
44642
44643 \end_inset
44644
44645
44646 \end_layout
44647
44648 \end_inset
44649
44650
44651 \end_layout
44652
44653 \begin_layout Chapter
44654 Ausgabedatei-Formate mit Grafiken
44655 \begin_inset CommandInset label
44656 LatexCommand label
44657 name "kap:Ausgabedatei-Formate"
44658
44659 \end_inset
44660
44661
44662 \end_layout
44663
44664 \begin_layout Section
44665 DVI
44666 \begin_inset Index idx
44667 range none
44668 pageformat default
44669 status collapsed
44670
44671 \begin_layout Plain Layout
44672 Dateiformat
44673 \begin_inset IndexMacro subentry
44674 status open
44675
44676 \begin_layout Plain Layout
44677 DVI
44678 \end_layout
44679
44680 \end_inset
44681
44682
44683 \end_layout
44684
44685 \end_inset
44686
44687
44688 \begin_inset Index idx
44689 range none
44690 pageformat default
44691 status collapsed
44692
44693 \begin_layout Plain Layout
44694 DVI
44695 \end_layout
44696
44697 \end_inset
44698
44699
44700 \end_layout
44701
44702 \begin_layout Standard
44703 Dieser Dateityp hat die Erweiterung 
44704 \begin_inset Quotes gld
44705 \end_inset
44706
44707
44708 \family typewriter
44709 .dvi
44710 \family default
44711
44712 \begin_inset Quotes grd
44713 \end_inset
44714
44715  und wird 
44716 \begin_inset Quotes gld
44717 \end_inset
44718
44719 device independent
44720 \begin_inset Quotes grd
44721 \end_inset
44722
44723  genannt, weil er vollkommen portierbar ist.
44724  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
44725  dvi-Betrachter installiert hat.
44726  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
44727 ate wie PostScript benutzt.
44728 \end_layout
44729
44730 \begin_layout Standard
44731 \begin_inset Note Greyedout
44732 status open
44733
44734 \begin_layout Plain Layout
44735
44736 \series bold
44737 Bemerkung:
44738 \series default
44739  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
44740 \end_layout
44741
44742 \end_inset
44743
44744
44745 \end_layout
44746
44747 \begin_layout Standard
44748 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
44749  auf einen anderen Computer kopieren.
44750  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
44751  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
44752  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
44753 \family typewriter
44754  
44755 \family default
44756 blättern.
44757
44758 \family typewriter
44759  
44760 \family default
44761 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
44762  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
44763  
44764 \end_layout
44765
44766 \begin_layout Standard
44767 Sie können Ihr Dokument als DVI über das Menü 
44768 \family sans
44769 Datei\SpecialChar menuseparator
44770 Exportieren\SpecialChar menuseparator
44771 DVI
44772 \family default
44773  exportieren.
44774  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
44775 \family sans
44776 Ansicht
44777 \family default
44778  anschauen.
44779 \end_layout
44780
44781 \begin_layout Section
44782 PostScript
44783 \begin_inset Index idx
44784 range none
44785 pageformat default
44786 status collapsed
44787
44788 \begin_layout Plain Layout
44789 Dateiformat 
44790 \begin_inset IndexMacro subentry
44791 status open
44792
44793 \begin_layout Plain Layout
44794 PostScript
44795 \end_layout
44796
44797 \end_inset
44798
44799
44800 \end_layout
44801
44802 \end_inset
44803
44804
44805 \begin_inset Index idx
44806 range none
44807 pageformat default
44808 status collapsed
44809
44810 \begin_layout Plain Layout
44811 PostScript
44812 \end_layout
44813
44814 \end_inset
44815
44816
44817 \end_layout
44818
44819 \begin_layout Standard
44820 Dieser Dateityp hat die Erweiterung 
44821 \begin_inset Quotes gld
44822 \end_inset
44823
44824
44825 \family typewriter
44826 .ps
44827 \family default
44828
44829 \begin_inset Quotes grd
44830 \end_inset
44831
44832 .
44833  PostScript wurde von der Firma
44834 \family typewriter
44835  Adobe
44836 \family default
44837  als Druckersprache entwickelt.
44838  Die Datei enthält deshalb Druckbefehle.
44839  PostScript kann als 
44840 \begin_inset Quotes gld
44841 \end_inset
44842
44843 Programmiersprache
44844 \begin_inset Quotes grd
44845 \end_inset
44846
44847  angesehen werden.
44848  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen.
44849 \begin_inset Foot
44850 status collapsed
44851
44852 \begin_layout Plain Layout
44853 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
44854  von
44855 \series bold
44856  PSTricks
44857 \series default
44858  
44859 \begin_inset CommandInset citation
44860 LatexCommand cite
44861 key "pstricks"
44862 literal "true"
44863
44864 \end_inset
44865
44866  oder 
44867 \begin_inset CommandInset citation
44868 LatexCommand cite
44869 key "latex-praxisbuch"
44870 literal "true"
44871
44872 \end_inset
44873
44874  ansehen.
44875 \end_layout
44876
44877 \end_inset
44878
44879  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
44880 \end_layout
44881
44882 \begin_layout Standard
44883 PostScript kann nur Bilder im Format EPS
44884 \begin_inset Index idx
44885 range none
44886 pageformat default
44887 status collapsed
44888
44889 \begin_layout Plain Layout
44890 EPS
44891 \end_layout
44892
44893 \end_inset
44894
44895  (Encapsulated PostScript, Datei-Er\SpecialChar softhyphen
44896 wei\SpecialChar softhyphen
44897 ter\SpecialChar softhyphen
44898 ung 
44899 \begin_inset Quotes gld
44900 \end_inset
44901
44902
44903 \family typewriter
44904 .eps
44905 \family default
44906
44907 \begin_inset Quotes grd
44908 \end_inset
44909
44910 ) enthalten.
44911  Weil \SpecialChar LyX
44912  die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
44913  intern nach EPS konvertieren.
44914  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
44915  verlangsamen.
44916  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
44917  konvertieren und direkt als EPS einfügen.
44918 \end_layout
44919
44920 \begin_layout Standard
44921 Sie können Ihr Dokument als PostScript über das Menü 
44922 \family sans
44923 Datei\SpecialChar menuseparator
44924 Exportieren\SpecialChar menuseparator
44925 Post\SpecialChar softhyphen
44926 Script
44927 \family default
44928  exportieren.
44929  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
44930 \family sans
44931 Ansicht
44932 \family default
44933  anschauen.
44934 \end_layout
44935
44936 \begin_layout Section
44937 PDF
44938 \begin_inset Index idx
44939 range none
44940 pageformat default
44941 status collapsed
44942
44943 \begin_layout Plain Layout
44944 Dateiformat
44945 \begin_inset IndexMacro subentry
44946 status open
44947
44948 \begin_layout Plain Layout
44949 PDF
44950 \end_layout
44951
44952 \end_inset
44953
44954
44955 \end_layout
44956
44957 \end_inset
44958
44959
44960 \begin_inset Index idx
44961 range none
44962 pageformat default
44963 status collapsed
44964
44965 \begin_layout Plain Layout
44966 PDF
44967 \end_layout
44968
44969 \end_inset
44970
44971
44972 \end_layout
44973
44974 \begin_layout Standard
44975 Dieser Dateityp hat die Erweiterung 
44976 \begin_inset Quotes gld
44977 \end_inset
44978
44979
44980 \family typewriter
44981 .pdf
44982 \family default
44983
44984 \begin_inset Quotes grd
44985 \end_inset
44986
44987 .
44988  Das
44989 \emph on
44990  
44991 \emph default
44992
44993 \begin_inset Quotes gld
44994 \end_inset
44995
44996 Portable Document Format
44997 \begin_inset Quotes grd
44998 \end_inset
44999
45000  (PDF) wurde auch von der Firma 
45001 \family typewriter
45002 Adobe
45003 \family default
45004  als Derivat von PostScript entwickelt.
45005  Es ist komprimierter und benutzt weniger Befehle als PostScript.
45006  Wie der Begriff 
45007 \begin_inset Quotes gld
45008 \end_inset
45009
45010 portable
45011 \begin_inset Quotes grd
45012 \end_inset
45013
45014  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
45015  werden, und der Ausdruck sieht immer gleich aus.
45016 \end_layout
45017
45018 \begin_layout Standard
45019 PDF kann Bilder im eigenen PDF-Format, im Format 
45020 \begin_inset Quotes gld
45021 \end_inset
45022
45023 Joint Photographic Experts Group
45024 \begin_inset Quotes grd
45025 \end_inset
45026
45027  (JPEG
45028 \begin_inset Index idx
45029 range none
45030 pageformat default
45031 status collapsed
45032
45033 \begin_layout Plain Layout
45034 JPG, JPEG
45035 \end_layout
45036
45037 \end_inset
45038
45039 , Datei-Erweiterung 
45040 \begin_inset Quotes gld
45041 \end_inset
45042
45043
45044 \family typewriter
45045 .jpg
45046 \family default
45047
45048 \begin_inset Quotes grd
45049 \end_inset
45050
45051  oder 
45052 \begin_inset Quotes gld
45053 \end_inset
45054
45055
45056 \family typewriter
45057 .jpeg
45058 \family default
45059
45060 \begin_inset Quotes grd
45061 \end_inset
45062
45063 ) und im Format 
45064 \begin_inset Quotes gld
45065 \end_inset
45066
45067 Portable Network Graphics
45068 \begin_inset Quotes grd
45069 \end_inset
45070
45071  (PNG
45072 \begin_inset Index idx
45073 range none
45074 pageformat default
45075 status collapsed
45076
45077 \begin_layout Plain Layout
45078 PNG
45079 \end_layout
45080
45081 \end_inset
45082
45083 , Datei-Erweiterung 
45084 \begin_inset Quotes gld
45085 \end_inset
45086
45087
45088 \family typewriter
45089 .png
45090 \family default
45091
45092 \begin_inset Quotes grd
45093 \end_inset
45094
45095 ) enthalten.
45096  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil \SpecialChar LyX
45097  es für Sie
45098  konvertieren wird.
45099  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
45100  wird, eines der drei erwähnten Bildformate zu benutzen.
45101 \end_layout
45102
45103 \begin_layout Standard
45104 PDF-Dateien können Sie über 
45105 \family sans
45106 Datei\SpecialChar menuseparator
45107 Exportieren
45108 \family default
45109  auf drei Arten erzeugen:
45110 \end_layout
45111
45112 \begin_layout Description
45113 PDF
45114 \begin_inset space ~
45115 \end_inset
45116
45117 (ps2pdf) benutzt das Programm
45118 \family typewriter
45119  ps2pdf
45120 \family default
45121 , das eine PDF-Datei aus einer Post\SpecialChar softhyphen
45122 Script®-Version Ihres Dokument erstellt.
45123  Die PostScript-Version wird mit dem Programm 
45124 \family typewriter
45125 dvips
45126 \family default
45127  aus einer DVI-Version erstellt.
45128  Es werden also drei Konvertierungen verwendet.
45129 \end_layout
45130
45131 \begin_layout Description
45132 PDF
45133 \begin_inset space ~
45134 \end_inset
45135
45136 (dvipdfm) benutzt das Programm 
45137 \family typewriter
45138 dvipdfm
45139 \family default
45140 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
45141  PDF konvertiert.
45142 \end_layout
45143
45144 \begin_layout Description
45145 PDF
45146 \begin_inset space ~
45147 \end_inset
45148
45149 (pdflatex) benutzt das Programm
45150 \family typewriter
45151  pdftex
45152 \family default
45153 , das Ihr Dokument direkt nach PDF konvertiert.
45154 \end_layout
45155
45156 \begin_layout Standard
45157
45158 \family sans
45159 PDF
45160 \begin_inset space ~
45161 \end_inset
45162
45163 (pdflatex)
45164 \family default
45165  wird empfohlen, weil
45166 \family typewriter
45167  pdftex
45168 \family default
45169  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
45170  ohne Probleme arbeitet.
45171  Das Programm 
45172 \family typewriter
45173 dvi\SpecialChar softhyphen
45174 pdfm
45175 \family default
45176  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
45177 \end_layout
45178
45179 \begin_layout Standard
45180 Sie können Ihr Dokument als PDF über das Menü 
45181 \family sans
45182 Datei\SpecialChar menuseparator
45183 Exportieren\SpecialChar menuseparator
45184 PDF
45185 \family default
45186  exportieren.
45187  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
45188 \family sans
45189 Ansicht
45190 \family default
45191  oder einen Werkzeugleistenknopf anschauen.
45192 \end_layout
45193
45194 \begin_layout Chapter
45195 Liste der dvips-Farbnamen
45196 \begin_inset CommandInset label
45197 LatexCommand label
45198 name "kap:Liste-der-dvips-Farbnamen"
45199
45200 \end_inset
45201
45202
45203 \end_layout
45204
45205 \begin_layout Standard
45206 \begin_inset Tabular
45207 <lyxtabular version="3" rows="17" columns="4">
45208 <features tabularvalignment="middle">
45209 <column alignment="left" valignment="top" width="0pt">
45210 <column alignment="left" valignment="top" width="0pt">
45211 <column alignment="left" valignment="top" width="0pt">
45212 <column alignment="left" valignment="top" width="0pt">
45213 <row>
45214 <cell alignment="left" valignment="top" usebox="none">
45215 \begin_inset Text
45216
45217 \begin_layout Plain Layout
45218 \begin_inset ERT
45219 status collapsed
45220
45221 \begin_layout Plain Layout
45222
45223
45224 \backslash
45225 fcolorbox{black}{
45226 \end_layout
45227
45228 \end_inset
45229
45230 white
45231 \begin_inset ERT
45232 status collapsed
45233
45234 \begin_layout Plain Layout
45235
45236 }{
45237 \end_layout
45238
45239 \end_inset
45240
45241 Farbe
45242 \begin_inset ERT
45243 status collapsed
45244
45245 \begin_layout Plain Layout
45246
45247 }
45248 \end_layout
45249
45250 \end_inset
45251
45252  Farbname
45253 \end_layout
45254
45255 \end_inset
45256 </cell>
45257 <cell alignment="left" valignment="top" usebox="none">
45258 \begin_inset Text
45259
45260 \begin_layout Plain Layout
45261 \begin_inset ERT
45262 status collapsed
45263
45264 \begin_layout Plain Layout
45265
45266
45267 \backslash
45268 fcolorbox{black}{
45269 \end_layout
45270
45271 \end_inset
45272
45273 white
45274 \begin_inset ERT
45275 status collapsed
45276
45277 \begin_layout Plain Layout
45278
45279 }{
45280 \end_layout
45281
45282 \end_inset
45283
45284 Farbe
45285 \begin_inset ERT
45286 status collapsed
45287
45288 \begin_layout Plain Layout
45289
45290 }
45291 \end_layout
45292
45293 \end_inset
45294
45295  Farbname
45296 \end_layout
45297
45298 \end_inset
45299 </cell>
45300 <cell alignment="left" valignment="top" usebox="none">
45301 \begin_inset Text
45302
45303 \begin_layout Plain Layout
45304 \begin_inset ERT
45305 status collapsed
45306
45307 \begin_layout Plain Layout
45308
45309
45310 \backslash
45311 fcolorbox{black}{
45312 \end_layout
45313
45314 \end_inset
45315
45316 white
45317 \begin_inset ERT
45318 status collapsed
45319
45320 \begin_layout Plain Layout
45321
45322 }{
45323 \end_layout
45324
45325 \end_inset
45326
45327 Farbe
45328 \begin_inset ERT
45329 status collapsed
45330
45331 \begin_layout Plain Layout
45332
45333 }
45334 \end_layout
45335
45336 \end_inset
45337
45338  Farbname
45339 \end_layout
45340
45341 \end_inset
45342 </cell>
45343 <cell alignment="left" valignment="top" usebox="none">
45344 \begin_inset Text
45345
45346 \begin_layout Plain Layout
45347 \begin_inset ERT
45348 status collapsed
45349
45350 \begin_layout Plain Layout
45351
45352
45353 \backslash
45354 fcolorbox{black}{
45355 \end_layout
45356
45357 \end_inset
45358
45359 white
45360 \begin_inset ERT
45361 status collapsed
45362
45363 \begin_layout Plain Layout
45364
45365 }{
45366 \end_layout
45367
45368 \end_inset
45369
45370 Farbe
45371 \begin_inset ERT
45372 status collapsed
45373
45374 \begin_layout Plain Layout
45375
45376 }
45377 \end_layout
45378
45379 \end_inset
45380
45381  Farbname
45382 \end_layout
45383
45384 \end_inset
45385 </cell>
45386 </row>
45387 <row>
45388 <cell alignment="center" valignment="top" usebox="none">
45389 \begin_inset Text
45390
45391 \begin_layout Plain Layout
45392 \begin_inset ERT
45393 status collapsed
45394
45395 \begin_layout Plain Layout
45396
45397
45398 \backslash
45399 fcolorbox{black}{
45400 \end_layout
45401
45402 \end_inset
45403
45404 Apricot
45405 \begin_inset ERT
45406 status collapsed
45407
45408 \begin_layout Plain Layout
45409
45410 }{
45411 \end_layout
45412
45413 \end_inset
45414
45415
45416 \begin_inset Phantom Phantom
45417 status open
45418
45419 \begin_layout Plain Layout
45420 W
45421 \end_layout
45422
45423 \end_inset
45424
45425
45426 \begin_inset ERT
45427 status collapsed
45428
45429 \begin_layout Plain Layout
45430
45431 }
45432 \end_layout
45433
45434 \end_inset
45435
45436  Apricot
45437 \end_layout
45438
45439 \end_inset
45440 </cell>
45441 <cell alignment="center" valignment="top" usebox="none">
45442 \begin_inset Text
45443
45444 \begin_layout Plain Layout
45445 \begin_inset ERT
45446 status collapsed
45447
45448 \begin_layout Plain Layout
45449
45450
45451 \backslash
45452 fcolorbox{black}{
45453 \end_layout
45454
45455 \end_inset
45456
45457 Aquamarine
45458 \begin_inset ERT
45459 status collapsed
45460
45461 \begin_layout Plain Layout
45462
45463 }{
45464 \end_layout
45465
45466 \end_inset
45467
45468
45469 \begin_inset Phantom Phantom
45470 status open
45471
45472 \begin_layout Plain Layout
45473 W
45474 \end_layout
45475
45476 \end_inset
45477
45478
45479 \begin_inset ERT
45480 status collapsed
45481
45482 \begin_layout Plain Layout
45483
45484 }
45485 \end_layout
45486
45487 \end_inset
45488
45489  Aquamarine
45490 \end_layout
45491
45492 \end_inset
45493 </cell>
45494 <cell alignment="center" valignment="top" usebox="none">
45495 \begin_inset Text
45496
45497 \begin_layout Plain Layout
45498 \begin_inset ERT
45499 status collapsed
45500
45501 \begin_layout Plain Layout
45502
45503
45504 \backslash
45505 fcolorbox{black}{
45506 \end_layout
45507
45508 \end_inset
45509
45510 Bittersweet
45511 \begin_inset ERT
45512 status collapsed
45513
45514 \begin_layout Plain Layout
45515
45516 }{
45517 \end_layout
45518
45519 \end_inset
45520
45521
45522 \begin_inset Phantom Phantom
45523 status open
45524
45525 \begin_layout Plain Layout
45526 W
45527 \end_layout
45528
45529 \end_inset
45530
45531
45532 \begin_inset ERT
45533 status collapsed
45534
45535 \begin_layout Plain Layout
45536
45537 }
45538 \end_layout
45539
45540 \end_inset
45541
45542  Bittersweet
45543 \end_layout
45544
45545 \end_inset
45546 </cell>
45547 <cell alignment="center" valignment="top" usebox="none">
45548 \begin_inset Text
45549
45550 \begin_layout Plain Layout
45551 \begin_inset ERT
45552 status collapsed
45553
45554 \begin_layout Plain Layout
45555
45556
45557 \backslash
45558 fcolorbox{black}{
45559 \end_layout
45560
45561 \end_inset
45562
45563 BlueGreen
45564 \begin_inset ERT
45565 status collapsed
45566
45567 \begin_layout Plain Layout
45568
45569 }{
45570 \end_layout
45571
45572 \end_inset
45573
45574
45575 \begin_inset Phantom Phantom
45576 status open
45577
45578 \begin_layout Plain Layout
45579 W
45580 \end_layout
45581
45582 \end_inset
45583
45584
45585 \begin_inset ERT
45586 status collapsed
45587
45588 \begin_layout Plain Layout
45589
45590 }
45591 \end_layout
45592
45593 \end_inset
45594
45595  BlueGreen
45596 \end_layout
45597
45598 \end_inset
45599 </cell>
45600 </row>
45601 <row>
45602 <cell alignment="left" valignment="top" usebox="none">
45603 \begin_inset Text
45604
45605 \begin_layout Plain Layout
45606 \begin_inset ERT
45607 status collapsed
45608
45609 \begin_layout Plain Layout
45610
45611
45612 \backslash
45613 fcolorbox{black}{
45614 \end_layout
45615
45616 \end_inset
45617
45618 BlueViolet
45619 \begin_inset ERT
45620 status collapsed
45621
45622 \begin_layout Plain Layout
45623
45624 }{
45625 \end_layout
45626
45627 \end_inset
45628
45629
45630 \begin_inset Phantom Phantom
45631 status open
45632
45633 \begin_layout Plain Layout
45634 W
45635 \end_layout
45636
45637 \end_inset
45638
45639
45640 \begin_inset ERT
45641 status collapsed
45642
45643 \begin_layout Plain Layout
45644
45645 }
45646 \end_layout
45647
45648 \end_inset
45649
45650  BlueViolet
45651 \end_layout
45652
45653 \end_inset
45654 </cell>
45655 <cell alignment="left" valignment="top" usebox="none">
45656 \begin_inset Text
45657
45658 \begin_layout Plain Layout
45659 \begin_inset ERT
45660 status collapsed
45661
45662 \begin_layout Plain Layout
45663
45664
45665 \backslash
45666 fcolorbox{black}{
45667 \end_layout
45668
45669 \end_inset
45670
45671 BrickRed
45672 \begin_inset ERT
45673 status collapsed
45674
45675 \begin_layout Plain Layout
45676
45677 }{
45678 \end_layout
45679
45680 \end_inset
45681
45682
45683 \begin_inset Phantom Phantom
45684 status open
45685
45686 \begin_layout Plain Layout
45687 W
45688 \end_layout
45689
45690 \end_inset
45691
45692
45693 \begin_inset ERT
45694 status collapsed
45695
45696 \begin_layout Plain Layout
45697
45698 }
45699 \end_layout
45700
45701 \end_inset
45702
45703  BrickRed
45704 \end_layout
45705
45706 \end_inset
45707 </cell>
45708 <cell alignment="left" valignment="top" usebox="none">
45709 \begin_inset Text
45710
45711 \begin_layout Plain Layout
45712 \begin_inset ERT
45713 status collapsed
45714
45715 \begin_layout Plain Layout
45716
45717
45718 \backslash
45719 fcolorbox{black}{
45720 \end_layout
45721
45722 \end_inset
45723
45724 Brown
45725 \begin_inset ERT
45726 status collapsed
45727
45728 \begin_layout Plain Layout
45729
45730 }{
45731 \end_layout
45732
45733 \end_inset
45734
45735
45736 \begin_inset Phantom Phantom
45737 status open
45738
45739 \begin_layout Plain Layout
45740 W
45741 \end_layout
45742
45743 \end_inset
45744
45745
45746 \begin_inset ERT
45747 status collapsed
45748
45749 \begin_layout Plain Layout
45750
45751 }
45752 \end_layout
45753
45754 \end_inset
45755
45756  Brown
45757 \end_layout
45758
45759 \end_inset
45760 </cell>
45761 <cell alignment="left" valignment="top" usebox="none">
45762 \begin_inset Text
45763
45764 \begin_layout Plain Layout
45765 \begin_inset ERT
45766 status collapsed
45767
45768 \begin_layout Plain Layout
45769
45770
45771 \backslash
45772 fcolorbox{black}{
45773 \end_layout
45774
45775 \end_inset
45776
45777 BurntOrange
45778 \begin_inset ERT
45779 status collapsed
45780
45781 \begin_layout Plain Layout
45782
45783 }{
45784 \end_layout
45785
45786 \end_inset
45787
45788
45789 \begin_inset Phantom Phantom
45790 status open
45791
45792 \begin_layout Plain Layout
45793 W
45794 \end_layout
45795
45796 \end_inset
45797
45798
45799 \begin_inset ERT
45800 status collapsed
45801
45802 \begin_layout Plain Layout
45803
45804 }
45805 \end_layout
45806
45807 \end_inset
45808
45809  BurntOrange
45810 \end_layout
45811
45812 \end_inset
45813 </cell>
45814 </row>
45815 <row>
45816 <cell alignment="left" valignment="top" usebox="none">
45817 \begin_inset Text
45818
45819 \begin_layout Plain Layout
45820 \begin_inset ERT
45821 status collapsed
45822
45823 \begin_layout Plain Layout
45824
45825
45826 \backslash
45827 fcolorbox{black}{
45828 \end_layout
45829
45830 \end_inset
45831
45832 CadetBlue
45833 \begin_inset ERT
45834 status collapsed
45835
45836 \begin_layout Plain Layout
45837
45838 }{
45839 \end_layout
45840
45841 \end_inset
45842
45843
45844 \begin_inset Phantom Phantom
45845 status open
45846
45847 \begin_layout Plain Layout
45848 W
45849 \end_layout
45850
45851 \end_inset
45852
45853
45854 \begin_inset ERT
45855 status collapsed
45856
45857 \begin_layout Plain Layout
45858
45859 }
45860 \end_layout
45861
45862 \end_inset
45863
45864  CadetBlue
45865 \end_layout
45866
45867 \end_inset
45868 </cell>
45869 <cell alignment="left" valignment="top" usebox="none">
45870 \begin_inset Text
45871
45872 \begin_layout Plain Layout
45873 \begin_inset ERT
45874 status collapsed
45875
45876 \begin_layout Plain Layout
45877
45878
45879 \backslash
45880 fcolorbox{black}{
45881 \end_layout
45882
45883 \end_inset
45884
45885 CarnationPink
45886 \begin_inset ERT
45887 status collapsed
45888
45889 \begin_layout Plain Layout
45890
45891 }{
45892 \end_layout
45893
45894 \end_inset
45895
45896
45897 \begin_inset Phantom Phantom
45898 status open
45899
45900 \begin_layout Plain Layout
45901 W
45902 \end_layout
45903
45904 \end_inset
45905
45906
45907 \begin_inset ERT
45908 status collapsed
45909
45910 \begin_layout Plain Layout
45911
45912 }
45913 \end_layout
45914
45915 \end_inset
45916
45917  CarnationPink
45918 \end_layout
45919
45920 \end_inset
45921 </cell>
45922 <cell alignment="left" valignment="top" usebox="none">
45923 \begin_inset Text
45924
45925 \begin_layout Plain Layout
45926 \begin_inset ERT
45927 status collapsed
45928
45929 \begin_layout Plain Layout
45930
45931
45932 \backslash
45933 fcolorbox{black}{
45934 \end_layout
45935
45936 \end_inset
45937
45938 Cerulean
45939 \begin_inset ERT
45940 status collapsed
45941
45942 \begin_layout Plain Layout
45943
45944 }{
45945 \end_layout
45946
45947 \end_inset
45948
45949
45950 \begin_inset Phantom Phantom
45951 status open
45952
45953 \begin_layout Plain Layout
45954 W
45955 \end_layout
45956
45957 \end_inset
45958
45959
45960 \begin_inset ERT
45961 status collapsed
45962
45963 \begin_layout Plain Layout
45964
45965 }
45966 \end_layout
45967
45968 \end_inset
45969
45970  Cerulean
45971 \end_layout
45972
45973 \end_inset
45974 </cell>
45975 <cell alignment="left" valignment="top" usebox="none">
45976 \begin_inset Text
45977
45978 \begin_layout Plain Layout
45979 \begin_inset ERT
45980 status collapsed
45981
45982 \begin_layout Plain Layout
45983
45984
45985 \backslash
45986 fcolorbox{black}{
45987 \end_layout
45988
45989 \end_inset
45990
45991 CornflowerBlue
45992 \begin_inset ERT
45993 status collapsed
45994
45995 \begin_layout Plain Layout
45996
45997 }{
45998 \end_layout
45999
46000 \end_inset
46001
46002
46003 \begin_inset Phantom Phantom
46004 status open
46005
46006 \begin_layout Plain Layout
46007 W
46008 \end_layout
46009
46010 \end_inset
46011
46012
46013 \begin_inset ERT
46014 status collapsed
46015
46016 \begin_layout Plain Layout
46017
46018 }
46019 \end_layout
46020
46021 \end_inset
46022
46023  CornflowerBlue
46024 \end_layout
46025
46026 \end_inset
46027 </cell>
46028 </row>
46029 <row>
46030 <cell alignment="left" valignment="top" usebox="none">
46031 \begin_inset Text
46032
46033 \begin_layout Plain Layout
46034 \begin_inset ERT
46035 status collapsed
46036
46037 \begin_layout Plain Layout
46038
46039
46040 \backslash
46041 fcolorbox{black}{
46042 \end_layout
46043
46044 \end_inset
46045
46046 Dandelion
46047 \begin_inset ERT
46048 status collapsed
46049
46050 \begin_layout Plain Layout
46051
46052 }{
46053 \end_layout
46054
46055 \end_inset
46056
46057
46058 \begin_inset Phantom Phantom
46059 status open
46060
46061 \begin_layout Plain Layout
46062 W
46063 \end_layout
46064
46065 \end_inset
46066
46067
46068 \begin_inset ERT
46069 status collapsed
46070
46071 \begin_layout Plain Layout
46072
46073 }
46074 \end_layout
46075
46076 \end_inset
46077
46078  Dandelion
46079 \end_layout
46080
46081 \end_inset
46082 </cell>
46083 <cell alignment="left" valignment="top" usebox="none">
46084 \begin_inset Text
46085
46086 \begin_layout Plain Layout
46087 \begin_inset ERT
46088 status collapsed
46089
46090 \begin_layout Plain Layout
46091
46092
46093 \backslash
46094 fcolorbox{black}{
46095 \end_layout
46096
46097 \end_inset
46098
46099 DarkOrchid
46100 \begin_inset ERT
46101 status collapsed
46102
46103 \begin_layout Plain Layout
46104
46105 }{
46106 \end_layout
46107
46108 \end_inset
46109
46110
46111 \begin_inset Phantom Phantom
46112 status open
46113
46114 \begin_layout Plain Layout
46115 W
46116 \end_layout
46117
46118 \end_inset
46119
46120
46121 \begin_inset ERT
46122 status collapsed
46123
46124 \begin_layout Plain Layout
46125
46126 }
46127 \end_layout
46128
46129 \end_inset
46130
46131  DarkOrchid
46132 \end_layout
46133
46134 \end_inset
46135 </cell>
46136 <cell alignment="left" valignment="top" usebox="none">
46137 \begin_inset Text
46138
46139 \begin_layout Plain Layout
46140 \begin_inset ERT
46141 status collapsed
46142
46143 \begin_layout Plain Layout
46144
46145
46146 \backslash
46147 fcolorbox{black}{
46148 \end_layout
46149
46150 \end_inset
46151
46152 Emerald
46153 \begin_inset ERT
46154 status collapsed
46155
46156 \begin_layout Plain Layout
46157
46158 }{
46159 \end_layout
46160
46161 \end_inset
46162
46163
46164 \begin_inset Phantom Phantom
46165 status open
46166
46167 \begin_layout Plain Layout
46168 W
46169 \end_layout
46170
46171 \end_inset
46172
46173
46174 \begin_inset ERT
46175 status collapsed
46176
46177 \begin_layout Plain Layout
46178
46179 }
46180 \end_layout
46181
46182 \end_inset
46183
46184  Emerald
46185 \end_layout
46186
46187 \end_inset
46188 </cell>
46189 <cell alignment="left" valignment="top" usebox="none">
46190 \begin_inset Text
46191
46192 \begin_layout Plain Layout
46193 \begin_inset ERT
46194 status collapsed
46195
46196 \begin_layout Plain Layout
46197
46198
46199 \backslash
46200 fcolorbox{black}{
46201 \end_layout
46202
46203 \end_inset
46204
46205 ForestGreen
46206 \begin_inset ERT
46207 status collapsed
46208
46209 \begin_layout Plain Layout
46210
46211 }{
46212 \end_layout
46213
46214 \end_inset
46215
46216
46217 \begin_inset Phantom Phantom
46218 status open
46219
46220 \begin_layout Plain Layout
46221 W
46222 \end_layout
46223
46224 \end_inset
46225
46226
46227 \begin_inset ERT
46228 status collapsed
46229
46230 \begin_layout Plain Layout
46231
46232 }
46233 \end_layout
46234
46235 \end_inset
46236
46237  ForestGreen
46238 \end_layout
46239
46240 \end_inset
46241 </cell>
46242 </row>
46243 <row>
46244 <cell alignment="left" valignment="top" usebox="none">
46245 \begin_inset Text
46246
46247 \begin_layout Plain Layout
46248 \begin_inset ERT
46249 status collapsed
46250
46251 \begin_layout Plain Layout
46252
46253
46254 \backslash
46255 fcolorbox{black}{
46256 \end_layout
46257
46258 \end_inset
46259
46260 Fuchsia
46261 \begin_inset ERT
46262 status collapsed
46263
46264 \begin_layout Plain Layout
46265
46266 }{
46267 \end_layout
46268
46269 \end_inset
46270
46271
46272 \begin_inset Phantom Phantom
46273 status open
46274
46275 \begin_layout Plain Layout
46276 W
46277 \end_layout
46278
46279 \end_inset
46280
46281
46282 \begin_inset ERT
46283 status collapsed
46284
46285 \begin_layout Plain Layout
46286
46287 }
46288 \end_layout
46289
46290 \end_inset
46291
46292  Fuchsia
46293 \end_layout
46294
46295 \end_inset
46296 </cell>
46297 <cell alignment="left" valignment="top" usebox="none">
46298 \begin_inset Text
46299
46300 \begin_layout Plain Layout
46301 \begin_inset ERT
46302 status collapsed
46303
46304 \begin_layout Plain Layout
46305
46306
46307 \backslash
46308 fcolorbox{black}{
46309 \end_layout
46310
46311 \end_inset
46312
46313 Goldenrod
46314 \begin_inset ERT
46315 status collapsed
46316
46317 \begin_layout Plain Layout
46318
46319 }{
46320 \end_layout
46321
46322 \end_inset
46323
46324
46325 \begin_inset Phantom Phantom
46326 status open
46327
46328 \begin_layout Plain Layout
46329 W
46330 \end_layout
46331
46332 \end_inset
46333
46334
46335 \begin_inset ERT
46336 status collapsed
46337
46338 \begin_layout Plain Layout
46339
46340 }
46341 \end_layout
46342
46343 \end_inset
46344
46345  Goldenrod
46346 \end_layout
46347
46348 \end_inset
46349 </cell>
46350 <cell alignment="left" valignment="top" usebox="none">
46351 \begin_inset Text
46352
46353 \begin_layout Plain Layout
46354 \begin_inset ERT
46355 status collapsed
46356
46357 \begin_layout Plain Layout
46358
46359
46360 \backslash
46361 fcolorbox{black}{
46362 \end_layout
46363
46364 \end_inset
46365
46366 Gray
46367 \begin_inset ERT
46368 status collapsed
46369
46370 \begin_layout Plain Layout
46371
46372 }{
46373 \end_layout
46374
46375 \end_inset
46376
46377
46378 \begin_inset Phantom Phantom
46379 status open
46380
46381 \begin_layout Plain Layout
46382 W
46383 \end_layout
46384
46385 \end_inset
46386
46387
46388 \begin_inset ERT
46389 status collapsed
46390
46391 \begin_layout Plain Layout
46392
46393 }
46394 \end_layout
46395
46396 \end_inset
46397
46398  Gray
46399 \end_layout
46400
46401 \end_inset
46402 </cell>
46403 <cell alignment="left" valignment="top" usebox="none">
46404 \begin_inset Text
46405
46406 \begin_layout Plain Layout
46407 \begin_inset ERT
46408 status collapsed
46409
46410 \begin_layout Plain Layout
46411
46412
46413 \backslash
46414 fcolorbox{black}{
46415 \end_layout
46416
46417 \end_inset
46418
46419 GreenYellow
46420 \begin_inset ERT
46421 status collapsed
46422
46423 \begin_layout Plain Layout
46424
46425 }{
46426 \end_layout
46427
46428 \end_inset
46429
46430
46431 \begin_inset Phantom Phantom
46432 status open
46433
46434 \begin_layout Plain Layout
46435 W
46436 \end_layout
46437
46438 \end_inset
46439
46440
46441 \begin_inset ERT
46442 status collapsed
46443
46444 \begin_layout Plain Layout
46445
46446 }
46447 \end_layout
46448
46449 \end_inset
46450
46451  GreenYellow
46452 \end_layout
46453
46454 \end_inset
46455 </cell>
46456 </row>
46457 <row>
46458 <cell alignment="center" valignment="top" usebox="none">
46459 \begin_inset Text
46460
46461 \begin_layout Plain Layout
46462 \begin_inset ERT
46463 status collapsed
46464
46465 \begin_layout Plain Layout
46466
46467
46468 \backslash
46469 fcolorbox{black}{
46470 \end_layout
46471
46472 \end_inset
46473
46474 JungleGreen
46475 \begin_inset ERT
46476 status collapsed
46477
46478 \begin_layout Plain Layout
46479
46480 }{
46481 \end_layout
46482
46483 \end_inset
46484
46485
46486 \begin_inset Phantom Phantom
46487 status open
46488
46489 \begin_layout Plain Layout
46490 W
46491 \end_layout
46492
46493 \end_inset
46494
46495
46496 \begin_inset ERT
46497 status collapsed
46498
46499 \begin_layout Plain Layout
46500
46501 }
46502 \end_layout
46503
46504 \end_inset
46505
46506  JungleGreen
46507 \end_layout
46508
46509 \end_inset
46510 </cell>
46511 <cell alignment="center" valignment="top" usebox="none">
46512 \begin_inset Text
46513
46514 \begin_layout Plain Layout
46515 \begin_inset ERT
46516 status collapsed
46517
46518 \begin_layout Plain Layout
46519
46520
46521 \backslash
46522 fcolorbox{black}{
46523 \end_layout
46524
46525 \end_inset
46526
46527 Lavender
46528 \begin_inset ERT
46529 status collapsed
46530
46531 \begin_layout Plain Layout
46532
46533 }{
46534 \end_layout
46535
46536 \end_inset
46537
46538
46539 \begin_inset Phantom Phantom
46540 status open
46541
46542 \begin_layout Plain Layout
46543 W
46544 \end_layout
46545
46546 \end_inset
46547
46548
46549 \begin_inset ERT
46550 status collapsed
46551
46552 \begin_layout Plain Layout
46553
46554 }
46555 \end_layout
46556
46557 \end_inset
46558
46559  Lavender
46560 \end_layout
46561
46562 \end_inset
46563 </cell>
46564 <cell alignment="center" valignment="top" usebox="none">
46565 \begin_inset Text
46566
46567 \begin_layout Plain Layout
46568 \begin_inset ERT
46569 status collapsed
46570
46571 \begin_layout Plain Layout
46572
46573
46574 \backslash
46575 fcolorbox{black}{
46576 \end_layout
46577
46578 \end_inset
46579
46580 LimeGreen
46581 \begin_inset ERT
46582 status collapsed
46583
46584 \begin_layout Plain Layout
46585
46586 }{
46587 \end_layout
46588
46589 \end_inset
46590
46591
46592 \begin_inset Phantom Phantom
46593 status open
46594
46595 \begin_layout Plain Layout
46596 W
46597 \end_layout
46598
46599 \end_inset
46600
46601
46602 \begin_inset ERT
46603 status collapsed
46604
46605 \begin_layout Plain Layout
46606
46607 }
46608 \end_layout
46609
46610 \end_inset
46611
46612  LimeGreen
46613 \end_layout
46614
46615 \end_inset
46616 </cell>
46617 <cell alignment="center" valignment="top" usebox="none">
46618 \begin_inset Text
46619
46620 \begin_layout Plain Layout
46621 \begin_inset ERT
46622 status collapsed
46623
46624 \begin_layout Plain Layout
46625
46626
46627 \backslash
46628 fcolorbox{black}{
46629 \end_layout
46630
46631 \end_inset
46632
46633 Mahogany
46634 \begin_inset ERT
46635 status collapsed
46636
46637 \begin_layout Plain Layout
46638
46639 }{
46640 \end_layout
46641
46642 \end_inset
46643
46644
46645 \begin_inset Phantom Phantom
46646 status open
46647
46648 \begin_layout Plain Layout
46649 W
46650 \end_layout
46651
46652 \end_inset
46653
46654
46655 \begin_inset ERT
46656 status collapsed
46657
46658 \begin_layout Plain Layout
46659
46660 }
46661 \end_layout
46662
46663 \end_inset
46664
46665  Mahogany
46666 \end_layout
46667
46668 \end_inset
46669 </cell>
46670 </row>
46671 <row>
46672 <cell alignment="left" valignment="top" usebox="none">
46673 \begin_inset Text
46674
46675 \begin_layout Plain Layout
46676 \begin_inset ERT
46677 status collapsed
46678
46679 \begin_layout Plain Layout
46680
46681
46682 \backslash
46683 fcolorbox{black}{
46684 \end_layout
46685
46686 \end_inset
46687
46688 Mahogany
46689 \begin_inset ERT
46690 status collapsed
46691
46692 \begin_layout Plain Layout
46693
46694 }{
46695 \end_layout
46696
46697 \end_inset
46698
46699
46700 \begin_inset Phantom Phantom
46701 status open
46702
46703 \begin_layout Plain Layout
46704 W
46705 \end_layout
46706
46707 \end_inset
46708
46709
46710 \begin_inset ERT
46711 status collapsed
46712
46713 \begin_layout Plain Layout
46714
46715 }
46716 \end_layout
46717
46718 \end_inset
46719
46720  Mahogany
46721 \end_layout
46722
46723 \end_inset
46724 </cell>
46725 <cell alignment="left" valignment="top" usebox="none">
46726 \begin_inset Text
46727
46728 \begin_layout Plain Layout
46729 \begin_inset ERT
46730 status collapsed
46731
46732 \begin_layout Plain Layout
46733
46734
46735 \backslash
46736 fcolorbox{black}{
46737 \end_layout
46738
46739 \end_inset
46740
46741 Maroon
46742 \begin_inset ERT
46743 status collapsed
46744
46745 \begin_layout Plain Layout
46746
46747 }{
46748 \end_layout
46749
46750 \end_inset
46751
46752
46753 \begin_inset Phantom Phantom
46754 status open
46755
46756 \begin_layout Plain Layout
46757 W
46758 \end_layout
46759
46760 \end_inset
46761
46762
46763 \begin_inset ERT
46764 status collapsed
46765
46766 \begin_layout Plain Layout
46767
46768 }
46769 \end_layout
46770
46771 \end_inset
46772
46773  Maroon
46774 \end_layout
46775
46776 \end_inset
46777 </cell>
46778 <cell alignment="left" valignment="top" usebox="none">
46779 \begin_inset Text
46780
46781 \begin_layout Plain Layout
46782 \begin_inset ERT
46783 status collapsed
46784
46785 \begin_layout Plain Layout
46786
46787
46788 \backslash
46789 fcolorbox{black}{
46790 \end_layout
46791
46792 \end_inset
46793
46794 Melon
46795 \begin_inset ERT
46796 status collapsed
46797
46798 \begin_layout Plain Layout
46799
46800 }{
46801 \end_layout
46802
46803 \end_inset
46804
46805
46806 \begin_inset Phantom Phantom
46807 status open
46808
46809 \begin_layout Plain Layout
46810 W
46811 \end_layout
46812
46813 \end_inset
46814
46815
46816 \begin_inset ERT
46817 status collapsed
46818
46819 \begin_layout Plain Layout
46820
46821 }
46822 \end_layout
46823
46824 \end_inset
46825
46826  Melon
46827 \end_layout
46828
46829 \end_inset
46830 </cell>
46831 <cell alignment="left" valignment="top" usebox="none">
46832 \begin_inset Text
46833
46834 \begin_layout Plain Layout
46835 \begin_inset ERT
46836 status collapsed
46837
46838 \begin_layout Plain Layout
46839
46840
46841 \backslash
46842 fcolorbox{black}{
46843 \end_layout
46844
46845 \end_inset
46846
46847 MidnightBlue
46848 \begin_inset ERT
46849 status collapsed
46850
46851 \begin_layout Plain Layout
46852
46853 }{
46854 \end_layout
46855
46856 \end_inset
46857
46858
46859 \begin_inset Phantom Phantom
46860 status open
46861
46862 \begin_layout Plain Layout
46863 W
46864 \end_layout
46865
46866 \end_inset
46867
46868
46869 \begin_inset ERT
46870 status collapsed
46871
46872 \begin_layout Plain Layout
46873
46874 }
46875 \end_layout
46876
46877 \end_inset
46878
46879  MidnightBlue
46880 \end_layout
46881
46882 \end_inset
46883 </cell>
46884 </row>
46885 <row>
46886 <cell alignment="left" valignment="top" usebox="none">
46887 \begin_inset Text
46888
46889 \begin_layout Plain Layout
46890 \begin_inset ERT
46891 status collapsed
46892
46893 \begin_layout Plain Layout
46894
46895
46896 \backslash
46897 fcolorbox{black}{
46898 \end_layout
46899
46900 \end_inset
46901
46902 Mulberry
46903 \begin_inset ERT
46904 status collapsed
46905
46906 \begin_layout Plain Layout
46907
46908 }{
46909 \end_layout
46910
46911 \end_inset
46912
46913
46914 \begin_inset Phantom Phantom
46915 status open
46916
46917 \begin_layout Plain Layout
46918 W
46919 \end_layout
46920
46921 \end_inset
46922
46923
46924 \begin_inset ERT
46925 status collapsed
46926
46927 \begin_layout Plain Layout
46928
46929 }
46930 \end_layout
46931
46932 \end_inset
46933
46934  Mulberry
46935 \end_layout
46936
46937 \end_inset
46938 </cell>
46939 <cell alignment="left" valignment="top" usebox="none">
46940 \begin_inset Text
46941
46942 \begin_layout Plain Layout
46943 \begin_inset ERT
46944 status collapsed
46945
46946 \begin_layout Plain Layout
46947
46948
46949 \backslash
46950 fcolorbox{black}{
46951 \end_layout
46952
46953 \end_inset
46954
46955 NavyBlue
46956 \begin_inset ERT
46957 status collapsed
46958
46959 \begin_layout Plain Layout
46960
46961 }{
46962 \end_layout
46963
46964 \end_inset
46965
46966
46967 \begin_inset Phantom Phantom
46968 status open
46969
46970 \begin_layout Plain Layout
46971 W
46972 \end_layout
46973
46974 \end_inset
46975
46976
46977 \begin_inset ERT
46978 status collapsed
46979
46980 \begin_layout Plain Layout
46981
46982 }
46983 \end_layout
46984
46985 \end_inset
46986
46987  NavyBlue
46988 \end_layout
46989
46990 \end_inset
46991 </cell>
46992 <cell alignment="left" valignment="top" usebox="none">
46993 \begin_inset Text
46994
46995 \begin_layout Plain Layout
46996 \begin_inset ERT
46997 status collapsed
46998
46999 \begin_layout Plain Layout
47000
47001
47002 \backslash
47003 fcolorbox{black}{
47004 \end_layout
47005
47006 \end_inset
47007
47008 OliveGreen
47009 \begin_inset ERT
47010 status collapsed
47011
47012 \begin_layout Plain Layout
47013
47014 }{
47015 \end_layout
47016
47017 \end_inset
47018
47019
47020 \begin_inset Phantom Phantom
47021 status open
47022
47023 \begin_layout Plain Layout
47024 W
47025 \end_layout
47026
47027 \end_inset
47028
47029
47030 \begin_inset ERT
47031 status collapsed
47032
47033 \begin_layout Plain Layout
47034
47035 }
47036 \end_layout
47037
47038 \end_inset
47039
47040  OliveGreen
47041 \end_layout
47042
47043 \end_inset
47044 </cell>
47045 <cell alignment="left" valignment="top" usebox="none">
47046 \begin_inset Text
47047
47048 \begin_layout Plain Layout
47049 \begin_inset ERT
47050 status collapsed
47051
47052 \begin_layout Plain Layout
47053
47054
47055 \backslash
47056 fcolorbox{black}{
47057 \end_layout
47058
47059 \end_inset
47060
47061 Orange
47062 \begin_inset ERT
47063 status collapsed
47064
47065 \begin_layout Plain Layout
47066
47067 }{
47068 \end_layout
47069
47070 \end_inset
47071
47072
47073 \begin_inset Phantom Phantom
47074 status open
47075
47076 \begin_layout Plain Layout
47077 W
47078 \end_layout
47079
47080 \end_inset
47081
47082
47083 \begin_inset ERT
47084 status collapsed
47085
47086 \begin_layout Plain Layout
47087
47088 }
47089 \end_layout
47090
47091 \end_inset
47092
47093  Orange
47094 \end_layout
47095
47096 \end_inset
47097 </cell>
47098 </row>
47099 <row>
47100 <cell alignment="left" valignment="top" usebox="none">
47101 \begin_inset Text
47102
47103 \begin_layout Plain Layout
47104 \begin_inset ERT
47105 status collapsed
47106
47107 \begin_layout Plain Layout
47108
47109
47110 \backslash
47111 fcolorbox{black}{
47112 \end_layout
47113
47114 \end_inset
47115
47116 OrangeRed
47117 \begin_inset ERT
47118 status collapsed
47119
47120 \begin_layout Plain Layout
47121
47122 }{
47123 \end_layout
47124
47125 \end_inset
47126
47127
47128 \begin_inset Phantom Phantom
47129 status open
47130
47131 \begin_layout Plain Layout
47132 W
47133 \end_layout
47134
47135 \end_inset
47136
47137
47138 \begin_inset ERT
47139 status collapsed
47140
47141 \begin_layout Plain Layout
47142
47143 }
47144 \end_layout
47145
47146 \end_inset
47147
47148  OrangeRed
47149 \end_layout
47150
47151 \end_inset
47152 </cell>
47153 <cell alignment="left" valignment="top" usebox="none">
47154 \begin_inset Text
47155
47156 \begin_layout Plain Layout
47157 \begin_inset ERT
47158 status collapsed
47159
47160 \begin_layout Plain Layout
47161
47162
47163 \backslash
47164 fcolorbox{black}{
47165 \end_layout
47166
47167 \end_inset
47168
47169 Orchid
47170 \begin_inset ERT
47171 status collapsed
47172
47173 \begin_layout Plain Layout
47174
47175 }{
47176 \end_layout
47177
47178 \end_inset
47179
47180
47181 \begin_inset Phantom Phantom
47182 status open
47183
47184 \begin_layout Plain Layout
47185 W
47186 \end_layout
47187
47188 \end_inset
47189
47190
47191 \begin_inset ERT
47192 status collapsed
47193
47194 \begin_layout Plain Layout
47195
47196 }
47197 \end_layout
47198
47199 \end_inset
47200
47201  Orchid
47202 \end_layout
47203
47204 \end_inset
47205 </cell>
47206 <cell alignment="left" valignment="top" usebox="none">
47207 \begin_inset Text
47208
47209 \begin_layout Plain Layout
47210 \begin_inset ERT
47211 status collapsed
47212
47213 \begin_layout Plain Layout
47214
47215
47216 \backslash
47217 fcolorbox{black}{
47218 \end_layout
47219
47220 \end_inset
47221
47222 Peach
47223 \begin_inset ERT
47224 status collapsed
47225
47226 \begin_layout Plain Layout
47227
47228 }{
47229 \end_layout
47230
47231 \end_inset
47232
47233
47234 \begin_inset Phantom Phantom
47235 status open
47236
47237 \begin_layout Plain Layout
47238 W
47239 \end_layout
47240
47241 \end_inset
47242
47243
47244 \begin_inset ERT
47245 status collapsed
47246
47247 \begin_layout Plain Layout
47248
47249 }
47250 \end_layout
47251
47252 \end_inset
47253
47254  Peach
47255 \end_layout
47256
47257 \end_inset
47258 </cell>
47259 <cell alignment="left" valignment="top" usebox="none">
47260 \begin_inset Text
47261
47262 \begin_layout Plain Layout
47263 \begin_inset ERT
47264 status collapsed
47265
47266 \begin_layout Plain Layout
47267
47268
47269 \backslash
47270 fcolorbox{black}{
47271 \end_layout
47272
47273 \end_inset
47274
47275 Periwinkle
47276 \begin_inset ERT
47277 status collapsed
47278
47279 \begin_layout Plain Layout
47280
47281 }{
47282 \end_layout
47283
47284 \end_inset
47285
47286
47287 \begin_inset Phantom Phantom
47288 status open
47289
47290 \begin_layout Plain Layout
47291 W
47292 \end_layout
47293
47294 \end_inset
47295
47296
47297 \begin_inset ERT
47298 status collapsed
47299
47300 \begin_layout Plain Layout
47301
47302 }
47303 \end_layout
47304
47305 \end_inset
47306
47307  Periwinkle
47308 \end_layout
47309
47310 \end_inset
47311 </cell>
47312 </row>
47313 <row>
47314 <cell alignment="left" valignment="top" usebox="none">
47315 \begin_inset Text
47316
47317 \begin_layout Plain Layout
47318 \begin_inset ERT
47319 status collapsed
47320
47321 \begin_layout Plain Layout
47322
47323
47324 \backslash
47325 fcolorbox{black}{
47326 \end_layout
47327
47328 \end_inset
47329
47330 PineGreen
47331 \begin_inset ERT
47332 status collapsed
47333
47334 \begin_layout Plain Layout
47335
47336 }{
47337 \end_layout
47338
47339 \end_inset
47340
47341
47342 \begin_inset Phantom Phantom
47343 status open
47344
47345 \begin_layout Plain Layout
47346 W
47347 \end_layout
47348
47349 \end_inset
47350
47351
47352 \begin_inset ERT
47353 status collapsed
47354
47355 \begin_layout Plain Layout
47356
47357 }
47358 \end_layout
47359
47360 \end_inset
47361
47362  PineGreen
47363 \end_layout
47364
47365 \end_inset
47366 </cell>
47367 <cell alignment="left" valignment="top" usebox="none">
47368 \begin_inset Text
47369
47370 \begin_layout Plain Layout
47371 \begin_inset ERT
47372 status collapsed
47373
47374 \begin_layout Plain Layout
47375
47376
47377 \backslash
47378 fcolorbox{black}{
47379 \end_layout
47380
47381 \end_inset
47382
47383 Plum
47384 \begin_inset ERT
47385 status collapsed
47386
47387 \begin_layout Plain Layout
47388
47389 }{
47390 \end_layout
47391
47392 \end_inset
47393
47394
47395 \begin_inset Phantom Phantom
47396 status open
47397
47398 \begin_layout Plain Layout
47399 W
47400 \end_layout
47401
47402 \end_inset
47403
47404
47405 \begin_inset ERT
47406 status collapsed
47407
47408 \begin_layout Plain Layout
47409
47410 }
47411 \end_layout
47412
47413 \end_inset
47414
47415  Plum
47416 \end_layout
47417
47418 \end_inset
47419 </cell>
47420 <cell alignment="left" valignment="top" usebox="none">
47421 \begin_inset Text
47422
47423 \begin_layout Plain Layout
47424 \begin_inset ERT
47425 status collapsed
47426
47427 \begin_layout Plain Layout
47428
47429
47430 \backslash
47431 fcolorbox{black}{
47432 \end_layout
47433
47434 \end_inset
47435
47436 ProcessBlue
47437 \begin_inset ERT
47438 status collapsed
47439
47440 \begin_layout Plain Layout
47441
47442 }{
47443 \end_layout
47444
47445 \end_inset
47446
47447
47448 \begin_inset Phantom Phantom
47449 status open
47450
47451 \begin_layout Plain Layout
47452 W
47453 \end_layout
47454
47455 \end_inset
47456
47457
47458 \begin_inset ERT
47459 status collapsed
47460
47461 \begin_layout Plain Layout
47462
47463 }
47464 \end_layout
47465
47466 \end_inset
47467
47468  ProcessBlue
47469 \end_layout
47470
47471 \end_inset
47472 </cell>
47473 <cell alignment="left" valignment="top" usebox="none">
47474 \begin_inset Text
47475
47476 \begin_layout Plain Layout
47477 \begin_inset ERT
47478 status collapsed
47479
47480 \begin_layout Plain Layout
47481
47482
47483 \backslash
47484 fcolorbox{black}{
47485 \end_layout
47486
47487 \end_inset
47488
47489 Purple
47490 \begin_inset ERT
47491 status collapsed
47492
47493 \begin_layout Plain Layout
47494
47495 }{
47496 \end_layout
47497
47498 \end_inset
47499
47500
47501 \begin_inset Phantom Phantom
47502 status open
47503
47504 \begin_layout Plain Layout
47505 W
47506 \end_layout
47507
47508 \end_inset
47509
47510
47511 \begin_inset ERT
47512 status collapsed
47513
47514 \begin_layout Plain Layout
47515
47516 }
47517 \end_layout
47518
47519 \end_inset
47520
47521  Purple
47522 \end_layout
47523
47524 \end_inset
47525 </cell>
47526 </row>
47527 <row>
47528 <cell alignment="left" valignment="top" usebox="none">
47529 \begin_inset Text
47530
47531 \begin_layout Plain Layout
47532 \begin_inset ERT
47533 status collapsed
47534
47535 \begin_layout Plain Layout
47536
47537
47538 \backslash
47539 fcolorbox{black}{
47540 \end_layout
47541
47542 \end_inset
47543
47544 RawSienna
47545 \begin_inset ERT
47546 status collapsed
47547
47548 \begin_layout Plain Layout
47549
47550 }{
47551 \end_layout
47552
47553 \end_inset
47554
47555
47556 \begin_inset Phantom Phantom
47557 status open
47558
47559 \begin_layout Plain Layout
47560 W
47561 \end_layout
47562
47563 \end_inset
47564
47565
47566 \begin_inset ERT
47567 status collapsed
47568
47569 \begin_layout Plain Layout
47570
47571 }
47572 \end_layout
47573
47574 \end_inset
47575
47576  RawSienna
47577 \end_layout
47578
47579 \end_inset
47580 </cell>
47581 <cell alignment="left" valignment="top" usebox="none">
47582 \begin_inset Text
47583
47584 \begin_layout Plain Layout
47585 \begin_inset ERT
47586 status collapsed
47587
47588 \begin_layout Plain Layout
47589
47590
47591 \backslash
47592 fcolorbox{black}{
47593 \end_layout
47594
47595 \end_inset
47596
47597 RedOrange
47598 \begin_inset ERT
47599 status collapsed
47600
47601 \begin_layout Plain Layout
47602
47603 }{
47604 \end_layout
47605
47606 \end_inset
47607
47608
47609 \begin_inset Phantom Phantom
47610 status open
47611
47612 \begin_layout Plain Layout
47613 W
47614 \end_layout
47615
47616 \end_inset
47617
47618
47619 \begin_inset ERT
47620 status collapsed
47621
47622 \begin_layout Plain Layout
47623
47624 }
47625 \end_layout
47626
47627 \end_inset
47628
47629  RedOrange
47630 \end_layout
47631
47632 \end_inset
47633 </cell>
47634 <cell alignment="left" valignment="top" usebox="none">
47635 \begin_inset Text
47636
47637 \begin_layout Plain Layout
47638 \begin_inset ERT
47639 status collapsed
47640
47641 \begin_layout Plain Layout
47642
47643
47644 \backslash
47645 fcolorbox{black}{
47646 \end_layout
47647
47648 \end_inset
47649
47650 RedViolet
47651 \begin_inset ERT
47652 status collapsed
47653
47654 \begin_layout Plain Layout
47655
47656 }{
47657 \end_layout
47658
47659 \end_inset
47660
47661
47662 \begin_inset Phantom Phantom
47663 status open
47664
47665 \begin_layout Plain Layout
47666 W
47667 \end_layout
47668
47669 \end_inset
47670
47671
47672 \begin_inset ERT
47673 status collapsed
47674
47675 \begin_layout Plain Layout
47676
47677 }
47678 \end_layout
47679
47680 \end_inset
47681
47682  RedViolet
47683 \end_layout
47684
47685 \end_inset
47686 </cell>
47687 <cell alignment="left" valignment="top" usebox="none">
47688 \begin_inset Text
47689
47690 \begin_layout Plain Layout
47691 \begin_inset ERT
47692 status collapsed
47693
47694 \begin_layout Plain Layout
47695
47696
47697 \backslash
47698 fcolorbox{black}{
47699 \end_layout
47700
47701 \end_inset
47702
47703 Rhodamine
47704 \begin_inset ERT
47705 status collapsed
47706
47707 \begin_layout Plain Layout
47708
47709 }{
47710 \end_layout
47711
47712 \end_inset
47713
47714
47715 \begin_inset Phantom Phantom
47716 status open
47717
47718 \begin_layout Plain Layout
47719 W
47720 \end_layout
47721
47722 \end_inset
47723
47724
47725 \begin_inset ERT
47726 status collapsed
47727
47728 \begin_layout Plain Layout
47729
47730 }
47731 \end_layout
47732
47733 \end_inset
47734
47735  Rhodamine
47736 \end_layout
47737
47738 \end_inset
47739 </cell>
47740 </row>
47741 <row>
47742 <cell alignment="left" valignment="top" usebox="none">
47743 \begin_inset Text
47744
47745 \begin_layout Plain Layout
47746 \begin_inset ERT
47747 status collapsed
47748
47749 \begin_layout Plain Layout
47750
47751
47752 \backslash
47753 fcolorbox{black}{
47754 \end_layout
47755
47756 \end_inset
47757
47758 RoyalBlue
47759 \begin_inset ERT
47760 status collapsed
47761
47762 \begin_layout Plain Layout
47763
47764 }{
47765 \end_layout
47766
47767 \end_inset
47768
47769
47770 \begin_inset Phantom Phantom
47771 status open
47772
47773 \begin_layout Plain Layout
47774 W
47775 \end_layout
47776
47777 \end_inset
47778
47779
47780 \begin_inset ERT
47781 status collapsed
47782
47783 \begin_layout Plain Layout
47784
47785 }
47786 \end_layout
47787
47788 \end_inset
47789
47790  RoyalBlue
47791 \end_layout
47792
47793 \end_inset
47794 </cell>
47795 <cell alignment="left" valignment="top" usebox="none">
47796 \begin_inset Text
47797
47798 \begin_layout Plain Layout
47799 \begin_inset ERT
47800 status collapsed
47801
47802 \begin_layout Plain Layout
47803
47804
47805 \backslash
47806 fcolorbox{black}{
47807 \end_layout
47808
47809 \end_inset
47810
47811 RoyalPurple
47812 \begin_inset ERT
47813 status collapsed
47814
47815 \begin_layout Plain Layout
47816
47817 }{
47818 \end_layout
47819
47820 \end_inset
47821
47822
47823 \begin_inset Phantom Phantom
47824 status open
47825
47826 \begin_layout Plain Layout
47827 W
47828 \end_layout
47829
47830 \end_inset
47831
47832
47833 \begin_inset ERT
47834 status collapsed
47835
47836 \begin_layout Plain Layout
47837
47838 }
47839 \end_layout
47840
47841 \end_inset
47842
47843  RoyalPurple
47844 \end_layout
47845
47846 \end_inset
47847 </cell>
47848 <cell alignment="left" valignment="top" usebox="none">
47849 \begin_inset Text
47850
47851 \begin_layout Plain Layout
47852 \begin_inset ERT
47853 status collapsed
47854
47855 \begin_layout Plain Layout
47856
47857
47858 \backslash
47859 fcolorbox{black}{
47860 \end_layout
47861
47862 \end_inset
47863
47864 RubineRed
47865 \begin_inset ERT
47866 status collapsed
47867
47868 \begin_layout Plain Layout
47869
47870 }{
47871 \end_layout
47872
47873 \end_inset
47874
47875
47876 \begin_inset Phantom Phantom
47877 status open
47878
47879 \begin_layout Plain Layout
47880 W
47881 \end_layout
47882
47883 \end_inset
47884
47885
47886 \begin_inset ERT
47887 status collapsed
47888
47889 \begin_layout Plain Layout
47890
47891 }
47892 \end_layout
47893
47894 \end_inset
47895
47896  RubineRed
47897 \end_layout
47898
47899 \end_inset
47900 </cell>
47901 <cell alignment="left" valignment="top" usebox="none">
47902 \begin_inset Text
47903
47904 \begin_layout Plain Layout
47905 \begin_inset ERT
47906 status collapsed
47907
47908 \begin_layout Plain Layout
47909
47910
47911 \backslash
47912 fcolorbox{black}{
47913 \end_layout
47914
47915 \end_inset
47916
47917 Salmon
47918 \begin_inset ERT
47919 status collapsed
47920
47921 \begin_layout Plain Layout
47922
47923 }{
47924 \end_layout
47925
47926 \end_inset
47927
47928
47929 \begin_inset Phantom Phantom
47930 status open
47931
47932 \begin_layout Plain Layout
47933 W
47934 \end_layout
47935
47936 \end_inset
47937
47938
47939 \begin_inset ERT
47940 status collapsed
47941
47942 \begin_layout Plain Layout
47943
47944 }
47945 \end_layout
47946
47947 \end_inset
47948
47949  Salmon
47950 \end_layout
47951
47952 \end_inset
47953 </cell>
47954 </row>
47955 <row>
47956 <cell alignment="left" valignment="top" usebox="none">
47957 \begin_inset Text
47958
47959 \begin_layout Plain Layout
47960 \begin_inset ERT
47961 status collapsed
47962
47963 \begin_layout Plain Layout
47964
47965
47966 \backslash
47967 fcolorbox{black}{
47968 \end_layout
47969
47970 \end_inset
47971
47972 SeaGreen
47973 \begin_inset ERT
47974 status collapsed
47975
47976 \begin_layout Plain Layout
47977
47978 }{
47979 \end_layout
47980
47981 \end_inset
47982
47983
47984 \begin_inset Phantom Phantom
47985 status open
47986
47987 \begin_layout Plain Layout
47988 W
47989 \end_layout
47990
47991 \end_inset
47992
47993
47994 \begin_inset ERT
47995 status collapsed
47996
47997 \begin_layout Plain Layout
47998
47999 }
48000 \end_layout
48001
48002 \end_inset
48003
48004  SeaGreen
48005 \end_layout
48006
48007 \end_inset
48008 </cell>
48009 <cell alignment="left" valignment="top" usebox="none">
48010 \begin_inset Text
48011
48012 \begin_layout Plain Layout
48013 \begin_inset ERT
48014 status collapsed
48015
48016 \begin_layout Plain Layout
48017
48018
48019 \backslash
48020 fcolorbox{black}{
48021 \end_layout
48022
48023 \end_inset
48024
48025 Sepia
48026 \begin_inset ERT
48027 status collapsed
48028
48029 \begin_layout Plain Layout
48030
48031 }{
48032 \end_layout
48033
48034 \end_inset
48035
48036
48037 \begin_inset Phantom Phantom
48038 status open
48039
48040 \begin_layout Plain Layout
48041 W
48042 \end_layout
48043
48044 \end_inset
48045
48046
48047 \begin_inset ERT
48048 status collapsed
48049
48050 \begin_layout Plain Layout
48051
48052 }
48053 \end_layout
48054
48055 \end_inset
48056
48057  Sepia
48058 \end_layout
48059
48060 \end_inset
48061 </cell>
48062 <cell alignment="left" valignment="top" usebox="none">
48063 \begin_inset Text
48064
48065 \begin_layout Plain Layout
48066 \begin_inset ERT
48067 status collapsed
48068
48069 \begin_layout Plain Layout
48070
48071
48072 \backslash
48073 fcolorbox{black}{
48074 \end_layout
48075
48076 \end_inset
48077
48078 SkyBlue
48079 \begin_inset ERT
48080 status collapsed
48081
48082 \begin_layout Plain Layout
48083
48084 }{
48085 \end_layout
48086
48087 \end_inset
48088
48089
48090 \begin_inset Phantom Phantom
48091 status open
48092
48093 \begin_layout Plain Layout
48094 W
48095 \end_layout
48096
48097 \end_inset
48098
48099
48100 \begin_inset ERT
48101 status collapsed
48102
48103 \begin_layout Plain Layout
48104
48105 }
48106 \end_layout
48107
48108 \end_inset
48109
48110  SkyBlue
48111 \end_layout
48112
48113 \end_inset
48114 </cell>
48115 <cell alignment="left" valignment="top" usebox="none">
48116 \begin_inset Text
48117
48118 \begin_layout Plain Layout
48119 \begin_inset ERT
48120 status collapsed
48121
48122 \begin_layout Plain Layout
48123
48124
48125 \backslash
48126 fcolorbox{black}{
48127 \end_layout
48128
48129 \end_inset
48130
48131 SpringGreen
48132 \begin_inset ERT
48133 status collapsed
48134
48135 \begin_layout Plain Layout
48136
48137 }{
48138 \end_layout
48139
48140 \end_inset
48141
48142
48143 \begin_inset Phantom Phantom
48144 status open
48145
48146 \begin_layout Plain Layout
48147 W
48148 \end_layout
48149
48150 \end_inset
48151
48152
48153 \begin_inset ERT
48154 status collapsed
48155
48156 \begin_layout Plain Layout
48157
48158 }
48159 \end_layout
48160
48161 \end_inset
48162
48163  SpringGreen
48164 \end_layout
48165
48166 \end_inset
48167 </cell>
48168 </row>
48169 <row>
48170 <cell alignment="left" valignment="top" usebox="none">
48171 \begin_inset Text
48172
48173 \begin_layout Plain Layout
48174 \begin_inset ERT
48175 status collapsed
48176
48177 \begin_layout Plain Layout
48178
48179
48180 \backslash
48181 fcolorbox{black}{
48182 \end_layout
48183
48184 \end_inset
48185
48186 Tan
48187 \begin_inset ERT
48188 status collapsed
48189
48190 \begin_layout Plain Layout
48191
48192 }{
48193 \end_layout
48194
48195 \end_inset
48196
48197
48198 \begin_inset Phantom Phantom
48199 status open
48200
48201 \begin_layout Plain Layout
48202 W
48203 \end_layout
48204
48205 \end_inset
48206
48207
48208 \begin_inset ERT
48209 status collapsed
48210
48211 \begin_layout Plain Layout
48212
48213 }
48214 \end_layout
48215
48216 \end_inset
48217
48218  Tan
48219 \end_layout
48220
48221 \end_inset
48222 </cell>
48223 <cell alignment="left" valignment="top" usebox="none">
48224 \begin_inset Text
48225
48226 \begin_layout Plain Layout
48227 \begin_inset ERT
48228 status collapsed
48229
48230 \begin_layout Plain Layout
48231
48232
48233 \backslash
48234 fcolorbox{black}{
48235 \end_layout
48236
48237 \end_inset
48238
48239 TealBlue
48240 \begin_inset ERT
48241 status collapsed
48242
48243 \begin_layout Plain Layout
48244
48245 }{
48246 \end_layout
48247
48248 \end_inset
48249
48250
48251 \begin_inset Phantom Phantom
48252 status open
48253
48254 \begin_layout Plain Layout
48255 W
48256 \end_layout
48257
48258 \end_inset
48259
48260
48261 \begin_inset ERT
48262 status collapsed
48263
48264 \begin_layout Plain Layout
48265
48266 }
48267 \end_layout
48268
48269 \end_inset
48270
48271  TealBlue
48272 \end_layout
48273
48274 \end_inset
48275 </cell>
48276 <cell alignment="left" valignment="top" usebox="none">
48277 \begin_inset Text
48278
48279 \begin_layout Plain Layout
48280 \begin_inset ERT
48281 status collapsed
48282
48283 \begin_layout Plain Layout
48284
48285
48286 \backslash
48287 fcolorbox{black}{
48288 \end_layout
48289
48290 \end_inset
48291
48292 Thistle
48293 \begin_inset ERT
48294 status collapsed
48295
48296 \begin_layout Plain Layout
48297
48298 }{
48299 \end_layout
48300
48301 \end_inset
48302
48303
48304 \begin_inset Phantom Phantom
48305 status open
48306
48307 \begin_layout Plain Layout
48308 W
48309 \end_layout
48310
48311 \end_inset
48312
48313
48314 \begin_inset ERT
48315 status collapsed
48316
48317 \begin_layout Plain Layout
48318
48319 }
48320 \end_layout
48321
48322 \end_inset
48323
48324  Thistle
48325 \end_layout
48326
48327 \end_inset
48328 </cell>
48329 <cell alignment="left" valignment="top" usebox="none">
48330 \begin_inset Text
48331
48332 \begin_layout Plain Layout
48333 \begin_inset ERT
48334 status collapsed
48335
48336 \begin_layout Plain Layout
48337
48338
48339 \backslash
48340 fcolorbox{black}{
48341 \end_layout
48342
48343 \end_inset
48344
48345 Turquoise
48346 \begin_inset ERT
48347 status collapsed
48348
48349 \begin_layout Plain Layout
48350
48351 }{
48352 \end_layout
48353
48354 \end_inset
48355
48356
48357 \begin_inset Phantom Phantom
48358 status open
48359
48360 \begin_layout Plain Layout
48361 W
48362 \end_layout
48363
48364 \end_inset
48365
48366
48367 \begin_inset ERT
48368 status collapsed
48369
48370 \begin_layout Plain Layout
48371
48372 }
48373 \end_layout
48374
48375 \end_inset
48376
48377  Turquoise
48378 \end_layout
48379
48380 \end_inset
48381 </cell>
48382 </row>
48383 <row>
48384 <cell alignment="left" valignment="top" usebox="none">
48385 \begin_inset Text
48386
48387 \begin_layout Plain Layout
48388 \begin_inset ERT
48389 status collapsed
48390
48391 \begin_layout Plain Layout
48392
48393
48394 \backslash
48395 fcolorbox{black}{
48396 \end_layout
48397
48398 \end_inset
48399
48400 Violet
48401 \begin_inset ERT
48402 status collapsed
48403
48404 \begin_layout Plain Layout
48405
48406 }{
48407 \end_layout
48408
48409 \end_inset
48410
48411
48412 \begin_inset Phantom Phantom
48413 status open
48414
48415 \begin_layout Plain Layout
48416 W
48417 \end_layout
48418
48419 \end_inset
48420
48421
48422 \begin_inset ERT
48423 status collapsed
48424
48425 \begin_layout Plain Layout
48426
48427 }
48428 \end_layout
48429
48430 \end_inset
48431
48432  Violet
48433 \end_layout
48434
48435 \end_inset
48436 </cell>
48437 <cell alignment="left" valignment="top" usebox="none">
48438 \begin_inset Text
48439
48440 \begin_layout Plain Layout
48441 \begin_inset ERT
48442 status collapsed
48443
48444 \begin_layout Plain Layout
48445
48446
48447 \backslash
48448 fcolorbox{black}{
48449 \end_layout
48450
48451 \end_inset
48452
48453 VioletRed
48454 \begin_inset ERT
48455 status collapsed
48456
48457 \begin_layout Plain Layout
48458
48459 }{
48460 \end_layout
48461
48462 \end_inset
48463
48464
48465 \begin_inset Phantom Phantom
48466 status open
48467
48468 \begin_layout Plain Layout
48469 W
48470 \end_layout
48471
48472 \end_inset
48473
48474
48475 \begin_inset ERT
48476 status collapsed
48477
48478 \begin_layout Plain Layout
48479
48480 }
48481 \end_layout
48482
48483 \end_inset
48484
48485  VioletRed
48486 \end_layout
48487
48488 \end_inset
48489 </cell>
48490 <cell alignment="left" valignment="top" usebox="none">
48491 \begin_inset Text
48492
48493 \begin_layout Plain Layout
48494 \begin_inset ERT
48495 status collapsed
48496
48497 \begin_layout Plain Layout
48498
48499
48500 \backslash
48501 fcolorbox{black}{
48502 \end_layout
48503
48504 \end_inset
48505
48506 WildStrawberry
48507 \begin_inset ERT
48508 status collapsed
48509
48510 \begin_layout Plain Layout
48511
48512 }{
48513 \end_layout
48514
48515 \end_inset
48516
48517
48518 \begin_inset Phantom Phantom
48519 status open
48520
48521 \begin_layout Plain Layout
48522 W
48523 \end_layout
48524
48525 \end_inset
48526
48527
48528 \begin_inset ERT
48529 status collapsed
48530
48531 \begin_layout Plain Layout
48532
48533 }
48534 \end_layout
48535
48536 \end_inset
48537
48538  WildStrawberry
48539 \end_layout
48540
48541 \end_inset
48542 </cell>
48543 <cell alignment="left" valignment="top" usebox="none">
48544 \begin_inset Text
48545
48546 \begin_layout Plain Layout
48547 \begin_inset ERT
48548 status collapsed
48549
48550 \begin_layout Plain Layout
48551
48552
48553 \backslash
48554 fcolorbox{black}{
48555 \end_layout
48556
48557 \end_inset
48558
48559 YellowGreen
48560 \begin_inset ERT
48561 status collapsed
48562
48563 \begin_layout Plain Layout
48564
48565 }{
48566 \end_layout
48567
48568 \end_inset
48569
48570
48571 \begin_inset Phantom Phantom
48572 status open
48573
48574 \begin_layout Plain Layout
48575 W
48576 \end_layout
48577
48578 \end_inset
48579
48580
48581 \begin_inset ERT
48582 status collapsed
48583
48584 \begin_layout Plain Layout
48585
48586 }
48587 \end_layout
48588
48589 \end_inset
48590
48591  YellowGreen
48592 \end_layout
48593
48594 \end_inset
48595 </cell>
48596 </row>
48597 <row>
48598 <cell alignment="left" valignment="top" usebox="none">
48599 \begin_inset Text
48600
48601 \begin_layout Plain Layout
48602 \begin_inset ERT
48603 status collapsed
48604
48605 \begin_layout Plain Layout
48606
48607
48608 \backslash
48609 fcolorbox{black}{
48610 \end_layout
48611
48612 \end_inset
48613
48614 YellowOrange
48615 \begin_inset ERT
48616 status collapsed
48617
48618 \begin_layout Plain Layout
48619
48620 }{
48621 \end_layout
48622
48623 \end_inset
48624
48625
48626 \begin_inset Phantom Phantom
48627 status open
48628
48629 \begin_layout Plain Layout
48630 W
48631 \end_layout
48632
48633 \end_inset
48634
48635
48636 \begin_inset ERT
48637 status collapsed
48638
48639 \begin_layout Plain Layout
48640
48641 }
48642 \end_layout
48643
48644 \end_inset
48645
48646  YellowOrange
48647 \end_layout
48648
48649 \end_inset
48650 </cell>
48651 <cell alignment="left" valignment="top" usebox="none">
48652 \begin_inset Text
48653
48654 \begin_layout Plain Layout
48655
48656 \end_layout
48657
48658 \end_inset
48659 </cell>
48660 <cell alignment="left" valignment="top" usebox="none">
48661 \begin_inset Text
48662
48663 \begin_layout Plain Layout
48664
48665 \end_layout
48666
48667 \end_inset
48668 </cell>
48669 <cell alignment="left" valignment="top" usebox="none">
48670 \begin_inset Text
48671
48672 \begin_layout Plain Layout
48673
48674 \end_layout
48675
48676 \end_inset
48677 </cell>
48678 </row>
48679 </lyxtabular>
48680
48681 \end_inset
48682
48683
48684 \end_layout
48685
48686 \begin_layout Chapter
48687 Erklärung der Gleichung
48688 \begin_inset space ~
48689 \end_inset
48690
48691 (
48692 \begin_inset CommandInset ref
48693 LatexCommand ref
48694 reference "eq:Wgn"
48695
48696 \end_inset
48697
48698 )
48699 \begin_inset CommandInset label
48700 LatexCommand label
48701 name "kap:Erläuterung-einer-Gleichung"
48702
48703 \end_inset
48704
48705
48706 \end_layout
48707
48708 \begin_layout Standard
48709 Die Gesamtbreite von
48710 \emph on
48711  n
48712 \emph default
48713  Tabellenzellen 
48714 \begin_inset Formula $W_{\mathrm{tot\,n}}$
48715 \end_inset
48716
48717  kann wie folgt berechnet werden:
48718 \begin_inset Formula 
48719 \begin{equation}
48720 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
48721 \end{equation}
48722
48723 \end_inset
48724
48725
48726 \end_layout
48727
48728 \begin_layout Standard
48729 Dabei ist 
48730 \begin_inset Formula $W_{g\,n}$
48731 \end_inset
48732
48733  die Breite jeder Zelle.
48734
48735 \series bold
48736  
48737 \backslash
48738 tabcolsep
48739 \series default
48740  ist die \SpecialChar LaTeX
48741 -Länge zwischen dem Zellentext und der Zellgrenze mit dem Standardwert
48742  6
48743 \begin_inset space \thinspace{}
48744 \end_inset
48745
48746 pt.
48747  
48748 \series bold
48749
48750 \backslash
48751 arrayrulewidth
48752 \series default
48753  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
48754 \begin_inset space \thinspace{}
48755 \end_inset
48756
48757 pt.
48758 \end_layout
48759
48760 \begin_layout Standard
48761 Nach Gleichung
48762 \begin_inset space ~
48763 \end_inset
48764
48765
48766 \begin_inset CommandInset ref
48767 LatexCommand ref
48768 reference "eq:Wtot_n"
48769
48770 \end_inset
48771
48772  ist die Gesamtbreite einer Mehrfachspalte, 
48773 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
48774 \end_inset
48775
48776 ,
48777 \begin_inset Formula 
48778 \begin{equation}
48779 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
48780 \end{equation}
48781
48782 \end_inset
48783
48784
48785 \end_layout
48786
48787 \begin_layout Standard
48788 Setzt man die Gleichungen
48789 \begin_inset space ~
48790 \end_inset
48791
48792
48793 \begin_inset CommandInset ref
48794 LatexCommand ref
48795 reference "eq:Wtot_n"
48796
48797 \end_inset
48798
48799  und 
48800 \begin_inset CommandInset ref
48801 LatexCommand ref
48802 reference "eq:Wtot_mult"
48803
48804 \end_inset
48805
48806  gleich, kann man die benötigte Breite 
48807 \begin_inset Formula $W_{g\,n}$
48808 \end_inset
48809
48810 , wenn 
48811 \emph on
48812 n
48813 \emph default
48814  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
48815 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
48816 \end_inset
48817
48818  hat, berechnen:
48819 \begin_inset Formula 
48820 \begin{equation}
48821 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
48822 \end{equation}
48823
48824 \end_inset
48825
48826
48827 \end_layout
48828
48829 \begin_layout Bibliography
48830 \begin_inset CommandInset bibitem
48831 LatexCommand bibitem
48832 key "latexcompanion"
48833 literal "true"
48834
48835 \end_inset
48836
48837 Frank Mittelbach and Michel Goossens: 
48838 \emph on
48839 The \SpecialChar LaTeX
48840  Companion Second Edition.
48841
48842 \emph default
48843  Addison-Wesley, 2004
48844 \end_layout
48845
48846 \begin_layout Bibliography
48847 \begin_inset CommandInset bibitem
48848 LatexCommand bibitem
48849 key "latexguide"
48850 literal "true"
48851
48852 \end_inset
48853
48854 Helmut Kopka and Patrick W.
48855  Daly: 
48856 \emph on
48857 A Guide to \SpecialChar LaTeX
48858  Fourth Edition.
48859
48860 \emph default
48861  Addison-Wesley, 2003
48862 \end_layout
48863
48864 \begin_layout Bibliography
48865 \begin_inset CommandInset bibitem
48866 LatexCommand bibitem
48867 key "lamport"
48868 literal "true"
48869
48870 \end_inset
48871
48872 Leslie Lamport: 
48873 \emph on
48874 \SpecialChar LaTeX
48875 : A Document Preparation System.
48876
48877 \emph default
48878  Addison-Wesley, second edition, 1994
48879 \end_layout
48880
48881 \begin_layout Bibliography
48882 \begin_inset CommandInset bibitem
48883 LatexCommand bibitem
48884 key "latex-praxisbuch"
48885 literal "true"
48886
48887 \end_inset
48888
48889 Niedermair, Elke & Michael: 
48890 \emph on
48891 \SpecialChar LaTeX
48892 -Praxisbuch
48893 \emph default
48894 , Franzis-Verlag, 2004
48895 \end_layout
48896
48897 \begin_layout Bibliography
48898 \begin_inset CommandInset bibitem
48899 LatexCommand bibitem
48900 key "arydshln"
48901 literal "true"
48902
48903 \end_inset
48904
48905 Dokumentation des \SpecialChar LaTeX
48906 -Pakets 
48907 \series bold
48908
48909 \begin_inset CommandInset href
48910 LatexCommand href
48911 name "arydshln"
48912 target "https://www.ctan.org/tex-archive/macros/latex/contrib//arydshln/arydshln.pdf"
48913 literal "false"
48914
48915 \end_inset
48916
48917
48918 \series default
48919
48920 \begin_inset Index idx
48921 range none
48922 pageformat default
48923 status collapsed
48924
48925 \begin_layout Plain Layout
48926 \SpecialChar LaTeX
48927 -Pakete
48928 \begin_inset IndexMacro subentry
48929 status open
48930
48931 \begin_layout Plain Layout
48932 arydshln
48933 \end_layout
48934
48935 \end_inset
48936
48937
48938 \end_layout
48939
48940 \end_inset
48941
48942
48943 \end_layout
48944
48945 \begin_layout Bibliography
48946 \begin_inset CommandInset bibitem
48947 LatexCommand bibitem
48948 key "booktabs"
48949 literal "true"
48950
48951 \end_inset
48952
48953 Dokumentation des \SpecialChar LaTeX
48954 -Pakets 
48955 \series bold
48956
48957 \begin_inset CommandInset href
48958 LatexCommand href
48959 name "booktabs"
48960 target "https://www.ctan.org/tex-archive/macros/latex/contrib//booktabs/booktabs.pdf"
48961 literal "false"
48962
48963 \end_inset
48964
48965
48966 \series default
48967
48968 \begin_inset Index idx
48969 range none
48970 pageformat default
48971 status collapsed
48972
48973 \begin_layout Plain Layout
48974 \SpecialChar LaTeX
48975 -Pakete
48976 \begin_inset IndexMacro subentry
48977 status open
48978
48979 \begin_layout Plain Layout
48980 booktabs
48981 \end_layout
48982
48983 \end_inset
48984
48985
48986 \end_layout
48987
48988 \end_inset
48989
48990
48991 \end_layout
48992
48993 \begin_layout Bibliography
48994 \begin_inset CommandInset bibitem
48995 LatexCommand bibitem
48996 key "caption"
48997 literal "true"
48998
48999 \end_inset
49000
49001 Dokumentation des \SpecialChar LaTeX
49002 -Pakets 
49003 \series bold
49004
49005 \begin_inset CommandInset href
49006 LatexCommand href
49007 name "caption"
49008 target "https://www.ctan.org/tex-archive/macros/latex/contrib//caption/caption-deu.pdf"
49009 literal "false"
49010
49011 \end_inset
49012
49013
49014 \series default
49015
49016 \begin_inset Index idx
49017 range none
49018 pageformat default
49019 status collapsed
49020
49021 \begin_layout Plain Layout
49022 \SpecialChar LaTeX
49023 -Pakete
49024 \begin_inset IndexMacro subentry
49025 status open
49026
49027 \begin_layout Plain Layout
49028 caption
49029 \end_layout
49030
49031 \end_inset
49032
49033
49034 \end_layout
49035
49036 \end_inset
49037
49038
49039 \end_layout
49040
49041 \begin_layout Bibliography
49042 \begin_inset CommandInset bibitem
49043 LatexCommand bibitem
49044 key "diagbox"
49045 literal "true"
49046
49047 \end_inset
49048
49049 Dokumentation des \SpecialChar LaTeX
49050 -Pakets 
49051 \series bold
49052
49053 \begin_inset CommandInset href
49054 LatexCommand href
49055 name "diagbox"
49056 target "https://www.ctan.org/tex-archive/macros/latex/contrib//diagbox/diagbox.pdf"
49057 literal "false"
49058
49059 \end_inset
49060
49061
49062 \series default
49063
49064 \begin_inset Index idx
49065 range none
49066 pageformat default
49067 status collapsed
49068
49069 \begin_layout Plain Layout
49070 \SpecialChar LaTeX
49071 -Pakete
49072 \begin_inset IndexMacro subentry
49073 status open
49074
49075 \begin_layout Plain Layout
49076 diagbox
49077 \end_layout
49078
49079 \end_inset
49080
49081
49082 \end_layout
49083
49084 \end_inset
49085
49086
49087 \end_layout
49088
49089 \begin_layout Bibliography
49090 \begin_inset CommandInset bibitem
49091 LatexCommand bibitem
49092 key "endfloat"
49093 literal "true"
49094
49095 \end_inset
49096
49097 Dokumentation des \SpecialChar LaTeX
49098 -Pakets 
49099 \series bold
49100
49101 \begin_inset CommandInset href
49102 LatexCommand href
49103 name "endfloat"
49104 target "https://www.ctan.org/tex-archive/macros/latex/contrib//endfloat/endfloat.pdf"
49105 literal "false"
49106
49107 \end_inset
49108
49109
49110 \series default
49111
49112 \begin_inset Index idx
49113 range none
49114 pageformat default
49115 status collapsed
49116
49117 \begin_layout Plain Layout
49118 \SpecialChar LaTeX
49119 -Pakete
49120 \begin_inset IndexMacro subentry
49121 status open
49122
49123 \begin_layout Plain Layout
49124 endfloat
49125 \end_layout
49126
49127 \end_inset
49128
49129
49130 \end_layout
49131
49132 \end_inset
49133
49134
49135 \end_layout
49136
49137 \begin_layout Bibliography
49138 \begin_inset CommandInset bibitem
49139 LatexCommand bibitem
49140 key "footmisc"
49141 literal "true"
49142
49143 \end_inset
49144
49145 Dokumentation des \SpecialChar LaTeX
49146 -Pakets 
49147 \series bold
49148
49149 \begin_inset CommandInset href
49150 LatexCommand href
49151 name "footmisc"
49152 target "https://www.ctan.org/tex-archive/macros/latex/contrib//footmisc/footmisc.pdf"
49153 literal "false"
49154
49155 \end_inset
49156
49157
49158 \series default
49159
49160 \begin_inset Index idx
49161 range none
49162 pageformat default
49163 status collapsed
49164
49165 \begin_layout Plain Layout
49166 \SpecialChar LaTeX
49167 -Pakete
49168 \begin_inset IndexMacro subentry
49169 status open
49170
49171 \begin_layout Plain Layout
49172 footmisc
49173 \end_layout
49174
49175 \end_inset
49176
49177
49178 \end_layout
49179
49180 \end_inset
49181
49182
49183 \end_layout
49184
49185 \begin_layout Bibliography
49186 \begin_inset CommandInset bibitem
49187 LatexCommand bibitem
49188 key "hypcap"
49189 literal "true"
49190
49191 \end_inset
49192
49193 Dokumentation des \SpecialChar LaTeX
49194 -Pakets 
49195 \series bold
49196
49197 \begin_inset CommandInset href
49198 LatexCommand href
49199 name "hypcap"
49200 target "https://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
49201 literal "false"
49202
49203 \end_inset
49204
49205
49206 \series default
49207
49208 \begin_inset Index idx
49209 range none
49210 pageformat default
49211 status collapsed
49212
49213 \begin_layout Plain Layout
49214 \SpecialChar LaTeX
49215 -Pakete
49216 \begin_inset IndexMacro subentry
49217 status open
49218
49219 \begin_layout Plain Layout
49220 hypcap
49221 \end_layout
49222
49223 \end_inset
49224
49225
49226 \end_layout
49227
49228 \end_inset
49229
49230
49231 \end_layout
49232
49233 \begin_layout Bibliography
49234 \begin_inset CommandInset bibitem
49235 LatexCommand bibitem
49236 key "hyperref"
49237 literal "true"
49238
49239 \end_inset
49240
49241 Dokumentation des \SpecialChar LaTeX
49242 -Pakets 
49243 \series bold
49244
49245 \begin_inset CommandInset href
49246 LatexCommand href
49247 name "hyperref"
49248 target "https://www.ctan.org/tex-archive/macros/latex/contrib//hyperref/hyperref.pdf"
49249 literal "false"
49250
49251 \end_inset
49252
49253
49254 \series default
49255
49256 \begin_inset Index idx
49257 range none
49258 pageformat default
49259 status collapsed
49260
49261 \begin_layout Plain Layout
49262 \SpecialChar LaTeX
49263 -Pakete
49264 \begin_inset IndexMacro subentry
49265 status open
49266
49267 \begin_layout Plain Layout
49268 hyperref
49269 \end_layout
49270
49271 \end_inset
49272
49273
49274 \end_layout
49275
49276 \end_inset
49277
49278
49279 \end_layout
49280
49281 \begin_layout Bibliography
49282 \begin_inset CommandInset bibitem
49283 LatexCommand bibitem
49284 key "KOMA-Script"
49285 literal "true"
49286
49287 \end_inset
49288
49289 Dokumentation des \SpecialChar LaTeX
49290 -Pakets 
49291 \series bold
49292
49293 \begin_inset CommandInset href
49294 LatexCommand href
49295 name "KOMA-Script"
49296 target "https://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/doc/scrguide.pdf"
49297 literal "false"
49298
49299 \end_inset
49300
49301
49302 \series default
49303
49304 \begin_inset Index idx
49305 range none
49306 pageformat default
49307 status collapsed
49308
49309 \begin_layout Plain Layout
49310 \SpecialChar LaTeX
49311 -Pakete
49312 \begin_inset IndexMacro subentry
49313 status open
49314
49315 \begin_layout Plain Layout
49316 KOMA-Script
49317 \end_layout
49318
49319 \end_inset
49320
49321
49322 \end_layout
49323
49324 \end_inset
49325
49326
49327 \end_layout
49328
49329 \begin_layout Bibliography
49330 \begin_inset CommandInset bibitem
49331 LatexCommand bibitem
49332 key "lettrine"
49333 literal "true"
49334
49335 \end_inset
49336
49337 Dokumentation des \SpecialChar LaTeX
49338 -Pakets 
49339 \series bold
49340
49341 \begin_inset CommandInset href
49342 LatexCommand href
49343 name "lettrine"
49344 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/lettrine.pdf"
49345 literal "false"
49346
49347 \end_inset
49348
49349
49350 \series default
49351  und ein 
49352 \begin_inset CommandInset href
49353 LatexCommand href
49354 name "Beispiel"
49355 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/demo-de.pdf"
49356 literal "false"
49357
49358 \end_inset
49359
49360
49361 \begin_inset Index idx
49362 range none
49363 pageformat default
49364 status collapsed
49365
49366 \begin_layout Plain Layout
49367 \SpecialChar LaTeX
49368 -Pakete
49369 \begin_inset IndexMacro subentry
49370 status open
49371
49372 \begin_layout Plain Layout
49373 lettrine
49374 \end_layout
49375
49376 \end_inset
49377
49378
49379 \end_layout
49380
49381 \end_inset
49382
49383
49384 \end_layout
49385
49386 \begin_layout Bibliography
49387 \begin_inset CommandInset bibitem
49388 LatexCommand bibitem
49389 key "listings"
49390 literal "true"
49391
49392 \end_inset
49393
49394 Dokumentation des \SpecialChar LaTeX
49395 -Pakets 
49396 \series bold
49397
49398 \begin_inset CommandInset href
49399 LatexCommand href
49400 name "listings"
49401 target "https://www.ctan.org/tex-archive/macros/latex/contrib//listings/listings.pdf"
49402 literal "false"
49403
49404 \end_inset
49405
49406
49407 \series default
49408
49409 \begin_inset Index idx
49410 range none
49411 pageformat default
49412 status collapsed
49413
49414 \begin_layout Plain Layout
49415 \SpecialChar LaTeX
49416 -Pakete
49417 \begin_inset IndexMacro subentry
49418 status open
49419
49420 \begin_layout Plain Layout
49421 listings
49422 \end_layout
49423
49424 \end_inset
49425
49426
49427 \end_layout
49428
49429 \end_inset
49430
49431
49432 \end_layout
49433
49434 \begin_layout Bibliography
49435 \begin_inset CommandInset bibitem
49436 LatexCommand bibitem
49437 key "minted"
49438 literal "false"
49439
49440 \end_inset
49441
49442 Dokumentation des \SpecialChar LaTeX
49443 -Pakets 
49444 \series bold
49445
49446 \begin_inset CommandInset href
49447 LatexCommand href
49448 name "minted"
49449 target "https://www.ctan.org/tex-archive/macros/latex/contrib//minted/minted.pdf"
49450 literal "false"
49451
49452 \end_inset
49453
49454
49455 \series default
49456
49457 \begin_inset Index idx
49458 range none
49459 pageformat default
49460 status collapsed
49461
49462 \begin_layout Plain Layout
49463 \SpecialChar LaTeX
49464 -Pakete
49465 \begin_inset IndexMacro subentry
49466 status open
49467
49468 \begin_layout Plain Layout
49469 minted
49470 \end_layout
49471
49472 \end_inset
49473
49474
49475 \end_layout
49476
49477 \end_inset
49478
49479
49480 \end_layout
49481
49482 \begin_layout Bibliography
49483 \begin_inset CommandInset bibitem
49484 LatexCommand bibitem
49485 key "marginnote"
49486 literal "true"
49487
49488 \end_inset
49489
49490 Dokumentation des \SpecialChar LaTeX
49491 -Pakets 
49492 \series bold
49493
49494 \begin_inset CommandInset href
49495 LatexCommand href
49496 name "marginnote"
49497 target "https://www.ctan.org/tex-archive/macros/latex/contrib//marginnote/marginnote.pdf"
49498 literal "false"
49499
49500 \end_inset
49501
49502
49503 \series default
49504
49505 \begin_inset Index idx
49506 range none
49507 pageformat default
49508 status collapsed
49509
49510 \begin_layout Plain Layout
49511 \SpecialChar LaTeX
49512 -Pakete
49513 \begin_inset IndexMacro subentry
49514 status open
49515
49516 \begin_layout Plain Layout
49517 marginnote
49518 \end_layout
49519
49520 \end_inset
49521
49522
49523 \end_layout
49524
49525 \end_inset
49526
49527
49528 \end_layout
49529
49530 \begin_layout Bibliography
49531 \begin_inset CommandInset bibitem
49532 LatexCommand bibitem
49533 key "pdfpages"
49534 literal "true"
49535
49536 \end_inset
49537
49538 Dokumentation des \SpecialChar LaTeX
49539 -Pakets 
49540 \series bold
49541
49542 \begin_inset CommandInset href
49543 LatexCommand href
49544 name "pdfpages"
49545 target "https://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
49546 literal "false"
49547
49548 \end_inset
49549
49550
49551 \series default
49552
49553 \begin_inset Index idx
49554 range none
49555 pageformat default
49556 status collapsed
49557
49558 \begin_layout Plain Layout
49559 \SpecialChar LaTeX
49560 -Pakete
49561 \begin_inset IndexMacro subentry
49562 status open
49563
49564 \begin_layout Plain Layout
49565 pdfpages
49566 \end_layout
49567
49568 \end_inset
49569
49570
49571 \end_layout
49572
49573 \end_inset
49574
49575
49576 \end_layout
49577
49578 \begin_layout Bibliography
49579 \begin_inset CommandInset bibitem
49580 LatexCommand bibitem
49581 key "prettyref"
49582 literal "true"
49583
49584 \end_inset
49585
49586 Dokumentation des \SpecialChar LaTeX
49587 -Pakets 
49588 \series bold
49589
49590 \begin_inset CommandInset href
49591 LatexCommand href
49592 name "prettyref"
49593 target "https://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
49594 literal "false"
49595
49596 \end_inset
49597
49598
49599 \series default
49600
49601 \begin_inset Index idx
49602 range none
49603 pageformat default
49604 status collapsed
49605
49606 \begin_layout Plain Layout
49607 \SpecialChar LaTeX
49608 -Pakete
49609 \begin_inset IndexMacro subentry
49610 status open
49611
49612 \begin_layout Plain Layout
49613 prettyref
49614 \end_layout
49615
49616 \end_inset
49617
49618
49619 \end_layout
49620
49621 \end_inset
49622
49623
49624 \end_layout
49625
49626 \begin_layout Bibliography
49627 \begin_inset CommandInset bibitem
49628 LatexCommand bibitem
49629 key "pstricks"
49630 literal "true"
49631
49632 \end_inset
49633
49634 Webseite des \SpecialChar LaTeX
49635 -Pakets 
49636 \series bold
49637
49638 \begin_inset CommandInset href
49639 LatexCommand href
49640 name "PSTricks"
49641 target "http://tug.org/PSTricks/"
49642 literal "false"
49643
49644 \end_inset
49645
49646
49647 \series default
49648
49649 \begin_inset Index idx
49650 range none
49651 pageformat default
49652 status collapsed
49653
49654 \begin_layout Plain Layout
49655 \SpecialChar LaTeX
49656 -Pakete
49657 \begin_inset IndexMacro subentry
49658 status open
49659
49660 \begin_layout Plain Layout
49661 pstricks
49662 \end_layout
49663
49664 \end_inset
49665
49666
49667 \end_layout
49668
49669 \end_inset
49670
49671
49672 \end_layout
49673
49674 \begin_layout Bibliography
49675 \begin_inset CommandInset bibitem
49676 LatexCommand bibitem
49677 key "refstyle"
49678 literal "true"
49679
49680 \end_inset
49681
49682 Dokumentation des \SpecialChar LaTeX
49683 -Pakets 
49684 \series bold
49685
49686 \begin_inset CommandInset href
49687 LatexCommand href
49688 name "refstyle"
49689 target "https://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
49690 literal "false"
49691
49692 \end_inset
49693
49694
49695 \series default
49696
49697 \begin_inset Index idx
49698 range none
49699 pageformat default
49700 status collapsed
49701
49702 \begin_layout Plain Layout
49703 \SpecialChar LaTeX
49704 -Pakete
49705 \begin_inset IndexMacro subentry
49706 status open
49707
49708 \begin_layout Plain Layout
49709 refstyle
49710 \end_layout
49711
49712 \end_inset
49713
49714
49715 \end_layout
49716
49717 \end_inset
49718
49719
49720 \end_layout
49721
49722 \begin_layout Bibliography
49723 \begin_inset CommandInset bibitem
49724 LatexCommand bibitem
49725 key "sidecap"
49726 literal "true"
49727
49728 \end_inset
49729
49730 Dokumentation des \SpecialChar LaTeX
49731 -Pakets 
49732 \series bold
49733
49734 \begin_inset CommandInset href
49735 LatexCommand href
49736 name "sidecap"
49737 target "https://www.ctan.org/tex-archive/macros/latex/contrib//sidecap/sidecap.pdf"
49738 literal "false"
49739
49740 \end_inset
49741
49742
49743 \series default
49744
49745 \begin_inset Index idx
49746 range none
49747 pageformat default
49748 status collapsed
49749
49750 \begin_layout Plain Layout
49751 \SpecialChar LaTeX
49752 -Pakete
49753 \begin_inset IndexMacro subentry
49754 status open
49755
49756 \begin_layout Plain Layout
49757 sidecap
49758 \end_layout
49759
49760 \end_inset
49761
49762
49763 \end_layout
49764
49765 \end_inset
49766
49767
49768 \end_layout
49769
49770 \begin_layout Bibliography
49771 \begin_inset CommandInset bibitem
49772 LatexCommand bibitem
49773 key "Inkscape"
49774 literal "true"
49775
49776 \end_inset
49777
49778 Dokumentation der Option 
49779 \begin_inset CommandInset href
49780 LatexCommand href
49781 name "Text in PDF weglassen"
49782 target "https://www.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
49783 literal "false"
49784
49785 \end_inset
49786
49787  des Programms 
49788 \noun on
49789
49790 \begin_inset CommandInset href
49791 LatexCommand href
49792 name "Inkscape"
49793 target "https://inkscape.org"
49794 literal "false"
49795
49796 \end_inset
49797
49798
49799 \end_layout
49800
49801 \begin_layout Standard
49802 \begin_inset CommandInset index_print
49803 LatexCommand printindex
49804 type "idx"
49805 name "Stichwortverzeichnis"
49806 literal "false"
49807
49808 \end_inset
49809
49810
49811 \end_layout
49812
49813 \end_body
49814 \end_document