]> git.lyx.org Git - wiki-uploads.git/blob - LyX/Manuals/2.4/de/EmbeddedObjects.lyx
Update copies following NeedCProtect documentation
[wiki-uploads.git] / LyX / Manuals / 2.4 / de / EmbeddedObjects.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 620
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,
266  Tabellen,
267  Gleitobjekte,
268  Notizen und Boxen
269 \end_layout
270
271 \begin_layout Author
272 vom \SpecialChar LyX
273 -Team
274 \begin_inset Foot
275 status open
276
277 \begin_layout Plain Layout
278 \noindent
279
280 \size normal
281 Übersetzung und Bearbeitung:
282  Hartmut Haase
283 \size default
284  (
285 \noun on
286 HHa
287 \noun default
288 ,
289  bis März 2010),
290  Uwe Stöhr
291 \begin_inset Newline newline
292 \end_inset
293
294 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen,
295  schreiben Sie bitte an:
296  
297 \begin_inset CommandInset href
298 LatexCommand href
299 name "lyx-docs@lists.lyx.org"
300 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
301 type "mailto:"
302 literal "false"
303
304 \end_inset
305
306
307 \end_layout
308
309 \end_inset
310
311
312 \begin_inset Note Note
313 status collapsed
314
315 \begin_layout Plain Layout
316 Autor:
317  Uwe Stöhr <uwestoehr@web.de>
318 \end_layout
319
320 \end_inset
321
322
323 \begin_inset Newline newline
324 \end_inset
325
326
327 \begin_inset Newline newline
328 \end_inset
329
330
331 \family sans
332 Version 2.3.x
333 \end_layout
334
335 \begin_layout Standard
336 \begin_inset CommandInset toc
337 LatexCommand tableofcontents
338
339 \end_inset
340
341
342 \end_layout
343
344 \begin_layout Standard
345 \begin_inset Note Note
346 status open
347
348 \begin_layout Plain Layout
349 Um alle Teile diese Handbuches als DVI,
350  HTML,
351  PDF,
352  PostScript oder RTF exportieren zu können oder es auszudrucken,
353  benötigen Sie die \SpecialChar LaTeX
354 -Pakte 
355 \series bold
356 arydshln
357 \series default
358 ,
359  
360 \series bold
361 colortbl
362 \series default
363 ,
364  
365 \series bold
366 diagbox,
367  lettrine,
368  marginnote,
369  picinpar
370 \series default
371  und 
372 \series bold
373 sidecap
374 \series default
375 .
376  Wenn sie nicht installiert sind,
377  erfolgt die Ausgabe ohne die Teile,
378  in denen sie benötigt werden.
379 \end_layout
380
381 \begin_layout Plain Layout
382 Wenn es Ihnen trotzdem nicht gelingen sollte,
383  können Sie die neueste PDF-Version hier finden:
384 \begin_inset Newline newline
385 \end_inset
386
387
388 \series bold
389 https://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
390 \end_layout
391
392 \end_inset
393
394
395 \end_layout
396
397 \begin_layout Chapter
398 Abbildungen
399 \begin_inset Index idx
400 range none
401 pageformat default
402 status collapsed
403
404 \begin_layout Plain Layout
405 Abbildungen
406 \end_layout
407
408 \end_inset
409
410
411 \end_layout
412
413 \begin_layout Section
414 Grafik-Dialog
415 \begin_inset Index idx
416 range none
417 pageformat default
418 status collapsed
419
420 \begin_layout Plain Layout
421 Abbildungen
422 \begin_inset IndexMacro subentry
423 status open
424
425 \begin_layout Plain Layout
426 Grafik-Dialog
427 \end_layout
428
429 \end_inset
430
431
432 \end_layout
433
434 \end_inset
435
436
437 \begin_inset CommandInset label
438 LatexCommand label
439 name "abs:Grafik-Dialog"
440
441 \end_inset
442
443
444 \end_layout
445
446 \begin_layout Standard
447 Um eine Abbildung in Ihr Dokument einzufügen,
448  klicken Sie auf das Symbol 
449 \begin_inset Info
450 type  "icon"
451 arg   "dialog-show-new-inset graphics"
452 \end_inset
453
454  in der Werkzeugleiste oder wählen das Menü 
455 \family sans
456 Einfügen\SpecialChar menuseparator
457 Grafik
458 \family default
459 .
460  Ein Dialogfenster erscheint,
461  in dem Sie einen Dateinamen direkt oder über 
462 \family sans
463 Durchsuchen
464 \family default
465  eingeben können.
466  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
467  an der Sie sie eingefügt haben.
468 \end_layout
469
470 \begin_layout Standard
471 Der Grafik-Dialog wird immer dann geöffnet,
472  wenn Sie auf eine Abbildung klicken.
473  Der Dialog hat drei Karteikarten:
474 \end_layout
475
476 \begin_layout Description
477
478 \family sans
479 Grafik
480 \family default
481  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren Version festlegen.
482  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
483 \begin_inset space ~
484 \end_inset
485
486
487 \begin_inset CommandInset ref
488 LatexCommand ref
489 reference "kap:In-LyX-verfügbare"
490 nolink "false"
491
492 \end_inset
493
494  erklärt.
495 \begin_inset Newline newline
496 \end_inset
497
498
499 \begin_inset Index idx
500 range none
501 pageformat default
502 status collapsed
503
504 \begin_layout Plain Layout
505 Abbildungen
506 \begin_inset IndexMacro subentry
507 status open
508
509 \begin_layout Plain Layout
510 rotierte
511 \end_layout
512
513 \end_inset
514
515
516 \end_layout
517
518 \end_inset
519
520 Sie können Abbildungen durch Angabe eines 
521 \family sans
522 Winkel
523 \family default
524
525 \begin_inset space ~
526 \end_inset
527
528
529 \family sans
530 (Grad)
531 \family default
532  und Festlegung eines 
533 \family sans
534 Drehpunktes
535 \family default
536  drehen.
537  Negative Winkel drehen im Uhrzeigersinn.
538  Die Abbildung wird auch in \SpecialChar LyX
539  gedreht.
540 \begin_inset Newline newline
541 \end_inset
542
543
544 \begin_inset Index idx
545 range none
546 pageformat default
547 status collapsed
548
549 \begin_layout Plain Layout
550 Abbildungen
551 \begin_inset IndexMacro subentry
552 status open
553
554 \begin_layout Plain Layout
555 skalierte
556 \end_layout
557
558 \end_inset
559
560
561 \end_layout
562
563 \end_inset
564
565 Abbildungen können in der Größe verändert werden,
566  indem man Prozentwerte oder Höhe und Breite definiert.
567  Wenn man nur einen Wert angibt,
568  wird der andere automatisch berechnet.
569  Wenn Sie beide Werte angeben,
570  wird die Abbildung an die Größe angepasst,
571  wobei sie möglicherweise verzerrt wird.
572  Um das zu vermeiden,
573  sollten Sie 
574 \family sans
575 Seitenverhältnis
576 \begin_inset space ~
577 \end_inset
578
579 beibehalten
580 \family default
581  ankreuzen.
582  Die Abbildung wird dann so angepasst,
583  dass die vorgegebenen Werte für Höhe und Breite nicht überschritten werden.
584 \begin_inset Newline newline
585 \end_inset
586
587 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheinenden Kontext-Menü 
588 \family sans
589 Datei extern bearbeiten
590 \family default
591  auswählen,
592  können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten öffnen.
593  Das Programm kann für jedes Bildformat in den \SpecialChar LyX
594 -Einstellungen unter 
595 \family sans
596 Datei-Handhabung\SpecialChar menuseparator
597 Dateiformate
598 \family default
599  festgelegt werden.
600 \end_layout
601
602 \begin_layout Description
603
604 \family sans
605 Ausschnitt
606 \family default
607  Alternativ zur Verwendung von Skalierungen,
608  kann man hier Koordinaten angeben,
609  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
610  Wenn Sie auf 
611 \family sans
612 Lese
613 \begin_inset space ~
614 \end_inset
615
616 aus
617 \begin_inset space ~
618 \end_inset
619
620 Datei
621 \family default
622  klicken,
623  werden die Koordinaten automatisch berechnet.
624  Die Option 
625 \family sans
626 Auf
627 \begin_inset space ~
628 \end_inset
629
630 Begrenzungsbox
631 \begin_inset space ~
632 \end_inset
633
634 zuschneiden
635 \family default
636  wird nur den Teil der Abbildung drucken,
637  der innerhalb der vorgegebenen Koordinaten liegt.
638  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können diese Karteikarte ignorieren.
639 \end_layout
640
641 \begin_layout Description
642
643 \family sans
644 \SpecialChar LaTeX
645 -
646 \begin_inset space ~
647 \end_inset
648
649 und
650 \begin_inset space ~
651 \end_inset
652
653 \SpecialChar LyX
654 -Optionen
655 \family default
656  Hier können Sie das Aussehen einer Abbildung innerhalb von \SpecialChar LyX
657  ändern und \SpecialChar LaTeX
658 -Experten können weitere \SpecialChar LaTeX
659 -Optionen definieren.
660 \begin_inset Newline newline
661 \end_inset
662
663 Ist die Option 
664 \family sans
665 Entwurfsmodus 
666 \family default
667 angekreuzt,
668  wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen darin gedruckt.
669 \begin_inset Newline newline
670 \end_inset
671
672 Im Abschnitt 
673 \family sans
674 Grafikgruppe
675 \family default
676  kann man eine Einstellungsgruppe definieren oder dem Bild eine solche zuzuordnen.
677 \begin_inset Index idx
678 range none
679 pageformat default
680 status collapsed
681
682 \begin_layout Plain Layout
683 Abbildungen
684 \begin_inset IndexMacro subentry
685 status open
686
687 \begin_layout Plain Layout
688 Einstellungsgruppen
689 \end_layout
690
691 \end_inset
692
693
694 \end_layout
695
696 \end_inset
697
698  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen,
699  so dass alle Bilder der Gruppe geändert werden,
700  wenn die Einstellungen eines Bildes der Gruppe geändert werden.
701  Damit kann man z.B.
702 \begin_inset space ~
703 \end_inset
704
705 die Bildgröße für eine Reihe von Bildern ändern,
706  ohne dies bei jedem einzelnen Bild tun zu müssen.
707  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes geschehen,
708  indem man den Namen der gewünschten Gruppe anklickt.
709 \end_layout
710
711 \begin_layout Standard
712 \begin_inset VSpace bigskip
713 \end_inset
714
715
716 \end_layout
717
718 \begin_layout Standard
719 Hier ist eine zentrierte PDF-Abbildung
720 \begin_inset Foot
721 status collapsed
722
723 \begin_layout Plain Layout
724 Abbildungsformate sind in Abschnitt
725 \begin_inset space ~
726 \end_inset
727
728
729 \begin_inset CommandInset ref
730 LatexCommand ref
731 reference "abs:Bildformate"
732 nolink "false"
733
734 \end_inset
735
736  beschrieben.
737 \end_layout
738
739 \end_inset
740
741  in einem eigenen Absatz:
742 \end_layout
743
744 \begin_layout Standard
745 \align center
746 \begin_inset Graphics
747         filename ../clipart/2D-intensity-plot.pdf
748         scaleBeforeRotation
749         rotateOrigin center
750
751 \end_inset
752
753
754 \end_layout
755
756 \begin_layout Standard
757 \noindent
758 Hier ist dieselbe Abbildung,
759  aber im Entwurfsmodus gedruckt:
760 \end_layout
761
762 \begin_layout Standard
763 \align center
764 \begin_inset Graphics
765         filename ../clipart/2D-intensity-plot.pdf
766         draft
767         scaleBeforeRotation
768         rotateOrigin center
769
770 \end_inset
771
772
773 \end_layout
774
775 \begin_layout Section
776 Gleitende Abbildungen
777 \begin_inset CommandInset label
778 LatexCommand label
779 name "abs:Gleitende-Abbildungen"
780
781 \end_inset
782
783
784 \begin_inset Index idx
785 range none
786 pageformat default
787 status collapsed
788
789 \begin_layout Plain Layout
790 Abbildungen
791 \begin_inset IndexMacro subentry
792 status open
793
794 \begin_layout Plain Layout
795 gleitende
796 \end_layout
797
798 \end_inset
799
800
801 \end_layout
802
803 \end_inset
804
805
806 \begin_inset Index idx
807 range none
808 pageformat default
809 status collapsed
810
811 \begin_layout Plain Layout
812 Gleitobjekte
813 \begin_inset IndexMacro subentry
814 status open
815
816 \begin_layout Plain Layout
817 Abbildungen
818 \end_layout
819
820 \end_inset
821
822
823 \end_layout
824
825 \end_inset
826
827
828 \end_layout
829
830 \begin_layout Standard
831 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
832 \begin_inset space ~
833 \end_inset
834
835
836 \begin_inset CommandInset ref
837 LatexCommand ref
838 reference "abs:Gleitobjekte-Einleitung"
839 nolink "false"
840
841 \end_inset
842
843 .
844 \end_layout
845
846 \begin_layout Standard
847 Wenn Sie auf das Werkzeugleisten-Symbol 
848 \begin_inset Info
849 type  "icon"
850 arg   "float-insert figure"
851 \end_inset
852
853  klicken oder 
854 \family sans
855 Einfügen\SpecialChar menuseparator
856 Gleit\SpecialChar softhyphen
857 objekt\SpecialChar menuseparator
858 Abbildung
859 \family default
860  wählen,
861  erhalten Sie einen leeren roten Rahmen ohne Abbildung.
862  In das rot umrahmte Feld rechts von 
863 \emph on
864 Abbildung
865 \begin_inset space ~
866 \end_inset
867
868 Nr:
869
870 \emph default
871  schreiben Sie die Bildbeschriftung.
872  Nach einem Klick oberhalb oder unterhalb von 
873 \emph on
874 Abbildung
875 \begin_inset space ~
876 \end_inset
877
878 Nr:
879
880 \emph default
881  können Sie dann eine Abbildung wie 
882 \begin_inset CommandInset ref
883 LatexCommand ref
884 reference "fig:Ein-Stern-in"
885 nolink "false"
886
887 \end_inset
888
889  oberhalb oder wie Abbildung
890 \begin_inset space ~
891 \end_inset
892
893
894 \begin_inset CommandInset ref
895 LatexCommand ref
896 reference "fig:Ein-3D-Objekt"
897 nolink "false"
898
899 \end_inset
900
901  unterhalb der Bildbeschriftung einfügen.
902  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
903 \begin_inset space ~
904 \end_inset
905
906
907 \begin_inset CommandInset ref
908 LatexCommand ref
909 reference "abs:Titel-Platzierung"
910 nolink "false"
911
912 \end_inset
913
914 .
915 \end_layout
916
917 \begin_layout Standard
918 \begin_inset Float figure
919 placement document
920 alignment document
921 wide false
922 sideways false
923 status open
924
925 \begin_layout Plain Layout
926 \align center
927 \begin_inset Graphics
928         filename ../clipart/Star-structure.pdf
929         lyxscale 60
930         width 50col%
931         scaleBeforeRotation
932         rotateOrigin center
933
934 \end_inset
935
936
937 \end_layout
938
939 \begin_layout Plain Layout
940 \begin_inset Caption Standard
941
942 \begin_layout Plain Layout
943 \begin_inset CommandInset label
944 LatexCommand label
945 name "fig:Ein-Stern-in"
946
947 \end_inset
948
949 Ein Stern in einem Gleitobjekt.
950 \end_layout
951
952 \end_inset
953
954
955 \end_layout
956
957 \end_inset
958
959
960 \end_layout
961
962 \begin_layout Standard
963 \begin_inset Float figure
964 placement document
965 alignment document
966 wide false
967 sideways false
968 status open
969
970 \begin_layout Plain Layout
971 \begin_inset Caption Standard
972
973 \begin_layout Plain Layout
974 \begin_inset CommandInset label
975 LatexCommand label
976 name "fig:Ein-3D-Objekt"
977
978 \end_inset
979
980 Ein 3D-Objekt.
981 \end_layout
982
983 \end_inset
984
985
986 \end_layout
987
988 \begin_layout Plain Layout
989 \align center
990 \begin_inset Graphics
991         filename ../clipart/3D-structure-distort.pdf
992         lyxscale 60
993         scale 80
994         scaleBeforeRotation
995         rotateOrigin center
996
997 \end_inset
998
999
1000 \end_layout
1001
1002 \end_inset
1003
1004
1005 \end_layout
1006
1007 \begin_layout Standard
1008 \begin_inset Index idx
1009 range none
1010 pageformat default
1011 status collapsed
1012
1013 \begin_layout Plain Layout
1014 Querverweise
1015 \begin_inset IndexMacro subentry
1016 status open
1017
1018 \begin_layout Plain Layout
1019 auf Abbildungen
1020 \end_layout
1021
1022 \end_inset
1023
1024
1025 \end_layout
1026
1027 \end_inset
1028
1029 Abbildung
1030 \begin_inset space ~
1031 \end_inset
1032
1033
1034 \begin_inset CommandInset ref
1035 LatexCommand ref
1036 reference "fig:Ein-Stern-in"
1037 nolink "false"
1038
1039 \end_inset
1040
1041  und 
1042 \begin_inset CommandInset ref
1043 LatexCommand ref
1044 reference "fig:Ein-3D-Objekt"
1045 nolink "false"
1046
1047 \end_inset
1048
1049  sind Beispiele für Abbildungen,
1050  auf die verwiesen werden kann.
1051  Dafür fügen Sie in der Beschriftung mit 
1052 \family sans
1053 Einfügen\SpecialChar menuseparator
1054 Marke
1055 \family default
1056  oder durch Klicken auf 
1057 \begin_inset Info
1058 type  "icon"
1059 arg   "label-insert"
1060 \end_inset
1061
1062  eine Marke ein.
1063  Auf diese können Sie dann wie gewohnt mit 
1064 \family sans
1065 Einfügen\SpecialChar menuseparator
1066 Querverweis
1067 \family default
1068  oder durch Klicken auf 
1069 \family sans
1070
1071 \begin_inset Info
1072 type  "icon"
1073 arg   "dialog-show-new-inset ref"
1074 \end_inset
1075
1076
1077 \family default
1078  verweisen.
1079  Das ist besser als eine vage Formulierung wie 
1080 \begin_inset Quotes gld
1081 \end_inset
1082
1083 die obige Abbildung
1084 \begin_inset Quotes grd
1085 \end_inset
1086
1087  zu benutzen,
1088  weil \SpecialChar LaTeX
1089  die Abbildung dort platzieren wird,
1090  wo es sinnvoll erscheint,
1091  und das muss nicht 
1092 \emph on
1093 oben
1094 \emph default
1095  sein.
1096  Verweise werden detailliert in Abschnitt
1097 \begin_inset space ~
1098 \end_inset
1099
1100
1101 \begin_inset CommandInset ref
1102 LatexCommand ref
1103 reference "abs:Auf-Gleitobjekte-verweisen"
1104 nolink "false"
1105
1106 \end_inset
1107
1108  beschrieben.
1109 \end_layout
1110
1111 \begin_layout Standard
1112 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen,
1113  aber manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1114  Das erreicht man,
1115  indem man weitere Gleitabbildungen in eine bestehende Gleitabbildung einfügt.
1116  Beachten Sie,
1117  dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1118  Abbildung
1119 \begin_inset space ~
1120 \end_inset
1121
1122
1123 \begin_inset CommandInset ref
1124 LatexCommand ref
1125 reference "fig:Zwei-Teilabbildungen"
1126 nolink "false"
1127
1128 \end_inset
1129
1130  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1131  Sie können die Bilder auch untereinander setzen,
1132  indem Sie nach der ersten Gleitabbildung auf Eingabe drücken.
1133  Abbildung
1134 \begin_inset space ~
1135 \end_inset
1136
1137
1138 \begin_inset CommandInset ref
1139 LatexCommand ref
1140 reference "fig:Pinkes-Objekt"
1141 nolink "false"
1142
1143 \end_inset
1144
1145  und 
1146 \begin_inset CommandInset ref
1147 LatexCommand ref
1148 reference "fig:Ein-Stern"
1149 nolink "false"
1150
1151 \end_inset
1152
1153  sind die Teilabbildungen.
1154 \end_layout
1155
1156 \begin_layout Standard
1157 \begin_inset Float figure
1158 placement document
1159 alignment document
1160 wide false
1161 sideways false
1162 status open
1163
1164 \begin_layout Plain Layout
1165 \begin_inset space \hfill{}
1166 \end_inset
1167
1168
1169 \begin_inset Float figure
1170 placement document
1171 alignment document
1172 wide false
1173 sideways false
1174 status collapsed
1175
1176 \begin_layout Plain Layout
1177 \begin_inset Caption Standard
1178
1179 \begin_layout Plain Layout
1180 \begin_inset CommandInset label
1181 LatexCommand label
1182 name "fig:Pinkes-Objekt"
1183
1184 \end_inset
1185
1186 Pinkes Objekt.
1187 \end_layout
1188
1189 \end_inset
1190
1191
1192 \end_layout
1193
1194 \begin_layout Plain Layout
1195 \begin_inset Graphics
1196         filename ../clipart/3D-structure-distort.pdf
1197         width 45col%
1198         scaleBeforeRotation
1199         groupId Teilabbildung
1200
1201 \end_inset
1202
1203
1204 \end_layout
1205
1206 \end_inset
1207
1208
1209 \begin_inset space \hfill{}
1210 \end_inset
1211
1212
1213 \begin_inset Float figure
1214 placement document
1215 alignment document
1216 wide false
1217 sideways false
1218 status collapsed
1219
1220 \begin_layout Plain Layout
1221 \begin_inset Caption Standard
1222
1223 \begin_layout Plain Layout
1224 \begin_inset CommandInset label
1225 LatexCommand label
1226 name "fig:Ein-Stern"
1227
1228 \end_inset
1229
1230 Ein Stern.
1231 \end_layout
1232
1233 \end_inset
1234
1235
1236 \end_layout
1237
1238 \begin_layout Plain Layout
1239 \begin_inset Graphics
1240         filename ../clipart/Star-structure.pdf
1241         width 45col%
1242         scaleBeforeRotation
1243         groupId Teilabbildung
1244
1245 \end_inset
1246
1247
1248 \end_layout
1249
1250 \end_inset
1251
1252
1253 \begin_inset space \hfill{}
1254 \end_inset
1255
1256
1257 \end_layout
1258
1259 \begin_layout Plain Layout
1260 \begin_inset Caption Standard
1261
1262 \begin_layout Plain Layout
1263 \begin_inset CommandInset label
1264 LatexCommand label
1265 name "fig:Zwei-Teilabbildungen"
1266
1267 \end_inset
1268
1269 Zwei Teilabbildungen nebeneinander.
1270  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1271 \begin_inset Quotes gld
1272 \end_inset
1273
1274 Teilabbildung
1275 \begin_inset Quotes grd
1276 \end_inset
1277
1278  an.
1279 \end_layout
1280
1281 \end_inset
1282
1283
1284 \end_layout
1285
1286 \end_inset
1287
1288
1289 \end_layout
1290
1291 \begin_layout Section
1292 Bildformate
1293 \begin_inset CommandInset label
1294 LatexCommand label
1295 name "abs:Bildformate"
1296
1297 \end_inset
1298
1299
1300 \begin_inset Index idx
1301 range none
1302 pageformat default
1303 status collapsed
1304
1305 \begin_layout Plain Layout
1306 Abbildungen
1307 \begin_inset IndexMacro subentry
1308 status open
1309
1310 \begin_layout Plain Layout
1311 Bildformate
1312 \end_layout
1313
1314 \end_inset
1315
1316
1317 \end_layout
1318
1319 \end_inset
1320
1321
1322 \end_layout
1323
1324 \begin_layout Standard
1325 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1326  Aber wie in Anhang
1327 \begin_inset space ~
1328 \end_inset
1329
1330
1331 \begin_inset CommandInset ref
1332 LatexCommand ref
1333 reference "kap:Ausgabedatei-Formate"
1334 nolink "false"
1335
1336 \end_inset
1337
1338  beschrieben,
1339  erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1340  \SpecialChar LyX
1341  benutzt im Hintergrund das Programm
1342 \family typewriter
1343  ImageMagick
1344 \family default
1345 ,
1346  um Bilder ins richtige Ausgabeformat zu konvertieren.
1347  Sie beschleunigen Ihre Arbeit,
1348  wenn Sie solche Konvertierungen im Hintergrund vermeiden.
1349  Dazu sollten Sie nur Bildformate benutzen,
1350  die direkt in die Ausgabe eingefügt werden können.
1351  Diese Formate werden in Anhang
1352 \begin_inset space ~
1353 \end_inset
1354
1355
1356 \begin_inset CommandInset ref
1357 LatexCommand ref
1358 reference "kap:Ausgabedatei-Formate"
1359 nolink "false"
1360
1361 \end_inset
1362
1363  beschrieben.
1364 \end_layout
1365
1366 \begin_layout Standard
1367 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1368 \end_layout
1369
1370 \begin_layout Description
1371 Pixelbilder bestehen aus Pixeln,
1372  meist in komprimierter Form.
1373  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen 
1374 \emph on
1375 pixelig
1376 \emph default
1377  aus.
1378  Bekannte Pixel-Formate sind 
1379 \begin_inset Quotes gld
1380 \end_inset
1381
1382 Graphics Interchange Format
1383 \begin_inset Quotes grd
1384 \end_inset
1385
1386  (GIF,
1387  Dateiendung
1388 \family typewriter
1389  
1390 \family default
1391
1392 \begin_inset Quotes gld
1393 \end_inset
1394
1395
1396 \family typewriter
1397 .gif
1398 \family default
1399
1400 \begin_inset Quotes grd
1401 \end_inset
1402
1403 )
1404 \begin_inset Index idx
1405 range none
1406 pageformat default
1407 status collapsed
1408
1409 \begin_layout Plain Layout
1410 GIF
1411 \end_layout
1412
1413 \end_inset
1414
1415 ,
1416  
1417 \begin_inset Quotes gld
1418 \end_inset
1419
1420 Portable Network Graphics
1421 \begin_inset Quotes grd
1422 \end_inset
1423
1424  (PNG,
1425  Dateiendung 
1426 \begin_inset Quotes gld
1427 \end_inset
1428
1429
1430 \family typewriter
1431 .png
1432 \family default
1433
1434 \begin_inset Quotes grd
1435 \end_inset
1436
1437 )
1438 \begin_inset Index idx
1439 range none
1440 pageformat default
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444 PNG
1445 \end_layout
1446
1447 \end_inset
1448
1449 ,
1450  
1451 \begin_inset Quotes gld
1452 \end_inset
1453
1454 Joint Photographic Experts Group
1455 \begin_inset Quotes grd
1456 \end_inset
1457
1458  (JPEG,
1459  Dateiendung
1460 \family typewriter
1461  
1462 \family default
1463
1464 \begin_inset Quotes gld
1465 \end_inset
1466
1467
1468 \family typewriter
1469 .jpg
1470 \family default
1471
1472 \begin_inset Quotes grd
1473 \end_inset
1474
1475  oder 
1476 \begin_inset Quotes gld
1477 \end_inset
1478
1479
1480 \family typewriter
1481 .jpeg
1482 \family default
1483
1484 \begin_inset Quotes grd
1485 \end_inset
1486
1487 )
1488 \begin_inset Index idx
1489 range none
1490 pageformat default
1491 status collapsed
1492
1493 \begin_layout Plain Layout
1494 JPG,
1495  JPEG
1496 \end_layout
1497
1498 \end_inset
1499
1500  und 
1501 \begin_inset Quotes gld
1502 \end_inset
1503
1504 Windows Bitmap
1505 \begin_inset Quotes grd
1506 \end_inset
1507
1508  (BMP,
1509  Dateiendung 
1510 \begin_inset Quotes gld
1511 \end_inset
1512
1513
1514 \family typewriter
1515 .bmp
1516 \family default
1517
1518 \begin_inset Quotes grd
1519 \end_inset
1520
1521 )
1522 \begin_inset Index idx
1523 range none
1524 pageformat default
1525 status collapsed
1526
1527 \begin_layout Plain Layout
1528 BMP
1529 \end_layout
1530
1531 \end_inset
1532
1533 .
1534 \end_layout
1535
1536 \begin_layout Description
1537 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust auf jede beliebige Größe skaliert werden.
1538  Das ist wichtig bei Präsentationen und Online-Dokumenten,
1539  um in Diagramme zoomen zu können.
1540 \begin_inset Newline newline
1541 \end_inset
1542
1543 Bekannte Formate sind 
1544 \begin_inset Quotes gld
1545 \end_inset
1546
1547 Scalable Vector Graphics
1548 \begin_inset Quotes grd
1549 \end_inset
1550
1551  (SVG,
1552  Dateiendung
1553 \family typewriter
1554  
1555 \family default
1556
1557 \begin_inset Quotes gld
1558 \end_inset
1559
1560
1561 \family typewriter
1562 .svg
1563 \family default
1564
1565 \begin_inset Quotes grd
1566 \end_inset
1567
1568 )
1569 \begin_inset Index idx
1570 range none
1571 pageformat default
1572 status collapsed
1573
1574 \begin_layout Plain Layout
1575 SVG
1576 \end_layout
1577
1578 \end_inset
1579
1580 ,
1581  
1582 \begin_inset Quotes gld
1583 \end_inset
1584
1585 Encapsulated PostScript
1586 \begin_inset Quotes grd
1587 \end_inset
1588
1589  (EPS,
1590  Dateiendung 
1591 \begin_inset Quotes gld
1592 \end_inset
1593
1594
1595 \family typewriter
1596 .eps
1597 \family default
1598
1599 \begin_inset Quotes grd
1600 \end_inset
1601
1602 )
1603 \begin_inset Index idx
1604 range none
1605 pageformat default
1606 status collapsed
1607
1608 \begin_layout Plain Layout
1609 EPS
1610 \end_layout
1611
1612 \end_inset
1613
1614 ,
1615  
1616 \begin_inset Quotes gld
1617 \end_inset
1618
1619 Portable Document Format
1620 \begin_inset Quotes grd
1621 \end_inset
1622
1623  (PDF,
1624  Dateiendung
1625 \family typewriter
1626  
1627 \family default
1628
1629 \begin_inset Quotes gld
1630 \end_inset
1631
1632
1633 \family typewriter
1634 .pdf
1635 \family default
1636
1637 \begin_inset Quotes grd
1638 \end_inset
1639
1640 )
1641 \begin_inset Index idx
1642 range none
1643 pageformat default
1644 status collapsed
1645
1646 \begin_layout Plain Layout
1647 PDF
1648 \end_layout
1649
1650 \end_inset
1651
1652  und 
1653 \begin_inset Quotes gld
1654 \end_inset
1655
1656 Windows Metafile
1657 \begin_inset Quotes grd
1658 \end_inset
1659
1660  (WMF,
1661  Dateiendung 
1662 \begin_inset Quotes gld
1663 \end_inset
1664
1665
1666 \family typewriter
1667 .wmf
1668 \family default
1669
1670 \begin_inset Quotes grd
1671 \end_inset
1672
1673 )
1674 \begin_inset Index idx
1675 range none
1676 pageformat default
1677 status collapsed
1678
1679 \begin_layout Plain Layout
1680 WMF
1681 \end_layout
1682
1683 \end_inset
1684
1685 .
1686 \end_layout
1687
1688 \begin_layout Standard
1689 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden,
1690  und das Ergebnis ist immer noch ein Pixelbild.
1691  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild hinzugefügt.
1692 \begin_inset Foot
1693 status collapsed
1694
1695 \begin_layout Plain Layout
1696 Bei PDF wird das Originalbild auch noch komprimiert.
1697 \end_layout
1698
1699 \end_inset
1700
1701  Die PDF-Dateien,
1702  die 
1703 \family typewriter
1704 Adobe Photoshop
1705 \family default
1706  erzeugt,
1707  sind zum Beispiel Pixelbilder.
1708 \end_layout
1709
1710 \begin_layout Standard
1711 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder umgekehrt.
1712  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien eingefügt werden.
1713  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet,
1714  wenn die Ausgabedatei erzeugt wird,
1715  weil es zur Zeit keine WMF/SVG
1716 \begin_inset Formula $\to$
1717 \end_inset
1718
1719 PDF/EPS Konverter gibt.
1720 \end_layout
1721
1722 \begin_layout Chapter
1723 Tabellen
1724 \begin_inset Index idx
1725 range none
1726 pageformat default
1727 status collapsed
1728
1729 \begin_layout Plain Layout
1730 Tabellen
1731 \end_layout
1732
1733 \end_inset
1734
1735
1736 \end_layout
1737
1738 \begin_layout Section
1739 Einführung
1740 \begin_inset Index idx
1741 range none
1742 pageformat default
1743 status collapsed
1744
1745 \begin_layout Plain Layout
1746 Tabellen
1747 \begin_inset IndexMacro subentry
1748 status open
1749
1750 \begin_layout Plain Layout
1751 Einführung
1752 \end_layout
1753
1754 \end_inset
1755
1756
1757 \end_layout
1758
1759 \end_inset
1760
1761
1762 \end_layout
1763
1764 \begin_layout Standard
1765 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1766 \begin_inset Info
1767 type  "icon"
1768 arg   "tabular-insert"
1769 \end_inset
1770
1771  oder das Menü 
1772 \family sans
1773 Einfügen\SpecialChar menuseparator
1774 Tabelle
1775 \family default
1776  einfügen.
1777  Wenn Sie auf den Werkzeugleistenknopf klicken,
1778  sehen Sie eine 5×5
1779 \begin_inset space \thinspace{}
1780 \end_inset
1781
1782 -Tabelle.
1783  Wenn Sie mit dem Mauszeiger darüberfahren,
1784  werden die Felder dunkelblau und die Größe der dunkelblauen Tabelle angezeigt.
1785  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition ein.
1786  Wenn Sie das Menü benutzen,
1787  erscheint ein Fenster,
1788  in dem Sie Zeilen- und Spaltenanzahl festlegen können und einen Tabellenstils (der die Rahmengestaltung betrifft) auswählen können.
1789 \end_layout
1790
1791 \begin_layout Standard
1792 In der so erstellten Tabelle ist standardmäßig jede Zelle umrandet.
1793  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1794  Das wird dadurch erreicht,
1795  dass die erste Zeile eine Linie unterhalb und die zweite Zeile eine Linie oberhalb haben.
1796  Hier ist ein Beispiel:
1797 \end_layout
1798
1799 \begin_layout Standard
1800 \align center
1801 \begin_inset Tabular
1802 <lyxtabular version="3" rows="5" columns="4">
1803 <features tabularvalignment="middle">
1804 <column alignment="center" valignment="top">
1805 <column alignment="center" valignment="top">
1806 <column alignment="center" valignment="top">
1807 <column alignment="center" valignment="top">
1808 <row>
1809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1810 \begin_inset Text
1811
1812 \begin_layout Plain Layout
1813
1814 \end_layout
1815
1816 \end_inset
1817 </cell>
1818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822
1823 \family roman
1824 \series medium
1825 \shape up
1826 \size normal
1827 \emph off
1828 \bar no
1829 \noun off
1830 \color none
1831 1
1832 \end_layout
1833
1834 \end_inset
1835 </cell>
1836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1837 \begin_inset Text
1838
1839 \begin_layout Plain Layout
1840 2
1841 \end_layout
1842
1843 \end_inset
1844 </cell>
1845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849 3
1850 \end_layout
1851
1852 \end_inset
1853 </cell>
1854 </row>
1855 <row>
1856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1857 \begin_inset Text
1858
1859 \begin_layout Plain Layout
1860
1861 \family roman
1862 \series medium
1863 \shape up
1864 \size normal
1865 \emph off
1866 \bar no
1867 \noun off
1868 \color none
1869 A
1870 \end_layout
1871
1872 \end_inset
1873 </cell>
1874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1875 \begin_inset Text
1876
1877 \begin_layout Plain Layout
1878
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1884 \begin_inset Text
1885
1886 \begin_layout Plain Layout
1887
1888 \end_layout
1889
1890 \end_inset
1891 </cell>
1892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1893 \begin_inset Text
1894
1895 \begin_layout Plain Layout
1896
1897 \end_layout
1898
1899 \end_inset
1900 </cell>
1901 </row>
1902 <row>
1903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1904 \begin_inset Text
1905
1906 \begin_layout Plain Layout
1907
1908 \family roman
1909 \series medium
1910 \shape up
1911 \size normal
1912 \emph off
1913 \bar no
1914 \noun off
1915 \color none
1916 B
1917 \end_layout
1918
1919 \end_inset
1920 </cell>
1921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1922 \begin_inset Text
1923
1924 \begin_layout Plain Layout
1925
1926 \end_layout
1927
1928 \end_inset
1929 </cell>
1930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1931 \begin_inset Text
1932
1933 \begin_layout Plain Layout
1934
1935 \end_layout
1936
1937 \end_inset
1938 </cell>
1939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1940 \begin_inset Text
1941
1942 \begin_layout Plain Layout
1943
1944 \end_layout
1945
1946 \end_inset
1947 </cell>
1948 </row>
1949 <row>
1950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1951 \begin_inset Text
1952
1953 \begin_layout Plain Layout
1954
1955 \family roman
1956 \series medium
1957 \shape up
1958 \size normal
1959 \emph off
1960 \bar no
1961 \noun off
1962 \color none
1963 C
1964 \end_layout
1965
1966 \end_inset
1967 </cell>
1968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1969 \begin_inset Text
1970
1971 \begin_layout Plain Layout
1972
1973 \end_layout
1974
1975 \end_inset
1976 </cell>
1977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1978 \begin_inset Text
1979
1980 \begin_layout Plain Layout
1981
1982 \end_layout
1983
1984 \end_inset
1985 </cell>
1986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1987 \begin_inset Text
1988
1989 \begin_layout Plain Layout
1990
1991 \end_layout
1992
1993 \end_inset
1994 </cell>
1995 </row>
1996 <row>
1997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1998 \begin_inset Text
1999
2000 \begin_layout Plain Layout
2001 D
2002 \end_layout
2003
2004 \end_inset
2005 </cell>
2006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2007 \begin_inset Text
2008
2009 \begin_layout Plain Layout
2010
2011 \end_layout
2012
2013 \end_inset
2014 </cell>
2015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2016 \begin_inset Text
2017
2018 \begin_layout Plain Layout
2019
2020 \end_layout
2021
2022 \end_inset
2023 </cell>
2024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2025 \begin_inset Text
2026
2027 \begin_layout Plain Layout
2028
2029 \end_layout
2030
2031 \end_inset
2032 </cell>
2033 </row>
2034 </lyxtabular>
2035
2036 \end_inset
2037
2038
2039 \end_layout
2040
2041 \begin_layout Standard
2042 Das entspricht dem Stil 
2043 \begin_inset Quotes gld
2044 \end_inset
2045
2046 Gitter mit abgesetztem Kopf
2047 \begin_inset Quotes grd
2048 \end_inset
2049
2050  in der Stilauswahl.
2051 \end_layout
2052
2053 \begin_layout Standard
2054 Andere auswählbare Stile sind:
2055 \end_layout
2056
2057 \begin_layout Itemize
2058 Ein 
2059 \begin_inset Quotes gld
2060 \end_inset
2061
2062 einfaches Gitter
2063 \begin_inset Quotes grd
2064 \end_inset
2065
2066 ,
2067  das so aussieht wie die Tabelle oben,
2068  aber ohne durch Doppellinien abgesetzten Tabellenkopf,
2069 \end_layout
2070
2071 \begin_layout Itemize
2072 eine rahmenlose Tabelle (ohne jegliche Linien)
2073 \end_layout
2074
2075 \begin_layout Itemize
2076 und eine so genannte 
2077 \begin_inset Quotes gld
2078 \end_inset
2079
2080 formale Tabelle
2081 \begin_inset Quotes grd
2082 \end_inset
2083
2084 ,
2085  wie sie häufig im professionellem Textsatz verwendet wird (nur mit horizontalen Linien und fetten Linien am Kopf und Fuß der Tabelle;
2086  das Handbuch 
2087 \emph on
2088 Eingebettete Objekte
2089 \emph default
2090  hat dazu einen eigenen Abschnitt).
2091 \end_layout
2092
2093 \begin_layout Standard
2094 Der Standardstil,
2095  der in diesem Dialog und auch vom Werkzeugleistenknopf verwendet wird,
2096  kann in 
2097 \family sans
2098 Dokument\SpecialChar menuseparator
2099 Einstellungen\SpecialChar menuseparator
2100 Seitenlayout
2101 \family default
2102  geändert werden.
2103  Wenn der Standardstil oben nicht Ihren Bedürfnissen entspricht,
2104  sollten Sie das tun.
2105 \end_layout
2106
2107 \begin_layout Section
2108 Tabellen-Dialog
2109 \begin_inset Index idx
2110 range none
2111 pageformat default
2112 status collapsed
2113
2114 \begin_layout Plain Layout
2115 Tabellen
2116 \begin_inset IndexMacro subentry
2117 status open
2118
2119 \begin_layout Plain Layout
2120 Einstellungen
2121 \end_layout
2122
2123 \end_inset
2124
2125
2126 \end_layout
2127
2128 \end_inset
2129
2130
2131 \end_layout
2132
2133 \begin_layout Standard
2134 Sie können das Aussehen einer Tabelle ändern,
2135  indem Sie mit der rechten Maustaste darauf klicken.
2136  Dadurch wird ein Kontextmenü angezeigt,
2137  in dem Sie im Eintrag 
2138 \family sans
2139 Mehr
2140 \family default
2141  Eigenschaften der Zelle und Zeile/Spalte,
2142  in der der Mauszeiger gerade ist,
2143  geändert werden können.
2144  Das Kontextmenü 
2145 \family sans
2146 Mehr\SpecialChar menuseparator
2147 Einstellungen
2148 \family default
2149  öffnet den Tabellen-Dialog wo weitere Einstellungen vorgenommen werden können.
2150  Viele der Optionen im Dialog sind auch für eine Zellenauswahl wirksam.
2151  Das bedeutet,
2152  wenn Sie mehrere Zellen,
2153  Zeilen oder Spalten markiert haben – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte Auswahl.
2154  Beachten Sie,
2155  dass ein Unterschied besteht,
2156  ob Sie den 
2157 \emph on
2158 Inhalt
2159 \emph default
2160  einer Zelle oder die Zelle selber ausgewählt haben.
2161 \begin_inset Newline newline
2162 \end_inset
2163
2164 Mit der Dialog-Option 
2165 \family sans
2166 Direkt
2167 \begin_inset space ~
2168 \end_inset
2169
2170 übernehmen
2171 \family default
2172  wird jede Änderung,
2173  die Sie machen,
2174  direkt übernommen.
2175  Wenn Sie den Cursor in eine andere Tabellenzelle setzen,
2176  zeigt der Dialog dann auch die Parameter der neuen Zelle an.
2177  Wenn Sie Längenwerte im Dialog ändern,
2178  müssen Sie 
2179 \family sans
2180 Enter
2181 \family default
2182  drücken,
2183  um die Änderung zu übernehmen.
2184 \begin_inset Newline newline
2185 \end_inset
2186
2187 Der Tabellen-Dialog hat folgende Karteikarten:
2188 \end_layout
2189
2190 \begin_layout Description
2191 Tabellen-Einstellungen Hier können Sie die Horizontale
2192 \begin_inset space ~
2193 \end_inset
2194
2195 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
2196  Die Ausrichtung 
2197 \family sans
2198 Am
2199 \begin_inset space ~
2200 \end_inset
2201
2202 Dezimaltrenner
2203 \family default
2204  ist in Abschnitt
2205 \begin_inset space ~
2206 \end_inset
2207
2208
2209 \begin_inset CommandInset ref
2210 LatexCommand ref
2211 reference "uab:Besondere-Zellenausrichtung"
2212 nolink "false"
2213
2214 \end_inset
2215
2216  beschrieben.
2217  Wenn Sie eine Spaltenbreite festgelegt haben,
2218  können Sie auch eine Vertikale
2219 \begin_inset space ~
2220 \end_inset
2221
2222 Ausrichtung der momentanen Zeile wählen.
2223  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere Absätze haben,
2224  wie in Abschnitt
2225 \begin_inset space ~
2226 \end_inset
2227
2228
2229 \begin_inset CommandInset ref
2230 LatexCommand ref
2231 reference "uab:Mehrere-Zeilen-in"
2232 nolink "false"
2233
2234 \end_inset
2235
2236  beschrieben.
2237  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
2238 \begin_inset Newline newline
2239 \end_inset
2240
2241 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl als Mehrfachspalte oder Mehrfachzeile definieren,
2242  wie in Abschnitt
2243 \begin_inset space ~
2244 \end_inset
2245
2246
2247 \begin_inset CommandInset ref
2248 LatexCommand ref
2249 reference "uab:Mehrfachspalten"
2250 nolink "false"
2251
2252 \end_inset
2253
2254  und 
2255 \begin_inset CommandInset ref
2256 LatexCommand ref
2257 reference "uab:Mehrfachzeilen"
2258 nolink "false"
2259
2260 \end_inset
2261
2262  beschrieben.
2263 \begin_inset Newline newline
2264 \end_inset
2265
2266 Weiterhin können Sie eine Zelle,
2267  eine Auswahl oder die gesamte Tabelle gegen den Uhrzeigersinn um 90° drehen.
2268  \SpecialChar LyX
2269  zeigt diese Drehung nur in der Ausgabe.
2270  Für weitere Informationen siehe Abschnitt
2271 \begin_inset space ~
2272 \end_inset
2273
2274
2275 \begin_inset CommandInset ref
2276 LatexCommand ref
2277 reference "abs:Rotierte-Tabellenzellen"
2278 nolink "false"
2279
2280 \end_inset
2281
2282 .
2283 \begin_inset Newline newline
2284 \end_inset
2285
2286
2287 \begin_inset Note Greyedout
2288 status open
2289
2290 \begin_layout Plain Layout
2291
2292 \series bold
2293 Achtung:
2294
2295 \series default
2296  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2297 \end_layout
2298
2299 \end_inset
2300
2301
2302 \begin_inset Newline newline
2303 \end_inset
2304
2305 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von Textzeilen verwendet:
2306 \begin_inset Newline newline
2307 \end_inset
2308
2309 Zeile mit Tabellen mit verschiedenen Ausrichtungen:
2310  
2311 \begin_inset Tabular
2312 <lyxtabular version="3" rows="2" columns="2">
2313 <features tabularvalignment="top">
2314 <column alignment="center" valignment="top" width="0pt">
2315 <column alignment="center" valignment="top">
2316 <row>
2317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2318 \begin_inset Text
2319
2320 \begin_layout Plain Layout
2321
2322 \end_layout
2323
2324 \end_inset
2325 </cell>
2326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2327 \begin_inset Text
2328
2329 \begin_layout Plain Layout
2330 1
2331 \end_layout
2332
2333 \end_inset
2334 </cell>
2335 </row>
2336 <row>
2337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2338 \begin_inset Text
2339
2340 \begin_layout Plain Layout
2341 A
2342 \end_layout
2343
2344 \end_inset
2345 </cell>
2346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2347 \begin_inset Text
2348
2349 \begin_layout Plain Layout
2350
2351 \end_layout
2352
2353 \end_inset
2354 </cell>
2355 </row>
2356 </lyxtabular>
2357
2358 \end_inset
2359
2360  
2361 \begin_inset Tabular
2362 <lyxtabular version="3" rows="2" columns="2">
2363 <features tabularvalignment="middle">
2364 <column alignment="center" valignment="top">
2365 <column alignment="center" valignment="top">
2366 <row>
2367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2368 \begin_inset Text
2369
2370 \begin_layout Plain Layout
2371
2372 \end_layout
2373
2374 \end_inset
2375 </cell>
2376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2377 \begin_inset Text
2378
2379 \begin_layout Plain Layout
2380 1
2381 \end_layout
2382
2383 \end_inset
2384 </cell>
2385 </row>
2386 <row>
2387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2388 \begin_inset Text
2389
2390 \begin_layout Plain Layout
2391 A
2392 \end_layout
2393
2394 \end_inset
2395 </cell>
2396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2397 \begin_inset Text
2398
2399 \begin_layout Plain Layout
2400
2401 \end_layout
2402
2403 \end_inset
2404 </cell>
2405 </row>
2406 </lyxtabular>
2407
2408 \end_inset
2409
2410  
2411 \begin_inset Tabular
2412 <lyxtabular version="3" rows="2" columns="2">
2413 <features tabularvalignment="bottom">
2414 <column alignment="center" valignment="top" width="0pt">
2415 <column alignment="center" valignment="top">
2416 <row>
2417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2418 \begin_inset Text
2419
2420 \begin_layout Plain Layout
2421
2422 \end_layout
2423
2424 \end_inset
2425 </cell>
2426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2427 \begin_inset Text
2428
2429 \begin_layout Plain Layout
2430 1
2431 \end_layout
2432
2433 \end_inset
2434 </cell>
2435 </row>
2436 <row>
2437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2438 \begin_inset Text
2439
2440 \begin_layout Plain Layout
2441 A
2442 \end_layout
2443
2444 \end_inset
2445 </cell>
2446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2447 \begin_inset Text
2448
2449 \begin_layout Plain Layout
2450
2451 \end_layout
2452
2453 \end_inset
2454 </cell>
2455 </row>
2456 </lyxtabular>
2457
2458 \end_inset
2459
2460
2461 \begin_inset Newline newline
2462 \end_inset
2463
2464 Man kann auch ein \SpecialChar LaTeX
2465 -Argument für besondere Tabellen-Formatierun\SpecialChar softhyphen
2466 gen einfügen,
2467  wie in den Abschnitten 
2468 \begin_inset CommandInset ref
2469 LatexCommand ref
2470 reference "uab:Mehrfachspalten-Berechnungen"
2471 nolink "false"
2472
2473 \end_inset
2474
2475  und 
2476 \begin_inset CommandInset ref
2477 LatexCommand ref
2478 reference "abs:Farbige-Tabellen"
2479 nolink "false"
2480
2481 \end_inset
2482
2483  beschrieben.
2484 \end_layout
2485
2486 \begin_layout Description
2487 Rahmen Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n) hinzufügen und löschen.
2488 \begin_inset Newline newline
2489 \end_inset
2490
2491 Wenn Sie die Stil-Option
2492 \family sans
2493  Formal
2494 \family default
2495  benutzen,
2496  wird die Tabelle in eine formale Tabelle,
2497  wie in Abschnitt
2498 \begin_inset space ~
2499 \end_inset
2500
2501
2502 \begin_inset CommandInset ref
2503 LatexCommand ref
2504 reference "abs:Formale-Tabellen"
2505 nolink "false"
2506
2507 \end_inset
2508
2509  beschrieben,
2510  konvertiert.
2511 \begin_inset Newline newline
2512 \end_inset
2513
2514 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen,
2515  wie in Abschnitt
2516 \begin_inset space ~
2517 \end_inset
2518
2519
2520 \begin_inset CommandInset ref
2521 LatexCommand ref
2522 reference "uab:Zeilenabstand"
2523 nolink "false"
2524
2525 \end_inset
2526
2527  beschrieben.
2528 \end_layout
2529
2530 \begin_layout Description
2531 Mehrseitige
2532 \begin_inset space ~
2533 \end_inset
2534
2535 Tabelle Hier kann eine Tabelle definiert werden,
2536  die über mehrere Seiten reicht.
2537  Die Abschnitte
2538 \begin_inset space ~
2539 \end_inset
2540
2541
2542 \begin_inset CommandInset ref
2543 LatexCommand ref
2544 reference "abs:Mehrseitige-Tabellen"
2545 nolink "false"
2546
2547 \end_inset
2548
2549  und 
2550 \begin_inset CommandInset ref
2551 LatexCommand ref
2552 reference "sec:Weitere-Möglichkeiten-für"
2553 nolink "false"
2554
2555 \end_inset
2556
2557  beschreiben diese Funktion genauer.
2558 \end_layout
2559
2560 \begin_layout Section
2561 Tabellen-Werkzeugleiste
2562 \begin_inset Index idx
2563 range none
2564 pageformat default
2565 status collapsed
2566
2567 \begin_layout Plain Layout
2568 Tabellen
2569 \begin_inset IndexMacro subentry
2570 status open
2571
2572 \begin_layout Plain Layout
2573 Werkzeugleiste
2574 \end_layout
2575
2576 \end_inset
2577
2578
2579 \end_layout
2580
2581 \end_inset
2582
2583
2584 \end_layout
2585
2586 \begin_layout Standard
2587 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2588 \family sans
2589 Tabellen-Einstellungen
2590 \family default
2591 ,
2592  wenn man Tabellen-Einstellungen schneller ändern möchte.
2593  Wenn der Cursor in einer Tabelle steht,
2594  erscheint sie am unteren Rand des \SpecialChar LyX
2595 -Fensters.
2596 \end_layout
2597
2598 \begin_layout Standard
2599 Die Werkzeugleiste hat folgende Knöpfe:
2600 \end_layout
2601
2602 \begin_layout Labeling
2603 \labelwidthstring 00.00.0000
2604 \begin_inset Info
2605 type  "icon"
2606 arg   "tabular-feature append-row"
2607 \end_inset
2608
2609  Fügt eine Zeile unterhalb der momentanen an
2610 \end_layout
2611
2612 \begin_layout Labeling
2613 \labelwidthstring 00.00.0000
2614 \begin_inset Info
2615 type  "icon"
2616 arg   "tabular-feature append-column"
2617 \end_inset
2618
2619  Fügt eine Spalte rechts von der momentanen an
2620 \end_layout
2621
2622 \begin_layout Labeling
2623 \labelwidthstring 00.00.0000
2624 \begin_inset Info
2625 type  "icon"
2626 arg   "tabular-feature delete-row"
2627 \end_inset
2628
2629  Löscht die ausgewählte(n) Zeile(n)
2630 \end_layout
2631
2632 \begin_layout Labeling
2633 \labelwidthstring 00.00.0000
2634 \begin_inset Info
2635 type  "icon"
2636 arg   "tabular-feature delete-column"
2637 \end_inset
2638
2639  Löscht die ausgewählte(n) Spalte(n)
2640 \end_layout
2641
2642 \begin_layout Labeling
2643 \labelwidthstring 00.00.0000
2644 \begin_inset Info
2645 type  "icon"
2646 arg   "tabular-feature move-row-up"
2647 \end_inset
2648
2649  verschiebt die ausgewählte Zeile nach oben
2650 \end_layout
2651
2652 \begin_layout Labeling
2653 \labelwidthstring 00.00.0000
2654 \begin_inset Info
2655 type  "icon"
2656 arg   "tabular-feature move-column-left"
2657 \end_inset
2658
2659  verschiebt die ausgewählte Spalte nach links
2660 \end_layout
2661
2662 \begin_layout Labeling
2663 \labelwidthstring 00.00.0000
2664 \begin_inset Info
2665 type  "icon"
2666 arg   "tabular-feature move-row-down"
2667 \end_inset
2668
2669  verschiebt die ausgewählte Zeile nach unten
2670 \end_layout
2671
2672 \begin_layout Labeling
2673 \labelwidthstring 00.00.0000
2674 \begin_inset Info
2675 type  "icon"
2676 arg   "tabular-feature move-column-right"
2677 \end_inset
2678
2679  verschiebt die ausgewählte Spalte nach rechts
2680 \end_layout
2681
2682 \begin_layout Labeling
2683 \labelwidthstring 00.00.0000
2684 \begin_inset Info
2685 type  "icon"
2686 arg   "tabular-feature toggle-line-top"
2687 \end_inset
2688
2689  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2690  wenn der Knopf grau hinterlegt ist
2691 \end_layout
2692
2693 \begin_layout Labeling
2694 \labelwidthstring 00.00.0000
2695 \begin_inset Info
2696 type  "icon"
2697 arg   "tabular-feature toggle-line-bottom"
2698 \end_inset
2699
2700  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2701  wenn der Knopf grau hinterlegt ist
2702 \end_layout
2703
2704 \begin_layout Labeling
2705 \labelwidthstring 00.00.0000
2706 \begin_inset Info
2707 type  "icon"
2708 arg   "tabular-feature toggle-line-left"
2709 \end_inset
2710
2711  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2712  wenn der Knopf grau hinterlegt ist
2713 \end_layout
2714
2715 \begin_layout Labeling
2716 \labelwidthstring 00.00.0000
2717 \begin_inset Info
2718 type  "icon"
2719 arg   "tabular-feature toggle-line-right"
2720 \end_inset
2721
2722  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2723  wenn der Knopf grau hinterlegt ist
2724 \end_layout
2725
2726 \begin_layout Labeling
2727 \labelwidthstring 00.00.0000
2728 \begin_inset Info
2729 type  "icon"
2730 arg   "tabular-feature set-all-lines"
2731 \end_inset
2732
2733  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2734 \end_layout
2735
2736 \begin_layout Labeling
2737 \labelwidthstring 00.00.0000
2738 \begin_inset Info
2739 type  "icon"
2740 arg   "tabular-feature set-border-lines"
2741 \end_inset
2742
2743  Fügt einen Rahmen um die ausgewählte(n) Zellen
2744 \end_layout
2745
2746 \begin_layout Labeling
2747 \labelwidthstring 00.00.0000
2748 \begin_inset Info
2749 type  "icon"
2750 arg   "tabular-feature unset-all-lines"
2751 \end_inset
2752
2753  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2754 \end_layout
2755
2756 \begin_layout Labeling
2757 \labelwidthstring 00.00.0000
2758 \begin_inset Info
2759 type  "icon"
2760 arg   "tabular-feature reset-formal-default"
2761 \end_inset
2762
2763  Wenn Sie eine formale Tabellen verwenden,
2764  setzt dies die Rahmen zu einem sinnvollen Standard zurück (horizontale Linien nur in der Kopf- und Fußzeile)
2765 \end_layout
2766
2767 \begin_layout Labeling
2768 \labelwidthstring 00.00.0000
2769 \begin_inset Info
2770 type  "icon"
2771 arg   "tabular-feature m-align-left"
2772 \end_inset
2773
2774  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2775 \end_layout
2776
2777 \begin_layout Labeling
2778 \labelwidthstring 00.00.0000
2779 \begin_inset Info
2780 type  "icon"
2781 arg   "tabular-feature m-align-center"
2782 \end_inset
2783
2784  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2785 \end_layout
2786
2787 \begin_layout Labeling
2788 \labelwidthstring 00.00.0000
2789 \begin_inset Info
2790 type  "icon"
2791 arg   "tabular-feature m-align-right"
2792 \end_inset
2793
2794  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2795 \end_layout
2796
2797 \begin_layout Labeling
2798 \labelwidthstring 00.00.0000
2799 \begin_inset Info
2800 type  "icon"
2801 arg   "tabular-feature align-decimal"
2802 \end_inset
2803
2804  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2805 \end_layout
2806
2807 \begin_layout Labeling
2808 \labelwidthstring 00.00.0000
2809 \begin_inset Info
2810 type  "icon"
2811 arg   "tabular-feature m-valign-top"
2812 \end_inset
2813
2814  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2815 \end_layout
2816
2817 \begin_layout Labeling
2818 \labelwidthstring 00.00.0000
2819 \begin_inset Info
2820 type  "icon"
2821 arg   "tabular-feature m-valign-middle"
2822 \end_inset
2823
2824  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2825 \end_layout
2826
2827 \begin_layout Labeling
2828 \labelwidthstring 00.00.0000
2829 \begin_inset Info
2830 type  "icon"
2831 arg   "tabular-feature m-valign-bottom"
2832 \end_inset
2833
2834  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2835 \end_layout
2836
2837 \begin_layout Labeling
2838 \labelwidthstring 00.00.0000
2839 \begin_inset Info
2840 type  "icon"
2841 arg   "tabular-feature set-rotate-cell"
2842 \end_inset
2843
2844  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2845 \end_layout
2846
2847 \begin_layout Labeling
2848 \labelwidthstring 00.00.0000
2849 \begin_inset Info
2850 type  "icon"
2851 arg   "tabular-feature set-rotate-tabular"
2852 \end_inset
2853
2854  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2855 \end_layout
2856
2857 \begin_layout Labeling
2858 \labelwidthstring 00.00.0000
2859 \begin_inset Info
2860 type  "icon"
2861 arg   "tabular-feature multicolumn"
2862 \end_inset
2863
2864  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2865 \end_layout
2866
2867 \begin_layout Labeling
2868 \labelwidthstring 00.00.0000
2869 \begin_inset Info
2870 type  "icon"
2871 arg   "tabular-feature multirow"
2872 \end_inset
2873
2874  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2875 \end_layout
2876
2877 \begin_layout Standard
2878 \begin_inset Note Greyedout
2879 status open
2880
2881 \begin_layout Plain Layout
2882
2883 \series bold
2884 Bemerkung:
2885
2886 \series default
2887  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer Reihe für alle Zelle der Reihe verwendet.
2888 \end_layout
2889
2890 \end_inset
2891
2892
2893 \end_layout
2894
2895 \begin_layout Section
2896 Bearbeiten-Menü
2897 \begin_inset Index idx
2898 range none
2899 pageformat default
2900 status collapsed
2901
2902 \begin_layout Plain Layout
2903 Tabellen
2904 \begin_inset IndexMacro subentry
2905 status open
2906
2907 \begin_layout Plain Layout
2908 Bearbeiten-Menü
2909 \end_layout
2910
2911 \end_inset
2912
2913
2914 \end_layout
2915
2916 \end_inset
2917
2918
2919 \end_layout
2920
2921 \begin_layout Standard
2922 Es gibt noch eine dritte Möglichkeit,
2923  Tabellen-Einstellungen zu ändern.
2924  Wenn der Cursor in einer Tabelle steht,
2925  sind im 
2926 \family sans
2927 Bearbeiten
2928 \family default
2929 -Menü folgende Punkte aktiviert:
2930  
2931 \family sans
2932 Tabelle
2933 \family default
2934 ,
2935  
2936 \family sans
2937 Zeilen
2938 \begin_inset space ~
2939 \end_inset
2940
2941 &
2942 \begin_inset space ~
2943 \end_inset
2944
2945 Spalten
2946 \family default
2947  und 
2948 \family sans
2949 Tabellen-Einstellungen
2950 \family default
2951 .
2952  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellungsmöglichkeiten zu erreichen.
2953 \end_layout
2954
2955 \begin_layout Section
2956 Gleitende Tabellen
2957 \begin_inset CommandInset label
2958 LatexCommand label
2959 name "abs:Gleitende-Tabellen"
2960
2961 \end_inset
2962
2963
2964 \begin_inset Index idx
2965 range none
2966 pageformat default
2967 status collapsed
2968
2969 \begin_layout Plain Layout
2970 Gleitobjekte
2971 \begin_inset IndexMacro subentry
2972 status open
2973
2974 \begin_layout Plain Layout
2975 Tabellen
2976 \end_layout
2977
2978 \end_inset
2979
2980
2981 \end_layout
2982
2983 \end_inset
2984
2985
2986 \begin_inset Index idx
2987 range none
2988 pageformat default
2989 status collapsed
2990
2991 \begin_layout Plain Layout
2992 Tabellen
2993 \begin_inset IndexMacro subentry
2994 status open
2995
2996 \begin_layout Plain Layout
2997 gleitende
2998 \end_layout
2999
3000 \end_inset
3001
3002
3003 \end_layout
3004
3005 \end_inset
3006
3007
3008 \end_layout
3009
3010 \begin_layout Standard
3011 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
3012 \begin_inset space ~
3013 \end_inset
3014
3015
3016 \begin_inset CommandInset ref
3017 LatexCommand ref
3018 reference "abs:Gleitobjekte-Einleitung"
3019 nolink "false"
3020
3021 \end_inset
3022
3023 .
3024 \end_layout
3025
3026 \begin_layout Standard
3027 \begin_inset Float table
3028 placement h
3029 alignment document
3030 wide false
3031 sideways false
3032 status open
3033
3034 \begin_layout Plain Layout
3035 \begin_inset Caption Standard
3036
3037 \begin_layout Plain Layout
3038 \begin_inset CommandInset label
3039 LatexCommand label
3040 name "tab:Eine-gleitende-Tabelle"
3041
3042 \end_inset
3043
3044 Eine gleitende Tabelle
3045 \end_layout
3046
3047 \end_inset
3048
3049
3050 \end_layout
3051
3052 \begin_layout Plain Layout
3053 \align center
3054 \begin_inset Tabular
3055 <lyxtabular version="3" rows="3" columns="3">
3056 <features tabularvalignment="middle">
3057 <column alignment="center" valignment="top" width="0pt">
3058 <column alignment="center" valignment="top" width="0pt">
3059 <column alignment="center" valignment="top" width="0pt">
3060 <row>
3061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3062 \begin_inset Text
3063
3064 \begin_layout Plain Layout
3065
3066 \family roman
3067 \series medium
3068 \shape up
3069 \size normal
3070 \emph off
3071 \bar no
3072 \noun off
3073 \color none
3074 1
3075 \end_layout
3076
3077 \end_inset
3078 </cell>
3079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3080 \begin_inset Text
3081
3082 \begin_layout Plain Layout
3083
3084 \family roman
3085 \series medium
3086 \shape up
3087 \size normal
3088 \emph off
3089 \bar no
3090 \noun off
3091 \color none
3092 2
3093 \end_layout
3094
3095 \end_inset
3096 </cell>
3097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Plain Layout
3101
3102 \family roman
3103 \series medium
3104 \shape up
3105 \size normal
3106 \emph off
3107 \bar no
3108 \noun off
3109 \color none
3110 3
3111 \end_layout
3112
3113 \end_inset
3114 </cell>
3115 </row>
3116 <row>
3117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3118 \begin_inset Text
3119
3120 \begin_layout Plain Layout
3121
3122 \family roman
3123 \series medium
3124 \shape up
3125 \size normal
3126 \emph off
3127 \bar no
3128 \noun off
3129 \color none
3130 Martin
3131 \end_layout
3132
3133 \end_inset
3134 </cell>
3135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3136 \begin_inset Text
3137
3138 \begin_layout Plain Layout
3139
3140 \family roman
3141 \series medium
3142 \shape up
3143 \size normal
3144 \emph off
3145 \bar no
3146 \noun off
3147 \color none
3148 Lena
3149 \end_layout
3150
3151 \end_inset
3152 </cell>
3153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3154 \begin_inset Text
3155
3156 \begin_layout Plain Layout
3157
3158 \family roman
3159 \series medium
3160 \shape up
3161 \size normal
3162 \emph off
3163 \bar no
3164 \noun off
3165 \color none
3166 Alina
3167 \end_layout
3168
3169 \end_inset
3170 </cell>
3171 </row>
3172 <row>
3173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3174 \begin_inset Text
3175
3176 \begin_layout Plain Layout
3177
3178 \family roman
3179 \series medium
3180 \shape up
3181 \size normal
3182 \emph off
3183 \bar no
3184 \noun off
3185 \color none
3186 \begin_inset Formula $\int x^{2}dx$
3187 \end_inset
3188
3189
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198
3199 \family roman
3200 \series medium
3201 \shape up
3202 \size normal
3203 \emph off
3204 \bar no
3205 \noun off
3206 \color none
3207 \begin_inset Formula $\left[\begin{array}{cc}
3208 a & b\\
3209 c & d
3210 \end{array}\right]$
3211 \end_inset
3212
3213
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222
3223 \family roman
3224 \series medium
3225 \shape up
3226 \size normal
3227 \emph off
3228 \bar no
3229 \noun off
3230 \color none
3231 \begin_inset Formula $1+1=2$
3232 \end_inset
3233
3234
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 </row>
3240 </lyxtabular>
3241
3242 \end_inset
3243
3244
3245 \end_layout
3246
3247 \end_inset
3248
3249
3250 \end_layout
3251
3252 \begin_layout Standard
3253 Gleitende Tabellen können über 
3254 \family sans
3255 Einfügen\SpecialChar menuseparator
3256 Gleitobjekt\SpecialChar menuseparator
3257 Tabelle
3258 \family default
3259  oder einen Klick auf den Werkzeugleistenknopf 
3260 \begin_inset Info
3261 type  "icon"
3262 arg   "float-insert table"
3263 \end_inset
3264
3265  erzeugt werden.
3266  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
3267  In das rot umrahmte Feld rechts von 
3268 \emph on
3269 Tabelle
3270 \begin_inset space ~
3271 \end_inset
3272
3273 Nr:
3274
3275 \emph default
3276  schreiben Sie die Tabellenbeschriftung.
3277  Nach einem Klick oberhalb oder unterhalb von 
3278 \emph on
3279 Tabelle
3280 \begin_inset space ~
3281 \end_inset
3282
3283 Nr:
3284
3285 \emph default
3286  können Sie dann eine Tabelle einfügen.
3287 \end_layout
3288
3289 \begin_layout Standard
3290 Tabelle
3291 \begin_inset space ~
3292 \end_inset
3293
3294
3295 \begin_inset CommandInset ref
3296 LatexCommand ref
3297 reference "tab:Eine-gleitende-Tabelle"
3298 nolink "false"
3299
3300 \end_inset
3301
3302  ist ein Beispiel für eine gleitende Tabelle.
3303 \end_layout
3304
3305 \begin_layout Standard
3306 Normalerweise steht die Tabellenbeschriftung über einer Tabelle,
3307  aber unglücklicherweise wird das von \SpecialChar LaTeX
3308  Standard-Klassen nicht unterstützt.
3309  Das bedeutet,
3310  dass bei den Klassen 
3311 \family sans
3312 article
3313 \family default
3314 ,
3315  
3316 \family sans
3317 book
3318 \family default
3319 ,
3320  
3321 \family sans
3322 letter
3323 \family default
3324 ,
3325  und 
3326 \family sans
3327 report
3328 \family default
3329  kein Abstand zwischen dem Titel und der Tabelle sein wird.
3330  Um den einzufügen,
3331  können Sie zum Ladebefehl des \SpecialChar LaTeX
3332 -Paketes 
3333 \series bold
3334 caption
3335 \series default
3336
3337 \begin_inset Index idx
3338 range none
3339 pageformat default
3340 status collapsed
3341
3342 \begin_layout Plain Layout
3343 \SpecialChar LaTeX
3344 -Pakete
3345 \begin_inset IndexMacro subentry
3346 status open
3347
3348 \begin_layout Plain Layout
3349 caption
3350 \end_layout
3351
3352 \end_inset
3353
3354
3355 \end_layout
3356
3357 \end_inset
3358
3359  im \SpecialChar LaTeX
3360 -Vorspann Ihres Dokuments folgende Option einfügen:
3361 \begin_inset Foot
3362 status collapsed
3363
3364 \begin_layout Plain Layout
3365 Näheres finden Sie im Abschnitt
3366 \begin_inset space ~
3367 \end_inset
3368
3369
3370 \begin_inset CommandInset ref
3371 LatexCommand ref
3372 reference "abs:Titel-Platzierung"
3373 nolink "false"
3374
3375 \end_inset
3376
3377 .
3378 \end_layout
3379
3380 \end_inset
3381
3382
3383 \end_layout
3384
3385 \begin_layout Standard
3386
3387 \series bold
3388 tableposition=top
3389 \end_layout
3390
3391 \begin_layout Standard
3392 Das Paket 
3393 \series bold
3394 caption
3395 \series default
3396 ,
3397  das in Abschnitt
3398 \begin_inset space ~
3399 \end_inset
3400
3401
3402 \begin_inset CommandInset ref
3403 LatexCommand ref
3404 reference "abs:Titel-Formatierung"
3405 nolink "false"
3406
3407 \end_inset
3408
3409  beschrieben wird,
3410  wird zum Einstellen der Legende-Optionen benutzt.
3411 \end_layout
3412
3413 \begin_layout Standard
3414 \begin_inset Index idx
3415 range none
3416 pageformat default
3417 status collapsed
3418
3419 \begin_layout Plain Layout
3420 Querverweise
3421 \begin_inset IndexMacro subentry
3422 status open
3423
3424 \begin_layout Plain Layout
3425 auf Tabellen
3426 \end_layout
3427
3428 \end_inset
3429
3430
3431 \end_layout
3432
3433 \end_inset
3434
3435 Auf Tabellen kann über ihre Marke verwiesen werden.
3436  Dafür fügen Sie in der Beschriftung mit 
3437 \family sans
3438 Einfügen\SpecialChar menuseparator
3439 Marke
3440 \family default
3441  oder durch Klicken auf 
3442 \begin_inset Info
3443 type  "icon"
3444 arg   "label-insert"
3445 \end_inset
3446
3447  eine Marke ein.
3448  Auf diese können Sie dann wie gewohnt mit 
3449 \family sans
3450 Einfügen\SpecialChar menuseparator
3451 Querverweis
3452 \family default
3453  oder durch Klicken auf 
3454 \begin_inset Info
3455 type  "icon"
3456 arg   "dialog-show-new-inset ref"
3457 \end_inset
3458
3459  verweisen.
3460  Verweise werden detailliert in Abschnitt
3461 \begin_inset space ~
3462 \end_inset
3463
3464
3465 \begin_inset CommandInset ref
3466 LatexCommand ref
3467 reference "abs:Auf-Gleitobjekte-verweisen"
3468 nolink "false"
3469
3470 \end_inset
3471
3472  beschrieben.
3473 \end_layout
3474
3475 \begin_layout Section
3476 Mehrseitige Tabellen
3477 \begin_inset CommandInset label
3478 LatexCommand label
3479 name "abs:Mehrseitige-Tabellen"
3480
3481 \end_inset
3482
3483
3484 \begin_inset Index idx
3485 range none
3486 pageformat default
3487 status collapsed
3488
3489 \begin_layout Plain Layout
3490 Tabellen
3491 \begin_inset IndexMacro subentry
3492 status open
3493
3494 \begin_layout Plain Layout
3495 mehrseitige
3496 \end_layout
3497
3498 \end_inset
3499
3500
3501 \end_layout
3502
3503 \end_inset
3504
3505
3506 \end_layout
3507
3508 \begin_layout Standard
3509 Wenn eine Tabelle zu lang ist,
3510  um auf eine Seite zu passen,
3511  können Sie in den Tabellen-Einstellungen auf der Karteikarte  
3512 \family sans
3513 Mehrseitige
3514 \begin_inset space ~
3515 \end_inset
3516
3517 Tabelle
3518 \family default
3519  die Option 
3520 \family sans
3521 Mehrseitige
3522 \begin_inset space ~
3523 \end_inset
3524
3525 Tabelle
3526 \begin_inset space ~
3527 \end_inset
3528
3529 verwenden
3530 \family default
3531  auswählen,
3532  damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3533  Wird dies gemacht,
3534  werden folgende Optionen freigeschaltet:
3535 \end_layout
3536
3537 \begin_layout Description
3538 Kopfzeile:
3539  Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten festgelegt;
3540  mit Ausnahme der ersten,
3541  wenn 
3542 \family sans
3543 Erste
3544 \begin_inset space ~
3545 \end_inset
3546
3547 Kopfzeile
3548 \family default
3549  aktiviert ist.
3550 \end_layout
3551
3552 \begin_layout Description
3553 Erste
3554 \begin_inset space ~
3555 \end_inset
3556
3557 Kopfzeile:
3558  Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten Seite einer mehrseitigen Tabelle definiert.
3559 \end_layout
3560
3561 \begin_layout Description
3562 Fußzeile:
3563  Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3564  mit Ausnahme der letzten,
3565  wenn 
3566 \family sans
3567 Letzte
3568 \begin_inset space ~
3569 \end_inset
3570
3571 Fußzeile
3572 \family default
3573  aktiviert ist.
3574 \end_layout
3575
3576 \begin_layout Description
3577 Letzte
3578 \begin_inset space ~
3579 \end_inset
3580
3581 Fußzeile:
3582  Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite einer mehrseitigen Tabelle definiert.
3583 \end_layout
3584
3585 \begin_layout Description
3586 Legende:
3587  Die aktuelle Zeile enthält die Legende.
3588  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3589  Mehr über Beschriftungen mehrseitiger Tabellen ist in Abschnitt
3590 \begin_inset space ~
3591 \end_inset
3592
3593
3594 \begin_inset CommandInset ref
3595 LatexCommand ref
3596 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
3597 nolink "false"
3598
3599 \end_inset
3600
3601  erklärt.
3602 \end_layout
3603
3604 \begin_layout Standard
3605 Hier ist ein Beispiel einer mehrseitigen Tabelle:
3606 \end_layout
3607
3608 \begin_layout Standard
3609 \align center
3610 \begin_inset Tabular
3611 <lyxtabular version="3" rows="69" columns="3">
3612 <features islongtable="true" longtabularalignment="center">
3613 <column alignment="left" valignment="top" width="0cm">
3614 <column alignment="left" valignment="top" width="0pt">
3615 <column alignment="right" valignment="top" width="0pt">
3616 <row endfirsthead="true">
3617 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621
3622 \series bold
3623 Telefonliste (ignoriere die Namen)
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 </row>
3647 <row endfirsthead="true">
3648 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652
3653 \series bold
3654 NAME
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672
3673 \series bold
3674 TEL.
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 </row>
3680 <row endhead="true">
3681 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Plain Layout
3685
3686 \series bold
3687 Telefonliste
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 </row>
3711 <row endhead="true">
3712 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716
3717 \series bold
3718 NAME
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3724 \begin_inset Text
3725
3726 \begin_layout Plain Layout
3727
3728 \end_layout
3729
3730 \end_inset
3731 </cell>
3732 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Plain Layout
3736
3737 \series bold
3738 TEL.
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 </row>
3744 <row endfoot="true">
3745 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749
3750 \series bold
3751 wird fortgesetzt
3752 \series default
3753  \SpecialChar ldots
3754
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 </row>
3778 <row>
3779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783
3784 \series bold
3785 Annovi
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 <cell alignment="center" valignment="top" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794 Silvia
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803 111
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 </row>
3809 <row>
3810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814
3815 \series bold
3816 Bertoli
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 <cell alignment="center" valignment="top" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825 Stefano
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834 111
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 </row>
3840 <row>
3841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845
3846 \series bold
3847 Bozzi
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856 Walter
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865 111
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 </row>
3871 <row>
3872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876
3877 \series bold
3878 Cachia
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 <cell alignment="center" valignment="top" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887 Maria
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896 111
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 </row>
3902 <row>
3903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907
3908 \series bold
3909 Cachia
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 <cell alignment="center" valignment="top" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918 Maurizio
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927 111
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 </row>
3933 <row>
3934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938
3939 \series bold
3940 Cinquemani
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 <cell alignment="center" valignment="top" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949 Giusi
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958 111
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 </row>
3964 <row>
3965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969
3970 \series bold
3971 Colin
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980 Bernard
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Plain Layout
3989 111
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 </row>
3995 <row>
3996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Plain Layout
4000
4001 \series bold
4002 Concli
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 <cell alignment="center" valignment="top" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011 Gianfranco
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4017 \begin_inset Text
4018
4019 \begin_layout Plain Layout
4020 111
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 </row>
4026 <row>
4027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031
4032 \series bold
4033 Dal Bosco
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 <cell alignment="center" valignment="top" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042 Carolina
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Plain Layout
4051 111
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 </row>
4057 <row>
4058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062
4063 \series bold
4064 Dalpiaz
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 <cell alignment="center" valignment="top" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073 Annamaria
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4079 \begin_inset Text
4080
4081 \begin_layout Plain Layout
4082 111
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 </row>
4088 <row>
4089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093
4094 \series bold
4095 Feliciello
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 <cell alignment="center" valignment="top" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104 Domenico
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113 111
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 </row>
4119 <row>
4120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124
4125 \series bold
4126 Focarelli
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 <cell alignment="center" valignment="top" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135 Paola
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Plain Layout
4144 111
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 </row>
4150 <row>
4151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155
4156 \series bold
4157 Galletti
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 <cell alignment="center" valignment="top" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166 Oreste
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175 111
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 </row>
4181 <row>
4182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186
4187 \series bold
4188 Gasparini
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 <cell alignment="center" valignment="top" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Plain Layout
4197 Franca
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206 111
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 </row>
4212 <row>
4213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217
4218 \series bold
4219 Rizzardi
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 <cell alignment="center" valignment="top" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228 Paola
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237 111
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 </row>
4243 <row>
4244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248
4249 \series bold
4250 Lassini
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 <cell alignment="center" valignment="top" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259 Giancarlo
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268 111
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 </row>
4274 <row>
4275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279
4280 \series bold
4281 Malfatti
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 <cell alignment="center" valignment="top" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290 Luciano
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299 111
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 </row>
4305 <row>
4306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310
4311 \series bold
4312 Malfatti
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 <cell alignment="center" valignment="top" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321 Valeriano
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330 111
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 </row>
4336 <row>
4337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341
4342 \series bold
4343 Meneguzzo
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 <cell alignment="center" valignment="top" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 Roberto
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361 111
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 </row>
4367 <row>
4368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372
4373 \series bold
4374 Mezzadra
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 Roberto
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392 111
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 </row>
4398 <row>
4399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403
4404 \series bold
4405 Pirpamer
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 Erich
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423 111
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 </row>
4429 <row>
4430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434
4435 \series bold
4436 Pochiesa
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 <cell alignment="center" valignment="top" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445 Paolo
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454 111,
4455  222
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 </row>
4461 <row>
4462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466
4467 \series bold
4468 Radina
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 <cell alignment="center" valignment="top" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477 Claudio
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486 111
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 </row>
4492 <row>
4493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497
4498 \series bold
4499 Stuffer
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 <cell alignment="center" valignment="top" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508 Oskar
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517 111
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 </row>
4523 <row>
4524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528
4529 \series bold
4530 Tacchelli
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 <cell alignment="center" valignment="top" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539 Ugo
4540 \end_layout
4541
4542 \end_inset
4543 </cell>
4544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4545 \begin_inset Text
4546
4547 \begin_layout Plain Layout
4548 111
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 </row>
4554 <row>
4555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559
4560 \series bold
4561 Tezzele
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 <cell alignment="center" valignment="top" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 Margit
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579 111
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 </row>
4585 <row>
4586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590
4591 \series bold
4592 Unterkalmsteiner
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 <cell alignment="center" valignment="top" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601 Frieda
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610 111
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 </row>
4616 <row>
4617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621
4622 \series bold
4623 Vieider
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell alignment="center" valignment="top" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632 Hilde
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641 111
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 </row>
4647 <row>
4648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652
4653 \series bold
4654 Vigna
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 <cell alignment="center" valignment="top" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663 Jürgen
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672 111
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 </row>
4678 <row>
4679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683
4684 \series bold
4685 Weber
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 <cell alignment="center" valignment="top" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694 Maurizio
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703 111
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 </row>
4709 <row>
4710 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714
4715 \series bold
4716 Winkler
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725 Franz
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734 111
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 </row>
4740 <row>
4741 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745  
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 </row>
4769 <row>
4770 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774
4775 \series bold
4776 Annovi
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785 Silvia
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794 555
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 </row>
4800 <row>
4801 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805
4806 \series bold
4807 Bertoli
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816 Stefano
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825 555
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 </row>
4831 <row>
4832 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836
4837 \series bold
4838 Bozzi
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847 Walter
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856 555
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 </row>
4862 <row>
4863 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867
4868 \series bold
4869 Cachia
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878 Maria
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887 555
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 </row>
4893 <row>
4894 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898
4899 \series bold
4900 Cachia
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 Maurizio
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918 555
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 </row>
4924 <row>
4925 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929
4930 \series bold
4931 Cinquemani
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 <cell alignment="center" valignment="top" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940 Giusi
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949 555
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 </row>
4955 <row>
4956 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960
4961 \series bold
4962 Colin
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 <cell alignment="center" valignment="top" usebox="none">
4968 \begin_inset Text
4969
4970 \begin_layout Plain Layout
4971 Bernard
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980 555
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 </row>
4986 <row>
4987 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991
4992 \series bold
4993 Concli
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002 Gianfranco
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011 555
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 </row>
5017 <row>
5018 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022
5023 \series bold
5024 Dal Bosco
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 <cell alignment="center" valignment="top" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033 Carolina
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042 555
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 </row>
5048 <row>
5049 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053
5054 \series bold
5055 Dalpiaz
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 <cell alignment="center" valignment="top" usebox="none">
5061 \begin_inset Text
5062
5063 \begin_layout Plain Layout
5064 Annamaria
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073 555
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 </row>
5079 <row>
5080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084
5085 \series bold
5086 Feliciello
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 <cell alignment="center" valignment="top" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095 Domenico
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104 555
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 </row>
5110 <row>
5111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Plain Layout
5115
5116 \series bold
5117 Focarelli
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126 Paola
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135 555
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 </row>
5141 <row>
5142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Plain Layout
5146
5147 \series bold
5148 Galletti
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 <cell alignment="center" valignment="top" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 Oreste
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166 555
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 </row>
5172 <row>
5173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177
5178 \series bold
5179 Gasparini
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 <cell alignment="center" valignment="top" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188 Franca
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197 555
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 </row>
5203 <row>
5204 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5205 \begin_inset Text
5206
5207 \begin_layout Plain Layout
5208
5209 \series bold
5210 Rizzardi
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 <cell alignment="center" valignment="top" usebox="none">
5216 \begin_inset Text
5217
5218 \begin_layout Plain Layout
5219 Paola
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 555
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 </row>
5234 <row>
5235 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239
5240 \series bold
5241 Lassini
5242 \end_layout
5243
5244 \end_inset
5245 </cell>
5246 <cell alignment="center" valignment="top" usebox="none">
5247 \begin_inset Text
5248
5249 \begin_layout Plain Layout
5250 Giancarlo
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Plain Layout
5259 555
5260 \end_layout
5261
5262 \end_inset
5263 </cell>
5264 </row>
5265 <row>
5266 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270
5271 \series bold
5272 Malfatti
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 <cell alignment="center" valignment="top" usebox="none">
5278 \begin_inset Text
5279
5280 \begin_layout Plain Layout
5281 Luciano
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290 555
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 </row>
5296 <row>
5297 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5298 \begin_inset Text
5299
5300 \begin_layout Plain Layout
5301
5302 \series bold
5303 Malfatti
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 <cell alignment="center" valignment="top" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Plain Layout
5312 Valeriano
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321 555
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 </row>
5327 <row>
5328 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Plain Layout
5332
5333 \series bold
5334 Meneguzzo
5335 \end_layout
5336
5337 \end_inset
5338 </cell>
5339 <cell alignment="center" valignment="top" usebox="none">
5340 \begin_inset Text
5341
5342 \begin_layout Plain Layout
5343 Roberto
5344 \end_layout
5345
5346 \end_inset
5347 </cell>
5348 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352 555
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 </row>
5358 <row>
5359 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5360 \begin_inset Text
5361
5362 \begin_layout Plain Layout
5363
5364 \series bold
5365 Mezzadra
5366 \end_layout
5367
5368 \end_inset
5369 </cell>
5370 <cell alignment="center" valignment="top" usebox="none">
5371 \begin_inset Text
5372
5373 \begin_layout Plain Layout
5374 Roberto
5375 \end_layout
5376
5377 \end_inset
5378 </cell>
5379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5380 \begin_inset Text
5381
5382 \begin_layout Plain Layout
5383 555
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 </row>
5389 <row>
5390 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5391 \begin_inset Text
5392
5393 \begin_layout Plain Layout
5394
5395 \series bold
5396 Pirpamer
5397 \end_layout
5398
5399 \end_inset
5400 </cell>
5401 <cell alignment="center" valignment="top" usebox="none">
5402 \begin_inset Text
5403
5404 \begin_layout Plain Layout
5405 Erich
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5411 \begin_inset Text
5412
5413 \begin_layout Plain Layout
5414 555
5415 \end_layout
5416
5417 \end_inset
5418 </cell>
5419 </row>
5420 <row>
5421 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5422 \begin_inset Text
5423
5424 \begin_layout Plain Layout
5425
5426 \series bold
5427 Pochiesa
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 <cell alignment="center" valignment="top" usebox="none">
5433 \begin_inset Text
5434
5435 \begin_layout Plain Layout
5436 Paolo
5437 \end_layout
5438
5439 \end_inset
5440 </cell>
5441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Plain Layout
5445 555,
5446  222
5447 \end_layout
5448
5449 \end_inset
5450 </cell>
5451 </row>
5452 <row>
5453 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Plain Layout
5457
5458 \series bold
5459 Radina
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 <cell alignment="center" valignment="top" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 Claudio
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 555
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 </row>
5483 <row>
5484 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488
5489 \series bold
5490 Stuffer
5491 \end_layout
5492
5493 \end_inset
5494 </cell>
5495 <cell alignment="center" valignment="top" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Plain Layout
5499 Oskar
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5505 \begin_inset Text
5506
5507 \begin_layout Plain Layout
5508 555
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 </row>
5514 <row>
5515 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5516 \begin_inset Text
5517
5518 \begin_layout Plain Layout
5519
5520 \series bold
5521 Tacchelli
5522 \end_layout
5523
5524 \end_inset
5525 </cell>
5526 <cell alignment="center" valignment="top" usebox="none">
5527 \begin_inset Text
5528
5529 \begin_layout Plain Layout
5530 Ugo
5531 \end_layout
5532
5533 \end_inset
5534 </cell>
5535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539 555
5540 \end_layout
5541
5542 \end_inset
5543 </cell>
5544 </row>
5545 <row>
5546 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5547 \begin_inset Text
5548
5549 \begin_layout Plain Layout
5550
5551 \series bold
5552 Tezzele
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 <cell alignment="center" valignment="top" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561 Margit
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5567 \begin_inset Text
5568
5569 \begin_layout Plain Layout
5570 555
5571 \end_layout
5572
5573 \end_inset
5574 </cell>
5575 </row>
5576 <row>
5577 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5578 \begin_inset Text
5579
5580 \begin_layout Plain Layout
5581
5582 \series bold
5583 Unterkalmsteiner
5584 \end_layout
5585
5586 \end_inset
5587 </cell>
5588 <cell alignment="center" valignment="top" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Plain Layout
5592 Frieda
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Plain Layout
5601 555
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 </row>
5607 <row>
5608 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612
5613 \series bold
5614 Vieider
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 <cell alignment="center" valignment="top" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 Hilde
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 555
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 </row>
5638 <row>
5639 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5640 \begin_inset Text
5641
5642 \begin_layout Plain Layout
5643
5644 \series bold
5645 Vigna
5646 \end_layout
5647
5648 \end_inset
5649 </cell>
5650 <cell alignment="center" valignment="top" usebox="none">
5651 \begin_inset Text
5652
5653 \begin_layout Plain Layout
5654 Jürgen
5655 \end_layout
5656
5657 \end_inset
5658 </cell>
5659 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5660 \begin_inset Text
5661
5662 \begin_layout Plain Layout
5663 999
5664 \end_layout
5665
5666 \end_inset
5667 </cell>
5668 </row>
5669 <row>
5670 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5671 \begin_inset Text
5672
5673 \begin_layout Plain Layout
5674
5675 \series bold
5676 Weber
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 <cell alignment="center" valignment="top" usebox="none">
5682 \begin_inset Text
5683
5684 \begin_layout Plain Layout
5685 Maurizio
5686 \end_layout
5687
5688 \end_inset
5689 </cell>
5690 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694 555
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 </row>
5700 <row>
5701 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705
5706 \series bold
5707 Winkler
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Plain Layout
5716 Franz
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725 555
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 </row>
5731 <row endlastfoot="true">
5732 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736 Ende
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 </row>
5760 </lyxtabular>
5761
5762 \end_inset
5763
5764
5765 \begin_inset ERT
5766 status collapsed
5767
5768 \begin_layout Plain Layout
5769
5770
5771 \backslash
5772 addtocounter{table}{-1}
5773 \end_layout
5774
5775 \end_inset
5776
5777
5778 \begin_inset Note Note
5779 status collapsed
5780
5781 \begin_layout Plain Layout
5782 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5783 \begin_inset space ~
5784 \end_inset
5785
5786
5787 \begin_inset CommandInset ref
5788 LatexCommand ref
5789 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
5790 nolink "false"
5791
5792 \end_inset
5793
5794
5795 \end_layout
5796
5797 \end_inset
5798
5799
5800 \end_layout
5801
5802 \begin_layout Subsection
5803 Fußnoten in mehrseitigen Tabellen
5804 \begin_inset CommandInset label
5805 LatexCommand label
5806 name "uab:Fußnoten-in-mehrseitigen"
5807
5808 \end_inset
5809
5810
5811 \begin_inset Index idx
5812 range none
5813 pageformat default
5814 status collapsed
5815
5816 \begin_layout Plain Layout
5817 Tabellen
5818 \begin_inset IndexMacro subentry
5819 status open
5820
5821 \begin_layout Plain Layout
5822 mehrseitige
5823 \end_layout
5824
5825 \end_inset
5826
5827
5828 \begin_inset IndexMacro subentry
5829 status open
5830
5831 \begin_layout Plain Layout
5832 Fußnoten
5833 \end_layout
5834
5835 \end_inset
5836
5837
5838 \end_layout
5839
5840 \end_inset
5841
5842
5843 \end_layout
5844
5845 \begin_layout Standard
5846 Fußnoten kann man in jede Zelle einer mehrseitigen Tabelle einfügen.
5847  Sie werden auf der Seite erscheinen,
5848  auf der auch die Zelle gedruckt wird.
5849  Tabelle
5850 \begin_inset space ~
5851 \end_inset
5852
5853
5854 \begin_inset CommandInset ref
5855 LatexCommand ref
5856 reference "tab:Telefonliste"
5857 nolink "false"
5858
5859 \end_inset
5860
5861  hat zum Beispiel eine Fußnote.
5862 \end_layout
5863
5864 \begin_layout Subsection
5865 Ausrichtung mehrseitiger Tabellen
5866 \begin_inset Index idx
5867 range none
5868 pageformat default
5869 status collapsed
5870
5871 \begin_layout Plain Layout
5872 Tabellen
5873 \begin_inset IndexMacro subentry
5874 status open
5875
5876 \begin_layout Plain Layout
5877 mehrseitige
5878 \end_layout
5879
5880 \end_inset
5881
5882
5883 \begin_inset IndexMacro subentry
5884 status open
5885
5886 \begin_layout Plain Layout
5887 Ausrichtung
5888 \end_layout
5889
5890 \end_inset
5891
5892
5893 \end_layout
5894
5895 \end_inset
5896
5897
5898 \end_layout
5899
5900 \begin_layout Standard
5901 Die horizontale Ausrichtung von mehrseitigen Tabellen kann in den Tabelleneinstellungen festgelegt werden.
5902  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am Seitenrand.
5903  Um Platz zwischen Seitenrand und Tabelle einzufügen,
5904  muss die Tabelle zentriert ausgerichtet werden und die Werte der Längen 
5905 \series bold
5906
5907 \backslash
5908 LTleft 
5909 \series default
5910 und 
5911 \series bold
5912
5913 \backslash
5914 LTright
5915 \series default
5916  geändert werden,
5917  indem diese Zeile als \SpecialChar TeX
5918 -Code vor die mehrseitige Tabelle eingefügt wird:
5919 \end_layout
5920
5921 \begin_layout Standard
5922
5923 \series bold
5924
5925 \backslash
5926 setlength{
5927 \backslash
5928 LTleft}{Wert}
5929 \end_layout
5930
5931 \begin_layout Standard
5932 Der Wert kann eine der in Tabelle
5933 \begin_inset space ~
5934 \end_inset
5935
5936
5937 \begin_inset CommandInset ref
5938 LatexCommand ref
5939 reference "tab:Maßeinheiten"
5940 nolink "false"
5941
5942 \end_inset
5943
5944  aufgelisteten Einheiten haben.
5945  
5946 \series bold
5947
5948 \backslash
5949 LTleft
5950 \series default
5951  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5952  
5953 \series bold
5954
5955 \backslash
5956 LTright
5957 \series default
5958  den Abstand von rechts.
5959  Die Voreinstellung für beide Werte ist 
5960 \series bold
5961
5962 \backslash
5963 fill
5964 \series default
5965 ,
5966  was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand in \SpecialChar LyX
5967  ist.
5968 \end_layout
5969
5970 \begin_layout Standard
5971 Die folgende mehrseitige Tabelle wurde zentriert und 
5972 \series bold
5973
5974 \backslash
5975 LTleft
5976 \series default
5977  auf den Wert 
5978 \family sans
5979 0.1
5980 \backslash
5981 columnwidth
5982 \family default
5983  gesetzt:
5984 \begin_inset ERT
5985 status collapsed
5986
5987 \begin_layout Plain Layout
5988
5989
5990 \backslash
5991 setlength{
5992 \backslash
5993 LTleft}{0.1
5994 \backslash
5995 columnwidth}
5996 \end_layout
5997
5998 \end_inset
5999
6000
6001 \end_layout
6002
6003 \begin_layout Standard
6004 \begin_inset Tabular
6005 <lyxtabular version="3" rows="5" columns="5">
6006 <features islongtable="true" longtabularalignment="center">
6007 <column alignment="center" valignment="top">
6008 <column alignment="center" valignment="top">
6009 <column alignment="center" valignment="top" width="0pt">
6010 <column alignment="center" valignment="top">
6011 <column alignment="center" valignment="top">
6012 <row>
6013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6014 \begin_inset Text
6015
6016 \begin_layout Plain Layout
6017 1
6018 \end_layout
6019
6020 \end_inset
6021 </cell>
6022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Plain Layout
6026 2
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035 3
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044 4
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053 5
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 </row>
6059 <row>
6060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6061 \begin_inset Text
6062
6063 \begin_layout Plain Layout
6064 asd
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073 s
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082 s
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091 s
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 asd
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 </row>
6106 <row>
6107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6108 \begin_inset Text
6109
6110 \begin_layout Plain Layout
6111 asd
6112 \end_layout
6113
6114 \end_inset
6115 </cell>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120 s
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129 s
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138 s
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147 asd
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 </row>
6153 <row>
6154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158 asd
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 s
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 s
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 s
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 asd
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 </row>
6200 <row>
6201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205 asd
6206 \end_layout
6207
6208 \end_inset
6209 </cell>
6210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214 asd
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223 asd
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6229 \begin_inset Text
6230
6231 \begin_layout Plain Layout
6232 asd
6233 \end_layout
6234
6235 \end_inset
6236 </cell>
6237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6238 \begin_inset Text
6239
6240 \begin_layout Plain Layout
6241 asd
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 </row>
6247 </lyxtabular>
6248
6249 \end_inset
6250
6251
6252 \begin_inset ERT
6253 status collapsed
6254
6255 \begin_layout Plain Layout
6256
6257
6258 \backslash
6259 setlength{
6260 \backslash
6261 LTleft}{
6262 \backslash
6263 fill}
6264 \end_layout
6265
6266 \end_inset
6267
6268
6269 \begin_inset ERT
6270 status collapsed
6271
6272 \begin_layout Plain Layout
6273
6274
6275 \backslash
6276 addtocounter{table}{-1}
6277 \end_layout
6278
6279 \end_inset
6280
6281
6282 \begin_inset Note Note
6283 status collapsed
6284
6285 \begin_layout Plain Layout
6286 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
6287 \begin_inset space ~
6288 \end_inset
6289
6290
6291 \begin_inset CommandInset ref
6292 LatexCommand ref
6293 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
6294 nolink "false"
6295
6296 \end_inset
6297
6298
6299 \end_layout
6300
6301 \end_inset
6302
6303
6304 \end_layout
6305
6306 \begin_layout Subsection
6307 Beschriftungen mehrseitiger Tabellen
6308 \begin_inset CommandInset label
6309 LatexCommand label
6310 name "uab:Beschriftungen-mehrseitiger-Tabellen"
6311
6312 \end_inset
6313
6314
6315 \begin_inset Index idx
6316 range none
6317 pageformat default
6318 status collapsed
6319
6320 \begin_layout Plain Layout
6321 Mehrseitige Tabellen
6322 \end_layout
6323
6324 \end_inset
6325
6326
6327 \begin_inset Index idx
6328 range none
6329 pageformat default
6330 status collapsed
6331
6332 \begin_layout Plain Layout
6333 Tabellen
6334 \begin_inset IndexMacro subentry
6335 status open
6336
6337 \begin_layout Plain Layout
6338 mehrseitige
6339 \end_layout
6340
6341 \end_inset
6342
6343
6344 \begin_inset IndexMacro subentry
6345 status open
6346
6347 \begin_layout Plain Layout
6348 Titel
6349 \end_layout
6350
6351 \end_inset
6352
6353
6354 \end_layout
6355
6356 \end_inset
6357
6358
6359 \end_layout
6360
6361 \begin_layout Standard
6362 Eine mehrseitige Tabelle kann man nicht in ein Gleitobjekt packen,
6363  weil Gleitobjekte nur auf eine Seite gedruckt werden können.
6364  Daher wird die Beschriftung in eine Tabellenzeile eingegeben,
6365  wie in Abschnitt
6366 \begin_inset space ~
6367 \end_inset
6368
6369
6370 \begin_inset CommandInset ref
6371 LatexCommand ref
6372 reference "abs:Mehrseitige-Tabellen"
6373 nolink "false"
6374
6375 \end_inset
6376
6377  erklärt.
6378  Nur eine Tabellenzeile kann eine Beschriftung enthalten,
6379  entweder eine Kopf- oder eine Fußzeile.
6380 \end_layout
6381
6382 \begin_layout Standard
6383 Hier ist eine kurze mehrseitige Tabelle,
6384  die zeigt,
6385  wie das funktioniert:
6386 \end_layout
6387
6388 \begin_layout Standard
6389 \begin_inset Tabular
6390 <lyxtabular version="3" rows="6" columns="5">
6391 <features islongtable="true" longtabularalignment="center">
6392 <column alignment="center" valignment="top">
6393 <column alignment="center" valignment="top">
6394 <column alignment="center" valignment="top">
6395 <column alignment="center" valignment="top">
6396 <column alignment="center" valignment="top">
6397 <row endfirsthead="true" caption="true">
6398 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6399 \begin_inset Text
6400
6401 \begin_layout Plain Layout
6402 \begin_inset Caption Standard
6403
6404 \begin_layout Plain Layout
6405 Eine mehrseitige Tabelle mit Titel
6406 \begin_inset Argument 1
6407 status open
6408
6409 \begin_layout Plain Layout
6410 MehrseitigeTabelle
6411 \end_layout
6412
6413 \end_inset
6414
6415
6416 \end_layout
6417
6418 \end_inset
6419
6420
6421 \end_layout
6422
6423 \end_inset
6424 </cell>
6425 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6426 \begin_inset Text
6427
6428 \begin_layout Plain Layout
6429
6430 \end_layout
6431
6432 \end_inset
6433 </cell>
6434 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6435 \begin_inset Text
6436
6437 \begin_layout Plain Layout
6438
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6444 \begin_inset Text
6445
6446 \begin_layout Plain Layout
6447
6448 \end_layout
6449
6450 \end_inset
6451 </cell>
6452 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Plain Layout
6456
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 </row>
6462 <row>
6463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6464 \begin_inset Text
6465
6466 \begin_layout Plain Layout
6467 1
6468 \end_layout
6469
6470 \end_inset
6471 </cell>
6472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6473 \begin_inset Text
6474
6475 \begin_layout Plain Layout
6476 2
6477 \end_layout
6478
6479 \end_inset
6480 </cell>
6481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Plain Layout
6485 3
6486 \end_layout
6487
6488 \end_inset
6489 </cell>
6490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6491 \begin_inset Text
6492
6493 \begin_layout Plain Layout
6494 4
6495 \end_layout
6496
6497 \end_inset
6498 </cell>
6499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6500 \begin_inset Text
6501
6502 \begin_layout Plain Layout
6503 5
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 </row>
6509 <row>
6510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6511 \begin_inset Text
6512
6513 \begin_layout Plain Layout
6514 asd
6515 \end_layout
6516
6517 \end_inset
6518 </cell>
6519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6520 \begin_inset Text
6521
6522 \begin_layout Plain Layout
6523 s
6524 \end_layout
6525
6526 \end_inset
6527 </cell>
6528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6529 \begin_inset Text
6530
6531 \begin_layout Plain Layout
6532 s
6533 \end_layout
6534
6535 \end_inset
6536 </cell>
6537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Plain Layout
6541 s
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6547 \begin_inset Text
6548
6549 \begin_layout Plain Layout
6550 asd
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 </row>
6556 <row>
6557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6558 \begin_inset Text
6559
6560 \begin_layout Plain Layout
6561 asd
6562 \end_layout
6563
6564 \end_inset
6565 </cell>
6566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6567 \begin_inset Text
6568
6569 \begin_layout Plain Layout
6570 s
6571 \end_layout
6572
6573 \end_inset
6574 </cell>
6575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6576 \begin_inset Text
6577
6578 \begin_layout Plain Layout
6579 s
6580 \end_layout
6581
6582 \end_inset
6583 </cell>
6584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Plain Layout
6588 s
6589 \end_layout
6590
6591 \end_inset
6592 </cell>
6593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6594 \begin_inset Text
6595
6596 \begin_layout Plain Layout
6597 asd
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 </row>
6603 <row>
6604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6605 \begin_inset Text
6606
6607 \begin_layout Plain Layout
6608 asd
6609 \end_layout
6610
6611 \end_inset
6612 </cell>
6613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Plain Layout
6617 s
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6623 \begin_inset Text
6624
6625 \begin_layout Plain Layout
6626 s
6627 \end_layout
6628
6629 \end_inset
6630 </cell>
6631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Plain Layout
6635 s
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644 asd
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 </row>
6650 <row>
6651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6652 \begin_inset Text
6653
6654 \begin_layout Plain Layout
6655 asd
6656 \end_layout
6657
6658 \end_inset
6659 </cell>
6660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6661 \begin_inset Text
6662
6663 \begin_layout Plain Layout
6664 asd
6665 \end_layout
6666
6667 \end_inset
6668 </cell>
6669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6670 \begin_inset Text
6671
6672 \begin_layout Plain Layout
6673 asd
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682 asd
6683 \end_layout
6684
6685 \end_inset
6686 </cell>
6687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Plain Layout
6691 asd
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 </row>
6697 </lyxtabular>
6698
6699 \end_inset
6700
6701
6702 \end_layout
6703
6704 \begin_layout Standard
6705 \begin_inset VSpace medskip
6706 \end_inset
6707
6708
6709 \begin_inset Note Greyedout
6710 status open
6711
6712 \begin_layout Plain Layout
6713
6714 \series bold
6715 Bemerkung
6716 \begin_inset space ~
6717 \end_inset
6718
6719 1:
6720
6721 \series default
6722  Die Tabellennummer wird für jede mehrseitige Tabelle erhöht,
6723  auch wenn Sie keinen Titel vergeben.
6724  Deshalb könnte es passieren,
6725  dass zum Beispiel Tabelle
6726 \begin_inset space ~
6727 \end_inset
6728
6729 2.4 auf Tabelle
6730 \begin_inset space ~
6731 \end_inset
6732
6733 2.1 im Tabellenverzeichnis folgt,
6734  wenn dazwischen zwei mehrseitige Tabellen ohne Beschriftung sind.
6735  Um das zu vermeiden,
6736  können Sie hinter jede mehrseitige Tabelle ohne Titel folgenden \SpecialChar LaTeX
6737 -Befehl als \SpecialChar TeX
6738 -Code einfügen:
6739 \end_layout
6740
6741 \begin_layout Plain Layout
6742
6743 \series bold
6744
6745 \backslash
6746 addtocounter{table}{-1}
6747 \end_layout
6748
6749 \begin_layout Plain Layout
6750 Das ist nicht notwendig,
6751  wenn keine der mehrseitigen Tabellen im Dokument eine Beschriftung hat und Sie diesen Code zum \SpecialChar LaTeX
6752 -Vorspann hinzufügen:
6753 \end_layout
6754
6755 \begin_layout Plain Layout
6756
6757 \series bold
6758
6759 \backslash
6760 let
6761 \backslash
6762 myEnd
6763 \backslash
6764 endlongtable
6765 \begin_inset Newline newline
6766 \end_inset
6767
6768
6769 \backslash
6770 renewcommand{
6771 \backslash
6772 endlongtable}{
6773 \backslash
6774 myEnd
6775 \backslash
6776 addtocounter{table}{-1}}
6777 \end_layout
6778
6779 \end_inset
6780
6781
6782 \end_layout
6783
6784 \begin_layout Standard
6785 \begin_inset Note Greyedout
6786 status open
6787
6788 \begin_layout Plain Layout
6789
6790 \series bold
6791 Bemerkung
6792 \begin_inset space ~
6793 \end_inset
6794
6795 2:
6796
6797 \series default
6798  Wenn Sie 
6799 \series bold
6800 hyperref
6801 \series default
6802
6803 \begin_inset Index idx
6804 range none
6805 pageformat default
6806 status collapsed
6807
6808 \begin_layout Plain Layout
6809 \SpecialChar LaTeX
6810 -Pakete
6811 \begin_inset IndexMacro subentry
6812 status open
6813
6814 \begin_layout Plain Layout
6815 hyperref
6816 \end_layout
6817
6818 \end_inset
6819
6820
6821 \end_layout
6822
6823 \end_inset
6824
6825  in den
6826 \family sans
6827  PDF-Eigenschaften
6828 \family default
6829  im 
6830 \family sans
6831 Dokument-Einstellungen
6832 \family default
6833  Dialog für Querverweise benutzen,
6834  wird der Verweis auf eine mehrseitige Tabelle immer auf den Anfang des Dokuments zeigen.
6835 \end_layout
6836
6837 \end_inset
6838
6839
6840 \end_layout
6841
6842 \begin_layout Subsubsection
6843 Querverweise auf mehrseitige
6844 \family sans
6845  Tabelle
6846 \family default
6847 n
6848 \begin_inset Index idx
6849 range none
6850 pageformat default
6851 status collapsed
6852
6853 \begin_layout Plain Layout
6854 Tabellen
6855 \begin_inset IndexMacro subentry
6856 status open
6857
6858 \begin_layout Plain Layout
6859 mehrseitige
6860 \end_layout
6861
6862 \end_inset
6863
6864
6865 \begin_inset IndexMacro subentry
6866 status open
6867
6868 \begin_layout Plain Layout
6869 Querverweis
6870 \end_layout
6871
6872 \end_inset
6873
6874
6875 \end_layout
6876
6877 \end_inset
6878
6879
6880 \end_layout
6881
6882 \begin_layout Standard
6883 \begin_inset Tabular
6884 <lyxtabular version="3" rows="6" columns="5">
6885 <features islongtable="true" longtabularalignment="center">
6886 <column alignment="center" valignment="top">
6887 <column alignment="center" valignment="top">
6888 <column alignment="center" valignment="top">
6889 <column alignment="center" valignment="top">
6890 <column alignment="center" valignment="top">
6891 <row endfirsthead="true" caption="true">
6892 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Plain Layout
6896 \begin_inset Caption Standard
6897
6898 \begin_layout Plain Layout
6899 Mehrseitige Tabelle mit Marke
6900 \begin_inset CommandInset label
6901 LatexCommand label
6902 name "tab:Mehrseitige-Tabelle-mit-Marke"
6903
6904 \end_inset
6905
6906
6907 \end_layout
6908
6909 \end_inset
6910
6911
6912 \end_layout
6913
6914 \end_inset
6915 </cell>
6916 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920
6921 \end_layout
6922
6923 \end_inset
6924 </cell>
6925 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6935 \begin_inset Text
6936
6937 \begin_layout Plain Layout
6938
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 </row>
6953 <row>
6954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6955 \begin_inset Text
6956
6957 \begin_layout Plain Layout
6958 1
6959 \end_layout
6960
6961 \end_inset
6962 </cell>
6963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Plain Layout
6967 2
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976 3
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985 4
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994 5
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 </row>
7000 <row>
7001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005 asd
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Plain Layout
7014 s
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023 s
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7029 \begin_inset Text
7030
7031 \begin_layout Plain Layout
7032 s
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041 asd
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 </row>
7047 <row>
7048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7049 \begin_inset Text
7050
7051 \begin_layout Plain Layout
7052 asd
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061 s
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070 s
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079 s
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088 asd
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 </row>
7094 <row>
7095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099 asd
7100 \end_layout
7101
7102 \end_inset
7103 </cell>
7104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7105 \begin_inset Text
7106
7107 \begin_layout Plain Layout
7108 s
7109 \end_layout
7110
7111 \end_inset
7112 </cell>
7113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7114 \begin_inset Text
7115
7116 \begin_layout Plain Layout
7117 s
7118 \end_layout
7119
7120 \end_inset
7121 </cell>
7122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7123 \begin_inset Text
7124
7125 \begin_layout Plain Layout
7126 s
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135 asd
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 </row>
7141 <row>
7142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7143 \begin_inset Text
7144
7145 \begin_layout Plain Layout
7146 asd
7147 \end_layout
7148
7149 \end_inset
7150 </cell>
7151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Plain Layout
7155 sad
7156 \end_layout
7157
7158 \end_inset
7159 </cell>
7160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7161 \begin_inset Text
7162
7163 \begin_layout Plain Layout
7164 asd
7165 \end_layout
7166
7167 \end_inset
7168 </cell>
7169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Plain Layout
7173 asd
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7179 \begin_inset Text
7180
7181 \begin_layout Plain Layout
7182 asd
7183 \end_layout
7184
7185 \end_inset
7186 </cell>
7187 </row>
7188 </lyxtabular>
7189
7190 \end_inset
7191
7192
7193 \end_layout
7194
7195 \begin_layout Standard
7196 Damit auf eine mehrseitige Tabelle verwiesen werden kann,
7197  müssen Sie eine Marke im Titel einfügen.
7198 \end_layout
7199
7200 \begin_layout Standard
7201 Dies ist ein Verweis auf Tabelle
7202 \begin_inset space ~
7203 \end_inset
7204
7205
7206 \begin_inset CommandInset ref
7207 LatexCommand ref
7208 reference "tab:Mehrseitige-Tabelle-mit-Marke"
7209 nolink "false"
7210
7211 \end_inset
7212
7213 .
7214 \end_layout
7215
7216 \begin_layout Standard
7217 Mit dem \SpecialChar LaTeX
7218 -Paket 
7219 \series bold
7220 caption
7221 \series default
7222
7223 \begin_inset Index idx
7224 range none
7225 pageformat default
7226 status collapsed
7227
7228 \begin_layout Plain Layout
7229 \SpecialChar LaTeX
7230 -Pakete
7231 \begin_inset IndexMacro subentry
7232 status open
7233
7234 \begin_layout Plain Layout
7235 caption
7236 \end_layout
7237
7238 \end_inset
7239
7240
7241 \end_layout
7242
7243 \end_inset
7244
7245 ,
7246  siehe Abschnitt
7247 \begin_inset space ~
7248 \end_inset
7249
7250
7251 \begin_inset CommandInset ref
7252 LatexCommand ref
7253 reference "abs:Titel-Formatierung"
7254 nolink "false"
7255
7256 \end_inset
7257
7258 ,
7259  können Sie alle anderen Beschriftungsoptionen benutzen.
7260 \end_layout
7261
7262 \begin_layout Subsubsection
7263 Titelbreite
7264 \begin_inset Index idx
7265 range none
7266 pageformat default
7267 status collapsed
7268
7269 \begin_layout Plain Layout
7270 Tabellen
7271 \begin_inset IndexMacro subentry
7272 status open
7273
7274 \begin_layout Plain Layout
7275 mehrseitige
7276 \end_layout
7277
7278 \end_inset
7279
7280
7281 \begin_inset IndexMacro subentry
7282 status open
7283
7284 \begin_layout Plain Layout
7285 Beschriftungsbreite
7286 \end_layout
7287
7288 \end_inset
7289
7290
7291 \end_layout
7292
7293 \end_inset
7294
7295
7296 \end_layout
7297
7298 \begin_layout Standard
7299 Die maximale Titelbreite wird durch die Variable 
7300 \series bold
7301
7302 \backslash
7303 LTcapwidth
7304 \series default
7305  definiert.
7306  Ihr Standardwert ist 4
7307 \begin_inset space \thinspace{}
7308 \end_inset
7309
7310 Zoll (
7311 \begin_inset Formula $\approx10$
7312 \end_inset
7313
7314
7315 \begin_inset space \thinspace{}
7316 \end_inset
7317
7318 cm).
7319  Um das zu ändern,
7320  können Sie entweder im \SpecialChar LaTeX
7321 -Vorspann oder als \SpecialChar TeX
7322 -Code vor der betreffenden mehrseitigen Tabelle folgenden Befehl einsetzen:
7323 \end_layout
7324
7325 \begin_layout Standard
7326
7327 \series bold
7328
7329 \backslash
7330 setlength{
7331 \backslash
7332 LTcapwidth}{Breite}
7333 \end_layout
7334
7335 \begin_layout Standard
7336 wobei die 
7337 \family sans
7338 Breite
7339 \family default
7340  eine der in Anhang
7341 \begin_inset space ~
7342 \end_inset
7343
7344
7345 \begin_inset CommandInset ref
7346 LatexCommand ref
7347 reference "kap:In-LyX-verfügbare"
7348 nolink "false"
7349
7350 \end_inset
7351
7352  aufgelisteten Einheiten haben kann.
7353 \end_layout
7354
7355 \begin_layout Standard
7356 Die beiden folgenden Tabellen zeigen den Unterschied:
7357 \end_layout
7358
7359 \begin_layout Standard
7360 \begin_inset Tabular
7361 <lyxtabular version="3" rows="6" columns="5">
7362 <features islongtable="true" longtabularalignment="center">
7363 <column alignment="center" valignment="top">
7364 <column alignment="center" valignment="top">
7365 <column alignment="center" valignment="top">
7366 <column alignment="center" valignment="top">
7367 <column alignment="center" valignment="top">
7368 <row endfirsthead="true" caption="true">
7369 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373 \begin_inset Caption Standard
7374
7375 \begin_layout Plain Layout
7376 Langer Titel mit Standardbreite,
7377  Langer Titel mit Standardbreite
7378 \begin_inset Argument 1
7379 status open
7380
7381 \begin_layout Plain Layout
7382 Titel mit Standardbreite
7383 \end_layout
7384
7385 \end_inset
7386
7387
7388 \end_layout
7389
7390 \end_inset
7391
7392
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7407 \begin_inset Text
7408
7409 \begin_layout Plain Layout
7410
7411 \end_layout
7412
7413 \end_inset
7414 </cell>
7415 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7416 \begin_inset Text
7417
7418 \begin_layout Plain Layout
7419
7420 \end_layout
7421
7422 \end_inset
7423 </cell>
7424 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7425 \begin_inset Text
7426
7427 \begin_layout Plain Layout
7428
7429 \end_layout
7430
7431 \end_inset
7432 </cell>
7433 </row>
7434 <row>
7435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7436 \begin_inset Text
7437
7438 \begin_layout Plain Layout
7439 1
7440 \end_layout
7441
7442 \end_inset
7443 </cell>
7444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7445 \begin_inset Text
7446
7447 \begin_layout Plain Layout
7448 2
7449 \end_layout
7450
7451 \end_inset
7452 </cell>
7453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7454 \begin_inset Text
7455
7456 \begin_layout Plain Layout
7457 3
7458 \end_layout
7459
7460 \end_inset
7461 </cell>
7462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466 4
7467 \end_layout
7468
7469 \end_inset
7470 </cell>
7471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7472 \begin_inset Text
7473
7474 \begin_layout Plain Layout
7475 5
7476 \end_layout
7477
7478 \end_inset
7479 </cell>
7480 </row>
7481 <row>
7482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7483 \begin_inset Text
7484
7485 \begin_layout Plain Layout
7486 asd
7487 \end_layout
7488
7489 \end_inset
7490 </cell>
7491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7492 \begin_inset Text
7493
7494 \begin_layout Plain Layout
7495 s
7496 \end_layout
7497
7498 \end_inset
7499 </cell>
7500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7501 \begin_inset Text
7502
7503 \begin_layout Plain Layout
7504 s
7505 \end_layout
7506
7507 \end_inset
7508 </cell>
7509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7510 \begin_inset Text
7511
7512 \begin_layout Plain Layout
7513 s
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 asd
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 </row>
7528 <row>
7529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7530 \begin_inset Text
7531
7532 \begin_layout Plain Layout
7533 asd
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542 s
7543 \end_layout
7544
7545 \end_inset
7546 </cell>
7547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551 s
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Plain Layout
7560 s
7561 \end_layout
7562
7563 \end_inset
7564 </cell>
7565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7566 \begin_inset Text
7567
7568 \begin_layout Plain Layout
7569 asd
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 </row>
7575 <row>
7576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7577 \begin_inset Text
7578
7579 \begin_layout Plain Layout
7580 asd
7581 \end_layout
7582
7583 \end_inset
7584 </cell>
7585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7586 \begin_inset Text
7587
7588 \begin_layout Plain Layout
7589 s
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598 s
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Plain Layout
7607 s
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Plain Layout
7616 asd
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 </row>
7622 <row>
7623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627 asd
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636 sad
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645 asd
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7651 \begin_inset Text
7652
7653 \begin_layout Plain Layout
7654 asd
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Plain Layout
7663 asd
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 </row>
7669 </lyxtabular>
7670
7671 \end_inset
7672
7673
7674 \end_layout
7675
7676 \begin_layout Standard
7677 \begin_inset ERT
7678 status collapsed
7679
7680 \begin_layout Plain Layout
7681
7682
7683 \backslash
7684 setlength{
7685 \backslash
7686 LTcapwidth}{5cm}
7687 \end_layout
7688
7689 \end_inset
7690
7691
7692 \begin_inset Tabular
7693 <lyxtabular version="3" rows="6" columns="5">
7694 <features islongtable="true" longtabularalignment="center">
7695 <column alignment="center" valignment="top">
7696 <column alignment="center" valignment="top">
7697 <column alignment="center" valignment="top">
7698 <column alignment="center" valignment="top">
7699 <column alignment="center" valignment="top">
7700 <row endfirsthead="true" caption="true">
7701 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Plain Layout
7705 \begin_inset Caption Standard
7706
7707 \begin_layout Plain Layout
7708 Langer Titel mit 5
7709 \begin_inset space \thinspace{}
7710 \end_inset
7711
7712 cm Breite,
7713  Langer Titel mit 5
7714 \begin_inset space \thinspace{}
7715 \end_inset
7716
7717 cm Breite
7718 \begin_inset Argument 1
7719 status open
7720
7721 \begin_layout Plain Layout
7722 Titel mit 5
7723 \begin_inset space \thinspace{}
7724 \end_inset
7725
7726 cm Breite
7727 \end_layout
7728
7729 \end_inset
7730
7731
7732 \end_layout
7733
7734 \end_inset
7735
7736
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7751 \begin_inset Text
7752
7753 \begin_layout Plain Layout
7754
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Plain Layout
7763
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7769 \begin_inset Text
7770
7771 \begin_layout Plain Layout
7772
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 </row>
7778 <row>
7779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7780 \begin_inset Text
7781
7782 \begin_layout Plain Layout
7783 1
7784 \end_layout
7785
7786 \end_inset
7787 </cell>
7788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792 2
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801 3
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810 4
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819 5
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 </row>
7825 <row>
7826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830 asd
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839 s
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848 s
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857 s
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866 asd
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 </row>
7872 <row>
7873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877 asd
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886 s
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895 s
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904 s
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913 asd
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 </row>
7919 <row>
7920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924 asd
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933 s
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942 s
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951 s
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960 asd
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 </row>
7966 <row>
7967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 asd
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980 sad
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989 asd
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998 asd
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007 asd
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 </row>
8013 </lyxtabular>
8014
8015 \end_inset
8016
8017
8018 \begin_inset ERT
8019 status collapsed
8020
8021 \begin_layout Plain Layout
8022
8023
8024 \backslash
8025 setlength{
8026 \backslash
8027 LTcapwidth}{4in}
8028 \end_layout
8029
8030 \end_inset
8031
8032
8033 \begin_inset Note Note
8034 status collapsed
8035
8036 \begin_layout Plain Layout
8037 Beschriftungsbreite zurücksetzen
8038 \end_layout
8039
8040 \end_inset
8041
8042
8043 \end_layout
8044
8045 \begin_layout Standard
8046 \begin_inset Note Greyedout
8047 status open
8048
8049 \begin_layout Plain Layout
8050
8051 \series bold
8052 Achtung:
8053
8054 \series default
8055  Wenn das \SpecialChar LaTeX
8056 -Paket 
8057 \series bold
8058 caption
8059 \series default
8060
8061 \begin_inset Index idx
8062 range none
8063 pageformat default
8064 status collapsed
8065
8066 \begin_layout Plain Layout
8067 \SpecialChar LaTeX
8068 -Pakete
8069 \begin_inset IndexMacro subentry
8070 status open
8071
8072 \begin_layout Plain Layout
8073 caption
8074 \end_layout
8075
8076 \end_inset
8077
8078
8079 \end_layout
8080
8081 \end_inset
8082
8083  verwendet wird,
8084  so wie in diesem Dokument,
8085  wird die ganze Seitenbreite für die Beschriftung verwendet,
8086  wenn Sie den voreingestellten Wert von 4
8087 \begin_inset space \thinspace{}
8088 \end_inset
8089
8090 Zoll für 
8091 \series bold
8092
8093 \backslash
8094 LTcapwidth
8095 \series default
8096  benutzen.
8097  Um in diesem Fall eine genau 4
8098 \begin_inset space \thinspace{}
8099 \end_inset
8100
8101 Zoll breite Beschriftung zu erhalten,
8102  können Sie entweder einen leicht von 4
8103 \begin_inset space \thinspace{}
8104 \end_inset
8105
8106 Zoll veränderten Wert wie z.
8107 \begin_inset space \thinspace{}
8108 \end_inset
8109
8110 B.
8111  3.99
8112 \begin_inset space \thinspace{}
8113 \end_inset
8114
8115 Zoll verwenden oder den \SpecialChar LaTeX
8116 -Befehl 
8117 \series bold
8118
8119 \backslash
8120 captionsetup{width=Wert}
8121 \series default
8122  benutzen,
8123  der vom 
8124 \series bold
8125 caption
8126 \series default
8127 -Paket bereitgestellt wird.
8128 \end_layout
8129
8130 \end_inset
8131
8132
8133 \end_layout
8134
8135 \begin_layout Subsubsection
8136 Unterschiedliche Beschriftung für Tabellenseiten
8137 \begin_inset Index idx
8138 range none
8139 pageformat default
8140 status collapsed
8141
8142 \begin_layout Plain Layout
8143 Tabellen
8144 \begin_inset IndexMacro subentry
8145 status open
8146
8147 \begin_layout Plain Layout
8148 mehrseitige
8149 \end_layout
8150
8151 \end_inset
8152
8153
8154 \begin_inset IndexMacro subentry
8155 status open
8156
8157 \begin_layout Plain Layout
8158 mehrere Beschriftungen
8159 \end_layout
8160
8161 \end_inset
8162
8163
8164 \end_layout
8165
8166 \end_inset
8167
8168
8169 \end_layout
8170
8171 \begin_layout Standard
8172 Wenn die Tabellenbeschriftung der folgenden Seiten anders sein soll,
8173  als die der ersten Seite,
8174  markieren Sie eine leere Zeile als Kopfzeile,
8175  die eine Beschriftung enthält.
8176  Dann klicken Sie mit rechts auf die Beschriftung und wählen im Kontext-Menü 
8177 \family sans
8178 Legende
8179 \begin_inset space ~
8180 \end_inset
8181
8182 (Unnummeriert)
8183 \family default
8184  aus.
8185  Tabelle
8186 \begin_inset space ~
8187 \end_inset
8188
8189
8190 \begin_inset CommandInset ref
8191 LatexCommand ref
8192 reference "tab:Telefonliste"
8193 nolink "false"
8194
8195 \end_inset
8196
8197  ist ein Beispiel für eine mehrseitige Tabelle mit unterschiedlichen Titeln und ohne Tabellennummer auf der zweiten Seite.
8198 \end_layout
8199
8200 \begin_layout Standard
8201 \align center
8202 \begin_inset Tabular
8203 <lyxtabular version="3" rows="59" columns="3">
8204 <features islongtable="true" longtabularalignment="center">
8205 <column alignment="left" valignment="top" width="0pt">
8206 <column alignment="left" valignment="top" width="0pt">
8207 <column alignment="center" valignment="top" width="0pt">
8208 <row endfirsthead="true" caption="true">
8209 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 \begin_inset Caption Standard
8214
8215 \begin_layout Plain Layout
8216 Telefonliste
8217 \begin_inset CommandInset label
8218 LatexCommand label
8219 name "tab:Telefonliste"
8220
8221 \end_inset
8222
8223
8224 \begin_inset Argument 1
8225 status collapsed
8226
8227 \begin_layout Plain Layout
8228 Telefonliste
8229 \end_layout
8230
8231 \end_inset
8232
8233
8234 \end_layout
8235
8236 \end_inset
8237
8238
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 </row>
8262 <row endfirsthead="true">
8263 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267
8268 \series bold
8269 Telefonliste (ignoriere die Namen)
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row endfirsthead="true">
8294 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298
8299 \series bold
8300 NAME
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318
8319 \series bold
8320 TEL.
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 </row>
8326 <row endhead="true" caption="true">
8327 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 \begin_inset Caption Unnumbered
8332
8333 \begin_layout Plain Layout
8334 Fortsetzung der Telefonliste
8335 \end_layout
8336
8337 \end_inset
8338
8339
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 </row>
8363 <row endhead="true">
8364 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368
8369 \series bold
8370 Telefonliste
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 </row>
8394 <row endhead="true">
8395 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399
8400 \series bold
8401 NAME
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419
8420 \series bold
8421 TEL.
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 </row>
8427 <row endfoot="true">
8428 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 wird fortgesetzt\SpecialChar ldots
8433
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 </row>
8457 <row>
8458 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462
8463 \series bold
8464 Annovi
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 Silvia
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482 111
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 </row>
8488 <row>
8489 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493
8494 \series bold
8495 Bertoli
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 Stefano
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513 111
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 </row>
8519 <row>
8520 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524
8525 \series bold
8526 Bozzi
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 Walter
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544 111
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 </row>
8550 <row>
8551 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555
8556 \series bold
8557 Cachia
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 Maria
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575 111
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 </row>
8581 <row>
8582 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586
8587 \series bold
8588 Cachia
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 Maurizio
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606 111
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 </row>
8612 <row>
8613 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617
8618 \series bold
8619 Cinquemani
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628 Giusi
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637 111
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 </row>
8643 <row>
8644 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648
8649 \series bold
8650 Colin
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659 Bernard
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668 111
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 </row>
8674 <row>
8675 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679
8680 \series bold
8681 Concli
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 Gianfranco
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 111
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 </row>
8705 <row>
8706 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710
8711 \series bold
8712 Dal Bosco
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 Carolina
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730 111
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 </row>
8736 <row>
8737 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741
8742 \series bold
8743 Dalpiaz
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752 Annamaria
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761 111
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 </row>
8767 <row>
8768 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772
8773 \series bold
8774 Feliciello
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783 Domenico
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792 111
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 </row>
8798 <row>
8799 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803
8804 \series bold
8805 Focarelli
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 Paola
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823 111
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 </row>
8829 <row>
8830 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834
8835 \series bold
8836 Galletti
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 Oreste
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854 111
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 </row>
8860 <row>
8861 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865
8866 \series bold
8867 Gasparini
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876 Franca
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885 111
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 </row>
8891 <row>
8892 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896
8897 \series bold
8898 Rizzardi
8899 \series default
8900
8901 \begin_inset Foot
8902 status open
8903
8904 \begin_layout Plain Layout
8905 Beispielfußnote
8906 \end_layout
8907
8908 \end_inset
8909
8910
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919 Paola
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928 111
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 </row>
8934 <row>
8935 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939
8940 \series bold
8941 Lassini
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950 Giancarlo
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959 111
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 </row>
8965 <row>
8966 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970
8971 \series bold
8972 Malfatti
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981 Luciano
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990 111
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 </row>
8996 <row>
8997 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001
9002 \series bold
9003 Malfatti
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 Valeriano
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021 111
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 </row>
9027 <row>
9028 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032
9033 \series bold
9034 Meneguzzo
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043 Roberto
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052 111
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 </row>
9058 <row>
9059 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063
9064 \series bold
9065 Mezzadra
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074 Roberto
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083 111
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 </row>
9089 <row>
9090 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9091 \begin_inset Text
9092
9093 \begin_layout Plain Layout
9094
9095 \series bold
9096 Pirpamer
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Plain Layout
9105 Erich
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114 111
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 </row>
9120 <row>
9121 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9122 \begin_inset Text
9123
9124 \begin_layout Plain Layout
9125
9126 \series bold
9127 Pochiesa
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9133 \begin_inset Text
9134
9135 \begin_layout Plain Layout
9136 Paolo
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145 111,
9146  222
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 </row>
9152 <row>
9153 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157
9158 \series bold
9159 Radina
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168 Claudio
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177 111
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 </row>
9183 <row>
9184 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188
9189 \series bold
9190 Stuffer
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 Oskar
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208 111
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 </row>
9214 <row>
9215 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219
9220 \series bold
9221 Tacchelli
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230 Ugo
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239 111
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 </row>
9245 <row>
9246 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250
9251 \series bold
9252 Tezzele
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 Margit
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270 111
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 </row>
9276 <row>
9277 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281
9282 \series bold
9283 Unterkalmsteiner
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292 Frieda
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301 111
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 </row>
9307 <row>
9308 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312
9313 \series bold
9314 Vieider
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9320 \begin_inset Text
9321
9322 \begin_layout Plain Layout
9323 Hilde
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332 111
9333 \end_layout
9334
9335 \end_inset
9336 </cell>
9337 </row>
9338 <row>
9339 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343
9344 \series bold
9345 Vigna
9346 \end_layout
9347
9348 \end_inset
9349 </cell>
9350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9351 \begin_inset Text
9352
9353 \begin_layout Plain Layout
9354 Jürgen
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363 111
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 </row>
9369 <row>
9370 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374
9375 \series bold
9376 Weber
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385 Maurizio
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394 111
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 </row>
9400 <row>
9401 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405
9406 \series bold
9407 Winkler
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9413 \begin_inset Text
9414
9415 \begin_layout Plain Layout
9416 Franz
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425 111
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 </row>
9431 <row>
9432 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436  
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 </row>
9460 <row>
9461 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9462 \begin_inset Text
9463
9464 \begin_layout Plain Layout
9465
9466 \series bold
9467 Annovi
9468 \end_layout
9469
9470 \end_inset
9471 </cell>
9472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476 Silvia
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9482 \begin_inset Text
9483
9484 \begin_layout Plain Layout
9485 555
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 </row>
9491 <row>
9492 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9493 \begin_inset Text
9494
9495 \begin_layout Plain Layout
9496
9497 \series bold
9498 Bertoli
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9504 \begin_inset Text
9505
9506 \begin_layout Plain Layout
9507 Stefano
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9513 \begin_inset Text
9514
9515 \begin_layout Plain Layout
9516 555
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 </row>
9522 <row>
9523 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9524 \begin_inset Text
9525
9526 \begin_layout Plain Layout
9527
9528 \series bold
9529 Bozzi
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Plain Layout
9538 Walter
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9544 \begin_inset Text
9545
9546 \begin_layout Plain Layout
9547 555
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 </row>
9553 <row>
9554 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9555 \begin_inset Text
9556
9557 \begin_layout Plain Layout
9558
9559 \series bold
9560 Cachia
9561 \end_layout
9562
9563 \end_inset
9564 </cell>
9565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9566 \begin_inset Text
9567
9568 \begin_layout Plain Layout
9569 Maria
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9575 \begin_inset Text
9576
9577 \begin_layout Plain Layout
9578 555
9579 \end_layout
9580
9581 \end_inset
9582 </cell>
9583 </row>
9584 <row>
9585 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9586 \begin_inset Text
9587
9588 \begin_layout Plain Layout
9589
9590 \series bold
9591 Cachia
9592 \end_layout
9593
9594 \end_inset
9595 </cell>
9596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9597 \begin_inset Text
9598
9599 \begin_layout Plain Layout
9600 Maurizio
9601 \end_layout
9602
9603 \end_inset
9604 </cell>
9605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9606 \begin_inset Text
9607
9608 \begin_layout Plain Layout
9609 555
9610 \end_layout
9611
9612 \end_inset
9613 </cell>
9614 </row>
9615 <row>
9616 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9617 \begin_inset Text
9618
9619 \begin_layout Plain Layout
9620
9621 \series bold
9622 Cinquemani
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9628 \begin_inset Text
9629
9630 \begin_layout Plain Layout
9631 Giusi
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Plain Layout
9640 555
9641 \end_layout
9642
9643 \end_inset
9644 </cell>
9645 </row>
9646 <row>
9647 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9648 \begin_inset Text
9649
9650 \begin_layout Plain Layout
9651
9652 \series bold
9653 Colin
9654 \end_layout
9655
9656 \end_inset
9657 </cell>
9658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9659 \begin_inset Text
9660
9661 \begin_layout Plain Layout
9662 Bernard
9663 \end_layout
9664
9665 \end_inset
9666 </cell>
9667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9668 \begin_inset Text
9669
9670 \begin_layout Plain Layout
9671 555
9672 \end_layout
9673
9674 \end_inset
9675 </cell>
9676 </row>
9677 <row>
9678 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9679 \begin_inset Text
9680
9681 \begin_layout Plain Layout
9682
9683 \series bold
9684 Concli
9685 \end_layout
9686
9687 \end_inset
9688 </cell>
9689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9690 \begin_inset Text
9691
9692 \begin_layout Plain Layout
9693 Gianfranco
9694 \end_layout
9695
9696 \end_inset
9697 </cell>
9698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9699 \begin_inset Text
9700
9701 \begin_layout Plain Layout
9702 555
9703 \end_layout
9704
9705 \end_inset
9706 </cell>
9707 </row>
9708 <row>
9709 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9710 \begin_inset Text
9711
9712 \begin_layout Plain Layout
9713
9714 \series bold
9715 Dal Bosco
9716 \end_layout
9717
9718 \end_inset
9719 </cell>
9720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9721 \begin_inset Text
9722
9723 \begin_layout Plain Layout
9724 Carolina
9725 \end_layout
9726
9727 \end_inset
9728 </cell>
9729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9730 \begin_inset Text
9731
9732 \begin_layout Plain Layout
9733 555
9734 \end_layout
9735
9736 \end_inset
9737 </cell>
9738 </row>
9739 <row>
9740 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9741 \begin_inset Text
9742
9743 \begin_layout Plain Layout
9744
9745 \series bold
9746 Dalpiaz
9747 \end_layout
9748
9749 \end_inset
9750 </cell>
9751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9752 \begin_inset Text
9753
9754 \begin_layout Plain Layout
9755 Annamaria
9756 \end_layout
9757
9758 \end_inset
9759 </cell>
9760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764 555
9765 \end_layout
9766
9767 \end_inset
9768 </cell>
9769 </row>
9770 <row>
9771 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Plain Layout
9775
9776 \series bold
9777 Feliciello
9778 \end_layout
9779
9780 \end_inset
9781 </cell>
9782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9783 \begin_inset Text
9784
9785 \begin_layout Plain Layout
9786 Domenico
9787 \end_layout
9788
9789 \end_inset
9790 </cell>
9791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795 555
9796 \end_layout
9797
9798 \end_inset
9799 </cell>
9800 </row>
9801 <row>
9802 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9803 \begin_inset Text
9804
9805 \begin_layout Plain Layout
9806
9807 \series bold
9808 Focarelli
9809 \end_layout
9810
9811 \end_inset
9812 </cell>
9813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9814 \begin_inset Text
9815
9816 \begin_layout Plain Layout
9817 Paola
9818 \end_layout
9819
9820 \end_inset
9821 </cell>
9822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Plain Layout
9826 555
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 </row>
9832 <row>
9833 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837
9838 \series bold
9839 Galletti
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Plain Layout
9848 Oreste
9849 \end_layout
9850
9851 \end_inset
9852 </cell>
9853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9854 \begin_inset Text
9855
9856 \begin_layout Plain Layout
9857 555
9858 \end_layout
9859
9860 \end_inset
9861 </cell>
9862 </row>
9863 <row>
9864 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9865 \begin_inset Text
9866
9867 \begin_layout Plain Layout
9868
9869 \series bold
9870 Gasparini
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9876 \begin_inset Text
9877
9878 \begin_layout Plain Layout
9879 Franca
9880 \end_layout
9881
9882 \end_inset
9883 </cell>
9884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Plain Layout
9888 555
9889 \end_layout
9890
9891 \end_inset
9892 </cell>
9893 </row>
9894 <row>
9895 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899
9900 \series bold
9901 Rizzardi
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Plain Layout
9910 Paola
9911 \end_layout
9912
9913 \end_inset
9914 </cell>
9915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919 555
9920 \end_layout
9921
9922 \end_inset
9923 </cell>
9924 </row>
9925 <row>
9926 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9927 \begin_inset Text
9928
9929 \begin_layout Plain Layout
9930
9931 \series bold
9932 Lassini
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9938 \begin_inset Text
9939
9940 \begin_layout Plain Layout
9941 Giancarlo
9942 \end_layout
9943
9944 \end_inset
9945 </cell>
9946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950 555
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 </row>
9956 <row>
9957 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961
9962 \series bold
9963 Malfatti
9964 \end_layout
9965
9966 \end_inset
9967 </cell>
9968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9969 \begin_inset Text
9970
9971 \begin_layout Plain Layout
9972 Luciano
9973 \end_layout
9974
9975 \end_inset
9976 </cell>
9977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981 555
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 </row>
9987 <row>
9988 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992
9993 \series bold
9994 Malfatti
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003 Valeriano
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012 555
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 </row>
10018 <row>
10019 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023
10024 \series bold
10025 Meneguzzo
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034 Roberto
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043 555
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 </row>
10049 <row>
10050 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10051 \begin_inset Text
10052
10053 \begin_layout Plain Layout
10054
10055 \series bold
10056 Mezzadra
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065 Roberto
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074 555
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 </row>
10080 </lyxtabular>
10081
10082 \end_inset
10083
10084
10085 \end_layout
10086
10087 \begin_layout Section
10088 Weitere Möglichkeiten für mehrseitige
10089 \family sans
10090  Tabelle
10091 \family default
10092 n
10093 \begin_inset CommandInset label
10094 LatexCommand label
10095 name "sec:Weitere-Möglichkeiten-für"
10096
10097 \end_inset
10098
10099
10100 \end_layout
10101
10102 \begin_layout Subsection
10103 Berechnung mehrseitiger Tabellen
10104 \begin_inset Index idx
10105 range none
10106 pageformat default
10107 status collapsed
10108
10109 \begin_layout Plain Layout
10110 Tabellen
10111 \begin_inset IndexMacro subentry
10112 status open
10113
10114 \begin_layout Plain Layout
10115 mehrseitige
10116 \end_layout
10117
10118 \end_inset
10119
10120
10121 \begin_inset IndexMacro subentry
10122 status open
10123
10124 \begin_layout Plain Layout
10125 Berechnung
10126 \end_layout
10127
10128 \end_inset
10129
10130
10131 \end_layout
10132
10133 \end_inset
10134
10135
10136 \end_layout
10137
10138 \begin_layout Standard
10139 \SpecialChar LaTeX
10140  berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit so genannten 
10141 \emph on
10142 chunks
10143 \emph default
10144  (Brocken).
10145  Chunks sind Tabellenteile,
10146  die \SpecialChar LaTeX
10147  gleichzeitig im Speicher hält.
10148  Aus historischen Gründen wurde der Standardwert auf 20
10149 \begin_inset space ~
10150 \end_inset
10151
10152 Tabellenzeilen gesetzt.
10153  Wenn Sie Tabellen benutzen,
10154  die über mehrere Seiten gehen,
10155  verlangsamt das die Druckausgabe.
10156  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100
10157 \begin_inset space \thinspace{}
10158 \end_inset
10159
10160 --
10161 \begin_inset space \thinspace{}
10162 \end_inset
10163
10164 1000 setzen,
10165  indem Sie in den \SpecialChar LaTeX
10166 -Vorspann Ihres Dokumentes folgende Zeile einfügen:
10167 \end_layout
10168
10169 \begin_layout Standard
10170
10171 \series bold
10172
10173 \backslash
10174 setcounter{LTchunksize}{100}
10175 \end_layout
10176
10177 \begin_layout Subsection
10178 Gleitobjekte und mehrseitige Tabellen
10179 \begin_inset Index idx
10180 range none
10181 pageformat default
10182 status collapsed
10183
10184 \begin_layout Plain Layout
10185 Tabellen
10186 \begin_inset IndexMacro subentry
10187 status open
10188
10189 \begin_layout Plain Layout
10190 mehrseitige
10191 \end_layout
10192
10193 \end_inset
10194
10195
10196 \begin_inset IndexMacro subentry
10197 status open
10198
10199 \begin_layout Plain Layout
10200 Gleitobjekte
10201 \end_layout
10202
10203 \end_inset
10204
10205
10206 \end_layout
10207
10208 \end_inset
10209
10210
10211 \end_layout
10212
10213 \begin_layout Standard
10214 Es kann Probleme geben,
10215  wenn sich auf derselben Seite,
10216  auf der eine mehrseitige Tabelle beginnt,
10217  ein Gleitobjekt befindet.
10218  Um das zu vermeiden,
10219  können Sie vor der mehrseitigen Tabelle einen manuellen Seitenumbruch
10220 \family sans
10221  Einfügen\SpecialChar menuseparator
10222 Formatierung\SpecialChar menuseparator
10223 [Doppel]Seite
10224 \begin_inset space \space{}
10225 \end_inset
10226
10227 leeren
10228 \family default
10229  einfügen,
10230  siehe 
10231 \emph on
10232 Benutzerhandbuch
10233 \emph default
10234 .
10235 \end_layout
10236
10237 \begin_layout Subsection
10238 Manuelle Seitenumbrüche
10239 \begin_inset Index idx
10240 range none
10241 pageformat default
10242 status collapsed
10243
10244 \begin_layout Plain Layout
10245 Tabellen
10246 \begin_inset IndexMacro subentry
10247 status open
10248
10249 \begin_layout Plain Layout
10250 mehrseitige
10251 \end_layout
10252
10253 \end_inset
10254
10255
10256 \begin_inset IndexMacro subentry
10257 status open
10258
10259 \begin_layout Plain Layout
10260 manueller Seitenumbruch
10261 \end_layout
10262
10263 \end_inset
10264
10265
10266 \end_layout
10267
10268 \end_inset
10269
10270
10271 \end_layout
10272
10273 \begin_layout Standard
10274 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
10275  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb der Zelle umbrechen wollen,
10276  fügen Sie den Befehl  
10277 \begin_inset Quotes gld
10278 \end_inset
10279
10280
10281 \series bold
10282
10283 \backslash
10284
10285 \backslash
10286
10287 \series default
10288
10289 \begin_inset Quotes grd
10290 \end_inset
10291
10292  für eine neue Zeile als \SpecialChar TeX
10293 -Code an der Stelle in der Zelle ein,
10294  wo umgebrochen werden kann.
10295  Vor dem 
10296 \begin_inset Quotes gld
10297 \end_inset
10298
10299
10300 \series bold
10301
10302 \backslash
10303
10304 \backslash
10305
10306 \series default
10307
10308 \begin_inset Quotes grd
10309 \end_inset
10310
10311 -Befehl müssen Sie so viele 
10312 \begin_inset Quotes gld
10313 \end_inset
10314
10315
10316 \series bold
10317 &
10318 \series default
10319
10320 \begin_inset Quotes grd
10321 \end_inset
10322
10323  als \SpecialChar TeX
10324 -Code einfügen wie noch Spalten in der Zeile folgen.
10325  Mit 
10326 \begin_inset Quotes gld
10327 \end_inset
10328
10329
10330 \series bold
10331 &
10332 \series default
10333
10334 \begin_inset Quotes grd
10335 \end_inset
10336
10337   werden in \SpecialChar LaTeX
10338  Tabellenzellen getrennt.
10339  Hinter jedes 
10340 \begin_inset Quotes gld
10341 \end_inset
10342
10343
10344 \series bold
10345 &
10346 \series default
10347
10348 \begin_inset Quotes grd
10349 \end_inset
10350
10351  schreiben Sie ebenfalls in \SpecialChar TeX
10352 -Code den Inhalt der entsprechenden Zelle und löschen den Inhalt dieser Zellen.
10353 \end_layout
10354
10355 \begin_layout Standard
10356 Hinter dem 
10357 \begin_inset Quotes gld
10358 \end_inset
10359
10360
10361 \series bold
10362
10363 \backslash
10364
10365 \backslash
10366
10367 \series default
10368
10369 \begin_inset Quotes grd
10370 \end_inset
10371
10372 -Befehl müssen Sie so viele 
10373 \begin_inset Quotes gld
10374 \end_inset
10375
10376
10377 \series bold
10378 &
10379 \series default
10380
10381 \begin_inset Quotes grd
10382 \end_inset
10383
10384  als \SpecialChar TeX
10385 -Code einfügen wie Spalten vor der momentanen Spalte sind.
10386  In Tabelle
10387 \begin_inset space ~
10388 \end_inset
10389
10390
10391 \begin_inset CommandInset ref
10392 LatexCommand ref
10393 reference "tab:Tabelle-mit-manuellem"
10394 nolink "false"
10395
10396 \end_inset
10397
10398  soll eine Zelle in der zweiten Spalte umgebrochen werden.
10399  Es folgt noch eine weitere Spalte.
10400  Deshalb wurde hinter dem Wort 
10401 \emph on
10402 Castelchiodato,
10403  
10404 \emph default
10405 folgendes eingefügt:
10406 \end_layout
10407
10408 \begin_layout Standard
10409
10410 \series bold
10411 & 111
10412 \backslash
10413
10414 \backslash
10415  
10416 \backslash
10417 newpage
10418 \begin_inset Newline newline
10419 \end_inset
10420
10421 &
10422 \end_layout
10423
10424 \begin_layout Standard
10425 Die 
10426 \begin_inset Quotes gld
10427 \end_inset
10428
10429 111
10430 \begin_inset Quotes grd
10431 \end_inset
10432
10433  in der dritten Spalte wurde gelöscht.
10434  
10435 \series bold
10436
10437 \backslash
10438 newpage
10439 \series default
10440  ist nur erforderlich,
10441  wenn ein Seitenumbruch an der Stelle unbedingt erfolgen soll,
10442  ansonsten ist es nur eine Möglichkeit zum Umbruch.
10443  Wenn die Fußzeile Ihrer mehrseitigen Tabelle keine obere Linie besitzt,
10444  Sie aber eine wünschen,
10445  sollten Sie folgende Befehle benutzen:
10446 \end_layout
10447
10448 \begin_layout Standard
10449
10450 \series bold
10451 & 111
10452 \backslash
10453
10454 \backslash
10455
10456 \begin_inset Newline newline
10457 \end_inset
10458
10459
10460 \backslash
10461 hline &
10462 \end_layout
10463
10464 \begin_layout Standard
10465 Wenn die Zelle,
10466  die umgebrochen werden soll,
10467  in der letzten Spalte steht,
10468  muss folgender Befehl als \SpecialChar TeX
10469 -Code am Anfang der Zelle eingefügt werden:
10470 \end_layout
10471
10472 \begin_layout Standard
10473
10474 \series bold
10475
10476 \backslash
10477 setlength{
10478 \backslash
10479 parfillskip}{0pt}
10480 \end_layout
10481
10482 \begin_layout Standard
10483 Damit wird sichergestellt,
10484  dass der Teil auf der neuen Seite in voller Breite erscheint.
10485 \end_layout
10486
10487 \begin_layout Standard
10488 \align center
10489 \begin_inset Tabular
10490 <lyxtabular version="3" rows="38" columns="3">
10491 <features islongtable="true" longtabularalignment="center">
10492 <column alignment="left" valignment="top" width="0pt">
10493 <column alignment="left" valignment="top" width="3cm">
10494 <column alignment="right" valignment="top" width="0pt">
10495 <row endfirsthead="true" caption="true">
10496 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10497 \begin_inset Text
10498
10499 \begin_layout Plain Layout
10500 \begin_inset Caption Standard
10501
10502 \begin_layout Plain Layout
10503 Tabelle mit manuellem Seitenumbruch in einer Zelle
10504 \begin_inset CommandInset label
10505 LatexCommand label
10506 name "tab:Tabelle-mit-manuellem"
10507
10508 \end_inset
10509
10510
10511 \begin_inset Argument 1
10512 status collapsed
10513
10514 \begin_layout Plain Layout
10515 Tabelle mit manuellem Seitenumbruch in einer Zelle
10516 \end_layout
10517
10518 \end_inset
10519
10520
10521 \end_layout
10522
10523 \end_inset
10524
10525
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 </row>
10549 <row endfirsthead="true">
10550 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554
10555 \series bold
10556 Telefonliste (ignoriere die Namen)
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 </row>
10580 <row endfirsthead="true">
10581 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585
10586 \series bold
10587 NAME
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605
10606 \series bold
10607 TEL.
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 </row>
10613 <row endhead="true" caption="true">
10614 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618 \begin_inset Caption Unnumbered
10619
10620 \begin_layout Plain Layout
10621 Fortsetzung der Tabelle
10622 \end_layout
10623
10624 \end_inset
10625
10626
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 </row>
10650 <row endhead="true">
10651 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10652 \begin_inset Text
10653
10654 \begin_layout Plain Layout
10655
10656 \series bold
10657 Telefonliste
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10663 \begin_inset Text
10664
10665 \begin_layout Plain Layout
10666
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10672 \begin_inset Text
10673
10674 \begin_layout Plain Layout
10675
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 </row>
10681 <row endhead="true">
10682 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10683 \begin_inset Text
10684
10685 \begin_layout Plain Layout
10686
10687 \series bold
10688 NAME
10689 \end_layout
10690
10691 \end_inset
10692 </cell>
10693 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706
10707 \series bold
10708 TEL.
10709 \end_layout
10710
10711 \end_inset
10712 </cell>
10713 </row>
10714 <row endfoot="true">
10715 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719 wird fortgesetzt\SpecialChar ldots
10720
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 </row>
10744 <row>
10745 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749
10750 \series bold
10751 Annovi
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 Silvia
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769 111
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 </row>
10775 <row>
10776 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780
10781 \series bold
10782 Bertoli
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 Stefano
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800 111
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 </row>
10806 <row>
10807 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811
10812 \series bold
10813 Bozzi
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822 Walter
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831 111
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 </row>
10837 <row>
10838 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842
10843 \series bold
10844 Cachia
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853 Maria
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862 111
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 </row>
10868 <row>
10869 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873
10874 \series bold
10875 Cachia
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884 Maurizio
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893 111
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 </row>
10899 <row>
10900 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Plain Layout
10904
10905 \series bold
10906 Cinquemani
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915 Giusi
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10921 \begin_inset Text
10922
10923 \begin_layout Plain Layout
10924 111
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 </row>
10930 <row>
10931 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935
10936 \series bold
10937 Colin
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946 Bernard
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955 111
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 </row>
10961 <row>
10962 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10963 \begin_inset Text
10964
10965 \begin_layout Plain Layout
10966
10967 \series bold
10968 Concli
10969 \end_layout
10970
10971 \end_inset
10972 </cell>
10973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10974 \begin_inset Text
10975
10976 \begin_layout Plain Layout
10977 Gianfranco
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986 111
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 </row>
10992 <row>
10993 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10994 \begin_inset Text
10995
10996 \begin_layout Plain Layout
10997
10998 \series bold
10999 Dal Bosco
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008 Carolina
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017 111
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 </row>
11023 <row>
11024 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11025 \begin_inset Text
11026
11027 \begin_layout Plain Layout
11028
11029 \series bold
11030 Dalpiaz
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039 Annamaria
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 111
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 </row>
11054 <row>
11055 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059
11060 \series bold
11061 Feliciello
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11067 \begin_inset Text
11068
11069 \begin_layout Plain Layout
11070 Domenico
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079 111
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 </row>
11085 <row>
11086 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090
11091 \series bold
11092 Focarelli
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101 Paola
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110 111
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 </row>
11116 <row>
11117 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11118 \begin_inset Text
11119
11120 \begin_layout Plain Layout
11121
11122 \series bold
11123 Galletti
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11129 \begin_inset Text
11130
11131 \begin_layout Plain Layout
11132 Oreste
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141 111
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 </row>
11147 <row>
11148 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Plain Layout
11152
11153 \series bold
11154 Gasparini
11155 \end_layout
11156
11157 \end_inset
11158 </cell>
11159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11160 \begin_inset Text
11161
11162 \begin_layout Plain Layout
11163 Franca
11164 \end_layout
11165
11166 \end_inset
11167 </cell>
11168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11169 \begin_inset Text
11170
11171 \begin_layout Plain Layout
11172 111
11173 \end_layout
11174
11175 \end_inset
11176 </cell>
11177 </row>
11178 <row>
11179 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11180 \begin_inset Text
11181
11182 \begin_layout Plain Layout
11183
11184 \series bold
11185 Lassini
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194 Giancarlo
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203 111
11204 \end_layout
11205
11206 \end_inset
11207 </cell>
11208 </row>
11209 <row>
11210 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214
11215 \series bold
11216 Malfatti
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225 Luciano
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 111
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 </row>
11240 <row>
11241 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245
11246 \series bold
11247 Malfatti
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 Valeriano
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 111
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 </row>
11271 <row>
11272 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276
11277 \series bold
11278 Meneguzzo
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287 Roberto
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11293 \begin_inset Text
11294
11295 \begin_layout Plain Layout
11296 111
11297 \end_layout
11298
11299 \end_inset
11300 </cell>
11301 </row>
11302 <row>
11303 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11304 \begin_inset Text
11305
11306 \begin_layout Plain Layout
11307
11308 \series bold
11309 Mezzadra
11310 \end_layout
11311
11312 \end_inset
11313 </cell>
11314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11315 \begin_inset Text
11316
11317 \begin_layout Plain Layout
11318 Roberto
11319 \end_layout
11320
11321 \end_inset
11322 </cell>
11323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11324 \begin_inset Text
11325
11326 \begin_layout Plain Layout
11327 111
11328 \end_layout
11329
11330 \end_inset
11331 </cell>
11332 </row>
11333 <row>
11334 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11335 \begin_inset Text
11336
11337 \begin_layout Plain Layout
11338
11339 \series bold
11340 Pirpamer
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349 Erich
11350 \end_layout
11351
11352 \end_inset
11353 </cell>
11354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11355 \begin_inset Text
11356
11357 \begin_layout Plain Layout
11358 111
11359 \end_layout
11360
11361 \end_inset
11362 </cell>
11363 </row>
11364 <row>
11365 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11366 \begin_inset Text
11367
11368 \begin_layout Plain Layout
11369
11370 \series bold
11371 Pochiesa
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11377 \begin_inset Text
11378
11379 \begin_layout Plain Layout
11380 Paolo
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389 111,
11390  222
11391 \end_layout
11392
11393 \end_inset
11394 </cell>
11395 </row>
11396 <row>
11397 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11398 \begin_inset Text
11399
11400 \begin_layout Plain Layout
11401
11402 \series bold
11403 Radina
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412 Claudio
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421 111
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 </row>
11427 <row>
11428 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11429 \begin_inset Text
11430
11431 \begin_layout Plain Layout
11432
11433 \series bold
11434 Rizzardi
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 Paolo,
11444  11.
11445  Fürst von Monte\SpecialChar softhyphen
11446 com\SpecialChar softhyphen
11447 patri,
11448  11.
11449  Fürst von Sulmona und Vivaro,
11450  10.
11451  Fürst von Rossano,
11452  5.
11453  Herzog von Canemorte,
11454  11.
11455  Herzog von Palombara,
11456  5.
11457  Herzog von Castelchiodato,
11458 \begin_inset ERT
11459 status open
11460
11461 \begin_layout Plain Layout
11462
11463 & 111
11464 \backslash
11465
11466 \backslash
11467  
11468 \backslash
11469 newpage
11470 \end_layout
11471
11472 \begin_layout Plain Layout
11473
11474 &
11475 \end_layout
11476
11477 \end_inset
11478
11479  11.
11480  Herzog von Poggionativo,
11481  11.
11482  Markis von Mentana,
11483  Norma,
11484  Civitella,
11485  Pratica,
11486  Moricone und Percille,
11487  11.
11488  Graf von Valinfreda,
11489  11.
11490  Baron von Cropalati,
11491  11.
11492  Herr von Scarpa,
11493  Edelmann von Rom,
11494  Patrizier von Venedig,
11495  Neapel und Genua
11496 \end_layout
11497
11498 \end_inset
11499 </cell>
11500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11501 \begin_inset Text
11502
11503 \begin_layout Plain Layout
11504
11505 \end_layout
11506
11507 \end_inset
11508 </cell>
11509 </row>
11510 <row>
11511 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Plain Layout
11515
11516 \series bold
11517 Stuffer
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526 Oskar
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535 111
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 </row>
11541 <row>
11542 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546
11547 \series bold
11548 Tacchelli
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557 Ugo
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566 111
11567 \end_layout
11568
11569 \end_inset
11570 </cell>
11571 </row>
11572 <row>
11573 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577
11578 \series bold
11579 Tezzele
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588 Margit
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11594 \begin_inset Text
11595
11596 \begin_layout Plain Layout
11597 111
11598 \end_layout
11599
11600 \end_inset
11601 </cell>
11602 </row>
11603 <row>
11604 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608
11609 \series bold
11610 Unterkalmsteiner
11611 \end_layout
11612
11613 \end_inset
11614 </cell>
11615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Plain Layout
11619 Frieda
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11625 \begin_inset Text
11626
11627 \begin_layout Plain Layout
11628 111
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 </row>
11634 <row>
11635 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11636 \begin_inset Text
11637
11638 \begin_layout Plain Layout
11639
11640 \series bold
11641 Vieider
11642 \end_layout
11643
11644 \end_inset
11645 </cell>
11646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11647 \begin_inset Text
11648
11649 \begin_layout Plain Layout
11650 Hilde
11651 \end_layout
11652
11653 \end_inset
11654 </cell>
11655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11656 \begin_inset Text
11657
11658 \begin_layout Plain Layout
11659 111
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 </row>
11665 <row>
11666 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11667 \begin_inset Text
11668
11669 \begin_layout Plain Layout
11670
11671 \series bold
11672 Vigna
11673 \end_layout
11674
11675 \end_inset
11676 </cell>
11677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11678 \begin_inset Text
11679
11680 \begin_layout Plain Layout
11681 Jürgen
11682 \end_layout
11683
11684 \end_inset
11685 </cell>
11686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11687 \begin_inset Text
11688
11689 \begin_layout Plain Layout
11690 111
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 </row>
11696 <row>
11697 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Plain Layout
11701
11702 \series bold
11703 Weber
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11709 \begin_inset Text
11710
11711 \begin_layout Plain Layout
11712 Maurizio
11713 \end_layout
11714
11715 \end_inset
11716 </cell>
11717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11718 \begin_inset Text
11719
11720 \begin_layout Plain Layout
11721 111
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 </row>
11727 <row>
11728 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Plain Layout
11732
11733 \series bold
11734 Winkler
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743 Franz
11744 \end_layout
11745
11746 \end_inset
11747 </cell>
11748 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11749 \begin_inset Text
11750
11751 \begin_layout Plain Layout
11752 111
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 </row>
11758 </lyxtabular>
11759
11760 \end_inset
11761
11762
11763 \end_layout
11764
11765 \begin_layout Section
11766 Mehrere Zeilen,
11767  Spalten und Zeilen
11768 \end_layout
11769
11770 \begin_layout Subsection
11771 Mehrere Zeilen in Tabellenzellen
11772 \begin_inset CommandInset label
11773 LatexCommand label
11774 name "uab:Mehrere-Zeilen-in"
11775
11776 \end_inset
11777
11778
11779 \begin_inset Index idx
11780 range none
11781 pageformat default
11782 status collapsed
11783
11784 \begin_layout Plain Layout
11785 Mehrere Zeilen in Tabellenzellen
11786 \end_layout
11787
11788 \end_inset
11789
11790
11791 \begin_inset Index idx
11792 range none
11793 pageformat default
11794 status collapsed
11795
11796 \begin_layout Plain Layout
11797 Tabellen
11798 \begin_inset IndexMacro subentry
11799 status open
11800
11801 \begin_layout Plain Layout
11802 Zeilenumbrüche
11803 \end_layout
11804
11805 \end_inset
11806
11807
11808 \end_layout
11809
11810 \end_inset
11811
11812
11813 \end_layout
11814
11815 \begin_layout Standard
11816 \noindent
11817 \begin_inset Float table
11818 placement H
11819 alignment document
11820 wide false
11821 sideways false
11822 status open
11823
11824 \begin_layout Plain Layout
11825 \begin_inset Caption Standard
11826
11827 \begin_layout Plain Layout
11828 \begin_inset CommandInset label
11829 LatexCommand label
11830 name "tab:Tabelle-mit-mehrfachen"
11831
11832 \end_inset
11833
11834 Tabelle mit mehrfachen Zeilen in einer Zelle
11835 \end_layout
11836
11837 \end_inset
11838
11839
11840 \end_layout
11841
11842 \begin_layout Plain Layout
11843 \align center
11844 \begin_inset Tabular
11845 <lyxtabular version="3" rows="3" columns="3">
11846 <features tabularvalignment="middle">
11847 <column alignment="center" valignment="middle" width="2.5cm">
11848 <column alignment="center" valignment="middle" width="0.5cm">
11849 <column alignment="center" valignment="middle" width="0.5cm">
11850 <row>
11851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11852 \begin_inset Text
11853
11854 \begin_layout Plain Layout
11855 zwei
11856 \begin_inset Newline linebreak
11857 \end_inset
11858
11859 Zeilen
11860 \end_layout
11861
11862 \end_inset
11863 </cell>
11864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11865 \begin_inset Text
11866
11867 \begin_layout Plain Layout
11868 b
11869 \end_layout
11870
11871 \end_inset
11872 </cell>
11873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11874 \begin_inset Text
11875
11876 \begin_layout Plain Layout
11877 c
11878 \end_layout
11879
11880 \end_inset
11881 </cell>
11882 </row>
11883 <row>
11884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11885 \begin_inset Text
11886
11887 \begin_layout Plain Layout
11888 d
11889 \end_layout
11890
11891 \end_inset
11892 </cell>
11893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11894 \begin_inset Text
11895
11896 \begin_layout Plain Layout
11897 e
11898 \end_layout
11899
11900 \end_inset
11901 </cell>
11902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11903 \begin_inset Text
11904
11905 \begin_layout Plain Layout
11906 f
11907 \end_layout
11908
11909 \end_inset
11910 </cell>
11911 </row>
11912 <row>
11913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11914 \begin_inset Text
11915
11916 \begin_layout Plain Layout
11917 g
11918 \end_layout
11919
11920 \end_inset
11921 </cell>
11922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11923 \begin_inset Text
11924
11925 \begin_layout Plain Layout
11926 h
11927 \end_layout
11928
11929 \end_inset
11930 </cell>
11931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11932 \begin_inset Text
11933
11934 \begin_layout Plain Layout
11935 i
11936 \end_layout
11937
11938 \end_inset
11939 </cell>
11940 </row>
11941 </lyxtabular>
11942
11943 \end_inset
11944
11945
11946 \end_layout
11947
11948 \end_inset
11949
11950
11951 \end_layout
11952
11953 \begin_layout Standard
11954 Wenn Sie für eine Spalte eine feste Breite definieren,
11955  können Sie Text als Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11956  Tabelle
11957 \begin_inset space ~
11958 \end_inset
11959
11960
11961 \begin_inset CommandInset ref
11962 LatexCommand ref
11963 reference "tab:Tabelle-mit-mehrfachen"
11964 nolink "false"
11965
11966 \end_inset
11967
11968  wurde als 3×3-Tabelle erstellt,
11969  dann die Breite der ersten Spalte im 
11970 \family sans
11971 Tabellen-Einstellungen
11972 \family default
11973 -Dialog auf 2.5
11974 \begin_inset space \thinspace{}
11975 \end_inset
11976
11977 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11978  Weil unser Text schmaler als 2.5
11979 \begin_inset space \thinspace{}
11980 \end_inset
11981
11982 cm ist,
11983  würde er in einer Zeile gedruckt werden.
11984  Um zwei Zeilen zu bekommen,
11985  wurde ein rechtsbündiger Zeilenumbruch (Tastenkürzel 
11986 \family sans
11987 Strg+Shift+Enter
11988 \family default
11989 ) eingefügt.
11990  Wenn der Text länger ist,
11991  wird er automatisch umgebrochen.
11992 \end_layout
11993
11994 \begin_layout Standard
11995 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11996  setzen Sie die Breite der beiden Spalten im 
11997 \family sans
11998 Tabellen-Einstellungen
11999 \family default
12000 -Dialog auf 0.5
12001 \begin_inset space \thinspace{}
12002 \end_inset
12003
12004 cm und die vertikale Ausrichtung auf zentriert.
12005 \end_layout
12006
12007 \begin_layout Standard
12008 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort haben,
12009  kann \SpecialChar LaTeX
12010  es ohne Trennhilfen nicht trennen.
12011  Wenn Sie \SpecialChar LaTeX
12012  trotzdem die Trennung überlassen wollen,
12013  müssen Sie vor dem Wort etwas einfügen,
12014  damit es nicht wie der erste Eintrag aussieht.
12015  Fügen sie daher 0
12016 \begin_inset space \thinspace{}
12017 \end_inset
12018
12019 pt horizontalen Abstand vor dem Wort ein.
12020  Weil er keinen Platz belegt,
12021  ändert er die Druckausgabe nicht.
12022  Tabelle
12023 \begin_inset space ~
12024 \end_inset
12025
12026
12027 \begin_inset CommandInset ref
12028 LatexCommand ref
12029 reference "tab:Tabelle-ohne-und"
12030 nolink "false"
12031
12032 \end_inset
12033
12034  zeigt die Wirkungen.
12035 \end_layout
12036
12037 \begin_layout Standard
12038 \begin_inset Float table
12039 placement h
12040 alignment document
12041 wide false
12042 sideways false
12043 status open
12044
12045 \begin_layout Plain Layout
12046 \begin_inset Caption Standard
12047
12048 \begin_layout Plain Layout
12049 \begin_inset CommandInset label
12050 LatexCommand label
12051 name "tab:Tabelle-ohne-und"
12052
12053 \end_inset
12054
12055 Tabelle ohne und mit Silbentrennung
12056 \end_layout
12057
12058 \end_inset
12059
12060
12061 \end_layout
12062
12063 \begin_layout Plain Layout
12064 \begin_inset space \hfill{}
12065 \end_inset
12066
12067
12068 \begin_inset Tabular
12069 <lyxtabular version="3" rows="3" columns="3">
12070 <features tabularvalignment="middle">
12071 <column alignment="center" valignment="middle" width="2.5cm">
12072 <column alignment="center" valignment="middle" width="0.5cm">
12073 <column alignment="center" valignment="middle" width="0.5cm">
12074 <row>
12075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12076 \begin_inset Text
12077
12078 \begin_layout Plain Layout
12079 einsehrlangesZellenwort
12080 \end_layout
12081
12082 \end_inset
12083 </cell>
12084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12085 \begin_inset Text
12086
12087 \begin_layout Plain Layout
12088 b
12089 \end_layout
12090
12091 \end_inset
12092 </cell>
12093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12094 \begin_inset Text
12095
12096 \begin_layout Plain Layout
12097 c
12098 \end_layout
12099
12100 \end_inset
12101 </cell>
12102 </row>
12103 <row>
12104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12105 \begin_inset Text
12106
12107 \begin_layout Plain Layout
12108 d
12109 \end_layout
12110
12111 \end_inset
12112 </cell>
12113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12114 \begin_inset Text
12115
12116 \begin_layout Plain Layout
12117 e
12118 \end_layout
12119
12120 \end_inset
12121 </cell>
12122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12123 \begin_inset Text
12124
12125 \begin_layout Plain Layout
12126 f
12127 \end_layout
12128
12129 \end_inset
12130 </cell>
12131 </row>
12132 <row>
12133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12134 \begin_inset Text
12135
12136 \begin_layout Plain Layout
12137 g
12138 \end_layout
12139
12140 \end_inset
12141 </cell>
12142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12143 \begin_inset Text
12144
12145 \begin_layout Plain Layout
12146 h
12147 \end_layout
12148
12149 \end_inset
12150 </cell>
12151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12152 \begin_inset Text
12153
12154 \begin_layout Plain Layout
12155 i
12156 \end_layout
12157
12158 \end_inset
12159 </cell>
12160 </row>
12161 </lyxtabular>
12162
12163 \end_inset
12164
12165
12166 \begin_inset space \hfill{}
12167 \end_inset
12168
12169
12170 \begin_inset Tabular
12171 <lyxtabular version="3" rows="3" columns="3">
12172 <features tabularvalignment="middle">
12173 <column alignment="center" valignment="middle" width="2.5cm">
12174 <column alignment="center" valignment="middle" width="0.5cm">
12175 <column alignment="center" valignment="middle" width="0.5cm">
12176 <row>
12177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12178 \begin_inset Text
12179
12180 \begin_layout Plain Layout
12181 \begin_inset space \hspace{}
12182 \length 0pt
12183 \end_inset
12184
12185 einsehrlangesZellenwort
12186 \end_layout
12187
12188 \end_inset
12189 </cell>
12190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12191 \begin_inset Text
12192
12193 \begin_layout Plain Layout
12194 b
12195 \end_layout
12196
12197 \end_inset
12198 </cell>
12199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12200 \begin_inset Text
12201
12202 \begin_layout Plain Layout
12203 c
12204 \end_layout
12205
12206 \end_inset
12207 </cell>
12208 </row>
12209 <row>
12210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12211 \begin_inset Text
12212
12213 \begin_layout Plain Layout
12214 d
12215 \end_layout
12216
12217 \end_inset
12218 </cell>
12219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12220 \begin_inset Text
12221
12222 \begin_layout Plain Layout
12223 e
12224 \end_layout
12225
12226 \end_inset
12227 </cell>
12228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12229 \begin_inset Text
12230
12231 \begin_layout Plain Layout
12232 f
12233 \end_layout
12234
12235 \end_inset
12236 </cell>
12237 </row>
12238 <row>
12239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12240 \begin_inset Text
12241
12242 \begin_layout Plain Layout
12243 g
12244 \end_layout
12245
12246 \end_inset
12247 </cell>
12248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12249 \begin_inset Text
12250
12251 \begin_layout Plain Layout
12252 h
12253 \end_layout
12254
12255 \end_inset
12256 </cell>
12257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12258 \begin_inset Text
12259
12260 \begin_layout Plain Layout
12261 i
12262 \end_layout
12263
12264 \end_inset
12265 </cell>
12266 </row>
12267 </lyxtabular>
12268
12269 \end_inset
12270
12271
12272 \begin_inset space \hfill{}
12273 \end_inset
12274
12275
12276 \end_layout
12277
12278 \end_inset
12279
12280
12281 \end_layout
12282
12283 \begin_layout Subsection
12284 Mehrfachspalten
12285 \begin_inset CommandInset label
12286 LatexCommand label
12287 name "uab:Mehrfachspalten"
12288
12289 \end_inset
12290
12291
12292 \begin_inset Index idx
12293 range none
12294 pageformat default
12295 status collapsed
12296
12297 \begin_layout Plain Layout
12298 Mehrfachspalten
12299 \end_layout
12300
12301 \end_inset
12302
12303
12304 \begin_inset Index idx
12305 range none
12306 pageformat default
12307 status collapsed
12308
12309 \begin_layout Plain Layout
12310 Tabellen
12311 \begin_inset IndexMacro subentry
12312 status open
12313
12314 \begin_layout Plain Layout
12315 Mahrfachspalten
12316 \end_layout
12317
12318 \end_inset
12319
12320
12321 \end_layout
12322
12323 \end_inset
12324
12325
12326 \end_layout
12327
12328 \begin_layout Subsubsection
12329 Grundlagen
12330 \end_layout
12331
12332 \begin_layout Standard
12333 Um mehrere Zellen einer Zeile zu einer zu verbinden,
12334  markieren Sie diese und verwenden dann den Knopf 
12335 \begin_inset Info
12336 type  "icon"
12337 arg   "tabular-feature multicolumn"
12338 \end_inset
12339
12340  in der Werkzeugleiste,
12341  das Menü 
12342 \family sans
12343 Bearbeiten\SpecialChar menuseparator
12344 Tabelle\SpecialChar menuseparator
12345 Mehrfachspalte
12346 \family default
12347 ,
12348  oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü 
12349 \family sans
12350 Mehrfachspalte
12351 \family default
12352 .
12353 \end_layout
12354
12355 \begin_layout Standard
12356 Mehrfachspalten haben ihre eigenen Einstellungen.
12357  Das bedeutet,
12358  dass sie sich nur auf die Mehrfachspalte auswirken.
12359  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und einer in der letzten Zeile,
12360  bei der die obere Linie weggelassen wurde:
12361 \end_layout
12362
12363 \begin_layout Standard
12364 \align center
12365 \begin_inset Tabular
12366 <lyxtabular version="3" rows="3" columns="4">
12367 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
12368 <column alignment="center" valignment="top" width="0pt">
12369 <column alignment="center" valignment="middle">
12370 <column alignment="center" valignment="top" width="0in">
12371 <column alignment="center" valignment="top" width="0pt">
12372 <row>
12373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12374 \begin_inset Text
12375
12376 \begin_layout Plain Layout
12377 abc
12378 \end_layout
12379
12380 \end_inset
12381 </cell>
12382 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12383 \begin_inset Text
12384
12385 \begin_layout Plain Layout
12386 def ghi
12387 \end_layout
12388
12389 \end_inset
12390 </cell>
12391 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12392 \begin_inset Text
12393
12394 \begin_layout Plain Layout
12395
12396 \end_layout
12397
12398 \end_inset
12399 </cell>
12400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12401 \begin_inset Text
12402
12403 \begin_layout Plain Layout
12404 jkl
12405 \end_layout
12406
12407 \end_inset
12408 </cell>
12409 </row>
12410 <row>
12411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12412 \begin_inset Text
12413
12414 \begin_layout Plain Layout
12415
12416 \family roman
12417 \series medium
12418 \shape up
12419 \size normal
12420 \emph off
12421 \bar no
12422 \noun off
12423 \color none
12424 A
12425 \end_layout
12426
12427 \end_inset
12428 </cell>
12429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12430 \begin_inset Text
12431
12432 \begin_layout Plain Layout
12433 B
12434 \end_layout
12435
12436 \end_inset
12437 </cell>
12438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12439 \begin_inset Text
12440
12441 \begin_layout Plain Layout
12442 C
12443 \end_layout
12444
12445 \end_inset
12446 </cell>
12447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12448 \begin_inset Text
12449
12450 \begin_layout Plain Layout
12451 D
12452 \end_layout
12453
12454 \end_inset
12455 </cell>
12456 </row>
12457 <row>
12458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12459 \begin_inset Text
12460
12461 \begin_layout Plain Layout
12462 1
12463 \end_layout
12464
12465 \end_inset
12466 </cell>
12467 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12468 \begin_inset Text
12469
12470 \begin_layout Plain Layout
12471 2
12472 \end_layout
12473
12474 \end_inset
12475 </cell>
12476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12477 \begin_inset Text
12478
12479 \begin_layout Plain Layout
12480 3
12481 \end_layout
12482
12483 \end_inset
12484 </cell>
12485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12486 \begin_inset Text
12487
12488 \begin_layout Plain Layout
12489 4
12490 \end_layout
12491
12492 \end_inset
12493 </cell>
12494 </row>
12495 </lyxtabular>
12496
12497 \end_inset
12498
12499
12500 \end_layout
12501
12502 \begin_layout Subsubsection
12503 Mehrfachspalten-Berechnungen
12504 \begin_inset CommandInset label
12505 LatexCommand label
12506 name "uab:Mehrfachspalten-Berechnungen"
12507
12508 \end_inset
12509
12510
12511 \begin_inset Index idx
12512 range none
12513 pageformat default
12514 status collapsed
12515
12516 \begin_layout Plain Layout
12517 Mehrfachspalten
12518 \begin_inset IndexMacro subentry
12519 status open
12520
12521 \begin_layout Plain Layout
12522 Berechnung
12523 \end_layout
12524
12525 \end_inset
12526
12527
12528 \end_layout
12529
12530 \end_inset
12531
12532
12533 \begin_inset Index idx
12534 range none
12535 pageformat default
12536 status collapsed
12537
12538 \begin_layout Plain Layout
12539 Tabellen
12540 \begin_inset IndexMacro subentry
12541 status open
12542
12543 \begin_layout Plain Layout
12544 Mahrfachspalten
12545 \end_layout
12546
12547 \end_inset
12548
12549
12550 \begin_inset IndexMacro subentry
12551 status open
12552
12553 \begin_layout Plain Layout
12554 Berechnung
12555 \end_layout
12556
12557 \end_inset
12558
12559
12560 \end_layout
12561
12562 \end_inset
12563
12564
12565 \end_layout
12566
12567 \begin_layout Standard
12568 \SpecialChar LyX
12569  unterstützt Mehrfachspalten direkt,
12570  aber wir müssen die Breite der neuen Zellen beachten.
12571 \end_layout
12572
12573 \begin_layout Standard
12574 \begin_inset Float table
12575 placement h
12576 alignment document
12577 wide false
12578 sideways false
12579 status open
12580
12581 \begin_layout Plain Layout
12582 \begin_inset Caption Standard
12583
12584 \begin_layout Plain Layout
12585 \begin_inset CommandInset label
12586 LatexCommand label
12587 name "tab:Tabelle-mit-zentriertem"
12588
12589 \end_inset
12590
12591 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten,
12592  die genau die halbe Breite der Mehrfachspalten-Zelle haben
12593 \begin_inset Argument 1
12594 status collapsed
12595
12596 \begin_layout Plain Layout
12597 Eine Mehrfachspalten-Tabelle
12598 \end_layout
12599
12600 \end_inset
12601
12602
12603 \end_layout
12604
12605 \end_inset
12606
12607
12608 \end_layout
12609
12610 \begin_layout Plain Layout
12611 \align center
12612 \begin_inset Tabular
12613 <lyxtabular version="3" rows="3" columns="3">
12614 <features tabularvalignment="middle">
12615 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
12616 <column alignment="center" valignment="middle">
12617 <column alignment="center" valignment="top">
12618 <row>
12619 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12620 \begin_inset Text
12621
12622 \begin_layout Plain Layout
12623 Dies ist eine Mehrfach\SpecialChar softhyphen
12624 spalten-Zelle
12625 \end_layout
12626
12627 \end_inset
12628 </cell>
12629 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12630 \begin_inset Text
12631
12632 \begin_layout Plain Layout
12633
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 c
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 </row>
12648 <row>
12649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653 d
12654 \end_layout
12655
12656 \end_inset
12657 </cell>
12658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662 e
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671 f
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 </row>
12677 <row>
12678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12679 \begin_inset Text
12680
12681 \begin_layout Plain Layout
12682 g
12683 \end_layout
12684
12685 \end_inset
12686 </cell>
12687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12688 \begin_inset Text
12689
12690 \begin_layout Plain Layout
12691 h
12692 \end_layout
12693
12694 \end_inset
12695 </cell>
12696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12697 \begin_inset Text
12698
12699 \begin_layout Plain Layout
12700 i
12701 \end_layout
12702
12703 \end_inset
12704 </cell>
12705 </row>
12706 </lyxtabular>
12707
12708 \end_inset
12709
12710
12711 \end_layout
12712
12713 \end_inset
12714
12715
12716 \end_layout
12717
12718 \begin_layout Standard
12719 Um Tabelle
12720 \begin_inset space ~
12721 \end_inset
12722
12723
12724 \begin_inset CommandInset ref
12725 LatexCommand ref
12726 reference "tab:Tabelle-mit-zentriertem"
12727 nolink "false"
12728
12729 \end_inset
12730
12731  zu erhalten,
12732  markieren Sie die ersten beiden Zellen der ersten Zeile einer 3×3-Tabelle,
12733  kreuzen im 
12734 \family sans
12735 Tabellen-Einstellungen
12736 \family default
12737 -Dialog 
12738 \family sans
12739 Mehrfachspalte
12740 \family default
12741  an,
12742  setzen die 
12743 \family sans
12744 Horizontale
12745 \begin_inset space ~
12746 \end_inset
12747
12748 Ausrichtung
12749 \family default
12750  auf 
12751 \family sans
12752 Zentriert
12753 \family default
12754  und die 
12755 \family sans
12756 Breite
12757 \family default
12758  auf 2.5
12759 \begin_inset space \thinspace{}
12760 \end_inset
12761
12762 cm.
12763  Die überspannten Spalten werden dann auf die halbe Breite gesetzt,
12764  indem Sie die Breite der ersten Spalte auf 1.25
12765 \begin_inset space \thinspace{}
12766 \end_inset
12767
12768 cm setzen.
12769  Die zweite Spalte wird dann automatisch 1.25
12770 \begin_inset space \thinspace{}
12771 \end_inset
12772
12773 cm breit (Breite der 
12774 \family sans
12775 Mehrfachspalte
12776 \family default
12777  
12778 \begin_inset Formula $-$
12779 \end_inset
12780
12781  Breite der ersten Spalte).
12782  Dies wurde so für Tabelle
12783 \begin_inset space ~
12784 \end_inset
12785
12786
12787 \begin_inset CommandInset ref
12788 LatexCommand ref
12789 reference "tab:Tabelle,-in-der-die"
12790 nolink "false"
12791
12792 \end_inset
12793
12794  gemacht.
12795 \end_layout
12796
12797 \begin_layout Standard
12798 \begin_inset Float table
12799 placement document
12800 alignment document
12801 wide false
12802 sideways false
12803 status open
12804
12805 \begin_layout Plain Layout
12806 \begin_inset Caption Standard
12807
12808 \begin_layout Plain Layout
12809 \begin_inset CommandInset label
12810 LatexCommand label
12811 name "tab:Tabelle,-in-der-die"
12812
12813 \end_inset
12814
12815 Tabelle,
12816  in der die überspannten Spalten nicht genau halb so breit sind wie die Mehrfachspalte
12817 \begin_inset Argument 1
12818 status collapsed
12819
12820 \begin_layout Plain Layout
12821 Eine unvollkommene Mehrfachspalten-Tabelle
12822 \end_layout
12823
12824 \end_inset
12825
12826
12827 \end_layout
12828
12829 \end_inset
12830
12831
12832 \end_layout
12833
12834 \begin_layout Plain Layout
12835 \align center
12836 \begin_inset Tabular
12837 <lyxtabular version="3" rows="3" columns="3">
12838 <features tabularvalignment="middle">
12839 <column alignment="center" valignment="top" width="1.25cm">
12840 <column alignment="center" valignment="top">
12841 <column alignment="center" valignment="top">
12842 <row>
12843 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847 Dies ist auch eine Mehr\SpecialChar softhyphen
12848 fach\SpecialChar softhyphen
12849 spalten-Zelle
12850 \end_layout
12851
12852 \end_inset
12853 </cell>
12854 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12855 \begin_inset Text
12856
12857 \begin_layout Plain Layout
12858
12859 \end_layout
12860
12861 \end_inset
12862 </cell>
12863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12864 \begin_inset Text
12865
12866 \begin_layout Plain Layout
12867 c
12868 \end_layout
12869
12870 \end_inset
12871 </cell>
12872 </row>
12873 <row>
12874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12875 \begin_inset Text
12876
12877 \begin_layout Plain Layout
12878 d
12879 \end_layout
12880
12881 \end_inset
12882 </cell>
12883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12884 \begin_inset Text
12885
12886 \begin_layout Plain Layout
12887 e
12888 \end_layout
12889
12890 \end_inset
12891 </cell>
12892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12893 \begin_inset Text
12894
12895 \begin_layout Plain Layout
12896 f
12897 \end_layout
12898
12899 \end_inset
12900 </cell>
12901 </row>
12902 <row>
12903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12904 \begin_inset Text
12905
12906 \begin_layout Plain Layout
12907 g
12908 \end_layout
12909
12910 \end_inset
12911 </cell>
12912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12913 \begin_inset Text
12914
12915 \begin_layout Plain Layout
12916 h
12917 \end_layout
12918
12919 \end_inset
12920 </cell>
12921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12922 \begin_inset Text
12923
12924 \begin_layout Plain Layout
12925 i
12926 \end_layout
12927
12928 \end_inset
12929 </cell>
12930 </row>
12931 </lyxtabular>
12932
12933 \end_inset
12934
12935
12936 \end_layout
12937
12938 \end_inset
12939
12940
12941 \end_layout
12942
12943 \begin_layout Standard
12944 In der druckfertigen Version sehen Sie,
12945  dass die erste Spalte etwas breiter als die zweite ist.
12946  Das liegt daran,
12947  dass die Zellenbreite 
12948 \begin_inset Formula $W_{\mathrm{tot}}$
12949 \end_inset
12950
12951  nicht ihre definierte Breite 
12952 \begin_inset Formula $W_{g}$
12953 \end_inset
12954
12955  ist,
12956  sondern ein wenig mehr.
12957  Anhang
12958 \begin_inset space ~
12959 \end_inset
12960
12961
12962 \begin_inset CommandInset ref
12963 LatexCommand ref
12964 reference "kap:Erläuterung-einer-Gleichung"
12965 nolink "false"
12966
12967 \end_inset
12968
12969  erklärt das genauer.
12970 \end_layout
12971
12972 \begin_layout Standard
12973 Wenn 
12974 \emph on
12975 n
12976 \emph default
12977  Spalten zu einer Mehrfachspalte zusammengefasst werden,
12978  errechnet sich die definierte Breite 
12979 \begin_inset Formula $W_{g\,n}$
12980 \end_inset
12981
12982  einer Spalte,
12983  deren totale Breite = 
12984 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12985 \end_inset
12986
12987  sein soll,
12988  wie folgt:
12989 \begin_inset Formula 
12990 \begin{equation}
12991 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12992 \end{equation}
12993
12994 \end_inset
12995
12996
12997 \end_layout
12998
12999 \begin_layout Standard
13000 In unserem Falls ist 
13001 \begin_inset Formula $n=2$
13002 \end_inset
13003
13004 ,
13005  
13006 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
13007 \end_inset
13008
13009 cm,
13010  und damit wird aus Gleichung
13011 \begin_inset space ~
13012 \end_inset
13013
13014
13015 \begin_inset CommandInset ref
13016 LatexCommand ref
13017 reference "eq:Wgn"
13018 nolink "false"
13019
13020 \end_inset
13021
13022  
13023 \begin_inset Formula 
13024 \begin{equation}
13025 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
13026 \end{equation}
13027
13028 \end_inset
13029
13030
13031 \end_layout
13032
13033 \begin_layout Standard
13034 Damit \SpecialChar LaTeX
13035  rechnen kann,
13036  muss das Paket 
13037 \series bold
13038 calc
13039 \series default
13040  im Vorspann geladen werden.
13041 \begin_inset Index idx
13042 range none
13043 pageformat default
13044 status collapsed
13045
13046 \begin_layout Plain Layout
13047 \SpecialChar LaTeX
13048 -Pakete
13049 \begin_inset IndexMacro subentry
13050 status open
13051
13052 \begin_layout Plain Layout
13053 calc
13054 \end_layout
13055
13056 \end_inset
13057
13058
13059 \end_layout
13060
13061 \end_inset
13062
13063
13064 \end_layout
13065
13066 \begin_layout Standard
13067
13068 \series bold
13069
13070 \backslash
13071 usepackage{calc}
13072 \end_layout
13073
13074 \begin_layout Standard
13075 \SpecialChar LyX
13076  erlaubt im 
13077 \family sans
13078 Breite
13079 \family default
13080 -Feld des 
13081 \family sans
13082 Tabellen-Einstellungen
13083 \family default
13084 -Dialogs keine Berechnungen.
13085  Deshalb müssen Sie die Formel für die Breite im Feld 
13086 \family sans
13087 LaTeX-Argument
13088 \family default
13089  eingeben.
13090  Hier iss ein Überblick über die Argumente:
13091 \end_layout
13092
13093 \begin_layout Itemize
13094
13095 \series bold
13096 p{Breite}
13097 \series default
13098  die Zelle bekommt eine feste 
13099 \series bold
13100 Breite
13101 \series default
13102 ,
13103  und die vertikale Ausrichtung ist 
13104 \family sans
13105 Oben
13106 \end_layout
13107
13108 \begin_layout Itemize
13109
13110 \series bold
13111 m{Breite}
13112 \series default
13113  die Zelle bekommt eine feste 
13114 \series bold
13115 Breite
13116 \series default
13117 ,
13118  und die vertikale Ausrichtung ist 
13119 \family sans
13120 Mitte
13121 \end_layout
13122
13123 \begin_layout Itemize
13124
13125 \series bold
13126 b{Breite}
13127 \series default
13128  die Zelle bekommt eine feste 
13129 \series bold
13130 Breite
13131 \series default
13132 ,
13133  und die vertikale Ausrichtung ist 
13134 \family sans
13135 Unten
13136 \end_layout
13137
13138 \begin_layout Standard
13139 Wenn Sie ein \SpecialChar LaTeX
13140 -Argument eingeben,
13141  werden alle anderen Einstellungen für diese Zelle überschrieben.
13142 \end_layout
13143
13144 \begin_layout Standard
13145 \begin_inset Note Greyedout
13146 status open
13147
13148 \begin_layout Plain Layout
13149
13150 \series bold
13151 Bemerkung:
13152
13153 \series default
13154  Wegen eines Fehlers in \SpecialChar LyX
13155  werden die überschriebenen Einstellungen dennoch angezeigt.
13156 \end_layout
13157
13158 \end_inset
13159
13160
13161 \end_layout
13162
13163 \begin_layout Standard
13164 Weil der Text horizontal zentriert sein soll,
13165  wurde in den Einstellungen der Zelle mit dem Inhalt 
13166 \begin_inset Quotes gld
13167 \end_inset
13168
13169 d
13170 \begin_inset Quotes grd
13171 \end_inset
13172
13173  der Tabelle
13174 \begin_inset space ~
13175 \end_inset
13176
13177
13178 \begin_inset CommandInset ref
13179 LatexCommand ref
13180 reference "tab:Tabelle-mit-zentriertem"
13181 nolink "false"
13182
13183 \end_inset
13184
13185  auch noch der Befehl
13186 \family typewriter
13187 \series bold
13188  
13189 \family default
13190
13191 \backslash
13192 centering
13193 \series default
13194  hinzugefügt.
13195  Das Ganze sieht dann so aus:
13196 \end_layout
13197
13198 \begin_layout Standard
13199
13200 \series bold
13201 |>{
13202 \backslash
13203 centering}m{1.25cm-6.2pt}
13204 \end_layout
13205
13206 \begin_layout Standard
13207 Der vertikale Strich 
13208 \series bold
13209
13210 \begin_inset Quotes gld
13211 \end_inset
13212
13213 |
13214 \series default
13215
13216 \begin_inset Quotes grd
13217 \end_inset
13218
13219  am Anfang zeichnet die linke Linie,
13220  und der Befehl 
13221 \series bold
13222
13223 \begin_inset Quotes gld
13224 \end_inset
13225
13226 >{ }
13227 \begin_inset Quotes grd
13228 \end_inset
13229
13230
13231 \series default
13232  bedeutet,
13233  dass die Befehle in der geschweiften Klammer vor dem Erstellen der Zelle benutzt werden sollen.
13234 \end_layout
13235
13236 \begin_layout Standard
13237 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt haben,
13238  ist der Text noch immer linksbündig,
13239  weil \SpecialChar LyX
13240  Ausrichtungen nur für einzelne Spalten anwendet.
13241  Deswegen musste für die Mehrfachspalte folgendes \SpecialChar LaTeX
13242 -Argument benutzt werden:
13243 \end_layout
13244
13245 \begin_layout Standard
13246
13247 \series bold
13248 |>{
13249 \backslash
13250 centering}m{2.5cm}|
13251 \end_layout
13252
13253 \begin_layout Subsection
13254 Mehrfachzeilen
13255 \begin_inset CommandInset label
13256 LatexCommand label
13257 name "uab:Mehrfachzeilen"
13258
13259 \end_inset
13260
13261
13262 \begin_inset Index idx
13263 range none
13264 pageformat default
13265 status collapsed
13266
13267 \begin_layout Plain Layout
13268 Mehrfachzeilen
13269 \end_layout
13270
13271 \end_inset
13272
13273
13274 \begin_inset Index idx
13275 range none
13276 pageformat default
13277 status collapsed
13278
13279 \begin_layout Plain Layout
13280 Tabellen
13281 \begin_inset IndexMacro subentry
13282 status open
13283
13284 \begin_layout Plain Layout
13285 Mehrfachzeilen
13286 \end_layout
13287
13288 \end_inset
13289
13290
13291 \end_layout
13292
13293 \end_inset
13294
13295
13296 \end_layout
13297
13298 \begin_layout Standard
13299 Um mehrere Zellen einer Zeile zu einer zu verbinden,
13300  markieren Sie diese und verwenden dann den Knopf 
13301 \begin_inset Info
13302 type  "icon"
13303 arg   "tabular-feature multirow"
13304 \end_inset
13305
13306  in der Werkzeugleiste,
13307  das Menü 
13308 \family sans
13309 Bearbeiten\SpecialChar menuseparator
13310 Tabelle\SpecialChar menuseparator
13311 Mehrfachzeile
13312 \family default
13313 ,
13314  oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü 
13315 \family sans
13316 Mehrfachzeile
13317 \family default
13318 .
13319 \end_layout
13320
13321 \begin_layout Standard
13322 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
13323 \end_layout
13324
13325 \begin_layout Standard
13326 \align center
13327 \begin_inset Tabular
13328 <lyxtabular version="3" rows="3" columns="3">
13329 <features tabularvalignment="middle">
13330 <column alignment="center" valignment="top" width="0pt">
13331 <column alignment="center" valignment="top">
13332 <column alignment="center" valignment="top">
13333 <row>
13334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338 ein langer Eintrag
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347 b
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13353 \begin_inset Text
13354
13355 \begin_layout Plain Layout
13356 c
13357 \end_layout
13358
13359 \end_inset
13360 </cell>
13361 </row>
13362 <row>
13363 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13364 \begin_inset Text
13365
13366 \begin_layout Plain Layout
13367 Mehrfachzeile
13368 \end_layout
13369
13370 \end_inset
13371 </cell>
13372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13373 \begin_inset Text
13374
13375 \begin_layout Plain Layout
13376 e
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Plain Layout
13385 f
13386 \end_layout
13387
13388 \end_inset
13389 </cell>
13390 </row>
13391 <row>
13392 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Plain Layout
13396
13397 \end_layout
13398
13399 \end_inset
13400 </cell>
13401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13402 \begin_inset Text
13403
13404 \begin_layout Plain Layout
13405 h
13406 \end_layout
13407
13408 \end_inset
13409 </cell>
13410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414 i
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 </row>
13420 </lyxtabular>
13421
13422 \end_inset
13423
13424
13425 \end_layout
13426
13427 \begin_layout Standard
13428 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette Spalte festgelegt.
13429  Der 
13430 \family sans
13431 Vertikale Versatz
13432 \family default
13433  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz positiv/negativ ist.
13434 \end_layout
13435
13436 \begin_layout Standard
13437 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat,
13438  übernimmt die Mehrfachzeile die Ausrichtung der Spalte.
13439  Ansonsten ist sie standardmäßig links ausgerichtet.
13440  Um die Ausrichtung zu ändern,
13441  erneuern Sie den Befehl 
13442 \series bold
13443
13444 \backslash
13445 multirowsetup
13446 \series default
13447  mit dem Befehl
13448 \end_layout
13449
13450 \begin_layout Standard
13451
13452 \series bold
13453
13454 \backslash
13455 renewcommand{
13456 \backslash
13457 multirowsetup}{
13458 \backslash
13459 centering}
13460 \end_layout
13461
13462 \begin_layout Standard
13463 im \SpecialChar LaTeX
13464 -Vorspann.
13465  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
13466  Wenn diese Ausrichtung nur für einige Tabellen gelten soll,
13467  kann der Befehl auch mittels \SpecialChar TeX
13468 -Code vor der jeweiligen Tabelle,
13469  statt im \SpecialChar LaTeX
13470 -Vorspann,
13471  erneuert werden.
13472  Für rechtsbündigen Text ersetzt man 
13473 \series bold
13474
13475 \backslash
13476 centering
13477 \series default
13478  durch 
13479 \series bold
13480
13481 \backslash
13482 raggedleft
13483 \series default
13484 .
13485  Um zur linksbündigen Ausrichtung zurückzukehren,
13486  wird 
13487 \series bold
13488
13489 \backslash
13490 raggedright
13491 \series default
13492  verwendet.
13493 \end_layout
13494
13495 \begin_layout Standard
13496 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile die -4
13497 \begin_inset space \thinspace{}
13498 \end_inset
13499
13500 mm vertikalen Versatz hat und sich in einer 3
13501 \begin_inset space \thinspace{}
13502 \end_inset
13503
13504 cm breiten Spalte befindet:
13505 \end_layout
13506
13507 \begin_layout Standard
13508 \noindent
13509 \align center
13510 \begin_inset ERT
13511 status collapsed
13512
13513 \begin_layout Plain Layout
13514
13515
13516 \backslash
13517 renewcommand{
13518 \backslash
13519 multirowsetup}{
13520 \backslash
13521 raggedleft}
13522 \end_layout
13523
13524 \end_inset
13525
13526
13527 \begin_inset Tabular
13528 <lyxtabular version="3" rows="4" columns="3">
13529 <features tabularvalignment="middle">
13530 <column alignment="center" valignment="top" width="3cm">
13531 <column alignment="center" valignment="top">
13532 <column alignment="center" valignment="top">
13533 <row>
13534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13535 \begin_inset Text
13536
13537 \begin_layout Plain Layout
13538 ein langer Eintrag
13539 \end_layout
13540
13541 \end_inset
13542 </cell>
13543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13544 \begin_inset Text
13545
13546 \begin_layout Plain Layout
13547 b
13548 \end_layout
13549
13550 \end_inset
13551 </cell>
13552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13553 \begin_inset Text
13554
13555 \begin_layout Plain Layout
13556 c
13557 \end_layout
13558
13559 \end_inset
13560 </cell>
13561 </row>
13562 <row>
13563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13564 \begin_inset Text
13565
13566 \begin_layout Plain Layout
13567 t
13568 \end_layout
13569
13570 \end_inset
13571 </cell>
13572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13573 \begin_inset Text
13574
13575 \begin_layout Plain Layout
13576 n
13577 \end_layout
13578
13579 \end_inset
13580 </cell>
13581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13582 \begin_inset Text
13583
13584 \begin_layout Plain Layout
13585 m
13586 \end_layout
13587
13588 \end_inset
13589 </cell>
13590 </row>
13591 <row>
13592 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13593 \begin_inset Text
13594
13595 \begin_layout Plain Layout
13596 Mehrfachzeile
13597 \end_layout
13598
13599 \end_inset
13600 </cell>
13601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13602 \begin_inset Text
13603
13604 \begin_layout Plain Layout
13605 e
13606 \end_layout
13607
13608 \end_inset
13609 </cell>
13610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13611 \begin_inset Text
13612
13613 \begin_layout Plain Layout
13614 f
13615 \end_layout
13616
13617 \end_inset
13618 </cell>
13619 </row>
13620 <row>
13621 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13622 \begin_inset Text
13623
13624 \begin_layout Plain Layout
13625
13626 \end_layout
13627
13628 \end_inset
13629 </cell>
13630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13631 \begin_inset Text
13632
13633 \begin_layout Plain Layout
13634 h
13635 \end_layout
13636
13637 \end_inset
13638 </cell>
13639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13640 \begin_inset Text
13641
13642 \begin_layout Plain Layout
13643 i
13644 \end_layout
13645
13646 \end_inset
13647 </cell>
13648 </row>
13649 </lyxtabular>
13650
13651 \end_inset
13652
13653
13654 \begin_inset ERT
13655 status collapsed
13656
13657 \begin_layout Plain Layout
13658
13659
13660 \backslash
13661 renewcommand{
13662 \backslash
13663 multirowsetup}{
13664 \backslash
13665 raggedright}
13666 \end_layout
13667
13668 \end_inset
13669
13670
13671 \end_layout
13672
13673 \begin_layout Standard
13674 Um eine neue Zeile zu beginnen,
13675  können Sie einen erzwungenen Zeilenumbruch (Tastenkürzel 
13676 \family sans
13677 Strg+Enter
13678 \family default
13679 ) verwenden.
13680  Dieser respektiert jedoch nicht die Tabellenlinien,
13681  wie diese Tabelle zeigt:
13682 \end_layout
13683
13684 \begin_layout Standard
13685 \noindent
13686 \align center
13687 \begin_inset Tabular
13688 <lyxtabular version="3" rows="3" columns="2">
13689 <features tabularvalignment="middle">
13690 <column alignment="left" valignment="middle" width="2cm">
13691 <column alignment="center" valignment="top">
13692 <row>
13693 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13694 \begin_inset Text
13695
13696 \begin_layout Plain Layout
13697 aaa
13698 \begin_inset Newline newline
13699 \end_inset
13700
13701 aaa
13702 \begin_inset Newline newline
13703 \end_inset
13704
13705 falsche Zelle
13706 \end_layout
13707
13708 \end_inset
13709 </cell>
13710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13711 \begin_inset Text
13712
13713 \begin_layout Plain Layout
13714 ccc
13715 \end_layout
13716
13717 \end_inset
13718 </cell>
13719 </row>
13720 <row>
13721 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13722 \begin_inset Text
13723
13724 \begin_layout Plain Layout
13725
13726 \end_layout
13727
13728 \end_inset
13729 </cell>
13730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13731 \begin_inset Text
13732
13733 \begin_layout Plain Layout
13734 ddd
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 </row>
13740 <row>
13741 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13742 \begin_inset Text
13743
13744 \begin_layout Plain Layout
13745 bbb
13746 \end_layout
13747
13748 \end_inset
13749 </cell>
13750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13751 \begin_inset Text
13752
13753 \begin_layout Plain Layout
13754 eee
13755 \end_layout
13756
13757 \end_inset
13758 </cell>
13759 </row>
13760 </lyxtabular>
13761
13762 \end_inset
13763
13764
13765 \end_layout
13766
13767 \begin_layout Standard
13768 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
13769 \end_layout
13770
13771 \begin_layout Subsection
13772 Zellen mit diagonalen Linien
13773 \end_layout
13774
13775 \begin_layout Standard
13776 Um dem Leser mitzuteilen,
13777  was die Spalten und Zeilenüberschriften in einer Tabelle bedeuten,
13778  ist es hilfreich,
13779  die erste Zelle der Tabelle mit einer oder zwei diagonalen Linien zu teilen.
13780  Dies kann erreicht werden,
13781  indem man das \SpecialChar LaTeX
13782 -Paket 
13783 \series bold
13784 diagbox
13785 \series default
13786
13787 \begin_inset Index idx
13788 range none
13789 pageformat default
13790 status collapsed
13791
13792 \begin_layout Plain Layout
13793 \SpecialChar LaTeX
13794 -Pakete
13795 \begin_inset IndexMacro subentry
13796 status open
13797
13798 \begin_layout Plain Layout
13799 diagbox
13800 \end_layout
13801
13802 \end_inset
13803
13804
13805 \end_layout
13806
13807 \end_inset
13808
13809  im \SpecialChar LaTeX
13810 -Vorspann lädt.
13811  Das Paket stellt den Befehl 
13812 \series bold
13813
13814 \backslash
13815 diagbox
13816 \series default
13817  zur Verfügung,
13818  der als \SpecialChar TeX
13819 -Code eingefügt wird und 2 oder 3
13820 \begin_inset space ~
13821 \end_inset
13822
13823 Argumente hat:
13824 \end_layout
13825
13826 \begin_layout Standard
13827
13828 \series bold
13829
13830 \backslash
13831 diagbox[Optionen]{links unten}{rechts oben}
13832 \end_layout
13833
13834 \begin_layout Standard
13835
13836 \series bold
13837
13838 \backslash
13839 diagbox[Optionen]{links unten}{links oben}{rechts oben}
13840 \end_layout
13841
13842 \begin_layout Standard
13843 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und die Argumente werden unter und über diese Linie platziert.
13844  Das zweite Schema teilt die Zelle mit 2
13845 \begin_inset space ~
13846 \end_inset
13847
13848 Linien.
13849 \end_layout
13850
13851 \begin_layout Standard
13852 \begin_inset ERT
13853 status collapsed
13854
13855 \begin_layout Plain Layout
13856
13857
13858 \backslash
13859 ifdiagbox
13860 \end_layout
13861
13862 \end_inset
13863
13864
13865 \begin_inset Note Note
13866 status open
13867
13868 \begin_layout Plain Layout
13869 Der folgende Teil wird nur gedruckt,
13870  wenn das \SpecialChar LaTeX
13871 -Paket 
13872 \series bold
13873 diagbox
13874 \series default
13875  installiert ist.
13876 \end_layout
13877
13878 \end_inset
13879
13880
13881 \end_layout
13882
13883 \begin_layout Standard
13884 Hier ist eine Beispieltabelle in der 
13885 \series bold
13886
13887 \backslash
13888 diagbox 
13889 \series default
13890 im 2-Argument Schema in der ersten Zelle verwendet wird:
13891 \begin_inset VSpace medskip
13892 \end_inset
13893
13894
13895 \end_layout
13896
13897 \begin_layout Standard
13898 \noindent
13899 \begin_inset Tabular
13900 <lyxtabular version="3" rows="4" columns="4">
13901 <features tabularvalignment="middle">
13902 <column alignment="center" valignment="top">
13903 <column alignment="center" valignment="top">
13904 <column alignment="center" valignment="top">
13905 <column alignment="center" valignment="top">
13906 <row>
13907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13908 \begin_inset Text
13909
13910 \begin_layout Plain Layout
13911 \begin_inset ERT
13912 status collapsed
13913
13914 \begin_layout Plain Layout
13915
13916
13917 \backslash
13918 diagbox{
13919 \end_layout
13920
13921 \end_inset
13922
13923 Name
13924 \begin_inset ERT
13925 status collapsed
13926
13927 \begin_layout Plain Layout
13928
13929 }{
13930 \end_layout
13931
13932 \end_inset
13933
13934 Parameter
13935 \begin_inset ERT
13936 status collapsed
13937
13938 \begin_layout Plain Layout
13939
13940 }
13941 \end_layout
13942
13943 \end_inset
13944
13945
13946 \end_layout
13947
13948 \end_inset
13949 </cell>
13950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13951 \begin_inset Text
13952
13953 \begin_layout Plain Layout
13954 Dicke in nm
13955 \end_layout
13956
13957 \end_inset
13958 </cell>
13959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13960 \begin_inset Text
13961
13962 \begin_layout Plain Layout
13963 Transparenz in %
13964 \end_layout
13965
13966 \end_inset
13967 </cell>
13968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13969 \begin_inset Text
13970
13971 \begin_layout Plain Layout
13972 Härte in MPa
13973 \end_layout
13974
13975 \end_inset
13976 </cell>
13977 </row>
13978 <row>
13979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13980 \begin_inset Text
13981
13982 \begin_layout Plain Layout
13983 Perfekt Grün
13984 \end_layout
13985
13986 \end_inset
13987 </cell>
13988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13989 \begin_inset Text
13990
13991 \begin_layout Plain Layout
13992 45
13993 \end_layout
13994
13995 \end_inset
13996 </cell>
13997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13998 \begin_inset Text
13999
14000 \begin_layout Plain Layout
14001 80
14002 \end_layout
14003
14004 \end_inset
14005 </cell>
14006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14007 \begin_inset Text
14008
14009 \begin_layout Plain Layout
14010 504
14011 \end_layout
14012
14013 \end_inset
14014 </cell>
14015 </row>
14016 <row>
14017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14018 \begin_inset Text
14019
14020 \begin_layout Plain Layout
14021 Dunkel Multi-P
14022 \end_layout
14023
14024 \end_inset
14025 </cell>
14026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14027 \begin_inset Text
14028
14029 \begin_layout Plain Layout
14030 60
14031 \end_layout
14032
14033 \end_inset
14034 </cell>
14035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14036 \begin_inset Text
14037
14038 \begin_layout Plain Layout
14039 72
14040 \end_layout
14041
14042 \end_inset
14043 </cell>
14044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14045 \begin_inset Text
14046
14047 \begin_layout Plain Layout
14048 982
14049 \end_layout
14050
14051 \end_inset
14052 </cell>
14053 </row>
14054 <row>
14055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14056 \begin_inset Text
14057
14058 \begin_layout Plain Layout
14059 Kristallklar Pro
14060 \end_layout
14061
14062 \end_inset
14063 </cell>
14064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14065 \begin_inset Text
14066
14067 \begin_layout Plain Layout
14068 18
14069 \end_layout
14070
14071 \end_inset
14072 </cell>
14073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Plain Layout
14077 86
14078 \end_layout
14079
14080 \end_inset
14081 </cell>
14082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Plain Layout
14086 374
14087 \end_layout
14088
14089 \end_inset
14090 </cell>
14091 </row>
14092 </lyxtabular>
14093
14094 \end_inset
14095
14096
14097 \begin_inset VSpace medskip
14098 \end_inset
14099
14100
14101 \end_layout
14102
14103 \begin_layout Standard
14104 \begin_inset Newpage newpage
14105 \end_inset
14106
14107
14108 \end_layout
14109
14110 \begin_layout Standard
14111 Das 3-Argument Schema ist z.
14112 \begin_inset space \thinspace{}
14113 \end_inset
14114
14115 B:
14116  für Kreuztabellen von Sportligen oder Entfernungen nützlich:
14117 \end_layout
14118
14119 \begin_layout Standard
14120 \noindent
14121 \align center
14122 \begin_inset Tabular
14123 <lyxtabular version="3" rows="4" columns="4">
14124 <features tabularvalignment="middle">
14125 <column alignment="center" valignment="top" width="0pt">
14126 <column alignment="center" valignment="top">
14127 <column alignment="center" valignment="top">
14128 <column alignment="center" valignment="top">
14129 <row>
14130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14131 \begin_inset Text
14132
14133 \begin_layout Plain Layout
14134 \begin_inset ERT
14135 status collapsed
14136
14137 \begin_layout Plain Layout
14138
14139
14140 \backslash
14141 diagbox{
14142 \end_layout
14143
14144 \end_inset
14145
14146 Heim
14147 \begin_inset ERT
14148 status collapsed
14149
14150 \begin_layout Plain Layout
14151
14152 }{
14153 \end_layout
14154
14155 \end_inset
14156
14157 Ergebnis
14158 \begin_inset ERT
14159 status collapsed
14160
14161 \begin_layout Plain Layout
14162
14163 }{
14164 \end_layout
14165
14166 \end_inset
14167
14168 Auswärts
14169 \begin_inset ERT
14170 status collapsed
14171
14172 \begin_layout Plain Layout
14173
14174 }
14175 \end_layout
14176
14177 \end_inset
14178
14179
14180 \end_layout
14181
14182 \end_inset
14183 </cell>
14184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14185 \begin_inset Text
14186
14187 \begin_layout Plain Layout
14188 Tiger
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Plain Layout
14197 Panther
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14203 \begin_inset Text
14204
14205 \begin_layout Plain Layout
14206 Falken
14207 \end_layout
14208
14209 \end_inset
14210 </cell>
14211 </row>
14212 <row>
14213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14214 \begin_inset Text
14215
14216 \begin_layout Plain Layout
14217 Tiger
14218 \end_layout
14219
14220 \end_inset
14221 </cell>
14222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14223 \begin_inset Text
14224
14225 \begin_layout Plain Layout
14226
14227
14228 \end_layout
14229
14230 \end_inset
14231 </cell>
14232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14233 \begin_inset Text
14234
14235 \begin_layout Plain Layout
14236 1:3
14237 \end_layout
14238
14239 \end_inset
14240 </cell>
14241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14242 \begin_inset Text
14243
14244 \begin_layout Plain Layout
14245 0:1
14246 \end_layout
14247
14248 \end_inset
14249 </cell>
14250 </row>
14251 <row>
14252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14253 \begin_inset Text
14254
14255 \begin_layout Plain Layout
14256 Panther
14257 \end_layout
14258
14259 \end_inset
14260 </cell>
14261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14262 \begin_inset Text
14263
14264 \begin_layout Plain Layout
14265 3:1
14266 \end_layout
14267
14268 \end_inset
14269 </cell>
14270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14271 \begin_inset Text
14272
14273 \begin_layout Plain Layout
14274
14275
14276 \end_layout
14277
14278 \end_inset
14279 </cell>
14280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14281 \begin_inset Text
14282
14283 \begin_layout Plain Layout
14284 0:0
14285 \end_layout
14286
14287 \end_inset
14288 </cell>
14289 </row>
14290 <row>
14291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14292 \begin_inset Text
14293
14294 \begin_layout Plain Layout
14295 Falken
14296 \end_layout
14297
14298 \end_inset
14299 </cell>
14300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14301 \begin_inset Text
14302
14303 \begin_layout Plain Layout
14304 1:0
14305 \end_layout
14306
14307 \end_inset
14308 </cell>
14309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14310 \begin_inset Text
14311
14312 \begin_layout Plain Layout
14313 0:0
14314 \end_layout
14315
14316 \end_inset
14317 </cell>
14318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14319 \begin_inset Text
14320
14321 \begin_layout Plain Layout
14322
14323
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 </row>
14329 </lyxtabular>
14330
14331 \end_inset
14332
14333
14334 \end_layout
14335
14336 \begin_layout Standard
14337 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder jeder Ecke der Tabelle verwenden,
14338  wie in diesem Beispiel:
14339 \end_layout
14340
14341 \begin_layout Standard
14342 \noindent
14343 \align center
14344 \begin_inset Tabular
14345 <lyxtabular version="3" rows="5" columns="5">
14346 <features tabularvalignment="middle">
14347 <column alignment="center" valignment="top" width="0pt">
14348 <column alignment="center" valignment="top">
14349 <column alignment="center" valignment="top">
14350 <column alignment="center" valignment="top">
14351 <column alignment="center" valignment="top">
14352 <row>
14353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14354 \begin_inset Text
14355
14356 \begin_layout Plain Layout
14357 \begin_inset ERT
14358 status open
14359
14360 \begin_layout Plain Layout
14361
14362
14363 \backslash
14364 diagbox{
14365 \end_layout
14366
14367 \end_inset
14368
14369 Heim
14370 \begin_inset ERT
14371 status collapsed
14372
14373 \begin_layout Plain Layout
14374
14375 }{
14376 \end_layout
14377
14378 \end_inset
14379
14380 Ergebnis
14381 \begin_inset ERT
14382 status collapsed
14383
14384 \begin_layout Plain Layout
14385
14386 }{
14387 \end_layout
14388
14389 \end_inset
14390
14391 Auswärts
14392 \begin_inset ERT
14393 status collapsed
14394
14395 \begin_layout Plain Layout
14396
14397 }
14398 \end_layout
14399
14400 \end_inset
14401
14402
14403 \end_layout
14404
14405 \end_inset
14406 </cell>
14407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14408 \begin_inset Text
14409
14410 \begin_layout Plain Layout
14411 Tiger
14412 \end_layout
14413
14414 \end_inset
14415 </cell>
14416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14417 \begin_inset Text
14418
14419 \begin_layout Plain Layout
14420 Panther
14421 \end_layout
14422
14423 \end_inset
14424 </cell>
14425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14426 \begin_inset Text
14427
14428 \begin_layout Plain Layout
14429 Falken
14430 \end_layout
14431
14432 \end_inset
14433 </cell>
14434 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14435 \begin_inset Text
14436
14437 \begin_layout Plain Layout
14438 \begin_inset ERT
14439 status open
14440
14441 \begin_layout Plain Layout
14442
14443
14444 \backslash
14445 diagbox[dir=NE]{
14446 \end_layout
14447
14448 \end_inset
14449
14450 Heim
14451 \begin_inset ERT
14452 status collapsed
14453
14454 \begin_layout Plain Layout
14455
14456 }{
14457 \end_layout
14458
14459 \end_inset
14460
14461 Ergebnis
14462 \begin_inset ERT
14463 status collapsed
14464
14465 \begin_layout Plain Layout
14466
14467 }{
14468 \end_layout
14469
14470 \end_inset
14471
14472 Auswärts
14473 \begin_inset ERT
14474 status collapsed
14475
14476 \begin_layout Plain Layout
14477
14478 }
14479 \end_layout
14480
14481 \end_inset
14482
14483
14484 \end_layout
14485
14486 \end_inset
14487 </cell>
14488 </row>
14489 <row>
14490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14491 \begin_inset Text
14492
14493 \begin_layout Plain Layout
14494 Tiger
14495 \end_layout
14496
14497 \end_inset
14498 </cell>
14499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14500 \begin_inset Text
14501
14502 \begin_layout Plain Layout
14503
14504
14505 \end_layout
14506
14507 \end_inset
14508 </cell>
14509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14510 \begin_inset Text
14511
14512 \begin_layout Plain Layout
14513 1:3
14514 \end_layout
14515
14516 \end_inset
14517 </cell>
14518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14519 \begin_inset Text
14520
14521 \begin_layout Plain Layout
14522 0:1
14523 \end_layout
14524
14525 \end_inset
14526 </cell>
14527 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14528 \begin_inset Text
14529
14530 \begin_layout Plain Layout
14531 Tiger
14532 \end_layout
14533
14534 \end_inset
14535 </cell>
14536 </row>
14537 <row>
14538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14539 \begin_inset Text
14540
14541 \begin_layout Plain Layout
14542 Panther
14543 \end_layout
14544
14545 \end_inset
14546 </cell>
14547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Plain Layout
14551 3:1
14552 \end_layout
14553
14554 \end_inset
14555 </cell>
14556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14557 \begin_inset Text
14558
14559 \begin_layout Plain Layout
14560
14561
14562 \end_layout
14563
14564 \end_inset
14565 </cell>
14566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14567 \begin_inset Text
14568
14569 \begin_layout Plain Layout
14570 0:0
14571 \end_layout
14572
14573 \end_inset
14574 </cell>
14575 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14576 \begin_inset Text
14577
14578 \begin_layout Plain Layout
14579 Panther
14580 \end_layout
14581
14582 \end_inset
14583 </cell>
14584 </row>
14585 <row>
14586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Plain Layout
14590 Falken
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599 1:0
14600 \end_layout
14601
14602 \end_inset
14603 </cell>
14604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14605 \begin_inset Text
14606
14607 \begin_layout Plain Layout
14608 0:0
14609 \end_layout
14610
14611 \end_inset
14612 </cell>
14613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14614 \begin_inset Text
14615
14616 \begin_layout Plain Layout
14617
14618
14619 \end_layout
14620
14621 \end_inset
14622 </cell>
14623 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14624 \begin_inset Text
14625
14626 \begin_layout Plain Layout
14627 Falken
14628 \end_layout
14629
14630 \end_inset
14631 </cell>
14632 </row>
14633 <row>
14634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14635 \begin_inset Text
14636
14637 \begin_layout Plain Layout
14638 \begin_inset ERT
14639 status open
14640
14641 \begin_layout Plain Layout
14642
14643
14644 \backslash
14645 diagbox[dir=SW]{
14646 \end_layout
14647
14648 \end_inset
14649
14650 Heim
14651 \begin_inset ERT
14652 status collapsed
14653
14654 \begin_layout Plain Layout
14655
14656 }{
14657 \end_layout
14658
14659 \end_inset
14660
14661 Ergebnis
14662 \begin_inset ERT
14663 status collapsed
14664
14665 \begin_layout Plain Layout
14666
14667 }{
14668 \end_layout
14669
14670 \end_inset
14671
14672 Auswärts
14673 \begin_inset ERT
14674 status collapsed
14675
14676 \begin_layout Plain Layout
14677
14678 }
14679 \end_layout
14680
14681 \end_inset
14682
14683
14684 \end_layout
14685
14686 \end_inset
14687 </cell>
14688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14689 \begin_inset Text
14690
14691 \begin_layout Plain Layout
14692 Tiger
14693 \end_layout
14694
14695 \end_inset
14696 </cell>
14697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14698 \begin_inset Text
14699
14700 \begin_layout Plain Layout
14701 Panther
14702 \end_layout
14703
14704 \end_inset
14705 </cell>
14706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14707 \begin_inset Text
14708
14709 \begin_layout Plain Layout
14710 Falken
14711 \end_layout
14712
14713 \end_inset
14714 </cell>
14715 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14716 \begin_inset Text
14717
14718 \begin_layout Plain Layout
14719 \begin_inset ERT
14720 status open
14721
14722 \begin_layout Plain Layout
14723
14724
14725 \backslash
14726 diagbox[dir=SE]{
14727 \end_layout
14728
14729 \end_inset
14730
14731 Heim
14732 \begin_inset ERT
14733 status collapsed
14734
14735 \begin_layout Plain Layout
14736
14737 }{
14738 \end_layout
14739
14740 \end_inset
14741
14742 Ergebnis
14743 \begin_inset ERT
14744 status collapsed
14745
14746 \begin_layout Plain Layout
14747
14748 }{
14749 \end_layout
14750
14751 \end_inset
14752
14753 Auswärts
14754 \begin_inset ERT
14755 status collapsed
14756
14757 \begin_layout Plain Layout
14758
14759 }
14760 \end_layout
14761
14762 \end_inset
14763
14764
14765 \end_layout
14766
14767 \end_inset
14768 </cell>
14769 </row>
14770 </lyxtabular>
14771
14772 \end_inset
14773
14774
14775 \end_layout
14776
14777 \begin_layout Standard
14778 Um die diagonalen Linien zu drehen,
14779  wird die Befehlsoption 
14780 \series bold
14781 dir=Richtung
14782 \series default
14783  verwendet.
14784  
14785 \emph on
14786 Richtung
14787 \emph default
14788  ist entweder 
14789 \series bold
14790 NE
14791 \series default
14792 ,
14793  
14794 \series bold
14795 SE
14796 \series default
14797 ,
14798  
14799 \series bold
14800 SW
14801 \series default
14802  oder 
14803 \series bold
14804 NW
14805 \series default
14806  und stellt eine Himmelsrichtung dar.
14807  
14808 \series bold
14809 SW
14810 \series default
14811  ist z.
14812 \begin_inset space \thinspace{}
14813 \end_inset
14814
14815 B.
14816  die Südwestecke.
14817  Daher wird in der unteren,
14818  linken Zelle der obigen Tabelle der Befehl
14819 \end_layout
14820
14821 \begin_layout Standard
14822
14823 \series bold
14824
14825 \backslash
14826 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
14827 \end_layout
14828
14829 \begin_layout Standard
14830 verwendet.
14831  Wenn keine Richtung angegeben ist,
14832  wird NW verwendet.
14833 \end_layout
14834
14835 \begin_layout Standard
14836 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
14837  Wenn Sie eine feste Breite für die Spalte setzen,
14838  die kleiner als die berechnete ist,
14839  ragt der Inhalt über die Zelle hinaus:
14840 \end_layout
14841
14842 \begin_layout Standard
14843 \noindent
14844 \align center
14845 \begin_inset Tabular
14846 <lyxtabular version="3" rows="2" columns="2">
14847 <features tabularvalignment="middle">
14848 <column alignment="center" valignment="top" width="3cm">
14849 <column alignment="center" valignment="top">
14850 <row>
14851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14852 \begin_inset Text
14853
14854 \begin_layout Plain Layout
14855 \begin_inset ERT
14856 status collapsed
14857
14858 \begin_layout Plain Layout
14859
14860
14861 \backslash
14862 diagbox{
14863 \end_layout
14864
14865 \end_inset
14866
14867 Name
14868 \begin_inset ERT
14869 status collapsed
14870
14871 \begin_layout Plain Layout
14872
14873 }{
14874 \end_layout
14875
14876 \end_inset
14877
14878 Parameter
14879 \begin_inset ERT
14880 status collapsed
14881
14882 \begin_layout Plain Layout
14883
14884 }
14885 \end_layout
14886
14887 \end_inset
14888
14889
14890 \end_layout
14891
14892 \end_inset
14893 </cell>
14894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14895 \begin_inset Text
14896
14897 \begin_layout Plain Layout
14898 Dicke in nm
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 </row>
14904 <row>
14905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14906 \begin_inset Text
14907
14908 \begin_layout Plain Layout
14909 Perfekt Grün
14910 \end_layout
14911
14912 \end_inset
14913 </cell>
14914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14915 \begin_inset Text
14916
14917 \begin_layout Plain Layout
14918 45
14919 \end_layout
14920
14921 \end_inset
14922 </cell>
14923 </row>
14924 </lyxtabular>
14925
14926 \end_inset
14927
14928
14929 \end_layout
14930
14931 \begin_layout Standard
14932 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14933  verwendet man die Befehlsoption 
14934 \series bold
14935 width=3cm
14936 \series default
14937  (ersetzen Sie '3cm' durch die benötigte Breite).
14938  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14939 \begin_inset space \thinspace{}
14940 \end_inset
14941
14942 cm gesetzt.
14943  Für 
14944 \series bold
14945
14946 \backslash
14947 diagbox
14948 \series default
14949  wird eine Breite von 4
14950 \begin_inset space \thinspace{}
14951 \end_inset
14952
14953 cm + 2
14954 \begin_inset space \thinspace{}
14955 \end_inset
14956
14957
14958 \backslash
14959 tabcolsep benötigt,
14960  denn die Gesamtbreite ist die Breite für den Text (in diesem Fall 4
14961 \begin_inset space \thinspace{}
14962 \end_inset
14963
14964 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14965  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14966 \series bold
14967
14968 \backslash
14969 diagbox
14970 \series default
14971  durchgeführt werden,
14972  so dass man eine neue Länge erstellen muss,
14973  die man später verwenden kann.
14974  Dies wird mit den \SpecialChar TeX
14975 -Code Befehlen
14976 \end_layout
14977
14978 \begin_layout Standard
14979
14980 \series bold
14981
14982 \backslash
14983 newlength{
14984 \backslash
14985 diagtest}
14986 \begin_inset Newline newline
14987 \end_inset
14988
14989
14990 \backslash
14991 setlength{
14992 \backslash
14993 diagtest}{4cm+2
14994 \backslash
14995 tabcolsep}
14996 \end_layout
14997
14998 \begin_layout Standard
14999 erreicht.
15000 \end_layout
15001
15002 \begin_layout Standard
15003 \begin_inset ERT
15004 status collapsed
15005
15006 \begin_layout Plain Layout
15007
15008
15009 \backslash
15010 newlength{
15011 \backslash
15012 diagtest}
15013 \end_layout
15014
15015 \begin_layout Plain Layout
15016
15017
15018 \backslash
15019 setlength{
15020 \backslash
15021 diagtest}{4cm+2
15022 \backslash
15023 tabcolsep}
15024 \end_layout
15025
15026 \end_inset
15027
15028
15029 \end_layout
15030
15031 \begin_layout Standard
15032 Um Berechnungen in \SpecialChar LaTeX
15033  zu aktivieren,
15034  muss das Paket 
15035 \series bold
15036 calc
15037 \series default
15038
15039 \begin_inset Index idx
15040 range none
15041 pageformat default
15042 status collapsed
15043
15044 \begin_layout Plain Layout
15045 \SpecialChar LaTeX
15046 -Pakete
15047 \begin_inset IndexMacro subentry
15048 status open
15049
15050 \begin_layout Plain Layout
15051 calc
15052 \end_layout
15053
15054 \end_inset
15055
15056
15057 \end_layout
15058
15059 \end_inset
15060
15061  im \SpecialChar LaTeX
15062 -Vorspann geladen werden.
15063 \end_layout
15064
15065 \begin_layout Standard
15066 In der Tabelle kann man nun den Befehl
15067 \end_layout
15068
15069 \begin_layout Standard
15070
15071 \series bold
15072
15073 \backslash
15074 diagbox[width=
15075 \backslash
15076 diagtest]{A}{B}
15077 \end_layout
15078
15079 \begin_layout Standard
15080 in der ersten Zelle verwenden:
15081 \end_layout
15082
15083 \begin_layout Standard
15084 \noindent
15085 \align center
15086 \begin_inset Tabular
15087 <lyxtabular version="3" rows="2" columns="2">
15088 <features tabularvalignment="middle">
15089 <column alignment="center" valignment="top" width="4cm">
15090 <column alignment="center" valignment="top">
15091 <row>
15092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15093 \begin_inset Text
15094
15095 \begin_layout Plain Layout
15096 \begin_inset ERT
15097 status open
15098
15099 \begin_layout Plain Layout
15100
15101
15102 \backslash
15103 diagbox[width=
15104 \backslash
15105 diagtest]{
15106 \end_layout
15107
15108 \end_inset
15109
15110 A
15111 \begin_inset ERT
15112 status collapsed
15113
15114 \begin_layout Plain Layout
15115
15116 }{
15117 \end_layout
15118
15119 \end_inset
15120
15121 B
15122 \begin_inset ERT
15123 status collapsed
15124
15125 \begin_layout Plain Layout
15126
15127 }
15128 \end_layout
15129
15130 \end_inset
15131
15132
15133 \end_layout
15134
15135 \end_inset
15136 </cell>
15137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15138 \begin_inset Text
15139
15140 \begin_layout Plain Layout
15141 Dicke in nm
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 </row>
15147 <row>
15148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152 Perfekt Grün
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15158 \begin_inset Text
15159
15160 \begin_layout Plain Layout
15161 45
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 </row>
15167 </lyxtabular>
15168
15169 \end_inset
15170
15171
15172 \end_layout
15173
15174 \begin_layout Standard
15175 Man beachte,
15176  dass die geteilte Zelle die breiteste Zelle in der Spalte sein muss.
15177  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
15178  wie in in dieser Tabelle:
15179 \end_layout
15180
15181 \begin_layout Standard
15182 \noindent
15183 \align center
15184 \begin_inset Tabular
15185 <lyxtabular version="3" rows="2" columns="2">
15186 <features tabularvalignment="middle">
15187 <column alignment="center" valignment="top" width="0pt">
15188 <column alignment="center" valignment="top">
15189 <row>
15190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15191 \begin_inset Text
15192
15193 \begin_layout Plain Layout
15194 \begin_inset ERT
15195 status collapsed
15196
15197 \begin_layout Plain Layout
15198
15199
15200 \backslash
15201 diagbox{
15202 \end_layout
15203
15204 \end_inset
15205
15206 A
15207 \begin_inset ERT
15208 status collapsed
15209
15210 \begin_layout Plain Layout
15211
15212 }{
15213 \end_layout
15214
15215 \end_inset
15216
15217 B
15218 \begin_inset ERT
15219 status collapsed
15220
15221 \begin_layout Plain Layout
15222
15223 }
15224 \end_layout
15225
15226 \end_inset
15227
15228
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237 Dicke in nm
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 </row>
15243 <row>
15244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248 Perfekt Grün
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15254 \begin_inset Text
15255
15256 \begin_layout Plain Layout
15257 45
15258 \end_layout
15259
15260 \end_inset
15261 </cell>
15262 </row>
15263 </lyxtabular>
15264
15265 \end_inset
15266
15267
15268 \end_layout
15269
15270 \begin_layout Standard
15271 Verwenden Sie in diesem Fall die Option 
15272 \series bold
15273 width
15274 \series default
15275  des Befehls 
15276 \series bold
15277
15278 \backslash
15279 diagbox
15280 \series default
15281 .
15282  Es ist dabei nicht notwendig,
15283  2
15284 \backslash
15285 tabcolsep hinzu zu addieren,
15286  da die Zellbreite nun die Breite der Spalte ist.
15287  In dieser Tabelle wird eine Breite von 3
15288 \begin_inset space \thinspace{}
15289 \end_inset
15290
15291 cm verwendet:
15292 \end_layout
15293
15294 \begin_layout Standard
15295 \noindent
15296 \align center
15297 \begin_inset Tabular
15298 <lyxtabular version="3" rows="2" columns="2">
15299 <features tabularvalignment="middle">
15300 <column alignment="center" valignment="top" width="0pt">
15301 <column alignment="center" valignment="top">
15302 <row>
15303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15304 \begin_inset Text
15305
15306 \begin_layout Plain Layout
15307 \begin_inset ERT
15308 status open
15309
15310 \begin_layout Plain Layout
15311
15312
15313 \backslash
15314 diagbox[width=3cm]{
15315 \end_layout
15316
15317 \end_inset
15318
15319 A
15320 \begin_inset ERT
15321 status collapsed
15322
15323 \begin_layout Plain Layout
15324
15325 }{
15326 \end_layout
15327
15328 \end_inset
15329
15330 B
15331 \begin_inset ERT
15332 status collapsed
15333
15334 \begin_layout Plain Layout
15335
15336 }
15337 \end_layout
15338
15339 \end_inset
15340
15341
15342 \end_layout
15343
15344 \end_inset
15345 </cell>
15346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15347 \begin_inset Text
15348
15349 \begin_layout Plain Layout
15350 Dicke in nm
15351 \end_layout
15352
15353 \end_inset
15354 </cell>
15355 </row>
15356 <row>
15357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15358 \begin_inset Text
15359
15360 \begin_layout Plain Layout
15361 Perfekt Grün
15362 \end_layout
15363
15364 \end_inset
15365 </cell>
15366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15367 \begin_inset Text
15368
15369 \begin_layout Plain Layout
15370 45
15371 \end_layout
15372
15373 \end_inset
15374 </cell>
15375 </row>
15376 </lyxtabular>
15377
15378 \end_inset
15379
15380
15381 \end_layout
15382
15383 \begin_layout Standard
15384 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den Text in der Zelle unterzubringen.
15385  Dies wird mit der 
15386 \series bold
15387
15388 \backslash
15389 diagbox
15390 \series default
15391 -Option 
15392 \series bold
15393 height=3cm
15394 \series default
15395  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
15396  In der folgenden Tabelle wird der Befehl
15397 \end_layout
15398
15399 \begin_layout Standard
15400
15401 \series bold
15402
15403 \backslash
15404 diagbox[width=3cm,height=1.4cm]{A
15405 \backslash
15406
15407 \backslash
15408 B}{C
15409 \backslash
15410
15411 \backslash
15412 D}
15413 \end_layout
15414
15415 \begin_layout Standard
15416 in der ersten Zelle verwendet.
15417  Der Befehl 
15418 \series bold
15419
15420 \backslash
15421
15422 \backslash
15423
15424 \series default
15425  erzeugt hierbei den Zeilenumbruch.
15426 \begin_inset Foot
15427 status collapsed
15428
15429 \begin_layout Plain Layout
15430 Zeilen mit 
15431 \family sans
15432 Strg+Enter
15433 \family default
15434  umzubrechen ist nur möglich,
15435  wenn die Spalte eine feste Breite hat.
15436 \end_layout
15437
15438 \end_inset
15439
15440
15441 \end_layout
15442
15443 \begin_layout Standard
15444 \noindent
15445 \align center
15446 \begin_inset Tabular
15447 <lyxtabular version="3" rows="2" columns="2">
15448 <features tabularvalignment="middle">
15449 <column alignment="center" valignment="top">
15450 <column alignment="center" valignment="top">
15451 <row>
15452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15453 \begin_inset Text
15454
15455 \begin_layout Plain Layout
15456 \begin_inset ERT
15457 status open
15458
15459 \begin_layout Plain Layout
15460
15461
15462 \backslash
15463 diagbox[width=3cm,height=1.4cm]{
15464 \end_layout
15465
15466 \end_inset
15467
15468 A
15469 \begin_inset ERT
15470 status collapsed
15471
15472 \begin_layout Plain Layout
15473
15474
15475 \backslash
15476
15477 \backslash
15478
15479 \end_layout
15480
15481 \end_inset
15482
15483 B
15484 \begin_inset ERT
15485 status collapsed
15486
15487 \begin_layout Plain Layout
15488
15489 }{
15490 \end_layout
15491
15492 \end_inset
15493
15494 C
15495 \begin_inset ERT
15496 status collapsed
15497
15498 \begin_layout Plain Layout
15499
15500
15501 \backslash
15502
15503 \backslash
15504
15505 \end_layout
15506
15507 \end_inset
15508
15509 D
15510 \begin_inset ERT
15511 status collapsed
15512
15513 \begin_layout Plain Layout
15514
15515 }
15516 \end_layout
15517
15518 \end_inset
15519
15520
15521 \end_layout
15522
15523 \end_inset
15524 </cell>
15525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15526 \begin_inset Text
15527
15528 \begin_layout Plain Layout
15529 Dicke in nm
15530 \end_layout
15531
15532 \end_inset
15533 </cell>
15534 </row>
15535 <row>
15536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15537 \begin_inset Text
15538
15539 \begin_layout Plain Layout
15540 Perfekt Grün
15541 \end_layout
15542
15543 \end_inset
15544 </cell>
15545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15546 \begin_inset Text
15547
15548 \begin_layout Plain Layout
15549 45
15550 \end_layout
15551
15552 \end_inset
15553 </cell>
15554 </row>
15555 </lyxtabular>
15556
15557 \end_inset
15558
15559
15560 \end_layout
15561
15562 \begin_layout Standard
15563 \begin_inset ERT
15564 status collapsed
15565
15566 \begin_layout Plain Layout
15567
15568
15569 \backslash
15570 else
15571 \end_layout
15572
15573 \end_inset
15574
15575
15576 \begin_inset Note Note
15577 status open
15578
15579 \begin_layout Plain Layout
15580 Der folgende Teil wird gedruckt,
15581  wenn das \SpecialChar LaTeX
15582 -Paket 
15583 \series bold
15584 diagbox
15585 \series default
15586  nicht installiert ist:
15587 \end_layout
15588
15589 \end_inset
15590
15591
15592 \end_layout
15593
15594 \begin_layout Standard
15595 Sie müssen das \SpecialChar LaTeX
15596 -Paket 
15597 \series bold
15598 diagbox
15599 \series default
15600  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15601 \end_layout
15602
15603 \begin_layout Standard
15604 \begin_inset ERT
15605 status collapsed
15606
15607 \begin_layout Plain Layout
15608
15609
15610 \backslash
15611 fi
15612 \end_layout
15613
15614 \end_inset
15615
15616
15617 \end_layout
15618
15619 \begin_layout Standard
15620 Für mehr Informationen über das \SpecialChar LaTeX
15621 -Paket 
15622 \series bold
15623 diagbox
15624 \series default
15625 ,
15626  siehe dessen Dokumentation,
15627  
15628 \begin_inset CommandInset citation
15629 LatexCommand cite
15630 key "diagbox"
15631 literal "true"
15632
15633 \end_inset
15634
15635 .
15636 \end_layout
15637
15638 \begin_layout Section
15639 Formale Tabellen
15640 \begin_inset CommandInset label
15641 LatexCommand label
15642 name "abs:Formale-Tabellen"
15643
15644 \end_inset
15645
15646
15647 \begin_inset Index idx
15648 range none
15649 pageformat default
15650 status collapsed
15651
15652 \begin_layout Plain Layout
15653 Tabellen
15654 \begin_inset IndexMacro subentry
15655 status open
15656
15657 \begin_layout Plain Layout
15658 Formale
15659 \end_layout
15660
15661 \end_inset
15662
15663
15664 \end_layout
15665
15666 \end_inset
15667
15668
15669 \end_layout
15670
15671 \begin_layout Standard
15672 Tabellen werden in Büchern oft wie Tabelle
15673 \begin_inset space ~
15674 \end_inset
15675
15676
15677 \begin_inset CommandInset ref
15678 LatexCommand ref
15679 reference "tab:Formale-Tabelle"
15680 nolink "false"
15681
15682 \end_inset
15683
15684  gesetzt.
15685  Diese Tabellen werden
15686 \emph on
15687  formal
15688 \emph default
15689  genannt.
15690  Formale Tabellen bekommen Sie,
15691  wenn Sie den Stil 
15692 \begin_inset Quotes gld
15693 \end_inset
15694
15695 Formale Tabelle
15696 \begin_inset Quotes grd
15697 \end_inset
15698
15699  im Dialog 
15700 \family sans
15701 Einfügen\SpecialChar menuseparator
15702 Tabelle
15703 \family default
15704  wählen oder im 
15705 \family sans
15706 Tabellen-Einstellungen
15707 \family default
15708 -Dialog auf der Karteikarte 
15709 \family sans
15710 Rahmen
15711 \family default
15712  den 
15713 \family sans
15714 Stil
15715 \family default
15716  
15717 \family sans
15718 Formal
15719 \family default
15720  ankreuzen (wenn Sie zusätzlich noch dort 
15721 \family sans
15722 Formalen Standardstil verwenden
15723 \family default
15724  ankreuzen,
15725  werden die Linien für formale Tabellen sinnvoll voreingestellt).
15726 \end_layout
15727
15728 \begin_layout Standard
15729 \begin_inset Float table
15730 placement h
15731 alignment document
15732 wide false
15733 sideways false
15734 status open
15735
15736 \begin_layout Plain Layout
15737 \begin_inset Caption Standard
15738
15739 \begin_layout Plain Layout
15740 \begin_inset CommandInset label
15741 LatexCommand label
15742 name "tab:Formale-Tabelle"
15743
15744 \end_inset
15745
15746 Formale Tabelle
15747 \end_layout
15748
15749 \end_inset
15750
15751
15752 \end_layout
15753
15754 \begin_layout Plain Layout
15755 \align center
15756 \begin_inset Tabular
15757 <lyxtabular version="3" rows="8" columns="4">
15758 <features booktabs="true" tabularvalignment="middle">
15759 <column alignment="center" valignment="top">
15760 <column alignment="right" valignment="top" width="0pt">
15761 <column alignment="right" valignment="top" width="0pt">
15762 <column alignment="right" valignment="top">
15763 <row>
15764 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15765 \begin_inset Text
15766
15767 \begin_layout Plain Layout
15768 System
15769 \end_layout
15770
15771 \end_inset
15772 </cell>
15773 <cell alignment="right" valignment="top" topline="true" usebox="none">
15774 \begin_inset Text
15775
15776 \begin_layout Plain Layout
15777 Chip
15778 \begin_inset space \thinspace{}
15779 \end_inset
15780
15781 1
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Plain Layout
15790 Chip
15791 \begin_inset space \thinspace{}
15792 \end_inset
15793
15794 2
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Plain Layout
15803
15804 \end_layout
15805
15806 \end_inset
15807 </cell>
15808 </row>
15809 <row>
15810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15811 \begin_inset Text
15812
15813 \begin_layout Plain Layout
15814 Detektordicke in µm
15815 \end_layout
15816
15817 \end_inset
15818 </cell>
15819 <cell alignment="right" valignment="top" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Plain Layout
15823 300
15824 \end_layout
15825
15826 \end_inset
15827 </cell>
15828 <cell alignment="right" valignment="top" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Plain Layout
15832 300
15833 \end_layout
15834
15835 \end_inset
15836 </cell>
15837 <cell alignment="center" valignment="top" usebox="none">
15838 \begin_inset Text
15839
15840 \begin_layout Plain Layout
15841 700
15842 \end_layout
15843
15844 \end_inset
15845 </cell>
15846 </row>
15847 <row>
15848 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852 Kantenwinkel in °
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 <cell alignment="right" valignment="top" topline="true" toplinertrim="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861 3.55
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 <cell alignment="right" valignment="top" topline="true" toplineltrim="true" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Plain Layout
15870 2.71
15871 \end_layout
15872
15873 \end_inset
15874 </cell>
15875 <cell alignment="center" valignment="top" topline="true" usebox="none">
15876 \begin_inset Text
15877
15878 \begin_layout Plain Layout
15879 7.99
15880 \end_layout
15881
15882 \end_inset
15883 </cell>
15884 </row>
15885 <row topspace="default">
15886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890 räumliche Auf\SpecialChar ligaturebreak
15891 lösung in µm
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 <cell alignment="right" valignment="top" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900 4.26
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 <cell alignment="right" valignment="top" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909 10.17
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 <cell alignment="center" valignment="top" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918 10.56
15919 \end_layout
15920
15921 \end_inset
15922 </cell>
15923 </row>
15924 <row topspace="default">
15925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15926 \begin_inset Text
15927
15928 \begin_layout Plain Layout
15929 MTF bei 
15930 \begin_inset Formula $f_{\mathrm{max}}$
15931 \end_inset
15932
15933
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 <cell alignment="right" valignment="top" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Plain Layout
15942 0.53
15943 \end_layout
15944
15945 \end_inset
15946 </cell>
15947 <cell alignment="right" valignment="top" usebox="none">
15948 \begin_inset Text
15949
15950 \begin_layout Plain Layout
15951 0.37
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 <cell alignment="center" valignment="top" usebox="none">
15957 \begin_inset Text
15958
15959 \begin_layout Plain Layout
15960 0.39
15961 \end_layout
15962
15963 \end_inset
15964 </cell>
15965 </row>
15966 <row topspace="default">
15967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15968 \begin_inset Text
15969
15970 \begin_layout Plain Layout
15971 LSF räumliche Auf\SpecialChar ligaturebreak
15972 lösung
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 <cell alignment="right" valignment="top" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Plain Layout
15981
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 <cell alignment="right" valignment="top" usebox="none">
15987 \begin_inset Text
15988
15989 \begin_layout Plain Layout
15990
15991 \end_layout
15992
15993 \end_inset
15994 </cell>
15995 <cell alignment="center" valignment="top" usebox="none">
15996 \begin_inset Text
15997
15998 \begin_layout Plain Layout
15999
16000 \end_layout
16001
16002 \end_inset
16003 </cell>
16004 </row>
16005 <row>
16006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16007 \begin_inset Text
16008
16009 \begin_layout Plain Layout
16010 in µm
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 <cell alignment="right" valignment="top" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019 129.7
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 <cell alignment="right" valignment="top" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028 52.75
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 <cell alignment="center" valignment="top" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Plain Layout
16037 50.78
16038 \end_layout
16039
16040 \end_inset
16041 </cell>
16042 </row>
16043 <row>
16044 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16045 \begin_inset Text
16046
16047 \begin_layout Plain Layout
16048 in % der Pixelgröße
16049 \end_layout
16050
16051 \end_inset
16052 </cell>
16053 <cell alignment="right" valignment="top" bottomline="true" usebox="none">
16054 \begin_inset Text
16055
16056 \begin_layout Plain Layout
16057 76.3
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 <cell alignment="right" valignment="top" bottomline="true" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Plain Layout
16066 95.9
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Plain Layout
16075 92.3
16076 \end_layout
16077
16078 \end_inset
16079 </cell>
16080 </row>
16081 </lyxtabular>
16082
16083 \end_inset
16084
16085
16086 \end_layout
16087
16088 \end_inset
16089
16090
16091 \end_layout
16092
16093 \begin_layout Standard
16094 Abstände zu Tabellenzeilen können auf der Karteikarte 
16095 \family sans
16096 Rahmen
16097 \family default
16098  des 
16099 \family sans
16100 Tabellen-Ein\SpecialChar softhyphen
16101 stel\SpecialChar softhyphen
16102 lun\SpecialChar softhyphen
16103 gen
16104 \family default
16105 -Dialogs hinzugefügt werden,
16106  wie in Abschnitt
16107 \begin_inset space ~
16108 \end_inset
16109
16110
16111 \begin_inset CommandInset ref
16112 LatexCommand ref
16113 reference "uab:Zeilenabstand"
16114 nolink "false"
16115
16116 \end_inset
16117
16118  beschrieben.
16119 \end_layout
16120
16121 \begin_layout Standard
16122 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
16123  Die horizontalen können wie für normale Tabellen gesetzt werden,
16124  sehen gedruckt aber anders aus.
16125  Die erste und letzte Linie ist 0.08
16126 \begin_inset space \thinspace{}
16127 \end_inset
16128
16129 em dick,
16130  während die anderen 0.05
16131 \begin_inset space \thinspace{}
16132 \end_inset
16133
16134 em dick sind.
16135 \end_layout
16136
16137 \begin_layout Standard
16138 Die Standarddicken können im \SpecialChar LaTeX
16139 -Vorspann geändert werden:
16140 \end_layout
16141
16142 \begin_layout Standard
16143
16144 \series bold
16145
16146 \backslash
16147 let
16148 \backslash
16149 mytoprule
16150 \backslash
16151 toprule
16152 \begin_inset Newline newline
16153 \end_inset
16154
16155
16156 \backslash
16157 renewcommand{
16158 \backslash
16159 toprule}{
16160 \backslash
16161 mytoprule[Breite]}
16162 \end_layout
16163
16164 \begin_layout Standard
16165 Dies Beispiel gilt für die oberste Linie,
16166  genannt 
16167 \series bold
16168 toprule
16169 \series default
16170 .
16171  Für die letzte müssen Sie 
16172 \series bold
16173 toprule
16174 \series default
16175  durch 
16176 \series bold
16177 bottomrule
16178 \series default
16179  ersetzen.
16180  Die Linien dazwischen heißen 
16181 \series bold
16182 midrule
16183 \series default
16184 .
16185  Für 
16186 \family sans
16187 Breite
16188 \family default
16189  können Sie alle Einheiten benutzen,
16190  die in Anhang
16191 \begin_inset space ~
16192 \end_inset
16193
16194
16195 \begin_inset CommandInset ref
16196 LatexCommand ref
16197 reference "kap:In-LyX-verfügbare"
16198 nolink "false"
16199
16200 \end_inset
16201
16202  aufgelistet sind.
16203 \end_layout
16204
16205 \begin_layout Standard
16206 Bei formalen Tabellen ist es üblich,
16207  die Gruppierung von Spalten durch unterbrochene Mittellinien anzuzeigen (wie in Tabelle
16208 \begin_inset space ~
16209 \end_inset
16210
16211
16212 \begin_inset CommandInset ref
16213 LatexCommand ref
16214 reference "tab:Formale-Tabelle"
16215 nolink "false"
16216
16217 \end_inset
16218
16219 ).
16220  Dies können Sie über den Tabellendialog machen.
16221  Wenn Sie eine formale Tabelle bearbeiten,
16222  zeigt das Rahmenwerkzeug bei den oberen uns unteren Rahmenlinien kurze abgetrennte Linien links und rechts an.
16223  Wenn Sie diese anklicken,
16224  wird die Linie entsprechend zurechtgestutzt.
16225 \end_layout
16226
16227 \begin_layout Standard
16228 Wenn Sie die Dicke der Mittellinien oder die Kürzungslänge verändern wollen,
16229  müssen Sie \SpecialChar TeX
16230 -Code benutzen.
16231  Der entsprechende Befehl,
16232  der auch für die gestutzten Mittellinien intern verwendet wird,
16233  sieht so aus:
16234 \end_layout
16235
16236 \begin_layout Standard
16237
16238 \series bold
16239
16240 \backslash
16241 cmidrule[Höhe](trim){Anfangsspalte-Endspalte}
16242 \end_layout
16243
16244 \begin_layout Standard
16245 Der Standardwert der optionalen 
16246 \series bold
16247 Höhe
16248 \series default
16249  ist 0.03
16250 \begin_inset space \thinspace{}
16251 \end_inset
16252
16253 em.
16254  Die Linie reicht von 
16255 \series bold
16256 Anfangsspalte
16257 \series default
16258  bis 
16259 \series bold
16260 Endspalte
16261 \series default
16262 .
16263  Wenn die Linie nur über eine Spalte reicht,
16264  sind beide Werte gleich.
16265  Die 
16266 \series bold
16267 Endspalte
16268 \series default
16269  muss immer angegeben werden,
16270  auch wenn die Linie nur über eine Spalte geht.
16271  Der optionale Parameter 
16272 \series bold
16273 trim
16274 \series default
16275  kann die Werte 
16276 \emph on
16277 r
16278 \emph default
16279 ,
16280  
16281 \emph on
16282 r{Breite}
16283 \emph default
16284 ,
16285  
16286 \emph on
16287 l
16288 \family typewriter
16289 \emph default
16290  
16291 \family default
16292 oder 
16293 \emph on
16294 l{Breite}
16295 \emph default
16296  annehmen,
16297  wobei die 
16298 \emph on
16299 Breite
16300 \emph default
16301  optional ist.
16302  
16303 \emph on
16304 l{2pt}
16305 \emph default
16306  zum Beispiel bedeutet,
16307  dass die Linie links um 2
16308 \begin_inset space \thinspace{}
16309 \end_inset
16310
16311 pt gekürzt wird.
16312  Ohne Breitenangabe wird die Linie um 0.5
16313 \begin_inset space \thinspace{}
16314 \end_inset
16315
16316 em gekürzt.
16317 \end_layout
16318
16319 \begin_layout Standard
16320 Die 
16321 \emph on
16322 Höhen
16323 \emph default
16324 -Optionen und die 
16325 \emph on
16326 Breiten
16327 \emph default
16328 -Parameter von 
16329 \emph on
16330 l
16331 \emph default
16332  und 
16333 \emph on
16334 r
16335 \emph default
16336  werden (noch) nicht von \SpecialChar LyX
16337  unterstützt.
16338  Wenn Sie dies brauchen,
16339  können Sie manuell im \SpecialChar TeX
16340 -Modus einen entsprechenden 
16341 \series bold
16342
16343 \backslash
16344 cmidrule
16345 \series default
16346 -Befehl einfügen.
16347  Fügen Sie dies als erstes in die erste Zelle einer Zeile ein,
16348  dann wird die entsprechende Linie über dieser Zeile gedruckt.
16349  Tabelle
16350 \begin_inset space ~
16351 \end_inset
16352
16353
16354 \begin_inset CommandInset ref
16355 LatexCommand ref
16356 reference "tab:Special-booktabs-table"
16357 nolink "false"
16358
16359 \end_inset
16360
16361  exemplifiziert dies (in der sechsten Zeile).
16362 \end_layout
16363
16364 \begin_layout Standard
16365 Sie können mit 
16366 \series bold
16367
16368 \backslash
16369 cmidrule
16370 \series default
16371  auch überlappende Linien,
16372  wie ebenfalls in Tabelle
16373 \begin_inset space ~
16374 \end_inset
16375
16376
16377 \begin_inset CommandInset ref
16378 LatexCommand ref
16379 reference "tab:Special-booktabs-table"
16380 nolink "false"
16381
16382 \end_inset
16383
16384  demonstriert,
16385  definieren.
16386  Beachten Sie aber,
16387  dass dies als schlechter Stil gilt (verwenden Sie es also nur,
16388  wenn Sie es unbedingt brauchen).
16389  Der Befehl ist:
16390 \end_layout
16391
16392 \begin_layout Standard
16393
16394 \series bold
16395
16396 \backslash
16397 morecmidrules
16398 \end_layout
16399
16400 \begin_layout Standard
16401 In Zeile zwei der Tabelle
16402 \begin_inset space ~
16403 \end_inset
16404
16405
16406 \begin_inset CommandInset ref
16407 LatexCommand ref
16408 reference "tab:Special-booktabs-table"
16409 nolink "false"
16410
16411 \end_inset
16412
16413  wurde folgender Befehl benutzt:
16414 \end_layout
16415
16416 \begin_layout Standard
16417
16418 \series bold
16419
16420 \backslash
16421 morecmidrules
16422 \backslash
16423 cmidrule{2-4}
16424 \end_layout
16425
16426 \begin_layout Standard
16427 und in Zeile sechs:
16428 \end_layout
16429
16430 \begin_layout Standard
16431
16432 \series bold
16433
16434 \backslash
16435 morecmidrules
16436 \backslash
16437 cmidrule{3-4}
16438 \end_layout
16439
16440 \begin_layout Standard
16441 \begin_inset VSpace bigskip
16442 \end_inset
16443
16444
16445 \end_layout
16446
16447 \begin_layout Standard
16448 Wenn Sie trotzdem mit den Linien nicht zufrieden sind,
16449  können Sie mit folgendem Befehl eine Linie zeichnen,
16450  die alle Spalten überspannt:
16451 \end_layout
16452
16453 \begin_layout Standard
16454
16455 \series bold
16456
16457 \backslash
16458 specialrule{Dicke}{Abstand davor}{Abstand danach}
16459 \end_layout
16460
16461 \begin_layout Standard
16462 Weitere Informationen finden Sie im Handbuch des \SpecialChar LaTeX
16463 -Pakets 
16464 \series bold
16465 booktabs
16466 \series default
16467  
16468 \begin_inset CommandInset citation
16469 LatexCommand cite
16470 key "booktabs"
16471 literal "true"
16472
16473 \end_inset
16474
16475 .
16476 \begin_inset Index idx
16477 range none
16478 pageformat default
16479 status collapsed
16480
16481 \begin_layout Plain Layout
16482 \SpecialChar LaTeX
16483 -Pakete
16484 \begin_inset IndexMacro subentry
16485 status open
16486
16487 \begin_layout Plain Layout
16488 booktabs
16489 \end_layout
16490
16491 \end_inset
16492
16493
16494 \end_layout
16495
16496 \end_inset
16497
16498
16499 \end_layout
16500
16501 \begin_layout Standard
16502 \begin_inset Float table
16503 placement h
16504 alignment document
16505 wide false
16506 sideways false
16507 status open
16508
16509 \begin_layout Plain Layout
16510 \begin_inset Caption Standard
16511
16512 \begin_layout Plain Layout
16513 \begin_inset CommandInset label
16514 LatexCommand label
16515 name "tab:Special-booktabs-table"
16516
16517 \end_inset
16518
16519 Eine spezielle (hässliche) formale Tabelle
16520 \end_layout
16521
16522 \end_inset
16523
16524
16525 \end_layout
16526
16527 \begin_layout Plain Layout
16528 \align center
16529 \begin_inset Tabular
16530 <lyxtabular version="3" rows="8" columns="4">
16531 <features booktabs="true" tabularvalignment="middle">
16532 <column alignment="center" valignment="top">
16533 <column alignment="center" valignment="top" width="0pt">
16534 <column alignment="right" valignment="top" width="0pt">
16535 <column alignment="right" valignment="top">
16536 <row>
16537 <cell alignment="center" valignment="top" topline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Plain Layout
16541 System
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 <cell alignment="center" valignment="top" topline="true" usebox="none">
16547 \begin_inset Text
16548
16549 \begin_layout Plain Layout
16550 Chip
16551 \begin_inset space \thinspace{}
16552 \end_inset
16553
16554 1
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
16560 \begin_inset Text
16561
16562 \begin_layout Plain Layout
16563 Chip
16564 \begin_inset space \thinspace{}
16565 \end_inset
16566
16567 2
16568 \end_layout
16569
16570 \end_inset
16571 </cell>
16572 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16573 \begin_inset Text
16574
16575 \begin_layout Plain Layout
16576
16577 \end_layout
16578
16579 \end_inset
16580 </cell>
16581 </row>
16582 <row>
16583 <cell alignment="center" valignment="top" usebox="none">
16584 \begin_inset Text
16585
16586 \begin_layout Plain Layout
16587 \begin_inset ERT
16588 status collapsed
16589
16590 \begin_layout Plain Layout
16591
16592
16593 \backslash
16594 morecmidrules
16595 \end_layout
16596
16597 \end_inset
16598
16599
16600 \begin_inset ERT
16601 status collapsed
16602
16603 \begin_layout Plain Layout
16604
16605
16606 \backslash
16607 cmidrule{2-4}
16608 \end_layout
16609
16610 \end_inset
16611
16612 Detektordicke in µm
16613 \end_layout
16614
16615 \end_inset
16616 </cell>
16617 <cell alignment="center" valignment="top" topline="true" toplinertrim="true" usebox="none">
16618 \begin_inset Text
16619
16620 \begin_layout Plain Layout
16621 300
16622 \end_layout
16623
16624 \end_inset
16625 </cell>
16626 <cell alignment="right" valignment="top" topline="true" toplineltrim="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630 300
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 <cell alignment="center" valignment="top" topline="true" usebox="none">
16636 \begin_inset Text
16637
16638 \begin_layout Plain Layout
16639 700
16640 \end_layout
16641
16642 \end_inset
16643 </cell>
16644 </row>
16645 <row>
16646 <cell alignment="center" valignment="top" topline="true" usebox="none">
16647 \begin_inset Text
16648
16649 \begin_layout Plain Layout
16650 Kantenwinkel in °
16651 \end_layout
16652
16653 \end_inset
16654 </cell>
16655 <cell alignment="center" valignment="top" topline="true" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Plain Layout
16659 3,55
16660 \end_layout
16661
16662 \end_inset
16663 </cell>
16664 <cell alignment="right" valignment="top" topline="true" usebox="none">
16665 \begin_inset Text
16666
16667 \begin_layout Plain Layout
16668 2,71
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 <cell alignment="center" valignment="top" topline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677 7,99
16678 \end_layout
16679
16680 \end_inset
16681 </cell>
16682 </row>
16683 <row topspace="default">
16684 <cell alignment="center" valignment="top" usebox="none">
16685 \begin_inset Text
16686
16687 \begin_layout Plain Layout
16688 räumliche Auf\SpecialChar ligaturebreak
16689 lösung in µm
16690 \end_layout
16691
16692 \end_inset
16693 </cell>
16694 <cell alignment="center" valignment="top" usebox="none">
16695 \begin_inset Text
16696
16697 \begin_layout Plain Layout
16698 4,26
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 <cell alignment="right" valignment="top" usebox="none">
16704 \begin_inset Text
16705
16706 \begin_layout Plain Layout
16707 10,17
16708 \end_layout
16709
16710 \end_inset
16711 </cell>
16712 <cell alignment="center" valignment="top" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 10,56
16717 \end_layout
16718
16719 \end_inset
16720 </cell>
16721 </row>
16722 <row topspace="default">
16723 <cell alignment="center" valignment="top" usebox="none">
16724 \begin_inset Text
16725
16726 \begin_layout Plain Layout
16727 MTF bei 
16728 \begin_inset Formula $f_{\mathrm{max}}$
16729 \end_inset
16730
16731
16732 \end_layout
16733
16734 \end_inset
16735 </cell>
16736 <cell alignment="center" valignment="top" usebox="none">
16737 \begin_inset Text
16738
16739 \begin_layout Plain Layout
16740 0,53
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 <cell alignment="right" valignment="top" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749 0,37
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 <cell alignment="center" valignment="top" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout Plain Layout
16758 0,39
16759 \end_layout
16760
16761 \end_inset
16762 </cell>
16763 </row>
16764 <row>
16765 <cell alignment="center" valignment="top" topline="true" usebox="none">
16766 \begin_inset Text
16767
16768 \begin_layout Plain Layout
16769 \begin_inset ERT
16770 status collapsed
16771
16772 \begin_layout Plain Layout
16773
16774
16775 \backslash
16776 morecmidrules
16777 \end_layout
16778
16779 \end_inset
16780
16781
16782 \begin_inset ERT
16783 status collapsed
16784
16785 \begin_layout Plain Layout
16786
16787
16788 \backslash
16789 cmidrule[2pt](l{7pt}){3-4}
16790 \end_layout
16791
16792 \end_inset
16793
16794 LSF-räumliche Auf\SpecialChar ligaturebreak
16795 lösung
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 <cell alignment="center" valignment="top" topline="true" usebox="none">
16801 \begin_inset Text
16802
16803 \begin_layout Plain Layout
16804
16805 \end_layout
16806
16807 \end_inset
16808 </cell>
16809 <cell alignment="right" valignment="top" topline="true" usebox="none">
16810 \begin_inset Text
16811
16812 \begin_layout Plain Layout
16813
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 <cell alignment="center" valignment="top" topline="true" usebox="none">
16819 \begin_inset Text
16820
16821 \begin_layout Plain Layout
16822
16823 \end_layout
16824
16825 \end_inset
16826 </cell>
16827 </row>
16828 <row>
16829 <cell alignment="center" valignment="top" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833 in µm
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 <cell alignment="center" valignment="top" usebox="none">
16839 \begin_inset Text
16840
16841 \begin_layout Plain Layout
16842 129,7
16843 \end_layout
16844
16845 \end_inset
16846 </cell>
16847 <cell alignment="right" valignment="top" usebox="none">
16848 \begin_inset Text
16849
16850 \begin_layout Plain Layout
16851 52,75
16852 \end_layout
16853
16854 \end_inset
16855 </cell>
16856 <cell alignment="center" valignment="top" usebox="none">
16857 \begin_inset Text
16858
16859 \begin_layout Plain Layout
16860 50,78
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 </row>
16866 <row>
16867 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16868 \begin_inset Text
16869
16870 \begin_layout Plain Layout
16871 in % der Pixelgröße
16872 \end_layout
16873
16874 \end_inset
16875 </cell>
16876 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16877 \begin_inset Text
16878
16879 \begin_layout Plain Layout
16880 76,3
16881 \end_layout
16882
16883 \end_inset
16884 </cell>
16885 <cell alignment="right" valignment="top" bottomline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889 95,9
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16895 \begin_inset Text
16896
16897 \begin_layout Plain Layout
16898 92,3
16899 \end_layout
16900
16901 \end_inset
16902 </cell>
16903 </row>
16904 </lyxtabular>
16905
16906 \end_inset
16907
16908
16909 \end_layout
16910
16911 \end_inset
16912
16913
16914 \end_layout
16915
16916 \begin_layout Section
16917 Vertikale Tabellen-Ausrichtung
16918 \begin_inset Index idx
16919 range none
16920 pageformat default
16921 status collapsed
16922
16923 \begin_layout Plain Layout
16924 Tabellen
16925 \begin_inset IndexMacro subentry
16926 status open
16927
16928 \begin_layout Plain Layout
16929 Ausrichtung
16930 \end_layout
16931
16932 \end_inset
16933
16934
16935 \end_layout
16936
16937 \end_inset
16938
16939
16940 \end_layout
16941
16942 \begin_layout Standard
16943 Damit Tabellen vertikal im Text ausgerichtet werden können,
16944  müssen sie in einer Box sein.
16945  Die Box kann dann vertikal ausgerichtet werden,
16946  wie in Abschnitt
16947 \begin_inset space ~
16948 \end_inset
16949
16950
16951 \begin_inset CommandInset ref
16952 LatexCommand ref
16953 reference "abs:Box-Dialog"
16954 nolink "false"
16955
16956 \end_inset
16957
16958  beschrieben.
16959 \end_layout
16960
16961 \begin_layout Standard
16962 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16963 \begin_inset Foot
16964 status collapsed
16965
16966 \begin_layout Plain Layout
16967 Minipages werden in Abschnitt
16968 \begin_inset space ~
16969 \end_inset
16970
16971
16972 \begin_inset CommandInset ref
16973 LatexCommand ref
16974 reference "abs:Minipage"
16975 nolink "false"
16976
16977 \end_inset
16978
16979  beschrieben.
16980 \end_layout
16981
16982 \end_inset
16983
16984  mit 15
16985 \begin_inset space \thinspace{}
16986 \end_inset
16987
16988 col%-Breite:
16989 \end_layout
16990
16991 \begin_layout Itemize
16992 Test 
16993 \begin_inset Box Frameless
16994 position "t"
16995 hor_pos "c"
16996 has_inner_box 1
16997 inner_pos "c"
16998 use_parbox 0
16999 use_makebox 0
17000 width "15col%"
17001 special "none"
17002 height "1in"
17003 height_special "totalheight"
17004 thickness "0.4pt"
17005 separation "3pt"
17006 shadowsize "4pt"
17007 framecolor "black"
17008 backgroundcolor "none"
17009 status collapsed
17010
17011 \begin_layout Plain Layout
17012 \begin_inset Tabular
17013 <lyxtabular version="3" rows="3" columns="3">
17014 <features tabularvalignment="middle">
17015 <column alignment="center" valignment="top">
17016 <column alignment="center" valignment="top">
17017 <column alignment="center" valignment="top">
17018 <row>
17019 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023 Tabelle 1
17024 \end_layout
17025
17026 \end_inset
17027 </cell>
17028 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17038 \begin_inset Text
17039
17040 \begin_layout Plain Layout
17041
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 </row>
17047 <row>
17048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Plain Layout
17052 b
17053 \end_layout
17054
17055 \end_inset
17056 </cell>
17057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17058 \begin_inset Text
17059
17060 \begin_layout Plain Layout
17061 e
17062 \end_layout
17063
17064 \end_inset
17065 </cell>
17066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070 h
17071 \end_layout
17072
17073 \end_inset
17074 </cell>
17075 </row>
17076 <row>
17077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Plain Layout
17081 c
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17087 \begin_inset Text
17088
17089 \begin_layout Plain Layout
17090 f
17091 \end_layout
17092
17093 \end_inset
17094 </cell>
17095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17096 \begin_inset Text
17097
17098 \begin_layout Plain Layout
17099 i
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 </row>
17105 </lyxtabular>
17106
17107 \end_inset
17108
17109
17110 \end_layout
17111
17112 \end_inset
17113
17114  Test 
17115 \begin_inset ERT
17116 status collapsed
17117
17118 \begin_layout Plain Layout
17119
17120
17121 \backslash
17122 raisebox{0.85
17123 \backslash
17124 baselineskip}{
17125 \end_layout
17126
17127 \end_inset
17128
17129
17130 \begin_inset Box Frameless
17131 position "t"
17132 hor_pos "c"
17133 has_inner_box 1
17134 inner_pos "c"
17135 use_parbox 0
17136 use_makebox 0
17137 width "15col%"
17138 special "none"
17139 height "1in"
17140 height_special "totalheight"
17141 thickness "0.4pt"
17142 separation "3pt"
17143 shadowsize "4pt"
17144 framecolor "black"
17145 backgroundcolor "none"
17146 status collapsed
17147
17148 \begin_layout Plain Layout
17149 \begin_inset Tabular
17150 <lyxtabular version="3" rows="3" columns="3">
17151 <features tabularvalignment="middle">
17152 <column alignment="center" valignment="top">
17153 <column alignment="center" valignment="top">
17154 <column alignment="center" valignment="top">
17155 <row>
17156 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160 Tabelle 2
17161 \end_layout
17162
17163 \end_inset
17164 </cell>
17165 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17166 \begin_inset Text
17167
17168 \begin_layout Plain Layout
17169
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17175 \begin_inset Text
17176
17177 \begin_layout Plain Layout
17178
17179 \end_layout
17180
17181 \end_inset
17182 </cell>
17183 </row>
17184 <row>
17185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17186 \begin_inset Text
17187
17188 \begin_layout Plain Layout
17189 b
17190 \end_layout
17191
17192 \end_inset
17193 </cell>
17194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198 e
17199 \end_layout
17200
17201 \end_inset
17202 </cell>
17203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17204 \begin_inset Text
17205
17206 \begin_layout Plain Layout
17207 h
17208 \end_layout
17209
17210 \end_inset
17211 </cell>
17212 </row>
17213 <row>
17214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17215 \begin_inset Text
17216
17217 \begin_layout Plain Layout
17218 c
17219 \end_layout
17220
17221 \end_inset
17222 </cell>
17223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17224 \begin_inset Text
17225
17226 \begin_layout Plain Layout
17227 f
17228 \end_layout
17229
17230 \end_inset
17231 </cell>
17232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17233 \begin_inset Text
17234
17235 \begin_layout Plain Layout
17236 i
17237 \end_layout
17238
17239 \end_inset
17240 </cell>
17241 </row>
17242 </lyxtabular>
17243
17244 \end_inset
17245
17246
17247 \end_layout
17248
17249 \end_inset
17250
17251
17252 \begin_inset ERT
17253 status collapsed
17254
17255 \begin_layout Plain Layout
17256
17257 }
17258 \end_layout
17259
17260 \end_inset
17261
17262
17263 \end_layout
17264
17265 \begin_layout Itemize
17266 Test 
17267 \begin_inset Box Frameless
17268 position "c"
17269 hor_pos "c"
17270 has_inner_box 1
17271 inner_pos "c"
17272 use_parbox 0
17273 use_makebox 0
17274 width "15col%"
17275 special "none"
17276 height "1in"
17277 height_special "totalheight"
17278 thickness "0.4pt"
17279 separation "3pt"
17280 shadowsize "4pt"
17281 framecolor "black"
17282 backgroundcolor "none"
17283 status collapsed
17284
17285 \begin_layout Plain Layout
17286 \begin_inset Tabular
17287 <lyxtabular version="3" rows="3" columns="3">
17288 <features tabularvalignment="middle">
17289 <column alignment="center" valignment="top">
17290 <column alignment="center" valignment="top">
17291 <column alignment="center" valignment="top">
17292 <row>
17293 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17294 \begin_inset Text
17295
17296 \begin_layout Plain Layout
17297 Tabelle 3
17298 \end_layout
17299
17300 \end_inset
17301 </cell>
17302 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17303 \begin_inset Text
17304
17305 \begin_layout Plain Layout
17306
17307 \end_layout
17308
17309 \end_inset
17310 </cell>
17311 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315
17316 \end_layout
17317
17318 \end_inset
17319 </cell>
17320 </row>
17321 <row>
17322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17323 \begin_inset Text
17324
17325 \begin_layout Plain Layout
17326 b
17327 \end_layout
17328
17329 \end_inset
17330 </cell>
17331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17332 \begin_inset Text
17333
17334 \begin_layout Plain Layout
17335 e
17336 \end_layout
17337
17338 \end_inset
17339 </cell>
17340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17341 \begin_inset Text
17342
17343 \begin_layout Plain Layout
17344 h
17345 \end_layout
17346
17347 \end_inset
17348 </cell>
17349 </row>
17350 <row>
17351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17352 \begin_inset Text
17353
17354 \begin_layout Plain Layout
17355 c
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17361 \begin_inset Text
17362
17363 \begin_layout Plain Layout
17364 f
17365 \end_layout
17366
17367 \end_inset
17368 </cell>
17369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17370 \begin_inset Text
17371
17372 \begin_layout Plain Layout
17373 i
17374 \end_layout
17375
17376 \end_inset
17377 </cell>
17378 </row>
17379 </lyxtabular>
17380
17381 \end_inset
17382
17383
17384 \end_layout
17385
17386 \end_inset
17387
17388
17389 \end_layout
17390
17391 \begin_layout Itemize
17392 Test 
17393 \begin_inset Box Frameless
17394 position "b"
17395 hor_pos "c"
17396 has_inner_box 1
17397 inner_pos "c"
17398 use_parbox 0
17399 use_makebox 0
17400 width "15col%"
17401 special "none"
17402 height "1in"
17403 height_special "totalheight"
17404 thickness "0.4pt"
17405 separation "3pt"
17406 shadowsize "4pt"
17407 framecolor "black"
17408 backgroundcolor "none"
17409 status collapsed
17410
17411 \begin_layout Plain Layout
17412 \begin_inset Tabular
17413 <lyxtabular version="3" rows="3" columns="3">
17414 <features tabularvalignment="middle">
17415 <column alignment="center" valignment="top">
17416 <column alignment="center" valignment="top">
17417 <column alignment="center" valignment="top">
17418 <row>
17419 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17420 \begin_inset Text
17421
17422 \begin_layout Plain Layout
17423 Tabelle 4
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432
17433 \end_layout
17434
17435 \end_inset
17436 </cell>
17437 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17438 \begin_inset Text
17439
17440 \begin_layout Plain Layout
17441
17442 \end_layout
17443
17444 \end_inset
17445 </cell>
17446 </row>
17447 <row>
17448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17449 \begin_inset Text
17450
17451 \begin_layout Plain Layout
17452 b
17453 \end_layout
17454
17455 \end_inset
17456 </cell>
17457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17458 \begin_inset Text
17459
17460 \begin_layout Plain Layout
17461 e
17462 \end_layout
17463
17464 \end_inset
17465 </cell>
17466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17467 \begin_inset Text
17468
17469 \begin_layout Plain Layout
17470 h
17471 \end_layout
17472
17473 \end_inset
17474 </cell>
17475 </row>
17476 <row>
17477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17478 \begin_inset Text
17479
17480 \begin_layout Plain Layout
17481 c
17482 \end_layout
17483
17484 \end_inset
17485 </cell>
17486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17487 \begin_inset Text
17488
17489 \begin_layout Plain Layout
17490 f
17491 \end_layout
17492
17493 \end_inset
17494 </cell>
17495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17496 \begin_inset Text
17497
17498 \begin_layout Plain Layout
17499 i
17500 \end_layout
17501
17502 \end_inset
17503 </cell>
17504 </row>
17505 </lyxtabular>
17506
17507 \end_inset
17508
17509
17510 \end_layout
17511
17512 \end_inset
17513
17514 Test 
17515 \begin_inset ERT
17516 status collapsed
17517
17518 \begin_layout Plain Layout
17519
17520
17521 \backslash
17522 raisebox{-0.32
17523 \backslash
17524 baselineskip}{
17525 \end_layout
17526
17527 \end_inset
17528
17529
17530 \begin_inset Box Frameless
17531 position "b"
17532 hor_pos "c"
17533 has_inner_box 1
17534 inner_pos "c"
17535 use_parbox 0
17536 use_makebox 0
17537 width "15col%"
17538 special "none"
17539 height "1in"
17540 height_special "totalheight"
17541 thickness "0.4pt"
17542 separation "3pt"
17543 shadowsize "4pt"
17544 framecolor "black"
17545 backgroundcolor "none"
17546 status collapsed
17547
17548 \begin_layout Plain Layout
17549 \begin_inset Tabular
17550 <lyxtabular version="3" rows="3" columns="3">
17551 <features tabularvalignment="middle">
17552 <column alignment="center" valignment="top">
17553 <column alignment="center" valignment="top">
17554 <column alignment="center" valignment="top">
17555 <row>
17556 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17557 \begin_inset Text
17558
17559 \begin_layout Plain Layout
17560 Tabelle 5
17561 \end_layout
17562
17563 \end_inset
17564 </cell>
17565 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17566 \begin_inset Text
17567
17568 \begin_layout Plain Layout
17569
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17575 \begin_inset Text
17576
17577 \begin_layout Plain Layout
17578
17579 \end_layout
17580
17581 \end_inset
17582 </cell>
17583 </row>
17584 <row>
17585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17586 \begin_inset Text
17587
17588 \begin_layout Plain Layout
17589 b
17590 \end_layout
17591
17592 \end_inset
17593 </cell>
17594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17595 \begin_inset Text
17596
17597 \begin_layout Plain Layout
17598 e
17599 \end_layout
17600
17601 \end_inset
17602 </cell>
17603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17604 \begin_inset Text
17605
17606 \begin_layout Plain Layout
17607 h
17608 \end_layout
17609
17610 \end_inset
17611 </cell>
17612 </row>
17613 <row>
17614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17615 \begin_inset Text
17616
17617 \begin_layout Plain Layout
17618 c
17619 \end_layout
17620
17621 \end_inset
17622 </cell>
17623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17624 \begin_inset Text
17625
17626 \begin_layout Plain Layout
17627 f
17628 \end_layout
17629
17630 \end_inset
17631 </cell>
17632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17633 \begin_inset Text
17634
17635 \begin_layout Plain Layout
17636 i
17637 \end_layout
17638
17639 \end_inset
17640 </cell>
17641 </row>
17642 </lyxtabular>
17643
17644 \end_inset
17645
17646
17647 \end_layout
17648
17649 \end_inset
17650
17651
17652 \begin_inset ERT
17653 status collapsed
17654
17655 \begin_layout Plain Layout
17656
17657 }
17658 \end_layout
17659
17660 \end_inset
17661
17662
17663 \end_layout
17664
17665 \begin_layout Standard
17666 Wie Sie sehen können,
17667  ist der Text der ersten Zeile von Tabelle
17668 \begin_inset space \space{}
17669 \end_inset
17670
17671 1 und letzten Zeile von Tabelle
17672 \begin_inset space \space{}
17673 \end_inset
17674
17675 4 bezüglich dem Wort 
17676 \begin_inset Quotes gld
17677 \end_inset
17678
17679 Test
17680 \begin_inset Quotes grd
17681 \end_inset
17682
17683  nicht richtig ausgerichtet.
17684  Um das zu erreichen,
17685  müssen Sie die Minipage-Box in eine 
17686 \begin_inset Quotes gld
17687 \end_inset
17688
17689 Raisebox
17690 \begin_inset Quotes grd
17691 \end_inset
17692
17693
17694 \begin_inset Foot
17695 status collapsed
17696
17697 \begin_layout Plain Layout
17698 Raiseboxen werden in Abschnitt
17699 \begin_inset space ~
17700 \end_inset
17701
17702
17703 \begin_inset CommandInset ref
17704 LatexCommand ref
17705 reference "uab:Vertikale-Ausrichtung"
17706 nolink "false"
17707
17708 \end_inset
17709
17710  beschrieben.
17711 \end_layout
17712
17713 \end_inset
17714
17715  setzen.
17716  In Tabelle
17717 \begin_inset space \space{}
17718 \end_inset
17719
17720 2 wurde der Text mit dem Befehl
17721 \end_layout
17722
17723 \begin_layout Standard
17724
17725 \series bold
17726
17727 \backslash
17728 raisebox{0.85
17729 \backslash
17730 baselineskip}{
17731 \end_layout
17732
17733 \begin_layout Standard
17734 vor der Box ausgerichtet.
17735  Hinter der Box wurde auch noch 
17736 \series bold
17737 }
17738 \series default
17739  als \SpecialChar TeX
17740 -Code eingefügt,
17741  weil der obige Befehl mit 
17742 \series bold
17743 {
17744 \series default
17745  aufhörte.
17746  Für Tabelle
17747 \begin_inset space \space{}
17748 \end_inset
17749
17750 5 wurde der Befehl
17751 \end_layout
17752
17753 \begin_layout Standard
17754
17755 \series bold
17756
17757 \backslash
17758 raisebox{-0.32
17759 \backslash
17760 baselineskip}{
17761 \end_layout
17762
17763 \begin_layout Standard
17764 benutzt.
17765 \end_layout
17766
17767 \begin_layout Standard
17768 \begin_inset Note Greyedout
17769 status open
17770
17771 \begin_layout Plain Layout
17772
17773 \series bold
17774 Bemerkung:
17775
17776 \series default
17777  Die Ausrichtung ist nicht ganz genau,
17778  weil sie von der Dokumentschrift,
17779  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
17780  Der Faktor im 
17781 \series bold
17782
17783 \backslash
17784 raisebox
17785 \series default
17786 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
17787 \end_layout
17788
17789 \end_inset
17790
17791
17792 \end_layout
17793
17794 \begin_layout Section
17795 Farbige Tabellen
17796 \begin_inset CommandInset label
17797 LatexCommand label
17798 name "abs:Farbige-Tabellen"
17799
17800 \end_inset
17801
17802
17803 \begin_inset Index idx
17804 range none
17805 pageformat default
17806 status collapsed
17807
17808 \begin_layout Plain Layout
17809 Tabellen
17810 \begin_inset IndexMacro subentry
17811 status open
17812
17813 \begin_layout Plain Layout
17814 farbige
17815 \end_layout
17816
17817 \end_inset
17818
17819
17820 \end_layout
17821
17822 \end_inset
17823
17824
17825 \end_layout
17826
17827 \begin_layout Subsection
17828 Farbige Zellen
17829 \begin_inset Index idx
17830 range none
17831 pageformat default
17832 status collapsed
17833
17834 \begin_layout Plain Layout
17835 farbige
17836 \begin_inset IndexMacro subentry
17837 status open
17838
17839 \begin_layout Plain Layout
17840  Tabellenzellen
17841 \end_layout
17842
17843 \end_inset
17844
17845
17846 \end_layout
17847
17848 \end_inset
17849
17850
17851 \end_layout
17852
17853 \begin_layout Standard
17854 \begin_inset Float table
17855 placement h
17856 alignment document
17857 wide false
17858 sideways false
17859 status open
17860
17861 \begin_layout Plain Layout
17862 \begin_inset Caption Standard
17863
17864 \begin_layout Plain Layout
17865 \begin_inset CommandInset label
17866 LatexCommand label
17867 name "tab:Farbige-Tabelle-ohne"
17868
17869 \end_inset
17870
17871 Farbige Tabelle,
17872  ohne Paket 
17873 \series bold
17874 colortbl
17875 \series default
17876
17877 \begin_inset Argument 1
17878 status collapsed
17879
17880 \begin_layout Plain Layout
17881 Tabelle ohne 
17882 \family typewriter
17883 colortbl
17884 \end_layout
17885
17886 \end_inset
17887
17888
17889 \end_layout
17890
17891 \end_inset
17892
17893
17894 \end_layout
17895
17896 \begin_layout Plain Layout
17897 \align center
17898 \begin_inset Tabular
17899 <lyxtabular version="3" rows="3" columns="3">
17900 <features tabularvalignment="middle">
17901 <column alignment="center" valignment="top">
17902 <column alignment="center" valignment="top">
17903 <column alignment="center" valignment="top">
17904 <row>
17905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17906 \begin_inset Text
17907
17908 \begin_layout Plain Layout
17909
17910 \color green
17911 a
17912 \end_layout
17913
17914 \end_inset
17915 </cell>
17916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17917 \begin_inset Text
17918
17919 \begin_layout Plain Layout
17920
17921 \color red
17922 b
17923 \end_layout
17924
17925 \end_inset
17926 </cell>
17927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17928 \begin_inset Text
17929
17930 \begin_layout Plain Layout
17931
17932 \color red
17933 c
17934 \end_layout
17935
17936 \end_inset
17937 </cell>
17938 </row>
17939 <row>
17940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17941 \begin_inset Text
17942
17943 \begin_layout Plain Layout
17944
17945 \color green
17946 d
17947 \end_layout
17948
17949 \end_inset
17950 </cell>
17951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17952 \begin_inset Text
17953
17954 \begin_layout Plain Layout
17955
17956 \color blue
17957 e
17958 \end_layout
17959
17960 \end_inset
17961 </cell>
17962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17963 \begin_inset Text
17964
17965 \begin_layout Plain Layout
17966
17967 \color blue
17968 f
17969 \end_layout
17970
17971 \end_inset
17972 </cell>
17973 </row>
17974 <row>
17975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17976 \begin_inset Text
17977
17978 \begin_layout Plain Layout
17979
17980 \color green
17981 g
17982 \end_layout
17983
17984 \end_inset
17985 </cell>
17986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17987 \begin_inset Text
17988
17989 \begin_layout Plain Layout
17990
17991 \color blue
17992 h
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001
18002 \color blue
18003 i
18004 \end_layout
18005
18006 \end_inset
18007 </cell>
18008 </row>
18009 </lyxtabular>
18010
18011 \end_inset
18012
18013
18014 \end_layout
18015
18016 \end_inset
18017
18018
18019 \end_layout
18020
18021 \begin_layout Standard
18022 Wenn Sie nur farbigen Text
18023 \begin_inset Index idx
18024 range none
18025 pageformat default
18026 status collapsed
18027
18028 \begin_layout Plain Layout
18029 Farbe
18030 \begin_inset IndexMacro subentry
18031 status open
18032
18033 \begin_layout Plain Layout
18034 für Text
18035 \end_layout
18036
18037 \end_inset
18038
18039
18040 \end_layout
18041
18042 \end_inset
18043
18044  benötigen,
18045  markieren Sie diesen und ändern die Farbe mit dem 
18046 \family sans
18047 Textstil
18048 \family default
18049 -Dialog (Werkzeugleistenknopf 
18050 \begin_inset Info
18051 type  "icon"
18052 arg   "dialog-show character"
18053 \end_inset
18054
18055 ) wie es in Tabelle
18056 \begin_inset space ~
18057 \end_inset
18058
18059
18060 \begin_inset CommandInset ref
18061 LatexCommand ref
18062 reference "tab:Farbige-Tabelle-ohne"
18063 nolink "false"
18064
18065 \end_inset
18066
18067  gemacht wurde.
18068  In anderen Fällen müssen Sie das \SpecialChar LaTeX
18069 -Paket 
18070 \series bold
18071 colortbl
18072 \series default
18073  benutzen.
18074 \begin_inset Index idx
18075 range none
18076 pageformat default
18077 status collapsed
18078
18079 \begin_layout Plain Layout
18080 \SpecialChar LaTeX
18081 -Pakete
18082 \begin_inset IndexMacro subentry
18083 status open
18084
18085 \begin_layout Plain Layout
18086 colortbl
18087 \end_layout
18088
18089 \end_inset
18090
18091
18092 \end_layout
18093
18094 \end_inset
18095
18096
18097 \end_layout
18098
18099 \begin_layout Standard
18100 \begin_inset ERT
18101 status collapsed
18102
18103 \begin_layout Plain Layout
18104
18105
18106 \backslash
18107 ifcolortbl
18108 \end_layout
18109
18110 \end_inset
18111
18112
18113 \begin_inset Note Note
18114 status open
18115
18116 \begin_layout Plain Layout
18117 Der folgende Teil wird nur gedruckt,
18118  wenn das \SpecialChar LaTeX
18119 -Paket 
18120 \series bold
18121 colortbl
18122 \series default
18123  installiert ist.
18124 \end_layout
18125
18126 \end_inset
18127
18128
18129 \end_layout
18130
18131 \begin_layout Standard
18132 Um farbige Tabellen zu erzeugen,
18133  muss 
18134 \series bold
18135 colortbl
18136 \series default
18137  im \SpecialChar LaTeX
18138 -Vorspann geladen werden:
18139 \end_layout
18140
18141 \begin_layout Standard
18142
18143 \series bold
18144
18145 \backslash
18146 usepackage{colortbl}
18147 \end_layout
18148
18149 \begin_layout Standard
18150 Die Farbe einer Spalte ändert man dann mit dem Befehl
18151 \end_layout
18152
18153 \begin_layout Standard
18154
18155 \series bold
18156
18157 \backslash
18158 columncolor{Farbname}
18159 \end_layout
18160
18161 \begin_layout Standard
18162 innerhalb des Befehls 
18163 \series bold
18164 >{}
18165 \series default
18166 .
18167  Mehr über den Befehl 
18168 \series bold
18169 >{}
18170 \series default
18171  finden Sie im Abschnitt
18172 \begin_inset space ~
18173 \end_inset
18174
18175
18176 \begin_inset CommandInset ref
18177 LatexCommand ref
18178 reference "uab:Mehrfachspalten-Berechnungen"
18179 nolink "false"
18180
18181 \end_inset
18182
18183 .
18184 \end_layout
18185
18186 \begin_layout Standard
18187 Folgende Farbnamen sind vordefiniert:
18188 \end_layout
18189
18190 \begin_layout Standard
18191
18192 \family sans
18193 red
18194 \family default
18195 ,
18196  
18197 \family sans
18198 green
18199 \family default
18200 ,
18201  
18202 \family sans
18203 yellow
18204 \family default
18205 ,
18206  
18207 \family sans
18208 blue
18209 \family default
18210 ,
18211  
18212 \family sans
18213 cyan
18214 \family default
18215 ,
18216  
18217 \family sans
18218 magenta
18219 \family default
18220 ,
18221  
18222 \family sans
18223 black
18224 \family default
18225  und 
18226 \family sans
18227 white
18228 \begin_inset Newline newline
18229 \end_inset
18230
18231 (
18232 \family default
18233 rot,
18234  grün,
18235  gelb,
18236  blau,
18237  türkis,
18238  purpurrot,
18239  schwarz und weiß)
18240 \end_layout
18241
18242 \begin_layout Standard
18243 \begin_inset VSpace medskip
18244 \end_inset
18245
18246
18247 \end_layout
18248
18249 \begin_layout Standard
18250 Wenn Sie die Option
18251 \end_layout
18252
18253 \begin_layout Standard
18254
18255 \series bold
18256 dvipsnames
18257 \end_layout
18258
18259 \begin_layout Standard
18260 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
18261  können Sie zusätzlich weitere 61
18262 \begin_inset space ~
18263 \end_inset
18264
18265 Farben verwenden.
18266  Diese Farben sind in Anhang
18267 \begin_inset space ~
18268 \end_inset
18269
18270
18271 \begin_inset CommandInset ref
18272 LatexCommand ref
18273 reference "kap:Liste-der-dvips-Farbnamen"
18274 nolink "false"
18275
18276 \end_inset
18277
18278  aufgelistet.
18279  Eine dieser Farben,
18280  
18281 \family sans
18282 Maroon
18283 \family default
18284 ,
18285  wird als Beispiel in Tabelle
18286 \begin_inset space ~
18287 \end_inset
18288
18289
18290 \begin_inset CommandInset ref
18291 LatexCommand ref
18292 reference "tab:Eine-mit-colortbl"
18293 nolink "false"
18294
18295 \end_inset
18296
18297  verwendet.
18298 \end_layout
18299
18300 \begin_layout Standard
18301 \begin_inset VSpace medskip
18302 \end_inset
18303
18304
18305 \end_layout
18306
18307 \begin_layout Standard
18308 Sie können auch eigene Farben definieren:
18309 \end_layout
18310
18311 \begin_layout Standard
18312
18313 \series bold
18314
18315 \backslash
18316 definecolor{Farbname}{Farbmodell}{Farbwerte}
18317 \end_layout
18318
18319 \begin_layout Standard
18320 Das Farbmodell kann eins der folgenden sein:
18321 \end_layout
18322
18323 \begin_layout Labeling
18324 \labelwidthstring 00.00.0000
18325 cmyk:
18326  cyan,
18327  magenta,
18328  yellow,
18329  black
18330 \end_layout
18331
18332 \begin_layout Labeling
18333 \labelwidthstring 00.00.0000
18334 rgb:
18335  red,
18336  green blue
18337 \end_layout
18338
18339 \begin_layout Labeling
18340 \labelwidthstring 00.00.0000
18341 gray:
18342  gray
18343 \end_layout
18344
18345 \begin_layout Standard
18346 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
18347  die die entsprechende Farbe für das Farbmodell beschreiben.
18348 \end_layout
18349
18350 \begin_layout Standard
18351 Im \SpecialChar LaTeX
18352 -Vorspann können Sie zum Beispiel die Farbe 
18353 \emph on
18354
18355 \begin_inset Quotes gld
18356 \end_inset
18357
18358 dunkelgruen
18359 \emph default
18360
18361 \begin_inset Quotes grd
18362 \end_inset
18363
18364  und 
18365 \begin_inset Quotes gld
18366 \end_inset
18367
18368
18369 \emph on
18370 hellgrau
18371 \emph default
18372
18373 \begin_inset Quotes grd
18374 \end_inset
18375
18376  folgendermaßen definieren:
18377 \end_layout
18378
18379 \begin_layout Standard
18380
18381 \series bold
18382
18383 \backslash
18384 definecolor{dunkelgruen}{cmyk}{0.5,
18385  0,
18386  1,
18387  0.5}
18388 \end_layout
18389
18390 \begin_layout Standard
18391
18392 \series bold
18393
18394 \backslash
18395 definecolor{hellgrau}{gray}{0.8}
18396 \end_layout
18397
18398 \begin_layout Standard
18399 \begin_inset VSpace medskip
18400 \end_inset
18401
18402
18403 \end_layout
18404
18405 \begin_layout Standard
18406 Linien werden mit dem Befehl
18407 \end_layout
18408
18409 \begin_layout Standard
18410
18411 \series bold
18412
18413 \backslash
18414 rowcolor{Farbname}
18415 \end_layout
18416
18417 \begin_layout Standard
18418 gefärbt,
18419  Zellen mit dem Befehl
18420 \end_layout
18421
18422 \begin_layout Standard
18423
18424 \series bold
18425
18426 \backslash
18427 cellcolor{Farbname}
18428 \end_layout
18429
18430 \begin_layout Standard
18431 Beide Befehle werden am Anfang einer Zelle als \SpecialChar TeX
18432 -Code eingegeben.
18433 \end_layout
18434
18435 \begin_layout Standard
18436 Um nur Text zu färben,
18437  verwenden Sie den 
18438 \family sans
18439 Textstil
18440 \family default
18441 -Dialog.
18442  Wenn die Zelle aber \SpecialChar TeX
18443 -Code zum Färben enthält,
18444  
18445 \emph on
18446 markieren Sie nur den Text
18447 \emph default
18448 ,
18449  sonst werden Sie \SpecialChar LaTeX
18450 -Fehler erzeugen.
18451 \end_layout
18452
18453 \begin_layout Standard
18454 \begin_inset Note Greyedout
18455 status open
18456
18457 \begin_layout Plain Layout
18458
18459 \series bold
18460 Achtung:
18461
18462 \series default
18463  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
18464 \end_layout
18465
18466 \end_inset
18467
18468
18469 \end_layout
18470
18471 \begin_layout Standard
18472 \begin_inset VSpace medskip
18473 \end_inset
18474
18475
18476 \end_layout
18477
18478 \begin_layout Standard
18479 Die Tabelle
18480 \begin_inset space ~
18481 \end_inset
18482
18483
18484 \begin_inset CommandInset ref
18485 LatexCommand ref
18486 reference "tab:Eine-mit-colortbl"
18487 nolink "false"
18488
18489 \end_inset
18490
18491  wurde folgendermaßen erstellt:
18492  die erste Spalte soll 
18493 \emph on
18494
18495 \begin_inset Quotes gld
18496 \end_inset
18497
18498 dunkelgruen
18499 \emph default
18500
18501 \begin_inset Quotes grd
18502 \end_inset
18503
18504  werden,
18505  also müssen Sie ins 
18506 \family sans
18507 LaTeX-Argument
18508 \family default
18509  der Zellen der ersten Spalte den Befehl
18510 \end_layout
18511
18512 \begin_layout Standard
18513
18514 \series bold
18515 >{
18516 \backslash
18517 columncolor{dunkelgruen}
18518 \backslash
18519 centering}c
18520 \end_layout
18521
18522 \begin_layout Standard
18523 schreiben.
18524  Die erste Zeile soll türkis hinterlegt sein,
18525  deshalb wurde der \SpecialChar TeX
18526 -Code-Befehl
18527 \end_layout
18528
18529 \begin_layout Standard
18530
18531 \series bold
18532
18533 \backslash
18534 rowcolor{cyan}
18535 \end_layout
18536
18537 \begin_layout Standard
18538 in die erste Zelle der ersten Zeile eingefügt.
18539  Diese Farbe ersetzt die Spaltenfarbe.
18540  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
18541  Das wird mit folgendem Befehl erreicht:
18542 \end_layout
18543
18544 \begin_layout Standard
18545
18546 \series bold
18547
18548 \backslash
18549 cellcolor{Maroon}
18550 \end_layout
18551
18552 \begin_layout Standard
18553 Die Buchstaben färben Sie wie oben beschrieben mit dem 
18554 \family sans
18555 Textstil
18556 \family default
18557 -Dialog.
18558 \end_layout
18559
18560 \begin_layout Standard
18561 \begin_inset Float table
18562 placement h
18563 alignment document
18564 wide false
18565 sideways false
18566 status open
18567
18568 \begin_layout Plain Layout
18569 \begin_inset Caption Standard
18570
18571 \begin_layout Plain Layout
18572 \begin_inset CommandInset label
18573 LatexCommand label
18574 name "tab:Eine-mit-colortbl"
18575
18576 \end_inset
18577
18578 Eine mit dem Paket 
18579 \series bold
18580 colortbl
18581 \series default
18582  gefärbte Tabelle
18583 \begin_inset Argument 1
18584 status collapsed
18585
18586 \begin_layout Plain Layout
18587 Tabelle mit 
18588 \family typewriter
18589 colortbl
18590 \end_layout
18591
18592 \end_inset
18593
18594
18595 \end_layout
18596
18597 \end_inset
18598
18599
18600 \end_layout
18601
18602 \begin_layout Plain Layout
18603 \align center
18604 \begin_inset Tabular
18605 <lyxtabular version="3" rows="3" columns="3">
18606 <features tabularvalignment="middle">
18607 <column alignment="center" valignment="top" special=">{\columncolor{dunkelgruen}\centering}c">
18608 <column alignment="center" valignment="top">
18609 <column alignment="center" valignment="top">
18610 <row>
18611 <cell alignment="center" valignment="top" usebox="none">
18612 \begin_inset Text
18613
18614 \begin_layout Plain Layout
18615 \begin_inset ERT
18616 status open
18617
18618 \begin_layout Plain Layout
18619
18620
18621 \backslash
18622 rowcolor{cyan}
18623 \end_layout
18624
18625 \end_inset
18626
18627
18628 \color magenta
18629 a
18630 \end_layout
18631
18632 \end_inset
18633 </cell>
18634 <cell alignment="center" valignment="top" usebox="none">
18635 \begin_inset Text
18636
18637 \begin_layout Plain Layout
18638
18639 \color red
18640 b
18641 \end_layout
18642
18643 \end_inset
18644 </cell>
18645 <cell alignment="center" valignment="top" usebox="none">
18646 \begin_inset Text
18647
18648 \begin_layout Plain Layout
18649
18650 \color red
18651 c
18652 \end_layout
18653
18654 \end_inset
18655 </cell>
18656 </row>
18657 <row>
18658 <cell alignment="center" valignment="top" usebox="none">
18659 \begin_inset Text
18660
18661 \begin_layout Plain Layout
18662
18663 \color yellow
18664 d
18665 \end_layout
18666
18667 \end_inset
18668 </cell>
18669 <cell alignment="center" valignment="top" usebox="none">
18670 \begin_inset Text
18671
18672 \begin_layout Plain Layout
18673
18674 \color blue
18675 e
18676 \end_layout
18677
18678 \end_inset
18679 </cell>
18680 <cell alignment="center" valignment="top" usebox="none">
18681 \begin_inset Text
18682
18683 \begin_layout Plain Layout
18684
18685 \color blue
18686 f
18687 \end_layout
18688
18689 \end_inset
18690 </cell>
18691 </row>
18692 <row>
18693 <cell alignment="center" valignment="top" usebox="none">
18694 \begin_inset Text
18695
18696 \begin_layout Plain Layout
18697
18698 \color yellow
18699 g
18700 \end_layout
18701
18702 \end_inset
18703 </cell>
18704 <cell alignment="center" valignment="top" usebox="none">
18705 \begin_inset Text
18706
18707 \begin_layout Plain Layout
18708
18709 \color blue
18710 h
18711 \end_layout
18712
18713 \end_inset
18714 </cell>
18715 <cell alignment="center" valignment="top" usebox="none">
18716 \begin_inset Text
18717
18718 \begin_layout Plain Layout
18719 \begin_inset ERT
18720 status collapsed
18721
18722 \begin_layout Plain Layout
18723
18724
18725 \backslash
18726 cellcolor{Maroon}
18727 \end_layout
18728
18729 \end_inset
18730
18731
18732 \color green
18733 i
18734 \end_layout
18735
18736 \end_inset
18737 </cell>
18738 </row>
18739 </lyxtabular>
18740
18741 \end_inset
18742
18743
18744 \end_layout
18745
18746 \end_inset
18747
18748
18749 \end_layout
18750
18751 \begin_layout Standard
18752 \begin_inset ERT
18753 status collapsed
18754
18755 \begin_layout Plain Layout
18756
18757
18758 \backslash
18759 else
18760 \end_layout
18761
18762 \end_inset
18763
18764
18765 \begin_inset Note Note
18766 status open
18767
18768 \begin_layout Plain Layout
18769 Der folgende Teil wird gedruckt,
18770  wenn das \SpecialChar LaTeX
18771 -Paket 
18772 \series bold
18773 colortbl
18774 \series default
18775  nicht installiert ist:
18776 \end_layout
18777
18778 \end_inset
18779
18780
18781 \end_layout
18782
18783 \begin_layout Standard
18784 Sie müssen das \SpecialChar LaTeX
18785 -Paket 
18786 \series bold
18787 colortbl
18788 \series default
18789  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18790 \end_layout
18791
18792 \begin_layout Standard
18793 \begin_inset ERT
18794 status collapsed
18795
18796 \begin_layout Plain Layout
18797
18798
18799 \backslash
18800 fi
18801 \end_layout
18802
18803 \end_inset
18804
18805
18806 \end_layout
18807
18808 \begin_layout Subsection
18809 Farbige Zeilen
18810 \begin_inset Index idx
18811 range none
18812 pageformat default
18813 status collapsed
18814
18815 \begin_layout Plain Layout
18816 farbige
18817 \begin_inset IndexMacro subentry
18818 status open
18819
18820 \begin_layout Plain Layout
18821 Tabellenzeilen
18822 \end_layout
18823
18824 \end_inset
18825
18826
18827 \end_layout
18828
18829 \end_inset
18830
18831
18832 \end_layout
18833
18834 \begin_layout Standard
18835 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll,
18836  gibt es eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
18837  Man lädt das \SpecialChar LaTeX
18838 -Paket 
18839 \series bold
18840 xcolor
18841 \series default
18842
18843 \begin_inset Index idx
18844 range none
18845 pageformat default
18846 status collapsed
18847
18848 \begin_layout Plain Layout
18849 \SpecialChar LaTeX
18850 -Pakete
18851 \begin_inset IndexMacro subentry
18852 status open
18853
18854 \begin_layout Plain Layout
18855 xcolor
18856 \end_layout
18857
18858 \end_inset
18859
18860
18861 \end_layout
18862
18863 \end_inset
18864
18865  im \SpecialChar LaTeX
18866 -Vorspann mit dem Befehl
18867 \end_layout
18868
18869 \begin_layout Standard
18870
18871 \series bold
18872
18873 \backslash
18874 usepackage[table]{xcolor}
18875 \end_layout
18876
18877 \begin_layout Standard
18878
18879 \series bold
18880 xcolor
18881 \series default
18882  lädt automatisch auch das \SpecialChar LaTeX
18883 -Paket 
18884 \series bold
18885 colortbl
18886 \series default
18887
18888 \begin_inset Index idx
18889 range none
18890 pageformat default
18891 status collapsed
18892
18893 \begin_layout Plain Layout
18894 \SpecialChar LaTeX
18895 -Pakete
18896 \begin_inset IndexMacro subentry
18897 status open
18898
18899 \begin_layout Plain Layout
18900 colortbl
18901 \end_layout
18902
18903 \end_inset
18904
18905
18906 \end_layout
18907
18908 \end_inset
18909
18910 ,
18911  so dass 
18912 \series bold
18913 colortbl
18914 \series default
18915  in Ihrer \SpecialChar LaTeX
18916 -Distribution installiert sein muss,
18917  ansonsten bekommt man \SpecialChar LaTeX
18918 -Fehler.
18919 \end_layout
18920
18921 \begin_layout Standard
18922 \begin_inset ERT
18923 status collapsed
18924
18925 \begin_layout Plain Layout
18926
18927
18928 \backslash
18929 ifcolortbl
18930 \end_layout
18931
18932 \end_inset
18933
18934
18935 \begin_inset Note Note
18936 status open
18937
18938 \begin_layout Plain Layout
18939 Der folgende Teil wird nur gedruckt,
18940  wenn das \SpecialChar LaTeX
18941 -Paket 
18942 \series bold
18943 colortbl
18944 \series default
18945  installiert ist.
18946 \end_layout
18947
18948 \end_inset
18949
18950
18951 \end_layout
18952
18953 \begin_layout Standard
18954 Die Tabellenzeilen werden mit dem Befehl
18955 \end_layout
18956
18957 \begin_layout Standard
18958
18959 \series bold
18960
18961 \backslash
18962 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
18963 \end_layout
18964
18965 \begin_layout Standard
18966 eingefärbt,
18967  der entweder in den \SpecialChar LaTeX
18968 -Vorspann oder als \SpecialChar TeX
18969 -Code vor der ersten zu färbenden Tabelle eingefügt wird.
18970  Zeilennummer ist die Nummer der ersten Zeile,
18971  die entsprechend der ungeraden Zeilenfarbe gefärbt werden soll.
18972  Befehle können zusätzliche Befehle sein,
18973  die vor jeder Tabellenzeile ausgeführt werden.
18974  So führt zum Beispiel der Befehl
18975 \end_layout
18976
18977 \begin_layout Standard
18978
18979 \series bold
18980
18981 \backslash
18982 rowcolors{1}{white}{lightgray}
18983 \end_layout
18984
18985 \begin_layout Standard
18986 zum Farbschema von Tabelle
18987 \begin_inset space ~
18988 \end_inset
18989
18990
18991 \begin_inset CommandInset ref
18992 LatexCommand ref
18993 reference "tab:Tabelle-rowcolors"
18994 nolink "false"
18995
18996 \end_inset
18997
18998 .
18999  Der Befehl
19000 \end_layout
19001
19002 \begin_layout Standard
19003
19004 \series bold
19005
19006 \backslash
19007 rowcolors[
19008 \backslash
19009 hline]{1}{lightgray}{cyan}
19010 \end_layout
19011
19012 \begin_layout Standard
19013 führt zum Farbschema von Tabelle
19014 \begin_inset space ~
19015 \end_inset
19016
19017
19018 \begin_inset CommandInset ref
19019 LatexCommand ref
19020 reference "tab:Tabelle-rowcolors-2"
19021 nolink "false"
19022
19023 \end_inset
19024
19025 .
19026  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
19027  wird keine Farbe verwendet,
19028  so dass der Befehl
19029 \end_layout
19030
19031 \begin_layout Standard
19032
19033 \series bold
19034
19035 \backslash
19036 rowcolors{1}{}{}
19037 \end_layout
19038
19039 \begin_layout Standard
19040 alle Farben löscht.
19041  
19042 \series bold
19043
19044 \backslash
19045 rowcolors
19046 \series default
19047  beeinflusst alle diesem Befehl folgenden Tabellen.
19048 \end_layout
19049
19050 \begin_layout Standard
19051 \begin_inset ERT
19052 status open
19053
19054 \begin_layout Plain Layout
19055
19056
19057 \backslash
19058 rowcolors{1}{white}{lightgray}
19059 \end_layout
19060
19061 \end_inset
19062
19063
19064 \end_layout
19065
19066 \begin_layout Standard
19067 \begin_inset Float table
19068 placement h
19069 alignment document
19070 wide false
19071 sideways false
19072 status open
19073
19074 \begin_layout Plain Layout
19075 \begin_inset Caption Standard
19076
19077 \begin_layout Plain Layout
19078 \begin_inset CommandInset label
19079 LatexCommand label
19080 name "tab:Tabelle-rowcolors"
19081
19082 \end_inset
19083
19084 Tabelle bei der jede zweite Zeile grau gefärbt ist.
19085 \end_layout
19086
19087 \end_inset
19088
19089
19090 \end_layout
19091
19092 \begin_layout Plain Layout
19093 \align center
19094 \begin_inset Tabular
19095 <lyxtabular version="3" rows="4" columns="3">
19096 <features tabularvalignment="middle">
19097 <column alignment="center" valignment="top">
19098 <column alignment="center" valignment="top" width="0pt">
19099 <column alignment="center" valignment="top" width="0pt">
19100 <row>
19101 <cell alignment="center" valignment="top" usebox="none">
19102 \begin_inset Text
19103
19104 \begin_layout Plain Layout
19105 X
19106 \end_layout
19107
19108 \end_inset
19109 </cell>
19110 <cell alignment="center" valignment="top" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114 Y
19115 \end_layout
19116
19117 \end_inset
19118 </cell>
19119 <cell alignment="center" valignment="top" usebox="none">
19120 \begin_inset Text
19121
19122 \begin_layout Plain Layout
19123 Z
19124 \end_layout
19125
19126 \end_inset
19127 </cell>
19128 </row>
19129 <row>
19130 <cell alignment="center" valignment="top" usebox="none">
19131 \begin_inset Text
19132
19133 \begin_layout Plain Layout
19134 1
19135 \end_layout
19136
19137 \end_inset
19138 </cell>
19139 <cell alignment="center" valignment="top" usebox="none">
19140 \begin_inset Text
19141
19142 \begin_layout Plain Layout
19143 2
19144 \end_layout
19145
19146 \end_inset
19147 </cell>
19148 <cell alignment="center" valignment="top" usebox="none">
19149 \begin_inset Text
19150
19151 \begin_layout Plain Layout
19152 3
19153 \end_layout
19154
19155 \end_inset
19156 </cell>
19157 </row>
19158 <row>
19159 <cell alignment="center" valignment="top" usebox="none">
19160 \begin_inset Text
19161
19162 \begin_layout Plain Layout
19163 4
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 <cell alignment="center" valignment="top" usebox="none">
19169 \begin_inset Text
19170
19171 \begin_layout Plain Layout
19172 5
19173 \end_layout
19174
19175 \end_inset
19176 </cell>
19177 <cell alignment="center" valignment="top" usebox="none">
19178 \begin_inset Text
19179
19180 \begin_layout Plain Layout
19181 6
19182 \end_layout
19183
19184 \end_inset
19185 </cell>
19186 </row>
19187 <row>
19188 <cell alignment="center" valignment="top" usebox="none">
19189 \begin_inset Text
19190
19191 \begin_layout Plain Layout
19192 7
19193 \end_layout
19194
19195 \end_inset
19196 </cell>
19197 <cell alignment="center" valignment="top" usebox="none">
19198 \begin_inset Text
19199
19200 \begin_layout Plain Layout
19201 8
19202 \end_layout
19203
19204 \end_inset
19205 </cell>
19206 <cell alignment="center" valignment="top" usebox="none">
19207 \begin_inset Text
19208
19209 \begin_layout Plain Layout
19210 9
19211 \end_layout
19212
19213 \end_inset
19214 </cell>
19215 </row>
19216 </lyxtabular>
19217
19218 \end_inset
19219
19220
19221 \end_layout
19222
19223 \end_inset
19224
19225
19226 \end_layout
19227
19228 \begin_layout Standard
19229 \begin_inset ERT
19230 status open
19231
19232 \begin_layout Plain Layout
19233
19234
19235 \backslash
19236 rowcolors[
19237 \backslash
19238 hline]{1}{lightgray}{cyan}
19239 \end_layout
19240
19241 \end_inset
19242
19243
19244 \end_layout
19245
19246 \begin_layout Standard
19247 \begin_inset Float table
19248 placement h
19249 alignment document
19250 wide false
19251 sideways false
19252 status open
19253
19254 \begin_layout Plain Layout
19255 \begin_inset Caption Standard
19256
19257 \begin_layout Plain Layout
19258 \begin_inset CommandInset label
19259 LatexCommand label
19260 name "tab:Tabelle-rowcolors-2"
19261
19262 \end_inset
19263
19264 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine Linie zwischen jeder Zeile befindet.
19265 \end_layout
19266
19267 \end_inset
19268
19269
19270 \end_layout
19271
19272 \begin_layout Plain Layout
19273 \align center
19274 \begin_inset Tabular
19275 <lyxtabular version="3" rows="4" columns="3">
19276 <features tabularvalignment="middle">
19277 <column alignment="center" valignment="top">
19278 <column alignment="center" valignment="top">
19279 <column alignment="center" valignment="top" width="0pt">
19280 <row>
19281 <cell alignment="center" valignment="top" usebox="none">
19282 \begin_inset Text
19283
19284 \begin_layout Plain Layout
19285 X
19286 \end_layout
19287
19288 \end_inset
19289 </cell>
19290 <cell alignment="center" valignment="top" usebox="none">
19291 \begin_inset Text
19292
19293 \begin_layout Plain Layout
19294 Y
19295 \end_layout
19296
19297 \end_inset
19298 </cell>
19299 <cell alignment="center" valignment="top" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303 Z
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 </row>
19309 <row>
19310 <cell alignment="center" valignment="top" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314 1
19315 \end_layout
19316
19317 \end_inset
19318 </cell>
19319 <cell alignment="center" valignment="top" usebox="none">
19320 \begin_inset Text
19321
19322 \begin_layout Plain Layout
19323 2
19324 \end_layout
19325
19326 \end_inset
19327 </cell>
19328 <cell alignment="center" valignment="top" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332 3
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 </row>
19338 <row>
19339 <cell alignment="center" valignment="top" usebox="none">
19340 \begin_inset Text
19341
19342 \begin_layout Plain Layout
19343 4
19344 \end_layout
19345
19346 \end_inset
19347 </cell>
19348 <cell alignment="center" valignment="top" usebox="none">
19349 \begin_inset Text
19350
19351 \begin_layout Plain Layout
19352 5
19353 \end_layout
19354
19355 \end_inset
19356 </cell>
19357 <cell alignment="center" valignment="top" usebox="none">
19358 \begin_inset Text
19359
19360 \begin_layout Plain Layout
19361 6
19362 \end_layout
19363
19364 \end_inset
19365 </cell>
19366 </row>
19367 <row>
19368 <cell alignment="center" valignment="top" usebox="none">
19369 \begin_inset Text
19370
19371 \begin_layout Plain Layout
19372 7
19373 \end_layout
19374
19375 \end_inset
19376 </cell>
19377 <cell alignment="center" valignment="top" usebox="none">
19378 \begin_inset Text
19379
19380 \begin_layout Plain Layout
19381 8
19382 \end_layout
19383
19384 \end_inset
19385 </cell>
19386 <cell alignment="center" valignment="top" usebox="none">
19387 \begin_inset Text
19388
19389 \begin_layout Plain Layout
19390 9
19391 \end_layout
19392
19393 \end_inset
19394 </cell>
19395 </row>
19396 </lyxtabular>
19397
19398 \end_inset
19399
19400
19401 \end_layout
19402
19403 \end_inset
19404
19405
19406 \end_layout
19407
19408 \begin_layout Standard
19409 \begin_inset ERT
19410 status collapsed
19411
19412 \begin_layout Plain Layout
19413
19414
19415 \backslash
19416 rowcolors{1}{}{}
19417 \end_layout
19418
19419 \end_inset
19420
19421
19422 \begin_inset Note Note
19423 status collapsed
19424
19425 \begin_layout Plain Layout
19426 schaltet die Färbung aus
19427 \end_layout
19428
19429 \end_inset
19430
19431
19432 \end_layout
19433
19434 \begin_layout Standard
19435 \begin_inset ERT
19436 status collapsed
19437
19438 \begin_layout Plain Layout
19439
19440
19441 \backslash
19442 else
19443 \end_layout
19444
19445 \end_inset
19446
19447
19448 \begin_inset Note Note
19449 status open
19450
19451 \begin_layout Plain Layout
19452 Der folgende Teil wird gedruckt,
19453  wenn das \SpecialChar LaTeX
19454 -Paket 
19455 \series bold
19456 colortbl
19457 \series default
19458  nicht installiert ist:
19459 \end_layout
19460
19461 \end_inset
19462
19463
19464 \end_layout
19465
19466 \begin_layout Standard
19467 Sie müssen das \SpecialChar LaTeX
19468 -Paket 
19469 \series bold
19470 colortbl
19471 \series default
19472  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19473 \end_layout
19474
19475 \begin_layout Standard
19476 \begin_inset ERT
19477 status collapsed
19478
19479 \begin_layout Plain Layout
19480
19481
19482 \backslash
19483 fi
19484 \end_layout
19485
19486 \end_inset
19487
19488
19489 \end_layout
19490
19491 \begin_layout Subsection
19492 Farbige Linien
19493 \begin_inset Index idx
19494 range none
19495 pageformat default
19496 status collapsed
19497
19498 \begin_layout Plain Layout
19499 farbige
19500 \begin_inset IndexMacro subentry
19501 status open
19502
19503 \begin_layout Plain Layout
19504  Tabellenlinien
19505 \end_layout
19506
19507 \end_inset
19508
19509
19510 \end_layout
19511
19512 \end_inset
19513
19514
19515 \end_layout
19516
19517 \begin_layout Standard
19518 Wie in Abschnitt
19519 \begin_inset space ~
19520 \end_inset
19521
19522
19523 \begin_inset CommandInset ref
19524 LatexCommand ref
19525 reference "uab:Liniendicke"
19526 nolink "false"
19527
19528 \end_inset
19529
19530  beschrieben,
19531  kann die Dicke aller Tabellenlinien mit der Länge 
19532 \series bold
19533
19534 \backslash
19535 arrayrulewidth
19536 \series default
19537  definiert werden.
19538  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
19539 \begin_inset space \thinspace{}
19540 \end_inset
19541
19542 pt gesetzt.
19543 \begin_inset ERT
19544 status collapsed
19545
19546 \begin_layout Plain Layout
19547
19548
19549 \backslash
19550 setlength{
19551 \backslash
19552 arrayrulewidth}{1.5pt}
19553 \end_layout
19554
19555 \end_inset
19556
19557
19558 \end_layout
19559
19560 \begin_layout Standard
19561 Um die vertikalen Linien für dieses Beispiel grün zu färben,
19562  wurde im \SpecialChar LaTeX
19563 -Vorspann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
19564 \begin_inset space ~
19565 \end_inset
19566
19567
19568 \begin_inset CommandInset ref
19569 LatexCommand ref
19570 reference "uab:Angepasste-Zellen-/Spaltenformate"
19571 nolink "false"
19572
19573 \end_inset
19574
19575  definiert:
19576 \end_layout
19577
19578 \begin_layout Standard
19579
19580 \series bold
19581
19582 \backslash
19583 newcolumntype{W}{!{
19584 \backslash
19585 color{green}
19586 \backslash
19587 vline}}
19588 \end_layout
19589
19590 \begin_layout Standard
19591 In Tabelle
19592 \begin_inset space ~
19593 \end_inset
19594
19595
19596 \begin_inset CommandInset ref
19597 LatexCommand ref
19598 reference "tab:Tabelle-mit-farbigen-vert"
19599 nolink "false"
19600
19601 \end_inset
19602
19603  wurde das \SpecialChar LaTeX
19604 -Argument 
19605 \series bold
19606 WcW
19607 \series default
19608  für die letzte und 
19609 \series bold
19610 Wc
19611 \series default
19612  für die anderen Spalten benutzt.
19613 \end_layout
19614
19615 \begin_layout Standard
19616 Wenn Sie mehrere Farben wollen,
19617  müssen Sie weitere Farbformate definieren.
19618 \end_layout
19619
19620 \begin_layout Standard
19621 \begin_inset Float table
19622 placement h
19623 alignment document
19624 wide false
19625 sideways false
19626 status open
19627
19628 \begin_layout Plain Layout
19629 \begin_inset Caption Standard
19630
19631 \begin_layout Plain Layout
19632 \begin_inset CommandInset label
19633 LatexCommand label
19634 name "tab:Tabelle-mit-farbigen-vert"
19635
19636 \end_inset
19637
19638 Tabelle mit farbigen vertikalen Linien
19639 \end_layout
19640
19641 \end_inset
19642
19643
19644 \end_layout
19645
19646 \begin_layout Plain Layout
19647 \align center
19648 \begin_inset Tabular
19649 <lyxtabular version="3" rows="3" columns="3">
19650 <features tabularvalignment="middle">
19651 <column alignment="center" valignment="top" special="Wc">
19652 <column alignment="center" valignment="top" special="Wc">
19653 <column alignment="center" valignment="top" special="WcW">
19654 <row>
19655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19656 \begin_inset Text
19657
19658 \begin_layout Plain Layout
19659 sd
19660 \end_layout
19661
19662 \end_inset
19663 </cell>
19664 <cell alignment="center" valignment="top" topline="true" usebox="none">
19665 \begin_inset Text
19666
19667 \begin_layout Plain Layout
19668
19669 \end_layout
19670
19671 \end_inset
19672 </cell>
19673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19674 \begin_inset Text
19675
19676 \begin_layout Plain Layout
19677
19678 \end_layout
19679
19680 \end_inset
19681 </cell>
19682 </row>
19683 <row>
19684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19685 \begin_inset Text
19686
19687 \begin_layout Plain Layout
19688
19689 \end_layout
19690
19691 \end_inset
19692 </cell>
19693 <cell alignment="center" valignment="top" topline="true" usebox="none">
19694 \begin_inset Text
19695
19696 \begin_layout Plain Layout
19697 sd
19698 \end_layout
19699
19700 \end_inset
19701 </cell>
19702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19703 \begin_inset Text
19704
19705 \begin_layout Plain Layout
19706
19707 \end_layout
19708
19709 \end_inset
19710 </cell>
19711 </row>
19712 <row>
19713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19714 \begin_inset Text
19715
19716 \begin_layout Plain Layout
19717
19718 \end_layout
19719
19720 \end_inset
19721 </cell>
19722 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19723 \begin_inset Text
19724
19725 \begin_layout Plain Layout
19726
19727 \end_layout
19728
19729 \end_inset
19730 </cell>
19731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19732 \begin_inset Text
19733
19734 \begin_layout Plain Layout
19735 sd
19736 \end_layout
19737
19738 \end_inset
19739 </cell>
19740 </row>
19741 </lyxtabular>
19742
19743 \end_inset
19744
19745
19746 \end_layout
19747
19748 \end_inset
19749
19750
19751 \end_layout
19752
19753 \begin_layout Standard
19754 \begin_inset VSpace bigskip
19755 \end_inset
19756
19757 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
19758 \begin_inset space ~
19759 \end_inset
19760
19761
19762 \begin_inset CommandInset ref
19763 LatexCommand ref
19764 reference "tab:Tabelle-mit-farbigen-horiz"
19765 nolink "false"
19766
19767 \end_inset
19768
19769 ,
19770  müssen Sie folgenden Befehl als \SpecialChar TeX
19771 -Code vor der (Gleitobjekt-)Tabelle einfügen:
19772 \end_layout
19773
19774 \begin_layout Standard
19775
19776 \series bold
19777
19778 \backslash
19779 let
19780 \backslash
19781 myHlineC
19782 \backslash
19783 hline
19784 \begin_inset Newline newline
19785 \end_inset
19786
19787
19788 \backslash
19789 renewcommand{
19790 \backslash
19791 hline}
19792 \begin_inset Newline newline
19793 \end_inset
19794
19795
19796 \begin_inset Phantom HPhantom
19797 status open
19798
19799 \begin_layout Plain Layout
19800
19801 \series bold
19802 \begin_inset space ~
19803 \end_inset
19804
19805
19806 \end_layout
19807
19808 \end_inset
19809
19810 {
19811 \backslash
19812 arrayrulecolor{red}
19813 \backslash
19814 myHlineC
19815 \backslash
19816 arrayrulecolor{black}}
19817 \end_layout
19818
19819 \begin_layout Standard
19820 \begin_inset ERT
19821 status collapsed
19822
19823 \begin_layout Plain Layout
19824
19825
19826 \backslash
19827 let
19828 \backslash
19829 myHlineC
19830 \backslash
19831 hline
19832 \end_layout
19833
19834 \begin_layout Plain Layout
19835
19836
19837 \backslash
19838 renewcommand{
19839 \backslash
19840 hline}
19841 \end_layout
19842
19843 \begin_layout Plain Layout
19844
19845  {
19846 \backslash
19847 arrayrulecolor{red}
19848 \backslash
19849 myHlineC
19850 \backslash
19851 arrayrulecolor{black}}
19852 \end_layout
19853
19854 \end_inset
19855
19856
19857 \begin_inset Float table
19858 placement h
19859 alignment document
19860 wide false
19861 sideways false
19862 status open
19863
19864 \begin_layout Plain Layout
19865 \begin_inset Caption Standard
19866
19867 \begin_layout Plain Layout
19868 \begin_inset CommandInset label
19869 LatexCommand label
19870 name "tab:Tabelle-mit-farbigen-horiz"
19871
19872 \end_inset
19873
19874 Tabelle mit farbigen horizontalen Linien
19875 \end_layout
19876
19877 \end_inset
19878
19879
19880 \end_layout
19881
19882 \begin_layout Plain Layout
19883 \align center
19884 \begin_inset Tabular
19885 <lyxtabular version="3" rows="3" columns="3">
19886 <features tabularvalignment="middle">
19887 <column alignment="center" valignment="top">
19888 <column alignment="center" valignment="top">
19889 <column alignment="center" valignment="top">
19890 <row>
19891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19892 \begin_inset Text
19893
19894 \begin_layout Plain Layout
19895 sd
19896 \end_layout
19897
19898 \end_inset
19899 </cell>
19900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19901 \begin_inset Text
19902
19903 \begin_layout Plain Layout
19904
19905 \end_layout
19906
19907 \end_inset
19908 </cell>
19909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913
19914 \end_layout
19915
19916 \end_inset
19917 </cell>
19918 </row>
19919 <row>
19920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924
19925 \end_layout
19926
19927 \end_inset
19928 </cell>
19929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19930 \begin_inset Text
19931
19932 \begin_layout Plain Layout
19933 sd
19934 \end_layout
19935
19936 \end_inset
19937 </cell>
19938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19939 \begin_inset Text
19940
19941 \begin_layout Plain Layout
19942
19943 \end_layout
19944
19945 \end_inset
19946 </cell>
19947 </row>
19948 <row>
19949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19950 \begin_inset Text
19951
19952 \begin_layout Plain Layout
19953
19954 \end_layout
19955
19956 \end_inset
19957 </cell>
19958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19959 \begin_inset Text
19960
19961 \begin_layout Plain Layout
19962
19963 \end_layout
19964
19965 \end_inset
19966 </cell>
19967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19968 \begin_inset Text
19969
19970 \begin_layout Plain Layout
19971 sd
19972 \end_layout
19973
19974 \end_inset
19975 </cell>
19976 </row>
19977 </lyxtabular>
19978
19979 \end_inset
19980
19981
19982 \end_layout
19983
19984 \end_inset
19985
19986
19987 \end_layout
19988
19989 \begin_layout Standard
19990 Um die schwarze Linienfarbe zurückzubekommen,
19991  müssen Sie folgenden Befehl als \SpecialChar TeX
19992 -Code hinter der Tabelle einfügen:
19993 \end_layout
19994
19995 \begin_layout Standard
19996
19997 \series bold
19998
19999 \backslash
20000 renewcommand{
20001 \backslash
20002 hline}{
20003 \backslash
20004 myHlineC}
20005 \end_layout
20006
20007 \begin_layout Standard
20008 Tabelle
20009 \begin_inset space ~
20010 \end_inset
20011
20012
20013 \begin_inset CommandInset ref
20014 LatexCommand ref
20015 reference "tab:Table-with-colored"
20016 nolink "false"
20017
20018 \end_inset
20019
20020  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
20021 \end_layout
20022
20023 \begin_layout Standard
20024 \begin_inset Float table
20025 placement h
20026 alignment document
20027 wide false
20028 sideways false
20029 status open
20030
20031 \begin_layout Plain Layout
20032 \begin_inset Caption Standard
20033
20034 \begin_layout Plain Layout
20035 \begin_inset CommandInset label
20036 LatexCommand label
20037 name "tab:Table-with-colored"
20038
20039 \end_inset
20040
20041 Tabelle mit farbigen Linien
20042 \end_layout
20043
20044 \end_inset
20045
20046
20047 \end_layout
20048
20049 \begin_layout Plain Layout
20050 \align center
20051 \begin_inset Tabular
20052 <lyxtabular version="3" rows="3" columns="3">
20053 <features tabularvalignment="middle">
20054 <column alignment="center" valignment="top" special="Wc">
20055 <column alignment="center" valignment="top" special="Wc">
20056 <column alignment="center" valignment="top" special="WcW">
20057 <row>
20058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20059 \begin_inset Text
20060
20061 \begin_layout Plain Layout
20062 sd
20063 \end_layout
20064
20065 \end_inset
20066 </cell>
20067 <cell alignment="center" valignment="top" topline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Plain Layout
20071
20072 \end_layout
20073
20074 \end_inset
20075 </cell>
20076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20077 \begin_inset Text
20078
20079 \begin_layout Plain Layout
20080
20081 \end_layout
20082
20083 \end_inset
20084 </cell>
20085 </row>
20086 <row>
20087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20088 \begin_inset Text
20089
20090 \begin_layout Plain Layout
20091
20092 \end_layout
20093
20094 \end_inset
20095 </cell>
20096 <cell alignment="center" valignment="top" topline="true" usebox="none">
20097 \begin_inset Text
20098
20099 \begin_layout Plain Layout
20100 sd
20101 \end_layout
20102
20103 \end_inset
20104 </cell>
20105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20106 \begin_inset Text
20107
20108 \begin_layout Plain Layout
20109
20110 \end_layout
20111
20112 \end_inset
20113 </cell>
20114 </row>
20115 <row topspace="default">
20116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20117 \begin_inset Text
20118
20119 \begin_layout Plain Layout
20120
20121 \end_layout
20122
20123 \end_inset
20124 </cell>
20125 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20126 \begin_inset Text
20127
20128 \begin_layout Plain Layout
20129
20130 \end_layout
20131
20132 \end_inset
20133 </cell>
20134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20135 \begin_inset Text
20136
20137 \begin_layout Plain Layout
20138 sd
20139 \end_layout
20140
20141 \end_inset
20142 </cell>
20143 </row>
20144 </lyxtabular>
20145
20146 \end_inset
20147
20148
20149 \end_layout
20150
20151 \end_inset
20152
20153
20154 \end_layout
20155
20156 \begin_layout Standard
20157 \begin_inset ERT
20158 status collapsed
20159
20160 \begin_layout Plain Layout
20161
20162
20163 \backslash
20164 renewcommand{
20165 \backslash
20166 hline}{
20167 \backslash
20168 myHlineC}
20169 \end_layout
20170
20171 \end_inset
20172
20173
20174 \end_layout
20175
20176 \begin_layout Standard
20177 \begin_inset ERT
20178 status collapsed
20179
20180 \begin_layout Plain Layout
20181
20182
20183 \backslash
20184 setlength{
20185 \backslash
20186 arrayrulewidth}{1.2pt}
20187 \end_layout
20188
20189 \end_inset
20190
20191
20192 \end_layout
20193
20194 \begin_layout Standard
20195 Um nur einige Linien einzufärben ist eine andere Strategie notwendig.
20196  Um alle folgenden horizontalen Linien zu färben,
20197  fügt man diesen Befehl als \SpecialChar TeX
20198 -Code als letzte Sache in die Zeile ein,
20199  die über der ersten gefärbten Linie sein soll:
20200 \end_layout
20201
20202 \begin_layout Standard
20203
20204 \series bold
20205
20206 \backslash
20207
20208 \backslash
20209
20210 \backslash
20211 arrayrulecolor{blue}%
20212 \end_layout
20213
20214 \begin_layout Standard
20215 Um wieder schwarze Linien zu erhalten,
20216  fügt man diesen Befehl als erste Sache in die Zeile ein,
20217  die über den schwarzen Linien liegt:
20218 \end_layout
20219
20220 \begin_layout Standard
20221
20222 \series bold
20223
20224 \backslash
20225 arrayrulecolor{black}
20226 \end_layout
20227
20228 \begin_layout Standard
20229 Damit kann man Tabellenlinien wie in Tabelle
20230 \begin_inset space ~
20231 \end_inset
20232
20233
20234 \begin_inset CommandInset ref
20235 LatexCommand ref
20236 reference "tab:Tabelle-mit-verschiedenen-hor"
20237 nolink "false"
20238
20239 \end_inset
20240
20241  färben.
20242  Es ist jedoch mit dieser Methode nicht möglich die Linie über der ersten Zeile einer Tabelle zu färben.
20243 \end_layout
20244
20245 \begin_layout Standard
20246 \begin_inset Float table
20247 placement document
20248 alignment document
20249 wide false
20250 sideways false
20251 status open
20252
20253 \begin_layout Plain Layout
20254 \begin_inset Caption Standard
20255
20256 \begin_layout Plain Layout
20257 \begin_inset CommandInset label
20258 LatexCommand label
20259 name "tab:Tabelle-mit-verschiedenen-hor"
20260
20261 \end_inset
20262
20263 Tabelle mit verschiedenen horizontalen Linienfarben.
20264 \end_layout
20265
20266 \end_inset
20267
20268
20269 \end_layout
20270
20271 \begin_layout Plain Layout
20272 \align center
20273 \begin_inset Tabular
20274 <lyxtabular version="3" rows="6" columns="7">
20275 <features tabularvalignment="middle">
20276 <column alignment="center" valignment="top">
20277 <column alignment="center" valignment="top">
20278 <column alignment="center" valignment="top">
20279 <column alignment="center" valignment="top">
20280 <column alignment="center" valignment="top">
20281 <column alignment="center" valignment="top">
20282 <column alignment="center" valignment="top">
20283 <row>
20284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20285 \begin_inset Text
20286
20287 \begin_layout Plain Layout
20288
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 <cell alignment="center" valignment="top" topline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Plain Layout
20297
20298 \end_layout
20299
20300 \end_inset
20301 </cell>
20302 <cell alignment="center" valignment="top" topline="true" usebox="none">
20303 \begin_inset Text
20304
20305 \begin_layout Plain Layout
20306
20307 \end_layout
20308
20309 \end_inset
20310 </cell>
20311 <cell alignment="center" valignment="top" topline="true" usebox="none">
20312 \begin_inset Text
20313
20314 \begin_layout Plain Layout
20315
20316 \end_layout
20317
20318 \end_inset
20319 </cell>
20320 <cell alignment="center" valignment="top" topline="true" usebox="none">
20321 \begin_inset Text
20322
20323 \begin_layout Plain Layout
20324
20325 \end_layout
20326
20327 \end_inset
20328 </cell>
20329 <cell alignment="center" valignment="top" topline="true" usebox="none">
20330 \begin_inset Text
20331
20332 \begin_layout Plain Layout
20333
20334 \end_layout
20335
20336 \end_inset
20337 </cell>
20338 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20339 \begin_inset Text
20340
20341 \begin_layout Plain Layout
20342 \begin_inset ERT
20343 status open
20344
20345 \begin_layout Plain Layout
20346
20347
20348 \backslash
20349
20350 \backslash
20351
20352 \backslash
20353 arrayrulecolor{blue}%
20354 \end_layout
20355
20356 \end_inset
20357
20358
20359 \end_layout
20360
20361 \end_inset
20362 </cell>
20363 </row>
20364 <row>
20365 <cell alignment="center" valignment="top" usebox="none">
20366 \begin_inset Text
20367
20368 \begin_layout Plain Layout
20369 Y
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20375 \begin_inset Text
20376
20377 \begin_layout Plain Layout
20378
20379 \end_layout
20380
20381 \end_inset
20382 </cell>
20383 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20384 \begin_inset Text
20385
20386 \begin_layout Plain Layout
20387
20388 \end_layout
20389
20390 \end_inset
20391 </cell>
20392 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20393 \begin_inset Text
20394
20395 \begin_layout Plain Layout
20396
20397 \end_layout
20398
20399 \end_inset
20400 </cell>
20401 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20402 \begin_inset Text
20403
20404 \begin_layout Plain Layout
20405
20406 \end_layout
20407
20408 \end_inset
20409 </cell>
20410 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
20411 \begin_inset Text
20412
20413 \begin_layout Plain Layout
20414
20415 \end_layout
20416
20417 \end_inset
20418 </cell>
20419 <cell alignment="center" valignment="top" usebox="none">
20420 \begin_inset Text
20421
20422 \begin_layout Plain Layout
20423 Y
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 </row>
20429 <row>
20430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Plain Layout
20434 \begin_inset ERT
20435 status open
20436
20437 \begin_layout Plain Layout
20438
20439
20440 \backslash
20441 arrayrulecolor{black}
20442 \end_layout
20443
20444 \end_inset
20445
20446
20447 \end_layout
20448
20449 \end_inset
20450 </cell>
20451 <cell alignment="center" valignment="top" usebox="none">
20452 \begin_inset Text
20453
20454 \begin_layout Plain Layout
20455
20456 \end_layout
20457
20458 \end_inset
20459 </cell>
20460 <cell alignment="center" valignment="top" usebox="none">
20461 \begin_inset Text
20462
20463 \begin_layout Plain Layout
20464
20465 \end_layout
20466
20467 \end_inset
20468 </cell>
20469 <cell alignment="center" valignment="top" usebox="none">
20470 \begin_inset Text
20471
20472 \begin_layout Plain Layout
20473
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 <cell alignment="center" valignment="top" usebox="none">
20479 \begin_inset Text
20480
20481 \begin_layout Plain Layout
20482
20483 \end_layout
20484
20485 \end_inset
20486 </cell>
20487 <cell alignment="center" valignment="top" usebox="none">
20488 \begin_inset Text
20489
20490 \begin_layout Plain Layout
20491
20492 \end_layout
20493
20494 \end_inset
20495 </cell>
20496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20497 \begin_inset Text
20498
20499 \begin_layout Plain Layout
20500
20501 \end_layout
20502
20503 \end_inset
20504 </cell>
20505 </row>
20506 <row>
20507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20508 \begin_inset Text
20509
20510 \begin_layout Plain Layout
20511
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 <cell alignment="center" valignment="top" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520
20521 \end_layout
20522
20523 \end_inset
20524 </cell>
20525 <cell alignment="center" valignment="top" usebox="none">
20526 \begin_inset Text
20527
20528 \begin_layout Plain Layout
20529
20530 \end_layout
20531
20532 \end_inset
20533 </cell>
20534 <cell alignment="center" valignment="top" usebox="none">
20535 \begin_inset Text
20536
20537 \begin_layout Plain Layout
20538
20539 \end_layout
20540
20541 \end_inset
20542 </cell>
20543 <cell alignment="center" valignment="top" usebox="none">
20544 \begin_inset Text
20545
20546 \begin_layout Plain Layout
20547
20548 \end_layout
20549
20550 \end_inset
20551 </cell>
20552 <cell alignment="center" valignment="top" usebox="none">
20553 \begin_inset Text
20554
20555 \begin_layout Plain Layout
20556
20557 \end_layout
20558
20559 \end_inset
20560 </cell>
20561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20562 \begin_inset Text
20563
20564 \begin_layout Plain Layout
20565 \begin_inset ERT
20566 status collapsed
20567
20568 \begin_layout Plain Layout
20569
20570
20571 \backslash
20572
20573 \backslash
20574
20575 \backslash
20576 arrayrulecolor{green}%
20577 \end_layout
20578
20579 \end_inset
20580
20581
20582 \end_layout
20583
20584 \end_inset
20585 </cell>
20586 </row>
20587 <row>
20588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20589 \begin_inset Text
20590
20591 \begin_layout Plain Layout
20592
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20598 \begin_inset Text
20599
20600 \begin_layout Plain Layout
20601
20602 \end_layout
20603
20604 \end_inset
20605 </cell>
20606 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610
20611 \end_layout
20612
20613 \end_inset
20614 </cell>
20615 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20616 \begin_inset Text
20617
20618 \begin_layout Plain Layout
20619
20620 \end_layout
20621
20622 \end_inset
20623 </cell>
20624 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628
20629 \end_layout
20630
20631 \end_inset
20632 </cell>
20633 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20634 \begin_inset Text
20635
20636 \begin_layout Plain Layout
20637
20638 \end_layout
20639
20640 \end_inset
20641 </cell>
20642 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646
20647 \end_layout
20648
20649 \end_inset
20650 </cell>
20651 </row>
20652 <row>
20653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657 \begin_inset ERT
20658 status collapsed
20659
20660 \begin_layout Plain Layout
20661
20662
20663 \backslash
20664 arrayrulecolor{black}
20665 \end_layout
20666
20667 \end_inset
20668
20669 B
20670 \end_layout
20671
20672 \end_inset
20673 </cell>
20674 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20675 \begin_inset Text
20676
20677 \begin_layout Plain Layout
20678
20679 \end_layout
20680
20681 \end_inset
20682 </cell>
20683 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687
20688 \end_layout
20689
20690 \end_inset
20691 </cell>
20692 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20693 \begin_inset Text
20694
20695 \begin_layout Plain Layout
20696
20697 \end_layout
20698
20699 \end_inset
20700 </cell>
20701 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20702 \begin_inset Text
20703
20704 \begin_layout Plain Layout
20705
20706 \end_layout
20707
20708 \end_inset
20709 </cell>
20710 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20711 \begin_inset Text
20712
20713 \begin_layout Plain Layout
20714
20715 \end_layout
20716
20717 \end_inset
20718 </cell>
20719 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20720 \begin_inset Text
20721
20722 \begin_layout Plain Layout
20723 \begin_inset ERT
20724 status collapsed
20725
20726 \begin_layout Plain Layout
20727
20728
20729 \backslash
20730
20731 \backslash
20732
20733 \backslash
20734 arrayrulecolor{blue}%
20735 \end_layout
20736
20737 \end_inset
20738
20739
20740 \end_layout
20741
20742 \end_inset
20743 </cell>
20744 </row>
20745 </lyxtabular>
20746
20747 \end_inset
20748
20749
20750 \end_layout
20751
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \begin_layout Standard
20758 Um die Farbe von vertikalen Linien innerhalb einer Zeile zu ändern,
20759  wie in Tabelle
20760 \begin_inset space ~
20761 \end_inset
20762
20763
20764 \begin_inset CommandInset ref
20765 LatexCommand ref
20766 reference "tab:Tabelle-mit-verschiedenen-ver"
20767 nolink "false"
20768
20769 \end_inset
20770
20771 ,
20772  benötigt man Mehrfachzeilen.
20773  Zuerst müssen alle vertikalen Linien entfernt werden,
20774  die nicht entlang der kompletten Spalte laufen.
20775  Nun werden alle Linien mit dem Befehl
20776 \end_layout
20777
20778 \begin_layout Standard
20779
20780 \series bold
20781
20782 \backslash
20783
20784 \backslash
20785
20786 \backslash
20787 arrayrulecolor{blue}%
20788 \end_layout
20789
20790 \begin_layout Standard
20791 wie oben gefärbt.
20792  Zuletzt fügt man diesen Befehl als \SpecialChar TeX
20793 -Code in jede Zelle ein,
20794  für die man eine vertikale Linie in einer anderen Farbe benötigt:
20795 \end_layout
20796
20797 \begin_layout Standard
20798
20799 \series bold
20800
20801 \backslash
20802 multicolumn{1}{!{
20803 \backslash
20804 color{green}
20805 \backslash
20806 vline}c!{
20807 \backslash
20808 color{red}
20809 \backslash
20810 vline}}{
20811 \end_layout
20812
20813 \begin_layout Standard
20814 Dies fügt eine vertikale Linie an beiden Seiten der Zelle ein.
20815  Die linke ist grün,
20816  die rechte rot.
20817  Wenn keine Farbänderung notwendig ist,
20818  kann man den Befehl 
20819 \series bold
20820
20821 \backslash
20822 color
20823 \series default
20824  in obigem Befehl weglassen.
20825  Um z.
20826 \begin_inset space \thinspace{}
20827 \end_inset
20828
20829 B.
20830  eine schwarze linke Linie und eine blaue rechte zu erhalten,
20831  kann man schreiben:
20832 \end_layout
20833
20834 \begin_layout Standard
20835
20836 \series bold
20837
20838 \backslash
20839 multicolumn{1}{!{
20840 \backslash
20841 color{black}
20842 \backslash
20843 vline}c|}{
20844 \end_layout
20845
20846 \begin_layout Standard
20847 Denn die Farbe blau ist bereits für alle Linien gesetzt.
20848  Das | erstellt dabei die vertikale Linie,
20849  während das ansonsten 
20850 \series bold
20851
20852 \backslash
20853 vline
20854 \series default
20855  tut,
20856  wenn 
20857 \series bold
20858
20859 \backslash
20860 color
20861 \series default
20862  verwendet wird.
20863  Um vertikale Linien einzufügen,
20864  ohne die Farbe zu ändern,
20865  verwendet man
20866 \end_layout
20867
20868 \begin_layout Standard
20869
20870 \series bold
20871
20872 \backslash
20873 multicolumn{1}{|c|}{
20874 \end_layout
20875
20876 \begin_layout Standard
20877 Nach diesem Befehl fügt man den Zelleninhalt normal ein und beendet die Zelle mit einer schließenden Klammer 
20878 \series bold
20879 }
20880 \series default
20881  in \SpecialChar TeX
20882 -Code.
20883 \end_layout
20884
20885 \begin_layout Standard
20886 \begin_inset Float table
20887 placement document
20888 alignment document
20889 wide false
20890 sideways false
20891 status open
20892
20893 \begin_layout Plain Layout
20894 \begin_inset Caption Standard
20895
20896 \begin_layout Plain Layout
20897 \begin_inset CommandInset label
20898 LatexCommand label
20899 name "tab:Tabelle-mit-verschiedenen-ver"
20900
20901 \end_inset
20902
20903 Tabelle mit verschiedenen vertikalen Linienfarben in einer Zeile.
20904 \end_layout
20905
20906 \end_inset
20907
20908
20909 \end_layout
20910
20911 \begin_layout Plain Layout
20912 \align center
20913 \begin_inset Tabular
20914 <lyxtabular version="3" rows="5" columns="7">
20915 <features tabularvalignment="middle">
20916 <column alignment="center" valignment="top">
20917 <column alignment="center" valignment="top">
20918 <column alignment="center" valignment="top">
20919 <column alignment="center" valignment="top">
20920 <column alignment="center" valignment="top">
20921 <column alignment="center" valignment="top">
20922 <column alignment="center" valignment="top">
20923 <row>
20924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20925 \begin_inset Text
20926
20927 \begin_layout Plain Layout
20928
20929 \end_layout
20930
20931 \end_inset
20932 </cell>
20933 <cell alignment="center" valignment="top" topline="true" usebox="none">
20934 \begin_inset Text
20935
20936 \begin_layout Plain Layout
20937
20938 \end_layout
20939
20940 \end_inset
20941 </cell>
20942 <cell alignment="center" valignment="top" topline="true" usebox="none">
20943 \begin_inset Text
20944
20945 \begin_layout Plain Layout
20946
20947 \end_layout
20948
20949 \end_inset
20950 </cell>
20951 <cell alignment="center" valignment="top" topline="true" usebox="none">
20952 \begin_inset Text
20953
20954 \begin_layout Plain Layout
20955
20956 \end_layout
20957
20958 \end_inset
20959 </cell>
20960 <cell alignment="center" valignment="top" topline="true" usebox="none">
20961 \begin_inset Text
20962
20963 \begin_layout Plain Layout
20964
20965 \end_layout
20966
20967 \end_inset
20968 </cell>
20969 <cell alignment="center" valignment="top" topline="true" usebox="none">
20970 \begin_inset Text
20971
20972 \begin_layout Plain Layout
20973
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982 \begin_inset ERT
20983 status open
20984
20985 \begin_layout Plain Layout
20986
20987
20988 \backslash
20989
20990 \backslash
20991
20992 \backslash
20993 arrayrulecolor{red}%
20994 \end_layout
20995
20996 \end_inset
20997
20998
20999 \end_layout
21000
21001 \end_inset
21002 </cell>
21003 </row>
21004 <row>
21005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21006 \begin_inset Text
21007
21008 \begin_layout Plain Layout
21009 \begin_inset ERT
21010 status open
21011
21012 \begin_layout Plain Layout
21013
21014
21015 \backslash
21016 multicolumn{1}{!{
21017 \backslash
21018 color{black}
21019 \backslash
21020 vline}c|}{
21021 \end_layout
21022
21023 \end_inset
21024
21025 Y
21026 \begin_inset ERT
21027 status collapsed
21028
21029 \begin_layout Plain Layout
21030
21031 }
21032 \end_layout
21033
21034 \end_inset
21035
21036
21037 \end_layout
21038
21039 \end_inset
21040 </cell>
21041 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21042 \begin_inset Text
21043
21044 \begin_layout Plain Layout
21045
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054
21055 \end_layout
21056
21057 \end_inset
21058 </cell>
21059 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21060 \begin_inset Text
21061
21062 \begin_layout Plain Layout
21063
21064 \end_layout
21065
21066 \end_inset
21067 </cell>
21068 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21069 \begin_inset Text
21070
21071 \begin_layout Plain Layout
21072
21073 \end_layout
21074
21075 \end_inset
21076 </cell>
21077 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21078 \begin_inset Text
21079
21080 \begin_layout Plain Layout
21081 \begin_inset ERT
21082 status open
21083
21084 \begin_layout Plain Layout
21085
21086
21087 \backslash
21088 multicolumn{1}{c|}{
21089 \end_layout
21090
21091 \end_inset
21092
21093
21094 \begin_inset ERT
21095 status collapsed
21096
21097 \begin_layout Plain Layout
21098
21099 }
21100 \end_layout
21101
21102 \end_inset
21103
21104
21105 \end_layout
21106
21107 \end_inset
21108 </cell>
21109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21110 \begin_inset Text
21111
21112 \begin_layout Plain Layout
21113 \begin_inset ERT
21114 status open
21115
21116 \begin_layout Plain Layout
21117
21118
21119 \backslash
21120 multicolumn{1}{c!{
21121 \backslash
21122 color{black}
21123 \backslash
21124 vline}}{
21125 \end_layout
21126
21127 \end_inset
21128
21129 Y
21130 \begin_inset ERT
21131 status collapsed
21132
21133 \begin_layout Plain Layout
21134
21135 }
21136 \end_layout
21137
21138 \end_inset
21139
21140
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 </row>
21146 <row>
21147 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21148 \begin_inset Text
21149
21150 \begin_layout Plain Layout
21151 \begin_inset ERT
21152 status collapsed
21153
21154 \begin_layout Plain Layout
21155
21156
21157 \backslash
21158 arrayrulecolor{black}
21159 \end_layout
21160
21161 \end_inset
21162
21163
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 <cell alignment="center" valignment="top" usebox="none">
21169 \begin_inset Text
21170
21171 \begin_layout Plain Layout
21172
21173 \end_layout
21174
21175 \end_inset
21176 </cell>
21177 <cell alignment="center" valignment="top" usebox="none">
21178 \begin_inset Text
21179
21180 \begin_layout Plain Layout
21181
21182 \end_layout
21183
21184 \end_inset
21185 </cell>
21186 <cell alignment="center" valignment="top" usebox="none">
21187 \begin_inset Text
21188
21189 \begin_layout Plain Layout
21190
21191 \end_layout
21192
21193 \end_inset
21194 </cell>
21195 <cell alignment="center" valignment="top" usebox="none">
21196 \begin_inset Text
21197
21198 \begin_layout Plain Layout
21199
21200 \end_layout
21201
21202 \end_inset
21203 </cell>
21204 <cell alignment="center" valignment="top" usebox="none">
21205 \begin_inset Text
21206
21207 \begin_layout Plain Layout
21208
21209 \end_layout
21210
21211 \end_inset
21212 </cell>
21213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217 \begin_inset ERT
21218 status collapsed
21219
21220 \begin_layout Plain Layout
21221
21222
21223 \backslash
21224
21225 \backslash
21226
21227 \backslash
21228 arrayrulecolor{magenta}%
21229 \end_layout
21230
21231 \end_inset
21232
21233
21234 \end_layout
21235
21236 \end_inset
21237 </cell>
21238 </row>
21239 <row>
21240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21241 \begin_inset Text
21242
21243 \begin_layout Plain Layout
21244 \begin_inset ERT
21245 status collapsed
21246
21247 \begin_layout Plain Layout
21248
21249
21250 \backslash
21251 multicolumn{1}{|c!{
21252 \backslash
21253 color{red}
21254 \backslash
21255 vline}}{
21256 \end_layout
21257
21258 \end_inset
21259
21260
21261 \begin_inset ERT
21262 status collapsed
21263
21264 \begin_layout Plain Layout
21265
21266 }
21267 \end_layout
21268
21269 \end_inset
21270
21271
21272 \end_layout
21273
21274 \end_inset
21275 </cell>
21276 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21277 \begin_inset Text
21278
21279 \begin_layout Plain Layout
21280 \begin_inset ERT
21281 status collapsed
21282
21283 \begin_layout Plain Layout
21284
21285
21286 \backslash
21287 multicolumn{1}{c!{
21288 \backslash
21289 color{green}
21290 \backslash
21291 vline}}{
21292 \end_layout
21293
21294 \end_inset
21295
21296
21297 \begin_inset ERT
21298 status collapsed
21299
21300 \begin_layout Plain Layout
21301
21302 }
21303 \end_layout
21304
21305 \end_inset
21306
21307
21308 \end_layout
21309
21310 \end_inset
21311 </cell>
21312 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21313 \begin_inset Text
21314
21315 \begin_layout Plain Layout
21316 \begin_inset ERT
21317 status collapsed
21318
21319 \begin_layout Plain Layout
21320
21321
21322 \backslash
21323 multicolumn{1}{c!{
21324 \backslash
21325 color{yellow}
21326 \backslash
21327 vline}}{
21328 \end_layout
21329
21330 \end_inset
21331
21332
21333 \begin_inset ERT
21334 status collapsed
21335
21336 \begin_layout Plain Layout
21337
21338 }
21339 \end_layout
21340
21341 \end_inset
21342
21343
21344 \end_layout
21345
21346 \end_inset
21347 </cell>
21348 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21349 \begin_inset Text
21350
21351 \begin_layout Plain Layout
21352 \begin_inset ERT
21353 status collapsed
21354
21355 \begin_layout Plain Layout
21356
21357
21358 \backslash
21359 multicolumn{1}{c!{
21360 \backslash
21361 color{blue}
21362 \backslash
21363 vline}}{
21364 \end_layout
21365
21366 \end_inset
21367
21368
21369 \begin_inset ERT
21370 status collapsed
21371
21372 \begin_layout Plain Layout
21373
21374 }
21375 \end_layout
21376
21377 \end_inset
21378
21379
21380 \end_layout
21381
21382 \end_inset
21383 </cell>
21384 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21385 \begin_inset Text
21386
21387 \begin_layout Plain Layout
21388 \begin_inset ERT
21389 status collapsed
21390
21391 \begin_layout Plain Layout
21392
21393
21394 \backslash
21395 multicolumn{1}{c!{
21396 \backslash
21397 color{cyan}
21398 \backslash
21399 vline}}{
21400 \end_layout
21401
21402 \end_inset
21403
21404
21405 \begin_inset ERT
21406 status collapsed
21407
21408 \begin_layout Plain Layout
21409
21410 }
21411 \end_layout
21412
21413 \end_inset
21414
21415
21416 \end_layout
21417
21418 \end_inset
21419 </cell>
21420 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21421 \begin_inset Text
21422
21423 \begin_layout Plain Layout
21424 \begin_inset ERT
21425 status collapsed
21426
21427 \begin_layout Plain Layout
21428
21429
21430 \backslash
21431 multicolumn{1}{c!{
21432 \backslash
21433 color{black}
21434 \backslash
21435 vline}}{
21436 \end_layout
21437
21438 \end_inset
21439
21440
21441 \begin_inset ERT
21442 status collapsed
21443
21444 \begin_layout Plain Layout
21445
21446 }
21447 \end_layout
21448
21449 \end_inset
21450
21451
21452 \end_layout
21453
21454 \end_inset
21455 </cell>
21456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21457 \begin_inset Text
21458
21459 \begin_layout Plain Layout
21460 \begin_inset ERT
21461 status collapsed
21462
21463 \begin_layout Plain Layout
21464
21465
21466 \backslash
21467 multicolumn{1}{c|}{
21468 \end_layout
21469
21470 \end_inset
21471
21472
21473 \begin_inset ERT
21474 status collapsed
21475
21476 \begin_layout Plain Layout
21477
21478 }
21479 \end_layout
21480
21481 \end_inset
21482
21483
21484 \end_layout
21485
21486 \end_inset
21487 </cell>
21488 </row>
21489 <row>
21490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21491 \begin_inset Text
21492
21493 \begin_layout Plain Layout
21494 \begin_inset ERT
21495 status collapsed
21496
21497 \begin_layout Plain Layout
21498
21499
21500 \backslash
21501 arrayrulecolor{black}
21502 \end_layout
21503
21504 \end_inset
21505
21506 B
21507 \end_layout
21508
21509 \end_inset
21510 </cell>
21511 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21512 \begin_inset Text
21513
21514 \begin_layout Plain Layout
21515
21516 \end_layout
21517
21518 \end_inset
21519 </cell>
21520 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21521 \begin_inset Text
21522
21523 \begin_layout Plain Layout
21524
21525 \end_layout
21526
21527 \end_inset
21528 </cell>
21529 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21530 \begin_inset Text
21531
21532 \begin_layout Plain Layout
21533
21534 \end_layout
21535
21536 \end_inset
21537 </cell>
21538 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout Plain Layout
21542
21543 \end_layout
21544
21545 \end_inset
21546 </cell>
21547 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21548 \begin_inset Text
21549
21550 \begin_layout Plain Layout
21551
21552 \end_layout
21553
21554 \end_inset
21555 </cell>
21556 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21557 \begin_inset Text
21558
21559 \begin_layout Plain Layout
21560
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 </row>
21566 </lyxtabular>
21567
21568 \end_inset
21569
21570
21571 \end_layout
21572
21573 \end_inset
21574
21575
21576 \end_layout
21577
21578 \begin_layout Standard
21579 \begin_inset ERT
21580 status collapsed
21581
21582 \begin_layout Plain Layout
21583
21584
21585 \backslash
21586 setlength{
21587 \backslash
21588 arrayrulewidth}{0.4pt}
21589 \end_layout
21590
21591 \end_inset
21592
21593
21594 \end_layout
21595
21596 \begin_layout Section
21597 Rotierte Tabellenzellen
21598 \begin_inset CommandInset label
21599 LatexCommand label
21600 name "abs:Rotierte-Tabellenzellen"
21601
21602 \end_inset
21603
21604
21605 \begin_inset Index idx
21606 range none
21607 pageformat default
21608 status collapsed
21609
21610 \begin_layout Plain Layout
21611 Tabellen
21612 \begin_inset IndexMacro subentry
21613 status open
21614
21615 \begin_layout Plain Layout
21616 rotierte Zellen
21617 \end_layout
21618
21619 \end_inset
21620
21621
21622 \end_layout
21623
21624 \end_inset
21625
21626
21627 \begin_inset Index idx
21628 range none
21629 pageformat default
21630 status collapsed
21631
21632 \begin_layout Plain Layout
21633 Rotiertes Material
21634 \end_layout
21635
21636 \end_inset
21637
21638
21639 \end_layout
21640
21641 \begin_layout Standard
21642 \begin_inset Note Greyedout
21643 status open
21644
21645 \begin_layout Plain Layout
21646
21647 \series bold
21648 Achtung:
21649
21650 \series default
21651  Nicht alle DVI-Betrachter können Rotationen anzeigen.
21652 \end_layout
21653
21654 \end_inset
21655
21656
21657 \end_layout
21658
21659 \begin_layout Standard
21660 Tabelle
21661 \begin_inset space ~
21662 \end_inset
21663
21664
21665 \begin_inset CommandInset ref
21666 LatexCommand ref
21667 reference "tab:Tabelle-mit-rotierten"
21668 nolink "false"
21669
21670 \end_inset
21671
21672  ist ein Beispiel bei dem 3
21673 \begin_inset space ~
21674 \end_inset
21675
21676 Zellen um 45
21677 \begin_inset space \thinspace{}
21678 \end_inset
21679
21680 ° rotiert wurden.
21681 \end_layout
21682
21683 \begin_layout Standard
21684 \begin_inset Float table
21685 placement h
21686 alignment document
21687 wide false
21688 sideways false
21689 status open
21690
21691 \begin_layout Plain Layout
21692 \begin_inset Caption Standard
21693
21694 \begin_layout Plain Layout
21695 \begin_inset CommandInset label
21696 LatexCommand label
21697 name "tab:Tabelle-mit-rotierten"
21698
21699 \end_inset
21700
21701 Tabelle mit rotierten Zellen in der ersten Zeile.
21702 \end_layout
21703
21704 \end_inset
21705
21706
21707 \end_layout
21708
21709 \begin_layout Plain Layout
21710 \noindent
21711 \align center
21712 \begin_inset Tabular
21713 <lyxtabular version="3" rows="2" columns="3">
21714 <features tabularvalignment="middle">
21715 <column alignment="center" valignment="top" width="0pt">
21716 <column alignment="center" valignment="top" width="0pt">
21717 <column alignment="center" valignment="top" width="0pt">
21718 <row>
21719 <cell alignment="center" valignment="top" rotate="45" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723 Tassen
21724 \end_layout
21725
21726 \end_inset
21727 </cell>
21728 <cell alignment="center" valignment="top" rotate="45" usebox="none">
21729 \begin_inset Text
21730
21731 \begin_layout Plain Layout
21732 Teller
21733 \end_layout
21734
21735 \end_inset
21736 </cell>
21737 <cell alignment="center" valignment="top" rotate="45" usebox="none">
21738 \begin_inset Text
21739
21740 \begin_layout Plain Layout
21741 Untertassen
21742 \end_layout
21743
21744 \end_inset
21745 </cell>
21746 </row>
21747 <row>
21748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21749 \begin_inset Text
21750
21751 \begin_layout Plain Layout
21752 45
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761 33
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770 21
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 </row>
21776 </lyxtabular>
21777
21778 \end_inset
21779
21780
21781 \end_layout
21782
21783 \end_inset
21784
21785
21786 \end_layout
21787
21788 \begin_layout Standard
21789 \begin_inset Note Greyedout
21790 status open
21791
21792 \begin_layout Plain Layout
21793
21794 \series bold
21795 Achtung:
21796
21797 \series default
21798  Zeilenumbrüche (Tastenkürzel 
21799 \family sans
21800 Strg+Enter
21801 \family default
21802 ) sind in rotierten Zellen nicht erlaubt.
21803 \end_layout
21804
21805 \end_inset
21806
21807
21808 \end_layout
21809
21810 \begin_layout Standard
21811 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen,
21812  müssen Sie den Zelleninhalt in eine Minipage oder Parbox tun.
21813 \begin_inset Foot
21814 status collapsed
21815
21816 \begin_layout Plain Layout
21817 Für mehr über diese Boxen siehe Abschnitt
21818 \begin_inset space ~
21819 \end_inset
21820
21821
21822 \begin_inset CommandInset ref
21823 LatexCommand ref
21824 reference "abs:Minipage"
21825 nolink "false"
21826
21827 \end_inset
21828
21829  und 
21830 \begin_inset CommandInset ref
21831 LatexCommand ref
21832 reference "abs:Parbox"
21833 nolink "false"
21834
21835 \end_inset
21836
21837 .
21838 \end_layout
21839
21840 \end_inset
21841
21842  Wenn Sie diese Zelle um 90
21843 \begin_inset space \thinspace{}
21844 \end_inset
21845
21846 ° rotieren,
21847  ist die Breite der Box die Höhe der Zelle.
21848  Um zu vermeiden,
21849  dass man eine geeignete Breite abschätzen muss,
21850  kann man eine Minipage mit variabler Breite verwenden.
21851  So eine Box wird eingefügt,
21852  indem man das Modul 
21853 \family sans
21854 Breitenvariable
21855 \begin_inset space ~
21856 \end_inset
21857
21858 Minipages
21859 \family default
21860  in den Dokumenteinstellungen lädt.
21861  Dann kann man das Menü 
21862 \family sans
21863 Einfügen\SpecialChar menuseparator
21864 Benutzerdefinierte
21865 \begin_inset space ~
21866 \end_inset
21867
21868 Einfügungen\SpecialChar menuseparator
21869 Minipage
21870 \begin_inset space ~
21871 \end_inset
21872
21873 (var.
21874 \begin_inset space ~
21875 \end_inset
21876
21877 Breite)
21878 \family default
21879  vewenden.
21880  Tabelle
21881 \begin_inset space ~
21882 \end_inset
21883
21884
21885 \begin_inset CommandInset ref
21886 LatexCommand ref
21887 reference "tab:Tabelle-mit-rotierter-Umbruch"
21888 nolink "false"
21889
21890 \end_inset
21891
21892  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch in der eine Minipage mit variabler Breite verwendet wurde.
21893 \end_layout
21894
21895 \begin_layout Standard
21896 \begin_inset Float table
21897 placement document
21898 alignment document
21899 wide false
21900 sideways false
21901 status open
21902
21903 \begin_layout Plain Layout
21904 \begin_inset Caption Standard
21905
21906 \begin_layout Plain Layout
21907 \begin_inset CommandInset label
21908 LatexCommand label
21909 name "tab:Tabelle-mit-rotierter-Umbruch"
21910
21911 \end_inset
21912
21913 Tabelle mit rotierter Zelle mit Zeilenumbruch.
21914 \end_layout
21915
21916 \end_inset
21917
21918
21919 \end_layout
21920
21921 \begin_layout Plain Layout
21922 \noindent
21923 \align center
21924 \begin_inset Tabular
21925 <lyxtabular version="3" rows="2" columns="3">
21926 <features tabularvalignment="middle">
21927 <column alignment="center" valignment="top">
21928 <column alignment="center" valignment="top" width="0pt">
21929 <column alignment="center" valignment="top">
21930 <row>
21931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21932 \begin_inset Text
21933
21934 \begin_layout Plain Layout
21935 a
21936 \end_layout
21937
21938 \end_inset
21939 </cell>
21940 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
21941 \begin_inset Text
21942
21943 \begin_layout Plain Layout
21944 \begin_inset Flex Minipage (Var. Width)
21945 status open
21946
21947 \begin_layout Plain Layout
21948 rotierte Zelle
21949 \begin_inset Newline newline
21950 \end_inset
21951
21952 mit Zeilenumbruch
21953 \begin_inset space ~
21954 \end_inset
21955
21956
21957 \end_layout
21958
21959 \end_inset
21960
21961
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970 e
21971 \end_layout
21972
21973 \end_inset
21974 </cell>
21975 </row>
21976 <row>
21977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21978 \begin_inset Text
21979
21980 \begin_layout Plain Layout
21981 b
21982 \end_layout
21983
21984 \end_inset
21985 </cell>
21986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21987 \begin_inset Text
21988
21989 \begin_layout Plain Layout
21990 c
21991 \end_layout
21992
21993 \end_inset
21994 </cell>
21995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21996 \begin_inset Text
21997
21998 \begin_layout Plain Layout
21999 d
22000 \end_layout
22001
22002 \end_inset
22003 </cell>
22004 </row>
22005 </lyxtabular>
22006
22007 \end_inset
22008
22009
22010 \end_layout
22011
22012 \end_inset
22013
22014
22015 \end_layout
22016
22017 \begin_layout Section
22018 Berechnung der Tabellenbreite
22019 \begin_inset CommandInset label
22020 LatexCommand label
22021 name "abs:Berechnung-der-Tabellenbreite"
22022
22023 \end_inset
22024
22025
22026 \end_layout
22027
22028 \begin_layout Standard
22029 Für breite Tabellen ist es manchmal schwierig sicherzustellen,
22030  dass die Tabelle nicht über den Seitenrand hinausragt.
22031  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
22032  aber wie viel Platz wird für jede Spalte benötigt?
22033 \end_layout
22034
22035 \begin_layout Standard
22036 Die Tabellenbreite 
22037 \begin_inset Formula $W_{\mathrm{Tabelle}}$
22038 \end_inset
22039
22040  kann berechnet werden:
22041  Jede Spalte hat die Breite der angegebenen Spaltenbreite 
22042 \begin_inset Formula $W_{\mathrm{Spalte}}$
22043 \end_inset
22044
22045  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen Spalteninhalt und dem Rand der Spalte (\SpecialChar LaTeX
22046 -Länge
22047 \series bold
22048  
22049 \backslash
22050 tabcolsep
22051 \series default
22052 ,
22053  Voreinstellung 6
22054 \begin_inset space \thinspace{}
22055 \end_inset
22056
22057 pt) plus die Breite einer Tabellenlinie (\SpecialChar LaTeX
22058 -Länge 
22059 \series bold
22060
22061 \backslash
22062 arrayrulewidth
22063 \series default
22064 ,
22065  Voreinstellung 0.4
22066 \begin_inset space \thinspace{}
22067 \end_inset
22068
22069 pt):
22070  Wenn alle 
22071 \begin_inset Formula $n$
22072 \end_inset
22073
22074
22075 \begin_inset space ~
22076 \end_inset
22077
22078 Spalten dieselbe Breite haben,
22079  ist die Tabellenbreite also
22080 \begin_inset Formula 
22081 \begin{equation}
22082 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
22083 \end{equation}
22084
22085 \end_inset
22086
22087
22088 \end_layout
22089
22090 \begin_layout Standard
22091 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (\SpecialChar LaTeX
22092 -Länge 
22093 \series bold
22094
22095 \backslash
22096 columnwidth
22097 \series default
22098 ).
22099  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
22100 \begin_inset Formula $W_{\mathrm{Tabelle}}$
22101 \end_inset
22102
22103  gleich 1
22104 \begin_inset space \thinspace{}
22105 \end_inset
22106
22107
22108 \backslash
22109 columnwidth sein soll,
22110  kann 
22111 \begin_inset Formula $W_{\mathrm{Spalte}}$
22112 \end_inset
22113
22114  leicht berechnet werden.
22115 \end_layout
22116
22117 \begin_layout Standard
22118 Um Berechnungen ausführen zu können,
22119  muss das \SpecialChar LaTeX
22120 -Paket 
22121 \series bold
22122 calc
22123 \series default
22124
22125 \begin_inset Index idx
22126 range none
22127 pageformat default
22128 status collapsed
22129
22130 \begin_layout Plain Layout
22131 \SpecialChar LaTeX
22132 -Pakete
22133 \begin_inset IndexMacro subentry
22134 status open
22135
22136 \begin_layout Plain Layout
22137 calc
22138 \end_layout
22139
22140 \end_inset
22141
22142
22143 \end_layout
22144
22145 \end_inset
22146
22147  im \SpecialChar LaTeX
22148 -Vorspann geladen werden.
22149  Um die Breite im Tabellendialog anzugeben,
22150  muss das Feld 
22151 \family sans
22152 \SpecialChar LaTeX
22153 -Argument
22154 \family default
22155  verwendet werden.
22156  Das Befehlsschema für dieses Feld ist dasselbe,
22157  das in Abschnitt
22158 \begin_inset space ~
22159 \end_inset
22160
22161
22162 \begin_inset CommandInset ref
22163 LatexCommand ref
22164 reference "uab:Mehrfachspalten-Berechnungen"
22165 nolink "false"
22166
22167 \end_inset
22168
22169  erklärt ist.
22170  Für eine Tabelle mit 5
22171 \begin_inset space \thinspace{}
22172 \end_inset
22173
22174 Spalten mit einer einheitlichen Breite und zentriertem Text,
22175  gibt man dort für jede Spalte den Befehl
22176 \end_layout
22177
22178 \begin_layout Standard
22179
22180 \series bold
22181 >{
22182 \backslash
22183 centering}p{(1
22184 \backslash
22185 columnwidth-62.4pt)/5}
22186 \end_layout
22187
22188 \begin_layout Standard
22189 an.
22190  Für eine Tabelle mit 5
22191 \begin_inset space \thinspace{}
22192 \end_inset
22193
22194 Spalten bei der 2 das 0,75
22195 \begin_inset space \thinspace{}
22196 \end_inset
22197
22198 fache der Breite der anderen 3
22199 \begin_inset space ~
22200 \end_inset
22201
22202 Spalten haben sollen,
22203  ist die Berechnung
22204 \begin_inset Formula 
22205 \begin{align}
22206 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{Spalte}}+2\cdot0,75\,W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
22207  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
22208  & =4,5\,W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
22209 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
22210 \end{align}
22211
22212 \end_inset
22213
22214
22215 \end_layout
22216
22217 \begin_layout Standard
22218 In der Tabelle wird daher der Befehl
22219 \end_layout
22220
22221 \begin_layout Standard
22222
22223 \series bold
22224 >{
22225 \backslash
22226 centering}p{(1
22227 \backslash
22228 columnwidth-62.4pt)/
22229 \backslash
22230 real{4.5}}
22231 \end_layout
22232
22233 \begin_layout Standard
22234 für die breiteren Spalten verwendet und
22235 \end_layout
22236
22237 \begin_layout Standard
22238
22239 \series bold
22240 >{
22241 \backslash
22242 centering}p{(1
22243 \backslash
22244 columnwidth-62.4pt)/
22245 \backslash
22246 real{4.5}*
22247 \backslash
22248 real{0.75}}
22249 \end_layout
22250
22251 \begin_layout Standard
22252 für die schmaleren:
22253 \end_layout
22254
22255 \begin_layout Standard
22256 \begin_inset Tabular
22257 <lyxtabular version="3" rows="2" columns="5">
22258 <features tabularvalignment="middle">
22259 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
22260 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
22261 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
22262 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
22263 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
22264 <row>
22265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22266 \begin_inset Text
22267
22268 \begin_layout Plain Layout
22269 1
22270 \end_layout
22271
22272 \end_inset
22273 </cell>
22274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22275 \begin_inset Text
22276
22277 \begin_layout Plain Layout
22278 2
22279 \end_layout
22280
22281 \end_inset
22282 </cell>
22283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22284 \begin_inset Text
22285
22286 \begin_layout Plain Layout
22287 3
22288 \end_layout
22289
22290 \end_inset
22291 </cell>
22292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22293 \begin_inset Text
22294
22295 \begin_layout Plain Layout
22296 4
22297 \end_layout
22298
22299 \end_inset
22300 </cell>
22301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22302 \begin_inset Text
22303
22304 \begin_layout Plain Layout
22305 5
22306 \end_layout
22307
22308 \end_inset
22309 </cell>
22310 </row>
22311 <row>
22312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22313 \begin_inset Text
22314
22315 \begin_layout Plain Layout
22316 111111 1111111 111111 111111111 11111 11111 1111
22317 \end_layout
22318
22319 \end_inset
22320 </cell>
22321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22331 \begin_inset Text
22332
22333 \begin_layout Plain Layout
22334 2222 22222 222222 222222222 2222222 22 22222
22335 \end_layout
22336
22337 \end_inset
22338 </cell>
22339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22340 \begin_inset Text
22341
22342 \begin_layout Plain Layout
22343
22344 \end_layout
22345
22346 \end_inset
22347 </cell>
22348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22349 \begin_inset Text
22350
22351 \begin_layout Plain Layout
22352 333333 333333 333333 33333 3333333 333
22353 \end_layout
22354
22355 \end_inset
22356 </cell>
22357 </row>
22358 </lyxtabular>
22359
22360 \end_inset
22361
22362
22363 \end_layout
22364
22365 \begin_layout Section
22366 Tabellen-Anpassung
22367 \begin_inset Index idx
22368 range none
22369 pageformat default
22370 status collapsed
22371
22372 \begin_layout Plain Layout
22373 Tabellen
22374 \begin_inset IndexMacro subentry
22375 status open
22376
22377 \begin_layout Plain Layout
22378 Anpassung
22379 \end_layout
22380
22381 \end_inset
22382
22383
22384 \end_layout
22385
22386 \end_inset
22387
22388
22389 \end_layout
22390
22391 \begin_layout Subsection
22392 Zeilenabstand
22393 \begin_inset CommandInset label
22394 LatexCommand label
22395 name "uab:Zeilenabstand"
22396
22397 \end_inset
22398
22399
22400 \begin_inset Index idx
22401 range none
22402 pageformat default
22403 status collapsed
22404
22405 \begin_layout Plain Layout
22406 Tabellen
22407 \begin_inset IndexMacro subentry
22408 status open
22409
22410 \begin_layout Plain Layout
22411 Zeilenabstand
22412 \end_layout
22413
22414 \end_inset
22415
22416
22417 \end_layout
22418
22419 \end_inset
22420
22421
22422 \end_layout
22423
22424 \begin_layout Standard
22425 Auf der Karteikarte 
22426 \family sans
22427 Rahmen
22428 \family default
22429  des 
22430 \family sans
22431 Tabellen-Einstellungen
22432 \family default
22433 -Dialogs können Sie 
22434 \family sans
22435 zusätzliche
22436 \begin_inset space ~
22437 \end_inset
22438
22439 Abstände
22440 \family default
22441  einfügen.
22442  Dabei haben Sie drei Möglichkeiten:
22443 \end_layout
22444
22445 \begin_layout Description
22446 Oberhalb
22447 \begin_inset space ~
22448 \end_inset
22449
22450 der
22451 \begin_inset space ~
22452 \end_inset
22453
22454 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
22455  Bei einer formalen Tabelle
22456 \begin_inset Foot
22457 status collapsed
22458
22459 \begin_layout Plain Layout
22460 Formale Tabellen wurden in Abschnitt
22461 \begin_inset space ~
22462 \end_inset
22463
22464
22465 \begin_inset CommandInset ref
22466 LatexCommand ref
22467 reference "abs:Formale-Tabellen"
22468 nolink "false"
22469
22470 \end_inset
22471
22472  beschrieben.
22473 \end_layout
22474
22475 \end_inset
22476
22477  fügt \SpecialChar LyX
22478  standardmäßig 0.5
22479 \begin_inset space \thinspace{}
22480 \end_inset
22481
22482 em Leerraum ein.
22483  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
22484 \begin_inset VSpace medskip
22485 \end_inset
22486
22487
22488 \begin_inset Newline newline
22489 \end_inset
22490
22491
22492 \begin_inset space \hspace*{}
22493 \length 0pt
22494 \end_inset
22495
22496
22497 \begin_inset space \hfill{}
22498 \end_inset
22499
22500
22501 \begin_inset Tabular
22502 <lyxtabular version="3" rows="3" columns="1">
22503 <features tabularvalignment="middle">
22504 <column alignment="center" valignment="top">
22505 <row>
22506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22507 \begin_inset Text
22508
22509 \begin_layout Plain Layout
22510 A
22511 \end_layout
22512
22513 \end_inset
22514 </cell>
22515 </row>
22516 <row topspace="3mm">
22517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521 3
22522 \begin_inset space \thinspace{}
22523 \end_inset
22524
22525 mm Leerraum oberhalb der Zeile
22526 \end_layout
22527
22528 \end_inset
22529 </cell>
22530 </row>
22531 <row>
22532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536 C
22537 \end_layout
22538
22539 \end_inset
22540 </cell>
22541 </row>
22542 </lyxtabular>
22543
22544 \end_inset
22545
22546
22547 \begin_inset space \hfill{}
22548 \end_inset
22549
22550
22551 \begin_inset space \hspace*{}
22552 \length 0pt
22553 \end_inset
22554
22555
22556 \begin_inset VSpace medskip
22557 \end_inset
22558
22559
22560 \begin_inset Newline newline
22561 \end_inset
22562
22563 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn,
22564  wenn Sie keine vertikalen Linien verwenden.
22565 \end_layout
22566
22567 \begin_layout Description
22568 Unterhalb
22569 \begin_inset space ~
22570 \end_inset
22571
22572 der
22573 \begin_inset space ~
22574 \end_inset
22575
22576 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
22577  Bei einer formalen Tabelle fügt \SpecialChar LyX
22578  standardmäßig 0.5
22579 \begin_inset space \thinspace{}
22580 \end_inset
22581
22582 em Leerraum ein.
22583  Bei normalen Tabellen ist der Standardwert 2
22584 \begin_inset space \thinspace{}
22585 \end_inset
22586
22587 pt.
22588 \end_layout
22589
22590 \begin_layout Description
22591 Zwischen
22592 \begin_inset space ~
22593 \end_inset
22594
22595 den
22596 \begin_inset space ~
22597 \end_inset
22598
22599 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
22600  Bei einer formalen Tabelle fügt \SpecialChar LyX
22601  standardmäßig 0.5
22602 \begin_inset space \thinspace{}
22603 \end_inset
22604
22605 em Leerraum ein.
22606  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
22607 \begin_inset VSpace medskip
22608 \end_inset
22609
22610
22611 \begin_inset Newline newline
22612 \end_inset
22613
22614
22615 \begin_inset space \hspace*{}
22616 \length 0pt
22617 \end_inset
22618
22619
22620 \begin_inset space \hfill{}
22621 \end_inset
22622
22623
22624 \begin_inset Tabular
22625 <lyxtabular version="3" rows="3" columns="1">
22626 <features tabularvalignment="middle">
22627 <column alignment="center" valignment="top">
22628 <row>
22629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22630 \begin_inset Text
22631
22632 \begin_layout Plain Layout
22633 A
22634 \end_layout
22635
22636 \end_inset
22637 </cell>
22638 </row>
22639 <row interlinespace="3mm">
22640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644 \begin_inset Formula $\downarrow$
22645 \end_inset
22646
22647  3
22648 \begin_inset space \thinspace{}
22649 \end_inset
22650
22651 mm Leerraum zwischen den Zeilen 
22652 \begin_inset Formula $\downarrow$
22653 \end_inset
22654
22655
22656 \end_layout
22657
22658 \end_inset
22659 </cell>
22660 </row>
22661 <row>
22662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666 \begin_inset Formula $\uparrow$
22667 \end_inset
22668
22669  3
22670 \begin_inset space \thinspace{}
22671 \end_inset
22672
22673 mm Leerraum zwischen den Zeilen 
22674 \begin_inset Formula $\uparrow$
22675 \end_inset
22676
22677
22678 \end_layout
22679
22680 \end_inset
22681 </cell>
22682 </row>
22683 </lyxtabular>
22684
22685 \end_inset
22686
22687
22688 \begin_inset space \hfill{}
22689 \end_inset
22690
22691
22692 \begin_inset space \hspace*{}
22693 \length 0pt
22694 \end_inset
22695
22696
22697 \begin_inset VSpace medskip
22698 \end_inset
22699
22700
22701 \begin_inset Newline newline
22702 \end_inset
22703
22704 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn,
22705  wenn Sie keine vertikalen Linien verwenden.
22706 \end_layout
22707
22708 \begin_layout Standard
22709 \begin_inset VSpace bigskip
22710 \end_inset
22711
22712 Wenn Sie die Höhe aller Zellen vergrößern wollen,
22713  können Sie das mit folgenden Befehlen im \SpecialChar LaTeX
22714 -Vorspann machen:
22715 \end_layout
22716
22717 \begin_layout Standard
22718
22719 \series bold
22720
22721 \backslash
22722 @ifundefined{extrarowheight}
22723 \begin_inset Newline newline
22724 \end_inset
22725
22726
22727 \begin_inset Phantom HPhantom
22728 status open
22729
22730 \begin_layout Plain Layout
22731
22732 \series bold
22733 \begin_inset space ~
22734 \end_inset
22735
22736
22737 \end_layout
22738
22739 \end_inset
22740
22741 {
22742 \backslash
22743 usepackage{array}}{}
22744 \begin_inset Newline newline
22745 \end_inset
22746
22747
22748 \backslash
22749 setlength{
22750 \backslash
22751 extrarowheight}{Höhe}
22752 \series default
22753
22754 \begin_inset Note Note
22755 status collapsed
22756
22757 \begin_layout Plain Layout
22758 Das Paket 
22759 \series bold
22760 array
22761 \series default
22762  wird automatisch von \SpecialChar LyX
22763  geladen,
22764  wenn Sie selbst definierte Tabellenformate verwenden.
22765  Der Befehl 
22766 \series bold
22767
22768 \backslash
22769 @ifundefined
22770 \series default
22771  vermeidet,
22772  dass es in diesem Fall doppelt geladen wird.
22773 \end_layout
22774
22775 \end_inset
22776
22777
22778 \end_layout
22779
22780 \begin_layout Standard
22781 wobei die 
22782 \family sans
22783 Höhe
22784 \family default
22785  eine der in Anhang
22786 \begin_inset space ~
22787 \end_inset
22788
22789
22790 \begin_inset CommandInset ref
22791 LatexCommand ref
22792 reference "kap:In-LyX-verfügbare"
22793 nolink "false"
22794
22795 \end_inset
22796
22797  aufgelisteten Einheiten haben kann.
22798  Aber das hat den Nachteil,
22799  dass die Zelltexte nicht mehr genau vertikal ausgerichtet sind.
22800 \end_layout
22801
22802 \begin_layout Standard
22803 Bei der Verwendung von großen Schriftgrößen,
22804  sind die Tabellenlinien oftmals zu nah an den Buchstaben.
22805  Das kann korrigiert werden,
22806  indem man den Befehl 
22807 \series bold
22808
22809 \backslash
22810 strut
22811 \series default
22812  als \SpecialChar TeX
22813 -Code am Anfang einer Tabellenzeile einfügt.
22814  Tabelle
22815 \begin_inset space ~
22816 \end_inset
22817
22818
22819 \begin_inset CommandInset ref
22820 LatexCommand ref
22821 reference "tab:Vertikale-Ausrichtung-von"
22822 nolink "false"
22823
22824 \end_inset
22825
22826  zeigt den Effekt.
22827 \end_layout
22828
22829 \begin_layout Standard
22830 \noindent
22831 \begin_inset Float table
22832 placement h
22833 alignment document
22834 wide false
22835 sideways false
22836 status open
22837
22838 \begin_layout Plain Layout
22839 \begin_inset Caption Standard
22840
22841 \begin_layout Plain Layout
22842 \begin_inset CommandInset label
22843 LatexCommand label
22844 name "tab:Vertikale-Ausrichtung-von"
22845
22846 \end_inset
22847
22848 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
22849 \end_layout
22850
22851 \end_inset
22852
22853
22854 \end_layout
22855
22856 \begin_layout Plain Layout
22857 \begin_inset space \hfill{}
22858 \end_inset
22859
22860
22861 \begin_inset Float table
22862 placement document
22863 alignment document
22864 wide false
22865 sideways false
22866 status collapsed
22867
22868 \begin_layout Plain Layout
22869 \begin_inset Caption Standard
22870
22871 \begin_layout Plain Layout
22872 Normale Tabelle.
22873 \end_layout
22874
22875 \end_inset
22876
22877
22878 \end_layout
22879
22880 \begin_layout Plain Layout
22881 \noindent
22882 \align center
22883 \begin_inset Tabular
22884 <lyxtabular version="3" rows="6" columns="1">
22885 <features tabularvalignment="middle">
22886 <column alignment="left" valignment="top">
22887 <row>
22888 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22889 \begin_inset Text
22890
22891 \begin_layout Plain Layout
22892 Normal,
22893  g
22894 \end_layout
22895
22896 \end_inset
22897 </cell>
22898 </row>
22899 <row>
22900 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22901 \begin_inset Text
22902
22903 \begin_layout Plain Layout
22904
22905 \size large
22906 Groß,
22907  g
22908 \end_layout
22909
22910 \end_inset
22911 </cell>
22912 </row>
22913 <row>
22914 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22915 \begin_inset Text
22916
22917 \begin_layout Plain Layout
22918
22919 \size larger
22920 Größer,
22921  g
22922 \end_layout
22923
22924 \end_inset
22925 </cell>
22926 </row>
22927 <row>
22928 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22929 \begin_inset Text
22930
22931 \begin_layout Plain Layout
22932
22933 \size largest
22934 noch Größer,
22935  g
22936 \end_layout
22937
22938 \end_inset
22939 </cell>
22940 </row>
22941 <row>
22942 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22943 \begin_inset Text
22944
22945 \begin_layout Plain Layout
22946
22947 \size huge
22948 Riesig
22949 \end_layout
22950
22951 \end_inset
22952 </cell>
22953 </row>
22954 <row>
22955 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22956 \begin_inset Text
22957
22958 \begin_layout Plain Layout
22959
22960 \size giant
22961 Gigantisch
22962 \end_layout
22963
22964 \end_inset
22965 </cell>
22966 </row>
22967 </lyxtabular>
22968
22969 \end_inset
22970
22971
22972 \end_layout
22973
22974 \end_inset
22975
22976
22977 \begin_inset space \hfill{}
22978 \end_inset
22979
22980
22981 \begin_inset Float table
22982 placement document
22983 alignment document
22984 wide false
22985 sideways false
22986 status collapsed
22987
22988 \begin_layout Plain Layout
22989 \begin_inset Caption Standard
22990
22991 \begin_layout Plain Layout
22992 Tabelle bei der der Befehl 
22993 \series bold
22994
22995 \backslash
22996 strut
22997 \series default
22998  verwendet wurde.
22999 \end_layout
23000
23001 \end_inset
23002
23003
23004 \end_layout
23005
23006 \begin_layout Plain Layout
23007 \noindent
23008 \align center
23009 \begin_inset Tabular
23010 <lyxtabular version="3" rows="6" columns="1">
23011 <features tabularvalignment="middle">
23012 <column alignment="left" valignment="top">
23013 <row>
23014 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23015 \begin_inset Text
23016
23017 \begin_layout Plain Layout
23018 Normal,
23019  g
23020 \end_layout
23021
23022 \end_inset
23023 </cell>
23024 </row>
23025 <row>
23026 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23027 \begin_inset Text
23028
23029 \begin_layout Plain Layout
23030
23031 \size large
23032 \begin_inset ERT
23033 status collapsed
23034
23035 \begin_layout Plain Layout
23036
23037
23038 \backslash
23039 strut 
23040 \end_layout
23041
23042 \end_inset
23043
23044 Groß,
23045  g
23046 \end_layout
23047
23048 \end_inset
23049 </cell>
23050 </row>
23051 <row>
23052 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23053 \begin_inset Text
23054
23055 \begin_layout Plain Layout
23056
23057 \size larger
23058 \begin_inset ERT
23059 status collapsed
23060
23061 \begin_layout Plain Layout
23062
23063
23064 \backslash
23065 strut 
23066 \end_layout
23067
23068 \end_inset
23069
23070 Größer,
23071  g
23072 \end_layout
23073
23074 \end_inset
23075 </cell>
23076 </row>
23077 <row>
23078 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23079 \begin_inset Text
23080
23081 \begin_layout Plain Layout
23082
23083 \size largest
23084 \begin_inset ERT
23085 status collapsed
23086
23087 \begin_layout Plain Layout
23088
23089
23090 \backslash
23091 strut 
23092 \end_layout
23093
23094 \end_inset
23095
23096 noch Größer,
23097  g
23098 \end_layout
23099
23100 \end_inset
23101 </cell>
23102 </row>
23103 <row>
23104 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23105 \begin_inset Text
23106
23107 \begin_layout Plain Layout
23108
23109 \size huge
23110 \begin_inset ERT
23111 status collapsed
23112
23113 \begin_layout Plain Layout
23114
23115
23116 \backslash
23117 strut 
23118 \end_layout
23119
23120 \end_inset
23121
23122 Riesig
23123 \end_layout
23124
23125 \end_inset
23126 </cell>
23127 </row>
23128 <row>
23129 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23130 \begin_inset Text
23131
23132 \begin_layout Plain Layout
23133
23134 \size giant
23135 \begin_inset ERT
23136 status collapsed
23137
23138 \begin_layout Plain Layout
23139
23140
23141 \backslash
23142 strut 
23143 \end_layout
23144
23145 \end_inset
23146
23147 Gigantisch
23148 \end_layout
23149
23150 \end_inset
23151 </cell>
23152 </row>
23153 </lyxtabular>
23154
23155 \end_inset
23156
23157
23158 \end_layout
23159
23160 \end_inset
23161
23162
23163 \begin_inset space \hfill{}
23164 \end_inset
23165
23166
23167 \end_layout
23168
23169 \end_inset
23170
23171
23172 \end_layout
23173
23174 \begin_layout Subsection
23175 Besondere Zellenausrichtung
23176 \begin_inset CommandInset label
23177 LatexCommand label
23178 name "uab:Besondere-Zellenausrichtung"
23179
23180 \end_inset
23181
23182
23183 \begin_inset Index idx
23184 range none
23185 pageformat default
23186 status collapsed
23187
23188 \begin_layout Plain Layout
23189 Tabellen
23190 \begin_inset IndexMacro subentry
23191 status open
23192
23193 \begin_layout Plain Layout
23194 Zellenausrichtung
23195 \end_layout
23196
23197 \end_inset
23198
23199
23200 \end_layout
23201
23202 \end_inset
23203
23204
23205 \end_layout
23206
23207 \begin_layout Standard
23208 Manchmal sieht es besser aus,
23209  wenn Spalten nach besonderen Zeichen ausgerichtet sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
23210 \begin_inset space ~
23211 \end_inset
23212
23213
23214 \begin_inset CommandInset ref
23215 LatexCommand ref
23216 reference "tab:Tabellenzellen-sind-auf"
23217 nolink "false"
23218
23219 \end_inset
23220
23221 .
23222  Diese Ausrichtung erhält man,
23223  indem den Cursor in die Spalte setzt und dann entweder den Werkzeugleistenknopf 
23224 \begin_inset Info
23225 type  "icon"
23226 arg   "tabular-feature align-decimal"
23227 \end_inset
23228
23229  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
23230 \family sans
23231 Am
23232 \begin_inset space ~
23233 \end_inset
23234
23235 Dezimaltrenner
23236 \family default
23237  setzt.
23238  Das Zeichen,
23239  auf das ausgerichtet wird,
23240  kann man in den Tabelleneinstellungen frei wählen.
23241 \end_layout
23242
23243 \begin_layout Standard
23244 \begin_inset Float table
23245 placement h
23246 alignment document
23247 wide false
23248 sideways false
23249 status open
23250
23251 \begin_layout Plain Layout
23252 \begin_inset Caption Standard
23253
23254 \begin_layout Plain Layout
23255 \begin_inset CommandInset label
23256 LatexCommand label
23257 name "tab:Tabellenzellen-sind-auf"
23258
23259 \end_inset
23260
23261 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
23262 \end_layout
23263
23264 \end_inset
23265
23266
23267 \end_layout
23268
23269 \begin_layout Plain Layout
23270 \align center
23271 \begin_inset Tabular
23272 <lyxtabular version="3" rows="4" columns="1">
23273 <features booktabs="true" tabularvalignment="middle">
23274 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
23275 <row>
23276 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280 Überschrift
23281 \end_layout
23282
23283 \end_inset
23284 </cell>
23285 </row>
23286 <row>
23287 <cell alignment="center" valignment="top" topline="true" usebox="none">
23288 \begin_inset Text
23289
23290 \begin_layout Plain Layout
23291 12,6
23292 \end_layout
23293
23294 \end_inset
23295 </cell>
23296 </row>
23297 <row>
23298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23299 \begin_inset Text
23300
23301 \begin_layout Plain Layout
23302 0,68
23303 \end_layout
23304
23305 \end_inset
23306 </cell>
23307 </row>
23308 <row>
23309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23310 \begin_inset Text
23311
23312 \begin_layout Plain Layout
23313 -123,0
23314 \end_layout
23315
23316 \end_inset
23317 </cell>
23318 </row>
23319 </lyxtabular>
23320
23321 \end_inset
23322
23323
23324 \end_layout
23325
23326 \end_inset
23327
23328
23329 \end_layout
23330
23331 \begin_layout Standard
23332 \begin_inset Float table
23333 placement h
23334 alignment document
23335 wide false
23336 sideways false
23337 status open
23338
23339 \begin_layout Plain Layout
23340 \begin_inset Caption Standard
23341
23342 \begin_layout Plain Layout
23343 \begin_inset CommandInset label
23344 LatexCommand label
23345 name "tab:Tabellenzellen-Operator"
23346
23347 \end_inset
23348
23349 Tabellenzellen sind auf den Operator ausgerichtet
23350 \end_layout
23351
23352 \end_inset
23353
23354
23355 \end_layout
23356
23357 \begin_layout Plain Layout
23358 \align center
23359 \begin_inset Tabular
23360 <lyxtabular version="3" rows="4" columns="2">
23361 <features booktabs="true" tabularvalignment="middle">
23362 <column alignment="right" valignment="top" width="0pt">
23363 <column alignment="left" valignment="top" width="0pt" special="@{}l">
23364 <row>
23365 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369 Überschrift
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 </row>
23384 <row>
23385 <cell alignment="center" valignment="top" usebox="none">
23386 \begin_inset Text
23387
23388 \begin_layout Plain Layout
23389 \begin_inset Formula $12\,+$
23390 \end_inset
23391
23392
23393 \end_layout
23394
23395 \end_inset
23396 </cell>
23397 <cell alignment="center" valignment="top" usebox="none">
23398 \begin_inset Text
23399
23400 \begin_layout Plain Layout
23401 \begin_inset Formula $\,6$
23402 \end_inset
23403
23404
23405 \end_layout
23406
23407 \end_inset
23408 </cell>
23409 </row>
23410 <row>
23411 <cell alignment="center" valignment="top" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415 \begin_inset Formula $0\,-$
23416 \end_inset
23417
23418
23419 \end_layout
23420
23421 \end_inset
23422 </cell>
23423 <cell alignment="center" valignment="top" usebox="none">
23424 \begin_inset Text
23425
23426 \begin_layout Plain Layout
23427 \begin_inset Formula $\,68$
23428 \end_inset
23429
23430
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 </row>
23436 <row>
23437 <cell alignment="center" valignment="top" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441 \begin_inset Formula $-123\,/$
23442 \end_inset
23443
23444
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 <cell alignment="center" valignment="top" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453 \begin_inset Formula $\,0$
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \end_inset
23460 </cell>
23461 </row>
23462 </lyxtabular>
23463
23464 \end_inset
23465
23466
23467 \end_layout
23468
23469 \end_inset
23470
23471
23472 \end_layout
23473
23474 \begin_layout Standard
23475 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
23476  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine Formeln erlaubt.
23477  In diesem Fall verwendet man die Methode von Tabelle
23478 \begin_inset space ~
23479 \end_inset
23480
23481
23482 \begin_inset CommandInset ref
23483 LatexCommand ref
23484 reference "tab:Tabellenzellen-Operator"
23485 nolink "false"
23486
23487 \end_inset
23488
23489 .
23490  Diese Tabelle wurde als 4×2 Tabelle erstellt.
23491  Die Überschrift ist eine zentrierte Mehrfachspalte.
23492  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil und den Operator.
23493  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
23494  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
23495  um den üblichen Leerraum um einen Operator zu erhalten.
23496  Um den Raum zwischen den beiden Spalten zu löschen,
23497  wurde im \SpecialChar LaTeX
23498 -Argument für die zweite Spalte folgendes eingefügt:
23499 \end_layout
23500
23501 \begin_layout Standard
23502
23503 \series bold
23504 @{}l
23505 \end_layout
23506
23507 \begin_layout Standard
23508 Tabelle
23509 \begin_inset space ~
23510 \end_inset
23511
23512
23513 \begin_inset CommandInset ref
23514 LatexCommand ref
23515 reference "tab:Verschiedene-Ausrichtungen"
23516 nolink "false"
23517
23518 \end_inset
23519
23520  zeigt einige Ausrichtungen.
23521  Für die Ausrichtung der Relationen wurde ein kleiner 
23522 \family sans
23523 Leerraum
23524 \family default
23525  eingefügt;
23526  wie in der zweiten Spalte von Tabelle
23527 \begin_inset space ~
23528 \end_inset
23529
23530
23531 \begin_inset CommandInset ref
23532 LatexCommand ref
23533 reference "tab:Tabellenzellen-Operator"
23534 nolink "false"
23535
23536 \end_inset
23537
23538 .
23539 \end_layout
23540
23541 \begin_layout Standard
23542
23543 \color black
23544 \begin_inset Float table
23545 placement h
23546 alignment document
23547 wide false
23548 sideways false
23549 status open
23550
23551 \begin_layout Plain Layout
23552
23553 \color black
23554 \begin_inset Caption Standard
23555
23556 \begin_layout Plain Layout
23557
23558 \color black
23559 \begin_inset CommandInset label
23560 LatexCommand label
23561 name "tab:Verschiedene-Ausrichtungen"
23562
23563 \end_inset
23564
23565
23566 \color inherit
23567 Verschiedene Ausrichtungen
23568 \end_layout
23569
23570 \end_inset
23571
23572
23573 \end_layout
23574
23575 \begin_layout Plain Layout
23576 \align center
23577 \begin_inset Tabular
23578 <lyxtabular version="3" rows="4" columns="6">
23579 <features tabularvalignment="middle">
23580 <column alignment="right" valignment="top">
23581 <column alignment="left" valignment="top" special="@{}l">
23582 <column alignment="right" valignment="top">
23583 <column alignment="left" valignment="top" special="@{}l">
23584 <column alignment="right" valignment="top">
23585 <column alignment="left" valignment="top" special="@{}l">
23586 <row>
23587 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591 Einheiten
23592 \end_layout
23593
23594 \end_inset
23595 </cell>
23596 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23597 \begin_inset Text
23598
23599 \begin_layout Plain Layout
23600
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609 Exponenten
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23624 \begin_inset Text
23625
23626 \begin_layout Plain Layout
23627 Relationen
23628 \end_layout
23629
23630 \end_inset
23631 </cell>
23632 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23633 \begin_inset Text
23634
23635 \begin_layout Plain Layout
23636
23637 \end_layout
23638
23639 \end_inset
23640 </cell>
23641 </row>
23642 <row>
23643 <cell alignment="center" valignment="top" usebox="none">
23644 \begin_inset Text
23645
23646 \begin_layout Plain Layout
23647 12×
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656 24
23657 \begin_inset space \thinspace{}
23658 \end_inset
23659
23660 Flaschen
23661 \end_layout
23662
23663 \end_inset
23664 </cell>
23665 <cell alignment="center" valignment="top" usebox="none">
23666 \begin_inset Text
23667
23668 \begin_layout Plain Layout
23669 \begin_inset Formula $10\cdot$
23670 \end_inset
23671
23672
23673 \end_layout
23674
23675 \end_inset
23676 </cell>
23677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23678 \begin_inset Text
23679
23680 \begin_layout Plain Layout
23681 \begin_inset Formula $10^{\mbox{-}17}$
23682 \end_inset
23683
23684
23685 \end_layout
23686
23687 \end_inset
23688 </cell>
23689 <cell alignment="center" valignment="top" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693 \begin_inset Formula $\Gamma(t)\propto$
23694 \end_inset
23695
23696
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 <cell alignment="center" valignment="top" usebox="none">
23702 \begin_inset Text
23703
23704 \begin_layout Plain Layout
23705 \begin_inset Formula $\:\Upsilon(t)$
23706 \end_inset
23707
23708
23709 \end_layout
23710
23711 \end_inset
23712 </cell>
23713 </row>
23714 <row>
23715 <cell alignment="center" valignment="top" usebox="none">
23716 \begin_inset Text
23717
23718 \begin_layout Plain Layout
23719 1024×
23720 \end_layout
23721
23722 \end_inset
23723 </cell>
23724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23725 \begin_inset Text
23726
23727 \begin_layout Plain Layout
23728 768
23729 \begin_inset space \thinspace{}
23730 \end_inset
23731
23732 Pixel
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 <cell alignment="center" valignment="top" usebox="none">
23738 \begin_inset Text
23739
23740 \begin_layout Plain Layout
23741 \begin_inset Formula $5.78\cdot$
23742 \end_inset
23743
23744
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23750 \begin_inset Text
23751
23752 \begin_layout Plain Layout
23753 \begin_inset Formula $10^{7}$
23754 \end_inset
23755
23756
23757 \end_layout
23758
23759 \end_inset
23760 </cell>
23761 <cell alignment="center" valignment="top" usebox="none">
23762 \begin_inset Text
23763
23764 \begin_layout Plain Layout
23765 \begin_inset Formula $A\ne$
23766 \end_inset
23767
23768
23769 \end_layout
23770
23771 \end_inset
23772 </cell>
23773 <cell alignment="center" valignment="top" usebox="none">
23774 \begin_inset Text
23775
23776 \begin_layout Plain Layout
23777 \begin_inset Formula $\:B_{\mathrm{red}}$
23778 \end_inset
23779
23780
23781 \end_layout
23782
23783 \end_inset
23784 </cell>
23785 </row>
23786 <row>
23787 <cell alignment="center" valignment="top" usebox="none">
23788 \begin_inset Text
23789
23790 \begin_layout Plain Layout
23791 32×
23792 \end_layout
23793
23794 \end_inset
23795 </cell>
23796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23797 \begin_inset Text
23798
23799 \begin_layout Plain Layout
23800 6
23801 \begin_inset space \thinspace{}
23802 \end_inset
23803
23804 cm
23805 \end_layout
23806
23807 \end_inset
23808 </cell>
23809 <cell alignment="center" valignment="top" usebox="none">
23810 \begin_inset Text
23811
23812 \begin_layout Plain Layout
23813 -
23814 \begin_inset Formula $33.5\cdot$
23815 \end_inset
23816
23817
23818 \end_layout
23819
23820 \end_inset
23821 </cell>
23822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23823 \begin_inset Text
23824
23825 \begin_layout Plain Layout
23826 \begin_inset Formula $10^{4}$
23827 \end_inset
23828
23829
23830 \end_layout
23831
23832 \end_inset
23833 </cell>
23834 <cell alignment="center" valignment="top" usebox="none">
23835 \begin_inset Text
23836
23837 \begin_layout Plain Layout
23838 \begin_inset Formula $\sin(\alpha)\ge$
23839 \end_inset
23840
23841
23842 \end_layout
23843
23844 \end_inset
23845 </cell>
23846 <cell alignment="center" valignment="top" usebox="none">
23847 \begin_inset Text
23848
23849 \begin_layout Plain Layout
23850 \begin_inset Formula $\:\sin(\beta)$
23851 \end_inset
23852
23853
23854 \end_layout
23855
23856 \end_inset
23857 </cell>
23858 </row>
23859 </lyxtabular>
23860
23861 \end_inset
23862
23863
23864 \end_layout
23865
23866 \end_inset
23867
23868
23869 \end_layout
23870
23871 \begin_layout Subsection
23872 Angepasste Zellen-/Spaltenformate
23873 \begin_inset CommandInset label
23874 LatexCommand label
23875 name "uab:Angepasste-Zellen-/Spaltenformate"
23876
23877 \end_inset
23878
23879
23880 \begin_inset Index idx
23881 range none
23882 pageformat default
23883 status collapsed
23884
23885 \begin_layout Plain Layout
23886 Tabellen
23887 \begin_inset IndexMacro subentry
23888 status open
23889
23890 \begin_layout Plain Layout
23891 Spaltenformat
23892 \end_layout
23893
23894 \end_inset
23895
23896
23897 \end_layout
23898
23899 \end_inset
23900
23901
23902 \end_layout
23903
23904 \begin_layout Standard
23905 Wenn man wie in Abschnitt
23906 \begin_inset space ~
23907 \end_inset
23908
23909
23910 \begin_inset CommandInset ref
23911 LatexCommand ref
23912 reference "abs:Berechnung-der-Tabellenbreite"
23913 nolink "false"
23914
23915 \end_inset
23916
23917  oder Abschnitt
23918 \begin_inset space ~
23919 \end_inset
23920
23921
23922 \begin_inset CommandInset ref
23923 LatexCommand ref
23924 reference "uab:Mehrfachspalten-Berechnungen"
23925 nolink "false"
23926
23927 \end_inset
23928
23929  die gewünschte Breite von Spalten berechnen muss,
23930  ist das bei mehreren Tabellen sehr lästig.
23931  Um sich das Leben zu erleichtern,
23932  kann man im \SpecialChar LaTeX
23933 -Vorspann ein Zellen/Spalten-Format definieren,
23934  das dann in allen Tabellen des Dokuments verwendet werden kann.
23935  Das Format wird mit dem Befehl
23936 \end_layout
23937
23938 \begin_layout Standard
23939
23940 \series bold
23941
23942 \backslash
23943 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
23944 \end_layout
23945
23946 \begin_layout Standard
23947 definiert.
23948  Der Formatname darf nur ein Buchstabe sein,
23949  aber nicht 
23950 \emph on
23951 b
23952 \emph default
23953 ,
23954  
23955 \emph on
23956 c
23957 \emph default
23958 ,
23959  
23960 \emph on
23961 l
23962 \emph default
23963 ,
23964  
23965 \emph on
23966 m
23967 \emph default
23968 ,
23969  
23970 \emph on
23971 p
23972 \emph default
23973  oder 
23974 \emph on
23975 r
23976 \emph default
23977 ,
23978  weil diese vordefiniert sind.
23979  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
23980 \end_layout
23981
23982 \begin_layout Standard
23983 \begin_inset VSpace medskip
23984 \end_inset
23985
23986
23987 \end_layout
23988
23989 \begin_layout Standard
23990 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester Breite könnte das Format so aussehen:
23991 \end_layout
23992
23993 \begin_layout Standard
23994
23995 \series bold
23996
23997 \backslash
23998 newcolumntype{M}[1]{>{
23999 \backslash
24000 centering
24001 \backslash
24002 hspace{0pt}}m{#1}}
24003 \end_layout
24004
24005 \begin_layout Standard
24006 wobei 
24007 \series bold
24008
24009 \backslash
24010 hspace{0pt}
24011 \series default
24012  das Problem mit der Silbentrennung des ersten Wortes vermeidet,
24013  wie in Abschnitt
24014 \begin_inset space ~
24015 \end_inset
24016
24017
24018 \begin_inset CommandInset ref
24019 LatexCommand ref
24020 reference "uab:Mehrere-Zeilen-in"
24021 nolink "false"
24022
24023 \end_inset
24024
24025  beschrieben.
24026  Jetzt können Sie mit
24027 \end_layout
24028
24029 \begin_layout Standard
24030
24031 \series bold
24032 M{Breite}
24033 \end_layout
24034
24035 \begin_layout Standard
24036 im 
24037 \family sans
24038 \SpecialChar LaTeX
24039 -Argument
24040 \family default
24041  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
24042 \end_layout
24043
24044 \begin_layout Standard
24045 \begin_inset VSpace bigskip
24046 \end_inset
24047
24048
24049 \end_layout
24050
24051 \begin_layout Standard
24052 Für Zellen,
24053  die von einer Mehrfachspalte überspannt werden,
24054  können Sie folgendes Format definieren:
24055 \end_layout
24056
24057 \begin_layout Standard
24058
24059 \series bold
24060
24061 \backslash
24062 newcolumntype{S}[2]{>{
24063 \backslash
24064 centering
24065 \backslash
24066 hspace{0pt}}
24067 \begin_inset Newline newline
24068 \end_inset
24069
24070
24071 \begin_inset Phantom HPhantom
24072 status open
24073
24074 \begin_layout Plain Layout
24075
24076 \series bold
24077
24078 \backslash
24079 newcolumntype
24080 \end_layout
24081
24082 \end_inset
24083
24084 m{(#1+(2
24085 \backslash
24086 tabcolsep+
24087 \backslash
24088 arrayrulewidth)*(1-#2))/#2}}
24089 \end_layout
24090
24091 \begin_layout Standard
24092 Dieses Format benutzt Gleichung
24093 \begin_inset space ~
24094 \end_inset
24095
24096
24097 \begin_inset CommandInset ref
24098 LatexCommand ref
24099 reference "eq:Wgn"
24100 nolink "false"
24101
24102 \end_inset
24103
24104 ,
24105  um die nötige Breite zu berechnen,
24106  damit jede überspannte Spalte gleich breit ist.
24107 \end_layout
24108
24109 \begin_layout Standard
24110 Jetzt können Sie im 
24111 \family sans
24112 \SpecialChar LaTeX
24113 -Argument
24114 \family default
24115  im 
24116 \family sans
24117 Tabellen-Einstellungen
24118 \family default
24119 -Dialog folgendes einfügen:
24120 \end_layout
24121
24122 \begin_layout Standard
24123
24124 \series bold
24125 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
24126 \end_layout
24127
24128 \begin_layout Standard
24129 \begin_inset VSpace bigskip
24130 \end_inset
24131
24132
24133 \end_layout
24134
24135 \begin_layout Standard
24136 Für farbige Spalten können Sie folgendes einfügen:
24137 \end_layout
24138
24139 \begin_layout Standard
24140
24141 \series bold
24142
24143 \backslash
24144 newcolumntype{K}[1]{>{
24145 \backslash
24146 columncolor{#1}
24147 \backslash
24148 hspace{0pt}}c}
24149 \end_layout
24150
24151 \begin_layout Standard
24152 Das 
24153 \begin_inset Quotes gld
24154 \end_inset
24155
24156 c
24157 \begin_inset Quotes grd
24158 \end_inset
24159
24160  am Ende erzeugt eine Spalte mit flexibler Breite,
24161  deren Text horizontal zentriert ist.
24162  Jetzt können Sie als 
24163 \family sans
24164 \SpecialChar LaTeX
24165 -Argument
24166 \family default
24167  folgendes einfügen:
24168 \end_layout
24169
24170 \begin_layout Standard
24171
24172 \series bold
24173 K{Farbname}
24174 \end_layout
24175
24176 \begin_layout Standard
24177 \begin_inset VSpace bigskip
24178 \end_inset
24179
24180
24181 \end_layout
24182
24183 \begin_layout Standard
24184 Für Tabelle
24185 \begin_inset space ~
24186 \end_inset
24187
24188
24189 \begin_inset CommandInset ref
24190 LatexCommand ref
24191 reference "tab:Tabelle-mit-benutzerdefinierte"
24192 nolink "false"
24193
24194 \end_inset
24195
24196  wurden folgende 
24197 \family sans
24198 \SpecialChar LaTeX
24199 -Argumente
24200 \family default
24201  benutzt:
24202 \end_layout
24203
24204 \begin_layout Standard
24205
24206 \series bold
24207 M{2.5cm}
24208 \end_layout
24209
24210 \begin_layout Standard
24211 für die erste Spalte und die Mehrfachspalte,
24212 \end_layout
24213
24214 \begin_layout Standard
24215
24216 \series bold
24217 K{red}
24218 \end_layout
24219
24220 \begin_layout Standard
24221 für die letzte Spalte und
24222 \end_layout
24223
24224 \begin_layout Standard
24225
24226 \series bold
24227 S{2.5cm}{2}
24228 \end_layout
24229
24230 \begin_layout Standard
24231 für die Spalten in der zweiten Mehrfachspalte.
24232 \end_layout
24233
24234 \begin_layout Standard
24235 \begin_inset Float table
24236 placement h
24237 alignment document
24238 wide false
24239 sideways false
24240 status open
24241
24242 \begin_layout Plain Layout
24243 \begin_inset Caption Standard
24244
24245 \begin_layout Plain Layout
24246 \begin_inset CommandInset label
24247 LatexCommand label
24248 name "tab:Tabelle-mit-benutzerdefinierte"
24249
24250 \end_inset
24251
24252 Tabelle mit benutzerdefinierten Formaten
24253 \end_layout
24254
24255 \end_inset
24256
24257
24258 \end_layout
24259
24260 \begin_layout Plain Layout
24261 \align center
24262 \begin_inset Tabular
24263 <lyxtabular version="3" rows="3" columns="4">
24264 <features tabularvalignment="middle">
24265 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
24266 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
24267 <column alignment="center" valignment="middle">
24268 <column alignment="center" valignment="middle" special="K{red}">
24269 <row>
24270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24271 \begin_inset Text
24272
24273 \begin_layout Plain Layout
24274 einsehrlangesWort
24275 \end_layout
24276
24277 \end_inset
24278 </cell>
24279 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
24280 \begin_inset Text
24281
24282 \begin_layout Plain Layout
24283 Mehrfachspalte mit mehreren Zeilen
24284 \end_layout
24285
24286 \end_inset
24287 </cell>
24288 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24289 \begin_inset Text
24290
24291 \begin_layout Plain Layout
24292
24293 \end_layout
24294
24295 \end_inset
24296 </cell>
24297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24298 \begin_inset Text
24299
24300 \begin_layout Plain Layout
24301 c
24302 \end_layout
24303
24304 \end_inset
24305 </cell>
24306 </row>
24307 <row>
24308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24309 \begin_inset Text
24310
24311 \begin_layout Plain Layout
24312 d
24313 \end_layout
24314
24315 \end_inset
24316 </cell>
24317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24318 \begin_inset Text
24319
24320 \begin_layout Plain Layout
24321 e
24322 \end_layout
24323
24324 \end_inset
24325 </cell>
24326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24327 \begin_inset Text
24328
24329 \begin_layout Plain Layout
24330 f
24331 \end_layout
24332
24333 \end_inset
24334 </cell>
24335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24336 \begin_inset Text
24337
24338 \begin_layout Plain Layout
24339 g
24340 \end_layout
24341
24342 \end_inset
24343 </cell>
24344 </row>
24345 <row>
24346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24347 \begin_inset Text
24348
24349 \begin_layout Plain Layout
24350 h
24351 \end_layout
24352
24353 \end_inset
24354 </cell>
24355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24356 \begin_inset Text
24357
24358 \begin_layout Plain Layout
24359 i
24360 \end_layout
24361
24362 \end_inset
24363 </cell>
24364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24365 \begin_inset Text
24366
24367 \begin_layout Plain Layout
24368 j
24369 \end_layout
24370
24371 \end_inset
24372 </cell>
24373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24374 \begin_inset Text
24375
24376 \begin_layout Plain Layout
24377 k
24378 \end_layout
24379
24380 \end_inset
24381 </cell>
24382 </row>
24383 </lyxtabular>
24384
24385 \end_inset
24386
24387
24388 \end_layout
24389
24390 \end_inset
24391
24392
24393 \end_layout
24394
24395 \begin_layout Subsection
24396 Liniendicke
24397 \begin_inset CommandInset label
24398 LatexCommand label
24399 name "uab:Liniendicke"
24400
24401 \end_inset
24402
24403
24404 \begin_inset Index idx
24405 range none
24406 pageformat default
24407 status collapsed
24408
24409 \begin_layout Plain Layout
24410 Tabellen 
24411 \begin_inset IndexMacro subentry
24412 status open
24413
24414 \begin_layout Plain Layout
24415 Linien
24416 \end_layout
24417
24418 \end_inset
24419
24420
24421 \begin_inset IndexMacro subentry
24422 status open
24423
24424 \begin_layout Plain Layout
24425 -dicke
24426 \end_layout
24427
24428 \end_inset
24429
24430
24431 \end_layout
24432
24433 \end_inset
24434
24435
24436 \end_layout
24437
24438 \begin_layout Standard
24439 Die Liniendicke für alle Linien einer Tabelle kann mit 
24440 \series bold
24441
24442 \backslash
24443 arrayrulewidth
24444 \series default
24445  eingestellt werden.
24446  Um eine Liniendicke von 1.5
24447 \begin_inset space \thinspace{}
24448 \end_inset
24449
24450 pt wie in Tabelle
24451 \begin_inset space ~
24452 \end_inset
24453
24454
24455 \begin_inset CommandInset ref
24456 LatexCommand ref
24457 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
24458 nolink "false"
24459
24460 \end_inset
24461
24462  zu bekommen,
24463  geben Sie den Befehl
24464 \end_layout
24465
24466 \begin_layout Standard
24467
24468 \series bold
24469
24470 \backslash
24471 setlength{
24472 \backslash
24473 arrayrulewidth}{1.5pt}
24474 \end_layout
24475
24476 \begin_layout Standard
24477 als \SpecialChar TeX
24478 -Code vor der (Gleitobjekt-)Tabelle ein.
24479  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
24480  Mit
24481 \end_layout
24482
24483 \begin_layout Standard
24484
24485 \series bold
24486
24487 \backslash
24488 setlength{
24489 \backslash
24490 arrayrulewidth}{0.4pt}
24491 \end_layout
24492
24493 \begin_layout Standard
24494 bekommen Sie wieder die Standarddicke.
24495 \end_layout
24496
24497 \begin_layout Standard
24498 \begin_inset ERT
24499 status collapsed
24500
24501 \begin_layout Plain Layout
24502
24503
24504 \backslash
24505 setlength{
24506 \backslash
24507 arrayrulewidth}{1.5pt}
24508 \end_layout
24509
24510 \end_inset
24511
24512
24513 \begin_inset Float table
24514 placement H
24515 alignment document
24516 wide false
24517 sideways false
24518 status open
24519
24520 \begin_layout Plain Layout
24521 \begin_inset Caption Standard
24522
24523 \begin_layout Plain Layout
24524 \begin_inset CommandInset label
24525 LatexCommand label
24526 name "tab:Tabelle-mit-1.5pt-Liniendicke"
24527
24528 \end_inset
24529
24530 Tabelle mit 1.5
24531 \begin_inset space \thinspace{}
24532 \end_inset
24533
24534 pt Liniendicke
24535 \end_layout
24536
24537 \end_inset
24538
24539
24540 \end_layout
24541
24542 \begin_layout Plain Layout
24543 \align center
24544 \begin_inset Tabular
24545 <lyxtabular version="3" rows="3" columns="3">
24546 <features tabularvalignment="middle">
24547 <column alignment="center" valignment="top">
24548 <column alignment="center" valignment="top">
24549 <column alignment="center" valignment="top">
24550 <row>
24551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24552 \begin_inset Text
24553
24554 \begin_layout Plain Layout
24555 sd
24556 \end_layout
24557
24558 \end_inset
24559 </cell>
24560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24561 \begin_inset Text
24562
24563 \begin_layout Plain Layout
24564
24565 \end_layout
24566
24567 \end_inset
24568 </cell>
24569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24570 \begin_inset Text
24571
24572 \begin_layout Plain Layout
24573
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
24578 </row>
24579 <row>
24580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24581 \begin_inset Text
24582
24583 \begin_layout Plain Layout
24584
24585 \end_layout
24586
24587 \end_inset
24588 </cell>
24589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24590 \begin_inset Text
24591
24592 \begin_layout Plain Layout
24593 sd
24594 \end_layout
24595
24596 \end_inset
24597 </cell>
24598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24599 \begin_inset Text
24600
24601 \begin_layout Plain Layout
24602
24603 \end_layout
24604
24605 \end_inset
24606 </cell>
24607 </row>
24608 <row>
24609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24610 \begin_inset Text
24611
24612 \begin_layout Plain Layout
24613
24614 \end_layout
24615
24616 \end_inset
24617 </cell>
24618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24619 \begin_inset Text
24620
24621 \begin_layout Plain Layout
24622
24623 \end_layout
24624
24625 \end_inset
24626 </cell>
24627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24628 \begin_inset Text
24629
24630 \begin_layout Plain Layout
24631 sd
24632 \end_layout
24633
24634 \end_inset
24635 </cell>
24636 </row>
24637 </lyxtabular>
24638
24639 \end_inset
24640
24641
24642 \end_layout
24643
24644 \end_inset
24645
24646
24647 \begin_inset ERT
24648 status collapsed
24649
24650 \begin_layout Plain Layout
24651
24652
24653 \backslash
24654 setlength{
24655 \backslash
24656 arrayrulewidth}{0.4pt}
24657 \end_layout
24658
24659 \end_inset
24660
24661
24662 \end_layout
24663
24664 \begin_layout Standard
24665 \begin_inset VSpace bigskip
24666 \end_inset
24667
24668 Um eine Liniendicke von 1.5
24669 \begin_inset space \thinspace{}
24670 \end_inset
24671
24672 pt nur für horizontale Linien zu bekommen wie in Tabelle
24673 \begin_inset space ~
24674 \end_inset
24675
24676
24677 \begin_inset CommandInset ref
24678 LatexCommand ref
24679 reference "tab:Tabelle-mit-1.5pt-horiz"
24680 nolink "false"
24681
24682 \end_inset
24683
24684 ,
24685  müssen Sie folgende Befehle als \SpecialChar TeX
24686 -Code vor der (Gleitobjekt-)Tabelle einfügen:
24687 \end_layout
24688
24689 \begin_layout Standard
24690
24691 \series bold
24692
24693 \backslash
24694 let
24695 \backslash
24696 myHline
24697 \backslash
24698 hline
24699 \begin_inset Newline newline
24700 \end_inset
24701
24702
24703 \backslash
24704 renewcommand{
24705 \backslash
24706 hline}
24707 \begin_inset Newline newline
24708 \end_inset
24709
24710  {
24711 \backslash
24712 noalign{
24713 \backslash
24714 global
24715 \backslash
24716 arrayrulewidth 1.5pt}
24717 \begin_inset Newline newline
24718 \end_inset
24719
24720  
24721 \backslash
24722 myHline
24723 \backslash
24724 noalign{
24725 \backslash
24726 global
24727 \backslash
24728 arrayrulewidth 0.4pt}}
24729 \end_layout
24730
24731 \begin_layout Standard
24732 Die Standarddicke erhalten Sie mit folgendem Befehl als \SpecialChar TeX
24733 -Code hinter der (Gleit\SpecialChar softhyphen
24734 objekt-)Tabelle zurück:
24735 \end_layout
24736
24737 \begin_layout Standard
24738
24739 \series bold
24740
24741 \backslash
24742 renewcommand{
24743 \backslash
24744 hline}{
24745 \backslash
24746 myHline}
24747 \end_layout
24748
24749 \begin_layout Standard
24750 \begin_inset ERT
24751 status collapsed
24752
24753 \begin_layout Plain Layout
24754
24755
24756 \backslash
24757 let
24758 \backslash
24759 myHline
24760 \backslash
24761 hline
24762 \end_layout
24763
24764 \begin_layout Plain Layout
24765
24766
24767 \backslash
24768 renewcommand{
24769 \backslash
24770 hline}
24771 \end_layout
24772
24773 \begin_layout Plain Layout
24774
24775  {
24776 \backslash
24777 noalign{
24778 \backslash
24779 global
24780 \backslash
24781 arrayrulewidth 1.5pt}
24782 \end_layout
24783
24784 \begin_layout Plain Layout
24785
24786   
24787 \backslash
24788 myHline
24789 \backslash
24790 noalign{
24791 \backslash
24792 global
24793 \backslash
24794 arrayrulewidth 0.4pt}}
24795 \end_layout
24796
24797 \end_inset
24798
24799
24800 \begin_inset Float table
24801 placement h
24802 alignment document
24803 wide false
24804 sideways false
24805 status open
24806
24807 \begin_layout Plain Layout
24808 \begin_inset Caption Standard
24809
24810 \begin_layout Plain Layout
24811 \begin_inset CommandInset label
24812 LatexCommand label
24813 name "tab:Tabelle-mit-1.5pt-horiz"
24814
24815 \end_inset
24816
24817 Tabelle mit 1.5
24818 \begin_inset space \thinspace{}
24819 \end_inset
24820
24821 pt dicken horizontalen Linien
24822 \end_layout
24823
24824 \end_inset
24825
24826
24827 \end_layout
24828
24829 \begin_layout Plain Layout
24830 \align center
24831 \begin_inset Tabular
24832 <lyxtabular version="3" rows="3" columns="3">
24833 <features tabularvalignment="middle">
24834 <column alignment="center" valignment="top">
24835 <column alignment="center" valignment="top">
24836 <column alignment="center" valignment="top">
24837 <row>
24838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24839 \begin_inset Text
24840
24841 \begin_layout Plain Layout
24842 sd
24843 \end_layout
24844
24845 \end_inset
24846 </cell>
24847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24848 \begin_inset Text
24849
24850 \begin_layout Plain Layout
24851
24852 \end_layout
24853
24854 \end_inset
24855 </cell>
24856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24857 \begin_inset Text
24858
24859 \begin_layout Plain Layout
24860
24861 \end_layout
24862
24863 \end_inset
24864 </cell>
24865 </row>
24866 <row>
24867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24868 \begin_inset Text
24869
24870 \begin_layout Plain Layout
24871
24872 \end_layout
24873
24874 \end_inset
24875 </cell>
24876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24877 \begin_inset Text
24878
24879 \begin_layout Plain Layout
24880 sd
24881 \end_layout
24882
24883 \end_inset
24884 </cell>
24885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24886 \begin_inset Text
24887
24888 \begin_layout Plain Layout
24889
24890 \end_layout
24891
24892 \end_inset
24893 </cell>
24894 </row>
24895 <row>
24896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24897 \begin_inset Text
24898
24899 \begin_layout Plain Layout
24900
24901 \end_layout
24902
24903 \end_inset
24904 </cell>
24905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24906 \begin_inset Text
24907
24908 \begin_layout Plain Layout
24909
24910 \end_layout
24911
24912 \end_inset
24913 </cell>
24914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24915 \begin_inset Text
24916
24917 \begin_layout Plain Layout
24918 sd
24919 \end_layout
24920
24921 \end_inset
24922 </cell>
24923 </row>
24924 </lyxtabular>
24925
24926 \end_inset
24927
24928
24929 \end_layout
24930
24931 \end_inset
24932
24933
24934 \begin_inset ERT
24935 status collapsed
24936
24937 \begin_layout Plain Layout
24938
24939
24940 \backslash
24941 renewcommand{
24942 \backslash
24943 hline}{
24944 \backslash
24945 myHline}
24946 \end_layout
24947
24948 \end_inset
24949
24950
24951 \end_layout
24952
24953 \begin_layout Standard
24954 \begin_inset VSpace bigskip
24955 \end_inset
24956
24957 Um die Liniendicke von 1.5
24958 \begin_inset space \thinspace{}
24959 \end_inset
24960
24961 pt nur für vertikale Linien zu bekommen,
24962  müssen Sie im \SpecialChar LaTeX
24963 -Vorspann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
24964 \begin_inset space ~
24965 \end_inset
24966
24967
24968 \begin_inset CommandInset ref
24969 LatexCommand ref
24970 reference "uab:Angepasste-Zellen-/Spaltenformate"
24971 nolink "false"
24972
24973 \end_inset
24974
24975  definieren:
24976 \end_layout
24977
24978 \begin_layout Standard
24979
24980 \series bold
24981
24982 \backslash
24983 newcolumntype{V}{!{
24984 \backslash
24985 vrule width 1.5pt}}
24986 \end_layout
24987
24988 \begin_layout Standard
24989 In Tabelle
24990 \begin_inset space ~
24991 \end_inset
24992
24993
24994 \begin_inset CommandInset ref
24995 LatexCommand ref
24996 reference "tab:Tabelle-mit-1.5pt-vert"
24997 nolink "false"
24998
24999 \end_inset
25000
25001  wurde das 
25002 \family sans
25003 LaTeX-Argument
25004 \family default
25005 \series bold
25006  VcV
25007 \series default
25008  für die letzte Spalte und
25009 \series bold
25010  Vc
25011 \series default
25012  für die anderen benutzt.
25013 \end_layout
25014
25015 \begin_layout Standard
25016 \begin_inset Float table
25017 placement H
25018 alignment document
25019 wide false
25020 sideways false
25021 status open
25022
25023 \begin_layout Plain Layout
25024 \begin_inset Caption Standard
25025
25026 \begin_layout Plain Layout
25027 \begin_inset CommandInset label
25028 LatexCommand label
25029 name "tab:Tabelle-mit-1.5pt-vert"
25030
25031 \end_inset
25032
25033 Tabelle mit 1.5
25034 \begin_inset space \thinspace{}
25035 \end_inset
25036
25037 pt dicken vertikalen Linien
25038 \end_layout
25039
25040 \end_inset
25041
25042
25043 \end_layout
25044
25045 \begin_layout Plain Layout
25046 \align center
25047 \begin_inset Tabular
25048 <lyxtabular version="3" rows="3" columns="3">
25049 <features tabularvalignment="middle">
25050 <column alignment="center" valignment="top" special="Vc">
25051 <column alignment="center" valignment="top" special="Vc">
25052 <column alignment="center" valignment="top" special="VcV">
25053 <row>
25054 <cell alignment="center" valignment="top" topline="true" usebox="none">
25055 \begin_inset Text
25056
25057 \begin_layout Plain Layout
25058 sd
25059 \end_layout
25060
25061 \end_inset
25062 </cell>
25063 <cell alignment="center" valignment="top" topline="true" usebox="none">
25064 \begin_inset Text
25065
25066 \begin_layout Plain Layout
25067
25068 \end_layout
25069
25070 \end_inset
25071 </cell>
25072 <cell alignment="center" valignment="top" topline="true" usebox="none">
25073 \begin_inset Text
25074
25075 \begin_layout Plain Layout
25076
25077 \end_layout
25078
25079 \end_inset
25080 </cell>
25081 </row>
25082 <row>
25083 <cell alignment="center" valignment="top" topline="true" usebox="none">
25084 \begin_inset Text
25085
25086 \begin_layout Plain Layout
25087
25088 \end_layout
25089
25090 \end_inset
25091 </cell>
25092 <cell alignment="center" valignment="top" topline="true" usebox="none">
25093 \begin_inset Text
25094
25095 \begin_layout Plain Layout
25096 sd
25097 \end_layout
25098
25099 \end_inset
25100 </cell>
25101 <cell alignment="center" valignment="top" topline="true" usebox="none">
25102 \begin_inset Text
25103
25104 \begin_layout Plain Layout
25105
25106 \end_layout
25107
25108 \end_inset
25109 </cell>
25110 </row>
25111 <row>
25112 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25113 \begin_inset Text
25114
25115 \begin_layout Plain Layout
25116
25117 \end_layout
25118
25119 \end_inset
25120 </cell>
25121 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25122 \begin_inset Text
25123
25124 \begin_layout Plain Layout
25125
25126 \end_layout
25127
25128 \end_inset
25129 </cell>
25130 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25131 \begin_inset Text
25132
25133 \begin_layout Plain Layout
25134 sd
25135 \end_layout
25136
25137 \end_inset
25138 </cell>
25139 </row>
25140 </lyxtabular>
25141
25142 \end_inset
25143
25144
25145 \end_layout
25146
25147 \end_inset
25148
25149
25150 \end_layout
25151
25152 \begin_layout Subsection
25153 Gestrichelte Linien
25154 \begin_inset Index idx
25155 range none
25156 pageformat default
25157 status collapsed
25158
25159 \begin_layout Plain Layout
25160 Tabellen 
25161 \begin_inset IndexMacro subentry
25162 status open
25163
25164 \begin_layout Plain Layout
25165 Linien
25166 \end_layout
25167
25168 \end_inset
25169
25170
25171 \begin_inset IndexMacro subentry
25172 status open
25173
25174 \begin_layout Plain Layout
25175 gestrichelte 
25176 \end_layout
25177
25178 \end_inset
25179
25180
25181 \end_layout
25182
25183 \end_inset
25184
25185
25186 \end_layout
25187
25188 \begin_layout Standard
25189 \begin_inset ERT
25190 status collapsed
25191
25192 \begin_layout Plain Layout
25193
25194
25195 \backslash
25196 ifarydshln
25197 \end_layout
25198
25199 \end_inset
25200
25201
25202 \begin_inset Note Note
25203 status open
25204
25205 \begin_layout Plain Layout
25206 Der folgende Teil wird nur gedruckt,
25207  wenn das \SpecialChar LaTeX
25208 -Paket 
25209 \series bold
25210 arydshln
25211 \series default
25212  installiert ist.
25213 \end_layout
25214
25215 \end_inset
25216
25217
25218 \end_layout
25219
25220 \begin_layout Standard
25221 \begin_inset Float table
25222 placement h
25223 alignment document
25224 wide false
25225 sideways false
25226 status open
25227
25228 \begin_layout Plain Layout
25229 \begin_inset Caption Standard
25230
25231 \begin_layout Plain Layout
25232 \begin_inset CommandInset label
25233 LatexCommand label
25234 name "tab:Tabelle-mit-gestrichelten"
25235
25236 \end_inset
25237
25238 Tabelle mit gestrichelten Linien
25239 \end_layout
25240
25241 \end_inset
25242
25243
25244 \end_layout
25245
25246 \begin_layout Plain Layout
25247 \align center
25248 \begin_inset Tabular
25249 <lyxtabular version="3" rows="5" columns="5">
25250 <features tabularvalignment="middle">
25251 <column alignment="center" valignment="top">
25252 <column alignment="center" valignment="top">
25253 <column alignment="center" valignment="top" special=":c">
25254 <column alignment="center" valignment="top">
25255 <column alignment="center" valignment="top">
25256 <row>
25257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25258 \begin_inset Text
25259
25260 \begin_layout Plain Layout
25261 a
25262 \end_layout
25263
25264 \end_inset
25265 </cell>
25266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25267 \begin_inset Text
25268
25269 \begin_layout Plain Layout
25270 b
25271 \end_layout
25272
25273 \end_inset
25274 </cell>
25275 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25276 \begin_inset Text
25277
25278 \begin_layout Plain Layout
25279 c
25280 \end_layout
25281
25282 \end_inset
25283 </cell>
25284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25285 \begin_inset Text
25286
25287 \begin_layout Plain Layout
25288 d
25289 \end_layout
25290
25291 \end_inset
25292 </cell>
25293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25294 \begin_inset Text
25295
25296 \begin_layout Plain Layout
25297 e
25298 \end_layout
25299
25300 \end_inset
25301 </cell>
25302 </row>
25303 <row>
25304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25305 \begin_inset Text
25306
25307 \begin_layout Plain Layout
25308 f
25309 \end_layout
25310
25311 \end_inset
25312 </cell>
25313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25314 \begin_inset Text
25315
25316 \begin_layout Plain Layout
25317 g
25318 \end_layout
25319
25320 \end_inset
25321 </cell>
25322 <cell alignment="center" valignment="top" topline="true" usebox="none">
25323 \begin_inset Text
25324
25325 \begin_layout Plain Layout
25326 h
25327 \end_layout
25328
25329 \end_inset
25330 </cell>
25331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25332 \begin_inset Text
25333
25334 \begin_layout Plain Layout
25335 i
25336 \end_layout
25337
25338 \end_inset
25339 </cell>
25340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25341 \begin_inset Text
25342
25343 \begin_layout Plain Layout
25344 j
25345 \end_layout
25346
25347 \end_inset
25348 </cell>
25349 </row>
25350 <row>
25351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25352 \begin_inset Text
25353
25354 \begin_layout Plain Layout
25355 \begin_inset ERT
25356 status collapsed
25357
25358 \begin_layout Plain Layout
25359
25360
25361 \backslash
25362 hdashline 
25363 \end_layout
25364
25365 \end_inset
25366
25367 k
25368 \end_layout
25369
25370 \end_inset
25371 </cell>
25372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25373 \begin_inset Text
25374
25375 \begin_layout Plain Layout
25376 l
25377 \end_layout
25378
25379 \end_inset
25380 </cell>
25381 <cell alignment="center" valignment="top" usebox="none">
25382 \begin_inset Text
25383
25384 \begin_layout Plain Layout
25385 m
25386 \end_layout
25387
25388 \end_inset
25389 </cell>
25390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25391 \begin_inset Text
25392
25393 \begin_layout Plain Layout
25394 n
25395 \end_layout
25396
25397 \end_inset
25398 </cell>
25399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25400 \begin_inset Text
25401
25402 \begin_layout Plain Layout
25403 o
25404 \end_layout
25405
25406 \end_inset
25407 </cell>
25408 </row>
25409 <row>
25410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25411 \begin_inset Text
25412
25413 \begin_layout Plain Layout
25414 \begin_inset ERT
25415 status collapsed
25416
25417 \begin_layout Plain Layout
25418
25419
25420 \backslash
25421 cdashline{4-5}
25422 \end_layout
25423
25424 \end_inset
25425
25426 p
25427 \end_layout
25428
25429 \end_inset
25430 </cell>
25431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25432 \begin_inset Text
25433
25434 \begin_layout Plain Layout
25435 q
25436 \end_layout
25437
25438 \end_inset
25439 </cell>
25440 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
25441 \begin_inset Text
25442
25443 \begin_layout Plain Layout
25444 r
25445 \end_layout
25446
25447 \end_inset
25448 </cell>
25449 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25450 \begin_inset Text
25451
25452 \begin_layout Plain Layout
25453 s
25454 \end_layout
25455
25456 \end_inset
25457 </cell>
25458 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25459 \begin_inset Text
25460
25461 \begin_layout Plain Layout
25462
25463 \end_layout
25464
25465 \end_inset
25466 </cell>
25467 </row>
25468 <row>
25469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25470 \begin_inset Text
25471
25472 \begin_layout Plain Layout
25473 t
25474 \end_layout
25475
25476 \end_inset
25477 </cell>
25478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25479 \begin_inset Text
25480
25481 \begin_layout Plain Layout
25482 u
25483 \end_layout
25484
25485 \end_inset
25486 </cell>
25487 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25488 \begin_inset Text
25489
25490 \begin_layout Plain Layout
25491 v
25492 \end_layout
25493
25494 \end_inset
25495 </cell>
25496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25497 \begin_inset Text
25498
25499 \begin_layout Plain Layout
25500 w
25501 \end_layout
25502
25503 \end_inset
25504 </cell>
25505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25506 \begin_inset Text
25507
25508 \begin_layout Plain Layout
25509 x
25510 \end_layout
25511
25512 \end_inset
25513 </cell>
25514 </row>
25515 </lyxtabular>
25516
25517 \end_inset
25518
25519
25520 \end_layout
25521
25522 \end_inset
25523
25524
25525 \end_layout
25526
25527 \begin_layout Standard
25528 \SpecialChar LyX
25529  unterstützt von sich aus keine gestrichelten Linien,
25530  also müssen Sie \SpecialChar TeX
25531 -Code benutzen.
25532  Zunächst müssen Sie das \SpecialChar LaTeX
25533 -Paket 
25534 \series bold
25535 arydshln
25536 \series default
25537
25538 \begin_inset Index idx
25539 range none
25540 pageformat default
25541 status collapsed
25542
25543 \begin_layout Plain Layout
25544 \SpecialChar LaTeX
25545 -Pakete
25546 \begin_inset IndexMacro subentry
25547 status open
25548
25549 \begin_layout Plain Layout
25550 arydshln
25551 \end_layout
25552
25553 \end_inset
25554
25555
25556 \end_layout
25557
25558 \end_inset
25559
25560  im \SpecialChar LaTeX
25561 -Vorspann laden:
25562 \end_layout
25563
25564 \begin_layout Standard
25565
25566 \series bold
25567
25568 \backslash
25569 usepackage{arydshln}
25570 \end_layout
25571
25572 \begin_layout Standard
25573 Um senkrechte Linien zu stricheln,
25574  müssen Sie im 
25575 \family sans
25576 LaTeX-Argument
25577 \family default
25578  des 
25579 \family sans
25580 Tabellen-Einstellungen
25581 \family default
25582 -Dialogs 
25583 \begin_inset Quotes gld
25584 \end_inset
25585
25586 :
25587 \begin_inset Quotes grd
25588 \end_inset
25589
25590 ,
25591  zusammen mit dem Buchstaben für die horizontale Ausrichtung,
25592  eingeben.
25593 \end_layout
25594
25595 \begin_layout Standard
25596 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
25597 \end_layout
25598
25599 \begin_layout Standard
25600
25601 \series bold
25602
25603 \backslash
25604 hdashline
25605 \end_layout
25606
25607 \begin_layout Standard
25608 als \SpecialChar TeX
25609 -Code als erstes in die erste Zelle einer Zeile einfügen.
25610 \end_layout
25611
25612 \begin_layout Standard
25613 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
25614 \end_layout
25615
25616 \begin_layout Standard
25617
25618 \series bold
25619
25620 \backslash
25621 cdashline{Anfangsspalte-Endspalte}
25622 \end_layout
25623
25624 \begin_layout Standard
25625 als \SpecialChar TeX
25626 -Code als erstes in die erste Zelle einer Zeile eingefügt.
25627  Wenn Sie z.
25628 \begin_inset space \thinspace{}
25629 \end_inset
25630
25631 B.
25632  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine gestrichelte Linie haben,
25633  fügen Sie den Befehl
25634 \end_layout
25635
25636 \begin_layout Standard
25637
25638 \series bold
25639
25640 \backslash
25641 cdashline{2-4}
25642 \end_layout
25643
25644 \begin_layout Standard
25645 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
25646 \end_layout
25647
25648 \begin_layout Standard
25649 \begin_inset VSpace bigskip
25650 \end_inset
25651
25652
25653 \end_layout
25654
25655 \begin_layout Standard
25656 In Tabelle
25657 \begin_inset space ~
25658 \end_inset
25659
25660
25661 \begin_inset CommandInset ref
25662 LatexCommand ref
25663 reference "tab:Tabelle-mit-gestrichelten"
25664 nolink "false"
25665
25666 \end_inset
25667
25668  wurde in der dritten Spalte der Befehl
25669 \series bold
25670  
25671 \series default
25672
25673 \begin_inset Quotes gld
25674 \end_inset
25675
25676
25677 \series bold
25678 :c
25679 \begin_inset Quotes grd
25680 \end_inset
25681
25682
25683 \series default
25684  benutzt.
25685  Der Befehl 
25686 \series bold
25687
25688 \backslash
25689 hdashline
25690 \series default
25691  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
25692 \begin_inset Newline newline
25693 \end_inset
25694
25695  
25696 \series bold
25697
25698 \backslash
25699 cdashline{4-5} 
25700 \series default
25701 wurde in die erste Zelle der vierten Zeile eingefügt.
25702 \end_layout
25703
25704 \begin_layout Standard
25705 \begin_inset VSpace bigskip
25706 \end_inset
25707
25708
25709 \end_layout
25710
25711 \begin_layout Standard
25712 Tabellen mit gestrichelten Linien können auch gefärbt werden,
25713  wie Tabelle
25714 \begin_inset space ~
25715 \end_inset
25716
25717
25718 \begin_inset CommandInset ref
25719 LatexCommand ref
25720 reference "tab:Farbige-Tabelle-mit"
25721 nolink "false"
25722
25723 \end_inset
25724
25725  verdeutlicht.
25726 \end_layout
25727
25728 \begin_layout Standard
25729 \begin_inset ERT
25730 status collapsed
25731
25732 \begin_layout Plain Layout
25733
25734
25735 \backslash
25736 setlength{
25737 \backslash
25738 arrayrulewidth}{1pt}
25739 \end_layout
25740
25741 \end_inset
25742
25743
25744 \begin_inset Note Note
25745 status collapsed
25746
25747 \begin_layout Plain Layout
25748 dickere Linien zur besseren Visualisierung der Linienfarbe
25749 \end_layout
25750
25751 \end_inset
25752
25753
25754 \end_layout
25755
25756 \begin_layout Standard
25757 \begin_inset ERT
25758 status collapsed
25759
25760 \begin_layout Plain Layout
25761
25762
25763 \backslash
25764 dashgapcolor{green}
25765 \end_layout
25766
25767 \end_inset
25768
25769
25770 \begin_inset Note Note
25771 status collapsed
25772
25773 \begin_layout Plain Layout
25774 färbt Raum zwischen den Strichen grün
25775 \end_layout
25776
25777 \end_inset
25778
25779
25780 \end_layout
25781
25782 \begin_layout Standard
25783 \begin_inset ERT
25784 status collapsed
25785
25786 \begin_layout Plain Layout
25787
25788
25789 \backslash
25790 let
25791 \backslash
25792 myHdashline
25793 \backslash
25794 hdashline
25795 \end_layout
25796
25797 \begin_layout Plain Layout
25798
25799
25800 \backslash
25801 renewcommand{
25802 \backslash
25803 hdashline}
25804 \end_layout
25805
25806 \begin_layout Plain Layout
25807
25808  {
25809 \backslash
25810 arrayrulecolor{red}
25811 \backslash
25812 myHdashline
25813 \backslash
25814 arrayrulecolor{black}}
25815 \end_layout
25816
25817 \end_inset
25818
25819
25820 \begin_inset Note Note
25821 status collapsed
25822
25823 \begin_layout Plain Layout
25824 färbt horizontale,
25825  gestrichelte Linien rot
25826 \end_layout
25827
25828 \end_inset
25829
25830
25831 \end_layout
25832
25833 \begin_layout Standard
25834 \begin_inset ERT
25835 status collapsed
25836
25837 \begin_layout Plain Layout
25838
25839
25840 \backslash
25841 let
25842 \backslash
25843 myCdashline
25844 \backslash
25845 cdashline
25846 \end_layout
25847
25848 \begin_layout Plain Layout
25849
25850
25851 \backslash
25852 renewcommand{
25853 \backslash
25854 cdashline}[1]
25855 \end_layout
25856
25857 \begin_layout Plain Layout
25858
25859  {
25860 \backslash
25861 arrayrulecolor{yellow}
25862 \backslash
25863 myCdashline{#1}
25864 \backslash
25865 arrayrulecolor{black}}
25866 \end_layout
25867
25868 \end_inset
25869
25870
25871 \begin_inset Note Note
25872 status collapsed
25873
25874 \begin_layout Plain Layout
25875 färbt partielle horizontale,
25876  gestrichelte Linien gelb
25877 \end_layout
25878
25879 \end_inset
25880
25881
25882 \end_layout
25883
25884 \begin_layout Standard
25885 \begin_inset Float table
25886 placement h
25887 alignment document
25888 wide false
25889 sideways false
25890 status open
25891
25892 \begin_layout Plain Layout
25893 \begin_inset Caption Standard
25894
25895 \begin_layout Plain Layout
25896 \begin_inset CommandInset label
25897 LatexCommand label
25898 name "tab:Farbige-Tabelle-mit"
25899
25900 \end_inset
25901
25902 Farbige Tabelle mit gestrichelten Linien
25903 \end_layout
25904
25905 \end_inset
25906
25907
25908 \end_layout
25909
25910 \begin_layout Plain Layout
25911 \align center
25912 \begin_inset Tabular
25913 <lyxtabular version="3" rows="5" columns="5">
25914 <features tabularvalignment="middle">
25915 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
25916 <column alignment="center" valignment="top" width="0pt">
25917 <column alignment="center" valignment="top" width="0pt" special=":c">
25918 <column alignment="center" valignment="top">
25919 <column alignment="center" valignment="top">
25920 <row>
25921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25922 \begin_inset Text
25923
25924 \begin_layout Plain Layout
25925 a
25926 \end_layout
25927
25928 \end_inset
25929 </cell>
25930 <cell alignment="center" valignment="top" topline="true" usebox="none">
25931 \begin_inset Text
25932
25933 \begin_layout Plain Layout
25934 b
25935 \end_layout
25936
25937 \end_inset
25938 </cell>
25939 <cell alignment="center" valignment="top" topline="true" usebox="none">
25940 \begin_inset Text
25941
25942 \begin_layout Plain Layout
25943 c
25944 \end_layout
25945
25946 \end_inset
25947 </cell>
25948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25949 \begin_inset Text
25950
25951 \begin_layout Plain Layout
25952 d
25953 \end_layout
25954
25955 \end_inset
25956 </cell>
25957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25958 \begin_inset Text
25959
25960 \begin_layout Plain Layout
25961 e
25962 \end_layout
25963
25964 \end_inset
25965 </cell>
25966 </row>
25967 <row>
25968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25969 \begin_inset Text
25970
25971 \begin_layout Plain Layout
25972 f
25973 \end_layout
25974
25975 \end_inset
25976 </cell>
25977 <cell alignment="center" valignment="top" topline="true" usebox="none">
25978 \begin_inset Text
25979
25980 \begin_layout Plain Layout
25981 g
25982 \end_layout
25983
25984 \end_inset
25985 </cell>
25986 <cell alignment="center" valignment="top" topline="true" usebox="none">
25987 \begin_inset Text
25988
25989 \begin_layout Plain Layout
25990 h
25991 \end_layout
25992
25993 \end_inset
25994 </cell>
25995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25996 \begin_inset Text
25997
25998 \begin_layout Plain Layout
25999 i
26000 \end_layout
26001
26002 \end_inset
26003 </cell>
26004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26005 \begin_inset Text
26006
26007 \begin_layout Plain Layout
26008 j
26009 \end_layout
26010
26011 \end_inset
26012 </cell>
26013 </row>
26014 <row>
26015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26016 \begin_inset Text
26017
26018 \begin_layout Plain Layout
26019 \begin_inset ERT
26020 status collapsed
26021
26022 \begin_layout Plain Layout
26023
26024
26025 \backslash
26026 hdashline 
26027 \end_layout
26028
26029 \end_inset
26030
26031
26032 \begin_inset ERT
26033 status collapsed
26034
26035 \begin_layout Plain Layout
26036
26037
26038 \backslash
26039 rowcolor{Gray}
26040 \end_layout
26041
26042 \end_inset
26043
26044 k
26045 \end_layout
26046
26047 \end_inset
26048 </cell>
26049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26050 \begin_inset Text
26051
26052 \begin_layout Plain Layout
26053 l
26054 \end_layout
26055
26056 \end_inset
26057 </cell>
26058 <cell alignment="center" valignment="top" usebox="none">
26059 \begin_inset Text
26060
26061 \begin_layout Plain Layout
26062 m
26063 \end_layout
26064
26065 \end_inset
26066 </cell>
26067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26068 \begin_inset Text
26069
26070 \begin_layout Plain Layout
26071 n
26072 \end_layout
26073
26074 \end_inset
26075 </cell>
26076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26077 \begin_inset Text
26078
26079 \begin_layout Plain Layout
26080 o
26081 \end_layout
26082
26083 \end_inset
26084 </cell>
26085 </row>
26086 <row>
26087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26088 \begin_inset Text
26089
26090 \begin_layout Plain Layout
26091 \begin_inset ERT
26092 status collapsed
26093
26094 \begin_layout Plain Layout
26095
26096
26097 \backslash
26098 cdashline{4-5}
26099 \end_layout
26100
26101 \end_inset
26102
26103 p
26104 \end_layout
26105
26106 \end_inset
26107 </cell>
26108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26109 \begin_inset Text
26110
26111 \begin_layout Plain Layout
26112 q
26113 \end_layout
26114
26115 \end_inset
26116 </cell>
26117 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
26118 \begin_inset Text
26119
26120 \begin_layout Plain Layout
26121 r
26122 \end_layout
26123
26124 \end_inset
26125 </cell>
26126 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26127 \begin_inset Text
26128
26129 \begin_layout Plain Layout
26130 s
26131 \end_layout
26132
26133 \end_inset
26134 </cell>
26135 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26136 \begin_inset Text
26137
26138 \begin_layout Plain Layout
26139
26140 \end_layout
26141
26142 \end_inset
26143 </cell>
26144 </row>
26145 <row>
26146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26147 \begin_inset Text
26148
26149 \begin_layout Plain Layout
26150 t
26151 \end_layout
26152
26153 \end_inset
26154 </cell>
26155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26156 \begin_inset Text
26157
26158 \begin_layout Plain Layout
26159 u
26160 \end_layout
26161
26162 \end_inset
26163 </cell>
26164 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
26165 \begin_inset Text
26166
26167 \begin_layout Plain Layout
26168 v
26169 \end_layout
26170
26171 \end_inset
26172 </cell>
26173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26174 \begin_inset Text
26175
26176 \begin_layout Plain Layout
26177 w
26178 \end_layout
26179
26180 \end_inset
26181 </cell>
26182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26183 \begin_inset Text
26184
26185 \begin_layout Plain Layout
26186 \begin_inset ERT
26187 status collapsed
26188
26189 \begin_layout Plain Layout
26190
26191
26192 \backslash
26193 cellcolor{Maroon}
26194 \end_layout
26195
26196 \end_inset
26197
26198
26199 \color green
26200 i
26201 \end_layout
26202
26203 \end_inset
26204 </cell>
26205 </row>
26206 </lyxtabular>
26207
26208 \end_inset
26209
26210
26211 \end_layout
26212
26213 \end_inset
26214
26215
26216 \end_layout
26217
26218 \begin_layout Standard
26219 \begin_inset ERT
26220 status collapsed
26221
26222 \begin_layout Plain Layout
26223
26224
26225 \backslash
26226 renewcommand{
26227 \backslash
26228 hdashline}{
26229 \backslash
26230 myHdashline}
26231 \end_layout
26232
26233 \end_inset
26234
26235
26236 \begin_inset Note Note
26237 status collapsed
26238
26239 \begin_layout Plain Layout
26240 zurücksetzen auf Standardwert
26241 \end_layout
26242
26243 \end_inset
26244
26245
26246 \end_layout
26247
26248 \begin_layout Standard
26249 \begin_inset ERT
26250 status collapsed
26251
26252 \begin_layout Plain Layout
26253
26254
26255 \backslash
26256 renewcommand{
26257 \backslash
26258 cdashline}{
26259 \backslash
26260 myCdashline}
26261 \end_layout
26262
26263 \end_inset
26264
26265
26266 \begin_inset Note Note
26267 status collapsed
26268
26269 \begin_layout Plain Layout
26270 zurücksetzen auf Standardwert
26271 \end_layout
26272
26273 \end_inset
26274
26275
26276 \end_layout
26277
26278 \begin_layout Standard
26279 \begin_inset ERT
26280 status collapsed
26281
26282 \begin_layout Plain Layout
26283
26284
26285 \backslash
26286 nodashgapcolor
26287 \end_layout
26288
26289 \end_inset
26290
26291
26292 \begin_inset Note Note
26293 status collapsed
26294
26295 \begin_layout Plain Layout
26296 zurücksetzen auf Standardwert
26297 \end_layout
26298
26299 \end_inset
26300
26301
26302 \end_layout
26303
26304 \begin_layout Standard
26305 \begin_inset ERT
26306 status collapsed
26307
26308 \begin_layout Plain Layout
26309
26310
26311 \backslash
26312 setlength{
26313 \backslash
26314 arrayrulewidth}{0.4pt}
26315 \end_layout
26316
26317 \end_inset
26318
26319
26320 \begin_inset Note Note
26321 status collapsed
26322
26323 \begin_layout Plain Layout
26324 zurücksetzen auf Standardwert
26325 \end_layout
26326
26327 \end_inset
26328
26329
26330 \end_layout
26331
26332 \begin_layout Standard
26333 Das Färben von Zeilen,
26334  Spalten und Zeilen erfolgt wie in Abschnitt
26335 \begin_inset space ~
26336 \end_inset
26337
26338
26339 \begin_inset CommandInset ref
26340 LatexCommand ref
26341 reference "abs:Farbige-Tabellen"
26342 nolink "false"
26343
26344 \end_inset
26345
26346  beschrieben.
26347  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso beschrieben,
26348  man muss in den Befehlen nur 
26349 \series bold
26350
26351 \backslash
26352 myHlineC
26353 \series default
26354  durch 
26355 \series bold
26356
26357 \backslash
26358 myHdashline
26359 \series default
26360  und 
26361 \backslash
26362
26363 \series bold
26364 hline
26365 \series default
26366  durch 
26367 \series bold
26368
26369 \backslash
26370 hdashline
26371 \series default
26372  ersetzen;
26373  man verwendet also den Befehl
26374 \end_layout
26375
26376 \begin_layout Standard
26377
26378 \series bold
26379
26380 \backslash
26381 let
26382 \backslash
26383 myHdashline
26384 \backslash
26385 hdashline
26386 \begin_inset Newline newline
26387 \end_inset
26388
26389
26390 \backslash
26391 renewcommand{
26392 \backslash
26393 hdashline}
26394 \begin_inset Newline newline
26395 \end_inset
26396
26397
26398 \begin_inset Phantom HPhantom
26399 status open
26400
26401 \begin_layout Plain Layout
26402
26403 \series bold
26404 \begin_inset space ~
26405 \end_inset
26406
26407
26408 \end_layout
26409
26410 \end_inset
26411
26412 {
26413 \backslash
26414 arrayrulecolor{red}
26415 \backslash
26416 myHdashline
26417 \backslash
26418 arrayrulecolor{black}}
26419 \end_layout
26420
26421 \begin_layout Standard
26422 Um 
26423 \series bold
26424
26425 \backslash
26426 cdashline
26427 \series default
26428  zu färben,
26429  lautet der Befehl
26430 \end_layout
26431
26432 \begin_layout Standard
26433
26434 \series bold
26435
26436 \backslash
26437 let
26438 \backslash
26439 myCdashline
26440 \backslash
26441 cdashline
26442 \begin_inset Newline newline
26443 \end_inset
26444
26445
26446 \backslash
26447 renewcommand{
26448 \backslash
26449 cdashline}[1]
26450 \begin_inset Newline newline
26451 \end_inset
26452
26453
26454 \begin_inset Phantom HPhantom
26455 status open
26456
26457 \begin_layout Plain Layout
26458
26459 \series bold
26460 \begin_inset space ~
26461 \end_inset
26462
26463
26464 \end_layout
26465
26466 \end_inset
26467
26468 {
26469 \backslash
26470 arrayrulecolor{red}
26471 \backslash
26472 myCdashline{#1}
26473 \backslash
26474 arrayrulecolor{black}}
26475 \end_layout
26476
26477 \begin_layout Standard
26478 Um die schwarze Linienfarbe zurückzubekommen,
26479  muss man folgende Befehle als \SpecialChar TeX
26480 -Code hinter der Tabelle einfügen:
26481 \end_layout
26482
26483 \begin_layout Standard
26484 Für 
26485 \series bold
26486
26487 \backslash
26488 hdashline
26489 \end_layout
26490
26491 \begin_layout Standard
26492
26493 \series bold
26494
26495 \backslash
26496 renewcommand{
26497 \backslash
26498 hdashline}{
26499 \backslash
26500 myHdashline}
26501 \end_layout
26502
26503 \begin_layout Standard
26504 und für 
26505 \series bold
26506
26507 \backslash
26508 cdashline
26509 \end_layout
26510
26511 \begin_layout Standard
26512
26513 \series bold
26514
26515 \backslash
26516 renewcommand{
26517 \backslash
26518 cdashline}{
26519 \backslash
26520 myCdashline}
26521 \end_layout
26522
26523 \begin_layout Standard
26524 Um den Bereich zwischen den Strichen einer Linie zu färben,
26525  kann man den Befehl
26526 \end_layout
26527
26528 \begin_layout Standard
26529
26530 \series bold
26531
26532 \backslash
26533 dashgapcolor{Farbe}
26534 \end_layout
26535
26536 \begin_layout Standard
26537 als \SpecialChar TeX
26538 -Code vor der Tabelle verwenden.
26539  Farbe ist hierbei der Name einer definierten Farbe.
26540  Der Befehl
26541 \end_layout
26542
26543 \begin_layout Standard
26544
26545 \series bold
26546
26547 \backslash
26548 nodashgapcolor
26549 \end_layout
26550
26551 \begin_layout Standard
26552 hebt die Einstellung von 
26553 \series bold
26554
26555 \backslash
26556 dashgapcolor
26557 \series default
26558  auf.
26559 \end_layout
26560
26561 \begin_layout Standard
26562 \begin_inset Note Greyedout
26563 status open
26564
26565 \begin_layout Plain Layout
26566
26567 \series bold
26568 \color none
26569 Achtung
26570 \series default
26571 :
26572  Befinden sich mehrere Befehle in einer Zelle,
26573  muss sich der Befehl von 
26574 \series bold
26575 arydshln
26576 \series default
26577  an erster Stelle in der Zelle befinden.
26578  Daher ist in in Zelle 
26579 \emph on
26580 k
26581 \emph default
26582  der Tabelle
26583 \begin_inset space ~
26584 \end_inset
26585
26586
26587 \begin_inset CommandInset ref
26588 LatexCommand ref
26589 reference "tab:Farbige-Tabelle-mit"
26590 nolink "false"
26591
26592 \end_inset
26593
26594  der Befehl 
26595 \series bold
26596
26597 \backslash
26598 hdashline
26599 \series default
26600  vor 
26601 \series bold
26602
26603 \backslash
26604 rowcolor
26605 \series default
26606 .
26607 \end_layout
26608
26609 \end_inset
26610
26611
26612 \end_layout
26613
26614 \begin_layout Standard
26615 \begin_inset Note Greyedout
26616 status open
26617
26618 \begin_layout Plain Layout
26619
26620 \series bold
26621 \color none
26622 Achtung:
26623
26624 \series default
26625  Das \SpecialChar LaTeX
26626 -Paket 
26627 \series bold
26628 arydshln
26629 \series default
26630  muss im \SpecialChar LaTeX
26631 -Vorspann nach dem \SpecialChar LaTeX
26632 -Paket 
26633 \series bold
26634 colortbl
26635 \series default
26636
26637 \begin_inset Index idx
26638 range none
26639 pageformat default
26640 status collapsed
26641
26642 \begin_layout Plain Layout
26643 \SpecialChar LaTeX
26644 -Pakete
26645 \begin_inset IndexMacro subentry
26646 status open
26647
26648 \begin_layout Plain Layout
26649 colortbl
26650 \end_layout
26651
26652 \end_inset
26653
26654
26655 \end_layout
26656
26657 \end_inset
26658
26659  geladen werden.
26660 \end_layout
26661
26662 \end_inset
26663
26664
26665 \end_layout
26666
26667 \begin_layout Standard
26668 \begin_inset ERT
26669 status collapsed
26670
26671 \begin_layout Plain Layout
26672
26673
26674 \backslash
26675 else
26676 \end_layout
26677
26678 \end_inset
26679
26680
26681 \begin_inset Note Note
26682 status open
26683
26684 \begin_layout Plain Layout
26685 Der folgende Teil wird gedruckt,
26686  wenn das \SpecialChar LaTeX
26687 -Paket 
26688 \series bold
26689 arydshln
26690 \series default
26691  nicht installiert ist:
26692 \end_layout
26693
26694 \end_inset
26695
26696
26697 \end_layout
26698
26699 \begin_layout Standard
26700 Sie müssen das \SpecialChar LaTeX
26701 -Paket 
26702 \series bold
26703 arydshln
26704 \series default
26705  installiert haben um den Inhalt dieses Abschnitts zu sehen.
26706 \end_layout
26707
26708 \begin_layout Standard
26709 \begin_inset ERT
26710 status collapsed
26711
26712 \begin_layout Plain Layout
26713
26714
26715 \backslash
26716 fi
26717 \end_layout
26718
26719 \end_inset
26720
26721
26722 \end_layout
26723
26724 \begin_layout Standard
26725 Für weitere Informationen über gestrichelte Linien,
26726  siehe die Dokumentation von 
26727 \series bold
26728 arydshln
26729 \series default
26730 ,
26731  
26732 \begin_inset CommandInset citation
26733 LatexCommand cite
26734 key "arydshln"
26735 literal "true"
26736
26737 \end_inset
26738
26739 .
26740 \end_layout
26741
26742 \begin_layout Chapter
26743 Gleitobjekte
26744 \begin_inset CommandInset label
26745 LatexCommand label
26746 name "kap:Gleitobjekte"
26747
26748 \end_inset
26749
26750
26751 \begin_inset Index idx
26752 range none
26753 pageformat default
26754 status collapsed
26755
26756 \begin_layout Plain Layout
26757 Gleitobjekte
26758 \end_layout
26759
26760 \end_inset
26761
26762
26763 \end_layout
26764
26765 \begin_layout Section
26766 Einleitung
26767 \begin_inset CommandInset label
26768 LatexCommand label
26769 name "abs:Gleitobjekte-Einleitung"
26770
26771 \end_inset
26772
26773
26774 \begin_inset Index idx
26775 range none
26776 pageformat default
26777 status collapsed
26778
26779 \begin_layout Plain Layout
26780 Gleitobjekte
26781 \begin_inset IndexMacro subentry
26782 status open
26783
26784 \begin_layout Plain Layout
26785 Einleitung
26786 \end_layout
26787
26788 \end_inset
26789
26790
26791 \end_layout
26792
26793 \end_inset
26794
26795
26796 \end_layout
26797
26798 \begin_layout Standard
26799 Ein Gleitobjekt ist ein Teil eines Dokumentes,
26800  das keinen festen Platz hat.
26801  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten,
26802  wo immer der beste Platz ist.
26803  
26804 \family sans
26805 Fußnoten
26806 \family default
26807  und 
26808 \family sans
26809 Randnotizen
26810 \family default
26811  sind auch Gleitobjekte,
26812  weil sie auf die nächste Seite verschoben werden,
26813  wenn auf ihrer Seite schon zu viele sind.
26814 \end_layout
26815
26816 \begin_layout Standard
26817 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
26818  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
26819  um weiße Flächen und Seiten ohne Text zu vermeiden.
26820  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar ligaturebreak
26821 löst,
26822  kann im Text auf ein Gleitobjekt verwiesen werden.
26823  Gleitobjekte sind deshalb nummeriert.
26824  Querverweise werden in Abschnitt
26825 \begin_inset space ~
26826 \end_inset
26827
26828
26829 \begin_inset CommandInset ref
26830 LatexCommand ref
26831 reference "abs:Auf-Gleitobjekte-verweisen"
26832 nolink "false"
26833
26834 \end_inset
26835
26836  beschrieben.
26837 \end_layout
26838
26839 \begin_layout Standard
26840 Ein Gleitobjekt wird mit 
26841 \family sans
26842 Einfügen\SpecialChar menuseparator
26843 Gleitobjekt\SpecialChar menuseparator
26844 Algorithmus/Abbildung/Ta\SpecialChar softhyphen
26845 belle/Um\SpecialChar softhyphen
26846 flos\SpecialChar softhyphen
26847 se\SpecialChar softhyphen
26848 nes
26849 \begin_inset space ~
26850 \end_inset
26851
26852 Gleitobjekt
26853 \family default
26854  eingefügt (Werkzeugleistenknopf 
26855 \begin_inset Info
26856 type  "icon"
26857 arg   "float-insert figure"
26858 \end_inset
26859
26860  oder 
26861 \begin_inset Info
26862 type  "icon"
26863 arg   "float-insert table"
26864 \end_inset
26865
26866 ).
26867  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
26868  das Ihnen sagt,
26869  um was für ein Gleitobjekt es sich handelt,
26870  und ein rot umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle #:).
26871  Statt # sehen Sie die von \SpecialChar LyX
26872  vergebene Nummer.
26873  In das schmale Feld nach der Marke können Sie den Titel schreiben.
26874  Algorithmus,
26875  Abbildung oder Tabelle werden ober- oder unterhalb des Titels eingefügt.
26876  In Abschnitt
26877 \begin_inset space ~
26878 \end_inset
26879
26880
26881 \begin_inset CommandInset ref
26882 LatexCommand ref
26883 reference "abs:Titel-Platzierung"
26884 nolink "false"
26885
26886 \end_inset
26887
26888  finden Sie mehr über die Platzierung des Titels.
26889  Wenn Sie auf das Gleitobjekt-Kästchen klicken,
26890  wird es geschlossen und auch wieder geöffnet.
26891  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus:
26892  
26893 \begin_inset Graphics
26894         filename clipart/Gleitobjekt.png
26895         scale 95
26896         scaleBeforeRotation
26897
26898 \end_inset
26899
26900  – ein graues Kästchen mit roter Beschriftung.
26901 \end_layout
26902
26903 \begin_layout Standard
26904 Um mögliche \SpecialChar LaTeX
26905 -Fehler durch umgebenden Text zu vermeiden,
26906  wird empfohlen,
26907  Gleitobjekte in einem eigenen Absatz einzufügen.
26908 \end_layout
26909
26910 \begin_layout Standard
26911 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
26912  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf klicken.
26913 \end_layout
26914
26915 \begin_layout Section
26916 Gleitobjekt-Typen
26917 \begin_inset Index idx
26918 range none
26919 pageformat default
26920 status collapsed
26921
26922 \begin_layout Plain Layout
26923 Gleitobjekte
26924 \begin_inset IndexMacro subentry
26925 status open
26926
26927 \begin_layout Plain Layout
26928 Typen
26929 \end_layout
26930
26931 \end_inset
26932
26933
26934 \end_layout
26935
26936 \end_inset
26937
26938
26939 \end_layout
26940
26941 \begin_layout Standard
26942 Neben Gleitobjekt-Abbildungen und -Tabellen,
26943  die in Abschnitt
26944 \begin_inset space ~
26945 \end_inset
26946
26947
26948 \begin_inset CommandInset ref
26949 LatexCommand ref
26950 reference "abs:Gleitende-Abbildungen"
26951 nolink "false"
26952
26953 \end_inset
26954
26955  und 
26956 \begin_inset CommandInset ref
26957 LatexCommand ref
26958 reference "abs:Gleitende-Tabellen"
26959 nolink "false"
26960
26961 \end_inset
26962
26963  beschrieben sind,
26964  gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
26965  Letztere sind in Abschnitt
26966 \begin_inset space ~
26967 \end_inset
26968
26969
26970 \begin_inset CommandInset ref
26971 LatexCommand ref
26972 reference "abs:Umflossene-Gleitobjekte"
26973 nolink "false"
26974
26975 \end_inset
26976
26977  beschrieben.
26978 \end_layout
26979
26980 \begin_layout Subsection
26981 Algorithmen-Gleitobjekt
26982 \begin_inset Index idx
26983 range none
26984 pageformat default
26985 status collapsed
26986
26987 \begin_layout Plain Layout
26988 Gleitobjekte
26989 \begin_inset IndexMacro subentry
26990 status open
26991
26992 \begin_layout Plain Layout
26993 Algorithmen
26994 \end_layout
26995
26996 \end_inset
26997
26998
26999 \end_layout
27000
27001 \end_inset
27002
27003
27004 \end_layout
27005
27006 \begin_layout Standard
27007 \begin_inset Float algorithm
27008 placement h
27009 alignment document
27010 wide false
27011 sideways false
27012 status open
27013
27014 \begin_layout Plain Layout
27015 \begin_inset Caption Standard
27016
27017 \begin_layout Plain Layout
27018 \begin_inset CommandInset label
27019 LatexCommand label
27020 name "alg:Ein-Gleitobjekt-Algorithmus"
27021
27022 \end_inset
27023
27024 Ein Gleitobjekt-Algorithmus 
27025 \end_layout
27026
27027 \end_inset
27028
27029
27030 \end_layout
27031
27032 \begin_layout LyX-Code
27033 for I in 1..N loop
27034 \begin_inset Newline newline
27035 \end_inset
27036
27037  Sum:= Sum + A(I);
27038  /*Kommentar*/
27039 \begin_inset Newline newline
27040 \end_inset
27041
27042 end loop
27043 \begin_inset VSpace -4mm
27044 \end_inset
27045
27046
27047 \end_layout
27048
27049 \end_inset
27050
27051
27052 \end_layout
27053
27054 \begin_layout Standard
27055 Dieser Typ wird mit 
27056 \family sans
27057 Einfügen\SpecialChar menuseparator
27058 Gleitobjekt\SpecialChar menuseparator
27059 Algorithmus
27060 \family default
27061  eingefügt.
27062  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und stellt eine Alternative zu Programm-Code-Listen dar,
27063  die in Kapitel
27064 \begin_inset space ~
27065 \end_inset
27066
27067
27068 \begin_inset CommandInset ref
27069 LatexCommand ref
27070 reference "kap:Programm-Code-Listen"
27071 nolink "false"
27072
27073 \end_inset
27074
27075 .
27076  Eine mögliche Absatz-Umgebung hier für ist 
27077 \family sans
27078 \SpecialChar LyX
27079 -Code
27080 \family default
27081 ,
27082  beschrieben im 
27083 \emph on
27084 Benutzerhandbuch
27085 \emph default
27086 .
27087  In Algorithmus
27088 \begin_inset space ~
27089 \end_inset
27090
27091
27092 \begin_inset CommandInset ref
27093 LatexCommand ref
27094 reference "alg:Ein-Gleitobjekt-Algorithmus"
27095 nolink "false"
27096
27097 \end_inset
27098
27099  wurden am Ende -4
27100 \begin_inset space \thinspace{}
27101 \end_inset
27102
27103 mm vertikaler Abstand eingefügt,
27104  damit die untere Linie direkt unter der letzten Zeile gedruckt wird.
27105 \end_layout
27106
27107 \begin_layout Standard
27108 Die Marke 
27109 \emph on
27110 Algorithmus
27111 \emph default
27112  wird nicht automatisch in die druckbare Version übernommen,
27113  sondern das englische Wort 
27114 \emph on
27115 Algorithm
27116 \emph default
27117  verwendet.
27118  Soll
27119 \emph on
27120  Algorithmus
27121 \emph default
27122  dort stehen,
27123  müssen Sie folgendes in den \SpecialChar LaTeX
27124 -Vorspann schreiben:
27125  
27126 \end_layout
27127
27128 \begin_layout Standard
27129
27130 \series bold
27131
27132 \backslash
27133 floatname{algorithm}{Algorithmus}
27134 \end_layout
27135
27136 \begin_layout Standard
27137 Um das Algorithmenverzeichnis einzufügen,
27138  kann für Dokumente,
27139  die dieselbe Sprache wie die \SpecialChar LyX
27140  Menünamen haben,
27141  das Menü 
27142 \family sans
27143 Einfügen\SpecialChar menuseparator
27144 Liste
27145 \begin_inset space \thinspace{}
27146 \end_inset
27147
27148 /
27149 \begin_inset space \thinspace{}
27150 \end_inset
27151
27152 Inhaltsverzeichnis\SpecialChar menuseparator
27153 Algorithmenverzeichnis
27154 \family default
27155  verwendet werden.
27156  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als \SpecialChar TeX
27157 -Code eingefügt werden:
27158 \end_layout
27159
27160 \begin_layout Standard
27161
27162 \series bold
27163
27164 \backslash
27165 listof{algorithm}{Algorithmenverzeichnis}
27166 \end_layout
27167
27168 \begin_layout Standard
27169 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen nach dem Schema 
27170 \begin_inset Quotes gld
27171 \end_inset
27172
27173 Kapitelnummer.Algorithmusnummer
27174 \begin_inset Quotes grd
27175 \end_inset
27176
27177  nummeriert.
27178  Um das zu erreichen,
27179  müssen Sie folgenden Befehl in den \SpecialChar LaTeX
27180 -Vorspann einfügen:
27181 \end_layout
27182
27183 \begin_layout Standard
27184
27185 \series bold
27186
27187 \backslash
27188 numberwithin{algorithm}{chapter}
27189 \end_layout
27190
27191 \begin_layout Standard
27192 Um 
27193 \series bold
27194
27195 \backslash
27196 numberwithin
27197 \series default
27198  benutzen zu können,
27199  muss in den 
27200 \family sans
27201 Mathe
27202 \begin_inset space ~
27203 \end_inset
27204
27205 Optionen
27206 \family default
27207  der 
27208 \family sans
27209 Dokument-Einstellungen
27210 \family default
27211  
27212 \family sans
27213 AMS
27214 \begin_inset space ~
27215 \end_inset
27216
27217 Mathe
27218 \begin_inset space ~
27219 \end_inset
27220
27221 Paket
27222 \family default
27223
27224 \begin_inset space ~
27225 \end_inset
27226
27227
27228 \family sans
27229 verwenden
27230 \family default
27231  angekreuzt sein.
27232 \end_layout
27233
27234 \begin_layout Section
27235 Gleitobjekt-Nummerierung
27236 \begin_inset Index idx
27237 range none
27238 pageformat default
27239 status collapsed
27240
27241 \begin_layout Plain Layout
27242 Gleitobjekte
27243 \begin_inset IndexMacro subentry
27244 status open
27245
27246 \begin_layout Plain Layout
27247 Nummerierung
27248 \end_layout
27249
27250 \end_inset
27251
27252
27253 \end_layout
27254
27255 \end_inset
27256
27257
27258 \end_layout
27259
27260 \begin_layout Standard
27261 Gleitobjekte werden entweder unabhängig vom Abschnitt,
27262  in dem sie sind,
27263  nummeriert oder nach dem Schema 
27264 \begin_inset Quotes gld
27265 \end_inset
27266
27267 Kapitelnummer.Gleitobjektnummer
27268 \begin_inset Quotes grd
27269 \end_inset
27270
27271  oder 
27272 \begin_inset Quotes gld
27273 \end_inset
27274
27275 Abschnittsnummer.Gleitobjektnummer
27276 \begin_inset Quotes grd
27277 \end_inset
27278
27279 .
27280  Das hängt von der Dokumentklasse ab.
27281 \end_layout
27282
27283 \begin_layout Standard
27284 Um das Aussehen der unabhängigen Nummer zu ändern,
27285  müssen Sie folgendes in den \SpecialChar LaTeX
27286 -Vorspann einfügen:
27287 \end_layout
27288
27289 \begin_layout Standard
27290
27291 \series bold
27292
27293 \backslash
27294 renewcommand{
27295 \backslash
27296 thetable}{
27297 \backslash
27298 roman{table}}
27299 \end_layout
27300
27301 \begin_layout Standard
27302
27303 \series bold
27304
27305 \backslash
27306 thetable
27307 \series default
27308  ist der Befehl,
27309  der die Tabellennummer druckt.
27310  Für Abbildungen ist das 
27311 \series bold
27312
27313 \backslash
27314 thefigure
27315 \series default
27316 .
27317  Der Befehl 
27318 \series bold
27319
27320 \backslash
27321 roman
27322 \series default
27323  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
27324 \end_layout
27325
27326 \begin_layout Standard
27327 Um das Nummerierungsschema zum Beispiel auf 
27328 \begin_inset Quotes gld
27329 \end_inset
27330
27331 Unterabschnittsnummer.Num\SpecialChar softhyphen
27332 mer
27333 \begin_inset Quotes grd
27334 \end_inset
27335
27336  zu ändern,
27337  setzen Sie folgendes in den \SpecialChar LaTeX
27338 -Vorspann:
27339 \end_layout
27340
27341 \begin_layout Standard
27342
27343 \series bold
27344
27345 \backslash
27346 numberwithin{table}{subsection}
27347 \end_layout
27348
27349 \begin_layout Standard
27350 Um den Befehl 
27351 \series bold
27352
27353 \backslash
27354 numberwithin
27355 \series default
27356  benutzen zu können,
27357  müssen Sie in den 
27358 \family sans
27359 Mathe
27360 \begin_inset space ~
27361 \end_inset
27362
27363 Optionen
27364 \family default
27365  der 
27366 \family sans
27367 Dokument-Einstellungen
27368 \family default
27369  
27370 \family sans
27371 AMS
27372 \begin_inset space ~
27373 \end_inset
27374
27375 Mathe
27376 \begin_inset space ~
27377 \end_inset
27378
27379 Paket
27380 \family default
27381
27382 \begin_inset space ~
27383 \end_inset
27384
27385
27386 \family sans
27387 verwenden
27388 \family default
27389  ankreuzen.
27390 \end_layout
27391
27392 \begin_layout Standard
27393 Sehen Sie sich bitte auch Abschnitt
27394 \begin_inset space ~
27395 \end_inset
27396
27397
27398 \begin_inset CommandInset ref
27399 LatexCommand ref
27400 reference "uab:Fußnoten-Nummerierung"
27401 nolink "false"
27402
27403 \end_inset
27404
27405  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
27406 \end_layout
27407
27408 \begin_layout Section
27409 Auf Gleitobjekte verweisen
27410 \begin_inset CommandInset label
27411 LatexCommand label
27412 name "abs:Auf-Gleitobjekte-verweisen"
27413
27414 \end_inset
27415
27416
27417 \begin_inset Index idx
27418 range none
27419 pageformat default
27420 status collapsed
27421
27422 \begin_layout Plain Layout
27423 Gleitobjekte
27424 \begin_inset IndexMacro subentry
27425 status open
27426
27427 \begin_layout Plain Layout
27428 Querverweise
27429 \end_layout
27430
27431 \end_inset
27432
27433
27434 \end_layout
27435
27436 \end_inset
27437
27438
27439 \begin_inset Index idx
27440 range none
27441 pageformat default
27442 status collapsed
27443
27444 \begin_layout Plain Layout
27445 Querverweise
27446 \begin_inset IndexMacro subentry
27447 status open
27448
27449 \begin_layout Plain Layout
27450 auf Gleitobjekte
27451 \end_layout
27452
27453 \end_inset
27454
27455
27456 \end_layout
27457
27458 \end_inset
27459
27460
27461 \end_layout
27462
27463 \begin_layout Standard
27464 Zunächst müssen Sie mit 
27465 \family sans
27466 Einfügen\SpecialChar menuseparator
27467 Marke
27468 \family default
27469  oder einen Klick auf 
27470 \begin_inset Info
27471 type  "icon"
27472 arg   "label-insert"
27473 \end_inset
27474
27475  eine Marke im Titel einfügen.
27476  Im 
27477 \family sans
27478 Marke
27479 \family default
27480 -Dialog schreiben Sie einen Text in das Feld 
27481 \family sans
27482 Marke
27483 \family default
27484  oder übernehmen den vorgeschlagenen.
27485  Die Marke sieht in \SpecialChar LyX
27486  dann so aus:
27487 \end_layout
27488
27489 \begin_layout Standard
27490 \begin_inset Graphics
27491         filename clipart/Marke.png
27492         scaleBeforeRotation
27493
27494 \end_inset
27495
27496
27497 \end_layout
27498
27499 \begin_layout Standard
27500 Die Marke wird als Anker und Name für den Querverweis benutzt.
27501  Mit 
27502 \family sans
27503 Einfügen\SpecialChar menuseparator
27504 Querverweis
27505 \family default
27506  oder einen Klick auf 
27507 \begin_inset Info
27508 type  "icon"
27509 arg   "dialog-show-new-inset ref"
27510 \end_inset
27511
27512  können Sie dann auf die Marke verweisen.
27513  Als Querverweis wird in \SpecialChar LyX
27514  ein graues Kästchen wie zum Beispiel dieses angezeigt:
27515 \end_layout
27516
27517 \begin_layout Standard
27518 \begin_inset Graphics
27519         filename clipart/Querverweis.png
27520         scaleBeforeRotation
27521
27522 \end_inset
27523
27524
27525 \begin_inset Newline newline
27526 \end_inset
27527
27528  Mehr zu Querverweisen finden Sie im 
27529 \emph on
27530 Benutzerhandbuch
27531 \emph default
27532 .
27533 \end_layout
27534
27535 \begin_layout Standard
27536 Es empfiehlt sich,
27537  zwischen dem Querverweis-Namen (zum Beispiele Abschnitt) und dem Querverweis ein geschütztes Leerzeichen einfügen,
27538  damit beide nicht durch einen Zeilenumbruch getrennt werden können.
27539 \end_layout
27540
27541 \begin_layout Standard
27542 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
27543  \SpecialChar LyX
27544  passt die Querverweise automatisch an.
27545 \end_layout
27546
27547 \begin_layout Standard
27548 Ein Klick auf den Schalter 
27549 \family sans
27550 Gehe
27551 \begin_inset space ~
27552 \end_inset
27553
27554 zur
27555 \begin_inset space ~
27556 \end_inset
27557
27558 Marke
27559 \family default
27560  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
27561  Der Text der Schaltfläche heißt jetzt 
27562 \family sans
27563 Gehe
27564 \begin_inset space ~
27565 \end_inset
27566
27567 zurück
27568 \family default
27569  und ein Klick darauf macht genau dies.
27570 \end_layout
27571
27572 \begin_layout Subsection
27573 Querverweis-Formate
27574 \begin_inset CommandInset label
27575 LatexCommand label
27576 name "uab:Querverweis-Formate"
27577
27578 \end_inset
27579
27580
27581 \begin_inset Index idx
27582 range none
27583 pageformat default
27584 status collapsed
27585
27586 \begin_layout Plain Layout
27587 Querverweise
27588 \begin_inset IndexMacro subentry
27589 status open
27590
27591 \begin_layout Plain Layout
27592 Formate
27593 \end_layout
27594
27595 \end_inset
27596
27597
27598 \end_layout
27599
27600 \end_inset
27601
27602
27603 \end_layout
27604
27605 \begin_layout Standard
27606 Es gibt sechs verschiedene Querverweisstile:
27607 \end_layout
27608
27609 \begin_layout Description
27610 <Querverweis>:
27611  druckt die Nummer der Gleitumgebung,
27612  dies ist die Voreinstellung:
27613  
27614 \begin_inset CommandInset ref
27615 LatexCommand ref
27616 reference "fig:Zwei-Teilabbildungen"
27617 nolink "false"
27618
27619 \end_inset
27620
27621
27622 \end_layout
27623
27624 \begin_layout Description
27625 (<Querverweis>):
27626  druckt die Nummer der Gleitumgebung umgeben von zwei runden Klammern,
27627  dies ist der Stil,
27628  wie er normalerweise für Verweise auf Formeln verwendet wird,
27629  speziell wenn der Name 
27630 \begin_inset Quotes gld
27631 \end_inset
27632
27633 Gleichung
27634 \begin_inset Quotes grd
27635 \end_inset
27636
27637  weggelassen wird:
27638  
27639 \begin_inset CommandInset ref
27640 LatexCommand eqref
27641 reference "eq:Wgn"
27642 nolink "false"
27643
27644 \end_inset
27645
27646
27647 \end_layout
27648
27649 \begin_layout Description
27650 <Seite>:
27651  druckt die Seitennummer:
27652  Seite
27653 \begin_inset space ~
27654 \end_inset
27655
27656
27657 \begin_inset CommandInset ref
27658 LatexCommand pageref
27659 reference "fig:Zwei-Teilabbildungen"
27660 nolink "false"
27661
27662 \end_inset
27663
27664
27665 \end_layout
27666
27667 \begin_layout Description
27668 auf
27669 \begin_inset space ~
27670 \end_inset
27671
27672 Seite
27673 \begin_inset space ~
27674 \end_inset
27675
27676 <Seite>:
27677  druckt den Text 
27678 \begin_inset Quotes gld
27679 \end_inset
27680
27681 auf Seite
27682 \begin_inset Quotes grd
27683 \end_inset
27684
27685  und die Seitennummer:
27686  
27687 \begin_inset CommandInset ref
27688 LatexCommand vpageref
27689 reference "fig:Zwei-Teilabbildungen"
27690 nolink "false"
27691
27692 \end_inset
27693
27694
27695 \end_layout
27696
27697 \begin_layout Description
27698 <Querverweis>
27699 \begin_inset space ~
27700 \end_inset
27701
27702 auf
27703 \begin_inset space ~
27704 \end_inset
27705
27706 Seite
27707 \begin_inset space ~
27708 \end_inset
27709
27710 <Seite>:
27711  druckt die Nummer der Gleitumgebung,
27712  den Text 
27713 \begin_inset Quotes gld
27714 \end_inset
27715
27716 auf Seite
27717 \begin_inset Quotes grd
27718 \end_inset
27719
27720 ,
27721  und die Seitennummer:
27722  
27723 \begin_inset CommandInset ref
27724 LatexCommand vref
27725 reference "fig:Zwei-Teilabbildungen"
27726 nolink "false"
27727
27728 \end_inset
27729
27730
27731 \end_layout
27732
27733 \begin_layout Description
27734 Formatierter
27735 \begin_inset space ~
27736 \end_inset
27737
27738 Querverweis:
27739  druckt ein selbst definiertes Querverweisformat
27740 \begin_inset Newline newline
27741 \end_inset
27742
27743
27744 \begin_inset Note Greyedout
27745 status open
27746
27747 \begin_layout Plain Layout
27748
27749 \series bold
27750 Bemerkung:
27751
27752 \series default
27753  Dies ist nur möglich,
27754  wenn das \SpecialChar LaTeX
27755 -Paket 
27756 \series bold
27757 prettyref
27758 \series default
27759  oder 
27760 \series bold
27761 refstyle
27762 \series default
27763
27764 \begin_inset Index idx
27765 range none
27766 pageformat default
27767 status collapsed
27768
27769 \begin_layout Plain Layout
27770 \SpecialChar LaTeX
27771 -Pakete
27772 \begin_inset IndexMacro subentry
27773 status open
27774
27775 \begin_layout Plain Layout
27776 prettyref
27777 \end_layout
27778
27779 \end_inset
27780
27781
27782 \end_layout
27783
27784 \end_inset
27785
27786
27787 \begin_inset Index idx
27788 range none
27789 pageformat default
27790 status collapsed
27791
27792 \begin_layout Plain Layout
27793 \SpecialChar LaTeX
27794 -Pakete
27795 \begin_inset IndexMacro subentry
27796 status open
27797
27798 \begin_layout Plain Layout
27799 refstyle
27800 \end_layout
27801
27802 \end_inset
27803
27804
27805 \end_layout
27806
27807 \end_inset
27808
27809  installiert ist.
27810 \end_layout
27811
27812 \end_inset
27813
27814
27815 \begin_inset Newline newline
27816 \end_inset
27817
27818 Sie können durch setzen der Option 
27819 \family sans
27820 Verwende refstyle (nicht prettyref) für Querverweise
27821 \family default
27822  im Menü 
27823 \family sans
27824 Dokument\SpecialChar menuseparator
27825 Einstellungen\SpecialChar menuseparator
27826 Dokumentklasse
27827 \family default
27828  wählen,
27829  welches \SpecialChar LaTeX
27830 -Paket für diesen Verweistyp verwendet wird.
27831  Das Format wird definiert,
27832  indem man den Befehl 
27833 \series bold
27834
27835 \backslash
27836 newrefformat
27837 \series default
27838  (prettyref) oder 
27839 \series bold
27840
27841 \backslash
27842 newref
27843 \series default
27844  (refstyle) in den \SpecialChar LaTeX
27845 -Vorspann einfügt.
27846  Z.
27847 \begin_inset space \thinspace{}
27848 \end_inset
27849
27850 B.
27851  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel 
27852 \begin_inset Quotes eld
27853 \end_inset
27854
27855
27856 \family sans
27857 abb
27858 \family default
27859
27860 \begin_inset Quotes erd
27861 \end_inset
27862
27863 ) mit dem Befehle
27864 \begin_inset Newline newline
27865 \end_inset
27866
27867
27868 \series bold
27869
27870 \backslash
27871 newref{abb}{refcmd={Bild auf Seite 
27872 \backslash
27873 pageref{#1}}}
27874 \series default
27875
27876 \begin_inset Newline newline
27877 \end_inset
27878
27879 geändert werden.
27880  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentationen verwiesen,
27881  
27882 \begin_inset CommandInset citation
27883 LatexCommand cite
27884 key "prettyref,refstyle"
27885 literal "true"
27886
27887 \end_inset
27888
27889 .
27890 \begin_inset Newline newline
27891 \end_inset
27892
27893 Die Optionen 
27894 \family sans
27895 Plural
27896 \family default
27897  und 
27898 \family sans
27899 Großschreibung
27900 \family default
27901  sind nur verfügbar,
27902  wenn Sie das \SpecialChar LaTeX
27903 -Paket 
27904 \series bold
27905 refstyle
27906 \series default
27907  verwenden.
27908  Beide Optionen sind für deutsche Text nicht nützlich,
27909  denn 
27910 \family sans
27911 Plural
27912 \family default
27913  fügt ein 
27914 \emph on
27915 s
27916 \emph default
27917  an den Namen an,
27918  z.
27919 \begin_inset space \thinspace{}
27920 \end_inset
27921
27922 B.
27923  
27924 \begin_inset Quotes gld
27925 \end_inset
27926
27927 Abbildungs
27928 \begin_inset Quotes grd
27929 \end_inset
27930
27931  und 
27932 \family sans
27933 Großschreibung
27934 \family default
27935  gibt den Namen großgeschrieben aus,
27936  z.
27937 \begin_inset space \thinspace{}
27938 \end_inset
27939
27940 B.
27941  
27942 \begin_inset Quotes gld
27943 \end_inset
27944
27945 Abbildung
27946 \begin_inset Quotes grd
27947 \end_inset
27948
27949 ,
27950  was aber bereits die Voreinstellung ist.
27951 \end_layout
27952
27953 \begin_layout Description
27954 Textverweis:
27955  druckt die Beschriftung oder den Namen der Referenz:
27956  
27957 \begin_inset CommandInset ref
27958 LatexCommand nameref
27959 reference "fig:Zwei-Teilabbildungen"
27960 nolink "false"
27961
27962 \end_inset
27963
27964
27965 \end_layout
27966
27967 \begin_layout Description
27968 Nur
27969 \begin_inset space ~
27970 \end_inset
27971
27972 Marke:
27973  gibt nur die \SpecialChar LaTeX
27974 -Marke der Referenz aus:
27975  
27976 \begin_inset CommandInset ref
27977 LatexCommand labelonly
27978 reference "fig:Zwei-Teilabbildungen"
27979 plural "false"
27980 caps "false"
27981 noprefix "false"
27982 nolink "false"
27983
27984 \end_inset
27985
27986
27987 \begin_inset Newline newline
27988 \end_inset
27989
27990 Damit kann man die Marke für Befehle im \SpecialChar TeX
27991 -Code verwenden.
27992  Mit der Option 
27993 \family sans
27994 Ohne
27995 \begin_inset space ~
27996 \end_inset
27997
27998 Präfix
27999 \family default
28000  kann der Präfix des Markennamens weggelassen werden:
28001  
28002 \begin_inset CommandInset ref
28003 LatexCommand labelonly
28004 reference "fig:Zwei-Teilabbildungen"
28005 plural "false"
28006 caps "false"
28007 noprefix "true"
28008 nolink "false"
28009
28010 \end_inset
28011
28012
28013 \end_layout
28014
28015 \begin_layout Standard
28016
28017 \family sans
28018 <Seite>
28019 \family default
28020  druckt nicht die Seitennummer,
28021  wenn sich die referenzierte Marke auf der vorherigen,
28022  der selben oder der nächsten Seite befindet.
28023  Stattdessen wird z.
28024 \begin_inset space \thinspace{}
28025 \end_inset
28026
28027 B.
28028  der Text 
28029 \begin_inset Quotes gld
28030 \end_inset
28031
28032
28033 \family sans
28034 auf dieser Seite
28035 \family default
28036
28037 \begin_inset Quotes grd
28038 \end_inset
28039
28040  gedruckt.
28041  Der Stil 
28042 \family sans
28043 <Querverweis>
28044 \begin_inset space ~
28045 \end_inset
28046
28047 auf
28048 \begin_inset space ~
28049 \end_inset
28050
28051 Seite
28052 \begin_inset space ~
28053 \end_inset
28054
28055 <Seite>
28056 \family default
28057  druckt nichts über die Seite,
28058  wenn die referenzierte Marke auf der gleichen Seite ist.
28059 \end_layout
28060
28061 \begin_layout Standard
28062 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird automatisch von \SpecialChar LaTeX
28063  berechnet.
28064  Die Stile können im Feld 
28065 \family sans
28066 Format
28067 \family default
28068  des Querverweis-Fensters eingestellt werden,
28069  das erscheint,
28070  wenn Sie auf einen Querverweis klicken.
28071 \end_layout
28072
28073 \begin_layout Standard
28074 \begin_inset Note Greyedout
28075 status open
28076
28077 \begin_layout Plain Layout
28078
28079 \series bold
28080 Bemerkung:
28081
28082 \series default
28083  Es wird empfohlen,
28084  das \SpecialChar LaTeX
28085 -Paket 
28086 \series bold
28087 refstyle
28088 \series default
28089
28090 \begin_inset Index idx
28091 range none
28092 pageformat default
28093 status collapsed
28094
28095 \begin_layout Plain Layout
28096 \SpecialChar LaTeX
28097 -Pakete
28098 \begin_inset IndexMacro subentry
28099 status open
28100
28101 \begin_layout Plain Layout
28102 refstyle
28103 \end_layout
28104
28105 \end_inset
28106
28107
28108 \end_layout
28109
28110 \end_inset
28111
28112  zu verwenden,
28113  da 
28114 \series bold
28115 prettyref
28116 \series default
28117
28118 \begin_inset Index idx
28119 range none
28120 pageformat default
28121 status collapsed
28122
28123 \begin_layout Plain Layout
28124 \SpecialChar LaTeX
28125 -Pakete
28126 \begin_inset IndexMacro subentry
28127 status open
28128
28129 \begin_layout Plain Layout
28130 prettyref
28131 \end_layout
28132
28133 \end_inset
28134
28135
28136 \end_layout
28137
28138 \end_inset
28139
28140  nicht alle möglichen \SpecialChar LyX
28141 -Marken-Kürzel
28142 \begin_inset Foot
28143 status collapsed
28144
28145 \begin_layout Plain Layout
28146  
28147 \begin_inset Quotes gld
28148 \end_inset
28149
28150 abb:
28151 \begin_inset Quotes grd
28152 \end_inset
28153
28154  ist z.
28155 \begin_inset space \thinspace{}
28156 \end_inset
28157
28158 B.
28159  \SpecialChar LyX
28160 ' Kürzel für Marken in Bildbeschriftungen.
28161 \end_layout
28162
28163 \end_inset
28164
28165  kennt und auch nicht internationalisiert ist.
28166 \end_layout
28167
28168 \end_inset
28169
28170
28171 \end_layout
28172
28173 \begin_layout Subsection
28174 Automatische Querverweisnamen
28175 \begin_inset Index idx
28176 range none
28177 pageformat default
28178 status collapsed
28179
28180 \begin_layout Plain Layout
28181 Querverweise
28182 \begin_inset IndexMacro subentry
28183 status open
28184
28185 \begin_layout Plain Layout
28186 Automatische Namen
28187 \end_layout
28188
28189 \end_inset
28190
28191
28192 \end_layout
28193
28194 \end_inset
28195
28196
28197 \end_layout
28198
28199 \begin_layout Standard
28200 Das \SpecialChar LaTeX
28201 -Paket 
28202 \series bold
28203 hyperref
28204 \series default
28205
28206 \begin_inset Index idx
28207 range none
28208 pageformat default
28209 status collapsed
28210
28211 \begin_layout Plain Layout
28212 \SpecialChar LaTeX
28213 -Pakete
28214 \begin_inset IndexMacro subentry
28215 status open
28216
28217 \begin_layout Plain Layout
28218 hyperref
28219 \end_layout
28220
28221 \end_inset
28222
28223
28224 \end_layout
28225
28226 \end_inset
28227
28228 ,
28229  das in den
28230 \family sans
28231  PDF-Eigenschaften
28232 \family default
28233  im 
28234 \family sans
28235 Dokument-Einstellungen
28236 \family default
28237  Dialog aktiviert werden kann,
28238  besitzt eine sehr nützliche Funktion,
28239  dass Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile wie 
28240 \emph on
28241 Abschnitt
28242 \emph default
28243 ).
28244  Sie müssen damit z.
28245 \begin_inset space \thinspace{}
28246 \end_inset
28247
28248 B.
28249  nicht mehr den Namen 
28250 \begin_inset Quotes gld
28251 \end_inset
28252
28253 Abbildung
28254 \begin_inset Quotes grd
28255 \end_inset
28256
28257  vor jeden Querverweis auf eine Abbildung schreiben.
28258  Um diese Funktion benutzen zu können,
28259  aktivieren Sie 
28260 \series bold
28261 hyperref
28262 \series default
28263  und fügen diese Zeile in den \SpecialChar LaTeX
28264 -Vorspann ein:
28265 \end_layout
28266
28267 \begin_layout Standard
28268
28269 \series bold
28270
28271 \backslash
28272 AtBeginDocument{
28273 \backslash
28274 renewcommand{
28275 \backslash
28276 ref}[1]{
28277 \backslash
28278 mbox{
28279 \backslash
28280 autoref{#1}}}}
28281 \end_layout
28282
28283 \begin_layout Standard
28284 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen,
28285  z.
28286 \begin_inset space \thinspace{}
28287 \end_inset
28288
28289 B.
28290  statt 
28291 \begin_inset Quotes gld
28292 \end_inset
28293
28294 Abschnitt
28295 \begin_inset Quotes grd
28296 \end_inset
28297
28298  den Namen 
28299 \begin_inset Quotes gld
28300 \end_inset
28301
28302 Kap.
28303 \begin_inset space \thinspace{}
28304 \end_inset
28305
28306
28307 \begin_inset Quotes grd
28308 \end_inset
28309
28310 ,
28311  können Sie den Namen umdefinieren,
28312  indem Sie dies zum Vorspann hinzufügen:
28313 \end_layout
28314
28315 \begin_layout Standard
28316
28317 \series bold
28318
28319 \backslash
28320 addto
28321 \backslash
28322 extrasngerman{
28323 \backslash
28324 renewcommand{
28325 \backslash
28326 sectionautorefname}
28327 \begin_inset Newline newline
28328 \end_inset
28329
28330
28331 \begin_inset Phantom HPhantom
28332 status open
28333
28334 \begin_layout Plain Layout
28335
28336 \series bold
28337 \begin_inset space ~
28338 \end_inset
28339
28340
28341 \end_layout
28342
28343 \end_inset
28344
28345 {Kap.
28346 \backslash
28347 negthinspace}}
28348 \end_layout
28349
28350 \begin_layout Standard
28351 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen,
28352  ersetzen Sie
28353 \begin_inset Newline newline
28354 \end_inset
28355
28356
28357 \series bold
28358
28359 \backslash
28360 extrasngerman
28361 \series default
28362  durch 
28363 \series bold
28364
28365 \backslash
28366 extras***
28367 \series default
28368 ,
28369  wobei *** der Name der verwendeten Sprache ist.
28370 \end_layout
28371
28372 \begin_layout Standard
28373 Um automatische Namen zu bekommen,
28374  jedoch nicht für bestimmte Querverweistypen,
28375  z.
28376 \begin_inset space \thinspace{}
28377 \end_inset
28378
28379 B.
28380  nicht für Gleichungen,
28381  benutzen Sie diesen Vorspanncode:
28382 \end_layout
28383
28384 \begin_layout Standard
28385
28386 \series bold
28387
28388 \backslash
28389 addto
28390 \backslash
28391 extrasngerman{
28392 \backslash
28393 renewcommand*{
28394 \backslash
28395 equationautorefname}[1]{}}
28396 \end_layout
28397
28398 \begin_layout Standard
28399 Mehr über dieses Thema finden Sie in der 
28400 \series bold
28401 hyperref
28402 \series default
28403 -Dokumentation 
28404 \begin_inset CommandInset citation
28405 LatexCommand cite
28406 key "hyperref"
28407 literal "true"
28408
28409 \end_inset
28410
28411 .
28412 \end_layout
28413
28414 \begin_layout Standard
28415 \begin_inset Note Greyedout
28416 status open
28417
28418 \begin_layout Plain Layout
28419
28420 \series bold
28421 Bemerkung:
28422
28423 \series default
28424  Automatische Querverweis-Namen können nicht verwendet werden,
28425  wenn Sie als Querverweisstil 
28426 \family sans
28427 Formatierter
28428 \begin_inset space ~
28429 \end_inset
28430
28431 Querverweis
28432 \family default
28433  benutzen,
28434  wie in Abschnitt
28435 \begin_inset space ~
28436 \end_inset
28437
28438
28439 \begin_inset CommandInset ref
28440 LatexCommand ref
28441 reference "uab:Querverweis-Formate"
28442 nolink "false"
28443
28444 \end_inset
28445
28446  beschrieben.
28447 \end_layout
28448
28449 \end_inset
28450
28451
28452 \end_layout
28453
28454 \begin_layout Standard
28455 Das 
28456 \emph on
28457 Mathe
28458 \emph default
28459  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
28460 \end_layout
28461
28462 \begin_layout Subsection
28463 Querverweis-Position
28464 \begin_inset CommandInset label
28465 LatexCommand label
28466 name "uab:Querverweis-Position"
28467
28468 \end_inset
28469
28470
28471 \begin_inset Index idx
28472 range none
28473 pageformat default
28474 status collapsed
28475
28476 \begin_layout Plain Layout
28477 Querverweise
28478 \begin_inset IndexMacro subentry
28479 status open
28480
28481 \begin_layout Plain Layout
28482  Position
28483 \end_layout
28484
28485 \end_inset
28486
28487
28488 \end_layout
28489
28490 \end_inset
28491
28492
28493 \end_layout
28494
28495 \begin_layout Standard
28496 Wenn Sie 
28497 \series bold
28498 hyperref
28499 \series default
28500
28501 \begin_inset Index idx
28502 range none
28503 pageformat default
28504 status collapsed
28505
28506 \begin_layout Plain Layout
28507 \SpecialChar LaTeX
28508 -Pakete
28509 \begin_inset IndexMacro subentry
28510 status open
28511
28512 \begin_layout Plain Layout
28513 hyperref
28514 \end_layout
28515
28516 \end_inset
28517
28518
28519 \end_layout
28520
28521 \end_inset
28522
28523  in den
28524 \family sans
28525  PDF-Eigenschaften
28526 \family default
28527  im 
28528 \family sans
28529 Dokument-Einstellungen
28530 \family default
28531  Dialog benutzen,
28532  um in der Ausgabe Querverweise zu verlinken,
28533  springt ein Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
28534  und Sie werden das Bild ohne Scrollen nicht sehen.
28535  Das liegt daran,
28536  dass der Querverweis-Link an der Marken-Position verankert ist.
28537  Wenn Sie das  \SpecialChar LaTeX
28538 -Paket 
28539 \series bold
28540 hypcap
28541 \series default
28542
28543 \begin_inset Index idx
28544 range none
28545 pageformat default
28546 status collapsed
28547
28548 \begin_layout Plain Layout
28549 \SpecialChar LaTeX
28550 -Pakete
28551 \begin_inset IndexMacro subentry
28552 status open
28553
28554 \begin_layout Plain Layout
28555 hypcap
28556 \end_layout
28557
28558 \end_inset
28559
28560
28561 \end_layout
28562
28563 \end_inset
28564
28565 ,
28566  das Teil des \SpecialChar LaTeX
28567 -Pakets 
28568 \series bold
28569 oberdiek
28570 \series default
28571
28572 \begin_inset Index idx
28573 range none
28574 pageformat default
28575 status collapsed
28576
28577 \begin_layout Plain Layout
28578 \SpecialChar LaTeX
28579 -Pakete
28580 \begin_inset IndexMacro subentry
28581 status open
28582
28583 \begin_layout Plain Layout
28584 oberdiek
28585 \end_layout
28586
28587 \end_inset
28588
28589
28590 \end_layout
28591
28592 \end_inset
28593
28594  ist,
28595  benutzen,
28596  wird der Anker am Anfang des Gleitobjekts gesetzt.
28597  Aber natürlich müssen Sie auch hier das \SpecialChar LaTeX
28598 -Paket 
28599 \series bold
28600 hypcap
28601 \series default
28602  zunächst in den \SpecialChar LaTeX
28603 -Vorspann laden:
28604 \end_layout
28605
28606 \begin_layout Standard
28607
28608 \series bold
28609
28610 \backslash
28611 usepackage[figure]{hypcap}
28612 \end_layout
28613
28614 \begin_layout Standard
28615 Sie können 
28616 \series bold
28617 hypcap
28618 \series default
28619  auch für alle Gleitobjekte benutzen,
28620  aber das wird aus Gründen der Stabilität nicht empfohlen.
28621  Weitere Informationen finden Sie im
28622 \series bold
28623  hypcap
28624 \series default
28625 -Handbuch 
28626 \begin_inset CommandInset citation
28627 LatexCommand cite
28628 key "hypcap"
28629 literal "true"
28630
28631 \end_inset
28632
28633 .
28634 \end_layout
28635
28636 \begin_layout Standard
28637 \begin_inset Note Greyedout
28638 status open
28639
28640 \begin_layout Plain Layout
28641
28642 \series bold
28643 Bemerkung:
28644
28645 \series default
28646  
28647 \series bold
28648 hypcap
28649 \series medium
28650  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
28651 \end_layout
28652
28653 \end_inset
28654
28655
28656 \end_layout
28657
28658 \begin_layout Section
28659 Gleitobjekt-Einstellungen
28660 \begin_inset CommandInset label
28661 LatexCommand label
28662 name "sec:Gleitobjekt-Einstellungen"
28663
28664 \end_inset
28665
28666
28667 \begin_inset Index idx
28668 range none
28669 pageformat default
28670 status open
28671
28672 \begin_layout Plain Layout
28673 Gleitobjekte
28674 \begin_inset IndexMacro subentry
28675 status open
28676
28677 \begin_layout Plain Layout
28678 Einstellungen
28679 \end_layout
28680
28681 \end_inset
28682
28683
28684 \end_layout
28685
28686 \end_inset
28687
28688
28689 \end_layout
28690
28691 \begin_layout Standard
28692 Gleitobjekt-Einstellungen können in \SpecialChar LyX
28693  an zwei Orten vorgenommen werden:
28694  In 
28695 \family sans
28696 Dokument\SpecialChar menuseparator
28697 Einstellungen\SpecialChar menuseparator
28698 Gleitobjekt-Einstellungen
28699 \family default
28700  können Sie einige Einstellungen (bezüglich Platzierung auf der Seite und Ausrichtung der Inhalte) vornehmen,
28701  die per Voreinstellung für alle Gleitobjekte des Dokuments gelten,
28702  so lange Sie nicht die lokalen Einstellungen eines Gleitobjekts modifizieren.
28703 \end_layout
28704
28705 \begin_layout Standard
28706 Dieses können Sie per Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
28707 \family sans
28708 Einstellungen\SpecialChar ldots
28709  
28710 \family default
28711 tun.
28712  Dies öffnet einen Dialog,
28713  in dem Sie – nun nur für dieses spezifische Gleitobjekt –,
28714  die globalen Einstellungen modifizieren können.
28715  Außerdem können Sie einige Einstellungen vornehmen,
28716  die es nur für einzelne Gleitobjekte gibt.
28717  All dies beschrieben wir in den folgenden Abschnitten.
28718 \end_layout
28719
28720 \begin_layout Subsection
28721 Gleitobjekt-Platzierung
28722 \begin_inset CommandInset label
28723 LatexCommand label
28724 name "abs:Gleitobjekt-Platzierung"
28725
28726 \end_inset
28727
28728
28729 \begin_inset Index idx
28730 range none
28731 pageformat default
28732 status collapsed
28733
28734 \begin_layout Plain Layout
28735 Gleitobjekte
28736 \begin_inset IndexMacro subentry
28737 status open
28738
28739 \begin_layout Plain Layout
28740 Platzierung
28741 \end_layout
28742
28743 \end_inset
28744
28745
28746 \end_layout
28747
28748 \end_inset
28749
28750
28751 \end_layout
28752
28753 \begin_layout Standard
28754 Sowohl in 
28755 \family sans
28756 Dokument\SpecialChar menuseparator
28757 Einstellungen
28758 \family default
28759  als auch im lokalen Dialog 
28760 \family sans
28761 Einstellungen\SpecialChar ldots
28762
28763 \family default
28764  können Sie den Algorithmus anpassen,
28765  den \SpecialChar LaTeX
28766  verwendet,
28767  um Gleitobjekte möglichst gut auf der Seite zu platzieren.
28768  Im ersteren Fall geschieht dies für alle Gleitobjekte,
28769  im zweiten nur für das aktuelle.
28770  Hierfür gibt es die Option 
28771 \family sans
28772 Platzierungseinstellungen
28773 \family default
28774 .
28775  Per Voreinstellung übernimmt \SpecialChar LyX
28776  hier die Einstellungen der Dokumentklasse (in 
28777 \family sans
28778 Dokument\SpecialChar menuseparator
28779 Einstellungen
28780 \family default
28781  ist die Voreinstellung entsprechend 
28782 \family sans
28783 Klassenvoreinstellung
28784 \family default
28785 ,
28786  im lokalen Dialog 
28787 \family sans
28788 Dokumentvoreinstellung
28789 \family default
28790 ,
28791  welches die Einstellung von 
28792 \family sans
28793 Dokument\SpecialChar menuseparator
28794 Einstellungen
28795 \family default
28796  übernimmt).
28797  Wenn Sie das ändern möchten,
28798  wählen Sie 
28799 \family sans
28800 Platzierungseinstellungen:
28801  Benutzerdefiniert
28802 \family default
28803 .
28804  Danach können Sie eine oder mehrere der folgenden Optionen auswählen:
28805 \end_layout
28806
28807 \begin_layout Description
28808 Hier
28809 \begin_inset space ~
28810 \end_inset
28811
28812 wenn
28813 \begin_inset space ~
28814 \end_inset
28815
28816 möglich versucht,
28817  das Gleitobjekt dort zu platzieren,
28818  wo es eingefügt wurde.
28819 \end_layout
28820
28821 \begin_layout Description
28822 Anfang
28823 \begin_inset space ~
28824 \end_inset
28825
28826 der
28827 \begin_inset space ~
28828 \end_inset
28829
28830 Seite
28831 \family sans
28832  
28833 \family default
28834 versucht,
28835  das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
28836  Gleitobjekte,
28837  die maximal 70
28838 \begin_inset space \thinspace{}
28839 \end_inset
28840
28841 % einer Seite benötigen,
28842  dürfen oben platziert werden.
28843  Dies kann durch die Variable 
28844 \series bold
28845
28846 \backslash
28847 topfraction
28848 \series default
28849  im \SpecialChar LaTeX
28850 -Vorspann überschrieben werden,
28851  zum Beispiel:
28852  
28853 \end_layout
28854
28855 \begin_deeper
28856 \begin_layout Standard
28857
28858 \series bold
28859
28860 \backslash
28861 renewcommand{
28862 \backslash
28863 topfraction}{0.9}
28864 \family typewriter
28865 \series default
28866  
28867 \end_layout
28868
28869 \end_deeper
28870 \begin_layout Description
28871 Ende
28872 \begin_inset space ~
28873 \end_inset
28874
28875 der
28876 \begin_inset space ~
28877 \end_inset
28878
28879 Seite versucht,
28880  das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
28881  Gleitobjekte,
28882  die maximal 30
28883 \begin_inset space \thinspace{}
28884 \end_inset
28885
28886 % einer Seite benötigen,
28887  dürfen unten platziert werden.
28888  Dies kann durch die Variable 
28889 \series bold
28890
28891 \backslash
28892 bottomfraction
28893 \series default
28894  im \SpecialChar LaTeX
28895 -Vorspann überschrieben werden,
28896  zum Beispiel setzt 
28897 \end_layout
28898
28899 \begin_deeper
28900 \begin_layout Standard
28901
28902 \series bold
28903
28904 \backslash
28905 renewcommand{
28906 \backslash
28907 bottomfraction}{0.5}
28908 \end_layout
28909
28910 \begin_layout Standard
28911 die oftmals zu kleine untere Grenze auf 50
28912 \begin_inset space \thinspace{}
28913 \end_inset
28914
28915 %.
28916 \end_layout
28917
28918 \end_deeper
28919 \begin_layout Description
28920 Seite
28921 \begin_inset space ~
28922 \end_inset
28923
28924 mit
28925 \begin_inset space ~
28926 \end_inset
28927
28928 Gleitobjekten versucht,
28929  das Gleitobjekt auf einer eigenen Seite zu platzieren.
28930  Nur wenn mehr als 50
28931 \begin_inset space \thinspace{}
28932 \end_inset
28933
28934 % einer Seite von Gleitobjekten belegt wird,
28935  wird eine neue Seite für weitere Gleitobjekte bereitgestellt.
28936  Dies kann durch die Variable 
28937 \series bold
28938
28939 \backslash
28940 floatpagefraction 
28941 \series default
28942 im \SpecialChar LaTeX
28943 -Vorspann überschrieben werden.
28944 \end_layout
28945
28946 \begin_layout Standard
28947 Die Reihenfolge der obigen Optionen wird 
28948 \emph on
28949 immer
28950 \emph default
28951  von \SpecialChar LaTeX
28952  verwendet.
28953  Das heißt wenn Sie die Standard-Platzierung verwenden,
28954  wird \SpecialChar LaTeX
28955  zuerst versuchen 
28956 \family sans
28957 Hier
28958 \begin_inset space \space{}
28959 \end_inset
28960
28961 wenn
28962 \begin_inset space \space{}
28963 \end_inset
28964
28965 möglich
28966 \family default
28967 ,
28968  dann 
28969 \family sans
28970 Anfang
28971 \begin_inset space ~
28972 \end_inset
28973
28974 der
28975 \begin_inset space ~
28976 \end_inset
28977
28978 Seite
28979 \family default
28980  und dann die anderen Optionen anzuwenden.
28981  Wenn Sie nicht die Standard-Platzierung verwenden,
28982  wird \SpecialChar LaTeX
28983  nur die von Ihnen gewählten Optionen versuchen anzuwenden,
28984  aber immer in derselben Reihenfolge.
28985  Wenn keine der 4 Platzierungen möglich sind,
28986  wird die Prozedur intern wiederholt,
28987  aber diesmal mit dem Ziel,
28988  das Gleitobjekt auf die nächste Seite zu setzen.
28989 \end_layout
28990
28991 \begin_layout Standard
28992 Die Option 
28993 \family sans
28994 Hier,
28995 \begin_inset space ~
28996 \end_inset
28997
28998 auf
28999 \begin_inset space ~
29000 \end_inset
29001
29002 jeden
29003 \begin_inset space ~
29004 \end_inset
29005
29006 Fall
29007 \family default
29008  sollte nur sehr selten benutzt werden und auch nur dann,
29009  wenn das Dokument fast druckreif ist.
29010  Denn mit der Option kann das Objekt nicht mehr 
29011 \emph on
29012 gleiten
29013 \emph default
29014 ,
29015  wenn Sie das Dokument ändern,
29016  und die Gestaltung der Seite wird dadurch oftmals zerstört.
29017 \end_layout
29018
29019 \begin_layout Standard
29020 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
29021  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
29022 \begin_inset VSpace bigskip
29023 \end_inset
29024
29025
29026 \end_layout
29027
29028 \begin_layout Standard
29029 Manchmal wird ein Gleitobjekt am Seitenanfang platziert,
29030  während sein zugehöriger Abschnitt erst auf der Seitenmitte beginnt,
29031  was den Eindruck erweckt,
29032  das Gleitobjekt sei Teil des vorherigen Abschnitts.
29033  Das kann mit dem \SpecialChar LaTeX
29034 -Befehl
29035 \series bold
29036  
29037 \backslash
29038 suppressfloats
29039 \series default
29040  verhindert werden.
29041  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite,
29042  auf der er steht,
29043  und sorgt so dafür,
29044  dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift gesetzt wird.
29045  Dazu müssen Sie im \SpecialChar LaTeX
29046 -Vorspann folgende Befehle einfügen:
29047 \end_layout
29048
29049 \begin_layout Standard
29050
29051 \series bold
29052
29053 \backslash
29054 let
29055 \backslash
29056 meinAbschnitt
29057 \backslash
29058 section
29059 \begin_inset Newline newline
29060 \end_inset
29061
29062
29063 \backslash
29064 renewcommand{
29065 \backslash
29066 section}{
29067 \backslash
29068 suppressfloats[t]
29069 \backslash
29070 meinAbschnitt}
29071 \end_layout
29072
29073 \begin_layout Standard
29074 Dasselbe können Sie für alle Überschriften von Kapiteln,
29075  Abschnitten und Unterabschnitten festlegen.
29076  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen,
29077  weil \SpecialChar LaTeX
29078  Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
29079 \end_layout
29080
29081 \begin_layout Standard
29082 Es gibt auch noch das \SpecialChar LaTeX
29083 -Paket 
29084 \series bold
29085 flafter
29086 \series default
29087
29088 \begin_inset Index idx
29089 range none
29090 pageformat default
29091 status collapsed
29092
29093 \begin_layout Plain Layout
29094 \SpecialChar LaTeX
29095 -Pakete
29096 \begin_inset IndexMacro subentry
29097 status open
29098
29099 \begin_layout Plain Layout
29100 flafter
29101 \end_layout
29102
29103 \end_inset
29104
29105
29106 \end_layout
29107
29108 \end_inset
29109
29110  das dafür sorgt,
29111  dass prinzipiell kein Gleitobjekt vor seiner Definition gedruckt wird.
29112 \end_layout
29113
29114 \begin_layout Standard
29115 \begin_inset VSpace bigskip
29116 \end_inset
29117
29118 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
29119  Dafür gibt es das \SpecialChar LaTeX
29120 -Paket 
29121 \series bold
29122 endfloat
29123 \series default
29124
29125 \begin_inset Index idx
29126 range none
29127 pageformat default
29128 status collapsed
29129
29130 \begin_layout Plain Layout
29131 \SpecialChar LaTeX
29132 -Pakete
29133 \begin_inset IndexMacro subentry
29134 status open
29135
29136 \begin_layout Plain Layout
29137 endfloat
29138 \end_layout
29139
29140 \end_inset
29141
29142
29143 \end_layout
29144
29145 \end_inset
29146
29147 .
29148  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
29149  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie 
29150 \family sans
29151
29152 \begin_inset Quotes gld
29153 \end_inset
29154
29155 [Abbildung
29156 \begin_inset space ~
29157 \end_inset
29158
29159 3.2 ist ungefähr hier.]
29160 \family default
29161
29162 \begin_inset Quotes grd
29163 \end_inset
29164
29165  finden.
29166  Das 
29167 \series bold
29168 endfloat
29169 \series default
29170 -Paket wird mit folgendem Befehl in den \SpecialChar LaTeX
29171 -Vorspann eingefügt:
29172 \end_layout
29173
29174 \begin_layout Standard
29175
29176 \series bold
29177
29178 \backslash
29179 usepackage[Optionen]{endfloat}
29180 \end_layout
29181
29182 \begin_layout Standard
29183 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und Tabellen-Abschnitte,
29184  die Sie in der 
29185 \series bold
29186 endfloat
29187 \series default
29188 -Dokumentation 
29189 \begin_inset CommandInset citation
29190 LatexCommand cite
29191 key "endfloat"
29192 literal "true"
29193
29194 \end_inset
29195
29196  nachlesen können.
29197 \begin_inset Newline newline
29198 \end_inset
29199
29200
29201 \begin_inset Note Greyedout
29202 status open
29203
29204 \begin_layout Plain Layout
29205
29206 \series bold
29207 Bemerkung
29208 \begin_inset space ~
29209 \end_inset
29210
29211 1:
29212  endfloat
29213 \series default
29214  übersetzt den Hinweistext nicht automatisch.
29215  Abschnitt
29216 \begin_inset space ~
29217 \end_inset
29218
29219 4 in 
29220 \begin_inset CommandInset citation
29221 LatexCommand cite
29222 key "endfloat"
29223 literal "true"
29224
29225 \end_inset
29226
29227  beschreibt,
29228  wie es geht.
29229 \end_layout
29230
29231 \end_inset
29232
29233
29234 \end_layout
29235
29236 \begin_layout Standard
29237 \begin_inset Note Greyedout
29238 status open
29239
29240 \begin_layout Plain Layout
29241
29242 \series bold
29243 Bemerkung
29244 \begin_inset space ~
29245 \end_inset
29246
29247 2:
29248  
29249 \series default
29250 Die aktuelle Version von 
29251 \series bold
29252 endfloat
29253 \series default
29254  hat einen Fehler,
29255  wenn die Überschrift ein 
29256 \begin_inset Quotes gld
29257 \end_inset
29258
29259 ß
29260 \begin_inset Quotes grd
29261 \end_inset
29262
29263  enthält.
29264  Sie müssen stattdessen den Befehl 
29265 \series bold
29266
29267 \backslash
29268 ss
29269 \series default
29270  als \SpecialChar TeX
29271 -Code benutzen.
29272 \end_layout
29273
29274 \end_inset
29275
29276
29277 \end_layout
29278
29279 \begin_layout Standard
29280 \begin_inset VSpace bigskip
29281 \end_inset
29282
29283 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in \SpecialChar LaTeX
29284 -Büchern wie 
29285 \begin_inset CommandInset citation
29286 LatexCommand cite
29287 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
29288 literal "true"
29289
29290 \end_inset
29291
29292 .
29293 \end_layout
29294
29295 \begin_layout Subsection
29296 Ausrichtung des Inhalts
29297 \end_layout
29298
29299 \begin_layout Standard
29300 In dieser Liste von Optionen können Sie festlegen,
29301  wie die Inhalte eines Gleitobjekts (oder aller Gleitobjekte,
29302  wenn Sie das in 
29303 \family sans
29304 Dokument\SpecialChar menuseparator
29305 Einstellungen
29306 \family default
29307  festlegen),
29308  horizontal ausgerichtet werden.
29309  
29310 \family sans
29311 Klassenvoreinstellung
29312 \family default
29313  bedeutet,
29314  dass die Ausrichtung,
29315  wie Sie in der Klasse (bzw.
29316  von \SpecialChar LaTeX
29317 ) für Gleitobjekte voreingestellt ist,
29318  übernommen wird.
29319  
29320 \family sans
29321 Dokumentvoreinstellung
29322 \family default
29323  (nur im lokalen Dialog Gleitobjekt-Einstellungen sichtbar,
29324  nicht in 
29325 \family sans
29326 Dokument\SpecialChar menuseparator
29327 Einstellungen
29328 \family default
29329 ) übernimmt die Einstellungen aus 
29330 \family sans
29331 Dokument\SpecialChar menuseparator
29332 Einstellungen
29333 \family default
29334  (standardmäßig sind das ebenfalls die Klassenvoreinstellungen).
29335  Die anderen drei Optionen,
29336  
29337 \family sans
29338 Links
29339 \family default
29340 ,
29341  
29342 \family sans
29343 Rechts
29344 \family default
29345  und 
29346 \family sans
29347 Zentriert
29348 \family default
29349 ,
29350  sind selbsterklärend.
29351  Wenn eine dieser drei in 
29352 \family sans
29353 Dokument\SpecialChar menuseparator
29354 Einstellungen\SpecialChar menuseparator
29355 Gleitobjekt-Einstellungen
29356 \family default
29357  gewählt wurde,
29358  werden alle Gleitobjekte standardmäßig so ausgerichtet (es ist also recht einfach,
29359  beispielsweise alle Gleitobjekte zentriert auszurichten).
29360 \end_layout
29361
29362 \begin_layout Subsection
29363 Weitere Optionen
29364 \end_layout
29365
29366 \begin_layout Standard
29367 Diese Optionen sind nur im lokalen Dialog Gleitobjekt-Einstellungen sichtbar,
29368  nicht in 
29369 \family sans
29370 Dokument\SpecialChar menuseparator
29371 Einstellungen
29372 \family default
29373 .
29374 \end_layout
29375
29376 \begin_layout Standard
29377 Die Option 
29378 \family sans
29379 Spalten
29380 \begin_inset space ~
29381 \end_inset
29382
29383 überspannen
29384 \family default
29385  ist bei zweispaltigen Dokumenten sinnvoll.
29386  Wenn Sie sie wählen,
29387  wird das Gleitobjekt über beide Spalten gesetzt.
29388 \end_layout
29389
29390 \begin_layout Standard
29391 Die Option 
29392 \family sans
29393 Seitwärts
29394 \begin_inset space ~
29395 \end_inset
29396
29397 drehen
29398 \family default
29399  ist in Abschnitt 
29400 \begin_inset CommandInset ref
29401 LatexCommand ref
29402 reference "abs:Gedrehte-Gleitobjekte"
29403 nolink "false"
29404
29405 \end_inset
29406
29407  beschrieben.
29408 \end_layout
29409
29410 \begin_layout Section
29411 Gedrehte Gleitobjekte
29412 \begin_inset CommandInset label
29413 LatexCommand label
29414 name "abs:Gedrehte-Gleitobjekte"
29415
29416 \end_inset
29417
29418
29419 \begin_inset Index idx
29420 range none
29421 pageformat default
29422 status collapsed
29423
29424 \begin_layout Plain Layout
29425 Gleitobjekte
29426 \begin_inset IndexMacro subentry
29427 status open
29428
29429 \begin_layout Plain Layout
29430 drehen
29431 \end_layout
29432
29433 \end_inset
29434
29435
29436 \end_layout
29437
29438 \end_inset
29439
29440
29441 \end_layout
29442
29443 \begin_layout Standard
29444 Wenn Bilder oder Tabellen breiter als die Seite sind,
29445  wollen Sie diese vielleicht drehen.
29446  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken und die Option 
29447 \family sans
29448 Seitwärts
29449 \begin_inset space ~
29450 \end_inset
29451
29452 drehen
29453 \family default
29454  wählen.
29455 \end_layout
29456
29457 \begin_layout Standard
29458 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte,
29459  wenn sie ein mehrspaltiges Dokument haben) gedruckt.
29460  Sie können mehrere Spalten überspannen,
29461  wenn die Option 
29462 \family sans
29463 Spalten
29464 \begin_inset space ~
29465 \end_inset
29466
29467 überspannen
29468 \family default
29469  in den Gleitobjekt Einstellungen gewählt ist.
29470  Gleitobjekte werden immer so gedreht,
29471  dass sie vom äußeren Rand her gelesen werden können.
29472  Um eine Drehrichtung für alle Seiten zu erzwingen,
29473  fügen Sie entweder die Option 
29474 \series bold
29475 figuresleft
29476 \series default
29477  oder 
29478 \series bold
29479 figuresright
29480 \series default
29481  zu den Dokumentklassen-Optionen hinzu.
29482 \end_layout
29483
29484 \begin_layout Standard
29485 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
29486  Tabelle
29487 \begin_inset space ~
29488 \end_inset
29489
29490
29491 \begin_inset CommandInset ref
29492 LatexCommand ref
29493 reference "tab:Gedrehte-Tabelle"
29494 nolink "false"
29495
29496 \end_inset
29497
29498  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
29499 \end_layout
29500
29501 \begin_layout Standard
29502 \begin_inset Note Greyedout
29503 status open
29504
29505 \begin_layout Plain Layout
29506
29507 \series bold
29508 Bemerkung:
29509
29510 \series default
29511  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
29512 \end_layout
29513
29514 \end_inset
29515
29516
29517 \end_layout
29518
29519 \begin_layout Standard
29520 \begin_inset Float table
29521 placement document
29522 alignment document
29523 wide false
29524 sideways true
29525 status open
29526
29527 \begin_layout Plain Layout
29528 \begin_inset Caption Standard
29529
29530 \begin_layout Plain Layout
29531 \begin_inset CommandInset label
29532 LatexCommand label
29533 name "tab:Gedrehte-Tabelle"
29534
29535 \end_inset
29536
29537 Gedrehte Tabelle
29538 \end_layout
29539
29540 \end_inset
29541
29542
29543 \end_layout
29544
29545 \begin_layout Plain Layout
29546 \align center
29547 \begin_inset Tabular
29548 <lyxtabular version="3" rows="1" columns="5">
29549 <features tabularvalignment="middle">
29550 <column alignment="center" valignment="top">
29551 <column alignment="center" valignment="top">
29552 <column alignment="center" valignment="top">
29553 <column alignment="center" valignment="top">
29554 <column alignment="center" valignment="top">
29555 <row>
29556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29557 \begin_inset Text
29558
29559 \begin_layout Plain Layout
29560 Test
29561 \end_layout
29562
29563 \end_inset
29564 </cell>
29565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29566 \begin_inset Text
29567
29568 \begin_layout Plain Layout
29569 b
29570 \end_layout
29571
29572 \end_inset
29573 </cell>
29574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29575 \begin_inset Text
29576
29577 \begin_layout Plain Layout
29578 c
29579 \end_layout
29580
29581 \end_inset
29582 </cell>
29583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29584 \begin_inset Text
29585
29586 \begin_layout Plain Layout
29587 d
29588 \end_layout
29589
29590 \end_inset
29591 </cell>
29592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29593 \begin_inset Text
29594
29595 \begin_layout Plain Layout
29596 e
29597 \end_layout
29598
29599 \end_inset
29600 </cell>
29601 </row>
29602 </lyxtabular>
29603
29604 \end_inset
29605
29606
29607 \end_layout
29608
29609 \end_inset
29610
29611
29612 \end_layout
29613
29614 \begin_layout Section
29615 Untergleitobjekte
29616 \begin_inset Index idx
29617 range none
29618 pageformat default
29619 status collapsed
29620
29621 \begin_layout Plain Layout
29622 Gleitobjekte
29623 \begin_inset IndexMacro subentry
29624 status open
29625
29626 \begin_layout Plain Layout
29627 Untergleitobjekte
29628 \end_layout
29629
29630 \end_inset
29631
29632
29633 \end_layout
29634
29635 \end_inset
29636
29637
29638 \end_layout
29639
29640 \begin_layout Standard
29641 Untergleitobjekte werden z.
29642 \begin_inset space \thinspace{}
29643 \end_inset
29644
29645 B.
29646  verwendet,
29647  wenn eine Abbildung aus mehreren Bildern besteht.
29648  Sie werden erstellt,
29649  indem ein Gleitobjekt in ein bestehendes Gleitobjekt eingefügt wird.
29650  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden,
29651  siehe in Tabelle
29652 \begin_inset space ~
29653 \end_inset
29654
29655
29656 \begin_inset CommandInset ref
29657 LatexCommand ref
29658 reference "tab:Untertabellen-nebeneinander"
29659 nolink "false"
29660
29661 \end_inset
29662
29663  und 
29664 \begin_inset CommandInset ref
29665 LatexCommand ref
29666 reference "tab:Untertabellen-übereinander"
29667 nolink "false"
29668
29669 \end_inset
29670
29671 .
29672 \end_layout
29673
29674 \begin_layout Standard
29675 Untergleitobjekte können wie normale Gleitobjekte referenziert werden:
29676  Tabelle
29677 \begin_inset space ~
29678 \end_inset
29679
29680
29681 \begin_inset CommandInset ref
29682 LatexCommand ref
29683 reference "tab:Untertabelle-a"
29684 nolink "false"
29685
29686 \end_inset
29687
29688  und 
29689 \begin_inset CommandInset ref
29690 LatexCommand ref
29691 reference "tab:Untertabelle-b"
29692 nolink "false"
29693
29694 \end_inset
29695
29696  sind Untertabellen von Tabelle
29697 \begin_inset space ~
29698 \end_inset
29699
29700
29701 \begin_inset CommandInset ref
29702 LatexCommand ref
29703 reference "tab:Untertabellen-nebeneinander"
29704 nolink "false"
29705
29706 \end_inset
29707
29708 .
29709 \end_layout
29710
29711 \begin_layout Standard
29712 \begin_inset Float table
29713 placement document
29714 alignment document
29715 wide false
29716 sideways false
29717 status open
29718
29719 \begin_layout Plain Layout
29720 \begin_inset Caption Standard
29721
29722 \begin_layout Plain Layout
29723 \begin_inset CommandInset label
29724 LatexCommand label
29725 name "tab:Untertabellen-nebeneinander"
29726
29727 \end_inset
29728
29729 Zwei Untertabellen nebeneinander.
29730 \end_layout
29731
29732 \end_inset
29733
29734
29735 \end_layout
29736
29737 \begin_layout Plain Layout
29738 \align center
29739 \begin_inset space \hfill{}
29740 \end_inset
29741
29742
29743 \begin_inset Float table
29744 placement document
29745 alignment document
29746 wide false
29747 sideways false
29748 status collapsed
29749
29750 \begin_layout Plain Layout
29751 \begin_inset Caption Standard
29752
29753 \begin_layout Plain Layout
29754 \begin_inset CommandInset label
29755 LatexCommand label
29756 name "tab:Untertabelle-a"
29757
29758 \end_inset
29759
29760 Dies ist Untertabelle a.
29761 \end_layout
29762
29763 \end_inset
29764
29765
29766 \end_layout
29767
29768 \begin_layout Plain Layout
29769 \align center
29770 \begin_inset Tabular
29771 <lyxtabular version="3" rows="1" columns="5">
29772 <features tabularvalignment="middle">
29773 <column alignment="center" valignment="top">
29774 <column alignment="center" valignment="top">
29775 <column alignment="center" valignment="top">
29776 <column alignment="center" valignment="top">
29777 <column alignment="center" valignment="top">
29778 <row>
29779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29780 \begin_inset Text
29781
29782 \begin_layout Plain Layout
29783 Test
29784 \end_layout
29785
29786 \end_inset
29787 </cell>
29788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29789 \begin_inset Text
29790
29791 \begin_layout Plain Layout
29792 b
29793 \end_layout
29794
29795 \end_inset
29796 </cell>
29797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29798 \begin_inset Text
29799
29800 \begin_layout Plain Layout
29801 c
29802 \end_layout
29803
29804 \end_inset
29805 </cell>
29806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29807 \begin_inset Text
29808
29809 \begin_layout Plain Layout
29810 d
29811 \end_layout
29812
29813 \end_inset
29814 </cell>
29815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29816 \begin_inset Text
29817
29818 \begin_layout Plain Layout
29819 e
29820 \end_layout
29821
29822 \end_inset
29823 </cell>
29824 </row>
29825 </lyxtabular>
29826
29827 \end_inset
29828
29829
29830 \end_layout
29831
29832 \end_inset
29833
29834
29835 \begin_inset space \hfill{}
29836 \end_inset
29837
29838
29839 \begin_inset Float table
29840 placement document
29841 alignment document
29842 wide false
29843 sideways false
29844 status collapsed
29845
29846 \begin_layout Plain Layout
29847 \begin_inset Caption Standard
29848
29849 \begin_layout Plain Layout
29850 \begin_inset CommandInset label
29851 LatexCommand label
29852 name "tab:Untertabelle-b"
29853
29854 \end_inset
29855
29856 Dies ist Untertabelle b.
29857 \end_layout
29858
29859 \end_inset
29860
29861
29862 \end_layout
29863
29864 \begin_layout Plain Layout
29865 \align center
29866 \begin_inset Tabular
29867 <lyxtabular version="3" rows="1" columns="5">
29868 <features tabularvalignment="middle">
29869 <column alignment="center" valignment="top">
29870 <column alignment="center" valignment="top">
29871 <column alignment="center" valignment="top">
29872 <column alignment="center" valignment="top">
29873 <column alignment="center" valignment="top">
29874 <row>
29875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29876 \begin_inset Text
29877
29878 \begin_layout Plain Layout
29879 e
29880 \end_layout
29881
29882 \end_inset
29883 </cell>
29884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29885 \begin_inset Text
29886
29887 \begin_layout Plain Layout
29888 d
29889 \end_layout
29890
29891 \end_inset
29892 </cell>
29893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29894 \begin_inset Text
29895
29896 \begin_layout Plain Layout
29897 c
29898 \end_layout
29899
29900 \end_inset
29901 </cell>
29902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29903 \begin_inset Text
29904
29905 \begin_layout Plain Layout
29906 b
29907 \end_layout
29908
29909 \end_inset
29910 </cell>
29911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29912 \begin_inset Text
29913
29914 \begin_layout Plain Layout
29915 Test
29916 \end_layout
29917
29918 \end_inset
29919 </cell>
29920 </row>
29921 </lyxtabular>
29922
29923 \end_inset
29924
29925
29926 \end_layout
29927
29928 \end_inset
29929
29930
29931 \begin_inset space \hfill{}
29932 \end_inset
29933
29934
29935 \end_layout
29936
29937 \end_inset
29938
29939
29940 \end_layout
29941
29942 \begin_layout Standard
29943 \begin_inset Float table
29944 placement document
29945 alignment document
29946 wide false
29947 sideways false
29948 status open
29949
29950 \begin_layout Plain Layout
29951 \begin_inset Caption Standard
29952
29953 \begin_layout Plain Layout
29954 \begin_inset CommandInset label
29955 LatexCommand label
29956 name "tab:Untertabellen-übereinander"
29957
29958 \end_inset
29959
29960 Zwei Untertabellen übereinander.
29961  (a) Tabelle mit 4 Zellen,
29962  (b) Tabelle mit 5 Zellen.
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \end_layout
29969
29970 \begin_layout Plain Layout
29971 \align center
29972 \begin_inset Float table
29973 placement document
29974 alignment document
29975 wide false
29976 sideways false
29977 status collapsed
29978
29979 \begin_layout Plain Layout
29980 \begin_inset Caption Standard
29981
29982 \begin_layout Plain Layout
29983
29984 \end_layout
29985
29986 \end_inset
29987
29988
29989 \end_layout
29990
29991 \begin_layout Plain Layout
29992 \align center
29993 \begin_inset Tabular
29994 <lyxtabular version="3" rows="1" columns="4">
29995 <features tabularvalignment="middle">
29996 <column alignment="center" valignment="top">
29997 <column alignment="center" valignment="top">
29998 <column alignment="center" valignment="top">
29999 <column alignment="center" valignment="top">
30000 <row>
30001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30002 \begin_inset Text
30003
30004 \begin_layout Plain Layout
30005 Test
30006 \end_layout
30007
30008 \end_inset
30009 </cell>
30010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30011 \begin_inset Text
30012
30013 \begin_layout Plain Layout
30014 Test
30015 \end_layout
30016
30017 \end_inset
30018 </cell>
30019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30020 \begin_inset Text
30021
30022 \begin_layout Plain Layout
30023 Test
30024 \end_layout
30025
30026 \end_inset
30027 </cell>
30028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30029 \begin_inset Text
30030
30031 \begin_layout Plain Layout
30032 Test
30033 \end_layout
30034
30035 \end_inset
30036 </cell>
30037 </row>
30038 </lyxtabular>
30039
30040 \end_inset
30041
30042
30043 \end_layout
30044
30045 \end_inset
30046
30047
30048 \end_layout
30049
30050 \begin_layout Plain Layout
30051 \align center
30052 \begin_inset Float table
30053 placement document
30054 alignment document
30055 wide false
30056 sideways false
30057 status collapsed
30058
30059 \begin_layout Plain Layout
30060 \begin_inset Caption Standard
30061
30062 \begin_layout Plain Layout
30063
30064 \end_layout
30065
30066 \end_inset
30067
30068
30069 \end_layout
30070
30071 \begin_layout Plain Layout
30072 \align center
30073 \begin_inset Tabular
30074 <lyxtabular version="3" rows="1" columns="5">
30075 <features tabularvalignment="middle">
30076 <column alignment="center" valignment="top">
30077 <column alignment="center" valignment="top">
30078 <column alignment="center" valignment="top">
30079 <column alignment="center" valignment="top">
30080 <column alignment="center" valignment="top">
30081 <row>
30082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30083 \begin_inset Text
30084
30085 \begin_layout Plain Layout
30086 a
30087 \end_layout
30088
30089 \end_inset
30090 </cell>
30091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30092 \begin_inset Text
30093
30094 \begin_layout Plain Layout
30095 b
30096 \end_layout
30097
30098 \end_inset
30099 </cell>
30100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30101 \begin_inset Text
30102
30103 \begin_layout Plain Layout
30104 c
30105 \end_layout
30106
30107 \end_inset
30108 </cell>
30109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30110 \begin_inset Text
30111
30112 \begin_layout Plain Layout
30113 d
30114 \end_layout
30115
30116 \end_inset
30117 </cell>
30118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30119 \begin_inset Text
30120
30121 \begin_layout Plain Layout
30122 e
30123 \end_layout
30124
30125 \end_inset
30126 </cell>
30127 </row>
30128 </lyxtabular>
30129
30130 \end_inset
30131
30132
30133 \end_layout
30134
30135 \end_inset
30136
30137
30138 \end_layout
30139
30140 \end_inset
30141
30142
30143 \end_layout
30144
30145 \begin_layout Section
30146 Gleitobjekte nebeneinander
30147 \begin_inset Index idx
30148 range none
30149 pageformat default
30150 status collapsed
30151
30152 \begin_layout Plain Layout
30153 Gleitobjekte
30154 \begin_inset IndexMacro subentry
30155 status open
30156
30157 \begin_layout Plain Layout
30158 nebeneinander
30159 \end_layout
30160
30161 \end_inset
30162
30163
30164 \end_layout
30165
30166 \end_inset
30167
30168
30169 \end_layout
30170
30171 \begin_layout Standard
30172 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
30173 \begin_inset space ~
30174 \end_inset
30175
30176
30177 \begin_inset CommandInset ref
30178 LatexCommand ref
30179 reference "abb:Gleitobjekt-links"
30180 nolink "false"
30181
30182 \end_inset
30183
30184  und 
30185 \begin_inset CommandInset ref
30186 LatexCommand ref
30187 reference "abb:Gleitobjekt-rechts"
30188 nolink "false"
30189
30190 \end_inset
30191
30192  wird nur 
30193 \emph on
30194 ein
30195 \emph default
30196  Gleitobjekt verwendet.
30197  In dieses werden zwei Minipage Boxen eingefügt.
30198 \begin_inset Foot
30199 status collapsed
30200
30201 \begin_layout Plain Layout
30202 Minipages sind in Abschnitt
30203 \begin_inset space ~
30204 \end_inset
30205
30206
30207 \begin_inset CommandInset ref
30208 LatexCommand ref
30209 reference "abs:Minipage"
30210 nolink "false"
30211
30212 \end_inset
30213
30214  erklärt.
30215 \end_layout
30216
30217 \end_inset
30218
30219  Die Breite wird für jede Minipage auf 45
30220 \begin_inset space \thinspace{}
30221 \end_inset
30222
30223 -50
30224 \begin_inset space \thinspace{}
30225 \end_inset
30226
30227 Spalten% und die Box Ausrichtung auf 
30228 \family sans
30229 Unten
30230 \family default
30231  gesetzt.
30232  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem Gleitobjekt.
30233  Der einzige Unterschied ist,
30234  dass die Bildeinheit 
30235 \family sans
30236 Spaltenbreite
30237 \begin_inset space ~
30238 \end_inset
30239
30240 %
30241 \family default
30242  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
30243 \end_layout
30244
30245 \begin_layout Standard
30246 \begin_inset Float figure
30247 placement document
30248 alignment document
30249 wide false
30250 sideways false
30251 status open
30252
30253 \begin_layout Plain Layout
30254 \begin_inset Box Frameless
30255 position "b"
30256 hor_pos "c"
30257 has_inner_box 1
30258 inner_pos "t"
30259 use_parbox 0
30260 use_makebox 0
30261 width "45col%"
30262 special "none"
30263 height "1in"
30264 height_special "totalheight"
30265 thickness "0.4pt"
30266 separation "3pt"
30267 shadowsize "4pt"
30268 framecolor "black"
30269 backgroundcolor "none"
30270 status open
30271
30272 \begin_layout Plain Layout
30273 \align center
30274 \begin_inset Graphics
30275         filename ../clipart/2D-intensity-plot.pdf
30276         width 100col%
30277         scaleBeforeRotation
30278
30279 \end_inset
30280
30281
30282 \end_layout
30283
30284 \begin_layout Plain Layout
30285 \begin_inset Caption Standard
30286
30287 \begin_layout Plain Layout
30288 \begin_inset CommandInset label
30289 LatexCommand label
30290 name "abb:Gleitobjekt-links"
30291
30292 \end_inset
30293
30294 Gleitobjekt auf der linken Seite.
30295 \end_layout
30296
30297 \end_inset
30298
30299
30300 \end_layout
30301
30302 \end_inset
30303
30304
30305 \begin_inset space \hfill{}
30306 \end_inset
30307
30308
30309 \begin_inset Box Frameless
30310 position "b"
30311 hor_pos "c"
30312 has_inner_box 1
30313 inner_pos "t"
30314 use_parbox 0
30315 use_makebox 0
30316 width "45col%"
30317 special "none"
30318 height "1in"
30319 height_special "totalheight"
30320 thickness "0.4pt"
30321 separation "3pt"
30322 shadowsize "4pt"
30323 framecolor "black"
30324 backgroundcolor "none"
30325 status open
30326
30327 \begin_layout Plain Layout
30328 \align center
30329 \begin_inset Graphics
30330         filename ../clipart/Star-structure.pdf
30331         width 100col%
30332         scaleBeforeRotation
30333
30334 \end_inset
30335
30336
30337 \end_layout
30338
30339 \begin_layout Plain Layout
30340 \begin_inset Caption Standard
30341
30342 \begin_layout Plain Layout
30343 \begin_inset CommandInset label
30344 LatexCommand label
30345 name "abb:Gleitobjekt-rechts"
30346
30347 \end_inset
30348
30349 Gleitobjekt auf der rechten Seite.
30350 \end_layout
30351
30352 \end_inset
30353
30354
30355 \end_layout
30356
30357 \end_inset
30358
30359
30360 \end_layout
30361
30362 \end_inset
30363
30364
30365 \end_layout
30366
30367 \begin_layout Standard
30368 Eine alternative und einfachere Methode ist,
30369  das Modul 
30370 \family sans
30371 Breitenvariable
30372 \begin_inset space ~
30373 \end_inset
30374
30375 Minipages
30376 \family default
30377  zu verwenden,
30378  siehe Abschnitt
30379 \begin_inset space ~
30380 \end_inset
30381
30382
30383 \begin_inset CommandInset ref
30384 LatexCommand ref
30385 reference "abs:Minipage"
30386 nolink "false"
30387
30388 \end_inset
30389
30390 .
30391  Breitenvariable Minipages berücksichtigen die Breite der Abbildungen und Tabellen automatisch,
30392  so dass keine explizite Breite angegeben werden muss.
30393  Die \SpecialChar LyX
30394 -Beispieldatei 
30395 \emph on
30396 varwidth-floats-side-by-side
30397 \emph default
30398  zeigt ein paar Beispiele.
30399 \end_layout
30400
30401 \begin_layout Section
30402 Beschriftungs-Formatierung
30403 \begin_inset CommandInset label
30404 LatexCommand label
30405 name "abs:Titel-Formatierung"
30406
30407 \end_inset
30408
30409
30410 \begin_inset Index idx
30411 range none
30412 pageformat default
30413 status collapsed
30414
30415 \begin_layout Plain Layout
30416 Gleitobjekte
30417 \begin_inset IndexMacro subentry
30418 status open
30419
30420 \begin_layout Plain Layout
30421 Beschriftung
30422 \end_layout
30423
30424 \end_inset
30425
30426
30427 \begin_inset IndexMacro subentry
30428 status open
30429
30430 \begin_layout Plain Layout
30431 Formatierung
30432 \end_layout
30433
30434 \end_inset
30435
30436
30437 \end_layout
30438
30439 \end_inset
30440
30441
30442 \end_layout
30443
30444 \begin_layout Standard
30445
30446 \family sans
30447 Legende
30448 \family default
30449  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
30450  In \SpecialChar LyX
30451  sehen Titel so aus:
30452   
30453 \family sans
30454
30455 \begin_inset Quotes gld
30456 \end_inset
30457
30458 Abbildung xyz:
30459 \family default
30460
30461 \begin_inset Quotes grd
30462 \end_inset
30463
30464 ,
30465  gefolgt vom Beschriftungstext,
30466  wobei 
30467 \family sans
30468 xyz
30469 \family default
30470  die von \SpecialChar LyX
30471  vergebene Nummer ist.
30472  Standardmäßig werden die Marke und der Beschriftungstext im selben Font gedruckt.
30473  Dieses Format ist für die meisten aber nicht alle Dokumente geeignet.
30474 \end_layout
30475
30476 \begin_layout Standard
30477 Um das Standardformat für die Beschriftung zu ändern,
30478  müssen Sie das \SpecialChar LaTeX
30479 -Paket 
30480 \series bold
30481 caption
30482 \series default
30483
30484 \begin_inset Index idx
30485 range none
30486 pageformat default
30487 status collapsed
30488
30489 \begin_layout Plain Layout
30490 \SpecialChar LaTeX
30491 -Pakete
30492 \begin_inset IndexMacro subentry
30493 status open
30494
30495 \begin_layout Plain Layout
30496 caption
30497 \end_layout
30498
30499 \end_inset
30500
30501
30502 \end_layout
30503
30504 \end_inset
30505
30506  in den \SpecialChar LaTeX
30507 -Vorspann laden:
30508 \end_layout
30509
30510 \begin_layout Standard
30511
30512 \series bold
30513
30514 \backslash
30515 usepackage[Format-Definition]{caption}
30516 \end_layout
30517
30518 \begin_layout Standard
30519 Soll zum Beispiel Name und Nummer serifenlos und fett gedruckt werden und die Beschriftung immer über der Tabelle stehen,
30520  müssen Sie folgenden Befehl verwenden:
30521 \end_layout
30522
30523 \begin_layout Standard
30524
30525 \series bold
30526
30527 \backslash
30528 usepackage[labelfont={bf,sf},
30529  tableposition=top]{caption}
30530 \end_layout
30531
30532 \begin_layout Standard
30533 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen definieren.
30534  Dazu laden Sie das 
30535 \series bold
30536 caption
30537 \series default
30538 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit dem Befehl
30539 \end_layout
30540
30541 \begin_layout Standard
30542
30543 \series bold
30544
30545 \backslash
30546 captionsetup[Gleitobjekt-Typ]{Format-Definition}
30547 \end_layout
30548
30549 \begin_layout Standard
30550 Für Abbildung
30551 \begin_inset space ~
30552 \end_inset
30553
30554
30555 \begin_inset CommandInset ref
30556 LatexCommand ref
30557 reference "abb:Langer-Abb-Titel"
30558 nolink "false"
30559
30560 \end_inset
30561
30562  und Tabelle
30563 \begin_inset space ~
30564 \end_inset
30565
30566
30567 \begin_inset CommandInset ref
30568 LatexCommand ref
30569 reference "tab:Langer-Tab-Titel"
30570 nolink "false"
30571
30572 \end_inset
30573
30574  können die Beschriftungen mit folgenden Befehlen im \SpecialChar LaTeX
30575 -Vorspann definiert werden:
30576 \end_layout
30577
30578 \begin_layout Standard
30579
30580 \series bold
30581
30582 \backslash
30583 usepackage[tableposition=top]{caption}
30584 \begin_inset Newline newline
30585 \end_inset
30586
30587
30588 \backslash
30589 captionsetup[figure]{labelfont={tt},
30590  textfont=it,
30591  indention=1cm,%
30592 \begin_inset Newline newline
30593 \end_inset
30594
30595
30596 \begin_inset Phantom HPhantom
30597 status open
30598
30599 \begin_layout Plain Layout
30600
30601 \series bold
30602
30603 \backslash
30604 captionsetup[figure]{
30605 \end_layout
30606
30607 \end_inset
30608
30609 labelsep=period}
30610 \begin_inset Newline newline
30611 \end_inset
30612
30613
30614 \backslash
30615 captionsetup[table]{labelfont={bf,sf}}
30616 \end_layout
30617
30618 \begin_layout Standard
30619 \begin_inset Note Greyedout
30620 status open
30621
30622 \begin_layout Plain Layout
30623
30624 \series bold
30625 Bemerkung:
30626
30627 \series default
30628  Die Option 
30629 \series bold
30630 tableposition=top
30631 \series default
30632  hat keine Auswirkung,
30633  wenn eine 
30634 \series bold
30635 KOMA-Script
30636 \series default
30637
30638 \begin_inset Index idx
30639 range none
30640 pageformat default
30641 status collapsed
30642
30643 \begin_layout Plain Layout
30644 \SpecialChar LaTeX
30645 -Pakete
30646 \begin_inset IndexMacro subentry
30647 status open
30648
30649 \begin_layout Plain Layout
30650 KOMA-Script
30651 \end_layout
30652
30653 \end_inset
30654
30655
30656 \end_layout
30657
30658 \end_inset
30659
30660 -Dokumentklasse verwendet wird.
30661  Hier muss die Option 
30662 \series bold
30663 captions=tableheading
30664 \series default
30665  benutzt werden.
30666 \end_layout
30667
30668 \end_inset
30669
30670
30671 \end_layout
30672
30673 \begin_layout Standard
30674 Weitere Informationen über das Paket
30675 \series bold
30676  caption
30677 \series default
30678  finden Sie in seiner Dokumentation 
30679 \begin_inset CommandInset citation
30680 LatexCommand cite
30681 key "caption"
30682 literal "true"
30683
30684 \end_inset
30685
30686 .
30687 \end_layout
30688
30689 \begin_layout Standard
30690 Wenn Sie den Namen von 
30691 \begin_inset Quotes gld
30692 \end_inset
30693
30694 Abbildung
30695 \begin_inset Quotes grd
30696 \end_inset
30697
30698  auf 
30699 \begin_inset Quotes gld
30700 \end_inset
30701
30702 Bild
30703 \begin_inset Quotes grd
30704 \end_inset
30705
30706  ändern wollen,
30707  können Sie das mit folgendem Befehl im \SpecialChar LaTeX
30708 -Vorspann  machen:
30709 \end_layout
30710
30711 \begin_layout Standard
30712
30713 \series bold
30714
30715 \backslash
30716 renewcommand{
30717 \backslash
30718 fnum@figure}{Bild~
30719 \backslash
30720 thefigure}
30721 \end_layout
30722
30723 \begin_layout Standard
30724 wobei 
30725 \series bold
30726
30727 \backslash
30728 thefigure
30729 \series default
30730  die Bildnummer einsetzt und
30731 \series bold
30732  ~
30733 \series default
30734  ein geschütztes Leerzeichen ist.
30735 \end_layout
30736
30737 \begin_layout Standard
30738 \begin_inset VSpace bigskip
30739 \end_inset
30740
30741 Wenn Sie eine 
30742 \series bold
30743 KOMA-Script
30744 \series default
30745
30746 \begin_inset Index idx
30747 range none
30748 pageformat default
30749 status collapsed
30750
30751 \begin_layout Plain Layout
30752 \SpecialChar LaTeX
30753 -Pakete
30754 \begin_inset IndexMacro subentry
30755 status open
30756
30757 \begin_layout Plain Layout
30758 KOMA-Script
30759 \end_layout
30760
30761 \end_inset
30762
30763
30764 \end_layout
30765
30766 \end_inset
30767
30768 -Dokumentklasse (
30769 \family sans
30770 article (KOMA-Script)
30771 \family default
30772 ,
30773  
30774 \family sans
30775 book (KOMA-Script)
30776 \family default
30777 ,
30778  
30779 \family sans
30780 letter (KOMA-Script)
30781 \family default
30782  oder 
30783 \family sans
30784 report (KOMA-Script)
30785 \family default
30786 ) benutzen,
30787  können Sie anstatt des 
30788 \series bold
30789 caption
30790 \series default
30791 -Paketes den eingebauten Befehl 
30792 \series bold
30793
30794 \backslash
30795 setkomafont
30796 \series default
30797  von 
30798 \series bold
30799 KOMA-Script
30800 \series default
30801  benutzen.
30802  Der Befehl
30803 \end_layout
30804
30805 \begin_layout Standard
30806
30807 \series bold
30808
30809 \backslash
30810 setkomafont{captionlabel}{
30811 \backslash
30812 bfseries}
30813 \end_layout
30814
30815 \begin_layout Standard
30816 im \SpecialChar LaTeX
30817 -Vorspann druckt den Namen fett.
30818 \end_layout
30819
30820 \begin_layout Standard
30821 Weitere Informationen über 
30822 \series bold
30823
30824 \backslash
30825 setkomafont
30826 \series default
30827  finden Sie in der 
30828 \series bold
30829 KOMA-Script
30830 \series default
30831 -Do\SpecialChar softhyphen
30832 ku\SpecialChar softhyphen
30833 men\SpecialChar softhyphen
30834 ta\SpecialChar softhyphen
30835 tion 
30836 \begin_inset CommandInset citation
30837 LatexCommand cite
30838 key "KOMA-Script"
30839 literal "true"
30840
30841 \end_inset
30842
30843 .
30844 \end_layout
30845
30846 \begin_layout Standard
30847 \begin_inset ERT
30848 status collapsed
30849
30850 \begin_layout Plain Layout
30851
30852
30853 \backslash
30854 captionsetup[figure]{labelfont={tt},
30855  textfont=it,
30856  indention=1cm,
30857  labelsep=period}
30858 \end_layout
30859
30860 \end_inset
30861
30862
30863 \begin_inset Note Note
30864 status open
30865
30866 \begin_layout Plain Layout
30867 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
30868 \end_layout
30869
30870 \end_inset
30871
30872
30873 \end_layout
30874
30875 \begin_layout Standard
30876 \begin_inset Float figure
30877 placement !p
30878 alignment document
30879 wide false
30880 sideways false
30881 status open
30882
30883 \begin_layout Plain Layout
30884 \align center
30885 \begin_inset Graphics
30886         filename ../clipart/2D-intensity-plot.pdf
30887         scaleBeforeRotation
30888
30889 \end_inset
30890
30891
30892 \end_layout
30893
30894 \begin_layout Plain Layout
30895 \begin_inset Caption Standard
30896
30897 \begin_layout Plain Layout
30898 \begin_inset CommandInset label
30899 LatexCommand label
30900 name "abb:Langer-Abb-Titel"
30901
30902 \end_inset
30903
30904 Dies ist ein Beispiel einer Beschriftung,
30905  die länger als eine Zeile lang ist,
30906  um das andere Beschriftungsformat zu zeigen.
30907  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
30908 \begin_inset Argument 1
30909 status collapsed
30910
30911 \begin_layout Plain Layout
30912 Dies ist ein Beispiel einer Beschriftung,
30913  die länger als eine Zeile lang ist.
30914 \end_layout
30915
30916 \end_inset
30917
30918
30919 \end_layout
30920
30921 \end_inset
30922
30923
30924 \end_layout
30925
30926 \end_inset
30927
30928
30929 \end_layout
30930
30931 \begin_layout Standard
30932 \begin_inset ERT
30933 status collapsed
30934
30935 \begin_layout Plain Layout
30936
30937
30938 \backslash
30939 captionsetup[figure]{labelfont={bf,sf},
30940  textfont=rm,
30941  indention=0cm,
30942  labelsep=colon}
30943 \end_layout
30944
30945 \end_inset
30946
30947
30948 \end_layout
30949
30950 \begin_layout Standard
30951 \begin_inset Float table
30952 placement !p
30953 alignment document
30954 wide false
30955 sideways false
30956 status open
30957
30958 \begin_layout Plain Layout
30959 \begin_inset Caption Standard
30960
30961 \begin_layout Plain Layout
30962 \begin_inset CommandInset label
30963 LatexCommand label
30964 name "tab:Langer-Tab-Titel"
30965
30966 \end_inset
30967
30968 Dies ist ein Beispiel einer Beschriftung,
30969  die länger als eine Zeile lang ist,
30970  um das andere Beschriftungsformat zu zeigen.
30971  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen benutzt.
30972 \begin_inset Argument 1
30973 status collapsed
30974
30975 \begin_layout Plain Layout
30976 Dies ist ein Beispiel einer Beschriftung,
30977  die länger als eine Zeile lang ist.
30978 \end_layout
30979
30980 \end_inset
30981
30982
30983 \end_layout
30984
30985 \end_inset
30986
30987
30988 \end_layout
30989
30990 \begin_layout Plain Layout
30991 \align center
30992 \begin_inset Tabular
30993 <lyxtabular version="3" rows="1" columns="5">
30994 <features tabularvalignment="middle">
30995 <column alignment="center" valignment="top">
30996 <column alignment="center" valignment="top">
30997 <column alignment="center" valignment="top">
30998 <column alignment="center" valignment="top">
30999 <column alignment="center" valignment="top">
31000 <row>
31001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31002 \begin_inset Text
31003
31004 \begin_layout Plain Layout
31005 a
31006 \end_layout
31007
31008 \end_inset
31009 </cell>
31010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31011 \begin_inset Text
31012
31013 \begin_layout Plain Layout
31014 b
31015 \end_layout
31016
31017 \end_inset
31018 </cell>
31019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31020 \begin_inset Text
31021
31022 \begin_layout Plain Layout
31023 c
31024 \end_layout
31025
31026 \end_inset
31027 </cell>
31028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31029 \begin_inset Text
31030
31031 \begin_layout Plain Layout
31032 d
31033 \end_layout
31034
31035 \end_inset
31036 </cell>
31037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31038 \begin_inset Text
31039
31040 \begin_layout Plain Layout
31041 e
31042 \end_layout
31043
31044 \end_inset
31045 </cell>
31046 </row>
31047 </lyxtabular>
31048
31049 \end_inset
31050
31051
31052 \end_layout
31053
31054 \end_inset
31055
31056
31057 \end_layout
31058
31059 \begin_layout Section
31060 Beschriftungs-Platzierung
31061 \begin_inset CommandInset label
31062 LatexCommand label
31063 name "abs:Titel-Platzierung"
31064
31065 \end_inset
31066
31067
31068 \begin_inset Index idx
31069 range none
31070 pageformat default
31071 status collapsed
31072
31073 \begin_layout Plain Layout
31074 Gleitobjekte
31075 \begin_inset IndexMacro subentry
31076 status open
31077
31078 \begin_layout Plain Layout
31079 Beschriftung
31080 \end_layout
31081
31082 \end_inset
31083
31084
31085 \begin_inset IndexMacro subentry
31086 status open
31087
31088 \begin_layout Plain Layout
31089 Platzierung
31090 \end_layout
31091
31092 \end_inset
31093
31094
31095 \end_layout
31096
31097 \end_inset
31098
31099
31100 \end_layout
31101
31102 \begin_layout Standard
31103 Normalerweise werden die Beschriftungen wie folgt platziert:
31104 \end_layout
31105
31106 \begin_layout Description
31107 Abbildung:
31108  darunter
31109 \end_layout
31110
31111 \begin_layout Description
31112 Tabelle:
31113  darüber
31114 \end_layout
31115
31116 \begin_layout Standard
31117 \SpecialChar LaTeX
31118 -Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
31119  Das heißt wenn Sie eine der Dokument-Klassen 
31120 \family sans
31121 article
31122 \family default
31123 ,
31124  
31125 \family sans
31126 book
31127 \family default
31128 ,
31129  
31130 \family sans
31131 letter
31132 \family default
31133  oder 
31134 \family sans
31135 report
31136 \family default
31137  benutzen,
31138  wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
31139  Um das zu erreichen,
31140  laden Sie das \SpecialChar LaTeX
31141 -Paket 
31142 \series bold
31143 caption
31144 \series default
31145
31146 \begin_inset Index idx
31147 range none
31148 pageformat default
31149 status collapsed
31150
31151 \begin_layout Plain Layout
31152 \SpecialChar LaTeX
31153 -Pakete
31154 \begin_inset IndexMacro subentry
31155 status open
31156
31157 \begin_layout Plain Layout
31158 caption
31159 \end_layout
31160
31161 \end_inset
31162
31163
31164 \end_layout
31165
31166 \end_inset
31167
31168  im \SpecialChar LaTeX
31169 -Vorspann mit der Option
31170 \begin_inset Foot
31171 status collapsed
31172
31173 \begin_layout Plain Layout
31174 In Abschnitt
31175 \begin_inset space ~
31176 \end_inset
31177
31178
31179 \begin_inset CommandInset ref
31180 LatexCommand ref
31181 reference "abs:Titel-Formatierung"
31182 nolink "false"
31183
31184 \end_inset
31185
31186  steht mehr über das Paket 
31187 \series bold
31188 caption
31189 \series default
31190 .
31191 \end_layout
31192
31193 \end_inset
31194
31195
31196 \end_layout
31197
31198 \begin_layout Standard
31199
31200 \series bold
31201 tableposition=top
31202 \end_layout
31203
31204 \begin_layout Standard
31205 Wenn Sie eine 
31206 \series bold
31207 KOMA-Script
31208 \series default
31209
31210 \begin_inset Index idx
31211 range none
31212 pageformat default
31213 status collapsed
31214
31215 \begin_layout Plain Layout
31216 \SpecialChar LaTeX
31217 -Pakete
31218 \begin_inset IndexMacro subentry
31219 status open
31220
31221 \begin_layout Plain Layout
31222 KOMA-Script
31223 \end_layout
31224
31225 \end_inset
31226
31227
31228 \end_layout
31229
31230 \end_inset
31231
31232 -Dokumentklasse (
31233 \family sans
31234 article (KOMA-Script)
31235 \family default
31236 ,
31237  
31238 \family sans
31239 book (KOMA-Script)
31240 \family default
31241 ,
31242  
31243 \family sans
31244 letter (KOMA-Script)
31245 \family default
31246  oder 
31247 \family sans
31248 report (KOMA-Script)
31249 \family default
31250 ) benutzen,
31251  können Sie alternativ zum 
31252 \series bold
31253 caption
31254 \series default
31255 -Paket die Dokumentklassen-Option
31256 \end_layout
31257
31258 \begin_layout Standard
31259
31260 \series bold
31261 captions=tableheading
31262 \end_layout
31263
31264 \begin_layout Standard
31265 benutzen.
31266 \begin_inset Foot
31267 status collapsed
31268
31269 \begin_layout Plain Layout
31270 Diese Option wird in diesem Dokument verwendet.
31271 \end_layout
31272
31273 \end_inset
31274
31275
31276 \end_layout
31277
31278 \begin_layout Standard
31279 In Dokumenten,
31280  die eine KOMA-Script Klasse verwenden,
31281  können Sie auch mit rechts auf eine Beschriftung klicken und im Kontextmenü markieren,
31282  ob diese Beschriftung über oder unter der Tabelle/Abbildung sein soll.
31283  Auf diese Weise kann die dokumentweite Beschriftungs-Platzierung für bestimmte Beschriftungen überschrieben werden.
31284  Tabelle
31285 \begin_inset space ~
31286 \end_inset
31287
31288
31289 \begin_inset CommandInset ref
31290 LatexCommand ref
31291 reference "tab:Eine-Beschriftung-unterhalb"
31292 nolink "false"
31293
31294 \end_inset
31295
31296  ist ein Beispiel,
31297  bei dem die Beschriftung als unterhalb der Tabelle markiert wurde,
31298  obwohl sie über der Tabelle steht.
31299  Zum Vergleich ist die Beschriftung von Tabelle
31300 \begin_inset space ~
31301 \end_inset
31302
31303
31304 \begin_inset CommandInset ref
31305 LatexCommand ref
31306 reference "tab:Eine-normale-Tabellen-Beschriftu"
31307 nolink "false"
31308
31309 \end_inset
31310
31311  nicht markiert.
31312 \end_layout
31313
31314 \begin_layout Standard
31315 \begin_inset Float table
31316 placement document
31317 alignment document
31318 wide false
31319 sideways false
31320 status open
31321
31322 \begin_layout Plain Layout
31323 \begin_inset Caption Below
31324
31325 \begin_layout Plain Layout
31326 \begin_inset CommandInset label
31327 LatexCommand label
31328 name "tab:Eine-Beschriftung-unterhalb"
31329
31330 \end_inset
31331
31332 Eine Beschriftung,
31333  die als unterhalb der der Tabelle markiert wurde.
31334 \end_layout
31335
31336 \end_inset
31337
31338
31339 \end_layout
31340
31341 \begin_layout Plain Layout
31342 \align center
31343 \begin_inset Tabular
31344 <lyxtabular version="3" rows="3" columns="3">
31345 <features tabularvalignment="middle">
31346 <column alignment="center" valignment="top" width="0pt">
31347 <column alignment="center" valignment="top" width="0pt">
31348 <column alignment="center" valignment="top" width="0pt">
31349 <row>
31350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31351 \begin_inset Text
31352
31353 \begin_layout Plain Layout
31354 1
31355 \end_layout
31356
31357 \end_inset
31358 </cell>
31359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31360 \begin_inset Text
31361
31362 \begin_layout Plain Layout
31363 2
31364 \end_layout
31365
31366 \end_inset
31367 </cell>
31368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31369 \begin_inset Text
31370
31371 \begin_layout Plain Layout
31372 3
31373 \end_layout
31374
31375 \end_inset
31376 </cell>
31377 </row>
31378 <row>
31379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31380 \begin_inset Text
31381
31382 \begin_layout Plain Layout
31383 Joe
31384 \end_layout
31385
31386 \end_inset
31387 </cell>
31388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31389 \begin_inset Text
31390
31391 \begin_layout Plain Layout
31392 Mary
31393 \end_layout
31394
31395 \end_inset
31396 </cell>
31397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31398 \begin_inset Text
31399
31400 \begin_layout Plain Layout
31401 Ted
31402 \end_layout
31403
31404 \end_inset
31405 </cell>
31406 </row>
31407 <row>
31408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31409 \begin_inset Text
31410
31411 \begin_layout Plain Layout
31412 \begin_inset Formula $\int x^{2}dx$
31413 \end_inset
31414
31415
31416 \end_layout
31417
31418 \end_inset
31419 </cell>
31420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31421 \begin_inset Text
31422
31423 \begin_layout Plain Layout
31424 \begin_inset Formula $\left[\begin{array}{cc}
31425 a & b\\
31426 c & d
31427 \end{array}\right]$
31428 \end_inset
31429
31430
31431 \end_layout
31432
31433 \end_inset
31434 </cell>
31435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31436 \begin_inset Text
31437
31438 \begin_layout Plain Layout
31439 \begin_inset Formula $1+1=2$
31440 \end_inset
31441
31442
31443 \end_layout
31444
31445 \end_inset
31446 </cell>
31447 </row>
31448 </lyxtabular>
31449
31450 \end_inset
31451
31452
31453 \end_layout
31454
31455 \end_inset
31456
31457
31458 \end_layout
31459
31460 \begin_layout Standard
31461 \begin_inset Float table
31462 placement document
31463 alignment document
31464 wide false
31465 sideways false
31466 status open
31467
31468 \begin_layout Plain Layout
31469 \begin_inset Caption Standard
31470
31471 \begin_layout Plain Layout
31472 \begin_inset CommandInset label
31473 LatexCommand label
31474 name "tab:Eine-normale-Tabellen-Beschriftu"
31475
31476 \end_inset
31477
31478 Eine normale Tabellen-Beschriftung.
31479 \end_layout
31480
31481 \end_inset
31482
31483
31484 \end_layout
31485
31486 \begin_layout Plain Layout
31487 \align center
31488 \begin_inset Tabular
31489 <lyxtabular version="3" rows="3" columns="3">
31490 <features tabularvalignment="middle">
31491 <column alignment="center" valignment="top" width="0pt">
31492 <column alignment="center" valignment="top" width="0pt">
31493 <column alignment="center" valignment="top" width="0pt">
31494 <row>
31495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31496 \begin_inset Text
31497
31498 \begin_layout Plain Layout
31499 1
31500 \end_layout
31501
31502 \end_inset
31503 </cell>
31504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31505 \begin_inset Text
31506
31507 \begin_layout Plain Layout
31508 2
31509 \end_layout
31510
31511 \end_inset
31512 </cell>
31513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31514 \begin_inset Text
31515
31516 \begin_layout Plain Layout
31517 3
31518 \end_layout
31519
31520 \end_inset
31521 </cell>
31522 </row>
31523 <row>
31524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31525 \begin_inset Text
31526
31527 \begin_layout Plain Layout
31528 Joe
31529 \end_layout
31530
31531 \end_inset
31532 </cell>
31533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31534 \begin_inset Text
31535
31536 \begin_layout Plain Layout
31537 Mary
31538 \end_layout
31539
31540 \end_inset
31541 </cell>
31542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31543 \begin_inset Text
31544
31545 \begin_layout Plain Layout
31546 Ted
31547 \end_layout
31548
31549 \end_inset
31550 </cell>
31551 </row>
31552 <row>
31553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31554 \begin_inset Text
31555
31556 \begin_layout Plain Layout
31557 \begin_inset Formula $\int x^{2}dx$
31558 \end_inset
31559
31560
31561 \end_layout
31562
31563 \end_inset
31564 </cell>
31565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31566 \begin_inset Text
31567
31568 \begin_layout Plain Layout
31569 \begin_inset Formula $\left[\begin{array}{cc}
31570 a & b\\
31571 c & d
31572 \end{array}\right]$
31573 \end_inset
31574
31575
31576 \end_layout
31577
31578 \end_inset
31579 </cell>
31580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31581 \begin_inset Text
31582
31583 \begin_layout Plain Layout
31584 \begin_inset Formula $1+1=2$
31585 \end_inset
31586
31587
31588 \end_layout
31589
31590 \end_inset
31591 </cell>
31592 </row>
31593 </lyxtabular>
31594
31595 \end_inset
31596
31597
31598 \end_layout
31599
31600 \end_inset
31601
31602
31603 \end_layout
31604
31605 \begin_layout Standard
31606 \begin_inset VSpace bigskip
31607 \end_inset
31608
31609 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
31610  Das bewirkt das \SpecialChar LaTeX
31611 -Paket 
31612 \series bold
31613 sidecap
31614 \series default
31615
31616 \begin_inset Index idx
31617 range none
31618 pageformat default
31619 status collapsed
31620
31621 \begin_layout Plain Layout
31622 \SpecialChar LaTeX
31623 -Pakete
31624 \begin_inset IndexMacro subentry
31625 status open
31626
31627 \begin_layout Plain Layout
31628 sidecap
31629 \end_layout
31630
31631 \end_inset
31632
31633
31634 \end_layout
31635
31636 \end_inset
31637
31638 ,
31639  das so in den \SpecialChar LaTeX
31640 -Vorspann geladen wird:
31641 \end_layout
31642
31643 \begin_layout Standard
31644
31645 \series bold
31646
31647 \backslash
31648 usepackage[Option]{sidecap}
31649 \end_layout
31650
31651 \begin_layout Standard
31652 Wenn Sie keine Option setzen,
31653  wird die Beschriftung außen gesetzt.
31654  Mit 
31655 \series bold
31656 innercaption
31657 \series default
31658  wird die Beschriftung innen gedruckt.
31659  Um die Beschriftung immer rechts oder links zu erzwingen,
31660  benutzen Sie 
31661 \series bold
31662 rightcaption
31663 \series default
31664  oder 
31665 \series bold
31666 leftcaption
31667 \series default
31668 .
31669 \end_layout
31670
31671 \begin_layout Standard
31672 \begin_inset ERT
31673 status collapsed
31674
31675 \begin_layout Plain Layout
31676
31677
31678 \backslash
31679 ifsidecap
31680 \end_layout
31681
31682 \end_inset
31683
31684
31685 \begin_inset Note Note
31686 status open
31687
31688 \begin_layout Plain Layout
31689 Der folgende Abschnitt wird nur gedruckt,
31690  wenn das \SpecialChar LaTeX
31691 -Paket 
31692 \series bold
31693 sidecap
31694 \series default
31695  installiert ist.
31696 \end_layout
31697
31698 \end_inset
31699
31700
31701 \end_layout
31702
31703 \begin_layout Standard
31704 Um die Beschriftung mit \SpecialChar LyX
31705  seitlich zu drucken,
31706  müssen Sie folgende Befehle in den \SpecialChar LaTeX
31707 -Vorspann schreiben:
31708 \end_layout
31709
31710 \begin_layout Standard
31711 \begin_inset Newpage newpage
31712 \end_inset
31713
31714
31715 \end_layout
31716
31717 \begin_layout Standard
31718 \noindent
31719 \begin_inset CommandInset line
31720 LatexCommand rule
31721 offset "0.5ex"
31722 width "100line%"
31723 height "1pt"
31724
31725 \end_inset
31726
31727
31728 \end_layout
31729
31730 \begin_layout Standard
31731
31732 \series bold
31733
31734 \backslash
31735 newcommand{
31736 \backslash
31737 TabBesBeg}[1][1.0]{%
31738 \begin_inset Newline newline
31739 \end_inset
31740
31741
31742 \begin_inset Phantom HPhantom
31743 status open
31744
31745 \begin_layout Plain Layout
31746 \begin_inset space ~
31747 \end_inset
31748
31749
31750 \end_layout
31751
31752 \end_inset
31753
31754
31755 \backslash
31756 let
31757 \backslash
31758 MyTable
31759 \backslash
31760 table
31761 \begin_inset Newline newline
31762 \end_inset
31763
31764
31765 \begin_inset Phantom HPhantom
31766 status open
31767
31768 \begin_layout Plain Layout
31769
31770 \series medium
31771 \begin_inset space ~
31772 \end_inset
31773
31774
31775 \end_layout
31776
31777 \end_inset
31778
31779
31780 \backslash
31781 let
31782 \backslash
31783 MyEndtable
31784 \backslash
31785 endtable
31786 \begin_inset Newline newline
31787 \end_inset
31788
31789
31790 \begin_inset Phantom HPhantom
31791 status open
31792
31793 \begin_layout Plain Layout
31794
31795 \series medium
31796 \begin_inset space ~
31797 \end_inset
31798
31799
31800 \end_layout
31801
31802 \end_inset
31803
31804
31805 \backslash
31806 renewenvironment{table}[1]{
31807 \backslash
31808 begin{SCtable}[#1]##1}{
31809 \backslash
31810 end{SCtable}}}
31811 \end_layout
31812
31813 \begin_layout Standard
31814
31815 \series bold
31816
31817 \backslash
31818 newcommand{
31819 \backslash
31820 TabBesEnd}{%
31821 \begin_inset Newline newline
31822 \end_inset
31823
31824
31825 \begin_inset Phantom HPhantom
31826 status open
31827
31828 \begin_layout Plain Layout
31829 \begin_inset space ~
31830 \end_inset
31831
31832
31833 \end_layout
31834
31835 \end_inset
31836
31837
31838 \backslash
31839 let
31840 \backslash
31841 table
31842 \backslash
31843 MyTable
31844 \begin_inset Newline newline
31845 \end_inset
31846
31847
31848 \begin_inset Phantom HPhantom
31849 status open
31850
31851 \begin_layout Plain Layout
31852 \begin_inset space ~
31853 \end_inset
31854
31855
31856 \end_layout
31857
31858 \end_inset
31859
31860
31861 \backslash
31862 let
31863 \backslash
31864 endtable
31865 \backslash
31866 MyEndtable
31867 \end_layout
31868
31869 \begin_layout Standard
31870
31871 \series bold
31872
31873 \backslash
31874 newcommand{
31875 \backslash
31876 FigBesBeg}[1][1.0]{%
31877 \begin_inset Newline newline
31878 \end_inset
31879
31880
31881 \begin_inset Phantom HPhantom
31882 status open
31883
31884 \begin_layout Plain Layout
31885 \begin_inset space ~
31886 \end_inset
31887
31888
31889 \end_layout
31890
31891 \end_inset
31892
31893
31894 \backslash
31895 let
31896 \backslash
31897 MyFigure
31898 \backslash
31899 figure
31900 \begin_inset Newline newline
31901 \end_inset
31902
31903
31904 \begin_inset Phantom HPhantom
31905 status open
31906
31907 \begin_layout Plain Layout
31908 \begin_inset space ~
31909 \end_inset
31910
31911
31912 \end_layout
31913
31914 \end_inset
31915
31916
31917 \backslash
31918 let
31919 \backslash
31920 MyEndfigure
31921 \backslash
31922 endfigure
31923 \begin_inset Newline newline
31924 \end_inset
31925
31926
31927 \begin_inset Phantom HPhantom
31928 status open
31929
31930 \begin_layout Plain Layout
31931 \begin_inset space ~
31932 \end_inset
31933
31934
31935 \end_layout
31936
31937 \end_inset
31938
31939
31940 \backslash
31941 renewenvironment{figure}[1]{
31942 \backslash
31943 begin{SCfigure}[#1]##1}{
31944 \backslash
31945 end{SCfigure}}}
31946 \end_layout
31947
31948 \begin_layout Standard
31949
31950 \series bold
31951
31952 \backslash
31953 newcommand{
31954 \backslash
31955 FigBesEnd}{%
31956 \begin_inset Newline newline
31957 \end_inset
31958
31959
31960 \begin_inset Phantom HPhantom
31961 status open
31962
31963 \begin_layout Plain Layout
31964 \begin_inset space ~
31965 \end_inset
31966
31967
31968 \end_layout
31969
31970 \end_inset
31971
31972
31973 \backslash
31974 let
31975 \backslash
31976 figure
31977 \backslash
31978 MyFigure
31979 \begin_inset Newline newline
31980 \end_inset
31981
31982
31983 \begin_inset Phantom HPhantom
31984 status open
31985
31986 \begin_layout Plain Layout
31987 \begin_inset space ~
31988 \end_inset
31989
31990
31991 \end_layout
31992
31993 \end_inset
31994
31995
31996 \backslash
31997 let
31998 \backslash
31999 endfigure
32000 \backslash
32001 MyEndfigure}
32002 \end_layout
32003
32004 \begin_layout Standard
32005 \noindent
32006 \begin_inset CommandInset line
32007 LatexCommand rule
32008 offset "0.5ex"
32009 width "100line%"
32010 height "1pt"
32011
32012 \end_inset
32013
32014
32015 \end_layout
32016
32017 \begin_layout Standard
32018 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren,
32019  dass die Beschriftungen seitlich gedruckt werden.
32020  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
32021 \end_layout
32022
32023 \begin_layout Standard
32024
32025 \series bold
32026
32027 \backslash
32028 FigBesBeg
32029 \end_layout
32030
32031 \begin_layout Standard
32032 als \SpecialChar TeX
32033 -Code vor das Gleitobjekt und fügen Sie den Befehl
32034 \end_layout
32035
32036 \begin_layout Standard
32037
32038 \series bold
32039
32040 \backslash
32041 FigBesEnd
32042 \end_layout
32043
32044 \begin_layout Standard
32045 als \SpecialChar TeX
32046 -Code an der Stelle ein,
32047  wo Sie zur ursprünglichen Gleitobjekt-Definition zurückkehren wollen.
32048 \end_layout
32049
32050 \begin_layout Standard
32051 Bei Gleitobjekt-Tabellen heißen die Befehle
32052 \end_layout
32053
32054 \begin_layout Standard
32055
32056 \series bold
32057
32058 \backslash
32059 TabBesBeg
32060 \series default
32061  und 
32062 \series bold
32063
32064 \backslash
32065 TabBesEnd
32066 \series default
32067 .
32068 \end_layout
32069
32070 \begin_layout Standard
32071 Abbildung
32072 \begin_inset space ~
32073 \end_inset
32074
32075
32076 \begin_inset CommandInset ref
32077 LatexCommand ref
32078 reference "abb:Beschriftung-neben"
32079 nolink "false"
32080
32081 \end_inset
32082
32083  und Tabelle
32084 \begin_inset space ~
32085 \end_inset
32086
32087
32088 \begin_inset CommandInset ref
32089 LatexCommand ref
32090 reference "tab:Beschriftung-neben"
32091 nolink "false"
32092
32093 \end_inset
32094
32095  sind Beispiele für seitliche Beschriftungen.
32096 \end_layout
32097
32098 \begin_layout Standard
32099 Sie sehen,
32100  dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand der Abbildung.
32101  Das kann man mit dem Befehl
32102 \end_layout
32103
32104 \begin_layout Standard
32105
32106 \series bold
32107
32108 \backslash
32109 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
32110 \end_layout
32111
32112 \begin_layout Standard
32113 im \SpecialChar LaTeX
32114 -Vorspann oder als \SpecialChar TeX
32115 -Code vor dem Gleitobjekt ändern.
32116  Der Gleitobjekt-Typ ist entweder 
32117 \family sans
32118 figure
32119 \family default
32120  oder 
32121 \family sans
32122 table
32123 \family default
32124 ,
32125  die
32126 \family sans
32127  
32128 \family default
32129 Platzierung ist 
32130 \family typewriter
32131 t
32132 \family default
32133  für oben,
32134  
32135 \family typewriter
32136 c
32137 \family default
32138  für zentriert oder 
32139 \family typewriter
32140 b
32141 \family default
32142  für unten.
32143  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
32144  lautet der Befehl
32145 \end_layout
32146
32147 \begin_layout Standard
32148
32149 \series bold
32150
32151 \backslash
32152 sidecaptionvpos{figure}{c}
32153 \end_layout
32154
32155 \begin_layout Standard
32156 Das wurde in Abbildung
32157 \begin_inset space ~
32158 \end_inset
32159
32160
32161 \begin_inset CommandInset ref
32162 LatexCommand ref
32163 reference "abb:cap-beside-fig-2"
32164 nolink "false"
32165
32166 \end_inset
32167
32168  benutzt.
32169 \end_layout
32170
32171 \begin_layout Standard
32172 \begin_inset VSpace medskip
32173 \end_inset
32174
32175
32176 \end_layout
32177
32178 \begin_layout Standard
32179 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
32180  Für schmale Bilder/Tabellen,
32181  wie in Tabelle
32182 \begin_inset space ~
32183 \end_inset
32184
32185
32186 \begin_inset CommandInset ref
32187 LatexCommand ref
32188 reference "tab:Beschriftung-neben"
32189 nolink "false"
32190
32191 \end_inset
32192
32193 ,
32194  führt dies zu zu schmalen Beschriftungen.
32195  Die breite kann erhöht werden,
32196  indem man einen Faktor angibt mit dem die Breite des Bildes/der Tabelle multipliziert wird.
32197  Das Ergebnis ist die Beschriftungsbreite.
32198  Die Breite der Beschriftung wird automatisch neu berechnet,
32199  falls sie aufgrund der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
32200  Der 
32201 \emph on
32202 Faktor
32203 \emph default
32204  kann entweder als optionales Argument für 
32205 \series bold
32206
32207 \backslash
32208 FigBesBeg
32209 \series default
32210  angegeben werden:
32211 \end_layout
32212
32213 \begin_layout Standard
32214
32215 \series bold
32216
32217 \backslash
32218 FigBesBeg[Faktor]
32219 \end_layout
32220
32221 \begin_layout Standard
32222 oder indem man in der Definition von 
32223 \series bold
32224
32225 \backslash
32226 FigBesBeg
32227 \series default
32228  die 
32229 \series bold
32230 1.0
32231 \series default
32232  mit einem anderen Wert ersetzt.
32233  Bei letzterem ist der angegebene Faktor der Standard wenn 
32234 \series bold
32235
32236 \backslash
32237 FigBesBeg
32238 \series default
32239  ohne Argument verwendet wird.
32240  Für Tabelle
32241 \begin_inset space ~
32242 \end_inset
32243
32244
32245 \begin_inset CommandInset ref
32246 LatexCommand ref
32247 reference "tab:Beschriftung-neben-breiter"
32248 nolink "false"
32249
32250 \end_inset
32251
32252  wurde der Faktor 5 verwendet.
32253 \end_layout
32254
32255 \begin_layout Standard
32256 \begin_inset Note Greyedout
32257 status open
32258
32259 \begin_layout Plain Layout
32260
32261 \series bold
32262 Achtung:
32263
32264 \series default
32265  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzierungsoption 
32266 \family sans
32267 Hier,
32268 \begin_inset space ~
32269 \end_inset
32270
32271 auf
32272 \begin_inset space ~
32273 \end_inset
32274
32275 jeden
32276 \begin_inset space ~
32277 \end_inset
32278
32279 Fall
32280 \family default
32281  nicht verwendet werden werden,
32282  da diese von 
32283 \series bold
32284 sidecap
32285 \series default
32286  nicht unterstützt wird.
32287 \end_layout
32288
32289 \end_inset
32290
32291
32292 \end_layout
32293
32294 \begin_layout Standard
32295 \begin_inset VSpace medskip
32296 \end_inset
32297
32298 Weitere Informationen über das Paket
32299 \series bold
32300  sidecap
32301 \series default
32302  finden Sie in seiner Dokumentation 
32303 \begin_inset CommandInset citation
32304 LatexCommand cite
32305 key "sidecap"
32306 literal "true"
32307
32308 \end_inset
32309
32310 .
32311 \end_layout
32312
32313 \begin_layout Standard
32314 \begin_inset Note Greyedout
32315 status open
32316
32317 \begin_layout Plain Layout
32318
32319 \series bold
32320 Bemerkung:
32321
32322 \series default
32323  Das \SpecialChar LaTeX
32324 -Paket 
32325 \series bold
32326 hypcap
32327 \series default
32328 ,
32329 \begin_inset Index idx
32330 range none
32331 pageformat default
32332 status collapsed
32333
32334 \begin_layout Plain Layout
32335 \SpecialChar LaTeX
32336 -Pakete
32337 \begin_inset IndexMacro subentry
32338 status open
32339
32340 \begin_layout Plain Layout
32341 hypcap
32342 \end_layout
32343
32344 \end_inset
32345
32346
32347 \end_layout
32348
32349 \end_inset
32350
32351  das in Abschnitt
32352 \begin_inset space ~
32353 \end_inset
32354
32355
32356 \begin_inset CommandInset ref
32357 LatexCommand ref
32358 reference "uab:Querverweis-Position"
32359 nolink "false"
32360
32361 \end_inset
32362
32363  beschrieben wurde,
32364  hat keine Auswirkungen auf Gleitobjekte mit seitlichen Beschriftungen.
32365 \end_layout
32366
32367 \end_inset
32368
32369
32370 \end_layout
32371
32372 \begin_layout Standard
32373 \begin_inset ERT
32374 status collapsed
32375
32376 \begin_layout Plain Layout
32377
32378
32379 \backslash
32380 FigBesBeg 
32381 \end_layout
32382
32383 \end_inset
32384
32385
32386 \end_layout
32387
32388 \begin_layout Standard
32389 \begin_inset Float figure
32390 placement document
32391 alignment document
32392 wide false
32393 sideways false
32394 status open
32395
32396 \begin_layout Plain Layout
32397 \begin_inset Graphics
32398         filename ../clipart/3D-structure-distort.pdf
32399         scale 50
32400         scaleBeforeRotation
32401
32402 \end_inset
32403
32404
32405 \end_layout
32406
32407 \begin_layout Plain Layout
32408 \begin_inset Caption Standard
32409
32410 \begin_layout Plain Layout
32411 \begin_inset CommandInset label
32412 LatexCommand label
32413 name "abb:Beschriftung-neben"
32414
32415 \end_inset
32416
32417 Dies ist eine Beschriftung neben einer Abbildung.
32418 \end_layout
32419
32420 \end_inset
32421
32422
32423 \end_layout
32424
32425 \end_inset
32426
32427
32428 \end_layout
32429
32430 \begin_layout Standard
32431 \begin_inset ERT
32432 status collapsed
32433
32434 \begin_layout Plain Layout
32435
32436
32437 \backslash
32438 FigBesEnd
32439 \end_layout
32440
32441 \end_inset
32442
32443
32444 \end_layout
32445
32446 \begin_layout Standard
32447 \begin_inset ERT
32448 status collapsed
32449
32450 \begin_layout Plain Layout
32451
32452
32453 \backslash
32454 TabBesBeg 
32455 \end_layout
32456
32457 \end_inset
32458
32459
32460 \end_layout
32461
32462 \begin_layout Standard
32463 \begin_inset Float table
32464 placement document
32465 alignment document
32466 wide false
32467 sideways false
32468 status open
32469
32470 \begin_layout Plain Layout
32471 \begin_inset Caption Standard
32472
32473 \begin_layout Plain Layout
32474 \begin_inset CommandInset label
32475 LatexCommand label
32476 name "tab:Beschriftung-neben"
32477
32478 \end_inset
32479
32480 Dies ist eine Beschriftung neben einer Tabelle.
32481 \end_layout
32482
32483 \end_inset
32484
32485
32486 \end_layout
32487
32488 \begin_layout Plain Layout
32489 \begin_inset Tabular
32490 <lyxtabular version="3" rows="4" columns="5">
32491 <features tabularvalignment="middle">
32492 <column alignment="center" valignment="top">
32493 <column alignment="center" valignment="top">
32494 <column alignment="center" valignment="top">
32495 <column alignment="center" valignment="top">
32496 <column alignment="center" valignment="top">
32497 <row>
32498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32499 \begin_inset Text
32500
32501 \begin_layout Plain Layout
32502 a
32503 \end_layout
32504
32505 \end_inset
32506 </cell>
32507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32508 \begin_inset Text
32509
32510 \begin_layout Plain Layout
32511
32512 \end_layout
32513
32514 \end_inset
32515 </cell>
32516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32517 \begin_inset Text
32518
32519 \begin_layout Plain Layout
32520 b
32521 \end_layout
32522
32523 \end_inset
32524 </cell>
32525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32526 \begin_inset Text
32527
32528 \begin_layout Plain Layout
32529
32530 \end_layout
32531
32532 \end_inset
32533 </cell>
32534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32535 \begin_inset Text
32536
32537 \begin_layout Plain Layout
32538 c
32539 \end_layout
32540
32541 \end_inset
32542 </cell>
32543 </row>
32544 <row>
32545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32546 \begin_inset Text
32547
32548 \begin_layout Plain Layout
32549
32550 \end_layout
32551
32552 \end_inset
32553 </cell>
32554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32555 \begin_inset Text
32556
32557 \begin_layout Plain Layout
32558 d
32559 \end_layout
32560
32561 \end_inset
32562 </cell>
32563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32564 \begin_inset Text
32565
32566 \begin_layout Plain Layout
32567
32568 \end_layout
32569
32570 \end_inset
32571 </cell>
32572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32573 \begin_inset Text
32574
32575 \begin_layout Plain Layout
32576 e
32577 \end_layout
32578
32579 \end_inset
32580 </cell>
32581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32582 \begin_inset Text
32583
32584 \begin_layout Plain Layout
32585
32586 \end_layout
32587
32588 \end_inset
32589 </cell>
32590 </row>
32591 <row>
32592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32593 \begin_inset Text
32594
32595 \begin_layout Plain Layout
32596 f
32597 \end_layout
32598
32599 \end_inset
32600 </cell>
32601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32602 \begin_inset Text
32603
32604 \begin_layout Plain Layout
32605
32606 \end_layout
32607
32608 \end_inset
32609 </cell>
32610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32611 \begin_inset Text
32612
32613 \begin_layout Plain Layout
32614 g
32615 \end_layout
32616
32617 \end_inset
32618 </cell>
32619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32620 \begin_inset Text
32621
32622 \begin_layout Plain Layout
32623
32624 \end_layout
32625
32626 \end_inset
32627 </cell>
32628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32629 \begin_inset Text
32630
32631 \begin_layout Plain Layout
32632 h
32633 \end_layout
32634
32635 \end_inset
32636 </cell>
32637 </row>
32638 <row>
32639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32640 \begin_inset Text
32641
32642 \begin_layout Plain Layout
32643
32644 \end_layout
32645
32646 \end_inset
32647 </cell>
32648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32649 \begin_inset Text
32650
32651 \begin_layout Plain Layout
32652 i
32653 \end_layout
32654
32655 \end_inset
32656 </cell>
32657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32658 \begin_inset Text
32659
32660 \begin_layout Plain Layout
32661
32662 \end_layout
32663
32664 \end_inset
32665 </cell>
32666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32667 \begin_inset Text
32668
32669 \begin_layout Plain Layout
32670 j
32671 \end_layout
32672
32673 \end_inset
32674 </cell>
32675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32676 \begin_inset Text
32677
32678 \begin_layout Plain Layout
32679
32680 \end_layout
32681
32682 \end_inset
32683 </cell>
32684 </row>
32685 </lyxtabular>
32686
32687 \end_inset
32688
32689
32690 \end_layout
32691
32692 \end_inset
32693
32694
32695 \end_layout
32696
32697 \begin_layout Standard
32698 \begin_inset ERT
32699 status collapsed
32700
32701 \begin_layout Plain Layout
32702
32703
32704 \backslash
32705 TabBesEnd
32706 \end_layout
32707
32708 \end_inset
32709
32710
32711 \end_layout
32712
32713 \begin_layout Standard
32714 \begin_inset ERT
32715 status collapsed
32716
32717 \begin_layout Plain Layout
32718
32719
32720 \backslash
32721 FigBesBeg 
32722 \end_layout
32723
32724 \end_inset
32725
32726
32727 \end_layout
32728
32729 \begin_layout Standard
32730 \begin_inset ERT
32731 status collapsed
32732
32733 \begin_layout Plain Layout
32734
32735
32736 \backslash
32737 sidecaptionvpos{figure}{c}
32738 \end_layout
32739
32740 \end_inset
32741
32742
32743 \begin_inset Float figure
32744 placement document
32745 alignment document
32746 wide false
32747 sideways false
32748 status open
32749
32750 \begin_layout Plain Layout
32751 \begin_inset Graphics
32752         filename ../clipart/3D-structure-distort.pdf
32753         scale 50
32754         scaleBeforeRotation
32755
32756 \end_inset
32757
32758
32759 \end_layout
32760
32761 \begin_layout Plain Layout
32762 \begin_inset Caption Standard
32763
32764 \begin_layout Plain Layout
32765 \begin_inset CommandInset label
32766 LatexCommand label
32767 name "abb:cap-beside-fig-2"
32768
32769 \end_inset
32770
32771 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
32772 \end_layout
32773
32774 \end_inset
32775
32776
32777 \end_layout
32778
32779 \end_inset
32780
32781
32782 \end_layout
32783
32784 \begin_layout Standard
32785 \begin_inset ERT
32786 status collapsed
32787
32788 \begin_layout Plain Layout
32789
32790
32791 \backslash
32792 FigBesEnd
32793 \end_layout
32794
32795 \end_inset
32796
32797
32798 \end_layout
32799
32800 \begin_layout Standard
32801 \begin_inset ERT
32802 status collapsed
32803
32804 \begin_layout Plain Layout
32805
32806
32807 \backslash
32808 TabBesBeg[5]
32809 \end_layout
32810
32811 \end_inset
32812
32813
32814 \end_layout
32815
32816 \begin_layout Standard
32817 \begin_inset Float table
32818 placement document
32819 alignment document
32820 wide false
32821 sideways false
32822 status open
32823
32824 \begin_layout Plain Layout
32825 \begin_inset Caption Standard
32826
32827 \begin_layout Plain Layout
32828 \begin_inset CommandInset label
32829 LatexCommand label
32830 name "tab:Beschriftung-neben-breiter"
32831
32832 \end_inset
32833
32834 Diese Beschriftung ist breiter als die in Tabelle
32835 \begin_inset space ~
32836 \end_inset
32837
32838
32839 \begin_inset CommandInset ref
32840 LatexCommand ref
32841 reference "tab:Beschriftung-neben"
32842 nolink "false"
32843
32844 \end_inset
32845
32846 .
32847 \end_layout
32848
32849 \end_inset
32850
32851
32852 \end_layout
32853
32854 \begin_layout Plain Layout
32855 \begin_inset Tabular
32856 <lyxtabular version="3" rows="4" columns="5">
32857 <features tabularvalignment="middle">
32858 <column alignment="center" valignment="top">
32859 <column alignment="center" valignment="top">
32860 <column alignment="center" valignment="top">
32861 <column alignment="center" valignment="top">
32862 <column alignment="center" valignment="top">
32863 <row>
32864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32865 \begin_inset Text
32866
32867 \begin_layout Plain Layout
32868 a
32869 \end_layout
32870
32871 \end_inset
32872 </cell>
32873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32874 \begin_inset Text
32875
32876 \begin_layout Plain Layout
32877
32878 \end_layout
32879
32880 \end_inset
32881 </cell>
32882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32883 \begin_inset Text
32884
32885 \begin_layout Plain Layout
32886 b
32887 \end_layout
32888
32889 \end_inset
32890 </cell>
32891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32892 \begin_inset Text
32893
32894 \begin_layout Plain Layout
32895
32896 \end_layout
32897
32898 \end_inset
32899 </cell>
32900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32901 \begin_inset Text
32902
32903 \begin_layout Plain Layout
32904 c
32905 \end_layout
32906
32907 \end_inset
32908 </cell>
32909 </row>
32910 <row>
32911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32912 \begin_inset Text
32913
32914 \begin_layout Plain Layout
32915
32916 \end_layout
32917
32918 \end_inset
32919 </cell>
32920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32921 \begin_inset Text
32922
32923 \begin_layout Plain Layout
32924 d
32925 \end_layout
32926
32927 \end_inset
32928 </cell>
32929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32930 \begin_inset Text
32931
32932 \begin_layout Plain Layout
32933
32934 \end_layout
32935
32936 \end_inset
32937 </cell>
32938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32939 \begin_inset Text
32940
32941 \begin_layout Plain Layout
32942 e
32943 \end_layout
32944
32945 \end_inset
32946 </cell>
32947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32948 \begin_inset Text
32949
32950 \begin_layout Plain Layout
32951
32952 \end_layout
32953
32954 \end_inset
32955 </cell>
32956 </row>
32957 <row>
32958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32959 \begin_inset Text
32960
32961 \begin_layout Plain Layout
32962 f
32963 \end_layout
32964
32965 \end_inset
32966 </cell>
32967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32968 \begin_inset Text
32969
32970 \begin_layout Plain Layout
32971
32972 \end_layout
32973
32974 \end_inset
32975 </cell>
32976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32977 \begin_inset Text
32978
32979 \begin_layout Plain Layout
32980 g
32981 \end_layout
32982
32983 \end_inset
32984 </cell>
32985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32986 \begin_inset Text
32987
32988 \begin_layout Plain Layout
32989
32990 \end_layout
32991
32992 \end_inset
32993 </cell>
32994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32995 \begin_inset Text
32996
32997 \begin_layout Plain Layout
32998 h
32999 \end_layout
33000
33001 \end_inset
33002 </cell>
33003 </row>
33004 <row>
33005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33006 \begin_inset Text
33007
33008 \begin_layout Plain Layout
33009
33010 \end_layout
33011
33012 \end_inset
33013 </cell>
33014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33015 \begin_inset Text
33016
33017 \begin_layout Plain Layout
33018 i
33019 \end_layout
33020
33021 \end_inset
33022 </cell>
33023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33024 \begin_inset Text
33025
33026 \begin_layout Plain Layout
33027
33028 \end_layout
33029
33030 \end_inset
33031 </cell>
33032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33033 \begin_inset Text
33034
33035 \begin_layout Plain Layout
33036 j
33037 \end_layout
33038
33039 \end_inset
33040 </cell>
33041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33042 \begin_inset Text
33043
33044 \begin_layout Plain Layout
33045
33046 \end_layout
33047
33048 \end_inset
33049 </cell>
33050 </row>
33051 </lyxtabular>
33052
33053 \end_inset
33054
33055
33056 \end_layout
33057
33058 \end_inset
33059
33060
33061 \end_layout
33062
33063 \begin_layout Standard
33064 \begin_inset ERT
33065 status collapsed
33066
33067 \begin_layout Plain Layout
33068
33069
33070 \backslash
33071 TabBesEnd
33072 \end_layout
33073
33074 \end_inset
33075
33076
33077 \end_layout
33078
33079 \begin_layout Standard
33080 \begin_inset ERT
33081 status collapsed
33082
33083 \begin_layout Plain Layout
33084
33085
33086 \backslash
33087 else
33088 \end_layout
33089
33090 \end_inset
33091
33092
33093 \begin_inset Note Note
33094 status open
33095
33096 \begin_layout Plain Layout
33097 Der folgende Hinweis wird gedruckt,
33098  wenn das \SpecialChar LaTeX
33099 -Paket 
33100 \series bold
33101 sidecap
33102 \series default
33103  nicht installiert ist:
33104 \end_layout
33105
33106 \end_inset
33107
33108
33109 \end_layout
33110
33111 \begin_layout Standard
33112 Das \SpecialChar LaTeX
33113 -Paket 
33114 \series bold
33115 sidecap
33116 \series default
33117  muss installiert sein,
33118  um den folgenden Abschnitt in der Ausgabe zu sehen.
33119 \end_layout
33120
33121 \begin_layout Standard
33122 \begin_inset ERT
33123 status collapsed
33124
33125 \begin_layout Plain Layout
33126
33127
33128 \backslash
33129 fi
33130 \end_layout
33131
33132 \end_inset
33133
33134
33135 \end_layout
33136
33137 \begin_layout Section
33138 Gleitobjekt-Verzeichnisse
33139 \begin_inset Index idx
33140 range none
33141 pageformat default
33142 status collapsed
33143
33144 \begin_layout Plain Layout
33145 Gleitobjekte
33146 \begin_inset IndexMacro subentry
33147 status open
33148
33149 \begin_layout Plain Layout
33150 Verzeichnisse
33151 \end_layout
33152
33153 \end_inset
33154
33155
33156 \end_layout
33157
33158 \end_inset
33159
33160
33161 \end_layout
33162
33163 \begin_layout Standard
33164 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
33165  Sie können mit den Untermenüs von 
33166 \family sans
33167 Einfügen\SpecialChar menuseparator
33168 Liste
33169 \begin_inset space ~
33170 \end_inset
33171
33172 /
33173 \begin_inset space ~
33174 \end_inset
33175
33176 Inhaltsverzeichnis
33177 \family default
33178  eingefügt werden.
33179 \end_layout
33180
33181 \begin_layout Standard
33182 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte oder ihre Kurztitel,
33183  die Gleitobjekt-Nummer und die Seitennummer.
33184 \end_layout
33185
33186 \begin_layout Standard
33187 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs- und ein Tabellen-Verzeichnis.
33188 \end_layout
33189
33190 \begin_layout Chapter
33191 Notizen
33192 \end_layout
33193
33194 \begin_layout Section
33195 \SpecialChar LyX
33196 -Notizen
33197 \begin_inset Index idx
33198 range none
33199 pageformat default
33200 status open
33201
33202 \begin_layout Plain Layout
33203 Notizen
33204 \begin_inset IndexMacro subentry
33205 status open
33206
33207 \begin_layout Plain Layout
33208 \SpecialChar LyX
33209 -Notizen
33210 \end_layout
33211
33212 \end_inset
33213
33214
33215 \end_layout
33216
33217 \end_inset
33218
33219
33220 \end_layout
33221
33222 \begin_layout Standard
33223 Notizen werden mit einem Klick auf 
33224 \begin_inset Info
33225 type  "icon"
33226 arg   "note-insert"
33227 \end_inset
33228
33229  oder 
33230 \family sans
33231 Einfügen\SpecialChar menuseparator
33232 Notiz
33233 \family default
33234  eingefügt.
33235  Es gibt drei Arten:
33236 \end_layout
33237
33238 \begin_layout Description
33239 \SpecialChar LyX
33240 -Notiz:
33241  Dieser Typ ist für interne Notizen und wird nicht gedruckt.
33242  Eine 
33243 \family sans
33244 \SpecialChar LyX
33245 -Notiz
33246 \family default
33247  sieht so aus:
33248 \begin_inset Newline newline
33249 \end_inset
33250
33251
33252 \begin_inset Newline newline
33253 \end_inset
33254
33255
33256 \begin_inset Graphics
33257         filename clipart/LyXNotiz.png
33258         display false
33259         scale 80
33260         scaleBeforeRotation
33261
33262 \end_inset
33263
33264  
33265 \begin_inset Note Note
33266 status open
33267
33268 \begin_layout Plain Layout
33269 Dies ist Text in einem Notiz-Kästchen,
33270  der nicht gedruckt wird.
33271 \end_layout
33272
33273 \end_inset
33274
33275
33276 \end_layout
33277
33278 \begin_layout Description
33279 Kommentar:
33280  Diese Notiz wird auch nicht gedruckt,
33281  aber sie erscheint als \SpecialChar LaTeX
33282 -Kommentar,
33283  wenn Sie das Dokument nach \SpecialChar LaTeX
33284  exportieren (
33285 \family sans
33286 Datei\SpecialChar menuseparator
33287 Ex\SpecialChar softhyphen
33288 por\SpecialChar softhyphen
33289 tie\SpecialChar softhyphen
33290 ren\SpecialChar menuseparator
33291 LaTeX
33292 \begin_inset space ~
33293 \end_inset
33294
33295 (pdflatex) / (normal)
33296 \family default
33297 .
33298  Ein Kommentar sieht so aus:
33299 \begin_inset Newline newline
33300 \end_inset
33301
33302
33303 \begin_inset Newline newline
33304 \end_inset
33305
33306
33307 \begin_inset Graphics
33308         filename clipart/Kommentar.png
33309         display false
33310         scale 80
33311         scaleBeforeRotation
33312
33313 \end_inset
33314
33315  
33316 \begin_inset Note Comment
33317 status open
33318
33319 \begin_layout Plain Layout
33320 Dies ist ein Kommentar,
33321  der nicht gedruckt,
33322  aber exportiert wird.
33323 \end_layout
33324
33325 \end_inset
33326
33327
33328 \end_layout
33329
33330 \begin_layout Description
33331 Grauschrift:
33332  Diese Notiz wird grau gedruckt und sieht so aus:
33333 \begin_inset Newline newline
33334 \end_inset
33335
33336
33337 \begin_inset Newline newline
33338 \end_inset
33339
33340
33341 \begin_inset Graphics
33342         filename clipart/GrauschriftNotiz.png
33343         display false
33344         scale 80
33345         scaleBeforeRotation
33346
33347 \end_inset
33348
33349
33350 \begin_inset Newline newline
33351 \end_inset
33352
33353
33354 \begin_inset ERT
33355 status collapsed
33356
33357 \begin_layout Plain Layout
33358
33359
33360 \backslash
33361 renewenvironment{lyxgreyedout}
33362 \end_layout
33363
33364 \begin_layout Plain Layout
33365
33366 {
33367 \backslash
33368 textcolor[gray]{0.4}
33369 \backslash
33370 bgroup}{
33371 \backslash
33372 egroup}
33373 \end_layout
33374
33375 \end_inset
33376
33377
33378 \begin_inset Note Greyedout
33379 status open
33380
33381 \begin_layout Plain Layout
33382 Dies ist Text in einem Kommentar-Kästchen,
33383  der nur als Kommentar in der \SpecialChar LaTeX
33384 -Datei erscheint.
33385 \end_layout
33386
33387 \end_inset
33388
33389
33390 \begin_inset ERT
33391 status collapsed
33392
33393 \begin_layout Plain Layout
33394
33395
33396 \backslash
33397 renewenvironment{lyxgreyedout}
33398 \end_layout
33399
33400 \begin_layout Plain Layout
33401
33402 {
33403 \backslash
33404 textcolor{blue}
33405 \backslash
33406 bgroup}{
33407 \backslash
33408 egroup}
33409 \end_layout
33410
33411 \end_inset
33412
33413
33414 \begin_inset Note Note
33415 status collapsed
33416
33417 \begin_layout Plain Layout
33418 Die Grauschrift-Notiz wurde auf die ursprüngliche \SpecialChar LyX
33419 -Definition zurückgesetzt,
33420  weil Grauschriften im \SpecialChar LaTeX
33421 -Vorspann dieses Dokuments blau definiert wurden.
33422  
33423 \end_layout
33424
33425 \end_inset
33426
33427
33428 \begin_inset Newline newline
33429 \end_inset
33430
33431
33432 \begin_inset Newline newline
33433 \end_inset
33434
33435 Das Beispiel zeigt,
33436  dass die erste Zeile von Grauschrift-Notizen eingerückt wird und dass Grauschrift-Notizen Fußnoten enthalten können.
33437 \end_layout
33438
33439 \begin_layout Standard
33440 \begin_inset VSpace bigskip
33441 \end_inset
33442
33443 Wenn Sie auf den Werkzeugleistenknopf 
33444 \family sans
33445
33446 \begin_inset Info
33447 type  "icon"
33448 arg   "note-insert"
33449 \end_inset
33450
33451
33452 \family default
33453  klicken,
33454  wird zunächst eine 
33455 \family sans
33456 \SpecialChar LyX
33457 -Notiz
33458 \family default
33459  eingefügt.
33460  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei Notiz-Typen auswählen.
33461  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen,
33462  markieren Sie ihn und klicken dann auf den Werkzeugleistenknopf.
33463  Um eine Notiz in Text zu verwandeln,
33464  drücken Sie die Backspace-Taste,
33465  wenn der Cursor am Beginn der Notiz ist oder die Entfernen-Taste,
33466  wenn der Cursor am Ende der Notiz ist.
33467 \end_layout
33468
33469 \begin_layout Standard
33470 \begin_inset VSpace bigskip
33471 \end_inset
33472
33473 Die Textfarbe von Grauschrift-Boxen kann im Menü 
33474 \family sans
33475 Dokument\SpecialChar menuseparator
33476 Einstellungen\SpecialChar menuseparator
33477 Farben
33478 \family default
33479  geändert werden.
33480 \end_layout
33481
33482 \begin_layout Section
33483 Fußnoten
33484 \begin_inset CommandInset label
33485 LatexCommand label
33486 name "abs:Fußnoten"
33487
33488 \end_inset
33489
33490
33491 \begin_inset Index idx
33492 range none
33493 pageformat default
33494 status collapsed
33495
33496 \begin_layout Plain Layout
33497 Notizen
33498 \begin_inset IndexMacro subentry
33499 status open
33500
33501 \begin_layout Plain Layout
33502 Fußnoten
33503 \end_layout
33504
33505 \end_inset
33506
33507
33508 \end_layout
33509
33510 \end_inset
33511
33512
33513 \begin_inset Index idx
33514 range none
33515 pageformat default
33516 status collapsed
33517
33518 \begin_layout Plain Layout
33519 Fußnoten
33520 \end_layout
33521
33522 \end_inset
33523
33524
33525 \end_layout
33526
33527 \begin_layout Standard
33528 Fußnoten werden über den Werkzeugleistenknopf 
33529 \begin_inset Info
33530 type  "icon"
33531 arg   "footnote-insert"
33532 \end_inset
33533
33534  oder das Menü 
33535 \family sans
33536 Einfügen\SpecialChar menuseparator
33537 Fußnote
33538 \family default
33539  eingefügt.
33540  Man sieht dann diese Fußnotenbox:
33541  
33542 \begin_inset Graphics
33543         filename clipart/Fussnote.png
33544         scale 95
33545         scaleBeforeRotation
33546
33547 \end_inset
33548
33549  in die der Fußnotentext eingegeben wird.
33550  Wenn existierender Text in eine Fußnote umgewandelt werden soll,
33551  markiert man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
33552  Um eine Fußnote in Text zu konvertieren,
33553  drückt man die Taste 
33554 \family sans
33555 Backspace
33556 \family default
33557  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
33558 \family sans
33559 Entf
33560 \family default
33561  wenn der Cursor am Ende der Fußnote ist.
33562 \end_layout
33563
33564 \begin_layout Standard
33565 Hier ist eine Beispielfußnote:
33566 \color black
33567
33568 \begin_inset Foot
33569 status open
33570
33571 \begin_layout Plain Layout
33572 \begin_inset CommandInset label
33573 LatexCommand label
33574 name "fuss:Fußnoten-Beispiel"
33575
33576 \end_inset
33577
33578 Dies ist eine Fußnote.
33579 \end_layout
33580
33581 \end_inset
33582
33583
33584 \color inherit
33585
33586 \begin_inset ERT
33587 status collapsed
33588
33589 \begin_layout Plain Layout
33590
33591
33592 \backslash
33593 newcounter{MyRepeatFoot}
33594 \end_layout
33595
33596 \begin_layout Plain Layout
33597
33598
33599 \backslash
33600 setcounter{MyRepeatFoot}{
33601 \backslash
33602 thefootnote}
33603 \end_layout
33604
33605 \end_inset
33606
33607
33608 \end_layout
33609
33610 \begin_layout Standard
33611 In der druckfertigen Ausgabe erscheint an der Stelle,
33612  wo die Fußnote eingefügt wurde,
33613  eine hochgestellte Zahl.
33614  Der Fußnotentext wird am Seitenende gedruckt,
33615  wobei die Fußnotennummer hochgestellt dem Text vorangeht.
33616  Die Fußnotennummern werden von \SpecialChar LaTeX
33617  berechnet und sind fortlaufend.
33618  Es hängt von der Dokumentklasse ab,
33619  ob sie in jedem Kapitel zurückgesetzt werden.
33620 \end_layout
33621
33622 \begin_layout Standard
33623 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden,
33624  wenn in der Fußnote eine Marke eingefügt wurde.
33625  Dies ist ein Querverweis auf Fußnote
33626 \begin_inset space ~
33627 \end_inset
33628
33629
33630 \begin_inset CommandInset ref
33631 LatexCommand ref
33632 reference "fuss:Fußnoten-Beispiel"
33633 nolink "false"
33634
33635 \end_inset
33636
33637 .
33638 \end_layout
33639
33640 \begin_layout Standard
33641 \begin_inset VSpace defskip
33642 \end_inset
33643
33644 Fußnoten in Titel-Umgebungen werden üblicherweise mit Symbolen nummeriert und sie können nur einen Absatz enthalten.
33645  Siehe als Beispiel die Fußnote der Titelseite dieses Dokuments.
33646 \end_layout
33647
33648 \begin_layout Standard
33649 Fußnoten in langen Tabellen sind in Abschnitt
33650 \begin_inset space ~
33651 \end_inset
33652
33653
33654 \begin_inset CommandInset ref
33655 LatexCommand ref
33656 reference "uab:Fußnoten-in-mehrseitigen"
33657 nolink "false"
33658
33659 \end_inset
33660
33661  beschrieben.
33662 \end_layout
33663
33664 \begin_layout Standard
33665 \begin_inset VSpace defskip
33666 \end_inset
33667
33668
33669 \end_layout
33670
33671 \begin_layout Standard
33672 Fußnoten in Minipage-Boxen werden gedruckt,
33673  allerdings innerhalb der Box und mit einer anderen Nummerierung,
33674  da eine Minipage-Box wie eine Seite innerhalb einer Seite ist.
33675  (Mehr über Minipages ist in Abschnitt
33676 \begin_inset space ~
33677 \end_inset
33678
33679
33680 \begin_inset CommandInset ref
33681 LatexCommand ref
33682 reference "abs:Minipage"
33683 nolink "false"
33684
33685 \end_inset
33686
33687  zu finden.) Um eine Fußnote in der Minipage zu erhalten,
33688  die am unteren Seitenrand wie normale Fußnoten gedruckt wird,
33689  verwenden Sie diese Methode:
33690  Anstatt einer Fußnote wird der Befehl 
33691 \series bold
33692
33693 \backslash
33694 footnotemark{}
33695 \series default
33696  als \SpecialChar TeX
33697 -Code eingefügt.
33698  Der Text der Fußnote wird als Argument des \SpecialChar TeX
33699 -Code-Befehls 
33700 \series bold
33701
33702 \backslash
33703 footnotetext
33704 \series default
33705  nach der Minipage-Box eingegeben.
33706 \begin_inset Newline newline
33707 \end_inset
33708
33709 Hinter folgender Minipage-Box wurde als Beispiel dieser Befehl eingegeben:
33710 \end_layout
33711
33712 \begin_layout Standard
33713
33714 \series bold
33715
33716 \backslash
33717 footnotetext{
33718 \series default
33719 Fußnote außerhalb der Minipage.
33720 \series bold
33721 }
33722 \end_layout
33723
33724 \begin_layout Standard
33725 \begin_inset Box Frameless
33726 position "t"
33727 hor_pos "c"
33728 has_inner_box 1
33729 inner_pos "t"
33730 use_parbox 0
33731 use_makebox 0
33732 width "100col%"
33733 special "none"
33734 height "1in"
33735 height_special "totalheight"
33736 thickness "0.4pt"
33737 separation "3pt"
33738 shadowsize "4pt"
33739 framecolor "black"
33740 backgroundcolor "none"
33741 status open
33742
33743 \begin_layout Plain Layout
33744 Dies ist ein Beispieltext.in einer Minipage.
33745 \begin_inset Foot
33746 status open
33747
33748 \begin_layout Plain Layout
33749 Fußnote in einer Minipage.
33750 \end_layout
33751
33752 \end_inset
33753
33754
33755 \end_layout
33756
33757 \begin_layout Plain Layout
33758 Dies ist ein Beispieltext.
33759  in einer Minipage.
33760 \begin_inset ERT
33761 status collapsed
33762
33763 \begin_layout Plain Layout
33764
33765
33766 \backslash
33767 footnotemark{}
33768 \end_layout
33769
33770 \end_inset
33771
33772
33773 \end_layout
33774
33775 \end_inset
33776
33777
33778 \end_layout
33779
33780 \begin_layout Standard
33781 \begin_inset ERT
33782 status collapsed
33783
33784 \begin_layout Plain Layout
33785
33786
33787 \backslash
33788 footnotetext{
33789 \end_layout
33790
33791 \end_inset
33792
33793 Fußnote außerhalb der Minipage.
33794 \begin_inset ERT
33795 status collapsed
33796
33797 \begin_layout Plain Layout
33798
33799 }
33800 \end_layout
33801
33802 \end_inset
33803
33804
33805 \end_layout
33806
33807 \begin_layout Standard
33808 \begin_inset VSpace defskip
33809 \end_inset
33810
33811
33812 \end_layout
33813
33814 \begin_layout Standard
33815 Um auf eine Fußnote mehrere Male zu verweisen,
33816  ohne dabei jedes Mal den Fußnotentext zu drucken,
33817  verwenden Sie den \SpecialChar TeX
33818 -Code-Befehl 
33819 \series bold
33820
33821 \backslash
33822 footnotemark[Nummer]
33823 \series default
33824 .
33825 \begin_inset Newline newline
33826 \end_inset
33827
33828 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können,
33829  müssen Sie sie speichern,
33830  nachdem Sie die Fußnote eingefügt haben.
33831  Hinter Fußnote
33832 \begin_inset space ~
33833 \end_inset
33834
33835
33836 \begin_inset CommandInset ref
33837 LatexCommand ref
33838 reference "fuss:Fußnoten-Beispiel"
33839 nolink "false"
33840
33841 \end_inset
33842
33843  wurde das mit folgenden \SpecialChar TeX
33844 -Code-Befehlen gemacht:
33845 \end_layout
33846
33847 \begin_layout Standard
33848
33849 \series bold
33850
33851 \backslash
33852 newcounter{MyRepeatFoot}
33853 \begin_inset Newline newline
33854 \end_inset
33855
33856
33857 \backslash
33858 setcounter{MyRepeatFoot}{
33859 \backslash
33860 thefootnote}
33861 \end_layout
33862
33863 \begin_layout Standard
33864 Die Fußnotenmarke wurde dann mit diesem \SpecialChar TeX
33865 -Code-Befehl definiert;
33866 \end_layout
33867
33868 \begin_layout Standard
33869
33870 \series bold
33871
33872 \backslash
33873 footnotemark[
33874 \backslash
33875 theMyRepeatFoot]
33876 \end_layout
33877
33878 \begin_layout Standard
33879 Hier ist eine wiederholte Fußnote:
33880 \begin_inset ERT
33881 status collapsed
33882
33883 \begin_layout Plain Layout
33884
33885
33886 \backslash
33887 footnotemark[
33888 \backslash
33889 theMyRepeatFoot]
33890 \end_layout
33891
33892 \end_inset
33893
33894
33895 \end_layout
33896
33897 \begin_layout Standard
33898 Wenn Sie die letzte Fußnote wiederholen wollen,
33899  können Sie die Speicherung der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
33900 \end_layout
33901
33902 \begin_layout Standard
33903
33904 \series bold
33905
33906 \backslash
33907 footnotemark[
33908 \backslash
33909 thefootnote]
33910 \end_layout
33911
33912 \begin_layout Standard
33913 Hier ist eine weitere wiederholte Fußnote:
33914 \begin_inset ERT
33915 status collapsed
33916
33917 \begin_layout Plain Layout
33918
33919
33920 \backslash
33921 footnotemark[
33922 \backslash
33923 thefootnote]
33924 \end_layout
33925
33926 \end_inset
33927
33928
33929 \end_layout
33930
33931 \begin_layout Subsection
33932 Fußnoten-Nummerierung
33933 \begin_inset CommandInset label
33934 LatexCommand label
33935 name "uab:Fußnoten-Nummerierung"
33936
33937 \end_inset
33938
33939
33940 \begin_inset Index idx
33941 range none
33942 pageformat default
33943 status collapsed
33944
33945 \begin_layout Plain Layout
33946 Fußnoten
33947 \begin_inset IndexMacro subentry
33948 status open
33949
33950 \begin_layout Plain Layout
33951 Nummerierung
33952 \end_layout
33953
33954 \end_inset
33955
33956
33957 \end_layout
33958
33959 \end_inset
33960
33961
33962 \end_layout
33963
33964 \begin_layout Standard
33965 Um Fußnoten nach jedem Abschnitt
33966 \family roman
33967  auf 1 zurückzusetzen,
33968  
33969 \family default
33970 müssen Sie folgenden Befehl in den \SpecialChar LaTeX
33971 -Vorspann schreiben:
33972 \end_layout
33973
33974 \begin_layout Standard
33975
33976 \series bold
33977
33978 \backslash
33979 @addtoreset{footnote}{section}
33980 \end_layout
33981
33982 \begin_layout Standard
33983 \begin_inset VSpace bigskip
33984 \end_inset
33985
33986 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische Zahlen:
33987 \end_layout
33988
33989 \begin_layout Standard
33990
33991 \series bold
33992
33993 \backslash
33994 renewcommand{
33995 \backslash
33996 thefootnote}{
33997 \backslash
33998 roman{footnote}}
33999 \end_layout
34000
34001 \begin_layout Standard
34002 \begin_inset ERT
34003 status collapsed
34004
34005 \begin_layout Plain Layout
34006
34007
34008 \backslash
34009 renewcommand{
34010 \backslash
34011 thefootnote}{
34012 \backslash
34013 roman{footnote}}
34014 \end_layout
34015
34016 \end_inset
34017
34018  Hier ist ein Beispiel für solch eine Fußnote:
34019 \begin_inset Foot
34020 status open
34021
34022 \begin_layout Plain Layout
34023 Dies ist eine Fußnote mit kleinen römischen Zahlen
34024 \end_layout
34025
34026 \end_inset
34027
34028
34029 \end_layout
34030
34031 \begin_layout Standard
34032 Um den Nummerierungsstil auf große römische Zahlen zu ändern,
34033  ersetzen Sie in obigem Befehl 
34034 \series bold
34035
34036 \backslash
34037 roman
34038 \series default
34039  durch 
34040 \series bold
34041
34042 \backslash
34043 Roman
34044 \series default
34045 .
34046  Um Fußnoten mit großen oder kleinen Buchstaben zu 
34047 \begin_inset Quotes gld
34048 \end_inset
34049
34050 nummerieren
34051 \begin_inset Quotes grd
34052 \end_inset
34053
34054 ,
34055  verwenden Sie die Befehle 
34056 \series bold
34057
34058 \backslash
34059 Alph
34060 \series default
34061  oder 
34062 \series bold
34063
34064 \backslash
34065 alph
34066 \series default
34067 .
34068  Für die 
34069 \begin_inset Quotes gld
34070 \end_inset
34071
34072 Nummerierung
34073 \begin_inset Quotes grd
34074 \end_inset
34075
34076  mit Symbolen steht der Befehl 
34077 \series bold
34078
34079 \backslash
34080 fnsymbol
34081 \series default
34082  zur Verfügung.
34083 \end_layout
34084
34085 \begin_layout Standard
34086 \begin_inset Note Greyedout
34087 status open
34088
34089 \begin_layout Plain Layout
34090
34091 \series bold
34092 Bemerkung 1:
34093
34094 \series default
34095  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden,
34096  weil nur 
34097 \emph on
34098 ein
34099 \emph default
34100  Buchstabe verwendet wird.
34101 \end_layout
34102
34103 \end_inset
34104
34105
34106 \begin_inset Newline newline
34107 \end_inset
34108
34109
34110 \begin_inset Note Greyedout
34111 status open
34112
34113 \begin_layout Plain Layout
34114
34115 \series bold
34116 Bemerkung 2:
34117
34118 \series default
34119  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
34120 \end_layout
34121
34122 \end_inset
34123
34124
34125 \end_layout
34126
34127 \begin_layout Standard
34128 Um zur Standard-Nummerierung zurückzukehren,
34129  verwenden Sie 
34130 \series bold
34131
34132 \backslash
34133 arabic
34134 \series default
34135  anstelle von 
34136 \series bold
34137
34138 \backslash
34139 roman
34140 \series default
34141  in obigem Befehl.
34142 \begin_inset ERT
34143 status collapsed
34144
34145 \begin_layout Plain Layout
34146
34147
34148 \backslash
34149 renewcommand{
34150 \backslash
34151 thefootnote}{
34152 \backslash
34153 arabic{footnote}}
34154 \end_layout
34155
34156 \end_inset
34157
34158
34159 \end_layout
34160
34161 \begin_layout Standard
34162 \begin_inset VSpace bigskip
34163 \end_inset
34164
34165
34166 \end_layout
34167
34168 \begin_layout Standard
34169 Wenn Sie wollen,
34170  dass Fußnoten nach dem Schema 
34171 \begin_inset Quotes gld
34172 \end_inset
34173
34174 Kapitel.Fußnote
34175 \begin_inset Quotes grd
34176 \end_inset
34177
34178  nummeriert werden,
34179  müssen Sie folgenden Befehl in den \SpecialChar LaTeX
34180 -Vorspann schreiben:
34181 \end_layout
34182
34183 \begin_layout Standard
34184
34185 \series bold
34186
34187 \backslash
34188 numberwithin{footnote}{chapter}
34189 \end_layout
34190
34191 \begin_layout Standard
34192 Um 
34193 \series bold
34194
34195 \backslash
34196 numberwithin
34197 \series default
34198  benutzen zu können,
34199  muss in den 
34200 \family sans
34201 Mathe
34202 \begin_inset space ~
34203 \end_inset
34204
34205 Optionen
34206 \family default
34207  der 
34208 \family sans
34209 Dokument-Einstellungen
34210 \family default
34211  
34212 \family sans
34213 AMS
34214 \begin_inset space ~
34215 \end_inset
34216
34217 Mathe
34218 \begin_inset space ~
34219 \end_inset
34220
34221 Paket
34222 \family default
34223
34224 \begin_inset space ~
34225 \end_inset
34226
34227
34228 \family sans
34229 verwenden
34230 \family default
34231  angekreuzt sein.
34232 \begin_inset ERT
34233 status collapsed
34234
34235 \begin_layout Plain Layout
34236
34237
34238 \backslash
34239 numberwithin{footnote}{chapter}
34240 \end_layout
34241
34242 \end_inset
34243
34244  Hier ist ein Beispiel für solch eine Fußnote.
34245 \series bold
34246
34247 \begin_inset Foot
34248 status open
34249
34250 \begin_layout Plain Layout
34251 Dies ist eine Fußnote nach dem Schema 
34252 \begin_inset Quotes gld
34253 \end_inset
34254
34255 Kapitel.Fußnote
34256 \begin_inset Quotes grd
34257 \end_inset
34258
34259 .
34260 \end_layout
34261
34262 \end_inset
34263
34264
34265 \series default
34266
34267 \begin_inset ERT
34268 status collapsed
34269
34270 \begin_layout Plain Layout
34271
34272
34273 \backslash
34274 renewcommand{
34275 \backslash
34276 thefootnote}{
34277 \backslash
34278 arabic{footnote}}
34279 \end_layout
34280
34281 \end_inset
34282
34283
34284 \end_layout
34285
34286 \begin_layout Standard
34287 \begin_inset Note Greyedout
34288 status open
34289
34290 \begin_layout Plain Layout
34291
34292 \series bold
34293 Bemerkung:
34294
34295 \series default
34296  
34297 \series bold
34298
34299 \backslash
34300 numberwithin
34301 \series default
34302  verwendet ausschließlich arabische Ziffern für Fußnoten;
34303  vorherige Definitionen werden überschrieben.
34304 \end_layout
34305
34306 \end_inset
34307
34308
34309 \end_layout
34310
34311 \begin_layout Standard
34312 Um also z.
34313 \begin_inset space \thinspace{}
34314 \end_inset
34315
34316 B.
34317  das Schema 
34318 \begin_inset Quotes gld
34319 \end_inset
34320
34321 Kapitel.
34322 \backslash
34323 Roman{footnote}
34324 \begin_inset Quotes grd
34325 \end_inset
34326
34327  zu erhalten,
34328  muss dieser Befehl anstelle von 
34329 \series bold
34330
34331 \backslash
34332 numberwithin
34333 \series default
34334  verwendet werden:
34335 \end_layout
34336
34337 \begin_layout Standard
34338
34339 \series bold
34340
34341 \backslash
34342 renewcommand{
34343 \backslash
34344 thefootnote}{
34345 \backslash
34346 thechapter.
34347 \backslash
34348 Roman{footnote}}
34349 \end_layout
34350
34351 \begin_layout Subsection
34352 Fußnoten-Platzierung
34353 \begin_inset Index idx
34354 range none
34355 pageformat default
34356 status collapsed
34357
34358 \begin_layout Plain Layout
34359 Fußnoten
34360 \begin_inset IndexMacro subentry
34361 status open
34362
34363 \begin_layout Plain Layout
34364 Platzierung
34365 \end_layout
34366
34367 \end_inset
34368
34369
34370 \end_layout
34371
34372 \end_inset
34373
34374
34375 \end_layout
34376
34377 \begin_layout Standard
34378 Wenn Sie auf einer Seite mehrere Fußnoten haben,
34379  werden sie untereinander ohne Zwischenraum am Ende der Seite gedruckt.
34380  Damit sie besser zu unterscheiden sind,
34381  kann man mit folgendem Befehl im \SpecialChar LaTeX
34382 -Vorspann 1.5
34383 \begin_inset space \thinspace{}
34384 \end_inset
34385
34386 mm Zwischenraum einfügen:
34387 \end_layout
34388
34389 \begin_layout Standard
34390
34391 \series bold
34392
34393 \backslash
34394 let
34395 \backslash
34396 myFoot
34397 \backslash
34398 footnote
34399 \begin_inset Newline newline
34400 \end_inset
34401
34402
34403 \backslash
34404 renewcommand{
34405 \backslash
34406 footnote}[1]{
34407 \backslash
34408 myFoot{#1
34409 \backslash
34410 vspace{1.5mm}}}
34411 \end_layout
34412
34413 \begin_layout Standard
34414 \begin_inset VSpace bigskip
34415 \end_inset
34416
34417 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder Spalte gedruckt,
34418  Abbildung
34419 \begin_inset space ~
34420 \end_inset
34421
34422
34423 \begin_inset CommandInset ref
34424 LatexCommand ref
34425 reference "abb:Standard-Fußnoten-Platzierung-in"
34426 nolink "false"
34427
34428 \end_inset
34429
34430 .
34431  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie in Abbildung
34432 \begin_inset space ~
34433 \end_inset
34434
34435
34436 \begin_inset CommandInset ref
34437 LatexCommand ref
34438 reference "abb:Fußnoten-Platzierung-in-einem"
34439 nolink "false"
34440
34441 \end_inset
34442
34443 ,
34444  müssen Sie das \SpecialChar LaTeX
34445 -Paket 
34446 \series bold
34447 ftnright
34448 \series default
34449
34450 \begin_inset Index idx
34451 range none
34452 pageformat default
34453 status collapsed
34454
34455 \begin_layout Plain Layout
34456 \SpecialChar LaTeX
34457 -Pakete
34458 \begin_inset IndexMacro subentry
34459 status open
34460
34461 \begin_layout Plain Layout
34462 ftnright
34463 \end_layout
34464
34465 \end_inset
34466
34467
34468 \end_layout
34469
34470 \end_inset
34471
34472  mit folgendem Befehl im \SpecialChar LaTeX
34473 -Vorspann einfügen:
34474 \end_layout
34475
34476 \begin_layout Standard
34477
34478 \series bold
34479
34480 \backslash
34481 usepackage{ftnright}
34482 \end_layout
34483
34484 \begin_layout Standard
34485 \begin_inset Float figure
34486 placement !h
34487 alignment document
34488 wide false
34489 sideways false
34490 status open
34491
34492 \begin_layout Plain Layout
34493 \noindent
34494 \align center
34495 \begin_inset Box Boxed
34496 position "t"
34497 hor_pos "c"
34498 has_inner_box 0
34499 inner_pos "t"
34500 use_parbox 0
34501 use_makebox 0
34502 width ""
34503 special "none"
34504 height "1in"
34505 height_special "totalheight"
34506 thickness "0.4pt"
34507 separation "3pt"
34508 shadowsize "4pt"
34509 framecolor "black"
34510 backgroundcolor "none"
34511 status open
34512
34513 \begin_layout Plain Layout
34514 \begin_inset Graphics
34515         filename ../clipart/without_fntright.pdf
34516         width 100col%
34517         scaleBeforeRotation
34518
34519 \end_inset
34520
34521
34522 \end_layout
34523
34524 \end_inset
34525
34526
34527 \end_layout
34528
34529 \begin_layout Plain Layout
34530 \begin_inset Caption Standard
34531
34532 \begin_layout Plain Layout
34533 \begin_inset CommandInset label
34534 LatexCommand label
34535 name "abb:Standard-Fußnoten-Platzierung-in"
34536
34537 \end_inset
34538
34539 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
34540 \begin_inset Argument 1
34541 status open
34542
34543 \begin_layout Plain Layout
34544 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
34545 \end_layout
34546
34547 \end_inset
34548
34549
34550 \end_layout
34551
34552 \end_inset
34553
34554
34555 \end_layout
34556
34557 \end_inset
34558
34559
34560 \end_layout
34561
34562 \begin_layout Standard
34563 \begin_inset Float figure
34564 placement !h
34565 alignment document
34566 wide false
34567 sideways false
34568 status open
34569
34570 \begin_layout Plain Layout
34571 \noindent
34572 \align center
34573 \begin_inset Box Boxed
34574 position "t"
34575 hor_pos "c"
34576 has_inner_box 0
34577 inner_pos "t"
34578 use_parbox 0
34579 use_makebox 0
34580 width ""
34581 special "none"
34582 height "1in"
34583 height_special "totalheight"
34584 thickness "0.4pt"
34585 separation "3pt"
34586 shadowsize "4pt"
34587 framecolor "black"
34588 backgroundcolor "none"
34589 status open
34590
34591 \begin_layout Plain Layout
34592 \begin_inset Graphics
34593         filename ../clipart/with_fntright.pdf
34594         width 100col%
34595         scaleBeforeRotation
34596
34597 \end_inset
34598
34599
34600 \end_layout
34601
34602 \end_inset
34603
34604
34605 \end_layout
34606
34607 \begin_layout Plain Layout
34608 \begin_inset Caption Standard
34609
34610 \begin_layout Plain Layout
34611 \begin_inset CommandInset label
34612 LatexCommand label
34613 name "abb:Fußnoten-Platzierung-in-einem"
34614
34615 \end_inset
34616
34617 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem \SpecialChar LaTeX
34618 -Paket 
34619 \series bold
34620 ftnright
34621 \series default
34622 .
34623 \begin_inset Argument 1
34624 status collapsed
34625
34626 \begin_layout Plain Layout
34627 Fußnoten-Platzierung mit 
34628 \family typewriter
34629 ftnright
34630 \end_layout
34631
34632 \end_inset
34633
34634
34635 \end_layout
34636
34637 \end_inset
34638
34639
34640 \end_layout
34641
34642 \end_inset
34643
34644
34645 \end_layout
34646
34647 \begin_layout Standard
34648 \begin_inset VSpace bigskip
34649 \end_inset
34650
34651 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
34652 \begin_inset space ~
34653 \end_inset
34654
34655
34656 \begin_inset CommandInset ref
34657 LatexCommand ref
34658 reference "abb:endnotes"
34659 nolink "false"
34660
34661 \end_inset
34662
34663  gedruckt.
34664  Man nennt sie dann 
34665 \begin_inset Quotes gld
34666 \end_inset
34667
34668 Endnoten
34669 \begin_inset Quotes grd
34670 \end_inset
34671
34672 .
34673 \begin_inset Index idx
34674 range none
34675 pageformat default
34676 status collapsed
34677
34678 \begin_layout Plain Layout
34679 Endnoten
34680 \end_layout
34681
34682 \end_inset
34683
34684  Um das zu erreichen,
34685  laden Sie im Menü 
34686 \family sans
34687 Dokument\SpecialChar menuseparator
34688 Einstellungen\SpecialChar menuseparator
34689 Module 
34690 \family default
34691 das Modul 
34692 \family sans
34693 Fußnote
34694 \begin_inset space ~
34695 \end_inset
34696
34697 als
34698 \begin_inset space ~
34699 \end_inset
34700
34701 Endnote
34702 \family default
34703 .
34704  Um die gesammelten Fußnoten zu drucken,
34705  fügen Sie den Befehl
34706 \end_layout
34707
34708 \begin_layout Standard
34709
34710 \series bold
34711
34712 \backslash
34713 theendnotes
34714 \end_layout
34715
34716 \begin_layout Standard
34717 als \SpecialChar TeX
34718 -Code am Ende des Abschnitts oder Kapitels ein.
34719 \end_layout
34720
34721 \begin_layout Standard
34722 \begin_inset Float figure
34723 placement document
34724 alignment document
34725 wide false
34726 sideways false
34727 status open
34728
34729 \begin_layout Plain Layout
34730 \align center
34731 \begin_inset Box Boxed
34732 position "t"
34733 hor_pos "c"
34734 has_inner_box 0
34735 inner_pos "t"
34736 use_parbox 0
34737 use_makebox 0
34738 width ""
34739 special "none"
34740 height "1in"
34741 height_special "totalheight"
34742 thickness "0.4pt"
34743 separation "3pt"
34744 shadowsize "4pt"
34745 framecolor "black"
34746 backgroundcolor "none"
34747 status open
34748
34749 \begin_layout Plain Layout
34750 \begin_inset Graphics
34751         filename ../clipart/endnotes.pdf
34752         width 100col%
34753         scaleBeforeRotation
34754
34755 \end_inset
34756
34757
34758 \end_layout
34759
34760 \end_inset
34761
34762
34763 \end_layout
34764
34765 \begin_layout Plain Layout
34766 \begin_inset Caption Standard
34767
34768 \begin_layout Plain Layout
34769 \begin_inset CommandInset label
34770 LatexCommand label
34771 name "abb:endnotes"
34772
34773 \end_inset
34774
34775
34776 \series bold
34777 endnotes
34778 \series default
34779  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen gedruckt.
34780 \end_layout
34781
34782 \end_inset
34783
34784
34785 \end_layout
34786
34787 \end_inset
34788
34789
34790 \end_layout
34791
34792 \begin_layout Standard
34793 \begin_inset VSpace medskip
34794 \end_inset
34795
34796 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentsprache übersetzt.
34797  Der folgende Befehl im \SpecialChar LaTeX
34798 -Vorspann  übersetzt den englischen Namen 
34799 \begin_inset Quotes gld
34800 \end_inset
34801
34802 Notes
34803 \begin_inset Quotes grd
34804 \end_inset
34805
34806  in 
34807 \begin_inset Quotes gld
34808 \end_inset
34809
34810 Anmerkungen
34811 \begin_inset Quotes grd
34812 \end_inset
34813
34814 :
34815 \end_layout
34816
34817 \begin_layout Standard
34818
34819 \series bold
34820
34821 \backslash
34822 renewcommand{
34823 \backslash
34824 notesname}{Anmerkungen}
34825 \end_layout
34826
34827 \begin_layout Standard
34828 \begin_inset VSpace medskip
34829 \end_inset
34830
34831 Wenn Sie in den Befehlen von Abschnitt
34832 \begin_inset space ~
34833 \end_inset
34834
34835
34836 \begin_inset CommandInset ref
34837 LatexCommand ref
34838 reference "uab:Fußnoten-Nummerierung"
34839 nolink "false"
34840
34841 \end_inset
34842
34843  
34844 \series bold
34845
34846 \backslash
34847 thefootnote
34848 \series default
34849  durch 
34850 \series bold
34851
34852 \backslash
34853 theendnote
34854 \series default
34855  ersetzen,
34856  können Sie die Nummerierung von Endnoten ändern.
34857  Um die Endnoten-Nummern zurückzusetzen,
34858  benutzen Sie den Befehl 
34859 \series bold
34860
34861 \backslash
34862 @addtoreset
34863 \series default
34864  wie in Abschnitt
34865 \begin_inset space \space{}
34866 \end_inset
34867
34868
34869 \begin_inset CommandInset ref
34870 LatexCommand ref
34871 reference "uab:Fußnoten-Nummerierung"
34872 nolink "false"
34873
34874 \end_inset
34875
34876  beschrieben und ersetzen 
34877 \series bold
34878 footnote
34879 \series default
34880  durch 
34881 \series bold
34882 endnote
34883 \series default
34884 .
34885 \end_layout
34886
34887 \begin_layout Standard
34888 Für Endnoten gibt es den Befehl 
34889 \series bold
34890
34891 \backslash
34892 endnotemark[Nummer]
34893 \series default
34894  analog zum Befehl 
34895 \series bold
34896
34897 \backslash
34898 footnotemark
34899 \series default
34900  der in Abschnitt
34901 \begin_inset space ~
34902 \end_inset
34903
34904
34905 \begin_inset CommandInset ref
34906 LatexCommand ref
34907 reference "abs:Fußnoten"
34908 nolink "false"
34909
34910 \end_inset
34911
34912  beschrieben ist.
34913 \end_layout
34914
34915 \begin_layout Standard
34916 \begin_inset VSpace bigskip
34917 \end_inset
34918
34919 Mit dem \SpecialChar LaTeX
34920 -Paket 
34921 \series bold
34922 footmisc
34923 \series default
34924
34925 \begin_inset Index idx
34926 range none
34927 pageformat default
34928 status collapsed
34929
34930 \begin_layout Plain Layout
34931 \SpecialChar LaTeX
34932 -Pakete
34933 \begin_inset IndexMacro subentry
34934 status open
34935
34936 \begin_layout Plain Layout
34937 footmisc
34938 \end_layout
34939
34940 \end_inset
34941
34942
34943 \end_layout
34944
34945 \end_inset
34946
34947  (
34948 \begin_inset CommandInset citation
34949 LatexCommand cite
34950 key "footmisc"
34951 literal "true"
34952
34953 \end_inset
34954
34955 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
34956 \end_layout
34957
34958 \begin_layout Standard
34959 In \SpecialChar LaTeX
34960 -Büchern,
34961  
34962 \begin_inset CommandInset citation
34963 LatexCommand cite
34964 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
34965 literal "true"
34966
34967 \end_inset
34968
34969 ,
34970  finden Sie weiteres zu Fußnoten.
34971  Wenn Sie eine 
34972 \series bold
34973 KOMA-Script
34974 \series default
34975
34976 \begin_inset Index idx
34977 range none
34978 pageformat default
34979 status collapsed
34980
34981 \begin_layout Plain Layout
34982 \SpecialChar LaTeX
34983 -Pakete
34984 \begin_inset IndexMacro subentry
34985 status open
34986
34987 \begin_layout Plain Layout
34988 KOMA-Script
34989 \end_layout
34990
34991 \end_inset
34992
34993
34994 \end_layout
34995
34996 \end_inset
34997
34998  Dokumentklasse verwenden,
34999  können Sie alle Fußnoteneinstellungen über klassenspezifische Befehle anpassen,
35000  siehe 
35001 \begin_inset CommandInset citation
35002 LatexCommand cite
35003 key "KOMA-Script"
35004 literal "true"
35005
35006 \end_inset
35007
35008 .
35009 \end_layout
35010
35011 \begin_layout Section
35012 Randnotizen
35013 \begin_inset Index idx
35014 range none
35015 pageformat default
35016 status collapsed
35017
35018 \begin_layout Plain Layout
35019 Randnotizen
35020 \end_layout
35021
35022 \end_inset
35023
35024
35025 \begin_inset Index idx
35026 range none
35027 pageformat default
35028 status collapsed
35029
35030 \begin_layout Plain Layout
35031 Notizen
35032 \begin_inset IndexMacro subentry
35033 status open
35034
35035 \begin_layout Plain Layout
35036 Randnotizen
35037 \end_layout
35038
35039 \end_inset
35040
35041
35042 \end_layout
35043
35044 \end_inset
35045
35046
35047 \end_layout
35048
35049 \begin_layout Standard
35050 Randnotizen sehen in \SpecialChar LyX
35051  wie Fußnoten aus und verhalten sich auch so.
35052  Sie fügen sie mit einem Klick auf den Schalter 
35053 \begin_inset Info
35054 type  "icon"
35055 arg   "marginalnote-insert"
35056 \end_inset
35057
35058  oder über 
35059 \family sans
35060 Einfügen\SpecialChar menuseparator
35061 Randnotiz
35062 \family default
35063  ein.
35064  Ein graues Kästchen mit der Aufschrift 
35065 \begin_inset Quotes gld
35066 \end_inset
35067
35068 Rand
35069 \begin_inset Quotes grd
35070 \end_inset
35071
35072  erscheint
35073 \family roman
35074 \series medium
35075 ,
35076  und dort,
35077  wo der Cursor steht,
35078  können Sie Text eingeben.
35079 \end_layout
35080
35081 \begin_layout Standard
35082 Hier am Rand sehen Sie eine Randnotiz.
35083  
35084 \begin_inset Marginal
35085 status open
35086
35087 \begin_layout Plain Layout
35088 Dies ist eine Randnotiz.
35089 \end_layout
35090
35091 \end_inset
35092
35093
35094 \end_layout
35095
35096 \begin_layout Standard
35097 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen am rechten Rand gesetzt,
35098  bei doppelseitigen außen – links auf den geraden Seiten und rechts auf den ungeraden.
35099  Der Text ist rechtsbündig ausgerichtet,
35100  wenn die Randnotiz links gedruckt wird und umgekehrt.
35101  Die erste Zeile einer Randnotiz steht in der Textzeile,
35102  in der sie eingefügt wurde.
35103 \end_layout
35104
35105 \begin_layout Standard
35106 \begin_inset VSpace bigskip
35107 \end_inset
35108
35109 Um eine Randnotiz am inneren Rand zu drucken,
35110  fügen Sie den Befehl
35111 \end_layout
35112
35113 \begin_layout Standard
35114
35115 \series bold
35116
35117 \backslash
35118 reversemarginpar
35119 \end_layout
35120
35121 \begin_layout Standard
35122 als \SpecialChar TeX
35123 -Code vor einer Randnotiz ein.
35124  Das gilt dann für alle folgenden Randnotizen.
35125  
35126 \begin_inset ERT
35127 status collapsed
35128
35129 \begin_layout Plain Layout
35130
35131
35132 \backslash
35133 reversemarginpar 
35134 \end_layout
35135
35136 \end_inset
35137
35138
35139 \begin_inset Marginal
35140 status open
35141
35142 \begin_layout Plain Layout
35143 Hier ist ein Beispiel im inneren Rand.
35144 \end_layout
35145
35146 \end_inset
35147
35148
35149 \begin_inset Newline newline
35150 \end_inset
35151
35152
35153 \begin_inset Note Greyedout
35154 status open
35155
35156 \begin_layout Plain Layout
35157  
35158 \series bold
35159 Achtung:
35160
35161 \series default
35162  Oft ist am inneren Rand nicht genügend Platz,
35163  um den Text korrekt zu drucken.
35164 \end_layout
35165
35166 \end_inset
35167
35168
35169 \end_layout
35170
35171 \begin_layout Standard
35172 Um zur Standard-Platzierung zurückzukehren,
35173  fügen Sie den Befehl
35174 \end_layout
35175
35176 \begin_layout Standard
35177
35178 \series bold
35179
35180 \backslash
35181 normalmarginpar
35182 \end_layout
35183
35184 \begin_layout Standard
35185 als \SpecialChar TeX
35186 -Code ein.
35187 \begin_inset ERT
35188 status collapsed
35189
35190 \begin_layout Plain Layout
35191
35192
35193 \backslash
35194 normalmarginpar 
35195 \end_layout
35196
35197 \end_inset
35198
35199
35200 \end_layout
35201
35202 \begin_layout Standard
35203 \begin_inset Note Greyedout
35204 status open
35205
35206 \begin_layout Plain Layout
35207
35208 \series bold
35209 Achtung:
35210
35211 \series default
35212  Der Befehl wird missachtet,
35213  wenn er im selben Absatz wie 
35214 \series bold
35215
35216 \backslash
35217 reversemarginpar
35218 \series default
35219  verwendet wird.
35220 \end_layout
35221
35222 \end_inset
35223
35224
35225 \end_layout
35226
35227 \begin_layout Standard
35228 \begin_inset VSpace bigskip
35229 \end_inset
35230
35231
35232 \begin_inset Marginal
35233 status open
35234
35235 \begin_layout Plain Layout
35236
35237 \family roman
35238 \series medium
35239 EinSehrLangesWort am Anfang,
35240  das umgebrochen wird.
35241 \end_layout
35242
35243 \end_inset
35244
35245  Ähnlich wie in Abschnitt
35246 \begin_inset space ~
35247 \end_inset
35248
35249
35250 \begin_inset CommandInset ref
35251 LatexCommand ref
35252 reference "uab:Mehrere-Zeilen-in"
35253 nolink "false"
35254
35255 \end_inset
35256
35257  beschrieben können lange Worte nicht umgebrochen werden,
35258  wenn sie das erste Wort der Randnotiz sind.
35259  Um das zu vermeiden,
35260  fügen sie 0
35261 \begin_inset space \thinspace{}
35262 \end_inset
35263
35264 pt horizontalen Abstand vor dem Wort ein,
35265  so wie hier:
35266  
35267 \begin_inset Marginal
35268 status open
35269
35270 \begin_layout Plain Layout
35271 \begin_inset space \hspace{}
35272 \length 0pt
35273 \end_inset
35274
35275
35276 \family roman
35277 \series medium
35278 EinSehrLangesWort am Anfang,
35279  das umgebrochen wird.
35280 \end_layout
35281
35282 \end_inset
35283
35284
35285 \end_layout
35286
35287 \begin_layout Standard
35288 \begin_inset VSpace bigskip
35289 \end_inset
35290
35291
35292 \end_layout
35293
35294 \begin_layout Standard
35295 \begin_inset Note Greyedout
35296 status open
35297
35298 \begin_layout Plain Layout
35299
35300 \series bold
35301 Bemerkung:
35302
35303 \series default
35304  Randnotizen können ohne Tricks nicht in Tabellen,
35305  Gleitumgebungen und Fußnoten verwendet werden.
35306 \end_layout
35307
35308 \end_inset
35309
35310
35311 \end_layout
35312
35313 \begin_layout Standard
35314 \begin_inset VSpace bigskip
35315 \end_inset
35316
35317
35318 \end_layout
35319
35320 \begin_layout Standard
35321 \begin_inset ERT
35322 status collapsed
35323
35324 \begin_layout Plain Layout
35325
35326
35327 \backslash
35328 ifmarginnote
35329 \end_layout
35330
35331 \end_inset
35332
35333
35334 \begin_inset Note Note
35335 status open
35336
35337 \begin_layout Plain Layout
35338 Der folgende Abschnitt wird nur gedruckt,
35339  wenn das \SpecialChar LaTeX
35340 -Paket 
35341 \series bold
35342 marginnote
35343 \series default
35344  installiert ist.
35345 \end_layout
35346
35347 \end_inset
35348
35349
35350 \end_layout
35351
35352 \begin_layout Standard
35353 Diese Einschränkung kann umgangen werden,
35354  wenn das \SpecialChar LaTeX
35355 -Paket 
35356 \series bold
35357 marginnote
35358 \series default
35359
35360 \begin_inset Index idx
35361 range none
35362 pageformat default
35363 status collapsed
35364
35365 \begin_layout Plain Layout
35366 \SpecialChar LaTeX
35367 -Pakete
35368 \begin_inset IndexMacro subentry
35369 status open
35370
35371 \begin_layout Plain Layout
35372 marginnote
35373 \end_layout
35374
35375 \end_inset
35376
35377
35378 \end_layout
35379
35380 \end_inset
35381
35382  verwendet wird.
35383  Wenn Sie diese zwei Zeilen zum \SpecialChar LaTeX
35384 -Vorspann hinzufügen,
35385  wird der Befehl,
35386  der von \SpecialChar LyX
35387  für Randnotizen verwendet wird,
35388  umdefiniert,
35389  so dass der Befehl des Pakets 
35390 \series bold
35391 marginnote
35392 \series default
35393  für Randnotizen verwendet wird:
35394 \end_layout
35395
35396 \begin_layout Standard
35397
35398 \series bold
35399
35400 \backslash
35401 usepackage{marginnote}
35402 \begin_inset Newline newline
35403 \end_inset
35404
35405
35406 \backslash
35407 let
35408 \backslash
35409 marginpar
35410 \backslash
35411 marginnote
35412 \end_layout
35413
35414 \begin_layout Standard
35415 Dies wird auch in diesem Dokument verwendet,
35416  denn 
35417 \series bold
35418 marginnote
35419 \series default
35420  hat eine andere nützliche Eigenschaft:
35421  Man kann einen vertikalen Versatz für Randnotizen angeben.
35422  Dies wird oft für ein besseres Seitenformat verwendet,
35423  wenn zu viele Randnotizen zu dicht beieinander sind.
35424  Der Versatz wird in \SpecialChar LyX
35425  als \SpecialChar TeX
35426 -Code direkt nach der Randnotiz mit dem Schema
35427 \end_layout
35428
35429 \begin_layout Standard
35430
35431 \series bold
35432 [Versatz]
35433 \end_layout
35434
35435 \begin_layout Standard
35436 angegeben.
35437  Dabei ist der Versatz eine Länge mit einer der Einheiten,
35438  die in Tabelle
35439 \begin_inset space ~
35440 \end_inset
35441
35442
35443 \begin_inset CommandInset ref
35444 LatexCommand ref
35445 reference "tab:Maßeinheiten"
35446 nolink "false"
35447
35448 \end_inset
35449
35450  aufgelistet sind.
35451  Ein negativer Wert versetzt die Randnotiz nach oben,
35452  ein positiver Wert nach unten.
35453  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
35454 \begin_inset space \thinspace{}
35455 \end_inset
35456
35457 cm mit dem \SpecialChar TeX
35458 -Code-Befehl  
35459 \begin_inset Quotes gld
35460 \end_inset
35461
35462
35463 \series bold
35464 [-1.5cm]
35465 \series default
35466
35467 \begin_inset Quotes grd
35468 \end_inset
35469
35470  nach oben versetzt.
35471 \begin_inset Marginal
35472 status open
35473
35474 \begin_layout Plain Layout
35475 Diese Randnotiz ist 1.5
35476 \begin_inset space \thinspace{}
35477 \end_inset
35478
35479 cm von ihrer Originalposition nach oben versetzt.
35480 \end_layout
35481
35482 \end_inset
35483
35484
35485 \begin_inset ERT
35486 status collapsed
35487
35488 \begin_layout Plain Layout
35489
35490 [-1.5cm]
35491 \end_layout
35492
35493 \end_inset
35494
35495
35496 \end_layout
35497
35498 \begin_layout Standard
35499 \begin_inset VSpace medskip
35500 \end_inset
35501
35502 Mit 
35503 \series bold
35504 marginnote
35505 \series default
35506  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
35507  Zum Beispiel setzen die Befehle
35508 \end_layout
35509
35510 \begin_layout Standard
35511
35512 \series bold
35513
35514 \backslash
35515 renewcommand*{
35516 \backslash
35517 raggedleftmarginnote}{
35518 \backslash
35519 centering}
35520 \begin_inset Newline newline
35521 \end_inset
35522
35523
35524 \backslash
35525 renewcommand*{
35526 \backslash
35527 raggedrightmarginnote}{
35528 \backslash
35529 centering}
35530 \end_layout
35531
35532 \begin_layout Standard
35533 die Ausrichtung auf zentriert.
35534  
35535 \series bold
35536
35537 \backslash
35538 raggedleftmarginnote
35539 \series default
35540  bewirkt dabei,
35541  dass die Randnotiz auf der linken Seite erscheint.
35542  
35543 \begin_inset ERT
35544 status collapsed
35545
35546 \begin_layout Plain Layout
35547
35548
35549 \backslash
35550 renewcommand*{
35551 \backslash
35552 raggedleftmarginnote}{
35553 \backslash
35554 centering}
35555 \end_layout
35556
35557 \begin_layout Plain Layout
35558
35559
35560 \backslash
35561 renewcommand*{
35562 \backslash
35563 raggedrightmarginnote}{
35564 \backslash
35565 centering}
35566 \end_layout
35567
35568 \end_inset
35569
35570
35571 \begin_inset Marginal
35572 status open
35573
35574 \begin_layout Plain Layout
35575 Der Text dieser Randnotiz ist zentriert ausgerichtet.
35576 \end_layout
35577
35578 \end_inset
35579
35580  Die Voreinstellung ist
35581 \end_layout
35582
35583 \begin_layout Standard
35584
35585 \series bold
35586
35587 \backslash
35588 renewcommand*{
35589 \backslash
35590 raggedleftmarginnote}{
35591 \backslash
35592 raggedleft}
35593 \begin_inset Newline newline
35594 \end_inset
35595
35596
35597 \backslash
35598 renewcommand*{
35599 \backslash
35600 raggedrightmarginnote}{
35601 \backslash
35602 raggedright}
35603 \series default
35604
35605 \begin_inset ERT
35606 status collapsed
35607
35608 \begin_layout Plain Layout
35609
35610
35611 \backslash
35612 renewcommand*{
35613 \backslash
35614 raggedleftmarginnote}{
35615 \backslash
35616 raggedleft}
35617 \end_layout
35618
35619 \begin_layout Plain Layout
35620
35621
35622 \backslash
35623 renewcommand*{
35624 \backslash
35625 raggedrightmarginnote}{
35626 \backslash
35627 raggedright}
35628 \end_layout
35629
35630 \end_inset
35631
35632
35633 \end_layout
35634
35635 \begin_layout Standard
35636 \begin_inset VSpace medskip
35637 \end_inset
35638
35639 Für weitere Fähigkeiten des Pakets 
35640 \series bold
35641 marginnote
35642 \series default
35643  sei auf dessen Dokumentation verwiesen 
35644 \begin_inset CommandInset citation
35645 LatexCommand cite
35646 key "marginnote"
35647 literal "true"
35648
35649 \end_inset
35650
35651 .
35652 \end_layout
35653
35654 \begin_layout Standard
35655 \begin_inset VSpace bigskip
35656 \end_inset
35657
35658 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition geändert werden.
35659  Um z.
35660 \begin_inset space \thinspace{}
35661 \end_inset
35662
35663 B.
35664  eine Überschrift für alle Randnotizen mit dem unterstrichenen,
35665  serifenlosen und fettgedruckten Text 
35666 \begin_inset Quotes eld
35667 \end_inset
35668
35669
35670 \family sans
35671 \series bold
35672 \bar under
35673 Achtung!
35674 \family default
35675 \series default
35676 \bar default
35677
35678 \begin_inset Quotes erd
35679 \end_inset
35680
35681  zu erstellen,
35682  fügen Sie dies zum \SpecialChar LaTeX
35683 -Vorspann hinzu:
35684 \end_layout
35685
35686 \begin_layout Standard
35687
35688 \series bold
35689
35690 \backslash
35691 let
35692 \backslash
35693 myMarginpar
35694 \backslash
35695 marginpar
35696 \begin_inset Newline newline
35697 \end_inset
35698
35699
35700 \backslash
35701 renewcommand{
35702 \backslash
35703 marginpar}[1]{
35704 \backslash
35705 myMarginpar{%
35706 \begin_inset Newline newline
35707 \end_inset
35708
35709
35710 \begin_inset Phantom HPhantom
35711 status open
35712
35713 \begin_layout Plain Layout
35714
35715 \series bold
35716 \begin_inset space ~
35717 \end_inset
35718
35719
35720 \end_layout
35721
35722 \end_inset
35723
35724
35725 \backslash
35726 hspace{0pt}
35727 \backslash
35728 textsf{
35729 \backslash
35730 textbf{
35731 \backslash
35732 underbar{Achtung!}}}%
35733 \begin_inset Newline newline
35734 \end_inset
35735
35736
35737 \begin_inset Phantom HPhantom
35738 status open
35739
35740 \begin_layout Plain Layout
35741
35742 \series bold
35743 \begin_inset space ~
35744 \end_inset
35745
35746
35747 \end_layout
35748
35749 \end_inset
35750
35751
35752 \backslash
35753 vspace{1.5mm}
35754 \backslash
35755
35756 \backslash
35757 #1}}
35758 \end_layout
35759
35760 \begin_layout Standard
35761 \begin_inset ERT
35762 status collapsed
35763
35764 \begin_layout Plain Layout
35765
35766
35767 \backslash
35768 let
35769 \backslash
35770 myMarginpar
35771 \backslash
35772 marginpar
35773 \end_layout
35774
35775 \begin_layout Plain Layout
35776
35777
35778 \backslash
35779 renewcommand{
35780 \backslash
35781 marginpar}[1]{
35782 \backslash
35783 myMarginpar{%
35784 \end_layout
35785
35786 \begin_layout Plain Layout
35787
35788    
35789 \backslash
35790 textsf{
35791 \backslash
35792 textbf{
35793 \backslash
35794 underbar{Achtung!}}}%
35795 \end_layout
35796
35797 \begin_layout Plain Layout
35798
35799    
35800 \backslash
35801 vspace{1.5mm}
35802 \backslash
35803
35804 \backslash
35805 #1}}
35806 \end_layout
35807
35808 \end_inset
35809
35810
35811 \begin_inset Marginal
35812 status open
35813
35814 \begin_layout Plain Layout
35815 Dies ist eine Randnotiz mit einer definierten Überschrift.
35816 \end_layout
35817
35818 \end_inset
35819
35820
35821 \begin_inset ERT
35822 status collapsed
35823
35824 \begin_layout Plain Layout
35825
35826 [-1.5cm]
35827 \end_layout
35828
35829 \end_inset
35830
35831
35832 \begin_inset ERT
35833 status collapsed
35834
35835 \begin_layout Plain Layout
35836
35837
35838 \backslash
35839 renewcommand{
35840 \backslash
35841 marginpar}[1]{
35842 \backslash
35843 myMarginpar{#1}}
35844 \end_layout
35845
35846 \end_inset
35847
35848
35849 \begin_inset Note Note
35850 status open
35851
35852 \begin_layout Plain Layout
35853 Das Format wurde nur für dieses Beispiel geändert.
35854 \end_layout
35855
35856 \end_inset
35857
35858
35859 \end_layout
35860
35861 \begin_layout Standard
35862 \begin_inset ERT
35863 status collapsed
35864
35865 \begin_layout Plain Layout
35866
35867
35868 \backslash
35869 else
35870 \end_layout
35871
35872 \end_inset
35873
35874
35875 \begin_inset Note Note
35876 status open
35877
35878 \begin_layout Plain Layout
35879 Der folgende Hinweis wird gedruckt,
35880  wenn das \SpecialChar LaTeX
35881 -Paket 
35882 \series bold
35883 marginnote
35884 \series default
35885  nicht installiert ist:
35886 \end_layout
35887
35888 \end_inset
35889
35890
35891 \end_layout
35892
35893 \begin_layout Standard
35894 Das \SpecialChar LaTeX
35895 -Paket 
35896 \series bold
35897 marginnote
35898 \series default
35899  muss installiert sein,
35900  um den folgenden Abschnitt in der Ausgabe zu sehen.
35901 \end_layout
35902
35903 \begin_layout Standard
35904 \begin_inset ERT
35905 status collapsed
35906
35907 \begin_layout Plain Layout
35908
35909
35910 \backslash
35911 fi
35912 \end_layout
35913
35914 \end_inset
35915
35916
35917 \end_layout
35918
35919 \begin_layout Chapter
35920 Boxen
35921 \end_layout
35922
35923 \begin_layout Section
35924 Einleitung
35925 \begin_inset Index idx
35926 range none
35927 pageformat default
35928 status collapsed
35929
35930 \begin_layout Plain Layout
35931 Boxen
35932 \begin_inset IndexMacro subentry
35933 status open
35934
35935 \begin_layout Plain Layout
35936 Einleitung
35937 \end_layout
35938
35939 \end_inset
35940
35941
35942 \end_layout
35943
35944 \end_inset
35945
35946
35947 \end_layout
35948
35949 \begin_layout Standard
35950 Boxen werden benutzt,
35951  um einen Textblock zu formatieren.
35952  Sie können benutzt werden,
35953  um Dokumente in mehreren Sprachen zu schreiben,
35954  siehe Abschnitt
35955 \begin_inset space ~
35956 \end_inset
35957
35958
35959 \begin_inset CommandInset ref
35960 LatexCommand ref
35961 reference "abs:Minipage"
35962 nolink "false"
35963
35964 \end_inset
35965
35966 ,
35967  um Text zu umrahmen,
35968  siehe Abschnitt
35969 \begin_inset space ~
35970 \end_inset
35971
35972
35973 \begin_inset CommandInset ref
35974 LatexCommand ref
35975 reference "uab:Verzierung"
35976 nolink "false"
35977
35978 \end_inset
35979
35980 ,
35981  um Silbentrennung zu verhindern,
35982  siehe Abschnitt
35983 \begin_inset space ~
35984 \end_inset
35985
35986
35987 \begin_inset CommandInset ref
35988 LatexCommand ref
35989 reference "abs:Silbentrennung-unterbinden"
35990 nolink "false"
35991
35992 \end_inset
35993
35994 ,
35995  um Text senkrecht auszurichten,
35996  siehe Abschnitt
35997 \begin_inset space ~
35998 \end_inset
35999
36000
36001 \begin_inset CommandInset ref
36002 LatexCommand ref
36003 reference "uab:Vertikale-Ausrichtung"
36004 nolink "false"
36005
36006 \end_inset
36007
36008  oder um die Hintergrundfarbe von Texten zu setzen,
36009  siehe Abschnitt
36010 \begin_inset space ~
36011 \end_inset
36012
36013
36014 \begin_inset CommandInset ref
36015 LatexCommand ref
36016 reference "abs:Farbige-Boxen"
36017 nolink "false"
36018
36019 \end_inset
36020
36021 .
36022 \end_layout
36023
36024 \begin_layout Standard
36025 Boxen werden mit 
36026 \family sans
36027 Einfügen\SpecialChar menuseparator
36028 Box
36029 \family default
36030  oder dem Schalter 
36031 \begin_inset Info
36032 type  "icon"
36033 arg   "box-insert Frameless"
36034 \end_inset
36035
36036  eingefügt.
36037  Ein graues Kästchen mit der Aufschrift 
36038 \begin_inset Quotes gld
36039 \end_inset
36040
36041 Box (Minipage)
36042 \begin_inset Quotes grd
36043 \end_inset
36044
36045  erscheint:
36046  
36047 \begin_inset Graphics
36048         filename clipart/StandardBox.png
36049         scale 95
36050         scaleBeforeRotation
36051
36052 \end_inset
36053
36054  Mit einem Rechts\SpecialChar softhyphen
36055 klick auf das graue Kästchen und der Auswahl von 
36056 \family sans
36057 Einstellungen
36058 \family default
36059  kann der Typ spezifiziert werden.
36060  Das Dialogfenster bietet bei 
36061 \family sans
36062 Innere
36063 \begin_inset space ~
36064 \end_inset
36065
36066 Box
36067 \family default
36068  die Typen 
36069 \family sans
36070 Makebox
36071 \family default
36072 ,
36073  
36074 \family sans
36075 Parbox
36076 \family default
36077  und 
36078 \family sans
36079 Minipage
36080 \family default
36081  an.
36082  
36083 \family sans
36084 Minipage
36085 \family default
36086  ist die Standard-Einstellung für neue Boxen und in Abschnitt
36087 \begin_inset space ~
36088 \end_inset
36089
36090
36091 \begin_inset CommandInset ref
36092 LatexCommand ref
36093 reference "abs:Minipage"
36094 nolink "false"
36095
36096 \end_inset
36097
36098  beschrieben,
36099  
36100 \family sans
36101 Parbox
36102 \family default
36103  in Abschnitt
36104 \begin_inset space ~
36105 \end_inset
36106
36107
36108 \begin_inset CommandInset ref
36109 LatexCommand ref
36110 reference "abs:Parbox"
36111 nolink "false"
36112
36113 \end_inset
36114
36115  und 
36116 \family sans
36117 Makebox
36118 \family default
36119  in 
36120 \begin_inset CommandInset ref
36121 LatexCommand ref
36122 reference "abs:Silbentrennung-unterbinden"
36123 nolink "false"
36124
36125 \end_inset
36126
36127 .
36128 \end_layout
36129
36130 \begin_layout Standard
36131 Boxen sind nicht nummeriert,
36132  und Sie können deshalb nicht auf sie verweisen wie auf Gleitobjekte und Fußnoten.
36133 \end_layout
36134
36135 \begin_layout Standard
36136 \begin_inset Note Greyedout
36137 status open
36138
36139 \begin_layout Plain Layout
36140
36141 \series bold
36142 Bemerkung
36143 \begin_inset space ~
36144 \end_inset
36145
36146 1:
36147
36148 \series default
36149  Boxen dürfen in 
36150 \family sans
36151 List-
36152 \family default
36153  oder 
36154 \family sans
36155 Beschreibung-
36156 \family default
36157 Umgebungen nicht verwendet werden.
36158 \end_layout
36159
36160 \end_inset
36161
36162
36163 \end_layout
36164
36165 \begin_layout Standard
36166 \begin_inset Note Greyedout
36167 status open
36168
36169 \begin_layout Plain Layout
36170
36171 \series bold
36172 Bemerkung
36173 \begin_inset space ~
36174 \end_inset
36175
36176 2:
36177
36178 \series default
36179  Boxen ohne 
36180 \family sans
36181 Innere
36182 \begin_inset space ~
36183 \end_inset
36184
36185 Box
36186 \family default
36187  und ohne Rahmen werden in Abschnitt
36188 \begin_inset space ~
36189 \end_inset
36190
36191
36192 \begin_inset CommandInset ref
36193 LatexCommand ref
36194 reference "abs:Silbentrennung-unterbinden"
36195 nolink "false"
36196
36197 \end_inset
36198
36199  beschrieben.
36200 \end_layout
36201
36202 \end_inset
36203
36204
36205 \end_layout
36206
36207 \begin_layout Section
36208 Das Box-Einstellungen-Fenster
36209 \begin_inset CommandInset label
36210 LatexCommand label
36211 name "abs:Box-Dialog"
36212
36213 \end_inset
36214
36215
36216 \begin_inset Index idx
36217 range none
36218 pageformat default
36219 status collapsed
36220
36221 \begin_layout Plain Layout
36222 Boxen
36223 \begin_inset IndexMacro subentry
36224 status open
36225
36226 \begin_layout Plain Layout
36227 Box-Dialog-Fenster
36228 \end_layout
36229
36230 \end_inset
36231
36232
36233 \end_layout
36234
36235 \end_inset
36236
36237
36238 \end_layout
36239
36240 \begin_layout Subsection
36241 Box-Größe
36242 \begin_inset Index idx
36243 range none
36244 pageformat default
36245 status collapsed
36246
36247 \begin_layout Plain Layout
36248 Boxen
36249 \begin_inset IndexMacro subentry
36250 status open
36251
36252 \begin_layout Plain Layout
36253 Größe
36254 \end_layout
36255
36256 \end_inset
36257
36258
36259 \end_layout
36260
36261 \end_inset
36262
36263
36264 \end_layout
36265
36266 \begin_layout Standard
36267 Im 
36268 \family sans
36269 Box-Einstellungen
36270 \family default
36271 -Fenster können Sie die Größe der Box mit 
36272 \family sans
36273 Breite
36274 \family default
36275  und 
36276 \family sans
36277 Höhe 
36278 \family default
36279 festlegen.
36280  Die verfügbaren Einheiten werden in Tabelle
36281 \begin_inset space ~
36282 \end_inset
36283
36284
36285 \begin_inset CommandInset ref
36286 LatexCommand ref
36287 reference "tab:Maßeinheiten"
36288 nolink "false"
36289
36290 \end_inset
36291
36292  aufgelistet.
36293  Das Feld
36294 \family sans
36295  Höhe
36296 \family default
36297  bietet die folgenden zusätzlichen Größen:
36298 \end_layout
36299
36300 \begin_layout Description
36301 Tiefe Dies ist die reine Text-
36302 \begin_inset Quotes gld
36303 \end_inset
36304
36305 Höhe
36306 \begin_inset Quotes grd
36307 \end_inset
36308
36309 .
36310  Sie ignoriert die Gesamthöhe,
36311  wenn es mehrere Textzeilen gibt:
36312 \begin_inset Newline newline
36313 \end_inset
36314
36315
36316 \begin_inset Newline newline
36317 \end_inset
36318
36319
36320 \begin_inset Newline newline
36321 \end_inset
36322
36323
36324 \begin_inset Box Boxed
36325 position "c"
36326 hor_pos "c"
36327 has_inner_box 1
36328 inner_pos "c"
36329 use_parbox 0
36330 use_makebox 0
36331 width "12col%"
36332 special "none"
36333 height "1in"
36334 height_special "depth"
36335 thickness "0.4pt"
36336 separation "3pt"
36337 shadowsize "4pt"
36338 framecolor "black"
36339 backgroundcolor "none"
36340 status collapsed
36341
36342 \begin_layout Plain Layout
36343 \align center
36344 Box-Höhe = 1
36345 \begin_inset space \thinspace{}
36346 \end_inset
36347
36348 Tiefe
36349 \end_layout
36350
36351 \end_inset
36352
36353
36354 \begin_inset Newline newline
36355 \end_inset
36356
36357
36358 \begin_inset Newline newline
36359 \end_inset
36360
36361
36362 \end_layout
36363
36364 \begin_layout Description
36365 Höhe Dies ist die Texthöhe innerhalb der Box.
36366  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der Texthöhe setzen:
36367  
36368 \begin_inset Box Boxed
36369 position "c"
36370 hor_pos "c"
36371 has_inner_box 1
36372 inner_pos "c"
36373 use_parbox 0
36374 use_makebox 0
36375 width "20col%"
36376 special "none"
36377 height "2in"
36378 height_special "height"
36379 thickness "0.4pt"
36380 separation "3pt"
36381 shadowsize "4pt"
36382 framecolor "black"
36383 backgroundcolor "none"
36384 status collapsed
36385
36386 \begin_layout Plain Layout
36387 \align center
36388 Boxhöhe = 2
36389 \begin_inset space \thinspace{}
36390 \end_inset
36391
36392 Höhe
36393 \end_layout
36394
36395 \end_inset
36396
36397
36398 \end_layout
36399
36400 \begin_layout Description
36401 Gesamthöhe Dies ist Höhe
36402 \begin_inset space \thinspace{}
36403 \end_inset
36404
36405 +
36406 \begin_inset space \thinspace{}
36407 \end_inset
36408
36409 Tiefe:
36410  
36411 \begin_inset Box Boxed
36412 position "c"
36413 hor_pos "c"
36414 has_inner_box 1
36415 inner_pos "c"
36416 use_parbox 0
36417 use_makebox 0
36418 width "20col%"
36419 special "none"
36420 height "1in"
36421 height_special "totalheight"
36422 thickness "0.4pt"
36423 separation "3pt"
36424 shadowsize "4pt"
36425 framecolor "black"
36426 backgroundcolor "none"
36427 status collapsed
36428
36429 \begin_layout Plain Layout
36430 \align center
36431 Boxhöhe = 1
36432 \begin_inset space \thinspace{}
36433 \end_inset
36434
36435 Gesamthöhe
36436 \end_layout
36437
36438 \end_inset
36439
36440
36441 \end_layout
36442
36443 \begin_layout Description
36444 Breite Dies setzt Höhe = Breite,
36445  das heißt,
36446  die Box wird quadratisch:
36447  
36448 \begin_inset Box Boxed
36449 position "c"
36450 hor_pos "c"
36451 has_inner_box 1
36452 inner_pos "c"
36453 use_parbox 0
36454 use_makebox 0
36455 width "12col%"
36456 special "none"
36457 height "1in"
36458 height_special "width"
36459 thickness "0.4pt"
36460 separation "3pt"
36461 shadowsize "4pt"
36462 framecolor "black"
36463 backgroundcolor "none"
36464 status collapsed
36465
36466 \begin_layout Plain Layout
36467 \align center
36468 Boxhöhe = 1
36469 \begin_inset space \thinspace{}
36470 \end_inset
36471
36472 Breite
36473 \end_layout
36474
36475 \end_inset
36476
36477
36478 \end_layout
36479
36480 \begin_layout Subsection
36481 Ausrichtung
36482 \begin_inset Index idx
36483 range none
36484 pageformat default
36485 status collapsed
36486
36487 \begin_layout Plain Layout
36488 Boxen
36489 \begin_inset IndexMacro subentry
36490 status open
36491
36492 \begin_layout Plain Layout
36493 Ausrichtung
36494 \end_layout
36495
36496 \end_inset
36497
36498
36499 \end_layout
36500
36501 \end_inset
36502
36503
36504 \end_layout
36505
36506 \begin_layout Standard
36507 Wenn Sie eine 
36508 \family sans
36509 Innere
36510 \begin_inset space ~
36511 \end_inset
36512
36513 Box
36514 \family default
36515  gewählt haben,
36516  kann die Box mit folgenden Werten für 
36517 \family sans
36518 Box
36519 \family default
36520  senkrecht ausgerichtet werden:
36521 \end_layout
36522
36523 \begin_layout Description
36524 Oben Dies ist ein Beispieltext.
36525  
36526 \begin_inset Box Boxed
36527 position "t"
36528 hor_pos "c"
36529 has_inner_box 1
36530 inner_pos "c"
36531 use_parbox 0
36532 use_makebox 0
36533 width "20col%"
36534 special "none"
36535 height "1in"
36536 height_special "totalheight"
36537 thickness "0.4pt"
36538 separation "3pt"
36539 shadowsize "4pt"
36540 framecolor "black"
36541 backgroundcolor "none"
36542 status collapsed
36543
36544 \begin_layout Plain Layout
36545 \align center
36546 Die Ober\SpecialChar softhyphen
36547 kante der Box ist in der Zeile.
36548 \end_layout
36549
36550 \end_inset
36551
36552  Dies ist ein Beispieltext.
36553 \end_layout
36554
36555 \begin_layout Description
36556 Mitte Dies ist ein Beispieltext.
36557  
36558 \begin_inset Box Boxed
36559 position "c"
36560 hor_pos "c"
36561 has_inner_box 1
36562 inner_pos "c"
36563 use_parbox 0
36564 use_makebox 0
36565 width "20col%"
36566 special "none"
36567 height "1in"
36568 height_special "totalheight"
36569 thickness "0.4pt"
36570 separation "3pt"
36571 shadowsize "4pt"
36572 framecolor "black"
36573 backgroundcolor "none"
36574 status collapsed
36575
36576 \begin_layout Plain Layout
36577 \align center
36578 Die Mitte der Box ist in der Zeile.
36579 \end_layout
36580
36581 \end_inset
36582
36583  Dies ist ein Beispieltext.
36584 \end_layout
36585
36586 \begin_layout Description
36587 Unten Dies ist ein Beispieltext.
36588  
36589 \begin_inset Box Boxed
36590 position "b"
36591 hor_pos "c"
36592 has_inner_box 1
36593 inner_pos "c"
36594 use_parbox 0
36595 use_makebox 0
36596 width "20col%"
36597 special "none"
36598 height "1in"
36599 height_special "totalheight"
36600 thickness "0.4pt"
36601 separation "3pt"
36602 shadowsize "4pt"
36603 framecolor "black"
36604 backgroundcolor "none"
36605 status collapsed
36606
36607 \begin_layout Plain Layout
36608 \align center
36609 Die Unter\SpecialChar softhyphen
36610 kante der Box ist in der Zeile.
36611 \end_layout
36612
36613 \end_inset
36614
36615  Dies ist ein Beispieltext.
36616 \end_layout
36617
36618 \begin_layout Standard
36619 \begin_inset Note Greyedout
36620 status open
36621
36622 \begin_layout Plain Layout
36623
36624 \series bold
36625 Bemerkung:
36626
36627 \series default
36628  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei Boxen in einer Zeile sind und eine Box z.
36629 \begin_inset space \thinspace{}
36630 \end_inset
36631
36632 B.
36633  schattiert ist,
36634  die andere aber nicht.
36635 \end_layout
36636
36637 \end_inset
36638
36639
36640 \end_layout
36641
36642 \begin_layout Standard
36643 Eine Box kann mit dem Dialog 
36644 \family sans
36645 Absatz-Einstellungen
36646 \family default
36647  waagerecht ausgerichtet werden,
36648  wenn die Box in einem eigenen Absatz steht.
36649 \end_layout
36650
36651 \begin_layout Standard
36652 \begin_inset VSpace bigskip
36653 \end_inset
36654
36655 Wenn Sie eine 
36656 \family sans
36657 Innere
36658 \begin_inset space ~
36659 \end_inset
36660
36661 Box
36662 \family default
36663  gewählt haben,
36664  kann der Inhalt der Box mit folgenden Werten für 
36665 \family sans
36666 Inhalt
36667 \family default
36668  senkrecht ausgerichtet werden:
36669 \end_layout
36670
36671 \begin_layout Description
36672 Oben Dies ist ein Beispieltext.
36673  
36674 \begin_inset Box Boxed
36675 position "c"
36676 hor_pos "c"
36677 has_inner_box 1
36678 inner_pos "t"
36679 use_parbox 0
36680 use_makebox 0
36681 width "20col%"
36682 special "none"
36683 height "1.5in"
36684 height_special "totalheight"
36685 thickness "0.4pt"
36686 separation "3pt"
36687 shadowsize "4pt"
36688 framecolor "black"
36689 backgroundcolor "none"
36690 status collapsed
36691
36692 \begin_layout Plain Layout
36693 \align center
36694 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
36695 \end_layout
36696
36697 \end_inset
36698
36699  Dies ist ein Beispieltext.
36700 \end_layout
36701
36702 \begin_layout Description
36703 Mitte Dies ist ein Beispieltext.
36704  
36705 \begin_inset Box Boxed
36706 position "c"
36707 hor_pos "c"
36708 has_inner_box 1
36709 inner_pos "c"
36710 use_parbox 0
36711 use_makebox 0
36712 width "20col%"
36713 special "none"
36714 height "1.5in"
36715 height_special "totalheight"
36716 thickness "0.4pt"
36717 separation "3pt"
36718 shadowsize "4pt"
36719 framecolor "black"
36720 backgroundcolor "none"
36721 status collapsed
36722
36723 \begin_layout Plain Layout
36724 \align center
36725 Der Boxinhalt ist zentriert ausgerichtet.
36726 \end_layout
36727
36728 \end_inset
36729
36730  Dies ist ein Beispieltext.
36731 \end_layout
36732
36733 \begin_layout Description
36734 Unten Dies ist ein Beispieltext.
36735  
36736 \begin_inset Box Boxed
36737 position "c"
36738 hor_pos "c"
36739 has_inner_box 1
36740 inner_pos "b"
36741 use_parbox 0
36742 use_makebox 0
36743 width "20col%"
36744 special "none"
36745 height "1.5in"
36746 height_special "totalheight"
36747 thickness "0.4pt"
36748 separation "3pt"
36749 shadowsize "4pt"
36750 framecolor "black"
36751 backgroundcolor "none"
36752 status collapsed
36753
36754 \begin_layout Plain Layout
36755 \align center
36756 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
36757 \end_layout
36758
36759 \end_inset
36760
36761  Dies ist ein Beispieltext.
36762 \end_layout
36763
36764 \begin_layout Description
36765 Dehnen Dies ist ein Beispieltext.
36766  
36767 \begin_inset Box Boxed
36768 position "c"
36769 hor_pos "c"
36770 has_inner_box 1
36771 inner_pos "s"
36772 use_parbox 0
36773 use_makebox 0
36774 width "20col%"
36775 special "none"
36776 height "1in"
36777 height_special "totalheight"
36778 thickness "0.4pt"
36779 separation "3pt"
36780 shadowsize "4pt"
36781 framecolor "black"
36782 backgroundcolor "none"
36783 status collapsed
36784
36785 \begin_layout Plain Layout
36786 \align center
36787 Der Boxinhalt
36788 \end_layout
36789
36790 \begin_layout Plain Layout
36791 \align center
36792 ist über die
36793 \end_layout
36794
36795 \begin_layout Plain Layout
36796 \align center
36797 Boxhöhe
36798 \end_layout
36799
36800 \begin_layout Plain Layout
36801 \align center
36802 gleichmäßig verteilt.
36803 \end_layout
36804
36805 \end_inset
36806
36807  Dies ist ein Beispieltext.
36808 \end_layout
36809
36810 \begin_layout Standard
36811 Das Dehnen funktioniert aber nur,
36812  wenn der Boxinhalt aus mehreren Absätzen besteht.
36813  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
36814 \end_layout
36815
36816 \begin_layout Standard
36817 Ein Boxinhalt kann mit dem Dialog 
36818 \family sans
36819 Absatz-Einstellungen
36820 \family default
36821  waagerecht ausgerichtet werden,
36822  wenn Sie eine
36823 \family sans
36824  Innere
36825 \begin_inset space ~
36826 \end_inset
36827
36828 Box
36829 \family default
36830  gewählt haben.
36831 \end_layout
36832
36833 \begin_layout Standard
36834 \align center
36835 \begin_inset Box Boxed
36836 position "c"
36837 hor_pos "c"
36838 has_inner_box 1
36839 inner_pos "s"
36840 use_parbox 0
36841 use_makebox 0
36842 width "30col%"
36843 special "none"
36844 height "1.25in"
36845 height_special "totalheight"
36846 thickness "0.4pt"
36847 separation "3pt"
36848 shadowsize "4pt"
36849 framecolor "black"
36850 backgroundcolor "none"
36851 status collapsed
36852
36853 \begin_layout Plain Layout
36854 \align left
36855 Hier ist jede Zeile
36856 \end_layout
36857
36858 \begin_layout Plain Layout
36859 \align center
36860 anders
36861 \end_layout
36862
36863 \begin_layout Plain Layout
36864 \align right
36865 ausgerichtet.
36866 \end_layout
36867
36868 \end_inset
36869
36870
36871 \end_layout
36872
36873 \begin_layout Standard
36874 Wenn Sie keine
36875 \family sans
36876  Innere
36877 \begin_inset space ~
36878 \end_inset
36879
36880 Box
36881 \family default
36882  gewählt haben,
36883  können Sie den Boxinhalt waagerecht mit dem 
36884 \family sans
36885 Box-Einstellungen-
36886 \family default
36887 Dialog ausrichten
36888 \end_layout
36889
36890 \begin_layout Standard
36891 \align center
36892 \begin_inset Box Boxed
36893 position "c"
36894 hor_pos "s"
36895 has_inner_box 0
36896 inner_pos "s"
36897 use_parbox 0
36898 use_makebox 0
36899 width "90col%"
36900 special "none"
36901 height "1.25in"
36902 height_special "totalheight"
36903 thickness "0.4pt"
36904 separation "3pt"
36905 shadowsize "4pt"
36906 framecolor "black"
36907 backgroundcolor "none"
36908 status collapsed
36909
36910 \begin_layout Plain Layout
36911 Dieser Boxinhalt wurde horizontal gedehnt.
36912 \end_layout
36913
36914 \end_inset
36915
36916
36917 \end_layout
36918
36919 \begin_layout Subsection
36920 Verzierung
36921 \begin_inset CommandInset label
36922 LatexCommand label
36923 name "uab:Verzierung"
36924
36925 \end_inset
36926
36927
36928 \begin_inset Index idx
36929 range none
36930 pageformat default
36931 status collapsed
36932
36933 \begin_layout Plain Layout
36934 Boxen
36935 \begin_inset IndexMacro subentry
36936 status open
36937
36938 \begin_layout Plain Layout
36939 Verzierung
36940 \end_layout
36941
36942 \end_inset
36943
36944
36945 \end_layout
36946
36947 \end_inset
36948
36949
36950 \end_layout
36951
36952 \begin_layout Standard
36953 Im 
36954 \family sans
36955 Box-Einstellungen-
36956 \family default
36957 Dialog können Sie mit der 
36958 \family sans
36959 Verzierung
36960 \family default
36961  den Typ der Box auswählen:
36962 \end_layout
36963
36964 \begin_layout Description
36965 Kein
36966 \begin_inset space ~
36967 \end_inset
36968
36969 Rahmen Nichts wird gezeichnet.
36970 \end_layout
36971
36972 \begin_layout Description
36973 Einfacher
36974 \begin_inset space ~
36975 \end_inset
36976
36977 rechteckiger
36978 \begin_inset space ~
36979 \end_inset
36980
36981 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
36982  Die Rahmendicke kann festgelegt werden.
36983  
36984 \begin_inset Box Boxed
36985 position "c"
36986 hor_pos "c"
36987 has_inner_box 1
36988 inner_pos "c"
36989 use_parbox 0
36990 use_makebox 0
36991 width "21col%"
36992 special "none"
36993 height "1in"
36994 height_special "totalheight"
36995 thickness "0.4pt"
36996 separation "3pt"
36997 shadowsize "4pt"
36998 framecolor "black"
36999 backgroundcolor "none"
37000 status collapsed
37001
37002 \begin_layout Plain Layout
37003
37004 \series medium
37005 Rechteckige
37006 \begin_inset space ~
37007 \end_inset
37008
37009 Box
37010 \end_layout
37011
37012 \end_inset
37013
37014
37015 \end_layout
37016
37017 \begin_layout Description
37018 erlaube
37019 \begin_inset space ~
37020 \end_inset
37021
37022 Seitenumbrüche 
37023 \end_layout
37024
37025 \begin_layout Description
37026 Ovaler
37027 \begin_inset space ~
37028 \end_inset
37029
37030 Rahmen,
37031 \begin_inset space ~
37032 \end_inset
37033
37034 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
37035  Die Rahmendicke ist 0.4
37036 \begin_inset space \thinspace{}
37037 \end_inset
37038
37039 pt.
37040  
37041 \begin_inset Box ovalbox
37042 position "c"
37043 hor_pos "c"
37044 has_inner_box 1
37045 inner_pos "c"
37046 use_parbox 0
37047 use_makebox 0
37048 width "20col%"
37049 special "none"
37050 height "1in"
37051 height_special "totalheight"
37052 thickness "0.4pt"
37053 separation "3pt"
37054 shadowsize "4pt"
37055 framecolor "black"
37056 backgroundcolor "none"
37057 status collapsed
37058
37059 \begin_layout Plain Layout
37060 Ovale
37061 \begin_inset space ~
37062 \end_inset
37063
37064 Box,
37065 \begin_inset space ~
37066 \end_inset
37067
37068 dünn
37069 \end_layout
37070
37071 \end_inset
37072
37073
37074 \end_layout
37075
37076 \begin_layout Description
37077 Ovaler
37078 \begin_inset space ~
37079 \end_inset
37080
37081 Rahmen,
37082 \begin_inset space ~
37083 \end_inset
37084
37085 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
37086  Die Rahmendicke ist 0.8
37087 \begin_inset space \thinspace{}
37088 \end_inset
37089
37090 pt.
37091  
37092 \begin_inset Box Ovalbox
37093 position "c"
37094 hor_pos "c"
37095 has_inner_box 1
37096 inner_pos "c"
37097 use_parbox 0
37098 use_makebox 0
37099 width "20col%"
37100 special "none"
37101 height "1in"
37102 height_special "totalheight"
37103 thickness "0.4pt"
37104 separation "3pt"
37105 shadowsize "4pt"
37106 framecolor "black"
37107 backgroundcolor "none"
37108 status collapsed
37109
37110 \begin_layout Plain Layout
37111 Ovale
37112 \begin_inset space ~
37113 \end_inset
37114
37115 Box,
37116 \begin_inset space ~
37117 \end_inset
37118
37119 dick
37120 \end_layout
37121
37122 \end_inset
37123
37124
37125 \end_layout
37126
37127 \begin_layout Description
37128 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
37129  Die Rahmendicke und die Schattenbreite kann festgelegt werden.
37130 \begin_inset Newline newline
37131 \end_inset
37132
37133
37134 \begin_inset Box Shadowbox
37135 position "c"
37136 hor_pos "c"
37137 has_inner_box 1
37138 inner_pos "c"
37139 use_parbox 0
37140 use_makebox 0
37141 width "20col%"
37142 special "none"
37143 height "1in"
37144 height_special "totalheight"
37145 thickness "0.4pt"
37146 separation "3pt"
37147 shadowsize "4pt"
37148 framecolor "black"
37149 backgroundcolor "none"
37150 status collapsed
37151
37152 \begin_layout Plain Layout
37153 Schattierte
37154 \begin_inset space ~
37155 \end_inset
37156
37157 Box
37158 \end_layout
37159
37160 \end_inset
37161
37162
37163 \end_layout
37164
37165 \begin_layout Description
37166 Schattierter
37167 \begin_inset space ~
37168 \end_inset
37169
37170 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
37171  Im Gegensatz zu farbigen Boxen
37172 \begin_inset Foot
37173 status collapsed
37174
37175 \begin_layout Plain Layout
37176 siehe Abschnitt
37177 \begin_inset space ~
37178 \end_inset
37179
37180
37181 \begin_inset CommandInset ref
37182 LatexCommand ref
37183 reference "abs:Farbige-Boxen"
37184 nolink "false"
37185
37186 \end_inset
37187
37188
37189 \end_layout
37190
37191 \end_inset
37192
37193  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt,
37194  und die Box ist ein Absatz für sich.
37195  
37196 \begin_inset Box Shaded
37197 position "t"
37198 hor_pos "c"
37199 has_inner_box 0
37200 inner_pos "t"
37201 use_parbox 0
37202 use_makebox 0
37203 width "50col%"
37204 special "none"
37205 height "1in"
37206 height_special "totalheight"
37207 thickness "0.4pt"
37208 separation "3pt"
37209 shadowsize "4pt"
37210 framecolor "black"
37211 backgroundcolor "none"
37212 status collapsed
37213
37214 \begin_layout Plain Layout
37215 Schattierter Hintergrund Box
37216 \end_layout
37217
37218 \end_inset
37219
37220
37221 \end_layout
37222
37223 \begin_layout Description
37224 Doppelter
37225 \begin_inset space ~
37226 \end_inset
37227
37228 rechteckiger
37229 \begin_inset space ~
37230 \end_inset
37231
37232 Rahmen zeichnet einen doppelten Rahmen um die Box.
37233  Der innere Rahmen ist 0,75
37234 \begin_inset space \thinspace{}
37235 \end_inset
37236
37237 Rahmendicke breit,
37238  der äußere 1,5
37239 \begin_inset space \thinspace{}
37240 \end_inset
37241
37242 Rahmendicke.
37243  Der Zwischenraum beträgt 1,5
37244 \begin_inset space \thinspace{}
37245 \end_inset
37246
37247 Rahmendicke
37248 \begin_inset space \thinspace{}
37249 \end_inset
37250
37251 +
37252 \begin_inset space \thinspace{}
37253 \end_inset
37254
37255 0,5
37256 \begin_inset space \thinspace{}
37257 \end_inset
37258
37259 pt.
37260  
37261 \begin_inset Box Doublebox
37262 position "c"
37263 hor_pos "c"
37264 has_inner_box 1
37265 inner_pos "c"
37266 use_parbox 0
37267 use_makebox 0
37268 width "20col%"
37269 special "none"
37270 height "1in"
37271 height_special "totalheight"
37272 thickness "0.4pt"
37273 separation "3pt"
37274 shadowsize "4pt"
37275 framecolor "black"
37276 backgroundcolor "none"
37277 status collapsed
37278
37279 \begin_layout Plain Layout
37280 Doppelt
37281 \begin_inset space ~
37282 \end_inset
37283
37284 gerahmte
37285 \begin_inset space ~
37286 \end_inset
37287
37288 Box
37289 \end_layout
37290
37291 \end_inset
37292
37293
37294 \end_layout
37295
37296 \begin_layout Standard
37297 \begin_inset VSpace bigskip
37298 \end_inset
37299
37300 Die Aufschrift der Box in \SpecialChar LyX
37301  ändert sich mit der gewählten Verzierung.
37302  Um alle Verzierungen verwenden zu können,
37303  muss das \SpecialChar LaTeX
37304 -Paket 
37305 \series bold
37306 fancybox
37307 \series default
37308
37309 \begin_inset Index idx
37310 range none
37311 pageformat default
37312 status collapsed
37313
37314 \begin_layout Plain Layout
37315 \SpecialChar LaTeX
37316 -Pakete
37317 \begin_inset IndexMacro subentry
37318 status open
37319
37320 \begin_layout Plain Layout
37321 fancybox
37322 \end_layout
37323
37324 \end_inset
37325
37326
37327 \end_layout
37328
37329 \end_inset
37330
37331  installiert sein.
37332 \end_layout
37333
37334 \begin_layout Standard
37335 \begin_inset VSpace bigskip
37336 \end_inset
37337
37338 Wenn Sie die Verzierung 
37339 \family sans
37340 Einfacher rechteckiger Rahmen
37341 \family default
37342  und keine innere Box verwenden,
37343  können Sie Seitenumbrüche in der Box erlauben.
37344  Beachten Sie,
37345  dass im Gegensatz zu anderen gerahmten Boxen,
37346  der Rahmen immer über die gesamte Zeilenbreite geht und dass die Box ein Absatz für sich ist:
37347  
37348 \begin_inset Box Framed
37349 position "t"
37350 hor_pos "c"
37351 has_inner_box 0
37352 inner_pos "t"
37353 use_parbox 0
37354 use_makebox 0
37355 width "100col%"
37356 special "none"
37357 height "1in"
37358 height_special "totalheight"
37359 thickness "0.4pt"
37360 separation "3pt"
37361 shadowsize "4pt"
37362 framecolor "black"
37363 backgroundcolor "none"
37364 status collapsed
37365
37366 \begin_layout Plain Layout
37367 Box erlaubt Seitenumbruch
37368 \end_layout
37369
37370 \end_inset
37371
37372
37373 \end_layout
37374
37375 \begin_layout Section
37376 Box-Anpassung
37377 \begin_inset Index idx
37378 range none
37379 pageformat default
37380 status collapsed
37381
37382 \begin_layout Plain Layout
37383 Boxen
37384 \begin_inset IndexMacro subentry
37385 status open
37386
37387 \begin_layout Plain Layout
37388 Anpassung
37389 \end_layout
37390
37391 \end_inset
37392
37393
37394 \end_layout
37395
37396 \end_inset
37397
37398
37399 \end_layout
37400
37401 \begin_layout Standard
37402 \noindent
37403 Der Durchmesser der abgerundeten Ecken kann mit 
37404 \series bold
37405
37406 \backslash
37407 cornersize
37408 \series default
37409  gesetzt werden.
37410  Der \SpecialChar TeX
37411 -Code-Befehl
37412 \end_layout
37413
37414 \begin_layout Standard
37415
37416 \series bold
37417
37418 \backslash
37419 cornersize*{1cm}
37420 \end_layout
37421
37422 \begin_layout Standard
37423 setzt den Durchmesser auf 1
37424 \begin_inset space \thinspace{}
37425 \end_inset
37426
37427 cm.
37428  Der \SpecialChar TeX
37429 -Code-Befehl
37430 \end_layout
37431
37432 \begin_layout Standard
37433
37434 \series bold
37435
37436 \backslash
37437 cornersize{num}
37438 \end_layout
37439
37440 \begin_layout Standard
37441 setzt den Durchmesser auf 
37442 \family sans
37443 num
37444 \begin_inset space \thinspace{}
37445 \end_inset
37446
37447 ×
37448 \begin_inset space \thinspace{}
37449 \end_inset
37450
37451 Minimum(Breite der Box,
37452  Höhe der Box)
37453 \family default
37454 .
37455  Der Standardwert ist 
37456 \series bold
37457
37458 \backslash
37459 cornersize{0.5}
37460 \series default
37461 .
37462 \end_layout
37463
37464 \begin_layout Standard
37465 \begin_inset ERT
37466 status collapsed
37467
37468 \begin_layout Plain Layout
37469
37470
37471 \backslash
37472 cornersize*{1.5cm}
37473 \end_layout
37474
37475 \end_inset
37476
37477
37478 \begin_inset Box Ovalbox
37479 position "c"
37480 hor_pos "c"
37481 has_inner_box 1
37482 inner_pos "c"
37483 use_parbox 0
37484 use_makebox 0
37485 width "30col%"
37486 special "none"
37487 height "1in"
37488 height_special "totalheight"
37489 thickness "0.4pt"
37490 separation "3pt"
37491 shadowsize "4pt"
37492 framecolor "black"
37493 backgroundcolor "none"
37494 status open
37495
37496 \begin_layout Plain Layout
37497 \align center
37498 Ovale Box,
37499  dicker Rand,
37500  mit 
37501 \series bold
37502
37503 \backslash
37504 cornersize
37505 \series default
37506
37507 \begin_inset space \thinspace{}
37508 \end_inset
37509
37510 =
37511 \begin_inset space \thinspace{}
37512 \end_inset
37513
37514 1.5
37515 \begin_inset space \thinspace{}
37516 \end_inset
37517
37518 cm
37519 \end_layout
37520
37521 \end_inset
37522
37523
37524 \begin_inset ERT
37525 status collapsed
37526
37527 \begin_layout Plain Layout
37528
37529
37530 \backslash
37531 cornersize{0.5}
37532 \end_layout
37533
37534 \end_inset
37535
37536
37537 \end_layout
37538
37539 \begin_layout Standard
37540 \begin_inset VSpace bigskip
37541 \end_inset
37542
37543 Die Standard-Hintergrundfarbe rot von Boxen mit 
37544 \family sans
37545 schattiertem Hintergrund
37546 \family default
37547  kann entweder lokal mit dem Befehl 
37548 \series bold
37549
37550 \backslash
37551 definecolor{shadecolor}
37552 \series default
37553  oder global über das Menü 
37554 \family sans
37555 Werkzeuge\SpecialChar menuseparator
37556 Einstellungen\SpecialChar menuseparator
37557 Farben\SpecialChar menuseparator
37558 Schattierte
37559 \begin_inset space ~
37560 \end_inset
37561
37562 Box
37563 \family default
37564  geändert werden.
37565  Das Schema des 
37566 \series bold
37567
37568 \backslash
37569 definecolor
37570 \series default
37571  Befehls ist  in Abschnitt
37572 \begin_inset space ~
37573 \end_inset
37574
37575
37576 \begin_inset CommandInset ref
37577 LatexCommand ref
37578 reference "abs:Farbige-Tabellen"
37579 nolink "false"
37580
37581 \end_inset
37582
37583  erklärt.
37584 \begin_inset Foot
37585 status collapsed
37586
37587 \begin_layout Plain Layout
37588 Beachten Sie,
37589  dass 
37590 \series bold
37591
37592 \backslash
37593 definecolor
37594 \series default
37595  das \SpecialChar LaTeX
37596 -Paket 
37597 \series bold
37598 color
37599 \series default
37600  im \SpecialChar LaTeX
37601 -Vorspann benötigt,
37602  siehe Abschnitt
37603 \begin_inset space ~
37604 \end_inset
37605
37606
37607 \begin_inset CommandInset ref
37608 LatexCommand ref
37609 reference "abs:Farbige-Boxen"
37610 nolink "false"
37611
37612 \end_inset
37613
37614 .
37615 \end_layout
37616
37617 \end_inset
37618
37619  Für das nächste Beispiel wurden folgender \SpecialChar TeX
37620 -Code verwendet:
37621 \end_layout
37622
37623 \begin_layout Standard
37624
37625 \series bold
37626
37627 \backslash
37628 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
37629 \end_layout
37630
37631 \begin_layout Standard
37632 \begin_inset ERT
37633 status collapsed
37634
37635 \begin_layout Plain Layout
37636
37637
37638 \backslash
37639 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
37640 \end_layout
37641
37642 \end_inset
37643
37644
37645 \begin_inset Box Shaded
37646 position "t"
37647 hor_pos "c"
37648 has_inner_box 0
37649 inner_pos "t"
37650 use_parbox 0
37651 use_makebox 0
37652 width "100col%"
37653 special "none"
37654 height "1in"
37655 height_special "totalheight"
37656 thickness "0.4pt"
37657 separation "3pt"
37658 shadowsize "4pt"
37659 framecolor "black"
37660 backgroundcolor "none"
37661 status open
37662
37663 \begin_layout Plain Layout
37664
37665 \color yellow
37666 Dies ist gelber Text in einer 
37667 \family sans
37668 schattierten Hintergrund
37669 \begin_inset space ~
37670 \end_inset
37671
37672
37673 \family default
37674 Box auf dunkelgrünem Hintergrund.
37675 \end_layout
37676
37677 \end_inset
37678
37679
37680 \begin_inset ERT
37681 status collapsed
37682
37683 \begin_layout Plain Layout
37684
37685
37686 \backslash
37687 definecolor{shadecolor}{rgb}{1,0,0}
37688 \end_layout
37689
37690 \end_inset
37691
37692
37693 \end_layout
37694
37695 \begin_layout Standard
37696 \begin_inset VSpace bigskip
37697 \end_inset
37698
37699 Geänderte Größen und Farben gelten für alle Boxen,
37700  die auf den Befehl folgen,
37701  der sie ändert.
37702 \end_layout
37703
37704 \begin_layout Section
37705 Minipage
37706 \begin_inset CommandInset label
37707 LatexCommand label
37708 name "abs:Minipage"
37709
37710 \end_inset
37711
37712
37713 \begin_inset Index idx
37714 range none
37715 pageformat default
37716 status collapsed
37717
37718 \begin_layout Plain Layout
37719 Boxen
37720 \begin_inset IndexMacro subentry
37721 status open
37722
37723 \begin_layout Plain Layout
37724 Minipage
37725 \end_layout
37726
37727 \end_inset
37728
37729
37730 \end_layout
37731
37732 \end_inset
37733
37734
37735 \end_layout
37736
37737 \begin_layout Standard
37738 Minipages werden von \SpecialChar LaTeX
37739  wie Seiten auf einer Seite behandelt und können deshalb unter anderem eigene Fußnoten haben.
37740 \end_layout
37741
37742 \begin_layout Standard
37743 Minipages sind nützlich,
37744  wenn Sie Dokumente in mehreren Sprachen schreiben.
37745 \end_layout
37746
37747 \begin_layout Standard
37748 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
37749  Ihre Breite ist 45 Spaltenbreite
37750 \begin_inset space ~
37751 \end_inset
37752
37753 %,
37754  und sie sind durch einen 
37755 \family sans
37756 HFill
37757 \family default
37758  getrennt (
37759 \family sans
37760 Einfügen\SpecialChar menuseparator
37761 Formatierung\SpecialChar menuseparator
37762 Horizontaler
37763 \begin_inset space \space{}
37764 \end_inset
37765
37766 Abstand\SpecialChar menuseparator
37767 Abstand\SpecialChar menuseparator
37768 Variabler
37769 \begin_inset space ~
37770 \end_inset
37771
37772 horiz.
37773 \begin_inset space ~
37774 \end_inset
37775
37776 Abstand
37777 \family default
37778 ).
37779 \begin_inset Newpage newpage
37780 \end_inset
37781
37782
37783 \end_layout
37784
37785 \begin_layout Standard
37786 \noindent
37787 \begin_inset Box Frameless
37788 position "t"
37789 hor_pos "c"
37790 has_inner_box 1
37791 inner_pos "c"
37792 use_parbox 0
37793 use_makebox 0
37794 width "45col%"
37795 special "none"
37796 height "1in"
37797 height_special "totalheight"
37798 thickness "0.4pt"
37799 separation "3pt"
37800 shadowsize "4pt"
37801 framecolor "black"
37802 backgroundcolor "none"
37803 status open
37804
37805 \begin_layout Plain Layout
37806 Dies ist ein deutscher Text.
37807  Dies ist ein deutscher Text.
37808  Dies ist ein deutscher Text.
37809  Dies ist ein deutscher Text.
37810  Dies ist ein deutscher Text.
37811  Dies ist ein deutscher Text.
37812  Dies ist ein deutscher Text.
37813  Dies ist ein deutscher Text.
37814  Dies ist ein deutscher Text.
37815  Dies ist ein deutscher Text.
37816  Dies ist ein deutscher Text.
37817  Dies ist ein deutscher Text.
37818  Dies ist ein deutscher Text
37819 \begin_inset Foot
37820 status open
37821
37822 \begin_layout Plain Layout
37823 Dies ist eine deutsche Fußnote.
37824 \end_layout
37825
37826 \end_inset
37827
37828 .
37829  Dies ist ein deutscher Text.
37830  Dies ist ein deutscher Text.
37831 \end_layout
37832
37833 \end_inset
37834
37835
37836 \begin_inset space \hfill{}
37837 \end_inset
37838
37839
37840 \begin_inset Box Frameless
37841 position "t"
37842 hor_pos "c"
37843 has_inner_box 1
37844 inner_pos "c"
37845 use_parbox 0
37846 use_makebox 0
37847 width "45col%"
37848 special "none"
37849 height "1in"
37850 height_special "totalheight"
37851 thickness "0.4pt"
37852 separation "3pt"
37853 shadowsize "4pt"
37854 framecolor "black"
37855 backgroundcolor "none"
37856 status open
37857
37858 \begin_layout Plain Layout
37859
37860 \lang english
37861 This is an English Text.
37862  This is an English Text.
37863  This is an English Text.
37864  This is an English Text.
37865  This is an English Text.
37866  This is an English Text.
37867  This is an English Text.
37868  This is an English Text.
37869  This is an English Text.
37870  This is an English Text.
37871  This is an English Text.
37872  This is an English Text.
37873  This is an English Text.
37874  This is an English Text.
37875  This is an English Text.
37876  This is an English Text.
37877 \begin_inset Foot
37878 status collapsed
37879
37880 \begin_layout Plain Layout
37881
37882 \lang english
37883 This is an English footnote.
37884 \end_layout
37885
37886 \end_inset
37887
37888  This is an English Text.
37889 \end_layout
37890
37891 \end_inset
37892
37893
37894 \end_layout
37895
37896 \begin_layout Standard
37897 \begin_inset VSpace bigskip
37898 \end_inset
37899
37900 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
37901  Das bedeutet,
37902  dass zwischen Absätzen kein Leerraum eingefügt wird oder Absätze nicht eingerückt werden,
37903  obwohl Sie das in 
37904 \family sans
37905 Dokument
37906 \family default
37907 \SpecialChar menuseparator
37908
37909 \family sans
37910 Einstellun\SpecialChar softhyphen
37911 gen\SpecialChar menuseparator
37912 Textformat
37913 \family default
37914  festgelegt haben.
37915  Wenn Sie es trotzdem wollen,
37916  müssen Sie es manuell machen.
37917  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem \SpecialChar TeX
37918 -Code 
37919 \series bold
37920
37921 \backslash
37922 hspace*{1em}
37923 \series default
37924 .
37925 \end_layout
37926
37927 \begin_layout Standard
37928 Minipages können auch benutzt werden,
37929  um Textteilen eine andere Hintergrundfarbe zu verpassen,
37930  siehe Abschnitt
37931 \begin_inset space ~
37932 \end_inset
37933
37934
37935 \begin_inset CommandInset ref
37936 LatexCommand ref
37937 reference "abs:Farbige-Boxen"
37938 nolink "false"
37939
37940 \end_inset
37941
37942 .
37943 \end_layout
37944
37945 \begin_layout Standard
37946 \begin_inset Note Greyedout
37947 status open
37948
37949 \begin_layout Plain Layout
37950
37951 \series bold
37952 Bemerkung:
37953
37954 \series default
37955  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt,
37956  aber Minipages können in Tabellen,
37957  Gleitobjekten und anderen Boxen benutzt werden.
37958 \end_layout
37959
37960 \end_inset
37961
37962
37963 \end_layout
37964
37965 \begin_layout Standard
37966 \begin_inset VSpace bigskip
37967 \end_inset
37968
37969
37970 \end_layout
37971
37972 \begin_layout Standard
37973 \SpecialChar LyX
37974  unterstützt auch Minipages,
37975  deren Breite sich automatisch an die Größe des Inhalts anpasst,
37976  über das Modul 
37977 \family sans
37978 Breitenvariable
37979 \begin_inset space ~
37980 \end_inset
37981
37982 Minipages
37983 \family default
37984 .
37985  Die \SpecialChar LyX
37986 -Beispieldatei 
37987 \emph on
37988 varwidth-floats-side-by-side
37989 \emph default
37990  gibt Beispiele von breitenvariablen Minipages,
37991  um Gleitobjekte nebeneinander zu setzen.
37992 \end_layout
37993
37994 \begin_layout Section
37995 Parbox
37996 \begin_inset CommandInset label
37997 LatexCommand label
37998 name "abs:Parbox"
37999
38000 \end_inset
38001
38002
38003 \begin_inset Index idx
38004 range none
38005 pageformat default
38006 status collapsed
38007
38008 \begin_layout Plain Layout
38009 Boxen
38010 \begin_inset IndexMacro subentry
38011 status open
38012
38013 \begin_layout Plain Layout
38014 Parbox
38015 \end_layout
38016
38017 \end_inset
38018
38019
38020 \end_layout
38021
38022 \end_inset
38023
38024
38025 \end_layout
38026
38027 \begin_layout Standard
38028 Parbox ist eine Abkürzung für 
38029 \begin_inset Quotes gld
38030 \end_inset
38031
38032 paragraph box
38033 \begin_inset Quotes grd
38034 \end_inset
38035
38036 ,
38037  was Absatzbox bedeutet.
38038  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung,
38039  dass Fußnoten in Parboxen nicht ausgegeben werden:
38040 \end_layout
38041
38042 \begin_layout Standard
38043 \align center
38044 \begin_inset Box Frameless
38045 position "t"
38046 hor_pos "c"
38047 has_inner_box 1
38048 inner_pos "t"
38049 use_parbox 1
38050 use_makebox 0
38051 width "33col%"
38052 special "none"
38053 height "1in"
38054 height_special "totalheight"
38055 thickness "0.4pt"
38056 separation "3pt"
38057 shadowsize "4pt"
38058 framecolor "black"
38059 backgroundcolor "none"
38060 status open
38061
38062 \begin_layout Plain Layout
38063 Dies ist Text in einer Parbox.
38064  Dies ist Text in einer Parbox.
38065 \end_layout
38066
38067 \begin_layout Plain Layout
38068 Diese Fußnote wird nicht gedruckt:
38069 \begin_inset Foot
38070 status collapsed
38071
38072 \begin_layout Plain Layout
38073 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
38074 \end_layout
38075
38076 \end_inset
38077
38078
38079 \end_layout
38080
38081 \end_inset
38082
38083
38084 \end_layout
38085
38086 \begin_layout Section
38087 Boxen für Worte und Buchstaben
38088 \begin_inset Index idx
38089 range none
38090 pageformat default
38091 status collapsed
38092
38093 \begin_layout Plain Layout
38094 Boxen
38095 \begin_inset IndexMacro subentry
38096 status open
38097
38098 \begin_layout Plain Layout
38099 für Buchstaben
38100 \end_layout
38101
38102 \end_inset
38103
38104
38105 \end_layout
38106
38107 \end_inset
38108
38109
38110 \end_layout
38111
38112 \begin_layout Subsection
38113 Silbentrennung unterbinden
38114 \begin_inset CommandInset label
38115 LatexCommand label
38116 name "abs:Silbentrennung-unterbinden"
38117
38118 \end_inset
38119
38120
38121 \begin_inset Index idx
38122 range none
38123 pageformat default
38124 status collapsed
38125
38126 \begin_layout Plain Layout
38127 Boxen
38128 \begin_inset IndexMacro subentry
38129 status open
38130
38131 \begin_layout Plain Layout
38132 zur Vermeidung von Silbentrennung
38133 \end_layout
38134
38135 \end_inset
38136
38137
38138 \end_layout
38139
38140 \end_inset
38141
38142
38143 \end_layout
38144
38145 \begin_layout Standard
38146 Sie können den Boxtyp 
38147 \family sans
38148 Makebox
38149 \family default
38150  benutzen,
38151  um Silbentrennungen zu unterbinden.
38152 \begin_inset Newline newline
38153 \end_inset
38154
38155 Hier ist ein Beispiel:
38156  
38157 \end_layout
38158
38159 \begin_layout Standard
38160 In dieser Zeile wird ein sehr langes Wort getrennt,
38161  nämlich 
38162 \begin_inset Quotes gld
38163 \end_inset
38164
38165 einsehrsehrsehrlangeswort
38166 \begin_inset Quotes grd
38167 \end_inset
38168
38169 .
38170 \end_layout
38171
38172 \begin_layout Standard
38173 Um das zu verhindern,
38174  fügen Sie das Wort in eine Box ein,
38175  setzen Sie die Innere
38176 \begin_inset space ~
38177 \end_inset
38178
38179 Box auf Makebox und verwenden keine explizite Breite.
38180 \end_layout
38181
38182 \begin_layout Standard
38183 Hier ist das Ergebnis:
38184 \end_layout
38185
38186 \begin_layout Standard
38187 In dieser Zeile wird ein sehr langes Wort NICHT getrennt,
38188  nämlich 
38189 \begin_inset Box Frameless
38190 position "t"
38191 hor_pos "c"
38192 has_inner_box 1
38193 inner_pos "t"
38194 use_parbox 0
38195 use_makebox 1
38196 width ""
38197 special "none"
38198 height "1in"
38199 height_special "totalheight"
38200 thickness "0.4pt"
38201 separation "3pt"
38202 shadowsize "4pt"
38203 framecolor "black"
38204 backgroundcolor "none"
38205 status open
38206
38207 \begin_layout Plain Layout
38208 \begin_inset Quotes gld
38209 \end_inset
38210
38211 einsehrsehrsehrlangeswort
38212 \begin_inset Quotes grd
38213 \end_inset
38214
38215
38216 \end_layout
38217
38218 \end_inset
38219
38220 .
38221 \end_layout
38222
38223 \begin_layout Standard
38224 Alternativ dazu kann man auch den Befehl 
38225 \begin_inset Quotes gld
38226 \end_inset
38227
38228
38229 \series bold
38230
38231 \backslash
38232 -
38233 \series default
38234
38235 \begin_inset Quotes grd
38236 \end_inset
38237
38238  als \SpecialChar TeX
38239 -Code direkt vor das Wort setzen:
38240 \end_layout
38241
38242 \begin_layout Standard
38243 In dieser Zeile wird ein sehr langes Wort NICHT getrennt,
38244  nämlich 
38245 \begin_inset Quotes gld
38246 \end_inset
38247
38248
38249 \begin_inset ERT
38250 status collapsed
38251
38252 \begin_layout Plain Layout
38253
38254
38255 \backslash
38256 -
38257 \end_layout
38258
38259 \end_inset
38260
38261 einsehrsehrsehrlangeswort
38262 \begin_inset Quotes grd
38263 \end_inset
38264
38265 .
38266 \end_layout
38267
38268 \begin_layout Standard
38269 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
38270  Wenn Sie das nicht wollen,
38271  müssen Sie einen manuellen Zeilenumbruch (
38272 \family sans
38273 Strg-Eingabe
38274 \family default
38275 ) einfügen:
38276  
38277 \end_layout
38278
38279 \begin_layout Standard
38280 In dieser Zeile wird ein sehr langes Wort NICHT getrennt,
38281  nämlich
38282 \begin_inset Newline newline
38283 \end_inset
38284
38285
38286 \begin_inset Box Frameless
38287 position "t"
38288 hor_pos "c"
38289 has_inner_box 1
38290 inner_pos "t"
38291 use_parbox 0
38292 use_makebox 1
38293 width ""
38294 special "none"
38295 height "1in"
38296 height_special "totalheight"
38297 thickness "0.4pt"
38298 separation "3pt"
38299 shadowsize "4pt"
38300 framecolor "black"
38301 backgroundcolor "none"
38302 status open
38303
38304 \begin_layout Plain Layout
38305 \begin_inset Quotes gld
38306 \end_inset
38307
38308 einsehrsehrsehrlangeswort
38309 \begin_inset Quotes grd
38310 \end_inset
38311
38312
38313 \end_layout
38314
38315 \end_inset
38316
38317 .
38318 \end_layout
38319
38320 \begin_layout Subsection
38321 Vertikale Ausrichtung
38322 \begin_inset CommandInset label
38323 LatexCommand label
38324 name "uab:Vertikale-Ausrichtung"
38325
38326 \end_inset
38327
38328
38329 \begin_inset Index idx
38330 range none
38331 pageformat default
38332 status collapsed
38333
38334 \begin_layout Plain Layout
38335 Boxen
38336 \begin_inset IndexMacro subentry
38337 status open
38338
38339 \begin_layout Plain Layout
38340 für Vertikale Ausrichtung
38341 \end_layout
38342
38343 \end_inset
38344
38345
38346 \end_layout
38347
38348 \end_inset
38349
38350
38351 \begin_inset Index idx
38352 range none
38353 pageformat default
38354 status collapsed
38355
38356 \begin_layout Plain Layout
38357 Boxen
38358 \begin_inset IndexMacro subentry
38359 status open
38360
38361 \begin_layout Plain Layout
38362 raisebox
38363 \end_layout
38364
38365 \end_inset
38366
38367
38368 \end_layout
38369
38370 \end_inset
38371
38372
38373 \end_layout
38374
38375 \begin_layout Standard
38376 Mit dem \SpecialChar LaTeX
38377 -Befehl 
38378 \series bold
38379
38380 \backslash
38381 raisebox
38382 \series default
38383  können Sie Worte,
38384  Buchstaben oder andere Boxen vertikal bezüglich des umgebenden Textes ausrichten.
38385  
38386 \series bold
38387
38388 \backslash
38389 raisebox
38390 \series default
38391  wird folgendermaßen benutzt:
38392 \end_layout
38393
38394 \begin_layout Standard
38395
38396 \series bold
38397
38398 \backslash
38399 raisebox{Verschiebung}[oben][unten]{Text}
38400 \end_layout
38401
38402 \begin_layout Standard
38403 Positive Werte für Verschiebung
38404 \series bold
38405  
38406 \series default
38407 verschieben die Box nach oben,
38408  negative nach unten.
38409  Die beiden optionalen Parameter 
38410 \family typewriter
38411 oben
38412 \family default
38413  und 
38414 \family typewriter
38415 unten
38416 \family default
38417  legen fest,
38418  wie weit die Box mit dem Text über oder unter die Grundlinie hinausgeht,
38419  wenn sie nicht verschoben ist.
38420 \end_layout
38421
38422 \begin_layout Standard
38423 Um zum Beispiel das Wort 
38424 \begin_inset Quotes gld
38425 \end_inset
38426
38427 provokant
38428 \begin_inset Quotes grd
38429 \end_inset
38430
38431  mit seinem 
38432 \begin_inset Quotes gld
38433 \end_inset
38434
38435 niedrigsten
38436 \begin_inset Quotes grd
38437 \end_inset
38438
38439  Buchstaben 
38440 \begin_inset Quotes gld
38441 \end_inset
38442
38443 p
38444 \begin_inset Quotes grd
38445 \end_inset
38446
38447  an der Grundlinie auszurichten,
38448  müssen Sie den \SpecialChar TeX
38449 -Code-Befehl
38450 \end_layout
38451
38452 \begin_layout Standard
38453
38454 \series bold
38455
38456 \backslash
38457 raisebox{
38458 \backslash
38459 depth}{
38460 \end_layout
38461
38462 \begin_layout Standard
38463 vor dem Wort einfügen und 
38464 \begin_inset Quotes gld
38465 \end_inset
38466
38467
38468 \series bold
38469 }
38470 \series default
38471
38472 \begin_inset Quotes grd
38473 \end_inset
38474
38475  als \SpecialChar TeX
38476 -Code dahinter:
38477 \end_layout
38478
38479 \begin_layout Standard
38480 Dies ist eine Zeile,
38481  in der das Wort 
38482 \begin_inset ERT
38483 status collapsed
38484
38485 \begin_layout Plain Layout
38486
38487
38488 \backslash
38489 raisebox{
38490 \backslash
38491 depth}{
38492 \end_layout
38493
38494 \end_inset
38495
38496
38497 \begin_inset Quotes gld
38498 \end_inset
38499
38500 provokant
38501 \begin_inset Quotes grd
38502 \end_inset
38503
38504
38505 \begin_inset ERT
38506 status collapsed
38507
38508 \begin_layout Plain Layout
38509
38510 }
38511 \end_layout
38512
38513 \end_inset
38514
38515  nach oben verschoben wurde.
38516 \end_layout
38517
38518 \begin_layout Standard
38519 \begin_inset VSpace bigskip
38520 \end_inset
38521
38522 Wenn Sie Buchstaben nach oben oder unten verschieben,
38523  wird der Zeilenabstand gedehnt:
38524 \end_layout
38525
38526 \begin_layout Standard
38527 Dies ist eine Zeile,
38528  in der das Wort 
38529 \begin_inset ERT
38530 status collapsed
38531
38532 \begin_layout Plain Layout
38533
38534
38535 \backslash
38536 raisebox{-
38537 \backslash
38538 depth}{
38539 \end_layout
38540
38541 \end_inset
38542
38543
38544 \begin_inset Quotes gld
38545 \end_inset
38546
38547 provokant
38548 \begin_inset Quotes grd
38549 \end_inset
38550
38551
38552 \begin_inset ERT
38553 status collapsed
38554
38555 \begin_layout Plain Layout
38556
38557 }
38558 \end_layout
38559
38560 \end_inset
38561
38562  nach unten verschoben wurde.
38563 \end_layout
38564
38565 \begin_layout Standard
38566 Dies ist eine Zeile,
38567  in der das Wort 
38568 \begin_inset ERT
38569 status collapsed
38570
38571 \begin_layout Plain Layout
38572
38573
38574 \backslash
38575 raisebox{0.5cm}{
38576 \end_layout
38577
38578 \end_inset
38579
38580
38581 \begin_inset Quotes gld
38582 \end_inset
38583
38584 testen
38585 \begin_inset Quotes grd
38586 \end_inset
38587
38588
38589 \begin_inset ERT
38590 status collapsed
38591
38592 \begin_layout Plain Layout
38593
38594 }
38595 \end_layout
38596
38597 \end_inset
38598
38599  um 0.5
38600 \begin_inset space \thinspace{}
38601 \end_inset
38602
38603 cm nach oben verschoben wurde.
38604 \end_layout
38605
38606 \begin_layout Standard
38607 Wenn Sie die Dehnung nicht wollen,
38608  können Sie die Boxhöhe auf 0 setzen:
38609 \end_layout
38610
38611 \begin_layout Standard
38612
38613 \series bold
38614
38615 \backslash
38616 raisebox{-
38617 \backslash
38618 depth}[0pt]{
38619 \end_layout
38620
38621 \begin_layout Standard
38622 Dies ist eine Zeile,
38623  in der das Wort 
38624 \begin_inset ERT
38625 status collapsed
38626
38627 \begin_layout Plain Layout
38628
38629
38630 \backslash
38631 raisebox{-
38632 \backslash
38633 depth}[0pt]{
38634 \end_layout
38635
38636 \end_inset
38637
38638
38639 \begin_inset Quotes gld
38640 \end_inset
38641
38642 provokant
38643 \begin_inset Quotes grd
38644 \end_inset
38645
38646
38647 \begin_inset ERT
38648 status collapsed
38649
38650 \begin_layout Plain Layout
38651
38652 }
38653 \end_layout
38654
38655 \end_inset
38656
38657  nach unten verschoben wurde.
38658 \begin_inset Newline newline
38659 \end_inset
38660
38661
38662 \begin_inset Newline newline
38663 \end_inset
38664
38665 Dies ist eine Zeile,
38666  in der das Wort 
38667 \begin_inset ERT
38668 status collapsed
38669
38670 \begin_layout Plain Layout
38671
38672
38673 \backslash
38674 raisebox{0.5cm}[0pt]{
38675 \end_layout
38676
38677 \end_inset
38678
38679
38680 \begin_inset Quotes gld
38681 \end_inset
38682
38683 testen
38684 \begin_inset Quotes grd
38685 \end_inset
38686
38687
38688 \begin_inset ERT
38689 status collapsed
38690
38691 \begin_layout Plain Layout
38692
38693 }
38694 \end_layout
38695
38696 \end_inset
38697
38698  um 0.5
38699 \begin_inset space \thinspace{}
38700 \end_inset
38701
38702 cm nach oben verschoben wurde.
38703  Jetzt überschneiden sich die verschobenen Worte.
38704 \end_layout
38705
38706 \begin_layout Section
38707 Farbige Boxen
38708 \begin_inset CommandInset label
38709 LatexCommand label
38710 name "abs:Farbige-Boxen"
38711
38712 \end_inset
38713
38714
38715 \begin_inset Index idx
38716 range none
38717 pageformat default
38718 status collapsed
38719
38720 \begin_layout Plain Layout
38721 Boxen
38722 \begin_inset IndexMacro subentry
38723 status open
38724
38725 \begin_layout Plain Layout
38726 farbige
38727 \end_layout
38728
38729 \end_inset
38730
38731
38732 \end_layout
38733
38734 \end_inset
38735
38736
38737 \end_layout
38738
38739 \begin_layout Standard
38740 Um einen Text mit einer Hintergrundfarbe zu versehen,
38741  wählen Sie diese im Box-Dialog aus.
38742  Dies ist zum Beispiel eine Box mit orangenem Hintergrund
38743 \begin_inset Newline newline
38744 \end_inset
38745
38746
38747 \begin_inset Box Frameless
38748 position "t"
38749 hor_pos "c"
38750 has_inner_box 1
38751 inner_pos "t"
38752 use_parbox 0
38753 use_makebox 1
38754 width ""
38755 special "none"
38756 height "1in"
38757 height_special "totalheight"
38758 thickness "0.4pt"
38759 separation "3pt"
38760 shadowsize "4pt"
38761 framecolor "black"
38762 backgroundcolor "orange"
38763 status open
38764
38765 \begin_layout Plain Layout
38766 Box mit orangenem Hintergrund
38767 \end_layout
38768
38769 \end_inset
38770
38771
38772 \end_layout
38773
38774 \begin_layout Standard
38775 Wenn Sie die Dekoration
38776 \family sans
38777  Einfacher
38778 \begin_inset space ~
38779 \end_inset
38780
38781 rechteckiger
38782 \begin_inset space ~
38783 \end_inset
38784
38785 Rahmen 
38786 \family default
38787 verwenden,
38788  können Sie eine Rahmenfarbe festlegen.
38789  In diesem Fall muss auch eine Hintergrundfarbe angegeben werden (LyX setzt sie standardmäßig auf weiß).
38790  Hier ist ein Beispiel:
38791 \begin_inset Newline newline
38792 \end_inset
38793
38794
38795 \begin_inset Box Boxed
38796 position "t"
38797 hor_pos "c"
38798 has_inner_box 0
38799 inner_pos "t"
38800 use_parbox 0
38801 use_makebox 0
38802 width ""
38803 special "none"
38804 height "1in"
38805 height_special "totalheight"
38806 thickness "0.4pt"
38807 separation "3pt"
38808 shadowsize "4pt"
38809 framecolor "teal"
38810 backgroundcolor "yellow"
38811 status open
38812
38813 \begin_layout Plain Layout
38814 Box mit tealer Rahmenfarbe und gelber Hintergrundfarbe
38815 \end_layout
38816
38817 \end_inset
38818
38819
38820 \end_layout
38821
38822 \begin_layout Standard
38823 \begin_inset VSpace bigskip
38824 \end_inset
38825
38826 Natürlich ist auch farbiger Text in einer farbigen Box möglich:
38827 \begin_inset Newline newline
38828 \end_inset
38829
38830
38831 \begin_inset Box Boxed
38832 position "t"
38833 hor_pos "c"
38834 has_inner_box 0
38835 inner_pos "t"
38836 use_parbox 0
38837 use_makebox 0
38838 width ""
38839 special "none"
38840 height "1in"
38841 height_special "totalheight"
38842 thickness "0.4pt"
38843 separation "3pt"
38844 shadowsize "4pt"
38845 framecolor "cyan"
38846 backgroundcolor "magenta"
38847 status open
38848
38849 \begin_layout Plain Layout
38850
38851 \color yellow
38852 Dies ist farbiger Text in einer farbigen,
38853  gerahmten Box.
38854 \end_layout
38855
38856 \end_inset
38857
38858
38859 \end_layout
38860
38861 \begin_layout Standard
38862 \begin_inset VSpace bigskip
38863 \end_inset
38864
38865
38866 \end_layout
38867
38868 \begin_layout Standard
38869 Falls sie andere als die voreingestellten Farben benötigen,
38870  können Ihre eigenen Farben definieren,
38871  wie in Abschnitt
38872 \begin_inset space ~
38873 \end_inset
38874
38875
38876 \begin_inset CommandInset ref
38877 LatexCommand ref
38878 reference "abs:Farbige-Tabellen"
38879 nolink "false"
38880
38881 \end_inset
38882
38883  beschrieben.
38884  Um selbstdefinierte Farben zu verwenden,
38885  muss die Box mittels TeX-Code gesetzt werden:
38886 \end_layout
38887
38888 \begin_layout Standard
38889 Farbige Boxen ohne Rahmen werden mit dem Befehl 
38890 \series bold
38891
38892 \backslash
38893 colorbox
38894 \series default
38895  erzeugt.
38896  Er hat folgendes Schema:
38897 \end_layout
38898
38899 \begin_layout Standard
38900
38901 \series bold
38902
38903 \backslash
38904 colorbox{Farbe}{Boxinhalt}
38905 \end_layout
38906
38907 \begin_layout Standard
38908 Der Boxinhalt kann auch eine Box sein,
38909  und farbige Boxen können in anderen Boxen sein.
38910  Um zum Beispiel ein Wort auf einem dunkelgrünen Hintergrund zu drucken,
38911  fügen sie den \SpecialChar TeX
38912 -Code-Befehl
38913 \end_layout
38914
38915 \begin_layout Standard
38916
38917 \series bold
38918
38919 \backslash
38920 colorbox{dunkelgruen}{
38921 \end_layout
38922
38923 \begin_layout Standard
38924 vor dem Wort ein.
38925  Hinter dem Wort fügen Sie 
38926 \series bold
38927
38928 \begin_inset Quotes gld
38929 \end_inset
38930
38931 }
38932 \series default
38933
38934 \begin_inset Quotes grd
38935 \end_inset
38936
38937  als \SpecialChar TeX
38938 -Code ein.
38939  Hier ist das Ergebnis:
38940 \end_layout
38941
38942 \begin_layout Standard
38943 In dieser Zeile hat 
38944 \begin_inset ERT
38945 status collapsed
38946
38947 \begin_layout Plain Layout
38948
38949
38950 \backslash
38951 colorbox{dunkelgruen}{
38952 \end_layout
38953
38954 \end_inset
38955
38956 Achtung!
38957 \begin_inset ERT
38958 status collapsed
38959
38960 \begin_layout Plain Layout
38961
38962 }
38963 \end_layout
38964
38965 \end_inset
38966
38967  einen dunkelgrünen Hintergrund.
38968 \end_layout
38969
38970 \begin_layout Standard
38971 Farbige Boxen mit Rahmen werden mit dem Befehl
38972 \series bold
38973  
38974 \backslash
38975 fcolorbox
38976 \series default
38977  erzeugt.
38978  Er hat folgendes Schema:
38979 \end_layout
38980
38981 \begin_layout Standard
38982
38983 \series bold
38984
38985 \backslash
38986 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
38987 \end_layout
38988
38989 \begin_layout Section
38990 Rotierte und skalierte Boxen
38991 \end_layout
38992
38993 \begin_layout Standard
38994 Um die in diesem Abschnitt beschriebenen Boxen nutzen zu können,
38995  muss das Modul 
38996 \family sans
38997 Grafik-Boxen
38998 \family default
38999  in den Dokumenteinstellungen geladen sein.
39000 \end_layout
39001
39002 \begin_layout Standard
39003 \begin_inset Note Greyedout
39004 status open
39005
39006 \begin_layout Plain Layout
39007
39008 \series bold
39009 Achtung:
39010
39011 \series default
39012  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
39013 \end_layout
39014
39015 \end_inset
39016
39017
39018 \end_layout
39019
39020 \begin_layout Standard
39021 \begin_inset Note Greyedout
39022 status open
39023
39024 \begin_layout Plain Layout
39025
39026 \series bold
39027 Achtung:
39028
39029 \series default
39030  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
39031 \end_layout
39032
39033 \end_inset
39034
39035
39036 \end_layout
39037
39038 \begin_layout Subsection
39039 Rotierte Boxen
39040 \begin_inset Index idx
39041 range none
39042 pageformat default
39043 status collapsed
39044
39045 \begin_layout Plain Layout
39046 Boxen
39047 \begin_inset IndexMacro subentry
39048 status open
39049
39050 \begin_layout Plain Layout
39051 rotierte
39052 \end_layout
39053
39054 \end_inset
39055
39056
39057 \end_layout
39058
39059 \end_inset
39060
39061
39062 \begin_inset Index idx
39063 range none
39064 pageformat default
39065 status collapsed
39066
39067 \begin_layout Plain Layout
39068 Rotiertes Material
39069 \end_layout
39070
39071 \end_inset
39072
39073
39074 \end_layout
39075
39076 \begin_layout Standard
39077 Um Material zu drehen,
39078  setzt man es in eine 
39079 \family sans
39080 Rotationsbox
39081 \family default
39082 .
39083  Solch eine Box wird über das Menü 
39084 \family sans
39085 Einfügen\SpecialChar menuseparator
39086 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
39087 Rotationsbox
39088 \family default
39089  eingefügt.
39090 \end_layout
39091
39092 \begin_layout Standard
39093 Der Drehpunkt kann über die Einfügung 
39094 \family sans
39095 Drehpunkt
39096 \family default
39097  (Menü 
39098 \family sans
39099 Einfügen\SpecialChar menuseparator
39100 Drehpunkt
39101 \family default
39102 ) in der Form 
39103 \series bold
39104 origin=Position
39105 \series default
39106  angegeben.
39107  Folgende Positionen sind möglich:
39108  
39109 \emph on
39110 c
39111 \emph default
39112  (mittig),
39113  
39114 \emph on
39115 l
39116 \emph default
39117  (links),
39118  
39119 \emph on
39120 r
39121 \emph default
39122  (rechts),
39123  
39124 \emph on
39125 b
39126 \emph default
39127  (unten),
39128  
39129 \emph on
39130 t
39131 \emph default
39132  (oben),
39133  sowie sinnvolle Kombinationen aus den vier Grundpositionen.
39134  Z.
39135 \begin_inset space \thinspace{}
39136 \end_inset
39137
39138 B.
39139  bedeutet 
39140 \emph on
39141 lt
39142 \emph default
39143 ,
39144  dass sich der Drehpunkt links oben befindet.
39145  Wird kein Drehpunkt angegeben,
39146  wird die Position 
39147 \emph on
39148 l
39149 \emph default
39150  verwendet.
39151  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
39152  Gedreht wird gegen den Uhrzeigersinn.
39153 \end_layout
39154
39155 \begin_layout Standard
39156 Im folgenden Beispiel wurde
39157 \series bold
39158  origin=c
39159 \series default
39160  in the Einfügung 
39161 \family sans
39162 Drehpunkt
39163 \family default
39164  und 
39165 \series bold
39166 60
39167 \series default
39168  in die Einfügung 
39169 \family sans
39170 Winkel
39171 \family default
39172  eingegeben.
39173 \end_layout
39174
39175 \begin_layout Standard
39176 Dies ist eine Zeile 
39177 \begin_inset Flex Rotatebox
39178 status open
39179
39180 \begin_layout Plain Layout
39181 \begin_inset Argument 1
39182 status open
39183
39184 \begin_layout Plain Layout
39185 origin=c
39186 \end_layout
39187
39188 \end_inset
39189
39190
39191 \begin_inset Argument 2
39192 status open
39193
39194 \begin_layout Plain Layout
39195 60
39196 \end_layout
39197
39198 \end_inset
39199
39200 mit rotiertem
39201 \end_layout
39202
39203 \end_inset
39204
39205  Text.
39206 \end_layout
39207
39208 \begin_layout Standard
39209 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
39210 \end_layout
39211
39212 \begin_layout Standard
39213 Dies ist eine Zeile 
39214 \begin_inset Flex Rotatebox
39215 status open
39216
39217 \begin_layout Plain Layout
39218 \begin_inset Argument 1
39219 status open
39220
39221 \begin_layout Plain Layout
39222 origin=r
39223 \end_layout
39224
39225 \end_inset
39226
39227
39228 \begin_inset Argument 2
39229 status open
39230
39231 \begin_layout Plain Layout
39232 -60
39233 \end_layout
39234
39235 \end_inset
39236
39237
39238 \begin_inset Box Doublebox
39239 position "c"
39240 hor_pos "c"
39241 has_inner_box 0
39242 inner_pos "c"
39243 use_parbox 0
39244 use_makebox 0
39245 width "1in"
39246 special "width"
39247 height "1in"
39248 height_special "totalheight"
39249 thickness "0.4pt"
39250 separation "3pt"
39251 shadowsize "4pt"
39252 framecolor "black"
39253 backgroundcolor "none"
39254 status collapsed
39255
39256 \begin_layout Plain Layout
39257 mit rotiertem
39258 \end_layout
39259
39260 \end_inset
39261
39262
39263 \end_layout
39264
39265 \end_inset
39266
39267  umrandeten Text 
39268 \begin_inset Flex Rotatebox
39269 status open
39270
39271 \begin_layout Plain Layout
39272 \begin_inset Argument 1
39273 status open
39274
39275 \begin_layout Plain Layout
39276 origin=lb
39277 \end_layout
39278
39279 \end_inset
39280
39281
39282 \begin_inset Argument 2
39283 status open
39284
39285 \begin_layout Plain Layout
39286 60
39287 \end_layout
39288
39289 \end_inset
39290
39291
39292 \begin_inset Formula $\int A\,\mathrm{d}x=B$
39293 \end_inset
39294
39295
39296 \end_layout
39297
39298 \end_inset
39299
39300  und einer Formel.
39301 \end_layout
39302
39303 \begin_layout Standard
39304 Oder ein Bild oder Tabelle:
39305 \end_layout
39306
39307 \begin_layout Standard
39308 Dies ist eine Zeile 
39309 \begin_inset Flex Rotatebox
39310 status open
39311
39312 \begin_layout Plain Layout
39313 \begin_inset Argument 1
39314 status open
39315
39316 \begin_layout Plain Layout
39317 origin=lb
39318 \end_layout
39319
39320 \end_inset
39321
39322
39323 \begin_inset Argument 2
39324 status open
39325
39326 \begin_layout Plain Layout
39327 90
39328 \end_layout
39329
39330 \end_inset
39331
39332
39333 \begin_inset Graphics
39334         filename ../clipart/Star-structure.pdf
39335         lyxscale 50
39336         width 25col%
39337
39338 \end_inset
39339
39340
39341 \end_layout
39342
39343 \end_inset
39344
39345  mit einem rotierten Bild 
39346 \begin_inset Flex Rotatebox
39347 status open
39348
39349 \begin_layout Plain Layout
39350 \begin_inset Argument 2
39351 status open
39352
39353 \begin_layout Plain Layout
39354 -90
39355 \end_layout
39356
39357 \end_inset
39358
39359
39360 \begin_inset Tabular
39361 <lyxtabular version="3" rows="2" columns="2">
39362 <features tabularvalignment="middle">
39363 <column alignment="center" valignment="top">
39364 <column alignment="center" valignment="top">
39365 <row>
39366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39367 \begin_inset Text
39368
39369 \begin_layout Plain Layout
39370 q
39371 \end_layout
39372
39373 \end_inset
39374 </cell>
39375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39376 \begin_inset Text
39377
39378 \begin_layout Plain Layout
39379 w
39380 \end_layout
39381
39382 \end_inset
39383 </cell>
39384 </row>
39385 <row>
39386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39387 \begin_inset Text
39388
39389 \begin_layout Plain Layout
39390 e
39391 \end_layout
39392
39393 \end_inset
39394 </cell>
39395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39396 \begin_inset Text
39397
39398 \begin_layout Plain Layout
39399 r
39400 \end_layout
39401
39402 \end_inset
39403 </cell>
39404 </row>
39405 </lyxtabular>
39406
39407 \end_inset
39408
39409
39410 \end_layout
39411
39412 \end_inset
39413
39414  und Tabelle.
39415 \begin_inset Index idx
39416 range none
39417 pageformat default
39418 status collapsed
39419
39420 \begin_layout Plain Layout
39421 Abbildungen
39422 \begin_inset IndexMacro subentry
39423 status open
39424
39425 \begin_layout Plain Layout
39426 rotierte
39427 \end_layout
39428
39429 \end_inset
39430
39431
39432 \end_layout
39433
39434 \end_inset
39435
39436
39437 \begin_inset Index idx
39438 range none
39439 pageformat default
39440 status collapsed
39441
39442 \begin_layout Plain Layout
39443 Tabellen
39444 \begin_inset IndexMacro subentry
39445 status open
39446
39447 \begin_layout Plain Layout
39448 rotierte
39449 \end_layout
39450
39451 \end_inset
39452
39453
39454 \end_layout
39455
39456 \end_inset
39457
39458
39459 \end_layout
39460
39461 \begin_layout Standard
39462 \begin_inset Note Greyedout
39463 status open
39464
39465 \begin_layout Plain Layout
39466
39467 \series bold
39468 Achtung:
39469
39470 \series default
39471  Wenn die Einfügung 
39472 \family sans
39473 Drehpunkt
39474 \family default
39475  leer ist oder Zeichen enthält,
39476  die keine Nummern sind,
39477  erhält man \SpecialChar LaTeX
39478 -Fehler wenn man das Dokument ansieht/exportiert.
39479 \end_layout
39480
39481 \end_inset
39482
39483
39484 \end_layout
39485
39486 \begin_layout Subsection
39487 Skalierte Boxen
39488 \begin_inset Index idx
39489 range none
39490 pageformat default
39491 status collapsed
39492
39493 \begin_layout Plain Layout
39494 Boxen
39495 \begin_inset IndexMacro subentry
39496 status open
39497
39498 \begin_layout Plain Layout
39499 skalierte
39500 \end_layout
39501
39502 \end_inset
39503
39504
39505 \end_layout
39506
39507 \end_inset
39508
39509
39510 \begin_inset Index idx
39511 range none
39512 pageformat default
39513 status collapsed
39514
39515 \begin_layout Plain Layout
39516 Skaliertes Material
39517 \end_layout
39518
39519 \end_inset
39520
39521
39522 \end_layout
39523
39524 \begin_layout Standard
39525 Um Material zu skalieren,
39526  setzt man es in eine 
39527 \family sans
39528 Skalierende
39529 \begin_inset space ~
39530 \end_inset
39531
39532 Box
39533 \family default
39534 .
39535  Solch eine Box wird über das Menü 
39536 \family sans
39537 Einfügen\SpecialChar menuseparator
39538 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
39539 Skalierende
39540 \begin_inset space ~
39541 \end_inset
39542
39543 Box
39544 \family default
39545  eingefügt.
39546 \end_layout
39547
39548 \begin_layout Standard
39549 Die 
39550 \family sans
39551 Skalierende
39552 \begin_inset space ~
39553 \end_inset
39554
39555 Box
39556 \family default
39557  Einfügung hat die obligatorische Einfügung 
39558 \family sans
39559 H-Faktor
39560 \family default
39561  und die optionale Einfügung 
39562 \family sans
39563 V-Faktor
39564 \family default
39565  (wird eingefügt über das Menü 
39566 \family sans
39567 Einfügen\SpecialChar menuseparator
39568 V-Faktor)
39569 \family default
39570 .
39571  Fügen Sie hier den horizontalen bzw.
39572 \begin_inset space \space{}
39573 \end_inset
39574
39575 den vertikalen Skalierungsfaktor ein.
39576  Wenn die Einfügung 
39577 \family sans
39578 V-Faktor
39579 \family default
39580  nicht verwendet wird,
39581  wird der horizontale Skalierungsfaktor auch für den vertikalen verwendet.
39582 \end_layout
39583
39584 \begin_layout Standard
39585 Um z.
39586 \begin_inset space \thinspace{}
39587 \end_inset
39588
39589 B.
39590  doppelte Textgröße als die Dokument-Schriftgröße zu erhalten,
39591  gibt man 
39592 \series bold
39593 2
39594 \series default
39595  in die Einfügung 
39596 \family sans
39597 H-Faktor
39598 \family default
39599  ein.
39600  Ein Beispiel:
39601  
39602 \begin_inset Flex Scalebox
39603 status open
39604
39605 \begin_layout Plain Layout
39606 \begin_inset Argument 1
39607 status open
39608
39609 \begin_layout Plain Layout
39610 2
39611 \end_layout
39612
39613 \end_inset
39614
39615 Hallo
39616 \end_layout
39617
39618 \end_inset
39619
39620
39621 \end_layout
39622
39623 \begin_layout Standard
39624
39625 \series bold
39626 2
39627 \series default
39628  als 
39629 \family sans
39630 H-Faktor
39631 \family default
39632  und 
39633 \series bold
39634 1
39635 \series default
39636  als 
39637 \family sans
39638 V-Faktor
39639 \family default
39640  verzerrt das 
39641 \begin_inset Flex Scalebox
39642 status open
39643
39644 \begin_layout Plain Layout
39645 \begin_inset Argument 1
39646 status open
39647
39648 \begin_layout Plain Layout
39649 2
39650 \end_layout
39651
39652 \end_inset
39653
39654
39655 \begin_inset Argument 2
39656 status open
39657
39658 \begin_layout Plain Layout
39659 1
39660 \end_layout
39661
39662 \end_inset
39663
39664 Hallo
39665 \end_layout
39666
39667 \end_inset
39668
39669 .
39670 \end_layout
39671
39672 \begin_layout Standard
39673 Die Skalierungsfaktoren dürfen auch negativ sein.
39674  In diesem Fall wird der Boxinhalt gespiegelt.
39675  Daher kann 
39676 \series bold
39677 -1
39678 \series default
39679  als 
39680 \family sans
39681 H-Faktor
39682 \family default
39683  und 
39684 \series bold
39685 1
39686 \series default
39687  als 
39688 \family sans
39689 V-Faktor
39690 \family default
39691  verwendet werden um Spiegelschrift zu erstellen:
39692  
39693 \begin_inset Flex Scalebox
39694 status open
39695
39696 \begin_layout Plain Layout
39697 \begin_inset Argument 1
39698 status open
39699
39700 \begin_layout Plain Layout
39701 -1
39702 \end_layout
39703
39704 \end_inset
39705
39706
39707 \begin_inset Argument 2
39708 status open
39709
39710 \begin_layout Plain Layout
39711 1
39712 \end_layout
39713
39714 \end_inset
39715
39716 Hallo
39717 \end_layout
39718
39719 \end_inset
39720
39721
39722 \end_layout
39723
39724 \begin_layout Standard
39725
39726 \series bold
39727 1
39728 \series default
39729  als 
39730 \family sans
39731 H-Faktor
39732 \family default
39733  und 
39734 \series bold
39735 -1
39736 \series default
39737  als 
39738 \family sans
39739 V-Faktor
39740 \family default
39741  reflektiert das 
39742 \begin_inset Flex Scalebox
39743 status open
39744
39745 \begin_layout Plain Layout
39746 \begin_inset Argument 1
39747 status open
39748
39749 \begin_layout Plain Layout
39750 1
39751 \end_layout
39752
39753 \end_inset
39754
39755
39756 \begin_inset Argument 2
39757 status open
39758
39759 \begin_layout Plain Layout
39760 -1
39761 \end_layout
39762
39763 \end_inset
39764
39765 Hallo
39766 \end_layout
39767
39768 \end_inset
39769
39770  an der Grundlinie.
39771 \end_layout
39772
39773 \begin_layout Standard
39774 Die 
39775 \family sans
39776 Spiegelbox
39777 \family default
39778  (Menü 
39779 \family sans
39780 Einfügen\SpecialChar menuseparator
39781 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
39782 Spiegelbox
39783 \family default
39784 ) ist äquivalent zu 
39785 \series bold
39786 -1
39787 \series default
39788  als 
39789 \family sans
39790 H-Faktor
39791 \family default
39792  und 
39793 \series bold
39794 1
39795 \series default
39796  als 
39797 \family sans
39798 V-Faktor 
39799 \family default
39800 für eine 
39801 \family sans
39802 Skalierende
39803 \begin_inset space ~
39804 \end_inset
39805
39806 Box
39807 \family default
39808 .
39809 \end_layout
39810
39811 \begin_layout Standard
39812 \begin_inset Note Greyedout
39813 status open
39814
39815 \begin_layout Plain Layout
39816
39817 \series bold
39818 Achtung:
39819
39820 \series default
39821  Wenn die Einfügung 
39822 \family sans
39823 Drehpunkt
39824 \family default
39825  leer ist oder Zeichen enthält,
39826  die keine Nummern sind,
39827  erhält man \SpecialChar LaTeX
39828 -Fehler wenn man das Dokument ansieht/exportiert.
39829 \end_layout
39830
39831 \end_inset
39832
39833
39834 \end_layout
39835
39836 \begin_layout Standard
39837 \begin_inset VSpace bigskip
39838 \end_inset
39839
39840 Die 
39841 \family sans
39842 Neugrößenbox
39843 \family default
39844  (Menü 
39845 \family sans
39846 Einfügen\SpecialChar menuseparator
39847 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
39848 Neugrößenbox
39849 \family default
39850 ) verwendet man,
39851  um den Boxinhalt auf eine bestimmte Höhe oder Breite zu skalieren.
39852  Die 
39853 \family sans
39854 Neugrößenbox
39855 \family default
39856  Einfügung hat die obligatorische Einfügung 
39857 \family sans
39858 Breite
39859 \family default
39860  und die optionale Einfügung 
39861 \family sans
39862 Höhe
39863 \family default
39864  (wird eingefügt über das Menü 
39865 \family sans
39866 Einfügen\SpecialChar menuseparator
39867 Höhe)
39868 \family default
39869 .
39870  Fügen Sie hier die Breite bzw.
39871 \begin_inset space \space{}
39872 \end_inset
39873
39874 Höhe als Wert mit Einheit ein.
39875  
39876 \begin_inset CommandInset ref
39877 LatexCommand ref
39878 reference "tab:Maßeinheiten"
39879 nolink "false"
39880
39881 \end_inset
39882
39883  listet die möglichen Maßeinheiten auf.
39884  Befindet sich ein Ausrufezeichen 
39885 \series bold
39886 !
39887
39888 \series default
39889  in einer der beiden Einfügungen,
39890  wird die Größe so gewählt,
39891  dass das Seitenverhältnis der Box beibehalten wird.
39892  Wenn die Einfügung 
39893 \family sans
39894 Höhe
39895 \family default
39896  nicht verwendet wird,
39897  wird intern ein Ausrufezeichen für die Höhe verwendet.
39898 \end_layout
39899
39900 \begin_layout Standard
39901
39902 \series bold
39903 2cm
39904 \series default
39905  als 
39906 \family sans
39907 Breite
39908 \family default
39909  und 
39910 \series bold
39911 1cm
39912 \series default
39913  als 
39914 \family sans
39915 Höhe
39916 \family default
39917  ergibt:
39918  
39919 \begin_inset Flex Resizebox
39920 status open
39921
39922 \begin_layout Plain Layout
39923 \begin_inset Argument 1
39924 status open
39925
39926 \begin_layout Plain Layout
39927 2cm
39928 \end_layout
39929
39930 \end_inset
39931
39932
39933 \begin_inset Argument 2
39934 status open
39935
39936 \begin_layout Plain Layout
39937 1cm
39938 \end_layout
39939
39940 \end_inset
39941
39942 Hallo
39943 \end_layout
39944
39945 \end_inset
39946
39947
39948 \begin_inset Newline newline
39949 \end_inset
39950
39951
39952 \series bold
39953 2cm
39954 \series default
39955  als 
39956 \family sans
39957 Breite
39958 \family default
39959  und 
39960 \series bold
39961 !
39962
39963 \series default
39964  als 
39965 \family sans
39966 Höhe
39967 \family default
39968  (oder keine 
39969 \family sans
39970 Höhe
39971 \family default
39972 ) ergibt:
39973  
39974 \begin_inset Flex Resizebox
39975 status open
39976
39977 \begin_layout Plain Layout
39978 \begin_inset Argument 1
39979 status open
39980
39981 \begin_layout Plain Layout
39982 2cm
39983 \end_layout
39984
39985 \end_inset
39986
39987
39988 \begin_inset Argument 2
39989 status open
39990
39991 \begin_layout Plain Layout
39992 !
39993 \end_layout
39994
39995 \end_inset
39996
39997 Hallo
39998 \end_layout
39999
40000 \end_inset
40001
40002
40003 \end_layout
40004
40005 \begin_layout Standard
40006 \begin_inset Note Greyedout
40007 status open
40008
40009 \begin_layout Plain Layout
40010
40011 \series bold
40012 Achtung:
40013
40014 \series default
40015  Wenn die Einfügung
40016 \family sans
40017  Breite 
40018 \family default
40019 leer ist oder eine ungültige Einheit enthält,
40020  erhält man \SpecialChar LaTeX
40021 -Fehler wenn man das Dokument ansieht/exportiert.
40022 \end_layout
40023
40024 \end_inset
40025
40026
40027 \end_layout
40028
40029 \begin_layout Standard
40030 \begin_inset VSpace bigskip
40031 \end_inset
40032
40033
40034 \end_layout
40035
40036 \begin_layout Standard
40037 Alle Boxen können beliebig miteinander kombiniert werden.
40038  Als Beispiel eine 
40039 \family sans
40040 Spiegelbox
40041 \family default
40042  in einer 
40043 \family sans
40044 Neugrößenbox
40045 \family default
40046 ,
40047  die wiederum in einer 
40048 \family sans
40049 Rotationsbox
40050 \family default
40051  ist:
40052 \end_layout
40053
40054 \begin_layout Standard
40055 \noindent
40056 \align center
40057 \begin_inset Flex Rotatebox
40058 status open
40059
40060 \begin_layout Plain Layout
40061 \begin_inset Argument 1
40062 status open
40063
40064 \begin_layout Plain Layout
40065 origin=c
40066 \end_layout
40067
40068 \end_inset
40069
40070
40071 \begin_inset Argument 2
40072 status open
40073
40074 \begin_layout Plain Layout
40075 -45
40076 \end_layout
40077
40078 \end_inset
40079
40080
40081 \begin_inset Flex Resizebox
40082 status open
40083
40084 \begin_layout Plain Layout
40085 \begin_inset Argument 1
40086 status open
40087
40088 \begin_layout Plain Layout
40089 2cm
40090 \end_layout
40091
40092 \end_inset
40093
40094
40095 \begin_inset Flex Reflectbox
40096 status open
40097
40098 \begin_layout Plain Layout
40099 Hallo
40100 \end_layout
40101
40102 \end_inset
40103
40104
40105 \end_layout
40106
40107 \end_inset
40108
40109
40110 \end_layout
40111
40112 \end_inset
40113
40114
40115 \end_layout
40116
40117 \begin_layout Standard
40118 \noindent
40119 Bilder,
40120  Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
40121 \end_layout
40122
40123 \begin_layout Standard
40124 \noindent
40125 \align center
40126 \begin_inset Flex Resizebox
40127 status open
40128
40129 \begin_layout Plain Layout
40130 \begin_inset Argument 1
40131 status open
40132
40133 \begin_layout Plain Layout
40134 2cm
40135 \end_layout
40136
40137 \end_inset
40138
40139
40140 \begin_inset Flex Reflectbox
40141 status open
40142
40143 \begin_layout Plain Layout
40144 \begin_inset Graphics
40145         filename ../clipart/Star-structure.pdf
40146         lyxscale 50
40147         width 25col%
40148
40149 \end_inset
40150
40151
40152 \end_layout
40153
40154 \end_inset
40155
40156
40157 \end_layout
40158
40159 \end_inset
40160
40161  
40162 \begin_inset Flex Resizebox
40163 status open
40164
40165 \begin_layout Plain Layout
40166 \begin_inset Argument 1
40167 status open
40168
40169 \begin_layout Plain Layout
40170 2cm
40171 \end_layout
40172
40173 \end_inset
40174
40175
40176 \begin_inset Flex Reflectbox
40177 status open
40178
40179 \begin_layout Plain Layout
40180 \begin_inset Tabular
40181 <lyxtabular version="3" rows="2" columns="2">
40182 <features tabularvalignment="middle">
40183 <column alignment="center" valignment="top">
40184 <column alignment="center" valignment="top">
40185 <row>
40186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40187 \begin_inset Text
40188
40189 \begin_layout Plain Layout
40190 q
40191 \end_layout
40192
40193 \end_inset
40194 </cell>
40195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40196 \begin_inset Text
40197
40198 \begin_layout Plain Layout
40199 w
40200 \end_layout
40201
40202 \end_inset
40203 </cell>
40204 </row>
40205 <row>
40206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40207 \begin_inset Text
40208
40209 \begin_layout Plain Layout
40210 e
40211 \end_layout
40212
40213 \end_inset
40214 </cell>
40215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40216 \begin_inset Text
40217
40218 \begin_layout Plain Layout
40219 r
40220 \end_layout
40221
40222 \end_inset
40223 </cell>
40224 </row>
40225 </lyxtabular>
40226
40227 \end_inset
40228
40229
40230 \end_layout
40231
40232 \end_inset
40233
40234
40235 \end_layout
40236
40237 \end_inset
40238
40239  
40240 \begin_inset Flex Resizebox
40241 status open
40242
40243 \begin_layout Plain Layout
40244 \begin_inset Argument 1
40245 status open
40246
40247 \begin_layout Plain Layout
40248 3cm
40249 \end_layout
40250
40251 \end_inset
40252
40253
40254 \begin_inset Flex Reflectbox
40255 status open
40256
40257 \begin_layout Plain Layout
40258 \begin_inset Formula $\int A\,\mathrm{d}x=B$
40259 \end_inset
40260
40261
40262 \end_layout
40263
40264 \end_inset
40265
40266
40267 \end_layout
40268
40269 \end_inset
40270
40271
40272 \begin_inset Index idx
40273 range none
40274 pageformat default
40275 status collapsed
40276
40277 \begin_layout Plain Layout
40278 Abbildungen
40279 \begin_inset IndexMacro subentry
40280 status open
40281
40282 \begin_layout Plain Layout
40283 skalierte
40284 \end_layout
40285
40286 \end_inset
40287
40288
40289 \end_layout
40290
40291 \end_inset
40292
40293
40294 \begin_inset Index idx
40295 range none
40296 pageformat default
40297 status collapsed
40298
40299 \begin_layout Plain Layout
40300 Tabellen
40301 \begin_inset IndexMacro subentry
40302 status open
40303
40304 \begin_layout Plain Layout
40305 skalierte
40306 \end_layout
40307
40308 \end_inset
40309
40310
40311 \end_layout
40312
40313 \end_inset
40314
40315
40316 \end_layout
40317
40318 \begin_layout Standard
40319 Hat man den globalen Formelstil 
40320 \series bold
40321 fleqn
40322 \series default
40323
40324 \begin_inset Foot
40325 status collapsed
40326
40327 \begin_layout Plain Layout
40328 Wenn 
40329 \begin_inset Quotes gld
40330 \end_inset
40331
40332 fleqn
40333 \begin_inset Quotes grd
40334 \end_inset
40335
40336  zu den Dokumentklassen-Optionen hinzugefügt wurde.
40337 \end_layout
40338
40339 \end_inset
40340
40341  gewählt,
40342  kann man auch abgesetzte Formeln skalieren.
40343 \end_layout
40344
40345 \begin_layout Chapter
40346 Umflossene Objekte
40347 \begin_inset Index idx
40348 range none
40349 pageformat default
40350 status collapsed
40351
40352 \begin_layout Plain Layout
40353 Umflossene Objekte
40354 \end_layout
40355
40356 \end_inset
40357
40358
40359 \end_layout
40360
40361 \begin_layout Section
40362 Umflossene Gleitobjekte
40363 \begin_inset CommandInset label
40364 LatexCommand label
40365 name "abs:Umflossene-Gleitobjekte"
40366
40367 \end_inset
40368
40369
40370 \begin_inset Index idx
40371 range none
40372 pageformat default
40373 status collapsed
40374
40375 \begin_layout Plain Layout
40376 Gleitobjekte
40377 \begin_inset IndexMacro subentry
40378 status open
40379
40380 \begin_layout Plain Layout
40381 umflossene
40382 \end_layout
40383
40384 \end_inset
40385
40386
40387 \end_layout
40388
40389 \end_inset
40390
40391
40392 \begin_inset Index idx
40393 range none
40394 pageformat default
40395 status collapsed
40396
40397 \begin_layout Plain Layout
40398 Umflossene Objekte
40399 \begin_inset IndexMacro subentry
40400 status open
40401
40402 \begin_layout Plain Layout
40403 Gleitobjekte
40404 \end_layout
40405
40406 \end_inset
40407
40408
40409 \end_layout
40410
40411 \end_inset
40412
40413
40414 \end_layout
40415
40416 \begin_layout Standard
40417 Umflossene Gleitobjekte werden benutzt,
40418  um Text um eine Abbildung oder Tabelle herum fließen zu lassen,
40419  wobei der Text nur den Teil der Zeile benutzt,
40420  den die Abbildung bzw.
40421 \begin_inset space ~
40422 \end_inset
40423
40424 Tabelle übrig lässt.
40425  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
40426  Sie werden über das Menü
40427 \family sans
40428  Einfügen\SpecialChar menuseparator
40429 Gleitobjekt\SpecialChar menuseparator
40430 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleitobjekt
40431 \family default
40432  eingefügt,
40433  wenn das \SpecialChar LaTeX
40434 -Paket 
40435 \series bold
40436 wrapfig
40437 \series default
40438
40439 \begin_inset Index idx
40440 range none
40441 pageformat default
40442 status collapsed
40443
40444 \begin_layout Plain Layout
40445 \SpecialChar LaTeX
40446 -Pakete
40447 \begin_inset IndexMacro subentry
40448 status open
40449
40450 \begin_layout Plain Layout
40451 wrapfig
40452 \end_layout
40453
40454 \end_inset
40455
40456
40457 \end_layout
40458
40459 \end_inset
40460
40461  installiert ist.
40462 \begin_inset Foot
40463 status collapsed
40464
40465 \begin_layout Plain Layout
40466 Wie man ein \SpecialChar LaTeX
40467 -Paket installiert,
40468  wird im Handbuch 
40469 \emph on
40470 \SpecialChar LaTeX
40471 -Konfiguration
40472 \emph default
40473  beschrieben.
40474 \end_layout
40475
40476 \end_inset
40477
40478  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die Box des Gleitobjekts geändert werden.
40479  
40480 \begin_inset Wrap figure
40481 lines 0
40482 placement l
40483 overhang 1cm
40484 width "40col%"
40485 status open
40486
40487 \begin_layout Plain Layout
40488 \begin_inset Graphics
40489         filename ../clipart/2D-intensity-plot.pdf
40490         width 35col%
40491         scaleBeforeRotation
40492         rotateOrigin center
40493
40494 \end_inset
40495
40496
40497 \end_layout
40498
40499 \begin_layout Plain Layout
40500 \begin_inset Caption Standard
40501
40502 \begin_layout Plain Layout
40503 \begin_inset CommandInset label
40504 LatexCommand label
40505 name "abb:Dies-ist-eine"
40506
40507 \end_inset
40508
40509 Dies ist eine umflossene Gleitobjekt-Abbildung
40510 \end_layout
40511
40512 \end_inset
40513
40514
40515 \end_layout
40516
40517 \end_inset
40518
40519  Obligatorische Einstellungen sind die 
40520 \family sans
40521 Breite
40522 \family default
40523  und 
40524 \family sans
40525 Platzierung
40526 \family default
40527  des Gleitobjekts.
40528  Optional sind der 
40529 \family sans
40530 Überhang 
40531 \family default
40532 der festlegt,
40533  wie weit das Gleitobjekt in den Rand des Absatzes
40534 \begin_inset space \thinspace{}
40535 \end_inset
40536
40537 /
40538 \begin_inset space \thinspace{}
40539 \end_inset
40540
40541 der Seite ragt und die 
40542 \family sans
40543 benötigten Zeilen
40544 \family default
40545 ,
40546  die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
40547  Die benötigten Zeilen sind oft schwer abzuschätzen,
40548  daher sollte man sie nur nutzen,
40549  wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
40550  Des weiteren können Sie entscheiden,
40551  ob es \SpecialChar LaTeX
40552  erlaubt sein soll,
40553  das Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten zu lassen.
40554  Abbildung
40555 \begin_inset space ~
40556 \end_inset
40557
40558
40559 \begin_inset CommandInset ref
40560 LatexCommand ref
40561 reference "abb:Dies-ist-eine"
40562 nolink "false"
40563
40564 \end_inset
40565
40566  ist zum Beispiel ein umflossenes Bild,
40567  das 35
40568 \begin_inset space \thinspace{}
40569 \end_inset
40570
40571 % der Spaltenbreite einnimmt,
40572  1
40573 \begin_inset space \thinspace{}
40574 \end_inset
40575
40576 cm in den Rand ragt und links gesetzt wurde.
40577 \end_layout
40578
40579 \begin_layout Standard
40580 \begin_inset Note Greyedout
40581 status open
40582
40583 \begin_layout Plain Layout
40584
40585 \series bold
40586 Bemerkung:
40587
40588 \series default
40589  Umflossene Objekte sind fragil!
40590  Wenn die Abbildung z.
40591 \begin_inset space \thinspace{}
40592 \end_inset
40593
40594 B.
40595  zu nahe am unteren Seitenrand ist,
40596  kann es passieren,
40597  dass sie gar nicht oder über anderen Text gedruckt wird.
40598 \end_layout
40599
40600 \end_inset
40601
40602
40603 \end_layout
40604
40605 \begin_layout Standard
40606 Allgemein gilt für umflossene Gleitobjekte:
40607 \end_layout
40608
40609 \begin_layout Itemize
40610 Sie sollten nicht in Absätze gepackt werden,
40611  die auf der nächsten Seite fortgesetzt werden.
40612  Das bedeutet,
40613  dass man sie erst dann einfügen sollte,
40614  wenn das Dokument fast fertig ist und man sehen kann,
40615  wo ein Seitenumbruch erfolgen wird.
40616 \end_layout
40617
40618 \begin_layout Itemize
40619 Sie sollten entweder vor dem Absatz,
40620  dessen Text um sie fließen soll,
40621  eingefügt werden oder darin.
40622 \end_layout
40623
40624 \begin_layout Itemize
40625 Sie in aufeinander folgenden Absätzen können Probleme bereiten,
40626  also achten Sie darauf,
40627  dass mindestens ein Textabsatz zwischen ihnen ist.
40628 \end_layout
40629
40630 \begin_layout Itemize
40631 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
40632 \end_layout
40633
40634 \begin_layout Itemize
40635 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
40636 \begin_inset space \thinspace{}
40637 \end_inset
40638
40639
40640 \begin_inset CommandInset ref
40641 LatexCommand ref
40642 reference "kap:Gleitobjekte"
40643 nolink "false"
40644
40645 \end_inset
40646
40647  beschrieben.
40648 \end_layout
40649
40650 \begin_layout Section
40651 Umflossene Fixe Objekte
40652 \begin_inset Index idx
40653 range none
40654 pageformat default
40655 status collapsed
40656
40657 \begin_layout Plain Layout
40658 Umflossene Objekte
40659 \begin_inset IndexMacro subentry
40660 status open
40661
40662 \begin_layout Plain Layout
40663 Fixe Objekte
40664 \end_layout
40665
40666 \end_inset
40667
40668
40669 \end_layout
40670
40671 \end_inset
40672
40673
40674 \end_layout
40675
40676 \begin_layout Standard
40677 Die in Abschnitt
40678 \begin_inset space ~
40679 \end_inset
40680
40681
40682 \begin_inset CommandInset ref
40683 LatexCommand ref
40684 reference "abs:Umflossene-Gleitobjekte"
40685 nolink "false"
40686
40687 \end_inset
40688
40689  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
40690 \end_layout
40691
40692 \begin_layout Standard
40693 \noindent
40694 \align center
40695 \begin_inset Tabular
40696 <lyxtabular version="3" rows="2" columns="2">
40697 <features tabularvalignment="middle">
40698 <column alignment="center" valignment="top">
40699 <column alignment="center" valignment="top">
40700 <row>
40701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40702 \begin_inset Text
40703
40704 \begin_layout Plain Layout
40705 \begin_inset Info
40706 type  "icon"
40707 arg   "dialog-show-new-inset graphics"
40708 \end_inset
40709
40710
40711 \end_layout
40712
40713 \end_inset
40714 </cell>
40715 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40716 \begin_inset Text
40717
40718 \begin_layout Plain Layout
40719 Text
40720 \end_layout
40721
40722 \end_inset
40723 </cell>
40724 </row>
40725 <row>
40726 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40727 \begin_inset Text
40728
40729 \begin_layout Plain Layout
40730 Text
40731 \end_layout
40732
40733 \end_inset
40734 </cell>
40735 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40736 \begin_inset Text
40737
40738 \begin_layout Plain Layout
40739 Text
40740 \end_layout
40741
40742 \end_inset
40743 </cell>
40744 </row>
40745 </lyxtabular>
40746
40747 \end_inset
40748
40749  oder 
40750 \begin_inset Tabular
40751 <lyxtabular version="3" rows="2" columns="2">
40752 <features tabularvalignment="middle">
40753 <column alignment="center" valignment="top">
40754 <column alignment="center" valignment="top">
40755 <row>
40756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40757 \begin_inset Text
40758
40759 \begin_layout Plain Layout
40760 Text
40761 \end_layout
40762
40763 \end_inset
40764 </cell>
40765 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40766 \begin_inset Text
40767
40768 \begin_layout Plain Layout
40769 \begin_inset Info
40770 type  "icon"
40771 arg   "dialog-show-new-inset graphics"
40772 \end_inset
40773
40774
40775 \end_layout
40776
40777 \end_inset
40778 </cell>
40779 </row>
40780 <row>
40781 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40782 \begin_inset Text
40783
40784 \begin_layout Plain Layout
40785 Text
40786 \end_layout
40787
40788 \end_inset
40789 </cell>
40790 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40791 \begin_inset Text
40792
40793 \begin_layout Plain Layout
40794 Text
40795 \end_layout
40796
40797 \end_inset
40798 </cell>
40799 </row>
40800 </lyxtabular>
40801
40802 \end_inset
40803
40804
40805 \end_layout
40806
40807 \begin_layout Standard
40808 Will man ein Objekt exakt an der Stelle im Absatz haben,
40809  wo es eingefügt wurde,
40810  um z.
40811 \begin_inset space \thinspace{}
40812 \end_inset
40813
40814 B.
40815  solche Positionen zu erhalten:
40816 \begin_inset VSpace defskip
40817 \end_inset
40818
40819
40820 \end_layout
40821
40822 \begin_layout Standard
40823 \noindent
40824 \align center
40825 \begin_inset Tabular
40826 <lyxtabular version="3" rows="2" columns="2">
40827 <features tabularvalignment="middle">
40828 <column alignment="center" valignment="top">
40829 <column alignment="center" valignment="top">
40830 <row>
40831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40832 \begin_inset Text
40833
40834 \begin_layout Plain Layout
40835 Text
40836 \end_layout
40837
40838 \end_inset
40839 </cell>
40840 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40841 \begin_inset Text
40842
40843 \begin_layout Plain Layout
40844 Text
40845 \end_layout
40846
40847 \end_inset
40848 </cell>
40849 </row>
40850 <row>
40851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40852 \begin_inset Text
40853
40854 \begin_layout Plain Layout
40855 \begin_inset Info
40856 type  "icon"
40857 arg   "dialog-show-new-inset graphics"
40858 \end_inset
40859
40860
40861 \end_layout
40862
40863 \end_inset
40864 </cell>
40865 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40866 \begin_inset Text
40867
40868 \begin_layout Plain Layout
40869 Text
40870 \end_layout
40871
40872 \end_inset
40873 </cell>
40874 </row>
40875 </lyxtabular>
40876
40877 \end_inset
40878
40879  
40880 \begin_inset Tabular
40881 <lyxtabular version="3" rows="2" columns="2">
40882 <features tabularvalignment="middle">
40883 <column alignment="center" valignment="top">
40884 <column alignment="center" valignment="top">
40885 <row>
40886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40887 \begin_inset Text
40888
40889 \begin_layout Plain Layout
40890 Text
40891 \end_layout
40892
40893 \end_inset
40894 </cell>
40895 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40896 \begin_inset Text
40897
40898 \begin_layout Plain Layout
40899 Text
40900 \end_layout
40901
40902 \end_inset
40903 </cell>
40904 </row>
40905 <row>
40906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40907 \begin_inset Text
40908
40909 \begin_layout Plain Layout
40910 Text
40911 \end_layout
40912
40913 \end_inset
40914 </cell>
40915 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40916 \begin_inset Text
40917
40918 \begin_layout Plain Layout
40919 \begin_inset Info
40920 type  "icon"
40921 arg   "dialog-show-new-inset graphics"
40922 \end_inset
40923
40924
40925 \end_layout
40926
40927 \end_inset
40928 </cell>
40929 </row>
40930 </lyxtabular>
40931
40932 \end_inset
40933
40934  
40935 \begin_inset Tabular
40936 <lyxtabular version="3" rows="2" columns="3">
40937 <features tabularvalignment="middle">
40938 <column alignment="center" valignment="top">
40939 <column alignment="center" valignment="top">
40940 <column alignment="center" valignment="top">
40941 <row>
40942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40943 \begin_inset Text
40944
40945 \begin_layout Plain Layout
40946 Text
40947 \end_layout
40948
40949 \end_inset
40950 </cell>
40951 <cell alignment="center" valignment="top" topline="true" usebox="none">
40952 \begin_inset Text
40953
40954 \begin_layout Plain Layout
40955 \begin_inset Info
40956 type  "icon"
40957 arg   "dialog-show-new-inset graphics"
40958 \end_inset
40959
40960
40961 \end_layout
40962
40963 \end_inset
40964 </cell>
40965 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40966 \begin_inset Text
40967
40968 \begin_layout Plain Layout
40969 Text
40970 \end_layout
40971
40972 \end_inset
40973 </cell>
40974 </row>
40975 <row>
40976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40977 \begin_inset Text
40978
40979 \begin_layout Plain Layout
40980 Text
40981 \end_layout
40982
40983 \end_inset
40984 </cell>
40985 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
40986 \begin_inset Text
40987
40988 \begin_layout Plain Layout
40989 Text
40990 \end_layout
40991
40992 \end_inset
40993 </cell>
40994 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40995 \begin_inset Text
40996
40997 \begin_layout Plain Layout
40998 Text
40999 \end_layout
41000
41001 \end_inset
41002 </cell>
41003 </row>
41004 </lyxtabular>
41005
41006 \end_inset
41007
41008  
41009 \begin_inset Tabular
41010 <lyxtabular version="3" rows="2" columns="3">
41011 <features tabularvalignment="middle">
41012 <column alignment="center" valignment="top">
41013 <column alignment="center" valignment="top">
41014 <column alignment="center" valignment="top">
41015 <row>
41016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41017 \begin_inset Text
41018
41019 \begin_layout Plain Layout
41020 Text
41021 \end_layout
41022
41023 \end_inset
41024 </cell>
41025 <cell alignment="center" valignment="top" topline="true" usebox="none">
41026 \begin_inset Text
41027
41028 \begin_layout Plain Layout
41029 Text
41030 \end_layout
41031
41032 \end_inset
41033 </cell>
41034 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41035 \begin_inset Text
41036
41037 \begin_layout Plain Layout
41038 Text
41039 \end_layout
41040
41041 \end_inset
41042 </cell>
41043 </row>
41044 <row>
41045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41046 \begin_inset Text
41047
41048 \begin_layout Plain Layout
41049 Text
41050 \end_layout
41051
41052 \end_inset
41053 </cell>
41054 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
41055 \begin_inset Text
41056
41057 \begin_layout Plain Layout
41058 \begin_inset Info
41059 type  "icon"
41060 arg   "dialog-show-new-inset graphics"
41061 \end_inset
41062
41063
41064 \end_layout
41065
41066 \end_inset
41067 </cell>
41068 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41069 \begin_inset Text
41070
41071 \begin_layout Plain Layout
41072 Text
41073 \end_layout
41074
41075 \end_inset
41076 </cell>
41077 </row>
41078 </lyxtabular>
41079
41080 \end_inset
41081
41082
41083 \end_layout
41084
41085 \begin_layout Standard
41086 \noindent
41087 \align center
41088 \begin_inset Tabular
41089 <lyxtabular version="3" rows="3" columns="2">
41090 <features tabularvalignment="middle">
41091 <column alignment="center" valignment="top">
41092 <column alignment="center" valignment="top">
41093 <row>
41094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41095 \begin_inset Text
41096
41097 \begin_layout Plain Layout
41098 Text
41099 \end_layout
41100
41101 \end_inset
41102 </cell>
41103 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41104 \begin_inset Text
41105
41106 \begin_layout Plain Layout
41107 Text
41108 \end_layout
41109
41110 \end_inset
41111 </cell>
41112 </row>
41113 <row>
41114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
41115 \begin_inset Text
41116
41117 \begin_layout Plain Layout
41118 \begin_inset Info
41119 type  "icon"
41120 arg   "dialog-show-new-inset graphics"
41121 \end_inset
41122
41123
41124 \end_layout
41125
41126 \end_inset
41127 </cell>
41128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
41129 \begin_inset Text
41130
41131 \begin_layout Plain Layout
41132 Text
41133 \end_layout
41134
41135 \end_inset
41136 </cell>
41137 </row>
41138 <row>
41139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41140 \begin_inset Text
41141
41142 \begin_layout Plain Layout
41143 Text
41144 \end_layout
41145
41146 \end_inset
41147 </cell>
41148 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41149 \begin_inset Text
41150
41151 \begin_layout Plain Layout
41152 Text
41153 \end_layout
41154
41155 \end_inset
41156 </cell>
41157 </row>
41158 </lyxtabular>
41159
41160 \end_inset
41161
41162  
41163 \begin_inset Tabular
41164 <lyxtabular version="3" rows="3" columns="3">
41165 <features tabularvalignment="middle">
41166 <column alignment="center" valignment="top">
41167 <column alignment="center" valignment="top">
41168 <column alignment="center" valignment="top">
41169 <row>
41170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41171 \begin_inset Text
41172
41173 \begin_layout Plain Layout
41174 Text
41175 \end_layout
41176
41177 \end_inset
41178 </cell>
41179 <cell alignment="center" valignment="top" topline="true" usebox="none">
41180 \begin_inset Text
41181
41182 \begin_layout Plain Layout
41183 Text
41184 \end_layout
41185
41186 \end_inset
41187 </cell>
41188 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41189 \begin_inset Text
41190
41191 \begin_layout Plain Layout
41192 Text
41193 \end_layout
41194
41195 \end_inset
41196 </cell>
41197 </row>
41198 <row>
41199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
41200 \begin_inset Text
41201
41202 \begin_layout Plain Layout
41203 Text
41204 \end_layout
41205
41206 \end_inset
41207 </cell>
41208 <cell alignment="center" valignment="top" usebox="none">
41209 \begin_inset Text
41210
41211 \begin_layout Plain Layout
41212 \begin_inset Info
41213 type  "icon"
41214 arg   "dialog-show-new-inset graphics"
41215 \end_inset
41216
41217
41218 \end_layout
41219
41220 \end_inset
41221 </cell>
41222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
41223 \begin_inset Text
41224
41225 \begin_layout Plain Layout
41226 Text
41227 \end_layout
41228
41229 \end_inset
41230 </cell>
41231 </row>
41232 <row>
41233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41234 \begin_inset Text
41235
41236 \begin_layout Plain Layout
41237 Text
41238 \end_layout
41239
41240 \end_inset
41241 </cell>
41242 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
41243 \begin_inset Text
41244
41245 \begin_layout Plain Layout
41246 Text
41247 \end_layout
41248
41249 \end_inset
41250 </cell>
41251 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41252 \begin_inset Text
41253
41254 \begin_layout Plain Layout
41255 Text
41256 \end_layout
41257
41258 \end_inset
41259 </cell>
41260 </row>
41261 </lyxtabular>
41262
41263 \end_inset
41264
41265  
41266 \begin_inset Tabular
41267 <lyxtabular version="3" rows="3" columns="2">
41268 <features tabularvalignment="middle">
41269 <column alignment="center" valignment="top">
41270 <column alignment="center" valignment="top">
41271 <row>
41272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41273 \begin_inset Text
41274
41275 \begin_layout Plain Layout
41276 Text
41277 \end_layout
41278
41279 \end_inset
41280 </cell>
41281 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41282 \begin_inset Text
41283
41284 \begin_layout Plain Layout
41285 Text
41286 \end_layout
41287
41288 \end_inset
41289 </cell>
41290 </row>
41291 <row>
41292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
41293 \begin_inset Text
41294
41295 \begin_layout Plain Layout
41296 Text
41297 \end_layout
41298
41299 \end_inset
41300 </cell>
41301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
41302 \begin_inset Text
41303
41304 \begin_layout Plain Layout
41305 \begin_inset Info
41306 type  "icon"
41307 arg   "dialog-show-new-inset graphics"
41308 \end_inset
41309
41310
41311 \end_layout
41312
41313 \end_inset
41314 </cell>
41315 </row>
41316 <row>
41317 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41318 \begin_inset Text
41319
41320 \begin_layout Plain Layout
41321 Text
41322 \end_layout
41323
41324 \end_inset
41325 </cell>
41326 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41327 \begin_inset Text
41328
41329 \begin_layout Plain Layout
41330 Text
41331 \end_layout
41332
41333 \end_inset
41334 </cell>
41335 </row>
41336 </lyxtabular>
41337
41338 \end_inset
41339
41340
41341 \end_layout
41342
41343 \begin_layout Standard
41344 \noindent
41345 kann man das \SpecialChar LaTeX
41346 -Paket 
41347 \series bold
41348 picinpar
41349 \series default
41350
41351 \begin_inset Index idx
41352 range none
41353 pageformat default
41354 status collapsed
41355
41356 \begin_layout Plain Layout
41357 \SpecialChar LaTeX
41358 -Pakete
41359 \begin_inset IndexMacro subentry
41360 status open
41361
41362 \begin_layout Plain Layout
41363 picinpar
41364 \end_layout
41365
41366 \end_inset
41367
41368
41369 \end_layout
41370
41371 \end_inset
41372
41373  benutzen.
41374  Hier ist ein Beispiel:
41375 \end_layout
41376
41377 \begin_layout Standard
41378 \begin_inset ERT
41379 status collapsed
41380
41381 \begin_layout Plain Layout
41382
41383
41384 \backslash
41385 ifpicinpar
41386 \end_layout
41387
41388 \end_inset
41389
41390
41391 \begin_inset Note Note
41392 status open
41393
41394 \begin_layout Plain Layout
41395 Der folgende Teil wird nur gedruckt,
41396  wenn das \SpecialChar LaTeX
41397 -Paket 
41398 \series bold
41399 picinpar
41400 \series default
41401  installiert ist.
41402 \end_layout
41403
41404 \end_inset
41405
41406
41407 \end_layout
41408
41409 \begin_layout Standard
41410 \begin_inset ERT
41411 status collapsed
41412
41413 \begin_layout Plain Layout
41414
41415
41416 \backslash
41417 begin{window}[2,c,{
41418 \end_layout
41419
41420 \end_inset
41421
41422
41423 \begin_inset Graphics
41424         filename ../clipart/2D-intensity-plot.pdf
41425         lyxscale 60
41426         width 40col%
41427         scaleBeforeRotation
41428         rotateOrigin center
41429
41430 \end_inset
41431
41432
41433 \begin_inset ERT
41434 status collapsed
41435
41436 \begin_layout Plain Layout
41437
41438 },]
41439 \end_layout
41440
41441 \begin_layout Plain Layout
41442
41443 {}
41444 \end_layout
41445
41446 \end_inset
41447
41448
41449 \size small
41450 \lang english
41451 It was in the spring of the year 1894 that all London was interested,
41452  and the fashionable world dismayed,
41453  by the murder of the Honourable Ronald Adair under most unusual and inexplicable circumstances.
41454  The public has already learned those particulars of the crime which
41455 \size default
41456
41457 \begin_inset ERT
41458 status collapsed
41459
41460 \begin_layout Plain Layout
41461
41462
41463 \backslash
41464 footnotemark{}
41465 \end_layout
41466
41467 \end_inset
41468
41469
41470 \size small
41471  came out in the police investigation,
41472  but a good deal was suppressed upon that occasion,
41473  since the case for the prosecution was so overwhelmingly strong that it was not necessary to bring forward all the facts.
41474  Only now,
41475  at the end of nearly ten years,
41476  am I allowed to supply those missing links which make up the whole of that remarkable chain.
41477 \size default
41478 \lang ngerman
41479
41480 \begin_inset ERT
41481 status collapsed
41482
41483 \begin_layout Plain Layout
41484
41485
41486 \backslash
41487 end{window}
41488 \end_layout
41489
41490 \end_inset
41491
41492
41493 \end_layout
41494
41495 \begin_layout Standard
41496 \begin_inset ERT
41497 status collapsed
41498
41499 \begin_layout Plain Layout
41500
41501
41502 \backslash
41503 footnotetext{
41504 \end_layout
41505
41506 \end_inset
41507
41508 Fußnote des Absatzes mit fixem Objekt.
41509 \begin_inset ERT
41510 status collapsed
41511
41512 \begin_layout Plain Layout
41513
41514 }
41515 \end_layout
41516
41517 \end_inset
41518
41519
41520 \end_layout
41521
41522 \begin_layout Standard
41523 Umflossene fixe Objekte werden benutzt,
41524  um Text um ein Objekt herum fließen zu lassen,
41525  wobei man durch die Anzahl der Zeilen über dem Objekt dessen vertikale Position im Text bestimmen kann.
41526  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert beschriftet werden.
41527 \end_layout
41528
41529 \begin_layout Standard
41530 Ein fixes Objekt wird eingefügt,
41531  indem man zu Beginn eines Absatzes den Befehl
41532 \end_layout
41533
41534 \begin_layout Standard
41535
41536 \series bold
41537
41538 \backslash
41539 begin{window}[2,c,{
41540 \end_layout
41541
41542 \begin_layout Standard
41543 als \SpecialChar TeX
41544 -Code einfügt.
41545  Der erste Parameter in der eckigen Klammer,
41546  hier '2',
41547  definiert die Anzahl der Zeilen über dem Objekt,
41548  der zweite,
41549  hier 'c',
41550  die Position des Objekts.
41551  Es sind die Positionen 'l',
41552  'c' und 'r' (für links,
41553  Mitte,
41554  rechts) möglich.
41555  Danach fügt man das Objekt ein.
41556  In diesem Beispiel wurde ein Bild der Breite von 40
41557 \begin_inset space \thinspace{}
41558 \end_inset
41559
41560 % der Textspaltenbreite eingefügt.
41561  Das Objekt kann auch eine Tabelle,
41562  eine Box oder eine Formel sein.
41563  Nach dem Objekt fügt man den Befehl
41564 \end_layout
41565
41566 \begin_layout Standard
41567
41568 \series bold
41569 },Beschreibungstext]
41570 \begin_inset Newline newline
41571 \end_inset
41572
41573 {}
41574 \end_layout
41575
41576 \begin_layout Standard
41577 ein.
41578  Man beachte dass das 
41579 \begin_inset Quotes gld
41580 \end_inset
41581
41582
41583 \series bold
41584 {}
41585 \series default
41586
41587 \begin_inset Quotes grd
41588 \end_inset
41589
41590  in der zweiten Zeile steht.
41591  Der Beschreibungstext ist optional.
41592  Der Text,
41593  der das Objekt umfließen soll,
41594  muss sich im selben Absatz wie das Objekt befinden,
41595  also direkt nach dem 
41596 \series bold
41597 {}
41598 \series default
41599  beginnen.
41600  Am Ende des Absatzes fügt man folgenden Befehl ein:
41601 \end_layout
41602
41603 \begin_layout Standard
41604
41605 \series bold
41606
41607 \backslash
41608 end{window}
41609 \end_layout
41610
41611 \begin_layout Standard
41612 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
41613  man muss stattdessen den Befehl 
41614 \series bold
41615
41616 \backslash
41617 footnotemark
41618 \series default
41619  verwenden.
41620  Außerhalb des Absatzes den Befehl 
41621 \series bold
41622
41623 \backslash
41624 footnotetext
41625 \series default
41626 ,
41627  wie es in Abschnitt
41628 \begin_inset space ~
41629 \end_inset
41630
41631
41632 \begin_inset CommandInset ref
41633 LatexCommand ref
41634 reference "abs:Fußnoten"
41635 nolink "false"
41636
41637 \end_inset
41638
41639  beschrieben ist.
41640 \end_layout
41641
41642 \begin_layout Standard
41643 \begin_inset ERT
41644 status collapsed
41645
41646 \begin_layout Plain Layout
41647
41648
41649 \backslash
41650 else
41651 \end_layout
41652
41653 \end_inset
41654
41655
41656 \begin_inset Note Note
41657 status open
41658
41659 \begin_layout Plain Layout
41660 Der folgende Teil wird gedruckt,
41661  wenn das \SpecialChar LaTeX
41662 -Paket 
41663 \series bold
41664 picinpar
41665 \series default
41666  nicht installiert ist:
41667 \end_layout
41668
41669 \end_inset
41670
41671
41672 \end_layout
41673
41674 \begin_layout Standard
41675 Das \SpecialChar LaTeX
41676 -Paket 
41677 \series bold
41678 picinpar
41679 \series default
41680  muss installiert sein,
41681  um den folgenden Abschnitt in der Ausgabe zu sehen.
41682 \end_layout
41683
41684 \begin_layout Standard
41685 \begin_inset ERT
41686 status collapsed
41687
41688 \begin_layout Plain Layout
41689
41690
41691 \backslash
41692 fi
41693 \end_layout
41694
41695 \end_inset
41696
41697
41698 \end_layout
41699
41700 \begin_layout Section
41701 Initiale
41702 \begin_inset Index idx
41703 range none
41704 pageformat default
41705 status collapsed
41706
41707 \begin_layout Plain Layout
41708 Initiale
41709 \end_layout
41710
41711 \end_inset
41712
41713
41714 \begin_inset Index idx
41715 range none
41716 pageformat default
41717 status collapsed
41718
41719 \begin_layout Plain Layout
41720 Umflossene Objekte
41721 \begin_inset IndexMacro subentry
41722 status open
41723
41724 \begin_layout Plain Layout
41725 Initiale
41726 \end_layout
41727
41728 \end_inset
41729
41730
41731 \end_layout
41732
41733 \end_inset
41734
41735
41736 \end_layout
41737
41738 \begin_layout Standard
41739 Für Initialen muss das \SpecialChar LaTeX
41740 -Paket 
41741 \series bold
41742 lettrine
41743 \series default
41744
41745 \begin_inset Index idx
41746 range none
41747 pageformat default
41748 status collapsed
41749
41750 \begin_layout Plain Layout
41751 \SpecialChar LaTeX
41752 -Pakete
41753 \begin_inset IndexMacro subentry
41754 status open
41755
41756 \begin_layout Plain Layout
41757 lettrine
41758 \end_layout
41759
41760 \end_inset
41761
41762
41763 \end_layout
41764
41765 \end_inset
41766
41767  installiert sein und das Modul 
41768 \family sans
41769 Initialen
41770 \family default
41771  im Dokument verwendet werden (Menü 
41772 \family sans
41773 Dokument\SpecialChar menuseparator
41774 Einstellungen\SpecialChar menuseparator
41775 Module
41776 \family default
41777 ).
41778  Um eine Initiale einzufügen,
41779  verwendet man den Stil 
41780 \family sans
41781 Initiale
41782 \family default
41783 .
41784  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
41785  Die Argumente werden über das Menü 
41786 \family sans
41787 Einfügen
41788 \family default
41789  eingefügt.
41790  Das obligatorische Argument 
41791 \family sans
41792 Initiale
41793 \family default
41794  enthält den/die Buchstaben,
41795  der die Initiale bildet,
41796  das Argument 
41797 \family sans
41798 Rest
41799 \begin_inset space ~
41800 \end_inset
41801
41802 der
41803 \begin_inset space ~
41804 \end_inset
41805
41806 Initiale
41807 \family default
41808  enthält den Rest des Wortes oder Textes der Initiale.
41809  Das Argument 
41810 \family sans
41811 Optionen
41812 \family default
41813  enthält Parameter um die Initiale zu modifizieren.
41814  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation von 
41815 \series bold
41816 lettrine
41817 \series default
41818 ,
41819  
41820 \begin_inset CommandInset citation
41821 LatexCommand cite
41822 key "lettrine"
41823 literal "true"
41824
41825 \end_inset
41826
41827 .
41828  Der Stil selbst enthält den Text,
41829  der die Initiale umgibt.
41830  Der übliche Stil ist dabei,
41831  dass das Wort,
41832  dessen erster Buchstabe die Initiale ist,
41833  in 
41834 \shape smallcaps
41835 Kapitälchen
41836 \shape default
41837  gedruckt wird.
41838 \end_layout
41839
41840 \begin_layout Standard
41841 Hier sind einige Beispiele:
41842 \end_layout
41843
41844 \begin_layout Standard
41845 \begin_inset ERT
41846 status collapsed
41847
41848 \begin_layout Plain Layout
41849
41850
41851 \backslash
41852 iflettrine
41853 \end_layout
41854
41855 \end_inset
41856
41857
41858 \begin_inset Note Note
41859 status open
41860
41861 \begin_layout Plain Layout
41862 Der folgende Teil wird nur gedruckt,
41863  wenn das \SpecialChar LaTeX
41864 -Paket 
41865 \series bold
41866 lettrine
41867 \series default
41868  installiert ist.
41869 \end_layout
41870
41871 \end_inset
41872
41873
41874 \end_layout
41875
41876 \begin_layout Enumerate
41877 Kein optionales Argument,
41878  die Initiale ist der Buchstabe 'I' in der Mathe-Schrift 
41879 \begin_inset Formula $\mathfrak{Fraktur}$
41880 \end_inset
41881
41882 :
41883 \end_layout
41884
41885 \begin_deeper
41886 \begin_layout Initial
41887 \begin_inset Argument 2
41888 status open
41889
41890 \begin_layout Plain Layout
41891 \begin_inset Formula $\mathfrak{I}$
41892 \end_inset
41893
41894
41895 \end_layout
41896
41897 \end_inset
41898
41899
41900 \begin_inset Argument 3
41901 status open
41902
41903 \begin_layout Plain Layout
41904 t
41905 \end_layout
41906
41907 \end_inset
41908
41909  
41910 \lang english
41911 was in the spring of the year 1894 that all London was interested,
41912  and the fashionable world dismayed,
41913  by the murder of the Honourable Ronald Adair under most unusual and inexplicable circumstances.
41914  The public has already learned those particulars of the crime which came out in the police investigation,
41915  but a good deal was suppressed upon that occasion,
41916  since the case for the prosecution was so overwhelmingly strong that it was not necessary to bring forward all the facts.
41917 \end_layout
41918
41919 \end_deeper
41920 \begin_layout Enumerate
41921 Nur eine Zeile umgibt die Initiale,
41922  die aus zwei Zeichen in der Standard-Schrift besteht und kein Text ist in 
41923 \shape smallcaps
41924 Kapitälchen
41925 \shape default
41926 :
41927 \end_layout
41928
41929 \begin_deeper
41930 \begin_layout Initial
41931 \begin_inset Argument 1
41932 status open
41933
41934 \begin_layout Plain Layout
41935 lines=1
41936 \end_layout
41937
41938 \end_inset
41939
41940
41941 \begin_inset Argument 2
41942 status open
41943
41944 \begin_layout Plain Layout
41945 It
41946 \end_layout
41947
41948 \end_inset
41949
41950  
41951 \lang english
41952 was in the spring of the year 1894 that all London was interested,
41953  and the fashionable world dismayed,
41954  by the murder of the Honourable Ronald Adair under most unusual and inexplicable circumstances.
41955  The public has already learned those particulars of the crime which came out in the police investigation,
41956  but a good deal was suppressed upon that occasion,
41957  since the case for the prosecution was so overwhelmingly strong that it was not necessary to bring forward all the facts.
41958 \end_layout
41959
41960 \end_deeper
41961 \begin_layout Enumerate
41962 Magenta,
41963  hängende Initiale über 3
41964 \begin_inset space ~
41965 \end_inset
41966
41967 Zeilen in der Mathe-Schrift
41968 \begin_inset Newline newline
41969 \end_inset
41970
41971  
41972 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
41973 \end_inset
41974
41975 ,
41976  der Text 
41977 \begin_inset Quotes gld
41978 \end_inset
41979
41980
41981 \lang english
41982 t was in the spring
41983 \lang ngerman
41984
41985 \begin_inset Quotes erd
41986 \end_inset
41987
41988  ist in 
41989 \shape smallcaps
41990 Kapitälchen
41991 \shape default
41992 ;
41993  um die Initiale zu färben,
41994  muss man diesen Befehl vor der Initiale einfügen:
41995 \begin_inset Newline newline
41996 \end_inset
41997
41998
41999 \series bold
42000
42001 \backslash
42002 renewcommand{
42003 \backslash
42004 LettrineFontHook}{
42005 \backslash
42006 color{Farbe}}
42007 \series default
42008
42009 \begin_inset Newline newline
42010 \end_inset
42011
42012 wobei 
42013 \emph on
42014 Farbe
42015 \emph default
42016  
42017 \begin_inset Quotes gld
42018 \end_inset
42019
42020 red
42021 \begin_inset Quotes erd
42022 \end_inset
42023
42024 ,
42025  
42026 \begin_inset Quotes gld
42027 \end_inset
42028
42029 blue
42030 \begin_inset Quotes erd
42031 \end_inset
42032
42033 ,
42034  
42035 \begin_inset Quotes gld
42036 \end_inset
42037
42038 green
42039 \begin_inset Quotes erd
42040 \end_inset
42041
42042 ,
42043  
42044 \begin_inset Quotes gld
42045 \end_inset
42046
42047 yellow
42048 \begin_inset Quotes erd
42049 \end_inset
42050
42051 ,
42052  
42053 \begin_inset Quotes gld
42054 \end_inset
42055
42056 cyan
42057 \begin_inset Quotes erd
42058 \end_inset
42059
42060 ,
42061  
42062 \begin_inset Quotes gld
42063 \end_inset
42064
42065 magenta
42066 \begin_inset Quotes erd
42067 \end_inset
42068
42069 ,
42070  
42071 \begin_inset Quotes gld
42072 \end_inset
42073
42074 black
42075 \begin_inset Quotes erd
42076 \end_inset
42077
42078  oder 
42079 \begin_inset Quotes gld
42080 \end_inset
42081
42082 white
42083 \begin_inset Quotes erd
42084 \end_inset
42085
42086  sein kann,
42087  und diesen Befehl zum \SpecialChar LaTeX
42088 -Vorspann hinzufügen:
42089 \begin_inset Newline newline
42090 \end_inset
42091
42092
42093 \series bold
42094
42095 \backslash
42096 @ifundefined{textcolor}
42097 \begin_inset Newline newline
42098 \end_inset
42099
42100
42101 \begin_inset space ~
42102 \end_inset
42103
42104 {
42105 \backslash
42106 usepackage{color}}{}
42107 \end_layout
42108
42109 \begin_deeper
42110 \begin_layout Standard
42111 \begin_inset ERT
42112 status collapsed
42113
42114 \begin_layout Plain Layout
42115
42116
42117 \backslash
42118 renewcommand{
42119 \backslash
42120 LettrineFontHook}{
42121 \backslash
42122 color{magenta}}
42123 \end_layout
42124
42125 \end_inset
42126
42127
42128 \begin_inset Note Note
42129 status open
42130
42131 \begin_layout Plain Layout
42132 macht die Initiale magenta
42133 \end_layout
42134
42135 \end_inset
42136
42137
42138 \end_layout
42139
42140 \begin_layout Initial
42141 \begin_inset Argument 1
42142 status open
42143
42144 \begin_layout Plain Layout
42145 lines=3,
42146  lhang=0.33,
42147  loversize=0.25
42148 \end_layout
42149
42150 \end_inset
42151
42152
42153 \begin_inset Argument 2
42154 status open
42155
42156 \begin_layout Plain Layout
42157 \begin_inset Formula $\mathcal{I}$
42158 \end_inset
42159
42160
42161 \end_layout
42162
42163 \end_inset
42164
42165
42166 \begin_inset Argument 3
42167 status open
42168
42169 \begin_layout Plain Layout
42170
42171 \lang english
42172 t was in the spring
42173 \end_layout
42174
42175 \end_inset
42176
42177  
42178 \lang english
42179 of the year 1894 that all London was interested,
42180  and the fashionable world dismayed,
42181  by the murder of the Honourable Ronald Adair under most unusual and inexplicable circumstances.
42182  The public has already learned those particulars of the crime which came out in the police investigation,
42183  but a good deal was suppressed upon that occasion,
42184  since the case for the prosecution was so overwhelmingly strong that it was not necessary to bring forward all the facts.
42185 \end_layout
42186
42187 \end_deeper
42188 \begin_layout Standard
42189 \begin_inset ERT
42190 status collapsed
42191
42192 \begin_layout Plain Layout
42193
42194
42195 \backslash
42196 else
42197 \end_layout
42198
42199 \end_inset
42200
42201
42202 \begin_inset Note Note
42203 status open
42204
42205 \begin_layout Plain Layout
42206 Der folgende Teil wird gedruckt,
42207  wenn das \SpecialChar LaTeX
42208 -Paket 
42209 \series bold
42210 lettrine
42211 \series default
42212  nicht installiert ist:
42213 \end_layout
42214
42215 \end_inset
42216
42217
42218 \end_layout
42219
42220 \begin_layout Standard
42221 Das \SpecialChar LaTeX
42222 -Paket 
42223 \series bold
42224 lettrine
42225 \series default
42226  muss installiert sein,
42227  um den folgenden Abschnitt in der Ausgabe zu sehen.
42228 \end_layout
42229
42230 \begin_layout Standard
42231 \begin_inset ERT
42232 status collapsed
42233
42234 \begin_layout Plain Layout
42235
42236
42237 \backslash
42238 fi
42239 \end_layout
42240
42241 \end_inset
42242
42243
42244 \end_layout
42245
42246 \begin_layout Chapter
42247 Externe Dateien
42248 \begin_inset Index idx
42249 range none
42250 pageformat default
42251 status collapsed
42252
42253 \begin_layout Plain Layout
42254 Dateien
42255 \begin_inset IndexMacro subentry
42256 status open
42257
42258 \begin_layout Plain Layout
42259 externe
42260 \end_layout
42261
42262 \end_inset
42263
42264
42265 \end_layout
42266
42267 \end_inset
42268
42269
42270 \end_layout
42271
42272 \begin_layout Standard
42273 Mit 
42274 \family sans
42275 Einfügen\SpecialChar menuseparator
42276 Datei
42277 \family default
42278  können Sie fremdes Material in Ihr Dokument einsetzen.
42279  Das kann folgendes sein:
42280 \end_layout
42281
42282 \begin_layout Description
42283 \SpecialChar LyX
42284 -Dokument Der Inhalt eines anderen \SpecialChar LyX
42285 -Dokuments wird direkt in Ihr Dokument eingefügt.
42286 \end_layout
42287
42288 \begin_layout Description
42289 Einfacher
42290 \begin_inset space ~
42291 \end_inset
42292
42293 Text Ein Text-Dokument;
42294  jede Textzeile wird als eigener Absatz in Ihr Dokument eingefügt.
42295 \end_layout
42296
42297 \begin_layout Description
42298 Einfacher
42299 \begin_inset space ~
42300 \end_inset
42301
42302 Text,
42303 \begin_inset space ~
42304 \end_inset
42305
42306 Zeilen
42307 \begin_inset space ~
42308 \end_inset
42309
42310 verbinden Ein Text-Dokument;
42311  Zeilen werden so eingefügt,
42312  wie sie sind.
42313  Leerzeilen trennen die Absätze.
42314 \end_layout
42315
42316 \begin_layout Description
42317 Externes
42318 \begin_inset space ~
42319 \end_inset
42320
42321 Material Dateien in verschiedenen Formaten.
42322 \end_layout
42323
42324 \begin_layout Description
42325 Unterdokument \SpecialChar LyX
42326 - oder \SpecialChar LaTeX
42327 -Dokumente.
42328 \end_layout
42329
42330 \begin_layout Section
42331 Externes Material
42332 \begin_inset Index idx
42333 range none
42334 pageformat default
42335 status collapsed
42336
42337 \begin_layout Plain Layout
42338 Externes Material
42339 \end_layout
42340
42341 \end_inset
42342
42343
42344 \end_layout
42345
42346 \begin_layout Standard
42347 Mit 
42348 \family sans
42349 Einfügen\SpecialChar menuseparator
42350 Datei\SpecialChar menuseparator
42351  Externes Material
42352 \family default
42353  können Sie Dateien in Ihr Dokument einfügen,
42354  ohne sie vorher in ein Format konvertieren zu müssen,
42355  das vom Ausgabeprogramm verstanden werden kann,
42356  weil \SpecialChar LyX
42357  sich darum kümmert.
42358  Das ist ähnlich wie bei Bildern,
42359  die in verschiedenen Formaten in \SpecialChar LyX
42360 -Dokumente eingefügt werden können.
42361  Wenn die Grafikvorschau in den \SpecialChar LyX
42362 -Einstellungen unter
42363 \family sans
42364  Aussehen
42365 \begin_inset space ~
42366 \end_inset
42367
42368 &
42369 \begin_inset space ~
42370 \end_inset
42371
42372 Handhabung\SpecialChar menuseparator
42373 Grafik
42374 \family default
42375 ,
42376  werden die externen Materialtypen Dia und Xfig direkt in \SpecialChar LyX
42377  angezeigt.
42378 \end_layout
42379
42380 \begin_layout Standard
42381 Zur Zeit können Sie folgende Dateitypen (
42382 \family sans
42383 Vorlagen
42384 \family default
42385 ) benutzen:
42386 \end_layout
42387
42388 \begin_layout Description
42389 Dia-Diagramm unterstützt Diagramme,
42390  die mit dem Programm 
42391 \series bold
42392
42393 \begin_inset CommandInset href
42394 LatexCommand href
42395 name "Dia"
42396 target "https://de.wikipedia.org/wiki/Dia_(Software)"
42397 literal "false"
42398
42399 \end_inset
42400
42401
42402 \series default
42403  erzeugt wurden.
42404 \end_layout
42405
42406 \begin_layout Description
42407 Inkscape-Grafik Diese Vorlage unterstützt spezifische skalierbare Grafiken,
42408  die aus skalierbaren Vektorgrafiken (SVG) generiert werden.
42409  Das Besondere an ihnen ist,
42410  dass aller enthaltener Text durch Text ersetzt wird,
42411  der mit \SpecialChar LaTeX
42412  gesetzt wurde (und somit die aktuelle Schriftart des \SpecialChar LyX
42413 -Dokuments verwendet).
42414  Die Vorlage basiert auf einem Feature des Programms 
42415 \series bold
42416
42417 \begin_inset CommandInset href
42418 LatexCommand href
42419 name "Inkscape"
42420 target "https://inkscape.org/de"
42421 literal "false"
42422
42423 \end_inset
42424
42425
42426 \series default
42427 ,
42428  das aus einer gegebenen SVG-Datei spezielle PDF- oder EPS- und \SpecialChar LaTeX
42429 -Dateien generiert (in Inkscape selbst ist dieses Feature über die Option 
42430 \family sans
42431 Text in PDF weglassen und LaTeX Datei erstellen
42432 \family default
42433  verfügbar,
42434  wenn man eine Grafik als PDF oder EPS speichert).
42435  Der Vorteil von solchen Dateien ist es,
42436  dass man einen einheitlichen Textstil im ganzen Dokument erzeugen kann.
42437 \begin_inset Newline newline
42438 \end_inset
42439
42440 Die Vorlage liest SVG-Dateien ein und verwendet ein Konverterprogramm,
42441  um daraus (jeweils aktuelle) PDF- oder EPS- sowie \SpecialChar LaTeX
42442 -Dateien zu erzeugen (das Konverterprogramm verwendet hierfür Inkscape).
42443  Somit müssen Sie diese Dateien nicht selbst exportieren und pflegen.
42444  Wenn Sie dennoch lieber bereits vorhandene 
42445 \family typewriter
42446 *.pdf-
42447 \family default
42448  und 
42449 \family typewriter
42450 *.pdf_tex
42451 \family default
42452 -Dateien bzw.
42453  
42454 \family typewriter
42455 *.eps-
42456 \family default
42457  und 
42458 \family typewriter
42459 *.eps_tex
42460 \family default
42461 -Dateien verwenden möchten (oder müssen),
42462  binden Sie die entsprechende 
42463 \family typewriter
42464 *.pdf_tex
42465 \family default
42466 - oder 
42467 \family typewriter
42468 *.eps_tex
42469 \family default
42470 -Datei einfach über 
42471 \begin_inset Info
42472 type  "menu"
42473 arg   "dialog-show-new-inset include"
42474 \end_inset
42475
42476  (mittels 
42477 \family typewriter
42478 Input
42479 \family default
42480 ) ein (siehe Abschnitt.
42481 \begin_inset space ~
42482 \end_inset
42483
42484
42485 \begin_inset CommandInset ref
42486 LatexCommand ref
42487 reference "abs:Unterdokumente"
42488 plural "false"
42489 caps "false"
42490 noprefix "false"
42491 nolink "false"
42492
42493 \end_inset
42494
42495 ) statt die hier beschriebene Vorlage zu verwenden.
42496 \begin_inset Newline newline
42497 \end_inset
42498
42499 Man kann \SpecialChar TeX
42500 -Code-Befehle wie 
42501 \series bold
42502
42503 \backslash
42504 Large
42505 \series default
42506 ,
42507  
42508 \series bold
42509
42510 \backslash
42511 small
42512 \series default
42513  usw.
42514  im Text der SVGs verwenden.
42515  Die Schriftgröße wird von den Einstellungen des \SpecialChar LyX
42516 -Dokuments übernommen.
42517  Siehe 
42518 \begin_inset CommandInset citation
42519 LatexCommand cite
42520 key "Inkscape"
42521 literal "false"
42522
42523 \end_inset
42524
42525  für mehr Informationen und Beispiele.
42526 \end_layout
42527
42528 \begin_layout Description
42529 LilyPond-Notenblatt Mit dieser Vorlage können Sie Musik-Notationen einfügen,
42530  die mit dem Notensatzprogramm 
42531 \series bold
42532
42533 \begin_inset CommandInset href
42534 LatexCommand href
42535 name "LilyPond"
42536 target "https://de.wikipedia.org/wiki/LilyPond"
42537 literal "false"
42538
42539 \end_inset
42540
42541
42542 \series default
42543  gesetzt werden.
42544  Für \SpecialChar LyX
42545 ' erweiterte Unterstützung für LilyPond siehe \SpecialChar LyX
42546 ' Beispieldatei 
42547 \emph on
42548 lilypond.lyx
42549 \emph default
42550 .
42551 \end_layout
42552
42553 \begin_layout Description
42554 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
42555  Um bestimmte oder alle Seiten eines PDFs einzufügen,
42556  benutzen Sie die Option 
42557 \series bold
42558 pages
42559 \series default
42560  im Feld 
42561 \family sans
42562 Option
42563 \family default
42564  in der Karteikarte 
42565 \family sans
42566 \SpecialChar LaTeX
42567 - und \SpecialChar LyX
42568 -Optionen
42569 \family default
42570 .
42571  Das Argument der Option ist eine mit Komma gegliederte Liste,
42572  die Seitennummern (man gibt als Option 
42573 \series bold
42574 pages={3,5,6,8}
42575 \series default
42576  an),
42577  Seitenbereiche (
42578 \series bold
42579 pages={4-9}
42580 \series default
42581 ) oder eine Kombination davon enthält.
42582  Um leere Seiten einzufügen,
42583  verwendet man {}.
42584  Z.
42585 \begin_inset space \thinspace{}
42586 \end_inset
42587
42588 B.
42589  fügt 
42590 \series bold
42591 pages={3,{},8-11,15}
42592 \series default
42593  Seite 3,
42594  eine leere Seite,
42595  und die Seiten 8,
42596  9,
42597  10,
42598  11 und 15 ein.
42599  Seitenbereiche werden mit der Syntax 
42600 \emph on
42601 Start
42602 \emph default
42603 -
42604 \emph on
42605 Stop
42606 \emph default
42607  angegeben.
42608  Dies wählt alle Seiten von 
42609 \emph on
42610 Start
42611 \emph default
42612  bis 
42613 \emph on
42614 Stop
42615 \emph default
42616  aus.
42617  Wird 
42618 \emph on
42619 Start
42620 \emph default
42621  weggelassen,
42622  wird stattdessen die erste Seite verwendet;
42623  wird 
42624 \emph on
42625 Stop
42626 \emph default
42627  weggelassen,
42628  wird stattdessen die letzte Seite verwendet.
42629  Die letzte Seite kann außerdem mit dem Schlagwort 
42630 \series bold
42631 last
42632 \series default
42633  ausgewählt werden.
42634  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
42635 \series bold
42636 pages=-
42637 \series default
42638  fügt also alle Seiten des Dokuments ein und 
42639 \series bold
42640 pages=last-1
42641 \series default
42642  fügt alle Seiten in umgekehrter Reihenfolge ein.
42643  Wenn keine pages Option angegeben ist,
42644  wird nur die erste Seite des PDFs eingefügt.
42645 \begin_inset Newline newline
42646 \end_inset
42647
42648 Die Option 
42649 \series bold
42650 noautoscale
42651 \series default
42652  fügt die Seiten in ihrer Originalgröße ein.
42653  Wenn diese Option nicht verwendet wird,
42654  werden die Seiten so eingefügt,
42655  dass sie die komplette Breite Ihres Dokuments einnehmen.
42656  In der Karteikarte 
42657 \family sans
42658 Größe und Drehung
42659 \family default
42660  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben werden.
42661  Wird eine andere Breite als 100
42662 \begin_inset space \thinspace{}
42663 \end_inset
42664
42665 Größe% verwendet,
42666  wird die Option 
42667 \series bold
42668 noautoscale
42669 \series default
42670  überschrieben.
42671  Für weitere Informationen und mögliche Optionen siehe die Dokumentation des \SpecialChar LaTeX
42672 -Pakets 
42673 \series bold
42674 pdfpages
42675 \series default
42676  
42677 \begin_inset CommandInset citation
42678 LatexCommand cite
42679 key "pdfpages"
42680 literal "true"
42681
42682 \end_inset
42683
42684 .
42685 \begin_inset Index idx
42686 range none
42687 pageformat default
42688 status collapsed
42689
42690 \begin_layout Plain Layout
42691 \SpecialChar LaTeX
42692 -Pakete
42693 \begin_inset IndexMacro subentry
42694 status open
42695
42696 \begin_layout Plain Layout
42697 pdfpages
42698 \end_layout
42699
42700 \end_inset
42701
42702
42703 \end_layout
42704
42705 \end_inset
42706
42707
42708 \begin_inset Newline newline
42709 \end_inset
42710
42711 Um diese Vorlage in einer 
42712 \family sans
42713 Beamer
42714 \family default
42715 -Präsentation zu verwenden,
42716  muss zuerst eine 
42717 \family sans
42718 BeendeRahmen
42719 \family default
42720  Umgebung eingefügt werden.
42721  In den folgenden Absatz kommt eine \SpecialChar TeX
42722 -Code Box mit dem Befehl 
42723 \series bold
42724
42725 \backslash
42726 setbeamertemplate{background canvas}{}
42727 \series default
42728 .
42729  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
42730  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt werden,
42731  indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
42732  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden,
42733  stellen Sie sicher,
42734  dass die Ausrichtung 
42735 \family sans
42736 Standard
42737 \family default
42738  für den Absatz verwendet wird,
42739  der die Vorlage enthält.
42740 \begin_inset Newline newline
42741 \end_inset
42742
42743 Hier ist ein eingefügtes PDF,
42744  das um -5° gedreht wurde:
42745  
42746 \begin_inset External
42747         template PDFPages
42748         filename ../clipart/Abstract.pdf
42749         extra LaTeX "pages=-"
42750         rotateAngle -5
42751         rotateOrigin bottomleft
42752         width 50col%
42753
42754 \end_inset
42755
42756
42757 \end_layout
42758
42759 \begin_layout Description
42760 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
42761  Die Bilddateien können im Dialogfenster 
42762 \family sans
42763 Externes
42764 \begin_inset space ~
42765 \end_inset
42766
42767 Material
42768 \family default
42769  genauso behandelt werden wie die mit dem normalen 
42770 \family sans
42771 Grafik
42772 \family default
42773 -Dialog eingefügten,
42774  siehe Abschnitt
42775 \begin_inset space ~
42776 \end_inset
42777
42778
42779 \begin_inset CommandInset ref
42780 LatexCommand ref
42781 reference "abs:Grafik-Dialog"
42782 nolink "false"
42783
42784 \end_inset
42785
42786 .
42787  Hier ist ein eingefügtes Rasterbild:
42788  
42789 \begin_inset External
42790         template RasterImage
42791         filename ../clipart/ToolbarEnvBox.png
42792
42793 \end_inset
42794
42795
42796 \end_layout
42797
42798 \begin_layout Description
42799 Schachdiagramm unterstützt Schachdiagramme,
42800  die mit dem Programm 
42801 \series bold
42802
42803 \begin_inset CommandInset href
42804 LatexCommand href
42805 name "XBoard"
42806 target "https://de.wikipedia.org/wiki/XBoard"
42807 literal "false"
42808
42809 \end_inset
42810
42811
42812 \series default
42813  erzeugt wurden.
42814 \end_layout
42815
42816 \begin_layout Description
42817 Tabelle Mit dieser Vorlage können Sie Tabellen im Format von 
42818 \series bold
42819
42820 \begin_inset CommandInset href
42821 LatexCommand href
42822 name "Gnumeric"
42823 target "https://de.wikipedia.org/wiki/Gnumeric"
42824 literal "false"
42825
42826 \end_inset
42827
42828
42829 \series default
42830 ,
42831  
42832 \begin_inset CommandInset href
42833 LatexCommand href
42834 name "OpenDocument"
42835 target "https://de.wikipedia.org/wiki/OpenDocument"
42836 literal "false"
42837
42838 \end_inset
42839
42840 ,
42841  
42842 \begin_inset CommandInset href
42843 LatexCommand href
42844 name "Microsoft Office XML"
42845 target "https://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
42846 literal "false"
42847
42848 \end_inset
42849
42850  und 
42851 \begin_inset CommandInset href
42852 LatexCommand href
42853 name "Office Open XML"
42854 target "https://de.wikipedia.org/wiki/Office_Open_XML"
42855 literal "false"
42856
42857 \end_inset
42858
42859  einfügen.
42860  Für dieses Feature muss \SpecialChar LyX
42861  während seiner Konfiguration das Programm 
42862 \family typewriter
42863 ssconvert
42864 \family default
42865  gefunden haben.
42866  Dieses Programm ist Teil von Gnumeric,
42867  so dass Sie Gnumeric installiert haben müssen,
42868  auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
42869  Für Beispiele und mögliche Limitierungen siehe \SpecialChar LyX
42870 ' Beispieldatei 
42871 \emph on
42872 spreadsheet.lyx
42873 \emph default
42874 .
42875 \end_layout
42876
42877 \begin_layout Description
42878 Vektorgrafik Diese Vorlage kann für Vektorgrafiken benutzt werden.
42879  Die Bilddateien können im Dialogfenster 
42880 \family sans
42881 Externes
42882 \begin_inset space ~
42883 \end_inset
42884
42885 Material
42886 \family default
42887  genauso behandelt werden,
42888  wie die mit dem normalen 
42889 \family sans
42890 Grafik
42891 \family default
42892 -Dialog eingefügten,
42893  siehe Abschnitt
42894 \begin_inset space ~
42895 \end_inset
42896
42897
42898 \begin_inset CommandInset ref
42899 LatexCommand ref
42900 reference "abs:Grafik-Dialog"
42901 nolink "false"
42902
42903 \end_inset
42904
42905 .
42906  Hier ist eine eingefügte Vektorgrafik:
42907  
42908 \begin_inset External
42909         template VectorGraphics
42910         filename ../clipart/SVG-Drawing.svg
42911         lyxscale 50
42912         scale 33
42913
42914 \end_inset
42915
42916
42917 \end_layout
42918
42919 \begin_layout Description
42920 Xfig-Abbildung Diese Vorlage unterstützt Bilder,
42921  die mit dem Programm 
42922 \begin_inset CommandInset href
42923 LatexCommand href
42924 name "Xfig"
42925 target "https://de.wikipedia.org/wiki/Xfig"
42926 literal "false"
42927
42928 \end_inset
42929
42930  erzeugt wurden.
42931 \end_layout
42932
42933 \begin_layout Standard
42934 Wenn Sie im Dialogfenster
42935 \family sans
42936  Externes
42937 \begin_inset space ~
42938 \end_inset
42939
42940 Material 
42941 \family default
42942 in der Karteikarte
42943 \family sans
42944  Datei
42945 \family default
42946  die Option 
42947 \family sans
42948 Entwurf
42949 \family default
42950  benutzen,
42951  wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
42952 \begin_inset Newline newline
42953 \end_inset
42954
42955 \SpecialChar LyX
42956  kann externes Material entweder als Box wie hier:
42957 \begin_inset Newline newline
42958 \end_inset
42959
42960
42961 \begin_inset Graphics
42962         filename clipart/ExternesMaterial.png
42963         scale 95
42964         scaleBeforeRotation
42965
42966 \end_inset
42967
42968  oder als Bild darstellen.
42969  Das hängt davon ab,
42970  ob Sie im Dialog
42971 \family sans
42972  
42973 \family default
42974 in der Karteikarte 
42975 \family sans
42976 LaTeX- und LyX-Optionen
42977 \family default
42978  die Option 
42979 \family sans
42980 In
42981 \begin_inset space ~
42982 \end_inset
42983
42984 LyX
42985 \begin_inset space ~
42986 \end_inset
42987
42988 anzeigen
42989 \family default
42990  gewählt haben oder nicht.
42991 \end_layout
42992
42993 \begin_layout Standard
42994 Im \SpecialChar LyX
42995 -Handbuch 
42996 \family sans
42997 \emph on
42998 Anpassung
42999 \family default
43000 \emph default
43001  wird erklärt,
43002  wie Sie eigenen Vorlagen erzeugen können.
43003 \end_layout
43004
43005 \begin_layout Section
43006 Unterdokumente
43007 \begin_inset CommandInset label
43008 LatexCommand label
43009 name "abs:Unterdokumente"
43010
43011 \end_inset
43012
43013
43014 \begin_inset Index idx
43015 range none
43016 pageformat default
43017 status collapsed
43018
43019 \begin_layout Plain Layout
43020 Unterdokument
43021 \end_layout
43022
43023 \end_inset
43024
43025
43026 \end_layout
43027
43028 \begin_layout Standard
43029 Unterdokumente benutzt man bei größeren Dokumenten,
43030  die aus mehreren Kapiteln oder Abschnitten bestehen.
43031  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
43032  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
43033  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
43034  z.
43035 \begin_inset space \thinspace{}
43036 \end_inset
43037
43038 B.
43039  den \SpecialChar LaTeX
43040 -Vorspann,
43041  das Literaturverzeichnis und Querverweismarken.
43042 \end_layout
43043
43044 \begin_layout Standard
43045 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu müssen,
43046  geben Sie im Unterdokument im Menü
43047 \family sans
43048  Dokument\SpecialChar menuseparator
43049 Einstellungen\SpecialChar menuseparator
43050 Dokumentklasse
43051 \family default
43052  das Hauptdokument an.
43053  Dieses wird dann von \SpecialChar LyX
43054  im Hintergrund benutzt,
43055  wenn Sie das Unterdokument bearbeiten.
43056 \end_layout
43057
43058 \begin_layout Standard
43059 Unterdokumente werden in \SpecialChar LyX
43060  als Box angezeigt:
43061  
43062 \begin_inset Graphics
43063         filename ../clipart/ChildDocument.png
43064         scale 95
43065         scaleBeforeRotation
43066
43067 \end_inset
43068
43069  Sie werden über
43070 \family sans
43071  Einfügen\SpecialChar menuseparator
43072 Datei\SpecialChar menuseparator
43073 Unterdokument
43074 \family default
43075  eingebunden,
43076  was das Dialogfenster
43077 \family sans
43078  Unterdokument
43079 \family default
43080  öffnet.
43081  Für 
43082 \family sans
43083 die Art
43084 \begin_inset space ~
43085 \end_inset
43086
43087 der
43088 \begin_inset space ~
43089 \end_inset
43090
43091 Einbindung
43092 \family default
43093  gibt es dort vier Möglichkeiten:
43094 \end_layout
43095
43096 \begin_layout Description
43097 Include Sie können \SpecialChar LyX
43098 - und \SpecialChar LaTeX
43099 -Dokumente einbinden.
43100  Wenn Sie im Dialogfenster
43101 \family sans
43102  Unterdokument
43103 \family default
43104  auf 
43105 \family sans
43106 Bearbeiten
43107 \family default
43108  klicken,
43109  wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
43110  und Sie können es editieren.
43111 \begin_inset Newline newline
43112 \end_inset
43113
43114
43115 \end_layout
43116
43117 \begin_layout Standard
43118 Hier wird ein Unterdokument
43119 \family sans
43120  
43121 \family default
43122 per 
43123 \family sans
43124 Include
43125 \family default
43126  eingebunden:
43127  
43128 \begin_inset CommandInset include
43129 LatexCommand include
43130 filename "DummyDocument1.lyx"
43131 literal "true"
43132
43133 \end_inset
43134
43135 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien in der Reihenfolge,
43136  in der sie ins Hauptdokument eingebunden werden.
43137  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitts.
43138  Auf Marken eingebundener Dokumente kann verwiesen werden:
43139  siehe Unterabschnitt
43140 \begin_inset space ~
43141 \end_inset
43142
43143
43144 \begin_inset CommandInset ref
43145 LatexCommand ref
43146 reference "uab:Externer-Unterabschnitt-1"
43147 nolink "false"
43148
43149 \end_inset
43150
43151 .
43152 \end_layout
43153
43154 \begin_layout Standard
43155 Der \SpecialChar LaTeX
43156 -Vorspann des Unterdokuments wird ignoriert,
43157  nur der des Hauptdokuments wird benutzt.
43158  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert,
43159  wenn das Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
43160  Unterdokumente,
43161  die per 
43162 \family sans
43163 Include
43164 \family default
43165  eingebunden werden,
43166  beginnen in der Druckausgabe auf einer neuen Seite und enden mit einem Seitenumbruch.
43167 \end_layout
43168
43169 \begin_layout Standard
43170 \begin_inset Note Greyedout
43171 status open
43172
43173 \begin_layout Plain Layout
43174
43175 \series bold
43176 Bemerkung:
43177
43178 \series default
43179  Wenn Sie eine \SpecialChar LyX
43180 - oder \SpecialChar LaTeX
43181 -Datei eingebunden haben,
43182  werden Sie beim Export oder der Druckvorschau gewarnt,
43183  wenn das Unterdokument eine andere Dokumentklasse als das Hauptdokument benutzt,
43184  weil das zu unvorhersehbaren Ergebnissen führen wird.
43185 \end_layout
43186
43187 \end_inset
43188
43189
43190 \end_layout
43191
43192 \begin_layout Description
43193 Input Diese Methode ist 
43194 \family sans
43195 Include
43196 \family default
43197  sehr ähnlich mit folgenden Unterschieden:
43198 \end_layout
43199
43200 \begin_deeper
43201 \begin_layout Itemize
43202 Unterdokumente,
43203  die per 
43204 \family sans
43205 Input
43206 \family default
43207  eingebunden werden,
43208  beginnen in der Druckausgabe NICHT auf einer neuen Seite und enden NICHT mit einem Seitenumbruch.
43209 \end_layout
43210
43211 \begin_layout Itemize
43212 Unterdokumente,
43213  die per 
43214 \family sans
43215 Input
43216 \family default
43217  eingebunden werden,
43218  können in \SpecialChar LyX
43219  angesehen werden,
43220  wenn im Dialogfenster
43221 \family sans
43222  Unterdokument Vorschau
43223 \begin_inset space ~
43224 \end_inset
43225
43226 anzeigen
43227 \family default
43228  angekreuzt wurde und in den \SpecialChar LyX
43229 -Einstellungen unter
43230 \family sans
43231  Aussehen
43232 \begin_inset space ~
43233 \end_inset
43234
43235 &
43236 \begin_inset space ~
43237 \end_inset
43238
43239 Handhabung\SpecialChar menuseparator
43240 Grafik\SpecialChar menuseparator
43241 Eingebettete
43242 \begin_inset space ~
43243 \end_inset
43244
43245 Vorschau
43246 \family default
43247  auf 
43248 \family sans
43249 An
43250 \family default
43251  gesetzt wurde.
43252  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments aus.
43253 \end_layout
43254
43255 \begin_layout Itemize
43256 Unterdokumente,
43257  die per 
43258 \family sans
43259 Input
43260 \family default
43261  eingebunden werden,
43262  können nicht über das Menü 
43263 \family sans
43264 Dokument\SpecialChar menuseparator
43265 Einstellungen\SpecialChar menuseparator
43266 Unterdokumente
43267 \family default
43268  unterdrückt werden.
43269 \end_layout
43270
43271 \end_deeper
43272 \begin_layout Standard
43273 Hier ist ein Unterdokument,
43274  das mit
43275 \family sans
43276  Input
43277 \family default
43278  eingebunden wurde:
43279  
43280 \begin_inset CommandInset include
43281 LatexCommand input
43282 filename "DummyDocument2.lyx"
43283 literal "true"
43284
43285 \end_inset
43286
43287 .
43288 \end_layout
43289
43290 \begin_layout Description
43291 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
43292   In der Druckvorschau wird für den Text der Stil 
43293 \family typewriter
43294 Schreibmaschine
43295 \family default
43296  verwendet.
43297  Zeilenumbrüche erfolgen nur dort,
43298  wo das Unterdokument welche besitzt.
43299  Wenn Sie im Dialogfenster
43300 \family sans
43301  Unterdokument Leerzeichen
43302 \begin_inset space ~
43303 \end_inset
43304
43305 bei
43306 \begin_inset space ~
43307 \end_inset
43308
43309 der
43310 \begin_inset space ~
43311 \end_inset
43312
43313 Ausgabe
43314 \begin_inset space ~
43315 \end_inset
43316
43317 kennzeichnen 
43318 \family default
43319 ankreuzen,
43320  wird in der Druckvorschau das Zeichen 
43321 \begin_inset Quotes gld
43322 \end_inset
43323
43324
43325 \begin_inset ERT
43326 status collapsed
43327
43328 \begin_layout Plain Layout
43329
43330
43331 \backslash
43332 textvisiblespace 
43333 \end_layout
43334
43335 \end_inset
43336
43337
43338 \begin_inset Quotes grd
43339 \end_inset
43340
43341  für jedes Leerzeichen eingefügt.
43342 \begin_inset Newline newline
43343 \end_inset
43344
43345 Im Gegensatz zu 
43346 \family sans
43347 Einfügen\SpecialChar menuseparator
43348 Datei\SpecialChar menuseparator
43349 Einfacher
43350 \begin_inset space ~
43351 \end_inset
43352
43353 Text
43354 \family default
43355  wird bei 
43356 \family sans
43357 Unformatiert
43358 \family default
43359  der Dateiinhalt in \SpecialChar LyX
43360  nicht dargestellt.
43361 \end_layout
43362
43363 \begin_layout Standard
43364 Hier ist ein Unterdokument,
43365  das mit
43366 \family sans
43367  Unformatiert
43368 \family default
43369  eingebunden wurde:
43370  
43371 \begin_inset CommandInset include
43372 LatexCommand verbatiminput
43373 filename "DummyTextDocument.txt"
43374 literal "true"
43375
43376 \end_inset
43377
43378
43379 \begin_inset VSpace bigskip
43380 \end_inset
43381
43382 Hier ist ein Unterdokument,
43383  das mit
43384 \family sans
43385  Unformatiert
43386 \family default
43387  eingebunden wurde und
43388 \family sans
43389  Leerzeichen
43390 \begin_inset space ~
43391 \end_inset
43392
43393 bei
43394 \begin_inset space ~
43395 \end_inset
43396
43397 der
43398 \begin_inset space ~
43399 \end_inset
43400
43401 Ausgabe
43402 \begin_inset space ~
43403 \end_inset
43404
43405 kennzeichnen
43406 \family default
43407  angekreuzt hat:
43408  
43409 \begin_inset CommandInset include
43410 LatexCommand verbatiminput*
43411 filename "DummyTextDocument.txt"
43412 literal "true"
43413
43414 \end_inset
43415
43416
43417 \end_layout
43418
43419 \begin_layout Standard
43420 \begin_inset VSpace bigskip
43421 \end_inset
43422
43423
43424 \end_layout
43425
43426 \begin_layout Standard
43427 \begin_inset Note Greyedout
43428 status open
43429
43430 \begin_layout Plain Layout
43431
43432 \series bold
43433 Bemerkung:
43434
43435 \series default
43436  Wie man an den obigen Beispielen sieht,
43437  wird der Text von Dokumenten,
43438  die 
43439 \family sans
43440 Unformatiert
43441 \family default
43442  eingebunden werden,
43443  am Zeilenende nicht umgebrochen.
43444 \end_layout
43445
43446 \end_inset
43447
43448
43449 \end_layout
43450
43451 \begin_layout Description
43452 Listing Dieser Typ wird in Kapitel
43453 \begin_inset space ~
43454 \end_inset
43455
43456
43457 \begin_inset CommandInset ref
43458 LatexCommand ref
43459 reference "kap:Programm-Code-Listen"
43460 nolink "false"
43461
43462 \end_inset
43463
43464  beschrieben.
43465 \end_layout
43466
43467 \begin_layout Standard
43468 \begin_inset Note Greyedout
43469 status open
43470
43471 \begin_layout Plain Layout
43472
43473 \series bold
43474 Bemerkung:
43475
43476 \series default
43477  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden,
43478  kann das zu \SpecialChar LaTeX
43479 -Problemen führen.
43480 \end_layout
43481
43482 \end_inset
43483
43484
43485 \end_layout
43486
43487 \begin_layout Standard
43488 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren wollen,
43489  z.
43490 \begin_inset space \thinspace{}
43491 \end_inset
43492
43493 B:
43494  um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines Buchs ausgeben möchten,
43495  können Sie Unterdokumente in der Ausgabe unterdrücken.
43496  Dies geschieht über das Menü 
43497 \family sans
43498 Dokument\SpecialChar menuseparator
43499 Einstellungen\SpecialChar menuseparator
43500 Unterdokumente
43501 \family default
43502 .
43503  Unterdokumente können unterdrückt/eingebunden werden,
43504  indem man in die Spalte 
43505 \family sans
43506 In Ausgabe einbinden
43507 \family default
43508  hinter dem jeweiligen Unterdokument doppelklickt (beachten Sie,
43509  dass dies nur für Unterdokumente möglich ist,
43510  die per 
43511 \family sans
43512 Input
43513 \family default
43514  eingebunden wurden).
43515  
43516 \end_layout
43517
43518 \begin_layout Standard
43519 Im Abschnitt 
43520 \family sans
43521 Globale Zähler und Verweise
43522 \family default
43523  können Sie einstellen,
43524  wie Seitenzahlen,
43525  Querverweise,
43526  Abschnittsnummern u.
43527 \begin_inset space \thinspace{}
43528 \end_inset
43529
43530 ä.
43531  behandelt werden.
43532 \end_layout
43533
43534 \begin_layout Itemize
43535 Mit der Option 
43536 \family sans
43537 Strikt beibehalten
43538 \family default
43539  sorgt \SpecialChar LyX
43540  dafür,
43541  dass alle Seitennummern,
43542  Querverweise usw.
43543 \begin_inset space ~
43544 \end_inset
43545
43546 korrekt sind,
43547  so als würde das gesamte Dokument ausgegeben werden.
43548  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen sollen,
43549  als wenn sie Teil des fertigen,
43550  ganzen Dokuments wären.
43551  Dazu muss \SpecialChar LyX
43552  intern allerdings das gesamte Dokument prozessieren,
43553  was viel Zeit in Anspruch nehmen kann.
43554 \end_layout
43555
43556 \begin_layout Itemize
43557 Mit der Option 
43558 \family sans
43559 Nicht beibehalten
43560 \family default
43561  verarbeitet \SpecialChar LyX
43562  nut das Hauptdokument und die eingebundenen Unterdokumente.
43563  Wenn Sie Zeit beim Kompilieren zu sparen möchten und wenn die Seitennummern und Querverweise nicht wichtig sind,
43564  wählen sie diese Option,
43565  da sie die schnellste ist.
43566 \end_layout
43567
43568 \begin_layout Itemize
43569 Die Option 
43570 \family sans
43571 Weitgehend beibehalten
43572 \family default
43573  liegt zwischen den beiden genannten.
43574  Wenn dies ausgewählt ist,
43575  verarbeitet \SpecialChar LyX
43576  bei der Erstausgabe das Gesamtdokument;
43577  dies initiiert die korrekten Zähler und Verweise.
43578  In weiteren Ausgaben wird das Gesamtdokument dann aber nur noch dann mitverarbeitet,
43579  wenn es Änderungen in nicht eingebundenen Unterdokumenten gibt.
43580  So lange Sie nur die eingebettet Dokumente bearbeiten,
43581  ist diese Methode so schnell wie die zweite,
43582  sie gibt Ihnen aber mehr oder weniger korrekte Zähler und Verweise aus.
43583  Mehr oder weniger korrekt sind sie deshalb,
43584  weil sich durch die Arbeit an eingebundenen Dokumenten ja auch die Paginierung darauf folgender nicht eingebundener Dokument ändern kann,
43585  und dies kann mit dieser Methode nicht berücksichtigt werden.
43586 \end_layout
43587
43588 \begin_layout Standard
43589 Alternativ können Sie eingefügte Dateien in einen Zweig setzen.
43590 \begin_inset Foot
43591 status collapsed
43592
43593 \begin_layout Plain Layout
43594 Zweige sind im Kapitel 
43595 \emph on
43596 Zweige
43597 \emph default
43598  des \SpecialChar LyX
43599
43600 \emph on
43601 -Benutzerhandbuchs
43602 \emph default
43603  erklärt.
43604 \end_layout
43605
43606 \end_inset
43607
43608  Durch das de/aktivieren der Zweige können Sie festlegen,
43609  welche eingefügte Dateien in der Ausgabe erscheinen.
43610  Dies hat den Vorteil,
43611  dass es auch bei Input-Einfügungen funktioniert.
43612  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten werden.
43613 \end_layout
43614
43615 \begin_layout Chapter
43616 Programm-Code-Listen
43617 \begin_inset CommandInset label
43618 LatexCommand label
43619 name "kap:Programm-Code-Listen"
43620
43621 \end_inset
43622
43623
43624 \begin_inset Index idx
43625 range none
43626 pageformat default
43627 status collapsed
43628
43629 \begin_layout Plain Layout
43630 Listen
43631 \end_layout
43632
43633 \end_inset
43634
43635
43636 \begin_inset Index idx
43637 range none
43638 pageformat default
43639 status collapsed
43640
43641 \begin_layout Plain Layout
43642 Programm-Code
43643 \end_layout
43644
43645 \end_inset
43646
43647
43648 \end_layout
43649
43650 \begin_layout Standard
43651 Um Programm-Code-Listen einzufügen und zu drucken,
43652  können Sie 
43653 \family sans
43654 Einfügen\SpecialChar menuseparator
43655 Pro\SpecialChar softhyphen
43656 grammlisting
43657 \family default
43658  verwenden.
43659  Die \SpecialChar LaTeX
43660 -Pakete 
43661 \series bold
43662 listings
43663 \series default
43664
43665 \begin_inset Index idx
43666 range none
43667 pageformat default
43668 status collapsed
43669
43670 \begin_layout Plain Layout
43671 \SpecialChar LaTeX
43672 -Pakete
43673 \begin_inset IndexMacro subentry
43674 status open
43675
43676 \begin_layout Plain Layout
43677 listings
43678 \end_layout
43679
43680 \end_inset
43681
43682
43683 \end_layout
43684
43685 \end_inset
43686
43687  und 
43688 \series bold
43689 minted
43690 \series default
43691
43692 \begin_inset Index idx
43693 range none
43694 pageformat default
43695 status collapsed
43696
43697 \begin_layout Plain Layout
43698 \SpecialChar LaTeX
43699 -Pakete
43700 \begin_inset IndexMacro subentry
43701 status open
43702
43703 \begin_layout Plain Layout
43704 minted
43705 \end_layout
43706
43707 \end_inset
43708
43709
43710 \end_layout
43711
43712 \end_inset
43713
43714  können Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
43715  Man kann nur eines der Pakete in einem Dokument verwenden.
43716  
43717 \series bold
43718 listings
43719 \series default
43720  ist voreingestellt.
43721 \end_layout
43722
43723 \begin_layout Standard
43724 \begin_inset Note Note
43725 status open
43726
43727 \begin_layout Plain Layout
43728
43729 \series bold
43730 Achtung:
43731
43732 \series default
43733  Es wird nicht empfohlen die Option 
43734 \family typewriter
43735 -shell-escape
43736 \family default
43737  zu verwenden.
43738  Sie funktioniert,
43739  ist aber ein großes Sicherheitsproblem.
43740  Die \SpecialChar LyX
43741 -Entwickler diskutieren,
43742  wie damit umzugehen ist.
43743  Diese Notiz kann erst geändert werden,
43744  bis eine Entscheidung getroffen wurde.
43745 \end_layout
43746
43747 \begin_layout Plain Layout
43748 =====
43749 \end_layout
43750
43751 \begin_layout Plain Layout
43752 Um 
43753 \series bold
43754 minted
43755 \series default
43756  zu benutzen,
43757  muss man es als Paket zur Code-Hervorhebung in den Dokumenteinstellungen in der Rubrik 
43758 \family sans
43759 Programmlistings
43760 \family default
43761  festlegen.
43762  
43763 \series bold
43764 minted
43765 \series default
43766  benötigt zusätzlich das Modul 
43767 \family sans
43768 pygments
43769 \family default
43770  des Programms 
43771 \noun on
43772 Python
43773 \noun default
43774
43775 \begin_inset Foot
43776 status collapsed
43777
43778 \begin_layout Plain Layout
43779 Unte
43780 \family sans
43781 r \SpecialChar LyX
43782  f
43783 \family default
43784 ür Windows ist 
43785 \family sans
43786 pygments
43787 \family default
43788  bereits installiert.
43789 \end_layout
43790
43791 \end_inset
43792
43793  und die Option 
43794 \family typewriter
43795 -shell-escape
43796 \family default
43797  für den \SpecialChar LaTeX
43798 -Prozessor.
43799  Wenn Sie z.
43800 \begin_inset space \thinspace{}
43801 \end_inset
43802
43803 B.
43804  Ihr Dokument als Format 
43805 \family sans
43806 PDF
43807 \begin_inset space ~
43808 \end_inset
43809
43810 (pdflatex)
43811 \family default
43812  ansehen oder exportieren wollen,
43813  gehen Sie in die \SpecialChar LyX
43814 -Einstellungen und dort zum Abschnitt 
43815 \family sans
43816 Datei-Handhanbung\SpecialChar menuseparator
43817 Konverter
43818 \family default
43819 .
43820  gehen Sie dort auf den Eintrag 
43821 \family sans
43822 LaTeX
43823 \begin_inset space ~
43824 \end_inset
43825
43826 (pdflatex) -> PDF
43827 \begin_inset space ~
43828 \end_inset
43829
43830 (pdflatex)
43831 \family default
43832  und schauen Sie in das Feld 
43833 \family sans
43834 Konverter
43835 \family default
43836 .
43837  Dort sehen sie voreingestellt den Inhalt
43838 \begin_inset Newline newline
43839 \end_inset
43840
43841
43842 \series bold
43843 pdflatex $$i
43844 \series default
43845
43846 \begin_inset Newline newline
43847 \end_inset
43848
43849 Ändern Sie ihn nun ab zu
43850 \begin_inset Newline newline
43851 \end_inset
43852
43853
43854 \series bold
43855 pdflatex $$i -shell-escape
43856 \begin_inset Newline newline
43857 \end_inset
43858
43859
43860 \series default
43861 und drücken Sie den 
43862 \family sans
43863 Ändern
43864 \family default
43865 -Knopf und anschließend 
43866 \family sans
43867 Übernehmen
43868 \family default
43869  oder 
43870 \family sans
43871 Speichern
43872 \family default
43873 .
43874  Dasselbe kann für die Ausgabeformate 
43875 \family sans
43876 PDF
43877 \begin_inset space ~
43878 \end_inset
43879
43880 (LuaTeX)
43881 \family default
43882  und 
43883 \family sans
43884 PDF
43885 \begin_inset space ~
43886 \end_inset
43887
43888 (XeTeX)
43889 \family default
43890  gemacht werden.
43891 \end_layout
43892
43893 \end_inset
43894
43895
43896 \end_layout
43897
43898 \begin_layout Standard
43899 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü,
43900  in dem Sie das Ausgabeformat der Programm-Code-Liste festlegen.
43901 \end_layout
43902
43903 \begin_layout Standard
43904 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
43905  Die Platzierungsoption 
43906 \family sans
43907 Eingebettetes
43908 \begin_inset space ~
43909 \end_inset
43910
43911 Listing
43912 \family default
43913  druckt das Listing in der Zeile wie hier:
43914  
43915 \begin_inset listings
43916 lstparams "language={C++}"
43917 inline true
43918 status open
43919
43920 \begin_layout Plain Layout
43921
43922 int a=5;
43923 \end_layout
43924
43925 \end_inset
43926
43927
43928 \begin_inset Newline newline
43929 \end_inset
43930
43931 Die Option 
43932 \family sans
43933 Gleitobjekt
43934 \family default
43935  erzeugt ein Listing-Gleitobjekt,
43936  dessen 
43937 \family sans
43938 Platzierung 
43939 \family default
43940 Sie mit 
43941 \family sans
43942 h
43943 \family default
43944 ,
43945  
43946 \family sans
43947 t
43948 \family default
43949 ,
43950  
43951 \family sans
43952 b
43953 \family default
43954  und 
43955 \family sans
43956 p
43957 \family default
43958 ,
43959  analog zu den in Abschnitt
43960 \begin_inset space ~
43961 \end_inset
43962
43963
43964 \begin_inset CommandInset ref
43965 LatexCommand ref
43966 reference "abs:Gleitobjekt-Platzierung"
43967 nolink "false"
43968
43969 \end_inset
43970
43971  beschriebenen Platzierungsoptionen festlegen können.
43972  Die Platzierungsoptionen können gemischt werden und werden dabei direkt hintereinander angegeben,
43973  z.
43974 \begin_inset space \thinspace{}
43975 \end_inset
43976
43977 B.
43978  
43979 \begin_inset Quotes gld
43980 \end_inset
43981
43982
43983 \family sans
43984 htbp
43985 \family default
43986
43987 \begin_inset Quotes grd
43988 \end_inset
43989
43990 .
43991  Die Option 
43992 \begin_inset Quotes gld
43993 \end_inset
43994
43995 h
43996 \begin_inset Quotes grd
43997 \end_inset
43998
43999  hat manchmal keinen Effekt,
44000  aber sie muss nicht verwendet werden,
44001  da auch nicht gleitende Listen Beschriftungen haben und referenziert werden können.
44002 \end_layout
44003
44004 \begin_layout Standard
44005 Mit dem Menü 
44006 \family sans
44007 Einfügen\SpecialChar menuseparator
44008 Legende
44009 \family default
44010  kann man für das Listing eine Beschriftung hinzufügen.
44011  Man kann Listings mit Marken versehen,
44012  um auf sie wie auf andere Gleitobjekte zu verweisen:
44013  Listing
44014 \begin_inset space ~
44015 \end_inset
44016
44017
44018 \begin_inset CommandInset ref
44019 LatexCommand ref
44020 reference "lst:Gleitendes-Programm-Listing"
44021 nolink "false"
44022
44023 \end_inset
44024
44025 .
44026  Mit dem Menü 
44027 \family sans
44028 Einfügen\SpecialChar menuseparator
44029 Liste
44030 \begin_inset space ~
44031 \end_inset
44032
44033 /
44034 \begin_inset space ~
44035 \end_inset
44036
44037 Inhaltsverzeichnis\SpecialChar menuseparator
44038 Listings Verzeichnis
44039 \family default
44040  kann ein Verzeichnis aller Listings eingefügt werden.
44041  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
44042 \end_layout
44043
44044 \begin_layout Standard
44045 \begin_inset listings
44046 lstparams "language=Python"
44047 inline false
44048 status open
44049
44050 \begin_layout Plain Layout
44051
44052 \begin_inset Caption Standard
44053
44054 \begin_layout Plain Layout
44055 \begin_inset CommandInset label
44056 LatexCommand label
44057 name "lst:Gleitendes-Programm-Listing"
44058
44059 \end_inset
44060
44061 Gleitendes Programm-Listing
44062 \end_layout
44063
44064 \end_inset
44065
44066 # Gleitendes Programm-Listing
44067 \end_layout
44068
44069 \begin_layout Plain Layout
44070
44071 def func(param):
44072 \end_layout
44073
44074 \begin_layout Plain Layout
44075
44076     'Dies ist eine Python-Funktion'
44077 \end_layout
44078
44079 \begin_layout Plain Layout
44080
44081     pass
44082 \end_layout
44083
44084 \end_inset
44085
44086
44087 \end_layout
44088
44089 \begin_layout Standard
44090 \begin_inset Note Greyedout
44091 status open
44092
44093 \begin_layout Plain Layout
44094
44095 \series bold
44096 Bemerkung:
44097  
44098 \series default
44099 Das Paket 
44100 \series bold
44101 listings
44102 \series default
44103  setzt Beschriftungen standardmäßig vor das Listing.
44104 \begin_inset Newline newline
44105 \end_inset
44106
44107 Das Paket 
44108 \series bold
44109 minted
44110 \series default
44111  setzt sie standardmäßig vor das Listing,
44112  wenn es gleitend ist.
44113  Ansonsten wird die Beschriftung vor das Listing gesetzt,
44114  wenn die Marke in die erste Zeile eingefügt wurde,
44115  ansonsten hinter das Listing.
44116  Um die Beschriftung in jedem Fall vor das Listing zu setzen,
44117  müssen diese Zeilen als Letztes zum \SpecialChar LaTeX
44118 -Vorspann hinzugefügt werden:
44119 \begin_inset Newline newline
44120 \end_inset
44121
44122
44123 \series bold
44124
44125 \backslash
44126 @ifundefined{newfloat}
44127 \begin_inset Newline newline
44128 \end_inset
44129
44130
44131 \begin_inset Phantom HPhantom
44132 status open
44133
44134 \begin_layout Plain Layout
44135 \begin_inset space ~
44136 \end_inset
44137
44138
44139 \end_layout
44140
44141 \end_inset
44142
44143 {
44144 \backslash
44145 usepackage{float}}{}
44146 \begin_inset Newline newline
44147 \end_inset
44148
44149
44150 \backslash
44151 floatstyle{plaintop}
44152 \series default
44153
44154 \begin_inset Note Note
44155 status collapsed
44156
44157 \begin_layout Plain Layout
44158 Das Paket 
44159 \series bold
44160 float
44161 \series default
44162  wird automatisch von \SpecialChar LyX
44163  geladen,
44164  wenn Sie spezielle dokumentweite Gleitobjektplatzierungen verwenden.
44165  Der Befehl 
44166 \series bold
44167
44168 \backslash
44169 @ifundefined
44170 \series default
44171  vermeidet,
44172  dass es in diesem Fall doppelt geladen wird.
44173 \end_layout
44174
44175 \end_inset
44176
44177
44178 \end_layout
44179
44180 \end_inset
44181
44182
44183 \end_layout
44184
44185 \begin_layout Standard
44186 Wenn Sie eine Programmiersprache gewählt haben,
44187  werden die Schlüsselworte der Sprache erkannt und besonders gedruckt,
44188  wie 
44189 \emph on
44190 #
44191 \emph default
44192 ,
44193  
44194 \emph on
44195 def
44196 \emph default
44197  und 
44198 \emph on
44199 pass
44200 \emph default
44201  in Listing
44202 \begin_inset space ~
44203 \end_inset
44204
44205
44206 \begin_inset CommandInset ref
44207 LatexCommand ref
44208 reference "lst:Gleitendes-Programm-Listing"
44209 nolink "false"
44210
44211 \end_inset
44212
44213 .
44214 \end_layout
44215
44216 \begin_layout Standard
44217 \begin_inset Note Greyedout
44218 status open
44219
44220 \begin_layout Plain Layout
44221
44222 \series bold
44223 Bemerkung:
44224
44225 \series default
44226  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
44227 \family typewriter
44228 Schreib\SpecialChar softhyphen
44229 maschine
44230 \family default
44231  erhalten,
44232  enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlich keine fett gedruckten Buchstaben.
44233  Wählen Sie in diesem Fall eine andere Schrift im Menü 
44234 \family sans
44235 Dokument\SpecialChar menuseparator
44236 Einstellungen\SpecialChar menuseparator
44237 Schriften
44238 \family default
44239 .
44240  (Die Schriften 
44241 \emph on
44242 LuxiMono,
44243  BeraMono
44244 \emph default
44245  und 
44246 \emph on
44247 Courier
44248 \emph default
44249  enthalten fett gedruckte Buchstaben.)
44250 \end_layout
44251
44252 \end_inset
44253
44254
44255 \end_layout
44256
44257 \begin_layout Standard
44258 Im Abschnitt 
44259 \family sans
44260 Zeilennummerierung
44261 \family default
44262  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerierung festlegen,
44263  zum Beispiel,
44264  ob die Nummerierung links oder rechts gedruckt,
44265  jede wievielte Zeile nummeriert werden soll und die 
44266 \family sans
44267 Schriftgröße
44268 \family default
44269  der Nummerierung.
44270 \end_layout
44271
44272 \begin_layout Standard
44273 Im Abschnitt 
44274 \family sans
44275 Bereich
44276 \family default
44277  legen Sie fest,
44278  welche Zeilen ausgedruckt werden sollen.
44279  Im Abschnitt 
44280 \family sans
44281 Stil
44282 \family default
44283  legen Sie fest,
44284  wie die Liste ausgedruckt werden soll.
44285  Die Option 
44286 \family sans
44287 Erweiterte
44288 \begin_inset space ~
44289 \end_inset
44290
44291 Zeichentabelle
44292 \family default
44293  ist nur für das Paket 
44294 \series bold
44295 listings
44296 \series default
44297  relevant und sollte verwendet werden,
44298  wenn nationale Zeichen wie Umlaute benutzt werden.
44299 \end_layout
44300
44301 \begin_layout Standard
44302 Hier ist ein Beispiel mit der Nummerierung links,
44303  Schrittweite 
44304 \begin_inset Quotes gld
44305 \end_inset
44306
44307 3
44308 \begin_inset Quotes grd
44309 \end_inset
44310
44311 ,
44312  Sprache 
44313 \begin_inset Quotes gld
44314 \end_inset
44315
44316 Python
44317 \begin_inset Quotes grd
44318 \end_inset
44319
44320 ,
44321  Optionen 
44322 \begin_inset Quotes gld
44323 \end_inset
44324
44325 Erweiterte Zeichentabelle
44326 \begin_inset Quotes grd
44327 \end_inset
44328
44329  und 
44330 \begin_inset Quotes gld
44331 \end_inset
44332
44333 Leerzeichen als Symbol
44334 \begin_inset Quotes grd
44335 \end_inset
44336
44337  und Bereich Zeilen 3
44338 \begin_inset space \thinspace{}
44339 \end_inset
44340
44341 -
44342 \begin_inset space \thinspace{}
44343 \end_inset
44344
44345 8:
44346 \end_layout
44347
44348 \begin_layout Standard
44349 \begin_inset listings
44350 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
44351 inline false
44352 status open
44353
44354 \begin_layout Plain Layout
44355
44356 def func(param):
44357 \end_layout
44358
44359 \begin_layout Plain Layout
44360
44361     'Dies ist eine Python-Funktion'
44362 \end_layout
44363
44364 \begin_layout Plain Layout
44365
44366     pass
44367 \end_layout
44368
44369 \begin_layout Plain Layout
44370
44371 def func(param):
44372 \end_layout
44373
44374 \begin_layout Plain Layout
44375
44376 'Sonderzeichen:
44377  Tschüß'
44378 \end_layout
44379
44380 \begin_layout Plain Layout
44381
44382 pass
44383 \end_layout
44384
44385 \begin_layout Plain Layout
44386
44387 def func(param):
44388 \end_layout
44389
44390 \begin_layout Plain Layout
44391
44392 'Dies ist eine Python-Funktion'
44393 \end_layout
44394
44395 \begin_layout Plain Layout
44396
44397 pass
44398 \end_layout
44399
44400 \end_inset
44401
44402
44403 \end_layout
44404
44405 \begin_layout Standard
44406 Wenn Ihr Listing Tabulatoren verwendet,
44407  können Sie im Feld 
44408 \family sans
44409 Tabulatorgröße
44410 \family default
44411  die Anzahl der Zeichen festlegen,
44412  die ein Tabulator überspannen soll.
44413 \end_layout
44414
44415 \begin_layout Standard
44416 \noindent
44417 \begin_inset Note Greyedout
44418 status open
44419
44420 \begin_layout Plain Layout
44421
44422 \series bold
44423 Bemerkung:
44424
44425 \series default
44426  Wegen eines Fehlers im 
44427 \series bold
44428 listings
44429 \series default
44430 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen verschoben.
44431  Das ist der Grund,
44432  warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem Listing nummeriert werden.
44433 \end_layout
44434
44435 \end_inset
44436
44437
44438 \end_layout
44439
44440 \begin_layout Standard
44441 \begin_inset VSpace bigskip
44442 \end_inset
44443
44444
44445 \end_layout
44446
44447 \begin_layout Standard
44448 \noindent
44449 Es ist auch möglich,
44450  Zeilen einer Datei als Listing zu drucken.
44451  Das machen Sie mit
44452 \family sans
44453  Einfügen\SpecialChar menuseparator
44454 Datei\SpecialChar menuseparator
44455 Unterdokument
44456 \family default
44457  und der 
44458 \family sans
44459 Art
44460 \begin_inset space ~
44461 \end_inset
44462
44463 der
44464 \begin_inset space ~
44465 \end_inset
44466
44467 Einbindung
44468 \family default
44469  
44470 \family sans
44471 Listing
44472 \family default
44473 .
44474 \begin_inset Foot
44475 status collapsed
44476
44477 \begin_layout Plain Layout
44478 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
44479 \begin_inset space ~
44480 \end_inset
44481
44482
44483 \begin_inset CommandInset ref
44484 LatexCommand ref
44485 reference "abs:Unterdokumente"
44486 nolink "false"
44487
44488 \end_inset
44489
44490  beschrieben.
44491 \end_layout
44492
44493 \end_inset
44494
44495  Im Dialogfenster
44496 \family sans
44497  Unterdokument
44498 \family default
44499  können Sie die Listing-Parameter unter 
44500 \family sans
44501 Weitere
44502 \begin_inset space ~
44503 \end_inset
44504
44505 Parameter
44506 \family default
44507  eingeben.
44508  Wenn Sie dort ein Fragezeichen 
44509 \begin_inset Quotes gld
44510 \end_inset
44511
44512 ?
44513 \begin_inset Quotes grd
44514 \end_inset
44515
44516  eingeben,
44517  wird Ihnen links davon eine Liste aller möglichen Parameter eingeblendet.
44518 \end_layout
44519
44520 \begin_layout Standard
44521 Um auf ein Unterdokument-Listing verweisen zu können,
44522  schreiben Sie einen Text ins Feld 
44523 \family sans
44524 Marke
44525 \family default
44526 ,
44527  auf die dann wie üblich verwiesen werden kann.
44528 \end_layout
44529
44530 \begin_layout Standard
44531 Listing
44532 \begin_inset space ~
44533 \end_inset
44534
44535
44536 \begin_inset CommandInset ref
44537 LatexCommand ref
44538 reference "lst:Datei-Listing"
44539 nolink "false"
44540
44541 \end_inset
44542
44543  ist ein Beispiel für ein Unterdokument-Listing,
44544  bei dem die Zeilen 10
44545 \begin_inset space \thinspace{}
44546 \end_inset
44547
44548
44549 \begin_inset space \thinspace{}
44550 \end_inset
44551
44552 15 gedruckt werden.
44553 \end_layout
44554
44555 \begin_layout Standard
44556 \begin_inset CommandInset include
44557 LatexCommand lstinputlisting
44558 filename "EmbeddedObjects.lyx"
44559 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}"
44560 literal "true"
44561
44562 \end_inset
44563
44564
44565 \end_layout
44566
44567 \begin_layout Standard
44568 \begin_inset VSpace bigskip
44569 \end_inset
44570
44571
44572 \end_layout
44573
44574 \begin_layout Standard
44575 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
44576 \end_layout
44577
44578 \begin_layout Enumerate
44579 Öffnen Sie die Listings-Einstellungen und fügen
44580 \begin_inset Newline newline
44581 \end_inset
44582
44583
44584 \family sans
44585 mathescape=true
44586 \family default
44587
44588 \begin_inset Newline newline
44589 \end_inset
44590
44591 in das Feld des Tabs 
44592 \family sans
44593 Erweitert
44594 \family default
44595  ein
44596 \end_layout
44597
44598 \begin_layout Enumerate
44599 Erstellen Sie eine Formel außerhalb des Listings
44600 \end_layout
44601
44602 \begin_layout Enumerate
44603 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischenablage (Tastenkürzel 
44604 \family sans
44605 Ctrl+C
44606 \family default
44607 )
44608 \end_layout
44609
44610 \begin_layout Enumerate
44611 Schreiben sie 
44612 \begin_inset Quotes gld
44613 \end_inset
44614
44615
44616 \family sans
44617 $$
44618 \family default
44619
44620 \begin_inset Quotes grd
44621 \end_inset
44622
44623  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeichen (Tastenkürzel 
44624 \family sans
44625 Ctrl+V
44626 \family default
44627 )
44628 \end_layout
44629
44630 \begin_layout Standard
44631 \begin_inset listings
44632 lstparams "language=Python,mathescape=true"
44633 inline false
44634 status open
44635
44636 \begin_layout Plain Layout
44637
44638 \begin_inset Caption Standard
44639
44640 \begin_layout Plain Layout
44641 Programm-Listing mit einer Formel
44642 \end_layout
44643
44644 \end_inset
44645
44646 # Beispiel-Programm-Listing
44647 \end_layout
44648
44649 \begin_layout Plain Layout
44650
44651 def func(param):
44652 \end_layout
44653
44654 \begin_layout Plain Layout
44655
44656     # $
44657 \backslash
44658 prod_{n=1}^{
44659 \backslash
44660 infty}
44661 \backslash
44662 ,
44663 \backslash
44664 frac{1}{x^{2}}$
44665 \end_layout
44666
44667 \begin_layout Plain Layout
44668
44669     pass
44670 \end_layout
44671
44672 \end_inset
44673
44674
44675 \end_layout
44676
44677 \begin_layout Standard
44678 \begin_inset VSpace bigskip
44679 \end_inset
44680
44681
44682 \end_layout
44683
44684 \begin_layout Standard
44685 \noindent
44686 Dokumentweite Listing-Eigenschaften können im Dialog 
44687 \family sans
44688 Dokument\SpecialChar menuseparator
44689 Einstellungen\SpecialChar menuseparator
44690 Listing
44691 \family default
44692  festgelegt werden.
44693  Dort bekommt man durch Eingabe eines Fragezeichens 
44694 \begin_inset Quotes gld
44695 \end_inset
44696
44697 ?
44698 \begin_inset Quotes grd
44699 \end_inset
44700
44701  eine Liste aller möglichen Parameter.
44702 \end_layout
44703
44704 \begin_layout Standard
44705 Weitere Informationen über die Pakete 
44706 \series bold
44707 listings
44708 \series default
44709  und 
44710 \series bold
44711 minted
44712 \series default
44713 ,
44714  siehe 
44715 \begin_inset CommandInset citation
44716 LatexCommand cite
44717 key "listings,minted"
44718 literal "true"
44719
44720 \end_inset
44721
44722 .
44723 \end_layout
44724
44725 \begin_layout Chapter
44726 \start_of_appendix
44727 In \SpecialChar LyX
44728  verfügbare Maßeinheiten
44729 \begin_inset CommandInset label
44730 LatexCommand label
44731 name "kap:In-LyX-verfügbare"
44732
44733 \end_inset
44734
44735
44736 \begin_inset Index idx
44737 range none
44738 pageformat default
44739 status collapsed
44740
44741 \begin_layout Plain Layout
44742 Einheiten
44743 \end_layout
44744
44745 \end_inset
44746
44747
44748 \end_layout
44749
44750 \begin_layout Standard
44751 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen,
44752  erläutert Tabelle
44753 \begin_inset space ~
44754 \end_inset
44755
44756
44757 \begin_inset CommandInset ref
44758 LatexCommand ref
44759 reference "tab:Maßeinheiten"
44760 nolink "false"
44761
44762 \end_inset
44763
44764  alle in \SpecialChar LyX
44765  verfügbaren Maßeinheiten.
44766 \end_layout
44767
44768 \begin_layout Standard
44769 \begin_inset Float table
44770 placement h
44771 alignment document
44772 wide false
44773 sideways false
44774 status open
44775
44776 \begin_layout Plain Layout
44777 \begin_inset Caption Standard
44778
44779 \begin_layout Plain Layout
44780 \begin_inset CommandInset label
44781 LatexCommand label
44782 name "tab:Maßeinheiten"
44783
44784 \end_inset
44785
44786 Maßeinheiten
44787 \end_layout
44788
44789 \end_inset
44790
44791
44792 \end_layout
44793
44794 \begin_layout Plain Layout
44795 \begin_inset VSpace medskip
44796 \end_inset
44797
44798
44799 \end_layout
44800
44801 \begin_layout Plain Layout
44802 \align center
44803 \begin_inset Tabular
44804 <lyxtabular version="3" rows="21" columns="3">
44805 <features tabularvalignment="middle">
44806 <column alignment="center" valignment="top">
44807 <column alignment="center" valignment="middle" width="50col%">
44808 <column alignment="center" valignment="top">
44809 <row>
44810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
44811 \begin_inset Text
44812
44813 \begin_layout Plain Layout
44814 Maßeinheit
44815 \end_layout
44816
44817 \end_inset
44818 </cell>
44819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
44820 \begin_inset Text
44821
44822 \begin_layout Plain Layout
44823 Name/Beschreibung
44824 \end_layout
44825
44826 \end_inset
44827 </cell>
44828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
44829 \begin_inset Text
44830
44831 \begin_layout Plain Layout
44832 \SpecialChar LaTeX
44833 -Befehl
44834 \end_layout
44835
44836 \end_inset
44837 </cell>
44838 </row>
44839 <row>
44840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44841 \begin_inset Text
44842
44843 \begin_layout Plain Layout
44844 bp
44845 \end_layout
44846
44847 \end_inset
44848 </cell>
44849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44850 \begin_inset Text
44851
44852 \begin_layout Plain Layout
44853 großer Punkt (72
44854 \begin_inset space \thinspace{}
44855 \end_inset
44856
44857 bp = 1
44858 \begin_inset space \thinspace{}
44859 \end_inset
44860
44861 in)
44862 \end_layout
44863
44864 \end_inset
44865 </cell>
44866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44867 \begin_inset Text
44868
44869 \begin_layout Plain Layout
44870 -
44871 \end_layout
44872
44873 \end_inset
44874 </cell>
44875 </row>
44876 <row>
44877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44878 \begin_inset Text
44879
44880 \begin_layout Plain Layout
44881 cc
44882 \end_layout
44883
44884 \end_inset
44885 </cell>
44886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44887 \begin_inset Text
44888
44889 \begin_layout Plain Layout
44890 Cicero (1
44891 \begin_inset space \thinspace{}
44892 \end_inset
44893
44894 cc = 12
44895 \begin_inset space \thinspace{}
44896 \end_inset
44897
44898 dd)
44899 \end_layout
44900
44901 \end_inset
44902 </cell>
44903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44904 \begin_inset Text
44905
44906 \begin_layout Plain Layout
44907 -
44908 \end_layout
44909
44910 \end_inset
44911 </cell>
44912 </row>
44913 <row>
44914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44915 \begin_inset Text
44916
44917 \begin_layout Plain Layout
44918 cm
44919 \end_layout
44920
44921 \end_inset
44922 </cell>
44923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44924 \begin_inset Text
44925
44926 \begin_layout Plain Layout
44927 Zentimeter
44928 \end_layout
44929
44930 \end_inset
44931 </cell>
44932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44933 \begin_inset Text
44934
44935 \begin_layout Plain Layout
44936 -
44937 \end_layout
44938
44939 \end_inset
44940 </cell>
44941 </row>
44942 <row>
44943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44944 \begin_inset Text
44945
44946 \begin_layout Plain Layout
44947 dd
44948 \end_layout
44949
44950 \end_inset
44951 </cell>
44952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44953 \begin_inset Text
44954
44955 \begin_layout Plain Layout
44956 Didot (1
44957 \begin_inset space \thinspace{}
44958 \end_inset
44959
44960 dd 
44961 \begin_inset Formula $\approx$
44962 \end_inset
44963
44964  0,376
44965 \begin_inset space \thinspace{}
44966 \end_inset
44967
44968 mm)
44969 \end_layout
44970
44971 \end_inset
44972 </cell>
44973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44974 \begin_inset Text
44975
44976 \begin_layout Plain Layout
44977 -
44978 \end_layout
44979
44980 \end_inset
44981 </cell>
44982 </row>
44983 <row>
44984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44985 \begin_inset Text
44986
44987 \begin_layout Plain Layout
44988 em
44989 \end_layout
44990
44991 \end_inset
44992 </cell>
44993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44994 \begin_inset Text
44995
44996 \begin_layout Plain Layout
44997 Die Breite des Buchstabens 
44998 \emph on
44999 M
45000 \emph default
45001  im aktiven Zeichensatz
45002 \end_layout
45003
45004 \end_inset
45005 </cell>
45006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45007 \begin_inset Text
45008
45009 \begin_layout Plain Layout
45010 -
45011 \end_layout
45012
45013 \end_inset
45014 </cell>
45015 </row>
45016 <row>
45017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45018 \begin_inset Text
45019
45020 \begin_layout Plain Layout
45021 ex
45022 \end_layout
45023
45024 \end_inset
45025 </cell>
45026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45027 \begin_inset Text
45028
45029 \begin_layout Plain Layout
45030 Die Höhe des Buchstabens 
45031 \emph on
45032 x
45033 \emph default
45034  im aktiven Zeichensatz
45035 \end_layout
45036
45037 \end_inset
45038 </cell>
45039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45040 \begin_inset Text
45041
45042 \begin_layout Plain Layout
45043 -
45044 \end_layout
45045
45046 \end_inset
45047 </cell>
45048 </row>
45049 <row>
45050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45051 \begin_inset Text
45052
45053 \begin_layout Plain Layout
45054 in
45055 \end_layout
45056
45057 \end_inset
45058 </cell>
45059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45060 \begin_inset Text
45061
45062 \begin_layout Plain Layout
45063 Zoll (1
45064 \begin_inset space \thinspace{}
45065 \end_inset
45066
45067 in = 2.54
45068 \begin_inset space \thinspace{}
45069 \end_inset
45070
45071 cm
45072 \end_layout
45073
45074 \end_inset
45075 </cell>
45076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45077 \begin_inset Text
45078
45079 \begin_layout Plain Layout
45080 -
45081 \end_layout
45082
45083 \end_inset
45084 </cell>
45085 </row>
45086 <row>
45087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45088 \begin_inset Text
45089
45090 \begin_layout Plain Layout
45091 mm
45092 \end_layout
45093
45094 \end_inset
45095 </cell>
45096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45097 \begin_inset Text
45098
45099 \begin_layout Plain Layout
45100 Millimeter
45101 \end_layout
45102
45103 \end_inset
45104 </cell>
45105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45106 \begin_inset Text
45107
45108 \begin_layout Plain Layout
45109 -
45110 \end_layout
45111
45112 \end_inset
45113 </cell>
45114 </row>
45115 <row>
45116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45117 \begin_inset Text
45118
45119 \begin_layout Plain Layout
45120 mu
45121 \end_layout
45122
45123 \end_inset
45124 </cell>
45125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45126 \begin_inset Text
45127
45128 \begin_layout Plain Layout
45129 mathematische Maßeinheit
45130 \series bold
45131  
45132 \series default
45133 (1
45134 \begin_inset space \thinspace{}
45135 \end_inset
45136
45137 mu = 1/18
45138 \begin_inset space \thinspace{}
45139 \end_inset
45140
45141 em)
45142 \end_layout
45143
45144 \end_inset
45145 </cell>
45146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45147 \begin_inset Text
45148
45149 \begin_layout Plain Layout
45150 -
45151 \end_layout
45152
45153 \end_inset
45154 </cell>
45155 </row>
45156 <row>
45157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45158 \begin_inset Text
45159
45160 \begin_layout Plain Layout
45161 pt
45162 \end_layout
45163
45164 \end_inset
45165 </cell>
45166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45167 \begin_inset Text
45168
45169 \begin_layout Plain Layout
45170 Punkt (72.27
45171 \begin_inset space \thinspace{}
45172 \end_inset
45173
45174 pt = 1
45175 \begin_inset space \thinspace{}
45176 \end_inset
45177
45178 in)
45179 \end_layout
45180
45181 \end_inset
45182 </cell>
45183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45184 \begin_inset Text
45185
45186 \begin_layout Plain Layout
45187 -
45188 \end_layout
45189
45190 \end_inset
45191 </cell>
45192 </row>
45193 <row>
45194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45195 \begin_inset Text
45196
45197 \begin_layout Plain Layout
45198 pc
45199 \end_layout
45200
45201 \end_inset
45202 </cell>
45203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45204 \begin_inset Text
45205
45206 \begin_layout Plain Layout
45207 Pica (1
45208 \begin_inset space \thinspace{}
45209 \end_inset
45210
45211 pc = 12
45212 \begin_inset space \thinspace{}
45213 \end_inset
45214
45215 pt)
45216 \end_layout
45217
45218 \end_inset
45219 </cell>
45220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45221 \begin_inset Text
45222
45223 \begin_layout Plain Layout
45224 -
45225 \end_layout
45226
45227 \end_inset
45228 </cell>
45229 </row>
45230 <row>
45231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45232 \begin_inset Text
45233
45234 \begin_layout Plain Layout
45235 sp
45236 \end_layout
45237
45238 \end_inset
45239 </cell>
45240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45241 \begin_inset Text
45242
45243 \begin_layout Plain Layout
45244 skalierter Punkt (65536
45245 \begin_inset space \thinspace{}
45246 \end_inset
45247
45248 sp = 1
45249 \begin_inset space \thinspace{}
45250 \end_inset
45251
45252 pt)
45253 \end_layout
45254
45255 \end_inset
45256 </cell>
45257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45258 \begin_inset Text
45259
45260 \begin_layout Plain Layout
45261 -
45262 \end_layout
45263
45264 \end_inset
45265 </cell>
45266 </row>
45267 <row>
45268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45269 \begin_inset Text
45270
45271 \begin_layout Plain Layout
45272 Seitenbreite %
45273 \end_layout
45274
45275 \end_inset
45276 </cell>
45277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45278 \begin_inset Text
45279
45280 \begin_layout Plain Layout
45281 % der Seitenbreite
45282 \end_layout
45283
45284 \end_inset
45285 </cell>
45286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45287 \begin_inset Text
45288
45289 \begin_layout Plain Layout
45290
45291 \backslash
45292 paperwidth
45293 \end_layout
45294
45295 \end_inset
45296 </cell>
45297 </row>
45298 <row>
45299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45300 \begin_inset Text
45301
45302 \begin_layout Plain Layout
45303 Seitenhöhe %
45304 \end_layout
45305
45306 \end_inset
45307 </cell>
45308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45309 \begin_inset Text
45310
45311 \begin_layout Plain Layout
45312 % der Seitenhöhe
45313 \end_layout
45314
45315 \end_inset
45316 </cell>
45317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45318 \begin_inset Text
45319
45320 \begin_layout Plain Layout
45321
45322 \backslash
45323 paperheight
45324 \end_layout
45325
45326 \end_inset
45327 </cell>
45328 </row>
45329 <row>
45330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45331 \begin_inset Text
45332
45333 \begin_layout Plain Layout
45334 Skalierung %
45335 \end_layout
45336
45337 \end_inset
45338 </cell>
45339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45340 \begin_inset Text
45341
45342 \begin_layout Plain Layout
45343 % der originalen Bildbreite
45344 \end_layout
45345
45346 \end_inset
45347 </cell>
45348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45349 \begin_inset Text
45350
45351 \begin_layout Plain Layout
45352
45353 \end_layout
45354
45355 \end_inset
45356 </cell>
45357 </row>
45358 <row>
45359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45360 \begin_inset Text
45361
45362 \begin_layout Plain Layout
45363 Spaltenbreite %
45364 \end_layout
45365
45366 \end_inset
45367 </cell>
45368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45369 \begin_inset Text
45370
45371 \begin_layout Plain Layout
45372 % der Spaltenbreite
45373 \end_layout
45374
45375 \end_inset
45376 </cell>
45377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45378 \begin_inset Text
45379
45380 \begin_layout Plain Layout
45381
45382 \backslash
45383 columnwidth
45384 \end_layout
45385
45386 \end_inset
45387 </cell>
45388 </row>
45389 <row>
45390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45391 \begin_inset Text
45392
45393 \begin_layout Plain Layout
45394 Textbreite %
45395 \end_layout
45396
45397 \end_inset
45398 </cell>
45399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45400 \begin_inset Text
45401
45402 \begin_layout Plain Layout
45403 % der Textbreite
45404 \end_layout
45405
45406 \end_inset
45407 </cell>
45408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45409 \begin_inset Text
45410
45411 \begin_layout Plain Layout
45412
45413 \backslash
45414 textwidth
45415 \end_layout
45416
45417 \end_inset
45418 </cell>
45419 </row>
45420 <row>
45421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45422 \begin_inset Text
45423
45424 \begin_layout Plain Layout
45425 Texthöhe %
45426 \end_layout
45427
45428 \end_inset
45429 </cell>
45430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45431 \begin_inset Text
45432
45433 \begin_layout Plain Layout
45434 % der Texthöhe
45435 \end_layout
45436
45437 \end_inset
45438 </cell>
45439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45440 \begin_inset Text
45441
45442 \begin_layout Plain Layout
45443
45444 \backslash
45445 textheight
45446 \end_layout
45447
45448 \end_inset
45449 </cell>
45450 </row>
45451 <row>
45452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45453 \begin_inset Text
45454
45455 \begin_layout Plain Layout
45456 Zeilenabstand %
45457 \end_layout
45458
45459 \end_inset
45460 </cell>
45461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45462 \begin_inset Text
45463
45464 \begin_layout Plain Layout
45465 % der Höhe zwischen Grundlinien von zwei aufeinanderfolgenden Textzeilen
45466 \end_layout
45467
45468 \end_inset
45469 </cell>
45470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45471 \begin_inset Text
45472
45473 \begin_layout Plain Layout
45474
45475 \backslash
45476 baselineskip
45477 \end_layout
45478
45479 \end_inset
45480 </cell>
45481 </row>
45482 <row>
45483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
45484 \begin_inset Text
45485
45486 \begin_layout Plain Layout
45487 Zeilenbreite %
45488 \end_layout
45489
45490 \end_inset
45491 </cell>
45492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
45493 \begin_inset Text
45494
45495 \begin_layout Plain Layout
45496 % der Zeilenbreite
45497 \end_layout
45498
45499 \end_inset
45500 </cell>
45501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
45502 \begin_inset Text
45503
45504 \begin_layout Plain Layout
45505
45506 \backslash
45507 linewidth
45508 \end_layout
45509
45510 \end_inset
45511 </cell>
45512 </row>
45513 </lyxtabular>
45514
45515 \end_inset
45516
45517
45518 \end_layout
45519
45520 \end_inset
45521
45522
45523 \end_layout
45524
45525 \begin_layout Chapter
45526 Ausgabedatei-Formate mit Grafiken
45527 \begin_inset CommandInset label
45528 LatexCommand label
45529 name "kap:Ausgabedatei-Formate"
45530
45531 \end_inset
45532
45533
45534 \end_layout
45535
45536 \begin_layout Section
45537 DVI
45538 \begin_inset Index idx
45539 range none
45540 pageformat default
45541 status collapsed
45542
45543 \begin_layout Plain Layout
45544 Dateiformat
45545 \begin_inset IndexMacro subentry
45546 status open
45547
45548 \begin_layout Plain Layout
45549 DVI
45550 \end_layout
45551
45552 \end_inset
45553
45554
45555 \end_layout
45556
45557 \end_inset
45558
45559
45560 \begin_inset Index idx
45561 range none
45562 pageformat default
45563 status collapsed
45564
45565 \begin_layout Plain Layout
45566 DVI
45567 \end_layout
45568
45569 \end_inset
45570
45571
45572 \end_layout
45573
45574 \begin_layout Standard
45575 Dieser Dateityp hat die Erweiterung 
45576 \begin_inset Quotes gld
45577 \end_inset
45578
45579
45580 \family typewriter
45581 .dvi
45582 \family default
45583
45584 \begin_inset Quotes grd
45585 \end_inset
45586
45587  und wird 
45588 \begin_inset Quotes gld
45589 \end_inset
45590
45591 device independent
45592 \begin_inset Quotes grd
45593 \end_inset
45594
45595  genannt,
45596  weil er vollkommen portierbar ist.
45597  Ohne Konvertierung kann er auf jedem Rechner benutzt werden,
45598  der einen dvi-Betrachter installiert hat.
45599  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeformate wie PostScript benutzt.
45600 \end_layout
45601
45602 \begin_layout Standard
45603 \begin_inset Note Greyedout
45604 status open
45605
45606 \begin_layout Plain Layout
45607
45608 \series bold
45609 Bemerkung:
45610
45611 \series default
45612  DVI-Dateien enthalten keine Bilder,
45613  denn diese sind nur verlinkt.
45614 \end_layout
45615
45616 \end_inset
45617
45618
45619 \end_layout
45620
45621 \begin_layout Standard
45622 Also vergessen Sie nicht,
45623  die Bilder mitzunehmen,
45624  wenn Sie Ihre DVI-Datei auf einen anderen Computer kopieren.
45625  Diese Eigenschaft kann Ihren Computer verlangsamen,
45626  wenn Sie die DVI-Datei betrachten,
45627  weil der dvi-Betrachter die Bilder im Hintergrund konvertieren muss,
45628  um sie sichtbar zu machen,
45629  wenn Sie in der DVI-Datei
45630 \family typewriter
45631  
45632 \family default
45633 blättern.
45634
45635 \family typewriter
45636  
45637 \family default
45638 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
45639  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
45640  
45641 \end_layout
45642
45643 \begin_layout Standard
45644 Sie können Ihr Dokument als DVI über das Menü 
45645 \family sans
45646 Datei\SpecialChar menuseparator
45647 Exportieren\SpecialChar menuseparator
45648 DVI
45649 \family default
45650  exportieren.
45651  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
45652 \family sans
45653 Ansicht
45654 \family default
45655  anschauen.
45656 \end_layout
45657
45658 \begin_layout Section
45659 PostScript
45660 \begin_inset Index idx
45661 range none
45662 pageformat default
45663 status collapsed
45664
45665 \begin_layout Plain Layout
45666 Dateiformat 
45667 \begin_inset IndexMacro subentry
45668 status open
45669
45670 \begin_layout Plain Layout
45671 PostScript
45672 \end_layout
45673
45674 \end_inset
45675
45676
45677 \end_layout
45678
45679 \end_inset
45680
45681
45682 \begin_inset Index idx
45683 range none
45684 pageformat default
45685 status collapsed
45686
45687 \begin_layout Plain Layout
45688 PostScript
45689 \end_layout
45690
45691 \end_inset
45692
45693
45694 \end_layout
45695
45696 \begin_layout Standard
45697 Dieser Dateityp hat die Erweiterung 
45698 \begin_inset Quotes gld
45699 \end_inset
45700
45701
45702 \family typewriter
45703 .ps
45704 \family default
45705
45706 \begin_inset Quotes grd
45707 \end_inset
45708
45709 .
45710  PostScript wurde von der Firma
45711 \family typewriter
45712  Adobe
45713 \family default
45714  als Druckersprache entwickelt.
45715  Die Datei enthält deshalb Druckbefehle.
45716  PostScript kann als 
45717 \begin_inset Quotes gld
45718 \end_inset
45719
45720 Programmiersprache
45721 \begin_inset Quotes grd
45722 \end_inset
45723
45724  angesehen werden.
45725  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen.
45726 \begin_inset Foot
45727 status collapsed
45728
45729 \begin_layout Plain Layout
45730 Wenn Sie mehr darüber wissen wollen,
45731  sollten Sie sich die Dokumentation von
45732 \series bold
45733  PSTricks
45734 \series default
45735  
45736 \begin_inset CommandInset citation
45737 LatexCommand cite
45738 key "pstricks"
45739 literal "true"
45740
45741 \end_inset
45742
45743  oder 
45744 \begin_inset CommandInset citation
45745 LatexCommand cite
45746 key "latex-praxisbuch"
45747 literal "true"
45748
45749 \end_inset
45750
45751  ansehen.
45752 \end_layout
45753
45754 \end_inset
45755
45756  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
45757 \end_layout
45758
45759 \begin_layout Standard
45760 PostScript kann nur Bilder im Format EPS
45761 \begin_inset Index idx
45762 range none
45763 pageformat default
45764 status collapsed
45765
45766 \begin_layout Plain Layout
45767 EPS
45768 \end_layout
45769
45770 \end_inset
45771
45772  (Encapsulated PostScript,
45773  Datei-Er\SpecialChar softhyphen
45774 wei\SpecialChar softhyphen
45775 ter\SpecialChar softhyphen
45776 ung 
45777 \begin_inset Quotes gld
45778 \end_inset
45779
45780
45781 \family typewriter
45782 .eps
45783 \family default
45784
45785 \begin_inset Quotes grd
45786 \end_inset
45787
45788 ) enthalten.
45789  Weil \SpecialChar LyX
45790  die Verwendung jedes bekannten Bildformats erlaubt,
45791  muss es diese intern nach EPS konvertieren.
45792  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch verlangsamen.
45793  Wenn Sie also PostScript benutzen wollen,
45794  sollten Sie Ihre Bilder vorher konvertieren und direkt als EPS einfügen.
45795 \end_layout
45796
45797 \begin_layout Standard
45798 Sie können Ihr Dokument als PostScript über das Menü 
45799 \family sans
45800 Datei\SpecialChar menuseparator
45801 Exportieren\SpecialChar menuseparator
45802 Post\SpecialChar softhyphen
45803 Script
45804 \family default
45805  exportieren.
45806  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
45807 \family sans
45808 Ansicht
45809 \family default
45810  anschauen.
45811 \end_layout
45812
45813 \begin_layout Section
45814 PDF
45815 \begin_inset Index idx
45816 range none
45817 pageformat default
45818 status collapsed
45819
45820 \begin_layout Plain Layout
45821 Dateiformat
45822 \begin_inset IndexMacro subentry
45823 status open
45824
45825 \begin_layout Plain Layout
45826 PDF
45827 \end_layout
45828
45829 \end_inset
45830
45831
45832 \end_layout
45833
45834 \end_inset
45835
45836
45837 \begin_inset Index idx
45838 range none
45839 pageformat default
45840 status collapsed
45841
45842 \begin_layout Plain Layout
45843 PDF
45844 \end_layout
45845
45846 \end_inset
45847
45848
45849 \end_layout
45850
45851 \begin_layout Standard
45852 Dieser Dateityp hat die Erweiterung 
45853 \begin_inset Quotes gld
45854 \end_inset
45855
45856
45857 \family typewriter
45858 .pdf
45859 \family default
45860
45861 \begin_inset Quotes grd
45862 \end_inset
45863
45864 .
45865  Das
45866 \emph on
45867  
45868 \emph default
45869
45870 \begin_inset Quotes gld
45871 \end_inset
45872
45873 Portable Document Format
45874 \begin_inset Quotes grd
45875 \end_inset
45876
45877  (PDF) wurde auch von der Firma 
45878 \family typewriter
45879 Adobe
45880 \family default
45881  als Derivat von PostScript entwickelt.
45882  Es ist komprimierter und benutzt weniger Befehle als PostScript.
45883  Wie der Begriff 
45884 \begin_inset Quotes gld
45885 \end_inset
45886
45887 portable
45888 \begin_inset Quotes grd
45889 \end_inset
45890
45891  (übertragbar) vermuten lässt,
45892  kann eine PDF-Datei auf jeden Rechner übertragen werden,
45893  und der Ausdruck sieht immer gleich aus.
45894 \end_layout
45895
45896 \begin_layout Standard
45897 PDF kann Bilder im eigenen PDF-Format,
45898  im Format 
45899 \begin_inset Quotes gld
45900 \end_inset
45901
45902 Joint Photographic Experts Group
45903 \begin_inset Quotes grd
45904 \end_inset
45905
45906  (JPEG
45907 \begin_inset Index idx
45908 range none
45909 pageformat default
45910 status collapsed
45911
45912 \begin_layout Plain Layout
45913 JPG,
45914  JPEG
45915 \end_layout
45916
45917 \end_inset
45918
45919 ,
45920  Datei-Erweiterung 
45921 \begin_inset Quotes gld
45922 \end_inset
45923
45924
45925 \family typewriter
45926 .jpg
45927 \family default
45928
45929 \begin_inset Quotes grd
45930 \end_inset
45931
45932  oder 
45933 \begin_inset Quotes gld
45934 \end_inset
45935
45936
45937 \family typewriter
45938 .jpeg
45939 \family default
45940
45941 \begin_inset Quotes grd
45942 \end_inset
45943
45944 ) und im Format 
45945 \begin_inset Quotes gld
45946 \end_inset
45947
45948 Portable Network Graphics
45949 \begin_inset Quotes grd
45950 \end_inset
45951
45952  (PNG
45953 \begin_inset Index idx
45954 range none
45955 pageformat default
45956 status collapsed
45957
45958 \begin_layout Plain Layout
45959 PNG
45960 \end_layout
45961
45962 \end_inset
45963
45964 ,
45965  Datei-Erweiterung 
45966 \begin_inset Quotes gld
45967 \end_inset
45968
45969
45970 \family typewriter
45971 .png
45972 \family default
45973
45974 \begin_inset Quotes grd
45975 \end_inset
45976
45977 ) enthalten.
45978  Trotzdem können Sie jedes bekannte Bildformat benutzen,
45979  weil \SpecialChar LyX
45980  es für Sie konvertieren wird.
45981  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen,
45982  weswegen empfohlen wird,
45983  eines der drei erwähnten Bildformate zu benutzen.
45984 \end_layout
45985
45986 \begin_layout Standard
45987 PDF-Dateien können Sie über 
45988 \family sans
45989 Datei\SpecialChar menuseparator
45990 Exportieren
45991 \family default
45992  auf drei Arten erzeugen:
45993 \end_layout
45994
45995 \begin_layout Description
45996 PDF
45997 \begin_inset space ~
45998 \end_inset
45999
46000 (ps2pdf) benutzt das Programm
46001 \family typewriter
46002  ps2pdf
46003 \family default
46004 ,
46005  das eine PDF-Datei aus einer Post\SpecialChar softhyphen
46006 Script®-Version Ihres Dokument erstellt.
46007  Die PostScript-Version wird mit dem Programm 
46008 \family typewriter
46009 dvips
46010 \family default
46011  aus einer DVI-Version erstellt.
46012  Es werden also drei Konvertierungen verwendet.
46013 \end_layout
46014
46015 \begin_layout Description
46016 PDF
46017 \begin_inset space ~
46018 \end_inset
46019
46020 (dvipdfm) benutzt das Programm 
46021 \family typewriter
46022 dvipdfm
46023 \family default
46024 ,
46025  das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach PDF konvertiert.
46026 \end_layout
46027
46028 \begin_layout Description
46029 PDF
46030 \begin_inset space ~
46031 \end_inset
46032
46033 (pdflatex) benutzt das Programm
46034 \family typewriter
46035  pdftex
46036 \family default
46037 ,
46038  das Ihr Dokument direkt nach PDF konvertiert.
46039 \end_layout
46040
46041 \begin_layout Standard
46042
46043 \family sans
46044 PDF
46045 \begin_inset space ~
46046 \end_inset
46047
46048 (pdflatex)
46049 \family default
46050  wird empfohlen,
46051  weil
46052 \family typewriter
46053  pdftex
46054 \family default
46055  alle Funktionen der aktuellen PDF-Versionen unterstützt,
46056  schnell ist und ohne Probleme arbeitet.
46057  Das Programm 
46058 \family typewriter
46059 dvi\SpecialChar softhyphen
46060 pdfm
46061 \family default
46062  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
46063 \end_layout
46064
46065 \begin_layout Standard
46066 Sie können Ihr Dokument als PDF über das Menü 
46067 \family sans
46068 Datei\SpecialChar menuseparator
46069 Exportieren\SpecialChar menuseparator
46070 PDF
46071 \family default
46072  exportieren.
46073  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
46074 \family sans
46075 Ansicht
46076 \family default
46077  oder einen Werkzeugleistenknopf anschauen.
46078 \end_layout
46079
46080 \begin_layout Chapter
46081 Liste der dvips-Farbnamen
46082 \begin_inset CommandInset label
46083 LatexCommand label
46084 name "kap:Liste-der-dvips-Farbnamen"
46085
46086 \end_inset
46087
46088
46089 \end_layout
46090
46091 \begin_layout Standard
46092 \begin_inset Tabular
46093 <lyxtabular version="3" rows="17" columns="4">
46094 <features tabularvalignment="middle">
46095 <column alignment="left" valignment="top" width="0pt">
46096 <column alignment="left" valignment="top" width="0pt">
46097 <column alignment="left" valignment="top" width="0pt">
46098 <column alignment="left" valignment="top" width="0pt">
46099 <row>
46100 <cell alignment="left" valignment="top" usebox="none">
46101 \begin_inset Text
46102
46103 \begin_layout Plain Layout
46104 \begin_inset ERT
46105 status collapsed
46106
46107 \begin_layout Plain Layout
46108
46109
46110 \backslash
46111 fcolorbox{black}{
46112 \end_layout
46113
46114 \end_inset
46115
46116 white
46117 \begin_inset ERT
46118 status collapsed
46119
46120 \begin_layout Plain Layout
46121
46122 }{
46123 \end_layout
46124
46125 \end_inset
46126
46127 Farbe
46128 \begin_inset ERT
46129 status collapsed
46130
46131 \begin_layout Plain Layout
46132
46133 }
46134 \end_layout
46135
46136 \end_inset
46137
46138  Farbname
46139 \end_layout
46140
46141 \end_inset
46142 </cell>
46143 <cell alignment="left" valignment="top" usebox="none">
46144 \begin_inset Text
46145
46146 \begin_layout Plain Layout
46147 \begin_inset ERT
46148 status collapsed
46149
46150 \begin_layout Plain Layout
46151
46152
46153 \backslash
46154 fcolorbox{black}{
46155 \end_layout
46156
46157 \end_inset
46158
46159 white
46160 \begin_inset ERT
46161 status collapsed
46162
46163 \begin_layout Plain Layout
46164
46165 }{
46166 \end_layout
46167
46168 \end_inset
46169
46170 Farbe
46171 \begin_inset ERT
46172 status collapsed
46173
46174 \begin_layout Plain Layout
46175
46176 }
46177 \end_layout
46178
46179 \end_inset
46180
46181  Farbname
46182 \end_layout
46183
46184 \end_inset
46185 </cell>
46186 <cell alignment="left" valignment="top" usebox="none">
46187 \begin_inset Text
46188
46189 \begin_layout Plain Layout
46190 \begin_inset ERT
46191 status collapsed
46192
46193 \begin_layout Plain Layout
46194
46195
46196 \backslash
46197 fcolorbox{black}{
46198 \end_layout
46199
46200 \end_inset
46201
46202 white
46203 \begin_inset ERT
46204 status collapsed
46205
46206 \begin_layout Plain Layout
46207
46208 }{
46209 \end_layout
46210
46211 \end_inset
46212
46213 Farbe
46214 \begin_inset ERT
46215 status collapsed
46216
46217 \begin_layout Plain Layout
46218
46219 }
46220 \end_layout
46221
46222 \end_inset
46223
46224  Farbname
46225 \end_layout
46226
46227 \end_inset
46228 </cell>
46229 <cell alignment="left" valignment="top" usebox="none">
46230 \begin_inset Text
46231
46232 \begin_layout Plain Layout
46233 \begin_inset ERT
46234 status collapsed
46235
46236 \begin_layout Plain Layout
46237
46238
46239 \backslash
46240 fcolorbox{black}{
46241 \end_layout
46242
46243 \end_inset
46244
46245 white
46246 \begin_inset ERT
46247 status collapsed
46248
46249 \begin_layout Plain Layout
46250
46251 }{
46252 \end_layout
46253
46254 \end_inset
46255
46256 Farbe
46257 \begin_inset ERT
46258 status collapsed
46259
46260 \begin_layout Plain Layout
46261
46262 }
46263 \end_layout
46264
46265 \end_inset
46266
46267  Farbname
46268 \end_layout
46269
46270 \end_inset
46271 </cell>
46272 </row>
46273 <row>
46274 <cell alignment="center" valignment="top" usebox="none">
46275 \begin_inset Text
46276
46277 \begin_layout Plain Layout
46278 \begin_inset ERT
46279 status collapsed
46280
46281 \begin_layout Plain Layout
46282
46283
46284 \backslash
46285 fcolorbox{black}{
46286 \end_layout
46287
46288 \end_inset
46289
46290 Apricot
46291 \begin_inset ERT
46292 status collapsed
46293
46294 \begin_layout Plain Layout
46295
46296 }{
46297 \end_layout
46298
46299 \end_inset
46300
46301
46302 \begin_inset Phantom Phantom
46303 status open
46304
46305 \begin_layout Plain Layout
46306 W
46307 \end_layout
46308
46309 \end_inset
46310
46311
46312 \begin_inset ERT
46313 status collapsed
46314
46315 \begin_layout Plain Layout
46316
46317 }
46318 \end_layout
46319
46320 \end_inset
46321
46322  Apricot
46323 \end_layout
46324
46325 \end_inset
46326 </cell>
46327 <cell alignment="center" valignment="top" usebox="none">
46328 \begin_inset Text
46329
46330 \begin_layout Plain Layout
46331 \begin_inset ERT
46332 status collapsed
46333
46334 \begin_layout Plain Layout
46335
46336
46337 \backslash
46338 fcolorbox{black}{
46339 \end_layout
46340
46341 \end_inset
46342
46343 Aquamarine
46344 \begin_inset ERT
46345 status collapsed
46346
46347 \begin_layout Plain Layout
46348
46349 }{
46350 \end_layout
46351
46352 \end_inset
46353
46354
46355 \begin_inset Phantom Phantom
46356 status open
46357
46358 \begin_layout Plain Layout
46359 W
46360 \end_layout
46361
46362 \end_inset
46363
46364
46365 \begin_inset ERT
46366 status collapsed
46367
46368 \begin_layout Plain Layout
46369
46370 }
46371 \end_layout
46372
46373 \end_inset
46374
46375  Aquamarine
46376 \end_layout
46377
46378 \end_inset
46379 </cell>
46380 <cell alignment="center" valignment="top" usebox="none">
46381 \begin_inset Text
46382
46383 \begin_layout Plain Layout
46384 \begin_inset ERT
46385 status collapsed
46386
46387 \begin_layout Plain Layout
46388
46389
46390 \backslash
46391 fcolorbox{black}{
46392 \end_layout
46393
46394 \end_inset
46395
46396 Bittersweet
46397 \begin_inset ERT
46398 status collapsed
46399
46400 \begin_layout Plain Layout
46401
46402 }{
46403 \end_layout
46404
46405 \end_inset
46406
46407
46408 \begin_inset Phantom Phantom
46409 status open
46410
46411 \begin_layout Plain Layout
46412 W
46413 \end_layout
46414
46415 \end_inset
46416
46417
46418 \begin_inset ERT
46419 status collapsed
46420
46421 \begin_layout Plain Layout
46422
46423 }
46424 \end_layout
46425
46426 \end_inset
46427
46428  Bittersweet
46429 \end_layout
46430
46431 \end_inset
46432 </cell>
46433 <cell alignment="center" valignment="top" usebox="none">
46434 \begin_inset Text
46435
46436 \begin_layout Plain Layout
46437 \begin_inset ERT
46438 status collapsed
46439
46440 \begin_layout Plain Layout
46441
46442
46443 \backslash
46444 fcolorbox{black}{
46445 \end_layout
46446
46447 \end_inset
46448
46449 BlueGreen
46450 \begin_inset ERT
46451 status collapsed
46452
46453 \begin_layout Plain Layout
46454
46455 }{
46456 \end_layout
46457
46458 \end_inset
46459
46460
46461 \begin_inset Phantom Phantom
46462 status open
46463
46464 \begin_layout Plain Layout
46465 W
46466 \end_layout
46467
46468 \end_inset
46469
46470
46471 \begin_inset ERT
46472 status collapsed
46473
46474 \begin_layout Plain Layout
46475
46476 }
46477 \end_layout
46478
46479 \end_inset
46480
46481  BlueGreen
46482 \end_layout
46483
46484 \end_inset
46485 </cell>
46486 </row>
46487 <row>
46488 <cell alignment="left" valignment="top" usebox="none">
46489 \begin_inset Text
46490
46491 \begin_layout Plain Layout
46492 \begin_inset ERT
46493 status collapsed
46494
46495 \begin_layout Plain Layout
46496
46497
46498 \backslash
46499 fcolorbox{black}{
46500 \end_layout
46501
46502 \end_inset
46503
46504 BlueViolet
46505 \begin_inset ERT
46506 status collapsed
46507
46508 \begin_layout Plain Layout
46509
46510 }{
46511 \end_layout
46512
46513 \end_inset
46514
46515
46516 \begin_inset Phantom Phantom
46517 status open
46518
46519 \begin_layout Plain Layout
46520 W
46521 \end_layout
46522
46523 \end_inset
46524
46525
46526 \begin_inset ERT
46527 status collapsed
46528
46529 \begin_layout Plain Layout
46530
46531 }
46532 \end_layout
46533
46534 \end_inset
46535
46536  BlueViolet
46537 \end_layout
46538
46539 \end_inset
46540 </cell>
46541 <cell alignment="left" valignment="top" usebox="none">
46542 \begin_inset Text
46543
46544 \begin_layout Plain Layout
46545 \begin_inset ERT
46546 status collapsed
46547
46548 \begin_layout Plain Layout
46549
46550
46551 \backslash
46552 fcolorbox{black}{
46553 \end_layout
46554
46555 \end_inset
46556
46557 BrickRed
46558 \begin_inset ERT
46559 status collapsed
46560
46561 \begin_layout Plain Layout
46562
46563 }{
46564 \end_layout
46565
46566 \end_inset
46567
46568
46569 \begin_inset Phantom Phantom
46570 status open
46571
46572 \begin_layout Plain Layout
46573 W
46574 \end_layout
46575
46576 \end_inset
46577
46578
46579 \begin_inset ERT
46580 status collapsed
46581
46582 \begin_layout Plain Layout
46583
46584 }
46585 \end_layout
46586
46587 \end_inset
46588
46589  BrickRed
46590 \end_layout
46591
46592 \end_inset
46593 </cell>
46594 <cell alignment="left" valignment="top" usebox="none">
46595 \begin_inset Text
46596
46597 \begin_layout Plain Layout
46598 \begin_inset ERT
46599 status collapsed
46600
46601 \begin_layout Plain Layout
46602
46603
46604 \backslash
46605 fcolorbox{black}{
46606 \end_layout
46607
46608 \end_inset
46609
46610 Brown
46611 \begin_inset ERT
46612 status collapsed
46613
46614 \begin_layout Plain Layout
46615
46616 }{
46617 \end_layout
46618
46619 \end_inset
46620
46621
46622 \begin_inset Phantom Phantom
46623 status open
46624
46625 \begin_layout Plain Layout
46626 W
46627 \end_layout
46628
46629 \end_inset
46630
46631
46632 \begin_inset ERT
46633 status collapsed
46634
46635 \begin_layout Plain Layout
46636
46637 }
46638 \end_layout
46639
46640 \end_inset
46641
46642  Brown
46643 \end_layout
46644
46645 \end_inset
46646 </cell>
46647 <cell alignment="left" valignment="top" usebox="none">
46648 \begin_inset Text
46649
46650 \begin_layout Plain Layout
46651 \begin_inset ERT
46652 status collapsed
46653
46654 \begin_layout Plain Layout
46655
46656
46657 \backslash
46658 fcolorbox{black}{
46659 \end_layout
46660
46661 \end_inset
46662
46663 BurntOrange
46664 \begin_inset ERT
46665 status collapsed
46666
46667 \begin_layout Plain Layout
46668
46669 }{
46670 \end_layout
46671
46672 \end_inset
46673
46674
46675 \begin_inset Phantom Phantom
46676 status open
46677
46678 \begin_layout Plain Layout
46679 W
46680 \end_layout
46681
46682 \end_inset
46683
46684
46685 \begin_inset ERT
46686 status collapsed
46687
46688 \begin_layout Plain Layout
46689
46690 }
46691 \end_layout
46692
46693 \end_inset
46694
46695  BurntOrange
46696 \end_layout
46697
46698 \end_inset
46699 </cell>
46700 </row>
46701 <row>
46702 <cell alignment="left" valignment="top" usebox="none">
46703 \begin_inset Text
46704
46705 \begin_layout Plain Layout
46706 \begin_inset ERT
46707 status collapsed
46708
46709 \begin_layout Plain Layout
46710
46711
46712 \backslash
46713 fcolorbox{black}{
46714 \end_layout
46715
46716 \end_inset
46717
46718 CadetBlue
46719 \begin_inset ERT
46720 status collapsed
46721
46722 \begin_layout Plain Layout
46723
46724 }{
46725 \end_layout
46726
46727 \end_inset
46728
46729
46730 \begin_inset Phantom Phantom
46731 status open
46732
46733 \begin_layout Plain Layout
46734 W
46735 \end_layout
46736
46737 \end_inset
46738
46739
46740 \begin_inset ERT
46741 status collapsed
46742
46743 \begin_layout Plain Layout
46744
46745 }
46746 \end_layout
46747
46748 \end_inset
46749
46750  CadetBlue
46751 \end_layout
46752
46753 \end_inset
46754 </cell>
46755 <cell alignment="left" valignment="top" usebox="none">
46756 \begin_inset Text
46757
46758 \begin_layout Plain Layout
46759 \begin_inset ERT
46760 status collapsed
46761
46762 \begin_layout Plain Layout
46763
46764
46765 \backslash
46766 fcolorbox{black}{
46767 \end_layout
46768
46769 \end_inset
46770
46771 CarnationPink
46772 \begin_inset ERT
46773 status collapsed
46774
46775 \begin_layout Plain Layout
46776
46777 }{
46778 \end_layout
46779
46780 \end_inset
46781
46782
46783 \begin_inset Phantom Phantom
46784 status open
46785
46786 \begin_layout Plain Layout
46787 W
46788 \end_layout
46789
46790 \end_inset
46791
46792
46793 \begin_inset ERT
46794 status collapsed
46795
46796 \begin_layout Plain Layout
46797
46798 }
46799 \end_layout
46800
46801 \end_inset
46802
46803  CarnationPink
46804 \end_layout
46805
46806 \end_inset
46807 </cell>
46808 <cell alignment="left" valignment="top" usebox="none">
46809 \begin_inset Text
46810
46811 \begin_layout Plain Layout
46812 \begin_inset ERT
46813 status collapsed
46814
46815 \begin_layout Plain Layout
46816
46817
46818 \backslash
46819 fcolorbox{black}{
46820 \end_layout
46821
46822 \end_inset
46823
46824 Cerulean
46825 \begin_inset ERT
46826 status collapsed
46827
46828 \begin_layout Plain Layout
46829
46830 }{
46831 \end_layout
46832
46833 \end_inset
46834
46835
46836 \begin_inset Phantom Phantom
46837 status open
46838
46839 \begin_layout Plain Layout
46840 W
46841 \end_layout
46842
46843 \end_inset
46844
46845
46846 \begin_inset ERT
46847 status collapsed
46848
46849 \begin_layout Plain Layout
46850
46851 }
46852 \end_layout
46853
46854 \end_inset
46855
46856  Cerulean
46857 \end_layout
46858
46859 \end_inset
46860 </cell>
46861 <cell alignment="left" valignment="top" usebox="none">
46862 \begin_inset Text
46863
46864 \begin_layout Plain Layout
46865 \begin_inset ERT
46866 status collapsed
46867
46868 \begin_layout Plain Layout
46869
46870
46871 \backslash
46872 fcolorbox{black}{
46873 \end_layout
46874
46875 \end_inset
46876
46877 CornflowerBlue
46878 \begin_inset ERT
46879 status collapsed
46880
46881 \begin_layout Plain Layout
46882
46883 }{
46884 \end_layout
46885
46886 \end_inset
46887
46888
46889 \begin_inset Phantom Phantom
46890 status open
46891
46892 \begin_layout Plain Layout
46893 W
46894 \end_layout
46895
46896 \end_inset
46897
46898
46899 \begin_inset ERT
46900 status collapsed
46901
46902 \begin_layout Plain Layout
46903
46904 }
46905 \end_layout
46906
46907 \end_inset
46908
46909  CornflowerBlue
46910 \end_layout
46911
46912 \end_inset
46913 </cell>
46914 </row>
46915 <row>
46916 <cell alignment="left" valignment="top" usebox="none">
46917 \begin_inset Text
46918
46919 \begin_layout Plain Layout
46920 \begin_inset ERT
46921 status collapsed
46922
46923 \begin_layout Plain Layout
46924
46925
46926 \backslash
46927 fcolorbox{black}{
46928 \end_layout
46929
46930 \end_inset
46931
46932 Dandelion
46933 \begin_inset ERT
46934 status collapsed
46935
46936 \begin_layout Plain Layout
46937
46938 }{
46939 \end_layout
46940
46941 \end_inset
46942
46943
46944 \begin_inset Phantom Phantom
46945 status open
46946
46947 \begin_layout Plain Layout
46948 W
46949 \end_layout
46950
46951 \end_inset
46952
46953
46954 \begin_inset ERT
46955 status collapsed
46956
46957 \begin_layout Plain Layout
46958
46959 }
46960 \end_layout
46961
46962 \end_inset
46963
46964  Dandelion
46965 \end_layout
46966
46967 \end_inset
46968 </cell>
46969 <cell alignment="left" valignment="top" usebox="none">
46970 \begin_inset Text
46971
46972 \begin_layout Plain Layout
46973 \begin_inset ERT
46974 status collapsed
46975
46976 \begin_layout Plain Layout
46977
46978
46979 \backslash
46980 fcolorbox{black}{
46981 \end_layout
46982
46983 \end_inset
46984
46985 DarkOrchid
46986 \begin_inset ERT
46987 status collapsed
46988
46989 \begin_layout Plain Layout
46990
46991 }{
46992 \end_layout
46993
46994 \end_inset
46995
46996
46997 \begin_inset Phantom Phantom
46998 status open
46999
47000 \begin_layout Plain Layout
47001 W
47002 \end_layout
47003
47004 \end_inset
47005
47006
47007 \begin_inset ERT
47008 status collapsed
47009
47010 \begin_layout Plain Layout
47011
47012 }
47013 \end_layout
47014
47015 \end_inset
47016
47017  DarkOrchid
47018 \end_layout
47019
47020 \end_inset
47021 </cell>
47022 <cell alignment="left" valignment="top" usebox="none">
47023 \begin_inset Text
47024
47025 \begin_layout Plain Layout
47026 \begin_inset ERT
47027 status collapsed
47028
47029 \begin_layout Plain Layout
47030
47031
47032 \backslash
47033 fcolorbox{black}{
47034 \end_layout
47035
47036 \end_inset
47037
47038 Emerald
47039 \begin_inset ERT
47040 status collapsed
47041
47042 \begin_layout Plain Layout
47043
47044 }{
47045 \end_layout
47046
47047 \end_inset
47048
47049
47050 \begin_inset Phantom Phantom
47051 status open
47052
47053 \begin_layout Plain Layout
47054 W
47055 \end_layout
47056
47057 \end_inset
47058
47059
47060 \begin_inset ERT
47061 status collapsed
47062
47063 \begin_layout Plain Layout
47064
47065 }
47066 \end_layout
47067
47068 \end_inset
47069
47070  Emerald
47071 \end_layout
47072
47073 \end_inset
47074 </cell>
47075 <cell alignment="left" valignment="top" usebox="none">
47076 \begin_inset Text
47077
47078 \begin_layout Plain Layout
47079 \begin_inset ERT
47080 status collapsed
47081
47082 \begin_layout Plain Layout
47083
47084
47085 \backslash
47086 fcolorbox{black}{
47087 \end_layout
47088
47089 \end_inset
47090
47091 ForestGreen
47092 \begin_inset ERT
47093 status collapsed
47094
47095 \begin_layout Plain Layout
47096
47097 }{
47098 \end_layout
47099
47100 \end_inset
47101
47102
47103 \begin_inset Phantom Phantom
47104 status open
47105
47106 \begin_layout Plain Layout
47107 W
47108 \end_layout
47109
47110 \end_inset
47111
47112
47113 \begin_inset ERT
47114 status collapsed
47115
47116 \begin_layout Plain Layout
47117
47118 }
47119 \end_layout
47120
47121 \end_inset
47122
47123  ForestGreen
47124 \end_layout
47125
47126 \end_inset
47127 </cell>
47128 </row>
47129 <row>
47130 <cell alignment="left" valignment="top" usebox="none">
47131 \begin_inset Text
47132
47133 \begin_layout Plain Layout
47134 \begin_inset ERT
47135 status collapsed
47136
47137 \begin_layout Plain Layout
47138
47139
47140 \backslash
47141 fcolorbox{black}{
47142 \end_layout
47143
47144 \end_inset
47145
47146 Fuchsia
47147 \begin_inset ERT
47148 status collapsed
47149
47150 \begin_layout Plain Layout
47151
47152 }{
47153 \end_layout
47154
47155 \end_inset
47156
47157
47158 \begin_inset Phantom Phantom
47159 status open
47160
47161 \begin_layout Plain Layout
47162 W
47163 \end_layout
47164
47165 \end_inset
47166
47167
47168 \begin_inset ERT
47169 status collapsed
47170
47171 \begin_layout Plain Layout
47172
47173 }
47174 \end_layout
47175
47176 \end_inset
47177
47178  Fuchsia
47179 \end_layout
47180
47181 \end_inset
47182 </cell>
47183 <cell alignment="left" valignment="top" usebox="none">
47184 \begin_inset Text
47185
47186 \begin_layout Plain Layout
47187 \begin_inset ERT
47188 status collapsed
47189
47190 \begin_layout Plain Layout
47191
47192
47193 \backslash
47194 fcolorbox{black}{
47195 \end_layout
47196
47197 \end_inset
47198
47199 Goldenrod
47200 \begin_inset ERT
47201 status collapsed
47202
47203 \begin_layout Plain Layout
47204
47205 }{
47206 \end_layout
47207
47208 \end_inset
47209
47210
47211 \begin_inset Phantom Phantom
47212 status open
47213
47214 \begin_layout Plain Layout
47215 W
47216 \end_layout
47217
47218 \end_inset
47219
47220
47221 \begin_inset ERT
47222 status collapsed
47223
47224 \begin_layout Plain Layout
47225
47226 }
47227 \end_layout
47228
47229 \end_inset
47230
47231  Goldenrod
47232 \end_layout
47233
47234 \end_inset
47235 </cell>
47236 <cell alignment="left" valignment="top" usebox="none">
47237 \begin_inset Text
47238
47239 \begin_layout Plain Layout
47240 \begin_inset ERT
47241 status collapsed
47242
47243 \begin_layout Plain Layout
47244
47245
47246 \backslash
47247 fcolorbox{black}{
47248 \end_layout
47249
47250 \end_inset
47251
47252 Gray
47253 \begin_inset ERT
47254 status collapsed
47255
47256 \begin_layout Plain Layout
47257
47258 }{
47259 \end_layout
47260
47261 \end_inset
47262
47263
47264 \begin_inset Phantom Phantom
47265 status open
47266
47267 \begin_layout Plain Layout
47268 W
47269 \end_layout
47270
47271 \end_inset
47272
47273
47274 \begin_inset ERT
47275 status collapsed
47276
47277 \begin_layout Plain Layout
47278
47279 }
47280 \end_layout
47281
47282 \end_inset
47283
47284  Gray
47285 \end_layout
47286
47287 \end_inset
47288 </cell>
47289 <cell alignment="left" valignment="top" usebox="none">
47290 \begin_inset Text
47291
47292 \begin_layout Plain Layout
47293 \begin_inset ERT
47294 status collapsed
47295
47296 \begin_layout Plain Layout
47297
47298
47299 \backslash
47300 fcolorbox{black}{
47301 \end_layout
47302
47303 \end_inset
47304
47305 GreenYellow
47306 \begin_inset ERT
47307 status collapsed
47308
47309 \begin_layout Plain Layout
47310
47311 }{
47312 \end_layout
47313
47314 \end_inset
47315
47316
47317 \begin_inset Phantom Phantom
47318 status open
47319
47320 \begin_layout Plain Layout
47321 W
47322 \end_layout
47323
47324 \end_inset
47325
47326
47327 \begin_inset ERT
47328 status collapsed
47329
47330 \begin_layout Plain Layout
47331
47332 }
47333 \end_layout
47334
47335 \end_inset
47336
47337  GreenYellow
47338 \end_layout
47339
47340 \end_inset
47341 </cell>
47342 </row>
47343 <row>
47344 <cell alignment="center" valignment="top" usebox="none">
47345 \begin_inset Text
47346
47347 \begin_layout Plain Layout
47348 \begin_inset ERT
47349 status collapsed
47350
47351 \begin_layout Plain Layout
47352
47353
47354 \backslash
47355 fcolorbox{black}{
47356 \end_layout
47357
47358 \end_inset
47359
47360 JungleGreen
47361 \begin_inset ERT
47362 status collapsed
47363
47364 \begin_layout Plain Layout
47365
47366 }{
47367 \end_layout
47368
47369 \end_inset
47370
47371
47372 \begin_inset Phantom Phantom
47373 status open
47374
47375 \begin_layout Plain Layout
47376 W
47377 \end_layout
47378
47379 \end_inset
47380
47381
47382 \begin_inset ERT
47383 status collapsed
47384
47385 \begin_layout Plain Layout
47386
47387 }
47388 \end_layout
47389
47390 \end_inset
47391
47392  JungleGreen
47393 \end_layout
47394
47395 \end_inset
47396 </cell>
47397 <cell alignment="center" valignment="top" usebox="none">
47398 \begin_inset Text
47399
47400 \begin_layout Plain Layout
47401 \begin_inset ERT
47402 status collapsed
47403
47404 \begin_layout Plain Layout
47405
47406
47407 \backslash
47408 fcolorbox{black}{
47409 \end_layout
47410
47411 \end_inset
47412
47413 Lavender
47414 \begin_inset ERT
47415 status collapsed
47416
47417 \begin_layout Plain Layout
47418
47419 }{
47420 \end_layout
47421
47422 \end_inset
47423
47424
47425 \begin_inset Phantom Phantom
47426 status open
47427
47428 \begin_layout Plain Layout
47429 W
47430 \end_layout
47431
47432 \end_inset
47433
47434
47435 \begin_inset ERT
47436 status collapsed
47437
47438 \begin_layout Plain Layout
47439
47440 }
47441 \end_layout
47442
47443 \end_inset
47444
47445  Lavender
47446 \end_layout
47447
47448 \end_inset
47449 </cell>
47450 <cell alignment="center" valignment="top" usebox="none">
47451 \begin_inset Text
47452
47453 \begin_layout Plain Layout
47454 \begin_inset ERT
47455 status collapsed
47456
47457 \begin_layout Plain Layout
47458
47459
47460 \backslash
47461 fcolorbox{black}{
47462 \end_layout
47463
47464 \end_inset
47465
47466 LimeGreen
47467 \begin_inset ERT
47468 status collapsed
47469
47470 \begin_layout Plain Layout
47471
47472 }{
47473 \end_layout
47474
47475 \end_inset
47476
47477
47478 \begin_inset Phantom Phantom
47479 status open
47480
47481 \begin_layout Plain Layout
47482 W
47483 \end_layout
47484
47485 \end_inset
47486
47487
47488 \begin_inset ERT
47489 status collapsed
47490
47491 \begin_layout Plain Layout
47492
47493 }
47494 \end_layout
47495
47496 \end_inset
47497
47498  LimeGreen
47499 \end_layout
47500
47501 \end_inset
47502 </cell>
47503 <cell alignment="center" valignment="top" usebox="none">
47504 \begin_inset Text
47505
47506 \begin_layout Plain Layout
47507 \begin_inset ERT
47508 status collapsed
47509
47510 \begin_layout Plain Layout
47511
47512
47513 \backslash
47514 fcolorbox{black}{
47515 \end_layout
47516
47517 \end_inset
47518
47519 Mahogany
47520 \begin_inset ERT
47521 status collapsed
47522
47523 \begin_layout Plain Layout
47524
47525 }{
47526 \end_layout
47527
47528 \end_inset
47529
47530
47531 \begin_inset Phantom Phantom
47532 status open
47533
47534 \begin_layout Plain Layout
47535 W
47536 \end_layout
47537
47538 \end_inset
47539
47540
47541 \begin_inset ERT
47542 status collapsed
47543
47544 \begin_layout Plain Layout
47545
47546 }
47547 \end_layout
47548
47549 \end_inset
47550
47551  Mahogany
47552 \end_layout
47553
47554 \end_inset
47555 </cell>
47556 </row>
47557 <row>
47558 <cell alignment="left" valignment="top" usebox="none">
47559 \begin_inset Text
47560
47561 \begin_layout Plain Layout
47562 \begin_inset ERT
47563 status collapsed
47564
47565 \begin_layout Plain Layout
47566
47567
47568 \backslash
47569 fcolorbox{black}{
47570 \end_layout
47571
47572 \end_inset
47573
47574 Mahogany
47575 \begin_inset ERT
47576 status collapsed
47577
47578 \begin_layout Plain Layout
47579
47580 }{
47581 \end_layout
47582
47583 \end_inset
47584
47585
47586 \begin_inset Phantom Phantom
47587 status open
47588
47589 \begin_layout Plain Layout
47590 W
47591 \end_layout
47592
47593 \end_inset
47594
47595
47596 \begin_inset ERT
47597 status collapsed
47598
47599 \begin_layout Plain Layout
47600
47601 }
47602 \end_layout
47603
47604 \end_inset
47605
47606  Mahogany
47607 \end_layout
47608
47609 \end_inset
47610 </cell>
47611 <cell alignment="left" valignment="top" usebox="none">
47612 \begin_inset Text
47613
47614 \begin_layout Plain Layout
47615 \begin_inset ERT
47616 status collapsed
47617
47618 \begin_layout Plain Layout
47619
47620
47621 \backslash
47622 fcolorbox{black}{
47623 \end_layout
47624
47625 \end_inset
47626
47627 Maroon
47628 \begin_inset ERT
47629 status collapsed
47630
47631 \begin_layout Plain Layout
47632
47633 }{
47634 \end_layout
47635
47636 \end_inset
47637
47638
47639 \begin_inset Phantom Phantom
47640 status open
47641
47642 \begin_layout Plain Layout
47643 W
47644 \end_layout
47645
47646 \end_inset
47647
47648
47649 \begin_inset ERT
47650 status collapsed
47651
47652 \begin_layout Plain Layout
47653
47654 }
47655 \end_layout
47656
47657 \end_inset
47658
47659  Maroon
47660 \end_layout
47661
47662 \end_inset
47663 </cell>
47664 <cell alignment="left" valignment="top" usebox="none">
47665 \begin_inset Text
47666
47667 \begin_layout Plain Layout
47668 \begin_inset ERT
47669 status collapsed
47670
47671 \begin_layout Plain Layout
47672
47673
47674 \backslash
47675 fcolorbox{black}{
47676 \end_layout
47677
47678 \end_inset
47679
47680 Melon
47681 \begin_inset ERT
47682 status collapsed
47683
47684 \begin_layout Plain Layout
47685
47686 }{
47687 \end_layout
47688
47689 \end_inset
47690
47691
47692 \begin_inset Phantom Phantom
47693 status open
47694
47695 \begin_layout Plain Layout
47696 W
47697 \end_layout
47698
47699 \end_inset
47700
47701
47702 \begin_inset ERT
47703 status collapsed
47704
47705 \begin_layout Plain Layout
47706
47707 }
47708 \end_layout
47709
47710 \end_inset
47711
47712  Melon
47713 \end_layout
47714
47715 \end_inset
47716 </cell>
47717 <cell alignment="left" valignment="top" usebox="none">
47718 \begin_inset Text
47719
47720 \begin_layout Plain Layout
47721 \begin_inset ERT
47722 status collapsed
47723
47724 \begin_layout Plain Layout
47725
47726
47727 \backslash
47728 fcolorbox{black}{
47729 \end_layout
47730
47731 \end_inset
47732
47733 MidnightBlue
47734 \begin_inset ERT
47735 status collapsed
47736
47737 \begin_layout Plain Layout
47738
47739 }{
47740 \end_layout
47741
47742 \end_inset
47743
47744
47745 \begin_inset Phantom Phantom
47746 status open
47747
47748 \begin_layout Plain Layout
47749 W
47750 \end_layout
47751
47752 \end_inset
47753
47754
47755 \begin_inset ERT
47756 status collapsed
47757
47758 \begin_layout Plain Layout
47759
47760 }
47761 \end_layout
47762
47763 \end_inset
47764
47765  MidnightBlue
47766 \end_layout
47767
47768 \end_inset
47769 </cell>
47770 </row>
47771 <row>
47772 <cell alignment="left" valignment="top" usebox="none">
47773 \begin_inset Text
47774
47775 \begin_layout Plain Layout
47776 \begin_inset ERT
47777 status collapsed
47778
47779 \begin_layout Plain Layout
47780
47781
47782 \backslash
47783 fcolorbox{black}{
47784 \end_layout
47785
47786 \end_inset
47787
47788 Mulberry
47789 \begin_inset ERT
47790 status collapsed
47791
47792 \begin_layout Plain Layout
47793
47794 }{
47795 \end_layout
47796
47797 \end_inset
47798
47799
47800 \begin_inset Phantom Phantom
47801 status open
47802
47803 \begin_layout Plain Layout
47804 W
47805 \end_layout
47806
47807 \end_inset
47808
47809
47810 \begin_inset ERT
47811 status collapsed
47812
47813 \begin_layout Plain Layout
47814
47815 }
47816 \end_layout
47817
47818 \end_inset
47819
47820  Mulberry
47821 \end_layout
47822
47823 \end_inset
47824 </cell>
47825 <cell alignment="left" valignment="top" usebox="none">
47826 \begin_inset Text
47827
47828 \begin_layout Plain Layout
47829 \begin_inset ERT
47830 status collapsed
47831
47832 \begin_layout Plain Layout
47833
47834
47835 \backslash
47836 fcolorbox{black}{
47837 \end_layout
47838
47839 \end_inset
47840
47841 NavyBlue
47842 \begin_inset ERT
47843 status collapsed
47844
47845 \begin_layout Plain Layout
47846
47847 }{
47848 \end_layout
47849
47850 \end_inset
47851
47852
47853 \begin_inset Phantom Phantom
47854 status open
47855
47856 \begin_layout Plain Layout
47857 W
47858 \end_layout
47859
47860 \end_inset
47861
47862
47863 \begin_inset ERT
47864 status collapsed
47865
47866 \begin_layout Plain Layout
47867
47868 }
47869 \end_layout
47870
47871 \end_inset
47872
47873  NavyBlue
47874 \end_layout
47875
47876 \end_inset
47877 </cell>
47878 <cell alignment="left" valignment="top" usebox="none">
47879 \begin_inset Text
47880
47881 \begin_layout Plain Layout
47882 \begin_inset ERT
47883 status collapsed
47884
47885 \begin_layout Plain Layout
47886
47887
47888 \backslash
47889 fcolorbox{black}{
47890 \end_layout
47891
47892 \end_inset
47893
47894 OliveGreen
47895 \begin_inset ERT
47896 status collapsed
47897
47898 \begin_layout Plain Layout
47899
47900 }{
47901 \end_layout
47902
47903 \end_inset
47904
47905
47906 \begin_inset Phantom Phantom
47907 status open
47908
47909 \begin_layout Plain Layout
47910 W
47911 \end_layout
47912
47913 \end_inset
47914
47915
47916 \begin_inset ERT
47917 status collapsed
47918
47919 \begin_layout Plain Layout
47920
47921 }
47922 \end_layout
47923
47924 \end_inset
47925
47926  OliveGreen
47927 \end_layout
47928
47929 \end_inset
47930 </cell>
47931 <cell alignment="left" valignment="top" usebox="none">
47932 \begin_inset Text
47933
47934 \begin_layout Plain Layout
47935 \begin_inset ERT
47936 status collapsed
47937
47938 \begin_layout Plain Layout
47939
47940
47941 \backslash
47942 fcolorbox{black}{
47943 \end_layout
47944
47945 \end_inset
47946
47947 Orange
47948 \begin_inset ERT
47949 status collapsed
47950
47951 \begin_layout Plain Layout
47952
47953 }{
47954 \end_layout
47955
47956 \end_inset
47957
47958
47959 \begin_inset Phantom Phantom
47960 status open
47961
47962 \begin_layout Plain Layout
47963 W
47964 \end_layout
47965
47966 \end_inset
47967
47968
47969 \begin_inset ERT
47970 status collapsed
47971
47972 \begin_layout Plain Layout
47973
47974 }
47975 \end_layout
47976
47977 \end_inset
47978
47979  Orange
47980 \end_layout
47981
47982 \end_inset
47983 </cell>
47984 </row>
47985 <row>
47986 <cell alignment="left" valignment="top" usebox="none">
47987 \begin_inset Text
47988
47989 \begin_layout Plain Layout
47990 \begin_inset ERT
47991 status collapsed
47992
47993 \begin_layout Plain Layout
47994
47995
47996 \backslash
47997 fcolorbox{black}{
47998 \end_layout
47999
48000 \end_inset
48001
48002 OrangeRed
48003 \begin_inset ERT
48004 status collapsed
48005
48006 \begin_layout Plain Layout
48007
48008 }{
48009 \end_layout
48010
48011 \end_inset
48012
48013
48014 \begin_inset Phantom Phantom
48015 status open
48016
48017 \begin_layout Plain Layout
48018 W
48019 \end_layout
48020
48021 \end_inset
48022
48023
48024 \begin_inset ERT
48025 status collapsed
48026
48027 \begin_layout Plain Layout
48028
48029 }
48030 \end_layout
48031
48032 \end_inset
48033
48034  OrangeRed
48035 \end_layout
48036
48037 \end_inset
48038 </cell>
48039 <cell alignment="left" valignment="top" usebox="none">
48040 \begin_inset Text
48041
48042 \begin_layout Plain Layout
48043 \begin_inset ERT
48044 status collapsed
48045
48046 \begin_layout Plain Layout
48047
48048
48049 \backslash
48050 fcolorbox{black}{
48051 \end_layout
48052
48053 \end_inset
48054
48055 Orchid
48056 \begin_inset ERT
48057 status collapsed
48058
48059 \begin_layout Plain Layout
48060
48061 }{
48062 \end_layout
48063
48064 \end_inset
48065
48066
48067 \begin_inset Phantom Phantom
48068 status open
48069
48070 \begin_layout Plain Layout
48071 W
48072 \end_layout
48073
48074 \end_inset
48075
48076
48077 \begin_inset ERT
48078 status collapsed
48079
48080 \begin_layout Plain Layout
48081
48082 }
48083 \end_layout
48084
48085 \end_inset
48086
48087  Orchid
48088 \end_layout
48089
48090 \end_inset
48091 </cell>
48092 <cell alignment="left" valignment="top" usebox="none">
48093 \begin_inset Text
48094
48095 \begin_layout Plain Layout
48096 \begin_inset ERT
48097 status collapsed
48098
48099 \begin_layout Plain Layout
48100
48101
48102 \backslash
48103 fcolorbox{black}{
48104 \end_layout
48105
48106 \end_inset
48107
48108 Peach
48109 \begin_inset ERT
48110 status collapsed
48111
48112 \begin_layout Plain Layout
48113
48114 }{
48115 \end_layout
48116
48117 \end_inset
48118
48119
48120 \begin_inset Phantom Phantom
48121 status open
48122
48123 \begin_layout Plain Layout
48124 W
48125 \end_layout
48126
48127 \end_inset
48128
48129
48130 \begin_inset ERT
48131 status collapsed
48132
48133 \begin_layout Plain Layout
48134
48135 }
48136 \end_layout
48137
48138 \end_inset
48139
48140  Peach
48141 \end_layout
48142
48143 \end_inset
48144 </cell>
48145 <cell alignment="left" valignment="top" usebox="none">
48146 \begin_inset Text
48147
48148 \begin_layout Plain Layout
48149 \begin_inset ERT
48150 status collapsed
48151
48152 \begin_layout Plain Layout
48153
48154
48155 \backslash
48156 fcolorbox{black}{
48157 \end_layout
48158
48159 \end_inset
48160
48161 Periwinkle
48162 \begin_inset ERT
48163 status collapsed
48164
48165 \begin_layout Plain Layout
48166
48167 }{
48168 \end_layout
48169
48170 \end_inset
48171
48172
48173 \begin_inset Phantom Phantom
48174 status open
48175
48176 \begin_layout Plain Layout
48177 W
48178 \end_layout
48179
48180 \end_inset
48181
48182
48183 \begin_inset ERT
48184 status collapsed
48185
48186 \begin_layout Plain Layout
48187
48188 }
48189 \end_layout
48190
48191 \end_inset
48192
48193  Periwinkle
48194 \end_layout
48195
48196 \end_inset
48197 </cell>
48198 </row>
48199 <row>
48200 <cell alignment="left" valignment="top" usebox="none">
48201 \begin_inset Text
48202
48203 \begin_layout Plain Layout
48204 \begin_inset ERT
48205 status collapsed
48206
48207 \begin_layout Plain Layout
48208
48209
48210 \backslash
48211 fcolorbox{black}{
48212 \end_layout
48213
48214 \end_inset
48215
48216 PineGreen
48217 \begin_inset ERT
48218 status collapsed
48219
48220 \begin_layout Plain Layout
48221
48222 }{
48223 \end_layout
48224
48225 \end_inset
48226
48227
48228 \begin_inset Phantom Phantom
48229 status open
48230
48231 \begin_layout Plain Layout
48232 W
48233 \end_layout
48234
48235 \end_inset
48236
48237
48238 \begin_inset ERT
48239 status collapsed
48240
48241 \begin_layout Plain Layout
48242
48243 }
48244 \end_layout
48245
48246 \end_inset
48247
48248  PineGreen
48249 \end_layout
48250
48251 \end_inset
48252 </cell>
48253 <cell alignment="left" valignment="top" usebox="none">
48254 \begin_inset Text
48255
48256 \begin_layout Plain Layout
48257 \begin_inset ERT
48258 status collapsed
48259
48260 \begin_layout Plain Layout
48261
48262
48263 \backslash
48264 fcolorbox{black}{
48265 \end_layout
48266
48267 \end_inset
48268
48269 Plum
48270 \begin_inset ERT
48271 status collapsed
48272
48273 \begin_layout Plain Layout
48274
48275 }{
48276 \end_layout
48277
48278 \end_inset
48279
48280
48281 \begin_inset Phantom Phantom
48282 status open
48283
48284 \begin_layout Plain Layout
48285 W
48286 \end_layout
48287
48288 \end_inset
48289
48290
48291 \begin_inset ERT
48292 status collapsed
48293
48294 \begin_layout Plain Layout
48295
48296 }
48297 \end_layout
48298
48299 \end_inset
48300
48301  Plum
48302 \end_layout
48303
48304 \end_inset
48305 </cell>
48306 <cell alignment="left" valignment="top" usebox="none">
48307 \begin_inset Text
48308
48309 \begin_layout Plain Layout
48310 \begin_inset ERT
48311 status collapsed
48312
48313 \begin_layout Plain Layout
48314
48315
48316 \backslash
48317 fcolorbox{black}{
48318 \end_layout
48319
48320 \end_inset
48321
48322 ProcessBlue
48323 \begin_inset ERT
48324 status collapsed
48325
48326 \begin_layout Plain Layout
48327
48328 }{
48329 \end_layout
48330
48331 \end_inset
48332
48333
48334 \begin_inset Phantom Phantom
48335 status open
48336
48337 \begin_layout Plain Layout
48338 W
48339 \end_layout
48340
48341 \end_inset
48342
48343
48344 \begin_inset ERT
48345 status collapsed
48346
48347 \begin_layout Plain Layout
48348
48349 }
48350 \end_layout
48351
48352 \end_inset
48353
48354  ProcessBlue
48355 \end_layout
48356
48357 \end_inset
48358 </cell>
48359 <cell alignment="left" valignment="top" usebox="none">
48360 \begin_inset Text
48361
48362 \begin_layout Plain Layout
48363 \begin_inset ERT
48364 status collapsed
48365
48366 \begin_layout Plain Layout
48367
48368
48369 \backslash
48370 fcolorbox{black}{
48371 \end_layout
48372
48373 \end_inset
48374
48375 Purple
48376 \begin_inset ERT
48377 status collapsed
48378
48379 \begin_layout Plain Layout
48380
48381 }{
48382 \end_layout
48383
48384 \end_inset
48385
48386
48387 \begin_inset Phantom Phantom
48388 status open
48389
48390 \begin_layout Plain Layout
48391 W
48392 \end_layout
48393
48394 \end_inset
48395
48396
48397 \begin_inset ERT
48398 status collapsed
48399
48400 \begin_layout Plain Layout
48401
48402 }
48403 \end_layout
48404
48405 \end_inset
48406
48407  Purple
48408 \end_layout
48409
48410 \end_inset
48411 </cell>
48412 </row>
48413 <row>
48414 <cell alignment="left" valignment="top" usebox="none">
48415 \begin_inset Text
48416
48417 \begin_layout Plain Layout
48418 \begin_inset ERT
48419 status collapsed
48420
48421 \begin_layout Plain Layout
48422
48423
48424 \backslash
48425 fcolorbox{black}{
48426 \end_layout
48427
48428 \end_inset
48429
48430 RawSienna
48431 \begin_inset ERT
48432 status collapsed
48433
48434 \begin_layout Plain Layout
48435
48436 }{
48437 \end_layout
48438
48439 \end_inset
48440
48441
48442 \begin_inset Phantom Phantom
48443 status open
48444
48445 \begin_layout Plain Layout
48446 W
48447 \end_layout
48448
48449 \end_inset
48450
48451
48452 \begin_inset ERT
48453 status collapsed
48454
48455 \begin_layout Plain Layout
48456
48457 }
48458 \end_layout
48459
48460 \end_inset
48461
48462  RawSienna
48463 \end_layout
48464
48465 \end_inset
48466 </cell>
48467 <cell alignment="left" valignment="top" usebox="none">
48468 \begin_inset Text
48469
48470 \begin_layout Plain Layout
48471 \begin_inset ERT
48472 status collapsed
48473
48474 \begin_layout Plain Layout
48475
48476
48477 \backslash
48478 fcolorbox{black}{
48479 \end_layout
48480
48481 \end_inset
48482
48483 RedOrange
48484 \begin_inset ERT
48485 status collapsed
48486
48487 \begin_layout Plain Layout
48488
48489 }{
48490 \end_layout
48491
48492 \end_inset
48493
48494
48495 \begin_inset Phantom Phantom
48496 status open
48497
48498 \begin_layout Plain Layout
48499 W
48500 \end_layout
48501
48502 \end_inset
48503
48504
48505 \begin_inset ERT
48506 status collapsed
48507
48508 \begin_layout Plain Layout
48509
48510 }
48511 \end_layout
48512
48513 \end_inset
48514
48515  RedOrange
48516 \end_layout
48517
48518 \end_inset
48519 </cell>
48520 <cell alignment="left" valignment="top" usebox="none">
48521 \begin_inset Text
48522
48523 \begin_layout Plain Layout
48524 \begin_inset ERT
48525 status collapsed
48526
48527 \begin_layout Plain Layout
48528
48529
48530 \backslash
48531 fcolorbox{black}{
48532 \end_layout
48533
48534 \end_inset
48535
48536 RedViolet
48537 \begin_inset ERT
48538 status collapsed
48539
48540 \begin_layout Plain Layout
48541
48542 }{
48543 \end_layout
48544
48545 \end_inset
48546
48547
48548 \begin_inset Phantom Phantom
48549 status open
48550
48551 \begin_layout Plain Layout
48552 W
48553 \end_layout
48554
48555 \end_inset
48556
48557
48558 \begin_inset ERT
48559 status collapsed
48560
48561 \begin_layout Plain Layout
48562
48563 }
48564 \end_layout
48565
48566 \end_inset
48567
48568  RedViolet
48569 \end_layout
48570
48571 \end_inset
48572 </cell>
48573 <cell alignment="left" valignment="top" usebox="none">
48574 \begin_inset Text
48575
48576 \begin_layout Plain Layout
48577 \begin_inset ERT
48578 status collapsed
48579
48580 \begin_layout Plain Layout
48581
48582
48583 \backslash
48584 fcolorbox{black}{
48585 \end_layout
48586
48587 \end_inset
48588
48589 Rhodamine
48590 \begin_inset ERT
48591 status collapsed
48592
48593 \begin_layout Plain Layout
48594
48595 }{
48596 \end_layout
48597
48598 \end_inset
48599
48600
48601 \begin_inset Phantom Phantom
48602 status open
48603
48604 \begin_layout Plain Layout
48605 W
48606 \end_layout
48607
48608 \end_inset
48609
48610
48611 \begin_inset ERT
48612 status collapsed
48613
48614 \begin_layout Plain Layout
48615
48616 }
48617 \end_layout
48618
48619 \end_inset
48620
48621  Rhodamine
48622 \end_layout
48623
48624 \end_inset
48625 </cell>
48626 </row>
48627 <row>
48628 <cell alignment="left" valignment="top" usebox="none">
48629 \begin_inset Text
48630
48631 \begin_layout Plain Layout
48632 \begin_inset ERT
48633 status collapsed
48634
48635 \begin_layout Plain Layout
48636
48637
48638 \backslash
48639 fcolorbox{black}{
48640 \end_layout
48641
48642 \end_inset
48643
48644 RoyalBlue
48645 \begin_inset ERT
48646 status collapsed
48647
48648 \begin_layout Plain Layout
48649
48650 }{
48651 \end_layout
48652
48653 \end_inset
48654
48655
48656 \begin_inset Phantom Phantom
48657 status open
48658
48659 \begin_layout Plain Layout
48660 W
48661 \end_layout
48662
48663 \end_inset
48664
48665
48666 \begin_inset ERT
48667 status collapsed
48668
48669 \begin_layout Plain Layout
48670
48671 }
48672 \end_layout
48673
48674 \end_inset
48675
48676  RoyalBlue
48677 \end_layout
48678
48679 \end_inset
48680 </cell>
48681 <cell alignment="left" valignment="top" usebox="none">
48682 \begin_inset Text
48683
48684 \begin_layout Plain Layout
48685 \begin_inset ERT
48686 status collapsed
48687
48688 \begin_layout Plain Layout
48689
48690
48691 \backslash
48692 fcolorbox{black}{
48693 \end_layout
48694
48695 \end_inset
48696
48697 RoyalPurple
48698 \begin_inset ERT
48699 status collapsed
48700
48701 \begin_layout Plain Layout
48702
48703 }{
48704 \end_layout
48705
48706 \end_inset
48707
48708
48709 \begin_inset Phantom Phantom
48710 status open
48711
48712 \begin_layout Plain Layout
48713 W
48714 \end_layout
48715
48716 \end_inset
48717
48718
48719 \begin_inset ERT
48720 status collapsed
48721
48722 \begin_layout Plain Layout
48723
48724 }
48725 \end_layout
48726
48727 \end_inset
48728
48729  RoyalPurple
48730 \end_layout
48731
48732 \end_inset
48733 </cell>
48734 <cell alignment="left" valignment="top" usebox="none">
48735 \begin_inset Text
48736
48737 \begin_layout Plain Layout
48738 \begin_inset ERT
48739 status collapsed
48740
48741 \begin_layout Plain Layout
48742
48743
48744 \backslash
48745 fcolorbox{black}{
48746 \end_layout
48747
48748 \end_inset
48749
48750 RubineRed
48751 \begin_inset ERT
48752 status collapsed
48753
48754 \begin_layout Plain Layout
48755
48756 }{
48757 \end_layout
48758
48759 \end_inset
48760
48761
48762 \begin_inset Phantom Phantom
48763 status open
48764
48765 \begin_layout Plain Layout
48766 W
48767 \end_layout
48768
48769 \end_inset
48770
48771
48772 \begin_inset ERT
48773 status collapsed
48774
48775 \begin_layout Plain Layout
48776
48777 }
48778 \end_layout
48779
48780 \end_inset
48781
48782  RubineRed
48783 \end_layout
48784
48785 \end_inset
48786 </cell>
48787 <cell alignment="left" valignment="top" usebox="none">
48788 \begin_inset Text
48789
48790 \begin_layout Plain Layout
48791 \begin_inset ERT
48792 status collapsed
48793
48794 \begin_layout Plain Layout
48795
48796
48797 \backslash
48798 fcolorbox{black}{
48799 \end_layout
48800
48801 \end_inset
48802
48803 Salmon
48804 \begin_inset ERT
48805 status collapsed
48806
48807 \begin_layout Plain Layout
48808
48809 }{
48810 \end_layout
48811
48812 \end_inset
48813
48814
48815 \begin_inset Phantom Phantom
48816 status open
48817
48818 \begin_layout Plain Layout
48819 W
48820 \end_layout
48821
48822 \end_inset
48823
48824
48825 \begin_inset ERT
48826 status collapsed
48827
48828 \begin_layout Plain Layout
48829
48830 }
48831 \end_layout
48832
48833 \end_inset
48834
48835  Salmon
48836 \end_layout
48837
48838 \end_inset
48839 </cell>
48840 </row>
48841 <row>
48842 <cell alignment="left" valignment="top" usebox="none">
48843 \begin_inset Text
48844
48845 \begin_layout Plain Layout
48846 \begin_inset ERT
48847 status collapsed
48848
48849 \begin_layout Plain Layout
48850
48851
48852 \backslash
48853 fcolorbox{black}{
48854 \end_layout
48855
48856 \end_inset
48857
48858 SeaGreen
48859 \begin_inset ERT
48860 status collapsed
48861
48862 \begin_layout Plain Layout
48863
48864 }{
48865 \end_layout
48866
48867 \end_inset
48868
48869
48870 \begin_inset Phantom Phantom
48871 status open
48872
48873 \begin_layout Plain Layout
48874 W
48875 \end_layout
48876
48877 \end_inset
48878
48879
48880 \begin_inset ERT
48881 status collapsed
48882
48883 \begin_layout Plain Layout
48884
48885 }
48886 \end_layout
48887
48888 \end_inset
48889
48890  SeaGreen
48891 \end_layout
48892
48893 \end_inset
48894 </cell>
48895 <cell alignment="left" valignment="top" usebox="none">
48896 \begin_inset Text
48897
48898 \begin_layout Plain Layout
48899 \begin_inset ERT
48900 status collapsed
48901
48902 \begin_layout Plain Layout
48903
48904
48905 \backslash
48906 fcolorbox{black}{
48907 \end_layout
48908
48909 \end_inset
48910
48911 Sepia
48912 \begin_inset ERT
48913 status collapsed
48914
48915 \begin_layout Plain Layout
48916
48917 }{
48918 \end_layout
48919
48920 \end_inset
48921
48922
48923 \begin_inset Phantom Phantom
48924 status open
48925
48926 \begin_layout Plain Layout
48927 W
48928 \end_layout
48929
48930 \end_inset
48931
48932
48933 \begin_inset ERT
48934 status collapsed
48935
48936 \begin_layout Plain Layout
48937
48938 }
48939 \end_layout
48940
48941 \end_inset
48942
48943  Sepia
48944 \end_layout
48945
48946 \end_inset
48947 </cell>
48948 <cell alignment="left" valignment="top" usebox="none">
48949 \begin_inset Text
48950
48951 \begin_layout Plain Layout
48952 \begin_inset ERT
48953 status collapsed
48954
48955 \begin_layout Plain Layout
48956
48957
48958 \backslash
48959 fcolorbox{black}{
48960 \end_layout
48961
48962 \end_inset
48963
48964 SkyBlue
48965 \begin_inset ERT
48966 status collapsed
48967
48968 \begin_layout Plain Layout
48969
48970 }{
48971 \end_layout
48972
48973 \end_inset
48974
48975
48976 \begin_inset Phantom Phantom
48977 status open
48978
48979 \begin_layout Plain Layout
48980 W
48981 \end_layout
48982
48983 \end_inset
48984
48985
48986 \begin_inset ERT
48987 status collapsed
48988
48989 \begin_layout Plain Layout
48990
48991 }
48992 \end_layout
48993
48994 \end_inset
48995
48996  SkyBlue
48997 \end_layout
48998
48999 \end_inset
49000 </cell>
49001 <cell alignment="left" valignment="top" usebox="none">
49002 \begin_inset Text
49003
49004 \begin_layout Plain Layout
49005 \begin_inset ERT
49006 status collapsed
49007
49008 \begin_layout Plain Layout
49009
49010
49011 \backslash
49012 fcolorbox{black}{
49013 \end_layout
49014
49015 \end_inset
49016
49017 SpringGreen
49018 \begin_inset ERT
49019 status collapsed
49020
49021 \begin_layout Plain Layout
49022
49023 }{
49024 \end_layout
49025
49026 \end_inset
49027
49028
49029 \begin_inset Phantom Phantom
49030 status open
49031
49032 \begin_layout Plain Layout
49033 W
49034 \end_layout
49035
49036 \end_inset
49037
49038
49039 \begin_inset ERT
49040 status collapsed
49041
49042 \begin_layout Plain Layout
49043
49044 }
49045 \end_layout
49046
49047 \end_inset
49048
49049  SpringGreen
49050 \end_layout
49051
49052 \end_inset
49053 </cell>
49054 </row>
49055 <row>
49056 <cell alignment="left" valignment="top" usebox="none">
49057 \begin_inset Text
49058
49059 \begin_layout Plain Layout
49060 \begin_inset ERT
49061 status collapsed
49062
49063 \begin_layout Plain Layout
49064
49065
49066 \backslash
49067 fcolorbox{black}{
49068 \end_layout
49069
49070 \end_inset
49071
49072 Tan
49073 \begin_inset ERT
49074 status collapsed
49075
49076 \begin_layout Plain Layout
49077
49078 }{
49079 \end_layout
49080
49081 \end_inset
49082
49083
49084 \begin_inset Phantom Phantom
49085 status open
49086
49087 \begin_layout Plain Layout
49088 W
49089 \end_layout
49090
49091 \end_inset
49092
49093
49094 \begin_inset ERT
49095 status collapsed
49096
49097 \begin_layout Plain Layout
49098
49099 }
49100 \end_layout
49101
49102 \end_inset
49103
49104  Tan
49105 \end_layout
49106
49107 \end_inset
49108 </cell>
49109 <cell alignment="left" valignment="top" usebox="none">
49110 \begin_inset Text
49111
49112 \begin_layout Plain Layout
49113 \begin_inset ERT
49114 status collapsed
49115
49116 \begin_layout Plain Layout
49117
49118
49119 \backslash
49120 fcolorbox{black}{
49121 \end_layout
49122
49123 \end_inset
49124
49125 TealBlue
49126 \begin_inset ERT
49127 status collapsed
49128
49129 \begin_layout Plain Layout
49130
49131 }{
49132 \end_layout
49133
49134 \end_inset
49135
49136
49137 \begin_inset Phantom Phantom
49138 status open
49139
49140 \begin_layout Plain Layout
49141 W
49142 \end_layout
49143
49144 \end_inset
49145
49146
49147 \begin_inset ERT
49148 status collapsed
49149
49150 \begin_layout Plain Layout
49151
49152 }
49153 \end_layout
49154
49155 \end_inset
49156
49157  TealBlue
49158 \end_layout
49159
49160 \end_inset
49161 </cell>
49162 <cell alignment="left" valignment="top" usebox="none">
49163 \begin_inset Text
49164
49165 \begin_layout Plain Layout
49166 \begin_inset ERT
49167 status collapsed
49168
49169 \begin_layout Plain Layout
49170
49171
49172 \backslash
49173 fcolorbox{black}{
49174 \end_layout
49175
49176 \end_inset
49177
49178 Thistle
49179 \begin_inset ERT
49180 status collapsed
49181
49182 \begin_layout Plain Layout
49183
49184 }{
49185 \end_layout
49186
49187 \end_inset
49188
49189
49190 \begin_inset Phantom Phantom
49191 status open
49192
49193 \begin_layout Plain Layout
49194 W
49195 \end_layout
49196
49197 \end_inset
49198
49199
49200 \begin_inset ERT
49201 status collapsed
49202
49203 \begin_layout Plain Layout
49204
49205 }
49206 \end_layout
49207
49208 \end_inset
49209
49210  Thistle
49211 \end_layout
49212
49213 \end_inset
49214 </cell>
49215 <cell alignment="left" valignment="top" usebox="none">
49216 \begin_inset Text
49217
49218 \begin_layout Plain Layout
49219 \begin_inset ERT
49220 status collapsed
49221
49222 \begin_layout Plain Layout
49223
49224
49225 \backslash
49226 fcolorbox{black}{
49227 \end_layout
49228
49229 \end_inset
49230
49231 Turquoise
49232 \begin_inset ERT
49233 status collapsed
49234
49235 \begin_layout Plain Layout
49236
49237 }{
49238 \end_layout
49239
49240 \end_inset
49241
49242
49243 \begin_inset Phantom Phantom
49244 status open
49245
49246 \begin_layout Plain Layout
49247 W
49248 \end_layout
49249
49250 \end_inset
49251
49252
49253 \begin_inset ERT
49254 status collapsed
49255
49256 \begin_layout Plain Layout
49257
49258 }
49259 \end_layout
49260
49261 \end_inset
49262
49263  Turquoise
49264 \end_layout
49265
49266 \end_inset
49267 </cell>
49268 </row>
49269 <row>
49270 <cell alignment="left" valignment="top" usebox="none">
49271 \begin_inset Text
49272
49273 \begin_layout Plain Layout
49274 \begin_inset ERT
49275 status collapsed
49276
49277 \begin_layout Plain Layout
49278
49279
49280 \backslash
49281 fcolorbox{black}{
49282 \end_layout
49283
49284 \end_inset
49285
49286 Violet
49287 \begin_inset ERT
49288 status collapsed
49289
49290 \begin_layout Plain Layout
49291
49292 }{
49293 \end_layout
49294
49295 \end_inset
49296
49297
49298 \begin_inset Phantom Phantom
49299 status open
49300
49301 \begin_layout Plain Layout
49302 W
49303 \end_layout
49304
49305 \end_inset
49306
49307
49308 \begin_inset ERT
49309 status collapsed
49310
49311 \begin_layout Plain Layout
49312
49313 }
49314 \end_layout
49315
49316 \end_inset
49317
49318  Violet
49319 \end_layout
49320
49321 \end_inset
49322 </cell>
49323 <cell alignment="left" valignment="top" usebox="none">
49324 \begin_inset Text
49325
49326 \begin_layout Plain Layout
49327 \begin_inset ERT
49328 status collapsed
49329
49330 \begin_layout Plain Layout
49331
49332
49333 \backslash
49334 fcolorbox{black}{
49335 \end_layout
49336
49337 \end_inset
49338
49339 VioletRed
49340 \begin_inset ERT
49341 status collapsed
49342
49343 \begin_layout Plain Layout
49344
49345 }{
49346 \end_layout
49347
49348 \end_inset
49349
49350
49351 \begin_inset Phantom Phantom
49352 status open
49353
49354 \begin_layout Plain Layout
49355 W
49356 \end_layout
49357
49358 \end_inset
49359
49360
49361 \begin_inset ERT
49362 status collapsed
49363
49364 \begin_layout Plain Layout
49365
49366 }
49367 \end_layout
49368
49369 \end_inset
49370
49371  VioletRed
49372 \end_layout
49373
49374 \end_inset
49375 </cell>
49376 <cell alignment="left" valignment="top" usebox="none">
49377 \begin_inset Text
49378
49379 \begin_layout Plain Layout
49380 \begin_inset ERT
49381 status collapsed
49382
49383 \begin_layout Plain Layout
49384
49385
49386 \backslash
49387 fcolorbox{black}{
49388 \end_layout
49389
49390 \end_inset
49391
49392 WildStrawberry
49393 \begin_inset ERT
49394 status collapsed
49395
49396 \begin_layout Plain Layout
49397
49398 }{
49399 \end_layout
49400
49401 \end_inset
49402
49403
49404 \begin_inset Phantom Phantom
49405 status open
49406
49407 \begin_layout Plain Layout
49408 W
49409 \end_layout
49410
49411 \end_inset
49412
49413
49414 \begin_inset ERT
49415 status collapsed
49416
49417 \begin_layout Plain Layout
49418
49419 }
49420 \end_layout
49421
49422 \end_inset
49423
49424  WildStrawberry
49425 \end_layout
49426
49427 \end_inset
49428 </cell>
49429 <cell alignment="left" valignment="top" usebox="none">
49430 \begin_inset Text
49431
49432 \begin_layout Plain Layout
49433 \begin_inset ERT
49434 status collapsed
49435
49436 \begin_layout Plain Layout
49437
49438
49439 \backslash
49440 fcolorbox{black}{
49441 \end_layout
49442
49443 \end_inset
49444
49445 YellowGreen
49446 \begin_inset ERT
49447 status collapsed
49448
49449 \begin_layout Plain Layout
49450
49451 }{
49452 \end_layout
49453
49454 \end_inset
49455
49456
49457 \begin_inset Phantom Phantom
49458 status open
49459
49460 \begin_layout Plain Layout
49461 W
49462 \end_layout
49463
49464 \end_inset
49465
49466
49467 \begin_inset ERT
49468 status collapsed
49469
49470 \begin_layout Plain Layout
49471
49472 }
49473 \end_layout
49474
49475 \end_inset
49476
49477  YellowGreen
49478 \end_layout
49479
49480 \end_inset
49481 </cell>
49482 </row>
49483 <row>
49484 <cell alignment="left" valignment="top" usebox="none">
49485 \begin_inset Text
49486
49487 \begin_layout Plain Layout
49488 \begin_inset ERT
49489 status collapsed
49490
49491 \begin_layout Plain Layout
49492
49493
49494 \backslash
49495 fcolorbox{black}{
49496 \end_layout
49497
49498 \end_inset
49499
49500 YellowOrange
49501 \begin_inset ERT
49502 status collapsed
49503
49504 \begin_layout Plain Layout
49505
49506 }{
49507 \end_layout
49508
49509 \end_inset
49510
49511
49512 \begin_inset Phantom Phantom
49513 status open
49514
49515 \begin_layout Plain Layout
49516 W
49517 \end_layout
49518
49519 \end_inset
49520
49521
49522 \begin_inset ERT
49523 status collapsed
49524
49525 \begin_layout Plain Layout
49526
49527 }
49528 \end_layout
49529
49530 \end_inset
49531
49532  YellowOrange
49533 \end_layout
49534
49535 \end_inset
49536 </cell>
49537 <cell alignment="left" valignment="top" usebox="none">
49538 \begin_inset Text
49539
49540 \begin_layout Plain Layout
49541
49542 \end_layout
49543
49544 \end_inset
49545 </cell>
49546 <cell alignment="left" valignment="top" usebox="none">
49547 \begin_inset Text
49548
49549 \begin_layout Plain Layout
49550
49551 \end_layout
49552
49553 \end_inset
49554 </cell>
49555 <cell alignment="left" valignment="top" usebox="none">
49556 \begin_inset Text
49557
49558 \begin_layout Plain Layout
49559
49560 \end_layout
49561
49562 \end_inset
49563 </cell>
49564 </row>
49565 </lyxtabular>
49566
49567 \end_inset
49568
49569
49570 \end_layout
49571
49572 \begin_layout Chapter
49573 Erklärung der Gleichung
49574 \begin_inset space ~
49575 \end_inset
49576
49577 (
49578 \begin_inset CommandInset ref
49579 LatexCommand ref
49580 reference "eq:Wgn"
49581 nolink "false"
49582
49583 \end_inset
49584
49585 )
49586 \begin_inset CommandInset label
49587 LatexCommand label
49588 name "kap:Erläuterung-einer-Gleichung"
49589
49590 \end_inset
49591
49592
49593 \end_layout
49594
49595 \begin_layout Standard
49596 Die Gesamtbreite von
49597 \emph on
49598  n
49599 \emph default
49600  Tabellenzellen 
49601 \begin_inset Formula $W_{\mathrm{tot\,n}}$
49602 \end_inset
49603
49604  kann wie folgt berechnet werden:
49605 \begin_inset Formula 
49606 \begin{equation}
49607 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
49608 \end{equation}
49609
49610 \end_inset
49611
49612
49613 \end_layout
49614
49615 \begin_layout Standard
49616 Dabei ist 
49617 \begin_inset Formula $W_{g\,n}$
49618 \end_inset
49619
49620  die Breite jeder Zelle.
49621
49622 \series bold
49623  
49624 \backslash
49625 tabcolsep
49626 \series default
49627  ist die \SpecialChar LaTeX
49628 -Länge zwischen dem Zellentext und der Zellgrenze mit dem Standardwert 6
49629 \begin_inset space \thinspace{}
49630 \end_inset
49631
49632 pt.
49633  
49634 \series bold
49635
49636 \backslash
49637 arrayrulewidth
49638 \series default
49639  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
49640 \begin_inset space \thinspace{}
49641 \end_inset
49642
49643 pt.
49644 \end_layout
49645
49646 \begin_layout Standard
49647 Nach Gleichung
49648 \begin_inset space ~
49649 \end_inset
49650
49651
49652 \begin_inset CommandInset ref
49653 LatexCommand ref
49654 reference "eq:Wtot_n"
49655 nolink "false"
49656
49657 \end_inset
49658
49659  ist die Gesamtbreite einer Mehrfachspalte,
49660  
49661 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
49662 \end_inset
49663
49664 ,
49665 \begin_inset Formula 
49666 \begin{equation}
49667 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
49668 \end{equation}
49669
49670 \end_inset
49671
49672
49673 \end_layout
49674
49675 \begin_layout Standard
49676 Setzt man die Gleichungen
49677 \begin_inset space ~
49678 \end_inset
49679
49680
49681 \begin_inset CommandInset ref
49682 LatexCommand ref
49683 reference "eq:Wtot_n"
49684 nolink "false"
49685
49686 \end_inset
49687
49688  und 
49689 \begin_inset CommandInset ref
49690 LatexCommand ref
49691 reference "eq:Wtot_mult"
49692 nolink "false"
49693
49694 \end_inset
49695
49696  gleich,
49697  kann man die benötigte Breite 
49698 \begin_inset Formula $W_{g\,n}$
49699 \end_inset
49700
49701 ,
49702  wenn 
49703 \emph on
49704 n
49705 \emph default
49706  Spalten überspannt sind,
49707  so dass jede Spalte eine Gesamtbreite 
49708 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
49709 \end_inset
49710
49711  hat,
49712  berechnen:
49713 \begin_inset Formula 
49714 \begin{equation}
49715 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
49716 \end{equation}
49717
49718 \end_inset
49719
49720
49721 \end_layout
49722
49723 \begin_layout Bibliography
49724 \begin_inset CommandInset bibitem
49725 LatexCommand bibitem
49726 key "latexcompanion"
49727 literal "true"
49728
49729 \end_inset
49730
49731 Frank Mittelbach and Michel Goossens:
49732  
49733 \emph on
49734 The \SpecialChar LaTeX
49735  Companion Second Edition.
49736
49737 \emph default
49738  Addison-Wesley,
49739  2004
49740 \end_layout
49741
49742 \begin_layout Bibliography
49743 \begin_inset CommandInset bibitem
49744 LatexCommand bibitem
49745 key "latexguide"
49746 literal "true"
49747
49748 \end_inset
49749
49750 Helmut Kopka and Patrick W.
49751  Daly:
49752  
49753 \emph on
49754 A Guide to \SpecialChar LaTeX
49755  Fourth Edition.
49756
49757 \emph default
49758  Addison-Wesley,
49759  2003
49760 \end_layout
49761
49762 \begin_layout Bibliography
49763 \begin_inset CommandInset bibitem
49764 LatexCommand bibitem
49765 key "lamport"
49766 literal "true"
49767
49768 \end_inset
49769
49770 Leslie Lamport:
49771  
49772 \emph on
49773 \SpecialChar LaTeX
49774 :
49775  A Document Preparation System.
49776
49777 \emph default
49778  Addison-Wesley,
49779  second edition,
49780  1994
49781 \end_layout
49782
49783 \begin_layout Bibliography
49784 \begin_inset CommandInset bibitem
49785 LatexCommand bibitem
49786 key "latex-praxisbuch"
49787 literal "true"
49788
49789 \end_inset
49790
49791 Niedermair,
49792  Elke & Michael:
49793  
49794 \emph on
49795 \SpecialChar LaTeX
49796 -Praxisbuch
49797 \emph default
49798 ,
49799  Franzis-Verlag,
49800  2004
49801 \end_layout
49802
49803 \begin_layout Bibliography
49804 \begin_inset CommandInset bibitem
49805 LatexCommand bibitem
49806 key "arydshln"
49807 literal "true"
49808
49809 \end_inset
49810
49811 Dokumentation des \SpecialChar LaTeX
49812 -Pakets 
49813 \series bold
49814
49815 \begin_inset CommandInset href
49816 LatexCommand href
49817 name "arydshln"
49818 target "https://www.ctan.org/tex-archive/macros/latex/contrib//arydshln/arydshln.pdf"
49819 literal "false"
49820
49821 \end_inset
49822
49823
49824 \series default
49825
49826 \begin_inset Index idx
49827 range none
49828 pageformat default
49829 status collapsed
49830
49831 \begin_layout Plain Layout
49832 \SpecialChar LaTeX
49833 -Pakete
49834 \begin_inset IndexMacro subentry
49835 status open
49836
49837 \begin_layout Plain Layout
49838 arydshln
49839 \end_layout
49840
49841 \end_inset
49842
49843
49844 \end_layout
49845
49846 \end_inset
49847
49848
49849 \end_layout
49850
49851 \begin_layout Bibliography
49852 \begin_inset CommandInset bibitem
49853 LatexCommand bibitem
49854 key "booktabs"
49855 literal "true"
49856
49857 \end_inset
49858
49859 Dokumentation des \SpecialChar LaTeX
49860 -Pakets 
49861 \series bold
49862
49863 \begin_inset CommandInset href
49864 LatexCommand href
49865 name "booktabs"
49866 target "https://www.ctan.org/tex-archive/macros/latex/contrib//booktabs/booktabs.pdf"
49867 literal "false"
49868
49869 \end_inset
49870
49871
49872 \series default
49873
49874 \begin_inset Index idx
49875 range none
49876 pageformat default
49877 status collapsed
49878
49879 \begin_layout Plain Layout
49880 \SpecialChar LaTeX
49881 -Pakete
49882 \begin_inset IndexMacro subentry
49883 status open
49884
49885 \begin_layout Plain Layout
49886 booktabs
49887 \end_layout
49888
49889 \end_inset
49890
49891
49892 \end_layout
49893
49894 \end_inset
49895
49896
49897 \end_layout
49898
49899 \begin_layout Bibliography
49900 \begin_inset CommandInset bibitem
49901 LatexCommand bibitem
49902 key "caption"
49903 literal "true"
49904
49905 \end_inset
49906
49907 Dokumentation des \SpecialChar LaTeX
49908 -Pakets 
49909 \series bold
49910
49911 \begin_inset CommandInset href
49912 LatexCommand href
49913 name "caption"
49914 target "https://www.ctan.org/tex-archive/macros/latex/contrib//caption/caption-deu.pdf"
49915 literal "false"
49916
49917 \end_inset
49918
49919
49920 \series default
49921
49922 \begin_inset Index idx
49923 range none
49924 pageformat default
49925 status collapsed
49926
49927 \begin_layout Plain Layout
49928 \SpecialChar LaTeX
49929 -Pakete
49930 \begin_inset IndexMacro subentry
49931 status open
49932
49933 \begin_layout Plain Layout
49934 caption
49935 \end_layout
49936
49937 \end_inset
49938
49939
49940 \end_layout
49941
49942 \end_inset
49943
49944
49945 \end_layout
49946
49947 \begin_layout Bibliography
49948 \begin_inset CommandInset bibitem
49949 LatexCommand bibitem
49950 key "diagbox"
49951 literal "true"
49952
49953 \end_inset
49954
49955 Dokumentation des \SpecialChar LaTeX
49956 -Pakets 
49957 \series bold
49958
49959 \begin_inset CommandInset href
49960 LatexCommand href
49961 name "diagbox"
49962 target "https://www.ctan.org/tex-archive/macros/latex/contrib//diagbox/diagbox.pdf"
49963 literal "false"
49964
49965 \end_inset
49966
49967
49968 \series default
49969
49970 \begin_inset Index idx
49971 range none
49972 pageformat default
49973 status collapsed
49974
49975 \begin_layout Plain Layout
49976 \SpecialChar LaTeX
49977 -Pakete
49978 \begin_inset IndexMacro subentry
49979 status open
49980
49981 \begin_layout Plain Layout
49982 diagbox
49983 \end_layout
49984
49985 \end_inset
49986
49987
49988 \end_layout
49989
49990 \end_inset
49991
49992
49993 \end_layout
49994
49995 \begin_layout Bibliography
49996 \begin_inset CommandInset bibitem
49997 LatexCommand bibitem
49998 key "endfloat"
49999 literal "true"
50000
50001 \end_inset
50002
50003 Dokumentation des \SpecialChar LaTeX
50004 -Pakets 
50005 \series bold
50006
50007 \begin_inset CommandInset href
50008 LatexCommand href
50009 name "endfloat"
50010 target "https://www.ctan.org/tex-archive/macros/latex/contrib//endfloat/endfloat.pdf"
50011 literal "false"
50012
50013 \end_inset
50014
50015
50016 \series default
50017
50018 \begin_inset Index idx
50019 range none
50020 pageformat default
50021 status collapsed
50022
50023 \begin_layout Plain Layout
50024 \SpecialChar LaTeX
50025 -Pakete
50026 \begin_inset IndexMacro subentry
50027 status open
50028
50029 \begin_layout Plain Layout
50030 endfloat
50031 \end_layout
50032
50033 \end_inset
50034
50035
50036 \end_layout
50037
50038 \end_inset
50039
50040
50041 \end_layout
50042
50043 \begin_layout Bibliography
50044 \begin_inset CommandInset bibitem
50045 LatexCommand bibitem
50046 key "footmisc"
50047 literal "true"
50048
50049 \end_inset
50050
50051 Dokumentation des \SpecialChar LaTeX
50052 -Pakets 
50053 \series bold
50054
50055 \begin_inset CommandInset href
50056 LatexCommand href
50057 name "footmisc"
50058 target "https://www.ctan.org/tex-archive/macros/latex/contrib//footmisc/footmisc.pdf"
50059 literal "false"
50060
50061 \end_inset
50062
50063
50064 \series default
50065
50066 \begin_inset Index idx
50067 range none
50068 pageformat default
50069 status collapsed
50070
50071 \begin_layout Plain Layout
50072 \SpecialChar LaTeX
50073 -Pakete
50074 \begin_inset IndexMacro subentry
50075 status open
50076
50077 \begin_layout Plain Layout
50078 footmisc
50079 \end_layout
50080
50081 \end_inset
50082
50083
50084 \end_layout
50085
50086 \end_inset
50087
50088
50089 \end_layout
50090
50091 \begin_layout Bibliography
50092 \begin_inset CommandInset bibitem
50093 LatexCommand bibitem
50094 key "hypcap"
50095 literal "true"
50096
50097 \end_inset
50098
50099 Dokumentation des \SpecialChar LaTeX
50100 -Pakets 
50101 \series bold
50102
50103 \begin_inset CommandInset href
50104 LatexCommand href
50105 name "hypcap"
50106 target "https://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
50107 literal "false"
50108
50109 \end_inset
50110
50111
50112 \series default
50113
50114 \begin_inset Index idx
50115 range none
50116 pageformat default
50117 status collapsed
50118
50119 \begin_layout Plain Layout
50120 \SpecialChar LaTeX
50121 -Pakete
50122 \begin_inset IndexMacro subentry
50123 status open
50124
50125 \begin_layout Plain Layout
50126 hypcap
50127 \end_layout
50128
50129 \end_inset
50130
50131
50132 \end_layout
50133
50134 \end_inset
50135
50136
50137 \end_layout
50138
50139 \begin_layout Bibliography
50140 \begin_inset CommandInset bibitem
50141 LatexCommand bibitem
50142 key "hyperref"
50143 literal "true"
50144
50145 \end_inset
50146
50147 Dokumentation des \SpecialChar LaTeX
50148 -Pakets 
50149 \series bold
50150
50151 \begin_inset CommandInset href
50152 LatexCommand href
50153 name "hyperref"
50154 target "https://www.ctan.org/tex-archive/macros/latex/contrib//hyperref/hyperref.pdf"
50155 literal "false"
50156
50157 \end_inset
50158
50159
50160 \series default
50161
50162 \begin_inset Index idx
50163 range none
50164 pageformat default
50165 status collapsed
50166
50167 \begin_layout Plain Layout
50168 \SpecialChar LaTeX
50169 -Pakete
50170 \begin_inset IndexMacro subentry
50171 status open
50172
50173 \begin_layout Plain Layout
50174 hyperref
50175 \end_layout
50176
50177 \end_inset
50178
50179
50180 \end_layout
50181
50182 \end_inset
50183
50184
50185 \end_layout
50186
50187 \begin_layout Bibliography
50188 \begin_inset CommandInset bibitem
50189 LatexCommand bibitem
50190 key "KOMA-Script"
50191 literal "true"
50192
50193 \end_inset
50194
50195 Dokumentation des \SpecialChar LaTeX
50196 -Pakets 
50197 \series bold
50198
50199 \begin_inset CommandInset href
50200 LatexCommand href
50201 name "KOMA-Script"
50202 target "https://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/doc/scrguide.pdf"
50203 literal "false"
50204
50205 \end_inset
50206
50207
50208 \series default
50209
50210 \begin_inset Index idx
50211 range none
50212 pageformat default
50213 status collapsed
50214
50215 \begin_layout Plain Layout
50216 \SpecialChar LaTeX
50217 -Pakete
50218 \begin_inset IndexMacro subentry
50219 status open
50220
50221 \begin_layout Plain Layout
50222 KOMA-Script
50223 \end_layout
50224
50225 \end_inset
50226
50227
50228 \end_layout
50229
50230 \end_inset
50231
50232
50233 \end_layout
50234
50235 \begin_layout Bibliography
50236 \begin_inset CommandInset bibitem
50237 LatexCommand bibitem
50238 key "lettrine"
50239 literal "true"
50240
50241 \end_inset
50242
50243 Dokumentation des \SpecialChar LaTeX
50244 -Pakets 
50245 \series bold
50246
50247 \begin_inset CommandInset href
50248 LatexCommand href
50249 name "lettrine"
50250 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/lettrine.pdf"
50251 literal "false"
50252
50253 \end_inset
50254
50255
50256 \series default
50257  und ein 
50258 \begin_inset CommandInset href
50259 LatexCommand href
50260 name "Beispiel"
50261 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/demo-de.pdf"
50262 literal "false"
50263
50264 \end_inset
50265
50266
50267 \begin_inset Index idx
50268 range none
50269 pageformat default
50270 status collapsed
50271
50272 \begin_layout Plain Layout
50273 \SpecialChar LaTeX
50274 -Pakete
50275 \begin_inset IndexMacro subentry
50276 status open
50277
50278 \begin_layout Plain Layout
50279 lettrine
50280 \end_layout
50281
50282 \end_inset
50283
50284
50285 \end_layout
50286
50287 \end_inset
50288
50289
50290 \end_layout
50291
50292 \begin_layout Bibliography
50293 \begin_inset CommandInset bibitem
50294 LatexCommand bibitem
50295 key "listings"
50296 literal "true"
50297
50298 \end_inset
50299
50300 Dokumentation des \SpecialChar LaTeX
50301 -Pakets 
50302 \series bold
50303
50304 \begin_inset CommandInset href
50305 LatexCommand href
50306 name "listings"
50307 target "https://www.ctan.org/tex-archive/macros/latex/contrib//listings/listings.pdf"
50308 literal "false"
50309
50310 \end_inset
50311
50312
50313 \series default
50314
50315 \begin_inset Index idx
50316 range none
50317 pageformat default
50318 status collapsed
50319
50320 \begin_layout Plain Layout
50321 \SpecialChar LaTeX
50322 -Pakete
50323 \begin_inset IndexMacro subentry
50324 status open
50325
50326 \begin_layout Plain Layout
50327 listings
50328 \end_layout
50329
50330 \end_inset
50331
50332
50333 \end_layout
50334
50335 \end_inset
50336
50337
50338 \end_layout
50339
50340 \begin_layout Bibliography
50341 \begin_inset CommandInset bibitem
50342 LatexCommand bibitem
50343 key "minted"
50344 literal "false"
50345
50346 \end_inset
50347
50348 Dokumentation des \SpecialChar LaTeX
50349 -Pakets 
50350 \series bold
50351
50352 \begin_inset CommandInset href
50353 LatexCommand href
50354 name "minted"
50355 target "https://www.ctan.org/tex-archive/macros/latex/contrib//minted/minted.pdf"
50356 literal "false"
50357
50358 \end_inset
50359
50360
50361 \series default
50362
50363 \begin_inset Index idx
50364 range none
50365 pageformat default
50366 status collapsed
50367
50368 \begin_layout Plain Layout
50369 \SpecialChar LaTeX
50370 -Pakete
50371 \begin_inset IndexMacro subentry
50372 status open
50373
50374 \begin_layout Plain Layout
50375 minted
50376 \end_layout
50377
50378 \end_inset
50379
50380
50381 \end_layout
50382
50383 \end_inset
50384
50385
50386 \end_layout
50387
50388 \begin_layout Bibliography
50389 \begin_inset CommandInset bibitem
50390 LatexCommand bibitem
50391 key "marginnote"
50392 literal "true"
50393
50394 \end_inset
50395
50396 Dokumentation des \SpecialChar LaTeX
50397 -Pakets 
50398 \series bold
50399
50400 \begin_inset CommandInset href
50401 LatexCommand href
50402 name "marginnote"
50403 target "https://www.ctan.org/tex-archive/macros/latex/contrib//marginnote/marginnote.pdf"
50404 literal "false"
50405
50406 \end_inset
50407
50408
50409 \series default
50410
50411 \begin_inset Index idx
50412 range none
50413 pageformat default
50414 status collapsed
50415
50416 \begin_layout Plain Layout
50417 \SpecialChar LaTeX
50418 -Pakete
50419 \begin_inset IndexMacro subentry
50420 status open
50421
50422 \begin_layout Plain Layout
50423 marginnote
50424 \end_layout
50425
50426 \end_inset
50427
50428
50429 \end_layout
50430
50431 \end_inset
50432
50433
50434 \end_layout
50435
50436 \begin_layout Bibliography
50437 \begin_inset CommandInset bibitem
50438 LatexCommand bibitem
50439 key "pdfpages"
50440 literal "true"
50441
50442 \end_inset
50443
50444 Dokumentation des \SpecialChar LaTeX
50445 -Pakets 
50446 \series bold
50447
50448 \begin_inset CommandInset href
50449 LatexCommand href
50450 name "pdfpages"
50451 target "https://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
50452 literal "false"
50453
50454 \end_inset
50455
50456
50457 \series default
50458
50459 \begin_inset Index idx
50460 range none
50461 pageformat default
50462 status collapsed
50463
50464 \begin_layout Plain Layout
50465 \SpecialChar LaTeX
50466 -Pakete
50467 \begin_inset IndexMacro subentry
50468 status open
50469
50470 \begin_layout Plain Layout
50471 pdfpages
50472 \end_layout
50473
50474 \end_inset
50475
50476
50477 \end_layout
50478
50479 \end_inset
50480
50481
50482 \end_layout
50483
50484 \begin_layout Bibliography
50485 \begin_inset CommandInset bibitem
50486 LatexCommand bibitem
50487 key "prettyref"
50488 literal "true"
50489
50490 \end_inset
50491
50492 Dokumentation des \SpecialChar LaTeX
50493 -Pakets 
50494 \series bold
50495
50496 \begin_inset CommandInset href
50497 LatexCommand href
50498 name "prettyref"
50499 target "https://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
50500 literal "false"
50501
50502 \end_inset
50503
50504
50505 \series default
50506
50507 \begin_inset Index idx
50508 range none
50509 pageformat default
50510 status collapsed
50511
50512 \begin_layout Plain Layout
50513 \SpecialChar LaTeX
50514 -Pakete
50515 \begin_inset IndexMacro subentry
50516 status open
50517
50518 \begin_layout Plain Layout
50519 prettyref
50520 \end_layout
50521
50522 \end_inset
50523
50524
50525 \end_layout
50526
50527 \end_inset
50528
50529
50530 \end_layout
50531
50532 \begin_layout Bibliography
50533 \begin_inset CommandInset bibitem
50534 LatexCommand bibitem
50535 key "pstricks"
50536 literal "true"
50537
50538 \end_inset
50539
50540 Webseite des \SpecialChar LaTeX
50541 -Pakets 
50542 \series bold
50543
50544 \begin_inset CommandInset href
50545 LatexCommand href
50546 name "PSTricks"
50547 target "http://tug.org/PSTricks/"
50548 literal "false"
50549
50550 \end_inset
50551
50552
50553 \series default
50554
50555 \begin_inset Index idx
50556 range none
50557 pageformat default
50558 status collapsed
50559
50560 \begin_layout Plain Layout
50561 \SpecialChar LaTeX
50562 -Pakete
50563 \begin_inset IndexMacro subentry
50564 status open
50565
50566 \begin_layout Plain Layout
50567 pstricks
50568 \end_layout
50569
50570 \end_inset
50571
50572
50573 \end_layout
50574
50575 \end_inset
50576
50577
50578 \end_layout
50579
50580 \begin_layout Bibliography
50581 \begin_inset CommandInset bibitem
50582 LatexCommand bibitem
50583 key "refstyle"
50584 literal "true"
50585
50586 \end_inset
50587
50588 Dokumentation des \SpecialChar LaTeX
50589 -Pakets 
50590 \series bold
50591
50592 \begin_inset CommandInset href
50593 LatexCommand href
50594 name "refstyle"
50595 target "https://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
50596 literal "false"
50597
50598 \end_inset
50599
50600
50601 \series default
50602
50603 \begin_inset Index idx
50604 range none
50605 pageformat default
50606 status collapsed
50607
50608 \begin_layout Plain Layout
50609 \SpecialChar LaTeX
50610 -Pakete
50611 \begin_inset IndexMacro subentry
50612 status open
50613
50614 \begin_layout Plain Layout
50615 refstyle
50616 \end_layout
50617
50618 \end_inset
50619
50620
50621 \end_layout
50622
50623 \end_inset
50624
50625
50626 \end_layout
50627
50628 \begin_layout Bibliography
50629 \begin_inset CommandInset bibitem
50630 LatexCommand bibitem
50631 key "sidecap"
50632 literal "true"
50633
50634 \end_inset
50635
50636 Dokumentation des \SpecialChar LaTeX
50637 -Pakets 
50638 \series bold
50639
50640 \begin_inset CommandInset href
50641 LatexCommand href
50642 name "sidecap"
50643 target "https://www.ctan.org/tex-archive/macros/latex/contrib//sidecap/sidecap.pdf"
50644 literal "false"
50645
50646 \end_inset
50647
50648
50649 \series default
50650
50651 \begin_inset Index idx
50652 range none
50653 pageformat default
50654 status collapsed
50655
50656 \begin_layout Plain Layout
50657 \SpecialChar LaTeX
50658 -Pakete
50659 \begin_inset IndexMacro subentry
50660 status open
50661
50662 \begin_layout Plain Layout
50663 sidecap
50664 \end_layout
50665
50666 \end_inset
50667
50668
50669 \end_layout
50670
50671 \end_inset
50672
50673
50674 \end_layout
50675
50676 \begin_layout Bibliography
50677 \begin_inset CommandInset bibitem
50678 LatexCommand bibitem
50679 key "Inkscape"
50680 literal "true"
50681
50682 \end_inset
50683
50684 Dokumentation der Option 
50685 \begin_inset CommandInset href
50686 LatexCommand href
50687 name "Text in PDF weglassen"
50688 target "https://www.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
50689 literal "false"
50690
50691 \end_inset
50692
50693  des Programms 
50694 \noun on
50695
50696 \begin_inset CommandInset href
50697 LatexCommand href
50698 name "Inkscape"
50699 target "https://inkscape.org"
50700 literal "false"
50701
50702 \end_inset
50703
50704
50705 \end_layout
50706
50707 \begin_layout Standard
50708 \begin_inset CommandInset index_print
50709 LatexCommand printindex
50710 type "idx"
50711 name "Stichwortverzeichnis"
50712 literal "false"
50713
50714 \end_inset
50715
50716
50717 \end_layout
50718
50719 \end_body
50720 \end_document